diff options
| author | Stefan Monnier | 2010-11-09 15:07:10 -0500 |
|---|---|---|
| committer | Stefan Monnier | 2010-11-09 15:07:10 -0500 |
| commit | d607b96bc2824116a8fe0e5840ce49da7ce4514f (patch) | |
| tree | 229a11bba88b67e8961db4d10aa8b3725f3a4873 /doc | |
| parent | 27410d0ac3406a341cc90ada064047a7f1ea5209 (diff) | |
| parent | c00980655bc15ca019fd6c559c69601be18f2407 (diff) | |
| download | emacs-d607b96bc2824116a8fe0e5840ce49da7ce4514f.tar.gz emacs-d607b96bc2824116a8fe0e5840ce49da7ce4514f.zip | |
Merge from emacs-23
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/ChangeLog | 5 | ||||
| -rw-r--r-- | doc/emacs/msdog.texi | 12 | ||||
| -rw-r--r-- | doc/misc/ChangeLog | 4 |
3 files changed, 19 insertions, 2 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 5c0ff3da206..fe9cd8a73b4 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2010-11-09 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * msdog.texi (Windows HOME): Add information regarding startup | ||
| 4 | directory when invoking Emacs from a desktop shortcut. (bug#7300) | ||
| 5 | |||
| 1 | 2010-10-11 Glenn Morris <rgm@gnu.org> | 6 | 2010-10-11 Glenn Morris <rgm@gnu.org> |
| 2 | 7 | ||
| 3 | * Makefile.in (MAKEINFO): Add explicit -I$srcdir. | 8 | * Makefile.in (MAKEINFO): Add explicit -I$srcdir. |
diff --git a/doc/emacs/msdog.texi b/doc/emacs/msdog.texi index a44438bf81f..3e8d5ef57c1 100644 --- a/doc/emacs/msdog.texi +++ b/doc/emacs/msdog.texi | |||
| @@ -31,7 +31,8 @@ here. | |||
| 31 | * Text and Binary:: Text files use CRLF to terminate lines. | 31 | * Text and Binary:: Text files use CRLF to terminate lines. |
| 32 | * Windows Files:: File-name conventions on Windows. | 32 | * Windows Files:: File-name conventions on Windows. |
| 33 | * ls in Lisp:: Emulation of @code{ls} for Dired. | 33 | * ls in Lisp:: Emulation of @code{ls} for Dired. |
| 34 | * Windows HOME:: Where Emacs looks for your @file{.emacs}. | 34 | * Windows HOME:: Where Emacs looks for your @file{.emacs} and |
| 35 | where it starts up. | ||
| 35 | * Windows Keyboard:: Windows-specific keyboard features. | 36 | * Windows Keyboard:: Windows-specific keyboard features. |
| 36 | * Windows Mouse:: Windows-specific mouse features. | 37 | * Windows Mouse:: Windows-specific mouse features. |
| 37 | * Windows Processes:: Running subprocesses on Windows. | 38 | * Windows Processes:: Running subprocesses on Windows. |
| @@ -329,7 +330,7 @@ names, which might cause misalignment of columns in Dired display. | |||
| 329 | @end ifnottex | 330 | @end ifnottex |
| 330 | 331 | ||
| 331 | @node Windows HOME | 332 | @node Windows HOME |
| 332 | @section HOME Directory on MS-Windows | 333 | @section HOME and Startup Directories on MS-Windows |
| 333 | @cindex @code{HOME} directory on MS-Windows | 334 | @cindex @code{HOME} directory on MS-Windows |
| 334 | 335 | ||
| 335 | The Windows equivalent of the @code{HOME} directory is the | 336 | The Windows equivalent of the @code{HOME} directory is the |
| @@ -371,6 +372,13 @@ names, the Windows port of Emacs supports an alternative name | |||
| 371 | @file{_emacs} as a fallback, if such a file exists in the home | 372 | @file{_emacs} as a fallback, if such a file exists in the home |
| 372 | directory, whereas @file{.emacs} does not. | 373 | directory, whereas @file{.emacs} does not. |
| 373 | 374 | ||
| 375 | @cindex start directory, MS-Windows | ||
| 376 | @cindex directory where Emacs starts on MS-Windows | ||
| 377 | If you use a Windows desktop shortcut to start Emacs, it starts in | ||
| 378 | the directory specified by the shortcut. To control where that is, | ||
| 379 | right-click on the shortcut, select ``Properties'', and in the | ||
| 380 | ``Shortcut'' tab modify the ``Start in'' field to your liking. | ||
| 381 | |||
| 374 | @node Windows Keyboard | 382 | @node Windows Keyboard |
| 375 | @section Keyboard Usage on MS-Windows | 383 | @section Keyboard Usage on MS-Windows |
| 376 | @cindex keyboard, MS-Windows | 384 | @cindex keyboard, MS-Windows |
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 9761e599d8f..e255b44f189 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2010-11-09 Jay Belanger <jay.p.belanger@gmail.com> | ||
| 2 | |||
| 3 | * calc.texi: Use emacsver.texi to determine Emacs version. | ||
| 4 | |||
| 1 | 2010-11-04 Lars Magne Ingebrigtsen <larsi@gnus.org> | 5 | 2010-11-04 Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 2 | 6 | ||
| 3 | * gnus.texi (Customizing the IMAP Connection): Remove nnir mention, | 7 | * gnus.texi (Customizing the IMAP Connection): Remove nnir mention, |