aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJuanma Barranquero2003-05-25 02:17:23 +0000
committerJuanma Barranquero2003-05-25 02:17:23 +0000
commitc4b8aebcf23e436146ba4470b9aa3098cf14c335 (patch)
tree7f03b24b9479c0639bf07a74c329826f4054834e /src
parent79fd290eeb77b090de183f969c7f7d613448678b (diff)
downloademacs-c4b8aebcf23e436146ba4470b9aa3098cf14c335.tar.gz
emacs-c4b8aebcf23e436146ba4470b9aa3098cf14c335.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 7e7298ee22d..182e8c75a8f 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12003-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
12003-05-24 Kim F. Storm <storm@cua.dk> 62003-05-24 Kim F. Storm <storm@cua.dk>
2 7
3 The following changes serve several purposes: 8 The following changes serve several purposes:
@@ -315,7 +320,7 @@
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