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.
  • How does one configure elog to disable editing of existing messages? I want a logbook where one can enter messages but not change them afterwards.
  • How can I track various revisions of a message using the "edit" command? +
  • How can I enter a date which is different from current one?
    @@ -211,6 +212,28 @@ Reply string = "" then the reply contains the original message without the usual "> " at the beginning of each line. One can then edit the message and submit it. In the threaded message list display, one sees then the different revisions as a message thread.

    + + +

  • How can I enter a date which is different from current one? +

    +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.