149 lines
4.5 KiB
Plaintext
149 lines
4.5 KiB
Plaintext
2001-11-20 Fumitoshi UKAI <ukai@debian.or.jp>
|
|
|
|
* main.c (MAIN): add braces to avoid ambiguous `else'
|
|
* main.c (set_buffer_environ): remove unused variables
|
|
* linein.c (_rcompl): not EMACS_LIKE_LINEEDIT only
|
|
* local.c (localcgi_get): remove unused variables
|
|
* mailcap.c (unquote_mailcap_loop): remove unused variables
|
|
* url.c (init_PRNG) add parentheses around assignment used as true value
|
|
* url.c (parseURL): remove unsed label
|
|
* url.c (parseURL2): remove unused variables
|
|
* ftp.c (ftp_escape_str ftp_restore_str): remove not used functions
|
|
* indep.c (getescapechar): remove unused variable
|
|
|
|
* proto.h: add missin prototypes
|
|
|
|
2001-11-20 Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
|
|
|
|
* terms.c (skip_escseq): [w3m-dev 02447]
|
|
is_xterm && ESC [ M <ch> <ch> <ch>
|
|
|
|
2001-11-20 Fumitoshi UKAI <ukai@debian.or.jp>
|
|
|
|
* terms.c (mouse_init): Gpm_Close() is required.
|
|
closes: Debian Bug#120221: w3m-ssl: trashes terminal on exit
|
|
|
|
2001-11-20 Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
|
|
|
|
* XMakefile (funcname1.h funcname2.h): sort as well as funcname.c
|
|
|
|
2001-11-19 Fumitoshi UKAI <ukai@debian.or.jp>
|
|
|
|
* terms.c (xterm_mouse_term set_tty): add cygwin as xterm-style
|
|
mouse terminal
|
|
|
|
2001-11-19 Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
|
|
|
|
* main.c (GetWord): [w3m-dev 02436] fix segmentation fault in main.c
|
|
closes: #482763 segmentation fault in main.c
|
|
|
|
2001-11-19 Fumitoshi UKAI <ukai@debian.or.jp>
|
|
|
|
* gc/.cvsignore:
|
|
remove gctest, if_mach, if_not_there, threadlibs
|
|
closes: #482765 i386 binaries in gc directory
|
|
|
|
2001-11-17 Fumitoshi UKAI <ukai@debian.or.jp>
|
|
|
|
* configure: follow autoconf conventions
|
|
STRCASECMP -> HAVE_STRCASECMP
|
|
STRCHR -> HAVE_STRCHR
|
|
STRERROR -> HAVE_STRERROR
|
|
SYS_ERRLIST -> HAVE_SYS_ERRLIST
|
|
NOBCOPY -> HAVE_BCOPY
|
|
GETCWD -> HAVE_GETCWD
|
|
GETWD -> HAVE_GETWD
|
|
READLINK -> HAVE_READLINK (HAVE_LSTAT?)
|
|
TERMIO -> HAVE_TERMIO_H
|
|
TERMIOS -> HAVE_TERMIOS_H
|
|
SGTTY -> HAVE_SGTTY_H
|
|
DIRENT -> HAVE_DIRENT_H
|
|
NO_FLOAT_H -> HAVE_FLOAT_H
|
|
* etc.c fm.h config.h: HAVE_STRCASECMP
|
|
* etc.c config.h file.c: HAVE_STRCHR
|
|
strchr() moved from file.c to etc.c
|
|
* etc.c config.h: HAVE_STRERROR
|
|
* etc.c config.h main.c (MAIN): HAVE_SYS_ERRLIST
|
|
* etc.c fm.h: HAVE_BCOPY
|
|
* etc.c indep.c (currentdir) config.h: HAVE_GETCWD
|
|
* indep.c (currentdir) config.h: HAVE_GETWD
|
|
* form.c (form_write_from_file) local.c (dirBuffer)
|
|
config.h: HAVE_READLINK
|
|
* config.h terms.c: HAVE_TERMIO_H, HAVE_TERMIOS_H, HAVE_SGTTY_H
|
|
* config.h local.h: HAVE_DIRENT_H
|
|
* config.h matric.c: HAVE_FLOAT_H
|
|
|
|
* anchor.c cookie.c file.c parsetagx.c regex.c table.c url.c:
|
|
remove include <strings.h> ifdef __EMX__
|
|
it will be included in fm.h
|
|
* frame.c: remove include <strings.h> for bzero() and bcopy()
|
|
these are declared in fm.h
|
|
* indep.c: remove include <strings.h> for bcopy()
|
|
this is declared in fm.h
|
|
* istream.c mailcap.c: remove include <strings.h> for bzero()
|
|
this is declared in fm.h
|
|
* parsetag.c: remove include <strings.h> for bzero()
|
|
no bzero() used in this file
|
|
|
|
* terms.c (set_tty): "rxvt" is xterm
|
|
(getTCstr): tgetstr("Km", &pt) is not xterm, removed
|
|
(mouse_init): check Gpm_Open() == -2 to detect xterm when USE_GPM
|
|
|
|
2001-11-16 Tsutomu Okada <okada@furuno.co.jp>
|
|
|
|
* main.c (chkURL): add mailto: like pattern to mark as anchor
|
|
|
|
* search.c (forwardSearch): check whether currentLine is NULL
|
|
|
|
* search.c (backwardSearch): ditto
|
|
|
|
2001-11-16 Dai Sato <satodai@dog.intcul.tohoku.ac.jp>
|
|
|
|
* configure: [w3m-dev-en 00641] Re: w3m-0.2.1-inu-1.6
|
|
add some dirs for zlib and mime.types
|
|
|
|
2001-11-16 Fumitoshi UKAI <ukai@debian.or.jp>
|
|
|
|
* terms.c (mouse_init): fix mouse handling on TERM=linux
|
|
if Gpm_Open() successed, set is_xterm = 0 so that
|
|
w3m uses gpm functions.
|
|
|
|
2001-11-16 Tsutomu Okada <okada@furuno.co.jp>
|
|
|
|
* file.c (HTMLtagproc1): [w3m-dev 02408] meta refresh
|
|
use MetaRefresh
|
|
add case refresh > 0
|
|
* fm.h:
|
|
add MetaRefresh
|
|
move alarm related definition from main.c
|
|
* main.c:
|
|
move alarm releated definition to fm.h
|
|
(SigAlarm): alarm_once
|
|
* rc.c:
|
|
add CMT_META_REFRESH
|
|
|
|
* file.c (loadHTMLBuffer): [w3m-dev 02415]
|
|
pushText() to clean up temporary files
|
|
|
|
* file.c (loadHTMLstream): [w3m-dev 02414]
|
|
SETJMP and signal after buffer is initialized
|
|
|
|
* main.c (reMark): [w3m-dev 02413]
|
|
don't save invalid regexp to MarkString
|
|
|
|
2001-11-15 aito@eie.yz.yamagata-u.ac.jp
|
|
|
|
* release-0-2-2
|
|
* Update to w3m-0.2.1-inu-1.6
|
|
|
|
2001-11-09 aito@eie.yz.yamagata-u.ac.jp
|
|
|
|
* release-0-2-1-inu-1-5
|
|
* Updates from 0.2.1 into 0.2.1-inu-1.5
|
|
|
|
2001-11-08 aito@eie.yz.yamagata-u.ac.jp
|
|
|
|
* release-0-2-1
|
|
* import w3m-0.2.1
|
|
|