ChangeLog 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361
  1. 2010-05-11 Carsten Dominik <carsten.dominik@gmail.com>
  2. * lisp/org-git-link.el (org-git-open)
  3. (org-git-create-git-link): expand file name.
  4. 2010-04-20 Carsten Dominik <carsten.dominik@gmail.com>
  5. * lisp/org-toc.el (org-toc-cycle-subtree)
  6. (org-toc-restore-config): Use overlays-in/at.
  7. * babel/lisp/org-babel.el (org-babel-hash-at-point)
  8. (org-babel-hide-result-toggle): Use overlays-in/at.
  9. 2010-04-18 Carsten Dominik <carsten.dominik@gmail.com>
  10. * babel/lisp/org-babel.el (org-babel-hide-hash): Use
  11. `add-to-invisibility-spec'.
  12. (org-babel-result-hide-spec): Use `add-to-invisibility-spec'.
  13. * lisp/org-learn.el (require): `calendar' is now required already
  14. by org.el on top level.
  15. * lisp/org-toc.el (org-toc-cycle-subtree, org-toc-show)
  16. (org-toc-restore-config): Use the normal overlay API.
  17. * lisp/org-expiry.el (org-expiry-process-entry): Use the normal
  18. overlay API.
  19. * babel/lisp/org-babel.el (org-babel-hide-hash)
  20. (org-babel-hash-at-point, org-babel-show-result-all)
  21. (org-babel-hide-result-toggle): Use the normal overlay API.
  22. 2010-03-31 Carsten Dominik <carsten.dominik@gmail.com>
  23. * lisp/org-mac-iCal.el (org-mac-iCal): Snow Leopard
  24. compatibility.
  25. 2010-02-20 Carsten Dominik <carsten.dominik@gmail.com>
  26. * lisp/org-git-link.el (org-git-store-link): Check if there is a
  27. file name associated with the buffer.
  28. 2010-02-04 Carsten Dominik <carsten.dominik@gmail.com>
  29. * lisp/org-export-generic.el (org-export-generic): Provide.
  30. 2010-01-08 Carsten Dominik <carsten.dominik@gmail.com>
  31. * lisp/org-export-generic.el (org-export-generic): Close body
  32. levels.
  33. 2009-11-20 Carsten Dominik <carsten.dominik@gmail.com>
  34. * lisp/org-export-generic.el (org-set-generic-type): Use `aput'.
  35. * lisp/org-git-link.el (org-git-gitrepos-p): Make definition
  36. XEmacs compatible.
  37. 2009-11-01 Carsten Dominik <carsten.dominik@gmail.com>
  38. * lisp/org-mac-iCal.el (omi-import-ics): Use `diary-file'
  39. variable.
  40. 2009-10-22 Carsten Dominik <carsten.dominik@gmail.com>
  41. * lisp/org-registry.el (org-registry-assoc-all)
  42. (org-registry-find-all): Clean rewrite
  43. 2009-10-19 James TD Smith <ahktenzero@mohorovi.cc>
  44. * lisp/org-registry.el (org-registry-assoc-all): Stop this from
  45. deleting the links it finds from the registry.
  46. (org-registry-find-all): Add a new function which returns all
  47. registry entries which satisfy a test function.
  48. 2009-10-02 Carsten Dominik <carsten.dominik@gmail.com>
  49. * lisp/org-special-blocks.el (org-special-blocks-ignore-regexp):
  50. New variable.
  51. (org-special-blocks-make-special-cookies): Use
  52. `org-special-blocks-ignore-regexp'.
  53. 2009-09-16 Carsten Dominik <carsten.dominik@gmail.com>
  54. * lisp/org-invoice.el: New file.
  55. 2009-08-14 Carsten Dominik <carsten.dominik@gmail.com>
  56. * lisp/org-exp-bibtex.el (org-export-bibtex-preprocess): Use a
  57. safer regular expression.
  58. 2009-08-07 Carsten Dominik <carsten.dominik@gmail.com>
  59. * lisp/org-track.el: New file.
  60. 2009-08-03 Carsten Dominik <carsten.dominik@gmail.com>
  61. * lisp/org-indent.el: File removed.
  62. 2009-07-21 Wes Hardaker <wjhns209@hardakers.net> (tiny change)
  63. * lisp/org-export-generic.el (org-export-generic-format): Fix
  64. compatibility issue with Emacs 23.
  65. 2009-07-12 James TD Smith <ahktenzero@mohorovi.cc>
  66. * lisp/org-checklist.el (org-checklist): Add a custom group for
  67. org-checklist. The options are all for the unchecked items export
  68. function.
  69. (org-checklist-export-time-format): Allow customising the
  70. timestamp appended to the saved unchecked items list
  71. (org-checklist-export-function): Allow customising the output
  72. format for the unchecked items list.
  73. (org-checklist-export-params): Options for the exporter.
  74. (org-checklist-a2ps-params): Printing options.
  75. (org-make-checklist-export): Use values from custom vars. Printing
  76. is now controlled by the PRINT_EXPORT property in the entry, and
  77. the user is only asked if it is missing. Pass the switches to
  78. a2ps-buffer properly.
  79. 2009-06-20 Carsten Dominik <carsten.dominik@gmail.com>
  80. * README: List new file org-export-generic.el
  81. * lisp/org-export-generic.el: New file.
  82. 2009-05-10 Carsten Dominik <carsten.dominik@gmail.com>
  83. * lisp/org-exp-blocks.el (org-export-blocks-format-ditaa)
  84. (org-export-blocks-format-dot): Support ditaa export also for the
  85. docbook exporter.
  86. 2009-05-07 Carsten Dominik <carsten.dominik@gmail.com>
  87. * lisp/org-special-blocks.el: New file.
  88. 2009-04-08 Carsten Dominik <carsten.dominik@gmail.com>
  89. * lisp/org-choose.el (org-choose-get-fn-map-group): Fix bug with
  90. level selection.
  91. 2009-04-01 Carsten Dominik <carsten.dominik@gmail.com>
  92. * lisp/org-exp-bibtex.el (org-export-bibtex-preprocess): Handle
  93. multiple keys in a single \cite command.
  94. 2009-03-30 Carsten Dominik <carsten.dominik@gmail.com>
  95. * lisp/org-mtags.el: Fix copyright year.
  96. 2009-03-13 Carsten Dominik <carsten.dominik@gmail.com>
  97. * lisp/org-mtags.el (org-mtags-replace): Support literal docbook.
  98. 2009-03-12 Carsten Dominik <carsten.dominik@gmail.com>
  99. * lisp/org-exp-bibtex.el (org-export-bibtex-preprocess): Analyze
  100. return value of the call to bibtex2html.
  101. (org-export-bibtex-preprocess): Change Class to ID, there can only
  102. be one.
  103. (org-exp-bibtex-docites): Generalize the regexp looking for
  104. citations.
  105. 2009-02-26 Carsten Dominik <carsten.dominik@gmail.com>
  106. * lisp/org2rem.el: New version from Shatad Pratap.
  107. 2009-02-24 Carsten Dominik <carsten.dominik@gmail.com>
  108. * lisp/org-choose.el (org-choose-get-fn-map-group): Only check
  109. true siblings.
  110. 2009-02-18 Carsten Dominik <carsten.dominik@gmail.com>
  111. * lisp/org-R.el: New file.
  112. 2009-02-13 Carsten Dominik <carsten.dominik@gmail.com>
  113. * lisp/org-choose.el (org-choose-get-fn-map-group): Require
  114. `org-agenda'.
  115. (cl): Require `cl' at runtime.
  116. (org-choose-filter-one): Use `org-split-string' for consistency
  117. accross Emacs version.
  118. 2009-02-12 Carsten Dominik <carsten.dominik@gmail.com>
  119. * lisp/org-choose.el ("org"): Use file name instead of feature for
  120. `eval-after-load', this is XEmacs compatible.
  121. 2009-02-10 Carsten Dominik <carsten.dominik@gmail.com>
  122. * lisp/org-choose.el (org-choose-get-fn-map-group): Call
  123. `org-up-heading-all' instead of `outline-up-heading-all', which
  124. does not exist.
  125. 2009-02-04 Carsten Dominik <carsten.dominik@gmail.com>
  126. * lisp/org-depend.el (org-depend-act-on-sibling): New macro.
  127. (org-depend-trigger-todo): Call `org-depend-act-on-sibling',
  128. implement reacting on new keyword `chain-sibling-cheduled'.
  129. 2009-02-03 Carsten Dominik <carsten.dominik@gmail.com>
  130. * lisp/org-exp-blocks.el (org-exp-blocks): Provide this feature.
  131. 2009-01-16 Carsten Dominik <carsten.dominik@gmail.com>
  132. * lisp/org-depend.el (org-depend-block-todo): Set a tag when a
  133. state change is blocked.
  134. (org-depend-tag-blocked): New option.
  135. 2009-01-03 Carsten Dominik <carsten.dominik@gmail.com>
  136. * lisp/org-mtags.el (org-mtags-replace): Extend muse tags syntax
  137. to cater for the new export switched in src and example tags.
  138. (org-mtags-replace): Fix bugs in prefix processing.
  139. (org-mtags-get-tag-and-attributes): Add local variable bindings.
  140. 2008-12-19 Carsten Dominik <carsten.dominik@gmail.com>
  141. * lisp/org-exp-blocks.el (org-export-blocks-format-ditaa): Catch
  142. lines that have no space after the colon.
  143. 2008-12-08 Carsten Dominik <carsten.dominik@gmail.com>
  144. * lisp/org-browser-url.el: New file.
  145. * lisp/org-registry.el (org-registry-before-first-heading-p):
  146. Function renamed to `org-before-first-heading-p', and moved to
  147. org.el.
  148. 2008-09-20 James TD Smith <ahktenzero@mohorovi.cc>
  149. * lisp/org-checklist.el: New file.
  150. 2008-09-02 Carsten Dominik <dominik@science.uva.nl>
  151. * lisp/org-mairix.el: Update to version 0.5.
  152. 2008-07-04 Christian Egli <christian.egli@alumni.ethz.ch>
  153. * scripts/org2hpda: the default location of the diary file should
  154. of course be ~/diary
  155. 2008-07-02 Carsten Dominik <dominik@science.uva.nl>
  156. * lisp/org-mtags.el (org-mtags-replace): Allow prefix and prefix1
  157. as options in the include directive.
  158. 2008-06-18 Christian Egli <christian.egli@alumni.ethz.ch>
  159. * scripts/org2hpda (DIARY): Make the location of the diary file
  160. configurable.
  161. (all): reduce links to their destination, i.e. change
  162. '[[http://foo][bar]]' to 'bar'
  163. 2008-05-28 Carsten Dominik <dominik@science.uva.nl>
  164. * lisp/org-mtags.el (org-mtags-replace)
  165. (org-mtags-supported-tags): Fixed typo in contents tag.
  166. (org-mtags-replace): Fix but that could lead to an infinite loop
  167. for a partial tag.
  168. 2008-05-19 Carsten Dominik <dominik@science.uva.nl>
  169. * lisp/org-annotation-helper.el: Remove John Rakestraw from author
  170. list, upon his request.
  171. 2008-05-17 Carsten Dominik <dominik@science.uva.nl>
  172. * lisp/org-annotation-helper.el: New file.
  173. 2008-05-15 Carsten Dominik <dominik@science.uva.nl>
  174. * lisp/org-id.el (org-id-include-domain): New option.
  175. (org-id-new): Add the domain name to an ID if
  176. `org-id-include-domain' is set.
  177. 2008-05-04 Jason Riedy <jason@acm.org>
  178. * lisp/orgtbl-sqlinsert.el (orgtbl-to-sqlinsert): Use the
  179. default fmt function, collect only the first header line for
  180. field names, and don't call plist-get for the table name on
  181. every line.
  182. 2008-04-15 Jason Riedy <jason@acm.org>
  183. * lisp/orgtbl-sqlinsert.el: New file.
  184. * README: Add to list.
  185. 2008-04-07 Carsten Dominik <dominik@science.uva.nl>
  186. * lisp/org-iswitchb.el: File removed, because the functionality is
  187. now in org.el, in the core.
  188. * lisp/org-mew.el: File moved into the core.
  189. 2008-03-14 Carsten Dominik <dominik@science.uva.nl>
  190. * lisp/org-depend.el: Add `provide' for the module system.
  191. * lisp/org-man.el: Add `provide' for the module system.
  192. * lisp/org-interactive-query.el: Renamed from org-iq.el.
  193. 2008-03-05 Bastien Guerry <bzg@altern.org>
  194. * lisp/org-elisp-symbol.el (org-elisp-symbol-store-link):
  195. Correctly handle function with no documentation.
  196. 2008-02-29 Tokuya Kameshima <kames@fa2.so-net.ne.jp>
  197. * lisp/org-bookmark.el (org-bookmark-store-link): Use
  198. `bookmark-all-names' instead of `bookmark-alist'.
  199. 2008-02-29 Bastien Guerry <bzg@altern.org>
  200. * lisp/org-bookmark.el (org-bookmark-in-dired)
  201. (org-bookmark-when-visiting-a-file)
  202. (org-bookmark-use-first-bookmark): New options.
  203. (org-bookmark-store-link): Behave according to options.
  204. 2008-02-29 Bastien Guerry <bzg@altern.org>
  205. * lisp/org-mairix.el (org-mairix): Use `org-link' group.
  206. 2008-02-28 Bastien Guerry <bzg@altern.org>
  207. * lisp/org-bookmark.el: New file.
  208. 2008-02-26 Carsten Dominik <dominik@science.uva.nl>
  209. * lisp/org-id.el: New file.
  210. 2008-02-21 Carsten Dominik <dominik@science.uva.nl>
  211. * lisp/org-screen.el: New file.
  212. 2008-02-17 Christian Egli <christian.egli@alumni.ethz.ch>
  213. * scripts/org2hpda: Added a Makefile for generation of hipster pda
  214. style printouts
  215. 2008-02-08 Phil Jackson <phil@shellarchive.co.uk>
  216. * scripts/dir2org.zsh: New file.
  217. 2008-02-07 Phil Jackson <phil@shellarchive.co.uk>
  218. * lisp/org-annotate-file.el: New file.
  219. 2008-02-07 Bastien Guerry <bzg@altern.org>
  220. * Added org-expiry.el org-registry.el org-iswitchb.el org2rem.el
  221. to CONTRIB/lisp/.
  222. 2008-02-07 Phil Jackson <phil@shellarchive.co.uk>
  223. * lisp/org-irc.el: New file.
  224. * ChangeLog: New file.