[gtk+/toolpalette: 802/802] Merge branch 'master' into toolpalette



commit c229306a18f6453c144397bfbbf2284afa9731eb
Merge: 249be99... 4ff709c...
Author: Johannes Schmid <jhs gnome org>
Date:   Wed Oct 28 10:57:46 2009 +0100

    Merge branch 'master' into toolpalette

 NEWS                                               |  421 ++
 README.in                                          |   15 +
 README.win32                                       |  301 +-
 autogen.sh                                         |   17 +-
 configure.in                                       |   94 +-
 demos/gtk-demo/Makefile.am                         |    3 +
 demos/gtk-demo/clipboard.c                         |    4 +
 demos/gtk-demo/links.c                             |    9 +-
 demos/gtk-demo/list_store.c                        |  146 +-
 demos/gtk-demo/menus.c                             |   35 +-
 demos/gtk-demo/offscreen_window.c                  |  579 +++
 demos/gtk-demo/offscreen_window2.c                 |  500 ++
 demos/gtk-demo/printing.c                          |    2 +
 demos/gtk-demo/spinner.c                           |   94 +
 docs/developers.txt                                |    9 -
 docs/dnd_internals.txt                             |    2 -
 docs/faq/gtk-faq.sgml                              |    8 +-
 docs/refcounting.txt                               |    8 +-
 docs/reference/gdk/gdk-sections.txt                |    5 +
 docs/reference/gdk/tmpl/cairo_interaction.sgml     |    9 +
 docs/reference/gdk/tmpl/input_devices.sgml         |    7 +-
 docs/reference/gdk/tmpl/keys.sgml                  |    5 +
 docs/reference/gdk/tmpl/windows.sgml               |   90 +-
 docs/reference/gtk/Makefile.am                     |    4 +
 docs/reference/gtk/gtk-docs.sgml                   |    7 +
 docs/reference/gtk/gtk-sections.txt                |   79 +
 docs/reference/gtk/gtk.types                       |    2 +
 docs/reference/gtk/images/spinner.png              |  Bin 0 -> 3531 bytes
 .../reference/gtk/migrating-ClientSideWindows.sgml |   70 +
 docs/reference/gtk/migrating-GtkBuilder.sgml       |   21 +-
 docs/reference/gtk/migrating-GtkEntry-icons.sgml   |   10 +-
 docs/reference/gtk/migrating-GtkIconView.sgml      |    2 +-
 docs/reference/gtk/running.sgml                    |   10 +
 docs/reference/gtk/tmpl/gtk-unused.sgml            |    8 -
 docs/reference/gtk/tmpl/gtkaboutdialog.sgml        |  475 --
 docs/reference/gtk/tmpl/gtkaccelgroup.sgml         |  327 --
 docs/reference/gtk/tmpl/gtkaccessible.sgml         |   33 -
 docs/reference/gtk/tmpl/gtkactivatable.sgml        |   98 -
 docs/reference/gtk/tmpl/gtkbutton.sgml             |    5 +
 docs/reference/gtk/tmpl/gtkcellrenderer.sgml       |   76 +
 docs/reference/gtk/tmpl/gtkcellrenderertoggle.sgml |   18 +
 docs/reference/gtk/tmpl/gtkcurve.sgml              |   21 +-
 docs/reference/gtk/tmpl/gtkfilechooser.sgml        |   23 +
 docs/reference/gtk/tmpl/gtkgamma.sgml              |   15 +-
 docs/reference/gtk/tmpl/gtkiconview.sgml           |   23 +
 docs/reference/gtk/tmpl/gtkimage.sgml              |    2 +-
 docs/reference/gtk/tmpl/gtkinputdialog.sgml        |   17 +-
 docs/reference/gtk/tmpl/gtkmenutoolbutton.sgml     |   28 +-
 docs/reference/gtk/tmpl/gtknotebook.sgml           |    3 +-
 docs/reference/gtk/tmpl/gtkprintoperation.sgml     |   14 +
 docs/reference/gtk/tmpl/gtkprintunixdialog.sgml    |    2 +-
 docs/reference/gtk/tmpl/gtkrange.sgml              |   18 +
 docs/reference/gtk/tmpl/gtktoggletoolbutton.sgml   |   40 +-
 docs/reference/gtk/tmpl/gtktoolitem.sgml           |   17 -
 docs/reference/gtk/tmpl/gtktoolshell.sgml          |   80 -
 docs/reference/gtk/tmpl/gtktreeviewcolumn.sgml     |    5 +
 docs/reference/gtk/tmpl/gtkwidget.sgml             |  212 +
 docs/reference/gtk/visual_index.xml                |    3 +
 docs/tools/widgets.c                               |   21 +
 docs/tutorial/gtk_tut.sgml                         |   14 +-
 docs/tutorial/gtk_tut_12.es.sgml                   |   10 +-
 docs/widget_system.txt                             |    2 +-
 gdk-pixbuf/Makefile.am                             |   16 +
 gdk-pixbuf/gdk-pixbuf-io.c                         |   16 +-
 gdk-pixbuf/io-ani.c                                |    2 +-
 gdk-pixbuf/io-bmp.c                                |    4 +-
 gdk-pixbuf/io-gdip-utils.c                         |   73 +-
 gdk-pixbuf/io-gif.c                                |    6 +-
 gdk-pixbuf/io-jpeg.c                               |    5 +-
 gdk-pixbuf/io-pnm.c                                |    2 +-
 gdk-pixbuf/io-qtif.c                               |  607 +++
 gdk-pixbuf/io-xpm.c                                |    2 +-
 gdk-pixbuf/queryloaders.c                          |   15 +-
 gdk/directfb/gdkdirectfb.h                         |    2 +
 gdk/directfb/gdkdnd-directfb.c                     |    4 +-
 gdk/directfb/gdkdrawable-directfb.c                |   48 +-
 gdk/directfb/gdkevents-directfb.c                  |    2 +-
 gdk/directfb/gdkimage-directfb.c                   |    4 +-
 gdk/directfb/gdkinput-directfb.c                   |    4 +-
 gdk/directfb/gdkmain-directfb.c                    |   28 +-
 gdk/directfb/gdkpixmap-directfb.c                  |    2 +-
 gdk/directfb/gdkwindow-directfb.c                  |  349 ++-
 gdk/gdk.c                                          |    8 +
 gdk/gdk.symbols                                    |    9 +
 gdk/gdkcairo.c                                     |   28 +
 gdk/gdkcairo.h                                     |    2 +
 gdk/gdkdisplay.c                                   |   44 +-
 gdk/gdkdraw.c                                      |   73 +-
 gdk/gdkevents.c                                    |    3 +
 gdk/gdkevents.h                                    |    2 +
 gdk/gdkgc.c                                        |   31 +-
 gdk/gdkgc.h                                        |    2 +-
 gdk/gdkglobals.c                                   |    1 +
 gdk/gdkimage.h                                     |    2 +-
 gdk/gdkinternals.h                                 |   14 +-
 gdk/gdkkeysyms-update.pl                           |   71 +-
 gdk/gdkkeysyms.h                                   | 1467 ++++---
 gdk/gdkoffscreenwindow.c                           |   18 +-
 gdk/gdkpixmap.c                                    |   12 +-
 gdk/gdkpixmap.h                                    |    8 +-
 gdk/gdkprivate.h                                   |    9 +-
 gdk/gdkscreen.c                                    |    4 +-
 gdk/gdkselection.h                                 |    2 +-
 gdk/gdkwindow.c                                    | 1767 +++++--
 gdk/gdkwindow.h                                    |   14 +-
 gdk/gdkwindowimpl.h                                |    4 +
 gdk/quartz/GdkQuartzView.c                         |    7 +
 gdk/quartz/GdkQuartzWindow.c                       |   51 +-
 gdk/quartz/Makefile.am                             |    1 +
 gdk/quartz/gdkcursor-quartz.c                      |   21 +-
 gdk/quartz/gdkdisplay-quartz.c                     |   12 +-
 gdk/quartz/gdkdnd-quartz.c                         |    6 +
 gdk/quartz/gdkevents-quartz.c                      |   45 +-
 gdk/quartz/gdkgeometry-quartz.c                    |   27 +
 gdk/quartz/gdkinput.c                              |    6 +
 gdk/quartz/gdkinputprivate.h                       |    3 +
 gdk/quartz/gdkprivate-quartz.h                     |   29 +-
 gdk/quartz/gdkscreen-quartz.c                      |  378 +-
 gdk/quartz/gdkscreen-quartz.h                      |   68 +
 gdk/quartz/gdkwindow-quartz.c                      |  349 ++-
 gdk/quartz/gdkwindow-quartz.h                      |    2 +
 gdk/testgdk.c                                      |    6 +-
 gdk/win32/gdkdrawable-win32.c                      |  106 +-
 gdk/win32/gdkdrawable-win32.h                      |    4 +-
 gdk/win32/gdkevents-win32.c                        |   49 +-
 gdk/win32/gdkimage-win32.c                         |    4 +-
 gdk/win32/gdkinput-win32.h                         |    8 +-
 gdk/win32/gdkinput.c                               |   28 +
 gdk/win32/gdkmain-win32.c                          |    8 +-
 gdk/win32/gdkpixmap-win32.c                        |    2 +-
 gdk/win32/gdkprivate-win32.h                       |   16 +-
 gdk/win32/gdkselection-win32.c                     |    2 +-
 gdk/win32/gdkwindow-win32.c                        |  306 +-
 gdk/x11/gdkcursor-x11.c                            |    4 +-
 gdk/x11/gdkdisplay-x11.c                           |    7 +-
 gdk/x11/gdkdrawable-x11.c                          |   11 +
 gdk/x11/gdkdrawable-x11.h                          |    2 +
 gdk/x11/gdkevents-x11.c                            |   91 +-
 gdk/x11/gdkgeometry-x11.c                          |  141 +-
 gdk/x11/gdkinput-x11.c                             |  200 +-
 gdk/x11/gdkinput-xfree.c                           |   31 +-
 gdk/x11/gdkinput.c                                 |   30 +-
 gdk/x11/gdkinputprivate.h                          |    9 +-
 gdk/x11/gdkpixmap-x11.c                            |    2 +-
 gdk/x11/gdkprivate-x11.h                           |    1 +
 gdk/x11/gdkproperty-x11.c                          |    4 +-
 gdk/x11/gdkscreen-x11.c                            |   21 +-
 gdk/x11/gdkscreen-x11.h                            |    1 +
 gdk/x11/gdkwindow-x11.c                            |  192 +-
 gdk/x11/gdkx.h                                     |    6 +-
 gdk/x11/gdkxid.c                                   |   18 +-
 gtk/Makefile.am                                    |   66 +-
 gtk/compose-parse.py                               |   47 +-
 gtk/gtk.h                                          |    8 +-
 gtk/gtk.symbols                                    |   78 +
 gtk/gtkaboutdialog.c                               |   87 +-
 gtk/gtkaboutdialog.h                               |   17 +
 gtk/gtkaccelgroup.c                                |   32 +-
 gtk/gtkaccelgroup.h                                |   26 +
 gtk/gtkaccessible.c                                |    7 +
 gtk/gtkactivatable.c                               |    1 +
 gtk/gtkassistant.c                                 |   35 +-
 gtk/gtkbuilderparser.c                             |   13 +-
 gtk/gtkbutton.h                                    |    4 +
 gtk/gtkcelleditable.c                              |   29 +-
 gtk/gtkcellrenderer.c                              |  215 +-
 gtk/gtkcellrenderer.h                              |   23 +
 gtk/gtkcellrendereraccel.c                         |    5 +
 gtk/gtkcellrendererspin.c                          |   19 +
 gtk/gtkcellrendererspinner.c                       |  389 ++
 gtk/gtkcellrendererspinner.h                       |   67 +
 gtk/gtkcellrenderertoggle.c                        |   43 +-
 gtk/gtkcellrenderertoggle.h                        |   20 +-
 gtk/gtkcellview.c                                  |    2 +
 gtk/gtkclist.c                                     |   14 +-
 gtk/gtkcombo.c                                     |    4 +-
 gtk/gtkcombobox.c                                  |  104 +-
 gtk/gtkcomboboxentry.c                             |    5 +-
 gtk/gtkcurve.c                                     |    2 +
 gtk/gtkcurve.h                                     |   16 +-
 gtk/gtkcustompaperunixdialog.c                     |    9 +-
 gtk/gtkcustompaperunixdialog.h                     |    4 -
 gtk/gtkdialog.c                                    |   43 +
 gtk/gtkdialog.h                                    |    2 +
 gtk/gtkdnd-quartz.c                                |  134 +-
 gtk/gtkentry.c                                     |  228 +-
 gtk/gtkentrybuffer.c                               |   50 +-
 gtk/gtkentrybuffer.h                               |    6 +-
 gtk/gtkfilechooser.c                               |   62 +-
 gtk/gtkfilechooser.h                               |    4 +
 gtk/gtkfilechooserbutton.c                         |   13 +-
 gtk/gtkfilechooserdefault.c                        | 3144 +++---------
 gtk/gtkfilechooserdialog.c                         |    9 +-
 gtk/gtkfilechooserprivate.h                        |   69 +-
 gtk/gtkfilechooserutils.c                          |    3 +
 gtk/gtkfilechooserutils.h                          |    3 +-
 gtk/gtkfilesel.c                                   |   12 +-
 gtk/gtkfilesystemmodel.c                           | 2998 ++++++------
 gtk/gtkfilesystemmodel.h                           |   71 +-
 gtk/gtkgamma.c                                     |    2 +
 gtk/gtkgamma.h                                     |   16 +-
 gtk/gtkiconfactory.c                               |  481 +-
 gtk/gtkicontheme.c                                 |    2 +-
 gtk/gtkiconview.c                                  |  139 +-
 gtk/gtkiconview.h                                  |    3 +
 gtk/gtkimage.c                                     |   21 +-
 gtk/gtkimagemenuitem.c                             |    1 -
 gtk/gtkimcontextsimple.c                           |    5 +-
 gtk/gtkimcontextsimpleseqs.h                       |   91 +-
 gtk/gtkimmodule.c                                  |   10 +-
 gtk/gtkimmulticontext.c                            |   75 +-
 gtk/gtkinfobar.c                                   |    5 +
 gtk/gtkinputdialog.h                               |    8 +-
 gtk/gtkkeyhash.c                                   |    6 +-
 gtk/gtklabel.c                                     |   28 +-
 gtk/gtkliststore.c                                 |   22 +-
 gtk/gtkmain.c                                      |   27 +-
 gtk/gtkmain.h                                      |    4 +-
 gtk/gtkmarshalers.list                             |    1 +
 gtk/gtkmenu.c                                      |    6 +-
 gtk/gtkmountoperation-x11.c                        |   11 +-
 gtk/gtkmountoperation.c                            |   19 +-
 gtk/gtknotebook.c                                  |   15 +-
 gtk/gtknotebook.h                                  |    2 +
 gtk/gtkpagesetupunixdialog.c                       |   22 +-
 gtk/gtkprintbackend.c                              |  164 +-
 gtk/gtkprintbackend.h                              |   16 +-
 gtk/gtkprintcontext.c                              |   16 +-
 gtk/gtkprinteroption.c                             |   18 +
 gtk/gtkprinteroption.h                             |   41 +-
 gtk/gtkprinteroptionwidget.c                       |    6 +-
 gtk/gtkprintoperation-unix.c                       |   56 +-
 gtk/gtkprintoperation-win32.c                      |    5 +
 gtk/gtkprintoperation.c                            |  254 +-
 gtk/gtkprintoperation.h                            |    1 +
 gtk/gtkprintsettings.c                             |   10 +-
 gtk/gtkprintunixdialog.c                           |  268 +-
 gtk/gtkprivate.h                                   |    9 +
 gtk/gtkradiobutton.c                               |    4 +-
 gtk/gtkrange.c                                     |   46 +
 gtk/gtkrange.h                                     |    4 +
 gtk/gtkrc.c                                        |   16 +-
 gtk/gtkrc.key.mac                                  |  240 +
 gtk/gtkscale.c                                     |    3 +-
 gtk/gtksearchenginetracker.c                       |   95 +-
 gtk/gtkselection.c                                 |    2 +-
 gtk/gtksettings.c                                  |   59 +-
 gtk/gtksizegroup.c                                 |    8 +
 gtk/gtksocket.c                                    |   27 +-
 gtk/gtkspinner.c                                   |  627 +++
 gtk/gtkspinner.h                                   |   65 +
 gtk/gtkstatusbar.c                                 |   35 +-
 gtk/gtkstatusicon.c                                |   26 +-
 gtk/gtkstock.c                                     |    1 +
 gtk/gtkstyle.c                                     |  118 +-
 gtk/gtkstyle.h                                     |   18 +-
 gtk/gtktestutils.c                                 |    2 +
 gtk/gtktextbuffer.c                                |   11 +-
 gtk/gtktextlayout.c                                |   65 +-
 gtk/gtktextview.c                                  |   35 +-
 gtk/gtktoolbutton.c                                |   10 +
 gtk/gtktoolitem.c                                  |   16 +
 gtk/gtktoolshell.c                                 |    1 +
 gtk/gtktooltip.c                                   |   60 +-
 gtk/gtktooltip.h                                   |    3 +
 gtk/gtktreemodelfilter.c                           |  349 +-
 gtk/gtktreemodelsort.c                             |  171 +-
 gtk/gtktreeprivate.h                               |   14 +-
 gtk/gtktreestore.c                                 |   40 +-
 gtk/gtktreeview.c                                  |  402 +-
 gtk/gtktreeviewcolumn.c                            |   34 +-
 gtk/gtktypeutils.c                                 |    4 +-
 gtk/gtkviewport.c                                  |   18 +
 gtk/gtkviewport.h                                  |    1 +
 gtk/gtkwidget.c                                    |  600 +++-
 gtk/gtkwidget.h                                    |   57 +-
 gtk/gtkwindow.c                                    |   31 +-
 gtk/makefile.msc.in                                |    4 +-
 gtk/tests/Makefile.am                              |   12 +
 gtk/tests/builder.c                                |   12 +-
 gtk/tests/defaultvalue.c                           |    9 +-
 gtk/tests/expander.c                               |   94 +
 gtk/tests/filtermodel.c                            | 3000 ++++++++++++
 gtk/tests/liststore.c                              |   80 +
 gtk/tests/textbuffer.c                             |   37 +
 gtk/tests/treestore.c                              |   80 +
 gtk/tests/treeview-scrolling.c                     |  129 +-
 gtk/tests/treeview.c                               |  165 +
 gtk/updateiconcache.c                              |   22 +-
 modules/engines/ms-windows/msw_style.c             |    2 +-
 modules/engines/ms-windows/xp_theme.c              |    3 +
 modules/other/gail/gailbutton.c                    |   13 +-
 modules/other/gail/gailcombobox.c                  |   12 +-
 modules/other/gail/gailmenuitem.c                  |   37 +-
 modules/other/gail/gailoptionmenu.c                |    2 +-
 modules/other/gail/gailscalebutton.c               |    2 -
 modules/other/gail/gailwidget.c                    |   32 +-
 modules/other/gail/tests/ferret.c                  |    5 +-
 modules/printbackends/cups/gtkcupsutils.c          |    5 +
 modules/printbackends/cups/gtkcupsutils.h          |    3 +
 modules/printbackends/cups/gtkprintbackendcups.c   |  509 ++-
 modules/printbackends/cups/gtkprintercups.c        |   16 +
 modules/printbackends/cups/gtkprintercups.h        |   10 +
 modules/printbackends/file/gtkprintbackendfile.c   |   66 +-
 modules/printbackends/lpr/gtkprintbackendlpr.c     |   24 +-
 modules/printbackends/papi/gtkprintbackendpapi.c   |    5 +-
 modules/printbackends/test/gtkprintbackendtest.c   |    3 -
 po-properties/Makefile.in.in                       |   23 +-
 po-properties/POTFILES.in                          |    9 +
 po-properties/af.po                                |  922 ++--
 po-properties/am.po                                |  915 ++--
 po-properties/ang.po                               |  909 ++--
 po-properties/ar.po                                |  926 ++--
 po-properties/as.po                                | 1500 +++---
 po-properties/ast.po                               |  906 ++--
 po-properties/az.po                                |  921 ++--
 po-properties/az_IR.po                             |  906 ++--
 po-properties/be.po                                |  920 ++--
 po-properties/be latin po                          |  925 ++--
 po-properties/bg.po                                |  970 ++--
 po-properties/bn.po                                |  927 ++--
 po-properties/bn_IN.po                             | 1936 ++++----
 po-properties/br.po                                | 1451 +++---
 po-properties/bs.po                                |  921 ++--
 po-properties/ca.po                                | 3592 +++++++-------
 po-properties/ca valencia po                       | 2061 ++++----
 po-properties/crh.po                               |  939 ++--
 po-properties/cs.po                                |  961 ++--
 po-properties/cy.po                                |  925 ++--
 po-properties/da.po                                |  961 ++--
 po-properties/de.po                                | 1073 +++--
 po-properties/dz.po                                |  925 ++--
 po-properties/el.po                                |  928 ++--
 po-properties/en_CA.po                             |  925 ++--
 po-properties/en_GB.po                             |  996 ++--
 po-properties/eo.po                                |  906 ++--
 po-properties/es.po                                | 1261 +++---
 po-properties/et.po                                | 1018 +++--
 po-properties/eu.po                                |  964 ++--
 po-properties/fa.po                                |  918 ++--
 po-properties/fi.po                                |  964 ++--
 po-properties/fr.po                                |  970 ++--
 po-properties/ga.po                                | 1190 +++---
 po-properties/gl.po                                | 1089 +++--
 po-properties/gu.po                                |  966 ++--
 po-properties/he.po                                |  928 ++--
 po-properties/hi.po                                |  964 ++--
 po-properties/hr.po                                |  922 ++--
 po-properties/hu.po                                |  982 ++--
 po-properties/hy.po                                |  910 ++--
 po-properties/ia.po                                |  911 ++--
 po-properties/id.po                                |  926 ++--
 po-properties/io.po                                |  906 ++--
 po-properties/is.po                                |  916 ++--
 po-properties/it.po                                | 1023 +++--
 po-properties/ja.po                                | 1399 +++---
 po-properties/ka.po                                |  924 ++--
 po-properties/kn.po                                |  960 ++--
 po-properties/ko.po                                | 1274 +++---
 po-properties/ku.po                                |  910 ++--
 po-properties/li.po                                |  920 ++--
 po-properties/lt.po                                |  961 ++--
 po-properties/lv.po                                |  922 ++--
 po-properties/mai.po                               | 1483 +++---
 po-properties/mi.po                                |  906 ++--
 po-properties/mk.po                                |  925 ++--
 po-properties/ml.po                                |  996 ++--
 po-properties/mn.po                                |  934 ++--
 po-properties/mr.po                                |  973 ++--
 po-properties/ms.po                                |  921 ++--
 po-properties/nb.po                                |  944 ++--
 po-properties/ne.po                                |  922 ++--
 po-properties/nl.po                                |  928 ++--
 po-properties/nn.po                                |  921 ++--
 po-properties/nso.po                               |  923 ++--
 po-properties/oc.po                                |  913 ++--
 po-properties/or.po                                | 1179 +++--
 po-properties/pa.po                                | 3789 ++++++++-------
 po-properties/pl.po                                | 1208 +++---
 po-properties/ps.po                                |  914 ++--
 po-properties/pt.po                                |  961 ++--
 po-properties/pt_BR.po                             |  981 ++--
 po-properties/ro.po                                |  960 ++--
 po-properties/ru.po                                | 3595 +++++++-------
 po-properties/rw.po                                |  923 ++--
 po-properties/si.po                                |  916 ++--
 po-properties/sk.po                                |  926 ++--
 po-properties/sl.po                                |  989 ++--
 po-properties/sq.po                                |  927 ++--
 po-properties/sr.po                                | 5083 +++++++++----------
 po-properties/sr ije po                            |  921 ++--
 po-properties/sr latin po                          | 5140 ++++++++++----------
 po-properties/sv.po                                |  960 ++--
 po-properties/ta.po                                |  969 ++--
 po-properties/te.po                                |  960 ++--
 po-properties/th.po                                |  912 ++--
 po-properties/tk.po                                |  911 ++--
 po-properties/tr.po                                |  938 ++--
 po-properties/tt.po                                |  917 ++--
 po-properties/uk.po                                |  924 ++--
 po-properties/ur.po                                |  907 ++--
 po-properties/uz.po                                |  920 ++--
 po-properties/uz cyrillic po                       |  920 ++--
 po-properties/vi.po                                |  926 ++--
 po-properties/wa.po                                |  920 ++--
 po-properties/xh.po                                |  923 ++--
 po-properties/yi.po                                |  920 ++--
 po-properties/zh_CN.po                             |  965 ++--
 po-properties/zh_HK.po                             | 3674 +++++++-------
 po-properties/zh_TW.po                             | 3579 +++++++-------
 po/Makefile.in.in                                  |   23 +-
 po/POTFILES.in                                     |   11 +
 po/af.po                                           |  915 ++--
 po/am.po                                           |  885 ++--
 po/ang.po                                          |  876 ++--
 po/ar.po                                           |  959 ++--
 po/as.po                                           |  992 +++--
 po/ast.po                                          | 1700 ++++----
 po/az.po                                           |  889 ++--
 po/az_IR.po                                        |  850 ++--
 po/be.po                                           |  889 ++--
 po/be latin po                                     |  901 ++--
 po/bg.po                                           | 2426 +++++-----
 po/bn.po                                           | 3142 +++++--------
 po/bn_IN.po                                        |  930 ++--
 po/br.po                                           | 2299 ++++-----
 po/bs.po                                           |  889 ++--
 po/ca.po                                           | 2431 +++++-----
 po/ca valencia po                                  | 2924 ++++--------
 po/crh.po                                          |  920 ++--
 po/cs.po                                           |  955 ++--
 po/cy.po                                           |  905 ++--
 po/da.po                                           |  959 ++--
 po/de.po                                           |  935 ++--
 po/dz.po                                           |  898 ++--
 po/el.po                                           | 2484 +++++-----
 po/en_CA.po                                        |  901 ++--
 po/en_GB.po                                        |  997 +++--
 po/eo.po                                           |  898 ++--
 po/es.po                                           |  975 +++--
 po/et.po                                           |  935 ++--
 po/eu.po                                           | 1152 +++--
 po/fa.po                                           |  889 ++--
 po/fi.po                                           | 2468 +++++-----
 po/fr.po                                           |  921 ++--
 po/ga.po                                           | 1243 +++---
 po/gl.po                                           | 2094 +++------
 po/gu.po                                           |  979 ++--
 po/he.po                                           |  901 ++--
 po/hi.po                                           |  994 +++--
 po/hr.po                                           |  892 ++--
 po/hu.po                                           |  966 ++--
 po/hy.po                                           |  874 ++--
 po/ia.po                                           |  870 ++--
 po/id.po                                           |  901 ++--
 po/io.po                                           |  897 ++--
 po/is.po                                           |  893 ++--
 po/it.po                                           | 2708 +++++------
 po/ja.po                                           |  993 +++--
 po/ka.po                                           |  901 ++--
 po/kn.po                                           |  977 ++--
 po/ko.po                                           | 1004 ++--
 po/ku.po                                           |  901 ++--
 po/li.po                                           |  905 ++--
 po/lt.po                                           |  982 ++--
 po/lv.po                                           |  901 ++--
 po/mai.po                                          |  996 +++--
 po/mi.po                                           |  885 ++--
 po/mk.po                                           |  905 ++--
 po/ml.po                                           |  982 ++--
 po/mn.po                                           |  911 ++--
 po/mr.po                                           | 1011 +++--
 po/ms.po                                           |  889 ++--
 po/nb.po                                           |  886 ++--
 po/ne.po                                           |  874 ++--
 po/nl.po                                           | 2057 +++------
 po/nn.po                                           |  937 ++--
 po/nso.po                                          |  889 ++--
 po/oc.po                                           |  879 ++--
 po/or.po                                           | 2442 +++++-----
 po/pa.po                                           | 2615 ++++++-----
 po/pl.po                                           | 1723 +++-----
 po/ps.po                                           |  892 ++--
 po/pt.po                                           |  970 ++--
 po/pt_BR.po                                        | 3215 +++++--------
 po/ro.po                                           | 2533 +++++-----
 po/ru.po                                           | 2481 +++++-----
 po/rw.po                                           |  900 ++--
 po/si.po                                           |  905 ++--
 po/sk.po                                           |  901 ++--
 po/sl.po                                           | 3146 ++++++------
 po/sq.po                                           |  901 ++--
 po/sr.po                                           |  987 ++--
 po/sr ije po                                       |  892 ++--
 po/sr latin po                                     |  986 ++--
 po/sv.po                                           | 2989 ++++++------
 po/ta.po                                           |  985 ++--
 po/te.po                                           |  985 ++--
 po/th.po                                           |  971 ++--
 po/tk.po                                           |  885 ++--
 po/tr.po                                           |  923 ++--
 po/tt.po                                           |  874 ++--
 po/uk.po                                           |  901 ++--
 po/ur.po                                           |  850 ++--
 po/uz.po                                           |  894 ++--
 po/uz cyrillic po                                  |  894 ++--
 po/vi.po                                           |  902 ++--
 po/wa.po                                           |  891 ++--
 po/xh.po                                           |  889 ++--
 po/yi.po                                           |  889 ++--
 po/zh_CN.po                                        |  959 ++--
 po/zh_HK.po                                        | 2392 +++++-----
 po/zh_TW.po                                        | 2382 +++++-----
 tests/Makefile.am                                  |    3 +-
 tests/autotestkeywords.cc                          |    2 +
 tests/testfilechooserbutton.c                      |    9 +-
 tests/testgtk.c                                    |    7 +-
 tests/testinput.c                                  |    2 +
 tests/testscale.c                                  |    1 -
 tests/testwindows.c                                |   45 +-
 520 files changed, 151525 insertions(+), 127029 deletions(-)
---



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]