From 143fc0505573e5dd63d7b0e66ef4b2bae4d9c603 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Thu, 7 Jul 2005 20:56:59 +0000 Subject: [PATCH] x git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15582 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/editline/ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/lib/editline/ChangeLog b/lib/editline/ChangeLog index c891b1089..e53b09825 100644 --- a/lib/editline/ChangeLog +++ b/lib/editline/ChangeLog @@ -1,3 +1,16 @@ +2005-07-07 Love Hörnquist Åstrand + + * editline.c (TTYinfo): only call tgetent if we found it using + autoconf + +2005-06-16 Love Hörnquist Åstrand + + * complete.c: move const to make it pass -Wcast-qual + + * testit.c: rename optind to optidx + + * editline.c: ansi'ify the code + 2005-04-24 Love Hörnquist Åstrand * *.[ch]: unexpose undefined part of the API, included strlcat