| Commit message (Expand) | Author | Age | Files | Lines |
| * | (Fkill_buffer, Fkill_all_local_variables): | Richard M. Stallman | 1994-03-05 | 1 | -2/+4 |
| * | (command_loop_1): Fix misplaced assignment of last_point_position. | Karl Heuer | 1994-03-05 | 1 | -1/+1 |
| * | (rmail-message-filter): Doc fix. | Karl Heuer | 1994-03-04 | 1 | -2/+2 |
| * | *** empty log message *** | Karl Heuer | 1994-03-04 | 1 | -1/+1 |
| * | (isnan): New macro. | Karl Heuer | 1994-03-04 | 1 | -2/+6 |
| * | (update_one_frame_psheets): Call EmacsFrameSetCharSize to | Fred Pierresteguy | 1994-03-04 | 1 | -1/+17 |
| * | (EmacsFrameSetCharSize): Don't call XtMakeResizeRequest. Use XtVaSetValues for | Fred Pierresteguy | 1994-03-04 | 1 | -5/+20 |
| * | [USE_X_TOOLKIT] (xmenu_show): Pass display to XtWindowToWidget. | Roland McGrath | 1994-03-04 | 1 | -2/+3 |
| * | (compile-goto-error): Push the mark before calling next-error. | Roland McGrath | 1994-03-04 | 1 | -1/+2 |
| * | (skip_chars): Treat `-' as alias for space, if syntaxp. | Richard M. Stallman | 1994-03-04 | 1 | -0/+3 |
| * | (system-key-alist): Fix the code value for `remove'. | Richard M. Stallman | 1994-03-04 | 1 | -2/+2 |
| * | (Finsert_file_contents): Pass del_range_1 two ends, not a length. | Richard M. Stallman | 1994-03-04 | 1 | -1/+1 |
| * | (byte-compile-insert-header): Take a filename argument. | Richard M. Stallman | 1994-03-04 | 1 | -17/+18 |
| * | (ange-ftp-nslookup-host, ange-ftp-start-process): | Richard M. Stallman | 1994-03-04 | 1 | -2/+10 |
| * | (chan_process): Don't specify size. | Karl Heuer | 1994-03-04 | 1 | -1/+1 |
| * | (c-fill-paragraph): Preserve final sentence boundary. | Karl Heuer | 1994-03-04 | 1 | -1/+5 |
| * | Rename comint-input-filter-functions and | Richard M. Stallman | 1994-03-03 | 1 | -8/+8 |
| * | (inferior-scheme-mode): Removed unnecessary | Richard M. Stallman | 1994-03-03 | 1 | -2/+1 |
| * | (comint-input-filter-functions) | Richard M. Stallman | 1994-03-03 | 1 | -24/+27 |
| * | (shell-dynamic-complete-functions): New variable. | Richard M. Stallman | 1994-03-03 | 1 | -73/+172 |
| * | (comint-after-partial-filename-command, | Richard M. Stallman | 1994-03-03 | 1 | -236/+146 |
| * | (generate-file-autoloads): Move misplaced paren in match clause of cond | Roland McGrath | 1994-03-03 | 1 | -2/+2 |
| * | Fix typo in comment. | Karl Heuer | 1994-03-03 | 1 | -1/+1 |
| * | (server-switch-buffer): Don't select a minibuffer. | Karl Heuer | 1994-03-03 | 1 | -0/+2 |
| * | (Fread_file_name): Do the right thing when insert-default-directory is nil. | Karl Heuer | 1994-03-03 | 1 | -2/+6 |
| * | (record_delete): Save last_point_position in the undo record, rather than the | Karl Heuer | 1994-03-03 | 1 | -3/+4 |
| * | New variable last_point_position. | Karl Heuer | 1994-03-03 | 1 | -0/+3 |
| * | (command_loop_1): Set last_point_position to the value of point. | Karl Heuer | 1994-03-03 | 1 | -0/+4 |
| * | (Finsert_file_contents): If undo_list was t, leave it t. | Richard M. Stallman | 1994-03-03 | 1 | -3/+3 |
| * | (kill-emacs-query-functions, kill-buffer-query-functions): | Richard M. Stallman | 1994-03-03 | 1 | -11/+26 |
| * | (outline-on-heading-p): Use bolp. | Richard M. Stallman | 1994-03-03 | 1 | -28/+29 |
| * | (current-word): Check properly for bolp. New optional arg STRICT. Doc fix. | Richard M. Stallman | 1994-03-03 | 1 | -20/+26 |
| * | (main): Change delimiter from "^L" to "^_^L". | Karl Heuer | 1994-03-03 | 1 | -9/+19 |
| * | (map_event_to_object, set_frame_menubar): | Richard M. Stallman | 1994-03-03 | 1 | -7/+24 |
| * | Comment change. | Richard M. Stallman | 1994-03-03 | 1 | -1/+1 |
| * | Use add-hook instead of setq. | Karl Heuer | 1994-03-03 | 1 | -1/+1 |
| * | (Fget_file_buffer): Doc fix. | Karl Heuer | 1994-03-03 | 1 | -0/+1 |
| * | (buffer-file-truename): Doc fix. | Karl Heuer | 1994-03-03 | 1 | -1/+2 |
| * | (substitute-key-definition): Avoid infinite recursion. | Karl Heuer | 1994-03-03 | 1 | -3/+12 |
| * | (C_SWITCH_SYSTEM): Increase maxmem when using IBM's compiler. | Karl Heuer | 1994-03-03 | 1 | -1/+4 |
| * | (chan_process, Vprocess_alist): Declared. | Richard M. Stallman | 1994-03-02 | 1 | -0/+6 |
| * | (chan_process, Vprocess_alist): No longer static. | Richard M. Stallman | 1994-03-02 | 1 | -2/+2 |
| * | (mouse-choose-completion): Use that as the buffer to edit. | Richard M. Stallman | 1994-03-02 | 1 | -0/+5 |
| * | (PURESIZE) [MULTI_FRAME]: Incremented to 230000. | Richard M. Stallman | 1994-03-02 | 1 | -1/+1 |
| * | (Fdisplay_completion_list): Restore original buffer | Richard M. Stallman | 1994-03-02 | 1 | -3/+7 |
| * | (completion-list-mode): Set completion-reference-buffer | Richard M. Stallman | 1994-03-02 | 1 | -5/+12 |
| * | (menu_bar_items): When moving an item to the end, | Richard M. Stallman | 1994-03-02 | 1 | -11/+14 |
| * | Include unistd.h. | Richard M. Stallman | 1994-03-02 | 1 | -3/+28 |
| * | (Fdelete_frame): Don't initialize a Lisp_Object. | Richard M. Stallman | 1994-03-02 | 1 | -5/+4 |
| * | (telnet): Use chars in comint-delimiter-argument-list. | Richard M. Stallman | 1994-03-02 | 1 | -1/+1 |