aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--etc/ChangeLog4
-rw-r--r--leim/ChangeLog4
-rw-r--r--lib-src/ChangeLog4
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/gnus/ChangeLog17
-rw-r--r--lwlib/ChangeLog3
-rw-r--r--man/ChangeLog3
-rw-r--r--msdos/ChangeLog4
-rw-r--r--nt/ChangeLog4
-rw-r--r--oldXMenu/ChangeLog3
-rw-r--r--src/ChangeLog4
12 files changed, 52 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index dccc432286..3b0bb24894 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4617,3 +4617,7 @@
* Makefile: Changed LIBDIR and BINDIR back to /usr/local/{emacs,bin}
to match build-install and paths.h.
+
+;; Local Variables:
+;; coding: iso-2022-7bit-unix
+;; End:
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 8faaf8a888..d2d205b487 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1098,3 +1098,7 @@
* server.c [not BSD and not HAVE_SYSVIPC]: fix error message.
* loadst.c (main) [XENIX]: use /usr/spool/mail, not /usr/mail.
+
+;; Local Variables:
+;; coding: iso-2022-7bit-unix
+;; End:
diff --git a/leim/ChangeLog b/leim/ChangeLog
index 623b0bb004..2925487242 100644
--- a/leim/ChangeLog
+++ b/leim/ChangeLog
@@ -614,3 +614,7 @@
* quail/latin-post.el: Likewise.
+
+;; Local Variables:
+;; coding: iso-2022-7bit-unix
+;; End:
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index 3c1f63c70e..1bf76f915b 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -4154,3 +4154,7 @@ Tue Jul 1 01:09:07 1997 Geoff Voelker <[email protected]>
* server.c [not BSD and not HAVE_SYSVIPC]: fix error message.
* loadst.c (main) [XENIX]: use /usr/spool/mail, not /usr/mail.
+
+;; Local Variables:
+;; coding: iso-2022-7bit-unix
+;; End:
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 39e6ff25c5..8c39958a21 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2000-08-21 Kenichi Handa <[email protected]>
+
+ * man.el (Man-getpage-in-background): Decode the process output by
+ the system locale coding system.
+
2000-08-20 Dave Love <[email protected]>
* wid-edit.el (widget-choose, widget-choice-mouse-down-action):
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog
index f404069a75..2cedb272a8 100644
--- a/lisp/gnus/ChangeLog
+++ b/lisp/gnus/ChangeLog
@@ -454,7 +454,7 @@
* gnus-sum.el (gnus-remove-thread): Didn't work with sparse
threads.
-1998-08-14 Fran�ois Pinard <[email protected]>
+1998-08-14 Fran,Ag(Bois Pinard <[email protected]>
* nndoc.el (nndoc-generate-mime-parts-head): Use original Subject,
Message-ID, and References in fully blown articles.
@@ -621,7 +621,7 @@
* gnus.el: Gnus v5.6.31 is released.
-1998-08-09 Fran�ois Pinard <[email protected]>
+1998-08-09 Fran,Ag(Bois Pinard <[email protected]>
* nndoc.el: Split MIME multipart messages, maybe recursively.
(nndoc-mime-parts-type-p, nndoc-transform-mime-parts,
@@ -762,7 +762,7 @@
* gnus-group.el (gnus-group-read-ephemeral-group): Make the server
unique.
-1998-07-28 Fran�ois Pinard <[email protected]>
+1998-07-28 Fran,Ag(Bois Pinard <[email protected]>
* gnus-uu.el (gnus-uu-reginize-string): Consider the number of
parts as part of the fixed subject, instead of a wild quantity.
@@ -945,7 +945,7 @@
* nntp.el (nntp-server-opened-hook): Doc change.
-1998-07-10 Fran�ois Pinard <[email protected]>
+1998-07-10 Fran,Ag(Bois Pinard <[email protected]>
* gnus-sum.el (gnus-summary-respool-trace): New command and
keystroke.
@@ -1005,7 +1005,7 @@
* nntp.el (nntp-record-command): Give more precise time info.
(nntp-next-result-arrived-p): Look for the end of error lines.
-1998-07-01 Fran�ois Pinard <[email protected]>
+1998-07-01 Fran,Ag(Bois Pinard <[email protected]>
* gnus-util.el (gnus-delete-if): Would do the opposite.
@@ -2018,7 +2018,7 @@
* gnus-picon.el (gnus-picons-display-x-face): `buf' -- unbound
var.
-1998-02-28 Fran�ois Pinard <[email protected]>
+1998-02-28 Fran,Ag(Bois Pinard <[email protected]>
* gnus: configure'd.
@@ -2372,7 +2372,7 @@
* gnus-sum.el (gnus-summary-exit): Call purging function.
-1998-02-13 Fran�ois Pinard <[email protected]>
+1998-02-13 Fran,Ag(Bois Pinard <[email protected]>
* nnmail.el (nnmail-get-new-mail): Don't clear split-history.
(nnmail-purge-split-history): New function.
@@ -3725,3 +3725,6 @@
* gnus.el: Quassia Gnus v0.1 is released.
+;; Local Variables:
+;; coding: iso-2022-7bit-unix
+;; End:
diff --git a/lwlib/ChangeLog b/lwlib/ChangeLog
index f4a1fdbe6d..406193a84e 100644
--- a/lwlib/ChangeLog
+++ b/lwlib/ChangeLog
@@ -908,3 +908,6 @@
+;; Local Variables:
+;; coding: iso-2022-7bit-unix
+;; End:
diff --git a/man/ChangeLog b/man/ChangeLog
index 76fa770c92..d683ec8ca2 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -771,3 +771,6 @@
* emacs.tex: Update information for obtaining TeX distribution from the
University of Washington.
+;; Local Variables:
+;; coding: iso-2022-7bit-unix
+;; End:
diff --git a/msdos/ChangeLog b/msdos/ChangeLog
index 973615d915..9e7dc91a63 100644
--- a/msdos/ChangeLog
+++ b/msdos/ChangeLog
@@ -383,3 +383,7 @@
* sed2.inp: New file for changing src/config.h-in into src/config.h
* sed1.inp: New file for changing src/makefile.in.in into src/makefile
+
+;; Local Variables:
+;; coding: iso-2022-7bit-unix
+;; End:
diff --git a/nt/ChangeLog b/nt/ChangeLog
index f3f5753922..3e8f032a6d 100644
--- a/nt/ChangeLog
+++ b/nt/ChangeLog
@@ -544,3 +544,7 @@
* ebuild.cmd: New file.
* _emacs: New file.
+
+;; Local Variables:
+;; coding: iso-2022-7bit-unix
+;; End:
diff --git a/oldXMenu/ChangeLog b/oldXMenu/ChangeLog
index d52c90b79b..fba08dfc21 100644
--- a/oldXMenu/ChangeLog
+++ b/oldXMenu/ChangeLog
@@ -411,3 +411,6 @@
* Internal.c: Declare argument `display' in some functions.
+;; Local Variables:
+;; coding: iso-2022-7bit-unix
+;; End:
diff --git a/src/ChangeLog b/src/ChangeLog
index bb9269fcd8..57dd867823 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -5579,3 +5579,7 @@
(pbm_load): Support :data.
See ChangeLog.8 for earlier changes.
+
+;; Local Variables:
+;; coding: iso-2022-7bit-unix
+;; End: