diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS.23 | 21 |
1 files changed, 16 insertions, 5 deletions
diff --git a/etc/NEWS.23 b/etc/NEWS.23 index 458e2bb3d32..5b170231bbd 100644 --- a/etc/NEWS.23 +++ b/etc/NEWS.23 | |||
| @@ -15,11 +15,7 @@ You can narrow news to a specific version by calling `view-emacs-news' | |||
| 15 | with a prefix argument or by typing C-u C-h C-n. | 15 | with a prefix argument or by typing C-u C-h C-n. |
| 16 | 16 | ||
| 17 | 17 | ||
| 18 | * Installation Changes in Emacs 23.3 | 18 | * Installation Changes in Emacs 23.4 |
| 19 | |||
| 20 | ** New configure option --with-crt-dir specifies the location of your | ||
| 21 | crt*.o files, if they are in a non-standard location. This is only | ||
| 22 | used on x86-64 and s390x GNU/Linux architectures. | ||
| 23 | 19 | ||
| 24 | ** The MS-Windows build prefers libpng version 1.14 or later. | 20 | ** The MS-Windows build prefers libpng version 1.14 or later. |
| 25 | Versions of libpng before 1.14 had security issues, so we now | 21 | Versions of libpng before 1.14 had security issues, so we now |
| @@ -28,6 +24,21 @@ require version 1.14 or later. See README.W32 and nt/INSTALL for | |||
| 28 | details and pointers to URLs where the latest libpng can be | 24 | details and pointers to URLs where the latest libpng can be |
| 29 | downloaded. | 25 | downloaded. |
| 30 | 26 | ||
| 27 | |||
| 28 | * Changes in Emacs 23.4 on non-free operating systems | ||
| 29 | |||
| 30 | ** The MS-Windows port can now use more than 500MB of heap. | ||
| 31 | Depending on the available virtual memory, Emacs on Windows can now | ||
| 32 | have up to 2GB of heap space. This allows, e.g., to visit several | ||
| 33 | large (> 256MB) files in the same session. | ||
| 34 | |||
| 35 | |||
| 36 | * Installation Changes in Emacs 23.3 | ||
| 37 | |||
| 38 | ** New configure option --with-crt-dir specifies the location of your | ||
| 39 | crt*.o files, if they are in a non-standard location. This is only | ||
| 40 | used on x86-64 and s390x GNU/Linux architectures. | ||
| 41 | |||
| 31 | * Changes in Emacs 23.3 | 42 | * Changes in Emacs 23.3 |
| 32 | 43 | ||
| 33 | ** The last-resort backup file `%backup%~' is now written to | 44 | ** The last-resort backup file `%backup%~' is now written to |