[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
emacs-w3m 1.4.4 is released
- From: Katsumi Yamaoka <yamaoka@xxxxxxx>
- Date: Fri, 25 Mar 2005 09:00:32 +0900
- X-ml-name: emacs-w3m
- X-mail-count: 07990
Here's a new version of emacs-w3m you've all been waiting for.
emacs-w3m 1.4.4 is released.
It is available as:
http://emacs-w3m.namazu.org/emacs-w3m-1.4.4.tar.gz (796123-byte)
MD5(emacs-w3m-1.4.4.tar.gz)= 6e592a9c0ab22fb532ebc3bcb21a45b1
* Major changes since last release
** The key bindings have been slightly changed in the Info-like map.
`y' is for `w3m-print-current-url' and `Y' is for `w3m-print-this-url',
and now `c' is not bound to any command.
** emacs-w3m now shows decoded URIs in the echo area, the balloon,
etc. It works with Emacs 21.1 and newer and XEmacs.
** Now you can use any major-mode to edit the text in forms. The
`w3m-form-textarea-edit-mode' option can be used to customize it.
** Some commands, e.g., w3m, w3m-goto-url, etc., may generate a url
that indicates the thread page in Gmane by default. It is effective
only when you invoke those commands on the References header or the
Message-ID header.
** emacs-w3m now stores the text you input in forms in backup files
for later reuse.
** The link numbering module was added. It enables you to move the
point to the numbered link by typing `number RET'. See w3m-lnum.el.
** Installation changes
*** The installer looks for the shell command equivalent to /bin/sh by
itself and uses it. It will help installing emacs-w3m in M$ windows
and OS/2.
*** The installer adds the site-packages directories which might
include APEL and FLIM packages to the load-path when installing
emacs-w3m with XEmacs.
*** Now the icon files will be installed into the etc/images/w3m/
directory, which was etc/w3m/icons/ formerly (the parent directory for
them will be /usr/local/ in the typical systems). You can remove the
old one manually.
** All the shimbun modules have been verified and improved.
*** The following modules were added: sb-fau.el, sb-yahoo-sports.el,
sb-ffii.el, sb-yahoo-auctions.el, sb-wired-jp.el, sb-tigris.el,
sb-excite.el, sb-the-register.el, sb-rediff.el, sb-wikimedia.el,
sb-laut-de.el, sb-msdn.el and sb-weeklyworldnews.el.
*** The sb-f1express.el module was removed.
*** nnshimbun.el now supports the group deletion. You can use `G DEL'
to delete the specific shimbun group.
* And a lot of bug fixes.