MAMP changelog by Oscar Giner


30 January  2003
- Some minor changes here and there.
- Removed signed/unsigned and other warnings under MSVC and gcc.

29 January  2003
- Fixed makefiles debug mode.
- Added language tab to the config window: now language can be changed with the
  gui :)  Some info about the current language is also given.
- Removed __DATA__ and __TIME__ from icon.rc: MSVC doesn't like them.
- Fixed a crash when attempting to play when the playlist is empty.
- Added Spanish translation.
- Fixed the bug that prevented the non DOS versions of the player to play
  due to a crash when pressing the play button.

28 January  2003
- Added MSVC workspace. MAMP compiles under MSVC (32 warnings at compiling plus
  48 warnings at linking, but it works)
- Added English translation.
- Updated the makefiles
- Added translation support: now MAMP can be translated to any language.
- Renamed Makefile to makefile.dj and write a new Makefile that includes the
  desired makefile (makefile.dj, makefile.mgw or makefile.linux).

20 January  2003
- Discovered something with CGUI: if I put two '_', a '_' is written ('_' is
  used for newlines). This means that finally I can write my e-mail address!
- Added playlist.c to the djgpp and linux makefiles.
- Playlists gui implemented. Add single songs, empty the playlist, load, merge
  and save playlist are the possible actions now. It's also possible
  rearranging songs with drag&drop.

5  December 2002
- Now it works, so I'm going to submit this to Rafal :)
- The problem was that, when reallocating the memory for a larger buffer
  (needed by songs to be added), I was allocating only 1 byte per song!
- No, it didn't! I get extrange results and a SIGSEGV when testing using a
  small buffer.

4  December 2002
- Made functions for managing playlists. After several testing and some
  fixes (things never work the first time;), adding, removing and moving
  songs works ok :)

28 November 2002
- Added refresh rate selection.
