]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
index b28f19da1c55786d2c1d626ca87450ee52da5704..57b865e7c716ae718126c4d9d91b398acb8818be 100644 (file)
@@ -1,3 +1,101 @@
+2001-05-20  Richard M. Stallman  <rms@gnu.org>
+
+       * mail/rmail.el (rmail-retry-failure): Do save-window-excursion.
+
+       * info.el (Info-read-subfile): Widen before finding the
+       desired node in the subfile.
+
+       * startup.el (command-line-1): When >2 files visited,
+       leave the last one visible, and make that the selected window.
+
+2001-05-20  Gerd Moellmann  <gerd@gnu.org>
+
+       * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'.
+
+2001-05-20  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * international/ccl.el (define-ccl-program): Fix a typo.  From
+       Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
+
+       * international/mule.el (decode-char): Fix a typo.  From Pavel
+       Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
+
+       * textmodes/artist.el (artist-mode): Fix a typo.  From Pavel
+       Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
+
+       * frame.el (automatic-hscrolling): Fix a typo.  From Pavel
+       Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
+
+2001-05-18  Sam Steingold  <sds@gnu.org>
+
+       * pcvs-defs.el (cvs-mode-map): bind "z" to `kill-this-buffer'
+       and [RET] to `cvs-mode-find-file'.
+
+2001-05-18  John Wiegley  <johnw@gnu.org>
+
+       * eshell/esh-ext.el (eshell-explicit-command-char): A new
+       configuration variable, which determines the initial character
+       that forces use of an external version of a command.  The default
+       is *, but may be set to \, for example.
+
+       * eshell/esh-ext.el (eshell-explicit-command):
+       Use `eshell-explicit-command-char' instead of ?*.
+
+       * eshell/esh-cmd.el (eshell/which):
+       Use `eshell-explicit-command-char' instead of ?*.
+
+       * eshell/em-cmpl.el (eshell-completion-command-name)
+       (eshell-complete-commands-list): Use `eshell-explicit-command-char'
+       instead of ?*.
+
+2001-05-18  Gerd Moellmann  <gerd@gnu.org>
+
+       * net/ange-ftp.el (ange-ftp-fix-name-for-vms): Reverse args of
+       subst-char-in-string.
+       (ange-ftp-after-parse-ls-hook): New variable.
+       (ange-ftp-ls): Run that hook.
+       From Peter Milliken <Peter.Milliken@GTECH.COM>.
+
+       * tmm.el (tmm-get-keymap): Fix handling of :filter.
+       (tmm-add-prompt): Bind buffer-read-only to nil when inserting
+       text into *Completions*.
+
+       * net/goto-addr.el (goto-address-at-point): Deal with URLs
+       part of which look like email addresses.
+
+2001-05-18  Andrew Innes  <andrewi@gnu.org>
+
+       * makefile.w32-in (compile-files-CMD, bootstrap-clean-CMD): Use
+       . instead of absolute path for lisp dir, to avoid bug in W2K
+       cmd.exe's handling of FOR loops.
+       (autoloads): Set find-file-suppress-same-file-warnings to t to
+       avoid slew of spurious messages.
+
+2001-05-18  Simon Josefsson  <simon@josefsson.org>
+
+       * mail/smtpmail.el (maybe-append-domain): Renamed to
+       `smtpmail-maybe-append-domain'.
+       (smtpmail-via-smtp): Use the new name.
+
+       * net/browse-url.el (browse-url-browser-function): Add kde.
+       (browse-url-kde-program, browse-url-kde-args): New variables.
+       (browse-url-kde): New function.
+
+2001-05-18  Miles Bader  <miles@gnu.org>
+
+       * simple.el (delete-horizontal-space, just-one-space): Use
+       `constrain-to-field' instead of `field-end'/`field-beginning',
+       because it's more efficient for large files.
+
+2001-05-17  Gerd Moellmann  <gerd@gnu.org>
+
+       * mail/rmail.el (rmail-require-mime-maybe): New function.
+       (rmail): Use it.
+       (rmail-mode): Handle the case of finding Rmail files.
+
+       * emacs-lisp/elp.el (elp-instrument-function): Handle advised
+       functions.
+
 2001-05-17  Stefan Monnier  <monnier@cs.yale.edu>
 
        * jit-lock.el (jit-lock-after-change): Check the font-lock-multiline