commit 12061ca351d85bb2b490ea6b0f913a3aaaadf9d4 Author: Matthias Clasen Date: Mon Nov 30 23:06:54 2009 -0500 Updates NEWS | 36 ++++++++++++++++++++++++++++++++++++ 1 files changed, 36 insertions(+), 0 deletions(-) commit 54d1804267e4333e2856423e86c32e38b6e0fd74 Author: Javier Jardón Date: Mon Nov 30 06:01:43 2009 +0100 [gdk/directfb] Made dfb_events_dispatch() thread save Fixes https://bugzilla.gnome.org/show_bug.cgi?id=591438 (cherry picked from commit ee2c797e700ec933fafce48b405dda53fdb228da) gdk/directfb/gdkevents-directfb.c | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit 42b5eb624639933c442efe4295b1870c4234bae4 Author: Matthias Clasen Date: Sun Nov 29 19:00:28 2009 -0500 Use a url label instead of a link button This looks nicer, and allows us to make the url-hook work again for the website url. Fixes bug 603201. (cherry picked from commit 478ca88ae5393c422f7c72795d7dd0df29108511) gtk/gtkaboutdialog.c | 61 +++++++++++++++++++++++++++++++++++++------------ 1 files changed, 46 insertions(+), 15 deletions(-) commit 9df22c15ad15149d51de5e047553fa9423cc60af Author: Matthias Clasen Date: Sat Nov 28 21:47:36 2009 -0500 Allow holding compose key while entering a sequence This broke when we started allowing Super, Hyper and Meta as accel modifiers. See bug 601959. (cherry picked from commit c08ed56f13bafff56fe3a827baf78bb0d2a1f872) gtk/gtkimcontextsimple.c | 9 ++++++--- 1 files changed, 6 insertions(+), 3 deletions(-) commit def9343ce0f9c36826567addcdf79cd6b504ad18 Author: Matthew Barnes Date: Sat Nov 28 20:00:07 2009 -0500 Bug 601869 - GtkUIManager assumes too much about popup menus Check that the child of a popup menu item is actually a GtkAccelLabel before setting its "accel-closure" property. (cherry picked from commit 25a8c7316d4acb2fe3ada0bef3c087875bc95e45) gtk/gtkuimanager.c | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) commit 92289a5b4348fa7d9cc993313a351199a9897117 Author: Matthias Clasen Date: Sat Nov 28 10:27:32 2009 -0500 Rework a broken workaround for a Java bug This was committed to fix bug 568263, but it is not correct, as pointed out in 601611. (cherry picked from commit 6dfb21e616bdf1e1db7ed86bff08fcb68210f17e) gtk/gtkselection.c | 5 +---- 1 files changed, 1 insertions(+), 4 deletions(-) commit b1dfeb6fca92711297699215537ca1b25d80dff1 Author: Matthias Clasen Date: Fri Nov 27 23:44:01 2009 -0500 Handle reparenting out of a socket Although it isnt' allowed by the XEMBED protocol, its possible that the plug window will be reparented out of the socket without the socket having done so. See bug 123569. Patch by David Jander. (cherry picked from commit 84254039f261b4c4421246ed4b90127711858af5) gtk/gtksocket-x11.c | 19 ++++++++++++++++++- 1 files changed, 18 insertions(+), 1 deletions(-) commit 066c3c42dd01950ea56f5ed514e6ca14dd443cae Author: Matthias Clasen Date: Fri Nov 27 20:57:59 2009 -0500 Allocate a large-enough and mask We came up short when the image width is not a multiple of 8. Bug 585383, fix by Felix Riemann. (cherry picked from commit 869ee7f232d2afcf2c08003e4f279e21b58b9581) gdk-pixbuf/io-ico.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit caded18ecfa66801769ceb472a494231ca47b300 Author: Matthias Clasen Date: Fri Nov 27 18:39:15 2009 -0500 Be a bit more forgiving about invalid monitor number By moving the g_return_if_fail() checks into individual monitor functions. See bug 561130. gdk/x11/gdkscreen-x11.c | 102 ++++++++++++++++++++++++++--------------------- 1 files changed, 56 insertions(+), 46 deletions(-) commit b6138cc8c035901e8af5527a7877d111e4cdf2c0 Author: Matthias Clasen Date: Fri Nov 27 18:17:33 2009 -0500 Short-circuit get_frame_extents for override-redirect windows There's no reason to do our expensive round-trips for an override-redirect window; just use local information. See bug 581145. Patch by Owen Taylor. gdk/x11/gdkwindow-x11.c | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) commit 7ef6a12b583cc33d8e74821b924826194d1bab2e Author: Christian Persch Date: Mon Nov 23 14:09:55 2009 +0100 Implement gail_image_get_image_size for storage GICON and ICON_NAME Bug #602724. (cherry picked from commit 7abd4d1359ec6b376601169198bbe9a025461df3) modules/other/gail/gailimage.c | 14 +++++--------- 1 files changed, 5 insertions(+), 9 deletions(-) commit 43ee7aade9bcad322485e7451c465a664ac4f1e6 Author: Matthias Clasen Date: Wed Nov 25 17:33:41 2009 -0500 Remove misleading text about invisible text Invisible text has been working reasonably well since 2.8. (cherry picked from commit b72c2143b0608f0f5fb32abb9053e7bcd0541de7) docs/reference/gtk/tmpl/gtktexttag.sgml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit b796473068ee07515b9d3140bfc5a54007b01b4c Author: Matthias Clasen Date: Wed Nov 25 01:02:40 2009 -0500 Make level3 keys work again We were not paying attention to consumed modifiers when adding virtual modifiers. This fixes RH bug 537567. gdk/x11/gdkevents-x11.c | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) commit 79f1257732ab3ec7098155939c8dc0018921d942 Author: Christian Persch Date: Mon Nov 23 14:33:08 2009 +0100 Make setting the icon-size property on GTK_IMAGE_GICON images work Bug #602725. (cherry picked from commit ba218a77892739a3668a3369370afb5d41de8c03) gtk/gtkimage.c | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) commit f9df0250d1aa65b911354a217f593914c5ce8306 Author: Michael Emmel Date: Sat Oct 24 17:17:06 2009 +0200 Fix for position bug https://bugzilla.gnome.org/show_bug.cgi?id=590800 (cherry picked from commit 04d7d8105629532875d2bf1c3a454184fd6d1b40) gdk/directfb/gdkwindow-directfb.c | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) commit f17f4cace49f14012aa803fe3b483bae988a329c Author: Alexander Larsson Date: Fri Nov 27 11:32:59 2009 +0100 Position new ui nodes correctly when existing dirty dead nodes exist If you add a new ui node that was recently removed it will still be in the tree, but marked dirty. In this case we previously just used the old node, which meant it wouldn't get the same position as if the dirty nodes had been processed first (and deleted) before the new node was added. We handle this by detecting this case and reposition the node as if it was new. https://bugzilla.gnome.org/show_bug.cgi?id=603128 (cherry picked from commit 7b19640d8f579da5d802d2a6f72128a6f29a5f33) gtk/gtkuimanager.c | 41 ++++++++++++++++++++++++++++++++++------- 1 files changed, 34 insertions(+), 7 deletions(-) commit d7feac3cc28cb22bd2896331ee29df20cb5e5f66 Author: Nils-Christoph Fiedler Date: Sat Nov 28 13:39:27 2009 +0100 Updated Low German translation po-properties/nds.po | 2073 ++++++++++++++++++++++++-------------------------- 1 files changed, 1009 insertions(+), 1064 deletions(-) commit 5f9eb1a3a3b305986ef261b8fae64a994107503a Author: Nishibori Kiyotaka Date: Thu Nov 26 23:03:07 2009 +0900 Updated Japanese translation po/ja.po | 173 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 89 insertions(+), 84 deletions(-) commit c412fc78d03ca67ab0b75eb98a45179beccab968 Author: Matthias Clasen Date: Wed Nov 25 23:39:31 2009 -0500 Set scale_num only once This modifies the previous commit to be according the upstream libjpeg maintainers recommendations. See bug 588740. gdk-pixbuf/io-jpeg.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit f2807b7b7fb32463a8e0d9819e14789c00bf8413 Author: Nils-Christoph Fiedler Date: Sun Nov 22 20:53:06 2009 +0100 Updated Low German translation po/nds.po | 448 +++++++++++++++++++++++++++++++------------------------------ 1 files changed, 226 insertions(+), 222 deletions(-) commit 40fae81227fa38804c3bb69d5ac99f6c84470f0d Author: Tor Lillqvist Date: Fri Nov 20 20:36:23 2009 +0200 Restore optional debugging printout of normal events gdk/win32/gdkevents-win32.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit a3ccd6bfeea68ad0836c8f2f349e042b912d7e7c Author: Nils-Christoph Fiedler Date: Mon Nov 16 19:03:11 2009 +0100 Updated Low German translation po/nds.po | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) commit 092d2578ffcdd502113805bc98dbfca8a86b62a8 Author: Nils-Christoph Fiedler Date: Sun Nov 15 18:03:34 2009 +0100 Added Low German translation po/LINGUAS | 1 + po/nds.po | 5138 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 5139 insertions(+), 0 deletions(-) commit 8c867035171601d58cf35c8df4d425d6449f2f4c Author: Mario Blättermann Date: Sun Nov 15 18:01:41 2009 +0100 Added dummy Low German translation po-properties/nds.po | 7102 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 7102 insertions(+), 0 deletions(-) commit 5bd532e3e6ba07233d7cc5e54701b5a4a303a6a8 Author: Hans Breuer Date: Sun Nov 8 18:23:24 2009 +0100 Fix _gdk_window_impl_new() for win32 The previous implementation was modifying the passed in window ("private") rather than deriving information from it. Also the type hints are now forwarded like in the X11 implementation instead of ignored. The effect of the unfinished client-side-window porting was e.g. a crash with Dia's navigation window which happened to create a window with an apparent depth of zero. gdk/win32/gdkwindow-win32.c | 14 +++----------- 1 files changed, 3 insertions(+), 11 deletions(-) commit 248854947e07c8177f7bbdb9fd8e1b9ef2ff6e05 Author: Christian Dywan Date: Tue Oct 27 00:30:54 2009 +0100 Only set the accesible label if it is non-empty Fixes https://bugzilla.gnome.org/show_bug.cgi?id=599446 gtk/gtktoolbutton.c | 11 +++++++---- 1 files changed, 7 insertions(+), 4 deletions(-) commit 547ce2036086af11c4b99b991f975ef23dac56da Author: Matthias Clasen Date: Thu Nov 5 10:29:34 2009 -0500 Fix loading scaled-down jpegs The assumption that scale_num will be automatically be 1 is no longer with libjpeg7. So set it explicitly. Bug #588740. gdk-pixbuf/io-jpeg.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 76cadc9d3acf2953209996c57e04e0410103add3 Author: Alexander Larsson Date: Wed Nov 4 14:03:04 2009 +0100 Don't unnecessarily clear windows with no exposure mask set When we just invalidate some area from the app we don't need to clear windows with no exposure mask, because that wouldn't have happened pre-csw anyway. Additionally we can avoid such clearing for native windows in cases where the xserver already did the clearing like on exposes or when resizing toplevels. This means we don't fully redraw a GtkSocket when it resizes, thus avoiding flicker in gnome-mplayer as reported in this bug: https://bugzilla.gnome.org/show_bug.cgi?id=598050 (cherry picked from commit 9e51c10edc50333997a28c221b200cc6f83bdcef) gdk/gdkwindow.c | 198 +++++++++++++++++++++++++++++++++++++------------------ 1 files changed, 133 insertions(+), 65 deletions(-) commit ace51e1426756b2b1fbeaf21eebaf88eb435a2e1 Author: Alexander Larsson Date: Wed Nov 4 14:01:36 2009 +0100 Document clears_as_native and make the name more descriptive (cherry picked from commit 9ae0d9a44f785564a9b100a58b34a9dcabf61724) gdk/gdkwindow.c | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) commit 92efb23b4b416c15c709b5ea75444bb844f9f58a Author: Alexander Larsson Date: Tue Nov 3 15:38:35 2009 +0100 Add supports_native_bg to GdkWindowImpl Backends that support native window background setting (and that clears new window areas to this color/pixmap) should set this to true. Currently only X11 supports this. (cherry picked from commit 39993f147f05a3711b415635c592200f28db5dcd) gdk/gdkwindowimpl.h | 1 + gdk/x11/gdkwindow-x11.c | 1 + 2 files changed, 2 insertions(+), 0 deletions(-) commit db8a34f16a8f840a6a70f56316d653cfa6e74a5b Author: Alexander Larsson Date: Tue Nov 3 14:47:31 2009 +0100 Don't unnecessarily expose areas copied by native windowing system When moving or scrolling a window with native children, there is no need to expose the areas that are copied by the windowing system as part of moving/resizing the native windows anyway. (cherry picked from commit 4cd5c9894268966d4d8a2586a7d5a7c5c440ee33) gdk/gdkwindow.c | 15 +++++++++++++++ 1 files changed, 15 insertions(+), 0 deletions(-) commit 8954a7daf527619af4c7639323b9b45c2a9bd38a Author: Alexander Larsson Date: Tue Nov 3 14:41:36 2009 +0100 Only send exposes on unmap if window really was unmapped Exposing when you hide a hidden window is just a waste of time. (cherry picked from commit a299797883440e7671956d73761885ec102840b0) gdk/gdkwindow.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit a68e02b7c75bc69f6fa8281de72b9d5ba91e050c Author: Alexander Larsson Date: Tue Nov 3 14:39:50 2009 +0100 Flush outstanding stuff when clearing directly on a window Clearing will directly modify the contents of the window, so we need to flush any outstanding moves or double-buffering. (cherry picked from commit 8c1ea38d84468a9098e88573ba714cbbe3c80ed5) gdk/gdkwindow.c | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit 9d43f0fff0c60dd0af3070f18397b3d8acc0928c Author: Adrian Johnson Date: Mon Oct 26 11:09:16 2009 +0200 Take printer margins into account on Windows Fixes bug #381371. gtk/gtkprintoperation-win32.c | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) commit a21ab9d1694ee04935389a52e2d737eeaf9cf2d3 Author: Dumitru Mișu Moldovan Date: Mon Oct 26 22:48:18 2009 +0200 Updated Romanian translation po/ro.po | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) commit 51a3630acb8ea961eb411ebb83df5f9b2225c6b2 Author: Dumitru Mișu Moldovan Date: Mon Oct 26 22:28:45 2009 +0200 Updated Romanian translation po/ro.po | 2239 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 1120 insertions(+), 1119 deletions(-) commit 90f7a1ccfd35d563c16da9491cd785acbf6a774d Author: Matthias Clasen Date: Sun Oct 25 23:47:59 2009 -0400 Fix issues with symbolic colors in rc file parsing Don't recreate the settings color hash every time, repopulate it instead. This avoids invalidating the references held by RcContexts. gtk/gtkrc.c | 16 +++++++++++----- gtk/gtksettings.c | 49 +++++++++++++++++++++++++++++++++---------------- 2 files changed, 44 insertions(+), 21 deletions(-) commit d56f5a843d1e9213e7a4bf11f08caaa20af46ded Author: Matthias Clasen Date: Sun Oct 25 23:46:27 2009 -0400 Fixes for the compose-parse.py script Several fixes by Ray Strode and Peter Hutterer to make compose-parse.py work with the current X.org Compose file. gtk/compose-parse.py | 47 +++++++++++++++++++++++++++++++++++++++-------- 1 files changed, 39 insertions(+), 8 deletions(-) commit 69a93aaf9c83590b1067a515db167ac039c9a587 Author: Matthias Clasen Date: Sun Oct 25 23:42:58 2009 -0400 Update compose sequences This patch includes additions to the X.org Compose file from the last year. Patch by Peter Hutterer gtk/gtkimcontextsimple.c | 2 +- gtk/gtkimcontextsimpleseqs.h | 91 +++++++++++++++++++++++++++-------------- 2 files changed, 61 insertions(+), 32 deletions(-) commit e3b14b6652069621236c13b75846620f2372a387 Author: Matthew Barnes Date: Fri Oct 23 19:32:25 2009 -0400 Bug 581150 - GtkIconView tries to paint items with invalid sizes Run gtk_icon_view_layout() if necessary before attempting to paint the icon view items during an expose event. This ensures all the items have valid sizes, as some themes don't take kindly to negative dimensions. gtk/gtkiconview.c | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) commit c3bc47617478cdeb79a9676cf57bce17e444d9db Author: Tor Lillqvist Date: Fri Oct 23 13:40:27 2009 +0300 Use correct type text/uri-list for the dropped files selection Fixes bug #599321. gdk/win32/gdkselection-win32.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 23eaeaf92279c833101368dd7210dd5a2108b786 Author: Luca Ferretti Date: Wed Oct 21 22:06:14 2009 +0200 Add translators comments for tab labels (closes 599118) gtk/gtkprintunixdialog.c | 45 ++++++++++++++++++++++++++++++--------------- 1 files changed, 30 insertions(+), 15 deletions(-) commit 624619cba8c6067db36372d8c66bacb7345ad943 Author: Luca Ferretti Date: Wed Oct 21 22:04:56 2009 +0200 Minor fixes po/it.po | 2215 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 1105 insertions(+), 1110 deletions(-) commit e7e58a5301a7b6ee78ce2294e44e4f0900a7aebe Author: Federico Mena Quintero Date: Wed Oct 21 12:31:25 2009 -0500 bgo#563010 - Fix clearing the selection in GtkFileChooserButton Previously the filename would get re-set on the button if one cleared the selection, as an async cancellable was not getting canceled in that case. Patch with contributions from Milan Crha Signed-off-by: Federico Mena Quintero gtk/gtkfilechooserbutton.c | 12 ++++++------ gtk/gtkfilechooserdefault.c | 6 ++++++ 2 files changed, 12 insertions(+), 6 deletions(-) commit 69b525c6ff9cd1a594e383485e0b8ca7a13785f0 Author: Matej Urbančič Date: Wed Oct 21 13:54:04 2009 +0200 Updated Slovenian translation po/sl.po | 2845 +++++++++++++++++++++++++++++--------------------------------- 1 files changed, 1326 insertions(+), 1519 deletions(-) commit ac6f5d27e635b40c3b60f21a33fdf2bd17afb540 Author: Marek Kasik Date: Mon Oct 19 11:44:09 2009 +0200 A small correction of previous commit Correct of a typo. gtk/gtktooltip.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit f822714f9870910b1909284a78d1555f99586cca Author: Leonid Kanter Date: Mon Oct 19 19:35:13 2009 +0300 Updated Russian translation po-properties/ru.po | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 15cdac8725de159e26702f24d2ed0bdc35e23c34 Author: Leonid Kanter Date: Mon Oct 19 19:33:41 2009 +0300 Updated Russian translation po-properties/ru.po | 3606 ++++++++++++++++++++++++++------------------------- 1 files changed, 1807 insertions(+), 1799 deletions(-) commit 38f07a7a221b95b7cf0cc8946e803a1b2b17b84d Author: Leonid Kanter Date: Mon Oct 19 19:33:23 2009 +0300 Updated Russian translation po/ru.po | 2336 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 1161 insertions(+), 1175 deletions(-) commit ebcffee8137aaf66249adbf3edf79b4efd5ce708 Author: Matthias Clasen Date: Sun Oct 18 20:38:28 2009 -0400 Correct a small oversight When changing themes, we also need to update the box spacing of tooltips. gtk/gtktooltip.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit b3c11e8cf0e33b5391dc1d47b80d3cd23144c339 Author: Tor Lillqvist Date: Sun Oct 18 14:35:17 2009 +0300 Use correct size for root window with multiple monitors The root window width and height have already been correctly initialised in _gdk_root_window_size_init() to cover all monitors, so don't incorrectly re-initialise using GetSystemMetrics(SM_C[XY]SCREEN) which only gives the size of the primary monitor anyway. (See MSDN.) This fixes at least gdk_screen_get_{width,height}() which indirectly affects at least the positioning of combo box pop-up menus on multiple monitors. gdk/win32/gdkwindow-win32.c | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) commit 975f101095d75a5015efa93c627cca1fc95d03a3 Author: Tor Lillqvist Date: Sun Oct 18 14:19:55 2009 +0300 Delete a couple of leftover commented-out lines gdk/win32/gdkmain-win32.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) commit 28520601d5ba5b23018d7c389cae8ab2db9c24d9 Author: Tor Lillqvist Date: Sun Oct 18 14:19:24 2009 +0300 Add missing newline to debugging output gdk/win32/gdkwindow-win32.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 880bec171701b775d50fd475262608400ed30515 Author: Tor Lillqvist Date: Sun Oct 18 12:08:18 2009 +0300 Delete unused leftover static function gdk/win32/gdkwindow-win32.c | 32 -------------------------------- 1 files changed, 0 insertions(+), 32 deletions(-) commit e341a8c5f9a747acc85ae41661b744601985b3c6 Author: Tor Lillqvist Date: Sun Oct 18 12:06:29 2009 +0300 More meaningful debugging output in gdk_win32_window_get_root_coords gdk/win32/gdkwindow-win32.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 1516e6205b6ce4a0ded98073e64980bf9751ff4e Author: Tor Lillqvist Date: Sun Oct 18 11:51:57 2009 +0300 Remove unused variables and static functions gdk/win32/gdkwindow-win32.c | 89 ------------------------------------------- 1 files changed, 0 insertions(+), 89 deletions(-) commit 6e6c4813b26539c291024ad836ccc7fc3e9cf5a7 Author: Tor Lillqvist Date: Sun Oct 18 11:43:33 2009 +0300 Correct function names in debugging output gdk/win32/gdkwindow-win32.c | 44 +++++++++++++++++++++--------------------- 1 files changed, 22 insertions(+), 22 deletions(-) commit ff765f478d151403c9265e0db13bc0ff18a2c50d Author: Matthias Clasen Date: Sun Oct 18 02:07:58 2009 -0400 Don't omit GTK_ICON_SIZE_DIALOG gtk/gtkstatusicon.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit a30b59229fe5f26d3bf8955b110bdbfbb0ce205a Author: Matthias Clasen Date: Sun Oct 18 01:36:14 2009 -0400 Fix a problem in GtkImage size allocation When GtkMisc padding is set on an image, the optimization for only recalculating size after a clear() breaks, since the requisition is not (0, 0). We need a separate 'need_calc' flag. gtk/gtkimage.c | 21 +++++++++++++++++---- 1 files changed, 17 insertions(+), 4 deletions(-) commit e47847baac0c03dc529527d6bb053b6abe1a81ec Author: Matthias Clasen Date: Sat Oct 17 00:54:44 2009 -0400 Bump version configure.in | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit a8b26a8e871a90189e298f74fce1e1c0559832f9 Author: Matthias Clasen Date: Sat Oct 17 00:52:44 2009 -0400 2.18.3 po-properties/af.po | 2 +- po-properties/am.po | 2 +- po-properties/ang.po | 2 +- po-properties/ar.po | 2 +- po-properties/as.po | 2 +- po-properties/ast.po | 2 +- po-properties/az.po | 2 +- po-properties/az_IR.po | 2 +- po-properties/be.po | 2 +- po-properties/be@latin.po | 2 +- po-properties/bg.po | 2 +- po-properties/bn.po | 2 +- po-properties/bn_IN.po | 2 +- po-properties/br.po | 2 +- po-properties/bs.po | 2 +- po-properties/ca.po | 3474 +++++++++++++++++++++--------------------- po-properties/ca@valencia.po | 2 +- po-properties/crh.po | 2 +- po-properties/cs.po | 2 +- po-properties/cy.po | 2 +- po-properties/da.po | 2 +- po-properties/de.po | 2 +- po-properties/dz.po | 2 +- po-properties/el.po | 2 +- po-properties/en_CA.po | 2 +- po-properties/en_GB.po | 2 +- po-properties/eo.po | 2 +- po-properties/es.po | 2 +- po-properties/et.po | 1728 +++++++++++++++++++++- po-properties/eu.po | 2 +- po-properties/fa.po | 2 +- po-properties/fi.po | 2 +- po-properties/fr.po | 2 +- po-properties/ga.po | 2 +- po-properties/gl.po | 2 +- po-properties/gu.po | 2 +- po-properties/he.po | 2 +- po-properties/hi.po | 2 +- po-properties/hr.po | 2 +- po-properties/hu.po | 2 +- po-properties/hy.po | 2 +- po-properties/ia.po | 2 +- po-properties/id.po | 2 +- po-properties/io.po | 2 +- po-properties/is.po | 2 +- po-properties/it.po | 2 +- po-properties/ja.po | 2 +- po-properties/ka.po | 2 +- po-properties/kn.po | 2 +- po-properties/ko.po | 2 +- po-properties/ku.po | 2 +- po-properties/li.po | 2 +- po-properties/lt.po | 2 +- po-properties/lv.po | 2 +- po-properties/mai.po | 2 +- po-properties/mi.po | 2 +- po-properties/mk.po | 2 +- po-properties/ml.po | 2 +- po-properties/mn.po | 2 +- po-properties/mr.po | 2 +- po-properties/ms.po | 2 +- po-properties/nb.po | 2 +- po-properties/ne.po | 2 +- po-properties/nl.po | 2 +- po-properties/nn.po | 2 +- po-properties/nso.po | 2 +- po-properties/oc.po | 2 +- po-properties/or.po | 2 +- po-properties/pa.po | 2 +- po-properties/pl.po | 2 +- po-properties/ps.po | 2 +- po-properties/pt.po | 2 +- po-properties/pt_BR.po | 2 +- po-properties/ro.po | 2 +- po-properties/ru.po | 2 +- po-properties/rw.po | 2 +- po-properties/si.po | 2 +- po-properties/sk.po | 2 +- po-properties/sl.po | 2 +- po-properties/sq.po | 2 +- po-properties/sr.po | 2 +- po-properties/sr@ije.po | 2 +- po-properties/sr@latin.po | 2 +- po-properties/sv.po | 2 +- po-properties/ta.po | 2 +- po-properties/te.po | 2 +- po-properties/th.po | 2 +- po-properties/tk.po | 2 +- po-properties/tr.po | 2 +- po-properties/tt.po | 2 +- po-properties/uk.po | 2 +- po-properties/ur.po | 2 +- po-properties/uz.po | 2 +- po-properties/uz@cyrillic.po | 2 +- po-properties/vi.po | 2 +- po-properties/wa.po | 2 +- po-properties/xh.po | 2 +- po-properties/yi.po | 2 +- po-properties/zh_CN.po | 2 +- po-properties/zh_HK.po | 2 +- po-properties/zh_TW.po | 2 +- po/af.po | 34 +- po/am.po | 34 +- po/ang.po | 34 +- po/ar.po | 34 +- po/as.po | 34 +- po/ast.po | 34 +- po/az.po | 34 +- po/az_IR.po | 34 +- po/be.po | 34 +- po/be@latin.po | 34 +- po/bg.po | 34 +- po/bn.po | 34 +- po/bn_IN.po | 34 +- po/br.po | 34 +- po/bs.po | 34 +- po/ca.po | 2190 +++++++++++++------------- po/ca@valencia.po | 34 +- po/crh.po | 34 +- po/cs.po | 34 +- po/cy.po | 34 +- po/da.po | 34 +- po/de.po | 34 +- po/dz.po | 34 +- po/el.po | 34 +- po/en_CA.po | 34 +- po/en_GB.po | 34 +- po/eo.po | 34 +- po/es.po | 34 +- po/et.po | 1108 ++++++++++++++- po/eu.po | 34 +- po/fa.po | 34 +- po/fi.po | 34 +- po/fr.po | 34 +- po/ga.po | 34 +- po/gl.po | 34 +- po/gu.po | 34 +- po/he.po | 34 +- po/hi.po | 34 +- po/hr.po | 34 +- po/hu.po | 34 +- po/hy.po | 34 +- po/ia.po | 34 +- po/id.po | 34 +- po/io.po | 34 +- po/is.po | 34 +- po/it.po | 34 +- po/ja.po | 34 +- po/ka.po | 34 +- po/kn.po | 34 +- po/ko.po | 34 +- po/ku.po | 34 +- po/li.po | 34 +- po/lt.po | 34 +- po/lv.po | 34 +- po/mai.po | 34 +- po/mi.po | 34 +- po/mk.po | 34 +- po/ml.po | 34 +- po/mn.po | 34 +- po/mr.po | 34 +- po/ms.po | 34 +- po/nb.po | 34 +- po/ne.po | 34 +- po/nl.po | 34 +- po/nn.po | 34 +- po/nso.po | 34 +- po/oc.po | 34 +- po/or.po | 34 +- po/pa.po | 34 +- po/pl.po | 34 +- po/ps.po | 34 +- po/pt.po | 34 +- po/pt_BR.po | 2190 +++++++++++++------------- po/ro.po | 34 +- po/ru.po | 34 +- po/rw.po | 34 +- po/si.po | 34 +- po/sk.po | 34 +- po/sl.po | 34 +- po/sq.po | 34 +- po/sr.po | 34 +- po/sr@ije.po | 34 +- po/sr@latin.po | 34 +- po/sv.po | 34 +- po/ta.po | 34 +- po/te.po | 34 +- po/th.po | 34 +- po/tk.po | 34 +- po/tr.po | 34 +- po/tt.po | 34 +- po/uk.po | 34 +- po/ur.po | 34 +- po/uz.po | 34 +- po/uz@cyrillic.po | 34 +- po/vi.po | 34 +- po/wa.po | 34 +- po/xh.po | 34 +- po/yi.po | 34 +- po/zh_CN.po | 34 +- po/zh_HK.po | 34 +- po/zh_TW.po | 34 +- 202 files changed, 8503 insertions(+), 5717 deletions(-)