aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorPaul Eggert2015-03-03 14:38:53 -0800
committerPaul Eggert2015-03-03 14:38:53 -0800
commit923602fefbfadd47e0b675d97aa1b28a16971da0 (patch)
tree8f2c148120694da902f3947e8bd097c0d0f469a8 /etc
parent1fb87f1f1aa0947ec7b572a0ec1677c18aefc9f0 (diff)
parent0077b36e2ed14e484c1f736496db9314ef7ca177 (diff)
downloademacs-923602fefbfadd47e0b675d97aa1b28a16971da0.tar.gz
emacs-923602fefbfadd47e0b675d97aa1b28a16971da0.zip
Merge from origin/emacs-24
0077b36 # NEWS copyedits 3ca2ff3 * lisp/erc/erc.el (erc-rename-buffers): Doc fix. Add :version. b85523f * lisp/textmodes/flyspell.el (flyspell-duplicate-distance): decb48d Augment text-mode syntax table for a few special characters 8b3ba7a Improve docs of transient-mark-mode (Bug#19841) 72fd047 NEWS: Add section to include ERC changes a7254bb Improve string search in `flyspell-word-search-*`. (Bug#16800) Conflicts: etc/ChangeLog etc/NEWS lisp/ChangeLog lisp/erc/ChangeLog src/ChangeLog
Diffstat (limited to 'etc')
-rw-r--r--etc/ChangeLog5
-rw-r--r--etc/NEWS22
2 files changed, 27 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 99a74f942f2..9c11e18fb69 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,8 @@
12015-03-03 Kelvin White <kwhite@gnu.org>
2
3 * NEWS: Add section to include ERC changes
4
52015-03-03 Eli Zaretskii <eliz@gnu.org>
12015-03-02 Daniel Colascione <dancol@dancol.org> 62015-03-02 Daniel Colascione <dancol@dancol.org>
2 7
3 * NEWS: Mention finalizers. 8 * NEWS: Mention finalizers.
diff --git a/etc/NEWS b/etc/NEWS
index a94c4caac64..8509cc0030f 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -25,8 +25,11 @@ otherwise leave it unmarked.
25* Installation Changes in Emacs 25.1 25* Installation Changes in Emacs 25.1
26 26
27+++ 27+++
28
28** Building Emacs now requires C99 or later. 29** Building Emacs now requires C99 or later.
29 30
31** The variable `redisplay-dont-pause' is obsolete.
32
30** Building Emacs now requires GNU make, version 3.81 or later. 33** Building Emacs now requires GNU make, version 3.81 or later.
31 34
32+++ 35+++
@@ -40,9 +43,28 @@ should be able to work around the problem either by porting the Emacs
40undumping code to GCC under IRIX, or by configuring --with-wide-int, 43undumping code to GCC under IRIX, or by configuring --with-wide-int,
41or by sticking with Emacs 24.4. 44or by sticking with Emacs 24.4.
42 45
46** ERC
47
43** 'configure' now prefers gnustep-config when configuring GNUstep. 48** 'configure' now prefers gnustep-config when configuring GNUstep.
44If gnustep-config is not available, the old heuristics are used. 49If gnustep-config is not available, the old heuristics are used.
45 50
51+++
52*** New option `erc-rename-buffers'.
53
54---
55*** New faces `erc-my-nick-prefix-face' and `erc-nick-prefix-face'.
56
57+++
58*** `erc-format-@nick' displays all user modes instead of only op and voice.
59
60---
61*** The display of irc commands in the current buffer has been disabled.
62
63---
64*** `erc-version' now follows the Emacs version.
65
66** Obsolete packages
67
46--- 68---
47*** cc-compat.el 69*** cc-compat.el
48 70