nano

nano with my custom patches
git clone git://bsandro.tech/nano
Log | Files | Refs | README | LICENSE

commit 4ee0b41b414b1f450b18fa06bbf69a5a4639b00e
parent cd6f12d53ea71b542f1928f64920965e6ed6421b
Author: Chris Allegretta <chrisa@asty.org>
Date:   Thu, 11 Jan 2001 15:11:00 +0000

Moved ChangeLog entries for configure.in to configure.in section


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@471 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

Diffstat:
MChangeLog | 5++---
1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog @@ -5,12 +5,11 @@ General shoudl be left out in that circumstance. Saves at least 5k. - Previous change to #ifdefs DISABLE_TABCOMP and NANO_SMALL rolled back. - - Changed configure.in to automatically define the 5 DISABLE - varibles when NANO_SMALL (enable-tiny) is requested at - configure. - configure.in: - Fix for _use_keypad check breaking slang support (Christian Weisgerber). + - Changed to automatically define the 5 DISABLE varibles when + NANO_SMALL (enable-tiny) is requested at configure. - faq.html: - Added some info on making the binary smaller with the configure script.