diff options
author | Tatsuya Kinoshita <tats@debian.org> | 2018-03-23 09:39:50 +0000 |
---|---|---|
committer | Tatsuya Kinoshita <tats@debian.org> | 2018-03-23 09:42:52 +0000 |
commit | bdc549fc516479b54954140e5f031c349664df6f (patch) | |
tree | 3b4e2c2085eef74a3a89d950abcf72fb8a2f32fc | |
parent | Merge pull request #97 from barbeque/patch-1 (diff) | |
download | w3m-bdc549fc516479b54954140e5f031c349664df6f.tar.gz w3m-bdc549fc516479b54954140e5f031c349664df6f.zip |
Update ChangeLog
-rw-r--r-- | ChangeLog | 17 |
1 files changed, 14 insertions, 3 deletions
@@ -1,14 +1,25 @@ +2018-03-23 Mike <barbeque@users.noreply.github.com> + + Update grammar & spelling in some English READMEs. + Origin: https://github.com/tats/w3m/pull/97 + + * doc/README.img: Update README.img. + * doc/README.dict: Update README.dict. + * doc/README.pre_form: Update README.pre_form. + * doc/README.cookie: Update README.cookie. + * doc/README.cookie: Update README.cookie. + 2018-03-04 Jia Zhouyang <jiazhouyang@nudt.edu.cn> + Fix crashes when some external APIs fail. + Origin: https://github.com/tats/w3m/pull/96 + * url.c: Add error handling code for fopen. Check the return code of fopen, and return when it fails. - * file.c: Add error handling code for fopen. Check the return value of fopen, and add proper error handling code. - * local.c: Add error handling for chdir. When chdir fails, print error message and exit. - Bug-Debian: https://github.com/tats/w3m/pull/96 2018-01-25 Tatsuya Kinoshita <tats@debian.org> |