summaryrefslogtreecommitdiff
path: root/po/Makefile.in.in
Commit message (Collapse)AuthorAgeFilesLines
* Tell xgettext about all the printf-like functions we use.Matthias Clasen2005-09-061-0/+19
|
* Call msgfmt with -c to catch format string errorsMatthias Clasen2005-07-251-1/+1
|
* Add Q_ to the keywords recognized by xgettext. (#154062, Damon Chaplin)Matthias Clasen2004-09-291-1/+1
| | | | | | | 2004-09-29 Matthias Clasen <mclasen@redhat.com> * Makefile.in.in: Add Q_ to the keywords recognized by xgettext. (#154062, Damon Chaplin)
* === Released 2.5.0 ===GTK_2_5_0Soeren Sandmann2004-07-201-19/+7
| | | | | | | | | | Sun Jul 18 17:21:10 2004 Soeren Sandmann <sandmann@daimi.au.dk> * === Released 2.5.0 === * NEWS: updates * tests/testcombo.c: Fix compilation
* Updated Nepali TranslationPawan Chitrakar2004-07-051-7/+19
| | | | | | 2004-07-04 Pawan Chitrakar <pawan@nplinux.org> * ne.po: Updated Nepali Translation
* splitting the gtk20 translation domain.Matthias Clasen2004-01-171-1/+1
|
* The first part of the fix for #114351 (see also gdk-pixbuf/ChangeLog andMatthias Clasen2004-01-161-1/+1
| | | | | | | | | | | | | | | | | | | | Fri Jan 16 23:59:01 2004 Matthias Clasen <maclas@gmx.de> The first part of the fix for #114351 (see also gdk-pixbuf/ChangeLog and po/ChangeLog): * gtk/gtkintl.h: * gdk-pixbuf/gdk-pixbuf-i18n.h: * gdk/gdkintl.h: Define P_() for property blurbs and nicks. * gdk/gdkdisplaymanager.c: * gdk-pixbuf/gdk-pixbuf.c: * modules/input/gtkimcontextxim.c: * gtk/*.c: Mark property blurbs and nicks with P_(). * po/Makefile.in.in: Add --keyword=P_ to the xgettext invocation, since property blurbs and nicks are now marked with P_().
* === Released 2.3.0 ===GTK_2_3_0Owen Taylor2003-10-241-31/+33
| | | | | | | | | | | | | | Fri Oct 24 16:54:04 2003 Owen Taylor <otaylor@redhat.com> * === Released 2.3.0 === * configure.in: Remove a stray comma. * README.in: Fix a few notes about Xft 1 and pango-1.0. * NEWS: Finish updates for 2.3.0. * po/Makefile.in.in: Update to latest GLib version.
* Fix problem from recent commit where non GNU-format message catalogs wouldOwen Taylor2002-12-111-5/+5
| | | | | | | | Wed Dec 11 14:06:50 2002 Owen Taylor <otaylor@redhat.com> * po/Makefile.in.in: Fix problem from recent commit where non GNU-format message catalogs would be installed in datadir. Remove some leftover setting of PATH=../src:$PATH.
* Use datadir, not $(prefix)/share. (#89339)Owen Taylor2002-12-041-3/+3
| | | | | | Tue Dec 3 20:40:56 2002 Owen Taylor <otaylor@redhat.com> * Makefile.in.in: Use datadir, not $(prefix)/share. (#89339)
* Add pot2bl.sedOwen Taylor2001-09-261-1/+1
| | | | | | Wed Sep 26 15:34:46 2001 Owen Taylor <otaylor@redhat.com> * Makefile.in.in (distclean): Add pot2bl.sed
* Take DESTDIR into account in install/uninstallRoss Golder2001-09-051-11/+11
|
* Remove reallocate-redraws property. This is something that only a widgetOwen Taylor2001-05-181-0/+252
Fri May 18 14:25:20 2001 Owen Taylor <otaylor@redhat.com> * gtk/gtkcontainer.c: Remove reallocate-redraws property. This is something that only a widget writer would ever want to change. * gtk/gtksignal.c: Handle G_SIGNAL_TYPE_STATIC_SCOPE for gtk_signal_emit_by_name(). * gtk/gtkviewport.c: Fix some warnings. * gtk/gtkwidget.c gtk/gtksizegroup.c: Add "size group" facility allowing the requisitions of multiple widgets to be grouped together. * tests/testgtk.c: Add GtkSizeGroup test * demos/gtk-demo/sizegroup.c: Add GtkSizeGroup demo. * demos/gtk-demo/main.c demos/gtk-demo/pixbufs.c: Fix some warnings. * configure.in: Switch to using AM_GLIB_GNU_GETTEXT.