Mercurial > emacs
graph
-
(vc-print-log): Move point to the log entry of the current version.1996-09-08, by André Spiegel
-
(main): Declare `fromlen' as size_t, undo previous change.1996-09-07, by Erik Naggum
-
*** empty log message ***1996-09-06, by Michael Kifer
-
*** empty log message ***1996-09-06, by Michael Kifer
-
(Finsert_buffer_substring): Check for deleted buffer.1996-09-05, by Karl Heuer
-
Add many declarations.1996-09-04, by Richard M. Stallman
-
(BITS_PER_EMACS_INT): New definition.1996-09-04, by Richard M. Stallman
-
(LIBS_SYSTEM): Use -lkstat instead of -lelf -lkvm1996-09-04, by Richard M. Stallman
-
(apropos-print): Don't say `Type ' before M-x cmd.1996-09-04, by Richard M. Stallman
-
(perform-replace): Increment replace-count1996-09-04, by Richard M. Stallman
-
(executable-insert): Doc fix.1996-09-04, by Richard M. Stallman
-
(create_process): Test HAVE_SETPGID for using setpgid.1996-09-04, by Richard M. Stallman
-
(HAVE_SETPGID): Add #undef.1996-09-04, by Richard M. Stallman
-
(syms_of_keymap): staticpro current_global_map;1996-09-04, by Richard M. Stallman
-
(get_local_map): Call indirect-function.1996-09-04, by Richard M. Stallman
-
Mention local-value property on an overlay.1996-09-04, by Richard M. Stallman
-
(main): Declare `fromunix' as size_t.1996-09-04, by Richard M. Stallman
-
Whitespace fix.1996-09-04, by Richard M. Stallman
-
unexelf1.c merged into this file.1996-09-04, by Richard M. Stallman
-
(UNEXEC): Use unexelf.c.1996-09-04, by Richard M. Stallman
-
Include config.h.1996-09-04, by Richard M. Stallman
-
[HAVE_TERMIOS_H]: Include termios.h.1996-09-04, by Richard M. Stallman
-
(create_process_1, sigchld_handler) [POSIX_SIGNALS]:1996-09-04, by Richard M. Stallman
-
(input_available_signal) [POSIX_SIGNALS]:1996-09-04, by Richard M. Stallman
-
(HAVE_TERMIOS_H): Add #undef.1996-09-04, by Richard M. Stallman
-
(Fmacroexpand): Don't declare `form' as register.1996-09-04, by Richard M. Stallman
-
(Fredirect_frame_focus): Don't call Ffocus_frame.1996-09-04, by Richard M. Stallman
-
(Fexecute_extended_command): Fix previous change.1996-09-04, by Richard M. Stallman
-
(copy_intervals_to_string): Take arg as buffer.1996-09-04, by Richard M. Stallman
-
(Fcommand_execute): gcpro cmd and prefixarg while calling do_autoload.1996-09-04, by Richard M. Stallman
-
(Fmacroexpand): gcpro form while calling do_autoload.1996-09-04, by Richard M. Stallman
-
(Fexecute_extended_command): gcpro prefixarg.1996-09-04, by Richard M. Stallman
-
(x_set_frame_parameters): Make height and width ints.1996-09-04, by Richard M. Stallman
-
(map_char_table): Declare depth as int.1996-09-04, by Richard M. Stallman
-
(note_mouse_highlight): Pass POS argument to fast_find_position as int.1996-09-04, by Richard M. Stallman
-
(set_properties, add_properties, remove_properties):1996-09-04, by Richard M. Stallman
-
(prepare_to_modify_buffer): Take integer arguments.1996-09-04, by Richard M. Stallman
-
(Fmake_byte_code): Call make_pure_vector using nargs.1996-09-04, by Richard M. Stallman
-
(Fpurecopy): Cast arg to make_pure_vector.1996-09-03, by Richard M. Stallman
-
(calendar-current-date): Simplify by using decode-time instead1996-09-03, by Richard M. Stallman
-
(insert-directory): Use same value of `now' for all files.1996-09-03, by Richard M. Stallman
-
(Fformat): Pass a string using XSTRING.1996-09-03, by Richard M. Stallman
-
(doprnt1): If lispstrings, accept a string1996-09-03, by Richard M. Stallman
-
(message): Cast size arg to doprnt.1996-09-03, by Richard M. Stallman
-
(OUTPUT_IF, OUTPUT): Cast frame height to int.1996-09-03, by Richard M. Stallman
-
(term_init): Avoid type-mismatch calling get_frame_size.1996-09-03, by Richard M. Stallman
-
(command-line, command-line-1):1996-09-03, by Richard M. Stallman
-
(sort_args): Don't rearrange any args that follow "--".1996-09-03, by Richard M. Stallman
-
(dired-mode-map): Add revert-buffer to Immediate menu.1996-09-03, by Richard M. Stallman
-
(Ffocus_frame, Funfocus_frame): Functions deleted.1996-09-03, by Richard M. Stallman
-
(other-frame): Don't call unfocus-frame.1996-09-03, by Richard M. Stallman
-
(mouse-select-window): Don't call unfocus-frame.1996-09-03, by Richard M. Stallman
-
(etags_getcwd): Use getcwd if available even if MSDOS.1996-09-03, by Richard M. Stallman
-
(timer-next-integral-multiple-of-time): New function.1996-09-03, by Paul Eggert
-
(display-time): Use new run-at-time functionality to1996-09-03, by Paul Eggert
-
(mktime): Fix typo in previous patch.1996-09-03, by Paul Eggert
-
(mktime): #undef so that we don't mess up the file name mktime.c.1996-09-03, by Paul Eggert
-
(mktime): Define to emacs_mktime if HAVE_MKTIME && ! defined (_NEXT_SOURCE),1996-09-03, by Paul Eggert
-
(show-paren-function): Handle unbalanced parens as1996-09-03, by Richard M. Stallman
-
(Fencode_time): Remove NEXTSTEP workaround;1996-09-03, by Paul Eggert