Mercurial > emacs
annotate lisp/toolbar/lc-saveas.xpm @ 63195:d4857c25a45b
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-366
Remove "-face" suffix from change-log faces
2005-06-10 Miles Bader <miles@gnu.org>
* lisp/add-log.el (change-log-date, change-log-name)
(change-log-email, change-log-file, change-log-list)
(change-log-conditionals, change-log-function)
(change-log-acknowledgement): Remove "-face" suffix from face names.
(change-log-date-face, change-log-name-face)
(change-log-email-face, change-log-file-face)
(change-log-list-face, change-log-conditionals-face)
(change-log-function-face, change-log-acknowledgement-face):
New backward-compatibility aliases for renamed faces.
(change-log-font-lock-keywords): Use renamed change-log faces.
author | Miles Bader <miles@gnu.org> |
---|---|
date | Fri, 10 Jun 2005 07:26:14 +0000 |
parents | e3fc28ed75ac |
children |
rev | line source |
---|---|
56001 | 1 /* XPM */ |
2 static char * saveas2_xpm[] = { | |
3 "24 24 13 1", | |
4 " c None", | |
5 ". c #000100", | |
6 "+ c #BBBDBA", | |
7 "@ c #7A98B0", | |
8 "# c #FFFFFF", | |
9 "$ c #6B6B66", | |
10 "% c #3E4850", | |
11 "& c #B0CCE2", | |
12 "* c #4D687C", | |
13 "= c #EBA291", | |
14 "- c #504D46", | |
15 "; c #D3B354", | |
16 "> c #974F3D", | |
17 " .. ", | |
18 " .;;. ", | |
19 " .............;;-... ", | |
20 " .&&$========.;;-.%@@. ", | |
21 " .&@$=======.;;-.>-@*. ", | |
22 " .&@$======.;;-.>>%@*. ", | |
23 " .&@$#####.;;-.++#$@*. ", | |
24 " .&@$####.;;-.++##$@*. ", | |
25 " .&@$+++.;;-.+++++$@*. ", | |
26 " .&@$###.;-.++####$@*. ", | |
27 " .&@$##.-..++#####$@*. ", | |
28 " .&@$++..+++++++++$@$. ", | |
29 " .&@$###++########$@%. ", | |
30 " .&@@$$$$$$$$$$$$$$@%. ", | |
31 " .&@@@@@@@@@@@@@@@@@%. ", | |
32 " .&@@@%%%**$$$$%%%@&%. ", | |
33 " .&@@%++####++++$**&%. ", | |
34 " .&@@%+#$--+++++%**&%. ", | |
35 " .&@@%##$--+++++%**&%. ", | |
36 " .&@@%##---+++##%**&%. ", | |
37 " .@@@%++---++###%**&%. ", | |
38 " .**%++++++##++%**&%. ", | |
39 " ................%. ", | |
40 " "}; |