[Development] / emacs-w3m / Attic / w3m-e23.el
Project Root:

Development: emacs-w3m/Attic/w3m-e23.el


Default branch: MAIN
Bookmark a link to HEAD: (view) (download)

Revision 1.24
Mon Mar 26 23:14:21 2007 UTC (19 months, 3 weeks ago) by yamaoka
Branch: MAIN
CVS Tags: HEAD
Changes since 1.23: +0 -0 lines
FILE REMOVED
* w3m-ems.el: New file merging w3m-e21.el, w3m-e23.el and w3m-fsf.el.
(image-size): No need to silence the byte compiler.
(w3m-ccl-get-ucs-codepoint-with-emacs-unicode): Remove.
(w3m-euc-japan-encoder, w3m-euc-japan-encoder, w3m-iso-latin-1-encoder)
(w3m-iso-latin-1-encoder): Redefine them only for Emacs 22 and earlier.

* w3m-e21.el, w3m-e23.el, w3m-fsf.el: Remove.

* w3m.el: Load w3m-ems.el instead of w3m-e21.el or w3m-e23.el.
(w3m-fontify-strike-through): Remove variable.

* w3mhack.el (w3mhack-mdelete): Remove.
(w3mhack-module-list): Use w3m-ems.el instead of w3m-fsf.el and w3m-e21.el or
 w3m-e23.el.

* Makefile.in (tarball): No need to exclude w3m-e23.el.

Revision 1.23.2.1
Fri Mar 23 08:49:01 2007 UTC (19 months, 4 weeks ago) by yamaoka
Branch: ems1
Changes since 1.23: +0 -0 lines
FILE REMOVED
Hi,

I've made the temporary branch `ems1' to verify merging w3m-e21.el, w3m-e23.el
 and w3m-fsf.el into w3m-ems.el.  Could you please test it?

Changes:

* w3m-ems.el: New file merging w3m-e21.el, w3m-e23.el and w3m-fsf.el.
(image-size): No need to silence the byte compiler.
(w3m-ccl-get-ucs-codepoint-with-emacs-unicode): Remove.
(w3m-euc-japan-encoder, w3m-euc-japan-encoder)
(w3m-iso-latin-1-encoder, w3m-iso-latin-1-encoder): Redefine them only for
 Emacs 22 and earlier.

* w3m-e21.el, w3m-e23.el, w3m-fsf.el: Remove.

* w3m.el: Load w3m-ems.el instead of w3m-e21.el or w3m-e23.el.
(w3m-fontify-strike-through): Remove variable.

* w3mhack.el (w3mhack-mdelete): Remove.
(w3mhack-module-list): Use w3m-ems.el instead of w3m-fsf.el and w3m-e21.el or
 w3m-e23.el.

* Makefile.in (tarball): No need to exclude w3m-e23.el.

Regards,

Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Fri Feb 2 03:03:53 2007 UTC (21 months, 2 weeks ago) by yamaoka
Branch: MAIN
CVS Tags: branch-off-to-ems1-
Branch point for: ems1
Changes since 1.22: +16 -0 lines
Diff to previous 1.22
Synch up with w3m-e21.el.

Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Thu Feb 1 23:23:35 2007 UTC (21 months, 2 weeks ago) by yamaoka
Branch: MAIN
Changes since 1.21: +22 -6 lines
Diff to previous 1.21
(w3m-toolbar-configurations): Select frame visiting buffer which is about to
 apply configurations.

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Thu Feb 1 09:46:54 2007 UTC (21 months, 2 weeks ago) by yamaoka
Branch: MAIN
Changes since 1.20: +3 -3 lines
Diff to previous 1.20
* w3m.el (w3m-lynx-like-map, w3m-info-like-map): Use (featurep 'gtk) instead of
 (boundp 'gtk-version-string).

* w3m-e21.el (w3m-use-toolbar) (w3m-toolbar-icon-preferred-image-types)
 (w3m-toolbar-configurations): Use (featurep 'gtk) instead of
 (boundp 'gtk-version-string).

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Thu Feb 1 02:58:14 2007 UTC (21 months, 2 weeks ago) by yamaoka
Branch: MAIN
Changes since 1.19: +10 -18 lines
Diff to previous 1.19
(w3m-toolbar-configurations): Enable it for GTK Emacs;
 exclude auto-resize-tool-bars and auto-raise-tool-bar-buttons.

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Tue Jan 30 11:00:52 2007 UTC (21 months, 2 weeks ago) by yamaoka
Branch: MAIN
Changes since 1.18: +107 -70 lines
Diff to previous 1.18
* w3m-xmas.el (w3m-define-w3m-make-ccl-coding-system): Rename from
 w3m-xmas-define-w3m-make-ccl-coding-system.
(w3m-toolbar-make-buttons): Rename from w3m-xmas-make-toolbar-buttons.
(w3m-define-missing-widgets): Rename from w3m-xmas-define-missing-widgets.
(w3m-show-current-title-in-buffer-tab): Rename from
 w3m-xmas-show-current-title-in-buffer-tab.
(w3m-setup-tab-in-gutter): Rename from w3m-xmas-setup-tab-in-gutter.
(w3m-update-tab-in-gutter): Rename from w3m-xmas-update-tab-in-gutter.

* w3m-e21.el (w3m-toolbar-icon-preferred-image-types)
(w3m-toolbar-icon-preferred-image-types): Use w3m-update-toolbars instead of
 w3m-setup-toolbar.
(w3m-toolbar-configurations): Rename from w3m-e21-toolbar-configurations; make
 it customizable for LUCID Emacs.
(w3m-toolbar-define-keys): Rename from w3m-e21-setup-toolbar; don't apply
 w3m-toolbar-configurations here.
(w3m-toolbar-make-buttons): Rename from w3m-e21-make-toolbar-buttons.
(w3m-toolbar-set-configurations): New function.
(w3m-setup-toolbar): Remove force argument; apply w3m-toolbar-configurations
 here.
(w3m-update-toolbars): New function.
(w3m-switch-to-buffer): Rename from w3m-e21-switch-to-buffer.
(w3m-subst-switch-to-buffer-keys): Rename from
 w3m-e21-subst-switch-to-buffer-keys.

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Mon Jan 29 09:54:17 2007 UTC (21 months, 2 weeks ago) by yamaoka
Branch: MAIN
Changes since 1.17: +16 -6 lines
Diff to previous 1.17
* w3m-xmas.el (w3m-toolbar-icon-preferred-image-types)
 (w3m-toolbar-use-single-image-per-icon): New variables.
(w3m-find-image): New function.
(w3m-xmas-make-toolbar-buttons): Use it; add force argument.
(w3m-setup-toolbar): Use it; add force and buffer arguments.
(w3m-initialize-graphic-icons): Use it.

* w3m-e21.el (w3m-toolbar-icon-preferred-image-types)
(w3m-toolbar-use-single-image-per-icon): Apply customized value to tool bar
 immediately.
(w3m-e21-make-toolbar-buttons, w3m-setup-toolbar): Add force arg.

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Fri Jan 26 10:10:04 2007 UTC (21 months, 3 weeks ago) by yamaoka
Branch: MAIN
Changes since 1.16: +107 -49 lines
Diff to previous 1.16
* icons/*.png, icons30/*.png: New files.

* Makefile.in (install-icons, install-icons30): Install png files.

* w3mhack.el (w3mhack-nonunix-install, w3mhack-make-package): Install png files.
(w3mhack-what-where): Update for png files.

* w3m-e21.el (w3m-use-toolbar): Check whether tool-bar and gtk-version-string
 are available.
(w3m-toolbar-icon-preferred-image-types)
(w3m-toolbar-use-single-image-per-icon): New variables.
(w3m-find-image): New function.
(w3m-e21-make-toolbar-buttons, w3m-setup-toolbar)
(w3m-initialize-graphic-icons): Use it.

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Tue Jan 16 15:10:05 2007 UTC (22 months ago) by yamaoka
Branch: MAIN
Changes since 1.15: +2 -1 lines
Diff to previous 1.15
Autoload iswitchb-read-buffer when compiling.

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Wed Jan 10 23:14:46 2007 UTC (22 months, 1 week ago) by yamaoka
Branch: MAIN
Changes since 1.14: +1 -1 lines
Diff to previous 1.14
Update copyright years.

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Wed Jan 10 23:06:15 2007 UTC (22 months, 1 week ago) by yamaoka
Branch: MAIN
Changes since 1.13: +3 -1 lines
Diff to previous 1.13
(w3m-e21-switch-to-buffer): Add iswitchb-mode support.

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Fri Sep 22 11:26:50 2006 UTC (2 years, 1 month ago) by shirai
Branch: MAIN
Changes since 1.12: +4 -0 lines
Diff to previous 1.12
* w3m-e21.el (w3m-tab-make-keymap): Support mouse wheel on the
tab.

* w3m-e23.el (w3m-tab-make-keymap): Ditto.

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Sun May 28 13:09:39 2006 UTC (2 years, 5 months ago) by shirai
Branch: MAIN
Changes since 1.11: +11 -1 lines
Diff to previous 1.11
* w3m-e21.el (w3m-tab-selected-background-face): New face.
(w3m-tab-separator): Put `mouse-face' for the shape of a mouse
button.
(w3m-tab-line): Ditto.

* w3m-e23.el (w3m-tab-selected-background-face): New face.
(w3m-tab-separator): Put `mouse-face' for the shape of a mouse
button.
(w3m-tab-line): Ditto.

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Fri May 26 08:04:59 2006 UTC (2 years, 5 months ago) by shirai
Branch: MAIN
Changes since 1.10: +60 -29 lines
Diff to previous 1.10
* w3m.el (w3m-tab-button-menu-commands): Disable same items if
`w3m-tab-button-menu-current-buffer' is nil.
(w3m-tab-button-menu2): New function.

* w3m-e21.el (top): Add the variables and function to avoid
byte-compile warnings.
(w3m-tab-drag-mouse-function): Support drag & drop to out of the
frame. Don't call `bury-buffer'.
(w3m-tab-click-mouse-function): Don't call `bury-buffer'.
(w3m-tab-double-click-mouse1-function): new function.
(w3m-tab-double-click-mouse2-function): Ditto.
(w3m-tab-make-keymap): Add some methods.

* w3m-e23.el (top): Add the variables and function to avoid
byte-compile warnings.
(w3m-tab-drag-mouse-function): Support drag & drop to out of the
frame. Don't call `bury-buffer'.
(w3m-tab-click-mouse-function): Don't call `bury-buffer'.
(w3m-tab-double-click-mouse1-function): new function.
(w3m-tab-double-click-mouse2-function): Ditto.
(w3m-tab-make-keymap): Add some methods.

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Tue May 16 23:52:08 2006 UTC (2 years, 6 months ago) by yamaoka
Branch: MAIN
Changes since 1.9: +7 -3 lines
Diff to previous 1.9
(w3m-tab-make-keymap): Bind mouse-3 to menu.

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Sun May 14 12:42:47 2006 UTC (2 years, 6 months ago) by cho
Branch: MAIN
Changes since 1.8: +13 -13 lines
Diff to previous 1.8
Fix face problem.

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Fri Oct 21 08:52:29 2005 UTC (3 years ago) by yamaoka
Branch: MAIN
CVS Tags: before-merge-w3m-fb-, merge-w3m-fb-
Changes since 1.7: +6 -2 lines
Diff to previous 1.7
(w3m-tab-drag-mouse-function): Lower the buffer displayed before moving to the
 other tab.
(w3m-tab-click-mouse-function): Ditto.

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Sat Oct 15 11:22:54 2005 UTC (3 years, 1 month ago) by cho
Branch: MAIN
Changes since 1.6: +18 -7 lines
Diff to previous 1.6
Modify multi FACE support (only inner html non-widget face).
	* w3m-util.el (w3m-add-face-property): Add new functions.
	(w3m-remove-face-property): Ditto.

	* w3m.el (w3m-fontify-bold, w3m-fontify-underline)
	(w3m-fontify-strike-through, w3m-fontify-anchors)
	(w3m-fontify-images): Replace `w3m-add-text-properties' to
	`w3m-add-face-property' at FACE.
	(w3m-refontify-anchor): Change for FACE properly is list type.

	* w3m-e23.el (w3m-insert-image, w3m-remove-image): Ditto.

	* w3m-e21.el (w3m-insert-image, w3m-remove-image): Ditto.

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Tue Jul 5 23:52:27 2005 UTC (3 years, 4 months ago) by yamaoka
Branch: MAIN
Changes since 1.5: +1 -1 lines
Diff to previous 1.5
Update FSF's address in GPL notices.

< 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.

> 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Thu Jun 9 07:03:47 2005 UTC (3 years, 5 months ago) by yamaoka
Branch: MAIN
Changes since 1.4: +6 -3 lines
Diff to previous 1.4
(w3m-force-window-update): Use `defalias' instead of `defun' in order to avoid
 compile warning which is issued because w3m-util.el defines it as `ignore'
 in advance.

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Thu Jun 9 06:46:26 2005 UTC (3 years, 5 months ago) by yamaoka
Branch: MAIN
Changes since 1.3: +1 -0 lines
Diff to previous 1.3
* w3m-util.el (w3m-replace-in-string): Don't use eval-and-compile.
(w3m-compare-strings): Ditto.
(w3m-force-window-update): Alias to ignore if it is not defined.
(w3m-force-window-update-later): New function.

* w3m-favicon.el (w3m-favicon-retrieve): Use w3m-force-window-update-later.

* w3m-proc.el (w3m-process-stop): Use w3m-force-window-update-later.

* w3m.el (w3m-retrieve-and-render): Use w3m-force-window-update-later.
(w3m-select-buffer-show-this-line): Always run w3m-force-window-update.

;; From Yamato-san.
* w3m-e21.el (w3m-initialize-graphic-icons): Highlight icon under mouse.

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Thu Jun 9 02:11:36 2005 UTC (3 years, 5 months ago) by yamaoka
Branch: MAIN
Changes since 1.2: +11 -1 lines
Diff to previous 1.2
(w3m-tab-mouse-face): New face.
(w3m-setup-header-line): Use highlight face for bg color.
(w3m-tab-line): Use w3m-tab-mouse-face.

;; From Yamato-san.
(w3m-setup-header-line): Highlight url under mouse.
(w3m-tab-line): Highlight tab under mouse.

Revision 1.1.2.2
Thu Mar 24 08:01:11 2005 UTC (3 years, 7 months ago) by yamaoka
Branch: emacs-w3m-1_4
CVS Tags: after-merge-trunk-2005-03-24-, emacs-w3m-1_4_4
Changes since 1.1.2.1: +0 -0 lines
FILE REMOVED
Merge trunk.

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Wed Mar 23 23:38:39 2005 UTC (3 years, 7 months ago) by yamaoka
Branch: MAIN
CVS Tags: emacs-w3m-1_4_50-, end-of-emacs-19-20-support-
Changes since 1.1: +12 -3 lines
Diff to previous 1.1
* w3m-xmas.el (w3m-setup-toolbar): Make sure icon files exist.
(w3m-update-toolbar): Make sure toolbar items have been specified.
(w3m-initialize-graphic-icons): Make sure icon files exist.

* w3m-e21.el (w3m-setup-toolbar): Make sure icon files exist.
(w3m-initialize-graphic-icons): Ditto.

Revision 1.1.2.1 - (view) (download) (annotate) - [select for diffs]
Mon Feb 14 23:48:58 2005 UTC (3 years, 9 months ago) by yamaoka
Branch: emacs-w3m-1_4
CVS Tags: before-merge-trunk-2005-03-24-
Changes since 1.1: +0 -0 lines
Diff to previous 1.1
Synch to the trunk.

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Mon Feb 14 23:48:50 2005 UTC (3 years, 9 months ago) by yamaoka
Branch: MAIN
Branch point for: emacs-w3m-1_4
* w3m.el: Load w3m-e23.el for Emacs 23.

* w3mhack.el (w3mhack-module-list): Use w3m-e23.el for Emacs 23.

* w3m-e23.el: Rename from w3m-e22.el.

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

  Diffs between and
  Type of Diff should be a

View only Branch:

Sort log by:

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help