diff options
| author | Joakim Verona | 2011-11-01 13:25:00 +0100 |
|---|---|---|
| committer | Joakim Verona | 2011-11-01 13:25:00 +0100 |
| commit | 5a2b3200763986b3f1bbd0a58619290e46a57893 (patch) | |
| tree | 82d2a3f76fae1c1d64261e9222def5a32d2a27d0 /src/ChangeLog | |
| parent | 8bf21b996ee41ae3980696bd7f37d11f44d8e1cb (diff) | |
| parent | 37dcccdd20fb23eaf947fd51787da84f6f18e425 (diff) | |
| download | emacs-5a2b3200763986b3f1bbd0a58619290e46a57893.tar.gz emacs-5a2b3200763986b3f1bbd0a58619290e46a57893.zip | |
upstream
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index fad9b4f9e46..0bb16514b58 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,59 @@ | |||
| 1 | 2011-10-30 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * xdisp.c (try_cursor_movement): Make sure ROW isn't decremented | ||
| 4 | past the beginning of the current glyph matrix. | ||
| 5 | |||
| 6 | 2011-10-30 Adam Sjøgren <asjo@koldfront.dk> (tiny change) | ||
| 7 | |||
| 8 | * xterm.c: Include X11/Xproto.h if HAVE_GTK3. | ||
| 9 | (x_error_handler): Ignore BadMatch for X_SetInputFocus for | ||
| 10 | HAVE_GTK3 (Bug#9869). | ||
| 11 | |||
| 12 | * gtkutil.c (xg_win_to_widget, xg_event_is_for_menubar): Initialize | ||
| 13 | type to GDK_NOTHING so valgrind does not complain (Bug#9901). | ||
| 14 | |||
| 15 | * xterm.h (x_display_info): Add Xatom_net_wm_state_hidden (Bug#9893). | ||
| 16 | |||
| 17 | * xterm.c: Declare x_handle_net_wm_state to return int. | ||
| 18 | (handle_one_xevent): Check if we are iconified but don't have | ||
| 19 | _NET_WM_STATE_HIDDEN. If do, treat as deiconify (Bug#9893). | ||
| 20 | (get_current_wm_state): Return non-zero if not hidden, | ||
| 21 | check for _NET_WM_STATE_HIDDEN (Bug#9893). | ||
| 22 | (do_ewmh_fullscreen): Ignore return value from get_current_wm_state. | ||
| 23 | (x_handle_net_wm_state): Return what get_current_wm_state returns. | ||
| 24 | (x_term_init): Initialize dpyinfo->Xatom_net_wm_state_hidden. | ||
| 25 | |||
| 26 | 2011-10-29 Paul Eggert <eggert@cs.ucla.edu> | ||
| 27 | |||
| 28 | * alloc.c (which_symbols): Declare EXTERNALLY_VISIBLE, | ||
| 29 | so that this new function doesn't get optimized away by a | ||
| 30 | whole-program optimizer. Make the 2nd arg EMACS_INT, not int. | ||
| 31 | |||
| 32 | 2011-10-29 Andreas Schwab <schwab@linux-m68k.org> | ||
| 33 | |||
| 34 | * frame.h (MOUSE_HL_INFO): Remove excess parens. | ||
| 35 | |||
| 36 | 2011-10-29 Eli Zaretskii <eliz@gnu.org> | ||
| 37 | |||
| 38 | Fix the `xbytecode' command. | ||
| 39 | * .gdbinit (xprintbytestr): New command. | ||
| 40 | (xwhichsymbols): Renamed from `which'; all callers changed. | ||
| 41 | (xbytecode): Print the byte-code string as well. | ||
| 42 | |||
| 43 | 2011-10-29 Kim Storm <storm@cua.dk> | ||
| 44 | |||
| 45 | * alloc.c (which_symbols): New function. | ||
| 46 | |||
| 47 | 2011-10-29 Andreas Schwab <schwab@linux-m68k.org> | ||
| 48 | |||
| 49 | * minibuf.c (read_minibuf_noninteractive): Allow reading empty | ||
| 50 | line. (Bug#9903) | ||
| 51 | |||
| 52 | 2011-10-29 Glenn Morris <rgm@gnu.org> | ||
| 53 | |||
| 54 | * process.c (wait_reading_process_output): Revert 2009-08-30 change. | ||
| 55 | Not clear what it was for, and it causes various bugs. (Bug#9839) | ||
| 56 | |||
| 1 | 2011-10-28 Eli Zaretskii <eliz@gnu.org> | 57 | 2011-10-28 Eli Zaretskii <eliz@gnu.org> |
| 2 | 58 | ||
| 3 | * xdisp.c (note_mouse_highlight): Initialize `part', to avoid a | 59 | * xdisp.c (note_mouse_highlight): Initialize `part', to avoid a |