Mercurial > emacs
annotate etc/images/mail/flag-for-followup.xpm @ 94926:70a8f8c84456
Include <strings.h>.
(enable_font_backend): Delete it.
(Qfont_spec, Qfont_entity, Qfont_object): New variables.
(CHECK_VALIDATE_FONT_SPEC): Delete it.
(PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved to font.h.
(null_string): Delete it.
(null_vector): Make it static.
(font_family_alist): Delete it.
(Qnormal): Extern it.
(QCextra, QClanguage): Delete it.
(QClang, QCavgwidth, QCfont_entity, QCfc_unknown_spec): New
variables.
(font_make_spec, font_make_entity, font_make_object)
(font_intern_prop): Renamed from intern_downcase. Don't downcase
the string. Callers changed.
(font_pixel_size): Adjusted for the format change of font-related
objects.
(prop_name_to_numeric, prop_numeric_to_name): Delete them.
(font_style_to_value, font_style_symbolic): New function.
(build_font_family_alist): Delete it.
(font_registry_charsets): Use Fassoc_string instead of
assq_no_quit.
(font_prop_validate_symbol): Don't return null_string.
(font_prop_validate_style): Adjusted for the change of
style-related values in a font vector.
(font_property_table): Delete entries for QClangauge and
QCantialias, add entries for QCavgwidth.
(get_font_prop_index): Delete the 2nd argument FROM.
(font_prop_validate): Arguments changed.
(font_put_extra): Adjusted for the change of font-related objects.
(font_expand_wildcards, font_parse_xlfd, font_unparse_xlfd)
(font_parse_fcname, font_unparse_fcname)
(font_prepare_composition): Likewise.
(font_parse_family_registry): Renamed from font_merge_old_spec.
(otf_open): Delete the 1st arg entity.
(font_otf_capability): Adjusted for the above change.
(font_score): New arg alternate_families. Adjusted for the change
of font-related objects.
(font_sort_entites): New arg best_only.
(font_symbolic_weight, font_symbolic_slant, font_symbolic_width):
Delete them.
(font_match_p): Check alternate families.
(font_find_object): Delete it.
(font_check_object): New function.
(font_clear_cache): Adjusted for the change of font-related
objects.
(font_delete_unmatched): New arg.
(font_list_entities): Call font_driver->list with a spec that
doesn't specify style-related properties.
(font_matching_entity): Arguments changed. Caller changed.
(font_open_entity): Adjusted for the change of font-related
objects.
(font_close_object, font_has_char, font_encode_char)
(font_get_name, font_get_spec): Likewise.
(font_spec_from_name, font_clear_prop, font_update_lface): New
functions.
(font_find_for_lface, font_open_for_lface, font_load_for_lface):
(font_prepare_for_face, font_done_for_face, font_open_by_name)
(font_at): Adjusted for the change of font-related objects.
(font_range): New function.
(Ffontp, Ffont_spec, Ffont_get, Ffont_put, Flist_fonts)
(Ffont_xlfd_name): Adjusted for the change of font-related
objects.
(Fcopy_font_spec, Fmerge_font_spec): New function.
(Ffont_family_list): Renamed from list-families.
(Finternal_set_font_style_table): Arguments changed.
(Ffont_fill_gstring, Ffont_shape_text, Fopen_font)
(Ffont_drive_otf, Fquery_font, Ffont_match_p): Adjusted for the
change of font-related objects.
(syms_of_font): Delete "ifdef USE_FONT_BACKEND". DEFSYM new
symboles.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Wed, 14 May 2008 01:25:55 +0000 |
parents | 75b06a7624a1 |
children |
rev | line source |
---|---|
69713
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
1 /* XPM */ |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
2 static char * flag_for_followup_xpm[] = { |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
3 "24 24 160 2", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
4 " c None", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
5 ". c #5B5457", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
6 "+ c #322D2E", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
7 "@ c #463B3F", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
8 "# c #63555A", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
9 "$ c #53484B", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
10 "% c #726166", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
11 "& c #98868C", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
12 "* c #8A727A", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
13 "= c #211619", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
14 "- c #847B7D", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
15 "; c #CDBAC0", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
16 "> c #A58791", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
17 ", c #82646D", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
18 "' c #6B515A", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
19 ") c #6A5058", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
20 "! c #684C56", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
21 "~ c #6A424F", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
22 "{ c #3A2A2F", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
23 "] c #000000", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
24 "^ c #5C5457", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
25 "/ c #D1BEC4", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
26 "( c #C3ACB4", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
27 "_ c #B59AA2", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
28 ": c #997E87", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
29 "< c #80666E", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
30 "[ c #745A62", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
31 "} c #64464F", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
32 "| c #603946", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
33 "1 c #764D5A", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
34 "2 c #886771", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
35 "3 c #45373B", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
36 "4 c #A9979C", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
37 "5 c #B798A2", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
38 "6 c #BCA0A9", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
39 "7 c #BEA4AC", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
40 "8 c #B89FA7", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
41 "9 c #9E848C", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
42 "0 c #8F767E", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
43 "a c #785F67", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
44 "b c #6A4E57", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
45 "c c #6E4F59", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
46 "d c #7C5A65", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
47 "e c #8E6873", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
48 "f c #8C6974", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
49 "g c #413337", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
50 "h c #251F21", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
51 "i c #99717D", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
52 "j c #8F606E", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
53 "k c #946875", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
54 "l c #9E7582", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
55 "m c #B08F9A", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
56 "n c #AC8C96", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
57 "o c #AE929A", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
58 "p c #9C8089", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
59 "q c #8B7179", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
60 "r c #765C65", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
61 "s c #745660", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
62 "t c #7E5A66", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
63 "u c #865E6A", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
64 "v c #855D69", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
65 "w c #7F5F69", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
66 "x c #3B2D32", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
67 "y c #40332D", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
68 "z c #6F3B4A", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
69 "A c #774252", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
70 "B c #7D4858", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
71 "C c #82505F", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
72 "D c #926674", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
73 "E c #906572", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
74 "F c #966D7A", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
75 "G c #A17E89", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
76 "H c #A0828B", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
77 "I c #90767D", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
78 "J c #927780", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
79 "K c #8B6E77", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
80 "L c #8A6A74", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
81 "M c #86626C", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
82 "N c #845B68", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
83 "O c #8E6673", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
84 "P c #6A535A", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
85 "Q c #B2997B", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
86 "R c #3C2824", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
87 "S c #693343", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
88 "T c #723A4B", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
89 "U c #845261", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
90 "V c #8C5E6C", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
91 "W c #946A78", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
92 "X c #9A737E", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
93 "Y c #A1828C", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
94 "Z c #947C84", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
95 "` c #846B73", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
96 " . c #755B64", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
97 ".. c #57464B", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
98 "+. c #59454C", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
99 "@. c #5B484E", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
100 "#. c #31282B", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
101 "$. c #392F23", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
102 "%. c #B59C7D", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
103 "&. c #372622", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
104 "*. c #643040", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
105 "=. c #7E4D5B", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
106 "-. c #814E5D", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
107 ";. c #845262", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
108 ">. c #936876", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
109 ",. c #976E7B", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
110 "'. c #9D7C87", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
111 "). c #82666F", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
112 "!. c #5C4B50", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
113 "~. c #3D3326", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
114 "{. c #34251F", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
115 "]. c #7E4C5B", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
116 "^. c #8C606E", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
117 "/. c #9C7581", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
118 "(. c #9B7380", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
119 "_. c #997682", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
120 ":. c #7F656D", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
121 "<. c #3A2F22", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
122 "[. c #33241F", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
123 "}. c #683444", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
124 "|. c #875766", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
125 "1. c #A17C87", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
126 "2. c #A27C88", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
127 "3. c #8B6773", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
128 "4. c #574249", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
129 "5. c #392E21", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
130 "6. c #B69C7E", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
131 "7. c #30241D", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
132 "8. c #64303F", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
133 "9. c #804F5E", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
134 "0. c #976D7A", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
135 "a. c #886670", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
136 "b. c #2E2025", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
137 "c. c #362C1F", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
138 "d. c #2B221A", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
139 "e. c #5A2837", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
140 "f. c #6E394A", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
141 "g. c #73515C", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
142 "h. c #0C0809", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
143 "i. c #342B1F", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
144 "j. c #B69E7F", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
145 "k. c #512432", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
146 "l. c #683E4B", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
147 "m. c #332A1E", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
148 "n. c #2D261E", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
149 "o. c #4E2330", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
150 "p. c #282118", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
151 "q. c #32291D", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
152 "r. c #B79E80", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
153 "s. c #2D261D", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
154 "t. c #352B1F", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
155 "u. c #B49A7D", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
156 "v. c #2E271F", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
157 "w. c #352C1F", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
158 "x. c #2A221A", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
159 "y. c #B49C7E", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
160 "z. c #2A241C", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
161 "A. c #28221B", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
162 "B. c #AE9C88", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
163 "C. c #060606", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
164 " ", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
165 " . + ", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
166 " @ # $ % & * = ", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
167 " - ; > , ' ) ! ~ { ] ", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
168 " ^ / ( _ : < [ } | 1 2 3 ] ", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
169 " 4 5 6 7 8 9 0 a b c d e f g ] ", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
170 " h i j k l m n o p q r s t u v w x ] ", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
171 " y z A B C D E F G H I J K L M N O P ", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
172 " ] Q R S T U V V W X Y Z ` ...+.@.#. ", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
173 " $.%.&.*.=.-.;.>.,.'.).!. ", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
174 " ~.Q {.*.].^./.(._.:. ", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
175 " <.%.[.}.|.1.2.3.4. ", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
176 " 5.6.7.8.9.0.a.b. ", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
177 " c.%.d.e.f.g.h. ", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
178 " i.j.d.k.l.] ", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
179 " m.%.n.o.] ", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
180 " m.%.p. ", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
181 " q.r.s. ", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
182 " t.u.v. ", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
183 " w.u.x. ", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
184 " c.y.z. ", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
185 " t.u.A. ", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
186 " c.B.] ", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
187 " C. "}; |