diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-05-25 12:23:48 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-05-25 12:23:48 +0000 |
commit | 409af62fa8a39d12523bca8b4aed930a064fc00a (patch) | |
tree | b9cbdb00a41df7c12aa3f104f8fe56fdf246d2d4 /x11-toolkits/gtk12/files/patch-af | |
parent | make startup script work (start/stop) (diff) |
Update glib/gtk++ to 1.2.8.
Overview of Changes in GTK+ 1.2.8:
* GNU Make 3.79 bug workaround
* FAQ and tutorial updates and improvements
* Miscellaneous bug fixes: CList, Calendar, rc-files, FontSelection
Overview of Changes in GLib 1.2.8:
* GArray zero initialization bug fixed
* Fix for upper bound calculation of formatted strings
* Improved GCC detection
* AIX dynamic modules fix to retrive symbols from shared libraries for the main
program.
* Miscellaneous other minor bug fixes
Diffstat (limited to 'x11-toolkits/gtk12/files/patch-af')
-rw-r--r-- | x11-toolkits/gtk12/files/patch-af | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/x11-toolkits/gtk12/files/patch-af b/x11-toolkits/gtk12/files/patch-af index 383313abc77d..e0750ce3a9a1 100644 --- a/x11-toolkits/gtk12/files/patch-af +++ b/x11-toolkits/gtk12/files/patch-af @@ -1,12 +1,11 @@ ---- gtk/gtkrc.ru.orig Wed Feb 16 20:18:08 2000 -+++ gtk/gtkrc.ru Tue Apr 25 19:22:20 2000 +--- gtk/gtkrc.ru.orig Fri May 19 08:18:08 2000 ++++ gtk/gtkrc.ru Thu May 25 13:55:53 2000 @@ -1,7 +1,7 @@ style "gtk-default-ru" { fontset = "-adobe-helvetica-medium-r-normal--12-*-*-*-*-*-iso8859-*,\ -- -*-arial-medium-r-normal--12-*-*-*-*-*-iso8859-1,\" -- -cronyx-helvetica-medium-r-normal--12-*-*-*-*-*-koi8-r,\" -+ -*-arial-medium-r-normal--12-*-*-*-*-*-iso8859-1,\ + -*-arial-medium-r-normal--12-*-*-*-*-*-iso8859-1,\ +- -cronyx-helvetica-medium-r-normal--12-*-*-*-*-*-koi8-r,\ + -*-helvetica-medium-r-normal--12-*-*-*-*-*-koi8-r,\ - -*-arial-medium-r-normal--12-*-*-*-*-*-koi8-r" + -*-arial-medium-r-normal--12-*-*-*-*-*-koi8-r,*-r-*" } class "GtkWidget" style "gtk-default-ru" |