[Mew-dist 17904] patch for ccntrib/mew-browse.el and bin/Makefile.w32
Shuichi KITAGUCHI
kit at example.com
2001年 6月 27日 (水) 21:40:32 JST
北口です。
以前の mew-browse.el の修正に不足があったのと、Makefile.w32 に
少し情報を追加するパッチです。
--
Shuichi Kitaguchi // ki at example.com
Index: bin/Makefile.w32
===================================================================
RCS file: /cvsmew/mew/bin/Makefile.w32,v
retrieving revision 1.2
diff -u -r1.2 Makefile.w32
--- bin/Makefile.w32 2001/06/17 06:21:32 1.2
+++ bin/Makefile.w32 2001/06/27 12:35:20
@@ -8,10 +8,9 @@
# Note:
# 1. If you want to use Cygwin, read ../00readme and follow its
# instructionx.
-# 2. You need pre-compiled zlib library package.
-# Please download
-# zlib113.zip, zlib113-w32.zip
-# and put
+# 2. You need pre-compiled and original zlib packages.
+# Please download "zlib113-w32.zip" and original tarball
+# from http://www.gzip.org/zlib/, and put
# zconf.h, zlib.h, zlib.dll, zlibstat.lib
# to suitable directory.
# 2. If you want to use Borland C++ Compiler, you need import library.
Index: contrib/mew-browse.el
===================================================================
RCS file: /cvsmew/mew/contrib/mew-browse.el,v
retrieving revision 1.2
diff -u -r1.2 mew-browse.el
--- contrib/mew-browse.el 2001/05/21 03:37:56 1.2
+++ contrib/mew-browse.el 2001/06/27 12:35:26
@@ -52,6 +52,7 @@
(defvar mew-browse-button [mouse-2] "*Mouse button in message mode."))
(defvar mew-ext-prog-url mew-prog-text/html-ext)
+(defvar mew-ext-prog-url-args nil)
(setq browse-url-browser-function 'mew-browse-url)
Mew-dist メーリングリストの案内