ChangeLog 2.4 KB

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