Go to file
Owen Taylor 82d7ac35ed Added some support for i18n. The support for input methods, including
Tue Feb 24 22:47:01 1998  Owen Taylor  <owt1@cornell.edu>

	* gtk/gtktext.c: Added some support for i18n. The support
	for input methods, including preedit, is there, but input
	is ignored unless it comes one byte at a time, so the
	CJK locales won't really work. Fixing that would require
	variable-width character support in the Text widget, which
	is probably the wrong approach. Eventually we'll probably
	want to go to UCS-4 internally.

	Also, revised key press handling, which should improve
	the forwarding of non-handled keypresses to the toplevel,
	and make adding selection handling easier.

	* gtk/gtkentry.c: Minor changes so that C-d, etc delete
	the selection if there is one.
1998-02-25 03:51:04 +00:00
docs
gdk Check the result of XGetICValues - it is failing for some reason, and 1998-02-25 03:43:10 +00:00
glib
gtk Added some support for i18n. The support for input methods, including 1998-02-25 03:51:04 +00:00
tests
.cvsignore
acconfig.h
AUTHORS
autogen.sh
ChangeLog Added some support for i18n. The support for input methods, including 1998-02-25 03:51:04 +00:00
ChangeLog.pre-2-0 Added some support for i18n. The support for input methods, including 1998-02-25 03:51:04 +00:00
ChangeLog.pre-2-2 Added some support for i18n. The support for input methods, including 1998-02-25 03:51:04 +00:00
ChangeLog.pre-2-4 Added some support for i18n. The support for input methods, including 1998-02-25 03:51:04 +00:00
ChangeLog.pre-2-6 Added some support for i18n. The support for input methods, including 1998-02-25 03:51:04 +00:00
ChangeLog.pre-2-8 Added some support for i18n. The support for input methods, including 1998-02-25 03:51:04 +00:00
ChangeLog.pre-2-10 Added some support for i18n. The support for input methods, including 1998-02-25 03:51:04 +00:00
config.guess
config.h.in
config.sub
configure.in
COPYING
gtk+.prj
gtk+.xconfig.in
HACKING
INSTALL
install-sh
ltconfig
ltmain.sh
makecopyright
Makefile.am
Makefile.in
missing
mkinstalldirs
NEWS
README
stamp-h.in
TODO nothing special ;) -timj 1998-02-25 01:51:18 +00:00

This is GTK+ version 0.99.3.   GTK, which stands for the Gimp ToolKit, 
is a library for creating graphical user interfaces.  

The official ftp site is:
  ftp://ftp.gimp.org/pub/gtk

Patches can be uploaded to:
  ftp://ftp.gimp.org/incoming

A mailing list is located at:
  gtk-list@redhat.com

To subscribe: mail -s subscribe gtk-list-request@redhat.com < /dev/null
(Send mail to gtk-list-request@redhat.com with the subject "subscribe")