diff options
Diffstat (limited to 'lisp/org/ChangeLog')
| -rw-r--r-- | lisp/org/ChangeLog | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/org/ChangeLog b/lisp/org/ChangeLog index 704da5fa68e..d4f993fedf6 100644 --- a/lisp/org/ChangeLog +++ b/lisp/org/ChangeLog | |||
| @@ -7163,7 +7163,7 @@ | |||
| 7163 | src blocks. | 7163 | src blocks. |
| 7164 | (org-speed-command-default-hook): The default hook for | 7164 | (org-speed-command-default-hook): The default hook for |
| 7165 | org-speed-command-hook. Factored out from org-self-insert-command | 7165 | org-speed-command-hook. Factored out from org-self-insert-command |
| 7166 | and mimics existing behaviour. | 7166 | and mimics existing behavior. |
| 7167 | (org-self-insert-command): Modified to use org-speed-command-hook. | 7167 | (org-self-insert-command): Modified to use org-speed-command-hook. |
| 7168 | 7168 | ||
| 7169 | 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com> | 7169 | 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com> |
| @@ -10577,7 +10577,7 @@ | |||
| 10577 | a list of symbols specifying which of the special keywords #+DATE, | 10577 | a list of symbols specifying which of the special keywords #+DATE, |
| 10578 | #+AUTHOR, #+EMAIL and #+TITLE should be hidden by font lock. | 10578 | #+AUTHOR, #+EMAIL and #+TITLE should be hidden by font lock. |
| 10579 | (org-fontify-meta-lines-and-blocks): Changes to font-lock code | 10579 | (org-fontify-meta-lines-and-blocks): Changes to font-lock code |
| 10580 | implementing new faces and hiding behaviour. | 10580 | implementing new faces and hiding behavior. |
| 10581 | 10581 | ||
| 10582 | * org-faces.el (org-document-title): New face for #+TITLE lines. | 10582 | * org-faces.el (org-document-title): New face for #+TITLE lines. |
| 10583 | (org-document-info): New face for #+DATE, #+AUTHOR, #+EMAIL lines. | 10583 | (org-document-info): New face for #+DATE, #+AUTHOR, #+EMAIL lines. |
| @@ -16482,14 +16482,14 @@ | |||
| 16482 | 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com> | 16482 | 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com> |
| 16483 | 16483 | ||
| 16484 | * org-export-latex.el (org-export-latex-subcontent): | 16484 | * org-export-latex.el (org-export-latex-subcontent): |
| 16485 | Interprete target aliases as additonal labels. | 16485 | Interprete target aliases as additional labels. |
| 16486 | 16486 | ||
| 16487 | * org-exp.el (org-export-target-aliases): New variable. | 16487 | * org-exp.el (org-export-target-aliases): New variable. |
| 16488 | (org-export-preprocess-string) | 16488 | (org-export-preprocess-string) |
| 16489 | (org-export-handle-invisible-targets): Fill the alias alist. | 16489 | (org-export-handle-invisible-targets): Fill the alias alist. |
| 16490 | (org-export-as-html): Remove the from the anchor, and also | 16490 | (org-export-as-html): Remove the from the anchor, and also |
| 16491 | assign an id. | 16491 | assign an id. |
| 16492 | (org-html-level-start): Insert the target aliases as additonal | 16492 | (org-html-level-start): Insert the target aliases as additional |
| 16493 | anchors. | 16493 | anchors. |
| 16494 | 16494 | ||
| 16495 | * org.el (org-edit-fixed-width-region): Fix bug when starting a new | 16495 | * org.el (org-edit-fixed-width-region): Fix bug when starting a new |