• Home
  • Raw
  • Download

Lines Matching +refs:po +refs:update +refs:mode +refs:line +refs:string

10     o xgettext now recognizes text blocks as string literals.
37 - A dependency bug in po/Makefile.in.in has been fixed.
74 - update-po target in Makefile.in.in now uses msgmerge --previous.
80 - The .pot file in a 'po' directory is now erased by "make maintainer-clean".
81 - It is now possible to override xgettext options from the po/Makefile.in.in
82 through options in XGETTEXT_OPTIONS (declared in po/Makevars).
166 xgettext can now load custom string extraction rules supplied by
191 * po/Makefile.in.in can now insert the file $(DOMAIN).pot-header to
196 po-mode.el and gettextize.
232 - xgettext C++11 raw string recognition is now stricter and don't
236 - xgettext line wrapping behaviour is now consistent between comment
249 - C/C++: xgettext now recognizes ISO/IEC 9899:2011 string literals
268 * The po/Makevars file has a new field MSGINIT_OPTIONS, that can be
270 controlling line wrapping behavior together with MSGMERGE_OPTIONS
280 - Fix xgettext crash in parsing empty string literals in C and Vala.
291 msgfmt now always reads the po/LINGUAS file, regardless of whether
293 used to restrict the languages list read from the po/LINGUAS file.
296 Bug fix in xgettext handling of "//" in string literals. This was
299 * The po/Makevars.template file now contains the newly added variables.
345 running in Java mode.
357 possible, similar to the sed commands used in po/Rules-quot and
358 po/Rules-boldquot.
360 * The po/Makevars file has a couple of new options PO_DEPENDS_ON_POT
364 * xgettext now strips prefixed string before the comment tag. This is
368 * TRANSLATORS: first line
369 * second line
373 beginning of each line.
411 xgettext and msgfmt's format string checking now recognize Python
412 format string in braced syntax (PEP 3101). xgettext now also
413 supports explicit string concatenation with '+' and handles
414 platform dependent line terminators (LF/CR/CRLF) transparently.
470 the string, even if it does not end in a newline.
524 xgettext command-line options for this case are:
531 * autopoint can now be used to update several PO directories all together.
533 * PO mode changes:
538 * The po/Makevars file has a new field MSGMERGE_OPTIONS, that can be used
581 * gettextize now has a --po-dir option that allows several PO directories to
593 po/Makevars.
599 return a multiline string where each line no longer starts with a redundant
600 space. The leading space in every comment line is now stripped while
602 - Conversely, when you pass a multiline string to the function
604 don't pass a space at the beginning of each line, because such spaces are
646 lib-prefix.m4, nls.m4, po.m4, progtest.m4.
678 the GNOME glib convention to specify the context and original string
679 in the same string literal: "context|original".
684 * msgfmt's format string checking is now stricter in the presence of plural
704 command line, rather than in program's source code.
711 Cyrillic PO file (sr.po) to a Serbian Latin PO file (sr@latin.po).
727 This is an incompatible change: Programs using the library *must* update
817 - Complete examples illustrating the use of gettext in C# (in text mode and
858 "xgettext --language=ObjectiveC" now supports the @"..." string syntax,
870 is like --language=C, except that in this mode, xgettext recognizes the
889 second argument of fprintf(), regardless whether the literal string contains
915 C (text mode, GNOME)
916 C++ (text mode, Qt, KDE, GNOME)
917 ObjectiveC (text mode, GNUstep, GNOME)
918 Shell (text mode)
919 Python (text mode)
920 Lisp (text mode)
921 librep (text mode)
922 Smalltalk (text mode)
923 Java (text mode, AWT, Swing)
924 awk (text mode)
925 Pascal (text mode)
927 Tcl (text mode, Tk)
928 Perl (text mode)
929 PHP (text mode)
944 * The po/Makevars file has a new field MSGID_BUGS_ADDRESS, which program
980 * A new library libgettextpo, with public header file "gettext-po.h",
1004 * In documentation section po/LINGUAS:
1016 * The tools now know about the ISO C 99 <inttypes.h> format string directive
1078 of the translated and the untranslated format string.
1080 * The msgfmt command line options have changed. Option -c now also checks
1092 * PO mode changes:
1093 - New key bindings for 'po-previous-fuzzy-entry',
1094 'po-previous-obsolete-entry', 'po-previous-translated-entry',
1095 'po-previous-untranslated', 'po-undo', 'po-other-window', and
1096 'po-select-auxiliary'.
1113 - po/LINGUAS
1114 - po/Makevars
1168 * PO mode changes:
1170 ** PO mode does not use recursive edit anymore, many edits may be worked on
1173 ** PO mode may handle many translation files at once while correlating related
1176 ** On recent Emacses, PO mode automatically use proper fonts when available.
1178 ** PO mode supports marking of C++ sources.
1182 ** PO mode has commands to mail messages to teams or to the translation
1207 * po/Makefile.in.in now uses msgmerge instead of tupdate
1209 * escape notation in .po files are only used when explicitly selected
1218 * better C format string implementation. The xgettext will classify
1219 strings as being a format string, or not, in the .po file. The
1220 programmer can override the decision explicitly for each string
1222 respectively in a C comment preceding the string.
1231 * Configure command line option '--with-gnu-gettext' is renamed to
1241 decided about the string: xgettext or the programmer
1279 * msgcmp program to find matches in two .po files
1312 * improved PO mode; it now can prepare C sources for use with gettext
1340 * Emacs po-mode for handling portable message object files which are