2004-07-08 Kalle Wallin * doc/keys.sample: Welcome back 2004-07-06 Kalle Wallin * configure.ac: display a warning when NLS is disabled * ncmpc-0.11.0-rc1 (r1798) 2004-07-03 Kalle Wallin * wreadln.c, screen_utils.c: ignore mouse events (wgetch) * Changed the debug macro D() into a function (--debug now works) * Added german translations from Ingmar Gebert (Ogig) * support.h, screen.h: using GTime instead of time_t 2004-07-02 Kalle Wallin * options.c: improved error handling in the argv parser * screen_play.c: scroll up when moving a item uppwards * mpdclient.c: redesigned the plchanges code (its now based on qball's) * Added ncurses basic mouse support (playlist and browse screens) 2004-07-01 Kalle Wallin * support.[c|h]: removed the trim() function * screen_play.c: use glib's g_strstrip() instead of trim() * options.c: removed popt code 2004-06-29 * command.h: added flags to command_definition_t. * command.c: only save keys with a COMMAND_KEY_MODIFIED flag (dont write all key bindings when saving ~/.ncmpc/keys) * screen_keydef.c: highlight conflicting key bindings * libmpdclient: updated to r1513 2004-06-24 Kalle Wallin * Added configuraton option set-xterm-title xterm-title-format, the xterm title can now include song information 2004-06-22 Kalle Wallin * Added configuraton options audible-bell, visible-bell, wrap-around, find-wrap * screen_utils.c: added screen_bell() for audible/visible bells * list_window.c: add optional wrapped movement * ncmpc.h: Make shure the dummy debug macro survives the OSX preprocessor * command.c: Changed key bindings: Ctrl-K=move-up, Ctrl-J=move-down, Ctrl-L=update * Made shure the screen is repainted on CMD_SCREEN_UPDATE 2004-06-17 Kalle Wallin * screen_file.c: let mpd add directories (just send the path) * main.c: only set xterm title if DEBUG is defined * mpdclient.[c|h]: added _utf8 suffix to all functions that take utf8 arguments. * command.c: Support cursor/down with j and k 2004-06-17 Kalle Wallin * screen_utils.c: fixed the display of completion lists * wreadln.c: try to complete even if the line is empty * utils.c: added type argument to gcmp_list_from_path() * screen_play.c: added completion support to handle_save_playlist() * command.[c|h]: check_key_bindings() can now write an error messages to a buffer instead of stderr * main.c: display errors without exiting when key bindings are broken * screen_help.c: added the add command to the help screen 2004-06-17 Kalle Wallin * Added a add command, used to add urls or files to the playlist, with file completion. 2004-06-16 Kalle Wallin * mpdclient.c: enabled plchanges, make shure the playlist length is updated when removing songs 2004-06-16 Kalle Wallin * libmpdclient updated (r1507) * mpdclient: add path to mpdclient_cmd_db_update() * screen_file.c: Use current path when updating the db (browse screen) 2004-06-15 Kalle Wallin * conf.c: Replaced '_' with '-' in configuration field names * conf.c: Added support for cusomized format strings with list-format and status-format * options.c: Added status_format, list_format fields * mpdclient.c: disable plchanges (needs more work), update the song position fields in mpdclient_cmd_move, use song id's by default (define ENABLE_SONG_ID), disable plchanges * screen_play.c: Offer to overwrite when saving playlists * screen_utils.c: Use the alert color in screen_readln() 2004-06-14 Kalle Wallin * libmpdclient updated (r1482) * Major cleanup of the mpd client code (mpc->mpdclient) including error callbacks and playlist (changes) callbacks * strfsong: added a modified version of mpc's songToFormatedString * screen_file.c: added position history (feature #0000233) 2004-06-09 Kalle Wallin * Use the teminal in raw mode (ignore interrupt,quit,suspend, and flow control characters) * command.*: Added the get_keyboard_command_with_timeout() function * main.c: Redesigned the reconnect code to allow user interrupt * screen*: Changed arguments to the get_title callback (and the title) * support.c: moved utility function for scrolling * list_window.c: fixed a small layout bug in list_window_paint() 2004-06-08 Kalle Wallin * mpc.c: Dont use basename on stream urls (get_song_name2) 2004-06-07 Kalle Wallin * configure.ac: disable nls if glib is pre 2.4 * mpc.c: added support for the PLCHANGES command * screen_clock.c: fixed resize handling 2004-06-06 Kalle Wallin * i18n: ncmpc is now bilingual (sv) * Moved all locale initialization code to main.c * main.c: added bind_textdomain_codeset() * Added wreadln.c, wreadln.h a simple line editor * screen_utils.c: use wreadln() instead of curses wgetstr() * Added find history * Added screen_clock.c an optional clock screen (just for fun) 2004-06-05 Kalle Wallin * Added initial i18n support * Changed directory layout to suit future use of gettext * Changed the default port to 6600 * screen.c: Added mpd update flag [U] and display a status message when a update has finished * screen.c: Display bit rate instead of time when the total time is zero and display local time when mpd is stopped. * Addded support for the mpd update command. 2004-05-07 Kalle Wallin * Redesigned ncmpc's color support - view the manual for details! * Added support for moving songs in a playlist (move-up, move-down) * options.c: added new command line options --config and --key-file, wide_cursor is now enabled by default * screen.c: scroll long song titles in the status window, dont display volume changes in the status window. 2004-05-03 Kalle Wallin * configure.ac: display default values for --enable-x, version updated to 0.10.2-svn * conf.c: The background color can now be assigned to 'none'. 2004-04-26 Kalle Wallin * ncmpc-0.10.1 released (r892) 2004-04-23 Kalle Wallin * Updated Changelog, TODO, NEWS and the manual page. * screen_play.c: Make shure the cursor stays on the same row when deleting a playlist entry. * screen.c: Turn off LINE_COLORS after drawing the top line. 2004-04-22 Kalle Wallin * Added smart delete and add (#0000220), at the moment only used when deleting or adding a single song. * mpc.c: make shure selections in the browse screen is updated when the playlist updated 2004-04-21 Kalle Wallin * Fixed resize handling (SIGWINCH), problems may still occur when ncmpc is inside some of ncurses [w]getstr functions. 2004-04-20 Kalle Wallin * Added support for seeking * Added crossfade support * screen.c: Display mpd flags on the second row [rzx] * screen_keydef.c: show a message if changes is not applied * configure.ac: changed calls to AS_HELP_STRING -> AC_HELP_STRING because the first one failed on darwin. 2004-04-19 Kalle Wallin * Added copyright notice and license notice * Major cleanup of the 'screen' handling routines. The goal of this is to simplify addition of 'screens' (like a key editor). * added a key editor -> screen_keydef.c * configure.ac - added a --enable-key-editor to enable/disable the build in key editor. 2004-04-14 Kalle Wallin * support.c - use screen_status_printf() to display character conversion errors. Only use stderr if DEBUG is enabled. * screen_file.c - make shure curses repaint the screen when adding a directory (force a update of the status message). * screen_play.c - highlight and center even when paused. * list_window.c - optional wide cursor (fill to eol). * screen.c - use get_key_names() for the keys displayed in the welcome message (help, playlist, browse). * configure.ac - updated version, added SYSCONFDIR define to CFLAGS. * conf.c - moved configuration file to ~/.ncmpc/config - added support for key bindings in ~/.ncmpc/keys - added support for global configuration in SYSCONFDIR/ncmpc - added parameter to enable/disable wide cursor * command.c - added command names (used with key bindings) - added utility functions (for key bindings). * screen_help.c - cleanup, use key descriptions from command.c * main.c - check key bindings and exit if something is strange. 2004-04-13 Kalle Wallin * list_window.c - use clrtoeol instead of wclear. This improves the speed and removes some flickering. * main.c - poll mpd twice/second instead of once, print a newline after closing curses. 2004-04-12 Kalle Wallin * ncmcp-0.10.0 released