nano-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Nano-devel] nano 1.3.10pre2 is out


From: David Lawrence Ramsey
Subject: [Nano-devel] nano 1.3.10pre2 is out
Date: Thu, 08 Dec 2005 07:50:22 -0500
User-agent: Mozilla Thunderbird 1.0.7 (X11/20050923)

I found a few minor bits that needed fixing in 1.3.10pre1:

* the redundant includes of config.h have been removed; every file
includes proto.h, proto.h includes nano.h, and nano.h includes config.h
first, so proto.h is now the first file included in all the source files

* a few long-unused externs have been removed from proto.h

* search_abort() is now search_replace_abort(), and replace_abort() has
been replaced with it

* regexp_bol_or_eol() now properly returns bool and not int

* comments have been added to all those functions that didn't have them,
except for main()

* added an assert to remove_magicline() in order to flag a case that
shouldn't happen

* for consistency, the rcfile error messages now refer to pressing Enter
instead of Return

Especially because of the last item, 1.3.10pre2 is available here:

http://www.nano-editor.org/dist/test/nano-1.3.10pre2.tar.gz

Again, please test, and sorry for any inconvenience.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]