(quoted-printable-decode-region): If called interactively,
[bpt/emacs.git] / lisp / ChangeLog
index 937b014..a72eee9 100644 (file)
@@ -1,3 +1,201 @@
+2001-06-18  Gerd Moellmann  <gerd@gnu.org>
+
+       * 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.
+
+       * font-lock.el (font-lock-comment-face): For tty's with dark
+       background, use "red1", since "lightred" is not one of the colors
+       recognized by tty-colors.el.
+
+       * tar-mode.el (tar-extract): Call generate-new-buffer-name to
+       create a buffer for extracted file, in case there's more than one
+       file by that name in an archive, possibly in different
+       directories.  From Kevin Rodgers <kevinr@ihs.com>.
+
+       * format.el (format-alist): Doc fix.  Suggested by Alex Schroeder
+       <alex@gnu.org>.
+
+2001-06-15  Miles Bader  <miles@gnu.org>
+
+       * 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):
+       Calculate the defaults for the region here, when args are nil.
+
+2001-06-14  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * rot13.el (rot13-other-window): Some more doc fix.
+
+2001-06-14  Per Starback  <starback@ling.uu.se>
+
+       * replace.el (case-replace, query-replace-from-history-variable)
+       (query-replace-to-history-variable, keep-lines-read-args)
+       (occur-revert-function, query-replace-help): Dox fix.
+
+2001-06-14  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * rot13.el (rot13-other-window): Doc fix.
+
+2001-06-14  Miles Bader  <miles@gnu.org>
+
+       * textmodes/texinfo.el (texinfo-mode-syntax-table): Change syntax
+       of " and \ to "." (punctuation).
+       * textmodes/texinfmt.el (texinfo-format-syntax-table): Likewise.
+
+2001-06-13  Richard M. Stallman  <rms@gnu.org>
+
+       * emacs-lisp/backquote.el (backquote-process): Handle `[,@SYMBOL].
+
+       * simple.el (shell-command-on-region): Never kill the
+       *Shell Command Output* buffer.
+
+2001-06-13  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * diff-mode.el (diff-font-lock-keywords): Fix unanchored regexp.
+
+2001-06-10  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
+       New var, to recognize ${ $' and PODs.
+       (perl-font-lock-syntactic-face-function): New function.
+       (perl-mode): Use them.
+       (perl-continuation-line-p): New function, from perl-calculate-indent.
+       (perl-calculate-indent): Use it, to properly handle continuation
+       lines of continuation lines.
+
+2001-06-10  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * server.el (server-process, server-buffer-clients): Doc fix.
+       From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
+
+2001-06-09  John Wiegley  <johnw@gnu.org>
+
+       * eshell/esh-cmd.el (eshell-exit-success-p): Use a string-match to
+       test if the last command was Lisp or not.
+       (eshell-rewrite-if-command): "if" syntax is "if A B C", not "if A
+       B x C".
+
+2001-06-08  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * dos-w32.el (grep-regexp-alist): Remove definition, since the
+       general one on compile.el supports drive letters.
+
+2001-06-08  Carsten Dominik  <dominik@strw.leidenuniv.nl>
+
+       * textmodes/reftex-ref.el (reftex-select-label-help): Add "z"
+       key description.
+
+       * textmodes/reftex-sel.el (reftex-select-jump): New command.
+
+       * textmodes/reftex-toc.el (reftex-toc-help): Add "z" key description.
+       (reftex-toc-jump): New command.
+
+       * textmodes/reftex-cite.el (reftex-parse-bibitem): Regexp changed
+       to parse international characters as well.
+
+       * textmodes/reftex.el: Add autoloads for `reftex-varioref-vref',
+       `reftex-fancyref-fref', `reftex-fancyref-Fref'.
+
+       * textmodes/reftex-vars.el: Protect single backslash in docstrings.
+
+       * textmodes/reftex-dcr.el (reftex-view-crossref): Add SPACE and
+       TAB to the key separators.
+
+2001-06-07  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * international/mule.el (auto-coding-alist): Remove redundant
+       up-cased versions of the extensions (auto-coding-alist-lookup is
+       case-insensitive where needed).  Recognize .gz, .Z, .bz, .bz2, and
+       .gpg files as binary.  Suggested by Karl Berry <karl@gnu.org>.
+
+2001-06-05  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * emacs-lisp/lisp-mode.el (lisp-indent-offset): Add a doc string.
+
 2001-06-01  Richard M. Stallman  <rms@gnu.org>
 
        * help.el (describe-variable): Put value on same line