annotate etc/toolbar/news-xx.xpm @ 4468:a78d697ccd2c

Import and extend GNU's descr-text.el, supporting prefix argument for C-x = 2008-05-25 Aidan Kehoe <kehoea@parhasard.net> * descr-text.el: New. Taken from GNU's GPLV2 version of 2007-02-14, with modifications for XEmacs support and extensions for Unihan.txt support and db/dbm caches. * simple.el (what-cursor-position): Support an optional prefix argument, as does GNU, calling #'describe-char to giving more detail on the character at point, notably from UnicodeData and (in our case, optionally) Unihan.txt. * syntax.el (syntax-after): Make this available for the sake of #'describe-char. * mule/mule-cmds.el (iso-2022-control-alist): Make this available, for the sake of #'encoded-string-description and #'describe-char. * mule/mule-cmds.el (encoded-string-description): Make this available, for the sake of #'describe-char. * unicode.el (unicode-error-default-translation-table): Make this a char table of type generic, not of type char. Makes it possible to have the relevant logic in #'describe-char reasonably clear; also, and this is undocumented, makes it much easier to implement #'frob-unicode-errors-region. I should document this, and revise #'frob-unicode-errors-region.
author Aidan Kehoe <kehoea@parhasard.net>
date Sun, 25 May 2008 21:11:35 +0200
parents 376386a54a3c
children 7910031dd78a
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1 /* XPM */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2 static char * news_xpm[] = {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3 "28 28 5 1",
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4 "X c Gray75 s backgroundToolBarColor",
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5 "o c gray60",
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
6 "O c white",
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
7 "+ c gray60",
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
8 "@ c gray",
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
9 "XXXXXXXXXXXXXXXXXXXXXXXXXXXX",
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
10 "XXXXXXXXXXXXXXXXXXXXXXXXXXXX",
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
11 "XXXXXXXXXXXXXXXXXXXXXXXXXXXX",
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
12 "XXXXXXXXXXXXXXXXXXXXXXXXXXXX",
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
13 "XXXXXXXXXXXXXXXXXXXXXXXXXXXX",
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
14 "XXXXXXXXXXXXXXXXXXXXXXXXXXXX",
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
15 "XXXXXXXXXXXXXXXXXXXXXXXXXXXX",
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
16 "XXXXXXXXXXXXXooooooooooXXXXX",
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
17 "XXXooooooooooOOOoOOOoOOoXXXX",
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
18 "XXoooOOOoOoooOoOoOoOOoOo++XX",
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
19 "XXo@oOOooOOooOooOooOooOOo++X",
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
20 "oo@o@oOOOOOOOOOOOOOOOOOOOo+X",
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
21 "o@@o@oOooooooooooooooOooOo++",
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
22 "oo@o@oOOOOOOOOOOOOOOOOOOOOo+",
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
23 "oo@@o@oOoOoOoOoooOoOoooooOo+",
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
24 "o@o@o@oOOoOooOOOOOOoOooOooOo",
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
25 "ooo@@o@oOoooooOoOOooOoooooOo",
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
26 "Xo@o@o@oOOooooOOOOOOOOoOooOo",
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
27 "XXoo@@o@oOoooooOOooooOoooooo",
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
28 "XXo@o@o@oOOooOooOooOoOoooOOo",
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
29 "XXXoo@@o@oOoOoooOooooOooOooo",
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
30 "XXXoXo@o@oOoooOoOooooOoooo++",
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
31 "XXXXoXoo@oOoOooooooooo++++++",
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
32 "XXXXXooooooooo++++++++++++++",
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
33 "XXXXXXX++++++++++++++++++XXX",
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
34 "XXXXXXXX+++++++++XXXXXXXXXXX",
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
35 "XXXXXXXXXXXXXXXXXXXXXXXXXXXX",
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
36 "XXXXXXXXXXXXXXXXXXXXXXXXXXXX"};