HISTORY (66694B)
1 2001/3/23 ============================================================== 2 From: Hironori Sakamoto <h-saka@lsi.nec.co.jp> 3 Subject: [w3m-dev 01807] Re: w3m-0.2.0 4 * url.c doesn't compile when USE_NNTP or __EMX__ is defined. 5 * patch for EWS4800 6 * when #define USE_SSL and #undef USE_SSL_VERIFY, rc.c and url.c 7 doesn't compile. (problems about ssl_forbid_method) 8 * when saveBufferDelNum and del==TRUE, patterns before ":" are 9 deleted twice. 10 * bugfix about saving history. 11 12 From: TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp> 13 Subject: [w3m-dev 01810] deflate (was: w3m-0.2.0) 14 deflate patch in 0.2.0 doesn't work on http://cvs.m17n.org/~akr/diary/ . 15 16 From: Fumitoshi UKAI <ukai@debian.or.jp> 17 Subject: [w3m-dev 01808] Re: w3m-0.2.0 18 w3m doesn't compile on GNU/Linux and glibc2.2 because it lacks 19 sin.ss_len. 20 21 From: Hironori Sakamoto <h-saka@lsi.nec.co.jp> 22 Subject: [w3m-dev-en 00399] Re: w3m-0.2.0 23 >> From: Dan Fandrich <dan@coneharvesters.com> 24 >> Version 0.2.0 still contains the following bugs which I fixed two months 25 >> ago and sent patches for to this list, namely: 26 >> - core dumps on startup if given a URL requiring a needsterminal mailcap 27 >> handler 28 >> - destroys most of an existing ~/.mailcap file without warning when editing 29 >> - mailcap handling is still wrong as MIME type should be case insensitive 30 >> - private mailcap extension has an illegal name 31 32 From: SATO Seichi <seichi@as.airnet.ne.jp> 33 Subject: w3m regex bugs 34 w3m coredumps when passing $* as a search string. 35 36 2001/3/22 ============================================================== 37 38 From: Hironori Sakamoto <h-saka@lsi.nec.co.jp> 39 Subject: [w3m-dev 01664] Re: Patch for anonymizer.com 40 Don't call cleanupName() when the URL is http://<host>/<scheme>: ... 41 42 From: Hironori Sakamoto <h-saka@lsi.nec.co.jp> 43 Subject: [w3m-dev 01670] Re: w3m-0.1.11-pre-kokb24-test1 44 strcpy/strncpy in Str.c are replaced with bcopy. 45 46 From: TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp> 47 Subject: [w3m-dev 01618] backend patch 48 Subject: [w3m-dev 01671] backend patch for w3m-0.1.11-pre-kokb24-test1 49 A patch for w3m to work as a client. (-backend patch) 50 51 From: hsaka@mth.biglobe.ne.jp (Hironori Sakamoto) 52 Subject: [w3m-dev 01673] SEGV in append_frame_info() 53 Improvement of illegal frame handling. 54 55 From: hsaka@mth.biglobe.ne.jp (Hironori Sakamoto) 56 Subject: [w3m-dev 01674] image map 57 w3m doesn't follow anchors from client-side image map when the URLs 58 are like "#test". 59 60 From: hsaka@mth.biglobe.ne.jp (Hironori Sakamoto) 61 Subject: [w3m-dev 01675] goto label 62 Changed w3m not to reload the document when following label-only URL 63 like #label. 64 65 From: Tsutomu Okada <okada@furuno.co.jp> 66 Subject: [w3m-dev 01676] Re: w3m-0.1.11-pre-kokb24-test1 67 Subject: [w3m-dev 01678] Re: w3m-0.1.11-pre-kokb24-test1 68 69 From: Hironori Sakamoto <h-saka@lsi.nec.co.jp> 70 Subject: [w3m-dev 01680] Re: w3m-0.1.11-pre-kokb24-test1 71 To remove the compiler warnings 72 73 From: Hironori Sakamoto <h-saka@lsi.nec.co.jp> 74 Subject: [w3m-dev 01684] Re: http://cvs.m17n.org/~akr/diary/ 75 application/x-deflate support. 76 77 From: Moritz Barsnick <barsnick@gmx.net> 78 Subject: [w3m-dev-en 00318] Information about current page 79 Subject: [w3m-dev-en 00320] Re: Information about current page 80 Subject: [w3m-dev-en 00322] Re: Information about current page 81 Subject: [w3m-dev-en 00323] Buglet (Was: Re: Information about current page) 82 Changes 'URL of the current anchor' on the info page into 83 'full' URL. When the cursor is on a form element, 84 `Method/type of current form' will be displayed. 85 86 From: c603273@vus069.trl.telstra.com.au (Brian Keck) 87 Subject: [w3m-dev-en 00343] patch for proxy user:passwd on command line 88 Subject: [w3m-dev-en 00351] Re: patch for proxy user:passwd on command line 89 This patch to w3m-0.1.11-pre-kokb23 adds the lynx-like option 90 91 -pauth username:password 92 93 so I don't have to retype username & password every time I run w3m, 94 which is often. It's so simple I wonder whether it's against policy, 95 but it would be nice for me & some others if it was in the official 96 0.1.11. 97 98 From: Hironori Sakamoto <h-saka@lsi.nec.co.jp> 99 Subject: [w3m-dev 01772] Re: visited anchor 100 Subject: [w3m-dev 01773] Re: visited anchor 101 * visited anhor color support. 102 * textlist based history implementation. 103 * history URLs are stored in a hash table. 104 * the implementation of rules are changed. 105 106 From: Hironori Sakamoto <h-saka@lsi.nec.co.jp> 107 Subject: [w3m-dev 01786] Re: w3m-0.1.11-pre-hsaka24 108 Subject: [w3m-dev 01787] Re: w3m-0.1.11-pre-hsaka24 109 * Improvement of illegal frame handling. 110 111 From: Hironori Sakamoto <h-saka@lsi.nec.co.jp> 112 Subject: [w3m-dev 01788] Re: w3m-0.1.11-pre-hsaka24 113 114 From: Hironori Sakamoto <h-saka@lsi.nec.co.jp> 115 Subject: [w3m-dev 01792] Re: w3m-0.1.11-pre-hsaka24 116 search algorithm in retrieveAnchor() is changed from linear search 117 to binary search. 118 119 From: hsaka@mth.biglobe.ne.jp (Hironori Sakamoto) 120 Subject: [w3m-dev 01793] <li type=".."> 121 make type attribute of <li> tag effective not only for the <li> 122 element but also for all <li> tags that follows the first 123 type-specified <li> tag. 124 125 From: hsaka@mth.biglobe.ne.jp (Hironori Sakamoto) 126 Subject: [w3m-dev 01801] some fixes. 127 Bugfix of frame 128 129 Subject: IPv6 support for w3m's ftp 130 From: Hajimu UMEMOTO <ume@imasy.or.jp> 131 IPv6 support for FTP. 132 133 2001/3/16 ============================================================= 134 From: hsaka@mth.biglobe.ne.jp (Hironori Sakamoto) 135 Subject: [w3m-dev 01711] Authorization 136 * http://user:pass@hostname/ support. 137 138 From: hsaka@mth.biglobe.ne.jp 139 Subject: [w3m-dev 01724] buf->type when mailcap is used. 140 141 From: hsaka@mth.biglobe.ne.jp (Hironori Sakamoto) 142 Subject: [w3m-dev 01726] anchor jump too slow by TAB-key on STDIN. 143 * when moving from anchor to anchor by TAB on the document read 144 from stdin, the movement is very slow because currentdir() is invoked 145 on each TAB. 146 147 From: sakane@d4.bsd.nes.nec.co.jp (Yoshinobu Sakane) 148 Subject: [w3m-dev 01727] C-z when stdin 149 150 From: Hironori Sakamoto <hsaka@mth.biglobe.ne.jp> 151 Subject: [w3m-dev 01729] ignore_null_img_alt 152 * when ignore_null_img_alt is OFF, no img link is displayed when 153 no ALT attribute is specified. 154 155 From: Hironori Sakamoto <hsaka@mth.biglobe.ne.jp> 156 Subject: [w3m-dev 01730] Re: <hr> in a table 157 Improvement of <hr>. 158 159 From: Hironori Sakamoto <hsaka@mth.biglobe.ne.jp> 160 Subject: [w3m-dev 01731] completion list 161 When completing a filename, the candidates of the completion 162 will be displayed like this: 163 164 ----- Completion list ----- 165 X11R6/ compat/ include/ libdata/ local/ nfs/ ports/ share/ 166 bin/ games/ lib/ libexec/ mdec/ obj/ sbin/ src/ 167 (Load)Filename? /usr/ 168 169 170 From: Kiyokazu SUTO <suto@ks-and-ks.ne.jp> 171 Subject: [w3m-dev 01733] A patch concerning SSL 172 The following two improvements are done about SSL: 173 1. a new option ``ssl_forbid_method'' is added. 174 2. an error message is displayed when w3m fails to establish an 175 SSL connection. 176 177 From: Kiyokazu SUTO <suto@ks-and-ks.ne.jp> 178 Subject: [w3m-dev 01735] Re: A patch concerning SSL 179 Subject: [w3m-dev 01737] Re: A patch concerning SSL 180 1. the data type of ssl_forbid_method is changed from P_STRING to P_SSLPATH. 181 2. Error message log function. 182 183 From: kiwamu <kiwamu@debian.or.jp> 184 Subject: [w3m-dev 01739] wheel mouse patch 185 186 From: Fumitoshi UKAI <ukai@debian.or.jp> 187 Subject: [w3m-dev 01742] w3mmee 0.1.11p16-6 segfault 188 w3mmee 0.1.11p16-6 segfaults depending on the content of mime.types. 189 190 From: Hironori Sakamoto <h-saka@lsi.nec.co.jp> 191 Subject: [w3m-dev 01752] SEGV in search_param() 192 > >> * w3m -o 1 causes SEGV. 193 194 From: Hironori Sakamoto <h-saka@lsi.nec.co.jp> 195 Subject: [w3m-dev 01753] empty <select> 196 When <select>..</select> have no <option>, for example 197 198 <form action=A> 199 <select name=B></select> 200 <input type=submit> 201 </form> 202 203 submit causes SEGV. 204 205 From: Hironori Sakamoto <h-saka@lsi.nec.co.jp> 206 Subject: [w3m-dev 01754] A search does not stop. 207 When reading a large file from stdin and wrap search option is ON, 208 a search that doesn't hit will cause an infinite loop. 209 210 From: WATANABE Katsuyuki <katsuyuki_1.watanabe@toppan.co.jp> 211 Subject: [w3m-dev 01755] relative path with -bookmark option 212 * when a bookmark file name is given by -bookmark as relative path, 213 `add to bookmark'doesn't work. 214 215 2001/2/7 216 From: aito 217 Subject: [w3m-dev 01722] <hr> in a table 218 * the width of <hr> in a table exceeds the column width. 219 220 2001/2/6 221 From: aito 222 * `Local cookie' mechanism is introduced to authorize local CGI. 223 The behavior of CGI script using the local cookie is as follows: 224 - w3m generates process-dependent `Local cookie' 225 - on the local CGI invocation, w3m passes the script the local 226 cookie through the environment variable LOCAL_COOKIE. 227 - the sctipt embeds the local cookie into the form for the next 228 local CGI invocation. 229 - on the next CGI invocation, the CGI script compares two local CGIs 230 which are passed through CGI parameter and environment variable. 231 If they are different, the script prohibits dangerous operations, 232 such as file creation and file deletion. 233 234 * The local cookie mechanism is implemented on w3mbookmark and 235 w3mhelperpanel. 236 237 * On Linux, gcmain.c doesn't compile when the GC library is already 238 installed in /usr/local/lib. 239 240 2001/1/25 241 242 From: hsaka@mth.biglobe.ne.jp (Hironori Sakamoto) 243 Subject: [w3m-dev 01667] Re: mailer %s 244 245 2001/1/24 246 247 From: Hironori Sakamoto <h-saka@lsi.nec.co.jp> 248 Subject: [w3m-dev 01661] Re: <head> 249 security fix. 250 251 252 2001/1/23 253 254 From: Okabe Katsuya <okabek@guitar.ocn.ne.jp> 255 * check if ", <, > and &s are quoted within attribute values. 256 257 From: Hironori Sakamoto <h-saka@lsi.nec.co.jp> 258 Subject: [w3m-dev 01663] replace addUniqHist with addHist in loadHistory() 259 260 261 2001/1/22 262 263 From: Hironori Sakamoto <h-saka@lsi.nec.co.jp> 264 Subject: [w3m-dev 01617] Re: first body with -m (Re: w3m-m17n-0.7) 265 * terminal resize related fix. 266 * info page ('=' command) fix for multi-layered frame page. 267 268 From: Tsutomu Okada <okada@furuno.co.jp> 269 Subject: [w3m-dev 01621] NEXT_LINK and GOTO_LINE problem 270 271 From: Yamate Keiichirou <yamate@ebina.hitachi.co.jp> 272 Subject: [w3m-dev 01623] Re: (frame) http://www.securityfocus.com/ 273 Subject: [w3m-dev 01632] Re: (frame) http://www.securityfocus.com/ 274 frame fix. 275 276 From: Tsutomu Okada <okada@furuno.co.jp> 277 Subject: [w3m-dev 01624] Re: first body with -m 278 From: Hironori Sakamoto <h-saka@udlew10.uldev.lsi.nec.co.jp> 279 Subject: [w3m-dev 01625] Re: first body with -m 280 pgFore, pgBack behaviour fix. 281 282 From: Hironori Sakamoto <h-saka@udlew10.uldev.lsi.nec.co.jp> 283 Subject: [w3m-dev 01635] Directory list 284 local.c directory list fix. 285 286 From: Hironori Sakamoto <h-saka@udlew10.uldev.lsi.nec.co.jp> 287 Subject: [w3m-dev 01643] buffername 288 Subject: [w3m-dev 01650] Re: buffername 289 buffername (title) related improvements. 290 * when displayLink is ON, truncate buffername on showing long URL. 291 * displayBuffer() cleanup. 292 * remove trailing spaces from content of <title>..</title>. 293 * [w3m-dev 01503], [w3m-dev 01504] 294 295 From: Hironori Sakamoto <h-saka@udlew10.uldev.lsi.nec.co.jp> 296 Subject: [w3m-dev 01646] putAnchor 297 * putAnchor related improvement. 298 299 From: hsaka@mth.biglobe.ne.jp (Hironori Sakamoto) 300 Subject: [w3m-dev 01647] Re: first body with -m 301 * cursor position moves unexpectedly when reloading a URL 302 with #label. 303 304 From: hsaka@mth.biglobe.ne.jp (Hironori Sakamoto) 305 Subject: [w3m-dev 01651] display column position with LINE_INFO 306 307 2001/1/5 308 309 From: Ryoji Kato <ryoji.kato@nrj.ericsson.se> 310 Subject: [w3m-dev 01582] rfc2732 patch 311 literal IPv6 address treatment (bracketed by '[' and ']') 312 according to RFC2732. 313 314 From: Yamate Keiichirou <yamate@ebina.hitachi.co.jp> 315 Subject: [w3m-dev 01594] first body with -m (Re: w3m-m17n-0.7) 316 317 From: Hironori Sakamoto <h-saka@lsi.nec.co.jp> 318 Subject: [w3m-dev 01602] Re: first body with -m (Re: w3m-m17n-0.7) 319 320 2001/1/1 321 322 From: Yamate Keiichirou <yamate@ebina.hitachi.co.jp> 323 Subject: [w3m-dev 01584] Re: attribute replacing in frames. (Re: some fixes) 324 325 326 2000/12/27 327 328 From: Okabe Katsuya <okabek@guitar.ocn.ne.jp> 329 * remove trailing blank lines in a buffer. 330 331 2000/12/26 332 333 From: Hironori Sakamoto <h-saka@lsi.nec.co.jp> 334 Subject: [w3m-dev 01560] Re: long URL 335 Multiple 'u' and 'c' scrolls long URL. 336 337 From: Tsutomu Okada <okada@furuno.co.jp> 338 Subject: [w3m-dev 01570] Re: long URL 339 340 From: Tsutomu Okada <okada@furuno.co.jp> 341 Subject: [w3m-dev 01506] compile option of gc.a 342 343 From: Fumitoshi UKAI <ukai@debian.or.jp> 344 Subject: [w3m-dev 01509] Forward: Bug#79689: No way to view information on SSL certificates 345 Now '=' shows info about SSL certificate. 346 347 From: hsaka@mth.biglobe.ne.jp (Hironori Sakamoto) 348 Subject: [w3m-dev 01556] Re: ANSI color support (was Re: w3m-m17n-0.4) 349 ANSI color support. 350 351 From: Yamate Keiichirou <yamate@ebina.hitachi.co.jp> 352 Subject: [w3m-dev 01535] how to check wait3 in configure. 353 From: Tsutomu Okada <okada@furuno.co.jp> 354 Subject: [w3m-dev 01537] Re: how to check wait3 in configure. 355 On BSD/OS 3.1, SunOS 4.1.3, configure can't detect wait3(). 356 357 2000/12/25 358 359 From: Okabe Katsuya <okabek@guitar.ocn.ne.jp> 360 <plaintext> doesn't work. 361 362 363 2000/12/22 364 365 From: hsaka@mth.biglobe.ne.jp (Hironori Sakamoto) 366 Subject: [w3m-dev 01555] Re: some fixes for <select> 367 w3m crashes by <select> without <option>. 368 369 2000/12/21 370 371 From: Okabe Katsuya <okabek@guitar.ocn.ne.jp> 372 * table related improvements (<xmp> inside table, etc) 373 374 From: Yamate Keiichirou <yamate@ebina.hitachi.co.jp> 375 Subject: [w3m-dev 01536] Re: <P> in <DL> 376 Subject: [w3m-dev 01544] Re: <P> in <DL> 377 * w3m crashes by an illegal HTML. 378 379 From: Okabe Katsuya <okabek@guitar.ocn.ne.jp> 380 * treat unclosed <a>, <img_alt>, <b>, <u> 381 382 2000/12/20 383 384 From: Okabe Katsuya <okabek@guitar.ocn.ne.jp> 385 * bugfix on <dt> tag processing in feed_table_tag(). 386 * w3m eventually crashed when a tag is not closed in a table. 387 * ignore <p> just after <dt>. 388 389 From: Yamate Keiichirou <yamate@ebina.hitachi.co.jp> 390 Subject: [w3m-dev 01530] returned at a morment. 391 * skip newline within "-enclosed attribute value. 392 393 Subject: [w3m-dev 01531] coocie check in header from stdin. 394 * w3m crashes by 'cat mail | w3m -m' 395 396 397 2000/12/17 398 399 From: hsaka@mth.biglobe.ne.jp (Hironori Sakamoto) 400 Subject: [w3m-dev 01513] Re: w3m-0.1.11-pre-kokb23 401 frame.c bugfix 402 Subject: [w3m-dev 01515] some fixes for <select> 403 Subject: [w3m-dev 01516] Re: some fixes for <select> 404 Several improvements on <select>..<option> 405 406 2000/12/14 407 408 From: Tsutomu Okada <okada@furuno.co.jp> 409 Subject: [w3m-dev 01501] Re: w3m-0.1.11-pre-kokb23 410 Compile error for 'no menu' model 411 412 413 2000/12/13 414 415 From: sekita-n@hera.im.uec.ac.jp (Nobutaka SEKITANI) 416 Subject: [w3m-dev 01483] Patch to show image URL includes anchor 417 Peek image URL by 'i' 418 419 From: Hironori Sakamoto <h-saka@lsi.nec.co.jp> 420 Subject: [w3m-dev 01500] fix risky code in url.c 421 Vulnerble code in url.c fixed 422 423 2000/12/12 424 425 From: hsaka@mth.biglobe.ne.jp (Hironori Sakamoto) 426 Subject: [w3m-dev 01491] bug ? 427 428 From: Okabe Katsuya <okabek@guitar.ocn.ne.jp> 429 Search for a string that contains null character. 430 431 From: Tsutomu Okada <okada@furuno.co.jp> 432 Subject: [w3m-dev 01498] Re: null character 433 Infinite loop 434 435 436 2000/12/11 437 438 From: Okabe Katsuya <okabek@guitar.ocn.ne.jp> 439 * StrmyISgets doesn't recognize a '\r' as a newline character. 440 * Null character support on pager mode. 441 442 From: Hironori Sakamoto <h-saka@lsi.nec.co.jp> 443 Subject: [w3m-dev 01487] A string in <textarea> is broken after editing 444 <textarea> related fix. 445 446 Subject: [w3m-dev 01488] buffer overflow bugs 447 * Buffer overflow fixes. 448 449 2000/12/9 450 451 From: Okabe Katsuya <okabek@guitar.ocn.ne.jp> 452 * maximum_table_width now considers width attribute in td and th tag. 453 454 2000/12/8 455 456 From: hsaka@mth.biglobe.ne.jp (Hironori Sakamoto) 457 Subject: [w3m-dev 01473] Re: internal tag and attribute check 458 459 From: Okabe Katsuya <okabek@guitar.ocn.ne.jp> 460 * hborder and border attribute handling. 461 462 From: sakane@d4.bsd.nes.nec.co.jp (Yoshinobu Sakane) 463 Subject: [w3m-dev 01478] Option Setting Panel 464 * Improvement of the option setting panel view. 465 466 2000/12/7 467 468 From: Okabe Katsuya <okabek@guitar.ocn.ne.jp> 469 * parse_tag improvements. 470 * don't parse tag within visible_length(). 471 472 From: Hironori Sakamoto <h-saka@lsi.nec.co.jp> 473 Subject: [w3m-dev 01456] linein.c 474 * linein.c is rewritten based on calcPosition(). 475 476 From: Hironori Sakamoto <h-saka@lsi.nec.co.jp> 477 Subject: [w3m-dev 01457] cursor position on sumbit form 478 * TAB key behaviour fix. 479 480 2000/12/3 481 482 From: Kiyokazu SUTO <suto@ks-and-ks.ne.jp> 483 Subject: [w3m-dev 01449] Re: Directory of private header of gc library. 484 * w3m crashes when accessing a list after popping the last element 485 by popText (rpopText). 486 487 2000/12/2 488 489 From: Okabe Katsuya <okabek@guitar.ocn.ne.jp> 490 * image map related fix. 491 492 2000/12/1 493 494 From: Hironori Sakamoto <h-saka@lsi.nec.co.jp> 495 Subject: Security hole in w3m (<input_alt type=file>) 496 * Prohibit using internal tags in HTML. 497 498 Subject: [w3m-dev 01432] Re: w3m-0.1.11-pre-kokb22 patch 499 Subject: [w3m-dev 01437] Re: w3m-0.1.11-pre-kokb22 patch 500 * Image map related fix. 501 502 From: Okabe Katsuya <okabek@guitar.ocn.ne.jp> 503 * a compile option which enables the removal of trailing 504 blank lines in a burrer. (ENABLE_REMOVE_TRAILINGSPACES) 505 506 From: Hironori Sakamoto <h-saka@lsi.nec.co.jp> 507 Subject: [w3m-dev-en 00301] Re: "w3m -h" outputs to stderr 508 * Destination of w3m -h output is changed from stderr 509 to stdout. 510 511 From: sakane@d4.bsd.nes.nec.co.jp (Yoshinobu Sakane) 512 Subject: [w3m-dev 01430] Re: w3m-0.1.11-pre-kokb22 patch 513 * EWS4800(/usr/abiccs/bin/cc) support. 514 515 From: Okabe Katsuya <okabek@guitar.ocn.ne.jp> 516 * id attribute check in dummy_table tag. 517 * fid attribute check in form_int tag. 518 * table stack overflow check. 519 520 2000/11/29 521 522 From: Hironori Sakamoto <h-saka@lsi.nec.co.jp> 523 Subject: [w3m-dev 01422] bpcmp in anchor.c 524 From: Okabe Katsuya <okabek@guitar.ocn.ne.jp> 525 Subject: [w3m-dev 01423] Re: bpcmp in anchor.c 526 * some improvements for speedup. 527 528 From: Okabe Katsuya <okabek@guitar.ocn.ne.jp> 529 * CheckType() bugfix and speedup. 530 531 2000/11/28 532 533 From: Takenobu Sugiyama <sugiyama@ae.advantest.co.jp> 534 Subject: patch for cygwin 535 * enables ftp download for cygwin w3m 536 537 2000/11/27 538 539 From: hsaka@mth.biglobe.ne.jp (Hironori Sakamoto) 540 Subject: [w3m-dev 01401] Re: bugfix of display of control chars, merge of easy UTF-8 patch, etc. 541 542 From: Okabe Katsuya <okabek@guitar.ocn.ne.jp> 543 * table rendering speed-up. 544 545 546 2000/11/25 547 548 From: Okabe Katsuya <okabek@guitar.ocn.ne.jp> 549 * table column width sometimes get narrower than specified width value. 550 551 2000/11/24 552 From: Okabe Katsuya <okabek@guitar.ocn.ne.jp> 553 * Progress bar display enhancement. 554 555 From: Okabe Katsuya <okabek@guitar.ocn.ne.jp> 556 * command line option about proxy and cookie doesn't work. 557 * 'Save to local file' overwrites the existing file. 558 559 2000/11/23 560 561 From: Okabe Katsuya <okabek@guitar.ocn.ne.jp> 562 * get_ctype is now macro. 563 * menu.c type mismatch fix. 564 565 566 2000/11/22 567 568 From: Okabe Katsuya <okabek@guitar.ocn.ne.jp> 569 * fixes for speedup. 570 571 From: Fumitoshi UKAI <ukai@debian.or.jp> 572 Subject: [w3m-dev 01372] w3m sometimes uses the wrong mailcap entry 573 http://bugs.debian.org/77679 574 575 2000/11/20 576 577 From: Okabe Katsuya <okabek@guitar.ocn.ne.jp> 578 * an empty table in another table makes the outer table funny. 579 580 2000/11/19 581 582 From: Okabe Katsuya <okabek@guitar.ocn.ne.jp> 583 gc6 support. 584 585 2000/11/18 586 587 From: Okabe Katsuya <okabek@guitar.ocn.ne.jp> 588 * space characters in a buffer are mapped into 0x80-0x9f. 589 * unprintable characters (0x80-0xa0) are displayed as \xxx. 590 591 From: Tsutomu Okada ($B2,ED(B $BJY(B) <okada@furuno.co.jp> 592 Subject: [w3m-dev 01354] minimize when #undef USE_GOPHER or USE_NNTP 593 594 2000/11/16 595 596 From: Okabe Katsuya <okabek@guitar.ocn.ne.jp> 597 getescapechar() returns abnormal value for illegal entity. 598 599 2000/11/15 600 601 From: Okabe Katsuya <okabek@guitar.ocn.ne.jp> 602 * table-related fix. 603 * DEL character is treated as `breakable space.' 604 605 From: Kiyokazu SUTO <suto@ks-and-ks.ne.jp> 606 Subject: [w3m-dev 01338] Re: Lynx patch for character encoding in form 607 Subject: [w3m-dev 01342] Re: Lynx patch for character encoding in form 608 * support for accept-charset attribute in form tag. 609 610 2000/11/14 611 612 From: Okabe Katsuya <okabek@guitar.ocn.ne.jp> 613 * cleanup_str and htmlquote_str now returns the oritinal string 614 itself when there's no need to (un)quote it. 615 616 2000/11/10 617 618 From: Katsuyuki Watanabe <katsuyuki_1.watanabe@toppan.co.jp> 619 Subject: [w3m-dev 01336] patch for Cygwin 1.1.x 620 Patch for Cygwin 1.1.x (1.1.3 and later) 621 622 2000/11/8 623 624 From: Jan Nieuwenhuizen <janneke@gnu.org> 625 Subject: [w3m-dev-en 00189] [PATCH] w3m menu <select> search 626 Enable to search within popup menu. 627 628 629 2000/11/7 630 631 From: Hironori Sakamoto <h-saka@lsi.nec.co.jp> 632 Subject: [w3m-dev 01331] Re: form TEXT: 633 * Search string history and form input string history are merged. 634 635 2000/11/4 636 From: Okabe Katsuya <okabek@guitar.ocn.ne.jp> 637 * When a cell width exceeds the screen width, format contents in 638 the cell to fit into the screen width. 639 640 2000/11/2 641 642 From: Tsutomu Okada <okada@furuno.co.jp> 643 Subject: [w3m-dev 01313] Re: SCM_NNTP 644 nntp: for MARL_URL 645 646 2000/10/31 647 648 From: Kiyokazu SUTO <suto@ks-and-ks.ne.jp> 649 Subject: [w3m-dev 01310] Re: option select (Re: w3mmee-0.1.11p10) 650 Output error messages from gc library using disp_message_nsec. 651 652 2000/10/30 653 654 From: sakane@d4.bsd.nes.nec.co.jp (Yoshinobu Sakane) 655 Subject: [w3m-dev 01294] mouse no effect on blank page. 656 From: Hironori Sakamoto <h-saka@lsi.nec.co.jp> 657 Subject: [w3m-dev 01295] Re: mouse no effect on blank page. 658 659 From: SASAKI Takeshi <sasaki@ct.sakura.ne.jp> 660 Subject: [w3m-dev 01297] Re: backword search bug report 661 662 From: Hironori Sakamoto <h-saka@lsi.nec.co.jp> 663 Subject: [w3m-dev 01298] Re: backword search bug report 664 bug fix of backword search 665 Subject: [w3m-dev 01299] Re: backword search bug report 666 bug fix of the handling of multi-byte regexp. 667 668 2000/10/29 669 670 From: Okabe Katsuya <okabek@guitar.ocn.ne.jp> 671 * LESSOPEN can be set via the option setting panel. (default: off) 672 * speed-up of gunzip_stream(), save2tmp(), visible_length(). 673 674 675 2000/10/28 676 677 From: Okabe Katsuya <okabek@guitar.ocn.ne.jp> 678 * Emacs-like completion key support. 679 (by #define EMACS_LIKE_LINEEDIT in config.h) 680 681 From: hsaka@mth.biglobe.ne.jp (Hironori Sakamoto) 682 Subject: [w3m-dev 01284] Re: improvement of filename input 683 * in 'Goto URL' command, local file name will be completed 684 after 'file:/'. 685 686 From: Kiyokazu SUTO <suto@ks-and-ks.ne.jp> 687 Subject: [w3m-dev 01280] Stop to prepend rc_dir to full path. 688 689 2000/10/27 690 691 From: Tsutomu Okada <okada@furuno.co.jp> 692 Subject: [w3m-dev 01269] Re: SCM_NNTP 693 Subject: [w3m-dev 01273] Re: SCM_NNTP 694 Prohibit gopher:, news: and nntp: scheme when USE_GOPHER and USE_NNTP 695 macros are undefined. 696 697 From: Hironori Sakamoto <h-saka@lsi.nec.co.jp> 698 Subject: [w3m-dev 01258] improvement of filename input 699 * Completion lists are displayed by C-d. 700 * in 'Goto URL' command, local file name will be completed 701 after 'file:/', 'file:///' and 'file://localhost/'. 702 * password part of URLs in the history list are removed. 703 704 From: Fumitoshi UKAI <ukai@debian.or.jp> 705 Subject: [w3m-dev 01277] Accept-Encoding: gzip (Re: some wishlists) 706 Accept-Encoding: gzip, compress 707 is appended in the request header. 708 Subject: [w3m-dev 01275] Re: squeeze multiple blank lines option ( http://bugs.debian.org/75527 ) 709 when #ifdef DEBIAN, 710 'squeeze multiple blank line' switch (default -S) is set to -s 711 character-code specifier (-s/-e/-j) are removed. use '-o kanjicode={S,E,J}' 712 instead. 713 Subject: [w3m-dev 01274] Re: SCM_NNTP 714 nntp: support. 715 Subject: [w3m-dev 01276] URL in w3m -v 716 when LANG=EN (or #undef JP_CHARSET), the URL displayed at w3m -v 717 (visual startup mode) is incorrect. 718 719 2000/10/26 720 721 From: Okabe Katsuya <okabek@guitar.ocn.ne.jp> 722 location of mailcap and mime.type can be specified in the Option Setting 723 Panel. 724 725 2000/10/25 726 727 From: hsaka@mth.biglobe.ne.jp (Hironori Sakamoto) 728 Subject: [w3m-dev 01247] Re: buffer selection menu 729 Menu related patches. 730 ([w3m-dev 01227], [w3m-dev 01228],[w3m-dev 01229], [w3m-dev 01237], 731 [w3m-dev 01238]) 732 733 2000/10/24 734 735 From: Okabe Katsuya <okabek@guitar.ocn.ne.jp> 736 * in the cookie-related setting, '.' is regarded as any domain. 737 738 From: Tsutomu Okada <okada@furuno.co.jp> 739 Subject: [w3m-dev 01240] Re: w3m-0.1.11-pre-kokb17 patch 740 'incompatible pointer type' fix. 741 742 2000/10/23 743 744 From: Okabe Katsuya <okabek@guitar.ocn.ne.jp> 745 * "Domains from which should accept/reject cookies" setting in 746 the option setting panel. 747 748 From: Hironori Sakamoto <h-saka@lsi.nec.co.jp> 749 Subject: [w3m-dev 01211] Re: a small change to linein.c 750 Subject: [w3m-dev 01214] Re: a small change to linein.c 751 * When editing long string, a part of the string disappear. 752 753 From: Fumitoshi UKAI <ukai@debian.or.jp> 754 Subject: [w3m-dev 01216] error message for invalid keymap 755 From: Hironori Sakamoto <h-saka@lsi.nec.co.jp> 756 Subject: [w3m-dev 01220] Re: error message for invalid keymap 757 * w3m will display an error-message against the illegal 758 keymap file specification. 759 760 From: Fumitoshi UKAI <ukai@debian.or.jp> 761 Subject: [w3m-dev 01217] keymap.lynx example could be better. 762 keymap.lynx update. 763 764 2000/10/20 765 From: Okabe Katsuya <okabek@guitar.ocn.ne.jp> 766 cookie-related improvements. 767 * version 1 cookie handling is now compliant to 768 http://www.ics.uci.edu/pub/ietf/http/draft-ietf-http-state-man-mec-12.txt 769 Cookie2 is added in the Netscape-style cookie request header. 770 771 2000/10/19 772 773 From: "Ambrose Li [EDP]" <acli@mingpaoxpress.com> 774 Subject: [w3m-dev-en 00136] version 0 cookies and some odds and ends 775 Subject: [w3m-dev-en 00191] sorry, the last patch was not made properly 776 Subject: [w3m-dev-en 00190] w3m-0.1.10 patch (mostly version 0 cookie handling) 777 I've hacked up a big mess (patch) against w3m-0.1.9 primarily 778 involving version 0 cookies. To my dismay, it seems that most 779 servers out there still want version 0 cookies and version 0 780 cookie handling behaviour, and w3m's cookie handling is too 781 strict for version 0, causing some sites (notably my.yahoo.co.jp) 782 not to work. 783 784 2000/10/18 785 786 From: Okabe Katsuya <okabek@guitar.ocn.ne.jp> 787 * pixel-per-character is now changable. 788 789 From: hsaka@mth.biglobe.ne.jp (Hironori Sakamoto) 790 Subject: [w3m-dev 01208] '#', '?' in ftp:/.... 791 * w3m fails to parse URL when ftp:/ URL contains '#'. 792 793 From: Kiyokazu SUTO <suto@ks-and-ks.ne.jp> 794 Subject: [w3m-dev 01209] http_response_code and ``Location:'' header 795 w3m now follows Location: header only when 796 http_response_code is 301 - 303. 797 798 799 2000/10/17 800 801 From: Okabe Katsuya <okabek@guitar.ocn.ne.jp> 802 local CGI makes zombie processes. 803 804 805 2000/10/16 806 807 From: Okabe Katsuya <okabek@guitar.ocn.ne.jp> 808 w3m hangs when <textarea> is not closed in a table. 809 810 From: maeda@tokyo.pm.org 811 Subject: [w3m-dev 00990] auth password input 812 813 From: Tsutomu Okada <okada@furuno.co.jp> 814 Subject: [w3m-dev 01193] Re: frame bug? 815 w3m eventually crashes when browsing frame pages. 816 817 2000/10/13 818 819 From: SASAKI Takeshi <sasaki@ct.sakura.ne.jp> 820 Subject: [w3m-dev 00928] misdetection of IPv6 support on CYGWIN 1.1.2 821 822 From: Hironori Sakamoto <h-saka@lsi.nec.co.jp> 823 Subject: [w3m-dev 01170] Re: cursor position after RELOAD, EDIT 824 * Bugfix: remove cache files 825 * The following functions can take arguments in keymap. 826 LOAD ... a file name 827 EXTERN, EXTERN_LINK ... a name of the external browser 828 (Can't be used from w3m-control: ) 829 EXEC_SHELL, READ_SHELL, PIPE_SHELL ... shell command 830 (Can't be used from w3m-control: ) 831 SAVE, SAVE_IMAGE, SAVE_LINK, SAVE_SCREEN ... a filename (or command name) 832 (Can't be used from w3m-control: ) 833 834 835 2000/10/11 836 837 From: Okabe Katsuya <okabek@guitar.ocn.ne.jp> 838 * the buffer name of an input taken from the stdin is now determined 839 from MAN_PN. 840 841 From: Tsutomu Okada <okada@furuno.co.jp> 842 Subject: [w3m-dev 01156] Re: w3m-0.1.11-pre-kokb15 843 * mydirname bugfix. 844 * SERVER_NAME can be configured. 845 846 From: hsaka@mth.biglobe.ne.jp (Hironori Sakamoto) 847 Subject: [w3m-dev 01158] some bugs fix when RELOAD, EDIT 848 Subject: [w3m-dev 01164] cursor position after RELOAD, EDIT 849 * a file: called as local CGI can be edited. 850 851 2000/10/10 852 853 From: Okabe Katsuya <okabek@guitar.ocn.ne.jp> 854 Subject: [w3m-dev 01166] Re: cell width in table 855 table-related bugfix. 856 857 From: Hironori Sakamoto <h-saka@lsi.nec.co.jp> 858 Subject: [w3m-dev 01155] history of data for <input type=text> 859 <input type=text> input will be put into history buffer. 860 861 2000/10/9 862 863 From: Okabe Katsuya <okabek@guitar.ocn.ne.jp> 864 Subject: [w3m-dev 01150] Some bug fixes 865 Bugfixes of the problems reported in 866 [w3m-dev 00956] unknown scheme in frame 867 [w3m-dev 00975] goto link from frame page 868 869 From: hsaka@mth.biglobe.ne.jp (Hironori Sakamoto) 870 Subject: [w3m-dev 01145] buffer overflow in linein.c 871 Fix of the buffer overrun problem in inputLineHist(linein.c) 872 873 2000/10/8 874 875 From: hsaka@mth.biglobe.ne.jp (Hironori Sakamoto) 876 Subject: [w3m-dev 01136] function argument in keymap 877 Subject: [w3m-dev 01139] Re: function argument in keymap 878 Some functions specified in ~/.w3m/keymap can take an argument. 879 880 From: hsaka@mth.biglobe.ne.jp (Hironori Sakamoto) 881 Subject: [w3m-dev 01143] image map with popup menu 882 image map can be treated as popup menu 883 (#define MENU_MAP in config.h) 884 885 From: Tsutomu Okada <okada@furuno.co.jp> 886 Subject: [w3m-dev 00971] Re: segmentation fault with http: 887 Specifying 'http:' or 'http:/' as URLs will crash w3m. 888 889 2000/10/07 890 891 From: Okabe Katsuya <okabek@guitar.ocn.ne.jp> 892 Subject: [w3m-dev 01134] w3m in xterm horribly confused by Japanese in title (fr 893 w3m-en will crash when browsing a page with Japanese title. 894 895 From: Okabe Katsuya <okabek@guitar.ocn.ne.jp> 896 Subject: [w3m-dev 01127] SIGINT signal in ftp session (Re: my w3m support page) 897 SIGINT will crash w3m when downloading via ftp. 898 899 2000/10/06 900 901 From: Okabe Katsuya <okabek@guitar.ocn.ne.jp> 902 * the maximum value of wmin in recalc_width() is changed to 0.05. 903 * when deflating compressed data other than http file and local file, 904 the file will be stored as a temporary file. 905 * mailcap edit= attribute support. 906 907 2000/10/05 908 909 From: Okabe Katsuya <okabek@guitar.ocn.ne.jp> 910 * Improvements of -dump, -source_dump options. 911 * Ignore <meta> tags in a frame. 912 913 From: hsaka@mth.biglobe.ne.jp (Hironori Sakamoto) 914 Subject: [w3m-dev 00930] HTML-quote in w3mbookmark.c 915 * In 'Bookmark registration', URL and Title are not HTML-quoted. 916 917 From: hsaka@mth.biglobe.ne.jp (Hironori Sakamoto) 918 Subject: [w3m-dev 00972] better display of progress bar ? 919 * An improvement of progress bar. 920 921 2000/10/05 922 923 From: Okabe Katsuya <okabek@guitar.ocn.ne.jp> 924 * Null pointer chech for textlist. 925 926 From: Fumitoshi UKAI <ukai@debian.or.jp> 927 Subject: [w3m-dev 01100] space in URL 928 929 * http://bugs.debian.org/60825 and http://bugs.debian.org/67466 930 when submitting a form, name is not quoted (which should be) 931 932 * http://bugs.debian.org/66887 933 Remove preceding and trailing spaces from URL input through 934 'U' command. 935 936 From: Hironori Sakamoto <h-saka@lsi.nec.co.jp> 937 Subject: [w3m-dev 01113] bug fix (content charset) 938 content charset bugfix 939 940 941 2000/10/02 942 943 From: Okabe Katsuya <okabek@guitar.ocn.ne.jp> 944 Subject: [w3m-dev 01112] Re: mailcap test= directive 945 improvements of mailcap handling 946 * In addition to %s, %t (content-type name) will be available. 947 * nametemplate option is now valid. 948 * If there is no %s in the entry, 'command < %s' is assumed. 949 * If needsterminal is specified, spawn the command foreground. 950 * If copiousoutput is specified, load the command output into 951 buffer. 952 * `htmloutput' option is added, which indicates that the output 953 of the command is to be read by w3m as text/html. For example, 954 955 application/excel; xlHtml %s | lv -Iu8 -Oej; htmloutput 956 957 enables an Excel book to be displayed as an HTML document. 958 * compressed file browsing support for ftp scheme. 959 * Bug: compressed file isn't displayed properly for http: scheme. 960 961 2000/09/28 962 963 From: Okabe Katsuya <okabek@guitar.ocn.ne.jp> 964 Subject: [w3m-dev 01097] gunzip_stream problem 965 * Fix of the behaviour against INT signal while reading compressed 966 file. 967 968 From: Hironori Sakamoto <h-saka@lsi.nec.co.jp> 969 Subject: [w3m-dev 01092] CONFIG_FILE 970 * CONFIG_FILE in config.h was hard-coded. 971 972 2000/09/17 973 974 From: Okabe Katsuya <okabek@guitar.ocn.ne.jp> 975 Subject: [w3m-dev 01078] treatment of content type 976 Improvements around document type handling. 977 * precedence between lessopen_stream() and gunzip_stream() was changed 978 in examineFile(). 979 * lessopen_stream()ed file is treated as a plein text. 980 * lessopen_stream() is applied only if document type is text/* or 981 no external viewer is set. 982 * all text/* data other than text/html are handled inside w3m. 983 * The document type displayed by page_info_panel() is now the one 984 before examineFile() processing. 985 * When invoking an external viewer, ">/dev/null 2>&1 &" is appended 986 to the command line. 987 988 2000/09/13 989 990 From: Tsutomu Okada <okada@furuno.co.jp> 991 Subject: [w3m-dev 01053] Re: Location: in local cgi. 992 * Do not interpret Location: header of the local file when invoking 993 with -m flag, 994 995 From: Hironori Sakamoto <h-saka@lsi.nec.co.jp> 996 Subject: [w3m-dev 01065] map key '0' 997 Improvement around keymap. 998 * Now a single '0' can be mapped. Numbers other than 0, for example 999 `10 j' are regarded as prefix arguments. 1000 1001 From: Hironori Sakamoto <h-saka@lsi.nec.co.jp> 1002 Subject: [w3m-dev 01066] 104japan 1003 * Code conversion fix for forms in frame. 1004 1005 2000/09/07 1006 1007 From: Okabe Katsuya <okabek@guitar.ocn.ne.jp> 1008 Subject: [w3m-dev 01058] <dt>, <dd>, <blockquote> (Re: <ol> etc.) 1009 * insert blank lines before and after <blockquote>. 1010 * Don't ignore <p> tag just after <dt> and <dd>. 1011 1012 2000/09/04 1013 1014 From: Okabe Katsuya <okabek@guitar.ocn.ne.jp> 1015 Subject: [w3m-dev 01052] cellpadding, cellspacing, vspace, etc. 1016 Some changes about space character and blank lines: 1017 * <a name="..."></a> or <font> outside <tr> or <td> are pushed 1018 into the next cell. 1019 * cellspacing attribute in <table> tag is now handled correctly. 1020 * vspace attribute interpretation. 1021 * blank line detection criterion is changed. 1022 * </p> tag inserts a blank line. 1023 1024 2000/08/17 1025 1026 From: Tsutomu Okada <okada@furuno.co.jp> 1027 Subject: [w3m-dev 01018] sqrt DOMAIN error in table.c 1028 From: Okabe Katsuya <okabek@guitar.ocn.ne.jp> 1029 Subject: [w3m-dev 01019] Re: sqrt DOMAIN error in table.c 1030 * fix of DOMAIN error of sqrt(). 1031 1032 2000/08/15 1033 1034 From: satodai@dog.intcul.tohoku.ac.jp (Dai Sato) 1035 Subject: [w3m-dev 01017] value of input tag in option panel 1036 * Fix of the problem of the option setting panel: when specifying 1037 a value including a double quote, the value after " is not displayed 1038 on the next invocation of the option setting panel. 1039 1040 2000/08/06 1041 1042 From: Okabe Katsuya <okabek@guitar.ocn.ne.jp> 1043 Subject: [w3m-dev 01016] Table geometry calculation 1044 * rounding algorithm of table geometry calculation is changed to 1045 minimize the difference of the column width and the `true' width. 1046 1047 2000/07/26 1048 1049 From: Okabe Katsuya <okabek@guitar.ocn.ne.jp> 1050 Subject: [w3m-dev 01006] initialize PRNG of openssl 0.9.5 or later 1051 * when using openssl library after 0.9.5, enables SSL on the environment 1052 without the random device (/dev/urandom). 1053 1054 2000/07/21 1055 1056 From: Okabe Katsuya <okabek@guitar.ocn.ne.jp> 1057 Subject: [w3m-dev 01004] unused socket is not closed. 1058 When interrupting file transfer using C-c, the socket sometimes 1059 stay unclosed. 1060 1061 From: Okabe Katsuya <okabek@guitar.ocn.ne.jp> 1062 Subject: [w3m-dev 01005] table caption problem 1063 Fix of the problem that w3m doesn't stop when there's no closing 1064 </caption>. 1065 1066 2000/07/19 1067 1068 From: Okabe Katsuya <okabek@guitar.ocn.ne.jp> 1069 Subject: [w3m-dev 00966] ssl and proxy authorization 1070 Fix of the authorization procedure of SSL tunneling via HTP proxy. 1071 1072 From: Okabe Katsuya <okabek@guitar.ocn.ne.jp> 1073 Subject: [w3m-dev 01003] Some bug fixes for table 1074 1075 2000/07/16 1076 1077 From: SASAKI Takeshi <sasaki@ct.sakura.ne.jp> 1078 Subject: [w3m-dev 00999] Re: bookmark 1079 * Sometimes a link can't be appended into the bookmark. 1080 1081 2000/06/18 1082 1083 From: Okabe Katsuya <okabek@guitar.ocn.ne.jp> 1084 Subject: [w3m-dev 00934] clear_buffer bug 1085 Bugfix: when clear_buffer is TRUE, selBuf() clears the screen. 1086 1087 2000/06/17 1088 1089 From: SASAKI Takeshi <sasaki@ct.sakura.ne.jp> 1090 Subject: [w3m-dev 00929] ftp.c patch 1091 Return code 230 against USER command is regarded as a successful 1092 login. 1093 1094 2000/06/16 1095 1096 From: Hironori Sakamoto <h-saka@lsi.nec.co.jp> 1097 Subject: [w3m-dev 00923] some bug fixes 1098 * when #undef JP_CHARSET, file.c doesn't compile. 1099 * buffer.c bugfix ("=" should be "==") 1100 1101 From: Kazuhiko Izawa <izawa@nucef.tokai.jaeri.go.jp> 1102 Subject: [w3m-dev 00924] Re: w3m-0.1.11pre 1103 From: Hironori Sakamoto <h-saka@lsi.nec.co.jp> 1104 Subject: [w3m-dev 00925] Re: w3m-0.1.11pre 1105 Accessing URL like file://localhost/foo causes abnormal termination. 1106 1107 2000.6.6 1108 From: aito 1109 * [w3m-dev 00826] 1110 * Bugfix: When a header by CGI POST method gives Location: header, 1111 the redirect can't be reloaded. 1112 * white spaces in URL are removed. 1113 1114 From: Okabe Katsuya <okabek@guitar.ocn.ne.jp> 1115 * [w3m-dev 00827] Bugfix: onA() doesn't work. 1116 1117 From: Yamate Keiichirou <yamate@ebina.hitachi.co.jp> 1118 * [w3m-dev 00835] Improvement of 'Jump to label' behavior within a frame. 1119 1120 2000.6.5 1121 From: Okabe Katsuya <okabek@guitar.ocn.ne.jp> 1122 * [w3m-dev 00789] Bugfix: width of <li> 1123 * [w3m-dev 00801] Bugfix: Line break occurs on . 1124 * [w3m-dev 00813] Bugfix: single > in a document isn't analyzed properly. 1125 * [w3m-dev 00818][w3m-dev 00819] Bugfix: <xmp>,<listing> in <textarea> 1126 * [w3m-dev 00820] Screen shift bugfix. 1127 1128 From: hsaka@mth.biglobe.ne.jp (Hironori Sakamoto) 1129 * [w3m-dev 00807] Bugfix: <option> without <select> in table causes core dump. 1130 * [w3m-dev 00816] Bugfix: CRs in <textarea>..</textarea> are replaced with 1131 white spaces. 1132 1133 From: Tsutomu Okada <okada@furuno.co.jp> 1134 * [w3m-dev 00814] Bugfix: After specifying non-text file in 'V' command, 1135 w3m dumps core. 1136 1137 2000.6.1 1138 From: Tsutomu Okada <okada@furuno.co.jp> 1139 * [w3m-dev 00581] BUFINFO related bugfix. 1140 * [w3m-dev 00641] Bugfix: extbrowser setting in config desn't work. 1141 * [w3m-dev 00660] Bugfix: pathname to invoke external viewer becomes like 1142 ``/home/okada/.w3m//w3mv6244-0..pdf''. 1143 * [w3m-dev 00701] enhancement of [w3m-dev 00684]. 1144 1145 From: hsaka@mth.biglobe.ne.jp (Hironori Sakamoto) 1146 * [w3m-dev 00582] Bugfix: kterm mouse, etc. 1147 * [w3m-dev 00586] Bugfix; when CLEAR_BUF is defined, buffer size is displayed as [0 line]. 1148 * [w3m-dev 00605] 1149 * show_params() improvement. 1150 * when CLEAR_BUF is defined and reloading local file, that is overwritten. 1151 * [w3m-dev 00606] When submitting data in textarea without editing them, CR charcters are 1152 sent instead of CRLF. 1153 * [w3m-dev 00630] Bugfix of mouse-dragging behaviour. 1154 * [w3m-dev 00654] [w3m-dev 00666] When CLEAR_BUF is defined, content of form disappears. 1155 * [w3m-dev 00677] [w3m-dev 00704] Improvement of Japanese coding-system decition algorithm. 1156 * [w3m-dev 00684] Command line analysis enhancement. 1157 * [w3m-dev 00696] Bugfix of PIPE_SHELL('#'), READ_SHELL('@') and EXEC_SHELL('!'). 1158 * [w3m-dev 00706] Bugfix: When CLEAR_BUF is defined, anchors created by : disappears. 1159 * [w3m-dev 00720] Enhancement of dirlist.cgi. 1160 * [w3m-dev 00724] when -m option is used, continuation lines in header are not 1161 processed properly. 1162 * [w3m-dev 00728] handling of Japanese character in HTTP header. 1163 1164 From: Yamate Keiichirou <yamate@ebina.hitachi.co.jp> 1165 * [w3m-dev 00589] Bugfix: w3m dumps core after like w3m -T a -B and save command. 1166 * [w3m-dev 00595][w3m-dev 00610] frameset related bugfix. 1167 * [w3m-dev 00631][w3m-dev 00633] ID_EXT related bugfix. 1168 * [w3m-dev 00632] Bugfix? handling of character-entity (") in attribute. 1169 * [w3m-dev 00646] Enhancement: frame names are embedded as id attribute in 1170 the frame-table. 1171 * [w3m-dev 00680] 1172 * [w3m-dev 00683] Bugfix: <STRONG> tags become comments in frame. 1173 * [w3m-dev 00707] frame related bugfix. 1174 * [w3m-dev 00774] Bugfix: as some file descriptors are not closed, file descriptors 1175 are exhausted on a certain condition. 1176 1177 From: SASAKI Takeshi <sasaki@sysrap.cs.fujitsu.co.jp> 1178 * [w3m-dev 00598] ID_EXT related bugfix. 1179 1180 From: Okabe Katsuya <okabek@guitar.ocn.ne.jp> 1181 * [w3m-dev 00602] Bugfix: a blank line is inserted when processing <title>...</title>. 1182 * [w3m-dev 00617] <table> within <blockquote> in <table> corrupts. 1183 * [w3m-dev 00675] Support of terminals which can't display (0xa0). 1184 * [w3m-dev 00732] <!--comment --\n> like comment handling fix. 1185 1186 From: Fumitoshi UKAI <ukai@debian.or.jp> 1187 * [w3m-dev 00679] USE_SSL_VERIFY fix. 1188 * [w3m-dev 00686] w3mhelperpanel.c fix. 1189 1190 From: sakane@d4.bsd.nes.nec.co.jp (Yoshinobu Sakane) 1191 * [w3m-dev 00692] EWS4800 support for /usr/abiccs/bin/cc. 1192 1193 From: Hiroshi Kawashima <kei@arch.sony.co.jp> 1194 * [w3m-dev 00742] mipsel architecture support. 1195 1196 2000.5.17 1197 From: Hiroaki Shimotsu <shim@d5.bs1.fc.nec.co.jp> 1198 * [w3m-dev 00543] Bugfix: personal_document_root doesn't work. 1199 * [w3m-dev 00544] When opening file:///dir/, if index.html exists in 1200 that directory, open the file instead of displaying directory list. 1201 1202 From: hsaka@mth.biglobe.ne.jp (Hironori Sakamoto) 1203 * [w3m-dev 00545] w3m -num fix. 1204 * [w3m-dev 00557] Bugfix: When using -dump option, temporary files don't be unlinked. 1205 1206 From: Okabe Katsuya <okabek@guitar.ocn.ne.jp> 1207 * [w3m-dev 00568] Bugfix: When <blockquote> exists outside of <tr>..</tr> in <table>, 1208 the table corrupts. 1209 1210 2000.5.16 1211 From: Yamate Keiichirou <yamate@ebina.hitachi.co.jp> 1212 * [w3m-dev 00487] Bugfix: supports terminal without sr capability. 1213 * [w3m-dev 00512][w3m-dev 00514][w3m-dev 00515] Kanji-code decision enhancement. 1214 * [w3m-dev 00530] Bugfix: w3m can't handle cgi using <ISINDEX>. 1215 * [w3m-dev 00537] Remove CR/LF within URL. 1216 * [w3m-dev 00542] Layered frameset support. 1217 1218 From: SASAKI Takeshi <sasaki@ct.sakura.ne.jp> 1219 * [w3m-dev 00488] id attribute support bugfix. 1220 * [w3m-dev 00497] configure automatically detects IPv6 environment. 1221 1222 From: Kiyokazu SUTO <suto@ks-and-ks.ne.jp> 1223 * [w3m-dev 00489] 1224 * Bugfix: a page doesn't be displayed which requires SSL client authentication. 1225 * Enhancement: -o option parameter list 1226 * [w3m-dev 00519] Security hole fix about I command. 1227 1228 From: hsaka@mth.biglobe.ne.jp (Hironori Sakamoto) 1229 * [w3m-dev 00498] Filename completion bugfix. 1230 * [w3m-dev 00508] Color display bugfix. 1231 * [w3m-dev 00518] Security hole fix about I command. 1232 * [w3m-dev 00535] GPM/SYSMOUSE support bugfix. 1233 1234 From: Kazuhiro Nishiyama <nishiyama@mx1.tiki.ne.jp> 1235 * [w3m-dev 00503] $extension correction in Cygwin. 1236 1237 From: Hiroaki Shimotsu <shim@nw.bs1.fc.nec.co.jp> 1238 * [w3m-dev 00516] When transmitting a string to form, it was made not to escape 1239 a safe character. 1240 1241 From: Tsutomu Okada <okada@furuno.co.jp> 1242 * [w3m-dev 00471] Bugfix: when displaying the page which has a link in the 1243 beginning of the screen, the first link doesn't get active. 1244 1245 From: Fumitoshi UKAI <ukai@debian.or.jp> 1246 * [w3m-dev 00539] proxy initialization bugfix. 1247 1248 2000.4.24 1249 From: aito 1250 * free memory of hidden buffers. (CLEAR_BUF) 1251 * when file:// style local file access fails, don't retry 1252 as http://file://. 1253 * Bugfix: mouse doesn't work when both GPM and SYSMOUSE are undefined. 1254 1255 From: rubikitch <rubikitch@ruby-lang.org> 1256 * Enhancement: Save Buffer URL into file. 1257 1258 From: Yamate Keiichirou <yamate@ebina.hitachi.co.jp> 1259 * FTP proxy bugfix. 1260 * C comment cleanup. 1261 * Bugfix: After window resize, reshapeBuffer() is called on 1262 each keyin. 1263 1264 From: Hironori Sakamoto <h-saka@lsi.nec.co.jp> 1265 * when gc library exists under /usr/local, configure decides 1266 found -> dones't seem to work. 1267 1268 2000.4.21 1269 From: Kiyokazu SUTO <suto@ks-and-ks.ne.jp> 1270 * Enhancement: When FTP login password ends with @, append the FQDN of 1271 the host. 1272 * When environment variable NNTPMODE is defined, send MODE command 1273 using the value. 1274 * Following options are added. 1275 ssl_verify_server ON/OFF 1276 Do SSL server verification (default OFF) 1277 ssl_cert_file filename 1278 PEM certification file for SSL client (default NULL) 1279 ssl_key_file filename 1280 PEM secret key file for SSL client (default NULL) 1281 ssl_ca_path directory 1282 Path for the directory of PEM certification files (default NULL) 1283 ssl_ca_file file 1284 Filename of PEM certification files 1285 1286 From: Tsutomu Okada <okada@furuno.co.jp> 1287 * Bugfix: DEL key causes core dump in line input mode. 1288 * Comment processing bugfix. 1289 1290 From: Yamate Keiichirou <yamate@ebina.hitachi.co.jp> 1291 * Proxy authentication support for FTP proxy. 1292 1293 From: hsaka@mth.biglobe.ne.jp (Hironori Sakamoto) 1294 * Bugfix: <input_alt fid=0> causes core dump. 1295 1296 From: aito 1297 * Bugfix: When a table is in a cell with more than one colspan, 1298 the width of the inner table gets wired. 1299 * -model=, -lang= options are added to configure. 1300 1301 From: Rogue Metal - Jake Moorman <roguemtl@stampede.org> 1302 - All T/NILs are replaced with TRUE/FALSE. 1303 - Messages are added for FTP connection. 1304 1305 2000.4.7 1306 From: aito 1307 * Bugfix: <select> without </select> causes core dump. 1308 * Bugfix: Compilation fails unless MOUSE is defined. 1309 1310 From: Tsutomu Okada <okada@furuno.co.jp> 1311 * Bugfix: Following a link to a local file causes core dump. 1312 * Bugfix: DEL key in line editing causes core dump. 1313 1314 From: Shin HATTORI <mituzi@he.mirai.ne.jp> 1315 * Bugfix: bzip2 support. 1316 1317 From: hsaka@mth.biglobe.ne.jp (Hironori Sakamoto) 1318 * Bugfix: -dump, -dump_head, -dump_source option interfares 1319 each other. 1320 * Improvement: -o option added. 1321 * Bugfix: -dump option causes core dump. 1322 * Bugfix: mouse operation gets inactive while message is displayed. 1323 * Bugfix: window size change. 1324 * Improvement: Default of quit confirmation is now 'n' 1325 * term.c enhancements 1326 1327 From: Sven Mascheck <mascheck@faw.uni-ulm.de> 1328 * There are websites using (unprintable) special characters (eg '0x96') 1329 to 'feature' microsoft browsers. At least in the western configuration 1330 (the only one i know), w3m doesn't check if characters are printable, 1331 thus they confuse particularly the /xfree/ xterm (knowing more special 1332 characters than other xterms). 1333 Something like the attached patch could prevent this 1334 (also only affects western version). 1335 Instead of (superfluously) using isprint() with the locale, 1336 it now just checks the range (pointed out by Christian Weisgerber). 1337 1338 From: naddy@mips.rhein-neckar.de (Christian Weisgerber) 1339 * C++ style comments are changed into C style. 1340 1341 2000.4.6 1342 From: lars brinkhoff <lars@nocrew.org> 1343 ARM linux patch. 1344 1345 From: Hiroaki Shimotsu <shim@nw.bs1.fc.nec.co.jp> 1346 Improvement: 'u' command shows form type and action. 1347 1348 From: patakuti 1349 * Bugfix: -dump option for other than text/html document doesn't work. 1350 * Improvement: Association between extension and mime-type can be 1351 specified by ~/.mime.types. 1352 1353 2000.4.5 1354 From: Sakamoto <hsaka@mth.biglobe.ne.jp> 1355 * Bugfix: <Hn>...</Hn> in table makes the table width weird. 1356 * Bugfix: </ol>,</ul>,</dl>,</blockquote> without opening tag 1357 make the table ugly. 1358 1359 From: "Shin'ya Kumabuchi" <kumabu@t3.rim.or.jp> 1360 * Bugfix: w3m eventually sends Pragma: no-cache header inappropriately. 1361 1362 From: Tomoyuki Kosimizu <greentea@fa2.so-net.ne.jp> 1363 Bugfix around rc.c 1364 1365 2000.3.29 1366 From: Altair <NBG01720@nifty.ne.jp> 1367 OS/2 support improvement. 1368 * Bugfix: w3m fails to open directory. 1369 * Improvement: arrow keys are effective in non-X environment of OS/2 1370 * Bugfix: Couldn't invoke external program. 1371 * Improvement: Enable drive letter. 1372 1373 From: David Leonard <leonard@csee.uq.edu.au> 1374 after filling in a simple form 1375 <form action="https://internal.csee.uq.edu.au/cgi-bin/login.cgi" method=POST> 1376 a cookie is received and then w3m dumps core. 1377 1378 From: Ken Yap <ken@nlc.net.au> 1379 I have made w3m work on DJGPP (protected mode 32-bit programs running 1380 from DOS/Win). The resulting binary after compression is only 220kB, 1381 which means it's possible to give a floppy for a 386 with 4-8 MB memory 1382 for browsing the web! 1383 1384 From: "SHIROYAMA Takayuki" <psi@stellar.co.jp> 1385 From: Jeroen Scheerder <J.Scheerder@cwi.nl> 1386 MacOS X Server patch. 1387 1388 2000.2.25 1389 From: Ambrose Li 1390 I found a bug in <img alt=""> 1391 handling. If alt="" is not suppressed, the line containing the img 1392 element is not wrapped. I have verified that the bug exists in w3m 1393 0.1.6; the bug seems to still exist in w3m 0.1.7, but I have not 1394 finished compiling it. 1395 1396 From: aito 1397 Bug fix: <option> without <select> causes core dump. 1398 Bugfix: The first line in <blockquote> doesn't indented. 1399 Improvement: application/x-bzip support. 1400 Bugfix: GC fails in mktable, w3mbookmark, w3mhelperpanel. 1401 Bugfix: mouse drag. 1402 1403 From: Hironori Sakamoto <h-saka@lsi.nec.co.jp> 1404 Bug fix: Illegal tags make w3m's behavior unstable. 1405 quoteShell() security hole fix. 1406 Bug fix: w3m dumps core inside set_environ(). 1407 Bug fix: w3m doesn't do <table width="xxx%"> 1408 Improvement: '!' command doesn't make screen dirty. 1409 1410 From: Fumitoshi UKAI <ukai@debian.or.jp> 1411 Bug fix: Temporary file paths contain //. 1412 Bug fix: 0.1.7 fails with https. 1413 1414 From: Hiroaki Shimotsu <shim@nw.bs1.fc.nec.co.jp> 1415 Changes w3m's behavior such that connection failure to the proxy 1416 server causes an error. 1417 Bug fix: URLs specified in the command line don't be involved 1418 into URL history. 1419 1420 From: sasaki@ct.sakura.ne.jp 1421 HTML4.0 ID attribute support. 1422 1423 From: Okabe Katsuya <okabe@fphy.hep.okayama-u.ac.jp> 1424 table get weird when it contains <input type=hidden>. 1425 $B=$@5!%(B 1426 1427 2000.2.12 1428 From: Rogue Metal - Jake Moorman <roguemtl@stampede.org> 1429 - added GNU-style comments for all #ifdef/#else/#endif 1430 modified: almost all files 1431 - renamed w3mhelp_en and w3mhelp_ja to w3mhelp-w3m_en and w3mhelp-w3m_ja 1432 (to aid in handling of additional keybindings in the future) 1433 modified: XMakefile, XMakefile.dist, config.h, configure, help files 1434 - corrected error in w3mhelp-lynx_en ('Japanese' link was pointing to 1435 Japanese language help file for the w3m keybinding, not the lynx 1436 keybinding) 1437 modified: w3mhelp-lynx_en.html 1438 - replaced 'Loading {URL}' message with more specific messages about 1439 current status ('Performing hostname lookup on {hostname}' and 1440 'Connecting to {hostname}') 1441 modified: main.c, url.c 1442 1443 2000.2.10 1444 From: roguemtl@stampede.org (Jacob Moorman of the [MH] Free Software Group) 1445 - added support for PageUp and PageDown in list boxes 1446 1447 2000.1.21 1448 From: naddy@mips.rhein-neckar.de (Christian Weisgerber) 1449 1. conn.eventMask is set to 0 which disables reception of all types 1450 of events. Effectively, this disables GPM support altogether. 1451 Probably "~0" was intended, to enable reception of all types of 1452 events. 1453 2. conn.maxMod is set to ~0, which means that events with a modifier 1454 key (shift, control, etc.) set are also sent to w3m. Since w3m 1455 doesn't do anything with these events, they should rather be 1456 passed on to other clients. Changing this to "conn.maxMod = 0" 1457 will for example allow the use of the mouse in w3m *and* mouse 1458 clicks with shift held down for console cut-and-paste. 1459 1460 From: naddy@mips.rhein-neckar.de (Christian Weisgerber) 1461 I would like to suggest a small change to w3m's GPM support: 1462 Rather than explicitly drawing the mouse pointer, this could be left to 1463 the server, i.e. 1464 - remove GPM_DRAWPOINTER() calls, 1465 - set conn.defaultMask to GPM_MOVE|GPM_HARD. 1466 1467 From: aito 1468 When '<' is used as other than start of a tag, let the '<' 1469 be displayed. 1470 1471 From: Okabe Katsuya <okabe@okaibm.hep.okayama-u.ac.jp> 1472 Bug fix of screen redraw. 1473 1474 From: Okabe Katsuya <okabe@okaibm.hep.okayama-u.ac.jp> 1475 * Accept discard attribute of Set-Cookie2. 1476 * insert a blank line just after </dl>. 1477 1478 From: Okabe Katsuya <okabe@okaibm.hep.okayama-u.ac.jp> 1479 <table> Geometry calculation bugfix. 1480 1481 From: Hironori Sakamoto <h-saka@lsi.nec.co.jp> 1482 Bugfix of inputLineHist(). 1483 1484 2000.1.14 1485 From: ChiDeok Hwang <cdhwang@sr.hei.co.kr> 1486 When I browse http://i.am/orangeland and press 'v' to see document 1487 info, w3m got seg. fault. 1488 Reason was above site had the very strange frameset with only one frame. 1489 <frameset rows="100%,*" ... > 1490 Simple following fix was enough for me. 1491 1492 From: aito 1493 When no scheme is specified in the URL, w3m tries to open local file, 1494 and when it fails w3m prepends "http://". 1495 1496 From: Yamate Keiichirou <yamate@ebina.hitachi.co.jp> 1497 target="_parent" support 1498 frame-relatex bugfixes. 1499 1500 From: Okabe Katsuya <okabe@okaibm.hep.okayama-u.ac.jp> 1501 Screen redraw bugfix. 1502 1503 2000.1.12 1504 From: aito 1505 word fill support. (undocumented) 1506 add #define FORMAT_NICE in config.h. 1507 1508 From: sakane@d4.bsd.nes.nec.co.jp (Yoshinobu Sakane) 1509 "w3m ." and w3mhelperpanel doesn't work. 1510 1511 2000.1.11 1512 From: Okabe Katsuya <okabe@okaibm.hep.okayama-u.ac.jp> 1513 Bugfix of cookie behavior. 1514 1515 From: Okabe Katsuya <okabe@okaibm.hep.okayama-u.ac.jp> 1516 table geometry calculation improvement. 1517 1518 From: aito 1519 C-c make the external viewer to exit. 1520 1521 From: <sekita-n@hera.im.uec.ac.jp> 1522 Added an option to suppress sending Referer: field. 1523 1524 2000.1.4 1525 From: Sven Oliver Moll <smol0999@rz.uni-hildesheim.de> 1526 There was one thing that's been anoying me, so I got it fixed: the 1527 behaviour of mouse dragging. The push of the mousebutton is 1528 interpreted of dragging the text behind the window. My intuition in 1529 dragging is that I drag the window over the text. So I added a config 1530 option called 'reverse mouse'. 1531 1532 From: aito 1533 'M' command (external browser) added to Lynx-like keymap. 1534 1535 From: SUMIKAWA Munechika <sumikawa@ebina.hitachi.co.jp> 1536 IPv6 related bugfix. 1537 1538 From: kjm@rins.ryukoku.ac.jp (KOJIMA Hajime) 1539 NEWS-OS 6.x support. 1540 1541 From: aito 1542 configure detects IPv6 support automatically. 1543 (Thanks to sumikawa@ebina.hitachi.co.jp) 1544 1545 1999.12.28 1546 From: hsaka@mth.biglobe.ne.jp (Hironori Sakamoto) 1547 Bug fix of link coloring/underlining. 1548 From: Fumitoshi UKAI <ukai@debian.or.jp> 1549 Now w3m has an option not to render <IMG ALT="">. 1550 1551 From: aito 1552 Even when HTTP server response code is other than 200, 1553 w3m does user authorization if WWW-Authenticate: header exists. 1554 1555 From: Yamate Keiichirou <yamate@ebina.hitachi.co.jp> 1556 When following the Location: header, w3m doesn't chop the 1557 LF character off. 1558 1559 From: Okabe Katsuya <okabe@okaibm.hep.okayama-u.ac.jp> 1560 Improvements of table rendering algorithm. 1561 1562 From: hsaka@mth.biglobe.ne.jp (Hironori Sakamoto) 1563 Now w3m allows a comment <!-- .... -- > (spaces between -- and >) 1564 1565 1999.12.27 1566 From: hsaka@mth.biglobe.ne.jp (Hironori Sakamoto) 1567 Improvement of dirlist.cgi. 1568 1569 1999.12.14 1570 From: Christian Weisgerber <naddy@unix-ag.uni-kl.de> 1571 - I have appended a small patch to add support for the Home/End/ 1572 PgUp/PgDn keys at the FreeBSD "syscons" console. 1573 (It would be much preferable if w3m read the key sequences from 1574 the termcap entry rather than having them hardcoded, but this 1575 would require a substantial rewrite.) 1576 1577 From: aito 1578 * w3m-control: GOTO url support. 1579 * When a document has <meta http-equiv="Refresh" content="0; url=URL"> 1580 tag, the moved document is loaded immediately. 1581 * When invoking an external browser by 'M' or 'ESC M' and the browser 1582 is not defined, w3m prompts to input command to process the URL. 1583 1584 1999.12.8 1585 From: aito 1586 Proxy-Authorization support. 1587 1588 1999.12.3 1589 From:aito 1590 Now w3m can use an external command (local CGI script) for 1591 directory listing. Default is hsaka's dirlist.cgi. 1592 (in `scripts' directory) 1593 1594 1999.12.2 1595 From: hsaka@mth.biglobe.ne.jp (Hironori Sakamoto) 1596 In menu selection and buffer selection mode, cursor now points 1597 the selected item. (for blind people's convenience) 1598 1599 From: aito 1600 Now w3m doesn't use GPM library when using 1601 xterm. 1602 1603 1999.12.1 1604 From: hsaka@mth.biglobe.ne.jp (Hironori Sakamoto) 1605 Starting up with environment variable HTTP_HOME 1606 causes hangup. 1607 1608 From: Fumitoshi UKAI <ukai@debian.or.jp> 1609 Some kind of form causes segmentation fault. 1610 1611 From: hsaka@mth.biglobe.ne.jp (Hironori Sakamoto) 1612 align attribute support for <tr> tag. 1613 Now default alignment of <th> become CENTER. 1614 1615 From: Tsutomu Okada <okada@furuno.co.jp> 1616 COOKIES in func.c is changed to COOKIE 1617 1618 From: aito 1619 Now w3m accepts HTTP headers which have no white space after :. 1620 1621 From: Okabe Katsuya <okabe@okaibm.hep.okayama-u.ac.jp> 1622 Serial number of anchors in TABLE gets incorrect. 1623 1624 From: hsaka@mth.biglobe.ne.jp (Hironori Sakamoto) 1625 Bug fix of -v option. 1626 1627 1999.11.26 1628 From: Fumitoshi UKAI <ukai@debian.or.jp> 1629 When arguments in an external command in mailcap 1630 are enclosed by ' ', the command is not executed 1631 correctly. 1632 1633 1999.11.20 1634 From: SASAKI Takeshi <sasaki@isoternet.org> 1635 Turning 'Active link color' on causes core dump. 1636 1637 1999.11.19 1638 From: aito 1639 Now w3m uses GPM library if available. 1640 1641 From: hsaka@mth.biglobe.ne.jp (Hironori Sakamoto) 1642 Further enhancement of progress bar. 1643 1644 1999.11.18 1645 From: Ben Winslow <rain@insane.loonybin.net> 1646 Enhancement of progress bar. 1647 1648 From: patakuti 1649 If an <input type=button> tag has no `name' attribute, 1650 w3m adds it an inappropriate name attribute. 1651 1652 From: $B$d$^(B 1653 Now w3m can handle a frameset that has both ROWS and COLS. 1654 1655 From: aito 1656 Now bookmarking is done by a separate command w3mbookmark. 1657 1658 C-s $B$G2hLLI=<($,;_$^$C$F$$$?%P%0$N=$@5!%(B 1659 1660 $BJ8;zF~NO;~$K(B C-g $B$GCf;_$G$-$k$h$&$K$7$?!%(B 1661 1662 From: hovav@cs.stanford.edu 1663 When downloading a file, an attempt to save it to a non-exist 1664 directory causes core dump. 1665 1666 From: minoura@netbsd.org 1667 A character entity like ሴ (greater than 0xff) 1668 causes segmentation fault. 1669 1670 From: Christi Alice Scarborough <christi@chiark.greenend.org.uk> 1671 Active link color patch. 1672 1673 1999.11.17 1674 From: aito 1675 Now <OL>,<UL> make blank line before and after the list only if 1676 the list is in the first level. 1677 A bookmark file can be specified by -bookmark option. 1678 1679 From: Hiroaki Shimotsu <shim@nw.bs1.fc.nec.co.jp> 1680 Now 'N' is bound to 'search previous match'. 1681 1682 1999.11.16 1683 From: Kiyohiro Kobayashi <k-kobaya@mxh.mesh.ne.jp> 1684 Enhancement of FTP directory listing. 1685 1686 From: hsaka@mth.biglobe.ne.jp (Hironori Sakamoto) 1687 checkContentType() Bug fix 1688 1689 From: hsaka@mth.biglobe.ne.jp (Hironori Sakamoto) 1690 Menu behavior is changed. 1691 * C-f,C-v : display next page 1692 * C-b,M-v : display previous page 1693 * ^[[L (console), ^[[E (pocketBSD) are recognized as INS key. 1694 * DEL : back to parent menu (same as C-h) 1695 * #define MENU_THIN_FRAME -> use thin rules to draw menus 1696 (default is #undef) 1697 * Now one can move to next/previous menu page by clicking 1698 ':' on the bottom/top of the menu. 1699 * Clicking outside the menu causes cancellation of sub-menu. 1700 * <, >, +, - abandoned 1701 1702 From: $B$*$+$@(B <okada@furuno.co.jp> 1703 Now C-a/C-e are bound to 'jump to the first/last item in menu.' 1704 1705 From: "OMAE, jun" <jun-o@osb.att.ne.jp> 1706 From: Fumitoshi UKAI <ukai@debian.or.jp> 1707 w3m doesn't recognize FTP Multiline reply. 1708 1709 From: "OMAE, jun" <jun-o@osb.att.ne.jp> 1710 Bugfix of buffer selection mode. 1711 1712 1999.11.15 1713 From: aito 1714 If a document has <BASE> tag and the base URL is different 1715 from the current URL, w3m sends incorrect Referer: value. 1716 A control character written as &#xnnn; (for example, 
) 1717 is not be decoded correctly. 1718 Now local-CGI scripts have to be located in either file:///cgi-bin/ 1719 or file:///usr/local/lib/w3m/. Scripts in any other directory 1720 are treated as plain texts. 1721 Most system() calls are replaced with mySystem(). 1722 1723 1999.11.11 1724 From: aito 1725 Tagname search algorithm is changed from linear search to 1726 hash table. 1727 1728 1999.11.5 1729 From: aito 1730 If a table contains character entities &xxx; which represent 1731 latin-1 characters, column width gets incorrect. 1732 1733 1999.11.1 1734 From: hsaka@mth.biglobe.ne.jp (Hironori Sakamoto) 1735 w3m-991028+patch1 doesn't compile when compiled without menu. 1736 1737 From: ukai@debian.or.jp 1738 A bugfix of Strcat_char(). 1739 1740 1999.10.28 1741 From: Hironori Sakamoto <h-saka@lsi.nec.co.jp> 1742 When accessing 1743 file?var=value/#label 1744 #label doesn't be regarded as a label. 1745 1746 From: aito 1747 991027 version contains debug code. 1748 1749 1999.10.27 1750 From: OKADA <okada@furuno.co.jp> 1751 When JP_CHARSET is defined, Latin-1 character like ¢ isn't 1752 displayed. 1753 1754 From: Yama 1755 A cookie without path haven't been handled correctly. 1756 1757 From: "OMAE, jun" <jun-o@osb.att.ne.jp> 1758 When reloadint CGI page with POST method, w3m tries to load it 1759 with GET method. 1760 1761 From: aito 1762 When following a link from a page in frame, Referer: value 1763 is not a URL of the page but the URL of fremeset page. 1764 1765 configure is slightly changed. User can now choose model. 1766 -yes option added. 1767 1768 FTP failed when a server returns other than 150 as a result code 1769 of RETR/NLST command. 1770 1771 <select multiple>...</select> doesn't work correctly. 1772 1773 From: Takashi Nishimoto <g96p0935@mse.waseda.ac.jp> 1774 In getshell, getpipe, execdict functions, 1775 buffer name is changed to include command name. 1776 1777 From: Colin Phipps <cph@crp22.trin.cam.ac.uk> 1778 When a load of cookies expire w3m SEGVs on startup. 1779 1780 From: pmaydell@chiark.greenend.org.uk 1781 I was looking through the w3m source, and noticed that it defines the 1782 following macro: 1783 #define IS_SPACE(x) (isspace(x) && !(x&0x80)) 1784 Now this won't work as expected if x is an expression with side effects 1785 (it will be evaluated twice). A quick grep of the sources reveals 1786 several places where the macro is used like this: 1787 file.c: if (IS_SPACE(*++p)) 1788 which is almost certainly a bug... (although I haven't tried to actually 1789 work out what the effects of it would be). 1790 1791 1999.10.21 1792 From: hsaka@mth.biglobe.ne.jp (Hironori Sakamoto) 1793 Bug fix of buffername of source/HTML display. 1794 1795 1999.10.20 1796 1797 From: Okabe Katsuya <okabe@okaibm.hep.okayama-u.ac.jp> 1798 When <P> exists between <dt> and <dd> or <h3> and </h3>, 1799 all text after that point becomd bold. 1800 1801 From: hsaka@mth.biglobe.ne.jp (Hironori Sakamoto) 1802 Now 'B' command backs to previous page when viewing frame page. 1803 'F','v','=' command toggle. 1804 1805 From: hsaka@mth.biglobe.ne.jp (Hironori Sakamoto) 1806 Inappropriate behaviours with -dump option have been fixed. 1807 * w3m -dump < file appends \377 before EOF. 1808 * w3m -dump -s < file doesn't convert character code. 1809 -num, -S don't take effect. 1810 * w3m -dump -T text/plain < file outputs nothing. 1811 1812 From: hsaka@mth.biglobe.ne.jp (Hironori Sakamoto) 1813 * menu.c: graphic char related bugfixes. 1814 * terms.c: When Cygwin, T_as = T_as = T_ac = "" 1815 Added T_ac != '\0' in graph_ok() 1816 * bookmark.c: KANJI_SYMBOL -> LANG == JA 1817 1818 1999.10.15 1819 From: Okabe Katsuya <okabe@okaibm.hep.okayama-u.ac.jp> 1820 1. Some part does case-sensitive comparison for cookie name. 1821 2. When executing sleep_till_anykey(), terminal state doesn't 1822 recover. 1823 1824 From: hsaka@mth.biglobe.ne.jp (Hironori Sakamoto) 1825 When running configure, it adds multiple -lxxx when 1826 both libxxx.a and libxxx.so exist. [fixed] 1827 1828 From: hsaka@mth.biglobe.ne.jp (Hironori Sakamoto) 1829 * When generating HTML within w3m, those source didn't be quoted. 1830 * Makes it interpret <base href=... target=...> of each source 1831 of a frame. 1832 1833 From: Takashi Nishimoto <g96p0935@mse.waseda.ac.jp> 1834 From: hsaka@mth.biglobe.ne.jp (Hironori Sakamoto) 1835 Enhancements of buffer handling functions. 1836 1837 From: SASAKI Takeshi <sasaki@isoternet.org> 1838 When multiple cookies are sent whose names are different 1839 but domains and paths are identical, older one doesn't 1840 removed. 1841 1842 From: Okabe Katsuya <okabe@okaibm.hep.okayama-u.ac.jp> 1843 Cookie comparison must be case insensitive. 1844 1845 From: aito 1846 * When no ~/.w3m/cookie exists, C-k sometimes cause core dump. 1847 * ~/.w3m/cookie isn't updated when -dump option is used. 1848 * Latin-1 character written as &xxx; isn't regarded as a 1849 roman character. 1850 1851 From: sakane@d4.bsd.nes.nec.co.jp (Yoshinobu Sakane) 1852 Improvements: 1853 o After executing "w3m http://foo.co.jp/foo.jpg", 1854 w3m waits with prompt "Hit any key to quit w3m:". 1855 o "w3m http://foo.co.jp/foo.tar.gz" doesn't display 1856 usage. 1857 o Progress bar is displayed while downloading via ftp. 1858 o FTP download can be interrupted. 1859 1860 From: Okabe Katsuya <okabe@okaibm.hep.okayama-u.ac.jp> 1861 Now w3m can access using SSL via proxy server. 1862 1863 From: Hironori Sakamoto <h-saka@lsi.nec.co.jp> 1864 <form enctype="multipart/form-data"> <input type=file> 1865 1866 From: "OMAE, jun" <jun-o@osb.att.ne.jp> 1867 w3m-991008 on cygwin causes following problems. 1868 1. w3m / doesn't display directory list. 1869 2. When referring local directory, URL becomes like 1870 file://///foo. 1871 3. Can't load file:///windows. 1872 1873 From: Fumitoshi UKAI <ukai@debian.or.jp> 1874 % http_proxy=http://foo/bar w3m http: 1875 causes segmentation fault. 1876 1877 1999.10.8 1878 From: sakane@d4.bsd.nes.nec.co.jp (Yoshinobu Sakane) 1879 Changed to treat documents that contain designation sequences 1880 to JIS-X0208-1983 and JIS-X0208-1976. 1881 1882 From: aito 1883 When there is tag sequence like <pre>..<p>..</pre><p> , words 1884 after the last <p> are not folded. [fixed] 1885 Type of counters for number of anchor in a document are changed from 1886 short to int. 1887 Description like `<b><u>hoge</u></b> moge' makes the space between hoge 1888 and mode underlined.[fixed] 1889 1890 1999.10.7 1891 From: Okabe Katsuya <okabe@okaibm.hep.okayama-u.ac.jp> 1892 Cookie support. 1893 SSL support. Still experimental. 1894 1895 From: aito 1896 Considering those systems who have no static library, now configure 1897 searches lib*.so as well as lib*.a. 1898 1899 From: HIROSE Masaaki <hirose31@t3.rim.or.jp> 1900 From: Anthony Baxter <anthony@ekorp.com> 1901 `Host:' header lacks port number. [fixed] 1902 1903 From: Hironori Sakamoto <h-saka@lsi.nec.co.jp> 1904 When moving to a label, URL doesn't change. [fixed] 1905 1906 From: Hironori Sakamoto <hsaka@mth.biglobe.ne.jp> 1907 Can't handle tags like <ul> nested more than 20 levels.[fixed] 1908 1909 From: Hironori Sakamoto <h-saka@lsi.nec.co.jp> 1910 Bugfix about Content-Transfer-Encoding: quoted-printable 1911 1912 From:aito 1913 When <frameset > contains both COLS= and ROWS=, w3m can't render 1914 that frame correctly. [fixed] 1915 1916 From: sakane@d4.bsd.nes.nec.co.jp (Yoshinobu Sakane) 1917 Bugfixes of w3m-990928 gziped file support. 1918 1919 From: Hironori Sakamoto <h-saka@lsi.nec.co.jp> 1920 * Bug fix of decoding B-encoded file. 1921 1922 1999.9.28 1923 1924 From: SASAKI Takeshi <sasaki@isoternet.org> 1925 wrap search mode is added. 1926 &#xnnnn; character entity representation support. 1927 1928 From: aito 1929 Change default character color to 'terminal' (do nothing). 1930 1931 From: Okabe Katsuya <okabe@okaibm.hep.okayama-u.ac.jp> 1932 When using BG_COLOR defined w3m on linux console, w3m doesn't refresh 1933 screen on termination. [fixed] 1934 1935 From: Hironori Sakamoto <hsaka@mth.biglobe.ne.jp> 1936 Extra newline is inserted after <pre> tag in frame. [fixed] 1937 1938 From: Takashi Nishimoto <g96p0935@mse.waseda.ac.jp> 1939 From: Hironori Sakamoto <hsaka@mth.biglobe.ne.jp> 1940 When opening popup menu by mouse right click, let cursor move to 1941 the clicked position. 1942 1943 1999.9.16 1944 1945 From: aito 1946 Fix a bug that renders <...> in form button as <...> tag. 1947 1948 From: Iimura uirou@din.or.jp 1949 w3m causes SIGSEGV when DICT is defined in config.h. [fixed] 1950 Added a function to make a link to the background image. 1951 1952 From: Doug Kaufman <dkaufman@rahul.net> 1953 I just downloaded and compiled the 19990902 version of w3m with cygwin 1954 (b20 with 19990115 cygwin1.dll). The following patch takes care of the 1955 compilation problems. 1956 1957 From: Hayase 1958 There are undefined variables when compiled on NEXTSTEP 3.3J. [fixed] 1959 1960 From: Oki 1961 When using <HR> tag in list environment, let horizontal rule begin 1962 from indented position. 1963 1964 From: Okada 1965 w3m gets segmentation fault when rendering character entity like ア. 1966 [fixed] 1967 1968 From: Sakamoto hsaka@mth.biglobe.ne.jp 1969 Many bugfixes for local CGI. 1970 1971 From: Katsuya Okabe okabe@okaibm.hep.okayama-u.ac.jp 1972 Graphics characters go bad when using on linux console. [fixed] 1973 Bug fixes on color display on kterm. [fixed] 1974 Bug fix on table renderer. [fixed] 1975 1976 From: Sakamoto hsaka@mth.biglobe.ne.jp 1977 Download from page in frame doesn't work correctly. [fixed] 1978 1979 1999.9.3 1980 From: Sakamoto hsaka@mth.biglobe.ne.jp 1981 Bug fixes of URL analyzer. 1982 1983 From: Katsuya Okabe okabe@okaibm.hep.okayama-u.ac.jp 1984 Bugfix of screen redraw routine. 1985 -- 1986 Akinori Ito 1987 tel&fax: 0238-26-3369 1988 E-mail: aito@fw.ipsj.or.jp 1989