Commit graph

128416 commits

Author SHA1 Message Date
heinz
545db81a7c Roman Kulik cannot maintain those packages anymore (he told me in
private mail some months ago).
2008-07-20 16:09:34 +00:00
ahoka
c4ffbd0cdb Add hunspell-id_ID 2008-07-20 13:02:56 +00:00
ahoka
85eb7b7897 Added textproc/hunspell-id_ID version 20040410 2008-07-20 12:53:04 +00:00
ahoka
b90fcb4ebe Import hunspell-id_ID-20040410 as textproc/hunspell-id_ID.
Indonesian dictionary for hunspell.
2008-07-20 12:49:47 +00:00
rhaen
f2017e4ba7 - Changing the MASTER_SITES as they are outdated, this has been reported in
PR pkg/39172
2008-07-20 09:41:24 +00:00
epg
030863a7c8 Updated devel/bzr to 1.5 2008-07-20 09:08:26 +00:00
epg
c4331de584 - sort PLIST
- update to:

bzr 1.5 2008-05-16
------------------

This release of Bazaar includes several updates to the documentation, and fixes
to prepare for making rich root support the default format. Many bugs have been
squashed, including fixes to log, bzr+ssh inter-operation with older servers.

  CHANGES:

    * Suppress deprecation warnings when bzrlib is a 'final' release. This way
      users of packaged software won't be bothered with DeprecationWarnings,
      but developers and testers will still see them. (John Arbash Meinel)

  DOCUMENTATION:

    * Incorporate feedback from Jelmer Vernooij and Neil Martinsen-Burrell
      on the plugin and integration chapters of the User Guide.
      (Ian Clatworthy)


bzr 1.5rc1 2008-05-09
---------------------

  NOTES WHEN UPGRADING:

  CHANGES:

    * Broader support of GNU Emacs mail clients. Set
      ``mail_client=emacsclient`` in your bazaar.conf and ``send`` will pop the
      bundle in a mail buffer according to the value of ``mail-user-agent``
      variable. (Xavier Maillard)

  FEATURES:

  IMPROVEMENTS:

    * Diff now handles revision specs like "branch:" and "submit:" more
      efficiently.  (Aaron Bentley)

    * More friendly error given when attempt to start the smart server
      on an address already in use. (Andrea Corbellini, #200575)

    * Pull completes much faster when there is nothing to pull.
      (Aaron Bentley)

  BUGFIXES:

    * Authentication.conf can define sections without password.
      (Vincent Ladeuil, #199440)

    * Avoid muttering every time a child update does not cause a progress bar
      update. (John Arbash Meinel, #213771)

    * ``Branch.reconcile()`` is now implemented. This allows ``bzr reconcile``
      to fix when a Branch has a non-canonical mainline history. ``bzr check``
      also detects this condition. (John Arbash Meinel, #177855)

    * ``bzr commit`` now works with Microsoft's FTP service.
      (Andreas Deininger)

    * Catch definitions outside sections in authentication.conf.
      (Vincent Ladeuil, #217650)

    * Conversion from non-rich-root to rich-root(-pack) updates inventory
      sha1s, even when bundles are used.  (Aaron Bentley, #181391)

    * Conversion from non-rich-root to rich-root(-pack) works correctly even
      though search keys are not topologically sorted.  (Aaron Bentley)

    * Conversion from non-rich-root to rich-root(-pack) works even when a
      parent revision has a different root id.  (Aaron Bentley, #177874)

    * Disable strace testing until strace is fixed (see bug #103133) and emit a
      warning when selftest ends to remind us of leaking tests.
      (Vincent Ladeuil, #226769)

    * Fetching all revisions from a repository does not cause pack collisions.
      (Robert Collins, Aaron Bentley, #212908)

    * Fix error about "attempt to add line-delta in non-delta knit".
      (Andrew Bennetts, #217701)

    * Pushing a branch in "dirstate" format (Branch5) over bzr+ssh would break
      if the remote server was < version 1.2. This was due to a bug in the
      RemoteRepository.get_parent_map() fallback code.
      (John Arbash Meinel, #214894)

    * Remove leftover code in ``bzr_branch`` that inappropriately creates
      a ``branch-name`` file in the branch control directory.
      (Martin Pool)

    * Set SO_REUSEADDR on server sockets of ``bzr serve`` to avoid problems
      rebinding the socket when starting the server a second time.
      (John Arbash Meinel, Martin Pool, #164288)

    * Severe performance degradation in fetching from knit repositories to
      knits and packs due to parsing the entire revisions.kndx on every graph
      walk iteration fixed by using the Repository.get_graph API.  There was
      another regression in knit => knit fetching which re-read the index for
      every revision each side had in common.
      (Robert Collins, John Arbash Meinel)

    * When logging the changes to a particular file, there was a bug if there
      were ghosts in the revision ancestry. (John Arbash Meinel, #209948)

  DOCUMENTATION:

    * Expanded the User Guide to include new chapters on popular plugins and
      integrating Bazaar into your environment. The *Best practices* chapter
      was renamed to *Miscellaneous topics* as suggested by community
      feedback as well. (Ian Clatworthy)

    * Document outlining strategies for TortoiseBzr. (Mark Hammond)

    * Improved the documentation on hooks. (Ian Clatworthy)

    * Update authentication docs regarding ssh agents.
      (Vincent Ladeuil, #183705)

  TESTING:

    * Add ``thread_name_suffix`` parameter to SmartTCPServer_for_testing, to
      make it easy to identify which test spawned a thread with an unhandled
      exception. (Andrew Bennetts)

    * New ``--debugflag``/``-E`` option to ``bzr selftest`` for setting
      options for debugging tests, these are complementary to the the -D
      options.  The ``-Dselftest_debug`` global option has been replaced by the
      ``-E=allow_debug`` option for selftest. (Andrew Bennetts)

    * Parameterised test ids are preserved correctly to aid diagnosis of test
      failures. (Robert Collins, Andrew Bennetts)

    * The test suite modules have been modified to define load_tests() instead
      of test_suite(). That speeds up selective loading (via --load-list)
      significantly and provides many examples on how to migrate (grep for
      load_tests).  (Vincent Ladeuil)

  INTERNALS:

    * ``Hooks.install_hook`` is now deprecated in favour of
      ``Hooks.install_named_hook`` which adds a required ``name`` parameter, to
      avoid having to call ``Hooks.name_hook``. (Daniel Watkins)

    * Implement xml8 serializer.  (Aaron Bentley)

    * New form ``@deprecated_method(deprecated_in(1, 5, 0))`` for making
      deprecation wrappers.  (Martin Pool)

    * ``Repository.revision_parents`` is now deprecated in favour of
      ``Repository.get_parent_map([revid])[revid]``. (Jelmer Vernooij)

    * The Python ``assert`` statement is no longer used in Bazaar source, and
      a test checks this.  (Martin Pool)

  API BREAKS:

    * ``bzrlib.status.show_pending_merges`` requires the repository to be
      locked by the caller. Callers should have been doing it anyway, but it
      will now raise an exception if they do not. (John Arbash Meinel)

    * Repository.get_data_stream, Repository.get_data_stream_for_search(),
      Repository.get_deltas_for_revsions(), Repository.revision_trees(),
      Repository.item_keys_introduced_by() no longer take read locks.
      (Aaron Bentley)

    * ``LockableFiles.get_utf8`` is deprecated, as a start towards
      removing LockableFiles and ``.control_files`` entirely.
      (Martin Pool)

    * Methods deprecated prior to 1.1 have been removed.
      (Martin Pool)
2008-07-20 09:02:51 +00:00
taca
5bc4aca70c Note update of www/zope211 package to 2.11.1. 2008-07-20 02:15:36 +00:00
taca
4a737edd51 Update zope211 package to 2.11.1.
Zope 2.11.1 (2008/07/17)

    Bugs Fixed

      - Suppressed DeprecationWarning during import of ZPublisher.Iterators:
        that module needs to use Z2-style interfaces in 2.11, for BBB, but
        the Interface module itself issues the warning on import.

      - Launchpad #246748: added 'immediate' option to sendXXX() methods
        for sending a mail immediately by-passing the zope.sendmail delivery
        mechanism

      - Launchpad #246290: fixed backward compatibility issue

      - zope.testing : updated to 3.5.3

      - Launchpad #245649:  the Products package is now a proper
        "namespace package" under the rules specified by setuptools.

      - zope.viewlets: updated to 3.4.2

      - zope.sendmail: updated to 3.5.0 (fixing Launchpad #230831)

      - Launchpad #239636:  Ensure that HEAD requests lock an empty body
        for NotFound errors.

      - fixed outdated transaction.commit(1) call in
        ZODBMountPoint.SimpleTrailblazer
2008-07-20 02:14:23 +00:00
taca
e544688bad Update ZOPE211_VERSION to 2.11.1. 2008-07-20 02:13:06 +00:00
taca
788bccef0e Add a comment that this file is used by ../../www/zope211/Makefile, too. 2008-07-20 02:12:33 +00:00
kristerw
805efbf933 Note update of devel/darcs to 2.0.2. 2008-07-20 00:40:51 +00:00
kristerw
c37255ce10 Update darcs to 2.0.2.
Changes since 1.0.9 includes

  * New Feature: Include patch count in darcs --version, for example,
    2.0.1 (+ 32 patches) (David Roundy)

  * New Feature: darcs put --no-set-default and --set-default (Nicolas
    Pouillard)

  * UI changes: --extended-help is now called --overview, no more
    --verify-hash, no more send --unified (David Roundy, Eric Kow)

  * New Feature: Check for and repair patches which remove non-empty files
    (issue815, David Roundy)

  * New Feature: darcs trackdown --set-scripts-executable (Reinier Lamers)

  * User Experience: Make darcs changes --interactive behave more like other
    interactive commands (Eric Kow)

  * New Feature: Colorize added and removed lines, if the environment variable
    DARCS_DO_COLOR_LINES=True (Nicolas Pouillard)

  * New Feature: --remote-repodir flag to allow separate default repositories
    for push, pull and send (issue792, Eric Kow)

  * New Feature: darcs changes --count (David Roundy)

  * New Feature: Add a 'show authors' command (Eric Kow)

  * New Feature: New DARCS_PATCHES, DARCS_FILES and DARCS_PATCHES_XML
    environment variables are made available for the posthook system, allowing
    for more easier options to to integrate darcs with other systems. (David
    Roundy, Mark Stosberg)

  * New Feature: Automatically create the the global cache if we define we
    want to use it. (David Roundy, Trent Buck)

and numerous performance improvements and bugfixes.
2008-07-20 00:38:44 +00:00
kristerw
773d26c0d4 Note update of lang/ghc to 6.8.3. 2008-07-20 00:29:27 +00:00
kristerw
40df28eb7b Update ghc to 6.8.3. Thanks to Donn Cave for bugfix patches.
Changes in 6.8.3:
* The arguments to ghc-pkg now understand lists and wildcards, and
  there is a new command ghc-pkg find-module.

* The filename completion in ghci is now more intelligent.

* We now look for GHCi config files in these locations:
    ./.ghci
    $HOME/.ghc/ghci.conf
    $HOME/.ghci

* You can now give multiple -e options to GHC.

* You can now use the -prof and -threaded flags together, although
  you cannot also use +RTS -N2.

* SCC names are no longer allowed to contain spaces, as some of the
  profiling tools break if they do.

* Various changes have been made to GHC's internals, so there are some
  differences in the API exposed by the ghc package. Most notably,
  checkAndLoadModule has now been implemented.
2008-07-20 00:26:52 +00:00
ghen
2ae4bc43df Updated databases/openldap, databases/openldap-client, databases/openldap-doc
and databases/openldap-server to 2.4.11.
2008-07-19 21:09:45 +00:00
ghen
f0d3b7ec89 Update openldap packages to 2.4.11.
OpenLDAP 2.4.11 Release (2008/07/16)
	Fixed liblber ber_get_next length decoding (ITS#5580)
	Added libldap assertion control (ITS#5560)
	Fixed libldap GnuTLS CRL result handling (ITS#5577)
	Fixed libldap GnuTLS SSF computation (ITS#5585)
	Fixed liblutil missing return code (ITS#5615)
	Fixed slapd cert serial number parsing (ITS#5588)
	Fixed slapd check for structural_class failures (ITS#5540)
	Fixed slapd config backend renumbering (ITS#5571)
	Fixed slapd configContext OID (ITS#5383)
	Fixed slapd crash with no listeners (ITS#5563)
	Fixed slapd equality rules for olcRootDN/olcSchemaDN (ITS#5540)
	Fixed slapd sets memory leak (ITS#5557)
	Fixed slapd sortvals binary search (ITS#5578)
	Fixed slapd syncrepl updates with multiple masters (ITS#5597)
	Fixed slapd syncrepl superior objectClass delete/add (ITS#5600)
	Fixed slapd syncrepl/slapo-syncprov contextCSN updates as internal ops (ITS#5596)
	Added slapd-ldap/slapd-meta option to filter out search references (ITS#5593)
	Fixed slapd-meta link to slapd-ldap (ITS#5355)
	Fixed slapd-sock, back-shell buffer count (ITS#5558)
	Fixed slapo-dynlist dg attrs lookup (ITS#5583)
	Fixed slapo-dynlist entry release (ITS#5135)
	Fixed slapo-memberof replace handling (ITS#5584)
	Added slapo-nssov contrib module
	Fixed slapo-pcache handling of negative search caches (ITS#5546)
	Fixed slapo-ppolicy DNs with whitespaces (ITS#5552)
	Fixed slapo-ppolicy modify with internal ops (ITS#5569)
	Fixed slapo-syncprov ACL evaluation (ITS#5548)
	Fixed slapo-syncprov crash with delcsn (ITS#5589)
	Fixed slapo-syncprov full reload (ITS#5564)
	Fixed slapo-syncprov missing olcSpReloadHint attr(ITS#5591)
	Fixed slapo-unique filter normalization (ITS#5581)
	Fixed contrib smbk5pwd terminator (ITS#5575)
	Build Environment
		Fixed test048 to skip if threads is not available (ITS#5529)
	Documentation
		Added slapo-pcache(5) sizelimit caching (ITS#5559)
		Added slapd-access(5) add and delete privs (ITS#5566)
		admin24 GnuTLS documentation (ITS#5554)

OpenLDAP 2.4.10 Release (2008/06/08)
	Fixed libldap file descriptor leak with SELinux (ITS#5507)
	Fixed libldap ld_defconn cleanup if it was freed (ITS#5518, ITS#5525)
	Fixed libldap msgid handling (ITS#5318)
	Fixed libldap t61 infinite loop (ITS#5542)
	Fixed libldap_r missing stubs (ITS#5519)
	Fixed slapd initialization of sr_msgid, rs->sr_tag (ITS#5461)
	Fixed slapd missing termination of integerFilter keys (ITS#5503)
	Fixed slapd multiple attrs in URI (ITS#5516)
	Fixed slapd sasl_ssf retrieval (ITS#5403)
	Fixed slapd socket assert (ITS#5489)
	Fixed slapd syncrepl cookie (ITS#5536)
	Fixed slapd-bdb/hdb MAXPATHLEN (ITS#5531)
	Fixed slapd-bdb indexing in single ADD/MOD (ITS#5521)
	Fixed slapd-ldap entry_get() op-dependent behavior (ITS#5513)
	Fixed slapd-meta quarantine crasher (ITS#5522)
	Fixed slapo-refint to allow setting modifiers name (ITS#5505)
	Fixed slapo-syncprov contextCSN passing on syncprov consumers (ITS#5488)
	Fixed slapo-syncprov csn update with delta-syncrepl (ITS#5493)
	Fixed slapo-syncprov op2.o_extra reset (ITS#5501, #5506)
	Fixed slapo-syncprov searching wrong backend (ITS#5487)
	Fixed slapo-syncprov sending ops without queued CSNs (ITS#5465)
	Fixed slapo-syncprov max csn search on startup (ITS#5537)
	Fixed slapo-unique config structs (ITS#5526)
	Fixed slapo-unique filter terminator (ITS#5511)
	Documentation
		Add search privileges documentation (ITS#5512)
		admin24 security document updates (ITS#5524)
2008-07-19 21:08:42 +00:00
ahoka
50ef8dc4fb Added textproc/hunspell-fo_FO
Added textproc/hunspell-es_ES
Added textproc/hunspell-es_MX
2008-07-19 18:49:12 +00:00
ahoka
9e5ee54af2 Added textproc/hunspell-fo_FO version 20050307 [ahoka 2008-07-19]
Added textproc/hunspell-es_ES version 20050510 [ahoka 2008-07-19]
Added textproc/hunspell-es_MX version 20050505 [ahoka 2008-07-19]
2008-07-19 18:43:25 +00:00
ahoka
9ff7e5cd71 Import hunspell-fo_FO-20050307 as textproc/hunspell-fo_FO.
Faroese dictionary for hunspell.
2008-07-19 18:23:46 +00:00
ahoka
98f6ee8c65 Import hunspell-es_MX-20050505 as textproc/hunspell-es_MX.
Spanish (Mexico) dictionary for hunspell.
2008-07-19 18:06:15 +00:00
ahoka
5259349828 Import hunspell-es_ES-20050510 as textproc/hunspell-es_ES.
Spanish (Spain) dictionary for hunspell.
2008-07-19 18:00:51 +00:00
ahoka
630335001d Add hunspell-cs_CZ
Add hunspell-da_DK
2008-07-19 17:54:52 +00:00
ahoka
985cf80cc5 Added textproc/hunspell-cs_CZ version 20061030 [ahoka 2008-07-19]
Added textproc/hunspell-da_DK version 20070106 [ahoka 2008-07-19]
2008-07-19 17:51:14 +00:00
ahoka
3121a3069e Import hunspell-da_DK-20070106 as textproc/hunspell-da_DK.
Danish dictionary for hunspell.
2008-07-19 17:48:04 +00:00
ahoka
42cc4593ab Import hunspell-cs_CZ-20061030 as textproc/hunspell-cs_CZ.
Czech dictionary for hunspell.
2008-07-19 17:08:35 +00:00
ahoka
2216c3e098 Added textproc/hunspell-af_ZA version 20060117 [ahoka 2008-07-19]
Added textproc/hunspell-bg_BG version 20040405 [ahoka 2008-07-19]
Added textproc/hunspell-ca_ES version 20080427 [ahoka 2008-07-19]
Added textproc/hunspell-fr_FR version 2.3.2 [ahoka 2008-07-19]
Added textproc/hunspell-sv_SE version 1.27 [ahoka 2008-07-19]
2008-07-19 15:39:42 +00:00
ahoka
509458c339 Add hunspell-af_ZA, hunspell-bg_BG, hunspell-ca_ES, hunspell-fr_FR,
hunspell-sv_SE.
2008-07-19 15:33:30 +00:00
ahoka
e6f90c7587 Import hunspell-ca_ES-20080427 as textproc/hunspell-ca_ES.
Catalan dictionary for hunspell.
2008-07-19 15:28:57 +00:00
ahoka
2f1059eb9a Import hunspell-bg_BG-20040405 as textproc/hunspell-bg_BG.
Bulgarian dictionary for hunspell.
2008-07-19 15:19:46 +00:00
ahoka
e63f0813d8 Import hunspell-af_ZA-20060117 as textproc/hunspell-af_ZA.
Afrikaans dictionary for hunspell.
2008-07-19 15:14:45 +00:00
ahoka
35a91a6d56 Add skeleton makefiles for handling OO.org supplied dictionaries.
While here: change my email address.
2008-07-19 15:06:36 +00:00
ahoka
c29bec9562 Import hunspell-fr_FR-2.3.2 as textproc/hunspell-fr_FR.
French (Classic + 1990 Reform) dictionary for hunspell.
2008-07-19 15:02:06 +00:00
ahoka
c5e5bbbb20 Import hunspell-sv_SE-1.27 as textproc/hunspell-sv_SE.
Swedish dictionary for hunspell.
2008-07-19 14:46:43 +00:00
drochner
6ec76f6290 add patch from upstream CVS to fix path checking on git style patch
import (CVE-2008-2942), bump PKGREVISION
2008-07-19 13:36:51 +00:00
rhaen
cfa45896bc Updated textproc/p5-iCal-Parser 2008-07-19 11:56:24 +00:00
rhaen
fd8edc03d9 - updated to 1.16
- no ChangeLog provided by upstream
2008-07-19 11:53:17 +00:00
abs
047da978ae revert patch-aa distinfo change 2008-07-19 09:57:09 +00:00
obache
2b69f57c21 + byacc-20070509 2008-07-19 08:12:30 +00:00
schmonz
fecbc6d9c1 Updated mail/rss2email to 2.63 2008-07-18 20:28:52 +00:00
schmonz
712eee3e1e Update to 2.63. From the changelog:
* Licensed under GPL 2 & 3 now
* Display feed number in warning and error message lines
* Fix for unicode handling problem with certain entry titles
2008-07-18 20:28:34 +00:00
smb
033f60a8c8 Fix PLIST and buildlink3.mk errors 2008-07-18 19:08:43 +00:00
bjs
8ba6af5ce3 + Updated x11/pixman to 0.11.8nb1 [bjs 2008-07-18] 2008-07-18 19:03:57 +00:00
bjs
e71068a954 Maintaining this package seems like a full-time job!
Correct the sse2 detection logic in configure/configure.ac.
Bump PKGREVISION.
2008-07-18 19:03:32 +00:00
adam
f5015d8680 Updated databases/sqlite3 to 3.6.0 2008-07-18 17:44:58 +00:00
adam
49d2a41649 Changes 3.6.0:
* Modifications to the virtual file system interface to support a wider range
  of embedded systems.
* All C-preprocessor macros used to control compile-time options now begin
  with the prefix "SQLITE_".
* The SQLITE_MUTEX_APPDEF compile-time option is no longer supported.
* The handling of IN and NOT IN operators that contain a NULL on their
  right-hand side expression is brought into compliance with the SQL standard
  and with other SQL database engines. This is a bug fix, but as it has the
  potential to break legacy applications that depend on the older buggy
  behavior.
* The result column names generated for compound subqueries have been
  simplified to show only the name of the column of the original table and
  omit the table name. This makes SQLite operate more like other SQL database
  engines.
* Added the sqlite3_config() interface for doing run-time configuration of the
  entire SQLite library.
* Added the sqlite3_status() interface used for querying run-time status
  information about the overall SQLite library and its subsystems.
* Added the sqlite3_initialize() and sqlite3_shutdown() interfaces.
* The SQLITE_OPEN_NOMUTEX option was added to sqlite3_open_v2().
* Added the PRAGMA page_count command.
* Added the sqlite3_next_stmt() interface.
* Added a new R*Tree virtual table
2008-07-18 17:43:34 +00:00
obache
bf9aa65038 - grace-5.1.22 [pkg/38884] 2008-07-18 17:24:19 +00:00
obache
83255da64d Updated math/grace to 5.1.22 2008-07-18 17:23:08 +00:00
obache
4bcf4907f1 Update grace to 5.1.22.
Patch provided by Aleksej Saushev in PR 38884.

5.1.22
Interface
 *  [DC] mention object type when asking for user's confirmation on delete

Parser
 *  [ES] added "LINCONV(set1, set2)" command - an equivalent of
         Transformations->Linear convolution
 *  [ES] added "VOIGT(gamma, sigma, x)" function (rep. #2144)

Bug fixes
 *  [ES] in the grace_np library GraceClose() could kill all user processes
         if by that time the Grace subprocess has exited (rep. #2035)
 *  [ES] certain hand-modified settings in project files might cause the GUI
         crash (incl. rep. #2139)
 *  [ES] ungraceful closing of anonymous pipes could result in high CPU load

5.1.21

Functionality
 *  [ES] added IsoLatin5 (ISO 8859-9) encoding file
 *  [ES] now honor locale in number stringifications (rep. #2109)
 *  [ES] extended range of prefixes in the Engineering format up to 10^{+/-24}
 *  [HR] added "Computing" tick label format

Interface
 *  [ES] added "-maxpath" command line option for setting maximal drawing
         path length
 *  [ES] allow for longer legend lines

Parser
 *  [ES] added "KILL BLOCK" command (deallocates the memory of the current
         block data)

Bug fixes
 *  [ES] there was a misleading error message when attempting to redefine an
         existing variable/keyword in the parser
 *  [ES] fixed rounding-off problem with zero labels (rep. #2098)

Portability/Compilation
 *  [IG] eliminated some of gcc-4.1 warnings (rep. #2111)
 *  [IG] man page cleaned (rep. #2110)

5.1.20

Parser
 *  [ES] added SGN() function

Defaults
 *  [ES] changed default major tick spacings to 0.2

Bug fixes
 *  [ES] command argument "-graphtype pie" wasn't recognized (rep. #2058)
 *  [ES] fixed openning of help documents when using an external browser
 *  [ES] "Geometric transforms" with order: "Rotate, scale, translate" in fact
         was doing "Translate, scale, rotate"
 *  [ES] Grace might crash when using "Engineering" tick label format
         (rep. #2094)
 *  [ES] file selection dialog wasn't closed when fit parameters file was
         read in successfully

5.1.19

Functionality
 *  [ES] BARDY and BARDYDY sets are now allowed in XY graphs

Bug fixes
 *  [RL] loading a DL module could fail with an irrelevant error message
         (rep. #2071)
 *  [ES] a bug in the PS driver caused CUPS to output empty page if printing
         accounting was enabled in foomatic (rep. #2047)
 *  [ES] automatic data point purging (enabled when set length exceeds "Max
         drawing path length" in Edit/Preferences) could fail silently
         (rep. #2069)
 *  [ES] the point purging could result in wrong set filling when fill to
         the baseline was selected
 *  [ES] configure's option --with-helpviewer was broken (rep. #1414)

5.1.18

Parser
 *  [ES] implemented concatenation of quoted strings and numerical expressions

Bug fixes
 *  [ES] some X font configurations could make Grace crash (rep. #1436)
 *  [ES] DEFAULT ... commands had no effect on new drawing objects (including
         rep. #1437)
 *  [ES] DEFAULT CHAR SIZE had no effect on tick labels of new axes

5.1.17

Drivers
 *  [ES] changed default resolution of the PDF driver to 300 dpi

Documentation/Info
 *  [ES] minor documentation updates, including rep. #1421

Bug fixes
 *  [ES] with page fill disabled, the page frame line might be drawn with
         wrong properties
 *  [ES] due to a bug in the Xbae widget, when a TrueType font was used,
         several dialogs could become unusable (including rep. #1366)
 *  [ES] enabling patterned fills and PDF-1.4 compatibility mode could result
         in crash when printing to PDF

5.1.16

Interface
 *  [ES] set scrolling of the custom ticks/labels table to 1 row per
         click (rep. #1419)

Documentation/Info
 *  [ES] updates relevant to the status of mailing lists/forums

Portability/Compilation
 *  [ES] PDF driver updated to work with PDFlib-6 (rep. #1426). Minimal
         supported version is now 5.0

Drivers
 *  [ES] added option to generate PDF-1.4 format (Acrobat5). Support for
         PDF-1.2 (Acrobat3) removed

Bug fixes
 *  [ES] replaced meaningless error message issued when trying to load data
         with a few string columns as a single set
 *  [ES] in the spreadsheet editor, the last entered cell's data wasn't
         committed (rep. #1420)

5.1.15

Functionality
 *  [ES] increased max number of custom tick marks/labels to 256 per a
         popular demand

Project files
 *  [ES] now using one-line format for saving graph's world and viewport
         settings

Defaults
 *  [ES] changed default external help viewer to mozilla

Documentation/Info
 *  [ES] misc documentation updates (including rep. #1411)

Bug fixes
 *  [ES] fixed crash when number of custom tick marks/labels exceeded 100
 *  [ES] fixed evaluation of FWHM in "Feature extraction" (old version
         might produce wrong results for multi-peak data)
 *  [ES] support for loadable functions of 4 and 5 parameters, introduced
         in 5.1.14, was incomplete
 *  [ES] in correlation/covariance, only the absolute value at 0 is
         normalized to 1, so for anti-correlation the sign is preserved
2008-07-18 17:22:47 +00:00
rhaen
88217e900c Updates for +time/p5-Time-Local, +sysutils/p5-Unix-Syslog, +www/p5-VRML,
+textproc/p5-XML-DOM, +textproc/p5-XML-SAX-Expat,
+textproc/p5-XML-SemanticDiff, +graphics/p5-Image-Size
2008-07-18 15:11:39 +00:00