*** empty log message ***
[bpt/emacs.git] / lisp / ChangeLog
index cf277a5..32bb7c9 100644 (file)
@@ -1,3 +1,219 @@
+2001-07-13  Gerd Moellmann  <gerd@gnu.org>
+
+       * play/fortune.el: Add types to defcustoms.
+
+2001-07-12  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
+
+       * language/czech.el: A fix to follow coding conventions.
+
+2001-07-11  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * speedbar.el (speedbar-supported-extension-expressions): Add .g
+       to the extension list, for antlr-mode.  From Christoph Wedler
+       <Christoph.Wedler@sap.com>.
+
+2001-07-11  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * vc.el (vc-prefix-map): Moved back to vc-hooks.el.
+       (vc-dired-mode-map): Fix the madness.
+
+       * vc-hooks.el (vc-mode): Dummy function for doc purposes.
+       (vc-prefix-map): Moved back from vc.el.
+
+2001-07-11  Gerd Moellmann  <gerd@gnu.org>
+
+       * mail/mail-extr.el (mail-extr-all-top-level-domains): Increase
+       the size of the obarray.
+       (mail-extr-all-top-level-domains): Add more toplevel domains,
+       add more long names.
+       From: Per Starback <starback@ling.uu.se>.
+
+2001-07-11  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * progmodes/ada-prj.el: Say that the file _is_ part of Emacs.
+       From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
+
+       * progmodes/ada-mode.el: Ditto.
+
+       * progmodes/ada-xref.el: Ditto.
+
+2001-07-11  Miles Bader  <miles@gnu.org>
+
+       * finder.el (finder-insert-at-column): Also move to the next line
+       if exactly at COLUMN.
+
+2001-07-10  Gerd Moellmann  <gerd@gnu.org>
+
+       * help.el (describe-function-1): When printing FUNCTION's
+       documentation, don't assume FUNCTION is a symbol.
+
+       * startup.el (normal-top-level): Don't operate on the initial
+       frame if we failed to create one.
+
+2001-07-10  Martin Stjernholm  <bug-cc-mode@gnu.org>
+
+       * cc-cmds.el (c-indent-exp): Keep the indentation of the block
+       itself, i.e. only indent the contents in it.
+
+2001-07-10  Markus Rost  <rost@math.ohio-state.edu>
+
+       * mail/rmail.el (rmail-show-message): Show beginning of message in
+       all windows containing it.
+
+2001-07-10  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * term/tty-colors.el: Fix the header line and copyright years.
+
+2001-07-09  Gerd Moellmann  <gerd@gnu.org>
+
+       * emacs-lisp/advice.el (ad-make-advised-definition): If the
+       original definition has an interactive form, but is Elp
+       instrumented, use the interactive form of the function called by
+       elp-wrapper.
+
+       * winner.el (winner-equal): Make it a defun.  Don't compare Winner
+       configurations with compare-window-configuration; they aren't
+       window configurations.
+
+       * net/ange-ftp.el (ange-ftp-file-modtime): Check a 213 response
+       from the server for the format we expect.  Don't use it if it
+       doesn't look like what the Internet draft for FTP extensions
+       specifies.
+
+       * toolbar/*.pbm: Cleaned up.
+       From Luis Fernandes <elf@ee.ryerson.ca>.
+
+2001-07-09  Martin Stjernholm  <bug-cc-mode@gnu.org>
+
+       * cc-cmds.el: Extended the kludge to interoperate with the
+       delsel and pending-del packages wrt to the new function
+       `c-electric-delete-forward'.
+
+2001-07-08  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * emacs-lisp/easy-mmode.el (define-minor-mode): Use eval-after-load
+       to delay the call to <mode> for global minor modes.
+       (easy-mmode-define-navigation): Only recenter if interactive.
+
+2001-07-06  Gerd Moellmann  <gerd@gnu.org>
+
+       * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind TAB
+       to lisp-indent-line.
+
+       * net/ange-ftp.el (ange-ftp-file-modtime): Ignore 226 responses
+       from the server.  Call encode-time only when we are sure that we
+       got a 213 response.
+
+2001-07-06  Simon Josefsson  <jas@extundo.com>
+
+       * mail/sendmail.el (mail-specify-envelope-from): Doc fix.
+       (mail-envelope-from): New user option.
+       (sendmail-send-it): Use it.
+
+2001-07-06  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
+
+       * ps-print.el: Use locale dependant date to print date in header.
+       Doc fix.
+       (ps-print-version): New version number (6.5.3).
+       (ps-right-header, ps-right-footer): Initialization and doc fix.
+       (ps-time-stamp-locale-default): New fun.
+
+2001-07-06  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * mail/rmailout.el (rmail-output): Fix duplicate MIME-Version:
+       field problem with MIME-mode.
+
+       * mail/rmailout.el (rmail-output): Fix bug in MIME-mode.
+
+2001-07-06  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * mail/rmail.el (rmail-reply): Don't forget to narrow header in
+       MIME-mode.
+
+2001-07-06  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * bindings.el (mode-line-mule-info): Don't show the tip with
+       buffer-file-coding-system if that is nil.
+
+2001-07-05  Gerd Moellmann  <gerd@gnu.org>
+
+       * calendar/todo-mode.el (todo-top-priorities): Use delete-region
+       instead of kill-line.
+
+       * play/pong.el: Fix first line.  From Pavel Jan\e,Bm\e(Bk
+       <Pavel@Janik.cz>.
+
+       * battery.el (battery-update): Add help-echo.  From Pavel Jan\e,Bm\e(Bk
+       <Pavel@Janik.cz>.
+
+2001-07-04  Gerd Moellmann  <gerd@gnu.org>
+
+       * font-lock.el (c-font-lock-keywords-3): When matching something
+       like `struct X Y', finish with point after Y.
+
+2001-07-04  Simon Josefsson  <jas@extundo.com>
+
+       * mail/sendmail.el (sendmail-send-it): Look at `sendmail-program'
+       in caller buffer.
+
+2001-07-03  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * find-file.el (ff-find-the-other-file): Use file-name-nondirectory
+       instead of string-match to find the basename of the file.
+       From Pascal Obry <p.obry@wanadoo.fr>.
+
+       * net/browse-url.el (browse-url-default-windows-browser):
+       Support the MS-DOS port when it runs on Windows.
+       (browse-url-browser-function) [ms-dos]: Default to
+       browse-url-default-windows-browser.
+
+       * help.el (locate-library): Enable code that looks for compressed
+       libraries if auto-compression-mode is on.
+
+2001-07-02  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * info.el (Info-clone-buffer-hook): Really unconditionally copy marker.
+
+2001-07-02  Gerd Moellmann  <gerd@gnu.org>
+
+       * emacs-lisp/cl-macs.el (cl-do-arglist): Revert change of 2000-10-15.
+
+2001-07-02  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * allout.el: Fix the header line, so that finder.el recognizes it.
+       From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
+
+       * emacs-lisp/lisp-mnt.el (lm-header-prefix): Doc fix.
+       From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
+
+2001-06-29  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * term/w32-win.el (x-colors): Add colors from the recent rgb.txt file.
+
+       * ps-bdf.el (bdf-directory-list): Use the value relative to
+       installation-directory for MS-Windows as well.
+
+2001-06-29  Richard M. Stallman  <rms@gnu.org>
+
+       * wid-edit.el (widget-color-sample-face-get):
+       Return ((foreground-color . COLOR)) instead of constructing a face.
+
+2001-06-29  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * faces.el (region): Change the background color for the
+       light-background color display to lightgoldenrod2, to make it
+       visible on some laptops.
+
+2001-06-28  Richard M. Stallman  <rms@gnu.org>
+
+       * mail/rmail.el (rmail-reformat-message): Bind inhibit-read-only to t.
+       (rmail-msg-restore-non-pruned-header): Likewise.
+       If point was in the old pruned header, put it at the top.
+       (rmail-msg-prune-header): If point was at the top, keep it there.
+
+       * mail/rmail.el (rmail-narrow-to-non-pruned-header): New function.
+       (rmail-retry-failure): Use rmail-narrow-to-non-pruned-header.
+
 2001-06-28  Stefan Monnier  <monnier@cs.yale.edu>
 
        * info.el (Info-clone-buffer-hook): Unconditionally copy marker.
 
        * international/mule-cmds.el, international/mule.el: Doc fixes.
 
-       * play/fortune.el: Fix autoload cookies.  Add types to defcustoms.
-       (fortune) <defgroup>: Add :link.
-       (fortune-from-region): Use eq, not eql.
-
 2001-02-21  Gerd Moellmann  <gerd@gnu.org>
 
        * startup.el (fancy-splash-screens): Use display-hourglass