Fix bug with line protection while including source code files
[org-mode.git] / contrib / ChangeLog
blob4412897a821779a10290749c459f2970560cf56e
1 2009-08-14  Carsten Dominik  <carsten.dominik@gmail.com>
3         * lisp/org-exp-bibtex.el (org-export-bibtex-preprocess): Use a
4         safer regular expression.
6 2009-08-07  Carsten Dominik  <carsten.dominik@gmail.com>
8         * lisp/org-track.el: New file.
10 2009-08-03  Carsten Dominik  <carsten.dominik@gmail.com>
12         * lisp/org-indent.el: File removed.
14 2009-07-21  Wes Hardaker <wjhns209@hardakers.net>  (tiny change)
16         * lisp/org-export-generic.el (org-export-generic-format): Fix
17         compatibility issue with Emacs 23.
19 2009-07-12  James TD Smith  <ahktenzero@mohorovi.cc>
21         * lisp/org-checklist.el (org-checklist): Add a custom group for
22         org-checklist. The options are all for the unchecked items export
23         function.
24         (org-checklist-export-time-format): Allow customising the
25         timestamp appended to the saved unchecked items list
26         (org-checklist-export-function): Allow customising the output
27         format for the unchecked items list.
28         (org-checklist-export-params): Options for the exporter.
29         (org-checklist-a2ps-params): Printing options.
30         (org-make-checklist-export): Use values from custom vars. Printing
31         is now controlled by the PRINT_EXPORT property in the entry, and
32         the user is only asked if it is missing. Pass the switches to
33         a2ps-buffer properly.
35 2009-06-20  Carsten Dominik  <carsten.dominik@gmail.com>
37         * README: List new file org-export-generic.el
39         * lisp/org-export-generic.el: New file.
41 2009-05-10  Carsten Dominik  <carsten.dominik@gmail.com>
43         * lisp/org-exp-blocks.el (org-export-blocks-format-ditaa)
44         (org-export-blocks-format-dot): Support ditaa export also for the
45         docbook exporter.
47 2009-05-07  Carsten Dominik  <carsten.dominik@gmail.com>
49         * lisp/org-special-blocks.el: New file.
51 2009-04-08  Carsten Dominik  <carsten.dominik@gmail.com>
53         * lisp/org-choose.el (org-choose-get-fn-map-group): Fix bug with
54         level selection.
56 2009-04-01  Carsten Dominik  <carsten.dominik@gmail.com>
58         * lisp/org-exp-bibtex.el (org-export-bibtex-preprocess): Handle
59         multiple keys in a single \cite command.
61 2009-03-30  Carsten Dominik  <carsten.dominik@gmail.com>
63         * lisp/org-mtags.el: Fix copyright year.
65 2009-03-13  Carsten Dominik  <carsten.dominik@gmail.com>
67         * lisp/org-mtags.el (org-mtags-replace): Support literal docbook.
69 2009-03-12  Carsten Dominik  <carsten.dominik@gmail.com>
71         * lisp/org-exp-bibtex.el (org-export-bibtex-preprocess): Analyze
72         return value of the call to bibtex2html.
73         (org-export-bibtex-preprocess): Change Class to ID, there can only
74         be one.
75         (org-exp-bibtex-docites): Generalize the regexp looking for
76         citations.
78 2009-02-26  Carsten Dominik  <carsten.dominik@gmail.com>
80         * lisp/org2rem.el: New version from Shatad Pratap.
82 2009-02-24  Carsten Dominik  <carsten.dominik@gmail.com>
84         * lisp/org-choose.el (org-choose-get-fn-map-group): Only check
85         true siblings.
87 2009-02-18  Carsten Dominik  <carsten.dominik@gmail.com>
89         * lisp/org-R.el: New file.
91 2009-02-13  Carsten Dominik  <carsten.dominik@gmail.com>
93         * lisp/org-choose.el (org-choose-get-fn-map-group): Require
94         `org-agenda'.
95         (cl): Require `cl' at runtime.
96         (org-choose-filter-one): Use `org-split-string' for consistency
97         accross Emacs version.
99 2009-02-12  Carsten Dominik  <carsten.dominik@gmail.com>
101         * lisp/org-choose.el ("org"): Use file name instead of feature for
102         `eval-after-load', this is XEmacs compatible.
104 2009-02-10  Carsten Dominik  <carsten.dominik@gmail.com>
106         * lisp/org-choose.el (org-choose-get-fn-map-group): Call
107         `org-up-heading-all' instead of `outline-up-heading-all', which
108         does not exist.
110 2009-02-04  Carsten Dominik  <carsten.dominik@gmail.com>
112         * lisp/org-depend.el (org-depend-act-on-sibling): New macro.
113         (org-depend-trigger-todo): Call `org-depend-act-on-sibling',
114         implement reacting on new keyword `chain-sibling-cheduled'.
116 2009-02-03  Carsten Dominik  <carsten.dominik@gmail.com>
118         * lisp/org-exp-blocks.el (org-exp-blocks): Provide this feature.
120 2009-01-16  Carsten Dominik  <carsten.dominik@gmail.com>
122         * lisp/org-depend.el (org-depend-block-todo): Set a tag when a
123         state change is blocked.
124         (org-depend-tag-blocked): New option.
126 2009-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
128         * lisp/org-mtags.el (org-mtags-replace): Extend muse tags syntax
129         to cater for the new export switched in src and example tags.
130         (org-mtags-replace): Fix bugs in prefix processing.
131         (org-mtags-get-tag-and-attributes): Add local variable bindings.
133 2008-12-19  Carsten Dominik  <carsten.dominik@gmail.com>
135         * lisp/org-exp-blocks.el (org-export-blocks-format-ditaa): Catch
136         lines that have no space after the colon.
138 2008-12-08  Carsten Dominik  <carsten.dominik@gmail.com>
140         * lisp/org-browser-url.el: New file.
142         * lisp/org-registry.el (org-registry-before-first-heading-p):
143         Function renamed to `org-before-first-heading-p', and moved to
144         org.el.
146 2008-09-20  James TD Smith  <ahktenzero@mohorovi.cc>
148         * lisp/org-checklist.el: New file.
150 2008-09-02  Carsten Dominik  <dominik@science.uva.nl>
152         * lisp/org-mairix.el: Update to version 0.5.
154 2008-07-04  Christian Egli  <christian.egli@alumni.ethz.ch>
156         * scripts/org2hpda: the default location of the diary file should
157         of course be ~/diary
159 2008-07-02  Carsten Dominik  <dominik@science.uva.nl>
161         * lisp/org-mtags.el (org-mtags-replace): Allow prefix and prefix1
162         as options in the include directive.
164 2008-06-18  Christian Egli  <christian.egli@alumni.ethz.ch>
166         * scripts/org2hpda (DIARY): Make the location of the diary file
167         configurable.
168         (all): reduce links to their destination, i.e. change
169         '[[http://foo][bar]]' to 'bar'
171 2008-05-28  Carsten Dominik  <dominik@science.uva.nl>
173         * lisp/org-mtags.el (org-mtags-replace)
174         (org-mtags-supported-tags): Fixed typo in contents tag.
175         (org-mtags-replace): Fix but that could lead to an infinite loop
176         for a partial tag.
178 2008-05-19  Carsten Dominik  <dominik@science.uva.nl>
180         * lisp/org-annotation-helper.el: Remove John Rakestraw from author
181         list, upon his request.
183 2008-05-17  Carsten Dominik  <dominik@science.uva.nl>
185         * lisp/org-annotation-helper.el: New file.
187 2008-05-15  Carsten Dominik  <dominik@science.uva.nl>
189         * lisp/org-id.el (org-id-include-domain): New option.
190         (org-id-new): Add the domain name to an ID if
191         `org-id-include-domain' is set.
193 2008-05-04  Jason Riedy  <jason@acm.org>
195         * lisp/orgtbl-sqlinsert.el (orgtbl-to-sqlinsert): Use the
196         default fmt function, collect only the first header line for
197         field names, and don't call plist-get for the table name on
198         every line.
200 2008-04-15  Jason Riedy  <jason@acm.org>
202         * lisp/orgtbl-sqlinsert.el: New file.
203         * README: Add to list.
205 2008-04-07  Carsten Dominik  <dominik@science.uva.nl>
207         * lisp/org-iswitchb.el: File removed, because the functionality is
208         now in org.el, in the core.
210         * lisp/org-mew.el: File moved into the core.
212 2008-03-14  Carsten Dominik  <dominik@science.uva.nl>
214         * lisp/org-depend.el: Add `provide' for the module system.
216         * lisp/org-man.el: Add `provide' for the module system.
218         * lisp/org-interactive-query.el: Renamed from org-iq.el.
220 2008-03-05  Bastien Guerry  <bzg@altern.org>
222         * lisp/org-elisp-symbol.el (org-elisp-symbol-store-link):
223         Correctly handle function with no documentation.
225 2008-02-29  Tokuya Kameshima <kames@fa2.so-net.ne.jp>
227         * lisp/org-bookmark.el (org-bookmark-store-link): Use
228         `bookmark-all-names' instead of `bookmark-alist'.
230 2008-02-29  Bastien Guerry  <bzg@altern.org>
232         * lisp/org-bookmark.el (org-bookmark-in-dired)
233         (org-bookmark-when-visiting-a-file)
234         (org-bookmark-use-first-bookmark): New options.
235         (org-bookmark-store-link): Behave according to options.
237 2008-02-29  Bastien Guerry  <bzg@altern.org>
239         * lisp/org-mairix.el (org-mairix): Use `org-link' group.
241 2008-02-28  Bastien Guerry  <bzg@altern.org>
243         * lisp/org-bookmark.el: New file.
245 2008-02-26  Carsten Dominik  <dominik@science.uva.nl>
247         * lisp/org-id.el: New file.
249 2008-02-21  Carsten Dominik  <dominik@science.uva.nl>
251         * lisp/org-screen.el: New file.
253 2008-02-17  Christian Egli  <christian.egli@alumni.ethz.ch>
255         * scripts/org2hpda: Added a Makefile for generation of hipster pda
256         style printouts
258 2008-02-08  Phil Jackson  <phil@shellarchive.co.uk>
260         * scripts/dir2org.zsh: New file.
262 2008-02-07  Phil Jackson  <phil@shellarchive.co.uk>
264         * lisp/org-annotate-file.el: New file.
266 2008-02-07  Bastien Guerry  <bzg@altern.org>
268         * Added org-expiry.el org-registry.el org-iswitchb.el org2rem.el
269         to CONTRIB/lisp/.
271 2008-02-07  Phil Jackson  <phil@shellarchive.co.uk>
273         * lisp/org-irc.el: New file.
275         * ChangeLog: New file.