Previously, release history was kept in README.  This has been separated out
into a new file to avoid a "no-upstream-changelog" Lintian warning in the
Debian package.
---
 wmcdplay/ChangeLog | 93 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 wmcdplay/README    | 95 ------------------------------------------------------
 2 files changed, 93 insertions(+), 95 deletions(-)
 create mode 100644 wmcdplay/ChangeLog

diff --git a/wmcdplay/ChangeLog b/wmcdplay/ChangeLog
new file mode 100644
index 0000000..4744933
--- /dev/null
+++ b/wmcdplay/ChangeLog
@@ -0,0 +1,93 @@
+RELEASE HISTORY:
+================
+
+Release 0.1    22/01/98    Poor window repaint technique.
+                           Incorrect display if paused on startup.
+                           Does not show Tray Open if opened by button on 
drive,
+                              (I think this can only be done if the drive is 
empty).
+
+Release 0.2    23/01/98    Improved window repaints.
+                           Correct display even if paused on startup.
+                           Improved interface on 'other' window managers.
+
+Release 0.3    07/02/98    Handles multisession CD properly.
+                           Now free's ALL pixmaps on exit (i hope).
+                           And GCs :-).
+                           Major re-write and interface alterations.
+                           Option for led display color.
+                           Smaller and better written.
+
+Release 0.4    12/02/98    Highly customizable user interface. You chose:
+                              Basic pixmap,
+                              How many buttons,
+                              Size, shape, position of buttons (polygons),
+                              Actions for each button in each state:
+                                 (Stop, Stop Data, Play, Pause, Ejected),
+                              Led and symbol pixmaps,
+                              Position of displays.
+
+Release 0.5    24/02/98    Fixed bug relating to manual window positioning.
+                           Fixed error in grey.art.
+
+Release 0.6    04/03/98    Rewritten cdctl engine.
+                           Some more changes to artwork:
+                              Different states,
+                              Different actions.
+                           Random/Repeat track selection.
+
+                           Reduced CPU load (thanks to aselt...@cd.umass.edu),
+                           It wasn't high on my K6 233MHz box :-).
+
+Release 0.7    12/03/98    Better track selection.
+                           Command line option to set track selection mode.
+                           Yet more changes to artwork:
+                              Hiding of do-NOTHING buttons now optional,
+                              Symbols can be drawn onto non-solid background.
+                           New name (wmcdplay).
+                           Now works on 8bpp displays with full colormaps.
+                              (thanks to dever...@istar.fr on the mailing-list)
+
+Release 0.8    07/05/98    Now GPL.
+                           Added "-v volume" command line argument.
+                           Added "-b back_color" command line argument,
+                              ("-b darkslategrey -l cyan" gives a nice backlit 
look).
+                           Reduced cpu load.
+                           Relative or absolute time display,
+                              (click time display to switch).
+                           More changes to artwork:
+                              Led pixmaps now part of artwork,
+                              Symbolic color names can now be used in all 
pixmaps:
+                                 led_color_high,
+                                 led_color_med,
+                                 led_color_low,
+                                 color_back.
+                              All pixmaps now use standard names:
+                                 cdplayer.xpm = cdplayer_xpm,
+                                 symbols.xpm  = symbols_xpm,
+                                 led.xpm      = led_xpm,
+                                 ledsym.xpm   = ledsym_xpm,
+                                 ledtsel.xpm  = ledtsel_xpm.
+                              Entries specifying symbol dimensions no longer 
needed,
+                              "symbols.xpm" now includes a symbol for NOTHING,
+                              New piece of artwork, "newstyle.art",
+                              New directory structure and scripts.
+                           Track selection should be more reliable now.
+
+Release 1.0    05/09/98    Added some error checking.
+Beta1                      "-a artwork_file" is now "-f artwork_file", sorry 
;-).
+                           Added "-a" command line argument for AfterStep 
users.
+                           Added "-position position" command line argument.
+                           Command line arguments, "-a", "-w" and "-s" are now 
toggle,
+                             so if you enable one at compile-time, you can 
override
+                             it at run-time.
+                           Track selection actually works now??
+                              (anyone notice a recurring theme here??)
+                           Seperate update interval for when drive is empty.
+                              (thanks to .....)
+                           Fixed problem with (some?) SCSI devices refusing to
+                              give LBA values. Thanks to the linux 
ide-scsi-emulator.
+                           Now looks in some known directories for artwork 
files as
+                              a last resort.
+                           Improved artwork loading (it was very brain-dead).
+                           Formatting changes in artwork files (ARTWORK 
documentation
+                              is now up-to-date).
diff --git a/wmcdplay/README b/wmcdplay/README
index 38e84b0..855676b 100644
--- a/wmcdplay/README
+++ b/wmcdplay/README
@@ -110,98 +110,3 @@ Imakefile, before executing xmkmf:
 CC = c++
 
 I am not sure of the effect this has on memory usage, etc.
-
-
-RELEASE HISTORY:
-================
-
-Release 0.1    22/01/98    Poor window repaint technique.
-                           Incorrect display if paused on startup.
-                           Does not show Tray Open if opened by button on 
drive,
-                              (I think this can only be done if the drive is 
empty).
-
-Release 0.2    23/01/98    Improved window repaints.
-                           Correct display even if paused on startup.
-                           Improved interface on 'other' window managers.
-
-Release 0.3    07/02/98    Handles multisession CD properly.
-                           Now free's ALL pixmaps on exit (i hope).
-                           And GCs :-).
-                           Major re-write and interface alterations.
-                           Option for led display color.
-                           Smaller and better written.
-
-Release 0.4    12/02/98    Highly customizable user interface. You chose:
-                              Basic pixmap,
-                              How many buttons,
-                              Size, shape, position of buttons (polygons),
-                              Actions for each button in each state:
-                                 (Stop, Stop Data, Play, Pause, Ejected),
-                              Led and symbol pixmaps,
-                              Position of displays.
-
-Release 0.5    24/02/98    Fixed bug relating to manual window positioning.
-                           Fixed error in grey.art.
-
-Release 0.6    04/03/98    Rewritten cdctl engine.
-                           Some more changes to artwork:
-                              Different states,
-                              Different actions.
-                           Random/Repeat track selection.
-
-                           Reduced CPU load (thanks to aselt...@cd.umass.edu),
-                           It wasn't high on my K6 233MHz box :-).
-
-Release 0.7    12/03/98    Better track selection.
-                           Command line option to set track selection mode.
-                           Yet more changes to artwork:
-                              Hiding of do-NOTHING buttons now optional,
-                              Symbols can be drawn onto non-solid background.
-                           New name (wmcdplay).
-                           Now works on 8bpp displays with full colormaps.
-                              (thanks to dever...@istar.fr on the mailing-list)
-
-Release 0.8    07/05/98    Now GPL.
-                           Added "-v volume" command line argument.
-                           Added "-b back_color" command line argument,
-                              ("-b darkslategrey -l cyan" gives a nice backlit 
look).
-                           Reduced cpu load.
-                           Relative or absolute time display,
-                              (click time display to switch).
-                           More changes to artwork:
-                              Led pixmaps now part of artwork,
-                              Symbolic color names can now be used in all 
pixmaps:
-                                 led_color_high,
-                                 led_color_med,
-                                 led_color_low,
-                                 color_back.
-                              All pixmaps now use standard names:
-                                 cdplayer.xpm = cdplayer_xpm,
-                                 symbols.xpm  = symbols_xpm,
-                                 led.xpm      = led_xpm,
-                                 ledsym.xpm   = ledsym_xpm,
-                                 ledtsel.xpm  = ledtsel_xpm.
-                              Entries specifying symbol dimensions no longer 
needed,
-                              "symbols.xpm" now includes a symbol for NOTHING,
-                              New piece of artwork, "newstyle.art",
-                              New directory structure and scripts.
-                           Track selection should be more reliable now.
-
-Release 1.0    05/09/98    Added some error checking.
-Beta1                      "-a artwork_file" is now "-f artwork_file", sorry 
;-).
-                           Added "-a" command line argument for AfterStep 
users.
-                           Added "-position position" command line argument.
-                           Command line arguments, "-a", "-w" and "-s" are now 
toggle,
-                             so if you enable one at compile-time, you can 
override
-                             it at run-time.
-                           Track selection actually works now??
-                              (anyone notice a recurring theme here??)
-                           Seperate update interval for when drive is empty.
-                              (thanks to .....)
-                           Fixed problem with (some?) SCSI devices refusing to
-                              give LBA values. Thanks to the linux 
ide-scsi-emulator.
-                           Now looks in some known directories for artwork 
files as
-                              a last resort.
-                           Improved artwork loading (it was very brain-dead).
-                           Formatting changes in artwork files (ARTWORK 
documentation
-                              is now up-to-date).
-- 
2.1.0


-- 
To unsubscribe, send mail to wmaker-dev-unsubscr...@lists.windowmaker.org.

Reply via email to