aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog39
-rw-r--r--lisp/gnus/ChangeLog13
2 files changed, 52 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index d3bd5148695..bab189e9615 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,42 @@
12004-10-17 Richard M. Stallman <rms@gnu.org>
2
3 * paths.el (news-directory): Renamed from news-path. Old name alias.
4 (rmail-spool-directory): Use defvar.
5 (sendmail-program): Use defcustom.
6 (remote-shell-program): Use defcustom.
7 (term-file-prefix): Use defvar.
8 (abbrev-file-name): Use defvar.
9
10 * term.el: Add maintainer.
11
12 * subr.el (with-local-quit): Return nil if there's a quit.
13 (read-passwd): Use with-local-quit. Doc fix.
14
15 * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
16 (strokes-unload-hook): Set as a variable with add-hook.
17
18 * startup.el (fancy-splash-tail, normal-splash-screen):
19 Update copyright year.
20
21 * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
22
23 * server.el (server-unload-hook): Set as a variable with add-hook.
24
25 * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
26
27 * frame.el (special-display-popup-frame):
28 Make the buffer current as its frame is created.
29
30 * delsel.el (delsel-unload-hook): Set as a variable.
31
32 * comint.el (comint-output-filter-functions):
33 Add comint-watch-for-password-prompt.
34 (comint-read-noecho): Function deleted.
35 (send-invisible): Use read-passwd.
36
37 * fringe.el (fringe-mode-initialize): New function.
38 (fringe-mode): Use fringe-mode-initialize as :initialize.
39
12004-10-17 Kim F. Storm <storm@cua.dk> 402004-10-17 Kim F. Storm <storm@cua.dk>
2 41
3 * language/indian.el (indian-script-language-alist): Swap value and doc. 42 * language/indian.el (indian-script-language-alist): Swap value and doc.
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog
index 292d36ce9e1..15b23311787 100644
--- a/lisp/gnus/ChangeLog
+++ b/lisp/gnus/ChangeLog
@@ -1,3 +1,16 @@
12004-10-17 Richard M. Stallman <rms@gnu.org>
2
3 * gnus-registry.el (gnus-registry-unload-hook):
4 Set as a variable with add-hook.
5
6 * nnspool.el (nnspool-spool-directory): Use news-directory instead
7 of news-path.
8
9 * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
10
11 * spam.el: Delete duplicate `provide'.
12 (spam-unload-hook): Set as a variable with add-hook.
13
12004-10-13 Katsumi Yamaoka <yamaoka@jpl.org> 142004-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
2 15
3 * message.el (message-tokenize-header): Fix 2004-09-06 change 16 * message.el (message-tokenize-header): Fix 2004-09-06 change