aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTatsuya Kinoshita <tats@debian.org>2018-03-23 09:39:50 +0000
committerTatsuya Kinoshita <tats@debian.org>2018-03-23 09:42:52 +0000
commitbdc549fc516479b54954140e5f031c349664df6f (patch)
tree3b4e2c2085eef74a3a89d950abcf72fb8a2f32fc
parentMerge pull request #97 from barbeque/patch-1 (diff)
downloadw3m-bdc549fc516479b54954140e5f031c349664df6f.tar.gz
w3m-bdc549fc516479b54954140e5f031c349664df6f.zip
Update ChangeLog
-rw-r--r--ChangeLog17
1 files changed, 14 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 2fcf01a..4e13d46 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>