updated for 2.17.3.

2006-12-04  Rodrigo Moya <rodrigo@novell.com>

	* configure.in:
	* NEWS: updated for 2.17.3.

	* autogen.sh: replaced check to look for really existing files.
This commit is contained in:
Rodrigo Moya 2006-12-04 21:28:40 +00:00 committed by Rodrigo Moya
parent 6205745414
commit 4c28ac2e4f
7 changed files with 49 additions and 7 deletions

View file

@ -1,3 +1,10 @@
2006-12-04 Rodrigo Moya <rodrigo@novell.com>
* configure.in:
* NEWS: updated for 2.17.3.
* autogen.sh: replaced check to look for really existing files.
2006-11-13 Rodrigo Moya <rodrigo@novell.com>
* configure.in: added shell/gnomecc.desktop.in to $OUTPUT.

32
NEWS
View file

@ -1,3 +1,35 @@
gnome-control-center 2.17.3
common:
- Clean up file transfer dialog (Thomas Wood) (319926)
keyboard:
- Updated to new libgnomekbd API (Sergey Udaltsov)
shell:
- New control-center shell (Scott Reeves, Rodrigo Moya)
theme:
- Fixed crash in D&D of themes (Thomas Wood) (352490)
- Open transfer dialog with transient parent set (Thomas Wood)
- Added a colours tab to change gtk-color scheme setting (Thomas Wood)
- Fixed leak (Thomas Thurman) (378680)
- Cleanup some of the install code (Thomas Wood) (325300)
- Allow installing a theme from a directory (Thomas Wood) (326103)
typing break:
- Fixed redefinition of GNOMELOCALEDIR (Kjartan Maraas)
- Removed use of const char * for allocated strings (Kjartan Maraas)
translations:
- es (Francisco Javier F. Serrador)
- et (Priit Laes)
- fr (Christophe Bliard)
- ja (Satoru SATOH)
- nb (Kjartan Maraas)
- sv (Daniel Nylander)
------------------------------------------------------------------------------
gnome-control-center 2.17.1
control-center:

View file

@ -8,7 +8,7 @@ PKG_NAME="control-center"
(test -f $srcdir/configure.in \
&& test -f $srcdir/autogen.sh \
&& test -d $srcdir/control-center) || {
&& test -d $srcdir/shell) || {
echo -n "**Error**: Directory "\`$srcdir\'" does not look like the"
echo " top-level $PKG_NAME directory"
exit 1

View file

@ -1,8 +1,8 @@
AC_INIT([control-center], [2.17.2],
AC_INIT([control-center], [2.17.3],
[http://bugzilla.gnome.org/enter_bug.cgi?product=control-center])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR([control-center])
AC_CONFIG_SRCDIR([shell])
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([1.9 tar-ustar])

View file

@ -1,3 +1,7 @@
2006-12-04 Rodrigo Moya <rodrigo@novell.com>
* POTFILES.in: removed unused files.
2006-11-19 Priit Laes <plaes@cvs.gnome.org>
* et.po: Translation updated by Ivar Smolin.

View file

@ -66,9 +66,6 @@ capplets/ui-properties/gnome-ui-properties.glade
capplets/windows/gnome-window-properties.c
capplets/windows/gnome-window-properties.glade
capplets/windows/window-properties.desktop.in.in
control-center/control-center-categories.c
control-center/control-center.c
control-center/gnomecc.desktop.in.in
gnome-settings-daemon/actions/acme.glade
gnome-settings-daemon/factory.c
gnome-settings-daemon/gnome-settings-accessibility-keyboard.c

View file

@ -19,4 +19,6 @@ sys_in_files = gnomecc.desktop.in
sys_DATA = $(sys_in_files:.desktop.in=.desktop)
@INTLTOOL_DESKTOP_RULE@
EXTRA_DIST = gnomecc.desktop.in
EXTRA_DIST = gnomecc.desktop.in
DISTCLEANFILES = gnomecc.desktop