GNOME CVS (silent): rhythmbox baddog

2006-09-26 Thread Kwok-Koon Cheung

CVSROOT:/cvs/gnome
Module name:rhythmbox
Changes by: baddog  06/09/26 02:03:07

Modified files:
po : LINGUAS 

Log message:
Change to one lang per line, easier for grepping

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=dir=rhythmboxwho=baddogdate=explicitmindate=2006-09-26%2002:02maxdate=2006-09-26%2002:04

___
cvs-commits-list mailing list
cvs-commits-list@gnome.org
http://mail.gnome.org/mailman/listinfo/cvs-commits-list


GNOME CVS (silent): rhythmbox baddog

2006-09-26 Thread Kwok-Koon Cheung

CVSROOT:/cvs/gnome
Module name:rhythmbox
Changes by: baddog  06/09/26 02:04:37

Modified files:
po : ChangeLog zh_HK.po zh_TW.po 

Log message:
* zh_HK.po: Updated Chinese (Hong Kong) translation.
* zh_TW.po: Updated Chinese (Taiwan) translation.

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=dir=rhythmboxwho=baddogdate=explicitmindate=2006-09-26%2002:03maxdate=2006-09-26%2002:05

___
cvs-commits-list mailing list
cvs-commits-list@gnome.org
http://mail.gnome.org/mailman/listinfo/cvs-commits-list


GNOME CVS (silent): gimp-tiny-fu kcozens

2006-09-26 Thread Kevin Cozens

CVSROOT:/cvs/gnome
Module name:gimp-tiny-fu
Changes by: kcozens 06/09/26 02:19:36

Modified files:
po : ChangeLog az.po bg.po ca.po cs.po da.po de.po 
 dz.po el.po en_CA.po en_GB.po es.po eu.po fi.po 
 fr.po ga.po gl.po gu.po he.po hr.po hu.po id.po 
 it.po ja.po ko.po lt.po ms.po nl.po no.po pa.po 
 pl.po pt_BR.po pt.po ro.po ru.po sk.po 
 [EMAIL PROTECTED] sr.po sv.po tr.po uk.po vi.po yi.po 
 zh_CN.po zh_TW.po 

Log message:
2006-09-26  Kevin Cozens  [EMAIL PROTECTED]

* *.po: Regenerated all .po files due to renaming of scripts
from *.sct to *.scm.

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=dir=gimp-tiny-fuwho=kcozensdate=explicitmindate=2006-09-26%2002:18maxdate=2006-09-26%2002:20

___
cvs-commits-list mailing list
cvs-commits-list@gnome.org
http://mail.gnome.org/mailman/listinfo/cvs-commits-list


GNOME CVS: banshee abock

2006-09-26 Thread Aaron Bockover

CVSROOT:/cvs/gnome
Module name:banshee
Changes by: abock   06/09/26 02:25:29

Modified files:
.  : ChangeLog Makefile.include banshee.mds 
 configure.ac 
hal-sharp  : Makefile.am 
libbanshee : Makefile.am 
src: banshee.exe.config.in 
src/Banshee.Base: Globals.cs HalCore.cs 
src/Banshee.Base/AudioCd: AudioCdCore.cs AudioCdDisk.cs 
src/Banshee.Base/Banshee.Cdrom.Nautilus: NautilusDrive.cs 
 NautilusDriveFactory.cs 
src/Banshee.Base/Dap: Dap.cs DapCore.cs DapMisc.cs 
src/Banshee.Dap/Ipod: IpodDap.cs ipod-sharp.dll.config.in 
src/Banshee.Dap/MassStorage: MassStorageDap.cs 
src/Banshee.Dap/Njb: NjbDap.cs 
taglib-sharp   : Makefile.am 
Added files:
hal-sharp  : Communication.cs Device.cs Manager.cs 
 hal-sharp.mdp 
Removed files:
hal-sharp  : DBusError.cs HalCallbacks.cs HalContext.cs 
 HalDefines.cs HalDevice.cs HalExceptions.cs 
 HalUnmanaged.cs hal-sharp.dll.config.in 
 hal-sharp.sources sync-tree.sh 
libbanshee : hal-context.c hal-context.h inotify-syscalls.h 

Log message:
2006-09-26  Aaron Bockover  [EMAIL PROTECTED]

hal-sharp has been rewritten on top of the new managed DBus; with this
commit there is no more native DBus or HAL code in Banshee at all!

* Makefile.include: Update build settings for new hal-sharp

* configure.ac: Removed all native DBus/HAL checks and hacks

* hal-sharp/*.cs: Removed all old hal-sharp binding code; the previous
hal-sharp was a binding of libhal, and had to use nasty context hacks
to properly integrate with other contexts and DBus connections inside
the application/main loop

* hal-sharp/Connection.cs:
* hal-sharp/Manager.cs:
* hal-sharp/Device.cs: New hal-sharp is very simple and implements
the HAL DBus specification; it integrates cleanly with everything

* banshee.mds:
* hal-sharp/hal-sharp.mdp: Added hal-sharp MonoDevelop project

* hal-sharp/Makefile.am: Updated to build the new hal-sharp

* src/banshee.exe.config.in:
* src/Banshee.Dap/Ipod/ipod-sharp.dll.config.in: Removed HAL/DBus maps

* taglib-sharp/Makefile.am: Build assembly as TagLib.dll instead of
taglib-sharp.dll

* libbanshee/Makefile.am:
* libbanshee/hal-context.c:
* libbanshee/hal-context.h: Removed old native HAL/DBus context/mainloop
integration hacks

* src/Banshee.Base/Globals.cs: Explicitly initialize HalCore

* src/Banshee.Base/HalCore.cs: Ported to new managed HAL API; removed
all the bindings to the crappy native HAL/DBus hacks; now exposes only
a global Hal.Manager object

* src/Banshee.Base/AudioCd/AudioCdCore.cs:
* src/Banshee.Base/AudioCd/AudioCdDisk.cs:
* src/Banshee.Base/Banshee.Cdrom.Nautilus/NautilusDrive.cs:
* src/Banshee.Base/Banshee.Cdrom.Nautilus/NautilusDriveFactory.cs:
* src/Banshee.Dap/Njb/NjbDap.cs:
* src/Banshee.Dap/MassStorage/MassStorageDap.cs:
* src/Banshee.Base/Dap/DapCore.cs:
* src/Banshee.Dap/Ipod/IpodDap.cs: Ported to new managed HAL API;
added cleanups and use more generics in place of legacy code

* src/Banshee.Base/Dap/DapMisc.cs: Removed WaitForPropertyChange;
Added WaitForVolumeMount

* src/Banshee.Base/Dap/Dap.cs: Added WaitForVolumeMount method to
queue a volume mount check on the device in DapCore

* src/Banshee.Base/Dap/DapCore.cs: Much better API and implementation
for dealing with DAP devices that need to be mounted. WaitForVolumeMount
replaces WaitForPropertyChange and a new timeout method is used to
check for device mounts. This avoids having to keep remote objects
around to listen for a property change event

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=dir=bansheewho=abockdate=explicitmindate=2006-09-26%2002:24maxdate=2006-09-26%2002:26

___
cvs-commits-list mailing list
cvs-commits-list@gnome.org
http://mail.gnome.org/mailman/listinfo/cvs-commits-list


GNOME CVS (silent): gnome-system-tools sbehera

2006-09-26 Thread Subhransu Behera

CVSROOT:/cvs/gnome
Module name:gnome-system-tools
Changes by: sbehera 06/09/26 02:32:42

Modified files:
po : Tag: gnome-2-14 ChangeLog 

Log message:
Added Entry for Updated Oriya Translation

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=dir=gnome-system-toolswho=sbeheradate=explicitmindate=2006-09-26%2002:31maxdate=2006-09-26%2002:33

___
cvs-commits-list mailing list
cvs-commits-list@gnome.org
http://mail.gnome.org/mailman/listinfo/cvs-commits-list


GNOME CVS (silent): gnome-system-tools sbehera

2006-09-26 Thread Subhransu Behera

CVSROOT:/cvs/gnome
Module name:gnome-system-tools
Changes by: sbehera 06/09/26 02:33:11

Modified files:
po : Tag: gnome-2-14 or.po 

Log message:
Updated Oriya Translation

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=dir=gnome-system-toolswho=sbeheradate=explicitmindate=2006-09-26%2002:32maxdate=2006-09-26%2002:34

___
cvs-commits-list mailing list
cvs-commits-list@gnome.org
http://mail.gnome.org/mailman/listinfo/cvs-commits-list


GNOME CVS (silent): gnome-alsamixer plaes

2006-09-26 Thread Priit Laes

CVSROOT:/cvs/gnome
Module name:gnome-alsamixer
Changes by: plaes   06/09/26 02:38:40

Modified files:
po : ChangeLog 

Log message:
2006-09-26  Priit Laes  [EMAIL PROTECTED]

* et.po: Translation updated by Ivar Smolin.

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=dir=gnome-alsamixerwho=plaesdate=explicitmindate=2006-09-26%2002:37maxdate=2006-09-26%2002:39

___
cvs-commits-list mailing list
cvs-commits-list@gnome.org
http://mail.gnome.org/mailman/listinfo/cvs-commits-list


GNOME CVS (silent): gnome-spell plaes

2006-09-26 Thread Priit Laes

CVSROOT:/cvs/gnome
Module name:gnome-spell
Changes by: plaes   06/09/26 02:39:02

Modified files:
po : et.po ChangeLog 

Log message:
2006-09-26  Priit Laes  [EMAIL PROTECTED]

* et.po: Translation updated by Ivar Smolin.

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=dir=gnome-spellwho=plaesdate=explicitmindate=2006-09-26%2002:38maxdate=2006-09-26%2002:40

___
cvs-commits-list mailing list
cvs-commits-list@gnome.org
http://mail.gnome.org/mailman/listinfo/cvs-commits-list


GNOME CVS: banshee abock

2006-09-26 Thread Aaron Bockover

CVSROOT:/cvs/gnome
Module name:banshee
Changes by: abock   06/09/26 02:43:53

Modified files:
.  : ChangeLog 
hal-sharp  : Manager.cs 
src/Banshee.Base/Banshee.Cdrom.Nautilus: NautilusDrive.cs 
 NautilusDriveFactory.cs 
src/Banshee.Base/Dap: DapCore.cs 

Log message:
2006-09-26  Aaron Bockover  [EMAIL PROTECTED]

* hal-sharp/Manager.cs: Added DeviceAddedArgs and DeviceRemovedArgs as
in a remove event, the UDI as a device object won't exist

* src/Banshee.Base/Banshee.Cdrom.Nautilus/NautilusDrive.cs:
* src/Banshee.Base/Banshee.Cdrom.Nautilus/NautilusDriveFactory.cs:
* src/Banshee.Base/Dap/DapCore.cs: Updated to use DeviceAdded/RemovedArgs

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=dir=bansheewho=abockdate=explicitmindate=2006-09-26%2002:42maxdate=2006-09-26%2002:44

___
cvs-commits-list mailing list
cvs-commits-list@gnome.org
http://mail.gnome.org/mailman/listinfo/cvs-commits-list


GNOME CVS: gnome-power-manager rhughes

2006-09-26 Thread Richard Hughes

CVSROOT:/cvs/gnome
Module name:gnome-power-manager
Changes by: rhughes 06/09/26 03:28:59

Modified files:
.  : ChangeLog 
data/icons/16x16: Makefile.am 
data/icons/22x22: Makefile.am 
data/icons/24x24: Makefile.am 
data/icons/scalable: Makefile.am 
src: gpm-stock-icons.h gpm-tray-icon.c 
Added files:
data/icons/16x16: gpm-statistics.png 
data/icons/22x22: gpm-statistics.png 
data/icons/24x24: gpm-statistics.png 
data/icons/scalable: gpm-statistics.svg 

Log message:
2006-09-26  Richard Hughes  [EMAIL PROTECTED]

* data/icons/16x16/Makefile.am:
* data/icons/16x16/gpm-statistics.png:
* data/icons/22x22/Makefile.am:
* data/icons/22x22/gpm-statistics.png:
* data/icons/24x24/Makefile.am:
* data/icons/24x24/gpm-statistics.png:
* data/icons/scalable/Makefile.am:
* data/icons/scalable/gpm-statistics.svg:
* src/gpm-stock-icons.h:
* src/gpm-tray-icon.c:
Add a proper gpm-statistics tango icon. (Jakub Steiner)

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=dir=gnome-power-managerwho=rhughesdate=explicitmindate=2006-09-26%2003:27maxdate=2006-09-26%2003:29

___
cvs-commits-list mailing list
cvs-commits-list@gnome.org
http://mail.gnome.org/mailman/listinfo/cvs-commits-list


GNOME CVS: bugzilla-newer newren

2006-09-26 Thread Elijah Newren

CVSROOT:/cvs/gnome
Module name:bugzilla-newer
Changes by: newren  06/09/26 03:32:34

Modified files:
.  : ChangeLog 
Bugzilla   : QueryParse.yp 

Log message:
2006-09-26  Elijah Newren  newren gmail com

* Bugzilla/QueryParse.yp:
(get_sub_query):
add support for cc and commenter searches):

(reporter_search, assignee_search, qacontact_search):
combine common code into a single location

(cc_search, commenter_search):
new functions

(email_search):
rename from generate_email_search, include common functionality
from {reporter,assignee,qacontact}_search, add some more comments,
add ability to handle cc and commenter searches as well

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=dir=bugzilla-newerwho=newrendate=explicitmindate=2006-09-26%2003:31maxdate=2006-09-26%2003:33

___
cvs-commits-list mailing list
cvs-commits-list@gnome.org
http://mail.gnome.org/mailman/listinfo/cvs-commits-list


GNOME CVS: gnome-power-manager rhughes

2006-09-26 Thread Richard Hughes

CVSROOT:/cvs/gnome
Module name:gnome-power-manager
Changes by: rhughes 06/09/26 04:00:58

Modified files:
.  : ChangeLog 
data   : gnome-power-statistics.desktop.in 

Log message:
2006-09-26  Richard Hughes  [EMAIL PROTECTED]

* data/gnome-power-statistics.desktop.in:
Actually use a valid category so it shows up in the menus.

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=dir=gnome-power-managerwho=rhughesdate=explicitmindate=2006-09-26%2003:59maxdate=2006-09-26%2004:01

___
cvs-commits-list mailing list
cvs-commits-list@gnome.org
http://mail.gnome.org/mailman/listinfo/cvs-commits-list


GNOME CVS: gegl ok

2006-09-26 Thread Øyvind Kolås

CVSROOT:/cvs/gnome
Module name:gegl
Changes by: ok  06/09/26 04:58:00

Modified files:
.  : ChangeLog 
operations/file-io: png-save.c 

Log message:
fixed endianness issues when saving 16bit rgba images

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=dir=geglwho=okdate=explicitmindate=2006-09-26%2004:57maxdate=2006-09-26%2004:59

___
cvs-commits-list mailing list
cvs-commits-list@gnome.org
http://mail.gnome.org/mailman/listinfo/cvs-commits-list


GNOME CVS (silent): epiphany sbehera

2006-09-26 Thread Subhransu Behera

CVSROOT:/cvs/gnome
Module name:epiphany
Changes by: sbehera 06/09/26 05:34:03

Modified files:
po : Tag: gnome-2-16 or.po 

Log message:
Updated Oriya Translation

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=dir=epiphanywho=sbeheradate=explicitmindate=2006-09-26%2005:33maxdate=2006-09-26%2005:35

___
cvs-commits-list mailing list
cvs-commits-list@gnome.org
http://mail.gnome.org/mailman/listinfo/cvs-commits-list


GNOME CVS: libgsf jody

2006-09-26 Thread Jody Goldberg

CVSROOT:/cvs/gnome
Module name:libgsf
Changes by: jody06/09/26 06:13:11

Modified files:
.  : ChangeLog 
po : ChangeLog 
po : ChangeLog 
python : ChangeLog Makefile.am 
tests  : test-msole-printf.c 
Removed files:
python : Makefile.am15 

Log message:
2006-09-26  Jody Goldberg [EMAIL PROTECTED]

* Release 1.14.2

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=dir=libgsfwho=jodydate=explicitmindate=2006-09-26%2006:12maxdate=2006-09-26%2006:14

___
cvs-commits-list mailing list
cvs-commits-list@gnome.org
http://mail.gnome.org/mailman/listinfo/cvs-commits-list


GNOME CVS: gimp mitch

2006-09-26 Thread Michael Natterer

CVSROOT:/cvs/gnome
Module name:gimp
Changes by: mitch   06/09/26 05:59:13

Modified files:
.  : ChangeLog 
app/paint  : gimppaintcore.c 

Log message:
2006-09-26  Michael Natterer  [EMAIL PROTECTED]

* app/paint/gimppaintcore.c: added some missing g_return_if_fail()
and moved variables to local scopes.

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=dir=gimpwho=mitchdate=explicitmindate=2006-09-26%2005:58maxdate=2006-09-26%2006:00

___
cvs-commits-list mailing list
cvs-commits-list@gnome.org
http://mail.gnome.org/mailman/listinfo/cvs-commits-list


GNOME CVS: gegl ok

2006-09-26 Thread Øyvind Kolås

CVSROOT:/cvs/gnome
Module name:gegl
Changes by: ok  06/09/26 05:48:20

Modified files:
docs   : index-static.html.in 

Log message:
reworked Feautures

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=dir=geglwho=okdate=explicitmindate=2006-09-26%2005:47maxdate=2006-09-26%2005:49

___
cvs-commits-list mailing list
cvs-commits-list@gnome.org
http://mail.gnome.org/mailman/listinfo/cvs-commits-list


GNOME CVS: chronojump xaviblas

2006-09-26 Thread Xavier de Blas

CVSROOT:/cvs/gnome
Module name:chronojump
Changes by: xaviblas06/09/26 11:48:28

Modified files:
.  : changelog.txt chronojump.exe 
glade  : chronojump.glade 
src/gui: event.cs 

Log message:
starting graphs on EventExecuteWindow
fixed bug in allowing press 'finish' when a event has finished

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=dir=chronojumpwho=xaviblasdate=explicitmindate=2006-09-26%2011:47maxdate=2006-09-26%2011:49

___
cvs-commits-list mailing list
cvs-commits-list@gnome.org
http://mail.gnome.org/mailman/listinfo/cvs-commits-list


GNOME CVS: gnome-icon-theme jimmac

2006-09-26 Thread Jakub Steiner

CVSROOT:/cvs/gnome
Module name:gnome-icon-theme
Changes by: jimmac  06/09/26 05:59:40

Modified files:
.  : ChangeLog 
16x16/apps : preferences-desktop-accessibility.png 
 preferences-desktop-accessibility.xcf.bz2 
 preferences-desktop-screensaver.png 
 preferences-desktop-screensaver.xcf.bz2 
22x22/apps : Makefile.am 
24x24/apps : multimedia-volume-control.png 
Added files:
22x22/apps : multimedia-volume-control.png 
 multimedia-volume-control.xcf.bz2 

Log message:
tweaks

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=dir=gnome-icon-themewho=jimmacdate=explicitmindate=2006-09-26%2005:58maxdate=2006-09-26%2006:00

___
cvs-commits-list mailing list
cvs-commits-list@gnome.org
http://mail.gnome.org/mailman/listinfo/cvs-commits-list


GNOME CVS (silent): epiphany sbehera

2006-09-26 Thread Subhransu Behera

CVSROOT:/cvs/gnome
Module name:epiphany
Changes by: sbehera 06/09/26 07:34:28

Modified files:
po : Tag: gnome-2-16 ChangeLog 

Log message:
Added Entry for Updated Oriya Translation

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=dir=epiphanywho=sbeheradate=explicitmindate=2006-09-26%2007:33maxdate=2006-09-26%2007:35

___
cvs-commits-list mailing list
cvs-commits-list@gnome.org
http://mail.gnome.org/mailman/listinfo/cvs-commits-list


GNOME CVS (silent): epiphany sbehera

2006-09-26 Thread Subhransu Behera

CVSROOT:/cvs/gnome
Module name:epiphany
Changes by: sbehera 06/09/26 07:34:52

Modified files:
po : Tag: gnome-2-16 or.po 

Log message:
Updated Oriya Translation

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=dir=epiphanywho=sbeheradate=explicitmindate=2006-09-26%2007:33maxdate=2006-09-26%2007:35

___
cvs-commits-list mailing list
cvs-commits-list@gnome.org
http://mail.gnome.org/mailman/listinfo/cvs-commits-list


GNOME CVS: gtk+ vsichi

2006-09-26 Thread Vladimer Sichinava

CVSROOT:/cvs/gnome
Module name:gtk+
Changes by: vsichi  06/09/26 07:37:37

Modified files:
po-properties  : Tag: gtk-2-10 ka.po 

Log message:
updated Georgian translation

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=dir=gtk%2Bwho=vsichidate=explicitmindate=2006-09-26%2007:36maxdate=2006-09-26%2007:38

___
cvs-commits-list mailing list
cvs-commits-list@gnome.org
http://mail.gnome.org/mailman/listinfo/cvs-commits-list


GNOME CVS: tracker jamiemcc

2006-09-26 Thread Jamie McCracken

CVSROOT:/cvs/gnome
Module name:tracker
Changes by: jamiemcc06/09/26 06:28:54

Modified files:
.  : ChangeLog 
src/trackerd   : tracker-db-sqlite.c tracker-dbus-files.c 
 tracker-metadata.c 

Log message:
updates

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=dir=trackerwho=jamiemccdate=explicitmindate=2006-09-26%2006:27maxdate=2006-09-26%2006:29

___
cvs-commits-list mailing list
cvs-commits-list@gnome.org
http://mail.gnome.org/mailman/listinfo/cvs-commits-list


GNOME CVS: gnome-icon-theme jimmac

2006-09-26 Thread Jakub Steiner

CVSROOT:/cvs/gnome
Module name:gnome-icon-theme
Changes by: jimmac  06/09/26 06:23:41

Modified files:
.  : ChangeLog 
24x24/mimetypes: x-office-document.png 

Log message:
fix for a little inconsistency

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=dir=gnome-icon-themewho=jimmacdate=explicitmindate=2006-09-26%2006:22maxdate=2006-09-26%2006:24

___
cvs-commits-list mailing list
cvs-commits-list@gnome.org
http://mail.gnome.org/mailman/listinfo/cvs-commits-list


GNOME CVS (silent): epiphany sbehera

2006-09-26 Thread Subhransu Behera

CVSROOT:/cvs/gnome
Module name:epiphany
Changes by: sbehera 06/09/26 05:33:37

Modified files:
po : Tag: gnome-2-16 ChangeLog 

Log message:
Added Entry for Updated Oriya Translation

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=dir=epiphanywho=sbeheradate=explicitmindate=2006-09-26%2005:32maxdate=2006-09-26%2005:34

___
cvs-commits-list mailing list
cvs-commits-list@gnome.org
http://mail.gnome.org/mailman/listinfo/cvs-commits-list


GNOME CVS: gftp masneyb

2006-09-26 Thread Brian Masney

CVSROOT:/cvs/gnome
Module name:gftp
Changes by: masneyb 06/09/26 06:56:33

Modified files:
.  : ChangeLog 
lib: rfc959.c 

Log message:
2006-9-26 Brian Masney [EMAIL PROTECTED]

* lib/rfc959.c - added rfc959_close_data_connection()

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=dir=gftpwho=masneybdate=explicitmindate=2006-09-26%2006:55maxdate=2006-09-26%2006:57

___
cvs-commits-list mailing list
cvs-commits-list@gnome.org
http://mail.gnome.org/mailman/listinfo/cvs-commits-list


GNOME CVS (silent): gtk+ vsichi

2006-09-26 Thread Vladimer Sichinava

CVSROOT:/cvs/gnome
Module name:gtk+
Changes by: vsichi  06/09/26 07:23:19

Modified files:
po : Tag: gtk-2-10 ka.po 

Log message:
updated Georgian translation

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=dir=gtk%2Bwho=vsichidate=explicitmindate=2006-09-26%2007:22maxdate=2006-09-26%2007:24

___
cvs-commits-list mailing list
cvs-commits-list@gnome.org
http://mail.gnome.org/mailman/listinfo/cvs-commits-list


GNOME CVS: gnome-vfs cneumair

2006-09-26 Thread Christian Neumair

CVSROOT:/cvs/gnome
Module name:gnome-vfs
Changes by: cneumair06/09/26 11:49:53

Modified files:
.  : ChangeLog 
libgnomevfs: gnome-vfs-cancellable-ops.c 

Log message:
2006-09-26  Christian Neumair  [EMAIL PROTECTED]

* libgnomevfs/gnome-vfs-cancellable-ops.c:
(gnome_vfs_find_directory_cancellable): Convert home directory
to URI before passing it to gnome_vfs_uri_new().

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=dir=gnome-vfswho=cneumairdate=explicitmindate=2006-09-26%2011:48maxdate=2006-09-26%2011:50

___
cvs-commits-list mailing list
cvs-commits-list@gnome.org
http://mail.gnome.org/mailman/listinfo/cvs-commits-list


GNOME CVS: gnome-icon-theme jimmac

2006-09-26 Thread Jakub Steiner

CVSROOT:/cvs/gnome
Module name:gnome-icon-theme
Changes by: jimmac  06/09/26 06:17:07

Modified files:
.  : ChangeLog 
32x32/devices  : Makefile.am 
Added files:
32x32/devices  : audio-input-microphone.png 
 audio-input-microphone.svg 

Log message:
mike at 32x32

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=dir=gnome-icon-themewho=jimmacdate=explicitmindate=2006-09-26%2006:16maxdate=2006-09-26%2006:18

___
cvs-commits-list mailing list
cvs-commits-list@gnome.org
http://mail.gnome.org/mailman/listinfo/cvs-commits-list


GNOME CVS: ooo-build vmiklos

2006-09-26 Thread Miklos Vajna

CVSROOT:/cvs/gnome
Module name:ooo-build
Changes by: vmiklos 06/09/26 09:24:22

Modified files:
.  : Tag: ooo-build-2-0-3 ChangeLog 
patches/src680 : Tag: ooo-build-2-0-3 apply 

Log message:
2006-09-26  Miklos Vajna  [EMAIL PROTECTED]

* patches/src680/apply: revert last change, system-neon-0.26.diff is
already in BuildBits.

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=dir=ooo-buildwho=vmiklosdate=explicitmindate=2006-09-26%2009:23maxdate=2006-09-26%2009:25

___
cvs-commits-list mailing list
cvs-commits-list@gnome.org
http://mail.gnome.org/mailman/listinfo/cvs-commits-list


GNOME CVS: tracker jamiemcc

2006-09-26 Thread Jamie McCracken

CVSROOT:/cvs/gnome
Module name:tracker
Changes by: jamiemcc06/09/26 07:58:27

Modified files:
thumbnailers/image: jpeg_thumbnailer png_thumbnailer 

Log message:
updates

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=dir=trackerwho=jamiemccdate=explicitmindate=2006-09-26%2007:57maxdate=2006-09-26%2007:59

___
cvs-commits-list mailing list
cvs-commits-list@gnome.org
http://mail.gnome.org/mailman/listinfo/cvs-commits-list


GNOME CVS (silent): eog icq

2006-09-26 Thread Ignacio Casal Quinteiro

CVSROOT:/cvs/gnome
Module name:eog
Changes by: icq 06/09/26 07:45:49

Modified files:
po : Tag: gnome-2-16 ChangeLog gl.po 

Log message:


URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=dir=eogwho=icqdate=explicitmindate=2006-09-26%2007:44maxdate=2006-09-26%2007:46

___
cvs-commits-list mailing list
cvs-commits-list@gnome.org
http://mail.gnome.org/mailman/listinfo/cvs-commits-list


GNOME CVS: gegl ok

2006-09-26 Thread Øyvind Kolås

CVSROOT:/cvs/gnome
Module name:gegl
Changes by: ok  06/09/26 06:41:48

Modified files:
.  : ChangeLog 
gegl   : gegl-cr-visitor.c 

Log message:
improved reference precalculation, reduces buffer leakage when using meta nodes.

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=dir=geglwho=okdate=explicitmindate=2006-09-26%2006:40maxdate=2006-09-26%2006:42

___
cvs-commits-list mailing list
cvs-commits-list@gnome.org
http://mail.gnome.org/mailman/listinfo/cvs-commits-list


GNOME CVS (silent): nautilus jordim

2006-09-26 Thread Jordi Mallach

CVSROOT:/cvs/gnome
Module name:nautilus
Changes by: jordim  06/09/26 08:20:53

Modified files:
po : ChangeLog ca.po 

Log message:
Updated Catalan translation.

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=dir=nautiluswho=jordimdate=explicitmindate=2006-09-26%2008:19maxdate=2006-09-26%2008:21

___
cvs-commits-list mailing list
cvs-commits-list@gnome.org
http://mail.gnome.org/mailman/listinfo/cvs-commits-list


GNOME CVS: ooo-build rvojta

2006-09-26 Thread Robert Vojta

CVSROOT:/cvs/gnome
Module name:ooo-build
Changes by: rvojta  06/09/26 08:05:27

Modified files:
.  : ChangeLog 
patches/src680 : vba-sc-autoshapes-hyperlinks.diff 

Log message:
2006-09-26  Robert Vojta  [EMAIL PROTECTED]

* patches/src680/vba-sc-autoshapes-hyperlinks.diff: Czech translation

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=dir=ooo-buildwho=rvojtadate=explicitmindate=2006-09-26%2008:04maxdate=2006-09-26%2008:06

___
cvs-commits-list mailing list
cvs-commits-list@gnome.org
http://mail.gnome.org/mailman/listinfo/cvs-commits-list


GNOME CVS: ooo-build noelpwer

2006-09-26 Thread Noel Power

CVSROOT:/cvs/gnome
Module name:ooo-build
Changes by: noelpwer06/09/26 10:17:18

Modified files:
.  : ChangeLog 

Log message:
2006-09-26  Noel Power  [EMAIL PROTECTED]

* patches/src680/apply: allow module scope variables lifecycle to be
extended to the lifetime of the associated document ( when vbasupport
is enabled )
* patches/vba/vba-modscopevariable.diff:

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=dir=ooo-buildwho=noelpwerdate=explicitmindate=2006-09-26%2010:16maxdate=2006-09-26%2010:18

___
cvs-commits-list mailing list
cvs-commits-list@gnome.org
http://mail.gnome.org/mailman/listinfo/cvs-commits-list


GNOME CVS: goffice emmanuel

2006-09-26 Thread Emmanuel Pacaud

CVSROOT:/cvs/gnome
Module name:goffice
Changes by: emmanuel06/09/26 07:26:16

Modified files:
.  : ChangeLog configure.in 
goffice/graph  : Makefile.am gog-graph.c gog-renderer-cairo.c 
 gog-renderer-svg.h gog-renderer.c 

Log message:
2006-09-26  Emmanuel Pacaud [EMAIL PROTECTED]

* configure.in: lower cairo requirement to 1.0. Use SVG renderer if
cairo SVG backend is not available.
* goffice/graph/Makefile.am: ditto.
* goffice/graph/gog-graph.c (gog_graph_get_supported_image_formats): SVG
always supported.
* goffice/graph/gog-renderer-cairo.c
(gog_renderer_cairo_export_image): move
cairo_surface_set_fallback_resolution inside #ifdef statements. This
is a new API only available in cairo = 1.2.0, as PDF and PS backends.

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=dir=gofficewho=emmanueldate=explicitmindate=2006-09-26%2007:25maxdate=2006-09-26%2007:27

___
cvs-commits-list mailing list
cvs-commits-list@gnome.org
http://mail.gnome.org/mailman/listinfo/cvs-commits-list


GNOME CVS: tracker jamiemcc

2006-09-26 Thread Jamie McCracken

CVSROOT:/cvs/gnome
Module name:tracker
Changes by: jamiemcc06/09/26 07:36:03

Modified files:
src/trackerd   : tracker-utils.c 

Log message:
updates

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=dir=trackerwho=jamiemccdate=explicitmindate=2006-09-26%2007:35maxdate=2006-09-26%2007:37

___
cvs-commits-list mailing list
cvs-commits-list@gnome.org
http://mail.gnome.org/mailman/listinfo/cvs-commits-list


GNOME CVS: ooo-build rvojta

2006-09-26 Thread Robert Vojta

CVSROOT:/cvs/gnome
Module name:ooo-build
Changes by: rvojta  06/09/26 10:34:45

Modified files:
.  : ChangeLog 
patches/src680 : sc-natural-sort.diff 
 vba-sc-autoshapes-hyperlinks.diff 
 vba-sc-handleautoshapemacro-import.diff 

Log message:
2006-09-26  Robert Vojta  [EMAIL PROTECTED]

* patches/src680/vba-sc-autoshapes-hyperlinks.diff: Slovak translation
* patches/src680/vba-sc-handleautoshapemacro-import.diff: Slovak
translation
* patches/src680/sc-natural-sort.diff: Slovak translation

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=dir=ooo-buildwho=rvojtadate=explicitmindate=2006-09-26%2010:33maxdate=2006-09-26%2010:35

___
cvs-commits-list mailing list
cvs-commits-list@gnome.org
http://mail.gnome.org/mailman/listinfo/cvs-commits-list


GNOME CVS: gnome-utils ebassi

2006-09-26 Thread Emmanuele Bassi

CVSROOT:/cvs/gnome
Module name:gnome-utils
Changes by: ebassi  06/09/26 10:37:53

Modified files:
gnome-screenshot: ChangeLog gnome-screenshot.desktop.in 

Log message:
2006-09-26  Emmanuele Bassi  [EMAIL PROTECTED]

* gnome-screenshot.desktop.in: Add the OtherBinaries key
for Bugzilla to the desktop file.

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=dir=gnome-utilswho=ebassidate=explicitmindate=2006-09-26%2010:36maxdate=2006-09-26%2010:38

___
cvs-commits-list mailing list
cvs-commits-list@gnome.org
http://mail.gnome.org/mailman/listinfo/cvs-commits-list


GNOME CVS: gftp masneyb

2006-09-26 Thread Brian Masney

CVSROOT:/cvs/gnome
Module name:gftp
Changes by: masneyb 06/09/26 07:48:55

Modified files:
.  : ChangeLog 
lib: rfc959.c 

Log message:
2006-9-26 Brian Masney [EMAIL PROTECTED]

* lib/rfc959.c (rfc959_end_transfer) - close the data connection before
the control connection is closed. (rfc959_put_next_file_chunk) - make
sure the entire block is properly written to the server. This is due to
the ASCII conversion (if necessary) is performed in this function.
Removed rfc959_set_file_time().

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=dir=gftpwho=masneybdate=explicitmindate=2006-09-26%2007:47maxdate=2006-09-26%2007:49

___
cvs-commits-list mailing list
cvs-commits-list@gnome.org
http://mail.gnome.org/mailman/listinfo/cvs-commits-list


GNOME CVS: ooo-build rvojta

2006-09-26 Thread Robert Vojta

CVSROOT:/cvs/gnome
Module name:ooo-build
Changes by: rvojta  06/09/26 08:51:22

Modified files:
.  : ChangeLog 
patches/src680 : vba-sc-handleautoshapemacro-import.diff 

Log message:
2006-09-26  Robert Vojta  [EMAIL PROTECTED]

* patches/src680/vba-sc-handleautoshapemacro-import.diff: Czech
translation

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=dir=ooo-buildwho=rvojtadate=explicitmindate=2006-09-26%2008:50maxdate=2006-09-26%2008:52

___
cvs-commits-list mailing list
cvs-commits-list@gnome.org
http://mail.gnome.org/mailman/listinfo/cvs-commits-list


GNOME CVS (silent): gnome-control-center icq

2006-09-26 Thread Ignacio Casal Quinteiro

CVSROOT:/cvs/gnome
Module name:gnome-control-center
Changes by: icq 06/09/26 10:44:49

Modified files:
po : Tag: gnome-2-16 ChangeLog gl.po 

Log message:


URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=dir=gnome-control-centerwho=icqdate=explicitmindate=2006-09-26%2010:43maxdate=2006-09-26%2010:45

___
cvs-commits-list mailing list
cvs-commits-list@gnome.org
http://mail.gnome.org/mailman/listinfo/cvs-commits-list


GNOME CVS: ooo-build jholesovsky

2006-09-26 Thread Jan Holesovsky

CVSROOT:/cvs/gnome
Module name:ooo-build
Changes by: jholesovsky 06/09/26 11:51:55

Modified files:
.  : ChangeLog 
Added files:
patches/src680 : svg-import.diff 

Log message:
2006-09-26  Jan Holesovsky  [EMAIL PROTECTED]

* patches/src680/svg-import.diff: Initial import of SVG import code.
NB. Experimental, in progress, not ready by any means! ;-)

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=dir=ooo-buildwho=jholesovskydate=explicitmindate=2006-09-26%2011:50maxdate=2006-09-26%2011:52

___
cvs-commits-list mailing list
cvs-commits-list@gnome.org
http://mail.gnome.org/mailman/listinfo/cvs-commits-list


GNOME CVS: ekiga jschamp

2006-09-26 Thread Jan Schampera

CVSROOT:/cvs/gnome
Module name:ekiga
Changes by: jschamp 06/09/26 10:55:23

Modified files:
src/gui: main.cpp 

Log message:
Made use of groupname macros.

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=dir=ekigawho=jschampdate=explicitmindate=2006-09-26%2010:54maxdate=2006-09-26%2010:56

___
cvs-commits-list mailing list
cvs-commits-list@gnome.org
http://mail.gnome.org/mailman/listinfo/cvs-commits-list


GNOME CVS: glibmm murrayc

2006-09-26 Thread Murray Cumming

CVSROOT:/cvs/gnome
Module name:glibmm
Changes by: murrayc 06/09/26 11:09:53

Modified files:
.  : ChangeLog 
glib   : glibmmconfig.h.in 
scripts: reduced.m4 

Log message:
2006-09-26  Murray Cumming  [EMAIL PROTECTED]

* glib/glibmmconfig.h.in: For win32, define
GLIBMM_ARG_ENABLE_API_DEFAULT_SIGNAL_HANDLERS to 1,
instead of just defining it to nothing.
* scripts/reduced.m4: In the AC_ARG_ENABLE() to
define (or not) GLIBMM_ARG_ENABLE_API_DEFAULT_SIGNAL_HANDLERS,
use api-default-signal-handlers as the first parameter
instead of api-exceptions (a copy/paste error), though it does
not seem to make any difference.
Bug #357830.

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=dir=glibmmwho=murraycdate=explicitmindate=2006-09-26%2011:08maxdate=2006-09-26%2011:10

___
cvs-commits-list mailing list
cvs-commits-list@gnome.org
http://mail.gnome.org/mailman/listinfo/cvs-commits-list


GNOME CVS (silent): rhythmbox icq

2006-09-26 Thread Ignacio Casal Quinteiro

CVSROOT:/cvs/gnome
Module name:rhythmbox
Changes by: icq 06/09/26 11:10:43

Modified files:
po : ChangeLog gl.po 

Log message:


URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=dir=rhythmboxwho=icqdate=explicitmindate=2006-09-26%2011:09maxdate=2006-09-26%2011:11

___
cvs-commits-list mailing list
cvs-commits-list@gnome.org
http://mail.gnome.org/mailman/listinfo/cvs-commits-list


GNOME CVS: rhythmbox dnylande

2006-09-26 Thread Daniel Nylander

CVSROOT:/cvs/gnome
Module name:rhythmbox
Changes by: dnylande06/09/26 09:28:40

Modified files:
help   : ChangeLog 
help/sv: sv.po 
help/sv/figures: rb-iradio-main.png 
 rb-notification-area-menu.png 
 rb-notification-window.png rb-podcast-main.png 
 rb-toolbar-prevplaynext.png 

Log message:
2006-09-26  Daniel Nylander [EMAIL PROTECTED]

* sv/sv.po: Updated Swedish translation.
* sv/figures/*png: Updated screenshots.

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=dir=rhythmboxwho=dnylandedate=explicitmindate=2006-09-26%2009:27maxdate=2006-09-26%2009:29

___
cvs-commits-list mailing list
cvs-commits-list@gnome.org
http://mail.gnome.org/mailman/listinfo/cvs-commits-list


GNOME CVS: gegl ok

2006-09-26 Thread Øyvind Kolås

CVSROOT:/cvs/gnome
Module name:gegl
Changes by: ok  06/09/26 09:52:05

Modified files:
.  : ChangeLog 
docs/gallery   : Makefile.am 
gegl   : Makefile.am gegl-chant.h gegl-cr-visitor.c 
 gegl-eval-mgr.c gegl-types.h 

Log message:
Updated Nepali Translation
fixed an issue with g++

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=dir=geglwho=okdate=explicitmindate=2006-09-26%2009:51maxdate=2006-09-26%2009:53

___
cvs-commits-list mailing list
cvs-commits-list@gnome.org
http://mail.gnome.org/mailman/listinfo/cvs-commits-list


GNOME CVS (silent): dasher icq

2006-09-26 Thread Ignacio Casal Quinteiro

CVSROOT:/cvs/gnome
Module name:dasher
Changes by: icq 06/09/26 10:29:52

Modified files:
po : Tag: gnome-2-16 ChangeLog gl.po 

Log message:


URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=dir=dasherwho=icqdate=explicitmindate=2006-09-26%2010:28maxdate=2006-09-26%2010:30

___
cvs-commits-list mailing list
cvs-commits-list@gnome.org
http://mail.gnome.org/mailman/listinfo/cvs-commits-list


GNOME CVS: gnome-utils ebassi

2006-09-26 Thread Emmanuele Bassi

CVSROOT:/cvs/gnome
Module name:gnome-utils
Changes by: ebassi  06/09/26 10:29:33

Modified files:
gnome-screenshot: ChangeLog screenshot-dialog.c 

Log message:
2006-09-07  Ross Burton  [EMAIL PROTECTED]

* screenshot-dialog.c:
Implement the advertised dragging of image data (#354685).

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=dir=gnome-utilswho=ebassidate=explicitmindate=2006-09-26%2010:28maxdate=2006-09-26%2010:30

___
cvs-commits-list mailing list
cvs-commits-list@gnome.org
http://mail.gnome.org/mailman/listinfo/cvs-commits-list


GNOME CVS: gnome-utils ebassi

2006-09-26 Thread Emmanuele Bassi

CVSROOT:/cvs/gnome
Module name:gnome-utils
Changes by: ebassi  06/09/26 10:33:05

Modified files:
.  : Tag: gnome-2-16 NEWS 

Log message:
update NEWS

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=dir=gnome-utilswho=ebassidate=explicitmindate=2006-09-26%2010:32maxdate=2006-09-26%2010:34

___
cvs-commits-list mailing list
cvs-commits-list@gnome.org
http://mail.gnome.org/mailman/listinfo/cvs-commits-list


GNOME CVS: gegl ok

2006-09-26 Thread Øyvind Kolås

CVSROOT:/cvs/gnome
Module name:gegl
Changes by: ok  06/09/26 10:13:02

Modified files:
docs   : ChangeLog Makefile.am 
docs/gallery   : Makefile.am 

Log message:
Added timing information to webpage, made the leaks visible when building under 
crucible.

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=dir=geglwho=okdate=explicitmindate=2006-09-26%2010:12maxdate=2006-09-26%2010:14

___
cvs-commits-list mailing list
cvs-commits-list@gnome.org
http://mail.gnome.org/mailman/listinfo/cvs-commits-list


GNOME CVS: gnome-system-tools dnylande

2006-09-26 Thread Daniel Nylander

CVSROOT:/cvs/gnome
Module name:gnome-system-tools
Changes by: dnylande06/09/26 10:37:07

Modified files:
doc/users  : Tag: gnome-2-14 ChangeLog 
doc/users/sv   : Tag: gnome-2-14 sv.po 
Added files:
doc/users/sv/figures: Tag: gnome-2-14 users-tool.png 

Log message:
2006-09-26  Daniel Nylander [EMAIL PROTECTED]

* sv/sv.po: Updated Swedish translation
* sv/figures/users-tool.png: Added screenshot.

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=dir=gnome-system-toolswho=dnylandedate=explicitmindate=2006-09-26%2010:36maxdate=2006-09-26%2010:38

___
cvs-commits-list mailing list
cvs-commits-list@gnome.org
http://mail.gnome.org/mailman/listinfo/cvs-commits-list


GNOME CVS: rhythmbox jrl

2006-09-26 Thread James Livingston

CVSROOT:/cvs/gnome
Module name:rhythmbox
Changes by: jrl 06/09/26 09:25:28

Modified files:
doc/reference/tmpl: rb-debug.sgml 
po : ChangeLog LINGUAS POTFILES.in 

Log message:
2006-09-26  James Livingston  [EMAIL PROTECTED]

* po/LINGUAS: fix commit which broke i18n

* po/POTFILES.in: add missing files

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=dir=rhythmboxwho=jrldate=explicitmindate=2006-09-26%2009:24maxdate=2006-09-26%2009:26

___
cvs-commits-list mailing list
cvs-commits-list@gnome.org
http://mail.gnome.org/mailman/listinfo/cvs-commits-list


GNOME CVS (silent): epiphany sbehera

2006-09-26 Thread Subhransu Behera

CVSROOT:/cvs/gnome
Module name:epiphany
Changes by: sbehera 06/09/26 09:34:05

Modified files:
po : Tag: gnome-2-16 or.po 

Log message:
Updated Oriya Translation

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=dir=epiphanywho=sbeheradate=explicitmindate=2006-09-26%2009:33maxdate=2006-09-26%2009:35

___
cvs-commits-list mailing list
cvs-commits-list@gnome.org
http://mail.gnome.org/mailman/listinfo/cvs-commits-list


GNOME CVS: gnome-utils ebassi

2006-09-26 Thread Emmanuele Bassi

CVSROOT:/cvs/gnome
Module name:gnome-utils
Changes by: ebassi  06/09/26 10:51:17

Modified files:
.  : Tag: gnome-2-16 NEWS 

Log message:
update NEWS

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=dir=gnome-utilswho=ebassidate=explicitmindate=2006-09-26%2010:50maxdate=2006-09-26%2010:52

___
cvs-commits-list mailing list
cvs-commits-list@gnome.org
http://mail.gnome.org/mailman/listinfo/cvs-commits-list


GNOME CVS: ekiga jschamp

2006-09-26 Thread Jan Schampera

CVSROOT:/cvs/gnome
Module name:ekiga
Changes by: jschamp 06/09/26 10:55:57

Modified files:
.  : ChangeLog 

Log message:
Updated changelog.

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=dir=ekigawho=jschampdate=explicitmindate=2006-09-26%2010:54maxdate=2006-09-26%2010:56

___
cvs-commits-list mailing list
cvs-commits-list@gnome.org
http://mail.gnome.org/mailman/listinfo/cvs-commits-list


GNOME CVS: gnome-utils ebassi

2006-09-26 Thread Emmanuele Bassi

CVSROOT:/cvs/gnome
Module name:gnome-utils
Changes by: ebassi  06/09/26 10:50:27

Modified files:
gnome-screenshot: Tag: gnome-2-16 ChangeLog 
  gnome-screenshot.desktop.in 

Log message:
2006-09-26  Emmanuele Bassi  [EMAIL PROTECTED]

Backport from HEAD

* gnome-screenshot.desktop.in: Add the OtherBinaries key
for Bugzilla to the desktop file.

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=dir=gnome-utilswho=ebassidate=explicitmindate=2006-09-26%2010:49maxdate=2006-09-26%2010:51

___
cvs-commits-list mailing list
cvs-commits-list@gnome.org
http://mail.gnome.org/mailman/listinfo/cvs-commits-list


GNOME CVS: ekiga jschamp

2006-09-26 Thread Jan Schampera

CVSROOT:/cvs/gnome
Module name:ekiga
Changes by: jschamp 06/09/26 10:54:54

Modified files:
src/gui: contacts.h 

Log message:
Central definition of the strings for the roster and unknown group name.

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=dir=ekigawho=jschampdate=explicitmindate=2006-09-26%2010:53maxdate=2006-09-26%2010:55

___
cvs-commits-list mailing list
cvs-commits-list@gnome.org
http://mail.gnome.org/mailman/listinfo/cvs-commits-list


GNOME CVS: lsr parente

2006-09-26 Thread Peter Parente

CVSROOT:/cvs/gnome
Module name:lsr
Changes by: parente 06/09/26 11:22:07

Modified files:
doc/workbook   : Introduction.xml TaskTools.xml TierManager.xml 
 UIRegistrar.xml ViewManager.xml Walker.xml 
 workbook.xml 

Log message:
Final whitespace updates

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=dir=lsrwho=parentedate=explicitmindate=2006-09-26%2011:21maxdate=2006-09-26%2011:23

___
cvs-commits-list mailing list
cvs-commits-list@gnome.org
http://mail.gnome.org/mailman/listinfo/cvs-commits-list


GNOME CVS: gail billh

2006-09-26 Thread Bill Haneman

CVSROOT:/cvs/gnome
Module name:gail
Changes by: billh   06/09/26 11:54:50

Modified files:
.  : ChangeLog 
gail   : gailbooleancell.c gailentry.c gailtreeview.c 
 gailwidget.c 

Log message:
Fix for bug #357798 [http://bugzilla.gnome.org/show_bug.cgi?id=357798] from 
Padraig O'Briain.

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=dir=gailwho=billhdate=explicitmindate=2006-09-26%2011:53maxdate=2006-09-26%2011:55

___
cvs-commits-list mailing list
cvs-commits-list@gnome.org
http://mail.gnome.org/mailman/listinfo/cvs-commits-list


GNOME CVS: glibmm murrayc

2006-09-26 Thread Murray Cumming

CVSROOT:/cvs/gnome
Module name:glibmm
Changes by: murrayc 06/09/26 11:12:44

Modified files:
.  : Tag: glibmm-2-8 ChangeLog 
glib   : Tag: glibmm-2-8 glibmmconfig.h.in 

Log message:
2006-09-26  Murray Cumming  [EMAIL PROTECTED]

* glib/glibmmconfig.h.in: For win32, define
GLIBMM_ARG_ENABLE_API_DEFAULT_SIGNAL_HANDLERS to 1,
instead of just defining it to nothing.
* scripts/reduced.m4: In the AC_ARG_ENABLE() to
define (or not) GLIBMM_ARG_ENABLE_API_DEFAULT_SIGNAL_HANDLERS,
use api-default-signal-handlers as the first parameter
instead of api-exceptions (a copy/paste error), though it does
not seem to make any difference.
Bug #357830.

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=dir=glibmmwho=murraycdate=explicitmindate=2006-09-26%2011:11maxdate=2006-09-26%2011:13

___
cvs-commits-list mailing list
cvs-commits-list@gnome.org
http://mail.gnome.org/mailman/listinfo/cvs-commits-list


GNOME CVS: glibmm murrayc

2006-09-26 Thread Murray Cumming

CVSROOT:/cvs/gnome
Module name:glibmm
Changes by: murrayc 06/09/26 11:10:43

Modified files:
.  : Tag: glibmm-2-12 ChangeLog 
glib   : Tag: glibmm-2-12 glibmmconfig.h.in 
scripts: Tag: glibmm-2-12 reduced.m4 

Log message:
2006-09-26  Murray Cumming  [EMAIL PROTECTED]

* glib/glibmmconfig.h.in: For win32, define
GLIBMM_ARG_ENABLE_API_DEFAULT_SIGNAL_HANDLERS to 1,
instead of just defining it to nothing.
* scripts/reduced.m4: In the AC_ARG_ENABLE() to
define (or not) GLIBMM_ARG_ENABLE_API_DEFAULT_SIGNAL_HANDLERS,
use api-default-signal-handlers as the first parameter
instead of api-exceptions (a copy/paste error), though it does
not seem to make any difference.
Bug #357830.

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=dir=glibmmwho=murraycdate=explicitmindate=2006-09-26%2011:09maxdate=2006-09-26%2011:11

___
cvs-commits-list mailing list
cvs-commits-list@gnome.org
http://mail.gnome.org/mailman/listinfo/cvs-commits-list


GNOME CVS: gnome-power-manager serrador

2006-09-26 Thread Francisco Javier Fernandez Serrador

CVSROOT:/cvs/gnome
Module name:gnome-power-manager
Changes by: serrador06/09/26 11:22:14

Modified files:
.  : ChangeLog 
data   : gpm-prefs.glade 

Log message:
2006-09-26  Francisco Javier F. Serrador  [EMAIL PROTECTED]

* data/gpm-prefs.glade: Fixed typo (closes: #357600)

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=dir=gnome-power-managerwho=serradordate=explicitmindate=2006-09-26%2011:21maxdate=2006-09-26%2011:23

___
cvs-commits-list mailing list
cvs-commits-list@gnome.org
http://mail.gnome.org/mailman/listinfo/cvs-commits-list


GNOME CVS: evolution-data-server mbarnes

2006-09-26 Thread Matthew Barnes

CVSROOT:/cvs/gnome
Module name:evolution-data-server
Changes by: mbarnes 06/09/26 09:45:21

Modified files:
calendar   : ChangeLog 
calendar/backends/groupwise: e-cal-backend-groupwise.c 

Log message:
2006-09-25  Matthew Barnes  [EMAIL PROTECTED]

Fixes #357666

* backends/groupwise/e-cal-backend-groupwise.c: (change_status)
Use g_ascii_strncasecmp instead of deprecated g_strncasecmp.

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=dir=evolution-data-serverwho=mbarnesdate=explicitmindate=2006-09-26%2009:44maxdate=2006-09-26%2009:46

___
cvs-commits-list mailing list
cvs-commits-list@gnome.org
http://mail.gnome.org/mailman/listinfo/cvs-commits-list


GNOME CVS (silent): rhythmbox zygis

2006-09-26 Thread Žygimantas BeruZygis#269

CVSROOT:/cvs/gnome
Module name:rhythmbox
Changes by: zygis   06/09/26 10:04:37

Modified files:
po : ChangeLog lt.po 

Log message:
2006-09-26  Žygimantas Beručka  [EMAIL PROTECTED]

* lt.po: Updated Lithuanian translation.

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=dir=rhythmboxwho=zygisdate=explicitmindate=2006-09-26%2010:03maxdate=2006-09-26%2010:05

___
cvs-commits-list mailing list
cvs-commits-list@gnome.org
http://mail.gnome.org/mailman/listinfo/cvs-commits-list

GNOME CVS (silent): libgnomeprint ok

2006-09-26 Thread Øyvind Kolås

CVSROOT:/cvs/gnome
Module name:libgnomeprint
Changes by: ok  06/09/26 09:52:05

Modified files:
po : ChangeLog ne.po 

Log message:
Updated Nepali Translation
fixed an issue with g++

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=dir=geglwho=okdate=explicitmindate=2006-09-26%2009:51maxdate=2006-09-26%2009:53

___
cvs-commits-list mailing list
cvs-commits-list@gnome.org
http://mail.gnome.org/mailman/listinfo/cvs-commits-list


GNOME CVS (silent): epiphany sbehera

2006-09-26 Thread Subhransu Behera

CVSROOT:/cvs/gnome
Module name:epiphany
Changes by: sbehera 06/09/26 09:33:37

Modified files:
po : Tag: gnome-2-16 ChangeLog 

Log message:
Added Entry for Updated Oriya Translation

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=dir=epiphanywho=sbeheradate=explicitmindate=2006-09-26%2009:32maxdate=2006-09-26%2009:34

___
cvs-commits-list mailing list
cvs-commits-list@gnome.org
http://mail.gnome.org/mailman/listinfo/cvs-commits-list


GNOME CVS: gimp neo

2006-09-26 Thread Sven Neumann

CVSROOT:/cvs/gnome
Module name:gimp
Changes by: neo 06/09/26 04:55:41

Modified files:
.  : ChangeLog 
app/dialogs: grid-dialog.c preferences-dialog.c 
app/widgets: gimpcolordialog.c gimpcoloreditor.c 
 gimpcolorpanel.c gimpgrideditor.c 
 gimpgrideditor.h gimppropwidgets.c 
 gimptoolbox-color-area.c 
libgimpwidgets : gimpcolornotebook.c gimpcolorselection.c 
 gimpcolorselection.h gimpcolorselector.c 
 gimpcolorselector.h gimpwidgets.def 
 gimpwidgetstypes.h 
modules: Makefile.am cdisplay_lcms.c 
Added files:
modules: colorsel_cmyk_lcms.c 

Log message:
2006-09-26  Sven Neumann  [EMAIL PROTECTED]

* modules/Makefile.am
* modules/colorsel_cmyk_lcms.c: new CMYK color-selector that
uses
littleCMS for the RGB - CMYK conversion. This is built instead
of the standard CMYK color-selector if lcms is available.

* libgimpwidgets/gimpcolornotebook.c
* libgimpwidgets/gimpcolorselection.[ch]
* libgimpwidgets/gimpcolorselector.[ch]
* libgimpwidgets/gimpwidgets.def: added API to set the color
management configuration on color selectors.

* libgimpwidgets/gimpwidgetstypes.h: include
libgimpconfig/gimpconfigtypes.h.

* app/dialogs/grid-dialog.c
* app/dialogs/preferences-dialog.c
* app/widgets/gimpcolordialog.c
* app/widgets/gimpcoloreditor.c
* app/widgets/gimpcolorpanel.c
* app/widgets/gimpgrideditor.[ch]
* app/widgets/gimppropwidgets.c
* app/widgets/gimptoolbox-color-area.c: set the color management
configuration on (hopefully) all color selectors.

* modules/cdisplay_lcms.c: use a GimpHintBox widget.

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=dir=gimpwho=neodate=explicitmindate=2006-09-26%2004:54maxdate=2006-09-26%2004:56

___
cvs-commits-list mailing list
cvs-commits-list@gnome.org
http://mail.gnome.org/mailman/listinfo/cvs-commits-list


GNOME CVS: gegl ok

2006-09-26 Thread Øyvind Kolås

CVSROOT:/cvs/gnome
Module name:gegl
Changes by: ok  06/09/26 06:36:15

Modified files:
docs   : ChangeLog index-static.html.in 
docs/gallery   : Makefile.am 

Log message:
reenabled stats generation

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=dir=geglwho=okdate=explicitmindate=2006-09-26%2006:35maxdate=2006-09-26%2006:37

___
cvs-commits-list mailing list
cvs-commits-list@gnome.org
http://mail.gnome.org/mailman/listinfo/cvs-commits-list


GNOME CVS: gimp neo

2006-09-26 Thread Sven Neumann

CVSROOT:/cvs/gnome
Module name:gimp
Changes by: neo 06/09/26 05:06:07

Modified files:
.  : ChangeLog 
plug-ins/common: wmf.c 

Log message:
2006-09-26  Sven Neumann  [EMAIL PROTECTED]

* plug-ins/common/wmf.c (load_image): transfer the pixels
tile-by-tile instead of doing it row-by-row.

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=dir=gimpwho=neodate=explicitmindate=2006-09-26%2005:05maxdate=2006-09-26%2005:07

___
cvs-commits-list mailing list
cvs-commits-list@gnome.org
http://mail.gnome.org/mailman/listinfo/cvs-commits-list


GNOME CVS: brasero philippr

2006-09-26 Thread Philippe Rouquier

CVSROOT:/cvs/gnome
Module name:brasero
Changes by: philippr06/09/26 05:07:09

Modified files:
.  : ChangeLog 
po : POTFILES.skip brasero.pot 
po : POTFILES.skip brasero.pot 
src: brasero-project-manager.c burn-caps.c 
 burn-caps.h burn-cdrecord.c burn-dialog.c 
 burn-options-dialog.c burn-options-dialog.h 
 burn-session.c disc-copy-dialog.c main.c 
 project.c recorder-selection.c 
Added files:
src: brasero-async-task-manager.c 
 brasero-async-task-manager.h brasero-vfs.c 
 brasero-vfs.h 

Log message:
Fixes/Improvements for multisession
Fix image property dialog displaying an endless list of image types
Fix images toc generated by cdrecord improperly detected
Fix error session log accepting non utf-8 characters

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=dir=braserowho=philipprdate=explicitmindate=2006-09-26%2005:06maxdate=2006-09-26%2005:08

___
cvs-commits-list mailing list
cvs-commits-list@gnome.org
http://mail.gnome.org/mailman/listinfo/cvs-commits-list


GNOME CVS: beagle fhedberg

2006-09-26 Thread Fredrik Hedberg

CVSROOT:/cvs/gnome
Module name:beagle
Changes by: fhedberg06/09/26 06:40:29

Modified files:
tools  : Makefile.am Settings.cs 

Log message:
Use the looking-glass icon for the beagle-settings window.

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=dir=beaglewho=fhedbergdate=explicitmindate=2006-09-26%2006:39maxdate=2006-09-26%2006:41

___
cvs-commits-list mailing list
cvs-commits-list@gnome.org
http://mail.gnome.org/mailman/listinfo/cvs-commits-list


GNOME CVS: gegl ok

2006-09-26 Thread Øyvind Kolås

CVSROOT:/cvs/gnome
Module name:gegl
Changes by: ok  06/09/26 05:46:56

Modified files:
docs   : ChangeLog index-static.html.in 

Log message:
reworked Feautures

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=dir=geglwho=okdate=explicitmindate=2006-09-26%2005:45maxdate=2006-09-26%2005:47

___
cvs-commits-list mailing list
cvs-commits-list@gnome.org
http://mail.gnome.org/mailman/listinfo/cvs-commits-list


GNOME CVS: gossip hallski

2006-09-26 Thread Mikael Hallendal

CVSROOT:/cvs/gnome
Module name:gossip
Changes by: hallski 06/09/26 04:49:58

Modified files:
.  : ChangeLog 
libgossip  : gossip-chatroom.c gossip-chatroom.h 
src: gossip-group-chat.c 

Log message:
2006-09-26  Mikael Hallendal  [EMAIL PROTECTED]

* libgossip/gossip-chatroom.[ch]: (gossip_chatroom_role_to_string),
(gossip_chatroom_affiliation_to_string):
- Changed to take a number argument to determine format of returned
string.
* src/gossip-group-chat.c:
(group_chat_cl_text_cell_data_func): Now also used for the name
string. And makes use of the modified role_to_string function to use
plural if more than one contact of each role exists.
(group_chat_get_role_iter):
- No need to set the name of the group here, it's fetched from the
data func.

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=dir=gossipwho=hallskidate=explicitmindate=2006-09-26%2004:48maxdate=2006-09-26%2004:50

___
cvs-commits-list mailing list
cvs-commits-list@gnome.org
http://mail.gnome.org/mailman/listinfo/cvs-commits-list


GNOME CVS: gftp masneyb

2006-09-26 Thread Brian Masney

CVSROOT:/cvs/gnome
Module name:gftp
Changes by: masneyb 06/09/26 07:26:32

Modified files:
.  : ChangeLog 
lib: protocols.c 

Log message:
2006-9-26 Brian Masney [EMAIL PROTECTED]

* lib/protocols.c (gftp_fd_read, gftp_fd_write) - make sure the return
value properly matches what was actually read or written to the socket

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=dir=gftpwho=masneybdate=explicitmindate=2006-09-26%2007:25maxdate=2006-09-26%2007:27

___
cvs-commits-list mailing list
cvs-commits-list@gnome.org
http://mail.gnome.org/mailman/listinfo/cvs-commits-list


GNOME CVS: gimp-help-2 romanofski

2006-09-26 Thread Roman Joost

CVSROOT:/cvs/gnome
Module name:gimp-help-2
Changes by: romanofski  06/09/26 08:13:14

Modified files:
.  : ChangeLog 
src/concepts   : script-fu.xml 
src/using  : docks.xml 

Log message:
2006-09-26  Roman Joost  [EMAIL PROTECTED]

* src/concepts/script-fu.xml
* src/using/docks.xml: applied patch contributed by Ulf-D.
Ehlert, which adds new german content :)

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=dir=gimp-help-2who=romanofskidate=explicitmindate=2006-09-26%2008:12maxdate=2006-09-26%2008:14

___
cvs-commits-list mailing list
cvs-commits-list@gnome.org
http://mail.gnome.org/mailman/listinfo/cvs-commits-list


GNOME CVS: gnome-utils ebassi

2006-09-26 Thread Emmanuele Bassi

CVSROOT:/cvs/gnome
Module name:gnome-utils
Changes by: ebassi  06/09/26 10:31:03

Modified files:
gnome-screenshot: Tag: gnome-2-16 ChangeLog screenshot-dialog.c 

Log message:
2006-09-07  Ross Burton  [EMAIL PROTECTED]

* screenshot-dialog.c:
Implement the advertised dragging of image data (#354685).

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=dir=gnome-utilswho=ebassidate=explicitmindate=2006-09-26%2010:30maxdate=2006-09-26%2010:32

___
cvs-commits-list mailing list
cvs-commits-list@gnome.org
http://mail.gnome.org/mailman/listinfo/cvs-commits-list


GNOME CVS: glibmm murrayc

2006-09-26 Thread Murray Cumming

CVSROOT:/cvs/gnome
Module name:glibmm
Changes by: murrayc 06/09/26 11:11:56

Modified files:
.  : Tag: glibmm-2-10 ChangeLog 
glib   : Tag: glibmm-2-10 glibmmconfig.h.in 
scripts: Tag: glibmm-2-10 reduced.m4 

Log message:
2006-09-26  Murray Cumming  [EMAIL PROTECTED]

* glib/glibmmconfig.h.in: For win32, define
GLIBMM_ARG_ENABLE_API_DEFAULT_SIGNAL_HANDLERS to 1,
instead of just defining it to nothing.
* scripts/reduced.m4: In the AC_ARG_ENABLE() to
define (or not) GLIBMM_ARG_ENABLE_API_DEFAULT_SIGNAL_HANDLERS,
use api-default-signal-handlers as the first parameter
instead of api-exceptions (a copy/paste error), though it does
not seem to make any difference.
Bug #357830.

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=dir=glibmmwho=murraycdate=explicitmindate=2006-09-26%2011:10maxdate=2006-09-26%2011:12

___
cvs-commits-list mailing list
cvs-commits-list@gnome.org
http://mail.gnome.org/mailman/listinfo/cvs-commits-list


GNOME CVS: babl ok

2006-09-26 Thread Øyvind Kolås

CVSROOT:/cvs/gnome
Module name:babl
Changes by: ok  06/09/26 09:48:48

Modified files:
.  : ChangeLog 
babl   : babl-classes.h 

Log message:
fixed an issue with g++

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=dir=bablwho=okdate=explicitmindate=2006-09-26%2009:47maxdate=2006-09-26%2009:49

___
cvs-commits-list mailing list
cvs-commits-list@gnome.org
http://mail.gnome.org/mailman/listinfo/cvs-commits-list


GNOME CVS: ooo-build noelpwer

2006-09-26 Thread Noel Power

CVSROOT:/cvs/gnome
Module name:ooo-build
Changes by: noelpwer06/09/26 10:12:09

Modified files:
patches/src680 : apply 

Log message:
add new vba-modscopevariable.diff to extend the lifetime of document module
variables ( to be the life of the document )

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=dir=ooo-buildwho=noelpwerdate=explicitmindate=2006-09-26%2010:11maxdate=2006-09-26%2010:13

___
cvs-commits-list mailing list
cvs-commits-list@gnome.org
http://mail.gnome.org/mailman/listinfo/cvs-commits-list


GNOME CVS: ooo-build noelpwer

2006-09-26 Thread Noel Power

CVSROOT:/cvs/gnome
Module name:ooo-build
Changes by: noelpwer06/09/26 10:07:57

Added files:
patches/vba: vba-modscopevariable.diff 

Log message:
Patch to change document specific behaviour of module scope variables

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=dir=ooo-buildwho=noelpwerdate=explicitmindate=2006-09-26%2010:06maxdate=2006-09-26%2010:08

___
cvs-commits-list mailing list
cvs-commits-list@gnome.org
http://mail.gnome.org/mailman/listinfo/cvs-commits-list


GNOME CVS: f-spot lewing

2006-09-26 Thread Larry Ewing

CVSROOT:/cvs/gnome
Module name:f-spot
Changes by: lewing  06/09/26 12:05:27

Modified files:
.  : ChangeLog 
src: main.cs 

Log message:
2006-09-26  Larry Ewing  [EMAIL PROTECTED]

* src/main.cs: patch from Stephane and Bengt to make argument
parsing slightly more robust.  Fixes #357286.

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=dir=f-spotwho=lewingdate=explicitmindate=2006-09-26%2012:04maxdate=2006-09-26%2012:06

___
cvs-commits-list mailing list
cvs-commits-list@gnome.org
http://mail.gnome.org/mailman/listinfo/cvs-commits-list


GNOME CVS: beagle kkubasik

2006-09-26 Thread Kevin Kubasik

CVSROOT:/cvs/gnome
Module name:beagle
Changes by: kkubasik06/09/26 12:08:44

Modified files:
.  : configure.in 

Log message:
Allow forced compile-time selection of sqlite versions bgo# 351133

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=dir=beaglewho=kkubasikdate=explicitmindate=2006-09-26%2012:07maxdate=2006-09-26%2012:09

___
cvs-commits-list mailing list
cvs-commits-list@gnome.org
http://mail.gnome.org/mailman/listinfo/cvs-commits-list


GNOME CVS: f-spot lewing

2006-09-26 Thread Larry Ewing

CVSROOT:/cvs/gnome
Module name:f-spot
Changes by: lewing  06/09/26 12:09:43

Modified files:
.  : ChangeLog 
src: FileImportBackend.cs 

Log message:
2006-09-26  Larry Ewing  [EMAIL PROTECTED]

* src/FileImportBackend.cs: patch from Bengt to silence debug
output.  Fixes #356995

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=dir=f-spotwho=lewingdate=explicitmindate=2006-09-26%2012:08maxdate=2006-09-26%2012:10

___
cvs-commits-list mailing list
cvs-commits-list@gnome.org
http://mail.gnome.org/mailman/listinfo/cvs-commits-list


GNOME CVS: gegl ok

2006-09-26 Thread Øyvind Kolås

CVSROOT:/cvs/gnome
Module name:gegl
Changes by: ok  06/09/26 12:09:44

Modified files:
.  : ChangeLog 
gegl   : Makefile.am gegl-cr-visitor.c gegl-eval-mgr.c 
 gegl-types.h 

Log message:
reverting accidently modified files

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=dir=geglwho=okdate=explicitmindate=2006-09-26%2012:08maxdate=2006-09-26%2012:10

___
cvs-commits-list mailing list
cvs-commits-list@gnome.org
http://mail.gnome.org/mailman/listinfo/cvs-commits-list


GNOME CVS: ekiga jschamp

2006-09-26 Thread Jan Schampera

CVSROOT:/cvs/gnome
Module name:ekiga
Changes by: jschamp 06/09/26 12:11:39

Modified files:
lib/gui: gmroster.h gmroster.cpp 

Log message:
GMRoster API: sync with a given contact list, rather than directly with 
addressbooks.

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=dir=ekigawho=jschampdate=explicitmindate=2006-09-26%2012:10maxdate=2006-09-26%2012:12

___
cvs-commits-list mailing list
cvs-commits-list@gnome.org
http://mail.gnome.org/mailman/listinfo/cvs-commits-list


GNOME CVS: ekiga jschamp

2006-09-26 Thread Jan Schampera

CVSROOT:/cvs/gnome
Module name:ekiga
Changes by: jschamp 06/09/26 12:12:09

Modified files:
src/gui: main.cpp 

Log message:
Adjusted to GMRoster change.

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=dir=ekigawho=jschampdate=explicitmindate=2006-09-26%2012:11maxdate=2006-09-26%2012:13

___
cvs-commits-list mailing list
cvs-commits-list@gnome.org
http://mail.gnome.org/mailman/listinfo/cvs-commits-list


GNOME CVS: ekiga jschamp

2006-09-26 Thread Jan Schampera

CVSROOT:/cvs/gnome
Module name:ekiga
Changes by: jschamp 06/09/26 12:12:45

Modified files:
.  : ChangeLog 

Log message:
Updated changelog.

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=dir=ekigawho=jschampdate=explicitmindate=2006-09-26%2012:11maxdate=2006-09-26%2012:13

___
cvs-commits-list mailing list
cvs-commits-list@gnome.org
http://mail.gnome.org/mailman/listinfo/cvs-commits-list


GNOME CVS: gegl ok

2006-09-26 Thread Øyvind Kolås

CVSROOT:/cvs/gnome
Module name:gegl
Changes by: ok  06/09/26 12:15:25

Modified files:
.  : ChangeLog 
gegl   : gegl-node.h 

Log message:
added missing g to egl_node_link

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=dir=geglwho=okdate=explicitmindate=2006-09-26%2012:14maxdate=2006-09-26%2012:16

___
cvs-commits-list mailing list
cvs-commits-list@gnome.org
http://mail.gnome.org/mailman/listinfo/cvs-commits-list


GNOME CVS: beagle kkubasik

2006-09-26 Thread Kevin Kubasik

CVSROOT:/cvs/gnome
Module name:beagle
Changes by: kkubasik06/09/26 12:15:56

Modified files:
.  : configure.in 
search : Makefile.am 
tools  : Makefile.am 
Added files:
search : beagle-search.desktop.in.in 
tools  : beagle-settings.desktop.in.in 
Removed files:
search : beagle-search.desktop.in 
tools  : beagle-settings.desktop.in 

Log message:
Adding the needed configure magic to .desktop files for bug-buddy support

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=dir=beaglewho=kkubasikdate=explicitmindate=2006-09-26%2012:14maxdate=2006-09-26%2012:16

___
cvs-commits-list mailing list
cvs-commits-list@gnome.org
http://mail.gnome.org/mailman/listinfo/cvs-commits-list


GNOME CVS: banshee abock

2006-09-26 Thread Aaron Bockover

CVSROOT:/cvs/gnome
Module name:banshee
Changes by: abock   06/09/26 12:21:37

Modified files:
.  : ChangeLog 
src/Banshee.Base/Dap: DapCore.cs 

Log message:
2006-09-26  Aaron Bockover  [EMAIL PROTECTED]

* src/Banshee.Base/Dap/DapCore.cs: Ignore volumes that will not be
mounted and ignore disc volumes to keep them from ever being exposed
as DAPs or going into the volume mount wait queue; remove items from
the volume mount wait queue if they are physically removed

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=dir=bansheewho=abockdate=explicitmindate=2006-09-26%2012:20maxdate=2006-09-26%2012:22

___
cvs-commits-list mailing list
cvs-commits-list@gnome.org
http://mail.gnome.org/mailman/listinfo/cvs-commits-list


GNOME CVS: ooo-build michael

2006-09-26 Thread Michael Meeks

CVSROOT:/cvs/gnome
Module name:ooo-build
Changes by: michael 06/09/26 12:34:17

Modified files:
.  : ChangeLog 
patches/test   : sc-optional.diff 

Log message:
2006-09-26  Michael Meeks  [EMAIL PROTECTED]

* patches/test/sc-optional.diff: update: fixes most missing
optional arg scenarios, updates the parser etc.

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=dir=ooo-buildwho=michaeldate=explicitmindate=2006-09-26%2012:33maxdate=2006-09-26%2012:35

___
cvs-commits-list mailing list
cvs-commits-list@gnome.org
http://mail.gnome.org/mailman/listinfo/cvs-commits-list


GNOME CVS: dogtail zcerza

2006-09-26 Thread Zack Cerza

CVSROOT:/cvs/gnome
Module name:dogtail
Changes by: zcerza  06/09/26 12:37:23

Modified files:
.  : ChangeLog 
recorder   : dogtail-recorder recorder.glade 

Log message:
* recorder/dogtail-recorder, recorder/recorder.glade: Remove combo box
since OOScriptWriter needs fixing. Also remove the expander since a GTK bug was
keeping it from expanding properly.

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=dir=dogtailwho=zcerzadate=explicitmindate=2006-09-26%2012:36maxdate=2006-09-26%2012:38

___
cvs-commits-list mailing list
cvs-commits-list@gnome.org
http://mail.gnome.org/mailman/listinfo/cvs-commits-list


GNOME CVS: gnome-power-manager rhughes

2006-09-26 Thread Richard Hughes

CVSROOT:/cvs/gnome
Module name:gnome-power-manager
Changes by: rhughes 06/09/26 12:37:49

Modified files:
.  : Tag: gnome-2-16 ChangeLog 
src: Tag: gnome-2-16 gpm-power.c 

Log message:
2006-09-26  Richard Hughes  [EMAIL PROTECTED]

* src/gpm-power.c:
Remove the FIXME to fix #334212. It's breaking more laptops that it
was intended to fix and also breaks my (already broken) iBook.

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=dir=gnome-power-managerwho=rhughesdate=explicitmindate=2006-09-26%2012:36maxdate=2006-09-26%2012:38

___
cvs-commits-list mailing list
cvs-commits-list@gnome.org
http://mail.gnome.org/mailman/listinfo/cvs-commits-list


GNOME CVS: dogtail zcerza

2006-09-26 Thread Zack Cerza

CVSROOT:/cvs/gnome
Module name:dogtail
Changes by: zcerza  06/09/26 12:38:07

Modified files:
.  : dogtail.spec 

Log message:
Update specfile.

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=dir=dogtailwho=zcerzadate=explicitmindate=2006-09-26%2012:37maxdate=2006-09-26%2012:39

___
cvs-commits-list mailing list
cvs-commits-list@gnome.org
http://mail.gnome.org/mailman/listinfo/cvs-commits-list


GNOME CVS: libgsf mortenw

2006-09-26 Thread Morten Welinder

CVSROOT:/cvs/gnome
Module name:libgsf
Changes by: mortenw 06/09/26 12:44:31

Modified files:
.  : ChangeLog configure.in 

Log message:
2006-09-26  Morten Welinder  [EMAIL PROTECTED]

* configure.in (test_python): Fix python tests.

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=dir=libgsfwho=mortenwdate=explicitmindate=2006-09-26%2012:43maxdate=2006-09-26%2012:45

___
cvs-commits-list mailing list
cvs-commits-list@gnome.org
http://mail.gnome.org/mailman/listinfo/cvs-commits-list


GNOME CVS: orca wwalker

2006-09-26 Thread William Walker

CVSROOT:/cvs/gnome
Module name:orca
Changes by: wwalker 06/09/26 12:45:48

Modified files:
.  : ChangeLog 
src/orca   : settings.py 

Log message:
Add Minefield as a script mapping to Mozilla.

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=dir=orcawho=wwalkerdate=explicitmindate=2006-09-26%2012:44maxdate=2006-09-26%2012:46

___
cvs-commits-list mailing list
cvs-commits-list@gnome.org
http://mail.gnome.org/mailman/listinfo/cvs-commits-list


GNOME CVS: ekiga jschamp

2006-09-26 Thread Jan Schampera

CVSROOT:/cvs/gnome
Module name:ekiga
Changes by: jschamp 06/09/26 12:47:38

Modified files:
src/gui: chat.cpp 

Log message:
Fixed typo that lead to chat window crash.

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=dir=ekigawho=jschampdate=explicitmindate=2006-09-26%2012:46maxdate=2006-09-26%2012:48

___
cvs-commits-list mailing list
cvs-commits-list@gnome.org
http://mail.gnome.org/mailman/listinfo/cvs-commits-list


  1   2   >