# HG changeset patch # User Carsten Dominik # Date 1141196807 0 # Node ID 2a28f118a743e0cc7b45d2c548ceef626cb79fca # Parent f6aa586588ea2fd1bf5a66175974751e5ffc6a9e *** empty log message *** diff -r f6aa586588ea -r 2a28f118a743 lisp/ChangeLog --- a/lisp/ChangeLog Wed Mar 01 06:19:59 2006 +0000 +++ b/lisp/ChangeLog Wed Mar 01 07:06:47 2006 +0000 @@ -1,3 +1,22 @@ +2006-03-01 Carsten Dominik + + * textmodes/org.el: (org-export-as-html): Fixed bugs in HTML + formatting: No nested anchors. + (org-all-targets): Fixed bug with XEmacs compatibility. + (org-read-date): Add (require 'parse-time). + (org-set-tags): Fixed bug with extra inserted space. + (org-export-html-style): Define a style class for targets. + (org-agenda-keymap, org-mouse-map): Added a binding for + `follow-link'. + (org-hide-leading-stars): New option. + (org-hide): New face. + (org-set-font-lock-defaults): Allow to hide leading stars. + (org-get-legal-level, org-tr-level): New functions. + (org-odd-levels-only): New option. + (org-level-faces, org-paste-subtree, org-convert-to-odd-levels, + org-demote, org-promote): Deal with double-star levels. + (org-convert-to-odd-levels): New command. + 2006-03-01 Nick Roberts * speedbar.el (speedbar-update-localized-contents): Try to