pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/emacs-w3m-snapshot
Module Name: pkgsrc
Committed By: mef
Date: Thu Jul 23 12:19:10 UTC 2015
Modified Files:
pkgsrc/www/emacs-w3m-snapshot: Makefile PLIST distinfo
Log Message:
Update 1.4.538 (0.20141022) to 1.4.554 (0.20150609)
---------------------------------------------------
2015-06-09 Katsumi Yamaoka <yamaoka%jpl.org@localhost>
* w3m.el (w3m-retrieve-and-render):
Set w3m-current-url (and w3m-current-title) so as to enable moving back
to the past page (in the case w3m-clear-display-while-reading is t).
(w3m-goto-url): Don't move point to the top when it failed to retrieve.
[emacs-w3m:12471]
2015-06-02 Katsumi Yamaoka <yamaoka%jpl.org@localhost>
* w3m.el (w3m-retrieve-and-render):
Don't display progress message for `about:' pages. [emacs-w3m:12465]
2015-05-22 Katsumi Yamaoka <yamaoka%jpl.org@localhost>
* w3m.el (w3m-refresh-at-time): Remove workaround. [emacs-w3m:12459]
2015-05-13 Katsumi Yamaoka <yamaoka%jpl.org@localhost>
* w3m.el (w3m-use-refresh): Mention Google looping problem in docstring.
(w3m-refresh-minimum-interval): Default to 5; change the meaning.
(w3m-check-refresh-attribute, w3m-view-previous-page):
Do nothing for w3m-refresh-minimum-interval.
(w3m-refresh-at-time):
Override meta refresh seconds by w3m-refresh-minimum-interval.
(w3m-goto-url-with-timer): Check for buffer's existence correctly.
2015-05-10 Katsumi Yamaoka <yamaoka%jpl.org@localhost>
* w3m.el (w3m-error): Work for XEmacs. [emacs-w3m:12444]
(w3m-retrieve-and-render): Work for XEmacs.
Note: `get-buffer-window' requires a buffer for the 1st arg in XEmacs.
2015-05-08 Katsumi Yamaoka <yamaoka%jpl.org@localhost>
* w3m.el (w3m-refresh-at-time):
Temporary fix to avoid Google search looping. [emacs-w3m:12440]
2015-04-27 Katsumi Yamaoka <yamaoka%jpl.org@localhost>
* w3m.el (w3m-error): New face.
(w3m-retrieve-and-render): Denote `failed' if it did so.
2015-04-06 Katsumi Yamaoka <yamaoka%jpl.org@localhost>
* w3m.el (w3m-clear-display-while-reading): New user option.
(w3m-retrieve-and-render): Clear the current display while reading
a new page if w3m-clear-display-while-reading is non-nil.
[emacs-w3m:12428]
2015-04-03 Katsumi Yamaoka <yamaoka%jpl.org@localhost>
* w3m.el (w3m-url-savable-p): New function.
(w3m-toolbar, w3m-menubar): Use it.
* w3m-save.el: Provide the feature.
2015-04-02 Katsumi Yamaoka <yamaoka%jpl.org@localhost>
* w3m.el (w3m-toolbar-buttons, w3m-toolbar): Add `Save' button.
* icons/save-up.png, icons/save-up.xpm
* icons30/save-up.png, icons30/save-up.xpm: New files.
2015-04-01 Katsumi Yamaoka <yamaoka%jpl.org@localhost>
* w3m-save.el: New file.
* w3m.el (w3m-menubar, w3m-lynx-like-map, w3m-info-like-map):
Add w3m-save-buffer and bind `C-x C-s' to it.
2015-03-13 Katsumi Yamaoka <yamaoka%jpl.org@localhost>
* w3m-filter.el (w3m-filter-add-name-anchors):
Don't use ambiguous regexp. [emacs-w3m:12422]
2015-02-08 Katsumi Yamaoka <yamaoka%jpl.org@localhost>
* w3m.el (w3m-search-name-anchor): Search for both "name" and
(w3m-url-decode-string "name"). [emacs-w3m:12392]
2015-01-28 Katsumi Yamaoka <yamaoka%jpl.org@localhost>
* w3m.el (w3m-extra-numeric-character-reference):
Use #x20 instead of ? .
(w3m-scroll-up-1): Remove obsolete function alias to w3m-scroll-up.
2015-01-22 Katsumi Yamaoka <yamaoka%jpl.org@localhost>
* w3mhack.el (w3mhack-compile-file): New function.
(w3mhack-compile): Use it.
2014-11-24 Andrey Kotlarski <m00naticus%gmail.com@localhost>
* w3m-lnum.el (w3m-lnum-actions-link-alist): Add open in background
bindings.
(w3m-lnum-remove-overlays): Enlarge default region to clean.
(w3m-lnum-set-numbering): Use w3m-lnum-remove-overlays.
(w3m-lnum-next-filter): New function.
(w3m-lnum-read-interactive): Use it to search below and above when
filter has no matches left.
(w3m-with-lnum): Guarantee cleanup of right buffer.
(w3m-lnum-get-action): Fix checkdoc warning.
(w3m-lnum-visit): Make it function. Enable visiting in background.
(w3m-lnum-follow): Add prefix combinations to visit links in
background.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/www/emacs-w3m-snapshot/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/emacs-w3m-snapshot/PLIST
cvs rdiff -u -r1.7 -r1.8 pkgsrc/www/emacs-w3m-snapshot/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index