aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann2000-12-05 17:03:51 +0000
committerGerd Moellmann2000-12-05 17:03:51 +0000
commit52be17cc7111b281eceb17aae0c0adad307d51c9 (patch)
tree67ba171f7ed12cf7b2633d1dbd85cf72ad719344 /src/ChangeLog
parent5c62b2e97a406a7d05a3bfddd49b091791efaec0 (diff)
downloademacs-52be17cc7111b281eceb17aae0c0adad307d51c9.tar.gz
emacs-52be17cc7111b281eceb17aae0c0adad307d51c9.zip
(record_char): Don't record identical help-echo
events in recent_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 39b0f4f7fb4..93914d08815 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
12000-12-05 Gerd Moellmann <gerd@gnu.org> 12000-12-05 Gerd Moellmann <gerd@gnu.org>
2 2
3 * keyboard.c (record_char): Don't record identical help-echo
4 events in recent_keys.
5
3 * xterm.c [USE_X_TOOLKIT]: Close the display. 6 * xterm.c [USE_X_TOOLKIT]: Close the display.
4 (xim_close_dpy): Handle case that the display has been closed. 7 (xim_close_dpy): Handle case that the display has been closed.
5 8