Tatsuya Kinoshita
5538b51971
Move old ChangeLog entries to ChangeLog.1
2020-09-06 21:16:27 +09:00
Tatsuya Kinoshita
71a11de5c8
Update ChangeLog
2020-09-02 22:51:19 +09:00
Tatsuya Kinoshita
3ba55d8aca
Merge pull request #150 from bptato/master
...
Add closing bracket I somehow forgot about in the previous commit
2020-09-02 22:48:48 +09:00
bptato
66ef7b13c7
Add closing bracket I somehow forgot about in the previous commit
2020-09-02 15:06:39 +02:00
Tatsuya Kinoshita
4bc1efeb0d
Update ChangeLog
2020-09-02 20:33:45 +09:00
Tatsuya Kinoshita
0a7c4b6be7
Merge pull request #149 from bptato/master
...
Allow spaces to be entered in URL fields
2020-09-02 20:26:17 +09:00
bptato
75c54da6ba
Space is now entered in URL fields instead of triggering file completion, old behavior can be toggled via options
2020-09-01 20:48:04 +02:00
Tatsuya Kinoshita
8bc5c9d844
Update ChangeLog
2020-09-01 19:44:00 +09:00
Tatsuya Kinoshita
bfe56be4c0
Fix broken Japanese help page, convert to UTF-8
2020-09-01 19:41:31 +09:00
Tatsuya Kinoshita
08759213e5
Add CURSOR_* commands to Japanese README.func
2020-09-01 19:38:11 +09:00
Tatsuya Kinoshita
2fb3ed9def
Merge pull request #148 from bptato/master
...
New commands for moving cursor on screen
2020-09-01 19:35:53 +09:00
bptato
99aa56a75c
Removed an unnecessary variable declaration
2020-08-31 19:00:17 +02:00
bptato
dcbbd27475
Added the other two commands to w3mhelp
2020-08-31 18:09:36 +02:00
bptato
9916eadf24
New commands for moving to the top, middle and bottom of buffer
2020-08-31 18:02:07 +02:00
Tatsuya Kinoshita
14aae92000
Update ChangeLog
2020-08-31 19:57:45 +09:00
Tatsuya Kinoshita
0d0ea8ee8f
Drop obsolete w3m-doc
2020-08-31 19:53:49 +09:00
Tatsuya Kinoshita
9aab00dc03
Update ChangeLog
2020-08-30 10:03:15 +09:00
Tatsuya Kinoshita
f8b3efef9c
Merge pull request #147 from acli/20200825_section
...
Rudimentary support for the section tag
2020-08-30 09:59:02 +09:00
Tatsuya Kinoshita
6339dd9f13
Merge pull request #146 from acli/20200821_a_CLEANED
...
Patch to make w3m’s handling of the a element HTML5 compatible (when the stream is HTML5)
2020-08-30 09:57:45 +09:00
Tatsuya Kinoshita
93b57ae874
Merge pull request #145 from acli/20200824_zh_TW_CLEANED
...
Corrections to traditional Chinese translation
2020-08-30 09:57:27 +09:00
Tatsuya Kinoshita
8c164d80ad
Merge pull request #139 from acli/20200823_q_CLEANED
...
Cleaned version of 20200823_q branch. Changes the behaviour of the q …
2020-08-30 09:57:05 +09:00
Ambrose Li
b9488ffe60
Somehow the wrong quotes were used. This should fix the failing tests.
2020-08-29 15:23:36 -04:00
Ambrose Li
5d7fb3719e
Missed the spurious (_S)
2020-08-29 04:43:37 -04:00
Ambrose Li
4d8ba3fe21
wip from about a week ago. Need to stash these away for now to check the q branch
2020-08-29 04:26:12 -04:00
Ambrose Li
48c9ec565d
In HTML5 anchors should not be closed when encountering divs, for example, 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.
2020-08-24 23:48:09 -04:00
Ambrose Li
7896fc31f0
Corrections to traditional Chinese translation, including corrections of a number of serious errors. Style follows existing Pidgin translation, with NAER, mousepad and others as additional references.
2020-08-24 23:43:28 -04:00
Ambrose Li
9f18e67a9b
Cleaned version of 20200823_q branch. Changes the behaviour of the q tag (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.
2020-08-23 22:20:43 -04:00
Tatsuya Kinoshita
b65f7b243d
Update ChangeLog
2020-08-23 19:15:28 +09:00
Tatsuya Kinoshita
9fb7e5beaf
Add TFLG_END to "/sup", "/sub" and "/figure" for TagMAP
2020-08-23 19:11:38 +09:00
Tatsuya Kinoshita
59f873b7bf
Merge pull request #136 from acli/20200821_figure
...
Rudimentary support for figure, figcaption
2020-08-23 19:07:22 +09:00
Ambrose Li
73949a3e12
Rudimentary support for figure, figcaption
2020-08-21 04:26:26 -04:00
Tatsuya Kinoshita
6d359dfa2b
Update ChangeLog
2020-08-02 20:10:48 +09:00
Tatsuya Kinoshita
8911c57eb2
Merge pull request #134 from DavidSpickett/master
...
Show keyboard shortcuts in a consistent order in help
2020-08-02 20:08:30 +09:00
David Spickett
638f46d091
Show keyboard shortcuts in a consistent order in help
...
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
2020-07-31 14:45:03 +01:00
Tatsuya Kinoshita
09cf3874fc
Update ChangeLog
2020-07-11 07:35:34 +09:00
Bjarni Ingi Gislason
baefa5f5f8
Fix some source formatting in the manual
...
- 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
2020-07-11 07:29:10 +09:00
Tatsuya Kinoshita
aa078ed98a
Update ChangeLog
2020-05-07 21:51:46 +09:00
Tatsuya Kinoshita
38393ba207
Merge pull request #128 from sorairolake/feature/fixJapaneseDocs
...
Change the encoding of the Japanese docs to UTF-8
2020-05-07 21:49:15 +09:00
Tatsuya Kinoshita
57df9f2e11
Merge pull request #127 from sorairolake/feature/copying
...
Add COPYING file
2020-05-07 21:48:37 +09:00
Shun Sakai
d2283055e2
Change the encoding of the Japanese docs to UTF-8
2020-05-06 21:54:30 +09:00
Shun Sakai
4655be1c22
Add COPYING file
2020-05-06 15:47:06 +09:00
Tatsuya Kinoshita
d95c6eb5aa
Update ChangeLog
2020-05-02 13:07:42 +09:00
Tatsuya Kinoshita
424cbad4c5
Update NEWS for 0.5.3+git20200502
2020-05-02 13:05:17 +09:00
Tatsuya Kinoshita
3e46046fe3
Update ChangeLog
2020-03-27 21:09:03 +09:00
Roland Illig
ced87de02c
Fix -Wchar-subscripts
...
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/
2020-03-27 20:58:22 +09:00
Tatsuya Kinoshita
4efb3caf25
Update ChangeLog
2020-03-16 20:03:49 +09:00
Tatsuya Kinoshita
739b3fe5ce
Update documents for GOTO_HOME
2020-03-16 19:59:04 +09:00
Tatsuya Kinoshita
fb915c1248
Add GOTO_HOME to the help page
2020-03-16 19:51:22 +09:00
Tatsuya Kinoshita
e890b157b6
Update ChangeLog
2020-03-11 20:13:42 +09:00
Tatsuya Kinoshita
82869f4acb
Update documents for ssl_forbid_method
2020-03-11 20:11:18 +09:00