org-babel: trim trailing newline from noweb-referenced material
[rgr-org-mode.git] / contrib / ChangeLog
bloba497ca90e2819827a98c513caba33a6ffa7b0b33
1 2009-10-22  Carsten Dominik  <carsten.dominik@gmail.com>
3         * lisp/org-registry.el (org-registry-assoc-all)
4         (org-registry-find-all): Clean rewrite
6 2009-10-19  James TD Smith  <ahktenzero@mohorovi.cc>
8         * lisp/org-registry.el (org-registry-assoc-all): Stop this from
9         deleting the links it finds from the registry.
10         (org-registry-find-all): Add a new function which returns all
11         registry entries which satisfy a test function.
13 2009-10-02  Carsten Dominik  <carsten.dominik@gmail.com>
15         * lisp/org-special-blocks.el (org-special-blocks-ignore-regexp):
16         New variable.
17         (org-special-blocks-make-special-cookies): Use
18         `org-special-blocks-ignore-regexp'.
20 2009-09-16  Carsten Dominik  <carsten.dominik@gmail.com>
22         * lisp/org-invoice.el: New file.
24 2009-08-14  Carsten Dominik  <carsten.dominik@gmail.com>
26         * lisp/org-exp-bibtex.el (org-export-bibtex-preprocess): Use a
27         safer regular expression.
29 2009-08-07  Carsten Dominik  <carsten.dominik@gmail.com>
31         * lisp/org-track.el: New file.
33 2009-08-03  Carsten Dominik  <carsten.dominik@gmail.com>
35         * lisp/org-indent.el: File removed.
37 2009-07-21  Wes Hardaker <wjhns209@hardakers.net>  (tiny change)
39         * lisp/org-export-generic.el (org-export-generic-format): Fix
40         compatibility issue with Emacs 23.
42 2009-07-12  James TD Smith  <ahktenzero@mohorovi.cc>
44         * lisp/org-checklist.el (org-checklist): Add a custom group for
45         org-checklist. The options are all for the unchecked items export
46         function.
47         (org-checklist-export-time-format): Allow customising the
48         timestamp appended to the saved unchecked items list
49         (org-checklist-export-function): Allow customising the output
50         format for the unchecked items list.
51         (org-checklist-export-params): Options for the exporter.
52         (org-checklist-a2ps-params): Printing options.
53         (org-make-checklist-export): Use values from custom vars. Printing
54         is now controlled by the PRINT_EXPORT property in the entry, and
55         the user is only asked if it is missing. Pass the switches to
56         a2ps-buffer properly.
58 2009-06-20  Carsten Dominik  <carsten.dominik@gmail.com>
60         * README: List new file org-export-generic.el
62         * lisp/org-export-generic.el: New file.
64 2009-05-10  Carsten Dominik  <carsten.dominik@gmail.com>
66         * lisp/org-exp-blocks.el (org-export-blocks-format-ditaa)
67         (org-export-blocks-format-dot): Support ditaa export also for the
68         docbook exporter.
70 2009-05-07  Carsten Dominik  <carsten.dominik@gmail.com>
72         * lisp/org-special-blocks.el: New file.
74 2009-04-08  Carsten Dominik  <carsten.dominik@gmail.com>
76         * lisp/org-choose.el (org-choose-get-fn-map-group): Fix bug with
77         level selection.
79 2009-04-01  Carsten Dominik  <carsten.dominik@gmail.com>
81         * lisp/org-exp-bibtex.el (org-export-bibtex-preprocess): Handle
82         multiple keys in a single \cite command.
84 2009-03-30  Carsten Dominik  <carsten.dominik@gmail.com>
86         * lisp/org-mtags.el: Fix copyright year.
88 2009-03-13  Carsten Dominik  <carsten.dominik@gmail.com>
90         * lisp/org-mtags.el (org-mtags-replace): Support literal docbook.
92 2009-03-12  Carsten Dominik  <carsten.dominik@gmail.com>
94         * lisp/org-exp-bibtex.el (org-export-bibtex-preprocess): Analyze
95         return value of the call to bibtex2html.
96         (org-export-bibtex-preprocess): Change Class to ID, there can only
97         be one.
98         (org-exp-bibtex-docites): Generalize the regexp looking for
99         citations.
101 2009-02-26  Carsten Dominik  <carsten.dominik@gmail.com>
103         * lisp/org2rem.el: New version from Shatad Pratap.
105 2009-02-24  Carsten Dominik  <carsten.dominik@gmail.com>
107         * lisp/org-choose.el (org-choose-get-fn-map-group): Only check
108         true siblings.
110 2009-02-18  Carsten Dominik  <carsten.dominik@gmail.com>
112         * lisp/org-R.el: New file.
114 2009-02-13  Carsten Dominik  <carsten.dominik@gmail.com>
116         * lisp/org-choose.el (org-choose-get-fn-map-group): Require
117         `org-agenda'.
118         (cl): Require `cl' at runtime.
119         (org-choose-filter-one): Use `org-split-string' for consistency
120         accross Emacs version.
122 2009-02-12  Carsten Dominik  <carsten.dominik@gmail.com>
124         * lisp/org-choose.el ("org"): Use file name instead of feature for
125         `eval-after-load', this is XEmacs compatible.
127 2009-02-10  Carsten Dominik  <carsten.dominik@gmail.com>
129         * lisp/org-choose.el (org-choose-get-fn-map-group): Call
130         `org-up-heading-all' instead of `outline-up-heading-all', which
131         does not exist.
133 2009-02-04  Carsten Dominik  <carsten.dominik@gmail.com>
135         * lisp/org-depend.el (org-depend-act-on-sibling): New macro.
136         (org-depend-trigger-todo): Call `org-depend-act-on-sibling',
137         implement reacting on new keyword `chain-sibling-cheduled'.
139 2009-02-03  Carsten Dominik  <carsten.dominik@gmail.com>
141         * lisp/org-exp-blocks.el (org-exp-blocks): Provide this feature.
143 2009-01-16  Carsten Dominik  <carsten.dominik@gmail.com>
145         * lisp/org-depend.el (org-depend-block-todo): Set a tag when a
146         state change is blocked.
147         (org-depend-tag-blocked): New option.
149 2009-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
151         * lisp/org-mtags.el (org-mtags-replace): Extend muse tags syntax
152         to cater for the new export switched in src and example tags.
153         (org-mtags-replace): Fix bugs in prefix processing.
154         (org-mtags-get-tag-and-attributes): Add local variable bindings.
156 2008-12-19  Carsten Dominik  <carsten.dominik@gmail.com>
158         * lisp/org-exp-blocks.el (org-export-blocks-format-ditaa): Catch
159         lines that have no space after the colon.
161 2008-12-08  Carsten Dominik  <carsten.dominik@gmail.com>
163         * lisp/org-browser-url.el: New file.
165         * lisp/org-registry.el (org-registry-before-first-heading-p):
166         Function renamed to `org-before-first-heading-p', and moved to
167         org.el.
169 2008-09-20  James TD Smith  <ahktenzero@mohorovi.cc>
171         * lisp/org-checklist.el: New file.
173 2008-09-02  Carsten Dominik  <dominik@science.uva.nl>
175         * lisp/org-mairix.el: Update to version 0.5.
177 2008-07-04  Christian Egli  <christian.egli@alumni.ethz.ch>
179         * scripts/org2hpda: the default location of the diary file should
180         of course be ~/diary
182 2008-07-02  Carsten Dominik  <dominik@science.uva.nl>
184         * lisp/org-mtags.el (org-mtags-replace): Allow prefix and prefix1
185         as options in the include directive.
187 2008-06-18  Christian Egli  <christian.egli@alumni.ethz.ch>
189         * scripts/org2hpda (DIARY): Make the location of the diary file
190         configurable.
191         (all): reduce links to their destination, i.e. change
192         '[[http://foo][bar]]' to 'bar'
194 2008-05-28  Carsten Dominik  <dominik@science.uva.nl>
196         * lisp/org-mtags.el (org-mtags-replace)
197         (org-mtags-supported-tags): Fixed typo in contents tag.
198         (org-mtags-replace): Fix but that could lead to an infinite loop
199         for a partial tag.
201 2008-05-19  Carsten Dominik  <dominik@science.uva.nl>
203         * lisp/org-annotation-helper.el: Remove John Rakestraw from author
204         list, upon his request.
206 2008-05-17  Carsten Dominik  <dominik@science.uva.nl>
208         * lisp/org-annotation-helper.el: New file.
210 2008-05-15  Carsten Dominik  <dominik@science.uva.nl>
212         * lisp/org-id.el (org-id-include-domain): New option.
213         (org-id-new): Add the domain name to an ID if
214         `org-id-include-domain' is set.
216 2008-05-04  Jason Riedy  <jason@acm.org>
218         * lisp/orgtbl-sqlinsert.el (orgtbl-to-sqlinsert): Use the
219         default fmt function, collect only the first header line for
220         field names, and don't call plist-get for the table name on
221         every line.
223 2008-04-15  Jason Riedy  <jason@acm.org>
225         * lisp/orgtbl-sqlinsert.el: New file.
226         * README: Add to list.
228 2008-04-07  Carsten Dominik  <dominik@science.uva.nl>
230         * lisp/org-iswitchb.el: File removed, because the functionality is
231         now in org.el, in the core.
233         * lisp/org-mew.el: File moved into the core.
235 2008-03-14  Carsten Dominik  <dominik@science.uva.nl>
237         * lisp/org-depend.el: Add `provide' for the module system.
239         * lisp/org-man.el: Add `provide' for the module system.
241         * lisp/org-interactive-query.el: Renamed from org-iq.el.
243 2008-03-05  Bastien Guerry  <bzg@altern.org>
245         * lisp/org-elisp-symbol.el (org-elisp-symbol-store-link):
246         Correctly handle function with no documentation.
248 2008-02-29  Tokuya Kameshima <kames@fa2.so-net.ne.jp>
250         * lisp/org-bookmark.el (org-bookmark-store-link): Use
251         `bookmark-all-names' instead of `bookmark-alist'.
253 2008-02-29  Bastien Guerry  <bzg@altern.org>
255         * lisp/org-bookmark.el (org-bookmark-in-dired)
256         (org-bookmark-when-visiting-a-file)
257         (org-bookmark-use-first-bookmark): New options.
258         (org-bookmark-store-link): Behave according to options.
260 2008-02-29  Bastien Guerry  <bzg@altern.org>
262         * lisp/org-mairix.el (org-mairix): Use `org-link' group.
264 2008-02-28  Bastien Guerry  <bzg@altern.org>
266         * lisp/org-bookmark.el: New file.
268 2008-02-26  Carsten Dominik  <dominik@science.uva.nl>
270         * lisp/org-id.el: New file.
272 2008-02-21  Carsten Dominik  <dominik@science.uva.nl>
274         * lisp/org-screen.el: New file.
276 2008-02-17  Christian Egli  <christian.egli@alumni.ethz.ch>
278         * scripts/org2hpda: Added a Makefile for generation of hipster pda
279         style printouts
281 2008-02-08  Phil Jackson  <phil@shellarchive.co.uk>
283         * scripts/dir2org.zsh: New file.
285 2008-02-07  Phil Jackson  <phil@shellarchive.co.uk>
287         * lisp/org-annotate-file.el: New file.
289 2008-02-07  Bastien Guerry  <bzg@altern.org>
291         * Added org-expiry.el org-registry.el org-iswitchb.el org2rem.el
292         to CONTRIB/lisp/.
294 2008-02-07  Phil Jackson  <phil@shellarchive.co.uk>
296         * lisp/org-irc.el: New file.
298         * ChangeLog: New file.