aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Ingebrigtsen2014-02-08 20:24:02 -0800
committerLars Ingebrigtsen2014-02-08 20:24:02 -0800
commit90b43013e97241654dd87f6c8af1ee710a2475ab (patch)
treef2f25eb02ab4efcc5ab6440b6f4107b2eedad558
parent28d51810bea43908ef33f29f65f21c7f67c7bea7 (diff)
downloademacs-90b43013e97241654dd87f6c8af1ee710a2475ab.tar.gz
emacs-90b43013e97241654dd87f6c8af1ee710a2475ab.zip
* NEWS: Mention all the Apropos face options that have been removed.
Fixes: debbugs:16516
-rw-r--r--etc/ChangeLog5
-rw-r--r--etc/NEWS3
2 files changed, 7 insertions, 1 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 235940ccd0b..4cad9c762a2 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,8 @@
12014-02-09 Lars Ingebrigtsen <larsi@gnus.org>
2
3 * NEWS: Mention all the Apropos face options that have been
4 removed (bug#16516).
5
12014-01-31 Dmitry Gutov <dgutov@yandex.ru> 62014-01-31 Dmitry Gutov <dgutov@yandex.ru>
2 7
3 * NEWS: Mention `ruby-align-chained-calls'. 8 * NEWS: Mention `ruby-align-chained-calls'.
diff --git a/etc/NEWS b/etc/NEWS
index 9c0d0398d73..a82e1bbc973 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1879,7 +1879,8 @@ These faces are named `apropos-symbol', `apropos-keybinding', and so on;
1879see the `apropos' Custom group for details. 1879see the `apropos' Custom group for details.
1880 1880
1881*** The old options whose values specified faces to use have been removed 1881*** The old options whose values specified faces to use have been removed
1882(i.e. `apropos-symbol-face', `apropos-keybinding-face', etc.). 1882(i.e. `apropos-symbol-face', `apropos-keybinding-face', `apropos-label-face',
1883`apropos-match-face' and `apropos-property-face'.).
1883 1884
1884** Buffer Menu 1885** Buffer Menu
1885 1886