annotate etc/images/zoom-in.xpm @ 99501:e3acb52d33e1

2008-11-12 Carsten Dominik <carsten.dominik@gmail.com> * org.el (org-yank): Make any prefix force normal yanking. Suppress folding if text would be swallowed into a folded subtree. (org-yank-folded-subtrees, org-yank): Docstring updates. * org-agenda.el (org-agenda-compare-effort): Treat no effort defined as 0. * org-exp.el (org-export-language-setup): Add Catalan and Esperanto language entries. 2008-11-12 Carsten Dominik <carsten.dominik@gmail.com> * org.el (org-refile): Allow refiling of entire regions. * org-clock.el (org-clock-time%): New function. * org.el (org-entry-get, org-entry-delete): Use safer regexps to retrieve property values. 2008-11-12 Carsten Dominik <carsten.dominik@gmail.com> * org-agenda.el (org-agenda-list): Handle the value `only' of org-agenda-show-log'. (org-agenda-log-mode): Interpret a double prefix arg. 2008-11-12 Carsten Dominik <carsten.dominik@gmail.com> * org-exp.el (org-export-html-footnotes-section): New variable. (org-export-as-html): Use `org-export-html-footnotes-section' to insert the footnotes. (org-export-language-setup): Add "Footnotes" to language words. 2008-11-12 Carsten Dominik <carsten.dominik@gmail.com> * org.el (org-yank): Fix bug when not inserting a subtree. 2008-11-12 Carsten Dominik <carsten.dominik@gmail.com> * org-vm.el (org-vm-follow-link): Call `vm-preview-current-message' instead of `vm-beginning-of-message'. * org.el (org-make-link-regexps): Make sure that links to gnus can contain brackets. 2008-11-12 Carsten Dominik <carsten.dominik@gmail.com> * org-attach.el (org-attach-dir): Remove duplicate ID creation code. * org-id.el (org-id-new): Use `org-trim' to extract the uuid from shell output. * org.el (org-link-abbrev-alist): Improve customization type. * org-attach.el (org-attach-expand-link, org-attach-expand): New functions. * org-agenda.el (org-agenda-get-progress): Renamed from `org-get-closed'. Implement searching for state changes as well. (org-agenda-log-mode-items): New option. (org-agenda-log-mode): New option prefix argument, interpreted as request to show all possible progress info. (org-agenda-get-day-entries): Call `org-get-progress' instead of `org-get-closed'. (org-agenda-set-mode-name): Handle the more complex log mode settings. (org-get-closed): New alias, pointing to `org-get-progress'. 2008-11-12 Carsten Dominik <dominik@science.uva.nl> * org.el (org-file-apps-defaults-gnu) (org-file-apps-defaults-macosx) (org-file-apps-defaults-windowsnt): Add an entry defining the system command. (org-file-apps): Allow `system' as key and value. (org-open-at-point): Explain the effect of a double prefix arg. (org-open-file): If the argument `in-emacs' is (16), i.e. corresponding to a double prefix argument, try to open the file externally. 2008-11-12 Carsten Dominik <dominik@science.uva.nl> * org.el (org-insert-link): Abbreviate absolute files names in links. Also, fix a bug in which the double C-u prefix would not be honored. 2008-11-12 Carsten Dominik <dominik@science.uva.nl> * org.el (org-insert-heading): If buffer does not end with a newline, add one if necessary to insert headline correctly. * org-exp.el (org-export-as-html): Make sure that <hr/> is between paragraphs, not inside. * org.el (org-todo): Quote `org-agenda-headline-snapshot-before-repeat'. * org-exp.el (org-export-as-html): Fully process link descriptions. (org-export-html-format-desc): New function. (org-export-as-html): Collect footnotes into the correct basket. (org-html-protect): No longer protect quotations marks here, this goes wrong. * org-agenda.el (org-agenda-remove-marked-text): Bind variable BEG. * org-compat.el (org-fit-window-to-buffer): New function (not really, a preliminary and incomplete version was present earlier, but not used). * org.el (org-fast-todo-selection, org-fast-tag-selection): Use `org-fit-window-to-buffer'. * org-exp.el (org-export): Use `org-fit-window-to-buffer'. * org-agenda.el (org-agenda-get-restriction-and-command) (org-fit-agenda-window, org-agenda-convert-date): Use `org-fit-window-to-buffer'. * org-exp.el (org-export-as-html): Process href links through `org-export-html-format-href'. (org-export-html-format-href): New function. * org-agenda.el (org-agenda-todo): Update only the current headline if this is a repeated TODO, marked done for today. (org-agenda-change-all-lines): New argument JUST-THIS, to change only the current line. * org.el (org-todo): Take a snapshot of the headline if the repeater might change it. 2008-11-12 Carsten Dominik <dominik@science.uva.nl> * org-publish.el (org-publish-find-title): Remove buffers visited only for extracting the title. * org-exp.el (org-export-html-style) (org-export-html-style-default): Mark style definitions as unparsed CDATA. * org-publish.el (org-publish-validate-link): Function re-introduced. 2008-11-12 Charles Sebold <csebold@gmail.com> * org-plot.el (org-plot/add-options-to-plist): Supports timefmt property. (org-plot-quote-timestamp-field): New function. (org-plot-quote-tsv-field): Call timestamp field function when necessary rather than just quoting as a string. (org-plot/gnuplot-to-data): Pass in timefmt property. (org-plot/gnuplot-script): Supports timefmt property. (org-plot/gnuplot): Checks for timestamp column before checking for text index column. 2008-11-12 Carsten Dominik <dominik@science.uva.nl> * org.el (org-insert-heading): Improve behavior with hidden subtrees. * org-publish.el (org-publish-org-index): Create a section in the index file. (org-publish-org-index): Stop linking to directories. * org.el (org-emphasis-alist): Use span instead of <u> to underline text. * org-exp.el (org-export-as-html): Make sure <p> is closed before <pre> sections. 2008-11-12 Sebastian Rose <sebastian_rose@gmx.de> * org-jsinfo.el (org-infojs-template): Remove language attribute from script tag. 2008-11-12 Carsten Dominik <dominik@science.uva.nl> * org-agenda.el (org-agenda-remove-marked-text): New function. (org-agenda-mark-filtered-text) (org-agenda-unmark-filtered-text): New functions. (org-write-agenda): Remove fltered text. * org.el (org-make-tags-matcher): Give access to TODO "property" without speed penalty. 2008-11-12 Carsten Dominik <dominik@science.uva.nl> * org.el (org-link-frame-setup): Add `org-gnus-no-new-news' as an option. (org-store-link-props): Make sure adding to the plist works correctly. * org-gnus.el (org-gnus-no-new-news): New function. (org-gnus-follow-link): Allow the article ID to be a message-id, in addition to allowing article numbers. Message IDs make much more roubust links. (org-gnus-store-link): Use message-id to create link. 2008-11-12 Carsten Dominik <dominik@science.uva.nl> * org.el (org-emphasize): Reverse the selection array. (org-emphasis-alist): Set <code> tags for the verbatim environment. * org-remember.el (org-remember-handler): Fix bug with prefix-related changing of the note storage target. * org-exp.el (org-print-icalendar-entries): Make the exported priorities compatible with RFC 2445. * org-clock.el (org-clock-save): Insert time stamp without dependence on time-stamp.el. 2008-11-12 Carsten Dominik <dominik@science.uva.nl> * org.el ("saveplace"): If saveplace puts point into an invisible location, make it visible. (org-make-tags-matcher): Allow inactive time stamps in time comparisons. (org-yank-adjusted-subtrees): New option. (org-yank): Incorporate adjusting trees. (org-paste-subtree): New argument FOR-YANK which will cause insertion at point without backing up over white lines, and leave point at the end of the inserted text. Also if the cursor is at the beginning of a headline, use the same level or the inserted tree. * org-publish.el (org-publish-get-base-files-1): Deal correctly with broken symlinks 2008-11-12 Carsten Dominik <dominik@science.uva.nl> * org-exp.el (org-export-select-tags, org-get-current-options): Fix typo.
author Carsten Dominik <dominik@science.uva.nl>
date Wed, 12 Nov 2008 08:01:06 +0000
parents 75b06a7624a1
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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 * zoom_in_xpm[] = {
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
3 "24 24 132 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 #343434",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
6 "+ c #2D2D2D",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
7 "@ c #292929",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
8 "# c #262626",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
9 "$ c #2E2E2E",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
10 "% c #303030",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
11 "& c #737373",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
12 "* c #A1A1A1",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
13 "= c #B4B4B4",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
14 "- c #B2B2B2",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
15 "; c #9D9D9D",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
16 "> c #676767",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
17 ", c #202020",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
18 "' c #1C1C1C",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
19 ") c #272727",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
20 "! c #616161",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
21 "~ c #CACACA",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
22 "{ c #CFCFCF",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
23 "] c #D0D0D0",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
24 "^ c #CECECE",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
25 "/ c #C9C9C9",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
26 "( c #C1C1C1",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
27 "_ c #A7A7A7",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
28 ": c #4C4C4C",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
29 "< c #131313",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
30 "[ c #222222",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
31 "} c #757575",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
32 "| c #D3D3D3",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
33 "1 c #DBDBDB",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
34 "2 c #E7E7E7",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
35 "3 c #EFEFEF",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
36 "4 c #F3F3F3",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
37 "5 c #F1F1F1",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
38 "6 c #E5E5E5",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
39 "7 c #D2D2D2",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
40 "8 c #BCBCBC",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
41 "9 c #5E5E5E",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
42 "0 c #101010",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
43 "a c #212121",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
44 "b c #5B5B5B",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
45 "c c #CCCCCC",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
46 "d c #D7D7D7",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
47 "e c #F5F5F5",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
48 "f c #FAFAFA",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
49 "g c #FBFBFB",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
50 "h c #F8F8F8",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
51 "i c #F0F0F0",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
52 "j c #E1E1E1",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
53 "k c #C2C2C2",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
54 "l c #434343",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
55 "m c #0F0F0F",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
56 "n c #1F1F1F",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
57 "o c #B9B9B9",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
58 "p c #D6D6D6",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
59 "q c #F9F9F9",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
60 "r c #FDFDFD",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
61 "s c #454545",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
62 "t c #F2F2F2",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
63 "u c #ECECEC",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
64 "v c #E4E4E4",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
65 "w c #ABABAB",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
66 "x c #0E0E0E",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
67 "y c #1B1B1B",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
68 "z c #6D6D6D",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
69 "A c #FEFEFE",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
70 "B c #FCFCFC",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
71 "C c #EEEEEE",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
72 "D c #E6E6E6",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
73 "E c #575757",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
74 "F c #090909",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
75 "G c #141414",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
76 "H c #A8A8A8",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
77 "I c #D8D8D8",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
78 "J c #F6F6F6",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
79 "K c #F4F4F4",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
80 "L c #DCDCDC",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
81 "M c #9B9B9B",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
82 "N c #060606",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
83 "O c #111111",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
84 "P c #C5C5C5",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
85 "Q c #DFDFDF",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
86 "R c #444444",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
87 "S c #424242",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
88 "T c #EDEDED",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
89 "U c #BFBFBF",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
90 "V c #C6C6C6",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
91 "W c #E3E3E3",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
92 "X c #414141",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
93 "Y c #EAEAEA",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
94 "Z c #E0E0E0",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
95 "` c #BABABA",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
96 " . c #050505",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
97 ".. c #0B0B0B",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
98 "+. c #A5A5A5",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
99 "@. c #D1D1D1",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
100 "#. c #939393",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
101 "$. c #020202",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
102 "%. c #0A0A0A",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
103 "&. c #5F5F5F",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
104 "*. c #D9D9D9",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
105 "=. c #EBEBEB",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
106 "-. c #E9E9E9",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
107 ";. c #D4D4D4",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
108 ">. c #000000",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
109 ",. c #E2E2E2",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
110 "'. c #3F3F3F",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
111 "). c #DADADA",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
112 "!. c #CBCBCB",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
113 "~. c #3B3B3B",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
114 "{. c #D5D5D5",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
115 "]. c #C8C8C8",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
116 "^. c #BDBDBD",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
117 "/. c #515151",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
118 "(. c #C7C7C7",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
119 "_. c #CDCDCD",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
120 ":. c #B8B8B8",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
121 "<. c #030303",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
122 "[. c #313131",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
123 "}. c #999999",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
124 "|. c #BBBBBB",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
125 "1. c #B6B6B6",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
126 "2. c #909090",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
127 "3. c #2B2B2B",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
128 "4. c #010101",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
129 "5. c #7A7A7A",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
130 "6. c #9A9A9A",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
131 "7. c #777777",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
132 "8. c #3C3C3C",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
133 "9. c #686868",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
134 "0. c #797979",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
135 "a. c #3A3A3A",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
136 " ",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
137 " . + @ # # # ",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
138 " $ % & * = - ; > , ' ",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
139 " ) ! = ~ { ] ^ / ( _ : < ",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
140 " [ } ~ | 1 2 3 4 5 6 7 8 9 0 ",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
141 " a b c d 6 e f g f h e i j k l m ",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
142 " n o p 2 q g r s s g h t u v w x ",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
143 " y z 7 j e f r A s s B q e C D 1 E F ",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
144 " G H I C J q B A s s g h K C D L M N ",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
145 " O P Q 3 e R R s s s R l S T 6 1 U N ",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
146 " x V W u t l R R R R l S X Y Z d ` . ",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
147 " ..+.j 2 T 5 K J l l 4 3 u v 1 @.#.$. ",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
148 " %.&.*.j D =.C 3 X X T -.v 1 ;.~ : >. ",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
149 " %.= I L ,.6 D '.'.W Q ).;.!.* $. ",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
150 " N ~.c 7 ;.).1 ).1 I {.] ].^.$ >. ",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
151 " ./.k (.!.c _.!.!.].k :.s >. ",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
152 " <.[.}.|.^.8 8 8 1.2.3.>.>.>. ",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
153 " 4.<.X 5.6.6.7.8.>.>. >.>.>.>. ",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
154 " >.>.>.>.>.>. , , >.>. ",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
155 " >.9.. >.>. ",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
156 " >.0.a.>.>. ",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
157 " >.9.n >. ",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
158 " >.>. ",
75b06a7624a1 * images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff changeset
159 " "};