diff options
| author | Kenichi Handa | 2010-09-01 16:13:21 +0900 |
|---|---|---|
| committer | Kenichi Handa | 2010-09-01 16:13:21 +0900 |
| commit | 9e69cb054d5c124bdf913c82453518ac4d9d6d53 (patch) | |
| tree | 95537c8c17759cef4da7241d914059d15d7dc0c4 /doc | |
| parent | 0a46a12f7a484e3fab96ea2f46fa738e90dabf1c (diff) | |
| parent | d419e1d94e885388b86f8753d741befa1855d333 (diff) | |
| download | emacs-9e69cb054d5c124bdf913c82453518ac4d9d6d53.tar.gz emacs-9e69cb054d5c124bdf913c82453518ac4d9d6d53.zip | |
merge changes in emacs-23 branch
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/man/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/man/emacs.1 | 5 | ||||
| -rw-r--r-- | doc/misc/ChangeLog | 13 |
3 files changed, 20 insertions, 2 deletions
diff --git a/doc/man/ChangeLog b/doc/man/ChangeLog index 2b2cbb90a9e..47f059e7d3c 100644 --- a/doc/man/ChangeLog +++ b/doc/man/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2010-08-26 Sven Joachim <svenjoac@gmx.de> | ||
| 2 | |||
| 3 | * emacs.1: Mention "maximized" value for the "fullscreen" X resource. | ||
| 4 | |||
| 1 | 2010-05-07 Chong Yidong <cyd@stupidchicken.com> | 5 | 2010-05-07 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 6 | ||
| 3 | * Version 23.2 released. | 7 | * Version 23.2 released. |
diff --git a/doc/man/emacs.1 b/doc/man/emacs.1 index 15b7a73259b..2ad9e2c543a 100644 --- a/doc/man/emacs.1 +++ b/doc/man/emacs.1 | |||
| @@ -403,11 +403,12 @@ sets the window's text color. | |||
| 403 | The desired fullscreen size. | 403 | The desired fullscreen size. |
| 404 | The value can be one of | 404 | The value can be one of |
| 405 | .IR fullboth , | 405 | .IR fullboth , |
| 406 | .IR maximized , | ||
| 406 | .IR fullwidth , | 407 | .IR fullwidth , |
| 407 | or | 408 | or |
| 408 | .IR fullheight , | 409 | .IR fullheight , |
| 409 | which correspond to the command-line options `\-fs', `\-fw', and | 410 | which correspond to the command-line options `\-fs', `-mm', `\-fw', |
| 410 | `\-fh', respectively. | 411 | and `\-fh', respectively. |
| 411 | Note that this applies to the initial frame only. | 412 | Note that this applies to the initial frame only. |
| 412 | .TP | 413 | .TP |
| 413 | .BR geometry " (class " Geometry ) | 414 | .BR geometry " (class " Geometry ) |
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index e142af49ad1..482499d4df5 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -30,6 +30,19 @@ | |||
| 30 | 30 | ||
| 31 | Sync with Tramp 2.1.19. | 31 | Sync with Tramp 2.1.19. |
| 32 | 32 | ||
| 33 | * tramp.texi (Inline methods, Default Method): Mention | ||
| 34 | `tramp-inline-compress-start-size'. Remove "kludgy" phrase. Remove | ||
| 35 | remark about doubled "-t" argument. | ||
| 36 | (Auto-save and Backup): Remove reference to Emacs 21. | ||
| 37 | (Filename Syntax): Describe port numbers. | ||
| 38 | (Frequently Asked Questions): Adapt supported (X)Emacs versions. Adapt | ||
| 39 | supported MS Windows versions. Remove obsolete URL. Recommend "sshx" | ||
| 40 | and "scpx" for echoing shells. Use the $() syntax, texi2dvi reports | ||
| 41 | errors with the backquotes. | ||
| 42 | (External packages): File attributes cache flushing for asynchronous | ||
| 43 | processes. | ||
| 44 | (Traces and Profiles): Describe verbose level 9. | ||
| 45 | |||
| 33 | * trampver.texi: Update release number. | 46 | * trampver.texi: Update release number. |
| 34 | 47 | ||
| 35 | 2010-08-23 Michael Albinus <michael.albinus@gmx.de> | 48 | 2010-08-23 Michael Albinus <michael.albinus@gmx.de> |