summaryrefslogtreecommitdiff
path: root/po
Commit message (Collapse)AuthorAgeFilesLines
* Update Copyright statements for 2014.Paul Smith2014-09-302-2/+2
|
* Convert to auto-generated ChangeLog files.Paul Smith2013-10-131-93/+0
| | | | | | | | Rename existing ChangeLog files so they won't be distributed. Add targets to maintMakefile to generate ChangeLog from the Git repository. This will require a version of gnulib be available. Because ChangeLog is auto-generated, we have to switch our automake mode to "foreign" or it will complain and fail.
* Enhance the output sync mode.Paul Smith2013-09-121-0/+1
| | | | | | | | | | | | | | | Create a new file, output.c, and collect functions that generate output there. We introduce a new global context specifying where output should go (to stdout or to a sync file), and the lowest level output generator chooses where to write output based on that context. This allows us to set the context globally, and all operations that write output (including functions like $(info ...) etc.) will use it. Removed the "--trace=dir" capability. It was too confusing. If you have directory tracking enabled then output sync will print the enter/leave message for each synchronized block. If you don't want that, disable directory tracking.
* Add job.h to POTFILES as it now has a translation.Paul Smith2013-06-211-0/+1
|
* Update copyright for changes in 2013.Paul Smith2013-05-173-3/+3
|
* Modify .gitignore for proper formatting.Paul Smith2013-01-121-5/+14
|
* Rename CVS ignore files to .gitignorePaul Smith2013-01-121-0/+0
|
* Add missing load.c file to POTFILES.inmoved-to-gitPaul Smith2013-01-062-0/+5
|
* Simplify copyrights using ranges of years.Paul Smith2012-03-053-6/+3
| | | | | The new GNU Maintainer's Manual allows the use of year ranges in certain situations; take advantage of this simplification.
* Update copyright notices.Paul Smith2012-01-163-5/+5
|
* Add GNU Guile as an optional embedded scripting language for make.Paul Smith2012-01-152-0/+5
| | | | | | | | | On configure-enabled systems, configure will detect Guile installed (using pkg-config, which is how GNU Guile is distributed) and enable it if so. On all non-configure-enabled systems, currently, the default is for Guile support to be disabled.
* Add translation for Czech (cs).Paul Smith2011-09-262-2/+6
|
* Update copyrights for 2010.Paul Smith2010-07-132-4/+4
|
* Update copyright years.Paul Smith2009-10-253-5/+6
|
* Added Italian (it) language support.Paul Smith2009-09-162-2/+6
|
* Manual typo.Paul Smith2008-05-182-2/+6
| | | | New translation.
* Incorporate Icarus Sparry's fix for 3330 and 15919, and test cases.Paul Smith2007-08-152-2/+7
| | | | | | | One of our translations disappeared from the translations site so remove it. The fdl.texi file was changed to not contain any @node entries, so add some around it in make.texi.
* * Update to GPLv3Paul Smith2007-07-043-20/+23
| | | | | * Update copyright to 2007 * Fix download URL for translation files (thanks to Thiemo Seufer)
* Last of the copyright updates.Paul Smith2006-02-113-6/+4
|
* Update copyright and license notices on all files.Paul Smith2006-02-113-1/+50
| | | | Added new file strcache.c to various non-UNIX makefiles and build scripts.
* Various updates, mainly to the Windows port, from Eli Zaretskii andPaul Smith2006-02-012-2/+6
| | | | Markus Maurhart.
* Add Indonesian translation.Paul Smith2005-07-152-2/+6
|
* Fixes to allow "make dist" etc. to work again.Paul Smith2005-05-102-0/+5
|
* Fix some Savannah bugs.Paul Smith2005-04-082-1/+5
| | | | | Updates to docs (still need more work here) and NEWS file. New language.
* Add a new Irish (ga) translation.Paul Smith2005-02-092-2/+6
| | | | | Fixed the CVS download URL to be simplified. Fixed the .texi doc download: the ftp site was decommed so use CVS.
* Add a Finnish translation.Paul Smith2005-02-012-2/+6
| | | | | Update the URL for the GNU translation site in maintMakefile; the old one stopped working.
* Many bug fixes etc.Paul Smith2004-01-211-2/+2
| | | | | | | | | - Apply a fix for the "thundering herd" problem when using "-j -l". This also fixes bug #4693. - Fix bug #7257: allow functions as ifdef arguments - Fix bug #4518: make sure we print all double-colon rules with -p. - Upgrade to autconf 2.58/automake 1.8/gettext 0.13.1 - Various doc cleanups, etc.
* Build fixes due to changes in the FSF web site.Paul Smith2003-10-222-1/+5
| | | | | Add new language support. Minor configure, etc. cleanups.
* Updated for autoconf 2.57, automake 1.7.6, and gettext 0.12.1.Paul Smith2003-07-311-0/+16
| | | | | | Fixed problems with the dist target (adding missing files). Workaround for a bug in gettext 0.12.1 po/Makefile.in.in where distclean wasn't cleaning everything, which caused distcheck to fail.
* Added Ukrainian translation.Paul Smith2002-12-192-1/+5
|
* Fix core dump on malformed variable line (Debian bug #81656)Paul Smith2002-10-052-0/+5
| | | | | Allow SysV-style variable references to use {} in addition to (). Add variable.h to the POTFILES.in since it has a translatable string.
* Fix HAVE_BROKEN_RESTART logic.Paul Smith2002-09-111-1/+3
| | | | | Fix hash.h typos (only noticed when using Windows). Update .cvsignore files.
* Update to a new version of automake and gettext.Paul Smith2002-08-102-2/+6
| | | | | | | | | | Invent a new macro HAVE_DOS_PATHS and change various instances of: #if defined(WINDOWS) || defined(__MSDOS__) to use the new macro instead. This should help make the OS/2 port cleaner, as well. Invent a cvs-clean maintainer target that tries to get the workspace back to the state it was in after a CVS checkout. New language.
* Change the version.Paul Smith2002-08-081-0/+1
| | | | | | Update to require new gettext. Change hash.c to by K&R. Redo some strings to make i18n simpler.
* Incorporate some VMS fixes.Paul Smith2002-08-082-13/+5
| | | | | | | Add -B option docs. Add .VARIABLES variable. Add a few new tests. Add a new translation: Swedish
* Implement SysV-style $$@ support. I looked at E.Parmelan's patch butPaul Smith2002-07-101-1/+2
| | | | decided to implement this a different way, and didn't use it.
* Various cleanups reported by people using the alpha release.Paul Smith2002-07-081-1/+1
| | | | | | | Incorporate "order-only" prerequisites patch. Wrote a test for it. The test shows what might be a bug in the code; I need to look at it more closely (anyway it doesn't behave as I expected). Also I haven't done the docs yet.
* Remove .po files; we'll retrieve them directly from the translation site.Paul Smith2002-07-0814-26896/+0
|
* Install newest German translation.Paul Smith2002-05-131-347/+321
|
* Updates for new tools. Everything works now building on Linux,Paul Smith2002-04-2216-1043/+2865
| | | | | including creating make packages. I'll try some other systems tomorrow. Also added a new translation: Croatian. Thanks!
* Updates and fixes for CVS builds.Paul Smith2002-04-221-317/+0
| | | | Created a README.cvs describing the procedure.
* Update GNU make to use Autoconf 2.53, Automake 1.6.1, Gettext 0.11.1.Paul Smith2002-04-2119-0/+25494
| | | | | We're using Gettext's "external" feature to avoid including the intl code in the GNU make distribution.
* * Updated gettext to use more advanced libit 0.7 version.Paul Smith2000-01-252-274/+0
| | | | * Various cleanups.
* * Implement GNU gettext internationalization support in GNU make.Paul Smith2000-01-222-0/+274