Subject: CVS commit: pkgsrc/www/emacs-w3m
To: None <pkgsrc-changes@netbsd.org>
From: Masao Uebayashi <uebayasi@netbsd.org>
List: pkgsrc-changes
Date: 01/11/2003 17:32:58
Module Name: pkgsrc
Committed By: uebayasi
Date: Sat Jan 11 15:32:58 UTC 2003
Modified Files:
pkgsrc/www/emacs-w3m: Makefile PLIST distinfo
Log Message:
Update to 1.3.3.
User visible change summary:
* w3m.el (w3m-goto-url): Display a help message to stop
asynchronous process.
* w3m.el (w3m-emacs-w3m-icon): Use helvetica-bold to widen image.
* w3m.el (w3m-lynx-like-map): Don't define key bindings for
`w3m-zoom-out-image' and `w3m-zoom-in-image' when emacs-w3m in
running in non-graphical display.
* w3m.el (w3m-w3m-dump-head-source): Display the message which
describes how to stop asynchronous process.
(w3m-lynx-like-map): Changed the key binded to `w3m-process-stop'
from `C-c C-g' to `C-c C-k'.
* w3m-image (w3m-resize-image-by-rate): Limit the minimum scale.
* w3m.el (w3m-resize-inline-image-internal): Remove an existing
image only for XEmacs.
* w3m.el (w3m-resize-inline-image-internal): Remove an existing
image before resizing.
* w3m.el (w3m-lynx-like-map): Unbind the key "N" to the command
`w3m-namazu' in order to avoid binding collision to
`w3m-view-next-page'. Thanks to Satoshi TAOKA for his report.
* w3m.el (w3m-lynx-like-map): Bind key M-] to `w3m-zoom-in-image';
bind key M-[ to `w3m-zoom-out-image'.
To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 pkgsrc/www/emacs-w3m/Makefile \
pkgsrc/www/emacs-w3m/PLIST
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/www/emacs-w3m/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.