summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Tue May 21 19:18:05 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>Roland McGrath1996-05-241-2/+11
| | | | * regex.c [_LIBC] (re_comp, re_exec): Define these, but weakly.
* Comment fix.Karl Heuer1996-05-231-1/+1
|
* (init_lread): Init Vload_file_name to Qnil.Karl Heuer1996-05-231-0/+1
|
* Comment fix.Karl Heuer1996-05-231-1/+1
|
* [WIN32]: No-op as for [MSDOS].Roland McGrath1996-05-221-3/+5
|
* (modifier_set): Check toggle state of CapsLock evenKarl Heuer1996-05-221-2/+2
| | | | if modifiers are not being recorded.
* (get_volume_info): Always update *pPath correctly, even ifKarl Heuer1996-05-221-3/+0
| | | | UNC header is incomplete.
* (compute_motion): When calling Fget_char_property,Karl Heuer1996-05-221-4/+8
| | | | don't pass window if window is displaying the wrong buffer.
* Include buffer.h.Richard M. Stallman1996-05-211-1/+50
| | | | | | | | (set_frame_menubar): Make sure input is unblocked when we call create_menu_items. Switch temporarily to proper buffer, bind inhibit-quit to t, and run the same hooks as in smenu.c. (syms_of_win32menu): Initialize and staticpro Qdebug_on_next_call.
* (Fsignal) [HAVE_WINDOW_SYSTEM]: Changed fromRichard M. Stallman1996-05-211-1/+1
| | | | HAVE_X_WINDOWS, so that TOTALLY_UNBLOCK_INPUT is called on Windows.
* (init_display) [HAVE_LIBNCURSES]: If X, call tgetent.Karl Heuer1996-05-211-0/+6
|
* (Fexecute_extended_command): Don't look forKarl Heuer1996-05-211-0/+1
| | | | a key binding if executing a kbd macro.
* (Fprin1_to_string): Preserve Vdeactivate_mark.Karl Heuer1996-05-211-2/+10
|
* [__GNU_LIBRARY__]: #include <sys/ioctl.h>.Karl Heuer1996-05-211-0/+1
|
* (internal_self_insert): Don't return 2 for auto-fillKarl Heuer1996-05-211-2/+5
| | | | unless the auto_fill_function returns non-nil.
* Hold previous change until after the release.Karl Heuer1996-05-181-3/+3
|
* (MSDOS_SUPPORT, WINNT_SUPPORT, shortlisp):Karl Heuer1996-05-171-3/+3
| | | | Include dos-win32.elc.
* (_sys_read_ahead): Handle sleep here.Karl Heuer1996-05-171-4/+34
| | | | | (sys_read): Not here. (init_ntproc): Initialize can_run_dos_process, dos_process_running.
* (struct _child_process): New member is_dos_process.Karl Heuer1996-05-171-0/+1
|
* (Vwin32_pipe_read_delay): New var.Karl Heuer1996-05-171-0/+91
| | | | | | | (can_run_dos_process, dos_process_running): New vars. (win32_is_dos_binary): New function. (reap_subprocess, sys_spawnve): Use them. (syms_of_ntproc): Defvar and initialize Vwin32_pipe_read_delay.
* (display_menu_bar) [HAVE_NTGUI]: Enable the display ofKarl Heuer1996-05-171-1/+2
| | | | menus in --no-window mode on NT.
* (w32_read_socket): Mask out lower 4 bits of wParamGeoff Voelker1996-05-171-1/+1
| | | | for WM_SYSCOMMAND messages.
* (Fformat_time_string): Doc fix.Karl Heuer1996-05-151-2/+1
|
* Fix typo in previous patch.Karl Heuer1996-05-151-1/+1
|
* (sys_read): Introduce a small delay before reading fromKarl Heuer1996-05-151-0/+2
| | | | | | a pipe or socket to allow more data to be buffered; otherwise, process output is read one byte at a time on fast machines (which is slow).
* (Fcall_process): Don't close the same fd twice.Karl Heuer1996-05-151-1/+1
|
* (QCLIPBOARD): New symbol.Karl Heuer1996-05-141-0/+43
| | | | | (Fx_selection_exists_p): New function. (syms_of_win32select): Initialize/staticpro and defsubr them.
* (SYSTEM_PURESIZE_EXTRA): Macro defined.Geoff Voelker1996-05-141-0/+3
|
* (w32*.o): Fix deps.Richard M. Stallman1996-05-131-19/+36
|
* (win32_wnd_proc): Reenable quit_char detection.Richard M. Stallman1996-05-131-1/+1
|
* (note_mouse_movement): Upwards mouse movement recognition corrected.Richard M. Stallman1996-05-131-1/+1
|
* (allocate_heap): Clean up conditional.Richard M. Stallman1996-05-131-3/+9
|
* (init_dosfns) [DJGPP >= 2]: Make `opendir' preserveRichard M. Stallman1996-05-131-0/+12
| | | | filename case (under Win95) and find hidden files.
* (Fcall_process): Fix previous change (now !MSDOS only).Richard M. Stallman1996-05-121-2/+4
|
* Delete the Emacs local variables spec.Richard M. Stallman1996-05-121-8/+0
|
* (Fstart_kbd_macro): Add missing xrealloc arg.Karl Heuer1996-05-121-1/+2
|
* (Fmsdos_downcase_filename): Don't change the argument, return a copy.Richard M. Stallman1996-05-121-4/+11
|
* (MSDOS_SUPPORT): Use full name disp-table.elc.Richard M. Stallman1996-05-121-1/+1
|
* (FILE_SYSTEM_CASE): Call Fmsdos_downcase_filename instead of Fdowncase.Richard M. Stallman1996-05-111-1/+1
|
* (msdos_downcase_filename): New function to convert case in filenames.Richard M. Stallman1996-05-111-5/+29
| | | | | (Fmsdos_downcase_filename): New function. (syms_of_msdos): Defsubr it.
* (x_scroll_bar_set_handle): Always use start in calling SetScrollPos.Richard M. Stallman1996-05-111-19/+14
| | | | | (x_scroll_bar_handle_click): In line up/down cases, don't alter y. Don't call x_scroll_bar_set_handle.
* (re_match_2_internal): Fix off-by-one error; don't useRichard M. Stallman1996-05-111-3/+3
| | | | | length of exactn as character, and don't use length of bitmap of charset as bitmap.
* (map_win32_filename): If not a fat volume, cvt name to dos.Richard M. Stallman1996-05-111-5/+7
|
* (Fcall_process): Close fd_error if successful.Richard M. Stallman1996-05-111-0/+2
|
* (allocate_heap): Bump heap base up to 27MB toGeoff Voelker1996-05-111-10/+21
| | | | wsatisfy Win95.
* (win32_wnd_proc): Disable setting of Vquit_flagGeoff Voelker1996-05-101-0/+3
| | | | at this opoint
* (win_msg_worker): Use post_msg.Richard M. Stallman1996-05-101-26/+46
| | | | | | | | | (win32_wnd_proc): Don't abort if button_state & this, just return. Use post_msg instead of my_post_msg in some places. (win32_to_x_font): Major rewrite. (struct enumfont_t): New element logfont. (enum_font_cb2): Add special code for TRUETYPE_FONTTYPE. (Fx_list_fonts): Call x_to_win32_font.
* (x_scroll_bar_move): Call my_show_window.Richard M. Stallman1996-05-101-0/+2
| | | | (x_scroll_bar_clear): Likewise.
* (prev_console_mode): New variable.Richard M. Stallman1996-05-101-2/+6
| | | | | (unset_kbd): Use prev_console_mode. (reset_kbd): Set prev_console_mode. Call Fset_input_mode.
* (main) [WINDOWSNT]: Call syms_of_ntproc.Richard M. Stallman1996-05-101-0/+3
|