Document that the LaTeX setup might not work well with XeTeX
[org-mode.git] / contrib / ChangeLog
blobce32dabe358bb17efd73dc2787144ab19a01ef0a
1 2010-03-31  Carsten Dominik  <carsten.dominik@gmail.com>
3         * lisp/org-mac-iCal.el (org-mac-iCal): Snow Leopard
4         compatibility.
6 2010-02-20  Carsten Dominik  <carsten.dominik@gmail.com>
8         * lisp/org-git-link.el (org-git-store-link): Check if there is a
9         file name associated with the buffer.
11 2010-02-04  Carsten Dominik  <carsten.dominik@gmail.com>
13         * lisp/org-export-generic.el (org-export-generic): Provide.
15 2010-01-08  Carsten Dominik  <carsten.dominik@gmail.com>
17         * lisp/org-export-generic.el (org-export-generic): Close body
18         levels.
20 2009-11-20  Carsten Dominik  <carsten.dominik@gmail.com>
22         * lisp/org-export-generic.el (org-set-generic-type): Use `aput'.
24         * lisp/org-git-link.el (org-git-gitrepos-p): Make definition
25         XEmacs compatible.
27 2009-11-01  Carsten Dominik  <carsten.dominik@gmail.com>
29         * lisp/org-mac-iCal.el (omi-import-ics): Use `diary-file'
30         variable.
32 2009-10-22  Carsten Dominik  <carsten.dominik@gmail.com>
34         * lisp/org-registry.el (org-registry-assoc-all)
35         (org-registry-find-all): Clean rewrite
37 2009-10-19  James TD Smith  <ahktenzero@mohorovi.cc>
39         * lisp/org-registry.el (org-registry-assoc-all): Stop this from
40         deleting the links it finds from the registry.
41         (org-registry-find-all): Add a new function which returns all
42         registry entries which satisfy a test function.
44 2009-10-02  Carsten Dominik  <carsten.dominik@gmail.com>
46         * lisp/org-special-blocks.el (org-special-blocks-ignore-regexp):
47         New variable.
48         (org-special-blocks-make-special-cookies): Use
49         `org-special-blocks-ignore-regexp'.
51 2009-09-16  Carsten Dominik  <carsten.dominik@gmail.com>
53         * lisp/org-invoice.el: New file.
55 2009-08-14  Carsten Dominik  <carsten.dominik@gmail.com>
57         * lisp/org-exp-bibtex.el (org-export-bibtex-preprocess): Use a
58         safer regular expression.
60 2009-08-07  Carsten Dominik  <carsten.dominik@gmail.com>
62         * lisp/org-track.el: New file.
64 2009-08-03  Carsten Dominik  <carsten.dominik@gmail.com>
66         * lisp/org-indent.el: File removed.
68 2009-07-21  Wes Hardaker <wjhns209@hardakers.net>  (tiny change)
70         * lisp/org-export-generic.el (org-export-generic-format): Fix
71         compatibility issue with Emacs 23.
73 2009-07-12  James TD Smith  <ahktenzero@mohorovi.cc>
75         * lisp/org-checklist.el (org-checklist): Add a custom group for
76         org-checklist. The options are all for the unchecked items export
77         function.
78         (org-checklist-export-time-format): Allow customising the
79         timestamp appended to the saved unchecked items list
80         (org-checklist-export-function): Allow customising the output
81         format for the unchecked items list.
82         (org-checklist-export-params): Options for the exporter.
83         (org-checklist-a2ps-params): Printing options.
84         (org-make-checklist-export): Use values from custom vars. Printing
85         is now controlled by the PRINT_EXPORT property in the entry, and
86         the user is only asked if it is missing. Pass the switches to
87         a2ps-buffer properly.
89 2009-06-20  Carsten Dominik  <carsten.dominik@gmail.com>
91         * README: List new file org-export-generic.el
93         * lisp/org-export-generic.el: New file.
95 2009-05-10  Carsten Dominik  <carsten.dominik@gmail.com>
97         * lisp/org-exp-blocks.el (org-export-blocks-format-ditaa)
98         (org-export-blocks-format-dot): Support ditaa export also for the
99         docbook exporter.
101 2009-05-07  Carsten Dominik  <carsten.dominik@gmail.com>
103         * lisp/org-special-blocks.el: New file.
105 2009-04-08  Carsten Dominik  <carsten.dominik@gmail.com>
107         * lisp/org-choose.el (org-choose-get-fn-map-group): Fix bug with
108         level selection.
110 2009-04-01  Carsten Dominik  <carsten.dominik@gmail.com>
112         * lisp/org-exp-bibtex.el (org-export-bibtex-preprocess): Handle
113         multiple keys in a single \cite command.
115 2009-03-30  Carsten Dominik  <carsten.dominik@gmail.com>
117         * lisp/org-mtags.el: Fix copyright year.
119 2009-03-13  Carsten Dominik  <carsten.dominik@gmail.com>
121         * lisp/org-mtags.el (org-mtags-replace): Support literal docbook.
123 2009-03-12  Carsten Dominik  <carsten.dominik@gmail.com>
125         * lisp/org-exp-bibtex.el (org-export-bibtex-preprocess): Analyze
126         return value of the call to bibtex2html.
127         (org-export-bibtex-preprocess): Change Class to ID, there can only
128         be one.
129         (org-exp-bibtex-docites): Generalize the regexp looking for
130         citations.
132 2009-02-26  Carsten Dominik  <carsten.dominik@gmail.com>
134         * lisp/org2rem.el: New version from Shatad Pratap.
136 2009-02-24  Carsten Dominik  <carsten.dominik@gmail.com>
138         * lisp/org-choose.el (org-choose-get-fn-map-group): Only check
139         true siblings.
141 2009-02-18  Carsten Dominik  <carsten.dominik@gmail.com>
143         * lisp/org-R.el: New file.
145 2009-02-13  Carsten Dominik  <carsten.dominik@gmail.com>
147         * lisp/org-choose.el (org-choose-get-fn-map-group): Require
148         `org-agenda'.
149         (cl): Require `cl' at runtime.
150         (org-choose-filter-one): Use `org-split-string' for consistency
151         accross Emacs version.
153 2009-02-12  Carsten Dominik  <carsten.dominik@gmail.com>
155         * lisp/org-choose.el ("org"): Use file name instead of feature for
156         `eval-after-load', this is XEmacs compatible.
158 2009-02-10  Carsten Dominik  <carsten.dominik@gmail.com>
160         * lisp/org-choose.el (org-choose-get-fn-map-group): Call
161         `org-up-heading-all' instead of `outline-up-heading-all', which
162         does not exist.
164 2009-02-04  Carsten Dominik  <carsten.dominik@gmail.com>
166         * lisp/org-depend.el (org-depend-act-on-sibling): New macro.
167         (org-depend-trigger-todo): Call `org-depend-act-on-sibling',
168         implement reacting on new keyword `chain-sibling-cheduled'.
170 2009-02-03  Carsten Dominik  <carsten.dominik@gmail.com>
172         * lisp/org-exp-blocks.el (org-exp-blocks): Provide this feature.
174 2009-01-16  Carsten Dominik  <carsten.dominik@gmail.com>
176         * lisp/org-depend.el (org-depend-block-todo): Set a tag when a
177         state change is blocked.
178         (org-depend-tag-blocked): New option.
180 2009-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
182         * lisp/org-mtags.el (org-mtags-replace): Extend muse tags syntax
183         to cater for the new export switched in src and example tags.
184         (org-mtags-replace): Fix bugs in prefix processing.
185         (org-mtags-get-tag-and-attributes): Add local variable bindings.
187 2008-12-19  Carsten Dominik  <carsten.dominik@gmail.com>
189         * lisp/org-exp-blocks.el (org-export-blocks-format-ditaa): Catch
190         lines that have no space after the colon.
192 2008-12-08  Carsten Dominik  <carsten.dominik@gmail.com>
194         * lisp/org-browser-url.el: New file.
196         * lisp/org-registry.el (org-registry-before-first-heading-p):
197         Function renamed to `org-before-first-heading-p', and moved to
198         org.el.
200 2008-09-20  James TD Smith  <ahktenzero@mohorovi.cc>
202         * lisp/org-checklist.el: New file.
204 2008-09-02  Carsten Dominik  <dominik@science.uva.nl>
206         * lisp/org-mairix.el: Update to version 0.5.
208 2008-07-04  Christian Egli  <christian.egli@alumni.ethz.ch>
210         * scripts/org2hpda: the default location of the diary file should
211         of course be ~/diary
213 2008-07-02  Carsten Dominik  <dominik@science.uva.nl>
215         * lisp/org-mtags.el (org-mtags-replace): Allow prefix and prefix1
216         as options in the include directive.
218 2008-06-18  Christian Egli  <christian.egli@alumni.ethz.ch>
220         * scripts/org2hpda (DIARY): Make the location of the diary file
221         configurable.
222         (all): reduce links to their destination, i.e. change
223         '[[http://foo][bar]]' to 'bar'
225 2008-05-28  Carsten Dominik  <dominik@science.uva.nl>
227         * lisp/org-mtags.el (org-mtags-replace)
228         (org-mtags-supported-tags): Fixed typo in contents tag.
229         (org-mtags-replace): Fix but that could lead to an infinite loop
230         for a partial tag.
232 2008-05-19  Carsten Dominik  <dominik@science.uva.nl>
234         * lisp/org-annotation-helper.el: Remove John Rakestraw from author
235         list, upon his request.
237 2008-05-17  Carsten Dominik  <dominik@science.uva.nl>
239         * lisp/org-annotation-helper.el: New file.
241 2008-05-15  Carsten Dominik  <dominik@science.uva.nl>
243         * lisp/org-id.el (org-id-include-domain): New option.
244         (org-id-new): Add the domain name to an ID if
245         `org-id-include-domain' is set.
247 2008-05-04  Jason Riedy  <jason@acm.org>
249         * lisp/orgtbl-sqlinsert.el (orgtbl-to-sqlinsert): Use the
250         default fmt function, collect only the first header line for
251         field names, and don't call plist-get for the table name on
252         every line.
254 2008-04-15  Jason Riedy  <jason@acm.org>
256         * lisp/orgtbl-sqlinsert.el: New file.
257         * README: Add to list.
259 2008-04-07  Carsten Dominik  <dominik@science.uva.nl>
261         * lisp/org-iswitchb.el: File removed, because the functionality is
262         now in org.el, in the core.
264         * lisp/org-mew.el: File moved into the core.
266 2008-03-14  Carsten Dominik  <dominik@science.uva.nl>
268         * lisp/org-depend.el: Add `provide' for the module system.
270         * lisp/org-man.el: Add `provide' for the module system.
272         * lisp/org-interactive-query.el: Renamed from org-iq.el.
274 2008-03-05  Bastien Guerry  <bzg@altern.org>
276         * lisp/org-elisp-symbol.el (org-elisp-symbol-store-link):
277         Correctly handle function with no documentation.
279 2008-02-29  Tokuya Kameshima <kames@fa2.so-net.ne.jp>
281         * lisp/org-bookmark.el (org-bookmark-store-link): Use
282         `bookmark-all-names' instead of `bookmark-alist'.
284 2008-02-29  Bastien Guerry  <bzg@altern.org>
286         * lisp/org-bookmark.el (org-bookmark-in-dired)
287         (org-bookmark-when-visiting-a-file)
288         (org-bookmark-use-first-bookmark): New options.
289         (org-bookmark-store-link): Behave according to options.
291 2008-02-29  Bastien Guerry  <bzg@altern.org>
293         * lisp/org-mairix.el (org-mairix): Use `org-link' group.
295 2008-02-28  Bastien Guerry  <bzg@altern.org>
297         * lisp/org-bookmark.el: New file.
299 2008-02-26  Carsten Dominik  <dominik@science.uva.nl>
301         * lisp/org-id.el: New file.
303 2008-02-21  Carsten Dominik  <dominik@science.uva.nl>
305         * lisp/org-screen.el: New file.
307 2008-02-17  Christian Egli  <christian.egli@alumni.ethz.ch>
309         * scripts/org2hpda: Added a Makefile for generation of hipster pda
310         style printouts
312 2008-02-08  Phil Jackson  <phil@shellarchive.co.uk>
314         * scripts/dir2org.zsh: New file.
316 2008-02-07  Phil Jackson  <phil@shellarchive.co.uk>
318         * lisp/org-annotate-file.el: New file.
320 2008-02-07  Bastien Guerry  <bzg@altern.org>
322         * Added org-expiry.el org-registry.el org-iswitchb.el org2rem.el
323         to CONTRIB/lisp/.
325 2008-02-07  Phil Jackson  <phil@shellarchive.co.uk>
327         * lisp/org-irc.el: New file.
329         * ChangeLog: New file.