diff options
| author | Glenn Morris | 2010-05-02 23:23:01 -0700 |
|---|---|---|
| committer | Glenn Morris | 2010-05-02 23:23:01 -0700 |
| commit | 2b4aa886fc1eca8bb53012c58cf63adebfe1c290 (patch) | |
| tree | fb47527ea7121d53a8534b8d85339df88c7d27ad | |
| parent | 56eb09046e00ac7ee6d3d3d752cb1ee664b7e062 (diff) | |
| download | emacs-2b4aa886fc1eca8bb53012c58cf63adebfe1c290.tar.gz emacs-2b4aa886fc1eca8bb53012c58cf63adebfe1c290.zip | |
Fix some ChangeLog attributions.
| -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 @@ | |||
| 109 | (org-html-entities): Constant removed. | 109 | (org-html-entities): Constant removed. |
| 110 | (org-export-visible): Add the new export commands. | 110 | (org-export-visible): Add the new export commands. |
| 111 | 111 | ||
| 112 | * org-entities.el: New file. | ||
| 113 | |||
| 114 | * org-docbook.el (org-docbook-do-expand): Use new entity code. | 112 | * org-docbook.el (org-docbook-do-expand): Use new entity code. |
| 115 | 113 | ||
| 116 | * org-ascii.el (org-export-ascii-entities): New variable. | 114 | * org-ascii.el (org-export-ascii-entities): New variable. |
| @@ -121,6 +119,11 @@ | |||
| 121 | (org-ascii-replace-entities): New function. | 119 | (org-ascii-replace-entities): New function. |
| 122 | 120 | ||
| 123 | 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com> | 121 | 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com> |
| 122 | Ulf Stegemann <ulf@zeitform.de> | ||
| 123 | |||
| 124 | * org-entities.el: New file. | ||
| 125 | |||
| 126 | 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com> | ||
| 124 | 127 | ||
| 125 | * org-html.el (org-html-level-start): Catch the case that target | 128 | * org-html.el (org-html-level-start): Catch the case that target |
| 126 | might be nil. | 129 | might be nil. |
| @@ -824,6 +827,10 @@ | |||
| 824 | * org-latex.el (org-export-latex-treat-backslash-char): Do not by | 827 | * org-latex.el (org-export-latex-treat-backslash-char): Do not by |
| 825 | accident protect a character that is before a backslash. | 828 | accident protect a character that is before a backslash. |
| 826 | 829 | ||
| 830 | 2010-04-10 Paul Sexton <eeeickythump@gmail.com> | ||
| 831 | |||
| 832 | * org-ctags.el: New file. | ||
| 833 | |||
| 827 | 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com> | 834 | 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com> |
| 828 | 835 | ||
| 829 | * org-agenda.el (org-diary-class): Use | 836 | * org-agenda.el (org-diary-class): Use |
| @@ -1102,9 +1109,7 @@ | |||
| 1102 | * org-exp.el (org-export-select-backend-specific-text): Add the | 1109 | * org-exp.el (org-export-select-backend-specific-text): Add the |
| 1103 | special beamer tags. | 1110 | special beamer tags. |
| 1104 | 1111 | ||
| 1105 | * org-beamer.el | 1112 | * org-beamer.el: New file. |
| 1106 | (org-export-preprocess-before-selecting-backend-code-hook): New | ||
| 1107 | file. | ||
| 1108 | 1113 | ||
| 1109 | * org-latex.el (org-export-latex-after-initial-vars-hook): New hook. | 1114 | * org-latex.el (org-export-latex-after-initial-vars-hook): New hook. |
| 1110 | (org-export-as-latex): Run | 1115 | (org-export-as-latex): Run |