Mercurial > emacs
comparison src/ChangeLog @ 51224:95f3af74f32d
*** empty log message ***
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Sun, 25 May 2003 02:17:23 +0000 |
parents | 7d48b06d1fd1 |
children | 695efa86354b |
comparison
equal
deleted
inserted
replaced
51223:c1daf1c22f97 | 51224:95f3af74f32d |
---|---|
1 2003-05-25 Juanma Barranquero <lektu@terra.es> | |
2 | |
3 * window.c (Fset_window_scroll_bars): Fix typo in argument name. | |
4 (Fwindow_scroll_bars): Fix typo in docstring. | |
5 | |
1 2003-05-24 Kim F. Storm <storm@cua.dk> | 6 2003-05-24 Kim F. Storm <storm@cua.dk> |
2 | 7 |
3 The following changes serve several purposes: | 8 The following changes serve several purposes: |
4 | 9 |
5 1) Swap the position of fringes and display margins in windows, i.e. | 10 1) Swap the position of fringes and display margins in windows, i.e. |
313 (Fset_window_buffer): New arg KEEP_MARGINS. All callers changed. | 318 (Fset_window_buffer): New arg KEEP_MARGINS. All callers changed. |
314 (Fsplit_window): Duplicate original window's display margin, | 319 (Fsplit_window): Duplicate original window's display margin, |
315 fringe, and scroll-bar settings; then call Fset_window_buffer with | 320 fringe, and scroll-bar settings; then call Fset_window_buffer with |
316 KEEP_MARGINS non-nil. This fixes a bug which caused a split | 321 KEEP_MARGINS non-nil. This fixes a bug which caused a split |
317 window to only preserve the display margins in one of the windows. | 322 window to only preserve the display margins in one of the windows. |
318 When splitting horisontally, call adjust_window_margins on both | 323 When splitting horizontally, call adjust_window_margins on both |
319 windows to ensure that the text area of the new windows is non too | 324 windows to ensure that the text area of the new windows is non too |
320 narrow. This fixes a bug which could cause emacs to trap if the | 325 narrow. This fixes a bug which could cause emacs to trap if the |
321 width of the split window was less than the width of the display | 326 width of the split window was less than the width of the display |
322 margins. | 327 margins. |
323 (window_box_text_cols): Renamed from window_internal_width. | 328 (window_box_text_cols): Renamed from window_internal_width. |