home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #6 / amigamamagazinepolishissue1998.iso / coders / indent / release-notes < prev    next >
Text File  |  1999-06-10  |  1KB  |  34 lines

  1. Release Notes for GNU indent version 1.7.
  2.  
  3. * All reported bugs have been fixed, except some of those dealing with
  4.   comments.  I have completely rewritten the comment handling code in
  5.   indent, but since this produces rather different comment formats
  6.   (mostly, it makes several comment-related options actually work) I
  7.   am waiting for the next release of indent to install this.
  8.  
  9.   To see what the differences in the comment handling will be, compare
  10.   the file `comments.texinfo' to the section on comments in the info
  11.   node for indent.
  12.  
  13.   It is possible that I have lost some bug reports, as some of my mail
  14.   falls into a crack between two machines.  In the future, please be
  15.   sure to use the address "bug-gnu-utils@prep.ai.mit.edu".
  16.  
  17. * All errors and warnings are output on the standard error stream,
  18.   and conform to the GNU error message format.
  19.  
  20. * There is now more support for small (i.e., 16-bit) machines.
  21.  
  22. * There have been slight changes to the default behaviour, namely:
  23.  
  24.   - Column 1 comments are not formatted.
  25.  
  26.   - Preprocessor spaces are removed.
  27.  
  28. * When "-lps" is specified, whitespace preceding the '#' character is
  29.   left untouched, as well as following whitespace.
  30.  
  31. * When the tabsize is specified as 1 or 0 (e.g., "-ts 0"), spaces are
  32.   used instead of tabs.  There may be bugs in this behaviour, but they
  33.   should vanish with the new comment code.
  34.