annotate etc/images/separator.xpm @ 112187:e371b9b5f88f

* lisp/calendar/diary-lib.el (diary-mode): Refresh *Calendar* after refreshing the diary buffer.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 10 Jan 2011 18:31:47 -0500
parents bc8dc4ac1e28
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
69424
ed7704221f2b Revision: emacs@sv.gnu.org/emacs--devo--0--patch-151
Miles Bader <miles@gnu.org>
parents:
diff changeset
1 /* XPM */
69713
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 69424
diff changeset
2 static char * separator_xpm[] = {
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 69424
diff changeset
3 "2 24 3 1",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 69424
diff changeset
4 " c None",
111998
bc8dc4ac1e28 Implement tool-bar separators for non-GTK tool-bars.
Chong Yidong <cyd@stupidchicken.com>
parents: 69713
diff changeset
5 ". c #888888",
bc8dc4ac1e28 Implement tool-bar separators for non-GTK tool-bars.
Chong Yidong <cyd@stupidchicken.com>
parents: 69713
diff changeset
6 "+ c #FFFFFF",
69713
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 69424
diff changeset
7 " ",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 69424
diff changeset
8 " ",
111998
bc8dc4ac1e28 Implement tool-bar separators for non-GTK tool-bars.
Chong Yidong <cyd@stupidchicken.com>
parents: 69713
diff changeset
9 ".+ ",
bc8dc4ac1e28 Implement tool-bar separators for non-GTK tool-bars.
Chong Yidong <cyd@stupidchicken.com>
parents: 69713
diff changeset
10 ".+",
69713
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 69424
diff changeset
11 ".+",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 69424
diff changeset
12 ".+",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 69424
diff changeset
13 ".+",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 69424
diff changeset
14 ".+",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 69424
diff changeset
15 ".+",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 69424
diff changeset
16 ".+",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 69424
diff changeset
17 ".+",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 69424
diff changeset
18 ".+",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 69424
diff changeset
19 ".+",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 69424
diff changeset
20 ".+",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 69424
diff changeset
21 ".+",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 69424
diff changeset
22 ".+",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 69424
diff changeset
23 ".+",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 69424
diff changeset
24 ".+",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 69424
diff changeset
25 ".+",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 69424
diff changeset
26 ".+",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 69424
diff changeset
27 ".+",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 69424
diff changeset
28 ".+",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 69424
diff changeset
29 " ",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 69424
diff changeset
30 " "};