From f8ca748ab84ed267aef9a95da5bc709da96af3cd Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Fri, 23 Sep 2011 03:48:21 -0400
Subject: [PATCH] - Fix check if new search value contains old one and previous search was empty in autocomplete

---
 CHANGELOG |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/CHANGELOG b/CHANGELOG
index a7d7522..2ae2c77 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,14 @@
 CHANGELOG Roundcube Webmail
 ===========================
 
+- Fix bug where after delete message rows can be added to the list of another folder (#1487752)
+- Add notice on autocompletion that not all records were displayed
+- Add option 'searchonly' for LDAP address books
+- Add Priority filter to the messages list
+- Cache synchronization using QRESYNC/CONDSTORE
+- Fix locked folder rename option on servers supporting RFC2086 only (#1488089)
+- Trigger 'new_messages' hook for all checked folders (#1488083)
+- Fix session race conditions when composing new messages
 - Fix encoding of LDAP contacts identifiers (#1488079)
 - jQuery 1.6.4
 - Make date/time format user configurable; drop 'date_today' config option
@@ -14,7 +22,6 @@
   Indexes are stored in a separate table, so there's no need to store all messages in a folder
   Added threads data caching
   Flags are stored separately, so flag change doesn't cause DELETE+INSERT, just UPDATE
-- Partial QRESYNC support
 - Improved FETCH response handling
 - Improvements in response tokenization method
 - Use 'From' and 'To' labels instead of 'Sender' and 'Recipient'

--
Gitblit v1.9.1