ChangeLog 1.9 KB

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