aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2009-09-01 16:26:23 +0000
committerGlenn Morris2009-09-01 16:26:23 +0000
commit0142e36b61fc557fd3536e15e34518facc70ad94 (patch)
tree84e132eb009acebe87388330b75174626ce2e5df
parent2fb1ec93cedbc35037476cd01b197dd4d2e53434 (diff)
downloademacs-0142e36b61fc557fd3536e15e34518facc70ad94.tar.gz
emacs-0142e36b61fc557fd3536e15e34518facc70ad94.zip
Mark face aliases with "-face" suffix as obsolete.
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/progmodes/antlr-mode.el8
2 files changed, 13 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index e54ce5715c7..a7c9a5695ec 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -50,6 +50,11 @@
50 * eshell/em-prompt.el (eshell-prompt-face): 50 * eshell/em-prompt.el (eshell-prompt-face):
51 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face): 51 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
52 * obsolete/old-whitespace.el (whitespace-highlight-face): 52 * obsolete/old-whitespace.el (whitespace-highlight-face):
53 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
54 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
55 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
56 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
57 (antlr-font-lock-literal-face):
53 * progmodes/ebrowse.el (ebrowse-tree-mark-face) 58 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
54 (ebrowse-root-class-face, ebrowse-file-name-face) 59 (ebrowse-root-class-face, ebrowse-file-name-face)
55 (ebrowse-default-face, ebrowse-member-attribute-face) 60 (ebrowse-default-face, ebrowse-member-attribute-face)
diff --git a/lisp/progmodes/antlr-mode.el b/lisp/progmodes/antlr-mode.el
index 375afe8ca2b..521e8a17aeb 100644
--- a/lisp/progmodes/antlr-mode.el
+++ b/lisp/progmodes/antlr-mode.el
@@ -835,6 +835,7 @@ Do not change."
835 :group 'antlr) 835 :group 'antlr)
836;; backward-compatibility alias 836;; backward-compatibility alias
837(put 'antlr-font-lock-default-face 'face-alias 'antlr-default) 837(put 'antlr-font-lock-default-face 'face-alias 'antlr-default)
838(put 'antlr-font-lock-default-face 'obsolete-face "22.1")
838 839
839(defvar antlr-keyword-face 'antlr-keyword) 840(defvar antlr-keyword-face 'antlr-keyword)
840(defface antlr-keyword 841(defface antlr-keyword
@@ -846,6 +847,7 @@ Do not change."
846 :group 'antlr) 847 :group 'antlr)
847;; backward-compatibility alias 848;; backward-compatibility alias
848(put 'antlr-font-lock-keyword-face 'face-alias 'antlr-keyword) 849(put 'antlr-font-lock-keyword-face 'face-alias 'antlr-keyword)
850(put 'antlr-font-lock-keyword-face 'obsolete-face "22.1")
849 851
850(defvar antlr-syntax-face 'antlr-keyword) 852(defvar antlr-syntax-face 'antlr-keyword)
851(defface antlr-syntax 853(defface antlr-syntax
@@ -857,6 +859,7 @@ Do not change."
857 :group 'antlr) 859 :group 'antlr)
858;; backward-compatibility alias 860;; backward-compatibility alias
859(put 'antlr-font-lock-syntax-face 'face-alias 'antlr-syntax) 861(put 'antlr-font-lock-syntax-face 'face-alias 'antlr-syntax)
862(put 'antlr-font-lock-syntax-face 'obsolete-face "22.1")
860 863
861(defvar antlr-ruledef-face 'antlr-ruledef) 864(defvar antlr-ruledef-face 'antlr-ruledef)
862(defface antlr-ruledef 865(defface antlr-ruledef
@@ -868,6 +871,7 @@ Do not change."
868 :group 'antlr) 871 :group 'antlr)
869;; backward-compatibility alias 872;; backward-compatibility alias
870(put 'antlr-font-lock-ruledef-face 'face-alias 'antlr-ruledef) 873(put 'antlr-font-lock-ruledef-face 'face-alias 'antlr-ruledef)
874(put 'antlr-font-lock-ruledef-face 'obsolete-face "22.1")
871 875
872(defvar antlr-tokendef-face 'antlr-tokendef) 876(defvar antlr-tokendef-face 'antlr-tokendef)
873(defface antlr-tokendef 877(defface antlr-tokendef
@@ -879,6 +883,7 @@ Do not change."
879 :group 'antlr) 883 :group 'antlr)
880;; backward-compatibility alias 884;; backward-compatibility alias
881(put 'antlr-font-lock-tokendef-face 'face-alias 'antlr-tokendef) 885(put 'antlr-font-lock-tokendef-face 'face-alias 'antlr-tokendef)
886(put 'antlr-font-lock-tokendef-face 'obsolete-face "22.1")
882 887
883(defvar antlr-ruleref-face 'antlr-ruleref) 888(defvar antlr-ruleref-face 'antlr-ruleref)
884(defface antlr-ruleref 889(defface antlr-ruleref
@@ -888,6 +893,7 @@ Do not change."
888 :group 'antlr) 893 :group 'antlr)
889;; backward-compatibility alias 894;; backward-compatibility alias
890(put 'antlr-font-lock-ruleref-face 'face-alias 'antlr-ruleref) 895(put 'antlr-font-lock-ruleref-face 'face-alias 'antlr-ruleref)
896(put 'antlr-font-lock-ruleref-face 'obsolete-face "22.1")
891 897
892(defvar antlr-tokenref-face 'antlr-tokenref) 898(defvar antlr-tokenref-face 'antlr-tokenref)
893(defface antlr-tokenref 899(defface antlr-tokenref
@@ -897,6 +903,7 @@ Do not change."
897 :group 'antlr) 903 :group 'antlr)
898;; backward-compatibility alias 904;; backward-compatibility alias
899(put 'antlr-font-lock-tokenref-face 'face-alias 'antlr-tokenref) 905(put 'antlr-font-lock-tokenref-face 'face-alias 'antlr-tokenref)
906(put 'antlr-font-lock-tokenref-face 'obsolete-face "22.1")
900 907
901(defvar antlr-literal-face 'antlr-literal) 908(defvar antlr-literal-face 'antlr-literal)
902(defface antlr-literal 909(defface antlr-literal
@@ -910,6 +917,7 @@ It is used to highlight strings matched by the first regexp group of
910 :group 'antlr) 917 :group 'antlr)
911;; backward-compatibility alias 918;; backward-compatibility alias
912(put 'antlr-font-lock-literal-face 'face-alias 'antlr-literal) 919(put 'antlr-font-lock-literal-face 'face-alias 'antlr-literal)
920(put 'antlr-font-lock-literal-face 'obsolete-face "22.1")
913 921
914(defcustom antlr-font-lock-literal-regexp "\"\\(\\sw\\(\\sw\\|-\\)*\\)\"" 922(defcustom antlr-font-lock-literal-regexp "\"\\(\\sw\\(\\sw\\|-\\)*\\)\""
915 "Regexp matching literals with special syntax highlighting, or nil. 923 "Regexp matching literals with special syntax highlighting, or nil.