aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/org
diff options
context:
space:
mode:
authorBastien Guerry <[email protected]>2011-08-15 16:32:07 +0200
committerBastien Guerry <[email protected]>2011-08-15 16:32:07 +0200
commitd4423e17eed4b524cd713ea02312509ef5b8d338 (patch)
treed370a79cb94249642f3e51da1b5f0b89b552a308 /lisp/org
parent85949b6cb5392a8f033333eb4e7e07becafafb6e (diff)
lisp/org/ChangeLog: add "(tiny change)" where required.
Thanks to Glenn Morris for pointing out possible problems.
Diffstat (limited to 'lisp/org')
-rw-r--r--lisp/org/ChangeLog46
1 files changed, 19 insertions, 27 deletions
diff --git a/lisp/org/ChangeLog b/lisp/org/ChangeLog
index 43e4ad30e0..59207bad73 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 <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 <[email protected]>
+2011-07-28 Suvayu Ali <[email protected]> (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 <[email protected]>
- * 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 <[email protected]>
+2011-07-28 Sébastien Delafond <[email protected]> (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 <[email protected]>
+2011-07-28 Sean O'Halpin <[email protected]> (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 <[email protected]>
+2011-07-28 Robert P. Goldman <[email protected]> (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 <[email protected]>
+2011-07-28 Robert P. Goldman <[email protected]> (tiny change)
* org-latex.el (org-export-latex-preprocess): Replace index
entries.
-2011-07-28 Robert P. Goldman <[email protected]>
+2011-07-28 Robert P. Goldman <[email protected]> (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 <[email protected]>
+2011-07-28 Ethan Ligon <[email protected]> (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 <[email protected]>
@@ -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 <[email protected]>
+2011-07-28 Nick Dokos <[email protected]> (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 <[email protected]>
+2011-07-28 Jason Dunsmore <[email protected]> (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 <[email protected]>
+2011-07-28 Jason Dunsmore <[email protected]> (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 <[email protected]>
@@ -4624,7 +4616,7 @@
(org-store-link):
(org-mark-subtree): Use `org-with-limited-levels'.
-2011-07-28 Jan Seeger <[email protected]>
+2011-07-28 Jan Seeger <[email protected]> (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 <[email protected]>
+2010-11-11 Rémi Vanicat <[email protected]> (tiny change)
* org-icalendar.el (org-icalendar-use-UTC-date-time): New option.
(org-ical-ts-to-string): Use UTC time when requested.