# do not edit -- automatically generated by arch changelog
# arch-tag: automatic-ChangeLog--bucciarati@users.sourceforge.net--2005--mpc123/mpc123--main--0.1
#

2006-08-02 11:26:35 GMT	Fernando Vezzosi <fvezzosi@masobit.net>	patch-33

    Summary:
      minor tweaks for release 0.2
    Revision:
      mpc123--main--0.1--patch-33

     * added info about the mailing list
     * cleaned Makefile out of useless stuff
     * updated TODO to reflect the actual TODO :)
    

    modified files:
     AUTHORS ChangeLog Makefile TODO


2006-08-02 10:20:20 GMT	Daniele Sempione <scrows@oziosi.org>	patch-32

    Summary:
      major/minor fix
    Revision:
      mpc123--main--0.1--patch-32

    * changed major/minor for the release :)
    

    modified files:
     ChangeLog Makefile mpc123.h


2006-07-31 18:32:42 GMT	Fernando Vezzosi <fvezzosi@masobit.net>	patch-31

    Summary:
      exit if two sigints are sent in a short time window
    Revision:
      mpc123--main--0.1--patch-31

     * now it exits if two ^C's are pressed in a rapid succession
     * fixed some bugs in the implementation ;)
    

    modified files:
     ChangeLog mpc123.c player.c playlist.c signals.c


2006-07-31 16:59:58 GMT	Daniele Sempione <scrows@oziosi.org>	patch-30

    Summary:
      sighandler is thread-safe
    Revision:
      mpc123--main--0.1--patch-30

    * now SIGINT is thread-safe
    * added support for terminating program via double SIGINT.
      now set to 0.7 secs, let's test it .. (still needed buccia's cleanup
      code, right now it only sets the flag)
    

    modified files:
     ChangeLog signals.c


2006-07-31 15:42:24 GMT	Fernando Vezzosi <fvezzosi@masobit.net>	patch-29

    Summary:
      Updated documentation (README and manpage)
    Revision:
      mpc123--main--0.1--patch-29

     * added info about esd
     * updated info about program behavior (SIGINT handling
       and choosing of default ao device)
    

    modified files:
     ChangeLog README mpc123.1


2006-07-31 15:11:09 GMT	Daniele Sempione <scrows@oziosi.org>	patch-28

    Summary:
      added 2006 to some copyrights
    Revision:
      mpc123--main--0.1--patch-28

    * ...
    

    modified files:
     ChangeLog Makefile README


2006-07-31 14:40:01 GMT	Daniele Sempione <scrows@oziosi.org>	patch-27

    Summary:
      SIGINT = next song
    Revision:
      mpc123--main--0.1--patch-27

    * now this feature works!! :))
    * ported signal handling to sigaction
    

    new files:
     .arch-ids/signals.c.id signals.c

    modified files:
     ChangeLog mpc123.c mpc123.h


2006-07-31 13:54:37 GMT	Fernando Vezzosi <fvezzosi@masobit.net>	patch-26

    Summary:
      reverted my stupid edits
    Revision:
      mpc123--main--0.1--patch-26

     * i will not mess with a thing i shouldn't have been messing with again
     * i will not use wrong string format specifiers again
    
     sorry world
    

    modified files:
     ChangeLog mpc123.h reader_file.c


2006-07-31 13:47:38 GMT	Fernando Vezzosi <fvezzosi@masobit.net>	patch-25

    Summary:
      fixed "next-song" bug, added vim modelines
    Revision:
      mpc123--main--0.1--patch-25

     * fixed a dumb bug of my previous commit, which made the player
       skip all playlist elements, when it should have skipped only
       the currently played one..
     * added the modeline "ft=c:tw=78:ts=2:et:cin" to all source files
    

    modified files:
     ChangeLog ao.c mpc123.c mpc123.h player.c playlist.c reader.c
     reader_file.c shuffle.c


2006-07-31 13:13:19 GMT	Fernando Vezzosi <fvezzosi@masobit.net>	patch-24

    Summary:
      Added macro functions for flag handling
    Revision:
      mpc123--main--0.1--patch-24

     * added flags global variable
     * added macros for flag handling
     * player loop stops if correct flags are set
    

    modified files:
     ChangeLog mpc123.h player.c


2006-07-30 10:17:38 GMT	Daniele Sempione <scrows@oziosi.org>	patch-23

    Summary:
      Makefile comment
    Revision:
      mpc123--main--0.1--patch-23

    * disables the -lefence linking option I forgot in the Makefile
    

    modified files:
     ChangeLog Makefile


2006-07-30 02:19:04 GMT	Fernando Vezzosi <fvezzosi@masobit.net>	patch-22

    Summary:
      Fixes in view of new release
    Revision:
      mpc123--main--0.1--patch-22

     * removed generation of locales in Makefile
     * better support for all sound systems, including working support for:
       - alsa09
       - esd
     * decent libao defaults are now set at runtime
     * improved man page with content and appearance
     * improved debugging output
     * cosmetic changes
    

    modified files:
     ChangeLog Makefile ao.c mpc123.1 mpc123.c mpc123.h


2006-07-29 13:38:47 GMT	Daniele Sempione <scrows@oziosi.org>	patch-21

    Summary:
      removed bugged l10n support
    Revision:
      mpc123--main--0.1--patch-21

    * l10n was too buggy, we'll re-add in the future
    * updated copyrights' year
    

    modified files:
     ChangeLog Makefile ao.c mpc123.c mpc123.h player.c playlist.c
     reader.c reader_file.c shuffle.c


2006-07-28 13:33:57 GMT	Fernando Vezzosi <fvezzosi@masobit.net>	patch-20

    Summary:
      fixed segfault when using inappropriate commandline flags
    Revision:
      mpc123--main--0.1--patch-20

     * a crappy bug that lead to sigsegv upon invocation
    

    modified files:
     ChangeLog mpc123.c


2006-07-28 13:28:17 GMT	Fernando Vezzosi <fvezzosi@masobit.net>	patch-19

    Summary:
      
    Revision:
      mpc123--main--0.1--patch-19

    
    

    modified files:
     ChangeLog Makefile mpc123.h


2006-06-06 18:39:42 GMT	Daniele Sempione <scrows@oziosi.org>	patch-18

    Summary:
      added '\n' to some strings
    Revision:
      mpc123--main--0.1--patch-18

    * ...
    

    modified files:
     ChangeLog ao.c mpc123.c mpc123.h player.c reader.c


2006-03-22 18:07:36 GMT	Fernando Vezzosi <fvezzosi@masobit.net>	patch-17

    Summary:
      Maybe corrected cheesy bug?
    Revision:
      mpc123--main--0.1--patch-17

     * nasty bug in gettext implementation, we are trying to solve it
    
     -- Fernando Vezzosi <fvezzosi at masobit.net>

    modified files:
     ChangeLog Makefile ao.c mpc123.c mpc123.h


2006-02-20 16:33:04 GMT	Piero Bozzolo <piero.bozzolo@gmail.com>	patch-16

    Summary:
      Added i18n support
    Revision:
      mpc123--main--0.1--patch-16

    Added i18n support for all print function (but not for debug function), added
    it_IT locale, changed the makefile for compile all i18n po file.
    
    
    
     -- Piero Bozzolo <piero.bozzolo at gmail.com>

    new files:
     LOCALES/.arch-ids/=id LOCALES/it_IT/.arch-ids/=id
     LOCALES/it_IT/LC_MESSAGES/.arch-ids/=id
     LOCALES/it_IT/LC_MESSAGES/.arch-ids/mpc123.po.id
     LOCALES/it_IT/LC_MESSAGES/mpc123.po

    modified files:
     ChangeLog Makefile TODO mpc123.h

    new directories:
     LOCALES LOCALES/.arch-ids LOCALES/it_IT
     LOCALES/it_IT/.arch-ids LOCALES/it_IT/LC_MESSAGES
     LOCALES/it_IT/LC_MESSAGES/.arch-ids


2006-02-20 14:27:11 GMT	Daniele Sempione <scrows@oziosi.org>	patch-15

    Summary:
      rewrote shuffle.c
    Revision:
      mpc123--main--0.1--patch-15

    * fixed up shuffle.c
    

    modified files:
     ChangeLog mpc123.h shuffle.c


2006-02-18 11:35:47 GMT	Piero Bozzolo <piero.bozzolo@gmail.com>	patch-14

    Summary:
      
    Revision:
      mpc123--main--0.1--patch-14

    
    

    modified files:
     ChangeLog TODO mpc123.c mpc123.h


2006-01-20 22:55:10 GMT	Fernando Vezzosi <fvezzosi@masobit.net>	patch-13

    Summary:
      Automatic versioning, debug warning
    Revision:
      mpc123--main--0.1--patch-13

     * The mpc123 version (-V flag) is now updated automatically
       by the Makefile rules, and some awk/sed black magic
     * added a loud warning if one doesn't debug correctly :)
    
     -- Fernando Vezzosi <fvezzosi at masobit.net>

    modified files:
     ChangeLog Makefile mpc123.c mpc123.h


2006-01-20 16:24:55 GMT	Fernando Vezzosi <fvezzosi@masobit.net>	patch-12

    Summary:
      Temporary fix for the infinite-loop bug when unable to play files
    Revision:
      mpc123--main--0.1--patch-12

     * this is a quick hack, we will see how long it will last
    
     -- Fernando Vezzosi <fvezzosi at masobit.net>

    modified files:
     ChangeLog playlist.c


2006-01-17 15:25:29 GMT	Fernando Vezzosi <fvezzosi@masobit.net>	patch-11

    Summary:
      Patch by Piotr 'Pedrito' Pass: ESD support
    Revision:
      mpc123--main--0.1--patch-11

     * Added ESD support for audio output
       (thanks to Piotr 'Pedrito' Pass)
    
     -- Fernando Vezzosi <fvezzosi at masobit.net>

    modified files:
     ChangeLog TODO ao.c


2006-01-13 21:37:25 GMT	Fernando Vezzosi <fvezzosi@masobit.net>	patch-10

    Summary:
      Beautified for 0.1.9 release
    Revision:
      mpc123--main--0.1--patch-10

     * minor edit to documentation (namely AUTHORS file and
       man page)
    
     -- Fernando Vezzosi <fvezzosi at masobit.net>

    modified files:
     AUTHORS ChangeLog Makefile mpc123.1


2006-01-10 14:05:59 GMT	Daniele Sempione <scrows@oziosi.org>	patch-9

    Summary:
      mv Authors AUTHORS
    Revision:
      mpc123--main--0.1--patch-9

    ..
    

    modified files:
     ChangeLog

    renamed files:
     .arch-ids/Authors.id
       ==> .arch-ids/AUTHORS.id
     Authors
       ==> AUTHORS


2006-01-08 13:58:49 GMT	Fernando Vezzosi <fvezzosi@masobit.net>	patch-8

    Summary:
      added --version|-V option
    Revision:
      mpc123--main--0.1--patch-8

     * prints mpc123 version and quits
    
     -- Fernando Vezzosi <fvezzosi at masobit.net>

    modified files:
     ChangeLog TODO mpc123.c mpc123.h


2006-01-08 13:46:25 GMT	Fernando Vezzosi <fvezzosi@masobit.net>	patch-7

    Summary:
      Completed manpage, cosmetic changes
    Revision:
      mpc123--main--0.1--patch-7

     * removed "MP3" string around (wtf did it came from ??!?)
     * changed some output strings
    
     -- Fernando Vezzosi <fvezzosi at masobit.net>

    modified files:
     ChangeLog mpc123.1 mpc123.c


2006-01-08 12:45:50 GMT	Fernando Vezzosi <fvezzosi@masobit.net>	patch-6

    Summary:
      added tla ChangeLog
    Revision:
      mpc123--main--0.1--patch-6

    * hopefully automatized ChangeLog handling
    
    -- Fernando Vezzosi <fvezzosi at masobit.net>

    new files:
     .arch-ids/ChangeLog.id ChangeLog

    removed files:
     .arch-ids/ChangeLog.id ChangeLog

    modified files:
     TODO


2006-01-06 20:02:23 GMT	Daniele Sempione <scrows@oziosi.org>	patch-5

    Summary:
      added manpage, grammar fixes
    Revision:
      mpc123--main--0.1--patch-5

    * added mpc123.1
    * fixed usage in mpc123.c
    * fixed minor version number (set to 1 -> version 0.1.0)
    

    new files:
     .arch-ids/mpc123.1.id mpc123.1


2006-01-06 19:58:35 GMT	Daniele Sempione <scrows@oziosi.org>	patch-4

    Summary:
      added manpage, grammar fixes
    Revision:
      mpc123--main--0.1--patch-4

    * added mpc123.1
    * fixed usage in mpc123.c
    * fixed minor version number (set to 1 -> version 0.1.0)
    

    modified files:
     mpc123.c mpc123.h


2006-01-06 14:56:01 GMT	Daniele Sempione <scrows@oziosi.org>	patch-3

    Summary:
      Added my name in `Authors'
    Revision:
      mpc123--main--0.1--patch-3

    see above.
    

    modified files:
     Authors


2006-01-05 21:55:08 GMT	Fernando Vezzosi <fvezzosi@masobit.net>	patch-2

    Summary:
      added Authors file
    Revision:
      mpc123--main--0.1--patch-2

    * add your name there if you want to appear
    
    -- Fernando Vezzosi <fvezzosi at masobit.net>

    new files:
     .arch-ids/Authors.id Authors


2006-01-05 21:41:32 GMT	Fernando Vezzosi <fvezzosi@masobit.net>	patch-1

    Summary:
      added ChangeLog
    Revision:
      mpc123--main--0.1--patch-1

    * the automatic ChangeLog went away with the version change; fixed.
    
    -- Fernando Vezzosi <fvezzosi at masobit.net>

    modified files:
     ChangeLog TODO


2006-01-05 21:27:25 GMT	Fernando Vezzosi <fvezzosi@masobit.net>	base-0

    Summary:
      Version 0.1 release
    Revision:
      mpc123--main--0.1--base-0

    This is the stable release of mpc123 version 0.1;
    it is the same as mpc123--main--0.0--patch-36
    
    Development and adding of new features will continue on this branch;
    
    -- Fernando Vezzosi <fvezzosi at masobit.net>

    new files:
     COPYING ChangeLog LICENSE Makefile README TODO ao.c mpc123.c
     mpc123.h player.c playlist.c reader.c reader_file.c shuffle.c

    new patches:
     bucciarati@users.sourceforge.net--2005--mpc123/mpc123--main--0.0--base-0
     bucciarati@users.sourceforge.net--2005--mpc123/mpc123--main--0.0--patch-1
     bucciarati@users.sourceforge.net--2005--mpc123/mpc123--main--0.0--patch-2
     bucciarati@users.sourceforge.net--2005--mpc123/mpc123--main--0.0--patch-3
     bucciarati@users.sourceforge.net--2005--mpc123/mpc123--main--0.0--patch-4
     bucciarati@users.sourceforge.net--2005--mpc123/mpc123--main--0.0--patch-5
     bucciarati@users.sourceforge.net--2005--mpc123/mpc123--main--0.0--patch-6
     bucciarati@users.sourceforge.net--2005--mpc123/mpc123--main--0.0--patch-7
     bucciarati@users.sourceforge.net--2005--mpc123/mpc123--main--0.0--patch-8
     bucciarati@users.sourceforge.net--2005--mpc123/mpc123--main--0.0--patch-9
     bucciarati@users.sourceforge.net--2005--mpc123/mpc123--main--0.0--patch-10
     bucciarati@users.sourceforge.net--2005--mpc123/mpc123--main--0.0--patch-11
     bucciarati@users.sourceforge.net--2005--mpc123/mpc123--main--0.0--patch-12
     bucciarati@users.sourceforge.net--2005--mpc123/mpc123--main--0.0--patch-13
     bucciarati@users.sourceforge.net--2005--mpc123/mpc123--main--0.0--patch-14
     bucciarati@users.sourceforge.net--2005--mpc123/mpc123--main--0.0--patch-15
     bucciarati@users.sourceforge.net--2005--mpc123/mpc123--main--0.0--patch-16
     bucciarati@users.sourceforge.net--2005--mpc123/mpc123--main--0.0--patch-17
     bucciarati@users.sourceforge.net--2005--mpc123/mpc123--main--0.0--patch-18
     bucciarati@users.sourceforge.net--2005--mpc123/mpc123--main--0.0--patch-19
     bucciarati@users.sourceforge.net--2005--mpc123/mpc123--main--0.0--patch-20
     bucciarati@users.sourceforge.net--2005--mpc123/mpc123--main--0.0--patch-21
     bucciarati@users.sourceforge.net--2005--mpc123/mpc123--main--0.0--patch-22
     bucciarati@users.sourceforge.net--2005--mpc123/mpc123--main--0.0--patch-23
     bucciarati@users.sourceforge.net--2005--mpc123/mpc123--main--0.0--patch-24
     bucciarati@users.sourceforge.net--2005--mpc123/mpc123--main--0.0--patch-25
     bucciarati@users.sourceforge.net--2005--mpc123/mpc123--main--0.0--patch-26
     bucciarati@users.sourceforge.net--2005--mpc123/mpc123--main--0.0--patch-27
     bucciarati@users.sourceforge.net--2005--mpc123/mpc123--main--0.0--patch-28
     bucciarati@users.sourceforge.net--2005--mpc123/mpc123--main--0.0--patch-29
     bucciarati@users.sourceforge.net--2005--mpc123/mpc123--main--0.0--patch-30
     bucciarati@users.sourceforge.net--2005--mpc123/mpc123--main--0.0--patch-31
     bucciarati@users.sourceforge.net--2005--mpc123/mpc123--main--0.0--patch-32
     bucciarati@users.sourceforge.net--2005--mpc123/mpc123--main--0.0--patch-33
     bucciarati@users.sourceforge.net--2005--mpc123/mpc123--main--0.0--patch-34
     bucciarati@users.sourceforge.net--2005--mpc123/mpc123--main--0.0--patch-35
     bucciarati@users.sourceforge.net--2005--mpc123/mpc123--main--0.0--patch-36


