* doc/emacs/ack.texi (Acknowledgments): No longer mention obsolete xesam.el.
* lisp/woman.el (woman-default-faces, woman-monochrome-faces):
Fix obsolescence specification.
* etc/NEWS: Related markup.
2014-01-24 Glenn Morris <rgm@gnu.org>
+ * ack.texi (Acknowledgments): No longer mention obsolete xesam.el.
+
* files.texi (Interlocking): Copyedit.
2014-01-23 Glenn Morris <rgm@gnu.org>
@item
Michael Albinus wrote @file{dbus.el}, a package that implements the
D-Bus message bus protocol; @file{zeroconf.el}, a mode for browsing
-Avahi services; @file{xesam.el}, a Xesam-based search engine
-interface; and @file{secrets.el}, an interface to keyring daemons for
+Avahi services;
+@ignore
+@c obsolete
+@file{xesam.el}, a Xesam-based search engine interface;
+@end ignore
+and @file{secrets.el}, an interface to keyring daemons for
storing confidential data. He and Kai Großjohann wrote the Tramp package, which
provides transparent remote file editing using rcp, ssh, ftp, and
other network protocols. He and Daniel Pittman wrote
---
*** New commands: `vhdl-fix-statement-region', `vhdl-fix-statement-buffer'.
+---
** The Woman commands `woman-default-faces' and `woman-monochrome-faces'
are obsolete. Customize the `woman-*' faces instead.
*** The previous version of todo-mode.el is obsolete and renamed otodo-mode.el.
+---
*** xesam.el is obsolete, because the XESAM project has been canceled.
+++
\f
* Changes in Emacs 24.4 on Non-Free Operating Systems
+---
** The procedure for building Emacs on MS-Windows has changed.
It is now built by running the same configure script as on all other
platforms. This requires the MSYS environment and MinGW development
2014-01-24 Glenn Morris <rgm@gnu.org>
+ * woman.el (woman-default-faces, woman-monochrome-faces):
+ Fix obsolescence specification.
+
* subr.el (with-demoted-errors): Doc fix.
2014-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
(defun woman-default-faces ()
"Set foreground colors of italic and bold faces to their default values."
- (declare (obsolete choose-completion-guess-base-position "23.2"))
+ (declare (obsolete "customize the woman-* faces instead." "24.4"))
(interactive)
(face-spec-set 'woman-italic (face-user-default-spec 'woman-italic))
(face-spec-set 'woman-bold (face-user-default-spec 'woman-bold)))
(defun woman-monochrome-faces ()
"Set foreground colors of italic and bold faces to that of the default face.
This is usually either black or white."
- (declare (obsolete choose-completion-guess-base-position "23.2"))
+ (declare (obsolete "customize the woman-* faces instead." "24.4"))
(interactive)
(set-face-foreground 'woman-italic 'unspecified)
(set-face-foreground 'woman-bold 'unspecified))