diff options
| -rw-r--r-- | lisp/org/ChangeLog | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/lisp/org/ChangeLog b/lisp/org/ChangeLog index b4675723096..0c420a73deb 100644 --- a/lisp/org/ChangeLog +++ b/lisp/org/ChangeLog @@ -109,8 +109,6 @@ (org-html-entities): Constant removed. (org-export-visible): Add the new export commands. - * org-entities.el: New file. - * org-docbook.el (org-docbook-do-expand): Use new entity code. * org-ascii.el (org-export-ascii-entities): New variable. @@ -121,6 +119,11 @@ (org-ascii-replace-entities): New function. 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com> + Ulf Stegemann <ulf@zeitform.de> + + * org-entities.el: New file. + +2010-04-10 Carsten Dominik <carsten.dominik@gmail.com> * org-html.el (org-html-level-start): Catch the case that target might be nil. @@ -824,6 +827,10 @@ * org-latex.el (org-export-latex-treat-backslash-char): Do not by accident protect a character that is before a backslash. +2010-04-10 Paul Sexton <eeeickythump@gmail.com> + + * org-ctags.el: New file. + 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com> * org-agenda.el (org-diary-class): Use @@ -1102,9 +1109,7 @@ * org-exp.el (org-export-select-backend-specific-text): Add the special beamer tags. - * org-beamer.el - (org-export-preprocess-before-selecting-backend-code-hook): New - file. + * org-beamer.el: New file. * org-latex.el (org-export-latex-after-initial-vars-hook): New hook. (org-export-as-latex): Run |
