Add gettext support.
authorOwen Taylor <otaylor@redhat.com>
Tue, 16 Jan 2001 02:24:24 +0000 (02:24 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Tue, 16 Jan 2001 02:24:24 +0000 (02:24 +0000)
commitb8796462fbed70f55219da6c3c8f6611de8f2a8c
tree61fe31dc31d3d70141b44b9513afc501a006c81b
parent9238e1f1ed5ddcfd24606a8d2e67579040244725
Add gettext support.

Mon Jan 15 21:12:49 2001  Owen Taylor  <otaylor@redhat.com>

        * configure.in acconfig.h glibintl.h gutils.c
po/{Makefile.in.in,POTFILES.in,po2tbl.in}: Add gettext
support.

* glib-gettext.m4 acinclude.m4: Clean up the GTK+ gettext macros
some more and put them in this file, though they also need
to be included in acinclude.m4 due to the brokeness of
aclocal.

* gspawn.c gspawn-win32.c gutf8.c gconvert.c gfileutils.c
gshell.c: Remove dummy _() #defines, include glibintl.m4.
36 files changed:
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
README
acconfig.h
acinclude.m4
configure.in
gconvert.c
gfileutils.c
glib-gettext.m4 [new file with mode: 0644]
glib/gconvert.c
glib/gfileutils.c
glib/glibintl.h [new file with mode: 0644]
glib/gmarkup.c
glib/gshell.c
glib/gspawn-win32.c
glib/gspawn.c
glib/gutf8.c
glib/gutils.c
glibintl.h [new file with mode: 0644]
gmarkup.c
gshell.c
gspawn-win32.c
gspawn.c
gutf8.c
gutils.c
m4macros/glib-gettext.m4 [new file with mode: 0644]
po/.cvsignore [new file with mode: 0644]
po/Makefile.in.in [new file with mode: 0644]
po/POTFILES.in [new file with mode: 0644]
po/po2tbl.sed.in [new file with mode: 0644]