log

age author description
1996-09-04 Richard M. Stallman (copy_intervals_to_string): Take arg as buffer.
1996-09-04 Richard M. Stallman (Fcommand_execute): gcpro cmd and prefixarg while calling do_autoload.
1996-09-04 Richard M. Stallman (Fmacroexpand): gcpro form while calling do_autoload.
1996-09-04 Richard M. Stallman (Fexecute_extended_command): gcpro prefixarg.
1996-09-04 Richard M. Stallman (x_set_frame_parameters): Make height and width ints.
1996-09-04 Richard M. Stallman (map_char_table): Declare depth as int.
1996-09-04 Richard M. Stallman (note_mouse_highlight): Pass POS argument to fast_find_position as int.
1996-09-04 Richard M. Stallman (set_properties, add_properties, remove_properties):
1996-09-04 Richard M. Stallman (prepare_to_modify_buffer): Take integer arguments.
1996-09-04 Richard M. Stallman (Fmake_byte_code): Call make_pure_vector using nargs.
1996-09-03 Richard M. Stallman (Fpurecopy): Cast arg to make_pure_vector.
1996-09-03 Richard M. Stallman (calendar-current-date): Simplify by using decode-time instead
1996-09-03 Richard M. Stallman (insert-directory): Use same value of `now' for all files.
1996-09-03 Richard M. Stallman (Fformat): Pass a string using XSTRING.
1996-09-03 Richard M. Stallman (doprnt1): If lispstrings, accept a string
1996-09-03 Richard M. Stallman (message): Cast size arg to doprnt.
1996-09-03 Richard M. Stallman (OUTPUT_IF, OUTPUT): Cast frame height to int.
1996-09-03 Richard M. Stallman (term_init): Avoid type-mismatch calling get_frame_size.
1996-09-03 Richard M. Stallman (command-line, command-line-1):
1996-09-03 Richard M. Stallman (sort_args): Don't rearrange any args that follow "--".
1996-09-03 Richard M. Stallman (dired-mode-map): Add revert-buffer to Immediate menu.
1996-09-03 Richard M. Stallman (Ffocus_frame, Funfocus_frame): Functions deleted.
1996-09-03 Richard M. Stallman (other-frame): Don't call unfocus-frame.
1996-09-03 Richard M. Stallman (mouse-select-window): Don't call unfocus-frame.
1996-09-03 Richard M. Stallman (etags_getcwd): Use getcwd if available even if MSDOS.
1996-09-03 Paul Eggert (timer-next-integral-multiple-of-time): New function.
1996-09-03 Paul Eggert (display-time): Use new run-at-time functionality to
1996-09-03 Paul Eggert (mktime): Fix typo in previous patch.
1996-09-03 Paul Eggert (mktime): #undef so that we don't mess up the file name mktime.c.
1996-09-03 Paul Eggert (mktime): Define to emacs_mktime if HAVE_MKTIME && ! defined (_NEXT_SOURCE),
1996-09-03 Richard M. Stallman (show-paren-function): Handle unbalanced parens as
1996-09-03 Paul Eggert (Fencode_time): Remove NEXTSTEP workaround;
1996-09-03 Paul Eggert (MKTIME_OBJ): Use our mktime instead of NEXTSTEP's,
1996-09-03 Paul Eggert (run-at-time): Doc fix.
1996-09-03 Richard M. Stallman (create_process): Undo previous change.
1996-09-02 Richard M. Stallman (server-process-filter): Quote with &, not \.
1996-09-02 Richard M. Stallman (quote_file_name): Quote with &, not \.
1996-09-02 Richard M. Stallman (Fencode_time) [_NEXT_SOURCE]: Use ZONE, not ABSZONE.
1996-09-02 Richard M. Stallman (save-match-data): Definition deleted.
1996-09-02 Richard M. Stallman Include signal.h properly;
1996-09-02 Richard M. Stallman On fatal signal, delete socket-file:
1996-09-02 Richard M. Stallman (redisplay_internal): Test last_selected_window slot.
1996-09-02 Richard M. Stallman (unshow_buffer): Clear last_selected_window slot, maybe.
1996-09-02 Richard M. Stallman (reset_buffer): Initialize last_selected_window slot.
1996-09-02 Richard M. Stallman (strict buffer): New slot last_selected_window.
1996-09-02 Richard M. Stallman (ffap-locate-file): Function deleted.
1996-09-02 Richard M. Stallman (locate-library): New arg PATH. Handle autocompression mode.
1996-09-02 Richard M. Stallman (locate-library): Doc fix.
1996-09-02 Richard M. Stallman (rmail-dont-reply-to): Recognize the names to delete
1996-09-02 Richard M. Stallman (quote_file_name): New function.
1996-09-02 Richard M. Stallman (server-process-filter): Undo the quoting with
1996-09-01 Richard M. Stallman Comment change.
1996-09-01 Richard M. Stallman (Fprocess_contact): New function.
1996-09-01 Richard M. Stallman Turn on byte-compile-dynamic.
1996-09-01 Richard M. Stallman Explain better about abnormal hooks.
1996-09-01 Richard M. Stallman (record_asynch_buffer_change, gobble_input):
1996-09-01 Richard M. Stallman (sigunblockx): Definitions deleted.
1996-09-01 Richard M. Stallman (create_process): Test defined (TIOCSCTTY)
1996-09-01 Richard M. Stallman (insert-directory): If ls fails, get an error.
1996-09-01 Karl Heuer Removed support for !MULTI_FRAME.