

Changelog:

1.9.9:

  o costcenters in the menu are now sorted.


1.9.8:

  o fixed bug in ask4time, which did not correctly handle the
    edited time value, in fact it added the diff to the previous
    value to the previous value.

  o fixed bug in zeffsum, which caused it not to add entries if
    they already exists.


1.9.7:

  o fixed bug, which caused zeff(ix) to behave undefined if the
    config did not contain a "default" entry. Now it handles it. 


1.9.6:

  o fixed bug, if you save time data, the current counter will
    be resetted, so it gets not added again


1.9.5:

  o fixed regexp bug in entry_changed(), which caused zeffix
    to ignore shortcuts with dashes.


1.9.4:

  o nothing changed, just incremented minor version, so it matches
    the package version 1.9.4

  o added man pages for all programs

  o added a Makefile for easy installation


1.9.3:

  o The message popup after a dump() will now also print out, what
    has been saved.


1.9.2:

  o bug fixed, which caused time loss, if the day changed but not
    the costcenter

1.9.0:

  o Timer is now editable (added &ask4timer() plus popup entry),
    which is usefull if you forgot to issue a "stop" or something

  o &sec2sec changed to calculate hh:mm:ss from seconds directly
    and no more via localtime().
  
  o "stop" events will now also logged to the logfile


1.8:

  o sec2hours geaendert, es nimmt jetzt nicht mehr localtime her,
    sindern seconds/3600, da sonst die Tagge verlorengehen (wenn
    es mehr als 24 h werden. In zeffix und zeff ebenfalls updated.


1.7:
  o add_time logs now the last action to ~/.zeff/log/MMYYYY.log

1.6:
  o added popup menu which provides more functionality,
    save csv to excel file, quit and about box, save
    time data and reset time counter.

  o if the window is closed and the current task is "stop",
    then the time data will not saved again, because this
    has already happened

  o if the internal "stop" shortcut is choosed, the timer
    is now stopped, so the application sleeps while in stop
    mode

  o handler added which listens to the wm_detroy X11 event,
    so it is possible to notify the user that the time data
    has changed

  o reading of the config is now done after creating the
    main window, so the user will get a graphical error message
    in case of errors

  o changed the list widget to an option menu, this is more
    intuitive



1.5

  o bug fixed in entry_changed(). after doing "stop", the $cur_day
    variable was not changed on the next day and the time data
    was added to the previous day



1.4

  o bug fixed, when closing the window, the time data was not
    saved



1.3

  o added timer feature, which displays the time accounted on
    the current cost center on the status bar



1.2

  o fixed several bugs



1.1

  o added statusbar which displays the current task working on



1.0

  o first release
