aboutsummaryrefslogtreecommitdiffstats
path: root/intl (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-12-02Generate the ChangeLog from commit logs.Werner Koch1-2/+1
* scripts/gitlog-to-changelog: New script. Taken from gnulib. * scripts/git-log-fix: New file. * scripts/git-log-footer: New file. * scripts/git-hooks/commit-msg: New script. * autogen.sh: Install commit-msg hook for git. * doc/HACKING: Describe the ChangeLog policy. * Makefile.am (EXTRA_DIST): Add new files. (gen-ChangeLog): New. (dist-hook): Run gen-ChangeLog.
2011-12-02Rename all ChangeLog files to ChangeLog-2011.Werner Koch2-4/+10
* ChangeLog: New file.
2011-08-09Fixed some autoconf bit rot.Werner Koch1-128/+0
Autoconf 2.68 is more picky about correct macro usage and thus I fixed some wrong call conventions for AC_LANG_PROGRAM. Also factored an m4 conditional construct out from AC_INIT to avoid the "not a literal" warning.
2007-10-23Switched to GPLv3.Werner Koch40-1438/+4462
Updated gettext.
2005-05-31Updated FSF street address and preparations for a release candidate.Werner Koch51-53/+53
2004-07-27* configure.ac (AM_GNU_GETTEXT_VERSION): New.Werner Koch45-765/+3680
(min_automake_version): New. * LINGUAS: Added all languages we supported in 1.2.5. Copied all po files from 1.2.5. * autogen.sh: Updated to the modern version, grepping the required tool versions from configure.ac.
2003-10-25Updated to 0.12.1Werner Koch24-1313/+2612
2003-10-25GettexizedWerner Koch13-0/+2445
2003-04-30* gettextP.h: Add comment for HP/UX users. Local fix for GnuPG.David Shaw2-0/+10
2003-04-07* dcigettext.c (plural_lookup): Name conflict on some platforms withDavid Shaw2-5/+10
"index". Local fix for GnuPG.
2002-08-23Include intl/ in the CVS again; otherwise we are not able toWerner Koch31-0/+7672
re-recreate a distribution from CVS. Some minor other fixes.