diff options
author | Fumitoshi UKAI <ukai@debian.or.jp> | 2002-11-06 15:07:40 +0000 |
---|---|---|
committer | Fumitoshi UKAI <ukai@debian.or.jp> | 2002-11-06 15:07:40 +0000 |
commit | 9dfa6e334ab7c5175473aa252ea7846202665918 (patch) | |
tree | 887b22625a396d06e0225f338bfdcb773daf979b /ChangeLog | |
parent | fix indent (diff) | |
download | w3m-9dfa6e334ab7c5175473aa252ea7846202665918.tar.gz w3m-9dfa6e334ab7c5175473aa252ea7846202665918.zip |
[w3m-dev 03383] Select the nearest map area as default.
* fm.h (MapArea): add center_x, center_y
* map.c (nearestMapArea): added
(follow_map_menu): initial by nearestMapArea()
(newMapArea): set center_x, center_y
From: Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -1,5 +1,13 @@ 2002-11-07 Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp> + * [w3m-dev 03383] Select the nearest map area as default. + * fm.h (MapArea): add center_x, center_y + * map.c (nearestMapArea): added + (follow_map_menu): initial by nearestMapArea() + (newMapArea): set center_x, center_y + +2002-11-07 Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp> + * [w3m-dev 03382] Interrupt in no_proxy_check() * url.c (check_no_proxy): SIGINT trap by KeyAbort @@ -4365,4 +4373,4 @@ a * [w3m-dev 03276] compile error on EWS4800 * release-0-2-1 * import w3m-0.2.1 -$Id: ChangeLog,v 1.482 2002/11/06 15:03:25 ukai Exp $ +$Id: ChangeLog,v 1.483 2002/11/06 15:07:40 ukai Exp $ |