| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | (LIB_GCC): Fix previous change. | Richard M. Stallman | 1995-06-19 | 1 | -1/+2 |
| * | (negative-argument, digit-argument): | Richard M. Stallman | 1995-06-19 | 1 | -2/+5 |
| * | Fix bug in determination of output string. | Edward M. Reingold | 1995-06-19 | 1 | -2/+2 |
| * | (vc-register): Inhibit backups for the file's buffer | Richard M. Stallman | 1995-06-19 | 1 | -11/+28 |
| * | Make doc strings and argument names consistent where necessary. | Richard M. Stallman | 1995-06-18 | 1 | -153/+200 |
| * | (quit_throw_to_read_char): Turn off the error check | Richard M. Stallman | 1995-06-18 | 1 | -0/+4 |
| * | (nt): Explicitly include makefile.nt and makefile.def only. | Richard M. Stallman | 1995-06-18 | 1 | -1/+2 |
| * | *** empty log message *** | Richard M. Stallman | 1995-06-18 | 1 | -4/+7 |
| * | (LIB_GCC): Define here, overriding Makefile.in.in, | Richard M. Stallman | 1995-06-18 | 1 | -1/+4 |
| * | (texinfo-environment-regexp): Add @ifhtml, @html. | Richard M. Stallman | 1995-06-18 | 1 | -2/+3 |
| * | (archive-zip-summarize): Handle per-file comments in central directory. | Richard M. Stallman | 1995-06-18 | 1 | -1/+2 |
| * | Withdraw mouse-major-mode-map modifications. | Johan Vromans | 1995-06-18 | 1 | -4/+2 |
| * | (vc-fetch-master-properties): Use path-separator | Richard M. Stallman | 1995-06-18 | 1 | -20/+18 |
| * | (malloc, realloc): If not _MALLOC_INTERNAL, always use void *. | Richard M. Stallman | 1995-06-18 | 1 | -1/+6 |
| * | (normal-top-level, command-line-1): | Richard M. Stallman | 1995-06-17 | 1 | -11/+13 |
| * | Call precompute-menubar-bindings. | Richard M. Stallman | 1995-06-17 | 1 | -0/+6 |
| * | (menu_item_equiv_key): Do reconsider a command that had | Richard M. Stallman | 1995-06-17 | 1 | -3/+9 |
| * | (Vdefine_key_rebound_commands): New variable. | Richard M. Stallman | 1995-06-17 | 1 | -0/+15 |
| * | (add-hook): Use local local-variable-if-set-p. | Richard M. Stallman | 1995-06-17 | 1 | -1/+1 |
| * | (Flocal_variable_if_set_p): New function. | Richard M. Stallman | 1995-06-17 | 1 | -0/+42 |
| * | (Info-directory-list): If path-separator isn't available, bind it here. | Richard M. Stallman | 1995-06-17 | 1 | -0/+4 |
| * | (display_text_line): Fill in charstart for end of buffer. | Richard M. Stallman | 1995-06-17 | 1 | -1/+12 |
| * | (forms--mode-menu-edit,forms--mode-menu-ro): | Richard M. Stallman | 1995-06-17 | 1 | -2/+4 |
| * | Fixed bogus references to menu-bar-file-menu in define-key forms. | Roland McGrath | 1995-06-17 | 1 | -4/+4 |
| * | (quit_throw_to_read_char): Use do_switch_frame directly. | Richard M. Stallman | 1995-06-17 | 1 | -1/+2 |
| * | [MULTI_FRAME] (BASE_PURESIZE): Increase to 315000. | Richard M. Stallman | 1995-06-17 | 1 | -1/+1 |
| * | (Fset_window_configuration): Use do_switch_frame directly. | Richard M. Stallman | 1995-06-16 | 1 | -2/+3 |
| * | (do_switch_frame): Declared. | Richard M. Stallman | 1995-06-16 | 1 | -3/+1 |
| * | (Fdelete_frame): Use do_switch_frame directly. | Richard M. Stallman | 1995-06-16 | 1 | -3/+3 |
| * | make-frame-visible event was misdescribed as deiconify-frame. | Richard M. Stallman | 1995-06-16 | 1 | -2/+2 |
| * | (isearch-mode-map): Bind frame events to nil. | Karl Heuer | 1995-06-16 | 1 | -3/+8 |
| * | [MULTI_FRAME] (Fignore_event): New function. | Karl Heuer | 1995-06-16 | 1 | -2/+11 |
| * | updates for version 19.29 made by melissa; also needed to check out files | Melissa Weisshaus | 1995-06-16 | 12 | -10/+48 |
| * | (vc-lookup-triple): changed the code that used to call | Richard M. Stallman | 1995-06-16 | 1 | -4/+10 |
| * | (vc-backend-dispatch): Move definition before first use. | Richard M. Stallman | 1995-06-16 | 1 | -17/+17 |
| * | Adapt to the changes in vc-hooks.el, namely, the new | Richard M. Stallman | 1995-06-16 | 1 | -54/+69 |
| * | Use long, not EMACS_INT. | Richard M. Stallman | 1995-06-16 | 1 | -1/+3 |
| * | Reinstalled autoloads from ispell-dictionary-alist, | Richard M. Stallman | 1995-06-16 | 1 | -11/+31 |
| * | (x_report_frame_params, x_set_icon_type, x_set_icon_name) | Richard M. Stallman | 1995-06-16 | 1 | -16/+13 |
| * | (struct x_display): icon_name deleted. | Richard M. Stallman | 1995-06-16 | 1 | -6/+0 |
| * | (struct frame): New field icon_name. | Richard M. Stallman | 1995-06-16 | 1 | -0/+4 |
| * | (mark_object): Mark icon_name field. | Richard M. Stallman | 1995-06-16 | 1 | -0/+1 |
| * | (vc-consult-rcs-headers): Fix typo in prev change. | Richard M. Stallman | 1995-06-16 | 1 | -1/+1 |
| * | ditto for c-backslash-region. | Simon Marshall | 1995-06-16 | 1 | -0/+1 |
| * | Put menu-enable mark-active on relevant items. | Simon Marshall | 1995-06-16 | 1 | -0/+3 |
| * | Props -> Properties | Simon Marshall | 1995-06-16 | 1 | -1/+1 |
| * | Change so font-lock-make-faces doesn't stomp all over user Font Lock faces. | Simon Marshall | 1995-06-16 | 1 | -8/+13 |
| * | Fix previous change. | Karl Heuer | 1995-06-16 | 1 | -1/+1 |
| * | (universal-argument-map): New var. | Karl Heuer | 1995-06-16 | 1 | -56/+65 |
| * | (isearch-mode): Use overriding-terminal-local-map, not overriding-local-map. | Karl Heuer | 1995-06-16 | 1 | -3/+2 |