aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBastien Guerry2011-08-15 16:32:07 +0200
committerBastien Guerry2011-08-15 16:32:07 +0200
commitd4423e17eed4b524cd713ea02312509ef5b8d338 (patch)
treed370a79cb94249642f3e51da1b5f0b89b552a308
parent85949b6cb5392a8f033333eb4e7e07becafafb6e (diff)
downloademacs-d4423e17eed4b524cd713ea02312509ef5b8d338.tar.gz
emacs-d4423e17eed4b524cd713ea02312509ef5b8d338.zip
lisp/org/ChangeLog: add "(tiny change)" where required.
Thanks to Glenn Morris for pointing out possible problems.
-rw-r--r--lisp/org/ChangeLog46
1 files changed, 19 insertions, 27 deletions
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 @@
599 (org-footnote-next-reference-or-definition): check more strictly 599 (org-footnote-next-reference-or-definition): check more strictly
600 footnote definitions. 600 footnote definitions.
601 601
6022011-07-28 Deech <deech@deech-ThinkPad-X200.(none)> 6022011-07-28 Deech <deech@deech-ThinkPad-X200.(none)> (tiny change)
603 603
604 * ob-tangle.el (org-babel-tangle): Ignore errors thrown by 604 * ob-tangle.el (org-babel-tangle): Ignore errors thrown by
605 language modes. 605 language modes.
606 606
6072011-07-28 Suvayu Ali <fatkasuvayu+linux@gmail.com> 6072011-07-28 Suvayu Ali <fatkasuvayu+linux@gmail.com> (tiny change)
608 608
609 * Mention use of keywords like multicolumn and float 609 * Mention use of keywords like multicolumn and float.
610 610
611 * Remove previous mention of hack with placement option as per 611 * Remove previous mention of hack with placement option as per
612 comments on the mailing list. The hack is better suited for Worg. 612 comments on the mailing list. The hack is better suited for Worg.
@@ -1052,7 +1052,7 @@
1052 1052
10532011-07-28 Achim Gratz <stromeko@nexgo.de> 10532011-07-28 Achim Gratz <stromeko@nexgo.de>
1054 1054
1055 * org.el (defcustom org-log-into-drawer): correct typo 1055 * org.el (defcustom org-log-into-drawer): correct typo.
1056 1056
1057 * org-clock.el (org-clock-into-drawer): New function to change the 1057 * org-clock.el (org-clock-into-drawer): New function to change the
1058 location of clock events based on properties CLOCK_INTO_DRAWER or, 1058 location of clock events based on properties CLOCK_INTO_DRAWER or,
@@ -1598,7 +1598,7 @@
1598 * ob-lisp.el (org-babel-execute:lisp): No real functional change, 1598 * ob-lisp.el (org-babel-execute:lisp): No real functional change,
1599 just aesthetic. 1599 just aesthetic.
1600 1600
16012011-07-28 Sébastien Delafond <sdelafond@gmail.com> 16012011-07-28 Sébastien Delafond <sdelafond@gmail.com> (tiny change)
1602 1602
1603 * org.el (org-mode-flyspell-verify): This is useful when using 1603 * org.el (org-mode-flyspell-verify): This is useful when using
1604 flyspell with a non-English dictionary, or if some of your 1604 flyspell with a non-English dictionary, or if some of your
@@ -1841,7 +1841,7 @@
1841 * ob.el (org-babel-src-block-regexp): Keep the now-mandatory 1841 * ob.el (org-babel-src-block-regexp): Keep the now-mandatory
1842 newline inside of the code block body. 1842 newline inside of the code block body.
1843 1843
18442011-07-28 Sean O'Halpin <sean.ohalpin@gmail.com> 18442011-07-28 Sean O'Halpin <sean.ohalpin@gmail.com> (tiny change)
1845 1845
1846 * ob.el: Avoid spurious matches to literal. 1846 * ob.el: Avoid spurious matches to literal.
1847 1847
@@ -1908,7 +1908,7 @@
1908 * org.el (org-special-properties): Add CLOCKSUM to the special 1908 * org.el (org-special-properties): Add CLOCKSUM to the special
1909 properties. 1909 properties.
1910 1910
19112011-07-28 Robert P. Goldman <rpgoldman@real-time.com> 19112011-07-28 Robert P. Goldman <rpgoldman@real-time.com> (tiny change)
1912 1912
1913 * ob-exp.el (org-babel-exp-in-export-file): Bind 1913 * ob-exp.el (org-babel-exp-in-export-file): Bind
1914 `org-link-search-inhibit-query' to t to inhibit prompts. 1914 `org-link-search-inhibit-query' to t to inhibit prompts.
@@ -1936,12 +1936,12 @@
1936 * org-exp.el (org-export-add-options-to-plist): Fix the option 1936 * org-exp.el (org-export-add-options-to-plist): Fix the option
1937 parser 1937 parser
1938 1938
19392011-07-28 Robert P. Goldman <rpgoldman@real-time.com> 19392011-07-28 Robert P. Goldman <rpgoldman@real-time.com> (tiny change)
1940 1940
1941 * org-latex.el (org-export-latex-preprocess): Replace index 1941 * org-latex.el (org-export-latex-preprocess): Replace index
1942 entries. 1942 entries.
1943 1943
19442011-07-28 Robert P. Goldman <rpgoldman@real-time.com> 19442011-07-28 Robert P. Goldman <rpgoldman@real-time.com> (tiny change)
1945 1945
1946 * org.el (org-structure-template-alist): Add an easy template for 1946 * org.el (org-structure-template-alist): Add an easy template for
1947 index (i), and move include file to I from i. 1947 index (i), and move include file to I from i.
@@ -2277,18 +2277,10 @@
2277 2277
2278 * org.el (org-property-values): Enhance docstring. 2278 * org.el (org-property-values): Enhance docstring.
2279 2279
22802011-07-28 Ethan Ligon <ligon@are.berkeley.edu> 22802011-07-28 Ethan Ligon <ligon@are.berkeley.edu> (tiny change)
2281 2281
2282 * Illustration of bug in html export - This has a space after the 2282 * org-docbook.el (org-export-docbook-list-line): Fix for html &
2283 colons :: so will work in latex and html - This doesn't have a 2283 docbook export of description list items.
2284 space after the colons ::so is an invalid description item
2285 according to the org manual. Won't work in html or docbook. Will
2286 nevertheless work in latex, provided /first/ description item is
2287 valid. - Has a terminating space :: - So it works in both html
2288 and latex export! - Even though it's difficult to distinguish
2289 from the next example. - Lacks a terminating space :: - At
2290 present, *doesn't* work in html or docbook export, does in latex.
2291 This is the case that the following patch fixes.
2292 2284
22932011-07-28 Julien Danjou <julien@danjou.info> 22852011-07-28 Julien Danjou <julien@danjou.info>
2294 2286
@@ -2346,7 +2338,7 @@
2346 * org-latex.el (org-export-latex-convert-table.el-table): Fix 2338 * org-latex.el (org-export-latex-convert-table.el-table): Fix
2347 format-string for insertion of captions. 2339 format-string for insertion of captions.
2348 2340
23492011-07-28 Nick Dokos <nicholas.dokos@hp.com> 23412011-07-28 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
2350 2342
2351 * org-exp.el (org-export-remove-comment-blocks-and-subtrees): Fix 2343 * org-exp.el (org-export-remove-comment-blocks-and-subtrees): Fix
2352 regexp. 2344 regexp.
@@ -2899,7 +2891,7 @@
2899 * org-html.el (org-export-as-html): Bugfix: don't insert closing 2891 * org-html.el (org-export-as-html): Bugfix: don't insert closing
2900 HTML tags when exporting body only. 2892 HTML tags when exporting body only.
2901 2893
29022011-07-28 Jason Dunsmore <emacs-orgmode@deathroller.dunsmor.com> 28942011-07-28 Jason Dunsmore <emacs-orgmode@deathroller.dunsmor.com> (tiny change)
2903 2895
2904 * org.el (org-back-over-empty-lines): Bugfix. Honor 2896 * org.el (org-back-over-empty-lines): Bugfix. Honor
2905 `org-blank-before-new-entry' correctly in various contexts. 2897 `org-blank-before-new-entry' correctly in various contexts.
@@ -4455,10 +4447,10 @@
4455 * org-latex.el (org-export-latex-emph-format): Don't use 4447 * org-latex.el (org-export-latex-emph-format): Don't use
4456 `org-export-latex-use-verb'. Remove this variable. 4448 `org-export-latex-use-verb'. Remove this variable.
4457 4449
44582011-07-28 Jason Dunsmore <emacs-orgmode@dunsmor.com> 44502011-07-28 Jason Dunsmore <emacs-orgmode@dunsmor.com> (tiny change)
4459 4451
4460 * org-html.el (org-html-handle-time-stamps): fix bug when exporing 4452 * org-html.el (org-html-handle-time-stamps): fix bug when
4461 inactive timestamps. 4453 exporting inactive timestamps.
4462 4454
44632011-07-28 Bastien Guerry <bzg@gnu.org> 44552011-07-28 Bastien Guerry <bzg@gnu.org>
4464 4456
@@ -4624,7 +4616,7 @@
4624 (org-store-link): 4616 (org-store-link):
4625 (org-mark-subtree): Use `org-with-limited-levels'. 4617 (org-mark-subtree): Use `org-with-limited-levels'.
4626 4618
46272011-07-28 Jan Seeger <jan.seeger@thenybble.de> 46192011-07-28 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
4628 4620
4629 * org-publish.el (org-publish-get-base-files): Add sitemap file. 4621 * org-publish.el (org-publish-get-base-files): Add sitemap file.
4630 4622
@@ -7357,7 +7349,7 @@
7357 (org-export-latex-keywords-maybe): 7349 (org-export-latex-keywords-maybe):
7358 Use `org-export-latex-tag-markup'. 7350 Use `org-export-latex-tag-markup'.
7359 7351
73602010-11-11 Rémi Vanicat <vanicat@debian.org> 73522010-11-11 Rémi Vanicat <vanicat@debian.org> (tiny change)
7361 7353
7362 * org-icalendar.el (org-icalendar-use-UTC-date-time): New option. 7354 * org-icalendar.el (org-icalendar-use-UTC-date-time): New option.
7363 (org-ical-ts-to-string): Use UTC time when requested. 7355 (org-ical-ts-to-string): Use UTC time when requested.