pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/emacs-w3m-snapshot Update 1.4.483.20120614 to 1.4...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4ffc1f419c1d
branches:  trunk
changeset: 649944:4ffc1f419c1d
user:      mef <mef%pkgsrc.org@localhost>
date:      Tue Apr 14 02:21:29 2015 +0000

description:
Update 1.4.483.20120614  to 1.4.538.20141022  (sorry for long ChangeLog)
--------------------------------------------
2014-10-06  Katsumi Yamaoka  <yamaoka%jpl.org@localhost>

        * w3m.el (w3m-extra-numeric-character-reference): Add (?\C-m . ? ).
        [emacs-w3m:12378]

2014-10-01  Herbert J. Skuhra  <h.skuhra%gmail.com@localhost>

        * aclocal.m4 (AC_PATH_EMACS): Work for Emacs 25.

2014-08-01  Michael Heerdegen  <michael_heerdegen%web.de@localhost>
        Katsumi Yamaoka <yamaoka%jpl.org@localhost>

        * w3m.el (w3m-input-url-next-history-element): Abolish.
        (w3m-url-completion-map): Don't bind M-n key.
        (w3m-input-url-default-add-completions): New function.
        (w3m-input-url):
        Bind minibuffer-default-add-function to it locally in minibuffer.

2014-07-29  Katsumi Yamaoka  <yamaoka%jpl.org@localhost>

        * w3m.el (w3m-input-url-provide-initial-content): New user option.
        (w3m-input-url): Use it.
        (w3m-input-url-next-history-element): New function.
        (w3m-url-completion-map): Bind it.
        [emacs-w3m:12345]

2014-07-24  Katsumi Yamaoka  <yamaoka%jpl.org@localhost>

        * w3m-filter.el (w3m-filter-add-name-anchors): Subdivide long regexp.
        [emacs-w3m:12339]

2014-06-12  Katsumi Yamaoka  <yamaoka%jpl.org@localhost>

        * Makefile.in (install-lisp): Compress .el files.
        * doc/Makefile.in (install): Compress info files.

        * aclocal.m4 (AC_COMPRESS_INSTALL): New function.
        * configure.in: Use it.

2014-06-11  Kevin Ryde  <user42_kevin%yahoo.com.au@localhost>

        * w3m.el (w3m-zoom-out-image, w3m-resize-image-interactive): Treat
        zoom-out percentage as inverse of zoom-in, so "in" then "out" returns
        to the original size.
        (w3m-resize-inline-image-internal): Set w3m-image-scale property to
        flonum to avoid integer round-off when resizing in and out.  Use
        `round' rather than `truncate' when calling "convert" so flonum
        round-off 99.999 is original 100%.

2014-06-11  Katsumi Yamaoka  <yamaoka%jpl.org@localhost>

        * w3m.el (w3m-content-type-alist): Don't bug out for the case where
        browse-url-browser-function is set to a function symbol that is not yet
        defined.  [emacs-w3m:12317]

2014-04-21  Michael Ernst  <mernst%cs.washington.edu@localhost>

        * w3m-util.el (w3m-beginning-of-tag, w3m-end-of-tag): Work correctly
        for the case there is only whitespace between <tag> and </tag>.

2014-03-31  Katsumi Yamaoka  <yamaoka%jpl.org@localhost>

        * w3m.el (w3m-markup-urls-nobreak): Don't modify textarea.
        [emacs-w3m:12308]

2014-03-26  Katsumi Yamaoka  <yamaoka%jpl.org@localhost>

        * w3m.el (w3m-relationship-estimate-rules): Update regexps for Google.

2014-02-13  Katsumi Yamaoka  <yamaoka%jpl.org@localhost>

        * w3m.el (w3m-url-encode-string): Encode `:' and `/'.
        Suggested by Dan Jacobson <jidanni%jidanni.org@localhost>.

        * w3m-form.el (w3m-form-make-form-data, w3m-form-parse-and-fontify):
        Use car-less-than-car.

2014-02-10  Katsumi Yamaoka  <yamaoka%jpl.org@localhost>

        * w3m-filter.el (w3m-filter-subst-disabled-with-readonly): Relax regexp.

        * w3m-form.el (w3m-form-submit): Work for a url having no query part.

2014-01-08  Mirko M.  <mirko.m%hotmail.com@localhost>

        * w3m-util.el (w3m-delete-frames-and-windows): Don't clear the windows
        layout that used to be before visiting an emacs-w3m buffer.
        [emacs-w3m:12273]

2014-01-07  Katsumi Yamaoka  <yamaoka%jpl.org@localhost>

        * w3m-util.el (w3m-static-if, w3m-static-when, w3m-static-unless)
        (w3m-static-cond): Add edebug spec.

        * octet.el: Fix edebug spec for the static-* macros.

2013-12-03  Tatsuya Kinoshita  <tats%vega.ocn.ne.jp@localhost>

        * mew-w3m.el (mew-w3m-region): Set point to the end of <div> tag to
        prevent infinite loop.

2013-12-01  Tatsuya Kinoshita  <tats%vega.ocn.ne.jp@localhost>

        * mew-w3m.el (mew-w3m-region): Set point to minimum for
        `mew-w3m-cite-blockquote' to work.

2013-11-05  Katsumi Yamaoka  <yamaoka%jpl.org@localhost>

        * mew-w3m.el (mew-w3m-cite-blockquote): New function.
        (mew-w3m-region): Use it.

2013-11-26  Katsumi Yamaoka  <yamaoka%jpl.org@localhost>

        * w3m-filter.el (w3m-filter-subst-disabled-with-readonly): Rewrite.

        * w3m-filter.el (w3m-filter-subst-disabled-with-readonly):
        Fix the width of disabled select form.

2013-11-25  Katsumi Yamaoka  <yamaoka%jpl.org@localhost>

        * w3m-filter.el (w3m-filter-subst-disabled-with-readonly): Replace
        disabled or readonly select forms, that w3m doesn't support, with
        read-only input forms.  [emacs-w3m:12222]

        * w3m-form.el (w3m-form-parse-and-fontify): Make read-only text buttons
        for image, reset, and submit forms if readonly attr is turned on.

        * w3m-ems.el, w3m-form (w3m-form-make-button): Add the optional
        readonly argument; make a read-only text button if it is non-nil.

2013-11-20  Katsumi Yamaoka  <yamaoka%jpl.org@localhost>

        Make non-link urls unbreakable.  [emacs-w3m:12215]

        * w3m.el (w3m-markup-urls-nobreak): New function.
        (w3m-rendering-buffer): Use it.

2013-10-22  Katsumi Yamaoka  <yamaoka%jpl.org@localhost>

        Simplify the tab line control so as not to consume CPU.
        Thanks to Michael Heerdegen for good suggestions.

        * w3m-ems.el (w3m-tab-line-format, w3m-tab-timer): Abolish.
        (w3m-tab-mouse-track-selected-tab): Run `w3m-tab-line' instead of using
        its cache; remove unused argument `buffers'.
        (w3m-tab-line): Don't use chache and timer.

2013-10-17  Katsumi Yamaoka  <yamaoka%jpl.org@localhost>

        Replace `w3m-external-view-current-url', `w3m-external-view-this-url',
        and `w3m-view-url-with-external-browser' with
        `w3m-view-url-with-browse-url' that runs `browse-url'. [emacs-w3m:12190]

        * w3m.el (w3m-menubar, w3m-tab-button-menu-commands, w3m-link-map): Do.
        (w3m-external-view-current-url, w3m-external-view-this-url)
        (w3m-view-url-with-external-browser): Make obsolete.
        (w3m-view-url-with-browse-url): New function.
        (w3m-mode-map): Bind "M" to it.

        * w3m-lnum.el (w3m-lnum-actions-link-alist): Bind "M" to
        w3m-view-url-with-browse-url instead of w3m-external-view.
        (w3m-lnum-mode-map): Use the key bound to w3m-view-url-with-browse-url
        for w3m-lnum-external-view-this-url.
        (w3m-lnum-external-view-this-url): Use w3m-view-url-with-browse-url
        instead of w3m-external-view.

2013-10-16  Michael Heerdegen  <michael_heerdegen%web.de@localhost>

        * w3m-ems.el (w3m-tab-line):
        Run w3m-force-window-update unconditionally.  [emacs-w3m:12175]

2013-10-09  Katsumi Yamaoka  <yamaoka%jpl.org@localhost>

        * w3m-form.el (w3m-form-inactive): Add underline property.
        (w3m-form-input-textarea): Don't use it to view read-only textarea.

2013-10-08  Katsumi Yamaoka  <yamaoka%jpl.org@localhost>

        Make disabled or read-only forms inatcive.

        * w3m-form.el (w3m-form-parse-and-fontify): Make `select', `checkbox',
        `radio', and `file' input forms inactive.
        (w3m-form-input-checkbox, w3m-form-input-radio, w3m-form-input-file)
        (w3m-form-input-select): Don't allow keys if it is inactive.

2013-10-08  Thorsten Jolitz  <tjolitz%gmail.com@localhost>

        * w3m-form.el (w3m-form-input-textarea-mode-setup): New option for
        setting up the textarea input buffer in org-mode instead of text-mode.

        (w3m-form-input-textarea-org-mode-map) New minor-mode-map.
        (w3m-form-textarea-use-org-mode-p) New variable.
        (w3m-form-textarea-toggle-major-mode) New function.
        (w3m-form-input-textarea-mode-setup) Setup textarea edit buffer with
        major-mode 'org-mode if `w3m-form-textarea-use-org-mode-p' is non-nil.
        (w3m-form-input-textarea) Split window sensibly if
        `w3m-form-textarea-use-org-mode-p' is non-nil.
        (w3m-form-input-textarea-mode) Override default minor-mode map with
        new minor-mode-map in case major-mode is 'org-mode.

2013-10-08  Katsumi Yamaoka  <yamaoka%jpl.org@localhost>

        * w3m-form.el (w3m-form-input-textarea-mode-setup):
        Fix typo (unquoted `view-mode').

2013-10-04  Katsumi Yamaoka  <yamaoka%jpl.org@localhost>

        * w3m-form.el (w3m-form-input-textarea-mode-setup): Use view-mode to
        show disabled or readonly textarea.
        (w3m-form-input-textarea): Revert last change; use w3m-form-inactive
        face to show disabled or readonly textarea.

2013-10-03  Katsumi Yamaoka  <yamaoka%jpl.org@localhost>

        Make disabled forms not editable.  [emacs-w3m:12146]

        * w3m.el (w3m-use-filter): Default to t.
        (w3m-show-form-hint): Notice form is inactive.

        * w3m-filter.el (w3m-filter-subst-disabled-with-readonly): New function
        that substitutes the `disabled' attribute with the `readonly' attribute
        in an html source so as to enable w3m to handle.
        (w3m-filter-configuration): Add it.

        * w3m-form.el (w3m-form-inactive): New face.
        (w3m-fontify-textareas, w3m-form-parse-and-fontify): Use it if text is
        not editable.
        (w3m-form-input): Use w3m-message rather than message.
        (w3m-form-input-textarea): Don't allow editing text if it is disabled.
        (w3m-form-last-position): New variable.
        (w3m-form-restore-last-position): New function.
        (w3m-form-submit): Add it to w3m-fontify-after-hook.

2013-09-10  Katsumi Yamaoka  <yamaoka%jpl.org@localhost>

        * w3m.el (w3m-input-url): Default to `default' or "".
        (w3m-download): Prompt for url endlessly instead of bugging out.
        (w3m): Doc fix.

2013-09-09  Katsumi Yamaoka  <yamaoka%jpl.org@localhost>

        * w3m.el (w3m-url-completion-map): New overriding keymap.
        (w3m-input-url): Use it.
        Suggested by Manuel Giraud <manuel%ledu-giraud.fr@localhost>.

2013-09-06  Katsumi Yamaoka  <yamaoka%jpl.org@localhost>

        * w3m-ems.el (w3m-toolbar-make-buttons): Make tool-bar button use
        a single icon image if Emacs built with Gtk+ is running.
        cf. <http://thread.gmane.org/gmane.emacs.bugs/78021>
        (w3m-toolbar-use-single-image-per-icon): Add a note to docstring.

2013-09-04  Katsumi Yamaoka  <yamaoka%jpl.org@localhost>

        * w3m-util.el (w3m-decode-coding-string-with-priority):
        Move from w3m-ems.el and w3m-xmas.el.
        * w3m-ems.el, w3m-xmas.el
        (w3m-decode-coding-string-with-priority): Move to w3m-util.el.
        * w3m-proc.el: Don't Fbind it.

        * w3mhack.el (w3mhack-make-package):
        Avoid making a hard link for w3m-load.el twice.

2013-09-03  Manuel Giraud  <manuel%ledu-giraud.fr@localhost>

        * w3m.el (w3m-canonicalize-url): Do uri replace before normal parsing.

2013-09-02  Katsumi Yamaoka  <yamaoka%jpl.org@localhost>

        Prefer uris based on w3m-uri-replace-alist to Google's feeling lucky.
        Suggested by Michael Heerdegen <michael_heerdegen%web.de@localhost>.

        * w3m.el (w3m-canonicalize-url): Run w3m-uri-replace before falling
        back to Google's feeling lucky.
        (w3m-uri-replace): Simply return nil if there is no replacement.
        (w3m-goto-url): Move forward w3m-uri-replace to w3m-canonicalize-url.

2013-08-26  Katsumi Yamaoka  <yamaoka%jpl.org@localhost>

        * w3m.el (w3m-retrieve-and-render): Record failed urls as well to the
        arrived database.  Suggested by Dan Jacobson.
        (w3m-delete-buffer): Kill form buffers before killing a page buffer.
        (w3m-delete-buffer): Work around mysterious bug where window positions
        aren't restored if this command is called by a mouse event.  Reported
        by Dan Jacobson.

2013-08-26  Dan Jacobson  <jidanni%jidanni.org@localhost>

        * w3m.el (w3m-toolbar): Simplify the label used for w3m-history.

2013-08-13  Kevin Ryde  <user42%zip.com.au@localhost>

        * w3mhack.el (w3mhack-module-list): Remove w3mhack-load-file from the
        modules not to be byte compiled, so that it is byte compiled.
        (w3mhack-generate-load-file): Remove no-byte-compile from w3m-load.el.

2013-08-01  Katsumi Yamaoka  <yamaoka%jpl.org@localhost>

        * w3m-form.el (w3m-form-parse-and-fontify): Prefer base url if any
        rather than the current url when constructing urls that form buttons
        specify.  Thanks to Thorsten Jolitz [emacs-w3m: 12107].

2013-07-01  Katsumi Yamaoka  <yamaoka%jpl.org@localhost>

        * w3m.el (w3m): Enable it again to fetch Gmane url and others.
        (w3m-gmane-url-at-point): Update url.

2013-06-26  Katsumi Yamaoka  <yamaoka%jpl.org@localhost>

        * w3m.el (w3m-use-cookies): Default to t.

        Make `w3m-input-url' offer no useless initial string.
        * w3m.el (w3m-active-region-or-url-at-point, w3m-input-url)
        (w3m-download, w3m-view-this-url, w3m-view-url-with-external-browser)
        (w3m-goto-url, w3m-goto-url-new-session, w3m): Do.

2013-06-21  Katsumi Yamaoka  <yamaoka%jpl.org@localhost>

        * aclocal.m4: Make configure work for term-mode running in Emacs.

2013-06-18  Katsumi Yamaoka  <yamaoka%jpl.org@localhost>

        * w3m.el (ffap-url-regexp): Silence the byte compiler.

        * mime-w3m.el: Require calist when compiling.

2013-05-30  Katsumi Yamaoka  <yamaoka%jpl.org@localhost>

        * mime-w3m.el: Don't use obsolete macro dont-compile.

        * w3m.el (w3m-goto-mailto-url): Bind display-buffer-alist instead of
        special-display-buffer-names and special-display-regexps for Emacs >=
        24.3.

        * w3m-ems.el (w3m-image-multi-frame-p): Exclude images that don't
        specify a delay.

2013-04-19  Katsumi Yamaoka  <yamaoka%jpl.org@localhost>

        * w3m-filter.el (w3m-filter): Don't modify w3m-filter-rules.

2013-04-12  REN Lifeng  <renlifeng%wowfly.com@localhost>

        * w3m-session.el (w3m-session-rename): Don't infloop.

2013-04-11  Katsumi Yamaoka  <yamaoka%jpl.org@localhost>

        * w3m-filter.el (w3m-filter-configuration):
        Use w3m-language rather than w3m-use-japanese-menu.

2013-04-10  Katsumi Yamaoka  <yamaoka%jpl.org@localhost>

        * w3m-filter.el (w3m-filter-add-name-anchors): Fix regexp matching name
        anchors.  Reported by Dan Jacobson <jidanni%jidanni.org@localhost>.

2013-04-08  Katsumi Yamaoka  <yamaoka%jpl.org@localhost>

        * w3m-form.el (w3m-form-get-by-name): Distinguish the type of forms of
        the same names.  Reported by Kevin Ryde <user42%zip.com.au@localhost>.
        (w3m-form-resume, w3m-form-parse-and-fontify, w3m-form-input-map): Do.

2013-04-05  Katsumi Yamaoka  <yamaoka%jpl.org@localhost>

        * w3m-filter.el (w3m-filter-fix-tfoot-rendering): New filter.
        (w3m-filter-configuration): Add it but not activate.

        * w3m-ems.el (w3m-image-multi-frame-p): New alias.
        (w3m-image-animate): Use it.

2013-02-04  Katsumi Yamaoka  <yamaoka%jpl.org@localhost>

        * w3m.el (w3m-retrieve-and-render): Remove workaround.
        * w3m-util.el (w3m-force-window-update-later): Make 1st arg optional.
        * w3m-ems.el (w3m-force-window-update): A window need to be redisplayed
        for `force-window-update' to work (see the docstring).

2013-01-23  Katsumi Yamaoka  <yamaoka%jpl.org@localhost>

        * w3m-lnum.el (w3m-lnum-read-interactive): Replace w3m-scroll-up-1 with
        w3m-scroll-up.

        * w3m.el (w3m-scroll-up): Rename from w3m-scroll-up-1.
        (w3m-scroll-up, w3m-scroll-up-or-next-url): Make the bottom of a page
        border on the bottom of a screen when having finished scrolling
        the page up.
        (w3m-scroll-down): New function detached from
        w3m-scroll-down-or-previous-url.
        (w3m-scroll-down-or-previous-url): Move point to the top when having
        finished scrolling a page down.
        (w3m-mwheel-scroll-up, w3m-mwheel-scroll-down): New functions.
        (w3m-mode): Bind mwheel-scroll-(up,down)-function to
        w3m-mwheel-scroll-(up,down).
        Suggested by Dan Jacobson <jidanni%jidanni.org@localhost>.

2013-01-11  Katsumi Yamaoka  <yamaoka%jpl.org@localhost>

        * w3m.el (w3m-retrieve-and-render): Do (sit-for 0) to update the
        header-line appearance as a workaround; see the 2013-01-11 comment.
        (w3m-view-this-url-1): Revert 2010-01-15 change; don't popup new
        session if w3m-new-session-in-background is non-nil.
        Reported by Michael Heerdegen <michael_heerdegen%web.de@localhost>.

2012-12-25  Katsumi Yamaoka  <yamaoka%jpl.org@localhost>

        * w3m-search.el (w3m-search-do-search): Save history position.
        Reported by Dan Jacobson <jidanni%jidanni.org@localhost>.

2012-12-17  Katsumi Yamaoka  <yamaoka%jpl.org@localhost>

        * w3m-ems.el (w3m-ems-create-image): Abolish.
        (w3m-image-animate-seconds): New user option.
        (w3m-image-animate): New function.
        (w3m-create-image): Use it.

        * w3m.el (w3m-resize-inline-image-internal): Use w3m-image-animate.

        * w3m-xmas.el (w3m-image-animate): Alias to identity.

2012-12-10  Katsumi Yamaoka  <yamaoka%jpl.org@localhost>

        * w3m.el (w3m-decode-anchor-string): Decode url used to next/prev/...
        cf. http://emacs-w3m.namazu.org/ml/msg11824.html

2012-12-05  Katsumi Yamaoka  <yamaoka%jpl.org@localhost>

        * w3m-util.el (w3m-flet): Rewrite it using cl-letf.

2012-12-04  Katsumi Yamaoka  <yamaoka%jpl.org@localhost>

        * w3m-util.el (w3m-labels): Revert; use cl-labels if available.

2012-12-04  Katsumi Yamaoka  <yamaoka%jpl.org@localhost>

        * w3m-util.el (w3m-labels): Rewrite.

2012-11-19  Uday S Reddy  <u.s.reddy%cs.bham.ac.uk@localhost>

        * w3m.el (w3m-command-environment): Make the "CYGWIN" environment
        variable default to "binmode" for NTEmacs.

2012-10-18  Katsumi Yamaoka  <yamaoka%jpl.org@localhost>

        * w3m-filter.el (w3m-filter-configuration): Work around a widget bug.

2012-10-17  Katsumi Yamaoka  <yamaoka%jpl.org@localhost>

        * w3m-filter.el: Change file coding system to utf-8.
        (w3m-filter-configuration):
        New user option, a successor to w3m-filter-rules.
        (w3m-filter-rules):
        Make it semi-obsolete (but still usable) and default to nil.
        (w3m-filter):
        Use w3m-filter-configuration in addition to w3m-filter-rules.
        (w3m-filter-google-click-tracking)
        (w3m-filter-google-shrink-table-width, w3m-filter-add-name-anchors):
        New filters.

        * w3m.el (w3m-rendering-half-dump):
        Move function, that adds name anchors, to w3m-filter.el.
        (w3m-create-page): Move Google click-tracking filter to w3m-filter.el.

        * w3m-util.el (w3m-widget-type-convert-widget):
        Don't modify default sexp values.

2012-10-10  Katsumi Yamaoka  <yamaoka%jpl.org@localhost>

        * w3m-bookmark.el (w3m-bookmark-buffer): Use (0 0) as the Unix epoch.

        * w3m.el (w3m-create-page): Fix regexp matching Google's click-
        tracking urls.

2012-07-22  Katsumi Yamaoka  <yamaoka%jpl.org@localhost>

        * w3m.el (w3m-rendering-half-dump): Add name anchors for only existing
        internal links.

2012-07-19  Katsumi Yamaoka  <yamaoka%jpl.org@localhost>

        * w3m-util.el (w3m-flet): New macro.

2012-07-18  Katsumi Yamaoka  <yamaoka%jpl.org@localhost>

        * w3m.el (w3m-input-url): Decode url string by the coding system that
        url itself specifies if any.

        * w3m.el (w3m-goto-url): Allow optional save-pos argument, that leads
        it to run w3m-history-store-position.
        (w3m-view-parent-page, w3m-scroll-up-or-next-url)
        (w3m-scroll-down-or-previous-url): Run w3m-history-store-position.
        (w3m-gohome, w3m-browse-url, w3m-find-file, w3m-db-history)
        (w3m-history): Run w3m-history-store-position by way of w3m-goto-url.

        * w3m-util.el (w3m-labels): New macro that runs cl-labels in Emacs 24.2
        and later, otherwise runs labels.

        * mime-w3m.el (mime-w3m-insinuate):
        * w3m-bookmark.el (w3m-bookmark-safe-string):
        * w3m-proc.el (w3m-process-do-with-temp-buffer):
        * w3m-rss.el (w3m-rss-parse-date-string):
        * w3m-weather.el (w3m-weather-completion-table):
        Replace labels with w3m-labels.

        * w3mhack.el (w3mhack-nonunix-install): Don't use labels.

2012-07-13  Katsumi Yamaoka  <yamaoka%jpl.org@localhost>

        * w3m.el (w3m-input-url, w3m-header-line-insert):
        Don't decode only control characters.

2012-07-12  Katsumi Yamaoka  <yamaoka%jpl.org@localhost>

        * w3m.el (w3m-input-url): Don't decode %00~%1F and %7F~%9F in url.

2012-07-11  Katsumi Yamaoka  <yamaoka%jpl.org@localhost>

        * w3m.el (w3m-url-decode-string): Allow optional regexp matching %**.
        (w3m-header-line-insert): Don't decode %00~%1F and %7F~%9F in url.

        * w3m.el (w3m-create-page): Show raw contents briefly, not fully, when
        prompting a user for the content type.

2012-07-10  Katsumi Yamaoka  <yamaoka%jpl.org@localhost>

        * w3m.el (w3m-rendering-half-dump): Add name anchors fast.

2012-07-10  Naohiro Aota  <naota%elisp.net@localhost>

        * w3m.el: (w3m-data-retrieve): URL-decode data-string. It can have
        "%2b%2d%3d" representing "/+=".

2012-07-08  Katsumi Yamaoka  <yamaoka%jpl.org@localhost>

        * w3m.el (w3m-rendering-half-dump): Add name anchors that w3m can
        handle in nested tags.

2012-07-02  Katsumi Yamaoka  <yamaoka%jpl.org@localhost>

        * w3m.el (w3m-view-url-with-external-browser): Improve prompt string.
        Suggested by Dan Jacobson <jidanni%jidanni.org@localhost>.

2012-06-25  Katsumi Yamaoka  <yamaoka%jpl.org@localhost>

        * w3m.el (w3m-active-region-or-url-at-point, w3m-print-this-url):
        Try to pick #name anchor out.

        * w3m-search.el (w3m-search-read-variables): Make commands that use it
        error out when other processes run in the current w3m buffer.

        * w3m.el (w3m-mode): Add description of some missing commands to doc.

2012-06-20  Katsumi Yamaoka  <yamaoka%jpl.org@localhost>

        * w3m.el (w3m-create-page): Safely quit session when a user hits C-g;
        make sure to set w3m-current-url.

2012-06-19  Katsumi Yamaoka  <yamaoka%jpl.org@localhost>

        * w3m.el (w3m-cache-header, w3m-cache-request-header)
        (w3m-cache-contents, w3m-cache-request-contents)
        (w3m-cache-available-p): Canonicalize given url.
        (w3m-show-error-information): Show as many info as possible.

2012-06-18  Katsumi Yamaoka  <yamaoka%jpl.org@localhost>

        * w3m-util.el (w3m-popup-buffer): Do nothing for the current buffer.

        * w3m.el (w3m-history-highlight-current-url): Extend href anchor to bol.

        * w3m.el (w3m-http-status-alist): New variable.
        (w3m-http-status): New variable.
        (w3m-w3m-retrieve): Set it.
        (w3m-retrieve): Clear it.
        (w3m-download, w3m-retrieve-and-render, w3m-show-error-information):
        Show http status if download or retrieving fails.

diffstat:

 www/emacs-w3m-snapshot/Makefile |    8 +-
 www/emacs-w3m-snapshot/PLIST    |  333 ++++++++++++++++++++-------------------
 www/emacs-w3m-snapshot/distinfo |    8 +-
 3 files changed, 177 insertions(+), 172 deletions(-)

diffs (truncated from 546 to 300 lines):

diff -r 0ea277dfd2f9 -r 4ffc1f419c1d www/emacs-w3m-snapshot/Makefile
--- a/www/emacs-w3m-snapshot/Makefile   Mon Apr 13 23:14:07 2015 +0000
+++ b/www/emacs-w3m-snapshot/Makefile   Tue Apr 14 02:21:29 2015 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.10 2013/03/04 19:12:22 hiramatsu Exp $
+# $NetBSD: Makefile,v 1.11 2015/04/14 02:21:29 mef Exp $
 
-DISTNAME=      w3m-el-snapshot_1.4.483+0.20120614.orig
-PKGNAME=       ${EMACS_PKGNAME_PREFIX}${DISTNAME:S/w3m-el-snapshot_/emacs-w3m-/:S/+0//:S/.orig//}
+DISTNAME=      w3m-el-snapshot_1.4.538+0.20141022.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/}
 
@@ -20,7 +20,7 @@
 CONFIGURE_ARGS+=       --localstatedir=${VARBASE}
 CONFIGURE_ENV+=                GAMEOWN=${GAMES_USER}
 BUILD_TARGET=
-WRKSRC=                        ${WRKDIR}/w3m-el-snapshot-1.4.483+0.20120614.orig
+WRKSRC=                        ${WRKDIR}/${DISTNAME:S/_/-/}
 
 EVAL_PREFIX+=  W3M_PREFIX=w3m
 
diff -r 0ea277dfd2f9 -r 4ffc1f419c1d www/emacs-w3m-snapshot/PLIST
--- a/www/emacs-w3m-snapshot/PLIST      Mon Apr 13 23:14:07 2015 +0000
+++ b/www/emacs-w3m-snapshot/PLIST      Tue Apr 14 02:21:29 2015 +0000
@@ -1,334 +1,339 @@
-@comment $NetBSD: PLIST,v 1.5 2013/03/04 19:12:22 hiramatsu Exp $
+@comment $NetBSD: PLIST,v 1.6 2015/04/14 02:21:29 mef Exp $
 info/emacs-w3m-ja.info
 info/emacs-w3m.info
 ${EMACS_LISPPREFIX}/w3m/ChangeLog
 ${EMACS_LISPPREFIX}/w3m/ChangeLog.1
-${EMACS_LISPPREFIX}/w3m/bookmark-w3m.el
+${FOR_emacs21}${EMACS_LISPPREFIX}/w3m/bookmark-w3m.el
+${FOR_emacs22}${EMACS_LISPPREFIX}/w3m/bookmark-w3m.el
+${NOTFOR_emacs21}${NOTFOR_emacs22}${NOTFOR_emacs22nox}${EMACS_LISPPREFIX}/w3m/bookmark-w3m.el.gz
 ${NOTFOR_emacs22}${NOTFOR_emacs22nox}${NOTFOR_emacs21}${NOTFOR_emacs21nox}${NOTFOR_emacs20}${EMACS_LISPPREFIX}/w3m/bookmark-w3m.elc
 ${EMACS_LISPPREFIX}/w3m/mew-shimbun.el
 ${PLIST.mew}${EMACS_LISPPREFIX}/w3m/mew-shimbun.elc
 ${EMACS_LISPPREFIX}/w3m/mew-w3m.el
 ${PLIST.mew}${EMACS_LISPPREFIX}/w3m/mew-w3m.elc
-${EMACS_LISPPREFIX}/w3m/mime-w3m.el
+${EMACS_LISPPREFIX}/w3m/mime-w3m.el.gz
 ${EMACS_LISPPREFIX}/w3m/mime-w3m.elc
-${EMACS_LISPPREFIX}/w3m/nnshimbun.el
+${EMACS_LISPPREFIX}/w3m/nnshimbun.el.gz
 ${EMACS_LISPPREFIX}/w3m/nnshimbun.elc
-${EMACS_LISPPREFIX}/w3m/octet.el
+${EMACS_LISPPREFIX}/w3m/octet.el.gz
 ${EMACS_LISPPREFIX}/w3m/octet.elc
 ${EMACS_LISPPREFIX}/w3m/sChangeLog
-${EMACS_LISPPREFIX}/w3m/sb-2ch.el
+${EMACS_LISPPREFIX}/w3m/sb-2ch.el.gz
 ${EMACS_LISPPREFIX}/w3m/sb-2ch.elc
-${EMACS_LISPPREFIX}/w3m/sb-airs.el
+${EMACS_LISPPREFIX}/w3m/sb-airs.el.gz
 ${EMACS_LISPPREFIX}/w3m/sb-airs.elc
-${EMACS_LISPPREFIX}/w3m/sb-aljazeera.el
+${EMACS_LISPPREFIX}/w3m/sb-aljazeera.el.gz
 ${EMACS_LISPPREFIX}/w3m/sb-aljazeera.elc
-${EMACS_LISPPREFIX}/w3m/sb-arch-bluegate.el
+${EMACS_LISPPREFIX}/w3m/sb-arch-bluegate.el.gz
 ${EMACS_LISPPREFIX}/w3m/sb-arch-bluegate.elc
-${EMACS_LISPPREFIX}/w3m/sb-asahi-html.el
+${EMACS_LISPPREFIX}/w3m/sb-asahi-html.el.gz
 ${EMACS_LISPPREFIX}/w3m/sb-asahi-html.elc
-${EMACS_LISPPREFIX}/w3m/sb-asahi-mytown.el
+${EMACS_LISPPREFIX}/w3m/sb-asahi-mytown.el.gz
 ${EMACS_LISPPREFIX}/w3m/sb-asahi-mytown.elc
-${EMACS_LISPPREFIX}/w3m/sb-asahi.el
+${EMACS_LISPPREFIX}/w3m/sb-asahi.el.gz
 ${EMACS_LISPPREFIX}/w3m/sb-asahi.elc
-${EMACS_LISPPREFIX}/w3m/sb-atmarkit.el
+${EMACS_LISPPREFIX}/w3m/sb-atmarkit.el.gz
 ${EMACS_LISPPREFIX}/w3m/sb-atmarkit.elc
-${EMACS_LISPPREFIX}/w3m/sb-atom-hash.el
+${EMACS_LISPPREFIX}/w3m/sb-atom-hash.el.gz
 ${EMACS_LISPPREFIX}/w3m/sb-atom-hash.elc
-${EMACS_LISPPREFIX}/w3m/sb-atom.el
+${EMACS_LISPPREFIX}/w3m/sb-atom.el.gz
 ${EMACS_LISPPREFIX}/w3m/sb-atom.elc
-${EMACS_LISPPREFIX}/w3m/sb-bbc.el
+${EMACS_LISPPREFIX}/w3m/sb-bbc.el.gz
 ${EMACS_LISPPREFIX}/w3m/sb-bbc.elc
-${EMACS_LISPPREFIX}/w3m/sb-bbdb-ml.el
+${EMACS_LISPPREFIX}/w3m/sb-bbdb-ml.el.gz
 ${EMACS_LISPPREFIX}/w3m/sb-bbdb-ml.elc
-${EMACS_LISPPREFIX}/w3m/sb-chise.el
+${EMACS_LISPPREFIX}/w3m/sb-chise.el.gz
 ${EMACS_LISPPREFIX}/w3m/sb-chise.elc
-${EMACS_LISPPREFIX}/w3m/sb-cgi-board.el
+${EMACS_LISPPREFIX}/w3m/sb-cgi-board.el.gz
 ${EMACS_LISPPREFIX}/w3m/sb-cgi-board.elc
-${EMACS_LISPPREFIX}/w3m/sb-cnet-jp.el
+${EMACS_LISPPREFIX}/w3m/sb-cnet-jp.el.gz
 ${EMACS_LISPPREFIX}/w3m/sb-cnet-jp.elc
-${EMACS_LISPPREFIX}/w3m/sb-cnet.el
+${EMACS_LISPPREFIX}/w3m/sb-cnet.el.gz
 ${EMACS_LISPPREFIX}/w3m/sb-cnet.elc
-${EMACS_LISPPREFIX}/w3m/sb-cnn-jp.el
+${EMACS_LISPPREFIX}/w3m/sb-cnn-jp.el.gz
 ${EMACS_LISPPREFIX}/w3m/sb-cnn-jp.elc
-${EMACS_LISPPREFIX}/w3m/sb-coldsync.el
+${EMACS_LISPPREFIX}/w3m/sb-coldsync.el.gz
 ${EMACS_LISPPREFIX}/w3m/sb-coldsync.elc
-${EMACS_LISPPREFIX}/w3m/sb-debian-jp.el
+${EMACS_LISPPREFIX}/w3m/sb-debian-jp.el.gz
 ${EMACS_LISPPREFIX}/w3m/sb-debian-jp.elc
-${EMACS_LISPPREFIX}/w3m/sb-debian.el
+${EMACS_LISPPREFIX}/w3m/sb-debian.el.gz
 ${EMACS_LISPPREFIX}/w3m/sb-debian.elc
-${EMACS_LISPPREFIX}/w3m/sb-debugmagazin-de.el
+${EMACS_LISPPREFIX}/w3m/sb-debugmagazin-de.el.gz
 ${EMACS_LISPPREFIX}/w3m/sb-debugmagazin-de.elc
-${EMACS_LISPPREFIX}/w3m/sb-dennou.el
+${EMACS_LISPPREFIX}/w3m/sb-dennou.el.gz
 ${EMACS_LISPPREFIX}/w3m/sb-dennou.elc
-${EMACS_LISPPREFIX}/w3m/sb-digiko.el
+${EMACS_LISPPREFIX}/w3m/sb-digiko.el.gz
 ${EMACS_LISPPREFIX}/w3m/sb-digiko.elc
-${EMACS_LISPPREFIX}/w3m/sb-elips.el
+${EMACS_LISPPREFIX}/w3m/sb-elips.el.gz
 ${EMACS_LISPPREFIX}/w3m/sb-elips.elc
-${EMACS_LISPPREFIX}/w3m/sb-emacs-w3m.el
+${EMACS_LISPPREFIX}/w3m/sb-emacs-w3m.el.gz
 ${EMACS_LISPPREFIX}/w3m/sb-emacs-w3m.elc
-${EMACS_LISPPREFIX}/w3m/sb-emacswiki.el
+${EMACS_LISPPREFIX}/w3m/sb-emacswiki.el.gz
 ${EMACS_LISPPREFIX}/w3m/sb-emacswiki.elc
-${EMACS_LISPPREFIX}/w3m/sb-engadget-ja.el
+${EMACS_LISPPREFIX}/w3m/sb-engadget-ja.el.gz
 ${EMACS_LISPPREFIX}/w3m/sb-engadget-ja.elc
-${EMACS_LISPPREFIX}/w3m/sb-excite.el
+${EMACS_LISPPREFIX}/w3m/sb-excite.el.gz
 ${EMACS_LISPPREFIX}/w3m/sb-excite.elc
-${EMACS_LISPPREFIX}/w3m/sb-exconn.el
+${EMACS_LISPPREFIX}/w3m/sb-exconn.el.gz
 ${EMACS_LISPPREFIX}/w3m/sb-exconn.elc
-${EMACS_LISPPREFIX}/w3m/sb-f1fan.el
+${EMACS_LISPPREFIX}/w3m/sb-f1fan.el.gz
 ${EMACS_LISPPREFIX}/w3m/sb-f1fan.elc
-${EMACS_LISPPREFIX}/w3m/sb-fau.el
+${EMACS_LISPPREFIX}/w3m/sb-fau.el.gz
 ${EMACS_LISPPREFIX}/w3m/sb-fau.elc
-${EMACS_LISPPREFIX}/w3m/sb-ffii.el
+${EMACS_LISPPREFIX}/w3m/sb-ffii.el.gz
 ${EMACS_LISPPREFIX}/w3m/sb-ffii.elc
-${EMACS_LISPPREFIX}/w3m/sb-fml.el
+${EMACS_LISPPREFIX}/w3m/sb-fml.el.gz
 ${EMACS_LISPPREFIX}/w3m/sb-fml.elc
-${EMACS_LISPPREFIX}/w3m/sb-gendai-net.el
+${EMACS_LISPPREFIX}/w3m/sb-gendai-net.el.gz
 ${EMACS_LISPPREFIX}/w3m/sb-gendai-net.elc
-${EMACS_LISPPREFIX}/w3m/sb-geocrawler.el
+${EMACS_LISPPREFIX}/w3m/sb-geocrawler.el.gz
 ${EMACS_LISPPREFIX}/w3m/sb-geocrawler.elc
-${EMACS_LISPPREFIX}/w3m/sb-glimpse.el
+${EMACS_LISPPREFIX}/w3m/sb-glimpse.el.gz
 ${EMACS_LISPPREFIX}/w3m/sb-glimpse.elc
-${EMACS_LISPPREFIX}/w3m/sb-gnome.el
+${EMACS_LISPPREFIX}/w3m/sb-gnome.el.gz
 ${EMACS_LISPPREFIX}/w3m/sb-gnome.elc
-${EMACS_LISPPREFIX}/w3m/sb-haiku-os.el
+${EMACS_LISPPREFIX}/w3m/sb-haiku-os.el.gz
 ${EMACS_LISPPREFIX}/w3m/sb-haiku-os.elc
-${EMACS_LISPPREFIX}/w3m/sb-hash.el
+${EMACS_LISPPREFIX}/w3m/sb-hash.el.gz
 ${EMACS_LISPPREFIX}/w3m/sb-hash.elc
-${EMACS_LISPPREFIX}/w3m/sb-heise.el
+${EMACS_LISPPREFIX}/w3m/sb-heise.el.gz
 ${EMACS_LISPPREFIX}/w3m/sb-heise.elc
-${EMACS_LISPPREFIX}/w3m/sb-hns.el
+${EMACS_LISPPREFIX}/w3m/sb-hns.el.gz
 ${EMACS_LISPPREFIX}/w3m/sb-hns.elc
-${EMACS_LISPPREFIX}/w3m/sb-ibm-dev.el
+${EMACS_LISPPREFIX}/w3m/sb-ibm-dev.el.gz
 ${EMACS_LISPPREFIX}/w3m/sb-ibm-dev.elc
-${EMACS_LISPPREFIX}/w3m/sb-impress.el
+${EMACS_LISPPREFIX}/w3m/sb-impress.el.gz
 ${EMACS_LISPPREFIX}/w3m/sb-impress.elc
-${EMACS_LISPPREFIX}/w3m/sb-infoshop.el
+${EMACS_LISPPREFIX}/w3m/sb-infoshop.el.gz
 ${EMACS_LISPPREFIX}/w3m/sb-infoshop.elc
-${EMACS_LISPPREFIX}/w3m/sb-itmedia.el
+${EMACS_LISPPREFIX}/w3m/sb-itmedia.el.gz
 ${EMACS_LISPPREFIX}/w3m/sb-itmedia.elc
-${EMACS_LISPPREFIX}/w3m/sb-japantimes.el
+${EMACS_LISPPREFIX}/w3m/sb-japantimes.el.gz
 ${EMACS_LISPPREFIX}/w3m/sb-japantimes.elc
-${EMACS_LISPPREFIX}/w3m/sb-javaconf.el
+${EMACS_LISPPREFIX}/w3m/sb-javaconf.el.gz
 ${EMACS_LISPPREFIX}/w3m/sb-javaconf.elc
-${EMACS_LISPPREFIX}/w3m/sb-jpilot.el
+${EMACS_LISPPREFIX}/w3m/sb-jpilot.el.gz
 ${EMACS_LISPPREFIX}/w3m/sb-jpilot.elc
-${EMACS_LISPPREFIX}/w3m/sb-jpo.el
+${EMACS_LISPPREFIX}/w3m/sb-jpo.el.gz
 ${EMACS_LISPPREFIX}/w3m/sb-jpo.elc
-${EMACS_LISPPREFIX}/w3m/sb-kantei.el
+${EMACS_LISPPREFIX}/w3m/sb-kantei.el.gz
 ${EMACS_LISPPREFIX}/w3m/sb-kantei.elc
-${EMACS_LISPPREFIX}/w3m/sb-kde.el
+${EMACS_LISPPREFIX}/w3m/sb-kde.el.gz
 ${EMACS_LISPPREFIX}/w3m/sb-kde.elc
-${EMACS_LISPPREFIX}/w3m/sb-laut-de.el
+${EMACS_LISPPREFIX}/w3m/sb-laut-de.el.gz
 ${EMACS_LISPPREFIX}/w3m/sb-laut-de.elc
-${EMACS_LISPPREFIX}/w3m/sb-linuxce-jp.el
+${EMACS_LISPPREFIX}/w3m/sb-linuxce-jp.el.gz
 ${EMACS_LISPPREFIX}/w3m/sb-linuxce-jp.elc
-${EMACS_LISPPREFIX}/w3m/sb-lotusex.el
+${EMACS_LISPPREFIX}/w3m/sb-lotusex.el.gz
 ${EMACS_LISPPREFIX}/w3m/sb-lotusex.elc
-${EMACS_LISPPREFIX}/w3m/sb-lump.el
+${EMACS_LISPPREFIX}/w3m/sb-lump.el.gz
 ${EMACS_LISPPREFIX}/w3m/sb-lump.elc
-${EMACS_LISPPREFIX}/w3m/sb-m17n.el
+${EMACS_LISPPREFIX}/w3m/sb-m17n.el.gz
 ${EMACS_LISPPREFIX}/w3m/sb-m17n.elc
-${EMACS_LISPPREFIX}/w3m/sb-macosx-jp.el
+${EMACS_LISPPREFIX}/w3m/sb-macosx-jp.el.gz
 ${EMACS_LISPPREFIX}/w3m/sb-macosx-jp.elc
-${EMACS_LISPPREFIX}/w3m/sb-mailarc.el
+${EMACS_LISPPREFIX}/w3m/sb-mailarc.el.gz
 ${EMACS_LISPPREFIX}/w3m/sb-mailarc.elc
-${EMACS_LISPPREFIX}/w3m/sb-mailman.el
+${EMACS_LISPPREFIX}/w3m/sb-mailman.el.gz
 ${EMACS_LISPPREFIX}/w3m/sb-mailman.elc
-${EMACS_LISPPREFIX}/w3m/sb-mainichi.el
+${EMACS_LISPPREFIX}/w3m/sb-mainichi.el.gz
 ${EMACS_LISPPREFIX}/w3m/sb-mainichi.elc
-${EMACS_LISPPREFIX}/w3m/sb-makanai.el
+${EMACS_LISPPREFIX}/w3m/sb-makanai.el.gz
 ${EMACS_LISPPREFIX}/w3m/sb-makanai.elc
-${EMACS_LISPPREFIX}/w3m/sb-marc-aims.el
+${EMACS_LISPPREFIX}/w3m/sb-marc-aims.el.gz
 ${EMACS_LISPPREFIX}/w3m/sb-marc-aims.elc
-${EMACS_LISPPREFIX}/w3m/sb-meadow.el
+${EMACS_LISPPREFIX}/w3m/sb-meadow.el.gz
 ${EMACS_LISPPREFIX}/w3m/sb-meadow.elc
-${EMACS_LISPPREFIX}/w3m/sb-mew.el
+${EMACS_LISPPREFIX}/w3m/sb-mew.el.gz
 ${EMACS_LISPPREFIX}/w3m/sb-mew.elc
-${EMACS_LISPPREFIX}/w3m/sb-mhonarc.el
+${EMACS_LISPPREFIX}/w3m/sb-mhonarc.el.gz
 ${EMACS_LISPPREFIX}/w3m/sb-mhonarc.elc
-${EMACS_LISPPREFIX}/w3m/sb-mozilla-jp.el
+${EMACS_LISPPREFIX}/w3m/sb-mozilla-jp.el.gz
 ${EMACS_LISPPREFIX}/w3m/sb-mozilla-jp.elc
-${EMACS_LISPPREFIX}/w3m/sb-msdn.el
+${EMACS_LISPPREFIX}/w3m/sb-msdn.el.gz
 ${EMACS_LISPPREFIX}/w3m/sb-msdn.elc
-${EMACS_LISPPREFIX}/w3m/sb-msports-nifty.el
+${EMACS_LISPPREFIX}/w3m/sb-msports-nifty.el.gz
 ${EMACS_LISPPREFIX}/w3m/sb-msports-nifty.elc
-${EMACS_LISPPREFIX}/w3m/sb-multi.el
+${EMACS_LISPPREFIX}/w3m/sb-multi.el.gz
 ${EMACS_LISPPREFIX}/w3m/sb-multi.elc
-${EMACS_LISPPREFIX}/w3m/sb-n24-de.el
+${EMACS_LISPPREFIX}/w3m/sb-n24-de.el.gz
 ${EMACS_LISPPREFIX}/w3m/sb-n24-de.elc
-${EMACS_LISPPREFIX}/w3m/sb-namazu.el
+${EMACS_LISPPREFIX}/w3m/sb-namazu.el.gz
 ${EMACS_LISPPREFIX}/w3m/sb-namazu.elc
-${EMACS_LISPPREFIX}/w3m/sb-netbsd.el
+${EMACS_LISPPREFIX}/w3m/sb-netbsd.el.gz
 ${EMACS_LISPPREFIX}/w3m/sb-netbsd.elc
-${EMACS_LISPPREFIX}/w3m/sb-nikkansports.el
+${EMACS_LISPPREFIX}/w3m/sb-nikkansports.el.gz
 ${EMACS_LISPPREFIX}/w3m/sb-nikkansports.elc
-${EMACS_LISPPREFIX}/w3m/sb-nikkei.el
+${EMACS_LISPPREFIX}/w3m/sb-nikkei.el.gz
 ${EMACS_LISPPREFIX}/w3m/sb-nikkei.elc
-${EMACS_LISPPREFIX}/w3m/sb-nytimes.el
+${EMACS_LISPPREFIX}/w3m/sb-nytimes.el.gz
 ${EMACS_LISPPREFIX}/w3m/sb-nytimes.elc
-${EMACS_LISPPREFIX}/w3m/sb-opentechpress-jp.el
+${EMACS_LISPPREFIX}/w3m/sb-opentechpress-jp.el.gz
 ${EMACS_LISPPREFIX}/w3m/sb-opentechpress-jp.elc
-${EMACS_LISPPREFIX}/w3m/sb-orca.el
+${EMACS_LISPPREFIX}/w3m/sb-orca.el.gz
 ${EMACS_LISPPREFIX}/w3m/sb-orca.elc
-${EMACS_LISPPREFIX}/w3m/sb-palmfan.el
+${EMACS_LISPPREFIX}/w3m/sb-palmfan.el.gz
 ${EMACS_LISPPREFIX}/w3m/sb-palmfan.elc
-${EMACS_LISPPREFIX}/w3m/sb-pcweb-column.el
+${EMACS_LISPPREFIX}/w3m/sb-pcweb-column.el.gz
 ${EMACS_LISPPREFIX}/w3m/sb-pcweb-column.elc
-${EMACS_LISPPREFIX}/w3m/sb-perlentaucher-de.el
+${EMACS_LISPPREFIX}/w3m/sb-perlentaucher-de.el.gz
 ${EMACS_LISPPREFIX}/w3m/sb-perlentaucher-de.elc
-${EMACS_LISPPREFIX}/w3m/sb-pilot-link.el
+${EMACS_LISPPREFIX}/w3m/sb-pilot-link.el.gz
 ${EMACS_LISPPREFIX}/w3m/sb-pilot-link.elc
-${EMACS_LISPPREFIX}/w3m/sb-pilot-mailsync.el
+${EMACS_LISPPREFIX}/w3m/sb-pilot-mailsync.el.gz
 ${EMACS_LISPPREFIX}/w3m/sb-pilot-mailsync.elc
-${EMACS_LISPPREFIX}/w3m/sb-plucker.el
+${EMACS_LISPPREFIX}/w3m/sb-plucker.el.gz



Home | Main Index | Thread Index | Old Index