Add changelog entry about the two minor regex fixes

This commit is contained in:
Patrick Winnertz 2009-01-24 13:20:48 +01:00
parent 88c320822a
commit 0db8499b56

View File

@ -1,4 +1,10 @@
2009-01-18 Patrick Winnertz <winnie@debian.org
2009-01-24 Patrick Winnertz <winnie@debian.org>
* 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 <winnie@debian.org>
* edit/editdraw.c: Moved var into if clause as it's only used
there