(cvs-mode-map): Bind C-o like in dired.
[bpt/emacs.git] / lisp / ChangeLog
index 7aea13e..53a5f0d 100644 (file)
@@ -1,5 +1,125 @@
+2001-04-13  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
+       (cvs-menu): Add a few entries.
+
+       * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
+       (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
+       lock file appears to be reachable from Emacs.
+       (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
+       (cvs-mode-find-file): Look for cvs-header-face rather than
+       cvs-dirname-face (which doesn't exist).
+       (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
+
+       * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
+
+2001-04-13  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * emulation/pc-select.el (pc-selection-mode): Don't turn on
+       normal-erase-is-backspace on a tty.  Instead, bind some keys such
+       as [delete] directly, like pc-select.el did before
+       normal-erase-is-backspace was invented.
+
+2001-04-12  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
+
+2001-04-11  John Wiegley  <johnw@gnu.org>
+
+       * eshell/em-ls.el (eshell-ls-insert-directory):
+       Set font-lock-defaults to nil, to prevent fontification in dired
+       buffers, if Eshell's ls is being used.
+
+2001-04-11  John Wiegley  <johnw@gnu.org>
+
+       * calendar/timeclock.el (timeclock-completing-read): New function.
+       (timeclock-ask-for-project, timeclock-ask-for-reason):
+       Call `timeclock-completing-read'.
+
+       * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
+       required where `member' was being used.
+
+2001-04-11  Colin Walters  <walters@cis.ohio-state.edu>
+
+       * eshell/em-hist.el (eshell-previous-matching-input):
+       Don't display "History item" if the the minibuffer is active.
+
+2001-04-11  Gerd Moellmann  <gerd@gnu.org>
+
+       * startup.el (command-line): Output a newline after printing
+       an error from loading the window system's init file.
+
+2001-04-11  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * textmodes/texinfo.el (texinfo-font-lock-keywords):
+       Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
+       @inforef.  Add an OVERRIDE of `keep' to highlight specs of
+       keywords whose arguments routinely include @@.
+
+2001-04-10  Gerd Moellmann  <gerd@gnu.org>
+
+       * emacs-lisp/advice.el (ad-make-advised-definition):
+       Construct advice for subrs differently.
+
+       * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
+       regexp in parentheses when building the regexp for searching backwards.
+
+       * simple.el (completion-list-mode-finish): New function.
+       (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
+
+       * language/european.el ("Polish"): Change sample text.
+       From jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
+
+       * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
+       parameter.
+
+       * faces.el (menu): Doc fix.
+
+2001-04-10  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
+
+       * ps-print.el: Footer implementation.  Doc fix.
+       (ps-print-version): New version number (6.5.1).
+       (ps-header-frame-alist): New customization var for header frame
+       properties.
+       (ps-line-number-color): New customization var for line number color.
+       (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
+       (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
+       (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
+       (ps-right-footer): New customization vars for footers.
+       (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
+       footers.
+       (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
+       (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
+       Code fix.
+       (ps-prologue-file): Indentation fix.
+       (ps-print-quote): Fun eliminated.
+       (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
+       (ps-output-frame-properties): New fun.
+       (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
+       (ps-skip-newline): Replace defun by defsubst.
+
+2001-04-05  Colin Walters <walters@cis.ohio-state.edu>
+
+       * eshell/eshell.el (eshell-command): Needed a "%s" format
+       specifier, in case the buffer contains percent characters.
+
+2001-04-04  John Wiegley  <johnw@gnu.org>
+
+       * calendar/timeclock.el (timeclock-generate-report): Added a
+       missing insert of the project name.
+
 2001-04-09  Gerd Moellmann  <gerd@gnu.org>
 
+       * obsolete/profile.el: Moved from emacs-lisp/.
+
+       * Makefile.in (nonobsolete_setwins): New macro.
+       (finder-data): Use it instead of `setwins'.
+       From: Dave Love <fx@gnu.org>.
+
+       * server.el (server-visit-files): Set server-existing-buffer correctly.
+       (server-visit-files): Run server-visit-hook after going to
+       line 1 so that the hook can set point as it sees fit.
+
        * bindings.el (mode-line-modified): Unify help messages.
 
 2001-04-07  Eli Zaretskii  <eliz@is.elta.co.il>
 
        * simple.el (normal-erase-is-backspace-mode): Doc fix.
 
+2001-04-06  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * textmodes/sgml-mode.el: Add unknown maintainer.
+       (sgml-tag): Pass `str' explicitly through skeleton-transformation.
+       (html-mode-map): Use set-keymap-parent.
+
 2001-04-06  Dave Love  <fx@gnu.org>
 
        * international/encoded-kb.el (encoded-kbd-self-insert-ccl):