diff options
author | Fumitoshi UKAI <ukai@debian.or.jp> | 2001-11-29 10:22:58 +0000 |
---|---|---|
committer | Fumitoshi UKAI <ukai@debian.or.jp> | 2001-11-29 10:22:58 +0000 |
commit | e0f9c00f5eb7d5fd510787dfc2477897882c0d12 (patch) | |
tree | 39c9413f74b03ac293fd42a4b6eac7d1f6478370 /ChangeLog | |
parent | [w3m-dev 02584] code cleanup again (diff) | |
download | w3m-e0f9c00f5eb7d5fd510787dfc2477897882c0d12.tar.gz w3m-e0f9c00f5eb7d5fd510787dfc2477897882c0d12.zip |
[w3m-dev 02586] code cleanup again
From: Fumitoshi UKAI <ukai@debian.or.jp>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 26 |
1 files changed, 26 insertions, 0 deletions
@@ -1,5 +1,31 @@ 2001-11-29 Fumitoshi UKAI <ukai@debian.or.jp> + * [w3m-dev 02586] + * configure: typo s/_zdmachdep.c/zmachdep.c/ + + * fix shadow variable + * main.c (HTMLtagproc1): s/refresh/refresh_interval/ + * matrix.c (LUfactor): s/index/indexarray/ + * matrix.c (LUsolve): ditto + * matrix.c (m_inverse): ditto + * matrix.c (LUinverse): ditto + * table.c (bsearch_2short): ditto + * table.c (bsearch_double): ditto + * table.c (dv2sv): ditto + * table.c (check_cell_width): ditto + * table.c (set_integered_width): ditto + * table.c (set_table_width): ditto + * table.c (check_table_height): ditto + * ftp.c: s/ftp/current_ftp/ + * ftp.c (Ftpfclose): ditto + * ftp.c (openFTP): ditto + * ftp.c (closeFTP): ditto + * ftp.c (FtpLogin): save to current_ftp + * ftp.c (openFTP): s/realpath/realpathname/ + * ftp.c (openFTP): remove i + + * ftp.c (ftp_pasv): s/sin/sockaddr/ + * [w3m-dev 02584] code cleanup * linein.c (_esc): fix #ifdef EMACS_LIKE_LINEEDIT |