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

Re: W3M frame-local buffers (w3m-fb.el).



Hi,

Sorry for a late reaction.  TSUCHIYA Masatoshi has approved the
incorporation of w3m-fb.el into emacs-w3m (thanks!) and I did it.
I also added two tags `before-merge-w3m-fb-' and `merge-w3m-fb-'
in the CVS trunk (the original w3m-fb.el can be checked out
using the `merge-w3m-fb-' tag).

2005-12-19  Katsumi Yamaoka  <yamaoka@xxxxxxx>

	* w3m-fb.el: Don't require w3m.
	(w3m-fb-frame-parameter): Always define.
	(w3m-fb-delete-frame-functions): Ditto.
	(w3m-fb-select-buffer): Fix the 2nd clause of cond.
	(w3m-fb-advised-functions): Remove.
	(w3m-list-buffers): Move advice code to w3m-fb.el.
	(w3m-close-window): Move advice code to w3m.el.
	(w3m-delete-buffer): Ditto.
	(w3m-quit): Ditto.
	(w3m-fb-mode): Remove w3m-fb-advised-functions stuff.

	* w3m.el (w3m-fb): Require.
	(w3m-delete-buffer, w3m-quit, w3m-close-window): Merge the codes
	which were formerly provided as advices in w3m-fb.el.

	* w3m-util.el (w3m-fb-list-buffers-frame, w3m-fb-mode): Bind them
	when compiling.
	(w3m-fb-frame-parameter): Autoload.
	(w3m-list-buffers): Merge the code which was formerly provided as
	an advice in w3m-fb.el.

2005-11-26  Matt Hodges  <MPHodges@xxxxxxxxxxxxxx>

	* w3m-fb.el: New file.

If there's any oddness, please let me know.  I noticed one
problem.  If I invoke `M-x w3m-fb-mode' in Emacs 22.0.50
(updated in this morning) when `w3m-pop-up-frames' is non-nil,
all tabs disappear.  It can also be reproduced by simply
evaluating `(setq w3m-fb-mode t)'.  It is not a matter if I set
`w3m-pop-up-frames' to nil in advance, though.

Regards,