aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2008-04-08 22:13:13 +0000
committerStefan Monnier2008-04-08 22:13:13 +0000
commit84cb7b4562d2075284f15bcc832d156d0cf0d71a (patch)
tree52757f4d56d739d4cfa4c8cdbe519e24bb5c4e60 /src/ChangeLog
parentb4f9af73de11eed426bfe5b49f7add50fb94ee81 (diff)
downloademacs-84cb7b4562d2075284f15bcc832d156d0cf0d71a.tar.gz
emacs-84cb7b4562d2075284f15bcc832d156d0cf0d71a.zip
(access_keymap): Remove the value 2 for t_ok which was used
for generic chars, which do not exist any more in emacs-unicode.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index e6b81874bd4..e1ef9ffb52a 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * keymap.c (access_keymap): Remove the value 2 for t_ok which was used
4 for generic chars, which do not exist any more in emacs-unicode.
5
12008-04-08 Michael Albinus <michael.albinus@gmx.de> 62008-04-08 Michael Albinus <michael.albinus@gmx.de>
2 7
3 * coding.c (detect_coding_emacs_mule) 8 * coding.c (detect_coding_emacs_mule)