aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love2001-01-26 19:17:15 +0000
committerDave Love2001-01-26 19:17:15 +0000
commit940f14b42ec06d19f3bd7e455374b1dbbb5b140c (patch)
tree2b8e00f11221147bd71a49afa8600ada790e5527
parente4f99da7b6599e061236efc2cdfe4dd51a1d54be (diff)
downloademacs-940f14b42ec06d19f3bd7e455374b1dbbb5b140c.tar.gz
emacs-940f14b42ec06d19f3bd7e455374b1dbbb5b140c.zip
*** 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 @@
12001-01-26 Dave Love <fx@gnu.org> 12001-01-26 Dave Love <fx@gnu.org>
2 2
3 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
4
5 * mail/feedmail.el (feedmail): Add :link.
6 (feedmail-send-it): Doc fix.
7
8 * mail/sendmail.el: Doc fixes.
9 (sendmail-send-it): Fix the non-ASCII regexp and use
10 rfc2047-encode-string.
11
3 * dired.el, dired-aux.el: Revert last change. 12 * dired.el, dired-aux.el: Revert last change.
4 13
52001-01-26 Gerd Moellmann <gerd@gnu.org> 142001-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 @@
12001-01-26 Dave Love <fx@gnu.org>
2
3 * mm-util.el (mm-multibyte-string-p): New.
4
5 * qp.el: Remove un-logged bogus changes from 2000-12-20.
6 (quoted-printable-encode-region): Doc fix. Don't call
7 string-as-multibyte on class. Clarify line-folding.
8 (quoted-printable-encode-string): Make temp buffer inherit
9 string's multibyteness.
10
12001-01-23 Gerd Moellmann <gerd@gnu.org> 112001-01-23 Gerd Moellmann <gerd@gnu.org>
2 12
3 * nnheader.el (toplevel): Don't require `gnus-util' at 13 * 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.
589@deffn Command quoted-printable-encode-region @var{from} @var{to} &optional @var{fold} @var{class} 589@deffn Command quoted-printable-encode-region @var{from} @var{to} &optional @var{fold} @var{class}
590QP-encode all the region. If @var{fold} is non-@var{nil}, fold lines 590QP-encode all the region. If @var{fold} is non-@var{nil}, fold lines
591at 76 characters, as required by the RFC. If @var{class} is 591at 76 characters, as required by the RFC. If @var{class} is
592non-@code{nil}, translate the characters matched by that class, which 592non-@code{nil}, translate the characters not matched by that regexp
593should be in the form expected by @var{skip-chars-forward} and should 593class, which should be in the form expected by
594probably not contain literal eight-bit characters. Specifying 594@var{skip-chars-forward} and should probably not contain literal
595@var{class} makes sense to do extra encoding in header fields. 595eight-bit characters. Specifying @var{class} makes sense to do extra
596encoding in header fields.
596 597
597If variable @var{mm-use-ultra-safe-encoding} is defined and 598If variable @var{mm-use-ultra-safe-encoding} is defined and
598non-@code{nil}, fold lines unconditionally and encode @samp{From } and 599non-@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.
768@findex time-stamp 768@findex time-stamp
769@cindex time stamps 769@cindex time stamps
770@cindex modification dates 770@cindex modification dates
771@cindex locale, date format
771 772
772You can arrange to have time stamp text in a file updated 773You can arrange to have time stamp text in a file updated
773automatically to reflect the modification time when you save the 774automatically to reflect the modification time when you save the
@@ -783,10 +784,13 @@ Time-stamp: ""
783@noindent 784@noindent
784and customize the value of the hook @code{write-file-hooks} to add 785and customize the value of the hook @code{write-file-hooks} to add
785@code{time-stamp}. Such a template is updated with the current time 786@code{time-stamp}. Such a template is updated with the current time
786and date when the file is written. 787and date when the file is written. You can also use the command
788@kbd{M-x time-stamp} to update the time stamp manually.
787 789
788You can customize the form of the template and the time string used 790You can customize the form of the template and the time string used
789along with other parameters in the Custom group @code{time-stamp}. 791along with other parameters in the Custom group @code{time-stamp}.
792Note that non-numeric fields in the time stamp are printed according
793to your locale setting.
790 794
791@node Reverting 795@node Reverting
792@section Reverting a Buffer 796@section Reverting a Buffer