# HG changeset patch # User Richard M. Stallman # Date 1145395510 0 # Node ID 1694af0986668dd4f0f8445b99101a5cd2df36c8 # Parent 7ab0f5013dfb6f3dc027a6ab4003099f7fe612bb *** empty log message *** diff -r 7ab0f5013dfb -r 1694af098666 admin/FOR-RELEASE --- a/admin/FOR-RELEASE Tue Apr 18 21:23:12 2006 +0000 +++ b/admin/FOR-RELEASE Tue Apr 18 21:25:10 2006 +0000 @@ -37,6 +37,9 @@ ** Is there a basic problem with cl-byte-compile-compiler-macro? +** Recalculate the tool bar height after changing the default font. +(Bug report by Yamamoto Mistuharu, 31 Mar 2006) + ** Markus Gritsch's report about Emacs looping on Windoze with the following .emacs file, and then reduce Emacs frame width to "something quite narrow": (setq-default truncate-lines t) diff -r 7ab0f5013dfb -r 1694af098666 lisp/ChangeLog --- a/lisp/ChangeLog Tue Apr 18 21:23:12 2006 +0000 +++ b/lisp/ChangeLog Tue Apr 18 21:25:10 2006 +0000 @@ -1,3 +1,34 @@ +2006-04-18 Richard Stallman + + * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes. + + * imenu.el (imenu-create-index-function, imenu--index-alist) + (imenu--last-menubar-index-alist, imenu--make-index-alist) + (imenu-default-create-index-function, imenu--generic-function): + Doc fixes. + + * image-mode.el (image-toggle-display): Handle tar and arc subfiles. + + * help-mode.el (help-mode): Set view-exit-action to delete window. + + * env.el (setenv): Get rid of arg UNSET. Interactive unsetting + now works by passing nil as arg. + + * apropos.el (apropos-print): Don't do where-is on self-insert-command. + + * abbrev.el (edit-abbrevs-redefine): Temporarily widen. + (read-abbrev-file): Provide default when reading filename. + + * files.el (enable-local-variables): Allow :all as value. + (hack-local-variables): Implement that value. + (safe-local-variable-values, safe-local-eval-forms) + (enable-local-variables): Mark as risky. + (find-file-visit-truename, kept-old-versions): Mark safe. + + * time-stamp.el (time-stamp-format, time-stamp-line-limit) + (time-stamp-start, time-stamp-end, time-stamp-inserts-lines) + (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop. + 2006-04-18 Stefan Monnier * progmodes/tcl.el (tcl-send-string, tcl-send-region): @@ -158,6 +189,7 @@ * subr.el (read-passwd): Bind `message-log-max' to nil. +>>>>>>> 1.9411 2006-04-12 Stefan Monnier * progmodes/perl-mode.el (perl-indent-new-calculate): diff -r 7ab0f5013dfb -r 1694af098666 lispref/ChangeLog --- a/lispref/ChangeLog Tue Apr 18 21:23:12 2006 +0000 +++ b/lispref/ChangeLog Tue Apr 18 21:25:10 2006 +0000 @@ -1,3 +1,14 @@ +2006-04-18 Richard Stallman + + * tips.texi (Coding Conventions): Explain when the package's + prefix should appear later on (not at the start of the name). + + * searching.texi (String Search): Clarify effect of NOERROR. + + * modes.texi (Imenu): Clarify what special items do. + + * hooks.texi (Standard Hooks): Delete text about old hook names. + 2006-04-17 Romain Francoise * variables.texi (Local Variables): Update the default value of @@ -64,8 +75,7 @@ 2006-03-19 Alan Mackenzie - * text.texi (Special Properties): Clarify the definition of - 'fontified. + * text.texi (Special Properties): Clarify `fontified' property. 2006-03-16 Richard Stallman diff -r 7ab0f5013dfb -r 1694af098666 src/ChangeLog --- a/src/ChangeLog Tue Apr 18 21:23:12 2006 +0000 +++ b/src/ChangeLog Tue Apr 18 21:25:10 2006 +0000 @@ -1,3 +1,20 @@ +2006-04-18 Richard Stallman + + * xmenu.c (restore_menu_items, save_menu_items): New fns. + (set_frame_menubar): Use save_menu_items. Save updated vector in + the frame before unwinding it. Don't use unuse_menu_items. Don't + use discard_menu_items. + (digest_single_submenu): Abort if an item is not in a pane. + (init_menu_items): Put the error check at the top. + + * keymap.c (describe_map): Make "shadowed" warning more verbose. + + * window.c (adjust_window_trailing_edge): Correctly distinguish + series vs parallel cases, even when window has no parent. + + * abbrev.c (record_symbol): New function. + (Finsert_abbrev_table_description): Sort the abbrevs alphabetically. + 2006-04-18 YAMAMOTO Mitsuharu * image.c (x_create_bitmap_from_data) [MAC_OS]: Don't check return