aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorChong Yidong2011-02-12 18:40:43 -0500
committerChong Yidong2011-02-12 18:40:43 -0500
commit84eb0351d8be4811897c8cf62a69757ff5d14001 (patch)
tree80162dabf78b97982b32679e2cb7e377d5b12d01 /src/ChangeLog
parentcdfa139da44fd9b1a5425400635e474e85d866f4 (diff)
parent165bc5a066990bace024c04ba431f140a25d0bfd (diff)
downloademacs-84eb0351d8be4811897c8cf62a69757ff5d14001.tar.gz
emacs-84eb0351d8be4811897c8cf62a69757ff5d14001.zip
Merge changes from emacs-23 branch
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog27
1 files changed, 25 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 4469297e32f..4e6dd9e1de1 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,26 @@
12011-02-12 Eli Zaretskii <eliz@gnu.org>
2
3 * terminal.c (create_terminal): Use default-keyboard-coding-system
4 and default-terminal-coding-system to initialize coding systems of
5 the new terminal. (Bug#7840)
6
72011-02-12 Martin Rudalics <rudalics@gmx.at>
8
9 * window.c (select_window): Check inhibit_point_swap argument when
10 deciding whether to return immediately.
11
122011-02-12 Jan Djärv <jan.h.d@swipnet.se>
13
14 * nsterm.m (setFrame, initFrame): Make sure pixel_height doesn't become
15 zero (Bug#7348).
16
172011-02-12 Chong Yidong <cyd@stupidchicken.com>
18
19 * config.in (TERMINFO): New definition.
20
21 * s/netbsd.h: Use it to choose between terminfo and termcap
22 (Bug#7642).
23
12011-02-12 Paul Eggert <eggert@cs.ucla.edu> 242011-02-12 Paul Eggert <eggert@cs.ucla.edu>
2 25
3 * md5.c (md5_process_bytes): Use sizeof, not __alignof__. 26 * md5.c (md5_process_bytes): Use sizeof, not __alignof__.
@@ -1610,7 +1633,7 @@
1610 1633
1611 * gtkutil.c (menubar_map_cb): New function (Bug#7425). 1634 * gtkutil.c (menubar_map_cb): New function (Bug#7425).
1612 (xg_update_frame_menubar): Connect signal map to menubar_map_cb. 1635 (xg_update_frame_menubar): Connect signal map to menubar_map_cb.
1613 Use 23 as menubar height if 0. (Bug#7425). 1636 Use 23 as menubar height if 0. (Bug#7425).
1614 1637
16152010-11-26 Eli Zaretskii <eliz@gnu.org> 16382010-11-26 Eli Zaretskii <eliz@gnu.org>
1616 1639
@@ -2617,7 +2640,7 @@
2617 is more portable. 2640 is more portable.
2618 2641
2619 * keyboard.c (gobble_input): Move call of xd_read_queued_messages ... 2642 * keyboard.c (gobble_input): Move call of xd_read_queued_messages ...
2620 (kbd_buffer_get_event): ... here. This is needed for cygwin, which 2643 (kbd_buffer_get_event): ... here. This is needed for cygwin, which
2621 has not defined SIGIO. 2644 has not defined SIGIO.
2622 2645
26232010-10-08 Chong Yidong <cyd@stupidchicken.com> 26462010-10-08 Chong Yidong <cyd@stupidchicken.com>