summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormef <mef@pkgsrc.org>2015-07-23 12:19:10 +0000
committermef <mef@pkgsrc.org>2015-07-23 12:19:10 +0000
commitdac30edb9acabcf98399aa9107e45026becf5449 (patch)
tree766b4ee48ab0521fb25a5ac60db2aa6152028787
parente0cf62a325e6a30d253ad6557a74f44be1d39e6d (diff)
downloadpkgsrc-dac30edb9acabcf98399aa9107e45026becf5449.tar.gz
Update 1.4.538 (0.20141022) to 1.4.554 (0.20150609)
--------------------------------------------------- 2015-06-09 Katsumi Yamaoka <yamaoka@jpl.org> * 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> * 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> * w3m.el (w3m-refresh-at-time): Remove workaround. [emacs-w3m:12459] 2015-05-13 Katsumi Yamaoka <yamaoka@jpl.org> * 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> * 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> * w3m.el (w3m-refresh-at-time): Temporary fix to avoid Google search looping. [emacs-w3m:12440] 2015-04-27 Katsumi Yamaoka <yamaoka@jpl.org> * w3m.el (w3m-error): New face. (w3m-retrieve-and-render): Denote `failed' if it did so. 2015-04-06 Katsumi Yamaoka <yamaoka@jpl.org> * 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> * 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> * 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> * 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> * w3m-filter.el (w3m-filter-add-name-anchors): Don't use ambiguous regexp. [emacs-w3m:12422] 2015-02-08 Katsumi Yamaoka <yamaoka@jpl.org> * 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> * 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> * w3mhack.el (w3mhack-compile-file): New function. (w3mhack-compile): Use it. 2014-11-24 Andrey Kotlarski <m00naticus@gmail.com> * 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.
-rw-r--r--www/emacs-w3m-snapshot/Makefile4
-rw-r--r--www/emacs-w3m-snapshot/PLIST4
-rw-r--r--www/emacs-w3m-snapshot/distinfo8
3 files changed, 9 insertions, 7 deletions
diff --git a/www/emacs-w3m-snapshot/Makefile b/www/emacs-w3m-snapshot/Makefile
index 5176d5262ba..6fe5c406292 100644
--- a/www/emacs-w3m-snapshot/Makefile
+++ b/www/emacs-w3m-snapshot/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2015/04/14 02:21:29 mef Exp $
+# $NetBSD: Makefile,v 1.12 2015/07/23 12:19:10 mef Exp $
-DISTNAME= w3m-el-snapshot_1.4.538+0.20141022.orig
+DISTNAME= w3m-el-snapshot_1.4.554+0.20150609.orig
PKGNAME= ${EMACS_PKGNAME_PREFIX}emacs-${DISTNAME:S/-el-snapshot_/-/:S/+0//:S/.orig//}
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/w/w3m-el-snapshot/}
diff --git a/www/emacs-w3m-snapshot/PLIST b/www/emacs-w3m-snapshot/PLIST
index 2946dbda876..862fe912312 100644
--- a/www/emacs-w3m-snapshot/PLIST
+++ b/www/emacs-w3m-snapshot/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2015/04/14 02:21:29 mef Exp $
+@comment $NetBSD: PLIST,v 1.7 2015/07/23 12:19:10 mef Exp $
info/emacs-w3m-ja.info
info/emacs-w3m.info
${EMACS_LISPPREFIX}/w3m/ChangeLog
@@ -333,6 +333,8 @@ ${FOR_emacs21}${EMACS_LISPPREFIX}/w3m/w3m-ucs.el.gz
${FOR_emacs21}${EMACS_LISPPREFIX}/w3m/w3m-ucs.elc
${EMACS_LISPPREFIX}/w3m/w3m-util.el.gz
${EMACS_LISPPREFIX}/w3m/w3m-util.elc
+${EMACS_LISPPREFIX}/w3m/w3m-save.el.gz
+${EMACS_LISPPREFIX}/w3m/w3m-save.elc
${EMACS_LISPPREFIX}/w3m/w3m-weather.el.gz
${EMACS_LISPPREFIX}/w3m/w3m-weather.elc
${EMACS_LISPPREFIX}/w3m/w3m.el.gz
diff --git a/www/emacs-w3m-snapshot/distinfo b/www/emacs-w3m-snapshot/distinfo
index 8ec6c9ed575..36931192a73 100644
--- a/www/emacs-w3m-snapshot/distinfo
+++ b/www/emacs-w3m-snapshot/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.7 2015/04/14 02:21:29 mef Exp $
+$NetBSD: distinfo,v 1.8 2015/07/23 12:19:10 mef Exp $
-SHA1 (w3m-el-snapshot_1.4.538+0.20141022.orig.tar.gz) = 9867a5a4d9d1818d1a53518033c9516569e0f90d
-RMD160 (w3m-el-snapshot_1.4.538+0.20141022.orig.tar.gz) = 261405b2da3148947298335791c715345fb15d71
-Size (w3m-el-snapshot_1.4.538+0.20141022.orig.tar.gz) = 1042295 bytes
+SHA1 (w3m-el-snapshot_1.4.554+0.20150609.orig.tar.gz) = f3affac607da4a41b5969dc6c8c41a1b0166869b
+RMD160 (w3m-el-snapshot_1.4.554+0.20150609.orig.tar.gz) = 5c4e7ed0762d487b1039567fb46f65760ade86e9
+Size (w3m-el-snapshot_1.4.554+0.20150609.orig.tar.gz) = 1052483 bytes
SHA1 (patch-Makefile.in) = b580cf5969febf3e4bb3b4229369d601b7444638
SHA1 (patch-w3m.el) = a4c14deed274e984f854255513ce49dbd320eb83
SHA1 (patch-w3mhack.el) = ecb7448d7f79b37e2b3229e11f9079062728ebf7