aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorEli Zaretskii2013-09-28 11:03:37 +0300
committerEli Zaretskii2013-09-28 11:03:37 +0300
commitf42349881b1b37e1c84f18559c2a6b8236ecb6d2 (patch)
tree8009589c48c2af27ddb2b279044cbbfa8c87c301 /etc
parent5cbcc455937df18b3c85d56cca20cf0e0b791ad6 (diff)
parent4d2e94d172aa4a4f49b716c5c1c14293d6efa1f8 (diff)
downloademacs-f42349881b1b37e1c84f18559c2a6b8236ecb6d2.tar.gz
emacs-f42349881b1b37e1c84f18559c2a6b8236ecb6d2.zip
Merge from trunk before trying Unix TTY.
Diffstat (limited to 'etc')
-rw-r--r--etc/ChangeLog2
-rw-r--r--etc/NEWS5
2 files changed, 5 insertions, 2 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 06ca0f3f8bc..a68d76fc4d1 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -2,7 +2,7 @@
2 2
3 * NEWS: Mention new bool-vector functionality. 3 * NEWS: Mention new bool-vector functionality.
4 4
5aaaa2013-09-15 Jan Djärv <jan.h.d@swipnet.se> 52013-09-15 Jan Djärv <jan.h.d@swipnet.se>
6 6
7 * NEWS: Mention the macfont backend. 7 * NEWS: Mention the macfont backend.
8 8
diff --git a/etc/NEWS b/etc/NEWS
index da17f5ddba5..e26d18c93ed 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -154,6 +154,9 @@ not consume CPU cycles.
154some enhancements, like the ability to restore deleted frames. Command 154some enhancements, like the ability to restore deleted frames. Command
155`frame-configuration-to-register' is still available, but unbound. 155`frame-configuration-to-register' is still available, but unbound.
156 156
157** The command `quail-help' is deleted. Use `C-h C-\'
158(`describe-input-method') instead.
159
157 160
158* Editing Changes in Emacs 24.4 161* Editing Changes in Emacs 24.4
159 162
@@ -644,7 +647,7 @@ for something (not just adding elements to it), it ought not to affect you.
644*** `bool-vector-intersection' 647*** `bool-vector-intersection'
645*** `bool-vector-set-difference' 648*** `bool-vector-set-difference'
646*** `bool-vector-not' 649*** `bool-vector-not'
647*** `bool-vector-subset' 650*** `bool-vector-subsetp'
648*** `bool-vector-count-matches' 651*** `bool-vector-count-matches'
649*** `bool-vector-count-matches-at' 652*** `bool-vector-count-matches-at'
650 653