aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Rumney2005-07-15 21:49:02 +0000
committerJason Rumney2005-07-15 21:49:02 +0000
commit43e5cbd9ccd529641181e4ad5bbf7586d73598d7 (patch)
tree85fcf87222a7142a6bd02ed22e94c9b50010dcb8
parentf95a841c6fbc9ec217a9f59c7ae3c682947a73bd (diff)
downloademacs-43e5cbd9ccd529641181e4ad5bbf7586d73598d7.tar.gz
emacs-43e5cbd9ccd529641181e4ad5bbf7586d73598d7.zip
Default HOME on MS Windows has changed.
-rw-r--r--etc/NEWS11
1 files changed, 11 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 03b494adc04..dea26210ebd 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -3044,6 +3044,17 @@ variable `calculator-radix-grouping-mode'.
3044 3044
3045* Changes in Emacs 22.1 on non-free operating systems 3045* Changes in Emacs 22.1 on non-free operating systems
3046 3046
3047** The HOME directory defaults to Application Data under the user profile.
3048
3049If you used a previous version of Emacs without setting the HOME
3050environment variable and a .emacs was saved, then Emacs will continue
3051using C:/ as the default HOME. But if you are installing Emacs afresh,
3052the default location will be the "Application Data" (or similar
3053localized name) subdirectory of your user profile. This change means
3054that users will have their own .emacs files on shared computers, and
3055the default HOME directory is less likely to be read-only on computers
3056that are administered by someone else.
3057
3047+++ 3058+++
3048** Passing resources on the command line now works on MS Windows. 3059** Passing resources on the command line now works on MS Windows.
3049 3060