annotate etc/images/bookmark_add.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 9b032196b290
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
92527
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
1 /* XPM */
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
2 static char * bookmark_add_xpm[] = {
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
3 "24 24 181 2",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
4 " c None",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
5 ". c #8F5902",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
6 "+ c #946104",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
7 "@ c #CA9216",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
8 "# c #888A85",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
9 "$ c #AA823F",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
10 "% c #E9B96E",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
11 "& c #E3B162",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
12 "* c #E4B65D",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
13 "= c #EAC263",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
14 "- c #AC850E",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
15 "; c #B4B460",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
16 "> c #BDBD58",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
17 ", c #C2C253",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
18 "' c #C7C75A",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
19 ") c #E2E038",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
20 "! c #D3D3D3",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
21 "~ c #F6F6F6",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
22 "{ c #DEA956",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
23 "] c #DFAD53",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
24 "^ c #E1B44F",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
25 "/ c #ECCB58",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
26 "( c #BFA115",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
27 "_ c #F6F57D",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
28 ": c #F6F468",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
29 "< c #EDD400",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
30 "[ c #EBE950",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
31 "} c #D3D245",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
32 "| c #E4E22D",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
33 "1 c #F3F3F3",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
34 "2 c #D59C3E",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
35 "3 c #D8A53C",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
36 "4 c #DEB439",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
37 "5 c #CFBA1B",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
38 "6 c #F3F154",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
39 "7 c #FEFEF7",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
40 "8 c #FFFFFF",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
41 "9 c #EEEC36",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
42 "0 c #DDDB3D",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
43 "a c #E8E62D",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
44 "b c #D7A03D",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
45 "c c #DBAC3B",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
46 "d c #E1BE36",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
47 "e c #FBFBCA",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
48 "f c #FEFEEF",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
49 "g c #F5F32A",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
50 "h c #D7A23D",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
51 "i c #DDB339",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
52 "j c #F8F1AC",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
53 "k c #FDFDF9",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
54 "l c #FAF9D7",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
55 "m c #F2F2F2",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
56 "n c #E0B151",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
57 "o c #E8C54F",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
58 "p c #EAD13E",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
59 "q c #FEFEFB",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
60 "r c #F5F329",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
61 "s c #F1F0F0",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
62 "t c #EABF66",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
63 "u c #B18C0F",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
64 "v c #EFD948",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
65 "w c #F7F676",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
66 "x c #FEFEFE",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
67 "y c #FBFBD4",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
68 "z c #EFEFEF",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
69 "A c #976605",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
70 "B c #EFEEAD",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
71 "C c #C6AC17",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
72 "D c #F2E439",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
73 "E c #FDFCEC",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
74 "F c #F2F02A",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
75 "G c #EFEEED",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
76 "H c #ECEBDE",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
77 "I c #EDEDB5",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
78 "J c #EFEE8B",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
79 "K c #D5C31D",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
80 "L c #FEFEFA",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
81 "M c #E9E731",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
82 "N c #EEEEEC",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
83 "O c #ECECEA",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
84 "P c #EBEBE5",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
85 "Q c #ECEBC3",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
86 "R c #EDEC9B",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
87 "S c #F0EE75",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
88 "T c #FEFEF6",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
89 "U c #FDFCEA",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
90 "V c #ECECEB",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
91 "W c #EBEBEA",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
92 "X c #EAEAE9",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
93 "Y c #E9E9E8",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
94 "Z c #E9E9DC",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
95 "` c #EBEBB0",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
96 " . c #EEEC8D",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
97 ".. c #EFEE6F",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
98 "+. c #F4F22D",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
99 "@. c #F5F328",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
100 "#. c #F5F36B",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
101 "$. c #CCCC4B",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
102 "%. c #EAE9E8",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
103 "&. c #E9E9E7",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
104 "*. c #E8E8E6",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
105 "=. c #E8E7E5",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
106 "-. c #E7E6E4",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
107 ";. c #E7E6CD",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
108 ">. c #EAE9A7",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
109 ",. c #ECEB8B",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
110 "'. c #EDEC73",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
111 "). c #EFED60",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
112 "!. c #F0EE55",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
113 "~. c #F0EE50",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
114 "{. c #EFEE54",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
115 "]. c #EEEC5F",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
116 "^. c #F3F27A",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
117 "/. c #BBBB5A",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
118 "(. c #E9E8E7",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
119 "_. c #E7E7E5",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
120 ":. c #E6E6E3",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
121 "<. c #E5E5E2",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
122 "[. c #E5E4E1",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
123 "}. c #E4E4D3",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
124 "|. c #E8E6AD",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
125 "1. c #E9E896",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
126 "2. c #EAE986",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
127 "3. c #EBE97B",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
128 "4. c #EBEA78",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
129 "5. c #EAE97A",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
130 "6. c #E9E783",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
131 "7. c #F3F2A4",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
132 "8. c #969779",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
133 "9. c #E6E6E4",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
134 "0. c #E4E4E2",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
135 "a. c #E4E3E0",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
136 "b. c #E3E2DF",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
137 "c. c #E2E1DB",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
138 "d. c #E2E1CA",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
139 "e. c #E4E3B9",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
140 "f. c #E6E4A7",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
141 "g. c #E5E4A4",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
142 "h. c #E3E1B1",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
143 "i. c #E0DFBF",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
144 "j. c #F2F2EB",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
145 "k. c #E6E7E4",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
146 "l. c #E5E5E3",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
147 "m. c #E5E4E2",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
148 "n. c #E4E3E1",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
149 "o. c #E3E2E0",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
150 "p. c #E3E1DF",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
151 "q. c #E1E1DD",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
152 "r. c #E1E0DD",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
153 "s. c #E0DFDC",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
154 "t. c #DFDEDA",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
155 "u. c #DFDDD9",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
156 "v. c #DDDDD8",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
157 "w. c #DCDCD8",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
158 "x. c #DBDAD7",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
159 "y. c #E6E5E2",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
160 "z. c #E2E2DF",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
161 "A. c #E0E0DC",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
162 "B. c #DFDFDC",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
163 "C. c #DEDEDA",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
164 "D. c #DEDDDA",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
165 "E. c #DDDCD8",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
166 "F. c #DCDBD7",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
167 "G. c #DAD9D6",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
168 "H. c #E7E7E6",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
169 "I. c #E4E4E1",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
170 "J. c #E2E2DE",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
171 "K. c #DFDEDB",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
172 "L. c #DEDDD9",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
173 "M. c #DEDDD8",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
174 "N. c #DBDAD5",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
175 "O. c #DAD9D5",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
176 "P. c #D9D8D4",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
177 "Q. c #E1E1DE",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
178 "R. c #DCDCD7",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
179 "S. c #DBDBD7",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
180 "T. c #DADAD5",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
181 "U. c #D9D9D5",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
182 "V. c #D8D8D2",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
183 "W. c #7B7C78",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
184 "X. c #787975",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
185 " ",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
186 " . . . . . . + @ ",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
187 " # $ . % & & * = - ; > , ' , ) ",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
188 " # ! ~ . % { ] ^ / ( _ : < < [ } | ",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
189 " # ~ 1 . % 2 3 4 < 5 6 < 7 8 < 9 0 a ",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
190 " # 8 1 . % b c d < < < e 8 8 f < < < g ",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
191 " # 8 1 . % h i < j k 8 8 8 8 8 8 8 l < ",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
192 " # 8 m . % n o p < q 8 8 8 8 8 8 8 < r g ",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
193 " # 8 s . % t u v < w x 8 8 8 8 8 y < r g ",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
194 " # 8 z . % A B C D < E 8 8 8 8 8 < F r g ",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
195 " # 8 G . . H I J K < L 8 8 8 8 8 < M r ",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
196 " # 8 N . O P Q R S < 8 T < < U 8 < 0 g ",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
197 " # 8 V W X Y Z ` ...< < +.@.< < #.$. ",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
198 " # m %.&.*.=.-.;.>.,.'.).!.~.{.].^./. ",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
199 " # m (.*._.:.<.[.}.|.1.2.3.4.5.6.7.8. ",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
200 " # m =.-.9.<.0.a.b.c.d.e.f.g.h.i.j.# ",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
201 " # m k.l.m.n.o.p.q.r.s.t.u.v.w.x.m # ",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
202 " # m y.[.a.o.z.q.A.B.C.D.E.F.x.G.H.# ",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
203 " # H.I.a.b.J.r.s.K.L.M.E.F.N.O.P.H.# ",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
204 " # H.o.J.Q.r.A.t.D.E.R.S.T.U.P.V.H.# ",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
205 " # H.H.H.H.H.H.H.H.H.H.H.H.H.H.H.H.# ",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
206 " W.# # # # # # # # # # # # # # # # X. ",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
207 " ",
9b032196b290 New files.
Jan Djärv <jan.h.d@swipnet.se>
parents:
diff changeset
208 " "};