| Commit message (Expand) | Author | Age | Files | Lines |
| * | (copy_intervals_to_string): Take arg as buffer. | Richard M. Stallman | 1996-09-04 | 1 | -2/+3 |
| * | (Fcommand_execute): gcpro cmd and prefixarg while calling do_autoload. | Richard M. Stallman | 1996-09-04 | 1 | -1/+7 |
| * | (Fmacroexpand): gcpro form while calling do_autoload. | Richard M. Stallman | 1996-09-04 | 1 | -0/+10 |
| * | (Fexecute_extended_command): gcpro prefixarg. | Richard M. Stallman | 1996-09-04 | 1 | -2/+2 |
| * | (x_set_frame_parameters): Make height and width ints. | Richard M. Stallman | 1996-09-04 | 1 | -15/+13 |
| * | (map_char_table): Declare depth as int. | Richard M. Stallman | 1996-09-04 | 1 | -1/+2 |
| * | (note_mouse_highlight): Pass POS argument to fast_find_position as int. | Richard M. Stallman | 1996-09-04 | 1 | -4/+4 |
| * | (set_properties, add_properties, remove_properties): | Richard M. Stallman | 1996-09-04 | 1 | -12/+12 |
| * | (prepare_to_modify_buffer): Take integer arguments. | Richard M. Stallman | 1996-09-04 | 1 | -4/+8 |
| * | (Fmake_byte_code): Call make_pure_vector using nargs. | Richard M. Stallman | 1996-09-04 | 1 | -1/+1 |
| * | (Fpurecopy): Cast arg to make_pure_vector. | Richard M. Stallman | 1996-09-03 | 1 | -2/+2 |
| * | (calendar-current-date): Simplify by using decode-time instead | Richard M. Stallman | 1996-09-03 | 1 | -6/+2 |
| * | (insert-directory): Use same value of `now' for all files. | Richard M. Stallman | 1996-09-03 | 1 | -25/+23 |
| * | (Fformat): Pass a string using XSTRING. | Richard M. Stallman | 1996-09-03 | 1 | -1/+1 |
| * | (doprnt1): If lispstrings, accept a string | Richard M. Stallman | 1996-09-03 | 1 | -2/+2 |
| * | (message): Cast size arg to doprnt. | Richard M. Stallman | 1996-09-03 | 1 | -2/+2 |
| * | (OUTPUT_IF, OUTPUT): Cast frame height to int. | Richard M. Stallman | 1996-09-03 | 1 | -2/+2 |
| * | (term_init): Avoid type-mismatch calling get_frame_size. | Richard M. Stallman | 1996-09-03 | 1 | -2/+7 |
| * | (command-line, command-line-1): | Richard M. Stallman | 1996-09-03 | 1 | -11/+17 |
| * | (sort_args): Don't rearrange any args that follow "--". | Richard M. Stallman | 1996-09-03 | 1 | -0/+14 |
| * | (dired-mode-map): Add revert-buffer to Immediate menu. | Richard M. Stallman | 1996-09-03 | 1 | -0/+6 |
| * | (Ffocus_frame, Funfocus_frame): Functions deleted. | Richard M. Stallman | 1996-09-03 | 1 | -15/+0 |
| * | (other-frame): Don't call unfocus-frame. | Richard M. Stallman | 1996-09-03 | 1 | -3/+1 |
| * | (mouse-select-window): Don't call unfocus-frame. | Richard M. Stallman | 1996-09-03 | 1 | -2/+1 |
| * | (etags_getcwd): Use getcwd if available even if MSDOS. | Richard M. Stallman | 1996-09-03 | 1 | -15/+16 |
| * | (timer-next-integral-multiple-of-time): New function. | Paul Eggert | 1996-09-03 | 1 | -5/+40 |
| * | (display-time): Use new run-at-time functionality to | Paul Eggert | 1996-09-03 | 1 | -3/+2 |
| * | (mktime): Fix typo in previous patch. | Paul Eggert | 1996-09-03 | 1 | -1/+1 |
| * | (mktime): #undef so that we don't mess up the file name mktime.c. | Paul Eggert | 1996-09-03 | 1 | -0/+5 |
| * | (mktime): Define to emacs_mktime if HAVE_MKTIME && ! defined (_NEXT_SOURCE), | Paul Eggert | 1996-09-03 | 1 | -1/+5 |
| * | (show-paren-function): Handle unbalanced parens as | Richard M. Stallman | 1996-09-03 | 1 | -14/+27 |
| * | (Fencode_time): Remove NEXTSTEP workaround; | Paul Eggert | 1996-09-03 | 1 | -4/+0 |
| * | (MKTIME_OBJ): Use our mktime instead of NEXTSTEP's, | Paul Eggert | 1996-09-03 | 1 | -1/+2 |
| * | (run-at-time): Doc fix. | Paul Eggert | 1996-09-03 | 1 | -1/+1 |
| * | (create_process): Undo previous change. | Richard M. Stallman | 1996-09-03 | 1 | -5/+7 |
| * | (server-process-filter): Quote with &, not \. | Richard M. Stallman | 1996-09-02 | 1 | -3/+3 |
| * | (quote_file_name): Quote with &, not \. | Richard M. Stallman | 1996-09-02 | 1 | -5/+6 |
| * | (Fencode_time) [_NEXT_SOURCE]: Use ZONE, not ABSZONE. | Richard M. Stallman | 1996-09-02 | 1 | -1/+1 |
| * | (save-match-data): Definition deleted. | Richard M. Stallman | 1996-09-02 | 1 | -11/+0 |
| * | Include signal.h properly; | Richard M. Stallman | 1996-09-02 | 1 | -3/+1 |
| * | On fatal signal, delete socket-file: | Richard M. Stallman | 1996-09-02 | 1 | -1/+130 |
| * | (redisplay_internal): Test last_selected_window slot. | Richard M. Stallman | 1996-09-02 | 1 | -1/+4 |
| * | (unshow_buffer): Clear last_selected_window slot, maybe. | Richard M. Stallman | 1996-09-02 | 1 | -0/+12 |
| * | (reset_buffer): Initialize last_selected_window slot. | Richard M. Stallman | 1996-09-02 | 1 | -1/+1 |
| * | (strict buffer): New slot last_selected_window. | Richard M. Stallman | 1996-09-02 | 1 | -1/+5 |
| * | (ffap-locate-file): Function deleted. | Richard M. Stallman | 1996-09-02 | 1 | -69/+11 |
| * | (locate-library): New arg PATH. Handle autocompression mode. | Richard M. Stallman | 1996-09-02 | 1 | -4/+21 |
| * | (locate-library): Doc fix. | Richard M. Stallman | 1996-09-02 | 1 | -2/+2 |
| * | (rmail-dont-reply-to): Recognize the names to delete | Richard M. Stallman | 1996-09-02 | 1 | -0/+2 |
| * | (quote_file_name): New function. | Richard M. Stallman | 1996-09-02 | 1 | -41/+58 |