]> git.wh0rd.org Git - nano.git/commitdiff
update changelog
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Fri, 18 Mar 2005 05:26:54 +0000 (05:26 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Fri, 18 Mar 2005 05:26:54 +0000 (05:26 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2391 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

ChangeLog

index c06bf6e4405705be3e76d66cb641a2ac34626c7b..8e4da46aa5b84d91ff79083a03b3d0f83eb0f77f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -235,6 +235,10 @@ CVS code -
        - Fix compilation problem caused by its returning int when it
          should return ssize_t according to its prototype. (Jeremy
          Huddleston)
+  indent_length()
+       - Make the #ifdef around it match that of its prototype to avoid
+         compilation problems when compiling with --enable-tiny and
+         without DISABLE_JUSTIFY's being defined. (DLR)
   do_justify()
        - For consistency, preserve placewewant if we didn't unjustify
          instead of setting it to 0. (DLR)