home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / ncurses-1.9.9e-src.tgz / tar.out / fsf / ncurses / NEWS < prev    next >
Text File  |  1996-09-28  |  24KB  |  520 lines

  1. This is a log of changes that ncurses has gone through since I
  2. started working with Pavel Curtis' original work, pcurses, in 1992:
  3.  
  4. ### ncurses-1.9.8a -> 1.9.9
  5.  
  6. * fixed broken wsyncup()/wysncdown(), as a result wnoutrefresh() now has
  7.   copy-changed-lines behavior.
  8. * added and documented wresize() function.
  9. * more fixes to LOWER-RIGHT corner handling.
  10. * changed the line-breakout optimization code to allow some lines to be
  11.   emitted before the first check.
  12. # added option for tic to use symbolic instead of hard links (for AFS)
  13. * fix to restore auto-wrap mode.
  14. * trace level can be controlled by environment variable.
  15. * better handling of NULs in terminal descriptions.
  16. * improved compatibility with observed SVR4 behavior.
  17. * the refresh behavior of over-lapping windows is now more efficient and
  18.   behaves like SVR4.
  19. * use autoconf 2.7, which results in a working setup for SCO 5.0.
  20. * support for ESCDELAY.
  21. * small fixes for menu/form code.
  22. * the test directory has its own configure.
  23. * fixes to pads when optimizing scrolling.
  24. * fixed several off-by-one bugs.
  25. * fixes for termcap->terminfo translation; less restrictions more correct
  26.   behavior.
  27.   
  28. ### ncurses-1.9.7 -> 1.9.8a
  29.  
  30. * teach infocmp -i to recognize ECMA highlight sequences
  31. * infocmp now dumps all SVr4 termcaps (not just the SVr4 ones) on -C
  32. * support infocmp -RBSD.
  33. * satisfy XSI Curses requirement that every macro be available as a function.
  34. * This represents the last big change to the public interface of ncurses. The
  35.   ABI_VERSION has now been set at 3.0 and should stay there barring any great
  36.   catastrophies or acts of God.
  37. * The C++ has been cleaned up in reaction to the changes to satisfy XSI's
  38.   requirements.
  39. * libncurses now gets linked to libcurses to help seemless emulation 
  40.   (replacement) of a vendor's curses. --disable-overwrite turns this behavior
  41.   off.
  42.  
  43. ### ncurses-1.9.6 -> 1.9.7
  44.  
  45. * corrected return values of setupterm()
  46. * Fixed some bugs in tput (it does padding now)
  47. * fixed a bug in tic that made it do the wrong thing on entries with more than
  48.   one `use' capability.
  49. * corrected the screen-size calculation at startup time to alter the
  50.   numeric capabilities as per SVr4, not just LINES and COLS.
  51. * toe(1) introduced; does what infocmp -T used to.
  52. * tic(1) can now translate AIX box1 and font[0123] capabilities.
  53. * tic uses much less core, the dotic.sh kluge can go away now.
  54. * fix read_entry() and write_entry() to pass through cancelled capabilities OK.
  55. * Add $HOME/.terminfo as source/target directory for terminfo entries.
  56. * termcap compilation now automatically dumps an entry to $HOME/.terminfo.
  57. * added -h option to toe(1).
  58. * added -R option to tic(1) and infocmp(1).
  59. * added fallback-entry-list feature.
  60. * added -i option to infocmp(1).
  61. * do a better job at detecting if we're on SCO.
  62.  
  63. ### ncurses-1.9.5 -> 1.9.6
  64.  
  65. * handling of TERMCAP environment variables now works correctly.
  66. * various changes to shorten termcap translations to less that 1024 chars.
  67. * tset(1) added
  68. * mouse support for xterm.
  69. * most data tables are now const and accordingly live in shareable text space.
  70. * Obey the XPG4/SVr4 practice that echo() is initally off.
  71. * tic is much better at translating XENIX and AIX termcap entries now.
  72. * tic can interpret ko capabilities now.
  73. * integrated Juergen Pfeifer's forms library.
  74. * taught write_entry() how not to write more than it needs to; this change
  75.   reduces the size of the terminfo tree by a full 26%!
  76. * infocmp -T option added.
  77. * better warnings about historical tic quirks from tic.
  78.  
  79. ### ncurses 1.9.4 -> 1.9.5
  80.  
  81. * menus library is now included with documentation.
  82. * lib_mvcur has been carefully profiled and tuned.
  83. * Fixed a ^Z-handling bug that was tanking lynx(1).
  84. * HJ Lu's patches for ELF shared libraries under Linux
  85. * terminfo.src 9.8.2
  86. * tweaks for compiling in seperate directories.
  87. * Thomas Dickey's patches to support NeXT's brain-dead linker
  88. * Eric Raymond's patches to fix problems with long termcap entries.
  89. * more support for shared libraries under SunOS and IRIX.
  90.  
  91. ### ncurses 1.9.3 -> 1.9.4
  92.  
  93. * fixed an undefined-order-of-evaluation bug in lib_acs.c
  94. * systematically gave non-API public functions and data an _nc_ prefix.
  95. * integrated Juergen Pfeifer's menu code into the distribution.
  96. * totally rewrote the knight test game's interface
  97.  
  98. ### ncurses 1.9.2c -> 1.9.3
  99.  
  100. * fixed the TERMCAP_FILE Support.
  101. * fixed off-by-one errors in scrolling code
  102. * added tracemunch to the test tools
  103. * took steps to cut the running time of make install.data
  104.  
  105. ### ncurses 1.9.2c -> 1.9.2d
  106.  
  107. * revised 'configure' script to produce libraries for normal, debug,
  108.   profile and shared object models. 
  109.  
  110. ### ncurses 1.9.1 -> 1.9.2
  111.  
  112. * use 'autoconf' to implement 'configure' script.
  113. * panels support added
  114. * tic now checks for excessively long termcap entries when doing translation
  115. * first cut at eliminating namespace pollution.
  116.  
  117. ### ncurses 1.8.9 -> 1.9
  118.  
  119. * cleanup gcc warnings for the following: use size_t where 'int' is not
  120.   appropriate, fixed some shadowed variables, change attr_t to compatible with
  121.   chtype, use attr_t in some places where it was confused with 'int'.
  122. * use chtype/attr_t casts as appropriate to ensure portability of masking
  123.   operations.
  124. * added-back waddchnstr() to lib_addstr.c (it had been deleted).
  125. * supplied missing prototypes in curses.h
  126. * include <termcap.h> in lib_termcap.c to ensure that the prototypes
  127.   are consistent (they weren't).
  128. * corrected prototype of tputs in <termcap.h>
  129. * rewrote varargs parsing in lib_tparm.c (to avoid referencing memory
  130.   that may be out of bounds on the stack) -- Purify found this.
  131. * ensure that TRACE is defined in lib_trace.c (to solve prototype
  132.   warnings from gcc).
  133. * corrected scrolling-region size in 'mvcur_wrap()'
  134. * more spelling fixes
  135. * use 'calloc()' to allocate WINDOW struct in lib_newwin.c (Purify).
  136. * set default value for SP->_ofp in lib_set_term.c (otherwise SunOS dumps
  137.   core in init_acs()).
  138. * include <errno.h> in write_entry.c (most "braindead" includes declare errno
  139.   in that file).
  140.  
  141. ### ncurses 1.8.8 -> 1.8.9
  142.  
  143. * compile (mostly) clean with gcc 2.5.8 -Wall -Wstrict-prototypes
  144.   -Wmissing-prototypes -Wconversion and using __attribute__ to flush out
  145.   non-portable use of "%x" for pointers, or for chtype data (which is declared
  146.   as a long).
  147. * modified doupdate to ensure that typahead was turned on before attempting
  148.   select-call (otherwise, some implementations hang).
  149. * added trace mask TRACE_FIFO, use this in lib_getch.c to allow finer
  150.   resolution of traces.
  151. * improved bounds checking on several critical functions.
  152. * the data directory has been replaced by the new master terminfo file.
  153. * -F file-comparison option added to infocmp.
  154. * compatibility with XSI Curses is now documented in the man bages.
  155. * wsyncup/wsyncdown functions are reliable now; subwindow code in general
  156.   is much less flaky.
  157. * capabilities ~msgr, tilde_glitch, insert_padding, generic_type, no_pad_char,
  158.   memory_above, memory_below, and hard_copy are now used properly.
  159. * cursor-movement optimization has been completely rewritten.
  160. * vertical-movement optimization now uses hardware scrolling, il, dl.
  161.  
  162. ### ncurses 1.8.7 -> 1.8.8
  163. * untic no longer exists, infocmp replaces it.
  164. * tic can understand termcap now, especially if it is called captoinfo.
  165. * The Linux Standard Console terminfo entry is called linux insead of console.
  166.   It also uses the kernel's new method of changing charsets.
  167. * initscr() will EXIT upon error (as the docs say) This wil mostly happen if
  168.   you try to run on an undefined terminal.
  169. * I can get things running on AIX but tic can't compile terminfo. I have to
  170.   compile entries on another machine. Volunteers to hunt this bug are welcome.
  171. * wbkgd() and wbkgdset() can be used to set a windows background to color.
  172.   wclear()/werase() DO NOT use the current attribute to clear the screen.
  173.   This is the way SVR4 curses works. PDCurses 2.1 is broken in this respect,
  174.   though PDCurses 2.2 has been fixed.
  175. * cleaned up the test/ directory.    
  176. * test/worm will segfault after quite a while.
  177. * many spelling corrections courtesy of Thomas E. Dickey 
  178.  
  179. ### ncurses 1.8.6 -> 1.8.7
  180. * cleaned up programs in test/ directory.
  181. * fixed wbkgdset() macro.
  182. * modified getstr() to stop it from advancing cursor in noecho mode.
  183. * modified linux terminfo entry to work with the latest kernel to get
  184.   the correct alternate character set.
  185. * also added a linux-mono entry for those running on monochrome screens.
  186. * changed initscr() so that it behaves like the man page says it does.
  187.   this fixes the problem with programs in test/ crashing with SIGSEV if
  188.   a terminal is undefined.
  189. * modified addch() to avoid using any term.h #define's
  190. * removed duplicate tgoto() in lib_tparm.c
  191. * modified dump_entry.c so that infocmp deals correctly with ',' in acsc
  192. * modified delwin() to correctly handle deleting subwindows.
  193. * fixed Makefile.dist to stop installing an empty curses.h
  194. * fixed a couple of out-of-date notes in man pages.
  195.  
  196. ### ncurses 1.8.5 -> 1.8.6
  197. * Implemented wbkgd(), bkgd(), bkgdset(), and wbkgdset().
  198. * The handling of attributes has been improved and now does not turn off color
  199.   if other attributes are turned off.
  200. * scrolling code is improved. Scrolling in subwindows is still broken.
  201. * Fixes to several bugs that manifest them on platforms other than Linux. 
  202. * The default to meta now depends on the status of the terminal when ncurses
  203.   is started.
  204. * The interface to the tracing facility has changed.  Instead of the pair of
  205.   functions traceon() and traceoff(), there is just one function trace() which
  206.   takes a trace mask argument.  The trace masks, defined in curses.h, are
  207.   as follows:
  208.  
  209.     #define TRACE_DISABLE    0x00    /* turn off tracing */
  210.     #define TRACE_ORDINARY    0x01    /* ordinary trace mode */
  211.     #define TRACE_CHARPUT    0x02    /* also trace all character outputs */
  212.     #define TRACE_MAXIMUM    0x0f    /* maximum trace level */
  213.  
  214.   More trace masks may be added, or these may be changed, in future releases.
  215. * The pad code has been improved and the pad test code in test/ncurses.c has 
  216.   been improved.
  217. * The prototype ansi entry has been changed to work with a wider variety
  218.   of emulators.
  219. * Fix to the prototype ansi entry that enables it to work with PC emulators
  220.   that treat trailing ";m" in a highlight sequence as ";0m"; this doesn't
  221.   break operation with any emulators.
  222. * There are now working infocmp, captoinfo, tput, and tclear utilities.
  223. * tic can now compile entries in termcap syntax.
  224. * Core-dump bug in pnoutrefresh fixed.
  225. * We now recognize and compile all the nonstandard capabilities in Ross
  226.   Ridge's mytinfo package (rendering it obsolete).
  227. * General cleanup and documentation improvements.
  228. * Fixes and additions to the installation-documentation files.
  229. * Take cursor to normal mode on endwin.
  230.  
  231. ### ncurses 1.8.4 -> 1.8.5
  232. * serious bugs in updating screen which caused erratic non-display,
  233.   fixed.
  234. * fixed initialization for getch() related variable which cause
  235.   unpredictable results.
  236. * fixed another doupdate bug which only appeared if you have
  237.   parm_char.
  238. * implemented redrawln() and redrawwin().
  239. * implemented winsnstr() and related functions.
  240. * cleaned up insertln() and deleteln() and implemented (w)insdeln().
  241. * changed Makefile.dist so that installation of man pages will
  242.   take note of the terminfo directory.
  243. * fixed Configure (removed the mysterious 'X').
  244. * Eric S. Raymond fixed the script.* files so that they work with
  245.   stock awk.
  246.  
  247. #### ncurses 1.8.3 -> 1.8.4 #### ####
  248. * fixed bug in refreshing the screen after return from shell_mode.
  249.   There are still problems but they don't manifest themselves on
  250.   my machine (Linux 0.99.14f).
  251. * added wgetnstr() and modified things accordingly.
  252. * fixed the script.src script.test to work with awk not just gawk.
  253. * Configure can now take an argument of the target system.
  254. * added test/ncurses.c which replaces several other programs and
  255.   performs more testing.
  256. [Thanks to Eric S Raymond for the last 4]
  257. * more fixes to lib_overlay.c and added test/over.c to illustrate
  258.   how it works.
  259. * fixed ungetch() to take int instead of ch.
  260. * fixes to cure wgetch() if flushinp() is called.
  261.  
  262. One note I forgot to mention in 1.8.3 is that tracing is off by
  263. default starting in the version. If you want tracing output, put
  264. traceon(); in your code and link with -ldcurses.
  265.  
  266. #### ncurses 1.8.2 -> ncurses 1.8.3 #### ####
  267. MAJOR CHANGES:
  268. 1) The order of capabilities has been changed in order to achieve
  269. binary compatibility with SVR4 terminfo database. This has the
  270. unfortunate effect of breaking application currently linked with
  271. ncurses. To ensure correct behavior, recompile all such programs.
  272. Most programs using color or newer capabilities will break, others
  273. will probably continue to work ok.
  274.  
  275. 2) Pavel Curtis has renounced his copyright to the public domain. 
  276. This means that his original sources (posted to comp.sources.unix,
  277. volume 1) are now in the public domain.  The current sources are
  278. NOT in the public domain, they are copyrighted by me.  I'm
  279. entertaining ideas on what the new terms ncurses is released under.
  280.  
  281. 3) Eric S. Raymond has supplied a complete set of man pages for
  282. ncurses in ?roff format. They will eventually replace most of the 
  283. current docs. Both sets are included in this release.
  284.  
  285. Other changes and notes from 1.8.2 include:
  286. * SIGSEGV during scrolling no longer occurs.
  287. * Other problems with scrolling and use of idl have been corrected.
  288. * lib_getch.c has been re-written and should perform flawlessly.
  289.   please use test/getch.c and any other programs to test this.
  290. * ripoffline() is implemented (Thanks to Eric) and slk_ functions
  291.   changed accordingly.
  292. * I've added support for terminals that scroll if you write in the
  293.   bottom-right corner.
  294. * fixed more bugs in pads code. If anybody has a program that uses
  295.   pads I'd love a copy.
  296. * correct handling for terminal with back_color_erase capability
  297.   (such as Linux console, and most PC terminals)
  298. * ^Z handling apparently didn't work (I should never trust code
  299.   sent me to me without extensive testing). It now seems to be
  300.   fixed. Let me know if you have problems.
  301. * I've added support for Apollo and NeXT, but it may still be
  302.   incomplete, especially when dealing with the lack of POSIX
  303.   features.
  304. * scrolling should be more efficient on terminals with idl
  305.   capabilities. Please see src/lib_scroll.c for more notes.
  306. * The line drawing routines were offset by 1 at both ends. This
  307.   is now fixed.
  308. * added a few missing prototypes and macros (e.g. setterm())
  309. * fixed code in src/lib_overlay.c which used to crash.
  310. * added a few more programs in test/ The ones from the PDCurses
  311.   package are useful, especially if you have SVR4 proper. I'm
  312.   interested in the results you get on such a systems (Eric? ;-).
  313.   They already exposed certain bugs in ncurses.
  314. * See src/README for porting notes.
  315. * The C++ code should really replace ncurses.h instead of working
  316.   around it. It should avoid name-space clashes with nterm.h (use
  317.   rows instead of lines, etc.)
  318. * The C++ should compile ok. I've added explicit rules to the
  319.   Makefile because no C++ defaults are documented on the suns.
  320. * The docs say that echo() and nocbreak() are mutually exclusive.
  321.   At the moment ncurses will switch to cbreak() if the case above
  322.   occurs. Should it continue to do so? How about echo() and noraw()?
  323. * PDCurses seem to assume that wclear() will use current attribute
  324.   when clearing the screen. According to Eric this is not the case
  325.   with SVR4.
  326. * I have discovered, to my chagrin, SunOS 4.x (and probably other systems)
  327.   * doesn't have vsscanf and God knows what else!  I've will do a vsscanf().
  328. * I've also found out that the src/script.* rely on gawk and will not
  329.   work with stock awk or even with nawk. Any changes are welcome.
  330. * Linux is more tolerant of NULL dereferences than most systems. This
  331.   fact was exposed by hanoi. 
  332. * ncurses still seems inefficient in drawing the screen on a serial
  333.   link between Linux and suns. The padding may be the culprit.
  334. * There seems to be one lingering problem with doupdate() after shelling
  335.   out. Despite the fact the it is sending out the correct information
  336.   to the terminal, nothing takes effect until you press ^L or another
  337.   refresh takes place. And yes, output does get flushed.
  338.  
  339. #### ncurses 1.8.1 -> ncurses 1.8.2 #### Nov 28, 1993 ####
  340.  
  341. * added support for SVR4 and BSDI's BSD/386.
  342. * major update and fix to scrolling routine.
  343. * MORE fixes to stuff in lib_getch.c.
  344. * cleaned-up configuration options and can now generate
  345.     Config.* files through an awk script.
  346. * changed setupterm() so it can be called more than once,
  347.     add added set_curterm(), del_curterm().
  348. * a few minor cleanups.
  349. * added more prototypes in curses.h
  350.  
  351. #### ncurses 1.8 -> ncurses 1.8.1 #### Nov 4, 1993 ####
  352.  
  353. * added support for NeXTStep 3.0
  354. * added termcap emulation (not well tested).
  355. * more complete C++ interface to ncurses.
  356. * fixed overlay(), overwrite(), and added copywin().
  357. * a couple of bug fixes.
  358. * a few code cleanups.
  359.  
  360. #### ncurses 0.7.2/0.7.3 -> ncurses 1.8 #### Aug 31, 1993 ####
  361.  
  362. * The annoying message "can't open file." was due to missing
  363.   terminfo entry for the used terminal. It has now been
  364.   replaced by a hopefully more helpful message.
  365. * Problems with running on serial lines are now fixed.
  366. * Added configuration files for SunOS, Linux, HP/UX, Ultrix,
  367.   386bsd/BSDI (if you have others send'em to me)
  368. * Cleaner Makefile.
  369. * The documentation in manual.doc is now more uptodate.
  370. * update optimization and support for hp terminals, and 386bsd
  371.   console driver(s).
  372. * mvcur optimization for terminals without cursor addressing
  373.   (doesn't work on Linux)
  374. * if cursor moved since last update, getch() will refresh the
  375.   screen before working.
  376. * getch() & alarm() can now live together. in 0.7.3 a signal
  377.   interrupted getch() (bug or feature?) now the getch is
  378.   restarted.
  379. * scanw() et all were sick, now fixed.
  380. * support for 8-bit input (use meta()).
  381. * added default screen size to all terminfos.
  382. * added c++ Ncursesw class.
  383. * several minor bug fixes.
  384.  
  385. #### ncurses 0.7.2 -> ncurses 0.7.3 #### May 27, 1993 ####
  386.  
  387. * Config file to cope with different platforms (386BSD, BSDI, Ultrix, SunOS)
  388. * more fixes to lib_getch.c
  389. * changes related to Config
  390.  
  391. #### ncurses 0.7 -> ncurses 0.7.2 #### May 22, 1993 ####
  392.  
  393. * docs updated slightly (color usage is now documented).
  394. * yet another fix for getch(), this one fixes problems with ESC being swallowed
  395.   if another character is typed before the 1 second timeout.
  396. * Hopefully, addstr() and addch() are 8-bit clean.
  397. * fixed lib_tparm.c to use stdarg.h (should run on suns now)
  398. * order of capabilities changed to reflect that specified in SYSV
  399.   this will allow for binary-compatibility with existing terminfo dbs.
  400. * added halfdelay()
  401. * fixed problems with asc_init()
  402. * added A_PROTECT and A_INVIS
  403. * cleaned up vidputs()
  404. * general cleanup of the code
  405. * more attention to portability to other systems
  406. * added terminfos for hp70092 (wont work until changes to lib_update.c are
  407.   made) and 386BSD pcvt drivers.
  408.  
  409. Thanks to Hellmuth Michaelis for his help.
  410. optimization code is slated for the next major release, stay tuned!
  411.  
  412. #### ncurses 0.6/0.61 -> ncurses 0.7 #### April 1, 1993
  413. Please note that the next release will be called 1.8. If you want to know about
  414. the rationale drop me a line.
  415.  
  416. Included are several test programs in test/.
  417. I've split up the panels library, reversi, tetris, sokoban. They are now
  418. available separately from netcom.com:pub/zmbenhal/
  419.  
  420. * color and ACS support is now fully compatible with SYSV at the terminfo
  421.   level.
  422. * Capabilities now includes as many SYSV caps I could find.
  423. * tigetflag,tigetnum,tigetstr functions added.
  424. * boolnames, boolfnames, boolcodes numnames, numfnames, numcodes,
  425.   strnames, strfnames, strcodes arrays are now added.
  426. * keyname() is added.
  427. * All function keys can be defined in terminfo entries.
  428. * fixed lin_tparm.c to behave properly.
  429. * terminfo entries for vt* and xterm are included (improvements are welcome)
  430. * more automation in handling caps and keys.
  431. * included fixes from 0.6.1
  432. * added a few more missing functions.
  433. * fixed a couple of minor bugs.
  434. * updated docs JUST a little (still miles behind in documenting the newer
  435.     features).
  436.  
  437. #### ncurses 0.6 -> ncurses 0.61 ####
  438.  
  439. 1) Included the missing data/console.
  440.  
  441. 2) allow attributes when drawing boxes.
  442.  
  443. 3) corrected usage of win->_delay value.
  444.  
  445. 4) fixed a bug in lib_getch.c. if it didn't recognize a sequence it would
  446.     simply return the last character in the sequence. The correct
  447.     behavior is to return the entire sequence one character at a time.
  448.  
  449. #### ncurses0.5 -> ncurses0.6 #### March 1, 1993 ####
  450. * removed _numchngd from struct _win_st and made appropriate changes.
  451. * rewritten kgetch() to remove problems with interaction between alarm and 
  452.   read(). It caused SIGSEGV every now and then.
  453. * fixed a bug that miscounted the numbers of columns when updating.
  454.   (in lib_doupdate.c(ClrUpdate() -- iterate to columns not columns-1)
  455. * fixed a bug that cause the lower-right corner to be incorrect.
  456.   (in lib_doupdate.c(putChar() -- check against columns not columns-1)
  457. * made resize() and cleanup() static to lib_newterm.c
  458. * added notimeout().
  459. * added timeout() define in curses.h
  460. * added more function prototypes and fixed napms.
  461. * added use_env().
  462. * moved screen size detection to lib_setup.c.
  463. * fixed newterm() to confirm to prototype.
  464. * removed SIGWINCH support as SYSV does not define its semantics.
  465. * cleaned-up lib_touch.c
  466. * added waddnstr() and relatives.
  467. * added slk_* support.
  468. * fixed a bug in wdeleteln().
  469. * added PANEL library.
  470. * modified Makefile for smoother installation.
  471. * terminfo.h is really term.h
  472.  
  473. #### ncurses 0.4 -> ncurses 0.5 #### Feb 14, 1993 ####
  474. * changed _win_st structure to allow support for missing functionality.
  475. * Addition of terminfo support for all KEY_*.
  476. * Support for nodelay(), timeout(), notimeout().
  477. * fixed a bug with the keypad char reading that did not return ESC until
  478.   another key is pressed.
  479. * nl mapping no longer occur on output (as should be)
  480.   fixed bug '\n' no causing a LF.
  481. * fixed bug that reset terminal colors regardless of whether we use color
  482.   or not.
  483. * Better support for ACS (not quite complete).
  484. * fixed bug in wvline().
  485. * added curs_set().
  486. * changed from signal() to sigaction().
  487. * re-included the contents of important.patch into source.
  488.  
  489. #### ncurses 0.3 -> ncurses 0.4 #### Feb 3, 1993 ####
  490. * Addition of more KEY_* definitions.
  491. * Addition of function prototypes.
  492. * Addition of several missing functions.
  493. * No more crashes if screen size is undefined (use SIGWINCH handler).
  494. * added a handler to cleanup after SIGSEGV (hopefully never needed).
  495. * changed SRCDIR from /etc/term to /usr/lib/terminfo.
  496. * renamed compile/dump to tic/untic.
  497. * New scrolling code.
  498. * fixed bug that reversed the sense of nl() and nonl().
  499.  
  500. #### ncurses 0.2 -> ncurses 0.3  #### Jan 20, 1993 ####
  501. * more support for color and graphics see test/ for examples.  
  502. * fixed various files to allow correct update after shelling out.
  503. * more fixes for updates.
  504. * no more core dumps if you don't have a terminfo entry.
  505. * support for LINES and COLUMNS environment variables.
  506. * support for SIGWINCH signal.
  507. * added a handler for SIGINT for clean exits.
  508.  
  509. #### ncurses 0.1 -> ncurses 0.2 #### Aug 14, 1992 ####
  510. * support for color.
  511. * support for PC graphic characters.
  512. * lib_trace.c updated to use stdarg.h and vprintf routines.
  513. * added gdc.c (Great Digital Clock) as an example of using color.
  514.  
  515. #### ncurses -> ncurses 0.1 #### Jul 31, 1992 ####
  516. * replacing sgtty stuff by termios stuff.
  517. * ANSIfication of some functions.
  518. * Disabling cost analysis 'cause it's incorrect.
  519. * A quick hack for a terminfo entry.
  520.