# HG changeset patch # User Kim F. Storm # Date 1147904549 0 # Node ID bf06bd9e7d823a53e687788cfa07386f437924fe # Parent f03812b519696595f930ff18210df73093a188c0 *** empty log message *** diff -r f03812b51969 -r bf06bd9e7d82 src/ChangeLog --- a/src/ChangeLog Wed May 17 22:17:09 2006 +0000 +++ b/src/ChangeLog Wed May 17 22:22:29 2006 +0000 @@ -1,3 +1,13 @@ +2006-05-18 Kim F. Storm + + * 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 (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 * 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) : - Doc fixes. + * buffer.c (syms_of_buffer) : Doc fixes. * lisp.h: New misc type Lisp_Save_Value. (enum Lisp_Misc_Type): Add Lisp_Misc_Save_Value.