diff options
author | Luc Teirlinck <teirllm@auburn.edu> | 2004-10-05 23:39:42 +0000 |
---|---|---|
committer | Luc Teirlinck <teirllm@auburn.edu> | 2004-10-05 23:39:42 +0000 |
commit | 9e9245cebd5ae09ade1335d3490e972bebdc7151 (patch) | |
tree | 5520e48275ed0a2d8a76150b4245e1ffe89f2dcc | |
parent | 304c317325e4b78023fd6d76b63aa15c7c3cd078 (diff) | |
download | emacs-9e9245cebd5ae09ade1335d3490e972bebdc7151.tar.gz |
*** empty log message ***
-rw-r--r-- | admin/FOR-RELEASE | 2 | ||||
-rw-r--r-- | man/ChangeLog | 29 |
2 files changed, 30 insertions, 1 deletions
diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE index 19f06efa4a7..21eb107d093 100644 --- a/admin/FOR-RELEASE +++ b/admin/FOR-RELEASE @@ -88,7 +88,7 @@ man/rmail.texi man/screen.texi "Luc Teirlinck" man/search.texi "Luc Teirlinck" man/sending.texi -man/text.texi +man/text.texi "Luc Teirlinck" man/trouble.texi man/windows.texi "Luc Teirlinck" man/xresources.texi diff --git a/man/ChangeLog b/man/ChangeLog index a7457d800de..fae7f44bbf0 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -1,3 +1,32 @@ +2004-10-05 Luc Teirlinck <teirllm@auburn.edu> + + * text.texi: Various small changes in addition to the following. + (Text): Replace xref for autotype with inforef. + (Sentences): Explain nil value for `sentence-end'. + (Paragraphs): Update default values for `paragraph-start' and + `paragraph-separate'. + (Text Mode): Correct description of Text mode's effect on the + syntax table. + (Outline Visibility): `hide-other' does not hide top level headings. + `selective-display-ellipses' no longer has an effect on Outline mode. + (TeX Misc): Add missing @cindex. + Replace xref for RefTeX with inforef. + (Requesting Formatted Text): the variable + `enriched-fill-after-visiting' no longer exists. + (Editing Format Info): Update names of menu items and commands. + (Format Faces): Mention special effect of specifying the default face. + Describe inheritance of text properties. + Correct description of `fixed' face. + (Format Indentation): Correct description of effect of setting + margins. Mention `set-left-margin' and `set-right-margin'. + (Format Justification): Update names of menu items. + `set-justification-full' is now bound to `M-j b'. + Mention that `default-justification' is a per buffer variable. + (Format Properties): Update name of menu item. + (Forcing Enriched Mode): `format-decode-buffer' automatically + turns on Enriched mode if the buffer is in text/enriched format. + + 2004-10-05 Emilio C. Lopes <eclig@gmx.net> * calendar.texi (From Other Calendar): Add calendar-goto-iso-week. |