Mercurial > emacs
annotate lisp/toolbar/lc-open.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 | e3fc28ed75ac |
children |
rev | line source |
---|---|
56001 | 1 /* XPM */ |
2 static char * open2_xpm[] = { | |
3 "24 24 8 1", | |
4 " c None", | |
5 ". c #BBBDBA", | |
6 "+ c #000100", | |
7 "@ c #87AF85", | |
8 "# c #FFFFFF", | |
9 "$ c #6B6B66", | |
10 "% c #504D46", | |
11 "& c #3E4850", | |
12 " ", | |
13 " ", | |
14 " ", | |
15 " +++++++ ", | |
16 " +.#####$% ", | |
17 " +#.....@% ", | |
18 "+.#......%+ ", | |
19 "+..@@@...$%++++++++ ", | |
20 "+.@@@@@..@@........+ ", | |
21 "+.@@@@@@@@@@@@@@@@$+ ", | |
22 "+.$$++++++++++++++++++ ", | |
23 "+.$%################..& ", | |
24 "+.$+#.................+ ", | |
25 "+.%.#...............@$+ ", | |
26 "+.+#...............@@%+ ", | |
27 "+.$#............@@.@$+ ", | |
28 "+....@@@@@.....@@@@$%+ ", | |
29 "+.#..@@@@@@@@@@@@$$$+ ", | |
30 "+#.@@@@$$$$$$$$$$$$%+ ", | |
31 " +++++++++++++++++++ ", | |
32 " ", | |
33 " ", | |
34 " ", | |
35 " "}; |