From: Carsten Dominik Date: Mon, 13 Mar 2006 07:09:52 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-22.0.90~3628 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=586392ba04d1b7f21023e2535556b94a41f5a3df;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index cd48555865e..2aa158429ce 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --git a/man/ChangeLog b/man/ChangeLog index f2a8659bbad..35815e228a1 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -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)