(quoted-printable-decode-region): If called interactively,
[bpt/emacs.git] / lisp / ChangeLog
index 11cbd4f..a72eee9 100644 (file)
@@ -1,3 +1,303 @@
+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
+       with preceding text, if it is short enough to look good that way.
+
+2001-06-01  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * term/internal.el (IT-unicode-translations): New variable.
+       (IT-setup-unicode-display): New function.
+
+2001-06-01  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
+
+       * ps-print.el: Handle before-string and after-string overlay properties
+       in ps-print-*-with-faces commands.  Doc fix.
+       (ps-print-version): New version number (6.5.2).
+       (ps-e-overlay-end): Alias for overlay-end to avoid compilation gripes
+       for XEmacs.
+       (ps-prefix-quote): Doc fix.
+       (ps-setup, ps-print-quote, ps-generate-postscript-with-faces): Code fix.
+       (ps-basic-plot-str, ps-plot-string): New funs.
+
+2001-05-31  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * progmodes/etags.el (tags-compression-info-list): Fix docstring
+       and :type spec.
+
+2001-05-31  Gerd Moellmann  <gerd@gnu.org>
+
+       * international/mule-cmds.el (inactivate-input-method):
+       Set input-method-function to nil.
+
+       * xml.el (xml-parse-tag): The document may contain invalid characters.
+       From ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+2001-05-31  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * mail/rmailsum.el (rmail-message-subject-p): Don't call
+       `rmail-summary-line-decoder' if the message does not have
+       a Subject: field.
+
+       * mail/rmail.el (rmail-revert): Modify to work in rmail-view-buffer.
+
+       * mail/rmail.el (rmail-insert-mime-resent-message-function):
+       New variable.
+       (rmail-resend): Modify to work in `rmail-view-buffer'; call
+       `rmail-insert-mime-resent-message-function' if `rmail-enable-mime'
+       is non-nil.
+
+2001-05-29  Sam Steingold  <sds@gnu.org>
+
+       * faces.el (face-valid-attribute-values): Bind `valid' directly
+       instead of using `setq'.
+
+       * textmodes/tex-mode.el (tex-feed-input, tex-display-shell):
+       Use `tex-shell-buf'.
+       (tex-shell-proc): Use `tex-shell-running'.
+       (tex-shell-buf-no-error): New function.
+       (tex-send-tex-command): Use it.
+       (tex-shell-running): Kill tex-shell when the buffer is dead for w32.
+       (tex-kill-job): Check the process before calling `quit-process'.
+
+2001-05-29  Gerd Moellmann  <gerd@gnu.org>
+
+       * international/utf-8.el (ccl-decode-mule-utf-8): Handle invalid
+       UTF-8 sequences.
+
+2001-05-28  Miles Bader  <miles@gnu.org>
+
+       * comint.el (comint-carriage-motion): Renamed from
+       `comint-cr-magic'.  Operate on the buffer instead of the string
+       (for use as a comint post-output filter, instead of as a
+       pre-output filter).  Handle backspaces too.  Add to the
+       `comint-output-filter-functions' hook instead of
+       `comint-preoutput-filter-functions'.
+
+2001-05-28  Gerd Moellmann  <gerd@gnu.org>
+
+       * language/japan-util.el (japanese-hankaku): Prefer the charset
+       `jisx0201' when the optional argument `ascii-only' is not specified.
+       (japanese-hankaku-region): Ditto.
+       From Katsumi Yamaoka <yamaoka@jpl.org>
+
+2001-05-28  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * textmodes/outline.el (outline-mode): Fix font-lock-defaults.
+       (outline-invisible-p): New function.
+       (hide-leaves): Save excursion.
+       (hide-other): Stop looping when reaching bobp.
+
+2001-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * cus-edit.el (custom-file): Fix last change.
+
+2001-05-27  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): Use the
+       same definition in byte-compile-function-environment as `autoload'
+       would put in `symbol-function'.
+
+       * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Complete Dave's
+       patch to correct the error message as well.
+
 2001-05-27  Eli Zaretskii  <eliz@is.elta.co.il>
 
        * cus-edit.el (custom-file): Don't assume we were invoked with -q
        * filecache.el (file-cache-directory-name)
        (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
 
-2000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
+2000-12-01  Milan Zamazal  <Milan.Zamazal@qbizm.com>
 
        * filecache.el (file-cache-minibuffer-complete): Don't try to
        delete the minibuffer prompt.
        contains the string "//\"", it regarded the // as a comment
        start since the \ temporarily doesn't have escape syntax.
 
-2000-07-17 Emmanuel Briot <briot@act-europe.fr>
+2000-07-17  Emmanuel Briot  <briot@act-europe.fr>
 
        * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
        ada-xref.el before ada-prj.el, so that the Project menu is created
 
 2000-04-10  Gerd Moellmann  <gerd@gnu.org>
 
-       * progmodes/ebrowse.el (ebrowse-tree-mode): Use
-       propertized-buffer-identification.
+       * progmodes/ebrowse.el (ebrowse-tree-mode):
+       Use propertized-buffer-identification.
        (ebrowse-update-member-buffer-mode-line): Likewise.
        (ebrowse--mode-strings): Removed.
        (ebrowse--mode-line-props): Removed.
 
 2000-04-09  Dave Love  <fx@gnu.org>
 
-       * files.el (backup-enable-predicate): Use
-       temporary-file-directory, small-temporary-file-directory.
-       (make-backup-file-name-function, backup-directory-alist): New
-       variables.
+       * files.el (backup-enable-predicate):
+       Use temporary-file-directory, small-temporary-file-directory.
+       (make-backup-file-name-function, backup-directory-alist): New vars.
        (make-backup-file-name-1): New function.
        (make-backup-file-name): Use it.
-       (find-backup-file-name): Likewise.  Use format for clarity, not
-       concat.
+       (find-backup-file-name): Likewise.  Use format for clarity, not concat.
        (file-newest-backup): Use make-backup-file-name.
 
 2000-04-09  Gerd Moellmann  <gerd@gnu.org>