X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2FChangeLog;h=ceac5aaa74d75fbe6dd6fc372c03c22f15d298f2;hp=f07ddc5f2000e6b724b754d39e26a8974403082b;hb=8624553a31b148f9051cc11725bc01d9760fa07b;hpb=38a7829dcb4eb5dba28dbf0f05c6a80fea9217f8 diff --git a/src/ChangeLog b/src/ChangeLog index f07ddc5f..ceac5aaa 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,28 @@ +2014-05-30 Darshit Shah + + * connect.{c,h}, convert.{c,h}, cookies.{c,h}, ftp-ls.c, ftp.h, gettext.h, + hash.h, host.h, html-parse.h, html-url.h, http.c, init.c, main.c, mswindows.c, + netrc.h, openssl.c, options.h, ptimer.h, recur.c, retr.c, sysdep.h, url.h, + vms.c, warc.c, wget.h: Whitespace and formatting changes only. + +2014-05-20 Darshit Shah + + * utils.c (human_readable): Add new parameters, acc and decimals for the + function. acc decides the number under which decimal values are shown for a + certain value, while decimals decides the number of decimal digits displayed + * utils.h (human_readable): Update declartion of the function + * ftp.c (print_length): Update call to human_readable + * http.c (gethttp): Same + * init.c (defaults): Enable scrolling filenames by default + * main.c (main): Update call to human_readable + * options.h (options): Add new option noscroll + * progress.c (create_image): Update the look of the progress bar. Human + readable download size by default and add support for noscroll. + (dot_set_params, bar_set_params): Change paramter to char * since strtok + needs to modify the string. + (bar_set_params): Add support for noscroll parameter to bar. + + 2014-05-03 Tim Ruehsen * ftp-ls.c (ftp_parse_vms_ls): Explicitly typecast strlen's output