diff options
| author | Paul Eggert | 2011-10-31 13:03:15 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-10-31 13:03:15 -0700 |
| commit | 5b0d046d5b6a6743be6888d02352b878151e1d6c (patch) | |
| tree | b7ea751ee33c18d1b5f7fa9b94a5a9fe010c8468 /src/ChangeLog | |
| parent | 1fa2385302f5b2e5bb17c8aad3cb4e320512ca46 (diff) | |
| parent | 07f3add98f088ff068aacb0429210900e95b90c3 (diff) | |
| download | emacs-5b0d046d5b6a6743be6888d02352b878151e1d6c.tar.gz emacs-5b0d046d5b6a6743be6888d02352b878151e1d6c.zip | |
Merge from trunk.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 272354c48d1..0b4da8f5e40 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -786,6 +786,31 @@ | |||
| 786 | rather than rolling our own approximation. | 786 | rather than rolling our own approximation. |
| 787 | (SCROLL_BAR_VEC_SIZE): Remove; not used. | 787 | (SCROLL_BAR_VEC_SIZE): Remove; not used. |
| 788 | 788 | ||
| 789 | 2011-10-30 Eli Zaretskii <eliz@gnu.org> | ||
| 790 | |||
| 791 | * xdisp.c (try_cursor_movement): Make sure ROW isn't decremented | ||
| 792 | past the beginning of the current glyph matrix. | ||
| 793 | |||
| 794 | 2011-10-30 Adam Sjøgren <asjo@koldfront.dk> (tiny change) | ||
| 795 | |||
| 796 | * xterm.c: Include X11/Xproto.h if HAVE_GTK3. | ||
| 797 | (x_error_handler): Ignore BadMatch for X_SetInputFocus for | ||
| 798 | HAVE_GTK3 (Bug#9869). | ||
| 799 | |||
| 800 | * gtkutil.c (xg_win_to_widget, xg_event_is_for_menubar): Initialize | ||
| 801 | type to GDK_NOTHING so valgrind does not complain (Bug#9901). | ||
| 802 | |||
| 803 | * xterm.h (x_display_info): Add Xatom_net_wm_state_hidden (Bug#9893). | ||
| 804 | |||
| 805 | * xterm.c: Declare x_handle_net_wm_state to return int. | ||
| 806 | (handle_one_xevent): Check if we are iconified but don't have | ||
| 807 | _NET_WM_STATE_HIDDEN. If do, treat as deiconify (Bug#9893). | ||
| 808 | (get_current_wm_state): Return non-zero if not hidden, | ||
| 809 | check for _NET_WM_STATE_HIDDEN (Bug#9893). | ||
| 810 | (do_ewmh_fullscreen): Ignore return value from get_current_wm_state. | ||
| 811 | (x_handle_net_wm_state): Return what get_current_wm_state returns. | ||
| 812 | (x_term_init): Initialize dpyinfo->Xatom_net_wm_state_hidden. | ||
| 813 | |||
| 789 | 2011-10-29 Paul Eggert <eggert@cs.ucla.edu> | 814 | 2011-10-29 Paul Eggert <eggert@cs.ucla.edu> |
| 790 | 815 | ||
| 791 | * alloc.c (which_symbols): Declare EXTERNALLY_VISIBLE, | 816 | * alloc.c (which_symbols): Declare EXTERNALLY_VISIBLE, |