]> code.delx.au - gnu-emacs/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Sun, 17 Oct 2004 07:14:15 +0000 (07:14 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 17 Oct 2004 07:14:15 +0000 (07:14 +0000)
lisp/ChangeLog
lisp/gnus/ChangeLog

index d3bd514869520b9a8d4e34ce58bf862178ca6a0c..bab189e96153ba1b548fb8d9833a5f68b750ae58 100644 (file)
@@ -1,3 +1,42 @@
+2004-10-17  Richard M. Stallman  <rms@gnu.org>
+
+       * paths.el (news-directory): Renamed from news-path.  Old name alias.
+       (rmail-spool-directory): Use defvar.
+       (sendmail-program): Use defcustom.
+       (remote-shell-program): Use defcustom.
+       (term-file-prefix): Use defvar.
+       (abbrev-file-name): Use defvar.
+
+       * term.el: Add maintainer.
+
+       * subr.el (with-local-quit): Return nil if there's a quit.
+       (read-passwd): Use with-local-quit.  Doc fix.
+
+       * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
+       (strokes-unload-hook): Set as a variable with add-hook.
+
+       * startup.el (fancy-splash-tail, normal-splash-screen):
+       Update copyright year.
+
+       * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
+
+       * server.el (server-unload-hook): Set as a variable with add-hook.
+
+       * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
+
+       * frame.el (special-display-popup-frame): 
+       Make the buffer current as its frame is created.
+
+       * delsel.el (delsel-unload-hook): Set as a variable.
+
+       * comint.el (comint-output-filter-functions):
+       Add comint-watch-for-password-prompt.
+       (comint-read-noecho): Function deleted.
+       (send-invisible): Use read-passwd.
+
+       * fringe.el (fringe-mode-initialize): New function.
+       (fringe-mode): Use fringe-mode-initialize as :initialize.
+
 2004-10-17  Kim F. Storm  <storm@cua.dk>
 
        * language/indian.el (indian-script-language-alist): Swap value and doc.
index 292d36ce9e11ad45e6b6fcd61362eac1361dc1ab..15b23311787849cff9656097325afa3a2d4f0fe4 100644 (file)
@@ -1,3 +1,16 @@
+2004-10-17  Richard M. Stallman  <rms@gnu.org>
+
+       * gnus-registry.el (gnus-registry-unload-hook): 
+       Set as a variable with add-hook.
+
+       * nnspool.el (nnspool-spool-directory): Use news-directory instead
+       of news-path.
+
+       * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
+
+       * spam.el: Delete duplicate `provide'.
+       (spam-unload-hook): Set as a variable with add-hook.
+
 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * message.el (message-tokenize-header): Fix 2004-09-06 change