diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 21 |
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 @@ | |||
| 1 | 2011-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 | |||
| 6 | 2011-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 | |||
| 11 | 2011-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 | |||
| 1 | 2011-02-12 Paul Eggert <eggert@cs.ucla.edu> | 18 | 2011-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 | ||
| 1615 | 2010-11-26 Eli Zaretskii <eliz@gnu.org> | 1632 | 2010-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 | ||
| 2623 | 2010-10-08 Chong Yidong <cyd@stupidchicken.com> | 2640 | 2010-10-08 Chong Yidong <cyd@stupidchicken.com> |