Package changes: install documentation files, add test target support.
Changes since last packaged version (0.9.3):
Changes in 1.0.1
1. Recompiled against recent libxml2-2.6.18 and libxslt-1.1.13 libraries
2. New binaries for Windows/Linux/Solaris
3. Fixed several pyx/depyx bugs
4. Window binary has been compiled with iconv to support more encodings
Changes in 1.0.0
1. Fixed few core dumps
2. Recompiled against recent libxml2-2.6.17 and libxslt-1.1.12 libraries
3. New binaries for Windows/Linux
4. Updated documentation
Changes in 0.9.5
1. Fixed security bugs (buffer overflows)
2. Recompiled against recent libxml2-2.6.13 and libxslt-1.1.10 libraries
3. New binaries for Windows/Linux
4. Updated documentation
package anymore, they are using the same distfile.
* Apply patch from Joerg Sonnenberger to fix build/installation on
DragonFlyBSD -current.
This should fix PR pkg/30254 from Joerg.
2005-05-11 John ffitch <jpff@codemist.co.uk>
* csound/ugmoss.h:
* csound/ugmoss.c (valpass, vcomb, vcombset): Added maxlpt field
to stop overwriting arguments
2005-05-08 John ffitch <jpff@codemist.co.uk>
* csound/argdecode.c (decode_long):
* csound/rdorch.c (rdorchfile): Allow definition of a single macro
from commandline with --macro:FOO=123
2005-04-12 John ffitch <jpff@codemist.co.uk>
* csound/wave-terrain.c (wtPerf): Fixed phase accumulation
problems and speeded it up a bif
2005-04-09 John ffitch <jpff@codemist.co.uk>
* csound/soundin.c (sndinset, sndgetset):
* csound/soundio.h: Fix soundin with skipping init
-- the checks for grep and egrep are broken because when passed GREP
and EGREP in the environment, the script causes GREP and EGREP to be
set to empty strings, which causes GNU configure scripts to hang or
break. Pass the real paths to grep and egrep through using ac_cv_path_GREP
and ac_cv_path_EGREP as well to avoid the brokenness. This fixes the
build of textproc/gsed.
toneclock hours are now more random thanks to Jouk Jansen.
Updates from changes xscreensaver version of Tim Aucklands fiberlamp
Moving the window will jiggle the lamp (-inwindow only!!)
Fibers are incrementally sorted to improve rendering.
Fibers are all erased at once.
Changes since last packaged version (1.2.3):
VERSION 1.2.4:
FEATURES:
* Queue selected tracks shortcut, Ctrl+D. (BR 83675)
BUGFIXES:
* The first engine entry in the config dialog was always blank.
* If you filtered by more than one word in Collection Browser, adding
expandable items (eg: artists or albums) wouldn't work. (BR 100150)
* Updating the collection without any changes being made to it kept
the Update button disabled forever.
* Application freezes when switching shoutcast streams. (BR 103890)
* MusicBrainz lookup was not escaping quote characters. (BR 103740)
* Fixed crash when clicking the "clear" button in CoverManager's filter
widget.
* Update lyrics page on new radio stream metadata. (BR 99725)
* xine-engine was reporting bogus tracklengths for ogg vorbis. (BR 102547)
Herzi:
* Allow multiple calls to gsf_xml_out_add_cstr. [#167166]
Ivan:
* Fix codepage problem. [#162841]
Jody:
* Support GObject properties in GsfOutfile::new_child
* Cleanup the OLE2 property import
* Re-org the GsfDocMetadata interface
* Cleanup the OLE2 property export
Manuel Mausz:
* OLE2 property export.
Morten:
* Attempt to get non-ASCII filenames right on Win32. [#171145]
* Add "raw" properties to GsfInputGzip and GsfOutputGzip to
allow header/trailer-less files. Also allow g_object_new
construction of these classes.
* Add "uncompressed_size" property to GsfInputGzip allowing to
decompress files larger than 4GB.
* Propagate errors from GsfOutputGzip's sink to itself.
* Fix GsfOutputStdio to avoid killing the target file when we
get an error.
* Add new GsfOutputCsv and GsfOutputIconv.
* Fix GsfOutfileZip's handling of compression levels.
* Allow getting the compression level when reading zip files.
* Improve zip file performance. (No longer reopens the underlying
file for each member you read.)
* Clean up zip output for zip files with non-ASCII members.
* Make it possible to use g_object_new to create zip io objects.
into the Packages Collection.
Fe is a small and easy to use folding editor.
Fe allows to fold arbitrary text regions; it is not bound to syntactic
units. Unlike Origami, folds are not attributed with a trailing
comment, instead you can put folds before or after any text in the
line, as you like.
Fe has no configuration or extension language and requires no setup.
Its user interface is emacs-like and it has menues for the very most
important functions to help beginners. Further there is a reference
card. It offers:
* Regions and Emacs-like kill ring
* Incremental search
* Keyboard macros
* Editing binary files
* Multiple windows and views
* Compose function for Latin 1 characters
In case you can't stand the emacs interface and want ultimate
flexibility, fe can easily be modified, because it is structured as an
editor library with a user interface frontend, all written in C.