summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2006-04-08Update to 2.8.17:wiz3-8/+13
Overview of Changes from GTK+ 2.8.16 to GTK+ 2.8.17 =================================================== * Bugs fixed: 325699 Expander disclosure button is too small [Brad Taylor] 334657 gtk_image_clear doesn't cause redraw 334774 typo in configure.in yields suspicious warning [Peter Breitenlohner] 335001 gtk_icon_view_set_cursor causes Segmentation fault [Emmanuel Rodriguez] 335129 garbage output of --help in non UTF-8 locale [Christian Persch] 319032 GtkNotebook does not destroy its children on destroy() [Yevgen Muntyan] 334906 TreeView DnD between-row highlight color [Ian McDonald] 335717 Gtk-Criticals occur when scrolling a text_view that is not realized [Nicolas Setton] 336200 Hidden menubar still activates submenus with kbd [Bastian Nocera] 336254 GtkTreeItem broken [Sven Herzberg] 74620 Clean up button press handling (use one-grab-op-at-a-time pattern) [Li Yuan] 323862 broken scrolling when selecting [Benjamin Berg] 330617 GTK+ File-chooser dialog crashes 325751 Nautilus crashes when dragging icons to another screen [Hylke van der Schaaf] 337022 mixed line separators confuse gtk_text_iter_ends_line [Paolo Borelli] 336796 Textview child is covered by window border [Yevgen Muntyan] 335536 gdk_pixbuf_loader_new_with_type(): What image types are allowed? [Murray Cumming] 336645 Missing progress bar label [Stanislav Brabec] Fix a problem which caused grab-notify signal to be missed in some cases [Matthias Clasen] * Updated translations (bn,cs,dz,et,ka,ne,or,ru,sk,sq,xh)
2006-04-08Add descripition to DESCR.is1-0/+8
2006-04-08This needs msgid_plural support.jmmv1-1/+2
2006-04-08Workaround GCC 2.95's inability to use #if in a macro.joerg2-1/+30
2006-04-08List info files directly in the PLIST and honor PKG{INFO,MAN}DIR.jlam2-3/+4
2006-04-08The GNU configure script is asked to check for libintl, but then itjlam2-1/+14
never uses it unless it's the included one. Link against the correct -lintl so that the build will not fail.
2006-04-07This needs BUILD_USES_MSGFMT as well.jmmv1-1/+3
2006-04-07Workaround the use of msgfmt_plural. Fixes PR pkg/33195.jmmv1-1/+2
2006-04-06update to 2.12.4drochner2-7/+6
changes: build problems fixed (which we didn't suffer from)
2006-04-06update to 2.8.5drochner2-6/+6
changes: - String list bug fix (Christopher Aillon) - Improved examples (Johan) - Proper refcounting in gdk.Window constructor (John Ehresman) - Fix a bunch of reference leaks (Gustavo) - __init__.py fixes for pydoc (Johan) - gtk.Dialog.new_with_buttons leak
2006-04-06Over 1200 files touched but no revisions bumped :)reed136-390/+390
RECOMMENDED is removed. It becomes ABI_DEPENDS. BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo. BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo. BUILDLINK_DEPENDS does not change. IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS which defaults to "yes". Added to obsolete.mk checking for IGNORE_RECOMMENDED. I did not manually go through and fix any aesthetic tab/spacing issues. I have tested the above patch on DragonFly building and packaging subversion and pkglint and their many dependencies. I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I have used IGNORE_RECOMMENDED for a long time). I have been an active user of IGNORE_RECOMMENDED since it was available. As suggested, I removed the documentation sentences suggesting bumping for "security" issues. As discussed on tech-pkg. I will commit to revbump, pkglint, pkg_install, createbuildlink separately. Note that if you use wip, it will fail! I will commit to pkgsrc-wip later (within day).
2006-04-04INSTALL_MAKE_FLAGS doesn't append to MAKE_FLAGS, it replaces it. Makejlam4-5/+8
sure that we preserve any other MAKE_FLAGS when setting INSTALL_MAKE_FLAGS.
2006-04-04Fix C99isms so that this (hopefully) builds in NetBSD 1.6.2.jmmv2-1/+37
2006-04-04This packages switches from/to a Greek keyboard mapping.is5-0/+48
2006-04-03Changes 0.10.3:adam5-16/+16
* Mostly bug fixes.
2006-04-03Changes 4.1.2:adam2-6/+6
* This is a bugfix release
2006-04-02Updated rox-session to 0.28.rxg5-119/+61
Changes in release 0.28 (2006-03-11): - Added support for XML-RPC-over-X as an alternative to D-BUS. If D-BUS isn't found, we don't need to abort now (Thomas Leonard). - Kill the DBUS daemon on logout (Stephen Watson). - Dropped support for older versions of D-BUS. All the special-case code was causing maintenence problems (Thomas Leonard). - Attempt to distinguish dbus 0.33 from 0.35 (new API) and 0.2x (old API) (Stephen Watson). - Python2.2 doesn't have the 'logging' module. Import a dummy version instead in this case (Thomas Leonard). - Pygtk bug: gdk.Event.time is treated as signed even though it is an unsigned value, use gdk.Event.get_time() which returns unsigned values (Stephen Watson). 12-Feb-2006 (Release 0.27) ~~~~~~~~~~~ l (Thomas Leonard). Bugfix: Log display would appear empty and never disappear if the message timeout was zero (Tony Houghton). 09-Feb-2006 ~~~~~~~~~~~ More work on setting up the user's environment (Stephen Watson). 01-Feb-2006 ~~~~~~~~~~~ Trap errors from commands that xsettings.py runs on start up (Stephen Watson). For reasons known only to itself, dtlogin start the session with stdin redirected from /, which causes Python to segfault. Have our script run ROX-Session with stdin from /dev/null (Stephen Watson). 28-Jan-2006 ~~~~~~~~~~~ Debian no longer provide Python D-BUS bindings for their default version of Python. Grrr. If we can't import dbus and we're on Python 2.3 or earlier, try running again with Python 2.4 (Thomas Leonard). 21-Jan-2006 ~~~~~~~~~~~ Made DBus 0.2x support work again (Thomas Leonard). Don't fail to start if Environment.py is missing (Thomas Leonard). Offer to restart the window manager when the setting changes (Thomas Leonard). 19-Jan-2006 ~~~~~~~~~~~ Now loads session environment from Environment.py instead of Environment (Stephen Watson). 17-Jan-2006 ~~~~~~~~~~~ Use correct interface for settings (Stephen Watson). 16-Jan-2006 ~~~~~~~~~~~ main.py and settings.py updated for DBus 0.3x, needs checking it still works under 0.2x (Stephen Watson). 31-Dec-2005 ~~~~~~~~~~~ Fixed some problems with the new code (Thomas Leonard; reported by Babyfai Cheung). 03-Nov-2005 ~~~~~~~~~~~ Started rewriting in Python (Thomas Leonard). 23-Oct-2005 ~~~~~~~~~~~ Support KDM when doing "Add to login" (Stephen Watson). 04-Oct-2005 ~~~~~~~~~~~ Fixed C code for dbus 0.36: part of a previous patch was missing, and a workaround was needed for dbus bug 4637 (Tony Houghton). 02-Sep-2005 ~~~~~~~~~~~ Added options for screen blanking with DPMS (Tony Houghton). 31-Aug-2005 ~~~~~~~~~~~ Updated Chinese translations (Babyfai Cheung). 30-Aug-2005 ~~~~~~~~~~~ Fixed update-po to include Python strings (Thomas Leonard; reported by babyfai Cheung). Make NumLock default to off, as on some laptops it makes the letter keys produce numbers! (reported by Matthew Weier O'Phinney). 28-Aug-2005 (Release 0.26) ~~~~~~~~~~~ Updated build system to match ROX-Filer: generated files go in the 'build' directory, the platform guessing has been removed, and the translation building system has been updated. Also upgraded to the latest findrox and added ROX-Session.xml for 0launch (Thomas Leonard). RunROX and SetUp panel scripts use freedesktop.org basedir spec. 09-Jul-2005 ~~~~~~~~~~~ Work-around for problem with D-BUS 0.3 Python bindings which prevented them working with Python 2.3 (Thomas Leonard, reported by Marcus). Separated the Guide from ROX-Session, as it was getting far too big (Thomas Leonard). 03-Jul-2005 ~~~~~~~~~~~ Allow ROX-Session to compile with DBUS 0.3x (Tony Houghton and Thomas Leonard). Try to run ROX-Session using 0launch, if possible (Thomas Leonard). 20-May-2005 ~~~~~~~~~~~ Change the way that ROX-Session runs ROX-Filer. It now uses the -S option to open the default Panel and Pinboard, with the configuration of panel and pinboard in ROX-Filer options (Stephen Watson). 12-May-2005 ~~~~~~~~~~~ Updated Chinese translation (Babyfai Cheung). Bugfix: Make sure messages are valid UTF-8 before logging (Thomas Leonard). 01-May-2005 ~~~~~~~~~~~ Removed code for setting scroll lock. Doesn't work, and nobody uses scroll lock anyway (Thomas Leonard). 30-Apr-2005 ~~~~~~~~~~~ Added Brazilian Portuguese translation (Jose Carlos). Bugfix: Don't refuse to start if the new Environment file doesn't exist (Thomas Leonard). 10-Apr-2005 ~~~~~~~~~~~ Provide a way to set up a user's environment in general (Stephen Watson). 04-Mar-2005 ~~~~~~~~~~~ Set $BROWSER to ROX-Session/browser on login. This is a script that runs your configured web-browser ($XDG_CONFIG_DIRS/rox.sourceforge.net/handlers/BROWSER), or picks a suitable default if none is set (Thomas Leonard). 22-Jan-2005 ~~~~~~~~~~~ Allow setting keyboard LEDs (Caps lock, Num lock, Scroll lock) on login (Guido Schimmes). This is used by Keyboard, a configuration application. 23-Dec-2004 ~~~~~~~~~~~ Added Chinese translation (Babyfai Cheung). 23-Oct-2004 ~~~~~~~~~~~ Updated Dutch translation (Jan Wagemakers). 15-Oct-2004 ~~~~~~~~~~~ Allow Xcursor code to compile under GLib 2.2 (Stephen Watson). Updated rox-session to 0.28. Changes in release 0.28 (2006-03-11): - Added support for XML-RPC-over-X as an alternative to D-BUS. If D-BUS isn't found, we don't need to abort now (Thomas Leonard). - Kill the DBUS daemon on logout (Stephen Watson). - Dropped support for older versions of D-BUS. All the special-case code was causing maintenence problems (Thomas Leonard). - Attempt to distinguish dbus 0.33 from 0.35 (new API) and 0.2x (old API) (Stephen Watson). - Python2.2 doesn't have the 'logging' module. Import a dummy version instead in this case (Thomas Leonard). - Pygtk bug: gdk.Event.time is treated as signed even though it is an unsigned value, use gdk.Event.get_time() which returns unsigned values (Stephen Watson). 12-Feb-2006 (Release 0.27) ~~~~~~~~~~~
2006-04-02Fix some issues in gsm-dbus.c as reported by Vincent Untz in bugzilla.jmmv3-14/+17
Bump PKGREVISION to 2.
2006-04-02Depend on hicolor-icon-theme to:jmmv6-12/+18
1) Handle the shared share/icons/hicolor directory. 2) Properly regenerate the icon theme cache during (de)installation. Bump PKGREVISION.
2006-04-02Note where patch-aa is being tracked.jmmv2-3/+5
2006-04-02Update to 2.14.0nb1:jmmv6-17/+256
- Make the server start in vt05 to avoid problems in a default NetBSD installation. (Broken during the update.) - Use the NetBSD logo in the standard chooser. It'd be good to have a netbsd-icons package or similar. - Install a custom X session that allows you to log in using ~/.xsession. Don't know why it is not provided by default, but it used to be IIRC.
2006-04-02Explicitly configure without composite support. Fixes build when usingmarkd1-5/+4
newer xorgs. While here remove a few configure arguments that no longer do anything. Bump PKGREVISION.
2006-04-01Add and enable fast-user-switch-applet.jmmv1-1/+2
2006-04-01Initial import of fast-user-switch-applet, version 2.14.0:jmmv5-0/+212
The Fast User-Switching Applet is an applet for the GNOME panel which provides a menu to switch between users. It integrates with GDM to switch between existing X11 sessions or create new ones as needed, and will show the same users as the GDM face browser. The applet can display itself in the panel using either the current user's name, the word "Users" or an icon, and can be configured to include an item which launches an X session in a window. The applet code is designed to allow for easy cut-and-paste of the system-interaction code into other applications, like screensavers.
2006-04-01This needs USE_X11=yes.jmmv1-1/+2
2006-04-01Add and enable gnome-screensaver.jmmv1-1/+2
2006-04-01Initial import of gnome-screensaver, version 2.14.0:jmmv8-0/+212
gnome-screensaver is a new screensaver that can replace xscreensaver. It is designed to integrate well with the desktop and provide a control interface that is desktop neutral. It simplifies and streamlines the experience for the user and provides more capability for the system administrator and vendor.
2006-04-01Depend on the esound and oss gstreamer plugins so that the mixer appletjmmv1-1/+5
works. Bump PKGREVISION to 1.
2006-04-01Make gnome-session spawn a dbus-daemon for the current session so thatjmmv6-6/+477
things work "out of the box" again: some programs now require dbus to even start up (e.g. epiphany). Bump PKGREVISION to 1. The code comes from GNOME's bug 336237 and I'm adding it to the package so that it can get some testing.
2006-03-31Conflict with compositeproto.reed1-2/+4
Bump PKGREVISION. (This is not maintained. The official version of same headers is compositeproto to be committed soon.)
2006-03-31Conflict with fixesproto.reed1-2/+4
Bump PKGREVISION. (This is not maintained. The official version of same headers is fixesproto to be committed soon.)
2006-03-31Conflict with xextproto.reed1-2/+4
Bump PKGREVISION. (This is not maintained. The official version of same headers is xextproto to be committed soon.)
2006-03-31Conflict with randrproto.reed1-2/+4
Bump PKGREVISION. (This is not maintained. The official version of same headers is randrproto to be committed soon.
2006-03-31Conflict with renderproto.reed1-2/+3
Use += for CONFLICTS. Bump PKGREVISION. (This is not maintained. The official version of same headers is renderproto to be committed soon.)
2006-03-31Add conflicts for libXcursor.reed1-2/+4
libXcursor will be imported and this package will be removed. (libXcursor is the official distname of this package too.) Bump PKGREVISION.
2006-03-31Fix glib2 and gtk2 version requirements. No revision bump since the packagejmmv1-3/+3
did not build before.
2006-03-31update to 3.3.6drochner10-24/+22
changes: -bugfixes -gcc-4.1 support -translation updates
2006-03-30Update to 2.14.0:jmmv6-12/+35
============== Version 2.14.0 ============== Fixes * Don't use a GtkEntry function on a GnomeFileEntry (Vincent) Translators * Ales Nyakhaychyk (be) * Jérémy Le Floc'h (br) * Petr Tomeš (cs) * Martin Willemoes Hansen (da) * Raivis Dejus (lv) * Åsmund Skjæveland (nn) =============== Version 2.13.92 =============== Misc * Report the correct version number in gnome-about --version (Glynn Foster) Documentation * Added a description for gnome-feedback (Brent Smith) Doc Translations * Luca Ferretti (it) Translators * Jakub Friedl (cs) * Farzaneh Sarafraz (fa) * Vladimer SIchinava (ka) * Raivis Dejus (lv) * Licio Fernando Nascimento da Fonseca (pt_BR) =============== Version 2.13.91 =============== Doc Translations * Francisco Javier F. Serrador (es) =============== Version 2.13.90 =============== Fixes * Fix crash when no icon file can be found for the .desktop file (Vincent) Doc Translations * Christophe Bliard (fr) Translators * Luca Ferretti (it) =============== Version 2.13.4 =============== Misc * Fix .desktop file (Vincent Untz) =============== Version 2.13.3 =============== Misc * Fix warnings (Kjartan Maraas) =============== Version 2.13.2 =============== Misc * Fix build on Darwin (Mark) Translators * Erdal Ronahi (ku) * Timur Jamakeev (ky) =============== Version 2.13.1 =============== Misc * Remove scrollkeeper hack (Vincent) Translators * Tino Meinen (nl) * Christian Rose (sv) * Clytie Siddall (vi)
2006-03-30Update to 1.0.3:jmmv6-51/+17
Help: * added Brazilian Portuguese. Translation: * Updated Ukrainian, Portuguese, German, Russian, Hungarian, Greek, Welsh, Basque translations.
2006-03-30Update to 0.12.4:jmmv3-8/+172
* Use doxygen to build idl docs, if available. * Fixes to prevent unnecessary repaints, and reallocate the scaled pixbuf if the source bounds change (from Carlos Diogenes), bug #171465.
2006-03-30Update to 2.14.0:jmmv13-272/+109
2.14.0 stuff: - Now GDM will update the actual custom configuration file used by the daemon, so if gdm.conf is being used by the daemon, it will also be edited by gdmsetup. - Now the Options menu will appear below the button if there is room, and above the button otherwise. Previously it always appeared above, even if there was no room. - Fix sound-on-login-success and sound-on-login-failure configuration options so they are honored. Previously the sounds were playing even if set to false. - Translation updates (Stanislav Brabec, Beno\303\256t Dejean, Laurent Dhima, Priit Laes, Ole Laursen, Lukas Novotny, Daniel Nylander, Rajest Ranjan, Alexander Shopov, Mugurel Tudor, Ilkka Tuohela, Tommi Vainikainen, Vincent van Adrighem) 2.13.0.10 stuff: - Now GDM will use the gdm.conf file if it exists as the custom.conf file, so if the user has an old configuration file it will continue to use that. (Brian Cameron) - Translation updates (Gabor Kelemen, Alexander Shopov) 2.13.0.9 stuff: - New "gtk-theme" property can be used with the <greeter> tag in gdmgreeter themes to specify a theme to control the appearance of the F10/Options menu, the entry field, and other GTK+ widget appearance. (Brian Cameron) - Core dumping problem with gdmgreeter should be fixed. (Brian Cameron) - Some fixes to memory management. Memory leak issues resolved. (Brian Cameron) - Correct error message that is printed when ServAuthDir isn't owned by root:gdm. THis doesn't affect localization since the string didn't change, just the value placed into the %s sequence. (Brian Cameron) - Some C-99 compile issues resolved. (Jans Granseur) - Translation updates (Takeshi AIHANA, \305\275ygimantas Beru\304\215ka, Raphael Higino, Inaki Larranaga, Rhys Jones, Leonid Kanter, Priit Laes, Chao-Hsiung Liao, Duarte Loreto, Kjartan Maraas, Kostas Papadimas, Satoru SATOH, Clytie Siddall, Slobodan D. Sredojevic) 2.13.0.8 stuff: - Because the main gdm.conf file is now read-only, contains distro defaults and is not to be edited by the user, the file has been moved to ${datadir}/gdm/defaults.conf (also factory-gdm.conf is now %{datadir}/gdm/factory-defaults.conf). Users can use the --with-defaults-conf to specify the location of this file. Note that this means that distributions who want to preserve GDM configuration set by those using older versions of GDM should use preinstall/postinstall scripts to move the /etc/gdm/gdm.conf file to /etc/gdm/gdm.conf-custom if the file has been edited (compare against /etc/gdm/factory-gdm.conf to see if it has been modified). "make install" for GDM does this if building from source. GDM docs updated to reflect this change. - Lots of performance issues with the GDM sockets connection improved. Now the code deals much better with failures, and better debug is printed to the log. - Improved debug logic in GDM slaves so they use common functions. - Fix gdmdynamic so it supports up to hundreds of displays rather than just a dozen or so. Now gdmdynamic backs off on sending sockets commands to the server if it is being flooded with requests. Added new "SERVER_BUSY" sockets command to support this feature and new -t and -s command line options so the back-off behavior can be tuned, if needed. - The config logic for the slaves will now return the compiled in value if it fails to connect to the server for better behavior. - gdm-restart, gdm-safe-restart, gdm-stop, and gdm.spec now use gdmflexiserver to get config data rather than trying to grep and awk the config file directly. - Fix Xsession script so zenity calls work. - Lots of improvements to the GDM docs. Added section about "PAM" in Security. Add comment that +xkb is needed for keyboard gesture listeners (accessibility) to work. Also updated README and README.install and moved some information that was in these files to the docs. - Bump MAX_CONNECTIONS from 10 to 15 so that the daemon will accept more connections from slaves. This improves performance when the daemon is flooded with requests. - Fix include statement in daemon/gdmconfig.c to fix compile problem on LFS. - Translation updates (Raphael Higino, Theppitak Karoonboonyanan, Priit Laes, Kjartan Maraas, Lukas Novotny, Ankit Patel, Josep Puigdemont i Casamaj\303\263, Ignacio Casal Quinteiro, Hendrik Richter, Francisco Javier F. Serrador, Clytie Siddall, Slobodan D. Sredojevic, Ilkka Tuohela, Vincent van Adrighem, Funda Wang, Adam Weinberger) 2.13.0.7 stuff: - Turns out the core dumping issue that was supposed to be fixed in 2.13.0.6 wasn't really fixed. Now it is. (Sebastien Bacher) - New "options_button" available for gdmgreeter themes. This pops up the F10 menu which has all the choices found in the Disconnect, System, Sessions, and Language buttons so that themes can have a cleaner 1-button look. The default circles, happygnome, and happygnome-list themes now use this style. (Sebastien Bacher, Brian Cameron) - Fix bugs that were causing User24HourClock=auto to not work properly. Now GDM should properly grab the system time format when auto is set. (Christopher Aillon) - Fix bug in PreSession script that was causing it to not properly set the background color before starting user session. (Brian Cameron) - GDM docs now has a troubleshooting section. (Brian Cameron) - Make sure /usr/openwin/bin is in PATH on Solaris, since this is needed for PreSession/PostSession scripts to find sessreg and other needed X programs. (Brian Cameron) - String change of "XDMCP Chooser" to "Remote Login via XDMCP". (Brian Cameron) - Minor tweaks to default/example gdmprefetchlist file so it works better for GNOME 2.14 out of the box. (Brian Cameron) - Translation updates (Stanislav Brabec, Theppitak Karoonboonyanan, Chao-Hsiung Liao, Kjartan Maraas, Lasse Bang Mikkelsen, Kostas Papadimas, Ankit Patel, Ignacio Casal Quinteiro, Alexander Shopov, Clytie Siddall, Slobodan D. Sredojevic, Ilkka Tuohela, Vincent van Adrighem, Adam Weinberger, Funda Wang) 2.13.0.6 stuff: - The core dumping issue mentioned in the previous release note has been corrected. IncludeAll and the Face Browser should no longer core dump. (Sebastien Bacher) - Using "restart" instead of "reboot" in messages. (Brian Cameron) - Docs added for "Secure Remote" feature added in last release. (Dominique Hazael-Massieux) - Translation updates (Kjartan Maraas, Lasse Bang Mikkelsen, Ankit Patel, Ignacia Casal Quinteriro, Clytie Siddall, Ilkka Tuohela) 2.13.0.5 stuff: Note: Some users have been complaining that GDM 2.13.0.4 core dumps when the IncludeAll feature is turned on, and the face browser is also being used. I can not recreate this problem on my machine, so this issue may still exist on some platforms. - GDM now supports secure remote login which can be enabled by using --enable-securelogin at configure time. (Dominique Hazael-Massieux) - Fixed gdmsetup so the Logo/Background file chooser does not generate assert warnings and no longer will reset your logo/background to NULL. I think this problem was causing occasional core dumping issues. Also cleaned up memory management in gdmsetup a bit. (Brian Cameron) - Now SELinux initialization logic does not use setexeccon if is_selinux_enabled returns -1. (Dan Walsh) - The prefetch logic that is enabled by using --with-prefetch was improved and GDM will now install a default librarylist if the feature is enabled. Now GDM will only launch the gdm_prefetch program the first time that a greeter is displayed. Since this behavior is very specific to the needs of prefetching libraries, the gdm.conf key changed from PostDisplayProgram to PreFetchProgram. (Padraig O'Briain/Brian Cameron) - GDM no longer requires libgnome or libgnomeui at all. This should improve GDM performance and make GDM more lightweight. (Jani Monoses) - GDM Daemon now uses the GDK_DISPLAY_XDISPLAY macro instead of the GDK_DISPLAY macro since the GDK_DISPLAY macro causes the GDM daemon to require the libgdk-x11 library to always be loaded into memory. Now it can lazyload this library only when needed (when GDM daemon displays error GUI's which only happens when GDM can't start up properly). This should improve performance and make GDM more lightweight for the normal case where GDM does start up. (Brian Cameron) - Minor cleanup of gdmsetup. (Dennis Cranston) - Caps lock and Shut down messages changed to be more consistant between gdmlogin and gdmgreeter. Error message provided when session file is invalid now tells you the name of the offending file. (Brian Cameron) - GDM docs given some attention, new "Security" and "Performance" sections and a good bit of information added to the "Introduction" and "Accessibility" sections. (Brian Cameron) - Translation updates (Takeshi AIHANA, Chao-Hsiung Liao, Theppitak Karoonboonyanan, Kjartan Maraas, Ankit Patel, Josep Puigdemont, Ignacio Casal Quinteiro, Francisco Javier F. Serrador, Clytie Siddall, Alexander Sopov, Slobodan D. Sredojevic, Ilkka Tuohela, Vincent van Adrighem, Adam Weinberger) 2.13.0.4 stuff: Interface Changes: - This version of GDM handles its configuration files slighly differently. Now users are not recommended to modify the installed gdm.conf file and are instead encouraged to make changes to gdm.conf-custom. The gdmsetup program now saves user configuration changes to the gdm.conf-custom file. Configuration options specified in gdm.conf-custom file override the values in the main gdm.conf file. This allows distributions to overwrite the gdm.conf file without worry that the file contains any user customizations. When running "make install" GDM now compares the already installed gdm.conf with the already installed factory-gdm.conf file and if they both exist and are not the same, then gdm.conf file is moved to gdm.conf-custom to preserve user changes. If the gdm.conf-custom file already exists it is renamed to gdm.conf.org. Distributions should do the same when upgrading GDM. Note that this change is backwards compatible. GDM will still work as it did before even if no gdm.conf-custom file exists on the system. (Brian Cameron) - gdmconfig no longer supports the --config command line option since it now accesses the configuration data over the sockets protocol rather than reading the configuration files directly. Note the GDM daemon still supports the --config command line option. - Added PostDisplayProgram and the --with-prefetch configuration option to support GDM running a prefetch script to preload libraries when it firsts starts the greeter program, which has been shown to improve first time login time. (Padraig O'Briain, Brian Cameron) - Add new priority configuration option for servers defined in the [server-foo] section of the configuration files. This can be set from -20 to +20 in order to specify the priority value given to the Xserver on startup. (Philip Prindeville) Other Changes: - This release completes the internal redesign of GDM's configuration system. Now all configuration information is read by the daemon and accessed via the GDM sockets protocol. The GET_SERVER_LIST and GET_SERVER_DETAILS sockets commands were added to support accessing the [server-foo] sections of the configuration file via the sockets protocol. (Brian Cameron) - Merged code for parsing character sequences in gdmgreeter labels and the Welcome/RemoteWelcome keys, so now they are handled the same by both gdmlogin and gdmgreeter. Now %d is used for display number and %s is the system name (uname.sysname). The previously undocumented sequences are now explained in the documentation. (Brian Cameron) - Fixed bug that caused TimedLogin/AutomaticLogin to be turned on if it had a username value but TimedLoginEnable/AutomaticLoginEnable had a "false" value. (Brian Cameron) - Fixed bug that caused the TimedLogin user to be logged in if the user hit the "ENTER" key without entering a password. Mention in the GDM documentation that if the user does not enter a username but just hits the ENTER key while the login program is requesting the username, then GDM will just login as the timed user. (Brian Cameron) - Removed libgnome as a GDM dependency and removed most libgnomeui dependencies. Redesigning GDM's configuration allowed GDM to stop using deprecated gnome_config interfaces, for example. (Brian Cameron) - Fixed a bug with keeping the sockets protocol open for multiple commands that was included in the last release, and fixed memory handling issues that was causing core dumping with gdmsetup in the previous release. (Brian Cameron) - Fixed bug with the --with-configdir configure option. (Brian Cameron) - Now use glib stdio functions like g_chmod instead of chmod. (Brian Cameron) - Corrected typos and grammar (Brian Cameron, Asmund Skjaeveland, Adam Weinberger) - Translation updates (Takeshi AIHANA, \305\275ygimantas Beru\304\215ka, Theppitak Karoonboonyanan, Kostas Papadimas, Ankit Patel, Ignacio Casal Quinteiro, Francisco Javier F. Serrador, Clytie Siddall, Marcel Telka, Ilkka tuohela, Funda Wang, Adam Weinberger) 2.13.0.3 stuff: - Minor UI improvements to gdmsetup (Dennis Cranston, Calum Benson) - Removed libgnome dependencies for all GDM programs except gdmflexiserver and gdmsetup. These should be fixed for the next release. (Jani Monoses, Brian Cameron) - Now communications protocol used by client does not shut down after each call, improves performance. (Brian Cameron) - More clear stability information about gdm.conf file in README (Brian Cameron) - Translation updates (Takeshi AIHANA, \305\275ygimantas Beru\304\215ka, Theppitak Karoonboonyanan, Kjartan Maraas, Christophe Merlet, Francisco Javier F. Serrador, \303\205smund Skj\303\246veland, Alexander Shopov, Marcel Telka, Miloslav Trmac, Ignacio Casal Quinteiro, Adam Weinberger) 2.13.0.2 stuff: - Further redesign of configuration parsing logic. Now all GDM slaves (except gdmsetup) use the GET_CONFIG socket command to access configuration data. This means all configuration parsing is now handled in one place, the daemon. Improvements to the daemon configuration parsing so it correctly parses and validates all parameters used by the slave programs. Also fix some compile issues that were causing problems with certain configurations. (Brian Cameron) - Improved the GET_CONFIG command so that you don't have to include the default value (you can use "greeter/IncludeAll" instead of having to use "greeter/IncludeAll=false". Also you can access keys that contain translatable strings (e.g. "greeter/Welcome[cs]") via the GET_CONFIG command. (Brian Cameron) - Changes to peeking VT freeness in 2.13.0.1 broke virtual terminal support on BSD. This release corrects this problem. (Brian Cameron) - Correct Linux get VT logic so it returns the correct VT. (Frederic Crozat) - Now gdmlogin always uses GDK_RGB_DITHER_MAX when painting the background to ensure a nice background regardless of X configuration (e.g. X in 16bpp mode). (Frederic Crozat) - Now check for Xserver in prefix /usr. (J\303\274rg Billeter) - Fix configure for Darwin. (dmacks@netspace.org) - Fix compiler warnings. (Frederic Crozat, dmacks@netspace.org, Brian Cameron) - Ensure gnome.desktop and default.desktop have 644 perms. (Andrew Benton) - Translation updates (Takeshi AIHANA, \305\275ygimantas Beru\304\215ka, Theppitak Karoonboonyanan, Priit Laes, Ignacio Casal Quinteiro, Alexander Shopov, Francisco Javier F. Serrador, Marcel Telka, Funda Wang, Adam Weinberger) 2.13.0.1 stuff: - Complete redesign of gdmsetup so it follows usability recommendation mockups by Calum Benson. (Dennis Cranston, Calum Benson) - gdmsetup now supports drag-and-drop for new themes. (Dennis Cranston) - The chooser GUI has been HIGified. (Dennis Cranston) - Redesign of configuration parsing logic in the GDM daemon which simplifies how the UPDATE_CONFIG and GET_CONFIG commands work, better encapsulates the vicious-extensions logic, and cleans up the code. (Brian Cameron) - If slave does not respond to a SIGTERM, try a SIGKILL the second time. This resolves a problem where GDM sometimes stops managing a display because it just keeps waiting for the slave to die. See bug #113902. (Vaclav Smilauer) - GDM now uses VT_GETSTATE for peeking VT freeness (Samuel Thibault) - Now GDM warns correctly about caps lock if an alternate keymap is enabled. kbGetState is used instead of XkbGetIndicator State. (Sebastien Bacher) - Fixed race condition where a variable used by the signal handlers was not being set until after the signal handlers were setup. Now it is set before avoiding a race. (Simon Bowden/Brian Cameron) - Now check for X server in prefix /usr. (J\303\274rg Billeter) - Check for XInput fixed in configure and add a check for libgen.h to avoid compiler warnings. (Brian Cameron) - Updated check in configure for socklen_t so it includes sys/socket.h to better support BSD platforms that define socklen_t there. (dmacks@netspace.org) - Kurdish added to ALL_LINGUAS. (Erdal Ronahi) - Translation updates (Takeshi AIHANA, Dan Damian, Theppitak Karoonboonyanan, Priit Laes, Chao-Hsiung Liao, Roozbeh Pournader, Erdal Ronahi, Francisco Javier F. Serrador, Marcel Telka, Funda Wang, Adam Weinberger) 2.13.0.0 stuff: - Fix problem with PostSession script not always being executed when user kills the Xserver with ctrl-alt-backspace. Fixes bug #152906. (Jerry G. DeLapp) - No longer set tooltips for menu items in gdmlogin. These do not work with accessibility and no GNOME programs use menu tooltips, it is not recommended. (Brian Cameron) - Change the way the "OK" and "Cancel" buttons work so they are consistant. Now the "Cancel" button in gdmlogin is active when the Username is requested and just clears the field. This makes gdmlogin work like gdmgreeter. Now make the buttons insensitive when the ok/enter/tab is pressed and make them sensitive again when the greeter wants entry. This fixes a bug where the greeter's memory could get corrupted by pressing "Cancel" after authentication (which would only happen if the PostLogin script caused a long enough delay to allow this to happen or perhaps on a really slow machine). (Brian Cameron) - Correct reading of config file in gdmflexiserver. (Christiaan Welvaart) - GNOME HIG fixes for the Language, Session, and Message dialogs. (Dennis Cranston) - Define SoundProgram to be /usr/bin/audioplay instead of /usr/bin/play on Solaris. /usr/bin/play does not exist on Solaris. - Better /etc/default/login support on Solaris. Previously it supported only PASSREQ. Now it supports PATH, SUPATH and CONSOLE (the same ones CDE login supports). Added new PasswordRequired gdm.conf setting so that PASSREQ can be controlled via gdm.conf as well. - Memory leaks fixed. (Steve Grubb/Brian Cameron) - Improvements to strings and docs (Adam Weinberger, Brian Cameron) - Translation updates (Takeshi AIHANA, Runa Bhattacharjee, Priit Laes, Chao-Hsiung Liao, Ignacio Casal Quinteiro, Vincent van Adrighem, Funda Wang, Adam Weinberger)
2006-03-30Update to 2.14.0:jmmv3-9/+25
Zenity 2.14.0 ============== " Acid jazz! " * Fix list dialog separator option [Glynn Foster] * New and updated documentation translations - Alexander Shopov [bg] * New and updated translations - Laurent Dhima [sq] - Vincent van Adrighem [nl] - Kostas Papadimas [el] - Miloslav Trmac [cs] - Hendrik Richter [de] - Yair Hershkovitz [he] - ¿ygimantas Beru¿ka [lt] - Inaki Larranaga [eu] - Duarte Loreto [pt] - Leonid Kanter [ru] - Jordi Mallach [ca] - Maxim Dziumanenko [uk] - Stefano Canepa [it] - Mugurel Tudor [ro] - Artur Flinta [pl] - Daniel Nylander [sv] - Benoît Dejean [fr] Zenity 2.13.90 ============== " Ca Ca Ca " * New and updated documentation translations - Vincent Untz [fr] * New and updated translations - Lasse Bang Mikkelsen [da] - Priit Laes [et] - Evandro Fernandes Giovanini [pt_BR] - Gabor Kelemen [hu] Zenity 2.13.5 ============== " Salvador " * New and updated translations - Takeshi Aihana [ja] - Ignacio Casal Quinteiro [gl] - Alexander Shopov [bg] - Slobodan D. Sredojevic [sr, sr@Latn] Zenity 2.13.4 ============== " Arantina " * New scale dialog for selecting a value from a range [Lucas] * All dialogs are now HIG compliant [Christian Persch] * Now use GtkAboutDialog [Lucas] * New and updated translations - Theppitak Karoonboonyanan [th] - Ignacio Casal Quinteiro [gl] - Ankit Patel [gu] - Marcel Telka [sk] - Francisco Javier F. Serrador [es] - Luca Ferretti [it] - Takeshi Aihana [ja] - Vincent van Adrighem [nl] - Adam Weinberger [en_CA] - Funda Wang [zh_CN] - Ilkka Tuohela [fi] - ¿ygimantas Beru¿ka [lt] - Kjartan Maraas [nb, no] Zenity 2.13.3 ============== " Lucas, do you still love me? Yeah, Zenity, Yeah! " * Make it possible to add new lines and markup in calendar, progress and list dialog texts [Lucas Rocha] * New and updated documentation translations - Francisco Javier F. Serrador [es] Zenity 2.13.2 ============== " I love you, jhbuild " * Make it possible to add new lines in the in the msg dialogs. Fixes bug #320787 [Lucas Rocha] * New and updated translations - Erdal Ronahi [ku] Zenity 2.13.1 ============== " Incognito " * Fixes man page typos [Guilherme Pastore] * Fixes bug #317033 [Lucas] * Fixes bug #315020 [Lucas] * Refile Zenity Manual to GNOME|Utilities. Fixes bug #318831 [Brent Smith] * Manual improvements. Fixes bug #318915 [Brent Smith] * Default focus is given on tree view in list dialogs. Fixes bug #317263 [Aleksey Kliger] * New and updated translations - Inaki Larranaga [eu] - Christian Rose [sv] - Vincent van Adrighem [nl] - Mahay Alam Khan [bn]
2006-03-30Update to 1.6.0:jmmv3-9/+13
News in 1.6.0 ------------- * Updated translations News in 1.5.7 ------------- * Updated translations News in 1.5.6 ------------- * fix .lang files lookup from xdg directories. News in 1.5.5 ------------- * Requires gtk+ 2.8.x * Fixed bug #309663 – gcc 4.01 compiler treats pointer target warnings as errors (Marco Barisione) * Added scheme.lang (Paolo Borelli) * Allow to specify both 'u' and 'r' modifiers to python strings at the same time (Steve Frécinaux) * Add iterators to text region and use them (Paolo Borelli and Paolo Maggi) * Use cairo to draw the right margin (Jeroen Zwartepoorte) * Fixed bug #321252 - Clicking gedit line numbers should jump to line (Paolo Borelli and Paolo Maggi) * Fixed bug 312241 – .lang files in homedir take priority over $prefix (Guillaume Desmottes and Paolo Borelli) * Fixed bug #318577 – win32 port (Tor Lillqvist, Paolo Borelli and Paolo Maggi) * Updated translations News in 1.5.4 ------------- * Fixed bug #170604 – syntax for GNU Octave News in 1.5.3 ------------- * Fixed bug #321898 - fix for division by zero bug (not checking g_timer_elapsed() return value) * Fixed bug #323999 - perl inline pod not properly highlighted * Fixed bug #323750 - CSS highlighting missing "font" property * Fixed bug #316612 - Ruby coloration problems * Fixed bug #316587 - PHP syntax file should be in the "Scripting" section instead of "Sources") * Fixed bug #316330 - Ada Syntax highlighting is incorrect * Fixed bug #168090 - Recognise fortran line comments better * Added a --disable-gnomeprint configuration option * Fixed i18n problem introduced in 1.5.2 * Added changelog.lang * Updated translations News in 1.5.2 ------------- * Fix an off by one error in Lang directory lookup News in 1.5.1 ------------- * Lang files are now loaded from the locations specified in XDG_DATA_DIRS * Bug Fixes * New and updated translations.
2006-03-30Update to 2.14.0:jmmv3-15/+18
============== Version 2.14.0 ============== Session Manager * Support old directory for autostart .desktop files (Rodrigo) * Fix leak (Rodrigo) * Fix enabling/disabling of autostart services (Vincent) Misc * New splash screen (Thomas Wood) Translators * Petr Tomeš (cs) * Rhys Jones (cy) * Martin Willemoes Hansen (da) * Hendrik Richter (de) * Ivar Smolin (et) * Elnaz Sarbar (fa) * Raivis Dejus (lv) * Sebastian Ivan (ro) * Daniel Nylander (sv) * Maxim Dziumanenko (uk) =============== Version 2.13.92 =============== Session Manager * Fixes for writing the list of startup applications (Rodrigo Moya) * Start gnome-settings-daemon as early as possible (Rodrigo Moya) * Use $datadir/gnome/autostart for autostart .desktop file (Rodrigo Moya) Translators * Ivar Smolin (et) * Iñaki Larrañaga (eu) * Mate ORY (hu) * Luca Ferretti (it) * Takeshi AIHANA (ja) * Vladimer Sichinava (ka) * Žygimantas Beručka (lt) * Duarte Loreto (pt) * Leonid Kanter (ru) * Laurent Dhima (sq) * Woodman Tuen (zh_HK) * Woodman Tuen (zh_TW) =============== Version 2.13.91 =============== Session Manager * Really start vino asynchronously (Michael Meeks) Translators * Miloslav Trmac (cs) * Ivar Smolin (et) * Слободан Д. Средојевић (sr) * Theppitak Karoonboonyanan (th) * Wang Jian (zh_CN) =============== Version 2.13.90 =============== Session Manager * Add program autostart with .desktop files in known directories, like /usr/share/autostart (Rodrigo Moya, Ray Strode) Misc * Depends on gnome-desktop-2.0 Translators * Rostislav "zbrox" Raykov (bg) * Jordi Mallach (ca) * Adam Weinberger (en_CA) * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Ilkka Tuohela (fi) * Ignacio Casal Quinteiro (gl) * Ankit Patel (gu) * Luca Ferretti (it) * Kjartan Maraas (nb) * Tino Meinen (nl) * Kjartan Maraas (no) * Evandro Fernandes Giovanini (pt_BR) * Marcel Telka (sk) * Theppitak Karoonboonyanan (th) * Clytie Siddall (vi) ============== Version 2.13.5 ============== Misc * Set GTK+ modules to load so that all programs, even those started early, use them (Muktha Narayan) ============== Version 2.13.4 ============== Misc * Make GNOME crash on critical warnings (Kjartan Maraas, Vincent Untz, Federico Mena Quintero, Elijah Newren) * Only run the reverse DNS check if necessary (Rodrigo Moya) * Login speed improvements (Rodrigo Moya) * New splash screen (Thomas Wood) Translators * Rostislav "zbrox" Raykov (bg) * Khandakar Mujahidul Islam (bn) * Kostas Papadimas (el) * Priit Laes (et) * Iñaki Larrañaga Murgoitio (eu) * Erdal Ronahi (ku) * Christian Rose (sv) * Theppitak Karoonboonyanan (th) * Clytie Siddall (vi)
2006-03-30Update to 2.14.0:jmmv6-26/+32
2.14.0 === - New and updated translations: * Albanian [Laurent Dhima] * Brazilian Portuguese [Guilherme de S. Pastore] * Czech [Petr Tomeš] * Danish [Lasse Bang Mikkelsen] * Estonian [Ivar Smolin] * Hindi [Rajesh Ranjan] * Italian [Stefano Canepa] * Romanian [Mugurel Tudor] * Spanish [Francisco Javier F. Serrador] * Swedish [Daniel Nylander] 2.13.93 === - Fixes two crashes/freezes (bugs #318797, #330246) - Has a slightly better Brazilian Portuguese translation 2.13.92 === - Fixes a build failure (bug #333292) - Adds licensing informaiton to the UI (bug #330875) - Has lots of updated translations! 2.13.91 === - Stopped forcing invisible_char to '*' (bug #329294) - Re-added the context menu for highlighted URLs (bug #329553) - Updated translations: * Canadian English [Adam Weinberger] * Catalan [Josep Puigdemont i Casamajó] * Dutch [Tino Meinen] * Finnish [Ilkka Tuohela] * Simplified Chinese [Funda Wang] * Thai [Theppitak Karoonboonyanan] * Vietnamese [Clytie Siddall] 2.13.90 === - Fixed the handling of file:// URLs - Fixed the setting of accelerators (bug #328052) - Fixed the heights of the huge tabs (bug #327412) - Added a tool tip to the tabs' close buttons - Added F11 as default accelerator for fullscreen (bug #326781) - Allow returning to dynamically setting the title by manually setting it to an empty string (bug #328932) - Several fixes and improvements to the patches applied for exporting the GNOME proxy settings to the terminal and disabling anti-aliasing - Other optimizations, cleanups and standards-compliance changes (bug #328043) - Lots of updated translations; huge thanks to the translators! 2.13.3 === - Fix a crash at startup (bug #327313) - New, updated and fixed translations: * Belarusian [Ales Nyakhaychyk] * Danish [Lasse Bang Mikkelsen] * Canadian English [Adam Weinberger] * Estonian [Ivar Smolin] * Finnish [Ilkka Tuohela] * Gujarati [Ankit Patel] * Serbian [Слободан Д. Средојевић] * Vietnamese [Clyttie Siddall] 2.13.2 === - Added close buttons to the tabs (bug #71444) - Added support for One-Time Passwords (bug #310529) - Added tooltips that display the full title to the tabs (bug #310137) - Make file:// URLs work by splitting their handling from others (bug #309201) - Avoid title desyncs by setting icon title together with window title (bug #324965) - Keep the title unchanged after it has been manually set (bug #152986) - Export the GNOME proxy settings to the terminal (bug #321952) - General build, user interface, performance and internationalization improvements (bugs #100038, #129889, #139332, #158319, #324246) - New, updated and fixed translations: * Bulgarian [Vladimir Petkov] * Brazilian Portuguese [Guilherme de S. Pastore] * Canadian English [Adam Weinberger] * Danish [Lasse Bang Mikkelsen] * Dutch [Tino Meinen] * Estonian [Ivar Smolin] * Finnish [Ilkka Tuohela] * Galician [Ignacio Casal Quinteiro] * German [Hendrik Brandt] * Gujarati [Ankit Patel] * Japanese [Takeshi AIHANA] * Norwegian [Kjartan Maraas] * Norwegian bokmål [Kjartan Maraas] * Serbian [Слободан Д. Средојевић] * Spanish [Francisco Javier F. Serrador] * Thai [Theppitak Karoonboonyanan] * Vietnamese [Clytie Siddall] 2.13.1 === - New maintainer! (Guilherme de S. Pastore) - Revert the environment variable patch. It caused hangs etc. (Olav Vitters) - Fix i18n issue with application name (Frédéric Crozat, Olav) - Fix some compiler warnings (Kjartan Maraas) - Drop lots of unnecessary strings (Guilherme) - General cleanups and UI improvements (Guilherme) - Actually remove profiles when they are deleted (Guilherme) - Moved from section System to Utility in the menu (Guilherme) - New, updated and fixed translations: * Brazilian Portuguese [Guilherme de S. Pastore] * Catalan [Josep Puigdemont i Casamajó] * Finnish [Ilkka Tuohela] * Gujarati [Ankit Patel] * Japanese [Takeshi AIHANA] * Kinyarwanda [Guilherme de S. Pastore] * Lithuanian [Žygimantas Beručka] * Nepali [Guilherme de S. Pastore] * Spanish [Francisco Javier F. Serrador] * Thai [Theppitak Karoonboonyanan] * Vietnamese [Clytie Siddall] * Xhosa [Guilherme de S. Pastore] 2.13.0 === - Don't lose environment variables on startup (Davyd) - Only show mnemonics when the menubar is visible (DanW) - Detachable and movable tabs (Tony Tsui, Mario Manno) - Don't use deprecated widgets (Dennis Cranston) - Don't pass include flags to the link stage (dmacks@netspace.org)
2006-03-30Update to 0.12.0:jmmv3-8/+10
0.12.0 - Released with no code changes. 0.11.21 - Revert change introduced in 0.11.19 that made vte very unresponsive with tall terminal windows. (bug #333776) - Step up COALESCE_TIMEOUT and DISPLAY_TIMEOUT from 2ms to 10ms. This is more compatible with the update timeout that we are doing at 25ms, but needs testing. 0.11.20 - Revert patch introduced in 0.11.16 that was corrupting the Xft font cache. (bug #309322) 0.11.19 - Revert Shift+Insert to paste PRIMARY. Use Ctrl+Shirt+Insert to paste CLIPBOARD (bug #123844) - Improvements to the update throttling handler. - gnome-pty-helper minor race condition fix. - Use getpwnam to correctly log multiple users with the same UID (bug #319564, Laszlo Peter) - A couple minor build fixes.
2006-03-30Update to 2.14.0:jmmv3-86/+64
2.14.0 ======= New/updated translations: 2006-03-08 Ole Laursen <olau@hardworking.dk> * da.po: Updated Danish translation. 2006-02-28 Clytie Siddall <clytie@riverland.net.au> * lv.po: Updated Latvian translation by Raivis Dejus <orvils@gmail.com>.+ 2.13.92 ======= New/improved translations: 2006/02/11 12:40:59; author: kz; state: Exp; lines: +46 -37 ko.po updated 2.13.90 ======= Bugfixes: 2006-01-29 Thomas Wood <thos@gnome.org> * metacity-themes/Clearlooks/metacity-theme-1.xml: Applied patch from bug 323806 (metacity theme problems with "None" font hinting) 2006-01-29 Thomas Wood <thos@gnome.org> * LowContrastLargePrint/icons/48x48/apps/Makefile.am: * LowContrastLargePrint/icons/48x48/apps/gnome-remote-desktop.png: * LowContrastLargePrint/icons/48x48/mimetypes/Makefile.am: * LowContrastLargePrint/icons/48x48/mimetypes/gnome-mime-applicatio n-x-core.png: Fixes bug 144872 (Icon for 'core' filetype doesnt theme for a11y) and bug 142916 (no Low Contrast icons for a11y themeing (Remote Desktop Icon)) 2006-01-10 Calum Benson <calum.benson@sun.com> * MAINTAINERS: Update maintainers file to include Thomas. New/improved translations: 2006-01-17 Luca Ferretti <elle.uca@libero.it> * it.po: Updated Italian Translation. 2006-01-16 Erdal Ronahi <erdal.ronahi@gmail.com> * ku.po: Added (ku) Kurdish translation. 2.13.2 ====== New features/bugfixes: * High/low contrast themes now provide gtk+ stock icons - Matthias Clasen <mclasen@redhat.com> New/updated translations: 2005-11-02 Simos Xenitellis <simos@gnome.org> * ky.po: Added (ky) Kirghiz translation by Ilyas Bakirov. 2.13.1 ====== New/updated translations: 2005-10-15 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Translation updated. 2005-10-10 Priit Laes <plaes@cvs.gnome.org> * et.po: Translation updated by Ivar Smolin. 2005-10-08 Christian Rose <menthos@menthos.com> * sv.po: Updated Swedish translation.
2006-03-30Update to 2.14.0:jmmv5-70/+182
Changes in GNOME-Applets 2.14.0 =============================== "Codename Squolo" This is the first release of GNOME Applets for GNOME 2.14. The end of another great 6 months by the contributors of GNOME. Changes: - Fix potential snprintf() overflow in charpick Translations: - cs (Petr Tomeš) - et (Ivar Smolin, Priit Laes) - pt_BR (Guilherme de S. Pastore) - pt (Duarte Loreto) - sq (Elian Myftiu) - nn (Kjartan Maraas) - sv (Daniel Nylander) - ro (Mugurel Tudor) - bg (Alexander Shopov, Rostislav Raykov) - uk (Maxim Dziumanenko) - it (Luca Ferretti) - cy (Rhys Jones) - bn (Simos Xenitellis) - sq (Elian Myftiu) - da (David Nielsen, Ole Laursen) - es (Francisco Javier F. Serrador) - pl (GNOME PL Team) - nl (Tino Meinen) - nb (Kjartan Maraas) Changes in GNOME-Applets 2.13.90 (2.14.0 RC1) ============================================= "Codename Schmoozie" This is the first release candidate of GNOME Applets for GNOME 2.14. Changes: - Mixer icons more logical (Jan Arne Petersen) - Fix crasher in multiload caused by dragging panel around (Davyd Madeley) Translations: - zh_TW (Chao-Hsiung Liao) - zh_HK (Chao-Hsiung Liao) - ka (David Lodge, Vladimer Sichinava) - ru (Leonid Kanter) - eu (Inaki Larranaga) - el (Kostas Papadimas) - et (Ivar Smolin) - sr (Slobodan D. Sredojevic) - gl (Ignacio Casal Quinteiro) - gu (Ankit Patel) - ja (Satoru SATOH) - ca (Josep Puigdemont i Casamajó) - es (Francisco Javier F. Serrador) - lt (Žygimantas Beručka) - hu (Mate ORY, Gabor Kelemen) - fa (Elnaz Sarbar, Farzaneh Sarafraz, Roozbeh Pournader) - fi (Ilkka Tuohela) - vi (Clytie Siddall) - cs (Miloslav Trmac) - zh_CN (Funda Wang) - de (Hendrik Richter) - th (Theppitak Karoonboonyanan) - cy (Rhys Jones) - it (Stefano Canepa) The GNOME Applets documentation requires updating for GNOME 2.14, if you feel that you could assist with this, please feel free to contribute documentation and improvements. Bugs and bug fixes will also be accepted (of course)! Changes in GNOME-Applets 2.13.4 ================================ "Codename Squarko" This is the second beta release of GNOME Applets for the GNOME 2.13 series. String freeze is now in effect. Changes: - Correctly configure for GStreamer 0.8 --with-gstreamer=0.8 (Davyd Madeley) - Mini-commander will not be compiled and transparently upgrade you to Deskbar-Applet, compile with --enable-mini-commander to be switched back to Mini-commander again (Davyd Madeley) - Catch a possible divide by zero in charpick (Davyd Madeley) - Drivemount fixes for background handling and media ejection (Ryan Lortie) - GWeather fixes (Davyd Madeley, Philip Langdale, Claudio Saavedra) - Replace sscanf with g_strsplit in libgweather to prevent stack smashing (Davyd Madeley, Ryan Lortie) - Fix invalid free in stickynotes (Davyd Madeley) Translations: - et (Ivar Smolin) - ta (Jayaradha) - pt (Duarte Loreto) - th (Theppitak Karoonboonyanan) - zh_TW (Chao-Hsiung Liao) - zh_HK (Chao-Hsiung Liao) - pt_BR (Raphael Higino) - sr, sr@Latn (Slobodan D. Sredojevic) The GNOME-Applets documentation requires updating for GNOME 2.14, if you feel that you could assist with this, please feel free to contribute documentation improvements. Bugs and bug fixes will of course also be accepted ;) This tarball was produced with Love (tm). Changes in GNOME-Applets 2.13.3 ================================ "Codename Stardust" This is the first beta release of GNOME Applets for the GNOME 2.13 series. Changes: - Fix compiler warnings (Davyd Madeley) - Clean up configure.in andd summary (Davyd Madeley) - Add support for GStreamer 0.10 (Tim-Philipp Müller, Saleem Abdulrasool, Sylvain Bertrand, Davyd Madeley) - Center battery low warning dialog (Davyd Madeley) - Update libnotify API (Davyd Madeley, Wouter Bolsterlee) - Move drivemount to the new libpanel-applet background handling API (Ryan Lortie) - Turn GWeather preferences into a GObject derived from GtkDialog (Philip Langdale) - Fix critical warning in stickynotes (Davyd Madeley) - Build fixes for trash applet (Glynn Foster) - gcc 2.95 fixes for Stickynotes (Jens Granseuer) Thanks to all of the translators, even though I again haven't listed you. For testers, be aware that restarting GNOME Panel appears to trigger bug 327972 (http://bugzilla.gnome.org/show_bug.cgi?id=327972) in some circumstances. I'm not yet sure why. Changes in GNOME-Applets 2.13.2 ================================ "Codename Indigo" This is the second development release of GNOME Applets for the GNOME 2.13 series. It also marks the beginning of the feature freeze. Changes: - Make HAL optional in the build (John N. Laliberte) - Use new libpanel-applet transparency implementation in battstat (Ryan Lortie) - Use libnotify 0.3 API for battstat (Michael Vogt) - CPUFreq HIG fixes (Dennis Cranston) - GSwitchit HIG fixes (Sergey Udaltsov) - Locations Love (Jerimiah Cole, Pedro Villavicencio Garrido, Theppitak Karoonboonyanan, Adam Schreiber, Funda Wang) - Gweather: add pressure unit: atmospheres (Alexandros Frantzis) - Update sun/moon pictures at sunset/rise (Frank Solensky) - Gweather, memory leak fixes (Kjartan Maraas) - Gweather doc fixes (Vincent Untz) - Dew point is optional (Frank Solensky) - METAR parser tester (Frank Solensky) - Mixer, fix memory leaks, interpret arrow keys correctly, give unique names to mixers with same name (Ronald S. Bultje) - Mixer, don't remove the tooltip when scrolling (Michael Hofmann) - Fix critical warning in modemlights (Kjartan Maraas) - Fix crasher in modemlights (Sebastien Bacher) - Multiload, don't poll network filesystems (Benoît Dejean) - Fix graph drawing issues (Baz Zoetekouw) - Multiload documentation fixes (Vincent Untz) - Add "Hide Notes" option to the stickynotes menu (Jaap A. Haitsma) - Let stickynotes remember their positions (André Martins) - Ensure default titles are UTF-8 (Ryuichi Arafune, Davyd Madeley) - Use correct cursor when dragging things to the trash (Bas van der Lei) - Ensure trashapplet always fits on panel (Michael Hofmann) Changes in GNOME-Applets 2.13.1 ================================ "Codename Mobius" This is the first development release of GNOME Applets for the GNOME 2.13 series. Changes: - Split GWeather into the GWeather frontend and libgweather which has the parsers for weather servers and the preferences. (Philip Langdale) Fixes: - Code cleanup, gcc 2.95 fixes, etc. (Jens Granseuer, Kjartan Marass, Laszlo Peter, Aurelien Jarno) - Battery applet text will rotate on side panels (Ryan Lortie) - Implement a is_suspend_unavailable() hook for vendors to patch (Ryan Lortie) - Stop drivemount icons exloderizing the applet (Michael Hofmann) - GSwitchit plugin updates (Sergey Udaltsov) - French documentation (Christophe Bliard) - Locations Love (Ryan Lortie, Farzaneh Sarafraz) - Reduce flicker when positioning the mixer (Ronald S. Bultje) - Other mixer fixes (Kazuki Shimura, Ronald S. Bultje) - Fix a major stickynotes crasher (Jaap A. Haitsma) Translations: - zh_TW (Abel Cheung) - cs (Miloslav Trmac) - gu (Ankit Patel) - th (Theppitak Karoonboonyanan) - es (Francisco Javier F. Serrador) - gl (Ignacio Casal Quinteiro) - en_CA (Adam Weinberger) - bg (Alexander Shopov) - pt_BR (Guilherme de S. Pastore) - bn (Mahay Alam Khan) - nl (Tino Meinen) - fa (Masoud Ahmadzadeh, Meelad Zakaria) - ku (Erdal Ronahi)
2006-03-30Update to 2.14.0:jmmv4-28/+38
============== Version 2.14.0 ============== Panel * Remove the Suspend button on the logout dialog (this is not a regression wrt 2.12) (Vincent) * Ignore unknown options passed to the panel (Ray Strode) * Fix orientation of handles (Benjamin Berg, Vincent) * Fix help link for the menubar (Vincent) * Fix underscores not being visible in menu items (Vincent) Workspace Switcher Applet * Fix crash when scrolling right on the last workspace (Benjamin Berg) Misc * Update manpage (Vincent) Translators * Vital Khilko (be) * Vladimir Petkov (bg) * Runa Bhattacharjee (bn) * Petr Tomeš (cs) * Rhys Jones (cy) * Ole Laursen (da) * Hendrik Richter (de) * Kostas Papadimas (el) * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Iñaki Larrañaga (eu) * Ilkka Tuohela (fi) * Ankit Patel (gu) * Rajesh Ranjan (hi) * Mate ORY (hu) * Luca Ferretti (it) * Takeshi AIHANA (ja) * Vladimer SIchinava (ka) * Erdal Ronahi (ku) * Žygimantas Beručka (lt) * Øivind Hoel (nb) * Tino Meinen (nl) * Åsmund Skjæveland (nn) * Øivind Hoel (no) * Gnome PL Team (pl) * Evandro Fernandes Giovanini (pt_BR) * Duarte Loreto (pt) * Leonid Kanter (ru) * Elian Myftiu (sq) * Слободан Д. Средојевић (sr) * Daniel Nylander (sv) * Theppitak Karoonboonyanan (th) * Maxim Dziumanenko (uk) * Clytie Siddall (vi) * Funda Wang (zh_CN) * Woodman Tuen (zh_HK) * Woodman Tuen (zh_TW) =============== Version 2.13.91 =============== Panel * Use Restart instead of Reboot (Vincent) * Remove the Shut Down reference in the tooltip of the Log Out item (Vincent) * Don't reboot/shutdown immediately if other users are connected (Vincent) * Don't display the Shut Down item if GDM is not running (Vincent) * Use a softer countdown for the 30 first seconds in the log out dialogs (Vincent) * Fix critical warning in the run dialog when the program list is disabled (Vincent) * Add "..." at the end of the Log Out and Shut Down items (Vincent) * Make invisible mnemonics in menu work again (Matthias Clasen, Vincent) * Add accelerator for items in the context menu of launchers (Vincent) * Use GOption instead of popt (Vincent) Fish Applet * Use gender-neutral wording in about dialog (Vincent) Window Menu Applet * Update help link (Vincent) Misc * Use GOption instead of popt in the test applet program (Vincent) * Fix build when /usr/lib/X11R6 is a link to /usr (Vincent) Docs Translators * Luca Ferretti (it) Translators * Runa Bhattacharjee (bn) * Jordi Mallach (ca) * Miloslav Trmac (cs) * Ole Laursen (da) * Ivar Smolin (et) * Ignacio Casal Quinteiro (gl) * Luca Ferretti (it) * Øivind Hoel (nb) * Evandro Fernandes Giovanini (pt_BR) * Слободан Д. Средојевић (sr) * Theppitak Karoonboonyanan (th) =============== Version 2.13.90 =============== Panel * Fix timeout label in the logout dialogs (Vincent) * Don't make it possible to have two logout dialogs at the same time (Vincent) * Put logout dialogs above all windows and on all workspaces (Vincent) * Show the logout dialog on the correct screen (Vincent) * Fix crash with logout dialogs when esd and sound events are enabled (Vincent) * Simplify the logout dialogs questions (Dennis Cranston) * Partial fix for Vincent's stupidity :-) (Elijah Newren) * Fix search of application launchers in "Add to panel" dialog (Vincent) * Fix potential crash when there's an error loading an applet (Vincent) * Update libegg code (Vincent) * Fix crash when logout dialogs are closed by the window manager (Vincent) * Remove gnome-screenshot item from the Desktop menu (Vincent) * Look in the XDG data dirs when loading a .desktop file, so we don't need the whole path (Vincent) * Update default panel config to just use basenames for .desktop files (Vincent) * Remove the screenshot action button and migrates the existing config to use gnome-screenshot.desktop (Vincent) * Change accelerator for "Lock To Panel" (Vincent) * Add username to the Logout menu item (Vincent) * Fix crash happening with remote bookmarks in the Places menu (Vincent) * Use an icon for the network places submenu (Vincent) * Update the launcher item description in the "Add to panel" dialog (Vincent) * Simplify and add context for some strings (Vincent) * Fix warnings (Vincent, Jens Granseuer, Kjartan Maraas) * Don't show useless separators in context menus of panel objects when the panel is locked down (Vincent) * Fix theoretical breakage if gconf config is broken (Vincent) Clock Applet * Fix incoherency in the use of two lines format (Vincent) * Don't offer the 12-hour format to the user if his locale don't support it (Vincent) Misc * Add context in some strings of the test applet program (Vincent) Docs Translators * Vincent Untz (fr) Translators * Vital Khilko (be) * Vladimir Petkov (bg) * Hendrik Brandt (de) * Kostas Papadimas (el) * Adam Weinberger (en_CA) * Francisco Javier F. Serrador (es) * Ilkka Tuohela (fi) * Ignacio Casal Quinteiro (gl) * Ankit Patel (gu) * Luca Ferretti (it) * Takeshi AIHANA (ja) * Žygimantas Beručka (lt) * Øivind Hoel (nb) * Reinout van Schouwen (nl) * Øivind Hoel (no) * Evandro Fernandes Giovanini (pt_BR) * Слободан Д. Средојевић (sr) * Theppitak Karoonboonyanan (th) * Clytie Siddall (vi) * Funda Wang (zh_CN) ============== Version 2.13.5 ============== Panel * Remove useless screensaver actions in context menu of the button (William Jon McCann) * Fix tiling for image backgrounds (Vincent) * Update background when size changes (Vincent) * Make image with transparency backgrounds work (Vincent) * Fix critical warnings (Vincent) * Add CD recording item to the Places menu (Sébastien Bacher) * Add separator internal applet (Carlos Garcia Campos, Manu Cornet, Vincent) * Add a search entry to the "add to panel" dialog (Vincent) * Re-cache the applications menu when reloading it after there has been some fam/gamin/inotify events (Vincent) * Add new logout/shutdown dialogs (Vincent) * Fix display of remote bookmarks in Places menu (Bastien Nocera, Vincent) * Small fixes (Vincent) libpanel-applet * Fix tiling for image backgrounds (Vincent) * Avoid crashes with image backgrounds (Vincent) Wnck Applets * tell libwnck that the applets are pagers (Elijah Newren) Documentation * Update for clock and fish applets (Joachim Noreiko) Misc * Depend on libwnck 2.13.5 (Vincent) Docs Translators * Christophe Bliard (fr) Translators * Vladimir Petkov (bg) * Jordi Mallach (ca) * Hendrik Richter (de) * Adam Weinberger (en_CA) * Ilkka Tuohela (fi) * Ignacio Casal Quinteiro (gl) * Gabor Kelemen (hu) * Takeshi AIHANA (ja) * Reinout van Schouwen (nl) * Слободан Д. Средојевић (sr) * Theppitak Karoonboonyanan (th) * Clytie Siddall (vi) * Woodman Tuen (zh_HK) * Woodman Tuen (zh_TW) ============== Version 2.13.4 ============== Panel * Don't crash when an applet can't be loaded (Crispin Flowerday) * Fix critical warnings (Vincent, Claudio Saavedra) * Remove useless warning (Vincent) * Add a preview widget in the image background chooser (Vincent) * Don't crash with some themes (Vincent, Benjamin Berg) * Fix sensitivity of "Remove panel" menu item (Vincent) * Reword error dialogs (Luke Worth, Vincent) * Update the known applications list while typing and only show the items that match (Vincent) * Make the "add to panel" dialog a bit nicer (Vincent) * Use a close button instead of the cancel one in the "add to panel" dialog (Claudio Saavedra) * Add tooltips for the menu bar (Vincent, Christian Kirbach) * Update from libegg (Vincent) * Don't do something on double/triple clicks for buttons (Vincent) * Make applet handles handle transparency (Ryan Lortie, Vincent) * Fix crash when a toplevel is destroyed (Vincent) * Fix crash when quitting with "add to dialog" open (Vincent) * Fix auto-hide panel not autohiding after the "Delete dialog" has been opened (Vincent) * Minor fixes (Vincent) * Code cleanups (Vincent) libpanel-applet * Add new API to automatically update the background of a widget (Ryan Lortie, Vincent) * Emits the background-changed signal when the allocated size changes (Ryan Lortie) * Fix criticla warning (Vincent) Clock Applet * Make task activation work correctly (William Jon McCann) * Sort tasks by due date if priorities are the same (kraai@ftbfs.org) * Don't show the date by default (Vincent) Fish Applet * Fix path to cairo.h (Vincent) * Fix critical warning when choosing a new image (Vincent) Notification Area Applet * Update from libegg. Should fix some icons not showing (Vincent) Window List Applet * Fix critical warning and icon not showing during startup notification (Vincent) All Applets * use new libpanel-applet API for the background (Vincent) Documentation * Update for clock and fish applets (Luca Ferretti, Brent Smith) Misc * change button order and use Execute button for the test applet program (Vincent) * don't crash when an applet can't be loaded in the test applet program (Vincent) * Build fixes (Vincent) Docs Translators * Christophe Bliard (fr) Translators * Adam Weinberger (en_CA) * Francisco Javier F. Serrador (es) * Ilkka Tuohela (fi) * Ignacio Casal Quinteiro (gl) * Ankit Patel (gu) * Takeshi AIHANA (ja) * Žygimantas Beručka (lt) * Kjartan Maraas (nb) * Kjartan Maraas (no) * Theppitak Karoonboonyanan (th) * Clytie Siddall (vi) * Funda Wang (zh_CN) ============== Version 2.13.3 ============== Panel * Code cleanups (Vincent) * Synchronize the way remote bookmarks are displayed with nautilus (Vincent) * Remove deprecated calls (Vincent) * Update libegg code (Vincent) Clock Applet * Really fix the orientation change (Vincent) Misc * Remove the .spec file (Vincent) * Build fixes (Vincent) Docs Translators * Christophe Bliard (fr) Translators * Vladimir Petkov (bg) * Miloslav Trmac (cs) * Adam Weinberger (en_CA) * Francisco Javier F. Serrador (es) * Elnaz Sarbar (fa) * Ignacio Casal Quinteiro (gl) * Ankit Patel (gu) * Takeshi AIHANA (ja) * Timur Jamakeev (ky) * Žygimantas Beručka (lt) * Kjartan Maraas (nb) * Kjartan Maraas (no) * Marcel Telka (sk) * Elian Myftiu (sq) * Theppitak Karoonboonyanan (th) * Funda Wang (zh_CN) ============== Version 2.13.2 ============== Panel * Don't display error when an url show is canceled (Christian Neumair) * Handle glade errors (Christian Neumair) * Revert orientation change (Vincent) * Update libegg code (Vincent) Clock Applet * Updates for the orientation change (Vincent) Fish Applet * Updates for the orientation change (Vincent) Translators * Miloslav Trmac (cs) * Adam Weinberger (en_CA) * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Timur Jamakeev (ky) * Žygimantas Beručka (lt) * Marcel Telka (sk) * Theppitak Karoonboonyanan (th) ============== Version 2.13.1 ============== Panel * Fix bookmarks with spaces (Vincent) * Display bookmarks in the same way than nautilus (Vincent) * Remove useless code (Kjartan) * Don't change the drawer icon if the icon gconf key changed but we're not using the icon (Kjartan) * Plug leak (Kjartan) * Don't set the background multiple times on startup (Vincent) * Fix searching in the application list of the run dialog (Vincent) * Change default panel size to 24 (Vincent) * Change the way we report orientation to applets (Vincent) * Minor fixes/cleanups (Vincent) Clock Applet * Remove deprecated calls (Vincent) * Updates for the orientation change (Vincent) Fish Applet * Do not use deprecated widgets (Vincent) * Use cairo instead of libart (Vincent) Misc * Fix gnome-desktop version requirement (Frederic Crozat) * Build fixes/updates (Vincent) * Better descriptions for help files (Brent Smith) * libegg updates (Vincent) Translators * Vladimir Petkov (bg) * Runa Bhattacharjee (bn) * Adam Weinberger (en_CA) * Ivar Smolin (et) * Reinout van Schouwen (nl) * Christian Rose (sv)
2006-03-30Update to 2.14.0:jmmv4-35/+21
gnome-control-center 2.14.0 default applications: - Use correct text domain name (Luca Cavalli) (332833) - Fixed response to icon theme changes (Luca Cavalli) (330154) - Compilation fixes (Luca Cavalli) (332973) - Don't use deprecated gtk_entry_set_editable (Luca Cavalli) (329193) settings daemon: - Removed spawning of esd (Rodrigo Moya) - Register the settings daemon per DISPLAY (Michael Witrant) (94049) sound: - Mark missing strings for translation (Rodrigo Moya) (333125) help: - Pruned capplets documentation, and link to the user's guide (Joachim Noreiko) (332184) general: - Fixed compilation with GStreamer 0.8 (Mathis Hasselmann) (333119) updated translations: - bg (Alexander Shopov) - bn (Runa Bhattacharjee) - ca (Josep Puigdemont i Casamajó) - cs (Miloslav Trmac) - cy (Rhys Jones) - da (Ole Laursen) - de (Hendrik Richter, Hendrik Brandt) - el (Simos Xenitellis) - es (Francisco Javier F. Serrador) - et (Priit Laes) - fa (Roozbeh Pournader) - fi (Ilkka Tuohela) - gl (Ignacio Casal Quinteiro) - gu (Ankit Patel) - hu (Gabor Kelemen) - it (Luca Ferretti) - ja (Satoru SATOH) - lt (Zygimantas Berucka) - nb (Kjartan Maraas) - nl (Vincent van Adrighem) - nn (Kjartan Maraas) - no (Kjartan Maraas) - pl (Artur Flinta) - pt (Duarte Loreto) - pt_BR (Lucas Rocha) - ru (Leonid Kanter) - sq (Laurent Dhima) - sr (Danilo Segan) - sr@Latn (Danilo Segan) - sv (Daniel Nylander) - th (Theppitak Karoonboonyanan) - uk (Maxim Dziumanenko) - vi (Clytie Siddall) - zh_CN (Funda Wang) ------------------------------------------------------------------------------ gnome-control-center 2.13.93 default applications: - Fixed hang with multiple windows opened (Luca Cavalli) (328094) - Fixed Sylpheed claws executable name (Fryderyk Dziarmagowski) (332659) - Fixed typos (Glynn Foster) fontilus: - Fixed crash when changing metacity font (Rodrigo Moya) (327021) mouse: - Use "milliseconds" instead of "microseconds" (Anilkumar Bacheli) (330588) sound: - Fixed memory leaks (Rodrigo Moya) (332530) settings daemon: - C89 compilation fixes (Jens Granseuer) (331168) updated translations: - bg (Alexander Shopov) - ca (Josep Puigdemont i Casamajó) - cs (Miloslav Trmac and Jakub Friedl) - cy (Rhys Jones) - de (Hendrik Richter) - el (Kostas Papadimas) - es (Francisco Javier F. Serrador) - et (Priit Laes) - eu (Iñaki Larrañaga) - fi (Ilkka Tuohela) - gl (Ignacio Casal Quinteiro) - gu (Ankit Patel) - hu (Gabor Kelemen) - ja (Satoru SATOH and Takeshi AIHANA) - ka (Alexander Didebulidze) - lt (Zygimantas Berucka) - nb (Kjartan Maraas) - nl (Vincent van Adrighem) - no (Kjartan Maraas) - pt (Duarte Loreto) - pt_BR (Raphael Higino) - sr (Slobodan D. Sredojevic) - sr@Latn (Slobodan D. Sredojevic) - th (Theppitak Karoonboonyanan) - vi (Clytie Siddall) ------------------------------------------------------------------------------ gnome-control-center 2.13.92 background: - Re-added instant apply (Rodney Dawes) default applications: - Fixed compilation warnings (Luca Cavalli) settings daemon: - Only start esd when not running (Rodrigo Moya) other: - Removed HAL dependency added by mistake (Rodrigo Moya) - Depend on glib >= 2.8.0 (Rodrigo Moya) - Depend on gtk+ >= 2.8.12 for Cairo speed workaround (Rodney Dawes) updated translations: - ca (Josep Puigdemont i Casamajó) - da (Ole Laursen) - de (Hendrik Richter) - fi (Ilkka Tuohela) - gl (Ignacio Casal Quinteiro) - lt (Zygimantas Berucka) - nb (Kjartan Maraas) - nl (Vincent van Adrighem) - no (Kjartan Maraas) - th (Theppitak Karoonboonyanan) - zh_CN (Funda Wang) ------------------------------------------------------------------------------ gnome-control-center 2.13.91 build: - enable generation of Makefile for spanish docs to fix the build. ------------------------------------------------------------------------------ gnome-control-center 2.13.90 about-me: - Preserve tab navigation on the dialog (Diego González) (317468) - Fixed crash (Diego González) (317315) background: - Added apply button (Rodney Dawes) (327335) - Fixed glib CRITICAL warnings (Rodney Dawes) (327327) default applications: - Fixed Thunderbird command line parameters (Luca Cavalli) (326808) - Update custom command entries also when predefined app is selected (Luca Cavalli) (327749) - Don't set entries' sensitivity, just disable input on them (Rodrigo Moya) - Use better description and arguments for Epiphany (chpe) (327220) fontilus: - Added button for document font (Christian Persch) (160454) - Changed "monospace" to "fixed width" (Christian Persch) - Fixed font thumbnailing endianness (Ed Catmur) (329043) keybindings: - Refuse to bind letter keys without a modifier (Bastien Nocera) (86956) - Readded the keysim/keycode binding code (Rodrigo Moya) keyboard: - Fixed user-visible strings (Rodrigo Moya) (328748) mouse: - Fixed a11y problem with gnopernicus screen reader (Anilkumar Bacheli) (154769) network: - Fixed mnemonic (Crispin Flowerday) (328884) sound: - Use correct stock icon for PLAY button (Dennis Cranston) - Reduced size of the dialog (Rodrigo Moya) - Fixed compilation warnings (Damien Carbery, Jens Granseuer) (328255) settings daemon: - Use verbs for slow/sticky keys dialogs, rather than OK/Cancel (chpe) (325686) help: - Updated scrollkeeper description (Alessandro Ferrucci) (327784) other: - Don't use "capplet" in user-visible strings (Rodrigo Moya) (168790) - Fixed glib CRITICAL warnings (Thomas Wood) - Added GTK category to .desktop files (Luca Cavalli) (328028) - Use "mouse pointer" instead of "cursor" in user-visible strings (Scott Bronson) (318056) updated translations: - bg (Alexander Shopov) - ca (Josep Puigdemont i Casamajó) - da (Lasse Bang Mikkelsen) - el (Kostas Papadimas) - en_CA (Adam Weinberger) - es (Francisco Javier F. Serrador) - fi (Ilkka Tuohela) - gl (Ignacio Casal Quinteiro) - gu (Ankit Patel) - hu (Gabor Kelemen) - it (Luca Ferretti) - ja (Takeshi AIHANA) - lt (Zygimantas Berucka) - nb (Kjartan Maraas) - nl (Vincent van Adrighem) - no (Kjartan Maraas) - pt_BR (Evandro Fernandes Giovanini) - ru (Nickolay V. Shmyrev) - sr (Slobodan D. Sredojevic) - sr@Latn (Slobodan D. Sredojevic) - th (Theppitak Karoonboonyanan) - vi (Clytie Siddall) - zh_CN (Funda Wang) ------------------------------------------------------------------------------ gnome-control-center 2.13.5.1 default applications: - Fixed loading of translations from XML file (Luca Cavalli) settings daemon: - Use g_mkdir_with_parents instead of creating all the hierarchy by hand (Rodrigo Moya) other: - Fixed m4 directory missing (chpe) updated translations: - da (Lasse Bang Mikkelsen) - en_CA (Adam Weinberger) - gu (Ankit Patel) - sr (Slobodan D. Sredojevic) ------------------------------------------------------------------------------ gnome-control-center 2.13.5 background: - Changed main dialog to use explicit apply with OK and cancel buttons (Rodney Dawes) - Added zoom to scale type options (Alan Swanson) default applications: - New UI (Luca Cavalli) - Build and general fixes to the new UI (Sebastian Bacher, Rodrigo Moya) keybindings: - Dropped the keysim/keycode binding code (Bastien Nocera) (133815) keyboard: - Made window a bit larger (Sergey Udaltsov) (326137) - Fixed window title capitalization (Sergey Udaltsov) (326275) mouse: - Made mouse clock work with both left/right buttons (akmal) (321255) sound: - New UI (Scott Reeves) - HIG fixes to the new UI (Dennis Cranston) - Translation fixes (Rodrigo Moya) (326635) themus: - Fixed usage of head command (Thomas Wood) (316800) typing break: - Use gdk_spawn_* functions instead of egg equivalents (Rodrigo Moya) (326141) settings daemon: - Cleaned up messages about pmu on powerbook (Jeroen Zwartepoorte) (132655) - Set Net/FallbackIconTheme XSetting for new versions of gnome-icon-theme and gtk+ >= 2.8.10 (Rodney Dawes) (325546) - Use gstreamer0.10 optionally (Saleem Abdulrasool and Tim-Philip Muller) (326257) updated translations: - bg (Alexander Shopov) - ca (Josep Puigdemont i Casamajó) - en_CA (Adam Weinberger) - es (Francisco Javier F. Serrador) - fi (Ilkka Tuohela) - gl (Ignacio Casal Quinteiro) - gu (Ankit Patel) - hu (Gabor Kelemen) - ja (Takeshi AIHANA) - nb (Kjartan Maraas) - nl (Vincent van Adrighem) - no (Kjartan Maraas) - sr (Slobodan D. Sredojevic) - sr@Latn (Slobodan D. Sredojevic) - th (Theppitak Karoonboonyanan) - vi (Clytie Siddall) - zh_HK (Chao-Hsiung Liao) - zh_TW (Chao-Hsiung Liao) ------------------------------------------------------------------------------ gnome-control-center 2.13.4 default-applications: - Added Opera to list of default browsers (pholie) (324629) keyboard: - Fixed leak on GtkSizeGroup's (Jaap A. Haitsma) (321549) themus: - Update the background for metathemes that provide a preferred background (Guillaume Desmottes) (147665) - Fixed typeahead searching in themes list (David Seseño) windows behavior: - Fixed mnemonics (Rajan Singh) settings daemon: - Restore prelight/active/mouse-over feedback for Tk (jenglish) (130299) - Made Emacs xsettings mimic better GNOME's look & feel (Lukasz Stelmach) (320727) other: - Compilation fixes (Jens Granseuer) (321779) - Removed unused --enable-gconf-source option (Mark McLoughlin) updated translations: - ca (Josep Puigdemont i Casamajó) - fi (Ilkka Tuohela) - vi (Clytie Siddall) ------------------------------------------------------------------------------ gnome-control-center 2.13.3 about-me: - Added a preview to the filechooser used for selecting an image (Mathias Clasen) - Fixed for running in systems with no forkpty (Brian Cameron) gnome-settings-daemon: - Added definition of "Gtk/ShowInputMethodMenu"/"Gtk/ShowUnicodeMenu" xsettings (Mathias Clasen) (319634) - C89 compilation fixes (Jens Granseuer) (321778) - Don't grab keyboard when getting invalid keycodes from GConf (Philippe Troin) (323690) keyboard: - Small changes in plugin API (Sergey V. Udaltsov) themus: - Added removal of themes from the theme selection applet (David Seseño) typing-break: - Don't display a dialog when the monitor is already running (Richard Hult) (307425) - Use stock icons from GTK rather than libgnomeui (Richard Hult) (171664) other: - Compilation fixes (Kjartan Maraas) translations: - bg (Alexander Shopov) - cs (Miloslav Trmac) - en_CA (Adam Weinberger) - es (Francisco Javier F. Serrador) - et (Priit Laes) - gl (Ignacio Casal Quinteiro) - gu (Ankit Patel) - ja (Takeshi AIHANA) - lt (Zygimantas Beruèka) - nb (Kjartan Maraas) - no (Kjartan Maraas) - pt_BR (Guilherme de S. Pastore) - sk (Marcel Telka) - sq (Laurent Dhima) - th (Theppitak Karoonboonyanan) - zh_CN (Funda Wang) ------------------------------------------------------------------------------ gnome-control-center 2.13.2 background: - Sanity check on GConf string values (Alexis Robert) (320647) themus: - 15-20% speedup in theme thumbnailer startup (Sebastien Bacher) shell: - Respond correctly to theme changes (Carlos Garnacho) other: - Compilation fixes (Kjartan Maraas, Rodrigo Moya) translations: - bg (Alexander Shopov) - cs (Miroslav Trmac) - en_CA (Adam Weinberger) - es (Francisco Javier F. Serrador) - eu (Iñaki Larrañaga) - fa (Roozbeh Pournader) - fi (Ilkka Tuohela) - ja (Takeshi AIHANA) - lt (Zygimantas Berucka ) - nl (Vincent van Adrighem) - ro (Dan Damian) - sk (Marcel Telka) - th (Theppitak Karoonboonyanan) ------------------------------------------------------------------------------ gnome-control-center 2.13.1 default-applications: - Add Sylpheed-Claws to the list of possible mailers (Colin Leroy) mouse: - gcc 2.95 compilation fixes (Jens Granseuer) (318746) themus: - Allow installation of themes with file:// URIs (Ed Catmur) (319358) shell: - Only show one screensaver capplet when both xscreensaver and gnome-screensaver are installed (Rodrigo Moya) (315505) - Fix scrollbar arrows (Carlos Garnacho) - Calculate text widths instead of forcing them (Carlos Garnacho) (319492) - Force canvas background to base[GTK_STATE_NORMAL] and remove the need to repaint the background, in white (Carlos Garnacho) typing-break: - Fix weird spacing between systray icons (Rodrigo Moya) (318231) other: - Add schema for remembering NumLock state between sessions (Jürg Billeter) (74215) - Add check for xinput extension (Ray Strode) (314409) - Update the desktop font in addition to the application font when 'apply font' in large print themes is selected (Muktha) (123551) - Reduced amount of xrdb executions (Erwann Chenede) (314774) - Don't block settings daemon while executing children processes (Rodrigo Moya) - Lazy load the screensaver and the typing break monitor (Rodrigo Moya) - Share a single GConfClient in the settings daemon (Rodrigo Moya) - Execute xrdb with -nocpp switch when possible (Rodrigo Moya) - Swap buttons on auxiliary mice for left-handed mode (Ray Strode) (314409) translations: - bg (Alexander Shopov) - en_CA (Adam Weinberger) - et (Priit Laes) - fi (Ilkka Tuohela) - pt_BR (Guilherme de S. Pastore) - sv (Christian Rose)