| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | (compile-reinitialize-errors): Rename first arg from ARGP to REPARSE. | Roland McGrath | 1994-03-07 | 1 | -121/+141 |
| * | Comment fix. | Karl Heuer | 1994-03-07 | 1 | -1/+1 |
| * | (gdb): Use a minibuffer map with TAB to complete a filename. | Karl Heuer | 1994-03-07 | 1 | -1/+9 |
| * | (comment-column): Doc fix. | Karl Heuer | 1994-03-07 | 1 | -1/+1 |
| * | (doprnt): Do the right thing for negative size spec. | Karl Heuer | 1994-03-07 | 1 | -1/+2 |
| * | (get_minibuffer): Make name buffer large enough. | Karl Heuer | 1994-03-07 | 1 | -1/+1 |
| * | (Fminibuffer_complete, Fminibuffer_complete_word): Doc fix. | Karl Heuer | 1994-03-07 | 1 | -2/+4 |
| * | (temp_echo_area_glyphs): Use quit_char, not C-g. | Karl Heuer | 1994-03-07 | 1 | -1/+3 |
| * | (Fscroll_other_window): Doc fix. | Karl Heuer | 1994-03-07 | 1 | -1/+1 |
| * | (mouse-choose-completion): Bury the completion buffer. | Richard M. Stallman | 1994-03-07 | 1 | -0/+4 |
| * | Initial revision | Richard M. Stallman | 1994-03-07 | 1 | -0/+613 |
| * | Accept freebsd as OS. | Richard M. Stallman | 1994-03-07 | 1 | -1/+1 |
| * | Doc fixes. | Richard M. Stallman | 1994-03-07 | 1 | -10/+21 |
| * | (mark_object): Add no-op cast. | Richard M. Stallman | 1994-03-06 | 1 | -1/+3 |
| * | (edebug-skip-whitespace): Only \n, not \r, ends a comment. | Richard M. Stallman | 1994-03-06 | 1 | -1/+1 |
| * | (error): Use doprnt. Make buffer larger as necessary. | Richard M. Stallman | 1994-03-06 | 1 | -2/+28 |
| * | (backquote-listify): Renamed from bq-listify. | Richard M. Stallman | 1994-03-06 | 1 | -27/+25 |
| * | Complete rewrite by Sladkey. | Richard M. Stallman | 1994-03-06 | 1 | -339/+186 |
| * | Comment changes. | Richard M. Stallman | 1994-03-06 | 1 | -1/+1 |
| * | (operate_on_word): Don't move point; store in *NEWPOINT. | Richard M. Stallman | 1994-03-06 | 1 | -14/+22 |
| * | Initial revision | Richard M. Stallman | 1994-03-06 | 1 | -0/+103 |
| * | (c++-font-lock-keywords-1, c++-font-lock-keywords-2): New variables. | Richard M. Stallman | 1994-03-05 | 1 | -4/+23 |
| * | (jka-compr-insert-file-contents): Handle 5th arg. | Richard M. Stallman | 1994-03-05 | 1 | -2/+2 |
| * | (byte-compile-track-mouse): Handle >1 body form. | Richard M. Stallman | 1994-03-05 | 1 | -7/+5 |
| * | (ARRAY_MARK_FLAG): Define here. | Richard M. Stallman | 1994-03-05 | 1 | -0/+27 |
| * | Clean up indentation and whitespace. | Richard M. Stallman | 1994-03-05 | 1 | -44/+56 |
| * | (main): Change delimiter from "^L" to "^_^L". | Richard M. Stallman | 1994-03-05 | 1 | -5/+1 |
| * | (main) [HAVE_SYSVIPC]: Make msgp->mtext longer if necessary. | Richard M. Stallman | 1994-03-05 | 1 | -4/+32 |
| * | Include config.h, lisp.h, buffer.h, process.h, commands.h, errno.h and file.h. | Richard M. Stallman | 1994-03-05 | 1 | -6/+12 |
| * | (ARRAY_MARK_FLAG): Definition moved to lisp.h. | Richard M. Stallman | 1994-03-05 | 1 | -22/+0 |
| * | (shut_down_emacs): Set Vrun_hooks to nil. | Richard M. Stallman | 1994-03-05 | 1 | -0/+3 |
| * | (Fdo_auto_save): Doc fix. | Richard M. Stallman | 1994-03-05 | 1 | -3/+2 |
| * | (command_loop_1, read_key_sequence, Fcommand_execute): | Richard M. Stallman | 1994-03-05 | 1 | -6/+7 |
| * | (read_minibuf): Don't call Vrun_hooks if it is nil. | Richard M. Stallman | 1994-03-05 | 1 | -1/+2 |
| * | (save_excursion_restore): Don't call Vrun_hooks if nil. | Richard M. Stallman | 1994-03-05 | 1 | -4/+7 |
| * | (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 |