Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
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:
- improves validation support
- adds namespace support for attributes
- lot of progress in the XPath implementation.
|
|
|
|
|
|
|
|
by Osamu OISHI <oishi@ims.ac.jp>.
|
|
|
|
Update to VFlib2-2.24.2.
|
|
Japanese Vector font library with free vector font
|
|
Support FreeBSD RCS Id.
Get HOMEPAGE value from pkg/DESCR.
s/PLIST_SUB/PLIST_SUBST/
s/%%(^%)%%/\${$1}/ in PLIST.
|
|
|
|
Fix default LIBDIR(${LOCALBASE}/share/wnn) in wnn/config.h.
|
|
Fix default wnnlibdir(include ${LOCALBASE}/include/wnn/config.h).
Use LDFLAGS instead of "-L${LOCALBASE} -Wl,-rpath...".
|
|
PR: 8307
|
|
|
|
* Removed bogus configure argument.
* applet/mixer needed -lossaudio.
|
|
* Removed bogus configure argument.
* applet/mixer needed -lossaudio
|
|
|
|
library handling. This partially takes care of the libfoo.so.1.2.3 names
that Linux uses. More to come.
|
|
|
|
Jeff Rizzo in PR pkg/8311.
|
|
|
|
|
|
|
|
X11 based WordPad-like word processor.
|
|
"share/doc/rtspd".
|
|
|
|
Proxy server for the RealAudio RTSP protocol
|
|
|
|
|
|
Proxy server for the RealAudio PNA protocol
|
|
|
|
Against 1.0pre1, there are several build changes (building this
version of mutt with SGI's cc should work), and back-ports of
IMAP-related bug fixes from the unstable branch.
|
|
Noticed by kev@drule.org (Kevin).
Bricks fly off into the ether.
|
|
|
|
use latest IPv6 patch from ftp://ftp.kame.net/pub/kame/misc/.
fixes PR: 8307
|
|
Sample files are installed in pkg/share/examples/netatalk, addressing
PR 7920 by rnestor@metronet.com.
Now include elf support, addressing PR 8125 by Takahiro Kambe,
<taca@sky.yamashina.kyoto.jp> with slight changes by me.
Cleaned up some lint warnings and fixed an unsigned character comparison
problem with assistance from cgd@netbsd.org.
Disabled building of libatalk_p.a (profiling libatalk) as not all ports
support it which will generate plist errors.
|
|
for bootstrapping on systems that don't have RCS installed.
|
|
|
|
libraries during configuration, and enabling dynamic support.
|
|
|
|
and will substitute ${VAR} with the value of VALUE in the PLIST.
This implementation was taken from FreeBSD.
Default PLIST_SUB:
OPSYS=${OPSYS} OS_VERSION=${OS_VERSION}
MACHINE_ARCH=${MACHINE_ARCH} MACHINE_GNU_ARCH=${MACHINE_GNU_ARCH}
MACHINE_GNU_PLATFORM=${MACHINE_GNU_PLATFORM}
LOWER_VENDOR=${LOWER_VENDOR} LOWER_OPSYS=${LOWER_OPSYS}
PKGNAME=${PKGNAME}
|
|
(euc-jp, euc-cn, euc-kr, sjis, big5, euc-tw, hz encoding).
|
|
|
|
${INSTALL_TARGET} is for target makefiles only.
|
|
Changes are:
*) Changed internal handling of spawned threads: they are now really
inserted to the top of the priority queue to make sure a thread is
guarrantied to be dispatched next when one calls pth_yield(NULL)
directly after a pth_spawn(). This is especially interesting for
programming with the co-routine paradigm where it allows one to better
control the startup of a co-routine.
[Ralf S. Engelschall, Jens Andersen <Jens@trw.nl>]
*) Fixed pthread_cancel(): a switch statement was incorrect (three
breaks were missing to stop falling through).
[Jens Andersen <Jens@trw.nl>]
*) Change internal `_pthread' prefix to `__pthread'.
[Ralf S. Engelschall]
*) Enhanced backward compatibility stuff for Pthread draft 4 (DCE Threads)
in pthread.h.in: When _POSIX_BACKCOMPAT is defined before the pthread.h
header is included one now gets a lot more backward compatibility
mappings.
[Ralf S. Engelschall]
*) Optimize internal processing by inlining various small functions from
pth_ring.c, pth_pqueue.c and pth_sched.c which are called a lot.
[Ralf S. Engelschall]
*) Optimized readline() in test_common.c
[Ralf S. Engelschall]
*) Added specific support for Linux/glibc/mc68000 to pth_mctx.c
[Roman Hodek <Roman.Hodek@informatik.uni-erlangen.de>]
*) Updated INSTALL document for --enable-optimize.
[Ralf S. Engelschall]
|
|
|