Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | NEWS: Fix release date of 0.19.8 | Daiki Ueno | 2016-06-09 | 1 | -2/+4 |
| | |||||
* | NEWS: Mention gettext.m4 change | Daiki Ueno | 2016-05-27 | 1 | -0/+2 |
| | |||||
* | NEWS: Add 0.19.8 changes | Daiki Ueno | 2016-05-25 | 1 | -0/+14 |
| | |||||
* | Change msgfmt to produce little-endian .mo files by default. | Bruno Haible | 2016-01-15 | 1 | -0/+3 |
| | | | | | | | * gettext-tools/src/msgfmt.c (main): Initialize 'byteswap' so as to produce little-endian .mo files by default. * gettext-tools/doc/gettext.texi: Update documentation. * gettext-tools/doc/msgfmt.texi (--endianness): Likewise. | ||||
* | NEWS: Add 0.19.7 changes | Daiki Ueno | 2015-12-28 | 1 | -0/+15 |
| | |||||
* | NEWS: Fix wording | Daiki Ueno | 2015-09-02 | 1 | -5/+7 |
| | |||||
* | NEWS: Add 0.19.6 changes | Daiki Ueno | 2015-09-01 | 1 | -0/+20 |
| | |||||
* | NEWS: Fix typo | Daiki Ueno | 2015-07-27 | 1 | -1/+1 |
| | |||||
* | NEWS: Fix the release date of 0.19.5 | Daiki Ueno | 2015-07-10 | 1 | -1/+1 |
| | |||||
* | NEWS: Adjust for 0.19.5 release | Daiki Ueno | 2015-06-23 | 1 | -2/+2 |
| | |||||
* | NEWS: Fix wording | Daiki Ueno | 2015-06-22 | 1 | -3/+5 |
| | |||||
* | msginit: Guess plural rules from Unicode CLDR | Daiki Ueno | 2015-06-22 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | | | | | | * gettext-tools/src/Makefile.am (noinst_PROGRAMS): Add cldr-plurals. (install-exec-local): Install cldr-plurals. (BUILT_SOURCES): Add cldr-plural.c and cldr-plural.h. (cldr_plural_SOURCES): New variable. (cldr_plural_LDADD): New variable. * gettext-tools/src/cldr-plural-exp.h: New file. * gettext-tools/src/cldr-plural-exp.c: New file. * gettext-tools/src/cldr-plural.y: New file. * gettext-tools/src/cldr-plurals.c: New file. * gettext-tools/src/msginit.c (plural_forms): Call cldr-plurals program if the plural rule is not defined in the code. * gettext-tools/doc/msginit.texi: More explanations about "meta information". * gettext-tools/doc/gettext.texi (Plural forms): Mention Unicode CLDR support in msginit. * gettext-tools/tests/cldr-plurals-1: New file. * gettext-tools/tests/Makefile.am (TESTS): Add new tests. * NEWS: Mention msginit change. | ||||
* | kde: Enable ki18n keywords by default | Часлав Илић (Chusslove Illich) | 2015-05-11 | 1 | -0/+3 |
| | | | | | | | | | | | | | * gettext-tools/src/x-c.c (init_flag_table_kde): New function. (additional_keywords_kde): New variable. (activate_additional_keywords_kde): New function. (init_keywords): Optional addition of KDE-specific keywords. * gettext-tools/src/x-c.h (init_flag_table_kde): New function declaration. (activate_additional_keywords_kde): New function declaration. * gettext-tools/src/xgettext.c (main): Invoke addition of KDE-specific keywords when language is C++ with KDE. * NEWS: Mention --kde behavior change. | ||||
* | Typo and documentation fixes | Daiki Ueno | 2015-03-12 | 1 | -3/+5 |
| | |||||
* | format-kde: Recognize KUIT markup | Daiki Ueno | 2015-03-09 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reported by Chusslove Illich in: https://lists.gnu.org/archive/html/bug-gettext/2015-01/msg00017.html * gettext-tools/src/format.h (formatstring_kde_kuit): New variable declaration. * gettext-tools/src/format.c (formatstring_parsers): Register formatstring_kde_kuitas a format string parser. * gettext-tools/src/format-kde-kuit.c: New file. * gettext-tools/src/message.h (NFORMATS): Increment. (enum format_type): New enum value format_kde_kuit. * gettext-tools/src/xgettext.c (xgettext_record_flag): Handle format_kde_kuit. * gettext-tools/src/Makefile.am (xgettext_SOURCES): Move libexpat-compat.c to... (libgettextsrc_la_SOURCES): ...here. (xgettext_LDADD): Move @LTLIBEXPAT@ to... (libgettextsrc_la_LDFLAGS): ...here. (FORMAT_SOURCE): Add format-kde-kuit.c. * gettext-tools/libgettextpo/Makefile.am (libgettextpo_la_AUXSOURCES): Add ../src/format-kde-kuit.c and ../src/libexpat-compat.c. (libgettextpo_la_LDFLAGS): Add @LTLIBEXPAT@. * gettext-tools/tests/format-kde-kuit-1: New file. * gettext-tools/tests/format-kde-kuit-2: New file. * gettext-tools/tests/Makefile.am (TESTS): Add new tests. * gettext-tools/doc/gettext.texi (kde-kuit-format): New subsection. * NEWS: Mention KUIT format string support. | ||||
* | NEWS: Add 0.19.5 changes | Daiki Ueno | 2015-03-04 | 1 | -0/+25 |
| | |||||
* | NEWS: Mention Bash ANSI-C quoting change | Daiki Ueno | 2014-12-18 | 1 | -6/+8 |
| | |||||
* | NEWS: Mention C++11 string literals support | Daiki Ueno | 2014-12-02 | 1 | -0/+2 |
| | |||||
* | NEWS: Mention C# surrogate pair support | Daiki Ueno | 2014-12-01 | 1 | -0/+4 |
| | |||||
* | NEWS: Mention portability fix on Mac OS X 10.10 | Daiki Ueno | 2014-11-28 | 1 | -1/+1 |
| | | | | | | This should be fixed with the libtool infrastructure update to 2.4.3. Reported by Lawrence Velázquez at: <http://savannah.gnu.org/bugs/?43512>. | ||||
* | NEWS: Add 0.19.4 entry | Daiki Ueno | 2014-11-23 | 1 | -0/+13 |
| | |||||
* | NEWS: Update 0.19.3 entry | Daiki Ueno | 2014-10-15 | 1 | -1/+2 |
| | |||||
* | NEWS: Mention MSGINIT_OPTIONS change | Daiki Ueno | 2014-10-08 | 1 | -0/+5 |
| | |||||
* | NEWS: Add 0.19.3 entries | Daiki Ueno | 2014-10-01 | 1 | -0/+9 |
| | |||||
* | NEWS: Add 0.19.2 entries | Daiki Ueno | 2014-07-14 | 1 | -0/+9 |
| | |||||
* | Prepare for 0.19.1 | Daiki Ueno | 2014-06-10 | 1 | -1/+1 |
| | |||||
* | NEWS: Mention 0.19.1 changes | Daiki Ueno | 2014-06-03 | 1 | -1/+24 |
| | |||||
* | Release 0.19 | Daiki Ueno | 2014-06-02 | 1 | -1/+1 |
| | |||||
* | NEWS: Mention msgexec/msgfilter plural handling | Daiki Ueno | 2014-05-15 | 1 | -2/+6 |
| | |||||
* | NEWS: Mention msgattrib --empty | Daiki Ueno | 2014-05-10 | 1 | -0/+3 |
| | |||||
* | NEWS: Mention the prefixed comment-tag change | Daiki Ueno | 2014-05-04 | 1 | -0/+11 |
| | |||||
* | NEWS: Mention Scheme scanner change | Daiki Ueno | 2014-05-03 | 1 | -0/+4 |
| | |||||
* | NEWS: Mention more changes for 0.19 | Daiki Ueno | 2014-05-03 | 1 | -1/+18 |
| | |||||
* | NEWS: Mention msgfilter quot and msgfilter boldquot | Daiki Ueno | 2014-04-15 | 1 | -0/+6 |
| | |||||
* | NEWS: Mention Desktop Entry support | Daiki Ueno | 2014-04-04 | 1 | -0/+4 |
| | |||||
* | NEWS: Mention msgfmt --java --source | Daiki Ueno | 2014-03-26 | 1 | -0/+3 |
| | |||||
* | NEWS: Update for 0.18.4 | Daiki Ueno | 2014-03-25 | 1 | -0/+11 |
| | |||||
* | NEWS: Mention memory leak fix in libgettextpo | Daiki Ueno | 2013-09-19 | 1 | -0/+3 |
| | |||||
* | NEWS: Add entry for 0.18.4 | Daiki Ueno | 2013-08-07 | 1 | -0/+8 |
| | |||||
* | Fix typo in NEWS. | Daiki Ueno | 2013-07-08 | 1 | -1/+1 |
| | |||||
* | NEWS: Mention libasprintf change and Tcl bug fix. | Daiki Ueno | 2013-07-07 | 1 | -19/+29 |
| | |||||
* | NEWS: some wording fixes | Daiki Ueno | 2013-06-17 | 1 | -4/+6 |
| | |||||
* | NEWS: Document more new features. | Daiki Ueno | 2013-06-13 | 1 | -4/+22 |
| | |||||
* | NEWS: Mention that future 'gettextize' will require Automake 1.10. | Daiki Ueno | 2013-06-11 | 1 | -0/+4 |
| | |||||
* | Support for Vala. | Daiki Ueno | 2013-06-04 | 1 | -0/+4 |
| | |||||
* | Add --previous option. | Pavel Kharitonov | 2013-05-21 | 1 | -0/+3 |
| | |||||
* | Add NEWS entry for Python brace format. | Daiki Ueno | 2013-04-26 | 1 | -0/+5 |
| | |||||
* | Add NEWS entry for JavaScript support. | Daiki Ueno | 2013-04-17 | 1 | -1/+9 |
| | |||||
* | Add NEWS entry for Lua support. | Daiki Ueno | 2013-04-12 | 1 | -0/+5 |
| | |||||
* | Prepare for 0.18.2. | Daiki Ueno | 2012-12-25 | 1 | -4/+7 |
| |