Code

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