File: ChangeLog

package info (click to toggle)
gnomp3 0.1.7-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 488 kB
  • ctags: 342
  • sloc: ansic: 3,285; makefile: 74; awk: 33
file content (46 lines) | stat: -rw-r--r-- 2,249 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
2000-1-15	Matthew Pratt
	* playlist.c fixed crash bug when clearing playlists
	* mp3_properties.c fixed crash bug when no song selected (properties)
	* mp3_control.c fixed crash bug when no song selected (play)
	* playlist.c fixed crash bug when no song selected (play, move)
	* dynamic_list.c dynamic_list.h playlist.c playlist_managment.c added
	support for dynamic playlists (RANDOM)
	* gnomp3.c preferences.c settings.c gnomp3.glade dynamic_list.c added
	support for tighter xmms integration. Non stop on exit.
	* mp3list.c mp3list_add.c gnomp3.c changed mp3list_load to
	mp3list_initial_load. Better progress reporting
	* config.c config.h prefernces.c preferences.h gnomp3.h gnomp3.c
	rewrote settings/config/prefernces system. Now easyier to maintain and
	add new entries.
	* mp3list.c playlist.c mp3list.h fallback to search on file name 
	instead of full path name when adding songs to playlist. Means songs 
	can be moved into different direcoties and playlists will still keep
	working
	* dynamic_list.c added 'newest' dynamic list
	
2000-12-12	Matthew Pratt	mattpratt@yahoo.com
	* dnd.c fix for drag from any tab to playlist crash bug.
	* gnomp3.c compact mode now uncheck the add button.
	* playlist.c loading playlists after startup fixed (we weren't clearing the playlist first
	* playlist.c gnomp3.c playlists are loaded without having to press enter in the combo
	* mp3_properties.c properties dialog box added
	* mp3info.c rewrote parts of mp3info_get. ID3 tags now loaded and displayed
	* mp3list.c and mp3list.h added room for id3 tags to be stored/loaded/saved
	* gnomp3.c mp3_control.c mp3play.c mp3_control.h:
	  Added pause button.
	* songlist.c
	  Search for albums now behaves better. Case insensitive.
	* playlist.c Makefile mp3_control.c mpg123_play.c mp3_control.h
	  Added support for playback via XMMS. Need to pretty much rewrite
	  mp3_control.[c,h] and mp3_play.[c,h]. Old mp3_play routines renamed 
	  to mpg123_play and put in mpg123_play.[c,h]
	  Makefile has option of building for XMMS support or not.
	  New files xmms_play.[c,h]
	* Makefile
	  Some touch ups from Aubin
	* setting.c
	  Detect version upgrades and delete old cache files.
	* preferences.c preferences.h
	  Playlist dir entry now honoured.