aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/org/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/org/ChangeLog')
-rw-r--r--lisp/org/ChangeLog67
1 files changed, 33 insertions, 34 deletions
diff --git a/lisp/org/ChangeLog b/lisp/org/ChangeLog
index 0822dc42de9..05549c7eb6b 100644
--- a/lisp/org/ChangeLog
+++ b/lisp/org/ChangeLog
@@ -495,7 +495,7 @@
495 (define-obsolete-function-alias): Actually remove the third (and 495 (define-obsolete-function-alias): Actually remove the third (and
496 any following) argument from the argument list before calling the 496 any following) argument from the argument list before calling the
497 advised function. Extend eval-and-compile clause and add advices 497 advised function. Extend eval-and-compile clause and add advices
498 for functions that have different parameter lists in XEmacs. Add 498 for functions that have different parameter lists in XEmacs. Add
499 variable definitions that XEmacs lacks . 499 variable definitions that XEmacs lacks .
500 500
501 * ob-fortran.el (org-every): Declare. 501 * ob-fortran.el (org-every): Declare.
@@ -2819,7 +2819,7 @@
2819 2819
2820 * org-ctags.el (org-ctags-path-to-ctags): Avoid usine `case'. 2820 * org-ctags.el (org-ctags-path-to-ctags): Avoid usine `case'.
2821 2821
2822 * org.el (org-beginning-of-line,org-end-of-line): Set 2822 * org.el (org-beginning-of-line, org-end-of-line): Set
2823 disable-point-adjustment when the command ends next to invisible 2823 disable-point-adjustment when the command ends next to invisible
2824 text. 2824 text.
2825 2825
@@ -3663,7 +3663,7 @@
3663 variables are available. Use correct :test. 3663 variables are available. Use correct :test.
3664 (org-export-table-cell-width): Modify key (now an element) and 3664 (org-export-table-cell-width): Modify key (now an element) and
3665 value structure (now a vector) of cache so it can use `eq' as 3665 value structure (now a vector) of cache so it can use `eq' as
3666 test. Elements are circular lists so `equal' cannot apply on them. 3666 test. Elements are circular lists so `equal' cannot apply on them.
3667 3667
3668 * ox-publish.el (project-plist): Remove variable. 3668 * ox-publish.el (project-plist): Remove variable.
3669 3669
@@ -3946,8 +3946,8 @@
3946 * org-element.el (org-element--list-struct): Fix failing 3946 * org-element.el (org-element--list-struct): Fix failing
3947 "plain-list-parser" test. 3947 "plain-list-parser" test.
3948 3948
3949 * ox-latex.el (org-latex-src-block): Handle :float attribute. Its 3949 * ox-latex.el (org-latex-src-block): Handle :float attribute.
3950 value can be set to "t", "multicolumn" or "nil". Also remove 3950 Its value can be set to "t", "multicolumn" or "nil". Also remove
3951 :long-listing attribute, which is now replaced with :float nil. 3951 :long-listing attribute, which is now replaced with :float nil.
3952 (org-latex--org-table): Replace :float table with :float t. 3952 (org-latex--org-table): Replace :float table with :float t.
3953 (org-latex--inline-image): Replace :float figure with :float t. 3953 (org-latex--inline-image): Replace :float figure with :float t.
@@ -4463,7 +4463,7 @@
4463 computing minimal headline level. 4463 computing minimal headline level.
4464 4464
4465 * org.el (org-do-latex-and-related): Fix infloop when user 4465 * org.el (org-do-latex-and-related): Fix infloop when user
4466 provides a wrong value for `org-highlight-latex-and-related'. In 4466 provides a wrong value for `org-highlight-latex-and-related'. In
4467 this case, `org-latex-and-related-regexp' is the empty string and 4467 this case, `org-latex-and-related-regexp' is the empty string and
4468 generates an infloop since matching it doesn't move point. 4468 generates an infloop since matching it doesn't move point.
4469 4469
@@ -5107,7 +5107,7 @@
5107 Fix docstring. 5107 Fix docstring.
5108 5108
5109 * org.el (org-adaptive-fill-function): Items do not have 5109 * org.el (org-adaptive-fill-function): Items do not have
5110 a :post-affiliated property. Use :begin property instead. 5110 a :post-affiliated property. Use :begin property instead.
5111 5111
5112 * org-element.el (org-element-headline-parser) 5112 * org-element.el (org-element-headline-parser)
5113 (org-element-inlinetask-parser): Remove :clockedp property. 5113 (org-element-inlinetask-parser): Remove :clockedp property.
@@ -5164,7 +5164,7 @@
5164 (org-element--current-element): Tiny refactoring. 5164 (org-element--current-element): Tiny refactoring.
5165 5165
5166 * ob.el (org-babel-where-is-src-block-result): Insert new results 5166 * ob.el (org-babel-where-is-src-block-result): Insert new results
5167 keyword in current narrowed part of buffer, if necessary. Small 5167 keyword in current narrowed part of buffer, if necessary. Small
5168 refactoring. 5168 refactoring.
5169 (org-babel-insert-result): Do not widen buffer when new results have 5169 (org-babel-insert-result): Do not widen buffer when new results have
5170 to be inserted. Therefore, results inserted after the last block of 5170 to be inserted. Therefore, results inserted after the last block of
@@ -5211,7 +5211,7 @@
5211 stored in DATE keyword instead. 5211 stored in DATE keyword instead.
5212 5212
5213 * org-element.el (org-element-object-restrictions): Allow links in 5213 * org-element.el (org-element-object-restrictions): Allow links in
5214 caption. Also allow inline-src-blocks and inline-babel-calls. 5214 caption. Also allow inline-src-blocks and inline-babel-calls.
5215 (org-element-map): Change signature. 5215 (org-element-map): Change signature.
5216 (org-element-parsed-keywords): Remove document properties from the 5216 (org-element-parsed-keywords): Remove document properties from the
5217 value. 5217 value.
@@ -5241,7 +5241,7 @@
5241 (org-element-latex-environment-parser) 5241 (org-element-latex-environment-parser)
5242 (org-element-paragraph-parser, org-element-property-drawer-parser) 5242 (org-element-paragraph-parser, org-element-property-drawer-parser)
5243 (org-element-src-block-parser, org-element-table-parser) 5243 (org-element-src-block-parser, org-element-table-parser)
5244 (org-element-verse-block-parser): Change signature. Now use an 5244 (org-element-verse-block-parser): Change signature. Now use an
5245 additional argument: affiliated. 5245 additional argument: affiliated.
5246 (org-element--current-element): Skip affiliated keywords and pass 5246 (org-element--current-element): Skip affiliated keywords and pass
5247 them as an argument to parsers. It prevents to walk through these 5247 them as an argument to parsers. It prevents to walk through these
@@ -5262,10 +5262,9 @@
5262 * ob-exp.el (org-export-blocks-preprocess): Fix block evaluation 5262 * ob-exp.el (org-export-blocks-preprocess): Fix block evaluation
5263 when results are before the block. 5263 when results are before the block.
5264 (org-export-blocks-preprocess): Improve blank lines handling in 5264 (org-export-blocks-preprocess): Improve blank lines handling in
5265 function. Add comments. Remove `org-export-blocks-postblock-hook' 5265 function. Add comments. Remove `org-export-blocks-postblock-hook'
5266 since it's defined nowhere now 5266 since it's defined nowhere now (and doesn't need to, there's
5267 (and doesn't need to, there's `org-export-before-parsing-hook' 5267 `org-export-before-parsing-hook' already).
5268 already).
5269 5268
5270 * org-exp-blocks.el: Delete. 5269 * org-exp-blocks.el: Delete.
5271 5270
@@ -5334,8 +5333,8 @@
5334 container. 5333 container.
5335 (org-html-divs): Extra character in doc string. 5334 (org-html-divs): Extra character in doc string.
5336 (org-babel-execute:sql): Unquote cmdline argument in 5335 (org-babel-execute:sql): Unquote cmdline argument in
5337 format string, dbish requires three separate arguments. Add dbi to 5336 format string, dbish requires three separate arguments. Add dbi
5338 the list of engines with automatically added header separator. 5337 to the list of engines with automatically added header separator.
5339 (org-html--build-pre/postamble): Add css class to wrapper div 5338 (org-html--build-pre/postamble): Add css class to wrapper div
5340 (defaults to `org-pre/postamble-class'). Move spec building to 5339 (defaults to `org-pre/postamble-class'). Move spec building to
5341 separate function (`org-html-format-spec'). 5340 separate function (`org-html-format-spec').
@@ -5538,7 +5537,7 @@
5538 needed, make sure the distance is incremented. In addition, the 5537 needed, make sure the distance is incremented. In addition, the
5539 now obsolete mmin function was removed. 5538 now obsolete mmin function was removed.
5540 5539
55412013-11-12 Oleh Krehel <wave@mail.ua> 55402013-11-12 Oleh Krehel <wave@mail.ua>
5542 5541
5543 * org-capture.el (org-capture-expand-embedded-elisp): Throw error 5542 * org-capture.el (org-capture-expand-embedded-elisp): Throw error
5544 if result is not a string and not nil. If the result is nil, 5543 if result is not a string and not nil. If the result is nil,
@@ -5583,7 +5582,7 @@
5583 and change the wording of the docstring. 5582 and change the wording of the docstring.
5584 (org-latex-guess-babel-language): Replace AUTO with language if 5583 (org-latex-guess-babel-language): Replace AUTO with language if
5585 AUTO is the option of the LaTeX package Babel. 5584 AUTO is the option of the LaTeX package Babel.
5586 (org-latex-classes): updated documentation with respect 5585 (org-latex-classes): Updated documentation with respect
5587 to `org-latex-guess-babel-language'. 5586 to `org-latex-guess-babel-language'.
5588 5587
55892013-11-12 Дядов Васил Стоянов <vdyadov@elvees.com> (tiny change) 55882013-11-12 Дядов Васил Стоянов <vdyadov@elvees.com> (tiny change)
@@ -13264,10 +13263,10 @@
13264 (org-indent-initialize): Remove timer. 13263 (org-indent-initialize): Remove timer.
13265 (org-indent-add-properties): Refactor code. 13264 (org-indent-add-properties): Refactor code.
13266 (org-indent-refresh-subtree, org-indent-refresh-section) 13265 (org-indent-refresh-subtree, org-indent-refresh-section)
13267 (org-indent-refresh-buffer,org-indent-set-initial-properties): 13266 (org-indent-refresh-buffer, org-indent-set-initial-properties):
13268 Remove functions. 13267 Remove functions.
13269 (org-indent-deleted-headline): New variable. 13268 (org-indent-deleted-headline): New variable.
13270 (org-indent-notify-deleted-headline,org-indent-refresh-maybe): 13269 (org-indent-notify-deleted-headline, org-indent-refresh-maybe):
13271 New functions. 13270 New functions.
13272 (org-indent-mode): Insert new functions into a hook. 13271 (org-indent-mode): Insert new functions into a hook.
13273 13272
@@ -13279,7 +13278,7 @@
13279 section when promoting or demoting it. 13278 section when promoting or demoting it.
13280 (org-indent-add-properties): Rewrite function to proceed line by 13279 (org-indent-add-properties): Rewrite function to proceed line by
13281 line, as required by `wrap-prefix' specificity. 13280 line, as required by `wrap-prefix' specificity.
13282 (org-indent-refresh-section,org-indent-refresh-subtree): Refactor. 13281 (org-indent-refresh-section, org-indent-refresh-subtree): Refactor.
13283 (org-indent-refresh-view): New function. 13282 (org-indent-refresh-view): New function.
13284 (org-indent-refresh-to, org-indent-refresh-section): 13283 (org-indent-refresh-to, org-indent-refresh-section):
13285 Remove functions. 13284 Remove functions.
@@ -16042,7 +16041,7 @@
16042 16041
16043 * org-list.el (org-list-in-valid-context-p): Rename from 16042 * org-list.el (org-list-in-valid-context-p): Rename from
16044 `org-list-in-valid-block-p'. 16043 `org-list-in-valid-block-p'.
16045 (org-at-item-p,org-list-search-generic): Use renamed function. 16044 (org-at-item-p, org-list-search-generic): Use renamed function.
16046 16045
160472011-07-28 Nicolas Goaziou <n.goaziou@gmail.com> 160462011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
16048 16047
@@ -16239,7 +16238,7 @@
16239 16238
162402011-07-28 Nicolas Goaziou <n.goaziou@gmail.com> 162392011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
16241 16240
16242 * org-list.el (org-list-struct,org-in-item-p): Don't assume end of 16241 * org-list.el (org-list-struct, org-in-item-p): Don't assume end of
16243 blocks or drawers necessarily start somewhere. It it isn't the 16242 blocks or drawers necessarily start somewhere. It it isn't the
16244 case, treat them as normal text. 16243 case, treat them as normal text.
16245 16244
@@ -16388,7 +16387,7 @@
16388 * org-list.el (org-list-to-generic): Set a default term for 16387 * org-list.el (org-list-to-generic): Set a default term for
16389 ill-formed description lists. Do not insert newline characters 16388 ill-formed description lists. Do not insert newline characters
16390 unless told to. 16389 unless told to.
16391 (org-list-to-texinfo,org-list-to-html): Apply changes to 16390 (org-list-to-texinfo, org-list-to-html): Apply changes to
16392 `org-list-parse-liste'. 16391 `org-list-parse-liste'.
16393 16392
163942011-07-28 Bastien Guerry <bzg@gnu.org> 163932011-07-28 Bastien Guerry <bzg@gnu.org>
@@ -16612,7 +16611,7 @@
166122011-07-28 Nicolas Goaziou <n.goaziou@gmail.com> 166112011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
16613 16612
16614 * org-list.el (org-list-in-valid-block-p): New function. 16613 * org-list.el (org-list-in-valid-block-p): New function.
16615 (org-at-item-p,org-list-search-generic): Use new function. 16614 (org-at-item-p, org-list-search-generic): Use new function.
16616 16615
166172011-07-28 Nicolas Goaziou <n.goaziou@gmail.com> 166162011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
16618 16617
@@ -16727,7 +16726,7 @@
16727 16726
167282011-07-28 Nicolas Goaziou <n.goaziou@gmail.com> 167272011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
16729 16728
16730 * org.el (org-demote-subtree,org-promote-subtree): 16729 * org.el (org-demote-subtree, org-promote-subtree):
16731 Wrap `org-map-tree' into `org-with-limited-levels' macro, so it avoids 16730 Wrap `org-map-tree' into `org-with-limited-levels' macro, so it avoids
16732 operating on inline tasks. 16731 operating on inline tasks.
16733 16732
@@ -17421,7 +17420,7 @@
17421 function every at every line in a list. User will have to reload 17420 function every at every line in a list. User will have to reload
17422 Org if he change value of either `org-list-end-regexp' or 17421 Org if he change value of either `org-list-end-regexp' or
17423 `org-empty-line-terminates-plain-lists'. 17422 `org-empty-line-terminates-plain-lists'.
17424 (org-in-item-p,org-list-struct,org-list-parse-list): Apply change. 17423 (org-in-item-p, org-list-struct, org-list-parse-list): Apply change.
17425 17424
17426 * org-exp.el (org-export-mark-list-end) 17425 * org-exp.el (org-export-mark-list-end)
17427 (org-export-mark-list-properties): Apply change. 17426 (org-export-mark-list-properties): Apply change.
@@ -17502,7 +17501,7 @@
17502 `org-search-backward-unenclosed'. 17501 `org-search-backward-unenclosed'.
17503 (org-list-search-forward): Rename from 17502 (org-list-search-forward): Rename from
17504 `org-search-forward-unenclosed'. 17503 `org-search-forward-unenclosed'.
17505 (org-toggle-checkbox,org-update-checkbox-count): Use new 17504 (org-toggle-checkbox, org-update-checkbox-count): Use new
17506 functions. 17505 functions.
17507 (org-sort-list): Using default regexp search functions as context 17506 (org-sort-list): Using default regexp search functions as context
17508 is not required in this case. 17507 is not required in this case.
@@ -17529,7 +17528,7 @@
17529 17528
175302011-07-28 Nicolas Goaziou <n.goaziou@gmail.com> 175292011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
17531 17530
17532 * org.el (org-skip-over-state-notes,org-store-log-note): Use new 17531 * org.el (org-skip-over-state-notes, org-store-log-note): Use new
17533 accessors. 17532 accessors.
17534 17533
175352011-07-28 Nicolas Goaziou <n.goaziou@gmail.com> 175342011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
@@ -17537,8 +17536,8 @@
17537 * org-list.el (org-list-indent-item-generic): Remove error 17536 * org-list.el (org-list-indent-item-generic): Remove error
17538 messages happening before process. This belongs to interactive 17537 messages happening before process. This belongs to interactive
17539 functions. 17538 functions.
17540 (org-indent-item,org-indent-item-tree) 17539 (org-indent-item, org-indent-item-tree)
17541 (org-outdent-item,org-outdent-item-tree): Ensure point or region 17540 (org-outdent-item, org-outdent-item-tree): Ensure point or region
17542 is correct before computing list structure. Return an error 17541 is correct before computing list structure. Return an error
17543 message otherwise. 17542 message otherwise.
17544 17543
@@ -17554,7 +17553,7 @@
17554 text following a sub-list in the same item. See docstring for an 17553 text following a sub-list in the same item. See docstring for an
17555 example of output. 17554 example of output.
17556 (org-list-to-generic): Use new parsing function. 17555 (org-list-to-generic): Use new parsing function.
17557 (org-list-to-latex,org-list-to-html): Minor change for clearer 17556 (org-list-to-latex, org-list-to-html): Minor change for clearer
17558 export. 17557 export.
17559 17558
175602011-07-28 Nicolas Goaziou <n.goaziou@gmail.com> 175592011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
@@ -17577,7 +17576,7 @@
17577 was already the first item of the list at point. 17576 was already the first item of the list at point.
17578 (org-list-get-list-end): Function wasn't return value when item 17577 (org-list-get-list-end): Function wasn't return value when item
17579 was already the last item of the list at point. 17578 was already the last item of the list at point.
17580 (org-list-struct-fix-box,org-update-checkbox-count): Now uses 17579 (org-list-struct-fix-box, org-update-checkbox-count): Now uses
17581 `org-list-get-children'. 17580 `org-list-get-children'.
17582 17581
175832011-07-28 Nicolas Goaziou <n.goaziou@gmail.com> 175822011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
@@ -17602,7 +17601,7 @@
17602 (org-list-exchange-items): Refactor and comment code. Now return 17601 (org-list-exchange-items): Refactor and comment code. Now return
17603 new struct instead of modifying it, as list sorting would 17602 new struct instead of modifying it, as list sorting would
17604 sometimes eat first item. 17603 sometimes eat first item.
17605 (org-move-item-down,org-move-item-up): Reflect changes to 17604 (org-move-item-down, org-move-item-up): Reflect changes to
17606 `org-list-exchange-items'. 17605 `org-list-exchange-items'.
17607 (org-insert-item): As `org-in-item-p' also computes item beginning 17606 (org-insert-item): As `org-in-item-p' also computes item beginning
17608 when applicable, reuse the result. 17607 when applicable, reuse the result.