]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Mon, 29 Dec 2003 19:18:20 +0000 (19:18 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 29 Dec 2003 19:18:20 +0000 (19:18 +0000)
etc/NEWS
lisp/ChangeLog

index a4ca184e2505f06370f202323f47633ca79ed4ca..fd4ffb215b4442254d8f74475be1979fb3d0be1a 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -7265,7 +7265,8 @@ Additional image properties supported are:
 `:index INDEX'
 
 INDEX must be an integer >= 0.  Load image number INDEX from a
-multi-image GIF file.  An error is signaled if INDEX is too large.
+multi-image GIF file.  If INDEX is too large, the image displays
+as a hollow box.
 
 This could be used to implement limited support for animated GIFs.
 For example, the following function displays a multi-image GIF file
index e4d943565a959915c6d06814b246a9861599d327..8c8fba26c93185a9d47878fd03b9f8539beb273e 100644 (file)
@@ -1,3 +1,41 @@
+2003-12-29  Richard M. Stallman  <rms@gnu.org>
+
+       * info-look.el (info-lookup): Use assoc-string.
+
+       * frame.el (pop-up-frame-function): Use quote, not `function'.
+       (frame-notice-user-settings): Calculate ADJUSTED-TOP
+       copying with lists as coordinate values.
+
+       * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
+
+       * find-dired.el (kill-find): New command.
+       (find-dired): Make buffer read-only.
+       Set up a keymap with C-c C-k running kill-find.
+       (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
+
+       * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
+
+       * filecache.el (file-cache-ignore-case): New variable.
+       (file-cache-assoc-function): Var deleted.  Use assoc-string instead.
+
+       * comint.el (comint-arguments): Set COUNT after ARGS is complete.
+       (comint-dynamic-complete-as-filename): Rename local vars.
+       (comint-dynamic-list-filename-completions): Likewise.
+
+       * comint.el (comint-dynamic-list-completions-config): New var.
+       (comint-dynamic-list-completions): Handle both SPC and TAB right.
+
+       * comint.el (comint-file-name-chars): Add [].
+       (comint-word): Use skip-chars-backward, not search.
+
+       * shell.el (shell-file-name-chars): Add [].
+
+       * shell.el (shell-dynamic-complete-as-command): Rename local vars.
+
+       * bookmark.el (bookmark-get-bookmark): Use assoc-string.
+
+       * generic.el (define-generic-mode): Doc fix.
+
 2003-12-29  Eli Zaretskii  <eliz@elta.co.il>
 
        * files.el (kill-some-buffers): Doc fix.