Browse Source

ChangeLogs for the recent org-plot updates.

Carsten Dominik 16 years ago
parent
commit
960ba70e7f
2 changed files with 17 additions and 0 deletions
  1. 4 0
      doc/ChangeLog
  2. 13 0
      lisp/ChangeLog

+ 4 - 0
doc/ChangeLog

@@ -1,3 +1,7 @@
+2008-11-02  Charles Sebold  <csebold@gmail.com>
+
+	* org.texi (Org Plot): Add documentation for timefmt option.
+
 2008-10-16  Carsten Dominik  <dominik@science.uva.nl>
 
 	* org.texi (TODO basics): Add documentation for tag triggers.

+ 13 - 0
lisp/ChangeLog

@@ -1,3 +1,16 @@
+
+2008-11-02  Charles Sebold  <csebold@gmail.com>
+
+	* org-plot.el (org-plot/add-options-to-plist): Supports timefmt
+	property.
+	(org-plot-quote-timestamp-field): New function.
+	(org-plot-quote-tsv-field): Call timestamp field function when
+	necessary rather than just quoting as a string.
+	(org-plot/gnuplot-to-data): Pass in timefmt property.
+	(org-plot/gnuplot-script): Supports timefmt property.
+	(org-plot/gnuplot): Checks for timestamp column before checking
+	for text index column.
+
 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
 
 	* org.el (org-insert-heading): Improve behavior with hidden subtrees.