ChangeLog 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. 1.2.4 - work in progress
  2. * Added commands for session start and stop
  3. (i.e. for session registering)
  4. * Added automatic numlock on/off option
  5. * Support for numpad Enter key
  6. * restored support for daemon option in the config
  7. file.
  8. 1.2.3 - 2005.09.11
  9. * Added FreeBSD, NetBSD, OpenBSD support
  10. * Replaced autotools with plain makefile(s)
  11. * Added 'suspend' command (untested, we don't use it)
  12. * Added support for %theme variable in login command
  13. 1.2.2 - 2005.05.21
  14. * fix panel drawing on screens <= 1024x768
  15. * Don't start X server unless valid theme found
  16. * revert to 'default' of invalid theme specified
  17. * try all themes from a set if one doesn't work
  18. 1.2.1 - 2005.05.17
  19. * draw input directly on panel
  20. 1.2.0 - 2005.05.16
  21. * added theme preview (slim -p /path/to/theme)
  22. * added JPEG support for panel image
  23. * added 'center' background type and 'background_color' option
  24. * added text shadow
  25. * added warning when execution of login command fails
  26. * Fix login failure when no shell specified in /etc/passwd
  27. * Print error when login command execution fails
  28. * add XNEST_DEBUG ifdef's to allow for easy debugging
  29. * Add support for Ctrl-u and Ctrl-w
  30. * Add 'vt07' to server arguments if not already specified
  31. * Removes daemon option from the config file. Use slim -d
  32. * Allow 'current_theme' to be a set of themes, choose randomly
  33. * Change default theme
  34. 1.1.0 - 2004.12.09
  35. * error messages for X11 apps are no longer redirected
  36. to the log file
  37. * fixed text position for default theme
  38. * added configurable shutdown and reboot messages
  39. * separated 'Enter username' and 'Enter password' messages
  40. position.
  41. * due to the previous two points, the theme format has
  42. slightly changed
  43. 1.0.0 - 2004.12.07
  44. * First public SLiM release