summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Up version to 0.41.0 for releaseintltool-0-41-0Rodney Dawes2009-07-151-1/+1
|
* Remove references to dead mailing listsRodney Dawes2009-07-1511-33/+23
| | | | | Update bug reporting references to launchpad Fix HACKING to promote using branches for submitting changes
* Remove intltool-unicodifyRodney Dawes2009-07-122-177/+1
|\
| * Remove intltool-unicodifyRodney Dawes2009-07-112-177/+1
| |
* | Handle g_dngettext and calling the glib gettext wrappers directlyRodney Dawes2009-07-121-1/+11
|\ \
| * | Handle g_dngettext and calling the glib gettext wrappers directlyRodney Dawes2009-07-121-1/+11
| | |
* | | Handle multi-line python strings ''' and """ betterRodney Dawes2009-07-121-1/+17
|\ \ \
| * | | Handle multi-line python strings ''' and """ betterRodney Dawes2009-07-121-1/+17
| |/ / | | | | | | | | | Based on original patch from Claude Paroz
* | | Handle m4_esyscmd usage in the package version variableRodney Dawes2009-07-121-0/+11
|\ \ \ | |/ / |/| |
| * | Move the m4_esyscmd handling into the AC_INIT handlerRodney Dawes2009-07-121-10/+11
| | |
| * | Handle m4_esyscmd usage in the package version variableRodney Dawes2009-07-121-0/+10
|/ / | | | | | | Based on original patch from lp:~marcandre-lureau
* | Add ctags stubs to deal with automake ctags rulesRodney Dawes2009-06-281-1/+1
|\ \ | |/ |/|
| * Add ctags stub rulesRodney Dawes2009-06-271-1/+1
|/
* Only create the intltool-foo.in files if needed for compatibilityRodney Dawes2009-06-011-2/+5
|\
| * Always remove the intltool-foo.in files as we don't use themRodney Dawes2009-06-011-1/+2
| |
| * Use egrep to be consistent, and redirect output to /dev/nullRodney Dawes2009-04-261-1/+1
| |
| * Only create the empty "script" files if they are mentioned in Makefile.amRodney Dawes2009-04-261-1/+3
|/
* Rename configure.in to the preferred configure.acRodney Dawes2009-04-268-5485/+13
| | | | | | | Update configure script to require new autoconf Remove the old/broken spec file Remove ChangeLog, NEWS, and MAINTAINERS as they are no longer needed Upgrade bzr branch format to 1.9
* Remove ignored files from the lists of files to check in -m modeRodney Dawes2009-04-201-0/+20
| | | | Fixes http://bugzilla.gnome.org/show_bug.cgi?id=569051
* Add a .bzrignore to hide some files from bzrRodney Dawes2009-04-201-0/+8
|
* Use \^ to escape ^ instead of single quotesRodney Dawes2009-04-081-1/+1
| | | | Fixes http://bugzilla.gnome.org/show_bug.cgi?id=577133
* Up version to 0.40.6 for releasedobey2009-03-142-1/+6
|
* Update README to not suggest putting intltool-*.in in EXTRA_DISTdobey2009-03-142-20/+16
| | | | | Update README to refer to .server files instead of .oaf
* Don't hardcode the SHELL value (gnome bug #573525)dobey2009-03-012-1/+8
|
* * intltool-update.in:dobey2008-11-242-2/+15
| | | | | Add basic support for PACKAGE_BUGREPORT specified by packages
* 2008-11-24 Rodney Dawes <dobey.pwns@gmail.com>dobey2008-11-243-25/+58
| | | | | | | | | | | | | * 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
* * intltool-merge.in:dobey2008-11-222-64/+22
| | | | | Replace iconv usage with perl's internal Encode::from_to()
* 2008-11-17 Rodney Dawes <dobey.pwns@gmail.com>dobey2008-11-172-1/+8
| | | | | | | | * Makefile.in.in: Quote the grep arguments that use ^ Fixes #559528
* 2008-11-16 Rodney Dawes <dobey.pwns@gmail.com>dobey2008-11-173-4/+122
| | | | | | | | | | * 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>dobey2008-11-062-1/+8
| | | | | | | | * intltool.m4: Redirect grep output to /dev/null Fixes #557069
* 2008-10-08 Rodney Dawes <dobey.pwns@gmail.com>dobey2008-10-082-1/+6
| | | | | | * configure.in: Up version to 0.40.5 for release
* 2008-10-06 Rodney Dawes <dobey.pwns@gmail.com>dobey2008-10-062-0/+10
| | | | | | | | * intltool.m4 (IT_PO_SUBDIR): Check that Makefile.in came from a Makefile.in.in from intltool Fixes #554280
* 2008-09-19 Rodney Dawes <dobey.pwns@gmail.com>dobey2008-09-192-1/+6
| | | | | | * configure.in: Up version to 0.40.4 for release
* 2008-09-19 Rodney Dawes <dobey.pwns@gmail.com>dobey2008-09-192-0/+6
| | | | | | * tests/results/Makefile.am:: Add extract13.desktop to EXTRA_DIST
* * Makefile.in.in: (DISTFILES, EXTRA_DISTFILES): Move ChangeLog tochpe2008-09-042-2/+10
| | | | | | EXTRA_DISTFILES so "make dist" does not fail with nonexistent po/ChangeLog file. Fixes #550044
* 2008-09-03 Rodney Dawes <dobey.pwns@gmail.com>dobey2008-09-042-2/+10
| | | | | | | | | * Makefile.in.in (PO_LINGUAS, POFILES): Set PO_LINGUAS to ALL_LINGUAS if the LINGUAS file doesn't exist Use PO_LINGUAS instead of USE_LINGUAS in POFILES for disting Fixes #550727
* 2008-08-24 Rodney Dawes <dobey.pwns@gmail.com>dobey2008-08-257-5/+56
| | | | | | | | | | | | | | | * intltool-merge.in (desktop_merge_translations): Fix the regex here to adhere to the Desktop File Spec's allowed chars * tests/cases/Makefile.am: * tests/cases/extract13.desktop.in: * tests/results/extract13.desktop: * tests/results/extract13.desktop.in.h: * tests/selftest.pl.in: Add a test case for merging translations back into the desktop file Fixes #549243
* 2008-07-27 Rodney Dawes <dobey.pwns@gmail.com>dobey2008-07-272-8/+13
| | | | | | | | | * intltool.m4 (IT_PROG_INTLTOOL): Require the AM_NLS macro, so USE_NLS gets defined Add a check for gmsgfmt that falls back to $MSGFMT This change removes the need for using AM_GLIB_GNU_GETTEXT or AM_GNU_GETTEXT for some projects.
* 2008-07-25 Rodney Dawes <dobey.pwns@gmail.com>dobey2008-07-252-1/+6
| | | | | | * configure.in: Up version to 0.40.3 for brown-bag release
* 2008-07-25 Rodney Dawes <dobey.pwns@gmail.com>dobey2008-07-252-1/+7
| | | | | | | * Makefile.in.in: Change a ^$$lang regex to be ^$$lang$$ as it should have been For bug #544574
* 2008-07-25 Rodney Dawes <dobey.pwns@gmail.com>dobey2008-07-252-1/+6
| | | | | | * configure.in: Up version to 0.40.2 for release
* 2008-07-25 Rodney Dawes <dobey.pwns@gmail.com>dobey2008-07-253-0/+11
| | | | | | | * tests/cases/Makefile.am: * tests/results/Makefile.am: Add new test cases to EXTRA_DIST and CLEANFILES as appropriate
* Add new file to svn:ignoredobey2008-07-250-0/+0
|
* 2008-07-25 Rodney Dawes <dobey.pwns@gmail.com>dobey2008-07-254-0/+55
| | | | | | | | * 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 <wbolster@svn.gnome.org>wbolster2008-07-256-11/+132
| | | | | | | | | | | | | | | reviewed by: Rodney Dawes <dobey.pwns@gmail.com> * 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 <danw@gnome.org>.
* 2008-07-25 Rodney Dawes <dobey.pwns@gmail.com>dobey2008-07-252-3/+12
| | | | | | | | | | | * 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 <dobey.pwns@gmail.com>dobey2008-07-252-2/+14
| | | | | | | | | * 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 <dobey.pwns@gmail.com>dobey2008-07-232-2/+5
| | | | | | * doc/I18N-HOWTO: Remove reference to adding intltool scripts to EXTRA_DIST
* 2008-07-21 Rodney Dawes <dobey.pwns@gmail.com>dobey2008-07-212-1/+6
| | | | | | * configure.in: Up version to 0.40.1 for release
* 2008-07-21 Rodney Dawes <dobey.pwns@gmail.com>dobey2008-07-212-41/+8
| | | | | | | | | * 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