2001-12-20 Bradford Hovinen <hovinen@ximian.com> * capplets/Makefile.am (always_built_SUBDIRS): Add common, background, keyboard, mouse back in * configure.in (PKG_CHECK_MODULES): Remove lines pertaining to the archiver, add line for gnome settings daemon * background-properties-capplet.c (dialog_button_clicked_cb): Remove call to apply_settings (apply_settings): Remove (main): Remove apply_only support * default-application-properties.c (main): Call gtk_main, not capplet_gtk_main * interface.c: Don't #include capplet-widget.h * main.c: Don't #include capplet-widget.h or the archiver stuff (main): Call gtk_main rather than capplet_gtk_main Remove archiver stuff (setup_capplet_widget): Don't connect to state_changed_cb (state_changed_cb): Remove (main): Don't pass cap_options * gnome-settings-daemon/Makefile.am (gnome_settings_daemon_SOURCES): Add gnome-settings-{keyboard|background}.[ch] (INCLUDES): Add -I$(top_srcdir)/libbackground (gnome_settings_daemon_LDADD): Add $(top_builddir)/libbackground/libbackground.a * gnome-settings-daemon.c (main): Initialize keyboard and background subsystems * Added gnome-settings-{keyboard|background}.[ch], gnome-settings-daemon/ChangeLog
90 lines
2.3 KiB
Text
90 lines
2.3 KiB
Text
2001-12-20 Bradford Hovinen <hovinen@ximian.com>
|
|
|
|
* default-application-properties.c (main): Call gtk_main, not
|
|
capplet_gtk_main
|
|
|
|
* interface.c: Don't #include capplet-widget.h
|
|
|
|
2001-12-19 Seth Nickell <snickell@stanford.edu>
|
|
|
|
* default-applications.desktop.in.in:
|
|
|
|
Add Categories field so it shows up under the
|
|
Settings submenu in the panel menus.
|
|
|
|
2001-12-08 Richard Hestilow <hestilow@ximian.com>
|
|
|
|
* Port to GConf.
|
|
|
|
2001-12-01 Richard Hestilow <hestilow@ximian.com>
|
|
|
|
* Initial GNOME2 port.
|
|
|
|
2001-08-18 Abel Cheung <maddog@linux.org.hk>
|
|
|
|
* interface.c (edit_create): Fixed a string (cut 'n paste is source
|
|
of all evil)
|
|
|
|
2001-07-31 Chema Celorio <chema@celorio.com>
|
|
|
|
* Makefile.am (cappletname): add DISTDIR to install-data-local
|
|
|
|
2001-07-27 Bradford Hovinen <hovinen@ximian.com>
|
|
|
|
* RELEASE : 1.5.2
|
|
|
|
2001-07-25 Chema Celorio <chema@celorio.com>
|
|
|
|
* Makefile.am: remove the DESKTOP_IN_RULE and copy the sed here
|
|
|
|
2001-07-23 Richard Hestilow <hestilow@ximian.com>
|
|
|
|
* callbacks.c (on_radiodefeditor_toggled): Only set_selected_editor
|
|
if the button is enabled.
|
|
(on_seldefbrowser_toggled): Ditto.
|
|
(on_seldefview_toggled): Ditto.
|
|
(on_seldefterm_toggled): Ditto.
|
|
|
|
* default-application-properties.c (fill_editor_data): Fix widget
|
|
name typo.
|
|
|
|
2001-07-20 Chema Celorio <chema@celorio.com>
|
|
|
|
* RELEASE : 1.5.0
|
|
|
|
2001-07-19 Bradford Hovinen <hovinen@ximian.com>
|
|
|
|
* Makefile.am: Remove SUBDIRS
|
|
|
|
2001-07-18 Chema Celorio <chema@celorio.com>
|
|
|
|
* default-applications.desktop.in.in (Exec): use the right binary name
|
|
|
|
* Makefile.am (INCLUDES): we are not using GNOMESYSCONFDIR. remove
|
|
|
|
2001-07-17 Chema Celorio <chema@celorio.com>
|
|
|
|
* Makefile.am (SUBDIRS): clean
|
|
|
|
2001-07-17 Bradford Hovinen <hovinen@ximian.com>
|
|
|
|
* Makefile.am (default_application_properties_capplet_SOURCES):
|
|
Added header files, including missing defaults.h
|
|
(EXTRA_DIST): Removed header files
|
|
|
|
2001-07-16 Chema Celorio <chema@celorio.com>
|
|
|
|
* default-application-properties.c (possible_editors): is gedit not gEdit
|
|
plues it is the default editor, not emacs ;-) (Yes, i MAY be a little biased
|
|
here)
|
|
|
|
2001-07-16 Richard Hestilow <hestilow@ximian.com>
|
|
|
|
* Makefile.am: Fix typo in install-data-local.
|
|
|
|
2001-07-16 Richard Hestilow <hestilow@ximian.com>
|
|
|
|
* ChangeLog started.
|
|
|
|
* default-application-properties.c (main): Pass correct name to
|
|
capplet_widget_init, for .desktop file magic.
|