2002-11-30 22:09  daper

	* interface.c: Updated help.

2002-11-30 22:06  daper

	* interface.c: Modified the 'A' command to add the current
	directory if a file is selected.

2002-11-30 19:02  daper

	* main.c: Fixed a bad fix in usage text.

2002-11-30 19:01  daper

	* main.c: Fixed usage text.

2002-11-30 18:55  daper

	* main.c: Added --repeat --no-repeat options.

2002-11-30 18:44  daper

	* interface.c: Fixed deleting items from the playlist.

2002-11-30 18:25  daper

	* interface.c: If the 'A' command is used on a file, show error
	message.  Fixed error message for the 'a' command.

2002-11-30 18:08  daper

	* options.c: Added repeat option.

2002-11-30 18:07  daper

	* main.c: Fixed setting hidden_list to playlist.

2002-11-30 18:07  daper

	* playlist.c, playlist.h: Added mutex for the hidden_list.

2002-11-30 18:06  daper

	* interface.c: Added 'R' option.  Added repeat "button".  Used
	LOCK_HLIST().

2002-11-30 15:41  daper

	* interface.c: Added a shuffle "button".  Added mark_played(). 
	Modified the 'S' command to switch shuffle even when playing.

2002-11-30 15:39  daper

	* audio.c: Added playing().

2002-11-30 15:32  daper

	* audio.c, audio.h: Replaced get_played_name() with
	get_played_item().

2002-11-30 13:58  daper

	* interface.c: Fixed usage of gen_shuffled_list().  Fixed
	unmark_item() for unmarking directories.

2002-11-30 13:58  daper

	* playlist.c, playlist.h: Added first_item parameter to the
	gen_shuffle_list().

2002-11-30 12:31  daper

	* README: 
	Added information about FreeBSD.

2002-11-30 12:27  daper

	* audio.c: 
	Fixed locking is_playing_mut.

2002-11-30 12:00  daper

	* configure.in: 
	Modified to work with FreeBSD.	Some fixes.

2002-11-30 11:57  daper

	* main.c: 
	Including local getopt.h instead of the system file.

2002-11-30 11:56  daper

	* audio.h: 
	Added including pthread.h.

2002-11-28 19:07  daper

	* options.c, options.h: Added the shuffle option.  Added a mutex
	for locking the options variable.

2002-11-28 19:06  daper

	* main.c: Added srand().  Small fixes.

2002-11-28 19:05  daper

	* audio.c: Added shuffled list support.

2002-11-28 19:05  daper

	* playlist.c, playlist.h: Added functions and data structure for
	shuffled list.

2002-11-28 19:04  daper

	* interface.c: Added the 'S' command.

2002-11-26 14:10  daper

	* interface.c: Changed apperance of stereo.

2002-11-26 13:52  daper

	* main.c: Added --dont-play option.

2002-11-26 13:51  daper

	* playlist.c: Fixed memory leak in append_list().

2002-11-26 12:50  daper

	* interface.c, main.c: Added setting title "PLAYLIST" when playlist
	is beeing shown.

2002-11-26 12:27  daper

	* interface.c: The 'A' command now makes new list, and then append
	it to existing playlist.

2002-11-26 12:26  daper

	* playlist.c, playlist.h: Added sort parameter to add_to_plist()
	and add_plist_item().  Added append_plist().

2002-11-26 12:16  daper

	* main.c: Turned off sorting when adding files as command
	arguments.

2002-11-25 11:40  daper

	* main.c: Updated --help.

2002-11-25 11:11  daper

	* playlist.h: Added delete_plist_item().

2002-11-25 11:11  daper

	* playlist.c: Added free_item() and delete_plist_item().

2002-11-25 11:10  daper

	* menu.c: Added set_menu_state().

2002-11-25 11:09  daper

	* interface.c: Added commands for deleting items and clearing the
	playlist.

2002-11-24 22:46  daper

	* interface.c: Fixed switching to empty playlist.

2002-11-24 22:31  daper

	* interface.c: Updated help.

2002-11-24 22:30  daper

	* interface.c: Added 'A' command.

2002-11-24 21:46  daper

	* main.c: Added turning on progress bar.  Fixed adding files
	recursively.

2002-11-24 21:45  daper

	* interface.c: Replaced status_bar with status line and progress
	bar.  Made update_info_win() public.

2002-11-24 21:43  daper

	* filelist.c: Added updateing progress bar.

2002-11-24 12:44  daper

	* menu.c: Fixed REQ_BOTTOM segfault.

2002-11-24 12:36  daper

	* interface.c: Fixed freeing hidden_list in to_file(); Fixed
	marking played item when switching between lists.

2002-11-24 10:32  daper

	* interface.c: Onca again fixed freeing memory in end_interface();

2002-11-24 09:53  daper

	* interface.c: Fixed freeing memory in end_interface().

2002-11-23 22:41  daper

	* interface.c: Fixed screen locking.

2002-11-23 22:35  daper

	* playlist.c, playlist.h: Modified functions to use parameter *list
	instead of **list.

2002-11-23 22:34  daper

	* main.c: Fisex add_file() and add_dir() usage.

2002-11-23 22:34  daper

	* interface.c: Added freeing memory to end_interface().  Fixed
	to_file() and go_to_dir().

2002-11-23 22:32  daper

	* filelist.h: Modified parameters list from **list to *list.

2002-11-23 22:32  daper

	* filelist.c: Modified parameters list from **list to *list. 
	Modified enter_dir() no to free tmp_list.

2002-11-22 18:44  daper

	* interface.c: Fixed typos in the help text.

2002-11-22 18:42  daper

	* interface.c: Updated help.

2002-11-22 18:38  daper

	* filelist.c: Fixed problems with rebuild_menu_titles().

2002-11-22 18:14  daper

	* filelist.c: Fixed showing directory names (not beginning it with
	'./').

2002-11-22 18:10  daper

	* main.c: Fixed recursively adding directoriec.  Made curr_dir()
	public.

2002-11-22 18:09  daper

	* interface.c: Fixed enter_dir() usage.  Fixed problem when using
	-r and the switching to tmp_list.

2002-11-22 18:08  daper

	* filelist.c: Fixed add_dir().	Fixed enter_dir().

2002-11-22 18:06  daper

	* filelist.h: Changed enter_dir() prototype.  Added add_dir().

2002-11-22 16:14  daper

	* TODO: [no log message]

2002-11-22 16:13  daper

	* interface.c: Fixed problem when playing from the playlist and
	entering to other directory.

2002-11-22 16:11  daper

	* filelist.c: Fixed problem, when entering to a directory without
	read permissions.  Replaced add_this_dir() with add_dir().

2002-11-22 14:51  daper

	* wav.c: Added proper copyright information.

2002-11-21 21:00  daper

	* interface.h: Added set_num_items().

2002-11-21 21:00  daper

	* interface.c: Added set_num_items().  Code cleanup.

2002-11-21 20:59  daper

	* filelist.c: Added setting set_num_items().  Code cleanup.

2002-11-21 18:04  daper

	* playlist.c, playlist.h: Added functions for adding and
	duplicateing items of a playlist.

2002-11-21 18:03  daper

	* options.c, options.h: Added priority option.

2002-11-21 18:03  daper

	* ogg.c: Fixed open_audio() usage.

2002-11-21 18:01  daper

	* main.c: Added priority parameter.  Fixed enter_dir() usage.

2002-11-21 18:01  daper

	* interface.c: Adde commands: l (switch list), and a (add to
	playlist).

2002-11-21 18:00  daper

	* interface.h: Removed unused prototype.

2002-11-21 17:59  daper

	* filelist.h: Updated.

2002-11-21 17:59  daper

	* filelist.c: Added support for WAVE.  Added recurrence directory
	adding.

2002-11-21 17:58  daper

	* config.example: Added Priority.

2002-11-21 17:57  daper

	* audio.c, audio.h: Added support for WAVE files.  Added bits
	parameter for open_audio.

2002-11-21 17:56  daper

	* TODO: [no log message]

2002-11-21 17:56  daper

	* Makefile.am: Added wav.[ch] files.

2002-11-21 17:55  daper

	* wav.c: WAVE format support.

2002-11-21 17:51  daper

	* Makefile.am: Fixed man.

2002-11-21 17:42  daper

	* Makefile.am: Fixed man enrty.

2002-11-21 17:40  daper

	* NEWS: Added changes in 1.0.0.

2002-11-21 17:25  daper

	* moc.8: Fixed typo.  Updated version.

2002-11-19 16:18  daper

	* wav.h: file wav.h was initially added on branch rel-1_0.

2002-11-19 16:17  daper

	* wav.c: file wav.c was initially added on branch rel-1_0.

2002-11-19 14:48  daper

	* TODO: [no log message]

2002-11-19 13:46  daper

	* README: Added information about version checker.  Inserted few
	blank lines.

2002-11-19 11:41  daper

	* TODO: [no log message]

2002-11-19 11:41  daper

	* main.c: Fixed showing information abut compiled-in components.

2002-11-19 11:31  daper

	* interface.c: Added redraw command.

2002-11-18 19:32  daper

	* interface.c: Added checking for minimal terminal size.

2002-11-18 19:27  daper

	* main.c, options.c, options.h: Fixed to work with
	--disable-version-checker.

2002-11-18 19:26  daper

	* config.example: Added 'Reminder' option.

2002-11-18 19:16  daper

	* main.c: Added reminder.

2002-11-18 17:43  daper

	* interface.c: Added #ifdefs to not compile version checker stuff
	if VERSION_CHECKER not defined.

2002-11-18 17:33  daper

	* Makefile.am, configure.in: Modified conditional compilation of
	components to be cleaner.  Added checking for network headers.

2002-11-18 17:32  daper

	* mp3.c, ogg.c: Removed #ifdefs due to other way of conditional
	compilation.

2002-11-18 17:29  daper

	* audio.c: Fixed compile error if HAVE_VORBIS is not defined.

2002-11-17 20:09  daper

	* version_checker.c: Fixed messages.

2002-11-17 20:09  daper

	* interface.c: Fixed event loop.  Fixed returning to curses mode
	after running a web browser;

2002-11-17 19:56  daper

	* version_checker.c: Fixed message.

2002-11-17 19:50  daper

	* interface.c: Updated help window.

2002-11-17 19:46  daper

	* interface.c: Added commands for a running web browser to download
	the MOC or see the changes.

2002-11-17 19:45  daper

	* TODO: [no log message]

2002-11-17 19:45  daper

	* version_checker.c: Updated URLs variable names.

2002-11-17 19:44  daper

	* version_checker.h: Added URLs variables.

2002-11-17 16:31  daper

	* version_checker.c: Fixed handling errors.  Added information when
	new version is available.

2002-11-17 15:48  daper

	* version_checker.h: Fixed #ifdef.  Replaced function with
	check_version().

2002-11-17 15:47  daper

	* version_checker.c: Fixed mallocing url_data.	Output goes to the
	main window.

2002-11-17 15:43  daper

	* interface.h: Added main_subwin.

2002-11-17 15:43  daper

	* interface.c: Added 'v' command.  Added text mode for main window.

2002-11-17 15:42  daper

	* TODO: [no log message]

2002-11-17 15:02  daper

	* Makefile.am: Added version checker files.

2002-11-17 15:02  daper

	* version_checker.c, version_checker.h: Checking version using HTTP
	and the MOC homepage.

2002-11-14 17:26  daper

	* TODO: Sorted by priority

2002-11-11 12:47  daper

	* filelist.c: Fixed title buffer size.

2002-11-11 12:42  daper

	* filelist.c: Fixed buffer overload in build_title().  Cleaned-up
	code.

2002-11-11 11:40  daper

	* filelist.c: Fixed proble, when file name is less than 4 charl
	long.  Cleaned-up build_title().

2002-11-10 14:30  daper

	* Makefile.am: Added manual page.

2002-11-10 14:30  daper

	* moc.8: Manual page for moc.

2002-11-10 11:52  daper

	* ChangeLog, NEWS: Updated.

2002-11-10 11:52  daper

	* configure.in: Changed my email address.

2002-11-10 11:16  daper

	* TODO: [no log message]

2002-11-09 12:24  daper

	* README: Added information about config.example.

2002-11-09 12:21  daper

	* Makefile.am: Added config.example.

2002-11-09 12:21  daper

	* config.example: Example config file.

2002-11-09 11:55  daper

	* audio.c, audio.h, filelist.c, filelist.h, interface.c,
	interface.h, main.c, main.h, menu.c, mp3.c, ogg.c, options.c,
	options.h, playlist.c, playlist.h: Added copyright information.

2002-11-09 10:35  daper

	* TODO: [no log message]

2002-11-09 10:33  daper

	* filelist.c: Used information about various dirent.h from
	configure.

2002-11-09 10:25  daper

	* configure.in: Added showing information about detected features
	(mp3, ogg, oss).

2002-11-08 23:37  daper

	* TODO: [no log message]

2002-11-08 23:37  daper

	* ogg.c: Added checking for options.show_errors.

2002-11-08 23:36  daper

	* mp3.c: Added checking for options.show_error.  Fixed usage of
	show_err().

2002-11-08 23:35  daper

	* main.c, options.c, options.h: Added option to disable/enable
	showing error in streams.

2002-11-08 19:52  daper

	* interface.c: Added the 'm' command.

2002-11-08 19:44  daper

	* main.c: Added -m option.

2002-11-08 19:44  daper

	* options.c: Removed debug code.

2002-11-08 19:35  daper

	* options.c: Added quoting and escaping chars.

2002-11-08 19:24  daper

	* options.c, options.h: Added music_dir option.

2002-11-08 19:21  daper

	* main.c: Added information about not working -r option in --help
	text.

2002-11-08 15:56  daper

	* interface.c: Fixed show_err() to work even if the interface is
	not initialized.

2002-11-08 15:55  daper

	* main.c: Fixed initialization rutines.

2002-11-07 22:04  daper

	* main.c: Added reading config file.

2002-11-07 22:02  daper

	* TODO: [no log message]

2002-11-07 22:02  daper

	* options.c, options.h: Added functions to read and parse config
	file.

2002-11-07 21:21  daper

	* TODO: [no log message]

2002-11-07 21:21  daper

	* README: Wrote this file.

2002-11-07 21:15  daper

	* configure.in: Fixed double linking with libao.

2002-11-07 16:24  daper

	* interface.c: Updated help window.

2002-11-07 16:23  daper

	* main.c: Added setting curr_plist.

2002-11-07 16:22  daper

	* filelist.c, filelist.h: Added short_name() and
	rebuild_menu_titles().

2002-11-07 16:22  daper

	* interface.h: Added curr_plist.

2002-11-07 16:21  daper

	* interface.c: Added f command (switching between short and full
	file names).

2002-11-07 15:40  daper

	* audio.c: Removed debug code.

2002-11-07 15:31  daper

	* audio.c: Fixed reading file info, when -s option is used.

2002-11-07 14:34  daper

	* NEWS: Added information about 0.9.1.

2002-11-07 14:33  daper

	* ChangeLog: Filled-in this file.

2002-11-05 17:51  daper

	* interface.c: Fixed buffer overload in set_bitrate().

2002-11-05 17:42  daper

	* TODO: [no log message]

2002-11-05 17:42  daper

	* interface.c: Fixed buffer overload.

2002-11-05 13:31  daper

	* interface.c: Added help screen.

2002-11-05 13:31  daper

	* TODO: [no log message]

2002-11-05 13:03  daper

	* audio.c: Added unistd.h.

2002-11-05 11:12  daper

	* interface.c: Fixed showing mixer if mixer is not available.

2002-11-05 11:10  daper

	* audio.c: Added setting null title after end of file.

2002-11-05 11:08  daper

	* interface.c: Once again fixed refreshing screen.

2002-11-04 22:39  daper

	* audio.c, interface.c: Added #ifdefs for HAVE_OSS.

2002-11-04 22:39  daper

	* configure.in: Added --without-oss option.

2002-11-04 22:38  daper

	* TODO: [no log message]

2002-11-04 22:29  daper

	* main.h: Fixed #ifdef for sys/param.h

2002-11-04 22:28  daper

	* configure.in: Added checking for sys/soundcard.h Removed unused
	checking for sys/param.h

2002-11-04 22:13  daper

	* audio.c, audio.h: Small fixes in the code.

2002-11-04 18:07  daper

	* interface.c: Fixed refreshing screen when doing set_title().

2002-11-03 21:44  daper

	* audio.c, interface.c: Added mixer support.

2002-11-03 21:44  daper

	* menu.c: Fixed window length.

2002-11-03 21:43  daper

	* main.c: Changed order of initialization routines.

2002-11-03 21:43  daper

	* TODO: Added entry.

2002-11-03 19:36  daper

	* audio.c, audio.h: Added mixer read/write functions.

2002-11-03 09:23  daper

	* TODO: Reorganized.

2002-11-02 20:10  daper

	* main.c: Added showing information about build time and
	compiled-in components.

2002-11-02 20:09  daper

	* config.h: Removed unused file.

2002-11-02 19:59  daper

	* configure.in: Changed version number to CVS.

2002-11-02 19:50  daper

	* audio.c, audio.h, config.h, filelist.c, interface.c, main.c,
	main.h, menu.c, mp3.c, ogg.c, options.c, playlist.c, xing.c: Added
	support for config from autoconf.

2002-11-02 19:50  daper

	* Makefile: Removed unused file: now it is generated by autoconf.

2002-11-02 19:48  daper

	* Makefile.am, autogen.sh, configure.in: Added autoconf files.

2002-11-02 19:48  daper

	* TODO: Added ToDo list.

2002-11-02 19:47  daper

	* AUTHORS, ChangeLog, NEWS, README: Added files required by
	autoconf.

2002-10-28 21:31  daper

	* mp3.c: Fixed noise when stopping paused file.

2002-10-26 10:53  daper

	* interface.c: Fixed setting the title of the main window at
	program startup.

2002-10-26 10:12  daper

	* playlist.c, playlist.h: Made free_song_info() public;

2002-10-26 10:12  daper

	* filelist.c: Fixed setting title.

2002-10-26 10:11  daper

	* audio.c: Fixed setting the title when playing a file.

2002-10-26 10:10  daper

	* Makefile: Updated.

2002-10-26 10:01  daper

	* filelist.c, filelist.h: build_title() now allocates memory for
	the title and is public.

2002-10-26 10:00  daper

	* Makefile: Updated dependencies.

2002-10-26 09:53  daper

	* main.c: Fixed optstring.

2002-10-26 09:46  daper

	* main.c: Added -f and -s switches.

2002-10-26 09:45  daper

	* Makefile: Added options.c

2002-10-26 09:39  daper

	* options.c, options.h: New files: store program configuration, in
	future read/save it to a file.

2002-10-26 09:24  daper

	* mp3.c: Fixed reading id3 tags.

2002-10-25 21:50  daper

	* main.c: Support for many files/directories given as an argument.

2002-10-25 21:49  daper

	* playlist.c, playlist.h: Added song_info structure for plist
	items.

2002-10-25 21:48  daper

	* interface.c: Fixed showing previous directory.

2002-10-25 21:48  daper

	* filelist.h: Added add_file().

2002-10-25 21:47  daper

	* filelist.c: Added build_title() and add_file().

2002-10-25 21:46  daper

	* audio.c: Removed build_title().  Added setting title in
	play_files().

2002-10-25 21:45  daper

	* audio.h: Removed unused prototypes.

2002-10-25 21:44  daper

	* Makefile: Updated Dependencies.

2002-10-25 21:44  daper

	* mp3.c, mp3.h, ogg.c, ogg.h: Added read_*_info().

2002-10-24 21:35  daper

	* audio.c: Fixed stopping after end of playlist.

2002-10-24 18:34  daper

	* menu.c: Better handling the arrow keys and PGUP, PGDOWN.

2002-10-24 17:28  daper

	* audio.c: Removed unused variable.

2002-10-23 21:20  daper

	* interface.c: Added makeing previous directory selected when
	entering to '../'.

2002-10-23 21:19  daper

	* menu.c, menu.h: Added menu_find_item().

2002-10-23 21:19  daper

	* filelist.c: Fixed get_dir().

2002-10-23 18:11  daper

	* interface.c: Added the "next" command.

2002-10-23 18:11  daper

	* mp3.c, ogg.c: Renamed stop_req_mut as req_mut.

2002-10-23 18:10  daper

	* audio.c, audio.h: Added next(), renamed stop_req_mut as req_mut.

2002-10-22 18:46  daper

	* interface.c: Fixed bug when entering directory simultaneously
	with mark_item().

2002-10-20 09:52  daper

	* audio.c: Fixed segfault when ao_open_live() failed.

2002-10-13 14:56  daper

	* main.c: Fixed problems when file name is passed as an argument.

2002-10-07 10:56  daper

	* mp3.c: Fixed seeking.

2002-10-06 14:37  daper

	* mp3.c, ogg.c: Used build_title() to set title.

2002-10-06 14:37  daper

	* audio.c, audio.h: Added build_title().

2002-10-06 14:22  daper

	* interface.c: Added marking currently playing file even, if user
	entered other directory.

2002-10-06 14:22  daper

	* menu.c: Added #include....

2002-10-06 14:21  daper

	* audio.h: Added get_played_name().

2002-10-06 14:21  daper

	* audio.c: Added get_played_name().  Removed unneeded code.

2002-10-06 14:00  daper

	* interface.c: Fixed segfault on unmark_item().

2002-10-06 13:34  daper

	* menu.c: Fixed problem with item titles longer than the window.

2002-10-06 13:29  daper

	* audio.c: Fixed *mark_item() usage.

2002-10-06 13:29  daper

	* interface.c, interface.h: Simplified mark_item() and
	unmark_item().

2002-10-06 13:15  daper

	* filelist.c: Added getting absolute path of the files.

2002-10-06 13:14  daper

	* playlist.c, playlist.h, interface.c: Added hidden playlist.

2002-10-06 11:46  daper

	* audio.c: Removed stop() from play_it().

2002-10-06 11:14  daper

	* Makefile, config.h, main.c: Added build date and copyright
	information.

2002-10-06 10:45  daper

	* Makefile: Added config.h

2002-10-06 10:17  daper

	* audio.c, filelist.c, interface.c, mp3.c, ogg.c: Fixed buffor
	lengths for paths, used config.h.

2002-10-06 10:16  daper

	* main.c: Used config.h

2002-10-06 10:16  daper

	* config.h: New file: define program name, version and PATH_MAX.

2002-10-05 17:40  daper

	* audio.c, interface.c, interface.h: Added marking file that is
	currently beeing played.

2002-10-05 16:41  daper

	* interface.c, playlist.c: Added showing directories in bold.

2002-10-05 16:23  daper

	* Makefile, filelist.c, interface.c, interface.h, playlist.c,
	playlist.h: Changes due to new menu.c.

2002-10-05 16:22  daper

	* menu.c, menu.h: New files: alternative implementation of menu.

2002-10-04 15:38  daper

	* xing.c: New files for mp3 with VBR supprort.

2002-10-03 19:42  daper

	* mp3.c: Fixed seeking.

2002-10-03 17:56  daper

	* mp3.c: Added support for VBR.

2002-10-02 22:51  daper

	* playlist.c: Code cleanup.

2002-10-01 12:43  daper

	* Makefile: Added xing.

2002-10-01 12:42  daper

	* audio.c, playlist.c: Fixed invalid free().

2002-09-29 19:40  daper

	* audio.c: Fixed switching to the next song.

2002-09-29 17:39  daper

	* mp3.h, ogg.h: Code cleanups.

2002-09-29 17:38  daper

	* Makefile, xing.c, xing.h: Removed unused files.

2002-09-29 17:36  daper

	* audio.c, ogg.c: FIxed returning value for load_ogg().

2002-09-29 17:30  daper

	* mp3.c: Fixed showing errors.

2002-09-29 17:20  daper

	* mp3.c: Added seeking (doesn't work good yet).

2002-09-29 16:14  daper

	* audio.c: Fixed stopping when paused.

2002-09-29 16:13  daper

	* audio.c, mp3.c: New implementation of mp3.

2002-09-29 15:43  daper

	* ogg.c: Code cleanup.

2002-09-29 11:29  daper

	* audio.c, audio.h, mp3.c, ogg.c: Code cleanups.

2002-09-28 14:56  daper

	* audio.c: Fixed stop_req.

2002-09-28 14:45  daper

	* mp3.c: Some cleanups.

2002-09-28 14:27  daper

	* audio.c, audio.h, mp3.c, ogg.c: Checking return value of
	open_audio().  Fixed stopping playing.

2002-09-28 13:46  daper

	* audio.c: Fixed setting state.

2002-09-28 13:23  daper

	* audio.c: Fixed setting is_playing.

2002-09-28 13:17  daper

	* audio.c, audio.h, interface.c: Fixed crach when changing playlist
	while playing.

2002-09-28 12:51  daper

	* main.c: Removed debug code.

2002-09-28 12:43  daper

	* audio.c: Added setting mutex for stop_req in play_files().

2002-09-28 12:35  daper

	* audio.c, audio.h, mp3.c, mp3.h, ogg.c, ogg.h: Now files are
	played in a loop with function play_files running as thread. 
	process_*() function are not threads, but regular functions.

2002-09-28 12:05  daper

	* Makefile, audio.c, audio.h, interface.c, main.c, mp3.c, ogg.c,
	playlist.c: Added changing to the next file after end of file.

2002-09-27 20:13  daper

	* Makefile, filelist.c, filelist.h, interface.c, playlist.c,
	playlist.h: Made universal code for general playlists in playlist.c
	and use playlists for showing files.

2002-09-27 17:02  daper

	* playlist.c: Fixed compile errors.

2002-09-27 16:59  daper

	* Makefile: Added playlist.

2002-09-27 16:57  daper

	* filelist.h: Fixed #ifdef.

2002-09-27 16:57  daper

	* playlist.c, playlist.h: New files for handling play list.

2002-09-27 16:47  daper

	* Makefile, filelist.c, filelist.h, interface.c, main.c,
	playlist.c, playlist.h: Changed name of playlist.[ch] to
	filelist.[ch].

2002-09-26 21:43  daper

	* ogg.c: Added handling section changes.

2002-09-25 17:23  daper

	* interface.c, interface.h, playlist.c: Added checking whether the
	terminal supports colors.

2002-09-25 13:26  daper

	* audio.c, audio.h, mp3.h, ogg.c, ogg.h: Changed argument for
	seek_stream() to int.

2002-09-25 13:25  daper

	* mp3.c: Added seeking. Doesnt work property yet.

2002-09-25 12:55  daper

	* mp3.c: Fixed reading comments; Added showing time information.

2002-09-25 12:41  daper

	* interface.c: Fixed showing titles longer than the screen.

2002-09-25 12:39  daper

	* mp3.c: Added showing the title, artist an dalbum information.

2002-09-25 12:26  daper

	* mp3.c: Fixed scaning file whel loadnig.

2002-09-24 19:52  daper

	* ogg.c: Fixed getting comments.

2002-09-24 11:14  daper

	* mp3.c: Added stop.

2002-09-24 11:13  daper

	* main.c: Added handling files given as an argument.

2002-09-24 11:12  daper

	* playlist.c, playlist.h: Made read_file_type() public function.

2002-09-24 11:11  daper

	* interface.c: Used play_it() to play files.

2002-09-24 11:11  daper

	* audio.c, audio.h: Added play_it().

2002-09-23 20:37  daper

	* ogg.c, audio.c: Fixed stopping.

2002-09-23 19:55  daper

	* mp3.c: Formated the code as the rest of the program.

2002-09-23 19:54  daper

	* audio.c, audio.h, ogg.c: Removed pthread_cancel(), used instead
	stop_req variable.

2002-09-22 21:19  daper

	* Makefile, audio.h, interface.c, playlist.c: Added support for MP3
	(Yeeeeah!), but it needs some cleanups and rewriteing.

2002-09-22 21:18  daper

	* mp3.c, mp3.h, xing.c, xing.h: Code from xmms-mad. It's working,
	but it's ugly and needs some modifications.

2002-09-22 20:22  daper

	* ogg.c: Fixed a few lines due to changes in audio.h.

2002-09-22 20:21  daper

	* audio.c, audio.h: Removed global pcm_buff.  Removed ao_bigendian.

2002-09-22 20:07  daper

	* audio.c: Added mp3 support.  Fixed handling errors when opening
	audio device.

2002-09-22 19:00  daper

	* ogg.c, ogg.h: load_ogg() now returns 0 on failture or 1 on
	success.

2002-09-18 10:23  daper

	* playlist.c: Modified get_dir() to use strrchr().

2002-09-17 11:10  daper

	* interface.c, interface.h, playlist.c: Added macros to locking the
	screen with mutex.

2002-09-16 20:56  daper

	* audio.c: Fixed crash on pause and seen if nothing is beeing
	played.

2002-09-16 20:54  daper

	* interface.c, ogg.c: Fixed showing bitrate;

2002-09-16 20:19  daper

	* audio.c: Added proper set_state() when pausing.

2002-09-16 20:12  daper

	* playlist.c: Fixed action after opendir() failed.

2002-09-16 20:10  daper

	* interface.c, ogg.c, playlist.c: Fixed uses of show_err() without
	exiting.

2002-09-16 18:48  daper

	* interface.c, playlist.c, playlist.h: Cursor points to the last
	directory if we go to ../ (commented out due to strange bug).

2002-09-16 14:21  daper

	* audio.c, audio.h, interface.c, ogg.c: Added pause command.

2002-09-16 13:37  daper

	* audio.c, audio.h, interface.c, ogg.c, ogg.h: Added rewind and
	forward commands.

2002-09-16 13:08  daper

	* audio.c: Fixed stop().

2002-09-16 12:45  daper

	* audio.c: Fixed stop() to set proper status and time.

2002-09-16 12:40  daper

	* ogg.c: Fixed setting bitrate.

2002-09-16 12:39  daper

	* Makefile, audio.c, interface.c, interface.h, ogg.c: Added setting
	file state (play, stop, pause).  Added locking the file_info and
	the info window to be thread-save.

2002-09-16 11:39  daper

	* interface.c, interface.h, playlist.c: Modified show_err() to use
	arguments similar to printf().	Added reseting file_info on
	startup.  Added checking if file_info.time was set.

2002-09-16 11:03  daper

	* interface.c, interface.h, ogg.c, playlist.c: Added show_err() and
	using it in some places instead of fatal().

2002-09-16 10:37  daper

	* interface.c: Added handling page up and page down keys.

2002-09-15 21:11  daper

	* audio.c, interface.c, interface.h, ogg.c: Added showing
	information about the stream: bitrate, time, rate, current time,
	stereo or mono.

2002-09-15 19:23  daper

	* main.h: Header file with cmalloc().

2002-09-15 19:23  daper

	* Makefile, interface.c, interface.h, ogg.c: Added hsoowing the
	title, artist and album of the stream.

2002-09-15 16:03  daper

	* interface.c, interface.h, playlist.c: Added showing current
	directory as a title of the main window.

2002-09-15 15:22  daper

	* playlist.c: Added file sorting.

2002-09-15 13:49  daper

	* Makefile, interface.c, interface.h, main.c, playlist.c,
	playlist.h: Splited interface.c into interface.c and playlist.c

2002-09-14 17:10  daper

	* Makefile, audio.c, audio.h, interface.c, main.c, ogg.c: Added
	stop() and shutdown_audio() functions and code for closeing ogg
	file.

2002-09-10 11:00  daper

	* log, moc: Removed useless files.

2002-09-10 10:56  daper

	* Makefile, audio.c, audio.h, interface.c, interface.h, log,
	main.c, moc, ogg.c, ogg.h: Initial revision

2002-09-10 10:56  daper

	* Makefile, log, moc: Imported sources

