2005-02-01 Elijah Newren <newren@gmail.com>
The lack of comprehensiveness of the .cvsignore files were making
it hard to find the files missing from the commit (see bug 143487,
comment 35). This should fix that... :)
2005-01-08 Sebastien Bacher <seb128@debian.org>
* gnome-default-applications-properties-structs.c: add evolution-2.0
and evolution-2.2 to the mailers list (Closes: #163334).
2004-11-30 Sebastien Bacher <seb128@debian.org>
* gnome-default-applications-properties-structs.c: use the right name
for each browser instead of listing different names for some entry
(#155246).
2004-11-28 James Henstridge <james@jamesh.id.au>
* vfs-methods/themus/themus-properties-main.c: use GNOMELOCALEDIR.
* vfs-methods/themus/Makefile.am: similar changes to the fontilus
ones.
* vfs-methods/fontilus/fontilus-context-menu.c: same here.
* vfs-methods/fontilus/font-view.c: use GNOMELOCALEDIR rather than
FONTILUS_LOCALEDIR in the bindtextdomain() call, to match the rest
of gnome-control-center.
* vfs-methods/fontilus/Makefile.am: similar schema and desktop
file fixes. Don't include the old mime files in the dist.
* schemas/Makefile.am: remove .schemas files on clean, when
installing schemas, look for them in builddir rather than srcdir.
* gnome-settings-daemon/actions/Makefile.am: fix up build rules so
that ALSA_CFLAGS isn't defined multiple times (use the newer
automake += syntax).
* control-center/Makefile.am: distribute $(icon_DATA).
* capplets/*/Makefile.am: put the .desktop and .desktop.in files
in CLEANFILES. The .desktop.in.in file gets included because it
is listed in the configure script.
* configure.in: update configure script, and remove macro calls
that are not needed by modern versions of Automake.
* Makefile.am: remove intltool files on distclean.
* autogen.sh: request Automake >= 1.7.
2004-11-26 Sebastien Bacher <seb128@debian.org>
* gnome-default-applications-properties.glade: Mask the "Text Editor"
tab since it's not used by the new mime system.
2004-10-21 Sebastien Bacher <seb128@debian.org>
reviewed by: <delete if not using a buddy>
* gnome-default-applications-properties.c: (read_browser),
(read_mailer):
2004-10-14 Sebastien Bacher <seb128@debian.org>
* gnome-default-applications-properties.c: (setup_peditors),
(read_browser), (value_changed_cb): Use the Web Browser for https too.
(Closes: #123487).
2004-10-14 Kjartan Maraas <kmaraas@gnome.org>
* gnome-default-applications-properties-structs.c: Revert string
changes and add entries for Firefox on Debian and Fedora with
new binary names. Original patch from jdassen at debian org.
Closes part of bug #155246. The original patch should go into HEAD
after branching.
* gnome-default-applications-properties.c: (browser_setup_custom),
(mailer_setup_custom), (terminal_setup_custom): Use the binary
that's found in the path. Patch by seb128 at debian org. Closes
bug #148991.
2004-07-13 David Sedeo <david@alderia.com>
http://bugzilla.gnome.org/show_bug.cgi?id=147244
* gnome-default-applications-properties.c: Only put the toggles
inconsistent if there are not custom commands
2004-02-13 Jody Goldberg <jody@gnome.org>
* gnome-default-applications-properties.c : Unique-ify the lists so
that we can handle multiple excutable names for the same browser
when the list jumps to gconf. Remove the vile hack specifict to
evolution.
* gnome-default-applications-properties-structs.c (};) : remove the
nremote flag and add a few new browsers.
2004-02-12 Mark McLoughlin <mark@skynet.ie>
* capplets/display/main.c: (cb_dialog_response):
* capplets/localization/gnome-localization-properties.c:
(dialog_response): update help links to point to user-guide.xml
2003-08-01 Dennis Cranston <dennis_cranston at yahoo com>
* gnome-default-applications-properties.glade: Patch to fix spacing
between action area and vbox of preferences dialog.
Fri Aug 1 15:49:03 2003 Jonathan Blandford <jrb@redhat.com>
* gnome-default-applications-properties-structs.c
(possible_terminals): Add N_() calls to all the human readable
strings. Based on a patch from Christophe Fergeau
<teuf@users.sourceforge.net>, #117085
2003-07-14 Christophe Fergeau <teuf@gnome.org>
* gnome-default-applications-properties-structs.c: added a few more
mailers
* gnome-default-applications-properties.c:
(initialize_default_applications): only display Evolution once when
both evo<=1.2 and evo>=1.4 are installed
2003-06-25 Christophe Fergeau <teuf@users.sourceforge.net>
* capplets/default-applications/gnome-default-applications-properties-structs.c
* capplets/default-applications/gnome-default-applications-properties.c
* capplets/default-applications/gnome-default-applications-properties.glade
Added a tab to choose the preferred mailer, added epiphany to the list
known browsers, don't select any checkbox there is no default browser
or mailer
2003-06-24 Jody Goldberg <jody@gnome.org>
2003-02-18 Kjartan Maraas <kmaraas@gnome.org>
* gnome-default-application-properties.c: Fix a double free poop
that I made while fixing leaks. Spotted by jrb.