diff options
| author | Jason Rumney | 2005-07-15 21:49:02 +0000 |
|---|---|---|
| committer | Jason Rumney | 2005-07-15 21:49:02 +0000 |
| commit | 43e5cbd9ccd529641181e4ad5bbf7586d73598d7 (patch) | |
| tree | 85fcf87222a7142a6bd02ed22e94c9b50010dcb8 | |
| parent | f95a841c6fbc9ec217a9f59c7ae3c682947a73bd (diff) | |
| download | emacs-43e5cbd9ccd529641181e4ad5bbf7586d73598d7.tar.gz emacs-43e5cbd9ccd529641181e4ad5bbf7586d73598d7.zip | |
Default HOME on MS Windows has changed.
| -rw-r--r-- | etc/NEWS | 11 |
1 files changed, 11 insertions, 0 deletions
| @@ -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 | |||
| 3049 | If you used a previous version of Emacs without setting the HOME | ||
| 3050 | environment variable and a .emacs was saved, then Emacs will continue | ||
| 3051 | using C:/ as the default HOME. But if you are installing Emacs afresh, | ||
| 3052 | the default location will be the "Application Data" (or similar | ||
| 3053 | localized name) subdirectory of your user profile. This change means | ||
| 3054 | that users will have their own .emacs files on shared computers, and | ||
| 3055 | the default HOME directory is less likely to be read-only on computers | ||
| 3056 | that 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 | ||