aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorLute Kamstra2005-06-23 08:34:34 +0000
committerLute Kamstra2005-06-23 08:34:34 +0000
commit9180519bbe4183aebdf112617bc4b011066c7aad (patch)
treed12cd2bfa845f4d682e29b54b8387b6b5977abf7 /lisp
parent0eb586fccc73bd7267420124eba82882755cc059 (diff)
downloademacs-9180519bbe4183aebdf112617bc4b011066c7aad.tar.gz
emacs-9180519bbe4183aebdf112617bc4b011066c7aad.zip
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog6
-rw-r--r--lisp/gnus/ChangeLog7
2 files changed, 13 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index abf0077c48e..d7f47af9823 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
12005-06-23 Lute Kamstra <lute@gnu.org>
2
3 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
4 (debug-on-entry): Use it. New interactive declaration that uses
5 function-called-at-point.
6
12005-06-23 Kim F. Storm <storm@cua.dk> 72005-06-23 Kim F. Storm <storm@cua.dk>
2 8
3 * subr.el (save-match-data): Add comment about using evaporate arg 9 * subr.el (save-match-data): Add comment about using evaporate arg
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog
index dec81e0b696..a1128f214cb 100644
--- a/lisp/gnus/ChangeLog
+++ b/lisp/gnus/ChangeLog
@@ -1,3 +1,10 @@
12005-06-23 Lute Kamstra <lute@gnu.org>
2
3 * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
4
5 * dig.el (dig-mode):
6 * smime.el (smime-mode): Use gnus-run-mode-hooks.
7
12005-06-21 Juanma Barranquero <lekktu@gmail.com> 82005-06-21 Juanma Barranquero <lekktu@gmail.com>
2 9
3 * nnimap.el (nnimap-split-download-body): Fix spellings. 10 * nnimap.el (nnimap-split-download-body): Fix spellings.