view lisp/toolbar/highlight.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 7dd3d5eae9c7
children
line wrap: on
line source

/* XPM */
static char * highlight_xpm[] = {
/* columns rows colors chars-per-pixel */
"24 24 4 1",
" 	c None",
".	c black",
"X	c #828282827474",
"o	c #dd00df007e00",
/* pixels */
"                 .....  ",
"                ..XXX.. ",
"                .XXXXX. ",
"               .XXXXX.. ",
"               .XXXXX.  ",
"               .XXXXX.  ",
"              .XXXXX.   ",
"              .ooXX.    ",
"              ..ooo.    ",
"       oooo     ....    ",
"oo.ooo....oo ...        ",
"o.o.ooo.oo.o.ooo.o      ",
".ooo.oo.oo.o.ooooo      ",
".ooo.oo.oo.o.ooooo      ",
".ooo.oo...oo.ooooo      ",
".....oo.oo.o.ooooo      ",
".ooo.oo.oo.o.ooooo      ",
".ooo.oo.oo.o.ooo.o      ",
". oo.o....ooo...o       ",
"         oo oooo        ",
"                        ",
"                        ",
"                        ",
"                        "};