From: Carsten Dominik Date: Thu, 29 Jun 2006 10:38:35 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-22.0.90~1793 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a71f543ed40d6f1ba1dbb0bad65766834458f58d;p=emacs.git *** empty log message *** --- diff --git a/etc/ChangeLog b/etc/ChangeLog index 071b0779118..e5efc3dcda4 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog @@ -1,3 +1,8 @@ +2006-06-29 Carsten Dominik + + * orgcard.tex (section{Structure Editing}): Document checkbox + toggling. + 2006-06-28 Juri Linkov * grep.txt (Local Variables): Move to end of file. diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1da59c60c71..7571d474564 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,21 @@ +2006-06-29 Carsten Dominik + + * textmodes/org.el (org-prepare-agenda-buffers): Use + `invisible-OK' argument for `org-end-of-subtree'. + (org-export-cleanup-toc-line): Renamed from + `org-html-cleanup-toc-line'. + (org-beginning-of-item): Fixed bug in regular expression for white + line. + (org-export-as-html): Enforce space after bullet in plain list + items. + (org-set-autofill-regexps): Require space after plain list bullet + for paragraph-start. + (org-ts-regexp3): New constant. + (org-at-timestamp-p): New optional argument ALSO-INACTIVE. + (org-timestamp-up-day, org-timestamp-down-day) + (org-timestamp-change): Work with inactive timestamps. + (org-ts-regexp1): Don't allow brackets in time stamps. + 2006-06-29 Nick Roberts * help-mode.el (help-xref-symbol-regexp): Add property as a keyword diff --git a/man/ChangeLog b/man/ChangeLog index 0ad359cd7db..5879c980185 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -1,3 +1,7 @@ +2006-06-29 Carsten Dominik + + * org.texi (Checkboxes): New section. + 2006-06-28 Carsten Dominik * org.texi (Embedded LaTeX): Fix typos and implement small improvements