diff --git a/.cvsignore b/.cvsignore new file mode 100644 index 0000000..954fcc6 --- /dev/null +++ b/.cvsignore @@ -0,0 +1,24 @@ +aclocal.m4 +config.cache +config.h +config.log +config.status +configure +deb +dist +htdocs +libtclreadline.la +libtool +Makefile +Makefile.in +patches +pkgIndex.tcl +stamp-h +stamp-h.in +tclreadline-*.tar.gz +tclreadline.h +tclreadlineInit.tcl +tclreadline.lo +tclreadline.n +tclreadlineSetup.tcl +unused diff --git a/AUTHORS b/AUTHORS index cec0a47..bd221e8 100644 --- a/AUTHORS +++ b/AUTHORS @@ -2,3 +2,4 @@ Johannes Zellner http://www.zellner.org/ Mark Patton Quentin Minster dbohdan +Massimo Dal Zotto diff --git a/ChangeLog b/ChangeLog index 8d67a34..c91dba7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2001-08-10 Johannes Zellner + + * added Massimo to AUTHORS + +2001-08-10 Massimo Dal Zotto + + * In tclreadlineSetup.tcl.in prefixed all global variables with + package prefix to avoid polluting the global namespace. + Removed also the global unused variable "a". + 2001-01-10 Johannes Zellner * configure.in: changed the check for readline/readline.h / readline.h