Merge branch 'mc-4.6'

Conflicts:
	ChangeLog
This commit is contained in:
Patrick Winnertz 2009-01-24 13:22:43 +01:00
commit d61ee8fea8

View File

@ -1,3 +1,8 @@
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-19 Patrick Winnertz <winnie@debian.org>