]> git.eshelyaron.com Git - emacs.git/commitdiff
lisp/org/ChangeLog: add "(tiny change)" where required.
authorBastien Guerry <bastien1@free.fr>
Mon, 15 Aug 2011 14:32:07 +0000 (16:32 +0200)
committerBastien Guerry <bastien1@free.fr>
Mon, 15 Aug 2011 14:32:07 +0000 (16:32 +0200)
Thanks to Glenn Morris for pointing out possible problems.

lisp/org/ChangeLog

index 43e4ad30e0609aa3c42ec44eda10a60aba0a22b1..59207bad7373a43c91c7a1a4964cfb59dbc24087 100644 (file)
        (org-footnote-next-reference-or-definition): check more strictly
        footnote definitions.
 
-2011-07-28  Deech  <deech@deech-ThinkPad-X200.(none)>
+2011-07-28  Deech  <deech@deech-ThinkPad-X200.(none)>  (tiny change)
 
        * ob-tangle.el (org-babel-tangle): Ignore errors thrown by
        language modes.
 
-2011-07-28  Suvayu Ali  <fatkasuvayu+linux@gmail.com>
+2011-07-28  Suvayu Ali  <fatkasuvayu+linux@gmail.com>  (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.
 
 2011-07-28  Achim Gratz  <stromeko@nexgo.de>
 
-       * 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,
        * ob-lisp.el (org-babel-execute:lisp): No real functional change,
        just aesthetic.
 
-2011-07-28  Sébastien Delafond  <sdelafond@gmail.com>
+2011-07-28  Sébastien Delafond  <sdelafond@gmail.com>  (tiny change)
 
        * org.el (org-mode-flyspell-verify): This is useful when using
        flyspell with a non-English dictionary, or if some of your
        * ob.el (org-babel-src-block-regexp): Keep the now-mandatory
        newline inside of the code block body.
 
-2011-07-28  Sean O'Halpin  <sean.ohalpin@gmail.com>
+2011-07-28  Sean O'Halpin  <sean.ohalpin@gmail.com>  (tiny change)
 
        * ob.el: Avoid spurious matches to literal.
 
        * org.el (org-special-properties): Add CLOCKSUM to the special
        properties.
 
-2011-07-28  Robert P. Goldman  <rpgoldman@real-time.com>
+2011-07-28  Robert P. Goldman  <rpgoldman@real-time.com>  (tiny change)
 
        * ob-exp.el (org-babel-exp-in-export-file): Bind
        `org-link-search-inhibit-query' to t to inhibit prompts.
        * org-exp.el (org-export-add-options-to-plist): Fix the option
        parser
 
-2011-07-28  Robert P. Goldman  <rpgoldman@real-time.com>
+2011-07-28  Robert P. Goldman  <rpgoldman@real-time.com>  (tiny change)
 
        * org-latex.el (org-export-latex-preprocess): Replace index
        entries.
 
-2011-07-28  Robert P. Goldman  <rpgoldman@real-time.com>
+2011-07-28  Robert P. Goldman  <rpgoldman@real-time.com>  (tiny change)
 
        * org.el (org-structure-template-alist): Add an easy template for
        index (i), and move include file to I from i.
 
        * org.el (org-property-values): Enhance docstring.
 
-2011-07-28  Ethan Ligon  <ligon@are.berkeley.edu>
+2011-07-28  Ethan Ligon  <ligon@are.berkeley.edu>  (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  <julien@danjou.info>
 
        * org-latex.el (org-export-latex-convert-table.el-table): Fix
        format-string for insertion of captions.
 
-2011-07-28  Nick Dokos  <nicholas.dokos@hp.com>
+2011-07-28  Nick Dokos  <nicholas.dokos@hp.com>  (tiny change)
 
        * org-exp.el (org-export-remove-comment-blocks-and-subtrees): Fix
        regexp.
        * org-html.el (org-export-as-html): Bugfix: don't insert closing
        HTML tags when exporting body only.
 
-2011-07-28  Jason Dunsmore  <emacs-orgmode@deathroller.dunsmor.com>
+2011-07-28  Jason Dunsmore  <emacs-orgmode@deathroller.dunsmor.com>  (tiny change)
 
        * org.el (org-back-over-empty-lines): Bugfix.  Honor
        `org-blank-before-new-entry' correctly in various contexts.
        * org-latex.el (org-export-latex-emph-format): Don't use
        `org-export-latex-use-verb'.  Remove this variable.
 
-2011-07-28  Jason Dunsmore  <emacs-orgmode@dunsmor.com>
+2011-07-28  Jason Dunsmore  <emacs-orgmode@dunsmor.com>  (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  <bzg@gnu.org>
 
        (org-store-link):
        (org-mark-subtree): Use `org-with-limited-levels'.
 
-2011-07-28  Jan Seeger  <jan.seeger@thenybble.de>
+2011-07-28  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
 
        * org-publish.el (org-publish-get-base-files): Add sitemap file.
 
        (org-export-latex-keywords-maybe):
        Use `org-export-latex-tag-markup'.
 
-2010-11-11  Rémi Vanicat  <vanicat@debian.org>
+2010-11-11  Rémi Vanicat  <vanicat@debian.org>  (tiny change)
 
        * org-icalendar.el (org-icalendar-use-UTC-date-time): New option.
        (org-ical-ts-to-string): Use UTC time when requested.