1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- -*- mode: org -*-
- * Changes in 0.2.1 (since 0.2)
- ** Support for Guile 2.2 added
- * Changes in 0.2 (since 0.1)
- ** Procedures from (xosd) module moved to (xosd bindings)
- Now (xosd) module contains more Schemey aliases and wrappers.
- ** New "message.scm" example added
- ** Argument for `xosd-create' is optional (defaults to 1)
- ** "pre-inst-env.el" added
- * Initial release 0.1 (changes comparing with 'lisposd')
- ** C file with guile bindings cleaned up to avoid compilation warnings
- The code was adjusted to remove many deprecated macros (SCM_INUM,
- SCM_STRINGP, etc.).
- ** The GNU Build System infrastructure added
- The hand-written Makefile was replaced with "configure.ac" and
- "Makefile.am" files.
- ** .scm files added
- Instead of defining module in a .c file, the real Guile files were
- added: (xosd) and (xosd config) modules.
- ** Bug in setting shadow/outline offset fixed
- See commit a02d2040761bbd529219fe5a0e2ff92c465450ab.
- ** Missing procedures added
- `make-xosd' was renamed to `xosd-create'; `xosd-destroy` was added.
- ** Documentation added
- Both texinfo manual and docstrings for the Guile procedures were added.
- ** Examples added
- The resulting package includes "clock.scm" and "volume.scm" files.
- ** "pre-inst-env" script added
|