*** empty log message ***
[bpt/emacs.git] / lisp / ChangeLog
index 9436d6b..e2ede45 100644 (file)
@@ -1,3 +1,93 @@
+2001-09-17  Gerd Moellmann  <gerd@gnu.org>
+
+       * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
+       Check for '(' in column 0 of doc string.
+
+       * gs.el (gs-set-ghostview-window-prop): Use `elt' instead
+       of `nth' so that using a vector as bounding-box works.
+       From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
+
+2001-09-17  Andre Spiegel  <spiegel@gnu.org>
+
+       * vc.el (vc-annotate): Use current workfile version explicitly as
+       a default, suggested by Gustav H\e,Ae\e(Bllberg <gustav@virtutech.se>.
+
+2001-09-16  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * ps-bdf.el (bdf-cache-file) <ms-dos>: Use _bdfcache.el, since
+       convert-standard-filename doesn't guarantee that the .el extension
+       is preserved.
+
+       * dos-fns.el (convert-standard-filename): Replace invalid
+       characters only after converting dash/underscore to a period.
+       (original-make-auto-save-file-name): New.
+       (make-auto-save-file-name): New function, overrides the definition
+       on files.el and calls the original function via
+       original-make-auto-save-file-name.
+
+       * mail/rmail.el (top-level): Require mule-utils when compiling.
+       (rmail-decode-babyl-format): Use detect-coding-with-priority
+       instead of detect-coding-region, to favor detection of emacs-mule
+       encoded Babyl files written by rmailout.el etc.  Suggested by
+       Kenichi Handa <handa@etl.go.jp>.
+
+2001-09-14  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * eshell/em-unix.el (eshell-shuffle-files, eshell-shuffle-files):
+       Use `equal', not `=', since the device number can be a cons cell.
+
+2001-09-14  Gerd Moellmann  <gerd@gnu.org>
+
+       * simple.el: Comment out change of 2001-09-13.
+
+2001-09-13  Michael Kifer  <kifer@cs.sunysb.edu>
+       
+       * viper-cmd.el (viper-replace-char-subr, viper-envelop-ESC-key):
+       inhibit quit.
+       
+2001-09-13  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * files.el (make-auto-save-file-name): If long file names are not
+       supported on MS-DOS, truncate the file name to DOS 8+3 limits before
+       generating an auto-save file name from it.
+
+2001-09-13  Gerd Moellmann  <gerd@gnu.org>
+
+       * ps-print.el (ps-print-region, ps-print-region-with-faces) 
+       (ps-nb-pages-region): Signal an error if called interactively
+       and the mark is not active.
+
+       * simple.el (minibuffer-prompt-modification)
+       (minibuffer-prompt-insertion): New functions.
+       (minibuffer-prompt-properties): Use `modification-hooks' and
+       `insert-in-front-hooks'.
+
+2001-09-12  Richard M. Stallman  <rms@gnu.org>
+
+       * textmodes/outline.el (outline-regexp): Doc fix.
+       Initialize it in the defcustom, the usual way.
+
+2001-09-12  Gerd Moellmann  <gerd@gnu.org>
+
+       * ediff-mult.el (ediff-get-meta-info): Take into account that data
+       from `ediff-meta-info' properties need not be an overlay.  From
+       David Ponce <dponce@voila.fr>.
+
+       * isearch.el (isearch-intersects-p): Fix end checks.
+
+2001-09-11  Eli Zaretskii  <a34785@is.elta.co.il>
+
+       * gud.el (dbx) <gud-dbx-use-stopformat-p>: Move this case into the
+       `t' branch of `cond', since Irix 6.1 and up is a special case of
+       the standard dbx interface.
+
+2001-09-11  Miles Bader  <miles@gnu.org>
+
+       * comint.el (comint-send-input): When waiting for echoed input,
+       don't save the expected end position in `echo-end', so that things
+       work properly even if the buffer is modified elsewhere at the same
+       time [this happens if `comint-truncate-buffer' is used].
+
 2001-09-11  Gerd Moellmann  <gerd@gnu.org>
 
        * textmodes/outline.el (outline-mode): Use `^' and a shy group