050225 release

This commit is contained in:
Gunnar Ritter 2005-02-24 23:47:25 +00:00
parent 687283420e
commit 451eeb404b
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
Release ...
Release 2/25/05
* Traditional regular expressions can now be used with multibyte characters.
* When the 'ignorecase' option is toggled, saved regular expressions are now
updated accordingly.
updated accordingly. (P)
* If a line began with a tabulator and another tabulator was inserted with
the cursor located on the first tabulator, the display was not updated
appropriately since the last release (Bugreport by Matthew Fischer). (P)

View File

@ -70,12 +70,12 @@
* OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
* EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
* Sccsid @(#)ex_version.c 1.128 (gritter) 2/20/05
* Sccsid @(#)ex_version.c 1.129 (gritter) 2/25/05
*/
#include "ex.h"
static char *versionstring = "@(#)Version 4.0 (gritter) 2/20/05";
static char *versionstring = "@(#)Version 4.0 (gritter) 2/25/05";
void
printver(void)