| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | (help-menu-map): Variable deleted, and its binding. | Richard M. Stallman | 1994-02-25 | 1 | -62/+15 |
| * | (EmacsFrameSetCharSize): Set coordinates values to the toplevel widget. | Fred Pierresteguy | 1994-02-25 | 1 | -0/+7 |
| * | (XTread_socket): For case ConfigureNotify, call x_any_window_to_frame. | Fred Pierresteguy | 1994-02-25 | 1 | -3/+35 |
| * | (EmacsFrameSetCharSize): Call check_frame_size and update | Fred Pierresteguy | 1994-02-25 | 1 | -0/+13 |
| * | (c-macro-display-buffer): Delete special view-mode hack. | Richard M. Stallman | 1994-02-25 | 1 | -33/+22 |
| * | (set-visited-file-name): Unlock the file if setting the visited file name to | Karl Heuer | 1994-02-25 | 1 | -2/+1 |
| * | (Buffer-menu-toggle-read-only): Change toggle-read-only to | Karl Heuer | 1994-02-25 | 1 | -2/+2 |
| * | *** empty log message *** | Karl Heuer | 1994-02-25 | 1 | -6/+30 |
| * | (byte-compile-from-buffer, byte-compile-top-level): | Richard M. Stallman | 1994-02-25 | 1 | -108/+28 |
| * | (byte-compile-protect-from-advice): New macro that | Richard M. Stallman | 1994-02-25 | 1 | -78/+109 |
| * | (hide-sublevels): Doc fix. Rename arg. | Richard M. Stallman | 1994-02-24 | 1 | -6/+6 |
| * | (help-for-help): Use help-map in the docstring. | Karl Heuer | 1994-02-24 | 1 | -1/+1 |
| * | (make-help-screen): Initialize help-screen before changing the keymap. | Karl Heuer | 1994-02-24 | 1 | -3/+3 |
| * | (outline-minor-mode-prefix): Change to C-c C-o. | Richard M. Stallman | 1994-02-24 | 1 | -1/+47 |
| * | (lisp-mode-variables): Set outline-regexp. | Richard M. Stallman | 1994-02-24 | 1 | -0/+2 |
| * | (nroff-mode): Set outline-regexp and outline-level. | Richard M. Stallman | 1994-02-24 | 1 | -0/+10 |
| * | (c-mode): Set outline-regexp and outline-level. | Richard M. Stallman | 1994-02-24 | 1 | -0/+9 |
| * | Fix value of docdir. | Karl Heuer | 1994-02-24 | 1 | -2/+2 |
| * | (Fload): Cast the args to stat. | Richard M. Stallman | 1994-02-24 | 1 | -2/+2 |
| * | Install DOC* in docdir. | Karl Heuer | 1994-02-24 | 1 | -2/+2 |
| * | (*-sysv4.1): Set NON_GNU_CPP. | Richard M. Stallman | 1994-02-24 | 1 | -0/+3 |
| * | (direct_output_forward_char): Use Fget_char_property to test for invisibility. | Karl Heuer | 1994-02-24 | 1 | -6/+6 |
| * | (direct_output_for_insert): Fix comment. | Karl Heuer | 1994-02-24 | 1 | -1/+1 |
| * | (compute_motion, vmotion): Use Fget_char_property to test for invisibility. | Karl Heuer | 1994-02-24 | 1 | -5/+5 |
| * | (try_window, display_text_line): Use Fget_char_property to test for invisibil... | Karl Heuer | 1994-02-24 | 1 | -5/+5 |
| * | (try_window): Add #ifdef USE_TEXT_PROPERTIES around call to Fget_text_property. | Karl Heuer | 1994-02-24 | 1 | -1/+4 |
| * | (Fget_char_property): Fix docstring. | Karl Heuer | 1994-02-24 | 1 | -2/+2 |
| * | (Fget_char_property): New function. | Karl Heuer | 1994-02-24 | 1 | -0/+62 |
| * | Formerly INSTALL.~20~ | Richard M. Stallman | 1994-02-24 | 1 | -30/+64 |
| * | (sort_overlays): Allow for null window. | Karl Heuer | 1994-02-24 | 1 | -20/+20 |
| * | Don't force os=-hpux for hp9k2... and hp9k3... | Richard M. Stallman | 1994-02-24 | 1 | -2/+0 |
| * | (x_window): Call XChangeWindowAttributes with the standard | Fred Pierresteguy | 1994-02-24 | 1 | -3/+8 |
| * | (Fx_popup_menu): Allow t as position, meaning use mouse pos. | Richard M. Stallman | 1994-02-24 | 1 | -1091/+1058 |
| * | (Fy_or_n_p): Use a popup menu if reached via mouse command. | Richard M. Stallman | 1994-02-24 | 1 | -6/+41 |
| * | (mouse_get_pos): Don't convert to glyph units. | Richard M. Stallman | 1994-02-24 | 1 | -2/+2 |
| * | (construct_mouse_click): Don't convert to glyph units. | Richard M. Stallman | 1994-02-24 | 1 | -4/+19 |
| * | (Fmouse_position): Convert to glyph units. | Richard M. Stallman | 1994-02-24 | 1 | -1/+11 |
| * | (make_lispy_movement, make_lispy_event): | Richard M. Stallman | 1994-02-24 | 1 | -29/+40 |
| * | (ELF_BSS_SECTION_NAME): New macro (config.h may override). | Richard M. Stallman | 1994-02-24 | 1 | -1/+5 |
| * | (Fkill_buffer): Call the Vkill_buffer_query_functions. | Richard M. Stallman | 1994-02-24 | 1 | -1/+21 |
| * | (kill-emacs-query-functions): New variable. | Richard M. Stallman | 1994-02-24 | 1 | -0/+10 |
| * | (Info-build-node-completions): Add a call to widen. | Richard M. Stallman | 1994-02-24 | 1 | -9/+12 |
| * | (debug, debug-on-entry): Doc strings. | Richard M. Stallman | 1994-02-23 | 1 | -4/+4 |
| * | *** empty log message *** | Karl Heuer | 1994-02-23 | 1 | -4/+8 |
| * | Include usg5-4.h. | Richard M. Stallman | 1994-02-23 | 1 | -5/+16 |
| * | [NEWSOS5] (C_DEBUG_SWITCH, C_OPTIMIZE_SWITCH) | Richard M. Stallman | 1994-02-23 | 1 | -2/+21 |
| * | NEWSOS5 conditional deleted. | Richard M. Stallman | 1994-02-23 | 1 | -18/+2 |
| * | (byte-compile-file): Return nil on failure. | Karl Heuer | 1994-02-23 | 1 | -2/+2 |
| * | (main, get_time): Don't crash on invalid input. | Karl Heuer | 1994-02-23 | 1 | -5/+8 |
| * | (jka-compr-partial-uncompress): Make dd give you | Richard M. Stallman | 1994-02-23 | 1 | -8/+10 |