annotate etc/images/search-replace.xpm @ 111350:8027e412df98

Backport VC improvements from trunk. * vc/log-edit.el (log-edit-rewrite-fixes): New var. (log-edit-author): New dynamic var. (log-edit-changelog-ours-p, log-edit-insert-changelog-entries): Use it to return the author if different from committer. (log-edit-insert-changelog): Use them to add Author: and Fixes headers. * vc/vc-hooks.el (vc-default-mode-line-string): Doc fix. * vc/vc.el (vc-deduce-backend): New fun. Handle diff buffers. (vc-root-diff, vc-print-root-log, vc-log-incoming) (vc-log-outgoing): Use it. (vc-diff-internal): Set diff-vc-backend. * vc/diff-mode.el (diff-vc-backend): New var. * vc/vc.el (vc-diff-internal): Set `revert-buffer-function' buffer-locally to lambda that re-runs the vc diff command. (Bug#6447) * vc/log-view.el (log-view-mode-map): Bind revert-buffer. Make 'g' (AKA revert-buffer) rerun VC log, log-incoming and log-outgoing commands. * vc/vc.el (vc-log-internal-common): Add a new argument and use it to create a buffer local revert-buffer-function variable. (vc-print-log-internal, vc-log-incoming, vc-log-outgoing): Pass a revert-buffer-function lambda. Improve VC create/retrieve tag/branch. * vc.el (vc-create-tag): Do not read the directory name for VCs with repository revision granularity. Adjust the tag/branch prompt. Reset VC properties. (vc-retrieve-tag): Do not read the directory name for VCs with repository revision granularity. Reset VC properties. Add optional support for resetting VC properties. * vc-dispatcher.el (vc-resynch-window): Add new optional argument, call vc-file-clearprops when true. (vc-resynch-buffer): Add new optional argument, pass it down. (vc-resynch-buffers-in-directory): Likewise. Improve support for special markup in the VC commit message. * vc-mtn.el (vc-mtn-checkin): Support Author: and Date: markup. * vc-hg.el (vc-hg-checkin): Add support for Date:. * vc-git.el (vc-git-checkin): * vc-bzr.el (vc-bzr-checkin): Likewise. Add support for vc-log-incoming, improve vc-log-outgoing for Git. * vc-git.el (vc-git-log-view-mode): Fix font lock for incoming/outgoing logs. (vc-git-log-outgoing, vc-git-log-incoming): New functions. * vc-git.el (vc-git-log-outgoing): Use the same format as the short log. (vc-git-log-incoming): Likewise. Run "git fetch" before the log command Add bindings for vc-log-incoming and vc-log-outgoing. * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming and vc-log-outgoing. * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming and vc-log-outgoing. Improve state updating for VC tag commands. * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer to update the state of all buffers in the directory. * vc-dir.el (vc-dir): Don't pop-up-windows. (Bug#6204) * vc.el (vc-checkin, vc-modify-change-comment): Adjust to new vc-start/finish-logentry. (vc-find-conflicted-file): New command. (vc-transfer-file): Adjust to new vc-checkin. (vc-next-action): Improve scoping. * vc-git.el (vc-git-checkin): Use log-edit-extract-headers. (vc-git-commits-coding-system): Rename from git-commits-coding-system. * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files. * vc-bzr.el (vc-bzr-checkin): Use log-edit-extract-headers. (vc-bzr-conflicted-files): New function. * log-edit.el (log-edit-summary, log-edit-header) (log-edit-unknown-header): New faces. (log-edit-headers-alist): New var. (log-edit-header-contents-regexp): New const. (log-edit-match-to-eoh): New function. (log-edit-font-lock-keywords): Use them. (log-edit): Insert a "Summary:" header as default. (log-edit-mode): Mark font-lock rules as case-insensitive. (log-edit-done): Cleanup headers. (log-edit-extract-headers): New function to replace it. * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the windows/frames. * vc-bzr.el (vc-bzr-shelve-apply): Don't use *vc-bzr-shelve*. * vc-dir.el (vc-dir-kill-line): New command. (vc-dir-mode-map): Bind it to C-k. (vc-dir-headers): Abbreviate the working dir. * vc-git.el (vc-git-revision-table): Include remote branches. New VC methods: vc-log-incoming and vc-log-outgoing. * vc.el (vc-print-log-setup-buttons, vc-log-internal-common) (vc-incoming-outgoing-internal, vc-log-incoming, vc-log-outgoing): New functions. (vc-print-log-internal): Just call vc-log-internal-common. (vc-log-view-type): New permanent local variable. * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing. * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead of the dynamic bound vc-short-log. (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions. * vc-git.el (vc-git-log-outgoing): New function. (vc-git-log-view-mode): Use vc-log-view-type instead of the dynamic bound vc-short-log. * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead of the dynamic bound vc-short-log. Highlight the tag. (vc-hg-log-incoming, vc-hg-log-outgoing): New functions. (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode): (vc-hg-incoming-mode): Remove. (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing. Fix default-directory for vc-root-diff. * vc.el (vc-root-diff): Bind default-directory to the root directory for the diff command. * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling `vc-hg-command' with a list of flags. * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to log-edit-before-checkin-process. * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry. * vc-bzr.el, vc-hg.el (log-edit-mode): Declare. * vc-dispatcher.el (vc-start-logentry): Doc fix. (log-view-process-buffer, log-edit-extra-flags): Declare. Add special markup processing for commit logs. * log-edit.el (log-edit): Add new argument MODE. Use that mode when non-nil instead of the log-view-mode. * vc.el (vc-default-log-edit-mode): New function. * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to log-edit. Support for shelving snapshots and for showing shelves. * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point) (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot): New functions. (vc-bzr-shelve-map, vc-bzr-shelve-menu-map) (vc-bzr-extra-menu-map): Map them.
author Chong Yidong <cyd@stupidchicken.com>
date Sun, 31 Oct 2010 23:13:42 -0400
parents 75b06a7624a1
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
66168
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
1 /* XPM */
69713
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
2 static char * search_replace_xpm[] = {
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
3 "24 24 243 2",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
4 " c None",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
5 ". c #000000",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
6 "+ c #D3D3D3",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
7 "@ c #F6F6F6",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
8 "# c #FFFFFF",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
9 "$ c #F9F9F9",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
10 "% c #DADADA",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
11 "& c #585858",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
12 "* c #C7C7C7",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
13 "= c #D1D1D1",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
14 "- c #D6D6D6",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
15 "; c #BBBBBB",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
16 "> c #4B4B43",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
17 ", c #0A0A09",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
18 "' c #47473F",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
19 ") c #B9B9B9",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
20 "! c #FDFDFD",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
21 "~ c #C0C0C0",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
22 "{ c #E1E1E1",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
23 "] c #F0F0F0",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
24 "^ c #9B9B9B",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
25 "/ c #353530",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
26 "( c #8D8D7F",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
27 "_ c #C4C4AF",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
28 ": c #CFCFB9",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
29 "< c #9D9D8D",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
30 "[ c #34342E",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
31 "} c #A3A3A2",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
32 "| c #F8F8F8",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
33 "1 c #AFAFAE",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
34 "2 c #E9E9E9",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
35 "3 c #DFDFDF",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
36 "4 c #8F8F8F",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
37 "5 c #4C4C44",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
38 "6 c #828274",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
39 "7 c #B2B29F",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
40 "8 c #C0C0AC",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
41 "9 c #EDEDE7",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
42 "0 c #E2E2D0",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
43 "a c #9C9C8C",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
44 "b c #46463F",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
45 "c c #EAEAE9",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
46 "d c #A2A2A1",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
47 "e c #F4F4F4",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
48 "f c #CFCFCF",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
49 "g c #A2A2A2",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
50 "h c #080807",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
51 "i c #9C9C8F",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
52 "j c #A6A695",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
53 "k c #B5B5A2",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
54 "l c #C3C3AE",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
55 "m c #FBFBFA",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
56 "n c #D5D5BF",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
57 "o c #090908",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
58 "p c #D5D5D4",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
59 "q c #979797",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
60 "r c #FAFAF9",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
61 "s c #AEAEA3",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
62 "t c #9B9B8B",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
63 "u c #AAAA98",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
64 "v c #B7B7A4",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
65 "w c #DDDDD0",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
66 "x c #CACAB5",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
67 "y c #090909",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
68 "z c #C1C1C0",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
69 "A c #E1E0DF",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
70 "B c #DCDBDA",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
71 "C c #D3D2D0",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
72 "D c #B7B7B5",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
73 "E c #9E9D9C",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
74 "F c #FBE73B",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
75 "G c #F2B64D",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
76 "H c #F7F7F6",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
77 "I c #4C4C45",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
78 "J c #CFCFCB",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
79 "K c #ACACA1",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
80 "L c #9F9F8E",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
81 "M c #ADAD9B",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
82 "N c #BABAA7",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
83 "O c #929283",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
84 "P c #474740",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
85 "Q c #B9B8B8",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
86 "R c #DCDCDA",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
87 "S c #E1E1DF",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
88 "T c #DAD9D7",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
89 "U c #D7D7D5",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
90 "V c #FCEB3D",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
91 "W c #F7B544",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
92 "X c #5D502C",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
93 "Y c #F5F5F4",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
94 "Z c #010101",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
95 "` c #C3C3BE",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
96 " . c #AEAEA2",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
97 ".. c #A0A090",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
98 "+. c #878779",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
99 "@. c #34342F",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
100 "#. c #6D6D6D",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
101 "$. c #B8B8B6",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
102 "%. c #D9D9D7",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
103 "&. c #EBEAE8",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
104 "*. c #ECEBE9",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
105 "=. c #FCE93B",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
106 "-. c #F7B545",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
107 ";. c #6C5F34",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
108 ">. c #CACACA",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
109 ",. c #868585",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
110 "'. c #414141",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
111 "). c #757574",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
112 "!. c #A7A7A5",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
113 "~. c #BDBDBB",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
114 "{. c #DCDBD9",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
115 "]. c #E9E8E6",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
116 "^. c #FAE43A",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
117 "/. c #F4B244",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
118 "(. c #605737",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
119 "_. c #B5B5B3",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
120 ":. c #A9A9A8",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
121 "<. c #A4A4A2",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
122 "[. c #A2A1A0",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
123 "}. c #A1A19F",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
124 "|. c #A7A6A5",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
125 "1. c #B5B4B3",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
126 "2. c #CECDCB",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
127 "3. c #E0DFDD",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
128 "4. c #F9DF39",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
129 "5. c #F3AF42",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
130 "6. c #625637",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
131 "7. c #66635C",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
132 "8. c #787878",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
133 "9. c #BCBCBA",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
134 "0. c #B9B9B8",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
135 "a. c #B7B6B5",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
136 "b. c #B6B5B4",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
137 "c. c #CFCECC",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
138 "d. c #DFDFDD",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
139 "e. c #F9DC38",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
140 "f. c #EFB44D",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
141 "g. c #665A32",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
142 "h. c #9B9997",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
143 "i. c #7C786F",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
144 "j. c #6F6F6F",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
145 "k. c #ACACAB",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
146 "l. c #BABAB8",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
147 "m. c #D2D2D0",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
148 "n. c #D9D8D6",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
149 "o. c #D7D6D4",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
150 "p. c #DBDAD8",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
151 "q. c #E1E0DE",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
152 "r. c #F8D837",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
153 "s. c #F0A93F",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
154 "t. c #655930",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
155 "u. c #9B9A97",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
156 "v. c #ADACA9",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
157 "w. c #8D897E",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
158 "x. c #AAAAA8",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
159 "y. c #B3B2B1",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
160 "z. c #C9C8C7",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
161 "A. c #E8E7E5",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
162 "B. c #E6E5E2",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
163 "C. c #F6D236",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
164 "D. c #EDA43E",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
165 "E. c #5C5130",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
166 "F. c #989794",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
167 "G. c #AAA9A6",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
168 "H. c #C3C2BE",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
169 "I. c #9A948A",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
170 "J. c #BABABA",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
171 "K. c #B1B1AF",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
172 "L. c #C5C4C2",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
173 "M. c #E4E3E1",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
174 "N. c #E8E7E4",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
175 "O. c #E0DFDC",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
176 "P. c #D7AE74",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
177 "Q. c #61562F",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
178 "R. c #989895",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
179 "S. c #A9A9A5",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
180 "T. c #C2C1BD",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
181 "U. c #D3D2CE",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
182 "V. c #9F998E",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
183 "W. c #CCCCCC",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
184 "X. c #C7C6C3",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
185 "Y. c #D7D6D3",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
186 "Z. c #E2E1DE",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
187 "`. c #E5E4E1",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
188 " + c #E6E4E1",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
189 ".+ c #E2E1DD",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
190 "++ c #4F4115",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
191 "@+ c #C1C0BC",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
192 "#+ c #D2D0CC",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
193 "$+ c #D7D5D1",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
194 "%+ c #9F998D",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
195 "&+ c #E7E7E7",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
196 "*+ c #DAD9D6",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
197 "=+ c #E3E2DE",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
198 "-+ c #E4E2DF",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
199 ";+ c #E4E3DF",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
200 ">+ c #E1E0DC",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
201 ",+ c #DADAD6",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
202 "'+ c #969592",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
203 ")+ c #9A9996",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
204 "!+ c #C2C0BC",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
205 "~+ c #D3D1CD",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
206 "{+ c #D8D6D2",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
207 "]+ c #9E988D",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
208 "^+ c #EBEBEB",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
209 "/+ c #E1DFDC",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
210 "(+ c #E0DFDB",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
211 "_+ c #DEDDD9",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
212 ":+ c #D1D0CC",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
213 "<+ c #B2B1AE",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
214 "[+ c #A09F9D",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
215 "}+ c #A1A19E",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
216 "|+ c #AFAEAA",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
217 "1+ c #C3C1BD",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
218 "2+ c #D8D6D1",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
219 "3+ c #9D978B",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
220 "4+ c #E1DFDB",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
221 "5+ c #E0DEDA",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
222 "6+ c #DFDEDA",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
223 "7+ c #DCDBD7",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
224 "8+ c #D1CFCB",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
225 "9+ c #B6B6B2",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
226 "0+ c #B2B0AD",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
227 "a+ c #BFBDBA",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
228 "b+ c #CBC9C6",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
229 "c+ c #D5D3CF",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
230 "d+ c #DBD9D5",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
231 "e+ c #D7D6D1",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
232 "f+ c #D5D3CE",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
233 "g+ c #9B958A",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
234 "h+ c #999891",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
235 "i+ c #A39E92",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
236 "j+ c #A49E93",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
237 "k+ c #A39D92",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
238 "l+ c #A39D91",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
239 "m+ c #A09B8F",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
240 "n+ c #9D978C",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
241 "o+ c #969186",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
242 "p+ c #969085",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
243 "q+ c #9B9589",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
244 "r+ c #9E988C",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
245 "s+ c #9B968A",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
246 "t+ c #676359",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
247 " ",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
248 " . . . . . . . . . . . . . ",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
249 " . + @ # # # # # # # # $ % & . ",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
250 " . @ # # # # # # # # # # * = - . ",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
251 " . # # # ; > , , ' ) ! ! ~ { ] ^ . ",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
252 " . # # ; / ( _ : < [ } | 1 2 # 3 4 . ",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
253 " . # # 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: 66168
diff changeset
254 " . # ! h i j k l m n o p q . . . . . . . ",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
255 " . # r , s t u v w x y z A B C D E . F G . ",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
256 " . # 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: 66168
diff changeset
257 " . # Y Z Z ` ...+.@.#.$.%.&.*.. =.-.;.. ",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
258 " . >.Z Z ,.'., , > ).!.~.{.].. ^./.(.. . ",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
259 " . Z Z Z _.:.<.[.}.|.1.2.3.. 4.5.6.. 7.. ",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
260 " Z Z . 8._.9.0.a.b.~.c.d.. e.f.g.. h.i.. ",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
261 " Z Z Z j.k.l.m.n.o.o.p.q.. r.s.t.. u.v.w.. ",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
262 " Z Z 4 x.y.z.d.A.A.B.A.. C.D.E.. F.G.H.I.. ",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
263 " . J.K.L.T M.N.N.B.O.. P.Q.. R.S.T.U.V.. ",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
264 " . W.X.Y.Z.B.`. +.+. ++. . R.S.@+#+$+%+. ",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
265 " . &+*+O.=+-+;+>+,+. . '+)+S.!+~+$+{+]+. ",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
266 " . ^+O./+>+(+.+_+:+<+[+}+|+1+~+$+2+$+3+. ",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
267 " . = 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: 66168
diff changeset
268 " . h+i+j+k+l+k+m+n+o+p+q+V.r+%+n+n+s+t+. ",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
269 " . . . . . . . . . . . . . . . . . . ",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents: 66168
diff changeset
270 " "};