Mercurial > emacs
annotate etc/images/zoom-in.xpm @ 100267:c851df8e004e
2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
* org-id.el (org-id-locations-file): Wrap file name with
`convert-standard-filename'.
(org-id-files): New variable.
(org-id-use-hash): New option.
(org-id-update-id-locations): Also search in all files current
listed in `org-id-files'. Convert the resulting alist to a hash
if the user customation says so.
(org-id-locations-save): Handle he case if `org-id-locations' is a
hash.
(org-id-locations-load): Convert the alist to a hash.
(org-id-add-location): Handle the hast case.
(kill-emacs-hook): Make sure id locations are saved when Emacs is
exited.
(org-id-hash-to-alist, org-id-alist-to-hash)
(org-id-paste-tracker): New functions.
2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
* org-agenda.el (org-agenda-goto-calendar): Remove duplicate let
bindings of calendar variables.
* org-table.el (org-table-find-row-type): Renamed from
`org-find-row-type'.
(org-table-rewrite-old-row-references): Renamed from
`org-rewrite-old-row-references'.
(org-table-shift-refpart): Renamed from `org-shift-refpart'.
(org-table-cleanup-narrow-column-properties): Renamed from
`org-cleanup-narrow-column-properties'.
2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
* org-table.el (org-find-row-type): New arguments DESC and CLINE,
for better error messages.
(org-table-get-descriptor-line): Supply the new arguments to
`org-find-row-type'.
(org-table-error-on-row-ref-crossing-hline): New option.
* org.el (org-target-link-regexp): Make buffer-local.
(org-move-subtree-down): Fix bug with trees at beginning of
buffer.
2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
* org-faces.el (org-set-tag-faces): New function.
(org-tags-special-faces-re): New variable.
* org.el (org-font-lock-add-tag-faces, org-get-tag-face): New functions.
* org-faces.el (org-tag-faces): New option.
(org-tag): Mention `org-tag-faces' in the docstring.
2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
* org-exp.el (org-export-html-style-default): Implement new
quoting.
* org-jsinfo.el (org-infojs-template): Implement new quoting.
* org-w3m.el (w3m-minor-mode-hook): Also add the special copy
command to the `w3m-minor-mode-map'.
* org-archive.el (org-archive-to-archive-sibling): Protect
`this-command' to avoid appending kills during archiving.
* org-exp.el (org-export-with-priority): New variable.
(org-export-add-options-to-plist): Use `org-export-plist-vars'
instead of internal list of strings and properties.
(org-print-icalendar-entries): Retrieve the location property with
inheritance.
2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
* org-exp.el (org-export-with-todo-keywords): New option.
(org-export-plist-vars): Include also the keys for the #+OPTIONS
line.
(org-default-export-plist, org-export-add-options-to-plist)
(org-export-as-ascii, org-export-as-html): Use the new structure
of `org-export-plist-vars'.
* org.el (org-map-entries): Return all values.
2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
* org.el (org-matcher-time): Recognize more special values.
* org-gnus.el (fboundp): Fix defvaralias for XEmacs.
2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
* org.el (org-tags-exclude-from-inheritance): New option.
(org-tag-inherit-p, org-remove-uniherited-tags): Respect
`org-tags-exclude-from-inheritance'.
* org-agenda.el (org-agenda-show-inherited-tags): New option.
(org-format-agenda-item): Add inherited tags to the agenda line
string, and make sure that properties are kept when downcasing the
tags list.
(org-agenda-add-inherited-tags): New function.
(org-downcase-keep-props): New function.
* org.el (org-scan-tags): Mark inherited tags with a text
property.
(org-get-tags-at): Mark inherited tags with a text property.
(org-add-prop-inherited): New function.
* org-agenda.el (org-agenda-add-inherited-tags): New function.
(org-agenda-show-inherited-tags): New option.
2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
* org.el (org-modules): Add org-w3m to the default modules.
* org-table.el (orgtbl-self-insert-command): Make S-SPC work in
orgtbl-mode.
(orgtabl-create-or-convert-from-region): New command.
* org-exp.el (org-export-as-ascii): Remove the handling of
targets.
(org-export-ascii-preprocess): Handle targets already in this
function.
2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
* org-timer.el (org-timer-start-time): Define this variable.
(org-timer-item): Make argument optional.
* org-list.el (org-insert-item): Automatically insert a timer item
if the current list is a timer list.
* org-timer.el: New file.
* org-publish.el (org-publish-org-index): Only exclude the index
file in the main directory from being added to the site-map.
(org-publish-get-project-from-filename): If the current project is
a component, start publishing from the parent project.
2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
* org-table.el (orgtbl-ret): Fix RET at beginning-of-buffer.
* org-publish.el (org-publish-org-index): Improve removal of
temporary buffers.
author | Carsten Dominik <dominik@science.uva.nl> |
---|---|
date | Sun, 07 Dec 2008 18:36:02 +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 * 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 " "}; |