annotate lisp/toolbar/gud-cont.xpm @ 62053:57aabea77432

From Ulf Jasper <ulf.jasper@web.de>: (icalendar-version): Now at 0.12. (icalendar-duration-correction): Remove. (icalendar--get-event-properties): Split result at commas. (icalendar--decode-isoduration): New optional argument DURATION-CORRECTION. (icalendar--convert-ordinary-to-ical) (icalendar--convert-weekly-to-ical) (icalendar--convert-yearly-to-ical) (icalendar--convert-sexp-to-ical) (icalendar--convert-block-to-ical) (icalendar--convert-float-to-ical) (icalendar--convert-date-to-ical) (icalendar--convert-cyclic-to-ical) (icalendar--convert-anniversary-to-ical): New functions, extracted from icalendar-export-region, with bug fixes. (icalendar-export-region): Use the above functions. (icalendar-import-buffer): Check before saving diary file. (icalendar--convert-recurring-to-diary) (icalendar--convert-non-recurring-all-day-to-diary) (icalendar--convert-non-recurring-not-all-day-to-diary): New functions, extracted from icalendar--convert-ical-to-diary, with bug fixes. (icalendar--convert-ical-to-diary): Use the above functions.
author Glenn Morris <rgm@gnu.org>
date Tue, 03 May 2005 16:35:27 +0000
parents 9c5f4d80a59c
children f7114bba1fd4
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
48289
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
1 /* XPM */
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
2 static char * continue_xpm[] = {
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
3 "24 24 6 1",
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
4 " c #c0c0c0",
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
5 ". c #cc0033",
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
6 "X c #d99faa",
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
7 "o c #616161",
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
8 "O c #2a1f55",
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
9 "+ c #aa9faa",
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
10 " ",
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
11 " ",
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
12 " ",
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
13 " ",
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
14 " .X ",
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
15 " X..X ",
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
16 " ....... oO Oo ",
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
17 " X..X oO+ +Oo ",
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
18 " .X OO OO ",
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
19 " OO OO ",
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
20 " OO OO ",
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
21 " Oo oO ",
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
22 " OO OO ",
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
23 " Oo oO ",
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
24 " OO OO ",
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
25 " OO OO ",
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
26 " OO OO ",
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
27 " oO+ +Oo ",
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
28 " oO Oo ",
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
29 " ",
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
30 " ",
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
31 " ",
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
32 " ",
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
33 " "};