| Commit message (Expand) | Author | Age | Files | Lines |
| * | Check to see if already included. | Geoff Voelker | 1996-05-03 | 1 | -18/+90 |
| * | (nt_stat, nt_ctime): Functions deleted. | Geoff Voelker | 1996-05-03 | 1 | -706/+1685 |
| * | (SUBSYSTEM) [NTGUI]: Remove conditional. | Geoff Voelker | 1996-05-03 | 1 | -5/+5 |
| * | Initial revision | Geoff Voelker | 1996-05-03 | 8 | -0/+266 |
| * | Include ntlib.h. | Geoff Voelker | 1996-05-03 | 1 | -2/+121 |
| * | (LOCAL_FLAGS): Include path to NT shadow includes. | Geoff Voelker | 1996-05-03 | 1 | -21/+36 |
| * | (win32-handle-scroll-bar-event): New function. | Geoff Voelker | 1996-05-03 | 1 | -2/+32 |
| * | (original-make-auto-save-file-name): New symbol bound | Geoff Voelker | 1996-05-03 | 1 | -0/+18 |
| * | (F_OK, X_OK, W_OK, R_OK): New macros. | Geoff Voelker | 1996-05-03 | 1 | -3/+6 |
| * | Build and install runemacs.exe. | Geoff Voelker | 1996-05-03 | 1 | -1/+26 |
| * | (CONFIG_H) [WIN95]: Use config.nt. | Geoff Voelker | 1996-05-03 | 1 | -1/+1 |
| * | Check if INSTALL_DIR is passed as an argument. | Geoff Voelker | 1996-05-03 | 1 | -0/+1 |
| * | (REG_ROOT): Don't use a trailing backslash. | Geoff Voelker | 1996-05-03 | 1 | -9/+9 |
| * | (Fthis_single_command_keys): New function. | Richard M. Stallman | 1996-05-02 | 1 | -3/+35 |
| * | (Fevent_convert_list): Never treat last elt as modifier. | Richard M. Stallman | 1996-05-02 | 1 | -3/+3 |
| * | (gud-display-line): Switch to gud buffer before calling gud-find-file. | Richard M. Stallman | 1996-05-02 | 1 | -1/+5 |
| * | (Info-find-node): Don't treat file name `dir' specially | Richard M. Stallman | 1996-05-02 | 1 | -1/+1 |
| * | (dos_get_modifiers): Restore missing comment terminator. | Richard M. Stallman | 1996-05-01 | 1 | -17/+51 |
| * | (Fexpand_file_name) [DOS_NT]: Correct the `if' clause | Richard M. Stallman | 1996-05-01 | 1 | -3/+3 |
| * | (signal_after_change): Correct the arg to report_overlay_modification. | Richard M. Stallman | 1996-05-01 | 1 | -4/+3 |
| * | (add_overlay_mod_hooklist): Fix call to bcopy. | Richard M. Stallman | 1996-05-01 | 1 | -2/+2 |
| * | Comment changes. | Richard M. Stallman | 1996-05-01 | 1 | -57/+16 |
| * | (C_SWITCH_X_SYSTEM): Definition moved to sol2-4.h. | Richard M. Stallman | 1996-05-01 | 1 | -5/+0 |
| * | (C_SWITCH_X_SYSTEM): Definition moved from sol2.h. | Richard M. Stallman | 1996-05-01 | 1 | -0/+5 |
| * | [USE_X_TOOLKIT]: Include X11/Shell.h. | Richard M. Stallman | 1996-04-30 | 1 | -1/+19 |
| * | (mouse-drag-region): Doc fix. | Richard M. Stallman | 1996-04-30 | 1 | -2/+2 |
| * | (shell-command-on-region): Start of region to keep is | Karl Heuer | 1996-04-30 | 1 | -1/+1 |
| * | (diary-frame-parameters, calendar-frame-parameters) | Richard M. Stallman | 1996-04-29 | 1 | -5/+6 |
| * | (insert-tab): fix previous change | Erik Naggum | 1996-04-29 | 1 | -1/+1 |
| * | (make_lispy_event): FRAME_MENU_BAR_ITEMS now has | Richard M. Stallman | 1996-04-29 | 1 | -18/+22 |
| * | (display_menu_bar): FRAME_MENU_BAR_ITEMS now has four elements per item. | Richard M. Stallman | 1996-04-29 | 1 | -2/+4 |
| * | (get_frame_menubar_event, set_frame_menubar): | Richard M. Stallman | 1996-04-29 | 1 | -2/+2 |
| * | (Fexpand_file_name) [DOS_NT]: Keep dir sep following ~ | Richard M. Stallman | 1996-04-29 | 1 | -7/+4 |
| * | (SEND, RECV): Renamed from send, recv. | Richard M. Stallman | 1996-04-29 | 1 | -12/+14 |
| * | (set_frame_menubar): FRAME_MENU_BAR_ITEMS now has four elements per item. | Richard M. Stallman | 1996-04-29 | 1 | -3/+3 |
| * | (indent-for-tab-command): Pass prefix arg to indent-tab. | Richard M. Stallman | 1996-04-28 | 1 | -7/+8 |
| * | (DIRECTORY_SEP, IS_DIRECTORY_SEP): Definitions copied from lisp.h. | Richard M. Stallman | 1996-04-28 | 1 | -0/+7 |
| * | [HAVE_CONFIG_H]: Only include config.h when defined. | Richard M. Stallman | 1996-04-28 | 1 | -0/+2 |
| * | (struct _popserver): New field trash_started. | Richard M. Stallman | 1996-04-28 | 1 | -0/+1 |
| * | [WINDOWSNT]: Include winsock.h and ntlib.h. | Richard M. Stallman | 1996-04-28 | 1 | -9/+48 |
| * | (access, unlink) [WINDOWSNT]: Macros undefined. | Richard M. Stallman | 1996-04-28 | 1 | -10/+38 |
| * | [DOSNT]: Include fcntl.h. | Richard M. Stallman | 1996-04-28 | 1 | -5/+8 |
| * | [WINDOWSNT]: Include ntlib.h. | Richard M. Stallman | 1996-04-28 | 1 | -0/+4 |
| * | Comment change. | Richard M. Stallman | 1996-04-27 | 1 | -3/+5 |
| * | (Fexpand_file_name, Ffile_name_absolute_p): Doc fixes. | Richard M. Stallman | 1996-04-27 | 1 | -233/+414 |
| * | (getdefdir): Include drive letter and colon when | Richard M. Stallman | 1996-04-27 | 1 | -0/+2 |
| * | Double DST correction removed! | Edward M. Reingold | 1996-04-27 | 1 | -6/+4 |
| * | (FRAME_TERMCAP_P) [WINDOWSNT && !HAVE_NTGUI]: | Richard M. Stallman | 1996-04-26 | 1 | -2/+0 |
| * | (EMACS_KILLPG) [WINDOWSNT]: Invoke kill instead of win32_kill_process. | Richard M. Stallman | 1996-04-26 | 1 | -1/+1 |
| * | (Fopen_network_stream): Set process infd to inch. | Richard M. Stallman | 1996-04-26 | 1 | -26/+3 |