=== ChangeLog discontinued ===

 With the move to git, GNOME Commander is switching from a ChangeLog file
 to relying on commit messages to provide change history. Please
 see README.commits for guidance on the expected message format.

##############################################################################
#                                   1.2.8                                    #
##############################################################################

2009-06-28  Dmitriy Lyfar  <dlyfar@gmail.com>

	* src/main.cc:
	Fix for memory leaks

2009-06-21  Dmitriy Lyfar  <dlyfar@gmail.com>

	* src/gnome-cmd-file-props-dialog.cc:
	Fixed problem #375357 (crash when cancelling calculation of dir properties)

2009-06-15  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-profile-component.cc:
	advrename profiles: ref template_entry to keep it alive longer

	* src/dialogs/gnome-cmd-manage-profile-dialog.cc:
	advrename profiles: added support for profile editing

2009-06-14  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-data.cc:
	* src/gnome-cmd-data.h:
	* src/gnome-cmd-options-dialog.cc:
	Killed dead code

2009-06-11  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-xml-config.cc:
	XML config: escape text properly

2009-06-09  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-file-list.cc:
	Fixed problem #556836 (pane scrolling when moving between panes)

2009-06-05  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-file-list.cc:
	* src/gnome-cmd-file-selector.cc:
	* src/gnome-cmd-search-dialog.cc:
	Replaced deprecated gtk_timeout_remove() with g_source_remove()

2009-06-04  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-file-list.cc:
	Fixed problem #584727 (wrong positioning of file popup menu)

2009-06-01  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-xml-config.cc:
	XML config: rename <TemplateHistory> -> <History>

2009-05-29  Piotr Eljasiak  <epiotr@use.pl>

	* src/eggcellrendererkeys.cc:
	Use gtk_widget_error_bell() for GTK+ >= 2.12

	* src/gnome-cmd-search-dialog.cc:
	Fixed problem #583135 (disabled 'Go to' button in search dialog)

2009-05-26  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-bookmark-dialog.cc:
	Fixed problem #583711 (crash when pressing ESC in bookmark dialog)

2009-05-25  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-key-shortcuts-dialog.cc:
	Fix for crash when assigning new UserAction (no.action)

2009-05-23  Piotr Eljasiak  <epiotr@use.pl>

	* po/POTFILES.in:
	* src/dialogs/Makefile.am:
	* src/dialogs/gnome-cmd-edit-profile-dialog.cc:
	* src/dialogs/gnome-cmd-edit-profile-dialog.h:
	advrename profiles: addded dialog for editing profiles

2009-05-22  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-advrename-dialog.cc:
	* src/gnome-cmd-data.cc:
	* src/gnome-cmd-data.h:
	advrename profiles: set default template string to "$N"

2009-05-19  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-advrename-dialog.cc:
	* src/gnome-cmd-advrename-dialog.h:
	 Use new profile widget in advrename dialog

2009-05-18  Christopher Zimmermann  <madroach@zakweb.de>

	* src/gnome-cmd-data.cc:
	* src/gnome-cmd-data.h:
	* src/gnome-cmd-file-list.cc:
	* src/gnome-cmd-file-list.h:
	* src/gnome-cmd-file-selector.cc:
	* src/gnome-cmd-options-dialog.cc:
	Support for single-click open mode

2009-05-16  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-profile-component.cc:
	advrename profiles: properly clear regex model

2009-05-15  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-file-props-dialog.cc:
	* src/gnome-cmd-file-selector.cc:
	* src/gnome-cmd-make-copy-dialog.cc:
	* src/gnome-cmd-options-dialog.cc:
	* src/gnome-cmd-search-dialog.cc:
	typo: filename -> file name

2009-05-12  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-profile-component.cc:
	advrename profiles: be more conformant with HIG

2009-05-11  Piotr Eljasiak  <epiotr@use.pl>

	* tests/gviewer/search_dlg_test.c:
	* tests/gviewer/viewerwindow.c:
	Replaced deprecated gnome_init() with gnome_program_init()

2009-05-07  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-file-list.cc:
	Replaced deprecated gtk_entry_set_position() with gtk_editable_set_position()

2009-05-07  Christopher Zimmermann  <madroach@zakweb.de>

	* src/gnome-cmd-data.cc:
	* src/gnome-cmd-data.h:
	* src/gnome-cmd-file-list.cc:
	* src/gnome-cmd-options-dialog.cc:
	Allow gentoo like left-click behaviour

2009-05-06  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-advrename-dialog.h:
	* src/gnome-cmd-file-list.h:
	* src/gnome-cmd-notebook.h:
	* src/gnome-cmd-profile-component.h:
	Properly destroy object in delete operator

2009-04-30  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-profile-component.cc:
	* src/gnome-cmd-profile-component.h:
	advrename profiles: added convert_case() and trim_blanks() methods

2009-04-28  Piotr Eljasiak  <epiotr@use.pl>

	* src/tags/gnome-cmd-profile-component.cc:
	advrename profiles: set default template string to "$N" in copy()

2009-04-25  Piotr Eljasiak  <epiotr@use.pl>

	* src/tags/gnome-cmd-profile-component.cc:
	* src/tags/gnome-cmd-profile-component.h:
	advrename profiles: added copy() method

2009-04-22  Andrey Cherkinskiy

	* src/gnome-cmd-user-actions.cc:
	Fixed problem #579633 (accessing administrator privileges with gksudo)

2009-04-15  <nejc@nejc.info>

	* src/gnome-cmd-rename-dialog.cc:
	Toggle path/basename/filename selections for F2 too

2009-04-07  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-file-list.cc:
	Refresh file icon after renaming

	* src/tags/gnome-cmd-tags.cc:
	Properly report unsuported Doc.* tags

	* src/tags/gnome-cmd-profile-component.cc:
	* src/tags/gnome-cmd-profile-component.h:
	advrename profiles: new widget for editing all profile data

	* libgcmd/libgcmd-widget-factory.c:
	* libgcmd/libgcmd-widget-factory.h:
	* src/gnome-cmd-delete-dialog.cc:
	* src/gnome-cmd-list-popmenu.cc:
	* src/gnome-cmd-rename-dialog.cc:
	* src/gnome-cmd-xfer.cc:
	gcc warnings cleanup

2009-04-06  Piotr Eljasiak  <epiotr@use.pl>

	* src/utils.cc:
	Fix for memory leak

	* src/gnome-cmd-file.cc:
	* src/gnome-cmd-file.h:
	Refresh MIME information after file renaming

2009-04-02  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-regex.h:
	regex: fix for g_regex_unref() assertion

2009-03-27  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-file.cc:
	* src/gnome-cmd-file-list.cc:
	Fixed problem #576174 (case insensitive file name sorting in non en_US.utf8 locale)

2009-03-24  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-main-menu.cc:
	i18n: new translation string ("Show terminal")

2009-03-23  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-main-win.cc:
	Added shortcut CTRL+E to command line history list

2009-03-09  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-advrename-dialog.cc:
	* src/gnome-cmd-data.cc:
	* src/gnome-cmd-data.h:
	* src/gnome-cmd-xml-config.cc:
	Moved regexes GtkTreeModel from gnome-cmd-data.h to gnome-cmd-advrename-dialog.cc

2009-02-24  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-chown-component.cc:
	* src/gnome-cmd-chown-dialog.cc:
	* src/gnome-cmd-file.cc:
	* src/gnome-cmd-main-win.cc:
	* src/main.cc:
	* src/owner.cc
	* src/owner.h:
	Fixed problem #567506 (slow startup for systems with many users)

2009-02-13  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-file-selector.cc:
	* src/gnome-cmd-options-dialog.cc:
	* src/tags/gnome-cmd-tags.cc:
	typo: filename -> file name

	* libgcmd/gnome-cmd-string-dialog.c:
	* plugins/cvs/cvs-plugin.c:
	* plugins/cvs/interface.c:
	* plugins/fileroller/file-roller-plugin.c:
	* src/gnome-cmd-bookmark-dialog.cc:
	* src/gnome-cmd-chmod-dialog.cc:
	* src/gnome-cmd-chown-dialog.cc:
	* src/gnome-cmd-delete-dialog.cc:
	* src/gnome-cmd-dir.cc:
	* src/gnome-cmd-file-selector.cc:
	* src/gnome-cmd-options-dialog.cc:
	* src/gnome-cmd-patternsel-dialog.cc:
	* src/gnome-cmd-prepare-xfer-dialog.cc:
	* src/gnome-cmd-xfer-progress-win.cc:
	* src/plugin_manager.cc:
	Fixed problem #571558 (replacing deprecated GNOME_STOCK_* buttons with GTK_STOCK_* counterparts)

2009-02-11  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-data.cc:
	* src/gnome-cmd-data.h:
	* src/gnome-cmd-file.cc:
	* src/gnome-cmd-file-selector.cc:
	* src/gnome-cmd-options-dialog.cc:
	* src/gnome-cmd-user-actions.cc:
	* src/utils.cc:
	GnomeCmdData: more C++ rework

	* libgcmd/libgcmd-widget-factory.c:
	* libgcmd/libgcmd-widget-factory.h:
	* src/gnome-cmd-options-dialog.cc:
	Fixed problem #571239 (replacing obsoleted GnomeColorPicker with GtkColorButton)

	* plugins/cvs/cvs-plugin.c:
	* plugins/fileroller/file-roller-plugin.c:
	* plugins/test/test-plugin.c:
	Fixed problem #571247 (replacing obsoleted GnomePixmap with GtkImage)

2009-02-10  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-advrename-dialog.cc:
	* src/gnome-cmd-prepare-xfer-dialog.cc:
	* src/utils.cc:
	* src/utils.h:
	Toggle path/basename/filename selections in F5/F6 dialogs.

	* src/gnome-cmd-xml-config:
	Save additional info on gcmd to XML cfg

2009-02-09  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-user-actions.cc:
	Fixed problem #570727 (usage of deprecated gnome_url_show)

2009-01-19  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-data.cc:
	* src/gnome-cmd-data.h:
	* src/gnome-cmd-main-win.cc:
	* src/gnome-cmd-options-dialog.cc:
	* src/utils.cc:
	GnomeCmdData: more C++ rework

2009-01-16  Piotr Eljasiak  <epiotr@use.pl>

	* src/tags/gnome-cmd-tags.cc:
	typo: Exif Private -> Exif private

2009-01-15  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-file-list.cc:
	* src/gnome-cmd-main-menu.cc:
	* src/gnome-user-actions.cc:
	tabs: added menus+shortcuts for open/close tabs

2009-01-14  Piotr Eljasiak  <epiotr@use.pl>

	* src/owner.cc:
	Yet another fix for faster startup

2009-01-13  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-data.cc:
	* src/gnome-cmd-data.h:
	* src/gnome-cmd-file-list.cc:
	* src/gnome-cmd-options-dialog.cc:
	* src/gnome-cmd-types.h:
	* src/imageloader.cc:
	GnomeCmdData: more C++ rework

	 */gnome-cmd-file.cc:
	* src/owner.c:
	* src/owner.h:
	Tweaks for making startup faster

	* src/dialogs/gnome-cmd-advrename-profiles-dialog.cc:
	advrename profiles: fix for gtk_list_store_get_path() assertion

2009-01-12  Piotr Eljasiak  <epiotr@use.pl>

	 * src/gnome-cmd-data.cc:
	 * src/gnome-cmd-data.h:
	 * src/gnome-cmd-file-list.cc:
	 * src/gnome-cmd-file-props-dialog.cc:
	 * src/gnome-cmd-file-selector.cc:
	 * src/gnome-cmd-file.cc:
	 * src/gnome-cmd-options-dialog.cc:
	 * src/gnome-cmd-xfer-progress-win.cc:
	 * src/utils.cc:
	GnomeCmdData: more C++ rework

	* src/gnome-cmd-notebook.h:
	notebook: show tabs when number of pages > 1

2009-01-09  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-file.cc:
	* src/gnome-cmd-file.h:
	Added gnome_cmd_file_get_parent_dir (GnomeCmdFile *f) function

	* src/gnome-cmd-user-actions.cc:
	Speed up "command.execute" twice

2009-01-08  Andr  <gcmd@pyit.de>

	* src/gnome-cmd-data.cc:
	* src/gnome-cmd-file-list.cc:
	* src/gnome-cmd-options-dialog.cc:
	* src/gnome-cmd-style.cc:
	* src/gnome-cmd-style.h:
	* src/gnome-cmd-types.h:
	Support for row alternate background in colour themes

2009-01-08  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-data.cc:
	Fixed selection background colour in DeepBlue and Cafezinho themes

2009-01-07  Zsombor <gzsombor+gcmd@gmail.com>

	* plugins/fileroller/file-roller-plugin.c:
	Yet another fix for fileroller plugin

2009-01-06  Andr  <gcmd@pyit.de>

	* src/gnome-cmd-file.cc:
	Fix for problem with starting the external viewer

2009-01-06  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-file.cc:
	* src/gnome-cmd-file.h:
	Fix the bug introduced in rev. #2157 (viewing remote files)

	* src/tags/gnome-cmd-tags-taglib.cc:
	audio metatags: set Audio.Codec to FLAC when appriopriate

2009-01-05  Zsombor <gzsombor+gcmd@gmail.com>

	* plugins/fileroller/file-roller-plugin.c:
	fileroller plugin: added extracting archive to the inactive panel

2009-01-03  Piotr Eljasiak  <epiotr@use.pl>

	* src/tags/gnome-cmd-tags-taglib.cc:
	ID3 metatags: added support for total number of tracks (Audio.AlbumTrackCount)

2009-01-02  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-bookmark-dialog.cc:
	Fixed problem #556664 (bookmarks can not be saved for mounted devices)

2008-12-19  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-user-actions.cc
	Updated copyright info

	 * src/gnome-cmd-data.cc:
	i18n: translate default profile name (CamelCase)

2008-12-16  Piotr Eljasiak  <epiotr@use.pl>

	 * src/Makefile.am:
	 * src/gnome-cmd-advrename-dialog.cc:
	 * src/gnome-cmd-advrename-dialog.h:
	 * src/gnome-cmd-data.cc:
	 * src/gnome-cmd-data.h:
	 * src/gnome-cmd-regex.h:
	 * src/gnome-cmd-xml-config.cc
	 * src/dialogs/gnome-cmd-advrename-regex-dialog.cc:
	 * src/dialogs/gnome-cmd-advrename-regex-dialog.h:
	regex: move common code to gnome-cmd-data.h file

2008-12-15  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-advrename-dialog.cc:
	advrename: mark rename failure as red italics

	* src/Makefile.am:
	Do not set default profiles for first-time users if there is no support for GRegex

2008-12-11  Piotr Eljasiak  <epiotr@use.pl>

	* src/Makefile.am:
	* src/gnome-cmd-advrename-dialog.cc:
	* src/gnome-cmd-menu-button.cc:
	* src/gnome-cmd-menu-button.h:
	move code for menu buttons to gnome-cmd-menu-button.{cc,h} files

	* dialogs/gnome-cmd-advrename-profiles-dialog:
	advrename profiles: added menu button for profile import

	* src/gnome-cmd-advrename-dialog.cc:
	* src/gnome-cmd-data.h:
	advrename: fix for profile saving

2008-12-09  Piotr Eljasiak  <epiotr@use.pl>

	* src/dialogs/gnome-cmd-advrename-profiles-dialog.cc:
	advrename: replaced 'Add' button with 'Duplicate' one

2008-12-08  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-bookmark-dialog.cc:
	* src/gnome-cmd-con-ftp.cc:
	* src/gnome-cmd-con.cc:
	* src/gnome-cmd-data.cc:
	* src/gnome-cmd-dir.cc:
	* src/intviewer/image-render.cc:
	* src/intviewer/text-render.cc:
	Replaced obsoleted gtk_object_unref() with g_object_unref()

	* pixmaps/Makefile.am:
	* src/imageloader.cc:
	* src/imageloader.h:
	Removal of forgotten parent-dir icon

	* src/gnome-cmd-advrename-dialog.cc:
	advrename: fix for bug disabling buttons after profile loading

2008-12-07  Piotr Eljasiak  <epiotr@use.pl>

	* po/POTFILES.in:
	* src/gnome-cmd-advrename-dialog.cc:
	* src/dialogs/Makefile.am:
	* src/dialogs/gnome-cmd-advrename-profiles-dialog.cc:
	* src/dialogs/gnome-cmd-advrename-profiles-dialog.h:
	advrename: addded dialog for managing profiles

2008-12-06  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-advrename-dialog.cc:
	advrename: update file list after loading of the saved profile

2008-12-06  Mamoru Tasaka  <mtasaka@ioa.s.u-tokyo.ac.jp>

	* configure.in: Build fix for libtool-2.2

2008-12-01  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-advrename-dialog.cc:
	* src/gnome-cmd-advrename-dialog.h:
	advrename: 'Profiles...' button for loading saved settings

	* src/gnome-cmd-xml-config.cc:
	* src/gnome-cmd-xml-config.cc:
	Added gnome_cmd_xml_config_parse() function

2008-11-29  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-data.cc:
	* src/gnome-cmd-data.h:
	* src/gnome-cmd-xml-config.cc:
	Added AdvrenameConfig::fill_regex_model(Profile &)

2008-11-27  Piotr Eljasiak  <epiotr@use.pl>

	* po/POTFILES.in:
	* src/Makefile.am:
	* src/gnome-cmd-advrename-dialog.cc:
	* src/gnome-cmd-data.cc:
	* src/gnome-cmd-data.h:
	* src/gnome-cmd-xml-config.cc:
	* src/gnome-cmd-xml-config.h:
	Use XML cfg for storing advrename settings

2008-11-25  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-data.cc:
	* src/gnome-cmd-data.h:
	* src/gnome-cmd-patternsel-dialog.cc:
	* src/gnome-cmd-search-dialog.cc:
	Do not allocate dynamically SearchConfig in GnomeCmdData

	* src/gnome-cmd-data.cc:
	* src/gnome-cmd-data.h:
	* src/gnome-cmd-search-dialog.cc:
	* src/intviewer/search-dlg.cc:
	* src/intviewer/viewer-utils.cc:
	* src/intviewer/viewer-utils.h:
	Find file dlg: copy searched text phrase into intviewer text search dlg (F3-F3)

2008-11-24  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-advrename-dialog.cc:
	Do not enable column searching for regex view

2008-11-23  Alan Pae  <alanpae@ilkda.com>

	* po/Makefile.in.in:
	* po/POTFILES.in:
	* po/POTFILES.skip:
	Add missing files to the relevant POTFILES file

2008-11-22  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-advrename-dialog.cc:
	* src/gnome-cmd-data.cc:
	* src/gnome-cmd-data.h:
	Do not allocate dynamically AdvrenameConfig in GnomeCmdData

	* src/gnome-cmd-advrename-dialog.cc:
	* src/history.h:
	Add History::front() and History::reverse() functions

2008-11-20  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-advrename-dialog.cc:
	Fix for "gtk_tree_view_column_cell_layout_add_attribute: assertion `info != NULL' failed" assertion

2008-11-18  Piotr Eljasiak  <epiotr@use.pl>

	* src/dialogs/gnome-cmd-advrename-regex-dialog.cc
	advrename: viewing files with intviewer

	* src/gnome-cmd-advrename-dialog.cc:
	* src/gnome-cmd-advrename-dialog.h:
	* src/gnome-cmd-data.cc:
	* src/gnome-cmd-data.h:
	Rename GnomeCmdData::AdvrenameDefaults -> GnomeCmdData::AdvrenameConfig

2008-11-17  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-advrename-lexer.h:
	* src/gnome-cmd-advrename-lexer.ll:
	advrename lexer: fix for bug when resetting counters

	* src/gnome-cmd-advrename-dialog.cc
	* src/gnome-cmd-advrename-dialog.h
	* src/gnome-cmd-data.cc
	* src/gnome-cmd-data.h
	* src/gnome-cmd-main-win.cc
	* src/gnome-cmd-main-win.h
	* src/gnome-cmd-user-actions.cc
	* src/dialogs/gnome-cmd-advrename-regex-dialog.cc
	* src/dialogs/gnome-cmd-advrename-regex-dialog.h
	Brand new dlg for Advanced Rename Tool

2008-11-15  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-con-dialog.cc:
	* src/dialogs/gnome-cmd-advrename-regex-dialog.cc:
	Activate the default widget for the dialogs containing the entry

2008-11-13  Piotr Eljasiak  <epiotr@use.pl>

	* configure.in:
	* po/POTFILES.in:
	* src/Makefile.am:
	* src/gnome-cmd-advrename-dialog.cc:
	* src/dialogs/Makefile.am:
	* src/dialogs/gnome-cmd-advrename-regex-dialog.cc:
	* src/dialogs/gnome-cmd-advrename-regex-dialog.h
	advrename: move code for regex rules dlg to dialogs/gnome-cmd-advrename-regex-dialog.{cc,h} files

2008-11-07  Piotr Eljasiak  <epiotr@use.pl>

	* src/tags/gnome-cmd-tags.cc:
	* src/tags/gnome-cmd-tags.h:
	typo: Opto-Electoric -> Opto-Electronic

2008-11-04  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-file.cc:
	* src/gnome-cmd-file.h:
	gnome_cmd_file_ref() returns the file now

	* src/gnome-cmd-treeview.cc:
	* src/gnome-cmd-treeview.h:
	treeview: added gnome_cmd_treeview_create_new_toggle_column()

2008-11-03  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-advrename-dialog.cc:
	* src/gnome-cmd-advrename-lexer.h:
	* src/gnome-cmd-advrename-lexer.ll:
	advrename lexer: report presence of $c/$c(n) in template

2008-11-02  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-advrename-dialog.cc:
	* src/gnome-cmd-advrename-lexer.h:
	* src/gnome-cmd-advrename-lexer.ll:
	gnome_cmd_advrename_parse_fname -> gnome_cmd_advrename_parse_template

2008-10-31  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-data.cc:
	* src/gnome-cmd-data.h:
	Kill dead code

	* src/gnome-cmd-file-list.cc:
	* src/gnome-cmd-file-list.h:
	* src/gnome-cmd-user-actions.cc:
	Simplify code for advrename dlg invoking

2008-10-29  Piotr Eljasiak  <epiotr@use.pl>

	* src/Makefile.am:
	* src/gnome-cmd-advrename-dialog.cc:
	Advanced file rename tool - minor change in dlg mnemonics

2008-10-24  Piotr Eljasiak  <epiotr@use.pl>

	* src/Makefile.am:
	* src/gnome-cmd-advrename-dialog.cc:
	* src/gnome-cmd-convert.cc:
	* src/gnome-cmd-convert.h:
	Advanced file rename tool - trim blanks

	* src/tags/gnome-cmd-tags.cc:
	Simplify metadata tags descriptions

	* src/tags/gnome-cmd-tags.cc:
	Typo fix: predifine -> predefine

2008-10-21  Piotr Eljasiak  <epiotr@use.pl>

	* src/intviewer/viewer-window.cc:
	Internal viewer: set zoom index properly when viewing in normal size

2008-10-18  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-file-list.cc:
	* src/gnome-cmd-file-list.h:
	* src/gnome-cmd-file-selector.cc:
	Added signal "dir-changed" (GnomeCmdFileList -> GnomeCmdFileSelector)

	* src/gnome-cmd-file-list.cc:
	* src/gnome-cmd-file-list.h:
	* src/gnome-cmd-file-selector.cc:
	* src/gnome-cmd-search-dialog.cc:
	Replaced gnome_cmd_file_list_new() with GnomeCmdFileList::operator new()

	* src/gnome-cmd-file-list.cc:
	* src/gnome-cmd-file-list.h:
	GnomeCmdFileList: store realize state

	* src/gnome-cmd-file-list.cc:
	* src/gnome-cmd-file-list.h:
	GnomeCmdFileList: operator for casting to GtkWidget *

	* src/intviewer/viewer-window.cc:
	Internal viewer: new zoom factors (10%, 20%, 33%, 50%, 67%, 100%, 125%, 150%, 200%, 300%, 400%, 500%, 600%, 700%, 800%)

2008-10-16  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-dir.cc:
	* src/gnome-cmd-file-selector.cc:
	Invalidate modified file metatada by GnomeCmdDir, not by GnomeCmdFileSelector

	* src/gnome-cmd-file-selector.cc:
	Remove surplus assertions

	* src/gnome-cmd-user-actions.cc:
	Do not assign CTRL+T as a default shortcut to advrename

	* src/gnome-cmd-file-list.cc:
	* src/gnome-cmd-file-list.h:
	* src/gnome-cmd-file-selector.cc:
	Rename signal "selection-changed" -> "files-changed"

2008-10-15  Piotr Eljasiak  <epiotr@use.pl>

	* src/intviewer/viewer-window.cc:
	Internal viewer: view metatags with both t/T shortcuts

	* src/gnome-cmd-data.cc:
	* src/gnome-cmd-options-dialog.cc:
	* src/gnome-cmd-types.h:
	New colour theme: cafezinho

2008-10-13  Piotr Eljasiak  <epiotr@use.pl>

	* src/intviewer/viewer-window.cc:
	Internal viewer - support for metadata tags

	* src/intviewer/viewer-window.cc:
	Internal viewer - new key bindings: T and ALT+ENTER for metadata tags viewing

2008-10-10  Piotr Eljasiak  <epiotr@use.pl>

	* src/intviewer/*.cc:
	C++: add 'using namespace std'

	* src/gnome-cmd-combo.cc:
	* src/gnome-cmd-data.cc:
	* src/gnome-cmd-data.h:
	* src/gnome-cmd-dir-indicator.cc:
	* src/gnome-cmd-file-selector.cc:
	* src/gnome-cmd-options-dialog.cc:
	* src/utils.cc:
	GnomeCmdData: more C++ rework

2008-10-08  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-file-selector.cc:
	* src/gnome-cmd-file-selector.h:
	Add GnomeCmdFileSelector::is_active()

	* src/intviewer/viewer-window.cc:
	intviewer: kill obsoleted code for external tools

	* src/Makefile.am:
	* src/gnome-cmd-file-props-dialog.cc:
	* src/gnome-cmd-key-shortcuts-dialog.cc:
	* src/gnome-cmd-remote-dialog.cc:
	* src/gnome-cmd-treeview.cc:
	* src/gnome-cmd-treeview.h:
	treeview: move common code to gnome-cmd-treeview.* files

2008-10-07  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-main-win.cc:
	* src/gnome-cmd-main-win.h:
	Kill dead code

2008-10-07  JP Rosevear  <jpr@novell.com>

	* plugins/cvs/interface.c:
	Fixed problem #555288 (build fix)

2008-10-04  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-file-list.cc:
	* src/gnome-cmd-file-list.h:
	* src/gnome-cmd-file-selector.cc:
	* src/gnome-cmd-file-selector.h:
	GnomeCmdFileSelector: more C++ rework

	* src/gnome-cmd-file.cc:
	* src/gnome-cmd-file.h:
	* src/intviewer/viewer-widget.cc:
	* src/intviewer/viewer-window.cc:
	* src/intviewer/viewer-window.h:
	Pass GnomeCmdFile to intviewer (instead of previous file path)

2008-10-03  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-file-list.cc:
	* src/gnome-cmd-file-list.h:
	create_column_titles() -> GnomeCmdFileList::create_column_titles()

2008-10-03  Yuriy Penkin  <yuriy.penkin@gmail.com>

	* configure.in:
	* data/gnome-commander.ebuild.in:
	* data/gnome-commander.spec.in:
	Fixed problem #554598 (GNOME Goal: LINGUAS)

2008-10-01  Yuriy Penkin  <yuriy.penkin@gmail.com>

	* configure.in:
	Fixed problem #554586 (AC_PROG_CXX macro problem)

2008-09-30  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-data.cc:
	* src/gnome-cmd-data.h:
	* src/gnome-cmd-file-list.cc:
	* src/gnome-cmd-main-win.cc:
	GnomeCmdData: more C++ rework

	* src/gnome-cmd-file-list.cc:
	* src/gnome-cmd-file-list.h:
	* src/gnome-cmd-file-selector.cc:
	GnomeCmdFileList::show_dir_size() -> GnomeCmdFileList::show_dir_tree_size()

	* src/gnome-cmd-file-list.cc:
	* src/gnome-cmd-file-list.h:
	* src/gnome-cmd-file-selector.cc:
	GnomeCmdFileList::insert_file() and GnomeCmdFileList::remove_file() return success/failure now

	* src/gnome-cmd-file-list.h:
	* src/gnome-cmd-file-selector.cc:
	* src/gnome-cmd-file-selector.h:
	Move con, cwd, lwd, connected_dir from GnomeCmdFileSelector to GnomeCmdFileList

2008-09-29  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-notebook.h:
	notebook: added missing prev_page() and next_page()

	* src/gnome-cmd-file-list.cc:
	Simplify and speedup GnomeCmdFileList::file_is_wanted()

	* configure.in:
	* src/eggcellrendererkeys.cc:
	* src/eggcellrendererkeys.h:
	* src/gnome-cmd-data.cc:
	* src/gnome-cmd-user-actions.cc:
	* src/gnome-cmd-user-actions.h:
	Replace HAVE_GTK_2_10 with GTK_CHECK_VERSION(2,10,0)

2008-09-27  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-delete-dialog.cc:
	Iterate through the file list MUCH faster (O(n*n) -> O(n))

	* src/gnome-cmd-file-list.cc:
	* src/gnome-cmd-file-list.h:
	* src/gnome-cmd-file-selector.cc:
	* src/gnome-cmd-quicksearch-popup.cc:
	Move get_file_at_row() and get_row_from_file() to GnomeCmdFileList

	* configure.in:
	* data/gnome-commander.ebuild.in:
	Use version requirements for ebuild from configure.in

2008-09-26  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-con-device.cc:
	* src/gnome-cmd-con-ftp.cc:
	* src/gnome-cmd-con-home.cc:
	* src/gnome-cmd-con-smb.cc:
	* src/gnome-cmd-data.cc:
	* src/gnome-cmd-data.h:
	* src/gnome-cmd-options-dialog.cc:
	* src/imageloader.cc:
	GnomeCmdData: more C++ rework

	* src/gnome-cmd-file-list.cc:
	* src/gnome-cmd-file-list.h:
	* src/gnome-cmd-file-props-dialog.cc:
	* src/gnome-cmd-file-selector.cc:
	* src/gnome-cmd-mkdir-dialog.cc:
	* src/gnome-cmd-rename-dialog.cc:
	* src/gnome-cmd-search-dialog.cc:
	gnome_cmd_file_list_focus_file() -> GnomeCmdFileList::focus_file()

2008-09-25  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-file-list.cc:
	* src/gnome-cmd-file-list.h:
	* src/gnome-cmd-file-selector.cc:
	gnome_cmd_file_list_show_dir_size() -> GnomeCmdFileList::show_dir_size()

	* src/gnome-cmd-dir.cc:
	* src/gnome-cmd-dir.h:
	inline gnome_cmd_dir_ref() and gnome_cmd_dir_unref()

	* libgcmd/libgcmd-widget-factory.c:
	* libgcmd/libgcmd-widget-factory.h:
	* src/gnome-cmd-file-list.cc:
	* src/gnome-cmd-main-menu.cc:
	* src/gnome-cmd-options-dialog.cc:
	* gnome-cmd-tags-doc.cc:
	gcc warnings cleanup

2008-09-24  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-advrename-dialog.cc:
	* src/gnome-cmd-cmdline.cc:
	* src/gnome-cmd-data.cc:
	* src/gnome-cmd-data.h:
	GnomeCmdData: more C++ rework

2008-09-24  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>

	* src/gnome-cmd-data.cc:
	* src/gnome-cmd-options-dialog.cc:
	* src/utils.cc:
	Fixed problem #548947 (non-UTF8 locale date problem)

2008-09-23  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-file-list.cc:
	* src/gnome-cmd-file-list.h:
	* src/gnome-cmd-file-selector.cc:
	file_is_in_list(GnomeCmdFileSelector *fs, GnomeCmdFile *f) -> GnomeCmdFileList::has_file(const GnomeCmdFile *f)

	* src/gnome-con-dialog.cc:
	* src/gnome-cmd-data.cc:
	* src/gnome-cmd-data.h:
	* src/gnome-cmd-file-list.cc:
	* src/gnome-cmd-file-selector.cc:
	* src/gnome-cmd-main-menu.cc:
	* src/gnome-cmd-main-win.cc:
	* src/gnome-cmd-options-dialog.cc:
	* src/gnome-cmd-quicksearch-popup.cc:
	* src/gnome-cmd-remote-dialog.cc:
	* src/main.cc:
	* src/utils.cc:
	GnomeCmdData: more C++ rework

2008-09-22  Piotr Eljasiak  <epiotr@use.pl>

	* src/dirlist.cc:
	* src/gnome-cmd-con.cc:
	* src/gnome-cmd-data.cc:
	* src/gnome-cmd-data.h:
	* src/gnome-cmd-delete-dialog.cc:
	* src/gnome-cmd-file-props-dialog.cc:
	* src/gnome-cmd-file-selector.cc:
	* src/gnome-cmd-file.cc:
	* src/gnome-cmd-search-dialog.cc:
	* src/gnome-cmd-xfer.cc:
	GnomeCmdData: gnome_cmd_data_get_gui_update_rate() -> gnome_cmd_data.gui_update_rate

	* src/gnome-cmd-file-list.cc:
	* src/gnome-cmd-file-list.h:
	* src/gnome-cmd-patternsel-dialog.cc:
	* src/gnome-cmd-user-actions.cc:
	GnomeCmdFileList: more C++ rework

	* src/gnome-cmd-dir.h:
	* src/gnome-cmd-file-list.cc:
	* src/gnome-cmd-file-list.h:
	* src/gnome-cmd-file-selector.cc:
	Move code from update_files(GnomeCmdFileSelector *fs) to GnomeCmdFileList::show_files(GnomeCmdDir *dir)

2008-09-11  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-data.cc:
	* src/gnome-cmd-data.h:
	* src/gnome-cmd-file-list.cc:
	* src/gnome-cmd-main-menu.cc:
	* src/gnome-cmd-main-win.cc:
	* src/gnome-cmd-options-dialog.cc:
	* src/gnome-cmd-search-dialog.cc:
	* src/gnome-cmd-user-actions.cc:
	* src/main.cc:
	GnomeCmdData: more C++ rework

2008-09-10  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-file-list.cc:
	* src/gnome-cmd-file-list.h:
	* src/gnome-cmd-file-selector.h:
	file_is_wanted(GnomeVFSFileInfo *finfo) -> GnomeCmdFileList::file_is_wanted(GnomeCmdFile *f)

2008-09-09  Piotr Eljasiak  <epiotr@use.pl>

	* /gnome-cmd-file-list.cc:
	* /gnome-cmd-file-list.h:
	* /gnome-cmd-file-selector.cc:
	* /gnome-cmd-search-dialog.cc:
	gnome_cmd_file_list_update_style(GnomeCmdFileList*) -> GnomeCmdFileList::update_style()

2008-09-08  Piotr Eljasiak  <epiotr@use.pl>

	* /gnome-cmd-advrename-dialog.cc:
	* /gnome-cmd-data.cc:
	* /gnome-cmd-data.h:
	* /gnome-cmd-file-list.cc:
	* /gnome-cmd-file-selector.cc:
	* /gnome-cmd-main-menu.cc:
	* /gnome-cmd-main-win.cc:
	* /gnome-cmd-options-dialog.cc:
	* /gnome-cmd-patternsel-dialog.cc:
	* /gnome-cmd-search-dialog.cc:
	* /gnome-cmd-user-actions.cc:
	GnomeCmdData: more C++ rework

	* src/imageloader.h:
	Removal of root-dir icon - removed forgotten enum

	* src/gnome-cmd-main-win.cc:
	Fix for 'equal pane size' in horizontal mode

2008-09-07  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-data.cc:
	* src/gnome-cmd-data.h:
	* src/gnome-cmd-delete-dialog.cc
	* src/gnome-cmd-options-dialog.cc:
	* src/gnome-cmd-prepare-copy-dialog.cc:
	* src/gnome-cmd-prepare-move-dialog.cc:
	Convert GnomeCmdData struct into C++ class

2008-09-06  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-file-selector.cc:
	* src/gnome-cmd-file-selector.h:
	* src/imageloader.cc:
	Removal of root-dir icon

2008-09-05  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-file-list.cc:
	GnomeCmdFileList: do not allocate dynamically shown_files

	* src/gnome-cmd-file.h:
	* src/gnome-cmd-file-list.cc:
	Move gnome_cmd_get_collation_fname() to gnome-cmd-file.h

	* src/gnome-cmd-file-collection.cc:
	* src/gnome-cmd-file-collection.h:
	GnomeCmdFileCollection::remove(): return TRUE if success, FALSE otherwise

	* src/gnome-cmd-file-list.cc:
	* src/gnome-cmd-file-list.h:
	* src/gnome-cmd-file-selector.cc:
	* src/gnome-cmd-main-win.cc:
	* src/gnome-cmd-quicksearch-popup.cc:
	GnomeCmdFileCollection: get_all_files() -> get_visible_files()

	* src/gnome-cmd-data.cc:
	* src/gnome-cmd-data.h:
	* src/gnome-cmd-file-selector.cc:
	* src/gnome-cmd-file-selector.h:
	* src/gnome-cmd-main-menu.cc:
	* src/gnome-cmd-user-actions.cc:
	* src/gnome-cmd-user-actions.h:
	Visibility of connection/device list is configurable now

2008-09-04  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-file-list.cc:
	Fix for memory leak

	* src/gnome-cmd-file-list.cc:
	* src/gnome-cmd-file-list.h:
	* src/gnome-cmd-file-popmenu.cc:
	* src/gnome-cmd-file-selector.cc:
	* src/gnome-cmd-main-win.cc:
	* src/gnome-cmd-prepare-copy-dialog.cc:
	* src/gnome-cmd-prepare-move-dialog.cc:
	* src/gnome-cmd-prepare-xfer-dialog.cc:
	* src/gnome-cmd-python-plugin.cc:
	* src/gnome-cmd-quicksearch-popup.cc:
	* src/gnome-cmd-search-dialog.cc:
	* src/gnome-cmd-user-actions.cc:
	GnomeCmdFileList: more C++ rework

2008-09-03  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-file-selector.cc:
	Fix the bug introduced in rev. #1978

2008-09-02  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-search-dialog.cc:
	File search: align regex/shell radio buttons

2008-09-01  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-file-selector.cc:
	Widen up connection combo

2008-08-27  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-file-list.cc:
	* src/gnome-cmd-file-list.h:
	* src/gnome-cmd-file-selector.cc:
	* src/gnome-cmd-quicksearch-popup.cc:
	* src/gnome-cmd-user-actions.cc:
	Convert GnomeCmdFileSelector struct into C++ class, part 3

2008-08-27  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>

	* src/gnome-cmd-file.cc:
	Fixed problem #548948 (crash when home directory contains non-UTF8 characters)

2008-08-27  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-file-selector.cc:
	* src/gnome-cmd-file-selector.h:
	* src/gnome-cmd-list-popmenu.cc:
	* src/gnome-cmd-user-actions.cc:
	Move gnome_cmd_file_selector_show_mkdir_dialog() to gnome-cmd-user-actions.cc

2008-08-26  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-dir.cc:
	* src/gnome-cmd-file-collection.cc:
	* src/gnome-cmd-file-collection.h:
	* src/gnome-cmd-file-list.cc:
	Convert GnomeCmdFileCollection struct into C++ class

	* src/gnome-cmd-dir.cc:
	* src/gnome-cmd-file-collection.cc:
	* src/gnome-cmd-file-collection.h:
	* src/gnome-cmd-file-list.cc:
	DeGTK+ization of GnomeCmdFileCollection

2008-08-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>

	* src/gnome-cmd-quicksearch-popup.cc:
	* src/gnome-cmd-rename-dialog.cc:
	Fixed problem #548961 (support for input method when rename or quicksearch)

2008-08-25  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-file-list.cc: Revert bug introduced in rev. #1968

2008-08-25  Christian Kirbach  <Christian.Kirbach@googlemail.com>

	* src/gnome-cmd-user-actions.cc:
	"Synchonize Directories" -> "Synchronize Directories" (problem #548013)

2008-08-15  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-data.cc:
	* src/gnome-cmd-dir-indicator.cc:
	* src/gnome-cmd-file-props-dialog.cc:
	* src/gnome-cmd-file-selector.cc:
	* src/gnome-cmd-file-selector.h:
	* src/gnome-cmd-main-win.cc:
	* src/gnome-cmd-mkdir-dialog.cc:
	* src/gnome-cmd-prepare-copy-dialog.cc:
	* src/gnome-cmd-prepare-move-dialog.cc:
	* src/gnome-cmd-prepare-xfer-dialog.cc:
	* src/gnome-cmd-python-plugin.cc:
	* src/gnome-cmd-rename-dialog.cc:
	* src/gnome-cmd-search-dialog.cc:
	* src/gnome-cmd-user-actions.cc:
	Convert GnomeCmdFileSelector struct into C++ class, part 2

	* src/gnome-cmd-file-selector.cc:
	* src/gnome-cmd-file-selector.h:
	GnomeCmdFileSelector: added operators for conversion to GtkWidget * and GtkBox *

	* src/gnome-cmd-bookmark-dialog.cc:
	* src/gnome-cmd-cmdline.cc:
	* src/gnome-cmd-dir-indicator.cc:
	* src/gnome-cmd-file-selector.cc:
	* src/gnome-cmd-file-selector.h:
	* src/gnome-cmd-main-win.cc:
	* src/gnome-cmd-search-dialog.cc:
	* src/gnome-cmd-user-actions.cc:
	Convert GnomeCmdFileSelector struct into C++ class, part 3

	* src/gnome-cmd-data.cc:
	* src/gnome-cmd-file-list.cc:
	* src/gnome-cmd-file-list.h:
	* src/gnome-cmd-file-selector.cc:
	* src/gnome-cmd-python-plugin.cc:
	* src/gnome-cmd-search-dialog.cc:
	* src/gnome-cmd-user-actions.cc:
	Convert GnomeCmdFileList struct into C++ class, part 2

2008-08-14  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-bookmark-dialog.cc:
	* src/gnome-cmd-cmdline.cc:
	* src/gnome-cmd-dir-indicator.cc:
	* src/gnome-cmd-file-popmenu.cc:
	* src/gnome-cmd-file-selector.cc:
	* src/gnome-cmd-file-selector.h:
	* src/gnome-cmd-list-popmenu.cc:
	* src/gnome-cmd-main-menu.cc:
	* src/gnome-cmd-main-win.cc:
	* src/gnome-cmd-prepare-xfer-dialog.cc:
	* src/gnome-cmd-python-plugin.cc:
	* src/gnome-cmd-remote-dialog.cc:
	* src/gnome-cmd-user-actions.cc:
	Convert GnomeCmdFileSelector struct into C++ class, part 1

2008-08-13  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-file-list.cc:
	* src/gnome-cmd-file-list.h:
	* src/gnome-cmd-user-actions.cc:
	Define SHIFT+F2 binding as user definable (mark.compare_directories)

	* src/Makefile.am:
	* src/gnome-cmd-notebook.cc:
	* src/gnome-cmd-notebook.h:
	Initial framework for tabs support

2008-08-12  Piotr Eljasiak  <epiotr@use.pl>

	* src/filter.cc:
	Fix for mismatched case-sesitive/insensitive file selection (regex mode)

	* src/gnome-cmd-file-list.cc:
	* src/gnome-cmd-file-list.h:
	* src/gnome-cmd-file-selector.cc:
	* src/gnome-cmd-search-dialog.cc:
	* src/gnome-cmd-xfer.cc:
	Convert GnomeCmdFileList struct into C++ class, part 1

2008-08-11  Piotr Eljasiak  <epiotr@use.pl>

	* libgcmd/libgcmd-widget-factory.c:
	* libgcmd/libgcmd-widget-factory.h:
	* src/gnome-cmd-options-dialog.cc:
	Replaced obsoleted code for GnomeFontPicker with GtkFontButton

2008-08-09  Piotr Eljasiak  <epiotr@use.pl>

	* configure.in:
	* data/gnome-commander.spec.in:
	* po/POTFILES.in:
	* src/Makefile.am:
	* src/gnome-cmd-advrename-dialog.cc:
	* src/gnome-cmd-advrename-lexer.ll:
	* src/gnome-cmd-file-props-dialog.cc:
	* src/tags/Makefile.am:
	* src/tags/gnome-cmd-tags-poppler.cc:
	* src/tags/gnome-cmd-tags-poppler.h:
	* src/tags/gnome-cmd-tags.cc:
	* src/tags/gnome-cmd-tags.h:
	Added support for PDF metatags

	* src/tags/gnome-cmd-tags-poppler.cc:
	Do not search metatags for non-pdf documents

2008-08-05  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-file-selector.cc:
	Kill obsoleted code

	* src/filter.cc:
	* src/filter.h:
	* src/gnome-cmd-data.cc:
	* src/gnome-cmd-data.h:
	* src/gnome-cmd-file-list.cc:
	* src/gnome-cmd-options-dialog.cc:
	* src/gnome-cmd-search-dialog.cc:
	Convert Filter struct into C++ class

2008-08-04  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-rename-dialog.cc:
	SHIFT+F6: select file name without ext. This fixes problem #536446

	* src/gnome-cmd-advrename-dialog.cc:
	* src/gnome-cmd-con.cc:
	* src/gnome-cmd-con.h:
	* src/gnome-cmd-data.cc:
	* src/gnome-cmd-file-selector.cc:
	* src/history.cc:
	* src/history.h:
	Convert History struct to C++ class

2008-08-01  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-dir.cc:
	* src/gnome-cmd-dir-pool.cc:
	* src/gnome-cmd-dir-pool.h:
	Convert GnomeCmdDirPool into fully fledged C++ class

	* src/Makefile.am:
	* src/gnome-cmd-con.cc:
	* src/gnome-cmd-con.h:
	* src/gnome-cmd-dir-pool.cc:
	* src/gnome-cmd-dir-pool.h:
	Removal of GnomeCmdDirPool class, as it is not completed and functional

	* src/gnome-cmd-options-dialog.cc:
	* src/gnome-cmd-options-dialog.h:
	Convert GnomeCmdOptionsDialog struct to C++ class

2008-07-29  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-data.cc:
	* src/gnome-cmd-file-list.cc:
	* src/gnome-cmd-file-list.h:
	FILE_LIST_SORT_ASCENDING -> GTK_SORT_ASCENDING, FILE_LIST_SORT_DESCENDING -> GTK_SORT_DESCENDING

2008-07-28  Piotr Eljasiak  <epiotr@use.pl>

	* configure.in: Bumped version to 1.2.8


##############################################################################
#                                   1.2.7                                    #
##############################################################################

2008-07-28  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-file-selector.cc:
	* src/gnome-cmd-file.cc:
	* src/gnome-cmd-file.h:
	Invalidate metadata for modified files

2008-07-28  Padraig O'Briain  <Padraig.Obriain@Sun.COM>

	* src/filter.cc:
	* src/gnome-cmd-file-popmenu.cc:
	* src/utils.cc:
	Correctly handle FNM_CASEFOLD when building on non-Gnu systems

2008-07-25  Marius Siegas  <inkredibl@gmail.com>

	* src/gnome-cmd-xfer.cc:
	Fix for "(null)" filename in message dlg

2008-07-25  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-file-list.cc:
	* src/gnome-cmd-file-list.h:
	* src/gnome-cmd-search-dialog.cc:
	Fixed problem #532615 (file operations on wrong file)

	* src/gnome-cmd-main-win.cc:
	Fixed problem #522430 (quick search for files starting with uppercase)

2008-07-23  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-quicksearch-popup.cc:
	Fixed problem #538806 (quick search in root dir)

2008-07-21  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-file-selector.cc:
	* src/gnome-cmd-file-selector.h:
	* src/gnome-cmd-user-actions.cc:
	Fix for setting the current working directory to the remote inactive one (CTRL+., CTRL+LEFT/RIGHT)

2008-07-20  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-con.cc:
	Fix for bug introduced in rev. #1669

2008-07-19  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-prepare-xfer-dialog.cc:
	Fix for upload problem

2008-07-18  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-con-dialog.cc:
	* src/gnome-cmd-con-ftp.cc:
	* src/gnome-cmd-con-ftp.h:
	* src/gnome-cmd-remote-dialog.cc:
	Removed superfluous code for GnomeCmdConFtp

2008-07-17  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-con.h:
	* src/gnome-cmd-con-dialog.cc:
	* src/gnome-cmd-con-ftp.cc:
	* src/gnome-cmd-remote-dialog.cc:
	Fixed problem #541404 (update of host names)

	* src/gnome-cmd-con-ftp.cc:
	Removed superfluous code for anonymous user handling

	* src/gnome-cmd-con-dialog.cc:
	* src/gnome-cmd-con-ftp.cc:
	* src/gnome-cmd-con-ftp.h:
	Removed superfluous code for host_port handling

	* src/gnome-cmd-con-dialog.cc:
	* src/gnome-cmd-con-ftp.cc:
	* src/gnome-cmd-con-ftp.h:
	Removed superfluous code for user_name handling

	* src/gnome-cmd-con-ftp.cc:
	Removed superfluous code for host_name handling

	* src/gnome-cmd-con-dialog.cc:
	* src/gnome-cmd-con-ftp.cc:
	* src/gnome-cmd-con-ftp.h:
	Removed superfluous code for remote_dir handling

2008-07-14  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-con-ftp:
	Use specified uri for connection (instead of previous building from 'ftp:', host, port, dir, user, pswd)

2008-07-14  Dušan Hokův  <dusan@mirc.cz>

	* src/gnome-cmd-xfer.cc:
	* src/gnome-cmd-xfer-progress-win.cc:
	* src/gnome-cmd-xfer-progress-win.h:
	New progress indicator for individual files for transfer dialogs

2008-07-13  Piotr Eljasiak  <epiotr@use.pl>

	* src/libgviewer/viewer-window.cc:
	Fix for intviewer menu entry

2008-07-10  Padraig O'Briain  <Padraig.Obriain@Sun.COM>

	* src/intviewer/fileops.cc:
	Fix for problem #539753 (build error on Solaris)

2008-07-10  Mamoru Tasaka  <mtasaka@ioa.s.u-tokyo.ac.jp>

	* configure.in: Added 'ja' to ALL_LINGUAS

2008-06-23  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-search-dialog.cc:
	File search: added radio buttons for controlling file name matching mode (regex/shell)

2008-06-17  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-file-list.cc:
	Fix for problem when re-sorting (keep selection visible)

	* src/gnome-cmd-con-dialog.cc:
	* src/gnome-cmd-con.h:
	Remote connection GUI: support for SSH+WebDAV in remote connection dlg

	* src/gnome-cmd-con-dialog.cc:
	Set default method to CON_SSH for new connections

2008-06-16  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-file-list.cc:
	Use current column sorting in advrename

2008-06-15  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-user-actions.cc:
	Simplified code for "file.sendto" user action

	* src/gnome-cmd-user-actions.cc:
	Added copying selected URIs to clipboard with ALT+click on toolbar button

2008-06-13  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-user-actions.cc:
	Build fix for g++ 4.3

2008-06-12  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-user-actions.cc:
	* src/gnome-cmd-user-actions.h:
	Added support for user defined shortcuts to arbitrary programs,
	available as "command.execute" user action

2008-06-09  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-data:
	Add GNOME Commander ftp site to remote servers for the first-time users

2008-06-05  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-file-selector.cc:
	* src/gnome-cmd-file-selector.h:
	* src/gnome-cmd-prepare-xfer-dialog.cc:
	Yet another fix for full file path handling while copying/moving to the mounted devices

2008-06-05  Maciej Piechotka  <uzytkownik2@gmail.com>

	* src/gnome-cmd-main-menu.cc:
	"S_ynchonize Directories" -> "S_ynchronize Directories" (problem #536705)

2008-06-04  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-search-dialog.cc:
	Revamped 'Search...' dlg

2008-06-03  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-con-dialog.cc:
	* src/gnome-cmd-con-ftp.cc:
	* src/gnome-cmd-con-ftp.h:
	* src/gnome-cmd-con.h:
	Removed superfluous alias from GnomeCmdConFtp object

	* src/gnome-cmd-data.cc:
	Simplify code for connections loading from cfg

2008-06-02  Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp>

	* src/gnome-cmd-includes.h:
	* src/intviewer/image-render.cc:
	* src/intviewer/text-render.cc.:
	* src/intviewer/viewer-widget.cc:
	Add patch to compile with GTK 2.13.X

2008-06-01  Piotr Eljasiak  <epiotr@use.pl>

	* configure.in: Bumped version to 1.2.7


##############################################################################
#                                   1.2.6                                    #
##############################################################################

2008-05-30  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-prepare-xfer-dialog.cc:
	Fixed problem with full file path handling while copying/moving to mounted devices

2008-05-28  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-con.cc:
	Added missing directory separator in remote sever dlg

2008-05-21  Piotr Eljasiak  <epiotr@use.pl>

	* src/libgviewer/text-render.cc:
	Fixed bug #496150 (scrolling with mouse wheel)

2008-05-12  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-search-dialog.cc:
	* src/gnome-cmd-user-actions.cc:
	i18n

2008-05-09  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-file-popmenu.cc:
	* src/gnome-cmd-list-popmenu.cc:
	* src/gnome-cmd-user-actions.cc:
	* src/gnome-cmd-user-actions.h:
	Added "Open folder in Nautilus" action to RMB and user actions.

2008-05-05  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-delete-dialog.cc
	Center delete progress window

	* src/gnome-cmd-user-actions.cc:
	Added "mark.invert" to user actions

2008-05-04  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-xfer.cc:
	* src/gnome-cmd-xfer-progress-win.cc:
	Center transfer progress window

2008-05-03  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-file-selector.cc:
	* src/gnome-cmd-user-actions.cc:
	* src/gnome-cmd-user-actions.h:
	Do not pass unused pointer to file_selector in handle_key_event()

2008-05-02  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-main-win.cc:
	Do not pass unused pointer to main_win

2008-04-30  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-key-shortcuts-dialog.cc:
	* src/gnome-cmd-key-shortcuts-dialog.h:
	gnome_cmd_key_shortcuts_dialog_new() returns response==GTK_RESPONSE_OK now

2008-04-29  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-file-list.cc:
	Fixed problem #499761 (search window cleared when column sorted)

	* src/dirlist.cc:
	* src/gnome-cmd-con-ftp.cc:
	* src/gnome-cmd-con.cc:
	* src/gnome-cmd-delete-dialog.cc:
	* src/gnome-cmd-file-list.cc:
	* src/gnome-cmd-file-props-dialog.cc:
	* src/gnome-cmd-file-selector.cc:
	* src/gnome-cmd-search-dialog.cc:
	* src/gnome-cmd-xfer.cc:
	Replacing obsoleted gtk_timeout_add() with g_timeout_add()

2008-04-26  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-data.cc:
	* src/gnome-cmd-file-list.cc:
	* src/gnome-cmd-file-list.h:
	Added gnome_cmd_file_list_get_column_default_width() function

2008-04-25  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-main-menu.cc:
	Added icon to 'Help|Keyboard Shortcuts' menu entry

2008-04-23  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-file-list.cc:
	Fixed problem #499764 (multiple selection problem)

2008-04-22  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-key-shortcuts-dialog.cc:
	* src/gnome-cmd-user-actions.cc:
	Write modified shortcuts to config file

	* src/eggcellrendererkeys.cc:
	* src/eggcellrendererkeys.h:
	* src/gnome-cmd-key-shortcuts-dialog.cc:
	Properly handle CAPSLOCK and Super keys in shortcuts dialog

	* src/gnome-cmd-user-actions.cc:
	Replaced previous default binding (CTRL+~) for view.home with SHIFT+CTRL+~
	(<shift><control>asciitilde), as for the previous one didn't work at all.

2008-04-19  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-data.cc:
	Added support for GDK_grave key

	* src/gnome-cmd-main-win.cc:
	* src/gnome-cmd-user-actions.cc:
	Define CTRL+Q binding as user definable (file.exit)

2008-04-15  Piotr Eljasiak  <epiotr@use.pl>

	* src/eggcellrendererkeys.cc:
	* src/eggcellrendererkeys.h:
	* src/gnome-cmd-user-actions.cc:
	Do not use gtk_accelerator_get_label() for representing accelerators

2008-04-08  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-user-actions.cc:
	Added new key binding: SUPER+F for file search

2008-04-07  Piotr Eljasiak  <epiotr@use.pl>

	* configure.in:
	* src/eggcellrendererkeys.cc:
	* src/gnome-cmd-data.cc:
	* src/gnome-cmd-user-actions.cc:
	* src/gnome-cmd-user-actions.h:
	Support for <super>, <hyper> and <meta> modifiers (since GTK+ 2.10)

2008-04-02  Piotr Eljasiak  <epiotr@use.pl>

	* src/eggaccelerators.cc:
	* src/eggcellrendererkeys.cc:
	* src/gnome-cmd-key-shortcuts-dialog.cc:
	Use libegg cell renderer and accelerators

2008-03-31  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-user-actions.cc:
	* src/gnome-cmd-user-actions.h:
	Added gnome_cmd_user_actions_create_model() function

	* src/eggaccelerators.cc:
	* src/eggaccelerators.h:
	* src/eggcellrendererkeys.cc:
	* src/eggcellrendererkeys.h:
	Added libegg cell renderer and accelerators

2008-03-31  Thomas Kordelle

	* libgcmd/gnome-cmd-dialog.c:
	Fix for memory leak

	* src/gnome-cmd-con.cc:
	Fixed problem with copying files to symlinked directories

	* src/gnome-cmd-quicksearch-popup.cc:
	Allow Fx functions when in quicksearch mode editing

2008-03-26  Thomas Kordelle

	* src/gnome-cmd-search-dialog.cc:
	Bugfixes + added accelerators to the search dlg

2008-03-21  Leonardo Valeri Manera <l.valerimanera@gmail.com>

	* data/gnome-commander.ebuild:
	Updated ebuild file for gentoo systems

2008-03-20  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-key-shortcuts-dialog.cc:
	* src/gnome-cmd-key-shortcuts-dialog.h:
	* src/gnome-cmd-main-menu.cc:
	* src/gnome-cmd-user-actions.cc:
	* src/gnome-cmd-user-actions.h:
	Added GUI for keyboard shortcuts management

2008-03-19  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-user-actions.h:
	Move key2str() and str2key() out of GnomeCmdUserActions class

2008-03-17  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-file.cc:
	* src/gnome-cmd-file.h:
	* src/gnome-cmd-file-list.cc:
	Fix for sorting of UTF-8 encoded file names

2008-03-14  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-user-actions.h:
	Added ascii_islower() and ascii_isupper()
	Added GnomeCmdUserActions::clear()

	* src/gnome-cmd-hintbox.cc:
	* src/gnome-cmd-hintbox.h:
	hintbox: new widget showing a label decorated with a GTK_STOCK_DIALOG_INFO icon

2008-03-13  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-user-actions.cc:
	* src/gnome-cmd-user-actions.h:
	Added GnomeCmdUserActions iterators for accessing registered GdkEventKey

2008-03-11  Piotr Eljasiak  <epiotr@use.pl>

	* libgcmd/libgcmd-widget-factory.c:
	Replacing obsoleted gnome_icon_entry_set_icon() with gnome_icon_entry_set_filename()

2008-03-10  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-user-actions.cc:
	* src/gnome-cmd-user-actions.h:
	Moved static DICT<GnomeCmdUserActionFunc> to GnomeCmdUserActions class
	Added descriptions for user action

2008-03-05  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-file-popmenu.cc:
	* src/gnome-cmd-list-popmenu.cc:
	* src/gnome-cmd-main-menu.cc:
	* src/gnome-cmd-search-dialog.cc:
	* src/intviewer/viewer-window.cc:
	Replaced deprecated icon names with newer ones

	* src/gnome-cmd-search-dialog.cc:
	Added 'help' button to search dlg

2008-03-04  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-main-menu.cc:
	* src/gnome-cmd-main-win.cc:
	* src/gnome-cmd-user-actions.cc:
	* src/gnome-cmd-user-actions.h:
	Added "Start GNOME Commander as root" action to menu and user actions

	* src/gnome-cmd-advrename-lexer.ll:
	* src/gnome-cmd-advrename-dialog.cc:
	Multi-Rename-Tool - new $x and $X placeholders for random hexadecimal numbers

2008-02-29  Piotr Eljasiak  <epiotr@use.pl>

	* configure.in: Bumped version to 1.2.6


##############################################################################
#                                   1.2.5                                    #
##############################################################################

2008-02-28  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-data.cc:
	* src/gnome-cmd-data.h:
	* src/utils.cc:
	Resurrected gcmd-block (used only when set "/programs/use_gcmd_block" key to TRUE)

2008-02-26  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-con.cc:
	* src/gnome-cmd-con.h:
	* src/gnome-cmd-dir.cc:
	Fixed problem #449137 (renamed directories not accessed by name)

2008-02-25  Piotr Eljasiak  <epiotr@use.pl>

	* src/utils.cc:
	Yet another fix for setting exec dir for started MIME applications

2008-02-23  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-file.cc:
	* src/gnome-cmd-file.h:
	* src/tags/gnome-cmd-tags-file.cc:
	Do not show password in File.Link tag

	* src/gnome-cmd-file-popmenu.cc:
	Revert the bug introduced in rev. #1575

2008-02-22  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-file-popmenu.cc:
	* src/utils.cc:
	Set proper exec dir for started MIME applications

	* src/gnome-cmd-file-list.cc:
	Fix for RMB selection

2008-02-18  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-bookmark-dialog.cc:
	Allow resizing of bookmark dlg

	* src/Makefile.am:
	* src/gnome-cmd-data.cc:
	* src/utils.cc:
	Fix for problem #448942 (SHIFT+ENTER: running a command in a separate terminal)

2008-02-11  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-app.h:
	* src/gnome-cmd-file-popmenu.cc:
	* src/gnome-cmd-file-props-dialog.cc:
	Simplify error handling for MIME retrieving

2008-02-06  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-file.cc:
	* src/gnome-cmd-file-popmenu.cc:
	* src/gnome-cmd-file-props-dialog.cc:
	Fix for crash when handling mime for some exotic permissions

2008-01-28  Piotr Eljasiak  <epiotr@use.pl>

	* src/utils.cc:
	Simplify code for string handling

2008-01-26  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-file.cc:
	* src/gnome-cmd-file.h:
	Do not use escaped directory name when runnning editor application

2008-01-22  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-file-popmenu.cc:
	Run "Open with other..." application in file's directory

2008-01-21  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-dir.cc:
	Fixed problem #510567 (failed assert when deleting dir)

	* src/gnome-cmd-dir.cc:
	* src/gnome-cmd-dir.h:
	* src/gnome-cmd-file.cc:
	* src/gnome-cmd-file-list.cc:
	* src/gnome-cmd-file-list.h:
	* src/gnome-cmd-file-props-dialog.cc:
	* src/gnome-cmd-file-selector.cc:
	* src/gnome-cmd-rename-dialog.cc:
	Fixed problem #345314 (cursor not staying on file while renaming)

2008-01-19  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-file-list.cc:
	Point to the focused file properly

2008-01-17  Piotr Eljasiak  <epiotr@use.pl>

	* src/libgviewer/image-render.cc:
	Yet another fix for problem with updating of internal viewer status bar

	* src/gnome-cmd-file-props-dialog.cc:
	Added "kbps" to Audio.Bitrate tag presented in file properties dlg

2008-01-16  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-advrename-lexer.ll:
	Fixed problem #508565 (improper utf-8 handling in advanced file rename tool)

	* src/gnome-cmd-advrename-dialog.cc:
	Set template combo history as case sensitive

	* src/gnome-cmd-file-list.cc:
	Yet another fix for cursor going astray

2008-01-14  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-advrename-lexer.ll:
	More C++ in advrename

2008-01-11  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-advrename-lexer.ll:
	C++ optimisation

2008-01-10  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-con-device.cc:
	* src/gnome-cmd-con-ftp.cc:
	Add missing "umount" cross to close-connection toolbar button

	* src/gnome-cmd-file.cc:
	Run editor application in file's directory

	* src/gnome-cmd-data.cc:
	Yet another fix for storing advrename data (regex patterns)

	* src/gnome-cmd-con-device.cc:
	Fix for memory leak

2008-01-09  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-data.cc:
	Set default value for "/network/use_gnome_auth_manager" to FALSE

	* pixmaps/Makefile.am:
	* pixmaps/desktop.xpm:
	* pixmaps/exec.xpm:
	* pixmaps/ftp_connect.xpm:
	* pixmaps/ftp_disconnect.xpm:
	* pixmaps/ftp.xpm:
	* pixmaps/home.xpm:
	* pixmaps/key.xpm:
	* pixmaps/lock.xpm:
	* pixmaps/mkdir.xpm:
	* pixmaps/server.xpm:
	* pixmaps/smb-computer.xpm:
	* pixmaps/smb-network.xpm:
	* src/imageloader.cc:
	* src/imageloader.h:
	Removed unused pixmaps

	* src/gnome-cmd-user-actions.cc:
	Made "view.home" working on non-home connections too

2008-01-08  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-file.cc:
	* src/gnome-cmd-file.h:
	Added gnome_cmd_file_get_dirname()

	* src/tags/gnome-cmd-tags-doc.cc:
	* src/tags/gnome-cmd-tags-exiv2.cc:
	Fix for memory leak in tag handling

	* src/tags/gnome-cmd-tags-file.cc:
	Set File.Path tag properly

	* src/gnome-cmd-con-dialog.cc:
	Set password entry hidden

	* src/tags/gnome-cmd-tags-file.cc:
	Set File.Format tag to "Folder" for directories

2008-01-07  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-file.cc:
	Simplified gnome_cmd_file_get_extension()

	* src/gnome-cmd-file-selector.cc:
	* src/gnome-cmd-user-actions.cc:
	* src/gnome-cmd-user-actions.h:
	Define SHIFT+F4 binding as user definable (file.edit_new_doc)

2008-01-06  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-file-selector.cc:
	Fix for starting the new document

2008-01-04  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-advrename-dialog.cc:
	Fixed the size of text array (text[3] -> text[4]).
	That fixes crashes #346286, #424447, #447882, #467058.

2008-01-03  Piotr Eljasiak  <epiotr@use.pl>

	* src/libgviewer:
	Rename libgviewer -> intviewer

2008-01-02  koos  <kjniesink@yahoo.co.uk>

	* src/gnome-cmd-xfer.cc:
	Fix for problem #353889 (disappearing file after failed move (F6))

2008-01-02  Piotr Eljasiak  <epiotr@use.pl>

	* src/utils.h:
	Fix for crash on gentoo

2008-01-01  Djihed Afifi <djihedlists@googlemail.com>

	* src/gnome-cmd-main-win.cc:
	Made window title translatable

2007-12-29  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-advrename-dialog.cc:
	Fixed misplaced bracket in regex handling

2007-12-23  <rehsack@web.de>

	* src/gnome-cmd-python-plugin.cc:
	Fixed crash #468685

2007-12-13  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-data.cc:
	* src/gnome-cmd-data.h:
	* src/gnome-cmd-remote-dialog.cc:
	quick-connect working again

2007-12-12  Damien Carbery  <damien.carbery@sun.com>

	* src/libgviewer/fileops.c:
	Fix for problem #365227 (build for Solaris x86)

2007-12-10  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-advrename-dialog.cc:
	* src/gnome-cmd-con-dialog.cc:
	* src/gnome-cmd-file-selector.cc:
	* src/gnome-cmd-user-actions.cc:
	* src/libgviewer/search-dlg.cc:
	* src/libgviewer/viewer-window.cc:
	* src/tags/gnome-cmd-tags-doc.cc:
	* src/tags/gnome-cmd-tags-taglib.cc:
	Fix for problem #502756 (translations)

	* src/imageloader.cc:
	* src/utils.cc:
	* src/tags/gnome-cmd-tags-doc.cc:
	strncmp()==0 -> g_str_has_prefix()

2007-12-10  koos  <kjniesink@yahoo.co.uk>

	* src/gnome-cmd-remote-dialog.cc:
	* src/gnome-cmd-file-props-dialog.cc:
	Made dlg windows resize vertically

2007-12-06  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-con-ftp.cc:
	* src/gnome-cmd-con-ftp.h:
	* src/gnome-cmd-remote-dialog.cc:
	Removed excessive ftp code

2007-12-04  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-con.cc:
	* src/gnome-cmd-con.h:
	* src/gnome-cmd-con-dialog.cc:
	Added gnome_cmd_con_make_uri() function and ..._*_uri() derivatives

2007-11-30  Piotr Eljasiak  <epiotr@use.pl>

	* src/utils.h:
	Added uri_is_valid() function for URI verification

2007-11-29  koos  <kjniesink@yahoo.co.uk>

	* src/gnome-cmd-file.cc:
	Fixed problem #490431 (view files with name containing '%')

2007-11-26  koos  <kjniesink@yahoo.co.uk>

	* src/gnome-cmd-xfer.cc:
	Fix for crash when moving file with % in the name

2007-11-21  Piotr Eljasiak  <epiotr@use.pl>

	* po/POTFILES.in:
	* src/Makefile.am:
	* src/gnome-cmd-con.h:
	* src/gnome-cmd-con-dialog.cc:
	* src/gnome-cmd-con-dialog.h:
	* src/gnome-cmd-con-ftp.cc:
	* src/gnome-cmd-ftp-dialog.cc:
	* src/gnome-cmd-user-actions.cc:
	Brand new dlg for connection details

	* src/gnome-cmd-con-dialog.cc:
	Use proper type for #define GNOME_CMD_TYPE_CONNECT_DIALOG

	* po/POTFILES.in:
	* src/Makefile.am:
	* src/gnome-cmd-remote-dialog.cc:
	* src/gnome-cmd-remote-dialog.h:
	* src/gnome-cmd-user-actions.cc:
	Rename GnomeCmdFtpDialog -> GnomeCmdRemoteDialog

2007-11-20  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-data.cc:
	Store connections as URI in ~/.gnome-commander/connections

2007-11-19  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-con.h:
	* src/gnome-cmd-con-ftp.cc:
	* src/gnome-cmd-con-list.cc:
	* src/gnome-cmd-con-list.h:
	Added gnome_cmd_con_list_find_alias() function

2007-11-17  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-data.cc:
	Fix for storing advrename templates

2007-11-13  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-file-props-dialog.cc:
	* src/tags/gnome-cmd-tags-exiv2.cc:
	Add more metatags to the file property dlg

	* src/gnome-cmd-file-props-dialog.cc:
	Present image sizes in the form: 'widht x height' in the file property dlg

	* src/gnome-cmd-file-props-dialog.cc:
	* src/utils.h:
	Truncate oversized tags to 120 chars

2007-11-12  Piotr Eljasiak  <epiotr@use.pl>

	* src/tags/gnome-cmd-tags.h:
	Added has_tag() function

	* src/gnome-cmd-file-props-dialog.cc:
	Present selected metatags in the file property dlg

2007-11-08  Mike Crash <mike@mikecrash.com>

	* src/gnome-cmd-con-device.cc:
	Fix for mounting of devices with spaces in the name (e.g. "/media/NIKON D40")

2007-11-07  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-ftp-dialog.cc:
	Activate/deactivate buttons accordingly to the number of connections

2007-11-06  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-bookmark-dialog.cc:
	* src/gnome-cmd-file-selector.cc:
	* src/gnome-cmd-file-selector.h:
	* src/gnome-cmd-ftp-dialog.cc:
	* src/gnome-cmd-main-win.cc:
	* src/gnome-cmd-user-actions.cc:
	Set default dir to NULL for gnome_cmd_file_selector_set_connection ()

	* src/gnome-cmd-ftp-dialog.cc:
	Added tooltips to the connection list columns

	* src/gnome-cmd-user-actions.cc:
	* src/utils.cc:
	* src/utils.h:
	Added gnome_cmd_show_message() function

	* src/gnome-cmd-file-props-dialog.cc:
	Added tooltips to the metadata list columns

	* src/gnome-cmd-delete-dialog.cc:
	Fix for memory leak in delete confirm dlg

2007-11-05  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-advrename-dialog.cc:
	* src/gnome-cmd-bookmark-dialog.cc:
	* src/gnome-cmd-ftp-dialog.cc:
	* src/gnome-cmd-options-dialog.cc:
	Use stock buttons in dialogs

2007-11-05  koos  <kjniesink@yahoo.co.uk>

	* src/gnome-cmd-file-selector.cc:
	Proper handling of 'cd ~/mydir'

2007-11-04  Matthias <neolitho@wh12.tu-dresden.de>

	* data/gnome-commander.ebuild:
	Typo fix

2007-11-03  Piotr Eljasiak  <epiotr@use.pl>

	* configure.in:
	* src/gnome-cmd-con-ftp.cc:
	* src/gnome-cmd-ftp-dialog.cc:
	Deep surgery of the FTP dialog

2007-11-01  koos  <kjniesink@yahoo.co.uk>

	* src/gnome-cmd-cmdline.cc:
	'cd -': go to dir '-' if present

2007-10-31  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-con.cc:
	* src/gnome-cmd-con.h:
	Added gnome_cmd_con_get_icon_name ()

2007-10-30  Piotr Eljasiak  <epiotr@use.pl>

	* src/libgviewer/image-render.cc:
	* src/libgviewer/image-render.h:
	* src/libgviewer/text-render.cc:
	* src/libgviewer/text-render.h:
	* src/libgviewer/viewer-widget.cc:
	Fixed problem with updating of internal viewer status bar

2007-10-29  Piotr Eljasiak  <epiotr@use.pl>

	* configure.in:
	* src/utils.cc:
	* src/utils.h:
	* src/libgviewer/viewer-window.cc:
	Dropped duplicate code for help menus

	* src/gnome-cmd-data.cc:
	* src/gnome-cmd-data.h:
	* src/gnome-cmd-user-actions.cc:
	Fixed bug in detecting key modifiers (wrong handling of key bindings)

	* src/gnome-cmd-data.cc:
	* src/gnome-cmd-data.h:
	* src/gnome-cmd-options-dialog.cc:
	* src/gnome-cmd-options-dialog.h:
	* src/main.cc:
	Allow disabling use of gnome-auth-manager

2007-10-28  Piotr Eljasiak  <epiotr@use.pl>

	* src/main.cc:
	Call gnome_vfs_init() & gnome_authentication_manager_init() in proper order

	* src/gnome-cmd-con-device.cc:
	* src/gnome-cmd-con-ftp.cc:
	* src/gnome-cmd-con-home.cc:
	* src/gnome-cmd-con-smb.cc:
	* src/gnome-cmd-con.cc:
	* src/gnome-cmd-con.h:
	Added ConnectionMethodID info to GnomeCmdCon

2007-10-26  Piotr Eljasiak  <epiotr@use.pl>

	* po/POTFILES.in:
	* src/Makefile.am:
	* src/gnome-cmd-smb-auth.c:
	* src/gnome-cmd-smb-auth.h:
	Revert removed gnome-cmd-smb-auth.* files

	* src/gnome-cmd-data.cc:
	Added new key ('/network/use_gnome_auth_manager') to cfg file

2007-10-23  Piotr Eljasiak  <epiotr@use.pl>

	* src/utils.h:
	* src/tags/gnome-cmd-tags.h:
	Yet another fix for gcc-4.2

2007-10-22  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-clist.cc:
	Fixed problem with sporadically lost cursor in file pane

2007-10-19  Piotr Eljasiak  <epiotr@use.pl>

	* src/tags/gnome-cmd-tags.h:
	Yet another fix for gcc-4.2

2007-10-18  Piotr Eljasiak  <epiotr@use.pl>

	* src/tags/gnome-cmd-tags.h:
	Fix for gcc-4.2 compiling problem

2007-10-17  Piotr Eljasiak  <epiotr@use.pl>

	* src/libgviewer/bm_byte.c:
	* src/libgviewer/bm_byte.h:
	* src/libgviewer/bm_chartype.c:
	* src/libgviewer/bm_chartype.h:
	* src/libgviewer/cp437.h:
	* src/libgviewer/datapresentation.h:
	* src/libgviewer/fileops.c:
	* src/libgviewer/fileops.h:
	* src/libgviewer/gvtypes.h:
	* src/libgviewer/image-render.c:
	* src/libgviewer/image-render.h:
	* src/libgviewer/inputmodes.c:
	* src/libgviewer/inputmodes.h:
	* src/libgviewer/Makefile.am:
	* src/libgviewer/scroll-box.c:
	* src/libgviewer/scroll-box.h:
	* src/libgviewer/search-dlg.c:
	* src/libgviewer/search-dlg.h:
	* src/libgviewer/searcher.c:
	* src/libgviewer/searcher.h:
	* src/libgviewer/search-progress-dlg.c:
	* src/libgviewer/search-progress-dlg.h:
	* src/libgviewer/text-render.c:
	* src/libgviewer/text-render.h:
	* src/libgviewer/viewer-utils.c:
	* src/libgviewer/viewer-utils.h:
	* src/libgviewer/viewer-widget.c:
	* src/libgviewer/viewer-widget.h:
	* src/libgviewer/viewer-window.c:
	* src/libgviewer/viewer-window.h:
	Internal viewer: migration to C++

2007-10-15  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-file-collection.cc:
	* src/gnome-cmd-file-collection.h:
	* src/gnome-cmd-file-list.cc:
	* src/gnome-cmd-file-list.h:
	Replaced gnome_vfs_list_sort() with its glib counterpart: g_list_sort_with_data().
	That fixes bug #424159 (column sort problem)

2007-10-11  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-con-ftp.cc:
	* src/gnome-cmd-data.cc:
	* src/gnome-cmd-ftp-dialog.cc:
	* src/main.cc:
	Use the GNOME authentication manager for user's security credentials

2007-10-10  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-data.cc:
	Write URI to ~/.gnome-commander/connections files

2007-10-02  Piotr Eljasiak  <epiotr@use.pl>

	* src/utils.h:
	More stringify() functions

2007-09-24  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-main-menu.cc:
	* src/gnome-cmd-main-win.cc:
	* src/gnome-cmd-user-actions.cc:
	* src/gnome-cmd-user-actions.h:
	Rename underlying functions to reflect changes to "connections.*"

2007-09-23  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-user-actions.cc:
	Replaced old "connections.*" actions with "connections.open", "connections.close"
	and "connections.new" ones

2007-09-18  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-main-win.cc:
	* src/gnome-cmd-user-actions.cc:
	* src/gnome-cmd-user-actions.h:
	Added "view.home" and "view.root" actions

	* src/gnome-cmd-user-actions.cc:
	Added support for key shortcuts to defined bookmarks

2007-09-17  Piotr Eljasiak  <epiotr@use.pl>

	* src/utils.cc:
	* src/utils.h:
	Added split() function

2007-09-16  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-file-selector.cc:
	* src/gnome-cmd-file-selector.h:
	* src/gnome-cmd-user-actions.cc:
	* src/gnome-cmd-user-actions.h:
	Added CTRL+LEFT/RIGHT shortcuts to copy the cwd from the active filelist to
	the inactive one

2007-09-14  Piotr Eljasiak  <epiotr@use.pl>

	* src/*.h:
	* src/tags/*.h:
	Get rid of G_BEGIN_DECLS and G_END_DECLS

2007-09-13  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-file-popmenu.cc:
	* src/gnome-cmd-main-win.cc:
	* src/gnome-cmd-user-actions.cc:
	* src/gnome-cmd-user-actions.h:
	Send files via email or instant messenger (using nautilus-sendto)

2007-09-13  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-con-ftp.cc:
	* src/gnome-cmd-con-home.cc:
	* src/gnome-cmd-con-smb.cc:
	* src/gnome-cmd-pixmap.cc:
	* src/gnome-cmd-pixmap.h:
	Use default GNOME theme icons for home, SMB and FTP locations

2007-09-12  Mike Crash <mike@mikecrash.com>

	* src/gnome-cmd-con-device.cc:
	* src/gnome-cmd-data.cc:
	* src/gnome-cmd-data.h:
	* src/gnome-cmd-pixmap.cc:
	* src/gnome-cmd-pixmap.h:
	Fixed problem #434545 (Debian bug #421480: HUGE icons for device icons)

2007-09-12  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-advrename-dialog.cc:
	* src/gnome-cmd-data.cc:
	* src/gnome-cmd-ftp-dialog.cc:
	* src/utils.cc:
	* src/utils.h:
	* src/libgviewer/viewer-window.c:
	* src/tags/gnome-cmd-tags-doc.cc:
	* src/tags/gnome-cmd-tags-exiv2.cc:
	* src/tags/gnome-cmd-tags.cc:
	Replaced ARRAY_ELEMENTS with glib G_N_ELEMENTS macro

2007-09-12  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-advrename-dialog.cc:
	* src/tags/gnome-cmd-tags.cc:
	Fixed crash when building menu button for metatags

2007-09-12  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-user-actions.cc:
	Fixed bug in GdkEventKey handling (improper use of g_ascii_is...(key_val))

2007-08-23  Piotr Eljasiak  <epiotr@use.pl>

	* src/tags/gnome-cmd-tags.cc:
	Fixed build problem (incorrect #ifndef)

2007-08-08  Piotr Eljasiak  <epiotr@use.pl>

	* src/tags/gnome-cmd-tags.cc:
	* src/tags/gnome-cmd-tags.h:
	Replaced metatags[] array with its DICT<GnomeCmdTag,TagName> counterpart

2007-08-01  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-file-props-dialog.cc:
	Added button for copying metatags to clipboard

	* configure.in:
	Changed required exiv2 version to 0.14 or more

	* src/tags/gnome-cmd-tags-exiv2.cc:
	Set Image.Width & Image.Height metatags if available

2007-07-31  Piotr Eljasiak  <epiotr@use.pl>

	* src/tags/gnome-cmd-tags-exiv2.cc:
	Use exiv2 interpreted values

	* src/utils.h:
	Added join(coll,sep) function family

	* src/tags/gnome-cmd-tags.h:
	Added support for multiple tags in advrename

2007-07-30  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-file-props-dialog.cc:
	Make help button context (tab) aware

	* src/tags/gnome-cmd-tags.h:
	Fix for g++ 3.4 build

2007-07-25  Piotr Eljasiak  <epiotr@use.pl>

	* src/tags/gnome-cmd-tags.cc:
	Make image metatags working in advrename again

	* src/tags/gnome-cmd-exiv2.cc:
	Yet another fix for Exif.Makernote

2007-07-21  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-advrename-dialog.cc:
	* src/tags/gnome-cmd-tags-file.cc:
	* src/tags/gnome-cmd-tags.cc:
	* src/tags/gnome-cmd-tags.h:
	Remove "File.Created" tag (info->ctime ISN'T creation time ;o)

	* src/tags/gnome-cmd-tags-doc.cc:
	* src/tags/gnome-cmd-tags-exiv2.cc:
	* src/tags/gnome-cmd-tags-taglib.cc:
	* src/tags/gnome-cmd-tags.cc:
	* src/tags/gnome-cmd-tags.h:
	Copy metatags value for some File.tags

	* src/tags/gnome-cmd-tags-exiv2.cc:
	Suppress Exif.Makernote, as it contains unrecognized binary data

2007-07-20  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-file-props-dialog.cc:
	Added scrollbars to metatags file prop dlg

	* src/gnome-cmd-advrename-dialog.cc:
	* src/gnome-cmd-advrename-lexer.ll:
	* src/utils.cc:
	* src/utils.h:
	* src/tags/Makefile.am:
	* src/tags/gnome-cmd-tags-file.cc:
	* src/tags/gnome-cmd-tags-file.h:
	* src/tags/gnome-cmd-tags.cc:
	* src/tags/gnome-cmd-tags.h:
	Added support for File metatags

2007-07-18  Piotr Eljasiak  <epiotr@use.pl>

	* configure.in:
	* data/gnome-commander.spec.in:
	* po/POTFILES.in:
	* src/Makefile.am:
	* src/tags/Makefile.am:
	* src/tags/gnome-cmd-tags-exiv2.cc:
	* src/tags/gnome-cmd-tags-exiv2.h:
	* src/tags/gnome-cmd-tags.cc:
	* src/tags/gnome-cmd-tags.h
	Replaced libexif and iptcdata with exiv2 and used GnomeCmdFileMetadata_New container
	for Exif and IPTC metatags

	* src/gnome-cmd-file.cc:
	* src/gnome-cmd-file.h:
	Remove last libexif & iptcdata remnants

	* src/tags/gnome-cmd-tags.h:
	Remove trailing " \t\n\r\0" from a metatag

	* src/tags/gnome-cmd-tags-exiv2.cc:
	Interpret exiv2 tag values

	* configure.in:
	* po/POTFILES.in:
	* src/gnome-cmd-file.cc:
	* src/Makefile.am:
	* src/tags/gnome-cmd-tags.cc:
	* src/tags/gnome-cmd-tags.h:
	* src/tags/Makefile.am:
	* src/gnome-cmd-file.h:
	Remove unused ICC code

	* src/gnome-cmd-file.h:
	* src/gnome-cmd-file-props-dialog.cc:
	* src/tags/gnome-cmd-tags.cc:
	* src/tags/gnome-cmd-tags-doc.cc:
	* src/tags/gnome-cmd-tags-exiv2.cc:
	* src/tags/gnome-cmd-tags.h:
	* src/tags/gnome-cmd-tags-taglib.cc:
	Rename GnomeCmdFileMetadata_New -> GnomeCmdFileMetadata

2007-07-17  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-file-props-dialog.cc:
	* src/tags/gnome-cmd-tags-taglib.cc:
	* src/tags/gnome-cmd-tags.h:
	Add support for multiple metadata tags

2007-07-17  Piotr Eljasiak  <epiotr@use.pl>

	* src/tags/gnome-cmd-tags.h:
	Add generic template function GnomeCmdFileMetadata_New::add(GnomeCmdTag, const T &)

2007-07-11  koos  <kjniesink@yahoo.co.uk>

	* src/gnome-cmd-smb-path.cc:
	Fix for smb browsing crash

2007-07-10  Piotr Eljasiak  <epiotr@use.pl>

	* src/utils.h:
	Added `' to TRACE() macro

	* src/gnome-cmd-file.cc:
	* src/tags/gnome-cmd-tags-doc.cc:
	Allocate metadata memory only when needed

	* src/tags/gnome-cmd-tags.h:
	Remove trailing whitespace from a tag

	* configure.in:
	* data/gnome-commander.spec.in:
	* doc/C/gnome-commander.xml:
	* po/POTFILES.in:
	* src/Makefile.am:
	* src/gnome-cmd-advrename-dialog.cc:
	* src/gnome-cmd-advrename-lexer.ll:
	* src/gnome-cmd-file.cc:
	* src/gnome-cmd-file.h:
	* src/tags/Makefile.am:
	* src/tags/gnome-cmd-tags-taglib.cc:
	* src/tags/gnome-cmd-tags-taglib.h:
	* src/tags/gnome-cmd-tags.cc:
	* src/tags/gnome-cmd-tags.h:
	Replaced id3lib with taglib and use GnomeCmdFileMetadata_New container
	for ID3, Vorbis, FLAC and APE metatags

2007-07-07  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-file-props-dialog.cc:
	* src/tags/gnome-cmd-tags.cc:
	* src/tags/gnome-cmd-tags.h:
	Metadata tags in file properties dialog

2007-07-06  Piotr Eljasiak  <epiotr@use.pl>

	* src/tags/gnome-cmd-tags.cc:
	* src/tags/gnome-cmd-tags.h:
	Added gcmd_tags_bulk_load()

	* src/tags/Makefile.am:
	* src/tags/gnome-cmd-tags.cc:
	* src/tags/gnome-cmd-tags-libs.h:
	Removed gnome-cmd-tags-libs.h file

2007-07-04  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-advrename-lexer.ll:
	* src/gnome-cmd-file.cc:
	* src/gnome-cmd-file.h:
	* src/tags/gnome-cmd-tags-doc.cc:
	* src/tags/gnome-cmd-tags-doc.h:
	* src/tags/gnome-cmd-tags-exif.cc:
	* src/tags/gnome-cmd-tags-icc.cc:
	* src/tags/gnome-cmd-tags-id3.cc:
	* src/tags/gnome-cmd-tags-iptcdata.cc:
	* src/tags/gnome-cmd-tags.cc:
	* src/tags/gnome-cmd-tags.h:
	Replaced GHashTable with GnomeCmdFileMetadata_New container
	for ODF and OLE2 metatags

2007-07-02  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-user-actions.cc:
	Define CTRL+SHIFT+= binding as user definable (view.equal_panes)

2007-07-01  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-file-popmenu.cc:
	* src/gnome-cmd-list-popmenu.cc:
	* src/gnome-cmd-main-menu.cc:
	* src/gnome-cmd-user-actions.cc:
	* src/gnome-cmd-user-actions.h:
	* src/utils.h:
	Added "Open Terminal" action to toolbar, RMB and user actions.

2007-06-30  Piotr Eljasiak  <epiotr@use.pl>

	* configure.in:
	* src/Makefile.am:
	* src/main.cc:
	Set proper value to DATADIR

2007-06-28  koos  <kjniesink@yahoo.co.uk>

	* src/gnome-cmd-dir.cc:
	* src/gnome-cmd-dir.h:
	* src/gnome-cmd-file.cc:
	Fixed runtime assertions

2007-06-28  Kamil Madac

	* src/gnome-cmd-xfer-progress-win.c:
	Show copied bytes instead of percentage during file transfer

2007-06-26  koos  <kjniesink@yahoo.co.uk>

	* src/gnome-cmd-dir.cc:
	* src/gnome-cmd-dir.h:
	Fixed crash when creating absolute dir on SMB share

2007-06-26  Piotr Eljasiak  <epiotr@use.pl>

	* src/utils.cc:
	Replacing obsoleted gnome_pixmap_*() with gdk_pixbuf_*()

2007-06-22  Piotr Eljasiak  <epiotr@use.pl>

	* src/utils.cc:
	Fixed bug #447415 (gcmd can't launch executables)

2007-06-16  koos  <kjniesink@yahoo.co.uk>

	* src/gnome-cmd-mkdir-dialog.cc:
	Fixed problem when creating ~/dir

2007-06-16  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-file.cc:
	* src/gnome-cmd-file.h:
	* src/tags/gnome-cmd-tags.cc:
	* src/tags/gnome-cmd-tags.h:
	Initial framework for new metatags implementation
	(replacing GHashTable with std::map<GnomeCmdTag,std::string>)

2007-06-12  Piotr Eljasiak  <epiotr@use.pl>

	* data/gnome-commander.spec.in:
	Minor tweaking with library versioning

2007-06-12  Damien Carbery  <damien.carbery@sun.com>

	* configure.in:
	* libgcmd/gnome-cmd-file-info.c:
	* libgcmd/Makefile.am:
	* plugins/cvs/Makefile.am:
	* plugins/fileroller/Makefile.am:
	* plugins/test/Makefile.am:
	* plugins/test/test-plugin.c:
	* src/dict.h:
	* src/filter.cc:
	* src/gnome-cmd-data.cc:
	* src/gnome-cmd-file-popmenu.cc:
	* src/gnome-cmd-types.h:
	* src/Makefile.am:
	* src/utils.cc:
	* src/libgviewer/Makefile.am:
	* src/libgviewer/viewer-widget.c::
	* src/tags/id3lib/Makefile.am:
	* src/tags/Makefile.am:
	* tests/gviewer/datapresentation.c:
	* tests/gviewer/imagerenderer.c:
	* tests/gviewer/Makefile.am:
	* tests/gviewer/textrenderer.c:
	* tests/gviewer/viewerwidget.c:
	Fixed build errors for Solaris

2007-06-10  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-file-props-dialog.c:
	Added 'Metadata' tab to file-props dlg

2007-06-09  Piotr Eljasiak  <epiotr@use.pl>

	* configure.in: Bumped version to 1.2.5


##############################################################################
#                                   1.2.4                                    #
##############################################################################

2007-06-08  koos  <kjniesink@yahoo.co.uk>

	* src/gnome-cmd-dir.cc:
	* src/gnome-cmd-dir.h:
	* src/gnome-cmd-mkdir-dialog.cc:
	Make parent directories as needed ('mkdir -p' like)

2007-06-05  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-user-actions.cc:
	Added "file.delete" action

	* src/gnome-cmd-user-actions.cc:
	Added shortcut CTRL+SHIFT+C as 'Copy selected file names to clipboard'

2007-06-05  Dirk Göttel <dgoettel@freenet.de>

	* data/gnome-commander.ebuild:
	Updated ebuild file for gentoo systems

2007-05-28  Piotr Eljasiak  <epiotr@use.pl>

	* src/utils.h:
	Added stringify() functions

2007-05-23  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-user-actions.cc:
	Added 'Licence' button to about dlg

2007-05-14  Piotr Eljasiak  <epiotr@use.pl>

	* src/libgviewer/text-render.c:
	Fixed bug #352253 (scrolling behaviour of the viewer)

2007-05-13  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-user-actions.cc:
	Added <win> modifier for winkey
	Added aliases <mod1> and <mod4> for respectively <alt> and <win> modifiers

2007-05-08  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-file-props-dialog.c:
	Added 'help' button to file-props dlg
	Added 'Metadata' tab to file-props dlg

2007-05-07  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-file-list.cc:
	* src/gnome-cmd-file-list.h:
	* src/gnome-cmd-user-actions.cc:
	Yet another fix for diff tool

	* plugins/python/Makefile.am:
	* plugins/python/sha1sum/Makefile.am:
	* plugins/python/sha1sum/sha1sum.py:
	Addded SHA-1 plugin

2007-05-01  Piotr Eljasiak  <epiotr@use.pl>

	* src/data.cc:
	gdk_key_names.add(...) --> load_data (gdk_key_names, ...)

2007-04-30  Piotr Eljasiak  <epiotr@use.pl>

	* src/Makefile.am:
	* src/widget-factory.cc:
	* src/widget-factory.h:
	Inline create_clist_combo() function, remove widget-factory.cc

2007-04-28  koos  <kjniesink@yahoo.co.uk>

	* src/gnome-cmd-plain-path.cc:
	Fixed bug #360175 (crash while entering a dir with %)

2007-04-28  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-user-actions.cc:
	* src/gnome-cmd-user-actions.h:
	Added "no.action" to user actions

2007-04-27  Piotr Eljasiak  <epiotr@use.pl>

	* src/dirlist.cc:
	i18 of progress bar message

	* src/gnome-cmd-file-popmenu.cc:
	Fixed crash when right clicking on any file.

2007-04-16  Piotr Eljasiak  <epiotr@use.pl>

	* src/Makefile.am:
	* src/dict.h:
	More generalized version of DICT<> class

2007-04-04  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-data.cc:
	Set default "/options/date_disp_mode" to "%x %R"

	* src/gnome-cmd-bookmark-dialog.cc:
	* src/gnome-cmd-cmdline.cc:
	* src/gnome-cmd-file-list.cc:
	* src/gnome-cmd-ftp-dialog.cc:
	* src/gnome-cmd-main-menu.cc:
	* src/gnome-cmd-main-win.cc:
	* src/gnome-cmd-main-win.h:
	* src/gnome-cmd-mkdir-dialog.cc:
	* src/gnome-cmd-python-plugin.cc:
	* src/gnome-cmd-search-dialog.cc:
	* src/gnome-cmd-user-actions.cc:
	Replace all gnome_cmd_main_win_get_{active,inactive}_fs(...) with
	equivalent gnome_cmd_main_win_get_fs (...,{ACTIVE,INACTIVE})

2007-04-03  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-user-actions.cc:
	Added shortcut CTRL+5 to md5sum python plugin

	* src/gnome-cmd-main-menu.cc:
	* src/gnome-cmd-user-actions.cc:
	* src/gnome-cmd-user-actions.h:
	Support for directory synchronizing

2007-04-02  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-data.cc:
	* src/gnome-cmd-user-actions.cc:
	More intuitive usage of diff tool

2007-03-31  koos  <kjniesink@yahoo.co.uk>

	* src/utils.cc:
	Removed gtk dialog warning

2007-03-26  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-data.cc:
	* src/gnome-cmd-data.h:
	* src/gnome-cmd-file-list.cc:
	* src/gnome-cmd-file-selector.cc:
	* src/gnome-cmd-user-actions.cc:
	* src/gnome-cmd-user-actions.h:
	Added support for user defined shortcuts (via configuration file)

2007-03-20  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-cmdline.c:
	Added 'cd -' for changing to the previous working directory from the cmdline

2007-03-18  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-file-selector.cc:
	Fix for wrong display of subdirs files selected with SPACE

2007-03-16  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-file-popmenu.cc:
	Fixed problem #412162 (build with --enable-python=no)

2007-03-12  koos  <kjniesink@yahoo.co.uk>

	* src/gnome-cmd-file-list.cc:
	* src/gnome-cmd-file-selector.cc:
	* src/gnome-cmd-file.cc:
	* src/gnome-cmd-file.h:
	Display total size of files in subirs selected with SPACE

2007-03-11  Dušan Hokův  <dusan@mirc.cz>

	* src/gnome-cmd-main-win.cc:
	Made i18n for toolbar tips working again

2007-03-06  Piotr Eljasiak  <epiotr@use.pl>

	* po/POTFILES.in:
	* src/gnome-cmd-file-selector.cc:
	* src/gnome-cmd-main-menu.cc:
	* src/gnome-cmd-main-win.cc:
	* src/gnome-cmd-user-actions.cc:
	* src/gnome-cmd-user-actions.h:
	* src/main.cc:
	* src/utils.cc:
	Initial support for user defined shortcuts (via configuration file)

2007-03-05  Piotr Eljasiak  <epiotr@use.pl>

	* src/Makefile.am:
	* src/dict.cc:
	* src/dict.h:
	Generic dictionary class (std::string <-> typename T)

2007-03-02  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-file-popmenu.cc:
	Added app name to "_Open" item in RMB menu

2007-02-28  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-file.cc:
	* src/gnome-cmd-ftp-dialog.cc:
	* src/useractions.cc:
	* src/utils.cc:
	* src/utils.h:
	C++: inline the most popular functions

	* src/gnome-cmd-advrename-lexer.l:
	Migration to C++

	* src/*.cc:
	C++: add 'using namespace std'

2007-02-25  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-file-popmenu.cc:
	Fixed problem with RMB popoup menu.

2007-02-24  Piotr Eljasiak  <epiotr@use.pl>

	* src/*.{c,h}:
	Migration to C++

2007-02-20  <lizard@blue.dyn-o-saur.com>

	* po/POTFILES.in:
	* src/Makefile.am:
	* src/gnome-cmd-smb-auth.c:
	* src/gnome-cmd-smb-auth.h:
	* src/main.c:
	Added SMB authentication

2007-02-19  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-dir.c:
	* src/gnome-cmd-dir.h:
	* src/gnome-cmd-file.c:
	* src/gnome-cmd-path.c:
	* src/gnome-cmd-plain-path.c:
	* src/gnome-cmd-python-plugin.c:
	* src/useractions.c:
	Fix for active/inactive dir paths passed to python plugins

2007-02-16  Piotr Eljasiak  <epiotr@use.pl>

	* src/tags/gnome-cmd-tags-doc.c:
	* src/tags/gnome-cmd-tags-doc.h:
	* src/tags/gnome-cmd-tags-exif.c:
	* src/tags/gnome-cmd-tags-exif.h:
	* src/tags/gnome-cmd-tags-icc.c:
	* src/tags/gnome-cmd-tags-icc.h:
	* src/tags/gnome-cmd-tags-id3.c:
	* src/tags/gnome-cmd-tags-id3.h:
	* src/tags/gnome-cmd-tags-iptcdata.c:
	* src/tags/gnome-cmd-tags-iptcdata.h:
	* src/tags/gnome-cmd-tags-libs.h:
	Define gcmd_tags_*_is_supported() as macros

2007-02-15  Piotr Eljasiak  <epiotr@use.pl>

	* src/tags/Makefile.am:
	* src/tags/gnome-cmd-tags-exif.c:
	* src/tags/gnome-cmd-tags-exif.h:
	* src/tags/gnome-cmd-tags-icc.c:
	* src/tags/gnome-cmd-tags-icc.h:
	* src/tags/gnome-cmd-tags-iptcdata.c:
	* src/tags/gnome-cmd-tags-iptcdata.h:
	* src/tags/gnome-cmd-tags-libs.c:
	* src/tags/gnome-cmd-tags-libs.h:
	* src/tags/gnome-cmd-tags.c:
	Split gcmd_tags_*() functions into separate files

2007-02-14  koos  <kjniesink@yahoo.co.uk>

	* src/tags/gnome-cmd-tags.c:
	Fix build error (partially revert commit #697)

2007-02-05  Piotr Eljasiak  <epiotr@use.pl>

	* src/Makefile.am:
	* src/libgviewer/Makefile.am:
	* tests/gviewer/Makefile.am:
	Link libgviewer library statically

2007-02-03  Piotr Eljasiak  <epiotr@use.pl>

	* configure.in:
	* data/gnome-commander.spec.in:
	* src/Makefile.am:
	* src/gnome-cmd-advrename-dialog.c:
	* src/gnome-cmd-advrename-lexer.l:
	* src/gnome-cmd-file.c:
	* src/gnome-cmd-file.h:
	* src/main.c:
	* src/tags/Makefile.am:
	* src/tags/gnome-cmd-tags-audio.h:
	* src/tags/gnome-cmd-tags-doc.c:
	* src/tags/gnome-cmd-tags-doc.h:
	* src/tags/gnome-cmd-tags-id3.h:
	* src/tags/gnome-cmd-tags.c:
	* src/tags/gnome-cmd-tags.h:
	* src/utils.c:
	Added support for OLE and ODF metags in advanced file rename templates

2007-02-01  Piotr Eljasiak  <epiotr@use.pl>

	* configure.in:
	* data/gnome-commander.spec.in:
	Added build and runtime deps for python and gnome-python2-gnomevfs

	* src/gnome-cmd-python-plugin.c:
	Fixed build warning

2007-01-29  Piotr Eljasiak  <epiotr@use.pl>

	* plugins/fileroller/file-roller-plugin.c:
	* src/gnome-cmd-file-selector.c:
	* src/gnome-cmd-file-selector.h:
	* src/gnome-cmd-main-win.c:
	* src/gnome-cmd-smb-path.c:
	* src/libgviewer/inputmodes.c:
	* src/tags/gnome-cmd-tags.c:
	Fixed some build warnings

2007-01-28  Mike Crash <mike@mikecrash.com>

	* src/libgviewer/search-dlg.c:
	Make search entry selected by default

	* src/gnome-cmd-search-dialog.c:
	Fixed bug #351952 (crash while doing a content search)

2007-01-25  Mike Crash <mike@mikecrash.com>

	* src/gnome-cmd-rename-dialog.c:
	Added GDK_KP_Enter handling

2007-01-14  Piotr Eljasiak  <epiotr@use.pl>

	* Makefile.am:
	* configure.in:
	* data/gnome-commander.spec.in:
	* m4/python.m4:
	* pixmaps/Makefile.am:
	* pixmaps/python-plugin.svg:
	* plugins/Makefile.am:
	* plugins/python/Makefile.am:
	* plugins/python/md5sum/Makefile.am:
	* plugins/python/md5sum/md5sum.py:
	* po/POTFILES.in:
	* src/Makefile.am:
	* src/gnome-cmd-con.c:
	* src/gnome-cmd-dir-pool.c:
	* src/gnome-cmd-file-popmenu.c:
	* src/gnome-cmd-python-plugin.c:
	* src/gnome-cmd-python-plugin.h:
	* src/main.c:
	* src/utils.c:
	Added support for python plugins

2007-01-14  koos  <kjniesink@yahoo.co.uk>

	* src/gnome-cmd-file-selector.c:
	Fixed bug #371948 and #388970 (file path not escaped)

2007-01-10  Pema Geyleg  <pema.geyleg@gmail.com>

	* configure.in: Added 'dz' to ALL_LINGUAS.

2006-12-28  Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp>

	* data/gnome-commander.spec.in:
	Clean up

2006-12-21  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-list-popmenu.c:
	* src/gnome-cmd-main-win.c:
	Use GNOMEUIINFO_* helpers

2006-12-20  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-prepare-copy-dialog.c:
	* src/gnome-cmd-prepare-move-dialog.c:
	* src/gnome-cmd-xfer.c:
	* src/utils.c:
	Set default action to 'Replace' for overwriting confirmation dialog
	The dialog can be closed with ESC now

2006-12-18  koos  <kjniesink@yahoo.co.uk>

	* src/gnome-cmd-file-list.c:
	Prevent gcmd from editing dirs

2006-12-18  Henry Yonathan <henry.yonathan@gmail.com>

	* src/gnome-cmd-main-win.c:
	Added shortcut CTRL+\ as 'Go to the root dir'
	Added shortcut CTRL+` as 'Go to the home dir'

2006-12-17  Piotr Eljasiak  <epiotr@use.pl>

	* configure.in:
	* data/gnome-commander.spec.in:
	Use version requirements for rpm from configure.in

2006-12-17  Stephanos Manos <stefmanos@gmail.com>

	* data/gnome-commander.spec.in:
	Removed unnecessary .a libs from rpm
	Added dependencies for optional libs

2006-12-14  Henry Yonathan <henry.yonathan@gmail.com>

	* src/gnome-cmd-file-list.c:
	Prevent int-viewer from opening dirs

2006-12-12  Stephanos Manos <stefmanos@gmail.com>

	* data/gnome-commander.spec.in:
	Minor cleanups/fixes to make rpmlint silent

2006-12-12  sstanev <sstanev@narod.ru>

	* configure.in: Added bg in ALL_LINGUAS

2006-12-11  Piotr Eljasiak  <epiotr@use.pl>

	* configure.in: Bumped version to 1.2.4


##############################################################################
#                                   1.2.3                                    #
##############################################################################

2006-12-11  Piotr Eljasiak  <epiotr@use.pl>

	* configure.in: Bumped version to 1.2.3

	* src/gnome-cmd-mkdir-dialog.c:
	Fixed bug #384752 (wrong permissions for new dirs)


##############################################################################
#                                   1.2.2                                    #
##############################################################################

2006-12-11  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-dir-indicator.c:
	Yet another fix for SMB UNC handling

2006-12-08  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-dir-indicator.c:
	Fixed SMB UNC handling

2006-12-04  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-bookmark-dialog.c:
	* src/gnome-cmd-combo.c:
	* src/gnome-cmd-delete-dialog.c:
	* src/gnome-cmd-dir-indicator.c:
	* src/gnome-cmd-ftp-dialog.c:
	* src/gnome-cmd-main-win.c:
	* src/gnome-cmd-prepare-xfer-dialog.c:
	* src/gnome-cmd-rename-dialog.c:
	* src/gnome-cmd-search-dialog.c:
	* src/gnome-cmd-xfer-progress-win.c:
	Replaced deprecated gtk_widget_set_usize() with gtk_widget_set_size_request()

2006-12-01  Piotr Eljasiak  <epiotr@use.pl>

	* plugins/cvs/cvs-plugin.c:
	* plugins/fileroller/file-roller-plugin.c:
	* plugins/test/test-plugin.c:
	* src/gnome-cmd-about-plugin.c:
	* src/useractions.c:
	Prettify about dialogs

2006-11-26  koos  <kjniesink@yahoo.co.uk>

	* src/gnome-cmd-file-list.c:
	Fixed bug #377706 (selecting files with SHIFT+PGDN)

2006-11-25  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-advrename-dialog.c:
	* src/gnome-cmd-file-selector.c:
	* src/gnome-cmd-ftp-dialog.c:
	* src/gnome-cmd-options-dialog.c:
	* src/gnome-cmd-types.h:
	* src/utils.c:
	* src/utils.h:
	More work on grouping of file size digits

2006-11-23  Dirk Göttel <dgoettel@freenet.de>

	* data/gnome-commander.ebuild:
	Updated ebuild file for gentoo systems

2006-11-22  <petr.pisar@atlas.cz>

	* src/utils.c:
	Use locale formatting for grouping file size digits

2006-11-22  Piotr Eljasiak  <epiotr@use.pl>

	* doc/C/gnome-commander.xml:
	* doc/keys.txt:
	* src/gnome-cmd-main-menu.c:
	* src/gnome-cmd-main-win.c:
	* src/gnome-cmd-main-win.h:
	* src/useractions.c:
	* src/useractions.h:
	Added CTRL+SHIFT+= for setting equal panels

2006-11-21  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-main-menu.c:
	Fixed mismatched horizontal/vertical menu entries

2006-11-20  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-data.c:
	* src/gnome-cmd-options-dialog.c:
	* src/gnome-cmd-types.h:
	New colour scheme

2006-11-18  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-chmod-dialog.c:
	* src/gnome-cmd-chown-dialog.c:
	* src/gnome-cmd-search-dialog.c:
	Fixed bug #374282 (searching with recursive symlinks)

2006-11-14  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-data.c:
	* src/gnome-cmd-data.h:
	* src/gnome-cmd-file-selector.c:
	Made symlink prefix ("link to %s") user configurable

2006-11-13  Piotr Eljasiak  <epiotr@use.pl>

	* src/utils.h:
	Added TRACE() macro

2006-11-12  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-delete-dialog.c:
	i18n

2006-11-11  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-delete-dialog.c:
	Fixed bug #367744 (filename not correctly displayed)

2006-11-10  Piotr Eljasiak  <epiotr@use.pl>

	* configure.in:
	* doc/C/gnome-commander.xml:
	* po/POTFILES.in:
	* src/Makefile.am:
	* src/gnome-cmd-advrename-dialog.c:
	* src/gnome-cmd-advrename-lexer.l:
	* src/gnome-cmd-file-selector.c:
	* src/gnome-cmd-file-selector.h:
	* src/gnome-cmd-file.c:
	* src/gnome-cmd-file.h:
	* src/gnome-cmd-tags-libs.c:
	* src/gnome-cmd-tags-libs.h:
	* src/gnome-cmd-tags.c:
	* src/gnome-cmd-tags.h:
	* src/useractions.c:
	* src/tags/Makefile.am:
	* src/tags/gnome-cmd-tags-audio.c:
	* src/tags/gnome-cmd-tags-audio.h:
	* src/tags/gnome-cmd-tags-id3.c:
	* src/tags/gnome-cmd-tags-id3.h:
	* src/tags/gnome-cmd-tags-libs.c:
	* src/tags/gnome-cmd-tags-libs.h:
	* src/tags/gnome-cmd-tags.c:
	* src/tags/gnome-cmd-tags.h:
	* src/tags/id3lib/Makefile.am:
	* src/tags/id3lib/c_wrapper.cpp:
	* src/tags/id3lib/genres.h:
	* src/tags/id3lib/id3_bugfix.h:
	Added support for ID3 metatags in advrename

	* doc/C/gnome-commander.xml:
	* po/POTFILES.in:
	* src/tags/gnome-cmd-tags.c:
	Fixed inprecise ID3.Duration title

2006-10-30  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-file-selector.c:
	* src/gnome-cmd-file-selector.h:
	* src/useractions.c:
	Fixed symlink creation for multiple selection

2006-10-25  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-advrename-dialog.c:
	* src/gnome-cmd-tags.c:
	i18n for metatag title and description

	* src/gnome-cmd-chmod-dialog.c:
	* src/gnome-cmd-file-list.c:
	i18n for N_()

2006-10-24  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-advrename-dialog.c:
	Reorganized menu buttons for Exif and IPTC

2006-10-23  Dirk Göttel <dgoettel@freenet.de>

	* data/gnome-commander.ebuild:
	Updated ebuild file for gentoo systems
	* data/libiptcdata.ebuild:
        Added ebuild file for gentoo systems

2006-10-23  Piotr Eljasiak  <epiotr@use.pl>

	* configure.in: Bumped version to 1.2.2


##############################################################################
#                                   1.2.1                                    #
##############################################################################

2006-10-16  Piotr Eljasiak  <epiotr@use.pl>

	* data/gnome-commander.desktop.in.in:
	Fixed bug #333898 (deprecated icon suffix in desktop file)

2006-10-15  Ilkka Tuohela  <hile@iki.fi>

	* configure.in: Added fi to ALL_LINGUAS

2006-10-10  Piotr Eljasiak  <epiotr@use.pl>

	* plugins/cvs/cvs-plugin.c:
	* plugins/fileroller/file-roller-plugin.c:
	* src/gnome-cmd-file.c:
	* src/gnome-cmd-file-list.c:
	* src/gnome-cmd-prepare-xfer-dialog.c:
	* src/gnome-cmd-search-dialog.c:
	Replacing obsoleted g_dirname() with g_path_get_dirname()

2006-10-08  Assaf Gordon  <agordon88@gmail.com>

	* src/libgbiewer/viewer-window.c:
	* src/libgviewer/bm_byte.{c.h}:
	* src/libgviewer/bm_chartype.{c,h}:
	* src/libgviewer/cp437.{c,h}:
	* src/libgviewer/input_mode.c:
	* src/libgviewer/libgviewer.h:
	* src/libgviewer/Makefile.am:
	* src/libgviewer/search-dlg.{c,h}:
	* src/libgviewer/searcher.{c,h}:
	* src/libgviewer/search-progress-dlg.{c,h}:
	* src/libgviewer/text-render.{c,h}:
	* src/libgviewer/viewer-utils.{c,h}:
	* src/libgviewer/viewer-widget.{c,h}:
	* tests/gviewer/Makefile.am:
	* tests/gviewer/bm_byte_test.c:
	* tests/gviewer/bm_chartype_test.c:
	* tests/gviewer/utils_test.c:
	Added "Find" feature to the internal viewer

2006-10-07  vlad <b100dian@gmail.com>

	* src/gnome-cmd-file-list.c:
	* src/gnome-cmd-rename-dialog.c:
	* src/gnome-cmd-rename-dialog.h:
	Added in-place rename (SHIFT+F6)

2006-10-07  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-data.c:
	* src/gnome-cmd-data.h:
	* src/gnome-cmd-main-win.c:
	Added CTRL+SHIFT+H for toggle of hidden files filter

2006-10-04  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-advrename-dialog.c:
	* src/gnome-cmd-tags.c:
	* src/gnome-cmd-tags.h:
	More work on 'Metatag' button

2006-10-02  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-advrename-dialog.c:
	* src/gnome-cmd-advrename-dialog.h:
	More work on buttons for fast access to advrename template placeholders

2006-09-28  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-advrename-dialog.c:
	Added buttons for fast access to advrename template placeholders

2006-09-26  Piotr Eljasiak  <epiotr@use.pl>

	* configure.in:
	* po/POTFILES.in:
	* src/Makefile.am:
	* src/gnome-cmd-advrename-lexer.l:
	* src/gnome-cmd-file.c:
	* src/gnome-cmd-file.h:
	* src/gnome-cmd-tags-libs.c:
	* src/gnome-cmd-tags-libs.h:
	* src/gnome-cmd-tags.c:
	* src/gnome-cmd-tags.h:
	Added support for Exif and IPTC metatags in advrename

2006-09-17  Dušan Hokův  <dusan@mirc.cz>

	* src/*.c:
	Add missing '#include <config.h>'

2006-09-14  Dušan Hokův  <dusan@mirc.cz>

	* pixmaps/mime-icons/Makefile.am:
	* pixmaps/mime-icons/gnome-x-directory-smb-server.png:
	* pixmaps/mime-icons/gnome-x-directory-smb-workgroup.png:
	* src/gnome-cmd-dir.c:
	Icons for samba servers and workgroups

2006-09-01  Piotr Eljasiak  <epiotr@use.pl>

	* gnome-cmd-file-list.c:
        Set default sorting of size column to descending.

2006-08-30  Roma <romanr@ua.fm>

	* src/gnome-cmd-data.c:
	* src/gnome-cmd-data.h:
	* src/gnome-cmd-main-win.c:
	* src/useractions.c:
	Save the window state across sessions.

2006-08-10  Dirk Göttel <dgoettel@freenet.de>

	* data/gnome-commander.ebuild:
	Updated ebuild file for gentoo systems.

2006-08-08  Piotr Eljasiak  <epiotr@use.pl>

	* *.h:
	Added C_BEGIN_DECLS and C_END_DECLS.

	* plugins/fileroller.c:
	Added support for archives via FileRoller.

	* pixmaps/Makefile.am:
	* src/gnome-cmd-main-menu.c:
	* src/gnome-cmd-pixmap.c:
	* src/imageloader.c:
	* src/imageloader.h:
	Remove excessive icons.

2006-08-03  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-main-menu.c:
	Use GNOME stock items for menus.

2006-08-02  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-advrename-lexer.l:
	Added python-like indices for placeholders in advrename.

2006-07-31  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-advrename-dialog.c:
	Added 'help' button to advrename dlg.

2006-07-29  Piotr Eljasiak  <epiotr@use.pl>

	* doc/C/figures/gnome-commander_dialog_adv_rename.png:
	* doc/C/figures/gnome-commander_window.png:
	* doc/C/gnome-commander.xml:
	* doc/Makefile.am:
	Updated docs

2006-07-24  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-data.c:
	Detect malformed (empty) 'connections' file

2006-07-19  Piotr Eljasiak  <epiotr@use.pl>

	* plugins/test/Makefile.am:
	Do not install test plugin

	* src/gnome-cmd-con-ftp.c:
	* src/gnome-cmd-con-ftp.h:
	* src/gnome-cmd-data.c:
	* src/gnome-cmd-ftp-dialog.c:
	Added partial support for setting ftp remote dir

2006-07-18  Piotr Eljasiak  <epiotr@use.pl>

	* configure.in:
	* src/Makefile.am:
	Set PLUGIN_DIR in Makefile.am

2006-07-17  <dmacks@netspace.org>

	* plugins/cvs/Makefile.am:
	* plugins/fileroller/Makefile.am:
	* plugins/test/Makefile.am:
	Incorrect use of Makefile linker flags

2006-07-17  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-con-device.c:
	* src/gnome-cmd-data.c:
	* src/utils.c:
	Added some minor safety precautions for fgets().

	* cofigure.in:
	* data/gnome-commander.spec.in:
	Added glib dependencies (>=2.6.0)

2006-06-27  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-main-menu.c:
	* src/useractions.c:
	* src/useractions.h:
	* src/utils.c:
	* src/utils.h:
	Added new entries ("GNOME Commander on the Web", "Report a Problem") to Help menu

2006-06-26  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-chmod-dialog.c:
	* src/gnome-cmd-chown-dialog.c:
	Fixed problem with refreshing after chown or chmod

	* src/useractions.c:
	i18n

2006-06-15  Magnus Stålnacke  <jemamo@telia.com>

	* pixmaps/internal-viewer.xpm:
	New internal viewer icon.

2006-06-15  Assaf Gordon  <agordon88@gmail.com>

	* pixmaps/internal-viewer.xpm:
	* pixmaps/Makefile.am:
	* src/gnome-cmd-file.c:
	* src/imageloader.c:
	* src/imageloader.h:
	New internal viewer icon.

2006-05-29  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-file-selector.c:
	Do not hide ext column when selected GNOME_CMD_EXT_DISP_WITH_FNAME ("With filename")

2006-05-28  Dima  <dmitry_ky@ua.fm>

	* src/gnome-cmd-dir-indicator.c:
	Bug fix for crash when cmd dir indicator is empty

2006-05-20  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-cmdline.c:
	* src/gnome-cmd-data.c:
	* src/gnome-cmd-main-win.c:
	* src/gnome-cmd-main-win.h:
	Replaced gnome_cmd_main_win_get_left_fs() and gnome_cmd_main_win_get_right_fs()
	with gnome_cmd_main_win_get_fs()

2006-05-19  Stephanos Manos <stefmanos@gmail.com>

	* data/gnome-commander.spec.in: Fix scrollkeeper database update problem.

2006-05-17  vlad <b100dian@gmail.com>

	* src/gnome-cmd-file-list.c:
	* src/gnome-cmd-rename-dialog.c:
	* src/gnome-cmd-rename-dialog.h:
	Added in-place rename (SHIFT+F6)

2006-05-08  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-main-menu.c:
	* src/useractions.{c,h}:
	* src/utils.{c,h}:
	Added 'Keyboard Shortcuts' to 'Help' menu.


##############################################################################
#                                   1.2.0                                    #
##############################################################################

2006-05-05  Piotr Eljasiak  <epiotr@use.pl>

	* Makefile.am:
	Add m4/*.m4 only to EXTRA_DIST (instead of previous the whole m4/)

2006-05-04  Piotr Eljasiak  <epiotr@use.pl>

	* src/main.c:
	Replaced GNOME_PARAM_GOPTION_CONTEXT with GNOME_PARAM_POPT_TABLE to avoid dependency on GNOME-2.14.0

2006-04-25  Piotr Eljasiak  <epiotr@use.pl>

	* src/main.c:
	* src/gnome-cmd-advrename-dialog.h:
	* configure.in:
	Added missing gnome_program_init().

2006-04-22  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-advrename-dialog.c:
	* src/gnome-cmd-advrename-dialog.h:
	* src/gnome-cmd-data.c:
	Fixed crash if using broken or non-matching regex pattern in advrename.

2006-04-21  Piotr Eljasiak  <epiotr@use.pl>

	* libgcmd/libgcmd-utils.c:
	* src/gnome-cmd-data.c:
	* src/gnome-cmd-file-selector.c:
	* src/gnome-cmd-ftp-dialog.c:
	* src/libgviewer/text-render.c:
	* src/useractions.c:
	* src/utils.c:
	gcc warnings cleanup.

2006-04-20  Piotr Eljasiak  <epiotr@use.pl>

	* autogen.sh:	Script update.

2006-04-17  Kjartan Maraas  <kmaraas@gnome.org>

	* configure.in: Remove obsolete entry for no_NO.
	* po/no.po: And the translation.

2006-04-12  Piotr Eljasiak  <epiotr@use.pl>

	* configure.in:	Bumped version to 1.2.0

	* mkinstalldirs: Added missing mkinstalldirs

2006-04-11  Remus Boara  <rem@eclipsedesign.net>

	* configure.in:	Added ro to ALL_LINGUAS.

2006-04-10  Piotr Eljasiak  <epiotr@use.pl>

	* BUGS: Added info on bugs submission.

2006-04-03  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-options-dialog.c:
	* src/gnome-cmd-xfer.c:
	* src/utils.c:
	Fixed a few typos in gettext translations.

	* src/gnome-cmd-options-dialog.h:
	Added missing GNOME_CMD_OPTIONS_DIALOG_TAB_CONFIRMATION definition.

2006-04-05  Clytie Siddall  <clytie@riverland.net.au>

	* configure.in:
	Added vi in ALL_LINGUAS line.

2006-04-03  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-options-dialog.c:
	* src/gnome-cmd-types.h:
	* src/gnome-cmd-data.c:
	* src/gnome-cmd-data.h:
	More options in 'Option|Confirmation' tab.

	* gnome-cmd-prepare-copy-dialog.c:
	* gnome-cmd-prepare-move-dialog.c:
	* gnome-cmd-make-copy-dialog.c:
        Use Options settings for copy and move overwrite confirmation.

	* gnome-cmd-file.c:
	* gnome-cmd-file.h:
	* gnome-cmd-file-list.c:
	* gnome-cmd-file-list.h:
	* gnome-cmd-file-selector.c:
	* gnome-cmd-main-win.c:
	* gnome-cmd-search-dialog.c:
	* useractions.c:
	* useractions.h:
	Added new key bindings: SHIFT+F3 for internal viewer and ALT+F3 for external one

	* src/gnome-cmd-data.c:
	Replaced xterm with gnome-terminal

2006-04-02  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-options-dialog.c:
	Modified 'Quick search' item in 'Options|General' tab.
	Added new 'Option|Confirmation' tab.

2006-03-31  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-options-dialog.c:
	* src/utils.c:
	Fixed bug #336649 (permission numbers).

	* src/gnome-cmd-file-selector.c:
	* src/gnome-cmd-file-selector.h:
	Removed unused microbutton.

2006-03-30  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-main-win.c:
	* src/useractions.c:
	Added SHIFT+click on 'copy fnames' toolbar button for copying selected full paths to clipboard.

2006-03-29  Assaf Gordon  <agordon88@gmail.com>

	* src/gnome-cmd-main-win.c:
	Fixed bug #309877 (strange artifacts with horizontal scrolling).

2006-03-28  Piotr Eljasiak  <epiotr@use.pl>

	* src/useractions.c:
	SHIFT+click on toolbar edit button opens a new document.

2006-03-28  Assaf Gordon  <agordon88@gmail.com>

	* src/gnome-cmd-main-win.c:
	Small fix for ALT+[LETTER].

	* src/gnome-cmd-main-win.c:
        Fixed bug #332258 (left/right start directory parameter).

	* src/gnome-cmd-quicksearch-popup.c:
	Fixed leaving the focus on the last file that matched the quick-search filter.

2006-03-27  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-main-win.c:
	* src/gnome-cmd-file-selector.c:
	* src/gnome-cmd-file-selector.h:
	* src/useractions.c:
	* src/useractions.h:
	* src/history.c:
	* src/history.h:
	Revamped toolbar layout.

2006-03-24  Assaf Gordon  <agordon88@gmail.com>

	* src/gnome-cmd-data.c:
	* src/gnome-cmd-data.h:
	* src/gnome-cmd-file-list.c:
	* src/gnome-cmd-file-list.h:
	* src/gnome-cmd-main-win.c:
	* src/gnome-cmd-options-dialog.c:
	Quick search by ALT+letter(s)

2006-03-23  Assaf Gordon  <agordon88@gmail.com>

	* src/gnome-cmd-dir-indicator.c:
	* src/gnome-cmd-search-dialog.c:
	* src/owner.c:
	* src/utils.c:
	Fixed memory bugs

2006-03-21  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-file-list.c:
        Added CTRL+SHIFT+A for deselecting all files (for conformance with HIG 2.0)

2006-03-17  Assaf Gordon  <agordon88@gmail.com>

	* src/gnome-cmd-file-selector.c:
	Fixed a crash when viewing "SMB" connections.

	* src/ls_colors.c:
	Variable val might be read from uninitialized memory (if key is null)

2006-03-15  Assaf Gordon  <agordon88@gmail.com>

	* src/gnome-cmd-search-dialog.c:
	This should fix bug #171051

	* src/libgviewer/text-render.c:
	Fixed endless loop when viewing files > 40MB

	* src/libgviewer/cp437.c:
	* src/libgviewer/datapresentation.c:
	* src/libgviewer/datapresentation.h:
	* src/libgviewer/fileops.c:
	* src/libgviewer/fileops.h:
	* src/libgviewer/gvtypes.h:
	* src/libgviewer/image-render.c:
	* src/libgviewer/image-render.h:
	* src/libgviewer/inputmodes.c:
	* src/libgviewer/inputmodes.h:
	* src/libgviewer/libgviewer.c:
	* src/libgviewer/libgviewer.h:
	* src/libgviewer/scroll-box.c:
	* src/libgviewer/scroll-box.h:
	* src/libgviewer/text-render.c:
	* src/libgviewer/text-render.h:
	* src/libgviewer/viewer-widget.c:
	* src/libgviewer/viewer-widget.h:
	* src/libgviewer/viewer-window.c:
	* src/libgviewer/viewer-window.h:
	Added missing GPL

2006-03-10  Piotr Eljasiak  <epiotr@use.pl>

	* src/libgviewer/viewer-widget.c:
        i18n

2006-03-09  Assaf Gordon  <agordon88@gmail.com>

	* src/libgviewer/fileops.c:
        Fixed bad initialization in gv_fileops_new()

2006-03-08  Assaf Gordon  <agordon88@gmail.com>

	* src/gnome-cmd-con-device.c:
	* src/gnome-cmd-data.c:
	* src/gnome-cmd-options-dialog.c:
        Fixed the VFS auto volume mounting.

2006-03-08  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-file-selector.c:
        Fixed wrong i18n, reported by Špela Počkar

2006-03-08 Špela Počkar <spela.pockar@gmail.com>

	* configure.in: Added Slovenian (sl) to ALL_LINGUAS.

2006-03-05  Piotr Eljasiak  <epiotr@use.pl>

	* src/libgviewer/viewer-window.c:
        Minor int viewer navigation cleanup.

	* configue.in:
	* src/libgviewer/fileops.c:
	Used HAVE_MMAP from autoconf check

2006-03-05  Assaf Gordon  <agordon88@gmail.com>

	* src/libgviewer:
	Reworked internal viewer plus new features:
	external tools and EXIF/IPTC tags viewer

2006-03-04  Assaf Gordon  <agordon88@gmail.com>

	* src/gnome-cmd-options-dialog.c:
	Fix typo.

	* doc/internal_viewer_hacking.txt:
	Added new file

	* tests/gviewer/*:
	Added tests for libgviewer

2006-02-28  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-options-dialog.c:
	* src/gnome-cmd-data.c:
	* src/gnome-cmd-file-list.c:
        Prettifying code ;o)

2006-02-26  Piotr Eljasiak  <epiotr@use.pl>

	* src/imageloader.{c,h}:
	Added desktop pixmap.

	* pixmaps/:
	* pixmaps/device-icons:
        New and updated icons.

	* */*.{c,h}:
        Code cleanup.

	* gnome-cmd-file-list.h:
	* gnome-cmd-file-list.c:
	* gnome-cmd-data.c:
	* gnome-cmd-main-win.c:
	* gnome-cmd-data.h :
	* gnome-cmd-file-selector.h:
        One step closer towards 'Custom Columns'. Changed col sorting direction when selecting
        (now sets to default col sort direction)


2006-02-26  Assaf Gordon  <agordon88@gmail.com>

	* src/gnome-cmd-con-device.c:
	* src/gnome-cmd-con-device.h:
	* src/gnome-cmd-data.c:
        Added monitoring of mounted volumes.

2006-02-19  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-data.c:
	* src/gnome-cmd-options-dialog.c:
	* src/gnome-cmd-types.h:
        Added new color scheme - Fusion

2006-02-18  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-internal-viewer.c:
        i18n

2006-02-13  Piotr Eljasiak  <epiotr@use.pl>

	* src/main.c:
	* data/gnome-commander.1:
        Renamed options for start {left,right} pane dir

2006-02-13  Magnus Stålnacke  <jemamo@telia.com>

	* doc/create_archive.png:
	* doc/extract_archive.png:
        Updated doc files

2006-02-13  Piotr Eljasiak  <epiotr@use.pl>

	* configure.in:
	* Makefile.am:
	* data/gnome-commander.desktop.in.in:
	* data/gnome-commander.ebuild:
	* data/gnome-commander.spec.in:
	* data/Makefile.am:
        Added ebuild file for gentoo systems
        Moved gnome-commander.{desktop.in,spec}.in to data/

2006-02-11  Assaf Gordon  <agordon88@gmail.com>

	* doc/gnome-commander.1:
	* doc/Makefile.am:
	* gnome-commander.spec.in:
        Added general man pages on gnome-commander

2006-02-13  Piotr Eljasiak  <epiotr@use.pl>

	* configure.in:
        Version bumped to 1.2.0-pre

	* configure.in:
	* Makefile.am:
	* gnome-commander-desktop.in.in:
	* gnome-commander.spec.in:
	* po/POTFILES.in:
	* pixmaps/Makefile.am:
        Fixed problem with the lack of gnome menu entry

	* Makefile.am:
        Removed dependency on mkinstalldirs

2006-02-12  Piotr Eljasiak  <epiotr@use.pl>

	* configure.in:
	* gnome-commander.spec.in:
        Changed required gtk+ version to 2.6.0 or more

2006-02-11  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-data.c:
        Changed default viewer and editor: emacs -> gedit

	* gnome-commander.spec.in:
        Changed default tarball ext to bz2

2006-02-11  Assaf Gordon  <agordon88@gmail.com>

	* pixmap/{flip,rotate}-*.xpm:
	* src/gnome-cmd-internal-viewer.c:
	Made internal viewer menu consistent with 'Eye of GNOME'

2006-02-09  Assaf Gordon  <agordon88@gmail.com>

	* src/gnome-cmd-data.c:
	* src/gnome-cmd-data.h:
	* src/gnome-cmd-file.c:
	* src/gnome-cmd-options-dialog.c:
	Added option for enabling/disabling 'Internal Viewer'

2006-02-08  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-internal-viewer.c:
	* src/utils.c:
	i18n

2006-02-08  Assaf Gordon  <agordon88@gmail.com>

	* src/Makefile.am:
	* src/gnome-cmd-file.c:
	* src/gnome-cmd-internal-viewer.c:
	* src/gnome-cmd-internal-viewer.h:
	* src/utils.c:
	Added internal F3 viewer

2006-02-08  Piotr Eljasiak  <epiotr@use.pl>

	* pixmaps/gnome-commander.{png,xpm}: new GNOME commander logo
	* pixmaps/gcmd-icon?.{png,xcf,xpm}: removed old icons

2006-02-05  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-delete-dialog.c:
	* src/gnome-cmd-file.c:
	* src/gnome-cmd-prepare-xfer-dialog.c:
	* src/gnome-cmd-xfer.c:
	* src/utils.c:
	* src/utils.h:
	Set default button to OK in 'Delete' dialog

2006-02-05  Assaf Gordon  <agordon88@gmail.com>

	* src/gnome-cmd-file.c:
	Fixed filename escaping

2006-02-03  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-main-menu.c:
	Fixed typo.

2006-02-03  Assaf Gordon  <agordon88@gmail.com>

	* src/gnome-cmd-file-selector.c:
	Added CTRL+SHIFT+. for copying the current working directory from the active file-list to the inactive one.

2006-02-02  Assaf Gordon  <agordon88@gmail.com>

	* src/gnome-cmd-file-list.c:
	Added new keybindings for SelectAll/UnselectAll and SelectPatternDialog (for notebook users)

	* src/gnome-cmd-file-selector.c:
	FAMD - do not monitor the last visited dir

	* src/gnome-cmd-quicksearch-popup.c:
	Fixed CTRL+ALT+letter not responding when typed too fast

2006-02-02  Piotr Eljasiak  <epiotr@use.pl>

	Updated copyright info.

2005-09-07  Inaki Larranaga  <dooteo@euskalgnu.org>

	* configure.in: Added "eu" to ALL_LINGUAS.

2005-09-02  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-advrename-lexer.l:
	Reworked (and simplified) internal representation for fname templates.

2005-08-31  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-advrename-lexer.l:
	Added support for id3 and exif tags ($T placeholder).

2005-08-18  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-advrename-lexer.l:
	Added $g placeholder for grandparent dir.

2005-08-12  Piotr Eljasiak  <epiotr@use.pl>

	* */Makefile.am:
	* configure.in:
	* autogen.sh:
	Refreshed autotools scripts.

	* AUTHOR:
	* gnome-commander.spec.in:
	* po/pl.po:
	email update

2005-08-11  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-search-popup.{c,h}:
	* po/POTFILES.in:
	Removed unused files.

2005-07-25  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-file-list.c:
	* src/gnome-cmd-file-selector.c:
	Removed conflicting 'static' declaration.

2005-07-21  Chao-Hsiung Liao  <j_h_liau@yahoo.com.tw>

	* configure.in: Added "zh_TW" to ALL_LINGUAS.

2005-04-22  Pawan Chitrakar  <pawan@nplinux.org>

	* configure.in: Added ne in ALL_LINGUAS

2005-04-01  Steve Murphy  <murf@e-tools.com>

	* configure.in: Added "rw" to ALL_LINGUAS.

2005-03-04  Piotr Eljasiak  <epiotr@use.pl>

	* gnome-commander.spec.in:
	Some cosmetics.

2005-02-26  Kostas Papadimas  <pkst@gnome.org>

	* configure.in: Added "el" (Greek) to ALL_LINGUAS.

2005-02-01  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-advrename-lexer.l:
        Fixed debian bug #288933 for amd64/gcc-4.0 compiling from Andreas Jochens (aj@andaco.de)

2005-01-30  Piotr Eljasiak  <epiotr@use.pl>

	Updated copyright info.

2005-01-28  Piotr Eljasiak  <epiotr@use.pl>

	* gnome-commander.spec.in:
	Fixed typo: rpm --> rpmbuild

2004-12-25  Kjartan Maraas  <kmaraas@gnome.org>

	* configure.in: Add «nb» to ALL_LINGUAS

2004-11-24  Amanpreet Singh Alam<amanlinux@netscape.net>

	*configure.in: Add pa ot ALL_LINGUAS

2004-05-04  Gustavo Maciel Dias Vieira  <gdvieira@zaz.com.br>

	* configure.in: Added pt_BR to ALL_LINGUAS.

2004-05-03  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-dir-indicator.c:
	* src/gnome-cmd-main-menu.c:
	Connected Manage Bookmarks dialog to the bookmarks shortcut.

2004-04-30  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-file-props-dialog.c:
	* src/utils.c:
	i18n & pluralized "%s bytes".

	* src/gnome-cmd-data.c:
	* src/utils.c:
	Added some minor safety precautions.

2004-04-28  Marcus Bjurman  <marbj499@student.liu.se>

	* src/gnome-cmd-dir-indicator.c:
	* src/gnome-cmd-dir-indicator.h:
	* src/utils.c:
	Added a bookmarks shortcut to the directory indicator.

	* src/gnome-cmd-file.c (gnome_cmd_file_get_real_path):
	Fixed crash when trying to copy the currently selected files
	path to the cmdline by pressing ctrl+shift+enter.

2004-04-26  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-file-selector.c:
	i18n of symlink name if SHIFT+CTRL+F5.

2004-04-24  Andras Timar  <timar@gnome.hu>

	* configure.in: Added hu to ALL_LINGUAS.

2004-04-21  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-file-list.c:
	Added shortcut CTRL+M to Multi-Rename-Tool for better compliance with
	Total Commander.

2004-04-19  Marcus Bjurman  <marbj499@student.liu.se>

	* src/gnome-cmd-main-win.c (update_drop_con_button):
	Fixed problem with the disconnect button not behaving correctly when
	connecting to ftp-servers and being in supermount mode.

	* src/gnome-cmd-xfer.c:
	Fixed problem with infinite recursion when drag n dropping a directory
	to it self. This should fix big #138933.

	* src/gnome-cmd-main-win.c
	(gnome_cmd_main_win_update_list_orientation):
	Fixed a bug that made the file-lists change size when browsing
	directories. This should fix big #128872.

2004-04-17  Marcus Bjurman  <marbj499@student.liu.se>

	* src/gnome-cmd-dir.c:
	* src/gnome-cmd-dir.h:
	* src/gnome-cmd-file.c:
	Fixed update after renaming without FAM.

	* src/gnome-cmd-prepare-xfer-dialog.c:
	Fixed bug #136643.

2004-04-16  Marcus Bjurman  <marbj499@student.liu.se>

	* src/gnome-cmd-xfer.c (update_xfer_gui_func):
	Removed a debug printf.

	* src/cap.c:
	* src/gnome-cmd-main-win.c:
	Made the toolbar buttons for cut,copy and paste sensitive
	to the current state.

	* src/useractions.c:
	Fixed some code style issues and a spelling error. The spelling error
	fixes bug #140055.

	* src/gnome-cmd-xfer.c:
	* src/gnome-cmd-mkdir-dialog.c:
	* src/gnome-cmd-main-win.c:
	* src/gnome-cmd-main-win.h:
	* src/gnome-cmd-file.c:
	* src/gnome-cmd-file.h:
	* src/gnome-cmd-file-selector.c:
	* src/gnome-cmd-delete-dialog.c:
	Rollbacked a previous commit that broke the feature that file-lists
	refresh even without FAM when files are modifed by gcmd itself.

2004-04-11  Adam Weinberger  <adamw@gnome.org>

	* configure.in: Added en_CA to ALL_LINGUAS.

2004-04-10  Gareth Owen  <gowen72@yahoo.com>

	* configure.in: Added en_GB to ALL_LINGUAS

2004-04-08  Piotr Eljasiak  <epiotr@use.pl>

	* src/gnome-cmd-main-menu.c:
	Some cosmetics to make text of menu shortcuts more compliant with other Gnome apps.

	* src/gnome-cmd-file-list.c:
	* src/gnome-cmd-file-list.h:
	* src/gnome-cmd-main-menu.c:
	* src/gnome-cmd-main-win.c:
	* src/useractions.c:
	* src/useractions.h:
	Added copying selected filenames to clipboard

2004-03-17 Maxim Dziumanenko <mvd@mylinux.com.ua>

	* configure.in: Added "uk" (Ukrainian) to ALL_LINGUAS.

2004-03-10 Alastair McKinstry <mckinstry@computer.org>

	* configure.in: Added Irish to ALL_LINGUAS.

2004-03-10  Kjartan Maraas  <kmaraas@gnome.org>

	* configure.in: Added Norwegian to ALL_LINGUAS.


##############################################################################
#                                   1.1.6                                    #
##############################################################################
2004-02-06  Robert Sedak  <robert.sedak@sk.htnet.hr>

        * configure.in: Added "hr" (Croatian) to ALL_LINGUAS.

2004-01-19  Marcus Bjurman  <marbj499@student.liu.se>

	* README.in:
	Updated small details all over.

	* plugins/cvs/Makefile.am:
	* plugins/cvs/callbacks.c:
	* plugins/cvs/callbacks.h:
	* plugins/cvs/close.xpm:
	* plugins/cvs/cvs-plugin.c:
	* plugins/cvs/cvs-plugin.h:
	* plugins/cvs/cvs-plugin.xpm:
	* plugins/cvs/interface.c:
	* plugins/cvs/interface.h:
	* plugins/cvs/parser.h:
	* plugins/cvs/parser.l:
	Updated the cvs-plugin so that it can be used to diff and log files.

	* src/history.c (history_add):
	Fixed crash when navigating back in the history and then entering
	another dir.

	* libgcmd/libgcmd-widget-factory.c:
	* libgcmd/libgcmd-widget-factory.h:
	Added function to create GtkOptionMenu's and fill them with options.

	* src/gnome-cmd-options-dialog.c:
	Changed to using GtkOptionMenu's instead of the combo boxes where
	appropriate.

	* src/gnome-cmd-dir-indicator.c:
	Removed unused stuff.

	* src/gnome-cmd-file-list.c (gnome_cmd_file_list_sort):
	Fixed bogus focus row when changing sorting column in the inactive
	file-list.

2004-01-17  Marcus Bjurman  <marbj499@student.liu.se>

	* src/gnome-cmd-dir.c:
	* src/gnome-cmd-con.c:
	* src/gnome-cmd-con.h:
	Fixed a problem when opening multiple temporary ftp connections to the
	same url.

	* src/plugin_manager.c:
	Plugins can now be toggled between active and inactive state by
	double-clicking.

	* src/gnome-cmd-data.c:
	* src/gnome-cmd-data.h:
	* src/gnome-cmd-con-list.c:
	* src/gnome-cmd-con-list.h:
	* src/gnome-cmd-ftp-dialog.c:
	Fixed ftp-quick-connect problems.

	* libgcmd/libgcmd-utils.c:
	* libgcmd/libgcmd-utils.h:
	Added more text markup convenience functions.

	* src/gnome-cmd-dir-indicator.c:
	Changed to using bold text instead of underlined when focused by the
	mouse cursor.

	* src/gnome-cmd-cmdline.c (init):
	Made the cwd label selectable.

2004-01-16  Marcus Bjurman  <marbj499@student.liu.se>

	* libgcmd/gnome-cmd-dialog.c:
	The main window was always used instead of the window passed as a
	parameter.

	* libgcmd/libgcmd-widget-factory.h:
	* libgcmd/libgcmd-widget-factory.c:
	Added function to get the selected text of a combo box.

	* src/gnome-cmd-xfer.c:
	* src/gnome-cmd-main-win.c:
	* src/gnome-cmd-main-win.h:
	* src/gnome-cmd-file-selector.c:
	* src/gnome-cmd-dir-indicator.c:
	* src/gnome-cmd-bookmark-dialog.c:
	Fixed focus problems.

2004-01-15  Marcus Bjurman  <marbj499@student.liu.se>

	* src/gnome-cmd-about-plugin.c (gnome_cmd_about_plugin_class_init):
	Marked some strings as non-translatable since they are never seen in
	the gui.

	* src/gnome-cmd-rename-dialog.c (on_ok):
	* src/gnome-cmd-file-list.c:
	Fixed the issue with the focus sometimes being on the wrong file
	after a rename. Also reduced the timeout for the file context menu to
	750 ms instead of 1000.

2004-01-14  Marcus Bjurman  <marbj499@student.liu.se>

	* src/utils.c:
	* src/utils.h:
	* src/gnome-cmd-file-list.c:
	* src/gnome-cmd-file-selector.c:
	Make quicksearch work for uppercase characters too.

	* src/gnome-cmd-file-selector.c (on_list_key_pressed_private):
	If the cmdline is not visible make input go to quicksearch instead.

	* src/gnome-cmd-dir-indicator.c (popup_dir_history):
	The directory history popup is now atleast as wide as the file-list.

	* src/gnome-cmd-main-win.c:
	* src/main.c (main):
	Fixed some non-initialized variables.

	* src/gnome-cmd-ftp-dialog.c (create_ftp_server_dialog):
	Fixed crash when bringing up the quick-connect dialog two times in a
	row.

	* src/gnome-cmd-file-selector.c:
	* doc/keys.txt:
	Added "CTRL+." shortcut to copy the cwd from the inactive file-list to
	the active one.

	* src/gnome-cmd-con.c (gnome_cmd_con_set_cwd):
	Mixed up == and != in the previous commit for this file.

	* src/gnome-cmd-file-list.c (gnome_cmd_file_list_keypressed):
	* doc/keys.txt:
	Added the shortcut "shift+f10" to bring up the file context menu.

	* src/gnome-cmd-con-list.c:
	* src/gnome-cmd-con-list.h:
	* src/gnome-cmd-data.c:
	* src/gnome-cmd-data.h:
	* src/gnome-cmd-file-selector.c:
	* src/gnome-cmd-options-dialog.c:
	* src/gnome-cmd-smb-path.c:
	* src/utils.c:
	* src/utils.h:
	Made it possible to 'cd' to smb paths from the cmdline.
	Made it possible to customize the filepatterns that are to be treated
	as backup files.

	* src/gnome-cmd-file-list.c:
	Fixed problem with newly created directories not being focused.

2004-01-13  Marcus Bjurman  <marbj499@student.liu.se>

	* src/gnome-cmd-con.c (gnome_cmd_con_set_cwd):
	Fixed problem with the cwd of connections being set to directories
	belonging to other connections.

	* plugins/test/test-plugin.c:
	* plugins/cvs/cvs-plugin.c:
	Updated to work with the newest GnomeCmdState.

	* src/gnome-cmd-options-dialog.c:
	* src/gnome-cmd-data.h:
	* src/gnome-cmd-data.c:
	Fixed crash when trying to edit the custom color scheme.

	* src/useractions.c:
	* src/useractions.h:
	* src/gnome-cmd-main-win.c:
	* src/gnome-cmd-main-menu.c:
	* src/gnome-cmd-data.h:
	* src/gnome-cmd-data.c:
	Removed the 'Save Position' menu item. Size and position are now saved
	automatically instead.

	* src/gnome-cmd-file-list.c:
	* src/gnome-cmd-data.h:
	* src/gnome-cmd-data.c:
	Sorting column and direction is now remembered.

	* src/gnome-cmd-file-selector.c:
	* src/gnome-cmd-dir-indicator.h:
	* src/gnome-cmd-dir-indicator.c:
	Added button to the directory indicator to popup the directory history.

2004-01-12  Marcus Bjurman  <marbj499@student.liu.se>

	* src/gnome-cmd-rename-dialog.c (gnome_cmd_rename_dialog_new):
	Made the filename in the textbox selected when the dialog in shown.

	* src/gnome-cmd-file-list.c (gnome_cmd_file_list_keypressed):
	The ordinary + and - keys can now be used to open the select and
	unselect by pattern dialogs. Before only the keys on the numerical
	part of the keyboard worked.

	* src/gnome-cmd-main-win.c:
	F2 now opens the rename dialog instead of refreshing the active file
	list.

	* libgcmd/gnome-cmd-dialog.h:
	* libgcmd/gnome-cmd-dialog.c:
	* src/gnome-cmd-search-dialog.c:
	* src/gnome-cmd-data.h:
	* src/gnome-cmd-patternsel-dialog.c:
	Added history to the select and unselect by pattern dialogs.


##############################################################################
#                                   1.1.5                                    #
##############################################################################
2004-01-11  Marcus Bjurman  <marbj499@student.liu.se>

	* src/gnome-cmd-file.c (gnome_cmd_file_rename):
	Fixed some more update problems after renaming directories.

	* src/gnome-cmd-main-win.c (init):
	Removed a line that made gnome-commander be placed centered on the
	desktop. The job of placing gnome-commander should be left to the
	window manager.

2004-01-10  Marcus Bjurman  <marbj499@student.liu.se>

	* src/gnome-cmd-file-collection.c:
	* src/gnome-cmd-file-collection.h:
	* src/gnome-cmd-dir.c:
	* src/gnome-cmd-file.c:
	Fixed crash when renaming a directory. This should once again fix
	bug #129179.

2004-01-06  Jordi Mallach  <jordi@sindominio.net>

	* configure.in (ALL_LINGUAS): Added "ca" (Catalan).

2003-12-27  Marcus Bjurman  <marbj499@student.liu.se>

	* src/Makefile.am:
	* src/gnome-cmd-delete-dialog.c:
	* src/gnome-cmd-dir.c:
	* src/gnome-cmd-file-collection.c:
	* src/gnome-cmd-file-collection.h:
	* src/gnome-cmd-file-list.c:
	* src/gnome-cmd-file-list.h:
	* src/gnome-cmd-file-selector.c:
	* src/gnome-cmd-file.c:
	* src/gnome-cmd-file.h:
	* src/gnome-cmd-mkdir-dialog.c:
	* src/gnome-cmd-xfer.c:
	Cleaned up file monitoring code. This should fix bug #129325.

	* src/gnome-cmd-xfer.c (update_xfer_gui_func):
	Refreshing the target directory after a xfer seems to move the input
	focus to the corresponding file-selector. Fixed this by simply setting
	the focus right again after each xfer. This should fix bug #128871.

2003-12-26  Marcus Bjurman  <marbj499@student.liu.se>

	* src/gnome-cmd-dir-indicator.c:
	The pointer now turns in to the pointing hand when the dir-indicator
	is focused. Patch submitted by Kevin James.

	* src/gnome-cmd-dir.c (gnome_cmd_dir_new):
	Fixed crash when renaming a directory multiple times and repeatedly
	going in and out of it. This should fix bug #129179.

2003-12-23  Marcus Bjurman  <marbj499@student.liu.se>

	* src/gnome-cmd-file-selector.c (gnome_cmd_file_selector_show_filter):
	Fixed a crash when pressing the 'x' to close the filter-box. This
	should fix bug #128764.

	* src/gnome-cmd-dir-indicator.h:
	* src/gnome-cmd-dir-indicator.c:
	* src/gnome-cmd-file-selector.c:
	Applied a patch from Kevin James that makes the dir-indicator into
	a control that can be clicked to changed the cwd. Before applying
	I did some changes to make the code better follow the GC coding style.

2003-12-17  Marcus Bjurman  <marbj499@student.liu.se>

	* doc/tips_tricks.txt:
	Fixed some lines that where more then 80 chars wide.

2003-12-08  Stanislav Brabec  <sbrabec@suse.cz>

	* configure.in: Added cs to ALL_LINGUAS.

2003-12-05  Marcus Bjurman  <marbj499@student.liu.se>

	* src/gnome-cmd-file-selector.c:
	Fixed problem with connections that stayed active even though
	they couldn't be opened.

	* src/gnome-cmd-con.c (gnome_cmd_con_close):
	Fixed problem with ftp-connections that didn't disappear from the
	connection toolbars when disconnected.

2003-12-04  Marcus Bjurman  <marbj499@student.liu.se>

	* plugins/test/test-plugin.c:
	* plugins/cvs/interface.c:
	* plugins/cvs/cvs-plugin.c:
	* plugins/fileroller/file-roller-plugin.c:
	Fixed some translation markup issues.

	* src/gnome-cmd-clist.c:
	* src/gnome-cmd-clist.h:
	* src/gnome-cmd-file-selector.c:
	Fixed unnecessary redraws of the file-list when dragging files over it.
	This fixes bug #128510.

2003-12-03  Marcus Bjurman  <marbj499@student.liu.se>

	* src/gnome-cmd-con-smb.c (smb_open):
	Avoid segfault when a NULL uri is returned from create_uri.

2003-12-03  Danilo Šegan  <dsegan@gmx.net>

	* configure.in: Added "sr" and "sr@Latn" to ALL_LINGUAS.

2003-12-02  Marcus Bjurman  <marbj499@student.liu.se>

	* src/gnome-cmd-file-selector.c (gnome_cmd_file_selector_reload):
	* src/gnome-cmd-xfer.c (update_xfer_gui_func):
	* src/gnome-cmd-dir.c:
	* src/gnome-cmd-dir.h:
	Fixed some issues with file-lists not updating.

	* src/gnome-cmd-dir.c (gnome_cmd_dir_new_with_con):
	Plain wrong object_destroy removed.

	* gnome-commander.spec.in:
	Changed the desktop dir to match the new one.

	* po/POTFILES.in:
	* gnome-commander.desktop:
	* gnome-commander.desktop.in:
	* Makefile.am:
	Made the desktop file translatable through the .po files.
	This fixes #128251.

2003-12-01  Duarte Loreto <happyguy_pt@hotmail.com>

	* configure.in: Added Portuguese (pt) to ALL_LINGUAS.

2003-11-27  Marcus Bjurman  <marbj499@student.liu.se>

	* src/utils.c:
	* src/utils.h:
	Added hack to fix uris created from uri-strings.

	* src/gnome-cmd-file-selector.c (gnome_cmd_file_selector_update_style):
	The ext-column is now hidden when the extension is only showed together
	with the filename.

2003-11-25  Marcus Bjurman  <marbj499@student.liu.se>

	* src/gnome-cmd-file.c (gnome_cmd_file_rename):
	* src/gnome-cmd-dir.h:
	* src/gnome-cmd-dir.c:
	Renaming a directory and then entering it immediately now works.

##############################################################################
#                                   1.1.4                                    #
##############################################################################
2003-11-24  Marcus Bjurman  <marbj499@student.liu.se>

	* libgcmd/Makefile.am:
	* libgcmd/gnome-cmd-dialog.c:
	* libgcmd/gnome-cmd-dialog.h:
	* libgcmd/gnome-cmd-file-info.c:
	* libgcmd/gnome-cmd-file-info.h:
	* libgcmd/gnome-cmd-plugin.c:
	* libgcmd/gnome-cmd-plugin.h:
	* libgcmd/gnome-cmd-state.h:
	* libgcmd/gnome-cmd-string-dialog.c:
	* libgcmd/gnome-cmd-string-dialog.h:
	* libgcmd/libgcmd-data.c:
	* libgcmd/libgcmd-data.h:
	* libgcmd/libgcmd-utils.c:
	* libgcmd/libgcmd-utils.h:
	* libgcmd/libgcmd-widget-factory.c:
	* libgcmd/libgcmd-widget-factory.h:
	* libgcmd/libgcmd.h:
	* plugins/cvs/Makefile.am:
	* plugins/cvs/callbacks.c:
	* plugins/cvs/cvs-plugin.h:
	* plugins/cvs/interface.c:
	* plugins/fileroller/Makefile.am:
	* plugins/test/Makefile.am:
	* src/Makefile.am:
	* src/gnome-cmd-includes.h:
	* src/main.c:
	Fixed the include issues for real.

	* libgcmd/Makefile.am:
	* libgcmd/gnome-cmd-dialog.h:
	* libgcmd/gnome-cmd-file-info.h:
	* libgcmd/gnome-cmd-plugin.h:
	* libgcmd/gnome-cmd-state.h:
	* libgcmd/gnome-cmd-string-dialog.h:
	* libgcmd/libgcmd-data.h:
	* libgcmd/libgcmd-utils.h:
	* libgcmd/libgcmd-widget-factory.h:
	* libgcmd/libgcmd.h:
	* plugins/cvs/Makefile.am:
	* plugins/cvs/cvs-plugin.c:
	* plugins/fileroller/Makefile.am:
	* plugins/fileroller/file-roller-plugin.c:
	* plugins/test/Makefile.am:
	* plugins/test/test-plugin.c:
	* src/Makefile.am:
	Fixed include issues.

	* src/gnome-cmd-file-list.c:
	Fixed bug when selecting multiple files with shift+mouse button.

	* src/gnome-cmd-file-selector.c (update_selected_files_label):
	Fixed the problem with the selected-files-label not being updated at startup.

	* src/gnome-cmd-types.h:
	* src/gnome-cmd-options-dialog.c (create_layout_tab):
	* src/gnome-cmd-data.c (gnome_cmd_data_load):
	Tweaked the color-themes.

2003-11-23  Marcus Bjurman  <marbj499@student.liu.se>

	* src/history.c:
	* src/history.h:
	* src/gnome-cmd-file-selector.c:
	Fixed some directory history problems.

	* src/utils.c (size2string):
	Improved the alignment in the file-size column when using a non fixed
	font.

	* src/gnome-cmd-xfer.c:
        Fixed possible async errors when cancelling a xfer operation. Also
	fixed the bug where choosing abort in the overwrite dialog caused the
        vfs-error dialog to appear.

	* src/gnome-cmd-file.c:
	* src/gnome-cmd-file.h:
	* src/gnome-cmd-file-list.c:
        Stopped superfluous updates of the file-list by remembering
        the last time a file was updated.

2003-11-22  Marcus Bjurman  <marbj499@student.liu.se>

	* src/gnome-cmd-bookmark-dialog.c:
	* src/gnome-cmd-cmdline.c:
	* src/gnome-cmd-combo.c:
	* src/gnome-cmd-combo.h:
	* src/gnome-cmd-data.c:
	* src/gnome-cmd-data.h:
	* src/gnome-cmd-file-list.c:
	* src/gnome-cmd-file-selector.c:
	* src/gnome-cmd-main-win.c:
	* src/gnome-cmd-options-dialog.c:
	* src/gnome-cmd-options-dialog.h:
	* src/gnome-cmd-style.c:
	* src/gnome-cmd-style.h:
	* src/gnome-cmd-types.h:
	* src/widget-factory.c:
	* src/widget-factory.h:
        Improved the combo class and compensated for that in different classes
        that used it. Also stopped changing fonts in all places except the
        file panes.

	* src/gnome-cmd-options-dialog.c:
        Removed the color tab and added that stuff to the layout tab.

2003-11-21  Marcus Bjurman  <marbj499@student.liu.se>

	* src/plugin_manager.c (plugin_manager_show):
	Placed the widget_show call after the widget_set_usize since that seems
	to mather on fluxbox atleast.

	* src/useractions.c:
	Updated the about-dialog.

	* src/gnome-cmd-file-popmenu.c:
	Cleaned up the menu by removing the chmod,chown,view and edit items.

2003-11-20  Marcus Bjurman  <marbj499@student.liu.se>

	* src/main.c:
	* src/gnome-cmd-con.c:
	* src/gnome-cmd-dir.c:
	* src/gnome-cmd-file.c:
	* src/ls_colors.c:
	* src/main.c:
	* src/plugin_manager.c:
	* src/utils.c:
	* libgcmd/gnome-cmd-file-info.c:
	Fixed some memory leaks.

	* src/gnome-cmd-smb-path.c (smb_path_get_parent):
	* src/gnome-cmd-plain-path.c (plain_path_get_parent):
	Fixed "File not found"-bug when browsing to the parent dir when the
	parent dir contained spaces. This was caused by using
	the gnome_vfs_uri_get_path method wrongly.

2003-11-18  Marcus Bjurman  <marbj499@student.liu.se>

	* libgcmd/gnome-cmd-string-dialog.c:
	Don't make all string-dialogs resizable.

	* libgcmd/gnome-cmd-dialog.c (gnome_cmd_dialog_set_resizable):
	* libgcmd/gnome-cmd-dialog.h:
	Added method to set resize policy.

	* src/gnome-cmd-search-dialog.c:
	Made the dialog resizable.

	* src/gnome-cmd-prepare-xfer-dialog.c:
	Made the dialog wider.

	* src/gnome-cmd-file-selector.c (create_con_buttons):
	Made the icons centered in the buttons.

	* src/useractions.c:
	* src/gnome-cmd-prepare-xfer-dialog.c:
	* src/gnome-cmd-file-props-dialog.c:
	* src/gnome-cmd-advrename-dialog.c:
	* src/gnome-cmd-options-dialog.c:
	Cleanup.

	* src/gnome-cmd-chown-dialog.c:
	* src/gnome-cmd-chmod-dialog.c:
	* src/gnome-cmd-bookmark-dialog.c:
	* src/gnome-cmd-dir.c:
	* src/gnome-cmd-file-selector.c:
	* src/gnome-cmd-ftp-dialog.c:
	widget_hide -> widget_destroy for dialogs.

	* src/plugin_manager.c:
	* src/gnome-cmd-about-plugin.c:
	* src/gnome-cmd-about-plugin.h:
	* libgcmd/gnome-cmd-plugin.c:
	* libgcmd/gnome-cmd-plugin.h:
	* libgcmd/plugin-ingo.h:
	Adjusted the plugin api.

	* libgcmd/libgcmd-widget-factory.c:
	* libgcmd/libgcmd-widget-factory.h:
	* libgcmd/gnome-cmd-string-dialog.c:
	Removed some slack.

	* libgcmd/gnome-cmd-dialog.c:
	Made all dialogs transient against the main window per default.

2003-11-17  Marcus Bjurman  <marbj499@student.liu.se>

	* src/gnome-cmd-prepare-copy-dialog.c:
	* src/gnome-cmd-prepare-copy-dialog.h:
	* src/gnome-cmd-prepare-move-dialog.c:
	* src/gnome-cmd-prepare-move-dialog.h:
	* src/gnome-cmd-prepare-xfer-dialog.c:
	* src/gnome-cmd-prepare-xfer-dialog.h:
	* src/useractions.c:
	Entering a non-absolute path in the prepare-xfer dialog now
	moves the files to the active file-list.

	* src/plugin_manager.c:
	Added plugin info window.

	* src/gnome-cmd-con.c (gnome_cmd_con_mkdir):
	Changed unref->sink for temporary object.

	* src/utils.c:
	Close dialogs when ESC is pressed.

2003-11-16  Marcus Bjurman  <marbj499@student.liu.se>

	* configure.in:
	* plugins/Makefile.am:
	* plugins/fileroller/Makefile.am:
	* plugins/fileroller/file-roller-plugin.c:
	* plugins/fileroller/file-roller-plugin.h:
	* plugins/fileroller/file-roller-small.xpm:
	* plugins/fileroller/file-roller.xpm:
	Added new plugin.

	* plugins/cvs/Makefile.am:
	* plugins/cvs/callbacks.c:
	* plugins/cvs/cvs-plugin.c:
	* plugins/cvs/cvs-plugin.c:
	* plugins/test/test-plugin.c:
	Updated to the new plugin system.

	* libgcmd/Makefile.am:
	* libgcmd/gnome-cmd-plugin.c:
	* libgcmd/gnome-cmd-plugin.h:
	* libgcmd/gnome-cmd-state.h:
	* libgcmd/libgcmd.h:
	* libgcmd/gnome-cmd-dialog.c:
	* libgcmd/gnome-cmd-dialog.h:
	* libgcmd/gnome-cmd-file-info.c:
	* libgcmd/gnome-cmd-file-info.h:
	* libgcmd/gnome-cmd-string-dialog.c:
	* libgcmd/gnome-cmd-string-dialog.h:
	* libgcmd/libgcmd-data.c:
	* libgcmd/libgcmd-data.h:
	* libgcmd/libgcmd-deps.h:
	* libgcmd/libgcmd-utils.c:
	* libgcmd/libgcmd-utils.h:
	* libgcmd/libgcmd-widget-factory.c:
	* libgcmd/libgcmd-widget-factory.h:
	* libgcmd/plugin-info.h:
	* libgcmd/Makefile.am
	* libgcmd/dirlist.c:
	* libgcmd/gnome-cmd-advrename-dialog.c:
	* libgcmd/gnome-cmd-advrename-dialog.h:
	* libgcmd/gnome-cmd-bookmark-dialog.c:
	* libgcmd/gnome-cmd-bookmark-dialog.h:
	* libgcmd/gnome-cmd-chmod-component.c:
	* libgcmd/gnome-cmd-chmod-component.h:
	* libgcmd/gnome-cmd-chmod-dialog.c:
	* libgcmd/gnome-cmd-chmod-dialog.h:
	* libgcmd/gnome-cmd-chown-component.c:
	* libgcmd/gnome-cmd-chown-component.h:
	* libgcmd/gnome-cmd-chown-dialog.c:
	* libgcmd/gnome-cmd-chown-dialog.h:
	* libgcmd/gnome-cmd-cmdline.c:
	* libgcmd/gnome-cmd-con-device.c:
	* libgcmd/gnome-cmd-data.c:
	* libgcmd/gnome-cmd-delete-dialog.c:
	* libgcmd/gnome-cmd-dialog.c:
	* libgcmd/gnome-cmd-dialog.h:
	* libgcmd/gnome-cmd-dir-indicator.c:
	* libgcmd/gnome-cmd-dir.c:
	* libgcmd/gnome-cmd-file-list.c:
	* libgcmd/gnome-cmd-file-popmenu.c:
	* libgcmd/gnome-cmd-file-props-dialog.c:
	* libgcmd/gnome-cmd-file-selector.c:
	* libgcmd/gnome-cmd-file.c:
	* libgcmd/gnome-cmd-file.h:
	* libgcmd/gnome-cmd-ftp-dialog.c:
	* libgcmd/gnome-cmd-ftp-dialog.h:
	* libgcmd/gnome-cmd-includes.h:
	* libgcmd/gnome-cmd-main-menu.c:
	* libgcmd/gnome-cmd-main-menu.h:
	* libgcmd/gnome-cmd-main-win.c:
	* libgcmd/gnome-cmd-make-copy-dialog.c:
	* libgcmd/gnome-cmd-make-copy-dialog.h:
	* libgcmd/gnome-cmd-mkdir-dialog.h:
	* libgcmd/gnome-cmd-options-dialog.c:
	* libgcmd/gnome-cmd-patternsel-dialog.h:
	* libgcmd/gnome-cmd-prepare-xfer-dialog.c:
	* libgcmd/gnome-cmd-prepare-xfer-dialog.h:
	* libgcmd/gnome-cmd-rename-dialog.c:
	* libgcmd/gnome-cmd-rename-dialog.h:
	* libgcmd/gnome-cmd-search-dialog.c:
	* libgcmd/gnome-cmd-search-dialog.h:
	* libgcmd/gnome-cmd-smb-path.c:
	* libgcmd/gnome-cmd-string-dialog.c:
	* libgcmd/gnome-cmd-string-dialog.h:
	* libgcmd/gnome-cmd-xfer-progress-win.c:
	* libgcmd/gnome-cmd-xfer.c:
	* libgcmd/main.c:
	* libgcmd/plugin_manager.c:
	* libgcmd/plugin_manager.h:
	* libgcmd/support.c:
	* libgcmd/support.h:
	* libgcmd/useractions.c:
	* libgcmd/utils.c:
	* libgcmd/utils.h:
	* libgcmd/widget-factory.c:
	* libgcmd/widget-factory.h:
	Reworked the plugin system. This resulted in quite many files being
	moved from the src directory to the libgcmd ditto.
	And yes this is a quite big log-entry :)

2003-11-15  Marcus Bjurman  <marbj499@student.liu.se>

	* src/gnome-cmd-file-selector.c (on_dir_list_ok):
	Fixed small visual artifact when switching between different
	connections.

	* src/gnome-cmd-combo.c:
	Made the combo behave abit better when using the mouse to select items.

	* src/gnome-cmd-file-selector.c:
	* src/gnome-cmd-file-list.c:
	* src/gnome-cmd-file-list.h:
	* src/gnome-cmd-clist.c:
	* src/gnome-cmd-clist.h:
	Moved the get_row method from the FileList to the CList class.

	* src/gnome-cmd-cmdline.c (update_history_combo):
	Select the top row after each update.

##############################################################################
#                                   1.1.3                                    #
##############################################################################
2003-11-14  Marcus Bjurman  <marbj499@student.liu.se>

	* src/gnome-cmd-delete-dialog.c:
	Simplified.

	* src/gnome-cmd-options-dialog.c:
	* src/gnome-cmd-options-dialog.h:
	Changed base class from GtkDialog to GnomeCmdDialog.

	* src/gnome-cmd-file-selector.c:
	* src/gnome-cmd-file.c:
	* src/gnome-cmd-file.h:
	Changed the name of gnome_cmd_file_get_quoted_path to
	gnome_cmd_file_get_real_quoted_path and made it quote the real
	path instead of the virtual.

	* src/gnome-cmd-dir.c:
	Fixed crash when mounting a device a second time. This was caused by
	the use of gtk_object_destroy instead of ref/unref.

	* src/gnome-cmd-con.c:
	Removed printerr.

	* src/gnome-cmd-con-device.c:
	Added some type checks.

	* src/gnome-cmd-options-dialog.c (create_device_dialog):
	Made the PIXMAPS_DIR/device-icons folder the default when opening
	the icon-entry in the create/edit device dialog.

	* src/gnome-cmd-chmod-dialog.c:
	* src/gnome-cmd-chown-dialog.c:
	* src/gnome-cmd-file-popmenu.c:
	* src/gnome-cmd-file-selector.c:
	* src/gnome-cmd-file.c:
	* src/gnome-cmd-prepare-xfer-dialog.c:
	* src/utils.c:
	Stopped using file_get_path where file_get_real_path should be used.

	* src/gnome-cmd-data.c:
	* src/gnome-cmd-data.h:
	* src/gnome-cmd-delete-dialog.c:
	* src/gnome-cmd-options-dialog.c:
	Applied a patch that added an option to disable the
	'confirm before delete' dialog.
	The patch was made by Damian Gawêda <roniuch@stevenet.eu.org>

	* src/utils.c:
	Added dialog when an executable text file is opened that asks if the
	file should be executed or displayed. Also added a dialog that offers
	to set the executable bit for files that has the mime-type
	"application/x-executable-binary" but lacks the executable bit.

	* src/gnome-cmd-file.c:
	* src/gnome-cmd-file.h:
	The owning directory now gets notified when the permissions or owner
	of a file changes. Also added two functions for checking the mime_type
	of a file.

	* src/utils.h:
	* src/utils.c:
	* src/gnome-cmd-delete-dialog.c:
	* src/gnome-cmd-prepare-xfer-dialog.c:
	* src/gnome-cmd-xfer.c:
	Added GtkMessageType argument to the run_simple_dialog function.

	* src/gnome-cmd-con-ftp.c:
	Preventive change to avoid problems with escaping of hostnames.

	* src/dirlist.c:
	Stopped using FORCE_FAST_MIME_TYPE to make gnomevfs follow symlinks.

2003-11-13  Marcus Bjurman  <marbj499@student.liu.se>

	* src/gnome-cmd-con.c (gnome_cmd_con_get_path_target_type):
	Removed dumb printerr.

	* src/gnome-cmd-file-list.c (gnome_cmd_file_list_remove_file):
	Fixed bug when moving files on a machine with a snappy FAM installation.
	This lead to that gnome-commander tried to remove the same file twice
	from a list.

2003-11-12  Marcus Bjurman  <marbj499@student.liu.se>

	* src/gnome-cmd-data.c:
	Fixed bug in device-file loading and writing.

	* src/gnome-cmd-con-device.c:
	* src/gnome-cmd-con.c:
	* src/gnome-cmd-con.h:
 	* src/gnome-cmd-file-selector.c:
	Better error messages are now shown when a mount fails.

2003-11-11  Marcus Bjurman  <marbj499@student.liu.se>

	* src/widget-factory.h:
	* src/widget-factory.c:
	Added create_bold_label function.

	* src/gnome-cmd-file-props-dialog.c:
	Made some labels bold.
	Removed the Calculate size button and made the calculation start
	automaticly when the dialog is shown for a directory.

2003-11-10  Marcus Bjurman  <marbj499@student.liu.se>

	* src/gnome-cmd-options-dialog.c:
	* src/gnome-cmd-main-menu.c:
	* src/gnome-cmd-file-selector.c (file_is_wanted):
	* src/gnome-cmd-data.c:
	* src/gnome-cmd-data.h:
	* src/useractions.c:
	* src/useractions.h:
	Added filter for backup files and added that and the filter for hidden
	files to the main menu for faster access.

	* src/imageloader.c:
	* src/imageloader.h:
	* src/gnome-cmd-main-menu.c (update_view_menu):
	Added pixmap for the switch to vertical/horizontal mode menu-item.

	* src/utils.c (run_command_indir):
	Fixed so that the feature where the terminal window stays open after
	a program has finished works more reliably.

	* src/gnome-cmd-main-win.c (create_toolbar):
	Fixed the size of the pixmaps in the toolbar.

	* src/gnome-cmd-main-menu.c (create_menu_item):
	Fixed the size of the pixmaps in the menu.

	* src/useractions.c (file_diff):
	* src/gnome-cmd-file.c:
	Fixed quoting of files.

	* src/gnome-cmd-data.c (gnome_cmd_data_load):
	Stopped using single quotes (') in the default application format
	strings. Those are now instead added automaticly by gnome-commander.

	* src/gnome-cmd-cmdline.c:
	gnome_cmd_file_get_path -> gnome_cmd_file_get_real_path



2003-11-07  Marcus Bjurman  <marbj499@student.liu.se>

	* src/utils.c:
	Don't asume /tmp is the tmp-dir (use g_get_tmp_dir instead).

	* src/utils.c:
	* src/plugin_manager.c:
	* src/main.c:
	* src/imageloader.c:
	* src/gnome-cmd-prepare-xfer-dialog.c:
	* src/gnome-cmd-file-selector.c:
	Use g_build_path to build paths

	* src/utils.c:
	* src/gnome-cmd-file-popmenu.c:
	Use g_shell_quote to quote parameters

	* src/gnome-cmd-file-selector.c (on_dir_list_ok):
	Fixed problem where signals where connected multiple times on the
	same directory. Fixes bug where a new directory would appear many times
	in the same file-list until reloaded.


##############################################################################
#                                   1.1.2                                    #
##############################################################################
2003-11-07  Marcus Bjurman  <marbj499@student.liu.se>

	* src/gnome-cmd-file-selector.c:
	* src/gnome-cmd-file-list.c:
	* src/gnome-cmd-file-list.h:
	Cleanup (removed duplicated code).

	* src/gnome-cmd-data.c:
	* src/gnome-cmd-data.h:
	* src/gnome-cmd-types.h:
	* src/gnome-cmd-options-dialog.c:
	There are now three different modes to display the file extensions.

	* src/gnome-cmd-delete-dialog.c:
	Made the delete-dialog closeable with ESC.

	* src/gnome-cmd-xfer.c:
	Fixed problem with moved files not disappearing from the source
	file-list.

	* src/gnome-cmd-prepare-xfer-dialog.c:
	* src/utils.c:
	Removed some old debug printerr's.

	* src/gnome-cmd-prepare-xfer-dialog.c
          (gnome_cmd_prepare_xfer_dialog_new):
	Use g_build_path to build paths.

	* src/utils.c:
	* src/gnome-cmd-file-selector.c (gnome_cmd_file_selector_start_editor):
	Replaced calls to gnome_cmd_file_get_path with
	gnome_cmd_file_get_real_path

	* src/gnome-cmd-file.c (gnome_cmd_file_get_real_path):
	* src/gnome-cmd-file.h:
	Added call to get the real path. Needed for device connections that have
	part of the real path (the mountpoint) hidden.

	* src/gnome-cmd-con-device.c (dev_create_uri):
	* src/gnome-cmd-con-smb.c (smb_create_uri):
	Fixed compile warning (const).

	* src/gnome-cmd-con-device.c (dev_create_uri):
	Cleanup.

	* src/gnome-cmd-search-dialog.c (init):
	Removed the statusbar resize handle.

	* src/gnome-cmd-xfer.c (async_xfer_callback):
	* src/gnome-cmd-rename-dialog.c (gnome_cmd_rename_dialog_new):
	* src/gnome-cmd-prepare-xfer-dialog.c:
	* src/gnome-cmd-prepare-move-dialog.c
	  (gnome_cmd_prepare_move_dialog_show):
	* src/gnome-cmd-prepare-copy-dialog.c
	  (gnome_cmd_prepare_copy_dialog_show):
	* src/gnome-cmd-file-selector.c
	  (gnome_cmd_file_selector_create_symlink):
	* src/gnome-cmd-file-props-dialog.c (create_properties_tab):
	* src/gnome-cmd-dir-indicator.c (gnome_cmd_dir_indicator_set_dir):
	* src/gnome-cmd-delete-dialog.c (gnome_cmd_delete_dialog_show):
	* src/gnome-cmd-cmdline.c (gnome_cmd_cmdline_set_dir):
	* src/gnome-cmd-file-list.c:
	Added UTF-8 verification/conversion.

	* src/gnome-cmd-file-list.c:
	Removed duplicated code.

	* src/gnome-cmd-bookmark-dialog.c:
	Disabled the ability to create bookmarks to directories that have
	a path that is not in valid UTF-8 encoding.

	* src/gnome-cmd-advrename-dialog.c:
	* src/gnome-cmd-advrename-lexer.l:
	Converted to work with utf8.

	* src/gnome-cmd-smb-path.c (smb_path_get_parent):
	Removed unsafe uri-creation.

2003-11-06  Marcus Bjurman  <marbj499@student.liu.se>

	* src/gnome-cmd-plain-path.c (plain_path_get_child):
	Removed unsafe uri-creation.

	* src/gnome-cmd-dir.c (gnome_cmd_dir_new):
	Don't try to add null pointers to the directory cache.

	* src/gnome-cmd-quicksearch-popup.c:
	Fixed crash when clicking the file-list without closing the quick-search
	box.

	* src/gnome-cmd-con-home.c:
	* src/gnome-cmd-con-device.c:
	* src/gnome-cmd-con-ftp.c:
	* src/gnome-cmd-con-smb.c:
	* src/gnome-cmd-file.c:
	* src/utils.c:
	Made uri creation safer.

	* src/gnome-cmd-delete-dialog.c (perform_delete_operation):
	Small syntax fix.

	* src/utils.c:
	Added question before downloading remote files when the user tried to
	open them.

	* src/gnome-cmd-smb-path.c (gnome_cmd_smb_path_new_from_str):
	The path was setup incorrectly from a string.

	* src/gnome-cmd-con-smb.c:
	The base_path was initialized to early which made bookmarks unusable.

	* src/gnome-cmd-con-ftp.c:
	Fixed broken uri-creation.


2003-11-05  Marcus Bjurman <marbj499@student.liu.se>

	* src/gnome-cmd-con-ftp.c (get_file_info_func):
	Fixed a bug where the password for a ftp-server was freed by mistake.

##############################################################################
#                                   1.1.1                                    #
##############################################################################
2003-11-05  Marcus Bjurman <marbj499@student.liu.se>

	* src/main.c (main):
	Added call to bind_textdomain_codeset

	* src/utils.c (get_utf8):
	Fixed crash when the function was passed a NULL string.

	* src/gnome-cmd-file-list.c:
	Stopped showing the file extension in both the name column and the ext
	column.

	* src/gnome-cmd-dir.c:
	Fixed crashes that happened when browsing directories.

	* src/gnome-cmd-file-selector.c:
	* src/gnome-cmd-xfer.c:
	Fixed update problems when copying and moving files.

2003-11-04  Marcus Bjurman <marbj499@student.liu.se>

	* src/gnome-cmd-file-selector.c:
	* src/gnome-cmd-con.c:
	* src/gnome-cmd-con.h:
	The connection combo boxes should now show the correct connection as
	selected all the time.

	* src/gnome-cmd-file-list.c:
	Removed some bugs related to selecting files using the keyboard.

	* src/useractions.c:
	* src/utils.c:
	* src/utils.h:
	* src/gnome-cmd-file-props-dialog.c:
	Fixed the edit mime-types feature and added a button to do the same in
	the file-props dialog.

	* src/gnome-cmd-prepare-xfer-dialog.c:
	Fixed some bugs that showed up when moving or copying
	files using F5 or F6.


# ChangeLog started at 1.1.0
