]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
index e200985c52718c810217ef2c198a13c8ed32cfe2..e69eef191b2cadc075ab73e05826baa7fba1bb37 100644 (file)
@@ -1,3 +1,194 @@
+2001-06-26  Richard M. Stallman  <rms@gnu.org>
+
+       * 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.
+
+       * progmodes/cc-styles.el (c-set-style): Don't specify initial
+       contents for completing-read.
+
+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>
+
+       * textmodes/sgml-mode.el (sgml-mode-map): Fix thinko.
+
+2001-06-18  Gerd Moellmann  <gerd@gnu.org>
+
+       * international/quail.el (quail-start-conversion):
+       Reset quail-translating to nil.
+
+       * antlr-mode.el (antlr-mode): Check that `c-Java-access-key' is
+       bound.  Suggested by David B. Malkovsky <David.Malkovsky@sas.com>.
+
+2001-06-18  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * bs.el (bs--get-name, bs--get-file-name): Add help-echo to
+       mouse-highlighted text.
+
+       * dired.el (dired-mark-pop-up): Fix last change.
+
+2001-06-17  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * calendar/calendar.el (generate-calendar-month): Add help-echo to
+       mouse-highlighted text.
+
+       * net/quickurl.el (quickurl-url-file): Run through
+       convert-standard-filename.
+       (quickurl-list-populate-buffer): Add help-echo to
+       mouse-highlighted text.
+       (top-level): Update Dave's URL.
+
+       * textmodes/tex-mode.el (tex-validate-buffer): Add help-echo to
+       mouse-highlighted text.
+
+       * textmodes/page-ext.el (pages-copy-header-and-position):
+       Add help-echo to mouse-highlighted text.
+
+       * tar-mode.el (tar-header-block-summarize): Add help-echo to
+       mouse-highlighted text.
+
+       * replace.el (occur): Add help-echo to mouse-highlighted text.
+
+       * progmodes/sh-script.el (sh-mark-line): Add help-echo to
+       mouse-highlighted text.
+
+       * progmodes/cpp.el (cpp-make-button): Add help-echo to
+       mouse-highlighted text.
+
+       * progmodes/compile.el (compile-reinitialize-errors):
+       Add help-echo to mouse-highlighted messages.
+       (compilation-forget-errors): Remove help-echo property as well.
+
+       * play/landmark.el (lm-plot-square, lm-init-display):
+       Add help-echo to mouse-highlighted text.
+
+       * play/gomoku.el (gomoku-plot-square, gomoku-init-display):
+       Add help-echo to mouse-highlighted text.
+
+       * dired.el (dired-insert-set-properties): Add help-echo to
+       mouse-highlighted text.
+       (dired-mark-pop-up): Remove help-echo property from the file name.
+
+       * comint.el (comint-send-input): Add help-echo to
+       mouse-highlighted text.
+
+       * buff-menu.el (list-buffers-noselect): Add help-echo to
+       mouse-highlighted text.
+
+       * arc-mode.el (archive-summarize-files): Add help-echo to
+       mouse-highlighted text.
+
+       * ffap.el (ffap-machine-p): Always return nil if
+       open-network-stream is not fboundp.
+
+2001-06-17  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * textmodes/sgml-mode.el: Move `provide' to the end.  Update copyright.
+       (sgml-mode-map): Use `make-keymap' rather than make the keymap by hand.
+       Bind the latin-1 charset-char to sgml-maybe-name-self rather than
+       incorrectly binding chars between 128 and 256 to it.
+       (sgml-maybe-name-self): Handle latin-1 chars properly.
+       (sgml-tags-invisible): Bind buffer-file-name to nil.
+       Use unwind-protect and restore-buffer-modified-p.
+       (sgml-point-entered): Use buffer-substring-no-properties.
+       (html-tag-alist): Add `div' and `span' and fix backquote/unquote typos.
+       (html-mode): Don't force `imenu-sort-function'.
+
 2001-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
 
        * tar-mode.el: Fix the copyright notice.
 
 2001-06-15  Miles Bader  <miles@gnu.org>
 
-       * textmodes/texinfmt.el (texinfo-format-syntax-table): Revert
-       previous change.
+       * textmodes/texinfmt.el (texinfo-format-syntax-table):
+       Revert previous change.
 
 2001-06-14  Richard M. Stallman  <rms@gnu.org>
 
        * replace.el (keep-lines-read-args): Return just a regexp.
        Provide nil for the region args.
-       (keep-lines, flush-lines, how-many): 
+       (keep-lines, flush-lines, how-many):
        Calculate the defaults for the region here, when args are nil.
 
 2001-06-14  Eli Zaretskii  <eliz@is.elta.co.il>
        `rmail-insert-mime-resent-message-function' if `rmail-enable-mime'
        is non-nil.
 
+2001-05-30  Stefan Monnier  <monnier@rum.cs.yale.edu>
+
+       * textmodes/tex-mode.el (latex-find-indent): Handle the BOBP case.
+
 2001-05-29  Sam Steingold  <sds@gnu.org>
 
        * faces.el (face-valid-attribute-values): Bind `valid' directly