summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>1999-05-04 13:53:19 +0000
committerOwen Taylor <otaylor@src.gnome.org>1999-05-04 13:53:19 +0000
commit498b5eca13c65a3d8449de842a2af6813b6b4401 (patch)
treeb87f3a790e1ce72073568aea982d2e2d1a16a556
parent658f736af12a1aabe97f04d233575883e0e16d37 (diff)
downloadgdk-pixbuf-498b5eca13c65a3d8449de842a2af6813b6b4401.tar.gz
Add a gtkrc file for iso-8859-2 locales.
Tue May 4 09:32:08 1999 Owen Taylor <otaylor@redhat.com> * gtk/Makefile.am gtk/gtkrc.iso-8859-2: Add a gtkrc file for iso-8859-2 locales. * configure.in (ALL_LINGUAS): ALL_LINGUAS update. Tue Apr 27 16:38:32 1999 Owen Taylor <otaylor@redhat.com> * gtk/Makefile.am: Fix typo of static_sources for static_SOURCES. (Pointed out by andy@rz.uni-karlsruhe.de and others). Remove some suspicious and useless lines.
-rw-r--r--ChangeLog26
-rw-r--r--ChangeLog.pre-2-026
-rw-r--r--ChangeLog.pre-2-1026
-rw-r--r--ChangeLog.pre-2-226
-rw-r--r--ChangeLog.pre-2-426
-rw-r--r--ChangeLog.pre-2-626
-rw-r--r--ChangeLog.pre-2-826
-rw-r--r--configure.in2
-rw-r--r--gtk/Makefile.am13
-rw-r--r--gtk/gtkrc.iso-8859-28
10 files changed, 192 insertions, 13 deletions
diff --git a/ChangeLog b/ChangeLog
index 39c6e2805..0232755b4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,27 @@
+Tue May 4 09:32:08 1999 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/Makefile.am gtk/gtkrc.iso-8859-2: Add a gtkrc
+ file for iso-8859-2 locales.
+
+ * configure.in (ALL_LINGUAS): ALL_LINGUAS update.
+
+Tue Apr 27 16:38:32 1999 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/Makefile.am: Fix typo of static_sources for static_SOURCES.
+ (Pointed out by andy@rz.uni-karlsruhe.de and others).
+ Remove some suspicious and useless lines.
+
+Tue May 4 08:44:08 1999 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtkclist.c (gtk_clist_draw, draw_rows): Use
+ width,height = 0, 0 to mean - here to edge of window,
+ instead of -1, -1, since the former is all we support.
+
+Tue May 4 08:34:43 1999 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtkmain.c (gtk_main): Correctly free list nodes
+ when removing from quit_functions list.
+
Sun May 2 15:29:45 PDT 1999 Manish Singh <yosh@gimp.org>
* gdk/gdkdraw.c (gdk_draw_lines): check private->destroyed before
@@ -939,7 +963,7 @@ Wed Feb 10 01:18:22 1999 Owen Taylor <otaylor@redhat.com>
* gtk/gtkhandlebox.c (gtk_handle_box_button_changed):
Add double-click reattachment.
- * gtk/gtkhandlebox.c: Grab on widget->window,
+v * gtk/gtkhandlebox.c: Grab on widget->window,
not on handlebox->bin_window. This means we don't
have to worry about ungrabbing while reparenting.
diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0
index 39c6e2805..0232755b4 100644
--- a/ChangeLog.pre-2-0
+++ b/ChangeLog.pre-2-0
@@ -1,3 +1,27 @@
+Tue May 4 09:32:08 1999 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/Makefile.am gtk/gtkrc.iso-8859-2: Add a gtkrc
+ file for iso-8859-2 locales.
+
+ * configure.in (ALL_LINGUAS): ALL_LINGUAS update.
+
+Tue Apr 27 16:38:32 1999 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/Makefile.am: Fix typo of static_sources for static_SOURCES.
+ (Pointed out by andy@rz.uni-karlsruhe.de and others).
+ Remove some suspicious and useless lines.
+
+Tue May 4 08:44:08 1999 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtkclist.c (gtk_clist_draw, draw_rows): Use
+ width,height = 0, 0 to mean - here to edge of window,
+ instead of -1, -1, since the former is all we support.
+
+Tue May 4 08:34:43 1999 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtkmain.c (gtk_main): Correctly free list nodes
+ when removing from quit_functions list.
+
Sun May 2 15:29:45 PDT 1999 Manish Singh <yosh@gimp.org>
* gdk/gdkdraw.c (gdk_draw_lines): check private->destroyed before
@@ -939,7 +963,7 @@ Wed Feb 10 01:18:22 1999 Owen Taylor <otaylor@redhat.com>
* gtk/gtkhandlebox.c (gtk_handle_box_button_changed):
Add double-click reattachment.
- * gtk/gtkhandlebox.c: Grab on widget->window,
+v * gtk/gtkhandlebox.c: Grab on widget->window,
not on handlebox->bin_window. This means we don't
have to worry about ungrabbing while reparenting.
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10
index 39c6e2805..0232755b4 100644
--- a/ChangeLog.pre-2-10
+++ b/ChangeLog.pre-2-10
@@ -1,3 +1,27 @@
+Tue May 4 09:32:08 1999 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/Makefile.am gtk/gtkrc.iso-8859-2: Add a gtkrc
+ file for iso-8859-2 locales.
+
+ * configure.in (ALL_LINGUAS): ALL_LINGUAS update.
+
+Tue Apr 27 16:38:32 1999 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/Makefile.am: Fix typo of static_sources for static_SOURCES.
+ (Pointed out by andy@rz.uni-karlsruhe.de and others).
+ Remove some suspicious and useless lines.
+
+Tue May 4 08:44:08 1999 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtkclist.c (gtk_clist_draw, draw_rows): Use
+ width,height = 0, 0 to mean - here to edge of window,
+ instead of -1, -1, since the former is all we support.
+
+Tue May 4 08:34:43 1999 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtkmain.c (gtk_main): Correctly free list nodes
+ when removing from quit_functions list.
+
Sun May 2 15:29:45 PDT 1999 Manish Singh <yosh@gimp.org>
* gdk/gdkdraw.c (gdk_draw_lines): check private->destroyed before
@@ -939,7 +963,7 @@ Wed Feb 10 01:18:22 1999 Owen Taylor <otaylor@redhat.com>
* gtk/gtkhandlebox.c (gtk_handle_box_button_changed):
Add double-click reattachment.
- * gtk/gtkhandlebox.c: Grab on widget->window,
+v * gtk/gtkhandlebox.c: Grab on widget->window,
not on handlebox->bin_window. This means we don't
have to worry about ungrabbing while reparenting.
diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2
index 39c6e2805..0232755b4 100644
--- a/ChangeLog.pre-2-2
+++ b/ChangeLog.pre-2-2
@@ -1,3 +1,27 @@
+Tue May 4 09:32:08 1999 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/Makefile.am gtk/gtkrc.iso-8859-2: Add a gtkrc
+ file for iso-8859-2 locales.
+
+ * configure.in (ALL_LINGUAS): ALL_LINGUAS update.
+
+Tue Apr 27 16:38:32 1999 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/Makefile.am: Fix typo of static_sources for static_SOURCES.
+ (Pointed out by andy@rz.uni-karlsruhe.de and others).
+ Remove some suspicious and useless lines.
+
+Tue May 4 08:44:08 1999 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtkclist.c (gtk_clist_draw, draw_rows): Use
+ width,height = 0, 0 to mean - here to edge of window,
+ instead of -1, -1, since the former is all we support.
+
+Tue May 4 08:34:43 1999 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtkmain.c (gtk_main): Correctly free list nodes
+ when removing from quit_functions list.
+
Sun May 2 15:29:45 PDT 1999 Manish Singh <yosh@gimp.org>
* gdk/gdkdraw.c (gdk_draw_lines): check private->destroyed before
@@ -939,7 +963,7 @@ Wed Feb 10 01:18:22 1999 Owen Taylor <otaylor@redhat.com>
* gtk/gtkhandlebox.c (gtk_handle_box_button_changed):
Add double-click reattachment.
- * gtk/gtkhandlebox.c: Grab on widget->window,
+v * gtk/gtkhandlebox.c: Grab on widget->window,
not on handlebox->bin_window. This means we don't
have to worry about ungrabbing while reparenting.
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4
index 39c6e2805..0232755b4 100644
--- a/ChangeLog.pre-2-4
+++ b/ChangeLog.pre-2-4
@@ -1,3 +1,27 @@
+Tue May 4 09:32:08 1999 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/Makefile.am gtk/gtkrc.iso-8859-2: Add a gtkrc
+ file for iso-8859-2 locales.
+
+ * configure.in (ALL_LINGUAS): ALL_LINGUAS update.
+
+Tue Apr 27 16:38:32 1999 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/Makefile.am: Fix typo of static_sources for static_SOURCES.
+ (Pointed out by andy@rz.uni-karlsruhe.de and others).
+ Remove some suspicious and useless lines.
+
+Tue May 4 08:44:08 1999 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtkclist.c (gtk_clist_draw, draw_rows): Use
+ width,height = 0, 0 to mean - here to edge of window,
+ instead of -1, -1, since the former is all we support.
+
+Tue May 4 08:34:43 1999 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtkmain.c (gtk_main): Correctly free list nodes
+ when removing from quit_functions list.
+
Sun May 2 15:29:45 PDT 1999 Manish Singh <yosh@gimp.org>
* gdk/gdkdraw.c (gdk_draw_lines): check private->destroyed before
@@ -939,7 +963,7 @@ Wed Feb 10 01:18:22 1999 Owen Taylor <otaylor@redhat.com>
* gtk/gtkhandlebox.c (gtk_handle_box_button_changed):
Add double-click reattachment.
- * gtk/gtkhandlebox.c: Grab on widget->window,
+v * gtk/gtkhandlebox.c: Grab on widget->window,
not on handlebox->bin_window. This means we don't
have to worry about ungrabbing while reparenting.
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6
index 39c6e2805..0232755b4 100644
--- a/ChangeLog.pre-2-6
+++ b/ChangeLog.pre-2-6
@@ -1,3 +1,27 @@
+Tue May 4 09:32:08 1999 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/Makefile.am gtk/gtkrc.iso-8859-2: Add a gtkrc
+ file for iso-8859-2 locales.
+
+ * configure.in (ALL_LINGUAS): ALL_LINGUAS update.
+
+Tue Apr 27 16:38:32 1999 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/Makefile.am: Fix typo of static_sources for static_SOURCES.
+ (Pointed out by andy@rz.uni-karlsruhe.de and others).
+ Remove some suspicious and useless lines.
+
+Tue May 4 08:44:08 1999 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtkclist.c (gtk_clist_draw, draw_rows): Use
+ width,height = 0, 0 to mean - here to edge of window,
+ instead of -1, -1, since the former is all we support.
+
+Tue May 4 08:34:43 1999 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtkmain.c (gtk_main): Correctly free list nodes
+ when removing from quit_functions list.
+
Sun May 2 15:29:45 PDT 1999 Manish Singh <yosh@gimp.org>
* gdk/gdkdraw.c (gdk_draw_lines): check private->destroyed before
@@ -939,7 +963,7 @@ Wed Feb 10 01:18:22 1999 Owen Taylor <otaylor@redhat.com>
* gtk/gtkhandlebox.c (gtk_handle_box_button_changed):
Add double-click reattachment.
- * gtk/gtkhandlebox.c: Grab on widget->window,
+v * gtk/gtkhandlebox.c: Grab on widget->window,
not on handlebox->bin_window. This means we don't
have to worry about ungrabbing while reparenting.
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8
index 39c6e2805..0232755b4 100644
--- a/ChangeLog.pre-2-8
+++ b/ChangeLog.pre-2-8
@@ -1,3 +1,27 @@
+Tue May 4 09:32:08 1999 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/Makefile.am gtk/gtkrc.iso-8859-2: Add a gtkrc
+ file for iso-8859-2 locales.
+
+ * configure.in (ALL_LINGUAS): ALL_LINGUAS update.
+
+Tue Apr 27 16:38:32 1999 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/Makefile.am: Fix typo of static_sources for static_SOURCES.
+ (Pointed out by andy@rz.uni-karlsruhe.de and others).
+ Remove some suspicious and useless lines.
+
+Tue May 4 08:44:08 1999 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtkclist.c (gtk_clist_draw, draw_rows): Use
+ width,height = 0, 0 to mean - here to edge of window,
+ instead of -1, -1, since the former is all we support.
+
+Tue May 4 08:34:43 1999 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtkmain.c (gtk_main): Correctly free list nodes
+ when removing from quit_functions list.
+
Sun May 2 15:29:45 PDT 1999 Manish Singh <yosh@gimp.org>
* gdk/gdkdraw.c (gdk_draw_lines): check private->destroyed before
@@ -939,7 +963,7 @@ Wed Feb 10 01:18:22 1999 Owen Taylor <otaylor@redhat.com>
* gtk/gtkhandlebox.c (gtk_handle_box_button_changed):
Add double-click reattachment.
- * gtk/gtkhandlebox.c: Grab on widget->window,
+v * gtk/gtkhandlebox.c: Grab on widget->window,
not on handlebox->bin_window. This means we don't
have to worry about ungrabbing while reparenting.
diff --git a/configure.in b/configure.in
index 1799cda08..cddcbb38a 100644
--- a/configure.in
+++ b/configure.in
@@ -164,7 +164,7 @@ fi
AC_SUBST(REBUILD)
# i18n stuff
-ALL_LINGUAS="cs de es fr hr hu it ja ko nl no pl pt ru sv"
+ALL_LINGUAS="ca cs de es fi fr hr hu it ja ko nl no pl pt ru sl sk sv wa zh_TW.Big5"
AM_GTK_GNU_GETTEXT
AC_CHECK_FUNC(gettext,
,
diff --git a/gtk/Makefile.am b/gtk/Makefile.am
index d55b7bd71..326259a51 100644
--- a/gtk/Makefile.am
+++ b/gtk/Makefile.am
@@ -243,7 +243,7 @@ BUILT_SOURCES = \
stamp-m
# cause the built sources to be rebuild when possible, even with --include-deps
-$(static_sources): $(BUILT_SOURCES)
+$(static_SOURCES): $(BUILT_SOURCES)
# More headers to use when autogenerating.
gdk_headers = \
@@ -312,17 +312,19 @@ libgtk_la_LDFLAGS = \
# $(top_builddir)/gdk/libgdk.la
gtkconfdir = $(sysconfdir)/gtk
-gtkconf_DATA = gtkrc gtkrc.ja gtkrc.ko gtkrc.ru
+gtkconf_DATA = gtkrc.ja gtkrc.ko gtkrc.ru gtkrc.iso-8859-2
-gtkrc:
- :
-
# We create a dummy theme for the default GTK+ theme
install-data-local:
$(mkinstalldirs) $(DESTDIR)$(datadir)/themes/Default/gtk
echo "# Empty gtkrc for default theme" > \
$(DESTDIR)$(datadir)/themes/Default/gtk/gtkrc
+ $(mkinstalldirs) $(DESTDIR)$(gtkconfdir)
+ cd $(DESTDIR)$(gtkconfdir) && \
+ for i in cs hr hu pl sk sl ; do \
+ ln -s -f gtkrc.iso-8859-2 gtkrc.$$i ; \
+ done
uninstall-local:
rm -f $(DESTDIR)$(datadir)/themes/Default/gtkrc
@@ -358,6 +360,7 @@ EXTRA_DIST = \
tree_plus.xbm \
tree_minus.xbm \
circles.xbm \
+ gtkrc.iso-8859-2 \
gtkrc.ja \
gtkrc.ko \
gtkrc.ru
diff --git a/gtk/gtkrc.iso-8859-2 b/gtk/gtkrc.iso-8859-2
new file mode 100644
index 000000000..f64f6ea23
--- /dev/null
+++ b/gtk/gtkrc.iso-8859-2
@@ -0,0 +1,8 @@
+# RC file for locales using iso-8859-2
+
+style "gtk-default-iso-8859-2" {
+ fontset = "-*-helvetica-medium-r-normal--12-*-*-*-*-*-iso8859-1,\
+ -*-helvetica-medium-r-normal--12-*-*-*-*-*-iso8859-2"
+}
+class "GtkWidget" style "gtk-default-iso-8859-2"
+