aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2001-08-22 08:29:37 +0000
committerGerd Moellmann2001-08-22 08:29:37 +0000
commit40e33037beae26620d08c0f461e75c498ed99733 (patch)
tree51e0a8dd0ba56594f5d3947253ce9b1f339f4a48
parent62b366ffb32702059a53aba680dd5efdd6bdfb64 (diff)
downloademacs-40e33037beae26620d08c0f461e75c498ed99733.tar.gz
emacs-40e33037beae26620d08c0f461e75c498ed99733.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog2
-rw-r--r--src/ChangeLog5
2 files changed, 6 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index b17e9859470..7f21fa46b4a 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -12,7 +12,7 @@
12 12
13 * gs.el (gs-set-ghostview-colors-window-prop): 13 * gs.el (gs-set-ghostview-colors-window-prop):
14 Call x-change-window-property with 3rd arg FRAME. 14 Call x-change-window-property with 3rd arg FRAME.
15 (gs-load-image): Wait for a previoius Ghostscript process 15 (gs-load-image): Wait for a previous Ghostscript process
16 to complete before starting a new one. 16 to complete before starting a new one.
17 17
18 * image.el (image-type-regexps): Make sure that the TIFF 18 * image.el (image-type-regexps): Make sure that the TIFF
diff --git a/src/ChangeLog b/src/ChangeLog
index 4fdaa860b43..f969890dfee 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12001-08-22 Gerd Moellmann <gerd@gnu.org>
2
3 * keymap.c (access_keymap): Fix last change to not consider
4 IDX when it has modifiers.
5
12001-08-21 Gerd Moellmann <gerd@gnu.org> 62001-08-21 Gerd Moellmann <gerd@gnu.org>
2 7
3 * keymap.c (access_keymap): If a binding of the form (GENERIC-CHAR 8 * keymap.c (access_keymap): If a binding of the form (GENERIC-CHAR