Footnotes: Add ChangeLog entries.

This commit is contained in:
Carsten Dominik 2008-12-31 01:21:48 +01:00
parent da7e417d0b
commit 71aeeec70a
3 changed files with 33 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2008-12-31 Carsten Dominik <carsten.dominik@gmail.com>
*
* Makefile (LISPF): Add org-footnote.el
2008-10-09 Carsten Dominik <dominik@science.uva.nl>
* Makefile (infodir): Change default path for info.

View File

@ -1,3 +1,9 @@
2008-12-31 Carsten Dominik <carsten.dominik@gmail.com>
* org.texi (Footnotes): New section.
(Footnote markup): Shorten section and refer to new Footnote
section.
2008-12-26 Carsten Dominik <carsten.dominik@gmail.com>
* org.texi (Literal examples): Add documentation for line

View File

@ -1,3 +1,24 @@
2008-12-31 Carsten Dominik <carsten.dominik@gmail.com>
* org-footnote.el: New file.
* org.el (org-footnote): Require footnote code.
(org-startup-options): Add new footnote options.
(org-mode-map): New keybindig for footnotes.
(org-ctrl-c-ctrl-c): Add function at footnotes.
(org-org-menu): New menu entries for footnotes.
* org-export-latex.el (org-export-as-latex): Pass footnote
variable to preprocessor.
(org-export-latex-preprocess): Treat multiple references to a
footnote.
* org-exp.el (org-export-preprocess-string): Call
`org-footnote-normalize'.
(org-export-as-ascii, org-export-as-html): Pass footnote variable
to preprocessor.
(org-export-as-html): Treat multiple references to a footnote.
2008-12-26 Carsten Dominik <carsten.dominik@gmail.com>
* org-export-latex.el (org-export-latex-links): Handle coderef