summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2006-04-12Aligned the last line of the buildlink3.mk files with the first line, sorillig93-186/+186
that they look nicer.
2006-04-10Use XK_VoidSymbol instead of XK_FN30/31 as dummy keysyms. For some Xis3-2/+24
servers, apparently dynamically creating the tables didn't work, so the static tables are actualy used.
2006-04-10Generate and install ".3" manpages instead of ".3pm". This fixesjlam1-1/+7
PR pkg/32673.
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.