changeset 69455:1ad059d669d5

*** empty log message ***
author Carsten Dominik <dominik@science.uva.nl>
date Mon, 13 Mar 2006 07:09:52 +0000
parents d60237bf3ccc
children 6c85e996427c
files lisp/ChangeLog man/ChangeLog
diffstat 2 files changed, 17 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Mon Mar 13 07:08:15 2006 +0000
+++ b/lisp/ChangeLog	Mon Mar 13 07:09:52 2006 +0000
@@ -1,3 +1,16 @@
+2006-03-13  Carsten Dominik  <dominik@science.uva.nl>
+
+	* textmodes/org.el: (org-link-search): Avoid self-matching of
+	links, allow target text to be distributed over several lines.
+	(org-search-not-link): New function.
+	(org-set-regexps-and-options, org-get-current-options): New
+	startup options.
+	(org-export-as-html): Take odd-level setting from local variable.
+	(org-fontify-emphasized-text): New option.
+	(org-set-font-lock-defaults): Include emphasized text.
+	(org-follow-mhe-link): Allow folder-only links, fix folder name.
+	(org-font-lock): Customize group renamed from `org-faces'.
+
 2006-03-13  John Paul Wallington  <jpw@pobox.com>
 
 	* ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
--- a/man/ChangeLog	Mon Mar 13 07:08:15 2006 +0000
+++ b/man/ChangeLog	Mon Mar 13 07:09:52 2006 +0000
@@ -1,3 +1,7 @@
+2006-03-13  Carsten Dominik  <dominik@science.uva.nl>
+
+	* org.texi (Clean view): Document new startup options.
+
 2006-03-11  Bill Wohler  <wohler@newt.com>
 
 	* mh-e.texi (Preface, More About MH-E, Options, HTML, Folders)