summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Love <fx@gnu.org>2001-01-26 19:17:15 +0000
committerDave Love <fx@gnu.org>2001-01-26 19:17:15 +0000
commit940f14b42ec06d19f3bd7e455374b1dbbb5b140c (patch)
tree2b8e00f11221147bd71a49afa8600ada790e5527
parente4f99da7b6599e061236efc2cdfe4dd51a1d54be (diff)
downloademacs-940f14b42ec06d19f3bd7e455374b1dbbb5b140c.tar.gz
*** empty log message ***
-rw-r--r--lisp/ChangeLog9
-rw-r--r--lisp/gnus/ChangeLog10
-rw-r--r--man/emacs-mime.texi9
-rw-r--r--man/files.texi6
4 files changed, 29 insertions, 5 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 0dbe5ccf895..18056022885 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,14 @@
2001-01-26 Dave Love <fx@gnu.org>
+ * textmodes/flyspell.el: Doc fixes. Add :version to new options.
+
+ * mail/feedmail.el (feedmail): Add :link.
+ (feedmail-send-it): Doc fix.
+
+ * mail/sendmail.el: Doc fixes.
+ (sendmail-send-it): Fix the non-ASCII regexp and use
+ rfc2047-encode-string.
+
* dired.el, dired-aux.el: Revert last change.
2001-01-26 Gerd Moellmann <gerd@gnu.org>
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog
index a511d8887ec..39ba19e32de 100644
--- a/lisp/gnus/ChangeLog
+++ b/lisp/gnus/ChangeLog
@@ -1,3 +1,13 @@
+2001-01-26 Dave Love <fx@gnu.org>
+
+ * mm-util.el (mm-multibyte-string-p): New.
+
+ * qp.el: Remove un-logged bogus changes from 2000-12-20.
+ (quoted-printable-encode-region): Doc fix. Don't call
+ string-as-multibyte on class. Clarify line-folding.
+ (quoted-printable-encode-string): Make temp buffer inherit
+ string's multibyteness.
+
2001-01-23 Gerd Moellmann <gerd@gnu.org>
* nnheader.el (toplevel): Don't require `gnus-util' at
diff --git a/man/emacs-mime.texi b/man/emacs-mime.texi
index d5dc75eb4d4..dcc577b224a 100644
--- a/man/emacs-mime.texi
+++ b/man/emacs-mime.texi
@@ -589,10 +589,11 @@ non-nil, decode bytes into characters with that coding-system.
@deffn Command quoted-printable-encode-region @var{from} @var{to} &optional @var{fold} @var{class}
QP-encode all the region. If @var{fold} is non-@var{nil}, fold lines
at 76 characters, as required by the RFC. If @var{class} is
-non-@code{nil}, translate the characters matched by that class, which
-should be in the form expected by @var{skip-chars-forward} and should
-probably not contain literal eight-bit characters. Specifying
-@var{class} makes sense to do extra encoding in header fields.
+non-@code{nil}, translate the characters not matched by that regexp
+class, which should be in the form expected by
+@var{skip-chars-forward} and should probably not contain literal
+eight-bit characters. Specifying @var{class} makes sense to do extra
+encoding in header fields.
If variable @var{mm-use-ultra-safe-encoding} is defined and
non-@code{nil}, fold lines unconditionally and encode @samp{From } and
diff --git a/man/files.texi b/man/files.texi
index fc134885ca0..dfd16624c05 100644
--- a/man/files.texi
+++ b/man/files.texi
@@ -768,6 +768,7 @@ not be asked until you change the file and save it again.
@findex time-stamp
@cindex time stamps
@cindex modification dates
+@cindex locale, date format
You can arrange to have time stamp text in a file updated
automatically to reflect the modification time when you save the
@@ -783,10 +784,13 @@ Time-stamp: ""
@noindent
and customize the value of the hook @code{write-file-hooks} to add
@code{time-stamp}. Such a template is updated with the current time
-and date when the file is written.
+and date when the file is written. You can also use the command
+@kbd{M-x time-stamp} to update the time stamp manually.
You can customize the form of the template and the time string used
along with other parameters in the Custom group @code{time-stamp}.
+Note that non-numeric fields in the time stamp are printed according
+to your locale setting.
@node Reverting
@section Reverting a Buffer