*** empty log message ***
This commit is contained in:
parent
c85322d040
commit
3570640e43
3 changed files with 22 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue