*** empty log message ***
[bpt/emacs.git] / lisp / ChangeLog
index 863f726..c769848 100644 (file)
+2001-09-06  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * makefile.nt (install): Don't copy sc.el.  Reported by Richard
+       Kim <ryk@dspwiz.com>
+
+       * cus-edit.el (custom-buffer-create-internal): Remove "100%" from
+       the message "Creating customization items...done".
+
+2001-09-05  Gerd Moellmann  <gerd@gnu.org>
+
+       * font-lock.el (toplevel): Require `jit-lock' only if
+       font-lock-support-mode is set to jit-lock-mode.
+
+2001-09-05  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * international/quail.el (quail-use-package, quail-inactivate)
+       (quail-activate): Mention the hooks these functions run in their
+       doc strings.
+
+2001-09-05  Edward M. Reingold <reingold@iit.edu>
+
+       * cal-menu.el (calendar-mouse-view-other-diary-entries): Fix name
+       of file in header of menu.
+
+2001-09-04  Gerd Moellmann  <gerd@gnu.org>
+
+       * env.el (setenv): Interactively, if VARIABLE has a current value,
+       add that to the front of the history, as the doc string says.
+
+       * comint.el (comint-send-input): Change help-echo.
+       From "Dr Francis J. Wright" <F.J.Wright@qmw.ac.uk>.
+       
+       * bookmark.el (bookmark-write-file): Bind print-length and
+       print-level to nil.  From Tom Capey <tomc@edina.co.uk>.
+
+       * obsolete/uncompress.el: Moved there from lisp/.
+
+       * comint.el (comint-insert-clicked-input): Goto point-max before
+       deleting previous input.  From "Dr Francis J. Wright"
+       <F.J.Wright@qmw.ac.uk>.
+
+       * simple.el (backward-word): Doc fix.
+
+2001-09-03  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+
+       * emacs-lisp/levents.el, emacs-lisp/lucid.el, emacs-lisp/pp.el
+       * uncompress.el, uniquify.el, vc.el, view.el, window.el
+       * w32-fns.el: Add Keywords header.
+
+2001-09-04  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * menu-bar.el: Fix separators in the Edit menu.  Bring "Fill" near
+       "Text Properties".  Suggested by Simon Marshall
+       <Simon.Marshall@midas-kapiti.com>.
+
+2001-09-04  Andrew Choi  <akochoi@cse.cuhk.edu.hk>
+
+       * term/mac-win.el (mac-drag-n-drop): Decode file name by
+       consulting the value of file-name-coding-system.
+
+2001-09-03  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * help.el (describe-function-1): Save precomputed `file-name' rather
+       than recomputing it (incorrectly) with `symbol-file'.
+
+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.
+       * 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