aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/ChangeLog5
-rw-r--r--doc/emacs/msdog.texi12
-rw-r--r--doc/misc/ChangeLog4
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 @@
12010-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
12010-10-11 Glenn Morris <rgm@gnu.org> 62010-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
372directory, whereas @file{.emacs} does not. 373directory, 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
378the directory specified by the shortcut. To control where that is,
379right-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 @@
12010-11-09 Jay Belanger <jay.p.belanger@gmail.com>
2
3 * calc.texi: Use emacsver.texi to determine Emacs version.
4
12010-11-04 Lars Magne Ingebrigtsen <larsi@gnus.org> 52010-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,