12/1/97 This is the change summary for the NEdit 5.0 MV patch 3. It can be downloaded from: ftp://ftp.rational.com/exchange/outgoing/maxv/nedit/5.0 ftp://ftp.fnal.gov/pub/nedit/v5_0/contrib/max/5.0 Features: Fixes: * Fixed core dump if no pass1 patterns. * Updated the file open read-only logic. If open read/write fails we unconditionally try to open the file read-only instead of only trying read-only if the errno was EACCES. This fixes a bug where you could not view files on a read-only filesystem. * Added EOF and EOS here document, and pod support to the perl patterns. * Updated the sh patterns. * Fixed missing Sh Ksh Bash syntax highlighting patterns. --------- patch3.source: Changes in the source directory --------- file.c * Updated read-only logic. If open read/write fails we unconditionally try to open the file read-only instead of only trying read-only if the errno was EACCES. This fixes a bug where you could not view files on a read-only filesystem. highlight.c * Fixed core dump if no pass1 patterns. highlightData.c * Added EOF and EOS here document, and pod support to the perl patterns. * Updated the sh patterns. preferences.c * Fixed missing Sh Ksh Bash syntax highlighting patterns. I had added them but they were added on VMS instead of not on VMS. textBuf.c * Fixed grammer in comment. textDisp.c * Added call to the unfinishedHighlightCB in measureVisLine if an unfinished style is encountered. * Changed UNFINISHED_STYLE to textD->unfinishedStyle. * Added debugging code if PURIFY is defined. --------- patch3.util: Changes in the util directory --------- ---------------------------------------------------------------------- Max Vohlken Rational Software max.vohlken@rational.com ---------------------------------------------------------------------- Rational Software nor the company formerly known as Pure Atria make no warranty, expressed or implied, or assumes any legal liability or responsibility for the accuracy, completeness, or usefulness of this code.