Commit graph

680 commits

Author SHA1 Message Date
Sergey V. Udaltsov
9b326c7ace changing default value of 'handleIndicators' to false 2005-01-27 22:35:46 +00:00
Sebastien Bacher
2d481e4827 post release bump to 2.9.5.
2004-12-20  Sebastien Bacher  <seb128@debian.org>

        * configure.in: post release bump to 2.9.5.
2005-01-12 17:43:50 +00:00
Sebastien Bacher
e088a75310 Version 2.9.4.
2004-12-20  Sebastien Bacher  <seb128@debian.org>

        * configure.in: Version 2.9.4.
2005-01-12 14:50:44 +00:00
Pawan Chitrakar
d12ad65391 Added nepali translation
2005-01-10  Pawan Chitrakar  <pawan@nplinux.org>

	* ne.po: Added nepali translation

	* configure.in: Added ne "nepali" in ALL_LINGUAS

a
2005-01-10 06:27:30 +00:00
Shakti Sen
9946689e3d Defined PREFIX to <prefix> bug #153203
2005-01-04  Shakti Sen <shprasad@novell.com>

        * configure.in: Defined PREFIX to <prefix>
        bug #153203

2005-01-04  Shakti Sen <shprasad@novell.com>

        * theme-thumbnailer.c (main): Added the full path of the theme
        so that it will create the thumbnail.
        Fixes bug #153203
2005-01-04 18:39:00 +00:00
Dan Winship
dbb03af762 Remove redundant check for ngettext, since AM_GLIB_GNU_GETTEXT already
2005-01-03  Dan Winship  <danw@novell.com>

	* configure.in: Remove redundant check for ngettext, since
	AM_GLIB_GNU_GETTEXT already checks for it (in both libc and
	libintl)._

2005-01-03  Dan Winship  <danw@novell.com>

	* gswitchit_util.c (GSwitchItLogAppender): Cast time_t to long to
	match the printf format.
2005-01-03 20:50:06 +00:00
Sebastien Bacher
9fb4bff76b patch from Marco Pesenti Gritti <marco@gnome.org> to fix the build out of
2005-01-03  Sebastien Bacher  <seb128@debian.org>

	* libkbdraw/Makefile.am:
	patch from Marco Pesenti Gritti <marco@gnome.org>
	to fix the build out of the source dir (Closes: #158333).
2005-01-03 10:39:59 +00:00
Sergey V. Udaltsov
b5a90d16ff libxklavier 1.14 2004-12-31 00:14:27 +00:00
Sebastien Bacher
d4ea6a6058 post release bump to 2.9.4.
2004-12-20  Sebastien Bacher  <seb128@debian.org>

        * configure.in: post release bump to 2.9.4.
2004-12-20 22:41:49 +00:00
Jonathan Blandford
efc3ce995f release 2.9.3
Mon Dec 20 16:52:47 2004  Jonathan Blandford  <jrb@redhat.com>

        * configure.in: release 2.9.3
2004-12-20 21:53:31 +00:00
Dwayne Bailey
66cda9bf56 Added "zu" to ALL_LINGUAS.
2004-12-13  Dwayne Bailey  <dwayne@translate.org.za>

	* configure.in: Added "zu" to ALL_LINGUAS.

	* po/zu.po: Added Zulu translation by
	Zuza Software Foundation <info@translate.org.za>.
2004-12-13 18:24:19 +00:00
Sergey V. Udaltsov
a0ec0f1fd1 libxklavier 1.13 2004-12-08 21:46:41 +00:00
Dwayne Bailey
beb210c01e Added "nso" to ALL_LINGUAS. Added Northern Sotho translation by Zuza
2004-11-28  Dwayne Bailey  <dwayne@translate.org.za>

	* configure.in: Added "nso" to ALL_LINGUAS.
	* po/nso.po: Added Northern Sotho translation by
	Zuza Software Foundation <info@translate.org.za>.
2004-11-28 19:31:37 +00:00
James Henstridge
ebd8e46d44 use GNOMELOCALEDIR.
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-28 08:14:05 +00:00
James Henstridge
474018dd31 fix up typo that I introduced in the configure script. Should fix the
2004-11-28  James Henstridge  <james@jamesh.id.au>

	* configure.in (FONT_THUMBNAILER_LIBS): fix up typo that I
	introduced in the configure script.  Should fix the build properly
	now.
2004-11-28 00:43:31 +00:00
James Henstridge
b3cec14376 use libnautilus-extension.
2004-11-27  James Henstridge  <james@jamesh.id.au>

	* configure.in (THEMUS_COMPONENT): use libnautilus-extension.

2004-11-27  James Henstridge  <james@jamesh.id.au>

	* themus-theme-applier.c: get rid of the bonobo includes.

	* Makefile.am: update to install Nautilus extension.

	* themus-properties-main.c: convert from a Bonobo component to a
	Nautilus extension.

	* themus-properties-view.[ch]: convert to a simple widget.  Also
	fix a bunch of leaks.
2004-11-27 15:22:44 +00:00
James Henstridge
52f46ac78c use libnautilus-extension for the context menu instead of Bonobo.
2004-11-27  James Henstridge  <james@jamesh.id.au>

	* configure.in (FONT_CONTEXT_MENU): use libnautilus-extension for
	the context menu instead of Bonobo.

2004-11-27  James Henstridge  <james@jamesh.id.au>

	* Makefile.am: fix build rules for Nautilus stuff.

	* fontilus-context-menu.c: convert to a Nautilus extension.
2004-11-27 13:13:25 +00:00
Christoffer Olsen
0ffe4d4e98 Added *.desktop.in.in for bug-buddy love.
See ChangeLog for details.
2004-11-24 18:54:03 +00:00
Mark McLoughlin
c1611ee87d require libgnome-menu for the shell, fixup other shell requirements and
2004-11-10  Mark McLoughlin  <mark@skynet.ie>

        * configure.in: require libgnome-menu for the shell, fixup
        other shell requirements and don't look for libnautilus
        anymore.

        * Makefile.am: don't install control-center2.png anymore.

        * control-center2.png: remove.
2004-11-16 08:58:45 +00:00
Mark McLoughlin
860e984b3a - install all capplet .desktop files in $(datadir)/applications
instead of $(datadir)/control-center-2.0/capplets
 - add OnlyShowIn=GNOME; to them all
 - remove capplets/desktop-links/*
2004-11-09 17:43:47 +00:00
Jeff Waugh
a66b869ef8 Add a .desktop file for the font viewer, need it for the MIME loving.
2004-11-01  Jeff Waugh  <jdub@perkypants.org>

	* po/POTFILES.in, vfs-methods/fontilus/Makefile.am,
	  vfs-methods/fontilus/gnome-font-viewer.desktop.in,
	  vfs-methods/fontilus/.cvsignore: Add a .desktop file for the
	  font viewer, need it for the MIME loving. D'oh!
2004-11-01 11:39:28 +00:00
Sebastien Bacher
aead454d83 Changed the "Gnome" occurences to "GNOME" (Closes: #152085).
2004-10-21  Sebastien Bacher  <seb128@debian.org>

	* capplets/default-applications/gnome-default-applications-properti
	es-structs.c:
	* capplets/file-types/service-info.c:
	* control-center/control-center-categories.c:
	(load_information_to_information):
	* control-center/control-center.c: (gnome_cc_about):
	Changed the "Gnome" occurences to "GNOME" (Closes: #152085).
2004-10-21 16:57:23 +00:00
Paolo Borelli
3c53e1ee00 fix leak, patch by Kjartan Maaras. (#153595).
2004-10-17  Paolo Borelli  <pborelli@katamail.com>

	* capplets/common/activate-settings-daemon.c: fix leak, patch by
	Kjartan Maaras. (#153595).

	approved by jrb.
2004-10-17 17:32:05 +00:00
Sergey V. Udaltsov
6e1883c2b0 require libxklavier 1.10 - since API was changed 2004-10-17 01:32:28 +00:00
Jody Goldberg
eb83cea64a Enable the ximian shell at long last
2004-10-15  Jody Goldberg <jody@gnome.org>

	* configure.in : bump the xklavier version dep.  I hope 1.04 is
	  sufficient, rather than cvs head.
2004-10-15 19:37:59 +00:00
Jody Goldberg
690958ade8 post release bump
2004-10-14  Jody Goldberg <jody@gnome.org>

	* configure.in : post release bump
2004-10-14 19:09:45 +00:00
Jody Goldberg
135d52c612 Release 2.8.1
2004-10-14  Jody Goldberg <jody@gnome.org>

	* Release 2.8.1
2004-10-14 19:05:48 +00:00
Christophe Fergeau
95f4986924 switch ALSA_LIBS and GST_LIBS order in libacme_la_LIBADD, fixes some
2004-10-08  Christophe Fergeau  <teuf@gnome.org>

	* gnome-settings-daemon/actions/Makefile.am: switch ALSA_LIBS and
	  GST_LIBS order in libacme_la_LIBADD, fixes some libtool link
	  issues on Debian.
2004-10-08 21:16:07 +00:00
Jonathan Blandford
2daf7534ab Release 2.8.0
Tue Sep 14 17:50:56 2004  Jonathan Blandford  <jrb@redhat.com>

        * configure.in:
        * NEWS: Release 2.8.0
2004-09-14 21:52:01 +00:00
Jody Goldberg
03def60e2f revert unintended string change
2004-09-03  Jody Goldberg <jody@gnome.org>

	* gnome-settings-daemon/gnome-settings-keyboard-xkb.c : revert
	  unintended string change
2004-09-03 19:56:16 +00:00
Jody Goldberg
9493341cc9 tracked the long running irrtation about 'expecting int received float'.
2004-08-31  Jody Goldberg <jody@gnome.org>

	* capplets/common/gconf-property-editor.c
	(peditor_numeric_range_widget_changed) : tracked the long running
	  irrtation about 'expecting int received float'.  Running without a
	  schema would default the value to float.  12 of 13 callers had ints
	  so I have changed the default and added a warning.
2004-08-31 18:05:35 +00:00
Jonathan Blandford
11a6c7cb35 post release bump.
Sun Aug 29 22:37:00 2004  Jonathan Blandford  <jrb@gnome.org>

        * configure.in: post release bump.
2004-08-30 02:36:56 +00:00
Jonathan Blandford
29727e139e release 2.7.1 2004-08-30 02:32:38 +00:00
Jody Goldberg
2ab41bb8cc http://bugzilla.gnome.org/show_bug.cgi?id=148291 typo
2004-07-23  Jody Goldberg <jody@gnome.org>

	http://bugzilla.gnome.org/show_bug.cgi?id=148291
	* configure.in : typo

2004-06-07  Jody Goldberg <jody@gnome.org>

	* po/POTFILES.in : add server file, still unused without the patch
	* configure.in : ditto.

2004-06-01  Jody Goldberg <jody@gnome.org>

	* schemas/desktop_gnome_peripherals_keyboard_xkb.schemas.in : Add
	  xkb/update_handlers.
2004-08-28 01:42:25 +00:00
Kjartan Maraas
fc4e47ac89 Added «nb» to ALL_LINGUAS. 2004-08-16 Christian Rose
2004-08-17  Kjartan Maraas  <kmaraas@gnome.org>

	* configure.in: Added «nb» to ALL_LINGUAS.
2004-08-16  Christian Rose  <menthos@menthos.com>
2004-08-17 16:31:24 +00:00
Christian Rose
8629ac9ed3 Added "bs" to ALL_LINGUAS. Added Bosnian translation by Kenan Hadžiavdić
2004-08-16  Christian Rose  <menthos@menthos.com>

	* configure.in: Added "bs" to ALL_LINGUAS.
	* po/bs.po: Added Bosnian translation by
	Kenan Hadžiavdić <kenan@bgnett.no>.
2004-08-16 20:47:15 +00:00
Jonathan Blandford
4383553c34 post release bump
Sat Jul 31 11:00:33 2004  Jonathan Blandford  <jrb@gnome.org>

        * configure.in: post release bump
2004-07-31 15:00:12 +00:00
Jonathan Blandford
4b1bc2fdf4 2.7.0 2004-07-31 00:58:52 +00:00
Jonathan Blandford
ea3f37b999 Blah. badly applied patch.
Wed Jul 21 15:43:55 2004  Jonathan Blandford  <jrb@redhat.com>

        * configure.in: Blah.  badly applied patch.

:
2004-07-21 19:46:59 +00:00
Jonathan Blandford
bdd9784580 patch from Mason Kidd <mrkidd@mrkidd.com> to put back default-applications
Wed Jul 21 15:09:17 2004  Jonathan Blandford  <jrb@redhat.com>

        * configure.in: patch from Mason Kidd <mrkidd@mrkidd.com> to put
        back default-applications and remove file-types.
2004-07-21 19:12:45 +00:00
Jonathan Blandford
80529d675e remove default-applications capplet.
Mon Jul 19 11:09:44 2004  Jonathan Blandford  <jrb@gnome.org>

        * capplets/Makefile.am (always_built_SUBDIRS):
        * configure.in: remove default-applications capplet.
2004-07-19 15:09:37 +00:00
Bastien Nocera
daa9f3a0f6 fix OSS detection on NetBSD, patch from Julio M. Merino Vidal
2004-07-15  Bastien Nocera  <hadess@hadess.net>

	* configure.in: fix OSS detection on NetBSD, patch from Julio M.
	Merino Vidal <jmmv@menta.net> (Closes: #145038)

2004-07-15  Bastien Nocera  <hadess@hadess.net>

	* actions/acme-volume-oss.c: fix OSS compilation on NetBSD
2004-07-15 22:47:55 +00:00
Bastien Nocera
7c244a15ff fix gdk-pixbuf-csource's double identity (was not detecting
2004-07-15  Bastien Nocera  <hadess@hadess.net>

	* configure.in: fix gdk-pixbuf-csource's double identity (was not
	detecting gdk-pixbuf-csource-32 from gtk2-devel), detect and
	substitute glib-genmarshal's binary
2004-07-15 22:29:37 +00:00
Sergey V. Udaltsov
e90583bbf1 merging the preview branch 2004-07-13 23:11:34 +00:00
Jody Goldberg
8342be7cba check for, but do not require nautilus libs. These is necessary if we move
2004-05-17  Jody Goldberg <jody@gnome.org>

	* configure.in : check for, but do not require nautilus libs.  These
	  is necessary if we move to the osx/ximian style shell.
2004-05-17 17:03:38 +00:00
Jody Goldberg
d8c92944b4 post branch release bump to 2.7.0
2004-04-16  Jody Goldberg <jody@gnome.org>

	* configure.in : post branch release bump to 2.7.0

2004-04-16  Jody Goldberg <jody@gnome.org>

	From paolo borelli :
	http://bugzilla.gnome.org/show_bug.cgi?id=139723
	* gnome-keybinding-properties.c (accel_edited_callback) : fix leak
2004-04-16 14:44:28 +00:00
Jody Goldberg
d58e918c83 Release 2.6.1
2004-04-15  Jody Goldberg <jody@gnome.org>

	* Release 2.6.1
2004-04-16 02:32:42 +00:00
Jody Goldberg
8f34dac57d http://bugzilla.gnome.org/show_bug.cgi?id=139605 mouse buttons should not
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-04-15 18:32:22 +00:00
Iñaki Larrañaga
512e73eaa2 Added "eu" (Basque) to ALL_LINGUAS.
2004-04-14  Iñaki Larrañaga  <dooteo@euskalgnu.org>

	* configure.in: Added "eu" (Basque) to ALL_LINGUAS.
2004-04-14 10:56:01 +00:00
Guntupalli Karunakar
e78b88b6a0 added gujarati translation 2004-04-09 15:12:18 +00:00