Add release date to NEWS section
[org-mode.git] / contrib / ChangeLog
blobda6b4dc47d161448fc144d4acdb3aecbdab6e202
1 2009-02-04  Carsten Dominik  <carsten.dominik@gmail.com>
3         * lisp/org-depend.el (org-depend-act-on-sibling): New macro.
4         (org-depend-trigger-todo): Call `org-depend-act-on-sibling',
5         implement reacting on new keyword `chain-sibling-cheduled'.
7 2009-02-03  Carsten Dominik  <carsten.dominik@gmail.com>
9         * lisp/org-exp-blocks.el (org-exp-blocks): Provide this feature.
11 2009-01-16  Carsten Dominik  <carsten.dominik@gmail.com>
13         * lisp/org-depend.el (org-depend-block-todo): Set a tag when a
14         state change is blocked.
15         (org-depend-tag-blocked): New option.
17 2009-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
19         * lisp/org-mtags.el (org-mtags-replace): Extend muse tags syntax
20         to cater for the new export switched in src and example tags.
21         (org-mtags-replace): Fix bugs in prefix processing.
22         (org-mtags-get-tag-and-attributes): Add local variable bindings.
24 2008-12-19  Carsten Dominik  <carsten.dominik@gmail.com>
26         * lisp/org-exp-blocks.el (org-export-blocks-format-ditaa): Catch
27         lines that have no space after the colon.
29 2008-12-08  Carsten Dominik  <carsten.dominik@gmail.com>
31         * lisp/org-browser-url.el: New file.
33         * lisp/org-registry.el (org-registry-before-first-heading-p):
34         Function renamed to `org-before-first-heading-p', and moved to
35         org.el.
37 2008-09-20  James TD Smith  <ahktenzero@mohorovi.cc>
39         * lisp/org-checklist.el: New file.
41 2008-09-02  Carsten Dominik  <dominik@science.uva.nl>
43         * lisp/org-mairix.el: Update to version 0.5.
45 2008-07-04  Christian Egli  <christian.egli@alumni.ethz.ch>
47         * scripts/org2hpda: the default location of the diary file should
48         of course be ~/diary
50 2008-07-02  Carsten Dominik  <dominik@science.uva.nl>
52         * lisp/org-mtags.el (org-mtags-replace): Allow prefix and prefix1
53         as options in the include directive.
55 2008-06-18  Christian Egli  <christian.egli@alumni.ethz.ch>
57         * scripts/org2hpda (DIARY): Make the location of the diary file
58         configurable.
59         (all): reduce links to their destination, i.e. change
60         '[[http://foo][bar]]' to 'bar'
62 2008-05-28  Carsten Dominik  <dominik@science.uva.nl>
64         * lisp/org-mtags.el (org-mtags-replace)
65         (org-mtags-supported-tags): Fixed typo in contents tag.
66         (org-mtags-replace): Fix but that could lead to an infinite loop
67         for a partial tag.
69 2008-05-19  Carsten Dominik  <dominik@science.uva.nl>
71         * lisp/org-annotation-helper.el: Remove John Rakestraw from author
72         list, upon his request.
74 2008-05-17  Carsten Dominik  <dominik@science.uva.nl>
76         * lisp/org-annotation-helper.el: New file.
78 2008-05-15  Carsten Dominik  <dominik@science.uva.nl>
80         * lisp/org-id.el (org-id-include-domain): New option.
81         (org-id-new): Add the domain name to an ID if
82         `org-id-include-domain' is set.
84 2008-05-04  Jason Riedy  <jason@acm.org>
86         * lisp/orgtbl-sqlinsert.el (orgtbl-to-sqlinsert): Use the
87         default fmt function, collect only the first header line for
88         field names, and don't call plist-get for the table name on
89         every line.
91 2008-04-15  Jason Riedy  <jason@acm.org>
93         * lisp/orgtbl-sqlinsert.el: New file.
94         * README: Add to list.
96 2008-04-07  Carsten Dominik  <dominik@science.uva.nl>
98         * lisp/org-iswitchb.el: File removed, because the functionality is
99         now in org.el, in the core.
101         * lisp/org-mew.el: File moved into the core.
103 2008-03-14  Carsten Dominik  <dominik@science.uva.nl>
105         * lisp/org-depend.el: Add `provide' for the module system.
107         * lisp/org-man.el: Add `provide' for the module system.
109         * lisp/org-interactive-query.el: Renamed from org-iq.el.
111 2008-03-05  Bastien Guerry  <bzg@altern.org>
113         * lisp/org-elisp-symbol.el (org-elisp-symbol-store-link):
114         Correctly handle function with no documentation.
116 2008-02-29  Tokuya Kameshima <kames@fa2.so-net.ne.jp>
118         * lisp/org-bookmark.el (org-bookmark-store-link): Use
119         `bookmark-all-names' instead of `bookmark-alist'.
121 2008-02-29  Bastien Guerry  <bzg@altern.org>
123         * lisp/org-bookmark.el (org-bookmark-in-dired)
124         (org-bookmark-when-visiting-a-file)
125         (org-bookmark-use-first-bookmark): New options.
126         (org-bookmark-store-link): Behave according to options.
128 2008-02-29  Bastien Guerry  <bzg@altern.org>
130         * lisp/org-mairix.el (org-mairix): Use `org-link' group.
132 2008-02-28  Bastien Guerry  <bzg@altern.org>
134         * lisp/org-bookmark.el: New file.
136 2008-02-26  Carsten Dominik  <dominik@science.uva.nl>
138         * lisp/org-id.el: New file.
140 2008-02-21  Carsten Dominik  <dominik@science.uva.nl>
142         * lisp/org-screen.el: New file.
144 2008-02-17  Christian Egli  <christian.egli@alumni.ethz.ch>
146         * scripts/org2hpda: Added a Makefile for generation of hipster pda
147         style printouts
149 2008-02-08  Phil Jackson  <phil@shellarchive.co.uk>
151         * scripts/dir2org.zsh: New file.
153 2008-02-07  Phil Jackson  <phil@shellarchive.co.uk>
155         * lisp/org-annotate-file.el: New file.
157 2008-02-07  Bastien Guerry  <bzg@altern.org>
159         * Added org-expiry.el org-registry.el org-iswitchb.el org2rem.el
160         to CONTRIB/lisp/.
162 2008-02-07  Phil Jackson  <phil@shellarchive.co.uk>
164         * lisp/org-irc.el: New file.
166         * ChangeLog: New file.