ChangeLog 8.4 KB

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