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 (30m)  pkgsrc-2024Q1 (6d)  pkgsrc-2023Q4 (53d)  pkgsrc-2023Q2 (85d)  pkgsrc-2023Q3 (164d) 

2024-05-23 16:07:40 UTC Now

2009-03-21 05:36:53 UTC MAIN commitmail json YAML

Update tokyotyrant to 1.1.17.

Changes:
2009-02-19  Mikio Hirabayashi  <mikio@users.sourceforge.net>

* ttutil.c (tthttpfetch): timeout mechanism was added.

* ttserver.c (do_mc_delete): mismatch of the error message was resolved.

* ttserver.c (do_mc_incr, do_mc_decr): behavior became as with the original memcached.

* tcrdb.c (tcrdbqrysetlimit): new function instead of "tcrdbqrysetmax".

- Release: 1.1.17

(obache)

2009-03-21 05:35:38 UTC MAIN commitmail json YAML

2009-03-21 05:34:58 UTC MAIN commitmail json YAML

Bump PKGREVISION from tokyocabinet's ABI changes.

(obache)

2009-03-21 05:33:56 UTC MAIN commitmail json YAML

Update ruby-tokyocabinet to 1.21, for tokyocabinet-1.4.10.

(obache)

2009-03-21 05:33:12 UTC MAIN commitmail json YAML

Update p5-tokyocabinet to 1.24, for tokyocabinet-1.4.10.

(obache)

2009-03-21 05:32:05 UTC MAIN commitmail json YAML

Update tokyocabinet to 1.4.11.

Changes:
2009-03-11  Mikio Hirabayashi  <mikio@users.sourceforge.net>

* tcutil.c (tctopsort): new function.

* tchdb.c (tchdbfbpinsert, tchdbfbpsearch, tchdbfbpsplice): performance was improved.

* tchdb.c (tchdbwriterec): concurrency was improved.

* tctdb.c (tctdbqrysearchimpl): a bug related to the skip parameter was fixed.

* tctdb.c (tctdbputimpl, tctdbidxout, tctdbqrysearchimpl): performance was improved.

- Release: 1.4.11

2009-03-02  Mikio Hirabayashi  <mikio@users.sourceforge.net>

* tcutil.c (tcmdbputproc, tcndbputfunc): removing mechanism was added.

* tchdb.c (tchdbwalrestore): a bug of memory corruption was fixed.

* tchdb.c (tchdbremoverec): new function.

* tchdb.c (tchdbputproc): removing mechanism was added.

* tcbdb.c (tchdbputproc): removing mechanism was added.

* tcfdb.c (tcfdbputproc): removing mechanism was added.

* tctdb.c (tctdbsetlimit): new function instead of "tctdbqrysetmax".

* tcadb.c (tcadbmisc): "setlimit" parameter was added.

- Release: 1.4.10

2009-02-18  Mikio Hirabayashi  <mikio@users.sourceforge.net>

* tcbdb.c (tcbdbnodesubidx): a bug related to tree reconstruction was fixed.

* tcbdb.c (tcbdboptimizeimpl): memory usage was reduced.

- Release: 1.4.9

2009-02-18  Mikio Hirabayashi  <mikio@users.sourceforge.net>

* tcutil.c (tclrand): bias of random numbers was lightened.

* tchdb.c (tchdbsetecode): a trick to print fatal errors only was added.

* tcbdb.c (tcbdbputimpl): a bug of mixing an useless entry on division was fixed.

* tcbdb.c (tcbdbnodesubidx): regions of useless nodes are now removed recursively.

* tcadb.c (tcadbopen): aliases of the database suffixes were added.

- Release: 1.4.8

(obache)

2009-03-21 01:42:11 UTC MAIN commitmail json YAML

+ dictem-1.0.1 [pkg/41047]

(obache)

2009-03-20 22:45:09 UTC MAIN commitmail json YAML

Document that buildlink3.mk have changed.

(joerg)

2009-03-20 22:22:53 UTC MAIN commitmail json YAML

Update SML/NJ item: pkgsrc-wip has version 110.69

(asau)

2009-03-20 22:19:31 UTC MAIN commitmail json YAML

Remove aap, it was removed from pkgsrc and is unlikely to be requested.

(asau)

2009-03-20 22:15:11 UTC MAIN commitmail json YAML

Added lang/polyml version 5.2.1

(asau)

2009-03-20 22:12:03 UTC MAIN commitmail json YAML

2009-03-20 21:12:51 UTC MAIN commitmail json YAML


Import Poly/ML version 5.2.1

Poly/ML is Standard ML implementation originating from Cambridge University.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(asau)

2009-03-20 20:17:30 UTC MAIN commitmail json YAML

MSGFMT_STRIP_* applies to both the native and the pkgsrc version, so
move the conditional block into the shared path.

(joerg)

2009-03-20 20:10:15 UTC MAIN commitmail json YAML

Restore duplication check for _BLNK_PACKAGES that got lost with earlier
versions and was not fatal.

(joerg)

2009-03-20 20:01:42 UTC MAIN commitmail json YAML

2009-03-20 19:42:20 UTC MAIN commitmail json YAML

DragonFly needs the same hack as NetBSD, the bluetooth stack is the same.

(hasso)

2009-03-20 19:33:29 UTC MAIN commitmail json YAML

Update buildlink3 section for the BUILDLINK_TREE changes.

(joerg)

2009-03-20 19:25:55 UTC MAIN commitmail json YAML

Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.

(joerg)

2009-03-20 18:57:18 UTC MAIN commitmail json YAML

Fix PLIST - problems pointed out by Hasso Tepper.

(gdt)

2009-03-20 18:36:59 UTC MAIN commitmail json YAML

Needs msgfmt (configure only).

(hasso)

2009-03-20 18:19:20 UTC MAIN commitmail json YAML

Reduce maintaince cost by using our libffi. Bump revision.

(joerg)

2009-03-20 18:11:03 UTC MAIN commitmail json YAML

Comment out evolution-sharp until the dependencies can be resolved.

(joerg)

2009-03-20 17:52:53 UTC MAIN commitmail json YAML

Retire two patches for the internal libffi, the module is patched to
built against pkgsrc libffi instead.

(joerg)

2009-03-20 17:32:06 UTC MAIN commitmail json YAML

Make it build on non amd64 systems with modular xorg.

(hasso)

2009-03-20 17:30:14 UTC MAIN commitmail json YAML

2009-03-20 17:17:48 UTC MAIN commitmail json YAML

* the bochs can be used without x11 - make this optional & bump pkgrevision
* in fact the PLIST.tiny is used when 'tiny' option is disabled - reflect it

(mishka)

2009-03-20 17:16:01 UTC MAIN commitmail json YAML

+webmin-1.470, xf86-video-ati-6.12.1, xf86-video-i740-1.3.0.

(taca)

2009-03-20 17:15:07 UTC MAIN commitmail json YAML

Note update of www/typolight-translations package to 20090317.

(taca)

2009-03-20 17:14:30 UTC MAIN commitmail json YAML

Add rhythmbox-0.12.0.

(snj)

2009-03-20 17:14:19 UTC MAIN commitmail json YAML

Update www/typolight-translations package to 20090317.

* pkgsrc update: simplify pre-install rule.
* Update Romanian translation.

(taca)

2009-03-20 16:52:40 UTC MAIN commitmail json YAML

Skip vulnerability check for packages that set NO_PKGTOOLS_REQD_CHECK.
Set AUDIT_PACKAGES and friends correctly though. Fixes bootstrap on
platforms with pdksh.

(joerg)

2009-03-20 16:39:00 UTC MAIN commitmail json YAML

Apply parse.c 1.149 and 1.150 from src/usr.bin/make to remove use of
C99.

(joerg)

2009-03-20 16:23:48 UTC MAIN commitmail json YAML

Only add dependency on the fetch program, if there is something to
fetch.

(joerg)

2009-03-20 16:13:02 UTC MAIN commitmail json YAML

Refactor msgfmt.sh script to conditionally strip the msgid_plural for
old NetBSD versions and to strip msgctx if requested by the package.
This allows to replace the use of msgfmtstrip in various packages by
setting MSGFMT_STRIP_MSGCTX.

(joerg)

2009-03-20 16:06:31 UTC MAIN commitmail json YAML

Updated databases/postgresql

(adam)

2009-03-20 16:02:41 UTC MAIN commitmail json YAML

Changes 8.3.7:
* Prevent error recursion crashes when encoding conversion fails.
* Disallow "CREATE CONVERSION" with the wrong encodings for the
  specified conversion function.
* Fix xpath() to not modify the path expression unless necessary, and
  to make a saner attempt at it when necessary.
* Fix core dump when to_char() is given format codes that are
  inappropriate for the type of the data argument.
* Fix possible failure in text search when C locale is used with a
  multi-byte encoding.
* Fix extreme inefficiency in text search parser's handling of an
  email-like string containing multiple @ characters.
* Fix planner problem with sub-"SELECT" in the output list of a
  larger subquery.
* Fix decompilation of CASE WHEN with an implicit coercion.
* Fix possible misassignment of the owner of a TOAST table's rowtype.
* Change "UNLISTEN" to exit quickly if the current session has never
  executed any "LISTEN" command.
* Fix PL/pgSQL to not treat INTO after "INSERT" as an INTO-variables
  clause anywhere in the string, not only at the start; in
  particular, don't fail for "INSERT INTO" within "CREATE RULE".
* Clean up PL/pgSQL error status variables fully at block exit.
* Retry failed calls to CallNamedPipe() on Windows.
* Add MUST (Mauritius Island Summer Time) to the default list of
  known timezone abbreviations.

(adam)

2009-03-20 16:02:13 UTC MAIN commitmail json YAML

Changes 8.2.13:
* Prevent error recursion crashes when encoding conversion fails.
* Disallow "CREATE CONVERSION" with the wrong encodings for the
  specified conversion function.
* Fix core dump when to_char() is given format codes that are
  inappropriate for the type of the data argument.
* Fix possible failure in "contrib/tsearch2" when C locale is used
  with a multi-byte encoding.
* Fix extreme inefficiency in "contrib/tsearch2" parser's handling of
  an email-like string containing multiple @ characters.
* Fix decompilation of CASE WHEN with an implicit coercion.
* Fix possible misassignment of the owner of a TOAST table's rowtype.
* Fix PL/pgSQL to not treat INTO after "INSERT" as an INTO-variables
  clause anywhere in the string, not only at the start; in
  particular, don't fail for "INSERT INTO" within "CREATE RULE".
* Clean up PL/pgSQL error status variables fully at block exit.
* Retry failed calls to CallNamedPipe() on Windows.
* Add MUST (Mauritius Island Summer Time) to the default list of
  known timezone abbreviations.

(adam)

2009-03-20 16:02:03 UTC MAIN commitmail json YAML

Changes 8.1.17:
* Prevent error recursion crashes when encoding conversion fails.
* Disallow "CREATE CONVERSION" with the wrong encodings for the
  specified conversion function.
* Fix core dump when to_char() is given format codes that are
  inappropriate for the type of the data argument.
* Fix decompilation of CASE WHEN with an implicit coercion.
* Fix possible misassignment of the owner of a TOAST table's rowtype.
* Clean up PL/pgSQL error status variables fully at block exit.
* Add MUST (Mauritius Island Summer Time) to the default list of
  known timezone abbreviations.

(adam)

2009-03-20 15:46:11 UTC MAIN commitmail json YAML

Updated net/dhcpcd to 4.99.15

(roy)

2009-03-20 15:46:00 UTC MAIN commitmail json YAML

Update to dhcpcd-4.99.15

Changes from dhcpcd-4.99.14 include
* Compiles on DragonFly BSD
* Better support for 3rd party configured interfaces such as PPP
* Blacklist now happens at the packet level

(roy)

2009-03-20 15:38:05 UTC MAIN commitmail json YAML

2009-03-20 15:14:07 UTC MAIN commitmail json YAML

2009-03-20 14:55:41 UTC MAIN commitmail json YAML

Prevent unwanted CVS Id tag expanding (fix previous commit).

(mishka)

2009-03-20 14:50:49 UTC MAIN commitmail json YAML

Provide usage description for the PLIST_VARS variable.
Proofreaded by <joerg> - thanks a lot!

(mishka)

2009-03-20 13:47:59 UTC MAIN commitmail json YAML

Add the necessary preprocessor magic to build a 64bit version all the
time. Bump revision. Reminded by Eric Gillespie.

(joerg)

2009-03-20 13:05:32 UTC MAIN commitmail json YAML

Mark as not make-jobs safe.

(wiz)

2009-03-20 12:57:48 UTC MAIN commitmail json YAML

Fix package installation with the 'tiny' option enabled. Bump revision.

(mishka)

2009-03-20 12:20:29 UTC MAIN commitmail json YAML

Bump revision to reflect recent build fix with 'debug' option.

(mishka)

2009-03-20 12:12:00 UTC MAIN commitmail json YAML

2009-03-20 12:11:26 UTC MAIN commitmail json YAML

Oops - add missing NetBSD CVS tag.

(mishka)

2009-03-20 12:09:38 UTC MAIN commitmail json YAML

Fix a typo (can be catched with 'debug' option enabled).
The fix is already in bochs repo (iodev/iodebug.h, v1.12),
but no new release was made yet.

(mishka)

2009-03-20 10:50:02 UTC MAIN commitmail json YAML

Remove deplicate DOM DEPENDS, pointed out by obache@

(adrianp)

2009-03-20 08:50:51 UTC MAIN commitmail json YAML

More portable way to print st_size which is off_t. Fixes build on DragonFly.

(hasso)

2009-03-20 07:01:51 UTC MAIN commitmail json YAML

+ gnome-screensaver-2.26.0 [pkg/41037].

(obache)

2009-03-20 06:49:10 UTC MAIN commitmail json YAML

Add build dependency on pyrex; this isn't new, it's been needed since before I
adopted this package, oops...

(epg)

2009-03-20 05:51:53 UTC MAIN commitmail json YAML

INSTALL_UNSTRIPPED=yes on Darwin to make this run.
Patch is provided by Tetsuya KOBAYASHI.  Close PR pkg/40985.

(yyamano)

2009-03-19 23:51:57 UTC MAIN commitmail json YAML

Updated x11/gtk2-engines-murrine to 0.90.2.

(snj)

2009-03-19 23:51:31 UTC MAIN commitmail json YAML

Update to 0.90.2.

Overview of Changes in 0.90.2 (since 0.90.2)
============================================
Requires Gtk+ 2.12.0

Changes in this release:
- Fixed a crash when using focus_color.
- Now focus_color and scrollbar_color accept symbolic colors.

Overview of Changes in 0.90.1 (since 0.90.0)
============================================
Changes in this release:
- High roundness values are now correctly limited.
- Use focus_color in draw_entry if the theme uses it.
- Removed shadows from GtkCombo and GtkComboBoxEntry.
- Code polishing and bugfixing.

(snj)

2009-03-19 23:20:07 UTC MAIN commitmail json YAML

2009-03-19 23:00:29 UTC MAIN commitmail json YAML

Updated devel/gnome-common to 2.26.0.

(snj)

2009-03-19 22:59:59 UTC MAIN commitmail json YAML

Update to 2.26.0.  Changes:

macros2/gnome-common.m4: add -DWNCK_DISABLE_DEPRECATED and
  -DLIBSOUP_DISABLE_DEPRECATED to DISABLE_DEPRECATED

(snj)

2009-03-19 22:18:07 UTC MAIN commitmail json YAML

Correct evolution-data-server entry.

(snj)

2009-03-19 21:40:16 UTC MAIN commitmail json YAML

Remove mpfr-2.4.1, poppler-0.10.5, and stellarium-0.10.2.

(snj)

2009-03-19 21:37:03 UTC MAIN commitmail json YAML

Updated audio/musicpd to 0.14.2.

(asau)

2009-03-19 21:35:14 UTC MAIN commitmail json YAML

Update MPD (musicpd) to 0.14.2.

This release contains bug fixes for many decoder plugins.
This release also adds True Audio file support and WAV streaming
in the ffmpeg decoder plugin.

pkgsrc changes: support "jack" option (default "off") to utilize
JACK audio server.

Patch provided by Peter Bex in private mail.

(asau)

2009-03-19 20:12:00 UTC MAIN commitmail json YAML

Add FreeBSD support
oked by tron@

(sno)

2009-03-19 19:54:08 UTC MAIN commitmail json YAML

mention recent updates

(drochner)

2009-03-19 19:47:10 UTC MAIN commitmail json YAML

Note update of www/p5-WWW-Shorten to version 2.03

(seb)

2009-03-19 19:46:28 UTC MAIN commitmail json YAML

Update from version 2.02 to version 2.03.

Upstream changes:
2009-03-19  Dave Cross  <dave@dave.org.uk>
* Build.PL: Remove signing
* commit 419bb82c70ba9b1a89fd0cbb400eb3491365c8d1

2009-03-19  Dave Cross  <dave@dave.org.uk>
* t/shorl.t: Fixed typo
* commit e79a2979eb1182ba91b6b795bcab7504f5b229cf

2009-03-19  Dave Cross  <dave@dave.org.uk>
* Build.PL: Bump version number.
* commit 4ff0cab5349a8d811be19dc14348db74c6173445

2009-03-19  Dave Cross  <dave@dave.org.uk>
* t/tinyurl.t: Fixed TinyURL tests.
* commit c8a91370779b108b1f778b06ca3b0b31844e132b

(seb)

2009-03-19 19:24:23 UTC MAIN commitmail json YAML

restore battstat - gnome-power-manager doesn't do it

(drochner)

2009-03-19 18:54:43 UTC MAIN commitmail json YAML

use time_t consistently rather than GTime, fixes Y2038 issues on
platforms with 64bit time_t
see gnome bugzilla #569113

(drochner)

2009-03-19 18:49:22 UTC MAIN commitmail json YAML

update to 2.26.0
This switches to the gnome-2.26 release branch

(drochner)

2009-03-19 18:46:18 UTC MAIN commitmail json YAML

Remove evolution{,-data-server}-2.26.0.

(snj)

2009-03-19 18:39:14 UTC MAIN commitmail json YAML

2009-03-19 18:27:27 UTC MAIN commitmail json YAML

pull in libjpeg explicitely (used to be through libgphoto)

(drochner)

2009-03-19 17:05:51 UTC MAIN commitmail json YAML

Decorate .endif with the name of the variable the .if tested.

(cube)

2009-03-19 16:20:52 UTC MAIN commitmail json YAML

Don't use + in variable names.  It's asking for troubles.

(cube)

2009-03-19 16:11:10 UTC MAIN commitmail json YAML

Fix path to gamin include, now that it is living in sysutils/libgamin.

(joerg)

2009-03-19 15:50:27 UTC MAIN commitmail json YAML

Add comment about include guard.

(joerg)

2009-03-19 15:34:41 UTC MAIN commitmail json YAML

Add comment about include guard.

(joerg)

2009-03-19 15:32:42 UTC MAIN commitmail json YAML

Fix name of include guard to match package name.

(joerg)

2009-03-19 15:31:42 UTC MAIN commitmail json YAML

Fix name of include guard to match package name.

(joerg)

2009-03-19 15:26:33 UTC MAIN commitmail json YAML

2009-03-19 15:10:55 UTC MAIN commitmail json YAML

Updated mail/thunderbird and mail/thunderbird-gtk1 to 2.0.0.21.
Updated www/seamonkey, www/seamonkey-bin and www/seamonkey-gtk1 to 1.1.15.

(ghen)

2009-03-19 15:09:46 UTC MAIN commitmail json YAML

Update seamonkey, seamonkey-bin and seamonkey-gtk1 to Seamonkey 1.1.15.

Security fixes in this version:

MFSA 2009-10 Upgrade PNG library to fix memory safety hazards
MFSA 2009-09 XML data theft via RDFXMLDataSource and cross-domain redirect
MFSA 2009-07 Crashes with evidence of memory corruption (rv:1.9.0.7)

For more info, see http://www.seamonkey-project.org/releases/seamonkey1.1.15/

(ghen)

2009-03-19 15:08:59 UTC MAIN commitmail json YAML

Update thunderbird and thunderbird-gtk1 to 2.0.0.21.

Security fixes in this version:

MFSA 2009-10 Upgrade PNG library to fix memory safety hazards
MFSA 2009-09 XML data theft via RDFXMLDataSource and cross-domain redirect
MFSA 2009-07 Crashes with evidence of memory corruption (rv:1.9.0.7)

For more info, see http://www.mozilla.com/en-US/thunderbird/2.0.0.21/releasenotes/

(ghen)

2009-03-19 12:14:37 UTC MAIN commitmail json YAML

2009-03-19 12:14:01 UTC MAIN commitmail json YAML

2009-03-19 12:12:24 UTC MAIN commitmail json YAML

update to 0.10.5
Changes since 0.10.4:
core:
* Read the UF entry if present and prefer it over F in Filespec dictionary
* Fix typo that was making CairoOutputDev crash on some files. Bug #17337
* Make JBIG2Stream more robust to corrupt input data
* Do not blindly follow loops parsing OutlineItem. Bug #18364
* Set up the error manager before calling jpeg_create_decompress. Bug #20484
* Check there is an optional content config before using it. Bug #20587
* Fix rendering of some PDF with OpenType fonts. Bug #20605

build system:
* Yet more support for build on windows
* Use AC_CHECK_HEADER to find headers. Bug #20538
* Check for pkgconfig before using it
* General autotools improvements

(drochner)

2009-03-19 12:05:05 UTC MAIN commitmail json YAML

2009-03-19 12:02:09 UTC MAIN commitmail json YAML

2009-03-19 11:57:48 UTC MAIN commitmail json YAML

update to 0.43
changes: fixes from evolution
pkgsrc change: pull in a portability patch from evolution-data-server,
depend on zone.tab

(drochner)

2009-03-19 11:54:53 UTC MAIN commitmail json YAML

update to 2.4.1
changes:
-Behavior of mpfr_check_range changed
-Function mpfr_init_gmp_rand is no longer defined
-New functions
-Configure test for TLS support
-Get default $CC and $CFLAGS from gmp.h
-Security fix in mpfr_snprintf and mpfr_vsnprintf (buffer overflow)
-Configure: new checks for length modifiers hh and ll (new in C99)
-bugfixes
-documentation fixes

(drochner)

2009-03-19 11:43:07 UTC MAIN commitmail json YAML

update to 0.10.2
Version 0.10.2 is based on the recent release of QT 4.5, which should fix
startup problems which some users experienced with version 0.10.1.
This change should also solve some Mac rendering bugs and speed up
the GUI elements of the program.
A new projection mode is now available, called "Hammer-Aitoff", which
allows for very wide fields of view (up to 360 degrees). This release
also includes many bug fixes and some general performance tweaks.

(The note about qt-4.5 is misleading. It works with 4.4 as well.)

(drochner)

2009-03-19 11:34:21 UTC MAIN commitmail json YAML

2009-03-19 11:32:45 UTC MAIN commitmail json YAML

2009-03-19 11:29:17 UTC MAIN commitmail json YAML

update to 0.8.13
changes:
* Clean up some warnings from sparse/gcc
* Makefile.am: Put local includes first

(drochner)

2009-03-19 11:26:41 UTC MAIN commitmail json YAML

update to 2.6.4
changes:
* Fix GTK+ single includes
* Use G_DEFINE_TYPE instead of registering the type by hand
* Clean up code
* Remove deprecated GLib functions

(drochner)

2009-03-19 10:01:17 UTC MAIN commitmail json YAML

Updated net/openresolv to 3.1.1

(roy)

2009-03-19 09:57:50 UTC MAIN commitmail json YAML

Update to 3.1.1 to fix a problem with the dnsmasq subscriber.

(roy)

2009-03-19 09:48:24 UTC MAIN commitmail json YAML

Updated misc/taskjuggler to 2.4.1.

(hasso)

2009-03-19 09:44:58 UTC MAIN commitmail json YAML

* Update to 2.4.1.
* Attempt to fix documentation paths.
* Replace US/Mountain with America/Denver in tests. DragonFly and FreeBSD
  don't accept historic timezone names.

See http://www.taskjuggler.org/manual-2.4.1/change_log.html for upstream
changelog.

(hasso)

2009-03-19 09:05:11 UTC MAIN commitmail json YAML

Updated mail/dovecot to 1.1.13.

(ghen)

2009-03-19 09:04:44 UTC MAIN commitmail json YAML

Update to Dovecot 1.1.13, there were two regressions in 1.1.12:

- v1.1.12's MAILBOXDIR changes broke accessing mails in some setups
- v1.1.12's login_executable -D checking changes caused dovecot to
  crash at startup if protocols setting contained only pop3.
- mbox: pop3_lock_session=3Dyes was broken with mail_privileged_group.

(ghen)

2009-03-19 02:12:37 UTC MAIN commitmail json YAML

Updated devel/gnome-common to 2.24.0.

(snj)

2009-03-19 02:11:31 UTC MAIN commitmail json YAML

2009-03-19 00:30:39 UTC MAIN commitmail json YAML

Disable firefox3-bin package on NetBSD.  Package installs but binary will
not run as it requires a newer version of GTK+ 2.x than supported by the
suse_gtk2 package.

(mike)

2009-03-18 22:50:28 UTC MAIN commitmail json YAML

Add two new options to help when running snmpd as an unpriveleged user

(adrianp)

2009-03-18 21:58:26 UTC MAIN commitmail json YAML

We need pkg-config to build against DBus.

(roy)

2009-03-18 21:49:51 UTC MAIN commitmail json YAML

Updated net/openresolv to 3.1

(roy)

2009-03-18 21:49:34 UTC MAIN commitmail json YAML

Update to openresolv-3.1

Changes since 3.0:
* New variable dynamic_order
* interface processing now interface_order, dynamic order without metric,
  metric and and everything else in lexical order

(roy)

2009-03-18 20:16:13 UTC MAIN commitmail json YAML

PLIST update that belonged with 3.1.0 update.

(gdt)

2009-03-18 19:42:07 UTC MAIN commitmail json YAML

Updated geography/geos to 3.1.0

(gdt)

2009-03-18 19:41:45 UTC MAIN commitmail json YAML

Version 3.1.0 includes a number of improvements over the 3.0 version:

- PreparedGeometry operations for very fast predicate testing.
  - Intersects()
  - Covers()
  - CoveredBy()
  - ContainsProperly()
- Easier builds under MSVC and OpenSolaris
- Thread-safe CAPI option
- IsValidReason added to CAPI
- CascadedUnion operation for fast unions of geometry sets
- Single-sided buffering operation added
- Numerous bug fixes.
  http://trac.osgeo.org/geos/query?status=closed&milestone=3.1.0&order=priority

(gdt)

2009-03-18 19:18:59 UTC MAIN commitmail json YAML

No need for both real MAINTAINER and generic one.

(darcy)

2009-03-18 18:54:11 UTC MAIN commitmail json YAML

Doesn't make sense to have a real MAINTAINER as well as the "unclaimed
package" MAINTAINER.

(darcy)

2009-03-18 18:43:03 UTC MAIN commitmail json YAML

Correction to generic MAINTAINER address.

(darcy)

2009-03-18 18:38:00 UTC MAIN commitmail json YAML

2009-03-18 18:20:36 UTC MAIN commitmail json YAML

Use pkgsrc-users@NetBSD.org as MAINTAINER for unclaimed packages instead
of pkgsrc-users@pkgsrc.org as per the pkgsrc guide.

(darcy)

2009-03-18 18:18:43 UTC MAIN commitmail json YAML

Prune obsolete python26 entry.

(snj)

2009-03-18 17:19:30 UTC MAIN commitmail json YAML

This packages wants python >= 2.5.

(snj)

2009-03-18 17:18:10 UTC MAIN commitmail json YAML

Revert previous -- configure script still checks for libproxy, even though
it's unneeded.
Found by snj.

(wiz)

2009-03-18 15:30:35 UTC MAIN commitmail json YAML

2009-03-18 14:44:38 UTC MAIN commitmail json YAML

Forgot to cvs add this patch.

(jmcneill)

2009-03-18 13:31:19 UTC MAIN commitmail json YAML

2009-03-18 13:30:46 UTC MAIN commitmail json YAML

2009-03-18 13:29:32 UTC MAIN commitmail json YAML

2009-03-18 13:29:07 UTC MAIN commitmail json YAML

2009-03-18 13:28:49 UTC MAIN commitmail json YAML

pull in libjpeg explicitely (used to be through libgphoto)

(drochner)

2009-03-18 13:28:16 UTC MAIN commitmail json YAML

pull in libjpeg explicitely (used to be through libgphoto)

(drochner)

2009-03-18 13:27:22 UTC MAIN commitmail json YAML

pull in libjpeg explicitely (used to be through libgphoto)

(drochner)

2009-03-18 13:26:03 UTC MAIN commitmail json YAML

remove obsolete CONFIGURE_ARG

(drochner)

2009-03-18 13:25:11 UTC MAIN commitmail json YAML

remove linjpeg, it is not referenced by the exported libraries

(drochner)

2009-03-18 13:09:02 UTC MAIN commitmail json YAML

2009-03-18 13:08:07 UTC MAIN commitmail json YAML

Update ekiga to 3.2.0.

* Changes in ekiga 3.2.0 (2009-03-16)
- Fix some NAT related issues (use internal port instead of external
  port in Cone NAT)
- Uniformise detection of libnotify; fix compilation with mingw
- Fix "URL completion combobox shows identical completions"
- Fix "Assistant loosing values when going backward"
- Fix GmConf settings when compiled with another package name
- Fix unregistration of accounts
- Fix build with -enable-kde
- Fix OS X build
- Fix a crash in chat
- New translations: crh, or
- Updated translations: as, bg, bn_IN, da, de, el, eu, gl, gu, hi, hu,
  ja, kn, ko, ku, lt, ml, mr, or, pt, ro, ru, ta, te, tr
- New help translation: en_GB
- Updated help translation: fr

* Changes in ekiga 3.1.2 (2009-03-03)
- Removal of the old H.263 ffmpeg plug in and enhancement of the
  H.263-1998 plug in to take its place.
- Allow compilation with CELT 0.4 and 0.5
- Allow several ALSA devices to have the same name
- STUN enabling/disabling has been readded to the GUI
- Remove white spaces from the URI (useful when copy/paste)
- Clear the URI edit box after a call
- Fixed crash when clearing call history
- Fix Windows compilation
- Fixes for tarball generation
- Fixed account data corruption when the authentication user name is
  left blank
- Fixed possible crash when answering incoming calls
- Fixed G.722 usage
- Other various fixes, cleanups, removal of deprecated symbols etc.
- Updated translations: ca, cs, da, el, en_GB, es, eu, fi, fr, he, hu,
  it, ja, ko, kn, nb, nl, pl, pt_BR, sl, sv, th, vi, zh_HK, zh_TW
- New help/eu localisation
Experimental features:
- Significant improvements in IPv6 support
- Gstreamer audio and video capture support near to be finished...

* ekiga 3.1.1 unreleased

* Changes in ekiga 3.1.0 (2009-01-05)
- Added support for G.722 and CELT audio wideband codecs
- Added support for H.263
- Added support for SIP dialog-info notifications, it allows being
  notified of incoming calls for the phones of your colleagues with
  software like Asterisk
- Added support to disable STUN detection
- Improved LDAP support in the address book, authentication is now
  possible
- Killed the gconf_test_age test, Ekiga can now finally work with
  badly installed GConf schemas
- More efficient memory handling using gmref_ptr, increases stability
- Better handling of multiple network interfaces with dynamic addition
  and removal
- libgnome is not required anymore when using GTK+ 2.14
- Many code cleanups, new GObjects, ...
- Work in progress : XCAP support, Resource List support, GStreamer
  audio and video capture support, ...

(jmcneill)

2009-03-18 13:00:54 UTC MAIN commitmail json YAML

2009-03-18 12:54:14 UTC MAIN commitmail json YAML

2009-03-18 12:40:52 UTC MAIN commitmail json YAML

ntohl etc are in POSIX, no need for _NETBSD_SOURCE

(drochner)

2009-03-18 12:28:56 UTC MAIN commitmail json YAML

Updated net/libsoup24 to 2.26.0nb1

(wiz)

2009-03-18 12:28:45 UTC MAIN commitmail json YAML

Comment out libproxy dependency; it is not needed in this version.
Bump PKGREVISION.

(wiz)

2009-03-18 12:27:19 UTC MAIN commitmail json YAML

Bump PKGREVISION for PLIST fix.

(wiz)

2009-03-18 12:15:24 UTC MAIN commitmail json YAML

2009-03-18 12:12:41 UTC MAIN commitmail json YAML

Bump PKGREVISION for PLIST fix.

(wiz)

2009-03-18 11:59:21 UTC MAIN commitmail json YAML

Updated devel/ptlib to 2.6.1
Updated devel/opal to 3.6.1

(jmcneill)

2009-03-18 11:58:08 UTC MAIN commitmail json YAML

Update opal to 3.6.1. Again no changelog in sight.

Main features on this new major release branch are:

    * Instant Messaging. Using several different ?standards?: RFC4975, MSRP, T.140, SIP-IM etc etc.
    * Much improved support for SIP event handling (SUBSCRIBE/NOTIFY/PUBLISH) using factories so more event packages can be added easily.
    * Support for SIP ?dialog? event package.
    * Support for Shared Line Appearance (aka Multiple Line Appearance, Bridged Line Appearance or Busy Lamp Field)
    * Significant improvements in IPv6 support (thanks Yuri Kiryanov!)
    * Major enhancements to the video rate controller.
    * Removal of the old H.263 ffmpeg plug in and enhancement of the H.263-1998 plug it to take its place.
    * H.224 support (H.323 only).
    * SBC audio codec plug in.
    * G.722 audio codec plug in.
    * CELT audio codec plug in.
    * SWIG support for use in other languages, Java first.
    * Much improved multi-platform sample GUI client, OpenPhone. Now standard test environment replacing simpleOPAL.

(jmcneill)

2009-03-18 11:57:16 UTC MAIN commitmail json YAML

Update ptlib to 2.6.1. Lots of changes, no changelog in sight.

Main features on this new major release branch are:

    * Instant Messaging. Using several different ?standards?: RFC4975, MSRP, T.140, SIP-IM etc etc.
    * Much improved support for SIP event handling (SUBSCRIBE/NOTIFY/PUBLISH) using factories so more event packages can be added easily.
    * Support for SIP ?dialog? event package.
    * Support for Shared Line Appearance (aka Multiple Line Appearance, Bridged Line Appearance or Busy Lamp Field)
    * Significant improvements in IPv6 support (thanks Yuri Kiryanov!)
    * Major enhancements to the video rate controller.
    * Removal of the old H.263 ffmpeg plug in and enhancement of the H.263-1998 plug it to take its place.
    * H.224 support (H.323 only).
    * SBC audio codec plug in.
    * G.722 audio codec plug in.
    * CELT audio codec plug in.
    * SWIG support for use in other languages, Java first.
    * Much improved multi-platform sample GUI client, OpenPhone. Now standard test environment replacing simpleOPAL.

(jmcneill)

2009-03-18 11:45:24 UTC MAIN commitmail json YAML

Fix PLIST (some directories were not removed).

(ghen)

2009-03-18 11:09:33 UTC MAIN commitmail json YAML

Fix build and PLIST for -opengl case

(abs)

2009-03-18 09:15:08 UTC MAIN commitmail json YAML

+ accerciser-1.6.0, gdl-2.26.0, genius-1.0.6, glade-3.6.0,
  intltool-0.40.6, monodevelop-1.9.3.

(wiz)

2009-03-18 08:47:45 UTC MAIN commitmail json YAML

Updated mail/dovecot to 1.1.12.

(ghen)

2009-03-18 08:47:15 UTC MAIN commitmail json YAML

Update to Dovecot 1.1.12.  Changes since 1.1.11:

* Added :MAILBOXDIR= to mail_location to specify the root dir for
  mailboxes. dbox users should migrate to ":MAILBOXDIR=mailboxes",
  because that's going to be the default in v1.2+.

+ Linux: Adding -D parameter to login_executable makes login processes
  dump core to login_dir if they crash.
- IMAP: SELECT didn't always return first unseen message in reply
- POP3: pop3_lock_session=yes didn't use mail_privileged_group while
  dotlocking.
- mbox: Don't crash if >=8192 bytes long line begins with "From ".
- Maildir: More fixes to handling over 26 keywords.
- Several logging fixes and improvements
- Fixed authentication caching with non-plaintext mechanisms when using
  a blocking passdb (e.g. MySQL)
- Fixed DIGEST-MD5 authentication with user@domain style usernames.

(ghen)

2009-03-18 07:04:29 UTC MAIN commitmail json YAML

Include libglade/buildlink3.mk to get us building.

(snj)

2009-03-18 06:17:39 UTC MAIN commitmail json YAML

Remove some now-unused bl3 includes.

(snj)

2009-03-18 06:09:00 UTC MAIN commitmail json YAML

Updated devel/bzr to 1.13 [epg 2009-03-18]
Updated devel/bzrtools to 1.13.0nb1 [epg 2009-03-18]
Updated devel/bzr-svn to 0.5.3 [epg 2009-03-18]

Forgot to comment out PKGREVISION in bzrtools but doing so now would possibly
break someone, so leaving as is.

(epg)

2009-03-18 06:06:12 UTC MAIN commitmail json YAML

bzr-svn 0.5.3                  2009-03-10

  BUG FIXES

  * Lazily load commands during help. (#330928)

  * Fix one-line helps for dpush / foreign-mapping-upgrade. (#331051)

  * Skip unicode tests if the local file system doesn't support unicode
    paths.

  * Don't print traceback when connection errors occur during push. (#331078)

  * Fix exception importing with itrunk* layout.

  * Break subversion locks in ``bzr break-lock''.

  * Handle corner case following branch paths outside of prefixes in
    revision metadata browser.

  * Handle strange corner case in HTTP, where get_dir() works on files and we
    accidently start to call update() on files.

  * Don't check branch root when looking for round-tripped revisions that used
    revision properties. (#294784)

  * Support non-ascii characters in home directories. (#333121)

  * Fix recognizing tags when using wildcard layouts. (#333960)

  * Fetch left-hand side ancestry if it's outside of the prefix in
    svn-import. (#334692)

  * Support pushing kind changes from directory to file. (#335445)

  * Fixed canonicalization issue when retrieving remote revision trees
    over HTTP.

  * Fix recognition of v3 mappings pushed with incomplete revision properties.

  * Print proper error when a part of the repository is inaccessible during
    fetch. (#323084)

  * Fix concurrent access problems during push/commit. (#248289)

  * Allow svn: revision specifier in non-svn branches. (#337295)

  * Cope with v3 and v4 mappings being interwined in a mainline
    with roundtripped revisions. (#332364)

  * Print proper error when it is impossible to get a branch path
    in a particular layout. (#340081)

  PERFORMANCE

  * Significant speed improvements when no (old) tags have to be fetched. Requires
    InterBranch.pull() patch.

  * The guessed layout is now only stored in the configuration and no longer
    re-determined every time a repository is accessed.

  * Looking for missing revisions is now done in groups, significantly improving the
    time spent in the "determining revisions to fetch" step.

  * A simple LRU cache is now used for texts during fetch.

  * Avoid loading subvertpy in a couple more situations when probing for
    Subversion repositories. (#336449)

  FEATURES

  * Now prints parent Subversion revision number after successful pull. (#332196)

  * Annotate run against Subversion repositories now works. (#335735)

bzr-svn 0.5.2 2009-02-18

  BUG FIXES

  * Fix installation of cache module.

(epg)

2009-03-18 06:05:53 UTC MAIN commitmail json YAML

March 11 2008
* `bzr patch` handles URLs with trailing slashes.
* RELEASE: bzrtools 1.13.0

(epg)

2009-03-18 06:05:44 UTC MAIN commitmail json YAML

bzr 1.13 "paraskavedekatriaphobia" 2009-03-14
---------------------------------------------
This release includes bug fixes and a few performance and feature improvements.
GNU Changelog output can now be produced by ``bzr log --format gnu-changelog``.
Debug flags can now be set in ``~/.bazaar/bazaar.conf``. Lightweight Checkouts
and Stacked Branches should both be much faster over remote connections.

  CHANGES FROM bzr 1.13rc1 2009-03-10:

  BUG FIXES:

    * Fix "is not a stackable format" error when pushing a
      stackable-format branch with an unstackable-format repository to a
      destination with a default stacking policy.  (Andrew Bennetts)

    * Progress bars now show the rate of network activity for
      ``bzr+ssh://`` and ``bzr://`` connections.  (Andrew Bennetts)

  COMPATIBILITY BREAKS:

    * ``bzr log --line`` now indicates which revisions are merges with
      `[merge]` after the date.  Scripts which parse the output of this
      command may need to be adjusted.
      (Neil Martinsen-Burrell)

  NEW FEATURES:

    * ``bzr reconfigure`` now supports --with-trees and --with-no-trees
      options to change the default tree-creation policy of shared
      repositories.  (Matthew Fuller, Marius Kruger, #145033)

    * Debug flags can now be set in ``~/.bazaar/bazaar.conf``.
      (Martin Pool)

    * Filtered views provide a mask over the tree so that users can focus
      on a subset of a tree when doing their work. See ``Filtered views``
      in chapter 7 of the User Guide and ``bzr help view`` for details.
      (Ian Clatworthy)

    * GNU Changelog output can now be produced by ``bzr log --format
      gnu-changelog``.  (Andrea Bolognani, Martin Pool)

    * The ``-Dmemory`` flag now gives memory information on Windows.
      (John Arbash Meinel)

    * Multiple authors for a commit can now be recorded by using the "--author"
      option multiple times. (James Westby, #185772)

    * New clean-tree command, from bzrtools.  (Aaron Bentley, Jelmer Vernoij)

    * New command ``bzr launchpad-open`` opens a Launchpad web page for that
      branch in your web browser, as long as the branch is on Launchpad at all.
      (Jonathan Lange)

  IMPROVEMENTS:

    * ``bzr add`` no longer prints ``add completed`` on success. Failure
      still prints an error message. (Robert Collins)

    * ``bzr branch`` now has a ``--no-tree`` option which turns off the
      generation of a working tree in the new branch.
      (Daniel Watkins, John Klinger, #273993)

    * Bazaar will now point out ``bzr+ssh://`` to the user when they
      use ssh://. (Jelmer Vernooij, #330535)

    * ``bzr -v info`` now omits the number of committers branch statistic,
      making it many times faster for large projects. To include that
      statistic in the output, use ``bzr -vv info``.
      (Ian Clatworthy)

    * ``bzr push`` to a ``bzr`` url (``bzr://``, ``bzr+ssh://`` etc) will
      stream if the server is version 1.13 or greater, reducing roundtrips
      significantly. (Andrew Bennetts, Robert Collins)

    * Lightweight Checkouts and Stacked Branches should both be much
      faster over remote connections. Building the working tree now
      batches up requests into approx 5MB requests, rather than a separate
      request for each file. (John Arbash Meinel)

    * Support for GSSAPI authentication when using HTTP or HTTPS.
      (Jelmer Vernooij)

    * The ``bzr shelve`` prompt now includes a '?' help option to explain the
      short options better. (Daniel Watkins, #327429)

    * ``bzr lp-open`` now falls back to the push location if it cannot find a
      public location. (Jonathan Lange, #332372)

    * ``bzr lp-open`` will try to find the Launchpad URL for the location
      passed on the command line. This makes ``bzr lp-open lp:foo`` work as
      expected. (Jonathan Lange, #332705)

    * ``bzr send`` now supports MH-E via ``emacsclient``. (Eric Gillespie)

  BUG FIXES:

    * Bazaar now gives a better message including the filename if it's
      unable to read a file in the working directory, for example because
      of a permission error.  (Martin Pool, #338653)

    * ``bzr send`` help is more specific about how to apply merge
      directives.  (Neil Martinsen-Burrell, #253470)

    * ``bzr missing`` now uses ``Repository.get_revision_delta()`` rather
      than fetching trees and determining a delta itself. (Jelmer
      Vernooij, #315048)

    * ``bzr push`` to a smart server no longer causes "Revision
      {set([('null:',)])} not present ..." errors when the branch has
      multiple root revisions. (Andrew Bennetts, #317654)

    * ``bzr shelve`` now properly handle patches with no terminating newline.
      (Beno樽t PIERRE, #303569)

    * ``bzr unshelve`` gives a more palatable error if passed a non-integer
      shelf id. (Daniel Watkins)

    * Export now handles files that are not present in the tree.
      (James Westby, #174539)

    * Fixed "sprout() got an unexpected keyword argument 'source_branch'"
      error branching from old repositories.
      (Martin Pool, #321695)

    * Make ``bzr push --quiet <non-local location>`` less chatty.
      (Kent Gibson, #221461)

    * Many Branch hooks would not fire with ``bzr://`` and ``bzr+ssh://``
      branches, and this was not noticed due to a bug in the test logic
      for branches. This is now fixed and a test added to prevent it
      reoccuring. (Robert Collins, Andrew Bennetts)

    * Restore the progress bar on Windows. We were disabling it when TERM
      wasn't set, but Windows doesn't set TERM. (Alexander Belchenko)

    * ``setup.py build_ext`` now gives a proper error when an extension
      fails to build. (John Arbash Meinel)

    * Symlinks to non ascii file names are now supported.
      (Robert Collins, Vincent Ladeuil, #339055, #272444)

    * Under rare circumstances (aka nobody reported a bug about it), the ftp
      transport could revert to ascii mode. It now stays in binary mode except
      when needed.
      (Vincent Ladeuil)

    * Unshelve does not generate warnings about progress bars.
      (Aaron Bentley, #328148)

  DOCUMENTATION:

    * Added ``Organizing your workspace`` to the User Guide appendices,
      summarizing some common ways of organizing trees, branches and
      repositories and the processes/workflows implied/enabled by each.
      (Ian Clatworthy)

    * Hooks can now be self documenting. ``bzrlib.hooks.Hooks.create_hook``
      is the entry point for this feature. (Robert Collins)

    * The documentation for ``shelve`` and ``unshelve`` has been clarified.
      (Daniel Watkins, #327421, #327425)

  API CHANGES:

    * ``bzr selftest`` now fails if the bazaar sources contain trailing
      whitespace, non-unix style line endings and files not ending in a
      newline. About 372 files and 3243 lines with trailing whitespace was
      updated to comply with this. The code already complied with the other
      criteria, but now it is enforced. (Marius Kruger)

    * ``Branch.fetch`` and ``Repository.fetch`` now return None rather
      than a count of copied revisions and failed revisions. A while back
      we stopped ever reporting failed revisions because we started
      erroring instead, and the copied revisions count is not used in the
      UI at all - indeed it only reflects the repository status not
      changes to the branch itself. (Robert Collins)

    * MutableTree.commit now favours the "authors" argument, with the old
      "author" argument being deprecated.

    * Remove deprecated EmptyTree.  (Martin Pool)

    * ``Repository.fetch`` now accepts an optional ``fetch_spec``
      parameter.  A ``SearchResult`` or ``MiniSearchResult`` may be passed
      to ``fetch_spec`` instead of a ``last_revision`` to specify exactly
      which revisions to fetch. (Andrew Bennetts)

    * ``RepositoryAcquisitionPolicy.acquire_repository`` now returns a
      tuple of ``(repository, is_new_flag)``, rather than just the
      repository.  (Andrew Bennetts)

    * Revision.get_apparent_author() is now deprecated, replaced by
      Revision.get_apparent_authors(), which returns a list. The former
      now returns the first item that would be returned from the second.

    * The ``BranchBuilder`` test helper now accepts a ``timestamp``
      parameter to ``build_commit`` and ``build_snapshot``.  (Martin Pool)

    * The ``_fetch_*`` attributes on ``Repository`` are now on
      ``RepositoryFormat``, more accurately reflecting their intent (they
      describe a disk format capability, not state of a particular
      repository of that format). (Robert Collins)

  INTERNALS:

    * Branching from a non-stacked branch on a smart protocol is now
      free of virtual file system methods.
      (Robert Collins, Andrew Bennetts)

    * Branch and Repository creation on a bzr+ssh://server are now done
      via RPC calls rather than VFS calls, reducing round trips for
      pushing new branches substantially. (Robert Collins)

    * ``Branch.clone`` now takes the ``repository_policy`` formerly used
      inside ``BzrDir.clone_on_transport``, allowing stacking to be
      configured before the branch tags and revision tip are set. This
      fixes a race condition cloning stacked branches that would cause
      plugins to have hooks called on non-stacked instances.
      (Robert Collins, #334187)

    * ``BzrDir.cloning_metadir`` now has a RPC call. (Robert Collins)

    * ``BzrDirFormat.__str__`` now uses the human readable description
      rather than the sometimes-absent disk label. (Robert Collins)

    * ``bzrlib.fetch`` is now composed of a sender and a sink component
      allowing for decoupling over a network connection. Fetching from
      or into a RemoteRepository with a 1.13 server will use this to
      stream the operation.
      (Andrew Bennetts, Robert Collins)

    * ``bzrlib.tests.run_suite`` accepts a runner_class parameter
      supporting the use of different runners. (Robert Collins)

    * Change how file_ids and revision_ids are interned as part of
      inventory deserialization. Now we use the real ``intern()``, rather
      than our own workaround that would also cache a Unicode copy of the
      string, and never emptied the cache. This should slightly reduce
      memory consumption. (John Arbash Meinel)

    * New branch method ``create_clone_on_transport`` that returns a
      branch object. (Robert Collins)

    * New hook Commands['extend_command'] to allow plugins to access a
      command object before the command is run (or help generated from
      it), without overriding the command. (Robert Collins)

    * New version of the ``BzrDir.find_repository`` verb supporting
      ``_network_name`` to support removing more _ensure_real calls.
      (Robert Collins)

    * ``RemoteBranchFormat`` no longer claims to have a disk format string.
      (Robert Collins)

    * ``Repository`` objects now have ``suspend_write_group`` and
      ``resume_write_group`` methods.  These are currently only useful
      with pack repositories. (Andrew Bennetts, Robert Collins)

    * ``BzrDirFormat``, ``BranchFormat`` and ``RepositoryFormat`` objects
      now have a ``network_name`` for passing the format across RPC calls.
      (Robert Collins, Andrew Bennetts)

    * ``RepositoryFormat`` objects now all have a new attribute
      ``_serializer`` used by fetch when reserialising is required.
      (Robert Collins, Andrew Bennetts)

    * Some methods have been pulled up from ``BzrBranch`` to ``Branch``
      to aid branch types that are not bzr branch objects (like
      RemoteBranch). (Robert Collins, Andrew Bennetts)

    * Test adaptation has been made consistent throughout the built in
      tests. ``TestScenarioApplier``, ``multiply_tests_from_modules``,
      ``adapt_tests``, ``adapt_modules`` have all been deleted. Please
      use ``multiply_tests``, or for lower level needs ``apply_scenarios``
      and ``apply_scenario``. (Robert Collins)

    * ``TestSkipped`` is now detected by TestCase and passed to the
      ``TestResult`` by calling ``addSkip``. For older TestResult objects,
      where ``addSkip`` is not available, ``addError`` is still called.
      This permits test filtering in subunit to strip out skipped tests
      resulting in a faster fix-shrink-list-run cycle. This is compatible
      with the testtools protocol for skips. (Robert Collins)

    * The ``_index`` of ``KnitVersionedFiles`` now supports the ability
      to scan an underlying index that is going to be incorporated into
      the ``KnitVersionedFiles`` object, to determine if it has missing
      delta references. The method is ``scan_unvalidated_index``.
      (Andrew Bennetts, Robert Collins)

    * There is a RemoteSink object which handles pushing to smart servers.
      (Andrew Bennetts, Robert Collins)

    * ``TransportTraceDecorator`` now logs ``put_bytes_non_atomic`` and
      ``rmdir`` calls. (Robert Collins)

    * ``VersionedFiles`` record adapters have had their signature change
      from ``(record, record.get_bytes_as(record.storage_kind))`` to
      ``(record)`` reducing excess duplication and allowing adapters
      to access private data in record to obtain content more
      efficiently. (Robert Collins)

    * We no longer probe to see if we should create a working tree during
      clone if we cannot get a local_abspath for the new bzrdir.
      (Robert Collins)

(epg)

2009-03-18 04:44:03 UTC MAIN commitmail json YAML

+@dirrm share/pixmaps/pidgin/emotes/small.  This has been missing for
3 months and nobody has complained.  PKGREVISION not bumped on grounds
of "no reasonable person would want to upgrade."

(snj)

2009-03-18 03:55:29 UTC MAIN commitmail json YAML

Add back a CFLAGS hack for NetBSD overlooked by me in last commit.

(hasso)

2009-03-18 03:15:32 UTC MAIN commitmail json YAML

Remove midori-0.1.4.

(snj)

2009-03-18 03:15:12 UTC MAIN commitmail json YAML

Updated www/webkit-gtk to 1.1.3 [snj 2009-03-18]
Updated www/midori to 0.1.4 [snj 2009-03-18]

(snj)

2009-03-18 03:14:11 UTC MAIN commitmail json YAML

Update to 0.1.4.  Changes:

v0.1.4:
+ Automatic inline find can be disabled
+ Implement an Encoding menu
+ Add Open all in Tabs for bookmarks and history
+ Bookmarks can be moved to other folders
+ Fix blank page 'loading' and HTTP authentication
+ Display history dates in the local format
+ Allow editing of completion items

v0.1.3:
+ Sidepanel can be aligned on the right
+ Bookmarks can be organized in folders
+ Support find as you type
+ Support international domain names
+ Tweak location completion
+ Provide default search engines
+ Integrate with Maemo if available
+ Implement Mouse Gestures extension
+ Implement a Plugins panel
+ Editing the toolbar via a context menu
+ Introduce Zoom Text and Images preference

v0.1.2:
+ Open new tabs by clicking on the tabbar
+ Refactor and speed up location completion
+ Show a Crash dialog after crashes
+ Dynamically save files when needed
+ Support Back/ Forward mouse buttons
+ Support javascript: bookmarklets
+ Implement Proxy and Identification string
+ Implement cookie storage on disk
+ Remove autotooled build system
+ Add a new Extensions panel
+ Implement opening of new windows
+ Display tooltips in Preferences

(snj)

2009-03-18 03:13:12 UTC MAIN commitmail json YAML

Update to 1.1.3.  Changes:

2009-03-15  Xan Lopez  <xlopez@igalia.com>

        Bump version to 1.1.3 for release and fix soversion
        calculation (oops). Thanks to Frederik Himpe for pointing this
        out.

        * configure.ac:

2009-03-15  Xan Lopez  <xlopez@igalia.com>

        Bump version and libtool version for release.

        * configure.ac:

2009-03-14  Xan Lopez  <xlopez@igalia.com>

        No review, build fix.

        Split clean rules to make distcheck pass.

        * GNUmakefile.am:

2009-03-13  Mark Rowe  <mrowe@apple.com>

        Reviewed by Dan Bernstein.

        Remove rarely used Makefile targets from the Makefile.

        There are many situations in which the targets don't work as expected,
        and their primary use is addressed by having the build system default
        to building the appropriate architecture.

        * Makefile.shared:

2009-03-11  Jan Michael Alonzo  <jmalonzo@webkit.org>

        Reviewed by Holger Freyther.

        [Gtk] Fix make clean targets
        https://bugs.webkit.org/show_bug.cgi?id=24450

        Fix 'make' clean targets. We shouldn't be removing DerivedSources
        if it's only clean. Only remove it if it's distclean or
        maintainer-clean. Also remove build-related auxillary files on
        dist/maintainer clean.

        * GNUmakefile.am:

2009-03-11  Jan Michael Alonzo  <jmalonzo@webkit.org>

        Reviewed by Holger Freyther

        [GTK]DumpRenderTree doesn't compile for non-X11 GTK ports anymore
        https://bugs.webkit.org/show_bug.cgi?id=2260

        pangoft2 is also used in directfb builds so use it for all targets

        * configure.ac:

2009-03-02  Xan Lopez  <xan@gnome.org>

        Reviewed by Mark Rowe.

        https://bugs.webkit.org/show_bug.cgi?id=24287
        [GTK] Move auth dialog feature to WebKit/

        Add WebKitSoupAuthDialog files to build.

        * GNUmakefile.am:

2009-03-03  Gustavo Noronha Silva  <gns@gnome.org>

        Reviewed by Alexey Proskuryakov.

        https://bugs.webkit.org/show_bug.cgi?id=16826
        [Gtk] Implement WebKitDownload

        Adding new files related to WebKitDownload to the GTK+ port.

        * GNUmakefile.am:

2009-03-02  Gustavo Noronha Silva  <gns@gnome.org>

        Unreviewed build fix; adding missing files to EXTRA_DIST, so that
        they show up in the tarball.

        * GNUmakefile.am:

2009-03-01  Christian Dywan  <christian@twotoasts.de>

        * configure.ac: Bump GTK port version to 1.1.1.

2009-02-27  Gustavo Noronha Silva  <gns@gnome.org>

        Unreviewed build fix. Adding the WebKit/gtk/webkitmarshal.list
        file to EXTRA_DIST to fix make dist.

        * GNUmakefile.am:

2009-02-26  Xan Lopez  <xan@gnome.org>

        Reviewed by Holger Freyther.

        https://bugs.webkit.org/show_bug.cgi?id=16947
        [GTK] Missing HTTP Auth challenge

        Add HTTP authentication dialog with optional GNOME Keyring
        storage.

        * GNUmakefile.am:
        * configure.ac:

2009-02-26  Xan Lopez  <xan@gnome.org>

        Reviewed by Holger Freyther.

        https://bugs.webkit.org/show_bug.cgi?id=16947
        [GTK] Missing HTTP Auth challenge

        Take marshallers to be built from a manually maintained list
        instead of grepping the sources.

        It's much faster, especially so now that we want to add
        marshallers from WebCore too. A system to only take into account
        the modified files when generating the marshallers from sources
        could be hacked, but I think it's overkill considering how rarely
        a new marshaller is added.

        * GNUmakefile.am:

2009-02-24  Jan Michael Alonzo  <jmalonzo@webkit.org>

        Reviewed by Alexey Proskuryakov.

        [Gtk] add options for 3D transforms and HTML5 channel messaging to the build
        https://bugs.webkit.org/show_bug.cgi?id=24072

        Add options for toggling 3D transforms and HTML5 channel messaging
        support on or off.

        Also fix the web-workers option. It should be web-workers and not workers.

        * configure.ac:

2009-02-23  Xan Lopez  <xan@gnome.org>

        Reviewed by Alexey Proskuryakov.

        https://bugs.webkit.org/show_bug.cgi?id=22624
        [SOUP][GTK] Need API to get SoupSession from WebKit.

        Remove CURL support, the only supported HTTP backend is SOUP now.

        * GNUmakefile.am:
        * configure.ac:

2009-02-19  Christian Dywan  <christian@twotoasts.de>

        Rubber-stamped by Holger Freyther.

        http://bugs.webkit.org/show_bug.cgi?id=22811
        Underlinking in Programs_UnitTests (GTK+ build)

        * GNUmakefile.am: Add GLIB_LIBS to unit test library flags.

2009-02-18  Gustavo Noronha Silva  <gns@gnome.org>

        Reviewed by Holger Freyther.

        Fix symbols.filter location, and add other missing files to the
        autotools build, so that make dist works.

        * GNUmakefile.am:

2009-02-17  Gustavo Noronha Silva  <gns@gnome.org>

        Reviewed by Alexey Proskuryakov.

        https://bugs.webkit.org/show_bug.cgi?id=23939
        Release build being built with debugging symbols

        * configure.ac: Revert change done in revision 40790, since we
        already have a AC_PROG_CXX macro call as part of WEBKIT_INIT

2009-02-12  Gustavo Noronha Silva  <gns@gnome.org>

        Reviewed by Eric Seidel.

        * configure.ac: Make soup the default HTTP backend for the Gtk port.

2009-02-09  Calvin Walton  <calvin.walton@gmail.com>

        Reviewed by Holger Freyther.

        https://bugs.webkit.org/show_bug.cgi?id=23823

        [Gtk] Fix build with recent autotools

        Current versions of automake/libtool don't assume you want C++ enabled
        by default any more, so explicitly check for a C++ compiler.

        * configure.ac: Add AC_PROG_CXX macro

2009-02-02  Christian Dywan  <christian@twotoasts.de>

        Rubber-stamped by Holger Freyther.

        Don't require Geolocation by default.

        * configure.ac:

2009-01-30  Jan Michael Alonzo  <jmalonzo@webkit.org>

        Reviewed by Nikolas Zimmermann.

        [Gtk] Refactor autoconf/configure.ac in preparation for jsc and webkit build splits
        https://bugs.webkit.org/show_bug.cgi?id=22136

        * GNUmakefile.am:
        * acinclude.m4: Removed.
        * autogen.sh:
        * autotools/acinclude.m4: Added.
        * autotools/dolt.m4: Added.
        * autotools/symbols.filter: Renamed from symbols.filter.
        * autotools/webkit.m4: Added.
        * configure.ac:

2009-01-30  Holger Hans Peter Freyther  <zecke@selfish.org>

        Reviewed by Nikolas Zimmermann.

        [GTK] Implement GeolocationService using the Geoclue library

        https://bugs.webkit.org/show_bug.cgi?id=22022

        Untested implementation of the GeolocationService using the geoclue
        library. Velocity handling is completely missing and the accuracy
        handling might be wrong.

        * GNUmakefile.am:
        * configure.ac:

2009-01-11  Xan Lopez  <xan@gnome.org>

        Reviewed by Holger Freyther.

        Bump version to 1.1.0 since we are breaking ABI and adding new
        major features.

        * configure.ac:

2008-12-19  Marco Barisione  <marco.barisione@collabora.co.uk>

        Reviewed by Holger Freyther.

        http://bugs.webkit.org/show_bug.cgi?id=16562
        [gtk] Implement WebPolicyDelegate methods

        Original work by Pierre-Luc Beaudoin. Final touches by Gustavo
        Noronha.

        This implements the delegates methods of WebPolicyDelegate.
        Since Gtk+/C doesn't have delegate methods, they are replaced with
        signals.

        A new object WebKitWebPolicyDecision allows the browser to delay its
        response in certain cases. WebKitWebNavigationAction contains the
        information about what caused a navigation request.

        * GNUmakefile.am: Add new files

2008-12-19  Gustavo Noronha Silva  <gns@gnome.org>

        Reviewed by Holger Freyther.

        Use ustar tar format for WebKit/GTK+'s make dist target, so that
        storing files whose filenames are > 99 is possible.

        * configure.ac:

2008-12-19  Holger Hans Peter Freyther  <zecke@selfish.org>

        [GTK] Build fix by defining WTF_USE_JIT_STUB_ARGUMENT_VA_LIST

        Fix the jit compilation on i*686 on Linux by using the va_list
        to pass arguments to the CTI. This is done on the MAC as well
        and sunspider and javascriptcore seem to work with that.

        * configure.ac:

2008-12-18  Pamela Greene  <pam@chromium.org>

        Submitted without review.
        Right, remove the whole misplaced directory, not just the tests.

        * fast: Removed.
        * fast/dom: Removed.

2008-12-18  Pamela Greene  <pam@chromium.org>

        Submitted without review.
        Moving layout test into LayoutTests where it belongs.

        * fast/dom/setter-type-enforcement-expected.txt: Removed.
        * fast/dom/setter-type-enforcement.html: Removed.

2008-12-15  Daniel Macks  <dmacks@netspace.org>

        Reviewed by Darin Adler.

        Default to use external libicu-config if avail on all platforms.
        https://bugs.webkit.org/show_bug.cgi?id=22713

        * configure.ac:

(snj)

2009-03-18 02:52:31 UTC MAIN commitmail json YAML

Updated devel/libgnomeuimm to 2.26.0

(jmcneill)

2009-03-18 02:51:24 UTC MAIN commitmail json YAML

Update libgnomeuimm to 2.26.0.

2.26.0:

* Cleaned up glib includes to use only toplevel headers.
  (Przemys\xc5\x82aw Grzegorczyk) Bug #564222

(jmcneill)

2009-03-18 02:15:27 UTC MAIN commitmail json YAML

2009-03-18 02:14:43 UTC MAIN commitmail json YAML

Update gok to 2.26.0.

What's new in GOK 2.26.0?

* Lots of translation updates

What's new in GOK 2.25.91?

Bug fixes:

#435973 - Migrate to GtkAboutDialog
#560441 - Remove deprecated GLib symbols
#567105 - Fix empty msgid's
#570756 - Disable XEvIE by default (Li Yuan)

New and updated translations:

[bg] Alexander Shopov
[da] Kenneth Nielsen
    [es] Jorge Gonzalez
    [eu] Inaki Larranaga Murgoitio
    [nb] Kjartan Maraas
    [nl] Wouter Bolsterlee
    [pt] Duarte Loreto
    [sv] Daniel Nylander
    [vi] Clytie Siddall
[zh_HK] Chao-Hsiung Liao
[zh_TW] Chao-Hsiung Liao

What's new in GOK 2.25.90?

* Bug fixes: #536277
* New '--disable-autobranch' command-line option.

What's new in GOK 2.25.3?

* Migration to msgctxt (#567105), thanks to Leonardo Ferreira Fontenelle.

* Updated translations.

(jmcneill)

2009-03-18 02:00:44 UTC MAIN commitmail json YAML

Updated editors/gconf-editor to 2.26.0

(jmcneill)

2009-03-18 01:59:43 UTC MAIN commitmail json YAML

Update gconf-editor to 2.26.0.

2.26.0
* Updates:
- Updated translations.

2.25.91
* New features:
- Add preliminary support to set default/mandatory values
  with PolicyKit (Vincent Untz).

* Fixes:
- Fix sensitivity of context menu entries for Unset, SetDefault
  and SetMandatory (Vincent Untz).
- Port to GtkTooltip.
- Enforce single-include policy for GLib and GTK+
- Don't steal focus with the "Pattern not found" dialog.
- Drop dependency on libgnome and libgnomeui.
- Plug some memory leaks.

* Updates:
- Updated translations.

(jmcneill)

2009-03-18 01:52:19 UTC MAIN commitmail json YAML

Updated misc/deskbar-applet to 2.26.0

(jmcneill)

2009-03-18 01:51:36 UTC MAIN commitmail json YAML

Update deskbar-applet to 2.26.0.

=====================
deskbar-applet 2.26.0
=====================

This is the first stable release of the 2.26 series.

Translations:
- Updated as: Amitakhya Phuka
- Updated bn_IN: Runa Bhattacharjee
- Updated el: Jennie Petoumenou
- Updated et: Priit Laes
- Updated gl: Ignacio Casal Quinteiro
- Updated gu: Ankitkumar Patel
- Updated he: Yair Hershkovitz
- Updated hu: Gabor Kelemen
- Updated lt: Gintautas Miliauskas
- Updated ml: Praveen Arimbrathodiyil, Ani Peter
- Updated mr: Sandeep Shedmake
- Updated nb: Kjartan Maraas
- Updated or: MAnoj Kumar Giri
- Updated ru: Nickolay V. Shmyrev
- Updated ta: I. Felix
- Updated te: Krishnababu K
- Updated tr: Baris Cicek

Help Manual Translations:
-Updated en_GB: Jen Ockwell

======================
deskbar-applet 2.25.92
======================

- Fixed #572291, Bookmark search doesn't match on Epiphany topics (Sebastian Pölsterl)

Translations:
- Updated ca: Gil Forcada
- Updated de: Nathan-J. Hirschauer
- Updated en_GB: Philip Withnall, David Lodge
- Updated fr: Bruno Brouard
- Updated gu: Sweta Kothari
- Updated it: Milo Casagrande
- Updated kn: Shankar Prasad
- Updated ko: Changwoo Ryu
- Updated lv: Raivis Dejus
- Updated pt_BR: Krix Apolinário, Jonh Wendell

Help Manual Translations:
- Updated de: Mario Blättermann

======================
deskbar-applet 2.25.91
======================

- Fixed bug that only local GTK bookmarks showed up.
- Searching for bookmark name is case insensitive now.
- Check if there's an default application to open the url in ShowUrlAction.is_valid
- Fixed bug that first and last category where not selectable with keyboard
- Select last item when Enter is pressed in entry when the applet is on the bottom panel
- Set correct sort order of CuemiacTreeView at startup

Translations:
- Updated be@latin: Ihar Hrachyshka
- Updated bg: Alexander Shopov
- Updated cs: Pavel Šefránek
- Updated eu: Iñaki Larrañaga Murgoitio
- Updated fi: Ilkka Tuohela
- Updated ja: Takeshi AIHANA
- Updated nb: Kjartan Maraas
- Updated pl: Tomasz Dominikowski
- Updated pt: Duarte Loreto
- Updated ro: Jani Monoses, Adi Roiban
- Updated sv: Daniel Nylander
- Updated th: Theppitak Karoonboonyanan
- Updated vi: Clytie Siddall
- Updated zh_HK: Chao-Hsiung Liao
- Updated zh_TW: Chao-Hsiung Liao

======================
deskbar-applet 2.25.90
======================
- Fixed #569260, crash in Deskbar: started typing 3 (based on patch by Tom Parker)
- Fixed #528184, Write OpenSearch module (based on work by Arthur Perton)
- Fixed #419211, Web search in new a browser window (Sebastian Pölsterl)
- Fixed #542861, Deskbar applet has a pixel border when placed at the edge of the screen (Sebastian Pölsterl)
- Fixed #557801, Results category nodes are not keyboard focusable (Sebastian Pölsterl)
- Fixed #569093, use indexer for path searches (patch by Juri Pakaste)
- Fixed #570059, Strings from .ui files missing from translation template (Sebastian Pölsterl)
- Fixed bug that same GoogleCodeSearchMatch has been added multiple times and assign priorities to matches (Sebastian Pölsterl)
- Added match to yahoo, googlesearch and googlecodesearch that opens the results in the browser (Sebastian Pölsterl)

Translations:
- Updated ca: Gil Forcada
- Updated da: Kenneth Nielsen
- Updated es: Jorge González
- Updated fi: Ilkka Tuohela
- Updated gu: Sweta Kothari
- Updated hu: Gabor Kelemen
- Updated ko: Changwoo Ryu
- Updated nb: Kjartan Maraas
- Updated pt_BR: Daniel S. Koda

=====================
deskbar-applet 2.25.5
=====================

- Fixed #567422, Add missing include to eggaccelerators.c (patch by Magnus Boman)
- Fixed launch_default_for_uri_and_scheme function to work with ghelp and mailto addresses (Sebastian Pölsterl)

Translations:
- Updated ca: Gil Forcada
- Updated he: Yair Hershkovitz, Mark Krapivner
- Updated sv: Daniel Nylander
- Updated th: Theppitak Karoonboonyanan

=====================
deskbar-applet 2.25.4
=====================

- Fixed #558858, Deskbar stops working when closing by 'x' (Sebastian Pölsterl)
- Fixed #564726, configure doesn't detect pygtk in alternative directories (patch by Frederic Peters)

Translations:
- Updated be@latin: Ihar Hračyška
- Updated el: Jennie Petoumenou
- Updated es: Jorge González
- Updated hu: Gabor Kelemen
- Updated nb: Kjartan Maraas

=====================
deskbar-applet 2.25.3
=====================

- Show windows that are part of viewport that is currently not visible (Daniel Wutke)

=====================
deskbar-applet 2.25.2
=====================

Despite bug fixes this release adds a new reboot action.

- Fixed #552204, AttributeError: 'NoneType' object has no attribute 'get_actions' in __get_match_action_for_cell (Sebastian Pölsterl)
- Fixed #559169, gnome power manager has new dbus path, this breaks some code in gdmaction module (patch by Christian Assing)
- Fixed #560190, Added RebootAction and RebootMatch (Sebastian Pölsterl)
- Fixed #561181, Support both simplejson and json module (Sebastian Pölsterl)

Translations:
- Updated es: Jorge González
- Updated pt_BR: Leonardo Gregianin, Og Maciel
- Updated sv: Daniel Nylander

=====================
deskbar-applet 2.25.1
=====================

In this release all gnomevfs calls have been ported
to gio and from glade files are replaced GTK builder UI
files. Therefore, pygobject 2.15.3 or later is required.

- Fixed #557570, Crash when proxy port changed (Sebastian Pölsterl)
- Fixed #551218, Use of strings "Croation" and "Croatian" (Sebastian Pölsterl)
- Fixed #552203, Typo: affect (Sebastian Pölsterl)

Translations:
- Updated ast: Gil Forcada, Astur
- Updated de: Christian Kirbach
- Updated ja: Takeshi AIHANA
- Updated uk: Maxim Dziumanenko

(jmcneill)

2009-03-18 01:03:46 UTC MAIN commitmail json YAML

Updated games/gnome-games to 2.26.0

(jmcneill)

2009-03-18 01:03:36 UTC MAIN commitmail json YAML

Updated games/gnome-games to 2.26.0.

gnom-games 2.26.0
=================

This release is the first stable release in the Gnome 2.26 desktop
module. Other than translation updates, three bugs were fixed:

Aisleriot:
- When using Clutter, draw Aisleriot card movement animations to empty
  stacks correctly (Neil Roberts)

Sudoku:
- Fix crasher bug where the a dict was being changed in one thread while
  another was iterating over the dict. (Thomas H.P. Andersen, Bug
  #529792)
- Fixes a crasher bug when numpy is not installed. (Thomas H.P.
  Andersen, Bug #416249)

Translations:
aklapper (2):
      Updated Czech translation by Petr Pulc.
aman (2):
      updating for Gnome Punjabi Translation by A S Alam
amitakhya (1):
      Updated assamese translations
claudep (3):
      Fixed wrong term and typo.
      Updated French translation by Bruno Brouard and Claude Paroz.
      Updated French translation (synced edit with aisleriot help)
dnloreto (1):
      Updated Portuguese translation
gforcada (2):
      Updated Catalan translation by Joan Duran
gintas (2):
      Updated Lithuanian translation.
hendrikr (1):
      Updated German translation.
icq (1):
      Updated Galician Translation by Suso Baleato.
ifelix (1):
      tamil translation updated
kelemeng (2):
      Hungarian translation updated
kennethn (1):
      Updated Danish translation by Ask. H. Larsen
kkrothap (2):
      Updated Telugu Translation
mateju (2):
      Updated Slovenian translation
mgiri (2):
      Updated Oriya Translation.
      Added entries for Oriya language Translation updation.
miloc (4):
      Updated Italian translation
nshmyrev (2):
      Updated Russian translation.
pwithnall (10):
      Added British English manual translation by Jen Ockwell
      Updated British English translation.
      Added British English translations by Jen Ockwell
      Added British English to DOC_LINGUAS.
      Added British English manual translations.
rranjan (1):
      hindi update by Rajesh Ranjan
sandeeps (1):
      Updated Marathi Translations
sprasad (1):
      updated kn.po
tvainika (1):
      Added initial Finnish translation of manual by Valto Wirkola
wbolster (1):
      Updated Dutch translation by Tino Meinen.
yairhr (1):
      updated hebrew translation

gnome-games 2.25.92
==================

This release fixes a castling bug in chess, drops gnome.help and bumps the
clutter dependency when building with --enable-clutter.

Aisleriot:
  - Add creator of "Tango" card set to Artists tab in the Credits dialogue
    (Christian Persch)

Chess:
  - Stop king castling when blocked by pawn (Robert Ancell)
  - Use gtk.show_uri to show help (Thomas H.P. Andersen)

Gnometris:
  - Bump the required version of clutter to 0.8.8 (Jason Clinton)

Sudoku:
  - Use gtk.show_uri to show help (Thomas H.P. Andersen)

Translations:
  - bg: Alexander Shopov
  - ca: Gil Forcada, Joan Duran
  - el: Marios Zindilis
  - en_GB: Philip Withnall
  - eu: Inaki Larranaga Murgoitio
  - fi: Ilkka Tuohela
  - fr: Claude Paroz, Bruno Brouard
  - gu: Sweta Kothari
  - it: Milo Casagrande
  - ja: Takeshi AIHANA
  - ml: Abhishek Jacob
  - pl: wadim dziedzic
  - pt_BR: Vladimir Melo
  - sv: Daniel Nylander
  - th: Theppitak Karoonboonyanan

gnome-games 2.25.91
==================

This second beta release brings many bugfixes to aisleriot and also many
code cleanups all over the place. Bugs from bugbuddy are now sent to a new
component 'BugBuddyBugs' to help manage the bug flow. The new Gnometris rendering
engine based on Clutter is feature complete, though a few bugs remain to be
squashed. The engine was massively revamped to make it more responsive to
keyboard controls. This rendering engine will be the default in 2.27. For now,
it is enabled with --enable-clutter. Due to limitations in Mesa software
rendering, you cannot currently play this engine without hardware acceleration.

General:
  - Send bug from bugbuddy to new component 'BugBuddyBugs' (Jason Clinton,
    Thomas H.P. Andersen)
  - Rewrite of GamesFrame (Christian Persch)
  - Code cleanups (Christian Persch, Thomas H.P. Andersen)
  - Autogenerate changelogs in po/ from commitlogs (Christian Persch)

Aisleriot:
  - Fix cards disappearing without pairs in Thirteen (Vincent Povirk)
  - Be more strict about allowing drops in Valentine (Vincent Povirk)
  - Fix crash when clicking an empty stock in Sir Tommy (Vincent Povirk)
  - Always reshuffle the deck properly in Scuffle (Vincent Povirk)
  - Respect the temporary slot setting in the hint code in Ten Across (Vincent
    Povirk)

Chess:
  - Fixed a translator comment (Claude Paroz)

Gnometris:
  - New clutter rendering engine (Jason Clinton)

Translations:
- da: Ask H. Larsen
- de: Hendrik Richter
- es: Daniel Mustieles, Jorge Gonzalez
- eu: Inaki Larranaga Murgoitio
- he: Yair Hershkovitz, Mark Krapivner
- hu: Gabor Kelemen
- ro: Adi Roiban
- sv: Daniel Nylander
- vi: Clytie Siddall
- zh_HK: Chao-Hsiung Liao
- zh_TW: Chao-Hsiung Liao

gnome-games 2.25.90
==================

This is the first beta release of gnome-games. Starting the stabilization period
this release includes fixes for two crasher bugs introduced in 2.25 as well as
some compiler warnings. Mahjongg got a scalable icon and lots of translations
were updated.

General:
  - Separate needed CFLAGS into each games makefile (Thomas H.P. Andersen)
  - Fix warnings with -DGDK_PIXBUF_DISABLE_DEPRECATED (Thomas H.P. Andersen)

Aisleriot:
  - Fix compiler warnings (Christian Persch)

Chess:
  - Fix GGZ config file exception handler typo (Robert Ancell)

Gnometris:
  - Translate renderer-noclutter.cpp not renderer.cpp (Jason Clinton)
  - Fix for crash when setting background image by dnd (Thomas H.P. Andersen)

Mahjongg:
  - Add scalable icon (Andreas Nilsson, Robert Ancell)

Translations:
- de: Mario Bl辰ttermann
- el: Jennie Petoumenou
- es: Jorge Gonzalez
- fi: Ilkka Tuohela
- ko: Changwoo Ryu
- mr: Sandeep Shedmake
- pl: Joanna Mazgaj

gnome-games 2.25.5
==================

The gnome-games team is proud to release another version with lots of nice
improvements. Many of the changes are under the hood but the users can look
forward to lower mem usage and a new game in aisleriot, possibility to add
network profiles in chess, and also undo support in chess. We hope you'll love
it :)

General:
  - Move GThread and gettext initialisation into games_runtime_init() (Christian
    Persch)
  - Refactored card themes code (Christian Persch)
  - Change xml entities to utf-8 (Jason Clinton)
  - Fixed typoed XML files (Jason Clinton)
  - Allow ChangeLog from git-svn (Jason Clinton)
  - Distcheck and warning fixes (Thomas H.P. Andersen)
  - Add msg context to translations (Christian Persch)

Aisleriot:
  - Reduce memory usage in aisleriot/clutter by only caching the
    card textures and not the GdkPixbufs (Christian Persch)
  - Reduce graphics memory usage by drawing highlighted cards with
    a different colour instead of creating a separate texture for it (Christian
    Persch)
  - New game "Accordion" (by Ed Sirett in #526392)
  - Fix Treize in click-to-move mode (Christian Persch)

Chess:
  - Add ability to resign AI vs. AI games (Robert Ancell)
  - Made GGZ config writable so dialogs can update it (Robert Ancell)
  - Added dialog to add new network profiles (Robert Ancell)
  - Added undo support (Robert Ancell)

Translations:
- de: Andre Klapper
- el: Marios Zindilis
- es: Jorge Gonz叩lez
- nb: Kjartan Maraas
- sv: Daniel Nylander

gnome-games 2.25.4
==================

This release brings the beginnings of an implementation of Clutter-based
Gnometris and a few minor tweaks to GLChess.

Gnometris renders with Clutter in an extremely rudamentary way, as a first
milestone on the way to a fully-canvas driven game engine. Right now, it's just
two ClutterCairo surfaces, background and foreground, which are used as
compositors. These two actors will end up staying: background for--eh--the
background, and foreground for display of Pango text. An intermediate layer will
be introduced on which game pieces are actually animated, rotated and exploded.

Sadly, even this stupid way of rendering is faster than the old method.

This pre-alpha 'leaks' memory like gang-busters, also. I do not know if it is
merely a i915 driver bug or something more fundamental. It's not a 'leak' in the
traditional sense: all the textures that are 'leaked' are still reachable in the
i915 driver code. It leaks on the order of 1MB of memory per frame of animation.
This will be fixed either by doing things the Right Way or mitigating i915 leaks
by avoiding the use of texture uploads at all costs (a tile cache).

Hopefully, the final rendering infrastructure will be in place by the next
development release.

Gnometris:
  - Implement Clutter-based rendering surfaces (Jason D. Clinton)

GLChess:
  - Catch keyboard interrupts in AI monitor process
  - Apply antialias setting on new game (Robert Ancell, Bug #565743)
  - Ignore unexpected messages from the GGZ server (Robert Ancell, Bugs #559193,
    #562482)
  - Fix UI bug when players join a room (Robert Ancell)
  - Change GGZ language from hardcoded en_NZ.UTF-8 to use environment variable
    LANG (Robert Ancell, Bug #565402)
  - Describe reason for GGZ disconnection (Robert Ancell, Bug #564515)
  - Mark load game filters as translatable (Claude Paroz, Bug #565162)

Translations:
  - nb: Kjartan Maraas
  - es: Daniel Mustieles
  - fr: Claude Paroz
  - el: Evgenia Petoumenou, Marios Zintilis
  - de: Mario Bl辰ttermann

gnome-games 2.25.3
==================

This release brings a few UI improvements to the games. Beating the high score
in a game is now congratulated in the high score dialog and gtali now defaults to
the name of the player who won if there are multiple human players. Chess got
its "New Game" dialog cleaned up and mahjongg saw numerous great improvements.

General:
  - Move the card textures cache to libgames-support (Christian Persch)
  - Move clutter-embed to libgames-support. (Christian Persch)
  - Use different message for getting the top score versus getting a score in
    the top ten (Robert Ancell)
  - Use g_timeout_add_seconds where possible (Thomas H.P. Andersen)

Aisleriot:
  - Add setting to enable animations (Christian Persch)

Chess:
  - Removed icons from new game dialog for a cleaner design (Andreas Nilsson)

Gnometris:
  - Use GamesClutterEmbed instead of ClutterGtkEmbed (Christian Persch)

Gtali:
  - Make the High score table allow the user to change name to someone other
    than their username. (Geoff Buchan)

Mahjongg:
  - Reword the change map dialog (Robert Ancell)
  - Use selected tile for hint if possible (Robert Ancell)
  - Refactor new game code so all state is correctly reset (Robert Ancell)
  - Add new game button when no more moves (Claude Paroz, Robert Ancell)
  - When cannot shuffle tiles don't display shuffle button in 'no moves' dialog
    (Robert Ancell)
  - Update documentation to correct the description of the high score dialog
    (Robert Ancell)

Translations:
  - de: Mario Bl辰ttermann
  - sk: Marcel Telka

gnome-games 2.25.2
==================

Lots of exciting new things in this release. The most user visible stuff are
the addition of Terrace aka Queen of Italy to aisleriot, anti-aliasing support
for Chess and fewer wakeups in Five or more, Iagno and Same-gnome.

The beginning scafolding for gnometris clutter support has also been added;
this is a compile-time option enabled by --enable-clutter. Note that none of the
game logic has been checked in yet.

General:
  - Code cleanups and warnings (Robert Ancell, Christian Persch, Thomas Andersen,
    Zhang Sen)
  - High score lists are now always selectable (Thomas Andersen, Jason Clinton)
  - Makefile modernisation (Christian Persch)
  - Use games-runtime to locate files (Christian Persch)
  - Clean up linking in networked game servers (Robert Light)

Aisleriot:
  - Move hint code to AisleriotGame (Christian Persch)
  - Only update the game options once when chaning a radio option
    (Vincent Povirk)
  - Add Terrace aka Queen of Italy (Vincent Povirk, David Rogers)
  - Be more strict about rules in Seahaven (Vincent Povirk)
  - Rewrite Baker's Game rules (Vincent Povirk)

Blackjack:
  - window-state-event callback needs to return gboolean, not void.
    (Christian Persch)

Chess:
  - Added anti-aliasing support (Robert Ancell)

Glines, iagno, same-gnome:
  - Only run animation timer during animation (Robert Ancell)

Gnibbles:
  - Change Gnibbles to Nibbles in user visible strings (Thomas Andersen)

Gnometris:
  - Scafolding for clutter support (Jason Clinton)
  - Use correct name in g_set_application_name (Jason Clinton)

Sudoku:
  - Fix crasher bugs: #523062, #436275, #486385, #421487, #532937 (Robert Ancell)
  - Handle errors loading stock icons (Robert Ancell)
  - Show highlighter at game launch (Zhang Sen)

Translations:
  - cs: Marek Lisy
  - de: Mario Bl辰ttermann, Ulf Ehlert
  - es: Jorge Gonzalez, Daniel Mustieles

gnome-games 2.25.1
==================

This is the first 2.26 development release.

A huge amount of kudos should go out to Neil for his work on clutter and Thomas
for his work on killing off libgnome.

** ATTENTION **

Gnome Games now optionally depends on clutter. We have run some preliminary
testing of clutter rendering on Intel, NVidia and ATI hardware and are
satisfied with the hardware accelerated state of things with regard those
specific hardware use cases. However, a wide range of graphics hardware still--
in 2008--doesn't have OpenGL acceleration. We have tested software-based
rendering with Mesa 7.2 and clutter and found it a little lacking, even on a
modern CPU.

Therefore, at this time, we recommend that clutter only be enabled by default
by distributors that ensure that OpenGL acceleration is working for hardware
from the three major vendors: Intel, NVidia and ATI.

We hope that in the future, low-hanging fruit in the Mesa software rendering
pipeline can be fixed enabling even software-fallback to work optimally for the
subset of OpenGL functions needed for rendering a clutter stage.

** END ATTENTION **

All games:
  - GTK req. bumped to 2.14.0 for libgnome killoff (thomashpa, chpe)
  - Remove directory defines from CPPFLAGs (chpe)
  - Kill off libgnome usage (thomashpa, chpe) YAY! All games now start faster!
  - Whitespace cleanups
  - All games now build with gtk-only. libxml now checked for independently.
    (chpe)
  - -lSM is now only added in the XSMP case (chpe)
  - ggz-gtk dropped libgnome requirement, also.
  - GNOME_MAINTAINER_MODE_DEFINES enabled, maintainer_mode also (chpe)
  - ggz-gtk now builds better when out of srcdir (chpe)
  - Update libegg, add egg_sm_client (thomashpa, chpe)
  - -Wformat-security fixups (chpe)
  - -Werror fixups (chpe)
  - games-runtime: add runtime directory provider (thomashpa)
  - Refactor accel map loading code to load the accel map from
    .config/gnome-games/${game}.accels even in the HAVE_GNOME case, if the game
    doesn't use GnomeProgram (e.g. aisleriot). (chpe)
  - Scores: use g_get_user_name when g_get_real_name returns empty. Patch by
    Morita Sho in bug #544376 (chpe)
  - Read saved window configuration from correct GConf group (affects gnometris,
    gnibbles, gnobots) (Bug #544389) (rancell)

Sudoku:
  - GUI sensitivity fixups (thomashpa)
  - Guard against accidental dancer activation Patch by Zhang Sen. (thomashpa)
  - Add, not overwrite, time and also remember to actually save the time in the
    file. Fixes bug #556155 (thomashpa)
  - Correct typo in error message that led to an exception. Patch by Zhang Sen
    in bug #530380 (thomashpa)

Iagno:
  - Fix warning (thomashpa)
  - Fix SM issue with -lSM

Aisleriot:
  - Aisleriot now optionally animated and accelerated in OpenGL through the use
    of clutter. Try it with --enable-clutter to configure. (Neil Roberts)
  - A littel clutter cleanup (chpe)
  - Check for HAVE_GNOME again (thomashpa)
  - Remove duplicate include (thomashpa)
  - Build with *_DISABLE_DEPRECATED and *_DISABLE_SINGLE_INCLUDES. Add some
    missing includes. (chpe)

GLChess:
  - Don't display failed to claim draw dialog when successfully claimed draw
    (rancell)
  - Added support for Figurine Algebraic Notation (FAN) (Bug #556803) (rancell)
  - Fix crash in error handler when GGZ connection closed (Bug #553982)
    (rancell)
  - Fix crash in empty scene when no AI engines available (Bug #551844)
    (rancell)
  - Implement GGZ config parser instead of using Python config parser which does
    not handle '%' characters as GGZ does (Bug #554108) (rancell)
  - Ignore GGZ server remove player/table for unknown players/tables
    (Bug #545155) (rancell)
  - Handle exceptions loading OpenGL textures (Bug #548916) (rancell)
  - Reset pause menu when starting new game (gnomine, gnotravex) (Bug #552391)
    (rancell)
  - Only allow one new/load game dialog to be visible at once. (Bug #546702)
    (rancell)
  - Fix incorrect function call for single buffered 3D display (Bug #555567)
    (rancell)
  - Fix errors detected by pychecker (rancell)
  - Handle fork() errors in AI processes (Bug #530425) (rancell)

GTali:
  - Use games-runtime to locate its files (thomashpa)
  - Undoing 5 of a kind reduces the score by 50 as there might be multiple
    scores (Geoff Buchan, Bug #537673) (rancell)

Gnomine:
  - Fix memory leak (thomashpa)
  - Reset pause menu when starting new game (gnomine, gnotravex) (Bug #552391)
    (rancell)

Gnotravex:
  - Stop game immediately completing when started from high score dialog
    (bug #558904, rancell)
  - Stop paused tiles becoming visible after changing colour settings
    (Bug #550023) (Damian Peterson)

GLines:
  - Use games-runtime to locate its files (thomashpa)

Gnibbles:
  - Fix missing prototypes warnings. (chpe)
  - Reclassify Gnibbles as Arcade game not logic game (Bug #553484) (rancell)

Gnometris:
  - Fix constant string cast insanity (thomashpa)

Blackjack:
  - Port game rules to GKeyFile

Mahjongg:
  - Use games-runtime to locate its files (thomashpa)

Translations:
- ca: Joan Duran
- de: Mario Bl辰ttermann, Hendrik Richter
- es: Jorge Gonzalez
- et: Ivar Smolin
- fr: Claude Paroz
- fi: Timo Jyrinki
- gl: Ignacio Casal Quinteiro
- nb: Kjartan Maraas
- pt_BR: Leonardo Ferreira Fontenelle
- sl: mateju
- ta: Felix
- zh_HK: Chao-Hsiung Liao
- zh_TW: Chao-Hsiung Liao

(jmcneill)

2009-03-18 00:43:14 UTC MAIN commitmail json YAML

Updated archivers/file-roller to 2.26.0

(jmcneill)

2009-03-18 00:42:42 UTC MAIN commitmail json YAML

Update file-roller to 2.26.0.

version 2.26.0
--------------

New or updated application translations:

* Assamese (Amitakhya Phukan)
* Bengali INDIA (Runa Bhattacharjee)
* Español (Jorge González)
* Estonian (Ivar Smolin)
* Galego (Suso Baleato)
* Greek (Jennie Petoumenou)
* Gujarati (Ankit Patel)
* Hebrew (Gil Osher)
* Hindi (Rajesh Ranjan)
* Lithuanian (Vytautas Rekus)
* Maithili (Sangeeta Kumari)
* marathi (Sandeep Shedmake)
* Oriya (Manoj Kumar Giri)
* Russian (Anton Shestakov)
* Swathanthra Malayalam Computing|സ്വതന്ത്ര
  മലയാളം കമ്പ്യൂട്ടിങ് (Ani Peter)
* Tamil (I. Felix)
* Telugu (Krishna Babu K)

New or updated manual translations:

* British English (Philip Withnall)

version 2.25.92
---------------

New or updated application translations:

* English (British) (David Lodge)
* Bulgarian (Alexander Shopov)
* Czech (Adrian Guniš)
* Hungarian (Gabor Kelemen)
* Italian (Milo Casagrande)
* Japanese (Takeshi AIHANA)
* Swedish (Daniel Nylander)
* Turkish (Baris Cicek)

New or updated manual translations:

* Swedish (Daniel Nylander)

version 2.25.91
---------------

Bugs fixed:

* #571273: crash in Archive Manager: Opening an archive (ISO)
  Patch by Tom Parker.
* #560429: GNOME Goal: Remove deprecated GLib symbols
* #570505: file-roller crashed with signal 5 in IA__g_malloc()

New or updated application translations:

* Asturian (Astur)
* Aviary.pl (Tomasz Dominikowski)
* Basque (Iñaki Larrañaga Murgoitio)
* Belarusian Latin (Ihar Hrachyshka)
* Brazilian Portuguese (Fabrício Godoy)
* Bulgarian (Alexander Shopov)
* Chinese (Hong Kong) (Chao-Hsiung Liao)
* Chinese/Traditional (Chao-Hsiung Liao)
* Danish (Kenneth Nielsen)
* Dutch (Wouter Bolsterlee)
* Español (Jorge González)
* French (Claude Paroz)
* Kannada (Shankar Prasad)
* Macedonian (Arangel Angov)
* Portuguese (Duarte Loreto)
* Romanian (Adi Roiban)
* Serbian (sr) (Горан Ракић)
* Serbian (sr) (Goran Rakić)
* Thai (Theppitak Karoonboonyanan)
* Ukrainian (Maxim Dziumanenko)
* Vietnamese (Clytie Siddall)
* zh_CN (甘露(Gan Lu))

version 2.25.90
---------------

New features and user visible changes:

* Use gtkbuilder instead of libglade.

Bugs fixed:

* #568881: don't rely on gtk implementation details
* #569825: file-roller should use TMPDIR or XDG_CACHE_HOME for
  temporary files.

New or updated application translations:

* Brazilian Portuguese (Fabrício Godoy)
* Catalan (Jordi Mallach)
* Deutsch (Christian Kirbach)
* Finnish (Ilkka Tuohela)
* Hungarian (Gabor Kelemen)
* Korea (Changwoo Ryu)
* Swedish (Daniel Nylander)

version 2.25.2
--------------

Bugs fixed:

* #567554: An error occurred while adding files to the archive after
  encrypt the zip archive.
* #566591: File roller cannot create splitted archives with pieces
  smaller than 1 Mb
* #560647: file-roller wakes up the CPU 2 times per second.
* #563208: file-roller can't extract to an ftp mounted directory.
  Patch by Gerard Lommerse.
* #564029: Unziping an archive from nautilus fails with certain
  characters.
* #565879: isoinfo.sh has shebang but is installed -x Patch by Loïc
  Minier.
* #567901: renaming directory in tarball creates duplicate files
* #568260: file-roller installs static libraries by default (for
  nautilus extension)
* #566683: remove redundant figures

New or updated application translations:

* Español (Jorge González)
* Norwegian Bokmål (Kjartan Maraas)
* zh_CN (甘露(Gan Lu))

version 2.25.1
--------------

Bugs fixed:

* #564805: Drop libgnome/ui dependency. Patch by Saleem Abdulrasool.
* #561535: Unable to create archive with OpenOffice document using
  nautilus integration. Patch by Gerard Lommerse.
* #559481: Can't open/view file directly from File Roller if there
  is a bracket in the directory/file name. Patch by Gerard Lommerse.

New or updated manual translations:

* Catalan (Joan Duran)

(jmcneill)

2009-03-18 00:33:14 UTC MAIN commitmail json YAML

Updated math/gcalctool to 5.26.0

(jmcneill)

2009-03-18 00:32:45 UTC MAIN commitmail json YAML

Update gcalctool to 5.26.0.

Overview of changes in gcalctool 5.26.0

    * Fix button expansion (nowak2000, Bug #575385)

    * Removed deprecated test/ directory (Bug #574048)

    * Updated documentation: C (Robin Sonefors), ca (Joan Duran)

    * Updated translations: as (Amitakhya Phukan), da (Ask H. Larsen),
                            el (Jennie Petoumenou), es (Jorge Gonzalez),
                            fi (Tommi Vainikainen), gl (Ignacio Casal Quinteiro),
                            gu (Ankitkumar Patel), hi (Rajesh Ranjan),
                            hu (Gabor Kelemen), it (Sergio Durzu),
                            lt (Vytautas Rėkus), mai (Rajesh Ranjan),
                            ml (Ani Peter), mr (Sandeep Shedmake),
                            nb (Kjartan Maraas), nl (Tino Meinen),
                            pl (Wadim Dziedzic), ru (Nickolay V. Shmyrev),
                            ta (felix), te (Krishnababu K),
                            zh_HK (Chao-Hsiung Liao), zh_TW (Chao-Hsiung Liao)

Overview of changes in gcalctool 5.25.92

    * Restore number display mode (FIX/SCI/ENG) on startup (Robert Ancell, Bug #572881)

    * Fix rounding errors in integer power calulations (Robert Ancell, Bug #527540)

    * Fix error in cosine/tangent calculations (Robert Ancell, Bug #571007)

    * Updated documentation: eu (Inaki Larranaga Murgoitio)

    * Updated translations: en_GB (Philip Withnall), fi (Ilkka Tuohela),
                            fr (Bruno Brouard, Claude Paroz), ja (Takeshi AIHANA)
                            kn (Shankar Prasad), lv (Raivis Dejus),
                            nl (Wouter Bolsterlee), pt (Duarte Loreto)
                            pt_BR (Og Maciel, Rodrigo Flores), sv (Daniel Nylander)

Overview of changes in gcalctool 5.25.91

    * Initialise GType system so usage of GConf doesn't cause crashes (Matthias Clasen, Bug #571581)

    * Rework command-line arguments to be standard (Robert Ancell, Bug #569885)

    * Correctly handle decimal points for languages not using '.' (Robert Ancell, Bug #566929)

    * Fix shortcut keys so standard menu keys work (Robert Ancell)

    * Updated documentation: eu (Inaki Larranaga Murgoitio)

    * Updated translations: ast (Mikel González), cs (Petr Pulc), da (Ask H. Larsen), eu (Inaki Larranaga Murgoitio),
                            gu (Sweta Kothari), hu (Gabor Kelemen), ro (Adi Roiban), vi (Clytie Siddall),
                            zh_HK (Chao-Hsiung Liao), zh_TW (Chao-Hsiung Liao)

Overview of changes in gcalctool 5.25.90

    * Fixed incorrect bit shift operation (Robert Ancell, Bug #569176)

    * Updated documentation: sv (Daniel Nylander)

    * Updated translations: ca (Joan Duran), de (Christian Kirbach), ko (Changwoo Ryu), or (Manoj Kumar Giri)

Overview of changes in gcalctool 5.25.5

    * Updated documentation: de (Christian Kirbach)

    * Updated translations: nb (Kjartan Maraas), th (Theppitak Karoonboonyanan)

Overview of changes in gcalctool 5.25.4

    * Updated translations: de (ckirbach), es (Jorge Gonzalez), zh_CN (甘露)

Overview of changes in gcalctool 5.25.3

    * Made exponential numbers work without a sign, e.g. '1e2' works
      the same as '1e+2' (Robert Ancell).

    * Correctly calculate exponential numbers in binary mode and
      convert correctly when changing bases (Robert Ancell, Bug #516159).

    * Fix broken accelerator keys from changes in 5.25.2 (Robert Ancell, Bug #379476).

Overview of changes in gcalctool 5.25.2

    * Changed the scientific UI so that inverse operations (e.g. Ln/e^x) are controlled by the shift key.
      The following shortcut keys have changed:

      Function    | Old | New
      --------------------------
      Sine        | K  | k
      Inv. Sine    | -  | K
      Cosine      | J  | j
      Inv. Cosine  | -  | J
      Tangent      | L  | w
      Inv. Tangent | -  | W
      Natural Log  | N  | n
      e^x          | {  | N
      Log          | G  | g
      10^x        | }  | G
      Log_2        | H  | h
      2^x          | -  | H
      x^y          | ^  | ^ or o
      x^(1/y)      | -  | O

      (Robin Sonefors, Bug #379476).

    * Fixed crash where financial dialogs are activated from other modes on startup
      (Robin Sonefors, Bug #560196).

    * Give binary invert operation higher precedence so that ~X and X == 0 (Sami Pietilä, Bug #562251)

    * Fixed calculation errors for boolean operations on very large numbers (Robert Ancell, Bug #509988)

    * Always read configuration from /apps/gcalctool not /apps/(appname) as the application
      name is different when symlinked (e.g. the gnome-calculator symlink) (Matt Keenan, Bug #559260).

    * Correct gconf key names in man page (Robert Ancell, Bug #559458).

    * Updated translations: es (Jorge Gonzalez)

    * Updated help: es (Jorge Gonzalez)

Overview of changes in gcalctool 5.25.1

    * Added a programming mode that contains the bit editor (Robin Sonefors, Bug #501508).

    * Made finacial operations GUI-based not register based (Robin Sonefors, Bug #318686).

    * Added Gross Profit Margin Ration Financial Function (Robin Sonefors, Bug #150663).

    * Don't clear display when changing modes and allow all functions to work in all non-basic
      modes (Robert Ancell, Bug #554133).

    * Set decimal point label to be based on LC_NUMERIC as users can set their numerical
      representation to different to their language settings (Robin Sonefors, Bug #557331).

    * More refactoring in MP math library (Klaus Niederkrueger, Robert Ancell, Bug #524091).

    * Fixed GtkSpinButton warning (Robin Sonefors, Bug #553965).

    * Only update bit panel when display contains a solved number (Robert Ancell, Bug #548690).

    * Remove inline declaration so can compile in C89 (Jens Granseuer, Bug #553307).

    * Open help with gtk_show_uri() (Thomas Andersen, Bug #556207).

    * Added translator comments (Robert Ancell)

    * Updated translations: bg (Alexander Shopov),
                            da (Ask H. Larsen, Kenneth Nielsen),
                            es (Jorge Gonzalez),
                            et (Ivar Smolin),
                            fi (Ilkka Tuohela),
                            mk (Jovan Naumovski),
                            pt_BR (Vladimir Melo, Leonardo Ferreira Fontenelle)

    * Updated help: es (Jorge Gonzalez)

(jmcneill)

2009-03-18 00:17:28 UTC MAIN commitmail json YAML

Updated print/evince to 2.26.0
Updated print/evince-nautilus to 2.26.0

(jmcneill)

2009-03-18 00:16:46 UTC MAIN commitmail json YAML

Update evince and evince-nautilus to 2.26.0.

================
Evince  2.26.0
================

Bug fixes:

    * Fix compiler warning when building with -Wformat (#574168,
      Tobias Mueller)
    * Fix a crash with encrypted documents (Christian Persch)

Translation updates:

    * F Wolff (af)
    * Martin Picek (cs)
    * Fotis Tsamis (el)
    * Ivar Smolin (et)
    * Suso Baleato (gl)
    * Yaron Shahrabani (he)
    * Gabor Kelemen (hu)
    * Francesco Marletta (it)
    * Shankar Prasad (kn)
    * Gintautas Miliauskas (lt)
    * Sangeeta Kumari (mai)
    * Ani Peter (ml)
    * Sandeep Shedmake (mr)
    * Manoj Kumar Giri (or)
    * Fabrício Godoy (pt_BR)
    * Mișu Moldovan (ro)
    * Yuriy Penkin (ru)
    * I. Felix (ta)
    * Krishna Babu K (te)

================
Evince  2.25.92
================

Bug fixes:

    * Show the 'jump to page' window in the right GdkScreen (#560541,
      Carlos Garcia Campos)
    * Make our own thumbnail when the provided one doesn't have the
      needed size (#323198, #307357, Christian Spurk, Carlos Garcia Campos)
    * Reduce the restriction on the minimum size of thumbnails from 40
      to 1 (#323198, Christian Spurk)
    * Use GOption in thumbnailer (Carlos Garcia Campos)
    * Fix saving a copy of encrypted PDF documents (#566791, Carlos
      Garcia Campos)
    * Don't use g_quark_from_static_string in a loadable module
      (Christian Persch)
    * Use g_object_unref() instead of gdk_pixbuf_unref() in impress
      backend (#571707, Thomas H.P. Andersen)

Translation updates:

    * Ihar Hrachyshka (be@latin)
    * Alexander Shopov (bg)
    * Gil Forcada (ca)
    * Petr Kovar (cs)
    * Christian Kirbach (de)
    * David Lodge (en_GB)
    * Juanje Ojeda Croissier (es)
    * Iñaki Larrañaga Murgoitio (eu)
    * Ilkka Tuohela (fi)
    * Claude Paroz (fr)
    * Sweta Kothari (gu)
    * Yuval Tanny (he)
    * Takeshi AIHANA (ja)
    * Changwoo Ryu (ko)
    * Kjartan Maraas (nb)
    * Duarte Loreto (pt)
    * Daniel Nylander (sv)
    * Chao-Hsiung Liao (zh_HK)
    * Chao-Hsiung Liao (zh_TW)

================
Evince  2.25.91
================

Bug fixes:

    * Fix several memory leaks (Christian Persch)
    * Fix errors handling and propagation (Christian Persch)
    * Fix several translation strings in properties dialog (#571787,
      Nickolay V. Shmyrev)
    * Do not resize the window on reloading (#571051, #304249, Carlos
      Garcia Campos)
    * Experimental introspection support (#569083, Christian Persch)
    * Use g_set_error_literal() (Christian Persch)
    * Other firxes for win32 (#339172, Hib Eris)
    * Make session manager code compile for win32 (#339172, Carlos
      Garcia Campos)
    * Update totem-screensaver from totem svn to make it build for
      win32 (#339172, Hib Eris)
    * Make use of GConf optional (#339172, Hib Eris, Carlos Garcia Campos)
    * Fix i18n in libdocument (Christian Persch)
    * Include gi18n-lib.h instead of gi18n.h in libs and backends
      (Christian Persch)

Translation updates:

    * Mikel González (ast)
    * Ihar Hrachyshka (be@latin)
    * Kenneth Nielsen (da)
    * Dawa pemo (dz)
    * Juanje Ojeda Croissier (es)
    * Ivar Smolin (et)
    * Iñaki Larrañaga Murgoitio (eu)
    * Gabor Kelemen (hu)
    * Takeshi AIHANA (ja)
    * Shankar Prasad (kn)
    * Arangel Angov (mk)
    * Wouter Bolsterlee (nl)
    * Tomasz Dominikowski (pl)
    * Taylon (pt_BR)
    * Горан Ракић (sr)
    * Daniel Nylander (sv)
    * Theppitak Karoonboonyanan (th)
    * Clytie Siddall (vi)
    * Gan Lu (zh_CN)
    * Chao-Hsiung Liao (zh_HK)
    * Chao-Hsiung Liao (zh_TW)

================
Evince  2.25.90
================

Bug fixes:

    * Split API documentation into libdocument, libview and shell
      (#568465, Carlos Garcia Campos)
    * Fix symbols conflict in impress backend (#569998, Christian Persch)
    * Add mnemonics to buttons in search bar (#569212, Carlos Garcia
      Campos)
    * Fix a crash when printing (#569328, Carlos Garcia Campos)
    * Fix --version command line option (#562869, Christian Persch)
    * Use versioned directory for backends (#569082, Christian Persch)
    * Add EV_DEFINE_BOXED_TYPE and EV_DEFINE_INTERFACE macros
      (#568228, Carlos Garcia Campos)
    * Sync EggToolbarEditor with libegg (Nickolay V. Shmyrev)
    * Respect directory umask and setgid when saving files (#568593,
      Michael J. Chudobiak)
    * Add libtool versioning, pkg-config files and single headers for
      libdocument and libview (#568224, #568220, #568229, #568227,
      Christian Persch)
    * Remove G_OBJECT casts from g_signal_connect calls (#568386, Hiroyuki
      Ikezoe)
    * Install several missing header files of libdocument and libview
      (#567787, #567790, Tomeu Vizoso)
    * Other bugs fixed: #569120, #569231, #569327, #570077

Translation updates:

    * Hendrik Richter (de)
    * Ivar Smolin (et)
    * Gabor Kelemen (hu)
    * Changwoo Ryu (ko)
    * Kjartan Maraas (nb)
    * Daniel Nylander (sv)

================
Evince  2.25.5
================

Code changes:

    * Move EvView specific code to a libevview library so that it can
      be embbeded in other applications (#567751, Tomeu Vizoso, Carlos
      Garcia Campos)
    * Other improvements for embbeders (#567785, #567788, #567789,
      Tomeu Vizoso)

Bug fixes:

    * Fix a minor typo (Michal Vaner)
    * Fix the API docs build (#568171, Christian Persch)
    * Simplify drag data handling (#558084, Christian Persch)
    * Several portability issues (#339172, Hib Eris)
    * Fix mnemonic conflict (#567937, Carlos Garcia Campos)
    * Other bugs fixed: #567910

Translation updates:

    * Gil Forcada (ca)
    * Hendrik Richter (de)
    * Juanje Ojeda Croissier (es)
    * Kjartan Maraas (nb)
    * Gan Lu (zh_CN)

================
Evince  2.25.4
================

New Features and UI Improvements:

    * Show progress information when loading/saving remote files
      (#370958, Carlos Garcia Campos)
    * Remember page setup options (#525185, #349102, Carlos Garcia Campos)
    * Show a confirmation dialog when there are pending print jobs
      while closing the main window (#480964, Carlos Garcia Campos)
    * Show progress information when printing (#482770, Carlos Garcia Campos)
    * Add document URI to properties page (#555376, Carlos Garcia Campos)

Bug fixes:

    * Bump glib requirement to fix build with older versions
      (Christian Spurk)
    * Fix mime type handling (Hib Eris)
    * Fix saving images to remote locations (Carlos Garcia Campos)
    * Do not try to jump to the location of the find result for every
      match, but only for the first one. It makes searching really
      faster. (#564774, Michael Hunold)
    * Fix zip mime-type in comics backend (Juanjo Marín)
    * Fix several memory leaks (Carlos Garcia Campos)

Translation updates:

    * Ihar Hrachyshka (be@latin)
    * Juanje Ojeda Croissier (es)
    * Yuval Tanny (he)
    * Kjartan Maraas (nb)
    * Taylon (pt_BR)
    * Gan Lu (zh_CN)

================
Evince  2.25.2
================

New Features and UI Improvements:

    * PDF Optional content (layers) support. (Carlos Garcia Campos)
    * The password dialog has been reworked in order to make it more
      hig compliant and consistent (#562496, Carlos Garcia Campos)
    * Improved keyring support. Password dialog is not shown anymore
      when the password is already in the keyring (Carlos Garcia Campos)
    * Support for monitor and reload of remote documents
      (#555399, Carlos Garcia Campos)

Bug fixes:

    * Fix opening comic documents with a wrong but valid extension
      (#562143, Carlos Garcia Campos)
    * Fix a crash when searching (#558377, Carlos Garcia Campos)
    * Fix several crashes when selecting text (#561393, Marek Kašík)

Translation updates:

    * Jorge González (es)
    * Nguyễn Đình Trung (vi)

================
Evince  2.25.1
================

New Features and UI Improvements:

    * Use the message area instead of popup dialogs for any error and
      warning messages (Carlos Garcia Campos)

Bug fixes:

    * Adapt to the new single-include policy (#558064, Christian Persch)
    * Fix page transition in presentation mode (#516749, Nickolay V. Shmyrev)
    * Other bugs fixed: (#558066, Christian Persch)

Translation updates:

    * Hendrik Richter (de)

(jmcneill)

2009-03-18 00:08:41 UTC MAIN commitmail json YAML

2009-03-17 23:54:54 UTC MAIN commitmail json YAML

Updated multimedia/swfdec-gnome to 2.26.0

(jmcneill)

2009-03-17 23:54:24 UTC MAIN commitmail json YAML

Update swfdec-gnome to 2.26.0.

2.26.0

  - updated translations: ar, as, kk, kn, ku, or, ps, ro, te

(jmcneill)

2009-03-17 23:40:37 UTC MAIN commitmail json YAML

Add bl3 file for libbrasero-media

(jmcneill)

2009-03-17 23:39:38 UTC MAIN commitmail json YAML

Updated audio/sound-juicer to 2.26.0

(jmcneill)

2009-03-17 23:37:24 UTC MAIN commitmail json YAML

Update sound-juicer to 2.26.0.

Sound Juicer "Don't Go Back To Dalston"" 2.26.0
===============================================

* Many translation updates

Sound Juicer "I Am In A Room" 2.25.92
=====================================

* Allow building with the old libmusicbrainz (Bastien)
* Set the PulseAudio role hint

Sound Juicer "I Call Out To You And You Don't Save Me?" 2.25.3
==============================================================

* Put the disc number in the file name
* Support multiple genres
* Use libcanberra for event sounds
* Handle custom patterns in the prefs dialog
* Remove Musicbrainz data if the track data is changed
* Fix disc number editing logic

Sound Juicer "I Should Be Crying, But I Just Can't Let It Show" 2.25.2
======================================================================

* Port to Brasero (Luis Medinas)
* Fix Solaris builds (Brian Cameron)
* Drop libgnome (Iain Holmes, Emilio Pozuelo Monfort)
* Fix conflicting mnemonics in the message area (Bastien Nocera)
* Fix mb3 backend (Bastien Nocera)

Sound Juicer "Old Man Take A Look At My Life" 2.25.1
====================================================

* Chain the metadata lookups (Bastien Nocera)
* Finish the libmusicbrainz3 metadata fetcher (BN)
* Add a GVFS metadata fetcher as fallback (BN)
* Make libcdio option, as it breaks the GPL+Exception license (BN)
* Export ASIN, Discogs, Wikipedia in the internal metadata (BN)
* Lots of other cleanups to the metadata code (BN)
* Remove copy of the id3mux plugin, assume it exists now (BN)
* Remove Encoding field from desktop file (Pacho Ramos)
* Add Audio to desktop categories (Patryk Zawadzki)
* Correctly parse CDDA URLs (Matthew Martin)
* Don't free the option context

(jmcneill)

2009-03-17 23:20:39 UTC MAIN commitmail json YAML

Updated misc/mousetweaks to 2.26.0

(jmcneill)

2009-03-17 23:20:11 UTC MAIN commitmail json YAML

Update mousetweaks to 2.26.0.

Version 2.26.0
--------------

New and updated translations:

- [as] Amitakhya Phukan
- [el] Jennie Petoumenou
- [gu] Sweta Kothari, Ankit Patel
- [lt] Vytautas Liuolia
- [mr] Sandeep Shedmake
- [te] Krishna Babu K
- [ru] Yuriy Penkin

New and updated manual translation:

- [de] Mario Blättermann

Version 2.25.92
---------------

Misc improvements/fixes:

    * LP #332084: Fix possible crash if accessible object is defunct.

New and updated translations:

    - [ca] Gil Forcada
    - [cs] Adrian Guniš
    - [de] Wolfgang Stoeggl
    - [en_GB] Philip Withnall
    - [fi] Ilkka Tuohela
    - [fr] Bruno Brouard
    - [he] Yair Hershkovitz
    - [ja] Takeshi Aihana
    - [ko] Changwoo Ryu
    - [ml] Hari Vishnu
    - [pt] Duarte Loreto
    - [pt_BR] Fabrício Godoy
    - [sl] Matej Urbančič
    - [ta] Dr.T.Vasudevan
    - [tr] Baris Cicek
    - [zh_HK] Chao-Hsiung Liao
    - [zh_TW] Chao-Hsiung Liao

Version 2.25.91
---------------

Misc improvements/fixes:

    * #571133: Improve long descriptions in schemas.
    * #569457: Also keep english gconf values in translations.

New and updated translations:

- [bg] Alexander Shopov
- [da] Per Kongstad
- [es] Jorge González
- [eu] Iñaki Larrañaga Murgoitio
- [hu] Gabor Kelemen
- [nl] Wouter Bolsterlee
- [pa] Amanpreet Singh Alam
- [pl] Tomasz Dominikowski
- [ro] Adi Roiban
- [sv] Daniel Nylander
- [th] Theppitak Karoonboonyanan
- [vi] Clytie Siddall
- [zh_HK] Chao-Hsiung Liao
- [zh_TW] Chao-Hsiung Liao

New and updated manual translation:

- [es] Jorge González
- [it] Milo Casagrande

Version 2.25.90
---------------

Misc improvements/fixes:

    * Update manual for GNOME 2.26 and raise its license to GFDL 1.3.

New and updated translations:

- [ca] Gil Forcada
- [fi] Ilkka Tuohela
- [ko] Changwoo Ryu

New and updated manual translation:

- [sv] Daniel Nylander

Version 2.25.5
--------------

Misc improvements/fixes:

* Remove old glade files.
* Improve key descriptions in pointer-capture-applet.schemas.

Bug fixes:

#545059: Use standard icon for activation button on dwell applet
        and use standard icon name.
#567197: Use N_() instead of _() for command-line options.
#567483: Add missing <locale.h>.

New and updated translations:

    - [es] Jorge González
    - [he] Yair Hershkovitz
    - [pt_BR] Leonardo Ferreira Fontenelle
    - [sl] Matej Urbančič
    - [sv] Daniel Nylander

Version 2.25.4
--------------

Misc improvements/fixes:

* Improved descriptions in pointer-capture-applet.schemas

New and updated translations:

    - [sl] Matej Urbančič

Version 2.25.3
--------------

This version has been skipped.

Version 2.25.2
--------------

Misc improvements/fixes:

* Increase internal double click delay in dwell mode to
  make it compatible to gftp.

Bug fixes:

#562212: Fix conflict when dwell click and simulated secondary
        click are simultaneously running.

New and updated translations:

    - [cs] Adrian Guniš
    - [es] Jorge González
- [et] Ivar Smolin
- [eu] Iñaki Larrañaga Murgoitio

Version 2.25.1
--------------

Misc improvements/fixes:

* Migrated from libglade to GtkBuilder

Bug fixes:

#556946: Fixed accessibility warning at GDM

New and updated translations:

- [et] Ivar Smolin
- [zh_CN] Funda Wang

(jmcneill)

2009-03-17 23:04:42 UTC MAIN commitmail json YAML

Updated graphics/libgnomecanvasmm to 2.26.0

(jmcneill)

2009-03-17 23:03:14 UTC MAIN commitmail json YAML

Updated graphics/libgnomecanvasmm to 2.26.0

(jmcneill)

2009-03-17 23:02:51 UTC MAIN commitmail json YAML

Update libgnomecanvasmm to 2.26.0.

2.26.0:

* Updated version number to match GNOME version.

(jmcneill)

2009-03-17 22:50:52 UTC MAIN commitmail json YAML

Updated graphics/libgnomecanvas to 2.26.0

(jmcneill)

2009-03-17 22:50:20 UTC MAIN commitmail json YAML

Update libgnomecanvas to 2.26.0.

libgnomecanvas 2.26.0
---------------------

What's new since 2.25.90

Translations
* Amitakhya Phukan (as)
* Reşat SABIQ (crh)
* Suso Baleato (gl)
* Rajesh Ranjan (hi)
* Francesco Marletta (it)

libgnomecanvas 2.25.90
---------------------

What's new since 2.19.2

Bug fixes
* Avoid tearing while repainting (Federico Mena Quintero)
* Fix compilation with gcc 2.x (Jens Granseur)
* Register gailcanvas into a11y type system (Sven Herzberg)
* Do not use deprecated GTK_OBJECT macros (Stefan Kost)
* Use single GTK+ includes (Cosimo Cecchi, Przemysław Grzegorczyk)

Translations
* Khaled Hosny (ar)
* Khandakar Mujahidul Islam (bn)
* Reşat SABIQ (crh)
* Lucas Lommer (cs)
* Jorge González (es)
* Iñaki Larrañaga Murgoitio (eu)
* Pauli Virtanen (fi)
* Robert-André Mauchin (fr)
* Ignacio Casal Quinteiro (gl)
* Launchpad Translations Administrators (hr)
* Francesco Marletta (it)
* Vladimer Sichinava ვლადიმერ სიჭინავა (ka)
* Raivis Dejus (lv)
* Sangeeta Kumari (mai)
* Santhosh Thottingal (ml)
* Badral (mn)
* sandeep shedmake (mr)
* Nabin Gautam (ne)
* Åsmund Skjæveland (nn)
* Yannig Marchegay (Kokoyaya) (oc)
* Leonardo Ferreira Fontenelle (pt_BR)
* Mișu Moldovan (ro)
* Marcel Telka (sk)
* Matej Urbančič (sl)
* Laurent Dhima (sq)
* தங்கம் அருண் (ta)
* Krishna Babu K (te)
* Theppitak Karoonboonyanan (th)
* Baris Cicek (tr)
* Woodman Tuen (zh_HK)
* Woodman Tuen (zh_TW)

(jmcneill)

2009-03-17 22:45:01 UTC MAIN commitmail json YAML

Updated devel/libgnomemm to 2.26.0

(jmcneill)

2009-03-17 22:43:45 UTC MAIN commitmail json YAML

Update libgnomemm to 2.26.0.

2.26.0:

* Increased version number to match GNOME 2.26.

(jmcneill)

2009-03-17 22:40:02 UTC MAIN commitmail json YAML

2009-03-17 22:39:33 UTC MAIN commitmail json YAML

Update gtkmm to 2.16.0.

2.16.0 (stable):

Gtk:
* Builder:
  - get_widget_derived(): Reference-counting correction.
  - create_from_file(), add_from_file(), create_from_string(),
    add_from_string(): Add method overloads that take a char* for the object
    ID, to avoid ambiguity with the two other overloads that take ustring or
    StringArrayHandle.
* Entry:
  - *_icon_* methods(): Rearrange parameters to make these consistent and
  so we can have more default parameter values.
  - Added icon_press and icon_release signals.
* FileChooserButton: Added the file_set signal, noticed by Damon Register.
* Stock: Added CAPS_LOCK_WARNING.
* Style: Added get_style_property_value() and templated get_style_property().
* Added Orientable and Activatable interfaces, though they cannot be used yet
  because that would break ABI of existing classes.
  (Murray Cumming)

Gdk:
* PixbufAnimation: create_from_file(): Throw an exception when the GError is
  not null. (Murray Cumming)

Maemo-specific API:
* TextBuffer: get/set_rich_text_format(), set_rich_text_format_all(),
  get/set_can_paste_rich_text(): Remove these Maemo-specific methods which have
  been superseded by the generic TextBuffer serialization functions.
  (Daniel Elstner, Openismus)
* Enums
  - Added Maemo-specific Gtk::HildonSizeType, wrapping HildonSizeType,
  which was inexplicably added to GTK+ in Maemo 5.
  - Likewise added Gtk::Hildon::InputMode, wrapping HildonGtkInputMode.
  (Daniel Elstner, Openismus)

2.15.5 (unstable):
(2.15.4 was skipped)

* Activatable: reset_vfunc() renamed to sync_action_properties_vfunc().
  (Murray Cumming)
* Builder:
  - create_from_file(), add_from_file(), create_from_string(): Add method
  overloads that take char* to avoid ambiguity.
  - get_widget_derived(): Correct reference-counting.
  (Murray Cumming)
* FileChooserButton: Add file_set signal.
  (Murray Cumming)
* Stock: Added CAPS_LOCK_WARNING.
* Added interfaces, but we can't use them yet without breaking ABI:
  Activatable, Orientation.

2.15.3 (unstable):
(2.15.2 was skipped)

Gtk:
* Action: Reimplemented set_tooltip() with the new C
  gtk_action_set_tooltip() function. Added get/set_label(),
  get/set_short_label(), get_tooltip(), get/set_stock_id(),
  get/set_gicon(), get/set_icon_name(), get/set_visible_horizontal(),
  get/set_visible_vertical(), get/set_is_important(), which are new
  accessors for the properties. Added the gicon property.
  Added block_activate() and unblock_activate().
* ImageMenuItem: Added get/set_always_show_image() and property.
* Scale: Added add_mark() and clear_marks().
* TreeView: Added a get_path_at_pos() overload that takes less parameters.
  (Murray Cumming)

Build:
* Allow pangomm to build outside the source tree.
  (Theppitak Karoonboonyanan) Bug #570325
* MSVC++: Disabled compiler warning 4250 also for MSVC2005.
  (Armin Burgmeier) Bug #568083 (Tao Wang).

* Documentation:
  Reference documetnation: Unescape some < and > characters.
  (Daniel Elstner, Murray Cumming) #568485 (Mihai Niculescu)

2.15.1 (unstable):

Gtk:
* CellView: Added get_model() and some new properties.
* Entry: Added unset_invisible_char(), get_invisible_char().
  Added the new progress and icon methods and the properties,
  including the new im-module property.
* ImageMenuItem: Added get/set_use_stock(), set_accel_group().
* MenuItem: Added get/set_label(), get/set_use_underline() and properties.
* PaperSize: Constructor: Remove the default value for the name parameter,
  because there is already a default constructor,
  This caused MSVC++ warning C4520 with Visual Studio 2008.
  (Tao Wang) Bug #568074.
* PrintOperation: Added draw_page_finish(),  set_defer_drawing().
* PrintSettings: Added get_resolution_x(), get_resolution_y(),
  set_resolution_xy(), get/set_printer_lpi().
* SelectionData:  Reimplement get_selection() using the new C getter method.
* StatusIcon: Added button_press_event, button_release_event and scroll_event
  signals. Added get/set_has_tooltip(), get/set_tooltip_text(),
  get/set_tooltip_markup().
* Stock: ORIENTATION_PORTRAIT, ORIENTATION_LANDSCAPE,
  ORIENTATION_REVERSE_LANDSCAPE, and ORIENTATION_REVERSE_PORTRAIT,
  avoiding undefined reference errors when trying to use these.
  (Murray Cumming) Bug #568416 (Tao Wang).
* TextBuffer: Added the paste_done signal.
* TextView: Added im-module property.
* TreeModel::Path::empty(): Also check for a null underlying
  GtkTreePath. Added operator bool() to do the same, just calling !empty().
  (Murray Cumming)

Gdk:
* Drawable::draw_pixbuf(): Add an override without a GC parameter, becauase it
  can be NULL in C.
* Screen: Added get_monitor_width_mm(), get_monitor_height_mm(),
  get_monitor_plug_name().

* Windows build:
  - Disabled MSVC++ compiler warning 4250
  (Armin Burgmeier) Bug #568083 (Tao Wang).
  - Installer: Added Simplified Chinese translation. (Tao Wang)

2.15.0 (unstable):

* CellRendererPixbuf: Added the icon-name and follow-state
  properties, noticed by Mathias Hasselmann.
  (Murray Cumming)
* Printer::enumerate_printers(): Fix a refcounting problem found by Tor Krill.
  (Armin Burgmeier)
* Gdk::Window: Added an invalidate() that takes no rect
  parameter because it can be NULL in C.
  (Murray Cumming)
* Cleaned up gtk includes to use only toplevel headers, as may be required by
  a future GTK+ version.
  (Przemysław Grzegorczyk) Bug #564006
* Container: Use GType instead of GtkType for the  child_type_vfunc() return type
  This should allow soure code to use gtkmm if it declares GTK_DISABLE_DEPRECATED.
  (Murray Cumming) Bug #562893 (Dénes Faluvégi)
* Documentation:
  TreeModel: set_value_impl() documentation: Mention row_changed(),
  not set_row_changed(). Bug #562505 (Bohumir Zamecnik)
* HandleBox: Restore the child-attached property, which was lost at some point
  during 2.14.
* LinkButton: Resore the visited property definition, which was lost at some
  point during 2.14.
  (Murray Cumming)
* CellView, ComboBox, EntryCompletion, IconView: Added unset_model().
  (Alexander Shaduri) Bug #555268

(jmcneill)

2009-03-17 22:31:10 UTC MAIN commitmail json YAML

Mark as make jobs unsafe.
This affects both sysutils/gamin and sysutils/libgamin.
PR pkg/41031 by Ryo HAYASAKA, tested by Daniel Horecki.

(asau)

2009-03-17 22:13:37 UTC MAIN commitmail json YAML

2009-03-17 22:10:48 UTC MAIN commitmail json YAML

Updated devel/pangomm to 2.24.0

(jmcneill)