Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix broken Japanese help page, convert to UTF-8 | Tatsuya Kinoshita | 2020-09-01 | 1 | -49/+49 |
| | |||||
* | Add CURSOR_* commands to Japanese README.func | Tatsuya Kinoshita | 2020-09-01 | 1 | -0/+3 |
| | |||||
* | Merge pull request #148 from bptato/master | Tatsuya Kinoshita | 2020-09-01 | 5 | -10/+53 |
|\ | | | | | New commands for moving cursor on screen | ||||
| * | Removed an unnecessary variable declaration | bptato | 2020-08-31 | 1 | -4/+2 |
| | | |||||
| * | Added the other two commands to w3mhelp | bptato | 2020-08-31 | 1 | -1/+1 |
| | | |||||
| * | New commands for moving to the top, middle and bottom of buffer | bptato | 2020-08-31 | 5 | -10/+55 |
|/ | |||||
* | Update ChangeLog | Tatsuya Kinoshita | 2020-08-31 | 1 | -2/+18 |
| | |||||
* | Drop obsolete w3m-doc | Tatsuya Kinoshita | 2020-08-31 | 25 | -2217/+0 |
| | |||||
* | Update ChangeLog | Tatsuya Kinoshita | 2020-08-30 | 1 | -0/+50 |
| | |||||
* | Merge pull request #147 from acli/20200825_section | Tatsuya Kinoshita | 2020-08-30 | 4 | -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 Li | 2020-08-29 | 4 | -2/+7 |
| | | | | | | | | branch | ||||
* | | Merge pull request #146 from acli/20200821_a_CLEANED | Tatsuya Kinoshita | 2020-08-30 | 9 | -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 Li | 2020-08-25 | 10 | -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_CLEANED | Tatsuya Kinoshita | 2020-08-30 | 1 | -177/+187 |
|\ \ | | | | | | | Corrections to traditional Chinese translation | ||||
| * | | Missed the spurious (_S) | Ambrose Li | 2020-08-29 | 1 | -1/+1 |
| | | | |||||
| * | | Corrections to traditional Chinese translation, including corrections of a ↵ | Ambrose Li | 2020-08-25 | 1 | -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_CLEANED | Tatsuya Kinoshita | 2020-08-30 | 25 | -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 Li | 2020-08-29 | 1 | -2/+2 |
| | | |||||
| * | Cleaned version of 20200823_q branch. Changes the behaviour of the q tag ↵ | Ambrose Li | 2020-08-24 | 25 | -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 ChangeLog | Tatsuya Kinoshita | 2020-08-23 | 1 | -0/+10 |
| | |||||
* | Add TFLG_END to "/sup", "/sub" and "/figure" for TagMAP | Tatsuya Kinoshita | 2020-08-23 | 1 | -5/+3 |
| | |||||
* | Merge pull request #136 from acli/20200821_figure | Tatsuya Kinoshita | 2020-08-23 | 4 | -4/+17 |
|\ | | | | | Rudimentary support for figure, figcaption | ||||
| * | Rudimentary support for figure, figcaption | Ambrose Li | 2020-08-21 | 4 | -4/+17 |
|/ | |||||
* | Update ChangeLog | Tatsuya Kinoshita | 2020-08-02 | 1 | -0/+7 |
| | |||||
* | Merge pull request #134 from DavidSpickett/master | Tatsuya Kinoshita | 2020-08-02 | 1 | -10/+14 |
|\ | | | | | Show keyboard shortcuts in a consistent order in help | ||||
| * | Show keyboard shortcuts in a consistent order in help | David Spickett | 2020-07-31 | 1 | -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 ChangeLog | Tatsuya Kinoshita | 2020-07-10 | 1 | -0/+12 |
| | |||||
* | Fix some source formatting in the manual | Bjarni Ingi Gislason | 2020-07-10 | 1 | -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 ChangeLog | Tatsuya Kinoshita | 2020-05-07 | 1 | -0/+26 |
| | |||||
* | Merge pull request #128 from sorairolake/feature/fixJapaneseDocs | Tatsuya Kinoshita | 2020-05-07 | 49 | -5417/+5417 |
|\ | | | | | Change the encoding of the Japanese docs to UTF-8 | ||||
| * | Change the encoding of the Japanese docs to UTF-8 | Shun Sakai | 2020-05-06 | 49 | -5417/+5417 |
| | | |||||
* | | Merge pull request #127 from sorairolake/feature/copying | Tatsuya Kinoshita | 2020-05-07 | 1 | -0/+11 |
|\ \ | |/ |/| | Add COPYING file | ||||
| * | Add COPYING file | Shun Sakai | 2020-05-06 | 1 | -0/+11 |
|/ | |||||
* | Update ChangeLogv0.5.3+git20200502 | Tatsuya Kinoshita | 2020-05-02 | 1 | -0/+4 |
| | |||||
* | Update NEWS for 0.5.3+git20200502 | Tatsuya Kinoshita | 2020-05-02 | 1 | -0/+11 |
| | |||||
* | Update ChangeLog | Tatsuya Kinoshita | 2020-03-27 | 1 | -0/+6 |
| | |||||
* | Fix -Wchar-subscripts | Roland Illig | 2020-03-27 | 1 | -2/+2 |
| | | | | | Origin: http://cvsweb.netbsd.org/bsdweb.cgi/~checkout~/pkgsrc/www/w3m/patches/patch-main.c?rev=1.1&content-type=text/plain Bug: https://sourceforge.net/p/w3m/patches/76/ | ||||
* | Update ChangeLog | Tatsuya Kinoshita | 2020-03-16 | 1 | -0/+8 |
| | |||||
* | Update documents for GOTO_HOME | Tatsuya Kinoshita | 2020-03-16 | 2 | -0/+26 |
| | |||||
* | Add GOTO_HOME to the help page | Tatsuya Kinoshita | 2020-03-16 | 6 | -2/+7 |
| | |||||
* | Update ChangeLog | Tatsuya Kinoshita | 2020-03-11 | 1 | -0/+7 |
| | |||||
* | Update documents for ssl_forbid_method | Tatsuya Kinoshita | 2020-03-11 | 7 | -11/+12 |
| | |||||
* | Extend ssl_forbid_method for TLSv1.2 and TLSv1.3 | Tatsuya Kinoshita | 2020-03-11 | 1 | -0/+10 |
| | |||||
* | Update ChangeLog | Tatsuya Kinoshita | 2020-01-13 | 1 | -0/+1 |
| | |||||
* | Update ChangeLog | Tatsuya Kinoshita | 2020-01-13 | 1 | -0/+4 |
| | |||||
* | Merge pull request #124 from butwerenotthereyet/go-home | Tatsuya Kinoshita | 2020-01-13 | 3 | -1/+19 |
|\ | | | | | Add command to go home. | ||||
| * | Add command to go home. | We're Yet | 2020-01-04 | 3 | -1/+19 |
|/ | | | | | | | | | | When w3m is launched, if no other options are specified, it attempts to read HTTP_HOME and WWW_HOME from the environment and upon finding a value for one of these load the url specified. Once launched, though, w3m provides no convenience for navigating to the home page. Here, that ability is added. A new command GOTO_HOME is defined with a default key binding of C-_. | ||||
* | Update ChangeLog | Tatsuya Kinoshita | 2019-11-10 | 1 | -0/+5 |
| | |||||
* | Merge pull request #122 from mackyle/master | Tatsuya Kinoshita | 2019-11-10 | 3 | -4/+6 |
|\ | | | | | entities: support ' entity | ||||
| * | entities: support ' entity | Kyle J. McKay | 2019-11-08 | 3 | -4/+6 |
|/ | | | | | | | | | | | | | | | | | | | | | | | The XHTML standard encompasses the XML standard. From the beginning, the XML standard [1] has always included required support for five character entities: 1. the ampersand (&) as & 2. the left angle bracket (<) as < 3. the right angle bracket (>) as > 4. the double-quote character (") as " 5. the apostrophe or single-quote character (') as ' See section "2.4 Character Data and Markup" of the XML standard [1] for further details. Add support for the character single-quote character entity (') in order to fully support XHTML pages. [1]: https://www.w3.org/TR/REC-xml/ Signed-off-by: Kyle J. McKay <mackyle@gmail.com> |