gtk2/po
Owen Taylor 5830bf89b5 Add a singleton object that we can use to get notification when displays
Thu Jun 20 16:49:00 2002  Owen Taylor  <otaylor@redhat.com>

        * gdk/gdkdisplaymanager.[ch] gdk/gdk.[ch] gdk/gdkdisplay.c
        gdk/gdkinternals.h gdk/x11/gdkdisplay-x11.c
        gdk/win32/gdkdisplay-win32.c: Add a singleton object that
        we can use to get notification when displays
        appear / disappear or the default display changes.

        gdk_set_default_display() => gdk_display_manager_set_default_display()
        gdk_list_displays() => gdk_display_manager_list_displays().
        (#85696)

        * gdk/Makefile.am gdk/gdkmarshalers.list: Add marshaler
        generation.

        * gdk/gdkintl.h: Add this.

        * gtk/gtkmain.c: Add gtk_parse_args() that initializes
        GTK+ without opening a display.

        * gtk/gtkmain.c: Set things up so if a module
        exports gtk_module_init() and gtk_module_display_init(),
        then we treat it as multihead aware, otherwise,
        we only initialize it after the default display is set.
2002-06-20 23:29:19 +00:00
..
.cvsignore
az.po
bg.po Added Bulgarian (bg). 2002-06-18 21:33:57 +00:00
ca.po Updated Catalan translation by Jordi Mallach <jordi@sindominio.net> (also 2002-06-02 21:29:01 +00:00
ChangeLog Updated Ukrainian translation. 2002-06-19 11:01:41 +00:00
cs.po update 2002-06-03 23:33:13 +00:00
cy.po
da.po
de.po
el.po
en_GB.po
en@IPA.po
es.po
et.po
eu.po
fa.po
fi.po
fr.po Updated French translation. 2002-05-13 20:36:11 +00:00
ga.po
gl.po
he.po
hi.po Added hi in ALL_LINGUAS Added new hindi translation. 2002-06-10 10:26:47 +00:00
hr.po
hu.po Updated hu.po 2002-05-19 21:05:40 +00:00
ia.po
it.po
ja.po
ko.po
lt.po
Makefile.in.in
makefile.mingw
ms.po
nl.po
nn.po
no.po
pl.po Updated Polish translation by GNOME PL Team <translators@gnome.pl> 2002-05-05 23:10:10 +00:00
po2tbl.sed.in
POTFILES.in Add a singleton object that we can use to get notification when displays 2002-06-20 23:29:19 +00:00
pt_BR.po
pt.po Updated Portuguese translation. 2002-05-05 23:09:26 +00:00
README.translators
ro.po
ru.po Updated Russian translation. 2002-06-19 10:26:50 +00:00
sk.po
sl.po
sp.po
sr.po
sv.po Added missing file. Updated Swedish translation. 2002-05-17 19:08:43 +00:00
ta.po
tr.po
uk.po Updated Ukrainian translation. 2002-06-19 11:01:41 +00:00
vi.po
wa.po
zh_CN.po
zh_TW.po

All the .po files are now in UTF-8!

For information on editing UTF-8 files on Unix, see
<http://www.cl.cam.ac.uk/~mgk25/unicode.html>

If you just want to convert it back to your native encoding to
edit and then convert again to UTF-8 to commit, please see the
scripts in gnome-i18n/UTF-8, for example

  export ENCODING_TO=ISO-8895-15
  utftopo fi.po
  emacs fi.po
  potoutf.sh fi.po
  cvs commit fi.po

An alternative is to use the msgconv utility bundled along with
gettext package >= 0.11.

If you need help with this, ask, but please don't commit
non-UTF-8 files here.