ChangeLog 6.9 KB

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