2005-05-22 Sebastien Bacher <seb128@debian.org>
* gnome-network-preferences.glade: Use HIG compliant spacing
for the proxy dialog, patch by dennis_cranston@yahoo.com
(Closes: #167856).
2005-05-16 Olav Vitters <olav@bkor.dhs.org>
* gnome-network-preferences.glade:
Make proxy settings HIG compliant. Patch by Jorn Baayen.
Fixes bug #167856
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... :)
2004-12-03 Sebastien Bacher <seb128@debian.org>
* gnome-network-preferences.glade: use "Preferences" for the window
title (like the other capplets) instead of "Configuration",
bug noticed by Lars Weber <me@lars.in-berlin.de> (Closes: #132391).
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-21 Sebastien Bacher <seb128@debian.org>
* gnome-network-preferences.c: (cb_http_details_button_clicked):
use the stock_proxy icon for the capplet (Closes: #130624).
2004-04-15 Jody Goldberg <jody@gnome.org>
http://bugzilla.gnome.org/show_bug.cgi?id=139605
* eggcellrendererkeys.c (grab_key_callback) : mouse buttons should not
be valid modifiers.
2004-04-15 Jody Goldberg <jody@gnome.org>
* configure.in : Force libxklavier 1.0.2 so that we can work with
x.org and xfree86
2004-03-05 Padraig O'Briain <padraig.obriain@sun.com>
* gnome-network-preferences.glade: Add accessible names for port
entry fields. Fixes more of bug #126714.
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
2004-01-16 Padraig O'Briain <padraig.obriain@sun.com>
* gnome-network-preferences.glade: Move some declarations so that
AtkRelations are defined. Fixes bug #126714.
Tue Aug 26 15:00:34 2003 Jonathan Blandford <jrb@redhat.com>
* gnome-network-preferences.c (setup_dialog): Work around peditor
bug that resets the port when we start up for the first time,
#120111
2003-07-18 Dennis Cranston <dennis_cranston at yahoo com>
* gnome-network-capplet.png: New file.
* Makefile.am, gnome-network-preferences.c: Add the missing
window icon.
2003-07-17 Dennis Cranston <dennis_cranston at yahoo com>
* gnome-keybinding-properties.glade: Minor HIG widget padding
adjustments. Fix a mnemonic conflict.
* capplets/network/gnome-network-preferences.c:
(proxy_mode_radiobutton_clicked_cb):
Set "system/proxy/use_http_proxy" GConf key when Manual or
Auto is selected.
2003-02-05 Pasupathi Duraisamy <pasupathi.duraisamy@wipro.com>
* gnome-network-preferences.c: Added "/system/proxy" and
"/system/http_proxy" to the list of directories GConfClient
will watch. Fixes#98596