ChangeLog 12 KB

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