]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Tue, 18 Apr 2006 21:25:10 +0000 (21:25 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 18 Apr 2006 21:25:10 +0000 (21:25 +0000)
admin/FOR-RELEASE
lisp/ChangeLog
lispref/ChangeLog
src/ChangeLog

index 947922a4888dc459ffc24b049e9cdabe830749ae..c641fbe106c684d7f2401783732015c344d0f401 100644 (file)
@@ -37,6 +37,9 @@ Assigned to Bill Wohler <wohler@newt.com>.
 
 ** 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)
index 28469a70ecb8466e034a837b086ec38ae72f3e21..ab15b6dce7631260546f42b0362f7326173c30ae 100644 (file)
@@ -1,3 +1,34 @@
+2006-04-18  Richard Stallman  <rms@gnu.org>
+
+       * 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  <monnier@iro.umontreal.ca>
 
        * progmodes/tcl.el (tcl-send-string, tcl-send-region):
 
        * subr.el (read-passwd): Bind `message-log-max' to nil.
 
+>>>>>>> 1.9411
 2006-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * progmodes/perl-mode.el (perl-indent-new-calculate):
index 982be7e41a9439e6948300899f24fd87704c7652..48205488ef8160460a7ef56b070ef74045f16cdf 100644 (file)
@@ -1,3 +1,14 @@
+2006-04-18  Richard Stallman  <rms@gnu.org>
+
+       * 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  <romain@orebokech.com>
 
        * variables.texi (Local Variables): Update the default value of
@@ -64,8 +75,7 @@
 
 2006-03-19  Alan Mackenzie  <acm@muc.de>
 
-       * text.texi (Special Properties): Clarify the definition of
-       'fontified.
+       * text.texi (Special Properties): Clarify `fontified' property.
 
 2006-03-16  Richard Stallman  <rms@gnu.org>
 
index 8a00cf2dbd4758722bfc573b32997b8471b4c2ea..f0f504e6e645bd0012b95a7fd698b9c5acf80bf4 100644 (file)
@@ -1,3 +1,20 @@
+2006-04-18  Richard Stallman  <rms@gnu.org>
+
+       * 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  <mituharu@math.s.chiba-u.ac.jp>
 
        * image.c (x_create_bitmap_from_data) [MAC_OS]: Don't check return