1 * Tue Feb 3 2004 Vsevolod Volkov <vvv@mutt.org.ua>
4 * Thu Dec 18 2003 Vsevolod Volkov <vvv@mutt.org.ua>
7 * Thu Nov 6 2003 Vsevolod Volkov <vvv@mutt.org.ua>
10 * Wed Nov 5 2003 Vsevolod Volkov <vvv@mutt.org.ua>
12 - added space after newsgroup name in .newsrc file
14 * Sun May 18 2003 Vsevolod Volkov <vvv@mutt.org.ua>
15 - nntp patch: fixed SIGSEGV when posting article
17 * Sat Mar 22 2003 Vsevolod Volkov <vvv@mutt.org.ua>
20 * Sat Dec 21 2002 Vsevolod Volkov <vvv@mutt.org.ua>
22 - replace safe_free calls by the FREE macro
24 * Fri Dec 6 2002 Vsevolod Volkov <vvv@mutt.org.ua>
26 - nntp authentication can be passed after any command
28 * Sat May 4 2002 Vsevolod Volkov <vvv@mutt.org.ua>
31 * Thu May 2 2002 Vsevolod Volkov <vvv@mutt.org.ua>
34 * Wed Mar 13 2002 Vsevolod Volkov <vvv@mutt.org.ua>
36 - fixed SIGSEGV in <get-message>, <get-parent>, <get-children>,
37 <reconstruct-thread> functions
38 - fixed message about nntp reconnect
39 - fixed <attach-news-message> function using browser
40 - added support of Followup-To: poster
41 - added %n (new articles) in group_index_format
42 - posting articles without inews by default
44 * Wed Jan 23 2002 Vsevolod Volkov <vvv@mutt.org.ua>
47 * Fri Jan 18 2002 Vsevolod Volkov <vvv@mutt.org.ua>
50 * Thu Jan 3 2002 Vsevolod Volkov <vvv@mutt.org.ua>
52 - accelerated speed of access to news->newsgroups hash (by <gul@gul.kiev.ua>)
53 - added default content disposition
55 * Mon Dec 3 2001 Vsevolod Volkov <vvv@mutt.org.ua>
58 * Fri Nov 9 2001 Vsevolod Volkov <vvv@mutt.org.ua>
60 - fixed segfault if mutt_conn_find() returns null
62 * Wed Oct 31 2001 Vsevolod Volkov <vvv@mutt.org.ua>
64 - added support of LISTGROUP command
65 - added support for servers with broken overview
66 - disabled <flag-message> function on news server
67 - fixed error storing bad authentication information
69 * Wed Oct 10 2001 Vsevolod Volkov <vvv@mutt.org.ua>
71 - fixed typo in buffy.c
72 - added substitution of %s parameter in $inews variable
74 * Fri Aug 31 2001 Vsevolod Volkov <vvv@mutt.org.ua>
78 * Thu Aug 23 2001 Vsevolod Volkov <vvv@mutt.org.ua>
81 * Wed Jul 25 2001 Vsevolod Volkov <vvv@mutt.org.ua>
83 - removed 'server-hook', use 'account-hook' instead
84 - fixed error opening NNTP server without newsgroup using -f option
86 * Fri Jun 8 2001 Vsevolod Volkov <vvv@mutt.org.ua>
89 * Sat May 5 2001 Vsevolod Volkov <vvv@mutt.org.ua>
91 - fixed typo in nntp_attempt_features()
92 - changed algorithm of XGTITLE command testing
93 - disabled writing of NNTP password in debug file
94 - fixed reading and writing of long newsrc lines
95 - changed checking of last line while reading lines from server
96 - fixed possible buffer overrun in nntp_parse_newsrc_line()
97 - removed checking of XHDR command
98 - compare NNTP return codes without trailing space
100 * Thu Mar 29 2001 Vsevolod Volkov <vvv@mutt.org.ua>
102 - support for 'LIST NEWSGROUPS' command to read descriptions
104 * Fri Mar 2 2001 Vsevolod Volkov <vvv@mutt.org.ua>
107 * Wed Feb 14 2001 Vsevolod Volkov <vvv@mutt.org.ua>
110 * Sun Jan 28 2001 Vsevolod Volkov <vvv@mutt.org.ua>
112 - show number of tagged messages patch from Felix von Leitner <leitner@fefe.de>
114 * Sun Dec 31 2000 Vsevolod Volkov <vvv@mutt.org.ua>
117 * Sat Dec 30 2000 Vsevolod Volkov <vvv@mutt.org.ua>
118 - Fixed problem if last article in group is deleted
120 * Fri Dec 22 2000 Vsevolod Volkov <vvv@mutt.org.ua>
121 - Fixed checking of XGTITLE command on some servers
123 * Mon Dec 18 2000 Vsevolod Volkov <vvv@mutt.org.ua>
124 - Added \r in AUTHINFO commands
126 * Mon Nov 27 2000 Vsevolod Volkov <vvv@mutt.org.ua>
129 * Wed Nov 1 2000 Vsevolod Volkov <vvv@mutt.org.ua>
131 - fixed error opening newsgroup from mutt started with -g or -G
133 * Thu Oct 12 2000 Vsevolod Volkov <vvv@mutt.org.ua>
135 - hotkey 'G' (get-message) replaced with '^G'
137 * Thu Sep 21 2000 Vsevolod Volkov <vvv@mutt.org.ua>
139 - changed delay displaying error messages from 1 to 2 seconds
140 - fixed error compiling with nntp and without imap
142 * Wed Sep 6 2000 Vsevolod Volkov <vvv@mutt.org.ua>
143 - fixed catchup in index
144 - fixed nntp_open_mailbox()
146 * Sat Sep 2 2000 Vsevolod Volkov <vvv@mutt.org.ua>
147 - functions <edit> and <delete-entry> disabled
148 - format of news mailbox names changed to url form
149 - option nntp_attempts removed
150 - option reconnect_news renamed to nntp_reconnect
151 - default value of nntp_poll changed from 30 to 60
152 - error handling improved
154 * Wed Aug 30 2000 Vsevolod Volkov <vvv@mutt.org.ua>
156 - new option show_only_unread
157 - add newsgroup completion
159 * Fri Aug 4 2000 Vsevolod Volkov <vvv@mutt.kiev.ua>
162 * Sat Jul 29 2000 Vsevolod Volkov <vvv@mutt.kiev.ua>
165 * Sun Jul 9 2000 Vsevolod Volkov <vvv@mutt.kiev.ua>
167 - authentication code update
168 - fix for changing to newsgroup from mailbox with read messages
169 - socket code optimization
171 * Wed Jun 21 2000 Vsevolod Volkov <vvv@mutt.kiev.ua>
174 * Wed Jun 14 2000 Vsevolod Volkov <vvv@mutt.kiev.ua>
175 - don't substitute current newsgroup with deleted new messages
177 * Mon Jun 12 2000 Vsevolod Volkov <vvv@mutt.kiev.ua>
179 - fix for substitution of newsgroup after reconnection
180 - fix for loading newsgroups with very long names
181 - fix for loading more than 32768 newsgroups
183 * Wed May 24 2000 Vsevolod Volkov <vvv@mutt.kiev.ua>
186 * Sat May 20 2000 Vsevolod Volkov <vvv@mutt.kiev.ua>
189 * Fri May 12 2000 Vsevolod Volkov <vvv@mutt.kiev.ua>
192 * Thu May 11 2000 Vsevolod Volkov <vvv@mutt.kiev.ua>
195 * Thu May 4 2000 Vsevolod Volkov <vvv@mutt.kiev.ua>
198 * Sun Apr 23 2000 Vsevolod Volkov <vvv@mutt.kiev.ua>
201 * Fri Apr 7 2000 Vsevolod Volkov <vvv@mutt.kiev.ua>
202 - add substitution of newsgroup with new messages by default
204 * Wed Apr 5 2000 Vsevolod Volkov <vvv@mutt.kiev.ua>
205 - add attach message from newsgroup
206 - add one-line help in newsreader mode
207 - disable 'change-dir' command in newsgroups browser
210 * Tue Apr 4 2000 Vsevolod Volkov <vvv@mutt.kiev.ua>
211 - get default newsserver name from file /etc/nntpserver
212 - use case insensitive server names
213 - add print-style sequence %s to $newsrc
216 * Sat Apr 1 2000 Vsevolod Volkov <vvv@mutt.kiev.ua>
217 - remove 'X-FTN-Origin' header processing
219 * Thu Mar 30 2000 Vsevolod Volkov <vvv@mutt.kiev.ua>
223 * Thu Mar 23 2000 Vsevolod Volkov <vvv@mutt.kiev.ua>
224 - fix mutt_select_newsserver()
225 - remove 'toggle-mode' function
226 - add 'change-newsgroup' function
228 * Wed Mar 22 2000 Vsevolod Volkov <vvv@mutt.kiev.ua>
231 * Tue Mar 21 2000 Vsevolod Volkov <vvv@mutt.kiev.ua>
232 - fix error 'bounce' function after 'post'
233 - add 'forward to newsgroup' function
235 * Mon Mar 20 2000 Vsevolod Volkov <vvv@mutt.kiev.ua>
236 - 'forward' function works in newsreader mode
237 - add 'post' and 'followup' functions to pager and attachment menu
238 - fix active descriptions and allowed flag reload
240 * Tue Mar 14 2000 Vsevolod Volkov <vvv@mutt.kiev.ua>
242 - remove deleted newsgroups from list
244 * Mon Mar 13 2000 Vsevolod Volkov <vvv@mutt.kiev.ua>
245 - update .newsrc in browser
247 * Sun Mar 12 2000 Vsevolod Volkov <vvv@mutt.kiev.ua>
248 - reload .newsrc if externally modified
249 - fix active cache update
251 * Sun Mar 5 2000 Vsevolod Volkov <vvv@mutt.kiev.ua>
254 * Sat Mar 4 2000 Vsevolod Volkov <vvv@mutt.kiev.ua>
255 - patch *.update_list_file is not required
256 - count lines when loading descriptions
257 - remove cache of unsubscribed newsgroups
259 * Thu Mar 2 2000 Vsevolod Volkov <vvv@mutt.kiev.ua>
260 - load list of newsgroups from cache faster
262 * Wed Mar 1 2000 Vsevolod Volkov <vvv@mutt.kiev.ua>
265 * Tue Feb 29 2000 Vsevolod Volkov <vvv@mutt.kiev.ua>
266 - fix unread messages in browser
267 - fix newsrc_gen_entries()
269 * Mon Feb 28 2000 Vsevolod Volkov <vvv@mutt.kiev.ua>
270 - fix mutt_newsgroup_stat()
271 - fix nntp_delete_cache()
272 - fix nntp_get_status()
273 - fix check_children()
274 - fix nntp_fetch_headers()
276 * Fri Feb 25 2000 Vsevolod Volkov <vvv@mutt.kiev.ua>
279 * Thu Feb 24 2000 Vsevolod Volkov <vvv@mutt.kiev.ua>
280 - fix updating new messages in cache
282 * Mon Feb 21 2000 Vsevolod Volkov <vvv@mutt.kiev.ua>
283 - change default cache filenames
284 - fix updating new messages in cache
286 * Fri Feb 18 2000 Vsevolod Volkov <vvv@mutt.kiev.ua>
287 - fix segmentation fault in news groups browser
289 * Tue Feb 15 2000 Vsevolod Volkov <vvv@mutt.kiev.ua>
292 * Thu Feb 10 2000 Vsevolod Volkov <vvv@mutt.kiev.ua>
295 * Sun Jan 30 2000 Vsevolod Volkov <vvv@mutt.kiev.ua>
296 - add X-Comment-To editing
297 - add my_hdr support for Newsgroups:, Followup-To: and X-Comment-To: headers
298 - add variables $ask_followup_to and $ask_x_comment_to
300 * Fri Jan 28 2000 Vsevolod Volkov <vvv@mutt.kiev.ua>