annotate etc/gnu.xpm @ 51151:fe11e703042b

Summary: MIME support added for e-mail processing that skips encoded regions. Allow user to skip saving Fcc messages with large attachments. Fixed region skipping bug with multi-line comments - e.g. tex $ regions spanning multiple lines. Added support for postscript and uuencoded regions. Redundant dictionary file names purged. Dictionary definition field name changed from "Character Set" to "Coding System". Fixed bug in reloading dictionaries. Modified headers to reflect new version. XEmacs menu now adds customize item. (ispell-check-version): No longer an aliased function. Returns library path if not called interactively. Variable `temporary-file-directory' protected if not loaded. (check-ispell-version): Now the alias for `ispell-check-version'. (ispell-message-fcc-skip): New variable that determines if and when to query about saving Fcc copy of message if an attachment is large. (ispell-skip-html): Declared buffer-local. (ispell-local-dictionary-alist): Docstring expanded. Tag name changed from "Character Set" to "Coding System". (ispell-dictionary-alist-1): Removed redundant command-line option to load brasileiro, british, and castellano dictionary files. (ispell-dictionary-alist-2): Removed redundant command-line option to load czech dictionary file. (ispell-dictionary-alist-3): Moved francais-tex here. (ispell-dictionary-alist-4): Removed german and german8 dictionaries. The deutsch ones are the correct definitions. `nederlands' and `nederlands8' dictionaries moved here. (ispell-dictionary-alist-5): `polish' and `portugues' dictionaries moved here. Removed redundant command-line option to `norsk' and `portugues'. (ispell-dictionary-alist-6): Removed redundant command-line option to load `russian' and `slovak' dictionary files. (ispell-dictionary-alist): Tag name changed from "Character Set" to "Coding System". (ispell-version): Updated to 3.6. (ispell-library-directory): Calls non-deprecated function. (ispell-valid-dictionary-list): New function returning all valid dictionaries on machine. (ispell-checking-message): Documentation string improved. (ispell-skip-region-alist): Added uuencoded and postscript region skipping. Improved http/e-mail/file regexp to not match `/.\w'. (ispell-html-skip-alists): New variable for html region support. (ispell-send-string): Removed redundant xemacs check. (ispell-word): Fix spelling error in documentation string, added extent information to support highlighting in ispell-minor-mode. (ispell-command-loop): Disable horizontal scrollbar in XEmacs choices buffer. (ispell-show-choices): Directly select `choices-window'. (ispell-help): Use default buffer size for electric help. (ispell-adjusted-window-height): Correct for xemacs detection. (ispell-start-process): Don't double specify dictionary file name. (ispell-init-process): Set `ispell-library-path' each call. (ispell-change-dictionary): Now only completes valid dictionaries. (ispell-region): Add support for MIME region skipping and Fcc message query for large attachments. (ispell-begin-skip-region-regexp): Add documentation string. Added message support and cleaned up code for generic and html regions. (ispell-begin-skip-region): Function is now requires alist argument. (ispell-begin-tex-skip-regexp): Added comments and support improved html and message regions. (ispell-skip-region-list): New function for MIME and region skipping. (ispell-tex-arg-end): Add documentation string. (ispell-ignore-fcc): New function to query saving Fcc message. (ispell-skip-region): Calculate alist for key match dynamically, html skipping pushed to alists. (ispell-get-line): Add support for multi-line comment regions. (ispell): Check that variables to continue spelling are bound. (ispell-message-text-end): Postscript and uuencoded regions now supported as MIME regions, rather than as end-of-message region. (ispell-mime-multipartp): New function supporting MIME. (ispell-mime-skip-part): New function supporting MIME. (ispell-message): Add MIME support. (ispell-buffer-local-parsing): Variable `ispell-skip-html' now local. (ispell-buffer-local-dict): Fixed bug for detecting and reloading new dictionary.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 22 May 2003 21:34:00 +0000
parents 23a1cea22d13
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
25853
Dave Love <fx@gnu.org>
parents:
diff changeset
1 /* XPM */
Dave Love <fx@gnu.org>
parents:
diff changeset
2 /*****************************************************************************/
Dave Love <fx@gnu.org>
parents:
diff changeset
3 /* GNU Emacs bitmap conv. to pixmap by Przemek Klosowski (przemek@nist.gov) */
Dave Love <fx@gnu.org>
parents:
diff changeset
4 /*****************************************************************************/
Dave Love <fx@gnu.org>
parents:
diff changeset
5 static char * image_name [] = {
Dave Love <fx@gnu.org>
parents:
diff changeset
6 /**/
Dave Love <fx@gnu.org>
parents:
diff changeset
7 "50 50 7 1",
Dave Love <fx@gnu.org>
parents:
diff changeset
8 /**/
Dave Love <fx@gnu.org>
parents:
diff changeset
9 " s mask c none",
Dave Love <fx@gnu.org>
parents:
diff changeset
10 "B c blue",
49600
23a1cea22d13 Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents: 25853
diff changeset
11 "x c black",
23a1cea22d13 Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents: 25853
diff changeset
12 ": c sandy brown",
25853
Dave Love <fx@gnu.org>
parents:
diff changeset
13 "+ c saddle brown",
49600
23a1cea22d13 Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents: 25853
diff changeset
14 "' c grey",
25853
Dave Love <fx@gnu.org>
parents:
diff changeset
15 ". c white",
Dave Love <fx@gnu.org>
parents:
diff changeset
16 " ",
Dave Love <fx@gnu.org>
parents:
diff changeset
17 " ",
Dave Love <fx@gnu.org>
parents:
diff changeset
18 " x ",
Dave Love <fx@gnu.org>
parents:
diff changeset
19 " :x ",
Dave Love <fx@gnu.org>
parents:
diff changeset
20 " :::x ",
Dave Love <fx@gnu.org>
parents:
diff changeset
21 " ::x ",
Dave Love <fx@gnu.org>
parents:
diff changeset
22 " x ::x ",
Dave Love <fx@gnu.org>
parents:
diff changeset
23 " x: xxx :::x ",
Dave Love <fx@gnu.org>
parents:
diff changeset
24 " x: xxx xxx:xxx x::x ",
Dave Love <fx@gnu.org>
parents:
diff changeset
25 " x:: xxxx::xxx:::::xx x::x ",
Dave Love <fx@gnu.org>
parents:
diff changeset
26 " x:: x:::::::xx::::::xx x::x ",
Dave Love <fx@gnu.org>
parents:
diff changeset
27 " x:: xx::::::::x:::::::xx xx::x ",
Dave Love <fx@gnu.org>
parents:
diff changeset
28 " x:: xx::::::::::::::::::x xx::xx ",
Dave Love <fx@gnu.org>
parents:
diff changeset
29 " x::x xx:::::xxx:::::::xxx:xxx xx:::xx ",
Dave Love <fx@gnu.org>
parents:
diff changeset
30 " x:::x xx:::::xx...xxxxxxxxxxxxxxx:::xx ",
Dave Love <fx@gnu.org>
parents:
diff changeset
31 " x:::x xx::::::xx..xxx...xxxx...xxxxxxxx ",
Dave Love <fx@gnu.org>
parents:
diff changeset
32 " x:::x x::::::xx.xxx.......x.x.......xxxx ",
Dave Love <fx@gnu.org>
parents:
diff changeset
33 " x:::xx x:::x::xx.xx..........x.xx.........x ",
Dave Love <fx@gnu.org>
parents:
diff changeset
34 " x::::xx::xx:::x.xx....''''x'x'x''.xxx.....x ",
Dave Love <fx@gnu.org>
parents:
diff changeset
35 " xx::::xxxx::xx.xx.xxxx.'''''''.xxx xxxx ",
Dave Love <fx@gnu.org>
parents:
diff changeset
36 " xx::::::::xx..x.xxx..'''''''''.xx ",
Dave Love <fx@gnu.org>
parents:
diff changeset
37 " xxx:::::xxx..xx.xx.xx.xxx.'''''.xx ",
Dave Love <fx@gnu.org>
parents:
diff changeset
38 " xxx::xx...xx.xx.BBBB..xx''''''xx ",
Dave Love <fx@gnu.org>
parents:
diff changeset
39 " xxxx.....xx.xxBB:BB.xx'''''''xx ",
Dave Love <fx@gnu.org>
parents:
diff changeset
40 " xx.....xx...x.BBBx.xxx''''''xx ",
Dave Love <fx@gnu.org>
parents:
diff changeset
41 " x....xxxx..xx...xxx''''''''''xx ",
Dave Love <fx@gnu.org>
parents:
diff changeset
42 " x..xxxxxx..x.......x..''''''''xx ",
Dave Love <fx@gnu.org>
parents:
diff changeset
43 " x.x xxx.x.x.x...xxxx.'''''''''xx ",
Dave Love <fx@gnu.org>
parents:
diff changeset
44 " x xxx.x.x.xx...xx..'''''''''xx ",
Dave Love <fx@gnu.org>
parents:
diff changeset
45 " xx.x..x.x.xx........''''''''x ",
Dave Love <fx@gnu.org>
parents:
diff changeset
46 " xx'.xx.x.x.x.x.......'''''''''x ",
Dave Love <fx@gnu.org>
parents:
diff changeset
47 " xx'..xxxx..x...x.......'''''''x ",
Dave Love <fx@gnu.org>
parents:
diff changeset
48 " xx''.xx.x..xx...x.......'''.xxx ",
Dave Love <fx@gnu.org>
parents:
diff changeset
49 " xx''..x.x.x.x.x.xx.xxxxx.'.xx+xx ",
Dave Love <fx@gnu.org>
parents:
diff changeset
50 " xx''..x.xx..xx.x.x.x+++xxxxx+++x ",
Dave Love <fx@gnu.org>
parents:
diff changeset
51 " xx'''.x..xxx.x.x.x.x+++++xxx+xxx ",
Dave Love <fx@gnu.org>
parents:
diff changeset
52 " xx''.xx..x..xx.xxxx++x+++x++xxx ",
Dave Love <fx@gnu.org>
parents:
diff changeset
53 " xx''..xx.xxx.xxx.xxx++xx+x++xx ",
Dave Love <fx@gnu.org>
parents:
diff changeset
54 " xx'''.xx.xx..xx.xxxx++x+++xxx ",
Dave Love <fx@gnu.org>
parents:
diff changeset
55 " xx'''.xxx.xx.xxxxxxxxx++++xxx ",
Dave Love <fx@gnu.org>
parents:
diff changeset
56 " xx''...xx.xx.xxxxxx++xxxxxxx ",
Dave Love <fx@gnu.org>
parents:
diff changeset
57 " xx''''..x..xxx..xxxx+++++xx ",
Dave Love <fx@gnu.org>
parents:
diff changeset
58 " xx''''..x..xx..xxxx++++xx ",
Dave Love <fx@gnu.org>
parents:
diff changeset
59 " xxx'''''x.xx.xxxxxxxxxxx ",
Dave Love <fx@gnu.org>
parents:
diff changeset
60 " xxx'''''..xxx xxxxx ",
Dave Love <fx@gnu.org>
parents:
diff changeset
61 " xxxx''''xxxx ",
Dave Love <fx@gnu.org>
parents:
diff changeset
62 " xxx'''xxx ",
Dave Love <fx@gnu.org>
parents:
diff changeset
63 " xxxxx ",
Dave Love <fx@gnu.org>
parents:
diff changeset
64 " ",
Dave Love <fx@gnu.org>
parents:
diff changeset
65 " "
Dave Love <fx@gnu.org>
parents:
diff changeset
66 };
Dave Love <fx@gnu.org>
parents:
diff changeset
67