aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKim F. Storm2006-03-15 19:02:00 +0000
committerKim F. Storm2006-03-15 19:02:00 +0000
commitb08962806e71a340f806e7bec49f52b1f33729d1 (patch)
tree84a825f07dcd7f58b1262faeb2317fc973511cf9 /src
parent874a6ef81bd756b4aaedb946e54f51d525ef36a8 (diff)
downloademacs-b08962806e71a340f806e7bec49f52b1f33729d1.tar.gz
emacs-b08962806e71a340f806e7bec49f52b1f33729d1.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 7d274978466..f4d72eb9a25 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,12 @@
12006-03-15 Kim F. Storm <storm@cua.dk>
2
3 * xdisp.c (extend_face_to_end_of_line): Always add space glyph to
4 empty row. Fixes memory corruption revealed by 2006-03-02 change.
5 (display_tool_bar_line): Skip empty tool-bar line if HEIGHT < 0.
6 (tool_bar_lines_needed): Fix tool-bar display in case the tool-bar
7 width is exactly the same as the window width. Don't count a final
8 empty tool-bar line (pass HEIGHT = -1 to display_tool_bar_line).
9
12006-03-15 Juanma Barranquero <lekktu@gmail.com> 102006-03-15 Juanma Barranquero <lekktu@gmail.com>
2 11
3 * fringe.c (w32_init_fringe, w32_reset_fringes): Restore to being 12 * fringe.c (w32_init_fringe, w32_reset_fringes): Restore to being