Fix compatibility issues with org-choose.el
[org-mode.git] / contrib / ChangeLog
blobe04c08cf3fb56c36ca3b056d338ed12c95d844d8
1 2009-02-13  Carsten Dominik  <carsten.dominik@gmail.com>
3         * lisp/org-choose.el (org-choose-get-fn-map-group): Require
4         `org-agenda'.
5         (cl): Require `cl' at runtime.
6         (org-choose-filter-one): Use `org-split-string' for consistency
7         accross Emacs version.
9 2009-02-12  Carsten Dominik  <carsten.dominik@gmail.com>
11         * lisp/org-choose.el ("org"): Use file name instead of feature for
12         `eval-after-load', this is XEmacs compatible.
14 2009-02-10  Carsten Dominik  <carsten.dominik@gmail.com>
16         * lisp/org-choose.el (org-choose-get-fn-map-group): Call
17         `org-up-heading-all' instead of `outline-up-heading-all', which
18         does not exist.
20 2009-02-04  Carsten Dominik  <carsten.dominik@gmail.com>
22         * lisp/org-depend.el (org-depend-act-on-sibling): New macro.
23         (org-depend-trigger-todo): Call `org-depend-act-on-sibling',
24         implement reacting on new keyword `chain-sibling-cheduled'.
26 2009-02-03  Carsten Dominik  <carsten.dominik@gmail.com>
28         * lisp/org-exp-blocks.el (org-exp-blocks): Provide this feature.
30 2009-01-16  Carsten Dominik  <carsten.dominik@gmail.com>
32         * lisp/org-depend.el (org-depend-block-todo): Set a tag when a
33         state change is blocked.
34         (org-depend-tag-blocked): New option.
36 2009-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
38         * lisp/org-mtags.el (org-mtags-replace): Extend muse tags syntax
39         to cater for the new export switched in src and example tags.
40         (org-mtags-replace): Fix bugs in prefix processing.
41         (org-mtags-get-tag-and-attributes): Add local variable bindings.
43 2008-12-19  Carsten Dominik  <carsten.dominik@gmail.com>
45         * lisp/org-exp-blocks.el (org-export-blocks-format-ditaa): Catch
46         lines that have no space after the colon.
48 2008-12-08  Carsten Dominik  <carsten.dominik@gmail.com>
50         * lisp/org-browser-url.el: New file.
52         * lisp/org-registry.el (org-registry-before-first-heading-p):
53         Function renamed to `org-before-first-heading-p', and moved to
54         org.el.
56 2008-09-20  James TD Smith  <ahktenzero@mohorovi.cc>
58         * lisp/org-checklist.el: New file.
60 2008-09-02  Carsten Dominik  <dominik@science.uva.nl>
62         * lisp/org-mairix.el: Update to version 0.5.
64 2008-07-04  Christian Egli  <christian.egli@alumni.ethz.ch>
66         * scripts/org2hpda: the default location of the diary file should
67         of course be ~/diary
69 2008-07-02  Carsten Dominik  <dominik@science.uva.nl>
71         * lisp/org-mtags.el (org-mtags-replace): Allow prefix and prefix1
72         as options in the include directive.
74 2008-06-18  Christian Egli  <christian.egli@alumni.ethz.ch>
76         * scripts/org2hpda (DIARY): Make the location of the diary file
77         configurable.
78         (all): reduce links to their destination, i.e. change
79         '[[http://foo][bar]]' to 'bar'
81 2008-05-28  Carsten Dominik  <dominik@science.uva.nl>
83         * lisp/org-mtags.el (org-mtags-replace)
84         (org-mtags-supported-tags): Fixed typo in contents tag.
85         (org-mtags-replace): Fix but that could lead to an infinite loop
86         for a partial tag.
88 2008-05-19  Carsten Dominik  <dominik@science.uva.nl>
90         * lisp/org-annotation-helper.el: Remove John Rakestraw from author
91         list, upon his request.
93 2008-05-17  Carsten Dominik  <dominik@science.uva.nl>
95         * lisp/org-annotation-helper.el: New file.
97 2008-05-15  Carsten Dominik  <dominik@science.uva.nl>
99         * lisp/org-id.el (org-id-include-domain): New option.
100         (org-id-new): Add the domain name to an ID if
101         `org-id-include-domain' is set.
103 2008-05-04  Jason Riedy  <jason@acm.org>
105         * lisp/orgtbl-sqlinsert.el (orgtbl-to-sqlinsert): Use the
106         default fmt function, collect only the first header line for
107         field names, and don't call plist-get for the table name on
108         every line.
110 2008-04-15  Jason Riedy  <jason@acm.org>
112         * lisp/orgtbl-sqlinsert.el: New file.
113         * README: Add to list.
115 2008-04-07  Carsten Dominik  <dominik@science.uva.nl>
117         * lisp/org-iswitchb.el: File removed, because the functionality is
118         now in org.el, in the core.
120         * lisp/org-mew.el: File moved into the core.
122 2008-03-14  Carsten Dominik  <dominik@science.uva.nl>
124         * lisp/org-depend.el: Add `provide' for the module system.
126         * lisp/org-man.el: Add `provide' for the module system.
128         * lisp/org-interactive-query.el: Renamed from org-iq.el.
130 2008-03-05  Bastien Guerry  <bzg@altern.org>
132         * lisp/org-elisp-symbol.el (org-elisp-symbol-store-link):
133         Correctly handle function with no documentation.
135 2008-02-29  Tokuya Kameshima <kames@fa2.so-net.ne.jp>
137         * lisp/org-bookmark.el (org-bookmark-store-link): Use
138         `bookmark-all-names' instead of `bookmark-alist'.
140 2008-02-29  Bastien Guerry  <bzg@altern.org>
142         * lisp/org-bookmark.el (org-bookmark-in-dired)
143         (org-bookmark-when-visiting-a-file)
144         (org-bookmark-use-first-bookmark): New options.
145         (org-bookmark-store-link): Behave according to options.
147 2008-02-29  Bastien Guerry  <bzg@altern.org>
149         * lisp/org-mairix.el (org-mairix): Use `org-link' group.
151 2008-02-28  Bastien Guerry  <bzg@altern.org>
153         * lisp/org-bookmark.el: New file.
155 2008-02-26  Carsten Dominik  <dominik@science.uva.nl>
157         * lisp/org-id.el: New file.
159 2008-02-21  Carsten Dominik  <dominik@science.uva.nl>
161         * lisp/org-screen.el: New file.
163 2008-02-17  Christian Egli  <christian.egli@alumni.ethz.ch>
165         * scripts/org2hpda: Added a Makefile for generation of hipster pda
166         style printouts
168 2008-02-08  Phil Jackson  <phil@shellarchive.co.uk>
170         * scripts/dir2org.zsh: New file.
172 2008-02-07  Phil Jackson  <phil@shellarchive.co.uk>
174         * lisp/org-annotate-file.el: New file.
176 2008-02-07  Bastien Guerry  <bzg@altern.org>
178         * Added org-expiry.el org-registry.el org-iswitchb.el org2rem.el
179         to CONTRIB/lisp/.
181 2008-02-07  Phil Jackson  <phil@shellarchive.co.uk>
183         * lisp/org-irc.el: New file.
185         * ChangeLog: New file.