# HG changeset patch # User Kim F. Storm # Date 1141338879 0 # Node ID 8600d93914b93392ba25150eccaf2bbfdb075341 # Parent b3f04bf9fce0d4ccc37ebe06064439b68b83a73e *** empty log message *** diff -r b3f04bf9fce0 -r 8600d93914b9 lispref/ChangeLog --- a/lispref/ChangeLog Thu Mar 02 21:55:26 2006 +0000 +++ b/lispref/ChangeLog Thu Mar 02 22:34:39 2006 +0000 @@ -1,3 +1,7 @@ +2006-03-02 Kim F. Storm + + * keymaps.texi (Tool Bar): Add tool-bar-border. + 2006-02-28 Luc Teirlinck * loading.texi (Load Suffixes): Rephrase last paragraph. Fix typos. diff -r b3f04bf9fce0 -r 8600d93914b9 src/ChangeLog --- a/src/ChangeLog Thu Mar 02 21:55:26 2006 +0000 +++ b/src/ChangeLog Thu Mar 02 22:34:39 2006 +0000 @@ -1,3 +1,22 @@ +2006-03-02 Kim F. Storm + + * frame.h (struct frame): New member n_tool_bar_rows. + + * xdisp.c: Minimize the unpleasent visual impact of the requirement + that non-toolkit tool-bars must occupy an integral number of screen + lines, by distributing the rows evenly over the tool-bar screen area. + (Vtool_bar_border): New variable. + (syms_of_xdisp): DEFVAR_LISP it. + (display_tool_bar_line): Add HEIGHT arg for desired row height. Make + tool-bar row the desired height. Use default face for border below + tool-bar. + (tool_bar_lines_needed): Add N_ROWS arg. Use it to return number of + actual tool-bar rows. + (redisplay_tool_bar): Calculate f->n_tool_bar_rows initially. + Adjust the height of the tool-bar rows to fill tool-bar screen area. + (redisplay_tool_bar): Calculate f->n_tool_bar_rows when tool-bar area + is resized. + 2006-03-01 Luc Teirlinck * search.c (Fregexp_quote): Do not precede a literal `]' with two