From 0db8499b566317acbacff7153dd91cc625808e05 Mon Sep 17 00:00:00 2001 From: Patrick Winnertz Date: Sat, 24 Jan 2009 13:20:48 +0100 Subject: [PATCH] Add changelog entry about the two minor regex fixes --- ChangeLog | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e2f4f413a..8faeea7e2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,10 @@ -2009-01-18 Patrick Winnertz + + * edit/editcmd.c: Fix some issues about regex: + - prevent . to match a newline (\n) + - match from start of line and not from cursor position + +2009-01-18 Patrick Winnertz * edit/editdraw.c: Moved var into if clause as it's only used there