summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* autogen.sh: autoreconf without which and fix typobaserock/morphRichard Maw2012-04-301-3/+2
|
* autogen.sh: Use autoreconf instead gnome-autogen.shJavier Jardón2012-04-191-14/+12
|
* Fix #903340: Use --no-translations only if detected intltool on the system ↵Danilo Šegan2012-02-262-6/+17
|\ | | | | | | is 0.50 or better. Patch by Hib Eric.
| * Backward compatibily for INTLTOOL_XML_NOMERGE_RULE in intltool.m4Hib Eris2012-02-201-6/+8
|/ | | | Fixes bug #903340
* Update NEWS: Include a missed contribution by doko in 0.50.1 and reconstruct ↵Danilo Šegan2012-02-051-0/+32
| | | | 0.50.0 stuff from the release notes on LP.
* Up the version to 0.50.1.Danilo Šegan2012-02-051-1/+1
|
* Fix #924386: include ChangeLog in dist tarballs and create a NEWS file.Danilo Šegan2012-02-053-1/+33
|\
| * Document a soft bzr dependency.Danilo Šegan2012-02-051-0/+2
| |
| * Add the NEWS file.Danilo Šegan2012-02-052-0/+16
| |
| * Auto-generate a ChangeLog file from "bzr log" in a "make dist" step.Danilo Šegan2012-02-052-1/+15
|/
* Bug #402516: support silent rules when merging translations and building MO ↵Danilo Šegan2012-02-052-22/+46
|\ | | | | | | files. Patch by Hib Eris.
| * Rename INTLTOOL_V_merge to INTLTOOL_V_MERGE_OPTIONS.Danilo Šegan2012-02-051-26/+26
| |
| * Support silent rules. Patch by Hib Eris.Danilo Šegan2012-02-052-22/+46
| |\ |/ /
| * Add support for silent-rulesHib Eris2012-01-182-22/+46
| |
* | Ignore whitespace indentation in empty lines. Part of #922685 fix.Danilo Šegan2012-02-053-5/+7
| |
* | Add support for translatable attribute (well, any) tags in glade files. ↵Danilo Šegan2012-01-303-1/+18
|\ \ | | | | | | | | | Patch by Ryan Lortie.
| * | Bug #923841: support menus in glade filesRyan Lortie2012-01-303-1/+18
|/ / | | | | | | | | | | | | Instead of hardcoding a list (property, atkproperty, col) of tags that we support translatable="yes" on, support it on all tags. This lets us pick up <attribute translatable="yes"> as is used within <menu> of a GtkBuilder file.
* | Bug #922685: Keep and normalize paragraphs in gsettings extraction. Strip ↵Danilo Segan2012-01-273-3/+70
|\ \ | |/ |/| | | starting/ending whitespace. Patch by Ryan Lortie.
| * Make the spacing in test five lines to better test for double-newlines.Danilo Segan2012-01-271-0/+1
| |
| * Strip beginning and ending whitespace and preserve paragraphs for gsettings. ↵Danilo Segan2012-01-273-3/+69
|/ | | | Fix submitted by Ryan Lortie.
* Fix quoting of XGETTEXT variable when setting MSGMERGE and GENPOT in ↵Danilo Šegan2011-12-101-2/+2
| | | | Makefile. Patch contributed by Matthias Klose.
* Up the version to 0.50.0.Danilo Segan2011-10-081-1/+1
|
* Add support for GSettings, based on Ryan 'desrt' Lortie's code. Well, better ↵Danilo Segan2011-10-088-5/+91
|\ | | | | | | late than never, right? Ok, very late. Fixes #580526.
| * Add mention to the man page.Danilo Segan2011-10-082-1/+3
| |
| * Use the same readXml tree parsing for gsettings gschema.xml files like used ↵Danilo Segan2011-10-081-52/+43
| | | | | | | | for XML file support.
| * Apply patch from Ryan with a few fixes and a test case.Danilo Segan2011-10-087-4/+97
|/
* Provide a parameter --no-translations for use in INTLTOOL_XML_NOMERGE_RULE ↵Danilo Segan2011-10-082-7/+17
| | | | to avoid instability problems with /tmp which can contain PO files. Fixes #398576.
* Use xgettext built-in scheme support for .scm files and add support to ↵Danilo Segan2011-10-087-98/+42
|\ | | | | | | `intltool-update -m` for detecting missing .scm files. Fixes #790574.
| * Remove references to test.scm*.Danilo Segan2011-10-083-34/+0
| |
| * Remove all code for scheme extraction since xgettext can handle it now.Danilo Segan2011-10-084-99/+21
| |
| * Switch to native scm support.Danilo Segan2011-10-081-2/+1
| |
| * Nicer code for multiline string quotes.Danilo Segan2011-10-081-1/+3
| |
| * Add support for detecting scm strings in intltool-update -m.Danilo Segan2011-10-081-5/+18
| |
* | Keep the order of messages on extraction with intltool-extract. Fixes #520986.Danilo Segan2011-10-0816-68/+76
|\ \
| * | Keep the original ordering of messages and update tests to reflect it.Danilo Segan2011-10-0816-68/+76
| |/
* | Remove all .cvsignore files.Danilo Segan2011-10-087-74/+0
|/
* Reduce the amount of quoting when finding the Perl version number, as ↵Danilo Segan2011-10-081-1/+1
| | | | proposed in bug 639857 by naddy mips inka de.
* Fixes bug #860192: Ignore hidden directories and folders when detecting ↵Danilo Segan2011-09-271-0/+4
|\ | | | | | | missing files in intltool-update. Debian patch for debbugs #560704.
| * Ignore hidden directories and folders when detecting missing files in ↵Danilo Segan2011-09-271-0/+4
|/ | | | intltool-update. Debian patch for debbugs #560704 submitted by Michael Moorman.
* Use xgettext as found by configure for different operations in the installed ↵Danilo Segan2011-07-061-2/+2
|\ | | | | | | Makefile for packages. Fix by Monty Taylor.
| * Fixes the Makefile to use the XGETTEXT found by configure when callingMonty Taylor2010-07-261-2/+2
| | | | | | | | | | intltool-update. This is important on Solaris, because solaris xgettext sucks.
* | Improve detection of left-out files by fixing multi-line python strings ↵Danilo Segan2011-07-061-3/+8
| | | | | | | | handling and handling of multiple strings in a single line and inline # comments.
* | Get rid of the ANSI boldification of certain warnings in intltool-updateRodney Dawes2010-08-061-6/+6
|/
* Avoid warnings in isNotValidMissing when PACKAGE/VERSION variables are not ↵Danilo Šegan2010-03-241-1/+5
| | | | known from makefiles.
* Prepare for 0.41.1 release.Danilo Šegan2010-03-241-1/+1
|
* Clean up test/*/Makefile.am files: add generated files to CLEANFILES and new ↵Danilo Šegan2010-03-242-3/+18
| | | | test case to EXTRA_DIST.
* Fix .py.in detection.Danilo Šegan2010-03-191-1/+1
|
* Fix #493403: let 'intltool-update -m' pick up .py(.in)+ files as well. Patch ↵Danilo Šegan2010-03-191-1/+1
| | | | by Fujiwara.
* Fix some typos and errors.Danilo Šegan2010-03-192-2/+3
|
* Fix trailing whitespace in intltool-update.in.Danilo Šegan2010-03-191-52/+52
|