From caecb91c581d4ec0fc008a35005d8009f43087ee Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Thu, 20 Mar 2014 10:09:37 -0400 Subject: * src/frame.h (SET_FRAME_VISIBLE): Keep frame_garbaged up to date. * src/xterm.c (handle_one_xevent) : Don't garbage the frame. * src/frame.c (frame_garbaged): Make "docstring" more precise. --- src/ChangeLog | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'src/ChangeLog') diff --git a/src/ChangeLog b/src/ChangeLog index 3256a92e37a..93d1ba247b1 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,9 @@ +2014-03-20 Stefan Monnier + + * frame.h (SET_FRAME_VISIBLE): Keep frame_garbaged up to date. + * xterm.c (handle_one_xevent) : Don't garbage the frame. + * frame.c (frame_garbaged): Make "docstring" more precise. + 2014-03-20 Glenn Morris * charset.c (init_charset): When we cannot find the charsets directory, @@ -74,8 +80,8 @@ we eventually back up the iterator to the wrap point. This avoids delusional behavior of move_it_to, whereby it proceeds to the next display line, but sets current_x to zero for all the glyphs that - without word-wrap would fit on the previous display line. One - result was that visual-order cursor movement behaved erratically + without word-wrap would fit on the previous display line. + One result was that visual-order cursor movement behaved erratically under word-wrap. (Fmove_point_visually): Add code to find the x coordinate of the last character before wrap point, under word-wrap on a TTY. @@ -107,8 +113,8 @@ SSDATA (Vx_resource_name), which may be changed from Lisp. (xim_close_display): For XUnregisterIMInstantiateCallback, always eassert return value and pass exactly the same values - as were used for XRegisterIMInstantiateCallback. Otherwise - XUnregisterIMInstantiateCallback will always fail. See Xlib + as were used for XRegisterIMInstantiateCallback. + Otherwise XUnregisterIMInstantiateCallback will always fail. See Xlib sources to check why if you are interested. 2014-03-05 Martin Rudalics -- cgit v1.2.1