1999-03-26 Jonathan Blandford <jrb@redhat.com>
* capplets/mime-type/mime-type-capplet.c (main): oops -- should be
mime-type-capplet, not mouse-capplet. Thanks to Jacob Berkman
<jberkman@andrew.cmu.edu> for pointing this out
1999-03-22 Jonathan Blandford <jrb@redhat.com>
* capplets/theme-switcher/gui.c (click_entry): bug fix. Now we
can try again after a revert.
1999-03-23 Martin Baulig <martin@home-of-linux.org>
* capplets/wm-properties/wm-list.c (wm_list_init): First look
at `default.wm/Default/WM' before `$(datadir)/default.wm' for
the default WM so the gnome-wm script can write the chosen WM
there.
Oh fooey. I forgot a file again... )-:
I should know better by now...
1999-03-15 Jonathan Blandford <jrb@redhat.com>
* capplets/mime-type/mime-info.c (write_initial_keys): Now we
explicitly remove then recreate the file, so that we can guarantee
that the mime-type gets reread.
Fri Mar 12 12:06:18 1999 Owen Taylor <otaylor@redhat.com>
* capplets/wm-properties/wm-exec.c (start_do): Decrease
time for starting from 20 seconds to 10 seconds.
* capplets/wm-properties/wm-properties-capplet.c (add_dialog):
Track selected row properly on adds and deletes.
* capplets/wm-properties/wm-properties-capplet.c: Fix
bug where wm-properties capplet wouldn't exit upon
succesful completion.
Fri Mar 12 10:53:10 1999 Owen Taylor <otaylor@redhat.com>
* capplets/theme-switcher/main.c (main): Wait for
our child to exit before quitting. The prevents
us from pulling the socket window out from under
our child.
* capplets/theme-switcher/demo.c (demo_main): Clean
up some warnings about types in formats.
* capplets/theme-switcher/demo.c (demo_main): Exit
cleanly if read from parent fails - don't drop
a core.
Fri Mar 12 02:21:55 1999 Owen Taylor <otaylor@redhat.com>
* capplets/theme-switcher/gui.c (browse_dialog_close):
Add an error dialog if installing a theme fails.
* capplets/theme-switcher/install.c (install_theme): Add
a return value indicating success or failure.
* capplets/theme-switcher/install.c (install_theme):
Fixed reversed arguments for installing ungipped tarballs
Fri Mar 12 01:12:15 1999 Owen Taylor <otaylor@redhat.com>
[ Patch from Patrik Nordebo <isildur@a39.ryd.student.liu.se> ]
* capplets/theme-switcher/install.c (install_theme): Removed
useless call to wait(). Install themes in .themes,
not .gtk/themes.
Fri Mar 12 01:06:53 1999 Owen Taylor <otaylor@redhat.com>
* capplets/theme-switcher/lister.c (edit_file_to_use): Fixed
reversed lines that were causing initial creation
not to work properly.
* capplets/theme-switcher/demo.c (send_reread): You
can't fsync() a pipe...
* capplets/theme-switcher/gui.c: Don't select list
items before they are added to the list ... removed
hack that sort of worked around this.
* capplets/theme-switcher/gui.c (make_main): Major
un-rasterization. (Sort of a shame, this was some
of the funniest code I've ever seen.)
* capplets/theme-switcher/gui.c (install_theme_callback):
Removed non-functional transient-for code.
* capplets/theme-switcher/demo.c (demo_data_in): Removed
brutal, unreliable kill -9 in favor of noticing when
the IPC pipe closes.
* capplets/theme-switcher/demo.c (demo_main): Solved
problem where dup2() was going astray by not using it.
* capplets/theme-switcher/gui.c (update_theme_entries): Fix
cut-and-paste typo.
1999-03-02 Martin Baulig <martin@home-of-linux.org>
* capplets/wm-properties/wm-list.c (wm_list_init): Read the
default WM from $(datadir)/default.wm rather than using the
first one from the list.
1999-02-27 bertrand <Bertrand.Guiheneuf@inria.fr>
Fixed the "You have no entries listed ..."
control-center crash.
* capplets/desktop-links/Makefile.am:
comment out the panel data install entries to respect
new panel organisation. ".directory" are now installed
correctly.
* capplets/Makefile.am (always_built_SUBDIRS): uncomment
desktop-link. This was causing gnomecc to crash :(
Mon Feb 22 22:23:34 1999 Owen Taylor <otaylor@redhat.com>
* capplets/theme-switcher/lister.c: Use g_get_home_dir()
instead of getenv ("HOME")
* capplets/theme-switcher/demo.c (demo_main): Strip
out ~/.gtkrc from the default file set so we don't
get a merge of the current theme and the new one.
* capplets/theme-switcher/lister.c (use_theme): Modify
.gtkrc instead of .gnome/gtkrc.
1999-02-22 Jonathan Blandford <jrb@redhat.com>
* capplets/*/Makefile.am (install-data-local): install
desktop entries to the panel, so that the panel can deal with the
control-center.
* capplets/desktop-links/Gnome.directory (Type): Make more
compatible with the panel.
1999-01-11 Jonathan Blandford <jrb@redhat.com>
* capplets/theme-switcher/gui.c (make_main): changing the default
state of the Auto-Preview button.
po files updated as well (stupid make-dist)
1998-12-07 James Henstridge <james@daa.com.au>
* capplets/url-properties: a new applet to configure the behaviour of
the gnome_url_show function in libgnome.
* capplets/theme-switcher/main.c (confdefs.h): `confdefs.h isn't a
nice name for a header file. Since no other file uses it, just
remove it.
(THEME_SWITCHER_VERSION): New define. Is what `VERSION' was used
for.
(main): Use new name for `VERSION'.
* capplets/theme-switcher/confdefs.h: Delete.
* capplets/theme-switcher/config.h: Delete.