Merge branch 'master' of git+ssh://repo.or.cz/srv/git/org-mode
[org-mode/org-tableheadings.git] / contrib / ChangeLog
blobdd795601f2266a9f8c9fc37c337f7031f441194f
1 2009-07-21  Wes Hardaker <wjhns209@hardakers.net>  (tiny change)
3         * lisp/org-export-generic.el (org-export-generic-format): Fix
4         compatibility issue with Emacs 23.
6 2009-06-20  Carsten Dominik  <carsten.dominik@gmail.com>
8         * README: List new file org-export-generic.el
10         * lisp/org-export-generic.el: New file.
12 2009-05-10  Carsten Dominik  <carsten.dominik@gmail.com>
14         * lisp/org-exp-blocks.el (org-export-blocks-format-ditaa)
15         (org-export-blocks-format-dot): Support ditaa export also for the
16         docbook exporter.
18 2009-05-07  Carsten Dominik  <carsten.dominik@gmail.com>
20         * lisp/org-special-blocks.el: New file.
22 2009-04-08  Carsten Dominik  <carsten.dominik@gmail.com>
24         * lisp/org-choose.el (org-choose-get-fn-map-group): Fix bug with
25         level selection.
27 2009-04-01  Carsten Dominik  <carsten.dominik@gmail.com>
29         * lisp/org-exp-bibtex.el (org-export-bibtex-preprocess): Handle
30         multiple keys in a single \cite command.
32 2009-03-30  Carsten Dominik  <carsten.dominik@gmail.com>
34         * lisp/org-mtags.el: Fix copyright year.
36 2009-03-13  Carsten Dominik  <carsten.dominik@gmail.com>
38         * lisp/org-mtags.el (org-mtags-replace): Support literal docbook.
40 2009-03-12  Carsten Dominik  <carsten.dominik@gmail.com>
42         * lisp/org-exp-bibtex.el (org-export-bibtex-preprocess): Analyze
43         return value of the call to bibtex2html.
44         (org-export-bibtex-preprocess): Change Class to ID, there can only
45         be one.
46         (org-exp-bibtex-docites): Generalize the regexp looking for
47         citations.
49 2009-02-26  Carsten Dominik  <carsten.dominik@gmail.com>
51         * lisp/org2rem.el: New version from Shatad Pratap.
53 2009-02-24  Carsten Dominik  <carsten.dominik@gmail.com>
55         * lisp/org-choose.el (org-choose-get-fn-map-group): Only check
56         true siblings.
58 2009-02-18  Carsten Dominik  <carsten.dominik@gmail.com>
60         * lisp/org-R.el: New file.
62 2009-02-13  Carsten Dominik  <carsten.dominik@gmail.com>
64         * lisp/org-choose.el (org-choose-get-fn-map-group): Require
65         `org-agenda'.
66         (cl): Require `cl' at runtime.
67         (org-choose-filter-one): Use `org-split-string' for consistency
68         accross Emacs version.
70 2009-02-12  Carsten Dominik  <carsten.dominik@gmail.com>
72         * lisp/org-choose.el ("org"): Use file name instead of feature for
73         `eval-after-load', this is XEmacs compatible.
75 2009-02-10  Carsten Dominik  <carsten.dominik@gmail.com>
77         * lisp/org-choose.el (org-choose-get-fn-map-group): Call
78         `org-up-heading-all' instead of `outline-up-heading-all', which
79         does not exist.
81 2009-02-04  Carsten Dominik  <carsten.dominik@gmail.com>
83         * lisp/org-depend.el (org-depend-act-on-sibling): New macro.
84         (org-depend-trigger-todo): Call `org-depend-act-on-sibling',
85         implement reacting on new keyword `chain-sibling-cheduled'.
87 2009-02-03  Carsten Dominik  <carsten.dominik@gmail.com>
89         * lisp/org-exp-blocks.el (org-exp-blocks): Provide this feature.
91 2009-01-16  Carsten Dominik  <carsten.dominik@gmail.com>
93         * lisp/org-depend.el (org-depend-block-todo): Set a tag when a
94         state change is blocked.
95         (org-depend-tag-blocked): New option.
97 2009-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
99         * lisp/org-mtags.el (org-mtags-replace): Extend muse tags syntax
100         to cater for the new export switched in src and example tags.
101         (org-mtags-replace): Fix bugs in prefix processing.
102         (org-mtags-get-tag-and-attributes): Add local variable bindings.
104 2008-12-19  Carsten Dominik  <carsten.dominik@gmail.com>
106         * lisp/org-exp-blocks.el (org-export-blocks-format-ditaa): Catch
107         lines that have no space after the colon.
109 2008-12-08  Carsten Dominik  <carsten.dominik@gmail.com>
111         * lisp/org-browser-url.el: New file.
113         * lisp/org-registry.el (org-registry-before-first-heading-p):
114         Function renamed to `org-before-first-heading-p', and moved to
115         org.el.
117 2008-09-20  James TD Smith  <ahktenzero@mohorovi.cc>
119         * lisp/org-checklist.el: New file.
121 2008-09-02  Carsten Dominik  <dominik@science.uva.nl>
123         * lisp/org-mairix.el: Update to version 0.5.
125 2008-07-04  Christian Egli  <christian.egli@alumni.ethz.ch>
127         * scripts/org2hpda: the default location of the diary file should
128         of course be ~/diary
130 2008-07-02  Carsten Dominik  <dominik@science.uva.nl>
132         * lisp/org-mtags.el (org-mtags-replace): Allow prefix and prefix1
133         as options in the include directive.
135 2008-06-18  Christian Egli  <christian.egli@alumni.ethz.ch>
137         * scripts/org2hpda (DIARY): Make the location of the diary file
138         configurable.
139         (all): reduce links to their destination, i.e. change
140         '[[http://foo][bar]]' to 'bar'
142 2008-05-28  Carsten Dominik  <dominik@science.uva.nl>
144         * lisp/org-mtags.el (org-mtags-replace)
145         (org-mtags-supported-tags): Fixed typo in contents tag.
146         (org-mtags-replace): Fix but that could lead to an infinite loop
147         for a partial tag.
149 2008-05-19  Carsten Dominik  <dominik@science.uva.nl>
151         * lisp/org-annotation-helper.el: Remove John Rakestraw from author
152         list, upon his request.
154 2008-05-17  Carsten Dominik  <dominik@science.uva.nl>
156         * lisp/org-annotation-helper.el: New file.
158 2008-05-15  Carsten Dominik  <dominik@science.uva.nl>
160         * lisp/org-id.el (org-id-include-domain): New option.
161         (org-id-new): Add the domain name to an ID if
162         `org-id-include-domain' is set.
164 2008-05-04  Jason Riedy  <jason@acm.org>
166         * lisp/orgtbl-sqlinsert.el (orgtbl-to-sqlinsert): Use the
167         default fmt function, collect only the first header line for
168         field names, and don't call plist-get for the table name on
169         every line.
171 2008-04-15  Jason Riedy  <jason@acm.org>
173         * lisp/orgtbl-sqlinsert.el: New file.
174         * README: Add to list.
176 2008-04-07  Carsten Dominik  <dominik@science.uva.nl>
178         * lisp/org-iswitchb.el: File removed, because the functionality is
179         now in org.el, in the core.
181         * lisp/org-mew.el: File moved into the core.
183 2008-03-14  Carsten Dominik  <dominik@science.uva.nl>
185         * lisp/org-depend.el: Add `provide' for the module system.
187         * lisp/org-man.el: Add `provide' for the module system.
189         * lisp/org-interactive-query.el: Renamed from org-iq.el.
191 2008-03-05  Bastien Guerry  <bzg@altern.org>
193         * lisp/org-elisp-symbol.el (org-elisp-symbol-store-link):
194         Correctly handle function with no documentation.
196 2008-02-29  Tokuya Kameshima <kames@fa2.so-net.ne.jp>
198         * lisp/org-bookmark.el (org-bookmark-store-link): Use
199         `bookmark-all-names' instead of `bookmark-alist'.
201 2008-02-29  Bastien Guerry  <bzg@altern.org>
203         * lisp/org-bookmark.el (org-bookmark-in-dired)
204         (org-bookmark-when-visiting-a-file)
205         (org-bookmark-use-first-bookmark): New options.
206         (org-bookmark-store-link): Behave according to options.
208 2008-02-29  Bastien Guerry  <bzg@altern.org>
210         * lisp/org-mairix.el (org-mairix): Use `org-link' group.
212 2008-02-28  Bastien Guerry  <bzg@altern.org>
214         * lisp/org-bookmark.el: New file.
216 2008-02-26  Carsten Dominik  <dominik@science.uva.nl>
218         * lisp/org-id.el: New file.
220 2008-02-21  Carsten Dominik  <dominik@science.uva.nl>
222         * lisp/org-screen.el: New file.
224 2008-02-17  Christian Egli  <christian.egli@alumni.ethz.ch>
226         * scripts/org2hpda: Added a Makefile for generation of hipster pda
227         style printouts
229 2008-02-08  Phil Jackson  <phil@shellarchive.co.uk>
231         * scripts/dir2org.zsh: New file.
233 2008-02-07  Phil Jackson  <phil@shellarchive.co.uk>
235         * lisp/org-annotate-file.el: New file.
237 2008-02-07  Bastien Guerry  <bzg@altern.org>
239         * Added org-expiry.el org-registry.el org-iswitchb.el org2rem.el
240         to CONTRIB/lisp/.
242 2008-02-07  Phil Jackson  <phil@shellarchive.co.uk>
244         * lisp/org-irc.el: New file.
246         * ChangeLog: New file.