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

w3m-antena.el



土屋です。


(1) w3m-antena というコマンドを実装しました。登録してあるサイトに変更
    があったかどうかを検査して報告します。例えば、

(setq w3m-antena-sites
      '(("http://namazu.org/~satoru/diary/" "いやな日記" hns)
	("http://cgi.NetLaputa.ne.jp/~kose/diary/" "過負荷な日々 -- 海賊版 --" hns)
        ("http://namazu.org/~tsuchiya/emacs-w3m" "emacs-w3m" nil)))

    と設定してから、M-x w3m-antena してみてください。すると、最後にそ
    のページを閲覧してから更新があったページと、また更新されていないペー
    ジとに分類して表示します。


(2) w3m-antena の実装のため、訪問済み URL を管理する ~/.w3m/.arrived 
    のデータ表現形式を変更しました。これまでの訪問履歴は全て無視されま
    す。一応、これまでの形式のファイルの場合でもエラーにはならないよう
    にしたつもりですが、万一、エラーが発生した場合は ~/.w3m/.arrived 
    を消去してください。


(3) w3m-retrieve の accept-type-regexp 引数を廃止しました。それに伴っ
    て、w3m-w3m-retrieve / w3m-local-retrieve / mime-w3m-cid-retrieve
    / mew-w3m-cid-retrieve などの関数の引数仕様が変更されています。


(4) ヘッダの値を検査するマクロを追加しました。



2001-03-16 TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>

	* w3m.el: Arrived URL database format is changed and code to get
	headers and to retrieve contents is cleaned up.
	(w3m-attributes, w3m-local-attributes): New function.
	(w3m-w3m-attributes): Old name is `w3m-w3m-check-header'.
	(w3m-content-type): Use `w3m-attributes'.
	(w3m-content-charset, w3m-content-length, w3m-content-encoding,
	w3m-last-modified): New macro.
	(w3m-retrieve, w3m-local-retrieve): Changed arguments spec,
	`accept-type-regexp' is removed.
	(w3m-w3m-retrieve): Changed arguments spec, `accept-type-regexp'
	is removed.  Call `w3m-w3m-attributes' instead of `w3m-w3m-check-header'.
	(w3m-exec): Follow change of arguments spec of w3m-retrieve.
	(w3m-about-source, w3m-about-header): Changed arguments spec,
	`accept-type-regexp' is removed and follow change of arguments
	spec of w3m-retrieve.
	(w3m-arrived-last-modified): New function.
	(w3m-arrived-add): Support optional argument `time' and follow
	change of database format.
	(w3m-arrived-setup, w3m-arrived-shutdown,
	w3m-arrived-store-position, w3m-arrived-restore-position): Follow
	change of database format.
	(w3m-with-work-buffer, w3m-parse-attributes): Changed
	`edebug-form-spec', see [emacs-w3m:00238].
	(TopLevel): Add autoload codes for `w3m-antena.el'.

	* w3m-antena.el: New file.

	* mime-w3m.el (mime-w3m-cid-retrieve): Changed arguments spec,
	`accept-type-regexp' is removed.

	* mew-w3m.el (mew-w3m-cid-retrieve): Changed arguments spec,
	`accept-type-regexp' is removed.

-- 
土屋 雅稔  ( TSUCHIYA Masatoshi )
    http://www-nagao.kuee.kyoto-u.ac.jp/member/tsuchiya/