view lisp/toolbar/repack.xpm @ 57862:60f1782b5d8d

From Ulf Jasper <ulf.jasper@web.de>: (icalendar-version): Increase to 0.08. (icalendar--split-value): Change name of work buffer. (icalendar--get-weekday-abbrev): Return nil on error. (icalendar--date-to-isodate): New function. (icalendar-convert-diary-to-ical) (icalendar-extract-ical-from-buffer): Use only two args for make-obsolete (XEmacs compatibility). (icalendar-export-file, icalendar-import-file): Blank at end of prompt. (icalendar-export-region): Doc fix. If error, return non-nil and write errors to buffer ` *icalendar-errors*'. Use correct weekday for weekly recurring events. Check whether date has been parsed for ordinary events. Make weekly events start in the year 2000. DTEND is non-inclusive, shift end date by one day if necessary (not for entries that have date and time). Rename local let variables: oops -> found-error, datestring -> startdatestring.
author Glenn Morris <rgm@gnu.org>
date Tue, 02 Nov 2004 01:05:27 +0000
parents 2568d5a27317
children
line wrap: on
line source

/* XPM */
static char * mail_repack_xpm[] = {
/* columns rows colors chars-per-pixel */
"24 24 6 1",
" 	c None",
".	c black",
"X	c #a5d8a5d89550",
"o	c #d305d305bc3c",
"O	c #ea03ea03d271",
"+	c #828282827474",
/* pixels */
"                        ",
"                        ",
"       ..............   ",
"      .XXXXXXXXXXXX..   ",
"     .XXXXXXXXXXXX.X.   ",
"    .XXXXXXXXXXXX.oo.   ",
"   ..............ooo.   ",
"   .OOOOOOOOOOOO.oo.    ",
"   .O++++++++++O.oo.    ",
"   .O+XXXXXXXX+O.o.     ",
"    .+XXXXXXXX+.o..     ",
"    .+XX...XXX+....     ",
"     ....o.......oo.    ",
"     ....o.....Oooo.    ",
"    .OOO...OOOO.oooo.   ",
"    .++++++++++.oooo.   ",
"    .+XXXXXXXX+.oooo.   ",
"   .O+XXXXXXXX+O.ooX.   ",
"   .O+XXXXXXXX+O.oo..   ",
"   .O++++++++++O.o..    ",
"  ..OOOOOOOOOOOO...     ",
"  ................      ",
"                        ",
"                        "};