From 71aeeec70a0f414046687ff128d0872d04823a6a Mon Sep 17 00:00:00 2001 From: Carsten Dominik Date: Wed, 31 Dec 2008 01:21:48 +0100 Subject: [PATCH] Footnotes: Add ChangeLog entries. --- ChangeLog | 6 ++++++ doc/ChangeLog | 6 ++++++ lisp/ChangeLog | 21 +++++++++++++++++++++ 3 files changed, 33 insertions(+) diff --git a/ChangeLog b/ChangeLog index 36e08a795..34ea2cd9f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-12-31 Carsten Dominik + + * + + * Makefile (LISPF): Add org-footnote.el + 2008-10-09 Carsten Dominik * Makefile (infodir): Change default path for info. diff --git a/doc/ChangeLog b/doc/ChangeLog index b55e6152d..e588a607d 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,9 @@ +2008-12-31 Carsten Dominik + + * org.texi (Footnotes): New section. + (Footnote markup): Shorten section and refer to new Footnote + section. + 2008-12-26 Carsten Dominik * org.texi (Literal examples): Add documentation for line diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ceb2b95e8..4641c2647 100755 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,24 @@ +2008-12-31 Carsten Dominik + + * 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 * org-export-latex.el (org-export-latex-links): Handle coderef