git.fiddlerwoaroof.com
Browse code

2006-01-05 Kevin Layer <layer@gemini>

layer authored on 05/01/2006 22:28:42
Showing 2 changed files
... ...
@@ -1,3 +1,7 @@
1
+2006-01-05  Kevin Layer  <layer@gemini>
2
+
3
+	* imap.cl: add defpatch for 7.0
4
+
1 5
 2005-02-15  Kevin Layer  <layer@gemini>
2 6
 
3 7
 	* smtp.cl: bug15190: from jkf: fix nameserver lookup if *dns-mode*
... ...
@@ -1,3 +1,9 @@
1
+#+(version= 7 0)
2
+(sys:defpatch "smtp" 1
3
+  "fix nameserver lookup if *dns-mode* is just :clib"
4
+  :type :system
5
+  :post-loadable t)
6
+
1 7
 ;; -*- mode: common-lisp; package: net.post-office -*-
2 8
 ;;
3 9
 ;; imap.cl
... ...
@@ -17,7 +23,7 @@
17 23
 ;; merchantability or fitness for a particular purpose.  See the GNU
18 24
 ;; Lesser General Public License for more details.
19 25
 ;;
20
-;; $Id: imap.cl,v 1.27 2005/08/03 05:17:29 layer Exp $
26
+;; $Id: imap.cl,v 1.28 2006/01/05 22:28:42 layer Exp $
21 27
 
22 28
 ;; Description:
23 29
 ;;- This code in this file obeys the Lisp Coding Standard found in