aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [w3m-dev 03374] disable_secret_security_checkFumitoshi UKAI2002-11-051-1/+10
| | | | | | | | | * etc.c (openSecurityFile): disable_secret_security_check * fm.h (disable_secret_security_check): added * rc.c (CMT_DISABLE_SECRET_SECURITY_CHECK): added (disable_secret_security_check): added * NEWS: rc: disable_secret_security_check From: Fumitoshi UKAI <ukai@debian.or.jp>
* * NEWS: updateFumitoshi UKAI2002-11-051-1/+5
| | | | From: Fumitoshi UKAI <ukai@debian.or.jp>
* * rc.c (CMT_PRE_FORM_FILE): addedFumitoshi UKAI2002-11-051-1/+6
| | | | | (pre_form_file): added From: Fumitoshi UKAI <ukai@debian.or.jp>
* * doc-jp/README.tab: added [w3m-dev 03372]Fumitoshi UKAI2002-11-051-1/+6
| | | | | * doc/README.tab: brief translation From: Fumitoshi UKAI <ukai@debian.or.jp>
* [w3m-dev 03372] tab browserFumitoshi UKAI2002-11-051-1/+124
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * display.c (displayBuffer): add ny rootY offset by tab tab line (cursorDown): offset rootY (arrangeCursor): offset rootY * etc.c (columnSkip): offset rootY (lineSkip): offset rootY (currentLineSkip): offset rootY * file.c (HTMLlineproc2body): ATTR_TARGET * fm.h (MapArea): add target (Buffer): add rootY (TabBuffer): added (Currentbuf): comment out (Firstbuf): comment out (CurrentTab): added (FirstTab): added (LastTab): added (open_tab_blank): added (close_tab_back): added (nTab): added (TabCols): added (N_TAB): added (Currentbuf): CurrentTab->currentBuffer (Firstbuf): CurrentTab->firstBuffer * funcname.tab (CLOSE_TAB): added (NEW_TAB): added (NEXT_TAB): added (PREV_TAB): added (TAB_GOTO): added (TAB_GOTO_RELATIVE): added (TAB_LEFT): added (TAB_LINK): added (TAB_MENU): added (TAB_RIGHT): added * html.c (ALST_AREA): add ATTR_TARGET * image.c (showImageProgress): offset rootY * main.c (_newT): added (followTab): added (moveTab): added (check_target): added (MAIN): init tab related values buf => tab (nscroll): offset rootY (pgFore): offset rootY (pgBack): offset rootY (ctrCsrV): offset rootY (_movD): offset rootY (_movU): offset rootY (_goLine): offset rootY (_mark): offset rootY (followA): check target (_followForm): offset rootY (drawAnchorCursor0): offset rootY (drawAnchorCursor): offset rootY (backBf): check close_tab_back (follow_map): rewrite for tab, check target (posTab): added (process_mouse): tab operation offset rootY (deleteFiles): for all buffers in all tabs (newTab): added (newT): added (numTab): added (deleteTab): added (closeT): added (nextT): added (prevT): added (followTab): added (tabA): added (tabURL0): added (tabURL): added (tabrURL): added (moveTab): added (tabR): added (tabL): added * map.c (follow_map_menu): return MapArea (newMapArea): add target args * menu.c (SelTabMenu): added (SelTabV): added (initSelTabMenu): added (smChTab): added (smDelTab): added (MainMenuItem): add Select Tab on New Tab (popupMenu): add initSelTabMenu() offset rootY (mainMn): offset rootY (selMn): offset rootY (initSelectMenu): offset rootY (tabMn): added * proto.h (newT): added (closeT): added (nextT): added (prevT): added (tabA): added (tabURL): added (tabrURL): added (tabR): added (tabL): added (newTab): added (deleteTab): added (follow_map_menu): return MapArea (newMapArea): add target arg (tabMn): added * rc.c (CMT_OPEN_TAB_BLANK): added (CMT_CLOSE_TAB_BACK): added (open_tab_blank): added (close_tab_back): added * doc/README.func (CLOSE_TAB): added (NEW_TAB): added (NEXT_TAB): added (PREV_TAB): added (TAB_GOTO): added (TAB_GOTO_RELATIVE): added (TAB_LEFT): added (TAB_LINK): added (TAB_MENU): added (TAB_RIGHT): added * doc-jp/README.func: ditto doc/README.func From: Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
* * doc-jp/README.pre_form: added [w3m-dev 03373]Fumitoshi UKAI2002-11-051-1/+6
| | | | | * doc/README.pre_form: brief translation From: Fumitoshi UKAI <ukai@debian.or.jp>
* * etc.c (PASS_IS_READABLE_MSG): deletedFumitoshi UKAI2002-11-051-1/+13
| | | | | | | | | | | | (FILE_IS_READABLE_MSG): added (openPasswdFile): deleted (openSecretFile): delete error_msg arg (loadPasswd): use openSecretFile() * form.c (next_token): delete unused static decl (FILE_IS_READABLE_MSG): deleted (loadPreForm): no need pass error_msg * proto.h (openSecretFile): delete error_msg arg From: Fumitoshi UKAI <ukai@debian.or.jp>
* [w3m-dev 03373] setting form on loadingFumitoshi UKAI2002-11-051-1/+26
| | | | | | | | | | | | | | | | | | | | | | | | | * config.h.dist (PRE_FORM_FILE): added * configure (PRE_FORM_FILE): added * etc.c (openPasswdFile): define by openSecretFile() (openSecretFile): renamed, not static * file.c (loadGeneralFile): preFOrmUpdateBuffer() * fm.h (Buffer): add submit (pre_form_file): added * form.c (struct pre_form_item): added (struct pre_form): added (next_token): added (PreForm): added (add_pre_form): added (add_pre_form_item): added (loadPreForm): added (preFormUpdateBuffer): added * frame.c (renderFrame): add preFormUpdateBuffer() * main.c (MAIN): buf->submit check * proto.h (preFormUpdateBuffer): added (openSecretFile): added (loadPreForm): added * rc.c (sync_with_option): add loadPreForm() From: Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
* [w3m-dev 03371] segmentation fault by large complex table.Fumitoshi UKAI2002-11-051-1/+13
| | | | | | | | | | | | * table.c (bsearch_2short): indexarry char to short (bsearch_double): ditto (dv2sv): ditto (table_rule_width): ditto (set_integrated_width): ditto (check_table_height): ditto (feed_table_tag): ditto * table.h (struct table_cell): index, eindex char to short From: Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
* scripts/w3mhelp.cgi.in: add chkWORDFumitoshi UKAI2002-11-051-1/+5
|
* w3m 0.3.2Fumitoshi UKAI2002-11-041-1/+9
|
* [w3m-dev-en 00827] Re: w3m-cvs segfaults on news://<mid> URLsFumitoshi UKAI2002-11-041-1/+6
| | | | | * url.c (openURL): check pu->file for news: From: Fumitoshi UKAI <ukai@debian.or.jp>
* fix typoFumitoshi UKAI2002-10-311-2/+2
|
* fix compilation warningsFumitoshi UKAI2002-10-311-1/+8
| | | | | | | * w3mimgdisplay.c: add #include <string.h> for strlen, strcmp * w3mimg/fb/fb.c: add #include <string.h> for memset * w3mimg/fb/fb_w3mimg.c: add #include <string.h> for memset From: Fumitoshi UKAI <ukai@debian.or.jp>
* 0.3.2 release candidate 4release-0-3-2-rc4Fumitoshi UKAI2002-10-301-1/+6
|
* [w3m-dev 03365] ~/.netrc supportFumitoshi UKAI2002-10-301-1/+18
| | | | | | | | | | | | | | | * etc.c (add_auth_pass_entry): add netrc arg add new entry to tail (find_auth_pass_entry): ent->host == NULL is "default" (loadPasswd): rewrite with next_token, parsePasswd, openPasswdFile load ~/.netrc (next_token): added (parsePasswd): added (openPasswdFile): added * ftp.c (openFTP): use find_auth_user_passwd * NEWS: ~/.netrc From: Fumitoshi UKAI <ukai@debian.or.jp>
* [w3m-dev 03363] refresh downloadFumitoshi UKAI2002-10-301-1/+12
| | | | | | | | | | | * file.c (HTMLtagproc1): alarm is implicit once * fm.h (AL_IMPLICIT_ONCE): added * main.c (searchKeyData): reset CurrentKeyData, CurrentCmdData (SigAlarm): CurrentCmdData is saved to data message displayed on AL_EXPLICIT clear alarm when AL_IMPLICIT_ONCE (setAlarmEvent): AL_IMPLICIT_ONCE From: Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
* [w3m-dev 03362] Re: support for http://user:pass@www.url.comFumitoshi UKAI2002-10-301-1/+6
| | | | | * etc.c (loadPasswd): accept host, passwd From: Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
* [w3m-dev 03359] support for http://user:pass@www.url.comFumitoshi UKAI2002-10-301-1/+9
| | | | | | | | * etc.c (find_auth_user_passwd): use ParsedURL for args use user and passwd if these are defined in ParsedURL * file.c (getAuthCookie): change find_auth_user_passwd() * proto.h (find_auth_user_passwd): change prototype From: Fumitoshi UKAI <ukai@debian.or.jp>
* [w3m-dev 03357] tab in <pre> in <ul>,<ol>,...Fumitoshi UKAI2002-10-301-1/+6
| | | | | * file.c (HTMLlineproc2): check indent for tabstop From: Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
* [w3m-dev 03354] display current line numberFumitoshi UKAI2002-10-291-1/+6
| | | | | * display.c (displayBuffer): %3d -> %d From: Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
* 0.3.2 release candidate 3release-0-3-2-rc3Fumitoshi UKAI2002-10-281-1/+6
|
* [w3m-dev 03352] w3mimgsize is not necessary.Fumitoshi UKAI2002-10-281-1/+12
| | | | | | | | | | | * XMakefile (IMGSIZE): removed * config.h.dist (IMGSIZE): removed * configure (imgtarget): remove IMGSIZE (config.h): remove IMGSIZE * rc.c (CMT_IMGSIZE): removed * doc/README.img: remove imgsize * w3mimgsize.c: removed From: Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
* [w3m-dev 03351] w3m core dumpFumitoshi UKAI2002-10-281-1/+6
| | | | | * table.c (feed_table_tag): fix rendering problem (maybe security hole?) From: Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
* [w3m-dev-en 00796]Fumitoshi UKAI2002-10-271-1/+7
| | | | | | * configure: expand here. ($var in Makefile is $v + ar) * XMakefile: clean w3mimg/**/*.o From: Fumitoshi UKAI <ukai@debian.or.jp>
* [w3m-dev-en 00795]Fumitoshi UKAI2002-10-271-1/+7
| | | | | | * configure: IMLIB_CONFIG, IMLIB2_CONFIG, GDKPIXBUF_CONFIG * rc.c (CMT_DISP_IMAGE): need if not defined USE_IMAGE From: Fumitoshi UKAI <ukai@debian.or.jp>
* 0.3.2 release candidate 2release-0-3-2-rc2Fumitoshi UKAI2002-10-271-1/+6
| | | | | * version.c.in: update From: Fumitoshi UKAI <ukai@debian.or.jp>
* [w3m-dev-en 00788]Fumitoshi UKAI2002-10-261-1/+9
| | | | | | | | * fm.h (displayImage): FALSE ifndef USE_IMAGE * rc.c (displayImage): display_image even if USE_IMAGE undefined (sync_with_options): display_image is forced to be FALSE ifndef USE_IMAGE From: Fumitoshi UKAI <ukai@debian.or.jp>
* [w3m-dev-en 00783] hsaka@mth.biglobe.ne.jp (Hironori SAKAMOTO)Fumitoshi UKAI2002-10-261-1/+11
| | | | | | | | | | add display_lineinfo option * display.c (displayBuffer): check displayLineInfo * fm.h (displayLineInfo): added * rc.c (CMT_DISPLINEINFO): added (display_lineinfo): added * NEWS (rc: display_lineinfo): add From: Fumitoshi UKAI <ukai@debian.or.jp>
* * [w3m-dev-en 00781] "Clemens Fischer" <ino-waiting@gmx.net>Fumitoshi UKAI2002-10-251-1/+7
| | | | | | zope doesn't recognize implied *LWS in accept-language * rc.c (sync_with_option): remove optional LWS From: Fumitoshi UKAI <ukai@debian.or.jp>
* * [w3m-dev-en 00780] "Carlo E. Prelz" <fluido@fluido.as>Fumitoshi UKAI2002-10-251-1/+7
| | | | | | always print on screen the relative position * display.c (displayBuffer): relative position From: Fumitoshi UKAI <ukai@debian.or.jp>
* * 0.3.2 release candidate 1release-0-3-2-rc1Fumitoshi UKAI2002-10-251-2/+7
| | | | | * version.c.in: update From: Fumitoshi UKAI <ukai@debian.or.jp>
* [w3m-dev-en 00777] patch to fix w3m-0.3.1 word break problemFumitoshi UKAI2002-10-251-1/+12
| | | | | | | | | | | * file.c (is_period_char): 0x203A - SINGLE RIGHT-POINTING ANGLE QUOTATION MARK (is_beginning_char): 0x2018 - LEFT SINGLE QUOTATION MARK 0x2039 - SINGLE LEFT-POINTING ANGLE QUOTATION MARK (is_word_char): add several chars ifndef JP_CHARSET add ':' and '*' From: Gary Johnson <garyjohn@spk.agilent.com>
* [w3m-dev 03342]Fumitoshi UKAI2002-10-161-1/+7
| | | | | | * doc/README.img: updated * doc-jp/README.img: updated From: Hiroyuki Ito <hito@crl.go.jp>
* [w3m-dev 03341] white space is needed to close an empty-element tagFumitoshi UKAI2002-10-161-1/+6
| | | | | * parsetagx.c (parse_tag): extract tagname until '/' From: Daiki Ueno <ueno@unixuser.org>
* [w3m-dev 03339] Re: Debian Bug#164098 w3m: <sup> is not properly supportedFumitoshi UKAI2002-10-101-1/+16
| | | | | | | | | | | | | | | * file.c (HTMLtagproc1): HTML_SUP, HTML_N_SUP, HTML_SUB, HTML_N_SUB * html.c (TagMAP): sup, /sup, sub, /sub * html.c (HTML_SUP): added (HTML_N_SUP): added (HTML_SUB): added (HTML_N_SUB): added * table.c (feed_table_tag): HTML_SUP, HTML_N_SUP, HTML_SUB, HTML_N_SUB * tagtable.tab (sup): added (/sup): added (sub): added (/sub): added From: Fumitoshi UKAI <ukai@debian.or.jp>
* [w3m-dev 03337] delete unused functions in fb.c etc. (Re: canna patch)Fumitoshi UKAI2002-10-101-1/+3
| | | | * w3mimg/fb/license.txt: removed, follow w3m license
* * [w3m-dev 03337] delete unused functions in fb.c etc. (Re: canna patch)Fumitoshi UKAI2002-10-101-1/+23
| | | | | | | | | | | | | | | | | | | | | | * w3mimg/fb/fb.c (fb_image_rotate): delete (fb_frame_rotate): delete (fb_pset): delete (fb_get_color): delete (fb_clear): delete (fb_cmap_disp): delete (fb_fscrn_disp): delete (fb_vscrn_disp): delete * w3mimg/fb/fb.h (fb_image_rotate): delete (fb_frame_rotate): delete (fb_pset): delete (fb_get_color): delete (fb_clear): delete (fb_cmap_disp): delete (fb_fscrn_disp): delete (fb_vscrn_disp): delete * w3mimg/fb/fb_img.c (fb_image_draw_simple): delete * w3mimg/fb/fb_img.h (fb_image_draw_simple): delete From: Hiroyuki Ito <hito@crl.go.jp>
* [w3m-dev 03336] proxy check for https authorization:Fumitoshi UKAI2002-10-081-1/+6
| | | | | * url.c (HTTPrequest): check CONNECT request for ssl From: AIDA Shinra <aida-s@jcom.home.ne.jp>
* * [w3m-dev 03333] x11 image animationFumitoshi UKAI2002-10-051-1/+11
| | | | | | | | | | * w3mimg/x11/x11_w3mimg.c (struct x11_image): added (x11_img_new): added (resize_image): added (x11_load_image): rewrite GdkPixbuf (x11_show_image): rewrite GdkPixbuf (x11_free_image): rewrite GdkPixbuf From: Hiroyuki Ito <hito@crl.go.jp>
* [w3m-dev 03332] Re: hang up when seeing web page that contains xbm fileFumitoshi UKAI2002-10-011-1/+6
| | | | | * w3mimg/x11/x11_w3mimg.c (x11_load_image): transparent support From: Yuji Abe <cbo46560@pop12.odn.ne.jp>
* [w3m-dev 03331] Re: hang up when seeing web page that contains xbm fileFumitoshi UKAI2002-10-011-1/+6
| | | | | * configure: check gdk-pixbuf-config existence From: Yoshinobu Sakane <sakane@d4.bsd.nes.nec.co.jp>
* [w3m-dev 03330] Re: hang up when seeing web page that contains xbm fileFumitoshi UKAI2002-09-301-1/+6
| | | | | * w3mimg/x11/x11_w3mimg.c (x11_load_image): scaling From: Yuji Abe <cbo46560@pop12.odn.ne.jp>
* [w3m-dev 03327] gdk-pixbuf support for w3m-img/x11Fumitoshi UKAI2002-09-291-1/+11
| | | | | | | | | | * configure (use_w3mimg_x11) Imlib1 or GdkPixbuf check gdkpixbuf * w3mimg/x11/x11_w3mimg.c (USE_GDKPIXBUF): added (x11_init): USE_GDKPIXBUF (x11_load_image): USE_GDKPIXBUF (x11_get_image_size): USE_GDKPIXBUF From: Yuji Abe <cbo46560@pop12.odn.ne.jp>
* [w3m-dev 03325] Re: hang up when seeing web page that contains xbm fileFumitoshi UKAI2002-09-291-1/+7
| | | | | | * w3mimgdisplay.c (main): alreays return response even if size is unknown From: qhwt@myrealbox.com
* [w3m-dev 03323] EDITORFumitoshi UKAI2002-09-281-1/+6
| | | | | * main.c (MAIN): use not_null() From: Hiroaki Shimotsu <shim@d5.bs1.fc.nec.co.jp>
* Re: [w3m-dev 03320] Re: PasswordsFumitoshi UKAI2002-09-281-1/+14
| | | | | | | | | | | | | * etc.c (dir_under): same path is ok * file.c (loadGeneralFile): if missing, return NULL ssl cert already checked * html.h (URLFILE): add ssl_certificate * istream.c (ssl_get_certificate): change args * istream.h (ssl_get_certificate): ditto * url.c (openSSLHandle): add p_cert ssl certificate check here (HTTPrequest): auth_cookie fix From: AIDA Shinra <aida-s@jcom.home.ne.jp>
* [w3m-dev 03321] Bug#162104: file descriptors 1 and 2 are closed rather than ↵Fumitoshi UKAI2002-09-241-1/+6
| | | | | | | reopened to /dev/null * etc.c (mySystem): fd 0,1,2 redirect /dev/null, close all other fds From: Fumitoshi UKAI <ukai@debian.or.jp>
* [w3m-dev 03319] mailtoFumitoshi UKAI2002-09-241-1/+8
| | | | | | | * main.c (followA): mailto * main.c (cmd_loadURL): mailto * url.c (_parsedURL2Str): mailto: query From: AIDA Shinra <aida-s@jcom.home.ne.jp>
* [w3m-dev 03318] Re: PasswordsFumitoshi UKAI2002-09-241-1/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * etc.c (struct auth_path): added (passwords): added (dir_under): added (add_auth_pass_entry): added (find_auth_pass_entry): added (find_auth_user_passwd): added (loadPasswd): added (find_auth): dir_under() (add_auth_cookie): check file * file.c (find_auth_user_passwd): removed (getAuthCookie): use delText() check proxy (get_auth_cookie): removed (loadGeneralFile): auth_pu * proto.h (schemeToProxy): added (get_auth_cookie): removed (loadPasswd): added (find_auth_user_passwd): added * rc.c (sync_with_option): loadPasswd() * textlist.c (delValue): added * textlist.h (delValue): added (delText): added * url.c (HTTPrequest): seen_www_auth (schemeToProxy): added From: AIDA Shinra <aida-s@jcom.home.ne.jp>