Code

e37371848dd63d147c8afc3f457f3b4d75b09b19
[ncmpc.git] / ChangeLog
1 2004-06-06 Kalle Wallin <kaw@linux.se>
2         * i18n: ncmpc is now bilingual (sv)
4 2004-06-05 Kalle Wallin <kaw@linux.se>
5         * Added initial i18n support
6         * Changed directory layout to suit future use of gettext 
7         * Changed the default port to 6600
8         * screen.c: Added mpd update flag [U] and display a status message
9                     when a update has finished
10         * screen.c: Display bit rate instead of time when the total time
11                     is zero and display local time when mpd is stopped.
12         * Addded support for the mpd update command.
15 2004-05-07 Kalle Wallin <kaw@linux.se>
16         * Redesigned ncmpc's color support - view the manual for details!
17         * Added support for moving songs in a playlist (move-up, move-down)
18         * options.c: added new command line options --config and --key-file,
19                      wide_cursor is now enabled by default
20         * screen.c: scroll long song titles in the status window,
21                     dont display volume changes in the status window.
22         
23 2004-05-03 Kalle Wallin <kaw@linux.se>
24         * configure.ac: display default values for --enable-x, 
25                         version updated to 0.10.2-svn
26         * conf.c: The background color can now be assigned to 'none'.
28 2004-04-26 Kalle Wallin <kaw@linux.se>
29         * ncmpc-0.10.1 released (r892)
31 2004-04-23 Kalle Wallin <kaw@linux.se>
32         * Updated Changelog, TODO, NEWS and the manual page.
33         * screen_play.c:  Make shure the cursor stays on the same row when 
34                           deleting a playlist entry.
35         * screen.c: Turn off LINE_COLORS after drawing the top line.
36      
38 2004-04-22 Kalle Wallin <kaw@linux.se>
39         * Added smart delete and add (#0000220), at the moment only used 
40                 when deleting or adding a single song.
41         * mpc.c: make shure selections in the browse screen is updated 
42                  when the playlist updated
43           
44         
45 2004-04-21 Kalle Wallin <kaw@linux.se>
46         * Fixed resize handling (SIGWINCH), problems may still occur when
47           ncmpc is inside some of ncurses [w]getstr functions.
48         
49 2004-04-20 Kalle Wallin <kaw@linux.se>
50         * Added support for seeking 
51         * Added crossfade support
52         * screen.c: Display mpd flags on the second row [rzx]
53         * screen_keydef.c: show a message if changes is not applied
54         * configure.ac: changed calls to AS_HELP_STRING -> AC_HELP_STRING
55                         because the first one failed on darwin.
57 2004-04-19 Kalle Wallin <kaw@linux.se>
58         * Added copyright notice and license notice 
59         * Major cleanup of the 'screen' handling routines. The goal of this 
60           is to simplify addition of 'screens' (like a key editor).
61         * added a key editor -> screen_keydef.c
62         * configure.ac - added a --enable-key-editor to enable/disable the 
63           build in key editor.
64         
66 2004-04-14 Kalle Wallin <kaw@linux.se>
67         * support.c - use screen_status_printf() to display character 
68           conversion errors. Only use stderr if DEBUG is enabled.
69         * screen_file.c - make shure curses repaint the screen when adding 
70           a directory (force a update of the status message).
71         * screen_play.c - highlight and center even when paused.
72         * list_window.c - optional wide cursor (fill to eol).
73         * screen.c - use get_key_names() for the keys displayed in the
74           welcome message (help, playlist, browse).
75         * configure.ac - updated version, added SYSCONFDIR define to CFLAGS.
76         * conf.c - moved configuration file to ~/.ncmpc/config
77                  - added support for key bindings in ~/.ncmpc/keys
78                  - added support for global configuration in SYSCONFDIR/ncmpc
79                  - added parameter to enable/disable wide cursor
80         * command.c - added command names (used with key bindings)
81                     - added utility functions (for key bindings). 
82         * screen_help.c - cleanup, use key descriptions from command.c
83         * main.c - check key bindings and exit if something is strange.
84         
86 2004-04-13 Kalle Wallin <kaw@linux.se>
87         * list_window.c - use clrtoeol instead of wclear. This improves the
88           speed and removes some flickering.
89         * main.c - poll mpd twice/second instead of once, print a newline 
90           after closing curses.
92 2004-04-12 Kalle Wallin <kaw@linux.se>
93         * ncmcp-0.10.0 released