ChangeLog 2.1 KB

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