bpt/emacs.git
1993-07-17 Richard M.... (texinfo-mode): Undo changes mistakenly added with
1993-07-17 Richard M.... (Vhelp_menu_bar_map): Deleted.
1993-07-17 Richard M.... (revert-buffer): Make menu-enable form more accurate
1993-07-17 Richard M.... (mh-yank-hooks): Use (mark t).
1993-07-16 Roland McGrath(comint-{next,prev}-prompt, comint-send-eof): New funct...
1993-07-16 Roland McGrath(ad-start-advice-on-load): Initialize to t.
1993-07-16 Roland McGrathInitial revision
1993-07-16 Doug Evansif [ "$os" ] --> if [ x"$os" != x"" ]
1993-07-16 Richard M.... (rmail-mail-new-frame): New variable.
1993-07-16 Richard M.... (mail-bury): If selected frame is dedicated,
1993-07-15 Richard M.... (read_char_menu_prompt): If the user rejects a menu,
1993-07-15 Richard M.... (ispell-menu-map): Add missing quote in defalias.
1993-07-15 Richard M.... (vc-rcs-status): Make work buffer's name start w/ space.
1993-07-15 Richard M.... (completion-setup-function): Insert the mouse help...
1993-07-15 Richard M.... (Fdisplay_completion_list): Run completion-setup-hook.
1993-07-15 Richard M.... (help-menu-bar-map): Put the Help item in this map.
1993-07-15 Richard M.... (Fbuffer_local_variables): For local var that is unbound,
1993-07-15 Richard M.... (dired-mode-map): Add menu bar items.
1993-07-15 Jim Blandy* assoc.el (asort): First argument should be named...
1993-07-15 Jim Blandy* keyboard.c (menu_bar_one_keymap): If the key's bindin...
1993-07-15 Richard M.... (server-done): Let save-buffer make the backup,
1993-07-15 Roland McGrath(isearch-edit-string): Bind isearch-nonincremental...
1993-07-15 Richard M.... (Qdisabled_command_hook): New variable.
1993-07-15 Roland McGrath(compilation-parse-errors): After skipping two lines...
1993-07-15 Roland McGrath(gud-debugger-startup): Replaced with gud-massage-args.
1993-07-14 Roland McGrath(snarf-spooks): Restore function.
1993-07-14 Roland McGrath(cookie-cache): New defvar.
1993-07-14 Roland McGrath(generate-file-autoloads): Fix FILE truename hacking...
1993-07-14 Richard M.... (Vhelp_menu_bar_map): New var.
1993-07-14 Richard M.... (mark_object) [DEBUG_MOLE]: Add abort at beginning.
1993-07-14 Jim Blandy* calendar.el (calendar-holidays): Don't autoload this...
1993-07-14 Jim BlandyInitial revision
1993-07-14 Jim Blandy* config.sub: Add case for Bull dpx/2.
1993-07-13 Richard M.... (copy-face): New arg NEW-FRAME.
1993-07-13 Richard M.... (completion-mode): New major mode.
1993-07-13 Richard M.... (mouse-choose-completion): New function.
1993-07-13 Richard M.... (verify_interval_modification): Use Qinsert_in_front_ho...
1993-07-13 Richard M.... (Qinsert_in_front_hooks, Qinsert_behind_hooks): Declared.
1993-07-13 Richard M.... (prepare_to_modify_buffer): Call verify_overlay_modific...
1993-07-13 Richard M.... (verify_overlay_modification): New function.
1993-07-13 Richard M.... (Qinsert_in_front_hooks, Qinsert_behind_hooks): New...
1993-07-13 Richard M.... *** empty log message ***
1993-07-13 Richard M.... (mail-bury): New function.
1993-07-13 Jim Meyering*** empty log message ***
1993-07-13 Richard M.... (compare-windows-skip-whitespace): New function.
1993-07-13 Richard M.... (rmail-insert-inbox-text): If inbox is not in the
1993-07-13 Richard M.... (define-key-after): Error if KEY has two elements.
1993-07-13 Richard M.... (menu-bar-file-menu): Add menu item for dired.
1993-07-13 Jim Blandy* autoload.el (generate-file-autoloads): Correctly...
1993-07-13 Richard M.... (Qinsert_before_hooks, Qinsert_after_hooks): Declared.
1993-07-13 Richard M.... (verify_interval_modification):
1993-07-12 Richard M.... (Qundefined): New variable.
1993-07-12 David J. MacKenzie*** empty log message ***
1993-07-12 Paul Eggert(vc-rcs-status): Include head version number in mode...
1993-07-12 Richard M.... (ispell-menu-map): New keymap--both fn and var.
1993-07-12 Richard M.... (ispell-menu-map): New autoload definition.
1993-07-10 Jim Blandy* configure.in: Use the autoconf AC_FIND_X macro to...
1993-07-10 Richard M.... (show-paren-command-hook): Do nothing if not window...
1993-07-10 Richard M.... Fix typos in previous change.
1993-07-09 Richard M.... (wait_reading_process_input): If wait_for_cell, do...
1993-07-09 Richard M.... (rmail-output): If file is an Rmail file,
1993-07-09 Doug EvansMake `solaris' reflect the most recent major release.
1993-07-09 Richard M.... entered into RCS
1993-07-09 Richard M.... Initial revision
1993-07-09 Jim Blandy* etags.c (alloca): removed all references to it.
1993-07-09 Richard M.... (consider_token): was `==', now is `='.
1993-07-09 Richard M.... (byte-compile-file-form-defmumble): Undo previous change.
1993-07-09 Richard M.... (byte-compile-setq-default):
1993-07-09 Richard M.... (mouse-menu-bar-buffers):
1993-07-08 Roland McGrath(region_limit): Declare Vmark_even_if_inactive.
1993-07-08 Roland McGrath(syms_of_callint): Fix DEFVAR_LISP for Vmark_even_if_in...
1993-07-08 Roland McGrath(compilation-error-regexp-alist): Broaden ``Line N...
1993-07-08 Roland McGrath(kill-ring-save): Call deactivate-mark regardless of...
1993-07-08 Roland McGrath(ispell): Call deactivate-mark instead of setting mark...
1993-07-08 Roland McGrath(deactivate-mark): New function.
1993-07-08 Roland McGrath(isearch-done): Call deactivate-mark instead of setting...
1993-07-08 Roland McGrathPut error-conditions and error-message properties on...
1993-07-08 Roland McGrath(check_mark): Don't check mark-active unless in transie...
1993-07-08 Roland McGrath(region_limit): Don't error if Vmark_even_if_inactive...
1993-07-08 Roland McGrath(syms_of_data): Staticpro Qmark_inactive.
1993-07-08 Roland McGrathDefine Qmark_inactive.
1993-07-08 Roland McGrathDeclare Qmark_inactive.
1993-07-08 Roland McGrath(mail-abbrev-end-of-buffer): Fix interactive spec to...
1993-07-08 Richard M.... Initial revision
1993-07-08 Richard M.... (basic-save-buffer): Use after-save-hook.
1993-07-08 Roland McGrathAdd (provide 'hanoi).
1993-07-08 Richard M.... (file-relative-name): If we use default-directory,
1993-07-07 Richard M.... (texinfo-update-node): Bind auto-fill-hook as well...
1993-07-07 Richard M.... Fix typo re `texinfo-sequential-node-update.'
1993-07-07 Roland McGrath(basic-save-buffer): Invoke after-save-buffer-hook...
1993-07-07 Roland McGrath(update-file-autoloads): Correctly do nothing when...
1993-07-07 Roland McGrath(mouse-menu-choose-yank): Change menu title to "Choose...
1993-07-07 Paul Eggert(vc-rcs-status): Remove unused var `status'.
1993-07-07 Richard M.... (describe_map_tree): When inserting TITLE, mention...
1993-07-07 Richard M.... (mail-rfc822-time-zone, mail-rfc822-date): New fns.
1993-07-07 Richard M.... (mail-do-fcc): Use RFC 822 style date in Resent-Date...
1993-07-07 Richard M.... (rmail-resend): Use RFC 822 style date in Resent-Date...
1993-07-07 Jim Blandy* editfns.c (Fformat): Since floats occupy two elements...
1993-07-07 Jim Blandy* make-dist (tempdir): Don't create lisp/forms-mode...
1993-07-07 Roland McGrath(cd-absolute): Use abbreviate-file-name on expansion...
next