diff options
author | rh <rh> | 1999-09-03 07:19:24 +0000 |
---|---|---|
committer | rh <rh> | 1999-09-03 07:19:24 +0000 |
commit | d9726d413e922d9cc3a65df3f9ff34bb9e600ea5 (patch) | |
tree | 9420d6a2585b3453d8759dc6e8dbd652374a20a1 /x11/gnome-libs/patches | |
parent | f521cd17855a66e9ee75d61fcf31e91dc8726e3f (diff) | |
download | pkgsrc-d9726d413e922d9cc3a65df3f9ff34bb9e600ea5.tar.gz |
Update gnome-libs to 1.0.16
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)
Diffstat (limited to 'x11/gnome-libs/patches')
-rw-r--r-- | x11/gnome-libs/patches/patch-ae | 21 |
1 files changed, 6 insertions, 15 deletions
diff --git a/x11/gnome-libs/patches/patch-ae b/x11/gnome-libs/patches/patch-ae index 7a23ee2b440..e2419820ccc 100644 --- a/x11/gnome-libs/patches/patch-ae +++ b/x11/gnome-libs/patches/patch-ae @@ -1,22 +1,13 @@ -$NetBSD: patch-ae,v 1.3 1999/04/16 21:31:17 tron Exp $ +$NetBSD: patch-ae,v 1.4 1999/09/03 07:19:25 rh Exp $ ---- devel-docs/Makefile.in.orig Mon Mar 1 20:57:04 1999 -+++ devel-docs/Makefile.in Sun Mar 7 12:02:50 1999 -@@ -151,7 +151,7 @@ - - SUBDIRS = ui-guide templates - --htmldir = $(prefix)/html -+htmldir = $(prefix)/share/doc/gnome-libs/html - html_DATA = gnome-dev-info.html - - TEXT_FILES = README.gtkcauldron README.gtkcauldron_for_python adding-file-manager-new-items.txt adding-sounds.txt api-comment-style.txt gtk_dialog_cauldron.3 suggestions.txt session-management.txt mime-type-handling.txt -@@ -163,7 +163,7 @@ - EXTRA_DIST = gnome-doc-framework.txt gnome-app-helper.sgml gnome-canvas.sgml gnome-dev-info.html gnome-dev-info.sgml gnome-app-helper.sgml gnome-message-utils.sgml x-concepts.sgml libgnorba.sgml gnome-mdi.sgml libgnomeui.sgml libgnome.sgml $(TEXT_FILES) +--- devel-docs/Makefile.in.orig Thu Sep 2 09:41:31 1999 ++++ devel-docs/Makefile.in Thu Sep 2 09:42:37 1999 +@@ -157,7 +157,7 @@ + EXTRA_DIST = TODO.sgml gnome-doc-framework.txt $(TEXT_FILES) -docdir = $(prefix)/doc -+docdir = $(datadir)/doc/gnome-libs ++docdir = $(prefix)/share/doc/gnome-libs doc_DATA = $(TEXT_FILES) mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = ../config.h |