From fb5a34f4b9a3d458d7d9804ed0f0ab55d6eb7173 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Tue, 18 Dec 2001 11:30:40 +0000 Subject: [PATCH] Synch with Oort Gnus. --- ChangeLog | 19 +++++++++++++++++++ ChangeLog.1 | 5 +++++ ChangeLog.2 | 5 +++++ ChangeLog.3 | 5 +++++ contrib/ChangeLog | 6 +++++- lisp/ChangeLog | 20 ++++++++++++++++++++ lisp/ChangeLog.1 | 1 + lisp/gnus-cite.el | 3 ++- lisp/gnus-delay.el | 8 +++++++- lisp/gnus-spec.el | 3 ++- lisp/message.el | 3 ++- lisp/mml1991.el | 7 ++++++- lisp/nnultimate.el | 3 ++- lisp/nnwfm.el | 1 + lisp/smiley.el | 1 + make-x.bat | 1 + texi/ChangeLog | 14 ++++++++++++++ texi/emacs-mime.texi | 7 ++++++- texi/gnus-ja.texi | 6 +++++- texi/gnus.texi | 6 +++++- texi/gnusref.tex | 6 +++++- texi/message-ja.texi | 6 +++++- texi/refcard.tex | 5 +++-- todo | 1 + 24 files changed, 128 insertions(+), 14 deletions(-) diff --git a/ChangeLog b/ChangeLog index ec7a541..1e703c9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +2001-12-18 Kai Gro,A_(Bjohann + + * make-x.bat: Ensure nonempty variable value. Reported by Frank + Haun . + +2001-12-18 01:00:00 ShengHuo ZHU + + * ChangeLog, todo: Add `coding'. + +2001-12-17 Josh Huber + + * ChangeLog: changed coding to buffer-file-coding-system + * todo: same + 2001-12-10 Kai Gro,A_(Bjohann * make-x.bat: Code cleanup. Fix a bug with "/copy". From Frank @@ -1391,3 +1405,8 @@ * make.bat: set max-lisp-eval-depth. See ChangeLog.3 for earlier changes. + +;; Local Variables: +;; coding: iso-2022-7bit +;; buffer-file-coding-system: iso-2022-7bit +;; End: diff --git a/ChangeLog.1 b/ChangeLog.1 index 2b2a04e..af70666 100644 --- a/ChangeLog.1 +++ b/ChangeLog.1 @@ -4119,3 +4119,8 @@ (message-send-news-with-gnus): New function. (message-cancel-news): Use `message-send-news' instead of `message-send-news-function'. + +;; Local Variables: +;; coding: iso-2022-7bit +;; buffer-file-coding-system: iso-2022-7bit +;; End: diff --git a/ChangeLog.2 b/ChangeLog.2 index 616c7b3..29eaeb6 100644 --- a/ChangeLog.2 +++ b/ChangeLog.2 @@ -618,3 +618,8 @@ (initialize-instance): New method. See ChangeLog.1 for earlier changes. + +;; Local Variables: +;; coding: iso-2022-7bit +;; buffer-file-coding-system: iso-2022-7bit +;; End: diff --git a/ChangeLog.3 b/ChangeLog.3 index 6859e0f..6757dff 100644 --- a/ChangeLog.3 +++ b/ChangeLog.3 @@ -2914,3 +2914,8 @@ * t-gnus-6_13: NEW PUBLIC BRANCH. See ChangeLog.2 for earlier changes. + +;; Local Variables: +;; coding: iso-2022-7bit +;; buffer-file-coding-system: iso-2022-7bit +;; End: diff --git a/contrib/ChangeLog b/contrib/ChangeLog index 533ec11..b6427c2 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -1,3 +1,7 @@ +2001-12-17 Josh Huber + + * ChangeLog: changed coding to buffer-file-coding-system + 2001-11-22 Simon Josefsson * sha1.el: Removed. (A FSF copyrighted sha1-el.el file is in @@ -117,5 +121,5 @@ (gpg-encrypt): Add passphrase as a parameter. ;; Local Variables: -;; coding: iso-2022-7bit +;; buffer-file-coding-system: iso-2022-7bit ;; End: diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 68fd664..25143cd 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,22 @@ +2001-12-18 01:00:00 ShengHuo ZHU + + * ChangeLog, ChangeLog.1, nnwfm.el, gnus-smiley.el: + * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el: + * mml1991.el, nnultimate.el: Add `coding'. + +2001-12-17 Josh Huber + + * ChangeLog: changed coding to buffer-file-coding-system + * ChangeLog.1: same + * nnwfm.el: same + * gnus-smiley.el: same + * gnus-cite.el: moved -*- magic cookie -*- to Local Variables + * gnus-delay.el: same + * gnus-spec.el: same + * message.el: same + * mml1991.el: same + * nnultimate.el: same + 2001-12-16 Simon Josefsson Inspired by code by Dirk Meyer . @@ -6685,4 +6704,5 @@ ;; Local Variables: ;; coding: iso-2022-7bit +;; buffer-file-coding-system: iso-2022-7bit ;; End: diff --git a/lisp/ChangeLog.1 b/lisp/ChangeLog.1 index 3cfb883..b8e65a6 100644 --- a/lisp/ChangeLog.1 +++ b/lisp/ChangeLog.1 @@ -10097,4 +10097,5 @@ Sat Aug 29 19:32:06 1998 Lars Magne Ingebrigtsen ;; Local Variables: ;; coding: iso-2022-7bit +;; buffer-file-coding-system: iso-2022-7bit ;; End: diff --git a/lisp/gnus-cite.el b/lisp/gnus-cite.el index 54943cc..797a81a 100644 --- a/lisp/gnus-cite.el +++ b/lisp/gnus-cite.el @@ -1,4 +1,4 @@ -;;; gnus-cite.el --- parse citations in articles for Gnus -*- coding: iso-latin-1 -*- +;;; gnus-cite.el --- parse citations in articles for Gnus ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001 ;; Free Software Foundation, Inc. @@ -1011,6 +1011,7 @@ 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 diff --git a/lisp/gnus-delay.el b/lisp/gnus-delay.el index 449f9cb..74f6fb1 100644 --- a/lisp/gnus-delay.el +++ b/lisp/gnus-delay.el @@ -1,4 +1,4 @@ -;;; gnus-delay.el --- Delayed posting of articles -*- coding: latin-1; -*- +;;; gnus-delay.el --- Delayed posting of articles ;; Copyright (C) 2001 Free Software Foundation, Inc. @@ -179,4 +179,10 @@ Checking delayed messages is skipped if optional arg NO-CHECK is non-nil." (add-hook 'gnus-get-new-news-hook 'gnus-delay-send-drafts))) (provide 'gnus-delay) + +;; Local Variables: +;; coding: iso-8859-1 +;; buffer-file-coding-system: iso-8859-1 +;; End: + ;;; gnus-delay.el ends here diff --git a/lisp/gnus-spec.el b/lisp/gnus-spec.el index 60ee8a8..5aef4a6 100644 --- a/lisp/gnus-spec.el +++ b/lisp/gnus-spec.el @@ -1,4 +1,4 @@ -;;; gnus-spec.el --- format spec functions for Gnus -*- coding: iso-latin-1 -*- +;;; gnus-spec.el --- format spec functions for Gnus ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001 ;; Free Software Foundation, Inc. @@ -716,6 +716,7 @@ If PROPS, insert the result." ;; Local Variables: ;; coding: iso-8859-1 +;; buffer-file-coding-system: iso-8859-1 ;; End: ;;; gnus-spec.el ends here diff --git a/lisp/message.el b/lisp/message.el index a2ddb22..d908eae 100644 --- a/lisp/message.el +++ b/lisp/message.el @@ -1,4 +1,4 @@ -;;; message.el --- composing mail and news messages -*- coding: iso-latin-1 -*- +;;; message.el --- composing mail and news messages ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001 ;; Free Software Foundation, Inc. @@ -6271,6 +6271,7 @@ regexp varstr." ;; Local Variables: ;; coding: iso-8859-1 +;; buffer-file-coding-system: iso-8859-1 ;; End: ;;; message.el ends here diff --git a/lisp/mml1991.el b/lisp/mml1991.el index 696b98b..f074547 100644 --- a/lisp/mml1991.el +++ b/lisp/mml1991.el @@ -1,4 +1,4 @@ -;;; mml-gpg-old.el --- Old PGP message format (RFC 1991) support for MML -*- coding: iso-latin-1 -*- +;;; mml-gpg-old.el --- Old PGP message format (RFC 1991) support for MML ;; Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc. ;; Author: Sascha Lüdecke , @@ -208,4 +208,9 @@ (provide 'mml1991) +;; Local Variables: +;; coding: iso-8859-1 +;; buffer-file-coding-system: iso-8859-1 +;; End: + ;;; mml1991.el ends here diff --git a/lisp/nnultimate.el b/lisp/nnultimate.el index bf79a2a..caf695f 100644 --- a/lisp/nnultimate.el +++ b/lisp/nnultimate.el @@ -1,4 +1,4 @@ -;;; nnultimate.el --- interfacing with the Ultimate Bulletin Board system -*- coding: iso-latin-1 -*- +;;; nnultimate.el --- interfacing with the Ultimate Bulletin Board system ;; Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc. @@ -475,6 +475,7 @@ ;; Local Variables: ;; coding: iso-8859-1 +;; buffer-file-coding-system: iso-8859-1 ;; End: ;;; nnultimate.el ends here diff --git a/lisp/nnwfm.el b/lisp/nnwfm.el index b361c6d..c5dc25d 100644 --- a/lisp/nnwfm.el +++ b/lisp/nnwfm.el @@ -427,6 +427,7 @@ ;; Local Variables: ;; coding: iso-8859-1 +;; buffer-file-coding-system: iso-8859-1 ;; End: ;;; nnwfm.el ends here diff --git a/lisp/smiley.el b/lisp/smiley.el index eb0eef8..bc00928 100644 --- a/lisp/smiley.el +++ b/lisp/smiley.el @@ -437,6 +437,7 @@ 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 diff --git a/make-x.bat b/make-x.bat index 05d565c..4f5c4e0 100644 --- a/make-x.bat +++ b/make-x.bat @@ -11,6 +11,7 @@ set PWD= if "%1" == "" goto usage set emacs=xemacs.exe +if "%2" == "" set copy="false" if "%2" == "copy" set copy=true if "%2" == "/copy" set copy=true diff --git a/texi/ChangeLog b/texi/ChangeLog index 7479b64..0a13cc0 100644 --- a/texi/ChangeLog +++ b/texi/ChangeLog @@ -1,3 +1,16 @@ +2001-12-18 00:00:00 ShengHuo ZHU + + * ChangeLog, gnus.texi, emacs-mime.texi: Local Variables `coding' + MUST be added! + +2001-12-17 Josh Huber + + * ChangeLog: changed coding to buffer-file-coding-system + * emacs-mime.texi: changed -*- magic cookie -*- to Local Variables + * gnus.texi: same + * gnus-ref.tex: same + * refcard.tex: same + 2001-12-16 Simon Josefsson * gnus.texi (Saving Articles): Add muttprint. @@ -1936,4 +1949,5 @@ Thu Feb 25 00:28:49 1999 Shenghuo ZHU ;; Local Variables: ;; coding: iso-2022-7bit +;; buffer-file-coding-system: iso-2022-7bit ;; End: diff --git a/texi/emacs-mime.texi b/texi/emacs-mime.texi index 366a8f1..44042de 100644 --- a/texi/emacs-mime.texi +++ b/texi/emacs-mime.texi @@ -1,4 +1,4 @@ -\input texinfo @c -*- mode:texinfo; coding: iso-latin-1 -*- +\input texinfo @setfilename emacs-mime @settitle Emacs MIME Manual @@ -1476,4 +1476,9 @@ Content-Disposition Header Field @contents @bye + +@c Local Variables: +@c mode: texinfo +@c coding: iso-8859-1 +@c buffer-file-coding-system: iso-8859-1 @c End: diff --git a/texi/gnus-ja.texi b/texi/gnus-ja.texi index 4166756..71d18f1 100644 --- a/texi/gnus-ja.texi +++ b/texi/gnus-ja.texi @@ -1,4 +1,4 @@ -\input texinfo @c -*- mode: texinfo; coding: iso-2022-7bit -*- +\input texinfo @setfilename gnus-ja @settitle T-gnus 6.15 Manual @@ -23044,6 +23044,10 @@ Gnus $B$O(B Emacs Lisp $B$K$h$C$F=q$+$l$F$$$F!"$=$l$O$?$/$5$s$NC`e!"$=$l<+?H$NJQ?t$7$+;H$$$^$;$s(B---$B8E$$(B @code{mail-}  @contents @bye +@c Local Variables: +@c mode: texinfo +@c coding: iso-2022-7bit +@c buffer-file-coding-system: iso-2022-7bit @c End: diff --git a/texi/refcard.tex b/texi/refcard.tex index 4b654b4..3ef0339 100644 --- a/texi/refcard.tex +++ b/texi/refcard.tex @@ -1,4 +1,3 @@ -% -*- latex -*- % Reference Card for Oort Gnus: to be processed with LaTeX2e \documentclass{article} @@ -192,4 +191,6 @@ \end{document} - +%%% Local Variables: +%%% mode: latex +%%% End: diff --git a/todo b/todo index 5fa540a..2bba189 100644 --- a/todo +++ b/todo @@ -1505,5 +1505,6 @@ exceeding lisp nesting on huge groups. ;; Local Variables: ;; mode: outline ;; coding: iso-2022-7bit +;; buffer-file-coding-system: iso-2022-7bit ;; paragraph-separate: "[ ]*$" ;; End: -- 1.7.10.4