Synch with Oort Gnus.
authoryamaoka <yamaoka>
Wed, 19 Dec 2001 01:06:40 +0000 (01:06 +0000)
committeryamaoka <yamaoka>
Wed, 19 Dec 2001 01:06:40 +0000 (01:06 +0000)
21 files changed:
ChangeLog
ChangeLog.1
ChangeLog.2
ChangeLog.3
contrib/ChangeLog
lisp/ChangeLog
lisp/ChangeLog.1
lisp/gnus-cite.el
lisp/gnus-delay.el
lisp/gnus-spec.el
lisp/message.el
lisp/mml1991.el
lisp/nnultimate.el
lisp/nnwfm.el
lisp/smiley.el
texi/ChangeLog
texi/emacs-mime.texi
texi/gnus-ja.texi
texi/gnus.texi
texi/message-ja.texi
todo

index 1e703c9..e8998ce 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2001-12-18  Josh Huber  <huber@alum.wpi.edu>
+
+       * ChangeLog, todo: (oops) changed buffer-file-coding-system back
+       to coding.
+
 2001-12-18  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
        * make-x.bat: Ensure nonempty variable value.  Reported by Frank
@@ -1408,5 +1413,4 @@ See ChangeLog.3 for earlier changes.
 
 ;; Local Variables:
 ;; coding: iso-2022-7bit
-;; buffer-file-coding-system: iso-2022-7bit
 ;; End:
index af70666..711e7f1 100644 (file)
 
 ;; Local Variables:
 ;; coding: iso-2022-7bit
-;; buffer-file-coding-system: iso-2022-7bit
 ;; End:
index 29eaeb6..fad70e3 100644 (file)
@@ -621,5 +621,4 @@ See ChangeLog.1 for earlier changes.
 
 ;; Local Variables:
 ;; coding: iso-2022-7bit
-;; buffer-file-coding-system: iso-2022-7bit
 ;; End:
index 6757dff..d661655 100644 (file)
@@ -2917,5 +2917,4 @@ See ChangeLog.2 for earlier changes.
 
 ;; Local Variables:
 ;; coding: iso-2022-7bit
-;; buffer-file-coding-system: iso-2022-7bit
 ;; End:
index b6427c2..49cd5d0 100644 (file)
@@ -1,3 +1,8 @@
+2001-12-18  Josh Huber  <huber@alum.wpi.edu>
+
+       * ChangeLog: changed buffer-file-coding-system back to
+       coding. (oops)
+
 2001-12-17  Josh Huber  <huber@alum.wpi.edu>
 
        * ChangeLog: changed coding to buffer-file-coding-system
        (gpg-encrypt): Add passphrase as a parameter.
 
 ;; Local Variables:
-;; buffer-file-coding-system: iso-2022-7bit
+;; coding: iso-2022-7bit
 ;; End:
index 25143cd..031742c 100644 (file)
@@ -1,3 +1,9 @@
+2001-12-18  Josh Huber  <huber@alum.wpi.edu>
+
+       * ChangeLog, ChangeLog.1, nnwfm.el, smiley.el:
+       * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
+       * mml1991.el, nnultimate.el: Removed buffer-file-coding-system tag.
+
 2001-12-18 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
        * ChangeLog,  ChangeLog.1, nnwfm.el,  gnus-smiley.el:
 
 ;; Local Variables:
 ;; coding: iso-2022-7bit
-;; buffer-file-coding-system: iso-2022-7bit
 ;; End:
index b8e65a6..3cfb883 100644 (file)
@@ -10097,5 +10097,4 @@ Sat Aug 29 19:32:06 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
 
 ;; Local Variables:
 ;; coding: iso-2022-7bit
-;; buffer-file-coding-system: iso-2022-7bit
 ;; End:
index 797a81a..f888492 100644 (file)
@@ -1011,7 +1011,6 @@ See also the documentation for `gnus-article-highlight-citation'."
 
 ;; Local Variables:
 ;; coding: iso-8859-1
-;; buffer-file-coding-system: iso-8859-1
 ;; End:
 
 ;;; gnus-cite.el ends here
index 74f6fb1..c464e79 100644 (file)
@@ -182,7 +182,6 @@ Checking delayed messages is skipped if optional arg NO-CHECK is non-nil."
 
 ;; Local Variables:
 ;; coding: iso-8859-1
-;; buffer-file-coding-system: iso-8859-1
 ;; End:
 
 ;;; gnus-delay.el ends here
index 5aef4a6..ce0460c 100644 (file)
@@ -716,7 +716,6 @@ If PROPS, insert the result."
 
 ;; Local Variables:
 ;; coding: iso-8859-1
-;; buffer-file-coding-system: iso-8859-1
 ;; End:
 
 ;;; gnus-spec.el ends here
index d908eae..67f5cd4 100644 (file)
@@ -6271,7 +6271,6 @@ regexp varstr."
 
 ;; Local Variables:
 ;; coding: iso-8859-1
-;; buffer-file-coding-system: iso-8859-1
 ;; End:
 
 ;;; message.el ends here
index f074547..0911874 100644 (file)
 
 ;; Local Variables:
 ;; coding: iso-8859-1
-;; buffer-file-coding-system: iso-8859-1
 ;; End:
 
 ;;; mml1991.el ends here
index caf695f..23153ee 100644 (file)
 
 ;; Local Variables:
 ;; coding: iso-8859-1
-;; buffer-file-coding-system: iso-8859-1
 ;; End:
 
 ;;; nnultimate.el ends here
index c5dc25d..b361c6d 100644 (file)
 
 ;; Local Variables:
 ;; coding: iso-8859-1
-;; buffer-file-coding-system: iso-8859-1
 ;; End:
 
 ;;; nnwfm.el ends here
index bc00928..eb0eef8 100644 (file)
@@ -437,7 +437,6 @@ With arg, turn displaying on if and only if arg is positive."
 
 ;; Local Variables:
 ;; coding: iso-8859-1
-;; buffer-file-coding-system: iso-8859-1
 ;; End:
 
 ;;; smiley.el ends here
index 0a13cc0..3043424 100644 (file)
@@ -1,3 +1,8 @@
+2001-12-18  Josh Huber  <huber@alum.wpi.edu>
+
+       * ChangeLog, gnus.texi, emacs-mime.texi: (oops) removed
+       buffer-file-coding-system
+
 2001-12-18 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
        * ChangeLog, gnus.texi, emacs-mime.texi: Local Variables `coding'
@@ -1949,5 +1954,4 @@ Thu Feb 25 00:28:49 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
 
 ;; Local Variables:
 ;; coding: iso-2022-7bit
-;; buffer-file-coding-system: iso-2022-7bit
 ;; End:
index 44042de..e115311 100644 (file)
@@ -1480,5 +1480,4 @@ Content-Disposition Header Field
 @c Local Variables:
 @c mode: texinfo
 @c coding: iso-8859-1
-@c buffer-file-coding-system: iso-8859-1
 @c End:
index 6f9a902..657ab6a 100644 (file)
@@ -23044,7 +23044,6 @@ Gnus \e$B$O\e(B Emacs Lisp \e$B$K$h$C$F=q$+$l$F$$$F!"$=$l$O$?$/$5$s$NC`<!2r<a<B9T$5
 @c Local Variables:
 @c mode: texinfo
 @c coding: iso-2022-7bit
-@c buffer-file-coding-system: iso-2022-7bit
 @c End:
 % LocalWords:  BNF mucho detailmenu cindex kindex kbd
 % LocalWords:  findex Gnusae vindex dfn dfn samp nntp setq nnspool nntpserver
index ce86dc7..7d52957 100644 (file)
@@ -23566,7 +23566,6 @@ former).  The manual is unambiguous, but it can be confusing.
 @c Local Variables:
 @c mode: texinfo
 @c coding: iso-8859-1
-@c buffer-file-coding-system: iso-8859-1
 @c End:
 % LocalWords:  BNF mucho detailmenu cindex kindex kbd
 % LocalWords:  findex Gnusae vindex dfn dfn samp nntp setq nnspool nntpserver
index af3ffc4..3904898 100644 (file)
@@ -1640,5 +1640,4 @@ Message \e$B$O;v<B>e!"$=$l<+?H$NJQ?t$7$+;H$$$^$;$s\e(B---\e$B8E$$\e(B @code{mail-} \e
 @c Local Variables:
 @c mode: texinfo
 @c coding: iso-2022-7bit
-@c buffer-file-coding-system: iso-2022-7bit
 @c End:
diff --git a/todo b/todo
index 2bba189..5fa540a 100644 (file)
--- a/todo
+++ b/todo
@@ -1505,6 +1505,5 @@ exceeding lisp nesting on huge groups.
 ;; Local Variables:
 ;; mode: outline
 ;; coding: iso-2022-7bit
-;; buffer-file-coding-system: iso-2022-7bit
 ;; paragraph-separate: "[      \f]*$"
 ;; End: