Misc small doc updates
* 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.
This commit is contained in:
parent
f77c7a99c1
commit
03f3b3182d
5 changed files with 16 additions and 4 deletions
|
@ -1,5 +1,7 @@
|
|||
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>
|
||||
|
|
|
@ -51,8 +51,12 @@ files.
|
|||
@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
|
||||
|
|
3
etc/NEWS
3
etc/NEWS
|
@ -851,6 +851,7 @@ because it is moved to vc-cvs.el.
|
|||
---
|
||||
*** 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.
|
||||
|
||||
|
@ -867,6 +868,7 @@ 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.
|
||||
|
||||
+++
|
||||
|
@ -1293,6 +1295,7 @@ meant to be used by other packages.
|
|||
|
||||
* 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
|
||||
|
|
|
@ -8,6 +8,9 @@
|
|||
|
||||
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>
|
||||
|
|
|
@ -949,7 +949,7 @@ or different fonts."
|
|||
|
||||
(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)))
|
||||
|
@ -957,7 +957,7 @@ or different fonts."
|
|||
(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))
|
||||
|
|
Loading…
Add table
Reference in a new issue