summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2006-10-09Flag a number of packages I use as supporting (user-)destdir.joerg9-32/+44
apg is a bit special as it has some hardcoded ownership, so mark that as "destdir".
2006-10-08Teach ksysguard more about NetBSD. Fixes PR pkg/28338.markd6-2/+356
Bump PKGREVISION.
2006-10-08Fix 'test ... == ...' cases in configure.salo2-5/+23
2006-10-06Update to 2.10.6:wiz2-6/+6
Overview of Changes from GTK+ 2.10.5 to 2.10.6 ============================================== * Bugs fixed: 358931 2.10.5 build issue due to a typo 357280 Compile crashes 359053 Reduce relocations 359052 gtk_print_settings_get_duplex() return wrong value for one of vertical setting Overview of Changes from GTK+ 2.10.4 to 2.10.5 ============================================== * Bugs fixed: 358405 gtk_file_chooser_button_new 353736 crash in Document Viewer: I had just viewed the pr... 354849 Unable to build gtk+ under Solaris 9 357280 Compile crashes 357454 leak in _gtk_menu_is_empty() 357566 [x11] Invalid unref for input windows 357791 gtk_tree_selection_get_selected_rows does not always fill model 358351 expander with multi-line label doesn't properly respond to mouse * Updated translations (dz,et,gl,ka)
2006-10-04Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev.wiz16-37/+38
2006-10-03Update to 2.10.4:wiz2-6/+6
Overview of Changes from GTK+ 2.10.3 to 2.10.4 ============================================== * GtkFileChooser works better with remote bookmarks * Windows theme engine improvements * Bugs fixed: 116626 Use keyboard map contents to detect RTL groups 353772 Add doc blurb for GtkWidget::parent-set 353803 GtkEntry unneccesarily resets im context at commit 353914 Leak of to_reset list from _gtk_settings_reset_rc_values 354043 Renew the typeahead search timeout when using scrollwheel 354687 PLT-reduction stuff not quite working 354887 GtkFileChooserButton displays unnecessary authentication dialogs 355308 gtk_tree_view_set_grid_lines notifies wrong property 355732 Combobox leaks treeview in list mode 355134 Type in string 355961 Typo in documentation for GtkPrintContext 340201 Enhancement of Wimp theme engine. 357132 Setting an RGBA colormap using gtk_widget_set_colormap() on any widget at application start (before other widgets are used) causes the running app to revert to the stock icon theme * Updated translations (bg,bn,bn_IN,de,dz,el, en_GB,et,fi,gu,hi,id,ka,lt,lv,mk,nb,nl,nn,or, ru,sl,sv,ta,th)
2006-10-02Forgot a patch.rillig1-0/+13
2006-10-02Updated XaoS to 3.2.2.rillig13-319/+75
Changes since 3.1: RELEASE NOTES FOR XAOS VERSION 3.2.2 ------------------------------------ This release contains a rewritten Mac OS X port by J. B. Langston III, and some small fixes for pipes by Marton Torok. For more details please read the ChangeLog file. RELEASE NOTES FOR XAOS VERSION 3.2.1 ------------------------------------ A new fractal type, the Spidron hornflake has appeared. We changed the web site to a dokuwiki database, so the help system contains now a converter for dokuwiki (not completely working yet). STICKY/DESTDIR is now supported (by Claudio Fontana). The French translation is updated (by Philippe Wautelet). Bigger fonts are available for Latin-2 based usage if the user changes the screen resolution more than 800x600 or 1000x720. Some small fixes have been done in the catalog files. RELEASE NOTES FOR XAOS VERSION 3.2 ---------------------------------- Main points are the classic Sierpinski and Koch fractals, but still other formulas are introduced. Some 'oldie but goldie' fractals are included from the Fractint formula database. The keystroke order has been changed a little bit. Now gcc-4.0.x is also supported (-mcpu is deprecated now and the source had to be modified for this). The new formulas are demonstrated with 3 new tutorial movies. These are also available in Hungarian language. Volunteers are requested to translate the new movies into other languages. RELEASE NOTES FOR XAOS VERSION 3.1.3 ------------------------------------ Using this release gcc version 4.0 should also compile the code, not only the 3.x versions. Two new fractal types were also added. In addition, the DirectX header files have been fixed. The French translations are updated. RELEASE NOTES FOR XAOS VERSION 3.1.2 ------------------------------------ This release is a fast bugfix for some gcc versions (or more precisely, there is a workaround for the B-B bug, see the ChangeLog for details). The example files were not able to load in version 3.1.1 and msgmerge was not recognized (this is fixed, however not tested yet). There are other small but irrelevant fixes (see ChangeLog), too. RELEASE NOTES FOR XAOS VERSION 3.1.1 ------------------------------------ This release is a CVS snapshot freeze for those who are using newer systems. The most important update is a fix for gcc-3.4. There are also - improvements in French and Spanish translations, - some more example files (contributed by Zsigmond Kovács), - some fixes which patch annoying problems.
2006-09-28Make this package build on 64-bit architectures. Patch provided byminskim2-1/+15
Shaun Amott in PR 34257.
2006-09-27Remove XFree86.joerg73-5469/+1
2006-09-26make sure the statvfs() hack does only apply to NetBSD, should fixdrochner2-6/+8
a build problem on Linux reported by Ondrej Tuma per PM
2006-09-25Forgotten patchsum. Thanks Greg.joerg1-2/+2
2006-09-25Fix building with gcc-3; PR#34601adam2-1/+15
2006-09-25Always use INSTALLMINORREV, eliminiating the special handling injoerg2-7/+10
FreeBSD. Bump revision. Tested by Peter Schuller.
2006-09-24Unbreak build on DragonFly and other systems without getpwuid_rjoerg3-3/+30
by just always using getpwuid. Since the applet is not threaded anyway, it doesn't make a difference. Bump revision. OK jmmv@
2006-09-24Change include from mozilla-gtk2 to seamonkey, in a comment.salo1-2/+3
2006-09-24Changes 2.10.2:adam4-41/+257
* Added --enable-atk=no option, to disable the build and use of the atkmm API, for use in embedded environments. * Documentation: - Book: Added Plug and Socket chapter to book, with example. Changes 2.10.1: * Button: fix typo in get_image_position() * Added MSVC support for 2.10
2006-09-22Remove Mac OS X shared object buildfix which is no longer necessary.tron2-12/+3
See http://bugzilla.gnome.org/show_bug.cgi?id=357209 for details.
2006-09-22make user's login photo display work again: the code checks whetherdrochner4-7/+44
the file (~/.face) is on a local filesystem which didn't work because it didn't recognize NetBSD's way to use statvfs() (I had to make the check for statvfs a bit weaker, hope that doesn't break on another platform.)
2006-09-22The GNUstep packages have GNUmakefile instead of Makefile.rillig1-1/+2
2006-09-20typoxtraeme1-2/+2
2006-09-20Make X11 dependency an option... and enabled by default as before.xtraeme1-1/+14
Requested by gdamore@.
2006-09-20De-OPSYS PLIST to match reality on !NetBSD. Bump revision.joerg2-4/+4
2006-09-20Since only NetBSD files are installed, don't use LOWER_OPSYS in PLIST.joerg2-5/+5
Bump revision.
2006-09-19Fix build on NetBSD-4.99.2. Tips for fix from yamt@wiz2-1/+32
ok markd@ "if it fixes the build"
2006-09-17Explicitly disable cups support to avoid installing some extra files.jmmv2-6/+14
Found under Mac OS X, which provides cups as part of the base system. Fixing this correctly could probably mean supporting cups as a native tool if available so that it worked as expected under those systems that have it (Mac OS X as said above). Plus I think it makes more sense to have an independent gtk2-cups package that provides this tiny bit.
2006-09-16This package's Makefile is called GNUmakefile.rillig1-1/+2
2006-09-16Add missing RCS Id.hira4-4/+8
2006-09-16Bump revisions due to gnome-vfs2 update: dbus-glib is now a dependency.jmmv20-26/+40
This fixes problems when some installed packages are outdated. Per wiz@'s request. Grrr, I really hate this kind of change.
2006-09-16Fix for CVE-2006-3739 and CVE-2006-3740.adrianp5-3/+95
2006-09-16There's no nb1 yet.joerg1-2/+2
2006-09-15add the new "printbackends" to owned directoriesdrochner1-2/+2
2006-09-15adapt to gtk update, bump PKGREVISIONdrochner4-10/+13
2006-09-15Update to 0.13.0:jmmv3-31/+8
* Fix for #344070, changed how the update is done to avoid bad blocks generated during this process. * Fix for #343689, adding contrast support to gnome-mag. Translations * Sayamindu Dasgupta (bn_IN), Dominique PELLE (eo), Rahul Bhalerao (mr), rajeev shrestha (ne) and Abel Cheung (zh_HK)
2006-09-15Update to 2.16.0:jmmv3-10/+37
============== Version 2.16.0 ============== * New Translations: bn (Runa Bhattacharjee) bn_IN (Runa Bhattacharjee) eu (Inaki Larranaga) fr (Benoit Dejean) lv (Latvian) mg (Thierry Randrianiriana) mn (Sanlig Badral) mr (Rahul Bhalerao) ne (Pawan Chitrakar) or (Subhransu Behera) sl (Matic Zgur) sv (Danial Nylander) ta (I. Felix) tr (Deniz Kocak) * Updated Translations: bg (Alexander Shopov) ca (Josep Puigdemont i Casamajo) da (Martin Willemoes Hansen) de (Christian Kinter) dz (Pema Geyleg) el (Kostas Papadimas) es (Francisco Javier F. Serrador) fa (Roozbeh Pournader) fi (Ilkka Touhela) gu (Ankit Patel) hi (Rajesh Ranjan) hu (Gabor Kelemen) ko (Changwoo Ryu) mk (Jovan Naumovski) nl (Wouter Bolsterlee) pl (GNOME PL Team) pt (Duarte Loreto) pt_BR (Leonardo Ferreira Fontenelle) ru (Leonid Kanter) sv (Daniel Nylander) th (Theppitak Karoonboonyanan) uk (Maxim Dziumanenko) vi (Clytie Siddall) zh_HK (Chao-Hsiung Liao) zh_TW (Chao-Hsiung Liao) ============== Version 2.15.1 ============== * Use po/LINGUAS. * Fix configure error on FreeBSD. * New Translations: cy (Rhys Jones) da (Martin Willemoes Hansen) * Updated Translations: et (Ivar Smolin) gl (Ignacio Casal Quinteiro) * Removed Translations: no_NO (Kjartan Maraas)
2006-09-15Update to 2.16.0:jmmv4-29/+48
=============== Version 2.16.0 =============== Translators * Kostas Papadimas (el) * Iñaki Larrañaga Murgoitio (eu) * Meelad Zakaria (fa) * Robert-André Mauchin (fr) * Rajesh Ranjan (hi) * Gabor Kelemen (hu) * Gintautas Miliauskas (lt) * Raivis Dejus (lv) * Jovan Naumovski (mk) * Subhransu Behera (or) * Duarte Loreto (pt) * Matic %GŽ%@gur (sl) * Theppitak Karoonboonyanan (th) * Deniz Koçak (tr) * Ching-Hung Lin (zh_HK) * Ching-Hung Lin (zh_TW) =============== Version 2.15.7 =============== Translators * Rostislav \"zbrox\" Raykov (bg) * Gil Forcada (ca) * Hendrik Richter (de) * Ivar Smolin (et) * Ilkka Tuohela (fi) * Ankit Patel (gu) * Gabor Kelemen (hu) * Satoru SATOH (ja) * Vladimer Sichinava (ka) * Changwoo Ryu (ko) * rizoye-xerzi (ku) * Ani Peter (ml) * Badral (mn) * Wouter Bolsterlee (nl) * Subhransu Behera (or) * Leonid Kanter (ru) * Daniel Nylander (sv) * Maxim V. Dziumanenko (uk) * Clytie Siddall (vi) =============== Version 2.15.6 =============== gnome-screensaver * Support drag-n-drop of themes to preferences dialog * Add support for embedding a keyboard in window * More memory usage reduction * Only allow a small number of queued key events Translators * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Ilkka Tuohela (fi) * Christophe Merlet (RedFox) (fr) * Ankit Patel (gu) * ahmad riza h nst (id) * %GŽ%@ygimantas Beru%Gč%@ka (lt) * Jovan Naumovski (mk) * Kjartan Maraas (nb) * Matic %GŽ%@gur (sl) * Theppitak Karoonboonyanan (th) =============== Version 2.15.5 =============== gnome-screensaver * Turn off themes when screen is not visible * Make the unlock dialog show on correct window under Xinerama * Prevent theme flickering from watchdog timer * Listen for HAL coffee key events * Ignore brightness key events gnome-screensaver-preferences * Populate themes list in an idle after startup Translators * Mahay Alam Khan (bn_IN) * Gil Forcada (ca) * Jakub Friedl (cs) * Hendrik Richter (de) * Kostas Papadimas (el) * Francisco Javier F. Serrador (es) * Priit Laes (et) * Ankit Patel (gu) * Rajesh Ranjan (hi) * Changwoo Ryu (ko) * Fano Rajaonarisoa (mg) * Daniel Nylander (sv) * Theppitak Karoonboonyanan (th) =============== Version 2.15.4 =============== gnome-screensaver * Override gtk+ theme background style * Use helper command to get best GL visual * Add a blocking inhibit option to the command-line tool * Add short options to the command-line tool * Misc memory reduction Translators * Rostislav \"zbrox\" Raykov (bg) * Mahay Alam Khan (bn_IN) * Jakub Friedl (cs) * Hendrik Richter (de) * Francisco Javier F. Serrador (es) * Ilkka Tuohela (fi) * Robert-André Mauchin (fr) * Ignacio Casal Quinteiro (gl) * Ankit Patel (gu) * Yaniv Abir (he) * Rajesh Ranjan (hi) * Raivis Dejus (lv) * Jovan Naumovski (mk) * Kjartan Maraas (nb) * Shyam Krishna Bal (ne) * Daniel Nylander (sv) * Felix (ta) * Theppitak Karoonboonyanan (th) =============== Version 2.15.3 =============== gnome-screensaver * Fully support PAM driving the unlock dialog * Only support one auth backend configured at build time * Don't try to unlock using root's password * DBUS API changes based on XDG feedback * Add docbook documentation (Richard Hughes) * Use replacable tokens in the lock dialog theme glade file * Set lock flag before activating (Rodrigo Moya) * Fix support for RUNNING_UNDER_GDM environment variable * Increase minimum distance the mouse must move to detect motion * Add theme engine profiling support * Switch user when double clicking in treeview * Don't reset throttle when deactivating * Try to grab keyboard before doing idle notice fade-out * Make activation wait for fade to complete. gnome-screensaver-preferences * Print a warning that locking is disabled when running as root Themes * (slideshow) Performance improvements (L. David Baron) Translators * Jakub Friedl (cs) * Francisco Javier F. Serrador (es) * Ankit Patel (gu) * Kjartan Maraas (nb) * Theppitak Karoonboonyanan (th) * Clytie Siddall (vi) =============== Version 2.15.2 =============== gnome-screensaver * Sync with FUSA code (fixes GDM configuration) * Make cancel close the unlock dialog * Make button presses and scroll events request an unlock * Send DBUS signals before/after authentication is requested * Various fixes for async fade out * Fix potential crasher when poked while fading * Support short username in themed dialog (Matthias Clasen) Themes * (popsquares) Fix crash when window is NULL (Joe Marcus Clarke) Translators * Francisco Javier F. Serrador (es) * Ignacio Casal Quinteiro (gl) * Ankit Patel (gu) * Kjartan Maraas (nb) * Chao-Hsiung Liao (zh_HK) * Chao-Hsiung Liao (zh_TW) =============== Version 2.15.1 =============== gnome-screensaver * Add support for theming the lock dialog * Use OpenGL to get the best visual and use it * Shorten mouse poll interval * New DBUS API for throttle and inhibit * Support themes in all XDG dirs (including $HOME) * Make caps-lock warning more accurate gnome-screensaver-preferences * Add fullscreen preview * Update wording Translators * Priit Laes (et) * Ilkka Tuohela (fi) * Ignacio Casal Quinteiro (gl) * Ankit Patel (gu) * Clytie Siddall (vi)
2006-09-15Update to 2.16.0:jmmv3-15/+13
2.16.0 Stuff: - Minor improvements to SDTLOGIN logic, used on Solaris to drop the Xserver to user permissions for added security. - Translation updates (Subhransu Behera, \305\275ygimantas Beru\304\215ka, Runa Bhattacharjee, Stanislav Brabec, Abel Cheung, Theppitak Karoonboonyanan, Gabor Kelemen, Duarte Loreto, Jordi Mallach, Jovan Naumovski, Roozbeh Pournader, Josep Puigdemont i Casamaj\303\263, Rajesh Ranjan, Hendrik Richter, Danilo \305\240egan, Mugurel Tudor, Funda Wang, Matic \305\275gur) - Highlights from the 2.15 release cycle. GDM was enhanced to use giochannel for communication between the daemon and slaves and goption instead of popt. gdmsetup startup performance improved, and the "Options" button usability has been further improved. The following bugs were fixed. 327530 - Ensure login window always has focus. 341619 - No longer save "Failsafe" sessions as user's default login. 2.15.10 Stuff: - Now gdmlogin centers cursor in the GUI to ensure that the login window always has focus. Fixes bug 327530. - Translation updates (Subhransu Behera, Rahul Bhalerao, Wouter Bolsterlee, Maxim Dziumanenko, Artur Flinta, Leonid Kanter, Gabor Kelemen, Priit Laes, Ani Peter, Hendrik Richter, Satoru SATOH, Funda Wang 2.15.9 Stuff: - The iochannel fix in 2.15.8 broke the face browser when using gdmgreeter. Now fixed. (Ray Strode) - Fix so that focus never leaves the user/password entry when using the gdmgreeter Options button. The previous fixes for this didn't take into account the situation where the user pops up the menu, but doesn't select an option. (Brian Cameron) - Fix error message that gets printed when you try to run GDM daemon as a non-root user. (Brian Cameron) - The configure script now supports the Xserver installed in /usr/bin/Xorg. (Ray Strode) - Remove calls to syslog/malloc that are called from inside signal handlers, since they are not safe. (Ray Strode) - Improved commands in GDM configuration files. (Brian Cameron) - Translation updates (Subhransu Behera, Rahul Bhalerao, Inaki Larranaga, Jovan Naumovski, Ankit Patel, Ani Peter) 2.15.8 Stuff: - Fix to bugs causing gdmchooser to core dump when started. (Brian Cameron) - Translation updates (Pawan Chitrakar, Christophe Merlet, Francisco Javier F. Serrador) 2.15.7 Stuff: - Now GDM does not save Failsafe GNOME or Failsafe Xterm as the user's default session, so the user does not lose their default setting when using Failsafe (bug #341619). (Brian Cameron) - Updated GDM's slave/daemon message handling so it uses giochannel internal buffering. This should prevent messages from getting lost. (Ray Strode) - Performance improvements to gdmsetup start-up. (Ray Strode) - Fix for compiling with GCC 2.95. (Jens Granseuer) - Translation updates (Beno\303\256t Dejean, Christophe Merlet, Lukas Novotny, Ahmad Riza H Nst, Kostas Papadimas, Hendrik Richter) 2.15.6 Stuff: - Timed Login message fixed so it works when TimedLogin is set to a piped script. - Fix decoding of suspend command so it works. - Make sure that focus is returned to entry after dialogs are launched from the new Options button. - NoHost icon updated to use official GNOME logo. New default face image with a facelift. - Scrolling regions in gdmsetup User tab are now scrollable vertically, improving UI experience. gdmsetup now generates a proper error message and fails when it can't find the custom configuration file. - Translation updates (Runa Bhattacharjee, Raivis Dejus, I. Felix, Yair Hershkovitz, Inaki Larranaga, Chao-Hsiung Liao, Dukas Novotny, Daniel Nylander, Rajesh Ranjan, Hendrick Richter, Ilkka Tuohela) 2.15.5 Stuff: - Correction to autologin PAM service name so automatic login works. (Brian Cameron) - Fix compiler warnings that were causing core dumping issues on some platforms (Brian Cameron) - Translation updates (Josep Puigdemont Casamaj\303\263, Changwoo Ryu) 2.15.4 Stuff: - Correction for serious security issue where the user can enter the GDM configuration GUI with a user password when the Face Browser is enabled. Refer to bugzilla.gnome.org bug #343476 (Brian Cameron) This issue impacts all versions of GDM 2.8.0.0-2.8.0.7, 2.14.0-2.14.7, and 2.15.0-2.15.3. This issue was reported to vendor-sec one week ago and has ID #CVE-2006-2452. - Fixed bug where when the "Include All" button is modified in the Users tab, the Automatic/Timed login dropdown lists update properly. (Brian Cameron) - Now gdmflexiserver calls gdmcomm_check with FALSE so it will not pop up a dialog. gdmflexiserver can be run with the --command option which can be used when the user does not have permission to a DISPLAY, so trying to show a dialog was causing gdmflexiserver to core dump when the check failed. (Brian Cameron) - Added gestures to the AccessKeyMouseEvents configuration file so that users can access more accessibility features using dwell gestures. (Brian Cameron) - Now Welcome message is saved in the configuration file in UTF-8 format for better readibility. (Frederic Peters) - The GDM daemon once again supports the -nodaemon option. (Ray Strode) - Improvements to Face Browser. Now do not ask the user to re-enter username on password failure. The cancel button must now be used to unselect a user. (Brian Cameron) - Now when GTK+ style buttons are used in gdmgreeter themes, focus always returns to the entry field after clicking on a button. (Brian Cameron) - Now per-display configuration works for greeter/SystemMenu and greeter/ChooserButton keys. (Brian Cameron) - "make install" no longer fails if chown fails. (Brian Cameron) - If authdir is the fallback dir. If not, and GDM cannot access the user's $HOME directory, then try and use the fallback directory. (Arjan Timmerman) - Translation updates (Pema Geyleg, Theppitak Karoonboonyanan, Gabor Kelemen, Priit Laes, Kjartan Maraas, Ankit Patel, Ignacio Casal Quinteiro, Francisco Javier F. Serrador, Clytie Siddall, Alexander Shopov, Vincent van Adrighem) 2.15.3 Stuff: - No longer use popt in favor of glib's GOption command line parsing. Note that this removes the single-dash options GDM used to support (such as the gdm -nodaemon option which is now --nodaemon) which were originally supported so GDM would be more like XDM. Users who depend on the single dash options will need to change to use the non-deprecated double-dash options. (Christian Kirbach) - Fix bug that was causing ShowGnomeFailsafeSession and ShowGnomeXtermSession configuration values to not work. (Brian Cameron) - Now add gdm-ssh-session to distribution tarball, and fix the ssh-session.desktop file so that it sets the right TryExec value even if --libexecdir isn't passed into configure. (Brian Cameron) - Use ngettext in gui/gdmcommon.c for building the Timed Login message. (Benoit Dejean) - Translation updates (Chao-Hsiung Liao, Gora Mohanty, Ankit Patel) 2.15.2 Stuff: - Correct build to include translation files. - Fix layout of new buttons in gdmgreeter themes. - Translation updates (Alexander Shopov) 2.15.1 Stuff: - Correct double free that was causing a core dump in the last release. (Joe Marcus Clark) - Improvements to signal handling, fixing problem where GDM slave can hang on read. Fixes bug #336549. (Ed Catmur, Brian Cameron) - "Start Over" string changed to "Start Again" after another round of UI review (Brian Cameron, Calum Benson) - Better configure support for FreeBSD. Now the default configuration should be better integrated with kernel/system interfaces. (Joe Marcus Clark) - Fix security/AllowRemoteAutoLogin and fix SuspendCommand configuration so it honors SystemMenu. (Brian Cameron) - Correct installation of gdm-ssh-session and now the desktop file is translated. (Brian Cameron) - Correct invocation of PreFetch, when enabled, so it only executes once. (Brian Cameron) - Translation updates (Josep Puigdemont Casamaj\303\263, Beno\303\256t Dejean, Pema Geyleg, Inaki Larranaga, Daniel Nylander, Ignacio Casal Quinteiro, Francisco Javier F. Serrador, Alexander Shopov, Ilkka Tuohela, Funda Wang) 2.15.1 stuff: - Explicitly adjust the effective GID before running the child session program to avoid remaining with high privileges. Fixes bug #340347. (Julio M. Merino Vidal) - Now allow the PAM Stack to be specified in the GDM configuration instead of being hardcoded to "gdm". (Brian Cameron) - Per-display configuration is now supported. The user may create /etc/gdm/custom.conf:<dispnum> files (/etc/gdm/custom.conf:0 for display :0) and GUI related configuration settings in the per-display file will override for that display. (Brian Cameron) - Greeter themes now support real GTK+ button types, making gdmgreeter better support a11y and allow GTK themeable buttons. (Brian Cameron) - New pam-error-logo greeter type to allow an image to be displayed only when the PAM error message label is showing a message. (Brian Cameron) - Updated config/gettextfoo.h to reflect current strings for translation. Fixes bug #340017. (Brian Cameron) - Updated comments in GDM configuration files (Brian Cameron) - GDM now uses the string "Start Over" instead of "Cancel" in the GUI. (Brian Cameron) - Many updates to documentation. Explain gtk-theme greeter tag, new button and pam-error-icon, and startover greeter types, and better info about PAM. (Brian Cameron)
2006-09-15Update to 2.16.0:jmmv3-96/+81
Zenity 2.16.0 ============== " Sixteen! Yeah! " * New and updated translations - Ani Peter (ml) - Ahmad Riza H Nst (id) - Jordi Mas (ca) - Runa Bhattacharjee (bn_IN) - Khandakar Mujahidul Islam (bn) - Duarte Loreto (pt) - Maxim Dziumanenko (uk) - Kostas Papadimas (el) Zenity 2.15.92 ============== " Midnight " * New and updated documentation translations - Christophe Bliard (fr) * New and updated translations - Clytie Siddall (vi) - Vladimer Sichinava (ka) - Leonid Kanter (ru) - Gabor Kelemen (hu) - Matic ¿gur (sl) - Artur Flinta (pl) - Satoru Satoh (ja) - Gintautas Miliauskas (lt) - Raphael Higino (pt_BR) Zenity 2.15.91 ============== " So what? " * New and updated translations - Abel Cheung (zh_HK) - Jovan Naumovski (mk) - Runa Bhattacharjee (bn_IN) - Inaki Larranaga (eu) Zenity 2.15.90 ============== " Kryptonite " * About dialog update (Lucas Rocha) * Text entry activation makes dialog return (Lucas Rocha) [#347340] * Correctly handle stdin input on text info dialog (Lucas Rocha) [#336736] * Port notification to GtkStatusIcon (Christian Persch) [#341451] * New and updated translations - Marcel Telka [sk] - Francisco Javier F. Serrador [es] - Ankit Patel [gu] - Priit Laes [et] - Kjartan Maraas [nb] - Hendrik Richter [de] - Theppitak Karoonboonyanan [th] - Rajesh Ranjan [hi] - I. Felix [ta] - Dzongkhalinux, DIT [dz] - Raivis Dejus [lv] - Ilkka Tuohela [fi] - Runa Bhattacharjee [bn_IN] - Inaki Larranaga [eu] - Rostislav Raykov [bg] - Christophe Merlet, Benoît Dejean [fr] - Daniel Nylander [sv] - Josep Puigdemont Casamajó [ca] - Vincent van Adrighem [nl] Zenity 2.15.2 ============== " What are you waiting for, dude? " * Build infrastructure revamp (Christian Persch) [#341056] * New dropdown menu on entry dialog (Diego Urrelo) [#311038] Zenity 2.15.1 ============== " Nuk inda Kuk! " * Implementation of "message" command on notification which pops notification bubbles. Implemented with libnotify (Davyd Madeley) * New --confirm-overwrite to file selection dialog to pop confirmation dialog when selection an existing filename (Lucas Rocha) * Quit zenity on about dialog response. Fixes bug (Lucas Rocha) [#336505] * Manpage fixes (Lucas Rocha) [#336751] * Small memory allocation fixes (Behdad Esfahbod) [#338038] * Remove xlibs dependency (Lucas Rocha) [#338102] * Use of po/LINGUAS file (Lucas Rocha) * New and updated documentation translations - Maxim Dziumanenko [uk] * New and updated translations - Gora Mohanty [or] - Ignacio Casal Quinteiro [gl] - Åsmund Skjæveland [nn] - Clytie Siddall [vi] - Kjartan Maraas [no]
2006-09-15Update to 1.8.0:jmmv4-44/+35
News in 1.8.0 ------------- * Added text/x-gettext-translation-template to the list of mime-types in po.lang * Updated translations News in 1.7.2 ------------- * add an 'indent-on-tab' property to indent the selected text using the tab key * highlight fortran operators * Updated translations News in 1.7.1 ------------- * New Lang files (D, boo) * Updated translations
2006-09-15Update to 2.16.0:jmmv4-23/+27
============== Version 2.16.0 ============== Misc * Updated splash screen (Andreas Nilsson, Vincent) Translators * Jordi Mallach (ca) * Kostas Papadimas (el) * Robert-André Mauchin (fr) * Rajesh Ranjan (hi) * Gabor Kelemen (hu) * Gintautas Miliauskas (lt) * Raivis Dejus (lv) * Duarte Loreto (pt) * Vasiliy Faronov (ru) * Felix (ta) =============== Version 2.15.92 =============== Session Manager * Fix crash caused by debug output on Solaris (Brian Cameron) Translators * Rostislav "zbrox" Raykov (bg) * Khandakar Mujahidul Islam (bn) * Mindu Dorji (dz) * Mate ORY (hu) * Satoru SATOH (ja) * Young-Ho Cha (ko) * Artur Flinta (pl) * Matic Žgur (sl) * Daniel Nylander (sv) * Maxim Dziumanenko (uk) * Clytie Siddall (vi) * Funda Wang (zh_CN) =============== Version 2.15.91 =============== Session Manager * Fix leaks (Rodrigo Moya, Vincent) * Use GOption (Michael Terry) * Make it possible to really disable the login sound (Vincent) * Set the right parent window for an error dialog (Vincent) * Update keyring daemon DISPLAY environment variable if it's already running (Jon Nettleton) * Fix sensitivity of edit/delete buttons when editing sessions (Don Scorgie, Vincent) * Add support for e16 window manager in gnome-wm (Kim Woelders) * Fix edition of startup programs containing a space in a command line argument (Vincent) * Fix warning (Kjartan Maraas) * Backward compatibility to run orca if gnopernicus is not available and the gconf key is set to gnopernicus (Bill Haneman, Willie Walker) Misc * Add gnome-keyring dependency (Vincent) Translators * Runa Bhattacharjee (bn_IN) * Rhys Jones (cy) * Jochen Skulj (de) * Francisco Javier F. Serrador (es) * Priit Laes (et) * Iñaki Larrañaga Murgoitio (eu) * Ilkka Tuohela (fi) * Ankit Patel (gu) * Fano Rajaonarisoa (mg) * Jovan Naumovski (mk) * Ani Peter (ml) * Kjartan Maraas (nb) * Tino Meinen (nl) * Subhransu Behera (or) * A S Alam (pa) * Evandro Fernandes Giovanini (pt_BR) * Duarte Loreto (pt) * Leonid Kanter (ru) * Marcel Telka (sk) * Jayaradha N (ta) * Theppitak Karoonboonyanan (th) * Woodman Tuen (zh_HK) * Woodman Tuen (zh_TW) =============== Version 2.15.90 =============== Translators * Subhransu Behera (or) ============== Version 2.15.4 ============== Session Manager * Improve verbosity string (Glynn Foster) * Fix critical warning when removing a client (Kjartan Maraas) * Create autostart directory if it doesn't exist (Ray Strode) * Give generated desktop filenames .desktop extension when encountering naming conflicts (Ray Strode) * Launch gnome-settings-daemon through dbus (Sergey Udaltsov) Misc * Use po/LINGUAS (Claudio Saavedra) * Require intltool 0.35.0 (Vincent) * Add gnome-settings-daemon (from gnome-control-center) dependency (Sergey Udaltsov) * Add dbus dependency (Vincent) Translators * Khandakar Mujahidul Islam (bn_IN) * Guillaume Savaton (eo) * Laurent Richard (fr) * Young-Ho Cha (ko) * Rahul Bhalerao (mr) * Pablo Saratxaga (wa) ============== Version 2.15.1 ============== Session Manager * Use libgnomeui functions instead of libegg (Vincent) * Fix "try again" dialog never disappearing (Frédéric Crozat) * Fix crash in 64 bits computers (Joe Marcus Clarke) * Reduce default verbosity (Fryderyk Dziarmagowski) Translators * Mindu Dorji (dz)
2006-09-15Update to 2.16.0:jmmv3-12/+16
2.16.0 === Bug 354056 : Build broken: missing help/fr/Makefile.am Bug 351319 : crash on Terminal Patch from Mariano Suárez-Alvarez Part of Bug 352873 : crash in Terminal: Edit current profile aft... Patch from Mariano Suárez-Alvarez Bug 353020 : Detaching a tab does not preserve the size Patch from Mariano Suárez-Alvarez Bug 336943 : Critical warning and crash in gnome-terminal Patch from Mariano Suárez-Alvarez Bug 138609 : Next/prev TAB keybindings should not be passed through on first/last tab Patch from Bastien Nocera Fix intltool req. [Kjartan Maraas] 2.15.4 === Bug 349459 : does not assert dependency on gdk 2.10 Bug 85926 : dnd'd filenames should be escaped Patch from Thomas Folz-Donahue 2.15.3 === Bug 324426 : Open/close tab adds row to terminal Patch from Eric Anderson Bug 336947 : [patch] Redundant vte_terminal_set_font_full() calls Patch from Aivars Kalvans This change, with the respective change in vte-0.13.4, improves g-t's startup time around 20%. 2.15.2 === - Use real transparency when it's available (bug #345378, Kristian Høgsberg) - Improve the dialog to ask for confirmation when closing a window with more than one tab open. (bug #345166) 2.15.1 === - Use intltool 0.35 to fix the bug with no translations in tarball. (bug #342068) - Remove the m4 directory. 2.15.0 === Thanks for this release go to Behdad Esfahbod, Guilherme de S. Pastore, Tommi Vainikainen and all the translators listed below. - Migrated to gnome-doc-utils. - Migrated to po/LINGUAS (bug #337904). - Exports authentication proxy settings (bug #339134). - Correctly recognizes Xrender on Solaris (bug #339979). - Fixes the close button of the about dialog (bug #335945). - Includes final slashes on URL highlighting (bug #329003). - Eliminates superfluous resize on drag-n-drop (bug #336325). - Stores the position of the window on session save (bug #336910). - New and updated translations: * Belarusian [Ales Nyakhaychyk] * Dutch [Wouter Bolsterlee] * Dzongkha [Tommi Vainikainen] * Estonian [Ivar Smolin] * French [Laurent Richard] * Georgian [Vladimer Sichinava] * Hungarian [Gabor Kelemen] * Spanish [Francisco Javier F. Serrador]
2006-09-15Update to 0.14.0:jmmv6-54/+14
0.14.0 Minor doc syntax update. Fix bug causing empty lines to not being copied. 0.13.7 Bug 350236 : Cannot copy text; invalid character sequence errors Bug 352439 : URL highlighting seriously broken Bug 351494 : Gnome-terminal doesn't kills bash on tab close Patch from Aivars Kalvans Bug 352365 : font caching problem for not-found glyphs 0.13.6 Bug 351696 : crash on Terminal, check ->window before setting icon/window title Bug 350623 : Accessible text getTextAtOffset is broken Patch from Willie Walker 0.13.5 Bug 158200 : terminal backspace behavior not set to UTF-8 mode Based on patch from Egmont Koblinger Bug 348814 : crash on Terminal Patch from Aivars Kalvans 0.13.4 Fix selection that I broke in last release. Bug 336947 : [patch] Redundant vte_terminal_set_font_full() calls Patch from Aivars Kalvans Bug 134800 : gnome-termnal hung up when input by ATOK Patch from Yukihiro Nakai <nakai@gnome.gr.jp> Bug 339983 : gnome-pty-helper should log username Patch from Brian Cameron 0.13.3 Bug 121904 : copy-paste of empty line Bug 25290 : Small UI tweak to select-by-word (only select only letter at a time for non-word characters) Bug 339986 : Patch to select localized strings exactly Patch from Takao Fujiwara Bug 311855 : Race in vte leads to blocking of input. Patch from Kalle Raiskila Bug 342396 : Ctrl-space sends " ", not NUL. Bug 345377 : real transparency Patch from Kristian Høgsberg <krh redhat.com> Bug 345514 : -no-undefined doesn't work with latest libtool Bug 141985 : vte does not respond to 'CSI 2 1 t' or 'CSI 2 0 t' with the correct window/icon title Patch from Mariano Suárez-Alvarez 0.13.2 Bug 344666 : Problems with *_CFLAGS and *_LDFLAGS in makefiles Patch from Stepan Kasal <kasal@ucw.cz>. Bug 339529 : gnome-terminal (vte) crashes when detatched window is closed Bug 342549 : uninitialized var (coverity) Patch from Paolo Borelli. Bug 342082 : vte_invalidate_region() may check whether terminal is realiazed or not Patch from Kouhei Sutou. Bug 340363 : vte Cygwin build fixes Patch from Cygwin Ports maintainer Bug 341793 : vte.h doesn't need to include X11/Xlib.h Patch from Kouhei Sutou Require intltool 0.35.0 to have translations in the dist tarballs. Fix typo which may have been causing things like crashes. 0.13.1 Use intltool 0.34.90 to make sure tarball includes po files. Bug 339980 : nativeecho needs glib in LDADD to build on Solaris Patch from Brian Cameron. Bug 331803 : style needs to be attached/detached to the window on realize/unrealize Patch from Benjamin Berg <benjamin@sipsolutions.net>. Pass -no-undefined linker flag. 0.13.0 Removed obsolete #ifde GTK_CHECK_VERSION(2,2,0) checks. Bug 339448 : selection doesn't respect hard newlines Bug 148720 : Word selection erroneously captures text from next line Bug 126376 : Uncoinditional definition of _XOPEN_SOURCE breaks build on NetBSD Bug 97719 : Selection: double/triple click doesn't cross line boundaries Bug 160782 : Vte isn't multi-screen safe Bug 330441 : Remove libzvt support Bug 328850 : Crash when pasting selection Bug 160134 : mouse events occurring past column 95 are not passed through to terminal application New public function vte_terminal_feed_child_binary Bug 135230 : Feature request to attach VTE to existing pty New public function vte_terminal_set_pty Bug 337442 : [patch] Reduce .plt section We use a regexp to limit exported symbols now. Bug 142247 : use of uninitialized value Bug 149633 : gnome-terminal messes up boxdrawing chars aligment Bug 144456 : UK pound currency symbol rendered incorrectly Bug 307403 : xticker doublefree Bug 337877 : Patch to use po/LINGUAS Bug 337552 : Insufficient version requirement for gtk+ Bug 168251 : add support for 256 colors terminals Bug 120276 : Wishlist: Support Rectangular Selection Bug 336117 : [patch] Use g_slice API Bug 336128 : vim scrolling issues - emulation errors Bug 334385 : Use intltool Bug 104841 : scrolling doesn't work inside "screen" windows Bug 333768 : vteapp debug stuff should be conditional
2006-09-152.16.0jmmv3-350/+1135
====== Bugfixes/features: * Clarius theme removed, as no longer need. Clearlooks metatheme reverted to using Clearlooks gtk+ theme. * Fixes to the Mist icon theme * New Crux icon theme See ChangeLog for a full list of changes New/Improved translations: Jordi Mallach (ca), Kostas Papadimas (el), Robert-André Mauchin (fr), Rajesh Ranjan (hi), Gabor Kelemen (hu), Gintautas Miliauskas (lt), Raivis Dejus (lv), Jovan Naumovski (mk), Rahul Bhalerao (mr), Duarte Loreto (pt), Leonid Kanter (ru), Matjaž Horvat (sl), Горан Ракић (sr), Felix (ta), Maxim Dziumanenko (uk) 2.15.92 ======= Bugfixes/features: 2006-08-15 Kjartan Maraas <kmaraas@gnome.org> * configure.in: Require intltool 0.35.0 to make sure translations work with the po/LINGUAS scheme. 2006-08-08 Thomas Wood <thos@gnome.org> * configure.in: Fail if icon-naming-utils not found * desktop-themes/Mist/index.theme.in: Use Mist rather than Flat-Blue for the icon theme * icon-themes/Mist/index.theme.in: * icon-themes/Mist/scalable/Makefile.am: * icon-themes/Mist/scalable/{actions,status}: * Start to make the Mist icon theme actually work New/improved translations: 2006-08-19 Alexander Shopov <ash@contact.bg> * bg.po: Updated Bulgarian translation by Alexander Shopov <ash@contact.bg> 2006-08-18 Thierry Randrianiriana <randrianiriana@gmail.com> * mg.po: Added Malagasy translation. * LINGUAS: Added 'mg'. 2006-08-17 Satoru SATOH <ss@gnome.gr.jp> * ja.po: Updated Japanese translation. 2006-08-17 Artur Flinta <aflinta@cvs.gnome.org> * pl.po: Updated Polish translation by GNOME PL Team. 2006-08-16 Daniel Nylander <po@danielnylander.se> * sv.po: Updated Swedish translation. 2006-08-16 Gabor Kelemen <kelemeng@gnome.hu> * hu.po: Translation updated. 2006-08-15 Clytie Siddall <clytie@riverland.net.au> * vi.po: Updated Vietnamese translation. 2006-08-12 Changwoo Ryu <cwryu@debian.org> * ko.po: Updated Korean translation. 2006-08-11 Hendrik Richter <hendrikr@gnome.org> * de.po: Updated German translation. 2006-08-10 Guntupalli Karunakar <karunakar@freedomink.org> * dz.po: Updated Dzongkha translation by Dzongkhalinux team, DIT 2006-08-09 Funda Wang <fundawang@linux.net.cn> * zh_CN.po: Updated Simplified Chinese translation. 2.15.91 ======= New features: * Updates to the HighContrast SVG theme * Improved Glider theme * New Mist icon theme * New Clarius theme to use as the default theme in GNOME New/improved translations: 2006-08-07 Inaki Larranaga <dooteo@euskalgnu.org> * eu.po: Updated Basque translation. 2006-08-07 Jakub Friedl <jfriedl@suse.cz> * cs.po: Updated Czech translation 2006-08-06 Ani Peter <peter.ani@gmail.com> * ml.po: Updated Malayalam translation 2006-08-05 Chao-Hsiung Liao <j_h_liau@yahoo.com.tw> * zh_HK.po: Updated Traditional Chinese translation(Hong Kong). * zh_TW.po: Updated Traditional Chinese translation(Taiwan). 2006-08-03 Kjartan Maraas <kmaraas@gnome.org> * nb.po: Updated Norwegian bokmål translation. 2006-08-02 Runa Bhattacharjee <runabh@gmail.com> * bn_IN.po: Updated Bengali India Translation. 2006-07-29 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Translation updated by Tino Meinen. 2006-07-28 Theppitak Karoonboonyanan <thep@linux.thai.net> * th.po: Updated Thai translation. 2006-07-27 Ilkka Tuohela <hile@iki.fi> * fi.po: Updated Finnish translation. 2006-07-26 Ankit Patel <ankit644@yahoo.com> * gu.po: Updated Gujarati Translation. 2006-07-26 Francisco Javier F. Serrador <serrador@openshine.com> * es.po: Updated Spanish translation. 2.15.90 ======= New features: 2006-07-23 Luca Ferretti <elle.uca@libero.it> Many new and improved HighContrast-SVG icons. New/improved translations: 2006-07-23 Changwoo Ryu <cwryu@debian.org> * ko.po: Updated Korean translation. 2006-07-18 Guntupalli Karunakar <karunakar@freedomink.org> * dz.po: Updated Dzongkha translation by Dzongkhalinux team, DIT 2006-07-18 Hendrik Richter <hendrikr@gnome.org> * de.po: Updated German translation. 2006-07-16 Benoît Dejean <benoit@placenet.org> * fr.po: Updated French translation. 2006-07-16 Daniel Nylander <po@danielnylander.se> * sv.po: Updated Swedish translation. 2.15.4 ====== New features: 2006-07-09 Luca Ferretti <elle.uca@libero.it> Many new and improved HighContrast-SVG icons. 2006-07-05 Thomas Wood <thos@gnome.org> Remove unmaintained themes from distribution (Grand-Canyon, Ocean-Dream, Simple & Smokey-Blue). Bugfixes: 2006-06-30 Thomas Wood <thos@gnome.org> * gtk-themes/Simple/gtkrc: Fix bug 140660 (Dialog buttons change size when they get focus) New/improved translations: 2006-07-06 Inaki Larranaga <dooteo@euskalgnu.org> * eu.po: Updated Basque translation. 2006-07-06 Alexander Shopov <ash@contact.bg> * bg.po: Updated Bulgarian translation by Alexander Shopov <ash@contact.bg> 2006-07-03 Runa Bhattacharjee <runabh@gmail.com> * bn_IN.po: Added Bengali India Translation * LINGUAS: Added Bengali India (bn_IN) to the list of languages. 2006-07-03 Ilkka Tuohela <hile@iki.fi> * fi.po: Updated Finnish translation. 2006-06-26 Kjartan Maraas <kmaraas@gnome.org> * nb.po: Updated Norwegian bokmål translation. 2006-06-26 Abel Cheung <abel@oaka.org> * zh_HK.po, zh_TW.po: Updated traditional Chinese translation. 2006-06-15 Theppitak Karoonboonyanan <thep@linux.thai.net> * th.po: Updated Thai translation. 2006-06-14 Francisco Javier F. Serrador <serrador@openshine.com> * es.po: Updated Spanish translation. 2006-06-13 Priit Laes <amd@store20.com> * et.po: Translation updated. 2.15.3 ====== 2006-06-09 Elijah Newren <newren gmail com> * po/LINGUAS: Remove the obsolete 'no' translation. 2006-06-08 Thomas Wood <thos@gnome.org> Remove more unused files. Also helps close Bug 320458 - Useless configure checks 2006-06-08 Thomas Wood <thos@gnome.org> Applied patch from Bug 337978 - [PATCH] Use po/LINGUAS 2006-05-18 Thomas Wood <thos@gnome.org> Removed redundant files 2006-05-18 Thomas Wood <thos@gnome.org> Removed "Traditional" theme New/updated translations: 2006-05-16 Ignacio Casal Quinteiro <nacho.resa@gmail.com> * gl.po: Updated Galician Translation. 2006-05-16 Ankit Patel <ankit644@yahoo.com> * gu.po: Updated Gujarati Translation. 2.15.2 ====== New features: Add link-color and visited-link-color properties to HighContrast themes' gtkrc files. (Calum Benson) Do icon-name-mapping on HighContrast-SVG icon theme if you have icon-naming-utils installed; otherwise don't... (Calum Benson) 2.15.1 ====== New features: 2006-04-24 Calum Benson <calum.benson@sun.com> Add Luca Feretti's SVG High Contrast icons. http://bugzilla.gnome.org/show_bug.cgi?id=319041 New/updated translations: 2006-04-17 Kjartan Maraas <kmaraas@gnome.org> * configure.in: Remove obsolete entry for no_NO * po/no.po: And the translation.
2006-09-15Update to 2.16.0:jmmv5-70/+208
Changes in GNOME-Applets 2.16.0 =============================== "Codename Pantomime" This is it, the brass ring, the 2.16 GNOME applets release. This is the release that will mean so much to so many people. Thanks to everyone who contributed, to get the full list of changes, you'll have to read back a ways. Changes (since 2.15.90): - reenable stickynotes (Davyd Madeley) - geyes: new Tango based theme (Davyd Madeley, Andrew Kerr) - modemlights: latest icons (Lapo Calamandrei, Davyd Madeley) Translations: - eu (Inaki Larranaga) - ca (Jordi Mallach, Xavier Conde Rueda, Josep Puigdemont i Casamajó) - or (Subhransu Behera) - el (Kostas Papadimas, Nikos Charonitakis) - bn_IN (Runa Bhattacharjee) - bg (Alexander Shopov) - mk (Jovan Naumovski, Arangel Angov) - hi (Rajesh Ranjan) - pt (Duarte Loreto) - hu (Gabor Kelemen) - nl (Tino Meinen, Wouter Bolsterlee) - fr (Robert-André Mauchin) - lt (Gintautas Miliauskas) - vi (Clytie Siddall) - th (Theppitak Karoonboonyanan) - de (Hendrik Richter) - fi (Ilkka Tuohela) - sl (Matic Zgur) - sv (Daniel Nylander) - ml (Ani Peter) - es (Francisco Javier F. Serrador) - gu (Ankit Patel) - ja (Satoru SATOH) - ru (Leonid Kanter) - et (Priit Laes) - mg (Thierry Randrianiriana) Changes in GNOME-Applets 2.15.90 ================================ "Codename Kinetica Perpetua" This is the release candidate of GNOME-Applets. Changes: - Stickynotes transparently upgrades to Tomboy (Davyd Madeley) - new icons for everything except GSwitchit and Invest Applet (Lapo Calamandrei, Davyd Madeley) - Multiload: compiler compatibility fixes (Brian Cameron) - CpuFreq: reduce numb er of file reads (Carlos Garcia Campos) - CpuFreq: plugged memory leak (Paolo Borelli) - Gweather: remove dead locations from Locations DB (Davyd Madeley) - Invest: fix bugs and installation problems (Davyd Madeley) - Invest: fix localisation (Wouter Bolsterlee) - mixer: plug memory leak (Paolo Borelli) - transapplet: plug memory leak (Paolo Borelli) Translations: - ml (Ani Peter) - ca (Zavier Conde Rueda) - ka (Vladimer Sichinava) - sv (Daniel Nylander) - bg (Alexander Shopov) - ku (Erdal Ronahi) - id (Ahmad Riza H Nst) - ja (Satoru SATOH) - es (Francisco Javier F. Serrador) - ku (Rêzan Tovjîn) - sl (Matic Žgur) - ru (Leonid Kanter) - hu (Mate ORY) - de (Jochen Skulj) - gu (Ankit Patel) - vi (Clytie Siddall) - uk (Maxim Dziumanenko) - fi (Ilkka Tuohela) - mg (Thierry Randrianiriana) - et (Priit Laes) - mk (Jovan Naumovski) - ko (Changwoo Ryu) - nl (Wouter Bolsterlee) - dz (Guntupalli Karunakar) - nb (Kjartan Maraas) - th (Theppitak Karoonboonyanan) - pl (Artur Flinta) - or (Subhransu Behera) Changes in GNOME-Applets 2.15.3 =============================== "Codename Vegematables" Changes: - Fix trashapplet/drivemount .server files (Davyd Madeley) - gswitchit fixes (Sergey Udaltsov) - libgweather: check for NULL pointers (Kevin Bauder) - mixer: set ATK names (Ronald S. Bultje) - multiload: update tooltip only when needed (Benoit Dejean) - multiload: use inbuild panel transparency API (Benjamin Otte) - drivemount: use GNOME-VFS to determine if a drive needs ejecting or unmounting (Martin Pitt) - gweather: make applet display properly on vertical panels (Joshua Crawford) Translations: - eu (Inaki Larranaga) - ml (Ani Peter) - lv (Raivis Dejus) - mr (Rahul Bhalerao) - mk (Jovan Naumovski) - nb (Kjartan Maraas) - zh_CN (Funda Wang) - cy (Rhys Jones) - es (Francisco Javier F. Serrador) - or (Subhransu Behera) - gu (Ankit Patel) - nl (Tino Meinen) - fi (Ilkka Tuohela) - id (Ahmad Riza H Nst) - sl (Matic Žgur) Changes in GNOME-Applets 2.15.2 =============================== "Codename Cauchy" This is the first beta of GNOME-Applets 2.15 that will become 2.16. Changes in GNOME-Applets 2.15.1.1 ================================= "Codename Riemann" This release contains a build fix that stopped gswitchit being buildable in 2.15.1. Changes: - fix build to make gswitchit buildable (Fryderyk Dziarmagowski) - cpufreq: libcpufreq support, reworked selector (Carlos Garcia Campos) - mixer: fix up some GObject macros (Stefan Kost) Changes in GNOME-Applets 2.15.1 =============================== "Codename Gauss" This is the first (and rather late) tarball for the GNOME 2.15 development branch of GNOME-Applets. This branch will lead into GNOME 2.16. It may be highly unstable and do things you really didn't want it to do. You can keep both pieces, file a bug and ideally submit a patch. If you want the latest stable branch, check out GNOME-Applets 2.14 (available as the gnome-2-14 branch of CVS). Changes: - invest-applet replaces gtik (Davyd Madeley, Raphael Slinck) - switch to using po/LINUAS (Kjartan Maraas) - cpufreq: add support for libcpufreq (Carlos Garcia Campos) - gswitchit: update for new libxklavier (Sergey Udaltsov) - refactor configure.in (Davyd Madeley) - continued GWeather refactoring (makes GWeather more easily portable) (Philip Langdale) Plus other bug fixes and translations. Thanks everyone.
2006-09-15Update to 2.12.4:jmmv4-4/+35
Overview of Changes from gnome-python 2.12.3 to gnome-python 2.12.4 =================================================================== * python gnomevfs methods - Build problem when installation prefix != /usr fixed. Overview of Changes from gnome-python 2.12.2 to gnome-python 2.12.3 =================================================================== * python gnomevfs methods - Again, fix handling of VFS errors from python vfs methods (Eitan Isaacson) - Don't map VFS method check_same_fs to move_func python method (Eitan) Overview of Changes from gnome-python 2.12.1 to gnome-python 2.12.2 =================================================================== * gnomecanvas - Fix crash in gnomecanvas.Item.grab (Xavier Ordoquy, Gustavo) * gnome.ui - Make 'custom_icon' arg of icon_lookup optional (Gustavo) * python gnomevfs methods - Fix handling of VFS errors from python vfs methods (Eitan Isaacson) Overview of Changes from gnome-python 2.12.0 to gnome-python 2.12.1 =================================================================== * Fix compilation on Mac OS X (dmacks@netspace.org) Overview of Changes from gnome-python 2.11.3 to gnome-python 2.12.0 =================================================================== * gnomevfs - Fix invalid memory access in gnomevfs.async.xfer; - Add a new example of a GnomeVFS module written in python; - Install pygnomevfs.h for use by other python extensions; * gnomecanvas - Demonstrate how to activate AA in the canvas example. Overview of Changes from gnome-python 2.11.2 to gnome-python 2.11.3 =================================================================== * gnomecanvas - Compilation fixes with libgnomecanvas 2.11.x (Murray Cumming, Gustavo) - Add canvas-curve.py example demonstrating the use bezier objects * gconf - Fix crash when passing the wrong number of arguments to client.get_pair (Gustavo) * gnomevfs - New DNS-SD functions wrapped: dns_sd_browse_sync, dns_sd_resolve_sync, dns_sd_list_browse_domains_sync, and get_default_browse_domains (Gustavo)
2006-09-15Update to 2.10.1:jmmv3-9/+317
pygtk-2.10.0 4-september-2006 - Issue a warning when a DISPLAY is not set (#316877, Johan, Jeremey Katz) - Copy style.css from pygobject docs when installing docs. (#351385 Gian Mario Tagliaretti) - Include the built docs in the tarball (Johan) pygtk-2.9.6 8-august-2006 - GtkTreePath can be converted from integers again (#350252, Gustavo, Sebastien Bacher) - Fix parallel build (#350225, Ed Catmur) - Reduce exception abuse in code generator (Gustavo) - Documentation improvements (Johan, John) pygtk-2.9.5 6-august-2006 - Make it possible to build with GTK+ 2.10 (#350008, Joseph Sacco) - Make sure dir(gtk.keysyms) work again (#349892, Johan, John) - reloading the gtk module works again (#349026, Johan, Alexander Larsson) pygtk-2.9.4 4-august-2006 - Include John Finlay's PyGTK reference manual (Johan, John) - Setters and getters for GtkWidget.activate_signal (#331445, Gustavo) - GtkToolItemType setter/getter (#331355, Gustavo) - Code generator fixes (Gustavo, Johan, John, Yevgen Muntyan, Gustavo) - Add more gtk+ 2.10 API (#337011, John, Sebastian Pölsterl) - Don't copy treeiters in callbacks (#347273, John, Stefano Maggiolo) - Provide full information for GtkTreeSelection.set_select_function (#340475 John, Wouter Bolsterlee) - Export less symbols and reduce the size of the libraries (#347825, Rafael Espíndola) - Allow negative values for GtkTreeModel.set/getitem (#311852, Baiju M) - Much improved interface/virtual method support (John) - Remove evil 100ms timeout timer (#348937, Gustavo) pygtk-2.9.3 12-july-2006 - Update to latest gtk+ 2.10 API changes (#345447, #345623, Newren, Peters) - Many more new gtk+ 2.10 APIs wrapped (Finlay) - Wrap gtk_widget_class_find_style_property (Finlay) - gtk.gdk.CairoContext.rectangle bug fix (Gustavo) - Update defs for atk 1.8 (Finlay) - Misc. module cleanups (Dahlin) - New pango APIs wrapped (Finlay) - Fix refcount error in gtk.Clipboard (#343960, Gustavo, Finlay) - Enable GDK X11-specific APIs available also with gtk+ 2.8 (Gustavo) - Lazy loading of the gtk.keysyms module (Johan Dahlin) pygtk-2.9.2 15-june-2006 - Fix a codegen bug that prevent build of other extensions (344845, Gustavo) - Builds with pycairo 1.1.6 (344957, Gustavo) - gtk.TextBuffer rich text copy and serialization (Finlay) - Correct Print Editor example (Gustavo) pygtk-2.9.1 13-june-2006 - Allow gtk.TreeSortable.set_default_sort_func callback to be None (Johan, Patrick O'Brien) - Add API to unset the g_log handlers (#323786, Johan) - Allow the gtk module to be imported without DISPLAY (#316877, Johan) - Code cleanup and fixes considering Coverity reports (Johan) - Add codegen support for const-Object return type (#169204, Gustavo) - Add codgen support for unblocking threads around method calls (Gustavo) - Wrap gdk_event_handler_set (Johan) - Codegen reverse wrapper bug fix (#340162, Yevgen Muntyan) - Wrap GdkRegion (John Ehresman) - Add codegen support for ignore-type statement in override (Johan) - Add conditional support for gtk+ 2.10 API, especially printing (Johan, Finlay, Gustavo) - Complete the support for gtk.Container virtual methods (#341641, Gustavo) - Fix misc. reference leaks (Finlay, Gustavo) - Allow None parameter in pangocairo.CairoContext.set_font_options (Finlay) - Complete the support for gtk.CellRenderer virtual methods (#339431, Gustavo) - IconView.set_cursor method params 'cell' and 'start_editing' made optional (#343039, Ross Burton, Finlay) - Wrap a few more gdk_cairo_* methods (Finlay) - Add a 'selection' field to gdk.OWNER_CHANGE events (Finlay) - Allow None in gtk.Entry.set_inner_border() (Finlay) - gtk.Clipboard rich text methods (Finlay) - Add gtk.MessageDialog.set_image() (Finlay) - Wrap gtk_link_button_set_uri_hook() (Finlay) - Allow None in gtk.Widget.input_shape_combine_mask() (Finlay) - Allow gtk.LinkButton() constructor to optionally receive a label (Finlay) - Allow None in gtk.Label.set_mnemonic_widget() (Johan) - Wrap a bunch of X11 specific gdk methods (Gustavo) - Add gtk.SizeGroup.get_widgets() (Finlay) - Wrap gtk_style_lookup_color() (Finlay) - Wrap a bunch of gtk treeview grid lines methods (Finlay) - Better Drag and drop API support (Finlay) - Add -I option to codegen (defs search path) (Gustavo) pygtk-2.9.0 04-april-2006 - Remove gobject, pygobject is now a hard dependency - Set encoding in pango instead of gtk (328031) - Wrap gdk.Screen.get_rgba_colormap/get_rgbma_visual (328996, Marco Cabizza) - Remove private gtk wrappers (321476) - Add a bunch of missing wrappers (316881, John Finlay) - Add inout support in reverse wrappers (335964, Gustavo) - Update h2defs to allow whitespace before parenthesis (317124) - Make it possible to reimplement interfaces (334986, Gustavo) - Allow log_handler to be called when python is not initialized (334188, Gustavo) - Support for const object args (wollny@cbs.mpg.de, Gustavo) - Export pygtk tree model api (318021, Gustavo) - Allow overrides to be in base classes (327715, Gustavo) - Wrap a pango cairo font options acecssors (328108, Rauli Ruohonen) - Add GDK_PARENT_RELATIVE relative handling (320248, Johan, Nikos Kouremenos) - Improve pixbuf demo (327931, Ben Caradoc-Davies) - Set default markup accel marker to \x00 (329658, Johan, Johan Svedberg) - Set 1 as default argument to SpinButton.spin() (325452, Sebastian Rittau) - Wrap gdk.Drawable.gdk_draw_indexed_image (333431, Johan, Hamish Moffatt) - Mark rowreference.free() as deprecated (309811, Gustavo) - Rename name of first keyword argument to pango.LayoutLine.index_to_x (316581, Gustavo, John Finlay) - Run reindent on all python code (325320, Johan) - Improve generictreemodel example (311459, Steven Kennedy) - Wrap gdk.Pixbuf.rotate_simple (314164, Karel Vervaeke) - Use in argument in gtk.TreeView.cell_get_size (326357, John Ehresman)
2006-09-15Update to 2.16.0:jmmv4-43/+68
============== Version 2.16.0 ============== Panel * Plug leaks (Paolo Borelli) * Don't (wrongly) modify the laucnher when creating the editor (Vincent) Clock Applet * Fix crash when double-clicking on the calendar (Vincent) Misc * Add 24x24 versions of the icons (Vincent) Translators * Vladimir Petkov (bg) * Runa Bhattacharjee (bn_IN) * Jordi Mallach (ca) * Nikos Charonitakis (el) * Francisco Javier F. Serrador (es) * Iñaki Larrañaga Murgoitio (eu) * Robert-André Mauchin (fr) * Rajesh Ranjan (hi) * Gabor Kelemen (hu) * Raivis Dejus (lv) * Jovan Naumovski (mk) * Ani Peter (ml) * Rahul Bhalerao (mr) * Subhransu Behera (or) * Evandro Fernandes Giovanini (pt_BR) * Duarte Loreto (pt) * Горан Ракић (sr) * Priya (ta) * Theppitak Karoonboonyanan (th) * Woodman Tuen (zh_HK) * Woodman Tuen (zh_TW) =============== Version 2.15.92 =============== Panel * Fix panel going to the top of screen instead of autohiding (Зоран Рилак) * Make relative paths work in gnome-desktop-item-edit (Vincent) * Use new icon for run dialog (Vincent) * Fix crash when alacarte is not found for editing a menu (Ray Strode) * Handle drop of some special icons on the nautilus desktop (trash, home, computer, network) (Vincent) * Fix drag and drop of items from the menu (Vincent) * Remove extensions of the icon name before looking for it for the menus (Vincent) * Don't add ellipsises at the end of "Delete Panel" (Vincent) * Update icon for the network places (Vincent) * Fix crash when quitting and an applet is crashing (Vincent) * Fix sensitivity of "Recent documents" menu item (Vincent) * Fix updates of launchers when editing (Vincent) * Don't throw a critical warning if the icon of a launcher can't be found in the icon theme when editing the launcher (Jens Granseuer) * Make it possible to clear recent documents list more than once (Matthias Clasen) libpanel-applet * Use GOption for the applets (Vincent) * Make g_object_new() really work for PanelApplet (Vincent) Clock Applet * Algorithm fix for size detection (Vincent) * Convert from locale to UTF-8 the output of strftime() (Vincent) Notification Area Applet * Stop using XInternAtom() (Vincent) * Try to fix the notification area in multihead non-xinerama setups (Vincent) * Code beautifications (Vincent) * Make transparent icons in the notification area (Frédéric Crozat, Dan Winship) * Make balloon messages work (Vincent) Show Desktop Applet * Use the optimal size for icon so it's sharp (Vincent) Misc * Require GTK+ 2.10.0 (Vincent) * Add new --with-in-process-applets to make it possible to compile applets as in-process applets (Vincent) Docs Translators * Christophe Bliard (fr) Translators * Runa Bhattacharjee (bn_IN) * Christian Kintner (de) * Mindu Dorji (dz) * Kostas Papadimas (el) * Francisco Javier F. Serrador (es) * Priit Laes (et) * Ilkka Tuohela (fi) * Ankit Patel (gu) * Mate ORY (hu) * Mohammad DAMT (id) * Satoru SATOH (ja) * Changwoo Ryu (ko) * ElîxanLoran (ku) * Žygimantas Beručka (lt) * Jovan Naumovski (mk) * Badral (mn) * Kjartan Maraas (nb) * Wouter Bolsterlee (nl) * Leonid Kanter (ru) * Matic Žgur (sl) * Daniel Nylander (sv) * Theppitak Karoonboonyanan (th) * Maxim Dziumanenko (uk) * Clytie Siddall (vi) * Funda Wang (zh_CN) =============== Version 2.15.91 =============== Panel * Don't block when X is killed (Ray Strode, Frédéric Crozat, Vincent) * Use GtkRecent (Vincent) * Don't use GnomeDesktopItem where possible (Vincent) * New dialog to edit launchers (Vincent) * Don't show error about not found icons multiple times per launcher (Vincent) * Use new icons (Vincent) All applets * Use new icons (Vincent) Clock Applet * Only display vertical text on vertical panels when the panel is not wide enough for horizontal text (Adam Sjøgren, Vincent) Fish Applet * Use new animation for Wanda (Ulisse, Vincent) Notification Area Applet * Integrate the tray manager code and kill libegg (Vincent) Misc * New icons! (Lapo Calamandrei) * Update bugzilla informations (Vincent) * Wncklet applets don't depend on gnome-desktop (Vincent) Docs Translators * Francisco Javier F. Serrador (es) Translators * Vladimir Petkov (bg) * Runa Bhattacharjee (bn_IN) * Jakub Friedl (cs) * David Lodge (en_GB) * Francisco Javier F. Serrador (es) * Iñaki Larrañaga Murgoitio (eu) * Ilkka Tuohela (fi) * Ankit Patel (gu) * Raivis Dejus (lv) * Jovan Naumovski (mk) * Kjartan Maraas (nb) * Wouter Bolsterlee (nl) * Subhransu Behera (or) * Matic Žgur (sl) * Theppitak Karoonboonyanan (th) * Woodman Tuen (zh_HK) * Woodman Tuen (zh_TW) =============== Version 2.15.90 =============== Panel * Fix corrupted background on big-endian computers (Andrew Johnson) * Update background when the screen size changes (Benjamin Otte) * Fix display name of some bookmarks (Vincent) * Use alacarte when available to edit menus (Frédéric Crozat) * Use gnome-power-manager to implement suspend/hibernate (Ray Strode, Vincent) * Don't use eggaccelerators anymore (Vincent) Misc * Require dbus-glib (Vincent) Docs Translators * Daniel Nylander (sv) Translators * Runa Bhattacharjee (bn_IN) * Rhys Jones (cy) * Hendrik Richter (de) * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Ilkka Tuohela (fi) * Robert-André Mauchin (fr) * Mohammad DAMT (id) * Luca Ferretti (it) * Vincent van Adrighem (li) * Raivis Dejus (lv) * Thierry Randrianiriana (mg) * Jitendra Shah (mr) * Hasbullah Bin Pit (ms) * Rajeev Shrestha (ne) * A S Alam (pa) * Evandro Fernandes Giovanini (pt_BR) * Duarte Loreto (pt) * Leonid Kanter (ru) * Marcel Telka (sk) * Слободан Д. Средојевић (sr) * Daniel Nylander (sv) * Felix (ta) * Clytie Siddall (vi) * Woodman Tuen (zh_HK)
2006-09-15Update to 2.16.0:jmmv4-27/+105
gnome-control-center 2.16.0 background: - avoid excess strduping (Kjartan Maraas) (#352252) keyboard: - avoid extra key events processing (Matthias Clasen) (#352776) settings daemon: - avoid grabbing all keyboard when the key code cannot be retrieved (Andre Klapper) (#170318) theme-switcher: - add missing maximize button (Thomas Wood) (#331835) Translations: - bg (Alexander Shopov) - bn_IN (Runa Bhattacharjee) - el (Kostas Papadimas) - et (Priit Laes) - fr (Christophe Merlet) - hi (Rajesh Ranjan) - hu (Gabor Kelemen) - ka (Vladimer Sichinava) - lt (Gintautas Miliauskas) - lv (Raivis Dejus) - mk (Jovan Naumovski) - ml (Ani Peter) - mr (Rahul Bhalerao) - or (Subhransu Behera) - pt (Duarte Loreto) - pt_BR (Lucas Rocha) - ru (Leonid Kanter) - sv (Daniel Nylander) - ta (I. Felix) - th (Theppitak Karoonboonyanan) - zh_HK (Chao-Hsiung Liao, Abel Cheung) - zh_TW (Chao-Hsiung Liao, Abel Cheung) ------------------------------------------------------------------------------ gnome-control-center 2.15.92 background: - fix "Background dialogue resizes when shown" (Rodney Dawes) (#332830) common: - fix issues with the themes previews (Benjamin Otte, Thomas Wood) (#351378, #171634) display: - free 'resolution' string after using it, not before (Kjartan Maraas, Rodrigo Moya) mouse: - also display the default theme (though without a preview for technical reasons) (Sven Herzberg) (#322514) sound: - fix memory leak (Christian Persch)(#350566) theme-switcher: - patches from "generate visible previews first" (Benjamin Otte) (#351521) Translators: Rostislav \"zbrox\" Raykov (bg) Josep Puigdemont (ca) Jakub Friedl (cs) Hendrik Richter (de) Mindu Dorji (dz) David Lodge (en_GB) Ivar Smolin (et) Ilkka Tuohela (fi) Alastair McKinstry (ga) Ignacio Casal Quinteiro (gl) Ankit Patel (gu) Rajesh Ranjan (hi) Mate ORY (hu) Satoru SATOH (ja) Changwoo Ryu (ko) Jovan Naumovski (mk) Ani Peter (ml) Badral (mn) Rahul Bhalerao (mr) Kjartan Maraas (nb) Wouter Bolsterlee (nl) Subhransu Behera (or) A S Alam (pa) Evandro Fernandes Giovanini (pt_BR) Dan Damian (ro) Leonid Kanter (ru) Steve Murphy (rw) Matic ´gur (sl) Daniel Nylander (sv) Theppitak Karoonboonyanan (th) Maxim V. Dziumanenko (uk) Clytie Siddall (vi) Funda Wang (zh_CN) ------------------------------------------------------------------------------ gnome-control-center 2.15.91 misc: - require libebook-1.2 1.7.90 for the new API (Sebastien Bacher) about-me: - fixed build with the new libebook API (Sebastien Bacher) (#348821) at-properties: - fixed X-GNOME-Bugzilla fields in .desktop file (Rodrigo Moya) (#348832) - use orca screenreader when available (Willie Walker) (#348630) display: - fix build with gcc-2.95 (Jens Granseuer) (#347611) - fixed X-GNOME-Bugzilla fields in .desktop file (Rodrigo Moya) (#348838) keybindings: - don't assume defines are contiguous (Gary Coady) (#333576) keyboard: - fixed X-GNOME-Bugzilla fields in .desktop file (Rodrigo Moya) (#348847) libgswitchit: - using Unicode subscript for repeating descriptions (Sergey Udaltsov) network: - set "label for" and "labelled by" properties for the capplet (Willie Walker) (#342121) sound: - removed unneeded header file (Klaus Pedersen) (#349254) - only include libhal if HAL is enabled (Ali Akcaagac) (#348755) theme-switcher: - added support for locking down theme (Rob Bradford) (#346041) - don't attempt to load window manager theme name from an unknown window manager (Thomas Wood) (#333276) typing-break: - use GtkAboutDialog, not GtkDialog (Vincent Untz) (#348640) - use GtkStatusIcon instead of libegg (Vincent Untz) (#348639) ui-properties: - fixed X-GNOME-Bugzilla fields in .desktop file (Rodrigo Moya) (#348844) updated translations: - bg (Alexander Shopov) - cs (Jakub Friedl) - es (Francisco Javier F. Serrador) - fi (Ilkka Tuohela) - fr (Christophe Merlet) - gu (Ankit Patel) - lt (Zygimantas Berucka) - mk (Jovan Naumovski) - nb (Kjartan Maraas) - nl (Vincent van Adrighem) - th (Theppitak Karoonboonyanan) - zh_HK (Chao-Hsiung Liao) - zh_TW (Chao-Hsiung Liao) ------------------------------------------------------------------------------ gnome-control-center 2.15.90 misc: - add an encoding key to some .directory.in (Vincent Fretin) (#338593) - don't use the Application category for the .desktops, use HardwareSettings for some (Vincent Fretin) (#344321) - made gconf-property-editor.c use GtkColorButton instead of GnomeColorPicker (Kevin Bauder) (#171680) mouse: - fix the non-xcursor case for solaris (Sven Herzberg, Glynn Foster) (#319125) - use ngettext() correctly (Sven Herzberg) theme-switcher: - fixed messages wording (Thomas Wood) (#167045) - removed duplicate check for the tar utility (Thomas Wood) updated translations: - ca (Josep Puigdemont i Casamajó) - cs (Jakub Friedl) - de (endrik Richter) - dz (Guntupalli Karunakar) - el (Kostas Papadimas) - es (Francisco Javier F. Serrador) - fi (Ilkka Tuohela) - fr (Samuel Mutel) - gu (Ankit Patel) - id (Ahmad Riza H Nst) - ja (Satoru SATOH) - ko (Changwoo Ryu) - sv (Daniel Nylander) - th (Theppitak Karoonboonyanan) ------------------------------------------------------------------------------ gnome-control-center 2.15.4 background: - Removed redundant GNOMELOCALEDIR (Sergey Udaltsov) (345178) display: - Replaced deprecated GtkOptionMenu with GtkComboBox (Sven Herzberg) (338468) - Added rotation support (Sven Herzberg) (324125) keyboard: - Massive libgswitchit API change (Sergey Udaltsov) - Made model chooser button more verbose (Sergey Udaltsov) (335833) sound: - Fixed build (Sergey Udaltsov) theme-switcher: - Fixed strange wording (Thomas Wood) (167045) settings daemon: - Activation is now done via DBUS (Sergey Udaltsov) - Added DBUS interface for keyboard indication (Sergey Udaltsov) documentation: - Initial Russian translation (Nickolay V. Shmyrev) updated translations: - bn_IN (Runa Bhattacharjee) - cs (Jakub Friedl) - de (Hendrik Richter) - es (Francisco Javier F. Serrador) - fi (Ilkka Tuohela) - fr (Benoît Dejean) - gu (Ankit Patel) - he (Yair Hershkovitz) - hi (Rajesh Ranjan) - lv (Raivis Dejus) - mk (Jovan Naumovski) - nb (Kjartan Maraas) - ru (Nickolay V. Shmyrev) - ta (I. Felix) - th (Theppitak Karoonboonyanan) - sv (Daniel Nylander) ------------------------------------------------------------------------------ gnome-control-center 2.15.3 about me: - Fixed typo (Rodrigo Moya) (324971) - Fixed compilation issues (Rodrigo Moya) (344468) default applications: - Added support for Sylpheed (Luca Cavalli) (332659) - Removed unnecessary gnome-terminal argument (Luca Cavalli) (336700) keybindings: - Removed brightness keybindings, now in gnome-power-manager (Bastien Nocera) (339857) keyboard: - Save/restore layout preview window geometry (Sergey Udaltsov) mouse: - Fixed selection when no cursor font is set in GConf (Darren Kenny) (340003) sound: - Added sound device selection (Jürg Billeter) (329112) - Fixed button strings (Rodrigo Moya) (324971) theme-switcher: - Removed drag & drop information text (Thomas Wood) (99535) - Added Install buttons to each tab in the details window (Thomas Wood) - Remember last browsed or installed from location (Thomas Wood) (138795) - Don't allow invalid characters in theme names (Thomas Wood) (139692) - Don't ask user whether to overwrite or not internal files (Thomas Wood) (317375) - Allow saving background image for custom themes (Thomas Wood) (330302) - Fixed UI issues in the save dialog (Thomas Wood) (100622) settings daemon: - Fixed libxklavier engine initialization logic (Sergey Udaltsov) (333091) - Removed references to brightness controls (Bastien Nocera) (339857) - Fixed leaks (Paolo Borelli) (342568, 342570) general: - Updated to new libxklavier API (Sergey Udaltsov) updated translations: - bg (Alexander Shopov) - cs (Miloslav Trmac, Lukas Novotny, Jakub Friedl) - dz (Pema Geyleg) - es (Francisco Javier F. Serrador) - fi (Ilkka Tuohela) - gl (Ignacio Casal Quinteiro) - gu (Ankit Patel) - mg (Simos Xenitellis) - nb (Kjartan Maraas) - sq (Laurent Dhima) - sv (Daniel Nylander) - th (Theppitak Karoonboonyanan) - vi (Clytie Siddall) - zh_CN (Funda Wang) - zh_HK (Chao-Hsiung Liao) - zh_TW (Chao-Hsiung Liao)
2006-09-15Update to 3.0:jmmv8-71/+73
3.0 Some fixes in 2.91. Huge memory optimization 2.91 Absolutely new API based on glib.
2006-09-15Update to 2.16.0:jmmv3-12/+37
============== Version 2.16.0 ============== Doc Translations * Christophe Bliard (fr) * Daniel Nylander (sv) Translators * Runa Bhattacharjee (bn_IN) * Hendrik Richter (de) * Ivar Smolin (et) * Rajesh Ranjan (hi) * Gabor Kelemen (hu) * Gintautas Miliauskas (lt) * Raivis Dejus (lv) * Rahul Bhalerao (mr) * Leonardo Ferreira Fontenelle (pt_BR) * Duarte Loreto (pt) * Leonid Kanter (ru) * Matic Žgur (sl) * Felix (ta) =============== Version 2.15.92 =============== Misc * Remove gnome-workspace icon (now included in gnome-panel) (Vincent) Doc Translations * Jonathan Ernst, Emmanuel Andry, Christophe Bliard (fr) * Daniel Nylander (sv) Translators * Ivar Smolin (et) * Gabor Kelemen (hu) * Artur Flinta (pl) * Maxim Dziumanenko (uk) * Funda Wang (zh_CN) =============== Version 2.15.91 =============== Fixes * Use a useful icon theme in gnome_desktop_item_find_icon() when no icon theme is passed as argument so we get results (Vincent) Doc * Start migrating documentation to gnome-user-docs (Joachim Noreiko) Doc Translations * Francisco Javier F. Serrador (es) Translators * Runa Bhattacharjee (bn_IN) * Iñaki Larrañaga Murgoitio (eu) * Christophe Merlet (RedFox) (fr) * Arangel Angov (mk) * Ani Peter (ml) * Marcel Telka (sk) =============== Version 2.15.90 =============== Translators * Vladimir "Kaladan" Petkov (bg) * Francisco Javier F. Serrador (es) * Christophe Merlet (RedFox) (fr) * Daniel Nylander (sv) ============== Version 2.15.4 ============== Fixes * Set GNOME_PARAM_APP_DATADIR in test application (Christian Persch) * Save some memory in gnome-about (Priit Laes) Doc * Update example of application not hosted in GNOME Bugzilla (Joachim Noreiko) Doc Translations * Daniel Nylander (sv) * Salihov Timur (ru) Translators * Taneem Ahmed (bn_IN) * Jakub Friedl (cs) * Mindu Dorji (dz) * Priit Laes (et) * Iñaki Larrañaga Murgoitio (eu) * Ilkka Tuohela (fi) * Christophe Merlet (RedFox) (fr) * Takeshi AIHANA (ja) * Young-Ho Cha (ko) * Rahul Bhalerao (mr) * Kjartan Maraas (nb) * Simos Xenitellis (ne) * Hariram Pansari (or) * Theppitak Karoonboonyanan (th) * Zack Ajmal (ur) * Pablo Saratxaga (wa) * Abel Cheung (zh_HK) ============== Version 2.15.2 ============== Misc * Require intltool 0.35.0 Doc Translations * Francisco Javier F. Serrador (es) Translators * Francisco Javier F. Serrador (es) * Hariram Pansari (or) ============== Version 2.15.1 ============== Fixes * Make URI canonical before using them (Vincent) * Remember the added locales in GnomeDitemEdit (Vincent) * Sort locales list in GnomeDitemEdit (Vincent) * Make sure that there is a Name/Comment/etc. for C locale when generating a .desktop file (Vincent) * Use gdk_x11_display_get_user_time() to get the launch time (Vincent) * Don't crash when launching a desktop file without specifying a screen (Vincent) * Try to locate files in the app prefix and not in the system prefix for gnome-about (Christian Persch) * Put back workaround that fixes uglyness in gnome-about (Vincent) Misc * Generate API documentation (Vincent) * Add GTK to the categories of gnome-about.desktop (Vincent) * Require GTK+ >= 2.8.0 (Vincent) * Use po/LINGUAS and require newer intltool (Brian Pepple) Documentation * Replace entities with UTF-8 (Shaun McCance) * Updated URLs and emails in the gnome-feedback document (Joachim Noreiko) Doc Translations * Francisco Javier F. Serrador (es) * Maxim Dziumanenko (uk) Translators * Oublieuse (br) * Jordi Mallach (ca) * Gareth Bowker (cy) * Pema Geyleg (dz) * Kostas Papadimas (el) * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Ilkka Tuohela (fi) * Ignacio Casal Quinteiro (gl) * Ankit Patel (gu) * Thierry Randrianiriana (mg) * Tino Meinen (nl) * Kjartan Maraas (no) * Clytie Siddall (vi)