aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/org
diff options
context:
space:
mode:
authorJuanma Barranquero2012-01-10 18:32:19 +0100
committerJuanma Barranquero2012-01-10 18:32:19 +0100
commitcd394be17755d8248ba01ea7ba8502a31f1ce71a (patch)
tree8bd7a8df9cf11edddb567add9f757c328e29236a /lisp/org
parent96f8741e07a33e6ba81d5afadf3e277e8a54911c (diff)
downloademacs-cd394be17755d8248ba01ea7ba8502a31f1ce71a.tar.gz
emacs-cd394be17755d8248ba01ea7ba8502a31f1ce71a.zip
ChangeLog fixes.
Diffstat (limited to 'lisp/org')
-rw-r--r--lisp/org/ChangeLog8
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/org/ChangeLog b/lisp/org/ChangeLog
index 961f3fdd4e0..7bee98d8110 100644
--- a/lisp/org/ChangeLog
+++ b/lisp/org/ChangeLog
@@ -1177,7 +1177,7 @@
1177 * org.el: Remap `outline-promote' and `outline-demote' keys to 1177 * org.el: Remap `outline-promote' and `outline-demote' keys to
1178 `org-promote-subtree' and `org-demote-subtree'. 1178 `org-promote-subtree' and `org-demote-subtree'.
1179 1179
11802012-01-03 Leo <sdl.web@gmail.com> 11802012-01-03 Leo Liu <sdl.web@gmail.com>
1181 1181
1182 * org-agenda.el (org-agenda-do-context-action): Check if marker is 1182 * org-agenda.el (org-agenda-do-context-action): Check if marker is
1183 valid before use. 1183 valid before use.
@@ -2964,7 +2964,7 @@
2964 2964
2965 * org-latex.el (org-export-latex-header-defs-re): Delete. 2965 * org-latex.el (org-export-latex-header-defs-re): Delete.
2966 2966
29672011-07-28 Bastien <bzg@gnu.org> 29672011-07-28 Bastien Guerry <bzg@gnu.org>
2968 2968
2969 * org.el (org-last-set-property): New variable. 2969 * org.el (org-last-set-property): New variable.
2970 (org-read-property-name): Use the new variable: the prompt 2970 (org-read-property-name): Use the new variable: the prompt
@@ -6786,7 +6786,7 @@
6786 * ob.el (org-babel-params-from-properties): Test for 6786 * ob.el (org-babel-params-from-properties): Test for
6787 "header-arg-name" and ":header-arg-name", in that order. 6787 "header-arg-name" and ":header-arg-name", in that order.
6788 6788
67892011-07-28 Bastien <bastien.guerry@wikimedia.fr> 67892011-07-28 Bastien Guerry <bzg@gnu.org>
6790 6790
6791 * org-capture.el (org-capture-templates): Document "currentfile" 6791 * org-capture.el (org-capture-templates): Document "currentfile"
6792 for capture template. 6792 for capture template.
@@ -19573,7 +19573,7 @@
19573 against all agenda files. 19573 against all agenda files.
19574 19574
195752008-10-12 Carsten Dominik <dominik@science.uva.nl> 195752008-10-12 Carsten Dominik <dominik@science.uva.nl>
19576 Bastien Guerry <bzg@altern.org> 19576 Bastien Guerry <bzg@altern.org>
19577 19577
19578 * org-list.el: New file, aggregating list functions from org.el 19578 * org-list.el: New file, aggregating list functions from org.el
19579 and org-export-latex.el. 19579 and org-export-latex.el.