]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorEli Zaretskii <eliz@gnu.org>
Sat, 10 Feb 2007 11:57:58 +0000 (11:57 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 10 Feb 2007 11:57:58 +0000 (11:57 +0000)
lisp/ChangeLog
man/ChangeLog
src/ChangeLog

index f47a8c29ed51f942954429526f11709a81bfdc3e..171beae728aca0c0b20540cbe1fbf91aa23f01f8 100644 (file)
@@ -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
index 467ed85c7ec0b6b498f42e6e0054de5a93e5723d..54e8e3d2fffe6872797c1b46d77d1522107e6b91 100644 (file)
@@ -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.
index 87b7d60ea5b5f0015932f554976440df0c317b7b..3a303c38ba51cbe693389895e7a9a1415452ef08 100644 (file)
@@ -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.