From: Bastien Guerry Date: Mon, 15 Aug 2011 14:32:07 +0000 (+0200) Subject: lisp/org/ChangeLog: add "(tiny change)" where required. X-Git-Tag: emacs-pretest-24.0.90~104^2~124^2~47 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d4423e17eed4b524cd713ea02312509ef5b8d338;p=emacs.git lisp/org/ChangeLog: add "(tiny change)" where required. Thanks to Glenn Morris for pointing out possible problems. --- diff --git a/lisp/org/ChangeLog b/lisp/org/ChangeLog index 43e4ad30e06..59207bad737 100644 --- a/lisp/org/ChangeLog +++ b/lisp/org/ChangeLog @@ -599,14 +599,14 @@ (org-footnote-next-reference-or-definition): check more strictly footnote definitions. -2011-07-28 Deech +2011-07-28 Deech (tiny change) * ob-tangle.el (org-babel-tangle): Ignore errors thrown by language modes. -2011-07-28 Suvayu Ali +2011-07-28 Suvayu Ali (tiny change) - * Mention use of keywords like multicolumn and float + * Mention use of keywords like multicolumn and float. * Remove previous mention of hack with placement option as per comments on the mailing list. The hack is better suited for Worg. @@ -1052,7 +1052,7 @@ 2011-07-28 Achim Gratz - * org.el (defcustom org-log-into-drawer): correct typo + * org.el (defcustom org-log-into-drawer): correct typo. * org-clock.el (org-clock-into-drawer): New function to change the location of clock events based on properties CLOCK_INTO_DRAWER or, @@ -1598,7 +1598,7 @@ * ob-lisp.el (org-babel-execute:lisp): No real functional change, just aesthetic. -2011-07-28 Sébastien Delafond +2011-07-28 Sébastien Delafond (tiny change) * org.el (org-mode-flyspell-verify): This is useful when using flyspell with a non-English dictionary, or if some of your @@ -1841,7 +1841,7 @@ * ob.el (org-babel-src-block-regexp): Keep the now-mandatory newline inside of the code block body. -2011-07-28 Sean O'Halpin +2011-07-28 Sean O'Halpin (tiny change) * ob.el: Avoid spurious matches to literal. @@ -1908,7 +1908,7 @@ * org.el (org-special-properties): Add CLOCKSUM to the special properties. -2011-07-28 Robert P. Goldman +2011-07-28 Robert P. Goldman (tiny change) * ob-exp.el (org-babel-exp-in-export-file): Bind `org-link-search-inhibit-query' to t to inhibit prompts. @@ -1936,12 +1936,12 @@ * org-exp.el (org-export-add-options-to-plist): Fix the option parser -2011-07-28 Robert P. Goldman +2011-07-28 Robert P. Goldman (tiny change) * org-latex.el (org-export-latex-preprocess): Replace index entries. -2011-07-28 Robert P. Goldman +2011-07-28 Robert P. Goldman (tiny change) * org.el (org-structure-template-alist): Add an easy template for index (i), and move include file to I from i. @@ -2277,18 +2277,10 @@ * org.el (org-property-values): Enhance docstring. -2011-07-28 Ethan Ligon +2011-07-28 Ethan Ligon (tiny change) - * Illustration of bug in html export - This has a space after the - colons :: so will work in latex and html - This doesn't have a - space after the colons ::so is an invalid description item - according to the org manual. Won't work in html or docbook. Will - nevertheless work in latex, provided /first/ description item is - valid. - Has a terminating space :: - So it works in both html - and latex export! - Even though it's difficult to distinguish - from the next example. - Lacks a terminating space :: - At - present, *doesn't* work in html or docbook export, does in latex. - This is the case that the following patch fixes. + * org-docbook.el (org-export-docbook-list-line): Fix for html & + docbook export of description list items. 2011-07-28 Julien Danjou @@ -2346,7 +2338,7 @@ * org-latex.el (org-export-latex-convert-table.el-table): Fix format-string for insertion of captions. -2011-07-28 Nick Dokos +2011-07-28 Nick Dokos (tiny change) * org-exp.el (org-export-remove-comment-blocks-and-subtrees): Fix regexp. @@ -2899,7 +2891,7 @@ * org-html.el (org-export-as-html): Bugfix: don't insert closing HTML tags when exporting body only. -2011-07-28 Jason Dunsmore +2011-07-28 Jason Dunsmore (tiny change) * org.el (org-back-over-empty-lines): Bugfix. Honor `org-blank-before-new-entry' correctly in various contexts. @@ -4455,10 +4447,10 @@ * org-latex.el (org-export-latex-emph-format): Don't use `org-export-latex-use-verb'. Remove this variable. -2011-07-28 Jason Dunsmore +2011-07-28 Jason Dunsmore (tiny change) - * org-html.el (org-html-handle-time-stamps): fix bug when exporing - inactive timestamps. + * org-html.el (org-html-handle-time-stamps): fix bug when + exporting inactive timestamps. 2011-07-28 Bastien Guerry @@ -4624,7 +4616,7 @@ (org-store-link): (org-mark-subtree): Use `org-with-limited-levels'. -2011-07-28 Jan Seeger +2011-07-28 Jan Seeger (tiny change) * org-publish.el (org-publish-get-base-files): Add sitemap file. @@ -7357,7 +7349,7 @@ (org-export-latex-keywords-maybe): Use `org-export-latex-tag-markup'. -2010-11-11 Rémi Vanicat +2010-11-11 Rémi Vanicat (tiny change) * org-icalendar.el (org-icalendar-use-UTC-date-time): New option. (org-ical-ts-to-string): Use UTC time when requested.