Use overlay-in and overlay-at instead of compatibility functions
[org-mode.git] / contrib / ChangeLog
blobd9b9ac594e4e40ff721a1067e67eb017eda59a17
1 2010-04-20  Carsten Dominik  <carsten.dominik@gmail.com>
3         * lisp/org-toc.el (org-toc-cycle-subtree)
4         (org-toc-restore-config): Use overlays-in/at.
6         * babel/lisp/org-babel.el (org-babel-hash-at-point)
7         (org-babel-hide-result-toggle): Use overlays-in/at.
9 2010-04-18  Carsten Dominik  <carsten.dominik@gmail.com>
11         * babel/lisp/org-babel.el (org-babel-hide-hash): Use
12         `add-to-invisibility-spec'.
13         (org-babel-result-hide-spec): Use `add-to-invisibility-spec'.
15         * lisp/org-learn.el (require): `calendar' is now required already
16         by org.el on top level.
18         * lisp/org-toc.el (org-toc-cycle-subtree, org-toc-show)
19         (org-toc-restore-config): Use the normal overlay API.
21         * lisp/org-expiry.el (org-expiry-process-entry): Use the normal
22         overlay API.
24         * babel/lisp/org-babel.el (org-babel-hide-hash)
25         (org-babel-hash-at-point, org-babel-show-result-all)
26         (org-babel-hide-result-toggle): Use the normal overlay API.
28 2010-03-31  Carsten Dominik  <carsten.dominik@gmail.com>
30         * lisp/org-mac-iCal.el (org-mac-iCal): Snow Leopard
31         compatibility.
33 2010-02-20  Carsten Dominik  <carsten.dominik@gmail.com>
35         * lisp/org-git-link.el (org-git-store-link): Check if there is a
36         file name associated with the buffer.
38 2010-02-04  Carsten Dominik  <carsten.dominik@gmail.com>
40         * lisp/org-export-generic.el (org-export-generic): Provide.
42 2010-01-08  Carsten Dominik  <carsten.dominik@gmail.com>
44         * lisp/org-export-generic.el (org-export-generic): Close body
45         levels.
47 2009-11-20  Carsten Dominik  <carsten.dominik@gmail.com>
49         * lisp/org-export-generic.el (org-set-generic-type): Use `aput'.
51         * lisp/org-git-link.el (org-git-gitrepos-p): Make definition
52         XEmacs compatible.
54 2009-11-01  Carsten Dominik  <carsten.dominik@gmail.com>
56         * lisp/org-mac-iCal.el (omi-import-ics): Use `diary-file'
57         variable.
59 2009-10-22  Carsten Dominik  <carsten.dominik@gmail.com>
61         * lisp/org-registry.el (org-registry-assoc-all)
62         (org-registry-find-all): Clean rewrite
64 2009-10-19  James TD Smith  <ahktenzero@mohorovi.cc>
66         * lisp/org-registry.el (org-registry-assoc-all): Stop this from
67         deleting the links it finds from the registry.
68         (org-registry-find-all): Add a new function which returns all
69         registry entries which satisfy a test function.
71 2009-10-02  Carsten Dominik  <carsten.dominik@gmail.com>
73         * lisp/org-special-blocks.el (org-special-blocks-ignore-regexp):
74         New variable.
75         (org-special-blocks-make-special-cookies): Use
76         `org-special-blocks-ignore-regexp'.
78 2009-09-16  Carsten Dominik  <carsten.dominik@gmail.com>
80         * lisp/org-invoice.el: New file.
82 2009-08-14  Carsten Dominik  <carsten.dominik@gmail.com>
84         * lisp/org-exp-bibtex.el (org-export-bibtex-preprocess): Use a
85         safer regular expression.
87 2009-08-07  Carsten Dominik  <carsten.dominik@gmail.com>
89         * lisp/org-track.el: New file.
91 2009-08-03  Carsten Dominik  <carsten.dominik@gmail.com>
93         * lisp/org-indent.el: File removed.
95 2009-07-21  Wes Hardaker <wjhns209@hardakers.net>  (tiny change)
97         * lisp/org-export-generic.el (org-export-generic-format): Fix
98         compatibility issue with Emacs 23.
100 2009-07-12  James TD Smith  <ahktenzero@mohorovi.cc>
102         * lisp/org-checklist.el (org-checklist): Add a custom group for
103         org-checklist. The options are all for the unchecked items export
104         function.
105         (org-checklist-export-time-format): Allow customising the
106         timestamp appended to the saved unchecked items list
107         (org-checklist-export-function): Allow customising the output
108         format for the unchecked items list.
109         (org-checklist-export-params): Options for the exporter.
110         (org-checklist-a2ps-params): Printing options.
111         (org-make-checklist-export): Use values from custom vars. Printing
112         is now controlled by the PRINT_EXPORT property in the entry, and
113         the user is only asked if it is missing. Pass the switches to
114         a2ps-buffer properly.
116 2009-06-20  Carsten Dominik  <carsten.dominik@gmail.com>
118         * README: List new file org-export-generic.el
120         * lisp/org-export-generic.el: New file.
122 2009-05-10  Carsten Dominik  <carsten.dominik@gmail.com>
124         * lisp/org-exp-blocks.el (org-export-blocks-format-ditaa)
125         (org-export-blocks-format-dot): Support ditaa export also for the
126         docbook exporter.
128 2009-05-07  Carsten Dominik  <carsten.dominik@gmail.com>
130         * lisp/org-special-blocks.el: New file.
132 2009-04-08  Carsten Dominik  <carsten.dominik@gmail.com>
134         * lisp/org-choose.el (org-choose-get-fn-map-group): Fix bug with
135         level selection.
137 2009-04-01  Carsten Dominik  <carsten.dominik@gmail.com>
139         * lisp/org-exp-bibtex.el (org-export-bibtex-preprocess): Handle
140         multiple keys in a single \cite command.
142 2009-03-30  Carsten Dominik  <carsten.dominik@gmail.com>
144         * lisp/org-mtags.el: Fix copyright year.
146 2009-03-13  Carsten Dominik  <carsten.dominik@gmail.com>
148         * lisp/org-mtags.el (org-mtags-replace): Support literal docbook.
150 2009-03-12  Carsten Dominik  <carsten.dominik@gmail.com>
152         * lisp/org-exp-bibtex.el (org-export-bibtex-preprocess): Analyze
153         return value of the call to bibtex2html.
154         (org-export-bibtex-preprocess): Change Class to ID, there can only
155         be one.
156         (org-exp-bibtex-docites): Generalize the regexp looking for
157         citations.
159 2009-02-26  Carsten Dominik  <carsten.dominik@gmail.com>
161         * lisp/org2rem.el: New version from Shatad Pratap.
163 2009-02-24  Carsten Dominik  <carsten.dominik@gmail.com>
165         * lisp/org-choose.el (org-choose-get-fn-map-group): Only check
166         true siblings.
168 2009-02-18  Carsten Dominik  <carsten.dominik@gmail.com>
170         * lisp/org-R.el: New file.
172 2009-02-13  Carsten Dominik  <carsten.dominik@gmail.com>
174         * lisp/org-choose.el (org-choose-get-fn-map-group): Require
175         `org-agenda'.
176         (cl): Require `cl' at runtime.
177         (org-choose-filter-one): Use `org-split-string' for consistency
178         accross Emacs version.
180 2009-02-12  Carsten Dominik  <carsten.dominik@gmail.com>
182         * lisp/org-choose.el ("org"): Use file name instead of feature for
183         `eval-after-load', this is XEmacs compatible.
185 2009-02-10  Carsten Dominik  <carsten.dominik@gmail.com>
187         * lisp/org-choose.el (org-choose-get-fn-map-group): Call
188         `org-up-heading-all' instead of `outline-up-heading-all', which
189         does not exist.
191 2009-02-04  Carsten Dominik  <carsten.dominik@gmail.com>
193         * lisp/org-depend.el (org-depend-act-on-sibling): New macro.
194         (org-depend-trigger-todo): Call `org-depend-act-on-sibling',
195         implement reacting on new keyword `chain-sibling-cheduled'.
197 2009-02-03  Carsten Dominik  <carsten.dominik@gmail.com>
199         * lisp/org-exp-blocks.el (org-exp-blocks): Provide this feature.
201 2009-01-16  Carsten Dominik  <carsten.dominik@gmail.com>
203         * lisp/org-depend.el (org-depend-block-todo): Set a tag when a
204         state change is blocked.
205         (org-depend-tag-blocked): New option.
207 2009-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
209         * lisp/org-mtags.el (org-mtags-replace): Extend muse tags syntax
210         to cater for the new export switched in src and example tags.
211         (org-mtags-replace): Fix bugs in prefix processing.
212         (org-mtags-get-tag-and-attributes): Add local variable bindings.
214 2008-12-19  Carsten Dominik  <carsten.dominik@gmail.com>
216         * lisp/org-exp-blocks.el (org-export-blocks-format-ditaa): Catch
217         lines that have no space after the colon.
219 2008-12-08  Carsten Dominik  <carsten.dominik@gmail.com>
221         * lisp/org-browser-url.el: New file.
223         * lisp/org-registry.el (org-registry-before-first-heading-p):
224         Function renamed to `org-before-first-heading-p', and moved to
225         org.el.
227 2008-09-20  James TD Smith  <ahktenzero@mohorovi.cc>
229         * lisp/org-checklist.el: New file.
231 2008-09-02  Carsten Dominik  <dominik@science.uva.nl>
233         * lisp/org-mairix.el: Update to version 0.5.
235 2008-07-04  Christian Egli  <christian.egli@alumni.ethz.ch>
237         * scripts/org2hpda: the default location of the diary file should
238         of course be ~/diary
240 2008-07-02  Carsten Dominik  <dominik@science.uva.nl>
242         * lisp/org-mtags.el (org-mtags-replace): Allow prefix and prefix1
243         as options in the include directive.
245 2008-06-18  Christian Egli  <christian.egli@alumni.ethz.ch>
247         * scripts/org2hpda (DIARY): Make the location of the diary file
248         configurable.
249         (all): reduce links to their destination, i.e. change
250         '[[http://foo][bar]]' to 'bar'
252 2008-05-28  Carsten Dominik  <dominik@science.uva.nl>
254         * lisp/org-mtags.el (org-mtags-replace)
255         (org-mtags-supported-tags): Fixed typo in contents tag.
256         (org-mtags-replace): Fix but that could lead to an infinite loop
257         for a partial tag.
259 2008-05-19  Carsten Dominik  <dominik@science.uva.nl>
261         * lisp/org-annotation-helper.el: Remove John Rakestraw from author
262         list, upon his request.
264 2008-05-17  Carsten Dominik  <dominik@science.uva.nl>
266         * lisp/org-annotation-helper.el: New file.
268 2008-05-15  Carsten Dominik  <dominik@science.uva.nl>
270         * lisp/org-id.el (org-id-include-domain): New option.
271         (org-id-new): Add the domain name to an ID if
272         `org-id-include-domain' is set.
274 2008-05-04  Jason Riedy  <jason@acm.org>
276         * lisp/orgtbl-sqlinsert.el (orgtbl-to-sqlinsert): Use the
277         default fmt function, collect only the first header line for
278         field names, and don't call plist-get for the table name on
279         every line.
281 2008-04-15  Jason Riedy  <jason@acm.org>
283         * lisp/orgtbl-sqlinsert.el: New file.
284         * README: Add to list.
286 2008-04-07  Carsten Dominik  <dominik@science.uva.nl>
288         * lisp/org-iswitchb.el: File removed, because the functionality is
289         now in org.el, in the core.
291         * lisp/org-mew.el: File moved into the core.
293 2008-03-14  Carsten Dominik  <dominik@science.uva.nl>
295         * lisp/org-depend.el: Add `provide' for the module system.
297         * lisp/org-man.el: Add `provide' for the module system.
299         * lisp/org-interactive-query.el: Renamed from org-iq.el.
301 2008-03-05  Bastien Guerry  <bzg@altern.org>
303         * lisp/org-elisp-symbol.el (org-elisp-symbol-store-link):
304         Correctly handle function with no documentation.
306 2008-02-29  Tokuya Kameshima <kames@fa2.so-net.ne.jp>
308         * lisp/org-bookmark.el (org-bookmark-store-link): Use
309         `bookmark-all-names' instead of `bookmark-alist'.
311 2008-02-29  Bastien Guerry  <bzg@altern.org>
313         * lisp/org-bookmark.el (org-bookmark-in-dired)
314         (org-bookmark-when-visiting-a-file)
315         (org-bookmark-use-first-bookmark): New options.
316         (org-bookmark-store-link): Behave according to options.
318 2008-02-29  Bastien Guerry  <bzg@altern.org>
320         * lisp/org-mairix.el (org-mairix): Use `org-link' group.
322 2008-02-28  Bastien Guerry  <bzg@altern.org>
324         * lisp/org-bookmark.el: New file.
326 2008-02-26  Carsten Dominik  <dominik@science.uva.nl>
328         * lisp/org-id.el: New file.
330 2008-02-21  Carsten Dominik  <dominik@science.uva.nl>
332         * lisp/org-screen.el: New file.
334 2008-02-17  Christian Egli  <christian.egli@alumni.ethz.ch>
336         * scripts/org2hpda: Added a Makefile for generation of hipster pda
337         style printouts
339 2008-02-08  Phil Jackson  <phil@shellarchive.co.uk>
341         * scripts/dir2org.zsh: New file.
343 2008-02-07  Phil Jackson  <phil@shellarchive.co.uk>
345         * lisp/org-annotate-file.el: New file.
347 2008-02-07  Bastien Guerry  <bzg@altern.org>
349         * Added org-expiry.el org-registry.el org-iswitchb.el org2rem.el
350         to CONTRIB/lisp/.
352 2008-02-07  Phil Jackson  <phil@shellarchive.co.uk>
354         * lisp/org-irc.el: New file.
356         * ChangeLog: New file.