| Commit message (Collapse) | Author | Files | Lines |
|
* file.c
(is_html_type): added.
(examineFile, loadGeneralFile, _saveBuffer)
(openGeneralPagerBuffer, reloadBuffer): use is_html_type() instead of strcasecmp().
(loadGeneralFile): set f.guess_tupe
* display.c
(displayBuffer): use is_html_type() instead of strcasecmp().
* buffer.c
(reshapeBuffer): use is_html_type() instead of strcasecmp().
* backend.c
(internal_get): use is_html_type() instead of strcasecmp().
|
|
|
|
|
|
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=325699
|
|
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=493486
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
labeled line numbers when fold_line=1. [w3m-dev 04211]
|
|
|
|
* file.c (inputAnswer) fix format string bug
|
|
|
|
|
|
|
|
|
|
w3m should prefer text/html to other text/*.
reported as Debian Bug#374296
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|