summaryrefslogtreecommitdiffstats
path: root/gettext-tools/misc
Commit message (Collapse)AuthorAgeFilesLines
* Prepare for 0.19.8Daiki Ueno2016-06-091-1/+1
|
* maint: Update copyright yearDaiki Ueno2016-01-028-9/+8
|
* Prepare for 0.19.7Daiki Ueno2015-12-281-1/+1
|
* build: Remove ChangeLogsDaiki Ueno2015-10-141-0/+0
| | | | | | | | | | | | | | | | | | | | | Generate ChangeLog files at "make dist" time, using gitlog-to-changelog. We still keep ChangeLog files under "po" and "intl" directories, since those files are copied as part of gettext infrastructure and it is still meaningful to have them there. * .gitignore: Add ChangeLog files. * Admin/release-steps: Remove mention of running update-changelog script. * Admin/update-changelog: Remove. * Makefile.am (gen-ChangeLog): New rule. * autogen.sh: Copy gitlog-to-changelog from gnulib. Create empty ChangeLog files to suppress Automake errors. * gettext-tools/doc/Makefile.am (EXTRA_DIST): Remove ChangeLog.0. * gettext-tools/man/Makefile.am (EXTRA_DIST): Remove ChangeLog.0. * gettext-tools/src/Makefile.am (EXTRA_DIST): Remove ChangeLog.0. * gettext-tools/tests/Makefile.am (EXTRA_DIST): Remove ChangeLog.0. * gnulib-local/Makefile.am (EXTRA_DIST): Remove ChangeLog files. * */ChangeLog: Rename to ChangeLog.0 or ChangeLog.1. * HACKING: Add brief guideline to submit patches.
* Release 0.19.6Daiki Ueno2015-09-111-0/+4
|
* Prepare for 0.19.6Daiki Ueno2015-09-112-2/+2
|
* autopoint: Respect AM_GNU_GETTEXT_REQUIRE_VERSIONDaiki Ueno2015-08-213-14/+53
| | | | | | | | | | * gettext-runtime/m4/gettext.m4 (AM_GNU_GETTEXT_REQUIRE_VERSION): New macro. Bump serial to 67. * gettext-tools/doc/autopoint.texi: Mention AM_GNU_GETTEXT_REQUIRE_VERSION. * gettext-tools/misc/gettextize.in: Check if AM_GNU_GETTEXT_VERSION is used. * gettext-tools/misc/autopoint.in: Respect AM_GNU_GETTEXT_REQUIRE_VERSION. * gettext-tools/tests/autopoint-2: Check AM_GNU_GETTEXT_REQUIRE_VERSION.
* build: Substitute archive version with configureDaiki Ueno2015-07-282-3/+9
| | | | | | | | | | | | * gettext-tools/configure.ac (ARCHIVE_VERSION): New substituted variable. * gettext-tools/misc/gettextize.in (archive_version): New variable, set to ARCHIVE_VERSION. Use it as the argument of AM_GNU_GETTEXT_VERSION. * gettext-tools/tests/init-env.in (ARCHIVE_VERSION): New substituted variable. * gettext-tools/tests/autopoint-2: Use ARCHIVE_VERSION, instead of the hard-coded version string. * gettext-tools/tests/autopoint-3: Likewise.
* gettextize: Use a crafted version stringDaiki Ueno2015-07-272-2/+14
| | | | | | | | | | Reported by Max Lin in: <https://lists.gnu.org/archive/html/bug-gettext/2015-07/msg00024.html>. * gettextize.in: Replace AM_GNU_GETTEXT_VERSION invocation with "$gettext_version" rather than "$version". This makes it easier to maintain a minor release without being affected by the actual version number generated by git-version-gen. (gettext_version): New variable.
* po-mode: Fix to accept four-part msgfmt version numberPeter Eisentraut2015-07-272-1/+8
|
* Release 0.19.5Daiki Ueno2015-07-101-0/+4
|
* autopoint: Update for 0.19.5Daiki Ueno2015-06-242-1/+5
| | | | * autopoint.in: Update for 0.19.5.
* maint: Update copyright yearDaiki Ueno2015-06-058-8/+11
|
* po-mode: Add option to keep .mo when validatingManuel Uberti2015-04-242-5/+20
| | | | | * gettext-tools/misc/po-mode.el (po-keep-mo-file): New user option. (po-validate): Respect po-keep-mo-file. Fix comment indentation.
* po-mode: Better C format string highlightingPeter Eisentraut2015-01-212-1/+6
| | | | | * po-mode.el (po-font-lock-keywords): Support all possible length modifiers in C89/C99 format strings.
* Release 0.19.4Daiki Ueno2014-12-241-0/+4
|
* Prepare for 0.19.4Daiki Ueno2014-12-243-2/+6
|
* Release 0.19.3Daiki Ueno2014-10-151-0/+4
|
* Prepare for 0.19.3Daiki Ueno2014-10-152-1/+5
|
* autopoint: Fix infinite recursion when tracing configure.acEric Blake2014-10-103-18/+27
| | | | | | | | Reported by Andreas Henriksson at: <https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=764580> * autopoint.in (func_trace_autoconf): Temporarily redefine built-in macros, instead of undefining. * gettextize.in: Likewise.
* gettext-tools: Make convert-archive more portableDaiki Ueno2014-09-012-1/+9
| | | | | | * convert-archive.in: Don't use non-portable 'if ! COMMAND'. Reported by Stefano Lattarini in: <https://lists.gnu.org/archive/html/bug-gettext/2011-07/msg00002.html>.
* Release 0.19.2Daiki Ueno2014-07-141-0/+4
|
* Prepare for 0.19.2Daiki Ueno2014-07-141-1/+1
|
* autopoint: Fix the last changeDaiki Ueno2014-07-142-7/+16
| | | | | * autopoint.in: Use func_trace_sed for AM_GNU_GETTEXT and AM_GNU_GETTEXT_VERSION, as they are not an Autoconf trace.
* autopoint: Fix the last changeDaiki Ueno2014-07-141-1/+7
| | | | | * autopoint.in: Use func_trace_sed for AM_GNU_GETTEXT and AM_GNU_GETTEXT_VERSION, as they are not an Autoconf trace.
* autopoint: Select macro tracing method by Autoconf versionDaiki Ueno2014-07-143-20/+52
| | | | | | | | | | Reported and analyzed by Pádraig Brady in: <http://lists.gnu.org/archive/html/bug-gnulib/2014-07/msg00071.html>. * autopoint.in (func_trace_autoconf): Rename from func_trace. ($func_trace): Set to func_trace_autoconf if Autoconf >= 2.69 is availabl, otherwise to func_trace_sed. * gettextize.in: Likewise.
* Release 0.19.1Daiki Ueno2014-06-101-0/+4
|
* Prepare for 0.19.1Daiki Ueno2014-06-101-1/+1
|
* Release 0.19Daiki Ueno2014-06-021-0/+4
|
* Prepare for 0.19.Daiki Ueno2014-06-021-1/+2
|
* autopoint: Unset variables known to interfere with common toolsDaiki Ueno2014-04-233-0/+19
| | | | | | | Reported by Jan Cholasta at: <https://bugzilla.redhat.com/show_bug.cgi?id=801374>. * autopoint.in: Unset CDPATH, CLICOLOR_FORCE, and GREP_OPTIONS. * gettextize.in: Unset CLICOLOR_FORCE and GREP_OPTIONS.
* Update .gitignoreDaiki Ueno2014-04-221-1/+6
|
* autopoint: Rename gettext_dir to gettext_datadirDaiki Ueno2014-04-213-21/+26
|
* autopoint: Remove useless commentsDaiki Ueno2014-03-272-8/+4
|
* autopoint: Use SED-based trace for non-standard Autoconf macrosDaiki Ueno2014-03-273-12/+63
|
* autopoint: Allow user to specify gettext_dir through envvarDaiki Ueno2014-03-263-2/+8
|
* autopoint: Allow user to specify custom autom4te executableDaiki Ueno2013-12-053-2/+10
| | | | | | | | * autopoint.in (func_trace): Allow user to specify autom4te executable name through $AUTOM4TE envvar. * gettextize.in (func_trace): Likewise. Suggested by Eric Blake at <https://lists.gnu.org/archive/html/bug-gettext/2013-12/msg00006.html>.
* autopoint: disable m4_include and m4_esyscmd when tracingDaiki Ueno2013-12-043-2/+14
| | | | | | | | * autopoint.in (func_trace): Disable m4_include and m4_esyscmd. * gettextize.in (func_trace): Likewise. Reported by Bernhard Voelker in <https://lists.gnu.org/archive/html/bug-gettext/2013-11/msg00011.html> and suggested by Eric Blake at <https://savannah.gnu.org/bugs/?40083>.
* autopoint: use 'm4' as the fallback macro directoryDaiki Ueno2013-10-162-0/+11
|
* autopoint: discard stderr of autom4teDaiki Ueno2013-09-243-2/+9
|
* autopoint: recognize multiple arguments of AM_GNU_GETTEXT when tracingDaiki Ueno2013-09-243-0/+12
|
* autopoint: make macro trace in autom4te robusterDaiki Ueno2013-08-123-40/+59
|
* po-mode: don't include uncompressed translations when sendingJan Djärv2013-07-292-1/+6
|
* autopoint: fix copying intl/ directoryDaiki Ueno2013-07-212-1/+7
| | | | | | * autopoint.in (omitintl): Don't set it 'no' when no AM_GNU_GETTEXT call is found. Reported by Sebastien Helleu in <http://savannah.gnu.org/bugs/?39536>.
* Prepare for 0.18.3.Daiki Ueno2013-07-072-2/+2
|
* Refactor Autoconf trace in autopoint.in.Daiki Ueno2013-05-023-35/+56
|
* po-mode: Properly highlight C format strings with parameter positionsDaiki Ueno2013-03-052-1/+8
|
* po-mode: make (po-check-file-header) optional (bug #30835)Ævar Arnfjörð Bjarmason2013-03-052-36/+53
| | | | | | | | | | | | po-mode would always overwrite the PO Header Entry when editing *.po files. This isn't always desired behavior as noted in bug #30835 so it's now customizable. It can be customized through the po-auto-update-file-header variable, which can be t, nil or 'ask. It's t by default to preserve the old default behavior. Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
* autopoint: extract macro directories from configure.acDaiki Ueno2013-03-052-3/+19
|
* gettextize: Use autoconf trace to detect auxdir and m4dirDaiki Ueno2013-03-052-2/+11
|