aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann2001-08-21 10:42:27 +0000
committerGerd Moellmann2001-08-21 10:42:27 +0000
commit859ea4b849c26f2358bfae8d5b9772b965157831 (patch)
treee3ab1e36f87cb93bc36c6077af7e59a6fab46a92 /src/ChangeLog
parent67e2eec4e9563e7fbc2d6d998162902877f7c76f (diff)
downloademacs-859ea4b849c26f2358bfae8d5b9772b965157831.tar.gz
emacs-859ea4b849c26f2358bfae8d5b9772b965157831.zip
(access_keymap): If a binding of the form (GENERIC-CHAR
. BINDING) exists, where GENERIC-CHAR is the generic character of the charset of IDX, return BINDING, unless there exists or binding for IDX itself.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 733bde62594..4fdaa860b43 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
12001-08-21 Gerd Moellmann <gerd@gnu.org>
2
3 * keymap.c (access_keymap): If a binding of the form (GENERIC-CHAR
4 . BINDING) exists, where GENERIC-CHAR is the generic character of
5 the charset of IDX, return BINDING unless there exists a binding
6 for IDX itself.
7
12001-08-16 Gerd Moellmann <gerd@gnu.org> 82001-08-16 Gerd Moellmann <gerd@gnu.org>
2 9
3 * xrdb.c (SYSV): Don't define on Solaris 2. 10 * xrdb.c (SYSV): Don't define on Solaris 2.