aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2006-09-08 12:22:01 +0000
committerRichard M. Stallman2006-09-08 12:22:01 +0000
commitaf09dd781440a603b09f97bd5bc42476767506fc (patch)
tree09aa633d3a60988bbeb4e058359fb96903a7864c
parent8aa769f1b6c2ec23940f717e9c1f4c1fd7e999f6 (diff)
downloademacs-af09dd781440a603b09f97bd5bc42476767506fc.tar.gz
emacs-af09dd781440a603b09f97bd5bc42476767506fc.zip
*** empty log message ***
-rw-r--r--etc/NEWS4
-rw-r--r--etc/TODO3
-rw-r--r--lisp/ChangeLog21
-rw-r--r--lisp/gnus/ChangeLog.211
-rw-r--r--lispref/ChangeLog4
-rw-r--r--man/ChangeLog5
-rw-r--r--src/ChangeLog13
7 files changed, 55 insertions, 6 deletions
diff --git a/etc/NEWS b/etc/NEWS
index ffc25a51c38..2b7fe8dc9a3 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -336,6 +336,10 @@ by whitespace. This means you can now use them as shell wildcards
336too. If you want to use just plain `*' as a wildcard, type `*""'; the 336too. If you want to use just plain `*' as a wildcard, type `*""'; the
337doublequotes make no difference in the shell, but they prevent 337doublequotes make no difference in the shell, but they prevent
338special treatment in `dired-do-shell-command'. 338special treatment in `dired-do-shell-command'.
339
340** Adaptive filling misfeature removed.
341It no longer treats `NNN.' or `(NNN)' as a prefix.
342
339 343
340* Editing Changes in Emacs 22.1 344* Editing Changes in Emacs 22.1
341 345
diff --git a/etc/TODO b/etc/TODO
index 0c807662ae1..1f837a33d58 100644
--- a/etc/TODO
+++ b/etc/TODO
@@ -48,6 +48,9 @@ current buffer.
48 It should not generate :require. Or :require in defcustom 48 It should not generate :require. Or :require in defcustom
49 should not be recorded in the user's custom-set-variables call. 49 should not be recorded in the user's custom-set-variables call.
50 50
51** Feature to change cursor shape when Emacs is idle (for more than
52 a specified time).
53
51** The buttons at the top of a custom buffer should not omit 54** The buttons at the top of a custom buffer should not omit
52 variables whose values are currently hidden. 55 variables whose values are currently hidden.
53 56
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index d0c3d2ed62d..efcc3aab37e 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,24 @@
12006-09-08 Richard Stallman <rms@gnu.org>
2
3 * textmodes/fill.el (adaptive-fill-regexp): Don't match `(1)' or `1.'
4
5 * mail/rmail.el (rmail-get-new-mail): Say whether all msgs are spam.
6 (rmail-convert-to-babyl-format): Don't record undo, leave list empty.
7
8 * emacs-lisp/timer.el (timer-create, timer-activate): Doc fixes.
9 (cancel-timer-internal): Add doc string.
10 (cancel-function-timers): Doc fix.
11 (with-timeout-handler, timer-event-last*): Add doc strings.
12
13 * emacs-lisp/bindat.el (bindat-unpack): Doc fix.
14
15 * files.el (risky-local-variable-p): Match ...-bindat-spec.
16
17 * dired.el (dired-log-summary): Add doc string.
18
19 * cus-edit.el (custom-menu-create): Bind deactivate-mark here
20 (custom-group-menu-create): Not here.
21
12006-09-08 Carsten Dominik <dominik@science.uva.nl> 222006-09-08 Carsten Dominik <dominik@science.uva.nl>
2 23
3 * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite 24 * 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 @@
865 key id too (for decryption). 865 key id too (for decryption).
866 (pgg-gpg-sign-region): Likewise. 866 (pgg-gpg-sign-region): Likewise.
867 867
8682003-11-09 Simon Josefsson <jas@extundo.com> 8682003-11-09 Satyaki Das <satyakid@stanford.edu>
869 869
870 * pgg-gpg.el (pgg-gpg-all-secret-keys): New variable. 870 * pgg-gpg.el (pgg-gpg-all-secret-keys): New variable.
871 (pgg-gpg-lookup-all-secret-keys): New function. 871 (pgg-gpg-lookup-all-secret-keys): New function.
872 (pgg-gpg-select-matching-key): Likewise. 872 (pgg-gpg-select-matching-key): Likewise.
873 (pgg-gpg-decrypt-region): Use new functions. From Satyaki Das 873 (pgg-gpg-decrypt-region): Use new functions.
874 <satyakid@stanford.edu>.
875 874
8762003-11-07 Teodor Zlatanov <tzz@lifelogs.com> 8752003-11-07 Teodor Zlatanov <tzz@lifelogs.com>
877 876
@@ -4511,7 +4510,6 @@
4511 * spam.el: Fix typo. 4510 * spam.el: Fix typo.
4512 4511
45132003-03-01 Satyaki Das <satyaki@theforce.stanford.edu> 45122003-03-01 Satyaki Das <satyaki@theforce.stanford.edu>
4514 (Trivial patch.)
4515 4513
4516 * pgg-gpg.el (pgg-gpg-process-region): Insert process status into 4514 * pgg-gpg.el (pgg-gpg-process-region): Insert process status into
4517 errors-buffer. This produces a nicer error message in case of 4515 errors-buffer. This produces a nicer error message in case of
@@ -5036,8 +5034,9 @@
5036 * gnus-sum.el (gnus-summary-select-article): Remove blink removal 5034 * gnus-sum.el (gnus-summary-select-article): Remove blink removal
5037 code that only worked under Emacs. 5035 code that only worked under Emacs.
5038 5036
5039 * pgg-gpg.el (pgg-gpg-process-region): Don't blink. From Satyaki 50372003-02-08 Satyaki Das <satyaki@chicory.stanford.edu>
5040 Das <satyaki@chicory.stanford.edu>. 5038
5039 * pgg-gpg.el (pgg-gpg-process-region): Don't blink.
5041 5040
50422003-02-08 Jesper Harder <harder@ifa.au.dk> 50412003-02-08 Jesper Harder <harder@ifa.au.dk>
5043 5042
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index c8a8dbe2c62..88b9035d88f 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,3 +1,7 @@
12006-09-08 Richard Stallman <rms@gnu.org>
2
3 * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
4
12006-09-06 Kim F. Storm <storm@cua.dk> 52006-09-06 Kim F. Storm <storm@cua.dk>
2 6
3 * frames.texi (Display Feature Testing): display-mm-dimensions-alist. 7 * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
diff --git a/man/ChangeLog b/man/ChangeLog
index 7d7fb35c97b..84ad529f60e 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,3 +1,8 @@
12006-09-08 Richard Stallman <rms@gnu.org>
2
3 * search.texi (Search): Ref multi-file search commands here.
4 (Other Repeating Search): Not here.
5
12006-09-06 Simon Josefsson <jas@extundo.com> 62006-09-06 Simon Josefsson <jas@extundo.com>
2 7
3 * smtpmail.texi (Authentication): Mention SSL. 8 * smtpmail.texi (Authentication): Mention SSL.
diff --git a/src/ChangeLog b/src/ChangeLog
index cfbe21a77d4..f8a9f26d891 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,18 @@
12006-09-08 Richard Stallman <rms@gnu.org> 12006-09-08 Richard Stallman <rms@gnu.org>
2 2
3 * xdisp.c (Vmenu_updating_frame): Define here.
4 (syms_of_xdisp): DEFVAR it here.
5 (update_menu_bar): Always return hooks_run.
6 Set Vmenu_updating_frame.
7
8 * xdisp.c (redisplay_internal): Test Vinhibit_redisplay
9 before calculating SELECTED_FRAME.
10
11 * xmenu.c (Vmenu_updating_frame): Don't define here.
12 (syms_of_xmenu): Don't DEFVAR it here.
13
14 * xterm.c (x_error_quitter): For BadName error, just return.
15
3 * eval.c (find_handler_clause): Give up on debugger if INPUT_BLOCKED_P. 16 * eval.c (find_handler_clause): Give up on debugger if INPUT_BLOCKED_P.
4 17
5 * casetab.c (init_casetab_once): Call set_case_table. 18 * casetab.c (init_casetab_once): Call set_case_table.