From: Carsten Dominik Date: Tue, 30 May 2006 16:31:11 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-22.0.90~2176 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c39d5865e95e7f1f650eb7ec2e90e926c70bdc0a;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 901e98c838a..675087bc16c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,24 @@ +2006-05-30 Carsten Dominik + + * textmodes/org.el: (org-agenda-highlight-todo): Make sure regexp + does only match in the right place. + (org-upcoming-deadline): New face. + (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'. + (org-export-ascii-underline): Renamed and made an option + (was constant `org-ascii-underline'). + (org-export-ascii-bullets): New option. + (org-export-as-html): Many changes to emit valid XHTML. + (org-par-open): New variable. + (org-open-par, org-close-par-maybe, org-close-li-maybe): New + functions. + (org-html-do-expand, org-section-number): Fixedcase in + `replace-match'. org-timeline): Pass + `org-timeline-show-empty-dates' to `org-get-all-dates'. Interpret + empty dates returned by `org-get-all-dates'. + (org-get-all-dates): New argument EMPTY. Add dates without + entries to the list, mark large ranges of empty dates. + (org-point-in-group, org-context): New functions. + 2006-05-30 Nick Roberts * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers. diff --git a/man/ChangeLog b/man/ChangeLog index 138437befb8..6f3672717a4 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -1,3 +1,7 @@ +2006-05-30 Carsten Dominik + + * org.texi: Small typo fixes. + 2006-05-29 Michael Albinus * tramp.texi (Frequently Asked Questions): Disable zsh zle.