aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/org/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/org/ChangeLog')
-rw-r--r--lisp/org/ChangeLog34
1 files changed, 19 insertions, 15 deletions
diff --git a/lisp/org/ChangeLog b/lisp/org/ChangeLog
index ae150621dc0..f6bd1ffa2d4 100644
--- a/lisp/org/ChangeLog
+++ b/lisp/org/ChangeLog
@@ -1,3 +1,7 @@
12011-11-11 Juanma Barranquero <lekktu@gmail.com>
2
3 * org-plot.el (org-plot/gnuplot-to-grid-data): Fix typo in docstring.
4
12011-09-27 Eli Zaretskii <eliz@gnu.org> 52011-09-27 Eli Zaretskii <eliz@gnu.org>
2 6
3 * org.el (org-mode): Force left-to-right paragraphs in Org 7 * org.el (org-mode): Force left-to-right paragraphs in Org
@@ -1965,7 +1969,7 @@
1965 1969
19662011-07-28 Carsten Dominik <carsten.dominik@gmail.com> 19702011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
1967 1971
1968 * org-latex.el (org-export-latex-preprocess): Protect index string 1972 * org-latex.el (org-export-latex-preprocess): Protect index string.
1969 1973
19702011-07-28 Carsten Dominik <carsten.dominik@gmail.com> 19742011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
1971 1975
@@ -2119,11 +2123,11 @@
2119 (org-bibtex-headline): Make use of new 2123 (org-bibtex-headline): Make use of new
2120 `org-bibtex-export-arbitrary-fields' and `org-bibtex-key-property' 2124 `org-bibtex-export-arbitrary-fields' and `org-bibtex-key-property'
2121 variables. 2125 variables.
2122 (org-bibtex-autokey): Make use of new `org-bibtex-key-property' 2126 (org-bibtex-autokey): Make use of new `org-bibtex-key-property'
2123 variable. 2127 variable.
2124 (org-bibtex-fleshout): Make use of new `org-bibtex-key-property' 2128 (org-bibtex-fleshout): Make use of new `org-bibtex-key-property'
2125 variable. 2129 variable.
2126 (org-bibtex-write): Make use of new `org-bibtex-key-property' 2130 (org-bibtex-write): Make use of new `org-bibtex-key-property'
2127 variable. 2131 variable.
2128 2132
21292011-07-28 Eric Schulte <schulte.eric@gmail.com> 21332011-07-28 Eric Schulte <schulte.eric@gmail.com>
@@ -2247,7 +2251,7 @@
22472011-07-28 Manuel Giraud <manuel.giraud@univ-nantes.fr> 22512011-07-28 Manuel Giraud <manuel.giraud@univ-nantes.fr>
2248 2252
2249 * org-html.el (org-html-handle-links): Add an alternate for inline 2253 * org-html.el (org-html-handle-links): Add an alternate for inline
2250 images 2254 images.
2251 2255
22522011-07-28 Carsten Dominik <carsten.dominik@gmail.com> 22562011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
2253 2257
@@ -2293,7 +2297,7 @@
2293 2297
2294 * ob-python.el (org-babel-python-evaluate-external-process): Allow 2298 * ob-python.el (org-babel-python-evaluate-external-process): Allow
2295 parsing as a table in the case of ":results output table". 2299 parsing as a table in the case of ":results output table".
2296 (org-babel-python-evaluate-session): Allow parsing as a table in 2300 (org-babel-python-evaluate-session): Allow parsing as a table in
2297 the case of ":results output table". 2301 the case of ":results output table".
2298 2302
22992011-07-28 Carsten Dominik <carsten.dominik@gmail.com> 23032011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
@@ -2343,7 +2347,7 @@
2343 2347
2344 * org.el (org-set-font-lock-defaults): Be more strict when 2348 * org.el (org-set-font-lock-defaults): Be more strict when
2345 recognizing description items, and do not fontify wrong cases 2349 recognizing description items, and do not fontify wrong cases
2346 like: "- term ::description" or "1. term :: description" 2350 like: "- term ::description" or "1. term :: description".
2347 2351
23482011-07-28 Nicolas Goaziou <n.goaziou@gmail.com> 23522011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
2349 2353
@@ -2894,12 +2898,12 @@
28942011-07-28 Bernt Hansen <bernt@norang.ca> 28982011-07-28 Bernt Hansen <bernt@norang.ca>
2895 2899
2896 * org-clock.el (org-clock-in): Allow clocking in new tasks 2900 * org-clock.el (org-clock-in): Allow clocking in new tasks
2897 inserted before the current clocking task 2901 inserted before the current clocking task.
2898 2902
28992011-07-28 Bernt Hansen <bernt@norang.ca> 29032011-07-28 Bernt Hansen <bernt@norang.ca>
2900 2904
2901 * org-clock.el (org-clock-in): Set default clocking task when 2905 * org-clock.el (org-clock-in): Set default clocking task when
2902 already clocking the task 2906 already clocking the task.
2903 2907
29042011-07-28 Nicolas Goaziou <n.goaziou@gmail.com> 29082011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
2905 2909
@@ -3045,7 +3049,7 @@
30452011-07-28 Bastien Guerry <bzg@gnu.org> 30492011-07-28 Bastien Guerry <bzg@gnu.org>
3046 3050
3047 * org.el (org-refile-get-targets): Rename from 3051 * org.el (org-refile-get-targets): Rename from
3048 `org-get-refile-targets.' 3052 `org-get-refile-targets'.
3049 3053
30502011-07-28 Bastien Guerry <bzg@gnu.org> 30542011-07-28 Bastien Guerry <bzg@gnu.org>
3051 3055
@@ -3727,7 +3731,7 @@
3727 (org-in-item-p,org-list-struct,org-list-parse-list): Apply change. 3731 (org-in-item-p,org-list-struct,org-list-parse-list): Apply change.
3728 3732
3729 * org-exp.el (org-export-mark-list-end) 3733 * org-exp.el (org-export-mark-list-end)
3730 (org-export-mark-list-properties): Apply change 3734 (org-export-mark-list-properties): Apply change.
3731 3735
3732 * org-latex.el (org-export-latex-lists): Apply change. Also 3736 * org-latex.el (org-export-latex-lists): Apply change. Also
3733 prevent items with org-example property to be considered as real 3737 prevent items with org-example property to be considered as real
@@ -4774,7 +4778,7 @@
4774 * ob-tangle.el (org-babel-spec-to-string): Adding "noweb" as a 4778 * ob-tangle.el (org-babel-spec-to-string): Adding "noweb" as a
4775 linking comment type 4779 linking comment type
4776 (org-babel-tangle-comment-links): Returns comment links for the 4780 (org-babel-tangle-comment-links): Returns comment links for the
4777 source code block at point 4781 source code block at point.
4778 4782
47792011-07-28 Bastien Guerry <bzg@gnu.org> 47832011-07-28 Bastien Guerry <bzg@gnu.org>
4780 4784
@@ -4855,7 +4859,7 @@
4855 4859
4856 * org-capture.el (org-capture-templates): Add %f and %F escapes 4860 * org-capture.el (org-capture-templates): Add %f and %F escapes
4857 (org-capture): Add more information to capture property list 4861 (org-capture): Add more information to capture property list
4858 (org-capture-fill-template): Handle %f and %F escapes 4862 (org-capture-fill-template): Handle %f and %F escapes.
4859 4863
48602011-07-28 David Maus <dmaus@ictsoc.de> 48642011-07-28 David Maus <dmaus@ictsoc.de>
4861 4865
@@ -5003,7 +5007,7 @@
5003 output file. 5007 output file.
5004 5008
5005 * ob-sass.el (org-babel-execute:sass): Return nil if result has 5009 * ob-sass.el (org-babel-execute:sass): Return nil if result has
5006 been written to file 5010 been written to file.
5007 5011
50082011-07-28 Dan Davison <dandavison7@gmail.com> 50122011-07-28 Dan Davison <dandavison7@gmail.com>
5009 5013
@@ -16833,7 +16837,7 @@
16833 16837
16834 * org-agenda.el (org-format-agenda-item) 16838 * org-agenda.el (org-format-agenda-item)
16835 (org-agenda-filter-make-matcher): Make sure tags are stored and 16839 (org-agenda-filter-make-matcher): Make sure tags are stored and
16836 compared donwcased. 16840 compared downcased.
16837 16841
168382008-10-26 Carsten Dominik <dominik@science.uva.nl> 168422008-10-26 Carsten Dominik <dominik@science.uva.nl>
16839 16843