aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2006-04-18 21:25:10 +0000
committerRichard M. Stallman2006-04-18 21:25:10 +0000
commit290e4aae7b7ad80885dcead70650cc23a3ccc7ca (patch)
tree1145f633f5d7753cf52e8eec54cf483f70796edd
parent42cc79e684548e45d17038be38aded09b889b25a (diff)
downloademacs-290e4aae7b7ad80885dcead70650cc23a3ccc7ca.tar.gz
emacs-290e4aae7b7ad80885dcead70650cc23a3ccc7ca.zip
*** empty log message ***
-rw-r--r--admin/FOR-RELEASE3
-rw-r--r--lisp/ChangeLog32
-rw-r--r--lispref/ChangeLog14
-rw-r--r--src/ChangeLog17
4 files changed, 64 insertions, 2 deletions
diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE
index 947922a4888..c641fbe106c 100644
--- a/admin/FOR-RELEASE
+++ b/admin/FOR-RELEASE
@@ -37,6 +37,9 @@ Assigned to Bill Wohler <wohler@newt.com>.
37 37
38** Is there a basic problem with cl-byte-compile-compiler-macro? 38** Is there a basic problem with cl-byte-compile-compiler-macro?
39 39
40** Recalculate the tool bar height after changing the default font.
41(Bug report by Yamamoto Mistuharu, 31 Mar 2006)
42
40** Markus Gritsch's report about Emacs looping on Windoze with the following 43** Markus Gritsch's report about Emacs looping on Windoze with the following
41.emacs file, and then reduce Emacs frame width to "something quite narrow": 44.emacs file, and then reduce Emacs frame width to "something quite narrow":
42 (setq-default truncate-lines t) 45 (setq-default truncate-lines t)
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 28469a70ecb..ab15b6dce76 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,34 @@
12006-04-18 Richard Stallman <rms@gnu.org>
2
3 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
4
5 * imenu.el (imenu-create-index-function, imenu--index-alist)
6 (imenu--last-menubar-index-alist, imenu--make-index-alist)
7 (imenu-default-create-index-function, imenu--generic-function):
8 Doc fixes.
9
10 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
11
12 * help-mode.el (help-mode): Set view-exit-action to delete window.
13
14 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
15 now works by passing nil as arg.
16
17 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
18
19 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
20 (read-abbrev-file): Provide default when reading filename.
21
22 * files.el (enable-local-variables): Allow :all as value.
23 (hack-local-variables): Implement that value.
24 (safe-local-variable-values, safe-local-eval-forms)
25 (enable-local-variables): Mark as risky.
26 (find-file-visit-truename, kept-old-versions): Mark safe.
27
28 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
29 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
30 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
31
12006-04-18 Stefan Monnier <monnier@iro.umontreal.ca> 322006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
2 33
3 * progmodes/tcl.el (tcl-send-string, tcl-send-region): 34 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
@@ -158,6 +189,7 @@
158 189
159 * subr.el (read-passwd): Bind `message-log-max' to nil. 190 * subr.el (read-passwd): Bind `message-log-max' to nil.
160 191
192>>>>>>> 1.9411
1612006-04-12 Stefan Monnier <monnier@iro.umontreal.ca> 1932006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
162 194
163 * progmodes/perl-mode.el (perl-indent-new-calculate): 195 * progmodes/perl-mode.el (perl-indent-new-calculate):
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index 982be7e41a9..48205488ef8 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,3 +1,14 @@
12006-04-18 Richard Stallman <rms@gnu.org>
2
3 * tips.texi (Coding Conventions): Explain when the package's
4 prefix should appear later on (not at the start of the name).
5
6 * searching.texi (String Search): Clarify effect of NOERROR.
7
8 * modes.texi (Imenu): Clarify what special items do.
9
10 * hooks.texi (Standard Hooks): Delete text about old hook names.
11
12006-04-17 Romain Francoise <romain@orebokech.com> 122006-04-17 Romain Francoise <romain@orebokech.com>
2 13
3 * variables.texi (Local Variables): Update the default value of 14 * variables.texi (Local Variables): Update the default value of
@@ -64,8 +75,7 @@
64 75
652006-03-19 Alan Mackenzie <acm@muc.de> 762006-03-19 Alan Mackenzie <acm@muc.de>
66 77
67 * text.texi (Special Properties): Clarify the definition of 78 * text.texi (Special Properties): Clarify `fontified' property.
68 'fontified.
69 79
702006-03-16 Richard Stallman <rms@gnu.org> 802006-03-16 Richard Stallman <rms@gnu.org>
71 81
diff --git a/src/ChangeLog b/src/ChangeLog
index 8a00cf2dbd4..f0f504e6e64 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,20 @@
12006-04-18 Richard Stallman <rms@gnu.org>
2
3 * xmenu.c (restore_menu_items, save_menu_items): New fns.
4 (set_frame_menubar): Use save_menu_items. Save updated vector in
5 the frame before unwinding it. Don't use unuse_menu_items. Don't
6 use discard_menu_items.
7 (digest_single_submenu): Abort if an item is not in a pane.
8 (init_menu_items): Put the error check at the top.
9
10 * keymap.c (describe_map): Make "shadowed" warning more verbose.
11
12 * window.c (adjust_window_trailing_edge): Correctly distinguish
13 series vs parallel cases, even when window has no parent.
14
15 * abbrev.c (record_symbol): New function.
16 (Finsert_abbrev_table_description): Sort the abbrevs alphabetically.
17
12006-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 182006-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2 19
3 * image.c (x_create_bitmap_from_data) [MAC_OS]: Don't check return 20 * image.c (x_create_bitmap_from_data) [MAC_OS]: Don't check return