diff --git a/Changes b/Changes index e088032..a63e99f 100644 --- a/Changes +++ b/Changes @@ -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) diff --git a/ex_version.c b/ex_version.c index c692aae..cb19944 100644 --- a/ex_version.c +++ b/ex_version.c @@ -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)