summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKim F. Storm <storm@cua.dk>2006-05-17 22:22:29 +0000
committerKim F. Storm <storm@cua.dk>2006-05-17 22:22:29 +0000
commitf5ecbceeee0087bcf9b8d94ddf371716fccd05f5 (patch)
tree231e5fa6b3ba1cc7ebcf479a58526af46b68b5f6 /src
parentbc023640a335ed2c8b7ddc239bc9489f78601c74 (diff)
downloademacs-f5ecbceeee0087bcf9b8d94ddf371716fccd05f5.tar.gz
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog13
1 files changed, 11 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 1a58d0b5905..dd8feb509b1 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,13 @@
+2006-05-18 Kim F. Storm <storm@cua.dk>
+
+ * xdisp.c (display_tool_bar_line): Restore entire tool-bar geometry when
+ backtracking in case last image doesn't fit on line.
+
+2006-05-18 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
+
+ * xdisp.c (display_tool_bar_line): Don't adjust tool-bar height by more than
+ height of one frame default line.
+
2006-05-16 Kim F. Storm <storm@cua.dk>
* xterm.c (handle_one_xevent): Check that f is not NULL before
@@ -17012,8 +17022,7 @@
(Fapropos_internal): Initialize them and clear them out.
Don't GCPRO them.
- * buffer.c (syms_of_buffer) <scroll-up-aggressively, scroll-down-aggressively>:
- Doc fixes.
+ * buffer.c (syms_of_buffer) <scroll-up|down-aggressively>: Doc fixes.
* lisp.h: New misc type Lisp_Save_Value.
(enum Lisp_Misc_Type): Add Lisp_Misc_Save_Value.