emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r110999: * lisp/woman.el (woman-defau


From: Chong Yidong
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r110999: * lisp/woman.el (woman-default-faces, woman-monochrome-faces): Mark as obsolete.
Date: Sun, 25 Nov 2012 00:58:43 +0800
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 110999
committer: Chong Yidong <address@hidden>
branch nick: trunk
timestamp: Sun 2012-11-25 00:58:43 +0800
message:
  * lisp/woman.el (woman-default-faces, woman-monochrome-faces): Mark as 
obsolete.
modified:
  etc/NEWS
  lisp/ChangeLog
  lisp/woman.el
=== modified file 'etc/NEWS'
--- a/etc/NEWS  2012-11-22 08:39:27 +0000
+++ b/etc/NEWS  2012-11-24 16:58:43 +0000
@@ -55,6 +55,11 @@
   name and arguments.  Useful to trace the value of (current-buffer) or
   (point) when the function is invoked.
 
+** Woman
+
+*** The commands `woman-default-faces' and `woman-monochrome-faces'
+are obsolete.  Customize the `woman-* faces instead.
+
 
 * New Modes and Packages in Emacs 24.4
 ** New nadvice.el package offering lighter-weight advice facilities.

=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2012-11-24 03:46:29 +0000
+++ b/lisp/ChangeLog    2012-11-24 16:58:43 +0000
@@ -1,5 +1,8 @@
 2012-11-24  Chong Yidong  <address@hidden>
 
+       * woman.el (woman-default-faces, woman-monochrome-faces): Mark as
+       obsolete.
+
        * custom.el (custom-theme-set-variables): Use a topological sort
        for ordering by custom dependencies (Bug#12952).
        (custom--sort-vars, custom--sort-vars-1): New functions.

=== modified file 'lisp/woman.el'
--- a/lisp/woman.el     2012-11-18 01:52:36 +0000
+++ b/lisp/woman.el     2012-11-24 16:58:43 +0000
@@ -949,6 +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"))
   (interactive)
   (face-spec-set 'woman-italic (face-user-default-spec 'woman-italic))
   (face-spec-set 'woman-bold (face-user-default-spec 'woman-bold)))
@@ -956,6 +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"))
   (interactive)
   (set-face-foreground 'woman-italic 'unspecified)
   (set-face-foreground 'woman-bold 'unspecified))
@@ -1828,8 +1830,6 @@
    ["Use Full Frame Width" woman-toggle-fill-frame
     :active t :style toggle :selected woman-fill-frame]
    ["Reformat Last Man Page" woman-reformat-last-file t]
-   ["Use Monochrome Main Faces" woman-monochrome-faces t]
-   ["Use Default Main Faces" woman-default-faces t]
    ["Make Contents Menu" (woman-imenu t) (not woman-imenu-done)]
    "--"
    ["Describe (Wo)Man Mode" describe-mode t]


reply via email to

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