changeset 75754:94f458644cb1

*** empty log message ***
author Eli Zaretskii <eliz@gnu.org>
date Sat, 10 Feb 2007 11:57:58 +0000
parents 5e34b32b9b4c
children 2b38ddd3fe74
files lisp/ChangeLog man/ChangeLog src/ChangeLog
diffstat 3 files changed, 22 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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  <eliz@gnu.org>
+
+	* 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  <cyd@stupidchicken.com>
 
 	* subr.el (insert-for-yank-1): Prevent read-only properties from
--- 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  <markus.triska@gmx.at>
+
+	* widget.texi (Programming Example): Put constant strings in :format.
+
 2007-02-07  Juanma Barranquero  <lekktu@gmail.com>
 
 	* faq.texi (Fullscreen mode on MS-Windows): New node.
--- 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  <eliz@gnu.org>
+
+	* 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  <storm@cua.dk>
 
 	* minibuf.c (read_minibuf): Fix 2007-01-30 change.