summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRocco Rutte <pdmef@gmx.net>2009-08-14 21:29:47 +0200
committerRocco Rutte <pdmef@gmx.net>2009-08-14 21:29:47 +0200
commit3d647ad590e7f935d98059c557fc0367fd06a78c (patch)
tree0bcb0c30d15504efd61dae398cc0ce5fd6268a9d /ChangeLog
parent38869de3980de9a0368dfc1d8c592e3be6352a13 (diff)
Clear last search pattern if it's invalid. Closes #3315.
We keep both, the string version and compiled version around for search-next; however, in case of parsing errors we dropped only the compiled version and not the string one making the code attempting to perform a search using a NULL pattern.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 292d8099..3d60ed75 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2009-08-14 02:44 +0200 Rocco Rutte <pdmef@gmx.net> (053ef7bbaa72)
+
+ * pattern.c: Bail on missing pattern modifiers at end of pattern.
+ Closes #3314.
+
+2009-08-13 23:49 +0200 Rocco Rutte <pdmef@gmx.net> (f8d50e968853)
+
+ * doc/Muttrc.head, doc/manual.xml.head, init.h: Docs: fix
+ typos/style
+
2009-08-11 12:22 -0700 Tomas Hoger <thoger@redhat.com> (dc09812e63a3)
* mutt_ssl.c: Catch SSL null prefix attach (openssl)