aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2011-04-29 17:27:57 +0300
committerEli Zaretskii2011-04-29 17:27:57 +0300
commit9bb095f46e44b642d3420a5f3b8d1443dab1b016 (patch)
tree01e020d8480e20f9f796e51d2281557b8f488311
parentfab624aa3a159b3d91fae009634dd0875a5b0162 (diff)
downloademacs-9bb095f46e44b642d3420a5f3b8d1443dab1b016.tar.gz
emacs-9bb095f46e44b642d3420a5f3b8d1443dab1b016.zip
etc/NEWS: Separate post-23.3 entries.
-rw-r--r--etc/NEWS26
1 files changed, 16 insertions, 10 deletions
diff --git a/etc/NEWS b/etc/NEWS
index c3e746127f1..bee994cfb0f 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -15,11 +15,7 @@ You can narrow news to a specific version by calling `view-emacs-news'
15with a prefix argument or by typing C-u C-h C-n. 15with 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
21crt*.o files, if they are in a non-standard location. This is only
22used 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.
25Versions of libpng before 1.14 had security issues, so we now 21Versions 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
28details and pointers to URLs where the latest libpng can be 24details and pointers to URLs where the latest libpng can be
29downloaded. 25downloaded.
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.
31Depending on the available virtual memory, Emacs on Windows can now
32have up to 2GB of heap space. This allows, e.g., to visit several
33large (> 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
39crt*.o files, if they are in a non-standard location. This is only
40used 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
@@ -139,11 +150,6 @@ starting from the first line of text below the header line.
139** The nextstep port can have different modifiers for the left and right 150** The nextstep port can have different modifiers for the left and right
140alt/option key by customizing the value for ns-right-alternate-modifier. 151alt/option key by customizing the value for ns-right-alternate-modifier.
141 152
142** The MS-Windows port can now use more than 500MB of heap.
143Depending on the available virtual memory, Emacs on Windows can now
144have up to 2GB of heap space. This allows, e.g., to visit several
145large (> 256MB) files in the same session.
146
147 153
148* Installation Changes in Emacs 23.2 154* Installation Changes in Emacs 23.2
149 155