Intial commit
[profile/ivi/w3m.git] / NEWS
1 w3m 0.5.2 - 2007-05-31
2
3 * security fix
4  - fix format string vulnerability.
5 * new features
6  - support gtk2 with w3m-img.
7  - new option for LiveHTTPHeaders-like logs.
8  - new option to fontify <del>, <s>, <ins>, and so on.
9 * other bug fixes
10  - avoid errors in "configure" and "make".
11  - '\n' handling in attributes' values of HTML tags.
12
13 w3m 0.5.1 - 2004-04-29
14
15 * fix minor bugs
16  - build problem on some platform/some configuration
17  - authentication bug
18  - ipv6 FQDN resolv
19  - SSL verify
20  - search problem on different charset page/display
21  - cleanup LANG==JA
22  - DisplayCharset default
23  - w3mhelp.cgi charset
24
25 w3m 0.5 - 2004-03-22
26
27 * gettextize
28 * m17n patch merged
29
30 w3m 0.4.2 - 2003-09-23
31
32 * options: -4, -6
33 * configuration file in $(sysconfdir)/$(package)/
34 * func: NEXT_VISITED, PREV_VISITED
35 * autoconfiscate (partially)
36 * rc: use_history
37
38 w3m 0.4.1 - 2003-03-07
39
40 * fix bugs
41   - completion segfault in lineinput
42   - incremental search
43   - URL pattern fix
44   - UFhalfclose bug
45   - allow pipe in shell command
46   - enhance ftp directory support
47   - linenumber in edit
48   - fix Bug#181897
49   - W3M_TTY problem fixed
50
51 w3m 0.4 - 2003-02-24
52
53 * rc: decode_url
54 * func: RESHAPE
55 * rc: fold_line
56 * local cookie: passed via file named $LOCAL_COOKIE or posted not in url query
57 * func: SEARCH can take arg
58 * URL data: support
59 * URL news:, nntp: newsgroup support
60 * rc: nntpserver, nntpmode, max_news
61 * rc: graphic_char
62 * rc: use_proxy
63 * rc: preserve_timestamp
64 * func: REDO, UNDO
65 * func: LIST, LIST_MENU, MOVE_LIST_MENU
66 * func: ACCESSKEY, LINK_MENU
67 * rc: display_ins_del
68 * 2 stroke keybinding
69 * func: MULTIMAP
70 * func: CLOSE_TAB_MOUSE, MENU_MOUSE, MOVE_MOUSE, TAB_MOUSE
71 * options: -N
72 * func: NEXT, PREV
73 * rc: image_map_list
74 * rc: open_tab_dl_list
75 * func: DOWNLOAD_LIST
76 * env: https_proxy
77 * rc: https_proxy
78 * options: -show-option
79 * rc: relative_wheel_scroll
80 * rc: relative_wheel_scroll_ratio
81 * rc: fixed_wheel_scroll_count
82 * separate auxbindir and libdir (local-CGI, file:///$LIB/)
83 * configure: -auxbindir
84 * rc: disable_secret_security_check (for windows?)
85 * tab browsing
86 * rc: open_tab_blank, close_tab_back
87 * func: CLOSE_TAB, NEW_TAB, NEXT_TAB, PREV_TAB, 
88 * func: TAB_GOTO, TAB_GOTO_RELATIVE
89 * func: TAB_LEFT, TAB_LINK, TAB_MENU, TAB_RIGHT
90 * pre_form: ~/.w3m/pre_form
91 * rc: pre_form_file: pre_form configuration file
92
93 ----------------------------------------------------------------
94
95 w3m 0.3.2.2 - 2002-12-06
96
97 * security fix: html_quote for img alt attributes
98
99 ----------------------------------------------------------------
100
101 w3m 0.3.2.1 - 2002-11-27
102
103 * security fix: html_quote for frame contents
104 * backport from w3m 0.3.2+cvs
105  - fix segmentation fault by large complex table.
106         [w3m-dev 03371][w3m-dev 03438]
107
108 ----------------------------------------------------------------
109 w3m 0.3.2 - 2002-11-05
110
111 * ~/.netrc: password for ftp
112 * rc: display_lineinfo: display current line number
113 * rc: passwd_file: passwd file for HTTP auth
114 * func: MARK_WORD
115 * rc: imgsize: obsoleted
116 * w3m-img for framebuffer merged
117
118 ----------------------------------------------------------------
119 w3m 0.3.1 - 2002-07-16
120
121 * func: REINIT
122         INIT_MAILCAP deleted, use REINIT MAILCAP instead
123 * func: DEFINE_KEY
124 * rc: keymap_file
125 * rc: use_dictcommand, dictcommand
126 * rc: mark_all_pages
127 * configure: -mandir
128 * func: COMMAND
129 * -title option: set buffer name to terminal title
130 * X-Face support: USE_XFACE, require uncompface
131
132 ----------------------------------------------------------------
133 w3m 0.3 - 2002-03-06
134
135 * rc: mailer
136         if mailer is set, it will be used for simple mailto: URLs
137         otherwise, w3mmail.cgi will be used (when USE_W3MMAILER defined)
138 * rc: max_load_image
139 * rc: display_image, auto_image, image_scale, imgdisplay, imgsize
140 * func: DISPLAY_IMAGE, STOP_IMAGE
141 * w3m-img merged: w3m now can display images! see doc/README.img
142
143 ----------------------------------------------------------------
144 w3m 0.2.5.1 - 2002-02-05
145
146 * backport from w3m/0.2.5+cvs-1.299
147  - fix inputAnswer() and no "ssl_forbid_method" [w3m-dev 02985]
148  - fix SunOS 4.1.4 build problem [w3m-dev 02972]
149  - fix problem with Netscape-Enterprise WWW-authenticate [w3m-dev 02968]
150
151 ----------------------------------------------------------------
152 w3m 0.2.5 - 2002-01-31
153
154 * RFC2617: HTTP Digest authentication
155 * rc: default_url=0(empty) 1(current URL) 2(link URL)
156 * GOTO_RELATIVE (M-u)
157 * highlight for incremental search
158 * support migemo (romaji search)
159 * use w3mmail.cgi for mailto: URL
160 * support external URI loader
161 * support -dump_extra ftp://
162 * new regex implementation
163
164 ----------------------------------------------------------------
165 w3m 0.2.4 - 2002-01-07
166
167 * RFC2818 server identity check
168 * incremental search (C-s, C-r)
169
170 ----------------------------------------------------------------
171 w3m 0.2.3.2 - 2001-12-22
172
173 * fix security hole in w3m/scripts
174
175 ----------------------------------------------------------------
176 w3m 0.2.3.1 - 2001-12-20
177
178 * sync with cvs repository
179 * fix bug in configure
180
181 ----------------------------------------------------------------
182 w3m 0.2.3 - 2001-12-20
183
184 * command line option: -help, -version
185 * new libgc included
186 * new runtime option use_mark, nextpage_topline, label_topline, vi_prec_num
187    emacs_like_lineedit, ftppass_hostnamegen
188 * RFC2732 support (IPv6)
189 * new w3mhelp system
190 * several configure changes
191 * code cleanups, now gcc -Wall -Werror safe
192
193 ----------------------------------------------------------------
194 w3m 0.2.2 - 2001-11-15
195
196 * sync with w3m 0.2.1-inu-1.5
197 * w3m maintained in sourceforge.net/projects/w3m
198