platform/upstream/pulseaudio.git
14 years agomodule-equalizer-sink: resync with ladspa parent sink
Jason Newton [Sun, 23 Aug 2009 22:49:27 +0000 (15:49 -0700)]
module-equalizer-sink: resync with ladspa parent sink

14 years agomodule-equalizer-sink: fix improper usage of pa_modargs_get_value_boolean for u-...
Jason Newton [Fri, 21 Aug 2009 06:55:02 +0000 (23:55 -0700)]
module-equalizer-sink: fix improper usage of pa_modargs_get_value_boolean for u->set_default

14 years agomodule-equalizer-sink: added server side persistance of profile names
Jason Newton [Fri, 21 Aug 2009 01:24:19 +0000 (18:24 -0700)]
module-equalizer-sink: added server side persistance of profile names

14 years agomodule-equalizer-sink: per-channel filtering support + profiles, easier default confi...
Jason Newton [Thu, 20 Aug 2009 06:22:33 +0000 (23:22 -0700)]
module-equalizer-sink: per-channel filtering support + profiles, easier default configuration

14 years agomodule-equalizer-sink: fixed a bug w/ new zero-latency input scheme (that was an...
Jason Newton [Wed, 19 Aug 2009 07:30:07 +0000 (00:30 -0700)]
module-equalizer-sink: fixed a bug w/ new zero-latency input scheme (that was an interesting/cool bug!)

14 years agomodule-equalizer-sink: added support for preamp
Jason Newton [Wed, 19 Aug 2009 05:11:37 +0000 (22:11 -0700)]
module-equalizer-sink: added support for preamp

14 years agomodule-equalizer-sink: drop old macros for new library based ones
Jason Newton [Mon, 17 Aug 2009 17:52:43 +0000 (10:52 -0700)]
module-equalizer-sink: drop old macros for new library based ones

14 years agomodule-equalizer-sink: fixed timeval initialization
Jason Newton [Sun, 16 Aug 2009 23:14:30 +0000 (16:14 -0700)]
module-equalizer-sink: fixed timeval initialization

14 years agomodule-equalizer-sink.c: swapped order of attach_within_thread and set_max_request...
Jason Newton [Sun, 16 Aug 2009 22:41:40 +0000 (15:41 -0700)]
module-equalizer-sink.c: swapped order of attach_within_thread and set_max_request within sink_input_attach_cb

14 years agomodule-equalizer-sink.c
Jason Newton [Sun, 16 Aug 2009 21:29:21 +0000 (14:29 -0700)]
module-equalizer-sink.c
    i->sink -> i in pa_get_sink_max_request*

14 years agomodule-equalizer-sink
Jason Newton [Sun, 16 Aug 2009 18:38:12 +0000 (11:38 -0700)]
module-equalizer-sink
    exchanged improper usage of memblockq_peek'd memchunk for silence block
    dropped unneeded function prototypes
    changed mround to be slightly more elegant
    __restrict__ -> restrict for c99
    removed unneeded pa_aupdate_swap calls
    first_iteration -> pa_bool_t
    cleaned up some usage of pa_malloc0 where pa_new0 was more appropriate
    cruft removal, whitespace fixes and reordering of variables

14 years agomodule-equalizer-sink:
Jason Newton [Sat, 15 Aug 2009 13:17:40 +0000 (06:17 -0700)]
module-equalizer-sink:
    merging in upstream changes
    whitespace fix and fix for first iteration un-windowing

14 years agomodule-equalizer-sink:
Jason Newton [Sat, 15 Aug 2009 12:22:29 +0000 (05:22 -0700)]
module-equalizer-sink:
    reworked processing so we don't have input->output delay of R samples

14 years agomodule-equalizer-sink:
Jason Newton [Tue, 11 Aug 2009 10:00:28 +0000 (03:00 -0700)]
module-equalizer-sink:
    fix for peek returning a null memblock
    pa_log -> pa_log_debug for fft size
    updated module description
    fixed a comment in dbus error for incorrect x positions

14 years agomodule-equalizer-sink:
Jason Newton [Mon, 10 Aug 2009 22:33:55 +0000 (15:33 -0700)]
module-equalizer-sink:
    proper fix for pa_xmalloc(0) given that 0 is illegal
    fix coefficients in case there's no resume state
    loadprofile now signals filterchanged

14 years agomodule-equalizer-sink:
Jason Newton [Sun, 9 Aug 2009 05:20:05 +0000 (22:20 -0700)]
module-equalizer-sink:
    dbus:
        eliminated some redundant code in dbus handlers/getall
        switched filter back to being a property
        signals for changed profiles, added/removed sinks, filter updates and sink reconfigurations
    fixed timing routines

14 years agomodule-equalizer-sink: reverted buffering logic back to how the ladspa sink did it
Jason Newton [Sat, 8 Aug 2009 07:53:40 +0000 (00:53 -0700)]
module-equalizer-sink: reverted buffering logic back to how the ladspa sink did it

14 years agomodule-equalizer-sink:
Jason Newton [Fri, 7 Aug 2009 22:08:57 +0000 (15:08 -0700)]
module-equalizer-sink:
    add lennard's fix for piggy-back sinks in pop_cb
    fixed some tsched issues

14 years agomodule-equalizer-sink:
Jason Newton [Wed, 5 Aug 2009 07:52:16 +0000 (00:52 -0700)]
module-equalizer-sink:
    dbus properties and manager so that multiple sinks can be loaded and mixers can be equalizer-sink aware
    functionality to seed new filters quickly (rteq guis)
    profile support
    extra checking in client->server dbus messages

14 years agomodule-equalizer-sink:
Jason Newton [Sun, 2 Aug 2009 03:23:49 +0000 (20:23 -0700)]
module-equalizer-sink:
    added support for suspend/resume of filter coefficients
    unregister the correct dbus interface.
    made equalizer state file sink index dependent
    expanded dbus properties
    whitespace

14 years agomodule-equalizer-sink:
Jason Newton [Sat, 1 Aug 2009 01:10:11 +0000 (18:10 -0700)]
module-equalizer-sink:
    added dbus support
    removed cruft from inherited from ladspa module and improved clarity
    switched dsp processing to reference implementation until project is more mature
    tsched=0 seems to help with the micro-dropouts/crackling! oh my!
    reformatting/spaces

14 years agomodule-equalizer-sink:
Jason Newton [Mon, 27 Jul 2009 08:22:26 +0000 (01:22 -0700)]
module-equalizer-sink:
    removed liboil
    added sse2 optimized dsp logic implementation
    cleaned up a bit

14 years agomodule-equalizer-sink:
Jason Newton [Thu, 23 Jul 2009 10:26:35 +0000 (03:26 -0700)]
module-equalizer-sink:
    first commit of a working state (cpu speed dependant)
    added noop processing for filter debugability

14 years agomodule-equalizer-sink: simplified sink_input pop callback and introduced new variable...
Jason Newton [Tue, 21 Jul 2009 10:24:57 +0000 (03:24 -0700)]
module-equalizer-sink: simplified sink_input pop callback and introduced new variables that simplify different strategies.

14 years agomodule-equalizer-sink: trying new buffering strategies
Jason Newton [Sat, 18 Jul 2009 08:00:35 +0000 (01:00 -0700)]
module-equalizer-sink: trying new buffering strategies

14 years agomodule-equalizer-sink: attempt different buffering strategy
Jason Newton [Fri, 17 Jul 2009 05:00:38 +0000 (22:00 -0700)]
module-equalizer-sink: attempt different buffering strategy

14 years agomodule-equalizer-sink: added more assertions to aid in debugging
Jason Newton [Fri, 17 Jul 2009 01:18:14 +0000 (18:18 -0700)]
module-equalizer-sink: added more assertions to aid in debugging

14 years agomodule-equalizer-sink:
Jason Newton [Wed, 15 Jul 2009 13:57:33 +0000 (06:57 -0700)]
module-equalizer-sink:
    added temporary debugging output to track filter output
    removed dead code
    only a small amount of crackling remains

14 years agomodule-equalizer-sink added
Jason Newton [Mon, 22 Jun 2009 07:36:14 +0000 (00:36 -0700)]
module-equalizer-sink added
src/Makefile.am: added module-equalizer-sink

14 years agobuild-sys: bump soname v0.9.19
Lennart Poettering [Wed, 30 Sep 2009 01:04:12 +0000 (03:04 +0200)]
build-sys: bump soname

14 years agoi18n: run make update-po
Lennart Poettering [Wed, 30 Sep 2009 00:43:55 +0000 (02:43 +0200)]
i18n: run make update-po

14 years agoi18n: ad more .c files to POTFILES.in
Lennart Poettering [Tue, 29 Sep 2009 21:48:37 +0000 (23:48 +0200)]
i18n: ad more .c files to POTFILES.in

14 years agopolkit: drop left-over polkit policy file from git tree
Lennart Poettering [Tue, 29 Sep 2009 21:47:49 +0000 (23:47 +0200)]
polkit: drop left-over polkit policy file from git tree

14 years agoDon't refuse to start on systems using GNU stow, graft, STORE et al
Nix [Sat, 26 Sep 2009 19:18:00 +0000 (20:18 +0100)]
Don't refuse to start on systems using GNU stow, graft, STORE et al

There are multiple package management systems out there which implement
packages using symlinks. The recent (otherwise useful) check to ensure that
a re-executed pulseaudio is actually reexecuting itself unfortunately breaks
in the presence of all these packaging systems, because PA_BINARY refers
to its installed location (e.g. /usr/local/bin/pulseaudio), which is a
symlink to the binary (e.g. /usr/local/stow/pulseaudio-0.9.18/bin/pulseaudio),
because /proc/self/exe always contains the canonical path of the executable,
with all symlinks resolved.

(At least one distribution uses a symlink-based packaging system, so
will be forced to apply this locally in any case.)

The fix is simple: canonicalize PA_BINARY before equality-testing. (This
should be completely safe, because the OS does just that when PA_BINARY
is executed.)

The patch is against 0.9.18, but applies without fuzz to current master.

14 years agoi18n: run make update-po
Lennart Poettering [Tue, 29 Sep 2009 17:27:02 +0000 (19:27 +0200)]
i18n: run make update-po

14 years agoMerge remote branch 'origin/master-tx'
Lennart Poettering [Tue, 29 Sep 2009 17:24:26 +0000 (19:24 +0200)]
Merge remote branch 'origin/master-tx'

14 years agoreserve: downgrade reserve logic messages, so that reusing pa in two sessions does...
Lennart Poettering [Tue, 29 Sep 2009 02:54:37 +0000 (19:54 -0700)]
reserve: downgrade reserve logic messages, so that reusing pa in two sessions does not create spew in syslog

14 years agoSending translation for German
jsimon [Mon, 28 Sep 2009 14:50:12 +0000 (14:50 +0000)]
Sending translation for German

14 years agoSending translation for German
jsimon [Mon, 28 Sep 2009 14:48:17 +0000 (14:48 +0000)]
Sending translation for German

14 years agoSending translation for Polish
raven [Sun, 27 Sep 2009 13:42:46 +0000 (13:42 +0000)]
Sending translation for Polish

14 years agosvolume: tweak constraints for 32 bits
Wim Taymans [Wed, 23 Sep 2009 15:16:04 +0000 (17:16 +0200)]
svolume: tweak constraints for 32 bits

Tweak the constraints a little so that register starved 32bit systems
can select a stack variable for the channel paramter instead of reusing one of
the registers we're using in the code.

14 years agoSending translation for Portuguese
ruigo [Tue, 22 Sep 2009 20:45:29 +0000 (20:45 +0000)]
Sending translation for Portuguese

14 years agolibpulse: Add *_NOFLAGS flags with value 0 for various enums
Colin Guthrie [Tue, 22 Sep 2009 17:43:03 +0000 (18:43 +0100)]
libpulse: Add *_NOFLAGS flags with value 0 for various enums

This avoids the need for ugly casting in client implementations.

14 years agoSending translation for Kannada
shanky [Tue, 22 Sep 2009 10:12:04 +0000 (10:12 +0000)]
Sending translation for Kannada

14 years agoSending translation for Malayalam
anipeter [Mon, 21 Sep 2009 15:24:57 +0000 (15:24 +0000)]
Sending translation for Malayalam

14 years agoSending translation for Marathi
sandeeps [Mon, 21 Sep 2009 12:49:41 +0000 (12:49 +0000)]
Sending translation for Marathi

14 years agoSending translation for Telugu
kkrothap [Mon, 21 Sep 2009 11:57:52 +0000 (11:57 +0000)]
Sending translation for Telugu

14 years agoSending translation for Hindi
rajesh [Mon, 21 Sep 2009 10:57:45 +0000 (10:57 +0000)]
Sending translation for Hindi

14 years agotunnel: fix parsing of source info from newer servers
Colin Guthrie [Sun, 20 Sep 2009 20:36:14 +0000 (21:36 +0100)]
tunnel: fix parsing of source info from newer servers

14 years agotunnel: fix parsing of sink info from newer servers
Emil Renner Berthing [Sun, 20 Sep 2009 19:28:23 +0000 (21:28 +0200)]
tunnel: fix parsing of sink info from newer servers

14 years agostream-restore: Comment fix
Colin Guthrie [Sun, 20 Sep 2009 17:07:23 +0000 (18:07 +0100)]
stream-restore: Comment fix

14 years agocore: dump proplist when creating stream similar to how we already to it for sinks...
Lennart Poettering [Sun, 20 Sep 2009 01:18:03 +0000 (03:18 +0200)]
core: dump proplist when creating stream similar to how we already to it for sinks/sources

14 years agoalsa: make build gcc clean on 32bit
Lennart Poettering [Sun, 20 Sep 2009 01:17:36 +0000 (03:17 +0200)]
alsa: make build gcc clean on 32bit

14 years agoMerge remote branch 'origin/master-tx'
Lennart Poettering [Sat, 19 Sep 2009 00:35:13 +0000 (02:35 +0200)]
Merge remote branch 'origin/master-tx'

14 years agobuild-sys: bump soname for release v0.9.18
Lennart Poettering [Fri, 18 Sep 2009 23:58:03 +0000 (01:58 +0200)]
build-sys: bump soname for release

14 years agovala: install .vapi file by default
Lennart Poettering [Fri, 18 Sep 2009 23:55:46 +0000 (01:55 +0200)]
vala: install .vapi file by default

14 years agovala: numerous updates
Lennart Poettering [Fri, 18 Sep 2009 23:49:36 +0000 (01:49 +0200)]
vala: numerous updates

14 years agoSending translation for Portuguese
ricardopinto [Fri, 18 Sep 2009 22:44:59 +0000 (22:44 +0000)]
Sending translation for Portuguese

14 years agomemtrap: properly add items to linked list
Lennart Poettering [Fri, 18 Sep 2009 22:21:34 +0000 (00:21 +0200)]
memtrap: properly add items to linked list

14 years agogconf: run the wrapper script when running gconf-helper from build tree
Lennart Poettering [Fri, 18 Sep 2009 21:31:54 +0000 (23:31 +0200)]
gconf: run the wrapper script when running gconf-helper from build tree

14 years agonamereg: choose default sink/source as soon as one becomes available
Lennart Poettering [Fri, 18 Sep 2009 20:42:37 +0000 (22:42 +0200)]
namereg: choose default sink/source as soon as one becomes available

14 years agoi18n: run make update-po
Lennart Poettering [Fri, 18 Sep 2009 20:21:08 +0000 (22:21 +0200)]
i18n: run make update-po

14 years agoMerge remote branch 'origin/master-tx'
Lennart Poettering [Fri, 18 Sep 2009 20:16:59 +0000 (22:16 +0200)]
Merge remote branch 'origin/master-tx'

14 years agomemblock: don't try to reuse PA_MEMBLOCK_APPENDED memblocks since they usually are...
Lennart Poettering [Fri, 18 Sep 2009 20:15:33 +0000 (22:15 +0200)]
memblock: don't try to reuse PA_MEMBLOCK_APPENDED memblocks since they usually are much bigger than we want them

14 years agomainloop: fix detection of rt clocks
Lennart Poettering [Fri, 18 Sep 2009 20:14:55 +0000 (22:14 +0200)]
mainloop: fix detection of rt clocks

14 years agosocket-client: modernizations
Lennart Poettering [Fri, 18 Sep 2009 19:24:58 +0000 (21:24 +0200)]
socket-client: modernizations

14 years agomemblock: modernizations
Lennart Poettering [Fri, 18 Sep 2009 19:24:26 +0000 (21:24 +0200)]
memblock: modernizations

14 years agoconf: Fix typo in daemon.conf: rlimit-rtttime - too many t's
Colin Guthrie [Fri, 18 Sep 2009 15:10:13 +0000 (16:10 +0100)]
conf: Fix typo in daemon.conf: rlimit-rtttime - too many t's

Spotted by peol on IRC

14 years agoSending translation for Tamil
ifelix [Fri, 18 Sep 2009 08:47:14 +0000 (08:47 +0000)]
Sending translation for Tamil

14 years agoalsa: Give all ports a human name to allow UI tools to present the choice to users.
Colin Guthrie [Fri, 18 Sep 2009 08:22:23 +0000 (09:22 +0100)]
alsa: Give all ports a human name to allow UI tools to present the choice to users.

14 years agortp: Remove 'fix me' comment after it was actually fixed in [56b6e1]
Colin Guthrie [Fri, 18 Sep 2009 08:18:04 +0000 (09:18 +0100)]
rtp: Remove 'fix me' comment after it was actually fixed in [56b6e1]

That's what you get for applying your stash without fully checking if anything else was committed in the mean time :p

14 years agomainloop: pass monotonic times back to user if he passed monotonic times to us
Lennart Poettering [Fri, 18 Sep 2009 02:21:01 +0000 (04:21 +0200)]
mainloop: pass monotonic times back to user if he passed monotonic times to us

14 years agotimeval: make timeval conversion routines handle PA_USEC_INVALID special
Lennart Poettering [Fri, 18 Sep 2009 02:11:59 +0000 (04:11 +0200)]
timeval: make timeval conversion routines handle PA_USEC_INVALID special

14 years agotimeval: add UNLIKELY annotation
Lennart Poettering [Fri, 18 Sep 2009 02:11:02 +0000 (04:11 +0200)]
timeval: add UNLIKELY annotation

14 years agotimeval: make pa_timeval_sub saturating
Lennart Poettering [Fri, 18 Sep 2009 02:10:26 +0000 (04:10 +0200)]
timeval: make pa_timeval_sub saturating

14 years agocore-rtclock: introduce pa_timespec_store() akin pa_timeval_store()
Lennart Poettering [Fri, 18 Sep 2009 02:08:36 +0000 (04:08 +0200)]
core-rtclock: introduce pa_timespec_store() akin pa_timeval_store()

14 years agotimeval: introduce PA_USEC_MAX
Lennart Poettering [Fri, 18 Sep 2009 02:07:12 +0000 (04:07 +0200)]
timeval: introduce PA_USEC_MAX

14 years agomacro: introduce PA_INT_TYPE_MIN, PA_INT_TYPE_MAX, PA_INT_TYPE_SIGNED macros
Lennart Poettering [Fri, 18 Sep 2009 02:05:54 +0000 (04:05 +0200)]
macro: introduce PA_INT_TYPE_MIN, PA_INT_TYPE_MAX, PA_INT_TYPE_SIGNED macros

14 years agomainloop: sum up dispatched events in an unsigned to clarify range
Lennart Poettering [Fri, 18 Sep 2009 02:05:10 +0000 (04:05 +0200)]
mainloop: sum up dispatched events in an unsigned to clarify range

14 years agomainloop: use PA_LLIST_FOREACH macros where applicable
Lennart Poettering [Fri, 18 Sep 2009 02:03:49 +0000 (04:03 +0200)]
mainloop: use PA_LLIST_FOREACH macros where applicable

14 years agomainloop: don't initialize fields we don't have to
Lennart Poettering [Fri, 18 Sep 2009 02:00:38 +0000 (04:00 +0200)]
mainloop: don't initialize fields we don't have to

14 years agomainloop: calculate in pa_usec_t everywhere
Lennart Poettering [Fri, 18 Sep 2009 01:59:40 +0000 (03:59 +0200)]
mainloop: calculate in pa_usec_t everywhere

14 years agomainloop: properly convert time to wallclock time when handing it to the user
Lennart Poettering [Fri, 18 Sep 2009 01:48:55 +0000 (03:48 +0200)]
mainloop: properly convert time to wallclock time when handing it to the user

14 years agoalsa: fix Surround mixer element name
Lennart Poettering [Fri, 18 Sep 2009 01:46:33 +0000 (03:46 +0200)]
alsa: fix Surround mixer element name

s/Sourround/Surround/

Spotted by Colin Guthrie

14 years agoSending translation for Portuguese
ricardopinto [Fri, 18 Sep 2009 01:04:02 +0000 (01:04 +0000)]
Sending translation for Portuguese

14 years agortp: Factor out direct io writing and use ioline instead.
Colin Guthrie [Thu, 17 Sep 2009 23:20:46 +0000 (00:20 +0100)]
rtp: Factor out direct io writing and use ioline instead.

This is how things should have worked orinally, but I obviously misunderstood things a bit.
This seems to prevent the random hangups that were happening previously :)

14 years agoraop: Use pa_module_unload_request_by_index as per module-zeroconf-discover
Colin Guthrie [Wed, 16 Sep 2009 19:54:51 +0000 (20:54 +0100)]
raop: Use pa_module_unload_request_by_index as per module-zeroconf-discover

14 years agocore-util: unify how we determine the temporary directory
Lennart Poettering [Thu, 17 Sep 2009 19:06:54 +0000 (21:06 +0200)]
core-util: unify how we determine the temporary directory

14 years agoImprove TMPDIR handling
Lennart Poettering [Thu, 17 Sep 2009 18:58:36 +0000 (20:58 +0200)]
Improve TMPDIR handling

Patch from 'jnelson',

http://pulseaudio.org/ticket/653

14 years agocli: properly destruct cli object
Lennart Poettering [Thu, 17 Sep 2009 02:04:54 +0000 (04:04 +0200)]
cli: properly destruct cli object

14 years agocli: don't accidentaly set O_NDELAY on stderr
Lennart Poettering [Thu, 17 Sep 2009 01:51:35 +0000 (03:51 +0200)]
cli: don't accidentaly set O_NDELAY on stderr

Loading module-cli could have the effect of setting O_NDELAY on stderr,
because it was just a dup'ed fd of stdin which module-cli sets O_NDELAY
for and which flag is shared between all dupes.

Instead of using stdin/stdout directly we now open a new file descriptor
for the controlling terminal, which is equally useful as stdin/stdout
but gives a new file that does not share O_NDELAY with stdin/stdout.

This solves a problem where when running pulseaudio -C resulted in
log output being truncated since stdio does not really handle O_NDELAY
that well in on its fds.

14 years agoproplist: introduce PA_PROP_WINDOW_DESKTOP property
Lennart Poettering [Thu, 17 Sep 2009 00:22:41 +0000 (02:22 +0200)]
proplist: introduce PA_PROP_WINDOW_DESKTOP property

14 years agoposition-event-sounds: don't warn that loud about vpos/hpos out of range
Lennart Poettering [Thu, 17 Sep 2009 00:04:59 +0000 (02:04 +0200)]
position-event-sounds: don't warn that loud about vpos/hpos out of range

14 years agolibpulse: as a special exception, don't require a non-NULL context in pa_context_errno
Lennart Poettering [Wed, 16 Sep 2009 23:37:23 +0000 (01:37 +0200)]
libpulse: as a special exception, don't require a non-NULL context in pa_context_errno

14 years agosvolume_mmx: disable test accidentaly left on
Lennart Poettering [Wed, 16 Sep 2009 23:34:02 +0000 (01:34 +0200)]
svolume_mmx: disable test accidentaly left on

14 years agoMerge remote branch 'wtay/optimize'
Lennart Poettering [Wed, 16 Sep 2009 23:32:03 +0000 (01:32 +0200)]
Merge remote branch 'wtay/optimize'

14 years agoalsa: correct assumptions about channels an element lacks
Vladimir Kokarev [Wed, 16 Sep 2009 23:26:18 +0000 (01:26 +0200)]
alsa: correct assumptions about channels an element lacks

If an element does not control some channels assume they are 0dB in
comparison to the other elements, i.e. do not influence the volume at
all. Previously we were assuming they were as high as the highest of the
channels we do control.

14 years agopacat: use fully automatic buffer sizes if possible
Lennart Poettering [Wed, 16 Sep 2009 23:22:48 +0000 (01:22 +0200)]
pacat: use fully automatic buffer sizes if possible

14 years agomemblock: make it easy to disable mempool usage with $PULSE_MEMPOOL_DISABLE
Lennart Poettering [Wed, 16 Sep 2009 23:21:56 +0000 (01:21 +0200)]
memblock: make it easy to disable mempool usage with $PULSE_MEMPOOL_DISABLE

14 years agoCANCELLED vs. CANCELED
Lennart Poettering [Wed, 16 Sep 2009 23:19:55 +0000 (01:19 +0200)]
CANCELLED vs. CANCELED

Define CANCELLED as alias for CANCELED