ChangeLog 7.3 KB

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