aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorKenichi Handa2010-09-01 16:13:21 +0900
committerKenichi Handa2010-09-01 16:13:21 +0900
commit9e69cb054d5c124bdf913c82453518ac4d9d6d53 (patch)
tree95537c8c17759cef4da7241d914059d15d7dc0c4 /doc
parent0a46a12f7a484e3fab96ea2f46fa738e90dabf1c (diff)
parentd419e1d94e885388b86f8753d741befa1855d333 (diff)
downloademacs-9e69cb054d5c124bdf913c82453518ac4d9d6d53.tar.gz
emacs-9e69cb054d5c124bdf913c82453518ac4d9d6d53.zip
merge changes in emacs-23 branch
Diffstat (limited to 'doc')
-rw-r--r--doc/man/ChangeLog4
-rw-r--r--doc/man/emacs.15
-rw-r--r--doc/misc/ChangeLog13
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 @@
12010-08-26 Sven Joachim <svenjoac@gmx.de>
2
3 * emacs.1: Mention "maximized" value for the "fullscreen" X resource.
4
12010-05-07 Chong Yidong <cyd@stupidchicken.com> 52010-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.
403The desired fullscreen size. 403The desired fullscreen size.
404The value can be one of 404The value can be one of
405.IR fullboth , 405.IR fullboth ,
406.IR maximized ,
406.IR fullwidth , 407.IR fullwidth ,
407or 408or
408.IR fullheight , 409.IR fullheight ,
409which correspond to the command-line options `\-fs', `\-fw', and 410which correspond to the command-line options `\-fs', `-mm', `\-fw',
410`\-fh', respectively. 411and `\-fh', respectively.
411Note that this applies to the initial frame only. 412Note 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
352010-08-23 Michael Albinus <michael.albinus@gmx.de> 482010-08-23 Michael Albinus <michael.albinus@gmx.de>