]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
index 7a322e4dfe21f38fd65b779d0f66048389c54b27..e69eef191b2cadc075ab73e05826baa7fba1bb37 100644 (file)
-2001-06-19  Eli Zaretskii  <eliz@is.elta.co.il>
+2001-06-26  Richard M. Stallman  <rms@gnu.org>
 
-       * woman.el (WoMan-highlight-references): Add help-echo to
+       * dired.el (dired-get-filename): A file name starting with ~
+       is not absolute in this context.
+
+       * which-func.el (which-func-maxout): Increase default to 500000.
+       (which-function-mode): This is now the "real" name of the function.
+       (which-func-mode): Now an alias.
+       (which-func-mode-global): Name deleted.
+
+       * progmodes/hideshow.el (hs-minor-mode-map): Use mouse-2, not
+       button-2, when binding hs-mouse-toggle-hiding.
+
+2001-06-26  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * mail/rmail.el (rmail-msg-restore-non-pruned-header): New
+       function.
+       (rmail-msg-prune-header): Likewise.
+       (rmail-toggle-header): Use `rmail-msg-restore-non-pruned-header'
+       and `rmail-msg-prune-header'.
+
+2001-06-25  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * textmodes/fill.el (fill-region-as-paragraph): Don't look further
+       back than LINEBEG.
+
+2001-06-25  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * xt-mouse.el (xterm-mouse-event): If the buffer displayed in the
+       window where they clicked the mouse has a header line, adjust
+       vertical movement by one.
+
+2001-06-25  Milan Zamazal  <pdm@zamazal.org>
+
+       * progmodes/glasses.el (glasses-make-readable): Consider underscores
+       too when separating a parenthesis.
+
+2001-06-24  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
+       (bookmark-bmenu-hide-filenames): Add help-echo to
        mouse-highlighted text.
+       (bookmark-bmenu-show-filenames): Remove help-echo property from
+       the whitespace.
+
+2001-06-23  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * files.el (auto-mode-alist): Add configure.ac (autoconf).
+       From Karl Eichwalder <ke@suse.de>.
+
+2001-06-23  Richard M. Stallman  <rms@gnu.org>
+
+       * emacs-lisp/lisp-mode.el (eval-last-sexp): Doc fix.
 
-2001-06-18  John Wiegley  <johnw@gnu.org>
+       * progmodes/cc-styles.el (c-set-style): Don't specify initial
+       contents for completing-read.
 
-       * eshell/esh-mode.el: Disabled a test that often yields false
-       failures.
+2001-06-22  Richard M. Stallman  <rms@gnu.org>
+
+       * menu-bar.el (menu-bar-make-toggle): Construct the
+       function's doc string from HELP, not DOC, and make it accurate by
+       adding "Toggle whether to " at the front and downcasing the initial.
+       Change the HELP arg in some calls to make it fit this usage.
+
+       * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error):
+       Undo previous change.
+
+2001-06-22  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * indent.el (indent-relative-maybe, indent-relative): Doc fix.
+
+       * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error): Doc fix.
+
+2001-06-21  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * toolbar/tool-bar.el (tool-bar-setup): Remove the EXIT button.
+
+       * dabbrev.el (dabbrev--select-buffers): Fix last change.
+
+2001-06-20  Richard M. Stallman  <rms@gnu.org>
+
+       * dabbrev.el (dabbrev--make-friend-buffer-list): New function,
+       broken out from dabbrev--find-expansion.  Handle minibuffer
+       specially here.
+       (dabbrev--find-expansion): Simplify code in various ways.
+       Don't treat minibuffers specially.
+       Call dabbrev--make-friend-buffer-list.
+       (dabbrev--select-buffers): Don't treat minibuffers specially.  Simplify.
+       (dabbrev--scanning-message): Do nothing when minibuffer is current.
+
+2001-06-19  John Wiegley  <johnw@gnu.org>
+
+       * eshell/eshell.el: Don't load in esh-util if it's already loaded.
+       Also, added a comment describing how to greatly speedup Eshell
+       loadup time, by concatenating together all of Eshell's .elc files.
+
+2001-06-19  John Wiegley  <johnw@gnu.org>
+
+       * eshell/esh-mode.el: Disabled a test that often yields false failures.
+
+2001-06-19  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * woman.el (WoMan-highlight-references): Add help-echo to
+       mouse-highlighted text.
 
 2001-06-18  Stefan Monnier  <monnier@cs.yale.edu>
 
        * server.el (server-process, server-buffer-clients): Doc fix.
        From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
 
->>>>>>> 1.2419
 2001-06-09  John Wiegley  <johnw@gnu.org>
 
        * eshell/esh-cmd.el (eshell-exit-success-p): Use a string-match to