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

Re: New branch 201906



Hi,

The git master has merged all the changes having made in the
modernize201906 branch (that has merged most of pull-requests).
See the ChangeLog (2019-06-17 and later) or the git log (rev#
b5ec877 and newer) for detail.  Note that this version will work
with Emacs 25, 26, and 27; XEmacs and old Emacsen are no longer
supported.

Regards,

In [emacs-w3m:13457]
On Mon, 17 Jun 2019 16:12:26 +0900, Katsumi Yamaoka wrote:
> I made a new branch named `modernize201906' mainly to drop old
> Emacsen and XEmacs support.  Now it supports Emacs 25,26 and 27.
> It doesn't necessarily mean to make it fast but clean the code.
> Still uses lexical-let, using the lexical-binding would be the
> next step.  Testers are welcome.  Note that you may want to do
> `git fetch' to check out the branch.

> The new w3m-download implementation ([emacs-w3m:13326]) is added
> as a makeshift until the improved w3m ([emacs-w3m:13327]) comes.

> Tested and tweaked the code so that `make very-slow' with Emacs 25.1,
> 26.1, 26.2.90, and 27.0.50 may issue no warning.  Mew stuff are
> tested by only byte-compiling along with the latest its git repo.