aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2002-04-03 04:50:28 +0000
committerStefan Monnier2002-04-03 04:50:28 +0000
commit4c8bc8947949080161f255334eb8c7a2877cc175 (patch)
treedacc66c46955a56262368c49c60e8893606d8a20 /src/ChangeLog
parent87a6a5d8d4ca5c5dcd8c9c11fc279dfd61c62f0f (diff)
downloademacs-4c8bc8947949080161f255334eb8c7a2877cc175.tar.gz
emacs-4c8bc8947949080161f255334eb8c7a2877cc175.zip
(make_lispy_event): Handle unknown keysyms together
with system-specific keysyms. Use it also for unknown function keys.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index d8ae770d63e..4d4eee2dbcc 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
12002-04-02 Stefan Monnier <monnier@cs.yale.edu> 12002-04-02 Stefan Monnier <monnier@cs.yale.edu>
2 2
3 * keyboard.c (make_lispy_event): Handle unknown keysyms together
4 with system-specific keysyms. Use it also for unknown function keys.
5
3 * doc.c (reread_doc_file): Return whether reload was attempted. 6 * doc.c (reread_doc_file): Return whether reload was attempted.
4 (Fdocumentation, Fdocumentation_property): Don't try to reload 7 (Fdocumentation, Fdocumentation_property): Don't try to reload
5 if the doc is 0 and only ask once. 8 if the doc is 0 and only ask once.