(animate-string): Doc fix. Use a buffer
[bpt/emacs.git] / lisp / ChangeLog
index d8d66ce..b22250e 100644 (file)
@@ -1,3 +1,77 @@
+2001-08-10  Gerd Moellmann  <gerd@gnu.org>
+
+       * play/animate.el (animate-string): Doc fix.  Use a buffer
+       name with stars in it.
+       (animate-sequence): New function.
+       From Richard Stallman <rms@gnu.org>.
+
+       * frame.el (select-frame-set-input-focus): New function
+       extracted from other-frame.
+       (other-frame): Use it.
+       (next-multiframe-window, previous-multiframe-window): Use it.
+
+       * isearch.el (isearch-other-meta-char): Don't switch to the
+       buffer of a window clicked on, when the current buffer is
+       in Isearch mode.
+
+       * image.el (image-jpeg-p): Test for APPn markers in the range
+       #xe0..#xef.
+
+2001-08-09  Gerd Moellmann  <gerd@gnu.org>
+
+       * desktop.el (desktop-save): Don't use concat to form a file
+       name, use expand-file-name.
+
+       * mouse.el (mouse-delete-window): Do nothing if frame has just
+       one window.
+
+       * bindings.el (minor-mode-alist): Use mode-line-minor-mode-keymap
+       for the minor mode name.
+
+       * view.el (toplevel): Use mode-line-minor-mode-keymap for the
+       minor mode name.
+
+       * time.el (display-time-string-forms): Use
+       make-mode-line-mouse-map instead of make-mode-line-mouse2-map.
+
+       * subr.el (add-minor-mode): Use mode-line-minor-mode-keymap for
+       the minor mode name.
+
+       * emacs-lisp/easy-mmode.el (define-minor-mode): Use 
+       mode-line-minor-mode-keymap for the minor mode name.
+
+       * calendar/calendar.el (calendar-mode-line-format): Use
+       make-mode-line-mouse-map instead of make-mode-line-mouse2-map.
+
+       * bindings.el (make-mode-line-mouse-map): Renamed from
+       make-mode-line-mouse2-map.  Take additional arg MOUSE.
+       (mode-line-modified): Use mouse-3 instead of mouse-2.
+       (mode-line-buffer-identification-keymap): Bind keys differently.
+       (propertized-buffer-identification): Adapt help-echo to new
+       bindings.
+
+       * bindings.el (mode-line-format): Specify help-echo for line
+       number, column number and buffer-percent part of the mode-line.
+
+       * image.el (image-type-regexps): Allow whitespace at the start
+       of the image data for XPM, XBM and Postscript, which are
+       text files.
+       (image-jpeg-p): Correct calculation of next field offset.
+
+2001-08-08  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
+
+       * battery.el: Fix typo.
+
+2001-08-08  Gerd Moellmann  <gerd@gnu.org>
+
+       * image.el (image-type-regexps): Allow predicates.  Change the way
+       JPEG images are recognized.
+       (image-jpeg-p): New function.
+       (image-type-from-data): Handle predicates in image-type-regexps.
+
+       * emacs-lisp/edebug.el (edebug-read-function): Fix handling of
+       #:, #x, #o, and similar constructs.
+
 2001-08-07  Gerd Moellmann  <gerd@gnu.org>
 
        * vc.el (vc-transfer-file): Fix malformed autoload cookie.
 2001-08-06  Gerd Moellmann  <gerd@gnu.org>
 
        * help.el (describe-function-1): Use
-       find-function-search-for-symbol instead of find-functin-noselect
+       find-function-search-for-symbol instead of find-function-noselect
        because the latter follows aliases.
 
        * play/animate.el (animate-birthday-present): Re-insert.