diff options
| author | Dave Love | 2001-01-26 19:17:15 +0000 |
|---|---|---|
| committer | Dave Love | 2001-01-26 19:17:15 +0000 |
| commit | 940f14b42ec06d19f3bd7e455374b1dbbb5b140c (patch) | |
| tree | 2b8e00f11221147bd71a49afa8600ada790e5527 | |
| parent | e4f99da7b6599e061236efc2cdfe4dd51a1d54be (diff) | |
| download | emacs-940f14b42ec06d19f3bd7e455374b1dbbb5b140c.tar.gz emacs-940f14b42ec06d19f3bd7e455374b1dbbb5b140c.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 9 | ||||
| -rw-r--r-- | lisp/gnus/ChangeLog | 10 | ||||
| -rw-r--r-- | man/emacs-mime.texi | 9 | ||||
| -rw-r--r-- | man/files.texi | 6 |
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 @@ | |||
| 1 | 2001-01-26 Dave Love <fx@gnu.org> | 1 | 2001-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 | ||
| 5 | 2001-01-26 Gerd Moellmann <gerd@gnu.org> | 14 | 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 @@ | |||
| 1 | 2001-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 | |||
| 1 | 2001-01-23 Gerd Moellmann <gerd@gnu.org> | 11 | 2001-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} |
| 590 | QP-encode all the region. If @var{fold} is non-@var{nil}, fold lines | 590 | QP-encode all the region. If @var{fold} is non-@var{nil}, fold lines |
| 591 | at 76 characters, as required by the RFC. If @var{class} is | 591 | at 76 characters, as required by the RFC. If @var{class} is |
| 592 | non-@code{nil}, translate the characters matched by that class, which | 592 | non-@code{nil}, translate the characters not matched by that regexp |
| 593 | should be in the form expected by @var{skip-chars-forward} and should | 593 | class, which should be in the form expected by |
| 594 | probably 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. | 595 | eight-bit characters. Specifying @var{class} makes sense to do extra |
| 596 | encoding in header fields. | ||
| 596 | 597 | ||
| 597 | If variable @var{mm-use-ultra-safe-encoding} is defined and | 598 | If variable @var{mm-use-ultra-safe-encoding} is defined and |
| 598 | non-@code{nil}, fold lines unconditionally and encode @samp{From } and | 599 | 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. | |||
| 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 | ||
| 772 | You can arrange to have time stamp text in a file updated | 773 | You can arrange to have time stamp text in a file updated |
| 773 | automatically to reflect the modification time when you save the | 774 | automatically to reflect the modification time when you save the |
| @@ -783,10 +784,13 @@ Time-stamp: "" | |||
| 783 | @noindent | 784 | @noindent |
| 784 | and customize the value of the hook @code{write-file-hooks} to add | 785 | and 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 |
| 786 | and date when the file is written. | 787 | and 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 | ||
| 788 | You can customize the form of the template and the time string used | 790 | You can customize the form of the template and the time string used |
| 789 | along with other parameters in the Custom group @code{time-stamp}. | 791 | along with other parameters in the Custom group @code{time-stamp}. |
| 792 | Note that non-numeric fields in the time stamp are printed according | ||
| 793 | to your locale setting. | ||
| 790 | 794 | ||
| 791 | @node Reverting | 795 | @node Reverting |
| 792 | @section Reverting a Buffer | 796 | @section Reverting a Buffer |