diff options
author | Tatsuya Kinoshita <tats@debian.org> | 2017-12-26 21:45:47 +0000 |
---|---|---|
committer | Tatsuya Kinoshita <tats@debian.org> | 2017-12-26 21:45:47 +0000 |
commit | eadbfc25563c3ce2dbbeb4d8fbb5081a45754f13 (patch) | |
tree | 39bc83c3f08be5f3786ee2aae51435e32ddfd2b3 | |
parent | Prevent invalid columnPos() call in formUpdateBuffer() (diff) | |
download | w3m-eadbfc25563c3ce2dbbeb4d8fbb5081a45754f13.tar.gz w3m-eadbfc25563c3ce2dbbeb4d8fbb5081a45754f13.zip |
Update ChangeLog
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2017-12-27 Tatsuya Kinoshita <tats@debian.org> + + * form.c: Prevent invalid columnPos() call in formUpdateBuffer(). + Bug-Debian: https://github.com/tats/w3m/issues/89 + + * main.c: Typo fix in fusage(). + Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=878106 + + * doc-jp/README.tab, doc/README.tab, main.c: English fix. + cf. [emacs-w3m:12706], http://emacs-w3m.namazu.org/ml/msg12598.html + 2017-12-24 HIGUCHI Daisuke (VDR dai) <dai@debian.org> * scripts/w3mman/w3mman.1.in, terms.c: Fix spelling error. |