summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2006-09-08 12:22:01 +0000
committerRichard M. Stallman <rms@gnu.org>2006-09-08 12:22:01 +0000
commitaf09dd781440a603b09f97bd5bc42476767506fc (patch)
tree09aa633d3a60988bbeb4e058359fb96903a7864c /lisp
parent8aa769f1b6c2ec23940f717e9c1f4c1fd7e999f6 (diff)
downloademacs-af09dd781440a603b09f97bd5bc42476767506fc.tar.gz
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog21
-rw-r--r--lisp/gnus/ChangeLog.211
2 files changed, 26 insertions, 6 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index d0c3d2ed62d..efcc3aab37e 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,24 @@
+2006-09-08 Richard Stallman <rms@gnu.org>
+
+ * textmodes/fill.el (adaptive-fill-regexp): Don't match `(1)' or `1.'
+
+ * mail/rmail.el (rmail-get-new-mail): Say whether all msgs are spam.
+ (rmail-convert-to-babyl-format): Don't record undo, leave list empty.
+
+ * emacs-lisp/timer.el (timer-create, timer-activate): Doc fixes.
+ (cancel-timer-internal): Add doc string.
+ (cancel-function-timers): Doc fix.
+ (with-timeout-handler, timer-event-last*): Add doc strings.
+
+ * emacs-lisp/bindat.el (bindat-unpack): Doc fix.
+
+ * files.el (risky-local-variable-p): Match ...-bindat-spec.
+
+ * dired.el (dired-log-summary): Add doc string.
+
+ * cus-edit.el (custom-menu-create): Bind deactivate-mark here
+ (custom-group-menu-create): Not here.
+
2006-09-08 Carsten Dominik <dominik@science.uva.nl>
* textmodes/org.el (org-dblock-write:clocktable): Avoid infinite
diff --git a/lisp/gnus/ChangeLog.2 b/lisp/gnus/ChangeLog.2
index 50b978e7e75..e52c7ed072c 100644
--- a/lisp/gnus/ChangeLog.2
+++ b/lisp/gnus/ChangeLog.2
@@ -865,13 +865,12 @@
key id too (for decryption).
(pgg-gpg-sign-region): Likewise.
-2003-11-09 Simon Josefsson <jas@extundo.com>
+2003-11-09 Satyaki Das <satyakid@stanford.edu>
* pgg-gpg.el (pgg-gpg-all-secret-keys): New variable.
(pgg-gpg-lookup-all-secret-keys): New function.
(pgg-gpg-select-matching-key): Likewise.
- (pgg-gpg-decrypt-region): Use new functions. From Satyaki Das
- <satyakid@stanford.edu>.
+ (pgg-gpg-decrypt-region): Use new functions.
2003-11-07 Teodor Zlatanov <tzz@lifelogs.com>
@@ -4511,7 +4510,6 @@
* spam.el: Fix typo.
2003-03-01 Satyaki Das <satyaki@theforce.stanford.edu>
- (Trivial patch.)
* pgg-gpg.el (pgg-gpg-process-region): Insert process status into
errors-buffer. This produces a nicer error message in case of
@@ -5036,8 +5034,9 @@
* gnus-sum.el (gnus-summary-select-article): Remove blink removal
code that only worked under Emacs.
- * pgg-gpg.el (pgg-gpg-process-region): Don't blink. From Satyaki
- Das <satyaki@chicory.stanford.edu>.
+2003-02-08 Satyaki Das <satyaki@chicory.stanford.edu>
+
+ * pgg-gpg.el (pgg-gpg-process-region): Don't blink.
2003-02-08 Jesper Harder <harder@ifa.au.dk>