ChangeLog 1.7 KB

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