aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 8bca4f70793..11f10d79cae 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,9 @@
12000-03-07 Gerd Moellmann <gerd@gnu.org> 12000-03-07 Gerd Moellmann <gerd@gnu.org>
2 2
3 * xterm.c (x_connection_closed) [USE_X_TOOLKIT]: Don't try to
4 close the display with XtCloseDisplay. This caused a bus error
5 on OpenWindows.
6
3 * minibuf.c (Fminibuffer_complete): Move point to ZV when input is 7 * minibuf.c (Fminibuffer_complete): Move point to ZV when input is
4 complete but not unique. 8 complete but not unique.
5 9