ChangeLog 1.8 KB

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