diff --git a/doc/ChangeLog b/doc/ChangeLog index 634df6e6..bc97793f 100755 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -7,6 +7,10 @@ Version 2.5.1, released February xxth, 2004 - Implemented calendar - Added entry counter - Added form validation via JavaScript +- Do not renumber entries which are identical +- Fixed bug with "find in all logbooks" under foreign languages +- Fixed bug wiht "last submission" display +- Change CRLF -> CR when saving elogd.cfg under Unix - Changed "entry date" to "entry time" - Changed "Date format" to "Time format" - Implemented "Type = date" diff --git a/doc/config.html b/doc/config.html index df4e05be..8bb4f862 100755 --- a/doc/config.html +++ b/doc/config.html @@ -833,16 +833,17 @@ as described unter the "Subst <attribute>" option.
Specified the display and order of items in a message listing page or a search result page. In addition to all attributes, one can specify here "ID" for -the message ID, "Logbook" and "Date". The restriction to certain +the message ID and "Date". The restriction to certain attributes can be helpful if many attributes are defined in a logbook, which usually makes the table too big to fit in the browser. The default is
-Display search = ID, Date, <all attributs>
+List display = ID, Date, <all attributs>
 
Which displays the message number, date, and all attributes. The display of the message body is controlled by the Display mode and -Summary lines options. +Summary lines options. If a search goes over "all logbooks", +an additional colums with the logbook name of each entry is added in front.

  • Thread display = <string>