]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
index 91abab92a8d7843f1b97e1b5ff44aab3b131ca66..e2c78f17a59134196e594c2d69052c661ed2f547 100644 (file)
@@ -1,3 +1,143 @@
+2001-09-03  Gerd Moellmann  <gerd@gnu.org>
+
+       * international/isearch-x.el (isearch-exit-recursive-edit):
+       Take three parameters, since it's used as an after-change-function.
+
+       * emacs-lisp/backquote.el (backquote-backquote-symbol)
+       (backquote-unquote-symbol, backquote-splice-symbol): Remove `*'
+       from doc strings.
+
+2001-09-02  Milan Zamazal  <pdm@zamazal.org>
+
+       * progmodes/glasses.el (glasses-convert-to-unreadable):
+       Consider underscores as in `glasses-make-readable'.
+
+2001-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * progmodes/cmacexp.el (c-macro-preprocessor): Use "gcc -E" for
+       MS-DOS, since cpp might not be available.
+
+       * menu-bar.el (menu-bar-edit-menu) <yank-menu, yank>:
+       Mention "yank" in the help-echo text.
+       Suggested by Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
+
+2001-09-01  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * newcomment.el (comment-indent): Insert spaces more carefully.
+
+2001-08-31  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * mail/emacsbug.el (report-emacs-bug): Make sure *Messages*
+       exists.  From Andy Petrusenco <andy@int.spb.ru>.
+
+       * hi-lock.el (hi-lock-unface-buffer): Don't call x-popup-menu if
+       display-popup-menus-p returns nil.  Suggested by Andy Petrusenco
+       <andy@int.spb.ru>.
+
+2001-08-31  Gerd Moellmann  <gerd@gnu.org>
+
+       * isearch.el (isearch-mouse-2): Renamed from isearch-mouse-yank.
+       Instead of running mouse-yank-at-click, see what the event is
+       bound to outside Isearch and run that.
+
+2001-08-31  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * menu-bar.el (menu-bar-options-menu) <transient-mark-mode>:
+       Fix the menu entry to mention transient-mark-mode.
+
+2001-08-30  Gerd Moellmann  <gerd@gnu.org>
+
+       * simple.el (eval-expression-print-level): Fix last change.
+
+       * bindings.el (mode-line-coding-system-map): New variable.
+       (mode-line-mule-info): Give the "%Z" a local-map keymap.
+
+       * simple.el (eval-expression-print-level): Change the type
+       of the defcustom to allow nil.
+
+       * emacs-lisp/find-gc.el: Moved here from lisp/.
+
+       * international/quail.el (quail-completion-1):
+       Reverse the ((CHAR . DEFN) ...) list before processing it.
+       From Kenichi Handa <handa@etl.go.jp>.
+
+       * obsolete/rsz-mini.el, obsolete/sun-curs.el, obsolete/sun-fns.el
+       * obsolete/x-apollo.el, obsolete/x-menu.el: Moved here from lisp/.
+
+2001-08-30  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * toolbar/tool-bar.el (tool-bar-mode): Make it a no-op if images
+       aren't supported.  This avoids the annoying gray strip drawn by
+       the Windows version instead of the missing tool bar.
+
+2001-08-29  Gerd Moellmann  <gerd@gnu.org>
+
+       * menu-bar.el (menu-bar-options-menu): Make option text, messages
+       and tooltips more consistent.  From "Marshall, Simon"
+       <Simon.Marshall@midas-kapiti.com>.
+
+       * startup.el (fancy-splash-screens): Temporarily set
+       minor-mode-map-alist to nil while displaying splash screens.
+
+2001-08-29  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
+
+       * buff-menu.el: Add Keywords header.
+       Doc fix (C-x C-b is bound to list-buffers).
+
+       * dired-x.el: Add keyword files to get listed in finder.
+       Remove confusing notes about GNU Emacs 19.
+
+       * dired.el, dired-aux.el: Add Keywords header.
+
+2001-08-28  Andre Spiegel  <spiegel@gnu.org>
+
+       * vc.el (vc-revert-file): Call the backend even if the FILE's
+       contents can be reverted locally; pass new arg CONTENTS-DONE
+       down to the backend.
+
+       * vc-cvs.el, vc-rcs.el, vc-sccs.el (vc-*-revert-file): Handle new
+       optional arg CONTENTS-DONE.
+
+2001-08-28  Andrew Innes  <andrewi@gnu.org>
+
+       * makefile.nt (DONTCOMPILE): Sync list from makefile.w32-in.
+
+2001-08-28  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * makefile.nt (install): Copy more *.el files.
+
+2001-08-28  Gerd Moellmann  <gerd@gnu.org>
+
+       * dired.el (dired-mode-map): Bind `y' to dired-show-file-type
+       instead of `w' which is already in use.
+
+       * gs.el (gs-load-image): Use sleep-for.
+       From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
+
+2001-08-28  Miles Bader  <miles@gnu.org>
+
+       * replace.el (query-replace-regexp-eval): Return args from
+       `interactive' form in correct order.
+
+2001-08-28  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * mouse.el (mouse-buffer-menu): If the buffer menu is split by
+       major modes, don't create panes for modes for which
+       mouse-buffer-menu-alist returns an empty alist.
+
+2001-08-28  Thien-Thi Nguyen  <ttn@gnu.org>
+
+       * progmodes/hideshow.el: Update first-line description.
+       Sync comments w/ maintainer version 5.31.
+
+       (hs-isearch-open): Default value now `code'.
+       Fix docstring to use "code blocks" vs "comment blocks",
+       as opposed to "block" vs "comment".
+       (hs-flag-region): Accept `hs-isearch-open' value
+       of `block' as synonymous w/ `code'.
+       (hs-hide-block-at-point): For code blocks, pass `code'
+       to `hs-flag-region' instead of `block'.
+
 2001-08-28  Miles Bader  <miles@gnu.org>
 
        * comint.el (comint-next-prompt): Don't loop infinitely if
 
        * emacs-lisp/lselect.el: Ditto.
 
-       * hexl.el (hexl-insert-multibyte-char, hexl-insert-char): Remove
-       periods from the end of error message strings.  From Pavel
-       Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
+       * hexl.el (hexl-insert-multibyte-char, hexl-insert-char):
+       Remove periods from the end of error message strings.
+       From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
 
        * progmodes/antlr-mode.el: Add Keywords header.  From Pavel
        Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
        Replace some of the undefined characters with emulations of bidi
        formatting characters and Niqud as per SI 1311-1.
        (IT-unicode-translations): Ditto.
-       (IT-display-table-setup, IT-setup-unicode-display): Fill
-       characters without translations with dos-unsupported-char-glyph.
+       (IT-display-table-setup, IT-setup-unicode-display):
+       Fill characters without translations with dos-unsupported-char-glyph.
 
 2001-08-24  Simon Josefsson  <jas@extundo.com>
 
 
        * term/mac-win.el: Require scroll-bar.
 
+2001-08-23  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * ebuff-menu.el (electric-buffer-list): Use list-buffers-noselect.
+
 2001-08-23  Eli Zaretskii  <eliz@is.elta.co.il>
 
        * hexl.el (hexl-insert-multibyte-char) New function.
 
 2001-08-22  Stefan Monnier  <monnier@cs.yale.edu>
 
+       * wid-edit.el (text): Re-order docstring correctly.
+
        * mail/sendmail.el (mail-mode): Use adaptive-fill-regexp.
 
        * textmodes/fill.el (adaptive-fill-regexp): Admit tabs as well.