2004-07-09  Fernando Herrera  <fherrera@onirica.com>

	* configure.in:
	* NEWS: Release 2.7.3

2004-07-09  Anders Carlsson  <andersca@gnome.org>

	* src/gconf-search-dialog.c: 
	(gconf_search_not_found_dialog):
	Translate dialog title
	
	(gconf_search_entry_changed):
	Make the find button insensitive if there's no text entered.

	(gconf_search_dialog_init):
	Remove the dialog separator and make the window non-resizable.

2004-07-09  Fernando Herrera  <fherrera@onirica.com>

	* NEWS: Release 2.7.2 (never released :) )

2004-07-09  Fernando Herrera  <fherrera@onirica.com>

	* po/POTFILES.in: removed src/gconf-message-dialog.c and added
	gconf-search-dialog.c

2004-07-09  Fernando Herrera  <fherrera@onirica.com>

	* data/gconf-editor.schemas.in:
	* src/Makefile.am:
	* src/gconf-message-dialog.c:
	* src/gconf-message-dialog.h:
	* src/main.c: (main): Removed warning dialog. Patch from Christian Neumair

2004-07-08  Fernando Herrera  <fherrera@onirica.com>

	* src/Makefile.am: Added new files.
	* src/gconf-editor-window.c: (gconf_editor_window_search),
	(gconf_editor_window_close_output_window),
	(gconf_editor_window_output_window_changed),
	(gconf_editor_window_init): 
	* src/gconf-editor-window.h: Added the output window. Change default size.
	* src/gconf-search-dialog.c: (gconf_search_dialog_response),
	(gconf_search_dialog_class_init), (gconf_search_not_found_dialog),
	(gconf_search_dialog_search), (gconf_search_dialog_init),
	(gconf_search_dialog_get_type), (gconf_search_dialog_new):
	* src/gconf-search-dialog.h: New files for the search dialog.
	* src/gconf-search.c: (gconf_tree_model_search_iter_foreach),
	(gconf_tree_model_build_match_list):
	* src/gconf-search.h: New files for doing the search.
	* src/gedit-output-window.c: (gedit_output_window_get_type),
	(gedit_output_window_class_init),
	(gedit_output_window_copy_selection), (close_clicked_callback),
	(clear_clicked_callback), (copy_clicked_callback),
	(gedit_output_window_key_press_event_cb), (create_popup_menu),
	(gedit_output_window_treeview_selection_changed),
	(gedit_output_window_init), (gedit_output_window_finalize),
	(gedit_output_window_destroy), (gedit_output_window_new),
	(gedit_output_window_clear), (gedit_output_window_append_line),
	(gedit_output_window_set_select_multiple):
	* src/gedit-output-window.h: Class borrowed from gedit. Minor changes
	for disabling multiple selection and adding a new signal when the
	selection has changed.

	With this we have a new fancy search system :) Fixed bugs #82902 and
	#113235.

2004-07-04  Christian Neumair  <chris@gnome-de.org>

	* src/gconf-editor-window.c (gconf_editor_window_init):
	Enable menu internationalization by setting the menu action group's
	translation domain to NULL.

2004-06-22  Fernando Herrera  <fherrera@onirica.com>

	* configure.in: Post-release version bumping.

2004-06-22  Breda McColgan  <breda.mccolgan@sun.com>

	* docs/C/gconf-editor.xml: updated menu path (Getting Started)
	* docs/C/gconf-editor-C.omf: updated manual date and version numbers
	* docs/C/l10n.txt: updated manual date and version number

2004-06-21  Fernando Herrera  <fherrera@onirica.com>

	* NEWS: Release 2.7.1

2004-06-21  Fernando Herrera  <fherrera@onirica.com>

	* src/gconf-editor-window.c: (gconf_editor_gconf_value_changed): Check 
	if we are changing values of the same type. Because we can get a changed 
	signal from a cell_renderer corresponfing to a previous list_model.
	This finally fixes bug #136148.

2004-06-21  Fernando Herrera  <fherrera@onirica.com>

	* src/gconf-list-model.c: (gconf_list_model_finalize): Free root_path.

2004-06-21  Fernando Herrera  <fherrera@onirica.com>

	* src/gconf-editor-window.c: (gconf_editor_gconf_value_changed): Free the path.

2004-06-18  Fernando Herrera  <fherrera@onirica.com>

	* src/gconf-editor-application.c:
	(gconf_editor_application_create_editor_window):
	* src/gconf-editor-window.c: (gconf_editor_window_init): Fix keybindings.
	* src/gconf-editor-window.h:
	* src/gconf-list-model.h:
	* src/gconf-tree-model.h: add missing function definitions.

2004-06-18  Fernando Herrera  <fherrera@onirica.com>

	* src/gconf-editor-window.c: (gconf_editor_window_init): Unsensitivice new 
	defaut/mandatory windows menu entries if the user cannot edit them.

2004-06-18  Fernando Herrera  <fherrera@onirica.com>

	* src/gconf-editor-application.c:
	(gconf_editor_application_create_editor_window):
	* src/gconf-editor-application.h:
	* src/gconf-editor-window.c: (gconf_editor_window_go_to),
	(gconf_editor_window_new_window),
	(gconf_editor_window_new_defaults_window),
	(gconf_editor_window_new_mandatory_window),
	(gconf_editor_popup_window_unset_key),
	(gconf_editor_new_key_response),
	(gconf_editor_popup_window_new_key),
	(gconf_editor_edit_key_response),
	(gconf_editor_popup_window_edit_key),
	(gconf_editor_gconf_value_changed), (gconf_editor_check_writable),
	(gconf_editor_window_update_list_selection),
	(gconf_editor_window_expand_first), (gconf_editor_window_finalize),
	(gconf_editor_window_init):
	* src/gconf-editor-window.h:
	* src/gconf-list-model.c: (gconf_list_model_notify_func),
	(gconf_list_model_init), (gconf_list_model_set_client):
	* src/gconf-tree-model.c: (gconf_tree_model_set_client):
	* src/main.c: (main): Open new windows for browsing/editing defaults and
	mandatory settings. Use always the GConf client asociated to the window.

2004-06-18  Fernando Herrera  <fherrera@onirica.com>

	* src/gconf-editor-window.c:
	(gconf_editor_popup_window_set_as_default): set defaults in
	gconf.xml.defaults instead of on schemas.
	(gconf_editor_popup_window_set_as_mandatory): set a value as
	mandatory.
	(gconf_editor_window_init): Unsensitive "set as default" and "set as
	mandatory" if the user cannot do it.
	* src/gconf-util.c: (gconf_client_can_edit_defaults),
	(gconf_client_can_edit_mandatory):
	* src/gconf-util.h: new helper functions.

2004-06-18  Fernando Herrera  <fherrera@onirica.com>

	* configure.in:
	* data/Makefile.am:
	* data/gconf-editor.schemas.in:
	* po/POTFILES.in: Add an schema file.

2004-05-28  Anders Carlsson  <andersca@gnome.org>

	* src/gconf-editor-window.c (gconf_editor_window_about_window): 
	Add Fernando.

2004-05-28  Fernando Herrera  <fherrera@onirica.com>

	* configure.in: Post release bump to 2.7.1
	* src/gconf-editor-window.c: (gconf_editor_popup_window_new_key): new
	key are writable, so don't show the warning.
	* src/gconf-key-editor.c: (update_list_buttons),
	(list_edit_element), (list_edit_clicked),
	(list_view_row_activated), (gconf_key_editor_init):
	* src/gconf-key-editor.h: Implement list element editing and add a
	button for it. Fixes bug #141034.

2004-05-28  Fernando Herrera  <fherrera@onirica.com>

	* NEWS: Release 2.7.0

2004-05-28  Alberto Ruíz  <arc@gulic.org>

	* src/gconf-key-editor.c: (list_remove_clicked): When removing an
	item, select the next one or the previous. Fixes bug #142994.

2004-05-28  Fernando Herrera  <fherrera@onirica.com>

	* data/icons/Makefile.am
	* data/icons/stock-about-16.png: removed unused icon.

2004-05-19  James Bowes  <bowes@cs.dal.ca>

	* src/gconf-stock-icons.h:
	* src/gconf-stock-icons.c: Remove gconf-stock-about icon.
	* src/gconf-editor-window.c (gconf_editor_window_close_window,
	gconf_editor_window_copy_key_name, gconf_editor_window_add_bookmark,
	gconf_editor_window_edit_bookmarks, gconf_editor_window_new_window,
	help_cb, gconf_editor_window_about_window, 
	gconf_editor_popup_window_unset_key, gconf_editor_popup_window_new_key,
	gconf_editor_popup_window_edit_key, 
	gconf_editor_popup_window_set_as_default, list_view_button_press_event,
	gconf_editor_window_list_view_popup_position, 
	gconf_editor_window_list_view_popup_menu, 
	gconf_editor_window_set_have_tearoffs, 
	gconf_editor_window_set_item_has_icon, gconf_editor_window_finalize,
	gconf_editor_window_init):
	* src/gconf-editor-window.h: Replace use of item factory with ui 
	manager. Remove function 
	gconf_editor_window_item_factory_translate_func.
	* src/gconf-editor-window.c (gconf_editor_window_init):
	Put number of rows and columns in the correct order in gtk_table_new
	for the details area table. Remove shadow from details_frame and
	indent its contents to follow the HIG

2004-04-27  Fernando Herrera  <fherrera@onirica.com>

	* configure.in: Removed AC_SUBST CFLAGS, CPPFLAGS, LDFLAGS because
	autoconf does it automatically.

2004-04-23  Fernando Herrera  <fherrera@onirica.com>

	* src/gconf-editor-window.c: (gconf_editor_window_new_window): Don't
	show all widgets in new window, because we have hidden ones.

2004-04-23  Fernando Herrera  <fherrera@onirica.com>

	* src/gconf-editor-window.c: Translate "Contents" string added by
	Shakti patch.

2004-04-23  Fernando Herrera  <fherrera@onirica.com>

	* src/gconf-editor-window.c:
	(gconf_editor_window_update_list_selection),
	(gconf_editor_window_init):
	* src/gconf-editor-window.h: Show an alert when the key has no schema.
	Fixes #110745

2004-04-23  Mariano Suárez-Alvarez  <msuarezalvarez@arnet.com.ar>

	* src/gconf-bookmarks.c: (gconf_bookmarks_set_item_has_icon),
	(gconf_bookmarks_set_have_icons),
	(gconf_bookmarks_have_icons_notify),
	(gconf_bookmarks_hook_up_menu): Make menu icons follow
	menus_have_icons preference key.

2004-04-23  Fernando Herrera  <fherrera@onirica.com>

	* src/gconf-editor-window.c: (gconf_editor_window_about_window): use
	gnome_about_window. (Fix #88279)

2004-04-23  Fernando Herrera  <fherrera@onirica.com>

	* xmldocs.make: added for build docs.
	* omf.make: added for build docs.

2004-04-23  Shakti Sen <shprasad@novell.com>

	* configure.in: Made changes to provide gnome libraries support.
	* src/main.c (main): Initialized the application with gnome_program_init
	* src/gconf-editor-window.c (help_cb): Added this function to provide
	Help support.
	* src/gconf-editor-application.h: <gnome.h> is included
	* docs/Makefile.am: Added the C subdirectory.
	* omf.make and xmldocs.make: Added to provide Help support.
 	Fixes #133052
 
2004-04-19  Richard Hult  <richard@imendio.com>

	* src/gconf-editor-window.c (gconf_editor_popup_window_edit_key):
	Fix crash when nothing is selected.
	(gconf_editor_window_edit_bookmarks): Fix warning.

2004-04-12  Fernando Herrera  <fherrera@onirica.com>

	* configure.in: branched for gnome 2.7. Bump version number to 2.7.0

2004-04-12  Fernando Herrera  <fherrera@onirica.com>

	* src/gconf-key-editor.c: (gconf_key_editor_init): allow the notebook
	in the key editor to fill and expand. (Fix #138557)

2004-04-12  Fernando Herrera  <fherrera@onirica.com>

	* src/gconf-editor-window.c: (gconf_editor_window_go_to): Check if
	location is a valid key/dir. Fix #136381

2004-04-12  Fernando Herrera  <fherrera@onirica.com>

	* src/gconf-cell-renderer.c:
	(gconf_cell_renderer_text_editing_done): Cast to gdouble for float
	keys in the cell editor. Fix bug #137468

2004-04-12  Fernando Herrera  <fherrera@onirica.com>

	* src/gconf-tree-model.c: (gconf_tree_model_free_node),
	(gconf_tree_model_clear_node), (gconf_tree_model_unref_node): Reverted
	wrong patch for #124662 . New unref code. Real Fix(tm) for 
	#124662 and #136631

2004-04-12  Fernando Herrera  <fherrera@onirica.com>

	* src/gconf-editor-window.c:
	(gconf_editor_window_selection_changed):
	* src/gconf-tree-model.c: (gconf_tree_model_build_level),
	(gconf_tree_model_iter_has_child):
	* src/gconf-tree-model.h: Reverted patch for #96744, because it
	introduced two worse bugs (#135807 and #136400)

2004-04-12  Fernando Herrera  <fherrera@onirica.com>

	* configure.in: Bump version to 2.6.1

2004-04-09  Guntupalli Karunakar  <karunakar@freedomink.org>

        * configure.in: Added "gu" (Gujarati) to ALL_LINGUAS.

2004-04-05  Iñaki Larrañaga  <dooteo@euskalgnu.org>

	* configure.in:  Added "eu" (Basque) to ALL_LINGUAS.

2004-03-22  Fernando Herrera  <fherrera@onirica.com>

	* NEWS:
	* configure.in: Release 2.6.0

2004-03-20  Guntupalli Karunakar  <karunakar@freedomink.org>

        * configure.in: Added "pa" (Punjabi) to ALL_LINGUAS.

2004-03-18  Gareth Owen  <gowen72@yahoo.com>

	* configure.in: Added en_GB to ALL_LINGUAS

2004-03-16  Fernando Herrera  <fherrera@onirica.com>

	* NEWS:
	* configure.in: Release 2.5.92

2004-03-06  Fernando Herrera  <fherrera@onirica.com>

	* NEWS:
	* configure.in: Release 2.5.91

2004-03-05  Fernando Herrera  <fherrera@onirica.com>

	* src/gconf-util.c:
	(gconf_client_get_schema_for_key): Retrieve the entry
	using gconf_engine API to get the schema name, beacuse
	getting it with gconf_client doesn't work (GConf bug #131011).
	So this Fixes #121813.

2004-02-21  Paisa Seeluangsawat  <paisa@users.sf.net>

	* configure.in: Added Thai (th) to ALL_LINGUAS.

2004-02-03  Anders Carlsson  <andersca@gnome.org>

	* configure.in: Release 2.5.4

2004-02-03 Sanjiv Agarwala <sagarwala@novell.com>
	* src/gconf-tree-model.c:(gconf_tree_model_unref_node):
	When unreffing the node, node->parent->children must be 
	assigned to node->children. Fix (#105884 and #124662)

2004-02-01  Robert Sedak  <robert.sedak@sk.htnet.hr>

        * configure.in: Added "hr" (Croatian) to ALL_LINGUAS.

2004-01-21  Fernando Herrera  <fherrera@onirica.com>

	* src/gconf-editor-window.c: (gconf_editor_window_copy_key_name):
	When copying keys, check if there is one selected on the list and
	if so, copy full path, otherwise, copy only the tree path. (Fix
	#132085)

2004-01-21  Fernando Herrera  <fherrera@onirica.com>

	* src/gconf-editor-window.c:
	(gconf_editor_window_update_list_selection): Update statusbar on key
	selection.

2004-01-21  Fernando Herrera  <fherrera@onirica.com>

	* src/gconf-tree-model.c: (gconf_tree_model_get_value): Check if
	node is NULL before getting value (Fix #128272)

2004-01-21  Fernando Herrera  <fherrera@onirica.com>

	* src/gconf-editor-window.c: (gconf_editor_window_about_window): 
	Unify copyright strings. Patch from Christian Neumair Fixes bug
	#101728

2004-01-21  Anders Carlsson  <andersca@gnome.org>

	* src/gconf-editor-window.c:
	(gconf_editor_window_selection_changed):
	* src/gconf-tree-model.c: (gconf_tree_model_get_gconf_escape_path),
	(gconf_tree_model_build_level), (gconf_tree_model_iter_has_child):
	* src/gconf-tree-model.h:
	Handle escaping of keys correctly.
	(#96744, fix by Hidetoshi Tajima).
	
2004-01-21  Fernando Herrera  <fherrera@onirica.com>

	* src/gconf-cell-renderer.h:
	* src/gconf-key-editor.h:
	* src/gconf-list-model.h:
	* src/gconf-tree-model.h: Removed final "," in enums and make AIX
	compiler happy

2003-12-11  Fernando Herrera  <fherrera@onirica.com>

	* Makefile.am:
	* configure.in:
	* docs/gconf-editor.1: added man page from Sebastien Bacher

2003-11-12  Anders Carlsson  <andersca@gnome.org>

	* configure.in: Release 2.5.1

2003-11-11  Sebastien Bacher  <seb128@debian.org>

	* src/gconf-editor-window.c: (gconf_editor_new_key_response),
	(gconf_editor_popup_window_edit_key):
	Commited patch to fix the crash with unset values 
	(Closes: 121084).

2003-10-28  Federico Mena Quintero  <federico@ximian.com>

	* src/gconf-editor-window.c (gconf_editor_window_test_expand_row):
	New callback, set the cursor to GDK_WATCH while we are figuring
	out the child nodes.
	(gconf_editor_window_row_expanded): New callback, reset the cursor
	to normal.
	(gconf_editor_window_init): Install signal handlers for the
	callbacks above.

2003-10-23 Mark Finlay <sisob@tuxfamilyDOTorg>

	* src/gconf-editor-window.c:

	Commiting Patch by Christophe Fergeau <teuf@gnome.org> 
	to make the tree items expand when double clicked.

2003-10-14  Ross Burton  <ross@burtonini.com>

	* src/gconf-key-editor.c:
	Added float support to the list editor, fixing a crash.

2003-10-06  Christian Rose  <menthos@menthos.com>

	* configure.in: Added "mr" to ALL_LINGUAS.

2003-10-06  Arvind Samptur  <arvind.samptur@wipro.com>

	* src/Makefile.am: GtkItemFactory has been depricated
	Remove the GTK_DISABLE_DEPRECATED flag. Thanks to Anders for
	the right fix. Fix #123932

2003-09-06  Anders Carlsson  <andersca@gnome.org>

	* configure.in: Release 2.4.0

2003-09-05  Taneem Ahmed  <taneem@bengalinux.org>

	* configure.in: Added "bn" to ALL_LINGUAS.

2003-09-02  Gediminas Paulauskas  <menesis@delfi.lt>

	* configure.in: Added lt to ALL_LINGUAS.

2003-08-10  Anders Carlsson  <andersca@codefactory.se>

	* configure.in: Release 2.3.6

Wed Jul 23 14:43:43 2003  George Lebl <jirka@5z.com>

	* src/gconf-bookmarks.[ch], src/gconf-editor-window.c:
	  Don't allow changing bookmarks when the bookmarks key is not
	  writable

	* src/gconf-message-dialog.c: If the key for the show toggle
	  is not writable, don't even show the toggle

	* src/gconf-cell-renderer.[ch]: Fix signature of the changed signal
	  and add a "check_writable" signal which has a boolean return 
	  value and can be used to make the cell not writable.

	* src/gconf-key-editor.[ch]:  Add a non-writable label and show it
	  if the key is not writable, also in that case make the notebook
	  insensitive since we can't set the key.

	* src/gconf-editor-window.[ch]: Don't set a key if it's not writable,
	  fix crash when setting a key resulted in an error,  Also
	  set the key editor not to be writable and connect the
	  "check_writable" signal for the list items and check writability
	  there.  In the information pane add a non-writable label thing
	  and show that if the key is not writable.

	* src/gconf-marshal.[ch], src/gconf-marshal.list: the glib signal
	  marshaller generating stuff did some changes here.  I added
	  a BOOLEAN:STRING

2003-07-02  Jordi Mallach  <jordi@sindominio.net>

	* data/gconf-editor.desktop.in: Use "false" instead of "0" in Terminal
	entry.

2003-06-26  Anders Carlsson  <andersca@codefactory.se>

	* src/gconf-editor-window.c (gconf_editor_popup_window_edit_key): 
	Fix typo (reported by Dafydd Harries).

2003-06-24  Anders Carlsson  <andersca@codefactory.se>

	* src/gconf-cell-renderer.c: (gconf_cell_renderer_set_property),
	(gconf_cell_renderer_get_size), (gconf_cell_renderer_render):
	* src/gconf-list-model.c: (gconf_list_model_get_value):
	Add support for showing pairs. (#90729, Mathias Warkus)
	
2003-06-05  Mark McLoughlin  <mark@skynet.ie>

	* src/Makefile.am: remove -I$(includedir).
	Patch from Matt Keenan, matt.keenan@sun.com.

2003-06-05 Kenneth Rohde Christiansen <kenneth@gnu.org>

	* configure.in: Added li to ALL_LINGUAS.

2003-06-04  Abel Cheung  <maddog@linux.org.hk>

	* configure.in: Added "sr@Latn" to ALL_LINGUAS.

2003-06-03  Anders Carlsson  <andersca@codefactory.se>

	* configure.in: Release 0.5.0

2003-05-26  Telsa Gwynne  <hobbit@aloss.ukuu.org.uk>

	* configure.in: Added "cy" to ALL_LINGUAS

2003-05-13  Ross Burton  <ross@burtonini.com>

	* src/gconf-editor-window.c: Implement Set As Default on arbitary
	keys. Requires that the user has write access to the defaults
	tree.

	* configure.in: Find the GConf defaults and mandatory
	configuration sources. Also comment the AC_DEFINEs.

	* acconfig.h: Remove, thanks to the commenting done above.
	
2003-05-08  Abel Cheung  <maddog@linux.org.hk>

	* configure.in: Added "am" "mk" "nl" "tr" to ALL_LINGUAS.

2003-05-07  Richard Hult  <rhult@codefactory.se>

	* src/gconf-editor-window.c (gconf_editor_window_init),
	(gconf_editor_window_style_set): Set the bg color for the textview
	in a style_set callback instead of in _init to make it work with
	other themes than the default. Start out with the name column
	sorted for keys.

2003-05-07  Danilo Šegan  <dsegan@gmx.net>

	* configure.in: Added "sr" and "sr@Latn" to ALL_LINGUAS.

2003-03-18  Paul Duffy <dubhthach@zion.nuigalway.ie>

	* configure.in: Added "ga" to ALL_LINGUAS.

2003-03-13  Christian Rose  <menthos@menthos.com>

	* configure.in: Added "ml" to ALL_LINGUAS.

2003-03-09  Pauli Virtanen  <pauli.virtanen@hut.fi>

	* configure.in: Added "fi" to ALL_LINGUAS.

2003-02-17  Roozbeh Pournader  <roozbeh@sharif.edu>

	* configure.in: Added "fa" to ALL_LINGUAS.

2003-02-14  Mark McLoughlin  <mark@skynet.ie>

	* src/gconf-editor-window.[ch]: (gconf_editor_window_go_to):
	Split this out from gconf-bookmarks.c.

	* src/gconf-bookmarks.c: (gconf_bookmarks_bookmark_activated):
	Upd.

	* src/gconf-tree-model.c:
	(gconf_tree_model_get_tree_path_from_gconf_path): Return the
	last matching element of the path - better than nothing if we
	don't have an exact match. Also, don't leak the strv.

	* src/main.c: (invalid_arg_error_dialog), (main): add support
	for passing in an initial GConf key as an argument.

2003-02-09  Christian Rose  <menthos@menthos.com>

	* configure.in: Added "kn" to ALL_LINGUAS.

2003-02-06  Christian Rose  <menthos@menthos.com>

	* configure.in: Added "id" to ALL_LINGUAS.

2003-01-26  Fatih Demir <kabalak@gtranslator.org>

	* configure.in: Added "ta" (Tamil) to the languages' list.

2003-01-21  Christian Rose  <menthos@menthos.com>

	* configure.in: Added "mn" to ALL_LINGUAS.

2002-12-10  Anders Carlsson  <andersca@gnu.org>

	* src/gconf-editor-window.c (gconf_editor_window_init): Don't use a white
	background in the long description view.

	* src/gconf-list-model.c (gconf_list_model_notify_func): Don't monitor
	keys we're not interested in.

	* data/gconf-editor.desktop.in: Turn on startup notification.

2002-12-09  Artis Trops  <hornet@navigator.lv>

	* configure.in: Added Latvian (lv) to ALL_LINGUAS.

2002-12-08  Daniel Elstner  <daniel.elstner@gmx.net>

	* src/gconf-editor-window.c (gconf_editor_window_set_have_tearoffs):
	Don't translate the item paths passed to gtk_item_factory_get_item().
	Apparently you aren't supposed to do so since GtkItemFactory takes
	care of the translation, and passing in a translated string causes
	the lookup to fail.
	(gconf_editor_window_set_have_icons): ditto.

2002-11-18  Fernando Herrera <fherrera@onirica.com>

	* data/gconf-editor.desktop.in: add X-GNOME-BUGZILLA stuff

2002-11-07  Jon K Hellan  <hellan@acm.org>

	* src/gconf-editor-window.c (gconf_editor_window_about_window):
	Make the about window a transient child of the main window, fixing
	bug 97918.

2002-11-05  Mark McLoughlin  <mark@skynet.ie>

	* configure.in: bump version to 0.4.0. It was
	0.2 which is less than what's on gnome-2-0 and
	I think 0.4.0 is what we agreed on ...

2002-11-03  Dmitry G. Mastrukov  <dmitry@taurussoft.org>

	* configure.in: Added Belarusian to ALL_LINGUAS

2002-09-09  Mark McLoughlin  <mark@skynet.ie>

	* src/gconf-cell-renderer.c: (gconf_cell_renderer_set_property),
	(gconf_cell_renderer_get_size),
	(gconf_cell_renderer_text_editing_done),
	(gconf_cell_renderer_start_editing),
	(gconf_cell_renderer_activate), (gconf_cell_renderer_render):
	* src/gconf-list-model.c: (gconf_list_model_get_value):
	* src/gconf-tree-model.c: (gconf_tree_model_get_value):
	use break; in default switch cases to keep the AIX compiler
	happy. #91801.

2002-09-03  Marius Andreiana <mandreiana@yahoo.com>

	* configure.in: added 'ro' to ALL_LINGUAS

2002-08-23  Anders Carlsson  <andersca@gnu.org>

	* src/gconf-bookmarks.c (gconf_bookmarks_bookmark_activated): 
	Fix scrolling correctly.

	* src/gconf-key-editor.c: (list_add_clicked):
	Fix focus issue.
	
	* src/main.c: (main):
	Use better wording for the caveat dialog.
	
2002-08-22  Shahms E. King <shahms@shahms.com> and
            Jan Arne Petersen <jpeterson@uni-bonn.de>

	* src/gconf-key-editor.c (gconf_key_editor_create_option_menu),
	(gconf_key_editor_get_value, gconf_key_editor_init): implement
	list item editing.
	(gconf_key_editor_list_entry_changed, list_type_menu_changed),
	(gconf_key_editor_create_list_type_menu, update_list_buttons),
	(list_selection_changed, list_add_clicked, list_remove_clicked),
	(list_go_up_clicked, list_go_down_clicked, fix_button_align): impl.

	* src/gconf-editor-window.c
	(gconf_editor_new_key_response): allow lists to be edited.

	Commit bug #76973 to stop other people re-implementing it.

2002-08-22  Michael Meeks  <michael@ximian.com>

	* src/gconf-key-editor.c (bool_button_toggled): 
	fix boolean accelerator; #90908

2002-08-22  Michael Meeks  <michael@ximian.com>

	* src/gconf-editor-window.c
	(gconf_editor_window_list_view_row_activated),
	(gconf_editor_window_init): make double click on a
	key do something useful #90909

2002-08-18  Havoc Pennington  <hp@pobox.com>

	* autogen.sh: hardcode aclocal-1.4/automake-1.4 so that users with
	both automake 1.6 and 1.4 installed get the right automake. Means
	compilation from CVS will now require the latest automake 1.4
	release, or manually creating symlinks called "automake-1.4" and
	"aclocal-1.4"

2002-08-11  Ross Burton  <ross@burtonini.com>

	* data/gconf-editor.desktop.in: Add encoding keyword, and fix up
	Terminal and Categories keywords.

2002-08-11  Mark McLoughlin  <mark@skynet.ie>

	* src/gconf-key-editor.[ch]: Implement support
	for floating point values.

2002-08-07  Mark McLoughlin  <mark@skynet.ie>

	* data/icons/Makefile.am:
	* data/icons/about-logo.png: remove about logo.

	* src/gconf-editor-window.c:
	(gconf_editor_window_about_window): use the gconf
	editor logo as an about dialog picture.

2002-08-01  Mark McLoughlin  <mark@skynet.ie>

	Implement support for menus_have_icons too. #88569.

	* src/gconf-editor-window.c:
	(gconf_editor_window_set_item_has_icon),
	(gconf_editor_window_set_have_icons),
	(gconf_editor_window_have_icons_notify): impl.
	(gconf_editor_window_setup_ui_prefs_handler): rename
	from gconf_editor_window_setup_tearoffs_handler and
	add menus_have_icons handler.
	(gconf_editor_window_finalize): remove the gconf notify.
	(gconf_editor_window_init): update.

2002-07-31  Mark McLoughlin  <mark@skynet.ie>

	Implement support for tearoff menus and respecting
	/desktop/gnome/interface/menus_have_tearoff. #89347.

	* src/gconf-editor-window.[cf]:
	(gconf_editor_window_set_have_tearoffs): impl showing
	and hiding the tearoffs.
	(gconf_editor_window_have_tearoffs_notify): gconf notify
	handler.
	(gconf_editor_window_setup_tearoffs_handler): hook up the
	notify handler and get the initial value.
	(gconf_editor_window_finalize): unref the item factory and
	remove the notify.
	(gconf_editor_window_class_init): hook up finalize.
	(gconf_editor_window_init): setup the tearoffs handler.

2002-07-31  Mark McLoughlin  <mark@skynet.ie>

	* src/gconf-cell-renderer.c: (gconf_cell_renderer_start_editing):
	remove finish editing on focus out hack to be consistent with
	text cell renderer. Fixes #85516.

2002-07-31  Mark McLoughlin  <mark@skynet.ie>

	* src/gconf-editor-window.c: (gconf_editor_window_init):
	slightly modified version of a patch by Jan Arne Petersen
	(jpetersen@uni-bonn.de) to but the key documentation
	frame into a paned widget, allowing it to be resizable.
	Fixes #83573.

2002-07-31  Mark McLoughlin  <mark@skynet.ie>

	* src/gconf-list-model.c: (gconf_list_model_notify_func):
	keep model->length updated here. Fixes #89347.

	* src/gconf-editor-window.c:
	(gconf_editor_window_popup_error_dialog): implement.
	(gconf_editor_new_key_response): split this out and
	fix leak of the path. Correctly handle errors.
	(gconf_editor_popup_window_new_key): free the path and
	hook up the response handler.
	(gconf_editor_edit_key_response): split this out and use
	gconf_key_editor_get_key_name. Correctly handle errors.
	(gconf_editor_popup_window_edit_key): hook up the response
	handler and free the path.

	* src/gconf-key-editor.[ch]:
	(gconf_key_editor_get_key_name): add new method.
	(gconf_key_editor_get_full_key_path): kill debug. Remove
	unneeded function calls.

2002-07-30  Mark McLoughlin <mark@skynet.ie>

	* src/Makefile.am: apply patch from Toshi to
	get locale directory correct. #83643.

	* src/gconf-util.c: don't use c++ comment.

2002-07-28  Christian Rose  <menthos@menthos.com>

	* configure.in: Added "sq" to ALL_LINGUAS.

2002-07-26  Gustavo Noronha Silva <kov@debian.org>

	* configure.in: (ALL_LINGUAS) Added Brazilian Portuguese (pt_BR).

2002-06-14  Yanko Kaneti <yaneti@declera.com>

	* configure.in: (ALL_LINGUAS) Added Bulgarian (bg).

2002-06-07  Jesus Bravo Alvarez  <jba@pobox.com>

	* configure.in: Added gl (Galician) to ALL_LINGUAS.

2002-06-02  Pablo Saratxaga  <pablo@mandrakesoft.com>

	* configure.in: Added Catalan (ca) to ALL_LINGUAS.

2002-05-24  Anders Carlsson  <andersca@gnu.org>

	* src/gconf-editor-window.c: (gconf_editor_window_about_window):
	Set the window icon, as suggested by Mikael and Glynn.
	
2002-05-20  Anders Carlsson  <andersca@gnu.org>

	* configure.in: 0.2

	* autogen.sh: Get rid of the gnome-common dependancy. Woo!

	* src/gconf-editor-window.c: (strip_whitespace),
	(set_label_and_strip_whitespace),
	(gconf_editor_window_update_list_selection),
	(gconf_editor_window_init):
	* src/gconf-editor-window.h:
	Add Owner from the schema and remove leading whitespace from
	the long and short desc.
	
2002-05-20  Anders Carlsson  <andersca@gnu.org>

	* src/gconf-bookmarks-dialog.c: (gconf_bookmarks_dialog_destroy),
	(gconf_bookmarks_dialog_class_init),
	(gconf_bookmarks_dialog_populate_model),
	(gconf_bookmarks_dialog_update_gconf_key),
	(gconf_bookmarks_dialog_row_deleted),
	(gconf_bookmarks_dialog_delete_bookmark),
	(gconf_bookmarks_dialog_bookmarks_key_changed),
	(gconf_bookmarks_dialog_init):
	* src/gconf-bookmarks-dialog.h:
	Make the bookmarks dialog catch notification messages.
	
2002-05-20  Anders Carlsson  <andersca@gnu.org>

	* src/gconf-editor-window.c: (gconf_editor_popup_window_edit_key):
	Add a NULL check. Fixes #74533. 
	
2002-05-20  Anders Carlsson  <andersca@gnu.org>

	* src/gconf-editor-window.c:
	(gconf_editor_window_update_list_selection):
	Tolerate NULL short and long descriptions.

2002-05-20  Anders Carlsson  <andersca@gnu.org>

	* src/gconf-editor-window.c:
	(gconf_editor_window_list_view_popup_menu), (strip_whitespace),
	(gconf_editor_window_update_list_selection),
	(gconf_editor_window_init):
	* src/gconf-editor-window.h:
	* src/gconf-tree-model.c:
	(gconf_tree_model_get_tree_path_from_gconf_path):
	* src/gconf-util.c: (gconf_client_get_schema_for_key):
	* src/gconf-util.h:
	Integrate a patch from Erwann Chenede that adds key doc
	support, using the descriptions stored in the schemas.
	
2002-05-12  Christophe Merlet  <christophe@merlet.net>

	* src/gconf-editor-window.c: Mark a string translatable.

2001-05-10  Naba Kumar  <kh_naba@users.sourceforge.net>

	* configure.in: Added "hi" to ALL_LINGUAS.

2002-05-01  Abel Cheung  <maddog@linux.org.hk>

	* configure.in: Added "zh_TW" to ALL_LINGUAS.

2002-04-27  Simos Xenitellis  <simos@hellug.gr>

	* configure.in: Added "el" to ALL_LINGUAS.

Fri Apr 26 11:29:48 2002  Kristian Rietveld  <kris@gtk.org>

	* src/gconf-list-model.c (gconf_list_model_notify_func): ignore the
	notify if the key given is a directory, and fix the list handling,	
	which created looping lists :)

2002-04-25  Pablo Saratxaga  <pablo@mandrakesoft.com>

	* configure.in: Added "vi" to ALL_LINGUAS.

Sat Apr 13 13:54:49 2002  Kristian Rietveld  <kris@gtk.org>

	* src/gconf-editor-window.c (gconf_editor_window_selection_change):
	just set the title to "GConf editor" if there isn't a node selected.

2002-03-29  Christophe Merlet  <christophe@merlet.net>

	* configure.in: Added fr to ALL_LINGUAS.

2002-03-28  Changwoo Ryu  <cwryu@debian.org>

	* configure.in: Added ko to ALL_LINGUAS.

2002-03-25  Wang Jian   <lark@linux.net.cn>

	* configure.in: Added "zh_CN" to ALL_LINGUAS.

2002-03-17  Tõivo Leedjärv  <toivo@linux.ee>

	* configure.in: Added et to ALL_LINGUAS.

2002-03-16  Szabolcs Ban <shooby@gnome.hu>

	* configure.in: Added "hu" to ALL_LINGUAS.

2002-03-11  Richard Hult  <rhult@codefactory.se>

	* src/gconf-editor-window.c (gconf_editor_window_init): Expand the
	children immediately below the root.

2002-03-05  Carlos Perello Marin <carlos@gnome-db.org>

	* configure.in: Added "es" to ALL_LINGUAS.

2002-03-02  Ole Laursen  <olau@hardworking.dk>

	* configure.in: Added da (Danish) to ALL_LINGUAS.

2002-03-02  Yuriy Syrota  <yuri@renome.rovno.ua>

	* configure.in: Added uk (Ukrainian) into ALL_LINGUAS.

2002-03-01  Zbigniew Chyla  <cyba@gnome.pl>

	* configure.in (ALL_LINGUAS): Added pl (Polish).

2002-02-25  Seth Nickell  <snickell@stanford.edu>

	* data/gconf-editor.desktop.in:

	Add a comment in verb form.

2002-02-22  Stanislav Visnovsky  <visnovsky@nenya.ms.mff.cuni.cz>

	* configure.in:  Added "sk" to ALL_LINGUAS.

2002-02-18  Takayuki KUSANO  <AE5T-KSN@asahi-net.or.jp>

	* configure.in: Added "ja" to ALL_LINGUAS.

2002-02-13  Duarte Loreto <happyguy_pt@hotmail.com>

        * configure.in: Added pt (Portuguese) to ALL_LINGUAS

2002-02-13  Kjartan Maraas  <kmaraas@gnome.org>

	* src/gconf-message-dialog.c: #include <config.h>
	* src/gconf-key-editor.c: Same here.
	
2002-02-11  Anders Carlsson  <andersca@gnu.org>

       * Released version 0.1
	
2002-02-11  Anders Carlsson  <andersca@gnu.org>

	* src/gconf-editor-window.c (gconf_editor_window_selection_changed): 
	Use correct cast to GTK_TREE_MODEL_SORT.

	* src/gconf-bookmarks.c (gconf_bookmarks_bookmark_activated): Use
	sort model path when expanding nodes.
	(gconf_bookmarks_bookmark_activated): Use correct cast.

	* src/gconf-editor-window.c (menu_items): Comment out the edit
	bookmarks menu item.
	(gconf_editor_popup_window_edit_key): Show a warning dialog
	if we can't edit the value.

	* src/gconf-cell-renderer.c (gconf_cell_renderer_get_size): 
	use gconf_value_to_string for lists.
	(gconf_cell_renderer_render): Likewise.

Sat Feb  9 23:04:19 2002  Kristian Rietveld  <kris@gtk.org>

	* src/gconf-editor-window.c (gconf_editor_window_copy_key_name),
	(gconf_editor_window_add_bookmark),
	(gconf_editor_popup_window_new_key),
	(gconf_editor_window_selection_changed): convert modelsort iter
	to gconftreemodel iter
	(gconf_editor_window_init): put the treemodel in a modelsort

	* src/gconf-editor-window.h: add sorted_tree_model member

	* src/gconf-tree-model.c (gconf_tree_model_build_level): new
	function
	(gconf_tree_model_iter_nth_child): build level if it isn't there
	(gconf_tree_model_iter_children): use gconf_tree_model_build_level
	(gconf_tree_model_iter_n_children): new function, was missing
	(gconf_tree_model_iter_parent): set stamp on the iter we return

2002-01-31  jacob berkman  <jacob@ximian.com>

	* data/icons/Makefile.am (EXTRA_DIST): fix typo

2002-01-30  Hasbullah Bin Pit <sebol@ikhlas.com>

	* configure.in: Added Malay (ms)to ALL_LINGUAS.
	* po/ms.po: Added Malay Translation.

2002-01-30  Johan Dahlin  <jdahlin@telia.com>

	* src/gconf-key-editor.c (gconf_key_editor_init): Make 3 more
	strings translatable.

2002-01-20  Anders Carlsson  <andersca@gnu.org>

	* src/gconf-editor-window.c: 
	(gconf_editor_window_copy_key_name): Implement copy key name.
	
	(gconf_editor_popup_window_new_key),
	(gconf_editor_popup_window_edit_key): Remove debugging msgs.
	
2002-01-20  Anders Carlsson  <andersca@gnu.org>

	* src/gconf-bookmarks.c (gconf_bookmarks_hook_up_menu): Doh,
	switch argument order for g_object_set_data_full.

	* src/Makefile.am (INCLUDES): Add -DIMAGEDIR.

	* src/gconf-editor-window.c (gconf_editor_window_init): 
	Set appicon.

	* data/gconf-editor.desktop.in:
	Use the correct icon. Also, move program to System.
	
	* data/icons/Makefile.am:
	Install icon.
	
	* data/icons/gconf-editor.png:
	New application icon.
	
	* src/gconf-bookmarks.c: (gconf_bookmarks_update_menu),
	(gconf_bookmarks_key_changed), (gconf_bookmarks_add_bookmark),
	(remove_notify_id), (gconf_bookmarks_hook_up_menu):
	Add support for bookmark change notifications.
	
Tue Jan 15 23:13:44 2002  Kristian Rietveld  <kris@gtk.org>

	* src/gconf-list-model.c (gconf_list_model_set_root_path): duh! put
	iter.user_data (new slist address) in the hash and not list (some
	local list). Side effect of late night coding. Also fix some (usual :)
	line ends here

Tue Jan 15 01:16:23 2002  Kristian Rietveld  <kris@gtk.org>

	* src/gconf-editor-window.c (gconf_editor_popup_window_unset_key),
	(gconf_editor_popup_window_edit_key),
	(gconf_editor_gconf_value_changed),
	(gconf_editor_window_init): wrap list_model in sorted_list_model,
	so we can sort the 'key list'

	* src/gconf-editor-window.h: add sorted_list_model

	* src/gconf-list-model.c (gconf_list_model_notify_func): increase
	stamp before emitting signal,
	(gconf_list_model_set_root_path): increase stamp before row_deleted
	emission, rewrote loop to add one item each time, so models (like
	(GtkTreeModelSort ...) won't be confused
	(gconf_list_model_get_flags): add,
	(gconf_list_model_iter_n_children): add,
	(gconf_list_model_tree_model_init): add newly implemented methods
	to interface

	* src/gconf-tree-model.c
	(gconf_tree_model_get_tree_path_from_gconf_path): special case root
	node

Mon Jan 14 20:10:43 2002  Kristian Rietveld  <kris@gtk.org>

	* src/gconf-bookmarks.c (gconf_bookmarks_bookmark_activated): our
	own recursive row collapse code, the treeview thing seem to be
	meant for other things, scroll to the cell and various line end
	cleanups,
	src/gconf-tree-model.c
	(gconf_tree_model_get_tree_path_from_gconf_path): set iter before
	starting a new iteration of the loop, so we actually end up in the
	new level, added a FIXME, some line end cleanups,
	(gconf_tree_model_iter_children): finish row inserted notification

2002-01-13  Anders Carlsson  <andersca@gnu.org>

	* src/gconf-editor-window.c: (gconf_editor_window_close_window),
	(gconf_editor_popup_window_edit_key):
	* src/gconf-message-dialog.c: (gconf_message_dialog_should_show),
	(gconf_message_dialog_button_toggled):
	* src/gconf-tree-model.c: (gconf_tree_model_iter_nth_child),
	(gconf_tree_model_unref_node):
	Various things.
	
Mon Jan 14 00:43:23 2002  Kristian Rietveld  <kris@gtk.org>

	* src/gconf-tree-model.c (struct _Node): add an offset field,
	fix open line ends,
	(gconf_tree_model_iter_nth_child): we want the nth child of a level,
	while the node stored in the parent iter doesn't have to be the
	_root_ of the level so it went wrong there. This offset thing will
	fix. Also set iter->stamp = 0 for invalid iters.
	(gconf_tree_model_iter_children), (gconf_tree_model_init): set
	offset

Sun Jan 13 23:57:06 2002  Kristian Rietveld  <kris@gtk.org>

	* src/gconf-message-dialog.c (gconf_message_dialog_should_show),
	(gconf_message_dialog_button_toggled): changed the logic behind
	the caveat dialog settings and made it work

2002-01-13  Anders Carlsson  <andersca@gnu.org>

	* src/gconf-key-editor.c: (gconf_key_editor_set_value):
	* src/gconf-list-model.c: (gconf_list_model_set_root_path),
	(gconf_list_model_finalize), (gconf_list_model_class_init),
	(gconf_list_model_init):
	* src/gconf-message-dialog.c: (gconf_message_dialog_should_show):
	* src/gconf-message-dialog.h:
	* src/gconf-tree-model.c: (gconf_tree_model_iter_children),
	(gconf_tree_model_ref_node), (gconf_tree_model_unref_node),
	(gconf_tree_model_tree_model_init), (gconf_tree_model_init):
	* src/main.c: (main):
	Plug some memory leaks and add a caveat dialog.
	
2002-01-13  Anders Carlsson  <andersca@gnu.org>

	* src/Makefile.am:
	* src/gconf-editor-window.c:
	(gconf_editor_window_item_factory_translate_func),
	(gconf_editor_window_about_window),
	(gconf_editor_window_popup_error_dialog),
	(gconf_editor_popup_window_unset_key),
	(gconf_editor_popup_window_new_key),
	(gconf_editor_popup_window_edit_key),
	(list_view_button_press_event), (gconf_editor_window_init):
	* src/gconf-editor-window.h:
	* src/gconf-key-editor.c: (gconf_key_editor_init),
	(gconf_key_editor_new), (gconf_key_editor_set_value),
	(gconf_key_editor_set_key_path), (gconf_key_editor_set_key_name),
	(gconf_key_editor_get_full_key_path):
	* src/gconf-key-editor.h:
	* src/gconf-list-model.c: (gconf_list_model_notify_func):
	* src/main.c: (main):
	Added support for editing keys, adding new keys, and unsetting keys.
	
2002-01-13  Anders Carlsson  <andersca@gnu.org>

	* configure.in:
	* data/Makefile.am:
	* data/gconf-editor.desktop.in:
	Add .desktop file and intltool support.
	
2002-01-12  Kjartan Maraas  <kmaraas@gnome.org>

	* configure.in: Added "no" to ALL_LINGUAS.
	
2002-01-10  Anders Carlsson  <andersca@gnu.org>

	* src/gconf-editor-application.c: Only include gtkmain.h

	* src/gconf-list-model.c (gconf_list_model_get_value): 
	Don't switch on NULL value.

Thu Jan 10 11:30:00 2002  Owen Taylor  <otaylor@redhat.com>

	* data/Makefile.am (SUBDIRS): Add missing Makefile.am.

2002-01-10  Anders Carlsson  <andersca@gnu.org>

	* Makefile.am:
	* configure.in:
	* data/icons/Makefile.am:
	* data/icons/about-logo.png:
	* data/icons/entry-blank.png:
	* data/icons/entry-bool.png:
	* data/icons/entry-list.png:
	* data/icons/entry-number.png:
	* data/icons/entry-schema.png:
	* data/icons/entry-string.png:
	* data/icons/folder-closed.png:
	* data/icons/folder-open.png:
	* data/icons/stock-about-16.png:
	* src/Makefile.am:
	* src/dir-closed.png:
	* src/dir-open.png:
	* src/file.png:
	* src/gconf-cell-renderer.c: (gconf_cell_renderer_set_property):
	* src/gconf-editor-window.c: (gconf_editor_window_about_window):
	* src/gconf-list-model.c: (gconf_list_model_get_value),
	(gconf_list_model_class_init):
	* src/gconf-marshal.c: (gconf_marshal_VOID__STRING_BOXED):
	* src/gconf-marshal.h:
	* src/gconf-stock-icons.c: (create_icon_set_from_filename),
	(gconf_stock_icons_register):
	* src/gconf-stock-icons.h:
	* src/gconf-tree-model.c: (gconf_tree_model_get_value),
	(gconf_tree_model_class_init):
	* src/main.c: (main):
	Lots of changes. add about stock icon, check in the marshallers and rebuild
	them by hand instead. Add different icons for different gconf types. 
	
2002-01-10  Anders Carlsson  <andersca@gnu.org>

	* src/gconf-editor-window.c (gconf_editor_window_about_window): Split
	the translatable strings out of the markup string.
	(gconf_editor_window_about_window): Split out the Copyright string too.

Wed Jan  9 15:05:35 2002  Owen Taylor  <otaylor@redhat.com>

	* src/gconf-cell-renderer.c (gconf_cell_renderer_set_property):
	A few further fixups.

Wed Jan  9 14:57:30 2002  Owen Taylor  <otaylor@redhat.com>

	* src/gconf-cell-renderer.c (gconf_cell_renderer_set_property): 
	Set the mode here.

	* src/gconf-editor-window.c (list_view_button_press_event): 
	Remove the completely unworkable "set cell renderer
	mode in the button press handler code".

	* src/gconf-editor-window.c: Use gtk_tree_model_get() to simplify
	a couple of places.

Wed Jan  9 12:37:21 2002  Owen Taylor  <otaylor@redhat.com>

	* src/gconf-cell-renderer.c: There is no guarantee at
	all that the properties of the cell renderer will be
	pointing to the right cell when ::editing-done occurs.
	Save cellvalue->value in object data separately.

Wed Jan  9 12:21:22 2002  Owen Taylor  <otaylor@redhat.com>

	* src/gconf-tree-model.c (gconf_tree_model_get_iter): 
	fix 'model = (GConfTreeModel *)model'

	* src/gconf-key-editor.c: Include gtkmenuitem.h, remove
	unused variables.

	* src/gconf-editor-application.c: Include <gtk/gtk.h>,
	since we need gtk_main_quit().

	* configure.in: Add magic for setting -Wall for GCC;
	remove AC_ISC_POSIX, which isn't what you think it is...

Wed Jan  9 11:51:01 2002  Owen Taylor  <otaylor@redhat.com>

	* src/gconf-editor-window.c: Remove libgnome includes
	so it compiles again.

2002-01-08  Josh Barrow  <drleary@mac.com>

	* src/gconf-editor-window.c: (gconf_editor_window_about_window):
	Make the code just a tiny bit cleaner

2002-01-08  Josh Barrow  <drleary@mac.com>

	* configure.in:
	* src/gconf-editor-window.c: (gconf_editor_window_about_window):
	Removed the dependency on libgnomeui just for an about box.

2002-01-05  Christian Rose  <menthos@menthos.com>

	* configure.in: Added "az" to ALL_LINGUAS.

2002-01-05  Anders Carlsson  <andersca@gnu.org>

	* src/gconf-key-editor.c: Some minor tweaks, add
	a value label for all types.

	* src/gconf-message-dialog.h: Add.

	* src/gconf-message-dialog.c: Add.

2002-01-05  Havoc Pennington  <hp@pobox.com>

	* src/gconf-key-editor.c: get it mildly closer to being useful

	* src/gconf-cell-renderer.c (gconf_cell_renderer_get_size): handle
	schemas
	(gconf_cell_renderer_render): handle schemas

2001-12-28  Josh Barrow  <drleary@mac.com>

	* src/Makefile.am:
	* src/gconf-cell-renderer.c: (gconf_cell_renderer_class_init):
	* src/gconf-key-editor.c: (gconf_key_editor_create_option_menu),
	(gconf_key_editor_init):
	Make to compile with G_DISABLE_DEPRECATED and GTK_DISABLE_DEPRECATED.

2001-12-28  Josh Barrow  <drleary@mac.com>

	* .cvsignore:
	* src/.cvsignore:
	Make it not gripe when updating.

2001-12-19  Anders Carlsson  <andersca@gnu.org>

	* gconf-editor-window.c: i18n stuff.

	* Makefile.am (SUBDIRS): Add po

	* configure.in: Add i18n support.

2001-12-14  Josh Barrow  <drleary@mac.com>

	* configure.in: Added dependency to libgnomeui-2.0
	* src/gconf-editor-window.c: (gconf_editor_window_about_window):
	Added an about box.

2001-12-10  Anders Carlsson  <andersca@gnu.org>

	* Initial checkin.

