Mercurial > emacs
changeset 71097:440be7e69f07
*** empty log message ***
author | Carsten Dominik <dominik@science.uva.nl> |
---|---|
date | Tue, 30 May 2006 16:31:11 +0000 |
parents | d26859871d39 |
children | b98399840395 |
files | lisp/ChangeLog man/ChangeLog |
diffstat | 2 files changed, 25 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Tue May 30 16:29:02 2006 +0000 +++ b/lisp/ChangeLog Tue May 30 16:31:11 2006 +0000 @@ -1,3 +1,24 @@ +2006-05-30 Carsten Dominik <dominik@science.uva.nl> + + * 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 <nickrob@snap.net.nz> * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
--- a/man/ChangeLog Tue May 30 16:29:02 2006 +0000 +++ b/man/ChangeLog Tue May 30 16:31:11 2006 +0000 @@ -1,3 +1,7 @@ +2006-05-30 Carsten Dominik <dominik@science.uva.nl> + + * org.texi: Small typo fixes. + 2006-05-29 Michael Albinus <michael.albinus@gmx.de> * tramp.texi (Frequently Asked Questions): Disable zsh zle.