ChangeLog 10 KB

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