summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Hold previous change until after the release.Karl Heuer1996-05-181-3/+3
* (MSDOS_SUPPORT, WINNT_SUPPORT, shortlisp):Karl Heuer1996-05-171-3/+3
* (_sys_read_ahead): Handle sleep here.Karl Heuer1996-05-171-4/+34
* (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
* (display_menu_bar) [HAVE_NTGUI]: Enable the display ofKarl Heuer1996-05-171-1/+2
* (w32_read_socket): Mask out lower 4 bits of wParamGeoff Voelker1996-05-171-1/+1
* (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
* (Fcall_process): Don't close the same fd twice.Karl Heuer1996-05-151-1/+1
* (QCLIPBOARD): New symbol.Karl Heuer1996-05-141-0/+43
* (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
* (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
* (x_scroll_bar_set_handle): Always use start in calling SetScrollPos.Richard M. Stallman1996-05-111-19/+14
* (re_match_2_internal): Fix off-by-one error; don't useRichard M. Stallman1996-05-111-3/+3
* (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
* (win32_wnd_proc): Disable setting of Vquit_flagGeoff Voelker1996-05-101-0/+3
* (win_msg_worker): Use post_msg.Richard M. Stallman1996-05-101-26/+46
* (x_scroll_bar_move): Call my_show_window.Richard M. Stallman1996-05-101-0/+2
* (prev_console_mode): New variable.Richard M. Stallman1996-05-101-2/+6
* (main) [WINDOWSNT]: Call syms_of_ntproc.Richard M. Stallman1996-05-101-0/+3
* (Vwin32_quote_process_args): New variable.Richard M. Stallman1996-05-101-10/+33
* (x_connection_signal_1): Call x_connection_closed properly.Richard M. Stallman1996-05-101-1/+1
* Comment changes.Richard M. Stallman1996-05-091-3/+7
* (syms_of_msdos): Fix typo.Richard M. Stallman1996-05-081-1/+1
* (enum scroll_bar_part): Delete extra comma.Richard M. Stallman1996-05-081-1/+1
* (Fencode_time): Accept MANY args, so as to copeRichard M. Stallman1996-05-071-19/+27
* (enum scroll_bar_part): New alternativesRichard M. Stallman1996-05-071-1/+7
* (Fmsdos_long_file_names): New function.Richard M. Stallman1996-05-061-1/+8
* Undo previous change.Richard M. Stallman1996-05-061-14/+0
* (GMALLOC_INHIBIT_VALLOC): Defined.Richard M. Stallman1996-05-061-2/+4
* (set_case_table): Set upcase_table, case_canon_tableRichard M. Stallman1996-05-061-1/+6
* (casify_region, casify_object):Richard M. Stallman1996-05-061-0/+8
* (Fmsdos_long_file_names): New function.Richard M. Stallman1996-05-051-0/+13
* (Qup, Qdown): New variables.Richard M. Stallman1996-05-051-9/+66
* Include string.h.Geoff Voelker1996-05-031-87/+108