]> sjero.net Git - wget/blobdiff - src/ChangeLog
[svn] Constify variable.
[wget] / src / ChangeLog
index 4a807784343ad52f8cd196deaded2a6ca04e9698..6976327e64c5abc98e47818753c6d8c3e0755246 100644 (file)
@@ -1,3 +1,21 @@
+2005-06-27  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * progress.c (set_progress_implementation): Type COLON as const
+       char *.
+
+2005-06-27  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * utils.c (with_thousand_seps): Handle negative numbers.
+
+2005-06-26  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * progress.c (create_image): Mark the "eta" string for translation.
+
+2005-06-26  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * html-url.c (get_urls_file): Don't explicitly set entry->next to
+       NULL since entry is already zeroed out.
+
 2005-06-26  Gisle Vanem  <giva@bgnett.no>
 
        * mswindows.h: Define gai_strerror under MinGW.