diff options
| author | Eli Zaretskii | 2013-09-28 11:03:37 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2013-09-28 11:03:37 +0300 |
| commit | f42349881b1b37e1c84f18559c2a6b8236ecb6d2 (patch) | |
| tree | 8009589c48c2af27ddb2b279044cbbfa8c87c301 /etc | |
| parent | 5cbcc455937df18b3c85d56cca20cf0e0b791ad6 (diff) | |
| parent | 4d2e94d172aa4a4f49b716c5c1c14293d6efa1f8 (diff) | |
| download | emacs-f42349881b1b37e1c84f18559c2a6b8236ecb6d2.tar.gz emacs-f42349881b1b37e1c84f18559c2a6b8236ecb6d2.zip | |
Merge from trunk before trying Unix TTY.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/ChangeLog | 2 | ||||
| -rw-r--r-- | etc/NEWS | 5 |
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 | ||
| 5 | aaaa2013-09-15 Jan Djärv <jan.h.d@swipnet.se> | 5 | 2013-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 | ||
| @@ -154,6 +154,9 @@ not consume CPU cycles. | |||
| 154 | some enhancements, like the ability to restore deleted frames. Command | 154 | some 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 | ||