Commit graph

6742 commits

Author SHA1 Message Date
wiz
7938151fe6 Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 21:59:34 +00:00
wiz
4cb40cb700 Update to 2.10.4:
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-03 18:17:07 +00:00
rillig
f806105b11 Forgot a patch. 2006-10-02 23:03:54 +00:00
rillig
0f9386c8fc Updated XaoS to 3.2.2.
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-10-02 23:03:33 +00:00
minskim
38c0e8debb Make this package build on 64-bit architectures. Patch provided by
Shaun Amott in PR 34257.
2006-09-28 19:00:02 +00:00
joerg
3675902ba1 Remove XFree86. 2006-09-27 15:18:12 +00:00
drochner
33340eba9e make sure the statvfs() hack does only apply to NetBSD, should fix
a build problem on Linux reported by Ondrej Tuma per PM
2006-09-26 16:17:04 +00:00
joerg
fd93719271 Forgotten patchsum. Thanks Greg. 2006-09-25 16:41:39 +00:00
adam
aa8707546f Fix building with gcc-3; PR#34601 2006-09-25 15:49:07 +00:00
joerg
8227968271 Always use INSTALLMINORREV, eliminiating the special handling in
FreeBSD. Bump revision. Tested by Peter Schuller.
2006-09-25 12:49:58 +00:00
joerg
6ce30ae99d Unbreak build on DragonFly and other systems without getpwuid_r
by just always using getpwuid. Since the applet is not threaded
anyway, it doesn't make a difference. Bump revision.

OK jmmv@
2006-09-24 20:00:14 +00:00
salo
0255017fd9 Change include from mozilla-gtk2 to seamonkey, in a comment. 2006-09-24 16:54:49 +00:00
adam
d94e56cc93 Changes 2.10.2:
*  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-24 16:44:19 +00:00
tron
0a4069ca7e Remove Mac OS X shared object buildfix which is no longer necessary.
See http://bugzilla.gnome.org/show_bug.cgi?id=357209 for details.
2006-09-22 21:26:13 +00:00
drochner
bfbfcb07cf make user's login photo display work again: the code checks whether
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-22 19:56:59 +00:00
rillig
119d8ee846 The GNUstep packages have GNUmakefile instead of Makefile. 2006-09-22 07:08:15 +00:00
xtraeme
30d3f99adc typo 2006-09-20 18:23:48 +00:00
xtraeme
6664c4e41d Make X11 dependency an option... and enabled by default as before.
Requested by gdamore@.
2006-09-20 18:20:39 +00:00
joerg
0493e735a0 De-OPSYS PLIST to match reality on !NetBSD. Bump revision. 2006-09-20 14:40:14 +00:00
joerg
18a178da5e Since only NetBSD files are installed, don't use LOWER_OPSYS in PLIST.
Bump revision.
2006-09-20 13:14:09 +00:00
wiz
0444de6b6c Fix build on NetBSD-4.99.2. Tips for fix from yamt@
ok markd@ "if it fixes the build"
2006-09-19 17:50:46 +00:00
jmmv
a232f22e4b Explicitly disable cups support to avoid installing some extra files.
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-17 15:35:52 +00:00
rillig
deb3920a9c This package's Makefile is called GNUmakefile. 2006-09-16 18:10:31 +00:00
hira
1447455984 Add missing RCS Id. 2006-09-16 15:29:35 +00:00
jmmv
f190ea92a4 Bump revisions due to gnome-vfs2 update: dbus-glib is now a dependency.
This fixes problems when some installed packages are outdated.
Per wiz@'s request.

Grrr, I really hate this kind of change.
2006-09-16 12:20:32 +00:00
adrianp
7ce9d5c7fe Fix for CVE-2006-3739 and CVE-2006-3740. 2006-09-16 08:28:36 +00:00
joerg
5f413cbc43 There's no nb1 yet. 2006-09-16 06:40:03 +00:00
drochner
b4b472c541 add the new "printbackends" to owned directories 2006-09-15 17:07:30 +00:00
drochner
07f749f17c adapt to gtk update, bump PKGREVISION 2006-09-15 17:04:28 +00:00
jmmv
a62188ab13 Update to 0.13.0:
* 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-15 15:22:27 +00:00
jmmv
e0fcee2c17 Update to 2.16.0:
==============
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-15 15:20:05 +00:00
jmmv
ffcd673eee Update to 2.16.0:
===============
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-15 15:19:54 +00:00
jmmv
6d6b7d82ec Update to 2.16.0:
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-15 15:19:34 +00:00
jmmv
bb859caec3 Update to 2.16.0:
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-15 15:19:22 +00:00
jmmv
e83721ff39 Update to 1.8.0:
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-15 15:19:12 +00:00
jmmv
0651d3d726 Update to 2.16.0:
==============
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-15 15:18:16 +00:00
jmmv
ebfa2edbca Update to 2.16.0:
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-15 15:18:02 +00:00
jmmv
eb453f64df Update to 0.14.0:
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-15 15:16:42 +00:00
jmmv
cec405291e 2.16.0
======

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-15 15:15:13 +00:00
jmmv
a72a879562 Update to 2.16.0:
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-15 15:14:37 +00:00
jmmv
2e156a9a24 Update to 2.12.4:
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-15 15:14:26 +00:00
jmmv
a13fe6d00f Update to 2.10.1:
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-15 15:14:16 +00:00
jmmv
1ba57c17ff Update to 2.16.0:
==============
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-15 15:12:51 +00:00
jmmv
9e9061e33b Update to 2.16.0:
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-15 15:12:40 +00:00
jmmv
020968d47e Update to 3.0:
3.0	Some fixes in 2.91. Huge memory optimization
2.91	Absolutely new API based on glib.
2006-09-15 15:11:52 +00:00
jmmv
d6dbbc8de2 Update to 2.16.0:
==============
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)
2006-09-15 15:10:45 +00:00
jmmv
14d95beebe Update to 2.8.0:
Overview of Changes in 2.7.8 (since 2.7.7)
==========================================

Highlights in this release include:

	- Ensure all engines (except smooth) compile with paranoia compiler flags
	- Miscellaneous cleanups to the Clearlooks engine
	- Many RTL issues fixed in Clearlooks
	- Fixed minor visual issues in other engines

See the ChangeLog for full details of other smaller fixes and enhancements.

Fixed bugs in this release:

	326309 - Clearlooks read-only checkboxes are nearly invisible
	328053 - GtkTreeView's title bar's borders isn't shown properly in RTL applications
	45579 (bugzilla.ximian.com) - sodipodi rulers corrupted when using industrial gtk engine

Overview of Changes in 2.7.8 (since 2.7.7)
==========================================

Highlights in this release include:

	- Add paranoia and deprecated configure flags
	- Improve HighContrast (HC) engine inconsistent state check mark
	- Use the base/text values for expander arrow in HC (fixes invisible
	  indicator problem)
	- Improve visibility/contrast of checks in HC
	- Fix broken Clearlooks menu on panel check
	- Implement a focus rectangle for GtkEntry
	- Many other visual improvements to Industrial

See the ChangeLog for full details of other smaller fixes and enhancements.

Fixed bugs in this release:

	349575 - C89 Fixes (Last C89 Patch to close bug)
	350606 - Location of G_GNUC_INTERNAL breaks Solaris build
	351057 - Leak in clearlooks_style.c


Overview of Changes in 2.7.7 (since 2.7.6)
==========================================

Highlights in this release include:

* RTL fixes and other enhancements in Crux
* Lots of namespace and symbol precautions
* Port of Industrial to cairo

Fixed bugs in this release:

	349575 - C89 Fixes
	347227 - Add inconsistent state for option buttons (Clearlooks)


Overview of Changes in 2.7.6 (since 2.7.5)
==========================================

Highlights in this release include:

* More improvements to the cairo version of Crux, now using purple highlights.
* Further improvements to the cairo version of the High Constrast engine
* New cairo based Engine called Glide for the Glider theme

Fixed bugs in this release:

	343893 - Engines need to handle GTK_ARROW_NONE.
	348167 - Remove crux/pixmaps directory.


Overview of Changes in 2.7.5 (since 2.7.4)
==========================================

Highlights in this release include:

* Further improvements to the cairo version of Crux, now with a new tango style
  from a mockup by Lapo Calamandrei
* Fixed lots of memory leaks in Clearlooks, and several other bugs
* High Constrast engine conversion to cairo started
* Redmond, Thinice and Mist engine conversions to cairo almost complete
* Lighthouseblue and Metal engines have been removed, since no one has
  volounteered to convert them to cairo, and they are no longer maintained.

Fixed bugs in this release:

	345769 - Clearlooks' gtk_paint_* functions do not correctly obey the
	         passed clip rect
	341694 - Crash in d4x (industrial)
	338826 - style copy function broken in clearlooks
	337381 - GtkHScale is improperly displayed in RTL (clearlooks)
	325760 - panel applets have black background on transparent/solid colour
	         panels (clearlooks)
	332639 - Fix memory leaks in draw_flat_box and
	         gtk_treeview_get_header_index (clearlooks)
	325932 - "Inconsistent" checkbox state missing (clearlooks)



Overview of Changes in 2.7.4 (since 2.7.3)
==========================================

* Not compiling any animation code in clearlooks anymore
* Crux updated with radio and check buttons drawn using cairo
* Crux updated with progress bar bars drawn using cairo


Overview of Changes in 2.7.3 (since 2.7.2)
==========================================

* Various fixes and updates to Clearlooks
* Fixes to hc (#318151)
* Cleanups in lighthouseblue (#321140)


Overview of Changes in 2.7.2 (since 2.7.1)
==========================================

* Numerous Clearlooks bug fixes (including #315562, #323218, #323218, #325168)
* Patches and fixes for bug 321140 to hc, industrial, mist, redmond, smooth
  and thinice engines (cleanups for compiler warnings and removal of unneeded
  code)


Overview of Changes in 2.7.1 (since 2.7.0)
==========================================

* Bug fixes to metal and thinice engines (bug 323215)
* Updates and bug fixes to Clearlooks engine


Overview of Changes in 2.7.0 (since 2.6.3)
==========================================
* Clearlooks and Mist engine now uses cairo to do drawing
* Redmond and Crux engine conversions to cairo started
* Various cleanups and fixes
* Animation code for checkboxes and radiobuttons in clearlooks (off by default)
2006-09-15 15:10:33 +00:00
jmmv
4abccb4500 Update to 2.10.3:
Overview of Changes from GTK+ 2.10.2 to 2.10.3
==============================================

* GtkFileChooser:
 - Fix several Win32-specific problems
 - Add automated tests for GtkFileSystem
 - Make overwrite confirmation work again

* Printing support:
 - Fix confusion between names and values in combo boxes
 - Poll for printer list updates in the cups backend

* Add an automatic scrolling example to gtk-demo

* Bugs fixed:
 354004 Use of g_warning("%s", NULL) after failing to
        open a display
 346751 symbolic colors can't be use in properties
 352264 gtk_status_icon_set_from_pixbuf leaks the old
        pixbuf
 352391 small link button leak
 353449 A break is missing in
        gtk_recent_chooser_menu_set_current_uri
 329604 do not scroll on copy to clipboard
 354035 Typo in the GtkWidget::drag-drop doc blurb

* Translation updates (ang,bn_IN,ca,de,dz,el,eu,fi,
  fr,hi,hu,it,ja,lt,ml,mr,nn,or,pl,pt_BR,ro,ru,sl,
  sr,sr@Latn,sv,ta,th,tr,vi,zh_CN,zh_HK,zh_TW)


Overview of Changes from GTK+ 2.10.1 to 2.10.2
==============================================

* Many fixes and improvements for the OS X backends

* Revert to using gtk modules with global binding,
  since the local binding that was introduced in
  2.10 breaks the accessibility support of current
  OpenOffice.org releases.

* GtkRecenManager
 - Poll for changes to the XBEL file
 - Fix initial bad placement of recent files menu
 - Show nonexisting resources by default, and do
   not mark them as insensitive
 - Allow adding a filter to GtkRecentChooserMenu

* GtkFileChooser
 - Improve the fallbacks for icons
 - Make  / and ~ activate the location entry again

* Bugs fixed:
 348828	Segmentation Fault in gtk_combo_box_menu_setup
        when removing combobox child
 349552	problem with parsing (enum) style properties
 351581	API Documentation issues with 2.15 release
 348652	reorder() from ComboBoxEntry produces Gtk+ assert
        error
 349128	Fix docs about GtkTreeModel::row-deleted
 350605	Crash caused by the recent menu
 348096	GtkStyle leaks GtkRcContext
 348145	Background images not working with Quartz backend
 329752	Problem with has_selection notification when
        deleting the selection
 347856	gtk_recent_chooser_add_filter not implemented
        for GtkRecentChooserMenu
 348245	Disabling pdf printing doesn't hide option
 348278	textview doesn't update on hinting setting change
 348289	Filechooser is blocked by higher priority idle
 348478	entry completions needs to reset the IM context
        before emitting action-activate signal
 348538	Remove old email addreses from the tutorial
 348626	drag-to-child should not work
 348634	IconView does not update background
 348706	don't allow dnd onto arrows
 348740	configure script does not honour PKG_CONFIG variable
 348787	Segfault in gtk_font_button_update_font_info()
 348824	test attached calendar-sane-timer patch in head
 348971	gtk_status_icon_get_geometry returns bogus data
 349382	valgrind uninitialized memory warnings setting
        partly uninitialized X properties
 349570	notebook arrow PRELIGHT drawing doesn't work
 349834	Memleak from gtk_tree_view_set_enable_tree_lines
 349858	Leak of ShmPixmapInfo from get_shm_pixmap_for_image
 349859	gtk_paint_tab doesn't work when widget is now
        option menu
 349997	Indirect leak from XkbGetMap
 350039	GtkFileChooserEntry leaks sources
 350050	GdkGC leak from GtkRuler
 350139	Should use evince preview mode
 350258	Memory leak in gtk_entry_drag_data_received()
 350329	The CUPS printer backend in GTK+-2.10.1 fails
        with CUPS 1.1.
 350517	reset_style_idle() interferes with application
        idles
 350860	Balloon messages sent to tray do not have the
        correct window in XEvent
 350938	TreeViewColumn rendering off when "spacing"
        property set
 351112	gtk_notebook_set_current_page fails when the
        notebook has not yet been shown
 351519	Directfb backend fails to build
 165714	GtkEntryCompletion doesn't complete on paste
 168737	Different button sizes in About dialogs
 345666	The icons of file, directory and device at
        GtkFileChooser
 349429	spin button does not use correct value for
        inner_border
 349501	fix in the documentation of function
        gtk_list_store_insert_with_values()
 350072	stdout output from colorselection
 351759	Wrong range value in documentation of
        gtk_color_selection_set_current_alpha
 349277	Wrong message for problems with serializing
        texts
 346800	Rework sort/filter models to use indices to
        parents instead of pointers
 349120	Small error in doc
 350911 gdk_pixbuf_new_from_file_at_scale() should
        skip when there's enough image data
 348728	GtkTable Row and Column Spacing
 351241	swapped argument description
 350023	"Running GTK+ Applications" chapter does not
        document new GTK_DEBUG possibilities
 351812 file print backend filename encoding issue

* New and updated translations (bg,bn_IN,de,dz,el,es,
  et,eu,fi,gu,hu,ko,ku,ja,lt,mk,ml,nb,ne,nl,or,pl,po,
  sv,th,tr,tt,uk,zh_HK,zh_TW)


Overview of Changes from GTK+ 2.10.0 to 2.10.1
==============================================

* Drop Pango requirement 1.12.0

* Many fixes and improvements for the OS X
  and directfb backends

* The printing framework now supports a subset
  of the Cups 1.2 custom PPD option spec

* Bug fixes:
 348134 box gaps on left and right can be drawn wrong
 348014	crash on Epiphany Web Browser
 348063	_gtk_icon_cache_get_icon crashes when no
        cache available
 348096	GtkStyle leaks GtkRcContext
 157439	The "adding to panel" is buggy when switching
        to an rtl environment
 346751	symbolic colors can't be use in properties
 347976	Context menus appear in strange locations
 348001	xid / fid X11 font id's are used intermixed
 348049	Tabs "magically" re-order
 348094	Adjustment leak from gtkiconview
 348115 improve notebook visuals when dragging
 348120	gtkentrycompletion leaks action_view
 348227	gtkimcontextsimple doesn't terminate a string
        with null
 348424	mem leak in GtkPrintSettings
 348089	Missing chaining up in gtk_recent_chooser_menu_finalize
 348090	Reference leak in gtk_text_layout_set_contexts
 348095	gtk_menu_stop_scrolling does work even if we
        were not scrolling...
 142582	Add animation xsetting
 346427	xbm loader returns false, fails to set error
 346733	GList of visuals is always empty and causes
        crashes in gdk_rgb_choose_visual()
 347048	crash on using GtkAssistant
 164884	GtkTreeView row drag is sometimes started
        spuriously
 302127	GtkTreeView gets angry when items deleted
        from a test_expand_row handler
 346092 gtk_tooltip_set_delay documentation wrong
 346428	Be robust against broken loaders failing to
        set error on failure
 346467	gtkwindow state assignments bug
 346598	modeline takes too much memory
 346603	Context menus only work once
 346639	treeview memleak
 346668	symbolic colors are broken when specifying
        engine
 346713 quartz backend is missing functions that
        pygtk needs
 346721	XBM reading in quartz backend is broken
 346836	Tabs jump around when opening menus
 347018 missing GDK_QUARTZ_ALLOC/RELEASE_POOL calls
 347277	gtk_drag_get_ipc_widget() and window groups
 347315	SYNC extension check failing
 347902	GtkRange doesn't reliably update stepper
        sensitivity
 335012 gtkcellrenderertext - gtkeditable: bad
        interaction when ypad is set to hi value
 337910	gdk_pango_layout_get_clip_region is inefficient
 346605	Modifier-key events are not sent
 346970	gtkfilechooserbutton leaks an empty list
 347032	documentation of gtk_print_context_get_height()
        has typo
 347037	GObject info missing for GtkRecentManager and
        GtkRecentChooser* in gtk-doc API reference
 347041 documentation of gtk_paper_size_is_equal()
        has a typo
 347043	Reference leaks in GtkFileChooserButton
 347066	gimp 2.3.9/2.2.12 GTK+ assertion fails on
        open file dialog
 347211 documentation of gtk_print_job_send() has a
        typo
 347710	new GtkCellRendererSpin misses a lot of API
        documentation
 347711	slight glitches in GtkAssistant API documentation
 347065	Fix in-line doc typos
 311399	relative to the window string can be better

* Updated translations (bg,bn_IN,cs,de,dz,es,et,
  eu,fi,fr,gu,he,ko,or,th)

Overview of Changes from GTK+ 2.9.4 to 2.10.0
=============================================

* Printing:
  - A PREVIEW capability has been added to allow hiding the
    preview button

* Bug fixes:
 321393	Incorrect size request after changing the font
 327164	(GtkRBNode *)node becomes NULL inside GtkTreeView
 344074	Feature request: get printer list, and get default print
 344876	refcount leak when using ComboBox.set_cell_data_func
 345644	gtk+-2.9.4 requires CUPS-1.2.x
 345663	gtkaction(group)?.c: using functions without prototype declaration
 346079	gtk receives all sorts of events from the X server
 343841	Misguided iter assertion in gtk_list_store_insert_with_values()
 346113 unix print dialogue always has preview button
 346237 Possible leak in gtkprintunixdialog.c
 346027 cancelling printer enumeration
 346312 gtk 2.9.4 tarball lacks the files gtkwin32embedwidget.h
        and gtkprint-win32.h
 346341 Memory leak in gtk_tree_model_sort_finalize: User data not freed

* Updated translations (cs,cy,dz,es,gu,hi,ko,mk,nb,nl,ru,th,ur)

Overview of Changes from GTK+ 2.9.3 to 2.9.4
============================================

* GtkPrintOperation:
 - UI improvements in the print dialog
 - Make printing work without a display connection
 - Replace "Print to PDF" by "Print to file" that
   can generate PDF or PostScript
 - Add a function to the low-level API to
   enumerate all printers

* GtkNotebook tab DND has been improved

* GtkProgressbar supports text in activity mode

* GtkLabel allows to set the wrap mode

* GtkStatusIcon supports transparency

* Bugs fixed:
 344850 Dragging a GtkTreeViewColumn segfaults when
        using certain GtkTreeViewColumnDropFunc
 342458 Stock menu items without icons are broken in
        recent GTK+ releases.
 335873 notebook DND + popup windows
 337882 gtk_progress_bar_set_text() does nothing in
        activity mode
 339456 unix print dialogue help button bug
 339702 Make sure printing works without a display
 341571 tabs too easily reordered
 344074 New Feature: get printer list, and get default print
 344743 gtk_targets_include_text() should initialize atoms
 344838 Allow func to be NULL in
        gtk_tree_view_set_search_position_func
 344891 GtkPrintOperationPreview signal defs correction
 345008 Need updated cairo req
 345093 print preview temp file issues
 345107 Memory leak in gtk_entry_completion_finalize:
        User data not freed
 345194 gdk_window_set_functions() docs need to be updated
 345456 grid-lines property is wrongly registered and
        get/set.
 314278 strings in gtk-update-icon-cache are not marked
        for translation
 344707 size group with widgets in hidden container
 344897 Entry completion model NULL handling should be
        documented
 345038 gtk_print_job_set_status' status
 345106 dialog button box spacings
 345176 GtkIconView doc about drag and drop
 345275 doc imporovements for gtk_window_move
 345320 Two very similiar strings should be made equal
 345321 Add meaning of "shortcut" as translator comment
 320034 transparency gtkstatusicon
 339592 Add print-to-postscript
 344867 custom paper file could use keyfile

* Updated translations (cs,de,es,fr,gl,gu,hi,ko,ta,th)

Overview of Changes from GTK+ 2.9.2 to 2.9.3
============================================

* GtkPrintOperation:
 - Introduce an allow-async property
 - Introduce a GtkPrintOperationAction enumeration
 - Rename pdf_target to export_filename
 - Allow to hide "Print to PDF" in the low-level API

* GtkNotebook:
 - Add a destroy notify to
   gtk_notebook_set_window_creation_hook.

* GtkTreeView:
 - Support grid lines

* GtkRange:
 - Add a number of new stle properties which allow more
   fexible stepper theming

* Bugs fixed:
 153212 Have the Paste kbd shortcut jump to the location in
        the buffer
 337491 _gdk_win32_drawable_release_dc: DeleteDC() called on
        a GetDC() handle
 339739 gtk/gtkprintoperation-win32.c: 3 compile error
 342339 GtkRange::stepper-spacing style property not
        implemented correctly
 343945 Buttons of a GtkAssistant are not accessible
 344148 Wrong reqs for ATK
 344209 gtk_notebook_set_window_creation_hook() has no destroy
        func.
 344232 GtkEntry's "Delete" context menu item is sensitive on a
        non-editable GtkEntry
 344244 Window resizing not working when keeping the aspect
        fixed
 344288 gtk_print_operation_preview_is_selected must return
        a value
 344386 gdk-2.0-uninstalled.pc.in and gdkconfig.h
 344496 CRLF converting via Clipboard
 344504 GtkPrintCapabilities not in gtktypebuiltins.h
 344505 Wrong signal registration for create_custom_widget
 344512 cvs build issue
 344513 pdf print module's print_stream not calling destroy
        notify
 344518 NULL unref in page setup dialogue
 344543 gtk_progress_bar_pulse calls gtk_progress_bar_paint
        directly
 344560 gtk_print_settings_[sg]et_scale shouldn't be in percent
 344607 memory leaks in gtkrecentchooserdefault.c and
        gtkrecentchoosermenu.c
 344624 Memory leak in gtk_tree_model_filter_finalize: User
        data not freed
 337603 Possible off-by-one in
        gdk_pango_layout_line_get_clip_region
 344239 Wrong filename for gtk-find stock item.
 344528 comma at end of GtkPrintOperationAction enum causes
        mozilla compilation error
 344290 horizontal-padding not take into account when placing
        submenus
 344558 document print dialogue response codes
 339592 Add print-to-postscript
 342249 Allow to draw upper and lower sides of GtkRange's
        trough differently
 344530 gtk_recent_chooser_widget_new_for_manager and
        gtk_recent_chooser_menu_new_for_manager should
        allow NULL manager arg

* Updated translations (es,fi,gu,ko,th,wa)


Overview of Changes from GTK+ 2.9.1 to 2.9.2
============================================

* GtkPrintOperation
 - Support asynchronous pagination with the ::paginate signal
 - Add gtk_print_operation_cancel
 - Support application-specific widgets
 - Allow disabling features based on application capabilities
 - Optionally show progress
 - Change some function names in GtkPrintContext to be longer
   and better
 - Support preview, the default implementation spawns evince,
   but the api allows for an internal preview implementation

* GtkCellView
 - Add a model property

* GtkStatusIcon
 - Allow to obtain screen geometry

* GtkTreeView
 - Many bug fixes, in particular for RTL handling
 - Separate sensitive and selectable properties of rows
 - Optionally allow rubberband selection

* GtkButton
 - Add image-spacing style property
 - Add image-position property

* GtkToolButton
 - Add icon-spacing style property

* Make GTK+ work as an untrused X client

* Bugs fixed:
 343838 gtkprintoperationpreview.h guards
 305530 Crashes while creating source code w/GtkFontSelection
 341327 Memory corruption inside glib
 341734 cursor blocked to dnd mode after using shift and
        dnd on a GtkCalendar
 343453 G_DEFINE_TYPE messes up internal typenames of
        GdkWindow and GdkPixmap
 136571 Problems running as untrusted client
 168105 the right edge tab does not appear when switching tab
 172535 Add support for UI builders in gtk+
 302556 GtkTreeView widget signals are badly documented
 324480 Selecting first item with keyboard is difficult
 340428 small cleanup
 340444 don't run the custom page size dialogue
 340839 Critical warnings in GtkTreeModelFilter
 341898 gtk_tree_view_insert_column_with_attributes doesn't
        work with fixed_height_mode
 342003 DnD: Conditional jump or move depends on uninitialised value
 342072 Wrong drop location in GtkEntry
 342096 GtkImage animation CRITICALS on switching themes
 342513 widget class style property with type module
 342529 gdk should set resolution on PangoCairoFontmap,
        not PangoCairoContext
 342535 Add documentation for new GtkWidget style properties
        (including Since tags)
 342543 can't compile gtk+ on opensolaris using sun cc
 342569 Typo in decl of gdk_color_parse
 342752 Need a way to specify custom tab label for custom page
        in Print dialog
 342754 print-editor: font button dialog doesn't get focus if
        main window has a window group
 342781 GtkPrintUnixDialog: Collate should be insensitive unless
        Copies is > 1
 342783 GtkPrintUnixDialog: Range textinput area should be
        insensitive unless range radiobutton is selected
 342894 Use after free inside gtk_text_view_set_buffer
 342930 GtkButton should offer a way to position the image
        relative to the text
 343088 Some typos in the PO file
 343425 "grab-notify"-signal is not correctly propagated for
        internal children
 343438 gtk_color_button_set_color() doesn't emit "color-set"
        signal
 343475 page setup unix dialog confusion
 343625 allow to get only some info from gtk_status_icon_get_geometry
 343677 GtkWindow chains key-release to key-press
 320431 Text too close when using East/West in a GtkToolButton
 321523 GtkTreeView's test_expand_row signal emitting impractical
        on row expand all
 342007 Warning in gtk_paned_compute_position
 343233 gdk_rectangle_intersect doc
 333284 expander animation not working in RTL mode
 343444 change color of gtk-demo source-buffer comment color
        from red to DodgerBlue
 343630 Small inconsistence in migration documentation
  80127 Rubberbanding for GtkTreeView
 341450 status icon + libnotify
 341679 Allow absolute filenames in the options entries

* Updated translations (bg,cy,de,el,es,et,eu,gl,gu,it,ja,
                        nb,nl,pt_BR,th,vi)


Overview of Changes from GTK+ 2.9.0 to 2.9.1
============================================

* GtkPrintOperation
 - Many user interface improvements in the unix dialogs
 - gtk-demo has a printing demo
 - Don't unload print backends for now, since that has
   deadlock issues
 - Asynchronous page rendering is done in an idle

* GtkImage has an image property

* GtkTextBuffer has a cursor-position property

* Arrow sizes in scrolled menus and notebooks are themable

* GDK keysyms have be synched with Xorg 7.1

* Bugs fixed:
 340676 print backend type modules not correctly reregistering
        their types
 340870 gdk_window_get_toplevels docstring error
 323956 Unwanted accelerate key in the action-based toolbar
 340527 Tooltips not shown for toolbar buttons created with
        uimanager/actions
 340516 status icon property getter assertions
 341091 a couple of spelling errors in gtk+
 335707 notebook DND with event boxes in tab labels
 337306 Add a GtkMessageDialog::image property
 139628 GtkLayout In GtkScrolledWindow does not receive the
        scroll_event
 334412 Add cursor-position property for getting notified
        about cursor movement
 341217 langinfo.h #include'd unconditionally stops build
 333632 use GtkMenu::scroll-arrow-height instead of
        MENU_SCROLL_ARROW_HEIGHT
 325282 Add GtkNotebook::tab-overlap style property
 341247 possible crash with tab_label = NULL
 321896 Synch gdkkeysyms.h/gtkimcontextsimple.c with X.org 6.9/7.0
 341416 Save FileChooserDialog doesn't response
 336774 gtk_recent_manager_add_full
 340401 critical warnings when using window groups
 341661 misplaced g_assert in gtk_text_view_allocate_children
 341692 Semicolons after G_DEFINE_TYPE
 341665 several misplaced g_assert
 341578 reverse page order issues
 341332 Unset background in more places
 341896 gtktreeview has RTL problems with toggle buttons if using
        gtktreestore as a model
 341028 crash in new async code
 341035 file chooser crash
 340722 GtkToolbar::max-child-expand style property
 339589 Tooltips on orientation icons in page setup dialog
 340951 faq: How do I internationalize a GTK+ program? doesn't
        mention glib-I18N
 341855 Little typo in the Tree and List Widget Overview
 153212 Have the Paste kbd shortcut jump to the location
        in the buffer
 335729 Invisible rows and
        gtk_tree_model_filter_convert_child_*_to_*
 106406 GtkTreeView Grid Lines?
 339592 Add print-to-postscript

* Updated translations (de,es,gl,gu,nl)


Overview of Changes from GTK+ 2.8.x to 2.9.0
============================================

* GtkStatusIcon, a cross-platform "tray icon" API

* GtkAssistant, a widget for creating multi-step wizards

* GtkLinkButton, a widget that displays a clickable hyperlink

* GtkRecentChooser, widgets to display and select recently used files

* GtkPrintOperation, cross-platform printing support

* A framework for rich text copy and paste and DND

* GtkCellRendererAccel, a cell renderer for key combinations

* GtkCellRendererSpin, a cell renderer which edits numeric values
  using a spin button

* GtkAction works with named icons in addition to stock icons

* GtkNotebook supports DND, allowing to reorder tabs, move tabs
  between notebooks and drop tabs on the desktop to open a new window

* GtkTreeView:
  - Enhanced customizability (e.g. grouping) with the
    show-expanders and level-indentation properties
  - Allow to embed the search popup
  - Better search popup positioning

* GtkFileChooser:
  - Communication with backends is now asynchronous to avoid
    blocking on filesystem operations. Due to the required interface
    changes, the GTK+ ABI version has been bumped to 2.10.0. Third-party
    filesystem backends have to be ported to the new interface, other
    modules, such as theme engines, input method modules or pixbuf loaders
    have to be rebuilt so that they are installed in the right place
    for GTK+ to find them.
  - The location entry (popped up by C-L) has been integrated in the
    main dialog.

* Reworked hex Unicode input now requires Ctrl-Shift-U

* Animations can now be globally controlled by settings

* The gtk-touchscreen-mode setting controls a number of changes
  that make GTK+ work better on touchscreens

* Password entries can optionally show the last entered character
  for a short while, controlled by the password-hint-timeout setting

* GTK+ can now consult an additional fallback icon theme before
  falling back to hicolor

* Improved themability:
  - GTK+ supports symbolic colors, which can be set system-wide
    using a setting, and can be modified and used in rc files
    and theme engines
  - GTK+ sets window type hints on override-redirect windows to
    help compositing managers apply proper bling
  - Paths in rc files can now refer to all subclasses of a class
  - GtkRange steppers will appear insensitive when the slider
    is at the end; applications which need to handle this case
    (e.g. to extend the range) can opt out of this.
  - GtkRange::activate-slider style property allows themes
    to draw sliders differently while they are being dragged
  - GtkNotebook::tab-overlap and GtkNotebook::curvature style
    properties allow more flexible notebook theming
  - The spacing of buttons around children can be themed with
    the GtkButton::inner-border style property. Apps can override
    this per-widget using the corresponding inner-border property
  - GtkMenu has aquired a horizontal-padding style property
  - There are style properties for the color of hyperlinks,
    GtkWidget::link-color and GtkWidget::visited-link-color
  - GtkTreeview row hinting now takes the selection into account
  - Scrolling menus can be forced to always display both arrows,
    using the GtkMenu::double-arrows style property
  - Separators can be themed using the wide-separators, separator-width
    and separator-height style properties
  - GtkTreeView allows more flexible theming with the row-ending-details
    property
  - The pixbuf theme engines supports customized drawing of expanders
    and resize grips

* GDK changes:
  - OS X backend
  - DirectFB backend
  - Closing displays works
  - gdk_screen_is_composited to check for running compositing manager
  - Support for Super, Hyper and Meta modifiers

* gdk-pixbuf changes:
  - Supports saving tiff
  - Supports loading 16-bit pnm
  - Doesn't load entire gif animation to get first frame

* Bug fixes
  - Too many to list them here
2006-09-15 15:06:07 +00:00
joerg
24ca5a7c49 Actually bump the revisions as promised. 2006-09-14 17:13:58 +00:00
joerg
dc16dd327c Check set*uid for error, at least on Linux it can fail.
Bump revisions of xorg-clients, xorg-libs and xorg-server.
2006-09-14 16:52:54 +00:00