diff options
| author | Stefan Monnier | 2014-03-20 10:09:37 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2014-03-20 10:09:37 -0400 |
| commit | caecb91c581d4ec0fc008a35005d8009f43087ee (patch) | |
| tree | a1ec19db2c583f3dfea1c53b26c6936f978bbad9 /src/ChangeLog | |
| parent | 7b9cb5448748b75a15840b7fba080cdcb341d0f7 (diff) | |
| download | emacs-caecb91c581d4ec0fc008a35005d8009f43087ee.tar.gz emacs-caecb91c581d4ec0fc008a35005d8009f43087ee.zip | |
* src/frame.h (SET_FRAME_VISIBLE): Keep frame_garbaged up to date.
* src/xterm.c (handle_one_xevent) <MapNotify>: Don't garbage the frame.
* src/frame.c (frame_garbaged): Make "docstring" more precise.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 3256a92e37a..93d1ba247b1 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2014-03-20 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * frame.h (SET_FRAME_VISIBLE): Keep frame_garbaged up to date. | ||
| 4 | * xterm.c (handle_one_xevent) <MapNotify>: Don't garbage the frame. | ||
| 5 | * frame.c (frame_garbaged): Make "docstring" more precise. | ||
| 6 | |||
| 1 | 2014-03-20 Glenn Morris <rgm@gnu.org> | 7 | 2014-03-20 Glenn Morris <rgm@gnu.org> |
| 2 | 8 | ||
| 3 | * charset.c (init_charset): When we cannot find the charsets directory, | 9 | * charset.c (init_charset): When we cannot find the charsets directory, |
| @@ -74,8 +80,8 @@ | |||
| 74 | we eventually back up the iterator to the wrap point. This avoids | 80 | we eventually back up the iterator to the wrap point. This avoids |
| 75 | delusional behavior of move_it_to, whereby it proceeds to the next | 81 | delusional behavior of move_it_to, whereby it proceeds to the next |
| 76 | display line, but sets current_x to zero for all the glyphs that | 82 | display line, but sets current_x to zero for all the glyphs that |
| 77 | without word-wrap would fit on the previous display line. One | 83 | without word-wrap would fit on the previous display line. |
| 78 | result was that visual-order cursor movement behaved erratically | 84 | One result was that visual-order cursor movement behaved erratically |
| 79 | under word-wrap. | 85 | under word-wrap. |
| 80 | (Fmove_point_visually): Add code to find the x coordinate of the | 86 | (Fmove_point_visually): Add code to find the x coordinate of the |
| 81 | last character before wrap point, under word-wrap on a TTY. | 87 | last character before wrap point, under word-wrap on a TTY. |
| @@ -107,8 +113,8 @@ | |||
| 107 | SSDATA (Vx_resource_name), which may be changed from Lisp. | 113 | SSDATA (Vx_resource_name), which may be changed from Lisp. |
| 108 | (xim_close_display): For XUnregisterIMInstantiateCallback, | 114 | (xim_close_display): For XUnregisterIMInstantiateCallback, |
| 109 | always eassert return value and pass exactly the same values | 115 | always eassert return value and pass exactly the same values |
| 110 | as were used for XRegisterIMInstantiateCallback. Otherwise | 116 | as were used for XRegisterIMInstantiateCallback. |
| 111 | XUnregisterIMInstantiateCallback will always fail. See Xlib | 117 | Otherwise XUnregisterIMInstantiateCallback will always fail. See Xlib |
| 112 | sources to check why if you are interested. | 118 | sources to check why if you are interested. |
| 113 | 119 | ||
| 114 | 2014-03-05 Martin Rudalics <rudalics@gmx.at> | 120 | 2014-03-05 Martin Rudalics <rudalics@gmx.at> |