diff --git a/ChangeLog b/ChangeLog index 694f07c0a..0e7d77363 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2002-05-16 jacob berkman + + * schemas/apps_gnome_settings_daemon_default_editor.schemas: add a + key to turn off some behaviour + + * capplets/Makefile.am (always_built_SUBDIRS): + * configure.in: re-add default-applications + + fixes #78037 + 2002-05-14 Seth Nickell * Makefile.am: diff --git a/capplets/Makefile.am b/capplets/Makefile.am index 40db82e45..a01c2711c 100644 --- a/capplets/Makefile.am +++ b/capplets/Makefile.am @@ -1,6 +1,6 @@ always_built_SUBDIRS = \ common accessibility \ - desktop-links font \ + default-applications desktop-links font \ background keyboard mouse sound \ file-types theme-switcher ui-properties \ keybindings network diff --git a/configure.in b/configure.in index f77465275..d4ed6712e 100644 --- a/configure.in +++ b/configure.in @@ -197,6 +197,7 @@ libwindow-settings/Makefile capplets/Makefile capplets/common/Makefile capplets/background/Makefile +capplets/default-applications/Makefile capplets/desktop-links/Makefile capplets/file-types/Makefile capplets/file-types/libuuid/Makefile diff --git a/schemas/Makefile.am b/schemas/Makefile.am index 1f9a017b7..4cf8b8b0d 100644 --- a/schemas/Makefile.am +++ b/schemas/Makefile.am @@ -1,6 +1,7 @@ schemadir = @GCONF_SCHEMA_FILE_DIR@ schema_DATA = \ - apps_gnome_settings_daemon_screensaver.schemas + apps_gnome_settings_daemon_screensaver.schemas \ + apps_gnome_settings_daemon_default_editor.schemas schema_source_data = $(foreach file, $(schema_DATA), $(srcdir)/$(file)) diff --git a/schemas/apps_gnome_settings_daemon_default_editor.schemas b/schemas/apps_gnome_settings_daemon_default_editor.schemas new file mode 100644 index 000000000..80dd3301e --- /dev/null +++ b/schemas/apps_gnome_settings_daemon_default_editor.schemas @@ -0,0 +1,15 @@ + + + + + /apps/gnome_settings_daemon/editor/sync_text_types + /schemas/apps/gnome_settings_daemon/editor/sync_text_types + bool + true + + Sync text/plain and text/* handlers + If true, the mime handlers for text/plain and text/* will be kept in sync + + + +