diff --git a/ChangeLog b/ChangeLog index 341d0e792f..b8f5219ce3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Fri Sep 3 03:06:30 1999 Tim Janik + + * configure.in: changed version number to 1.2.5-pre1, + interface age 0, binary age 5. we still require Glib-1.2.4 though. + + * gtk/Makefile.am: fixed up things for -jx, x > 1. + + * NEWS: updates for 1.2.5. + Sun Sep 5 08:48:51 1999 Owen Taylor * gtk/gtkwidget.c (gtk_widget_modify_style): Ref the diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index 341d0e792f..b8f5219ce3 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,12 @@ +Fri Sep 3 03:06:30 1999 Tim Janik + + * configure.in: changed version number to 1.2.5-pre1, + interface age 0, binary age 5. we still require Glib-1.2.4 though. + + * gtk/Makefile.am: fixed up things for -jx, x > 1. + + * NEWS: updates for 1.2.5. + Sun Sep 5 08:48:51 1999 Owen Taylor * gtk/gtkwidget.c (gtk_widget_modify_style): Ref the diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 341d0e792f..b8f5219ce3 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,12 @@ +Fri Sep 3 03:06:30 1999 Tim Janik + + * configure.in: changed version number to 1.2.5-pre1, + interface age 0, binary age 5. we still require Glib-1.2.4 though. + + * gtk/Makefile.am: fixed up things for -jx, x > 1. + + * NEWS: updates for 1.2.5. + Sun Sep 5 08:48:51 1999 Owen Taylor * gtk/gtkwidget.c (gtk_widget_modify_style): Ref the diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index 341d0e792f..b8f5219ce3 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,12 @@ +Fri Sep 3 03:06:30 1999 Tim Janik + + * configure.in: changed version number to 1.2.5-pre1, + interface age 0, binary age 5. we still require Glib-1.2.4 though. + + * gtk/Makefile.am: fixed up things for -jx, x > 1. + + * NEWS: updates for 1.2.5. + Sun Sep 5 08:48:51 1999 Owen Taylor * gtk/gtkwidget.c (gtk_widget_modify_style): Ref the diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 341d0e792f..b8f5219ce3 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,12 @@ +Fri Sep 3 03:06:30 1999 Tim Janik + + * configure.in: changed version number to 1.2.5-pre1, + interface age 0, binary age 5. we still require Glib-1.2.4 though. + + * gtk/Makefile.am: fixed up things for -jx, x > 1. + + * NEWS: updates for 1.2.5. + Sun Sep 5 08:48:51 1999 Owen Taylor * gtk/gtkwidget.c (gtk_widget_modify_style): Ref the diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 341d0e792f..b8f5219ce3 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,12 @@ +Fri Sep 3 03:06:30 1999 Tim Janik + + * configure.in: changed version number to 1.2.5-pre1, + interface age 0, binary age 5. we still require Glib-1.2.4 though. + + * gtk/Makefile.am: fixed up things for -jx, x > 1. + + * NEWS: updates for 1.2.5. + Sun Sep 5 08:48:51 1999 Owen Taylor * gtk/gtkwidget.c (gtk_widget_modify_style): Ref the diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 341d0e792f..b8f5219ce3 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,12 @@ +Fri Sep 3 03:06:30 1999 Tim Janik + + * configure.in: changed version number to 1.2.5-pre1, + interface age 0, binary age 5. we still require Glib-1.2.4 though. + + * gtk/Makefile.am: fixed up things for -jx, x > 1. + + * NEWS: updates for 1.2.5. + Sun Sep 5 08:48:51 1999 Owen Taylor * gtk/gtkwidget.c (gtk_widget_modify_style): Ref the diff --git a/INSTALL b/INSTALL index bbfb0fd90d..baf630993a 100644 --- a/INSTALL +++ b/INSTALL @@ -7,8 +7,8 @@ you got this package. Simple install procedure ======================== - % gzip -cd gtk+-1.2.4.tar.gz | tar xvf - # unpack the sources - % cd gtk+-1.2.4 # change to the toplevel directory + % gzip -cd gtk+-1.2.5-pre1.tar.gz | tar xvf - # unpack the sources + % cd gtk+-1.2.5-pre1 # change to the toplevel directory % ./configure # run the `configure' script % make # build GTK [ Become root if necessary ] @@ -118,7 +118,7 @@ You can compile GTK+ against a copy of GLIB that you have not yet installed. To do this, give the --with-glib=DIR options to ./configure. For instance: - ./configure --with-glib=../glib-1.2.4 + ./configure --with-glib=../glib-1.2.5-pre1 This, however, will not work if you built GLIB with different source and build directories. diff --git a/NEWS b/NEWS index 5583dbc0da..10f0de7e2a 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,31 @@ +Overview of Changes in GTK+ 1.2.5: + +* new configure.in option --disable-rebuilds to completely disable + rebuilds of autogenerated sources. +* check for 5.002 now, to avoid failing autogeneration build rules due + to old perl versions. +* fonts (and fontsets) are cached now. +* more autogeneration make rules and dependancy fixups, we should be + save with autogeneration up to make -j12 now ;) +* new window position GTK_WIN_POS_CENTER_ALWAYS, which will recenter the + GtkWindow on every size change. +* major rework of window manager hints handling code, fixed a bunch of + races with the new resizing code. +* the new wm hints and resizing code is absolutely perfect and bug free now, + it only lacks testing ;) +* fixed up various rc style memory prolems. +* gtk_widget_modify_style() now properly changes the style of realized widgets + and references the style passed into it. if people worked around this bug, + this will introduce a slight memory leak in their code. + The code should typically look like: + GtkRcStyle *rc_style = gtk_rc_style_new (); + [...] + gtk_widget_modify_style (widget, rc_style); + gtk_rc_style_unref (rc_style); +* FAQ updates. +* FileSelection i18n patches, RadioButton fixups. +* miscellaneous other bugs fixed. + Overview of Changes in GTK+ 1.2.4: * DnD improvements (drags can be canceled with Esc now). diff --git a/README b/README index 15eb2e21c4..98267857ff 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ General Information =================== -This is GTK+ version 1.2.4. GTK+, which stands for the Gimp ToolKit, +This is GTK+ version 1.2.5-pre1. GTK+, which stands for the Gimp ToolKit, is a library for creating graphical user interfaces for the X Window System. It is designed to be small, efficient, and flexible. GTK+ is written in C with a very object-oriented approach. @@ -37,9 +37,9 @@ version number. This should be separated by a blank line from the actual headers. Package: gtk+ - Version: 1.2.4 + Version: 1.2.5-pre1 -[ Please substitute 1.2.4 with the version of GTK+ that +[ Please substitute 1.2.5-pre1 with the version of GTK+ that you have installed ] Then describe the bug. Include: @@ -82,7 +82,7 @@ From: yourname@your.address.org Subject: handlebox test in testgtk is misnamed. Package: gtk+ -Version: 1.2.4 +Version: 1.2.5-pre1 When I run gtk/testgtk, the button "handle box" is misnamed. There are multiple handle boxes in diff --git a/configure.in b/configure.in index dd734f61df..28f83da18c 100644 --- a/configure.in +++ b/configure.in @@ -29,10 +29,10 @@ AC_DIVERT_PUSH(AC_DIVERSION_NOTICE)dnl # GTK_MAJOR_VERSION=1 GTK_MINOR_VERSION=2 -GTK_MICRO_VERSION=4 -GTK_INTERFACE_AGE=2 -GTK_BINARY_AGE=4 -GTK_VERSION=$GTK_MAJOR_VERSION.$GTK_MINOR_VERSION.$GTK_MICRO_VERSION +GTK_MICRO_VERSION=5 +GTK_INTERFACE_AGE=0 +GTK_BINARY_AGE=5 +GTK_VERSION=$GTK_MAJOR_VERSION.$GTK_MINOR_VERSION.$GTK_MICRO_VERSION-pre1 dnl AC_DIVERT_POP()dnl @@ -159,7 +159,7 @@ AC_CHECK_PROG(INDENT, indent, indent) REBUILD=\# if test "x$enable_rebuilds" = "xyes" && \ test -n "$PERL" && \ - $PERL -e 'exit !($] >= 5.002)' > /dev/null && \ + $PERL -e 'exit !($] >= 5.002)' > /dev/null 2>&1 && \ test -n "$AWK" ; then REBUILD= fi diff --git a/gtk/Makefile.am b/gtk/Makefile.am index 2eb1cdd836..7b20c60548 100644 --- a/gtk/Makefile.am +++ b/gtk/Makefile.am @@ -320,45 +320,44 @@ EXTRA_DIST += $(gtk_built_sources) $(gtk_built_public_sources) $(gtk_extra_sourc # # rules to generate built sources # +# setup autogeneration dependancies gen_sources = xgen-gdef xgen-gtbh xgen-gtbvc xgen-gtbic xgen-gtbec xgen-gmh xgen-gmc CLEANFILES += $(gen_sources) COPYING: $(gtk_built_public_sources) $(gtk_built_sources) $(OBJECTS): COPYING # this is our oldest-source-stamp -gtk.defs: @REBUILD@ # stamp-gtk.defs - -test -e "$(srcdir)/$@" || touch $(srcdir)/gtk.defs -stamp-gtk.defs: @REBUILD@ makeenums.pl gtk-boxed.defs $(gtk_public_h_sources) $(gdk_headers) +# initial creation of the real stamp-* files +gtk.defs gtkmarshal.h gtktypebuiltins.h: # never add deps here + -test -e "$(srcdir)/$@" || touch $(srcdir)/$@ +# normal autogeneration rules +stamp-gtk.defs: @REBUILD@ makeenums.pl gtk.defs gtk-boxed.defs $(gtk_public_h_sources) $(gdk_headers) cd $(srcdir) \ && $(PERL) makeenums.pl defs $(gtk_public_h_sources) $(gdk_headers) > xgen-gdef \ && cat gtk-boxed.defs >> xgen-gdef \ && (cmp -s xgen-gdef gtk.defs || cp xgen-gdef gtk.defs) \ && rm -f xgen-gdef \ && echo timestamp > $@ -gtkmarshal.h: @REBUILD@ # stamp-gtkmarshal.h - -test -e "$(srcdir)/$@" || touch $(srcdir)/gtkmarshal.h -stamp-gtkmarshal.h: @REBUILD@ gtkmarshal.h -gtkmarshal.c stamp-gtkmarshal.h: @REBUILD@ genmarshal.pl gtkmarshal.list +gtkmarshal.c: stamp-gtkmarshal.h +gtkmarshal.c stamp-gtkmarshal.h: @REBUILD@ genmarshal.pl gtkmarshal.list gtkmarshal.h cd $(srcdir) \ && $(PERL) genmarshal.pl gtkmarshal.list xgen-gmh xgen-gmc \ && (test -z "$(INDENT)" || $(INDENT) xgen-gmh) \ && (test -z "$(INDENT)" || $(INDENT) xgen-gmc) \ && cp xgen-gmc gtkmarshal.c \ && (cmp -s xgen-gmh gtkmarshal.h || cp xgen-gmh gtkmarshal.h) \ - && rm -f xgen-gmh xgen-gmc \ + && rm -f xgen-gmh xgen-gmc xgen-gmh~ xgen-gmc~ \ && echo timestamp > stamp-gtkmarshal.h -gtktypebuiltins.h: @REBUILD@ # stamp-gtktypebuiltins.h - -test -e "$(srcdir)/$@" || touch $(srcdir)/gtktypebuiltins.h -stamp-gtktypebuiltins.h: @REBUILD@ maketypes.awk gtk.defs gtktypebuiltins.h +stamp-gtktypebuiltins.h: @REBUILD@ maketypes.awk stamp-gtk.defs gtktypebuiltins.h cd $(srcdir) \ && $(AWK) -f maketypes.awk gtk.defs macros > xgen-gtbh \ && (cmp -s xgen-gtbh gtktypebuiltins.h || cp xgen-gtbh gtktypebuiltins.h) \ && rm -f xgen-gtbh \ && echo timestamp > $@ -gtktypebuiltins_vars.c: @REBUILD@ maketypes.awk gtk.defs +gtktypebuiltins_vars.c: @REBUILD@ maketypes.awk stamp-gtk.defs cd $(srcdir) \ && $(AWK) -f maketypes.awk gtk.defs variables > xgen-gtbvc \ && cp xgen-gtbvc $@ \ && rm -f xgen-gtbvc -gtktypebuiltins_ids.c: @REBUILD@ maketypes.awk gtk.defs +gtktypebuiltins_ids.c: @REBUILD@ maketypes.awk stamp-gtk.defs cd $(srcdir) \ && $(AWK) -f maketypes.awk gtk.defs entries > xgen-gtbic \ && cp xgen-gtbic $@ \ diff --git a/po/ca.po b/po/ca.po index 932d0bc03b..3bafe4e9e1 100644 --- a/po/ca.po +++ b/po/ca.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+\n" -"POT-Creation-Date: 1999-08-30 19:25+0200\n" +"POT-Creation-Date: 1999-09-03 05:20+0200\n" "PO-Revision-Date: 1999-04-07 22:31+02:00\n" "Last-Translator: Ivan Vilata i Balaguer \n" "Language-Team: linux-ca@chanae.alphanet.ch\n" @@ -442,12 +442,12 @@ msgstr "esborrar" msgid "Page %u" msgstr "Pàgina %u" -#: gtk/gtkrc.c:1531 +#: gtk/gtkrc.c:1627 #, c-format msgid "Unable to locate image file in pixmap_path: \"%s\" line %d" msgstr "No s'ha trobat un fitxer d'imatge al pixmap_path: «%s», línia %d" -#: gtk/gtkrc.c:1534 +#: gtk/gtkrc.c:1630 #, c-format msgid "Unable to locate image file in pixmap_path: \"%s\"" msgstr "No s'ha trobat un fitxer d'imatge al pixmap_path: «%s»" diff --git a/po/cs.po b/po/cs.po index 010a5df566..436a4a3274 100644 --- a/po/cs.po +++ b/po/cs.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+ 1.2.3\n" -"POT-Creation-Date: 1999-08-30 19:25+0200\n" +"POT-Creation-Date: 1999-09-03 05:20+0200\n" "PO-Revision-Date: 1999-05-25 00:02+02:00\n" "Last-Translator: Stanislav Brabec \n" "Language-Team: Czech \n" @@ -447,12 +447,12 @@ msgstr "smazat" msgid "Page %u" msgstr "Strana %u" -#: gtk/gtkrc.c:1531 +#: gtk/gtkrc.c:1627 #, c-format msgid "Unable to locate image file in pixmap_path: \"%s\" line %d" msgstr "Obrázek \"%s\" (øádek %d) nebyl nalezen v pixmap_path." -#: gtk/gtkrc.c:1534 +#: gtk/gtkrc.c:1630 #, c-format msgid "Unable to locate image file in pixmap_path: \"%s\"" msgstr "Obrázek \"%s\" nebyl nalezen v pixmap_path." diff --git a/po/da.po b/po/da.po index dc0bb254b2..896ee53dbd 100644 --- a/po/da.po +++ b/po/da.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+ 1.2.3\n" -"POT-Creation-Date: 1999-09-01 14:25+0200\n" +"POT-Creation-Date: 1999-09-03 05:20+0200\n" "PO-Revision-Date: 1999-08-20 02:45+0100\n" "Last-Translator: Birger Langkjer \n" "Language-Team: Danish \n" @@ -446,12 +446,12 @@ msgstr "ryd" msgid "Page %u" msgstr "Side %u" -#: gtk/gtkrc.c:1570 +#: gtk/gtkrc.c:1627 #, c-format msgid "Unable to locate image file in pixmap_path: \"%s\" line %d" msgstr "Kunne ikke finde billedfil i pixmap_path: \"%s\" linje %d" -#: gtk/gtkrc.c:1573 +#: gtk/gtkrc.c:1630 #, c-format msgid "Unable to locate image file in pixmap_path: \"%s\"" msgstr "Kunne ikke finde billedfil i pixmap_path: \"%s\"" diff --git a/po/de.po b/po/de.po index f4125a064c..3202e4227b 100644 --- a/po/de.po +++ b/po/de.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+ 1.1.9\n" -"POT-Creation-Date: 1999-08-30 19:25+0200\n" +"POT-Creation-Date: 1999-09-03 05:20+0200\n" "PO-Revision-Date: 1999-08-24 17:38+02:00\n" "Last-Translator: Karsten Weiss \n" "Language-Team: German \n" @@ -447,12 +447,12 @@ msgstr "gel msgid "Page %u" msgstr "Seite %u" -#: gtk/gtkrc.c:1531 +#: gtk/gtkrc.c:1627 #, c-format msgid "Unable to locate image file in pixmap_path: \"%s\" line %d" msgstr "Kann Bilddatei in Pixmap-Pfad: \"%s\" nicht finden. Zeile %d" -#: gtk/gtkrc.c:1534 +#: gtk/gtkrc.c:1630 #, c-format msgid "Unable to locate image file in pixmap_path: \"%s\"" msgstr "Kann Bilddatei in Pixmap-Pfad: \"%s\" nicht finden" diff --git a/po/es.po b/po/es.po index d0b28da52c..e0b9efeacb 100644 --- a/po/es.po +++ b/po/es.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+ 1.3.0\n" -"POT-Creation-Date: 1999-08-30 19:25+0200\n" +"POT-Creation-Date: 1999-09-03 05:20+0200\n" "PO-Revision-Date: 1999-02-07 17:37+0100\n" "Last-Translator: Pablo Saratxaga \n" "Language-Team: \n" @@ -449,13 +449,13 @@ msgstr "limpiar" msgid "Page %u" msgstr "Página %u" -#: gtk/gtkrc.c:1531 +#: gtk/gtkrc.c:1627 #, c-format msgid "Unable to locate image file in pixmap_path: \"%s\" line %d" msgstr "" "Imposible de encontrar un archivo imagen en pixmap_path: \"%s\" línea %s" -#: gtk/gtkrc.c:1534 +#: gtk/gtkrc.c:1630 #, c-format msgid "Unable to locate image file in pixmap_path: \"%s\"" msgstr "Imposible de encontrar un archivo imagen en pixmap_path: \"%s\"" diff --git a/po/eu.po b/po/eu.po index 9a77ae11da..4c1da5d51f 100644 --- a/po/eu.po +++ b/po/eu.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+ VERSION\n" -"POT-Creation-Date: 1999-08-30 19:25+0200\n" +"POT-Creation-Date: 1999-09-03 05:20+0200\n" "PO-Revision-Date: 1999-07-05 19:17+0200\n" "Last-Translator: Joseba Bidaurrazaga van Dierdonck \n" "Language-Team: euskare \n" @@ -446,12 +446,12 @@ msgstr "garbitu" msgid "Page %u" msgstr "Orria %u" -#: gtk/gtkrc.c:1531 +#: gtk/gtkrc.c:1627 #, c-format msgid "Unable to locate image file in pixmap_path: \"%s\" line %d" msgstr "Imaginaren fitxategia ezin aurkitu pixmap_path-en: \"%s\",%d lerroa" -#: gtk/gtkrc.c:1534 +#: gtk/gtkrc.c:1630 #, c-format msgid "Unable to locate image file in pixmap_path: \"%s\"" msgstr "Imaginaren fitxategia ezin aurkitu pixmap_path-en: \"%s\"" diff --git a/po/fi.po b/po/fi.po index 7fec3672ba..8fa152a29e 100644 --- a/po/fi.po +++ b/po/fi.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+ 1.1.9\n" -"POT-Creation-Date: 1999-08-30 19:25+0200\n" +"POT-Creation-Date: 1999-09-03 05:20+0200\n" "PO-Revision-Date: 1999-08-13 14:15+0100\n" "Last-Translator: Mikko Rauhala \n" "Language-Team: Finnish \n" @@ -450,13 +450,13 @@ msgid "Page %u" msgstr "Sivu %u" # , c-format -#: gtk/gtkrc.c:1531 +#: gtk/gtkrc.c:1627 #, c-format msgid "Unable to locate image file in pixmap_path: \"%s\" line %d" msgstr "Kuvatiedostoa ei löytynyt pixmap_path:sta: \"%s\" rivi %d" # , c-format -#: gtk/gtkrc.c:1534 +#: gtk/gtkrc.c:1630 #, c-format msgid "Unable to locate image file in pixmap_path: \"%s\"" msgstr "Kuvatiedostoa ei löytynyt pixmap_path:sta: \"%s\"" diff --git a/po/fr.po b/po/fr.po index e011ab9885..960086a266 100644 --- a/po/fr.po +++ b/po/fr.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+ VERSION\n" -"POT-Creation-Date: 1999-08-30 19:25+0200\n" +"POT-Creation-Date: 1999-09-03 05:20+0200\n" "PO-Revision-Date: 1998-12-18 20:32+0100\n" "Last-Translator: Vincent Renardias \n" "Language-Team: Vincent Renardias \n" @@ -448,13 +448,13 @@ msgstr "effacer" msgid "Page %u" msgstr "Page %u" -#: gtk/gtkrc.c:1531 +#: gtk/gtkrc.c:1627 #, c-format msgid "Unable to locate image file in pixmap_path: \"%s\" line %d" msgstr "" "Impossible de localiser le fichier image dans pixmap_path: \"%s\" ligne %d" -#: gtk/gtkrc.c:1534 +#: gtk/gtkrc.c:1630 #, c-format msgid "Unable to locate image file in pixmap_path: \"%s\"" msgstr "Impossible de localiser le fichier image dans pixmap_path: \"%s\"" diff --git a/po/ga.po b/po/ga.po index a7b47b3bb6..97a7e7031d 100644 --- a/po/ga.po +++ b/po/ga.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+ 1.2.3\n" -"POT-Creation-Date: 1999-08-30 19:25+0200\n" +"POT-Creation-Date: 1999-09-03 05:20+0200\n" "PO-Revision-Date: 1999-08-23 21:28+0600\n" "Last-Translator: Sean V. Kelley \n" "Language-Team: Gaeilge \n" @@ -448,13 +448,13 @@ msgstr "b msgid "Page %u" msgstr "Leathanach %u" -#: gtk/gtkrc.c:1531 +#: gtk/gtkrc.c:1627 #, c-format msgid "Unable to locate image file in pixmap_path: \"%s\" line %d" msgstr "" "Ní rabhthas ábalta íomhá comhaid a aimsiú in pixmap_path: \"%s\" líne %d" -#: gtk/gtkrc.c:1534 +#: gtk/gtkrc.c:1630 #, c-format msgid "Unable to locate image file in pixmap_path: \"%s\"" msgstr "Ní rabhthas ábalta íomhá comhaid a aimsiú in pixmap_path: \"%s\"" diff --git a/po/hr.po b/po/hr.po index 08bb0e9df0..96c5b78669 100644 --- a/po/hr.po +++ b/po/hr.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+ 1.2.0\n" -"POT-Creation-Date: 1999-08-30 19:25+0200\n" +"POT-Creation-Date: 1999-09-03 05:20+0200\n" "PO-Revision-Date: 1999-02-28 02:00+0100\n" "Last-Translator: Tomislav Vujec \n" "Language-Team: hr \n" @@ -447,12 +447,12 @@ msgstr "obri msgid "Page %u" msgstr "Stranica %u" -#: gtk/gtkrc.c:1531 +#: gtk/gtkrc.c:1627 #, c-format msgid "Unable to locate image file in pixmap_path: \"%s\" line %d" msgstr "Ne mogu pronaæi slikovnu datoteku u pixmap_path: \"%s\" line %d" -#: gtk/gtkrc.c:1534 +#: gtk/gtkrc.c:1630 #, c-format msgid "Unable to locate image file in pixmap_path: \"%s\"" msgstr "Ne mogu pronaæi slikovnu datoteku u pixmap_path: \"%s\"" diff --git a/po/hu.po b/po/hu.po index 5ee9a1a93e..d4676b7705 100644 --- a/po/hu.po +++ b/po/hu.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+ 1.2\n" -"POT-Creation-Date: 1999-08-30 19:25+0200\n" +"POT-Creation-Date: 1999-09-03 05:20+0200\n" "PO-Revision-Date: 1998-12-18 12:15+0100\n" "Last-Translator: Shooby Ban \n" "Language-Team: Hungarian \n" @@ -446,12 +446,12 @@ msgstr "t msgid "Page %u" msgstr "%u. lap" -#: gtk/gtkrc.c:1531 +#: gtk/gtkrc.c:1627 #, c-format msgid "Unable to locate image file in pixmap_path: \"%s\" line %d" msgstr "Nem találom a képet a pixmap_path (%s) útvonalon (%d. sor)" -#: gtk/gtkrc.c:1534 +#: gtk/gtkrc.c:1630 #, c-format msgid "Unable to locate image file in pixmap_path: \"%s\"" msgstr "Nem találom a pixmap_path (%s) útvonalon a képet" diff --git a/po/it.po b/po/it.po index 9b2e023b94..d292718947 100644 --- a/po/it.po +++ b/po/it.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+ 1.1.12\n" -"POT-Creation-Date: 1999-08-30 19:25+0200\n" +"POT-Creation-Date: 1999-09-03 05:20+0200\n" "PO-Revision-Date: 1998-12-18 12:15+0100\n" "Last-Translator: Tristan Tarrant \n" "Language-Team: German \n" @@ -450,14 +450,14 @@ msgstr "cancella" msgid "Page %u" msgstr "Pagina %u" -#: gtk/gtkrc.c:1531 +#: gtk/gtkrc.c:1627 #, c-format msgid "Unable to locate image file in pixmap_path: \"%s\" line %d" msgstr "" "Impossibile trovare il file di immagine nella cartella immagini: \"%s\". " "Linea %d" -#: gtk/gtkrc.c:1534 +#: gtk/gtkrc.c:1630 #, c-format msgid "Unable to locate image file in pixmap_path: \"%s\"" msgstr "" diff --git a/po/ja.po b/po/ja.po index 5d38c0ee47..eb6e824669 100644 --- a/po/ja.po +++ b/po/ja.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+ 1.2.3\n" -"POT-Creation-Date: 1999-08-30 19:25+0200\n" +"POT-Creation-Date: 1999-09-03 05:20+0200\n" "PO-Revision-Date: 1998-07-15 03:12+0900\n" "Last-Translator: Çòºê ÂÙ¹° \n" "Language-Team: Japanese \n" @@ -446,12 +446,12 @@ msgstr " msgid "Page %u" msgstr "¥Ú¡¼¥¸ %u" -#: gtk/gtkrc.c:1531 +#: gtk/gtkrc.c:1627 #, c-format msgid "Unable to locate image file in pixmap_path: \"%s\" line %d" msgstr "²èÁü¥Õ¥¡¥¤¥ë¤¬¸«ÉÕ¤«¤ê¤Þ¤»¤ó piamap_path: \"%s\" %d ¹ÔÌÜ" -#: gtk/gtkrc.c:1534 +#: gtk/gtkrc.c:1630 #, c-format msgid "Unable to locate image file in pixmap_path: \"%s\"" msgstr "²èÁü¥Õ¥¡¥¤¥ë¤¬¸«ÉÕ¤«¤ê¤Þ¤»¤ó pixmap_path: \"%s\"" diff --git a/po/ko.po b/po/ko.po index e0b76c6901..7261023cdc 100644 --- a/po/ko.po +++ b/po/ko.po @@ -4,7 +4,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+ 1.2.2\n" -"POT-Creation-Date: 1999-08-30 19:25+0200\n" +"POT-Creation-Date: 1999-09-03 05:20+0200\n" "PO-Revision-Date: 1999-04-24 23:03+0900\n" "Last-Translator: Changwoo Ryu \n" "Language-Team: Korean \n" @@ -445,12 +445,12 @@ msgstr " msgid "Page %u" msgstr "ÆäÀÌÁö %u" -#: gtk/gtkrc.c:1531 +#: gtk/gtkrc.c:1627 #, c-format msgid "Unable to locate image file in pixmap_path: \"%s\" line %d" msgstr "±×¸² ÆÄÀÏÀ» pixmap_path¿¡¼­ ãÀ» ¼ö ¾øÀ½: \"%s\" %d¹øÂ° ÁÙ" -#: gtk/gtkrc.c:1534 +#: gtk/gtkrc.c:1630 #, c-format msgid "Unable to locate image file in pixmap_path: \"%s\"" msgstr "±×¸² ÆÄÀÏÀ» pixmap_path¿¡¼­ ãÀ» ¼ö ¾øÀ½: \"%s\"" diff --git a/po/nl.po b/po/nl.po index cdcd54e0c6..21d787afcd 100644 --- a/po/nl.po +++ b/po/nl.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+ 1.2.3\n" -"POT-Creation-Date: 1999-08-30 19:25+0200\n" +"POT-Creation-Date: 1999-09-03 05:20+0200\n" "PO-Revision-Date: 1999-01-31 23:04+0100\n" "Last-Translator: Paul Siegmann \n" "Language-Team: dutch \n" @@ -448,12 +448,12 @@ msgstr "wissen" msgid "Page %u" msgstr "Pagina %u" -#: gtk/gtkrc.c:1531 +#: gtk/gtkrc.c:1627 #, c-format msgid "Unable to locate image file in pixmap_path: \"%s\" line %d" msgstr "Kan plaatjes bestand in pixmap_path: \"%s\" regel %d niet vinden" -#: gtk/gtkrc.c:1534 +#: gtk/gtkrc.c:1630 #, c-format msgid "Unable to locate image file in pixmap_path: \"%s\"" msgstr "Kan plaatjes bestand in pixmap_path: \"s\" niet vinden" diff --git a/po/no.po b/po/no.po index ac8b2d491a..f400cd9ca8 100644 --- a/po/no.po +++ b/po/no.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+ 1.1.16\n" -"POT-Creation-Date: 1999-08-30 19:25+0200\n" +"POT-Creation-Date: 1999-09-03 05:20+0200\n" "PO-Revision-Date: 1998-03-27 00:09+0100\n" "Last-Translator: Kjartan Maraas \n" "Language-Team: Norwegian \n" @@ -446,12 +446,12 @@ msgstr "t msgid "Page %u" msgstr "Side %u" -#: gtk/gtkrc.c:1531 +#: gtk/gtkrc.c:1627 #, c-format msgid "Unable to locate image file in pixmap_path: \"%s\" line %d" msgstr "Kunne ikke finne bildefilen i pixmap_patg: \"%s\" linje %d" -#: gtk/gtkrc.c:1534 +#: gtk/gtkrc.c:1630 #, c-format msgid "Unable to locate image file in pixmap_path: \"%s\"" msgstr "Kunne ikke finne bildefil i pixmap_path: \"%s\"" diff --git a/po/pl.po b/po/pl.po index dd634a1368..62b8dcf201 100644 --- a/po/pl.po +++ b/po/pl.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+\n" -"POT-Creation-Date: 1999-09-03 04:48+0200\n" +"POT-Creation-Date: 1999-09-03 05:20+0200\n" "PO-Revision-Date: 1999-07-23 14:45+CET\n" "Last-Translator: GNOME PL Team\n" "Language-Team: Polish \n" diff --git a/po/pt.po b/po/pt.po index b8c1589efc..03b3a56fb2 100644 --- a/po/pt.po +++ b/po/pt.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+ 1.1.12\n" -"POT-Creation-Date: 1999-08-30 19:25+0200\n" +"POT-Creation-Date: 1999-09-03 05:20+0200\n" "PO-Revision-Date: 1999-02-17 01:20+00:00\n" "Last-Translator: Nuno Ferreira \n" "Language-Team: Portuguese \n" @@ -446,12 +446,12 @@ msgstr "limpar" msgid "Page %u" msgstr "Página %u" -#: gtk/gtkrc.c:1531 +#: gtk/gtkrc.c:1627 #, c-format msgid "Unable to locate image file in pixmap_path: \"%s\" line %d" msgstr "Não encontrei ficheiro de imagem na pixmap_path: \"%s\" linha %d" -#: gtk/gtkrc.c:1534 +#: gtk/gtkrc.c:1630 #, c-format msgid "Unable to locate image file in pixmap_path: \"%s\"" msgstr "Não encontrei ficheiro de imagem na pixmap_path: \"%s\"" diff --git a/po/ru.po b/po/ru.po index b7aef30e07..83e35f3f52 100644 --- a/po/ru.po +++ b/po/ru.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+ 1.3.0\n" -"POT-Creation-Date: 1999-08-30 19:25+0200\n" +"POT-Creation-Date: 1999-09-03 05:20+0200\n" "PO-Revision-Date: 1999-01-21 21:51 EST\n" "Last-Translator: Sergey Panov \n" "Language-Team: Russian \n" @@ -446,12 +446,12 @@ msgstr " msgid "Page %u" msgstr "óÔÒÁÎÉÃÁ %u" -#: gtk/gtkrc.c:1531 +#: gtk/gtkrc.c:1627 #, c-format msgid "Unable to locate image file in pixmap_path: \"%s\" line %d" msgstr "æÁÊÌ Ó ÉÚÏÂÒÁÖÅÎÉÅÍ ÎÅ ÎÁÊÄÅÎ × pixmap_path: \"%s\", ÓÔÒÏËÁ %d" -#: gtk/gtkrc.c:1534 +#: gtk/gtkrc.c:1630 #, c-format msgid "Unable to locate image file in pixmap_path: \"%s\"" msgstr "æÁÊÌ Ó ÉÚÏÂÒÁÖÅÎÉÅÍ ÎÅ ÎÁÊÄÅÎ × pixmap_path: \"%s\"" diff --git a/po/sk.po b/po/sk.po index 8bff0398e3..8cb3129b90 100644 --- a/po/sk.po +++ b/po/sk.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+-1.2.2\n" -"POT-Creation-Date: 1999-08-30 19:25+0200\n" +"POT-Creation-Date: 1999-09-03 05:20+0200\n" "PO-Revision-Date: 1999-04-19 16:30+0100\n" "Last-Translator: Stefan Ondrejicka \n" "Language-Team: Slovak \n" @@ -446,12 +446,12 @@ msgstr "zmaza msgid "Page %u" msgstr "Stránka %u" -#: gtk/gtkrc.c:1531 +#: gtk/gtkrc.c:1627 #, c-format msgid "Unable to locate image file in pixmap_path: \"%s\" line %d" msgstr "Obrázok nebol nájdený v pixmap_path: \"%s\" riadok %d" -#: gtk/gtkrc.c:1534 +#: gtk/gtkrc.c:1630 #, c-format msgid "Unable to locate image file in pixmap_path: \"%s\"" msgstr "Obrázok nebol nájdený v pixmap_path: \"%s\"" diff --git a/po/sl.po b/po/sl.po index d00a954811..62e5e9ed49 100644 --- a/po/sl.po +++ b/po/sl.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: GTK+ 1.2.0\n" -"POT-Creation-Date: 1999-08-30 19:25+0200\n" +"POT-Creation-Date: 1999-09-03 05:20+0200\n" "PO-Revision-Date: 1999-03-06 10:00+0100\n" "Last-Translator: Miha Tom¹iè \n" "Language-Team: slovenian \n" @@ -447,12 +447,12 @@ msgstr "izprazni" msgid "Page %u" msgstr "%u stran" -#: gtk/gtkrc.c:1531 +#: gtk/gtkrc.c:1627 #, c-format msgid "Unable to locate image file in pixmap_path: \"%s\" line %d" msgstr "Ne najdem datoteke s sliko v poti pixmap_path: \"%s\" vrstica %d" -#: gtk/gtkrc.c:1534 +#: gtk/gtkrc.c:1630 #, c-format msgid "Unable to locate image file in pixmap_path: \"%s\"" msgstr "Ne najdem datoteke s sliko v poti pixmap_path: \"%s\"" diff --git a/po/sv.po b/po/sv.po index dd82de6e20..c0307d8adb 100644 --- a/po/sv.po +++ b/po/sv.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+ 1.2.3\n" -"POT-Creation-Date: 1999-08-30 19:25+0200\n" +"POT-Creation-Date: 1999-09-03 05:20+0200\n" "PO-Revision-Date: 1999-01-12 22:50+0100\n" "Last-Translator: Tomas Ögren \n" "Language-Team: Swedish \n" @@ -446,12 +446,12 @@ msgstr "rensa" msgid "Page %u" msgstr "Sida %u" -#: gtk/gtkrc.c:1531 +#: gtk/gtkrc.c:1627 #, c-format msgid "Unable to locate image file in pixmap_path: \"%s\" line %d" msgstr "Kunde ej hitta bild i 'pixmap_path': \"%s\" rad %d" -#: gtk/gtkrc.c:1534 +#: gtk/gtkrc.c:1630 #, c-format msgid "Unable to locate image file in pixmap_path: \"%s\"" msgstr "Kunde ej hitta bild i 'pixmap_path': \"%s\"" diff --git a/po/wa.po b/po/wa.po index ff6d093a1c..ea95355480 100644 --- a/po/wa.po +++ b/po/wa.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+ 1.3.0\n" -"POT-Creation-Date: 1999-08-30 19:25+0200\n" +"POT-Creation-Date: 1999-09-03 05:20+0200\n" "PO-Revision-Date: 1999-02-07 17:37+0100\n" "Last-Translator: Pablo Saratxaga \n" "Language-Team: walon \n" @@ -452,13 +452,13 @@ msgstr "nety msgid "Page %u" msgstr "Pådje %u" -#: gtk/gtkrc.c:1531 +#: gtk/gtkrc.c:1627 #, c-format msgid "Unable to locate image file in pixmap_path: \"%s\" line %d" msgstr "" "Dji n' pout nén trover on fitchî imådje è pixmap_path: \"%s\" al roye %d" -#: gtk/gtkrc.c:1534 +#: gtk/gtkrc.c:1630 #, c-format msgid "Unable to locate image file in pixmap_path: \"%s\"" msgstr "Dji n' pout nén trover on fitchî imådje è pixmap_path: \"%s\"" diff --git a/po/zh_TW.Big5.po b/po/zh_TW.Big5.po index 11dbdd248f..a548b0d1dd 100644 --- a/po/zh_TW.Big5.po +++ b/po/zh_TW.Big5.po @@ -4,7 +4,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+ 1.1.7 \n" -"POT-Creation-Date: 1999-08-30 19:25+0200\n" +"POT-Creation-Date: 1999-09-03 05:20+0200\n" "PO-Revision-Date: 1999-01-31 19:33+0800\n" "Last-Translator: ¨¯¥ß¤¯ \n" "Language-Team: Chinese \n" @@ -445,12 +445,12 @@ msgstr " msgid "Page %u" msgstr "²Ä %u ­¶" -#: gtk/gtkrc.c:1531 +#: gtk/gtkrc.c:1627 #, c-format msgid "Unable to locate image file in pixmap_path: \"%s\" line %d" msgstr "µLªk¥Ñ pixmap_path §ä¨ì¹ÏÀÉ: \"%s\" ²Ä %d ¦æ" -#: gtk/gtkrc.c:1534 +#: gtk/gtkrc.c:1630 #, c-format msgid "Unable to locate image file in pixmap_path: \"%s\"" msgstr "µLªk¥Ñ pixmap_path §ä¨ì¹ÏÀÉ: \"%s\""