# HG changeset patch # User Eli Zaretskii # Date 1171108678 0 # Node ID 94f458644cb167b6664ce77b0d4276d3a5cb8c1c # Parent 5e34b32b9b4c02414aed0ed356824aedad46c155 *** empty log message *** diff -r 5e34b32b9b4c -r 94f458644cb1 lisp/ChangeLog --- a/lisp/ChangeLog Sat Feb 10 11:57:10 2007 +0000 +++ b/lisp/ChangeLog Sat Feb 10 11:57:58 2007 +0000 @@ -1,3 +1,14 @@ +2007-02-10 Eli Zaretskii + + * info-look.el (info-lookup-make-completions): Bind + Info-fontify-maximum-menu-size to nil to speed up lookup of index + nodes. + + * info.el (Info-fontify-maximum-menu-size): Document the effect of a + nil value. + (Info-fontify-node): Make sure Info-fontify-maximum-menu-size is + non-nil before using it as size. + 2007-02-09 Chong Yidong * subr.el (insert-for-yank-1): Prevent read-only properties from diff -r 5e34b32b9b4c -r 94f458644cb1 man/ChangeLog --- a/man/ChangeLog Sat Feb 10 11:57:10 2007 +0000 +++ b/man/ChangeLog Sat Feb 10 11:57:58 2007 +0000 @@ -1,3 +1,7 @@ +2007-02-10 Markus Triska + + * widget.texi (Programming Example): Put constant strings in :format. + 2007-02-07 Juanma Barranquero * faq.texi (Fullscreen mode on MS-Windows): New node. diff -r 5e34b32b9b4c -r 94f458644cb1 src/ChangeLog --- a/src/ChangeLog Sat Feb 10 11:57:10 2007 +0000 +++ b/src/ChangeLog Sat Feb 10 11:57:58 2007 +0000 @@ -1,3 +1,10 @@ +2007-02-10 Eli Zaretskii + + * window.c (Fwindow_height, Fwindow_hscroll) + (Fwindow_redisplay_end_trigger, Fwindow_point, Fwindow_start) + (Fwindow_end, Fwindow_display_table, Fwindow_text_height): + Document the effect of WINDOW arg being nil. + 2007-02-08 Kim F. Storm * minibuf.c (read_minibuf): Fix 2007-01-30 change.