ChangeLog 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331
  1. 2009-05-11 Carsten Dominik <carsten.dominik@gmail.com>
  2. * org.texi (Macro replacement): Document new macros.
  3. 2009-05-10 Carsten Dominik <carsten.dominik@gmail.com>
  4. * org.texi (Handling links): Document type-specific completion
  5. when inserting links.
  6. 2009-05-06 Carsten Dominik <carsten.dominik@gmail.com>
  7. * orgcard.tex: Document the key for sorting.
  8. * org.texi (Structure editing, Plain lists): Improve documentation
  9. on sorting.
  10. 2009-04-17 Carsten Dominik <carsten.dominik@gmail.com>
  11. * org.texi (Internal links): Document custom ids for links.
  12. (Handling links): Document custom ids for links.
  13. 2009-04-14 Carsten Dominik <carsten.dominik@gmail.com>
  14. * org.texi (CSS support): Document new class.
  15. (Refiling notes): Document the possibility to create new nodes
  16. during refiling.
  17. 2009-03-31 Carsten Dominik <carsten.dominik@gmail.com>
  18. * org.texi (Agenda commands): Document the "?" operator to find
  19. tasks without effort setting.
  20. 2009-03-30 Carsten Dominik <carsten.dominik@gmail.com>
  21. * org.texi (Exporting agenda information): Section moved.
  22. 2009-03-27 Carsten Dominik <carsten.dominik@gmail.com>
  23. * org.texi (RSS Feeds): New section.
  24. 2009-03-21 Carsten Dominik <carsten.dominik@gmail.com>
  25. * orgcard.tex: Document M-e and M-a navigate
  26. inside table field. Fix a number of typos.
  27. * org.texi (Built-in table editor): Document M-e and M-a navigate
  28. inside table field.
  29. 2009-03-19 Carsten Dominik <carsten.dominik@gmail.com>
  30. * org.texi (Stuck projects): Docment that projects identified as
  31. un-stuck will still be searchd for stuck sub-projects.
  32. 2009-03-16 Carsten Dominik <carsten.dominik@gmail.com>
  33. * org.texi (Paragraphs): Document centering.
  34. 2009-03-14 Carsten Dominik <carsten.dominik@gmail.com>
  35. * org.texi (Creating timestamps, Agenda commands): Document new
  36. behavior when changing time stamps.
  37. 2009-03-11 Carsten Dominik <carsten.dominik@gmail.com>
  38. * org.texi (Structure editing): Document the new command
  39. `org-clone-subtree-with-time-shift'.
  40. 2009-03-10 Carsten Dominik <carsten.dominik@gmail.com>
  41. * org.texi (Publishing): Refresh this chapter.
  42. 2009-03-08 Carsten Dominik <carsten.dominik@gmail.com>
  43. * org.texi (Export options, Export options, In-buffer settings):
  44. Document the new keywords.
  45. 2009-03-03 Carsten Dominik <carsten.dominik@gmail.com>
  46. * org.texi (Matching tags and properties): Collect all
  47. documentation about tags/property matches here.
  48. 2009-03-01 Carsten Dominik <carsten.dominik@gmail.com>
  49. * org.texi (Setting tags): Document `org-tag-persistent-alist'.
  50. 2009-02-27 Carsten Dominik <carsten.dominik@gmail.com>
  51. * org.texi (Weekly/daily agenda): New section.
  52. 2009-02-22 Carsten Dominik <carsten.dominik@gmail.com>
  53. * org.texi (Orgstruct mode): Describe `orgstruct++-mode'.
  54. (Drawers): Mention the LOGBOOK drawer.
  55. 2009-02-20 Carsten Dominik <carsten.dominik@gmail.com>
  56. * org.texi (Export options, Sectioning structure): Document the
  57. #+LEATEX_HEADER in-buffer setting.
  58. (Bugs): Section removed.
  59. (Hooks): New section.
  60. (Add-on packages): Moved here from old location.
  61. (Context-sensitive commands): New section.
  62. 2009-02-19 Carsten Dominik <carsten.dominik@gmail.com>
  63. * org.texi (Setting tags): Document newline option.
  64. * orgcard.tex: Document `C-c C-x o'.
  65. * org.texi (TODO dependencies, Checkboxes): Document
  66. `org-track-ordered-property-with-tag'.
  67. 2009-02-18 Carsten Dominik <carsten.dominik@gmail.com>
  68. * org.texi (Global TODO list, Matching tags and properties):
  69. Mention more variables.
  70. 2009-02-15 Carsten Dominik <carsten.dominik@gmail.com>
  71. * org.texi (Checkboxes): Update to changed command behavior.
  72. 2009-02-12 Carsten Dominik <carsten.dominik@gmail.com>
  73. * org.texi (Tracking TODO state changes): Document storing state
  74. change notes into a drawer.
  75. (Agenda commands): Document the agenda command `z'.
  76. (Tag searches, Clean view, Special agenda views): Document the
  77. special interpretation of LEVEL when odd levels are used.
  78. 2009-02-11 Carsten Dominik <carsten.dominik@gmail.com>
  79. * org.texi (CSS support): Document CSS classes for section numbers.
  80. (Links, Images in HTML export): Better documentation of hot to set
  81. attribute for images.
  82. 2009-02-05 Carsten Dominik <carsten.dominik@gmail.com>
  83. * org.texi (Clocking work time): Decoment how to make the clock
  84. persist from one Emacs session to the next.
  85. 2009-01-30 Carsten Dominik <carsten.dominik@gmail.com>
  86. * org.texi (TODO dependencies): Document TODO dependencies on
  87. checkboxes.
  88. 2009-01-27 Carsten Dominik <carsten.dominik@gmail.com>
  89. * org.texi (TODO dependencies): New section.
  90. 2009-01-26 Carsten Dominik <carsten.dominik@gmail.com>
  91. * org.texi (Plain lists, TODO basics, Priorities)
  92. (Multiple sets in one file, Conflicts): Document interaction with
  93. `shift-selection-mode'.
  94. 2009-01-24 Carsten Dominik <carsten.dominik@gmail.com>
  95. * org.texi (References): Add information about remote references.
  96. 2009-01-21 Carsten Dominik <carsten.dominik@gmail.com>
  97. * orgcard.tex: Document `C-c RET' in tables.
  98. * org.texi (Built-in table editor): Document `C-c RET' in tables.
  99. 2009-01-20 Carsten Dominik <carsten.dominik@gmail.com>
  100. * org.texi (Math symbols, Quoting LaTeX code): Mention that simple
  101. LaTeX macros survive LaTeX export.
  102. (Images in LaTeX export): Show how to create a reference to a
  103. figure.
  104. (Sectioning structure): Document that the LaTeX class can be
  105. specified in a property.
  106. 2009-01-19 Carsten Dominik <carsten.dominik@gmail.com>
  107. * org.texi (Text areas in HTML export): New section.
  108. (External links): Add examples for text search and ID links.
  109. 2009-01-16 Carsten Dominik <carsten.dominik@gmail.com>
  110. * org.texi (Built-in table editor): Remove the descriptio of `C-c
  111. C-q', it not longer works.
  112. 2009-01-09 Carsten Dominik <carsten.dominik@gmail.com>
  113. * org.texi (Literal examples): Document that a space must follow
  114. the colon in short examples.
  115. 2009-01-08 Carsten Dominik <carsten.dominik@gmail.com>
  116. * org.texi (Relative timer): Document `org-timer-stop'.
  117. 2008-12-31 Carsten Dominik <carsten.dominik@gmail.com>
  118. * org.texi (Footnotes): New section.
  119. (Footnote markup): Shorten section and refer to new Footnote
  120. section.
  121. 2008-12-26 Carsten Dominik <carsten.dominik@gmail.com>
  122. * org.texi (Literal examples): Add documentation for line
  123. numbering in and references to code examples.
  124. (CSS support): Fix the description of default CSS styles.
  125. 2008-12-22 Carsten Dominik <carsten.dominik@gmail.com>
  126. * org.texi (Capturing column view): Document
  127. "file:path/to/file.org" as an allowed value for the ID property of
  128. a dynamic block copying column view.
  129. 2008-12-19 Carsten Dominik <carsten.dominik@gmail.com>
  130. * org.texi (References): Document special last-row references.
  131. 2008-12-17 Carsten Dominik <carsten.dominik@gmail.com>
  132. * org.texi: Fix typos and grammatical issues.
  133. 2008-12-15 Carsten Dominik <carsten.dominik@gmail.com>
  134. * org.texi (Tables in LaTeX export): New section.
  135. 2008-12-10 Carsten Dominik <carsten.dominik@gmail.com>
  136. * org.texi (Images in LaTeX export): New section.
  137. (Inlined images, Images in HTML export): Sections renamed.
  138. 2008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
  139. * org.texi (Using the mapping API): Fix bug in mapping example.
  140. (Publishing options): Make the list of properties complete again,
  141. in correspondence to the variable `org-export-plist-vars'.
  142. 2008-11-29 Carsten Dominik <carsten.dominik@gmail.com>
  143. * org.texi (Property searches): Document new special values for
  144. time comparisons.
  145. 2008-11-27 Carsten Dominik <carsten.dominik@gmail.com>
  146. * org.texi (Tag inheritance): Refine the description of tag
  147. inheritance.
  148. 2008-11-25 Carsten Dominik <carsten.dominik@gmail.com>
  149. * org.texi (Project alist): Add info about the publishing sequence
  150. of components.
  151. (Effort estimates): Document the new relativer timer.
  152. 2008-11-24 Carsten Dominik <carsten.dominik@gmail.com>
  153. * org.texi: Re-apply the change to FDL 1.3.
  154. 2008-11-18 Carsten Dominik <carsten.dominik@gmail.com>
  155. * org.texi (Setting up Remember): Document `org-remember-mode'.
  156. 2008-11-14 Carsten Dominik <carsten.dominik@gmail.com>
  157. * org.texi (External links): Document that bbdb links can use a
  158. regular expression.
  159. (External links): Document that elisp links can contain
  160. interactive commands.
  161. 2008-11-10 Carsten Dominik <carsten.dominik@gmail.com>
  162. * org.texi (Clocking work time): Document the :formula property of
  163. clock tables.
  164. (Structure editing, Refiling notes): Document refiling regions.
  165. 2008-11-09 Carsten Dominik <carsten.dominik@gmail.com>
  166. * org.texi (Agenda commands): Document the double-prefix version
  167. of the `l' command in the agenda.
  168. 2008-11-05 Carsten Dominik <dominik@science.uva.nl>
  169. * org.texi (Handling links): Explain the effect of a double prefix
  170. arg to `C-c C-o'.
  171. 2008-11-02 Charles Sebold <csebold@gmail.com>
  172. * org.texi (Org Plot): Add documentation for timefmt option.
  173. 2008-10-16 Carsten Dominik <dominik@science.uva.nl>
  174. * org.texi (TODO basics): Add documentation for tag triggers.
  175. 2008-09-05 Carsten Dominik <dominik@science.uva.nl>
  176. * org.texi (Creating timestamps): Fix documentation of the "C-c ."
  177. command.
  178. (Literal examples): Document using artist-mode for ASCII
  179. drawings.
  180. 2008-06-13 Carsten Dominik <dominik@science.uva.nl>
  181. * org.texi: Modify license to no longer include back- and front
  182. cover matters.
  183. 2008-06-11 Carsten Dominik <dominik@science.uva.nl>
  184. * org.texi (Using the mapping API): New section.
  185. 2008-04-15 Jason Riedy <jason@acm.org>
  186. * org.texi (A LaTeX example): Note that fmt may be a one-argument
  187. function, and efmt may be a two-argument function.
  188. 2008-04-15 Jason Riedy <jason@acm.org>
  189. * org.texi (Radio tables): Document multiple destinations.
  190. 2008-04-15 Carsten Dominik <dominik@science.uva.nl>
  191. * org.texi (Agenda column view): New section.
  192. 2008-04-08 Carsten Dominik <dominik@science.uva.nl>
  193. * org.texi (Moving subtrees): Document archiving to the archive
  194. sibling.
  195. 2008-04-04 Carsten Dominik <dominik@science.uva.nl>
  196. * org.texi (Agenda commands): Document columns view in the agenda.
  197. 2008-04-03 Carsten Dominik <dominik@science.uva.nl>
  198. * org.texi (Using the property API): Document the API for
  199. multi-valued properties.