01-OCT-1999 : XFce-3.1.2
========================
- xfwm
* Fix bug in title height computation
- all
* patch to display Multi-Byte charactors such as Japanese, Chinese or Korean
properly in menus and titlebars and icons by Yamahata Kenichiro
<mogutan@din.or.jp>
* Japanese translation by Yamahata Kenichiro <mogutan@din.or.jp>
- setup/startup scripts
* Fixes to be compatible with ksh
24-SEP-1999 : XFce-3.1.1
========================
- xfwm
* Improve event handling (better performance) for move/resize ops.
* Add configurable XPM icons for iconified windows
* Implement workarounds to buggy GTK+ 1.2.4
* Fix key bindings
* Ignore dummy modifers such as Num Lock or Scroll Lock for keyboard shortcuts
- xfce
* Add digital clock
- xfclock
* Totally new rewritten application !
- xfterm
* A very usefull terminal wrapper submitted by Joakim Andreasson
<karanne@flashback.net>
- xftree
* Bug fixes
* Improve DnD
* Reduce memory leak (patch submitted by Francois Petitjean
<francois.petitjean@bureauveritas.com>)
- libs
* New clock widget (initially based on patches from a Cosource project
http://www.cosource.com)
* MASTER_SITE has changed; fetch from master KDE site
* Update dependency to kdelibs-1.1.2
* Move installation into KDE 1.1.2 distribution directories
* Change to use libungif instead of giflib
user visible changes since 2.2:
* New shortcut dialog
* Option to enable/disable tooltips
* WindowMaker 0.61.0 attributes update (including
* drawPlainString plugin support with libwmfun-0.0.2)
* Bugfix shortcut dialog
fs type and mount point; don't propose an entry to mount from an fstab
entry in menu; try an eject on the device at unmount time.
With this it is possible to have kdelnk files for cdrom and zip drives
do the rigth thing :)
* modify our local patches to add new -dock option to asclock. This used
to be called "-withdrawn" before, but was changed to match the options
of the other "official" asclock distributions.
* install the month and day XPMs for other languages in the name of
internationalization
Changes since version 0.61.0:
- fixed Xdnd by cropping filename with ""
- fixed OPEN_MENU
- fixed crash when moving a shaded window with keyboard
- fixed problem with window shortcut assignment from the menu
- fixed problem with fonts in WINGs (Masahide -mac- NODA
<mac@flab.fujitsu.co.jp>)
- fixed multihead bugs (Morten Bgeskov" <mb@dbc.dk>)
- fixed crashing bug when saving session information.
- fixed crashing bug related to onmipresent icons in Clip
linking against the static library does (see PR#8417), so for now, disable
the installation of the shared library on ELF platforms until a better fix
is found. But at least, those of us needing xforms on i386-ELF can get
some work done!
Changes include:
- Fixed the ordering of tests for versions of Berkeley db.
This will try to use db2, then db1.85, then db1. If you got
gnome-libs-1.0.15 and had problems with metadata in the
Midnight Commander, please use this version instead (Federico).
- Fixes for the installation of HTML/SGML documentation (Karl).
- Fixes to the MDI framework (Jaka).
- Fixes to the GnomeFileEntry widget (Federico).
- Updated translations (Pablo, Vincent, Birger).
- gnome-hello dropped from distribution, use GnomeHello as an
example instead (Havoc)
- GnomeSegv activated (Elliot, Havoc), this will provide a
dialog box telling people that the application just crashed
and point them to the gnome web site.
- Gnome Dentry Editor i18n fixes (George)
- Exports constructor routines for most widgets
- Memory leak fixes in the Canvas/AA (Federico)
- --disable-crash-dialog option (Havoc)
- Large const-ization of incoming parameters work from Hebert.
- Lots of bug fixes from Elliot and Havoc as part of the
Bugathlon.
- Gnome-metadata is thread safe now (Tom Tromey)
- Gnome-Dentry fixed for i18n (George)
- Gnome-Mime key duplication fixed (Bertrand)
- Support GNOME_PATH variable. It enables you to install
different GNOME packages in different locations in the
system and still get gnome-config to recognize your
libraries properly
- gnome-config now wraps the list of libraries, in an attempt
to fit in your screen (me, Raja).
- LIbArt started to be documented (Raph)
- gnome.1 man page updated, gnome-config.1 man page updated
- gnome-mime.5 man page included
- Gnome-dev-info files moved to their own directory (Karl)
- Added Gnome-MDI signal docs (George)
- GnomePixmap, GnomeScores, GnomeDock, GnomeProcBar:
Documented by George.
- Touchups to GnomeDialog, GnomeClient, GnomeApp from George.
- Now GOAD uses the GNOME_PATH variable as a list of
directories that are the root of GNOME installations and the
GNOME_GNORBA_PATH for locating precisely CORBA servers
- Cookie support fixed (Elliot)
Changes include:
* various bug fixes from the gnome bug database.
* gnome-libs.spec.in: Use sysconfdir=/etc instead of $prefix/etc
* libgnome/gnome-config.c: Ignore lines that begin with a '#'
* libgnomeui/gnome-dentry-edit.c: Attempt to remove the memory
leak from not destroy the icon entry window.
* libgnomeui/gnome-scores.c: use strftime() to allow showing
the dates in a localized way.
* libgnomeui/gnome-app-helper.c: changed "Create _New Window" to
"Create New _Window" to avoid conflicts with menus that also use
"_New" (it is the case of gmc)
* po/*.po: modified to reflect that change
* libgnorba/orbitgtk.c (gnorba_CORBA_init): Add new flag to
control the priority of the CORBA loop.
* idl/gnome-factory.idl: #include guard.
* gnome-data/gnome.mime: Midi files also end in .mid
* idl/desktop-textviewer.idl: Replace libgnorba/GnomeObject.h with
libgnorba/gnome-unknown.h.
Also, #include gnome-unknown.idl instead of GnomeObject.idl.
* idl/desktop-textviewer.idl: Reflect latest GNOME::obj to
GNOME::Unknown renaming.
* gnome-bug.in (CATEGORIES): added 'gnome-applets' category
* libgnorba/Makefile.am (gnome_object_built): Added gnome-unknown
to the compilation process.
* idl/Makefile.am (idl_DATA): Added gnome-unknown interface.
* Removed the hypot() hack.
* gnome-data/*.soundlist: Added Portuguese translations.
* libgnorba/goad.c (goad_server_register): If `name' is passed in
as NULL, an object keeps from registering in the name service,
although it still exposes its IOR as before. If `name' isn't NULL
but `kind' is NULL, `kind' is set to "server", and the object is
placed in the naming service.
* idl/GnomeObject.idl: Removed `oneway' from ref and unref; when
such network optimizations are necessary, they should be done by
caching the refcount in the client.
Overview of Changes in GTK+ 1.2.4:
* DnD improvements (drags can be canceled with Esc now).
* suppressed configure event reordering in Gdk.
* rewrite of Gtk's configure event handling.
* major improvements for the object argument system (Elena Devdariani).
* major bugfixes for threading, GtkNotebook, GtkItemFactory, GtkCList and
GtkCTree.
* tutorial/FAQ updates, new file generation.txt on autogenerated sources.
* configure's --with-glib= is "officially" unsupported.
* upgrade to libtool 1.3.3.
* various buglets fixed.
Overview of Changes in GTK+ 1.2.3:
* Upgrade to libtool 1.3
* Check for dgettext (for systems with old versions of GNU Gettext)
* Many bug fixes (see ChangeLog for details)
* fixed bug displaying zero length files
+ press the first letter of a button label to select it
+ can use 1 or 2 dashes for options (eg. --file / -file)
denote that the package uses libXaw.
Introduce an XAW_TYPE definition, which is defined in /etc/mk.conf by
the user, to denote the type of libXaw to use. Possible values are:
standard, 3d and xpm.
Define USE_XAW in relevant Makefiles.
Set default XAW_TYPE in Makefiles which previously did a DEPENDS+= Xaw3d...
This means that package builds should not fail because of conflicting
Xaw packages being installed on machines.
Notable changes are:
* *.desktop: The control-center now speaks Norwegian fluently.
* Patch from Chyla Zbigniew <chyla@alice.ci.pwr.wroc.pl> to
gettextize everything. Sorry translators...
* capplets/wm-properties/wm-desktops/*.desktop: Inserted
Korean-translated strings.
* capplets/mime-type/edit-window.c (initialize_main_win_vals): For
easier i18n, used g_strdup_printf() instead of g_strconcat().
* capplets/theme-switcher/demo.c (demo_main): move the new menubar.
* capplets/screensaver-properties/callbacks.c:
Simplify the execution of the screensaver demo thingies, and add
/usr/X11R6/lib/xscreensaver to the PATH just before exec so we catch
the Red Hat Linux-installed ones.
* capplets/mime-type/edit-window.c (initialize_main_win_vals):
Patch from Fabrice.Bellet@imag.fr for i18n and portability.
* capplets/theme-switcher/lister.c (print_standard_stuff): made
"~/" be gnome_util_user_home instead.
* capplets/theme-switcher/demo.c (demo_main): patch from Akira
Higuchi (a-higuti@math.sci.hokudai.ac.jp) to handle I18N in the
preview window.
displayed using the -B option to pkg_info(1).
Add WINDOWMAKER_OPTIONS and WINDOWMAKER_THEMES, and include the preferences
file before defining the variable.