*** empty log message ***
[bpt/emacs.git] / lisp / ChangeLog
index d5fe8ec..21ae313 100644 (file)
@@ -1,3 +1,236 @@
+2002-03-06  Gerd Moellmann  <gerd@gnu.org>
+
+       * font-lock.el (lisp-font-lock-keywords-2): Highlight keywords of
+       the form `:x'.
+
+       * vc.el (vc-branch-part): Add autoload cookie.  This function can
+       be called from vc-rcs-find-most-recent-rev when visiting a file
+       checked into RCS in a CVS sandbox.
+
+2002-03-06  Andreas Schwab  <schwab@suse.de>
+
+       * progmodes/hideif.el: Augment expression parser to handle
+       conditional expressions.
+       (hif-token-regexp): Also match `?' and `:'.
+       (hif-tokenize): Handle `?' and ':' as tokens.
+       (hif-expr): Parse conditional expressions.
+       (hif-or-expr): Parse `||' expressions.
+       (hif-and-expr): Renamed from hif-term.
+       (hif-conditional): New function to evaluate a conditional
+       expression.
+
+2002-03-06  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
+
+       * language/czech.el ("Czech"): Fix the documentation.
+
+       * language/slovak.el ("Slovak"): Likewise.
+
+2002-03-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * xml.el (xml-parse-attlist): Accept empty strings.
+       From Max Froumentin <mf@w3.org>.
+
+2002-03-05  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * mouse.el (mouse-show-mark): Remove the no-highlight alternative:
+       all terminals now support highlighting of some kind.
+
+       * language/european.el (mac-roman): Fix the safe-chars property.
+
+2002-03-05  Andre Spiegel  <spiegel@gnu.org>
+
+       * vc.el (vc-transfer-file): Use `make-temp-file'.
+       (vc-default-update-changelog): Remove conditional use of
+       `make-temp-name'.
+
+       * vc-cvs.el (vc-cvs-diff-tree): Fix typo in parameter names.
+       
+2002-03-05  Michael Kifer  <kifer@cs.stonybrook.edu>
+       
+       * ediff-init.el: comments.
+       
+       * ediff-hook.el: Got rid of autoloads. Not needed, since the hook
+       is loaded.
+       
+       * ediff-mult.el (ediff-intersect-directories,
+       ediff-prepare-meta-buffer,ediff-get-directory-files-under-revision):
+       cleanup.
+       (ediff-draw-dir-diffs): now supports the "C" command in directory
+       difference buffer.
+       (ediff-dir-diff-copy-file): new function that implements copying
+       of files from one Ediff dir to another
+       (ediff-bury-dir-diffs-buffer): kills the buffer instead.
+       (ediff-append-custom-diff): better error msgs.
+       
+       * ediff-util.el (ediff-compute-custom-diffs-maybe): buglet fix.
+       (ediff-inferior-compare-regions): Use
+       ediff-clone-buffer-for-region-comparison. Better and simpler interface.
+       
+       * ediff.el (ediff-directories-internal): Cleanup.
+       (ediff-clone-buffer-for-region-comparison): Better interface.
+       
+2002-03-04  Richard M. Stallman  <rms@gnu.org>
+
+       * emacs-lisp/easy-mmode.el (define-minor-mode): 
+       Use "P" in interactive spec of minor mode commands.
+
+2002-03-04  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
+
+       * net/snmp-mode.el: Require tempo when compiling to prevent
+       warnings.  Update copyright notice.
+
+       * help.el (describe-key-briefly, describe-key): Interpret
+       `undefined' like not defined at all.
+
+2002-03-03  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * textmodes/sgml-mode.el: Change maintainer to FSF.
+       (sgml-start-tag-regex, sgml-font-lock-keywords-1, sgml-mode-common)
+       (sgml-tags-invisible, sgml-beginning-of-tag):
+       Allow _ : and non-ASCII in tag names, as required for XML.
+       (sgml-name-char): Don't assume anything about charsets handled by
+       encode-char.
+
+       * textmodes/tex-mode.el (tex-guess-main-file): Handle the case
+       where one of the buffers is narrowed.
+
+       * hexl.el (hexlify-command, dehexlify-command): Remove.
+       (hexlify-buffer, dehexlify-buffer): Use call-process-region
+       rather than shell-command-on-region.
+
+       * newcomment.el (comment-forward): Use forward-comment to skip
+       over whitespace (or comments) even when comment-use-syntax is nil.
+
+       * progmodes/cperl-mode.el (cperl-menu): Add "-emacs" to the version.
+
+       * textmodes/xml-lite.el: New file.
+
+2002-03-03  Richard M. Stallman  <rms@gnu.org>
+
+       * textmodes/artist.el (artist-system): Use make-temp-file.
+
+       * progmodes/ps-mode.el (ps-run-make-tmp-filename): Use make-temp-file.
+
+       * mail/sendmail.el (mail-recover-1): Increase non-random-len
+       by 1 since we changed make-auto-save-file-name to add one
+       fewer character to the buffer name.
+       (mail-recover): Really show point at the right place
+       in the *Directory* buffer.
+
+       * files.el (make-auto-save-file-name): Use make-temp-file.
+
+       * terminal.el (te-create-terminfo): Use make-temp-file
+       to create the source file in a safe way.
+
+2002-03-03  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * cus-start.el: Rename automatic-hscroll-step and
+       automatic-hscroll-margin into hscroll-step and hscroll-margin.
+
+       * frame.el (auto-hscroll-mode): Renamed from
+       automatic-hscrolling.
+       (automatic-hscrolling): Now a defvaralias for auto-hscroll-mode.
+
+       * mouse.el (mouse-region-delete-keys): Add deletechar.
+
+2002-03-03  Sam Steingold  <sds@gnu.org>
+
+       * play/snake.el (snake-score-file): Fixed parens (broken by the
+       last patch).
+       * play/tetris.el (tetris-score-file): Ditto.
+
+2002-03-03  Richard M. Stallman  <rms@gnu.org>
+
+       * play/tetris.el (tetris-score-file): Put in home dir, not in /tmp.
+
+       * play/snake.el (snake-score-file): Put in home dir, not in /tmp.
+
+       * play/gamegrid.el (gamegrid-set-font, gamegrid-setup-face)
+       (gamegrid-make-mono-tty-face): Fix usage of condition-case.
+
+2002-03-03  Thien-Thi Nguyen  <ttn@gnu.org>
+
+       * calendar/diary-lib.el (list-diary-entries): Use
+       `buffer-substring' instead of `buffer-substring-no-properties' to
+       support enriched mode.
+
+2002-03-02  Richard M. Stallman  <rms@gnu.org>
+
+       * find-dired.el (find-grep-dired): Call shell-quote-argument.
+       Specify the -e option.
+       Rename arg to `regexp'.
+
+2002-03-02  Milan Zamazal  <pdm@zamazal.org>
+
+       * textmodes/tildify.el (tildify-string-alist): Add entry for xml-mode.
+
+2002-03-02  Miles Bader  <miles@gnu.org>
+
+       * mwheel.el (mwheel-scroll): Remove `double' and `triple' from the
+       event-modifiers before looking up in `mouse-wheel-scroll-amount'.
+       If there's no applicable modifiers entry in the alist in
+       `mouse-wheel-scroll-amount', fall back to the default, not to
+       nil (which causes full screen scrolls).
+
+2002-03-01  Andreas Schwab  <schwab@suse.de>
+
+       * textmodes/texnfo-upd.el (texinfo-start-menu-description): Remove
+       extra paren in regexp.
+
+2002-03-01  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * mouse.el (mouse-show-mark): Use display-mouse-p, not
+       display-graphic-p, to decide whether to move point or use the
+       highlighting.
+
+2002-02-28  Colin Walters  <walters@verbum.org>
+
+       * eshell/esh-var.el (eshell-parse-variable-ref): Use
+       `make-temp-file'.
+
+       * calc/calc-graph.el (calc-gnuplot-tempfile): Don't expand against
+       `temporary-file-directory'; we now do that in
+       `calc-graph-file-cache'.
+       (calc-temp-file-name): Use `make-temp-file'.
+
+2002-02-28  Richard M. Stallman  <rms@gnu.org>
+
+       * font-lock.el (java-font-lock-extra-types):
+       Match java.net.URL, etc.
+
+2002-02-28  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
+
+       * hexl.el (hexl-options): Doc fix.
+       Update Commentary section.
+
+       * textmodes/sgml-mode.el (sgml-specials, sgml-quick-keys):
+       Doc fixes.
+
+2002-02-28  Andre Spiegel  <spiegel@gnu.org>
+
+       * vc.el (vc-revert-buffer): If the buffer is not saved, prompt
+       the user to do that first.
+       (vc-update): New function.
+
+       * vc-hooks.el (vc-menu-map): New entry "Update to Latest Version",
+       which calls vc-update.  Use the term "Base Version" instead of
+       "Last Version" for the entries "Revert" and "Compare".
+
+2002-02-28  Kim F. Storm  <storm@cua.dk>
+
+       * simple.el (shell-command-on-region): Report non-zero exit
+       status in mode line instead of buffer.
+
+2002-02-27  Richard M. Stallman  <rms@gnu.org>
+
+       * comint.el (comint-preoutput-filter-functions): Doc fix.
+       (comint-output-filter-functions, comint-input-filter-functions)
+       (comint-redirect-filter-functions): Likewise.
+
+       (comint-redirect-preoutput-filter): Do the local-hook
+       handling of t when running comint-redirect-filter-functions.
+       (comint-output-filter): Likewise for comint-preoutput-filter-functions.
+
 2002-02-26  Richard M. Stallman  <rms@gnu.org>
 
        * paths.el (remote-shell-program): Add doc string.
 2002-02-25  Per Abrahamsen  <abraham@dina.kvl.dk>
 
        * ps-print.el (ps-print-printer): Added `lpr' customize group
-       member. 
+       member.
 
 2002-02-25  Juanma Barranquero  <lektu@terra.es>
 
        (ctext-post-read-conversion, ctext-pre-write-conversion):
        New functions.
 
-2002-02-21  Andre Spiegel  <spiegel@gnu.org>
-
-       Patch by Jonathan Kamens <jik@kamens.brookline.ma.us>.
+2002-02-21  Jonathan Kamens  <jik@kamens.brookline.ma.us>
 
        * vc.el (vc-default-init-version): Update documentation to
        indicate that the backend can override the default init version.
        but isn't any longer.
        (vc-find-file-hook): Likewise.
 
-2002-02-21  Andre Spiegel  <spiegel@gnu.org>
-
-       Patch by Martin.Lorentzson@telia.com.
+2002-02-21  Martin Lorentzson  <Martin.Lorentzson@telia.com>
 
        * vc-cvs.el (vc-cvs-sticky-date-format-string): New variable.
        (vc-cvs-sticky-tag-display): New variable.