Bugfix: Swapping the last two subtrees in a file.
[org-mode.git] / contrib / ChangeLog
blob1a0ee1573d707e074dc3d64a225f268ef0362f58
1 2009-03-30  Carsten Dominik  <carsten.dominik@gmail.com>
3         * lisp/org-mtags.el: Fix copyright year.
5 2009-03-13  Carsten Dominik  <carsten.dominik@gmail.com>
7         * lisp/org-mtags.el (org-mtags-replace): Support literal docbook.
9 2009-03-12  Carsten Dominik  <carsten.dominik@gmail.com>
11         * lisp/org-exp-bibtex.el (org-export-bibtex-preprocess): Analyze
12         return value of the call to bibtex2html.
13         (org-export-bibtex-preprocess): Change Class to ID, there can only
14         be one.
15         (org-exp-bibtex-docites): Generalize the regexp looking for
16         citations.
18 2009-02-26  Carsten Dominik  <carsten.dominik@gmail.com>
20         * lisp/org2rem.el: New version from Shatad Pratap.
22 2009-02-24  Carsten Dominik  <carsten.dominik@gmail.com>
24         * lisp/org-choose.el (org-choose-get-fn-map-group): Only check
25         true siblings.
27 2009-02-18  Carsten Dominik  <carsten.dominik@gmail.com>
29         * lisp/org-R.el: New file.
31 2009-02-13  Carsten Dominik  <carsten.dominik@gmail.com>
33         * lisp/org-choose.el (org-choose-get-fn-map-group): Require
34         `org-agenda'.
35         (cl): Require `cl' at runtime.
36         (org-choose-filter-one): Use `org-split-string' for consistency
37         accross Emacs version.
39 2009-02-12  Carsten Dominik  <carsten.dominik@gmail.com>
41         * lisp/org-choose.el ("org"): Use file name instead of feature for
42         `eval-after-load', this is XEmacs compatible.
44 2009-02-10  Carsten Dominik  <carsten.dominik@gmail.com>
46         * lisp/org-choose.el (org-choose-get-fn-map-group): Call
47         `org-up-heading-all' instead of `outline-up-heading-all', which
48         does not exist.
50 2009-02-04  Carsten Dominik  <carsten.dominik@gmail.com>
52         * lisp/org-depend.el (org-depend-act-on-sibling): New macro.
53         (org-depend-trigger-todo): Call `org-depend-act-on-sibling',
54         implement reacting on new keyword `chain-sibling-cheduled'.
56 2009-02-03  Carsten Dominik  <carsten.dominik@gmail.com>
58         * lisp/org-exp-blocks.el (org-exp-blocks): Provide this feature.
60 2009-01-16  Carsten Dominik  <carsten.dominik@gmail.com>
62         * lisp/org-depend.el (org-depend-block-todo): Set a tag when a
63         state change is blocked.
64         (org-depend-tag-blocked): New option.
66 2009-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
68         * lisp/org-mtags.el (org-mtags-replace): Extend muse tags syntax
69         to cater for the new export switched in src and example tags.
70         (org-mtags-replace): Fix bugs in prefix processing.
71         (org-mtags-get-tag-and-attributes): Add local variable bindings.
73 2008-12-19  Carsten Dominik  <carsten.dominik@gmail.com>
75         * lisp/org-exp-blocks.el (org-export-blocks-format-ditaa): Catch
76         lines that have no space after the colon.
78 2008-12-08  Carsten Dominik  <carsten.dominik@gmail.com>
80         * lisp/org-browser-url.el: New file.
82         * lisp/org-registry.el (org-registry-before-first-heading-p):
83         Function renamed to `org-before-first-heading-p', and moved to
84         org.el.
86 2008-09-20  James TD Smith  <ahktenzero@mohorovi.cc>
88         * lisp/org-checklist.el: New file.
90 2008-09-02  Carsten Dominik  <dominik@science.uva.nl>
92         * lisp/org-mairix.el: Update to version 0.5.
94 2008-07-04  Christian Egli  <christian.egli@alumni.ethz.ch>
96         * scripts/org2hpda: the default location of the diary file should
97         of course be ~/diary
99 2008-07-02  Carsten Dominik  <dominik@science.uva.nl>
101         * lisp/org-mtags.el (org-mtags-replace): Allow prefix and prefix1
102         as options in the include directive.
104 2008-06-18  Christian Egli  <christian.egli@alumni.ethz.ch>
106         * scripts/org2hpda (DIARY): Make the location of the diary file
107         configurable.
108         (all): reduce links to their destination, i.e. change
109         '[[http://foo][bar]]' to 'bar'
111 2008-05-28  Carsten Dominik  <dominik@science.uva.nl>
113         * lisp/org-mtags.el (org-mtags-replace)
114         (org-mtags-supported-tags): Fixed typo in contents tag.
115         (org-mtags-replace): Fix but that could lead to an infinite loop
116         for a partial tag.
118 2008-05-19  Carsten Dominik  <dominik@science.uva.nl>
120         * lisp/org-annotation-helper.el: Remove John Rakestraw from author
121         list, upon his request.
123 2008-05-17  Carsten Dominik  <dominik@science.uva.nl>
125         * lisp/org-annotation-helper.el: New file.
127 2008-05-15  Carsten Dominik  <dominik@science.uva.nl>
129         * lisp/org-id.el (org-id-include-domain): New option.
130         (org-id-new): Add the domain name to an ID if
131         `org-id-include-domain' is set.
133 2008-05-04  Jason Riedy  <jason@acm.org>
135         * lisp/orgtbl-sqlinsert.el (orgtbl-to-sqlinsert): Use the
136         default fmt function, collect only the first header line for
137         field names, and don't call plist-get for the table name on
138         every line.
140 2008-04-15  Jason Riedy  <jason@acm.org>
142         * lisp/orgtbl-sqlinsert.el: New file.
143         * README: Add to list.
145 2008-04-07  Carsten Dominik  <dominik@science.uva.nl>
147         * lisp/org-iswitchb.el: File removed, because the functionality is
148         now in org.el, in the core.
150         * lisp/org-mew.el: File moved into the core.
152 2008-03-14  Carsten Dominik  <dominik@science.uva.nl>
154         * lisp/org-depend.el: Add `provide' for the module system.
156         * lisp/org-man.el: Add `provide' for the module system.
158         * lisp/org-interactive-query.el: Renamed from org-iq.el.
160 2008-03-05  Bastien Guerry  <bzg@altern.org>
162         * lisp/org-elisp-symbol.el (org-elisp-symbol-store-link):
163         Correctly handle function with no documentation.
165 2008-02-29  Tokuya Kameshima <kames@fa2.so-net.ne.jp>
167         * lisp/org-bookmark.el (org-bookmark-store-link): Use
168         `bookmark-all-names' instead of `bookmark-alist'.
170 2008-02-29  Bastien Guerry  <bzg@altern.org>
172         * lisp/org-bookmark.el (org-bookmark-in-dired)
173         (org-bookmark-when-visiting-a-file)
174         (org-bookmark-use-first-bookmark): New options.
175         (org-bookmark-store-link): Behave according to options.
177 2008-02-29  Bastien Guerry  <bzg@altern.org>
179         * lisp/org-mairix.el (org-mairix): Use `org-link' group.
181 2008-02-28  Bastien Guerry  <bzg@altern.org>
183         * lisp/org-bookmark.el: New file.
185 2008-02-26  Carsten Dominik  <dominik@science.uva.nl>
187         * lisp/org-id.el: New file.
189 2008-02-21  Carsten Dominik  <dominik@science.uva.nl>
191         * lisp/org-screen.el: New file.
193 2008-02-17  Christian Egli  <christian.egli@alumni.ethz.ch>
195         * scripts/org2hpda: Added a Makefile for generation of hipster pda
196         style printouts
198 2008-02-08  Phil Jackson  <phil@shellarchive.co.uk>
200         * scripts/dir2org.zsh: New file.
202 2008-02-07  Phil Jackson  <phil@shellarchive.co.uk>
204         * lisp/org-annotate-file.el: New file.
206 2008-02-07  Bastien Guerry  <bzg@altern.org>
208         * Added org-expiry.el org-registry.el org-iswitchb.el org2rem.el
209         to CONTRIB/lisp/.
211 2008-02-07  Phil Jackson  <phil@shellarchive.co.uk>
213         * lisp/org-irc.el: New file.
215         * ChangeLog: New file.