Mercurial > emacs
annotate lisp/toolbar/widen.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 | 2568d5a27317 |
children |
rev | line source |
---|---|
47730 | 1 /* XPM */ |
2 static char * widen_xpm[] = { | |
3 /* columns rows colors chars-per-pixel */ | |
4 "24 24 3 1", | |
5 " c None", | |
6 ". c #8d4d97577838", | |
7 "X c black", | |
8 /* pixels */ | |
9 " ", | |
10 " ", | |
11 " ", | |
12 " . . ", | |
13 " . . ", | |
14 " . . ", | |
15 " . . ", | |
16 " . . ", | |
17 " . XX XX . ", | |
18 " . XX XX . ", | |
19 " . XX XX . ", | |
20 " .XXXXXXXX XXXXXXXX. ", | |
21 " .XXXXXXXX XXXXXXXX. ", | |
22 " . XX XX . ", | |
23 " . XX XX . ", | |
24 " . XX XX . ", | |
25 " . . ", | |
26 " . . ", | |
27 " . . ", | |
28 " . . ", | |
29 " . . ", | |
30 " ", | |
31 " ", | |
32 " "}; |