log

age author description
1995-07-29 Richard M. Stallman (vc-resynch-buffer): New function.
1995-07-29 Richard M. Stallman Initial revision
1995-07-28 Richard M. Stallman (kbd_buffer_get_event): Update input_pending after
1995-07-28 Karl Heuer (syms_of_eval): Add missing defsubr.
1995-07-28 Richard M. Stallman (describe_buffer_bindings): Print bindings from
1995-07-28 Richard M. Stallman (GETTIMEOFDAY_ONE_ARGUMENT): Add #undef.
1995-07-28 Richard M. Stallman (do-auto-fill): Handle adaptive-fill-regexp.
1995-07-28 Karl Heuer (imenu-generic-lisp-expression)
1995-07-28 Karl Heuer (c++-imenu-generic-expression): Var defined.
1995-07-28 Karl Heuer (c-imenu-generic-expression): Var defined.
1995-07-28 Karl Heuer (latex-imenu-generic-expression): Var defined.
1995-07-28 Karl Heuer (texinfo-imenu-generic-expression): Var defined.
1995-07-28 Karl Heuer (ada-imenu-generic-expression): Var defined.
1995-07-28 Karl Heuer (lisp-imenu-generic-expression): Var defined.
1995-07-27 Richard M. Stallman Add keywords and comments as per conventions.
1995-07-27 Karl Heuer (record_overlay_string, overlay_strings): Handle zero-sized overlays better.
1995-07-27 Richard M. Stallman (texinfo-specific-section-type): Use buffer-substring-no-properties.
1995-07-27 Karl Heuer (struct sortstrlist): New type.
1995-07-27 Michael Kifer (vip-overriding-map): new variable.
1995-07-27 Michael Kifer (vip-repeat-from-history-key): new default.
1995-07-27 Michael Kifer (vip-multiclick-timeout): new default.
1995-07-27 Michael Kifer (vip-add-hook,vip-remove-hook): new functions.
1995-07-27 Michael Kifer *** empty log message ***
1995-07-27 Michael Kifer (vip-info-file-name): variable removed.
1995-07-27 Karl Heuer (x-font-regexp): Add \\(\\) for substring extraction.
1995-07-27 Richard M. Stallman (pascal-mode): Added imenu support.
1995-07-27 Richard M. Stallman (texinfo-environment-regexp): Allow whitespace at BOL.
1995-07-27 Richard M. Stallman (tpu-backward-line): Only move to BOL if not already there.
1995-07-27 Richard M. Stallman (tpu-version): New version.
1995-07-27 Richard M. Stallman Comment changes.
1995-07-26 Richard M. Stallman (update_menu_bar): Pass new arg to set_frame_menubar.
1995-07-26 Richard M. Stallman (indent-region-function): Doc fix.
1995-07-26 Richard M. Stallman (shared-lisp-mode-map): Don't bind TAB, just set indent-line-function.
1995-07-26 Richard M. Stallman (prefix-args): Pass ALL_LDFLAGS.
1995-07-26 David J. MacKenzie Account for termcap file renaming.
1995-07-26 David J. MacKenzie TERMCAP_NAME -> TERMCAP_FILE.
1995-07-26 David J. MacKenzie (tparam): Remove arg array and the #ifdef.
1995-07-26 Richard M. Stallman (perl-imenu-generic-expression) New variable.
1995-07-26 Richard M. Stallman multiple-frames is not terminal-local.
1995-07-26 David J. MacKenzie Move #define of bcopy to after #include <string.h>.
1995-07-26 Richard M. Stallman Delete duplicate definitions for format-find-file and format-insert-file.
1995-07-26 Richard M. Stallman Use defopt for same-window-buffer-names and same-window-regexps.
1995-07-26 Karl Heuer Do renamings:
1995-07-26 Karl Heuer Do renamings:
1995-07-25 Richard M. Stallman (LIBS_SYSTEM): Defined.
1995-07-25 Richard M. Stallman (LIBS_MACHINE): Delete -lsun.
1995-07-25 Karl Heuer (x-font-regexp-weight-subnum, x-font-regexp-slant-subnum)
1995-07-25 Richard M. Stallman Renamings: frame->display => frame->output, struct x_display -> sruct x_output.
1995-07-25 Richard M. Stallman (struct x_output): Renamed from struct x_display.
1995-07-25 Richard M. Stallman (struct frame): Rename `display' member to `output_data'.
1995-07-25 Richard M. Stallman (imenu--history-list): Don't make this buffer-local.
1995-07-25 Karl Heuer (run-hook-with-args): Fix previous code.
1995-07-25 Richard M. Stallman (tar-copy): Inhibit use of jka-compr handler
1995-07-25 Richard M. Stallman Include buffer.h.
1995-07-25 Richard M. Stallman (enum event_kind): Added menu_bar_activate_event.
1995-07-25 Richard M. Stallman (kbd_buffer_get_event) [USE_X_TOOLKIT]:
1995-07-25 Richard M. Stallman (struct x_display): New fields saved_button_event, id.
1995-07-25 Richard M. Stallman (next_noop_dpyinfo): New variable.
1995-07-25 Richard M. Stallman (x_menubar_window_to_frame): New function.
1995-07-25 Karl Heuer (signal_before_change): Use Frun_hook_with_args.