aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index c519100b2f0..b0913ab983c 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -156,6 +156,14 @@
156 Use EMACS_INT, not EMACS_UINT, for sizes. The code works equally 156 Use EMACS_INT, not EMACS_UINT, for sizes. The code works equally
157 well either way, and we prefer signed to unsigned. 157 well either way, and we prefer signed to unsigned.
158 158
1592011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
160
161 * xdisp.c (syms_of_xdisp): Make it explicit that the mini-windows
162 are the mini-buffer and the echo area (bug#3320).
163
164 * term.c (init_tty): Remove support for supdup, c10 and perq
165 terminals, which are no longer supported (bug#1482).
166
1592011-07-10 Johan Bockgård <bojohan@gnu.org> 1672011-07-10 Johan Bockgård <bojohan@gnu.org>
160 168
161 * xdisp.c (Ftool_bar_lines_needed): Fix WINDOWP check. 169 * xdisp.c (Ftool_bar_lines_needed): Fix WINDOWP check.