aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog14
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 @@
12014-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
12014-03-20 Glenn Morris <rgm@gnu.org> 72014-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
1142014-03-05 Martin Rudalics <rudalics@gmx.at> 1202014-03-05 Martin Rudalics <rudalics@gmx.at>