Commit graph

23 commits

Author SHA1 Message Date
agc
8f972b049a + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 12:12:16 +00:00
rh
e3078c112c Update gnome-libs to 1.2.13. Changes are bugfixes only. 2001-04-06 21:47:04 +00:00
mycroft
7ed632f632 This patch was *not* reversed. It was integrated into the baseline. Reversing
it broke wm-properties-capplet again.
2000-11-30 03:09:33 +00:00
rh
9875de35c1 Fix CMSG* macros for systems that do not define CMSG_LEN and CMSG space to
make gnome-libs compile again under NetBSD-1.4.x.
2000-11-27 10:59:19 +00:00
tron
434ddde3d9 Correct reversed patch. 2000-11-12 13:53:20 +00:00
mycroft
ed0b347549 Don't core dump when trying to launch something with no Type attribute (e.g.
a window manager from wm-properties-capplet).
2000-11-11 02:23:51 +00:00
mycroft
b525469aae Fix file descriptor passing in zvt, as per regress/sys/kern/unfdpass.
This makes gnome-terminal actually work on PowerPC...
2000-11-11 02:07:57 +00:00
jlam
e564c36b15 Update gnome-libs to 1.2.5. Changes from version 1.2.3 are misc. bugfixes and
documentation improvements.
2000-10-17 23:57:43 +00:00
jlam
6a68b09c98 USE_LIBTOOL instead of PKGLIBTOOL. While here, rearrange stuff a bit to
make editing easier.
2000-06-20 23:20:11 +00:00
drochner
ef7ffe1fec tell programs using libgnome that -lintl (gettext) is needed too 2000-06-02 12:10:07 +00:00
drochner
1f33aa87ee update to 1.2.1
"many fixes and enhancements"
2000-05-30 19:23:46 +00:00
danw
82d9c1f174 Remove patches to deal with two bugs involving configure's handling of
INSTALL which have both been worked around in bsd.pkg.mk now.
2000-05-02 18:48:35 +00:00
mycroft
b550c74640 Fix a buglet in zvt: \E[27m only clears reverse video, not all attributes. 2000-04-29 04:46:27 +00:00
tron
625f9e51e7 Update "gnome-libs" package to version 1.0.56. A change list for this
release is not available unfortunately.
2000-03-13 22:25:45 +00:00
tron
0b53e450d3 Update "gnome-libs" package to version 1.0.55. 2000-01-20 13:40:11 +00:00
tron
33c6353896 Patch GNOME libraries so that high score files go to "/var/games" and
not to "/var/gnome/games".
1999-11-19 00:17:06 +00:00
rh
11de59120d defuzz 1999-11-15 18:47:56 +00:00
tron
251ce69c8b Initialize tty properly in "gnome-pty-helper" so that e.g. "gnome-terminal"
will work.
1999-11-01 22:21:24 +00:00
rh
8de1dc37df 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)
1999-09-03 07:19:24 +00:00
rh
fba3668066 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.
1999-08-29 12:37:03 +00:00
tron
c1a54a2a34 Adjust checksum of "patch-ad". 1999-07-15 08:02:36 +00:00
tron
92b4eebe5d Update "gnome-libs" package to version 1.0.10. 1999-07-14 20:45:27 +00:00
agc
00a16e3008 Add package patch checksum files. 1999-07-09 14:22:59 +00:00