aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * [w3m-dev 02415] clean up temporary filesFumitoshi UKAI2001-11-161-1/+2
| | | | | | | | | | | | From: Tsutomu Okada <okada@furuno.co.jp>
| | * [w3m-dev 02414] stable SIGINT handling in HTMLlineproc0()Fumitoshi UKAI2001-11-161-10/+10
| | | | | | | | | | | | From: Tsutomu Okada <okada@furuno.co.jp>
| | * [w3m-dev 02413] Re: mark history bugFumitoshi UKAI2001-11-161-4/+4
| | | | | | | | | | | | | | | From: Tsutomu Okada <okada@furuno.co.jp> When input invalid regex for mark regexp, "Invalid regular expression" is added to the history.
| | * Rename version number 0.2.1-inu-1.6 as 0.2.2release-0-2-2Akinori Ito2001-11-151-1/+1
| | |
| | * Update to w3m-0.2.1-inu-1.6.Akinori Ito2001-11-1582-217/+10900
| | |
| | * Updates from 0.2.1 into 0.2.1-inu-1.5release-0-2-1-inu-1-5Akinori Ito2001-11-09246-21748/+32697
| | |
| | * Initial revisionAkinori Ito2001-11-08305-0/+104639
| |
* | Update ChangeLogTatsuya Kinoshita2020-09-061-0/+6
| |
* | Mention forked versionTatsuya Kinoshita2020-09-063-6/+7
| |
* | Drop bug report addressTatsuya Kinoshita2020-09-0610-27/+11
| |
* | Move old ChangeLog entries to ChangeLog.1Tatsuya Kinoshita2020-09-062-9321/+9331
| |
* | Update ChangeLogTatsuya Kinoshita2020-09-021-3/+8
| |
* | Merge pull request #150 from bptato/masterTatsuya Kinoshita2020-09-021-1/+1
|\ \ | | | | | | Add closing bracket I somehow forgot about in the previous commit
| * | Add closing bracket I somehow forgot about in the previous commitbptato2020-09-021-1/+1
|/ /
* | Update ChangeLogTatsuya Kinoshita2020-09-021-0/+10
| |
* | Merge pull request #149 from bptato/masterTatsuya Kinoshita2020-09-023-1/+5
|\ \ | | | | | | Allow spaces to be entered in URL fields
| * | Space is now entered in URL fields instead of triggering file completion, ↵bptato2020-09-013-1/+5
|/ / | | | | | | old behavior can be toggled via options
* | Update ChangeLogTatsuya Kinoshita2020-09-011-0/+18
| |
* | Fix broken Japanese help page, convert to UTF-8Tatsuya Kinoshita2020-09-011-49/+49
| |
* | Add CURSOR_* commands to Japanese README.funcTatsuya Kinoshita2020-09-011-0/+3
| |
* | Merge pull request #148 from bptato/masterTatsuya Kinoshita2020-09-015-10/+53
|\ \ | | | | | | New commands for moving cursor on screen
| * | Removed an unnecessary variable declarationbptato2020-08-311-4/+2
| | |
| * | Added the other two commands to w3mhelpbptato2020-08-311-1/+1
| | |
| * | New commands for moving to the top, middle and bottom of bufferbptato2020-08-315-10/+55
|/ /
* | Update ChangeLogTatsuya Kinoshita2020-08-311-2/+18
| |
* | Drop obsolete w3m-docTatsuya Kinoshita2020-08-3125-2217/+0
| |
* | Update ChangeLogTatsuya Kinoshita2020-08-301-0/+50
| |
* | Merge pull request #147 from acli/20200825_sectionTatsuya Kinoshita2020-08-304-2/+7
|\ \ | | | | | | Rudimentary support for the section tag
| * | wip from about a week ago. Need to stash these away for now to check the q ↵Ambrose Li2020-08-294-2/+7
| | | | | | | | | | | | branch
* | | Merge pull request #146 from acli/20200821_a_CLEANEDTatsuya Kinoshita2020-08-309-6/+41
|\ \ \ | | | | | | | | Patch to make w3m’s handling of the a element HTML5 compatible (when the stream is HTML5)
| * | | In HTML5 anchors should not be closed when encountering divs, for example, ↵Ambrose Li2020-08-2510-6/+72
| |/ / | | | | | | | | | | | | | | | but should be closed when encountering buttons, for example. Many sites that use HTML5-style anchors end up having links displayed with zero-length link texts. The proposed patch correct this behaviour by detecting whether the document is HTML5, then suppressing the close-anchor action in CLOSE_A if it's an HTML5 document. A new macro handles the HTML5-specific cases where anchors are not already always closed. This also fixes a bug in the tokenizing FSM in etc.c that prevented the !doctype element from being recognized; the fix is necessary because HTML5 detection depends on checking the !doctype element.
* | | Merge pull request #145 from acli/20200824_zh_TW_CLEANEDTatsuya Kinoshita2020-08-301-177/+187
|\ \ \ | | | | | | | | Corrections to traditional Chinese translation
| * | | Missed the spurious (_S)Ambrose Li2020-08-291-1/+1
| | | |
| * | | Corrections to traditional Chinese translation, including corrections of a ↵Ambrose Li2020-08-251-177/+187
| |/ / | | | | | | | | | number of serious errors. Style follows existing Pidgin translation, with NAER, mousepad and others as additional references.
* | | Merge pull request #139 from acli/20200823_q_CLEANEDTatsuya Kinoshita2020-08-3025-1/+103
|\ \ \ | |/ / |/| | Cleaned version of 20200823_q branch. Changes the behaviour of the q …
| * | Somehow the wrong quotes were used. This should fix the failing tests.Ambrose Li2020-08-291-2/+2
| | |
| * | Cleaned version of 20200823_q branch. Changes the behaviour of the q tag ↵Ambrose Li2020-08-2425-1/+103
|/ / | | | | | | | | | | (when m17n and Unicode are configured) to use "smart" quotes if the display charset can handle them. Falls back to old behaviour (ASCII quotes with left/right quote semantics for 6/0 and 2/6) if display charset is us-ascii. Also changes the behaviour of conv_entity() to convert left/right quotes and some dashes because named entities are needed for the new code for the q tag.
* | Update ChangeLogTatsuya Kinoshita2020-08-231-0/+10
| |
* | Add TFLG_END to "/sup", "/sub" and "/figure" for TagMAPTatsuya Kinoshita2020-08-231-5/+3
| |
* | Merge pull request #136 from acli/20200821_figureTatsuya Kinoshita2020-08-234-4/+17
|\ \ | | | | | | Rudimentary support for figure, figcaption
| * | Rudimentary support for figure, figcaptionAmbrose Li2020-08-214-4/+17
|/ /
* | Update ChangeLogTatsuya Kinoshita2020-08-021-0/+7
| |
* | Merge pull request #134 from DavidSpickett/masterTatsuya Kinoshita2020-08-021-10/+14
|\ \ | | | | | | Show keyboard shortcuts in a consistent order in help
| * | Show keyboard shortcuts in a consistent order in helpDavid Spickett2020-07-311-10/+14
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | Perl's hash variables are not ordered so each time we run the CGI script for the help page we may get a different order. This caused bindings and names to appear differently on each reload. To fix this sort by keys when generating the shortcut tables. Fixes #133
* | Update ChangeLogTatsuya Kinoshita2020-07-101-0/+12
| |
* | Fix some source formatting in the manualBjarni Ingi Gislason2020-07-101-41/+62
| | | | | | | | | | | | | | | | | | | | | | | | - Begin a sentence on a new line. - Split long lines (> 80). - Fix warnings from "mandoc -Tlint" - Remove space at end of lines. - Change a HYPHEN-MINUS (code 0x55, 2D) to a dash (minus) if it matches " -[:alpha:]" or \[aq]-[:alpha:] (for options). - Use the macros .MT/.ME for e-mail addresses Origin: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=963801#5
* | Update ChangeLogTatsuya Kinoshita2020-05-071-0/+26
| |
* | Merge pull request #128 from sorairolake/feature/fixJapaneseDocsTatsuya Kinoshita2020-05-0749-5417/+5417
|\ \ | | | | | | Change the encoding of the Japanese docs to UTF-8
| * | Change the encoding of the Japanese docs to UTF-8Shun Sakai2020-05-0649-5417/+5417
| | |
* | | Merge pull request #127 from sorairolake/feature/copyingTatsuya Kinoshita2020-05-071-0/+11
|\ \ \ | |/ / |/| | Add COPYING file