aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2001-08-27 19:39:25 +0000
committerStefan Monnier2001-08-27 19:39:25 +0000
commit3452efc2c84dc2288ca7dca352c921ac8638781f (patch)
tree9d0bd09b6a7917ae3e2ae188ab8edc7ae9d9be40 /src/ChangeLog
parent9ad62cf8c27766e0183e6ba79367eeb3f1360745 (diff)
downloademacs-3452efc2c84dc2288ca7dca352c921ac8638781f.tar.gz
emacs-3452efc2c84dc2288ca7dca352c921ac8638781f.zip
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog46
1 files changed, 20 insertions, 26 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 5bd581f0482..f4691c88399 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -78,8 +78,8 @@
78 * window.c (window_scroll_pixel_based): Don't recenter if 78 * window.c (window_scroll_pixel_based): Don't recenter if
79 PT is partially visible in the window. 79 PT is partially visible in the window.
80 80
81 * xterm.c (expose_window_tree, expose_window, expose_line): Return 81 * xterm.c (expose_window_tree, expose_window, expose_line):
82 1 when overwriting mouse-face. 82 Return 1 when overwriting mouse-face.
83 (expose_frame): If mouse-face was overwritten, redo it. 83 (expose_frame): If mouse-face was overwritten, redo it.
84 84
85 * xfaces.c (x_update_menu_appearance): Don't call 85 * xfaces.c (x_update_menu_appearance): Don't call
@@ -104,7 +104,7 @@
104 104
105 * xdisp.c (move_it_by_lines) <DVPOS < 0>: If not already on 105 * xdisp.c (move_it_by_lines) <DVPOS < 0>: If not already on
106 a line start, move back to the line start. 106 a line start, move back to the line start.
107 107
108 * xdisp.c (resize_echo_area_exactly): Don't resize the mini-window 108 * xdisp.c (resize_echo_area_exactly): Don't resize the mini-window
109 exactly when a mini-buffer is active. 109 exactly when a mini-buffer is active.
110 110
@@ -129,18 +129,16 @@
129 * xdisp.c (mark_window_display_accurate_1): Remove an assertion. 129 * xdisp.c (mark_window_display_accurate_1): Remove an assertion.
130 130
131 * dispnew.c (adjust_glyph_matrix): Undo last change. 131 * dispnew.c (adjust_glyph_matrix): Undo last change.
132 132
1332001-08-08 Gerd Moellmann <gerd@gnu.org> 1332001-08-08 Gerd Moellmann <gerd@gnu.org>
134 134
135 * dispnew.c (adjust_glyph_matrix): In the optimization for 135 * dispnew.c (adjust_glyph_matrix): In the optimization for
136 windows whose height has changed, disable partially visible 136 windows whose height has changed, disable partially visible lines.
137 lines.
138 137
1392001-08-07 Gerd Moellmann <gerd@gnu.org> 1382001-08-07 Gerd Moellmann <gerd@gnu.org>
140 139
141 * window.c (Frecenter): If ARG < 0, and on a window system 140 * window.c (Frecenter): If ARG < 0, and on a window system
142 frame, count in some empty lines when we can't move -ARG lines 141 frame, count in some empty lines when we can't move -ARG lines down.
143 down.
144 142
145 * xdisp.c (start_display): Don't try to determine the continuation 143 * xdisp.c (start_display): Don't try to determine the continuation
146 lines width if lines are truncated. It's superfluous and leads to 144 lines width if lines are truncated. It's superfluous and leads to
@@ -179,7 +177,7 @@
179 177
180 * xdisp.c (redisplay_internal): Add a check for the last 178 * xdisp.c (redisplay_internal): Add a check for the last
181 displayed message. 179 displayed message.
182 180
183 * xdisp.c (message_cleared_p): New variable. 181 * xdisp.c (message_cleared_p): New variable.
184 (clear_message): Set message_cleared_p when clearing the current 182 (clear_message): Set message_cleared_p when clearing the current
185 message. 183 message.
@@ -189,8 +187,7 @@
189 * keyboard.c (command_loop_1): Fix spelling of 187 * keyboard.c (command_loop_1): Fix spelling of
190 resize_echo_area_exactly. 188 resize_echo_area_exactly.
191 189
192 * dispextern.h (resize_echo_area_exactly): Fix typo in function 190 * dispextern.h (resize_echo_area_exactly): Fix typo in function name.
193 name.
194 191
195 * xdisp.c (resize_echo_area_exactly): Fix typo in function name. 192 * xdisp.c (resize_echo_area_exactly): Fix typo in function name.
196 193
@@ -226,24 +223,23 @@
226 of row's visible height. 223 of row's visible height.
227 224
228 * xdisp.c (init_from_display_pos): If POS is in an overlay string, 225 * xdisp.c (init_from_display_pos): If POS is in an overlay string,
229 deal with the first overlay string having an image `display' 226 deal with the first overlay string having an image `display' property.
230 property. 227 (try_window_reusing_current_matrix, compute_line_metrics):
231 (try_window_reusing_current_matrix, compute_line_metrics): Fix 228 Fix computation of row's visible height for the case that part of the
232 computation of row's visible height for the case that part of the
233 row is invisible above and part of the row is at the same time 229 row is invisible above and part of the row is at the same time
234 invisible below the window. 230 invisible below the window.
235 231
2362001-07-26 Gerd Moellmann <gerd@gnu.org> 2322001-07-26 Gerd Moellmann <gerd@gnu.org>
237 233
238 * xfns.c (x-show-tip): Doc fix. 234 * xfns.c (x-show-tip): Doc fix.
239 235
240 * xfns.c (Vx_max_tooltip_size): New variable. 236 * xfns.c (Vx_max_tooltip_size): New variable.
241 (syms_of_xfns): DEFVAR_LISP it. 237 (syms_of_xfns): DEFVAR_LISP it.
242 (Fx_show_tip): Set frame's window_width to the width of the 238 (Fx_show_tip): Set frame's window_width to the width of the
243 window. Use a maximum tooltip size specified by 239 window. Use a maximum tooltip size specified by
244 Vx_max_tooltip_size, if that has valid contents. 240 Vx_max_tooltip_size, if that has valid contents.
245 (x_create_tip_frame): Set tooltip buffer's truncate-lines to nil. 241 (x_create_tip_frame): Set tooltip buffer's truncate-lines to nil.
246 242
2472001-07-26 Andrew Innes <andrewi@gnu.org> 2432001-07-26 Andrew Innes <andrewi@gnu.org>
248 244
249 * w32term.c (x_display_list): New variable. 245 * w32term.c (x_display_list): New variable.
@@ -254,8 +250,8 @@
2542001-07-26 Gerd Moellmann <gerd@gnu.org> 2502001-07-26 Gerd Moellmann <gerd@gnu.org>
255 251
256 * xdisp.c (resize_mini_window): Give up when inhibit-redisplay 252 * xdisp.c (resize_mini_window): Give up when inhibit-redisplay
257 is non-nil, instead of when redisplaying_p is non-zero. See 253 is non-nil, instead of when redisplaying_p is non-zero.
258 comment there. 254 See comment there.
259 (mark_window_display_accurate_1): Add an assertion. 255 (mark_window_display_accurate_1): Add an assertion.
260 256
2612001-07-25 Gerd Moellmann <gerd@gnu.org> 2572001-07-25 Gerd Moellmann <gerd@gnu.org>
@@ -274,7 +270,7 @@
274 270
2752001-07-23 Gerd Moellmann <gerd@gnu.org> 2712001-07-23 Gerd Moellmann <gerd@gnu.org>
276 272
277 * indent.c (current_column): Fix column computation in the 273 * indent.c (current_column): Fix column computation in the
278 presence of display table entries. 274 presence of display table entries.
279 (current_column_1, Fmove_to_column, compute_motion): Likewise. 275 (current_column_1, Fmove_to_column, compute_motion): Likewise.
280 276
@@ -301,8 +297,7 @@
301 * dispnew.c (update_window): Don't set the cursor at the end 297 * dispnew.c (update_window): Don't set the cursor at the end
302 of the update if display update has been paused. 298 of the update if display update has been paused.
303 299
304 * composite.h (syms_of_composite): Renamed from 300 * composite.h (syms_of_composite): Renamed from syms_of_composition.
305 syms_of_composition.
306 301
3072001-07-18 Ken Raeburn <raeburn@gnu.org> 3022001-07-18 Ken Raeburn <raeburn@gnu.org>
308 303
@@ -319,8 +314,8 @@
319 314
3202001-07-17 Gerd Moellmann <gerd@gnu.org> 3152001-07-17 Gerd Moellmann <gerd@gnu.org>
321 316
322 * keyboard.c (KBD_BUFFER_SIZE) [!HAVE_WINDOW_SYSTEM]: Increase 317 * keyboard.c (KBD_BUFFER_SIZE) [!HAVE_WINDOW_SYSTEM]:
323 to 4096 because of paste problems reported on GNU/Linux. 318 Increase to 4096 because of paste problems reported on GNU/Linux.
324 319
3252001-07-17 Jan Nieuwenhuizen <janneke@gnu.org> 3202001-07-17 Jan Nieuwenhuizen <janneke@gnu.org>
326 321
@@ -473,8 +468,7 @@
4732001-06-27 Gerd Moellmann <gerd@gnu.org> 4682001-06-27 Gerd Moellmann <gerd@gnu.org>
474 469
475 * widget.c (EmacsFrameSetCharSize): Turn off atimers and block 470 * widget.c (EmacsFrameSetCharSize): Turn off atimers and block
476 SIGIO around the code where Xt might wait for a 471 SIGIO around the code where Xt might wait for a ConfigureNotifyEvent.
477 ConfigureNotifyEvent.
478 (toplevel): Include <signal.h> and syssignal.h. 472 (toplevel): Include <signal.h> and syssignal.h.
479 473
480 * sound.c (vox_configure, vox_close): Turn off atimers 474 * sound.c (vox_configure, vox_close): Turn off atimers