GNOME 3715 Published by Philipp Esselbach 0

Yelp 2.16.1 is now available from an FTP mirror near you. Yelp is the program that appears from the mist when you click the Help button in your favourite GNOME application.

Changed in 2.16.1:
------------------
* Set initial caret state properly in prefs (Don Scorgie)
* Fix build with gecko trunk (Christian Persch)
* Prefer xulrunner over mozilla (Chrisitan Persch)
* Updated Translations:
el: Kostas Papadimas
en_GB: David Lodge
gl: Ignacio Casal Quinteiro
it: Luca Ferretti
ka: Vladimer Sichinava
mg: Thierry Randrianiriana
sl: Matic Zgur
wa: Pablo Saratxaga

GNOME 3715 Published by Philipp Esselbach 0

gedit is the offcial text editor of GNOME

While aiming at simplicity and ease of use, gedit is a powerful general purpose text editor.

Among others, it features full UTF-8 support, syntax highlighting and a powerful plugin system.

website: http://www.gedit.org

gedit 2.16.1 is a stable release and features the following changes:

- Remember the active page in the side and bottom panes (Paolo Borelli)
- Fix spinner with some themes (Christian Persch)
- Some fixes to the file saving code (Alexander Larsson)
- Filebrowser plugin fixes (Jesse van den Kieboom)
- Updated translations (nn, en_GB, fi, et, cs, ca, vi, dz)

download:
http://ftp.gnome.org/pub/GNOME/sources/gedit/2.16/gedit-2.16.1.tar.gz

GNOME 3715 Published by Philipp Esselbach 0

1. What is it?

The Fast User Switch Applet is an applet for the GNOME 2.10 panel which allows for MacOS X-style menu-based user-switching.

2. What's new?

* Moving through the user list with arrow keys goes in the correct direction. (#343907) (Thomas)
* Refresh user list on creation of /etc/passwd as well as update. (#356368) (Thomas)
* Updated translations:
ar (Djihed Afifi)
bn (Khandakar Mujahidul Islam)
el (Kostas Papadimas)
en_GB (David Lodge)
et (Ivar Smolin)
ka (Vladimer Sichinava)

3. Where is it?

http://download.gnome.org/sources/fast-user-switch-applet/2.17/

e01a6db1369cb459aba58570bc4adeaf fast-user-switch-applet-2.17.1.tar.bz2
f5e7e680af2224082936e42834f07a96 fast-user-switch-applet-2.17.1.tar.gz

GNOME 3715 Published by Philipp Esselbach 0

What is GQ
=========
GQ is a GTK based LDAP client.

Features include:
* LDAP browser
* LDAP V3 Schema browser
* Template builder
* Export subtree or whole server to LDIF
* Use any number of servers
* Search based on single argument or LDAP filter
* Edit and delete entries
* Add entries using an existing entry, or based on your own template
* Supports LDAP syntaxes and special attributes by presenting them in a custom way. Currently there are custom "displaytypes" for jpegPhoto, userPassword and X509 certificates and CRLs.

GNOME 3715 Published by Philipp Esselbach 0

A new Agave release 0.4.1 is now available.

What is it?
==========
Agave is a very simple application for the GNOME desktop that allows you to generate a variety of colorschemes from a single starting color.

It is aimed primarily toward web designers for creating pleasing color combinations for websites.

More information can be found at http://home.gna.org/colorscheme/

Where to get it?
===============
This release is available as a source package in tar.gz or tar.bz2 format and can be downloaded from:

http://download.gna.org/colorscheme/releases/agave-0.4.1.tar.gz
which can be verified with:
http://download.gna.org/colorscheme/releases/agave-0.4.1.tar.gz.sig

or:

http://download.gna.org/colorscheme/releases/agave-0.4.1.tar.bz2
which can be verified with:
http://download.gna.org/colorscheme/releases/agave-0.4.1.tar.bz2.sig

GNOME 3715 Published by Philipp Esselbach 0

Scratchpad 0.3.0 is now available from:
http://www.chorse.org/stuff/scratchpad/scratchpad-0.3.0.tar.bz2

About
===
Scratchpad is a lightweight but useful spatial text editor for the GNOME desktop, based on gtksourceview.

This is the first release after the port to Vala, which means that Scratchpad runs natively now and does not require mono anymore. Another new feature is tag-based replacing, as demonstrated in this screencast:
http://dborg.wordpress.com/files/2006/09/scratchpad-replace.gif

Changes since 0.2
==========
New Features:
- Complete port/rewrite to Vala, Scratchpad now runs (flys) natively!
- Tag-based replace mechanism.
- Use GUniqueApp for single instance behaviour, so startup notification
and focus stealing should work better now.

Removed Features:
- No more GnomeVFS, waiting for GVFS!
- Revisions. Wasn't happy with them, to be reconsidered.
- Autosave and save options. Now defaults to save on focus out (saving your laptop batteries).
- Tools menu.

Bugfixes:
- It's practically a rewrite, so all bugs should be brand new!
- Icon sucks less.

Known Problems:
- Font changes won't take effect immediately.

GNOME 3715 Published by Philipp Esselbach 0

Accessibility Test Suite 2.11.1 and 2.15.1 are now available

In light of the recent loosening of TSA travel requirements on airlines, I also bring good tidings in the form of scripts which will help your applications better fit into the world of Universal Access Design. These scripts evaluate applications in the desktop for missing accessibility features in widgets used within, and create reports of this data, so that these issues may be fixed.

It is possible to write a script to scan any application which supports using ATK on some level within itself. Scripts currently exist for the following applications:

- Banshee
- beagle-search
- The SLED 10 App Browser and Control Center
- Evolution (incomplete, but covers most of the mailer UI currently)
- GEdit
- GIMP (very incomplete, but covers several basic interfaces)
- The preference dialogs in gnome-control-center
- gnome-passwd from SUSE
- GNOME System Monitor
- RealPlayer 10
- Yelp
- zen-installer from SLED 10

GNOME 3715 Published by Philipp Esselbach 0

Planner v0.14.1 is now available for download:
http://ftp.gnome.org/pub/GNOME/sources/planner/0.14/

What is Planner
==============
Planner is the GNOME project management tool.

Homepage: http://live.gnome.org/Planner

What's New in Planner v0.14.1
============================
* new man page contributed by Martin-Eric Racine
* fix for bug #353213 - fix compile with libgda 1.3.91 - contrubuted by Dennis Lubert
* corrected build of translated user guides
* src/planner-format.c: fix NULL pointer deref - bug #334121
* src/planner-gantt-row.c: patch to fix segv on scrolling - bug #345517
* po/POTFILES.in: Added missing files per bug #344793
* README: Put some better, more current info in there
* NEWS: Updates since v0.13

GNOME 3715 Published by Philipp Esselbach 0

Gossip 0.17 is now available for download from:
http://download.gnome.org/sources/gossip/0.17/

What's Gossip
=============

Gossip is an instant messaging client for GNOME with an easy-to-use interface, providing users of the GNOME Desktop with a friendly way to keep in touch with their friends.

What's New
==========

- Require GTK+ 2.10
- Show the contacts in a flat type mode instead of tree like so we don't waste space on the left (Martyn Russell).