aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/org/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2014-01-04 18:56:08 -0800
committerPaul Eggert2014-01-04 18:56:08 -0800
commitda5ecfa9b951691fc8bbf17f24fc8626216a706b (patch)
tree578d41e67060235d3de230b39c9326d683d77014 /lisp/org/ChangeLog
parent5a0f4e9062f20f26a3f3b89e60a7bf2fd136e4c0 (diff)
downloademacs-da5ecfa9b951691fc8bbf17f24fc8626216a706b.tar.gz
emacs-da5ecfa9b951691fc8bbf17f24fc8626216a706b.zip
Spelling fixes.
* lib-src/Makefile.in (regex.o): Remove reference to no-longer-used macros CONFIG_BROKETS and INHIBIT_STRING_HEADER. "BROKETS" was a misspelling anyway.... * src/nsterm.h (updateCollectionBehavior): Rename from updateCollectionBehaviour. All uses changed.
Diffstat (limited to 'lisp/org/ChangeLog')
-rw-r--r--lisp/org/ChangeLog20
1 files changed, 10 insertions, 10 deletions
diff --git a/lisp/org/ChangeLog b/lisp/org/ChangeLog
index 65404a7af18..87280e57b36 100644
--- a/lisp/org/ChangeLog
+++ b/lisp/org/ChangeLog
@@ -1714,7 +1714,7 @@
1714 * org.el (org-previous-line-empty-p): New parameter to allow 1714 * org.el (org-previous-line-empty-p): New parameter to allow
1715 checking next line. Add a docstring. 1715 checking next line. Add a docstring.
1716 (org-insert-heading): Handle two universal prefix arguments as 1716 (org-insert-heading): Handle two universal prefix arguments as
1717 advertized in the docstring. Don't insert new lines when 1717 advertised in the docstring. Don't insert new lines when
1718 creating a heading after the first heading in the current 1718 creating a heading after the first heading in the current
1719 subtree. 1719 subtree.
1720 (org-insert-heading-respect-content): New optional argument 1720 (org-insert-heading-respect-content): New optional argument
@@ -3522,7 +3522,7 @@
3522 parsing. 3522 parsing.
3523 3523
3524 * org.el (org-adaptive-fill-function): Do not handle 3524 * org.el (org-adaptive-fill-function): Do not handle
3525 `adaptive-fill-regexp' in comments as the behaviour is not 3525 `adaptive-fill-regexp' in comments as the behavior is not
3526 satisfying. 3526 satisfying.
3527 3527
3528 * org-list.el (org-list-struct-apply-struct): Do not move item's 3528 * org-list.el (org-list-struct-apply-struct): Do not move item's
@@ -3677,7 +3677,7 @@
3677 "wrong-type-argument" error in template insertion. 3677 "wrong-type-argument" error in template insertion.
3678 3678
3679 * org.el (org-fill-paragraph): Use empty commented lines as 3679 * org.el (org-fill-paragraph): Use empty commented lines as
3680 separators when filling comments. This mimics default behaviour 3680 separators when filling comments. This mimics default behavior
3681 from "newcomment.el", which is not used in Org. 3681 from "newcomment.el", which is not used in Org.
3682 3682
3683 * ox-html.el (org-html-link): Add image attributes to "img" tag, 3683 * ox-html.el (org-html-link): Add image attributes to "img" tag,
@@ -3984,7 +3984,7 @@
3984 * ox.el (org-export-with-timestamps): Only applies to isolated 3984 * ox.el (org-export-with-timestamps): Only applies to isolated
3985 timestamps, i.e. timestamps in a paragraph containing only 3985 timestamps, i.e. timestamps in a paragraph containing only
3986 timestamps and empty strings. 3986 timestamps and empty strings.
3987 (org-export--skip-p): Skip timestamps according to new behaviour. 3987 (org-export--skip-p): Skip timestamps according to new behavior.
3988 3988
3989 * ox-latex.el (org-latex--script-size): Handle consecutive 3989 * ox-latex.el (org-latex--script-size): Handle consecutive
3990 alterning sub and superscript. 3990 alterning sub and superscript.
@@ -4313,7 +4313,7 @@
4313 * ox.el (org-export-as): Store export options in :export-options 4313 * ox.el (org-export-as): Store export options in :export-options
4314 porperty within communication channel. 4314 porperty within communication channel.
4315 4315
4316 * ox-latex.el (org-latex-item): Fix wrong behaviour when a counter 4316 * ox-latex.el (org-latex-item): Fix wrong behavior when a counter
4317 is set in an ordered list while its parent is not ordered. 4317 is set in an ordered list while its parent is not ordered.
4318 4318
4319 * ox.el (org-export-format-code-default): Handle empty source 4319 * ox.el (org-export-format-code-default): Handle empty source
@@ -4942,7 +4942,7 @@
4942 timestamps ranges with repeaters. 4942 timestamps ranges with repeaters.
4943 4943
4944 * org.el (org-edit-special): Rewrite `org-edit-special' using Org 4944 * org.el (org-edit-special): Rewrite `org-edit-special' using Org
4945 Elements tools. Behaviour should be unchanged. 4945 Elements tools. Behavior should be unchanged.
4946 4946
4947 * org-element.el (org-element-context): Add an optional argument 4947 * org-element.el (org-element-context): Add an optional argument
4948 so that (org-element-context) and (org-element-context 4948 so that (org-element-context) and (org-element-context
@@ -6383,7 +6383,7 @@
6383 * org.el: Make `org-closest-date' aware of hours repeaters. 6383 * org.el: Make `org-closest-date' aware of hours repeaters.
6384 6384
6385 * org.el (org-end-of-line): Do not call `end-of-visual-line' when 6385 * org.el (org-end-of-line): Do not call `end-of-visual-line' when
6386 moving to the end of line. Also improve behaviour on elements that 6386 moving to the end of line. Also improve behavior on elements that
6387 can be hidden. 6387 can be hidden.
6388 6388
6389 * org.el (org-sparse-tree): Allow to call `org-show-todo-tree' 6389 * org.el (org-sparse-tree): Allow to call `org-show-todo-tree'
@@ -10565,7 +10565,7 @@
105652012-04-01 Nicolas Goaziou <n.goaziou@gmail.com> 105652012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
10566 10566
10567 * org.el (org-beginning-of-line, org-end-of-line): Fix special C-a 10567 * org.el (org-beginning-of-line, org-end-of-line): Fix special C-a
10568 and C-e behaviour with visual lines. 10568 and C-e behavior with visual lines.
10569 10569
105702012-04-01 Eric Schulte <eric.schulte@gmx.com> 105702012-04-01 Eric Schulte <eric.schulte@gmx.com>
10571 10571
@@ -11105,7 +11105,7 @@
11105 11105
11106 * ob-emacs-lisp.el: A comment on the last line of an emacs-lisp 11106 * ob-emacs-lisp.el: A comment on the last line of an emacs-lisp
11107 code block would cause an error when the block is was executed. 11107 code block would cause an error when the block is was executed.
11108 This fix cures this behaviour. 11108 This fix cures this behavior.
11109 11109
111102012-04-01 Eric Schulte <eric.schulte@gmx.com> 111102012-04-01 Eric Schulte <eric.schulte@gmx.com>
11111 11111
@@ -12994,7 +12994,7 @@
129942012-01-03 Nicolas Goaziou <n.goaziou@gmail.com> 129942012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
12995 12995
12996 * org-list.el (org-list-separating-blank-lines-number): 12996 * org-list.el (org-list-separating-blank-lines-number):
12997 The behaviour of `org-back-over-empty-lines' depends on the 12997 The behavior of `org-back-over-empty-lines' depends on the
12998 associated value of `headline' in 12998 associated value of `headline' in
12999 `org-blank-before-new-entry', which is out of context in a 12999 `org-blank-before-new-entry', which is out of context in a
13000 list. 13000 list.