2012-03-03 01:34:40 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
Update to 0.50.2:
intltool 0.50.2
===============
intltool 0.50.2 is another minor release improving backwards compatibility.
Only one bug is fixed in this release:
* Use --no-translations only if intltool >= 0.50 is available (#903340).
Patch contributed by Hib Eris (https://launchpad.net/~hiberis).
intltool 0.50.1
===============
intltool 0.50.1 is a minor release with the following improvements:
* Support AM_SILENT_RULES (#402516).
Patch contributed by Hib Eris (https://launchpad.net/~hiberis).
* Improve support for extracting messages from GSettings files (#922685).
Patch contributed by Ryan Lortie (https://launchpad.net/~desrt).
* Support attribute tag extraction for Glade/GtkBuilder files (#923841).
Patch contributed by Ryan Lortie (https://launchpad.net/~desrt).
* Start including a ChangeLog in tarballs and provide a NEWS file (#924386).
This introduces a soft dependency on "bzr": it's only required for
maintainers who wish to regenerate a ChangeLog file from the bzr checkout.
* Fix quoting of XGETTEXT variable when setting MSGMERGE and GENPOT
in Makefile (#900738).
Patch contributed by Matthias Klose (https://launchpad.net/~doko).
intltool 0.50.0
===============
intltool 0.50.0 is a major bug fix release.
Among the fixes, the following stand out:
* Bug #580526
Finally, support for gsettings gschema.xml files is merged in, which
should enable maintainers to get a slightly simpler build setup
(i.e. no need to use NOMERGE rule anymore, and you can have intltool
directly extract translations from .gschema.xml files).
* Bug #790574:
Let xgettext extract Scheme strings out, and add support for
`intltool-update -m` to find files with marked strings.
* Bug #806006:
Improve handling of quotes in `intltool-update -m` so you get less
(no?) warnings about mismatched quotes, and Python processing doesn't
get messed up with docstrings and similar.
* Bug #520986:
One for the translatorsâmessages are extracted in the order they appear
in original files now, thus allowing translators to infer more of the
context from the ordering.
|
2011-04-22 15:45:23 by OBATA Akio | Files touched by this commit (2234) |
Log message:
recursive bump from gettext-lib shlib bump.
|
2010-01-17 00:37:50 by Klaus Heinz | Files touched by this commit (12) |
Log message:
Added LICENSE.
|
2009-06-14 20:17:35 by Joerg Sonnenberger | Files touched by this commit (218) |
Log message:
Remove @dirrm entries from PLISTs
|
2009-03-22 10:37:03 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
Update to 0.40.6:
2009-03-14 Rodney Dawes <dobey@gnome.org>
* configure.in:
Up version to 0.40.6 for release
2009-03-14 Rodney Dawes <dobey@gnome.org>
* README:
Update for new usage style and to refer to server files instead of oaf
Fixes #568863
2009-02-28 Rodney Dawes <dobey@gnome.org>
* Makefile.in.in:
Don't hardcode /bin/sh as the shell
Fixes #573525
2008-11-24 Rodney Dawes <dobey.pwns@gmail.com>
* intltool-update.in:
Add basic support for PACKAGE_BUGREPORT specified by packages
2008-11-24 Rodney Dawes <dobey.pwns@gmail.com>
* configure.ac:
Check for at least perl 5.8.1, and print the found version
* intltool.m4:
Check for at least perl 5.8.1 and print the found version
Add _IT_SUBST macro to abstract usage of _AM_SUBST_NOTMAKE when we
are using automake 1.10 or nwere
Fixes #562085 and #561513
2008-11-22 Rodney Dawes <dobey.pwns@gmail.com>
* intltool-merge.in:
Replace iconv usage with perl's internal Encode::from_to()
2008-11-17 Rodney Dawes <dobey.pwns@gmail.com>
* Makefile.in.in:
Quote the grep arguments that use ^
Fixes #559528
2008-11-16 Rodney Dawes <dobey.pwns@gmail.com>
* intltool-extract.in:
Add support for extracting string data from Bioware Aurora Talk Table
format files, along with the extra metadata associated with the strings
* intltool-update.in:
Add support for Bioware Aurora Talk Table format files in POTFILES
2008-11-05 Rodney Dawes <dobey.pwns@gmail.com>
* intltool.m4:
Redirect grep output to /dev/null
Fixes #557069
|
2008-10-09 10:23:25 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 0.40.5:
Minor bug fixes.
|
2008-07-30 11:34:59 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
Update to 0.40.3:
2008-07-25 Rodney Dawes
* configure.in:
Up version to 0.40.3 for brown-bag release
2008-07-25 Rodney Dawes
* Makefile.in.in:
Change a ^$$lang regex to be ^$$lang$$ as it should have been
For bug #544574
2008-07-25 Rodney Dawes
* configure.in:
Up version to 0.40.2 for release
2008-07-25 Rodney Dawes
* tests/cases/Makefile.am:
* tests/results/Makefile.am:
Add new test cases to EXTRA_DIST and CLEANFILES as appropriate
2008-07-25 Rodney Dawes
* tests/cases/context.xml.in:
* tests/results/context.xml:
* tests/results/context.xml.in.h:
Add these files that Wouter forgot to add
2008-07-25 Wouter Bolsterlee
reviewed by: Rodney Dawes
* intltool-extract.in:
* intltool-merge.in:
* tests/cases/az.po:
* tests/cases/fr.po:
* tests/selftest.pl.in:
Bug 458794 â Context support works only for single
context on a msgid. Patch and test case by Dan Winship.
2008-07-25 Rodney Dawes
* Makefile.in.in:
Redirect errors from grep to /dev/null
Use tr to force locale-per-line for passing ALL_LINGUAS to grep
Check that $LINGUAS is also non-zero for user-defined locales
Remove extraneous mkdir_p usage when installing locale files
Fixes #544574
2008-07-25 Rodney Dawes
* intltoolize.in:
Check for symlinks to intltool scripts and remove them
Touch the script.in files for compatibility
We just touch the scripts as we no longer generate executable versions,
and the Makefile.in.in uses the installed scripts anyway.
2008-07-23 Rodney Dawes
* doc/I18N-HOWTO:
Remove reference to adding intltool scripts to EXTRA_DIST
2008-07-21 Rodney Dawes
* configure.in:
Up version to 0.40.1 for release
2008-07-21 Rodney Dawes
* intltoolize.in:
Remove the AC_CONFIG_AUX_DIR checks as we no longer need it
We do not copy the scripts locally now, only Makefile.in.in
Fixes #323968
2008-07-20 Rodney Dawes
* intltool-update.in (FindLeftoutFiles):
Check for NC_ as well as C_ N_ Q_ and _
(FindPOTKeywords):
No need to escape = and _ in a string
Add NC_ to the list of keywords
Use context and string argument specifiers for C_ and NC_
Fixes #543665
2008-06-06 Rodney Dawes
* README:
* doc/I18N-HOWTO:
Replace AC_PROG_INTLTOOL references with IT_PROG_INTLTOOL
Fixes #531894
2008-06-06 Rodney Dawes
* intltool-update.in (FindPOTKeywords):
Replace U_ with C_ as keyword argument to xgettext
U_ does not exist in gi18n.h
Fixes #536970
2008-06-06 Tor Lillqvist
* intltool-update.in (GenerateHeaders): If running under
ActiveState Perl then prefix the intltool-extract command with the
Perl interpreter pathname, as the system() function has no clue
about Unixish executable scripts indicated by just a hashbang
line.
(The MSYS Perl, as it runs on a Unix emulator, would be able to
run executable scripts based on their hashbang lines just fine,
but then MSYS Perl doesn't come with XML::Parser. Installing
XML::Parser for MSYS Perl is somewhat hard. So usually when using
mingw+MSYS to build GNOMEish software one wants to use
ActicveState's Perl to run the intltool scripts, even if the
built-in MSYS Perl is good for other Perl uses.)
|
2008-06-19 18:58:40 by Blair Sadewitz | Files touched by this commit (3) |
Log message:
Update to version 0.40.0. Fixes vendor bugs:
#436241, #377573, #489135, #490620, #517559, #508320, #516501, #518257.
They've also cleaned up use of sed and no longer distribute intltool-*.in
files.
|
2008-03-04 14:27:48 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
Update to 0.37.1:
2008-02-24 Rodney Dawes
* intltool-update.in.in (FindPOTKeywords):
Unwrap lines wplit with trailing \
Patch from Loïc Minier
Fixes #516501
2008-02-24 Rodney Dawes
* tests/selftest.pl.in: Unset $LINGUAS to avoid failing when
we use tests with locales not specified in LINGUAS
Fixes #518257
2007-12-16 Rodney Dawes
* intltool-merge.in.in (keys_merge_translation):
New method name for merging a single translation for multi-output
(keys_merge_translations):
Call keys_merge_translation for each language with multi-ouput
Call keys_merge_translation with "." as the language for single file
Based on patch from Christian Persch
Fixes #487818
2007-12-16 Rodney Dawes
* intltool-extract.in.in:
* intltool-merge.in.in:
Add quotedxml mode for encoding/decoding entities
Patch from Christian Persch
Fixes #487666
|
2008-01-09 19:43:50 by Matthias Drochner | Files touched by this commit (2) | |
Log message:
update to 0.36.3
changes: bugfixes
|