emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r116139: Misc small doc updates


From: Glenn Morris
Subject: [Emacs-diffs] trunk r116139: Misc small doc updates
Date: Fri, 24 Jan 2014 07:30:23 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 116139
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Thu 2014-01-23 23:29:39 -0800
message:
  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.
modified:
  doc/emacs/ChangeLog            changelog-20091113204419-o5vbwnq5f7feedwu-6227
  doc/emacs/ack.texi             ack.texi-20091113204419-o5vbwnq5f7feedwu-6230
  etc/NEWS                       news-20100311060928-aoit31wvzf25yr1z-1
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/woman.el                  woman.el-20091113204419-o5vbwnq5f7feedwu-1805
=== modified file 'doc/emacs/ChangeLog'
--- a/doc/emacs/ChangeLog       2014-01-24 03:34:31 +0000
+++ b/doc/emacs/ChangeLog       2014-01-24 07:29:39 +0000
@@ -1,5 +1,7 @@
 2014-01-24  Glenn Morris  <address@hidden>
 
+       * ack.texi (Acknowledgments): No longer mention obsolete xesam.el.
+
        * files.texi (Interlocking): Copyedit.
 
 2014-01-23  Glenn Morris  <address@hidden>

=== modified file 'doc/emacs/ack.texi'
--- a/doc/emacs/ack.texi        2014-01-01 07:43:34 +0000
+++ b/doc/emacs/ack.texi        2014-01-24 07:29:39 +0000
@@ -51,8 +51,12 @@
 @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;
address@hidden
address@hidden obsolete
address@hidden, a Xesam-based search engine interface;
address@hidden 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

=== modified file 'etc/NEWS'
--- a/etc/NEWS  2014-01-24 04:11:48 +0000
+++ b/etc/NEWS  2014-01-24 07:29:39 +0000
@@ -851,6 +851,7 @@
 ---
 *** 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 @@
 
 *** 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 @@
 
 * 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

=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2014-01-24 04:15:13 +0000
+++ b/lisp/ChangeLog    2014-01-24 07:29:39 +0000
@@ -8,6 +8,9 @@
 
 2014-01-24  Glenn Morris  <address@hidden>
 
+       * woman.el (woman-default-faces, woman-monochrome-faces):
+       Fix obsolescence specification.
+
        * subr.el (with-demoted-errors): Doc fix.
 
 2014-01-23  Stefan Monnier  <address@hidden>

=== modified file 'lisp/woman.el'
--- a/lisp/woman.el     2014-01-10 07:10:37 +0000
+++ b/lisp/woman.el     2014-01-24 07:29:39 +0000
@@ -949,7 +949,7 @@
 
 (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 @@
 (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))


reply via email to

[Prev in Thread] Current Thread [Next in Thread]