aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2007-02-11 01:23:52 +0000
committerJuanma Barranquero2007-02-11 01:23:52 +0000
commitb9988d515e7e59d108f6f99ac7e1ee5574043a7b (patch)
tree8b57e3630235aaa3a9f649837b5608b77f12f5fa
parent5b87ad554026d3e588ffe56f112f1e56b47b763b (diff)
downloademacs-b9988d515e7e59d108f6f99ac7e1ee5574043a7b.tar.gz
emacs-b9988d515e7e59d108f6f99ac7e1ee5574043a7b.zip
*** empty log message ***
-rw-r--r--etc/ChangeLog4
-rw-r--r--lisp/ChangeLog15
2 files changed, 14 insertions, 5 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 8d8f126277a..c5483215e9a 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,7 @@
12007-02-11 Juanma Barranquero <lekktu@gmail.com>
2
3 * DEVEL.HUMOR: New entry.
4
12007-02-05 Francesco Potort,Al(B <pot@gnu.org> 52007-02-05 Francesco Potort,Al(B <pot@gnu.org>
2 6
3 * etags.1: Now --members is the default for etags, not for ctags yet. 7 * etags.1: Now --members is the default for etags, not for ctags yet.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 69d80ac41ba..1b21748ce4d 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12007-02-11 Juanma Barranquero <lekktu@gmail.com>
2
3 * calculator.el (calculator-prompt): Doc fix.
4 (calculator-mode-map): Fix typo in menu entry.
5
12007-02-10 Jay Belanger <belanger@truman.edu> 62007-02-10 Jay Belanger <belanger@truman.edu>
2 7
3 * calculator.el (calculator): Do more extensive checking for when 8 * calculator.el (calculator): Do more extensive checking for when
@@ -6,11 +11,11 @@
62007-02-10 Eli Zaretskii <eliz@gnu.org> 112007-02-10 Eli Zaretskii <eliz@gnu.org>
7 12
8 * info-look.el (info-lookup-make-completions): Bind 13 * info-look.el (info-lookup-make-completions): Bind
9 Info-fontify-maximum-menu-size to nil to speed up lookup of index 14 Info-fontify-maximum-menu-size to nil to speed up lookup of
10 nodes. 15 index nodes.
11 16
12 * info.el (Info-fontify-maximum-menu-size): Document the effect of a 17 * info.el (Info-fontify-maximum-menu-size): Document the effect
13 nil value. 18 of a nil value.
14 (Info-fontify-node): Make sure Info-fontify-maximum-menu-size is 19 (Info-fontify-node): Make sure Info-fontify-maximum-menu-size is
15 non-nil before using it as size. 20 non-nil before using it as size.
16 21
@@ -163,7 +168,7 @@
163 * image-mode.el: Use autoload to avoid overriding disabled setting 168 * image-mode.el: Use autoload to avoid overriding disabled setting
164 applied in .emacs. 169 applied in .emacs.
165 170
1662007-02-03 acm <acm@localhost.localdomain> 1712007-02-03 Alan Mackenzie <acm@muc.de>
167 172
168 * progmodes/cc-engine.el (c-in-knr-argdecl): Slight correction 173 * progmodes/cc-engine.el (c-in-knr-argdecl): Slight correction
169 for, e.g. "void (*hdone)();" in a k&r list. (No WS between 174 for, e.g. "void (*hdone)();" in a k&r list. (No WS between