2011-01-19 Pierre Wieser * tools/check-po.sh: Script rewriting. * NEWS: Update before release. 2011-01-16 Pierre Wieser * run-distcheck.sh: New file. Add a script to check completeness of header files. * tools/.gitignore: * tools/Makefile.am: * tools/check-headers.sh: New files. * src/test/test-include.c: Renamed as tools/check-header.c and set it as ignored by git. * src/test/.gitignore: * src/test/Makefile.am: Updated accordingly. * Makefile.am: * configure.ac: configure in tools/. 2011-01-14 Pierre Wieser * src/utils/nautilus-actions-new.c: * src/utils/nautilus-actions-run.c: * src/utils/nautilus-actions-schemas.c: Add locale.h include. 2011-01-12 Pierre Wieser * configure.ac: Enable silent rules by default. 2011-01-09 Pierre Wieser * src/nact/base-application.c (display_dlg): Setup parent window. * src/api/na-iimporter.h: * src/core/na-io-provider.c: * src/core/na-object-id.c: * src/core/na-object-item.c: * src/io-desktop/nadp-utils.c: * src/nact/nact-assistant-import.c: * src/nact/nact-iactions-list-bis.c: * src/nact/nact-iactions-list.h: * src/nact/nact-main-window.c: * src/nact/nact-preferences.ui: * src/nact/nact-tree-model.c: Remove all deprecated references to an UUID. * po/POTFILES.in: Add src/io-desktop/nadp-formats.c file. * src/core/na-object-profile-factory.c: Remove %o/%O parameters from description of version 2.0. Add a missing line feed. * tools/check-po.sh: Adapt to glade files. 2011-01-08 Pierre Wieser * src/utils/nautilus-actions-new.c (init_options): * src/utils/nautilus-actions-run.c (init_options): * src/utils/nautilus-actions-schemas.c (init_options): Initialize translation domain for GOptionContext. * src/core/na-data-boxed.c (string_spec, slist_spec, bool_spec, pointer_spec, uint_spec): * src/core/na-export-format.c (na_export_format_get_label, na_export_format_get_description): * src/core/na-iabout.c (na_iabout_display): * src/core/na-object-action.c (na_object_action_new_with_defaults): * src/core/na-object-menu.c (na_object_menu_new_with_defaults): * src/io-xml/naxml-writer.c (write_data_schema_v1_element): * src/nact/nact-add-capability-dialog.c (on_base_runtime_init_dialog): * src/nact/nact-ienvironment-tab.c (nact_ienvironment_tab_runtime_init_toplevel): * src/nact/nact-iproperties-tab.c (on_tab_updatable_selection_changed): * src/nact/nact-main-menubar-file.c (nact_main_menubar_file_save_items): * src/nact/nact-match-list.c (get_must_match_header, insert_new_row): * src/nact/nact-tree-model-dnd.c (is_drop_possible, is_drop_possible_before_iter, is_drop_possible_into_dest, is_parent_accept_new_childs): Use gettext() to display localized static strings. * src/api/na-data-def.h: Complete the description of the fields. * src/core/na-io-provider.c: * src/core/na-object-profile-factory.c: * src/nact/nact-assistant-export.ui: * src/nact/nautilus-actions-config-tool.ui: Fix various mistakes and mispellings reported by Fr translation team. * configure.ac: Post-release bump version number.