NEWS 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. -*- mode: org -*-
  2. * Changes in 0.2 (since 0.1)
  3. ** Procedures from (xosd) module moved to (xosd bindings)
  4. Now (xosd) module contains more Schemey aliases and wrappers.
  5. ** New "message.scm" example added
  6. ** Argument for `xosd-create' is optional (defaults to 1)
  7. ** "pre-inst-env.el" added
  8. * Initial release 0.1 (changes comparing with 'lisposd')
  9. ** C file with guile bindings cleaned up to avoid compilation warnings
  10. The code was adjusted to remove many deprecated macros (SCM_INUM,
  11. SCM_STRINGP, etc.).
  12. ** The GNU Build System infrastructure added
  13. The hand-written Makefile was replaced with "configure.ac" and
  14. "Makefile.am" files.
  15. ** .scm files added
  16. Instead of defining module in a .c file, the real Guile files were
  17. added: (xosd) and (xosd config) modules.
  18. ** Bug in setting shadow/outline offset fixed
  19. See commit a02d2040761bbd529219fe5a0e2ff92c465450ab.
  20. ** Missing procedures added
  21. `make-xosd' was renamed to `xosd-create'; `xosd-destroy` was added.
  22. ** Documentation added
  23. Both texinfo manual and docstrings for the Guile procedures were added.
  24. ** Examples added
  25. The resulting package includes "clock.scm" and "volume.scm" files.
  26. ** "pre-inst-env" script added