Glade 0.5.9 (May 20 2000)
===========
o Added a Turbo-Start Guide from Paul J. Drongowski.
o Patches from James M. Cape to allow setting of the Title of GnomeMessageBox
widgets, and setting all the standard window properties of GnomePropertyBox.
o Updated Norwegian, Russian, Swedish, Japanese and German translations.
Glade 0.5.8 (May 14 2000)
===========
o Added User Guide and FAQ to the Help menu, though these are unfinished.
o Added option to support the Gnome Help system. Currently this only adds the
GNOME_UIINFO_HELP macro to the GnomeUIInfo struct, though we may include a
complete template User Guide with all the build files in future. Note that
you will have to install the topic.dat file in the appropriate directory
for the Help menuitems to be added. See the Glade source for an example.
o Installed the menu hints in the GnomeAppBar.
o Added a '--write-source' command line option to just build the source code
and exit. Note that an X connection is probably necessay for this to work.
o Partial support for GnomeDB widgets, though you'll have to set up the
configure.in/Makefile.am yourself. Parts of this may be unfinished.
o The beginnings of support for Bonobo controls. To include this configure
with '--with-bonobo'. This is still unfinished. Source code output isn't
done.
o Lots of new translations (many thanks to the people who do this behind the
scenes).
Glade 0.5.7 (Feb 19 2000)
===========
o Fixed problem with gnome-gettext.m4 macros being removed.
o French, Swedish, Japanese & Norwegian translations updated.
Glade 0.5.6 (Feb 13 2000)
===========
o Bug fixes - XML/source code output for box children with PACK_END set.
Using normal pixmaps in menu items.
Used correct default for C++ option cxx_use_heap, so it doesn't
appear in projects for other languages.
Fixed code output for children of paned widgets.
Fixed progress bar bug.
Fixed GLADE_DATA_DIR so --datadir works.
Fix bug which caused widgets to be skipped in code output.
o Used WM_NAME & WM_CLASS properties so window positions can be saved by the
window manager.
o Defaults for project options - to cut down on XML output. More default
values will be used in future - see doc/file_format.txt.
Glade 0.5.5 (Nov 11 1999)
===========
o Bug fixes - fixed accelerator keys dialog so the GTK+ version compiles.
output (void) as the function prototypes in interface.c
Glade 0.5.4 (Nov 6 1999)
===========
o Added back the 'Data' & 'Object' fields on the 'Signals' page, though I
still think people shouldn't use these.
o Added some support for GnomeAnimator. You just have to add the frames of the
animation yourself.
o Moved accelerator keys from a property editor page to a separate dialog,
which you can access via the 'Basic' page of the property editor.
o Bug fixes - Allow label to be removed from buttons etc.
Make sure GnomeDruid strings are translated.
Don't let widgets be added to GnomeCanvas.
Don't let child widgets of GtkEntry/GnomeEntry etc. be deleted.
Ignore <style> stuff in XML file.
- improved bonobo support from Michael Meeks.
- building documentation doesn't require an X connection now.
- accelerators for widgets on notebook pages are now only active
when the page is visible (Jon K Hellan).
- memory leak fixes (Morten).
- fixes for GtkHPaned/GtkVPaned.
- handle progress bar attributes.
- dock layout should save correctly now for GnomeApp widgets.
- handle non stock menu icons in GNOME mode.
- added glade_xml_get_widget_prefix() function to get all widgets
whose names start with a certain prefix.
- added glade_xml_signal_connect_data() function that connects a
named signal and allows you to specify the data argument. This
is a simple wrapper around glade_xml_signal_connect_full.
Add a new USE_LIBTOOL definition that uses the libtool package instead of
pkglibtool which is now considered outdated.
USE_PKGLIBTOOL is available for backwards compatibility with old packages
but is deprecated for new packages.
and add a new patch which fixes the behavior of the slideshow example under
a default cocoon config. The slideshow example is an incredibly cool example
of what can be done with just a little XML and XSL, but it doesn't work exactly
right under the default config.
files at the _end_ of the CLASSPATH instead of the start so that users
can override selected functionality. For example, cocoon needs to override
tomcat's own XML parsing with that from Xerces-J if you want PDF generation
from XSL Formatting Objects to work.
- gtop.desktop: Added Swedish translation.
- gtop.desktop: Added Galician entry.
- gtop.desktop : Added the Turkish translation to the gtop.desktop file.
- gnome-gtop.png: Improved.
Added first version of the GTop Documentation from Telsa Gwynne.
- procview.c: Use "Kill nicely (SIGTERM)" and "Kill now (SIGKILL)"
in the right-click menu.
- procview.c (DEFAULT_PROCVIEW_FIELD_MASK): New constant. After a
suggestion from Alexander Kirillov we only show "Pid", "User", "Pri",
"Size", "Resident", "Stat", "CPU", "MEM", "Time" and "Command" as the
default since this is less confusing to newbies (and it also helps us
keeping the default window size small).
(procfields_properties_load): Don't crash here when some bad guy
sets "gtop/procview/procview_field_mask=0". Fixes#2420.
- procview.c (get_command_line): New static function. Try to get
the `command' field from glibtop_get_proc_args () if possible since
glibtop_get_proc_state () sometimes truncates this field. GTop will
not correctly show the full name of executables with long names.
- global.c: In the preferences dialog, use "Update times" instead
of "Update times (notebook pages)".
- summary.c (gtop_summary_destroy): Renamed to `summary_destroy_cb'
and made it static.
(gtop_summary_new): Call `summary_destroy_cb' on the "destroy" signal.
(gtop_statusbar_destroy): Renamed to `statusbar_destroy_cb' and
made it static.
(gtop_statusbar_new): Call `statusbar_destroy_cb' on the "destroy"
signal.
- mdi.c (app_destroy_cb): Don't call `gtop_statusbar_destroy' here.
- process-details.c (process_args_update): Make this work with
LibGTop 1.1.4.
- gnome-gtop.png: An icon, an icon!
- memusage.c: added popup-menu to allow show menu/toolbar
- fsusage.c: added popup-menu to allow show menu/toolbar
- procview.c: added items to popup-menu to allow show menu/toolbar
- main.c (gtop_show_mtbar): added "show menu/toolbar" menucheckbuttons to
allow some sort of fullscreen mode
- The default definition of "pages" is now case insensitive, and also
includes *.asp.
- Reads the extended logs from IIS 5 correctly.
- Version number displayed before any warning or debugging messages.
- The "number of days" at the top of the report now obeys DECPOINT (and
is also now to 2 decimal places).
- Improved OpenVMS build procedure.
- Hungarian and Romanian language files, and corrected Spanish language
files and English domains files.
- Italian and Spanish form interfaces.
- The FAQ now has a list of contents
Cocoon is a 100% pure Java publishing framework that relies on new W3C
technologies (such as DOM, XML, and XSL) to provide web content.
There is a good overview of the technologies Cocoon uses to streamline
the web publishing process at
http://xml.apache.org/cocoon/technologies.html