ChangeLog 1.6 KB

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