aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-07-11 18:39:28 +0000
committerPaul Eggert2011-07-11 18:39:28 +0000
commite9eb6f14fe334d0e37d2037c952e6541eeb242ad (patch)
tree7087ce37a1e6233093f80a4fa653e91a1f96529c /src/ChangeLog
parente3c25c689524aa85ce37840fff344cc297cf42ec (diff)
parent07151e498ff9174518675e14b619aca4b8307733 (diff)
downloademacs-e9eb6f14fe334d0e37d2037c952e6541eeb242ad.tar.gz
emacs-e9eb6f14fe334d0e37d2037c952e6541eeb242ad.zip
Merge from trunk.
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.