diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 81 |
1 files changed, 81 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index da0ba4b11f2..67f8507a26b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,84 @@ | |||
| 1 | 2011-11-03 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * w32fns.c (unwind_create_frame): If needed, free the glyph | ||
| 4 | matrices of the partially constructed frame. (Bug#9943) | ||
| 5 | |||
| 6 | 2011-11-01 Eli Zaretskii <eliz@gnu.org> | ||
| 7 | |||
| 8 | * xdisp.c (mouse_face_from_buffer_pos): Fix a typo in a comment. | ||
| 9 | Don't stop backward scan on the continuation glyph, even though | ||
| 10 | its CHARPOS is positive. | ||
| 11 | (mouse_face_from_buffer_pos, note_mouse_highlight): Rename | ||
| 12 | cover_string to disp_string. | ||
| 13 | |||
| 14 | 2011-11-01 Martin Rudalics <rudalics@gmx.at> | ||
| 15 | |||
| 16 | * window.c (temp_output_buffer_show): Don't use | ||
| 17 | Vtemp_buffer_show_specifiers. | ||
| 18 | (Vtemp_buffer_show_specifiers): Remove unused variable. | ||
| 19 | |||
| 20 | 2011-10-30 Eli Zaretskii <eliz@gnu.org> | ||
| 21 | |||
| 22 | * xdisp.c (try_cursor_movement): Make sure ROW isn't decremented | ||
| 23 | past the beginning of the current glyph matrix. | ||
| 24 | |||
| 25 | 2011-10-30 Adam Sjøgren <asjo@koldfront.dk> (tiny change) | ||
| 26 | |||
| 27 | * xterm.c: Include X11/Xproto.h if HAVE_GTK3. | ||
| 28 | (x_error_handler): Ignore BadMatch for X_SetInputFocus for | ||
| 29 | HAVE_GTK3 (Bug#9869). | ||
| 30 | |||
| 31 | * gtkutil.c (xg_win_to_widget, xg_event_is_for_menubar): Initialize | ||
| 32 | type to GDK_NOTHING so valgrind does not complain (Bug#9901). | ||
| 33 | |||
| 34 | * xterm.h (x_display_info): Add Xatom_net_wm_state_hidden (Bug#9893). | ||
| 35 | |||
| 36 | * xterm.c: Declare x_handle_net_wm_state to return int. | ||
| 37 | (handle_one_xevent): Check if we are iconified but don't have | ||
| 38 | _NET_WM_STATE_HIDDEN. If do, treat as deiconify (Bug#9893). | ||
| 39 | (get_current_wm_state): Return non-zero if not hidden, | ||
| 40 | check for _NET_WM_STATE_HIDDEN (Bug#9893). | ||
| 41 | (do_ewmh_fullscreen): Ignore return value from get_current_wm_state. | ||
| 42 | (x_handle_net_wm_state): Return what get_current_wm_state returns. | ||
| 43 | (x_term_init): Initialize dpyinfo->Xatom_net_wm_state_hidden. | ||
| 44 | |||
| 45 | 2011-10-29 Paul Eggert <eggert@cs.ucla.edu> | ||
| 46 | |||
| 47 | * alloc.c (which_symbols): Declare EXTERNALLY_VISIBLE, | ||
| 48 | so that this new function doesn't get optimized away by a | ||
| 49 | whole-program optimizer. Make the 2nd arg EMACS_INT, not int. | ||
| 50 | |||
| 51 | 2011-10-29 Andreas Schwab <schwab@linux-m68k.org> | ||
| 52 | |||
| 53 | * frame.h (MOUSE_HL_INFO): Remove excess parens. | ||
| 54 | |||
| 55 | 2011-10-29 Eli Zaretskii <eliz@gnu.org> | ||
| 56 | |||
| 57 | Fix the `xbytecode' command. | ||
| 58 | * .gdbinit (xprintbytestr): New command. | ||
| 59 | (xwhichsymbols): Renamed from `which'; all callers changed. | ||
| 60 | (xbytecode): Print the byte-code string as well. | ||
| 61 | |||
| 62 | 2011-10-29 Kim Storm <storm@cua.dk> | ||
| 63 | |||
| 64 | * alloc.c (which_symbols): New function. | ||
| 65 | |||
| 66 | 2011-10-29 Andreas Schwab <schwab@linux-m68k.org> | ||
| 67 | |||
| 68 | * minibuf.c (read_minibuf_noninteractive): Allow reading empty | ||
| 69 | line. (Bug#9903) | ||
| 70 | |||
| 71 | 2011-10-29 Glenn Morris <rgm@gnu.org> | ||
| 72 | |||
| 73 | * process.c (wait_reading_process_output): Revert 2009-08-30 change. | ||
| 74 | Not clear what it was for, and it causes various bugs. (Bug#9839) | ||
| 75 | |||
| 76 | 2011-10-28 Eli Zaretskii <eliz@gnu.org> | ||
| 77 | |||
| 78 | * xdisp.c (note_mouse_highlight): Initialize `part', to avoid a | ||
| 79 | possible random value that matches one of those tested as | ||
| 80 | condition to clear the mouse face. | ||
| 81 | |||
| 1 | 2011-10-28 Chong Yidong <cyd@gnu.org> | 82 | 2011-10-28 Chong Yidong <cyd@gnu.org> |
| 2 | 83 | ||
| 3 | * xdisp.c (note_mouse_highlight): Fix use of uninitialized var. | 84 | * xdisp.c (note_mouse_highlight): Fix use of uninitialized var. |