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