The following modules have a new version: - aisleriot (3.3.0 => 3.3.1) - anjuta (3.3.1 => 3.3.3) - cheese (3.3.2 => 3.3.3) - devhelp (3.2.0 => 3.3.3) - evolution (3.3.2 => 3.3.3) - file-roller (3.2.2 => 3.3.1) - gedit (3.2.3 => 3.3.1) - gnome-boxes (3.3.2 => 3.3.3) - gnome-color-manager (3.2.1 => 3.3.3) (*) - gnome-documents (0.3.2 => 0.3.3) - gnome-games (3.3.1 => 3.3.3) - orca (3.3.2 => 3.3.3) - seahorse (3.3.2 => 3.3.3) - totem (3.2.1 => 3.3.4) - vinagre (3.3.2 => 3.3.3) (*) No summarized news available The following modules weren't upgraded in this release: accerciser, glade, gnome-devel-docs, gnome-nettool, nautilus-sendto, nemiver, rygel ======================================== aisleriot ======================================== Aisleriot 3.3.1 =============== - Aisleriot now requires guile >= 2.0 - Many improvements and bug fixes - Translation updates ======================================== anjuta ======================================== Anjuta 3.3.3 "It's X-mas time..." (20 December 2011) -- Johannes Schmid This is an unstable developer snapshot - if you need a stable version, use 3.2.x! Abderrahim Kitouni (1): language-support-vala: fix a crash with the directory project backend Akom Chotiphantawanon (1): Updated Thai translation. Alban Browaeys (1): git: fix active_branch_iter not behing null though filled with null values. Arnel A. Borja (3): project-wizard: Add wizard files to EXTRA_DIST language-support-vala: update the .vapi after project-manager changes language-support-vala: update project property interfaces Bruno Brouard (3): Updated French doc translation Updated French translation Updated French doc translation Christian Kirbach (3): Updated German Anjuta manual translation Updated German Anjuta manual translation Updated German translation Daniel Mustieles (4): Updated Spanish translation Updated Spanish translation Updated Spanish translation Updated Spanish translation Gabor Kelemen (1): Make the tasks in the Git tasks window show up translated. Johannes Schmid (18): libanjuta: Add anjuta_dock_replace_command_pane git: Only show one command pane at any time git: fix bgo#646695 - Remote needs translator comment git: bgo# 656761 - Error messages being spewed message-manager: Fix rh#532290 - Crash when ianjuta_message_manager_append() is used with NULL string build-basic-autotools: Fix rh#757236 - anjuta crashes when file doesn't belong to build configuration. libanjuta: Add anjuta_dock_get_command_bar() git: Fix bgo#641079 - check number of branches selected when switching document-manager: Fixed some memory leaks anjuta: Fixed a memory leak language-support-js: Fixed bgo#665082 - Crash in javascript autocompletion git: Disable delete button when there is no selection in the tags pane git: Use combo box instead of tree view for remotes i18n: Fix bug with wrong format string in german translation sourceview: Don't break layout when displaying message area js-debugger: bgo#666448 - Support application/javascript target manual: Fix bgo666321 - Wrong Context-Help shortcut Revert "git: fix active_branch_iter not behing null though filled with null values." Matej Urbančič (1): Updated Slovenian translation Piotr Drąg (1): Updated POTFILES.in Sébastien Granjoux (16): debug-manager: Move settings in plugins/debug-manager run: Move preferences to plugins/run sourceview: Fix a crash with Scintilla project-wizard: Display only useful page on the sidebar project-wizard: Replace GtkSwitch by GtkCheckButton project-wizard: Add a title to each wizard page project-wizard: wizard pages were not displayed due to the previous changes. libanjuta, am-project, dir-project, mk-project, project-manager: Change AnjutaProjectProperty libanjuta, language-support-vala: Fix an declaration of anjuta_project_get_properties sourceview: Move preferences in plugins/sourceview document-manager: Remove editor settings sourceview: Add editor view settings document-manager: Remove unused editor view settings run-program: bgo #666336 - Add Execute project more than one sourceview: bgo #666482 - missing "anjuta-sourceview.xml" breaks build am-project: Fix a crash when closing and opening a new project Anjuta 3.3.2 "Dark and cold" (21 November 2011) -- Johannes Schmid This is an unstable developer snapshot - if you need a stable version, use 3.2.x! Bugs fixed: 648934 Vala completion doesn't work in some cases. 662526 Can't replace with empty replace text 663016 Fix search behavior in regex and selections 663385 Replace all hangs when replace text contains search_text 664058 couple of spelling fixes 664263 Auto-complete (anjuta-python-autocomplete.py) fails with rope<=0.9.2, calltip always fail 645212 Enhance export feature 629769 Hard coding of application title in splash screen 658788 Change default dist to .xz 661299 Template for Gnome Shell Extension 662960 SegFault when a line is highlighted when debugging Thanks to: Abderrahim Kitouni, Arnel A. Borja, Christian Kirbach, Daniel Mustieles, Fran Diéguez, Jason Siefken, Jorge González, Massimo Corà, Mihai Bivol, Piotr Drąg, Samir Ibradžić, Sébastien Granjoux ======================================== cheese ======================================== version 3.3.3 - Pre-release version bump to 3.3.3 - Do not dist non-existent gnome-doc-utils.make Fixes bug 666252. - Improve tests for libcheese-gtk Split the tests so that there is one per widget. Add CheeseFlash test. - Improve tests for CheeseFileUtil Add burst_reset test. Add photo and video path tests. Improve existing burst test. - Split tests for libcheese and libcheese-gtk - Add simple test suite, bug 663148 - Add non-interactive test infrastructure This is just the Makefile changes, the test itself was written separately. - Allocate CheeseVideoFormat with slices - Check for correct types in public API Use g_return_*_if_fail() to print critical warnings and return sensible values if the expected type was not supplied. - Add CheeseEffect accessors to VAPI file - Fix tag in help - Fix Latvian and Galician help translation The switch to yelp-tools for building the Mallard help uncovered a couple of invalid translations, due to incorrect closing tags. - Use yelp-tools to build help, not gnome-doc-utils - Simplify autogen.sh - Check for a valid effect in CheeseEffect Check that the effect passed to CheeseEffect functions is valid, and return NULL and print a critical warning otherwise. - Revert "effects: user ** in doc-comments to enable color highlighting" This reverts commit 27b6b05723376c3ea5bf178bed59dd973f302e0a. gtk-doc comments, started with the double-asterisk sequence, should only be used for public symbols. - effect: add cheese_effect_get_name and cheese_effect_get_pipeline_desc Adding getters to save an allocation. Requested in: https://bugzilla.gnome.org/show_bug.cgi?id=654448#c53 - effects: user ** in doc-comments to enable color highlighting - libcheese: effects: don't print CRITICAL errors if directory doesn't exist Applications should use cheese_effect_load_effects to load the default set of effects. cheese_effect_load_effects() calls cheese_effect_load_effects_from_directory() with a list of predefined places to search for effects. Some of those directories may not exist. cheese_effect_load_effects_from_directory() shouldn't emit CRITICAL messages in this condition. - Replace all GtkBoxes by GtkGrids, bug 664428 - Added/Updated Translations - es, courtesy of Daniel Mustieles - he, courtesy of Yaron Shahrabani - lv, courtesy of Rūdofls Mazurs - nb, courtesy of Kjartan Maraas - ru, courtesy of Yuri Myasoedov - sv, courtesy of Daniel Nylander - te, courtesy of Praveen Illa - th, courtesy of Akom Chotiphantawanon - zh_CN, courtesy of Wylmer Wang - Added/Updated Documentation - el, courtesy of Simos Xenitellis - es, courtesy of Daniel Mustieles - gl, courtesy of Leandro Regueiro - lv, courtesy of Rūdofls Mazurs - ru, courtesy of Yuri Myasoedov ======================================== devhelp ======================================== ============= Version 3.3.3 ============= Fixed bugs: - #456282, Add globbing/wildcards to search fields - #646398, [patch] build: libwnck is no longer user - #649064, Some messages have gone untranslatable. - #652999, building against GTK3 with x11 and broadway backend enabled fails - #663789, Change IgeMacIntegration to GtkOSXApplication - #666446, libdevhelp-3.0.pc Requires.private: @REQUIRES_LIBWNCK@ not expanded Updated translations: nb, te, tr Many thanks to all contributors: Philip Chimento, Muhammet Kara, krishnababu k, Jiro Matsuzawa, Kjartan Maraas, Jason Siefken, Vincent Untz, Saleem Abdulrasool ======================================== evolution ======================================== Evolution 3.3.3 2011-12-19 -------------------------- Bug Fixes: Bug 661043 - Printing causes email images to download (Milan Crha) Bug 666341 - [bbdb] Invalid free in bbdb_do_it (Milan Crha) Bug 561696 - Invitation's "Open Calendar" button jumps to current day (Milan Crha) Bug 566793 - Support Drop And Drag Into Nautilus As PDF File (pepp) Bug 666081 - Duplicate typedefs (Matthew Barnes) Bug 582649 - Toggle for coloring today and overdue tasks (Milan Crha) Bug 666106 - libical 0.47 handles CATEGORIES as multiple parameters (Milan Crha) Bug 665981 - Use OpenStreetMap geoclue provider (Alban Browaeys) Bug 665980 - Bump minimum champlain-gtk version to 0.12 (Alban Browaeys) Bug 665782 - configure.ac: Add gmodule-2.0 to GNOME_PLATFORM (Christophe Fergeau) Bug 578245 - View settings for threads getting lost (Milan Crha) Bug 577322 - Rename of a system ESource doesn't persist (Milan Crha) Bug 665149 - Do not ref window in e_restore_window() (Milan Crha) Bug 663122 - Doesn't quit on exit with GLib's git master (Milan Crha) Bug 664708 - Composer's headers preference is reset on From change (Milan Crha) Bug 665103 - Blank composer/mail/network preferences windows (Milan Crha) Bug 665123 - Incorrect unref of ESource in pine-importer (Milan Crha) Bug 580394 - Comment field in a meeting request is too small (Milan Crha) Bug 616561 - Don't check read-only calendars in the itip-formatter (Tim Piessens) Bug 376075 - Accepting a meeting invitation defaults to wrong calendar (Milan Crha) Bug 659491 - Hung when accepting calendar invite (Milan Crha) Bug 664753 - Avoid unnecessary requirements in evolution-shell-3.0.pc (Josselin Mouette) Bug 664654 - Sanitize subjects before suggesting a save filename (Matthew Barnes) Bug 664634 - Deadlock when processing completed tasks filter (Milan Crha) Bug 664707 - Tasks & Memos panel size not remembered (Matthew Barnes) Bug 664678 - Bad defaults for SpamAssassin GSettings keys (Matthew Barnes) Bug 585066 - Add Auto-Submitted header to outgoing MDNs (Matthew Barnes) Bug 663615 - Saving calendar duplicates the first event (Milan Crha) Bug 664018 - Cannot create task/memo from a mail (Milan Crha) Miscellaneous Fixes: EMailSession: Add "activity-added" signal. (Matthew Barnes) mail-send-recv.c: Avoid using EAccount and CamelURL if possible. (Matthew Barnes) Upstreamed patch from Meego Bugzilla: 23097 (Srinivasa Ragavan) Upstreamed patch from MeeGo Bugzilla: 22945 (Srinivasa Ragavan) Fix a crash in pdf_drag_drop. Ref the objects while cloning format_html. (Chenthill Palanisamy) MailFolderCache: Fix a double-free on unsubscribe. (Matthew Barnes) EMSubscriptionEditor: Use alternating row colors. (Matthew Barnes) EMSubscriptionEditor cleanups. (Matthew Barnes) Bump minimum geoclue version to 0.12. (Alban Browaeys) EMAccountEditor: Fix handling of auth-mechanism. (Matthew Barnes) MailFolderCache: Don't respond to "service-added" signals. (Matthew Barnes) EMailSession: Fix silly mistake in constructed(). (Matthew Barnes) Adapt to camel_session_remove_service() changes. (Matthew Barnes) User Docs: Grammar and spelling fixes (Christian Kirbach) Reorder accounts by drag-and-drop. (Matthew Barnes) Add a hidden --version option. (Matthew Barnes) Move folder URI caching to MailFolderCache. (Matthew Barnes) mail_folder_cache_note_store: CamelSession arg is unnecessary. (Matthew Barnes) MailFolderCache: Add class methods for signals. (Matthew Barnes) Miscellaneous EShellView-related cleanups. (Matthew Barnes) Remove unused function vfolder_create_part(). (Matthew Barnes) Remove unused function vfolder_revert(). (Matthew Barnes) Remove 'vfolder_store' global variable. (Matthew Barnes) EMFolderTreeModel: Check for vfolder store by its UID. (Matthew Barnes) Remove unnecessary 'vfolder_store' declaration. (Matthew Barnes) Composer: "mailto" blacklist touch ups. (Matthew Barnes) EMailReader: Avoid more runtime warnings. (Matthew Barnes) Avoid a runtime warning in mail_reader_message_seen_cb(). (Matthew Barnes) Remove more "Click \"Forward\" to continue." sentences (Milan Crha) Remove some unnecessary GConf crud. (Matthew Barnes) "citation-colour" -> "citation-color" (Matthew Barnes) Remove GConfBridge. (Matthew Barnes) Use e_restore_window() and "org.gnome.evolution.window". (Matthew Barnes) Add e_restore_window(). (Matthew Barnes) Add relocatable "org.gnome.evolution.window" schema. (Matthew Barnes) Updated asturian language (Xandru Armesto) Remove almost all *_DISABLED_DEPRECATED_FLAGS. (Matthew Barnes) Remove *_DISABLE_SINGLE_INCLUDES macros. (Matthew Barnes) Remove e_shell_get_gconf_client(). (Matthew Barnes) Updated POTFILES.in (Piotr Drąg) Merge branch 'wip/gsettings' (Matthew Barnes) Include git.mk in mail/mail-autoconfig/Makefile.am. (Matthew Barnes) Split MDN handling into a module. (Matthew Barnes) EPreviewPane: Implement EAlertSink. (Matthew Barnes) EAlertBar: Add a close button to all alerts. (Matthew Barnes) Add EMailReader:message-loaded signal. (Matthew Barnes) Add EMailReader:message-seen signal. (Matthew Barnes) Translations: Daniel Mustieles (es) Christian Kirbach (de) Jorge González (es) Fran Diéguez (gl) Matej Urbančič (sl) Mario Blättermann (de) Kjartan Maraas (nn) Gabor Kelemen (hu) ======================================== file-roller ======================================== version 3.3.1 ------------- New features and user visibile changes: * Updated the user's manual (Marta Bogdanowicz) * Change strings to use ellipsis (Ekaterina Gerasimova) (#666447) * Improvement for string in password dialog (#666297) and archive properties dialog (#666295) * Fixed padding in the request and error dialogs (#666075) * Bad string in the error dialog 'Could not rename the file' (#666075) * Improve string in error dialog (Ekaterina Gerasimova) (#666070) ======================================== gedit ======================================== gedit 3.3.1 =========== New Features and Fixes ====================== - Sidebar style for the panel (Ignacio Casal Quinteiro) - Separate ParseAndActivate from Activate for snippets (Jesse van den Kieboom) - Remove outdated tool to generate a plugin scheleton (Paolo Borelli) - Clear the tools accel entry on backspace (Paolo Borelli) - Make restoring default print fonts actually work (Paolo Borelli) - Use GtkGrid in the pythonconsole settings (Paolo Borelli) - GtkTable replaced with GtkGrid in gedit-print-preferences (Laura Lazzati) - GtkTable replaced with GtkGrid in docinfo-plugin (Laura Lazzati) - Remove gedit_style_scheme_manager_list_schemes_sorted (Paolo Borelli) - Remove gedit_language_manager_list_languages_sorted (Paolo Borelli) - Remove explicit gthread initialization (Paolo Borelli) - More docs awesome (Jim Campbell) - quickopen: set placeholder text (Ignacio Casal Quinteiro) ======================================== gnome-boxes ======================================== 3.3.3 - Dec 19, 2011 ==================== Changes since 3.3.2: - Instead of manually writing the libvirt's XML strings, we now make use of libvirt-gconfig to deal with the XML for us. - Protect user from accidental deletion of boxes by providing an 'undo' button until after 6 seconds of deletion. - Rely on libvirt for automatic assignment of unique SPICE port for new VMs. - Don't destroy boxes on reboot. - Also entertain medias of i686 architecture. - Define a log domain for easier filtering of console log. - Adapt to libosinfo 0.0.3 API for better OS media detection. - Make the VM thumbnail in the properties view insensitive. - Box creation wizard: - Make wizard topbar a real toolbar. This way, the window can be moved, and it can be styled correctly. - Only return from wizard to collection view if box creation succeeds. - Skip directly to 'Preparation' step when URI is passed through commandline argument. - Bump default storage allocation to 20 GiB. - This should be adequate storage for most OSs out there. - We use the dynamically growing storage format (qcow2) so actual amount of disk space used is completely dependent on the OS. - Special handling of live and unknown OS media: - Create initially transient box and only make it permanent if media installs anything on the storage. - Skip 'Setup' and 'Review' pages. - Only boot new VMs from hard drive after something is actually installed on the storage. - Accept path for URI as well. - More details at summary page on VM creation. - Express installation: - Actually update the settings after the first install of an OS. - UI to set admin and user password. - UI for specifying product key for Windows XP and 2003. Note that product keys are not required by recent Windows (Vista, 7 and 2008) installers. - Install QXL on Fedora guests to take full advantage of SPICE's efficiency. - Enable X/graphics for Fedora. - Add user to admin group for Fedora. - Automatically timezone and keyboard layout setup. This currently only works for Fedora. - Automatically language setup. Currently it only works for Windows 7, Windows 2008 and Fedora. - Fix user account setup for Windows 7 and 2008. - Fix some fundamental issues with Windows 2008. Now at least most of installation is automated. - Fix express installation floppy image and in turn express installation of Microsoft Windows XP. - Added/updated translations - Polish - Swedish - Various other functional and non-functional improvements and fixes. Dependencies changed: - libvirt-glib >= 0.0.3 - libvirt-gconfig >= 0.0.3 - spice-gtk >= 0.7.81 - libosinfo >=0.0.3 All bugs fixed in this release: 664214 - Installation from Live media is broken 664215 - Make the VM thumbnail in the properties view insensitive 664527 - Require latest gtk+ and libvirt-glib 664528 - gnome-boxes doesn't respond to mouse events 664561 - Unable to delete inactive libvirt boxes 664578 - Make wizard topbar a real toolbar 664594 - Use libvirt spice autoport 664600 - Also entertain medias of i686 arch 664603 - wizard: only return to collection view when creation succeed 664676 - qemu-kvm gets started with -no-reboot 664690 - wizard: Skip to 'Preparation' when URI is passed 664759 - default hdd image size too small 664766 - Correctly handle pure live media 664773 - Upgrade autotools config 665001 - Windows XP express installation is broken 665068 - Show more information in summary 665198 - Fix removal of libvirt machines 665254 - New way to handle live and unknown media 665290 - Express install settings ineffective after first install 665320 - Enable X/graphics for Fedora express installation 665333 - Install vdagent & QXL on Fedora guests 665336 - Only use 'vga' driver for win7 665444 - Update glib-2.0 VAPI and usage 665803 - Various express installation fixes/improvements 666019 - Improvements to Windows Server 2008 express install 666030 - UI for specifying product key for Windows XP & 2003 666032 - Use Gtk.Notebook for password input 666086 - Read & fill 1 line of unattended files at time 666315 - Start making use of libvirt-gconfig 666324 - Don't react to domain deletion event trigered by us 666334 - Be more friendly to user on deletion of boxes 664760 - Passing a file path (not uri) to installation media makes wizard behave oddly All contributors to this release: Christophe Fergeau Daniel Nylander Javier Jardón Lucas Meneghel Rodrigues Marc-André Lureau Olav Vitters Piotr Drąg Tom Goralczyk Zeeshan Ali (Khattak) ======================================== gnome-documents ======================================== 0.3.3 - "We Got the Beat" ========================= - Add a tagged entry implementation for search filtering - Port to GtkApplication (Florian Müllner) - Split search into words (Florian Müllner) - Open previews from command line (Florian Müllner) - Hide titlebar when maximized (Florian Müllner) - Enter selection mode with Ctrl+Click - Rewrite main view and toolbar with generic C classes - Don't install libgdprivate in $libdir (Michael Biebl) ======================================== gnome-games ======================================== gnome-games 3.3.3 ================= Major changes: * Games ported to vala: gnomine, gnotravex, and lightsoff. * Many games reorganized the code into /src and /data * Dropped status bar (gnomine, gnotravex, lightsoff) * Mallard docs: (chess, glines, iagno, sudoku) * GtkApplication used in gnotravex * Confirm before starting new game (gnomine) * Gnibbles adjust number of bonuses based on number of players All changes since 3.3.1: Anna Sośnicka (1): gnibbles: Make the numboni scale based on the number of players Aron Xu (1): Update Simplified Chinese translation. Artur Szymański (1): Added Polish translation of mahjongg help Cheng-Chia Tseng (1): Updated Traditional Chinese translation(Hong Kong and Taiwan) Chris Beiser (1): sudoku: Added additional documentation Chris Triantafillis (1): l10n: Updated Greek translation for gnome-sudoku help Christian Kirbach (1): [l10n] Added new screenshots Daniel Mustieles (14): Updated Spanish translation Updated Spanish translation Updated Spanish translation Updated Spanish translation Fixed typo in string Fixed error generating POT file. Missing files in POTFILES.in Fixed typo in string Updated Spanish translation Updated Spanish translation Updated Spanish translation Updated Spanish translation Updated Spanish translation Updated Spanish translation Updated Spanish translation Edward Sheldrake (1): sudoku: fix borders Fran Diéguez (4): Updated Galician translations Updated Galician translations Added Galician translations for Tali documentation Added Galician translations for Lights Off documentation Jacek Podkanski (1): Added Polish translation of glines help Jason D. Clinton (1): gnomine: Clean up some whitespace errors Jorge González (1): Updated Spanish translation Kjartan Maraas (2): Updated Norwegian bokmål translation Updated Norwegian bokmål translation Mario Blättermann (4): [l10n] Removed old screenshots [l10n] Updated German doc translation [l10n] Updated German doc translation [l10n] Updated German doc translation Matej Urbančič (3): Updated Slovenian translation Updated Slovenian translation Updated Slovenian translation Michael Hill (1): Sudoku help: assorted edits Misha Shnurapet (1): Updated Russian translation OKANO Takayoshi (1): Updated Japanese translation Piotr Drąg (11): swell-foop: mark strings in src/Settings.js as translatable Revert "swell-foop: mark strings in src/Settings.js as translatable" mahjongg: fix a translatable string swell-foop: mark strings in src/Settings.js as translatable Updated POTFILES.in Updated POTFILES.in Updated POTFILES.in Updated POTFILES.in Updated POTFILES.in Updated POTFILES.skip Updated POTFILES.skip Robert Ancell (29): gnomine: Relayout into src data directories gnomine: Port from C to Vala Merge branch 'gnomine-vala' gnomine now requires vala gnomine: Add missing config.vapi iagno: Relayout into src data directories gnomine: Remove obsolete informational files mahjongg: Remove obsolete informational files gnotravex: Relayout into src data directories gnotravex: Remove obsolete informational files gnotravex: Merge pixmaps into data directory gnotravex: Port from C to Vala mahjongg: Use pause overlay from gnotravex gnomine: Use pause overlay from gnotravex gtali: Relayout into src data directories gnotski: Relayout into src data directories quadrapassel: Relayout into src data directories mahjongg: Put tile texture server side Fix compile warnings in Vala games gnibbles: Relayout into src data directories glines: Relayout into src data directories gnect: Remove obsolete AUTHORS and ChangeLog.old gnobots2: Relayout into src data directories gnobots2: Relayout into src data directories lightsoff: Port from Javascript to Vala gnotravex: Remove statusbar gnotravex: Use GtkApplication gnotravex: Fix menubar being in the same location as the toolbar gnotravex: Fix quit handlers not working with GtkApplication Simos Xenitellis (2): l10n: Updated Greek translation for gnome-sudoku help l10n: Updated Greek translation for gnome-sudoku help Sophia Yu (3): Confirmation when a user clicks the face before new game Updated the face pictures in documentation. The credit dues to Michael Kaulig gnomine: Remove the status bar and two horizontal separators Thomas Hindoe Paaboel Andersen (9): version bump configure: mahjongg needs vala gtali: README and AUTHORS no longer exits lightsoff: Fix the build gnobots2: fix distcheck lightsoff: fix distcheck version bump Revert: help docs: new legal.xml for Mallard Docs POTFILES.skip: update games that moved their .desktop to into data Tiffany Antopolski (25): Start of mallard topic based pages. Six topic pages completed. [sudoku/help] Update Makefile to build Mallard help [sudoku docs]Marked finished topics for review [gnome-sudoku docs] added info on show/hide toolbar. [sudoku help] expanded introduction. [sudoku help] Added keyboard delete options to options.page [sudoku-help] Added screenshot to rules.page [sudoku help] save/resume topic completed in mallard. [gnome-sudoku] highlighting topic completed [gnome-sudoku] small addition to figure description in rules.page [sudoku-help] additional info to intro page. [sudoku help] added license information [iagno/help/C] skeletal outline for new Mallard docs. [glines/help/C] stub pages for new Mallard docs. [glines/help] adding stub page for strategy. [iagno/help/C] changed sections of stubs [glines/help/C] moved strategy page to game section from tips section. [glchess/help/C] stub pages and outlined for Mallard help. [sudoku/help] added strategy page stub. [gnome-sudoku/help/C] Added subtitles from video to a steps list. [gnome-sudoku] commandline topic finished. [gnome-sudoku/help/C] completed 'get involved' pages. [gnome-sudoku/help/C] fixed validation issues. help docs: new legal.xml for Mallard Docs. Xandru Armesto (1): updated asturian translation Yaron Shahrabani (2): Updated Hebrew translation. Updated Hebrew translation Yuri Myasoedov (1): Added Russian translation for majhongg help ======================================== orca ======================================== 3.3.3 - 19 December 2011 General * Fix for bug 665769 - Preferences not saved or restored correctly due to comparing unicode and utf-8 strings * Several fixes to help Orca better cope with dead and vanishing accessible objects * Fix for bug 666416 - Leading ellipsis cause incorrect speech output * Fix for bug 666060 - Orca does not always speak guessed form field labels when structural navigation is used * Fix for bug 665288 - Orca's script manager cannot adequately handle multiple "unknown" applications which embed content from other toolkits * Fix for bug 665191 - Orca fails to use the correct toolkit script for "unknown" applications Keybindings * Fix for bug 658122 - Caps_Lock should not be toggled when Orca commands are used in laptop layout * Fix for bug 665804 - Problems binding and rebinding commands with Caps_Lock and Shift Flat Review * Fix for bug 664466 - Orca's flat review cannot access the top line of gnome-terminal console * Work around for bug 665522 - Flat Review broken in Gecko apps with AT-SPI2 WebKitGtk * Implement label inference (aka "label guess") functionality * Add support for speech presentation of embedded object characters * Fix for Bug 665586 - Orca does not present the selected menu / menu item for Dojo widgets * Fix for bug 665614 - Orca does not present selection changes in radio button groups when the arrow keys are used * Fix for bug 664396 - List containing links is not brailled properly * Add LIST_ITEM to the roles treated as widgets in onFocus() * Fix for Orca speaking text table cell role and selection state * Adjust getObjectsFromEOCs to deal with unexpected accessible hyperlink indices * Fix for bug 665223 - WebKitGtk-based application scripts should be consolidated Cruft Removal * Fix for bug 665216 - Remove Orca's support for Gecko-based Yelp v2 * Fix for bug 664651 - Remove the legacy magnification code New and updated translations (THANKS EVERYONE!!!): de German Gabor Karsay el Greek Simos Xenitellis Vagelis Mamalakis es Spanish Daniel Mustieles fr French Bruno Brouard Laurent Coudeur Julien Hardelin lv Latvian Peteris Krisjanis nb Norwegian bokmål Kjartan Maraas sl Slovenian Matej Urbančič sv Swedish Daniel Nylander te Telugu Praveen Illa ========= ======================================== seahorse ======================================== seahorse 3.3.3 -------------- * Support for PKCS#11 key generation * Support for creating certificate requests * Certificate actions happen from certificate window. * Reimplement export functionality * Refactor deletion, unlocking, refreshing, and showing properties * Add way to lookup places, and refresh appropriate place after import * Fixes for glib 2.31.x deprecations * Fix bugs, build issues, translations ======================================== totem ======================================== 3.3.4: * Re-enable and fix compilation of zeitgeist-dp plugin * Use new GLib threading API if compiling with GLib ≥ 2.31.0 * Fix some problems with `make check` on the Python plugins 3.3.3: * Add plugin to replace the Flash plugin for online videos * Add support for RTMP URLs * Fix vala plugins compilation * Fix --time option in thumbnailer * Fix possible crashes with the browser plugin on OpenBSD * Remove obsolete youtube and bemused plugins * Port browser plugin to GDBus * Fix getting the cover art in the movie player * Fix crasher when Totem is passed arguments ======================================== vinagre ======================================== Vinagre 3.3.3 ============= Alexandre Franke (1): Update French translation Alexandre Rostovtsev (1): Fix implicit function declarations, bug 660531 Daniel Mustieles (1): Updated Spanish translation David King (8): Post-release version bump to 3.3.3 Remove spurious n-rows and n-columns properties Bump pkg-config requirement to 0.24 Fix Hungarian and Solvenian help translation Fix some pointer type mismatch warnings Create m4 and build-aux directories in autogen.sh Set the window on the reverse VNC listener Update NEWS for 3.3.3 release Jeremy Bicha (1): Switch help to build with yelp-tools, bug 657669 Kjartan Maraas (1): Updated Norwegian bokmål translation Matej Urbančič (1): Updated Slovenian translation Roman Mátyus (1): Updated Slovak translation Tomas Bzatek (1): Fix SPICE plugin compilation against GtkGrid Yaakov Selkowitz (2): Link plugins into the vinagre binary, bug 653558 Fix build on Cygwin, bug 665368 Yaron Shahrabani (1): Updated Hebrew translation.