Commit graph

19213 commits

Author SHA1 Message Date
jtb
0a463d2ba2 Added ZSH_STATIC variable. (All of the other major shells have similar).
Fixed a typo.  s/fortran/Fortran/g
2001-04-09 00:33:06 +00:00
hubertf
1b8a7aea41 Add this pkg to README-IPv6.html 2001-04-09 00:15:34 +00:00
jtb
8fce78ee75 Added defaults for EVAL_PREFIX. 2001-04-08 22:53:14 +00:00
tron
5344c5206a Use wildcard dependence on "gtkglarea". 2001-04-08 21:40:59 +00:00
manu
2f8e1ef711 Bumped the package version after last change 2001-04-08 16:28:02 +00:00
dmcmahill
0ca3e77ceb Update to scilab-2.6
Thanks to the scilab folks at INRIA for helping us get rid of 9 more patches!

From the CHANGES file:

                     Main Changes Scilab 2.5 -> 2.6
                     ==============================
NEW FUNCTIONALITIES
===================
Automatic graphic rescaling when combining 2D plots, axis handling

Isometric 3D plots. Thanks to Enrico Segre

3D plots shading. Thanks to Stephane MOTTELET

Error messages handling

Grep function added

Modeless message box added

Profiling of functions execution added

Real time simulation in Scicos. Thanks to Anders Blomdell

Scicos diagram linearization and fixed point computation

OTHERS IMPROVEMENTS
===================
A more professional licence

Input/Output improved (carriage return at the end of the file are not
required anymore, OS independent ascii file input, handling of opened
files )

More complete mexlib for MatlabV mex interface.

Many bug corrected in integer types manipulation

API improved, many examples given

A better window management under KDE

A better plugin interface (help, demos,...) and new Scilab functions for
building and loading interfaces.

Interactive demos for ODE and DAE solving added

Scicos' GUI improved, customizable keyboard shortcuts added

Default list, tlist and mlist display can be overloaded

It is now possible to draw dashed lines in color. Background now work
with postscript driver. Easiest argument passing to plot2d, plot3d,...
GIF driver bugs fixed.

INCOMPATIBLITY
==============
help and scicos palettes handling have changed.

Fraclab toolbox has been moved to the contributions part and is no
more  included in the package

The Communication Toolbox (geci) is now obsolete. It will be removed in
next release. Use PVM instead.
2001-04-08 16:25:27 +00:00
manu
834c5fa654 Fixed minor problems, added support for i386 (not ready yet) 2001-04-08 16:22:45 +00:00
hubertf
58c237d9a9 Invent ZOULARISBASE, defaulting to $LOCALBASE/bsd, to make it possible
to setup Zoularis (or similar :-) environments to be closer to hier(7).
2001-04-08 14:14:11 +00:00
itojun
ebbf33e124 use 2.0.16.
Changes with Apache 2.0.16

  *) Change the default installation directory to /usr/local/apache2,
     as now defined by the "Apache" layout in config.layout. [Marc Slemko]

  *) OS/2: Added support for building loadable modules as OS/2 DLLs.
     [Brian Havard]

  *) Get MaxRequestsPerChild working with the Windows MPM.
     [Bill Stoddard]

  *) Make generic hooks to work, with mod_generic_hook_import/export
     experimental modules.  [Ben Laurie, Will Rowe]

  *) Fix segfaults for configuration file syntax errors such as
     "<Directory>" followed by "</Directory" and
     "<Directory>" followed by "</Directoryz>".  [Jeff Trawick]

  *) Cleanup the --enable-layout option of configure.  This makes
     us use a consistent location for the config.layout file, and it
     makes configure more portable.
     [jun-ichiro hagino <itojun@iijlab.net>]

  *) Changes to 'ab'; fixed int overrun's, added statistics, output in
     csv/gnuplot format, rudimentary ssl support and various other tweaks
     to make results more true to what is measured. The upshot of this it
     turns out that 'ab' has often underreported the true performance of
     apache. Often by a order of magnitude :-) See talk/paper of Sander
     Temme <sctemme@covalent.net> at April ApacheCon 2001 for details.
     [Dirk-Willem van Gulik]

  *) Clean up mod_cgid's temporary request pool.  Besides fixing a
     storage leak this ensures that some unnecessary pipes are closed.
     [Jeff Trawick]

  *) Performance: Add quick_handler hook. This hook is called at the
     very beginning of the request processing before location_walk,
     translate_name, etc.  This hook is useful for URI keyed content
     caches like Mike Abbott's Quick Shortcut Cache.
     [Bill Stoddard]

  *) top_module global variable renamed to ap_top_module [Perl]

  *) Move ap_set_last_modified to the core.  This is a potentially
     controversial change, because this is kind of HTTP specific.  However
     many protocols should be able to take advantage of this kind of
     information.  I expect that headers will need one more layer of
     indirection for multi-protocol work, but this is a small step in
     the right direction.  [Ryan Bloom]

  *) Enable mod_status by default.  This matches what Apache 1.3 does.
     [Ed Korthof]

  *) Add a ScriptSock directive to the default config file.  This is
     only enabled when mod_cgid is used.
     [Taketo Kabe <kabe@sra-tohoku.co.jp>]
2001-04-08 10:55:21 +00:00
itojun
3a7f9f5237 use latest IPv6 patch. (1) issue with host:port syntax in master.cf
(original bug, tickled by IPv6 support)  (2) use RBL check only for IPv4 addrs
2001-04-08 10:53:25 +00:00
rh
1a77aecdc9 Remove explicit check for SunhOS now that PKGLOCALEDIR is set automatically
in bsd.pkg.mk
2001-04-08 06:23:57 +00:00
itojun
56b944f6c2 upgrade to 3.0.73.
Sat Mar 17 19:29:59 MET 2001   Raphael Manfredi <Raphael_Manfredi@pobox.com>

. Description:

	Added credits for Manoj Srivastava, the Debian packager, for
	his wonderful work.

	Added two variables: domain and hidenet, in order to address
	the Debian bug #72737.  The values hardwired at Configure time
	in mailagent are now used only up to the moment where we have
	parsed the user configuration.

	Forgot to increment buf in pool_read(), in the C filter.
	This was an important bug, which had never hit me however.
	I noticed it by looking a the Debian patches.

	Use the "email" config var verbatim in FORWARD.  It used to
	determine the Resent-From: by constructing a full email address,
	but this is wrong.  We should use whatever the user said, and
	it is up to MTAs to fix the address should it be unqualified.

	Removed unused var in POST.

	Fixed longstanding lie in man; "To: gue@eiffel.fr" now works
	as advertised in the man page.  It also means you can write:

	    To Cc: user@example.com

	instead of the heavier:

	    To Cc: /^user@example\.com$/

	However, if you wish to use more complex patterns, you still
	have to use the /^/ anchored form.

	Create a new filter/address test to test various matching
	patterns on address selectors.

	Try to run tests as nobody when super-user -- from Debian.

	Fixed test rules for UNIQUE, removing spurious REJECT -f.  The
	error present in the man page had also propagated to the test
	cases.

. Files changed:

	* agent/files/setup.cf, agent/files/mailagent.cf: Added two
	variables: domain and hidenet.

	* agent/filter/io.c: Forgot to increment buf in pool_read() -- from
	Debian.

	* agent/magent.sh: Mydomain and hiddennet now superseded by config
	vars.  Changed email_addr() and domain_addr() to honour new config
	vars.

	* agent/man/mailagent.SH: Documented new config vars: domain and
	hidenet.  Various fixes from bug reports on Debian.

	* agent/pl/actions.pl: Use the "email" config var verbatim in
	FORWARD.  Removed unused var in POST.

	* agent/pl/builtins.pl: Hostname computed via domain_addr() to honour
	hidenet.

	* agent/pl/matching.pl: Fixed longstanding lie in man; "To:
	gue@eiffel.fr" now works.

	* agent/pl/parse.pl: Use the "domain" config var instead of mydomain.

	* agent/pl/read_conf.pl: Computes suitable defaults for new "domain"
	and "hidenet".

	* agent/pl/rfc822.pl: Use "domain" config var instead of mydomain.

	* agent/test/TEST: Try to run tests as nobody when super-user -- from
	Debian.

	* agent/test/actions: Fixed test rules for UNIQUE, removing spurious
	REJECT -f.

	* agent/test/filter/address.t: Created.

	* agent/test/filter/list.t: Unlink files we expect to be created
	before running command.

	* agent/test/rules: Added new filter/address tests.

Tue Mar 13 14:27:14 MET 2001   Raphael Manfredi <Raphael_Manfredi@pobox.com>

. Description:

	Made fixup of header fields in POST be a warning in the
	logs, instead of a mere notice.

	Added fix for broken continuations in parse_mail().  I have
	started receiving messages with invalid header continuations,
	and this led to failure in POST: the remote news server is
	much more strict on headers than mail agents.

	Fixed RESYNC, copied continuation fix from parse_mail().

	Added support for SUBST/TR on mail headers: it is now possible
	to say something like:

	    SUBST Subject: /foo/bar/g;

	to alter header field in place.  See the updated manual page
	for details.

	Added rule to suppress () and {} in message ids, since again
	it led to failures when using POST.

	Added test cases for SUBST/TR on header fields.

	The newsgate program now computes the In-Reply-To field via a
	regexp instead of a split on References to cope with bad
	References line that dont have a space between message ids.

. Files changed:

	* agent/man/mailagent.SH: Documented SUBST/TR on header fields.

	* agent/pl/actions.pl: Made fixup of header fields in POST be a
	warning.  Fixed RESYNC, copied continuation fix from parse_mail().
	Added support for SUBST/TR on mail headers.

	* agent/pl/filter.pl: Changed SUBST/TR parameter parsing to support
	header fields.

	* agent/pl/header.pl: Added rule to suppress () and {} in message ids.

	* agent/pl/history.pl: Message ids are now cleaned-up via
	msgid_cleanup().

	* agent/pl/parse.pl: Added fix for broken continuations in
	parse_mail().

	* agent/test/actions: Added test cases for SUBST/TR on header fields.

	* agent/test/cmd/subst.t: Added test cases for SUBST on header fields.

	* agent/test/cmd/tr.t: Added test cases for TR on header fields.

	* misc/news/ml.map: Typo fixes in leading comment.

	* misc/news/newsgate: The in-reply-to field is now computed via a
	regexp.

Wed Jan 10 18:10:29 MET 2001   Raphael Manfredi <Raphael_Manfredi@pobox.com>

. Description:

	Updated date in README and my e-mail address.

	Documented my CPAN directory URL in agent/README.

	Compilation bug fixes in filter:
	. switched to dynamic init of standard file array for GNU libc
	. fixed incorrect selection of sys_errlist[]

	Changed semantics of "tome": the '.' and '_' in names is no
	longer stripped.  If your full name was, say, raphael_manfredi,
	then you could set "tome: manfredi" and it worked.  The heuristics
	were bad, and it prevented doing useful things.  Let's drop
	support for that and see if anyone complains. ;-)

	Updated POST to current practices.  In particular, it has been
	tested to establish a mail -> news gateway with INN 1.7.2.
	POST also support a new "-b" switch to cause article biffing, just
	like saving in a folder triggers mail biffing.

	The following new features are available in POST:
	. fix lines like From: A.B <a@b> into From: "A.B" <a@b>
	. remove duplicate Content-Transfer-Encoding and other MIME headers
	. generate proper References: line and fixes bad Message-ID lines.
	. fix date if too old or too far in the future

	In the new misc/news directory, you'll find a program and instruction
	to setup a news -> mail gateway (tested with INN 1.7.2), thereby
	making it possible to build a bi-directional mail <=> news gateway
	with mailagent.

	Fixed wrong lexical attribute synthesis for numbers during date
	parsing, which cause 08 and 09 to not parse at all.

	Fixed sed command that produced bad dependencies on linux in the
	agent/pl/utmp directory.

	Fixed dates for the SELECT test to avoid failures past year 2001.

. Files changed:

	* agent/filter/io.c: Switched to dynamic init of standard file array
	for GNU libc.

	* agent/filter/logfile.c: Fixed incorrect selection of sys_errlist[].

	* agent/man/mailagent.SH: Changed semantics of "tome".  Updated POST
	to current practices.  Documented biffing macros for news article.

	* agent/pl/actions.pl: Replaced calls to fake_date() by mta_date().
	Rewrote the POST command, and added the -b switch.

	* agent/pl/biff.pl: Added support for news article biffing.

	* agent/pl/getdate.pl: Fixed wrong lexical attribute synthesis for
	numbers.

	* agent/pl/header.pl: New mta_date() routine replaces old
	fake_date().  Added msgid_cleanup() and parsedate() routines.

	* agent/pl/parse.pl: Allow direct IP numbers in Received fields.

	* agent/pl/period.pl: Added relative_age().

	* agent/pl/rfc822.pl: Dropped support of '_' and '.' stripping in
	last_name().  Added gen_message_id().

	* agent/pl/runcmd.pl: New -b switch for POST to request biffing.

	* agent/test/actions: Fixed dates for the SELECT test to avoid
	failures past 2001.

	* agent/test/cmd/vacation.t: Changed "tome" settings due to dropping
	of dot stripping.

	* misc/news/newsgate, misc/news/ml.map: Created.
2001-04-08 00:24:55 +00:00
itojun
7d1286b91e upgrade to 1.6.3p7. p6 is no longer available.
416) Fix negation of path-type Defaults entries in a boolean context.
2001-04-08 00:02:45 +00:00
zuntum
0558f6b386 Update rfcutil to 3.2
v3.2 03.19.01
-Thanks to Roberto Scaramuzzi for fixing my logic when searching for a
 suitable browser.  This would possibly return a non preferred viewer.
-Various clean-ups and syntax changes.
2001-04-07 21:45:47 +00:00
rh
adb08b094e Update libole2 to 0.2.1. Changes include bug fixes, code cleanup, a better
mmap abstraction, and some portability fixes.
2001-04-07 21:41:06 +00:00
rh
659497b12b Add missing patch-sum 2001-04-07 21:33:54 +00:00
rh
ec5cb1f424 Update gb to 0.0.18. Changes include tons of bugfixes and localisation. 2001-04-07 21:33:24 +00:00
rh
7bff3a2aad Update gnome-utils to 1.4.0. Changes are bugfixes and locale updates. 2001-04-07 20:52:44 +00:00
jtb
902884ca25 Add some -Wl,-R because the f2c package builds shared libraries now. 2001-04-07 20:44:13 +00:00
rh
86f97775b7 Update gnome-python to 1.4.0.
Notable changes are:
        - adds support for more panel applet APIs.
        - update to work with latest gtkhtml.
        - various bug fixes.
2001-04-07 19:43:30 +00:00
rh
aa77e2b12a Update gtkglarea to 1.2.2. Changes are minor bugfixes only. 2001-04-07 19:34:31 +00:00
rh
99e1d64e84 Update gnome-pim to 1.4.0. Changes include bugfixes and additional
localisations.
2001-04-07 19:23:54 +00:00
rh
38fb3a6bdf Make gnome-vfs-1.4 actually compile: this patch was missing from the
original commit.
2001-04-07 19:00:21 +00:00
jtb
09a4ae8cb8 Decrease optimization. 2001-04-07 19:00:10 +00:00
dmcmahill
f463c573e9 fix install. 2001-04-07 12:47:45 +00:00
dmcmahill
95ccaf56e0 use dewey version for the f2c BUILD_DEPENDS. 2001-04-07 12:45:20 +00:00
dmcmahill
b9bbb4fe57 build and install shared libs as well as the static ones. add nb1 to the
version.
2001-04-07 12:43:47 +00:00
rh
7f2f6948bd Update gnome-games to 1.4.0.1. Changes include tons of bugfixes, minor
enhancements, and documentation and localisation updates.
2001-04-07 12:33:01 +00:00
rh
acbb53e859 Update gnome-audio to 1.4.0. Includes new and improved sounds. 2001-04-07 11:17:03 +00:00
rh
2e7123e187 Update gnome-applets to 1.4.0.1
Changes include:

2001-03-24  Yukihiro Nakai <nakai@gnome.gr.jp>

        * battery/docs/ja: Add Japanese translation.
        * cdplayer/docs/ja: Add Japanese translation.
        * charpick/docs/ja: Add Japanese translation.
        * clockmail/docs/ja: Add Japanese translation.
        * cpumemusage/docs/ja: Add Japanese translation.
        * diskusage/docs/ja: Add Japanese translation.
        * drivemount/docs/ja: Add Japanese translation.

2001-03-23  Yukihiro Nakai <nakai@gnome.gr.jp>

        * asclock/docs/ja: Add Japanese translation.

2001-03-20  Dan Mueth  <dan@eazel.com>

        Updating doc build stuff to new build system.  Note that
        figures belong in a directory called "figures".

        * cpumemusage/docs/C/Makefile.am:
        * cpumemusage/docs/C/cpumemusage-applet.png:
        * cpumemusage/docs/C/cpumemusage.sgml:
        * cpumemusage/docs/C/figures/cpumemusage-applet.png:
        * cpumemusage/docs/it/Makefile.am:
        * cpumemusage/docs/it/cpumemusage-applet.png:
        * cpumemusage/docs/it/cpumemusage.sgml:
        * cpumemusage/docs/it/figures/cpumemusage-applet.png:

        Fixed some bugs in the metadata.

        * cdplayer/docs/C/cdplayer_applet-C.omf:
        * life/docs/C/Makefile.am:
        * life/docs/it/Makefile.am:
        * multiload/docs/C/memload/memload_applet-C.omf:
        * multiload/docs/C/memload/memload_applet.sgml:

2001-03-20  Dan Mueth  <dan@eazel.com>

        Fixed incorrect file name.

        * multiload/docs/it/swapload/swapload_applet-C.omf:
        * multiload/docs/it/swapload/swapload_applet-it.omf:

2001-03-20  Dan Mueth  <dan@eazel.com>

        Removed bad tab at end of line.

        * multiload/docs/C/loadavg/Makefile.am:
        * multiload/docs/it/loadavg/Makefile.am:

2001-03-20  Dan Mueth  <dan@eazel.com>

        Updating doc build stuff to new build system.  Note that
        figures belong in a directory called "figures".

2001-03-20  Dan Mueth  <dan@eazel.com>

        Fixing a few OMF and Makefile bugs.

        * another_clock/docs/C/anotherclock_applet-C.omf:
        * another_clock/docs/it/anotherclock_applet-it.omf:
        * another_clock/docs/uk/anotherclock_applet-uk.omf:
        * asclock/docs/C/asclock_applet-C.omf:
        * asclock/docs/it/asclock_applet-it.omf:
        * life/docs/C/life_applet-C.omf:
        * mixer/docs/C/mixer_applet-C.omf:
        * tickastat/docs/it/Makefile.am:

2001-03-20  Dan Mueth  <dan@eazel.com>

        Updating doc build stuff to new build system.  Note that
        figures belong in a directory called "figures".

2001-03-19  Dan Mueth  <dan@eazel.com>

        Updating doc build stuff to new build system.  Note that
        figures belong in a directory called "figures".

2001-03-15 John Fleck <jfleck@swcp.com>

        * woohoo - adding the last of the omf files:
        modemlights/docs/it/modemlights_applet-it.omf
        tickastat/docs/it/tickastat_applet-it.omf
        fifteen/docs/it/fifteen_applet-it.omf
        webcontrol/docs/it/webcontrol_applet-it.omf
        clockmail/docs/it/clockmail_applet-it.omf
        gkb-new/docs/hu/gkb_applet-hu.omf
        quicklaunch/docs/it/quicklaunch_applet-it.omf
        jbc/docs/it/jbc_applet-it.omf
        diskusage/docs/it/diskusage_applet-it.omf
        sound-monitor/docs/it/sound-monitor_applet-it.omf
        geyes/docs/it/geyes_applet-it.omf
        gweather/docs/it/gweather_applet-it.omf

2001-03-14  Dan Mueth  <dan@eazel.com>

        Updating doc build stuff to new build system.  Note that
        figures belong in a directory called "figures".

2001-03-13  Dan Mueth  <dan@eazel.com>

        Bug fix.

2001-03-13  Dan Mueth  <dan@eazel.com>

        Adding file I forget to add last time:

        * sgmldocs.make:

2001-03-13  Dan Mueth  <dan@eazel.com>

        Fixing up the doc build stuff.

        Adding FDL license
        * COPYING-DOCS:
        * Makefile.am:

        Fixing up the doc build stuff.
        * configure.in:
        * omf-install/Makefile.am:

        Fixing up doc build stuff for Mixer applet
        * mixer/docs/C/figures/mixer_applet.png:
        * mixer/docs/C/mixer.sgml:
        * mixer/docs/C/mixer_applet.png:
        * mixer/docs/C/Makefile.am:

2001-03-12 John Fleck <jfleck@inkstain.net>

        * add a bunch of omf files (Dan Mueth will visit shortly do do the
        makefile magic to incorporate these)
        mini-commander/docs/C/mini-commander_applet-C.omf
        mini-commander/docs/it/mini-commander_applet-it.omf
        drivemount/docs/C/drivemount_applet-C.omf
        drivemount/docs/it/drivemount_applet-it.omf
        life/docs/C/life_applet-C.omf
        life/docs/it/life_applet-it.omf
        screenshooter/docs/C/screenshooter_applet-C.omf
        screenshooter/docs/it/screenshooter_applet-it.om

2001-03-11  Kjartan Maraas  <kmaraas@gnome.org>

        * configure.in: Generate Makefile for mixer/docs/es

Tue Feb 27 05:19:36 2001  George Lebl <jirka@5z.com>

        * AUTHORS: added Rusty

        * Applying:

        Mon Feb 26 23:45:45  Rusty Geldmacher <rusty@wpi.edu>

        * webcopntrol/properties.[ch]: Added browser configuration
        dialog box.

2001-02-26  Szabolcs Ban <shooby@gnome.hu>

        * gkb-new/descs/Basque.keyprop.in: added Basque keyprop files
        * gkb-new/xmodmap/xmodmap.eu: added xmodmap
        * gkb-new/gkb/eu.png: added few flag
        from I<F1>igo Serna <inigoserna@terra.es>

2001-02-26  Dan Mueth <dan@eazel.com>

        Doing some initial setup of OMF installation.  Added a handful
        of OMF files.  Note: Make sure not to set $prefix to have
        RPM_BUILD_ROOT in it or you will break this stuff.  Set
        DESTDIR=RPM_BUILD_ROOT if you like, but $prefix should refer
        to the path on the user's machine.  I'm just griping about this
        because the Ximian spec file (which I borrowed for my testing;)
        did this wrong.
2001-04-07 10:58:33 +00:00
rh
b03d81518f Add and enable xml-i18n-tools 2001-04-07 10:33:10 +00:00
rh
29a6ddde11 Initial import of xml-i18n-tools-0.8.1, a set of XML internationalisation
tools for GNOME
2001-04-07 10:32:35 +00:00
hubertf
c878bfed20 In smbclient 'mput' command, don't use find(1) with "-maxdepth"
argument which NetBSD doesn't support. Use ls(1) instead.

Patch contributed by Claude Marinier <claude.marinier@dreo.dnd.ca> in PR 12564.
2001-04-07 10:00:42 +00:00
tron
b6657ecd26 Switch to another German GNOME mirror again because the old one is dead.
There must be a curse on such mirrors.
2001-04-07 08:05:00 +00:00
tron
157447f81f Update "navigator" package to version 4.77. This version fixes bugs,
closes security problems and updates the certificate list.
2001-04-07 07:31:41 +00:00
tron
bc5f39aabd Update "communicator" package to version 4.77. This version fixes bugs,
closes security problems and updates the certificate list.
2001-04-07 07:31:10 +00:00
rh
6f6a05851b Update glade to 0.6.2. Changes include minor bug fixes, bonobo support,
and updated translations.
2001-04-07 06:40:13 +00:00
rh
5015037a54 Update ggv to 1.0. Changes include several new features, a minor graphical
redesign, bonobo support, and tons of bugfixes.
2001-04-07 06:22:10 +00:00
rh
d6c8f92f65 sync w/ reality 2001-04-07 05:55:56 +00:00
tron
2ad2ae9c39 Fix thinko in last commit. 2001-04-07 04:32:40 +00:00
kim
1565b8fced Make the message tell the truth. 2001-04-07 02:01:26 +00:00
kim
00cae3ece0 Add optional setting for placing the default mailbox in the user home dir. 2001-04-07 01:53:23 +00:00
jwise
2f9af9bf60 Add a MAINTAINER field. 2001-04-06 23:48:49 +00:00
kim
f5c6ebd6fd Removed the post-patch target as it had no effect and just
confuses people (or at least me).
2001-04-06 22:53:15 +00:00
mjl
1cc769426f Enable p5-Memoize 2001-04-06 22:43:08 +00:00
mjl
648ccd7c50 Import p5-Memoize, a module to transparently speed up functions
by caching return values
2001-04-06 22:42:06 +00:00
rh
824d9c16fa Update esound to 0.2.22. Changes include:
o  esd supports for multiple recording clients
        - multiple esd_record_stream or esd_record_stream_fallback can
        now run simultaneously

o  security improvements
        - you should upgrade to 0.2.21 - older version have security
        holes, which can compromite account of any esd user
2001-04-06 22:41:37 +00:00
rh
6756f91771 Update gnome-core to 1.4.0.1
Changes are:

2001-03-28  Dan Mueth  <dan@eazel.com>

        Linking GNOME hint capplet to doc

        * gnome-hint/gnome-hint-properties.c: (help):

2001-03-26  Darin Adler  <darin@eazel.com>

        * omf-install/.cvsignore: Quick fix to ignore .omf files.

2001-03-25  Dan Mueth  <dan@eazel.com>

        Updated index page for gnome-help-browser to point to current
        GNOME User's Guide.

2001-03-25  Jens Finke <jens@gnome.org>

        * gnome.spec.in: Include gnome-terminal datadir stuff. Make use
        of rpm macros.

2001-03-23  Yukihiro Nakai  <nakai@gnome.gr.jp>

        * configure.in: Generate Makefile of Japanese gsm help.

2001-03-23  Dan Mueth  <dan@eazel.com>

        Fixed error in metadata, placing it in the wrong locale.

        * panel/help/ja/panel-ja.omf:

2001-03-22  Dan Mueth  <dan@eazel.com>

        A couple bug fixes from the previous huge commit.

        * applets/desk-guide/help/C/Makefile.am:
        * applets/desk-guide/help/de/Makefile.am:

2001-03-22  Dan Mueth  <dan@eazel.com>

        Updating doc build stuff to use sgmldocs.make.  Making sure
        screenshots are in figures directory.  A few other small
        doc fixes.

2001-03-20  Dan Mueth  <dan@eazel.com>

        Update some of the build stuff to the latest state of
        OMF/SK system.  Plus, added ScrollKeeper stuff into configure.in
        and added sgmldocs.make so we can start using that to stay
        uniform with other packages.

2001-03-09  Kjartan Maraas  <kmaraas@gnome.org>

        * configure.in: Generate Makefile for the japanese panel docs.

2001-03-07  jacob berkman  <jacob@ximian.com>

        * pixmaps: use some of tigert's nice icons

Tue Mar 06 18:36:33 2001  George Lebl <jirka@5z.com>

        * configure.in, acconfig.h:  Add a with argument for the KDE
          documentation path

2001-03-02  Christian Schaller <Uraeus@linuxrising.org>
        * Norwegian Nynorsk translation

2001-02-28  Martin Baulig  <baulig@suse.de>

        * configure.in (configure.in): Added applets/gen_util/help/es.

Tue Feb 27 02:15:15 2001  George Lebl <jirka@5z.com>

        * configure.in: give a useful message when the canvas gdkpixbuf
          thingie isn't found

2001-02-26  Dan Mueth  <dan@eazel.com>

        Include FDL as required by the FDL, and l10n of categories for
        OMF metadata.

        * COPYING-DOCS: Added this file - the FDL
        * Makefile.am: Include COPYING-DOCS
        * applets/fish/help/no/fish_applet-no.omf: l10n of category
        * applets/gen_util/help/no/gen_util_applet-no.omf: l10n of category

2001-02-25  Gediminas Paulauskas <menesis@delfi.lt>

        * configure.in: don't create grdb Makefiles.

2001-02-19  Dan Mueth   <dan@eazel.com>

        * Localized categories in OMF metadata for:
                applets/fish/help/da/fish_applet-da.omf
                applets/gen_util/help/da/clock/clock_applet-da.omf
                applets/gen_util/help/da/mailcheck/mailcheck_applet-da.omf
                applets/gen_util/help/da/printer/printer_applet-da.omf
                gnome-terminal/es/gnome-termainal-es.omf

Sat Feb 17 23:28:01 2001  George Lebl <jirka@5z.com>

        * gnome-core.spec.in:  update so that /var/lib files are installed
          properly

2001-02-15  Dan Mueth   <dan@eazel.com>

        * omf-install/Makefile.am: Changed to install under
          $(datadir)/omf/ instead of $(prefix)/doc/omf because
          this is The Right Way, and scrollkeeper was recently fixed
          to work this way.

2001-02-14  Christophe Merlet  <redfox@eikonex.org>

        * */*.desktop: Updated French translations.

2001-02-13  Dan Mueth   <dan@eazel.com>
        * core-docs/lgpl/C/lgpl.sgml: Added a </para> to make it
          validate with nsgmls and produce a valid TOC.  Now it has
          an extra <para> somewhere, which is lame, but at least
          it validates and makes a good TOC. Finding the extra
          <para> and removing it is left as an excercise for the reader.

        * applet-docs.make: Less broken OMF bits than before

2001-02-13  Dan Mueth   <dan@eazel.com>

        * app-docs.make: Fixed(TM)
        * applet-docs.make: Fixed(TM)

2001-02-13  Dan Mueth   <dan@eazel.com>

        * applet-docs.make: fixing previous non-fix
        * app-docs.make: fixing previous non-fix

2001-02-13  Dan Mueth   <dan@eazel.com>

        * OMF files: Updated to new category list in scrollkeeper-0.0.6

2001-02-12  Dan Mueth   <dan@eazel.com>

        * applet-docs.make: Fixed to do directories without OMF files
          correctly.

2001-02-12  Dan Mueth   <dan@eazel.com>

        * app-docs.make: Fixed to do directories without OMF files
          correctly.

2001-02-08  Kjartan Maraas  <kmaraas@gnome.org>

        * configure.in: Added Norwegian (nynorsk) to ALL_LINGUAS.

2001-02-06  Dan Mueth   <dan@eazel.com>

        * Commented out the OMF files for 3 translations of gnome-terminal
          because the SGML is broken, preventing TOC extraction

2001-02-06  Dan Mueth   <dan@eazel.com>

        * Modified Makefile.am's to register the new OMF files
        * Added many OMF files:
                applets/desk-guide/help/C/desk-guide_applet-C.omf
                applets/desk-guide/help/de/desk-guide_applet-de.omf
                applets/fish/help/C/fish_applet-C.omf
                applets/fish/help/da/fish_applet-da.omf
                applets/fish/help/no/fish_applet-no.omf
                applets/gen_util/help/C/clock/clock_applet-C.omf
                applets/gen_util/help/C/mailcheck/mailcheck_applet-C.omf
                applets/gen_util/help/C/printer/printer_applet-C.omf
                applets/gen_util/help/da/clock/clock_applet-da.omf
                applets/gen_util/help/da/mailcheck/mailcheck_applet-da.omf
                applets/gen_util/help/da/printer/printer_applet-da.omf
                applets/gen_util/help/de/clock-de.omf
                applets/gen_util/help/de/gen_util_applet-de.omf
                applets/gen_util/help/de/mailcheck-de.omf
                applets/gen_util/help/no/mailcheck-no.omf
                applets/gen_util/help/no/gen_util_applet-no.omf
                applets/tasklist/help/C/tasklist_applet-C.omf
                core-docs/fdl/C/fdl-C.omf
                core-docs/gpl/C/gpl-C.omf
                core-docs/lgpl/C/lgpl-C.omf
                gnome-terminal/C/gnome-terminal-C.omf
                gnome-terminal/da/gnome-terminal-da.omf
                gnome-terminal/de/gnome-terminal-de.omf
                gnome-terminal/es/gnome-terminal-es.omf
                gnome-terminal/it/gnome-terminal-it.omf
                gnome-terminal/no/gnome-terminal-no.omf
                gsm/help/C/session-C.omf
                panel/help/C/panel-C.omf
                panel/help/de/panel-de.omf
                panel/help/it/panel-it.omf
                panel/help/no/panel-no.omf


2001-02-06  Dan Mueth   <dan@eazel.com>

        * po/POTFILES.in: Removed lines for mini-commander.  It seems that
          mini-commander is now in gnome-applets, so having these two lines
          was breaking the build.

2001-02-06  Dan Mueth   <dan@eazel.com>

        (initial setup of SK - just doing for Panel Manual for now)
        * omf-install/: created this directory
        * omf-install/Makefile.am: new
        * app-docs.make: updated for scrollkeeper(SK)
        * applet-docs.make: updated for scrollkeeper(SK)
        * configure.in: updated for scrollkeeper(SK)
        * Makefile.am: updated for scrollkeeper(SK)
        * panel/help/C/panel-C.omf: added
        * panel/help/C/Makefile.am: updated for SK

2001-02-05  Eric Baudais  <baudais@okstate.edu>
        * configure.in: Added core-docs/lgpl/Makefile and
        core-docs/lgpl/C/Makefile to AC_OUPUT.

2001-02-04  jacob berkman  <jacob@ximian.com>

        * Makefile.am:
        * configure.in:
        * grdb: remove grdb

Sat Feb 03 19:36:34 2001  George Lebl <jirka@5z.com>

        * Makefile.am:  Cleanup some OOOOOOOLD cruft

        * configure.in, Makefile.am, po/POTFILES.in, grdb/**/*:
          Integrate grdb.  The author fell of the face of the planet and
          didn't integrate it as was planned apparently, so here it goes,
          still needs to get called from gsm, and either control-center
          or something else monitoring theme changes

Wed Jan 31 20:36:25 2001  George Lebl <jirka@5z.com>

        * configure.in:  s/Gnumeric/gnome-core/  fix some cut'n'paste fun

2001-01-26  Marius Andreiana  <mandreiana@yahoo.com>

        * configure.in: Added ro (Romanian) to ALL_LINGUAS.
2001-04-06 22:25:04 +00:00
rh
7fddc80123 Update gtkhtml to 0.8.3
Changes include:

General:

 - Fixed X selections so that we no longer try to pass UTF-8 encoded text
   in STRING atoms.

 - Improved the table layout code so that now we render tables very close
   to the big name browsers, one or two small issues left

 - Added many missing attributes to the HTML export code so that at least
   we pass on the attributes we understand.

 - Support for sub sup and strike elements.

 - We now parse param elements before emitting the object requested signal
   so that we can make an informed choice about whether or not the object is
   supported.

Editor:

 - We now hook to the gnome-spell component to do spelling.

 - Rename the idl and oafinfo to bring us in line with the new naming
   conventions

 - The editor control now exposes an interface for issuing editor commands

Ebrowser:

 - New component to support simple browsing tasks.
2001-04-06 22:21:09 +00:00
rh
f09db9e6c6 Update gal to 0.5nb1 fixing up dependencies, mainly to avoid circular
dependencies between gal and gnome-core>=1.4.0
2001-04-06 22:19:16 +00:00