Ignore cscope files
authorBrendan Cully <brendan@kublai.com>
Wed, 4 Apr 2007 23:31:50 +0000 (16:31 -0700)
committerBrendan Cully <brendan@kublai.com>
Wed, 4 Apr 2007 23:31:50 +0000 (16:31 -0700)
.hgignore
ChangeLog

index 751d941735f6f460e5f702bd08c345f733c35ed8..5815c955d949397e379deeac3df90e0e46a37eef 100644 (file)
--- a/.hgignore
+++ b/.hgignore
@@ -33,6 +33,7 @@
 syntax: glob
 .deps
 Makefile
+cscope.*
 *.swp
 *.o
 *.gmo
index 68f6d7e6fa0a27bb1ff0f39adf034d5246cc5abd..271109f70a89948e947fbe65306d3f42b1f48ebf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2007-04-04 11:47 -0700  Brendan Cully  <brendan@kublai.com>  (5e0ea671962d)
+
+       * imap/command.c: Only reset UIDNEXT if new mail has been detected.
+       This prevents mutt from suddenly finding new mail when switching
+       from unknown UIDVALIDITY to known.
+
+2007-04-04 09:37 -0700  Fabian Groffen  <grobian@orakel.ods.org>  (330cb15403f0)
+
+       * configure.ac: Check for Berkeley DB versions 4.4 and 4.5
+
 2007-04-04 01:35 +0200  Christoph Berg  <cb@df7cb.de>  (b841df908929)
 
        * cryptglue.c: Fix typos in CRYPT_BACKEND #ifs.