aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorPaul Eggert2015-03-03 14:41:30 -0800
committerPaul Eggert2015-03-03 14:41:30 -0800
commit37ad855a38786722833d06dfe78786acc7e9f412 (patch)
treede0f0c7aac92eb2c321c1d6ec3254250316d1035 /etc
parent36a50f38fbbcf5cc0cafc44af9d1bfcd6c13fc25 (diff)
parentf1601063f29c99be77d2513320ed6d2494926c1d (diff)
downloademacs-37ad855a38786722833d06dfe78786acc7e9f412.tar.gz
emacs-37ad855a38786722833d06dfe78786acc7e9f412.zip
Merge from origin/emacs-24
f160106 Avoid assertion violations in Rmail due to newline cache 1b0ebbd browse-url-firefox: update for firefox 36's removal of -remote 1817892 Avoid erratic behavior of menu-bar tooltips on w32 (Bug#19925) 0260932 Bump python.el version b0adfc7 Spelling fixes 35f047c * src/fileio.c (Fmake_temp_name): Doc tweaks. 6f2971a * lisp/comint.el (comint-line-beginning-position): Revert searching 65d8ac7 Mention in admin/notes/repo how to mark commits not to be merged. 86fe750 # Remove NEWS temporary markup 4fa778b erc.el: Add old version header for package.el compatibilty 9366f05 Tramp: Disable paging with PAGER=cat Conflicts: admin/notes/repo etc/NEWS lisp/ChangeLog lisp/erc/ChangeLog src/ChangeLog
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS29
1 files changed, 14 insertions, 15 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 8509cc0030f..0e02fc7022c 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -14,13 +14,6 @@ and NEWS.1-17 for changes in older Emacs versions.
14You can narrow news to a specific version by calling `view-emacs-news' 14You 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
17Temporary note:
18+++ indicates that all necessary documentation updates are complete.
19 (This means all relevant manuals in doc/ AND lisp doc-strings.)
20--- means no change in the manuals is needed.
21When you add a new item, use the appropriate mark if you are sure it applies,
22otherwise leave it unmarked.
23
24 17
25* Installation Changes in Emacs 25.1 18* Installation Changes in Emacs 25.1
26 19
@@ -28,13 +21,16 @@ otherwise leave it unmarked.
28 21
29** Building Emacs now requires C99 or later. 22** Building Emacs now requires C99 or later.
30 23
24** The default value of `history-length' has increased to 100.
25
31** The variable `redisplay-dont-pause' is obsolete. 26** The variable `redisplay-dont-pause' is obsolete.
32 27
33** Building Emacs now requires GNU make, version 3.81 or later. 28** Building Emacs now requires GNU make, version 3.81 or later.
34 29
35+++ 30** `call-process-shell-command' and `process-file-shell-command' no longer
36** `call-process-shell-command' and `process-file-shell-command' 31take "&rest args".
37don't take "&rest args" any more. 32
33** The option `browse-url-firefox-startup-arguments' no longer has an effect.
38 34
39** By default, Emacs no longer works on IRIX. We expect that Emacs 35** By default, Emacs no longer works on IRIX. We expect that Emacs
40users are not affected by this, as SGI stopped supporting IRIX in 36users are not affected by this, as SGI stopped supporting IRIX in
@@ -51,32 +47,33 @@ If gnustep-config is not available, the old heuristics are used.
51+++ 47+++
52*** New option `erc-rename-buffers'. 48*** New option `erc-rename-buffers'.
53 49
54---
55*** New faces `erc-my-nick-prefix-face' and `erc-nick-prefix-face'. 50*** New faces `erc-my-nick-prefix-face' and `erc-nick-prefix-face'.
56 51
57+++
58*** `erc-format-@nick' displays all user modes instead of only op and voice. 52*** `erc-format-@nick' displays all user modes instead of only op and voice.
59 53
60---
61*** The display of irc commands in the current buffer has been disabled. 54*** The display of irc commands in the current buffer has been disabled.
62 55
63---
64*** `erc-version' now follows the Emacs version. 56*** `erc-version' now follows the Emacs version.
65 57
66** Obsolete packages 58** Obsolete packages
67 59
68---
69*** cc-compat.el 60*** cc-compat.el
70 61
71--- 62---
72** The configure option `--with-pkg-config-prog' has been removed. 63** The configure option `--with-pkg-config-prog' has been removed.
73Use './configure PKG_CONFIG=/full/name/of/pkg-config' if you need to. 64Use './configure PKG_CONFIG=/full/name/of/pkg-config' if you need to.
74 65
66*** crisp.el (moved to elpa.gnu.org)
67
75** The configure option '--enable-silent-rules' is now the default, 68** The configure option '--enable-silent-rules' is now the default,
76and silent rules are now quieter. To get the old behavior where 69and silent rules are now quieter. To get the old behavior where
77'make' chatters a lot, configure with '--disable-silent-rules' or 70'make' chatters a lot, configure with '--disable-silent-rules' or
78build with 'make V=1'. 71build with 'make V=1'.
79 72
73*** tpu-edt.el, ws-mode.el
74These emulations of old editors are believed to be no longer relevant
75 - contact emacs-devel@gnu.org if you disagree.
76
80--- 77---
81** The configure option '--with-gameuser' now allows to specify a 78** The configure option '--with-gameuser' now allows to specify a
82group instead of a user if its argument is prefixed by ':' (a colon). 79group instead of a user if its argument is prefixed by ':' (a colon).
@@ -89,6 +86,8 @@ be installed setgid. The option now defaults to the 'games' group.
89It has no particular connection to Emacs and has not changed in years, 86It has no particular connection to Emacs and has not changed in years,
90so if you want to use it, you can always take a copy from an older Emacs. 87so if you want to use it, you can always take a copy from an older Emacs.
91 88
89*** vi.el, vip.el (try M-x viper instead)
90
92 91
93* Startup Changes in Emacs 25.1 92* Startup Changes in Emacs 25.1
94 93