Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc
Module Name: pkgsrc
Committed By: rh
Date: Sun Aug 29 12:37:04 UTC 1999
Modified Files:
pkgsrc/x11/gnome-libs: Makefile
pkgsrc/x11/gnome-libs/files: md5 patch-sum
pkgsrc/x11/gnome-libs/patches: patch-aa patch-ah
pkgsrc/x11/gnome-libs/pkg: PLIST
Log Message:
Update gnome-libs to 1.0.14
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.
To generate a diff of this commit:
cvs rdiff -r1.29 -r1.30 pkgsrc/x11/gnome-libs/Makefile
cvs rdiff -r1.10 -r1.11 pkgsrc/x11/gnome-libs/files/md5
cvs rdiff -r1.3 -r1.4 pkgsrc/x11/gnome-libs/files/patch-sum
cvs rdiff -r1.5 -r1.6 pkgsrc/x11/gnome-libs/patches/patch-aa
cvs rdiff -r1.1 -r1.2 pkgsrc/x11/gnome-libs/patches/patch-ah
cvs rdiff -r1.15 -r1.16 pkgsrc/x11/gnome-libs/pkg/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index