diff --git a/doc/ChangeLog b/doc/ChangeLog index 3c75c09c..652b5d13 100755 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +Version 2.3.10, released July xxth, 2003 +======================================== + +- Renames "Display search" to "List display" + Version 2.3.9, released July 15th, 2003 ======================================= diff --git a/doc/faq.html b/doc/faq.html index b48aa5b7..107ac4e8 100755 --- a/doc/faq.html +++ b/doc/faq.html @@ -41,6 +41,7 @@ a password I have to do this for all logbooks which is painful.
+ + +
+Usually, the current date/time is recorded when you add a new entry. It might be, however, +that one wants to enter "old" entries, or some entries with a date in the future (like a +to-do list with a due date). To do that, on can add a new attribute (let's call it +Record date, to be different from the pre-defined Date:
+
+
+Attributes = Author, ..., Record date
+Preset Record date = $date
+Date format = %Y %m %d
+List Display = Record date, Author, ...
+Start page = ?rsort=Record date
+
+
+The Preset Record date statement sets the record date to the current date, but
+this can then of course edite during the message entry. The List Display and
+Start page statements show the record date as the first column in the summary
+display and also sort by that. Note the Date format showing first year, then month
+and day. This is necessary since sorting is done only lexically.