# do not edit -- automatically generated by arch changelog
# arch-tag: automatic-ChangeLog--arch@repose.cx--03/pyosd--dev--1.0
#

2004-02-22 13:46:11 GMT	Damien Elmes <arch@repose.cx>	patch-6

    Summary:
      added alignment support
    Revision:
      pyosd--dev--1.0--patch-6

    Thanks to Hans Oluf Hagen (hohagen /at/ start /dot/ no), support for
    setting the alignment of the text has been added. For example:
    
    >>> import pyosd
    >>> p = pyosd.osd()
    >>> p.set_align(pyosd.ALIGN_CENTER)
    >>> p.display("hello")

    modified files:
     _pyosd.c pyosd/__init__.py


2004-01-26 01:14:31 GMT	Damien Elmes <arch@repose.cx>	patch-5

    Summary:
      add outline in pyosd daemon
    Revision:
      pyosd--dev--1.0--patch-5

    add outline in pyosd daemon
    

    modified files:
     pyosd/daemon.py


2004-01-18 12:17:02 GMT	Damien Elmes <arch@repose.cx>	patch-4

    Summary:
      alter method defs to reflect new immediate behaviour
    Revision:
      pyosd--dev--1.0--patch-4

    alter method defs to reflect new immediate behaviour
    

    modified files:
     pyosd/__init__.py


2004-01-18 11:55:44 GMT	Damien Elmes <arch@repose.cx>	patch-3

    Summary:
      update for new release
    Revision:
      pyosd--dev--1.0--patch-3

    update for new release
    

    modified files:
     AUTHORS MANIFEST.in README README.daemon


2004-01-18 11:51:54 GMT	Damien Elmes <arch@repose.cx>	patch-2

    Summary:
      add display.py to daemon modules
    Revision:
      pyosd--dev--1.0--patch-2

    (included in initial import - this log just for reference)
    
    Added display.py to the list of daemon modules, to display arbitrary
    messages.


2004-01-18 11:51:12 GMT	Damien Elmes <arch@repose.cx>	patch-1

    Summary:
      add extra xosd functions
    Revision:
      pyosd--dev--1.0--patch-1

    (included in initial import - this commit just for reference)
    
    Patch from "Alex V. Myltsev" <avm@sever-net.ru>
    libxosd (as of version 2.2.5) contains some functions missing from
    pyosd-0.2.6. Attached is a trivial patch that adds their support to
    pyosd.
    
    Also I think it's worth mentioning that libxosd-2.2.5 seems to honor all
    changes immediately: e.g. color of the font is changed when set_colour
    is called, not after a display().


2004-01-18 11:49:02 GMT	Damien Elmes <arch@repose.cx>	base-0

    Summary:
      initial import
    Revision:
      pyosd--dev--1.0--base-0

    
    (automatically generated log message)

    new files:
     AUTHORS COPYING ChangeLog.old MANIFEST MANIFEST.in README
     README.daemon _pyosd.c modules/battery.py modules/display.py
     modules/volume.py pyosd.html pyosd/__init__.py pyosd/daemon.py
     setup.py


