]> git.wh0rd.org Git - nano.git/commitdiff
fix entry
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Thu, 4 Nov 2004 13:40:58 +0000 (13:40 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Thu, 4 Nov 2004 13:40:58 +0000 (13:40 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2055 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

ChangeLog

index 32c4c3493a77358e5237c2ae7515c296bf99ae8e..4111c0e4189328ad938f573b8a87df92b591a07f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -111,8 +111,7 @@ CVS code -
        - Remove the DOS_FILE and MAC_FILE flags, as they're only used
          in files.c, and replace them with a static file_format enum.
          Change the openfilestruct structure accordingly in order to
-         handle this.  Also move the PATH_MAX definition to nano.h.
-         (DLR)
+         handle this. (DLR)
 - files.c:
   read_file()
        - Rename variable fileformat to format, to avoid confusion with
@@ -217,6 +216,7 @@ CVS code -
 - nano.h:
        - Add WIDTH_OF_TAB #define, containing the default width of a
          tab. (DLR)
+       - Move the PATH_MAX #define here from files.c.
        - Remove unused COPYFILEBLOCKSIZE #define. (DLR)
 - rcfile.c:
   parse_rcfile()