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 (7m)  pkgsrc-2024Q1 (14d)  pkgsrc-2023Q4 (42d)  pkgsrc-2023Q2 (74d)  pkgsrc-2023Q3 (154d) 

2024-05-13 00:51:38 UTC Now

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)

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

Update pangomm to 2.24.0.

2.24.0:
(Skipped version numbers since 2.14.1, to match pango 1.24
(apart from the first digit, which we can't decrease.)

* Layout: Added show_in_cairo_context().
  (Louis-Francis Ratt辿-Boulianne) Bug #560232.
* Build: Allow pangomm to build outside the source tree. Bug #570322
  (Theppitak Karoonboonyanan)
* License Header consistency. (Deng Xiyue)

(jmcneill)

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

Updated devel/glibmm to 2.20.0

(jmcneill)

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

Update glibmm to 2.20.0.

2.20.0 (stable):

* Documentation fixes (Daniel Elstner)

2.19.8 (unstable):
(2.19.4 to 2.19.8 were skipped)

* Added FILE_CREATE_REPLACE_DESTINATION enum value.
* Added Error::TOO_MANY_OPEN_FILES error code.
* Fix some compiler warnings about extra ;s.
  (Murray Cumming)

2.19.3 (unstable):

* New API:
  * BufferedInputStream: buffer_size property
  * BufferedOutputStream: buffer_size, auto_grow properties
  * DataInputStream: byte_order, newline_type properties
  * DataOutputStream: byte_order property
  * FilterInputStream: close_base_stream property, get/set_close_base_stream()
  * FilterOutputStream: close_base_stream property, get/set_close_base_stream()
  * UnixInputStream: fd and close_fd properties, get_fd(), get/set_close_fd()
  * UnixOutputStream: fd and close_fd properties, get_fd(), get/set_close_fd()
* Make licenses consistent with eachother (library gpl vs. lesser gpl, etc)
  (Deng Xiyue)
* Fixed some problems when building with exceptions disabled (Murray Cumming)
* Build fixes (Theppitak Karoonboonyanan)

2.19.2 (unstable):

* File: Added make_directory_with_parents() method overload with no parameter.
  Bug #566003 (Philip Belemezov).
* NoteTree: Do not use a non-ASCII dash character in a comment, to
  avoid the MSVC++ warning C4819 with Visual Studio 2008.
  (Tao Wang) Bug #568072
* spawn_*() functions: Added alternative API for when
  GLIBMM_EXCEPTIONS_ENABLED is not enabled. (Murray Cumming)
  Bug #565487 (Jonathon Jongsma)
* uri_*() functions: Fix memory leak.
  (Jonathan Jongsma) Bug #566845 (Jason Kasper)
* ustring: Add an overload which takes only a format string and no arguments
  to be substituted. (Daniel Elstner) Bug #506394.

2.19.1 (unstable):

* Fix accidental ABI breakage in 2.19.0 caused by adding default handlers for
  new Gio::Drive signals

2.19.0 (unstable):

* wrapped new glib 2.19.x API
  * Gio::AppInfo: get_commandline(), can_delete(), do_delete(),
    reset_type_associations(), launch_default_for_uri()
  * Gio::Drive: new signals changed, disconnected, and eject_button
  * Gio::Icon: create(std::string), to_string()(),
  * Gio::Mount: guess_content_type_sync(), is_shadowed(), shadow(), unshadow()
  * Gio::content_type_from_mine_type();
  * Gio::DesktopAppInfo: create_from_keyfile()
  * Gio::Emblem: new class
  * Gio::EmblemedIcon: new class
  * Gio::MemoryOutputStream: new class
* Bugs Fixed:
  * 555743 - warning in glibmm
  * 562716 - warning fixing cause more warnings.
  * 396963 - Add Glib::signal_idle().connect_once()
* Thanks to contributions from Przemys��aw Grzegorczyk, Dave Foster, Hubert
  Figuiere, and Jonathon Jongsma for changes in this release

(jmcneill)

2009-03-17 21:50:17 UTC MAIN commitmail json YAML

Updated devel/libgweather to 2.26.0

(jmcneill)

2009-03-17 21:49:02 UTC MAIN commitmail json YAML

Update libgweather to 2.26.0.

libgweather 2.26.0
==================

Locations.xml

* Remove a duplicate copy of Warsaw (Dan)
* Strip out the automated Canadian stations that (badly) duplicate
  non-automated stations. This fixes Edmonton (Dan)
* Regenerate with only currently-reporting locations. This fixes Berlin
  (Dan)

Translators

* Amitakhya Phukan (as)
* Alexander Shopov (bg)
* Runa Bhattacharjee (bn_IN)
* Joan Duran (ca)
* Pavel Šefránek (cs)
* Kenneth Nielsen (da)
* Hendrik Richter (de)
* Jennie Petoumenou (el)
* Philip Withnall (en_GB)
* Jorge González (es_ES)
* Jorge González (es)
* Iñaki Larrañaga Murgoitio (eu)
* Ilkka Tuohela (fi)
* Suso Baleato (gl)
* Ankit Patel (gu)
* Mark Krapivner (he)
* Rajesh Ranjan (hi)
* Takeshi AIHANA (ja)
* Shankar Prasad (kn)
* Erdal Ronahi (ku)
* Žygimantas Beručka (lt)
* Rajesh Ranjan (mai)
* Praveen Arimbrathodiyil (ml)
* Sandeep Shedmake (mr)
* Kjartan Maraas (nb)
* Wouter Bolsterlee (nl)
* Manoj Kumar Giri (or)
* Krishnababu K (te)
* Deniz Kocak (tr)
* Theppitak Karoonboonyanan (th)

libgweather 2.25.92
===================

libgweather

* Mark "Unknown" as translatable in the timezone menu (Vincent)

Translators

* Ihar Hrachyshka (be@latin)
* Yavor Doganov (bg)
* David Lodge (en_GB)
* Bruno Brouard (fr)
* Milo Casagrande (it)
* Takeshi AIHANA (ja)
* Shankar Prasad (kn)
* Praveen Arimbrathodiyil (ml)
* Wouter Bolsterlee (nl)
* Og Maciel (pt_BR)
* Duarte Loreto (pt)
* Adi Roiban (ro)
* Nickolay V. Shmyrev (ru)
* Daniel Nylander (sv)
* Tirumurthi Vasudevan (ta)

libgweather 2.25.91
===================

Locations.xml

* Use Asia/Kathmandu instead of Asia/Katmandu (Vincent)

Misc

* Make it easier to regenerate locations.pot (Claude Paroz)

Translators

* Alexander Shopov (bg)
* Runa Bhattacharjee (bn_IN)
* Gil Forcada (ca)
* Kenneth Nielsen (da)
* Christian Kirbach (de)
* Iñaki Larrañaga Murgoitio (eu)
* Yair Hershkovitz (he)
* Gabor Kelemen (hu)
* Milo Casagrande (it)
* Takeshi AIHANA (ja)
* Changwoo Ryu (ko)
* Raivis Dejus (lv)
* Subhransu Behera (or)
* Tomasz Dominikowski (pl)
* Enrico Nicoletto (pt_BR)
* Adi Roiban (ro)
* Theppitak Karoonboonyanan (th)
* Clytie Siddall (vi)

libgweather 2.25.5
==================

Translators

* Joan Duran (ca)
* Christian Kirbach (de)
* Ilkka Tuohela (fi)
* Gabor Kelemen (hu)
* Kjartan Maraas (nb)
* Daniel Nylander (sv)

libgweather 2.25.4
==================

libgweather

* Add gweather_xml_free_locations() API (Milan Crha)
* Fix leaks (Milan Crha)

Translators

* Jorge Gonzalez (es)
* Kjartan Maraas (nb)

libgweather 2.25.3
==================

libgweather

* Make libgweather work on Win32 (Tor Lillqvist, Vincent)

Misc

* Improve regeneration framework for po file for Locations.xml (Dan)

Translators

* Claude Paroz (fr)
* Yair Hershkovitz (he)
* Erdal Ronahi (ku)
* Fábio Nogueira (pt_BR)

libgweather 2.25.2
==================

libgweather

* Add new API to directly get WeatherInfo values instead of strings
  (Milan Crha)
* Use the degree sign followed by "C" or "F" rather than using the
  combined "degrees C" and "degrees F" glyphs (Dan)
* Handle wind reports in m/s (Dan)
* Use new libsoup 2.25.1 API for proxy instead of some custom code
  (Dan)
* Use single includes for gtk/glib (Maxim Ermilov)
* Do not use deprecated libsoup API (Dan)
* Do not care about sub-city locations and only use the first child
  (Dan)
* Handle compressed Locations.xml files (Vincent)
* Code cleanups (Vincent, Dan)

Locations.xml

* Do not localize sub-city locations since they won't be used in the UI
  (Dan)
* Add "Bahamas" to the list of countries whose name we put "the" before
  in comments (Dan)
* Add msgctxt attributes to the XML for duplicate names (Dan)
* When given a location name like "Covington / Cincinnati", only create
  an entry for one of the two cities (Dan)
* Fix spelling of local vs international names (Dan)
* Do not assume a weather station is in the same country as a city.
  This fixes Luxembourg not appearing in the list of countries (Dan)

Misc

* Make sure that the shipped COPYING file is GPLv2 (Dan)
* Add various flags like -DG_DISABLE_SINGLE_INCLUDES and
  _DISABLE_DEPRECATED flags (Dan, Vincent)
* Remove locations_file from the pkg-config pc file (Dan, Vincent)
* Require intltool 0.40.3 (Dan)
* Add --enable-locations-compression configure flag to compress
  Locations.xml files with gzip (Vincent)
* Add some (incomplete) API documentation with gtk-doc (Vincent, Dan)

Translators

* Jorge González (es_ES)
* Jorge González (es)
* Daniel Nylander (sv)

(jmcneill)

2009-03-17 21:43:54 UTC MAIN commitmail json YAML

Replaced _PKG_SILENT and _PKG_DEBUG with RUN.

(rillig)

2009-03-17 21:40:48 UTC MAIN commitmail json YAML

2009-03-17 21:28:10 UTC MAIN commitmail json YAML

Documented the public variables of this file.

(rillig)

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

Updated graphics/librsvg to 2.26.0

(jmcneill)

2009-03-17 21:19:50 UTC MAIN commitmail json YAML

Update librsvg to 2.26.0.

2009-03-16  Dominic Lachowicz <domlachowicz@gmail.com>

* configure.in: 2.26.0

2009-02-19  Christian Persch  <chpe@gnome.org>

* rsvg-base.c: fails to parse SVG with parameter entities. Bug #567311

2009-02-19  Thomas Andersen <phomes@gmail.com>

* rsvg-image.c: mem leaks. Bug #444444

2009-02-19  Matthias Clasen <mclasen@redhat.com>

* rsvg-filter.c: filter nodes are leaked. Bug #475851.

2009-02-19  Josselin Mouette <joss@malsain.org>

* rsvg-path.c: Crashes on some architectures because of wrong zero check on doubles. Bug #565371

2009-02-19  Christian Persch  <chpe@gnome.org>

* rsvg-base.c: better error messages. Bug #567307

2009-02-19  Thomas Andersen <phomes@gmail.com>

* rsvg-filter.c:  "const static" should be "static const". Bug #570656

2009-02-19  Thomas Andersen <phomes@gmail.com>

* gtk-engine/svg-draw.c: don't use deprecated gdk_pixbuf_unref. Bug #570938

2009-02-19  liucougar <liucougar@gmail.com>

* rsvg-text.c: librsvg can not render text-decoration=underline text. Bug #566365
* rsvg-cairo-draw.c: ditto

2009-02-19  Luis Menina  <liberforce@freeside.fr>

* *: GNOME Goal: Clean up GLib and GTK+ includes. Bug #563789

2009-02-19  Hagen Schink <troja84@gmail.com>

* rsvg-base.c: Memory leak in rsvg_handle_get_dimensions_sub(). Bug #562546

2009-02-19  Robert Staudinger <robert.staudinger@gmail.com>

* rsvg-file.c: Do not allocate RsvgState in rsvg_new_image(), use the instance that's been
allocated and set up in the call to _rsvg_node_init(). Bug #557082

2009-01-09  Christian Persch  <chpe@gnome.org>

* doc/rsvg-sections.txt:
* librsvg.def:
* rsvg-base.c:
* rsvg.h: Add function to check whether the SVG document contains an
element by ID. Bug #567070.

2009-01-06  Christian Persch  <chpe@gnome.org>

* configure.in:
* librsvg-features.h.in: Also add feature defines and check macro to
librsvg-features.h.in. Bug #566701.

2009-01-06  Christian Persch  <chpe@gnome.org>

* configure.in:
* librsvg-2.0-uninstalled.pc.in:
* librsvg-2.0.pc.in: Indicate in the .pc file whether svgz and css
support is available. Bug #564616.

2008-12-15  Christian Persch  <chpe@gnome.org>

* rsvg-base.c: (rsvg_handle_get_position_sub): Return TRUE on success.
Bug #564522.

2008-12-12  Christian Persch  <chpe@gnome.org>

* librsvg-features.h.in: Add version check macro. Bug #564226.

2008-11-27  Robert Staudinger  <robsta@gnome.org>

* doc/rsvg-sections.txt: New API rsvg_handle_get_position_sub(), gets
the offset of an SVG element.
* librsvg.def:
* rsvg-base.c (rsvg_handle_get_position_sub):
* rsvg-dimensions.c (main):
* rsvg.h: ditto.

2008-11-22  Dominic Lachowicz  <domlachowicz@gmail.com>

* rsvg-cairo-render.h: Feature request: rsvg_handle_get_dimensions_sub()
(#555682). Patches from Hagen Schink (troja84@gmail.com) and
Robert Staudinger (robert.staudinger@gmail.com)
* librsvg.def:
* rsvg-private.h:
* ChangeLog:
* rsvg-structure.c:
* rsvg-base.c:
* rsvg-css.c:
* rsvg.h:
* rsvg-dimensions.c:
* Makefile.am:
* rsvg-cairo-render.c:
* rsvg-gobject.c: ditto

2008-11-22  Dominic Lachowicz  <domlachowicz@gmail.com>

* gdk-pixbuf-loader/Makefile.am: -I flag-ordering problem breaks build
if system already has lib installed (#558040). Patch from
dmacks@netspace.org
* Makefile.am: ditto

2008-11-22  Dominic Lachowicz  <domlachowicz@gmail.com>

* Makefile.am: Stray Makefile variables (#558039). Patches from
dmacks@netspace.org
* rsvg-base.c:
* gdk-pixbuf-loader/Makefile.am:
* gtk-engine/Makefile.am: ditto

2008-11-22  Dominic Lachowicz  <domlachowicz@gmail.com>

* gtk-engine/svg-rc-style.c: Remove deprecated GLib symbols (#560444).
Patch by Luis Menina (liberforce@freeside.fr)

2008-11-05  Kjartan Maraas  <kmaraas@gnome.org>

* rsvg-private.h: Use G_STRFUNC as suggested by Christian Persch.

2008-11-05  Kjartan Maraas  <kmaraas@gnome.org>

* rsvg-private.h: Don't use deprecated glib symbols.

2008-10-20  Dominic Lachowicz <domlachowicz@gmail.com>

* rsvg-structure.c: Stop crash due to recursive references (#518640).
Patch by Tom Parker
* rsvg-private.h: ditto
* rsvg-base.c: ditto
* rsvg-cairo-render.c: ditto

2008-10-20  Dominic Lachowicz <domlachowicz@gmail.com>

* rsvg-mask.c: another memory leak (#552919). Found by mclasen.

2008-10-20  Dominic Lachowicz <domlachowicz@gmail.com>

* rsvg-gobject.c: gdmgreeter segfault due to libxml2 API/ABI change
(#549087). Patch by Tom Parker (palfrey%40tevp.net). Untested against
libxml2 >= 2.7.0, but DV says "from the distance, that patch seems
to do the right thing"
* rsvg-base.c: ditto

2008-10-20  Dominic Lachowicz <domlachowicz@gmail.com>

* rsvg-convert.c: background color setting feature in rsvg_convert program
(#556969). Patch inspired by harobed (stephane%40harobed.org)
* librsvg.def: Export 1 function necessary for the above

2008-10-20  Dominic Lachowicz <domlachowicz@gmail.com>

* rsvg-convert.c: command-line tools can't handle UTF-8 encoded
filenames (#557036, reported by Tim Starling)
* test-display.c: ditto

2008-09-23  Vincent Untz  <vuntz@gnome.org>

* configure.in: post-release bump to 2.22.4.

(jmcneill)

2009-03-17 21:10:54 UTC MAIN commitmail json YAML

Updated devel/libwnck to 2.26.0

(jmcneill)

2009-03-17 21:10:27 UTC MAIN commitmail json YAML

Update libwnck to 2.26.0.

2.26.0
======

Translators

  - Amitakhya Phukan (as)
  - Petr Kovar (cs)
  - Kenneth Nielsen (da)
  - Jennie Petoumenou (el)
  - David Lodge (en_GB)
  - Pauli Virtanen (fi)
  - Ankit Patel (gu)
  - Gil Osher (he)
  - Luca Ferretti (it)
  - Ani Peter (ml)
  - Sandeep Shedmake (mr)
  - wadim dziedzic (pl)
  - Adi Roiban (ro)
  - Nickolay V. Shmyrev (ru)
  - I. Felix (ta)
  - Krishna Babu K (te)
  - Baris Cicek (tr)

2.25.91
=======

Misc

  - Require glib 2.16.0

Translators

  - Yavor Doganov (bg)
  - Runa Bhattacharjee (bn_IN)
  - Sílvia Miranda (ca)
  - Rhys Jones (cy)
  - Andre Klapper (de)
  - Dawa pemo (dz)
  - Kostas Papadimas (el)
  - David Lodge (en_GB)
  - Guillaume Savaton (eo)
  - Jorge González (es)
  - Iñaki Larrañaga Murgoitio (eu)
  - Pauli Virtanen (fi)
  - Ankit Patel (gu)
  - Rajesh Ranjan (hi)
  - Gabor Kelemen (hu)
  - Takeshi AIHANA (ja)
  - Shankar Prasad (kn)
  - Changwoo Ryu (ko)
  - Žygimantas Beručka (lt)
  - Arangel Angov (mk)
  - Sanlig Badral (mn)
  - Hasbullah Bin Pit (ms)
  - Wouter Bolsterlee (nl)
  - Manoj Kumar Giri (or)
  - Amanpreet Singh Alam (pa)
  - Vladimir Melo (pt_BR)
  - Duarte Loreto (pt)
  - Vasiliy Faronov (ru)
  - Steve Murphy (rw)
  - Pavol Šimo (sk)
  - Слободан Д. Средојевић (sr)
  - Theppitak Karoonboonyanan (th)
  - Maxim Dziumanenko (uk)
  - Clytie Siddall (vi)
  - Deng Xiyue (zh_CN)
  - Chao-Hsiung Liao (zh_HK)
  - Chao-Hsiung Liao (zh_TW)

2.25.5
======

Fixes

  - Make libwnck compile with gnome-common DEPRECATED variables (Vincent)
  - Use C_() instead of Q_() (Matthias Clasen)

Translators

  - Andre Klapper (de)
  - Jorge González (es)
  - Mattias Põldaru (et)
  - Claude Paroz (fr)
  - Luca Ferretti (it)
  - Vladimir Melo (pt_BR)
  - Matej Urbančič (sl)
  - Daniel Nylander (sv)

2.25.3
======

Fixes

  - Use single include for GTK+ (Pedro Fragoso)
  - Fix compiler warning (Vincent)

(jmcneill)

2009-03-17 20:56:31 UTC MAIN commitmail json YAML

fix destdir build
bump PKGREVISION

(kefren)

2009-03-17 20:43:10 UTC MAIN commitmail json YAML

Updated devel/pango to 1.24.0

(jmcneill)

2009-03-17 20:41:34 UTC MAIN commitmail json YAML

Update pango to 1.24.0.

Overview of changes between 1.23.0 and 1.24.0
=============================================
- pango-view improvements:

  * pango-view -q now works without a X server.

  * Ability to save to PS, EPS, PDF, and SVG files.  Filetype is
    detected from output file extension.

  * New options --foreground, --background, and --annotate.

  * Now installs a manual page, thanks to help2man.

- PangoFc API changes:

  * PangoFcFont now has a "fontmap" property that subclasses can use
    at construction time to setup the font->fontmap link.

  * New backend-public API:

pango_fc_font_map_find_decoder()

- Misc optimizations
- Build fixes
- Misc bug fixes
- Bugs fixed in this release:
    Bug 547963 – man page for pango-view
    Bug 502804 – pango-view or pangocairo-view option to annotate
    Bug 502801 – per-backend pango-view options
    Bug 502805 – pango-view option for foreground/background color
    Red Hat Bug 490331 -  Crash of galeon in libpango
    Bug 523166 – pango-view opens display even when invoked with -q
    Bug 567160 – Share cmap cache between PangoFcFont's of the same face
    Red Hat Bug 487593 -  crash changing language in gdm
    Bug 572662 – Remove deprecated GTK+ symbols
    Bug 572529 – Poor -I ordering can break build

Overview of changes between 1.22.4 and 1.23.0
=============================================
- Change the PangoFc font loading API to allow for lazy loading of fonts.
- Add private PangoFcFontset that loads fallback fonts as needed.
- Call FcFontMatch() and only if fallback fonts are needed call FcFontSort().
- Optimize HarfBuzz number of malloc calls
- Don't malloc megs of unused memory in HarfBuzz
- Print-out, and parse, numeric styles correctly.  Things like
  "DejaVu Sans weight=100" parse as font description now.
- New public API:

Add two new public macros:

PANGO_ATTRIBUTE_INDEX_FROM_TEXT_BEGINNING
PANGO_ATTRIBUTE_INDEX_TO_TEXT_END

Add new public enum values:

PANGO_WEIGHT_BOOK
PANGO_WEIGHT_ULTRAHEAVY
PANGO_WEIGHT_THIN
PANGO_WEIGHT_MEDIUM

- Misc bug fixes
- Bugs fixed in this release:
Bug 569763 – pango doesn't like font descriptions without family!
Bug 560792 – Make PangoLayoutLine with line->layout==NULL renderable
Bug 567392 – Abiword crashes in pango when opening document with
certain locales
Bug 566727 – PangoFontsetLazy
Bug 567165 – Apply all pattern matrices
Bug 567934 – Add introspection support inside pango
Bug 549532 – Correction to the sample string for Hindi in
pango-language-sample-table.h
Bug 566726 – Minor optimization
Bug 566941 – Add PANGO_ATTRIBUTE_INDEX_FROM_TEXT_BEGINNING and
PANGO_ATTRIBUTE_INDEX_TO_TEXT_END
Bug 551469 – Fold '@' to '-' when parsing PangoLanguages
Bug 328206 – Update/remove some old files
Bug 166709 – Handle font variants more consistently
Bug 166676 – pango_fc_font_map_finalize
Bug 164001 - pango-querymodules doesn't work uninstalled on win32
Bug 384362 – pango can't select some font styles
Bug 168085 – numeric styles in pango_font_description_to_string()
Bug 529591 – Code related to malayalam is misplaced.
Patch from Rahul Bhalerao
Bug 515807 – Don't bind modules lazily
Bug 512662 – Update check.docs for pango-undeclared.txt
Bug 565644 – Maybe pango_font_descriptions_free is deprecated
Bug 469049 – Fix all compiler warnings
Bug 565379 – pango_font_description_better_match some style attributes
of old_match are not checked
Bug 564877 – pango-engine.h: PANGO_MODULE_PREFIX and G_MODULE_EXPORT

(jmcneill)

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

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

Needs glib2>=2.19.7 to build.

(jmcneill)

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

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

+ deskbar-applet-2.26.0

(jmcneill)

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

Introduce "libao" and "curl" options, both "on" by default.
This addresses PRs pkg/36173 and pkg/41027.

While here, add DESTDIR support.

(asau)

2009-03-17 17:58:49 UTC MAIN commitmail json YAML

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

+ sound-juicer-2.26.0

(jmcneill)

2009-03-17 16:40:42 UTC MAIN commitmail json YAML

Updated security/seahorse-plugins to 2.26.0

(jmcneill)

2009-03-17 16:39:12 UTC MAIN commitmail json YAML

Update seahorse-plugins to 2.26.0.

seahorse-plugins 2.26.0
-----------------------

    (no changes)

seahorse-plugins 2.25.92
------------------------

    * Connect the uninit function to gtk_quit signal [Adam Schreiber]
    *  Only use 16 characters when generating a key identifier for notifications. [Stef Walter]
    * Fix reference counting to close windows properly [Adam Schreiber]
    * Fix exiting of gedit plugin [Paolo Borelli and Jesse van den Kieboom]
    * Don't print replacement text to stderr. [Adam Schreiber]
    * Remove deprecated GTK+ symbols [Adam Schreiber]
    * Removed unused screenshots [Adam Schreiber]
    * Update epiphany version checking automagic [Christian Persch]

    Translations
    * it.po [Milo Casagrande]
    * pl.po [Tomasz Dominikowski]
    * vi.po [Clytie Siddall]
    * zh_HK.po [Chao-Hsiung Liao]
    * zh_TW.po [Chao-Hsiung Liao]

seahorse-plugins 2.25.90
------------------------

    * Don't prompt for signer if only one private key [Adam Schreiber]
    * Bring name of preferences window into alignment with desktop file and
    documentation [Adam Schreiber]
    * Finish removing libgnome calls [Adam Schreiber]
    * Fix display of error meassages [Adam Schreiber]

    Translations
    * ko.po: [Changwoo Ryu]
    * bn_IN.po: [Runa Bhattacharjee]

seahorse-plugins 2.25.3
-----------------------

    * remove calls that pull in libgnomeui [Adam Schreiber]
    * HIG Fixes [Christian Persch]
    * Make epiphany plugin work again [Adam Schreiber]

seahorse-plugins 2.25.1
-----------------------

    * remove last of gnome-vfs. [Stef Walters]

(jmcneill)

2009-03-17 16:28:36 UTC MAIN commitmail json YAML

propagate dependencies on libX11/libSM, fixes build breakage in
dependent pkgs

(drochner)

2009-03-17 16:22:58 UTC MAIN commitmail json YAML

2009-03-17 16:04:35 UTC MAIN commitmail json YAML

Updated sysutils/gnome-system-monitor to 2.26.0.1

(jmcneill)

2009-03-17 16:04:07 UTC MAIN commitmail json YAML

Update gnome-system-monitor to 2.26.0.1.

New in 2.26.1 - 16 Mars 2009
* Updated translations.

New in 2.26.0 - 2 Mars 2009
* Fixed potential segfault with broken icon themes (#573030).

New in 2.25.91 - 16 February 2009
* A few bugfixes.
* Faster startup (spaws lsb_release only when needed).

(jmcneill)

2009-03-17 15:56:35 UTC MAIN commitmail json YAML

Updated devel/libgnome to 2.26.0

(jmcneill)

2009-03-17 15:56:05 UTC MAIN commitmail json YAML

Update libgnome to 2.26.0.

libgnome 2.26.0

* Updated translations
  (as, bn_IN, crh, cs, da, el, gl, hi, it, ja, lt, ml, mr,
  ro, ru, ta, te)

(jmcneill)

2009-03-17 15:51:22 UTC MAIN commitmail json YAML

Updated x11/gnome-themes to 2.26.0

(jmcneill)

2009-03-17 15:48:51 UTC MAIN commitmail json YAML

Update gnome-themes to 2.26.0.

2.26.0
======

Features/bugfixes:

* Fix progress bar color in Simple (Benjamin Berg)
* Improve the progress bar in entries a bit in Glider and Simple
  (Benjamin Berg)
* Add support for the entry progress in Clearlooks based themes
  (Benjamin Berg)

New/updated translations:

Amitakhya Phukan (as)
Runa Bhattacharjee (bn_IN)
Jordi Mallach (ca)
Ole Laursen (da)
Hendrik Richter (de)
Jennie Petoumenou (el)
Suso Baleato (gl)
Rajesh Ranjan (hi)
Luca Ferretti (it)
Sandeep Shedmake (mr)
Nickolay V. Shmyrev (ru)
I. Felix (ta)
Krishna Babu K (te)

2.25.92
=======

New/updated translations:

2009-02-26  Duarte Loreto <happyguy_pt@hotmail.com>
* pt.po: Updated Portuguese translation.

2009-02-23  Philip Withnall  <philip@tecnocode.co.uk>
* en_GB.po: Updated British English translation.

2009-02-22  Praveen Arimbrathodiyil  <pravi.a@gmail.com>
* ml.po: Updated Malayalam translation (Hari Vishnu).

2009-02-22  Baris Cicek  <baris@teamforce.name.tr>
* tr.po: Updated Turkish translation.

2.25.91
=======

Features/bugfixes:

New icons for HC-SVG and HCLPI:

* New 'printer-printing' and 'printer-error' by Vinicius Depizzol
Closes bug #564910 and #564914.
* New 'battery-low' and 'battery-caution' from Vinicius Depizzol and
Luca Ferretti <elle.uca@libero.it>. (Close bugs #564629 and #564631)
* New icon for 'network-wireless' (Luca Ferretti, bug #565704)
* New icon for 'mail-send-receive' (Luca Ferretti, bug #565788)
* New icon for 'emblem-unreadable' (Luca Ferretti, bug #565854)
* New icon for 'media-playlist-shuffle' (Luca Ferretti, bug #565243)
* New icon for 'media-playlist-repeat' (Luca Ferrettii, bug #564663)
* New icon for 'x-office-presentation' (Luca Ferretti, bug #565705)
* New icon for 'x-office-document' (Luca Ferretti, bug #565800)

New/updated translations:

2009-02-16  Wouter Bolsterlee  <wbolster@svn.gnome.org>
* nl.po: Updated Dutch translation by Wouter Bolsterlee.

2009-02-15  Luca Ferretti  <elle.uca@libero.it>
* it.po: Updated Italian translation.

2009-02-14  Petr Kovar  <pknbe@volny.cz>
* cs.po: Updated Czech translation by Pavel Sefranek.

2009-02-14  Gabor Kelemen  <kelemeng@gnome.hu>
* hu.po: Translation updated.

2009-02-14  Ihar Hrachyshka  <booxter@lacinka.org>
* be@latin.po: Updated Belarusian Latin translation by Ihar
Hrachyshka.

2009-02-12  Jani Monoses  <jani@ubuntu.com>
* ro.po: Updated Romanian translation
by Adi Roiban <adi@roiban.ro>

2009-02-12  Inaki Larranaga Murgoitio  <dooteo@euskalgnu.org>
* eu.po: Updated Basque translation.

2009-02-11  Theppitak Karoonboonyanan  <thep@linux.thai.net>
* th.po: Updated Thai translation.

2009-02-10  Gil Forcada  <gforcada@gnome.org>
* ast.po: Added Asturian translation on behalf of Mikel González.
* LINGUAS: Added ast.

2009-02-10  Alexander Shopov  <ash@contact.bg>
* bg.po: Updated Bulgarian translation by
Alexander Shopov <ash@contact.bg>

2009-02-09  Claude Paroz  <claude@2xlibre.net>
* fr.po: Updated French translation.

2009-02-09  Claude Paroz  <claude@2xlibre.net>
* LINGUAS:
* crh.po: Added Crimean Tatar translation on behalf of Reşat SABIQ.

2009-02-09  Chao-Hsiung Liao  <j_h_liau@yahoo.com.tw>
* zh_HK.po: Updated Traditional Chinese translation(Hong Kong).
* zh_TW.po: Updated Traditional Chinese translation(Taiwan).

2009-02-09  Takeshi AIHANA <takeshi.aihana@gmail.com>
* ja.po: Updated Japanese translation.

2009-02-06  Clytie Siddall <clytie@riverland.net.au>
* vi.po: Updated Vietnamese translation.

2009-02-06  Manoj Kumar Giri  <mgiri@redhat.com>
* or.po: Updated Oriya Translation.

2009-02-05  Sweta Kothari  <swkothar@redhat.com>
* gu.po: Committed Gujarati Translation.

2009-02-03  Tomasz Dominikowski  <tdominikowski@aviary.pl>
* pl.po: Updated Polish translation

2.25.90
=======

Features/bugfixes:

Luca Ferretti  <elle.uca@libero.it>:
New icon for 'x-office-calendar' (Closes bug #565794)
HC-SVG: Don't ihnerit HighContrastLargePrint, and use "folder"
as Example.
New icon for 'x-office-address-book' (Closes bug #565870).
New icon 'text-x-generic-template' (Close bug #565878)
New HC-SVG icons from Vinicius Depizzol (bugs #566037, #566038), inverse
versions by Luca Ferretti.

New/updated translations:

2009-01-28  Changwoo Ryu  <cwryu@debian.org>
* ko.po: Updated Korean translation.

2009-01-27  Ilkka Tuohela <hile@iki.fi>
* fi.po: Updated Finnish translation.

2009-01-25  Raivis Dejus  <orvils@gmail.com>
* lv.po: Updated Latvian translation.

2009-01-21  Yair Hershkoviz  <yairhr@gmail.com>
* he.po: Updated Hebrew translation.

2.25.5
======

Features/bugfixes:

2008-12-27  Luca Ferretti  <elle.uca@libero.it>
New high contrast icons for status/weather.
Close bugs #564117, #564119, #564193, #564228, #564230, #564231,
#564234, #564323, #564326, #564420.

New/Updated translations:

2009-01-09  Leonardo Ferreira Fontenelle  <leonardof@gnome.org>
* pt_BR.po: Updated Brazilian Portuguese translation. Contributed by
Djavan Fagundes.

2009-01-08  Daniel Nylander <po@danielnylander.se>
* sv.po: Updated Swedish translation.

2009-01-05  Kjartan Maraas  <kmaraas@gnome.org>
* nb.po: Updated Norwegian bokmål translation.

2009-01-03  Priit Laes  <plaes at svn dot gnome dot org>
* et.po: Translation updated by Ivar Smolin

2.25.4
======

Not released.

2.25.3
======

Features/bugfixes:

2008-12-15  Luca Ferretti  <elle.uca@libero.it>
* icon-themes/HighContrast-SVG/scalable/actions/mail-reply-all.svg:
Added icon proposed Kevin Kubasik with a minor touchup.
Close bug #561646

2.25.2
======
Features/bugfixes:

* Many new icons for HighContrast-SVG (Luca Feretti, Kevin Kubasik).

* Apply `inkscape --vacuum-defs` removing wrong/odd stuff (mostly invalid
URI to sodipodi-0.dtd, due to extraneus space) generating wrong SVG
files. Thanks WebKit to show this issue. (Luca Feretti)

* Move from apps to apps-extra some icons no longer in Icon
Naming Spec: internet-group-chat, internet-mail, internet-news-reader,
internet-web-browser, preferences-system-network-proxy,
preferences-system-session, preferences-system-windows.
(Luca Feretti)

2008-11-03  Benjamin Berg  <benjamin@sipsolutions.net>
* gtk-themes/ClearlooksClassic/gtkrc:
* gtk-themes/ClearlooksTest/gtkrc:
* gtk-themes/Glossy/gtkrc:
* gtk-themes/Inverted/gtkrc:
Fix the bg color of GtkViewport and GtkScrolledWindow in notebooks.

New/updated translations:

2008-11-08  Jorge Gonzalez  <jorgegonz@svn.gnome.org>
* es.po: Updated Spanish translation.

2.25.1
======

Features/bugfixes:

2008-11-03  Benjamin Berg  <benjamin@sipsolutions.net>

Add a test theme as proposed on desktop-devel-list earlier. It is
not the default though.
The theme will only be build in unstable releases, or when specified
at configure time.

Various HighContrast-SVG fixes from Luca Ferretti  <elle.uca@libero.it>:

Add support for HighContrast-SVG placeholder icons. Closes bug #451878.

Note that now by default gnome-themes during development
release (odd minor) will not create symlinks for legacy icons
and will install placeholder icons, automatically. On stable
releases this behavior is, of course, swithched.

Vendors can force this policy using provide --enable-* options
at configure time.

Following latest spec, moved to zoom-fit-best.svg

Added "user-bookmarks" copying existing bookmarsk-view from
action-extras.

Small changes in orderd to make those appear like "real" bold and
italic version of the same A charatec (for example, put the horizontal
line at same height, but thinner in italic). Maybe not really needed
in HC theme, but we love details :)

2008-10-14  Calum Benson  <calum.benson@sun.com>
Clean up the CORE_FILES_ONLY installation-- don't bother
checking for a file called 'index.theme~' any more, we haven't
used that for years.

2008-10-09  Calum Benson  <calum.benson@sun.com>
Set GtkTreeView::grid-line-width to 2px in the large print themes.
Closes bug #548761 (reported by Benjamin Berg), although might
still need further tweaking.

New/updated translations:

2008-10-22  Simos Xenitellis  <simos@gnome.org>
* el.po: Updated Greek translation by Nick Agianniotis.

(jmcneill)

2009-03-17 15:43:32 UTC MAIN commitmail json YAML

Updated graphics/gimp to 2.6.6

(adam)

2009-03-17 15:41:42 UTC MAIN commitmail json YAML

Changes 2.6.6:
* Bugs fixed:
  - lcms plug-in crashes on broken profile
  - changing the help browser preference may not work
  - blur plugin: bug in the first line
  - gimp-2.6 crashed with SIGSEGV in IA__g_object_get()
  - 1-bit white background saved as PBM becomes all black
  - Small bug in Filter>Distorts>Ripple
  - top left pixel position/coordinate is not 0,0 but 1,1
  - Rotate with clipping crops the whole layer
* Updated translations.

(adam)

2009-03-17 15:37:29 UTC MAIN commitmail json YAML

+ gconf-editor-2.26.0 gnome-themes-2.26.0 gnome-web-photo-0.6 gtkmm-documentation-2.16.0 libgnome-2.26.0 libgnomecanvas-2.26.0

(jmcneill)

2009-03-17 14:46:39 UTC MAIN commitmail json YAML

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

gamin isn't ready yet, so switch back to fam

(jmcneill)

2009-03-17 13:52:08 UTC MAIN commitmail json YAML

2009-03-17 13:34:54 UTC MAIN commitmail json YAML

Updated sysutils/gamin to 0.1.10nb2
Updated sysutils/libgamin to 0.1.10nb1

(jmcneill)

2009-03-17 13:34:06 UTC MAIN commitmail json YAML

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

2009-03-17 12:19:35 UTC MAIN commitmail json YAML

Update yelp to 2.26.0.

Changes in 2.26.0:
------------------
* Don't assume order of certain man macros, bug #568066 (Andy Owen)
* Fixed locking issue, bug #568058 (Andy Owen)
* Updated translations:
  mai    (Rajesh Ranjan)
  hi      (Rajesh Ranjan)
  as      (Amitakhya Phukan)
  ml      (Ani Peter)
  te      (Krishnababu K)
  he      (Yair Hershkovitz)

Changes in 2.25.1:
------------------
* RTL fixes, bug #573159, Shaun McCance
* Fixed libxul[-embedding] detection, Christian Persch
* Removed deprecated GTK symbols, bug #571868, Thomas H.P. Andersen
* Fixed crasher, bug #552947, Antonio Litterio
* Fixed loading of local HTML files, bug #562137, Josselin Mouette
* Updated translations:
  ar          (Khaled Hosny)
  ast        (Mikel Gonz叩lez)
  et          (Ivar Smolin)
  it          (Milo Casagrande)
  ko          (Changwoo Ryu)
  la          (Rafael Garcia)
  ps          (Zabeeh Khan)
  sv          (Daniel Nylander)
  uz          (Nurali Abdurahmonov)
  uz@cyrillic (Nurali Abdurahmonov)
  zh_HK      (Chao-Hsiung Liao)
  zh_TW      (Chao-Hsiung Liao)

(jmcneill)

2009-03-17 12:08:14 UTC MAIN commitmail json YAML

Updated misc/gnome-utils to 2.26.0

(jmcneill)

2009-03-17 12:07:47 UTC MAIN commitmail json YAML

Update gnome-utils to 2.26.0.

====================================================================
GNOME Utilities 2.26.0 (16th March 2009) - "So They Say"

    * First stable release of the 2.26 cycle

Baobab

    * Fix bug 574105 - Do no show GVfs FUSE file systems in the
      preferences dialog

Dictionary

    * Nothing

Floppy

    * Nothing

Screenshot

    * Fix bug 573939 - Disable the delay option when taking a
      screenshot of a user selected area

Search Tool

    * Nothing

System Log Viewer

    * Nothing

Translations Updated by:

    Runa Bhattacharjee (bn_IN), Joan Duran (ca), Adrian Guniš (cs),
    Ask Hjorth Larsen (da), Hendrik Richter (de), Fotis Tsamis (el),
    Ivar Smolin (et), Iñaki Larrañaga Murgoitio (eu), Meelad Zakaria (fa),
    Suso Baleato (gl), Ankit Patel (gu), Rajesh Ranjan (hi),
    Andrea Zagli (it), Shankar Prasad (kn), Changwoo Ryu (ko),
    Žygimantas Beručka (lt), Praveen Arimbrathodiyil (ml),
    Sandeep Shedmake (mr), Kjartan Maraas (nb), Manoj Kumar Giri (or),
    Tomasz Dominikowski (pl), Djavan Fagundes (pt_BR), Adi Roiban (ro),
    Yuriy Penkin (ru), I. Felix (ta), Krishna Babu K (te),
    Chao-Hsiung Liao (zh_HK), Chao-Hsiung Liao (zh_TW)

====================================================================
GNOME Utilities 2.25.92 (2th March 2009) - "La La Land"

    * Fifth unstable release of the 2.25 cycle

Baobab
    * Use g_return_val_if_fail instead of g_return_if_fail.

Dictionary
    * Replace deprecated gtk_entry_set_editable.

Floppy

Screenshot

    * Initialize threads at startup and explicitely depend on GThreads.
    * If we are in a  multi-monitor setup that is not rectangular
      blank out the "invisible" areas from the rectangular root window.
    * Don't try to shape the root window.
    * Add support for taking a screenshot of an user-defined selection.

Search Tool

    * Get rid of deprecated libart calls.
    * Get rid of deprecated GTK_CHECK_* macros.

System Log Viewer

    * Explicitely depend on GThreads.
    * Gather all the readable log files from /var/log and /etc/syslog.conf
      instead of hardcoding obsolete values.

Translations Updated by:
    - Updated ast: Gil Forcada, Astur
    - Updated ca: Joan Duran
    - Updated cs: Adrian Gunis, Petr Kovar
    - Updated da: Ask H, Ask Hjorth Larsen
    - Updated en_GB: David Lodge, Philip Withnall
    - Updated es: Jorge González
    - Updated et: Ivar Smolin
    - Updated fi: Ilkka Tuohela
    - Updated fr: Claude Paroz, Frederic Peters
    - Updated gu: Sweta Kothari
    - Updated hu: Gabor Kelemen
    - Updated it: Andrea Zagli
    - Updated ja: Takeshi AIHANA
    - Updated nb: Kjartan Maraas
    - Updated nl: Wouter Bolsterlee
    - Updated pl: Tomasz Dominikowski
    - Updated pt: Duarte Loreto
    - Updated ro: Adi Roiban, Jani Monoses
    - Updated sk: Pavol Klačanský
    - Updated sv: Daniel Nylander
    - Updated th: Theppitak Karoonboonyanan
    - Updated vi: Clytie Siddall
    - Updated zh_HK: Chao-Hsiung Liao
    - Updated zh_TW: Chao-Hsiung Liao

==================================================================
GNOME Utilities 2.25.90 (9th January 2009) - "Everyday Peace"

    * Fourth unstable release of the 2.25 cycle

Baobab

    * Fix bug #567834 - Crash with segfault when trying to performe
      "scan folder" on a partition which is NOT included in "folders
      to scan"

Dictionary

Floppy

Screenshot

    * Fix bug #567205 - Register the new files with GtkRecentManager

Search Tool

System Log Viewer

    * Correctly initialize threads
    * Do not install the test-reader binary
    * Fix bug #567170 - left sidebar displays arrows when not required
    * Fix bug #569807 - gnome-system-log crashed with SIGSEGV in
      IA__g_cclosure_marshal_VOID__POINTER()

Translations Updated by:

    Jorge González (es), Mark Krapivner (he), Changwoo Ryu (ko),
    Raivis Dejus (lv), Kjartan Maraas (nb)

===================================================================
GNOME Utilities 2.25.2 (9th January 2009) - "Dark Entries"

    * Brown paper bag release to fix System Log Viewer GConf schemas
      not properly installed. Thanks to Sebastian Bacher.

===================================================================
GNOME Utilities 2.25.1 (8th January 2009) - "People Are Strange"

    * Second unstable release of the 2.25 cycle
    * Completely rewritten System Log Viewer

Baobab

    * Nothing

Dictionary

    * Fix bug #454691 – Messages in the gnome-dictionary --help output
      are not all translated [Emmanuele Bassi]
    * Use the right order when passing arguments to
      PANEL_APPLET_BONOBO_FACTORY [Yanko Kaneti]

Floppy

    * Fix bug #565388 - Drop libgnome/libgnomeui dependency
      [Cosimo Cecchi, Emilio Pozuelo Monfort]

Screenshot

    * Nothing

Search Tool

    * Nothing

System Log Viewer

    * Merged the rewrite to trunk.
    * Bug #375684 - Rename the menu item to read a more descriptive
      "Log File Viewer" [Calum Benson]

Translations by:

    Marcel Telka (sk), Jorge Gonzalez (es), Kjartan Maraas (nb).

===================================================================
GNOME Utilities 2.25.0 (19th December 2008) - "Maybe This Christmas"

    * First unstable release of the 2.25 cycle
    * Drop libgnomeui dependency for gnome-screenshot
      (#557169) [Cosimo Cecchi]
    * Add Cosimo Cecchi to the GNOME Utilities maintainers

Baobab

    * Fix bug #561257 - Use single GTK+ include [Maxim Ermilov]
    * Root partition cannot be unselected
    * Plug a mem leak [Cosimo Cecchi]
    * Drop libgnome dependency (#557264) [Cosimo Cecchi]
    * Fix bug #557226 - Do not scan /sys

Dictionary

    * Remove libgnome/libgnomeui dependency (#563970) [Cosimo Cecchi]
    * Fix bug #561257 - Use single GTK+ include [Maxim Ermilov]
    * Fix bug #558980 - gnome-dictionary desktop file hardcodes
      icon extension [Olivier Blin]

Floppy

    * Nothing

Screenshot

    * Plug memory leaks
    * Set a meaningful title for the interactive dialog (#434581)
    * Fix the mouse cursor overlay when not in fullscreen mode (#559594)
    * Always use the delay command line argument if present (#554114)
    * Move the "Copy to Clipboard" button as per HIG (#554805)
    * Drop libgnomeui dependency

Search Tool

    * Fix bug #561257 - Use single GTK+ include [Maxim Ermilov]

System Log Viewer

    * Start some clean up of the code base to bring it to the
      XXI century [Cosimo Cecchi]

Translations by:

    Anas Afif Emad (ar), Ihar Hrachyshka (be@latin), Joan Duran (ca),
    Jorge González (es), Ivar Smolin (et), Mark Krapivner (he),
    Takeshi AIHANA (ja), Jovan Naumovski (mk), Kjartan Maraas (nb),
    Leonardo Ferreira Fontenelle (pt_BR)

(jmcneill)

2009-03-17 12:05:02 UTC MAIN commitmail json YAML

Use roy@NetBSD.org instead of my personal email.

(roy)

2009-03-17 12:04:21 UTC MAIN commitmail json YAML

Use roy@NetBSD.org instead of my personal email.

(roy)

2009-03-17 12:03:38 UTC MAIN commitmail json YAML

Use roy@NetBSD.org instead of my personal email.

(roy)

2009-03-17 12:03:09 UTC MAIN commitmail json YAML

Use roy@NetBSD.org instead of my personal email.

(roy)

2009-03-17 12:02:34 UTC MAIN commitmail json YAML

Use roy@NetBSD.org instead of my personal email.

(roy)

2009-03-17 11:28:38 UTC MAIN commitmail json YAML

Updated misc/gnome-user-docs to 2.26.0

(jmcneill)

2009-03-17 11:27:02 UTC MAIN commitmail json YAML

Update gnome-user-docs to 2.26.0.

Version 2.26.0:
---------------
* Accessibility Guide:
  - Added keybindings for toggling flat review (Willie Walker)
  - Updated translations:
    de      (Simon Bienlein)
    es      (Jorge Gonzalez)
    hu      (Attila Hammer)
* System Admin Guide:
  - Updated translations:
    de      (Mario Bl辰ttermann)
* User Guide:
  - Updates to the Nautilus documentation, bug #571392 (Matthias Clasen)
  - Updates to the screen resolutjion documentation, bug #572603 (Matthias Clasen)
  - Updated translations:
    cs      (Lucas Lommer)
    de      (Mario Bl辰ttermann)
    es      (Jorge Gonzalez)
    it      (Milo Casagrande)
    pa      (Amanpreet Singh Alam)
    sv      (Daniel Nylander)
    th      (Theppitak Karoonboonyanan)

Version 2.25.1:
---------------
* Accessibility Guide:
  - Updated translations:
    de      (Simon Bienlein)
    es      (Jorge Gonzalez)
    eu      (Inaki Larranaga Murgoitio)
    fi      (Timo Jyrinki)
    it      (Luca Ferretti)
    sv      (Daniel Nylander)
* System Admin Guide:
  - Updated translations:
    ca      (Joan Duran)
    eu      (Inaki Larranaga Murgoitio)
    it      (Luca Ferretti)
    sv      (Daniel Nylander)
* User Guide:
  - Updated keybinding capplet docs, #571018, Matthias Clasen
  - Updated window capplet docs, #570915, Matthias Clasen
  - Updated gnome-screenshot docs, #571017, Matthias Clasen
  - Updated preferred applications docs, #413452, Claude Paroz
  - Updated translations:
    es      (Jorge Gonzalez)

(jmcneill)

2009-03-17 11:17:56 UTC MAIN commitmail json YAML

Note update of www/typolight package to 2.6.7nb1.
Also add missing update of www/typolight-example to 2.6.7.

(taca)

2009-03-17 11:15:53 UTC MAIN commitmail json YAML

Prevent extra '*.orig' files to be installed.

Bump PKGREVISION.

(taca)

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

Updated textproc/gnome-doc-utils to 0.16.0

(jmcneill)

2009-03-17 10:50:14 UTC MAIN commitmail json YAML

Update gnome-doc-utils to 0.16.0.

Changes in 0.16.0:
------------------
* Updated translations:
  as    (Amitakhya Phukan)
  gl    (Suso Baleato)
  he    (Yaron Sharabani)

Changes in 0.15.2:
------------------
* More RTL fixes for bug #563559
* Updated translations:
  ml    (Praveen Arimbrathodiyil)
  ro    (Adi Roiban)

Changes in 0.15.1:
------------------
* Fixed some RTL issues, thanks to muayyad alsadi, bug #563559
* Updated translations:
  lv    (Raivis Dejus)

(jmcneill)

2009-03-17 10:46:32 UTC MAIN commitmail json YAML

Updated misc/gnome-devel-docs to 2.26.0

(jmcneill)

2009-03-17 10:45:54 UTC MAIN commitmail json YAML

Update gnome-devel-docs to 2.26.0.

Version 2.26.0
--------------
* Human Interface Guidelines:
  - Fixed an image to match text (Calum Benson)
  - Validity fixes (Shaun McCance)
* Integration Guide:
  - Minor fixes (Leonardo Ferreira Fontenelle, Federico Mena Quintero)
  - Updated translations:
    cs      (Lucas Lommer)
    en_GB  (Jen Ockwell)
    es      (Jorge Gonzalez)
    pt_BR  (Leonardo Ferreira Fontenelle)
    sv      (Daniel Nylander)
* Platform Overview:
  - Fixed some links to freedesktop.org specs, bug #558800 (Shaun McCance)
  - Updated cvs.gnome.org to svn.gnome.org, bug #566039 (Adam Dingle)
  - Various typo corrections
  - Updated translations:
    es      (Jorge Gonzalez)
    fr      (Frederic Peters)
    ru      (Nikita Belobrov)
* Accessibility Devel Guide:
  - Various updates

(jmcneill)

2009-03-17 10:12:52 UTC MAIN commitmail json YAML

Updated devel/GConf to 2.26.0nb1

(jmcneill)

2009-03-17 10:12:25 UTC MAIN commitmail json YAML

Make sure PKG_SYSCONFDIR/gconf.xml.system is created, and patch up hardcoded
search path of /etc/gconf in 2/path.

(jmcneill)

2009-03-17 09:10:50 UTC MAIN commitmail json YAML

Updated net/bug-buddy to 2.26.0

(jmcneill)

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

Update bug-buddy to 2.26.0.

2.26.0
  * Don't hardcode a scrollkeeper check in the configure script.

2.25.91
  * Build correctly with --disable-eds.

2.25.2
  * Fix a segfault (Josseline Mouette).
  * Don't free uninitialized memory.

2.25.1 ("The Feel-Good vibe")
  * Drop libgnome and libgnomeui dependencies.
  * Make google-breakpad support optional (but enabled by default).
    Thanks to Sjoerd Simons.
  * Obtain the real path of the crashed process by looking in /proc.
    Thanks to Sam Morris and Matt Keenan.
  * Add an option to delete the included file after bug-buddy has
    processed it.
  * Implement a logger for pasting critical and fatal warnings in the
    stacktraces.
  * Include the loaded GTK+ modules in the stacktraces sent to bugzilla.
  * Update google-breakpad to SVN r290.
  * Compile with all the GLib/GTK+ deprecation flags.

(jmcneill)

2009-03-17 09:09:06 UTC MAIN commitmail json YAML

+ ekiga-3.2.0

(jmcneill)

2009-03-17 08:55:23 UTC MAIN commitmail json YAML

Updated devel/GConf to 2.26.0
Updated devel/GConf-ui to 2.26.0

(jmcneill)

2009-03-17 08:54:31 UTC MAIN commitmail json YAML

Update GConf and GConf-ui to 2.26.0.

2.26.0
======

  Fixes
  - Correct url to gconf website (Kjartan Maraas)
  - Plug memory leak in error path (Matthias Clasen, Tommi Rantal)
  - Remove deprecated GTK+ api (Matthias Clasen)

  Translation updates
    (as, bg, bn_IN, ca, cs, da, de, el, en_GB, es, eu, fi, fr, gl, gu, he, hi, hu, it, ja, kn, ko, lt, lv, ml, mr, nb, nl, or, pl, pt, pt_BR, ro, ru, sv, ta, te, th, tr, zh_HK, zh_TW)

2.25.2
======

  Fixes
  - Correct location of system settings in path configuration (Ray Strode)

2.25.1
======

  Fixes
  - Missing return in gconftool.c/do_toggle (Magnus Boman)
  - Fix xml-backend symbol exports on Cygwin (Vincent Untz)
  - Win32 build fixes (Tor Lillqvist)
  - Optimizations in the markup backend (Michael Meeks)
  - Don't hardcode paths in the defaults mechanism (Vincent Untz)
  - Fix dbus policy for the defaults mechanism (Vincent Untz)

  Translation updates
    (bg, ca, de, eu, fi, fr, gu, hu, ja, ko, nl, or, pt. th,
      vi, zh_HK, zh_TW)

2.25.0
======

  Fixes
  - Fix various format string warnings (Christian Persch)
  - Sync saved state to disk before closing (Ray Strode)

  Features
  - Add --search-key-regex option to gconftool (Christian Persch)
  - Add --toggle option to gconftool (Matthias Clasen)

  Translation updates
    (ar, da, dz, es, fi, he, nb, pt_BR, sv, uk)

(jmcneill)

2009-03-17 08:48:12 UTC MAIN commitmail json YAML

+ GConf-2.26.0 gnome-nettool-2.26.0

(jmcneill)

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

Updated converters/skf to 1.95.7

(obache)

2009-03-17 05:03:16 UTC MAIN commitmail json YAML

Update skf to 1.95.7.

  * fix hard-inquiry does not work
  * fix unbuffer mode broken.

(obache)

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

+ bug-buddy-2.26.0 vinagre-2.26.0

(jmcneill)

2009-03-17 00:35:20 UTC MAIN commitmail json YAML

+ vino-2.26.0

(jmcneill)

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

Updated x11/gnome-control-center to 2.26.0

(jmcneill)

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

Updated x11/gnome-control-center to 2.26.0

(jmcneill)

2009-03-17 00:27:37 UTC MAIN commitmail json YAML

Update gnome-control-center to 2.26.0.

gnome-control-center 2.26.0 (2009-03-16)

About me:
- Fix warning when selecting a finger to enroll in the combo box
  (Bastien Nocera) (#574974)

Default applications:
- Fix mnemonic conflicts (Jens Granseuer)

Display:
- Make the strings of the rotation dialog appear translated (Gabor Kelemen)
  (#574693)
- Fix crash when refreshing RANDR configuration (Federico Mena Quintero)
  (#574865)

Font viewer:
- Stop the font thumbnailer eating all the CPU (Bastien Nocera) (#573795)

Keybindings:
- Fix mnemonics conflict on the custom shortcut window (Jens Granseuer)

Typing break:
- Revert string freeze breaker (Thomas H.P. Andersen) (#572325)

Translations:
- af (Friedel Wolff)
- as (Amitakhya Phukan)
- bg (Alexander Shopov)
- bn_IN (Runa Bhattacharjee)
- cs (Petr Kovar, Lucas Lommer)
- de (Christian Kirbach, Hendrik Richter)
- el (Jennie Petoumenou)
- en_GB (Philip Withnall)
- es (Jorge Gonzalez)
- fi (Tommi Vainikainen)
- gl (Ignacio Casal Quinteiro)
- gu (Ankitkumar Patel)
- he (Mark Krapivner, Yaron Sharabani)
- hi (Rajesh Ranjan)
- hu (Gabor Kelemen)
- it (Milo Casagrande)
- ja (Takeshi AIHANA)
- lt (Gintautas Miliauskas)
- mai (Rajesh Ranjan)
- ml (Ani Peter)
- mr (Sandeep Shedmake)
- nl (Wouter Bolsterlee)
- or (Manoj Kumar Giri)
- pl (Tomasz Dominikowski)
- pt (Duarte Loreto)
- pt_BR (Andre Gondim)
- ru (Nickolay V. Shmyrev)
- sv (Daniel Nylander)
- ta (I. Felix)
- te (Krishnababu K)
- th (Theppitak Karoonboonyanan)
- tr (Baris Cicek)

(jmcneill)

2009-03-17 00:15:16 UTC MAIN commitmail json YAML

+ gnome-control-center-2.26.0 gnome-games-2.26.0

(jmcneill)

2009-03-17 00:12:42 UTC MAIN commitmail json YAML

Updated graphics/gnome-icon-theme

(jmcneill)

2009-03-17 00:12:08 UTC MAIN commitmail json YAML

Update gnome-icon-theme to 2.26.0.

ChangeLog only says 'Up version to 2.26.0 for release', but lots seems
to have changed from 2.25.92.

(jmcneill)

2009-03-16 23:49:59 UTC MAIN commitmail json YAML

Updated x11/gnome-panel to 2.26.0

(jmcneill)

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

Update gnome-panel to 2.26.0.

==============
Version 2.26.0
==============

  Panel

* Ignore shadow mounts in the panel menus (Vincent)
* Mark desktop files as trusted when it makes sense (Vincent)

  Clock Applet

* Fix bad memory usage for a string returned by libical (Vincent)

  Misc

* Remove scrollkeeper check, since it belongs to gnome-doc-utils
  (Vincent)

  Docs Translators

* Jen Ockwell (en_GB)
* Jan Brož and Lucas Lommer (cs)

  Translators

* Runa Bhattacharjee (bn_IN)
* Reşat SABIQ (crh)
* Hendrik Richter (de)
* Fotis Tsamis (el)
* Jorge González (es)
* Mattias Põldaru (et)
* Claude Paroz (fr)
* Suso Baleato (gl)
* Ankit Patel (gu)
* Yaron Shahrabani (he)
* Rajesh Ranjan (hi)
* Luca Ferretti (it)
* Žygimantas Beručka (lt)
* wadim dziedzic (pl)
* Duarte Loreto (pt)
* Adi Roiban (ro)
* Yuriy Penkin (ru)
* I. Felix (ta)
* Theppitak Karoonboonyanan (th)

===============
Version 2.25.92
===============

  Panel

* Fix some randr-interaction by connecting to the monitors-changed
  signal. This shouldn't be needed with the latest GTK+, but we keep to
  be 100% sure it will work in 2.26.0. (Matthias Clasen)
* Use close button instead of ok button in error dialogs (Vincent)

  All Applets

* Use close button instead of ok button in error dialogs (Vincent)

  Translators

* Reşat SABIQ (crh)
* Philip Withnall (en_GB)
* Jorge González (es)
* Ivar Smolin (et)
* Luca Ferretti (it)
* Raivis Dejus (lv)
* Thierry Randrianiriana (mg)
* Praveen Arimbrathodiyil (ml)
* Adi Roiban (ro)
* Pavol Šimo (sk)
* Dr.T.vasudevan (ta)

===============
Version 2.25.91
===============

  Panel

* Remove the mixer applet from the default configuration since GNOME
  upstream doesn't ship this applet by default. Some distributions
  might want to put it back. The patch to be reverted is:
  http://svn.gnome.org/viewvc/gnome-panel/trunk/gnome-panel/panel-default-setup.entries?r1=11171&r2=11512&view=patch
  (Vincent)

  Clock Applet

* Fix properties dialog to not have a missing image and a weird title
  (Matthias Clasen)
* Use new GTK+ feature to change orientation of GtkBox instead of
  custom code (Christian Persch)

  Notification Area Applet

* Use new GTK+ feature to change orientation of GtkBox instead of
  custom code (Christian Persch)

  Misc

* Require GTK+ 2.15.1 (Christian Persch)

  Docs Translators

* Iñaki Larrañaga Murgoitio (eu)

  Translators

* Astur (ast)
* Ihar Hrachyshka (be@latin)
* Alexander Shopov (bg)
* Ask Hjorth Larsen (da)
* Dawa pemo (dz)
* Jorge González (es)
* Iñaki Larrañaga Murgoitio (eu)
* Ignacio Casal Quinteiro (gl)
* Luca Ferretti (it)
* Takeshi AIHANA (ja)
* Vladimer Sichinava ვლადიმერ სიჭინავა (ka)
* Shankar Prasad (kn)
* Rafael Garcia (la)
* Jovan Naumovski (mk)
* Wouter Bolsterlee (nl)
* Manoj Kumar Giri (or)
* Tomasz Dominikowski (pl)
* Duarte Loreto (pt)
* Adi Roiban (ro)
* Theppitak Karoonboonyanan (th)
* Clytie Siddall (vi)
* 甘露(Gan Lu) (zh_CN)
* Chao-Hsiung Liao (zh_HK)
* Chao-Hsiung Liao (zh_TW)

===============
Version 2.25.90
===============

  Panel

* Add a timeout of 5 seconds to do the panel initial animation, in case
  an applet is blocked while it's loading (Vincent)
* Fix some format security warnings (Frédéric Crozat)

  Clock Applet

* Fix some format security warnings (Frédéric Crozat)
* Fix the dbus configuration file to specify the destination that is
  allowed instead of just some non-existing interfaces (Vincent)
* Properly initialize the eds part handling passwords, fixing some
  hangs (Simon Brys, Vincent)

  Fish Applet

* Fix some format security warnings (Frédéric Crozat)
* Build fixes (Vincent)

  Notification Area Applet

* Fix some format security warnings (Frédéric Crozat)

  Translators

* Jordi Mallach (ca)
* Ilkka Tuohela (fi)
* Vladimer Sichinava ვლადიმერ სიჭინავა (ka)
* Changwoo Ryu (ko)
* Raivis Dejus (lv)
* Jovan Naumovski (mk)
* Sandeep Shedmake (mr)
* Kjartan Maraas (nb)
* André Gondim (pt_BR)
* Krishna Babu K (te)

================
Version 2.25.5.1
================

  Panel

* Fix a crash when the user configuration contains a separator
  (Vincent)

==============
Version 2.25.5
==============

  Panel

* Only show shutdown/reboot menu items if made available by the session
  manager (Ray Strode)
* Only allow dragging panels when pressing a modifier button (usually
  Alt) for expanded panels (Vincent, William Lachance)
* Delay the initial panel animation until applets/objects are loaded
  (Ray Strode, Vincent)
* Fix initial animation not happening for newly created panels
  (Vincent)
* Fix unloaded panels with existing configuration appearing empty when
  reloaded in gconf (Vincent)
* Correctly set the struts of the panel at the very early start so that
  desktop icons don't jump around on login (Vincent, Ray Strode)
* Connect to the session manager when we're really ready, instead of
  doing it too early. This helps with desktop icons too (Behdad
  Esfahbod, Vincent)
* Respect TryExec key in desktop files that we directly put in the
  menus (Matthias Clasen, Vincent)

  Clock Applet

* Hide the option to use 12/24 hours if it's not supported in the
  current locale (Vincent)
* Fix a crash on Solaris when the weather code is empty (Vincent)
* Minor HIG fix

  Misc

* Fix applet compilation by explicitly listing LIBPANEL_APPLET_LIBS in
  LDADD (Vincent)

  Translators

* Petr Kovar (cs)
* Andre Klapper (de)
* Jorge González (es)
* saudat mohammed (ha)
* Gabor Kelemen (hu)
* Onye, Sylvester (ig)
* Kjartan Maraas (nb)
* Daniel Nylander (sv)
* Fajuyitan, Sunday Ayo (yo)

==============
Version 2.25.3
==============

Note to distributors: this release might break various other applications
(mostly applets, though). If this is the case, please contact the gnome-panel
developers to see if changes should be reverted.

+ we do not have a bonobo PanelShell interface. As far as I know, it wasn't
  used by anything and was useless anyway.
+ libpanel-applet doesn't depend on libgnomeui anymore. This might have some
  build-time and run-time side-effects:
  - build-time: the pkg-config check for libpanelapplet-2.0 won't bring
    libgnomeui anymore. The fix is to have the applet configure script check
    for libgnomeui itself if it needs it.
  - build-time: panel-applet.h doesn't contain some #include for some
    libgnomeui part anymore. The fix is to have the relevant applet code
    include the right headers it needs.
  - run-time: the macro defined in panel-applet.h and used by nearly all
    applets to start the applet (PANEL_APPLET_BONOBO_FACTORY) used to call
    gnome_program_init(), and it's not the case anymore. If the applet uses
    some libgnomeui widgets, there might be warnings because some of those
    require some libgnomeui initialization. The fix is to either port the
    applet to GTK+ widgets, or to have it called gnome_program_init() on its
    own.
  This last item could arguably be seen as an API change. If this causes too
  many issues, another solution might be considered.

  Panel

* Use C_() instead of Q_() (Philip Withnall, Vincent)
* Fix compilation warnings (Vincent)
* Use dbus-based uniquification instead of bonobo-based (Colin Walters,
  Vincent)
* Add a --replace argument to replace the current panel instead of just
  leaving (Vincent)
* Remove unneeded call to gnome_authentication_manager_init() (we use
  gio now) (Vincent)
* Set an application name (Vincent)
* Code cleanup (Vincent)
* Use single include for glib and gtk+ (Vincent)
* Stop using many deprecated API (Vincent)
* Start removing calls to libgnome/libgnomeui API (Vincent)
* Use gio to launch desktop files, instead of gnome-desktop (Vincent)
* Stop using gnome_help_display_desktop_on_screen() and get rid of
  libgnomeui dependency (Vincent)
* Fix help for "connect to server" (Vincent)

  libpanel-applet

* Use C_() instead of Q_() (Philip Withnall, Vincent)
* Use single include for glib and gtk+ (Vincent)
* Stop using many deprecated API (Vincent)
* Code cleanup (Vincent)
* Do not depend on libgnome/libgnomeui anymore [note that we still have
  an indirect libgnome dependency, through bonobo] (Vincent)

  All Applets

* Use single include for glib and gtk+ (Vincent)
* Stop using gnome_help_display_desktop_on_screen() and get rid of
  libgnomeui dependency (Vincent)

  Clock Applet

* Add some inline documentation to the edit location window (Dan
  Winship)
* Remove fixed width for buttons in the pref dialog (Gabor Kelemen)
* Build fixes (Vincent)
* Stop using deprecated GTK+ API (Vincent)
* Show day of week header in "set time" calendar (Vincent)

  Fish Applet

* Fix compilation warnings (Vincent)

  Notification Area Applet

* Real tray icons transparency (Owen Taylor)
* Fix compilation warnings (Vincent)
* Stop using deprecated GTK+ API (Vincent)

  Wnck Applets

* Use the right help file for some help buttons (Vincent)
* Make sure dialogs have the right window icon (Vincent)

  Misc

* Require glib 2.18.0 (Vincent)
* Remove obsolete german translation of documentation (Vincent)
* Stop declaring a bonobo PanelShell interface (Vincent)
* libpanel-applet and all applets in gnome-panel lose their libgnomeui
  dependency (Vincent)

  Translators

* Yair Hershkovitz (he)
* Leonardo Ferreira Fontenelle (pt_BR)

(jmcneill)

2009-03-16 23:41:42 UTC MAIN commitmail json YAML

+ yelp-2.26.0

(jmcneill)

2009-03-16 23:29:51 UTC MAIN commitmail json YAML

+ gcalctool-5.26.0

(jmcneill)

2009-03-16 23:29:04 UTC MAIN commitmail json YAML

Updated x11/gnome-desktop to 2.26.0

(jmcneill)

2009-03-16 23:28:33 UTC MAIN commitmail json YAML

Update gnome-desktop to 2.26.0.

==============
Version 2.26.0
==============

  libgnome-desktop

* GnomeRR: rab the X server while tweaking the RANDR configuration.
  (Federico Mena Quintero)

  Misc

* Remove scrollkeeper check, since it belongs to gnome-doc-utils
  (Vincent)

  Translators

* Amitakhya Phukan (as)
* Runa Bhattacharjee (bn_IN)
* Petr Kovar (cs)
* Christian Kirbach (de)
* Kostas Papadimas (el)
* Suso Baleato (gl)
* Rajesh Ranjan (hi)
* Sandeep Shedmake (mr)
* I. Felix (ta)
* Krishna Babu K (te)
* Baris Cicek (tr)

(jmcneill)

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

Updated x11/gnome-session to 2.26.0

(jmcneill)

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

Update gnome-session to 2.26.0.

==============
Version 2.26.0
==============

Note: this release disables session saving because it's not ready for wide
usage. It will hopefully be fixed for 2.26.1.

- Turn off debug spew (Lucas)
- Hide the "Save current session" button in the session properties since it's
  not working (Vincent)
- Disable session saving because it's not ready yet (Vincent)

Translations:
- Updated as: Amitakhya Phukan
- Updated crh: Reşat SABIQ
- Updated cs: Petr Kovar
- Updated el: Jennie Petoumenou
- Updated es: Jorge González
- Updated et: Ivar Smolin
- Updated gl: Suso Baleato
- Updated gu: Ankit Patel
- Updated he: Yaron Shahrabani
- Updated hi: Rajesh Ranjan
- Updated ja: Takeshi AIHANA
- Updated lt: Žygimantas Beručka
- Updated mr: Sandeep Shedmake
- Updated nb: Kjartan Maraas
- Updated or: Manoj Kumar Giri
- Updated ps: Zabeeh Khan
- Updated ta: I. Felix
- Updated te: Krishna Babu K

(jmcneill)

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

Add glob to USE_FEATURES only once.

(joerg)

2009-03-16 23:14:54 UTC MAIN commitmail json YAML

+ anjuta-2.26.0 gnome-desktop-2.26.0 gnome-panel-2.26.0 gnome-session-2.26.0 gnome-utils-2.26.0 libgweather-2.26.0 pango-1.24.0 pangomm-2.24.0

(jmcneill)

2009-03-16 23:09:43 UTC MAIN commitmail json YAML

Updated graphics/eog to 2.26.0

(jmcneill)

2009-03-16 23:09:19 UTC MAIN commitmail json YAML

Update eog to 2.26.0.

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

New and updated translations:

- Runa Bhattacharjee [bn_IN]
- Kenneth Nielsen, Ask H. Larsen [da]
- Suso Baleato, Ignacio Casal Quinteiro [gl]
- Yaron Shahrabani [he]
- Rajesh Ranjan [hi]
- Žygimantas Beručka, Gintautas Miliauskas [lt]
- Rajesh Ranjan [mai]
- Ani Peter [ml]
- Sandeep Shedmake [mr]
- Manoj Kumar Giri [or]
- Duarte Loreto [pt]
- Nickolay V. Shmyrev [ru]
- I. Felix [ta]
- Krishna Babu K, Krishnababu K [te]

New and updated manual translations:

- Kenneth Nielsen [da]
- Philip Withnall [en_GB]
- Milo Casagrande [it]
- Łukasz Jernaś [pl]

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

  * Code improvements / fixes (Christian Persch, Claudio Saavedra)
  * Typo fixes in UI / docs (Milo Casagrande, Łukasz Jernaś)

Bug fixes:

  #550086, Rotate image counterclockwise shortcut (Felix Riemann)
  #558086, simplify drag targets handling (Christian Persch)
  #572410, eog crashed with SIGSEGV in g_closure_invoke() (Claudio Saavedra)
  #572723, Misspelled word in a window (Milo Casagrande)
  #572889, Possible typo (Łukasz Jernaś)

New and updated translations:

- Jordi Mas, David Planella [ca]
- Petr Kovar, Adrian Gunis [cs]
- Marios Zindilis, Simos Xenitellis [el]
- David Lodge, Philip Withnall [en_GB]
- Ivar Smolin [et]
- Claude Paroz [fr]
- Sweta Kothari [gu]
- Milo Casagrande [it]
- Shankar Prasad [kn]
- Changwoo Ryu [ko]
- Manoj Kumar Giri [or]
- Adi Roiban, Jani Monoses [ro]

New and updated manual translations:

- Joan Duran [ca]
- Jorge Gonzalez [es]
- Daniel Nylander [sv]

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

  * Additional workaround for CVE-2008-5978 (Morten Welinder)

Bug fixes:

  #569228, eog: untrusted python modules search path (Morten Welinder)

New and updated translations:

- Ihar Hrachyshka [be@latin]
- Alexander Shopov [bg]
- Kenneth Nielsen [da]
- Christian Kirbach [de]
- Iñaki Larrañaga Murgoitio [eu]
- Gabor Kelemen [hu]
- Takeshi AIHANA [ja]
- Kjartan Maraas [nb]
- Wouter Bolsterlee [nl]
- Tomasz Dominikowski [pl]
- Duarte Loreto [pt]
- Adi Roiban, Jani Monoses [ro]
- Daniel Nylander [sv]
- Theppitak Karoonboonyanan [th]
- Clytie Siddall [vi]

New and updated manual translations:

- Ask. H. Larsen [da]
- Daniel Nylander [sv]

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

  * Support for deleting files that can't be trashed (Claudio Saavedra)
  * Build system improvements / fixes (Luis Medinas, Felix Riemann)
  * Code improvements / fixes (Christian Persch, Joaquim Rocha)

Bug fixes:

  #441637, Patch to delete file when Trash isn't found (Claudio Saavedra)
  #568410, eog 2.25.5 build fails (Felix Riemann)
  #568882, don't rely on gtk implementation details (Christian Persch)
  #569657, Eog needs update on data/eog.pc.in (Luis Medinas)
  #569855, Unref on thumbnail manipulator functions (Joaquim Rocha)

New and updated translations:

- Jordi Mas, Gil Forcada [ca]
- Andre Klapper [de]
- Jorge González [es]
- Ilkka Tuohela [fi]
- Changwoo Ryu [ko]
- Krix Apolinário, Og Maciel, Henrique P. Machado, César Veiga [pt_BR]
- Chao-Hsiung Liao [zh_HK]
- Chao-Hsiung Liao [zh_TW]

New and updated manual translations:

- Andre Klapper [de]

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

  * Code improvements / fixes (Felix Riemann)
  * Drop libgnome dependency (Felix Riemann)

Bug fixes:

  #559500, drop libgnome dependency (Felix Riemann)
  #557662, Cannot build doc without exif enabled. (Arun Raghavan)
  #566104, Reverse Left/Right arrows action in RTL mode (Khaled Hosny)
  #566190, scroll buttons of the icons navigation window are reversed for
          RTL locales (Yair Hershkovitz)

New and updated translations:

- Gil Forcada, Jordi Mas [ca]
- Marios Zindilis [el]
- Jorge Gonzalez, Jorge González [es]
- Kjartan Maraas [nb]
- Nurali, Nurali Abdurahmonov [uz]

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

  * Code improvements / fixes (Felix Riemann)
  * Python bindings improvements (Felix Riemann)

Bug fixes:

  #566367, no weekday calculation in exif date display (Felix Riemann)

New and updated translations:

- Ivar Smolin [et]
- Gabor Kelemen [hu]
- Kjartan Maraas [nb]

New and updated manual translations:

- Jorge Gonzalez [es]

Versio 2.25.3
--------------

  * Build system improvements (Daniel Macks, Felix Riemann)
  * Code improvements / fixes (Claudio Saavedra, Friedrich Oslage, Tom Parker)
  * Fetch tooltip data asynchronously (Claudio Saavedra)
  * UI enhancements (Bob Mauchin, Robin Sonefors)

Bug fixes:

  #514352, HIG says "Page Setup" not "Page Setup..." (Bob Mauchin)
  #555480, Add a delete button (Robin Sonefors)
  #558442, eog should load image tooltips data asynchronously (Claudio Saavedra)
  #560070, Sub-optimal -I flag ordering (Daniel Macks)
  #560073, Poor linking against convenience libs (Daniel Macks, Felix Riemann)
  #563570, GNOME Goal: Clean up GLib and GTK+ includes (Claudio Saavedra)
  #564290, eog_image_load doesn't correctly clear errors on read issues
          (Tom Parker)
  #564526, eog SIGBUS on sparc (Friedrich Oslage)

New and updated translations:

- Jorge González [es]
- Mark Krapivner, Yair Hershkovitz [he]
- Daniel Nylander [sv]

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

* Build system fixes / improvements (Felix Riemann, Kjartan Maraas)
* Workarounds to make remote images work again (Felix Riemann)
* Fix broken keyboard keys (Frederic Peters)
* String improvements (Luca Ferretti)
* Code improvements (Felix Riemann)

Bug fixes:

-  #559579, Don't use "wallpaper" term deprecated by GDP style guide (Luca Ferretti)
-  #560065, Build failure: local variable-name collides with system-header symbol (Felix Riemann)
-  #560068, Insufficient check for libz (Felix Riemann)
-  #560336, need to update the eggtreemultidnd.[ch] copy from libegg (Felix Riemann)
-  #560396, can't open menu with keyboard when no image is shown (Frederic Peters)
-  #562119, eog doesn't open remote images (Felix Riemann)

New and updated translations:

- Jorge González [es]

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

* Improvements to the JPEG metadata reader (Felix Riemann)
* Fix progress reporting when images only need copying during "Save As" (Felix Riemann)
* Fix some critical warnings (Claudio Saavedra, Vincent Untz)
* Do not open some images at 98% or 99% (Felix Riemann)
* Install metadata related headers properly (Pierre-Luc Beaudoin)
* Avoid possible markup "injection attack" (Martin Olsson)
* Copy non-local images locally when setting them as wallpaper (Claudio Saavedra)
* Allow DnD without an enabled collection (Claudio Saavedra)
* Use less deprecated APIs (Felix Riemann, Diego Escalante Urrelo)
* Code & Docs cleanups + improvements

Bug fixes:

-  #553232, copy remote wallpapers locally (Claudio Saavedra)
-  #476709, I need to drag & drop images from eog's simple viewer (Claudio Saavedra)
-  #530447, Eye of GNOME opens images resized at 98% or 99% zoom (Felix Riemann)
-  #555940, eog is vulnerable to pango injection attack :-) (Martin Olsson)
-  #555942, Not all public EXIF API headers are installed (Pierre-Luc Beaudoin)
-  #556086, Use gtk_show_uri instead of gnome_help (Diego Escalante Urrelo)
-  #555916, drop libglade dependency; use GtkBuilder (Felix Riemann)
-  #556029, Drop gnome-desktop dependency (Felix Riemann)

New and updated translations:

- OsamaKhalid [ar]
- Alexander Shopov [bg]
- Adrian Guniš [cs]
- Pierros Papadeas [el]
- Takeshi AIHANA [ja]
- Jovan Naumovski [mk]
- Wouter Bolsterlee [nl]
- Vladimir Melo [pt_BR]
- Laurent Dhima [sq]
- Daniel Nylander [sv]
- Maxim Dziumanenko [uk]

New and updated manual translations:

- Osama K [ar]
- Mario Blättermann [de]
- Sira Nokyoongtong [th]

(jmcneill)

2009-03-16 23:00:52 UTC MAIN commitmail json YAML

2009-03-16 23:00:17 UTC MAIN commitmail json YAML

Update zenity to 2.26.0.

Zenity 2.26.0
" Crescent "
  * disable monk easter egg in order to remove gnome-canvas
    dependency [#571741]
  * replace deprecated GTK+ calls (Felix Riemann) [#571869]
  * remove deprecated/obsoleted dialog definition
    (Felix Riemann) [#571869]
  * New and updated documentation translations
        - Mario Bl辰ttermann [de]
        - Claude Paroz [fr]
        - Daniel Nylander [sv]
        - Inaki Larranaga Murgoitio [eu]
        - Tommi Vainikainen [fi]
        - Jen Ockwell [en_GB]
  * New and updated translations
        - Raivis Dejus [lv]
        - Changwoo Ryu [ko]
        - Zabeeh Khan [ps]
        - Adi Roiban [ro]
        - Chao-Hsiung Liao [zh_HK, zh_TW]
        - Gabor Kelemen [hu]
        - Manoj Kumar Giri [or]
        - Gintautas Miliauskas [lt]
        - Krishnababu K [te]
        - Amitakhya Phukan [as]

(jmcneill)

2009-03-16 22:51:53 UTC MAIN commitmail json YAML

Updated sysutils/gnome-menus to 2.26.0

(jmcneill)

2009-03-16 22:51:22 UTC MAIN commitmail json YAML

Update gnome-menus to 2.26.0.

==============
Version 2.26.0
==============

  Translators

* Reşat SABIQ (crh)
* Suso Baleato (gl)
* Rajesh Ranjan (hi)
* Francesco Marletta (it)
* Manoj Kumar Giri (or)

===============
Version 2.25.91
===============

  Translators

* Changwoo Ryu (ko)
* Raivis Dejus (lv)
* Sandeep Shedmake (mr)
* Горан Ракић (sr)
* Daniel Nylander (sv)
* Woodman Tuen (zh_HK)
* Woodman Tuen (zh_TW)

==============
Version 2.25.5
==============

  Misc

* Use gnome-common macro to define DEPRECATED build variables (Vincent)

  Translators

* Reşat SABIQ (crh)
* Saudat Mohammed (ha)
* Sylvester Onye (ig)
* Fajuyitan, Sunday Ayo (yo)

==============
Version 2.25.2
==============

  Fixes

* Fix a critical warning in the python binding for monitoring a file
  (Vincent)

  Misc

* Ship a gnome-menus-ls.py script that is an example of python bindings
  and that can be used as a replacement for gnome-menu-spec-test
  (Vincent)

(jmcneill)

2009-03-16 22:47:12 UTC MAIN commitmail json YAML

+ libwnck-2.26.0

(jmcneill)

2009-03-16 22:46:07 UTC MAIN commitmail json YAML

Updated graphics/cheese to 2.26.0

(jmcneill)

2009-03-16 22:45:14 UTC MAIN commitmail json YAML

Update cheese to 2.26.0.

version 2.26.0
  - Lock gdk mutex in photo-saved and video-saved callbacks Those signals are emitted
    within a gstreamer callback so outside the mainloop, hence the need for locking.
    This fixes the flash locking issue and also the one about the grey thumbview
    right after the flash, fixes bug #566098
  - added/updated translations
    - as, courtesy of Amitakhya Phukan
    - bn_IN, courtesy of Runa Bhattacharjee
    - ca, courtesy of Joan Duran
    - cs, courtesy of Lucas Lommer
    - de, courtesy of Mario Blättermann
    - el, courtesy of Jennie Petoumenou
    - fr, courtesy of Robert-André Mauchin
    - gl, courtesy of Suso Baleato
    - lt, courtesy of Vytautas Rėkus
    - or, courtesy of Manoj Kumar Giri
    - te, courtesy of Krishna Babu K
    - th, courtesy of Theppitak Karoonboonyanan

version 2.25.92
  - Remove g_error calls where the error is not supposed to abort execution.
    Replace them with more suited g_warnings, fixes bug #562179
  - Print cheese verbose messages even if log dir doesn't exist, fixes bug #573573
  - added/updated translations
    - ro, courtesy of Adi Roiban
    - sv, courtesy of Daniel Nylander

version 2.25.91
  - replace deprecated gtk symbols inside hildon code, fixes bug #571383, courtesy of Thomas Andersen
  - added/updated translations
    - es, courtesy of Jorge González
    - et, courtesy of Mattias Põldaru
    - ro, courtesy of Adi Roiban
    - vi, courtesy of Clytie Siddall
    - zh_HK, courtesy of Chao-Hsiung Liao
    - zh_TW, courtesy of Chao-Hsiung Liao

version 2.25.90
  - fixed lack of period at the end of a few paragraphs in the documentation,
    adopted "screenshot" instead of "screen shot", fixes bug #566718, courtesy of Leonardo Ferreira Fontenelle
  - reverse icon view scroll buttons scroll direction for RTL locales, fixes bug #566197, courtesy of Yair Hershkovitz
  - added/updated translations
    - de, courtesy of Hendrik Richter
    - el, courtesy of Fotis Tsamis
    - es, courtesy of Jorge González
    - fr, courtesy of Claude Paroz
    - ko, courtesy of Changwoo Ryu
    - zh_CN, courtesy of 甘露(Gan Lu)

version 2.25.4
  - added/updated translations
    - be@latin, courtesy of Ihar Hrachyshka
    - lv, courtesy of Raivis Dejus
    - pt_BR, courtesy of Leonardo Ferreira Fontenelle

version 2.25.3
  - single includes fix, fixes bug #563537, courtesy of Pedro Fragoso
  - added/updated translations
    - pa, courtesy of Amanpreet Singh Alam

version 2.25.2
  - print vendor and product id while probing devices. provide some more device informations for easier bug triaging.
  - remove unnecesary include files, to meet GnomeGoal http://live.gnome.org/GnomeGoals/CleanupGTKIncludes
  - don't use random access glist methods when accessing a list sequentially
    and properly free list elements after use, fixes bug #560514 and #560347, courtesy of Giuseppe Fuggiano
  - Use gtk_show_uri to open files and xdg-open i.s.o. gnome-open
  - Use gtk_message_dialog_format_secondary_markup correctly
  - print the cheese version if the -v flag is set
  - add support for cams which support only one resolution, fixes bug #560032, courtesy of Hans de Goede
  - added/updated translations
    - es, courtesy of Jorge González
    - ku, courtesy of Erdal Ronahi

version 2.25.1
  - change the default font of the countdown widget to bitstream vera sans bold
  - drop libgnome/libgnome-vfs dependencies, fixes bug #556580, courtesy of Cosimo Cecchi
  - exit correctly with unknown command line arguments, fixes bug #556084.
  - change the ui behaviour of the fullscreen toolbar, to show always when in
    effects chooser mode, fixes bug #548546
  - added/updated translations
    - ca, courtesy of Gil Forcada
    - de, courtesy of Hendrik Richter
    - es, courtesy of Jorge González
    - fr, courtesy of Robert-André Mauchin
    - he, courtesy of Mark Krapivner
    - nb, courtesy of Kjartan Maraas
    - nl, courtesy of Wouter Bolsterlee
    - pt_BR, courtesy of Vladimir Melo
    - sr, courtesy of Горан Ракић
    - sr@latin, courtesy of Goran Rakić
    - th, courtesy of Theppitak Karoonboonyanan
    - uk, courtesy of Maxim V. Dziumanenko

(jmcneill)

2009-03-16 22:33:43 UTC MAIN commitmail json YAML

+ pessulus-2.26.0 seahorse-plugins-2.26.0 zenity-2.26.0

(jmcneill)

2009-03-16 22:31:30 UTC MAIN commitmail json YAML

Note update of databases/p5-SQL-Abstract to version 1.50

(seb)

2009-03-16 22:30:49 UTC MAIN commitmail json YAML

Update from version 1.24nb1 to version 1.50.

Approved by MAINTAINER.

Pkgsrc changes:
- Adjust dependencies
- Prevent installation of a temporary file included in the upstream
tarball

Upstream changes:
revision 1.50  2009-03-10 12:30 (UTC)
    - fixed the problem with values() not behaving the same as the rest of the code (RT#43483)
    - fixed interjecting arrayrefref into a where clause
    - added value-only insert test with a literal SQL snippet
    - cleanup and enhancement of t/03values.t
    - better handling of borked SQL in tests
    - deal properly with parentheses in is_same_sql_bind()
    - fixed test subs (is_same_*) in SQL::Abstract::Test to return the correct test value
    - do not version MANIFEST

    Version 1.50 was a major internal refactoring of SQL::Abstract.
    Great care has been taken to preserve the published behavior
    documented in previous versions in the 1.* family; however,
    some features that were previously undocumented, or behaved.
    differently from the documentation, had to be changed in order
    to clarify the semantics. Hence, client code that was relying
    on some dark areas of SQL::Abstract v1.* might behave differently
    in v1.50.

----------------------------
revision 1.49_04  2009-03-03
    - add support for a [\%column_meta => value] bind value format

----------------------------
revision 1.49_03  2009-02-17
    - clarify syntax of \['...', @bind] when used with a bindtype
      of 'columns'

----------------------------
revision 1.49_02  2009-02-16
    - added an AST-aware SQL::Abstract::Test library for sql syntax tests
    - vastly expanded test coverage
    - support for the { operator => \'...'|\['...', @bind] } syntax
      allowing to embed arbitrary operators on the LHS
    - fixed multiple regressions wrt DBIx::Class

----------------------------
revision 1.49_01  2009-02-11
    - support for literal SQL through the [$sql, bind] syntax.
    - added -nest1, -nest2 or -nest_1, -nest_2, ...
    - optional support for array datatypes
    - defensive programming : check arguments to functions/methods
    - fixed bug with global logic of -and/-or (no side-effects any more)
    - changed logic for distributing an op over arrayrefs
    - fixed semantics of  _bindtype on array args
    - dropped the _anoncopy of the %where tree. No longer necessary.
    - dropped the _modlogic function
    - Make col => [] and col => {$op => [] } DTRT or die instead of generating
      broken SQL. Added tests for this.
    - Added { -desc => 'column' } order by support
    - Tiny "$_"-related fix for { -desc => 'columns'} order by support
      tests + docs

(seb)

2009-03-16 22:26:22 UTC MAIN commitmail json YAML

2009-03-16 22:25:39 UTC MAIN commitmail json YAML

Update atk to 1.26.0.

Changes in version 1.26.0:
=========================
*
*Fixes: Improve the documentation. Sven Herzberg.
*Translation update.

Changes in version 1.25.2:
=========================
*
*Fixes: #562204, #505445, #361757, #478620, #560156, #477708, #478595, #478583
#480126.
*Translation update.

(jmcneill)

2009-03-16 22:22:46 UTC MAIN commitmail json YAML

Updated devel/at-spi to 1.26.0
Updated devel/py-at-spi to 1.26.0

(jmcneill)

2009-03-16 22:22:07 UTC MAIN commitmail json YAML

Update at-spi and py-at-spi to 1.26.0.

What"s new in at-spi-1.26.0:

* Translation update: ml, gl, ta, as, hi, bn_IN, te.

What's new in at-spi-1.25.92:

* Bugfixes: #570752, #570754, #572188.

What's new in at-spi-1.25.5:

* Bugfixes: #566999, #566998, #567706.

What's new in at-spi-1.25.4:

* Bugfixes: #563806, #563943, #564880.

What's new in at-spi-1.25.2:

* Bugfixes: #540183, #560563, #553306, #561408, #446574, #532907, #554953.
* Translation update.

What's new in at-spi-1.25.1:

* Bugfixes: #552469, #547943, #525519, #527585.

(jmcneill)

2009-03-16 22:10:12 UTC MAIN commitmail json YAML

Updated multimedia/gnome-media to 2.26.0

(jmcneill)

2009-03-16 22:09:29 UTC MAIN commitmail json YAML

Update gnome-media to 2.26.0.

==============
Version 2.26.0
==============

- gnome-volume-control
  + Fix tooltip when dB changes, bug #575093 (Bastien)
  + Update the volume immediately, bug #564313 (Bastien)
  + Added --debug (Matthias Clasen)
- gst-mixer (gstreamer based g-v-c)
  + Add new icons mappings, bug #571084 (Garrett D'Amore)
  + Make options update when changed, bug #571083 (Garrett D'Amore)
  + Make pagenum logic simpler, bug #571068 (Garrett D'Amore)
  + Remove page name duplication, bug #570979 (Garrett D'Amore)
  + Add sound theme page (Brian Cameron)
- Updated translations:
  + Abhishek Jacob (ml)
  + Adi Roiban (ro)
  + Ankit Patel (gu)
  + Ask Hjorth Larsen (da)
  + Changwoo Ryu (ko)
  + Claude Paroz (fr)
  + Daniel Nylander (sv)
  + David Lodge (en_GB)
  + Duarte Loreto (pt)
  + Fotis Tsamis (el)
  + Gabor Kelemen (hu)
  + Gil 'Dolfin' Osher (he)
  + Hendrik Richter (de)
  + I. Felix (ta)
  + Ilkka Tuohela (fi)
  + Iñaki Larrañaga Murgoitio (eu)
  + Jonh Wendell (pt_BR)
  + Jordi Mallach (ca)
  + Jorge González (es)
  + Kjartan Maraas (nb)
  + Krishna Babu K (te)
  + Manoj Kumar Giri (or)
  + Milo Casagrande (it)
  + Petr Kovar (cs)
  + Rajesh Ranjan (hi)
  + Rajesh Ranjan (mai)
  + Runa Bhattacharjee (bn_IN)
  + Sandeep Shedmake (mr)
  + Suso Baleato (gl)
  + Takeshi AIHANA (ja)
  + Theppitak Karoonboonyanan (th)
  + Tomasz Dominikowski (pl)
  + Wouter Bolsterlee (nl)
  + Žygimantas Beručka (lt)

===============
Version 2.25.92
===============

- General:
  + Add libunique dependency, instead of direct dbus-glib dependency (Bastien)
  + Detect pulseaudio 0.9.15 to use some new API when it's there (Bastien)
  + Fix automagic dep on pulseaudio (Mart Raudsepp)
- gnome-volume-control
  + Install the application icon in the global icon theme (Bastien)
  + Fix icon name in desktop file (Luca Ferretti)
  + Exit when Esc is pressed (Bastien)
  + Use the new GTK+ scale marks for the balance widget (Luca Ferretti)
  + Make sure the balance bar stays Left to Right, so that the Left balance is
    really on the left (Bastien)
  + Stop the microphone showing up in the applet when the capplet is running
    (Bastien)
  + Show recording applications in addition to playback applications, use the
    microphone icon for those applications (Bastien)
  + Install the applet's desktop file in the xdg autostart directory (Bastien)
  + Present the application when it's already running (with libunique)
    (Bastien)
  + When PulseAudio isn't running, or takes a long time to connect to, popup a
    dialogue telling the user what we're waiting for, and the ability to cancel
    (Bastien)
  + De-sensitivise the balance bar if the output doesn't support balacing
    (Bastien)
  + Add "is-amplified" property. In this mode, the volume can be set above 100%
    (150% tops actually) for inputs that support giving us the dB information
    (Bastien)
  + Don't filter out sinks with PA_SINK_HARDWARE, otherwise things like network
    sinks (Airport Express?) won't show up in the volume capplet (Bastien)
  + Don't filter out non-hardware sources, only ignore sink monitors (Bastien)
  + Fix the dock showing up off-screen when the applet is at the bottom of the
    screen and is popped up for the first time (Yanko Kaneti)
  + Make the balance bar instant-apply (Bastien)
  + Update sensitivity of input feedback checkbox (Matthias Clasen)
  + Code cleanup (Bastien)
- Updated translations:
  + Alaksandar Navicki (be@latin)
  + Jordi Mallach (ca)
  + Ask Hjorth Larsen (da)
  + Christian Kirbach (de)
  + David Lodge (en_GB)
  + Jorge González (es)
  + Ivar Smolin (et)
  + Iñaki Larrañaga Murgoitio (eu)
  + Ilkka Tuohela (fi)
  + Ignacio Casal Quinteiro (gl)
  + Sweta Kothari (gu)
  + Gabor Kelemen (hu)
  + Milo Casagrande (it)
  + Takeshi AIHANA (ja)
  + Shankar Prasad (kn)
  + Changwoo Ryu (ko)
  + (LINGUAS)
  + Raivis Dejus (lv)
  + Jovan Naumovski (mk)
  + Sandeep Shedmake (mr)
  + Kjartan Maraas (nb)
  + Wouter Bolsterlee (nl)
  + Tomasz Dominikowski (pl)
  + Djavan Fagundes (pt_BR)
  + Duarte Loreto (pt)
  + Adi Roiban (ro)
  + Daniel Nylander (sv)
  + Theppitak Karoonboonyanan (th)
  + Clytie Siddall (vi)
  + Chao-Hsiung Liao (zh_HK)
  + Chao-Hsiung Liao (zh_TW)

===============
Version 2.25.5
===============
- Add desktop files and icons for gnome-volume-control
- Add a new sound theme
- Fix some of the resizing on startup in the volume control
- Simplify the sound theme selection
- Fix a few positioning problems in the volume applet
- Add a mute toggle item in the volume applet
- Make the volume slider instantaneous
- Fix "no applications" message when there are applications
- Fix the volume applet not showing up in some cases
- Add a close button to the sound capplet
- Hide sound events from the applications tab
- Fix scrolling with the mouse wheel going in the wrong direction

===============
Version 2.25.1
===============

- Add new volume control applet and dialog (William Jon McCann)
- Bug #552748 - General cleanups (Kjartan Maraas)
- Bug #552420 - Make speex voice encoder mono (Marc-André Lureau)
- Bug #543306 - Use .ogg extension (Marc-André Lureau)
- Bug #498617 - Use LC profile by default for AAC (m4a)
- Bug #557043 - Add MP2 profile
- Bug #564060 - Use 32kHz for Speex
- Bug #553383 - fix "can't delete profile with '#' in its name"
- Bug #563573 - clean up GLib and GTK+ includes. (Luis Menina)

(jmcneill)

2009-03-16 21:56:01 UTC MAIN commitmail json YAML

Updated net/openresolv to 3.0

(roy)

2009-03-16 21:55:44 UTC MAIN commitmail json YAML

Update to openresolv-3.0

No functional changes since 2.x, but the configuration has moved from
lots of little configuration files into one easier to manage configuration
file with a nice man page - resolvconf.conf

(roy)

2009-03-16 21:24:13 UTC MAIN commitmail json YAML

+ dasher-4.10.0

(jmcneill)

2009-03-16 21:11:51 UTC MAIN commitmail json YAML

FreeBSD on amd64 builds ossaudiodev.so as well.
Noted by Jens Rehsack.

(tnn)

2009-03-16 21:08:45 UTC MAIN commitmail json YAML

bugfix in openldap-nops: if the changeset gets void, prevent other overlays
to execute. This has been committed upstream and should go away with the
next release.

(manu)

2009-03-16 21:06:47 UTC MAIN commitmail json YAML

+ evince-2.26.0

(jmcneill)

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

+ eog-2.26.0

(jmcneill)

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

Updated security/pcsc-tools to 1.4.15

(hasso)

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

Updated x11/gtk2-engines to 2.18.0

(jmcneill)

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

Update gtk2-engines to 2.18.0.

Overview of Changes in 2.18.0 (since 2.17.4)
============================================

Changes in this release:
- Improved entry progress drawing in Clearlooks.

New and updated translations:
Suso Baleato (gl)
Amitakhya Phukan (as)
Kenneth Nielsen (da)
Jennie Petoumenou (el)
Sandeep Shedmake (mr)
Ankit Patel (gu)
I. Felix (ta)
Hendrik Richter (de)
Yaron Shahrabani (he)
Gintautas Miliauskas (lt)
Manoj Kumar Giri (or)

Overview of Changes in 2.17.4 (since 2.17.3)
============================================

Changes in this release:
- Many themes have some initial support for progressbars in entries.

New and udpated translations:
Claude Paroz (fr)
Duarte Loreto (pt)
David Lodge (en_GB)
Baris Cicek (tr)
Adi Roiban (ro)
Wouter Bolsterlee (nl)

Overview of Changes in 2.17.3 (since 2.17.2)
============================================

This release of gtk-engines is now solely LGPL 2.1 or any later version.

GNOME Bugs fixed in this release:
563787 – GNOME Goal: Clean up GLib and GTK+ includes
571835 – Focus inconsistent between expander and other widgets in Clearlooks

New and udpated translations:
Wouter Bolsterlee (nl)
Lucas Lommer (cs)
Tomasz Dominikowski (pl)
Gabor Kelemen (hu)
Iñaki Larrañaga Murgoitio (eu)
Gil Forcada (ca)
Yavor Doganov (bg)
Chao-Hsiung Liao (zh_HK)
Chao-Hsiung Liao (zh_TW)
Takeshi AIHANA (ja)
Theppitak Karoonboonyanan (th)
Clytie Siddall (vi)
Changwoo Ryu (ko)
Ilkka Tuohela (fi)
Kjartan Maraas (nb)
Daniel Nylander (sv)

Overview of Changes in 2.17.2 (since 2.17.1)
============================================

GNOME Bugs fixed in this release:
563256 – 2.17.1 ftbfs

Overview of Changes in 2.17.1 (since 2.17.0)
============================================

Changes in this release:
- A leak in Clearlooks that happened for default buttons was fixed.
- The Clearlooks inconsistent radio indicator drawing was fixed.

GNOME Bugs fixed in this release:
560042 – Sub-optimal -I flag ordering
560443 – GNOME Goal: Remove deprecated GLib symbols
549830 – Use G_DEFINE_DYNAMIC_TYPE in theme engines

New and udpated translations:
Daniel Nylander (sv)
Jorge González (es)
Laurent Dhima (sq)

Overview of Changes in 2.17.0 (since 2.16.0)
============================================

Changes in this release:
- Focus indicator drawing in Mist
- Clearlooks now has a disable_focus option to do screenshots for
  documentation
- Fixed the background color of viewports in notebooks in Clearlooks.

GNOME Bugs fixed in this release:
553575 – [PATCH] Only draw focus when navigating with the keyboard
555890 – Button rendering bug

(jmcneill)

2009-03-16 20:14:08 UTC MAIN commitmail json YAML

+ gnome-devel-docs-2.26.0 gtk2-engines-2.18.0

(jmcneill)

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

Updated wm/metacity to 2.26.0

(jmcneill)

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

Update metacity to 2.26.0.

2.26.0
======

Thanks to Luca Ferretti, Matt Kraai, and Neil Jagdish Patel for
improvements in this version.

  - queue frame resize on window undecorate (Neil)
  - fix description of desktop background (Luca) (#569649)
  - wrap g_error calls in braces (Matt)

Translations
  Amitakhya Phukan (as), Mikel González (ast), Ihar Hrachyshka (be@latin), Runa
  Bhattacharjee (bn_IN), David Planella (ca), Petr Kovar (cs), Ask Hjorth
  Larsen (da), Christian Kirbach (de), Jennie Petoumenou (el), David Lodge (en_GB),
  Jorge González (es), Mattias Põldaru (et), Iñaki Larrañaga Murgoitio (eu),
  Ilkka Tuohela (fi), Claude Paroz (fr), Ankit Patel (gu), Mark Krapivner (he),
  Rajesh Ranjan (hi), Gabor Kelemen (hu), Luca Ferretti (it), Takeshi AIHANA (ja),
  Changwoo Ryu (ko), Gintautas Miliauskas (lt), Sangeeta Kumari (mai), Sandeep
  Shedmake (mr), Wouter Bolsterlee (nl), Manoj Kumar Giri (or), Duarte Loreto (pt),
  Leonardo Ferreira Fontenelle (pt_BR), Adi Roiban (ro), Yuriy Penkin (ru), Daniel
  Nylander (sv), I. Felix (ta), Krishna Babu K (te), Theppitak Karoonboonyanan (th),
  Clytie Siddall (vi), Chao-Hsiung Liao (zh_HK), Chao-Hsiung Liao (zh_TW)

2.25.144
========

Thanks to Matthias Claesen, Matt Kraai, Elijah Newren, Owen Taylor, and Thomas
Thurman for improvements in this version.

  - Optimise window property lookup (Thomas) (#549886)
  - Fix slip in the above (Matt)
  - Several memory leaks fixed (Matthias) (#552303, #552973, #552307)
  - Fix longstanding crasher about colourmaps (Owen) (#568365)
  - Alt+middle/right buttons can be switched (Thomas) (#437910)
  - Support _NET_WM_MOVERESIZE_CANCEL (Elijah)
  - minor fix paving the way for a theme editor (Thomas)

Translations
  David Planella (ca), Jorge González (es), Mattias Põldaru (et), saudat
  mohammed (ha), Yuval Tanny\n (he), Gabor Kelemen (hu), Onye, Sylvester (ig),
  Changwoo Ryu (ko), Raivis Dejus (lv), Kjartan Maraas (nb), Daniel Nylander (sv),
  Fajuyitan, Sunday Ayo (yo), 甘露 (Gan Lu) (zh_CN)

2.25.89
=======

Thanks to Yanko Kaneti, Frederic Peters, Thomas Thurman, and Colin Walters for
improvements in this version.

  - The maximisation key is a toggle. (Thomas) (#343824)
  - "Unmaximise" is now called "restore". (Thomas) (#343824)
  - New thread handling call for gconf (Frederic) (#565517)
  - Add screenshot commands back which had been removed (Yanko) (#565343)
  - move_to_corner_se keybinding fixed (Thomas)
  - Windows on other workspaces which attempt to present themselves
    are marked as needing attention (Colin) (#482354)
  - End the grab op when the user clicks the titlebar (Thomas) (#401028)

Translations
  Jorge González (es)

2.25.55
=======

Thanks to Erwann Chenede for improvements in this version.

  - Fix build on Solaris (Erwann) (#564123)

Translations
  Mattias Põldaru (et), Luca Ferretti (it)

2.25.34
=======

Thanks to Matt Kraai for improvements in this version.

  - Fixes to Thomas's earlier fixes (Matt) (#562939)

Translations
  None

2.25.21
=======

Thanks to Thomas Thurman for improvements in this version.

  - Fixes to allow building without compositor again (Thomas)
  - Fixes for -Wall problems (Thomas)
  - Various tool updates (Thomas)

Translations: none

2.25.13
=======

Thanks to Thomas Thurman for improvements in this version.

  - Add casts to fix failure to build from source on 64bit hosts (Thomas) (#562106)
  - Added script to produce annoucements (Thomas)

Translations
  Jorge González (es)

2.25.8
======

Thanks to Brian Cameron, Maxim Ermilov, Daniel Macks, Elijah Newren, Frederic
Peters, Thomas Thurman, David Trowbridge, and Olav Vitters for improvements in
this version.

  - Reorder compiler flags (Daniel) (#562033)
  - Fix compositor switch (Daniel) (#560990)
  - Remove spurious warnings about operations on window "none" (Thomas)
  - Fix _POSIX_C_SOURCE which was breaking OS X builds (Thomas) (#561962)
  - -Werror -Wall and -ansi are now standard compile flags (Thomas)
  - Merge screen and window keybindings files; fix minor alt-tab bug
    in the process (Thomas) (#528337)
  - Support _NET_WM_FULLSCREEN_MONITORS (David)
  - Remove some deprecated calls (Thomas) (#560445)
  - Clean up #includes (Maxim) (#560449)
  - Update description of raise_on_click (Elijah)
  - First dialogue delegated to zenity (Thomas)
  - fix theme-parser typo (Olav)
  - double-quote variable names in messages (Thomas) (#558309)
  - fix accidental renaming of run_command_terminal (Thomas) (#557943)
  - some null checks; problems exposed by new GDM (Brian) (#558058)
  - ignore mouse button modifier if it's missing (Thomas) (Launchpad 258054, Launchpad 266929)
  - fix docbook markup (Frederic)

Translations
  Astur (ast), Jorge González (es), Thomas Thurman (la), Leonardo Ferreira
  Fontenelle (pt_BR), Daniel Nylander (sv)

2.25.5
======

Thanks to Thomas Thurman for improvements in this version.

  - Allow third-party apps to decide whether a window appears
    on all workspaces (Thomas) (#557536)
  - Fixed keybindings script (again) (Thomas)

Translations
  David Planella (ca), Robert Millan (ca@valencia)

2.25.3
======

Brown paper bag release which fixes numerous build problems from last night's
release of 2.25.2.  Apologies.

Thanks to Murray Cumming, Thomas Thurman, and Götz Waschk for improvements
in this version.

  - Fix distcheck (Thomas) (#557356)
  - add libm reference (Götz) (#557357)
  - fix docbook tags (Murray) (#557337)

Translations
  Yavor Doganov (bg), David Planella (ca), Robert Millan (ca@valencia), Kenneth
  Nielsen (da), Hendrik Richter (de), Ivar Smolin (et), Claude Paroz (fr), Seán de
  Búrca (ga), Launchpad Translations Administrators (hr), Gabor Kelemen (hu),
  Thomas Thurman (la), Žygimantas Beručka (lt), Kjartan Maraas (nb), Duarte
  Loreto (pt), Djavan Fagundes (pt_BR), Mugurel Tudor (ro), Pavol Šimo (sk),
  Laurent Dhima (sq), Горан Ракић (sr), Theppitak Karoonboonyanan (th),
  Funda Wang (zh_CN)

2.25.2
======

Thanks to Joe Marcus Clarke, Murray Cumming, Tomas Frydrych, William Lachance,
Matthew Martin, Christian Persch, Thomas Thurman, and Vincent Untz for
improvements in this version.

  - Add handler for SIGTERM (Joe) (#553980)
  - Minimised windows are necessarily obscured (Matthew) (#528927)
  - Build fixes with the above (Christian, Tomas, Thomas) (#557335)
    (#557201) (#469361)
  - Changed keybindings to be in a single place (Thomas) (#469361)
  - Add new document about themes (Murray)
  - Remove obsolete support for fallback icons (Thomas)
  - Pass modified mouse events to panels (William) (#554428)
  - Change where desktop files should go (Vincent) (#549479)

Translations
  Yavor Doganov (bg), David Planella (ca), Kenneth Nielsen (da), Hendrik
  Richter (de), Ivar Smolin (et), Claude Paroz (fr), Seán de Búrca (ga), Launchpad
  Translations Administrators (hr), Gabor Kelemen (hu), Thomas Thurman (la),
  Žygimantas Beručka (lt), Kjartan Maraas (nb), Duarte Loreto (pt), Djavan
  Fagundes (pt_BR), Mugurel Tudor (ro), Pavol Šimo (sk), Laurent Dhima (sq),
  Горан Ракић (sr), Theppitak Karoonboonyanan (th), Funda Wang (zh_CN)
2.25.1
======

Thanks to Thomas Thurman for improvements in this version.

  - Fix small memory leak, found by Matthias Clasen (Thomas) (#549952)
  - Added move_to_center keybinding suggested by
    Khanh-Dang Nguyen Thu Lam (Thomas) (#549979)
  - Compositor can be turned on and off from the command line
    (#545323) (Thomas)

Translations
  Khaled Hosny (ar), Petr Kovar (cs), Iñaki Larrañaga Murgoitio (eu), Ilkka
  Tuohela (fi), Žygimantas Beručka (lt), Duarte Loreto (pt), Djavan
  Fagundes (pt_BR), Laurent Dhima (sq)

2.25.0
======

Thanks to Patrick Niklaus, Ted Percival, Eric Piel, Akira TAGOH, and Thomas
Thurman for improvements in this version.

  - Fix memory allocation problem in struts (Eric) (probably #468075)
  - Ensure windows which start maximised know where to jump back
    to, so they don't warp to other screens (Ted) (#504692)
  - Added header comments to some files (Thomas)
  - Icons for windows which are uncooperative enough not to provide
    an icon are taken from the theme, not built in (Patrick) (#524343)
  - Added manual page for metacity-message (Akira, from Debian downstream)

Translations
  Khaled Hosny (ar), Petr Kovar (cs), Ilkka Tuohela (fi), Duarte Loreto (pt), Djavan
  Fagundes (pt_BR)

(jmcneill)

2009-03-16 19:54:17 UTC MAIN commitmail json YAML

+ file-roller-2.26.0 gnome-doc-utils-0.16.0 gnome-user-docs-2.26.0 libgda-4.0.0 metacity-2.26.0

(jmcneill)

2009-03-16 19:14:08 UTC MAIN commitmail json YAML

Update to version 1.4.15. Many small fixes and new ATRs in the list. See
Changelog in the source tarball for full commit log.

(hasso)

2009-03-16 19:09:29 UTC MAIN commitmail json YAML

+ evolution-webcal-2.26.0

(jmcneill)

2009-03-16 18:44:34 UTC MAIN commitmail json YAML

+ empathy-2.26.0 glade3-3.6.0 swfdec-gnome-2.26.0

(jmcneill)

2009-03-16 18:37:07 UTC MAIN commitmail json YAML

Move _SYS_VARS processing to a point where BUILDLINK_PACKAGES is
finalised.

(joerg)

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

Updated x11/gnome-session to 2.25.92

(jmcneill)

2009-03-16 18:27:54 UTC MAIN commitmail json YAML

+ gdm-2.26.0

(jmcneill)

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

Update gnome-session to 2.25.92.

===============
Version 2.25.92
===============

Note: this release brings back session saving. There might be bugs for this, so
make sure to test this thoroughly.

- Ensure treeview is included in a scrolled window with a shadow in the inhibit
  dialog (Frédéric Crozat)
- Use system-log-out icon instead of deprecated gnome-logout (Matthias Clasen)
- Implement session saving (Lucas)
- Use close button instead of ok button for error dialog (Vincent)
- Fix the logout dialog not being themed (Matthias Clasen)
- Code cleanup (Lucas)

Translations:
- Updated zh_TW: Chao-Hsiung Liao
- Updated bg: Alexander Shopov
- Updated bn_IN: Runa Bhattacharjee
- Updated ca: David Planella
- Updated de: Wolfgang Stoeggl
- Updated en_GB: David Lodge
- Updated eu: Iñaki Larrañaga Murgoitio
- Updated fi: Ilkka Tuohela
- Updated fr: Bruno Brouard
- Updated gu: Sweta Kothari
- Updated hu: Gabor Kelemen
- Updated it: Luca Ferretti
- Updated ja: Takeshi AIHANA
- Updated ko: Changwoo Ryu
- Updated lv: Raivis Dejus
- Updated pt_BR: Og Maciel
- Updated pt: Duarte Loreto
- Updated ro: Adi Roiban
- Updated sv: Daniel Nylander
- Updated th: Theppitak Karoonboonyanan
- Updated tr: Baris Cicek
- Updated zh_HK: Chao-Hsiung Liao
- Updated zh_TW: Chao-Hsiung Liao

===============
Version 2.25.91
===============

- Fix copy & paste error in debug output (Matthias Clasen)
- Avoid restarting applications when shutting down (Brian Cameron)
- Improve logout/shutdown dialog messages (Matthias Clasen)
- Change the capplet name in (Lucas, Luca Ferretti)
- Remove obsolete logout_option gconf key (Luca Ferretti)
- Update description of required_components_list gconf key (Luca Ferretti)

Translations:
- Updated ast: Mikel González
- Updated bg: Alexander Shopov
- Updated crh: Reşat SABIQ
- Updated da: Kenneth Nielsen
- Updated dz: Dawa pemo
- Updated es: Jorge González
- Updated et: Ivar Smolin
- Updated eu: Iñaki Larrañaga Murgoitio
- Updated fi: Ilkka Tuohela
- Updated gl: Ignacio Casal Quinteiro
- Updated kn: Shankar Prasad
- Updated mk: Jovan Naumovski
- Updated nb: Kjartan Maraas
- Updated nl: Wouter Bolsterlee
- Updated pl: Tomasz Dominikowski
- Updated pt_BR: Andre Gondim
- Updated ro: Adi Roiban
- Updated sr: Горан Ракић
- Updated sv: Daniel Nylander
- Updated te: Bharat Kumar
- Updated th: Theppitak Karoonboonyanan
- Updated vi: Clytie Siddall
- Updated zh_HK: Chao-Hsiung Liao
- Updated zh_TW: Chao-Hsiung Liao

===============
Version 2.25.90
===============

- Install autostart files in /etc/xdg/autostart (Vincent)
- Use 22x22 icons in the splash screen (Vincent)
- Fix a potential crash in the splash screen (Vincent)
- Fix dbus documentation to mention the session bus instead of system bus
  (Richard Hughes)
- Fix build when XTest is not available (Vincent)
- Fix generation of dbus documentation to have valid docbook (Vincent)

Translations:
- Updated ca: David Planella
- Updated fi: Ilkka Tuohela
- Updated he: Yair Hershkovitz
- Updated ko: Changwoo Ryu
- Updated lt: Žygimantas Beručka
- Updated pl: Tomasz Dominikowski
- Updated pt_BR: Andre Gondim
- Updated sv: Daniel Nylander

==============
Version 2.25.5
==============

- Close ICE connection for qt3 applications (Edward Sheldrake)
- In all phases before APPLICATION, consider process termination as completion
  (Behdad Esfahbod)
- Fix gnome-session not looking at $XDG_DATA_HOME/applications (tuxce)
- Correctly check for sm and ice libraries in configure script (Lucas)
- Correctly handle X-GNOME-Autostart-enabled=false in gnome-session-properties
  (Halton Huo)
- Add support for --enable-polkit/--disable-polkit in configure script (default
  is still automatic) (Nirbheek Chauhan)
- Add NoDisplay=True to desktop files (Lucas)
- Fix typo in error message (Lucas)
- Double-click startup program entry to open edit dialog in
  gnome-session-properties (Lucas)
- Fix apps with an icon not existing in the icon theme displayed with no icon
  (Lucas)
- Add 48x48 icon for session properties (Lucas)
- Add a presence dbus API (William Jon McCann)

Translations:
- Updated ca: David Planella
- Updated de: Hendrik Richter
- Updated es: Jorge González
- Updated ha: saudat mohammed
- Updated ig: Onye, Sylvester
- Updated nb: Kjartan Maraas
- Updated sv: Daniel Nylander
- Updated uz@cyrillic: Nurali Abdurahmonov
- Updated uz: Nurali Abdurahmonov
- Updated yo: David Lodge

==============
Version 2.25.3
==============

- Address issue with multiple clients trying to use the QueryEndSession dbus
  API (Tim Kosse)
- Code and build system cleanups (Vincent)
- Stop using deprecated API (Vincent)
- Remove libgnomeui dependency (Vincent)

==============
Version 2.25.2
==============

- Don't link to gnome-keyring and libgnomeui where we don't need (William Jon
  McCann)
- Make the session properties dialog resizable (Matthias Clasen)
- Don't try to print an undefined error message (William Jon McCann)
- Build fixes (Kjartan Maraas)
- Rewrite the application finding code for the manager (Matthias Clasen)
- Add new dbus api to say whether shutdown dialog is available (Ray Strode)
- Remove compat wrapper for gnome-keyring session interaction (Stef Walter)
- Single include fixes for glib (Diego Escalante Urrelo)

Translations:
- Updated ast: Mikel González
- Updated ku: Erdal Ronahi
- Updated sr: Горан Ракић
- Updated sv: Daniel Nylander

(jmcneill)

2009-03-16 18:14:29 UTC MAIN commitmail json YAML

+ mousetweaks-2.26.0

(jmcneill)

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

Updated mail/dspam to 3.8.0nb2

(adrianp)

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

Add two new patches to DSPAM:

1) Fix a bug when using SMTP/LMTP which can cause the mbox to be written
with trailing ^M's which causes the www interface to stop working.

2) Add a custom configuration option in dspam.conf of "StripRcptDomain" which,
if selected, strips the RCPT TO domain from email processed through DSPAM.
This is off by default.

PKGREVISION++

(adrianp)

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

2009-03-16 18:04:24 UTC MAIN commitmail json YAML

+ cheese-2.26.0 glom-1.10.0 gnome-vfsmm-2.26.0 hamster-applet-2.26.0
  libgnomeuimm-2.26.0

(jmcneill)

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

Updated graphics/gnome-icon-theme to 2.25.92

(jmcneill)

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

Update gnome-icon-theme to 2.25.92.

2009-03-10  Rodney Dawes  <dobey@gnome.org>

* configure.in:
Up version to 2.25.92 for release

2009-03-10  Rodney Dawes  <dobey@gnome.org>

* 48x48/animations:
Add a 48x48 of the new process-working icon to finish off #558367

Fixes #558367

2009-03-10  Rodney Dawes  <dobey@gnome.org>

* 48x48/actions/Makefile.am:
* 48x48/actions/appointment-new.png:
* 48x48/actions/mail-message-new.png:
* 48x48/actions/mail-send-receive.png:
Removed some duplicate icons that are old style

2009-02-17  Rodney Dawes  <dobey@gnome.org>

* configure.in:
Up version to 2.25.91 for release

2009-02-11  Rodney Dawes  <dobey@gnome.org>

* configure.in:
Up version to 2.25.90 for release

2009-01-26  Jakub Steiner <jimmac@ximian.com>

* process-working: replace the spinner. Addresses bug #558367

(jmcneill)

2009-03-16 17:58:43 UTC MAIN commitmail json YAML

+ gtkmm-2.16.0 libgnomecanvasmm-2.26.0 libgnomemm-2.26.0
  librsvg-2.26.0 libxml++-2.26.0 tomboy-0.14.0
- libgnomekbd-2.26.0

(jmcneill)

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

Updated x11/gnome-control-center to 2.25.92

(jmcneill)

2009-03-16 17:22:58 UTC MAIN commitmail json YAML

Update gnome-control-center to 2.25.92.

gnome-control-center 2.25.92 (2009-03-02)

General:
- remove lots of deprecated GDK/GTK+ calls (Thomas H.P. Andersen) (#572325)

Appearance:
- fix message markup appearing in post-install dialog (Jens Granseuer)
  (#572453)

Display:
- don't block the GUI while changing RANDR configuration
  (Federico Mena Quintero)
- realign outputs after a resolution change (Federico Mena Quintero)
- use black text for enabled monitors (Federico Mena Quintero)
- change window title and menu entry to "Display"/"Display Preferences"
  (Jens Granseuer) (#570907)

Keybindings:
- fix saving custom shortcut commands (Jens Granseuer) (#572501)
- always show "<Unknown Action>" for shortcuts without a description
  (Jens Granseuer) (#572808)

Keyboard:
- add visual bell settings (Matthias Clasen) (#564998)
- fix initial layout preview (Matthias Clasen) (#550721)
- restore help button in layout options (Sergey Udaltsov) (#556952)
- remove non-existing icon from sound notifications button (Jens Granseuer)
  (#570906)

Font Viewer:
- initialize type system to fix hang (Jonas Bonn) (#572189)

Translations:
- ast (Mikel González)
- be@latin (Ihar Hrachyshka)
- bg (Alexander Shopov)
- ca (Gil Forcada)
- da (Kenneth Nielsen)
- en_GB (Philip Withnall)
- es (Jorge Gonzalez)
- et (Priit Laes)
- eu (Inaki Larranaga Murgoitio)
- fi (Ilkka Tuohela)
- fr (Claude Paroz)
- gu (Sweta Kothari)
- he (Mark Krapivner)
- hu (Gabor Kelemen)
- it (Milo Casagrande)
- ja (Takeshi Aihana)
- ko (Changwoo Ryu)
- nb (Kjartan Maraas)
- pl (Tomasz Dominikowski)
- pt (Duarte Loreto)
- pt_BR (André Gondim, Jonh Wendell, Og Maciel)
- ro (Jani Monoses)
- sv (Daniel Nylander)
- th (Theppitak Karoonboonyanan)
- vi (Clytie Siddall)
- zh_HK (Chao-Hsiung Liao)
- zh_TW (Chao-Hsiung Liao)

gnome-control-center 2.25.90 (2009-02-04)

General:
- Rename gnome-network-preferences to gnome-network-properties (Luca Ferretti)
  (#554342)
- Add optional libcanberra-gtk dependency

About me:
- Build fixes
- Fix email addresses being generated by g-a-m always being saved as type
  "OTHER" (Jens Granseuer) (#570113)

Appearance:
- Fix newly installed themes appearing twice in the GTK themes list if the
  package contains themes for both GTK and metacity (Jens Granseuer) (#568595)
- Use "Desktop Background" instead "Wallpaper" as per GDP glossary (Luca
  Ferretti) (#569382)

Common:
- Add GnomeThemeElement parameter to the ThemeChangedCallback so that the
  receiver can determine what part of the theme changed (Jens Granseuer)

Default application:
- Fix the https handler never being set (Bastien Nocera) (#568408)
- Update the web entry with the correct command for the selected option instead
  of always using the default (Jens Granseuer)

Display:
- Build fixes
- Add On/Off radio buttons to turn on/off a monitor (Federico Mena Quintero)
- Don't crash if we don't have an output (Jens Granseuer) (#569218)

Keybindings:
- Build fixes
- Print a warning when a key doesn't have a schema, so no description (Bastien
  Nocera)
- Make Enter work as expected in the custom key shortcut edit dialogue (Bastien
  Nocera)

Keyboard:
- Sort options by description (Sergey Udaltsov)
- Hide help button in Options (Sergey Udaltsov) (#556952)
- Allow setting a repeat delay of up to 2 seconds (Jens Granseuer) (#569612)

Shell:
- Use single GTK includes in slab (Magnus Boman) (#551850)
- Compile with G*_DISABLE_DEPRECATED in slab (Magnus Boman) (#551850)

Typing break:
- Play a sound when the display is locked or unlocked (Maxim Ermilov) (#169473)

Translations:
- ca (Joan Duran)
- el (nikosCharonitakis)
- es (Jorge González)
- fi (Timo Jyrinki)
- he (Mark Krapivner)
- it (Luca Ferretti)
- ko (Young-Ho Cha)
- lt (Vytautas Liuolia)
- lv (Raivis Dejus)
- mg (Thierry Randrianiriana)
- mn (Badral)
- nb (Kjartan Maraas)
- nl (Wouter Bolsterlee)
- or (Manoj Kumar Giri)
- pa (Amanpreet Singh Alam)
- pl (Tomasz Dominikowski)
- pt_BR (Henrique P Machado)
- ru (Nickolay V. Shmyrev)
- sr (Данило Шеган)
- sv (Daniel Nylander)
- uk (Maxim V. Dziumanenko)
- uz@cyrillic (Nurali Abdurahmonov)
- uz (Nurali Abdurahmonov)
- zh_CN (甘露(Gan Lu))
- zh_HK (Chao-Hsiung Liao)
- zh_TW (Chao-Hsiung Liao)

-------------------------------------------------------------------------------
gnome-control-center 2.25.3 (2008-12-18)

General:
- Remove sound capplet and documentation, it moved to gnome-media
  (Bastien Nocera)

About me:
- Add support for fingerprint readers with more than one enrollment stage
  (Bastien Nocera)

Display:
- Display errors when any happen (Federico Mena Quintero)
- Slight UI changes (Federico Mena Quintero)
- When a monitor is selected, update the monitor label to have the monitor's
  name and colour so they know which one is being edited (Federico Mena Quintero)
- Make the monitor on which the dialogue appears the default one on startup
  (Federico Mena Quintero)
- Fix monitors still overlapping when turning off "Mirror screens"
  (Federico Mena Quintero)
- Remove unneeded help button (Federico Mena Quintero)

gnome-control-center 2.25.2 (2008-12-02)

General:
- Only include top-level headers for glib and GTK+ (Maxim Ermilov) (#561562)
- Optionally check for PolicyKit (Bastien Nocera)
- Don't try to delete directories twice (Jens Granseuer) (#562371)
- Don't recognize "" as a valid engine for certain GTK themes (Jens Granseuer)
  (#315286)

About me:
- Add support for enrolling fingerprints using the fprintd D-Bus service
  (Bastien Nocera) (#561881)

Appearance:
- Don't initialize gettext and GTK twice (Jens Granseuer)
- Add missing arg to capplet_init (Kjartan Maraas)
- Use g_ascii_strcasecmp instead of the deprecated g_strcasecmp (Maxim Ermilov)
  (#560424)
- Really remove the temp dir when the transfer is cancelled (Jens Granseuer)
- Fix leak (Jens Granseuer)

Font viewer:
- Remove gnome-vfs dependency (Saleem Abdulrasool) (#561319)

Keybindings:
- Respect the /desktop/gnome/keybindings/allowed_keys key (Matthias Clasen)

Network:
- Add support for network profiles (Maxim Ermilov) (#477040)

Typing break:
- Use g_object_unref instead of the deprecated gdk_window_unref (Maxim Ermilov)
  (#561679)

Shell:
- Add libgnomeui dependency back (Kjartan Maraas)
- Remove eel dependency (dmacks@netscape.org) (#561944)
- Fix leak (Federico Mena Quintero)
- Use the new GtkTooltip mechanism rather than the deprecated GtkTooltips
  (Federico Mena Quintero)

Translations:
- es (Jorge Gonzalez)
- it (Luca Ferretti)
-------------------------------------------------------------------------------
gnome-control-center 2.25.1 (2008-11-05)

General:
- resurrect gnome-font-viewer and gnome-thumbnail-font (Davyd Madeley)
- reduce libgnome* usage (Søren Sandmann)
- require GTK+ 2.13.1 (Jens Granseuer)
- require gnome-desktop 2.25.1 (Jens Granseuer)
- code cleanups (Jens Granseuer, Christian Persch, Kjartan Maraas, Bastien Nocera)

Common:
- use translated names for icon themes if available (Jens Granseuer) (#554272)
- fix error handling when launching help (Jens Granseuer)

Appearance:
- connect the help buttons to the most appropriate sections in the user guide
  (Matthias Clasen) (#554957)

Default application:
- add Listen to the list of media players (Julien Lavergne)

Display:
- show an error dialog instead of crashing when initialization fails due to
  XRandR not being available (Matt Keenan) (#553762)
- fix preview orientation when using left or right rotation (Jens Granseuer) (#555241)
- use new clone mode API in gnome-desktop (Søren Sandmann)
- XOR the old and the new regions instead of subtracting old from new (Søren
  Sandmann) (#551566)

Keybindings:
- fix editability of group headings (Matthias Clasen) (#556967)
- avoid duplicate custom keybindings (Matthias Clasen) (#556977)
- add UI for adding and removing named custom shortcuts (Matthias Clasen) (#114796)

Keyboard:
- fix group sorting (Sergey Udaltsov)
- update group expander highlighting dynamically (Sergey Udaltsov)
- connect the stickykeys_two_key_off button (Jens Granseuer) (#556818)
- remember sorted list of expanders in properties (Sergey Udaltsov)
- scroll the options window when the keyboard focus moves out of the visible
  part (Jens Granseuer) (#557944)
- hide/show the "Default" column depending on the "layout per window" checkbox
  (Sergey Udaltsov) (#555261)

Sound:
- make the filechooser default to a sensible directory (Bastien Nocera)

Windows:
- Use the right values for the h/v maximization titlebar doubleclick action
  (Matthias Clasen) (#554962)

Translations:
- ast (Esbardu)
- bg (Yavor Doganov)
- ca@valencia (Robert Millan)
- cs (Petr Kovar)
- da (Ask Hjorth Larsen)
- el (nikosCharonitakis)
- et (Priit Laes)
- fi (Timo Jyrinki)
- he (Mark Krapivner)
- hu (Gabor Kelemen)
- nb (Kjartan Maraas)
- nl (Wouter Bolsterlee)
- pt_BR (Leonardo Ferreira Fontenelle)
- sk (Pavol Šimo)
- sr (Данило Шеган)
- sv (Daniel Nylander)
- th (Theppitak Karoonboonyanan)
- uk (Maxim V. Dziumanenko)

(jmcneill)

2009-03-16 17:12:28 UTC MAIN commitmail json YAML

+ gok-2.26.0

(jmcneill)

2009-03-16 16:51:10 UTC MAIN commitmail json YAML

+ moserial-1.0.6

(jmcneill)

2009-03-16 16:49:14 UTC MAIN commitmail json YAML

Updated net/libsoup24 to 2.26.0

(jmcneill)

2009-03-16 16:48:52 UTC MAIN commitmail json YAML

Update libsoup24 to 2.26.0.

Changes in libsoup from 2.25.91 to 2.26.0:

* Temporarily disable libproxy support to work around a bug in
          its gnome plugin that causes gvfsd-http (and probably
          eventually other apps) to crash. [#571527]. For now,
          SoupProxyResolverGNOME uses only GConf. To be fixed in
          2.26.1

* Fixed a bug that showed up in WebKit, where if many messages
          were queued all at once to a server that doesn't support
          persistent connections, some of the requests will get lost.
          #574365, reported by Xan Lopez.

* Fixed SoupServer to support using SOUP_ENCODING_EOF, so you
          can stream responses of unknown length to HTTP/1.0 clients.
          [#572153]. Added a regression test for this, and for chunked
          and Content-Length-based streaming.

* Fixed several bugs that prevented SoupCookieJarSqlite from
          working. [#572409, patch from Xan Lopez]

* Added G_{BEGIN,END}_DECLS guards to public headers that were
          missing it. (Xan Lopez)

* Misc gtk-doc improvements

(jmcneill)

2009-03-16 16:25:49 UTC MAIN commitmail json YAML

+ atk-1.26.0

(jmcneill)

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

+ at-spi-1.26.0 evolution-mapi-0.26.0

(jmcneill)

2009-03-16 16:22:07 UTC MAIN commitmail json YAML

Updated sysutils/gnome-settings-daemon to 2.26.0

(jmcneill)

2009-03-16 16:21:36 UTC MAIN commitmail json YAML

Update gnome-settings-daemon to 2.26.0.

==============
Version 2.26.0
==============
- Make build work with -Wl,-z,defs (Christopher Taylor) (#574452)
- Updated translations:
  - as (Amitakhya Phukan)
  - ca (Gil Forcada)
  - cs (Petr Kovar)
  - da (Kenneth Nielsen)
  - de (Mario Blättermann)
  - el (Kostas Papadimas)
  - eu (Inaki Larranaga Murgoitio)
  - gl (Ignacio Casal Quinteiro)
  - gu (Ankitkumar Patel)
  - he (Yair Hershkovitz)
  - hi (Rajesh Ranjan)
  - it (Luca Ferretti)
  - ja (Takeshi AIHANA)
  - lt (Gintautas Miliauskas)
  - ml (Ani Peter)
  - mr (Sandeep Shedmake)
  - or (Manoj Kumar Giri)
  - ro (Mișu Moldovan)
  - ru (Nickolay V. Shmyrev)
  - ta (I. Felix)
  - te (Krishnababu K)

===============
Version 2.25.92
===============
- don't print warnings for disabled custom shortcuts (Jens Granseuer)
- revert screen resolution change if the user closes the confirmation window
  using the close icon or by pressing escape (Jens Granseuer) (#571492)
- add missing keys for a11y shortcut keys to GConf schemas (Jens Granseuer)
  (#572807)
- install gnome-settings-daemon-plugin.h for custom plugin developement
  (Jens Granseuer) (#573610)
- Updated translations:
  - bg (Alexander Shopov)
  - en_GB (Philip Withnall)
  - es (Jorge Gonzalez)
  - fi (Ilkka Tuohela)
  - fr (Claude Paroz)
  - gu (Sweta Kothari)
  - hu (Gabor Kelemen)
  - ko (Changwoo Ryu)
  - nl (Wouter Bolsterlee)
  - pl (Tomasz Dominikowski)
  - pt (Duarte Loreto)
  - pt_BR (Krix Apolinário, Vladimir Melo)
  - sv (Daniel Nylander)
  - th (Theppitak Karoonboonyanan)
  - zh_HK (Chao-Hsiung Liao)
  - zh_TW (Chao-Hsiung Liao)

===============
Version 2.25.91
===============
- Have gnome-session restart g-s-d if it crashes (Matthias Clasen)
- Add --without-libnotify to disable notifications (Nirbheek Chauchan)
- Avoid warnings due to notifications on nonexisting status icons
  (Matthias Clasen)
- Fix crash with invalid keyboard shortcuts (Jens Granseuer)
- fix label for "Don't show this message again" checkbox (Luca Ferretti) (#517821)
- HIG fix for button labels (Luca Ferretti) (#571819)
- Don't use legacy icons for keyboard and mouse (Luca Ferretti) (#571823)
- Fix alignment of the composited media window (Leo Iannacone) (#567249)
- Updated translations:
  - ast (Mikel González)
  - ca (Gil Forcada)
  - da (Kenneth Nielsen)
  - es (Jorge Gonzalez)
  - eu (Iñaki Larrañaga Murgoitio)
  - ja (Takeshi AIHANA)
  - nl (Wouter Bolsterlee)
  - pl (Tomasz Dominikowski)
  - ro (Jani Monoses)
  - sv (Daniel Nylander)
  - vi (Clytie Siddall)

===============
Version 2.25.90
===============
- Initialize thread system (Frederic Peters) (#565515)
- Better support for Eject and Sleep actions on BSD (Jasper Lievisse Adriaanse)
  (#565472)
- Spawn screensaver after a 30 second timeout instead of when idle so that it
  doesn't compete with other processes when the session starts (Jens Granseuer)
  (#564059)
- Add low diskspace notification (Vincent Untz) (#557647)
- Support hotkeys for a11y tools (Matthias Clasen) (#565310)
- Quiet xrdb when there are duplicate rules in the .ad files (Bastien Nocera)
  (#566610)
- Add debugging output when de/registering media players (Jens Granseuer)
  (#564433)
- Add a new sound plugin that tells PulseAudio to drop its sample cache when
  the sound theme changes (Lennart Poettering) (#545386)
- Don't pop up an error message when there's no randr configuration file
  (Federico Mena Quintero)
- Ungrab keys when key-related plugins are disabled (Jens Granseuer) (#567867)
- Use PulseAudio directly to change the volume (Bastien Nocera) (#567177)
- Don't draw_background immediately when nautilus is disabled, GnomeBG will
  send a signal (Ray Strode)
- Add crossfade transition when switching backgrounds (Ray Strode) (#552857)
- Use XF86Explorer to launch the file manager (Bastien Nocera)
- Fix possible crash when pressing Fn-F7 (Andres Freund) (#568713)
- Delay drawing the background until SessionRunning (Ray Stode)
- Ask for confirmation with a timeout after changing the randr configuration
  (Federico Mena Quintero) (#545115)
- Require gnome-desktop 2.25.6 (Jen Granseuer)
- Plug leaks
- Build fixes
- Updated translations:
  - es (Jorge González)
  - et (Mattias Põldaru)
  - he (Yuval Tanny)
  - hu (Gabor Kelemen)
  - it (Luca Ferretti)
  - ko (Changwoo Ryu)
  - nb (Kjartan Maraas)
  - pt_BR (Krix Apolinário)
  - sv (Daniel Nylander)
  - zh_CN (甘露(Gan Lu))

==============
Version 2.25.3
==============
- Add support for fn-f7 type keys (Søren Sandmann)
- Use D-Bus instead of an X client mesage in the xrandr plugin, so
  the front-end can get error messages as well (Federico Mena Quintero)
- Fix crash when the X server doesn't have the XInput extension (Jens Granseuer) (#562977)
- Don't call umask (Behdad Esfahbod) (#563543)
- Shut the daemon down properly when the SIGTERM signal is received or the
  D-Bus bus goes away (Ray Strode)
- Restore AccessX bits to original values on exit, fixes sticky keys
  coming on when gnome-settings-daemon has exited (Ray Strode)
- Use only top-level glib and gtk+ headers (Pedro Fragoso) (#563796)

==============
Version 2.25.2
==============
- No need to trap XkbQueryExtension and friends errors (Jens Granseuer) (#559346)
- Add some performance annotations around libxklavier calls (Behdad Esfahbod)
- Start managers in idle callbacks (Behdad Esfahbod) (#559482, #559564)
- Only initialize fontconfig when starting up (Behdad Esfahbod) (#559550)
- Remove unnecessary X error traps (Jens Granseuer) (#559562)
- Init a11y status icon only when needed (Behdad Esfahbod) (#559558)
- Reshufle plugin priorities a bit (Behdad Esfhabod)
- Delay constructing the GnomeBg object until we need it (Behdad Esfahbod)
  (#559639)
- Listen for DeviceEnabled instead of DeviceAdded to be sure the mouse has
  been initialized (William Grant) (#559827)
- Add debugging output for volume_step (Jens Granseuer)
- Fork before gtk_init (Behdad Esfahbod) (#559695)
- Lockdown in the keybinding plugin (Matthias Clasen) (#553434)
- Trap X errors so we don't crash on X servers that don't support DevicePresence
  (Jens Granseuer) (#560618)
- Fix handling of time = GDK_CURRENT_TIME (Jens Granseuer) (#559797)
- Add bundle_loader linker flag to fix compilation on MacOS X (dmack@netspace.org)
  (#522673)
- Grab all keycodes that match the respective keysim (Mario Limonciello) (#561275)
- Fix --no-daemon (Behdad Esfahbod)
- Depend on libxklavier 3.8 (Sergey Udaltsov)
- Fix checks for various X libraries (Jens Granseuer)
- Fix check for xklavier device discovery (Jens Granseuer)

==============
Version 2.25.1
==============
- Ignore the 'activate' signal for deselected items so that the rotation
  setting doesn't reset when the systray menu is opened (Eric Piel)
  (#554951)
- Don't make togglekeys_enable depend on global AccessX state (Jens
  Granseuer) (#555009)
- Fix picking up of the GDM layout (Matthias Clasen) (#554525 and
  #555873)
- Use printf safely (Christian Persch) (#555553)
- Show the shutdown dialog when the power button is pressed (Matthias
  Clasen) (#556307)
- Support the Gtk/ButtonImages XSetting (Matthias Clasen) (#556797)
- Clean-up volume initialization (Jens Granseuer) (#552383)
- Make the composited volume images more clear (Bogdan Butnaru)
  (#557307)
- Spawn screensaver process in idle callback (Rodrigo Moya)
- Remove sound plugin (Jens Granseuer) (#557806)
- Replace gnome_help_display_desktop with gtk_show_uri (Jens Granseuer)
  (#557808)
- Listen for X device changes and reconfigure the mouse if necessary
  (William Grant) (#549267)
- Remove AM_MAINTAINER_MODE (Jens Granseuer) (#558503)
- Disable xrdb plugin by default (Behdad Esfahbod) (#557807)
- Improve performance logging annotations (Behdad Esfahbod) (#559162)
- Cleanup font module (Behdad Esfahbod) (#559163)
- Don't trap errors around grab_key (Behdad Esfahbod) (#559164)
- Don't run 'mousetweaks -s' at startup (Behdad Esfahbod) (#559165)
- Start fontconfig monitors, mouse and clipboard managers in idle
  callbacks (Behdad Esfahbod) (#559166)
- Preload gconf dirs when feasible (Behdad Esfahbod) (#559167)
- Wait for initialization processes to be done before spawning other
  processes (Behdad Esfahbod) (#559168)
- Don't close stderr to not lose warnings (Behdad Esfahbod)
- Use a pipe to communicate between children and parent process instead
  of a signal (Behdad Esfahbod)
- Updated translations:
  - et (Priit Laes)
  - mk (Jovan Naumovski)
  - pt_BR (Leonardo Ferreira Fontenelle)
  - sk (Marcel Telka)

(jmcneill)

2009-03-16 14:57:52 UTC MAIN commitmail json YAML

Updated security/p5-pcsc to 1.4.7

(hasso)

2009-03-16 14:55:59 UTC MAIN commitmail json YAML

Update to version 1.4.7. Upstream changes:

* Card/Card.pm: type: prefered -> preferred
* Card/Card.pm: update copyright date
* Card/Card.pm: typo: prefered -> preferred
* Card/Card.pod: typos
* README: release 1.4.7
* MANIFEST: remove removed files (merged)
* Makefile_OSX.PL, Makefile_win.PL: merged in Makefile.PL
* README, README.OSX, README.Unix, README.Windows: merge all README.* in README
* Makefile.PL: merge Makefile_win.PL and Makefile_OSX.PL
* PCSC.pod: typos
* PCSC.pod: typo
* PCSC.pm: version 0.05
* PCSC.pod, PCSCperl.h: update copyright date
* PCSCperl.h: reorder the .h inclusion to have a default for Unix system

(hasso)

2009-03-16 14:18:37 UTC MAIN commitmail json YAML

Updated security/pcsc-lite to 1.5.2
Updated security/ccid to 1.3.10

(hasso)

2009-03-16 14:10:47 UTC MAIN commitmail json YAML

Update to version 1.3.10. Upstream changes:

1.3.10:
    - add support for MSI StarReader SMART, Noname reader (from
      Omnikey), Xiring Xi Sign PKI, Realtek 43 in 1 + Sim + Smart Card
      Reader, Atmel AT98SC032CT, Aktiv Rutoken Magistra, TianYu CCID
      SmartKey, Precise Biometrics 200 MC and 250 MC
    - add a patch to support the bogus OpenPGP card (on board key
      generation sometimes timed out)
    - disable support of the contactless part of SDI010 and SCR331DI
      (this code was reverse engineered and hard to maintain)
    - some minor bugs removed

1.3.9:
    - add support for Aladdin eToken PRO USB 72K Java, Cherry
      SmartTerminal ST-1200USB, Atmel AT91SO, SpringCard Prox'N'Roll,
      CSB6 Basic, EasyFinger Ultimate, CSB6 Ultimate, EasyFinger
      Standard, CrazyWriter, CSB6 Secure, KONA USB SmartCard, HP MFP
      Smart Card Reader, ACS ACR122U PICC, Gemalto PDT, VMware Virtual
      USB CCID
    - MacOSX/configure: do not overwrite PCSC_CFLAGS, PCSC_LIBS,
      LIBUSB_CFLAGS and LIBUSB_LIBS if already defined by the user
    - by default, link statically against libusb on Mac OS X
    - IFDHPowerICC(): use a very long timeout for PowerUp since the card
      can be very slow to send the full ATR (up to 30 seconds at 4 MHz)
    - SecurePINVerify(): correct a bug when using a Case 1 APDU and a
      SCM SPR532 reader
    - log the reader name instead of just the pcscd Lun
    - some minor bugs removed

(hasso)

2009-03-16 14:08:33 UTC MAIN commitmail json YAML

Update to version 1.5.2. Upstream changes:

pcsc-lite-1.5.2:
- SCardGetStatusChange(): return if the state of the reader changed
  since the previous call. Thanks to Thomas Harning for the patch
- SCardCancel() no works as expected. It got broken in version 1.5.0.
  Closes: [#311342] SCardCancel does not cancel an outstanding
  SCardGetStatusChange
- log TxBuffer and RxBuffer if the SCardControl() command failed.
  Closes: [#311376] PCSC_LOG_VERBOSE via -dd; print details of "Card not
  transacted"
- add a mutex to avoid a race condition
  Closes: [#311377] Race condition in SCardBeginTransaction
- SCardGetStatusChange() may not return if the reader was removed.
- some other minor improvements and bug corrections

pcsc-lite-1.5.1:
- Extended APDU of more than 2048 bytes were corrupted. The problem was
  introduced in version 1.3.3 (2 years ago) by making the code compile
  with Sun Studio 11.
  Thanks to Eric Mounier for the patch
- some other minor improvements and bug corrections

pcsc-lite-1.5.0:
- correctly handle up to PCSCLITE_MAX_READERS_CONTEXTS readers (instead
  of PCSCLITE_MAX_READERS_CONTEXTS-1)
- SCardGetStatusChange()
  . now returns SCARD_E_TIMEOUT instead of SCARD_S_SUCCESS if dwTimeout
    == 0 (conform to Windows XP)
  . add support of reader name \\?PnP?\Notification to detect reader
    insertion/removal (conform to Windows XP)
  . if a reader disappear also set SCARD_STATE_UNAVAILABLE in
    dwEventState (more conform to Windows XP)
- SCardStatus(): add support of SCARD_AUTOALLOCATE for pcchReaderLen and
  pcbAtrLen
- SCardGetStatusChange() now uses asynchronous events instead of polling
- more and/or better Doxygen documentation
- SCardTransmit(): correctly pass the pioRecvPci parameter
- SCardConnect() and SCardReconnect(): correct a bug when two
  applications were calling SCardConnect() or SCardReconnect() at the
  exact same time
- pcscd logs the command name sent by the application (when in debug mode)
- some other minor improvements and bug corrections

(hasso)

2009-03-16 14:06:16 UTC MAIN commitmail json YAML

Updated sysutils/nautilus to 2.26.0

(jmcneill)

2009-03-16 14:05:04 UTC MAIN commitmail json YAML

Update nautilus to 2.26.0.

pkgsrc changes:

    * user-destdir support
    * remove eel, libbonobo, libbonoboui, libgnome, libgnomeui, libgsf,
      libart, ORBit2, startup-notification dependencies
    * add exempi, libunique dependencies

Major changes in 2.26.0 are:
* Stable release
* Fix crash due to broken gdk-pixbuf tga loader
* make sure thumbnails are updated even when zoomed up
* fix crash in media settings preferences

Major changes in 2.25.93 are:
* Use ConsoleKit to make sure we only autorun on active sessions
* Never show unmount if we show an eject menu item
* Show the gvfs reported owner/group names
* Don't allow changing default app for folders
* Fix "can't unmount same location twice" bug

Major changes in 2.25.92 are:
* Set mmap limit to avoid desktop background memory not being returned to the os
* Warn when source overwrites destination in move
* Don't put "link to ..." in front of symlinks unless there are name conflicts
* Fix desktop flicker on theme change
* Require desktop file app launchers to be executable
* Support making symlinks on remote locations (if supported by backend)

Major changes in 2.25.91 are:
* Use G_DEFINE_TYPE_* instead of hand-written types
* fix: opening a new window restores minimised ones
* fix renaming of desktop files
* Handle new kinds of GIcons
* Don't display shadowed mounts

Major changes in 2.25.4 are:
* Don't show desktop files from other desktops than Gnome on the desktop
* Support crossfades of desktop backgrounds
* Don't snap desktop icons outside right margin
* Fix crashes and leaks

Major changes in 2.25.3 are:
* Remove CD/DVD creator from places menu and sidebar
* Allow deleting custom emblems
* Fix crashes
* Don't show read-only emblems in trash
* Trash performance fixes
* General performance fixes
* Update to new PackageKit API

Major changes in 2.25.2 are:
* Merged eel into nautilus
* Use single glib/gtk includes
* Support PackageKit application search
* Fix new windows not appearing after successful mount
* Remove support for old KDE trash dirs

Major changes in 2.25.1 are:
* Remove depencency on libgnome & gnome-vfs
* Fix crashes
* Chop trailing space characters when moving to FAT file system
* When DnD'ing, COPY instead of MOVE, when the source is not deletable
* Don't set default when opening with other app, just add to open with list.
* Don't make copies of files from readonly source (e.g. CDROM) readonly
* Don't show cancel dialog when showing the "run or display" dialog

(jmcneill)

2009-03-16 13:07:24 UTC MAIN commitmail json YAML

Updated sysutils/gvfs to 1.2.0

(jmcneill)

2009-03-16 13:06:46 UTC MAIN commitmail json YAML

Fix build problem under Mac OS X.

(tron)

2009-03-16 13:06:40 UTC MAIN commitmail json YAML

Update gvfs to 1.2.0.

Major changes in 1.2.0
======================
* sftp: Don't hang if ssh no authentication method availible
* Don't leak file monitors
* computer: don't show shadowed mounts

Major changes in 1.1.8
======================
* Fix crashers and leaks
* Handle file:// uris with anchors in gvfs-open
* fuse: Support ftruncate to the current file size
* escape/unescape hostname part in uris, allowing spaces in e.g. smb domains
* hal: Fix "No mount object" error on mount
* Change details of the new .xdg-volume-info file format
* Fix races in cancellation of gvfs streams
* Remove debug spew from backends
* ftp: Fix anonymous login
* gphoto2: Ignore broken storages with no capacity
* Don't globally modify COMP_WORDBREAKS in bash completion script
* Don't ask for username when getting ssh key passphrase

Major changes in 1.1.7
======================
* Fix build on some platforms
* ftp: Fix short read errors
* gphoto2: Make it work on iphone
* sftp: Fix symlink creation
* fuse: Better support of truncation, fixing OOo save
* proxy monitors: Support mount operations, etc
* gvfs-mount: add --device commandline support
* sftp: Fix protocol bug that made some servers not work
* general support for query_info over streams, implemented for smb, sftp
* Initial support for .xdg-volume-info reading

Major changes in 1.1.6
======================
* Fix crashes
* trash: Better messages
* Clean up glib and gtk includes
* archive: Build with later versions of libarchive
* dav: Fix folder creation
* dav: Fix redirection when user is specified in url
* http: fix error propagation
* sftp: Try to preserve ownership when replacing a file

Major changes in 1.1.5
======================
* network: Pick up SMB shares from zeroconf
* obexftp: Write support for
* obexftp: Support obexftp over usb
* trash: Don't follow symlinks on delete
* fix crashes

Major changes in 1.1.4
======================
* Trash performance fixes
* Fuse performance fixes

Major changes in 1.1.3
======================
* ftp: fix limited number of connections causes commands to fail (#565504)
* trash: fix parallel build doesn't work (#562955)
* trash: add trash::orig-path and trash::deletion-date info
* trash: set files to mode 700 before deleting to deal with users trashing read-only directories
* smb-browse: browsing authentication support (#524485)
* smb-browse: make backend not automounted anymore

Major changes in 1.1.2
======================
* New trash backend
* Use the new shadow mount facility in gio
* gphoto2: Use shadow mounts
* obex: Fix icon for root directory
* http: Fix major memory leak
* http: Support proxies

Major changes in 1.1.1
======================
* Reverse map FUSE pathnames to gvfs locations
* Fix crashes
* Show better icon info in gvfs-info
* Support custom icons for gvfs backends
* dav: support uris (dav+sd://) which specify dns-sd services instead of resolved ip+port
* ftp: Fix time parsing
* ftp: Show username in auth dialog if specified in uri
* ftp: Support UTF8 server feature
* ftp: Use LIST -a instead of LIST on unix servers
* fuse: Fix major race in that caused crashes
* fuse: Set st_blocks so that e.g. the "du" command works
* gphoto: use custom icons for faster thumbnails
* obexftp: Port to bluez 4 API
* sftp: If name specified in mount, use in name too so that fuse paths are unique
* sftp: Support /etc/favicon.png
* smb: Don't ask for password twice if cancelled
* smb: support setting timestamp

(jmcneill)

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

2009-03-16 12:54:57 UTC MAIN commitmail json YAML

2009-03-16 12:49:40 UTC MAIN commitmail json YAML

Updated net/libsoup24 to 2.25.91

(jmcneill)