Various coding fixes, see ChangeLog entries.
authorJosh Huber <huber@alum.wpi.edu>
Tue, 18 Dec 2001 16:14:20 +0000 (16:14 +0000)
committerJosh Huber <huber@alum.wpi.edu>
Tue, 18 Dec 2001 16:14:20 +0000 (16:14 +0000)
Mostly removed the buffer-file-coding-system in favor of the coding tag
which is supposed to work with XEmacs.

16 files changed:
ChangeLog
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.texi
todo

index e653e59..7451506 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
 
 ;; 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 d71b329..e5eaff1 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 7417e06..f482729 100644 (file)
@@ -1005,7 +1005,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 0ae6f2c..92a9e80 100644 (file)
@@ -676,7 +676,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 660dbfa..0ab6e9a 100644 (file)
@@ -5458,7 +5458,6 @@ regexp varstr."
 
 ;; Local Variables:
 ;; coding: iso-8859-1
-;; buffer-file-coding-system: iso-8859-1
 ;; End:
 
 ;;; message.el ends here
index c6a8bd2..ef13ffc 100644 (file)
@@ -24,7 +24,7 @@
 
 ;;; Commentary:
 
-;; RCS: $Id: mml1991.el,v 6.3 2001/12/18 04:13:29 huber Exp $
+;; RCS: $Id: mml1991.el,v 6.4 2001/12/18 06:26:40 zsh Exp $
 
 ;;; Code:
 
 
 ;; Local Variables:
 ;; coding: iso-8859-1
-;; buffer-file-coding-system: iso-8859-1
 ;; End:
 
 ;;; mml1991.el ends here
index ef4b3fe..1422998 100644 (file)
 
 ;; Local Variables:
 ;; coding: iso-8859-1
-;; buffer-file-coding-system: iso-8859-1
 ;; End:
 
 ;;; nnultimate.el ends here
index f99d8a0..ccabdfa 100644 (file)
 
 ;; Local Variables:
 ;; coding: iso-8859-1
-;; buffer-file-coding-system: iso-8859-1
 ;; End:
 
 ;;; nnwfm.el ends here
index f426aa0..d82cbb3 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 010a85f..807f770 100644 (file)
@@ -23576,7 +23576,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
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: