aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim F. Storm2005-11-10 15:34:03 +0000
committerKim F. Storm2005-11-10 15:34:03 +0000
commitaf94256be6722bca920aa5505c66ead8e13e5d33 (patch)
treee318be7c01b6af35df6231c750290985ab5cdfd4
parent94b073f33d8d8069f0477c561f67826c95feb8d1 (diff)
downloademacs-af94256be6722bca920aa5505c66ead8e13e5d33.tar.gz
emacs-af94256be6722bca920aa5505c66ead8e13e5d33.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog7
1 files changed, 3 insertions, 4 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 8cb9e52c434..1ad00dc0b0d 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,8 +1,7 @@
12005-11-10 Masatake YAMATO <jet@gyve.org> 12005-11-10 Masatake YAMATO <jet@gyve.org>
2 2
3 * add-log.el: (add-log-current-defun): Handle 3 * add-log.el (add-log-current-defun): Handle class::method
4 class::method notation of c++. 4 notation of c++. Fix incorrect comment.
5 Fix incorrect comment.
6 5
72005-11-10 Alan Mackenzie <acm@muc.de> 62005-11-10 Alan Mackenzie <acm@muc.de>
8 7
@@ -21,7 +20,7 @@
21 (apropos-orig-pattern): Renamed from apropos-orig-regexp. 20 (apropos-orig-pattern): Renamed from apropos-orig-regexp.
22 All uses changed. 21 All uses changed.
23 (apropos-rewrite-regexp): Doc fix. 22 (apropos-rewrite-regexp): Doc fix.
24 (apropos-variable, apropos-command, apropos, apropos-value): 23 (apropos-variable, apropos-command, apropos, apropos-value):
25 Change prompt; carry through the argument renaming. 24 Change prompt; carry through the argument renaming.
26 25
272005-11-09 Luc Teirlinck <teirllm@auburn.edu> 262005-11-09 Luc Teirlinck <teirllm@auburn.edu>