HTML export: Fix bug with horizontal rules in plain lists.
[org-mode.git] / contrib / ChangeLog
blob7e62df0ea0bf651372e0e4c4cc3566829d65b36c
1 2009-06-20  Carsten Dominik  <carsten.dominik@gmail.com>
3         * README: List new file org-export-generic.el
5         * lisp/org-export-generic.el: New file.
7 2009-05-10  Carsten Dominik  <carsten.dominik@gmail.com>
9         * lisp/org-exp-blocks.el (org-export-blocks-format-ditaa)
10         (org-export-blocks-format-dot): Support ditaa export also for the
11         docbook exporter.
13 2009-05-07  Carsten Dominik  <carsten.dominik@gmail.com>
15         * lisp/org-special-blocks.el: New file.
17 2009-04-08  Carsten Dominik  <carsten.dominik@gmail.com>
19         * lisp/org-choose.el (org-choose-get-fn-map-group): Fix bug with
20         level selection.
22 2009-04-01  Carsten Dominik  <carsten.dominik@gmail.com>
24         * lisp/org-exp-bibtex.el (org-export-bibtex-preprocess): Handle
25         multiple keys in a single \cite command.
27 2009-03-30  Carsten Dominik  <carsten.dominik@gmail.com>
29         * lisp/org-mtags.el: Fix copyright year.
31 2009-03-13  Carsten Dominik  <carsten.dominik@gmail.com>
33         * lisp/org-mtags.el (org-mtags-replace): Support literal docbook.
35 2009-03-12  Carsten Dominik  <carsten.dominik@gmail.com>
37         * lisp/org-exp-bibtex.el (org-export-bibtex-preprocess): Analyze
38         return value of the call to bibtex2html.
39         (org-export-bibtex-preprocess): Change Class to ID, there can only
40         be one.
41         (org-exp-bibtex-docites): Generalize the regexp looking for
42         citations.
44 2009-02-26  Carsten Dominik  <carsten.dominik@gmail.com>
46         * lisp/org2rem.el: New version from Shatad Pratap.
48 2009-02-24  Carsten Dominik  <carsten.dominik@gmail.com>
50         * lisp/org-choose.el (org-choose-get-fn-map-group): Only check
51         true siblings.
53 2009-02-18  Carsten Dominik  <carsten.dominik@gmail.com>
55         * lisp/org-R.el: New file.
57 2009-02-13  Carsten Dominik  <carsten.dominik@gmail.com>
59         * lisp/org-choose.el (org-choose-get-fn-map-group): Require
60         `org-agenda'.
61         (cl): Require `cl' at runtime.
62         (org-choose-filter-one): Use `org-split-string' for consistency
63         accross Emacs version.
65 2009-02-12  Carsten Dominik  <carsten.dominik@gmail.com>
67         * lisp/org-choose.el ("org"): Use file name instead of feature for
68         `eval-after-load', this is XEmacs compatible.
70 2009-02-10  Carsten Dominik  <carsten.dominik@gmail.com>
72         * lisp/org-choose.el (org-choose-get-fn-map-group): Call
73         `org-up-heading-all' instead of `outline-up-heading-all', which
74         does not exist.
76 2009-02-04  Carsten Dominik  <carsten.dominik@gmail.com>
78         * lisp/org-depend.el (org-depend-act-on-sibling): New macro.
79         (org-depend-trigger-todo): Call `org-depend-act-on-sibling',
80         implement reacting on new keyword `chain-sibling-cheduled'.
82 2009-02-03  Carsten Dominik  <carsten.dominik@gmail.com>
84         * lisp/org-exp-blocks.el (org-exp-blocks): Provide this feature.
86 2009-01-16  Carsten Dominik  <carsten.dominik@gmail.com>
88         * lisp/org-depend.el (org-depend-block-todo): Set a tag when a
89         state change is blocked.
90         (org-depend-tag-blocked): New option.
92 2009-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
94         * lisp/org-mtags.el (org-mtags-replace): Extend muse tags syntax
95         to cater for the new export switched in src and example tags.
96         (org-mtags-replace): Fix bugs in prefix processing.
97         (org-mtags-get-tag-and-attributes): Add local variable bindings.
99 2008-12-19  Carsten Dominik  <carsten.dominik@gmail.com>
101         * lisp/org-exp-blocks.el (org-export-blocks-format-ditaa): Catch
102         lines that have no space after the colon.
104 2008-12-08  Carsten Dominik  <carsten.dominik@gmail.com>
106         * lisp/org-browser-url.el: New file.
108         * lisp/org-registry.el (org-registry-before-first-heading-p):
109         Function renamed to `org-before-first-heading-p', and moved to
110         org.el.
112 2008-09-20  James TD Smith  <ahktenzero@mohorovi.cc>
114         * lisp/org-checklist.el: New file.
116 2008-09-02  Carsten Dominik  <dominik@science.uva.nl>
118         * lisp/org-mairix.el: Update to version 0.5.
120 2008-07-04  Christian Egli  <christian.egli@alumni.ethz.ch>
122         * scripts/org2hpda: the default location of the diary file should
123         of course be ~/diary
125 2008-07-02  Carsten Dominik  <dominik@science.uva.nl>
127         * lisp/org-mtags.el (org-mtags-replace): Allow prefix and prefix1
128         as options in the include directive.
130 2008-06-18  Christian Egli  <christian.egli@alumni.ethz.ch>
132         * scripts/org2hpda (DIARY): Make the location of the diary file
133         configurable.
134         (all): reduce links to their destination, i.e. change
135         '[[http://foo][bar]]' to 'bar'
137 2008-05-28  Carsten Dominik  <dominik@science.uva.nl>
139         * lisp/org-mtags.el (org-mtags-replace)
140         (org-mtags-supported-tags): Fixed typo in contents tag.
141         (org-mtags-replace): Fix but that could lead to an infinite loop
142         for a partial tag.
144 2008-05-19  Carsten Dominik  <dominik@science.uva.nl>
146         * lisp/org-annotation-helper.el: Remove John Rakestraw from author
147         list, upon his request.
149 2008-05-17  Carsten Dominik  <dominik@science.uva.nl>
151         * lisp/org-annotation-helper.el: New file.
153 2008-05-15  Carsten Dominik  <dominik@science.uva.nl>
155         * lisp/org-id.el (org-id-include-domain): New option.
156         (org-id-new): Add the domain name to an ID if
157         `org-id-include-domain' is set.
159 2008-05-04  Jason Riedy  <jason@acm.org>
161         * lisp/orgtbl-sqlinsert.el (orgtbl-to-sqlinsert): Use the
162         default fmt function, collect only the first header line for
163         field names, and don't call plist-get for the table name on
164         every line.
166 2008-04-15  Jason Riedy  <jason@acm.org>
168         * lisp/orgtbl-sqlinsert.el: New file.
169         * README: Add to list.
171 2008-04-07  Carsten Dominik  <dominik@science.uva.nl>
173         * lisp/org-iswitchb.el: File removed, because the functionality is
174         now in org.el, in the core.
176         * lisp/org-mew.el: File moved into the core.
178 2008-03-14  Carsten Dominik  <dominik@science.uva.nl>
180         * lisp/org-depend.el: Add `provide' for the module system.
182         * lisp/org-man.el: Add `provide' for the module system.
184         * lisp/org-interactive-query.el: Renamed from org-iq.el.
186 2008-03-05  Bastien Guerry  <bzg@altern.org>
188         * lisp/org-elisp-symbol.el (org-elisp-symbol-store-link):
189         Correctly handle function with no documentation.
191 2008-02-29  Tokuya Kameshima <kames@fa2.so-net.ne.jp>
193         * lisp/org-bookmark.el (org-bookmark-store-link): Use
194         `bookmark-all-names' instead of `bookmark-alist'.
196 2008-02-29  Bastien Guerry  <bzg@altern.org>
198         * lisp/org-bookmark.el (org-bookmark-in-dired)
199         (org-bookmark-when-visiting-a-file)
200         (org-bookmark-use-first-bookmark): New options.
201         (org-bookmark-store-link): Behave according to options.
203 2008-02-29  Bastien Guerry  <bzg@altern.org>
205         * lisp/org-mairix.el (org-mairix): Use `org-link' group.
207 2008-02-28  Bastien Guerry  <bzg@altern.org>
209         * lisp/org-bookmark.el: New file.
211 2008-02-26  Carsten Dominik  <dominik@science.uva.nl>
213         * lisp/org-id.el: New file.
215 2008-02-21  Carsten Dominik  <dominik@science.uva.nl>
217         * lisp/org-screen.el: New file.
219 2008-02-17  Christian Egli  <christian.egli@alumni.ethz.ch>
221         * scripts/org2hpda: Added a Makefile for generation of hipster pda
222         style printouts
224 2008-02-08  Phil Jackson  <phil@shellarchive.co.uk>
226         * scripts/dir2org.zsh: New file.
228 2008-02-07  Phil Jackson  <phil@shellarchive.co.uk>
230         * lisp/org-annotate-file.el: New file.
232 2008-02-07  Bastien Guerry  <bzg@altern.org>
234         * Added org-expiry.el org-registry.el org-iswitchb.el org2rem.el
235         to CONTRIB/lisp/.
237 2008-02-07  Phil Jackson  <phil@shellarchive.co.uk>
239         * lisp/org-irc.el: New file.
241         * ChangeLog: New file.