aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2003-12-29 19:18:20 +0000
committerRichard M. Stallman2003-12-29 19:18:20 +0000
commitca205aa366add88b1c3bac714a851da8c1db00d3 (patch)
tree8cc8597641382a93170b273742c9846a991415fd
parent0445150cafe7b28d3d928366dde6e5085732bdd8 (diff)
downloademacs-ca205aa366add88b1c3bac714a851da8c1db00d3.tar.gz
emacs-ca205aa366add88b1c3bac714a851da8c1db00d3.zip
*** empty log message ***
-rw-r--r--etc/NEWS3
-rw-r--r--lisp/ChangeLog38
2 files changed, 40 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index a4ca184e250..fd4ffb215b4 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -7265,7 +7265,8 @@ Additional image properties supported are:
7265`:index INDEX' 7265`:index INDEX'
7266 7266
7267INDEX must be an integer >= 0. Load image number INDEX from a 7267INDEX must be an integer >= 0. Load image number INDEX from a
7268multi-image GIF file. An error is signaled if INDEX is too large. 7268multi-image GIF file. If INDEX is too large, the image displays
7269as a hollow box.
7269 7270
7270This could be used to implement limited support for animated GIFs. 7271This could be used to implement limited support for animated GIFs.
7271For example, the following function displays a multi-image GIF file 7272For example, the following function displays a multi-image GIF file
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index e4d943565a9..8c8fba26c93 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,41 @@
12003-12-29 Richard M. Stallman <rms@gnu.org>
2
3 * info-look.el (info-lookup): Use assoc-string.
4
5 * frame.el (pop-up-frame-function): Use quote, not `function'.
6 (frame-notice-user-settings): Calculate ADJUSTED-TOP
7 copying with lists as coordinate values.
8
9 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
10
11 * find-dired.el (kill-find): New command.
12 (find-dired): Make buffer read-only.
13 Set up a keymap with C-c C-k running kill-find.
14 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
15
16 * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
17
18 * filecache.el (file-cache-ignore-case): New variable.
19 (file-cache-assoc-function): Var deleted. Use assoc-string instead.
20
21 * comint.el (comint-arguments): Set COUNT after ARGS is complete.
22 (comint-dynamic-complete-as-filename): Rename local vars.
23 (comint-dynamic-list-filename-completions): Likewise.
24
25 * comint.el (comint-dynamic-list-completions-config): New var.
26 (comint-dynamic-list-completions): Handle both SPC and TAB right.
27
28 * comint.el (comint-file-name-chars): Add [].
29 (comint-word): Use skip-chars-backward, not search.
30
31 * shell.el (shell-file-name-chars): Add [].
32
33 * shell.el (shell-dynamic-complete-as-command): Rename local vars.
34
35 * bookmark.el (bookmark-get-bookmark): Use assoc-string.
36
37 * generic.el (define-generic-mode): Doc fix.
38
12003-12-29 Eli Zaretskii <eliz@elta.co.il> 392003-12-29 Eli Zaretskii <eliz@elta.co.il>
2 40
3 * files.el (kill-some-buffers): Doc fix. 41 * files.el (kill-some-buffers): Doc fix.