wine
13 years agowinhlp32: Convert menu and string table resources to po files.
Alexandre Julliard [Mon, 10 Jan 2011 19:30:14 +0000 (20:30 +0100)] 
winhlp32: Convert menu and string table resources to po files.

13 years agowinemine: Convert menu and string table resources to po files.
Alexandre Julliard [Mon, 10 Jan 2011 18:35:32 +0000 (19:35 +0100)] 
winemine: Convert menu and string table resources to po files.

13 years agokernel32/tests: Set TrueType console font before running tests.
Greg Geldorp [Mon, 10 Jan 2011 11:11:50 +0000 (12:11 +0100)] 
kernel32/tests: Set TrueType console font before running tests.

ReadConsoleOutputW doesn't retrieve characters from the output buffer
correctly for characters that don't have a glyph in the console font.

13 years agowinedbg: Convert menu and string table resources to po files.
Alexandre Julliard [Mon, 10 Jan 2011 12:54:23 +0000 (13:54 +0100)] 
winedbg: Convert menu and string table resources to po files.

13 years agowineconsole: Convert string table resources to po files.
Alexandre Julliard [Mon, 10 Jan 2011 12:42:09 +0000 (13:42 +0100)] 
wineconsole: Convert string table resources to po files.

13 years agoview: Convert menu and string table resources to po files.
Alexandre Julliard [Mon, 10 Jan 2011 12:25:22 +0000 (13:25 +0100)] 
view: Convert menu and string table resources to po files.

13 years agotools: Upgrade the config.guess/config.sub scripts.
Alexandre Julliard [Mon, 10 Jan 2011 12:03:02 +0000 (13:03 +0100)] 
tools: Upgrade the config.guess/config.sub scripts.

13 years agogdi32/tests: Fix some font test failures on non-English machines.
Greg Geldorp [Sun, 9 Jan 2011 20:48:57 +0000 (21:48 +0100)] 
gdi32/tests: Fix some font test failures on non-English machines.

13 years agodbghelp: Speed up source string creation (by using rb trees).
Eric Pouech [Sat, 8 Jan 2011 13:15:31 +0000 (14:15 +0100)] 
dbghelp: Speed up source string creation (by using rb trees).

13 years agodbghelp: Better support for OOM conditions when creating source file table.
Eric Pouech [Sat, 8 Jan 2011 13:15:25 +0000 (14:15 +0100)] 
dbghelp: Better support for OOM conditions when creating source file table.

13 years agowinedbg: Try to detect jump (potentially thunk code) while getting the status.
Eric Pouech [Sat, 8 Jan 2011 13:09:03 +0000 (14:09 +0100)] 
winedbg: Try to detect jump (potentially thunk code) while getting the status.

13 years agowinedbg: Added CPU method for identifying a jmp insn, and implement it for i386.
Eric Pouech [Sat, 8 Jan 2011 13:08:56 +0000 (14:08 +0100)] 
winedbg: Added CPU method for identifying a jmp insn, and implement it for i386.

13 years agodbghelp: Added preliminary extended FPO information out of PDB files.
Eric Pouech [Sat, 8 Jan 2011 13:04:20 +0000 (14:04 +0100)] 
dbghelp: Added preliminary extended FPO information out of PDB files.

13 years agodbghelp: Keep the mapping of any PDB file open until the module is unloaded.
Eric Pouech [Sat, 8 Jan 2011 13:04:14 +0000 (14:04 +0100)] 
dbghelp: Keep the mapping of any PDB file open until the module is unloaded.

13 years agodbghelp: Use new file/debug format framework to allow keeping pdb files opened.
Eric Pouech [Sat, 8 Jan 2011 13:04:08 +0000 (14:04 +0100)] 
dbghelp: Use new file/debug format framework to allow keeping pdb files opened.

13 years agodbghelp: Restructure internal PDB information.
Eric Pouech [Sat, 8 Jan 2011 13:04:01 +0000 (14:04 +0100)] 
dbghelp: Restructure internal PDB information.

13 years agowinedump: Added support for dumping FPO streams.
Eric Pouech [Sat, 8 Jan 2011 13:03:52 +0000 (14:03 +0100)] 
winedump: Added support for dumping FPO streams.

13 years agocomctl32/imagelist: Don't change destination size in ImageList_Duplicate without...
Alexandre Julliard [Mon, 10 Jan 2011 10:16:23 +0000 (11:16 +0100)] 
comctl32/imagelist: Don't change destination size in ImageList_Duplicate without corresponding allocation.

13 years agocomctl32/rebar: Implemented dragging between rows.
Joel Holdsworth [Sun, 9 Jan 2011 09:40:23 +0000 (09:40 +0000)] 
comctl32/rebar: Implemented dragging between rows.

13 years agocomctl32/rebar: Moved drag notify code into REBAR_MouseMove.
Joel Holdsworth [Sun, 9 Jan 2011 09:40:15 +0000 (09:40 +0000)] 
comctl32/rebar: Moved drag notify code into REBAR_MouseMove.

13 years agocomctl32/rebar: Implemented band reordering within rows.
Joel Holdsworth [Sun, 9 Jan 2011 09:40:10 +0000 (09:40 +0000)] 
comctl32/rebar: Implemented band reordering within rows.

13 years agocomctl32/rebar: Removed a redundant call.
Joel Holdsworth [Sun, 9 Jan 2011 09:40:08 +0000 (09:40 +0000)] 
comctl32/rebar: Removed a redundant call.

13 years agowordpad: Update Korean resource.
Hwang YunSong [Sat, 8 Jan 2011 01:43:18 +0000 (10:43 +0900)] 
wordpad: Update Korean resource.

13 years agowinspool.drv: Update Korean resource.
Hwang YunSong [Sat, 8 Jan 2011 01:41:46 +0000 (10:41 +0900)] 
winspool.drv: Update Korean resource.

13 years agowininet: Update Korean resource.
Hwang YunSong [Sat, 8 Jan 2011 01:40:14 +0000 (10:40 +0900)] 
wininet: Update Korean resource.

13 years agodinput: COM cleanup - use interfaces instead of vtbl. Combine both Unicode and ASCII...
Vitaliy Margolen [Sun, 9 Jan 2011 22:44:19 +0000 (15:44 -0700)] 
dinput: COM cleanup - use interfaces instead of vtbl. Combine both Unicode and ASCII interfaces into the same classes.

13 years agodinput: Explicitly define ASCII and Unicode methods in joydev joystick.
Vitaliy Margolen [Sun, 9 Jan 2011 22:44:11 +0000 (15:44 -0700)] 
dinput: Explicitly define ASCII and Unicode methods in joydev joystick.

13 years agodinput: Explicitly define ASCII and Unicode methods in evdev joystick.
Vitaliy Margolen [Sun, 9 Jan 2011 22:44:08 +0000 (15:44 -0700)] 
dinput: Explicitly define ASCII and Unicode methods in evdev joystick.

13 years agodinput: Explicitly define ASCII and Unicode methods in joystick base class. Use new...
Vitaliy Margolen [Sun, 9 Jan 2011 22:44:05 +0000 (15:44 -0700)] 
dinput: Explicitly define ASCII and Unicode methods in joystick base class. Use new methods in child classes.

13 years agodinput: Explicitly define ASCII and Unicode methods in mouse.
Vitaliy Margolen [Sun, 9 Jan 2011 22:44:02 +0000 (15:44 -0700)] 
dinput: Explicitly define ASCII and Unicode methods in mouse.

13 years agodinput: Explicitly define ASCII and Unicode methods in keyboard.
Vitaliy Margolen [Sun, 9 Jan 2011 22:43:58 +0000 (15:43 -0700)] 
dinput: Explicitly define ASCII and Unicode methods in keyboard.

13 years agodinput: Explicitly define ASCII and Unicode methods in DirectInputDevice base class...
Vitaliy Margolen [Sun, 9 Jan 2011 22:43:55 +0000 (15:43 -0700)] 
dinput: Explicitly define ASCII and Unicode methods in DirectInputDevice base class. Make ASCII methods call Unicode. Use new methods in child classes.

13 years agodinput: Change internal check_dinput_hooks method to take W iface.
Vitaliy Margolen [Sun, 9 Jan 2011 22:43:52 +0000 (15:43 -0700)] 
dinput: Change internal check_dinput_hooks method to take W iface.

13 years agodinput: COM cleanup - use helper function instead of direct typecast in OS/X joystick.
Vitaliy Margolen [Sun, 9 Jan 2011 22:43:48 +0000 (15:43 -0700)] 
dinput: COM cleanup - use helper function instead of direct typecast in OS/X joystick.

13 years agodinput: COM cleanup - use helper function instead of direct typecast in linuxinput...
Vitaliy Margolen [Sun, 9 Jan 2011 22:43:45 +0000 (15:43 -0700)] 
dinput: COM cleanup - use helper function instead of direct typecast in linuxinput joystick.

13 years agodinput: COM cleanup - use helper function instead of direct typecast in Linux joystick.
Vitaliy Margolen [Sun, 9 Jan 2011 22:43:41 +0000 (15:43 -0700)] 
dinput: COM cleanup - use helper function instead of direct typecast in Linux joystick.

13 years agodinput: COM cleanup - use helper function instead of direct typecast in base joystick...
Vitaliy Margolen [Sun, 9 Jan 2011 22:43:37 +0000 (15:43 -0700)] 
dinput: COM cleanup - use helper function instead of direct typecast in base joystick class.

13 years agodinput: COM cleanup - use helper function instead of direct typecast in keyboard.
Vitaliy Margolen [Sun, 9 Jan 2011 22:43:32 +0000 (15:43 -0700)] 
dinput: COM cleanup - use helper function instead of direct typecast in keyboard.

13 years agodinput: COM cleanup - use helper function instead of direct typecast in mouse.
Vitaliy Margolen [Sun, 9 Jan 2011 22:43:26 +0000 (15:43 -0700)] 
dinput: COM cleanup - use helper function instead of direct typecast in mouse.

13 years agodinput: COM cleanup - use helper function instead of direct typecast in base device...
Vitaliy Margolen [Sun, 9 Jan 2011 22:43:21 +0000 (15:43 -0700)] 
dinput: COM cleanup - use helper function instead of direct typecast in base device class.

13 years agodinput: COM cleanup - use proper interface instead of typecasting This when calling...
Vitaliy Margolen [Sun, 9 Jan 2011 22:43:17 +0000 (15:43 -0700)] 
dinput: COM cleanup - use proper interface instead of typecasting This when calling queue_event.

13 years agodinput: COM cleanup - return interface instead of typecasting This.
Vitaliy Margolen [Sun, 9 Jan 2011 22:43:12 +0000 (15:43 -0700)] 
dinput: COM cleanup - return interface instead of typecasting This.

13 years agodinput: COM cleanup - use proper DirectInput interface with IUknown calls.
Vitaliy Margolen [Sun, 9 Jan 2011 22:43:09 +0000 (15:43 -0700)] 
dinput: COM cleanup - use proper DirectInput interface with IUknown calls.

13 years agodinput: More COM cleanup for IDirectInput - use interfaces instead of typecasts.
Vitaliy Margolen [Sun, 9 Jan 2011 22:43:03 +0000 (15:43 -0700)] 
dinput: More COM cleanup for IDirectInput - use interfaces instead of typecasts.

13 years agowinetest: Include account level info in the report.
Greg Geldorp [Sun, 9 Jan 2011 23:40:33 +0000 (00:40 +0100)] 
winetest: Include account level info in the report.

13 years agows2_32: Restructure and simplify debugstr_wsaioctl a bit.
Gerald Pfeifer [Sat, 8 Jan 2011 15:47:59 +0000 (16:47 +0100)] 
ws2_32: Restructure and simplify debugstr_wsaioctl a bit.

13 years agomsi/tests: Add a test for MsiGetComponentState.
Hans Leidekker [Mon, 10 Jan 2011 08:43:48 +0000 (09:43 +0100)] 
msi/tests: Add a test for MsiGetComponentState.

13 years agomsi/tests: Add tests for publishing and unpublishing assemblies.
Hans Leidekker [Mon, 10 Jan 2011 08:43:34 +0000 (09:43 +0100)] 
msi/tests: Add tests for publishing and unpublishing assemblies.

13 years agoappwiz.cpl: Fix two RegQueryValueExW calls.
Hans Leidekker [Mon, 10 Jan 2011 08:43:19 +0000 (09:43 +0100)] 
appwiz.cpl: Fix two RegQueryValueExW calls.

13 years agoRevert "advapi32: Fix cred domain according to tests.".
Hans Leidekker [Mon, 10 Jan 2011 08:43:04 +0000 (09:43 +0100)] 
Revert "advapi32: Fix cred domain according to tests.".

This reverts commit 061eb12ca39dc6dfd58c3bc2c16586da58fddac3.
The patch makes tests for CredRead and CredEnumerate pass but breaks
CredWrite at the same time.

13 years agokernel32: Add a stub implementation of GetThreadIOPendingFlag.
Hans Leidekker [Mon, 10 Jan 2011 08:42:41 +0000 (09:42 +0100)] 
kernel32: Add a stub implementation of GetThreadIOPendingFlag.

13 years agomsxml3: Don't forward get_namespaceURI calls to node's IXMLDOMNode iface.
Jacek Caban [Sun, 9 Jan 2011 20:42:55 +0000 (21:42 +0100)] 
msxml3: Don't forward get_namespaceURI calls to node's IXMLDOMNode iface.

13 years agomsxml3: Don't forward get_nodeTypedValue to node's IXMLDOMNode iface.
Jacek Caban [Sun, 9 Jan 2011 20:42:37 +0000 (21:42 +0100)] 
msxml3: Don't forward get_nodeTypedValue to node's IXMLDOMNode iface.

Its current implementation for XML_ENTITY_REF_NODE can't work and will
always return VT_NULL variant anyways.

13 years agourlmon: Use an iface instead of a vtbl pointer in MkProtocol.
Michael Stefaniuc [Sun, 9 Jan 2011 19:45:20 +0000 (20:45 +0100)] 
urlmon: Use an iface instead of a vtbl pointer in MkProtocol.

13 years agourlmon: Use ifaces instead of vtbl pointers in MimeFilter.
Michael Stefaniuc [Sun, 9 Jan 2011 19:39:15 +0000 (20:39 +0100)] 
urlmon: Use ifaces instead of vtbl pointers in MimeFilter.

13 years agourlmon: Use ifaces instead of vtbl pointers in GopherProtocol.
Michael Stefaniuc [Sun, 9 Jan 2011 19:32:59 +0000 (20:32 +0100)] 
urlmon: Use ifaces instead of vtbl pointers in GopherProtocol.

13 years agod3dcompiler_43/tests: Added error tests to HLSL test suite.
Travis Athougies [Sat, 8 Jan 2011 21:14:09 +0000 (13:14 -0800)] 
d3dcompiler_43/tests: Added error tests to HLSL test suite.

13 years agod3dcompiler_43/tests: Fixed nonconformant C string literals in HLSL test suite.
Travis Athougies [Sat, 8 Jan 2011 21:13:52 +0000 (13:13 -0800)] 
d3dcompiler_43/tests: Fixed nonconformant C string literals in HLSL test suite.

13 years agoshdocvw: Improved 'iexplore -nohome' handling.
Jacek Caban [Fri, 7 Jan 2011 18:07:05 +0000 (19:07 +0100)] 
shdocvw: Improved 'iexplore -nohome' handling.

13 years agoshdocvw: Moved allocating InternetExplorer object to separated function.
Jacek Caban [Fri, 7 Jan 2011 18:06:39 +0000 (19:06 +0100)] 
shdocvw: Moved allocating InternetExplorer object to separated function.

13 years agoshdocvw: Added beginning iexplore DDE suport.
Jacek Caban [Fri, 7 Jan 2011 18:06:17 +0000 (19:06 +0100)] 
shdocvw: Added beginning iexplore DDE suport.

13 years agoshdocvw: Added InternetExplorer::get_Visible implementation.
Jacek Caban [Fri, 7 Jan 2011 18:05:16 +0000 (19:05 +0100)] 
shdocvw: Added InternetExplorer::get_Visible implementation.

13 years agoshdocvw: Added InternetExplorer object tests.
Jacek Caban [Fri, 7 Jan 2011 18:04:07 +0000 (19:04 +0100)] 
shdocvw: Added InternetExplorer object tests.

13 years agoshdocvw: Separate DocHost ref count from InternetExplorer ref count.
Jacek Caban [Fri, 7 Jan 2011 18:03:23 +0000 (19:03 +0100)] 
shdocvw: Separate DocHost ref count from InternetExplorer ref count.

13 years agopo: Update Lithuanian translation.
Aurimas Fišeras [Fri, 7 Jan 2011 16:23:52 +0000 (18:23 +0200)] 
po: Update Lithuanian translation.

13 years agotaskmgr: Convert menu and string table resources to po files.
Alexandre Julliard [Sat, 8 Jan 2011 15:43:38 +0000 (16:43 +0100)] 
taskmgr: Convert menu and string table resources to po files.

13 years agoprogman: Convert menu and string table resources to po files.
Alexandre Julliard [Sat, 8 Jan 2011 15:19:06 +0000 (16:19 +0100)] 
progman: Convert menu and string table resources to po files.

13 years agonotepad: Convert menu and string table resources to po files.
Alexandre Julliard [Sat, 8 Jan 2011 11:53:31 +0000 (12:53 +0100)] 
notepad: Convert menu and string table resources to po files.

13 years agoconfigure: Update libgettextpo check to detect too old versions.
Alexandre Julliard [Sat, 8 Jan 2011 14:53:26 +0000 (15:53 +0100)] 
configure: Update libgettextpo check to detect too old versions.

13 years agomakefiles: Generate dependencies for rsrc.pot.
Alexandre Julliard [Sat, 8 Jan 2011 11:23:48 +0000 (12:23 +0100)] 
makefiles: Generate dependencies for rsrc.pot.

13 years agoRelease 1.3.11. wine-1.3.11
Alexandre Julliard [Fri, 7 Jan 2011 18:27:53 +0000 (19:27 +0100)] 
Release 1.3.11.

13 years agowined3d: Don't call glPointParameter with a random context.
Matteo Bruni [Fri, 7 Jan 2011 00:16:18 +0000 (01:16 +0100)] 
wined3d: Don't call glPointParameter with a random context.

13 years agomshtml: Use inline function instead of macro for BSCallback vtbl implementations.
Jacek Caban [Fri, 7 Jan 2011 13:22:51 +0000 (14:22 +0100)] 
mshtml: Use inline function instead of macro for BSCallback vtbl implementations.

13 years agomshtml: Avoid obj to iface cast in ProtocolFactory_Create.
Jacek Caban [Fri, 7 Jan 2011 13:22:41 +0000 (14:22 +0100)] 
mshtml: Avoid obj to iface cast in ProtocolFactory_Create.

13 years agowininet: Update Traditional Chinese translation.
Rex Tsai [Fri, 7 Jan 2011 12:15:38 +0000 (20:15 +0800)] 
wininet: Update Traditional Chinese translation.

13 years agosetupapi: Update Traditional Chinese translation.
Rex Tsai [Fri, 7 Jan 2011 12:14:43 +0000 (20:14 +0800)] 
setupapi: Update Traditional Chinese translation.

13 years agowineboot: Update Traditional Chinese translation.
Rex Tsai [Fri, 7 Jan 2011 12:11:02 +0000 (20:11 +0800)] 
wineboot: Update Traditional Chinese translation.

13 years agogdi32/tests: Fix System font test for Japanese.
Greg Geldorp [Fri, 7 Jan 2011 12:03:17 +0000 (13:03 +0100)] 
gdi32/tests: Fix System font test for Japanese.

13 years agopo: Update the English po files.
Alexandre Julliard [Fri, 7 Jan 2011 11:20:15 +0000 (12:20 +0100)] 
po: Update the English po files.

13 years agokernel32: Update the country code for Serbia.
Alexandre Julliard [Fri, 7 Jan 2011 11:11:53 +0000 (12:11 +0100)] 
kernel32: Update the country code for Serbia.

13 years agopo: Use more standard names for the Serbian locales.
Alexandre Julliard [Fri, 7 Jan 2011 11:11:41 +0000 (12:11 +0100)] 
po: Use more standard names for the Serbian locales.

13 years agowined3d: Pass an IWineD3DResourceImpl pointer to resource_get_type().
Henri Verbeet [Fri, 7 Jan 2011 09:16:41 +0000 (10:16 +0100)] 
wined3d: Pass an IWineD3DResourceImpl pointer to resource_get_type().

13 years agowined3d: Pass an IWineD3DResourceImpl pointer to resource_set_priority().
Henri Verbeet [Fri, 7 Jan 2011 09:16:40 +0000 (10:16 +0100)] 
wined3d: Pass an IWineD3DResourceImpl pointer to resource_set_priority().

13 years agowined3d: Pass an IWineD3DResourceImpl pointer to resource_get_priority().
Henri Verbeet [Fri, 7 Jan 2011 09:16:39 +0000 (10:16 +0100)] 
wined3d: Pass an IWineD3DResourceImpl pointer to resource_get_priority().

13 years agowined3d: Pass an IWineD3DResourceImpl pointer to resource_set_private_data().
Henri Verbeet [Fri, 7 Jan 2011 09:16:38 +0000 (10:16 +0100)] 
wined3d: Pass an IWineD3DResourceImpl pointer to resource_set_private_data().

13 years agowineps.drv: Update Korean resource.
Hwang YunSong [Fri, 7 Jan 2011 01:59:58 +0000 (10:59 +0900)] 
wineps.drv: Update Korean resource.

13 years agowinemine: Update Korean resource.
Hwang YunSong [Fri, 7 Jan 2011 01:58:19 +0000 (10:58 +0900)] 
winemine: Update Korean resource.

13 years agosetupapi: Add stub for SetupDiSetSelectedDevice.
Stefan Leichter [Thu, 6 Jan 2011 22:49:18 +0000 (23:49 +0100)] 
setupapi: Add stub for SetupDiSetSelectedDevice.

13 years agoshlwapi/tests: COM cleanup for thread.c.
Michael Stefaniuc [Thu, 6 Jan 2011 21:22:09 +0000 (22:22 +0100)] 
shlwapi/tests: COM cleanup for thread.c.

13 years agooleaut32/tests: COM cleanup for vartest.c.
Michael Stefaniuc [Thu, 6 Jan 2011 21:21:50 +0000 (22:21 +0100)] 
oleaut32/tests: COM cleanup for vartest.c.

13 years agomsdaps: COM cleanup for the IClassFactory iface.
Michael Stefaniuc [Thu, 6 Jan 2011 21:21:32 +0000 (22:21 +0100)] 
msdaps: COM cleanup for the IClassFactory iface.

13 years agoole32: COM cleanup for the IMalloc iface.
Michael Stefaniuc [Thu, 6 Jan 2011 21:21:58 +0000 (22:21 +0100)] 
ole32: COM cleanup for the IMalloc iface.

13 years agourlmon: Use an iface instead of a vtbl pointer in ProxyBindStatusCallback.
Michael Stefaniuc [Thu, 6 Jan 2011 21:21:22 +0000 (22:21 +0100)] 
urlmon: Use an iface instead of a vtbl pointer in ProxyBindStatusCallback.

13 years agowrc: Treat empty translation strings as missing.
Alexandre Julliard [Fri, 7 Jan 2011 09:20:23 +0000 (10:20 +0100)] 
wrc: Treat empty translation strings as missing.

13 years agomsxml3: Get rid of xmlnode_transformNodeToObject.
Jacek Caban [Thu, 6 Jan 2011 16:21:02 +0000 (17:21 +0100)] 
msxml3: Get rid of xmlnode_transformNodeToObject.

13 years agomshtml: Remove some leftover *_THIS undefs.
Michael Stefaniuc [Thu, 6 Jan 2011 15:18:25 +0000 (16:18 +0100)] 
mshtml: Remove some leftover *_THIS undefs.

13 years agomshtml: Finish the COM standardization in protocol.c.
Michael Stefaniuc [Thu, 6 Jan 2011 15:16:55 +0000 (16:16 +0100)] 
mshtml: Finish the COM standardization in protocol.c.

13 years agodinput/tests: Skip acquire tests when not running in the foreground.
Greg Geldorp [Thu, 6 Jan 2011 12:10:27 +0000 (13:10 +0100)] 
dinput/tests: Skip acquire tests when not running in the foreground.

If our window isn't the foreground window, we'll never be able to
successfully Acquire with SetCooperativeLevel DISCL_FOREGROUND in effect.

13 years agomsi/tests: Mark a test result on some old Wow64 platforms as broken.
Hans Leidekker [Thu, 6 Jan 2011 15:30:09 +0000 (16:30 +0100)] 
msi/tests: Mark a test result on some old Wow64 platforms as broken.

13 years agowldap32: Convert translations to po files.
Alexandre Julliard [Thu, 6 Jan 2011 16:57:43 +0000 (17:57 +0100)] 
wldap32: Convert translations to po files.