1- 18/8/99: just got an unreproduceable segmentation fault.
2  Examination of corefile showed me, that calling newwin-function from
3  ncurses-library resulted in a NULL-pointer. I don't know what this caused,
4  so I changed my c_newwin-function to try opening a window a few times, and
5  then abort program.
6  I had some little reporting of segmentation faults, and because its
7  difficult to reproduce it, I think it was ncurses-lib.
8  Hmm: I hacked on my keyboard for 5 minutes (with MALLOC-CHECK enabled),
9       changed a lot of setting, ripped, encoded, opened windows, etc. but
10       no segfault appered, so I think this problem shouldn't be drastic at
11       the moment.
12  Please report if you got any segfault, because this is a bug and I MUST fix
13  it!
14
15+ segfault when resizing directory-requester in option-menu
16  fixed (2000/02/08): requester-part was completly rewritten and make now
17  direct use of MP3c internal curses-interface.
18
19+ reading CDDB-entry segfaulted if title was longer than one line
20  fixed (17/7/99): wrong string-length was calculated
21  Thanks to Michael Newlyn Blake <mblake@frogtown.com> for reporting this
22  error and giving me all relevant infomations
23
24+ MP3c blocked ejecting of cd, so before converting a second cd MP3c must
25  left.
26  fixed (7/7/99): Well some cdrom-device won't accept CLOSETRAY-command
27  (like my Teac 532S), in this case just close tray manually and reinit
28  volume
29
30+ reading of toupper-flag in config failed
31  fixed (7/7/99)
32
33+ dying of childprocesses wasn't trapped correctly.
34  fixed (30/6/99)
35
36+ segfaults while on fly encoding
37  seems that this is fixed (26/6/99). run a lot of test with "MALLOC_CHECK_=2"
38  and no segfault appeared
39
40+ there is a "klick" at the beginning of mp3-files if on-the-fly encoding is
41  used. I think this is no problem of this program, since output from ripper
42  program is buffered (256 KB defaultly).
43  fixed (19/6/99). its a problem of encoder, since even
44  "cat wavfile | encoder - mp3file" produces klicks.
45
46+ segfault when resizing with open genre-select-win (if new window too small)
47  fixed (13/6/99) for windowlength > 20
48
49+ slash in interpret creates wrong playlists (see M/A/R/R/S - Pump up the
50					      volume)
51  fixed by replacing slash
52
53
54- code was edited with ViM, so it may not run on Emacs-systems ;-)
55
56