aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorChong Yidong2011-02-12 19:16:28 -0500
committerChong Yidong2011-02-12 19:16:28 -0500
commite730aabed55f3b65020672f1d58afc55fda4eef2 (patch)
treedb931d6586b8ce49b8428fcc45c83825b2c60252 /src/ChangeLog
parentd0ba09dcd877f4e8b6b7643c69d596ac88b545bc (diff)
parent84eb0351d8be4811897c8cf62a69757ff5d14001 (diff)
downloademacs-e730aabed55f3b65020672f1d58afc55fda4eef2.tar.gz
emacs-e730aabed55f3b65020672f1d58afc55fda4eef2.zip
Merge changes from emacs-23 branch
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog21
1 files changed, 19 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 4469297e32f..c677288ad3e 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,20 @@
12011-02-12 Martin Rudalics <rudalics@gmx.at>
2
3 * window.c (select_window): Check inhibit_point_swap argument when
4 deciding whether to return immediately.
5
62011-02-12 Jan Djärv <jan.h.d@swipnet.se>
7
8 * nsterm.m (setFrame, initFrame): Make sure pixel_height doesn't become
9 zero (Bug#7348).
10
112011-02-12 Chong Yidong <cyd@stupidchicken.com>
12
13 * config.in (TERMINFO): New definition.
14
15 * s/netbsd.h: Use it to choose between terminfo and termcap
16 (Bug#7642).
17
12011-02-12 Paul Eggert <eggert@cs.ucla.edu> 182011-02-12 Paul Eggert <eggert@cs.ucla.edu>
2 19
3 * md5.c (md5_process_bytes): Use sizeof, not __alignof__. 20 * md5.c (md5_process_bytes): Use sizeof, not __alignof__.
@@ -1610,7 +1627,7 @@
1610 1627
1611 * gtkutil.c (menubar_map_cb): New function (Bug#7425). 1628 * gtkutil.c (menubar_map_cb): New function (Bug#7425).
1612 (xg_update_frame_menubar): Connect signal map to menubar_map_cb. 1629 (xg_update_frame_menubar): Connect signal map to menubar_map_cb.
1613 Use 23 as menubar height if 0. (Bug#7425). 1630 Use 23 as menubar height if 0. (Bug#7425).
1614 1631
16152010-11-26 Eli Zaretskii <eliz@gnu.org> 16322010-11-26 Eli Zaretskii <eliz@gnu.org>
1616 1633
@@ -2617,7 +2634,7 @@
2617 is more portable. 2634 is more portable.
2618 2635
2619 * keyboard.c (gobble_input): Move call of xd_read_queued_messages ... 2636 * keyboard.c (gobble_input): Move call of xd_read_queued_messages ...
2620 (kbd_buffer_get_event): ... here. This is needed for cygwin, which 2637 (kbd_buffer_get_event): ... here. This is needed for cygwin, which
2621 has not defined SIGIO. 2638 has not defined SIGIO.
2622 2639
26232010-10-08 Chong Yidong <cyd@stupidchicken.com> 26402010-10-08 Chong Yidong <cyd@stupidchicken.com>