Commit graph

237029 commits

Author SHA1 Message Date
wiz
15df822b25 Update to 2.11:
version 2.11: Tue Jun 16 17:16:20 CEST 2015

	Improvements:
	- strict Perl 5.8
	  rt.cpan.org #105267 [Miyagawa], cpantesters

version 2.10: Mon Jun 15 17:32:22 CEST 2015

	Fixes:
	- accept field 'q' weights [Theo van Hoesel]

	Improvements:
	- introduce PERL_MIME_TYPE_DB
	  rt.cpan.org#104945 [Philip Gwyn]
2015-08-06 06:27:36 +00:00
wen
a148d104e0 Updated devel/p5-Log-Dispatch to 2.46 2015-08-06 04:16:56 +00:00
wen
cfd95cddc9 Update to 2.46
Upstream changes:
2.46     2015-08-05

- Really make the per-thread locking in the Syslog output work. Based on a
  patch by David Schweikert. GitHub #9.


2.45     2015-06-14

- Don't include threads and threads::shared in list of dependencies. This is
  only needed for Log::Dispatch::Syslog and is loaded at runtime as needed
  (which has its own issues but ...). Reported by Kent Fredric. RT #103392.
2015-08-06 04:15:52 +00:00
wen
a00f68f803 Updated devel/p5-File-Slurp-Tiny to 0.004 2015-08-06 03:37:23 +00:00
wen
54af406c17 Update to 0.004
Upstream changes:
0.004     2015-07-15 16:51:45+02:00 Europe/Amsterdam
          Add discouragement notice
          Don't skip '.\n' amd '..\n' in read_dir
          Don't install benchmark.pl
2015-08-06 03:36:25 +00:00
wen
f175239598 Updated www/p5-Dancer2 to 0.161000 2015-08-06 02:25:48 +00:00
wen
9856412155 Update to 0.161000
Upstream changes:
0.161000  2015-07-08 14:57:16+02:00 Europe/Amsterdam

    [ BUG FIXES ]
    * GH #915, #930: Check existence of optional extension headers when
      behind proxy. (Andy Beverley, Pedro Melo, Russell Jenkins)
    * GH #926, #940: Set session directory default to $apprdir/session.
      (Russell Jenkins)
    * GH #936, #939: Use the error_template configuration on a 404.
      (Russell Jenkins)
    * GH #844, #937: Non-hash serialized params do not cause a crash. (Sawyer X)
    * GH #943: Pass @_ to UNIVERSAL's VERSION so it validates version number.
      (Sawyer X)
    * GH #934: Cleanup internals in the old Dispatcher. (Russell Jenkins)

    [ DOCUMENTATION ]
    * Sanitize Changes
    * GH #938: Fix POD link to params keyword. (Ludovic Tolhurst-Cleaver)
    * GH #935: Provide more details and considerations when using
      behind_proxy. (Andy Beverley)

    [ ENHANCEMENT ]
    * GH #933: use note in tests to produce cleaner non-verbose output (Vernon)
    * Remove unnecessary dependencies: build chain should be smaller. (Sawyer X)
    * No need for Module::Build. (Sawyer X)
    * GH #911: Dancer2 request object is now a subclass of Plack::Request.
      It's also much faster now. (Sawyer X)
2015-08-06 02:24:09 +00:00
wen
a1af1442a1 Updated databases/p5-DBI to 1.634 2015-08-06 02:15:07 +00:00
wen
169e6b865e Update to 1.634
Upstream changes:
Changes in DBI 1.634 - 3rd August 2015

    Enabled strictures on all modules (Jose Luis Perez Diez) #22
        Note that this might cause new exceptions in existing code.
        Please take time for extra testing before deploying to production.
    Improved handling of row counts for compiled drivers and enable them to
        return larger row counts (IV type) by defining new *_iv macros.
    Fixed quote_identifier that was adding a trailing separator when there
        was only a catalog (Martin J. Evans)

    Removed redundant keys() call in fetchall_arrayref with hash slice (ilmari) #24
    Corrected pod xref to Placeholders section (Matthew D. Fuller)
    Corrected pod grammar (Nick Tonkin) #25

    Added support for tables('', '', '', '%') special case (Martin J. Evans)
    Added support for DBD prefixes with numbers (Jens Rehsack) #19
    Added extra initializer for DBI::DBD::SqlEngine based DBD's (Jens Rehsack)
    Added Memory Leaks section to the DBI docs (Tim)
    Added Artistic v1 & GPL v1 LICENSE file (Jose Luis Perez Diez) #21
2015-08-06 02:13:57 +00:00
wen
34ef10ef21 Updated devel/p5-Test-Deep to 0.117 2015-08-06 02:02:51 +00:00
wen
7b91feecb8 Update to 0.117
Remove PKGREVSION line

Upstream changes:
0.117     2015-06-21
        - do not lose argument(s) to import
          (fixes https://github.com/rjbs/Test-Deep/issues/29 )

0.116     2015-06-20
        - on its own, :preload options uses default group of exports
2015-08-06 02:01:34 +00:00
wen
b2cd6721f5 pdated databases/p5-SQL-Translator to 0.11021 2015-08-06 01:53:12 +00:00
wen
9dc90f0dbc Update to 0.11021
Upstream changes:
0.11021 2015-01-29

 * Fix Oracle producer generating an unnecessary / at the end in case there
   are no triggers
 * Skip HTML tests if CGI is not installed (RT#98027)
 * Fix JSON and YAML tests if the defaults have been tweaked (RT#98824)
 * Fixes for parsing and producing identifiers and values that need
   quoting and escaping for SQLite, MySQL, PostgreSQL, SQLServer and
   Oracle (RT#90700, RT#31034)
 * Add support for ALTER TABLE ... ADD CONSTRAINT to Oracle parser
 * Add trigger support to Oracle parser (RT#62927)
 * Fix erroneous PostgreSQL floating point type translations (RT#99725)
 * Remove executable bit from Parser/JSON.pm (RT#100532)
 * Update the Free Software Foundation's address (RT#100531)
 * Provide default index names for SQLite (GH#45)
 * Fix SQLite diffing on perl 5.8.1
 * Fix multi-column indexes in Parser::DBI::PostgreSQL
 * Fix array data types in Parser::PostgreSQL (GH#49)
 * Fix multidimensional sizes in Parser::PostgreSQL
2015-08-06 01:52:03 +00:00
wen
dd1a36d319 Updated databases/p5-SQL-Statement to 1.407 2015-08-06 01:45:40 +00:00
wen
927ad8145e Update to 1.407
Add missing DEPENDS

Upstream changes:
1.407 2015-05-26
    * Release 1.406_002 without further changes as 1.407

1.406_002 2015-05-22
    [Bug fixes]
    * Fix RT#104579: Redundant argument in sprintf
      submitted by Slaven Rezi
    * Fix RT#104589: t/14parse.t fails if Test::Deep is not installed
      submitted by Slaven Rezi

1.406_001 2015-05-20
    [Misc]
    * clean up Makefile.PL, meta-data and requirements

    [Bug fixes]
    * Fix SQL function CONV to use limited number of sane character sets
      for conversion and rely on Math::Base::Convert instead of own code
      (suggested by Tom Wyant in RT#100551, thanks Tom)
    * fix handling of literal identifiers and for every IMPORT rely on
      literal identifiers to avoid parser errors for column names starting
      with numbers or similar
    * fix capability cache: "$class->can(...)" might return undef and
      therefore inexistent capabilities are queried to often
    * Fix COUNT(DISTINCT col) without GROUP BY clause (patch submitted
      by Grant Mathews, thanks Grant)
    * Fix "parse insert with functions" submitted via GitHub PR#6 by
      fecundf and RT#96628
    * Fix RT#93320: SQL-style comment can not begin inside quotes by
      Tom Wyant - thanks Tom

    [Improvements]
    * reduce blocks and rewrite some inner statements to increase speed
      of sql command processing
2015-08-06 01:44:40 +00:00
wen
53bd5ef1bf Added math/p5-Math-Base-Convert version 0.08 2015-08-06 01:37:08 +00:00
wen
ec574a7485 add p5-Math-Base-Convert 2015-08-06 01:35:25 +00:00
wen
e9bb29b9bb Import Math-Base-Convert-0.08 as math/p5-Math-Base-Convert.
This module provides fast functions and methods to convert between arbitrary
number bases from 2 (binary) thru 65535.

This module is pure Perl, has no external dependencies, and is backward
compatible with old versions of Perl 5.
2015-08-06 01:32:11 +00:00
wen
37115276c1 Updated databases/p5-DBIx-Introspector to 0.001005 2015-08-06 00:17:07 +00:00
wen
3eb8fa743b Update to 0.001005
Upstream changes:
0.001005  2015-01-29 17:47:49-06:00 America/Chicago
 - Fix error message for missing values (Thanks Wes Malone!)
2015-08-06 00:15:47 +00:00
he
020615702b Point out when the latest update was, and that there's a newer
version in gnumeric112 (and gnumeric110 for gnumeric).
2015-08-05 21:41:38 +00:00
he
5675de2cc8 Note update of math/gnumeric112 to 1.12.21. 2015-08-05 21:35:13 +00:00
he
49b6c9c0c1 Update to version 1.12.21.
Pkgsrc changes:
 * Modify license to dual either gpl2 or gpl3.
 * Adjust BUILDLINK_API_DEPENDS settings from configure.ac.
 * Adjust PLIST to files now installed.
 * Add comments to the existing patches.

Upstream notable changes (see ChangeLog in source for details):
gnumeric 1.12.21:
   * ODS import/export fixes
   * XLSX import/export fixes

gnumeric 1.12.20:
   * ODF import/export fixes and enhancements.
   * XLSX import/export fixes and enhancements.

gnumeric 1.12.19:
   * (no noteworthy major changes)

gnumeric 1.12.18:
   * Workaround gtk+ api/abi breaks.

gnumeric 1.12.17:
   * xlsx import/export improvements.

gnumeric 1.12.16:
   * ODS import/export improvements

gnumeric 1.12.15:
   * ods/xlsx graph import fixes
   * ods import/export fixes

gnumeric 1.12.14:
   * Many fixes related to conditional formats.
   * Try to disable Ubuntu's non-working scroll bars.

gnumeric 1.12.13:
   * ods import/export export fixes.
   * xls import/export export fixes.

gnumeric 1.12.12:
   * Test suite improvements.
   * ods import/export improvements
   * xls import/export improvements
   * xlsx import/export improvements

gnumeric 1.12.11:
   * A problem with saving to Excel97 format was fixed.

gnumeric 1.12.10:
   * Accuracy improvements
   * Work around gtk+ abi breaks
   * Win32 improvements
2015-08-05 21:34:17 +00:00
asau
37ce17a11e Updated lang/racket-textual to 6.2 2015-08-05 21:18:35 +00:00
asau
61177c672a Updated lang/racket to 6.2 2015-08-05 21:17:48 +00:00
asau
355f952063 Updated lang/chicken to 4.10.0 2015-08-05 21:17:13 +00:00
asau
516c27e7a9 Update to Racket 6.1.1
Changes:

* The MAC OS X YOSEMITE compatibility problems are fixed. We
  bundled a patched Pango text-drawing library with Racket.

* The WINDOWS [32-bit] releases fixes the window-update crashes.
  We bundled a patched Cairo drawing library with Racket.

* TYPED RACKET closes two safety holes in the exception system.
  The revised type system restricts `raise' to send only
  instances of the `exn' structure type and flat data to
  handlers. It also checks exception handlers properly.
  NOTE: Previously well-typed programs may fail to typecheck.

* TYPED RACKET'S typed regions support casts and predicates.

* 2HTDP/IMAGE'S notion of equality ignores an image's baseline.

* The PACKAGE MANAGER supports a binary library installation mode,
  which allows users to install packages without source or
  documentation.  Use the `--binary-lib' option with `raco pkg
  install'.

* The new DRRACKET-TOOL-LIB package factors out parts of DrRacket's
  IDE so that they can be reused with other editors, such as Emacs.

* The COMPILER'S use-before-defined analysis has been repaired for
  certain forms of nested `letrec', some `let' forms, and some
  uses of `set!' or `with-continuation-mark'.

* The COMPILER performs additional bytecode optimizations.
  Thanks to Gustavo Massaccesi.

* The CML library comes with a new `replace-evt' event constructor.
  Thanks to Jan Dvorak.

* REDEX'S benchmark suite comes with a description of the benchmark
  programs.

* REDEX'S metafunctions can be typeset using the "large left brace"
  notation for conditionals.

* The CONTRACT library comes with an improved `contract-stronger?'.
  Its error messages note that the contract itself might be wrong.

* The GUI library is DPI-aware on Windows.

* The OPENSSL library supports Server Name Indication for servers.
  Thanks to Jay Kominek.

* The SYNTAX/PARSE library allows the definition of new pattern
  forms via pattern expanders, similar to match expanders.
  Thanks to Alex Knauth.

* OpenGL on Linux no longer depends on libgtkgl, and core profiles
  are supported (see `set-legacy?').

* The TEACHING LANGUAGES' unit test framework supports
  `check-satisfied', a construct for checking whether a result
  satisfies a predicate, e.g.: (check-satisfied (sort l) sorted?)
2015-08-05 21:14:29 +00:00
asau
fad1610665 Amend distinfo for removed patch. 2015-08-05 20:42:22 +00:00
asau
ef43b9020b Update to CHICKEN 4.10.0
This is mostly a bugfix release, containing quite a lot of accumulated
bug fixes but relatively few new features.  Nevertheless, there are a
great many changes in this release since 4.9.0.  It has three security
bugfixes: for CVE-2014-6310, CVE-2014-9651 and CVE-2015-4556.

Another important security-related cleanup/improvement is related to path
expansion: many file procedures in CHICKEN used to automatically and
implicitly convert paths containing tilde ("~") characters to $HOME,
and expand shell variables.  This behaviour was deprecated in 4.9.0,
and has now been removed, in favor of the "pathname-expand" egg.

A few of the build variables have been renamed, so if you have a custom
build script, please review the NEWS file carefully.

Other notable changes:

* The performance of reading and writing SRFI-4 u8vectors has been
   substantially improved.
* Various bugs in the functors implementation have been fixed, making
   them better usable.
* chicken.h can once more be correctly compiled with a C++ compiler.
* The -r5rs-syntax flag has been fixed to enforce r5rs syntax.

For the full list of changes, see bundled NEWS or
http://code.call-cc.org/releases/4.10.0/NEWS-4.10.0
2015-08-05 20:41:14 +00:00
martin
2b09d8a6df Precompiled header fixes for NetBSD hosts. 2015-08-05 20:17:51 +00:00
martin
46ac2ec53f Fix precompiled headers for NetBSD hosts (backported from the in-tree
gcc 4.8.x in NetBSD 7/-current)
2015-08-05 19:51:50 +00:00
martin
d95c4e7c53 Adjust the precompiled header changes to the latest version used in the
NetBSD tree
2015-08-05 18:14:27 +00:00
richard
894d2567c5 Updated databases/pgadmin3 to 1.20.0 2015-08-05 15:29:43 +00:00
richard
ff7c4d4cf3 update to pgadmin3 1.20.0
primary changes include:
Date       Dev Ver     Change details
---------- --- ------  --------------
2014-11-28 AV  1.20.0  Resolving the inconsistency of preservation of modified
                       information of the columns, while adding/editing a table
                       from the table dialog [Reported by Jasmine Liu, Patch
                       from Sanket Mehta, and reviewed by Akshay Joshi and me]
2014-11-22 GL  1.20.0  Add missing nodes to graphical explain plan [J.F. Oster]
2014-11-03 AV  1.20.0  Fix the Resource Groups dialog - separated the
                       statements, which can not be ran in single transaction
                       [Akshay Joshi]
2014-10-28 AV  1.20.0  Support for Slony-I 2.2+ with PostgreSQL 9.3+
                       [Neel Patel, Akshay Joshi, Sanket Mehta, Ashesh Vashi]
2014-10-28 AV  1.20.0  Support smallserial columns in Edit Data Window
                       [J.F. Oster]
2014-10-28 AV  1.20.0  Restore the user specified size on the grid (which
                       contains the result) in Query windows to fix an issue
                       related to the column size is too narrow on subsequent
                       Explain execution [J.F. Oster]
2014-10-28 AV  1.20.0  Empty the Undo/Redo history everytime new file is opened
                       [J.F. Oster]
2014-10-28 AV  1.20.0  Added accelerator F8 for 'Execute to file' in the Query
                       window [Mads Jensen]
2014-10-28 AV  1.20.0  Beautify the query shown in the SQL pane for the
                       functions having multiple arguments by adding new lines
                       with small modification by me [J.F. Oster]
2014-10-13 AV  1.20.0  Check for the columnlist for the UPDATE OF syntax on
                       trigger also works with PPAS 9.5+ [Sanket Mehta]
2014-09-27 AV  1.20.0  Proper saving of columns width in the server status
                       window [Dmitriy Olshevskiy]
2014-09-19 DP  1.20.0  Fix support for triggers with inline code on PPAS
                       [Sanket Mehta]
2014-08-09 AV  1.20.0  CHECK OPTION is applicable to the views only, and not
                       the materialized views
2014-08-09 GL  1.20.0  Prevent a crash during the update of the macro or
                       favourite list [Dmitriy Olshevskiy]
2014-07-20 AV  1.20.0  Allow quick injectection of favourites by name
                       [J.F. Oster]
2014-07-20 AV  1.20.0  Fix handling of saving macros after pasting a query in
                       the box [Dmitriy Olshevskiy]
2014-07-14 GL  1.18.2  Fix SQL for GRANT on a sequence. Report from
                       liuyuanyuan.
2014-07-03 DP  1.20.0  Fix handling of char()[] columns in the Edit Grid
                       [Dmitriy Olshevskiy]
2014-07-02 GL  1.20.0  Support the new check_option parameter of views
2014-07-02 GL  1.20.0  Handle the 9.4 MOVE clause of ALTER TABLESPACE
2014-07-02 GL  1.20.0  Add a new action menu to refresh a materialized view
2014-07-02 GL  1.20.0  Support the new 9.4 columns in pg_stat_activity
2014-06-27 DP  1.20.0  Save search options for next time [Dimitriy Olshevskiy]
2014-06-25 DP  1.20.0  Ensure Favourite queries are only saved when the OK
                       button is pressed [Dmitriy Olshevskiy]
2014-06-18 DP  1.20.0  Fix an issue refreshing functions in PPAS packages
                       [Akshay Joshi]
2014-06-18 DP  1.20.0  Improve handling of lost connections [Ashesh Vashi]
2014-06-12 DP  1.20.0  Allow searching for database objects by comment and
                       definition content [J.F. Oster]
2014-06-10 DP  1.20.0  Add support for Resource Groups in PPAS 9.4 [Akshay
                       Joshi]
2014-06-07 DP  1.20.0  Add Save and Exit shortcut keys to the edit grid
                       [Fredrik de Vibe]
2014-05-28 DP  1.18.2  Fix escape handling in pgpass files [Akshay Joshi]
2014-05-04 GL  1.18.2  GQB forgot the materialized views. Report from Eduard
                       Szöcs.
2014-02-13 AV  1.20.0  Enable backward search in SQL Box using Shift + F3
                       [J.F. Oster]
2014-03-07 AV  1.18.2  Don't set log_min_messages from the debugger
2014-03-07 AV  1.18.2  Fix a crash on OSX when run explain through shortcut in
                       query editor, when mouse is over a existing shape, and
                       popup, showing the step information, is on. Report from
                       Attila Soki
2014-02-26 AV  1.18.2  Using the GetOid() function instead of GetLong() for
                       Oid columns [Ian Barwick]
2014-02-13 DP  1.20.0  Allow more flexible selection/deselection of rows and
                       columns in Edit Grid [J.F. Oster]
2014-02-12 GL  1.20.0  Allow more options with the plain backup.
2014-02-11 DP  1.18.2  Fix SQL comments for inherited columns [J.F. Oster].
2014-01-27 AV  1.18.2  Flush the changes in the settings as soon as new server
                       is added [Kaarel Moppel]
2014-01-27 DP  1.18.2  Don't include obsolete config settings from <= 8.3 in the
                       config editor unless running on an appropriate server.
                       [Neel Patel].
2013-12-16 DP  1.20.0  Use a much smarter auto-sizing algorithm for the columns
                       in the Query Tool output grid [J.F. Oster].
2013-12-06 DP  1.20.0  Remember the last panel used on the Options dialogue,
                       and display the default panel if a group node is
                       selected on the tree [J.F. Oster]
2013-12-06 DP  1.18.2  Ensure the Type dialogue detects name changes [Timon].
2013-12-06 DP  1.18.2  Ensure report titles don't overflow the page width
                       [Dhiraj Chawla]
2013-11-25 DP  1.18.2  Ensure reports overflow the page width properly [Akshay
                       Joshi]
2013-11-20 DP  1.18.2  Add missing "port" option for SSH tunnels [Akshay Joshi].
2013-11-18 AV  1.18.2  Set 32bit PostgreSQL, EnterpriseDB PATH (in case - 64bit
                       respective applications not found, and 32bit(s) are
                       available) for 64bit pgAdmin III [Dinesh Kumar].
2013-10-22 AV  1.18.2  Improved the debugger to work better with PPAS <= 9.2
2013-10-22 DP  1.18.2  Fix the handling of the "Valid Until" date/time on the
                       role dialogue on Mac [Dinesh Kumar].
2013-10-13 GL  1.20.0  Allow parallel dump with -j starting with 9.3
2015-08-05 15:29:00 +00:00
ryoon
c6a316a0bf Updated net/owncloudclient to 1.8.4 2015-08-05 15:17:42 +00:00
ryoon
0af45ebade Update to 1.8.4
Chagelog:
Release 1.8.4 July 13th 2015
    Release to ship a security release of openSSL. No source changes of the ownCloud Client code.

Release 1.8.3 June 23th 2015
    Fix a bug in the Windows Installer that could crash explorer (#3320)
    Reduce 'Connection closed' errors (#3318, #3313, #3298)
    Ignores: Force a remote discovery after ignore list change (#3172)
    Shibboleth: Avoid crash by letting the webview use its own QNAM (#3359)
    System Ignores: Removed *.tmp from system ignore again. If a user wants to ignore *.tmp, it needs to be added to the user ignore list.

Release 1.8.2 (retracted) June 8th 2015
    Improve reporting of server error messages (#3220)
    Discovery: Ignore folders with any 503 (#3113)
    Wizard: Show server error message if possible (#3220)
    QNAM: Fix handling of mitm cert changes (#3283)
    Win32: Installer translations added (#3277)
    Win32: Allow concurrent OEM (un-)installers (#3272)
    Win32: Make Setup/Update Mutex theme-unique (#3272)
    HTTP: Add the branding name to the UserAgent string
    ConnectonValidator: Always run with new credentials (#3266)
    Recall Feature: Admins can trigger an upload of a file from client to server again (#3246)
    Propagator: Add 'Content-Length: 0' header to MKCOL request (#3256)
    Switch on checksum verification through branding or config
    Add ability for checksum verification of up and download
    Fix opening external links for some labels (#3135)
    AccountState: Run only a single validator, allow error message overriding (#3236, #3153)
    SyncJournalDB: Minor fixes and simplificatons
    SyncEngine: Force re-read of folder Etags for upgrades from 1.8.0 and 1.8.1
    Propagator: Limit length of temporary file name (#2789)
    ShareDialog: Password ui fixes (#3189)
    Fix startup hang by removing QSettings lock file (#3175)
    Wizard: Allow SSL cert dialog to show twice (#3168)
    ProtocolWidget: Fix rename message (#3210)
    Discovery: Test better, treat invalid hrefs as error (#3176)
    Propagator: Overwrite local data only if unchanged (#3156)
    ShareDialog: Improve error reporting for share API fails
    OSX Updater: Only allow updates only if in /Applications (#2931)
    Wizard: Fix lock icon (#1447)
    Fix compilation with GCC 5
    Treat any 503 error as temporary (#3113)
    Work around for the Qt PUT corruption bug (#2425)
    OSX Shell integration: Optimizations
    Windows Shell integration: Optimizations
2015-08-05 15:17:21 +00:00
ryoon
982b32a854 Updated www/php-owncloud to 8.1.0 2015-08-05 15:16:43 +00:00
ryoon
73f520b102 Update to 8.1.0
Changelog:
Version 8.1.0 July 6th 2015

    Much polishing, stability and performance improvements
    Encryption 2.0
    Updated Documents
    New Mount Options for External Storage
    Federated Cloud ID
    Integrated documentation
    LDAP Wizard Improvements
    Security Improvements
    App store improvements
    Release channels
    ownCloud API work: 190 new calls, 50 replaced
    Many small improvements
2015-08-05 15:16:10 +00:00
ryoon
bb4d65b655 Updated fonts/umefont-ttf to 0.530 2015-08-05 14:06:15 +00:00
ryoon
b177fbf4d5 Update to 0.530
Status:
Unadjusted glyphs (characters; 1st pass): Uninode 855c-8b95
Unadjusted glyphs (Bushu; 1st pass): Kusakanmuri, Mushi, Koromo, Gonben
2015-08-05 14:05:46 +00:00
taca
c2a21aea8e Remove contao34 related lines. 2015-08-05 13:19:52 +00:00
ryoon
9644840421 Removed editors/TeXmacs-devel 2015-08-05 13:12:33 +00:00
ryoon
a30e484914 Remove TeXmacs-devel. 2015-08-05 13:11:36 +00:00
ryoon
790df8652b TeXmacs does not offer development snapshot anymore.
And editors/TeXmacs is latest now.
2015-08-05 13:11:03 +00:00
ryoon
68dc092452 Updated editors/TeXmacs to 1.99.2 2015-08-05 13:09:42 +00:00
ryoon
d4b3f0e569 Update to 1.99.2
Changelog:
<TeXmacs|1.99.2>

<style|<tuple|tmdoc|english>>

<\body>
  <tmdoc-title|<TeXmacs> changelog>

  <section|Changes from version 1.99.1 to 1.99.2>

  <\itemize>
    <item>Enabled new style fonts as the default (1.99.2).

    <item>Use small amount of intercharacter stretching by default (1.99.2).

    <item>Nicer search and replace system (1.99.2).

    <item>Added support for the Croatian language (1.99.2).

    <item>Added experimental ``conservative'' converters for <LaTeX>
    (1.99.2).

    <item>Various improvements for <LaTeX> converters (1.99.2).

    <item>Various bug fixes (1.99.2).
  </itemize>

  <section|Changes from version 1.0.7 to 1.99.1>

  <\itemize>
    <item>Activate the native Pdf renderer by default (1.99.1).

    <item>Many, many bug fixes (1.99.1).

    <item>Introduction of a debugging console (1.99.1).

    <item>Limited recovery from errors (1.99.1).

    <item>Started implementation of search and replace widget (1.99.1).

    <item>Support for marginal notes (1.99.1).

    <item>Complete reorganization of document styles and package (1.0.7.21).

    <item>Major improvements for upcoming native Pdf renderer (1.0.7.21).

    <item>New focus preferences menu (1.0.7.21).

    <item>New widgets for editing macros (1.0.7.21).

    <item>Improved CJK typesetting and support for Fandol fonts (1.0.7.21).

    <item>Stretchable space between letters (1.0.7.21).

    <item>Implementation of protrusion for the standard <verbatim|ecrm> font
    (1.0.7.21).

    <item>Improved ornaments and typesetting adjustments (1.0.7.21).

    <item>Improved presentation mode (1.0.7.20).

    <item>Various improvements for <LaTeX> import and export (1.0.7.20).

    <item>Rewritten <name|Scilab> plug-in (1.0.7.20).

    <item>Better portability of various plug-ins (1.0.7.20).

    <item>Various graphical font effects; experimental, not yet in interface
    (1.0.7.20).

    <item>Profound reorganization of the font system with experimental option
    for testing (1.0.7.19).

    <item><LaTeX> import and export of metadata for various standard styles
    (1.0.7.19).

    <item>Running plug-ins over remote SSH connections; experimental
    (1.0.7.19).

    <item>Started implementation of remote <TeXmacs> file system (1.0.7.19).

    <item>Improved portability of plug-in detection (1.0.7.19).

    <item>Implementation of arbitrary zoom factors and ``fit to paragraph
    width'' (1.0.7.18).

    <item>New widget for user preferences (1.0.7.18).

    <item>More implicit user preferences (1.0.7.18).

    <item>Add developer tools, still experimental (1.0.7.18).

    <item>Start implementation of basic infrastructure for support of system
    fonts (1.0.7.18).

    <item>Started reorganization of titles and other meta-data for documents
    (1.0.7.18).

    <item>Automated generation of documentation about the <name|Scheme> files
    (1.0.7.17).

    <item>Various improvements for <LaTeX> conversion and character encodings
    (1.0.7.17).

    <item>Various improvements for <LaTeX> import (1.0.7.16).

    <item>New and improved <name|Reduce> interface (1.0.7.16).

    <item>Reorganized buffer management and documentation of the new API
    (1.0.7.16).

    <item>Rudimentary support for version control using SVN (1.0.7.16).

    <item>Rudimentary support for graphical macros without text (1.0.7.16).

    <item>Experimental interface with Inkscape (1.0.7.16).

    <item>First rudimentary spreadsheet facility (1.0.7.15).

    <item>Special editing mode for writing <TeXmacs> documentation
    (1.0.7.15).

    <item>Added new widgets to X version, with Qt analogues in progress
    (1.0.7.15).

    <item>Many bug fixes (1.0.7.15).

    <item>New icons for Qt version of <TeXmacs> (1.0.7.14).

    <item>Many bug fixes for graphics mode (1.0.7.14).

    <item>Improved extensible arrows (1.0.7.14).

    <item>Experiment with new set of icons (1.0.7.13).

    <item>Fix Qt image support (1.0.7.13).

    <item>Various bug fixes (1.0.7.13).

    <item>Added plug-in for the <name|Axiom> fork <name|Fricas> (1.0.7.13).

    <item>Make the Qt port default (1.0.7.12).

    <item>Remove the dependency on <TeX>/<LaTeX> (1.0.7.12).

    <item>Distribute the standard fonts with <TeXmacs> (1.0.7.12).

    <item>Move the <TeXmacs> documentation inside the source code (1.0.7.12).

    <item>Support for documentation inside plug-ins (1.0.7.12).

    <item>Support for executable switches (1.0.7.12).

    <item>Markup for CSS and <name|Javascript> customization of generated
    webpages (1.0.7.12).

    <item>Reorganize standard package generation and update website
    (1.0.7.12).

    <item>Support for alpha transparency, Qt version & screen only
    (1.0.7.11).

    <item>Slightly improved interface for presentation mode (1.0.7.11).

    <item>Added debugging facilities when crashing (1.0.7.11).

    <item>Treat big operators as prefixes in mathematical grammar (1.0.7.11).

    <item>Various fixes for native bibliography generator (1.0.7.11).

    <item>Several improvements for <LaTeX> importation (1.0.7.10).

    <item>Menus for mathematical semantics and preferences (1.0.7.10).

    <item>Menus for algorithmic and prominent environments (1.0.7.10).

    <item>Reorganized textual and mathematical menus (1.0.7.10).

    <item>Spacing inside mathematical formulas as a function of adjacency
    semantics (1.0.7.10).

    <item>Further improved support for semantic editing, now at
    <math|\<beta\>>-stage (1.0.7.10).

    <item>Support for remotely controlled laptop presentation (1.0.7.10).

    <item>Many fixes for the Qt version (1.0.7.9).

    <item>Various fixes for semantic editing (1.0.7.9).

    <item>Integrate cursor positions and selections into the undo system
    (1.0.7.9).

    <item>Default to auto-closing and markup-based brackets and big operators
    (1.0.7.9).

    <item>The new interface is more context dependent and based on the newly
    introduced concept of the <em|current focus> (1.0.7.8).

    <item>The graphical user interface has been improved, both for the X11
    and Qt versions (1.0.7.8).

    <item>The generation of dynamic menus and content has been reorganized
    (1.7.0.8).

    <item>The system for contextual overloading has been reorganized
    (1.7.0.8).

    <item>Default look and feel now becomes highly system dependent
    (1.0.7.7).

    <item>Complete reorganization of keyboard shortcuts (1.0.7.7).

    <item>Better support for Gnome, KDE, MacOS and Windows shortcuts
    (1.0.7.7).

    <item>Beta-support for (non rubber) Stix (and some other) fonts
    (1.0.7.7).

    <item>Rudimentary support of CJK input methods in Qt version (1.0.7.7).

    <item>Implementation of a packrat parsing utility (1.0.7.7).

    <item>Add tag type information to DRD (1.0.7.7).

    <item>Source code highlighting based on DRD (1.0.7.7).

    <item>Documentation for beamer style (1.0.7.7).

    <item>Several bug fixes (1.0.7.6).

    <item>Fixes for plug-in support in the Qt port (1.0.7.6).

    <item>Better support for Elsevier styles and JSC (1.0.7.6).

    <item>Several bug fixes for the Qt port (1.0.7.5).

    <item>Replaced testing in <menu|Tools> menu by a nicer debugging tool
    (1.0.7.5).

    <item>Added <verbatim|--enable-pdf-rendering> configuration option for a
    new but experimental native <name|Pdf> export facility (1.0.7.5).

    <item>Native BibTeX-compatible support for bibliographies (1.0.7.5).

    <item>Added a tool for inspection and management of differences between
    two versions (1.0.7.5).

    <item>Improvements in upcoming Qt port (1.0.7.4).

    <item>First beta-release of Qt port for Windows, with installer and build
    environment (1.0.7.4).

    <item>First beta-release of Qt port for MacOS-X, with diskimage
    (1.0.7.4).

    <item>Improvements in upcoming Qt port (1.0.7.3).

    <item>Several bug fixes (1.0.7.3).

    <item>Reimplementation of computer algebra sessions in <name|Scheme>
    (1.0.7.2).

    <item>Cut and paste conform to Opendesktop standard (1.0.7.2).

    <item>Fixes in <LaTeX> export, for latest g++ and mime type support
    (1.0.7.2).

    <item>Replaced <verbatim|fatal_error> exit method by <verbatim|assert>
    statements in code (1.0.7.2).

    <item>Progress on the <name|Windows> version of the <name|Qt> port
    (1.0.7.1).

    <item>Unified memory management for <name|X11> and <name|Qt> version of
    <TeXmacs> (1.0.7.1).

    <item>Added a plug-in for <TeX>graph (1.0.7.1).

    <item>Upgraded license to GNU GPL version 3 or later (1.0.7.1).

    <item>Several fixes and improvements for <name|Html> export (1.0.7.1).

    <item>Development based on <name|Svn> instead of <name|Cvs> (1.0.7.1).
  </itemize>

  <section|Changes from version 1.0.6 to 1.0.7>

  <\itemize>
    <item>Started native Qt port for <TeXmacs> (1.0.7).

    <item>Fixed bugs for re-importing files which were exported to <LaTeX>
    (1.0.7).

    <item>Improved <scheme> mode (1.0.6.15).

    <item>Improved appearance of <name|Wikipedia> mathematical pages
    (1.0.6.15).

    <item>Added plug-in for drawing Feynman diagrams (1.0.6.15).
2015-08-05 13:09:17 +00:00
ryoon
77bf835b8e Updated math/maxima to 5.36.1 2015-08-05 13:08:51 +00:00
ryoon
cfce3da964 Update to 5.36.1
* Use gmake to fix build.

Changelog:

Changes in Release 5.36.1
This is a bug-fix minor release. To see the changes in the major release
5.36, read the Maxima 5.36 change log

Bugs fixed
    Bug 2936: Stack overflow in integrate.
    Bugs in the draw package.
    Problem in loading wxm files from the Explorer in Wxmaxima.


Maxima 5.36 change log
New items in core:
    function parse_timedate: parse time/date string

New items in share:
    function lll: Lenstra-Lenstra-Lovasz algorithm

Changes in core:
    at: remove variables in simplification

Other changes:
    package contrib_ode: update test suite
    package ezunits: additional femto, pico, nano, and micro fractions
    package ezunits: apply rules more aggressively
    package maxima-odesolve: documentation
    package gentran: update
    package draw: geometric transformations for 2D implicit functions
    package coma: new version
    package maximaMathML: hook mechanism
    package noninteractive: new script expand_branches.mac

Bug fixes:
    [#2924]: Maxima fails to run on lisp interpreters
    [#2922]: input '20log(x)' causes strange error
    [#2919]: Definite integration broken: integrate(1/(x^2), x, -inf, inf) gives zero
    [#2913]: trigrat crashes with variable name "e"
    [#2907]: ratsubst(z, sin(x + 1), 0) crashes when radsubstflag = true
    [#2898]: limit of continuous --> und
    [#2892]: julia() and mandelbrot() creates maxout.gnuplot in different place than plot2d()/plot3d()
    [#2883]: load (lsquares); Error
    [#2881]: quad_qags recently got problems evaluating erf
    [#2878]: Installing from maxima-5.35.1.tar.gz requires Makeinfo
    [#2873]: implicit_plot does not accept symbolic ranges
    [#2865]: Use exp as a list
    [#2862]: Incorrect result for integrate(u/(u+1)^2,u,0,inf);
    [#2854]: Integral hangs with domain:complex
    [#2853]: abs_integrate hangs after encountering log(0)

Unnumbered bugs:
    mailing list 2015-03-16: Requesting advice on simplification rules for user-defined operators
    mailing list 2015-02-09: save(..) can't save syntax extensions in a readable form
    mailing list 2015-02-16: expand phenomenon
    mailing list 2015-02-08: Newbie lisp question
    mailing list 2015-01-22: Matrix inversion with detout = true?
    mailing list 2015-01-09: Problem loading package COMA
    mailing list 2015-01-05: order of operands is changed due to source information
    commit [b0a9ab]: Fix jacobi_sc(elliptic_kc(m)/2,m)
    commit [ff92d9]: Fix make_elliptic_f for inverse_jacobi_ns and inverse_jacobi_nc
    commit [b7dc04]: Added device info to paths in cl-info::*info-tables*
    commit [95c186]: Fixes a bug in the style option parser
    commit [bf9a67]: Correct the derivative of bessel_y wrt order: diff(bessel_y(v,z),v)
    commit [0d8d8a]: Handle the (finite) geometric sums with quotient 1.
    commit [b3cffd]: Fix bug controlling non numeric symbols in explicit
    commit [114860]: Add device to maxima-load-pathname-directory.
    commit [72d617]: Fix maxima -s PORT command.


Maxima 5.35 change log

   New items in core:
 * in evaluation, allow general expressions as operators

   New items in share:
 * package Eulix: numerical solution of ordinary differential equations
 * script hermite_reduce.mac: implement Rothstein-Trager algorithm

   Changes in core:
 * function supcontext: evaluate argument(s)
 * functions supcontext, newcontext: return made-up name if none supplied
 * function powerseries: bug fixes

   Other changes:
 * many updates to documentation

   Bug fixes:
   #2847: limits of powers of constants
   #2845: Avoid initialization-time compile in commac.lisp
   #2818: Problem with trigreduce
   #2816: Significant reduction in processing LaTeX output in imaxima in new version
   #2815: abs_integrate leads to infinite recursion
   #2814: abs_integrate: integration of x*ceiling(x)
   #2800: a typo in mode_identity documentation
   #2774: desolve doesn't know how to interpret temporary variables
   #2623: shortest_path
   #2575: Integration error: integrate(sqrt(k-k*cos(2*x)), x)
   #2371: limit((exp(a*x)-1)/(exp(a*x)+1),x,inf) fails

   unnumbered bugs:
   mailing list 2014-11-26: Error in histogram and continuous_freq
   mailing list 2014-09-01: SIGN1 strangeness, was: Problem with bfloat


Maxima 5.34 change log
   New items in core:
 * function invert_by_gausselim: invert by Gaussian elimination (used to be function invertmx)
 * function invert_by_adjoint: invert by adjoint method (used to be function invert)
 * functions push, pop: now implemented in core

   New items in share:
 * package coma: functions for control engineering
 * function sha1sum (package stringproc): compute SHA1 hash
 * engineering-format.lisp: change default float display format

   Changes in core:
 * function invert: use adjoint method or Gaussian elimination depending on size of matrix
 * function tex: Define TeX properties for gamma_incomplete and friends

   Bug fixes:
 #2785: dynamics package: plotting fails on evolution() and other functions
 #2784: Ceiling gives error, without even an error message
 #2782: realroots(x*y) internal error
 #2776: Error when integrate sqrt
 #2775: powerseries of some log expressions
 #2772: powerseries of some trig expressions
 #2768: "notequal" tries to put multiprecision rational numbers into floats
 #2765: powerseries of a derivative
 #2764: power series of 1 + x^n and regression tests in rtest16.mac
 #2763: symmetricp(matrix) DOEs not work
 #2760: powerseries at infinty broken
 #2755: powerseries of natural exponential
 #2751: powerseries of bessel functions needlessly fail
 #2750: powerseries(x^x,x,0) gives Lisp error
 #2749: Float evaluation of sinh causes Lisp error instead of overflowing to bigfloat
 #2746: scifac / gcfac crash
 #2745: limit with numer:true
 #2741: imaxima preamble broken for display in emacs
 #2738: Integrate encountered a Lisp error: The value 2 is not of type LIST
 #2732: wrong answer for similar to gaussian integral
 #2726: integrate produces wrong answer for Gaussian Moments
 #2725: pochhammer(n,x) documentation
 #2721: maxima can't refresh plots in gnuplot_pipes format
 #2719: Matrix invert() behaviour
 #2718: imaxima LaTeX definitions conflict with amsmath
 #2717: plot2d treats linear and log plots inconsistently
 #2716: is allows more than one argument
 #2711: `i' is not local in `geosum'
 #2710: `rempart' from package `functs' fails
 #2707: `rowp' fails if `p' function is defined
 #2697: Inconsistent handling of Greek symbols
 #2683: Plot2d default terminal broken
 #2678: transform_xy rejects argument constructed with make_transform
 #2677: [gnuplot_pm3d,false] does not disable pm3d
 #2621: "gamma limit error"
 #2526: abs_integrate fails on integrate(sqrt(x + sqrt(x)), x)

   unnumbered bugs:
 mailing list 2014-08-16: bind stack overflow in loop
 mailing list 2014-07-01: "rtest8.mac test failure"
 mailing list 2014-06-29: "rule issue"
 limit((atan(x)-(%pi/2))/(sin(10/x)),x,inf)
 ezgcd(p1,p2,...) => true when ratp returns true for any argument


Maxima 5.33 change log
   New items in share:
 * package alt-display: hook for nonstandard display functions
 * package kovacicODE: Kovacic method for ordinary differential equations
 * package odes: several methods for ordinary differential equations
 * package trigtools: manipulating trigonometric function expressions
 * package sound: functions for audio synthesis

   Changes in core:
 * promote result to bigfloat on floating point overflow
 * variables declared to be irrational are considered real
 * display floats with leading "0." instead of "." only
 * function tex: accepts Lisp objects now
 * functions expintegral_shi, expintegral_chi: limits
 * functions hankel_1, hankel_2: numerically evaluate when the order is complex
 * function declare: rational and irrational properties mutually exclusive
 * functions get, put: when first argument is a string, assume it is the name of an operator
 * functions round, truncate: handle arguments of zeroa and zerob
 * functions for Galois fields: improve power tables and introduce nth root
 * operator @: TeX property

   Other changes:
 * package ezunits: TeX property for units conversion operator
 * package maximaMathML: some updates
 * package draw: support for gnuplot terminal canvas
 * documentation: updating Brazilian Portuguese translation of user manual

   Bug fixes:
 * 2703: plotting option legend causes an error
 * 2702: plotting option adapt_depth causes an error
 * 2701: plotting option logy causes an error
 * 2700: plot option psfile causes an error
 * 2699: nticks seems ignored
 * 2696: *prompt-prefix* and *prompt-suffix* not inserted for askinteger / asksign
 * 2695: kill kills built-in properties of operator after user-defined property
 * 2687: call-arguments-limit easily exhaustable in tex1
 * 2682: Function zeta fails numerically for large numbers that aren't even integers
 * 2681: solve_rec wrong result
 * 2676: integral incorrect when variable is subscripted
 * 2675: maxima will not do the simplest of definite integrals and will not factor otherwise
 * 2671: Since 4833b5 Maxima (with ECL at least) outputs palette numbers gnuplot

 unnumbered bugs:
 * bug in gnuplot_term option
 * bug in starplot
 * bug in ratinterpol
 * %e^^A should not simplify to %e^A
 * %pi is now correctly rounded with high probability
 * embedded plotting bug in XMaxima
 * bug in single-label case for plotting option 'label'
 * bug in comment indentation in Emacs
 * $CONS and friends should treat lists the same as other expressions
 * mailing list 2014-02-27: "assigning to a list of structure fields does not work"
2015-08-05 13:08:22 +00:00
ryoon
13f40ca441 Updated misc/libreoffice4-bin to 4.4.5 2015-08-05 12:38:42 +00:00
ryoon
d7f012aaad Update to 4.4.5.2
Changelog:
Bugs fixed compared to the 4.4.5 final (rc1):

    coverity#1266485 untrusted value as argument [Caolán McNamara]
    tdf#47832 FILESAVE: Pictures on buttons, created in forms, gone after reopening form [Zolnai Tamás]
    tdf#84762 F9 cell update fails in sheet with combination of randomnumber() with reference to other cells [Eike Rathke]
    tdf#88056 [FILE OPEN/SAVE] field Insert ▸ Field ▸ Page Title not saved / reloaded [Caolán McNamara]
    tdf#91453 Use configuration of text to number conversion also in arithmetic matrix operations (was: SUMPRODUCT() doesn't work well with 4.4.3) [Eike Rathke]
    tdf#92468 Range reference not justified in order when copied&pasted [Eike Rathke]


Bugs fixed compared to the 4.4.4 final (rc3):

    bnc#783638 DOCX import: inline picture should have no spacing [Miklos Vajna]
    deb#788713 fix (fatal) perl deprecation in lo-xlate-lang [Rene Engelhard]
    tdf#31577 Calc "INDIRECT" range intermittently fails [Eike Rathke]
    tdf#34548 EDITING: CRASH in action after Undo [David Tardon]
    tdf#34724 EDIT: unintended date recognition of input Jan1 or 1Jan [Eike Rathke]
    tdf#36406 EDITING - Saveas Hangs in Calc after an edit or on time interval set to save a copy. [Takeshi Abe]
    tdf#44419 Allow entire column or entire row ranges in formulae, e.g. A:A or 1:1 [Eike Rathke]
    tdf#46440 SIGSEGV in Application::IsInMain() [Caolán McNamara]
    tdf#55430 EDITING: Single mouse click selection of element completely drawn in front of selected filled area impossible [Caolán McNamara]
    tdf#61492 EDITING:Bullet and text overlap in edit view when text font size is increased by using (ctrl +]) shortcut. [Maxim Monastirsky]
    tdf#63685 FILEOPEN: docx import regression: graphic is not displayed [Miklos Vajna]
    tdf#65788 problems with .svg exported from Calc charts [Chr. Rossmanith]
    tdf#67712 form controls and draw objects anchored to cell but changes position after reopening [Henry Castro]
    tdf#68797 FILEOPEN lost position of lines anchored to cell [Henry Castro]
    tdf#70318 EDITING: Paragraph break is inserted unintentionally with Paste special > Text with formatting (rtf) [Miklos Vajna]
    tdf#74880 [Memory leak] LibreOffice crashing when importing data from 8+ ods files, but doesn't crash on same xls files [Caolán McNamara]
    tdf#78854 EDITING: Undoing layout change causes it to crash [David Tardon]
    tdf#79780 Icons not accessible after opening properties dialog in template manager [Caolán McNamara]
    tdf#81806 EDITING: Document corruption and crash when editing tables [Caolán McNamara]
    tdf#82553 FILEOPEN: Wrong import of DOCX with table (Summary in Comment 3) [Miklos Vajna]
    tdf#83365 Other: Access across spreadsheet returns Err:504 [Eike Rathke]
    tdf#84483 PRINTING: Print dialogue called from print preview causes writer to crash [Caolán McNamara]
    tdf#86017 Crash when pasting spreadsheet columns in DDE mode on writer [Caolán McNamara]
    tdf#86305 EDITING: Entering data into a cell changes array formula that references that cell [Eike Rathke]
    tdf#86814 FORMATTING: sometimes no bold style in RTF file [Miklos Vajna]
    tdf#87245 Crash when opening Page dialog, after sorting with a macro [Caolán McNamara]
    tdf#87348 linked textboxes/frames don't work in .docx format [Justin Luth]
    tdf#87460 Losing endnotes in table cell when reading docx in Writer [Miklos Vajna]
    tdf#87574 Outline numbering "None" is not retained when save as docx [Mark Hung]
    tdf#87820 Images not displayed properly in Calc [Caolán McNamara]
    tdf#88290 Numbering toolbar icon not working for certain locales [Maxim Monastirsky]
    tdf#88465 FILEOPEN PDF Import: incorrect image transformations [Vort]
    tdf#88697 FILESAVE: export to word 2003 .doc format formats bibliography entries not appropriately [Michael Stahl]
    tdf#88843 SIDEBAR: Can set over 100% transparency on frames using sidebar [Rishabh Kumar]
    tdf#88911 EDITING: Crash when dragging text from document to navigator pane [Caolán McNamara]
    tdf#89643 report builder: function wizard segfaults as soon as a function is inserted [Caolán McNamara]
    tdf#89698 DOCX: Images anchored with 'as character' should have no spacing [Miklos Vajna]
    tdf#89731 Crash opening docx file [Caolán McNamara]
    tdf#90001 EDITING: Delete firsts or lasts sheets used in 3D formulas generates a #REF error [Markus Mohrhard]
    tdf#90260 EDITING: Copying and pasting from rtf file to odt file adds a paragraph [Miklos Vajna]
    tdf#90315 FILEOPEN: RTF import incorrectly sets table columns positions [Miklos Vajna]
    tdf#90435 [CRASH] Nice to reproduce crash with Print Preview > Esc > Format Page [Caolán McNamara]
    tdf#90565 UI Dialog "Number format" (Writer tables) has focus on Help button, rather then on list Category [Katarina Behrens]
    tdf#90717 Calc crashes when deleting row number 11 [Eike Rathke]
    tdf#90804 Style preview doesnt show correctly in the Font tab [Andras Timar]
    tdf#90960 EDITING: soffice(Calc) crashes when entering CR at end of comment that was just copy/paste'd [Caolán McNamara]
    tdf#90996 EDITING: comment is erased when dragging formula vertically [Mike Kaganski]
    tdf#91001 Cannot increase font size [Maxim Monastirsky]
    tdf#91074 FILEOPEN:RTF FILE OPEN ERROR [Miklos Vajna]
    tdf#91095 crash exporting the given docx to docbook [Miklos Vajna]
    tdf#91214 Calc: Crash on exit (steps in Comment 9) [Caolán McNamara]
    tdf#91228 Writer crash Insert Image, Anchor as character, Go after image, press enter [Michael Stahl]
    tdf#91403 Crash in Insert - Fields - More Fields... [Caolán McNamara]
    tdf#91411 Problems with the cells recalculation - F9 also does not work (hard recalc needed) [Eike Rathke]
    tdf#91416 EDITING: Crash on changing value in simple spreadsheet [Caolán McNamara]
    tdf#91420 date recognition in DateValue [Eike Rathke]
    tdf#91425 CRASH - Calc Insert Columns Left [Takeshi Abe]
    tdf#91602 WRITER: Crash on paste with Zoom - Page width [Michael Stahl]
    tdf#91613 Writer: cannot open sections with double click in the status bar anymore [Andras Timar]
    tdf#91637 EDITING: Crash inserting cross-reference category and number if text in caption has been deleted [Caolán McNamara]
    tdf#91641 using kmfl in calc transposes characters when editing existing text [Justin Luth]
    tdf#91675 Updated Catalan bundled dictionaries (spellchker, hyphenation, thesaurus) [Andras Timar]
    tdf#91697 String in English in macro security dialog [Andras Timar]
    tdf#91726 AutoFormat: Crash when using an existing name for a new preset [Julien Nabet]
    tdf#91878 UI:no way to set a frame for a vertical orientation. [Caolán McNamara]
    tdf#91917 Clicking in the text or using Enter key does not move the cursor anymore [Michael Stahl]
    tdf¡n McNamara]
    tdf#92281 FILEOPEN: Only western font is set for symbols in DOC files [Mark Hung]
    tdf#92386 Writer crashes in print preview if the document is in two windows [Julien Nabet]
    tdf#92425 UI: Page view Sifr icons in status bar do not cd when user does not save changes in MS format files [Maxim Monastirsky]
    tdf#92438 regression in LibreLogo icon order [László Németh]
    tdf#92467 Calc crashes in find and replace dialog when arrow down is used [Caolán McNamara]
2015-08-05 12:34:52 +00:00