aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorStefan Monnier2014-09-29 14:14:08 -0400
committerStefan Monnier2014-09-29 14:14:08 -0400
commitcbdc06f3be1fb1921454d15d5d9f48bef85cba9e (patch)
treeeadcc7cd3232cc8f8ac5789d5ef48cc69796a19c /etc
parent8f24b587c87f621f5bc9997589de5d4e3f73b1c3 (diff)
downloademacs-cbdc06f3be1fb1921454d15d5d9f48bef85cba9e.tar.gz
emacs-cbdc06f3be1fb1921454d15d5d9f48bef85cba9e.zip
Rename 24.5 to 25.1
Except where we expect to backport the corresponding change.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS20
1 files changed, 10 insertions, 10 deletions
diff --git a/etc/NEWS b/etc/NEWS
index f8f7887b4df..6f9bf83a8b1 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -22,7 +22,7 @@ When you add a new item, use the appropriate mark if you are sure it applies,
22otherwise leave it unmarked. 22otherwise leave it unmarked.
23 23
24 24
25* Installation Changes in Emacs 24.5 25* Installation Changes in Emacs 25.1
26 26
27+++ 27+++
28** Building Emacs now requires C99 or later. 28** Building Emacs now requires C99 or later.
@@ -44,10 +44,10 @@ Use './configure PKG_CONFIG=/full/name/of/pkg-config' if you need to.
44'make V=0' now do a better job of suppressing chatter. 44'make V=0' now do a better job of suppressing chatter.
45 45
46 46
47* Startup Changes in Emacs 24.5 47* Startup Changes in Emacs 25.1
48 48
49 49
50* Changes in Emacs 24.5 50* Changes in Emacs 25.1
51 51
52** `insert-register' now leaves point after the inserted text 52** `insert-register' now leaves point after the inserted text
53when called interactively. A prefix argument toggles this behavior. 53when called interactively. A prefix argument toggles this behavior.
@@ -90,7 +90,7 @@ codeset is "UTF-8" (as in "en_US.UTF-8"). This is needed because
90MS-Windows doesn't support UTF-8 as codeset in its locales. 90MS-Windows doesn't support UTF-8 as codeset in its locales.
91 91
92 92
93* Editing Changes in Emacs 24.5 93* Editing Changes in Emacs 25.1
94 94
95** Emacs now supports "bracketed paste mode" when running on a terminal 95** Emacs now supports "bracketed paste mode" when running on a terminal
96that supports it. This facility allows Emacs to understand pasted 96that supports it. This facility allows Emacs to understand pasted
@@ -100,7 +100,7 @@ paste experience similar to that under a window system, and significant
100performance improvements when pasting large amounts of text. 100performance improvements when pasting large amounts of text.
101 101
102 102
103* Changes in Specialized Modes and Packages in Emacs 24.5 103* Changes in Specialized Modes and Packages in Emacs 25.1
104 104
105** ElDoc 105** ElDoc
106*** New minor mode global-eldoc-mode 106*** New minor mode global-eldoc-mode
@@ -216,10 +216,10 @@ These emulations of old editors are believed to be no longer relevant
216*** vi.el, vip.el (try M-x viper instead) 216*** vi.el, vip.el (try M-x viper instead)
217 217
218 218
219* New Modes and Packages in Emacs 24.5 219* New Modes and Packages in Emacs 25.1
220 220
221 221
222* Incompatible Lisp Changes in Emacs 24.5 222* Incompatible Lisp Changes in Emacs 25.1
223 223
224** window-configurations no longer record the buffers's marks. 224** window-configurations no longer record the buffers's marks.
225 225
@@ -240,7 +240,7 @@ These slots used to hold key-shortcut data, but have been obsolete since
240Emacs-21. 240Emacs-21.
241 241
242 242
243* Lisp Changes in Emacs 24.5 243* Lisp Changes in Emacs 25.1
244 244
245*** call-process-shell-command and process-file-shell-command 245*** call-process-shell-command and process-file-shell-command
246don't take "&rest args" any more. 246don't take "&rest args" any more.
@@ -277,7 +277,7 @@ optional repeat-count argument.
277 as the first or last argument of subsequent forms. 277 as the first or last argument of subsequent forms.
278 278
279 279
280* Changes in Frames and Windows Code in Emacs 24.5 280* Changes in Frames and Windows Code in Emacs 25.1
281 281
282** Emacs can now draw horizontal scroll bars on some platforms that 282** Emacs can now draw horizontal scroll bars on some platforms that
283provide toolkit scroll bars, namely Gtk, Lucid, Motif and Windows. 283provide toolkit scroll bars, namely Gtk, Lucid, Motif and Windows.
@@ -311,7 +311,7 @@ fullwidth frames, the behavior may depend on the toolkit used.
311 specific frame does not resize that frame in order to preserve the 311 specific frame does not resize that frame in order to preserve the
312 number of columns or lines it displays. 312 number of columns or lines it displays.
313 313
314* Changes in Emacs 24.5 on Non-Free Operating Systems 314* Changes in Emacs 25.1 on Non-Free Operating Systems
315 315
316--- 316---
317** Building Emacs for MS-Windows requires at least Windows XP 317** Building Emacs for MS-Windows requires at least Windows XP