summaryrefslogtreecommitdiff
path: root/po
AgeCommit message (Collapse)AuthorFilesLines
2003-07-31Updated for autoconf 2.57, automake 1.7.6, and gettext 0.12.1.Paul Smith1-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.
2002-12-19Added Ukrainian translation.Paul Smith2-1/+5
2002-10-05Fix core dump on malformed variable line (Debian bug #81656)Paul Smith2-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.
2002-09-11Fix HAVE_BROKEN_RESTART logic.Paul Smith1-1/+3
Fix hash.h typos (only noticed when using Windows). Update .cvsignore files.
2002-08-10Update to a new version of automake and gettext.Paul Smith2-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.
2002-08-08Change the version.Paul Smith1-0/+1
Update to require new gettext. Change hash.c to by K&R. Redo some strings to make i18n simpler.
2002-08-08Incorporate some VMS fixes.Paul Smith2-13/+5
Add -B option docs. Add .VARIABLES variable. Add a few new tests. Add a new translation: Swedish
2002-07-10Implement SysV-style $$@ support. I looked at E.Parmelan's patch butPaul Smith1-1/+2
decided to implement this a different way, and didn't use it.
2002-07-08Various cleanups reported by people using the alpha release.Paul Smith1-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.
2002-07-08Remove .po files; we'll retrieve them directly from the translation site.Paul Smith14-26896/+0
2002-05-13Install newest German translation.Paul Smith1-347/+321
2002-04-22Updates for new tools. Everything works now building on Linux,Paul Smith16-1043/+2865
including creating make packages. I'll try some other systems tomorrow. Also added a new translation: Croatian. Thanks!
2002-04-22Updates and fixes for CVS builds.Paul Smith1-317/+0
Created a README.cvs describing the procedure.
2002-04-21Update GNU make to use Autoconf 2.53, Automake 1.6.1, Gettext 0.11.1.Paul Smith19-0/+25494
We're using Gettext's "external" feature to avoid including the intl code in the GNU make distribution.
2000-01-25* Updated gettext to use more advanced libit 0.7 version.Paul Smith2-274/+0
* Various cleanups.
2000-01-22* Implement GNU gettext internationalization support in GNU make.Paul Smith2-0/+274