[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

nnimap 0.96 -> 0.97 patches



Index: nnimap/ChangeLog
diff -c nnimap/ChangeLog:1.190 nnimap/ChangeLog:1.191
*** nnimap/ChangeLog:1.190	Fri Mar 26 14:32:45 1999
--- nnimap/ChangeLog	Fri Mar 26 16:05:20 1999
***************
*** 1,3 ****
--- 1,9 ----
+ 1999-03-27  Simon Josefsson  <jas@pdc.kth.se>
+ 
+ 	* nnimap 0.97 released.
+ 
+ 	* Makefile (ssl.elc): Load base64.
+ 
  1999-03-26  Simon Josefsson  <jas@pdc.kth.se>
  
  	* nnimap 0.96 released.
Index: nnimap/Makefile
diff -c nnimap/Makefile:1.18 nnimap/Makefile:1.19
*** nnimap/Makefile:1.18	Fri Mar 26 14:06:02 1999
--- nnimap/Makefile	Fri Mar 26 15:44:05 1999
***************
*** 18,24 ****
  	$(ELCC) -f batch-byte-compile base64.el
  
  ssl.elc: base64.elc ssl.el
! 	$(ELCC) -f batch-byte-compile ssl.el
  
  imap.elc: rfc2104.elc base64.elc md5.elc ssl.elc imap.el
  	$(ELCC) $(GNUS) -l base64.elc -l md5.elc -l rfc2104.elc -f batch-byte-compile imap.el
--- 18,24 ----
  	$(ELCC) -f batch-byte-compile base64.el
  
  ssl.elc: base64.elc ssl.el
! 	$(ELCC) -l base64.elc -f batch-byte-compile ssl.el
  
  imap.elc: rfc2104.elc base64.elc md5.elc ssl.elc imap.el
  	$(ELCC) $(GNUS) -l base64.elc -l md5.elc -l rfc2104.elc -f batch-byte-compile imap.el
Index: nnimap/nnimap.el
diff -c nnimap/nnimap.el:1.136 nnimap/nnimap.el:1.137
*** nnimap/nnimap.el:1.136	Fri Mar 26 14:32:18 1999
--- nnimap/nnimap.el	Fri Mar 26 16:04:46 1999
***************
*** 93,99 ****
  
  (nnoo-declare nnimap)
  
! (defconst nnimap-version "nnimap 0.96")
  
  ;; Splitting variables
  
--- 93,99 ----
  
  (nnoo-declare nnimap)
  
! (defconst nnimap-version "nnimap 0.97")
  
  ;; Splitting variables