emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r110333: * lisp/faces.el (modeline):


From: Stefan Monnier
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r110333: * lisp/faces.el (modeline): Remove obsolete face name.
Date: Mon, 01 Oct 2012 20:40:56 -0400
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 110333
committer: Stefan Monnier <address@hidden>
branch nick: trunk
timestamp: Mon 2012-10-01 20:40:56 -0400
message:
  * lisp/faces.el (modeline): Remove obsolete face name.
modified:
  etc/NEWS
  lisp/ChangeLog
  lisp/faces.el
=== modified file 'etc/NEWS'
--- a/etc/NEWS  2012-10-02 00:31:56 +0000
+++ b/etc/NEWS  2012-10-02 00:40:56 +0000
@@ -686,7 +686,7 @@
 **** inactivate-current-input-method-function ->
      deactivate-current-input-method-function
 
-** Some obsolete functions and variables were removed:
+** Some obsolete functions, variables, and faces were removed:
 
 *** `facemenu-unlisted-faces'
 *** `rmail-decode-mime-charset'
@@ -705,6 +705,7 @@
 *** `vc-ignore-vc-files' (use `vc-handled-backends' instead)
 *** `vc-master-templates' (use `vc-handled-backends' instead)
 *** `vc-checkout-carefully'
+*** `modeline'
 
 
 * Lisp changes in Emacs 24.3

=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2012-10-02 00:37:39 +0000
+++ b/lisp/ChangeLog    2012-10-02 00:40:56 +0000
@@ -1,5 +1,7 @@
 2012-10-02  Stefan Monnier  <address@hidden>
 
+       * faces.el (modeline): Remove obsolete face name.
+
        * vc/add-log.el (add-log-buffer-file-name-function): Demote to defvar
        and give a non-nil default value.
        (add-change-log-entry): Simplify accordingly.

=== modified file 'lisp/faces.el'
--- a/lisp/faces.el     2012-09-27 07:28:48 +0000
+++ b/lisp/faces.el     2012-10-02 00:40:56 +0000
@@ -2272,8 +2272,6 @@
   :version "21.1"
   :group 'mode-line-faces
   :group 'basic-faces)
-;; No need to define aliases of this form for new faces.
-(define-obsolete-face-alias 'modeline 'mode-line "21.1")
 
 (defface mode-line-inactive
   '((default


reply via email to

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