4.5.27 - Federico

This commit is contained in:
Miguel de Icaza 1999-03-19 02:45:51 +00:00
parent 256467b407
commit 870b29f702
5 changed files with 261 additions and 243 deletions

View File

@ -1,3 +1,8 @@
1999-03-18 Federico Mena Quintero <federico@nuclecu.unam.mx>
* configure.in: Minimum version of glib should be 1.2.0.
(VERSION): Bumped version number to 4.5.27.
Wed Mar 10 21:52:55 1999 David Martin <dmartina@usa.net>
* gtkedit/editcmd.c: Added missing translation tags.

View File

@ -5,7 +5,7 @@ AC_INIT(create_vcs)
AC_CONFIG_HEADER(config.h)
PACKAGE=mc
VERSION=4.5.26
VERSION=4.5.27
AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE")
AC_DEFINE_UNQUOTED(VERSION, "$VERSION")
AC_SUBST(VERSION)
@ -119,7 +119,7 @@ CFLAGS="$CCOPTS"
dnl
dnl We now use glib
dnl
AM_PATH_GLIB(,,AC_MSG_ERROR(Test for GLIB failed. MC requires GLIB.))
AM_PATH_GLIB(1.2.0,,AC_MSG_ERROR(Test for GLIB failed. MC requires GLIB.))
LIBS="$LIBS $GLIB_LIBS"
CFLAGS="$CFLAGS $GLIB_CFLAGS"

View File

@ -1,3 +1,7 @@
1999-03-18 Federico Mena Quintero <federico@nuclecu.unam.mx>
* POTFILES.in: Added a couple missing files.
Wed Mar 10 22:05:46 1999 Norbert Warmuth <nwarmuth@privat.circular.de>
* es.po: Updated with David Martins translation.

View File

@ -1,11 +1,14 @@
edit/edit_key_translator.c
gnome/gcmd.c
gnome/gcustom-layout.c
gnome/gdesktop.c
gnome/gdialogs.c
gnome/gdnd.c
gnome/gicon.c
gnome/glayout.c
gnome/gpopup.c
gnome/gnome-file-property-dialog.c
gnome/gnome-open-dialog.c
gnome/gpopup2.c
gnome/gprefs.c
gnome/gprop.c
gnome/gscreen.c

486
po/mc.pot

File diff suppressed because it is too large Load Diff