2004-06-15 23:11  rillig

	* Makefile.am (1.8):

	Always add a current CVS ChangeLog to the distribution.

2004-06-15 23:08  rillig

	* configure.ac (1.7):

	Moved config.h to src/.

2004-06-15 22:59  rillig

	* configure.ac (1.6):

	Cleanup.

2004-06-15 22:47  rillig

	* NEWS (1.3), TODO (1.5), configure.ac (1.5):

	Ready to release tcd-2.2.0

2004-06-15 21:37  rillig

	* src/tracked.c (1.24):

	Fixed two possible sources for buffer overflows.

2004-06-15 21:20  rillig

	* src/cddb.c (1.24):

	Fixed typo.

2004-06-15 21:14  rillig

	* src/user-interface.c (1.34):

	Applied "indent -kr -nut".

2004-06-15 21:12  rillig

	* src/user-interface.c (1.33):

	The track_list shows one more line than before. Removed the check
	for the screen size at startup. It still looks good at 76x16.

2004-06-15 21:09  rillig

	* src/user-interface.c (1.32):

	Made the screen layout look better for very small screens.

2004-06-15 20:41  rillig

	* src/ui-layout.c (1.5):

	Fixed screen overflow bug.

2004-06-15 20:39  rillig

	* src/: cddb.c (1.23), tcd.h (1.16):

	Avoided invalid memory access for the track data.

2004-06-15 20:32  rillig

	* src/: tcd.c (1.45), tcd.h (1.15):

	Detect disc change and write/read cddb info.

2004-06-15 20:30  rillig

	* src/: cd-utils.c (1.2), cd-utils.h (1.2), cddb.c (1.22):

	Moved cddb_discid to cd-utils.

2004-06-15 20:19  rillig

	* src/cddb.c (1.21):

	Restructured code.

2004-06-15 20:13  rillig

	* src/: cddb.c (1.20), cddb.h (1.8):

	Code cleanup.

2004-06-15 20:12  rillig

	* src/user-interface.c (1.31):

	Included "cd-utils.h".

2004-06-15 20:11  rillig

	* src/: Makefile.am (1.12), cd-utils.c (1.1), cd-utils.h (1.1):

	Moved cd_length into the new cd-utils module because it didn't fit
	elsewhere.

2004-06-15 19:34  rillig

	* src/: cddb.h (1.7), tcd.c (1.44), tcd.h (1.14), user-interface.c
	(1.30), Makefile.am (1.11), cddb.c (1.19), tracked.c (1.23),
	linux-cdrom.c (1.31), linux-cdrom.h (1.22):

	Removed the module linux-cdrom and moved the functions into cddb.c.

2004-06-14 14:01  rillig

	* src/linux-cdrom.c (1.30):

	Cleanup in the #include section.

2004-06-14 13:58  rillig

	* src/linux-cdrom.c (1.29):

	Code cleanup.

2004-06-14 13:57  rillig

	* src/: cddb.c (1.18), cddb.h (1.6):

	Deleted functions that rely on two-year old GNOME programs.

2004-06-14 13:23  rillig

	* src/tracked.c (1.22):

	Typo.

2004-06-14 13:13  rillig

	* src/tcd.c (1.43):

	Trivial fixups due to changes in other files.

2004-06-14 13:12  rillig

	* src/tracked.c (1.20):

	Moved input_box into ui-layout.

2004-06-14 13:07  rillig

	* src/: user-interface.c (1.29), user-interface.h (1.6),
	ui-layout.c (1.4), ui-layout.h (1.4), tracked.c (1.21):

	Final code cleanup. Checked every line and routine to look nice.

2004-06-14 12:21  rillig

	* src/user-interface.c (1.28):

	Code cleanup.

2004-06-14 12:21  rillig

	* src/: ui-layout.c (1.3), ui-layout.h (1.3):

	Added mvwaddlstr. Added convenience macros.

2004-06-14 12:09  rillig

	* src/user-interface.c (1.27):

	Restructured screen layout. Resizing the screen works.

2004-06-14 12:08  rillig

	* src/Makefile.am (1.10):

	Added ui-layout.{c,h}.

2004-06-14 12:08  rillig

	* src/: ui-layout.c (1.2), ui-layout.h (1.2):

	Added mvwvsplit and mvwhsplit.

2004-06-14 11:11  rillig

	* src/: user-interface.c (1.26), user-interface.h (1.5):

	Reordered functions. Removed tcd_ui_refresh.

2004-06-14 11:09  rillig

	* src/tcd.c (1.42):

	The user input variable is an int, not a char.

2004-06-14 11:08  rillig

	* src/tracked.c (1.19):

	Using the new ui-layout module.

2004-06-14 11:08  rillig

	* src/: ui-layout.c (1.1), ui-layout.h (1.1):

	Helper functions for user interface layout.

2004-06-14 10:57  rillig

	* src/user-interface.c (1.25):

	Code cleanup.

2004-06-14 10:37  rillig

	* src/: tcd.c (1.41), tcd.h (1.13):

	Applied "indent -kr -nut". Moved some code into own functions.

2004-06-14 10:35  rillig

	* src/: user-interface.c (1.24), user-interface.h (1.4):

	Added delay parameter to tcd_ui_readkey.

2004-06-14 00:51  rillig

	* TODO (1.4):

	Added some comments.

2004-06-14 00:51  rillig

	* src/linux-cdrom.c (1.28):

	Made tcd more robust in case $HOME ist not set.

2004-06-14 00:41  rillig

	* src/linux-cdrom.c (1.27):

	Sorted include files. Removed gettext stub. Real gettext support
	will be added later.

2004-06-14 00:33  rillig

	* src/cddb.c (1.17):

	Fixed off-by-one error.

2004-06-14 00:32  rillig

	* src/linux-cdrom.c (1.26):

	Code cleanup.

2004-06-14 00:31  rillig

	* src/tcd.c (1.40):

	Get the CD status before reading the disc info from the database.

2004-06-14 00:30  rillig

	* src/tracked.c (1.18):

	Code cleanup. Show disc title above the tracks list.

2004-06-14 00:29  rillig

	* src/user-interface.c (1.23):

	Be polite and allow 80x24 terminals, too.

2004-06-14 00:03  rillig

	* src/tcd.c (1.39):

	Eliminated unnecessary command.

2004-06-14 00:02  rillig

	* src/tracked.c (1.17):

	More structured screen layout.

2004-06-14 00:01  rillig

	* src/user-interface.c (1.22):

	GUI improvements. Enabled keypad.

2004-06-13 22:23  rillig

	* src/: tcd.c (1.38), cddb.c (1.16), linux-cdrom.c (1.25),
	linux-cdrom.h (1.21), tracked.c (1.16), user-interface.c (1.21):

	More readable names (extd => extra_data) and code cleanup.

2004-06-13 22:08  rillig

	* configure.ac (1.4), src/tcd.c (1.37), src/user-interface.c
	(1.20), src/linux-cdrom.h (1.20):

	Removed CD changer support.

2004-06-13 22:01  rillig

	* src/: cddb.c (1.15), cddb.h (1.5):

	Fixed the cddb_discid algorithm and the output data format.

2004-06-13 21:42  rillig

	* src/tcd.c (1.36):

	Load the cddb data at startup.

2004-06-13 21:42  rillig

	* src/: cddb.c (1.14), cddb.h (1.4), linux-cdrom.c (1.24),
	linux-cdrom.h (1.19):

	Removed redundant data (cddb ids).

2004-06-13 21:23  rillig

	* src/: tcd.c (1.35), tcd.h (1.12), user-interface.c (1.19),
	user-interface.h (1.3):

	Made tcd.c and tcd.h independent from ncurses.

2004-06-13 21:00  rillig

	* src/: cddb.h (1.3), tcd.c (1.34), user-interface.c (1.18), cddb.c
	(1.13), linux-cdrom.c (1.23), linux-cdrom.h (1.18), tracked.c
	(1.15):

	Replaced cd_info.num_tracks by cdrom->numtracks to remove
	redundancy.

2004-06-13 20:07  rillig

	* src/: tcd.c (1.33), tcd.h (1.11), user-interface.c (1.17),
	tracked.c (1.14):

	removed the macro "win".

2004-06-13 19:58  rillig

	* configure.ac (1.3):

	Bugfixes.

2004-06-13 19:36  rillig

	* TODO (1.3):

	Cleaned up things from the GTK past.

2004-06-13 19:29  rillig

	* .cvsignore (1.4), debian/.cvsignore (1.2), m4/.cvsignore (1.2),
	src/.cvsignore (1.6), .cvsignore (1.5), src/.cvsignore (1.7):

	Added the autotools files to .cvsignore.

2004-06-13 19:28  rillig

	* configure.ac (1.2):

	The autotools are installed in the subdirectory "config".

2004-06-13 19:22  rillig

	* configure.ac (1.1), configure.in (1.18):

	Replaced configure.in by configure.ac.

2004-06-13 19:20  rillig

	* aclocal.m4 (1.12), COPYING (1.2), INSTALL (1.2), Makefile.in
	(1.11), README (1.2), configure (1.20), depcomp (1.2), install-sh
	(1.2), missing (1.2), mkinstalldirs (1.2), debian/Makefile.in
	(1.2), m4/Makefile.in (1.2), src/Makefile.in (1.9), src/config.h.in
	(1.9), src/config.h.in (1.10):

	Removed the redundant autotools files. Added build instructions to
	README.

2004-06-13 19:13  rillig

	* src/tcd.c (1.32):

	Code cleanup.

2004-06-13 19:12  rillig

	* src/Makefile.am (1.9):

	Added header files.

2004-06-13 18:53  rillig

	* src/: user-interface.c (1.16), tracked.c (1.13), tcd.h (1.10),
	linux-cdrom.h (1.17), linux-cdrom.c (1.22), concat-strings.c (1.3),
	cddb.c (1.12):

	Applied "indent -kr -nut".

2004-06-13 18:40  rillig

	* src/: linux-cdrom.h (1.16), tcd.c (1.31), user-interface.c
	(1.15):

	Removed repeat_track.

2004-06-13 18:31  rillig

	* m4/ri-config-script.m4 (1.4):

	Fixed automake-1.8 warning.

2004-06-13 18:27  rillig

	* configure.in (1.17):

	Cleanup. Added AC_C_VOLATILE.

2004-06-13 18:25  rillig

	* m4/ri-config-script.m4 (1.3):

	Updated for automake-1.8.

2004-06-13 18:24  rillig

	* m4/ri-gcc-warnings.m4 (1.6):

	Distinguishes CFLAGS, CPPFLAGS and CXXFLAGS.

2004-06-13 18:21  rillig

	* src/: user-interface.c (1.14), tracked.c (1.12):

	Got rid of the macros maxx and maxy.

2004-06-13 18:16  rillig

	* src/linux-cdrom.c (1.21):

	Bugfix: Don't try to create an empty directory.

2004-06-13 18:15  rillig

	* src/: tcd.c (1.30), linux-cdrom.h (1.15), user-interface.c
	(1.13):

	Removed unused variables. Removed volume control as it seems
	unavailable via SDL.

2004-06-13 17:56  rillig

	* src/tracked.c (1.11):

	Almost complete rewrite of the track editor.

2004-06-13 17:28  rillig

	* src/cddb.c (1.11):

	Simplified algorithms.

2004-06-13 17:19  rillig

	* src/linux-cdrom.c (1.20):

	Removed cd_track.titled.

2004-06-13 17:18  rillig

	* src/user-interface.c (1.12):

	Code cleanup.

2004-06-13 17:17  rillig

	* src/linux-cdrom.h (1.14):

	Removed redundant data.

2004-06-13 17:13  rillig

	* src/cddb.h (1.2):

	Reformatting.

2004-06-13 15:37  rillig

	* src/user-interface.c (1.11):

	Show proper CD status information.

2004-06-13 15:22  rillig

	* src/user-interface.c (1.10):

	Simplified phelp.

2004-06-13 15:13  rillig

	* src/tcd.c (1.29):

	Outsourced the key handler routines into functions.

2004-06-13 14:36  rillig

	* src/: user-interface.c (1.9), linux-cdrom.c (1.19), linux-cdrom.h
	(1.13), cddb.c (1.10):

	Removed operating system dependencies.

2004-06-13 14:30  rillig

	* src/user-interface.c (1.8):

	Removed dependency on Linux kernel structures.

2004-06-13 14:15  rillig

	* src/tcd.c (1.28):

	The user interface is initialized after the startup of the CD
	driver.

2004-06-13 14:15  rillig

	* src/user-interface.c (1.7):

	Include <string.h>, as necessary. The available commands (Play,
	Stop, etc.) are highlighted if available.

2004-06-13 14:02  rillig

	* src/: linux-cdrom.c (1.18), linux-cdrom.h (1.12),
	user-interface.c (1.6):

	Removed unused variables and #define's.

2004-06-13 13:49  rillig

	* src/: tcd.c (1.27), user-interface.c (1.5):

	Minor code cleanup. Moved the ncurses shutdown code into
	user-interface.c.

2004-06-13 13:38  rillig

	* src/: tcd.h (1.9), cddb.c (1.9), linux-cdrom.c (1.17),
	linux-cdrom.h (1.11), tcd.c (1.26), tracked.c (1.10),
	user-interface.c (1.4):

	General cleanup. Replaced cd_info.last_t and cd_info.first_t by
	cd_info.num_tracks.

2004-06-13 03:48  rillig

	* src/: linux-cdrom.c (1.16), linux-cdrom.h (1.10), tcd.c (1.25):

	Removed cd_struct.cd_dev (has not been opened properly) and all
	dependent functions.

2004-06-13 03:31  rillig

	* src/: linux-cdrom.c (1.15), linux-cdrom.h (1.9):

	Removed the cdpath field because it was never written to.

2004-06-13 03:28  rillig

	* src/: linux-cdrom.h (1.8), tcd.c (1.24), tcd.h (1.8),
	user-interface.c (1.3):

	Moved the field play_method from cd_struct to tcd_state, because it
	has nothing to do with the CD.

2004-06-13 03:16  rillig

	* src/: tcd.c (1.23), tcd.h (1.7), tracked.c (1.9), tracked.h
	(1.3), user-interface.c (1.2), user-interface.h (1.2):

	Replaced global variables with a reference to the "state of tcd"
	structure.

2004-06-13 02:20  rillig

	* src/cddb.c (1.8):

	Made cdtoc a static variable.

2004-06-13 01:20  rillig

	* src/: Makefile.am (1.8), tcd.c (1.22), tcd.h (1.6):

	Moved some of the ncurses functions into the module
	"user-interface".

2004-06-13 01:18  rillig

	* src/: user-interface.c (1.1), user-interface.h (1.1):

	Added the module "user-interface" which contains parts of the
	ncurses stuff. The goal is to make the module "tcd" independent
	from ncurses.

2004-06-13 01:16  rillig

	* src/tracked.c (1.8):

	Removed the global variables maxy and maxx.

2004-06-13 00:28  rillig

	* src/: .cvsignore (1.5), cddb.c (1.7), linux-cdrom.c (1.14),
	linux-cdrom.h (1.7), tcd.c (1.21), tracked.c (1.7):

	Replaced the macro gcc_unused by an #ifdef. Cleanup in the #include
	section.

2003-11-23 20:14  rillig

	* src/: linux-cdrom.c (1.13), linux-cdrom.h (1.6), tcd.c (1.20):

	Removed unused structures, enums and constants.

2003-11-23 19:24  rillig

	* Makefile.am (1.7), Makefile.in (1.10), aclocal.m4 (1.11),
	configure (1.19), configure.in (1.16), debian/.cvsignore (1.1),
	debian/Makefile.am (1.1), debian/Makefile.in (1.1):

	Added more appropriate settings for including the subdirectory
	debian/ in the distribution.

2003-11-23 19:15  rillig

	* Makefile.am (1.6), Makefile.in (1.9), compile (1.2), configure
	(1.18), configure.in (1.15), m4/.cvsignore (1.1), m4/Makefile.am
	(1.1), m4/Makefile.in (1.1), m4/ri-gcc-warnings.m4 (1.5):

	Added the m4 files to the distribution. The additional GCC warnings
	must now be selected explicitly.

2003-11-23 19:05  rillig

	* aclocal.m4 (1.10):

	*** nderung der Schlsselwortersetzung ***

2003-11-23 17:02  rillig

	* src/concat-strings.c (1.2):

	Added <stdlib.h> to the includes for malloc().

2003-11-23 16:34  rillig

	* aclocal.m4 (1.9), configure (1.17), m4/ri-gcc-warnings.m4 (1.4):

	Added an autoconf flag to disable the additional GCC warnings.

2003-11-17 20:45  rillig

	* src/: more-attributes.h (1.2), tcd.c (1.19), .cvsignore (1.4),
	linux-cdrom.c (1.12), tcd-types.h (1.2):

	removed my header files "tcd-types.h" and "more-attributes.h". No
	functional changes.

2003-10-27 21:47  rillig

	* aclocal.m4 (1.8), configure (1.16), m4/ri-gcc-warnings.m4 (1.3):

	fixed a bug in m4/ri-gcc-warnings.m4 that appeared on Solaris.

2003-10-18 18:34  rillig

	* Makefile.in (1.8), configure (1.15), configure.in (1.14),
	src/Makefile.am (1.7), src/Makefile.in (1.8), src/tcd.1.in (1.1):

	added a manpage.

2003-10-18 18:17  rillig

	* configure (1.14), configure.in (1.13), src/config.h.in (1.8),
	src/linux-cdrom.h (1.5):

	now using autoconf HAVE_LINUX_CDROM_H instead of #ifdef linux.

2003-10-18 17:55  rillig

	* src/: linux-cdrom.c (1.11), linux-cdrom.h (1.4), tcd-types.h
	(1.1):

	added some data types in src/tcd-types.h. Removed an unused
	parameter from tcd_opencddev().

2003-10-18 17:41  rillig

	* src/linux-cdrom.c (1.10):

	rewrote tcd_writediskinfo to allow home directories longer than 40
	characters.

2003-10-18 16:59  rillig

	* src/: Makefile.am (1.6), Makefile.in (1.7):

	corrected Makefile.am to include C header files into the
	distribution.

2003-10-17 17:51  rillig

	* src/: Makefile.am (1.5), concat-strings.c (1.1), concat-strings.h
	(1.1), linux-cdrom.c (1.8), linux-cdrom.c (1.9):

	replaced some strncat sequences in linux-cdrom.c by a nicer(?) call
	to concat_strings().

2003-10-17 17:06  rillig

	* src/: linux-cdrom.c (1.7), linux-cdrom.h (1.3):

	removed unused functions from linux-cdrom.c.

2003-10-17 16:47  rillig

	* src/: gcc-features.h (1.2), linux-cdrom.c (1.6):

	replaced gcc-features.h by more-attributes.h

2003-10-16 18:59  rillig

	* Makefile.in (1.7), aclocal.m4 (1.7), configure (1.13),
	configure.in (1.12), src/Makefile.in (1.6), src/config.h.in (1.7),
	src/linux-cdrom.c (1.5), src/linux-cdrom.h (1.2):

	replaced some invocations of strcpy by safer variants.

2003-10-16 18:29  rillig

	* src/tcd.c (1.18):

	avoided a possible format-string bug in phelp(). Don't print the
	bug-report message for SIGTERM and SIGINT.

2003-10-16 17:43  rillig

	* src/tcd.c (1.17):

	avoided possible buffer overflow in update_display().

2003-10-16 17:29  rillig

	* src/tcd.c (1.16):

	made phelp() shorter but kept equivalent, removed preprocessor
	macro FRAME from the switch statement in main(), added some
	comments to the switch.

2003-10-16 17:12  rillig

	* src/tcd.c (1.15):

	eliminated a local character array in update_status().

2003-10-16 17:05  rillig

	* src/: more-attributes.h (1.1), tcd.c (1.14):

	added more-attributes.h, which allows us to annotate unused
	variables or abstract types. If an unexpected signal is caught, the
	program terminates with EXIT_FAILURE instead of the signal number.

2003-10-09 12:23  robertmh

	* ChangeLog (1.7), src/tcd.c (1.13):

	From Jan Engelhardt <jengelh@linux01.gwdg.de> * src/tcd.c: Improve
	tracklist display so it can autoscroll through infinite entries.
	(hx3) * src/tcd.c: Fixes volume getting (displaying) and setting.
	(hx4)

2003-10-09 11:54  robertmh

	* ChangeLog (1.6), src/tcd.c (1.12), src/tracked.c (1.6):

	From Jan Engelhardt <jengelh@linux01.gwdg.de> *
	src/tcd.c,src/tracked.c: Fix ncurses and graphical style
	issues.(hx2) * src/tcd.c,src/tracked.c: Aestethical GUI fixes
	(remove dots). (hx5)

2003-10-08 10:02  robertmh

	* ChangeLog (1.5), Makefile.in (1.6), aclocal.m4 (1.6),
	src/Makefile.in (1.5), src/tcd.c (1.11):

		* aclocal.m4: Regenerate with latest automake (1.7.7).
		* configure: Likewise.
		From Jan Engelhardt <jengelh@linux01.gwdg.de>
		* src/tcd.c: Fix main () declaration and add SDL error
	checks. (hx1)

2003-09-02 14:56  rillig

	* aclocal.m4 (1.5), configure (1.12), m4/ri-config-script.m4 (1.2),
	src/config.h.in (1.6):

	If the user wants to build with SDL support, the compiler symbol
	WITH_SDL is defined to 1.

2003-09-02 14:37  rillig

	* src/: linux-cdrom.c (1.4), tcd.c (1.10), tcd.h (1.5), tracked.c
	(1.5):

	Changed the type of the global variable cd from "cd_struct *" to
	"cd_struct".

2003-09-02 14:21  rillig

	* .cvsignore (1.3):

	Added the file mask "tcd-*.tar.bz2".

2003-09-02 14:09  rillig

	* configure (1.11), configure.in (1.11), src/Makefile.am (1.4),
	src/Makefile.in (1.4):

	SDL should work now as expected.

2003-08-28 18:20  rillig

	* NEWS (1.2), configure (1.10), configure.in (1.10) (utags:
	v2_1_2):

	Updated NEWS, set version to 2.1.2.

2003-08-28 16:40  rillig

	* Makefile.am (1.5, v2_1_2), Makefile.in (1.5, v2_1_2), aclocal.m4
	(1.4, v2_1_2), compile (1.1, v2_1_2), configure (1.9), configure.in
	(1.9), m4/ri-gcc-warnings.m4 (1.2, v2_1_2), src/Makefile.am (1.3,
	v2_1_2), src/Makefile.in (1.3, v2_1_2):

	Beautified autoconf/automake source

2003-08-28 15:41  rillig

	* Makefile.am (1.4), Makefile.in (1.4), aclocal.m4 (1.3), configure
	(1.8), configure.in (1.8), src/Makefile.am (1.2), src/Makefile.in
	(1.2), src/tcd.c (1.9, v2_1_2):

	Completed adding SDL support

2003-08-28 14:49  rillig

	* src/tcd.h (1.4, v2_1_2):

	added ncurses header

2003-08-28 14:47  rillig

	* src/tracked.c (1.4, v2_1_2):

	reordered the static functions to avoid predeclaration

2003-08-28 14:45  rillig

	* src/tracked.h (1.2, v2_1_2):

	just did some reformatting

2003-08-28 14:27  rillig

	* m4/: ri-config-script.m4 (1.1, v2_1_2), ri-gcc-warnings.m4 (1.1):

	Added two autoconf macros.

2003-08-21 14:09  robertmh

	* ChangeLog (1.4, v2_1_2), src/tcd.c (1.8):


	Add SDL support.

2003-08-21 11:48  robertmh

	* src/tcd.c (1.7):


	dynamicalised a static malloc

2003-08-21 11:07  robertmh

	* src/cddb.c (1.6, v2_1_2):


	clarified comments in cddb.c

2003-07-29 18:52  rillig

	* src/cddb.c (1.5):

	omitted error message from tcd_call_cddb_slave. Now the function
	just returns.

2003-07-26 19:01  rillig

	* src/tcd.h (1.3):

	added include file "linux-cdrom.h".

2003-07-26 18:56  rillig

	* src/linux-cdrom.c (1.3, v2_1_2):

	removed unnecessary include files. added a debug message for
	tcd_opencddev.

2003-07-26 18:53  rillig

	* src/: cddb.c (1.4), tcd.c (1.6), tracked.c (1.3):

	removed unnecessary include files.

2003-07-26 18:51  rillig

	* configure (1.7), configure.in (1.7), src/config.h.in (1.5,
	v2_1_2):

	added the --enable-changer and --enable-debug options to
	./configure.

2003-07-26 15:05  rillig

	* configure (1.6), configure.in (1.6), src/config.h.in (1.4):

	ran autoscan and modified the configure.in file.

2003-07-26 14:23  rillig

	* .cvsignore (1.2, v2_1_2):

	added tcd-*.tar.gz

2003-07-26 14:23  rillig

	* aclocal.m4 (1.2), configure (1.5), configure.in (1.5):

	applied some tips from the autoconf manual.

2003-07-26 14:19  rillig

	* src/config.h.in (1.3):

	removed various checks for ncurses header files.

2003-07-26 14:12  rillig

	* src/linux-cdrom.c (1.2):

	fixed some warnings on gcc-2.95-sparc-solaris8.

2003-07-26 10:15  rillig

	* src/: tcd.c (1.5), tcd.h (1.2), tracked.c (1.2):

	reordered the functions in tcd.c and made them static. Moved the
	declaration of the global variables into tcd.h.

2003-07-25 22:51  rillig

	* ChangeLog (1.3):

	updated the file and inserted real names.

2003-07-25 22:40  rillig

	* configure (1.4), configure.in (1.4):

	the configure script now distinguishes different versions of gcc
	and sets the warning flags accordingly. Tested versions are
	gcc-2.95, gcc-3.2, gcc-3.3, all on pc-i686-gnu-linux.

2003-07-25 22:36  rillig

	* src/.cvsignore (1.3, v2_1_2):

	added the .deps directory

2003-07-25 20:35  rillig

	* src/: cddb.c (1.3), tcd.c (1.4):

	removed the #define's for _GNU_SOURCE and _POSIX_SOURCE, because
	that code didn't compile on gcc/solaris9.

2003-07-25 20:19  rillig

	* src/.cvsignore (1.2):

	added the tcd binary

2003-07-25 20:15  rillig

	* .cvsignore (1.1), src/.cvsignore (1.1):

	added .cvsignore files

2003-07-25 20:14  rillig

	* configure (1.3), configure.in (1.3), src/config.h.in (1.2):

	simplified ncurses library inclusion

2003-07-25 16:19  rillig

	* Makefile.am (1.3), Makefile.in (1.3):

	added ChangeLog.old

2003-07-25 15:55  rillig

	* Makefile (1.2), config.log (1.2), config.status (1.2),
	stamp-h2.in (1.2):

	deleted unnecessary files

2003-07-25 15:54  rillig

	* ChangeLog (1.2), ChangeLog.old (1.1, v2_1_2):

	replaced ChangeLog with one generated by cvs2cl. The original
	ChangeLog is saved in ChangeLog.old

2003-07-25 15:46  rillig

	* src/: Makefile (1.2), config.h (1.2), stamp-h1 (1.2), stamp-h1.in
	(1.2):

	deleted unnecessary dependency files

2003-07-25 15:35  rillig

	* Makefile.am (1.2), Makefile.in (1.2):

	added the debian/ directory

2003-07-25 15:34  rillig

	* configure.in (1.2), configure (1.2):

	distinguish between different versions of gcc to set special flags.

2003-07-20 15:24  robertmh

	* src/tcd.c (1.3):


	include config.h

2003-07-20 15:20  robertmh

	* debian/: changelog (1.2, v2_1_2), control (1.2):


	changed maintainer & uploaders

2003-07-20 15:05  robertmh

	* src/tcd.c (1.2):


	Update old version messages.

2003-07-20 14:53  robertmh

	* TODO (1.2, v2_1_2):

	add gettextization in TODO

2003-07-20 14:21  robertmh

	* debian/rules (1.2, v2_1_2):


	Remove debian patch system, not needed anymore.

2003-07-20 14:19  robertmh

	* src/cddb.c (1.2):


	Fixed comment about GNU extensions.

2003-07-20 14:15  robertmh

	* AUTHORS (1.1.1.1, v2_1_2), COPYING (1.1.1.1, v2_1_2), README
	(1.1.1.1, v2_1_2), ChangeLog (1.1.1.1), INSTALL (1.1.1.1, v2_1_2),
	Makefile.am (1.1.1.1), Makefile.in (1.1.1.1), NEWS (1.1.1.1), TODO
	(1.1.1.1), aclocal.m4 (1.1.1.1), configure (1.1.1.1), configure.in
	(1.1.1.1), depcomp (1.1.1.1, v2_1_2), install-sh (1.1.1.1, v2_1_2),
	missing (1.1.1.1, v2_1_2), mkinstalldirs (1.1.1.1, v2_1_2),
	stamp-h2.in (1.1.1.1), config.log (1.1.1.1), Makefile (1.1.1.1),
	config.status (1.1.1.1), src/Makefile.am (1.1.1.1), src/Makefile.in
	(1.1.1.1), src/cddb.c (1.1.1.1), src/config.h.in (1.1.1.1),
	src/cddb.h (1.1.1.1, v2_1_2), src/linux-cdrom.c (1.1.1.1),
	src/tcd.c (1.1.1.1), src/tracked.c (1.1.1.1), debian/changelog
	(1.1.1.1), debian/compat (1.1.1.1, v2_1_2), debian/control
	(1.1.1.1), debian/copyright (1.1.1.1, v2_1_2), debian/dirs
	(1.1.1.1, v2_1_2), debian/docs (1.1.1.1, v2_1_2), debian/rules
	(1.1.1.1), src/Makefile (1.1.1.1), src/config.h (1.1.1.1),
	src/linux-cdrom.h (1.1.1.1, v2_1_2), src/stamp-h1 (1.1.1.1),
	src/stamp-h1.in (1.1.1.1), src/tcd.h (1.1.1.1), src/tracked.h
	(1.1.1.1) (utags: start):

	Imported sources

2003-07-20 14:15  robertmh

	* AUTHORS (1.1), COPYING (1.1), README (1.1), ChangeLog (1.1),
	INSTALL (1.1), Makefile.am (1.1), Makefile.in (1.1), NEWS (1.1),
	TODO (1.1), aclocal.m4 (1.1), configure (1.1), configure.in (1.1),
	depcomp (1.1), install-sh (1.1), missing (1.1), mkinstalldirs
	(1.1), stamp-h2.in (1.1), config.log (1.1), Makefile (1.1),
	config.status (1.1), src/Makefile.am (1.1), src/Makefile.in (1.1),
	src/cddb.c (1.1), src/config.h.in (1.1), src/cddb.h (1.1),
	src/linux-cdrom.c (1.1), src/tcd.c (1.1), src/tracked.c (1.1),
	debian/changelog (1.1), debian/compat (1.1), debian/control (1.1),
	debian/copyright (1.1), debian/dirs (1.1), debian/docs (1.1),
	debian/rules (1.1), src/Makefile (1.1), src/config.h (1.1),
	src/linux-cdrom.h (1.1), src/stamp-h1 (1.1), src/stamp-h1.in (1.1),
	src/tcd.h (1.1), src/tracked.h (1.1):

	Initial revision

1970-01-01 00:00  

	* THANKS (), debian/control (), src/gcc-features.h ():

	[no log message]

