diff options
author | Claudio Fontana <sick_soul@users.sourceforge.net> | 2005-11-01 09:38:51 +0000 |
---|---|---|
committer | Claudio Fontana <sick_soul@users.sourceforge.net> | 2005-11-01 09:38:51 +0000 |
commit | c43b80e61df1aeb6d7872d89baa35a28dd05bd40 (patch) | |
tree | 22fb26c4916c45c898c7ddd5ff07cfd73523b152 /ChangeLog | |
parent | c12afffc3d06c2acfc5fab3aa4746d1096f4950a (diff) | |
download | idutils-c43b80e61df1aeb6d7872d89baa35a28dd05bd40.tar.gz idutils-c43b80e61df1aeb6d7872d89baa35a28dd05bd40.tar.bz2 idutils-c43b80e61df1aeb6d7872d89baa35a28dd05bd40.zip |
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -1,3 +1,21 @@ +2005-05-31 Claudio Fontana <sick_soul@users.sourceforge.net> + * configure.in: moved to configure.ac + * configure.ac (new file): rewritten using gnulib and new macros + * Makefile.am: all makefiles revisited + + * lib/: removed everything and replaced with gnulib imports + * m4/: removed everything and replaced with gnulib imports + + * i18n support updated to gettext 0.14.1 + * po/fr.po: fixed broken headers. FRENCH TRANSLATOR MARKED UNKNOWN. + * intl/: updated - Did some nasty things to make libintl work in + most circumstances + * libidu/iduglobal.h (new file): common definitions moved here + * *.c, *.h: updated to use gnulib functions, removed redundant + definitions and checks + * *.c, *.h: reverted __P() macro introduction, and assume prototypes. + Times are mature for that, and I follow gnulib in this. + 2000-06-06 Jim Meyering <meyering@lucent.com> * po/POTFILES.in: Add libidu/fnprint.c and remove libidu/xnls.h. |