# HG changeset patch # User Carsten Dominik # Date 1142233792 0 # Node ID 1ad059d669d58d9c009bf84599d4c4b470c35a96 # Parent d60237bf3ccc5525b75ffbb82fb859c67bac48a0 *** empty log message *** diff -r d60237bf3ccc -r 1ad059d669d5 lisp/ChangeLog --- 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 + + * 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 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require' diff -r d60237bf3ccc -r 1ad059d669d5 man/ChangeLog --- 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 + + * org.texi (Clean view): Document new startup options. + 2006-03-11 Bill Wohler * mh-e.texi (Preface, More About MH-E, Options, HTML, Folders)