Age | Commit message (Collapse) | Author | Files | Lines |
|
kdelibs3: security patch
Revisions pulled up:
- x11/kdelibs3/Makefile 1.141
---
Module Name: pkgsrc
Committed By: hasso
Date: Tue Jun 16 16:09:36 UTC 2009
Modified Files:
pkgsrc/x11/kdelibs3: Makefile
Log Message:
Fix a serious security issue for platforms using kgrantpty (NetBSD isn't
such, but DragonFly is): ${SETUID_ROOT_PERMS} doesn't work for suid
kgrantpty, because the locate() method used to find the path to the binary
expects it to have a read permissions set.
|
|
ruby18-base: bug fix update
ruby18-curses: bug fix update
ruby18-tk: bug fix update
Revisions pulled up:
- devel/ruby-curses/distinfo 1.20
- lang/ruby/rubyversion.mk 1.48
- lang/ruby18-base/distinfo 1.39
- x11/ruby-tk/distinfo 1.23
---
odule Name: pkgsrc
Committed By: taca
Date: Tue Jun 16 15:08:38 UTC 2009
Modified Files:
pkgsrc/devel/ruby-curses: distinfo
pkgsrc/lang/ruby: rubyversion.mk
pkgsrc/lang/ruby18-base: distinfo
pkgsrc/x11/ruby-tk: distinfo
Log Message:
Update Ruby packages to 1.8.7.174 (1.8.7-p174).
* Fix critical problem of BigDecimal class in 1.8.7-p173.
Fri Jun 12 16:36:44 2009 Yukihiro Matsumoto <matz@ruby-lang.org>
* ext/bigdecimal/bigdecimal.c (VpToString): fixed a bug introduced
in r23613. [ruby-talk:338957]
|
|
ruby-curses: security update
ruby-readline: security update
lang/ruby18-base: security update
ruby-tk: security update
Revisions pulled up:
- devel/ruby-curses/distinfo 1.19
- devel/ruby-readline/Makefile 1.26-1.27
- lang/ruby/rubyversion.mk 1.46
- lang/ruby18-base/PLIST 1.15
- lang/ruby18-base/distinfo 1.38
- lang/ruby18-base/patches/patch-bi delete
- x11/ruby-tk/distinfo 1.22
---
Module Name: pkgsrc
Committed By: wiz
Date: Wed May 20 00:58:30 UTC 2009
Modified Files:
pkgsrc/devel/ruby-readline: Makefile
Log Message:
Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlib
major change.
Reported by Robert Elz in PR 41345.
---
Module Name: pkgsrc
Committed By: taca
Date: Wed Jun 10 12:45:34 UTC 2009
Modified Files:
pkgsrc/lang/ruby: rubyversion.mk
Log Message:
Start update of Ruby programming language packages to 1.8.7.173 (1.8.7-p173).
- Add LICENSE.
- Update RUBY18_PATCHLEVEL to 173.
---
Module Name: pkgsrc
Committed By: taca
Date: Wed Jun 10 12:46:47 UTC 2009
Modified Files:
pkgsrc/lang/ruby18-base: PLIST distinfo
Removed Files:
pkgsrc/lang/ruby18-base/patches: patch-bi
Log Message:
Update ruby18-base package to 1.8.7.173 (Ruby 1.8.7-p173).
Mon Jun 8 10:58:41 2009 NAKAMURA Usaku <usa@ruby-lang.org>
* eval.c (rb_thread_schedule): mswin32 doesn't have F_GETFD, so check
with another method.
Mon Jun 8 08:15:36 2009 Yukihiro Matsumoto <matz@ruby-lang.org>
* ext/bigdecimal/bigdecimal.c (VpAlloc): avoid ALLOCA_N() to avoid
segmentation fault caused by (insanely) long decimal values.
backported from 1.9. CVE-2009-1904
* ext/bigdecimal/bigdecimal.c (BigDecimal_dump, BigDecimal_to_i,
BigDecimal_to_f, BigDecimal_to_s, BigDecimal_split,
BigDecimal_inspect): ditto.
Mon Jun 8 08:15:36 2009 Yukihiro Matsumoto <matz@ruby-lang.org>
* ext/bigdecimal/bigdecimal.c (BigDecimal_to_f): returns Inf if
exp is bigger than DBL_MANT_DIG.
Wed Jun 3 21:16:30 2009 Tanaka Akira <akr@fsij.org>
* file.c: include fcntl.h for O_RDONLY on Solaris.
Wed Jun 3 21:09:56 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
* util.c (rv_strdup): macro to duplicate nul-terminated string.
[ruby-core:22852]
* util.c (ruby_dtoa): allocates one more byte to get rid of buffer
overrun. a patch from Charlie Savage at [ruby-core:22604].
Wed Jun 3 21:09:56 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
* util.c (ruby_dtoa): allocates one more byte to get rid of buffer
overrun. a patch from Charlie Savage at [ruby-core:22604].
Wed Jun 3 21:05:44 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
* ext/bigdecimal/bigdecimal.c (gfDebug): uncommented out.
[ruby-core:22600]
Wed Jun 3 20:54:23 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
* eval.c (rb_eval): needs to guard intermediate string objects.
based on a patch from Brent Roman <brent AT mbari.org> a
[ruby-core:22584].
Tue May 26 21:24:01 2009 URABE Shyouhei <shyouhei@ruby-lang.org>
* Makefile.in (update-rubyspec, test-rubyspec): Catch up to
rubyspec merge. A patch by Brian Ford at [ruby-core:21032]
Tue May 26 21:21:49 2009 Akinori MUSHA <knu@iDaemons.org>
* lib/soap/mimemessage.rb (MIMEMessage#to_s): Fix a fatal
method name typo. [Bug #1173]
Tue May 26 21:16:55 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
* file.c (rb_file_s_extname): fix for spaces before extention.
[ruby-dev:38044]
Tue May 26 21:09:21 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
* win32/win32.c (_CrtDbgReportW): prevent from false positive
assertions in msvcrtd. [ruby-core:22116]
Tue May 26 21:02:13 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
* lib/ostruct.rb (OpenStruct#new_ostruct_member): checks if frozen.
[ruby-talk:328195], [ruby-core:22142]
Tue May 26 21:00:08 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
* lib/ostruct.rb (OpenStruct#inspect): fixed the recursion check.
Patch by Kornelius Kalnbach. [ruby-core:20992].
* test/ostruct/test_ostruct.rb: test for inspect.
Patch by Kornelius Kalnbach. [ruby-core:20992].
Tue May 26 20:50:32 2009 Tanaka Akira <akr@fsij.org>
* eval.c (rb_thread_schedule): handle EBADF of select as well.
[ruby-core:21264]
---
Module Name: pkgsrc
Committed By: taca
Date: Wed Jun 10 12:47:36 UTC 2009
Modified Files:
pkgsrc/devel/ruby-curses: distinfo
Log Message:
Update ruby-curses pakcage to 1.8.7.173 (1.8.7-p173).
---
Module Name: pkgsrc
Committed By: taca
Date: Wed Jun 10 12:48:07 UTC 2009
Modified Files:
pkgsrc/devel/ruby-readline: Makefile
Log Message:
Update ruby-readline package to 1.8.7.173 (1.8.7-p173).
Reset PKGREVISION.
---
Module Name: pkgsrc
Committed By: taca
Date: Wed Jun 10 12:48:38 UTC 2009
Modified Files:
pkgsrc/x11/ruby-tk: distinfo
Log Message:
Update ruby-tk package to packages to 1.8.7.173 (1.8.7-p173).
|
|
ruby18-base: security update
ruby18-curses: security update
ruby18-tk: security update
Revisions pulled up:
- lang/ruby/rubyversion.mk 1.45
- lang/ruby18-base/Makefile 1.50
- lang/ruby18-base/distinfo 1.36
- lang/ruby18-base/patches/patch-dg delete
- lang/ruby18-base/patches/patch-dh delete
- lang/ruby18-base/patches/patch-dj delete
- devel/ruby-curses/distinfo 1.18
- x11/ruby-tk/distinfo 1.21
---
Module Name: pkgsrc
Committed By: taca
Date: Thu Apr 16 17:10:17 UTC 2009
Modified Files:
pkgsrc/lang/ruby: rubyversion.mk
Log Message:
Bump Ruby 1.8.7's patch level to 160.
---
Module Name: pkgsrc
Committed By: taca
Date: Thu Apr 16 17:11:12 UTC 2009
Modified Files:
pkgsrc/lang/ruby18-base: Makefile distinfo
Removed Files:
pkgsrc/lang/ruby18-base/patches: patch-dg patch-dh patch-dj
Log Message:
Update ruby18-base-1.8.7.160 (1.8.7-p160).
This release is counterpart of 1.8.6-p368, so many bugs are fixed
since the latest 1.8.7. Check the ChangeLog for more details.
Especialy, including workarounds for CVE-2007-1558 and CVE-2008-1447.
---
Module Name: pkgsrc
Committed By: taca
Date: Thu Apr 16 17:12:18 UTC 2009
Modified Files:
pkgsrc/devel/ruby-curses: distinfo
Log Message:
Update distinfo refelecting update to Ruby 1.8.7-p160.
---
Module Name: pkgsrc
Committed By: taca
Date: Thu Apr 16 17:12:42 UTC 2009
Modified Files:
pkgsrc/x11/ruby-tk: distinfo
Log Message:
Update distinfo refelecting update to Ruby 1.8.7-p160.
|
|
override.
|
|
pull in a patch from upstream which fixes wakeup storms in idletime
counter, reducing the system load significantly if a recent
gnome-screensaver in run
bump PKGREVISION
|
|
Fix some pkglint warnings and add PKG_DESTDIR support.
|
|
corresponding change of ABI.
OK'ed by wiz@ (as was the textproc/icu update).
|
|
cups printers works on NetBSD. Code assumes that a connect()
on a non blocking socket will eventually succeed but what it actually gets
is failure with EISCONN. Bump PKGREVISION.
|
|
Add dependency for py-expat for python23 and python24.
Bump PKGREVISION.
Should fix problem in gnome-keyring reported on pkgsrc-users by Uwe Klaus.
|
|
- bugfixes
For pkgsrc:
- fix installation of wxrc
- build both Unicode and non-Unicode version, they are not API and ABI
compatible and different programs either
|
|
|
|
infrastructure supports this properly (thanks joerg!).
|
|
=== pygtksourceview 2.6.0 ===
2009-03-04 Gian Mario Tagliaretti <gianmt@gnome.org>
* configure.ac: bump version 2.6.0
* NEWS: updated
2009-03-04 Gian Mario Tagliaretti <gianmt@gnome.org>
* configure.ac: bump version 2.5.1
=== pygtksourceview 2.5.0 ===
2009-03-04 Gian Mario Tagliaretti <gianmt@gnome.org>
* NEWS: updated
* configure.ac: bump version 2.5.0
pygtksourceview 2.5.0 released
2008-12-03 Ignacio Casal Quinteiro <nacho.resa@gmail.com>
* gtksourceview2.defs:
Added NBSP to draw spaces.
|
|
===============
Version 0.11.10
===============
Translations
- Updated crh: Reşat SABIQ
- Updated gl: Suso Baleato
==============
Version 0.11.9
==============
Misc
* Remove libgnomeui dependency (Andreas Proschofsky)
Translations
- Updated ast: Gil Forcada
- Updated crh: Claude Paroz
- Updated ro: Alexandru Szasz, Jani Monoses
==============
Version 0.11.8
==============
Misc
* Work properly when pygobject is not installed
in a default directory (Frederic Peters)
Translations
- Updated sv: Daniel Nylander
- Updated zh_HK: Chao-Hsiung Liao
- Updated zh_TW: Chao-Hsiung Liao, Woodman Tuen
==============
Version 0.11.7
==============
Misc
* Port to GIO (Cosimo Cecchi, Gian Mario Tagliaretti)
* Require intltool 0.4.0
* Print better messages when checking for Python libraries
Translations
- Updated ar: Khaled Hosny
- Updated el: Djihed Afifi <djihed@gmail.com>, nikosCharonitakis
- Updated it: Milo Casagrande
- Updated kk: Claude Paroz, Margulan Moldabekov
|
|
===============
Version 2.26.0
===============
- Remove power notice signal
- Rely on GNOME session idle detection
- Proxy g-s inhibitors over to the session
- Read status message from session
- Accept a full path for theme (Matthias Clasen)
===============
Version 2.25.2
===============
- Fix pixmap leak (Matthias Clasen)
- Fix dialog border width
===============
Version 2.25.1
===============
- Add bevel around dialog
- Fixed #444927, get idle time from xorg
- Fixed #492949, screensavers-personal-slideshow should not show hidden directories (Jörg)
- Fixed #530561, "Random" preview is always the last saver (Maxim Ermilov)
- Fixed #561855, Calls wrong slideshow binary if there is one installed in $PATH (Frederic Crozat)
Translations:
None
|
|
|
|
|
|
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
|
|
|
|
|
|
files, not over and over again.
|
|
Overview of Changes in 0.90.2 (since 0.90.2)
============================================
Requires Gtk+ 2.12.0
Changes in this release:
- Fixed a crash when using focus_color.
- Now focus_color and scrollbar_color accept symbolic colors.
Overview of Changes in 0.90.1 (since 0.90.0)
============================================
Changes in this release:
- High roundness values are now correctly limited.
- Use focus_color in draw_entry if the theme uses it.
- Removed shadows from GtkCombo and GtkComboBoxEntry.
- Code polishing and bugfixing.
|
|
|
|
platforms with 64bit time_t
see gnome bugzilla #569113
|
|
This switches to the gnome-2.26 release branch
|
|
|
|
|
|
|
|
|
|
2.16.0 (stable):
Gtk:
* Builder:
- get_widget_derived(): Reference-counting correction.
- create_from_file(), add_from_file(), create_from_string(),
add_from_string(): Add method overloads that take a char* for the object
ID, to avoid ambiguity with the two other overloads that take ustring or
StringArrayHandle.
* Entry:
- *_icon_* methods(): Rearrange parameters to make these consistent and
so we can have more default parameter values.
- Added icon_press and icon_release signals.
* FileChooserButton: Added the file_set signal, noticed by Damon Register.
* Stock: Added CAPS_LOCK_WARNING.
* Style: Added get_style_property_value() and templated get_style_property().
* Added Orientable and Activatable interfaces, though they cannot be used yet
because that would break ABI of existing classes.
(Murray Cumming)
Gdk:
* PixbufAnimation: create_from_file(): Throw an exception when the GError is
not null. (Murray Cumming)
Maemo-specific API:
* TextBuffer: get/set_rich_text_format(), set_rich_text_format_all(),
get/set_can_paste_rich_text(): Remove these Maemo-specific methods which have
been superseded by the generic TextBuffer serialization functions.
(Daniel Elstner, Openismus)
* Enums
- Added Maemo-specific Gtk::HildonSizeType, wrapping HildonSizeType,
which was inexplicably added to GTK+ in Maemo 5.
- Likewise added Gtk::Hildon::InputMode, wrapping HildonGtkInputMode.
(Daniel Elstner, Openismus)
2.15.5 (unstable):
(2.15.4 was skipped)
* Activatable: reset_vfunc() renamed to sync_action_properties_vfunc().
(Murray Cumming)
* Builder:
- create_from_file(), add_from_file(), create_from_string(): Add method
overloads that take char* to avoid ambiguity.
- get_widget_derived(): Correct reference-counting.
(Murray Cumming)
* FileChooserButton: Add file_set signal.
(Murray Cumming)
* Stock: Added CAPS_LOCK_WARNING.
* Added interfaces, but we can't use them yet without breaking ABI:
Activatable, Orientation.
2.15.3 (unstable):
(2.15.2 was skipped)
Gtk:
* Action: Reimplemented set_tooltip() with the new C
gtk_action_set_tooltip() function. Added get/set_label(),
get/set_short_label(), get_tooltip(), get/set_stock_id(),
get/set_gicon(), get/set_icon_name(), get/set_visible_horizontal(),
get/set_visible_vertical(), get/set_is_important(), which are new
accessors for the properties. Added the gicon property.
Added block_activate() and unblock_activate().
* ImageMenuItem: Added get/set_always_show_image() and property.
* Scale: Added add_mark() and clear_marks().
* TreeView: Added a get_path_at_pos() overload that takes less parameters.
(Murray Cumming)
Build:
* Allow pangomm to build outside the source tree.
(Theppitak Karoonboonyanan) Bug #570325
* MSVC++: Disabled compiler warning 4250 also for MSVC2005.
(Armin Burgmeier) Bug #568083 (Tao Wang).
* Documentation:
Reference documetnation: Unescape some < and > characters.
(Daniel Elstner, Murray Cumming) #568485 (Mihai Niculescu)
2.15.1 (unstable):
Gtk:
* CellView: Added get_model() and some new properties.
* Entry: Added unset_invisible_char(), get_invisible_char().
Added the new progress and icon methods and the properties,
including the new im-module property.
* ImageMenuItem: Added get/set_use_stock(), set_accel_group().
* MenuItem: Added get/set_label(), get/set_use_underline() and properties.
* PaperSize: Constructor: Remove the default value for the name parameter,
because there is already a default constructor,
This caused MSVC++ warning C4520 with Visual Studio 2008.
(Tao Wang) Bug #568074.
* PrintOperation: Added draw_page_finish(), set_defer_drawing().
* PrintSettings: Added get_resolution_x(), get_resolution_y(),
set_resolution_xy(), get/set_printer_lpi().
* SelectionData: Reimplement get_selection() using the new C getter method.
* StatusIcon: Added button_press_event, button_release_event and scroll_event
signals. Added get/set_has_tooltip(), get/set_tooltip_text(),
get/set_tooltip_markup().
* Stock: ORIENTATION_PORTRAIT, ORIENTATION_LANDSCAPE,
ORIENTATION_REVERSE_LANDSCAPE, and ORIENTATION_REVERSE_PORTRAIT,
avoiding undefined reference errors when trying to use these.
(Murray Cumming) Bug #568416 (Tao Wang).
* TextBuffer: Added the paste_done signal.
* TextView: Added im-module property.
* TreeModel::Path::empty(): Also check for a null underlying
GtkTreePath. Added operator bool() to do the same, just calling !empty().
(Murray Cumming)
Gdk:
* Drawable::draw_pixbuf(): Add an override without a GC parameter, becauase it
can be NULL in C.
* Screen: Added get_monitor_width_mm(), get_monitor_height_mm(),
get_monitor_plug_name().
* Windows build:
- Disabled MSVC++ compiler warning 4250
(Armin Burgmeier) Bug #568083 (Tao Wang).
- Installer: Added Simplified Chinese translation. (Tao Wang)
2.15.0 (unstable):
* CellRendererPixbuf: Added the icon-name and follow-state
properties, noticed by Mathias Hasselmann.
(Murray Cumming)
* Printer::enumerate_printers(): Fix a refcounting problem found by Tor Krill.
(Armin Burgmeier)
* Gdk::Window: Added an invalidate() that takes no rect
parameter because it can be NULL in C.
(Murray Cumming)
* Cleaned up gtk includes to use only toplevel headers, as may be required by
a future GTK+ version.
(Przemysław Grzegorczyk) Bug #564006
* Container: Use GType instead of GtkType for the child_type_vfunc() return type
This should allow soure code to use gtkmm if it declares GTK_DISABLE_DEPRECATED.
(Murray Cumming) Bug #562893 (Dénes Faluvégi)
* Documentation:
TreeModel: set_value_impl() documentation: Mention row_changed(),
not set_row_changed(). Bug #562505 (Bohumir Zamecnik)
* HandleBox: Restore the child-attached property, which was lost at some point
during 2.14.
* LinkButton: Resore the visited property definition, which was lost at some
point during 2.14.
(Murray Cumming)
* CellView, ComboBox, EntryCompletion, IconView: Added unset_model().
(Alexander Shaduri) Bug #555268
|
|
|
|
|
|
|
|
dependent pkgs
|
|
|
|
2.26.0
======
Features/bugfixes:
* Fix progress bar color in Simple (Benjamin Berg)
* Improve the progress bar in entries a bit in Glider and Simple
(Benjamin Berg)
* Add support for the entry progress in Clearlooks based themes
(Benjamin Berg)
New/updated translations:
Amitakhya Phukan (as)
Runa Bhattacharjee (bn_IN)
Jordi Mallach (ca)
Ole Laursen (da)
Hendrik Richter (de)
Jennie Petoumenou (el)
Suso Baleato (gl)
Rajesh Ranjan (hi)
Luca Ferretti (it)
Sandeep Shedmake (mr)
Nickolay V. Shmyrev (ru)
I. Felix (ta)
Krishna Babu K (te)
2.25.92
=======
New/updated translations:
2009-02-26 Duarte Loreto <happyguy_pt@hotmail.com>
* pt.po: Updated Portuguese translation.
2009-02-23 Philip Withnall <philip@tecnocode.co.uk>
* en_GB.po: Updated British English translation.
2009-02-22 Praveen Arimbrathodiyil <pravi.a@gmail.com>
* ml.po: Updated Malayalam translation (Hari Vishnu).
2009-02-22 Baris Cicek <baris@teamforce.name.tr>
* tr.po: Updated Turkish translation.
2.25.91
=======
Features/bugfixes:
New icons for HC-SVG and HCLPI:
* New 'printer-printing' and 'printer-error' by Vinicius Depizzol
Closes bug #564910 and #564914.
* New 'battery-low' and 'battery-caution' from Vinicius Depizzol and
Luca Ferretti <elle.uca@libero.it>. (Close bugs #564629 and #564631)
* New icon for 'network-wireless' (Luca Ferretti, bug #565704)
* New icon for 'mail-send-receive' (Luca Ferretti, bug #565788)
* New icon for 'emblem-unreadable' (Luca Ferretti, bug #565854)
* New icon for 'media-playlist-shuffle' (Luca Ferretti, bug #565243)
* New icon for 'media-playlist-repeat' (Luca Ferrettii, bug #564663)
* New icon for 'x-office-presentation' (Luca Ferretti, bug #565705)
* New icon for 'x-office-document' (Luca Ferretti, bug #565800)
New/updated translations:
2009-02-16 Wouter Bolsterlee <wbolster@svn.gnome.org>
* nl.po: Updated Dutch translation by Wouter Bolsterlee.
2009-02-15 Luca Ferretti <elle.uca@libero.it>
* it.po: Updated Italian translation.
2009-02-14 Petr Kovar <pknbe@volny.cz>
* cs.po: Updated Czech translation by Pavel Sefranek.
2009-02-14 Gabor Kelemen <kelemeng@gnome.hu>
* hu.po: Translation updated.
2009-02-14 Ihar Hrachyshka <booxter@lacinka.org>
* be@latin.po: Updated Belarusian Latin translation by Ihar
Hrachyshka.
2009-02-12 Jani Monoses <jani@ubuntu.com>
* ro.po: Updated Romanian translation
by Adi Roiban <adi@roiban.ro>
2009-02-12 Inaki Larranaga Murgoitio <dooteo@euskalgnu.org>
* eu.po: Updated Basque translation.
2009-02-11 Theppitak Karoonboonyanan <thep@linux.thai.net>
* th.po: Updated Thai translation.
2009-02-10 Gil Forcada <gforcada@gnome.org>
* ast.po: Added Asturian translation on behalf of Mikel González.
* LINGUAS: Added ast.
2009-02-10 Alexander Shopov <ash@contact.bg>
* bg.po: Updated Bulgarian translation by
Alexander Shopov <ash@contact.bg>
2009-02-09 Claude Paroz <claude@2xlibre.net>
* fr.po: Updated French translation.
2009-02-09 Claude Paroz <claude@2xlibre.net>
* LINGUAS:
* crh.po: Added Crimean Tatar translation on behalf of Reşat SABIQ.
2009-02-09 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).
2009-02-09 Takeshi AIHANA <takeshi.aihana@gmail.com>
* ja.po: Updated Japanese translation.
2009-02-06 Clytie Siddall <clytie@riverland.net.au>
* vi.po: Updated Vietnamese translation.
2009-02-06 Manoj Kumar Giri <mgiri@redhat.com>
* or.po: Updated Oriya Translation.
2009-02-05 Sweta Kothari <swkothar@redhat.com>
* gu.po: Committed Gujarati Translation.
2009-02-03 Tomasz Dominikowski <tdominikowski@aviary.pl>
* pl.po: Updated Polish translation
2.25.90
=======
Features/bugfixes:
Luca Ferretti <elle.uca@libero.it>:
New icon for 'x-office-calendar' (Closes bug #565794)
HC-SVG: Don't ihnerit HighContrastLargePrint, and use "folder"
as Example.
New icon for 'x-office-address-book' (Closes bug #565870).
New icon 'text-x-generic-template' (Close bug #565878)
New HC-SVG icons from Vinicius Depizzol (bugs #566037, #566038), inverse
versions by Luca Ferretti.
New/updated translations:
2009-01-28 Changwoo Ryu <cwryu@debian.org>
* ko.po: Updated Korean translation.
2009-01-27 Ilkka Tuohela <hile@iki.fi>
* fi.po: Updated Finnish translation.
2009-01-25 Raivis Dejus <orvils@gmail.com>
* lv.po: Updated Latvian translation.
2009-01-21 Yair Hershkoviz <yairhr@gmail.com>
* he.po: Updated Hebrew translation.
2.25.5
======
Features/bugfixes:
2008-12-27 Luca Ferretti <elle.uca@libero.it>
New high contrast icons for status/weather.
Close bugs #564117, #564119, #564193, #564228, #564230, #564231,
#564234, #564323, #564326, #564420.
New/Updated translations:
2009-01-09 Leonardo Ferreira Fontenelle <leonardof@gnome.org>
* pt_BR.po: Updated Brazilian Portuguese translation. Contributed by
Djavan Fagundes.
2009-01-08 Daniel Nylander <po@danielnylander.se>
* sv.po: Updated Swedish translation.
2009-01-05 Kjartan Maraas <kmaraas@gnome.org>
* nb.po: Updated Norwegian bokmål translation.
2009-01-03 Priit Laes <plaes at svn dot gnome dot org>
* et.po: Translation updated by Ivar Smolin
2.25.4
======
Not released.
2.25.3
======
Features/bugfixes:
2008-12-15 Luca Ferretti <elle.uca@libero.it>
* icon-themes/HighContrast-SVG/scalable/actions/mail-reply-all.svg:
Added icon proposed Kevin Kubasik with a minor touchup.
Close bug #561646
2.25.2
======
Features/bugfixes:
* Many new icons for HighContrast-SVG (Luca Feretti, Kevin Kubasik).
* Apply `inkscape --vacuum-defs` removing wrong/odd stuff (mostly invalid
URI to sodipodi-0.dtd, due to extraneus space) generating wrong SVG
files. Thanks WebKit to show this issue. (Luca Feretti)
* Move from apps to apps-extra some icons no longer in Icon
Naming Spec: internet-group-chat, internet-mail, internet-news-reader,
internet-web-browser, preferences-system-network-proxy,
preferences-system-session, preferences-system-windows.
(Luca Feretti)
2008-11-03 Benjamin Berg <benjamin@sipsolutions.net>
* gtk-themes/ClearlooksClassic/gtkrc:
* gtk-themes/ClearlooksTest/gtkrc:
* gtk-themes/Glossy/gtkrc:
* gtk-themes/Inverted/gtkrc:
Fix the bg color of GtkViewport and GtkScrolledWindow in notebooks.
New/updated translations:
2008-11-08 Jorge Gonzalez <jorgegonz@svn.gnome.org>
* es.po: Updated Spanish translation.
2.25.1
======
Features/bugfixes:
2008-11-03 Benjamin Berg <benjamin@sipsolutions.net>
Add a test theme as proposed on desktop-devel-list earlier. It is
not the default though.
The theme will only be build in unstable releases, or when specified
at configure time.
Various HighContrast-SVG fixes from Luca Ferretti <elle.uca@libero.it>:
Add support for HighContrast-SVG placeholder icons. Closes bug #451878.
Note that now by default gnome-themes during development
release (odd minor) will not create symlinks for legacy icons
and will install placeholder icons, automatically. On stable
releases this behavior is, of course, swithched.
Vendors can force this policy using provide --enable-* options
at configure time.
Following latest spec, moved to zoom-fit-best.svg
Added "user-bookmarks" copying existing bookmarsk-view from
action-extras.
Small changes in orderd to make those appear like "real" bold and
italic version of the same A charatec (for example, put the horizontal
line at same height, but thinner in italic). Maybe not really needed
in HC theme, but we love details :)
2008-10-14 Calum Benson <calum.benson@sun.com>
Clean up the CORE_FILES_ONLY installation-- don't bother
checking for a file called 'index.theme~' any more, we haven't
used that for years.
2008-10-09 Calum Benson <calum.benson@sun.com>
Set GtkTreeView::grid-line-width to 2px in the large print themes.
Closes bug #548761 (reported by Benjamin Berg), although might
still need further tweaking.
New/updated translations:
2008-10-22 Simos Xenitellis <simos@gnome.org>
* el.po: Updated Greek translation by Nick Agianniotis.
|
|
gnome-control-center 2.26.0 (2009-03-16)
About me:
- Fix warning when selecting a finger to enroll in the combo box
(Bastien Nocera) (#574974)
Default applications:
- Fix mnemonic conflicts (Jens Granseuer)
Display:
- Make the strings of the rotation dialog appear translated (Gabor Kelemen)
(#574693)
- Fix crash when refreshing RANDR configuration (Federico Mena Quintero)
(#574865)
Font viewer:
- Stop the font thumbnailer eating all the CPU (Bastien Nocera) (#573795)
Keybindings:
- Fix mnemonics conflict on the custom shortcut window (Jens Granseuer)
Typing break:
- Revert string freeze breaker (Thomas H.P. Andersen) (#572325)
Translations:
- af (Friedel Wolff)
- as (Amitakhya Phukan)
- bg (Alexander Shopov)
- bn_IN (Runa Bhattacharjee)
- cs (Petr Kovar, Lucas Lommer)
- de (Christian Kirbach, Hendrik Richter)
- el (Jennie Petoumenou)
- en_GB (Philip Withnall)
- es (Jorge Gonzalez)
- fi (Tommi Vainikainen)
- gl (Ignacio Casal Quinteiro)
- gu (Ankitkumar Patel)
- he (Mark Krapivner, Yaron Sharabani)
- hi (Rajesh Ranjan)
- hu (Gabor Kelemen)
- it (Milo Casagrande)
- ja (Takeshi AIHANA)
- lt (Gintautas Miliauskas)
- mai (Rajesh Ranjan)
- ml (Ani Peter)
- mr (Sandeep Shedmake)
- nl (Wouter Bolsterlee)
- or (Manoj Kumar Giri)
- pl (Tomasz Dominikowski)
- pt (Duarte Loreto)
- pt_BR (Andre Gondim)
- ru (Nickolay V. Shmyrev)
- sv (Daniel Nylander)
- ta (I. Felix)
- te (Krishnababu K)
- th (Theppitak Karoonboonyanan)
- tr (Baris Cicek)
|
|
==============
Version 2.26.0
==============
Panel
* Ignore shadow mounts in the panel menus (Vincent)
* Mark desktop files as trusted when it makes sense (Vincent)
Clock Applet
* Fix bad memory usage for a string returned by libical (Vincent)
Misc
* Remove scrollkeeper check, since it belongs to gnome-doc-utils
(Vincent)
Docs Translators
* Jen Ockwell (en_GB)
* Jan Brož and Lucas Lommer (cs)
Translators
* Runa Bhattacharjee (bn_IN)
* Reşat SABIQ (crh)
* Hendrik Richter (de)
* Fotis Tsamis (el)
* Jorge González (es)
* Mattias Põldaru (et)
* Claude Paroz (fr)
* Suso Baleato (gl)
* Ankit Patel (gu)
* Yaron Shahrabani (he)
* Rajesh Ranjan (hi)
* Luca Ferretti (it)
* Žygimantas Beručka (lt)
* wadim dziedzic (pl)
* Duarte Loreto (pt)
* Adi Roiban (ro)
* Yuriy Penkin (ru)
* I. Felix (ta)
* Theppitak Karoonboonyanan (th)
===============
Version 2.25.92
===============
Panel
* Fix some randr-interaction by connecting to the monitors-changed
signal. This shouldn't be needed with the latest GTK+, but we keep to
be 100% sure it will work in 2.26.0. (Matthias Clasen)
* Use close button instead of ok button in error dialogs (Vincent)
All Applets
* Use close button instead of ok button in error dialogs (Vincent)
Translators
* Reşat SABIQ (crh)
* Philip Withnall (en_GB)
* Jorge González (es)
* Ivar Smolin (et)
* Luca Ferretti (it)
* Raivis Dejus (lv)
* Thierry Randrianiriana (mg)
* Praveen Arimbrathodiyil (ml)
* Adi Roiban (ro)
* Pavol Šimo (sk)
* Dr.T.vasudevan (ta)
===============
Version 2.25.91
===============
Panel
* Remove the mixer applet from the default configuration since GNOME
upstream doesn't ship this applet by default. Some distributions
might want to put it back. The patch to be reverted is:
http://svn.gnome.org/viewvc/gnome-panel/trunk/gnome-panel/panel-default-setup.entries?r1=11171&r2=11512&view=patch
(Vincent)
Clock Applet
* Fix properties dialog to not have a missing image and a weird title
(Matthias Clasen)
* Use new GTK+ feature to change orientation of GtkBox instead of
custom code (Christian Persch)
Notification Area Applet
* Use new GTK+ feature to change orientation of GtkBox instead of
custom code (Christian Persch)
Misc
* Require GTK+ 2.15.1 (Christian Persch)
Docs Translators
* Iñaki Larrañaga Murgoitio (eu)
Translators
* Astur (ast)
* Ihar Hrachyshka (be@latin)
* Alexander Shopov (bg)
* Ask Hjorth Larsen (da)
* Dawa pemo (dz)
* Jorge González (es)
* Iñaki Larrañaga Murgoitio (eu)
* Ignacio Casal Quinteiro (gl)
* Luca Ferretti (it)
* Takeshi AIHANA (ja)
* Vladimer Sichinava ვლადიმერ სიჭინავა (ka)
* Shankar Prasad (kn)
* Rafael Garcia (la)
* Jovan Naumovski (mk)
* Wouter Bolsterlee (nl)
* Manoj Kumar Giri (or)
* Tomasz Dominikowski (pl)
* Duarte Loreto (pt)
* Adi Roiban (ro)
* Theppitak Karoonboonyanan (th)
* Clytie Siddall (vi)
* 甘露(Gan Lu) (zh_CN)
* Chao-Hsiung Liao (zh_HK)
* Chao-Hsiung Liao (zh_TW)
===============
Version 2.25.90
===============
Panel
* Add a timeout of 5 seconds to do the panel initial animation, in case
an applet is blocked while it's loading (Vincent)
* Fix some format security warnings (Frédéric Crozat)
Clock Applet
* Fix some format security warnings (Frédéric Crozat)
* Fix the dbus configuration file to specify the destination that is
allowed instead of just some non-existing interfaces (Vincent)
* Properly initialize the eds part handling passwords, fixing some
hangs (Simon Brys, Vincent)
Fish Applet
* Fix some format security warnings (Frédéric Crozat)
* Build fixes (Vincent)
Notification Area Applet
* Fix some format security warnings (Frédéric Crozat)
Translators
* Jordi Mallach (ca)
* Ilkka Tuohela (fi)
* Vladimer Sichinava ვლადიმერ სიჭინავა (ka)
* Changwoo Ryu (ko)
* Raivis Dejus (lv)
* Jovan Naumovski (mk)
* Sandeep Shedmake (mr)
* Kjartan Maraas (nb)
* André Gondim (pt_BR)
* Krishna Babu K (te)
================
Version 2.25.5.1
================
Panel
* Fix a crash when the user configuration contains a separator
(Vincent)
==============
Version 2.25.5
==============
Panel
* Only show shutdown/reboot menu items if made available by the session
manager (Ray Strode)
* Only allow dragging panels when pressing a modifier button (usually
Alt) for expanded panels (Vincent, William Lachance)
* Delay the initial panel animation until applets/objects are loaded
(Ray Strode, Vincent)
* Fix initial animation not happening for newly created panels
(Vincent)
* Fix unloaded panels with existing configuration appearing empty when
reloaded in gconf (Vincent)
* Correctly set the struts of the panel at the very early start so that
desktop icons don't jump around on login (Vincent, Ray Strode)
* Connect to the session manager when we're really ready, instead of
doing it too early. This helps with desktop icons too (Behdad
Esfahbod, Vincent)
* Respect TryExec key in desktop files that we directly put in the
menus (Matthias Clasen, Vincent)
Clock Applet
* Hide the option to use 12/24 hours if it's not supported in the
current locale (Vincent)
* Fix a crash on Solaris when the weather code is empty (Vincent)
* Minor HIG fix
Misc
* Fix applet compilation by explicitly listing LIBPANEL_APPLET_LIBS in
LDADD (Vincent)
Translators
* Petr Kovar (cs)
* Andre Klapper (de)
* Jorge González (es)
* saudat mohammed (ha)
* Gabor Kelemen (hu)
* Onye, Sylvester (ig)
* Kjartan Maraas (nb)
* Daniel Nylander (sv)
* Fajuyitan, Sunday Ayo (yo)
==============
Version 2.25.3
==============
Note to distributors: this release might break various other applications
(mostly applets, though). If this is the case, please contact the gnome-panel
developers to see if changes should be reverted.
+ we do not have a bonobo PanelShell interface. As far as I know, it wasn't
used by anything and was useless anyway.
+ libpanel-applet doesn't depend on libgnomeui anymore. This might have some
build-time and run-time side-effects:
- build-time: the pkg-config check for libpanelapplet-2.0 won't bring
libgnomeui anymore. The fix is to have the applet configure script check
for libgnomeui itself if it needs it.
- build-time: panel-applet.h doesn't contain some #include for some
libgnomeui part anymore. The fix is to have the relevant applet code
include the right headers it needs.
- run-time: the macro defined in panel-applet.h and used by nearly all
applets to start the applet (PANEL_APPLET_BONOBO_FACTORY) used to call
gnome_program_init(), and it's not the case anymore. If the applet uses
some libgnomeui widgets, there might be warnings because some of those
require some libgnomeui initialization. The fix is to either port the
applet to GTK+ widgets, or to have it called gnome_program_init() on its
own.
This last item could arguably be seen as an API change. If this causes too
many issues, another solution might be considered.
Panel
* Use C_() instead of Q_() (Philip Withnall, Vincent)
* Fix compilation warnings (Vincent)
* Use dbus-based uniquification instead of bonobo-based (Colin Walters,
Vincent)
* Add a --replace argument to replace the current panel instead of just
leaving (Vincent)
* Remove unneeded call to gnome_authentication_manager_init() (we use
gio now) (Vincent)
* Set an application name (Vincent)
* Code cleanup (Vincent)
* Use single include for glib and gtk+ (Vincent)
* Stop using many deprecated API (Vincent)
* Start removing calls to libgnome/libgnomeui API (Vincent)
* Use gio to launch desktop files, instead of gnome-desktop (Vincent)
* Stop using gnome_help_display_desktop_on_screen() and get rid of
libgnomeui dependency (Vincent)
* Fix help for "connect to server" (Vincent)
libpanel-applet
* Use C_() instead of Q_() (Philip Withnall, Vincent)
* Use single include for glib and gtk+ (Vincent)
* Stop using many deprecated API (Vincent)
* Code cleanup (Vincent)
* Do not depend on libgnome/libgnomeui anymore [note that we still have
an indirect libgnome dependency, through bonobo] (Vincent)
All Applets
* Use single include for glib and gtk+ (Vincent)
* Stop using gnome_help_display_desktop_on_screen() and get rid of
libgnomeui dependency (Vincent)
Clock Applet
* Add some inline documentation to the edit location window (Dan
Winship)
* Remove fixed width for buttons in the pref dialog (Gabor Kelemen)
* Build fixes (Vincent)
* Stop using deprecated GTK+ API (Vincent)
* Show day of week header in "set time" calendar (Vincent)
Fish Applet
* Fix compilation warnings (Vincent)
Notification Area Applet
* Real tray icons transparency (Owen Taylor)
* Fix compilation warnings (Vincent)
* Stop using deprecated GTK+ API (Vincent)
Wnck Applets
* Use the right help file for some help buttons (Vincent)
* Make sure dialogs have the right window icon (Vincent)
Misc
* Require glib 2.18.0 (Vincent)
* Remove obsolete german translation of documentation (Vincent)
* Stop declaring a bonobo PanelShell interface (Vincent)
* libpanel-applet and all applets in gnome-panel lose their libgnomeui
dependency (Vincent)
Translators
* Yair Hershkovitz (he)
* Leonardo Ferreira Fontenelle (pt_BR)
|
|
==============
Version 2.26.0
==============
libgnome-desktop
* GnomeRR: rab the X server while tweaking the RANDR configuration.
(Federico Mena Quintero)
Misc
* Remove scrollkeeper check, since it belongs to gnome-doc-utils
(Vincent)
Translators
* Amitakhya Phukan (as)
* Runa Bhattacharjee (bn_IN)
* Petr Kovar (cs)
* Christian Kirbach (de)
* Kostas Papadimas (el)
* Suso Baleato (gl)
* Rajesh Ranjan (hi)
* Sandeep Shedmake (mr)
* I. Felix (ta)
* Krishna Babu K (te)
* Baris Cicek (tr)
|
|
==============
Version 2.26.0
==============
Note: this release disables session saving because it's not ready for wide
usage. It will hopefully be fixed for 2.26.1.
- Turn off debug spew (Lucas)
- Hide the "Save current session" button in the session properties since it's
not working (Vincent)
- Disable session saving because it's not ready yet (Vincent)
Translations:
- Updated as: Amitakhya Phukan
- Updated crh: Reşat SABIQ
- Updated cs: Petr Kovar
- Updated el: Jennie Petoumenou
- Updated es: Jorge González
- Updated et: Ivar Smolin
- Updated gl: Suso Baleato
- Updated gu: Ankit Patel
- Updated he: Yaron Shahrabani
- Updated hi: Rajesh Ranjan
- Updated ja: Takeshi AIHANA
- Updated lt: Žygimantas Beručka
- Updated mr: Sandeep Shedmake
- Updated nb: Kjartan Maraas
- Updated or: Manoj Kumar Giri
- Updated ps: Zabeeh Khan
- Updated ta: I. Felix
- Updated te: Krishna Babu K
|
|
Zenity 2.26.0
" Crescent "
* disable monk easter egg in order to remove gnome-canvas
dependency [#571741]
* replace deprecated GTK+ calls (Felix Riemann) [#571869]
* remove deprecated/obsoleted dialog definition
(Felix Riemann) [#571869]
* New and updated documentation translations
- Mario Blättermann [de]
- Claude Paroz [fr]
- Daniel Nylander [sv]
- Inaki Larranaga Murgoitio [eu]
- Tommi Vainikainen [fi]
- Jen Ockwell [en_GB]
* New and updated translations
- Raivis Dejus [lv]
- Changwoo Ryu [ko]
- Zabeeh Khan [ps]
- Adi Roiban [ro]
- Chao-Hsiung Liao [zh_HK, zh_TW]
- Gabor Kelemen [hu]
- Manoj Kumar Giri [or]
- Gintautas Miliauskas [lt]
- Krishnababu K [te]
- Amitakhya Phukan [as]
|
|
Overview of Changes in 2.18.0 (since 2.17.4)
============================================
Changes in this release:
- Improved entry progress drawing in Clearlooks.
New and updated translations:
Suso Baleato (gl)
Amitakhya Phukan (as)
Kenneth Nielsen (da)
Jennie Petoumenou (el)
Sandeep Shedmake (mr)
Ankit Patel (gu)
I. Felix (ta)
Hendrik Richter (de)
Yaron Shahrabani (he)
Gintautas Miliauskas (lt)
Manoj Kumar Giri (or)
Overview of Changes in 2.17.4 (since 2.17.3)
============================================
Changes in this release:
- Many themes have some initial support for progressbars in entries.
New and udpated translations:
Claude Paroz (fr)
Duarte Loreto (pt)
David Lodge (en_GB)
Baris Cicek (tr)
Adi Roiban (ro)
Wouter Bolsterlee (nl)
Overview of Changes in 2.17.3 (since 2.17.2)
============================================
This release of gtk-engines is now solely LGPL 2.1 or any later version.
GNOME Bugs fixed in this release:
563787 – GNOME Goal: Clean up GLib and GTK+ includes
571835 – Focus inconsistent between expander and other widgets in Clearlooks
New and udpated translations:
Wouter Bolsterlee (nl)
Lucas Lommer (cs)
Tomasz Dominikowski (pl)
Gabor Kelemen (hu)
Iñaki Larrañaga Murgoitio (eu)
Gil Forcada (ca)
Yavor Doganov (bg)
Chao-Hsiung Liao (zh_HK)
Chao-Hsiung Liao (zh_TW)
Takeshi AIHANA (ja)
Theppitak Karoonboonyanan (th)
Clytie Siddall (vi)
Changwoo Ryu (ko)
Ilkka Tuohela (fi)
Kjartan Maraas (nb)
Daniel Nylander (sv)
Overview of Changes in 2.17.2 (since 2.17.1)
============================================
GNOME Bugs fixed in this release:
563256 – 2.17.1 ftbfs
Overview of Changes in 2.17.1 (since 2.17.0)
============================================
Changes in this release:
- A leak in Clearlooks that happened for default buttons was fixed.
- The Clearlooks inconsistent radio indicator drawing was fixed.
GNOME Bugs fixed in this release:
560042 – Sub-optimal -I flag ordering
560443 – GNOME Goal: Remove deprecated GLib symbols
549830 – Use G_DEFINE_DYNAMIC_TYPE in theme engines
New and udpated translations:
Daniel Nylander (sv)
Jorge González (es)
Laurent Dhima (sq)
Overview of Changes in 2.17.0 (since 2.16.0)
============================================
Changes in this release:
- Focus indicator drawing in Mist
- Clearlooks now has a disable_focus option to do screenshots for
documentation
- Fixed the background color of viewports in notebooks in Clearlooks.
GNOME Bugs fixed in this release:
553575 – [PATCH] Only draw focus when navigating with the keyboard
555890 – Button rendering bug
|
|
===============
Version 2.25.92
===============
Note: this release brings back session saving. There might be bugs for this, so
make sure to test this thoroughly.
- Ensure treeview is included in a scrolled window with a shadow in the inhibit
dialog (Frédéric Crozat)
- Use system-log-out icon instead of deprecated gnome-logout (Matthias Clasen)
- Implement session saving (Lucas)
- Use close button instead of ok button for error dialog (Vincent)
- Fix the logout dialog not being themed (Matthias Clasen)
- Code cleanup (Lucas)
Translations:
- Updated zh_TW: Chao-Hsiung Liao
- Updated bg: Alexander Shopov
- Updated bn_IN: Runa Bhattacharjee
- Updated ca: David Planella
- Updated de: Wolfgang Stoeggl
- Updated en_GB: David Lodge
- Updated eu: Iñaki Larrañaga Murgoitio
- Updated fi: Ilkka Tuohela
- Updated fr: Bruno Brouard
- Updated gu: Sweta Kothari
- Updated hu: Gabor Kelemen
- Updated it: Luca Ferretti
- Updated ja: Takeshi AIHANA
- Updated ko: Changwoo Ryu
- Updated lv: Raivis Dejus
- Updated pt_BR: Og Maciel
- Updated pt: Duarte Loreto
- Updated ro: Adi Roiban
- Updated sv: Daniel Nylander
- Updated th: Theppitak Karoonboonyanan
- Updated tr: Baris Cicek
- Updated zh_HK: Chao-Hsiung Liao
- Updated zh_TW: Chao-Hsiung Liao
===============
Version 2.25.91
===============
- Fix copy & paste error in debug output (Matthias Clasen)
- Avoid restarting applications when shutting down (Brian Cameron)
- Improve logout/shutdown dialog messages (Matthias Clasen)
- Change the capplet name in (Lucas, Luca Ferretti)
- Remove obsolete logout_option gconf key (Luca Ferretti)
- Update description of required_components_list gconf key (Luca Ferretti)
Translations:
- Updated ast: Mikel González
- Updated bg: Alexander Shopov
- Updated crh: Reşat SABIQ
- Updated da: Kenneth Nielsen
- Updated dz: Dawa pemo
- Updated es: Jorge González
- Updated et: Ivar Smolin
- Updated eu: Iñaki Larrañaga Murgoitio
- Updated fi: Ilkka Tuohela
- Updated gl: Ignacio Casal Quinteiro
- Updated kn: Shankar Prasad
- Updated mk: Jovan Naumovski
- Updated nb: Kjartan Maraas
- Updated nl: Wouter Bolsterlee
- Updated pl: Tomasz Dominikowski
- Updated pt_BR: Andre Gondim
- Updated ro: Adi Roiban
- Updated sr: Горан Ракић
- Updated sv: Daniel Nylander
- Updated te: Bharat Kumar
- Updated th: Theppitak Karoonboonyanan
- Updated vi: Clytie Siddall
- Updated zh_HK: Chao-Hsiung Liao
- Updated zh_TW: Chao-Hsiung Liao
===============
Version 2.25.90
===============
- Install autostart files in /etc/xdg/autostart (Vincent)
- Use 22x22 icons in the splash screen (Vincent)
- Fix a potential crash in the splash screen (Vincent)
- Fix dbus documentation to mention the session bus instead of system bus
(Richard Hughes)
- Fix build when XTest is not available (Vincent)
- Fix generation of dbus documentation to have valid docbook (Vincent)
Translations:
- Updated ca: David Planella
- Updated fi: Ilkka Tuohela
- Updated he: Yair Hershkovitz
- Updated ko: Changwoo Ryu
- Updated lt: Žygimantas Beručka
- Updated pl: Tomasz Dominikowski
- Updated pt_BR: Andre Gondim
- Updated sv: Daniel Nylander
==============
Version 2.25.5
==============
- Close ICE connection for qt3 applications (Edward Sheldrake)
- In all phases before APPLICATION, consider process termination as completion
(Behdad Esfahbod)
- Fix gnome-session not looking at $XDG_DATA_HOME/applications (tuxce)
- Correctly check for sm and ice libraries in configure script (Lucas)
- Correctly handle X-GNOME-Autostart-enabled=false in gnome-session-properties
(Halton Huo)
- Add support for --enable-polkit/--disable-polkit in configure script (default
is still automatic) (Nirbheek Chauhan)
- Add NoDisplay=True to desktop files (Lucas)
- Fix typo in error message (Lucas)
- Double-click startup program entry to open edit dialog in
gnome-session-properties (Lucas)
- Fix apps with an icon not existing in the icon theme displayed with no icon
(Lucas)
- Add 48x48 icon for session properties (Lucas)
- Add a presence dbus API (William Jon McCann)
Translations:
- Updated ca: David Planella
- Updated de: Hendrik Richter
- Updated es: Jorge González
- Updated ha: saudat mohammed
- Updated ig: Onye, Sylvester
- Updated nb: Kjartan Maraas
- Updated sv: Daniel Nylander
- Updated uz@cyrillic: Nurali Abdurahmonov
- Updated uz: Nurali Abdurahmonov
- Updated yo: David Lodge
==============
Version 2.25.3
==============
- Address issue with multiple clients trying to use the QueryEndSession dbus
API (Tim Kosse)
- Code and build system cleanups (Vincent)
- Stop using deprecated API (Vincent)
- Remove libgnomeui dependency (Vincent)
==============
Version 2.25.2
==============
- Don't link to gnome-keyring and libgnomeui where we don't need (William Jon
McCann)
- Make the session properties dialog resizable (Matthias Clasen)
- Don't try to print an undefined error message (William Jon McCann)
- Build fixes (Kjartan Maraas)
- Rewrite the application finding code for the manager (Matthias Clasen)
- Add new dbus api to say whether shutdown dialog is available (Ray Strode)
- Remove compat wrapper for gnome-keyring session interaction (Stef Walter)
- Single include fixes for glib (Diego Escalante Urrelo)
Translations:
- Updated ast: Mikel González
- Updated ku: Erdal Ronahi
- Updated sr: Горан Ракић
- Updated sv: Daniel Nylander
|
|
gnome-control-center 2.25.92 (2009-03-02)
General:
- remove lots of deprecated GDK/GTK+ calls (Thomas H.P. Andersen) (#572325)
Appearance:
- fix message markup appearing in post-install dialog (Jens Granseuer)
(#572453)
Display:
- don't block the GUI while changing RANDR configuration
(Federico Mena Quintero)
- realign outputs after a resolution change (Federico Mena Quintero)
- use black text for enabled monitors (Federico Mena Quintero)
- change window title and menu entry to "Display"/"Display Preferences"
(Jens Granseuer) (#570907)
Keybindings:
- fix saving custom shortcut commands (Jens Granseuer) (#572501)
- always show "<Unknown Action>" for shortcuts without a description
(Jens Granseuer) (#572808)
Keyboard:
- add visual bell settings (Matthias Clasen) (#564998)
- fix initial layout preview (Matthias Clasen) (#550721)
- restore help button in layout options (Sergey Udaltsov) (#556952)
- remove non-existing icon from sound notifications button (Jens Granseuer)
(#570906)
Font Viewer:
- initialize type system to fix hang (Jonas Bonn) (#572189)
Translations:
- ast (Mikel González)
- be@latin (Ihar Hrachyshka)
- bg (Alexander Shopov)
- ca (Gil Forcada)
- da (Kenneth Nielsen)
- en_GB (Philip Withnall)
- es (Jorge Gonzalez)
- et (Priit Laes)
- eu (Inaki Larranaga Murgoitio)
- fi (Ilkka Tuohela)
- fr (Claude Paroz)
- gu (Sweta Kothari)
- he (Mark Krapivner)
- hu (Gabor Kelemen)
- it (Milo Casagrande)
- ja (Takeshi Aihana)
- ko (Changwoo Ryu)
- nb (Kjartan Maraas)
- pl (Tomasz Dominikowski)
- pt (Duarte Loreto)
- pt_BR (André Gondim, Jonh Wendell, Og Maciel)
- ro (Jani Monoses)
- sv (Daniel Nylander)
- th (Theppitak Karoonboonyanan)
- vi (Clytie Siddall)
- zh_HK (Chao-Hsiung Liao)
- zh_TW (Chao-Hsiung Liao)
gnome-control-center 2.25.90 (2009-02-04)
General:
- Rename gnome-network-preferences to gnome-network-properties (Luca Ferretti)
(#554342)
- Add optional libcanberra-gtk dependency
About me:
- Build fixes
- Fix email addresses being generated by g-a-m always being saved as type
"OTHER" (Jens Granseuer) (#570113)
Appearance:
- Fix newly installed themes appearing twice in the GTK themes list if the
package contains themes for both GTK and metacity (Jens Granseuer) (#568595)
- Use "Desktop Background" instead "Wallpaper" as per GDP glossary (Luca
Ferretti) (#569382)
Common:
- Add GnomeThemeElement parameter to the ThemeChangedCallback so that the
receiver can determine what part of the theme changed (Jens Granseuer)
Default application:
- Fix the https handler never being set (Bastien Nocera) (#568408)
- Update the web entry with the correct command for the selected option instead
of always using the default (Jens Granseuer)
Display:
- Build fixes
- Add On/Off radio buttons to turn on/off a monitor (Federico Mena Quintero)
- Don't crash if we don't have an output (Jens Granseuer) (#569218)
Keybindings:
- Build fixes
- Print a warning when a key doesn't have a schema, so no description (Bastien
Nocera)
- Make Enter work as expected in the custom key shortcut edit dialogue (Bastien
Nocera)
Keyboard:
- Sort options by description (Sergey Udaltsov)
- Hide help button in Options (Sergey Udaltsov) (#556952)
- Allow setting a repeat delay of up to 2 seconds (Jens Granseuer) (#569612)
Shell:
- Use single GTK includes in slab (Magnus Boman) (#551850)
- Compile with G*_DISABLE_DEPRECATED in slab (Magnus Boman) (#551850)
Typing break:
- Play a sound when the display is locked or unlocked (Maxim Ermilov) (#169473)
Translations:
- ca (Joan Duran)
- el (nikosCharonitakis)
- es (Jorge González)
- fi (Timo Jyrinki)
- he (Mark Krapivner)
- it (Luca Ferretti)
- ko (Young-Ho Cha)
- lt (Vytautas Liuolia)
- lv (Raivis Dejus)
- mg (Thierry Randrianiriana)
- mn (Badral)
- nb (Kjartan Maraas)
- nl (Wouter Bolsterlee)
- or (Manoj Kumar Giri)
- pa (Amanpreet Singh Alam)
- pl (Tomasz Dominikowski)
- pt_BR (Henrique P Machado)
- ru (Nickolay V. Shmyrev)
- sr (Данило Шеган)
- sv (Daniel Nylander)
- uk (Maxim V. Dziumanenko)
- uz@cyrillic (Nurali Abdurahmonov)
- uz (Nurali Abdurahmonov)
- zh_CN (甘露(Gan Lu))
- zh_HK (Chao-Hsiung Liao)
- zh_TW (Chao-Hsiung Liao)
-------------------------------------------------------------------------------
gnome-control-center 2.25.3 (2008-12-18)
General:
- Remove sound capplet and documentation, it moved to gnome-media
(Bastien Nocera)
About me:
- Add support for fingerprint readers with more than one enrollment stage
(Bastien Nocera)
Display:
- Display errors when any happen (Federico Mena Quintero)
- Slight UI changes (Federico Mena Quintero)
- When a monitor is selected, update the monitor label to have the monitor's
name and colour so they know which one is being edited (Federico Mena Quintero)
- Make the monitor on which the dialogue appears the default one on startup
(Federico Mena Quintero)
- Fix monitors still overlapping when turning off "Mirror screens"
(Federico Mena Quintero)
- Remove unneeded help button (Federico Mena Quintero)
gnome-control-center 2.25.2 (2008-12-02)
General:
- Only include top-level headers for glib and GTK+ (Maxim Ermilov) (#561562)
- Optionally check for PolicyKit (Bastien Nocera)
- Don't try to delete directories twice (Jens Granseuer) (#562371)
- Don't recognize "" as a valid engine for certain GTK themes (Jens Granseuer)
(#315286)
About me:
- Add support for enrolling fingerprints using the fprintd D-Bus service
(Bastien Nocera) (#561881)
Appearance:
- Don't initialize gettext and GTK twice (Jens Granseuer)
- Add missing arg to capplet_init (Kjartan Maraas)
- Use g_ascii_strcasecmp instead of the deprecated g_strcasecmp (Maxim Ermilov)
(#560424)
- Really remove the temp dir when the transfer is cancelled (Jens Granseuer)
- Fix leak (Jens Granseuer)
Font viewer:
- Remove gnome-vfs dependency (Saleem Abdulrasool) (#561319)
Keybindings:
- Respect the /desktop/gnome/keybindings/allowed_keys key (Matthias Clasen)
Network:
- Add support for network profiles (Maxim Ermilov) (#477040)
Typing break:
- Use g_object_unref instead of the deprecated gdk_window_unref (Maxim Ermilov)
(#561679)
Shell:
- Add libgnomeui dependency back (Kjartan Maraas)
- Remove eel dependency (dmacks@netscape.org) (#561944)
- Fix leak (Federico Mena Quintero)
- Use the new GtkTooltip mechanism rather than the deprecated GtkTooltips
(Federico Mena Quintero)
Translations:
- es (Jorge Gonzalez)
- it (Luca Ferretti)
-------------------------------------------------------------------------------
gnome-control-center 2.25.1 (2008-11-05)
General:
- resurrect gnome-font-viewer and gnome-thumbnail-font (Davyd Madeley)
- reduce libgnome* usage (Søren Sandmann)
- require GTK+ 2.13.1 (Jens Granseuer)
- require gnome-desktop 2.25.1 (Jens Granseuer)
- code cleanups (Jens Granseuer, Christian Persch, Kjartan Maraas, Bastien Nocera)
Common:
- use translated names for icon themes if available (Jens Granseuer) (#554272)
- fix error handling when launching help (Jens Granseuer)
Appearance:
- connect the help buttons to the most appropriate sections in the user guide
(Matthias Clasen) (#554957)
Default application:
- add Listen to the list of media players (Julien Lavergne)
Display:
- show an error dialog instead of crashing when initialization fails due to
XRandR not being available (Matt Keenan) (#553762)
- fix preview orientation when using left or right rotation (Jens Granseuer) (#555241)
- use new clone mode API in gnome-desktop (Søren Sandmann)
- XOR the old and the new regions instead of subtracting old from new (Søren
Sandmann) (#551566)
Keybindings:
- fix editability of group headings (Matthias Clasen) (#556967)
- avoid duplicate custom keybindings (Matthias Clasen) (#556977)
- add UI for adding and removing named custom shortcuts (Matthias Clasen) (#114796)
Keyboard:
- fix group sorting (Sergey Udaltsov)
- update group expander highlighting dynamically (Sergey Udaltsov)
- connect the stickykeys_two_key_off button (Jens Granseuer) (#556818)
- remember sorted list of expanders in properties (Sergey Udaltsov)
- scroll the options window when the keyboard focus moves out of the visible
part (Jens Granseuer) (#557944)
- hide/show the "Default" column depending on the "layout per window" checkbox
(Sergey Udaltsov) (#555261)
Sound:
- make the filechooser default to a sensible directory (Bastien Nocera)
Windows:
- Use the right values for the h/v maximization titlebar doubleclick action
(Matthias Clasen) (#554962)
Translations:
- ast (Esbardu)
- bg (Yavor Doganov)
- ca@valencia (Robert Millan)
- cs (Petr Kovar)
- da (Ask Hjorth Larsen)
- el (nikosCharonitakis)
- et (Priit Laes)
- fi (Timo Jyrinki)
- he (Mark Krapivner)
- hu (Gabor Kelemen)
- nb (Kjartan Maraas)
- nl (Wouter Bolsterlee)
- pt_BR (Leonardo Ferreira Fontenelle)
- sk (Pavol Šimo)
- sr (Данило Шеган)
- sv (Daniel Nylander)
- th (Theppitak Karoonboonyanan)
- uk (Maxim V. Dziumanenko)
|
|
===============
Version 2.25.92
===============
libgnome-desktop
* GnomeBG: Allow apps to ignore a pending change so they can avoid
updating their background twice (Alexander Larsson)
* GnomeBG: Blow all expensive caches if we're not gonna update the
background again in one minute (Alexander Larsson)
* GnomeBG: Do slightly less steps in slide transitions to avoid using
to much resources on things that are not visible (Alexander Larsson)
* GnomeBG: Remove outstanding transitions on finalize (Alexander
Larsson)
* GnomeRR: Use g_new0() instead of calloc() for consistency (Federico
Mena Quintero)
* GnomeRR: Fix leak (Federico Mena Quintero)
* GnomeRR: Code cleanup (Federico Mena Quintero)
* GnomeRR: Revert the change to use XRRGetScreenResourcesCurrent(),
it's not needed anymore and it broke the "Detect Monitors" button
(Matthias Clasen)
* General: Make sure that the translation system is initiliazed so that
translations can be used (Vincent)
Doc Translations
* Joan Duran (ca)
Translators
* Ihar Hrachyshka (be@latin)
* Reşat SABIQ (crh)
* David Lodge (en_GB)
* Luca Ferretti (it)
* Praveen Arimbrathodiyil (ml)
* Manoj Kumar Giri (or)
* Duarte Loreto (pt)
* Adi Roiban (ro)
===============
Version 2.25.91
===============
Doc Translations
* Inaki Larranaga Murgoitio (eu)
Translators
* Xuacu (ast)
* Alexander Shopov (bg)
* Per Kongstad (da)
* Dawa pemo (dz)
* Simos Xenitellis (el)
* Jorge González (es)
* Iñaki Larrañaga Murgoitio (eu)
* Farzaneh Sarafraz (fa)
* Sweta Kothari (gu)
* Rajesh Ranjan (hi)
* Takeshi AIHANA (ja)
* Vladimer Sichinava ვლადიმერ სიჭინავა (ka)
* Raivis Dejus (lv)
* Jovan Naumovski (mk)
* Wouter Bolsterlee (nl)
* Tomasz Dominikowski (pl)
* Adi Roiban (ro)
* Steve Murphy (rw)
* Daniel Nylander (sv)
* Theppitak Karoonboonyanan (th)
* Nurali Abdurahmonov (uz)
* Clytie Siddall (vi)
* 甘露(Gan Lu) (zh_CN)
* Chao-Hsiung Liao (zh_HK)
* Chao-Hsiung Liao (zh_TW)
===============
Version 2.25.90
===============
libgnome-desktop
* GnomeRR: Create a backup file of the configuration when saving
(Federico Mena Quintero)
* GnomeRR: Add public API to get to $(XDG_CONFIG_HOME)/monitors.xml and
a backup of that file (Federico Mena Quintero)
* GnomeRR: Add gnome_rr_config_apply_from_filename() (Federico Mena
Quintero)
* GnomeRR: Deprecate gnome_rr_config_apply_stored() (Federico Mena
Quintero)
Translators
* Jordi Mallach (ca)
* Ilkka Tuohela (fi)
* Gabor Kelemen (hu)
* Changwoo Ryu (ko)
* Gintautas Miliauskas (lt)
* Raivis Dejus (lv)
* Manoj Kumar Giri (or)
==============
Version 2.25.5
==============
libgnome-desktop
* GnomeBG: use gdk_color_equal() instead of custom function (Vincent)
* GnomeRR: use XRRGetScreenResourcesCurrent instead of
XRRGetScreenResources when available (xrandr 1.3) because it's
cheaper (Alberto Milone)
* GnomeBG: emit "transitioned" signal instead of "changed" signal for
new frames in a slideshow background (Ray Strode)
* GnomeBG: reorganize code a bit (Ray Strode)
* GnomeBG: add fading API to support fading between two backgrounds
(Ray Strode)
Translators
* saudat mohammed (ha)
* Onye, Sylvester (ig)
* Djavan Fagundes (pt_BR)
* Nurali Abdurahmonov (uz@cyrillic)
* Nurali Abdurahmonov (uz)
* Sunday Ayo Fajuyitan (yo)
==============
Version 2.25.4
==============
Translators
* Jorge González (es)
* Claude Paroz (fr)
* Gil Osher (he)
* 甘露(Gan Lu) (zh_CN)
==============
Version 2.25.3
==============
Note to distributors: the API break is in GnomeRR.
libgnome-desktop
* GnomeRR: plug leaks (Matthias Clasen)
* GnomeRR: add API-breaking error reporting API (Federico Mena
Quintero)
* GnomeBG: fix potential crash with some empty slideshow (Vincent)
* Build fixes (Vincent)
Translators
* Gil Osher (he)
* Luca Ferretti (it)
* Kjartan Maraas (nb)
==============
Version 2.25.2
==============
libgnome-desktop
* GnomeDesktopThumbnail: reenable check for preview::icon (Vincent)
* GnomeRR: add Lenovo display name (Søren Sandmann)
* GnomeBG: plug a leak (Cosimo Cecchi)
* GnomeDesktopThumbnail: fix potential crash when a temporary file
cannot be created (Vincent)
Misc
* Require glib 2.19.1 (Vincent)
* Update a bit API documentation (Vincent)
* Require GTK+ 2.14.0 (Vincent)
Translators
* Jorge González (es)
* Daniel Nylander (sv)
================
Version 2.25.1.1
================
Quick release to not depend on an unreleased glib.
libgnome-desktop
* GnomeDesktopThumbnail: disable check for preview::icon, since it's
not available in glib 2.18 (Vincent)
Misc
* Require glib 2.18 instead of 2.19 (Vincent)
==============
Version 2.25.1
==============
Note: this release breaks API and ABI, so we can stop depending on libgnome.
We also lose backwards compatibility for GNOME 1 and KDE 2 icons in desktop
files in GnomeDesktopItem (GKeyFile doesn't support this anyway).
libgnome-desktop
* Remove all libgnome usage (Alex Larsson)
* GnomeDesktopThumbnail: new, copied from libgnome* (Alex Larsson)
* Add gnome_desktop_prepend_terminal_to_vector(), copied from libgnome
(Alex Larsson)
* Remove GnomeDItemEdit and GnomeHint objects (Alex Larsson)
* GnomeRR: new API to support fn-F7 (Søren Sandmann)
* GnomeBG: use foreign_new_for_screen() instead of _foreign_new()
(Roland Dreier)
* GnomeDesktopThumbnail: Check for preview::icon for fast backend-side
thumbnails (David Zeuthen)
Misc
* Remove dependencies on libxml and libgnome*
* Require glib 2.19
Doc Translations
* Gabor Kelemen (hu)
Translators
* Astur (ast)
* Margulan Moldabekov (kk)
|
|
pkgsrc changes:
* remove libgnome and libgnomeui dependencies
* remove the battstat/cpufreq options, gnome-power-manager
should handle this instead
* explicitly build the legacy mixer in the package for those
who are not using pulseaudio
Changes in GNOME-Applets 2.26.0
===============================
CPU Frequency Selector:
- Fix crasher for non-authorized users.
Invest Applet:
- Correctly install defs.py without distributing it.
Mixer Applet:
- Hide the applet when the escape key is pressed.
- Sync the dock icon and the panel mute check-box.
Null Applet:
- Correctly replace the mixer applet.
Translation Updates:
af, bn_IN, ca, cs, de, el, gl, gu, he, kn, lt, ml, mr, pl, ru, sv, ta, te
Documentation Translation Updates:
cs, en_GB, hu, it
Changes in GNOME-Applets 2.25.92
================================
mini-commander:
- Make it compilable again. Oops.
Translations:
be, en_GB, fr, ja, ko, or, ro
Documentation Translations:
de eu it
Changes in GNOME-Applets 2.25.91
================================
General:
- Even more deprecated function removal.
Mixer:
- Reload the device list periodically. Prevents 100% CPU use when USB
speakers are plugged in. (Bug 167606/519388).
Translations:
ast, bg, ca, da, eu, fi, gu, hu, it, nb, nl, pt, pt_BR, ro, sv, th, vi, zh_CN, zh_HK, zh_TW
Documentation Translations:
eu de
Changes in GNOME-Applets 2.25.90
================================
*** NOTE ***
The mixer applet has returned to provide an option for those heathens
who have still not converted to the Church of Pulseaudio (and the
gnome-media version of the volume control applet).
- Use ./configure --enable-mixer-applet to enable it. It is disabled
by default.
- Further development of the module will cease after this release cycle.
- GStreamer 0.8 is no longer supported.
************
General:
- There is no explicit dependance on libgnome or libgnomeui. The former
library will still be dragged in via libpanel-applet.
Accessability Applet:
- Replace deprecated function calls and symbols (Maxim Ermilov)
Battstat Applet:
- libgnome removal (Callum McKenzie)
- Fix a reused error object that was causing crashes (Simon Brys)
Character Picker:
- Replace deprecated function calls and symbols (Maxim Ermilov)
Mixer Applet:
- UI cleanups (Callum McKenzie)
- Remove gstreamer 0.8 support (Callum McKenzie)
Modem Lights:
- This has been disabled completely until the build errors can be
fixed. It hasn't worked for some time.
Stickynotes Applet:
- Remove remaining libgnome code (Diego Escalante Urrelo)
Trash Applet:
- Replace main function with a standard macro (Ryan Lortie)
- Improve the context menu (Ryan Lortie)
Weather Applet:
- Replace deprecated function calls and symbols (Maxim Ermilov)
Translations:
ca, es, es_ES, fi, hu, ko, lv, nb, or, pt_BR
Documentation Translations:
de
Changes in GNOME-Applets 2.25.4
===============================
The major change in this release is work by Diego Escalante Urrelo to
remove the dependance on libgnome and libgnomeui. We aren't there yet,
but we're getting close.
Aside from the steady stream of translation work, nothing else got
done on gnome-applets this time around. Sorry.
Translations:
el, es, nb
Documentation Translations:
de
Changes in GNOME-Applets 2.25.3
===============================
*** NOTE ***
As promised in the last release, the mixer applet has been
removed. The gnome-media package now provides an equivalent.
************
CPU Frequency Applet:
- Remove unecessary callbacks (Carlos Garcia Campos)
Invest Applet:
- Allow fractional shares in the Amount field. This is useful for
mutual funds (Callum McKenzie).
Mini Commander:
- This is now buildable again (Matthias Clasen)
Trash Applet:
- Scaling improvements to match other panel features (Ryan Lortie).
- Don't generate WM_TRANSIENT_FOR the root window (Ryan Lortie).
- Set the icon image directly (Ryan Lortie).
Translations:
es, nb
Changes in GNOME-Applets 2.25.2
===============================
*** NOTE ***
The gnome-media package now provides its own panel mixer control (in
the notification area). This renders the current mixer control
obsolete and this will be the last release containing the mixer applet
(at least in its current form).
************
General:
- Fix the build with recent libpanel (Lucas Rocha).
- Rationalise include files (Maxim Ermilov).
- Check for the existence on NetworkManager (Callum McKenzie).
CPU Frequency Applet:
- Fix switching between graph and textmodes (Diego Escalante Urrelo/
Carlos Garcia Campos).
- Fix orientation sizing issues (Carlos Garcia Campos).
- Fix compiler warnings (Carlos Garcia Campos).
Keyboard Switching Applet:
- Fix a leak.
Mixer:
- Change the orientation of the volume control and add a mute and a
"volume control" button (Callum McKenzie).
Multiload:
- Report total bandwidth in the tooltip rather than percentage since
the later number is meaningless (Eric Piel/Benoit Dejean).
Stickynotes:
- Reduce I/O by batching configuration saves (Callum McKenzie).
Weather Applet:
- Use NetworkManager signals and check the weather when the network
comes back up (Matthias Clasen).
Translations:
bg, es, he, it, nb, pt_BR, sk
Docs:
de
Changes in GNOME-Applets 2.25.1
===============================
General:
- Tag the GtkBuilder files so they are translated properly.
(Changwoo Ryu, 555656.)
Drivemount Applet:
- Support authentication (Matthias Clasen, 553960).
- Code cleanups.
Invest Applet:
- Catch errors in parsing the downloaded files (Callum McKenzie, 554425).
- Add a test suite (Callum McKenzie).
- Don't ship generated files (553611).
Multiload Applet:
- Change the old classifications from slip/plip/ethernet/other to
in/out/local. The colours have also been changed to hilight this.
(Eric Piel, 327509.)
Stickynotes:
- Clicking on the applet now hides the stickynotes if they are visible, just
as doing so shows them if they are hidden. (Josselin Mouette, 505475.)
- Be nice to gconf when installing (Remi Cadrona, 554311.)
|
|
|
|
Murrine is a GTK2+ engine using cairo vectorial drawing library to draw
widgets. It features a modern glassy look, and it is elegant and clean
on the eyes. It is also extremely customizable.
|
|
What's new in gnome-mag-0.15.5:
* Translations:
* Raivis Dejus (lv), Adi Roiban and Jani Monoses (ro),
Mikel González and Gil Forcada (ast),
Chao-Hsiung Liao (zh_HK), Chao-Hsiung Liao (zh_TW),
Djihed Afifi (at), Luca Ferretti (it),
Alexander Shopov (bg), Pema Geyleg (dz), Yair Hershkovitz and
Yaron Sharabani (he).
|