debian/0000755000000000000000000000000012257036320007166 5ustar debian/dirs.in0000644000000000000000000000020111114341072010442 0ustar usr/share/emacs/site-lisp/w3m/attic usr/share/emacs/site-lisp/w3m/shimbun usr/share/pixmaps/w3m-el/small usr/share/doc/@PACKAGE@ debian/emacsen-startup.in0000644000000000000000000000224111114750661012632 0ustar ;;; 50@PACKAGE@.el --- Debian @PACKAGE@ startup file -*-mode: emacs-lisp;-*- (let* ((pkg "@PACKAGE@") (pkg-sname "w3m") (flavor-name (if (boundp 'debian-emacs-flavor) (symbol-name debian-emacs-flavor) "emacs")) (pkg-inst (concat "/usr/lib/emacsen-common/packages/install/" pkg)) (elc-dir (concat "/usr/share/" flavor-name "/site-lisp/" pkg-sname))) (when (and (file-exists-p elc-dir) (file-exists-p pkg-inst)) (when (and (not (featurep 'mule)) (file-exists-p (concat elc-dir "/nomule"))) (setq elc-dir (concat elc-dir "/nomule"))) (if (fboundp 'debian-pkg-add-load-path-item) (progn (debian-pkg-add-load-path-item (concat elc-dir "/shimbun")) (debian-pkg-add-load-path-item elc-dir)) (setq load-path (cons (concat elc-dir "/shimbun") load-path)) (setq load-path (cons elc-dir load-path))) ;; (if (featurep 'xemacs) (setq w3m-icon-directory "/usr/share/pixmaps/w3m-el") (setq w3m-icon-directory "/usr/share/pixmaps/w3m-el/small")) (if (file-exists-p (concat elc-dir "/w3m-load.el")) (require 'w3m-load)) ;; )) ;;; 50@PACKAGE@.el ends here debian/compat0000644000000000000000000000000211112134211010347 0ustar 7 debian/rules0000755000000000000000000000551611621656735010271 0ustar #!/usr/bin/make -f #export DH_VERBOSE=1 PACKAGE=`cat debian/PACKAGE` PKGSNAME=w3m PKGSNAME2=w3m-el configure: configure-stamp configure-stamp: dh_testdir [ -f configure ] || touch configure [ -f configure.ORIG ] || mv configure configure.ORIG autoconf ./configure --prefix=/usr grep '^Package: ' debian/control | head -1 | sed -e "s/^Package: //g" > debian/PACKAGE sed -e "s/@PACKAGE@/$(PACKAGE)/g" debian/README.Debian.in > debian/README.Debian sed -e "s/@PACKAGE@/$(PACKAGE)/g" debian/dirs.in > debian/dirs sed -e "s/@PACKAGE@/$(PACKAGE)/g" debian/emacsen-install.in > debian/emacsen-install sed -e "s/@PACKAGE@/$(PACKAGE)/g" debian/emacsen-remove.in > debian/emacsen-remove sed -e "s/@PACKAGE@/$(PACKAGE)/g" debian/emacsen-startup.in > debian/emacsen-startup touch $@ build-indep: configure-stamp build-indep-stamp build-indep-stamp: dh_testdir $(MAKE) info touch $@ build-arch: build: build-indep build-arch clean: dh_testdir dh_testroot rm -f build*-stamp configure-stamp debian/PACKAGE debian/README.Debian debian/dirs debian/emacsen-install debian/emacsen-remove debian/emacsen-startup if [ -f config.status ] && [ -f Makefile ]; then $(MAKE) distclean; fi rm -f doc/version.texi rm -rf autom4te*.cache if [ -f configure.ORIG ]; then rm -f configure; mv configure.ORIG configure; fi [ -s configure ] || rm -f configure dh_clean install: build-indep dh_testdir dh_testroot dh_prep dh_installdirs for f in ChangeLog.* shimbun/ChangeLog*; do \ if [ -f "$$f" ]; then \ f2=`echo "$$f" | sed 's!/!.!g'`; \ install -m 644 "$$f" "$(CURDIR)/debian/$(PACKAGE)/usr/share/doc/$(PACKAGE)/$$f2"; \ fi; \ done if [ -f "$$f" ]; then \ install -m 644 "$$f" $(CURDIR)/debian/$(PACKAGE)/usr/share/pixmaps/$(PKGSNAME2); \ fi; \ install -m 644 *.el $(CURDIR)/debian/$(PACKAGE)/usr/share/emacs/site-lisp/$(PKGSNAME) install -m 644 attic/*.el $(CURDIR)/debian/$(PACKAGE)/usr/share/emacs/site-lisp/$(PKGSNAME)/attic install -m 644 shimbun/*.el $(CURDIR)/debian/$(PACKAGE)/usr/share/emacs/site-lisp/$(PKGSNAME)/shimbun for f in icons30/*.gif icons30/*.png icons30/*.xpm; do \ if [ -f "$$f" ]; then \ install -m 644 "$$f" $(CURDIR)/debian/$(PACKAGE)/usr/share/pixmaps/$(PKGSNAME2); \ fi; \ done for f in icons/*.gif icons/*.png icons/*.xpm; do \ if [ -f "$$f" ]; then \ install -m 644 "$$f" $(CURDIR)/debian/$(PACKAGE)/usr/share/pixmaps/$(PKGSNAME2)/small; \ fi; \ done binary-indep: install dh_testdir dh_testroot dh_installdocs dh_installexamples debian/dot.w3m* dh_installemacsen dh_installinfo doc/emacs-w3m.info* doc/emacs-w3m-ja.info* dh_installchangelogs ChangeLog dh_link dh_compress --exclude=.el dh_fixperms dh_installdeb dh_gencontrol dh_md5sums dh_builddeb binary-arch: binary: binary-indep binary-arch .PHONY: build-indep build-arch build clean binary-indep binary-arch binary install configure debian/dot.w3m-hnf-mode.el0000644000000000000000000000057310674231154012506 0ustar ; from TIPS.ja ; with this elisp, you can browse latest diary by C-c C-b in hnf-mode (defun w3m-hnf-browse-url-w3m (url &optional new-window) (interactive (browse-url-interactive-arg "URL: ")) (save-selected-window (pop-to-buffer (get-buffer-create "*w3m*")) (w3m-browse-url url new-window))) (setq hnf-browse-url-browser-function (function w3m-hnf-browse-url-w3m)) debian/copyright0000644000000000000000000001112312141743750011123 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: emacs-w3m Upstream-Contact: emacs-w3m development team Source: http://emacs-w3m.namazu.org/ Files: * Copyright: 2000-2012, TSUCHIYA Masatoshi License: GPL-2+ License: GPL-2+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version. . On Debian systems, the complete text of the GNU General Public License version 2 can be found in `/usr/share/common-licenses/GPL-2'. Files: bookmark-w3m.el Copyright: 2010, Masatake YAMATO 1993-2010, Free Software Foundation, Inc. License: GPL-3+ Most of all codes are derived from man.el of GNU Emacs. So the same license of man.el is applied to this software. . GNU Emacs is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. . On Debian systems, the complete text of the GNU General Public License version 3 can be found in `/usr/share/common-licenses/GPL-3'. Files: shimbun/* Copyright: 2001-2012, Yuuichi Teranishi 2000-2012, TSUCHIYA Masatoshi 2001-2012, Katsumi Yamaoka 2004-2011, Tsuyoshi CHO 2001-2011, NAKAJIMA Mikio 2001-2012, Koichiro Ohba 2001-2011, ARISAWA Akihiro 2001-2011, Kazuyoshi KOREEDA 2008-2010, David Engster 2004-2010, Andreas Seltenreich 2004-2010, S V N Vishwanathan 2004-2009, David Hansen 2001-2008, MIYOSHI Masanori 2001-2007, OHASHI Akira 2001-2007, ABE Yasushi 2005-2006, Matthew P. Hodges 2002-2006, Yoichi NAKAYAMA 2004-2005, Felix E. Klee 2002-2005, NOKUBI Takatsugu 2002-2005, Masamichi Goudge M.D. 2001-2005, (not 1) 2002-2004, Hidetaka Iwai 2001-2003, Tatsuya Ichikawa 2002-2003, Free Software Foundation, Inc. License: GPL-2+ Files: w3m-symbol.el Copyright: 2002-2009, ARISAWA Akihiro License: GPL-2+ Files: octet.el Copyright: 2000-2010, Yuuichi Teranishi License: GPL-2+ Files: attic/rfc2368.el doc/txi-en.tex Copyright: 1998-2006, Free Software Foundation, Inc. License: GPL-2+ Files: doc/ptexinfmt.el Copyright: 1985-1997, Free Software Foundation, Inc. 1999, Yoshiki Hayashi 2000-2002, TAKAHASHI Kaoru License: GPL-2+ Files: doc/texinfo.tex Copyright: 1985-2004, Free Software Foundation, Inc. License: GPL-2+ with Texinfo exception This texinfo.tex file is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version. . On Debian systems, the complete text of the GNU General Public License version 2 can be found in `/usr/share/common-licenses/GPL-2'. . As a special exception, when this file is read by TeX when processing a Texinfo source document, you may use the result without restriction. (This has been our intent since Texinfo was invented.) Files: install-sh Copyright: 1991, the Massachusetts Institute of Technology License: Permission to use, copy, modify, distribute, and sell this software and its documentation for any purpose is hereby granted without fee, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation, and that the name of M.I.T. not be used in advertising or publicity pertaining to distribution of the software without specific, written prior permission. M.I.T. makes no representations about the suitability of this software for any purpose. It is provided "as is" without express or implied warranty. Files: debian/* Copyright: 2007-2013, Tatsuya Kinoshita 2001-2007, Fumitoshi UKAI License: The Debian packaging is distributed under the same conditions as the upstream. debian/prerm0000644000000000000000000000045112251345424010240 0ustar #!/bin/sh set -e # Workaround to compatible with emacsen-common <2.0.0 if [ ! -e /var/lib/emacsen-common/state/package/installed/emacsen-common ]; then if [ -x /usr/lib/emacsen-common/emacs-package-remove ]; then /usr/lib/emacsen-common/emacs-package-remove w3m-el fi else #DEBHELPER# fi debian/README.Debian.in0000644000000000000000000000074710722173675011656 0ustar @PACKAGE@ for Debian -------------------------- This is Debian package of emacs-w3m. Emacs Lisp files are put in /usr/share/emacs/site-lisp/w3m instead of /usr/share/emacs/site-lisp/@PACKAGE@ To use the optional features - shimbun (interface with web newspapers), - w3m-namazu (search files with Namazu), - w3m-perldoc (view perl documents), - etc., install the required packages flim, namazu2, perl-doc, etc. -- Tatsuya Kinoshita , Sun, 25 Nov 2007 11:51:25 +0900 debian/patches/0000755000000000000000000000000012247630471010623 5ustar debian/patches/0002-Set-w3m-use-cookies-to-t.patch0000644000000000000000000000066312162605772016576 0ustar Subject: Set w3m-use-cookies to t Origin: upstream, http://cvs.namazu.org/Development/emacs-w3m/w3m.el?r1=1.1601&r2=1.1602 --- a/w3m.el +++ b/w3m.el @@ -1412,7 +1412,7 @@ nil means don't recenter, let the display follow point in the :group 'w3m :type 'boolean) -(defcustom w3m-use-cookies nil +(defcustom w3m-use-cookies t "*Non-nil means enable emacs-w3m to use cookies. (EXPERIMENTAL)" :group 'w3m :type 'boolean) debian/patches/0003-Use-mew-w3m-cite-blockquote.patch0000644000000000000000000001374612247630504017352 0ustar Subject: Use mew-w3m-cite-blockquote for nested tags Origin: upstream, http://cvs.namazu.org/Development/emacs-w3m/mew-w3m.el?r1=1.69&r2=1.71 diff --git a/mew-w3m.el b/mew-w3m.el index ed24004..28b5fcf 100644 --- a/mew-w3m.el +++ b/mew-w3m.el @@ -6,7 +6,7 @@ ;; Author: Shun-ichi GOTO , ;; Hideyuki SHIRAI ;; Created: Wed Feb 28 03:31:00 2001 -;; Version: $Revision: 1.69 $ +;; Version: $Revision: 1.71 $ ;; Keywords: Mew, mail, w3m, WWW, hypermedia ;; This file is a part of emacs-w3m. @@ -161,56 +161,102 @@ This variable is effective only in XEmacs, Emacs 21 and Emacs 22." (mew-w3m-add-text-properties `(w3m-images ,(not image))) (set-buffer-modified-p nil))))))) +(defun mew-w3m-cite-blockquote (&optional inside-blockquote) + "Quote paragraphs in
...
with the citation mark. +The variable `mew-w3m-region-cite-mark' specifies the citation mark." + (let ((case-fold-search t)) + (while (and (re-search-forward "\ +\[\t\n ]*<[\t\n ]*blockquote\\(?:[\t\n ]*>\\|[\t\n ]+[^>]+>\\)" nil t) + (w3m-end-of-tag "blockquote" t)) + (save-restriction + (narrow-to-region (match-beginning 0) (match-end 0)) + (delete-region (goto-char (match-end 3)) (match-end 0)) + (insert "\n") + (delete-region (goto-char (point-min)) (match-beginning 3)) + (insert "\n") + (while (and (re-search-forward + "<[\t\n ]*pre\\(?:[\t\n ]*>\\|[\t\n ]+[^>]+>\\)" nil t) + (w3m-end-of-tag "pre" t)) + (delete-region (goto-char (match-end 2)) (match-end 0)) + (if (bolp) + (when (looking-at "\n+") (replace-match "")) + (insert "\n")) + (delete-region (goto-char (match-beginning 0)) (match-beginning 2)) + (if (bolp) + (when (looking-at "\n+") (replace-match "")) + (insert "\n"))) + (goto-char (point-min)) + (mew-w3m-cite-blockquote 'inside-blockquote) + (goto-char (point-min)) + (while (re-search-forward + "[\t\n ]*\\|[\t\n ]+[^>]+>\\)" nil t) + (replace-match "\n")) + (goto-char (point-min)) + (while (and (re-search-forward + "[\t\n ]*\\|[\t\n ]+[^>]+>\\)" nil t) + (w3m-end-of-tag "div")) + (goto-char (match-beginning 0)) + (insert "\n") + (goto-char (1+ (match-end 0))) + (insert "\n")) + (goto-char (point-min)) + (while (re-search-forward "^[\t <>]+$" nil t) + (replace-match "")) + (goto-char (point-min)) + (while (re-search-forward "\n\n\n+" nil t) + (replace-match "\n\n")) + (goto-char (point-min)) + (when mew-w3m-region-cite-mark + (goto-char (point-min)) + (while (re-search-forward "[^\t\n ]" nil t) + (beginning-of-line) + (if (looking-at "[\t ]+") + (replace-match mew-w3m-region-cite-mark) + (insert mew-w3m-region-cite-mark)) + (end-of-line))) + (unless inside-blockquote + ; "> > > " --> ">>> " + (when (and mew-w3m-region-cite-mark + (string-match " \\'" mew-w3m-region-cite-mark)) + (let ((base (substring mew-w3m-region-cite-mark + 0 (match-beginning 0))) + (regexp (regexp-quote mew-w3m-region-cite-mark))) + (setq regexp (concat "^" regexp "\\(?:" regexp "\\)+")) + (goto-char (point-min)) + (while (re-search-forward regexp nil t) + (dotimes (i (prog1 + (/ (- (match-end 0) (match-beginning 0)) + (length mew-w3m-region-cite-mark)) + (delete-region (match-beginning 0) + (match-end 0)))) + (insert base)) + (insert " ")))) + (goto-char (point-min)) + (insert "
")
+	  (goto-char (point-max))
+	  (insert "
\n")))))) + (defun mew-w3m-region (start end &optional url charset) "w3m-region with inserting the cite mark." (if (null mew-w3m-region-cite-mark) (w3m-region start end url charset) (save-restriction - (narrow-to-region start end) - (let ((case-fold-search t) - pos lines tagbeg0 tagend0 tagbeg1 tagend1) - (goto-char (point-min)) - (while (w3m-search-tag "blockquote") - (setq tagbeg0 (match-beginning 0)) - (setq tagend0 (match-end 0)) - (when (w3m-search-tag "/blockquote") - (setq tagbeg1 (match-beginning 0)) - (setq tagend1 (match-end 0)) - (setq lines (buffer-substring tagend0 tagbeg1)) - (delete-region tagbeg0 tagend1) - (insert (with-temp-buffer - (insert lines) - (goto-char (point-min)) - (if (and (w3m-search-tag "pre") - (setq tagbeg0 (match-beginning 0)) - (setq tagend0 (match-end 0)) - (w3m-search-tag "/pre") - (setq tagbeg1 (match-beginning 0)) - (setq tagend1 (match-end 0))) - (progn - (delete-region tagbeg1 tagend1) - (delete-region tagbeg0 tagend0)) - ;; delete
- (goto-char (point-min)) - (while (w3m-search-tag "br") - (delete-region (match-beginning 0) (match-end 0)) - (unless (looking-at "[\n\r]") (insert "\n")))) - (goto-char (point-max)) - (skip-chars-backward " \t\n\f\r") - (delete-region (point) (point-max)) - (goto-char (point-min)) - (skip-chars-forward " \t\n\f\r") - (delete-region (point-min) (point)) - (goto-char (point-min)) - (while (not (eobp)) - (insert mew-w3m-region-cite-mark) - (forward-line 1)) - (goto-char (point-min)) - (insert "
\n")
-		      (goto-char (point-max))
-		      (insert "\n
\n") - (buffer-substring (point-min) (point-max))))))) - (w3m-region (point-min) (point-max) url charset)))) + (narrow-to-region (goto-char start) end) + (mew-w3m-cite-blockquote) + (w3m-region (point-min) (point-max) url charset) + (goto-char (point-min)) + (while (re-search-forward "^[\t ]+$" nil t) + (replace-match "")) + (goto-char (point-min)) + (while (re-search-forward "\n\n\n+" nil t) + (replace-match "\n\n")) + (goto-char (point-min)) + (skip-chars-forward "\n") + (delete-region (point-min) (point)) + (goto-char (point-max)) + (skip-chars-backward "\n") + (delete-region (point) (point-max)) + (insert "\n")))) ;; processing Text/Html contents with w3m. (defun mew-mime-text/html-w3m (&rest args) debian/patches/0001-Fix-w3m-bookmark-for-Emacs-24.patch0000644000000000000000000000113012141753303017300 0ustar Subject: Fix w3m-bookmark for Emacs 24 Origin: upstream, revision 1.3448 2012-10-10 Katsumi Yamaoka * w3m-bookmark.el (w3m-bookmark-buffer): Use (0 0) as the Unix epoch. --- a/w3m-bookmark.el +++ b/w3m-bookmark.el @@ -177,9 +177,7 @@ file exists, otherwise nil." (setq w3m-bookmark-buffer-file-name w3m-bookmark-file) (set-visited-file-modtime (or (w3m-bookmark-file-modtime) ;; No bookmark file. - (with-temp-buffer - ;; 0 in Emacs; (0 . 0) in XEmacs - (visited-file-modtime)))) + '(0 0))) (buffer-enable-undo)) (current-buffer))))) debian/patches/series0000644000000000000000000000016412247076450012042 0ustar 0001-Fix-w3m-bookmark-for-Emacs-24.patch 0002-Set-w3m-use-cookies-to-t.patch 0003-Use-mew-w3m-cite-blockquote.patch debian/emacsen-remove.in0000644000000000000000000000050111114750640012417 0ustar #! /bin/sh # /usr/lib/emacsen-common/packages/remove/@PACKAGE@ set -e FLAVOR=$1 PACKAGE=@PACKAGE@ PKGSNAME=w3m case $FLAVOR in emacs|emacs20|emacs19|mule2) exit 0 ;; esac ELCDIR=/usr/share/$FLAVOR/site-lisp/$PKGSNAME echo "remove/$PACKAGE: purging byte-compiled files for $FLAVOR" rm -rf "$ELCDIR" exit 0 debian/control0000644000000000000000000000235412247100336010573 0ustar Source: w3m-el Section: lisp Priority: optional Maintainer: Tatsuya Kinoshita Build-Depends: debhelper (>= 7) Build-Depends-Indep: emacs | emacs24 | emacs23 | emacs22, autoconf Homepage: http://emacs-w3m.namazu.org/ Vcs-Git: git://anonscm.debian.org/collab-maint/w3m-el.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/w3m-el.git Standards-Version: 3.9.5 Package: w3m-el Architecture: all Depends: emacs | emacs24 | emacs23 | emacs22 | emacs21 | emacs-snapshot | apel (>= 10.5), w3m (>= 0.3) | w3m-ssl (>= 0.3) | w3mmee (>= 0.3), dpkg (>= 1.15.4) | install-info, ${misc:Depends} Recommends: apel, flim Suggests: mule-ucs, imagemagick, wv, xlhtml, ppthtml, libmoe1.5, xpdf-utils, bzip2, namazu2, perl-doc Replaces: w3m-el-snapshot Conflicts: w3m-el-snapshot, apel (<< 10.5), flim (<< 1:1.14.3) Enhances: wl, wl-beta, mew, mew-beta, gnus Description: simple Emacs interface of w3m Emacs-w3m is an interface program of w3m, a pager with WWW capability. It can be used as a lightweight WWW browser on emacsen. . To use the optional features shimbun (interface with web newspapers), w3m-namazu (search files with Namazu), w3m-perldoc (view perl documents), etc., install the required packages flim, namazu2, perl-doc, etc. debian/watch0000644000000000000000000000020610722153116010213 0ustar version=3 opts="uversionmangle=s/beta/~beta/;s/rc/~rc/" \ http://emacs-w3m.namazu.org/ emacs-w3m-([0-9]+\..*)\.tar\.gz debian uupdate debian/docs0000644000000000000000000000002411112526340010030 0ustar README* NEWS* BUGS* debian/emacsen-install.in0000644000000000000000000001272411556031722012605 0ustar #! /bin/sh # /usr/lib/emacsen-common/packages/install/@PACKAGE@ set -e FLAVOR=$1 PACKAGE=@PACKAGE@ PKGSNAME=w3m case $FLAVOR in emacs|emacs20|emacs19|mule2) exit 0 ;; *xemacs*) if [ ! -f "/usr/share/$FLAVOR/site-lisp/apel/poe.elc" ]; then echo "install/$PACKAGE: apel/poe.elc is not ready, skipped" exit 0 fi mule=`/bin/ls -1 /usr/bin/$FLAVOR*-mule* 2>/dev/null | head -1` nomule=`/bin/ls -1 /usr/bin/$FLAVOR*-nomule* 2>/dev/null | head -1` if [ -n "$nomule" ]; then if [ -n "$mule" ]; then EMACSEN="$mule $nomule" else EMACSEN="$nomule" fi else EMACSEN=$FLAVOR fi ;; *) EMACSEN=$FLAVOR ;; esac ELCDIR=/usr/share/$FLAVOR/site-lisp/$PKGSNAME ELDIR=/usr/share/emacs/site-lisp/$PKGSNAME ELCSTAMP=$ELCDIR/compile-stamp if [ -f "$ELCSTAMP" ]; then echo "install/$PACKAGE: already byte-compiled for $FLAVOR, skipped" exit 0 fi case $FLAVOR in emacs2[3-9]|emacs-*|emacs*cvs*) if [ -f "$ELDIR/w3m-e21.el" ] && [ ! -f "$ELDIR/w3m-e23.el" ]; then echo "install/$PACKAGE: w3m-e21.el is found, not suitable for $FLAVOR, skipped" exit 0 fi ;; esac LOG=`mktemp -t elc.XXXXXXXXXXXX` chmod 644 "$LOG" echo "install/$PACKAGE: byte-compiling for $FLAVOR, logged in $LOG" cd "$ELDIR" LINKS=`echo *.el` cd shimbun LINKS2=`echo *.el` if [ ! -d "$ELCDIR" ]; then mkdir "$ELCDIR" chmod 755 "$ELCDIR" fi if [ ! -d "$ELCDIR/shimbun" ]; then mkdir "$ELCDIR/shimbun" chmod 755 "$ELCDIR/shimbun" fi for EMACS in $EMACSEN; do cd "$ELCDIR" TOELDIR=../../../emacs/site-lisp/$PKGSNAME case $EMACS in *-nomule*) if [ x"$EMACS" != x"$EMACSEN" ]; then if [ ! -d nomule ]; then mkdir nomule chmod 755 nomule fi cd nomule TOELDIR=../$TOELDIR fi ;; esac TOELDIR2=../$TOELDIR/shimbun rm -f *.elc __myinit.el for f in $LINKS; do ln -sf "$TOELDIR/$f" . done rm -f w3m-e20.el w3m-e19.el w3m-om.el w3m-bitmap.el case $FLAVOR in *xemacs*) if [ -f "$TOELDIR/attic/rfc2368.el" ]; then ln -sf "$TOELDIR/attic/rfc2368.el" . fi rm -f w3m-ems.el w3m-e21.el w3m-e23.el w3m-fsf.el ;; emacs2[3-9]|emacs-*|emacs*cvs*) rm -f w3m-xmas.el w3m-ucs.el w3m-e21.el ;; *) rm -f w3m-xmas.el w3m-e23.el ;; esac case $EMACS in *-nomule*) rm -f w3m-ccl.el w3m-ucs.el w3m-symbol.el w3m-weather.el ;; esac FILES=`/bin/ls -1 *.el | egrep -v '^(w3mhack.el|w3m-setup.el|w3m-load.el|mew-w3m.el|mime-w3m.el|octet.el|w3m-ucs.el)'` cat > __myinit.el << EOF (setq load-path (cons "/usr/share/$FLAVOR/site-lisp/apel" load-path)) (setq load-path (cons "." load-path)) (setq byte-compile-warnings nil) EOF if [ -f mime-w3m.el ] && [ -f "/usr/share/$FLAVOR/site-lisp/flim/mime.elc" ]; then FILES="$FILES mime-w3m.el octet.el" cat >> __myinit.el << EOF (setq load-path (cons "/usr/share/$FLAVOR/site-lisp/flim" load-path)) EOF fi if [ -f w3m-ucs.el ] && [ -f "/usr/share/$FLAVOR/site-lisp/mule-ucs/un-define.elc" ]; then FILES="$FILES w3m-ucs.el" cat >> __myinit.el << EOF (setq load-path (cons "/usr/share/$FLAVOR/site-lisp/mule-ucs" load-path)) EOF fi if [ -f mew-w3m.el ] && [ -f "/usr/share/$FLAVOR/site-lisp/mew/mew.elc" ]; then FILES="$FILES mew-w3m.el" cat >> __myinit.el << EOF (setq load-path (cons "/usr/share/$FLAVOR/site-lisp/mew" load-path)) EOF fi case $EMACS in *-nomule*) cat >> __myinit.el << EOF (setq load-path (cons "/usr/share/$FLAVOR/site-lisp/apel/nomule" load-path)) (setq load-path (cons "/usr/share/$FLAVOR/site-lisp/flim/nomule" load-path)) EOF ;; *) esac if [ -d shimbun ]; then cd shimbun rm -f *.elc __myinit.el for f in $LINKS2; do ln -sf "$TOELDIR2/$f" . done cd .. fi FLAGS="-q -no-site-file -batch -l __myinit.el -l w3mhack.el . -f w3mhack-generate-load-file" echo "$EMACS" $FLAGS >> "$LOG" "$EMACS" $FLAGS >> "$LOG" 2>&1 FLAGS="-q -no-site-file -batch -l __myinit.el -f batch-byte-compile" echo "$EMACS" $FLAGS $FILES >> "$LOG" "$EMACS" $FLAGS $FILES >> "$LOG" 2>&1 chmod 644 *.elc rm -f __myinit.el* if [ ! -f "/usr/share/$FLAVOR/site-lisp/flim/mime.elc" ]; then continue fi case $EMACS in *-nomule*) continue ;; esac cd shimbun FILES=`/bin/ls -1 *.el | egrep -v '^(mew-shimbun.el|nnshimbun.el)'` cat > __myinit.el << EOF (setq load-path (cons "/usr/share/$FLAVOR/site-lisp/apel" load-path)) (setq load-path (cons "/usr/share/$FLAVOR/site-lisp/flim" load-path)) (setq load-path (cons ".." load-path)) (setq load-path (cons "." load-path)) (setq byte-compile-warnings nil) EOF if [ -f mew-shimbun.el ] && [ -f "/usr/share/$FLAVOR/site-lisp/mew/mew.elc" ]; then FILES="$FILES mew-shimbun.el" cat >> __myinit.el << EOF (setq load-path (cons "/usr/share/$FLAVOR/site-lisp/mew" load-path)) EOF fi FLAGS="-q -no-site-file -batch -l __myinit.el -f batch-byte-compile" echo "$EMACS" $FLAGS $FILES >> "$LOG" "$EMACS" $FLAGS $FILES >> "$LOG" 2>&1 chmod 644 *.elc rm -f __myinit.el* done # EMACS in $EMACSEN echo "install/$PACKAGE: deleting $LOG" rm -f "$LOG" echo "install/$PACKAGE: byte-compiling for reverse dependency" pkgs= for p in wl:wl wl-beta:wl emacspeak; do pkg=`echo $p | cut -d : -f 1` sname=`echo $p | cut -d : -f 2` dir=/usr/share/$FLAVOR/site-lisp/$sname if [ -n "$sname" ] && [ -d "$dir" ] && [ -f "/usr/lib/emacsen-common/packages/install/$pkg" ]; then rm -rf "$dir"/* pkgs="$pkg $pkgs" fi done for pkg in $pkgs; do "/usr/lib/emacsen-common/packages/install/$pkg" "$FLAVOR" done touch "$ELCSTAMP" exit 0 debian/source/0000755000000000000000000000000011343720776010500 5ustar debian/source/format0000644000000000000000000000001411335703611011674 0ustar 3.0 (quilt) debian/dot.w3m-dired.el0000644000000000000000000000072410674231154012076 0ustar ; from TIPS.ja ; The following emacsen configuration makes `C-x m' with selecting ; a file in dired-mode buffer bwoerse the file by w3m (add-hook 'dired-mode-hook (lambda () (define-key dired-mode-map "\C-xm" 'dired-w3m-find-file))) (defun dired-w3m-find-file () (interactive) (require 'w3m) (let ((file (dired-get-filename))) (if (y-or-n-p (format "Open 'w3m' %s " (file-name-nondirectory file))) (w3m-find-file file)))) debian/postinst0000644000000000000000000000050512251345413010774 0ustar #!/bin/sh set -e # Workaround to compatible with emacsen-common <2.0.0 if [ ! -e /var/lib/emacsen-common/state/package/installed/emacsen-common ]; then if [ "$1" = "configure" ] && [ -x /usr/lib/emacsen-common/emacs-package-install ]; then /usr/lib/emacsen-common/emacs-package-install w3m-el fi else #DEBHELPER# fi debian/dot.w3m-gnus.el0000644000000000000000000000421310674231154011760 0ustar ;; ;; With Oort Gnus or Gnus v5.8.8, v5.9, you can put nnshimbun.el from ;; the latest version of T-gnus 6.15 distribution into the lisp/ ;; directory and run "make install", then you can browse article ;; by using nnshimbun. In addition, in order to use emacs-w3m ;; instead of eamcs-w3 to browse contents of text/html, put the ;; followings in .gnus file. ;; From: greg@visiontech-dml.com ;; Newsgroups: gnu.emacs.help ;; Subject: Re: w3m-mode and images ;; Date: 19 Jul 2001 10:59:19 +0300 ;; Message-ID: <2fasnftcpt4.fsf@broadcom.com> (defvar gnus-w3m-minor-mode nil) (make-variable-buffer-local 'gnus-w3m-minor-mode) (add-to-list 'minor-mode-alist '(gnus-w3m-minor-mode " w3m")) (add-to-list 'minor-mode-map-alist (cons 'gnus-w3m-minor-mode w3m-mode-map)) (defadvice mm-inline-text (around use-w3m-instead (handle) activate) (let ((type (mm-handle-media-subtype handle))) (if (not (equal type "html")) ad-do-it (let ((text (mm-get-part handle)) (b (point))) (save-excursion (insert text) (save-restriction (narrow-to-region b (point)) (goto-char (point-min)) (w3m-region (point-min) (point-max)) (setq gnus-w3m-minor-mode t)) (mm-handle-set-undisplayer handle `(lambda () (let (buffer-read-only) (setq gnus-w3m-minor-mode nil) (if (functionp 'remove-specifier) (mapcar (lambda (prop) (remove-specifier (face-property 'default prop) (current-buffer))) '(background background-pixmap foreground))) (delete-region ,(point-min-marker) ,(point-max-marker)))))))))) ;; Date: Fri, 27 Jul 2001 12:51:12 +0900 ;; Message-ID: ;; From: Katsumi Yamaoka ;; To: semi-gnus-ja@meadowy.org ;; Subject: [nnshimbun] toggle inline images ;; Browse image in multipart/related in koizumi mail-mag. (eval-after-load "gnus-art" '(or (assoc "multipart/related" gnus-mime-multipart-functions) (setq gnus-mime-multipart-functions (cons (cons "multipart/related" (byte-compile (lambda (handle) (gnus-mime-display-mixed (cdr handle))))) gnus-mime-multipart-functions)))) debian/changelog0000644000000000000000000005554312257036320011054 0ustar w3m-el (1.4.483+0.20120614-7) unstable; urgency=low * Workaround for emacsen-common <2 and debhelper <9.20131104 -- Tatsuya Kinoshita Thu, 26 Dec 2013 23:26:59 +0900 w3m-el (1.4.483+0.20120614-6) unstable; urgency=low * Add workaround to compatible with emacsen-common <2.0.0 -- Tatsuya Kinoshita Sun, 08 Dec 2013 15:00:20 +0900 w3m-el (1.4.483+0.20120614-5) unstable; urgency=low * Update 0003-Use-mew-w3m-cite-blockquote.patch to fix infinite loop -- Tatsuya Kinoshita Wed, 04 Dec 2013 22:44:28 +0900 w3m-el (1.4.483+0.20120614-4) unstable; urgency=low * New patch 0003-Use-mew-w3m-cite-blockquote.patch (closes: #728501) * Update Standards-Version to 3.9.5 -- Tatsuya Kinoshita Mon, 02 Dec 2013 21:49:06 +0900 w3m-el (1.4.483+0.20120614-3) unstable; urgency=low * New patch 0002-Set-w3m-use-cookies-to-t.patch (closes: #419647) -- Tatsuya Kinoshita Sat, 06 Jul 2013 10:04:32 +0900 w3m-el (1.4.483+0.20120614-2) unstable; urgency=low * New patch 0001-Fix-w3m-bookmark-for-Emacs-24.patch -- Tatsuya Kinoshita Tue, 07 May 2013 01:17:06 +0900 w3m-el (1.4.483+0.20120614-1) unstable; urgency=low * Imported Upstream version 1.4.483+0.20120614 - Switch upstream to the development snapshot, because the upstream version 1.4.4 released on 2005-03-25 is too old and hard to maintain. The upstream tarball is from Debian wheezy, package w3m-el-snapshot. - Bug fixes in the development snapshot. (closes: #312143, #447728, #478707, #680621) * debian/*: Sync with w3m-el-snapshot -- Tatsuya Kinoshita Tue, 07 May 2013 00:12:43 +0900 w3m-el (1.4.4-12) unstable; urgency=low * debian/patches/050_emacs24.patch: Workaround for emacs24 errors * debian/patches/040_ptexinfmt.patch: Update ptexinfmt.el for emacs24 * debian/control: Add emacs24 -- Tatsuya Kinoshita Fri, 06 Jul 2012 23:36:12 +0900 w3m-el (1.4.4-11) unstable; urgency=low * Switch to dpkg-source 3.0 (quilt) format. * debian/copyright: Update copyright-format version to 1.0. * debian/rules: Add the targets build-indep and build-arch. * debian/rules: Install shimbun/ChangeLog* and ChangeLog.*. * debian/emacsen-install.in: Add messages for the rare situations. * debian/control: - Add GNU Emacs flavors to Build-Depends-Indep. - Update Standards-Version to 3.9.3. -- Tatsuya Kinoshita Thu, 03 May 2012 19:47:04 +0900 w3m-el (1.4.4-10) unstable; urgency=low * w3m-e23.el: New file to byte-compile with emacs23 and emacs-snapshot, from the upstream development version on 2007-02-02. * debian/emacsen-install.in: Don't fail with emacs23, emacs-snapshot and xemacs21-nomule. * debian/control: - Add emacs23 to Depends. (closes: #541892) - Add emacs-snapshot to Depends. - Add `dpkg (>= 1.15.4) | install-info' to Depends. - Add ${misc:Depends} to Depends. - Set Section to lisp. - Remove emacsen flavors from Build-Depends-Indep, remain `emacs'. - Update Standards-Version to 3.8.4. * debian/copyright: Updated. -- Tatsuya Kinoshita Fri, 12 Feb 2010 01:18:36 +0900 w3m-el (1.4.4-9) unstable; urgency=low * debian/emacsen-*: Rewritten. * debian/rules, debian/dirs.in: Install attic/*.el in the site-lisp directory. * debian/w3mhack.el.patch: Removed. * debian/compat, debian/control: Update debhelper version to 7. * debian/control: - Remove bitmap-mule from Suggests. - Update Standards-Version to 3.8.1. * debian/rules: Use dh_prep instead of `dh_clean -k'. * debian/copyright: Updated. -- Tatsuya Kinoshita Thu, 09 Apr 2009 00:42:20 +0900 w3m-el (1.4.4-8) unstable; urgency=low * debian/emacsen-startup.in: Set w3m-icon-directory to "/usr/share/pixmaps/w3m-el/small" for GNU Emacs. -- Tatsuya Kinoshita Sat, 23 Feb 2008 07:08:15 +0900 w3m-el (1.4.4-7) unstable; urgency=low * debian/rules: Install *.gif. * debian/copyright: Updated. -- Tatsuya Kinoshita Wed, 20 Feb 2008 23:22:21 +0900 w3m-el (1.4.4-6) unstable; urgency=low * debian/control: - (Conflicts): Add epoch to the version of flim, and remove mew. - (Depends): Remove the version of apel. - (Description): Typo fix. - (Homepage): Move from Description. - (Standards-Version): 3.7.2 -> 3.7.3. -- Tatsuya Kinoshita Sun, 09 Dec 2007 23:19:35 +0900 w3m-el (1.4.4-5) unstable; urgency=low * debian/README.Debian: Revised for the optional features, shimbun, w3m-namazu, etc. * debian/watch: New file. * Renamed from examples/w3m-*.el to examples/dot.w3m-*.el. * debian/control: - (Build-Depends-Indep): Add autoconf. - (Replaces, Conflicts): Add w3m-el-snapshot. - (Description): Typo fix. * Ready for w3m-el-snapshot. -- Tatsuya Kinoshita Sun, 25 Nov 2007 14:49:14 +0900 w3m-el (1.4.4-4) unstable; urgency=low * Merge Ubuntu patches, thanks to Michael W. Olson. - debian/compat: Fix lintian warning by setting this to 5. - debian/control: Bump up debhelper version. - debian/control: Update Standards-Version to 3.7.2. - debian/emacsen-install: Create symlinks for .el files, rather than copying .el files and then removing them. - debian/rules: - Remove DH_COMPAT to silence lintian. - (clean): Silence lintian warning. * debian/emacsen-startup: Check whether /usr/lib/emacsen-common/packages/install/w3m-el exists. * debian/control: - Mention optional features in Description. (closes: #316457) - Add `libmoe1.5, namazu2, xpdf-utils, bzip2, perl-doc' to Suggests. * debian/copyright: Updated. * Acknowledge NMU. (closes: #441240, #333607, #434924, #412169, #377456, #393957) * New maintainer, with previous maintainer's permission. -- Tatsuya Kinoshita Sun, 07 Oct 2007 13:15:54 +0900 w3m-el (1.4.4-3.1) unstable; urgency=low * Non-maintainer upload. * debian/copyright: Fix incorrect license information. Closes: Bug#441240 * Debian/control: - Move mule-ucs, imagemagick, wv, xlhtml, ppthtml from Recommends to Suggests. Closes: Bug#333607 - Add emacs | emacs22 to Depends and Build-Depends-Indep. Closes: Bug#434924 - Remove emacs-snapshot from Depends. - Add mew-beta, gnus to Enhances. * debian/rules: Remove doc/version.texi at clean. Closes: Bug#412169 * shimbun/mew-shimbun.el: Sync with the upstream CVS version for Mew 5. Closes: Bug#377456 * debian/emacsen-install: Make symlinks for *.el. Closes: Bug#393957 -- Tatsuya Kinoshita Thu, 13 Sep 2007 02:23:00 +0900 w3m-el (1.4.4-3) unstable; urgency=low * change dependency: Depends: emacs21 | emacs-snapshot | apel, since apel depends on emacs21 | emacsen, w3m-el on emacs21 and emacs-snapshot doesn't require apel, but xemacs does. closes: Bug#321995 -- Fumitoshi UKAI Tue, 9 Jan 2007 00:48:29 +0900 w3m-el (1.4.4-2) unstable; urgency=low * debian/emacsen-install: Fix xml.el detection closes: Bug#390103 -- Fumitoshi UKAI Sat, 30 Sep 2006 00:12:55 +0900 w3m-el (1.4.4-1) unstable; urgency=low * New upstream release * closes: Bug#300850 -- Fumitoshi UKAI Tue, 19 Apr 2005 00:56:35 +0900 w3m-el (1.4.3-3) unstable; urgency=low * shimbun/mew-shimbun.el: apply patch for Mew 4.2 Thanks to Tatsuya Kinoshita closes: Bug#294434 -- Fumitoshi UKAI Tue, 15 Feb 2005 02:11:25 +0900 w3m-el (1.4.3-2) unstable; urgency=low * debian/emacsen-startup: check file exists in case package was removed, but not yet purged closes: Bug#250930 * debian/emacsen-install: use apel/*.elc instead of apel/*.el closes: Bug#251065 -- Fumitoshi UKAI Sat, 30 Oct 2004 01:40:13 +0900 w3m-el (1.4.3-1) unstable; urgency=low * New upstream release * fix problem with broken meta tag with w3mmee * fix problem with some versions of Gnus -- Fumitoshi UKAI Tue, 17 Aug 2004 12:05:25 +0900 w3m-el (1.4.2-1) unstable; urgency=low * New upstream release -- Fumitoshi UKAI Thu, 15 Jul 2004 01:31:52 +0900 w3m-el (1.4.1-1) unstable; urgency=low * New upstream release -- Fumitoshi UKAI Thu, 8 Jul 2004 01:20:13 +0900 w3m-el (1.4-2) unstable; urgency=low * emacsen-install: should not remove w3m-load.el, which was not byte-compiled closes: Bug#247042 -- Fumitoshi UKAI Mon, 3 May 2004 16:09:42 +0900 w3m-el (1.4-1) unstable; urgency=low * New upstream release * emacsen-install: adapt for emacs-w3m 1.4 installation install xml.el if necessary * emacsen-startup: remove autoload's * small icons are installed in /usr/share/pixmaps/w3m-el/small/ -- Fumitoshi UKAI Fri, 30 Apr 2004 02:04:22 +0900 w3m-el (1.3.6-4) unstable; urgency=low * backport w3m 0.5 support from w3m.el Revision: 1.1009 * remove emacs20 from build-depends:, depends: closes: Bug#232743, Bug#232799 -- Fumitoshi UKAI Tue, 23 Mar 2004 01:06:29 +0900 w3m-el (1.3.6-3) unstable; urgency=low * emacsen-install: LPATH should be NONE if no optional emacsen packages found closes: Bug#203870, Bug#203922 -- Fumitoshi UKAI Sun, 3 Aug 2003 05:44:03 +0900 w3m-el (1.3.6-2) unstable; urgency=low * w3mhack.el: fix to support mule2 requested by TSUCHIYA Masatoshi -- Fumitoshi UKAI Fri, 25 Jul 2003 11:43:29 +0900 w3m-el (1.3.6-1) unstable; urgency=low * New upstream release -- Fumitoshi UKAI Wed, 23 Jul 2003 02:37:27 +0900 w3m-el (1.3.5-1) unstable; urgency=low * New upstream release * emacsen-install: add gnus, t-gnus to load-path if exist -- Fumitoshi UKAI Sun, 6 Jul 2003 01:25:15 +0900 w3m-el (1.3.4+1.3.5rc2-2) unstable; urgency=low * emacs-install: fix typo. closes: Bug#197877 -- Fumitoshi UKAI Fri, 4 Jul 2003 12:17:16 +0900 w3m-el (1.3.4+1.3.5rc2-1) unstable; urgency=low * New upstream release -- Fumitoshi UKAI Fri, 4 Jul 2003 03:07:22 +0900 w3m-el (1.3.4-1) unstable; urgency=low * New upstream release * check /usr/share/${FLAVOR}/site-lisp/wl for shimbun module closes: Bug#197877 -- Fumitoshi UKAI Thu, 19 Jun 2003 00:35:52 +0900 w3m-el (1.3.3+1.3.4rc5-1) unstable; urgency=low * New upstream release candidate * debian/control: conflicts: apel (<< 10.5) -- Fumitoshi UKAI Wed, 18 Jun 2003 02:40:37 +0900 w3m-el (1.3.3+1.3.4rc4-4) unstable; urgency=low * debian/control: loosen dependency to apel if emacs21,emacs20. if you use shimbun or octet.el (application/octet-stream inline viewer), you should install apel (>= 10.5) -- Fumitoshi UKAI Sat, 14 Jun 2003 01:12:06 +0900 w3m-el (1.3.3+1.3.4rc4-3) unstable; urgency=low * debian/rules: install info-* file as well. closes: Bug#197126 -- Fumitoshi UKAI Fri, 13 Jun 2003 00:44:52 +0900 w3m-el (1.3.3+1.3.4rc4-2) unstable; urgency=low * debian/control: add emacs2[01] to build-depends-indep: closes: Bug#196881 -- Fumitoshi UKAI Wed, 11 Jun 2003 00:02:32 +0900 w3m-el (1.3.3+1.3.4rc4-1) unstable; urgency=low * New upstream release candidate debian/docs: remove README.namazu.ja, README.shimbun.ja FAQ, FAQ.ja, TIPS.ja debian/rules: installinfo * debian/control: depends: apel (>= 10.5) for make-temp-file closes: Bug#195944 * debian/control: build-depends-indep: debhelper (>= 3.0.0) * debian/copyright: fix upstream authors with dh_make boilerplate -- Fumitoshi UKAI Sun, 8 Jun 2003 02:09:53 +0900 w3m-el (1.3.3-3) unstable; urgency=low * debian/control: mew moved to Enhances: add wv, xlhtml, pphtml in Recommends: suggested by TSUCHIYA Masatoshi -- Fumitoshi UKAI Wed, 27 Nov 2002 02:19:09 +0900 w3m-el (1.3.3-2) unstable; urgency=low * emacsen-install: add bitmap-mule in load-path suggested by TSUCHIYA Masatoshi -- Fumitoshi UKAI Sun, 27 Oct 2002 17:20:35 +0900 w3m-el (1.3.3-1) unstable; urgency=low * New upstream release -- Fumitoshi UKAI Fri, 25 Oct 2002 17:17:40 +0900 w3m-el (1.3.2+1.3.3rc3-3) unstable; urgency=low * check wl is installed or not. closes: Bug#166250 * force to reinstall wl-beta if installed as well as wl * enhances: wl-beta -- Fumitoshi UKAI Fri, 25 Oct 2002 10:22:26 +0900 w3m-el (1.3.2+1.3.3rc3-2) unstable; urgency=low * force to reinstall wl when w3m-el is installed/removed fix "Cannot open load file: elmo-shimbun" at M-x wl * enhances: wl -- Fumitoshi UKAI Thu, 24 Oct 2002 22:09:33 +0900 w3m-el (1.3.2+1.3.3rc3-1) unstable; urgency=low * New upstream release -- Fumitoshi UKAI Wed, 23 Oct 2002 03:03:10 +0900 w3m-el (1.3.2+1.3.3rc2-1) unstable; urgency=low * New upstream release -- Fumitoshi UKAI Fri, 18 Oct 2002 17:42:33 +0900 w3m-el (1.3.2+1.3.3rc1-1) unstable; urgency=low * New upstream release -- Fumitoshi UKAI Thu, 17 Oct 2002 03:19:31 +0900 w3m-el (1.3.2-4) unstable; urgency=low * add recommends: imagemagick suggested by TSUCHIYA Masatoshi -- Fumitoshi UKAI Tue, 8 Oct 2002 00:36:50 +0900 w3m-el (1.3.2-3) unstable; urgency=low * use binary-indep instead of binary-arch, closes: Bug#163088 - debian/rules: fix - debian/control: Standards-Version: 3.5.7 -- Fumitoshi UKAI Thu, 3 Oct 2002 00:37:53 +0900 w3m-el (1.3.2-2) unstable; urgency=low * suggested by TSUCHIYA Masatoshi - debian/control: depends w3m* > 0.3, - debian/emacsen-install: use mule-ucs when byte-compile -- Fumitoshi UKAI Sun, 8 Sep 2002 02:17:04 +0900 w3m-el (1.3.2-1) unstable; urgency=low * New upstream release -- Fumitoshi UKAI Wed, 4 Sep 2002 00:37:02 +0900 w3m-el (1.3.1+1.3.2rc2-2) unstable; urgency=low * remove Japanese comments from w3m-el because it will byte-compile error -- Fumitoshi UKAI Fri, 30 Aug 2002 22:03:07 +0900 w3m-el (1.3.1+1.3.2rc2-1) unstable; urgency=low * New upstream release * autoload w3m-browse-url, closes: Bug#158513 -- Fumitoshi UKAI Fri, 30 Aug 2002 09:37:40 +0900 w3m-el (1.3.1+1.3.2rc1-1) unstable; urgency=low * New upstream release -- Fumitoshi UKAI Wed, 28 Aug 2002 00:03:29 +0900 w3m-el (1.3.1-2) unstable; urgency=low * fix (wrong-type-argument integerp nil) - apply patch [emacs-w3m:03780] -- Fumitoshi UKAI Fri, 23 Aug 2002 02:02:24 +0900 w3m-el (1.3.1-1) unstable; urgency=low * New upstream release -- Fumitoshi UKAI Thu, 18 Jul 2002 01:04:14 +0900 w3m-el (1.3-2) unstable; urgency=low * apply [emacs-w3m:03632] fix w3m-view-image -- Fumitoshi UKAI Fri, 12 Jul 2002 01:04:25 +0900 w3m-el (1.3-1) unstable; urgency=low * New upstream release -- Fumitoshi UKAI Mon, 8 Jul 2002 02:39:25 +0900 w3m-el (1.2.53-1) experimental; urgency=low * New upstream release -- Fumitoshi UKAI Sat, 29 Jun 2002 22:48:11 +0900 w3m-el (1.2.52-1) experimental; urgency=low * New upstream release -- Fumitoshi UKAI Sat, 29 Jun 2002 01:58:58 +0900 w3m-el (1.2.51-1) experimental; urgency=low * New upstream release * apply patch [emacs-w3m:03562] -- Fumitoshi UKAI Thu, 27 Jun 2002 01:27:31 +0900 w3m-el (1.2.50-1) experimental; urgency=low * New upstream release * dependency change: - Depends: (xemacs21, apel) | emacs20 | emacs21 - remove mule2 from depends: since debian doesn't have mule2 any more - Recommends: flim, mule-ucs -- Fumitoshi UKAI Tue, 25 Jun 2002 01:21:34 +0900 w3m-el (1.2.8-1) unstable; urgency=low * New upstream release -- Fumitoshi UKAI Thu, 20 Jun 2002 13:30:44 +0900 w3m-el (1.2.7-1) unstable; urgency=low * New upstream release -- Fumitoshi UKAI Mon, 3 Jun 2002 21:04:36 +0900 w3m-el (1.2.6-1) unstable; urgency=low * New upstream release -- Fumitoshi UKAI Tue, 12 Mar 2002 23:45:20 +0900 w3m-el (1.2.5-1) unstable; urgency=low * New upstream release -- Fumitoshi UKAI Sun, 3 Mar 2002 01:52:54 +0900 w3m-el (1.2.4+1.2.5rc1-1) unstable; urgency=low * New upstream release -- Fumitoshi UKAI Tue, 26 Feb 2002 23:47:31 +0900 w3m-el (1.2.4-1) unstable; urgency=low * New upstream release -- Fumitoshi UKAI Tue, 8 Jan 2002 00:51:36 +0900 w3m-el (1.2.3-2) unstable; urgency=low * change image viewr command defaults, from emacs-w3m cvs closes: Bug#126048 -- Fumitoshi UKAI Sun, 23 Dec 2001 02:00:30 +0900 w3m-el (1.2.3-1) unstable; urgency=low * New upstream release -- Fumitoshi UKAI Fri, 21 Dec 2001 17:23:34 +0900 w3m-el (1.2.2-3) unstable; urgency=low * change pixmaps dir to /usr/share/pixmaps/w3m-el, closes: Bug#124069 -- Fumitoshi UKAI Sun, 16 Dec 2001 01:01:58 +0900 w3m-el (1.2.2-2) unstable; urgency=low * add /usr/share/(flavor)/site-lisp/w3m/shimbun to load-path closes: Bug#123066 -- Fumitoshi UKAI Sun, 9 Dec 2001 20:17:18 +0900 w3m-el (1.2.2-1) unstable; urgency=low * New upstream release -- Fumitoshi UKAI Thu, 6 Dec 2001 18:07:36 +0900 w3m-el (1.2.1-1) unstable; urgency=low * new upstream release 1.2.1 -- Fumitoshi UKAI Tue, 13 Nov 2001 02:14:59 +0900 w3m-el (1.2+1.2.1rc2-1) unstable; urgency=low * new upstream 1.2.1 release candidate 2 - define w3m-current-title, w3m-current-url in w3m.el closes: Bug#118590 Cannot use on XEmacs21 - ftp download fixed - workaround fix for -- Fumitoshi UKAI Fri, 9 Nov 2001 12:24:09 +0900 w3m-el (1.2-1) unstable; urgency=low * new upstream release 1.2 - when loading w3m-ucs failed, force setting w3m-use-mule-ucs to nil. closes: Bug#118353 -- Fumitoshi UKAI Tue, 6 Nov 2001 17:52:40 +0900 w3m-el (1.1+1.2rc5-1) unstable; urgency=low * new upstream 1.2 release candidate 5 -- Fumitoshi UKAI Sat, 3 Nov 2001 00:16:44 +0900 w3m-el (1.1+1.2rc4-2) unstable; urgency=low * debian/control: depends: w3mmee -- Fumitoshi UKAI Thu, 1 Nov 2001 00:31:18 +0900 w3m-el (1.1+1.2rc4-1) unstable; urgency=low * new upstream 1.2 release candidate 4 * (debian/control) official page URI updates Build-Depends -> Build-Depends-Indep * (debian/changelog) official page URI updates upstream author e-mail address updates * (debian/w3m-gnus.el debian/w3m-yahtml.el) from TIPS.ja -- Fumitoshi UKAI Tue, 30 Oct 2001 11:39:45 +0900 w3m-el (1.1+1.2rc3-1) unstable; urgency=medium * new upstream 1.2 release candidate 3 * (regexp-opt.el debian/emacsen-install) move /usr/share/emacs/site-lisp/w3m/attic/ to /usr/share/doc/w3m-el/attic/, since emacsen may found regexp-opt.el. suggested by TSUCHIYA Masatoshi * (debian/control) - suggests mule-ucs With mule-ucs, w3m-el can browse utf-8 pages. - conflicts mew (<< 2.0), flim (<< 1.14.3), apel (<< 10.3+20010601cvs) suggested by TSUCHIYA Masatoshi * (debian/BUGS) removed all bugs in debian/BUGS file fixed as above * w3mhack.el apply patch from TSUCHIYA Masatoshi remove /usr/share/xemacs21/packages/lisp/mew from load-path, because mew in xemacs21 is old for w3m-el. * (debian/emacsen-startup) remove w3m-type since it is automatically detected now. -- Fumitoshi UKAI Mon, 29 Oct 2001 22:32:02 +0900 w3m-el (1.1+1.2rc2-1) unstable; urgency=low * new upstream 1.2 release candidate 2 -- Fumitoshi UKAI Mon, 29 Oct 2001 01:17:56 +0900 w3m-el (1.0-3) unstable; urgency=low * (debian/emacsen-install) - use non byte-complied elisp if not found. - remove path.elc -- Fumitoshi UKAI Sun, 3 Jun 2001 03:33:45 +0900 w3m-el (1.0-2) unstable; urgency=low * (debian/emacsen-install) add required e-lisp modules into load-path. without this, byte-complication will fail on Mule2/XEmacs21 because APEL was not found on load-path. reported by TSUCHIYA Masatoshi * (debian/control) On mule2, w3m-el actually requires custom-mule is installed. So dependency become: Depends: (xemacs21, xemacs21-basesupport) | emacs20 | (mule2, apel, custom-mule) custom-mule depends on mule2, so it can be reduced Depends: (xemacs21, xemacs21-basesupport) | emacs20 | (apel, custom-mule) reported by TSUCHIYA Masatoshi -- Fumitoshi UKAI Sat, 12 May 2001 00:50:22 +0900 w3m-el (1.0-1) unstable; urgency=low * new upstream release -- Fumitoshi UKAI Wed, 9 May 2001 23:42:39 +0900 w3m-el (0.2.150-2) unstable; urgency=low * (debian/emacsen-startup): add (setq w3m-mnc t) * (debian/control): depends: w3m (>= 0.2.1-2) | w3m-ssl (>= 0.2.1-2) * (debian/emacsen-install): subdir shimbun -- Fumitoshi UKAI Sat, 7 Apr 2001 19:46:20 +0900 w3m-el (0.2.150-1) unstable; urgency=low * new upstream version * (debian/emacsen-startup) add several autoload, suggested by TSUCHIYA Masatoshi * add dependency: known to work with emacs21 * recommends w3m (>= 0.2.1-2) | w3m-ssl (>= 0.2.1-2) because these version are applied w3m-0.2.1-mnc.patch -- Fumitoshi UKAI Sat, 7 Apr 2001 01:19:11 +0900 w3m-el (0.2.126-2) unstable; urgency=low * fix dependency suggested by upstream author TSUCHIYA Masatoshi Depends: (xemacs21, xemacs21-basesupport) | emacs20 | (mule2, apel) * w3m-el doesn't depend on flim, only suggests flim * w3m-el suggests mew (mew-w3m.el) -- Fumitoshi UKAI Mon, 2 Apr 2001 23:30:10 +0900 w3m-el (0.2.126-1) unstable; urgency=low * new upstream version * fix dependency: mime => flim poe, poem pcustom, pces => xemacs21-basesupport | apel -- Fumitoshi UKAI Fri, 23 Mar 2001 18:53:11 +0900 w3m-el (0.2.125-1) unstable; urgency=low * Initial Release. closes: Bug#90678 -- Fumitoshi UKAI Fri, 23 Mar 2001 02:42:30 +0900 debian/dot.w3m-yahtml.el0000644000000000000000000000033210674231154012300 0ustar ;; With the following configuration, you can use emacs-w3m ;; to preview editing file in yahtml-mode. (defadvice yahtml-browse-html (around w3m-yahtml-browse-html activate compile) (w3m-goto-url (ad-get-arg 0) t)) debian/dot.w3m-browse-url.el0000644000000000000000000000034410674231154013106 0ustar ; from TIPS.ja ; The following emacsen configuration makes `C-x m' on the string looking ; like URI browse the page by w3m. ; (setq browse-url-browser-function 'w3m-browse-url) (global-set-key "\C-xm" 'browse-url-at-point)