| Commit message (Expand) | Author | Age | Files | Lines |
| * | * keyboard.c: #include dispextern.h. | Jim Blandy | 1992-10-31 | 1 | -151/+202 |
| * | * frame.c: #include buffer.h. | Jim Blandy | 1992-10-31 | 1 | -0/+1 |
| * | * fns.c: #include keyboard.h. | Jim Blandy | 1992-10-31 | 1 | -1/+2 |
| * | * floatfns.c (Flog): Don't forget to declare the BASE argument a | Jim Blandy | 1992-10-31 | 1 | -2/+3 |
| * | * doc.c: #include keyboard.h. | Jim Blandy | 1992-10-31 | 1 | -8/+17 |
| * | * dispextern.h (sit_for): Declare this extern. | Jim Blandy | 1992-10-31 | 1 | -0/+1 |
| * | * dired.c (find_file_handler): Declare this extern. | Jim Blandy | 1992-10-31 | 1 | -2/+4 |
| * | * data.c (Fset): See if current_alist_element points to itself | Jim Blandy | 1992-10-31 | 1 | -1/+4 |
| * | * commands.h (unread_command_char): Declare this to be a | Jim Blandy | 1992-10-31 | 1 | -1/+1 |
| * | * casetab.c (set_case_table): Declare this to be static, and | Jim Blandy | 1992-10-31 | 1 | -2/+5 |
| * | * casefiddle.c (operate_on_word): Declare end to be an int, not a | Jim Blandy | 1992-10-31 | 1 | -2/+2 |
| * | * callproc.c: Arrange for synchronous processes to get SIGINT the | Jim Blandy | 1992-10-31 | 1 | -7/+28 |
| * | * bytecode.c (Fbyte_code): Use EQ to compare string_saved with | Jim Blandy | 1992-10-31 | 1 | -1/+1 |
| * | * buffer.h (Fbuffer_name, Fget_file_buffer): Added external | Jim Blandy | 1992-10-31 | 1 | -1/+4 |
| * | * buffer.c (reset_buffer): Don't assign to b->save_length as if it | Jim Blandy | 1992-10-31 | 1 | -1/+1 |
| * | * alloc.c (Frope_elt): Declare arguments to be Lisp_Objects. | Jim Blandy | 1992-10-31 | 1 | -0/+1 |
| * | * abbrev.c (Funexpand_abbrev): Just assign the last abbrev's value | Jim Blandy | 1992-10-31 | 1 | -1/+3 |
| * | (preserved_fns): New var. | Richard M. Stallman | 1992-10-30 | 1 | -3/+47 |
| * | Doc fix. | Richard M. Stallman | 1992-10-30 | 1 | -2/+6 |
| * | (get_system_name): Use gethostname for USG systems | Richard M. Stallman | 1992-10-29 | 1 | -2/+12 |
| * | (count_blanks): Leave argument r constant, and increment p. | Richard M. Stallman | 1992-10-29 | 1 | -4/+4 |
| * | (vc-admin): Pass t as noquery arg to vc-resynch-window. | Richard M. Stallman | 1992-10-28 | 1 | -2/+6 |
| * | Initial revision | Richard M. Stallman | 1992-10-28 | 1 | -0/+45 |
| * | (HAVE_GETHOSTNAME): Define it. | Richard M. Stallman | 1992-10-28 | 1 | -0/+4 |
| * | (HAVE_SETSID, IRIX): Defined. | Richard M. Stallman | 1992-10-28 | 1 | -0/+9 |
| * | *** empty log message *** | Jim Blandy | 1992-10-28 | 1 | -14/+10 |
| * | (manual-program): Always use /usr/ucb/man if that exists. | Richard M. Stallman | 1992-10-28 | 1 | -1/+3 |
| * | (fortran-window-create): Use screen-width, not frame-width. | Richard M. Stallman | 1992-10-27 | 1 | -2/+2 |
| * | (fortran-prepare-abbrev-list-buffer): Fix typo. | Richard M. Stallman | 1992-10-27 | 1 | -1/+1 |
| * | [sony, IRIS_4D]: Include getpagesize.h and fcntl.h. | Richard M. Stallman | 1992-10-27 | 1 | -6/+12 |
| * | (fortran-tab-mode): Add defvar. | Richard M. Stallman | 1992-10-27 | 1 | -23/+42 |
| * | Rename buffer-flush-undo to buffer-disable-undo. | Richard M. Stallman | 1992-10-27 | 1 | -13/+13 |
| * | Update LISP_FLOAT_TYPE in config.h. | Richard M. Stallman | 1992-10-27 | 1 | -1/+1 |
| * | Update GNU_MALLOC and REL_ALLOC in config.h. | Richard M. Stallman | 1992-10-27 | 1 | -1/+3 |
| * | (shell-command-on-region): | Richard M. Stallman | 1992-10-27 | 1 | -1/+1 |
| * | (isearch-edit-string): | Richard M. Stallman | 1992-10-27 | 1 | -4/+9 |
| * | * make-dist: Copy config.sub, since it's a symbolic link to a file | Jim Blandy | 1992-10-27 | 1 | -2/+5 |
| * | (vc-resynch-window): New arg NOQUERY. Pass it to vc-revert-buffer1. | Richard M. Stallman | 1992-10-26 | 1 | -10/+18 |
| * | Dox fix. | Christopher Zaborsky | 1992-10-25 | 1 | -1/+1 |
| * | Doc fix. | Christopher Zaborsky | 1992-10-25 | 1 | -10/+11 |
| * | Doc fix. | Christopher Zaborsky | 1992-10-25 | 4 | -14/+13 |
| * | (vc-prefix-map): Put vc-diff on = and vc-directory on d. | Richard M. Stallman | 1992-10-24 | 1 | -3/+3 |
| * | (relinquish): Adjust page_break_value by amount of memory actually given back. | Richard M. Stallman | 1992-10-24 | 1 | -14/+46 |
| * | * emacs.c (main): Correct spelling of HAVE_X_WINDOW to | Jim Blandy | 1992-10-23 | 1 | -1/+1 |
| * | (set-visited-file-name): Change the auto save file name. | Richard M. Stallman | 1992-10-23 | 1 | -1/+8 |
| * | (insert-kbd-macros): If arg is empty, use last macro as default. | Richard M. Stallman | 1992-10-23 | 1 | -37/+43 |
| * | (insert-kbd-macro): Replace nonprinting chars with escapes. | Richard M. Stallman | 1992-10-23 | 1 | -3/+25 |
| * | (mail-aliases): Doc fix. | Richard M. Stallman | 1992-10-23 | 1 | -2/+4 |
| * | (describe-function): Print `an autoloaded', not `a ...'. | Richard M. Stallman | 1992-10-23 | 1 | -2/+2 |
| * | (goal-column): Don't put the defvar inside the make-variable-buffer-local. | Richard M. Stallman | 1992-10-23 | 1 | -4/+5 |