Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (59m)  pkgsrc-2024Q1 (14d)  pkgsrc-2023Q4 (42d)  pkgsrc-2023Q2 (74d)  pkgsrc-2023Q3 (154d) 

2024-05-13 01:42:56 UTC Now

2015-09-16 16:17:34 UTC MAIN commitmail json YAML

Updated devel/cvs-fast-export to 1.33

(wiz)

2015-09-16 16:17:18 UTC MAIN commitmail json YAML

Update to 1.33:

1.33: 2015-08-30
    Deal with a really annoying build-portability glitch around -lrt.
    Fix cvsconvert to be Python 2.6-compatible.

(wiz)

2015-09-16 16:13:25 UTC MAIN commitmail json YAML

Updated devel/reposurgeon to 3.29

(wiz)

2015-09-16 16:13:16 UTC MAIN commitmail json YAML

Update to 3.29:

3.29: 2015-09-02
Now included: git aliases that allow git to work with action stamps.
The new repomapper tool helps prepare contributor maps.
Use of branchify/branchify_map is now less likely to produce invalid resets.
branchify_map has been changed to handle subdirectories better.
"branchify_map reset" actually works now.
Prevent a crash on empty SVN comments produced by dumpfiltering.
'assign' command with no selection set or arguments lists assignments.
New --user-ignores option on Subversion reads passes through .gitignores.
'repotool initialize' now generates an easier-to-read conversion makefile.

(wiz)

2015-09-16 12:52:54 UTC MAIN commitmail json YAML

gegl needs gnu extensions so SunOS may no longer use -std=c99

(richard)

2015-09-16 12:28:53 UTC MAIN commitmail json YAML

2015-09-16 11:18:54 UTC MAIN commitmail json YAML

Build fix for non-NetBSD, from Petar Bogdanovic.

This adds USE_TOOLS of lex and yacc.  The build also uses objcopy, but
that's not a tool -- perhaps it should be, but that's a discussion for
after the branch.  For now a comment is left about objcopy.

(leaf package)

(gdt)

2015-09-16 08:08:00 UTC MAIN commitmail json YAML

Switch from libwps to libwps03, so that this has a chance to build
together with fully up-to-date packages.

(he)

2015-09-15 22:11:43 UTC MAIN commitmail json YAML

+ ddrescue-1.20, gcpio-2.12, gnupg21-2.1.8, libcfg+-0.7.0,
  php-owncloud-8.1.3 [pkg/50247], python-3.5.0, windowmaker-0.95.7.

(wiz)

2015-09-15 20:58:15 UTC MAIN commitmail json YAML

2015-09-15 20:57:14 UTC MAIN commitmail json YAML

2015-09-15 20:56:33 UTC MAIN commitmail json YAML

Don't clean intermediate files after checksum/patch phase.
The work directories are almost empty, so it doesn't save much space.
It makes debugging annoying and it breaks local DISTDIR settings.

(joerg)

2015-09-15 20:54:44 UTC MAIN commitmail json YAML

Apply the same Ruby restrictions as ruby-amq-protocol has.

(joerg)

2015-09-15 15:18:33 UTC MAIN commitmail json YAML

Forgot to comit distinfo.  (Why?)
Noted by joerg@, thanks much!

(taca)

2015-09-15 14:50:09 UTC MAIN commitmail json YAML

MesaLib-11.0.0, smartmontools-6.4

(tnn)

2015-09-15 14:12:15 UTC MAIN commitmail json YAML

2015-09-15 13:35:08 UTC MAIN commitmail json YAML

2015-09-15 13:08:38 UTC MAIN commitmail json YAML

Depend on ncurses for !NetBSD and NetBSD before 6.0. Do not force
ncurses on the cmake side. Avoids picking up ncurses from pkgsrc when it
is installed, but not intended to be used by cmake.

(joerg)

2015-09-15 08:36:17 UTC MAIN commitmail json YAML

Updated pkgtools/pkgdiff to 1.7

(wiz)

2015-09-15 08:36:07 UTC MAIN commitmail json YAML

Handle Makefile parse errors better.

Bump version.

Requested by joerg@
Reviewed by leot@

(wiz)

2015-09-15 08:22:39 UTC MAIN commitmail json YAML

Restore package name, lack of hyphen

(joerg)

2015-09-15 03:07:47 UTC MAIN commitmail json YAML

Add dependency to ruby-mini_portile.  Noted by joerg@ and thanks!

(taca)

2015-09-15 03:06:58 UTC MAIN commitmail json YAML

Drop support for Ruby 1.9.3.  Noted by joerg@ and thanks!

(taca)

2015-09-15 00:24:27 UTC MAIN commitmail json YAML

Back out enablement of glx-tls for NetBSD. The x86_64 assembler code for the
tls dispatch table (entry_x86-64_tls.h) needs some additional fixes, but
although I know the issue it is too hairy to attempt during freeze.

(tnn)

2015-09-14 21:08:04 UTC MAIN commitmail json YAML

remove url2pkg marker.

(wiz)

2015-09-14 20:00:31 UTC MAIN commitmail json YAML

Fix build. Assume everyone has at least OpenGL 1.1 (1997) by now.

(tnn)

2015-09-14 19:56:59 UTC MAIN commitmail json YAML

+ fdm-1.9 (and make myself responsable for it)

(leot)

2015-09-14 18:20:12 UTC MAIN commitmail json YAML

Fix typo and thereby really bump the revision.

(tron)

2015-09-14 16:38:15 UTC MAIN commitmail json YAML

mention license constraints

(tnn)

2015-09-14 16:32:27 UTC MAIN commitmail json YAML

Add support for ECDH, from upstream

After the recent logjam attack, longer DH parameter size have been advised.
Unfortunately, this comes with a high computational cost. ECDH is a good
alternative to acheive forward secrecy with lower CPU Loads.

This patch is a backport from upstream ECDH umplementation. ECDH is
enabled by speciying a curve name through the TLSECName directive.
Valid curve names can be obtaines by openssl ecparam -list_curves

Advised usage for a forward-secrecy only setup wiht only ECDH:
TLSCipherSuite EECDH:!RC4:!SHA:!MD5:!DES:!aNULL:!eNULL
TLSECName      prime256v1

If backward compatibility with older clients is required:
TLSCipherSuite EECDH:HIGH:!RC4:!SHA:!MD5:!DES:!aNULL:!eNULL
TLSECName      prime256v1

Backward compatible flavor with more forward secrecy, at
the expense of using costly DH. dh2048.pem is obtained using openssl
dhparam 2048 > /etc/openssl/certs/dh2048.pem
TLSCipherSuite EECDH:EDH:HIGH:!RC4:!SHA:!MD5:!DES:!aNULL:!eNULL
TLSDHParamFile /etc/openssl/certs/dh2048.pem
TLSECName      prime256v1

(manu)

2015-09-14 16:08:08 UTC MAIN commitmail json YAML

Updated lang/mono to 4.0.4.1nb1

(wiz)

2015-09-14 16:07:57 UTC MAIN commitmail json YAML

Add more MAKE_DIRS for config files.

Bump PKGREVISION.
ok jpergkin@

(wiz)

2015-09-14 14:58:49 UTC MAIN commitmail json YAML

2015-09-14 14:40:37 UTC MAIN commitmail json YAML

Re-enable glx on OS X.

Upstream disabled glx on OS X (in an apparent attempt to make it build
on systems without X11).  However, libepoxy without glx is defective,
and gtk3 fails with it.  So it seems like the right thing is to ensure
X11 presence for libepoxy.

This patch reverts upstream's disabling of glx (setting configure
variables/defines), making it be like libepoxy 1.2.  The resulting
libepoxy has glx, and gtk3+ builds fine against it on OS X 10.9.

(It remains TBD to sort out how we feel about X vs quartz, but that's
a separable issue.)

Reviewed by ttn@ and tron@.

(gdt)

2015-09-14 14:00:01 UTC MAIN commitmail json YAML

2015-09-14 13:53:52 UTC MAIN commitmail json YAML

Updated net/nagios-plugin-fstab to 0.3

(manu)

2015-09-14 13:53:03 UTC MAIN commitmail json YAML

Update check_fstab to 0.3

This fixes monitoring of mounts ftom non-devices sources (e.g.: null mount)

(manu)

2015-09-14 13:47:57 UTC MAIN commitmail json YAML

Updated net/nagios-plugin-dotpid to 0.4

(manu)

2015-09-14 13:46:25 UTC MAIN commitmail json YAML

Update check_dotpid to 0.4

The plusgin now recursively monotirs PID fils in /var/run

(manu)

2015-09-14 13:36:29 UTC MAIN commitmail json YAML

2015-09-14 13:34:09 UTC MAIN commitmail json YAML

When raising required poppler version, also include the upper limit.

(joerg)

2015-09-14 13:33:21 UTC MAIN commitmail json YAML

2015-09-14 13:32:49 UTC MAIN commitmail json YAML

Avoid undefined behavior when shifting negative integers.

(joerg)

2015-09-14 13:31:54 UTC MAIN commitmail json YAML

2015-09-14 13:30:03 UTC MAIN commitmail json YAML

2015-09-14 13:25:39 UTC MAIN commitmail json YAML

2015-09-14 12:46:05 UTC MAIN commitmail json YAML

freeze for pkgsrc-2015Q3 started

(wiz)

2015-09-14 11:30:49 UTC MAIN commitmail json YAML

Update homepage - according to archive.org, the URL entered in 2006
never existed, not even in 2006... The replacement may be prehistoric,
but it is at least readable.

(hauke)

2015-09-14 11:17:25 UTC MAIN commitmail json YAML

Update homepage - according to archive.org, the URL entered in 2006
never existed, not even in 2006... The replacement may be prehistoric,
but it is at least readable.

(hauke)

2015-09-14 10:54:15 UTC MAIN commitmail json YAML

Updated databases/db6 to 6.1.26

(adam)

2015-09-14 10:52:58 UTC MAIN commitmail json YAML

Changes 6.1.26:
A 'salvage' (db_dump -r) no longer hangs on a corrupt database which contains a loop in an overflow item's chain of pages.

Remove +u1 compiler flag from the HP-UX build and fixed related alignment issue.

Fixed DB_RUNRECOVERY errors caused by pthreads-based mutexes.

Allow the failchk process to call __env_refresh when necessary.

DB->open() now detects invalid pagesizes sooner, avoiding a potential floating point exception when a purported database file has a pagesize of 0. Added a pre-verify step to the db_dump utility.

Fixed a bug that can cause DBcursor->get to return incorrect data when DB_GET_BOTH_RANGE flag is used.

Added support for Java 8.

Aborting a transaction no longer panics if a deadlock error occurs while freeing up the transaction's cursors.

Fixed a crash which could occur when multiple BDB SQL processes repeatedly open a database file.

Fixed a bug where db_printlog improperly handled a "No such file or directory" error condition.

Fixed a bug that could cause a master crash in the following cases: an unencrypted client attempts to join an encrypted replication group, or an encrypted client attempts to join an unencrypted replication group.

Fixed a bug that can cause a crash when DB_ENV->memp_stat() is called.

Added support for arm64.

Reduced the minimum hash table size.

Fixed a bug where file names were not displayed correctly when a file failed to open during backup.

Enabled cross compiling the JDBC driver.

Fixed a crash when writing to a SQL BLOB while txn_bulk is enabled.

DB->open() now detects invalid bt_minkey better, avoiding a potential floating point excetpion.

Removed EnvironmentConfig.setTxnNotDurable() and Environment.getTxnNotDurable() from the Java API. This flag cannot be set on environments.

(adam)

2015-09-14 09:06:39 UTC MAIN commitmail json YAML

asterisk10 is history

(jnemeth)

2015-09-14 09:05:57 UTC MAIN commitmail json YAML

2015-09-14 09:04:14 UTC MAIN commitmail json YAML

Removed comms/asterisk10

(jnemeth)

2015-09-14 08:27:13 UTC MAIN commitmail json YAML

Reorder and fix logic snafu.

(joerg)

2015-09-14 06:04:22 UTC MAIN commitmail json YAML

Updated net/mldonkey-gui to 3.1.5

(wiz)

2015-09-14 06:04:08 UTC MAIN commitmail json YAML

Updated net/mldonkey to 3.1.5

(wiz)

2015-09-14 06:03:58 UTC MAIN commitmail json YAML

Update net/mldonkey* to 3.1.5.

Fixes problem reported in PR 50220 by Germain Le Chapelain.

2014/03/22: version 3.1.5 = tag release-3-1-5
8415: Revert patch #8328 to fix GTK2 gui's compilation (ygrek)

2014/03/10: version 3.1.4 = tag release-3-1-4
8388: BT: use porttest service from EDK module (ygrek)
8352: CryptoPP: Fix compilation with gcc-4.7 (Jaakko Perttil辰)
8351: CryptoPP: Fix FreeBSD build with clang on i386 (tijl)
8350: CryptoPP: Fix compilation on armhf (ygrek)

(wiz)

2015-09-14 03:09:00 UTC MAIN commitmail json YAML

Include all buildlink3.mk before compiler.mk, as the buildlink dependencies
may alter the compiler selection.

In this particular case, librevenge depends on boost-libs, which will
set GCC_REQD and possibly select a GCC dependency, so long as the compiler
hasn't been forcibly pre-selected by including compiler.mk too early.

Fixes build of libwpg on platforms with a native GCC older than what
boost-libs calls for.

(dsainty)

2015-09-14 03:07:12 UTC MAIN commitmail json YAML

Include all buildlink3.mk before compiler.mk, as the buildlink dependencies
may alter the compiler selection.

In this particular case, librevenge depends on boost-libs, which will
set GCC_REQD and possibly select a GCC dependency, so long as the compiler
hasn't been forcibly pre-selected by including compiler.mk too early.

Fixes build of libwpd on platforms with a native GCC older than what
boost-libs calls for.

(dsainty)

2015-09-14 00:30:15 UTC MAIN commitmail json YAML

Updated security/gnutls to 3.3.18

(mef)

2015-09-14 00:29:45 UTC MAIN commitmail json YAML

Update to 3.3.18
----------------
* Version 3.3.18 (released 2015-09-12)

** libgnutls: When re-importing CRLs to a trust list ensure that there
  no duplicate entries.

** certtool: Removed any arbitrary limits imposed on input file sizes
  and maximum number of certificates imported.

** API and ABI modifications:
  No changes since last version.

(mef)

2015-09-13 23:37:56 UTC MAIN commitmail json YAML

Updated www/trac to 1.0.9

(gdt)

2015-09-13 23:37:39 UTC MAIN commitmail json YAML

Update to 1.0.9.

Upstream ~NEWS:

Trac 1.0.9 provides more than a dozen minor fixes
and enhancements, including significantly reduced
memory usage by the Git repository connector.

(gdt)

2015-09-13 23:23:59 UTC MAIN commitmail json YAML

Updated geography/proj to 4.9.2

(gdt)

2015-09-13 23:22:23 UTC MAIN commitmail json YAML

Update to 4.9.2.

Note that the PVALUE rename is not an ABI change and there is no revbump.

4.9.2 Release Notes
-------------------

o proj_def.dat was missing from source distribution
  see https://github.com/OSGeo/proj.4/issues/274 for more detail

o Update Geodesic library from GeographicLib

o Remove setlocale() use in pj_init_ctx()

o Renamed PVALUE in pj_param.c to prevent clash with Windows

(gdt)

2015-09-13 22:00:02 UTC MAIN commitmail json YAML

Updated editors/abiword-plugins to 3.0.1nb1

(nros)

2015-09-13 21:59:32 UTC MAIN commitmail json YAML

Updated editors/abiword to 3.0.1

(nros)

2015-09-13 21:56:55 UTC MAIN commitmail json YAML

Update abiword-plugins to version 3.0.1nb1.
Packaged for pkgsrc-wip by nros.

(nros)

2015-09-13 21:55:42 UTC MAIN commitmail json YAML

2015-09-13 21:55:15 UTC MAIN commitmail json YAML

Update net/dante to dante-1.4.1.

Changes:
***
***  Wednesday, September 3, 2014 -- Dante v1.4.1
***
o Fixed configure problem with detection of libc.so on recent FreeBSD
  versions.
  Problem report and testing by Mikhail <mp39590@gmail.com.example.com>.
o Fixed problem in configure test used for figuring out which
  buffer in an IPC socket is used for determining bytes that can
  be buffered.  Should fix problem on FreeBSD.
  Diagnosed in detail by Mikhail <mp39590@gmail.com.example.com>.
  Also reported by Carlos Jacobo Puga Medina <cpm@fbsd.es.example.com>.
o Fixed bug in handling of buffered GSSAPI data.
o Added keywords for specifying that only IPv4 or IPv6 should be used
  on internal or external interfaces.
o Fix bug that prevented external.rotation: same-same from working correctly.
  Reported by Alexander.V.Makkoveev (makkoveev@gmail.com.example.com).
o AIX 6.1 compilation fixes.
o NetBSD 6.1.3 gethostbyaddr() configure fix.
  Problem reported by Anthony Howe <achowe@snert.com.example.com>.
o Use wait3(2) rather than wait4(2), as the latter (implemented as a
  wrapper on Solaris) has a bug on Solaris in the handling of the WAIT_ANY
  value.  This is -1 traditionally, but on Solaris wait4(2) is expecting
  it to be the value 0. This change also fixes a similar problem on AIX.
o Remove extra CRLF from CONNECT request, as in patch submitted by
  "Dyson, Brian J" <Brian.Dyson@ca.com.example.com>.

***
***  Monday, November 18, 2013 -- Dante v1.4.0
***
o Older syntax for setting the socket buffer sizes via
  socket.recvbuf.udp, socket.sendbuf.udp, socket.recvbuf.tcp and
  socket.sendbuf.tcp options have been deprecated and replaced with
  the more general API for setting socket options.
  "socket.recvbuf.udp" can now be set by "<interface-side>.udp.so_rcvbuf"
  "socket.sendbuf.udp" can now be set by "<interface-side>.udp.so_sndbuf"
  "socket.recvbuf.tcp" can now be set by "<interface-side>.tcp.so_rcvbuf"
  "socket.sendbuf.tcp" can now be set by "<interface-side>.tcp.so_sndbuf"
  <interface-side> refers to either "internal", for Dante's internal
  interface(s), or "external", for Dante's external interface(s).
o socks-rules now require a "socks" prefix (like client-rules require a
  "client" prefix), and the socks "method" keyword has been renamed to
  "socksmethod".
o The "socksmethod" keyword can now be set in client-rules too.  It
  is used to override the default preference for what socksmethod to
  select for which clients addresses, making it possible to by
  default e.g., have the preference "gssapi username none", but for
  some client-ranges have a different preference, e.g., "none
  username gssapi".
  Normally there is no need to use set this keyword in a client-rule.
o Fallback to direct (non-proxy) routes now defaults to off in the client,
  as well as in the server.

  To keep previous behaviour in the client, with direct route fallback
  for destinations with no matching route, set SOCKS_DIRECTROUTE_FALLBACK
  to "yes" in the environment, or ./configure with --enable-drt-fallback.

  Direct fallback is enabled if there are no routes configured (as is
  usually the case in a server configuration), and disabled otherwise.
o IPv6 is now supported in the server.
  Standard IPv6 address syntax is used for addresses, with the addition
  of the special address "0/0" used for matching both all IPv4 and
  all IPv6 addresses.
o New "monitor" object added.  Syntax is similar to rules and routes,
  but instead of applying to individual sessions, it applies to all
  sessions currently matching the addresses to monitor.
  This can be used for monitoring network anomalies related to too
  little data being transferred or too many disconnects occurring,
  triggering alarms if detected.
o Possibility to configure system errors and DNS-errors for
  special logging in certain cases (when connecting and performing
  hostname resolving).
o More aggressive regarding how many processes to fork when starting
  and how many processes to reserve for future clients.
o Added new log keyword: "tcpinfo".  Used to report more extensive
  statistics about sessions, including TCP_INFO on supported platforms.
o SIGINFO/SIGUSR1 output is now logged at level "info" instead of level
  "debug".
o SIGHUP code rewritten.  Should function considerably better in
  environments were SIGHUP is, for whatever reason, sent an excessive
  amount of times every second.
o Default for the maximum number of clients an i/o process can handle has
  been increased from 8 to 32.
o Improved UDP compatibility by sending appropriate ICMP unreachable
  errors to clients and targets, if running with the appropriate
  privileges (typically, root is required for this).
  Makes it possible for a client or target to be notified that a UDP
  packet it wanted the Dante server to forward was not forwarded.
o Reduction in memory consumption at the expense of allocating extra
  memory dynamically in the very rare, perhaps non-existing, cases
  where the extra memory is needed.
o The default timeout for TCP i/o (timeout.io.tcp) has been changed from
  84000 to 0.  0 means use the kernels default, which in most cases will
  mean no timeout.  See UPGRADE for more information.
o The session module has been merged with the mainstream Dante code,
  and has also been extended to support the following new features:
    - connection throttling (number of new sessions accepted per second).
    - state-keys.
      Two state keys are currently supported:
        - per-IP address.
        - per-hostid (hostid is supported on certain platforms, with
                      certain kernel patches, with certain clients).
  The syntax has also changed (see UPGRADE).
  See the manual for more information about the new features.
o Code used for finding the correct outgoing address to bind when
  external.rotation is set to "route" replaced with much simpler,
  but hopefully equally (or better) functioning code.
  Idea taken from Quagga.
o Use getpassphrase() rather then getpass() to obtain password for
  username authentication when available. Avoids 9 character limit
  on Solaris.  Suggested by Albert Fluegel <af@muc.de.example.com>
o Use sqrt() rather than sqrtl() in stddev calculation, as sqrtl() is not
  available on some platforms (such as FreeBSD 7.2).  Problem reported
  by Rudolf Polzer <rpolzer@one-it.de.example.org>.
o If the authentication method used was RFC931 (ident), the username
  was not always logged when it should be.
  Reported by Gregory Charot (EVENIUM) <gcharot@evenium.com.example.com>.
o Syntax checking has been improved to better detect invalid or
  likely incorrect server configurations.
  This can result in some configurations that have previously been
  accepted or accepted with warnings by Dante, to now cause an error
  on startup, preventing the Dante server from starting up until the
  configuration error has been fixed.
o Fixed compilation on OpenBSD with compilers not supporting -Wbounded.
  Problem report and testing by
  Mikael More <mikael.more@gmail.com.example.com>.
o GSSAPI "clear" is no longer enabled by default, as it is not part
  of the SOCKS GSSAPI standard per se.
o external.rotation was not handling non-IPv4 target addresses correctly.
  Reported and diagnosed by Rudolf Polzer <rpolzer@one-it.de.example.com>.
o The "--disable-libwrap" option has been renamed "--without-libwrap".
o Fixed bug that would cause the following warning to sometimes be
  erroneously reported:
  "warning: accept(2) failed: Resource temporarily unavailable"
o SIGINFO log information extended to include information about i/o
  buffer status and as well as UDP packet latency.
o Real-time scheduling priority settings and CPU affinity settings made
  available in sockd.conf.
  See https://www.inet.no/dante/files/dante_realtime_preview.pdf for
  a performance analysis done in relation to these new features.
o General API for setting socket options on sockets used by Dante
  made available in sockd.conf.
o Support for cross compilation of client library for Android
  (system name 'arm-linux-androideabi').
  Testing and analysis by Yoav Weiss <weiss.yoav@gmail.com.example.com>.
o Problem with sockd.init generation in dante.spec fixed.
  Reported by Luiz Gustavo Nascimento <luizgn@gmail.com.example.com>.

***
***  Thursday, August 4, 2011 -- Dante v1.3.2
***
o Part of the possible resource optimization indicated in section 4.4
  of the Dante 1.3.1 performance evaluation report
  (http://www.inet.no/dante/doc/1.3.x/dante_performance_1.3.1.pdf)
  has been implemented: scheduling new clients to the Dante process
  with fewest free slots available.
o If a proxy server (socks, http, or upnp) is configured via
  environment variables, don't attempt to also parse any socks.conf
  files.
o The "HTTP_PROXY" environment variable has been renamed to
  "HTTP_CONNECT_PROXY" to avoid conflict with HTTP proxies that do not
  support the HTTP CONNECT request.
o Fixed an unintended change to ACL semantics regarding bind requests in
  Dante 1.2.3.
  Noted by Ralf Wenk <Ralf.Wenk@hs-karlsruhe.de.example.com>.  Many thanks.
o Fixed a bug regarding handling of cases where the ulimit for max number
  of files is unlimited.  Reported and analyzed by
  Ralf Wenk <Ralf.Wenk@hs-karlsruhe.de.example.com>.
o Fixed a bug introduced in 1.3.1 related to privileges during startup
  on Solaris.

***
***  Tuesday, June 21, 2011 -- Dante v1.3.1
***
o Fixed a bug regarding handling of socks clients that do not follow the
  spec and start sending traffic data before request has been granted.
o Fixed an error related to ACL on UDP-packets.  If a given SOCKS
  client was allowed to send some UDP packets, in some cases packets
  from the same SOCKS client that should have been blocked were allowed.

***
***  Tuesday, June 14, 2011 -- Dante v1.3.0
***
o Fixed a bug related to parsing the HTTP_PROXY environment variable.
  Problem reported by John Fletcher <john.fletcher@rd.bbc.co.uk.example.com>.
  Note that the format of the HTTP_PROXY variable has also changed.
o Logfiles can now be added or changed in sockd.conf after startup.
o The priority of proxy routes has changed, so that a SOCKS v4 route is
  now preferred over a SOCKS v5 route when both can be used, because
  v4 requests can be performed faster than v5 requests.
o Support for a new module, providing LDAP based authorisation.
  Developed by Markus Moeller (markus_moeller at compuserve.com).
  Note that modules need to be purchased separately.
  See "http://www.inet.no/dante/module.html" for more information about
  Dante modules.
o Resource requirements have been significantly reduced.
  Performance has also been improved.
o When checking whether a username is member of a group, as used in
  in group-based authentication checks, also check against the
  primary groupname of the user, as listed in /etc/passwd or similar,
  rather than only against the entries in /etc/group or similar.
  Based on a patch from Ralf Wenk <Ralf.Wenk@hs-karlsruhe.de.example.com>.
  Thanks.
o The socket buffer sizes can now be set in sockd.conf.  The default
  value is 0, which lets the kernel choose the buffer sizes itself.
o A new keyword has been added to the configuration files: "errorlog".
  The syntax is the same as for the "logoutput" keyword, but
  "errorlog" is used to specify how errors, and only errors, should
  be logged.
  The meaning of the "logoutput" keyword has not changed, and will
  still log errors if configured to do so.
o "child.maxidle: yes" is now the default setting, meaning most idle
  sockd child processes will be terminated automatically.
o A bug that prevented binding privileged ports in the client from working
  has been fixed.
  Bug reported by Christophe R駲uillart <requillart@gmail.com.example.com>
o Two new timeout parameters have been added to sockd.conf:
  - "timeout.connect":
    This controls how many seconds the server will wait for a connect
    initiated on behalf of the SOCKS-client to complete.  The default
    is 30.  Setting it to 0 will use the kernel default.
  - "timeout.tcp_fin_wait":
    This controls the equivalent of TCP FIN-WAIT-2.
    Note that FIN-WAIT-2 is a normal TCP state.  Having many tcp
    connections stuck in this state does not indicate something is wrong,
    but it can create a resource problem for the kernel if there are
    too many of them.
    The default value is 0, meaning, let the kernel handle it as before
    rather than for Dante to time out sessions in this state.
o "timeout.connect" is now supported also in socks.conf.  The value
  overrides the default timeout when the client attempts to connect
  to the SOCKS server.
o The different server timeouts (negotiate, connect, i/o) can now be
  set on a rule-by-rule basis, and not just globally for all rules.
o The config.h variables MAX_ROUTE_FAILS and BADROUTE_EXPIRE can now
  set in the configuration files instead of at compile time.
  The new values are "route.maxfail" and "route.badexpire" and control
  how to handle bad routes (to e.g., a SOCKS/HTTP proxy server).
o Support for a new value for the "external.rotation" keyword: "same-same".
  This will tell the Dante server to use the same address for outgoing
  connections as the address the SOCKS client was accepted on, i.e.,
  one of the internal addresses.
  Based on a patch from Lysenko Konstantin <gshaud@gmail.com.example.com>.
  Thanks.
o Fixed a bug where we could end up exiting if we got a SIGHUP
  at a point where we had no more free file descriptors, and
  thus could not reopen the sockd.conf.
  Problem reported by Mark Sinner <mark.sinner@db.com.example.com>.
o The most time consuming part of the work performed by the request
  children (waiting for connect(2) to complete) has been moved to the
  i/o children.
  This should reduce the total number of sockd processes necessary to
  handle medium and higher loads, since the request children can only
  handle one client at a time, while the i/o children can handle many.
o The "srchost" parameter "nomismatch" has been renamed to "nodnsmismatch",
  while "nounknown" has been renamed to "nodnsunknown".
  The "nodnsmismatch" and "nodnsunknown" functionality is now
  implemented internally in sockd, rather than via libwrap; there is
  no longer any dependency on libwrap ("tcp_wrappers") when using
  these options.
o BSD authentication support on OpenBSD.
o Option ordering in sockd.conf is now enforced, rather than just
  recommended.  Server options now always have to come before rules
  and routes.
o The file to write the pid to can now be specified on the command line
  using the "-p" option.
o If TMPDIR is not set, temporary files will be created in the
  current working directory when sockd is started.  If this fails,
  temporary files will be created in "/tmp" as before.
o A 64-bit version of libdsocks is now built on 64-bit OpenSolaris machines.
  Should make socksify work with 64-bit applications.
o Fix compilation on machines with Linuxthreads. Locking via
  Linuxthreads is however not supported.
  Problem report and testing by
  Nicolas VANHAUTE <nicolas.vanhaute@ac-clermont.fr.example.com>
o Fix usage of negation operation in shell scripts causing problems
  for socksify when using Bourne shell on Solaris 8.
  Problem reported by Sebastian Kayser <skayser@opencsw.org.example.com>.
o Size of byte and packet counters used for logging changed to 64 bits.
o IBM Visual Age C/C++ V8 compilation fixes for AIX.
  Problem reported by Kieron Curtis2 <KCURTIS2@uk.ibm.com.example.com>

***
***  Monday, March 21, 2011 -- Dante v1.2.3
***
o Fix problem introduced in version 1.2.1, causing the SO_REUSEADDR
  flag to not be set. Would cause problems during server restart if
  only the main process was killed.
  Thanks to Ralf Wenk <Ralf.Wenk@hs-karlsruhe.de.example.com> for
  reporting this problem.
o The regular expression for host and interface name parsing has been
  relaxed somewhat, allowing the use of some interface names and host
  names containing characters that were not allowed previously.
  Fixes problem reported by karesmakro <ipcop@it-connect-unix.de.example.com>,
  Ralf Wenk <Ralf.Wenk@hs-karlsruhe.de.example.com>,
  and <Adam.Barclay@barclayscapital.com.example.com>.
o The traffic log format has been slightly extended and now includes
  complete information about all communication endpoints, for both
  normal usage and with server chaining.
o Compilation fixes for older Linux distributions.
o Fix bug where the Solaris capabilities were not correctly
  added/removed at all times.
o Compilation fixes for AIX 6.1.  Problem report and testing by
  Ville O Kesola <ville.kesola@fi.ibm.com.example.com> and
  Ralf Wenk <iz-dante-0910@hs-karlsruhe.de.example.com>.

***
***  Tuesday, September 21, 2010 -- Dante v1.2.2
***
o Fix PAM bug introduced in v1.2.0 that would leak resources when
  using PAM.  Also relax the code handling PAM concerning
  unknown msg_styles.
o Set PAM_RUSER so that rhosts-based PAM authentication can work.
o Wrapper for calling getsockopt(2) with SO_ERROR added.
o Compilation fixes for AIX 6.1.
  Problem reported by Ralf Wenk <iz-dante-0910@hs-karlsruhe.de.example.com>.
  Note to Ralf Wenk: we have been unable to contact you on the email
  address you send from.

***
***  Friday, May 28, 2010 -- Dante v1.2.1
***
o GSSAPI support is no longer disabled on Heimdal versions older than
  0.8.0, which have no wrap/unwrap support for aes256-cts-hmac-sha1-96.
  The following krb5.conf configuration might be needed to ensure that
  AES-256 is not used:
    default_etypes = arcfour-hmac-md5 des3-cbc-sha1 des-cbc-crc des-cbc-md5
    default_etypes_des = des-cbc-crc des-cbc-md5
  Problem analyzed by Markus Moeller <markus_moeller at compuserve.com>.
o Code for shutting down idle sockd processes put back and can be
  enabled again, if desired.  It is not recommended for busy servers
  however as performance may be slightly degraded.
o Fix bug related to clients using MSG_PEEK and GSSAPI on Linux.
  Problem found by Markus Moeller <markus_moeller at compuserve.com>.
o Don't print warning if accept(2) fails when started with the -N<k> option.
  When started with the -N option, it is expected that accept(2) will
  fail in 1/k of the cases.  Instead just log a debug message about it.
  Should fix problem reported by Mark Sinner <mark.sinner@db.com.example.org>.
o The fflush() wrapper function did not handle a NULL argument.
  Reported by "Kirby Zhou" <kirbyzhou@sohu-rd.com.example.org> and
  Victor Sologoubov <victor0@rambler.ru.example.org>
o Fix libsocks upnpcleanup() linking problem when compiled without
  libminiupnpc.
  Problem reported by Kyle Thurow <krthurow@gmail.com.example.com> and
  Adam Prato <adam.prato@gmail.com.example.com>.
o Assert failure related to message passing on some 64-bit architectures
  fixed.  Problem reported by Soner Tari <soner@comixwall.org.example.com>.
o The capi/socks.h file was not correctly installed.
  Problem reported by Soner Tari <soner@comixwall.org.example.com>.
o Compilation fixes for OpenSuse 11.1.
  Problem reported by Markus Moeller (markus_moeller at compuserve.com).
o Compilation fix for config_parse.y compilation without YYDEBUG.
  Problem reported by Markus Moeller (markus_moeller at compuserve.com).
o Compilation fixes for AIX 6.1.
  Problem reported by Ralf Wenk <iz-dante-0910@hs-karlsruhe.de.example.com>.
  Tested by Marcel Augenstein.

***
***  Tuesday, October 27, 2009 -- Dante v1.2.0
***
o Improvements to client thread compatibility.  The client
  library should now be mostly thread safe.
o Solaris privilege model support.  Based on patch from
  Mayuresh Nirhali <Mayuresh.Nirhali@Sun.COM.example.com> & co.
o Make support for the socks 5 version described in draft-5.05 be
  configurable.  Before this was always enabled, but it breaks clients
  based on NEC socks code in some cases as they use the same bit to
  mean something completely different.
  A new option has been added to sockd.conf to enable it:
  "compatibility: draft-5.05".  Unless explicitly enabled, the Dante
  server will not use the socks 5.05 draft specification.
  Problem found by Markus Moeller (markus_moeller at compuserve.com).
o Don't leak username/passwords provided to us for local authentication
  to upstream proxy server when server-chaining.  Error reported by
  Mathieu DELAPLACE <mathieu.delaplace@gmail.com.example.com>.
o Fixed a bug/oversight that imposed an artificial limit on the number
  of sockd processes that could be created, even when the load required
  more.
o Slight improvement of configuration parsing in an attempt to avoid
  confusing non-qualified hostnames with NIC interface names.
o The default connect-timeout/negotiate-timeout has been reduced from
  120 seconds to 30 seconds.  The "connecttimeout" name has also been
  deprecated in favour of "timeout.negotiate".
o Separate iotimeouts can be set for udp and tcp clients.  The "iotimeout"
  object has also been deprecated in favour of "timeout.io".
o New configure option: "--disable-drt-fallback".
  Used to disable the attempted automatic fallback to a direct route
  if there are no usable proxy routes.  Default is, as before,
  automatic fallback.
o Added a new option: "udp.connectdst".  Controls whether the server
  should connect udp sockets to the destination.
  The default for this release is yes, which improves performance,
  but _may_ be incompatible with some udp-based application protocols.
  Please let us know if you experience problems with some applications
  no longer working.
o Markus Moeller (markus_moeller at compuserve.com) contributed support
  for GSSAPI encryption/authentication (RFC 1961) to both the socks
  server and socks client.  Many thanks to Markus for this and for a
  lot of help in testing it.
o Fixed problem with connection close before accept on HPUX.
  Based on patch from Reine Persson <reine.persson@skatteverket.se>.
o Support for SunOS 4 and Solaris 2.5.1 removed.
o Added gethostbyaddr prototype for compilation on FreeBSD v6.2.
  Patch from "Igor Mozolevsky" <igor@hybrid-lab.co.uk>.
o Fix getifa compilation problem on Solaris 8.
  Reported by "Thomas" <dante@birdhouse.ch.example.com>.
o Patch from Markus Moeller (markus_moeller at compuserve.com),
  to limit the range of udp-ports used between the socks-client
  and the Dante server.
o By default, try to auto-add direct routes for all addresses on the LAN.
  To disable it, set SOCKS_AUTOADD_LANROUTES to "no".
o Fix bug that caused problems with certain combinations of
  bind(2)/accept(2)/close(2).
  Reported by Markus Moeller (markus_moeller at compuserve.com).
o Fix bug that erroneously blocked the bind request from some clients.
  Reported by Markus Moeller (markus_moeller at compuserve.com).
o Add support for environment variables SOCKS4_SERVER, SOCKS5_SERVER,
  HTTP_PROXY, and UPNP_IGD.
  If set, they specify the socks v4, socks v5 server, http proxy,
  or UPNP-enabled ID to use, without the need for a socks.conf.
  This should make it possible to run socksify with reasonable results
  even without a socks.conf, as long as one of these new environment
  variables are set correctly.
o Auto-add direct routes for all gateways.  Should make the client
  a little more user-friendly by not having to specify "direct" routes
  for the proxyserver any longer.
o More fine grained marking of when to mark a proxy route as "bad" so that
  it will not be used again by the same client.
  Also add a new variable to config.h, MAX_ROUTE_FAILS, determining
  how many times a route can fail before being blacklisted.  Default
  is one (same semantics as before there was a variable to control this).
o Fix bug that could prevent password authentication from working
  on some systems. Spotted by
  Nathan Johnson <n.johnson@vanderbilt.edu.example.com>.
o Add configure option --without-glibc-secure, which disables check for
  the glibc variable __libc_enable_secure. Creates undesired dependencies
  for packaging.  Reported by Mathieu CHOUQUET-STRINGER
  <mathieu.chouquet-stringer@sgcib.com.example.com>.
o New getifaddrs() compatibility function, taken from Heimdal-1.2.1.
o (Open)Solaris sa_len compilation problem fixed.
  Reported by Markus Moeller (markus_moeller at compuserve.com).
o New version of the BSD version of "external.rotation: route",
  from Christoph Badura <bad@bsd.de.example.com>.
o Support for interface names in sockd rules, and in the destination
  address for socks routes.
  Should make it easier to set up direct routes for local lan in
  the client (specify all local interface names in route statements),
  and block connections to e.g. loopback addresses (specify the the
  loopback interface name in a block rule) in the server.
o UPnP support in the client, using the miniupnp library by
  Thomas Bernard (http://miniupnp.free.fr/).
  UPnP is a protocol implemented by many home/small-business routers
  and adsl-modems.  It allows you to dynamically open up ports on
  the router for accepting incoming connections, as well as figuring
  out what the external ipaddress of the router is.
  Dante uses this to make socksify of ftp/bittorent/etc programs
  work via the UPnP router.
  Note that only the miniupnp library with release date 2009/09/21
  or later is expected to work with Dante.
o Be less strict about bind in the client.  The standards says
  it is expected that the client first performs a connect via
  the socks server, but it seems some/many socks servers support
  the client requesting a bind without a previous connect, so we
  assume that is the case in the client from now on.
o Changed the magic bytes that indicate the client is requesting
  use of the Dante-specific bind extension from 0x00000000 to
  0xffffffff, as part of the process to become less strict about
  the bind command requiring a previous connection.
o Don't zero password in client if we read it from environment, or
  it will not work the next time the same client process tries to
  authenticate to the server.
  Found by Pavel Fedin <fedin@matek.ru.example.com>.
  That mail address no longer works.  Please contact us if you have
  another address for Mr. Fedin.
o Add support for "group:" syntax to rules, similar to "user:" statement.
  Requested by Don Harvie <donharvi@au1.ibm.com.example.com>
o Close connection to PAM server each time we get an error-reply from
  it, fixing a bug.
  Patch from Robert Marcano <robert@marcanoonline.com.example.com>.
o Incorrect assert fixed. Problem reported by
  "d binderman" <dcb314@hotmail.com.example.com>.
o Log close of client-rule with correct command.
  Fixes bug reported by Tom Vandenbelt <tvandenb@au1.ibm.com.example.com>.
o Update to autoconf 2.61 and libtool 1.5.26.

(leot)

2015-09-13 21:32:13 UTC MAIN commitmail json YAML

Update abiword to version 3.0.1.
Packaged for pkgsrc-wip by Ottavio Caruso and nros.

Changes found on homepage.
Core:
Bug 13564 - Fix crash in abw to HTML conversion. Uplifted from master (Hubert Figui竪re)
Bug 13565 - Missing cdump.pl in the tarball. Uplifted from master (Hubert Figui竪re)
Fix 13572: libabiword_init annotation is wrong (Daniel Narvaez ). Cherry-pick from trunk@33573. (Hubert Figui竪re)
Fix 13548: Need method to hide/show rulers in the python bindings (Gonzalo Odiard ) Cherry-pick from trunk@33575. (Hubert Figui竪re)
Fix comments that mention "AiksaurusABI_invoke" when a different name is involved. Bad cut and paste. No code change. (UPLIFT from trunk) (Hubert Figui竪re)
Bug 13586 - We don't have a frame when printing. UPLIFTED from trunk (Hubert Figui竪re)
Bug 13593 - Fix build issue with bison 3.0 Author: Dimitri John Ledkov (Hubert Figui竪re)
Bug 13582 - Fix redraw region in custom widget. Cherry-picked from trunk@33870 and reworked for 3.0.x (Hubert Figui竪re)
Bug 13585 - fix abi_widget_get_content annotation. from Danel Narvaez. Cherry-picked from trunk@33877 (Hubert Figui竪re)
Bug 13596 - Fix extending selection with Ctrl+Shift+arrow key. Cherry-picked from trunk@33878. by jbrefort. (Hubert Figui竪re)
Evolution needs to be 3.6 now Cherry-picked from trunk@33916 trunk@33921 (Hubert Figui竪re)
Bug 11283 - Don't print slection background in tab runs [#11283]. Cherry-pick from trunk@33902. (jbrefort) with indent fixes (Hubert Figui竪re)
Bug 13549 - Add a Gtk3 backend for Aiksaurus. Still needs to fix warnings, but seems things work. Cherry-pick from trunk@33959. By jbrefort (Hubert Figui竪re)
Bug 13605 - Use GsfInputHTTP for URLs starting with "http://" or "https://". Helps with #13605 (also needs a fix in libgsf). Cherry-pick from trunk@33977. By jbrefort (Hubert Figui竪re)
Fix linkage for libjpeg. (Hubert Figui竪re)
Bug 13605 - Fix UT_go_url_resolve_relative(). Backport form trunk@33872. By jbrefort (Hubert Figui竪re)
Fix an automake warning (Hubert Figui竪re)
Added .docx as a default plugin. (Hubert Figui竪re)
Fix crash when loading a file from abicommand. Cherry-pick from trunk@34036. From jbrefort. (Hubert Figui竪re)
Fix all warnings of builtin aiksaurus-gtk3 library and don't use it whaen available from aiksaurus itself. Cherry-pick from trunk@34043. From jbrefort. (Hubert Figui竪re)
Bug 13621 - Fix crash when editing an hyperlink with either NULL title or target. Cherry-pick from trunk@34128. By jbrefort (Hubert Figui竪re)
Bug 13622 - Fix crash when dragging or resizing floating images Cherry-pick from trunk@34144. By jbrefort (Hubert Figui竪re)
Bug 13624 - Fixed applying a format change to only a table column when using the format table dialog Cherry-pick from trunk@34145 by jbrefort. (Hubert Figui竪re)
Make formatting tools work correctly when applied to a table column. Cherry-pick from trunk@34160. By jbrefort. (Hubert Figui竪re)
Bug 11447 - Check --enable-plugins value. Extracted from trunk@34163. By jbrefort. (Hubert Figui竪re)
Fixed configure when aiksaurus is not enabled. Cherry-pick from trunk@34226. By jbrefort. (Hubert Figui竪re)
Bug 13638 - Don't crash when validating a color change in the background dialog, see #13638, comment #3. Cherry-pick from trunk@34396. By jbrefort (Hubert Figui竪re)
Bug 13835 - Do not remember click type when scrolling (#13635). Cherry-pick from trunk@34410. By jbrefort (Hubert Figui竪re)
Bug 13629 - Avoid crashes when loading a file with multiple text frames. Cherry-pick from trunk@34431. By jbrefort. (Hubert Figui竪re)
Bug 13649 - Fix crash on empty hyperlinks in RTF files. Cherry-pick from trunk@34569. By jbrefort (Hubert Figui竪re)
Fix crasher in font dialog. Cherry-pick from trunk@34689. By jbrefort. (Hubert Figui竪re)
Fix a logic error: this is a sparse vector. Cherry-pick from trunk@34947 (Hubert Figui竪re)
Bug 13682 - Fix theming support for ruler. Cherry-pick from trunk@34948 (Hubert Figui竪re)
Bug 13683 - Replace GtkTable by GtkGrid to have the dialog properly sized. By jbrefort. Cherry-pick from trunk@34956 (Hubert Figui竪re)
Fix the dtyle modify dialog. (Jean Br辿fort)
Gtk Graphics: fix a PangoFontDesc memory leak introduced in ABI-3-0-0-STABLE@34954 Cherry-pick from trunk@35024. (Hubert Figui竪re)
Bug 12577 - new scalable icons and sizes. Also set an icon list for the window (to scale) Cherry-pick from trunk@35027. (Hubert Figui竪re)
Gtk Background Dialog: properly get the color on close with the new color chooser widget. Cherry-pick from trunk@35029 (Hubert Figui竪re)
Bug 12577 - Missing Makefile creation (Hubert Figui竪re)
Gtk Dialogs Background and options: fix the color chooser. (Hubert Figui竪re)
Gtk option dialog: fix the color selector for gtk3: We instantiate it manually instead of doing it in the UI file. This diverge from trunk. (Hubert Figui竪re)
Gtk frame: shorter list of icon to make Gtk2 quiet. (Hubert Figui竪re)
Bug 13689 - Fix initial focus. Cherry-pick from trunk@35044. By jbrefort (Hubert Figui竪re)
Add doublebuffering support for most of the drawing to reduce flickering. (Andrei Sfrent)
Some robustness fixes for lists. (Martin Sevior)
fl_BlockLayout::_doInsertRDFAnchorRun() needs to create fp_RDFAnchorRun or else a text:meta right at the start of a text:p will assert violently. Of course, I have to update the code in that method and that class to be tailored to RDF instead of fp_AnnotationRun which it is based on. Thanks to Martin for the info on the Dummy run assertion I was getting! (Ben Martin)
Updated ff localization by Ibraahiima Saar (Urmas)
A little bit of restructure in there because we now have hyperlinks, annotations, and rdfanchors which all share the same fp_run class tree. RDF Anchors can now be highlighted and the annotation bubble for them shows their xmlid and how many RDF triples are associated with that part of the document. Still things to do with it, but a decent step in the right direction. Oh yeah, and a new menu item to turn on/off highlighting. (Ben Martin)
Robustness fixes. (Martin Sevior)
Updated Copyright year (Xun Sun)
Fix crash attempting to import one of Marc's secret HTML documents from the command line. (Martin Sevior)
Added some Portuguese characters. (13138) (Urmas)
Allow backspace, delete and arrows again (Ben Martin)
Some RDF D&D goodness. (Ben Martin)
Do not show up in the File/Open dialog types, its confusing. (Ben Martin)
Added missing printStyleTree method to IE_Exp_HTML for usage in other plugins (Volodymyr Rudyj)
A few issues with double buffering and abicommand, in that mode there is no GUI so some asserts failed and some code would crash (selectclear). These new app variables shouldn't effect GUI programs but should help abicommand ones where dbl buffer is not needed. (Ben Martin)
Unicode list labels fix. (Urmas)
Removed use of deprecated GtkDialog::vbox (Volodymyr Rudyj)
Fix 13129 Numbered Heading is turned into Numbered List (Martin Sevior)
Don't create a painter when not needed. (Jean Br辿fort)
RDF marshaled into a \*\rdf section with rdf/xml in it inside RTF on the clipboard. Copy of triples from one document to another now works. (Ben Martin)
The pl_ListenerCoupleCloser is designed to pass along start and end tags for objects which have only one tag in the selected range. This way copying a selection will result in a document with both start and end tags in it. See the class docs for more. Still tinkering on this a bit. (Ben Martin)
Now tracking bookmark open and close elements too. (Ben Martin)
The remains are in odf-2011-track-changes-git-svn/git-diff-2011-oct-3-cleaned.patch. Some code is added here but enclosed in #ifdef ODF_GCT guards to disable it until it is required for the ODF plugin. (Ben Martin)
Absolute movement bugfix (Ben Martin)
AbiCommand now allows multi process copy and paste, and has a "run" command to execute the gtk mainloop for X seconds. Some little things for win builds (Ben Martin)
Bad things used to happen when there was an RDF Link but no triples at all. A simple guard to stop that from happening in SPARQL on empty RDF cases. (Ben Martin)
On repeated copy and paste, do not just keep appending a new uuid to the end of the string. Instead, first remove the old uuid and then append the new one. This keeps xml:id values from continuously growing during repeated copy,paste,copy,paste,... cycles. (Ben Martin)
const T& use in the header file which makes a warning in msvc. (Ben Martin)
Reversed unwanted change in fv_ViewDoubleBuffering.cpp (Jean Br辿fort)
Removed revision toolbar buttons until proper icons are available. (Urmas)
Do not include vertical fonts in the toolbar list. (Urmas)
Don't use horizontal scroll bars (Hubert Figuiere)
Scroll the list to the selected language. (Hubert Figuiere)
Mismatch free() with g_strdup(). Seems to crash on Windows. (Urmas)
Fixed an invalid write (valgrind). (Jean Br辿fort)
Fixed a double buffering related crasher and other details (Jean Br辿fort)
Better fix for the double buffering issue, hopefully. (Jean Br辿fort)
Fix bug 6511: Word count on selected lines is wrong (Simon Larochelle) (Marc Maurer)
On linux, when I incorporate a frame image, the line breaks for the surrounding text are sometimes in the middle of a word. The patch makes sure that two static pointers do not inadvertently point to a newly created structure during the execution of fp_Textrun::split(). (Simon Larochelle)
Fix win64 build of the EPub plugin (Fridrich Strba)
Be sure we link the libabiword we are building and not one that is installed (Fridrich Strba)
Fix GTK2 build. Define new key names. Patch by Simon Larochelle, larochelle.simon.1 gmail com. (Ingo Br端ckl)
Fix GTK2 build. gtk_widget_set_visible() was only introduced in v2.18 while AbiWord only requires v2.12, so allow building with GTK2 versions in between. (Ingo Br端ckl)
Fix GTK2 build. Build in src/text/fmt/gtk for GTK2 as well. (Ingo Br端ckl)
Fix GTK2 build. Build in plugins/epub/dialogs/gtk for GTK2 as well. (Ingo Br端ckl)
Cosmetic: Change coding style. Break and indent lines. (Ingo Br端ckl)
Bug 13182: add BOOST_CPPFLAGS to the CPPFLAGS (Hubert Figui竪re)
Fix warning: initialization order. (Hubert Figui竪re)
Bug 12880: the list level is constrained to 0-8 in RTF. Ensure that (Hubert Figui竪re)
Fix GTK2 build. Make several features work again. Since re-enabling GTK2 support in r30397 these weren't functioning. Patch by Simon Larochelle, larochelle.simon.1 gmail com. (Ingo Br端ckl)
Fix GTK2 build. Make WMF plugin work again. Since re-enabling GTK2 support in r30397 it only creates blurred images. (Ingo Br端ckl)
Bug 13182: Fail configure on missing boost because it is now required. (Hubert Figui竪re)
Bug 13192: Fix GtkBuilder files (Hubert Figui竪re)
Bug 13197: only import glib.h (Hubert Figui竪re)
Fix const-ness (Hubert Figui竪re)
Update doxygen file for new syntax. (Hubert Figui竪re)
Fix some more warnings in trunk (Hubert Figui竪re)
Allow building plugins for Gtk2 Patch by Simon Larochelle (Hubert Figui竪re)
Bug 13187: use xmlURIEscape for UT_UTF8String::escapeURL(). (Hubert Figui竪re)
First patch from Simon Larochelle to partially fix 13208. Thanks Simon! (Martin Sevior)
Thanks Simon. ( (Martin Sevior)
(. (Martin Sevior)
Allow building plugins for Gtk2 - missing file Patch by Simon Larochelle. (Hubert Figui竪re)
Fix for bug 13101 from Simon Larochelle. Thanks very much Simon! (Martin Sevior)
Fix bug 13209 Centered line may move off the left margin. Patch from Simon Larochelle. (Martin Sevior)
Fix 13210 Strange division of paragraphs at bottom of columns. Patch by Simon Larochelle. Thanks Simon! (Martin Sevior)
Fix GTK2 build. Directory src/text/fmt/gtk2 does not exist, use src/text/fmt/gtk to look for include files. (Ingo Br端ckl)
Fixed text display in preview window. (urmaslt)
Bug 13217: refactor init3dColors to use a widget. (Hubert Figui竪re)
Bug 13217 - remove gtk2 dir from Makefile.am (Hubert Figui竪re)
Fix some improper cast in the RDF editor. Gtk2 AND Gtk3 (Hubert Figui竪re)
Bug 13220 - Remove iostream and cerr usage to use xxx_UT_DEBUGMSG (Hubert Figui竪re)
Fix warnings (Hubert Figui竪re)
more gtk2 compat (Hubert Figui竪re)
Fix warnings. (Hubert Figui竪re)
Fix Gtk2 build for Gtk 2.20 - Patch by Simon Larochelle. (Hubert Figui竪re)
Fix the unit tests. (Hubert Figui竪re)
Fix the properties misordered and missing comas. This validate the test framework by finding the first bug (Hubert Figui竪re)
More comments (Hubert Figui竪re)
Bug 10707 - Reenable the locale test. (Hubert Figui竪re)
Verify the number of properties. (Hubert Figui竪re)
Remove unused code that I missed in the refactor (Hubert Figui竪re)
classes with virtual methods require a virtual destructor (Hubert Figui竪re)
Some code needs it with spaces. (urmaslt)
Fix a warning (Hubert Figui竪re)
Fix a bug due to wrong type. PL_StuxDocHandle MUST die. (Hubert Figui竪re)
wrong "Handle" type. (Hubert Figui竪re)
Remove __MRC__. Who cares about a compiler that was obsolete 10 years ago. (Hubert Figui竪re)
Fix some warnings. Need more testing Add UT_DebugOnly<> (Hubert Figui竪re)
Get rid of UT_String in RTF. (Hubert Figui竪re)
Unit test for new ut_std_string function (ported from UT_String) (Hubert Figui竪re)
Remove some UT_UTF8String (Hubert Figui竪re)
Get rid of most UT_Vector (Hubert Figui竪re)
fix some more warnings in RDF (Hubert Figui竪re)
A little tidy up. (Ben Martin)
New GOTO Annotation tab. (Ben Martin)
Missing pt_types.h (Hubert Figui竪re)
test must run with valgrind. The output is in tf-vgdump (Hubert Figui竪re)
Bug 13215 - remove the print button if print is disabled. (Hubert Figui竪re)
Add missing widgets to Gtk2. Remove duplicate line. (Hubert Figui竪re)
Right clicking RDF links works again :/ (Ben Martin)
Use std::string in EPUB. (Hubert Figui竪re)
Annotation stubs now use std::string. (Hubert Figui竪re)
Bookmarks are now std containers (Hubert Figui竪re)
Bug 9287 - remove higly inefficient use of PD_Document::enumStyles() (Hubert Figui竪re)
Silence UT_DEBUGMSG (Hubert Figui竪re)
Bug 13229 - check if stylenames are in UTF-8 from wv. (Hubert Figui竪re)
Fix GTK2 build. Add gtk_widget_set_can_default(), gtk_widget_get_sensitive(), gtk_widget_get_visible(), and gtk_widget_get_requisition() to xap_Gtk2Compat.h. (Ingo Br端ckl)
Fix GTK2 build. Include xap_Gtk2Compat.h in xap_UnixWidget.cpp. (Ingo Br端ckl)
Fix GTK2 build. Install xap_UnixDlg_Image-2.ui, not xap_UnixDlg_Image.ui. (Ingo Br端ckl)
PL_ObjectHandle -> pf_Frag_Object* (Hubert Figui竪re)
Remove UT_StringMap from Unix toolbar style combo. Was not really used anyway. (Hubert Figui竪re)
Remove obsolete gtk2 directories. (Ingo Br端ckl)
Fix xap_Gtk2Compat.h. gtk_widget_set_can_default() and gtk_widget_set_can_focus() should set or unset according to their boolean parameters. (Ingo Br端ckl)
Fixed crash when loading some large files (Jean Br辿fort)
Fix some more warnings (Hubert Figui竪re)
Bug 12045 - Make sure to not dereference nil. (Hubert Figui竪re)
Fix the detroy method of the widget as it was crashing. (Hubert Figui竪re)
Simple PieceTable tests to reveal the basic leaks. (Hubert Figui竪re)
Properly purge the fragments maintaining the ownerhsip rules: the PT. This suppress the leaks. Add an assert in a place where leakage opens but shouldn't happen. Make sure Node is not copyable (Hubert Figui竪re)
Fix memory leaks. UT_go_* usually return an allocated string. (check the code/doc) (Hubert Figui竪re)
Fix memory leaks from Pango (Hubert Figui竪re)
en_GB L10n from cjl (Chris Leonard)
Fulah (ff) L10n from Ibrahima SARR (Chris Leonard)
Fulah (ff) L10n from Ibrahima SARR (Chris Leonard)
fix layout bug for multi-column documents (Simon Larochelle)
Dutch (nl-NL) L10n from Pjotr Kan (Chris Leonard)
Warning fixes. (Hubert Figui竪re)
Build fix for GNU/Hurd. Patch by Svante Signell. (Hubert Figui竪re)
Fixed bug with incorrect TOC in case if document splitting is disabled (Volodymyr Rudyj)
Turn off debugmsg in fv_View::getHyperLinkRun(). Add files to svn:ignore lists. (Simon Larochelle)
Fix some frame related bugs described in Bug 13208 (comment 4) (Simon Larochelle)
Bug 13008 - Fix build with libpng 1.5. Patch by hanno AT gentoo. (Hubert Figui竪re)
Include config.h conditionally (Marc Maurer)
Compile with and *without* WITH_CHAMPLAIN (Ben Martin)
remove the optional debug block. (Ben Martin)
XP code for saveRectangle / restoreRectangle using cairo (Andrei Sfrent)
Removed saveRectangle / restoreRectangle from GR_UnixCairoGraphics; Unix uses xp implementation now (Andrei Sfrent)
Fixed a warning in gr_CairoGraphics.cpp (Andrei Sfrent)
Added UT_std_vector_freeall to ut_std_vector.h (Andrei Sfrent)
Use UT_std_vector_freeall() in GR_CairoGraphics destructor to free m_vSaveRectBuf (Andrei Sfrent)
Double buffering for rulers (flickering occured on win32) (Andrei Sfrent)
Fix xpm warning. (Hubert Figui竪re)
Bug 13256 - fix linker flags. Patch from Mageia. (Hubert Figui竪re)
Remove a #warning by fixing the bad cast. How did this ever worked? (Hubert Figui竪re)
Warning fixing. (Hubert Figui竪re)
Fix an unitialized variable leading to a possible bug (Hubert Figui竪re)
Fix some warning, debug only code (Hubert Figui竪re)
const-ness (Hubert Figui竪re)
IE_Exp_HTML_ListenerImpl is pure virtual. Fix the ensuing bugs. (Hubert Figui竪re)
Make sure that the gtk champlain wants to use and the gtk we want to use are version compatible. (Ben Martin)
Move UI stuff into other files as planned (Ben Martin)
and here are the new files / redistributed GUI functionality. (Ben Martin)
Fix champlain related tests (Jean Br辿fort)
Cleaned configure.in from unuseful things (Jean Br辿fort)
Fixed plugins dialog layout. [#13264] (Jean Br辿fort)
Fix warnings (Hubert Figui竪re)
Bug 12734 - fix X11 include for XKeysym. (Hubert Figui竪re)
Bug 13265 - cairo-fc is only on cairo 1.10. (Hubert Figui竪re)
Bug 13262 - Fix the page background color (Hubert Figui竪re)
Fix some related bugs described in Bug 13208 (comment 4) (Simon Larochelle)
Fix frame related issue: text frames no longer move when changing the position mode. (Simon Larochelle)
Fix regression causing failure when building from source. This regression was introduced in r30629. Patch with support by Dmitry Smirnov, onlyjob member.fsf org. (Ingo Br端ckl)
First block inside a frame inherits properties from the parent block of the frame. (Simon Larochelle)
Fix style / indent (Hubert Figui竪re)
Fix a pango leak. (Hubert Figui竪re)
Fix some warnings (Hubert Figui竪re)
Minversion is 10.4 on MacOS as to be able to link (Hubert Figui竪re)
UT_Assert is no-op in DEBUG on Mac too (Hubert Figui竪re)
Regenerated PNG (Hubert Figui竪re)
Fix build following configure change: cairo-fc is gtk only (Hubert Figui竪re)
add virtual dtor (Hubert Figui竪re)
Removed unused variables (Volodymyr Rudyj)
Two minor changes in abi-extract.pl: 1. Prettify output by adding a line break after (improved) status message. 2. Don't call msgmerge if there is nothing to merge (i.e. avoid an error message). (Ingo Br端ckl)
Fix copy & cut for frames (Simon Larochelle)
Added MSVC-compilant warning message (Volodymyr Rudyj)
Replaced utf8_str with c_str in Win32-dependent code for std::string (Volodymyr Rudyj)
Changed XAP_Win32Toolbar_ControlFactory member type to AP_Win32Toolbar_ControlFactory (Volodymyr Rudyj)
Added std:: prefix before inserter (Volodymyr Rudyj)
Added missing include (Volodymyr Rudyj)
Fix const-ness. (Hubert Figui竪re)
Fix URL opening to honour Gnome settings in Gtk3 (Hubert Figui竪re)
Bug 13278 - Change gnome-office URL (Hubert Figui竪re)
This inlined and static stuff was just insane. This reduce bloat. (Hubert Figui竪re)
Fix open_url on Mac to use CoreFoundation launch services. (Hubert Figui竪re)
Bug 13285 - fix parameter type. (Hubert Figui竪re)
Fix some TOC related bugs: 1) Bug 9126: Incorrect page number reported in table of content when a heading is preceded by a page break (Simon Larochelle)
Fix constantness (Simon Larochelle)
Fixed bug 13240 with Kousik Kumar's patch (Volodymyr Rudyj)
constness (Hubert Figui竪re)
Fix small issues with rev. 30681-30682; move fillTOC from class fl_DocLayout to class fl_TOCLayout (Simon Larochelle)
Added virtual destructors to avoid possible memory leaks (Volodymyr Rudyj)
Added another one virtual destructor (Volodymyr Rudyj)
Rename duplicate string declaration. TB_Table is declared twice which renders one of them untranslatable. (Ingo Br端ckl)
Make MENU_STATUSLINE_TOOLS_REVISIONS translatable. In order to be translatable, it must not be an empty string even if it isn't used anywhere. Assign the space character instead which seems to be common for unused string declarations. (Ingo Br端ckl)
Bug 13276 - Fix GtkComboBox usage to be compatible with Gtk2 and Gtk3. (Hubert Figui竪re)
Fix footnotes and endnotes formatting dialog. The spin button controls were virtual invisible and unusable due to wrong packing. Enlarge them and make them uneditable and unfocusable, so that they can be used as designed. Additionally, remove the text label for the value and set the lower value to 1. (Ingo Br端ckl)
Fix a layout bug: adding a page to a section which is followed by another section (Simon Larochelle)
Fix bug 13286 (Simon Larochelle)
Fix bug: crash when deleting a section with a TOC (Simon Larochelle)
remove these PNG from the repository. they don't belong. (Hubert Figui竪re)
Fixed error with assignment to const std::string& (Volodymyr Rudyj)
Fixed error in HTML generation in case if document contain headings (Volodymyr Rudyj)
Added encoding information for the generated document (Volodymyr Rudyj)
Fixed bug in HTML exporter which caused memory being freed twice if non-default writer factory was supplied (Volodymyr Rudyj)
Fix compilation error after r30697. Undefined reference to loadRDFXML(boost::shared_ptr, std::string, std::string). (Ingo Br端ckl)
Improved generated HTML by avoiding creating empty 'class', 'style' and 'id' attributes (Volodymyr Rudyj)
Partly fix crashes with the Borders and Shading formatting dialog. This makes the dialog appear and usable, but doesn't fix all problems. The crash seemed to occur only on GTK2. (Ingo Br端ckl)
Add missing localization to Text Box dialog. (Ingo Br端ckl)
Add missing localizations to Borders and Shading dialog. (Ingo Br端ckl)
Change packing parameters for check buttons subscript and superscript. Don't divide extra space evenly between them, because this box contains less children than the box above which would result in a too spacious layout. (Ingo Br端ckl)
Set dialog window titles to maximum size. Don't variously limit the length which often cuts off a short document name. Additionally, remove pointless variable title_width and use sizeof() instead which is also safer. (Ingo Br端ckl)
Fix bug with Lists dialog on GTK2. Signal 'draw' is invalid for instance. (Ingo Br端ckl)
Prettify spin only controls. Change the width to 14 which makes the controls look more like normal spin button controls instead of looking clipped off. Additionally, remove property "width_request" from ui file where the request is performed in the cpp file anyway. (Ingo Br端ckl)
Fix some issues with frames: 1) initial layout of a document with a frame on a page which is different from that of its associated block 2) Frame on the last line on a page (Simon Larochelle)
Fix warnings + style (Hubert Figui竪re)
Bug 13102 - Change checkbox to radio button. Patch by Tanya Guza. (Hubert Figui竪re)
Fix toggle button images for the border lines. The images of the border line buttons (top/right/bottom/left) in the dialogs "Format -> Table", "Format -> Text Box" and "Format -> Borders and Shading" which represent the border line locations aren't discernible due to image scaling. (Ingo Br端ckl)
Fix toggle button states for the border lines. The border line buttons (top/right/bottom/left) in the dialogs "Format -> Table", "Format -> Text Box" and "Format -> Borders and Shading" behave strangely. After a line has been switched off and after opening the dialog a second time, the button for the line switched off has to be pressed twice in oder to switch the line on again. (Ingo Br端ckl)
Remove useless labels from dialog buttons. The GTK2 Table and the Borders & Shading formatting dialogs have labels for the border line buttons (top/right/bottom/left) which are removed when constructing the dialogs to replace them by images. The GTK2 Text Box dialog as well as the respective GTK3 dialogs don't have these labels nor the code to remove them. Remove labels and removal instructions to harmonize GTK2 and GTK3 code. (Ingo Br端ckl)
Prevent out-of-bounds array access of sBorderStyle. (Ingo Br端ckl)
Fix 13295: Misleading label in Table menu (Kousik ) (Marc Maurer)
Update the abiword.pot file (you can use ./update.pl --pot to do this!) (Marc Maurer)
Update all .po files (with abi-update-all.sh) to keep the strings in sync with abiword.pot (Marc Maurer)
Enable UT_WARNINGMSG. Currently, this is a no-op for the unix build. (Ingo Br端ckl)
Fixing bug 7435. Tested and applying the patch from Aaditya. (Kathiravelu Pradeeban)
Fix r30721 / bugzilla bug 13295. The patched menu item is used in two different menus - the table menu (Ingo Br端ckl)
Fallback of gtk_show_uri() fails. (Hubert Figui竪re)
Bug 13291 - Fix the encoding "guess": deprioritize LANGUAGE. (Hubert Figui竪re)
Bug 13277 - Delete table / row / column if first crashes: check that prev isn't NULL (Hubert Figui竪re)
Fix crash when applying background image to table (bug 13276). (Ingo Br端ckl)
Set width and height of the image when creating it from strux. Otherwise, width and height will always be reported to be zero. (Ingo Br端ckl)
Patch from Kousik for the rfe - running word count (http://bugzilla.abisource.com/show_bug.cgi?id=12862). (Kathiravelu Pradeeban)
.strings files generated with make (Simon Larochelle)
typos in comment (Hubert Figui竪re)
Bug 13284 - implement strptime() to allow building on Windows. (Hubert Figui竪re)
Fix po to string conversion to work if the builddir isnt the srcdir (Hubert Figui竪re)
Reverting the commit of the patch, http://bugzilla.abisource.com/show_bug.cgi?id=12862 (Kathiravelu Pradeeban)
but is of no use whatsoever. It has been put under version control in r30739. (Ingo Br端ckl)
header files and needs to be fixed due to the changes in r30739. (Ingo Br端ckl)
Improve GTK progress bar. Currently, the GTK progress bar might burst the status bar, because its default height might be too big (compared to the font used to render the status bar texts). Fix this by requesting a height that will make the progress bar fit into the status bar. (Ingo Br端ckl)
Fix crash with the Edit -> Go To dialog. This partly resolves bug 13276. (Ingo Br端ckl)
Remove ellipses from dialog titles. Dialog titles don't have ellipses, only menu entries. (Ingo Br端ckl)
Ignore tags file under version control. (Ingo Br端ckl)
[Cosmetic] Removing unnecessary comment at the start of a class. (Kathiravelu Pradeeban)
Revert removal of modelines. Don't do that. (Hubert Figui竪re)
Bug 12591: cut/paste changes background color of textbox (Simon Larochelle)
Insert Textbox was disabled in the Normal and Web Mode. Patch from Aaditya (id=13312), as this seems to be a bug. (Kathiravelu Pradeeban)
Bug 13284 - Compile C with C compiler on MacOS for strptime. (Hubert Figui竪re)
Patch from Vincent for Windows build issue (id=13313) (Kathiravelu Pradeeban)
Reverting the commit 30755. (Kathiravelu Pradeeban)
But 13276: Fix crash in border and shading. From Ingo. DO NOT COMMIT (Hubert Figui竪re)
Remove obsolete po scripts. Since r30739 we don't supply .strings files any longer, but build (Ingo Br端ckl)
Improve abi-update-all shell script. Simplify code and update .po files with --dist which prevents the .pot file from being built unnecessarily over and over again. (Ingo Br端ckl)
Prettify output of update.pl. Additionally, remove the generated message catalog output file which we don't need. (Ingo Br端ckl)
Prettify output to .strings files. (Ingo Br端ckl)
Enable xgettext flag hints. This is, because the xgettext heuristic might guess a wrong flag like c-format for a string that looks like a format specifier, but is not used in printf(). The syntax for such a hint is //xgettext: (i.e. a comment behind the string dcl). (Ingo Br端ckl)
Flag DLG_PageSetup_Percent as no-c-format for xgettext. This avoids a constant fuzziness for the string in the .po files. (Ingo Br端ckl)
Update German po file. (Ingo Br端ckl)
Prettify the Go To dialog Position layout. Increase table border width so that the widgets do not stick so close to the edge. (Ingo Br端ckl)
Remove an #if 0, MSVC needs it (patch by hub) (Marc Maurer)
Bug 13284 - Fix build on both Win and Linux: __P is unecessary /me think. (Hubert Figui竪re)
Cosmetic: Fix typo and change function names. These names seem to be common practice in all the other dialog files. (Ingo Br端ckl)
Enable non-UTF-8 encoded filenames. (G_FILENAME_ENCODING set to a specific character set name, not @locale.) (Ingo Br端ckl)
Enable non-ASCII, non-UTF-8 user names. If the user name is in the current locale, convert it. (Ingo Br端ckl)
Set user name as default author for new annotation. (Ingo Br端ckl)
Cosmetic: Adjust indent. (Ingo Br端ckl)
Fix bug: prevent some false match in function UT_String_removeProperty (match of strings 'frame-col-xpos:' and 'xpos:') (Simon Larochelle)
Bug 13320 - Remove the last bits of shave. Patch by Adrian Bunk (Hubert Figui竪re)
Bug 13311 - Fix ambiguous call in MSVC. (Hubert Figui竪re)
before the start of the selection has been affected as well. This closes bug #13290. (Ingo Br端ckl)
Cosmetic: Adjust indent. (Ingo Br端ckl)
Set value to page and line spin button without jumping there. The cursor will be moved every time the dialog is opened or activated else. (Ingo Br端ckl)
Improve Go To dialog usability. Rearrange the goto buttons. Put prev button left and jump button in the middle. (Ingo Br端ckl)
Fix the handling of static variables and static methods. With the current code there is no guarantee of initialization order. The static variables are private now and access is only possible by a public get function which controls the initialization of the variable. (Ingo Br端ckl)
slightly revised. This closes bug #13322. (Ingo Br端ckl)
Share common code. FV_View::cmdEditAnnotationWithDialog() and insertAnnotation() are using the same code in their bApply branches. Transfer the common code to new FV_View::insertAnnotationDescription(). (Ingo Br端ckl)
Simplify insertAnnotation(). (Ingo Br端ckl)
Cosmetic: Adjust indent. (Ingo Br端ckl)
Add missing GTK2 ui files for RDF support. This closes bug #13273. (Ingo Br端ckl)
Don't let title or author being selected when moving with the tab key. (Ingo Br端ckl)
Bug 13319 - Remove dolt. Patch by Adrian Bunk (Hubert Figui竪re)
Bug 13319 - Part 2: really remove dolt.m4 (Hubert Figui竪re)
Improve Go To dialog. Don't set page (and fixed line) number only when dialog window needs update, but also when the notebook page switches to the position page. Move page and line setting code to new AP_UnixDialog_Goto::updatePosition(). (Ingo Br端ckl)
Improve Go To dialog. Set (fixed, non-current) line number to 0 instead to 1 indicating that it doesn't really represent the line number the cursor is currently in. This will become obsolete as soon as we are able to get the current line number for the dialog. (Ingo Br端ckl)
Fix Go To dialog. Update page info field in status bar after jump to page or line. (Ingo Br端ckl)
Fix Go To dialog. Scroll page to ensure the cursor is visible on screen after jump to RDF link. (Ingo Br端ckl)
Fix Go To dialog. Scroll page to ensure the cursor is visible on screen after jump to bookmark. (Ingo Br端ckl)
Cosmetic: Rename variable. (Ingo Br端ckl)
Resize RDF Query and Editor dialogs. Decrease default size so that they aren't full-screen on displays with lower resolution. (Ingo Br端ckl)
Remove abiword.pot from version control. The .po files are being updated by calling the update.pl perl script which creates abiword.pot afresh. There is no need to have version control for this temporary auxiliary file. Additionally, update documentation. (Ingo Br端ckl)
Remove abiword.pot from version control. Remove file from repository. (Ingo Br端ckl)
Remove line number information from .po files. This information refers to the temporary header files and is of no use whatsoever. On the contrary, if there is a new string, most of the other strings (which didn't change at all) will be in different lines in the temporary files then, which makes the new line information find its way into the diff that thereby becomes unnecessarily cluttering and unnecessarily increases traffic to and from the repository server. Additionally, fix file extension (.h.h to .h) in file name information for cosmetic reasons. (Ingo Br端ckl)
Fix syntax error in en-GB language file. (Ingo Br端ckl)
Fix invalid multibyte sequence in ko language file. (Ingo Br端ckl)
Update all .po files. (Ingo Br端ckl)
Remove unused variable and unnecessary call. According to Aaditya (see bug #7435) we don't need to (Ingo Br端ckl)
Fix GTK2 build. Remove property unknown until GTK 2.20 from GTK2 .ui file. (Ingo Br端ckl)
Remove junk from RDF Query dialog. All this is unused (and even part of other dialogs). (Ingo Br端ckl)
Remove junk from RDF Editor dialog. All this is unused (and even part of other dialogs). Additionally, remove localization of text for removed text view "query". (Ingo Br端ckl)
Improve RDF Editor dialog. Add image from stock to copy button which is the only one without image. (Ingo Br端ckl)
Remove include of unused xpm. This fixes the compiler warning: 'tb_semitem_select_first_xpm' defined but not used (Ingo Br端ckl)
Revise r30836. Avoid using UT_UTF8String and stringstream. (Ingo Br端ckl)
Revise r30838. Avoid using UT_String. Additionally, rename variable. (Ingo Br端ckl)
Remove pointless addStatement(). There is no code in AP_UnixDialog_RDFQuery::addStatement() to display any PD_RDFStatement value. Since without redland RDF library RDFQuery is pointless anyway, set RDFQuery execution buttons insensitive instead. (Ingo Br端ckl)
Change cerr messages into UT_DEBUGMSG() in RDF Editor and Query code. (Ingo Br端ckl)
Bug 12591: cut/paste changes background color of textbox (Simon Larochelle)
Use bit operators (patch by Ingo Br端ckl) (Simon Larochelle)
Don't return NULL as a value of type std::string. This might cause the std::string constructor to throw an exception. (Ingo Br端ckl)
Remove unnecessary initialization. (Ingo Br端ckl)
Improve Semantic Item Insert Reference dialog usability. Don't create a toplevel node if there will be no child items. Additionally, prettify the toplevel node name. (Ingo Br端ckl)
Cosmetic: Adjust indent. (Ingo Br端ckl)
Improve RDF usability. Set the menu entry RDF_SEMITEM_CREATEREF insensitive without redland RDF library since it will be pointless then anyway. (Ingo Br端ckl)
Remove useless ap_GetState_RDFAnchorOK, always returning EV_MIS_ZERO. In r30841, RDFQuery execution buttons have been set insensitive (Ingo Br端ckl)
Improve RDF Editor usability. Since without redland RDF library RDF import and export are pointless anyway, set RDF import and export menu items insensitive. (Ingo Br端ckl)
Improve RDF usability. Set the menu entry RDF_SEMITEM_NEW_CONTACT_FROM_FILE insensitive without libebook and libecal (Evolution Data Server) since it will be pointless then anyway. (Ingo Br端ckl)
Fix bug with strings for RDF menu labels. There is no need for three dots in the string declaration. This is done by setting action bRaisesDialog for the menu ID. Additionally, add bRaisesDialog for menu ID RDF_SEMITEM_CREATEREF. (Ingo Br端ckl)
Fix spelling. This closes bug #13337. (Ingo Br端ckl)
Remove menu entry RDF Advanced for non-debug builds. Everything under this menu entry uses UT_DEBUGMSG for its output. Therefore it doesn't make sense to have it in a non-debug build. Additionally, compile more debug-only stuff in pd_DocumentRDF conditionally. (Ingo Br端ckl)
Fix compiler warnings with libical. warning: 'void addCalPropSZ()' defined but not used warning: unused parameter 'szEncoding' warning: 'std::string tostr()' defined but not used (Ingo Br端ckl)
Add missing icons for RDF toolbar items. Additionally, remove unused tb_semitem_select_first; tb_semitem_this is used instead. (Ingo Br端ckl)
Move RDF toolbar items to toolbar "Extra". These are not that important and could easily confuse users (primarily since the revision toolbar items are next to them). (Ingo Br端ckl)
Fix a format warning (debug only) (Hubert Figui竪re)
Fix the Borders and Shading dialog. It crashed on GTK2. This finally resolves bug 13276. (Ingo Br端ckl)
Update man page. Update date and version, fix formatting and replace UTF-8 right single quotation mark by ASCII apostrophe. (Ingo Br端ckl)
Avoid CamelCase naming for user settings. Since there is no AbiSuite package, don't use this term. This closes bug 11452. Additionally, update man page. (Ingo Br端ckl)
than in all the other tb_semitem icons. This closes bug 13339. (Ingo Br端ckl)
Fix the Semantic Stylesheets dialog .ui file for GTK2. The combo boxes were defined wrongly and caused a crash when selecting an entry. Additionally, remove default stuff. (Ingo Br端ckl)
Implement gtk_combo_box_get_active_id() for GTK2. This isn't exactly what gtk_combo_box_get_active_id() does on GTK3, but it's close enough for our purpose and allows us to identify the combo box entry selected, i.e. there will be no difference for the user between GTK3 and GTK2 builds. (Ingo Br端ckl)
Remove unused variables in Semantic Stylesheets Dialog. (Ingo Br端ckl)
Remove unused ap_EditMethods function. (Ingo Br端ckl)
The icon list should be in alphabetical order (Simon Larochelle)
Fix RDF stylesheet strings for menu items and status bar. One was wrong, one had a different spelling than the other ones, some were incomplete, and one had a wrong symbolic ID. Additionally, avoid use of ampersand. (Ingo Br端ckl)
Prettify appearance of Semantic Stylesheets dialog. The explanation text now uses the full width of the dialog window, but keeps a neat distance from the border as well as from the combo boxes. (Ingo Br端ckl)
Remove unused icon. (Ingo Br端ckl)
but at least not as ugly as the existing ones. Anyone with artistic skills volunteering? This closes bug 13340. (Ingo Br端ckl)
and won't be bothered by the change. This is an improvement to r30873 and closes bug 11452. (Ingo Br端ckl)
Define RDF semantic stylesheets as symbolic constants. (Ingo Br端ckl)
Fix compiler warnings about unused items. These are only used in debug mode. (Ingo Br端ckl)
Allow usage of font family 'Standard Symbols L'. Don't unconditionally disable it by commenting the code. Check whether libwmf has installed the font and if so, use it. (Ingo Br端ckl)
and are being considered more as normal text. This closes bug 8653. (Ingo Br端ckl)
Don't check runtime ability at compile time. Replace the check with an option. This fixes r30900. (Ingo Br端ckl)
Prettify appearance of RDF stylesheet dialog. Give labels and buttons a little bit more space and align labels to the left. (Ingo Br端ckl)
Rename a few RDF strings, IDs and function names. This is for consistency reasons and to ease understanding, because similar things should have similar names. Rename string "Show RDF for cursor position" "Query RDF for cursor position" (because a query will be executed). Rename string "Stylesheet Settings" "Settings" (because it is already in main menu "Stylesheet"). Rename string "Reapply Current" "Apply Current" (because nothing is reapplied, but simply newly applied) and rename ID RDF_SEMITEM_STYLESHEET_REAPPLY RDF_SEMITEM_STYLESHEET_APPLY. The related function already had the correct name (rdfApplyCurrentStyleSheet). Rename string "Show RDF" "Edit RDF" (because the editor will be called) and rename ID RDFANCHOR_SHOW_TRIPLES RDFANCHOR_EDIT_TRIPLES as well as the related function rdfAnchorShowTriples rdfAnchorEditTriples. Rename string "SPARQL Query" "Query RDF" (because a fixed query will be executed) and rename ID RDFANCHOR_SPARQL RDFANCHOR_QUERY as well as the related fu
nction rdfAnchorSPARQL rdfAnchorQuery. Additionally, shift ampersand for menu item "Edit Semantic Items". (Ingo Br端ckl)
Rename icon semitem_stylesheet_reflow semitem_stylesheet_apply. Rename all SEMITEM_STYLESHEET_REFLOW IDs as well. This is for consistency reasons and to ease understanding, because most of the references to these are already named "apply" instead of "reflow". Additionally, change and fix former SEMITEM_STYLESHEET_REFLOW strings. (Ingo Br端ckl)
Fix clang warning. (Hubert Figui竪re)
Fix an overloaded method warning from clang. (Hubert Figui竪re)
Slightly change color. (Ingo Br端ckl)
Remove pointless script. We are no longer supplying .strings files. In addition, update.pl is responsible for this job. (Ingo Br端ckl)
Fix ui-extract script. Don't extract commented out declarations. Additionally, allow whitespace after id. (Ingo Br端ckl)
Fix bug in ui-backport.pl. Don't drop last msgstr! Cosmetic: Add period. (Ingo Br端ckl)
Silence execution. (Ingo Br端ckl)
Fix dumpstrings script. Build date according to ISO 8601. Use same regex for extraction as ui-extract.pl does. Find .strings files in ./po now. Print out the languages sortedly. Don't cross-compare all languages, because en-US is the reference (Ingo Br端ckl)
Clean up dumpstrings script. Remove unsed code. Prettify output. (Ingo Br端ckl)
Fix name. (Ingo Br端ckl)
Rename two RDF toolbar icons. This is for consistency reasons. It matches the other RDF toolbar icons and the IDs used in context of these. (Ingo Br端ckl)
Fix bug 12591: values of frame properties change during copy/paste add RTF keyword abiframeprops with the complete property string as data (Simon Larochelle)
Afrikaans L10n fixes (Chris Leonard)
Amharic L10n fixes (Chris Leonard)
Arabic L10n fixes (Chris Leonard)
Dutch (nl_NL) L10n from Pjotr Kan (Chris Leonard)
Update some .po files. (Ingo Br端ckl)
Afrikaans L10n fixes (Chris Leonard)
Amharic L10n fixes (Chris Leonard)
Arabic L10n fixes (Chris Leonard)
Dutch L10n fixes (Chris Leonard)
Slovenian (sl_SI) L10n from Martin Srebotnjak (Chris Leonard)
Songhay (son) L10n from Mohomodou Houssouba (Chris Leonard)
Dutch (nl-NL) L10n from Pjotr Kan (Chris Leonard)
Add a reflow to RDF Stylesheet Disassociate. The user won't see any effect otherwise. (Ingo Br端ckl)
Explain menu entry "Disassociate". (Ingo Br端ckl)
Automatically add msgid bugs address to .po files. (Ingo Br端ckl)
Add missing localization to RDF Editor. (Ingo Br端ckl)
Prettify appearance of RDF Editor dialog. Give label a little bit more space and align label to the left. (Ingo Br端ckl)
Fix RDF Editor's combo box entries and improve usability. Only add separate xmlids entries if there was a combined entry. Without a combined entry (i.e. with only one entry) this single entry would otherwise appear twice. Moreover, for a single entry we don't need a combo box at all, so don't show it in that case. (Ingo Br端ckl)
Cosmetic: Adjust indent. (Ingo Br端ckl)
Fix bug with setRestrictedXMLID(). For a single xmlid no triples were displayed. (Ingo Br端ckl)
Prettify appearance of RDF Editor dialog. Add border-width property to children. (Ingo Br端ckl)
Fix German language file. (Ingo Br端ckl)
Fix bug 13269: undo fails after insert footnte/endnote (Simon Larochelle)
Slovenian (sl_SI) L10n from Martin Srebotnjak (Chris Leonard)
Fix bug in getStylesheetName(). The pointer (combo box entry text) may be NULL if no entry has been selected. (Ingo Br端ckl)
Fix debug message. (Ingo Br端ckl)
Allow applying a semantic stylesheet without reflow. This is a prerequisite to be able to set a current stylesheet that can be applied later. (Ingo Br端ckl)
Cosmetic: Adjust indent. (Ingo Br端ckl)
Fix stylesheet settings dialog. Selecting a stylesheet and pressing OK didn't have any effect so far. It now sets the current stylesheet (as promised in the explanation text). (Ingo Br端ckl)
Fix explanation text of stylesheet settings dialog. Distinguish between "current" (i.e. set) and "default" (i.e. fallback) stylesheet. (Ingo Br端ckl)
Don't suddenly use a different expression for "Semantic Item". (Ingo Br端ckl)
Don't use string constant to name the stylesheet. Use the symbolic constant instead. (Ingo Br端ckl)
Improve usability of Semantic Stylesheets dialog. Show the current stylesheets by activating them in the combo boxes. (Ingo Br端ckl)
Simplify semantic stylesheets code. Replace three almost identical callback functions by one. (Ingo Br端ckl)
Danish (da) L10n from aputsiaq (Chris Leonard)
Dutch L10n fixes (Chris Leonard)
Arabic L10n fixes (Chris Leonard)
Slovenian (sl_SI) L10n from Martin Srebotnjak (Chris Leonard)
British English (en_GB) L10n from Chris Leonard (Chris Leonard)
Welsh (cy_GB) L10n from Rhoslyn Prys (Chris Leonard)
Amharic L10n fixes (Chris Leonard)
Afrikaans L10n fixes (Chris Leonard)
Songhay (son) L10n from Mohomodou Houssouba (Chris Leonard)
Remove model definition from .ui files. This is pointless, because it is set in the .cpp source anyway (and with a different column layout). (Ingo Br端ckl)
Remove model definition from .ui files. It is pointless, because it is set in the .cpp source anyway (and with a different column layout). (Ingo Br端ckl)
Remove renderer definition from GTK2 .ui file. This is needless, because a GtkComboBoxEntry already comes with a text renderer. (Ingo Br端ckl)
Remove the text column definition from the .cpp file. Put it into the .ui files instead. Moreover, a GtkComboBox with entry is only defined for GTK3 builds, so it is wrong to set entry-text-column starting with version 2.24. The GTK2 build uses a GtkComboBoxEntry which requires text-column to be set. This fixes a crash with pre-2.24 GTK builds when selecting an entry from the combo boxes. (Ingo Br端ckl)
Let defined image appear on button. (Ingo Br端ckl)
Set a minimum width for the find button. It is too small in the find dialog and far larger in the replace dialog else. (Ingo Br端ckl)
Dutch L10n from Pjotr Kan (Chris Leonard)
Fix bug 9325: font formatting of text surrounding footnotes and endnotes (Simon Larochelle)
Spanish L10n fixes (Chris Leonard)
Czech L10n fixes (Chris Leonard)
Remove defaults from GTK2 .ui file. (Ingo Br端ckl)
Clean up GTK2 .ui file. Let defined image appear on button. Sort properties. Comment translatable texts. Use proper constant names. (Ingo Br端ckl)
Wolof L10n fixes (Chris Leonard)
Vietnamese L10n fixes (Chris Leonard)
Quechua (Cusco-Collao) L10n upload (Chris Leonard)
Yiddish L10n fixes (Chris Leonard)
Zulu L10n upload (Chris Leonard)
Add new languages. (Ingo Br端ckl)
Clean up GTK2 .ui file. Add image to button. Sort properties. Use proper constant names. Remove unneeded definitions. (Ingo Br端ckl)
Fix layout bug. Give types list its maximum height. (Ingo Br端ckl)
Fix layout bug. Give list its maximum height. (Ingo Br端ckl)
Add image to button. (Ingo Br端ckl)
Fix invalid structure. (Ingo Br端ckl)
Clean up GTK2 .ui file. Sort properties. Use proper constant names. (Ingo Br端ckl)
Add image to button. (Ingo Br端ckl)
Clean up GTK2 .ui file. Sort properties. Use proper constant names. Remove unneeded definitions. (Ingo Br端ckl)
Add image to button. (Ingo Br端ckl)
Clean up GTK2 .ui file. Sort properties. Use proper constant names. Remove unneeded definitions. (Ingo Br端ckl)
Clean up GTK2 .ui file. Sort properties. Remove unneeded definitions. (Ingo Br端ckl)
Clean up GTK2 .ui file. Sort properties. Use proper constant names. Remove unneeded definitions. (Ingo Br端ckl)
Clean up GTK2 .ui file. Sort properties. Remove unneeded definitions. (Ingo Br端ckl)
Clean up GTK2 .ui file. Sort properties. Remove unneeded definitions. Additionally, remove separator. (Ingo Br端ckl)
Remove defaults from GTK2 .ui files. (Ingo Br端ckl)
Clean up GTK2 .ui file. Sort properties. Remove unneeded definitions. (Ingo Br端ckl)
Add image to button. (Ingo Br端ckl)
Clean up GTK2 .ui file. Sort properties. Use proper constant names. Remove unneeded definitions. (Ingo Br端ckl)
Fix bug 13185: crash when erasing a line (Simon Larochelle)
Clean up GTK2 .ui file. Sort properties. Use proper constant names. Remove unneeded definitions. (Ingo Br端ckl)
Clean up GTK2 .ui file. Sort properties. Use proper constant names. Remove unneeded definitions. (Ingo Br端ckl)
Clean up GTK2 .ui file. Sort properties. Use proper constant names. Remove unneeded definitions. (Ingo Br端ckl)
Clean up GTK2 .ui file. Sort properties. Use proper constant names. Additionally, translate OK button by using a stock ID. (Ingo Br端ckl)
Clean up GTK2 .ui file. Sort properties. Use proper constant names. Remove unneeded definitions. (Ingo Br端ckl)
Clean up GTK2 .ui file. Let defined image appear on button. Sort properties. Use proper constant names. Remove unneeded definitions. (Ingo Br端ckl)
Clean up GTK2 .ui files. Sort properties. Remove unneeded definitions. (Ingo Br端ckl)
German L10n fixes (Chris Leonard)
Bulgarian L10n fixes (Chris Leonard)
Ukranian L10n fixes (Chris Leonard)
Turkish L10n fixes (Chris Leonard)
Tamil L10n fixes (Chris Leonard)
clang warning: fix method overloading. (Hubert Figui竪re)
Fix a cast error found by clang (Hubert Figui竪re)
Return NULL instead of false. Found by clang. (Hubert Figui竪re)
non-const override for const version. Found by clang. (Hubert Figui竪re)
Fix self assign found by clang (Hubert Figui竪re)
with -Wextra in clang). See bug 13350 to reenable it. (Hubert Figui竪re)
Fix extra parenthesis (clang warning) (Hubert Figui竪re)
Fix self assignment (clang warning) (Hubert Figui竪re)
Nepali L10n fixes (Chris Leonard)
Remove defaults from GTK2 .ui files. (Ingo Br端ckl)
Clean up GTK2 .ui file. Sort properties. Use proper constant names. Remove unneeded definitions. (Ingo Br端ckl)
Clean up GTK2 .ui file. Sort properties. Use proper constant names. Remove unneeded definitions. (Ingo Br端ckl)
Clean up GTK2 .ui file. Add image to button. Sort properties. Remove unneeded definitions. Additionally, tag formula as non-translatable (just as a reminder, doesn't have an effect). (Ingo Br端ckl)
Fix warnings: comparison of signed and unsigned integers (Simon Larochelle)
Remove defaults from GTK2 .ui files. Note: These files aren't yet used. (Ingo Br端ckl)
Disable RDF context menu. It isn't yet implemented. (Ingo Br端ckl)
Disable toolbar entry. It isn't yet implemented. (Ingo Br端ckl)
Disable RDF context menu. It isn't available without libebook and libecal (Evolution Data Server). (Ingo Br端ckl)
Cosmetic: Don't put statement on the same line. (Ingo Br端ckl)
Clean up GTK2 .ui file. Add image to button. Sort properties. Use proper constant names. Remove unneeded definitions. (Ingo Br端ckl)
Remove pointless properties. The label text is set without markup. (Ingo Br端ckl)
Clean up GTK2 .ui file. Sort properties. Use proper constant names. Remove unneeded definitions. (Ingo Br端ckl)
Clean up GTK2 .ui file. Sort properties. Use proper constant names. Remove unneeded definitions. Additionally, add shadow_type to GtkScrolledWindow. (Ingo Br端ckl)
Clean up GTK2 .ui file. Sort properties. Use proper constant names. Remove unneeded definitions. Additionally, add shadow_type to GtkScrolledWindow and improve some spacings. (Ingo Br端ckl)
Use setLabelMarkup() and restore properties. This seems to be common practice for this type of dialogs. (Ingo Br端ckl)
Clean up GTK2 .ui file. Sort properties. Use proper constant names. Remove unneeded definitions. (Ingo Br端ckl)
Fix localization bug. (Ingo Br端ckl)
Fix wrong button. The button accepts the selection. (Ingo Br端ckl)
Clean up GTK2 .ui file. Sort properties. Remove unneeded definitions. (Ingo Br端ckl)
Clean up GTK2 .ui file. Sort properties. Use proper constant names. Remove unneeded definitions. (Ingo Br端ckl)
Improve Plugin Manager dialog layout. Increase height and reduce width. Add image to button. (Ingo Br端ckl)
Fix bug 10802: check that no section is empty when loading a document (Simon Larochelle)
Clean up GTK2 .ui file. Sort properties. Use proper constant names. (Ingo Br端ckl)
Improve Zoom dialog layout. Add some spacing. (Ingo Br端ckl)
Clean up GTK2 .ui file. Add image to button. Sort properties. Use proper constant names. Remove unneeded definitions. (Ingo Br端ckl)
Chiga L10n upload (Chris Leonard)
Breton L10n from Denis Arnaud (Chris Leonard)
Chinese (China) L10n fixes (Chris Leonard)
Swiss German L10n fixes (Chris Leonard)
Swedish L10n fixes (Chris Leonard)
Conform localization method. Actually, almost all our widgets contain a label and we localize it without removing. (Ingo Br端ckl)
Clean up GTK2 .ui file. Sort properties. Use proper constant names. Remove unneeded definitions. Additionally, remove adjustments, because they are created in the .cpp file, and the separator. (Ingo Br端ckl)
Remove one of two almost identical .ui files. Add different handling (of only one button) to the .cpp file. Additionally, remove unused code. (Ingo Br端ckl)
Improve Stylist dialog layout. Add shadow_type to GtkScrolledWindow. (Ingo Br端ckl)
Prettify dialogs. Remove separator. (Ingo Br端ckl)
Add new language. (Ingo Br端ckl)
Improve usage information of update.pl script. (Ingo Br端ckl)
Update German po file. (Ingo Br端ckl)
Update option --maintain of update.pl script. (Ingo Br端ckl)
Tag strings as "not translatable". This is just for cosmetic reasons (and a reminder). (Ingo Br端ckl)
Tag strings as "not translatable". This is just for cosmetic reasons (and a reminder). (Ingo Br端ckl)
Fix wrong usage of setLabelMarkup(). These labels are simple texts, no markup included. (Ingo Br端ckl)
Fix wrong usage of setLabelMarkup(). These labels are simple texts, no markup included. (Ingo Br端ckl)
Enhance Latex dialog. (Ingo Br端ckl)
Welsh (cy_GB) L10n from Rhoslyn Prys (Chris Leonard)
Polish L10n fixes (Chris Leonard)
Slovak L10n fixes (Chris Leonard)
sr@latin L10n fixes from cjl (Kathiravelu Pradeeban)
Add mnemonic to top level menu item RDF. (Ingo Br端ckl)
Fix bug 13296: copy/paste of LibreOffice tables (Simon Larochelle)
Fix bugs 13304 & 13305: table dialog issues (Simon Larochelle)
Install icon in right directory. Additionally, make the directory configurable and rename icon. This closes bug 11510. (Ingo Br端ckl)
Fix trivial crasher. (Jean Br辿fort)
Fix some labels used as caption. (Ingo Br端ckl)
Scale all images when using cairo (GTK) (Simon Larochelle)
Fix bug 13356: numerical props should be encoded using english locale (Simon Larochelle)
Luganda L10n upload (Chris Leonard)
Esperanto L10n fixes (Chris Leonard)
Croatian L10n fixes (Chris Leonard)
Swahii L10n upload (Chris Leonard)
Acholi L10n upload (Chris Leonard)
Bahasa Melayu L10n fixes (Chris Leonard)
Galician L10n fixes (Chris Leonard)
Portuguese (pt_PT) L10n fixes (Chris Leonard)
Greek L10n fixes (Chris Leonard)
Estonian L10n fixes (Chris Leonard)
Thai L10n upload (Chris Leonard)
Hungarian L10n fixes (Chris Leonard)
Akan (Twi Asante) L10n upload (Chris Leonard)
Danish (da) L10n from aputsiaq (Chris Leonard)
Spanish L10n fixes (Chris Leonard)
Add new languages. (Ingo Br端ckl)
Fix r31145. Variable $prefix isn't set until the end of the configure script. (Ingo Br端ckl)
Galician L10n from Miguel Bouzada (Chris Leonard)
French L10n fixes (Chris Leonard)
Only check for matching versions if champlain is actually present. Additionally, change some message texts cosmetically. (Ingo Br端ckl)
Khmer L10n upload (Chris Leonard)
Mandinka L10n upload (Chris Leonard)
Basque L10n fixes (Chris Leonard)
Pashto L10n upload (Chris Leonard)
Brazilian Portuguese L10n fixes (Chris Leonard)
Norwegian Bokmal L10n fixes (Chris Leonard)
Albanian L10n fixes (Chris Leonard)
Sardinian L10n fixes (Chris Leonard)
Serbian L10n fixes (Chris Leonard)
Norwegian Nynorsk L10n fixes (Chris Leonard)
Russian L10n fixes (Chris Leonard)
Romanian L10n fixes (Chris Leonard)
Add new language. (Ingo Br端ckl)
Cosmetic: Arrange alphabetically. (Ingo Br端ckl)
Add missing template. Additionally, arrange alphabetically. (Ingo Br端ckl)
Dutch L10n from Pjotr Kan (Chris Leonard)
Malagasy L10n fixes (Chris Leonard)
Macedonian L10n fixes (Chris Leonard)
Lojban L10n upload (Chris Leonard)
Lithuanian L10n fixes (Chris Leonard)
Spanish L10n fixes (Chris Leonard)
Chinese (China) L10n ffrom lite (Chris Leonard)
Korean L10n fixes (Chris Leonard)
Indonesian L10n fixes (Chris Leonard)
Latvian L10n fixes (Chris Leonard)
Italian L10n fixes (Chris Leonard)
Japanese L10n fixes (Chris Leonard)
Kurdish L10n fixes (Chris Leonard)
Zulu L10n fixes (Chris Leonard)
Irish L10n fixes (Chris Leonard)
Kazakh L10n fixes (Chris Leonard)
Dutch L10n from Pjotr Kan (Chris Leonard)
Bamanakan L10n upload (Chris Leonard)
Finnish L10n fixes (Chris Leonard)
Fulah L10n fixes (Chris Leonard)
Belarusian L10n fixes (Chris Leonard)
Chinese (Hong Kong) L10n fixes (Chris Leonard)
Catalan L10n fixes (Chris Leonard)
Chinese (Taiwan) L10n fixes (Chris Leonard)
Belarusian-latin L10n fixes (Chris Leonard)
Asturian L10n fixes (Chris Leonard)
Hebrew L10n fixes (Chris Leonard)
Clear character style with ctrl-space (in addition to font properties) Fix bugs in FV_View::resetCharCharFormat and in pt_PT_InsertSpan (Simon Larochelle)
Chinese (Taiwan) L10n from YuanChao (Chris Leonard)
Albanian L10n from Besnik Bleta (Chris Leonard)
Galician L10n from Miguel Bouzada (Chris Leonard)
Fulah L10n from Ibrahima Saar (Chris Leonard)
Fix "=+" to "+=" (Martin Sevior)
Slovenian (sl_SI) L10n from Martin Srebotnjak (Chris Leonard)
Remove UT_String (Hubert Figui竪re)
Spanish L10n from F Serrador (Chris Leonard)
Changed tableLayout to accomodate header information (tnkk)
Revert wrong commit (tnkk)
Revise the language descriptions. Don't add a country (in parentheses) if there is only one language entry (and it's the main dialect). If there is a specification in parentheses, refer to the country code rather than to geographical or descriptive information. Add other information such as variant information solely by using a comma. (Ingo Br端ckl)
Fix two language descriptions. (Ingo Br端ckl)
Fix bug and minor issue in encoding descriptions. (Ingo Br端ckl)
Improve Encoding dialog layout. (Ingo Br端ckl)
Improve Language dialog layout. (Ingo Br端ckl)
Fix a dialog caption. (Ingo Br端ckl)
Dutch L10n from Pjotr Kan (Chris Leonard)
Nepali L10n fixes (Chris Leonard)
Fulah L10n from Ibrahima Saar (Chris Leonard)
Example script to create a changelog for a particual release. Part of the release process I will share in a bit. (Marc Maurer)
Slovenian (sl_SI) L10n from Martin Srebotnjak (Chris Leonard)
Slovak L10n from Jaroslav Ryn鱈k (Chris Leonard)
Remove separator bar above buttons in message boxes. This is default in GTK+ 3 (the option has been removed). (Ingo Br端ckl)
Remove some unnecessary ellipses. (Ingo Br端ckl)
Fulah L10n from Ibrahima Saar (Chris Leonard)
Slovak L10n from Jaroslav Ryn鱈k (Chris Leonard)
Chinese (Hong Kong) L10n from wwycheuk (Chris Leonard)
Chinese (Taiwan) L10n from wwycheuk (Chris Leonard)
Chinese (China) L10n from lite (Chris Leonard)
Welsh (cy_GB) L10n from Rhoslyn Prys (Chris Leonard)
Galician L10n from Miguel Bouzada (Chris Leonard)
Fix spacing in Latex dialog. (Ingo Br端ckl)
Fix minor issues in Encoding dialog. (Ingo Br端ckl)
Fix dialog captions. (Ingo Br端ckl)
Center all modal windows on their parent. Additionally, fix minor issues like adjusting the size and, usually, removing the separator bar above buttons (for GTK2 only). (Ingo Br端ckl)
Fix dialog labels and captions. (Ingo Br端ckl)
Center all modal windows on their parent. Additionally, fix minor issues like spacing and resizing and, usually, removing the separator bar above buttons (for GTK2 only). (Ingo Br端ckl)
Remove pointless call. The window position is specified in the .ui files. (Ingo Br端ckl)
Center modal window on its parent. Additionally, fix a minor spacing issue. (Ingo Br端ckl)
Center modal window on its parent. Additionally, fix minor spacing issues. (Ingo Br端ckl)
Position settings windows at the mouse position. This allows immediate handling and improves usability. Additionally, fix minor spacing issues. (Ingo Br端ckl)
Fix window position for Zoom dialog. It's modal. (Ingo Br端ckl)
Remove GtkDialog property "visible" (set to True) from GTK2 .ui files. Setting this property prevents (at least on GTK2) the XSizeHints flag PPosition for the window manager from getting set which is done by GTK when changing the property "window-position". As a result, the window won't be properly positioned. (Ingo Br端ckl)
Fix breaking of tables (Simon Larochelle)
Czech L10n fixes, correct encoding conversion errors (Chris Leonard)
Danish (da) L10n from aputsiaq (Chris Leonard)
Punctuation tweaks (Chris Leonard)
Punctuation tweaks (Chris Leonard)
Punctuation tweaks (Chris Leonard)
Punctuation tweaks (Chris Leonard)
Punctuation tweaks (Chris Leonard)
Punctuation tweaks (Chris Leonard)
Punctuation tweaks (Chris Leonard)
Punctuation tweaks (Chris Leonard)
Punctuation tweaks (Chris Leonard)
Punctuation tweaks (Chris Leonard)
Punctuation tweaks (Chris Leonard)
Remove GtkDialog property "modal" (set to True) from GTK2 .ui files. This is pointless, because it's coded whether a dialog runs modally or not. (Ingo Br端ckl)
Fix some captions in dialogs. (Ingo Br端ckl)
Adjust Columns dialog layout to common style. (Ingo Br端ckl)
Adjust Styles (new/modify) dialog layout to common style. (Ingo Br端ckl)
Center modal Tab dialog on its parent. Additionally, fix minor spacing issue and use normal label for lbDefaultTab. (Ingo Br端ckl)
Position dialog at the mouse position. This allows immediate handling and improves usability. Additionally, fix minor spacing issue. (Ingo Br端ckl)
Position Stylist dialog at the mouse position. This allows immediate handling and improves usability. Additionally, fix minor spacing issue. (Ingo Br端ckl)
Center modal Styles dialog on its parent. Additionally, fix minor spacing and shadow issue. (Ingo Br端ckl)
Center modal Spell dialog on its parent. (Ingo Br端ckl)
Position Semantic Stylesheets dialog at the mouse position. This allows immediate handling and improves usability. (Ingo Br端ckl)
Fix minor spacing issue. (Ingo Br端ckl)
Fix minor spacing issue. (Ingo Br端ckl)
Remove the separator bar above buttons (for GTK2 only). (Ingo Br端ckl)
Center modal Page Setup dialog on its parent. (Ingo Br端ckl)
Center modal Page Numbers dialog on its parent. Additionally, fix minor spacing issue. (Ingo Br端ckl)
Center modal Options ColorSel dialog on its parent. (Ingo Br端ckl)
Center modal New dialog on its parent. (Ingo Br端ckl)
Position Mail Merge dialog at the mouse position. This allows immediate handling and improves usability. (Ingo Br端ckl)
Center modal HdrFtr dialog on its parent. (Ingo Br端ckl)
Position Goto dialog at the mouse position. This allows immediate handling and improves usability. Additionally, fix minor spacing issue. (Ingo Br端ckl)
Position Format TOC dialog at the mouse position. This allows immediate handling and improves usability. (Ingo Br端ckl)
Position Format Table dialog at the mouse position. This allows immediate handling and improves usability. (Ingo Br端ckl)
Position Format Frame dialog at the mouse position. This allows immediate handling and improves usability. (Ingo Br端ckl)
Center modal Break dialog on its parent. Additionally, fix minor spacing issue. (Ingo Br端ckl)
Position Border Shading dialog at the mouse position. This allows immediate handling and improves usability. Additionally, fix minor expanding issue. (Ingo Br端ckl)
Fix bug in Goto dialog .ui file. There were no scrolled windows for RDF links and annotations, making the dialog window grow with the number of entries. Please port to GTK3 .ui file. (Ingo Br端ckl)
Polish L10n from marcinu (Chris Leonard)
Hungarian L10n from Gabor Kelemen (Chris Leonard)
Bug 12264 - Revert trunk@30914 (Hubert Figui竪re)
Nepali L10n from Niraj Paudel (Chris Leonard)
Set default width for Stylist dialog. (Ingo Br端ckl)
Make mouse wheel scrolling work (gtk backend). (Jean Br辿fort)
Fix bug 7274: set caret position correctly after deleting a footnote (Simon Larochelle)
Fix bug 12496: when applying style to a block, do not remove char styles. Also do not touch embedded structures and only remove span properties that were unnecessary with the old style. (Simon Larochelle)
Fix bug 8187: Access of image dialog through top and context menus (Simon Larochelle)
Fix warning (Simon Larochelle)
Replace assert by function exit (Simon Larochelle)
Fix assert firing when opening style dialog (Simon Larochelle)
Initialize correctly a variable-size array (fix rev. 31392) (Simon Larochelle)
Bug 13323 - Fix export for UT_strptime on Windows. (Hubert Figui竪re)
Add Bamanakan language (Simon Larochelle)
Cosmetic: Remove trailing whitespace from po perl scripts. (Ingo Br端ckl)
Restrict unsafe constructs in update.pl perl script. (Ingo Br端ckl)
Add languages to the UT_LangRecord table; also realign table (cosmetic) (Simon Larochelle)
Correct spelling; arrange list in alphabetical order (Chris Leonard, Simon Larochelle)
Arrange English language entries alphabetically. There is no reason to have the English entries at the top, because the whole language name table will be sorted in the UT_Language constructor anyway. Additionally, add some information on how to add languages. (Ingo Br端ckl)
Fix some warning of unhandled cases in switch, unused variable or format. (Hubert Figui竪re)
Don't crash if inserting a footnote / endnote in an empty document. Also get rid of some UT_String right there (Hubert Figui竪re)
Remove a const_cast (Hubert Figui竪re)
The Format Footnote dialog didn't allow changing the initial values. Gtk3 only. (Hubert Figui竪re)
Bug 13361 - Gtk 3.4 warnings removal (Hubert Figui竪re)
cleanup the code of unecessary cast (Hubert Figui竪re)
Don't use "slots" as an identifier. (Hubert Figui竪re)
Remove unused variable. It's redundant after r31496. (Ingo Br端ckl)
Fix compiler warnings. Tag arguments only needed in debug mode. (Ingo Br端ckl)
Add introspection support for the Gtk-3 build. Needs --enable-introspection=yes (or auto) to work. (Jean Br辿fort)
Fix introspection warnings. (Jean Br辿fort)
Enhance introspection build. (Jean Br辿fort)
Fix warning: remove unused code since rev. 14457 (Simon Larochelle)
Fix warnings: unused variables (Simon Larochelle)
Fix breaking of multi-page TOCs (partial fix of bug 12884). (Simon Larochelle)
Fix regression from rev. 31392 (Simon Larochelle)
Fix bug 13385: text selection with shift-page up (Simon Larochelle)
Fix bug 13365: new line moves vertical scrolling to top of document (Simon Larochelle)
Fix labels. Use colon with labels for entry fields, selection lists and such. (Ingo Br端ckl)
Fix labels. Use colon with labels for entry fields, selection lists and such. (Ingo Br端ckl)
Fix spacing in Options dialog. (Ingo Br端ckl)
Improve Insert Symbol dialog. Position dialog at the mouse position. Reduce height of font selector combo box. Add some spacing. Add (stock) image to button. Remove separator (GTK2 only). (Ingo Br端ckl)
Rearrange date and time formats. Order them: date, time, date and time. Arrange international formats before American ones. (Ingo Br端ckl)
Add some non-US date and time formats. (Ingo Br端ckl)
Improve Insert Bookmark dialog. Add (stock) image to button. (Ingo Br端ckl)
Improve Insert XMLID dialog. Add (stock) image to button. (Ingo Br端ckl)
Fix labels. Use colon with labels for entry fields, selection lists and such. (Ingo Br端ckl)
Improve Exit Message Box dialog. Add (stock) image to button. (Ingo Br端ckl)
Fix the Insert XMLID (RDF link) dialog. As long as the combo box is misused as a simple entry field, because the XMLIDs won't be collected for the dialog at all, choose a GtkEntry instead. This is less confusing to the user and more user-friendly. Comment the GtkComboBox code as well as pointless code. Additionally, declare m_combo a GtkWidget pointer to avoid casts. (Ingo Br端ckl)
Remove separator from Insert dialogs (GTK2 only). (Ingo Br端ckl)
Bug 13382 - revert changes from r29670 (and another cosmetic revision). Suggested by Simon Larochelle. (Hubert Figui竪re)
Bug 13361 - More Gtk 3.4 warnings removal: gtk_widget_requested_size() (Hubert Figui竪re)
Fix some const_cast abuse. (Hubert Figui竪re)
Bug 13361 - Fix warning of deprecation in Pango with fallback for Pango < 1.22 (Hubert Figui竪re)
Remove dead code in ut_misc. (Hubert Figui竪re)
Move the HAVE_INTROSPECTION out of the conditionnal, or configure will fail. (Hubert Figui竪re)
ut_unixTimer shouldn't include Gtk but Glib (unless on Cocoa) (Hubert Figui竪re)
Improve Clip Art dialog. Remove separator (GTK2 only) and fix punctuation in labels. (Ingo Br端ckl)
Fix wrong field label descriptions. (Ingo Br端ckl)
Rearrange date and time fields. Order them: date, time, special ones. Arrange locale formats before US onces. (Ingo Br端ckl)
Rearrange application fields. Order more important fields first. (Ingo Br端ckl)
Fix document field names. Use the same names as in the Document Properties dialog. (Ingo Br端ckl)
Rearrange document fields. Order them as they appear in the Document Properties dialog. (Ingo Br端ckl)
Rearrange time fields. Arrange important fields in front. (Ingo Br端ckl)
Reposition Paragraphs line in Word Count dialog. Put it to a more appropriate position. (Ingo Br端ckl)
Clarify Page Reference field function. (Ingo Br端ckl)
Rearrange numbers fields. Group count, sum and reference fields together. (Ingo Br端ckl)
Fix wrong dialog title. (Ingo Br端ckl)
Improve Lists dialog. Add (stock) image to button. Remove separator (GTK2 only). (Ingo Br端ckl)
Improve Lists dialog. Increase spacing between radio buttons. (Ingo Br端ckl)
Fix bug with font list in Lists dialog. There were no items in the list so far. (Ingo Br端ckl)
Fix option with-standard-symbols-l. Don't unconditionally replace font Symbol, but only when it is used for bullet lists. (Ingo Br端ckl)
fix bug in table breaking (Kousik Kumar, Simon Larochelle)
Make sure sections follow each other in multi-sections documents; load document completely before doing column layout (Simon Larochelle)
Test for page break if a column does not seems to fit on a page (this may occurs at the beginning of a section) (Simon Larochelle)
Partly revert r31610. Fix error: Don't touch the font name when exporting, but when importing. (Ingo Br端ckl)
Improve Lists dialog layout. Change spacing on text folding page. (Ingo Br端ckl)
Fix an other issue with option with-standard-symbols-l. Recognize the appropriate font family as Symbol. (Ingo Br端ckl)
Fix bad label for image format notebook page. (Ingo Br端ckl)
Fix bug in Border Shading dialog. Dotted and dashed line style indices had been confused. (Ingo Br端ckl)
Fix bug with cairo graphics. Dotted lines did not show up. (Ingo Br端ckl)
Improve Tab dialog. Remove odd numbering of the leader styles. This improves usability. (Ingo Br端ckl)
Fix bug in Tab dialog. The labels didn't show up. (Ingo Br端ckl)
Fix labels. Use colon with labels for entry fields, selection lists and such. (Ingo Br端ckl)
Improve usability of Tab dialog. Use textual leader style descriptions. (Ingo Br端ckl)
Harmonize footnote and endnote type descriptions. (Ingo Br端ckl)
Fix bug with footnote dialog. Restart of footnote numbering didn't work correctly and selection wasn't displayed correctly in the combo box. (Ingo Br端ckl)
Fix bug with endnote dialog. Placement of endnote didn't work correctly and selection wasn't displayed correctly in the combo box. (Ingo Br端ckl)
Improve Toggle Case dialog layout. Insert vertical container box to improve spacing. Remove separator (GTK2 only). (Ingo Br端ckl)
Fix wrong status line message. (Ingo Br端ckl)
Indicate dialog to come. (Ingo Br端ckl)
Indicate dialog to come the right way. This reverts r31646. (Ingo Br端ckl)
Improve RDF Insert Reference dialog. Add (stock) image to button. (Ingo Br端ckl)
Improve About dialog. Set window icon. Center dialog. Additionally, update copyright date. (Ingo Br端ckl)
Remove unused code. (Ingo Br端ckl)
Improve stylesheet settings dialog. Use colon with labels for entry fields, selection lists and such. (Ingo Br端ckl)
Improve History dialog. Assign more appropriate label to button and increase spacing. (Ingo Br端ckl)
Improve DocComparison dialog. Increase spacing. (Ingo Br端ckl)
Fix Windows build. Add missing comma. (Ingo Br端ckl)
Fix Windows build. Add #ifdef HAVE_CONFIG_H. (Ingo Br端ckl)
Indicate dialog to come. (Ingo Br端ckl)
Improve Mark Revisions dialog. Fix layout by removing default size. Remove separator (GTK2 only). Fix spacing. (Ingo Br端ckl)
Fix character conversion bug in Mark Revisions dialog. The conversion for GTK must not be performed to local encoding but to UTF-8. (Ingo Br端ckl)
Fix character conversion bug in List Revisions dialog. The conversion for GTK must not be performed to local encoding but to UTF-8. (Ingo Br端ckl)
Improve List Revisions dialog. Set caption bold. Remove separator (GTK2 only). (Ingo Br端ckl)
the time where this feature wasn't yet implemented (see r13380). There (Ingo Br端ckl)
Improve Merge Cells dialog. Position dialog at the mouse position. Don't use a frame label. Remove separator (GTK2 only). (Ingo Br端ckl)
Improve Split Cells dialog. Position dialog at the mouse position. Don't use a frame label. Remove separator (GTK2 only). (Ingo Br端ckl)
Improve Font Chooser dialog. Center modal dialog on its parent. Remove separator (GTK2 only). (Ingo Br端ckl)
Improve Paragraph dialog. Center modal dialog on its parent. Remove separator (GTK2 only). (Ingo Br端ckl)
Fix character conversion bug with localized date. The date string for GTK must not be in local encoding but in UTF-8. (Ingo Br端ckl)
Improve Font Chooser dialog. Increase spacing. Arrange effects in table to avoid clutter. Additionally, use colon with labels for entry fields, selection lists and such. (Ingo Br端ckl)
Improve Paragraph dialog. Add (stock) image to button. (Ingo Br端ckl)
Disable menu entry "Purge History". It actually doesn't purge the history, but the revisions and is a duplicate of the menu entry "Purge Revisions". Don't confuse the user with a menu entry that doesn't do what it says but something completely different. It may be enabled again when there is a function purgeAllHistory for it. (Ingo Br端ckl)
Improve Font Chooser dialog's spacing. (Ingo Br端ckl)
Improve Paragraph dialog. Increase spacing. (Ingo Br端ckl)
Localize break indicators. The column and page break formatting mark labels were hard-coded. (Ingo Br端ckl)
Switch two radio buttons in Lists dialog. The "Apply to Current List" seems more common and should be default. (Ingo Br端ckl)
Fix character conversion bug in Paragraph dialog preview area. Our strings are UTF-8 encoded. The string is only UCS-4 encoded if it's a paragraph from the document. (Ingo Br端ckl)
Fix label. (Ingo Br端ckl)
Improve Styles dialog layout. Fix issue with too small display of description text. Update title and labels. Fix spacing. (Ingo Br端ckl)
Add an appropriate toolbar label. Add TB_ClearForeground for the foreground color picker (which was missing) whereas there already was TB_ClearBackground for the background color picker. (Ingo Br端ckl)
Fix Bug 11446 (Prashant Bafna)
Add option --stat to the update.pl script. This will make msgmerge run with option --no-fuzzy-matching and will thus not add untranslated and uninspected strings to the .po file. It is primarily meant to generate a .po file for statistical purposes, but is useful for translators who rather like to have empty new strings as well. (Ingo Br端ckl)
Explain (non-)usage of argument 'fuzzy' more emphatically. (Ingo Br端ckl)
Fix crash with copy & paste. Don't provide a NULL pointer as callback function. It's a regression from r30427. This closes bugzilla bug 13329. (Ingo Br端ckl)
Fix bug with copy & paste. The condition checks the wrong data (target instead of data). (Ingo Br端ckl)
Add gtk_selection_data_get_data() to xap_Gtk2Compat.h. It was missing there. (Ingo Br端ckl)
Avoid drawing in the draw event handler when we are already painting from elsewhere. Seems to fix the unformated paste issue in #13280, and might fix #13355 as well. (Jean Br辿fort)
Don't paste from buffer if character conversion has failed. Otherwise a segmentation fault will occur. (Ingo Br端ckl)
Cosmetic: Adjust indent. (Ingo Br端ckl)
Convert the child iter to the sort iter before selecting. This closes bugzilla bug 13393. Additionally, scroll to newly selected entry in tree view to improve (Ingo Br端ckl)
Fix Bug 13030 for the linux build, changing the libgsf req to 1.14.18 (Prashant Bafna)
Fix warning: explicit cast for size_t argument (Simon Larochelle)
Fix Debian bug #681060: Use utf-16 as default encoder instead of ucs-2; (Simon Larochelle)
Prevent bug #13355/comment #17: only recalculate scrollbar widgets when needed (Simon Larochelle)
Fix bug: correct horizontal scroll limit (Simon Larochelle)
Fix bug: missing 'msgstr' section. (Ingo Br端ckl)
Fix name of file. We don't use underscores. (Ingo Br端ckl)
Add new languages. (Ingo Br端ckl)
Fix bug: unref good object during font substitution (Simon Larochelle)
Make sure m_pAlignment is not NULL (prevent crash) (Simon Larochelle)
Modify color selection for rulers and main window frame (GTK3+ only) (Simon Larochelle)
Bug 13401: fix program hanging during paste unformatted (Simon Larochelle)
Added implementation of copyToBuffer method to HTML exporter class to fix bug 13351 (Volodymyr Rudyj)
Fix bug 13397 (RTF importer): Use PopRTFState on a closing backet if PushRTFState was called on the corresponding opening bracket. (Simon Larochelle)
Closes #13405. (Carlos Garnacho, Jean Br辿fort)
Simplify code. (Ingo Br端ckl)
Fix bug in UT_UTF8String_removeProperty(). In case of a real match, szLoc points to the semicolon of the previous property. Thus, looking for semicolon and taking that as the right part (i.e. the properties behind the property to be removed) won't remove anything. As a result the property to be removed remains in the property list. This caused a lot of strange issues with the FormatTOC dialog where old properties seem randomly to show up, including the toc-header property which is localized but doesn't appear so in the dialog. (Ingo Br端ckl)
Don't lose the text entries when selecting a different level. (Ingo Br端ckl)
Fix bug with wrong level data in FormatTOC dialog. The level data displayed is the data from level m_iDetailsLevel which contains the recently selected level, but the dialog always starts with (i.e. sets the combo box to) level 1. Add missing call to get the right level data. (Ingo Br端ckl)
Arrange children entries (styles) in Stylist dialog alphabetically. (Ingo Br端ckl)
Localize style names in Stylist dialog. (Ingo Br端ckl)
Localize style names in Format TOC dialog. Additionally, remove pointless gtk_label_set_text() from setStyle() that causes an awkward and unnecessary double update of the dialog window. (Ingo Br端ckl)
Add a counterpart to s_getLocalisedStyleName(). New s_getUnlocalisedStyleName() allows to retrieve the original style name from a localized one. (Ingo Br端ckl)
Localize style names in Styles dialog. In order to do so, change the GtkListStore to hold both the original and the localized names. Display the localized names and internally used the original ones. Additionally, fix a problem with "basedon" and "followedby" property values caused by earlier localization of DLG_Styles_DefNone and DLG_Styles_DefCurrent. Now the English style names will be used again to set the values. (Ingo Br端ckl)
Allow pango to do font substitution on field runs (Simon Larochelle)
Adapt RTF exporter to handle unicode bullets (Simon Larochelle)
Fix caret position for broken tables after a continuous section break (Simon Larochelle)
Silent debug msgs (Simon Larochelle)
Reimplement handling of breakable containers in fb_ColumnBreaker; use virtual functions to handle TOCs and tables with the same function; cleanup indents in function fb_ColumnBreaker::_breakSection (Simon Larochelle)
Remove TopOffset and BottomOffset parameters from table height calculation; set minimum height for broken table (TOC) pieces (Simon Larochelle)
Start layout only after document is fully loaded (Simon Larochelle)
Fix warning. (Ingo Br端ckl)
Fix warning. Remove unnecessary call and unused variable. (Ingo Br端ckl)
Remove everything related to former option --with-standard-symbols-l. It's obsolete after r31870-r31872. (Ingo Br端ckl)
Get rid of the Symbol/Dingbats to Unicode converting functions. They are obsolete after r31870-r31872. (Ingo Br端ckl)
Fix warning. (Ingo Br端ckl)
Add "None" to the style name localization table. This style name appears after the current line style has been deleted. (Ingo Br端ckl)
Localize chapter and section heading style definitions. (Ingo Br端ckl)
Localize style names in toolbar's styles combo box. Additionally, make sure that the localized entries will be arranged alphabetically. (Ingo Br端ckl)
Simplify EV_UnixToolbar::repopulateStyles(). The item that is being looked for is the styles combo box. If it isn't found, the function will return. There is even an UT_ASSERT() to ensure that we're really dealing with the styles combo box. So, the id surely is AP_TOOLBAR_ID_FMT_STYLE and all checks for it or for other combo boxes are pointless. (Ingo Br端ckl)
Cosmetic: Adjust indent. Additionally, add some blank lines. (Ingo Br端ckl)
Localize page size formats. Add AP_STRING_IDs to the paper size definitions and a function to return this ID, so that the GUI can localize prior to displaying. (Ingo Br端ckl)
Fix wrong page size of Folio. Additionally, use millimeters as unit for it, because it's a traditional European format. (Ingo Br端ckl)
Set msgctxt for DLG_Lists_Type_none. This allows different translations for it. (Ingo Br端ckl)
Add DLG_Lists_Style_none for the style list. Additionally, add msgctxt which allows different translations for it. (Ingo Br端ckl)
Set msgctxt for DLG_Styles_DefNone. This allows different translations for it. (Ingo Br端ckl)
Localize Format TOC dialog. Use textual leader style descriptions. Additionally, set msgctxt for DLG_FormatTOC_None. This allows different translations for it. (Ingo Br端ckl)
Avoid rounding error. The stats on the translation web page are wrong. (Ingo Br端ckl)
Update all .po files. This is a dummy update in order to remove unwanted fuzzy strings from the .po files on the web server used for the translation stats web page. (Ingo Br端ckl)
Add an other bullet style: arrowhead lists. This seems more useful than some of the existing ones. (Ingo Br端ckl)
Fix bug 12334: use unicode fonts for list bullets (Simon Larochelle)
Fix warnings: explicit cast for size_t arguments, unused variables, uint variables (Simon Larochelle)
Fix bug 12757: opening a document with a header containing a table (Simon Larochelle)
Fix bug 13243: import RTF with list (Simon Larochelle)
Fix bug 13225: save file with a hyperlink directly following another one (Simon Larochelle)
Remove memory leak (ABW exporter) (Simon Larochelle)
Adapt importers for MsWord97 RTF and XHTML to lists with Unicode bullets (Simon Larochelle)
Fix bug 13402: make vbox expandable (Simon Larochelle)
Hyperlink dialog: make bookmark list expandable (Simon Larochelle)
Fix warnings + whitespace (Hubert Figui竪re)
Add a cache that knows if there are *any* semantic items in the document. Since all changes go through a mutation object, that cache always gets updated there and all other code that might need to sniff around for RDF can first use this cache to see if there are any to potentially find. (Ben Martin)
Fix bug 13417 (crash). (Simon Larochelle)
Actually check the result code for document conversions (Marc Maurer)
Fix bug 13422: compiler warning (Simon Larochelle)
Fix bug 13428 (Matti H辰m辰l辰inen, Simon Larochelle)
Reversed 31882 since it broke mathview plugin. (Jean Br辿fort)
Add GR_EmbedManager::setFont(). (Jean Br辿fort)
Fix warnings (Simon Larochelle)
Skip over footnotes when formatting a text span. Only format main text (bugs 5046 & 12496) (Simon Larochelle)

Collaboration-plugin:
Missing include. (reported over IRC) (Hubert Figui竪re)
Bug 13602 - Add missing boost header Cherry-picked from trunk@33734 (Hubert Figui竪re)
Bug 13657 - Remove gcrypt from tls_tunnel. Cherry-pick from trunk@34946 (Hubert Figui竪re)
Update for compatibility with recent GtkBuilder. Cherry-picked from trunk@34945. By jbrefort (Hubert Figui竪re)
Move the RDF menu from the collab plugin (wrong place) to the core menus structure... (Ben Martin)
A tiny improvement in the status reporting of the collab backend (Marc Maurer)
Fixed plugins build with both gtk versions (Jean Br辿fort)
Make the collab xmpp backend work with gtk3 (Jean Br辿fort)
Dist ap_Win32Res_DlgCollaborationEditAccount.rc2 (Fridrich Strba)
Make goffice plugin work again and fix the collab accounts dialog. (Jean Br辿fort)
Bug 13217 - refactor gtk2 / gtk3 frontend. (Hubert Figui竪re)
Bug 13219 - fix collab on Gtk2. (Hubert Figui竪re)
Bug 13219 - Fix collab for gtk2: missing (Hubert Figui竪re)
Bug 13218 - rename the glade files to .ui (Hubert Figui竪re)
Fix a memory leak (Hubert Figui竪re)
fix build breakage (Hubert Figui竪re)
PL_DocStruxHandle -> pf_Frag_Strux* (Hubert Figui竪re)
Fix various memory leaks (Hubert Figui竪re)
Fix to build with [-Werror=format-security]. Patch from Debian, by Dmitri Smirnov. (Hubert Figui竪re)
Warning fixes. (Hubert Figui竪re)
Fix bug 13317: MSVC 2008 Build Error : abicollab_export.cpp (Marc Maurer)
Fix format warnings (clang) (Hubert Figui竪re)
Fix return of bool when pointer is expected (clang found this) (Hubert Figui竪re)
Reverted wrong commit. (tnkk)
Removed remaining extra white spaces. (Jean Br辿fort)
Revert r31230 (tnkk)
Make fake collab backend work. (Ingo Br端ckl)
Fix warnings. Compile debug-only functions conditionally. Additionally, fix debug messages. (Ingo Br端ckl)
a GTK2 build, there is the additional variable TOOLKIT_IS_GTK2. This closes bugzilla bug 13400. (Dmitry Smirnov, Ingo Br端ckl)
Prefer TOOLKIT_GTK_ALL. We did so in all other source files. (Ingo Br端ckl)

Opendocument import/exporter:
Bug 13570 - Fix crasher in OpenDocument import. Cherry-pick from trunk@33939. (jbrefort) with indent fixes. (Hubert Figui竪re)
Bug 13539 - Correctly escape links in odt exporter. Cherry-pick from trunk@33978. By jbrefort. (Hubert Figui竪re)
Don't crash when exporting to .odt without a frame. Cherry-pick fron trunk@34041. From jbrefort. (Hubert Figui竪re)
Bug 13661 - We must ignore OpenDoc soft page breaks, they are not manual page breaks. Cherry-pick from trunk@34703. By jbrefort. (Hubert Figui竪re)
Some new STL like methods for the string. In TextContent_ListenerState the code should perform as it did before but also fold newlines and multiple spaces inside the first call to charData(). See http://docs.oasis-open.org/office/v1.2/cos01/ In particular section 6.1.2 of http://docs.oasis-open.org/office/v1.2/cos01/OpenDocument-v1.2-cos01-part1.pdf (Ben Martin)
Initial support for creating unique xml:id values during copy and paste. ODF (including embedded RDF) on the clipboard now works for copy and paste to and from Calligra trunk. (Ben Martin)
PD_Object has to be respected in order to retain m_objectType which is crucial in serializing correctly to RDF/XML. This now allows copy and paste to Calligra and rdf links follow to the destination too. (Ben Martin)
New codepath which uses libgcrypt for decoding blowfish encrypted ODF files. New PL_ListenerCoupleCloser class which will emit closing elements that happen after the desired document range. For example, "te(a)xt bm-start this is(b)more bm-end" selected from (a) to (b) the bm-end will be sent to the listener too even though it is after the official range. (Ben Martin)
Remove the old blowfish code itself, added a link line for gcrypt which I didn't seem to need in my build but which might be required in some builds. (Ben Martin)
These should allow the opendoc plugin to compile without redland. (Ben Martin)
Bug 12716: revert a change for bug 10627 that cause a stack smash. (Hubert Figui竪re)
Bug 13176: our URL escaping is buggy. Use libxml instead. This allow the document (Hubert Figui竪re)
Bug 12754: if there is no mimetype but a content.xml, just have a confidence SOSO (Hubert Figui竪re)
Bug 12754: Fix breakage with previous attempt to fix Bug 12754: (Hubert Figui竪re)
Faster RDF selections, gtk3 font dialog startup fix for machines with many fonts, good initial work on ODF accepting the optional annotation-end to associate a range with annotations instead of a single point. You can now click on the (1) markers for annotations to edit them and thus edit annotations that are for a single point such as those saved by OO/LO. (Ben Martin)
More warning fixage (Hubert Figui竪re)
Fix more warnings (non-debug mostly) (Hubert Figui竪re)
Slight change in namespace definition. (Ben Martin)
Metadata are now pure std::string. (Hubert Figui竪re)
PL_FmtStruxHandle -> fl_Container* (Hubert Figui竪re)
DataItems are now stored in a std::map<>. No longer use a void *. This also fix a memory leak that I suspect was in the string map. (Hubert Figui竪re)
RDF Semantic Items for GTK3 build. (Ben Martin)
Warning fix (Hubert Figui竪re)
Fix 13181: Missing file extention for svg images (Tanya Guza) (Marc Maurer)
Fix 12310: ODF, tracked changes info shown at start of document (Tanya Guza) (Marc Maurer)
Bug 12206 - date-format in ODF annotation. (Hubert Figui竪re)
Fix export of frame objects to ODe 1) fix a crash during copy to clipboard 2) replace asserts with if tests: some frame properties are not always defined (Simon Larochelle)
Add back an assert removed in rev. 30775 (Simon Larochelle)
Adapt ODT importer to lists with Unicode bullets (Simon Larochelle)

rtf:
Fix crash when parsing bogus list in RTF. Bug #12880 (Hubert Figuiere)
Bug 12045: Fix parsing of annotation, frame properties and a few others. (Hubert Figuiere)

gtk+:
Bug 12345: explicitly make empty XML tags due to a buggy parser in Maemo. (Hubert Figuiere)
Lots of image dialog fixes from Simon Larochelle's first contribution. (Simon Larochelle)
Merged the gtk3 branch. (Jean Br辿fort)
Fix widget alignments (Hubert Figuiere)
Cleanup the widgets alignment. Disable the labels along the other controls (Hubert Figuiere)
Honour the markup in the title label. Fix a bit the paddings in the GtkTable (Hubert Figuiere)
Enhanced the pseudo-2d colors in the gtk backend. Still not perfect, does not work for high contrast themes, but abiword-2.8 was not better in this respect. (Jean Br辿fort)

macosx:
Adding -headerpad_max_install_names on Mac LDFLAGS From ld(1) man page: " -headerpad_max_install_names (32-bit only) Add to the header padding enough space to allow changing all dynamic shared library paths recorded in the output file to be changed to MAXPATHLEN in length. " It will avoid problems to change dynamic shared library install names and rpaths recorded in a Mach-O binary (Fabiano Fid棚ncio)
Disabling Double Buffering on OS X Unfortunately, OS X still isn't ready to Double Buffering. To avoid strange behavior, at least for now, we're desabling it. (Fabiano Fid棚ncio)
Fixing text selection issue (bug 13116) Calling _generalUpdate() into _drawOrClearBetweenPosition(). According with msevior and andreisfrent, it don't will up performance, because _generalUpdate() doesn't redraw everything, just dirty runs (Fabiano Fid棚ncio)
EPUB's dialog, see you soon! For now, EPUB's dialog build is being disabled in OS X. I need/want to implement it as soon as possible. (Fabiano Fid棚ncio)
DoubleBuffering is working on OS X Thanks, Jean! (Fabiano Fid棚ncio)
Adding -headerpad_max_install_names on some plugins From ld(1) man page: " -headerpad_max_install_names (32-bit only) Add to the header padding enough space to allow changing all dynamic shared library paths recorded in the output file to be changed to MAXPATHLEN in length. " Plugins: latex, docbook, openxml, epub, openwriter, opml and (still with some problems) opendocument It will avoid problems to change dynamic shared library install names and rpaths recorded in a Mach-O binary (Fabiano Fid棚ncio)
Welcome plugins! latex, docbook, openxml, epub, openwriter and opml is a great pleasure having then with us! (Fabiano Fid棚ncio)
Big cleanup/refactor in xap_CocoaModule.cpp to The cleanup/refactor was did as an attempt to improve and simplify code's readability. (Fabiano Fid棚ncio)
Plugins in Mac are .so too instead of .dylib All file compiled with "-module" option will generate a .so and not a .dylib, as in our case. The difference between a .so and a .dylib is that first is a dynamically loadable module and the second is a shared library. So, we only can load the first, while we can link against the second. (Fabiano Fid棚ncio)
Many updates to the RDF core. Two new dialogs for RDF: an editor and a query dialog. A few new dialog superclasses to inject into the inheritance tree to get default 'boilerplate' code instead of having each dialog implement that itself. This is still a WIP. Many little utility functions and methods. (Ben Martin)
Link plugins properly against libabiword-x.y.dynlib (Marc Maurer)
Fix bug 12183: Generated PDF contains lower quality images. I hope I did the OSX port correct, as I can't test it. The Win32 cairo branch probably needs a similar fix. A patch against 2.8.x has been attached to the bugreport. (Marc Maurer)
[mac] Fix build break Please, compile on 64bits too! :-) (fidencio)
Missing header on Mac (Hubert Figui竪re)
Fix build if spelling is disabled (Hubert Figui竪re)
Make sure CGFloat is defined Make sure the we use the right controller interface (Hubert Figui竪re)
Missing IBAction (Hubert Figui竪re)
Fix build with older SDK: -don't use fast enumeration -alternative new APIs Also fix several leaks in the enumeration. (Hubert Figui竪re)
Warning fixes 64-bits fixes (Hubert Figui竪re)
Fix build with spell disabled, again. (Hubert Figui竪re)
Fix dialogs due to internal API changes. (Hubert Figui竪re)
Bug 9287 - stop using the wrong enumStyles() on MacOS. (Hubert Figui竪re)
Bug 1434 - rename ap_Toolbar_Icons to xap_Toolbar_Icons as they (Hubert Figui竪re)
Fix warnings (Hubert Figui竪re)
Fix missing include. (Hubert Figui竪re)
Fix warnings (Hubert Figui竪re)
Revise captions in dialogs. Use colon only in captions for entry fields and selection lists (i.e. where user input is expected). Use capitalized captions by default throughout. Avoid verbs (imperatives) in captions. Additionally, revise some texts and remove unused strings. (Ingo Br端ckl)
Set locale territory to "" instead of "US" when none is available (Simon Larochelle)
Revert rev. 31219 (Simon Larochelle)
Don't change adjustment for the X-scrollbar when not needed. Hopefully fix #13355. Also removed extra spaces at end of lines in src directory. (Jean Br辿fort)

ms write plugin:
Committed Ingo's patch. The codepage conversion had to be reverted due to issues with some documents. (Urmas)
Added importer option to specify default codepage ("-i 'encoding:CP1252'"). (Urmas)
Patch from Ingo fixing the MS Write plugin. (Marc Maurer)
was written. By passing an importer argument, namely '-i mswrite-codepage:CP1250' (Ingo Br端ckl)
Clean up source code and format to AbiWord coding style. (Ingo Br端ckl)
Fixes writing 4 garbage bytes in output file if invalid character is encountered. CAVEAT: Untested on MBCS locales (do we support them, to begin with?) (Urmas)
Add debug messages. These messages dump the internal structure of a Write file and will make troubleshooting easier. (Ingo Br端ckl)
Replaced stdio debug output with UT_DEBUGMSG. - Implement proper error handling when converting single-byte characters, and correct translation of multibyte characters for corresponding codepages. (urmaslt)
Added translation table for names of standard FE fonts, as Abiword cannot use localized font names. - Added automatic codepage detection for standard FE fonts. (urmaslt)
Fix compiler warnings. This fixes "unused parameter" and "suggest braces around empty body" warnings when compiling without enabling debug. (Ingo Br端ckl)
Fixed build (Jean Br辿fort)
Revise debug output for fonts. Enumerate by starting from zero which matches the debug output for ftc. (Ingo Br端ckl)
Fixed reuse-after-free error. (urmaslt)
Revert r30527. There is no error. The property exists as long as the importer class exists. (Ingo Br端ckl)
Fixed reuse-after-free error, v2. Attemps to revert without discussion will be considered a vandalism. (urmaslt)
Properly fix the default codepage. see previous revisions and before. (Hubert Figui竪re)
Revert back to r30532 (from r30529). Other patches since were undiscussed and not approved. (Ingo Br端ckl)
Replace fprintf() and perror() by UT_WARNINGMSG. (Ingo Br端ckl)
Improve definition and output of read_pic() warning messages. (Ingo Br端ckl)

gnome office plugin:
Add missing files and request a stable goffice release. (Jean Br辿fort)
Add the gtk2 version of goffice-bits (Jean Br辿fort)
Fixed warnings in goffice-bits (Jean Br辿fort)
Implement SVG snapshots for components when possible. (Jean Br辿fort)
Fixed GValue initialization. (Jean Br辿fort)
Make SVG snapshots of charts (Jean Br辿fort)
Bug 13247 - Fix glib headers. Patch by Funda Wang (Hubert Figui竪re)
Bug 13361 - Fix Gtk3 warnings in goffice. (Hubert Figui竪re)
Bug 13361 - Fix Gtk and Xlib deprecation warnings (Hubert Figui竪re)
Fix to build with -Werror=format-security (Dmitry Smirnov, Simon Larochelle)
Fix warnings in directory goffice-bit2 (Simon Larochelle)
Fixed EXTRA_DIST in src/af/xap/gtk (Jean Br辿fort)

epub plugin:
EPUB plugin now using separate file for each book chapter. Fixed generation of incorrect TOC. (Volodymyr Rudyj)
Added temporary files cleanup (Volodymyr Rudyj)
Changed EPUB plugin and html exporter to handle option of exporter "bAddIdentifiers" like other exporter options (Volodymyr Rudyj)
Removed obsolete code fragment from HTML exporter (Volodymyr Rudyj)
Handle epub dialog build when builddir != srcdir (Xun Sun)
Correct epub dialog title and label (Xun Sun)
Added new HTML export options to Win32 UI (Urmas)
MERGE gsoc2011-refactoring [30061]:[30295] into trunk (Volodymyr Rudyj)
EPUB dialog for Win32, first edition. (Urmas)

internationalization:
Updated ar translation (by OLPC translation team) (Urmas)
Updated ar, br, da, gl, sl by SugarLabs translation service contributors. Updated es translation by F.J.F. Serrador.
Updated Slovak translation (Jaroslav Rynik)
Update spanish translation (Fco. Javier Fdez. Serrador)
Update galician "gl" translation (Miguel Bouzada)
Updated Fulah complete translation (Ibraahiima SAAR)
Update breton translation (Denis ARNAUD)
Update Spanish translation (Fco. Javier Fdez. Serrador) (Marc Maurer)
Update kk translation (Baurzhan Muftahidinov) (urmaslt)
Improve po documentation. Explain in brief what needs to be done to update a translation of a single language. (Ingo Br端ckl)
Update German translation. (Ingo Br端ckl)
Update German translation. (Ingo Br端ckl)
Enable translation of labels in Go To dialog. These labels were hard-coded and untranslatable so far. (Ingo Br端ckl)
Update German translation. (Ingo Br端ckl)
Enable translation of labels in RDF Query dialog. These labels were hard-coded and untranslatable so far. (Ingo Br端ckl)
Enable translation of help text in RDF Query and Editor dialogs. Move the text portion that should be translatable from the ui file to the code and insert it into the text buffer there. (Ingo Br端ckl)
Enable xgettext msgctxt hints. This is, because the same English expression may need different translations depending on the context. The syntax for such a hint is //xgettext:msgctxt (i.e. a comment behind the string dcl). (Ingo Br端ckl)
Set msgctxt for FIELD_Document_Subject and DLG_RDF_Query_Column_Subject. This allows different translations for them. (Ingo Br端ckl)
Update German translation. (Ingo Br端ckl)
Enable translation of menu items in RDF Editor dialog. Do so by using stock ids instead of labels. (Ingo Br端ckl)
Enable translation of labels in RDF Editor dialog. These labels were hard-coded and untranslatable so far. Additionally, add three dots to menu items raising a dialog. (Ingo Br端ckl)
Update German translation. (Ingo Br端ckl)
Enable translation of RDF Query and Editor status lines. These texts were hard-coded and untranslatable so far. (Ingo Br端ckl)
Update German translation. (Ingo Br端ckl)
Fix German translation. (Ingo Br端ckl)
Enable translation of name of new semantic item (class "Contact"). This was hard-coded and untranslatable so far. (Ingo Br端ckl)
Update German translation. (Ingo Br端ckl)
Fix appearance of Semantic Item Insert Reference Dialog window. Increase default width of window so that its title will fit. Revise GTK2 .ui file to match GTK3 .ui file's appearance. Set window icon. Enable translation of labels and texts. (Ingo Br端ckl)
Update German translation. (Ingo Br端ckl)
Update German translation. Additionally, remove all obsolete #~ messages. (Ingo Br端ckl)
Update German translation. (Ingo Br端ckl)
Update German translation. (Ingo Br端ckl)
Fix German translation. (Ingo Br端ckl)
Fix appearance of Semantic Stylesheets Dialog window. Set window icon and title. Enable translation of title. (Ingo Br端ckl)
Enable translation of labels in RDF stylesheet dialog. These labels were hard-coded and untranslatable so far. Additionally, give labels a reasonable id. (Ingo Br端ckl)
Update German translation. (Ingo Br端ckl)
Fix German translation. (Ingo Br端ckl)
Enable translation of stylesheets names in RDF stylesheet dialog. These names were hard-coded and untranslatable so far. Moreover, the internal (English) stylesheet name was presented to the user. Improve usability by separating the internal name from the presented one and present translated names only. Remove the combo box items from the .ui files and add them using XAP_appendComboBoxText(). (Ingo Br端ckl)
Update and fix German translation. (Ingo Br端ckl)
Update German translation. (Ingo Br端ckl)
Restore abi-backport-all script. It only is needed for translation statistics by dumpstrings.pl and completely useless for every other purpose. (Ingo Br端ckl)
Update German translation file's header fields. (Ingo Br端ckl)
Update German translation. (Ingo Br端ckl)
Remove commented texts that are subject to translation. (Ingo Br端ckl)
Remove defaults from GTK2 .ui file. Additionally, remove texts that are subject to translation. (Ingo Br端ckl)
Enable translation of button label. This label was hard-coded. (Ingo Br端ckl)
Acholi L10n fixes (Chris Leonard)
Afrikaans L10n fixes (Chris Leonard)
Akan (Twi Asante) L10n fixes (Chris Leonard)
Amharic L10n fixes (Chris Leonard)
Arabic L10n fixes (Chris Leonard)
Asturian L10n fixes (Chris Leonard)
Belarusian L10n fixes (Chris Leonard)
Bulgarian L10n fixes (Chris Leonard)
Bamanakan L10n fixes (Chris Leonard)
Breton L10n from Denis Arnaud (Chris Leonard)
Catalan L10n fixes (Chris Leonard)
Chiga L10n fixes (Chris Leonard)
Czech L10n fixes (Chris Leonard)
Welsh (cy_GB) L10n from Rhoslyn Prys (Chris Leonard)
Swiss German L10n fixes (Chris Leonard)
Greek L10n fixes (Chris Leonard)
British English (en_GB) L10n from Chris Leonard (Chris Leonard)
Esperanto L10n fixes (Chris Leonard)
Estonian L10n fixes (Chris Leonard)
Basque L10n fixes (Chris Leonard)
Fulah L10n from Ibrahima Saar (Chris Leonard)
Irish L10n fixes (Chris Leonard)
Galician L10n from Miguel Bouzada (Chris Leonard)
Hebrew L10n fixes (Chris Leonard)
Croatian L10n fixes (Chris Leonard)
Hungarian L10n from Gabor Kelemen (Chris Leonard)
Indonesian L10n fixes (Chris Leonard)
Italian L10n fixes (Chris Leonard)
Luganda L10n fixes (Chris Leonard)
Latvian L10n fixes (Chris Leonard)
Malagasy L10n fixes (Chris Leonard)
Macedonian L10n fixes (Chris Leonard)
Dutch L10n from Pjotr Kan (Chris Leonard)
Polish L10n from marcinu (Chris Leonard)
Pashto L10n fixes (Chris Leonard)
Brazilian Portuguese L10n fixes (Chris Leonard)
Quechua (Cusco-Collao) L10n fixes (Chris Leonard)
Romanian L10n fixes (Chris Leonard)
Russian L10n fixes (Chris Leonard)
Sardinian L10n fixes (Chris Leonard)
Slovak L10n from Jaroslav Ryn鱈k (Chris Leonard)
Slovenian (sl_SI) L10n from Martin Srebotnjak (Chris Leonard)
Songhay (son) L10n from Mohomodou Houssouba (Chris Leonard)
Albanian L10n from Besnik Bleta (Chris Leonard)
Serbian L10n fixes (Chris Leonard)
sr@latin L10n fixes (Chris Leonard)
Tamil L10n fixes (Chris Leonard)
Turkish L10n fixes (Chris Leonard)
Vietnamese L10n fixes (Chris Leonard)
Wolof L10n fixes (Chris Leonard)
Yiddish L10n fixes (Chris Leonard)
Zulu L10n fixes (Chris Leonard)
Mandinka L10n fixes (Chris Leonard)
Nepali L10n fixes (Chris Leonard)
Bengali L10n fixes (Chris Leonard)
Bosnian L10n fixes (Chris Leonard)
Dari L10n fixes (Chris Leonard)
Hindi L10n fixes (Chris Leonard)
Filipino L10n fixes (Chris Leonard)
qul L10n fixes (Chris Leonard)
quh L10n fixes (Chris Leonard)
Swedish L10n update from Per Larsson and Svante Signell (Chris Leonard)
French L10n update from Simon Larochelle (Chris Leonard)
Danish (da) L10n from aputsiaq (Chris Leonard)
Spanish L10n from AlanJAS (Chris Leonard)
Chinese (China) L10n from lite (Chris Leonard)
Chinese (Taiwan) L10n from Walter Cheuk (Chris Leonard)
Chinese (Hong Kong) L10n from Walter Cheuk (Chris Leonard)
Songhay (son) L10n from Mohomodou Houssouba (Chris Leonard)

OXML import/export:
Libraries into *LIBADD and not *LDFLAGS (Fridrich Strba)
Fix some weird test. (Hubert Figui竪re)
Adapt DOCX importer to lists with Unicode bullets (Simon Larochelle)

paint plugin:
Fix an assert in Paint plugin. Regression from r31393. (Hubert Figui竪re)
Get rid of UT_String in AbiPaint Add std::string version in xap_Prefs.h (Hubert Figui竪re)

(nros)

2015-09-13 21:15:08 UTC MAIN commitmail json YAML

Note update of www/typo3_62 package to 6.2.15.

(taca)

2015-09-13 21:14:36 UTC MAIN commitmail json YAML

Update typo3_62 packge to 6.2.15, including security fix.

2015-09-08  edc4d53                  [RELEASE] Release of TYPO3 6.2.15 (TYPO3 Release Team)
2015-09-08  f6d8d3d  #68825          [SECURITY] Fix GeneralUtility::sanitizeLocalUrl to detect foreign schemes (Nicole Cordes)
2015-09-08  ed1e46f  #67900          [SECURITY] Prevent information disclosure in tests bootstrap (Nicole Cordes)
2015-09-07  045b4ea  #69001,#69289  [FOLLOWUP][BUGFIX] Reestablish DB connection in long-running tasks (Markus Klein)
2015-09-07  9b9e1ee  #69584          [TASK] Remove wrong datasets in sanitizeLocalUrlValidPathsDataProvider (Nicole Cordes)
2015-09-06  095b781  #67881          [BUGFIX] Cache CategoryRegistry state together with TCA (Alexander Stehlik)
2015-09-05  159bccc  #69303          [BUGFIX] Prevent search upload folder in write protected storages (Nicole Cordes)
2015-09-05  0baa6ff  #69537          [BUGFIX] BackendUtility::getAjaxUrl() should not be internal (Francois Suter)
2015-09-04  3189b03  #65867          [BUGFIX] Support packages depending on typo3/cms (Mathias Brodala)
2015-09-04  46a6bb8  #69063          [BUGFIX] Enable page tree filter for admin with mountpoints (Nicole Cordes)
2015-09-03  2e29879                  Revert "[BUGFIX] Fix broken link to security resources page on typo3.org" (Helmut Hummel)
2015-09-03  7774a08  #69475          [BUGFIX] Streamline Unit Tests for GeneralUtility::sanitizeLocalUrl (Nicole Cordes)
2015-09-02  5bf0cf8  #69463          [BUGFIX] Abstract XSD generator can handle more than two namespace parts (Helmut Hummel)
2015-08-31  b463428  #69434          [TASK] Do not set application context by default in htaccess (Harry Glatz)
2015-08-30  fc81bed  #60995          [BUGFIX] Use single postProcessor layout, otherwise the global layout (Ralf Zimmermann)
2015-08-30  9d03281  #69407          [TASK] Refactor PostProcessorTest to use Prophecy (Anja Leichsenring)
2015-08-30  e2e7e24  #69412          [TASK] Remove eval() in ext:form Unit Tests (Wouter Wolters)
2015-08-29  d3927c8  #69398          [BUGFIX] Add icon for the form wizard number spinner elements (Björn Jacob)
2015-08-29  efe2713  #69399          [BUGFIX] Fatal Error due to class object inconsistencies in ext:form (Oliver Hader)
2015-08-29  3e00f81  #69408          [FOLLOWUP][TASK] Add unit test for fatal error on null object method call (Anja Leichsenring)
2015-08-29  e9b80b4  #69405          [TASK] Add unit test for fatal error on null object method call (Anja Leichsenring)
2015-08-29  fd34498  #69400          [BUGFIX] Fix broken link to security resources page on typo3.org (Wouter Wolters)
2015-08-29  a9bb94a  #45685          [BUGFIX] avoid Call to a member function getValue() on a non-object (Ralf Zimmermann)
2015-08-28  4d7150b  #69239          [TASK] Use https for links to docs.typo3.org (Georg Ringer)
2015-08-28  e3bdabe  #69024          [BUGFIX] Form NumberFields ignore typed values in wizard (Sebastian Wagner)
2015-08-28  3117ea9  #69372          [BUGFIX] IMAGEBUTTON src attribute not working (Ralf Zimmermann)
2015-08-27  17b0d94  #69353          [BUGFIX] Form Wizard does not respect backend debug mode (Oliver Hader)
2015-08-25  6579969  #69138          [BUGFIX] Always use uc_default after first install (Jigal van Hemert)
2015-08-25  136a75d  #69306          [BUGFIX] Correctly assign workspace for rootline retrieval (Markus Klein)
2015-08-25  dcac800  #69302          [BUGFIX] Fix task execution in Scheduler (Francois Suter)
2015-08-22  1013549  #69170          [BUGFIX] Replace ###ID### in openCustomUrlInContentFrame correctly (Christian Seifert)
2015-08-22  3561c77  #45519,#31718  [BUGFIX] Assure a backend domain is set in workspace preview (Daniel Goerz)
2015-08-22  a85992c  #69236          [BUGFIX] Don't cut off icons in New Record wizard (Andreas Fernandez)
2015-08-21  9b4ee63  #59810          [FOLLOWUP][BUGFIX] Show first tab in Element Wizard as fallback (Markus Klein)
2015-08-21  21c21b5  #59810          [BUGFIX] Show first tab in Element Wizard as fallback (Christian Seifert)
2015-08-20  8f8ea43  #67246          [BUGFIX] Cache healing for classes loaded via ext_autoload (Bernhard Kraft)
2015-08-20  793ed14  #69112          [BUGFIX] FAL upgrade wizard: take care of files in subfolders (Josef Glatz)
2015-08-20  61b3b3a  #67843          [BUGFIX] Fix QueryBuilding in IndexSearchRepository (Marc Neuhaus)
2015-08-19  58624b4  #69157          [BUGFIX] Log exception as array instead of serialized (Stephan Großberndt)
2015-08-18  2f4f1b3  #68643          [BUGFIX] Exclude computed field names on fetching record overlays (Albrecht Köhnlein)
2015-08-18  971e193  #65513          [BUGFIX] Assure language override without original file (Stefan Galinski)
2015-08-17  67535f3  #55861,#55837,  [BUGFIX] Extbase: Optional arguments must not throw an Exception (Anja Leichsenring)
2015-08-17  42c4f43  #69001          [BUGFIX] Reestablish DB connection in long-running tasks (Stefan Neufeind)
2015-08-16  7ac4737  #59528          [BUGFIX] Prevent error if getimagesize() fails (Stefan Neufeind)
2015-08-16  891ddd2  #69070          [BUGFIX] Fix dependencies for t3x upload (Helmut Hummel)
2015-08-16  0a6948c  #69061          [TASK] Properly encode database input in the right place (Helmut Hummel)
2015-08-16  4e1e07f  #69092          [BUGFIX] Remove trailing colons from checkbox labels (Daniel Goerz)
2015-08-15  ec1499e  #68400          [BUGFIX] Add encodeURIComponent to search parameter (Stephan Großberndt)
2015-08-15  1d20317  #69056          [BUGFIX] Illegal string offset 'currentLangId' in DataHandler (Joerg Kummer)
2015-08-15  af36619  #68503          [BUGFIX] Fix PHP Warning in updateRefIndexTable() (Stephan Großberndt)
2015-08-15  cc27516  #68493          [BUGFIX] Retrieve correct fieldname for condition lookup (Benjamin Serfhos)
2015-08-15  a1238a7  #53002          [BUGFIX] Calculations in GIFBUILDER properties using stdWrap fail (Dan Untenzu)
2015-08-14  4052042  #64214          [BUGFIX] Prevent ResourceDoesNotExistException (Andre Hähnel)
2015-08-14  67053c9  #69040          [BUGFIX] EM: Trim whitespace in search field (Alexander Opitz)
2015-08-14  170283b  #67962          [BUGFIX] Make editIconsHook work again (Nicole Cordes)
2015-08-13  39b4993  #66939          [BUGFIX] Allow subclasses of \DateTime as entity properties (Stephan Schuler)
2015-08-13  1c99223  #33436          [BUGFIX] Draft usergroup access rights are now respected (Bart Dubelaar)
2015-08-13  8bcc769  #54924          [BUGFIX] Edits disappear when published twice (Stefan Rotsch)
2015-08-13  0fe4901  #69027          [BUGFIX] Use proper data sets in workspaces tests (Oliver Hader)
2015-08-13  eeaa0b7  #62340          [BUGFIX] Fix wrong comment in install tool for [HTTP][proxy_host] (Frank Nägler)
2015-08-13  fd87254  #68494          [BUGFIX] Fix faulty move-placeholder processing with workspaces (Artur Cichosz)
2015-08-13  247d6d4  #64714          [BUGFIX] Catch exceptions for inaccessible storages (Philipp Gampe)
2015-08-12  1f32468  #66624          [BUGFIX] Catch exception when linked file is deleted (Benjamin Mack)
2015-08-12  c69cc2d  #51913          [BUGFIX] Consider placeholders in fixVersioningPid (Timo Webler)
2015-08-12  0878494  #67284          [BUGFIX] Capability check fails for some storage types (Benjamin Mack)
2015-08-10  5ddf0b0  #67145          [BUGFIX] Set background for disabled input fields (Andreas Fernandez)
2015-08-09  e0f72af  #68873          [FOLLOWUP][BUGFIX] Provide title label for paste into column (Anja Leichsenring)
2015-08-09  9a436a6                  Revert "[BUGFIX] Fix broken functional tests" (Anja Leichsenring)
2015-08-09  e65f253  #68882          [BUGFIX] Fix broken functional tests (Anja Leichsenring)
2015-08-09  911fc3d  #68873          [BUGFIX] Provide title label for paste into column (Daniel Goerz)
2015-08-08  0f30972  #20852,#12970  [BUGFIX] Workspace preview links for multiple languages (Stefan Rotsch)
2015-08-07  3c47aae  #68734          [TASK] Document required MySQL privileges (Morton Jonuschat)
2015-08-07  b6aa7ab  #68386          [BUGFIX] Skip write access check if core files exist (Frederic Gaus)
2015-08-07  73304d5  #68068          [BUGFIX] Remove php warning for RTE classes without name (Manuel Selbach)
2015-08-07  b1059c9  #68810          [BUGFIX] Change value from NULL to empty string for link field in test data (Marc Bastian Heinrichs)
2015-08-06  dcf774c  #37952          [BUGFIX] Clear affected caches on page publishing (Bart Dubelaar)
2015-08-05  348039c  #68769          [BUGFIX] Typo in neg_foreign_table in DataPreprocessor (Andreas Wolf)
2015-08-04  738861b  #68718          [BUGFIX] Do not turn TYPO3 Logo upside down on error pages (Benjamin Mack)
2015-07-30  374940e  #68626          [TASK] Disallow access to vcs directories (Philipp Gampe)
2015-07-30  51539dd  #68642          [BUGFIX] Call fixPermissions after replaceFile (Frans Saris)
2015-07-30  931f8ad  #68624          [BUGFIX] Invalid handling of "mergeIfNotBlank" in backend (Christian Kuhn)
2015-07-30  dc061b0  #68636          [BUGFIX] Don't use FAL based ImageViewHelper in extension manager (Frans Saris)
2015-07-29  ce72378  #67092          [BUGFIX] Rename setLocale() in DateTimeViewHelperTest (Andreas Fernandez)
2015-07-29  f318050  #66702          [BUGFIX] Fixed permissions of media field in page properties (Michael Oehlhof)
2015-07-27  3aa9e2f  #67752          [BUGFIX] Show pages with "show at any login" in view module (Daniel Goerz)
2015-07-26  c54c37d  #68540          [BUGFIX] Invalid links to documentation (Xavier Perseguers)
2015-07-22  a780e46  #67155,#67172,  [BUGFIX] dbal: Cast field to CHAR for FIND_IN_SET() (Morton Jonuschat)
2015-07-22  59dbf92  #68430          [BUGFIX] Use correct extension name for labels in indexed search (Markus Klein)
2015-07-22  c46ea06  #68153          [BUGFIX] Fix image descriptions for renderMethod = table (Torben Hansen)
2015-07-21  4b6dc6b  #68423          [BUGFIX] Use parse_url to determine absolute urls in ImageService (Frans Saris)
2015-07-21  7374c3a  #60254          [BUGFIX] Allow editing of shortcuts for non-admin users (Markus Klein)
2015-07-21  a8d0135  #22871,#50144  [BUGFIX] HTMLParser doesn't remove endtag when applying rmTagIfNoAttrib (Alexander Stehlik)
2015-07-20  dae171d  #65772          [BUGFIX] includeCSS is not compressed and concatenated (Sebastian Michaelsen)
2015-07-20  aa1f2d1  #68361          [BUGFIX] Implement EXT: usage in addModulePath (Michael Oehlhof)
2015-07-20  1edba95  #68341          [BUGFIX] Implement EXT: usage in addModule (Wouter Wolters)
2015-07-20  42d9e7f  #68364          [BUGFIX] Reuse local mirror.xml.gz when updating translations (Xavier Perseguers)
2015-07-20  6bb017d  #50141          [BUGFIX] felogin: Invalid action url in changePassword form (Stano Paška)
2015-07-19  5b631c6  #55714          [BUGFIX] Invalid sys file storages must be ignored (Georg Ringer)
2015-07-18  3ed2106  #33092          [BUGFIX] Checkbox values not shown in emails (Sebastian Müller)
2015-07-18  09355d1  #68324          [TASK] Clarify install tool no-password-set message (Andreas Wolf)
2015-07-18  f2c8ada  #39290          [BUGFIX] Fix double encoded link text (Gordon Brüggemann)
2015-07-17  b4f6eba  #60979          [BUGFIX] Remove PHP notice in getModuleData() (Benjamin Mack)
2015-07-17  272daa3  #68205          [BUGFIX] OpenID service uses incorrect priorities to check returned data (Dmitry Dulepov)
2015-07-17  c45de67  #50349,#66231  [FOLLOWUP][TASK] Reduce SQL queries of page tree in workspaces (Nicole Cordes)
2015-07-16  ba4ca31  #68220          [BUGFIX] Do not log out a logged out user (Helmut Hummel)
2015-07-16  0fa28d5  #66693,#56641  [FOLLOWUP][BUGFIX] Check access to folder in FileListController (Christian Kuhn)
2015-07-16  d2c4bbb  #50349,#66231  [TASK] Reduce SQL queries of page tree in workspaces (Nicole Cordes)
2015-07-16  57ba6d3  #66693,#56641  [BUGFIX] Check access to folder in FileListController (Nicole Cordes)
2015-07-15  69438f5  #67643          [BUGFIX] Ensure filemount path has trailing slash after upgrade (Nicole Cordes)
2015-07-15  8c5a3b7  #66605          [BUGFIX] Respect cached page config (Andreas Fernandez)
2015-07-15  40df0e6  #54922          [BUGFIX] Workspace grid remains empty due to AJAX timeout (Stefan Rotsch)
2015-07-14  1ff0f9c  #65699          [BUGFIX] Hide preview link on delete page in workspaces mode (Oliver Hader)
2015-07-14  19f10f4  #68132          [BUGFIX] Fix parseUserFuncArguments to respect 0 as argument (Sascha Egerer)
2015-07-14  21a105e  #60926          [FOLLOWUP][BUGFIX] Workspaces: Properly use slots to modify data (Benjamin Mack)
2015-07-14  a1e8db1  #60926          [BUGFIX] Workspaces: Properly use slots to modify data (Oliver Hader)
2015-07-14  2cb83f3  #68086          [BUGFIX] Fix invalid HTML in ElementBrowser (Markus Klein)
2015-07-13  d49d6e0  #67898          [TASK] Show uncaught errors in Extension Manager (Andreas Fernandez)
2015-07-13  b438ca6  #34820,#36542,  [BUGFIX] Double protocol when using TCEMAIN.previewDomain (Wouter Wolters)
2015-07-13  45d6ac3  #65702          [BUGFIX] Wrong directory path checked while unzipping extension (Wouter Wolters)
2015-07-13  e0b9d45  #68061          [BUGFIX] Ensure PageRenderer singleton is set (Helmut Hummel)
2015-07-10  dbdff8e  #55396          [BUGFIX] Add a dummy distinguished name to CSR generation (Alexander Krist)
2015-07-09  36539f1  #67067          [BUGFIX] dbal: make admin_get_tables() return correct table information (Morton Jonuschat)
2015-07-06  2d7eca6  #67874          [BUGFIX] keep options array for TableGarbageCollectionTask (Daniel Neugebauer)
2015-07-06  8a44fb0  #47359          [BUGFIX] Prevent exclude field mixup in FormEngine (Alexander Stehlik)
2015-07-06  1e691dc  #67922          [BUGFIX] Remove wrong RewriteBase in _.htaccess (Markus Klein)
2015-07-06  e9951e3  #65066          [BUGFIX] Clear opcode cache on extension install/update (Alexander Opitz)
2015-07-03  aaf2ca5  #67897          [BUGFIX] No exceptions in GeneralUtility::rmdir (Alexander Opitz)
2015-07-02  edf1c78  #23078,#66235  [TASK] Improve .htaccess files (Andreas Fernandez)
2015-07-01  7809374  #60338          [BUGFIX] Respect format when rendering partial (Mathias Brodala)
2015-07-01  03b5260  #67227          [TASK] Raise severity for stale lock file (Bernhard Kraft)

(taca)

2015-09-13 20:29:59 UTC MAIN commitmail json YAML

Demote py-darcsver to build depends from full.

(gdt)

2015-09-13 19:11:55 UTC MAIN commitmail json YAML

Remove patch for a problem that was fixed in 1.5.1.
Clear PKGREVISION after PKGVERSION update.

(fhajny)

2015-09-13 18:34:54 UTC MAIN commitmail json YAML

Add patch to avoid test failure without installed package.

The new patch is from upstream and will be in the next release.

Set LICENSE (GPL2).

(gdt)

2015-09-13 15:57:55 UTC MAIN commitmail json YAML

liblcms may be needed for linking against libkdcraw.

(joerg)

2015-09-13 15:57:15 UTC MAIN commitmail json YAML

libplist may be needed for linking against libgpod.

(joerg)

2015-09-13 15:56:04 UTC MAIN commitmail json YAML

Note update of graphics/rabbit package to 2.1.8.

(taca)

2015-09-13 15:55:39 UTC MAIN commitmail json YAML

Update rabiit to 2.1.8

pkgsrc change: Add dependency to devel/ruby-gnome2-gio.

2.1.8: 2015-09-06

A bug fix release for 2.1.7. 2.1.7 can't start on Windows.

Fixes

rabbit

  * Windows: Fixed a bug that Rabbit can't start. [Reported by yoku0825]

Thanks

  * yoku0825

2.1.7: 2015-09-05

Note markup support in Markdown release.

Improvements

rabbit

* Removed GDK rendering engine. (Because cairo is always available since a few
  years ago. If we can use cairo, there is no problem without GDK rendering
  engine.)
* Improved GTK+ 3 support. (It's not completed yet.) [Patch by okkez]
* Removed unused --server option.
* Wiki markup: Improved error message when unsupported markup is used.
* Markdown markup: Supported error message when multiple images exist in a
  paragraph. [GitHub#71][Reported by Colin Dean]
* Markdown markup: Supported note markup. [Suggested by yoku0825]

  Syntax is {::note}...{:/note}.

  Example:

Normal text {::note}note{:/note} Normal text

Theme

* image-timer: Reduced memory usage.
* image-slide-number: Reduced memory usage.
* clear-blue: Removed indent of the first line in block quote.

Document

* Marked up README in Markdown. [GitHub#72][Patch by Toshi MARUYAMA]
* Improved description about Rabbit in Japanese. [GitHub#74][Patch by YU-TAYU]

Fixes

rabbit-slide

* Fixed a bug that invalid Markdown is generated. [Matafumi Yokoyama]

Document

* Fixed a bug that side menu is hidden. [GitHub#75][Reported by YU-TAYU]

Thanks

* okkez
* Matafumi Yokoyama
* Colin Dean
* Toshi MARUYAMA
* YU-TAYU
* yoku0825

(taca)

2015-09-13 15:50:51 UTC MAIN commitmail json YAML

Note update of math/ruby-spreadsheet package to 1.0.5.

(taca)

2015-09-13 15:50:27 UTC MAIN commitmail json YAML

Update ruby-spreadsheet to 1.0.5.

### 1.0.5 / 01.09.2015

Author: kunashir <kunashir@list.ru>
Date:  Tue Sep 1 13:12:49 2015 +0300

* add format for nubmer with out #

### 1.0.4 / 18.07.2015

Author: Edmund Mai <edmundm@crowdtap.com>
Date:  Fri Jul 17 15:32:47 2015 -0400

* Fixes slow Spreadsheet.open response in console

(taca)

2015-09-13 15:49:35 UTC MAIN commitmail json YAML

Note update of www/ruby-sinatra-contrib package to 1.4.6.

(taca)

2015-09-13 15:49:08 UTC MAIN commitmail json YAML

Update sinatra-contrib to 1.4.6.

* only assign kcode if ruby version is < 1.9.0
* Fix typo in test description [skip ci]
* Modify deploy task's git details
* lock libv8 to 3.16.14.7 for 1.8.7

(taca)

2015-09-13 15:46:17 UTC MAIN commitmail json YAML

Note update of www/ruby-sass package to 3.4.18.

(taca)

2015-09-13 15:45:46 UTC MAIN commitmail json YAML

Update ruby-sass to 3.4.18.

3.4.17 (21 August 2015)

* Allow passing calc values to rgb/hsl color constructors.
* The source map end character for lists now correctly uses the end of the
  list instead of the end of the first element in the list.
* Fix up some edge cases where extra semicolons could be added to unknown
  directives in compressed mode.
* If you try to do a stupid color operation with a stupid value, the error
  message will now be less stupid than it was.
* Make is-superselector("a > c d", "a > b c d") return false. This also fixes
  some related @extend behavior.
* A / in a parenthesized list is consistently treated as a plain / unless it
  meets the criteria for being treated as division.
* In sass-convert, ensure that literal /es are preserved.

3.4.16 (10 July 2015)

* When converting from Sass to SCSS or vice versa, double-space around nested
  rules the same as around top-level rules.
* Compatibility with listen 3.
* Parse a minus operator with no surrounding whitespace (e.g. 20px-10px) the
  same regardless of whether it���s being used in a static property.

3.4.15 (22 June 2015)

* Further improve rounding for various numeric operations.
* Be more explicit in the function documentation about functions being
  immutable.
* Improve rounding in operator-based color operations.

Deprecations ��� Must Read!

* When using --stdin with the sass or scss executables, importing relative to
  the working directory is deprecated. Having the working directory on the
  load path was deprecated in 3.3 and removed in 3.4, but due to an oversight
  the deprecation process never happened for files read over standard input in
  particular. This is the first step of that process.

(taca)

2015-09-13 15:41:04 UTC MAIN commitmail json YAML

Note update of www/ruby-raindrops package to 0.15.0.

(taca)

2015-09-13 15:40:36 UTC MAIN commitmail json YAML

Update ruby-raindrops to 0.15.0.

=== raindrops 0.15.0 - non-glibc compat fix on Linux / 2015-07-22 00:30 UTC

  Thanks to Doug Forster for sending us the report.
  No other fixes

  * check for the existence of linux/tcp.h

=== raindrops 0.14.0 - misc doc updates / 2015-06-25 21:50 UTC

  Eric Wong (7):
        linux_inet_diag: annotate memory freeing on diag errors
        README: trim intro and update license
        modernize packaging and documentation
        move mailing list to raindrops-public@bogomips.org
        linux_inet_diag: clarify *fprintf usage without GVL
        TODO: add item for unix_diag and udp_diag
        linux_inet_diag: fix Wshorten-64-to-32 warnings

  Hleb Valoshka (1):
        Add setup and teardown for ipv6 tests

(taca)

2015-09-13 15:40:04 UTC MAIN commitmail json YAML

Note update of www/ruby-rack-contrib package to 1.4.0.

(taca)

2015-09-13 15:39:37 UTC MAIN commitmail json YAML

Update ruby-rack-contrib to 1.4.0.

v1.4.0: Features, Features Everywhere, and not a bug to fix

There's a bumper crop of new features this month. Share and enjoy!

Deprecations

* Rack::AcceptFormat is slated for removal in rack-contrib 2.0.0 (due on or
  after 1 January, 2016. Using this middleware will now result in a
  deprecation warning being printed to stderr. If you use this middleware, now
  would be a good time to start doing things properly.

Features

* Rack::LazyConditionalGet: new middleware, by Mig. This middleware tracks
  when the last POST/PUT/DELETE request was made, and returns 304 responses to
  requests which include a Last-Modified entity request header which is
  greater than or equal to that time.

* Rack::StaticCache: You can now specify a custom "version" regex for your
  cache invalidation, if the default doesn't do it for you. Initial patch
  provided by Eric Boehs.

* Rack::Profiler: You can now run a single request through the profiler
  multiple times, by adding the profiler_runs query parameter to the
  URL. Patch provided by Bryce McDonnell.

(taca)

2015-09-13 15:35:54 UTC MAIN commitmail json YAML

Note update of www/ruby-puma package to 2.13.4.

(taca)

2015-09-13 15:35:17 UTC MAIN commitmail json YAML

Update ruby-puma to 2.13.4.

=== 2.13.4 / 2015-08-16

* 1 bug fix:
  * Use the environment possible set by the config early and from
    the config file later (if set).

=== 2.13.3 / 2015-08-15

Seriously, I need to revamp config with tests.

* 1 bug fix:
  * Fix preserving options before cleaning for state. Fixes #769

=== 2.13.2 / 2015-08-15

The "clearly I don't have enough tests for the config" release.

* 1 bug fix:
  * Fix another place binds wasn't initialized. Fixes #767

=== 2.13.1 / 2015-08-15

* 2 bug fixes:
  * Fix binds being masked in config files. Fixes #765
  * Use options from the config file properly in pumactl. Fixes #764

=== 2.13.0 / 2015-08-14

* 1 minor feature:
  * Add before_fork hooks option.

* 3 bug fixes:
  * Check for OPENSSL_NO_ECDH before using ECDH
  * Eliminate logging overhead from JRuby SSL
  * Prefer cli options over config file ones. Fixes #669

* 1 deprecation:
  * Add deprecation warning to capistrano.rb. Fixes #673

* 4 PRs merged:
  * Merge pull request #668 from kcollignon/patch-1
  * Merge pull request #754 from nathansamson/before_boot
  * Merge pull request #759 from BenV/fix-centos6-build
  * Merge pull request #761 from looker/no-log

=== 2.12.3 / 2015-08-03

* 8 minor bugs fixed:
  * Fix Capistrano 'uninitialized constant Puma' error.
  * Fix some ancient and incorrect error handling code
  * Fix uninitialized constant error
  * Remove toplevel rack interspection, require rack on load instead
  * Skip empty parts when chunking
  * Switch from inject to each in config_ru_binds iteration
  * Wrap SSLv3 spec in version guard.
  * ruby 1.8.7 compatibility patches

* 4 PRs merged:
  * Merge pull request #742 from deivid-rodriguez/fix_missing_require
  * Merge pull request #743 from matthewd/skip-empty-chunks
  * Merge pull request #749 from huacnlee/fix-cap-uninitialized-puma-error
  * Merge pull request #751 from costi/compat_1_8_7

* 1 test fix:
  * Add 1.8.7, rbx-1 (allow failures) to Travis.

=== 2.12.2 / 2015-07-17

* 2 bug fix:
  * Pull over and use Rack::URLMap. Fixes #741
  * Stub out peercert on JRuby for now. Fixes #739

=== 2.12.1 / 2015-07-16

* 2 bug fixes:
  * Use a constant format. Fixes #737
  * Use strerror for Windows sake. Fixes #733

* 1 doc change:
  * typo fix: occured -> occurred

* 1 PR merged:
  * Merge pull request #736 from paulanunda/paulanunda/typo-fix

=== 2.12.0 / 2015-07-14

* 13 bug fixes:
  * Add thread reaping to thread pool
  * Do not automatically use chunked responses when hijacked
  * Do not suppress Content-Length on partial hijack
  * Don't allow any exceptions to terminate a thread
  * Handle ENOTCONN client disconnects when setting REMOTE_ADDR
  * Handle very early exit of cluster mode. Fixes #722
  * Install rack when running tests on travis to use rack/lint
  * Make puma -v and -h return success exit code
  * Make pumactl load config/puma.rb by default
  * Pass options from pumactl properly when pruning. Fixes #694
  * Remove rack dependency. Fixes #705
  * Remove the default Content-Type: text/plain
  * Add Client Side Certificate Auth

* 8 doc/test changes:
  * Added example sourcing of environment vars
  * Added tests for bind configuration on rackup file
  * Fix example config text
  * Update DEPLOYMENT.md
  * Update Readme with example of custom error handler
  * ci: Improve Travis settings
  * ci: Start running tests against JRuby 9k on Travis
  * ci: Convert to container infrastructure for travisci

* 2 ops changes:
  * Check for system-wide rbenv
  * capistrano: Add additional env when start rails

* 16 PRs merged:
  * Merge pull request #686 from jjb/patch-2
  * Merge pull request #693 from rob-murray/update-example-config
  * Merge pull request #697 from spk/tests-bind-on-rackup-file
  * Merge pull request #699 from deees/fix/require_rack_builder
  * Merge pull request #701 from deepj/master
  * Merge pull request #702 from Jimdo/thread-reaping
  * Merge pull request #703 from deepj/travis
  * Merge pull request #704 from grega/master
  * Merge pull request #709 from lian/master
  * Merge pull request #711 from julik/master
  * Merge pull request #712 from yakara-ltd/pumactl-default-config
  * Merge pull request #715 from RobotJiang/master
  * Merge pull request #725 from rwz/master
  * Merge pull request #726 from strenuus/handle-client-disconnect
  * Merge pull request #729 from allaire/patch-1
  * Merge pull request #730 from iamjarvo/container-infrastructure

(taca)

2015-09-13 15:33:39 UTC MAIN commitmail json YAML

Note update of www/ruby-jekyll-gist package to 1.3.4.

(taca)

2015-09-13 15:33:16 UTC MAIN commitmail json YAML

Update ruby-jekyll-gist to 1.3.4.

## 1.3.4 / 2015-08-28

  * Catch `TimeoutError` to further support 1.9.3 (#16)

## 1.3.3 / 2015-08-20

  * Fix gemspec to allow Ruby 1.9.3 (relates to #14)

## 1.3.2 / 2016-08-19

  * Re-add support for Ruby 1.9.3. Fixes #11 for 1.9.3 (#14)
  * Replaced `OpenURI` with `Net::HTTP` and introduced timeout of 3 seconds (#11)

## 1.3.1 / 2015-08-16 (yanked)

  * Replaced `OpenURI` with `Net::HTTP` and introduced timeout of 3 seconds (#11)

## 1.3.0 / 2015-08-05

  * Added an `noscript` fallback for browsers without JavaScript enabled. (#7)

(taca)

2015-09-13 15:32:42 UTC MAIN commitmail json YAML

Note update of www/ruby-http_router package to 0.11.2.

(taca)

2015-09-13 15:32:01 UTC MAIN commitmail json YAML

Update http_router to 0.11.2.

* Don't assume a router in Route#name=.
* Update README to match the code.

(taca)

2015-09-13 15:28:28 UTC MAIN commitmail json YAML

Note update of www/ruby-capybara package to 2.5.0.

(taca)

2015-09-13 15:27:55 UTC MAIN commitmail json YAML

Update ruby-capybara to 2.5.0.

# Version 2.5.0
Release date: 2015-08-25

### Fixed
* Error message now raised correctly when invalid options passed to 'have_text'/'have_content' [Tom Walpole]
* Rack-test driver correctly gets document title when elements on the page have nested title elements (SVG) [Tom Walpole]
* 'save_page' no longer errors when using Capybara.asset_host if the page has no \<head> element [Travis Grathwell]
* rack-test driver will ignore clicks on links with href starting with '#' or 'javascript:'

### Added
* has_current_path? and associated asserts/matchers added [Tom Walpole]
* Implement Node#path in selenium driver [Soutaro Matsumoto]
* 'using_session' is now nestable [Tom Walpole]
* 'switch_to_window' will now use waiting behavior for a matching window to appear [Tom Walpole]
* Capybara.default_wait_time deprecated in favor of Capybara.default_max_wait_time to more clearly explain its purpose [Paul Pettengill]
* Warning when attempting to select a disabled option
* Capybara matchers are now available in RSpec view specs by default [Joshua Clayton]
* 'have_link' and 'click_link' now accept Regexp for href matching [Yaniv Savir]
* 'find_all' as an alias of 'all' due to collision with RSpec
* Capybara.wait_on_first_by_default setting (default is false)
  If set to true 'first' will use Capybaras waiting behavior to wait for at least one element to appear by default
* Capybara waiting behavior uses the monotonic clock if supported to ease restrictions on freezing time in tests [Dmitry Maksyoma, Tom Walpole]
* Capybara.server_errors setting that allows to configure what type of errors will be raised from the server thread [Tom Walpole]
* Node#send_keys to allow for sending keypresses directly to elements [Tom Walpole]
* 'formmethod' attribute support in RackTest driver [Emilia Andrzejewska]
* Clear field using backspaces in Selenium driver by using `:fill_options => { :clear => :backspace }` [Joe Lencioni]

(taca)

2015-09-13 15:27:19 UTC MAIN commitmail json YAML

Note update of textproc/ruby-redcarpet package to 3.3.2.

(taca)

2015-09-13 15:26:39 UTC MAIN commitmail json YAML

Update ruby-redcarpet to 3.3.2.

Exact changes are not available.

(taca)

2015-09-13 15:23:25 UTC MAIN commitmail json YAML

Note update of textproc/ruby-multi_json package to 1.11.2.

(taca)

2015-09-13 15:22:49 UTC MAIN commitmail json YAML

Update ruby-multi_json to 1.11.2

1.11.2
------

* [Only pass one argument to JrJackson when two is not supported](https://github.com/intridea/multi_json/commit/e798fa517c817fc706982d3f3c61129b6651d601)

(taca)

2015-09-13 15:22:18 UTC MAIN commitmail json YAML

Note update of textproc/ruby-kramdown package to 1.8.0.

(taca)

2015-09-13 15:21:30 UTC MAIN commitmail json YAML

Update ruby-kramdown to 1.8.0.

kramdown 1.8.0 released

This release contains only some minor updates and bug fixes.

Changes

* 4 minor changes:

  - The LaTeX converter now uses \texttt instead of \tt for code spans (fixes
    #257, reported by richard101696)

  - New option footnote_backlink for changing the backlink of footnotes in the
    HTML converter (fixes #247, requested by Benjamin Esham)

  - A quote directly followed by an ellipsis is now converted into an opening
    quotation mark (fixes #253, requested by Michael Franzl)

  - Removed warning for self-closing HTML elements that are not self-closed
    (fixes #262, requested by Gregory Pakosz)

* 3 bug fixes:

- Fixed #251: The special character sequence \` now works correctly when used
  in footnotes or headers that appear in the table of contents (reported by
  Peter Kehl)

- Fixed #254: kramdown crashed on encountering a table with multiple
  consecutive separator lines (reported by Christian Kruse)

- Fixed #256: Certain footnote definitions and codeblocks lead to crashes or
  unneeded backtracking in the regular expression engine - fixed by using
  atomic grouping (reported by Ali Ok)

(taca)

2015-09-13 15:18:36 UTC MAIN commitmail json YAML

Note update of textproc/ruby-haml package to 4.0.7.

(taca)

2015-09-13 15:18:07 UTC MAIN commitmail json YAML

Update ruby-haml to 4.0.7.

Add pkg_alternative support.

# Haml Changelog

## 4.0.7

Released on August 10, 2015
([diff](https://github.com/haml/haml/compare/4.0.6...4.0.7)).

* Significantly improve performance of regexp used to fix whitespace handling in textareas (thanks [Stan Hu](https://github.com/stanhu)).

(taca)

2015-09-13 15:15:17 UTC MAIN commitmail json YAML

Note update of sysutils/ruby-listen package to 2.10.1.

(taca)

2015-09-13 15:14:46 UTC MAIN commitmail json YAML

Update ruby-listen to 2.10.1, latest 2.10 release.

v2.10.1

* #320 - latency option was completely ignored for both OSX and when Polling
* #302 - fix bug related to move_to/move_from breaking TCP functionality

(taca)

2015-09-13 15:11:39 UTC MAIN commitmail json YAML

Note update of print/ruby-prawn package to 2.0.2.

(taca)

2015-09-13 15:11:07 UTC MAIN commitmail json YAML

Update ruby-prawn to 2.0.2.

PrawnPDF 2.0.2 -- 2015-07-15

Links in repeaters/stamps are now clickable

Previously, url links were not clickable when rendered within a stamp. The proper annotation references are now added to the page object that the stamp is called, thereby generating a clickable link in the pdf.

Because repeaters are built upon stamps, this fix should also solve issues with links inside of repeaters.

(Jesse Doyle, #801, #498)

(taca)

2015-09-13 15:10:26 UTC MAIN commitmail json YAML

Note update of print/ruby-pdf-core package to 0.6.0.

(taca)

2015-09-13 15:09:50 UTC MAIN commitmail json YAML

Update ruby-pdf-core to 0.6.0.

* Add spec for trailer initialization
* Update document state spec description
* Remove securerandom
* Fixed tests for document state trailer
* Remove default_trailer & leave it as an empty hash
* Add document ID to trailer for PDF-X spec compat

(taca)

2015-09-13 15:09:03 UTC MAIN commitmail json YAML

2015-09-13 15:08:09 UTC MAIN commitmail json YAML

2015-09-13 15:05:35 UTC MAIN commitmail json YAML

Deal with new freetype header. Remove unwind.h override, the normal
system header list already includes it.

(joerg)

2015-09-13 15:04:25 UTC MAIN commitmail json YAML

Note update of net/ruby-net-ping package to 1.7.8.

(taca)

2015-09-13 15:03:57 UTC MAIN commitmail json YAML

Introduce IGNORE_INTERACTIVE_FETCH to allow trying to fetch files from
the override site, even for INTERACTIVE_STATE=stage or FETCH_MESSAGE.
Ignore all backup sites as they won't have the distfile anyway, the
fetch wouldn't be interactive in first place otherwise.

(joerg)

2015-09-13 15:00:42 UTC MAIN commitmail json YAML

Update ruby-net-ping to 1.7.7.

== 1.7.7 - 22-Jan-2015
* Pull request #1 from Mike George. This fixes domains which have http in them.

(taca)

2015-09-13 14:59:08 UTC MAIN commitmail json YAML

Note update of net/ruby-amqp package to 1.5.1.

(taca)

2015-09-13 14:58:39 UTC MAIN commitmail json YAML

Update ruby-amqp to 1.5.1.

* Depend on amq-protocol ~> 1.9

(taca)

2015-09-13 14:53:46 UTC MAIN commitmail json YAML

Note update of net/ruby-amq-protocol package to 2.0.0.

(taca)

2015-09-13 14:53:14 UTC MAIN commitmail json YAML

Update ruby-amq-protocol to 2.0.0.

## Changes between 1.9.x and 2.0.0

2.0.0 has **breaking changes** in header encoding.

### Signed Integer Encoding in Headers

Integer values in headers are now encoded as signed 64-bit
(was unsigned 32-bit previously, unintentionally).

This is a breaking change: consuming messages with integers in headers
published with older versions of this library will break!

### Signed 16 Bit Integer Decoding

Signed 16 bit integers are now decoded correctly.

### Signed 8 Bit Integer Decoding

Signed 8 bit integers are now decoded correctly.

Contributed by Benjamin Conlan.

(taca)

2015-09-13 14:52:24 UTC MAIN commitmail json YAML

Note update of misc/ruby-sprockets package to 3.3.4.

(taca)

2015-09-13 14:51:58 UTC MAIN commitmail json YAML

Update ruby-sprockets to 3.3.4.

**3.3.4** (September 1, 2015)

* Relative cache contents now work with windows.

**3.3.3** (August 21, 2015)

* Remove more absolute paths from cache contents.

**3.3.2** (August 19, 2015)

* Fix cache contents to use relative paths instead of absolute paths.

**3.3.1** (August 15, 2015)

* Fix legacy Tilt integration when locals is required argument.

**3.3.0** (August 12, 2015)

* Change internal cache lookup to use relative asset paths instead of absolute paths.

(taca)

2015-09-13 14:49:56 UTC MAIN commitmail json YAML

Note update of misc/ruby-parallel package to 1.6.1.

(taca)

2015-09-13 14:49:30 UTC MAIN commitmail json YAML

Update ruby-parallel to 1.6.1.

* Parallel.map writes its output safely (issue #129).

(taca)

2015-09-13 14:44:06 UTC MAIN commitmail json YAML

Note update of misc/ruby-daemons package to 1.2.3.

(taca)

2015-09-13 14:43:40 UTC MAIN commitmail json YAML

Update ruby-daemons to 1.2.3.

== Release 1.2.3: June 25, 2015

* fix: ApplicationGroup now waits on subprocesses in start_all (thanks to tobithiel)

(taca)

2015-09-13 14:43:05 UTC MAIN commitmail json YAML

Note update of misc/ruby-commander package to 4.3.5.

(taca)

2015-09-13 14:42:34 UTC MAIN commitmail json YAML

Update ruby-commander to 4.3.5.

=== 4.3.5 / 2015-08-09

* Fixed a bug with small terminal widths, changed minimum screen width for wrapping to 40 columns. (@toolmantim)

(taca)

2015-09-13 14:42:02 UTC MAIN commitmail json YAML

Note update of misc/ruby-bundler package to 1.10.6.

(taca)

2015-09-13 14:41:15 UTC MAIN commitmail json YAML

Update ruby-bundler to 1.10.6.

## 1.10.6 (2015-07-22)

Workarounds:

  - only warn on invalid gemspecs (@indirect)

Bugfixes:

  - fix installing dependencies in the correct order (#3799, @pducks32)
  - fix sorting of mixed DependencyLists (#3762, @tony-spataro-rs)
  - fix `install_if` conditionals when using the block form (@danieltdt)

(taca)

2015-09-13 14:39:37 UTC MAIN commitmail json YAML

Correct description in comment, noted by Fr辿d辿ric Fauberteau.
Thanks much!

(taca)

2015-09-13 14:37:34 UTC MAIN commitmail json YAML

Note update of math/ruby-gsl pakage to 1.16.0.6.

(taca)

2015-09-13 14:37:10 UTC MAIN commitmail json YAML

Update ruby-gsl to 1.16.0.6.

== Thu Jul 03 2015
* Ruby/GSL 1.16.0.6
  * rb-gsl and gsl are now the same gem

== Thu Jul 02 2015
* Ruby/GSL 1.16.0.5
  * Optional narray support
  * Drop Ruby 1.8 support
  * Drop support for GSL < 1.15

(taca)

2015-09-13 14:36:31 UTC MAIN commitmail json YAML

Note update of lang/ruby-execjs package to 2.6.0.

(taca)

2015-09-13 14:36:00 UTC MAIN commitmail json YAML

Update ruby-execjs to 2.6.0.

* Use node.js if available instead of JavascriptCore on OSX.
* Support checking the PATHEXT variable on Windows.

(taca)

2015-09-13 14:34:25 UTC MAIN commitmail json YAML

2015-09-13 14:32:54 UTC MAIN commitmail json YAML

Note update of graphics/ruby-mini-magick package to 4.3.3.

(taca)

2015-09-13 14:32:27 UTC MAIN commitmail json YAML

Update ruby-mini-magick to 4.3.3.

v4.3.3

* Fixed a bug where, if you would reference any image info inside Image#format
  {} or Image#combine_options {}, this info would be cached even after these
  methods were executed, leaving the MiniMagick::Image instance with stale
  data.

v4.3.2

* Fixed MiniMagick::Image.new("...").format("<ext>") not working if the image
  didn't have an extension.

v4.3.1

* Reverted making MiniMagick configuration thread safe, until we figure out
  what caused #328.

v4.3.0

* Fixed early reportings of ImageMagick/GraphicsMagick not being installed by
  removing the automagically generated methods (commit)
* MiniMagick.with_cli is now thread-safe, as well as other configuration
  options

v4.2.10

* Make GraphicsMagick's mogrify support the "-gravity" option.

v4.2.9

* Fixes MiniMagick::Image#size to properly return filesize in bytes
* Added MiniMagick::Image#human_size which holds ImageMagick's human-readable
  size string.

v4.2.8

This version has been yanked as it holds a backwards incompatibility which
breaks CarrierWave.

* MiniMagick.with_cli will now restore the old CLI even when errors occur.
* Fixed race condition which caused the MiniMagick::Tool methods not to be
  defined yet (can happen in multithreaded environments)

Backwards compatibility

* MiniMagick::Image#size now returns a string with the filesize unit included

(taca)

2015-09-13 14:30:00 UTC MAIN commitmail json YAML

2015-09-13 14:28:14 UTC MAIN commitmail json YAML

Note update of graphics/ruby-RMagick package to 2.15.4.

(taca)

2015-09-13 14:27:47 UTC MAIN commitmail json YAML

Update ruby-RMagick to 2.15.4.

## RMagick 2.15.4

- Improved C extension building process - @u338steven

## RMagick 2.15.3

- Fixed ImageMagick version detection on Windows - @maisumakun

(taca)

2015-09-13 14:24:58 UTC MAIN commitmail json YAML

Update Go to 1.5.1.

go1.5.1 (released 2015/09/08) includes bug fixes to the compiler, assembler,
and the fmt, net/textproto, net/http, and runtime packages. See the Go 1.5.1
milestone on our issue tracker for details:
https://github.com/golang/go/issues?q=milestone%3AGo1.5.1

(bsiegert)

2015-09-13 14:24:54 UTC MAIN commitmail json YAML

Note update of devel/ruby-celluloid-essentials package to 0.20.2.1.

(taca)

2015-09-13 14:24:26 UTC MAIN commitmail json YAML

Update ruby-celluloid-essentials to 0.20.2.1.

* update readme to actually have information in it.

(taca)

2015-09-13 14:20:28 UTC MAIN commitmail json YAML

Note update of devel/ruby-celluloid package to 0.17.1.2.

(taca)

2015-09-13 14:19:06 UTC MAIN commitmail json YAML

Update ruby-celluloid to 0.17.1.2.

Exact changes are not available but depends on several sub-packages.

(taca)

2015-09-13 14:16:34 UTC MAIN commitmail json YAML

Note addition of these packages:

devel/ruby-celluloid-essentials 0.20.2
devel/ruby-celluloid-extras 0.20.1
devel/ruby-celluloid-fsm 0.20.1
devel/ruby-celluloid-pool 0.20.1
devel/ruby-celluloid-supervision 0.20.1.1

(taca)

2015-09-13 14:15:24 UTC MAIN commitmail json YAML

Add and enable ruby-celluloid-essentials, ruby-celluloid-extras,
ruby-celluloid-fsm, ruby-celluloid-pool and ruby-celluloid-supervision.

(taca)

2015-09-13 14:13:37 UTC MAIN commitmail json YAML

Add ruby-celluloid-supervision, it is part of new ruby-celluloid pacakge.

Supervisors, Supervision Groups, and Supervision Trees for Celluloid.

(taca)

2015-09-13 14:12:40 UTC MAIN commitmail json YAML

Add ruby-celluloid-pool, it is part of new ruby-celluloid pacakge.

An implementation of an actor pool, based on the Celluloid concurrent object
framework.

(taca)

2015-09-13 14:11:45 UTC MAIN commitmail json YAML

Add ruby-celluloid-fsm, it is part of new ruby-celluloid pacakge.

Simple finite state machines with integrated Celluloid timeout support.

(taca)

2015-09-13 14:10:34 UTC MAIN commitmail json YAML

Add ruby-celluloid-extras, it is part of new ruby-celluloid pacakge.

Classes to support examples, benchmarks, or add special functionality.

(taca)

2015-09-13 14:08:58 UTC MAIN commitmail json YAML

Add ruby-celluloid-essentials, it is part of new ruby-celluloid pacakge.

Notifications, Internals, Logging, Probe, and essential Celluloid pieces
demanding Supervision.

(taca)

2015-09-13 14:07:09 UTC MAIN commitmail json YAML

Note update of time/ruby-timers package to 4.1.1.

(taca)

2015-09-13 14:06:36 UTC MAIN commitmail json YAML

Update ruby-timers to 4.1.1.

4.1.1 (2015-08-21)
------------------
* Remove `RubyProf` from Gemfile and a test, due to it providing no substantial benefit while increasing problems building bundles under Rubinius.

4.1.0 (2015-08-16)
------------------
* Addition of `now_and_every` method; fires block immediately, then sets recurring timer.
* Includes `now_and_after` method; does the same as above for one-shot timers: essentially a "two-shot" timer.

(taca)

2015-09-13 14:05:43 UTC MAIN commitmail json YAML

Add and enable ruby-rspec-logsplit.

(taca)

2015-09-13 14:03:56 UTC MAIN commitmail json YAML

Note addtion of these packages:

devel/ruby-dotenv 2.0.2
devel/ruby-nenv 0.2.0
devel/ruby-rspec-logsplit 0.1.3

(taca)

2015-09-13 14:02:13 UTC MAIN commitmail json YAML

Add ruby-rspec-logsplit, required by new version of ruby-celluloid.

Separate the logs between examples to allow for easier understanding.
# Log Splitter for RSpec

This `RSpec` plugin allows you to change the logger for your library for each
separate example. This gives the ability to see the log output for each
specific test.

(taca)

2015-09-13 14:00:58 UTC MAIN commitmail json YAML

Add and enable ruby-nenv.

(taca)

2015-09-13 14:00:03 UTC MAIN commitmail json YAML

Add ruby-nenv, required by new version of ruby-celluloid.

Using ENV is like using raw SQL statements in your code. We all know
how that ends...

(taca)

2015-09-13 13:58:46 UTC MAIN commitmail json YAML

Add and enable ruby-dotenv.

(taca)

2015-09-13 13:57:25 UTC MAIN commitmail json YAML

Add ruby-dotenv, required by new version of ruby-celluloid.

Shim to load environment variables from `.env` into `ENV` in *development*.

Storing [configuration in the environment](http://www.12factor.net/config) is
one of the tenets of a [twelve-factor app](http://www.12factor.net/). Anything
that is likely to change between deployment environments-such as resource
handles for databases or credentials for external services - should be
extracted from the code into environment variables.

But it is not always practical to set environment variables on development
machines or continuous integration servers where multiple projects are
run. dotenv loads variables from a `.env` file into `ENV` when the environment
is bootstrapped.

(taca)

2015-09-13 13:02:35 UTC MAIN commitmail json YAML

Note update of devel/ruby-test-unit package to 3.1.3.

(taca)

2015-09-13 13:02:06 UTC MAIN commitmail json YAML

Update ruby-test-unit to 3.1.3.

# News

## 3.1.3 - 2015-07-26 {#version-3-1-3}

It's a bug fix release.

### Improvements

  * Removed unused `TODO` file. [GitHub#108][Patch by takiy33]

### Fixes

  * `--location`: Fixed a bug that `--location LINE` doesn't work when
    test script is specified as relative path. [Reported by TOMITA Masahiro]

    The following doesn't work:

        % ruby ./test.rb --location 10

    The following works:

        % ruby test.rb --location 10

### Thanks

  * takiy33
  * TOMITA Masahiro

(taca)

2015-09-13 13:00:37 UTC MAIN commitmail json YAML

Note update of devel/ruby-term-ansicolor package to 1.3.2.

(taca)

2015-09-13 13:00:06 UTC MAIN commitmail json YAML

Update ruby-term-ansicolor to 1.3.2.

2015-06-23 - 1.3.2 * Fix release 1.3.1
2014-06-17 - 1.3.1 * This release was a bit premature, yanked it.

(taca)

2015-09-13 12:32:14 UTC MAIN commitmail json YAML

Allow building Mesalib with option llvm on arm.
This requires disabling nouveau and radeon drivers.

The performance boost is appreciable, glxgears is twice as fast on
a cubieboard 2:

cubiem:/>/usr/X11R7/bin/glxgears
76 frames in 5.1 seconds = 15.022 FPS
75 frames in 5.0 seconds = 14.889 FPS
75 frames in 5.0 seconds = 14.979 FPS
69 frames in 5.1 seconds = 13.653 FPS
80 frames in 5.1 seconds = 15.831 FPS
78 frames in 5.0 seconds = 15.529 FPS
cubiem:/>/usr/pkg/bin/glxgears
121 frames in 5.0 seconds = 24.076 FPS
184 frames in 5.0 seconds = 36.595 FPS
182 frames in 5.0 seconds = 36.072 FPS
175 frames in 5.0 seconds = 34.718 FPS
171 frames in 5.0 seconds = 34.053 FPS
169 frames in 5.0 seconds = 33.734 FPS

on the beaglebone the boost is nearly 2x too:
beagle:~> /usr/X11R7/bin/glxgears
47 frames in 5.0 seconds =  9.343 FPS
47 frames in 5.1 seconds =  9.246 FPS
47 frames in 5.1 seconds =  9.210 FPS
47 frames in 5.1 seconds =  9.253 FPS
47 frames in 5.1 seconds =  9.252 FPS
47 frames in 5.1 seconds =  9.236 FPS
beagle:~> /usr/pkg/bin/glxgears
2 frames in 7.3 seconds =  0.275 FPS
84 frames in 5.1 seconds = 16.613 FPS
84 frames in 5.0 seconds = 16.641 FPS
83 frames in 5.0 seconds = 16.482 FPS
83 frames in 5.0 seconds = 16.480 FPS
83 frames in 5.0 seconds = 16.436 FPS

(bouyer)

2015-09-13 12:28:21 UTC MAIN commitmail json YAML

Note update of devel/ruby-rugged package to 0.23.2.

(taca)

2015-09-13 12:27:45 UTC MAIN commitmail json YAML

Update ruby-rugged to 0.23.2.

No exact change are available but catch up to libgit2 0.23.

(taca)

2015-09-13 12:27:42 UTC MAIN commitmail json YAML

Update to 0.98:
Add drm_fourcc.h and radeon_surface.h to libdrm's includes. Needed to
build MesaLib with the native Xorg.

(bouyer)

2015-09-13 12:21:55 UTC MAIN commitmail json YAML

Note update of devel/libgit2 package to 0.23.2.

(taca)

2015-09-13 12:21:13 UTC MAIN commitmail json YAML

2015-09-13 11:57:11 UTC MAIN commitmail json YAML

Note update of devel/ruby-rspec-rails package to 3.3.3.

(taca)

2015-09-13 11:56:42 UTC MAIN commitmail json YAML

Update ruby-rspec-rails to 3.3.3.

### 3.3.3 / 2015-07-15
[Full Changelog](http://github.com/rspec/rspec-rails/compare/v3.3.2...v3.3.3)

Bug Fixes:

* Fix issue with generators caused by `Rails.configuration.hidden_namespaces`
  including symbols. (Dan Kohn, #1414)

### 3.3.2 / 2015-06-18
[Full Changelog](http://github.com/rspec/rspec-rails/compare/v3.3.1...v3.3.2)

Bug Fixes:

* Fix regression that caused stubbing abstract ActiveRecord model
  classes to trigger internal errors in rails due the the verifying
  double lifecycle wrongly calling `define_attribute_methods` on the
  abstract AR class. (Jon Rowe, #1396)

### 3.3.1 / 2015-06-14
[Full Changelog](http://github.com/rspec/rspec-rails/compare/v3.3.0...v3.3.1)

Bug Fixes:

* Fix regression that caused stubbing ActiveRecord model classes to
  trigger internal errors in rails. (Myron Marston, Aaron Kromer, #1395)

(taca)

2015-09-13 11:55:59 UTC MAIN commitmail json YAML

Note update of ruby-rspec related packages:

devel/ruby-rspec-core 3.3.2
devel/ruby-rspec-expectations 3.3.1
devel/ruby-rspec-mocks 3.3.2

(taca)

2015-09-13 11:54:16 UTC MAIN commitmail json YAML

Update ruby-rspec-mocks to 3.3.2.

### 3.3.2 / 2015-07-15
[Full Changelog](http://github.com/rspec/rspec-mocks/compare/v3.3.1...v3.3.2)

Bug Fixes:

* Prevent thread deadlock errors during proxy creation (e.g. when using
  `before_verifying_doubles` callbacks). (Jon Rowe, #980, #979)

### 3.3.1 / 2015-06-19
[Full Changelog](http://github.com/rspec/rspec-mocks/compare/v3.3.0...v3.3.1)

Bug Fixes:

* Fix bug in `before_verifying_double` callback logic that caused it to be called
  once for each class in the ancestor list when mocking or stubbing a class. Now
  it is only called for the mocked or stubbed class, as you would expect. (Sam
  Phippen, #974)

(taca)

2015-09-13 11:53:01 UTC MAIN commitmail json YAML

Update ruby-rspec-expectations to 3.3.1.

### 3.3.1 / 2015-07-15
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.3.0...v3.3.1)

Bug Fixes:

* Fix `be >`, `be <`, etc so that it fails rather than allowing an
  argument error to be raised when compared against an object of the
  wrong type. This allows it to be used in composed matcher expressions
  against heterogeneous objects. (Dennis G端nnewig, #809)
* Fix `respond_to` to work properly on target objects
  that redefine the `method` method. (unmanbearpig, #821)

(taca)

2015-09-13 11:51:51 UTC MAIN commitmail json YAML

Update ruby-rspec-core to 3.3.2.

### 3.3.2 / 2015-07-15
[Full Changelog](http://github.com/rspec/rspec-core/compare/v3.3.1...v3.3.2)

Bug Fixes:

* Fix formatters to handle exceptions for which `backtrace` returns `nil`.
  (Myron Marston, #2023)
* Fix duplicate formatter detection so that it allows subclasses of formatters
  to be added. (Sebasti叩n Tello, #2019)

### 3.3.1 / 2015-06-18
[Full Changelog](http://github.com/rspec/rspec-core/compare/v3.3.0...v3.3.1)

Bug Fixes:

* Correctly run `before(:suite)` (and friends) in the context of an example
  group instance, thus making the expected RSpec environment available.
  (Jon Rowe, #1986)

(taca)

2015-09-13 11:51:14 UTC MAIN commitmail json YAML

Note update of devel/ruby-rgl package to 0.5.1.

(taca)

2015-09-13 11:50:46 UTC MAIN commitmail json YAML

Update ruby-rgl to 0.5.1.

2015-12 Release 0.5.1

Horst Duchene <monora@gmail.com>
* Changed edge sequence to match example picture (daa88e)

Chase <chase.gilliam@gmail.com>
* updated algorithms to 6.1 and added test unit to support newer rubies (fbd874)

(taca)

2015-09-13 11:50:04 UTC MAIN commitmail json YAML

Note update of devel/ruby-power_assert package to 0.2.4.

(taca)

2015-09-13 11:49:29 UTC MAIN commitmail json YAML

Update ruby-power_assert to 0.2.4.

* Fix NameError when an inter class alias of basic operator is defined.
* Support Gemfile.local.
* File.exists? is a deprecated name.

(taca)

2015-09-13 11:45:37 UTC MAIN commitmail json YAML

pbulk-0.57: Reorder build phases slightly to make better use of destdir
builds. Introduce hooks for sending bulklog and package explicitly the
master. The default bulklog action is a nop and the package action
mirrors the normal package step, i.e. copying to ${packages}/All and
adding the category symlinks.

(joerg)

2015-09-13 11:38:32 UTC MAIN commitmail json YAML

2015-09-13 11:35:45 UTC MAIN commitmail json YAML

Updated print/cups-filters to 1.0.76

(wiz)

2015-09-13 11:35:36 UTC MAIN commitmail json YAML

Update print/cups-filters to 1.0.76.

Remove unnecessary autoconf dependency.
Bug report for building with BSD make was fixed, so remove patch.

CHANGES IN V1.0.76

- cups-browsed: Make build also working with BSD make (Bug
          #1310).
- cups-browsed, implicitclass: Let the load-balancing queue up
  the jobs in the local (generated) queue until a free (idle,
  enabled, and accepting jobs) remote queue is found (check
  every 5 sec if no free queue available). This gives a more
  even distribution of the work amongst the servers and
  protects against the case that a bunch of jobs gets
  inaccessible or lost if one of the servers fails.
- cups-browsed: Let the load-balancing also check whether the
  destination queue is actually accepting jobs.
- cups-browsed: If a generated queue is not removed on
  shutdown of cups-browsed due to remaining jobs in it,
  re-enable it in the next cups-browsed session even if it was
  disabled by something other than cups-browsed.
- implicitclass: Clean up debug and error messages.
- implicitclass: Fix exit codes for immediate retry of jobs.
- cups-browsed: Make absence of CUPS notifications via D-Bus
  non-fatal and fall back to the old behavior of cups-browsed
  (fail-over instead of load balancing for equally-named
  remote queues, do not remove generated queue if it is
  default instead of default printer management). This solves
  problems of CUPS and/or cups-browsed built without D-Bus
  support or absence of D-Bus on the system (Bug #1316).
- cups-browsed: Do not use g_warning() function, sneaked in by
  copy and paste of CUPS subscription functions.

CHANGES IN V1.0.75

- texttopdf: Really support BoldItalic (original texttops just maps
  BoldItalic to Bold).
- texttopdf: Fixed segfault when outputting BoldItalic (Bug #1314).

(wiz)

2015-09-13 11:25:52 UTC MAIN commitmail json YAML

Add vera-ttf-license and (previously forgotten) info-zip to reflect
pkgsrc/mk/license.mk current DEFAULT_ACCEPTABLE_LICENSES.

(leot)

2015-09-13 11:22:22 UTC MAIN commitmail json YAML

Add vera-ttf-license as DEFAULT_ACCEPTABLE_LICENSES.

The vera-ttf-license is neither approved by OSI nor FSF but it is mostly in line
with Free Software principles. It is also accepted by the DFSG.

Discussed on tech-pkg@:

http://mail-index.netbsd.org/tech-pkg/2015/09/10/msg015570.html

(leot)

2015-09-13 10:45:35 UTC MAIN commitmail json YAML

Updated lang/mono to 4.0.4.1

(wiz)

2015-09-13 10:45:25 UTC MAIN commitmail json YAML

Update to 4.0.4.1:

Improvements

    Various stability improvements

Bug Fixes

    31060: F# sprintf AOT bug happens still now.
    30276: monotouch-test (classic) assert with Assertion at
    ../../../../../mono/mono/metadata/class.c:4818, condition
    `method->klass->generic_class� not met
    28777: GZipStream (DeflateStreamNative) native exception after
    Flush() with no buffer data: Internal error (no progress
    possible) Flush
    30043: Disposing a FileSystemWatcher object causes
    ArgumentOutOfRangeException
    30869: HttpClient authentication not working

(wiz)

2015-09-13 10:20:41 UTC MAIN commitmail json YAML

Note update of devel/ruby-parser package to 3.7.1.

(taca)

2015-09-13 10:20:12 UTC MAIN commitmail json YAML

Update ruby-parser to 3.7.1.

=== 3.7.1 / 2015-08-06

* 1 minor enhancement:

  * Improved understandability of lexing postfix symbols.

(taca)

2015-09-13 10:19:06 UTC MAIN commitmail json YAML

Note update of devel/ruby-msgpack package to 0.6.2.

(taca)

2015-09-13 10:18:35 UTC MAIN commitmail json YAML

Update ruby-msgpack to 0.6.2.

2015-07-22 version 0.6.2:

* Fix release workflow: Ruby 2.1 and 2.2 are supported for Windows (2.0 is
  omitted)
* Fix to encode symbols along its encoding
* Fix segmentation fault in minor case

2015-07-01 version 0.6.1:

* Added :compatibility_mode option to Packer#initialize. Default is false. If it
  is set to true, str8 format and bin format family will not be used.

(taca)

2015-09-13 10:17:38 UTC MAIN commitmail json YAML

Note update of devel/ruby-mixlib-shellout package to 2.2.1.

(taca)

2015-09-13 10:17:11 UTC MAIN commitmail json YAML

Update ruby-mixlib-shellout to 2.2.1.

Release 2.2.1

* Fix executable resolution on Windows when a directory exists with the same
  name as the command to run

Release 2.2.0

* Remove windows-pr dependency

(taca)

2015-09-13 10:11:19 UTC MAIN commitmail json YAML

Note update of devel/ruby-minitest package to 5.8.0.

(taca)