emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/ChangeLog


From: Kim F. Storm
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog
Date: Sun, 23 Apr 2006 22:26:35 +0000

Index: emacs/src/ChangeLog
diff -u emacs/src/ChangeLog:1.5030 emacs/src/ChangeLog:1.5031
--- emacs/src/ChangeLog:1.5030  Sun Apr 23 08:29:09 2006
+++ emacs/src/ChangeLog Sun Apr 23 22:26:35 2006
@@ -1,3 +1,14 @@
+2006-04-24  Kim F. Storm  <address@hidden>
+
+       * frame.c (x_set_font): Clear f->n_tool_bar_rows and current frame
+       matrices to force recalculation of tool-bar height after font change.
+
+       * xdisp.c (tool_bar_lines_needed): New local `temp_row' for clarity.
+       (tool_bar_lines_needed): Clear it when done, so we don't accidentally
+       draw a second copy of the tool-bar after resetting f->n_tool_bar_rows.
+       (redisplay_tool_bar): Update tool-bar-lines frame parameter whenever
+       we recalculate f->n_tool_bar_rows.
+
 2006-04-23  Lars Hansen  <address@hidden>
 
        * editfns.c (find_field): Fix comment.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]