Commit Graph

311 Commits

Author SHA1 Message Date
Marius Andreiana
5e362e191b updated
2001-11-05  Marius Andreiana  <mandreiana@yahoo.com>

        * ro.po: updated
2001-11-05 19:07:53 +00:00
Tor Lillqvist
1d15be1599 Use -no-undefined on Windows. Look for .dll or .so as appropriate as
2001-11-03  Tor Lillqvist  <tml@iki.fi>

	* modules/input/Makefile.am: Use -no-undefined on Windows. Look
	for .dll or .so as appropriate as module suffix.

	* gtk-zip.sh.in: Use correct import library names.

	* gtk/gtk.def: Add a couple of missing entry points. (#63585)

2001-11-02  Tor Lillqvist  <tml@iki.fi>

	* gtk/gtkrc.c (gtk_rc_make_default_dir): Fix typo: extraneous
	comma.  Include gtkprivate.h for GTK_LIBDIR etc definitions on
	Windows.

2001-10-30  Tor Lillqvist  <tml@iki.fi>

	* Makefile (install-data-hook): Use cp, not $(LN_S) on the .pc
	files. Configure on Win32 (running on Cygwin) thinks symlinks
	exist, but pkg-config is not necesarily a Cygwin program, and
	doesn't understand them.
2001-11-02 22:56:59 +00:00
Owen Taylor
ec30380628 Version 1.3.10, require GLib 1.3.10.
Wed Oct 24 11:36:33 2001  Owen Taylor  <otaylor@redhat.com>

        * configure.in (GTK_MICRO_VERSION): Version 1.3.10,
        require GLib 1.3.10.

        * NEWS: updates.
2001-10-25 21:07:53 +00:00
Stanislav Visnovsky
ec00283fca More updates.
2001-10-24  Stanislav Visnovsky  <visnovsky@nenya.ms.mff.cuni.cz>

        * sk.po: More updates.
2001-10-24 12:12:10 +00:00
Keld Jørn Simonsen
88c9fe3815 Update based on norwegian
gtk+/po/da.po
2001-10-20 21:47:54 +00:00
Stanislav Visnovsky
e0d818fb3c Updated Slovak translation.
2001-10-14  Stanislav Visnovsky  <visnovsky@nenya.ms.mff.cuni.cz>

	* sk.po: Updated Slovak translation.
2001-10-14 14:31:00 +00:00
Valek Frob
119412b4af Updated russian translation., 2001-10-13 14:35:03 +00:00
Christophe Merlet
9f77ef2cea Updated French translation. 2001-10-13 08:08:00 +00:00
Fatih Demir
43406298dd Update. 2001-10-07 14:49:18 +00:00
Fatih Demir
6055007300 Updated translations. 2001-09-29 11:12:09 +00:00
Kjartan Maraas
8e11bf3981 Updated Norwegian (bokml) translation.
2001-09-27  Kjartan Maraas  <kmaraas@gnome.org>

	* no.po: Updated Norwegian (bokml) translation.
2001-09-27 11:43:12 +00:00
Owen Taylor
849e688273 Add pot2bl.sed
Wed Sep 26 15:34:46 2001  Owen Taylor  <otaylor@redhat.com>

	* Makefile.in.in (distclean): Add pot2bl.sed
2001-09-26 20:32:41 +00:00
Stanislav Visnovsky
27f67c4517 Finished Slovak translation.
2001-09-26  Stanislav Visnovsky  <visnovsky@nenya.ms.mff.cuni.cz>

	* sk.po: Finished Slovak translation.
2001-09-26 09:01:08 +00:00
Owen Taylor
0c3be55498 ue Sep 25 12:41:17 2001 Owen Taylor <otaylor@redhat.com>
* configure.in: Version 1.3.9, interface age 0, binary age 0.

	* configure.in: Require GLib-1.39, Pango 0.20, Atk 0.5.

	* NEWS: Updates.

Mon Sep 24 11:59:09 2001  Owen Taylor  <otaylor@redhat.com>

	* gtk/gtkstyle.[ch] (_gtk_draw_insertion_cursor): Shared
	function for drawing cursors between gtkentry/gtklabel/gtktextview.
	Should this be public? It has a bit of an odd interface, but
	custom editing widgets probably should be using it.
	Function will draw with wider width for taller cursors, and
	draws a little indicator arrow to indicate directoin for split
	cursors.

	* gtk/gtktextview.c: Add a "cursor_color" property.

	* gtk/gtktextdisplay.[ch]: Add a cursor_gc parameter to
	gtk_text_layout_draw().

	* gtk/gtkentry.c gtk/gtklabel.c gtk/gtktextdisplay.c: Use
	_gtk_draw_insertion_cursor().

Tue Sep 25 11:22:23 2001  Owen Taylor  <otaylor@redhat.com>

	* gtk/gtkcellrenderertext.c gtk/gtktexttag.c: Restore
	the behavior where you could turn family_set (etc) back on
	and get back the values you had before.

	* demos/gtk-demo/stock_browser.c (id_to_macro): Use
	g_string_ascii_up() rather than looping through the
	string ourself.
2001-09-25 20:40:20 +00:00
Stanislav Visnovsky
8a2d408dae More updates.
2001-09-25  Stanislav Visnovsky  <visnovsky@nenya.ms.mff.cuni.cz>

	* sk.po: More updates.
2001-09-25 10:51:41 +00:00
Fatih Demir
107fdcc21d Updated ta.po 2001-09-23 22:01:48 +00:00
Stanislav Visnovsky
b03796ed2f Updated Slovak translation.
2001-09-22  Stanislav Visnovsky  <visnovsky@nenya.ms.mff.cuni.cz>

	* sk.po: Updated Slovak translation.
2001-09-22 14:11:06 +00:00
Kjartan Maraas
231bdf07a5 Updated Norwegian (bokml) translation.
2001-09-19  Kjartan Maraas  <kmaraas@gnome.org>

	* no.po: Updated Norwegian (bokml) translation.
2001-09-19 15:55:21 +00:00
Tim Janik
77886cc540 don't use BUILT_SOURCES as its broken in automake 1.4, add explicit object
Wed Sep 19 02:50:40 2001  Tim Janik  <timj@gtk.org>

        * demos/Makefile.am ($(testpixbuf_OBJECTS)): don't use BUILT_SOURCES
        as its broken in automake 1.4, add explicit object rule to
        generate this.

        * gdk-pixbuf/Makefile.am: fix maintainer and normal cleanfiles.
        get rid of uneccessary stamps, group stuff more logically, and build
        sources due to object rules. fix srcdir!=builddir.
2001-09-19 02:10:45 +00:00
Christian Rose
0599df8a80 Updated Swedish translation.
2001-09-14  Christian Rose  <menthos@menthos.com>

	* sv.po: Updated Swedish translation.
2001-09-13 23:56:12 +00:00
Owen Taylor
1acc10a9af Remove a whole lot of duplicates introduced at some point, to prevent
Sat Sep  8 01:38:39 2001  Owen Taylor  <otaylor@redhat.com>

	* POTFILES.in: Remove a whole lot of duplicates
	introduced at some point, to prevent problems
        like the last.
2001-09-08 05:51:35 +00:00
Jonathan Blandford
92ed35d388 remove g_print.
Sat Sep  8 01:44:18 2001  Jonathan Blandford  <jrb@redhat.com>

	* gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_set_dirty):
	remove g_print.

	* gtk/gtktreeview.c (gtk_tree_view_set_model): unref model when we
	change models, #59899

Sat Sep  8 01:44:32 2001  Jonathan Blandford  <jrb@redhat.com>

	* POTFILES.in: missed one.
2001-09-08 05:50:44 +00:00
Darin Adler
8c884b53a8 Removed gtk/gtkcellrenderertextpixbuf.c since it's not around any more.
* POTFILES.in: Removed gtk/gtkcellrenderertextpixbuf.c
	since it's not around any more.
2001-09-08 02:10:00 +00:00
Stanislav Visnovsky
9fccd2cca4 More translations.
2001-09-07  Stanislav Visnovsky  <visnovsky@nenya.ms.mff.cuni.cz>

	* sk.po: More translations.
2001-09-07 09:08:27 +00:00
Stanislav Visnovsky
13cba60622 Continued fixing of Slovak translation.
2001-09-06  Stanislav Visnovsky  <visnovsky@nenya.ms.mff.cuni.cz>

	* sk.po: Continued fixing of Slovak translation.
2001-09-06 14:24:26 +00:00
Roy-Magne Mo
a926873e93 Updated Norwegian nynorsk translation 2001-09-05 23:35:38 +00:00
Ross Golder
6477c9cb1c Take DESTDIR into account in install/uninstall 2001-09-05 21:56:19 +00:00
Pablo Saratxaga
efe4c86bb3 updated Spanish file 2001-09-05 09:35:05 +00:00
Owen Taylor
c9b26b3dc6 Version 1.3.7
Tue Sep  4 09:37:19 2001  Owen Taylor  <otaylor@redhat.com>

        * Version 1.3.7

        * configure.in docs/Makefile.am docs/gtk-config.1.in: Remove
        docs for gtk-config

        * modules/input/Makefile.am (install-data-local): Don't
        run gtk-query-immodules if DESTDIR is set.

        * NEWS: Various additions.
2001-09-04 16:07:05 +00:00
Stanislav Visnovsky
8249e6275a Started fixing Slovak translation.
2001-09-03  Stanislav Visnovsky  <visnovsky@nenya.ms.mff.cuni.cz>

	* sk.po: Started fixing Slovak translation.
2001-09-03 15:44:09 +00:00
Kwok-Koon Cheung
c4043e2307 Usual update. 2001-09-03 03:07:31 +00:00
Yukihiro Nakai
537156501b Update japanese translation 2001-08-30 22:45:01 +00:00
Yukihiro Nakai
550613adb4 Update Japanese translation. 2001-08-30 22:26:42 +00:00
Fatih Demir
998133fcfc Arg, why does evolution now work when you need it? I guess, it's Murphy's Law. 2001-08-27 10:36:37 +00:00
Kwok-Koon Cheung
8d00215d9e Disable a string because of gettext error. 2001-08-26 22:33:13 +00:00
Sven Neumann
a3529900ee removed gtk/gtkpacker.c since it is not part of the build anymore.
2001-08-20  Sven Neumann  <sven@gimp.org>

	* POTFILES.in: removed gtk/gtkpacker.c since it is not part of the
	build anymore.
2001-08-20 19:26:51 +00:00
Sven Neumann
9b71c44a75 corrected usage of conversion scripts, the order of how to apply them was
2001-08-20  Sven Neumann  <sven@gimp.org>

	* README.translators: corrected usage of conversion scripts, the
	order of how to apply them was inverted.
2001-08-19 22:33:18 +00:00
Fatih Demir
aedcb3be32 Update. 2001-08-19 11:46:40 +00:00
Fatih Demir
b0ab5bed4a UTF-8'ification.. 2001-08-12 14:41:26 +00:00
Fatih Demir
793754e8e1 Update 2001-08-12 14:38:57 +00:00
Kjartan Maraas
dde67c28b3 Updated Norwegian (bokml) translation.
2001-08-06  Kjartan Maraas  <kmaraas@gnome.org>

	* no.po: Updated Norwegian (bokml) translation.
2001-08-06 21:28:46 +00:00
Pablo Saratxaga
2d6add1880 updated Azeri and walloon files 2001-07-28 06:07:44 +00:00
Matthias Warkus
fa506b18f1 Enormous update 2001-07-15 20:39:10 +00:00
Matthias Warkus
0b8a1d828b German translation updated 2001-07-10 20:57:51 +00:00
Christian Rose
ab28b9389c Updated Swedish translation. Added gtk+.pot to the list of files.
2001-07-09  Christian Rose  <menthos@menthos.com>

	* po/sv.po: Updated Swedish translation.
	* po/.cvsignore: Added gtk+.pot to the list of files.
2001-07-08 22:17:08 +00:00
Pablo Saratxaga
01a12a6096 updated Azeri file 2001-07-06 06:11:45 +00:00
Kjartan Maraas
c56c429767 Updated Norwegian translation.
2001-06-28  Kjartan Maraas  <kmaraas@gnome.org>

	* no.po: Updated Norwegian translation.
2001-06-27 23:33:49 +00:00
Fatih Demir
bd2b9eebaf Added ta.po 2001-06-26 10:22:32 +00:00
Pablo Saratxaga
a16a53a15b updated Azeri file 2001-06-21 20:07:21 +00:00
Havoc Pennington
b858eb9f59 Updates
2001-06-11  Havoc Pennington  <hp@redhat.com>

	* NEWS: Updates

	* configure.in (GTK_MINOR_VERSION): bump version to 1.3.6

	* gtk/Makefile.am: glib_genmarshal already contains top_builddir
2001-06-13 21:24:09 +00:00