Radical pruning to make this port manageable again:
- Remove image and m17n flavors. The corresponding functionality
may eventually return in some other form.
- Rename kanji flavor to "japanese".
Submitted by Nick Nauwelaerts <nick@wanadoo.be>.
A graphical frontend which allows you to bind certain actions, be they
enlightenment specific or the running of certain commands, to the keys of your
choosing.
- use gtk_clist_set_column_title to set clist column titles
when possible so that they get the alignment of the column.
- Backport code that cleans up widget hash table in the
GladeXML object on widget destruction. This means that
glade_xml_get_widget() should always return a valid widget
or NULL.
- Move headers to a a libglade-1.0/ subdirectory. This is to
allow parallel installation of stable and development
versions of libglade. Libraries depending on libglade will
probably need to be rebuilt so that their *-config scripts
contain the correct CPP flags.
- update shared library number
--
Golem is an X11 Window Manager. Design goals are that it be fast and
lightweight, as well as very customizable in any way that will not
prevent the first goal from being realized.
WWW: http://golem.sourceforge.net/
Submitted by Couderc Damien <couderc.damien@wanadoo.fr>,
input from lebel@
Submitted by Jose Nazario <jose@crimelabs.net>.
An easy to use text editor. Intended to be usable with little or
no instruction. Provides a terminal (curses-based) interface.
Features pop-up menus.
* Better compability for installing gconf 1 & 2 side by side
* Better UTF8 handling
* Lots of compilation and configuring fixes
* Some portability fixes
* Plus a lot of other fixes, see Changelog for full description