changeset 71526:ff304c9b1fb2

*** empty log message ***
author Carsten Dominik <dominik@science.uva.nl>
date Thu, 29 Jun 2006 10:38:35 +0000
parents f3876738c127
children cf385170437d
files etc/ChangeLog lisp/ChangeLog man/ChangeLog
diffstat 3 files changed, 27 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/etc/ChangeLog	Thu Jun 29 10:37:54 2006 +0000
+++ b/etc/ChangeLog	Thu Jun 29 10:38:35 2006 +0000
@@ -1,3 +1,8 @@
+2006-06-29  Carsten Dominik  <dominik@science.uva.nl>
+
+	* orgcard.tex (section{Structure Editing}): Document checkbox
+	toggling.
+
 2006-06-28  Juri Linkov  <juri@jurta.org>
 
 	* grep.txt (Local Variables): Move to end of file.
--- a/lisp/ChangeLog	Thu Jun 29 10:37:54 2006 +0000
+++ b/lisp/ChangeLog	Thu Jun 29 10:38:35 2006 +0000
@@ -1,3 +1,21 @@
+2006-06-29  Carsten Dominik  <dominik@science.uva.nl>
+
+	* 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  <nickrob@snap.net.nz>
 
 	* help-mode.el (help-xref-symbol-regexp): Add property as a keyword
--- a/man/ChangeLog	Thu Jun 29 10:37:54 2006 +0000
+++ b/man/ChangeLog	Thu Jun 29 10:38:35 2006 +0000
@@ -1,3 +1,7 @@
+2006-06-29  Carsten Dominik  <dominik@science.uva.nl>
+
+	* org.texi (Checkboxes): New section.
+
 2006-06-28  Carsten Dominik  <dominik@science.uva.nl>
 
 	* org.texi (Embedded LaTeX): Fix typos and implement small improvements