updated for 2.23.1.
2008-04-21 Rodrigo Moya <rodrigo@gnome-db.org> * NEWS: * configure.in: updated for 2.23.1. svn path=/trunk/; revision=8663
This commit is contained in:
parent
d381f4019f
commit
2bbedf112f
3 changed files with 79 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2008-04-21 Rodrigo Moya <rodrigo@gnome-db.org>
|
||||||
|
|
||||||
|
* NEWS:
|
||||||
|
* configure.in: updated for 2.23.1.
|
||||||
|
|
||||||
2008-04-19 Sergey Udaltsov <svu@gnome.org>
|
2008-04-19 Sergey Udaltsov <svu@gnome.org>
|
||||||
|
|
||||||
* configure.in: Introduced dependency on iso-codes
|
* configure.in: Introduced dependency on iso-codes
|
||||||
|
|
73
NEWS
73
NEWS
|
@ -1,3 +1,76 @@
|
||||||
|
gnome-control-center 2.23.1
|
||||||
|
|
||||||
|
about-me:
|
||||||
|
- Launch the error dialog with the proper parent (Jens Granseuer)
|
||||||
|
|
||||||
|
accessibility:
|
||||||
|
- Add button to launch mouse accessibility properties (Patrick Wade) (#515078)
|
||||||
|
- Don't show the "accessible login" button if gdmsetup is not available
|
||||||
|
(Matthias Clasen) (#526944)
|
||||||
|
- Open the preferred applications dialog on the a11y page (Jens Granseuer)
|
||||||
|
(#528196)
|
||||||
|
|
||||||
|
appearance:
|
||||||
|
- Allow the user to revert a font change proposed by a metatheme (Patrick
|
||||||
|
Wade) (#519065)
|
||||||
|
- Add a custom cell renderer for metatheme names to allow rounded corners
|
||||||
|
on the selection indicator (Thomas Wood) (#500276)
|
||||||
|
- Replace gnome-vfs with gio (Lincoln de Souza) (#524401)
|
||||||
|
- Show a warning message when the selected theme is incomplete (Jens Granseuer)
|
||||||
|
|
||||||
|
default applications:
|
||||||
|
- Add -p/--show-page to open the dialog on a specific page (Jens Granseuer)
|
||||||
|
(#528196)
|
||||||
|
|
||||||
|
keybindings:
|
||||||
|
- Fix mismatched modifier mapping between egg and GTK (Jens Granseuer)
|
||||||
|
- Fix Esc and Backspace being bindable when Caps Lock is on (Bastien Nocera)
|
||||||
|
(#524813)
|
||||||
|
- Get rid of unneeded sort model indirection (Jens Granseuer)
|
||||||
|
|
||||||
|
keyboard:
|
||||||
|
- Fix various string and layout issues (Jens Granseuer) (#521826)
|
||||||
|
|
||||||
|
mouse:
|
||||||
|
- Add support for starting the capplet on the appearance tab (Patrick Wade)
|
||||||
|
(#515078)
|
||||||
|
- Remove unused custom widget (Gerd Kohlberger) (#527418)
|
||||||
|
|
||||||
|
network:
|
||||||
|
- Renamce "Advanced configuration" tab to "Ignored hosts" (Denis Washington)
|
||||||
|
(#314883)
|
||||||
|
|
||||||
|
sound:
|
||||||
|
- Don't mention esd (Jens Granseuer) (#523888)
|
||||||
|
- Sort mixer devices alphabitically (Jens Granseuer) (#525530)
|
||||||
|
|
||||||
|
themus:
|
||||||
|
- Handle failed thumbnailing attempts properly (Jens Granseuer)
|
||||||
|
|
||||||
|
windows:
|
||||||
|
- Add "Maximize Vertically" and "Maximize Horizontally" to possible double-click
|
||||||
|
actions (Cosimo Cecchi) (#329503)
|
||||||
|
- Require metacity <= 2.23.1 (Cosimo Cecchi)
|
||||||
|
|
||||||
|
general:
|
||||||
|
- Figure out where GTK+ expects its theme engines and make that info available
|
||||||
|
to interested capplets (Jens Granseuer)
|
||||||
|
- Introduce dependency on iso-codes (Sergey Udaltsov)
|
||||||
|
|
||||||
|
updated translations:
|
||||||
|
- bg (Alexander Shopov)
|
||||||
|
- en_GB (Philip Withnall)
|
||||||
|
- es (Jorge Gonzalez)
|
||||||
|
- et (Priit Laes)
|
||||||
|
- he (Yair Hershkovitz)
|
||||||
|
- hu (Gabor Kelemen)
|
||||||
|
- it (Luca Ferretti)
|
||||||
|
- ka (Vladimer Sichinava)
|
||||||
|
- nb (Kjartan Maraas)
|
||||||
|
- nn (Eskild Hustvedt)
|
||||||
|
- ru (Yuri Kozlov)
|
||||||
|
- te (Sunil Mohan Adapa)
|
||||||
|
------------------------------------------------------------------------------
|
||||||
gnome-control-center 2.22.1
|
gnome-control-center 2.22.1
|
||||||
|
|
||||||
appearance:
|
appearance:
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
AC_INIT([gnome-control-center], [2.23.0],
|
AC_INIT([gnome-control-center], [2.23.1],
|
||||||
[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-control-center])
|
[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-control-center])
|
||||||
|
|
||||||
AC_CONFIG_MACRO_DIR([m4])
|
AC_CONFIG_MACRO_DIR([m4])
|
||||||
|
|
Loading…
Add table
Reference in a new issue