@deprecated

libgnome-java 2.12.7 is part of the java-gnome 2.x family of libraries which
had few users and no mature applications built using them. As result,
java-gnome 2.x never made it to production quality and remains both buggy and
incomplete. A major re-engineering effort, termed java-gnome 4.0, is underway
to produce an entirely new set of Java bindings. The 2.x family as a whole has
therefore been declared deprecated pending imminent removal.

Those interested in using GTK and GNOME from Java are invited to join the
java-gnome hackers in their effort to bring the new 4.0 bindings up to speed.

Note to developers: As has been advertised for several release cycles now,
achieving an algorithmic mapping of the underlying GNOME libraries required a
significant ABI break from 2.x to 4.0. You are advised not to use the old
libraries for new projects.

Note to downstream packagers: There will not be a libgnome-java as a
individually released library in 4.0. There may be something called gnome-java,
and just possibly it will end up under the name java-gnome, but most likely
there will just be a .jar and .so build product from a single module source
release. For further details, see http://java-gnome.sourceforge.net/

AfC
Maintainer
java-gnome
====

2.9.4
- Updated Classes/Interfaces
	org.gnu.gnome.App - added the following methods
		getContents
		fillMenu
		fillToolbar
		removeMenuRange
	org.gnu.gnome.AppBar - added getStatusBar method
	org.gnu.gnome.Client - added the following methods
		setCloneCommand
		setDiscardCommand
		setResignCommand
		setShutdownCommand
		setEnvironment
		setProcessID
		setProgram
		setUserID
		saveAnyDialog
		saveErrorDialog
		requestPhase2
		setID
		getID
		getPreviousID
		getDesktopID
	org.gnu.gnome.DruidPage - added the following methods
		pageNext
		pagePrepare
		pageBack
		pageCancel
		pageFinish
- Deprecated Classes/Interfaces
	None
- Other		
	None

2.9.3
- New Classes/Interfaces
	None
- Updated Classes/Interfaces
	None
- Deprecated Classes/Interfaces
	org.gnu.gnome.About
	org.gnu.gnome.Config
	org.gnu.gnome.FileEntry
	org.gnu.gnome.IconTextItem
	org.gnu.gnome.IconList
	org.gnu.gnome.PixmapEntry
	org.gnu.gnome.Scores
	org.gnu.gnome.WindowIcon
- Other
	Support for 64-bit platforms

2.8.2
- Fixed autogen.sh
- Fixed CanvasGroup.getItemList  [Jeffrey Morgan]
- Changed Program to not inherit from GObject  [Jeffrey Morgan]

2.8.1
 Create buildplace pkg-config files to aid java-gnome big-tarball builds
 Fixed typo in tutorial second.java lifecycle listener.
- Bug 155124: Message Logging - Replaced printf statements with the
  appropriate calls to g_warning and g_critical for UIInfo [Jeffrey Morgan]
 

2.7.4 (19 July 2004)
Updated Classes:
	gnome.PasswordDialog - added setShowUserpassButtons method  [Jeffrey Morgan]
	gnome.UIInfo - partial fix for event propogation  [Jeffrey Morgan]
