Bug 536996 – Missing noop i18n macro equivalent to C_

* glib/glib.symbols:
        * glib/gstrfuncs.[hc]: Add g_dpgettext2() which is a
        variant of g_dpgettext() taking context and id as separate
        arguments.

        * glib/gi18n-lib.h:
        * glib/gi18n.h: Add an NC_() macro that is to C_() as N_()
        is to _().


svn path=/trunk/; revision=7202
This commit is contained in:
Matthias Clasen
2008-07-18 18:14:04 +00:00
parent adae2cf59b
commit e417f54c28
9 changed files with 117 additions and 0 deletions

View File

@@ -1,3 +1,16 @@
2008-07-18 Matthias Clasen <mclasen@redhat.com>
Bug 536996 Missing noop i18n macro equivalent to C_
* glib/glib.symbols:
* glib/gstrfuncs.[hc]: Add g_dpgettext2() which is a
variant of g_dpgettext() taking context and id as separate
arguments.
* glib/gi18n-lib.h:
* glib/gi18n.h: Add an NC_() macro that is to C_() as N_()
is to _().
2008-07-18 Matthias Clasen <mclasen@redhat.com>
* tests/Makefile.am: