# HG changeset patch # User Matti Hamalainen # Date 1056231785 0 # Node ID 66f8d711cb9557cf2d897ca525c745a4a09a6676 # Parent ccab75d0dacc65efcbb7b6a6ace3e91f7df7b39f Cleanups in docs diff -r ccab75d0dacc -r 66f8d711cb95 AUTHORS --- a/AUTHORS Sat Jun 21 21:12:03 2003 +0000 +++ b/AUTHORS Sat Jun 21 21:43:05 2003 +0000 @@ -1,7 +1,6 @@ XMMS-SID - SIDPlay input plugin for X MultiMedia System (XMMS) ============================================================== Matti "ccr/TNSP" Hamalainen - Author and maintainer since v0.5. -Willem Monsuwe - Original XMMS-SID creator and author. Implementation of MD5 (RFC 1321) by L. Peter Deutsch (C) Copyright 1999 Aladdin Enterprises, all rights reserved. diff -r ccab75d0dacc -r 66f8d711cb95 FAQ --- a/FAQ Sat Jun 21 21:12:03 2003 +0000 +++ b/FAQ Sat Jun 21 21:43:05 2003 +0000 @@ -7,7 +7,7 @@ - When using XMMS-SID with the OpenGL Spectrum Analyzer, - Can I make my own SIDs??? How?? - XMMS-SID plays some tune badly! -- What about SIDPlay1 & 2 support? +- What about SIDPlay 1 & 2 support? >--- @@ -144,14 +144,13 @@ Q: XMMS-SID plays some tune badly! -A: Please read file "README.bugreport". In general this - might be a bug in SIDPlay-library or some other component. - Or it might be in XMMS-SID. Report and I'll see what - can be done. +A: Please read file "README.bugreport". In general this might be a bug + in emulation-library or some other component. Or it might be in + XMMS-SID. Report and I'll see what can be done. >--- -Q: What about SIDPlay1 & 2 support? I saw some screenshots from 0.8beta +Q: What about SIDPlay 1 & 2 support? I saw some screenshots from 0.8beta that had selectable support for v1 and v2 in the configuration! A: The runtime selection in betas 0-4 was based on patched libsidplay2 diff -r ccab75d0dacc -r 66f8d711cb95 THANKS --- a/THANKS Sat Jun 21 21:12:03 2003 +0000 +++ b/THANKS Sat Jun 21 21:43:05 2003 +0000 @@ -4,20 +4,20 @@ people, who have directly or indirectly involved in development of XMMS-SID plugin: -Willem Monsuwe and Michael Schwendt - XMMS-SID would not exist without these guys! +Willem Monsuwe + Original author of XMMS-SID. +Michael Schwendt + Creator of libSIDPlay and general SID-guru. -Simon White and other libSIDPlay 2 developers +Simon White and others + Creator and developer of libSIDPlay 2. Thanks for making my life a nightmare. - -All the users of XMMS-SID who have contacted me: +All the users of XMMS-SID Thanks for support, bug-reports and ideas! - You're a great bunch of people! :) - All my beloved beta- and alpha-testers Keep up the good work. :) diff -r ccab75d0dacc -r 66f8d711cb95 acinclude.m4 --- a/acinclude.m4 Sat Jun 21 21:12:03 2003 +0000 +++ b/acinclude.m4 Sat Jun 21 21:43:05 2003 +0000 @@ -1,7 +1,7 @@ -dnl *** These m4-macros are directly ripped from XSIDPlay's acinclude.m4 +dnl *** These m4-macros are ripped from XSIDPLAY v1.6.5's acinclude.m4 dnl *** (C) Copyright 2002 Michael Schwendt, licensed under GNU GPL v2. dnl *** Updated for new automake/autoconf plus namespace and other -dnl *** cosmetic changes by Matti 'ccr' Hämäläinen (C) 2003 +dnl *** minor fixes and changes by Matti 'ccr' Hämäläinen (C) 2003 TNSP dnl ------------------------------------------------------------------------- dnl Try to find a file (or one of more files in a list of dirs).