diff options
| -rw-r--r-- | etc/NEWS | 12 |
1 files changed, 12 insertions, 0 deletions
| @@ -39,6 +39,18 @@ MS-Windows. The Windows-specific configure.bat and makefile.w32-in | |||
| 39 | files are deprecated. See the file nt/INSTALL.MSYS for detailed | 39 | files are deprecated. See the file nt/INSTALL.MSYS for detailed |
| 40 | instructions. | 40 | instructions. |
| 41 | 41 | ||
| 42 | Using the Posix configure script and Makefile's also means a change in | ||
| 43 | the directory structure of the Emacs installation on Windows. It is | ||
| 44 | now the same as on GNU and Unix systems. In particular, the auxiliary | ||
| 45 | programs, such as cmdproxy.exe and hexl.exe, are in | ||
| 46 | libexec/emacs/VERSION/i686-pc-mingw32 (where VERSION is the Emacs | ||
| 47 | version), version-independent site-lisp is in share/emacs/site-lisp, | ||
| 48 | version-specific Lisp files are in share/emacs/VERSION/lisp and in | ||
| 49 | share/emacs/VERSION/site-lisp, Info docs are in share/info, and data | ||
| 50 | files are in share/emacs/VERSION/etc. (Emacs knows about all these | ||
| 51 | directories and will find the files in there automatically; there's no | ||
| 52 | need to set any variables due to this change.) | ||
| 53 | |||
| 42 | 54 | ||
| 43 | * Startup Changes in Emacs 24.4 | 55 | * Startup Changes in Emacs 24.4 |
| 44 | 56 | ||