* src/matcher.[ch]
[claws.git] / ChangeLog
1 2003-07-08
2
3         * src/rfc2015.c: rfc2015_is_encrypted(): check MimeInfo::mime_type
4           to suppress some warnings.
5
6 2003-07-07
7
8         * src/compose.c: add 'Content-Disposition: inline' to a text/plain
9           part when using PGP/MIME signing.
10
11 2003-07-04
12
13         * version 0.9.3
14
15 2003-07-04
16
17         * src/defs.h: changed UI_REFRESH_INTERVAL from 40msec to 50msec.
18         * src/session.c: session_read_msg_cb(): make it always fail if
19           sock_read() returns by error.
20         * src/socket.[ch]: sock_check(): handle exceptional SSL condition.
21           sock_has_pending_data(): removed.
22           Removed debug output.
23         * src/send_message.c: send_recv_message(): display messages to
24           statusbar.
25
26 2003-07-03
27
28         * src/inc.[ch]: update received message number on CList while
29           retrieving.
30         * src/session.c: session_read_data_cb(): optimized by removing
31           g_malloc() and memcpy().
32
33 2003-07-02
34
35         * src/socket.[ch]: sock_add_watch(): new. It monitors SSL by original
36           watch functions (otherwise uses g_io_add_watch()).
37         * src/session.[ch]: removed previous workarounds, and replaced
38           g_io_add_watch() with sock_add_watch().
39
40 2003-07-01
41
42         * src/socket.[ch]: added sock_has_pending_data() which returns TRUE
43           if socket has pending data.
44         * src/session.c: session_recv_msg(), session_recv_data(): check if
45           socket has pending data and call the callbacks immediately in that
46           case (fixes the hang at ESMTP EHLO on SSL).
47
48 2003-06-30
49
50         * src/socket.c: check return value in SSL functions.
51
52 2003-06-30
53
54         * src/mimeview.c: mimeview_init(): initialize TextView to prevent
55           slowdown caused by GTK+ themes (thanks to Yuri Arapov).
56
57 2003-06-27
58
59         * src/session.c: session_read_data_cb(): clear Session::read_data_buf
60           before calling callbacks.
61
62 2003-06-26
63
64         * src/socket.c: made socket connection protocol independent.
65         * src/session.c: removed debug g_print().
66         * src/inc.c: made status bar output less verbose, and show counter
67           on main window's progressbar.
68
69 2003-06-26
70
71         * src/session.c: added missing #include <errno.h>.
72
73 2003-06-25
74
75         * src/session.[ch]: reimplemented the Session system with non-blocking
76           I/O to solve the performance and the code design issue.
77         * src/socket.[ch]: added sock_connect_async() and
78           sock_connect_async_cancel() to enable asynchronous connection.
79           sock_peek(): modified the implementation.
80         * src/pop.c: optimized the receiving of the responses of
81           UIDL/LIST/RETR.
82
83 2003-06-18
84
85         * src/procmsg.c: procmsg_get_thread_tree(): prevent threading problems
86           when a node is an ancestor (parent / great parent), which mostly
87           happens with circular references (thanks to Phillipe Gramoulle
88           for finding an sample set of messages, and Alfons for the patch).
89
90 2003-06-16
91
92         * src/pop3.c: pop3_get_uidl_table(): return empty hash table even if
93           UIDL list is not found (fixes inability of initial retrieval).
94
95 2003-06-10
96
97         * src/main.c: added the option '--status-full' which shows the status
98           of each folder specified. The option '--status' also takes
99           following arguments for folders (thanks to Yuri Arapov).
100         * src/folder.[ch]: folder_get_status(): new. it takes the array of
101           folders as the argument and returns their status.
102           folder_count_total_msgs(): removed.
103
104 2003-06-06
105
106         * version 0.9.2
107
108 2003-06-06
109
110         * src/filesel.c
111           src/foldersel.c
112           src/inputdialog.c: use gtk_main_iteration() instead of gtk_main()
113           to prevent abort when a button is double-clicked.
114
115 2003-06-02
116
117         * src/addr_compl.c: invalidate_address_completion(): check if
118           g_completion_list is NULL (thanks to Kazuhiro NISHIYAMA).
119
120 2003-06-02
121
122         * src/pop.c: pop3_session_recv_data_finished(): fixed a bug that
123           deleted messages that is to be kept on server (thanks to Tristan
124           Wallis).
125
126 2003-05-27
127
128         * version 0.9.1
129
130 2003-05-26
131
132         * src/socket.[ch]:
133           sock_set_io_timeout(): new. It sets the timeout interval.
134           sock_gdk_input_add(): removed since it's not used anymore.
135         * src/prefs_common.[ch]: added an option to set the timeout parameter.
136
137 2003-05-26
138
139         * src/action.c: fixed a bug that didn't hide user string in
140           create_io_dialog() (thanks to Markus Amersdorfer).
141           Removed ChildInfo::type and added Children::action_type.
142
143 2003-05-23
144
145         * src/inc.c: inc_start(): ask every password before retrieving.
146           Don't popup the redundant error dialog.
147           inc_account_mail()
148           inc_all_account_mail()
149           inc_progress_dialog_set_list(): separated account list display
150           into a new function.
151           inc_progress_dialog_set_label()
152           inc_recv_data_finished()
153           inc_recv_message(): properly update the dialog when RETR finished.
154
155 2003-05-22
156
157         * src/imap.c:
158           imap_modified_utf7_to_locale()
159           imap_locale_to_modified_utf7(): fixed compilation failure when not
160           using iconv().
161
162 2003-05-21
163
164         * src/procmime.c: procmime_scan_multipart_message(): fixed parsing
165           of message/rfc822 parts.
166
167 2003-05-21
168
169         * src/pop.c: pop3_ok(): detect timeout error.
170
171 2003-05-20
172
173         * src/imap.c: imap_locale_to_modified_utf7(): fixed the encoding bug
174           when locale strings include '+'.
175           imap_modified_utf7_to_locale()
176           imap_locale_to_modified_utf7(): at least escape/unescape '&' even
177           if iconv() is not supported.
178
179 2003-05-20
180
181         * src/compose.c:
182           compose_insert_sig()
183           compose_get_signature_str(): include separator in signature string.
184           Don't insert separator if signature file is not found.
185           Disabled use of implicit default signature path (~/.signature) when
186           sig_path is NULL.
187
188
189 2003-05-20
190
191         * src/codeconv.c
192           src/gtkshruler.c
193           src/news.c
194           src/procmsg.c
195           src/quote_fmt_parse.y
196           src/smtp.c: suppress warnings that gcc-3.3 issues.
197           src/stringtable.c: use string_entry_free().
198
199 2003-05-19
200
201         * src/compose.c: compose_insert_sig(): fixed the bug that always
202           appended signature separator if signature file was not found.
203           compose_get_signature_str(): fixed the bug that caused crash if
204           signature file cannot be opened.
205
206 2003-05-16
207
208         * version 0.9.0
209
210 2003-05-16
211
212         * src/session.c: session_recv_msg(): removed debug print.
213
214 2003-05-15
215
216         * src/imap.c:
217           imap_parse_atom()
218           imap_get_header()
219           imap_cmd_fetch(): check for data size that servers return (fixes
220           vulnerability found in BugTraq).
221
222 2003-05-14
223
224         * src/addr_compl.c: get_complete_address()
225           src/addressbook.c: addressbook_format_address()
226           src/compose.c: QUOTE_IF_REQUIRED(): quote if name contains
227           characters that is not defined in atext (RFC 2822, 3.2.4. Atom).
228         * src/main.c: main(): set colormap and visual to solve color problem
229           in Solaris (thanks to Markus Schwarzenberg).
230
231 2003-05-12
232
233         * version 0.9.0pre1
234
235 2003-05-12
236
237         * src/prefs_account.c: temporarily removed POP before SMTP option.
238
239 2003-05-09
240
241         * src/prefs_common.[ch]: changed the description of "Open message when
242           cursor keys are pressed on summary".
243         * src/summaryview.c: summary_show(): open message when always_show_msg
244           is TRUE.
245
246 2003-05-09
247
248         * src/logwindow.[ch]: restrict the maximum lines of the log messages
249           to reduce the memory usage.
250
251 2003-05-07
252
253         * src/compose.c: compose_insert_sig(): fixed a crash when signature
254           string contains illegal sequence.
255         * src/utils.[ch]: changed get_wcs_len() to get_mbs_len() for accuracy.
256
257 2003-05-07
258
259         * major refactoring of MIME structure.
260         * src/procmime.c: procmime_scan_message(): decrypt message if
261           gpgme is enabled. Create multipart tree only if content-type is
262           multipart/* or message/rfc822.
263           procmime_scan_multipart_message(): fixed the scanning of
264           message/rfc822 part.
265         * src/action.c: parse_append_msgpart()
266           src/messageview.c: messageview_show()
267           src/mimeview.c: mimeview_show_message(): use procmime_scan_message()
268           instead of procmsg_open_message() and procmime_scan_mime_header().
269           mimeview_set_multipart_tree(): conform to the new MIME structure.
270         * src/textview.c: textview_show_part(): removed unnecessary check.
271         * src/procmsg.c: procmsg_open_message_decrypted(): fixed the file
272           pointer when decryption failed.
273
274 2003-05-06
275
276         * src/ssl.c: ssl_init_socket_with_method(): replaced log_warning()
277           by g_warning(), and log_print() by debug_print().
278         * src/pop.[ch]: added an error code PS_NOTSUPPORTED, and retry with
279           LAST if UIDL is not supported.
280
281 2003-05-01
282
283         * src/codeconv.c: conv_get_code_conv_func(): convert to EUC-JP only
284           if it is the current locale encoding when dest_charset_str is NULL.
285
286 2003-05-01
287
288         * src/action.c: execute_actions(): fixed crash when no text widget
289           is selected (thanks to Paul and Melvin).
290         * src/action.c
291           src/prefs_actions.c: added missing reference to Claws team in the
292           copyright.
293
294 2003-04-28
295
296         * src/session.c:
297           session_send_msg()
298           session_send_data(): fixed a memory leak and data sending bug.
299         * src/send_message.c:
300           send_message_smtp(): fixed focus management.
301
302 2003-04-25
303
304         * src/smtp.[ch]: set the response string to SMTPSession::error_msg
305           if error occurred.
306         * src/send_message.c: show error dialog if error occurred.
307         * src/main.c: send_queue()
308           src/mainwindow.c: send_queue_cb(): don't show error dialog here.
309
310 2003-04-25
311
312         * src/session.c: session_close(): kill child process only if
313           state is not SESSION_DISCONNECTED.
314         * src/send_message.c: send_cancel_button_cb()
315           src/inc.c: inc_cancel(): don't set Session::state to
316           SESSION_DISCONNECTED.
317         * src/prefs.[ch]: modified the names of prefs_write_*().
318         * src/address.[ch]: removed.
319
320 2003-04-24
321
322         * src/compose.c: compose_template_apply(): overwrite recipients.
323
324 2003-04-23
325
326         * src/procheader.c: procheader_date_parse(): removed debug print.
327         * src/session.c: changed every g_print to debug_print.
328           session_child_input(): removed unrequired session_close() (it'll
329           be closed anyway after returning FALSE).
330         * src/send_message.c: send_message_smtp(): changed g_print to
331           debug_print.
332
333 2003-04-23
334
335         * src/procheader.c: procheader_procheader_date_parse(): don't add
336           local timezone offset if timezone is unknown.
337           Made the Y2K workaround code to follow RFC 2822.
338           procheader_scan_date_string(): workaround for date strings which
339           don't have timezone specification.
340         * src/utils.c: remote_tzoffset_sec(): return -1 if timezone is
341           unknown.
342
343 2003-04-22
344
345         * src/action.[ch]: refactored. Also fixed a bug on MIME mode, and
346           some memory leaks on error.
347           action_update_msgview_menu(): new.
348         * src/messageview.[ch]: added "Tools/Actions" menu. Keep window list.
349           messageview_get_selected_mime_part(): returns MimeInfo of selected
350           part when MessageView is in MIME mode.
351         * src/mimeview.[ch]: mimeview_get_selected_part(): returns MimeInfo
352           of selected part.
353         * src/summaryview.[ch]: summary_get_selected_msg_list(): returns
354           MsgInfo list of selected messages.
355
356 2003-04-21
357
358         * src/prefs_filter.[ch]: include original message's headers as
359           the preset keywords. Modified the sizes of the widgets.
360         * src/utils.[ch]: added str_case_equal() and str_case_hash() for
361           case-insensitive hash.
362
363 2003-04-18
364
365         * src/procmsg.c: procmsg_get_filter_keyword(): added X-Sequence to
366           auto-detected headers.
367         * src/action.[ch]
368           src/prefs_actions.c
369           src/compose.c
370           src/mainwindow.c: modified function names.
371           get_user_string(): Use input_dialog() instead of its own
372           implementation.
373
374 2003-04-17
375
376         * src/codeconv.[ch]: conv_encode_header(): don't include '(' and ')'
377           in encoded strings if addr_field is TRUE.
378         * src/compose.c: compose_convert_header(): added a flag 'addr_field'.
379
380 2003-04-16
381
382         * src/prefs_actions.[ch]: separated action execution routine into
383           action.[ch].
384
385 2003-04-16
386
387         * src/prefs_actions.c: minor code cleanup.
388
389 2003-04-16
390
391         * src/codeconv.[ch]: conv_iconv_strdup(): fixed the handling of
392           EILSEQ.
393
394 2003-04-16
395
396         * src/inc.c:
397           inc_recv_data_progressive()
398           inc_recv_data_finished()
399           inc_recv_message()
400           send_recv_message()
401           send_send_data_progressive()
402           send_send_data_finished(): added assertion.
403
404 2003-04-16
405
406         * src/codeconv.[ch]: conv_iconv_strdup(): fixed potential memory
407           corruption bug.
408
409 2003-04-16
410
411         * src/codeconv.[ch]: conv_iconv_strdup(): don't include nul character
412           in source buffer since it messed up some encoding conversion (like
413           UTF-7).
414
415 2003-04-15
416
417         * src/procmsg.c: procmsg_get_filter_keyword(): unfold headers and
418           extract ID from List-Id header.
419         * src/utils.[ch]: extract_one_parenthesis_with_skip_quote(): removed.
420           extract_list_id_str(): extract ID string from List-Id header.
421
422 2003-04-15
423
424         * src/prefs_actions.c: merged from the claws branch. Fixes several
425           bugs and adds some features.
426
427 2003-04-14
428
429         * src/compose.c: compose_parse_header(): fixed a bug that unnecessary
430           linebreaks were included on reediting.
431         * src/imap.c
432           src/pop.c: fixed typos: 'occured'.
433
434 2003-04-11
435
436         * src/compose.[ch]: implemented auto signature replacement on
437           changing accounts.
438           compose_insert_sig(): added a flag to replace current signature.
439           compose_get_signature_str(): new. It returns signature string.
440           compose_insert_command_output(): removed.
441           compose_select_account(): call compose_insert_sig() on account
442           change.
443           compose_destroy(): fixed a memory leak of UndoMain object.
444           Compose::sig_str: new. It stores current signature string.
445         * src/gtkutils.[ch]: gtkut_stext_find(): new.
446           Renamed gtk_stext_clear() to gtkut_stext_clear().
447         * src/utils.[ch]: get_wcs_len(): returns wide-character length of
448           multibyte string.
449           normalize_newlines(): converts CR+LF and CR into LF.
450           get_command_output(): returns command output.
451
452 2003-04-08
453
454         * src/procmsg.[ch]: procmsg_get_filter_keyword(): new. It returns
455           filter keyword for messages.
456         * src/summaryview.c: summary_filter_open(): use
457           procmsg_get_filter_keyword().
458         * src/messageview.c: create_filter_cb(): implemented.
459
460 2003-04-07
461
462         * src/inc.c:
463           inc_start()
464           inc_put_error(): display server responses on error.
465         * src/pop.[ch]: added Pop3Session::error_msg, and set server responses
466           on error.
467
468 2003-04-04
469
470         * src/messageview.[ch]: separated the forced charset of message view
471           in separate window from the main window.
472           src/textview.c:
473           textview_show_message()
474           textview_show_part()
475           textview_add_part(): use MessageView::forced_charset if specified.
476
477 2003-04-03
478
479         * src/mainwindow.c: modified File menu a bit.
480         * src/menu.[ch]: added functions to handle item factory rc strings.
481         * src/messageview.[ch]: added a menu, and made it take over main
482           window's menu shortcuts.
483           added msginfo which is duplicated on display to MessageView.
484         * src/prefs_common.c: prefs_keybind_apply_clicked(): use
485           menu_factory_clear_rc().
486
487 2003-03-28
488
489         * send_message.c: send_message_smtp():
490           re-enabled forcing of SMTP AUTH method.
491           Clear temporary password if authentication failed.
492         * smtp.c: output warning to log and set SMTPSession::error_val
493           if error occurs.
494         * smtp.h: changed error value to enum. Added SMTPSession::error_val.
495         * src/mbox.c: proc_mbox(): force updating of folder.
496
497 2003-03-28
498
499         * src/pop.h: changed error value to enum.
500         * src/pop.c: pop3_retr_recv(): return PS_IOERR when inc_drop_message()
501           failed.
502           pop3_ok(): return appropriate error value based on current state.
503           Output warning to log if error occurs.
504
505 2003-03-27
506
507         * src/nntp.[ch]
508           src/news.[ch]: refactored. Remove NNTPSockInfo and use NNTPSession
509           in nntp.c.
510
511 2003-03-27
512
513         * src/inc.c: inc_pop3_session_do(): retrun appropriate error if
514           Session::state == SESSION_ERROR.
515         * po/POTFILES.in: removed src/automaton.c and src/send.c.
516           Added src/send_message.c.
517
518 2003-03-26
519
520         * src/pop.[ch]
521           src/session.c: fixed breakage of POP3 retrieval.
522           session_recv_data_from_sock_unescape(): read until terminator
523           appears and also return the actual size.
524
525 2003-03-25
526
527         * src/automaton.[ch]: removed.
528         * src/session.c: removed some of the debug output.
529         * src/smtp.c: smtp_session_recv_msg(): workaround in case server
530           returns EHLO-style response to HELO command.
531           Ignore all multiline responses except for EHLO since they are
532           allowed for any command.
533
534 2003-03-25
535
536         * src/session.[ch]
537           src/pop.c: fixed retrieval of messages which contain dot-escaped
538           lines.
539           session_recv_data(): added a flag for unescape.
540           session_recv_data_from_sock_unescape(): new. It receives message
541           for each line and unescapes dot-escaped lines.
542           Removed the previous workaround.
543         * src/defs.h: decreased UI_REFRESH_INTERVAL to 40 msec.
544
545 2003-03-25
546
547         * src/pop.[ch]: workaround for brekage of retrieval when given size
548           and actual one is different.
549
550 2003-03-24
551
552         * src/pop.c: pop3_retr_eom_recv(): ignore invalid end of message
553           since some servers sometimes return incorrect message size.
554         * src/news.c: news_session_new(): zero clear NNTPSession object.
555           Don't initialize Session::sock with nntp_sock->sock to prevent
556           double-free of SockInfo.
557         * src/imap.c: zero clear IMAPSession object.
558           imap_cmd_append(): don't close SockInfo.
559
560 2003-03-22
561
562         * src/pop.c: pop3_session_recv_msg(): fixed STLS.
563
564 2003-03-22
565
566         * src/inc.[ch]
567           src/pop.[ch]: reimplemented using new I/O system.
568         * src/session.[ch]: session_recv_data(): new.
569           session_send_data_to_sock()
570           session_recv_data_from_sock(): decreased the frequency of progress
571           notification.
572
573 2003-03-22
574
575         * src/smtp.c: smtp_auth_recv(): fixed CRAM-MD5 authentication.
576
577 2003-03-20
578
579         * src/session.[ch]: session_start_tls(): new.
580           session_recv_msg(): made it static.
581
582 2003-03-20
583
584         * implemented asynchronous network I/O.
585         * src/session.[ch]: the interface to communicate with servers through
586           child process.
587         * src/smtp.[ch]
588           src/send_message.[ch]: rewrote using new I/O system.
589         * src/socket.[ch]: renamed *_write() to *_write_all(), and made
590           *_write() as just a simple wrapper for write().
591         * src/utils.c: get_outgoing_rfc2822_str(): new. It modifies the
592           message to send with SMTP or NNTP.
593           file_read_stream_to_str(): new.
594
595 2003-03-12
596
597         * src/textview.c: textview_button_pressed(): corrected the range of
598           URI link.
599         * src/compose.c: compose_wrap_line_all_full(): treat UTF-8 characters
600           represented with more than 2 bytes as 2 character width and 2 bytes
601           one as a single character width as a workaround for wrapping problem.
602
603 2003-03-12
604
605         * src/utils.c: subject_compare_for_sort(): allow null strings (fixes
606           summary sorting).
607
608 2003-03-11
609
610         * implemented HTML link correctly.
611         * src/html.[ch]: HTMLAttr, HTMLTag: new structure for attributes /
612           tags.
613           html_get_tag(): new. It parses tag and returns HTMLTag object.
614           html_parse_tag(): also parses <a> tags and 'href' attributes.
615         * src/textview.c: textview_write_link(): new. It creates link string.
616
617 2003-03-10
618
619         * src/compose.c: compose_wrap_line_all_full(): fixed an infinite
620           loop / crash bug (thanks to Darko Koruga).
621           compose_write_to_file(): put correct charset element when
622           conversion failed but want to send anyway.
623
624 2003-03-10
625
626         * src/headerview.c: headerview_show()
627           src/textview.c: textview_write_line(): remove unreadable characters
628           from displayed strings to prevent crashes on multi-byte
629           environments.
630         * src/codeconv.[ch]: conv_unreadable_locale(): new. It was separated
631           from conv_localetodisp().
632
633 2003-03-10
634
635         * src/procmsg.c: procmsg_cmp_by_subject()
636           src/summaryview.c: summary_cmp_by_subject(): ignore Re: when
637           comparing subjects.
638         * src/utils.[ch]:
639           subject_compare_for_sort()
640           trim_subject_for_sort(): new.
641
642 2003-03-07
643
644         * version 0.8.11
645
646 2003-03-07
647
648         * src/defs.h: added -i option to the default sendmail command.
649
650 2003-03-06
651
652         * src/codeconv.[ch]: added missing character encodings and locales.
653
654 2003-03-06
655
656         * src/procmsg.[ch]:
657           procmsg_get_mark_sum()
658           procmsg_open_mark_file()
659           procmsg_read_mark_file(): take FolderItem instead of directory
660           path.
661
662 2003-03-05
663
664         * src/codeconv.c: conv_encode_header(): fixed a bug that spaces
665           which is on the wrap boundary would be lost when encoding long
666           non-ascii strings (thanks to Sergey Vlasov).
667           Don't force wrapping within a long word until it reaches hard line
668           length limit (998 characters) (workaround for the breakage of
669           long address list with no spaces).
670
671 2003-03-03
672
673         * src/prefs_account.c: fixed compile failure when using neither
674           gpg or ssl.
675
676 2003-03-03
677
678         * src/codeconv.c: fixed UTF-8 locale support.
679           conv_get_code_conv_func(): return conv_noconv if locale encoding
680           is UTF-8. Return conv_latintodisp on ISO-8859-* to locale encoding
681           conversion.
682           conv_convert(): call conv_iconv_strdup() instead of
683           conv_codeset_strdup().
684           conv_codeset_strdup(): moved some codes into conv_iconv_strdup().
685
686 2003-02-28
687
688         * src/prefs_account.[ch]: added an option to use command output for
689           signature.
690         * src/compose.c: compose_insert_sig(): use command output if
691           specified.
692           compose_insert_command_output(): new.
693
694 2003-02-28
695
696         * src/main.c: main(): remove lock socket if sylpheed is not running
697           when --status command is executed.
698           lock_socket_remove(): new.
699
700 2003-02-27
701
702         * src/codeconv.c: conv_codeset_strdup(): don't convert if current
703           codeset is US-ASCII (or POSIX).
704
705 2003-02-21
706
707         * src/codeconv.c: conv_iconv_strdup(): try to skip invalid characters
708           and continue conversion.
709
710 2003-02-21
711
712         * src/summaryview.c: summary_selected(): always update widget
713           sensitivity.
714
715 2003-02-20
716
717         * src/utils.c: tzoffset_sec(): fixed a bug that displayed wrong
718           date in timezones more than GMT+12 or less than GMT-12.
719
720 2003-02-18
721
722         * src/prefs_common.[ch]
723           src/sourcewindow.c: remember the size of source window.
724         * src/md5.c: fixed a compile problem with gcc 3.3.
725
726 2003-02-17
727
728         * src/about.c: about_create(): modified the copyright notice.
729
730 2003-02-17
731
732         * src/colorlabel.c: don't use pixmaps for label color rect but draw
733           rectangles so we can respect the color map of palette based visuals
734           (fixes the long time crashes on Solaris - thanks to Alfons
735           Hoogervorst).
736
737 2003-02-17
738
739         * src/procheader.c: procheader_date_parse(): made month string case
740           insensitive.
741         * src/prefs_filter.c: prefs_filter_close(): fixed the crash when the
742           selection list is empty.
743
744 2003-02-14
745
746         * src/quote_fmt_parse.y: removed gettext translatable strings.
747         * src/unmime.c: unmime_header(): remove broken characters when
748           code conversion failed.
749         * src/codeconv.c: conv_encode_header(): fixed a bug that broken
750           headers if long words more than 75 characters are entered.
751
752 2003-02-13
753
754         * src/prefs_account.c: prefs_account_receive_create()
755           src/utils.c: to_human_readable(): made units translatable.
756
757 2003-02-13
758
759         * src/codeconv.c: isprintableeuckanji(): don't allow more than 0xf4
760           at first byte (fixes abort() problem of glibc).
761         * src/html.c: html_read_line(): remove characters which can't be
762           displayed on the current locale.
763
764 2003-02-11
765
766         * src/utils.[ch]:
767           trim_subject_for_compare(): renamed from trim_subject().
768           trim_subject(): new. It removes [...] or (...) at the beginning
769           of subject.
770         * src/prefs_folder_item.c
771           src/folder.[ch]:
772           added options for trimming summary / compose subject.
773         * src/summaryview.c: summary_set_header(): trim subject if the folder
774           option is set.
775         * src/compose.c: compose_reply_set_entry(): trim subject if the folder
776           option is set.
777
778 2003-02-09
779
780         * src/codeconv.c:
781           LBREAK_IF_REQUIRED(): don't break lines before first word (fixes
782           X-Face header problem).
783           conv_encode_header(): allow up to 97 characters for one word.
784
785 2003-02-07
786
787         * src/filter.c: filter_match_condition(): fixed the bug that
788           second condition ignored regex.
789         * src/news.h: NewsGroupInfo: use guint for message numbers
790           (fix count in grouplist dialog) (thanks to Thorsten Maerz).
791
792 2003-02-06
793
794         * src/codeconv.c: conv_encode_header(): fixed a segfault bug
795           on code conversion failure.
796           conv_get_charset_str()
797           conv_get_charset_from_str(): optimized using hash table.
798
799 2003-02-06
800
801         * src/quote_fmt_parse.y:
802           SHOW_MESSAGE_NO_SIGNATURE, SHOW_QUOTED_MESSAGE_NO_SIGNATURE:
803           treat only "\n-- \n" as a signature separator.
804
805 2003-02-05
806
807         * src/gtkutils.[ch]: gtkut_ctree_node_prev(): new.
808         * src/summary_search.c: summary_search_execute(): search collapsed
809           nodes, too.
810
811 2003-02-05
812
813         * src/codeconv.c:
814           conv_unreadable_latin(): include 0x7f as an unreadable character.
815           conv_localetodisp(): don't remove 8bit characters by default.
816           conv_get_current_charset()
817           conv_get_outgoing_charset(): return ISO-8859-15 if "@euro" is
818           appended at the last of locale name.
819         * src/compose.c: compose_write_to_file(): show from and to encoding
820           when code conversion failed.
821
822 2003-02-04
823
824         * version 0.8.10
825
826 2003-02-04
827
828         * src/procmsg.h: WRITE_CACHE_DATA(): little speed improvement
829           (thanks to Colin Leroy).
830         * src/mh.c: mh_get_msginfo(): added NULL check (thanks to Thorsten
831           Maerz).
832
833 2003-02-03
834
835         * src/textview.c: textview_write_line(): don't convert if conv is
836           NULL.
837
838 2003-02-03
839
840         * src/codeconv.[ch]:
841           renamed conv_guess_encoding() to conv_guess_ja_encoding().
842           conv_localetodisp(): new. It removes unreadable characters from
843           (assumed) current locale string.
844           conv_codeset_strdup(): convert into ISO-8859-1 if dest_code is
845           NULL and current locale encoding is US-ASCII.
846           conv_get_code_conv_func(): return conv_ustodisp if US-ASCII is
847           specified for destination charset.
848         * src/textview.c: textview_write_line(): use conv_localetodisp()
849           instead of strncpy2() if conversion failed.
850
851 2003-01-31
852
853         * src/codeconv.c: conv_iconv_strdup()
854           src/imap.c:
855           imap_modified_utf7_to_locale()
856           imap_locale_to_modified_utf7(): use ICONV_CONST macro to remove
857           a warning on some systems.
858         * src/codeconv.c: conv_iconv_strdup(): flush iconv() output and
859           truncate buffer.
860           Return NULL instead of incomplete string if conversion failed.
861
862 2003-01-30
863
864         * src/summaryview.c: summary_execute(): select appropriate node
865           if currently selected node is to be deleted.
866         * src/gtkutils.[ch]: gtkut_ctree_node_is_selected(): new. Returns
867           TRUE if the specified node is selected.
868
869 2003-01-30
870
871         * src/summaryview.c: summary_status_show(): fixed a occasional crash
872           on deleting or moving.
873
874 2003-01-29
875
876         * src/codeconv.c: conv_unreadable_eucjp(): made the validity check
877           of EUC-JP more accurate.
878           isprintableeuckanji(): new. Use table for validity check of EUC-JP.
879
880 2003-01-17
881
882         * version 0.8.9
883
884 2003-01-17
885
886         * updated INSTALL.
887
888 2003-01-17
889
890         * src/quoted-printable.c: qp_encode_line(): fixed linebreak
891           duplication bug if the source string has CRLF.
892         * src/utils.[ch]:
893           canonicalize_str(): new. Returns newly allocated canonicalized
894           string.
895           uncanonicalize_file(): new. Uncanonicalize (CRLF -> LF) text.
896           uncanonicalize_file_replace(): new.
897         * src/compose.c: always canonicalize body before processing, and
898           uncanonicalize before returning.
899
900 2003-01-17
901
902         * src/procmime.c: procmime_get_encoding_for_charset(): prefer
903           ENC_8BIT for Russian charsets.
904         * src/compose.c: compose_write_to_file(): use base64 when signing
905           8bit message.
906
907 2003-01-16
908
909         * src/prefs_common.c: prefs_send_create(): added a description for
910           the setting of Content-Transfer-Encoding.
911
912 2003-01-16
913
914         * src/codeconv.c: fixed locale_table for Russian locales (thanks to
915           Sergey Vlasov).
916         * src/procmime.c: procmime_get_encoding_for_charset(): return
917           ENC_BASE64 for ISO-8859-5, KOI8-* and Windows-1251.
918         * src/compose.c: compose_attach_append(): set correct Content-
919           Transfer-Encoding for message/rfc822.
920           compose_write_to_file(): enabled user-definable Content-Transfer-
921           Encoding.
922         * src/prefs_common.[ch]: added an option for user-defined Content-
923           Transfer-Encoding.
924
925 2003-01-15
926
927         * src/quoted-printable.[ch]: qp_encode_line(): fixed a bug if the
928           line doesn't end with linebreak.
929
930 2003-01-15
931
932         * implemented quoted-printable encoding.
933         * src/quoted-printable.[ch]: qp_encode_line(): new.
934         * src/compose.c:
935           compose_write_to_file()
936           compose_write_attach(): implemented quoted-printable encoding.
937           compose_attach_property_create(): enabled quoted-printable menu
938           item.
939         * src/procmime.c: procmime_get_encoding_for_charset(): return
940           ENC_QUOTED_PRINTABLE for ISO-8859-* and CP125* charset.
941         * src/Makefile.am: added $(LIBICONV) to sylpheed_LDADD for libiconv
942           support.
943
944 2003-01-14
945
946         * src/folderview.c
947           src/summaryview.c
948           src/utils.[ch]: get_abbrev_newsgroup_name(): improved the way
949           of abbreviation of newsgroup name.
950
951 2003-01-14
952
953         * configure.in: show the result of iconv detection.
954
955 2003-01-13
956
957         * src/codeconv.[ch]: made the transition from libjconv to iconv().
958           conv_iconv_strdup(): new.
959         * src/about.c
960           src/imap.c
961           src/mainwindow.c
962           src/prefs_common.c: replaced HAVE_LIBJCONV to HAVE_ICONV.
963
964 2003-01-10
965
966         * src/compose.c
967           src/folderview.c
968           src/prefs_folder_item.c: English fix (property -> properties).
969         * src/prefs_filter.c: alert if entry is not saved.
970           prefs_filter_dialog_to_filter(): new.
971
972 2003-01-09
973
974         * src/codeconv.c: conv_encode_header(): fixed a bug which output raw
975           strings after linefeed.
976         * updated INSTALL.
977
978 2003-01-08
979
980         * src/codeconv.[ch]: code cleanup and optimization.
981           conv_code_converter_new()
982           conv_convert(): use functions obtained by conv_get_code_conv_func()
983           when using libjconv.
984           conv_codeset_strdup(): code cleanup.
985           conv_get_code_conv_func(): added an argument for destination
986           character set, and generalized.
987
988 2003-01-06
989
990         * src/codeconv.c: LBREAK_IF_REQUIRED(): break line only if some
991           characters follow.
992         * src/compose.c: compose_convert_header(): remove trailing spaces.
993         * src/customheader.c: custom_header_read_str(): strip the spaces
994           of name and value.
995         * src/prefs_customheader.c: prefs_custom_header_clist_set_row():
996           strip the spaces of name and value.
997
998 2002-12-25
999
1000         * version 0.8.8
1001
1002 2002-12-25
1003
1004         * src/codeconv.c: conv_encode_header(): fixed a bug which will run
1005           into infinite loop when encountering invalid characters.
1006
1007 2002-12-25
1008
1009         * src/procmsg.[ch]: procmsg_sort_msg_list(): new. It sorts message
1010           list.
1011         * src/summaryview.c: summary_show(): removed summary_sort() because
1012           it is done inside folder_item_get_msg_list(). This will improve
1013           the performance of summary display.
1014           Sorted out the summary sort functions using macros.
1015         * src/mh.c
1016           src/imap.c
1017           src/news.c
1018           src/folder.[ch]: folder_item_get_msg_list(): return pre-sorted
1019           list if FolderItem::sort_key is set.
1020           Added SORT_BY_TO to FolderSortKey enum.
1021         * src/mainwindow.c: added "View/Sort/by recipient".
1022
1023 2002-12-20
1024
1025         * version 0.8.7
1026
1027 2002-12-20
1028
1029         * src/codeconv.c: conv_encode_header(): fix for redundant space on
1030           line-breaking.
1031         * src/compose.c: compose_convert_header(): always pass string to
1032           conv_encode_header() for line-breaking.
1033
1034 2002-12-20
1035
1036         * src/textview.c: textview_make_clickable_parts(): fixed incorrect
1037           parsing of email addresses.
1038
1039 2002-12-19
1040
1041         * src/defs.h: added DEFAULT_BROWSER_CMD.
1042         * src/mimeview.c: mimeview_view_file()
1043           src/prefs_common.c: prefs_other_create()
1044           src/utils.c: open_uri(): changed the default web browser to
1045           mozilla, and changed 'raise' command (which is undocumented)
1046           to 'new-window' in 'netscape -remote'.
1047
1048 2002-12-19
1049
1050         * src/compose.c: compose_send_control_enter(): fixed crash on
1051           Ctrl-Enter when Message/Send has no accelerator key (thanks to
1052           Sergey Vlasov).
1053
1054 2002-12-18
1055
1056         * src/mainwindow.c:
1057           set_charset_cb()
1058           sort_summary_cb()
1059           sort_summary_type_cb(): prevent unwanted processing on unchecking
1060           menu items.
1061
1062 2002-12-18
1063
1064         * src/main.c: process command line option before gtk_init() to
1065           enable remote operation without X (thanks to Ruslan N. Balkin).
1066         * src/codeconv.c: conv_encode_header(): fixed a potential buffer
1067           overflow.
1068
1069 2002-12-18
1070
1071         * src/Makefile.am: changed $(target_alias) to $(target_triplet)
1072           (the spec of autotools seems to be changed).
1073
1074 2002-12-18
1075
1076         * src/imap.c: get path separator using LIST command if server
1077           doesn't support NAMESPACE (based on the patch by Brian Sammon).
1078           imap_parse_list(): added an argument to return path separator.
1079           imap_get_namespace_by_list(): new.
1080
1081 2002-12-17
1082
1083         * src/addr_compl.c: add_address(): removed the debug print.
1084         * src/gtkutils.[ch]: gtkut_window_popup()
1085           src/mainwindow.c: main_window_popup(): applied the patch to fix
1086           the behavior of window popup from Sergey Vlasov (thanks!)
1087         * src/account.c: account_edit_create(): use signal_connect_after
1088           for row_move signal to fix the row position bug.
1089           account_row_moved(): scroll the CList half page.
1090         * src/prefs_filter.c: prefs_filter_row_move(): scroll the CList
1091           half page.
1092         * src/summaryview.c: summary_reply(): use selection text only if
1093           the displayed message is selected (thanks to Sergey Vlasov).
1094
1095 2002-12-13
1096
1097         * src/codeconv.c: conv_encode_header(): reimplemented the routine
1098           of MIME header encoding. And use Q-encoding method if the current
1099           locale is single-byte one.
1100         * src/utils.[ch]: is_next_nonascii(): take multi-byte string instead
1101           of wide-character string. Consider control codes as non-ASCII.
1102           get_next_word_len(): new. It returns the length of next word.
1103           is_next_mbs(), find_wspace(): removed.
1104         * src/quoted-printable.[ch]: new.
1105           qp_decode_line(): decodes one QP line.
1106           qp_decode_q_encoding(): decodes Q-encoded string in MIME header.
1107           qp_get_q_encoding_len(): returns the length when a string is
1108           Q-encoded.
1109           qp_q_encode(): Q-encode a string (RFC 2047).
1110         * src/unmime.c: moved the functions for quoted-printable to
1111           quoted-printable.c.
1112
1113 2002-12-05
1114
1115         * src/send.c: send_message_local(): escape line that only have one
1116           dot character (postfix's sendmail command will stop there).
1117
1118 2002-12-05
1119
1120         * src/send.c: send_message_local(): don't escape first-dot line
1121           (thanks to Sergey Vlasov).
1122
1123 2002-12-03
1124
1125         * autogen.sh: added 'libtoolize --force --copy' to override the
1126           current ltmain.sh.
1127         * acconfig.h: removed.
1128         * configure.in: increased minimal version of GPGME to 0.3.10.
1129           Fixed checking of XIM.
1130         * ac/check-type.m4
1131           ac/gnupg-check-typedef.m4: added an argument for comment.
1132
1133 2002-11-29
1134
1135         * src/imageview.[ch]: fixed conflicting declarations of
1136           imageview_show_image() (thanks to Thorsten Maerz).
1137
1138 2002-11-28
1139
1140         * src/compose.c: compose_entry_append(): don't add ", " on subject
1141           entry.
1142         * src/codeconv.c: conv_get_outgoing_charset(): obtain outgoing
1143           charset from the table (currently disabled for non-Japanese locales).
1144           conv_get_current_locale(): also refer to LC_CTYPE.
1145
1146 2002-11-27
1147
1148         * README: added a description about hidden settings.
1149
1150 2002-11-27
1151
1152         * src/prefs_common.[ch]: reorganized the common prefs dialog.
1153           Made enable_hscrollbar and bold_unread hidden options.
1154
1155 2002-11-26
1156
1157         * src/quote_fmt_parse.y: fixed a parse error (thanks to Andreas Hinz).
1158
1159 2002-11-26
1160
1161         * src/account.[ch]:
1162           account_find_from_message_file()
1163           account_find_from_msginfo(): new. They find an account from the
1164           headers like 'From:', 'X-Sylpheed-Account-Id:', and 'AID:' in the
1165           specified message.
1166         * src/compose.c:
1167           compose_reedit(): restore messages' previous account on composition.
1168           compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
1169           on draft mode.
1170
1171 2002-11-26
1172
1173         * src/compose.c: cleaned up the code using compose_entry_set()
1174           (don't use gtk_entry_set_text() directly).
1175
1176 2002-11-25
1177
1178         * src/imap.c: imap_parse_namespace(): fixed a memory leak.
1179
1180 2002-11-22
1181
1182         * updated autotools and libtool to the latest version.
1183         * configure.in: added AC_PREREQ(2.50).
1184
1185 2002-11-22
1186
1187         * src/textview.c: textview_set_font(): fix for message display in
1188           UTF-8 locales (thanks to Sergey Vlasov).
1189
1190 2002-11-21
1191
1192         * src/imageview.[ch]: imageview_show_image(): resize images to fit
1193           the window size if specified.
1194         * src/prefs_common.[ch]: added an option 'Resize attached images'.
1195
1196 2002-11-20
1197
1198         * refactoring for SMTP implementation.
1199         * src/session.h: added ui_func to Session.
1200         * src/smtp.[ch]: separated the connection routine from
1201           smtp_session_new() to smtp_connect().
1202           Changed the argument of every function other than smtp_ok() from
1203           SockInfo to SMTPSession.
1204           Call UI callback from each functions.
1205         * src/send.c: send_message_smtp(): separated the code for UI update
1206           into send_progress_dialog_update().
1207
1208 2002-11-18
1209
1210         * src/smtp.[ch]: separated smtp_auth() from smtp_from().
1211         * src/send.c: send_message_smtp(): call smtp_auth() and display
1212           the state to the dialog.
1213
1214 2002-11-18
1215
1216         * src/filter.c: strmatch_regex(): use extended regex (thanks to
1217           Fabien Devaux).
1218         * src/main.c: main(): removed the code for assortrc -> filterrc
1219           transition.
1220         * src/gtkutils.c: gtkut_font_load(): only use gdk_font_load() if
1221           current locale is C or POSIX.
1222           gtkut_stext_is_uri_string(): include "www." for URI string.
1223         * src/textview.c: textview_make_clickable_parts(): include "www."
1224           for URI string.
1225
1226 2002-11-15
1227
1228         * version 0.8.6
1229
1230 2002-11-13
1231
1232         * src/textview.c: textview_add_part(): indicate signature status
1233           using different colors.
1234
1235 2002-11-12
1236
1237         * src/folder.c: folder_write_list_recursive(): escape
1238           To/Cc/Bcc/Reply-To strings.
1239
1240 2002-11-11
1241
1242         * src/codeconv.c: conv_encode_header(): enabled B-encoding of
1243           headers on locales other than Japanese when not using libjconv.
1244
1245 2002-11-11
1246
1247         * src/inc.[ch]: added INC_IO_ERROR to IncState. Also added its
1248           corresponding error message.
1249           inc_pop3_session_do(): set INC_IO_ERROR instead of INC_NOSPACE
1250           on PS_IOERR.
1251
1252 2002-11-07
1253
1254         * src/prefs_account.[ch]: removed prefs_account_save_config() since
1255           it is not used.
1256         * src/procmime.[ch]: removed procmime_mimeinfo_free() since
1257           procmime_mimeinfo_free_all() can be used in every case.
1258
1259 2002-11-06
1260
1261         * src/account.c: account_get_special_folder(): support F_INBOX, and
1262           made code cleanup.
1263
1264 2002-11-06
1265
1266         * src/compose.[ch]: ComposeEntryType: changed COMPOSE_* to
1267           COMPOSE_ENTRY_*, and added
1268           COMPOSE_ENTRY_{REPLY_TO,SUBJECT,FOLLOWUP_TO}.
1269           compose_reply()
1270           compose_forward()
1271           compose_redirect(): added FolderItem to the arguments, and reflect
1272           settings in the item.
1273           compose_entry_set(): new.
1274           compose_entry_append(): code cleanup.
1275           compose_entries_set_from_item(): take ComposeMode in its arguments,
1276           and enabled FolderItem::use_auto_to_on_reply.
1277         * src/summaryview.c: summary_reply(): pass folder_item to
1278           compose_{reply,forward,redirect}().
1279
1280 2002-11-05
1281
1282         * src/gtkutils.[ch]:
1283           gtkut_font_load(): new. It automatically choose font or fontset
1284           by current locale.
1285           gtkut_font_load_from_fontset(): new. It tries to load single font
1286           instead of fontset from a fontset string.
1287         * src/alertpanel.c
1288           src/folderview.c
1289           src/headerview.c
1290           src/summaryview.c: workaround for the problem that couldn't display
1291           8-bit characters in C or POSIX locale (use font instead of fontset).
1292         * src/compose.c
1293           src/sourcewindow.c
1294           src/textview.c: made code cleanup using gtkut_font_load*().
1295
1296 2002-10-29
1297
1298         * src/mh.c: mh_get_msginfo(): set correct message number.
1299
1300 2002-10-29
1301
1302         * src/folder.[ch]: added a new virtual method Folder::get_msginfo().
1303           It returns a new MsgInfo associated to a message number.
1304           folder_item_get_msginfo(): new.
1305         * src/imap.[ch]: imap_get_msginfo(): new.
1306         * src/mh.[ch]: mh_get_msginfo(): new.
1307         * src/news.[ch]: news_get_msginfo(): new.
1308
1309 2002-10-28
1310
1311         * src/codeconv.c: conv_euctojis(): fixed a bug which will cause
1312           infinite loop if an invalid code appeared.
1313
1314 2002-10-25
1315
1316         * src/codeconv.c: conv_codeset_strdup()
1317           src/html.[ch]: html_read_line(): don't output conversion failure
1318           warnings.
1319           Added HTML_CONV_FAILED to the enum HTMLState.
1320
1321 2002-10-24
1322
1323         * implemented per-folder auto-set address (still in progress).
1324         * src/compose.[ch]: compose_new(): added FolderItem to its arguments,
1325           and set entries from it (if mailto is empty).
1326           compose_entry_append(): activate menu if required.
1327           compose_entries_set_from_item(): new.
1328         * src/folder.[ch]: added auto_to, use_auto_to_on_reply, auto_cc,
1329           auto_bcc, and auto_replyto to FolderItem, and renamed apply_sub to
1330           ac_apply_sub.
1331           folder_build_tree(), folder_read_folder_func(),
1332           folder_write_list_recursive(): added the above members.
1333         * src/prefs_folder_item.[ch]: added auto-set addresses.
1334         * src/pop.[ch]: removed Pop3State::prev_folder.
1335
1336 2002-10-11
1337
1338         * src/compose.c: allow dropping files by also "moving" files from a
1339           file manager (thanks to Alfons).
1340
1341 2002-10-10
1342
1343         * compose_reply_set_entry(): made Reply-To have priority over
1344           List-Post on ML reply.
1345
1346 2002-10-09
1347
1348         * src/gtksctree.[ch]: gtk_sctree_set_anchor_row(): new.
1349         * src/summaryview.c: summary_step(): fixed a bug that lost the
1350           correct selection anchor.
1351           summary_key_pressed(): use gtk_sctree_select() instead of
1352           gtk_ctree_select().
1353         * src/inc.[ch]
1354           src/pop.c
1355           src/recv.c: differentiate disk full and socket errors
1356           (thanks to Colin Leroy).
1357
1358 2002-10-08
1359
1360         * src/account.c: account_edit_prefs(): removed unused variables.
1361         * src/compose.[ch]: separated WITH_QUOTE/WITHOUT_QUOTE flags in
1362           ComposeMode.
1363           compose_reply()
1364           compose_reply_set_entry(): receive reply type with one argument.
1365         * src/summaryview.c: summary_reply(): reduced conditional branches.
1366
1367 2002-10-08
1368
1369         * src/compose.c: compose_redirect(), compose_reedit(): strip CR
1370           from line ends (thanks to Sergey Vlasov).
1371         * src/folderview.c: renamed 'Rescan folder tree' to 'Rebuild
1372           folder tree'.
1373
1374 2002-10-08
1375
1376         * src/folder.[ch]: added a virtual method Folder::remove_msgs().
1377         * src/imap.[ch]: implemented imap_remove_msgs() which expunges
1378           messages all at once.
1379
1380 2002-10-07
1381
1382         * src/account.[ch]: account_open(): new. It opens account prefs
1383           dialog and reflects to UI when finished.
1384         * src/folderview.c:
1385           folderview_button_pressed()
1386           folderview_property_cb(): open account prefs dialog when the
1387           property of the root folder of remote account is requested.
1388
1389 2002-10-07
1390
1391         * src/account.c: account_destroy(): unref account information in
1392           folders.
1393         * src/folder.[ch]: folder_unref_account_all(): new. It unref the
1394           specified account information in all folders.
1395         * src/folderview.c:
1396           folderview_rm_imap_server_cb()
1397           folderview_rm_news_server_cb(): destroy Folder first because
1398           folder_destroy() refers to account information.
1399
1400 2002-10-04
1401
1402         * src/account.c: account_find_from_item(): fixed a bug which didn't
1403           select the correct account.
1404         * inc_pop3_session_do():
1405           fixed the resource leak when SSL initialization failed.
1406           Immediately break from temporary event loop if cancelled.
1407
1408 2002-10-04
1409
1410         * src/account.[ch]: account_find_from_item(): new.
1411         * src/compose.c:
1412           compose_reply(), compose_forward(), compose_redirect()
1413           src/mainwindow.c: compose_cb(): select optimal account when
1414           composing.
1415         * src/folder.[ch]: added FolderItem::apply_sub.
1416         * src/menu.[ch]: menu_find_option_menu_index(): new. It finds the
1417           index of option menu which contains the specified data.
1418         * src/prefs_folder_item(): added Compose tab, and the setting of
1419           folder account.
1420
1421 2002-10-04
1422
1423         * configure.in: added $LDAP_LIBS for lber library detection.
1424
1425 2002-10-03
1426
1427         * version 0.8.5
1428
1429 2002-10-03
1430
1431         * src/procmsg.c: procmsg_msginfo_get_full_info(): fixed a memory
1432           leak, and added error checking.
1433
1434 2002-10-03
1435
1436         * src/compose.[ch]: added a flag Compose::use_newsgroups, and
1437           removed Compose::orig_account.
1438           compose_check_for_valid_recipient(): check only enabled entries.
1439           compose_write_headers()
1440           compose_redirect_write_headers(): add Newsgroups header only
1441           when the entry is enabled.
1442           compose_send(): modified the method of finding a mail account
1443           from a news account so that it tries to match the From address.
1444         * src/send.c: send_message_queue(): enabled the queueing of news
1445           messages.
1446         * src/news.[ch]: news_post_stream(): new.
1447
1448 2002-10-03
1449
1450         * configure.in: check lber first and use $LDAP_LIBS on the check
1451           for ldap.
1452
1453 2002-10-02
1454
1455         * po/*.po: fixed many typos of format strings which will lead to
1456           crash (thanks to Sergey Vlasov).
1457
1458 2002-10-02
1459
1460         * src/procheader.c: procheader_parse_stream(): added Cc header
1461           to the target for full parsing.
1462         * src/procmsg.[ch]: procmsg_msginfo_get_full_info(): new. It
1463           returns the full message information from the given information.
1464         * src/compose.c: compose_reply(), compose_forward(): get full
1465           message information for Cc header.
1466
1467 2002-10-02
1468
1469         * src/inc.c: inc_account_mail(), inc_all_account_mail(): update
1470           IMAP4 and NNTP folder summary after checking those accounts.
1471
1472 2002-10-01
1473
1474         * version 0.8.4
1475
1476 2002-10-01
1477
1478         * src/prefs_common.c: prefs_compose_create(): modified the label
1479           of the option for Reply button.
1480         * configure.in: add -lldap and -llber to the 5th argument of
1481           AC_CHECK_LIB() for LDAP library detection.
1482
1483 2002-09-30
1484
1485         * INSTALL
1486           INSTALL.jp: updated.
1487
1488 2002-09-30
1489
1490         * src/mainwindow.c: toggle the behavior of Reply button between
1491           normal reply and reply-to-list.
1492         * src/prefs_common.[ch]: added an option to switch the function
1493           of Reply button.
1494
1495 2002-09-27
1496
1497         * src/compose.c: compose_new(): removed the workaround for XIM
1498           because it doesn't have any effect and only seems to cause
1499           hangs.
1500
1501 2002-09-26
1502
1503         * src/compose.[ch]: compose_reply(): added a flag for reply-to-ML.
1504           compose_parse_header(): parse also List-Post header.
1505           compose_reply_set_entry(): support reply-to-ML (fall back to
1506           normal reply if ML address is not found).
1507         * src/mainwindow.c
1508           src/prefs_common.c
1509           src/summaryview.c: reorganized Reply menu and added 'Reply to
1510           mailing list'.
1511         * src/utils.[ch]: scan_mailto_url(): new. It scans mailto URL and
1512           returns newly allocated parameters.
1513
1514 2002-09-25
1515
1516         * src/account.c: account_read_config_all(): set account information
1517           to default before initializing with configuration file.
1518         * src/prefs_account.[ch]: prefs_account_new(): new. It returns a
1519           newly created account information structure initialized by
1520           the default settings.
1521
1522 2002-09-24
1523
1524         * src/addr_compl.c:
1525           replace_address_in_edit(): check if newtext is NULL.
1526           completion_window_button_press(): fixed a memory leak.
1527         * src/pop.c: LOOKUP_NEXT_MSG(): don't expire messages whose
1528           recv_time is RECV_TIME_KEEP.
1529           pop3_getrange_uidl_recv(): only set get_all flag if
1530           ac_prefs->getall is set.
1531           pop3_retr_recv(): don't delete messages which are not received
1532           by filter, and set recv_time to RECV_TIME_KEEP in the case.
1533         * src/pop.h: added an enum RecvTime.
1534         * src/inc.c: inc_drop_message(): unlink temporary message file if
1535           not received by filter.
1536
1537 2002-09-20
1538
1539         * src/mainwindow.c: added 'Edit/Select thread' menu.
1540         * src/summaryview.[ch]: added 'Select thread' to the context menu.
1541           summary_select_thread(): new. It selects all messages of current
1542           thread.
1543
1544 2002-09-19
1545
1546         * src/rfc2015.c: check_signature(): corrected error handling and
1547           fixed memory leak.
1548
1549 2002-09-19
1550
1551         * src/rfc2015.c: check_signature(): correctly remove the last empty
1552           line, and canonicalize the file part before verifying (this should
1553           fix incompatibility with Evolution or some other MUAs).
1554         * src/utils.[ch]: copy_file_part(): new. It copies the specified
1555           range of file stream to another file.
1556
1557 2002-09-19
1558
1559         * src/compose.c: compose_write_to_file(): force BASE64 encoding for
1560           8-bit text when signing (thanks to Colin Leroy).
1561
1562 2002-09-16
1563
1564         * src/prefs_common.c: prefs_send_create(): fixed the charset string
1565           for Cyrillic (Windows-1251).
1566
1567 2002-09-15
1568
1569         * version 0.8.3
1570
1571 2002-09-15
1572
1573         * src/codeconv.c: changed the charset for ru_RU.CP1251 to
1574           Windows-1251. Added bg_BG locale.
1575
1576 2002-09-11
1577
1578         * src/compose.c: account_activated(): change the state of menu items
1579           and entries according to the selected account.
1580           compose_select_account(): new. It changes the state of title bar,
1581           menu items and entries.
1582
1583 2002-09-11
1584
1585         * src/inc.c: inc_mail(): correct new_msgs when inc_spool() returned
1586           by error.
1587           Don't refresh summary view on fetching when open_inbox_on_inc is
1588           set.
1589
1590 2002-09-10
1591
1592         * src/summaryview.c: summary_show(): refresh even if open_inbox_on_inc
1593           is set (to avoid summary refresh problem).
1594         * src/imap.c: removed warnings by checking the existence of directory
1595           before calling remove*_numbered_files().
1596
1597 2002-09-06
1598
1599         * src/prefs_common.c: corrected English.
1600
1601 2002-09-06
1602
1603         * src/prefs_common.[ch]: added an option: "Mark messages as read
1604           only when opened in new window".
1605
1606 2002-09-04
1607
1608         * src/folder.c:
1609           folder_tree_destroy()
1610           folder_write_list_recursive(): added sanity check.
1611         * src/imap.c: imap_scan_tree(): if folder->node is NULL and
1612           can't get session, create empty folder node (based on the
1613           Alfons' suggestion).
1614
1615 2002-09-03
1616
1617         * src/textview.c: textview_key_pressed(): pass GDK_Delete event to
1618           SummaryView.
1619         * src/summaryview.c: summary_key_pressed(): scroll correct TextView
1620           on MIME mode.
1621
1622 2002-09-02
1623
1624         * src/news.c: news_scan_group(): fixed wrong message number
1625           calculation.
1626
1627 2002-08-30
1628
1629         * major refactoring for POP3.
1630         * src/inc.[ch]: moved Pop3State, inc_pop3_state_new(),
1631           inc_pop3_state_destroy(), inc_get_uidl_table(), and
1632           inc_write_uidl_list() into pop.c.
1633           Moved Pop3State::folder_table and Pop3State::inc_state into
1634           IncSession.
1635           inc_start()
1636           inc_put_error(): added lockbusy state.
1637           inc_pop3_session_do(): obtain inc_state from Pop3State::error_val.
1638           inc_cancel(): don't terminate the automaton here but just set
1639           the flags to prevent crash.
1640         * src/pop.[ch]
1641           pop3_getauth_pass_recv()
1642           pop3_getauth_apop_recv(): check lockbusy state.
1643           pop3_retr_recv(): check Pop3State::cancelled flag.
1644         * src/automaton.[ch]: added 'cancelled' flag to Automaton.
1645           automaton_input_cb(): terminate if cancelled flag is true.
1646         * sylpheed.desktop: changed Type=Internet to Type=Application.
1647           Added Categories=Application;Network;.
1648
1649 2002-08-29
1650
1651         * src/inc.[ch]
1652           src/pop.c
1653           src/progressdialog.c: show detailed information to the status
1654           column.
1655           Added cur_total_recv_bytes to Pop3State.
1656         * src/prefs_common.[ch]: added an option to specify whether to
1657           close receive dialog when finished.
1658
1659 2002-08-28
1660
1661         * src/folder.[ch]: folder_get_path(): new. It returns the root path
1662           of Folder.
1663         * src/imap.c
1664           src/news.c
1665           imap_folder_destroy()
1666           imap_remove_msg()
1667           imap_remove_all_msg()
1668           news_folder_destroy(): remove cache directories / files when
1669           deleting Folder / messages.
1670         * src/utils.c:
1671           file_exist()
1672           is_dir_exist()
1673           is_file_entry_exist(): check if the argument is NULL.
1674           remove_all_files()
1675           remove_numbered_files()
1676           remove_expired_files(): fixed memory leaks on error.
1677
1678 2002-08-28
1679
1680         * src/folder.[ch]
1681           src/imap.[ch]
1682           src/mh.[ch]
1683           src/news.[ch]
1684           src/session.[ch]
1685           src/smtp.[ch]: made Folder and Session destructor virtual method.
1686
1687 2002-08-27
1688
1689         * src/compose.c: do joining of normal lines only when auto-wrapping.
1690         * src/main.c: modified the warning message for GnuPG.
1691         * src/about.c: about_create(): modified the compiled-in features
1692           list.
1693         * configure.in: improved LDAP library checking (thanks to Alfons).
1694
1695 2002-08-26
1696
1697         * version 0.8.2
1698
1699 2002-08-26
1700
1701         * src/compose.c:
1702           join_next_line()
1703           compose_wrap_line_all(): backed out the change to join lines that
1704           are not indented.
1705         * NEWS
1706           TODO
1707           TODO.jp: updated.
1708         * configure.in: require at least gpgme-0.3.5.
1709
1710 2002-08-23
1711
1712         * src/alertpanel.c: alertpanel_create(): minor modification.
1713         * modified NEWS.
1714
1715 2002-08-23
1716
1717         * updated NEWS.
1718
1719 2002-08-23
1720
1721         * src/alertpanel.c: alertpanel_create(): modified the layout.
1722         * src/rfc2015.c: check_signature(): don't abort on error.
1723
1724 2002-08-22
1725
1726         * src/compose.c: compose_wrap_line_all(): freeze widget only if
1727           required to repress flickers.
1728
1729 2002-08-21
1730
1731         * src/compose.c: improved line wrapping.
1732           join_next_line()
1733           compose_wrap_line_all(): also join lines that are not indented.
1734           dump_text(): handle multi-byte strings correctly.
1735
1736 2002-08-21
1737
1738         * src/compose.c: compose_wrap_line_all(): fix for auto-wrapping
1739           (go to next line when space is entered at line limit).
1740
1741 2002-08-19
1742
1743         * src/inc.c: inc_get_uidl_table(): fixed a memory leak reported by
1744           Martin Kluge.
1745
1746 2002-08-16
1747
1748         * src/mh.c: mh_scan_tree_recursive(): disabled Maildir folder
1749           checking to prevent confusion.
1750
1751 2002-08-16
1752
1753         * src/folder.[ch]: folder_item_get_msg_list(): added a wrapper for
1754           method Folder::get_msg_list().
1755         * src/account.c: account_edit_prefs(), account_delete(): use
1756           folderview_set_all() instead of folderview_rescan_all().
1757         * src/folderview.[ch]:
1758           folderview_check_new_all(): new. Updates all folders.
1759           folderview_rescan_tree(): confirm before executing.
1760           folderview_rescan_all(): commented out since it's not used anymore.
1761           folderview_update_item_foreach(): added a flag for summary update.
1762         * src/inc.c: inc_finished(): update summary only when
1763           prefs_common.scan_all_after_inc is set.
1764           inc_drop_message(): set mtime of target folder to 0 to force
1765           the updating of summary.
1766           inc_start(), get_spool(): update also summary when updating
1767           folder view.
1768         * src/mainwindow.c: changed 'File - Rescan folder tree' to
1769           'File - Check for new messages in all folders'.
1770
1771 2002-08-09
1772
1773         * src/compose.c: compose_write_to_file(): clearsign message body
1774           if specified.
1775           compose_clearsign_text(): new. Replaces the string with clearsigned
1776           one.
1777         * src/prefs_account.c: added an option for clearsign.
1778         * src/rfc2015.c: rfc2015_clearsign(): new.
1779           pgp_sign(): added a flag for clearsign.
1780         * src/utils.[ch]: get_tmp_file(): return newly allocated unique file
1781           name (needs to be freed by caller).
1782           str_write_to_file(), file_read_to_str(): new.
1783
1784 2002-08-08
1785
1786         * src/procmsg.c: procmsg_read_mark_file(): check key duplication
1787           to avoid memory leak.
1788
1789 2002-08-08
1790
1791         * src/base64.c: include string.h for memcpy().
1792         * src/gtksctree.c: use macro ABS() instead of function abs().
1793         * src/prefs_account.c
1794           src/prefs_common.c: renamed 'send' to 'p_send' so as not to
1795           conflict with the function send() in sys/socket.h.
1796         * src/mainwindow.c: commented out the unnecessary functions.
1797         * src/utils.c: canonicalize_file_replace(): correct warning message.
1798
1799 2002-08-08
1800
1801         * src/utils.[ch]: get_tmp_file(): new. Returns the directory for
1802           temporary files in ~/.sylpheed/.
1803         * src/main.c: create temporary directory in ~/.sylpheed/.
1804         * src/compose.c
1805           src/inc.c: create temporary files in ~/.sylpheed/, and modified
1806           the file name.
1807           compose_exec_ext_editor(): fixed a bug that failed to create the
1808           temporary file if g_get_tmp_dir() returned directory other than
1809           '/tmp'.
1810
1811 2002-08-08
1812
1813         * src/utils.c: copy_file(): check if dest_bak != NULL when unlinking.
1814
1815 2002-08-08
1816
1817         * src/utils.[ch]: canonicalize_file_replace(): fixed a bug that fails
1818           to replace the file when the given file and temporary file are not
1819           on the same filesystem.
1820           copy_file(): added a flag whether to keep backup.
1821           move_file(): added a flag whether to overwrite the destination file.
1822
1823 2002-08-07
1824
1825         * src/socket.[ch]: fixed the linking failure when IPv6 is enabled.
1826         * src/select-keys.c: modified key selection dialog.
1827
1828 2002-08-07
1829
1830         * src/socket.[ch]: my_gethostbyname(): new.
1831         * src/utils.c: get_domain_name(): return FQDN instead of short
1832           hostname (thanks to Bob Woodside).
1833         * src/template.c: made the debug messages less verbose.
1834
1835 2002-08-06
1836
1837         * src/prefs_common.[ch]: removed obsolete default sign key setting.
1838         * src/utils.c: canonicalize_file(): correct the error check of
1839           fwrite().
1840
1841 2002-08-06
1842
1843         * src/compose.c: compose_write_to_file():
1844           canonicalize line endings before encrypting/signing (this will fix
1845           interoperability with other MUAs).
1846           Removed unnecessary strdup.
1847           Don't encrypt/sign draft message.
1848         * src/utils.[ch]:
1849           canonicalize_file(), canonicalize_file_replace(): new.
1850         * src/passphrase.c
1851           src/select-keys.c: changed g_message() to debug_print() and
1852           g_warning().
1853         * src/mimeview.c: mimeview_check_signature(): removed unnecessary
1854           MIME structure scanning.
1855         * src/textview.c: textview_add_part(): show signature status in
1856           TextView.
1857         * src/rfc2015.c
1858           src/sigstatus.c: modified translatable strings and some MIME
1859           headers.
1860
1861 2002-08-06
1862
1863         * src/procmsg.c: procmsg_save_to_outbox(): don't forget to remove
1864           the temporary file when saving from queue.
1865 2002-08-05
1866
1867         * src/compose.c
1868           src/passphrase.[ch]
1869           src/rfc2015.[ch]
1870           src/prefs_account.[ch]
1871           src/prefs_common.[ch]: merged GnuPG stuff from the claws branch.
1872           Modified some messages.
1873
1874 2002-08-05
1875
1876         * src/textview.c: textview_scan_header(): fixed a memory leak
1877           (thanks to Alfons).
1878
1879 2002-08-04
1880
1881         * src/prefs_actions.c: execute_actions(): put create_io_dialog()
1882           in right conditional block.
1883
1884 2002-08-01
1885
1886         * src/compose.c: compose_wrap_line_all(): fixed character buffer
1887           initialization.
1888         * src/utils.c:
1889           log_print()
1890           log_message()
1891           log_warning()
1892           log_error(): add time stamp to log messages.
1893
1894 2002-07-31
1895
1896         * src/socket.c:
1897           corrected a typo (HAVE_SYS_SELECT -> HAVE_SYS_SELECT_H)
1898
1899 2002-07-31
1900
1901         * src/socket.c: implemented socket I/O timeout.
1902           fd_recv(): new.
1903         * src/pop.c: check errors and return error value correctly.
1904
1905 2002-07-31
1906
1907         * src/prefs_actions.c: made the action's input/output dialog display
1908           without delay. Made the dialog modal instead of making window
1909           insensitive. Also cleaned up its UI.
1910
1911 2002-07-29
1912
1913         * implemented --attach command line option.
1914         * src/main.c:
1915           Cmd::attach_files: new member to store file paths.
1916           parse_cmd_opt(): added --attach option. --compose option is implied.
1917           prohibit_duplicate_launch()
1918           lock_socket_input_cb(): added "compose_attach" message.
1919         * src/compose.c
1920           src/mainwindow.c
1921           src/textview.c: renamed compose_new_with_recipient() to
1922           compose_new(), and added an argument for attachment files.
1923
1924 2002-07-29
1925
1926         * src/logwindow.c: freeze GtkText widget while hidden.
1927           log_window_append(): changed the header for message and warning.
1928
1929 2002-07-26
1930
1931         * src/news.c: implement automatic cache expiration.
1932           news_delete_expired_caches(): new.
1933           news_get_article_list(): fixed a bug that nonexistent messages
1934           were not removed from list.
1935         * src/procmsg.[ch]: procmsg_get_last_num_in_msg_list(): renamed
1936           procmsg_get_last_num_in_cache().
1937         * src/utils.[ch]: remove_expired_files(): new.
1938
1939 2002-07-26
1940
1941         * src/inc.c:
1942           inc_mail(): force summary refresh when using external command for
1943           incorporation.
1944           inc_all_account_mail(): fixed a bug on spool checking failure.
1945
1946 2002-07-25
1947
1948         * version 0.8.1
1949
1950 2002-07-24
1951
1952         * src/addressbook.c
1953           src/editaddress.c
1954           src/editgroup.c
1955           src/editldap_basedn.c
1956           src/importldif.c
1957           src/prefs_common.c: fixed memory leaks which didn't free strings
1958           gtk_editable_get_chars() returned. And minor code cleanups.
1959         * src/importldif.h
1960           src/vcard.h: removed C++-style comments.
1961
1962 2002-07-23
1963
1964         * src/codeconv.c: conv_encode_header(): fixed a problem in encoding
1965           strings which include both multi-byte and us-ascii characters.
1966
1967 2002-07-23
1968
1969         * src/utils.c: remove_numbered_files(): don't try to unlink()
1970           directories.
1971         * src/codeconv.c:
1972           conv_get_code_conv_func(): return conv_anytodisp() if charset is
1973           not specified.
1974           conv_unmime_header_overwrite()
1975           conv_unmime_header(): do conv_anytodisp() before decoding header.
1976
1977 2002-07-14
1978
1979         * version 0.8.0
1980
1981 2002-07-14
1982
1983         * src/compose.c: added 'Tools/Actions' menu.
1984
1985 2002-07-12
1986
1987         * src/base64.c: a minor fix for BASE64VAL() macro.
1988
1989 2002-07-11
1990
1991         * src/base64.c: base64_decode(): fixed a buffer overrun bug.
1992
1993 2002-07-11
1994
1995         * src/codeconv.c
1996           src/compose.c
1997           src/smtp.c
1998           src/unmime.c
1999           src/base64.[ch]: rewrote the BASE64 encode / decode routines.
2000           base64_encode(), base64_decode(): new.
2001         * src/rfc822.[ch]: removed.
2002         * COPYING
2003           src/about.c: removed the copyright notice for fetchmail.
2004
2005 2002-07-10
2006
2007         * src/codeconv.c
2008           src/procmime.c
2009           src/unmime.[ch]: rewrote the MIME decode routines.
2010           unmime_header()
2011           unmime_quoted_printable_line(): new.
2012         * src/procheader.c:
2013           procheader_get_one_field()
2014           procheader_get_unfolded_line(): remove also CR.
2015
2016 2002-07-08
2017
2018         * libkcc: removed from the source tree.
2019         * COPYING
2020           src/about.c: removed the copyright notice for libkcc.
2021         * src/codeconv.c: conv_guess_encoding(): check for ASCII code first
2022           for speedup.
2023         * src/prefs_actions.c: removed unnecessary spaces/tabs.
2024
2025 2002-07-05
2026
2027         * src/prefs_actions.c: comply with the coding style.
2028           Modified the UI design.
2029         * src/mainwindow.c: main_window_set_menu_sensitive(): enable Actions
2030           menu when multiple messages are selected.
2031
2032 2002-07-05
2033
2034         * src/prefs_actions.[ch]: merged the 'Actions' feature from claws.
2035           update_actions_menu(): simplified the menu deletion.
2036         * src/mainwindow.c: added 'Actions' menu to Tools and Configuration.
2037
2038 2002-07-04
2039
2040         * src/codeconv.[ch]: implemented conv_jistoeuc(), conv_euctojis(),
2041           conv_sjistoeuc(), and conv_guess_encoding(). Removed the dependency
2042           to libkcc.
2043
2044 2002-07-04
2045
2046         * configure.in: added check for strchr.
2047
2048 2002-07-02
2049
2050         * src/prefs_common.[ch]
2051           src/inc.c: added an option to inhibit receive error dialog.
2052
2053 2002-07-01
2054
2055         * src/account.c: account_find_from_address(): support multiple
2056           addresses in header.
2057
2058 2002-06-28
2059
2060         * src/gtksctree.[ch]: changed GtkSCTree::anchor_row from gint to
2061           GtkCTreeNode* so that it won't become invalid after the row move.
2062           Removed dependency to gtkutils.c.
2063         * src/prefs_common.[ch]
2064           src/summaryview.c: summary_selected(): added an option to show
2065           message when cursor keys are pressed on summary view.
2066
2067 2002-06-28
2068
2069         * configure.in
2070           src/Makefile.am
2071           src/compose.c: changed "host_alias" to "target_alias" so that it
2072           shows the correct system name on cross-compiling (thanks to
2073           Patrice Mandin).
2074
2075 2002-06-27
2076
2077         * src/prefs_account.[ch]: added the option menu to force an
2078           authentication method for SMTP AUTH.
2079         * src/send.c
2080           src/smtp.[ch]: smtp_from(), smtp_auth(): added an argument to
2081           specify the authentication method for SMTP AUTH.
2082           smtp_ehlo(): allow AUTH responses that don't comply with the RFC.
2083
2084 2002-06-25
2085
2086         * src/prefs_common.[ch]
2087           src/compose.c: enabled "Wrap on input".
2088
2089 2002-06-25
2090
2091         * src/summaryview.[ch]
2092           src/mainwindow.c: added "Go to/{Prev,Next} new message" menu.
2093           Made some code cleanups.
2094
2095 2002-06-20
2096
2097         * src/folderview.c
2098           src/prefs_common.[ch]: added the hidden option to specify the
2099           policy of the vertical scrollbar on folder view.
2100
2101 2002-06-19
2102
2103         * src/messageview.[ch]:
2104           messageview_copy_clipboard(): fixed a bug that couldn't copy text
2105           on MIME mode.
2106           messageview_get_current_textview(): new.
2107           messageview_get_text_widget(): removed.
2108         * src/quote_fmt_parse.y: quote message even if msginfo is empty.
2109         * src/compose.[ch]: implemented the "Paste as quotation" feature.
2110           text_inserted(): new callback for "insert_text" signal.
2111           Add quote mark to the pasted text if Compose::paste_as_quotation
2112           is TRUE.
2113
2114 2002-06-19
2115
2116         * src/compose.c: if the Content-Type of a file is text/*, check
2117           its content and set the optimal Content-Transfer-Encoding (thanks
2118           to Yoichi Yuasa).
2119
2120 2002-06-18
2121
2122         * src/textview.c: textview_key_pressed(): pass key press event to
2123           main window to activate menu shortcuts (thanks to Alfons).
2124
2125 2002-06-18
2126
2127         * src/folder.c: folder_build_tree(): use strtoul() instead of atoi()
2128           for mtime to prevent flooring.
2129         * src/imap.c:
2130           imap_move_msg()
2131           imap_move_msgs_with_dest()
2132           imap_copy_msgs_with_dest(): fixed a bug that prevented multiple
2133           message copy/move.
2134           imap_parse_envelope()
2135           imap_cmd_envelope(): use RFC822.HEADER instead of ENVELOPE to get
2136           full information of messages and simplify the parser. Also fixed
2137           the bug that References header was ignored on threading.
2138           imap_parse_one_address()
2139           imap_parse_address(): removed.
2140           imap_get_header(): new. It reads the RFC822 header and returns
2141           a newly allocated string.
2142         * src/procheader.[ch]: changed procheader_parse() to
2143           procheader_parse_stream() and added different interfaces for it.
2144
2145 2002-06-17
2146
2147         * po/zh_TW.Big5.po: fixed a mistake that caused a crash.
2148
2149 2002-06-15
2150
2151         * version 0.7.8
2152
2153 2002-06-13
2154
2155         * src/inc.c: inc_get_uidl_table(): fixed a bug that garbage time
2156           could be inserted into the hash table.
2157           inc_write_uidl_list(): a minor code cleanup.
2158         * src/mainwindow.c: main_window_get_current_state():
2159           make the state unexecutable on an empty folder.
2160         * src/summaryview.c: summary_sort(): don't sort on an empty folder.
2161         * src/pop.c: minor code cleanups.
2162
2163 2002-06-12
2164
2165         * src/prefs_account.c: CREATE_RADIO_BUTTONS(): fixed a typo and
2166           corrected the behavior of the radio buttons.
2167
2168 2002-06-11
2169
2170         * implemented 'Delete messages after N days' feature for POP3.
2171         * src/inc.[ch]:
2172           inc_get_uidl_table()
2173           inc_write_uidl_list(): moved the location of UIDL list file from
2174           RC_DIR/uidl-* to RC_DIR/uidl/*.
2175           Added received time for each UIDLs.
2176           src/main.c: main(): create RC_DIR/uidl/ directory.
2177           src/pop.[ch]: LOOKUP_NEXT_MSG(): delete expired messages here.
2178           Added recv_time to Pop3MsgInfo.
2179           src/prefs_account.[ch]: added an option for the number of days for
2180           leaving messages.
2181
2182 2002-06-09
2183
2184         * version 0.7.7
2185
2186 2002-06-07
2187
2188         * src/folder.c: folder_set_missing_folders(): fixed a bug that
2189           caused multiplication of special folders on startup if their
2190           types were changed.
2191         * src/folderview.c: folderview_remove_mailbox_cb(): modified the
2192           label.
2193
2194 2002-06-04
2195
2196         * src/compose.c: compose_reply(), compose_forward(): reverted the
2197           last change since it causes lockup problem.
2198
2199 2002-06-04
2200
2201         * src/compose.c: compose_reply(), compose_forward(): don't autowrap
2202           the signature part.
2203           compose_new_with_recipient(): workaround for initial XIM problem.
2204
2205 2002-06-04
2206
2207         * src/mainwindow.c: sort ascending / descending order can be
2208           specified with separated menu items.
2209           Added "View/Sort/Don't sort" menu item.
2210         * src/summaryview.[ch]: summary_sort(): added an argument for
2211           sort type.
2212
2213 2002-05-31
2214
2215         * implemented persistent sort order.
2216         * src/folder.[ch]:
2217           folder_build_tree(): read 'sort_key' and 'sort_type' attributes.
2218           folder_write_list_recursive(): write sorting state.
2219           src/mainwindow.c
2220           src/summaryview.[ch]: summary_show(): sort if required.
2221           select the top node on descending sort.
2222           Removed SummarySortType and sorting state variables from
2223           SummaryView.
2224
2225 2002-05-30
2226
2227         * src/account.c
2228           src/news.[ch]
2229           src/nntp.[ch]
2230           src/prefs_account.[ch]: enabled NNTP over SSL.
2231         * src/nntp.c: nntp_group(): issue MODE READER command and retry
2232           when GROUP command once failed (this seems to avoid problems on
2233           some broken news servers).
2234
2235 2002-05-30
2236
2237         * faq/it/*.html: corrected DOS linebreaks.
2238         * faq/*/*.html: changed ">" to &quot;.
2239
2240 2002-05-29
2241
2242         * src/prefs_account.c: prefs_account_protocol_activated(): hide
2243           unnecessary frames in SSL tab.
2244
2245 2002-05-29
2246
2247         * src/pop.[ch]
2248           src/inc.c
2249           src/prefs_account.[ch]: enabled STLS command in POP3.
2250         * src/account.c: account_clist_set_row(): display TLS setting.
2251
2252 2002-05-28
2253
2254         * src/compose.c: compose_send_later_cb(): support redirect function.
2255         * src/imap.[ch]
2256           src/ssl.h
2257           src/prefs_account.[ch]: enabled STARTTLS command in IMAP4.
2258         * src/send.c
2259           src/smtp.[ch]: use SSLType instead of SSLSMTPType.
2260
2261 2002-05-28
2262
2263         * src/utils.[ch]: make_dir(): wrapper for mkdir() and chmod().
2264         * src/compose.c: compose_create(): removed unrequired lines.
2265
2266 2002-05-27
2267
2268         * src/news.c: news_scan_group(): fixed a bug that set the wrong
2269           values in some cases.
2270         * src/prefs_account.c: corrected English in Advanced - Folder
2271           settings.
2272
2273 2002-05-23
2274
2275         * src/textview.c: textview_show_message(), textview_show_part():
2276           fixed a bug that GtkSText *text pointed the incorrect object.
2277           textview_add_part(): freeze GtkSText while adding RFC822 headers.
2278           textview_show_part(): fixed a bug that couldn't display single
2279           part MIME message as text.
2280
2281 2002-05-22
2282
2283         * src/compose.c: compose_redirect_write_to_file(): correct the target
2284           for change_file_mode_rw(). Check if fclose() succeeded. Unlink
2285           incomplete file when an error occured.
2286
2287 2002-05-22
2288
2289         * src/compose.c:
2290           compose_create(): disable menus for draft on redirection mode.
2291           compose_redirect_write_to_file(): correct the error handling of
2292           fwrite().
2293         * src/prefs_common.c: turned off the "Display recipient on `From'
2294           column if sender is yourself" option by default.
2295
2296 2002-05-21
2297
2298         * src/compose.[ch]: implemented 'Redirect' (aka Bounce) feature.
2299           Based on the implementation of the claws branch.
2300           compose_redirect(): create a new window and make it uneditable.
2301           compose_redirect_write_to_file(): copy headers and body of
2302           original message except for some.
2303           compose_redirect_write_headers(): add extra "Resent-*" headers.
2304           compose_create(): set menu sensitivity for redirection mode.
2305
2306 2002-05-20
2307
2308         * src/codeconv.c: conv_encode_header(): fixed a bug that unnecessary
2309           space is inserted between encoded string and the following folded
2310           one (thanks to Masahiro Tomita).
2311
2312 2002-05-19
2313
2314         * src/mainwindow.[ch]: some refactoring has been made.
2315           main_window_toggle_message_view(): moved summary_toggle_view_real()
2316           here.
2317         * src/messageview.[ch]: messageview_is_visible(): new.
2318         * src/summary_search.c
2319           src/summaryview.[ch]: SummaryView::msg_is_toggled_on: removed.
2320           Instead use messageview_is_visible().
2321
2322 2002-05-17
2323
2324         * src/mainwindow.c: added 'Expand/Collapse all threads' menu.
2325         * src/summaryview.[ch]:
2326           summary_expand_threads(), summary_collapse_threads(): new.
2327
2328 2002-05-17
2329
2330         * src/mainwindow.c: Fixed the behavior of
2331           '/View/Show or hide/Folder tree' and
2332           '/View/Show or hide/Message view' toggle menu.
2333           Removed '/View/Toggle summary view' menu and integrated the
2334           function into '/View/Show or hide/Message view'.
2335           main_window_set_widgets(): change the state of toggle menu items.
2336         * src/prefs_common.c: prefs_keybind_apply_clicked(): updated menurc
2337           strings.
2338
2339 2002-05-16
2340
2341         * src/mimeview.c: mimeview_set_multipart_tree(): show single part
2342           MIME contents other than text as children of message/rfc822 part.
2343         * src/procmime.c:
2344           procmime_mimeinfo_next(): modified for message/rfc822 part which
2345           content-type is single part MIME.
2346           procmime_scan_multipart_message(): fix for nested message/rfc822
2347           part. Corrected the size of the contents of message/rfc822.
2348         * src/textview.c: textview_show_part(): extract the contents of
2349           multipart/* and message/rfc822. Some code cleanups.
2350           textview_add_parts(): new. It adds the all parts under a part to
2351           textview.
2352           textview_clear(): reset body_pos and cur_pos.
2353
2354 2002-05-16
2355
2356         * src/addr_compl.c: modified so that it behaves better.
2357           get_address_from_edit(): ignore comma inside of brackets.
2358           completion_window_apply_selection(): new. Only apply the current
2359           clist selection.
2360           completion_window_accept_selection(): removed.
2361           address_completion_complete_address_in_entry(): minor code cleanup.
2362           don't replace address in entry here.
2363           completion_window_select_row(): always apply clist selection to
2364           entry.
2365           completion_window_key_press(): don't apply selection here.
2366
2367 2002-05-15
2368
2369         * src/imap.c: imap_create_folder(): keep trailing directory separator
2370           to create a folder that contains sub folder.
2371
2372 2002-05-14
2373
2374         * src/foldersel.c: sort tree with case insensitive.
2375         * src/mainwindow.c: allsel_cb()
2376           src/messageview.c: messageview_select_all(): fixed 'Select all'
2377           on MIME view.
2378         * src/mainwindow.c: removed common and account prefs button from
2379           the toolbar.
2380
2381 2002-05-13
2382
2383         * src/compose.c: compose_account_option_menu_create(): check if
2384           ac->name is NULL.
2385
2386 2002-05-12
2387
2388         * version 0.7.6
2389
2390 2002-05-12
2391
2392         * manual/ja/*: updated the Japanese manual (thanks to Yoichi Imai).
2393           manual/en/*: updated the English manual.
2394         * faq/de/*
2395           faq/it/*: added German and Italian FAQ.
2396         * faq/en/*
2397           faq/es/*
2398           faq/fr/*: updated FAQs.
2399         * src/manual.[ch]
2400           src/mainwindow.c: added German and Italian language.
2401
2402 2002-05-11
2403
2404         * src/prefs_account.c: turn off "receive at get all" option by default
2405           when creating an IMAP or News account.
2406
2407 2002-05-11
2408
2409         * src/imap.c: imap_scan_tree(): don't use namespace for prefix.
2410         * src/prefs_folder_item.c: show also identifier path.
2411           Made layout using table. Show uneditable entry using background
2412           color of window.
2413         * src/procmime.c: procmime_get_tmp_file_name(): generate safe
2414           file name.
2415
2416 2002-05-11
2417
2418         * src/automaton.[ch]: added UI callback to Automaton.
2419         * src/inc.c
2420           src/pop.c: use callback instead of calling inc_progress_update()
2421           directly.
2422           pop3_getrange_uidl_recv(): don't fall back to LAST when 'get all'
2423           option is set.
2424
2425 2002-05-10
2426
2427         * src/folderview.c: properly sort abbreviated newsgroups.
2428
2429 2002-05-10
2430
2431         * src/folderview.c
2432           src/prefs_common.[ch]
2433           src/summaryview.c: added an option to specify the minimum length
2434           for abbreviated newsgroups name.
2435
2436 2002-05-09
2437
2438         * src/folderview.c: folderview_check_new(): skip unselectable folders.
2439         * src/summaryview.c: added 'Create filter rule' to the context menu.
2440         * src/imap.c: some code cleanups.
2441           imap_scan_tree_recursive(): get path separator for each calls.
2442           imap_get_path_separator(): new.
2443
2444 2002-05-08
2445
2446         * src/imap.[ch]: supported namespace for others/shared folders
2447           (in progress).
2448           imap_parse_namespace(): parse also others/shared namespace.
2449           imap_find_namespace(): search also others/shared namespace.
2450         * src/utils.[ch]:
2451           strchr_parenthesis_close(): return pointer to closing parenthesis.
2452           strsplit_parenthesis(): split parenthetic list into array of
2453           strings.
2454
2455 2002-05-08
2456
2457         * src/procheader.c: procheader_date_parse(): fixed a bug that didn't
2458           parse date string like "Mon,6 May 2002 20:31:12 +0800".
2459           procheader_scan_date_string(): new. Separated string scanning
2460           part from procheader_date_parse().
2461
2462 2002-05-07
2463
2464         * src/summary_search.c: summary_search_execute(): unlock while
2465           selecting summary row (thanks to Martin Schaaf).
2466         * src/summaryview.c: summary_set_column_titles(): reversed the
2467           direction of the arrow so that it matches with Win/Mac style.
2468
2469 2002-05-02
2470
2471         * src/compose.c: compose_write_headers(): quote self address name
2472           if required. Some code cleanups. Don't override Newsgroups and
2473           Cc with custom headers.
2474         * src/imap.c: imap_add_msg(): return UID for appended message.
2475         * src/compose.c: compose_queue(): check if queue folder exists.
2476         * src/imap.c: QUOTE_IF_REQUIRED(): quote also other IMAP special
2477           characters.
2478           imap_open(): removed an unrequired argument.
2479
2480 2002-04-25
2481
2482         * src/utils.[ch]: trim_string(): new. It trim characters longer than
2483           the specified length and adds "...".
2484         * src/folderview.c: trim folder name when displaying dialog.
2485
2486 2002-04-23
2487
2488         * src/imap.c: imap_create_folder(): don't add prefix for root INBOX
2489           folder.
2490         * src/folderview.c: folderview_select()
2491           src/summary_search.c: summary_search_execute(): lock summary view
2492           while searching (thanks to Martin Schaaf).
2493
2494 2002-04-21
2495
2496         * version 0.7.5
2497
2498 2002-04-21
2499
2500         * sylpheed*.png: added new app icons by WAKAI Kazunao (thanks!).
2501
2502 2002-04-21
2503
2504         * src/summaryview.c: summary_show(): fixed a bug that didn't process
2505           the left marks.
2506         * src/account.c: account_edit_prefs(): fixed a crash bug when account
2507           name was empty.
2508         * src/prefs_account.c: prefs_account_apply(): display error dialog
2509           if account name is empty.
2510         * src/imap.c: changed some log_print() to debug_print() to reduce
2511           the amount of log.
2512
2513 2002-04-21
2514
2515         * src/mh.c: mh_get_new_msg_filename(): new. It returns the filename
2516           for new message.
2517           mh_add_msg()
2518           mh_do_move()
2519           mh_do_move_msgs_with_dest()
2520           mh_copy_msg()
2521           mh_copy_msgs_with_dest(): use mh_get_new_msg_filename().
2522         * src/utils.[ch]: added is_file_entry_exist() which returns TRUE
2523           if stat() succeeded.
2524         * src/imap.c:
2525           imap_fetch_msg(): SELECT mailbox before FETCH if required.
2526           imap_scan_folder(): set last_num using the value of UIDNEXT.
2527           imap_select(): return immediately if there is no need for SELECT.
2528           preserve the path of currently selected mailbox.
2529           imap_status(): added UIDNEXT.
2530
2531 2002-04-20
2532
2533         * src/folder.c: folder_item_scan(): removed the warning.
2534         * src/inputdialog.[ch]: input_dialog_combo(): added an argument for
2535           setting case sensitivity.
2536
2537 2002-04-17
2538
2539         * src/mainwindow.c: main_window_create(): restrict the minimum size.
2540
2541 2002-04-17
2542
2543         * src/compose.c: merged the new line-wrapping routine.
2544           join_next_line(): fixed a bug that didn't join multibyte
2545           characters.
2546           get_indent_length(): modified enums and variable names.
2547           INDENT_CHARS: don't indent ':'.
2548         * src/folderview.c:
2549           folderview_rename_folder_cb()
2550           folderview_delete_folder_cb(): support folder identifier.
2551           folderview_rm_imap_folder_cb(): integrated with
2552           folderview_delete_folder_cb().
2553
2554 2002-04-15
2555
2556         * src/folder.[ch]: folder_item_scan(): return -1 if scanning failed.
2557         * src/folderview.c: folderview_check_new(): abort checking if
2558           folder_item_scan() failed.
2559
2560 2002-04-15
2561
2562         * src/imap.c: imap_create_missing_folders(): create only INBOX and
2563           Trash.
2564         * src/prefs_folder_item.c: prefs_folder_item_set_dialog(): made the
2565           type of news folders unchangeable.
2566           prefs_folder_item_destroy(): use prefs_dialog_destroy().
2567         * src/prefs.[ch]: prefs_dialog_destroy(): new.
2568
2569 2002-04-15
2570
2571         * src/prefs_account.[ch]: added special folder setting to Advanced
2572           tab. Also moved "IMAP server directory" setting to there.
2573         * src/account.[ch]: account_get_special_folder(): new. It returns
2574           the optimal special folder for accounts.
2575         * src/compose.c: use account_get_special_folder().
2576         * src/prefs_folder_item.[ch]: new. Implemented folder property
2577           dialog, and the special folder settings (most of the functions in
2578           claws are not integrated yet, and the structure is slightly
2579           modified).
2580         * src/folderview.c: enabled Property menu.
2581
2582 2002-04-14
2583
2584         * src/textview.c: IS_RFC822_CHAR(): make email parser also stop
2585           scanning when encountering separators ',' and ';'.
2586
2587 2002-04-12
2588
2589         * src/mainwindow.c: reorderd the menu a bit.
2590         * src/compose.c: made 'Ctrl-Enter' ignore some modifiers.
2591           compose_reply_set_entry(): made 'Reply to sender' work for
2592           newsgroups.
2593
2594 2002-04-11
2595
2596         * src/compose.c: compose_create(): set geometry hints to restrict
2597           the maximum size of window.
2598         * src/imap.c: imap_parse_list(): don't mark INBOX as \Noselect.
2599           imap_get_uncached_messages()
2600           imap_cmd_fetch(): ignore responses which don't include FETCH.
2601
2602 2002-04-11
2603
2604         * COPYING: re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
2605           the clause for OpenSSL).
2606
2607 2002-04-09
2608
2609         * src/prefs_account.c
2610           src/smtp.[ch]: fixed a bug that didn't complie with OpenSSL enabled.
2611
2612 2002-04-09
2613
2614         * src/smtp.[ch]
2615           src/send.c
2616           src/session.[ch]: first reorganization of SMTP protocol handling.
2617           SMTPSession: new class which is a sub class of Session.
2618           smtp_session_new(): moved send_smtp_open() into this function.
2619           smtp_from(): moved SMTP AUTH calls into smtp_auth().
2620           smtp_auth(): use server response for SMTP AUTH method.
2621           smtp_ehlo(): read server response and set auth type flags.
2622           smtp_helo(): separated EHLO command.
2623           smtp_ok(): return the last server response if the buffer is
2624           specified.
2625         * src/esmtp.[ch]: merged into smtp.[ch].
2626         * src/imap.c: imap_session_destroy_all(): use session_destroy().
2627
2628 2002-04-08
2629
2630         * src/imap.c: imap_open(): show warning message if IMAP4 session
2631           can't be established.
2632
2633 2002-04-06
2634
2635         * src/compose.c: made template able to be inserted into the current
2636           cursor position.
2637         * src/mainwindow.c: moved some menu items under the submenu
2638           '/View/Show or hide'.
2639
2640 2002-04-05
2641
2642         * src/filter.c
2643           src/inc.c: changed folder_find_item_from_path() to
2644           folder_find_item_from_identifier().
2645           src/prefs_account.c
2646           src/prefs_filter.c: use folder_item_get_identifier() to specify
2647           folder path.
2648
2649 2002-04-05
2650
2651         * src/folder.[ch]: implemented "folder identifier" (and fixed a bug
2652           existed in claws' implementation).
2653           folder_find_from_name(): find Folder from name and type.
2654           folder_get_identifier(): return Folder id.
2655           folder_item_get_identifier(): return FolderItem id.
2656           folder_find_item_from_identifier(): find FolderItem from id.
2657           folder_get_type_string(): return folder type string.
2658           folder_get_type_from_string(): return FolderType from string
2659           (and fixed the wrong g_strcasecmp() usage).
2660         * src/export.c
2661           src/import.c: use folder_item_get_identifier() and
2662           folder_find_item_from_identifier().
2663
2664 2002-04-03
2665
2666         * src/imap.c: imap_parse_atom(): fixed a bug that cur_pos didn't
2667           point the correct address after reading the continuous line.
2668           imap_scan_folder(): set new number to 0 if unseen number is 0.
2669           imap_parse_flags(): don't add new and unread flag if \Seen flag
2670           exists.
2671         * ac/Makefile.am: removed gpgme.m4 from MACROS.
2672
2673 2002-04-02
2674
2675         * fixed the old problem that couldn't add flags to currently opened
2676           folders.
2677         * src/compose.c:
2678           compose_send(): update outbox after saving.
2679           compose_queue()
2680           compose_draft_cb(): use procmsg_add_flags().
2681         * src/folder.[ch]: added "opened" flag and "mark_queue" list to
2682           FolderItem.
2683         * src/main.c: send_queue(): send from all queue folders.
2684         * src/mainwindow.c: send_queue_cb(): send from all queue folders.
2685         * src/procmsg.[ch]:
2686           procmsg_flush_mark_queue(): new. Write all queued flags into file.
2687           procmsg_add_flags(): new. Add specified flags to the folder.
2688           procmsg_send_queue(): added an argument to specify queue folder.
2689           procmsg_save_to_outbox(): use procmsg_add_flags().
2690         * src/summaryview.c:
2691           summary_show(): up the opened flag of FolderItem.
2692           summary_clear_list(): down the opened flag of FolderItem.
2693           summary_write_cache(): call procmsg_flush_mark_queue().
2694
2695 2002-04-01
2696
2697         * src/summaryview.[ch]: trim the tail of folder name and selected
2698           number on the status label if the space is not enough.
2699
2700 2002-04-01
2701
2702         * src/imap.c: imap_create_special_folder(): fixed a bug that didn't
2703           set SpecialFolderItemType when creating special folders under
2704           INBOX.
2705         * ac/gpgme.m4: removed.
2706         * ac/README: added.
2707         * ac/missing/gdk-pixbuf.m4
2708           ac/missing/gettext.m4
2709           ac/missing/gpgme.m4
2710           ac/missing/imlib.m4: added for convenience.
2711
2712 2002-03-29
2713
2714         * src/esmtp.c: esmtp_auth(): fixed a bug that some garbages are
2715           shown after the decoded challenge string. Fixed a memory leak.
2716           Removed strtok().
2717         * src/compose.c: compose_draft_cb(): mark draft messages as read.
2718         * src/folderview.c: folderview_update_node(): disable emphasis
2719           for Outbox and Draft folders.
2720
2721 2002-03-28
2722
2723         * src/messageview.c: messageview_show(): fixed a memory leak.
2724         * src/summaryview.c: summary_save_as(): show error dialog if copy
2725           failed.
2726         * src/about.c: about_show(): make the window active if it is already
2727           open.
2728
2729 2002-03-27
2730
2731         * src/compose.c: show confirmation dialog before sending if Subject
2732           is empty.
2733           compose_check_entries(): new.
2734           compose_send()
2735           compose_send_later_cb(): use compose_check_entries().
2736         * src/imap.c: imap_parse_atom(): more fix for parsing responses.
2737
2738 2002-03-26
2739
2740         * src/imap.c: imap_parse_atom(): fixed a bug that didn't parse the
2741           responses with continuous line correctly, and fixed a memory leak.
2742
2743 2002-03-26
2744
2745         * src/undo.c: undo_insert_text_cb(): fixed a crash bug if the text
2746           length is large.
2747         * src/gtkstext.c: gtk_stext_button_press(): cancel current selection
2748           after pasting with middle button to prevent the selection growth.
2749
2750 2002-03-25
2751
2752         * src/folderview.c:
2753           folderview_rename_folder_cb()
2754           folderview_delete_folder_cb(): modify filter rules only if the
2755           target folder is in the default mailbox.
2756         * src/utils.c: get_abbrev_newsgroup_name(): removed a redundant
2757           line.
2758
2759 2002-03-23
2760
2761         * src/compose.c
2762           src/mainwindow.c
2763           src/prefs_common.c: changed 'Tool' menu to 'Tools'.
2764           Moved 'Delete duplicated messages' under 'Tools'.
2765
2766 2002-03-23
2767
2768         * src/folderview.c: SET_SPECIAL_FOLDER(): keep the same parent
2769           when moving.
2770         * src/imap.c: imap_create_special_folder(): fixed a crash bug
2771           when folder creation failed, and re-try to create folders under
2772           INBOX.
2773           imap_scan_tree_recursive(): don't automatically add namespace
2774           prefix if it's INBOX. Search also under the INBOX for special
2775           folders.
2776         * src/foldersel.c: SET_SPECIAL_FOLDER(): keep the same parent
2777           when moving.
2778
2779 2002-03-23
2780
2781         * src/utils.[ch]: get_abbrev_newsgroup_name(): new. It returns the
2782           abbreviated newsgroup name.
2783         * src/folderview.c: folderview_update_node(): display newsgroups
2784           with abbreviated name if name and path is the same.
2785         * src/summaryview.c: summary_status_show(): show the newsgroup with
2786           abbreviated name.
2787
2788 2002-03-23
2789
2790         * src/foldersel.c
2791           src/folderview.c: changed the label 'Draft' to 'Drafts'.
2792         * src/imap.c: changed the directory name 'Draft' to 'Drafts'.
2793           imap_create_missing_folders(): fixed the wrong assignment of
2794           Queue folder to draft.
2795
2796 2002-03-22
2797
2798         * enabled Sent / Draft / Queue folders on IMAP server.
2799         * src/compose.c: compose_queue(), compose_draft_cb(): use account's
2800           queue and draft folder if they exist.
2801           src/imap.[ch]:
2802           imap_create_trash(): removed.
2803           imap_create_special_folder(): new. Generalized imap_create_trash().
2804           imap_create_missing_folders(): automatically create missing folders.
2805           imap_is_msg_changed(): added the dummy method.
2806           imap_scan_tree_recursive(): search also Sent, Draft and Queue
2807           folders. Minor code cleanups.
2808           imap_parse_envelope(): check for null strings.
2809           src/procmsg.c: procmsg_read_cache(): add F_QUEUE or F_DRAFT flag
2810           for messages on IMAP folder.
2811
2812 2002-03-20
2813
2814         * src/compose.c: compose_send(): use account's outbox folder
2815           if it exists.
2816         * src/procmsg.[ch]: procmsg_save_to_outbox(): changed the API so
2817           that the outbox can be specified.
2818
2819 2002-03-20
2820
2821         * src/compose.c: don't save to outbox when messages are queued.
2822           compose_save_to_outbox(): moved to procmsg.c.
2823         * src/procmsg.[ch]: procmsg_send_queue(): save to outbox when
2824           sending succeeded.
2825           procmsg_save_to_outbox(): new. Removes the queueing headers if
2826           needed, and adds the given file to the outbox.
2827
2828 2002-03-20
2829
2830         * src/compose.c: compose_wrap_line(): treat '|' also as quote char.
2831           get_indent_length(): treat ':' and '#' also as quote char, and
2832           cleaned up using strchr().
2833
2834 2002-03-19
2835
2836         * src/mainwindow.c: modified some menu items.
2837
2838 2002-03-19
2839
2840         * src/defs.h: changed OUTBOX_DIR from "outbox" to "sent"
2841           (current "outbox" will be kept until rescan).
2842         * src/folder.c: folder_set_missing_folders(): create the missing
2843           folders.
2844         * src/foldersel.c
2845           src/folderview.c: changed 'Outbox' to 'Sent'.
2846         * src/main.c: call folder_set_missing_folders().
2847         * src/mh.c: mh_scan_tree(): create missing folders.
2848         * src/summaryview.c: summary_set_menu_sensitive(): fixed a bug that
2849           didn't set the menu sensitivity correctly.
2850
2851 2002-03-18
2852
2853         * src/folderview.c
2854           src/imap.[ch]: implemented folder renaming on IMAP (thanks to Mio).
2855           folderview_rename_folder_cb(): reopen the current folder when
2856           the ancestor is renamed.
2857           imap_rename_folder(): new method implementation.
2858           imap_cmd_rename()
2859           imap_rename_folder_func(): new.
2860           imap_remove_folder(): remove also the cache directory.
2861
2862 2002-03-17
2863
2864         * src/imap.c: implemented locale encoding <-> modified utf-7
2865           conversion, and supported i18n of folder name (thanks to Suzuki
2866           Mio).
2867           imap_path_separator_subst(): handle the escape characters of
2868           modified utf-7.
2869           imap_modified_utf7_to_locale()
2870           imap_locale_to_modified_utf7(): new.
2871           imap_create_trash(): modified so that it create the Trash folder
2872           to the correct location when imap directory is specified.
2873           imap_get_real_path(): removed debug print.
2874
2875 2002-03-14
2876
2877         * src/socket.c: implemented timeout for DNS lookup and connect().
2878           sock_connect_by_hostname(): timeout support and code cleanup.
2879           sock_connect_with_timeout(): new.
2880           sock_peek(): implemented SSL peek.
2881
2882 2002-03-13
2883
2884         * src/messageview.c: messageview_show(): display single-part
2885           text/html messages with the normal text view.
2886         * src/account.c
2887           src/addrbook.c
2888           src/addrindex.c
2889           src/compose.c
2890           src/imap.c
2891           src/inc.c
2892           src/jpilot.c
2893           src/ldif.c
2894           src/mbox.c
2895           src/mimeview.c
2896           src/news.c
2897           src/prefs.c
2898           src/prefs_common.c
2899           src/prefs_customheader.c
2900           src/prefs_display_header.c
2901           src/prefs_filter.c
2902           src/procheader.c
2903           src/procmime.c
2904           src/procmsg.c
2905           src/recv.c
2906           src/rfc2015.c
2907           src/send.c
2908           src/sourcewindow.c
2909           src/summaryview.c
2910           src/template.c
2911           src/textview.c
2912           src/unmime.c
2913           src/utils.c
2914           src/vcard.c
2915           src/xml.c: added 'b' to the option of all fopen().
2916
2917 2002-03-09
2918
2919         * version 0.7.4
2920
2921 2002-03-09
2922
2923         * src/ssl.[ch]: match its coding style.
2924         * src/compose.c: compose_send_later_cb(): fixed a bug that failed
2925           to save file.
2926         * faq/Makefile.am
2927           faq/en/Makefile.am
2928           faq/en/sylpheed-faq*.html
2929           faq/es/Makefile.am
2930           faq/es/sylpheed-faq*.html
2931           faq/fr/Makefile.am
2932           faq/fr/sylpheed-faq*.html
2933           configure.in
2934           Makefile.am
2935           src/Makefile.am
2936           src/defs.h
2937           src/mainwindow.c
2938           src/manual.[ch]: added FAQs in English, Spanish and French.
2939
2940 2002-03-07
2941
2942         * manual/en/sylpheed*.html: updated to the latest version.
2943         * libkcc/jis.c
2944           src/addrcache.c
2945           src/addritem.c
2946           src/ldif.c
2947           src/mgutils.c: include string.h to remove warning about strlen()
2948           etc.
2949         * src/folder.c
2950           src/folderview.c
2951           src/inc.c
2952           src/logwindow.c
2953           src/mainwindow.c
2954           src/mimeview.c
2955           src/prefs.c
2956           src/prefs_common.c
2957           src/procheader.c
2958           src/send.c
2959           src/session.c
2960           src/sigstatus.c
2961           src/summaryview.c: added break to the last label of switch to
2962           prevent the 'deprecated use of label at end of compound statement'
2963           warning at gcc-3.0.
2964         * src/rfc2015.c: passphrase_cb(): fixed the type of r_hd.
2965
2966 2002-03-06
2967
2968         * src/inc.[ch]: preserve the pointer to IncProgressDialog to the
2969           static list.
2970           inc_cancel_all(): new. It cancels the all current incorporation.
2971         * src/mainwindow.c: added 'Cancel receiving' menu.
2972         * src/textview.c: a minor fix for single-part MIME messages, and
2973           a bit of cleanup for textview_write_body().
2974
2975 2002-03-05
2976
2977         * src/inc.c: inc_write_uidl_list(): fixed a bug that lost UIDL
2978           information if any errors occured before issuing UIDL command.
2979           src/inc.h: added uidl_is_valid to Pop3State.
2980           src/pop.c: set uidl_is_valid to TRUE if UIDL becomes valid.
2981
2982 2002-03-03
2983
2984         * version 0.7.3
2985
2986 2002-03-03
2987
2988         * src/mimeview.c: mimeview_create(): set the initial notebook page
2989           to 0.
2990         * src/folderview.c: folderview_selected(): scroll the view if the
2991           selected row is hidden.
2992         * src/prefs_filter.c: prefs_filter_register_cb(): scroll the view
2993           and select the added row.
2994         * src/summaryview.c: fix threading for null message ids.
2995
2996 2002-03-02
2997
2998         * src/textview.c: textview_show_message(): follow message/rfc822
2999           parts.
3000           textview_add_part(): add a caption before the attached text files.
3001           textview_show_header(): don't add the newline.
3002         * src/messageview.c: enabled message search also in MIME mode.
3003
3004 2002-03-01
3005
3006         * src/messageview.c: messageview_show(): set header state of
3007           MimeView's TextView, too.
3008         * src/mimeview.c: mimeview_show_message(): call
3009           textview_show_message() to display message.
3010         * src/textview.c: textview_add_part(): new. It adds the content
3011           of message part without clearing the view.
3012           textview_show_message(): display all parts with appropriate
3013           style.
3014           textview_write_body(): separated from textview_show_part().
3015
3016 2002-02-28
3017
3018         * src/mainwindow.c
3019           src/prefs_common.c: added ISO-8859-15 to the codesets for
3020           displaying and sending.
3021         * src/codeconv.c: conv_codeset_strdup(): return NULL if code
3022           conversion failed, and made caller deal with it.
3023         * src/compose.c: compose_write_to_file(): show error dialog when
3024           code conversion failed, and let user select whether to send it
3025           as is or not.
3026         * src/textview.c: textview_write_line(): show the original string
3027           if code conversion failed.
3028
3029 2002-02-27
3030
3031         * src/inc.c: get_spool(): fixed a bug that failed to unlock mbox
3032           if copy_mbox() failed (thanks to Alexander Kabaev).
3033         * src/prefs_account.[ch]: added separate user ID / password setting
3034           for SMTP AUTH.
3035         * src/send.c: send_message_smtp(): use separate user ID / password
3036           for SMTP AUTH if it is specified.
3037
3038 2002-02-26
3039
3040         * src/inc.[ch]
3041           src/pop.[ch]: refactored the UIDL management.
3042           store the information of messages into the array of Pop3MsgInfo
3043           structure, and do full scanning of not retrieved messages.
3044
3045 2002-02-26
3046
3047         * src/filesel.c
3048           src/foldersel.c
3049           src/mainwindow.c: set WMCLASS for window/dialog.
3050         * src/codeconv.c: conv_codeset_strdup(): return source string
3051           when jconv_alloc_conv() failed.
3052
3053 2002-02-25
3054
3055         * src/mh.c: mh_scan_tree_recursive(): changed the hardcoded directory
3056           name to the macros.
3057
3058 2002-02-24
3059
3060         * src/messageview.c
3061           src/mimeview.[ch]
3062           src/summaryview.c: implemented the new notebook tab interface for
3063           MIME message.
3064         * src/textview.[ch]: fixed line space related glitches.
3065
3066 2002-02-23
3067
3068         * src/prefs_filter.c:
3069           prefs_filter_rename_path()
3070           prefs_filter_delete_path(): fixed a crash when flt->dest was NULL.
3071
3072 2002-02-23
3073
3074         * src/recv.[ch]: cancel data receiving if RecvUIFunc returns FALSE.
3075         * src/pop.c: pop3_retr_recv(): fixed false 'No space' when cancelled
3076           while getting data.
3077         * src/inc.c: inc_pop3_recv_func(): abort data receiving when
3078           cancelled, and fixed potential crash bug.
3079         * src/grouplistdialog.c: enabled cancelling of data receiving.
3080         * src/news.c: news_get_group_list(): destroy current session if
3081           retrieving failed.
3082
3083 2002-02-22
3084
3085         * src/manage_window.[ch]: fixed a bug that caused crash when
3086           the main window was hidden.
3087           MANAGE_WINDOW_SIGNALS_CONNECT(): new macro.
3088           Monitor "unmap_event", "destroy" events.
3089         * src/account.c;
3090           src/addressbook.c
3091           src/compose.c
3092           src/export.c
3093           src/filesel.c
3094           src/foldersel.c
3095           src/grouplistdialog.c
3096           src/import.c
3097           src/inputdialog.c
3098           src/mainwindow.c
3099           src/message_search.c
3100           src/passphrase.c
3101           src/prefs_account.c
3102           src/prefs_common.c
3103           src/prefs_customheader.c
3104           src/prefs_display_header.c
3105           src/prefs_filter.c
3106           src/prefs_template.c
3107           src/summary_search.c
3108           src/summaryview.c: use MANAGE_WINDOW_SIGNALS_CONNECT() macro to
3109           connect signals for window management.
3110
3111 2002-02-21
3112
3113         * src/prefs_account.[ch]: added receive size limit option.
3114         * src/pop.c: skip messages larger than the limit size.
3115           LOOKUP_NEXT_MSG(): new macro.
3116         * src/compose.c: compose_attach_append(): check whether the file
3117           is readable.
3118
3119 2002-02-21
3120
3121         * src/rfc2015.c: commented out dump_mimeinfo() and dump_part().
3122           changed g_message()'s to debug_print() and g_warning().
3123           rfc2015_decrypt_message(): fixed a bug that duplicated message
3124           parts when decryption was failed/cancelled. And made some code
3125           cleanup.
3126         * src/passphrase.c: made the dialog transient.
3127         * src/prefs.c: prefs_config_parse_one_line(): removed debug_print().
3128
3129 2002-02-20
3130
3131         * src/messageview.c
3132           src/procmsg.[ch]: fixed a bug that failed to parse multipart
3133           messages if GPGME was enabled.
3134         * src/rfc2015.c: commented out copy_gpgmedata_to_temp() which
3135           is not used.
3136         * src/prefs_account.c: prefs_account_privacy_create(): modified
3137           the vertical spacing.
3138
3139 2002-02-19
3140
3141         * src/menu.[ch]: menu_set_sensitive_all(): new.
3142           menu_set_insensitive_all(): made it a wrapper for
3143           menu_set_sensitive_all().
3144         * src/prefs_account.c:
3145           prefs_account_open()
3146           prefs_account_protocol_set_optmenu(): made the protocol type
3147           unchangeable after creating an account.
3148         * src/compose.c: compose_attach_parts(): traverse MIME tree to
3149           extract all attathed files from nested multipart MIME message.
3150
3151 2002-02-19
3152
3153         * src/procmsg.[ch]: procmsg_get_mark_sum(): added arguments to
3154           obtain minimum/maximum number, and to specify first number
3155           limit.
3156         * src/folderview.c
3157           src/inc.c: enabled new message checking on news folder.
3158         * src/news.c: news_scan_group(): implemented. Guess new/unread
3159           message number from the response of GROUP command and the mark
3160           data.
3161           news_select_group(): return the total/first/last number.
3162         * src/prefs_account.c: prefs_account_receive_create(): modified
3163           the text of the 'Get all' check button.
3164
3165 2002-02-18
3166
3167         * src/account.c: made 'Get all' checkbox available for IMAP4 and
3168           NNTP accounts.
3169         * src/inc.c: corrected the argument of folderview_check_new().
3170         * src/prefs_account.c: modification for the "`Get all' checks for
3171           new mail on this account" checkbox.
3172
3173 2002-02-18
3174
3175         * src/folderview.[ch]:
3176           folderview_rescan_tree(), folderview_rescan_all(): renamed from
3177           folderview_update_tree() and folderview_update_all().
3178           folderview_update_all_node(): removed.
3179           folderview_check_new(): new. If the argument is NULL, it checks
3180           all local folders. If the arguments is specified, it checks
3181           the (local and remote) folder.
3182         * src/inc.c:
3183           inc_account_mail()
3184           inc_all_account_mail(): check also IMAP4 account.
3185
3186 2002-02-18
3187
3188         * src/folderview.c:
3189           folderview_rename_folder_cb()
3190           folderview_delete_folder_cb(): modify the filter rules when folder
3191           is renamed/deleted.
3192         * src/prefs_filter.[ch]:
3193           prefs_filter_rename_path(): new. It renames the destination paths
3194           in the filter list.
3195           prefs_filter_delete_path(): new. It deletes the filter rules if
3196           the destination paths matched.
3197         * thanks to Neill Miller for above.
3198
3199 2002-02-17
3200
3201         * src/compose.c: inherit attached files when forwarding or reediting
3202           (rewrote the code in claws branch).
3203           compose_attach_parts(): new. It extracts and attaches the files
3204           in the given message.
3205           compose_attach_append(): chnaged the types of arguments.
3206         * src/messageview.c: messageview_show(): moved the GPG decryption
3207           code to procmsg.c.
3208         * src/procmsg.[ch]: procmsg_open_message_decrypted(): new.
3209
3210 2002-02-16
3211
3212         * version 0.7.2
3213
3214 2002-02-16
3215
3216         * src/summary_search(): summary_search_execute(): scroll the view
3217           when message view is hidden.
3218
3219 2002-02-15
3220
3221         * src/foldersel.c: foldersel_set_tree(): made different type of
3222           folders selectable in moving mode.
3223         * src/folderview.[ch]: folderview_update_msg_num(): compare the
3224           numbers with the CTree's labels, and don't update folder_item here.
3225         * src/imap.c: imap_move_msg(), imap_move_msgs_with_dest():
3226           implemented moving between different type of folders.
3227         * src/mh.c: SET_DEST_MSG_FLAGS(): new macro.
3228           mh_do_move(), mh_do_move_msgs_with_dest(): new (renamed previous
3229           mh_move_msg() and mh_move_msgs_with_dest()).
3230           mh_move_msg(), mh_move_msgs_with_dest(): implemented message
3231           moving between different type of folders.
3232           mh_copy_msg(), mh_copy_msgs_with_dest(): some code cleanups.
3233         * src/summaryview.c: summary_status_show(): update folder_item
3234           here.
3235         * po/POTFILES.in: removed reference to headerwindow.c.
3236         * src/summaryview.c: summary_step(): fixed the behavior on the
3237           head and tail of the list.
3238
3239 2002-02-15
3240
3241         * src/mainwindow.c: main_window_set_menu_sensitive(): set 'Show
3242           all header' toggle state from the property of the TextView.
3243         * src/summaryview.[ch]: made 'All header' toggle switch.
3244           Prohibited unnecessary menu update.
3245           summary_select_node(): added the argument 'do_refresh'.
3246           Some code cleanups.
3247
3248 2002-02-14
3249
3250         * src/utils.c: strsplit_with_quote(): remove quotation characters
3251           in the function (fix composer's external editor problem) (thanks
3252           to Stefaan A Eeckels).
3253         * src/mainwindow.[ch]: made 'Show all header' toggle switch.
3254           main_window_menu_callback_block()
3255           main_window_menu_callback_unblock(): new.
3256           main_window_set_menu_sensitive(): set the toggle status of
3257           menu items.
3258           show_all_header_cb(): read the status of toggle menu item.
3259         * src/mainwindow.[ch]: made 'Thread view' toggle switch.
3260         * src/prefs_common.c: prefs_keybind_apply_clicked(): removed
3261           'Unthread view'.
3262
3263 2002-02-13
3264
3265         * src/imap.c: imap_add_msg(): fixed a bug that didn't replace
3266           the path separator (thanks to Sergey Vlasov).
3267         * src/gtkutils.c: gtkut_editable_get_selection(): return NULL
3268           if the length of selection is zero.
3269           Fixed the assertion.
3270         * src/utils.c: str_open_as_stream(): return immediately if
3271           the length of str is zero.
3272         * src/headerwindow.[ch]: removed.
3273         * src/socket.[ch]
3274           src/inc.c: removed stale thread support codes.
3275
3276 2002-02-12
3277
3278         * src/procmsg.c: procmsg_open_message(): modified so that it
3279           returns the stream of decrypted message file if it exists
3280           (this fixes the failure of gpg decryption in messageview.c).
3281
3282 2002-02-11
3283
3284         * version 0.7.1
3285
3286 2002-02-11
3287
3288         * src/compose.[ch]
3289           src/gtkutils.[ch]
3290           src/prefs_template.c
3291           src/quote_fmt.h
3292           src/quote_fmt_parse.y
3293           src/summaryview.c
3294           src/utils.[ch]: if the part of the message text is selected, use
3295           it for quoted text instead of the entire message body (thanks to
3296           Darko Koruga).
3297           src/utils.[ch]: str_open_as_stream(): new. It returns an
3298           temporary stream for the given string.
3299         * src/main.c: added "--send" command line option.
3300         * src/compose.c: compose_reply_set_entry(): add From address to
3301           Cc if Reply-To and to_all are both specified.
3302         * Makefile.am: correct the Source: line in the RPM spec file in
3303           .tar.bz2 package.
3304
3305 2002-02-07
3306
3307         * src/procmsg.c: procmsg_open_message(): fetch message if the cache
3308           doesn't exist.
3309         * src/foldersel.[ch]: foldersel_folder_sel(): added an argument
3310           that specifies the folder selection type.
3311         * src/addressbook.c
3312           src/compose.c
3313           src/editaddress.c
3314           src/editgroup.c
3315           src/folderview.c
3316           src/importldif.c
3317           src/mainwindow.c
3318           src/md5.c
3319           src/mimeview.c
3320           src/prefs_common.c
3321           src/prefs_customheader.c
3322           src/prefs_filter.c
3323           src/summaryview.c: made it compile with C compilers other than gcc
3324           (thanks to Shawn Houston).
3325
3326 2002-02-06
3327
3328         * src/imap.c: imap_copy_msgs_with_dest(): fixed a bug on traversing
3329           list.
3330         * src/prefs_common.c: made the key binding setting separate dialog.
3331         * src/addressbook.c: addressbook_format_address(): add "" around
3332           the display name if it contains comma (thanks to Satoshi Watanabe).
3333         * src/addr_compl.c: get_complete_address(): add "" around the
3334           display name if it contains comma.
3335           get_address_from_edit(): handle the quotation character correctly.
3336         * src/addr_compl.c: get_complete_address()
3337           src/addressbook.c: addressbook_format_address(): fixed a bug that
3338           caused wrong text processing if the display name is empty.
3339         * updated NEWS.
3340
3341 2002-02-05
3342
3343         * src/compose.c: compose_exec_ext_editor_real(): replaced
3344           g_strsplit() with strsplit_with_quote().
3345         * src/foldersel.c
3346           src/folderview.c: folderview_drag_motion_cb(): minor code cleanups.
3347         * src/folderview.c:
3348           folderview_drag_motion_cb()
3349           folderview_drag_received_cb(): allow dropping into IMAP4 folder.
3350         * src/utils.c: get_file_size_as_crlf(): use fgets() instead of
3351           fread().
3352         * src/imap.c
3353           imap_copy_msg()
3354           imap_copy_msgs_with_dest(): use imap_add_msg() if the source
3355           of the message is different from the current mailbox.
3356           Return the correct value.
3357           imap_cmd_append(): properly implemented the APPEND command.
3358
3359 2002-02-04
3360
3361         * src/mainwindow.c
3362           src/messageview.[ch]
3363           src/summaryview.[ch]
3364           src/textview.[ch]: show all headers in the message view, and don't
3365           use the header window anymore.
3366         * src/mainwindow.c
3367           src/prefs_common.c: changed the default shortcut of 'compose new
3368           message'.
3369         * src/mainwindow.c
3370           src/summaryview.[ch]: summary_display_msg_selected(): new.
3371           Show the selected message if 'Show all header' is selected.
3372         * src/mh.c
3373           src/sourcewindow.c: changed some procmsg_get_message_file_path()
3374           to procmsg_get_message_file() to be sure the message is
3375           retrieved.
3376         * src/folderview.c: folderview_drag_motion_cb(): allow DnD from
3377           any folder to MH folder.
3378           folderview_drag_received_cb(): copy messages instead of moving
3379           if the source folder is news or IMAP.
3380         * src/mainwindow.c
3381           src/summaryview.c: allow copy from news folder.
3382
3383 2002-02-03
3384
3385         * src/prefs_common.c: prefs_other_create(): modified the design
3386           of the external command settings.
3387           prefs_keybind_apply_clicked(): made the Mew / Wanderlust keybind
3388           preset closer to the original.
3389           Added Mutt keybind preset.
3390           Also change the compose keybinds.
3391         * src/compose.c: modified some menu shortcuts.
3392         * src/codeconv.c: modified the locale_table for Thai encoding.
3393
3394 2002-02-01
3395
3396         * src/Makefile.am: added $(GPGME_CFLAGS) to INCLUDES.
3397         * src/prefs_common.c: prefs_interface_create(): modified the
3398           description for menu shortcut.
3399
3400 2002-01-31
3401
3402         * src/gtkutils.[ch]: added gtk_stext_clear().
3403         * src/compose.[ch]
3404           src/mainwindow.c
3405           src/summaryview.[ch]: enabled multiple forwarding.
3406         * src/summaryview.c:
3407           summary_set_marks_selected(): set marks for all selected row.
3408           summary_reply(): moved from summary_reply_cb().
3409         * compose.[ch]: compose_forward(): modified so that it receives
3410           the message list.
3411         * src/mainwindow.c: cleanup for reply processing.
3412         * src/summaryview.c: summary_reply(): fixed a memory leak.
3413           summary_key_pressed(): removed hardcoded mark / mark as unread
3414           shortcuts.
3415         * src/mainwindow.c
3416           src/prefs_common.c: added mark / mark as unread shortcuts to
3417           the menu.
3418
3419 2002-01-30
3420
3421         * src/compose.c: compose_wrap_line_all(): wrap quoted part even
3422           if prefs_common.linewrap_quote is not set (it is only for
3423           auto-wrapping on reply).
3424         * src/prefs_account.c: prefs_account_open(): initialize tmp_ac_prefs
3425           when creating a new account.
3426         * src/mh.c: mh_get_msg_list(): use also st_ctime to detect
3427           directory change.
3428         * src/prefs_common.c: prefs_interface_create(): modified the
3429           description of key binds selector.
3430
3431 2002-01-29
3432
3433         * src/mimeview.c: fixed multiple dialog / moving by correcting
3434           button / key event processing.
3435         * src/mimeview.[ch]
3436           src/textview.c: pass some key press events to MimeView in MIME
3437           mode.
3438         * src/prefs_filter.c: fixed a bug that didn't set the order of
3439           rules correctly.
3440         * src/prefs_common.c: prefs_keybind_apply_clicked(): fixed
3441           empty_menurc string.
3442
3443 2002-01-28
3444
3445         * src/mainwindow.c
3446           src/prefs_common.c: reorganized the menu shortcuts.
3447           Added 'View - Toggle summary view'.
3448         * src/summaryview.[ch]: summary_toggle_view(): made it public
3449           function.
3450         * src/prefs_common.[ch]: swapped the position of 'Shortcut key'
3451           and 'On exit'.
3452         * src/importldif.c: imp_ldif_delete_event(): fixed segfault when
3453           closing the dialog with window manager (in more appropriate way).
3454         * src/imageview.[ch]
3455           src/messageview.c
3456           src/mimeview.c: fixed wrong scrolling position when switching
3457           between text and image parts. Also free the unrequired image
3458           (thanks to Sergey Vlasov).
3459         * src/prefs_common.c: disabled 'Go to inbox after receiving new mail'
3460           by default.
3461
3462 2002-01-28
3463
3464         * src/prefs_common.c: implemented shortcut quick changer.
3465         * src/folderview.c: folderview_key_pressed()
3466           src/summaryview.c: summary_key_pressed(): removed some hardcoded
3467           key binds.
3468
3469 2002-01-25
3470
3471         * src/procmime.c:
3472           procmime_get_mime_type()
3473           procmime_get_mime_type_table(): made the MIME type search case
3474           insensitive.
3475         * src/gtkstext.c:
3476           gtk_stext_delete_line(): delete newline on empty line.
3477           gtk_stext_delete_to_line_end(): delete newline if cursor is on
3478           the last of line.
3479           (thanks to Yasuzaki Masayoshi.)
3480
3481 2002-01-23
3482
3483         * src/compose.c
3484           src/gtkstext.[ch]: removed the hardcoded shortcuts in GtkSText,
3485           and made them customizable.
3486         * src/utils.[ch]: added get_file_size_as_crlf() which returns
3487           the file size when converting LF to CR+LF.
3488
3489 2002-01-22
3490
3491         * src/compose.c: enabled 'Ctrl-Enter' or
3492           'Ctrl-(other modifier keys)-Enter' shortcut that didn't work
3493           before.
3494         * src/gtkstext.c: disabled some Emacs key bindings.
3495           gtk_stext_key_press(): don't extend selection when Shift-Enter
3496           is pressed to prevent the disapperance of cursor.
3497         * src/summaryview.c: summary_select_next_unread(): added the button
3498           to search unread message again from the beginning to the dialog.
3499         * src/folderview.c: folderview_key_pressed(): go to next unread
3500           folder if space key is pressed on the empty folder.
3501           Move CTree focus before selecting row.
3502
3503 2002-01-21
3504
3505         * src/defs.h: modified the XLFD of default fonts.
3506         * src/textview.c: textview_create(): fixed a bug that caused
3507           segfault if font couldn't be loaded.
3508         * src/folderview.c
3509           src/grouplistdialog.c: compare subscribed groups with path.
3510         * src/prefs_filter.c: changed 'Operator' to 'Condition'.
3511
3512 2002-01-20
3513
3514         * src/compose.c: compose_wrap_line_all(): fixed wrapping crash
3515           when URL is wider than wrapping margin.
3516         * src/mainwindow.c
3517           src/prefs_filter.[ch]
3518           src/summaryview.[ch]: added "Create filter rule" function based
3519           on the patch from Luca Rosellini.
3520         * src/summaryview.c: summary_filter_open(): added X-List and
3521           X-Mailing-list to the automatically detected headers.
3522
3523 2002-01-18
3524
3525         * configure.in: support Mac OS X (Darwin).
3526
3527 2002-01-16
3528
3529         * src/prefs_filter.c: use inc_(un)lock() instead of
3530           inc_autocheck_timer_{remove|set}().
3531         * src/summaryview.c: summary_sort(): use gtk_ctree_sort_recursive()
3532           instead of gtk_ctree_sort_node() so that messages within threads
3533           are also sorted.
3534         * src/procmsg.c: procmsg_read_mark_file(): fixed a bug that the
3535           target of sizeof was wrong and caused crash on Alpha architecture
3536           (thanks to Motonobu Ichimura).
3537
3538 2002-01-15
3539
3540         * src/foldersel.c:
3541           foldersel_gnode_func(): made the names of special folders
3542           translated strings.
3543           foldersel_set_tree(): move the special folder to the top.
3544         * src/inputdialog.[ch]: input_dialog_query_password(): new.
3545         * src/imap.c
3546           src/inc.c
3547           src/news.c
3548           src/send.c: use input_dialog_query_password() instead of their
3549           own query functions.
3550
3551 2002-01-14
3552
3553         * src/defs.h: modified the default font.
3554         * src/folder.[ch]
3555           src/mh.[ch]
3556           src/imap.[ch]
3557           src/news.[ch]: moved the class definition and some methods to
3558           the proper location.
3559
3560 2002-01-11
3561
3562         * src/mimeview.c: mimeview_save_as()
3563           src/summaryview.c: summary_save_as(): put the default filename
3564           based on the subject.
3565         * src/utils.[ch]: added subst_chars() and subst_for_filename()
3566           which substitute some special characters with underscore.
3567         * src/filesel.c: filesel_select_file(): select the default filename.
3568
3569 2002-01-10
3570
3571         * INSTALL
3572           INSTALL.jp: added the description and the URL for libjconv.
3573         * src/mainwindow.c: menu entries cleanup.
3574
3575 2002-01-09
3576
3577         * README
3578           README.jp
3579           src/about.c: modified the copyright year.
3580         * src/gtkstext.h: added the notice for modification by the Sylpheed
3581           Team.
3582
3583 2002-01-08
3584
3585         * INSTALL
3586           INSTALL.jp: added the URL for compface.
3587
3588 2002-01-07
3589
3590         * version 0.7.0
3591
3592 2002-01-07
3593
3594         * src/headerwindow.c
3595           src/logwindow.c
3596           src/messageview.c
3597           src/sourcewindow.c: set wmclass when creating windows.
3598
3599 2002-01-04
3600
3601         * src/compose.c: compose_wrap_line_all(): fixed the bug that
3602           caused infinite loop when wrapping certain patterns of quoted text.
3603
3604 2002-01-02
3605
3606         * src/imap.c: imap_parse_envelope(): put the assertion after
3607           imap_parse_address() to prevent segmentation fault.
3608
3609 2001-12-31
3610
3611         * src/folderview.c
3612           src/mainwindow.c: modified some labels of menu items.
3613         * src/ldif.c: put the return value of fgetc() in a gint.
3614         * src/importldif.c: don't brace null strings with _().
3615         * src/compose.c: moved the position of Subject entry to the last.
3616           Reorganized the menu.
3617           compose_draft_cb(): added 'keep editing after saving to draft'
3618           feature.
3619
3620 2001-12-30
3621
3622         * src/mainwindow.c: reorganization of main menu. Removed 'Summary'
3623           menu. Moved 'Help' menu to just the right of 'Configuration'.
3624           Removed 'File - Close' menu item.
3625
3626 2001-12-25
3627
3628         * src/mainwindow.c: some menu reorganization.
3629         * AUTHORS: updated. Added more contributors.
3630         * src/account.c: account_row_moved(): new. Moves displayed row to
3631           the appropriate position when up / down button are pressed.
3632           account_clist_set(): move displayed row to the appropriate position.
3633         * src/compose.c
3634           src/mainwindow.c: set title and wmclass when creating windows.
3635
3636 2001-12-24
3637
3638         * src/gtkstext.c: fixed a bug that didn't show block cursor
3639           correctly. Removed unnecessary GdkGC copy. Fixed cursor
3640           coordinate.
3641         * src/compose.c
3642           src/gtkutils.[ch]
3643           src/textview.[ch]
3644           src/undo.c: modified to use GtkSText.
3645         * src/menu.h: added #include <gtk/gtkmenu.h>.
3646
3647 2001-12-23
3648
3649         * acconfig.h
3650           configure.in: added XIM checking for GTK+.
3651         * src/gtkstext.[ch]: new. Copied GtkText in GTK+ and renamed.
3652
3653 2001-12-22
3654
3655         * src/filter.c: added #include <sys/types.h>.
3656
3657 2001-12-21
3658
3659         * src/template.c: template_write_config(): fixed a typo.
3660         * src/compose.c: toolbar_linewrap_cb(): call compose_wrap_line_all().
3661         * src/filter.[ch]
3662           src/prefs_filter.c: supported regular expression (thanks to
3663           Yukihiro Nakai).
3664         * src/undo.c: undo_paste_clipboard_cb(): fixed a bug that broke
3665           undo state when pasted clipboard was empty.
3666           undo_check_size(): use g_list_last().
3667           undo_undo()
3668           undo_redo(): fixed NULL checking and made a bit of optimization.
3669           Some code cleanups.
3670         * src/prefs_common.c: changed the default value of linewrap length
3671           to 72.
3672
3673 2001-12-20
3674
3675         * reorganization of pixmap management.
3676         * src/stock_pixmap.[ch]: new. This module manages all static pixmaps.
3677         * modified every files which directly use pixmaps data to use
3678           stock_pixmap_*().
3679         * src/undo.[ch]: renamed undo_set_undo_change_funct() to
3680           undo_set_change_state_func(), and changed its argument from
3681           GtkWidget* to gpointer.
3682           undo_merge(): code cleanup.
3683         * src/compose.c: renamed compose_set_undo() to
3684           compose_undo_state_changed().
3685
3686 2001-12-19
3687
3688         * src/account.c: account_find_from_address(): made it case
3689           insensitive.
3690         * src/addressbook.c: addressbook_create(): set wmclass.
3691         * src/compose.c: compose_insert_file(): supported DOS/Win/Mac line
3692           break.
3693         * src/importldif.c
3694           src/ldif.[ch]: merged from the claws branch.
3695         * src/importldif.c: removed some warnings.
3696           imp_ldif_field_list_toggle(): fixed button checking.
3697           imp_ldif_dialog_create(): minor layout fix.
3698         * src/ldif.c: removed some warnings.
3699         * INSTALL
3700           INSTALL.jp: updated confirmation list.
3701         * src/vcard.c:
3702           vcard_read_file()
3703           vcard_test_read_file(): fixed a memory leak of tagtemp.
3704           Some code cleanups (decreasing the indent level).
3705         * src/addrindex.c
3706           src/jpilot.[ch]
3707           src/syldap.[ch]: disabled runtime library checking because JPilot
3708           and LDAP libraries are linked on the build time, and the program
3709           doesn't execute without them anyway.
3710         * src/addressbook.c
3711           src/addrindex.c: changed "J-Pilot" to "JPilot".
3712           Removed warning for atoi().
3713
3714 2001-12-18
3715
3716         * src/procmsg.c: procmsg_empty_trash()
3717           src/mainwindow.c: main_window_empty_trash(): empty trash only if
3718           it contains some messages.
3719         * src/imap.c: search_array_str(): new.
3720           imap_status(): fixed a bug that didn't parse the command response
3721           correctly.
3722
3723 2001-12-18
3724
3725         * merged undo function (by Jens Oberender).
3726         * src/undo.[ch]: new.
3727           undo_insert_text_cb(): fix for multibyte characters (obtain the
3728           number of letters instead of bytes).
3729         * src/compose.[ch]: added the code for undo.
3730         * src/prefs_common.[ch]: added the interface for setting undo level.
3731
3732 2001-12-16
3733
3734         * src/compose.c: compose_template_apply()
3735           src/prefs_template.c: prefs_template_clist_set_row()
3736           src/template.c: template_write_config(): don't replace To: and
3737           Subject: entry in composition window if they are empty.
3738
3739 2001-12-16
3740
3741         * version 0.6.6
3742
3743 2001-12-15
3744
3745         * src/folderview.c: folderview_drag_motion_cb(): fixed a DnD bug.
3746         * src/ldif.c: ldif_get_line(): ignore CR.
3747         * src/mimeview.c: mimeview_show_message(): search also text/html
3748           for first text part.
3749
3750 2001-12-14
3751
3752         * src/prefs_account.c: prefs_account_save_config_all(): fixed a bug
3753           that didn't update accountrc if account_list == NULL (thanks to
3754           Watanabe).
3755
3756 2001-12-14
3757
3758         * src/utils.h: added the macro Xstrcat_a() that concatenates
3759           two strings and return alloca'd string.
3760         * src/imap.c: imap_scan_tree_recursive(): fixed a bug that didn't
3761           handle folder name which includes some spaces correctly
3762           (based on the patch from Willem van Engen (thanks!)).
3763         * src/compose.c: compose_wrap_line_all(): fixed the crash when
3764           wrapping long lines if linewrap quotation is disabled and
3765           a word spanning more than one line.
3766
3767 2001-12-14
3768
3769         * applied the Tobias' patch with modification (thanks!).
3770         * src/imap.[ch]:
3771           imap_msg_set_perm_flags()
3772           imap_msg_unset_perm_flags(): new. They set permanent flags to
3773           a IMAP message.
3774         * src/compose.c
3775           src/summaryview.c: set flags on IMAP server when flags are changed.
3776
3777 2001-12-11
3778
3779         * src/gtkutils.[ch]: gtkut_container_remove(): new. It's a wrapper
3780           of gtk_container_remove() for workaround of a bug in
3781           Gtk{Text,Entry} (thanks to Sergey Vlasov).
3782         * src/compose.c
3783           src/mainwindow.c
3784           src/messageview.c
3785           src/mimeview.c
3786           src/summaryview.c
3787           src/textview.c: replaced gtk_container_remove() with
3788           gtkut_container_remove(), and removed previous partial fix.
3789
3790 2001-12-09
3791
3792         * src/prefs_account.c: prefs_account_apply(): fixed a bug that
3793           checked user ID on "local", but didn't on IMAP4.
3794         * src/imap.c: imap_session_get(): fixed a crash bug when
3795           rfolder->session == NULL.
3796         * Makefile.am: changed the arguments of tar from 'chojf' to
3797           '--bzip2 -chof'.
3798         * src/summaryview.c: summary_toggle_view(): disclaim the selection
3799           of textview before removing vpaned.
3800
3801 2001-12-08
3802
3803         * src/messageview.c: messageview_change_view_type(): disclaim the
3804           selection before removing textview. This solves the mysterious
3805           copy-paste disability (thanks to Melvin Hadasht).
3806         * src/textview.c: textview_set_font(): use
3807           gtk_editable_claim_selection() instead of
3808           gtk_editable_select_region().
3809
3810 2001-12-06
3811
3812         * src/prefs_template.c: prefs_template_window_create(): supported
3813           address completion on the To: entry.
3814
3815 2001-12-04
3816
3817         * src/folder.c:
3818           folder_count_total_msgs()
3819           folder_count_total_msgs_func(): use g_node_traverse() to traverse
3820           GNode.
3821
3822 2001-12-03
3823
3824         * src/compose.c: fixed a bug that empty body was refused.
3825         * src/prefs_template.c: fixed a bug that didn't set To: entry
3826           correctly. Display error dialog if format is illegal.
3827         * src/prefs_common.c
3828           src/quote_fmt_lex.l
3829           src/quote_fmt_parse.y: changed parenthesis "( )" to curly braces
3830           "{ }" to prevent confusion on using parenthesis.
3831         * src/html.c: html_get_parenthesis(): ignore CSS / script stuff.
3832
3833 2001-11-29
3834
3835         * src/prefs_template.c: added colon to the header labels.
3836
3837 2001-11-28
3838
3839         * src/compose.c
3840           src/prefs_template.c
3841           src/template.[ch]: added To field to the template.
3842
3843 2001-11-27
3844
3845         * src/textview.c: textview_show_part(): use first found
3846           message/rfc822 header.
3847         * src/folderview.c: added "Search messages..." to the context menu.
3848         * src/prefs_common.c: prefs_quote_description_create(): added
3849           description for characters which need to be escaped.
3850
3851 2001-11-26
3852
3853         * src/compose.c: compose_wrap_line_all(): more merging from claws.
3854           GET_CHAR(): renamed GET_TEXT() and made it more generic.
3855           Modified compose_wrap_line() and compose_wrap_line_all() to use
3856           GET_CHAR().
3857         * src/textview.c: textview_show_part(): show the header of nested
3858           RFC822 attachment correctly.
3859
3860 2001-11-25
3861
3862         * src/folder.[ch]
3863           src/main.c: added --status option to get new, unread and total
3864           message count from a running Sylpheed (merged from claws).
3865           prohibit_duplicate_launch(): output '\n' only once.
3866
3867 2001-11-23
3868
3869         * src/compose.c
3870           src/gtkutils.[ch]: merged the new wrapping function.
3871           gtkut_text_str_compare_n()
3872           gtkut_text_str_compare()
3873           gtkut_text_is_uri_string(): backport from the GtkSText in the
3874           claws branch, and made modification.
3875         * src/prefs_template.c
3876           src/template.[ch]: added Subject to the template.
3877
3878 2001-11-22
3879
3880         * src/compose.c: compose_write_headers(): added missing parenthesis
3881           that generated invalid custom header (thanks to Masaaki Noro).
3882           Allow Sender: custom header.
3883
3884 2001-11-20
3885
3886         * src/procheader.c: procheader_date_parse(): workaround for
3887           RFC-incompliant Date header.
3888
3889 2001-11-20
3890
3891         * src/addrbook.c: removed redundant functions, and fixed generation
3892           of spurious address book file names.
3893         * src/addrindex.c: V-Card -> vCard.
3894
3895 2001-11-19
3896
3897         * src/textview.c: get_email_part(): replaced isalnum() with
3898           the macro IS_ASCII_ALNUM() which restricts the range of
3899           characters to 7bit ASCII (thanks to Shimamoto).
3900         * src/utils.c: remote_tzoffset_sec(): workaround for malformed
3901           timezone offset.
3902
3903 2001-11-18
3904
3905         * src/textview.c: textview_show_part(): show headers on nested
3906           muitipart text.
3907
3908 2001-11-17
3909
3910         * src/imap.c: imap_session_get()
3911           src/news.c: news_session_get(): fixed segfault when reconnection
3912           failed.
3913         * src/grouplistdialog.c: removed redundant code, and expand nodes
3914           that doesn't match the pattern.
3915
3916 2001-11-16
3917
3918         * src/compose.c: modified so that it sends message when any of
3919           To:, Cc:, Bcc:, or Newsgroups: fields have valid recipient.
3920           compose_check_for_valid_recipient(): new.
3921         * src/grouplistdialog.c: improved the UI.
3922           Added appropriate description and search button.
3923           Search doesn't get group list again.
3924
3925 2001-11-15
3926
3927         * src/news.[ch]: news_session_get(): update the last access time
3928           correctly.
3929           news_group_list_free(): new.
3930         * src/grouplistdialog.c: free resources correctly.
3931
3932 2001-11-15
3933
3934         * src/folderview.c
3935           src/grouplistdialog.[ch]: more merging of new newsgroup
3936           subscription dialog.
3937         * src/news.[ch]: renamed news_remove_group_list() to
3938           news_remove_group_list_cache().
3939
3940 2001-11-14
3941
3942         * src/defs.h: added MAX_ENTRY_LENGTH definition.
3943         * src/compose.c: compose_add_entry_field(): create new entry with
3944           max length.
3945
3946 2001-11-13
3947
3948         * src/grouplistdialog.c: made non-leaf node selectable.
3949           Give the complete newsgroup name for each nodes.
3950
3951 2001-11-13
3952
3953         * src/grouplistdialog.c
3954           src/news.[ch]: merging of new newsgroup subscription dialog
3955           (still in progress. Don't use it yet!).
3956
3957 2001-11-12
3958
3959         * src/utils.[ch]: decode_uri(): new. It decodes URL-encoded strings.
3960         * src/compose.[ch]: compose_new_with_recipient(): accept mailto
3961           URL.
3962           compose_entries_set(): new. It parses mailto URL and put each
3963           values into the entries.
3964
3965 2001-11-12
3966
3967         * src/compose.c: compose_forward(): fixed a bug that forward
3968           quote mark wasn't used (thanks to Hironori IWANE).
3969         * src/codeconv.[ch]
3970           src/mainwindow.c
3971           src/prefs_common.c: added Thai encodings (thanks to Manrat
3972           Chobchuen).
3973
3974 2001-11-08
3975
3976         * src/socket.c: sock_connect_by_hostname(): removed h_errno.
3977         * src/session.h
3978           src/defs.h
3979           src/imap.[ch]
3980           src/news.c: added last_access_time to Session.
3981           imap_session_get(): check connection only when access interval
3982           has been exceeded.
3983
3984 2001-11-07
3985
3986         * version 0.6.5
3987
3988 2001-11-07
3989
3990         * src/socket.c: ssl_gets(): use SSL_peek.
3991         * updated NEWS and AUTHORS.
3992         * Makefile.am: fixed release target.
3993
3994 2001-11-06
3995
3996         * src/template.c: changed the format of template file to
3997           RFC2822-like.
3998         * src/compose.c: compose_template_apply(): freeze the text widget
3999           while inserting strings.
4000
4001 2001-11-05
4002
4003         * po/POTFILES.in: removed src/template_select.c.
4004         * src/summaryview.c: summary_set_header()
4005           src/address.c: address_parse_str()
4006           src/filter.c: filter_read_str()
4007           src/news.c: news_parse_xover()
4008           src/procheader.c: procheader_get_fromname()
4009           src/utils.c: subject_compare():
4010           replaced Xalloca() + strcpy() with Xstrdup_a().
4011         * src/inputdialog.[ch]: added combo mode.
4012           input_dialog_combo(): new.
4013         * src/prefs_common.[ch]: added MIME open command setting.
4014           prefs_common_{read, save}_config(): read / write command history.
4015         * src/mimeview.c: mimeview_open_with(): use combo input dialog.
4016         * src/utils.[ch]: add_history(): history list management function.
4017
4018 2001-11-04
4019
4020         * src/compose.c: select templates from the menu.
4021           compose_set_template_menu(): new.
4022           compose_reflect_prefs_all(): new.
4023           compose_template_apply(): new. Use dummy MsgInfo for parsing.
4024         * src/template.[ch]: store template list to the static heap.
4025           template_get_config(): new.
4026           template_set_config(): new.
4027         * src/prefs_template.c: don't store template list to the global area.
4028         * src/template_select.[ch]: removed.
4029         * src/quote_fmt_parse.y: check folderitem when quoting messages.
4030         * src/mh.c: mh_add_msg(): try to copy file whenever link() failed
4031           (thanks to OSHIRO Naoki).
4032
4033 2001-11-03
4034
4035         * src/utils.[ch]: get_template_dir(): new.
4036         * src/template.c: use get_template_dir().
4037
4038 2001-11-02
4039
4040         * src/prefs_template.c: modified the dialog layout.
4041           Added symbol description button.
4042         * src/summaryview.c: show an arrow mark to the column of the sort
4043           target.
4044           summary_set_column_titles(): new.
4045         * INSTALL
4046           INSTALL.jp
4047           README
4048           README.jp
4049           TODO
4050           TODO.jp: updated the documents.
4051
4052 2001-11-02
4053
4054         * src/Makefile.am: add missing checkbox_{on, off}.xpm.
4055         * src/textview.c: textview_key_pressed()
4056           src/mimeview.c: mimeview_key_pressed()
4057           src/summaryview.c: summary_key_pressed(): delete messages with
4058           Delete key.
4059
4060 2001-11-01
4061
4062         * src/socket.c: ssl_gets(): fixed a bug that caused infinite loop
4063           when SSL_read() returned 0.
4064         * src/utils.[ch]: strcrchomp(): new. It removes CR from the tail
4065           of strings.
4066         * src/quote_fmt_parse.y: convert CRLF to LF when inserting messages.
4067           Add prototype of yylex() to suppress the warning.
4068         * merged the template function.
4069         * src/prefs_template.[ch]
4070           src/template.[ch]
4071           src/template_select.[ch]: new.
4072           Renamed prefs_templates_* -> prefs_template_*.
4073         * src/compose.c: added template menu. Added replyinfo to Compose.
4074         * src/mainwindow.c: added template setting menu.
4075         * src/quote_fmt_lex.l: output literal tab and return as is.
4076         * src/prefs_common.c: changed the pref. name of quote format to
4077           'reply_quote_{mark, format}' and 'fw_quote_{mark, format}'.
4078
4079 2001-10-31
4080
4081         * src/prefs_common.[ch]: added Quote tab, and moved the quote
4082           setting from Compose tab.
4083         * merged the new quote format parser.
4084         * src/quote_fmt_lex.h
4085           src/quote_fmt.h
4086           src/quote_fmt_lex.l
4087           src/quote_fmt_parse.y: new files for quote format parser.
4088         * configure.in: added checks for lex and yacc.
4089         * src/compose.c: compose_quote_file(), compose_quote_parse_fmt():
4090           removed.
4091           compose_quote_fmt(): new.
4092         * src/prefs_common.[ch]: added forward format setting to the
4093           Quote tab. Updated the quote description dialog.
4094         * src/quote_fmt_parse.y: fixed bugs that tried to read file even
4095           if they couldn't get text part.
4096
4097 2001-10-31
4098
4099         * src/pixmaps/checkbox_off.xpm
4100           src/pixmaps/checkbox_on.xpm: new.
4101         * src/account.c: display `get all' status with the checkbox pixmaps.
4102
4103 2001-10-30
4104
4105         * src/send.c: code cleanup. Pass account prefs structure instead
4106           of many arguments.
4107           Query password for SMTP AUTH if not specified (thanks to Mio).
4108
4109 2001-10-30
4110
4111         * src/procheader.c: procheader_parse(): fixed a bug that didn't
4112           parse multiple message-id in In-Reply-To: header correctly
4113           (thanks to KAJIWARA).
4114
4115 2001-10-29
4116
4117         * src/account.c: enabled 'Get all' setting by clicking the 'G'
4118           column of account list, and added some description.
4119         * src/prefs_common.c: prefs_send_create(): added a description
4120           for outgoing codeset.
4121
4122 2001-10-28
4123
4124         * src/prefs_account.[ch]: moved inbox entry to the receive tab,
4125           and added select button and short description.
4126         * src/Makefile.am: added SYSCONFDIR to CPPFLAGS.
4127         * src/procmime.c:
4128           procmime_get_mime_type_table()
4129           procmime_get_mime_type_list(): modified so that
4130           $(SYSCONFDIR)/mime.types (or /etc/mime.types if not found) and
4131           $(HOME)/.sylpheed/mime.types are read.
4132
4133 2001-10-27
4134
4135         * src/prefs_account.c: moved the address auto-setting to the compose
4136           tab.
4137           prefs_account_create(): removed gtk_widget_show_all() for proper
4138           window size.
4139         * src/prefs_common.c: changed "Program path" to "Command".
4140
4141 2001-10-26
4142
4143         * src/textview.c: textview_set_font(): support Russian charset
4144           on EUC-JP locale.
4145         * src/summaryview.c: summary_delete(): (hopefully) fixed the crash
4146           bug on deleting.
4147         * prefs_account.c
4148           prefs_common.c
4149           prefs_summary_column.c: minor improvements to the English.
4150         * src/main.c: get_queued_message_num(): don't output the warning
4151           when queueing folder is not found.
4152
4153 2001-10-21
4154
4155         * version 0.6.4
4156
4157 2001-10-21
4158
4159         * src/prefs_summary_column.[ch]:
4160           made prefs_summary_column_get_config() public.
4161         * src/summaryview.c: summary_ctree_create(): some code cleanup.
4162         * configure.in: moved the position of SSL checking after LDAP
4163           for linking problem.
4164
4165 2001-10-21
4166
4167         * src/mainwindow.c
4168           src/summaryview.c: allowed reedit in the outbox.
4169         * src/prefs_summary_column.[ch]: new. UI for setting summary
4170           columns.
4171         * src/mainwindow.[ch]: main_window_set_summary_column(): new.
4172           It calls summary_set_column_order().
4173         * src/summaryview.[ch]:
4174           summary_ctree_create(): new. separated from summary_create().
4175           summary_set_column_order(): new. It destroys the current
4176           CTree and replaces it with the new one.
4177
4178 2001-10-19
4179
4180         * src/smtp.[ch]: smtp_from(): abort if auth failed.
4181         * changed C++-style comments into C-style in some files, and
4182           removed unnecessary commented out codes.
4183         * src/addrcache.[ch]
4184           src/addressbook.c
4185           src/addrindex.[ch]
4186           src/jpilot.[ch]
4187           src/syldap.[ch]: updated the addressbook code, and fixed the
4188           thread bug of LDAP.
4189         * src/ldif.[ch]
4190           src/importldif.[ch]: new.
4191
4192 2001-10-18
4193
4194         * src/about.c: added some items to compiled-in features.
4195         * src/addr_compl.c: changed LOG_MESSAGE to debug_print.
4196         * src/addressbook.c: changed "V-Card" to "vCard".
4197           addressbook_edit_address_cb(): added
4198           invalidate_address_completion() to the point address is changed.
4199         * src/codeconv.c: changed C++-style comments into C-style.
4200
4201 2001-10-17
4202
4203         * src/compose.c: changed "Send" shortcut to Ctrl+Enter.
4204
4205 2001-10-16
4206
4207         * src/inc.c: fixed a bug that crashed sylpheed if Cancel button
4208           was clicked twice.
4209
4210 2001-10-16
4211
4212         * src/procmsg.c: procmsg_get_thread_tree(): complete the unfinished
4213           threads.
4214         * src/summaryview.c:
4215           summary_thread_init(): separated from summary_thread_build(). 
4216           summary_thread_build(): removed the codes for initialization.
4217           summary_set_ctree_from_list(): call summary_thread_init() instead
4218           of summary_thread_build().
4219           summary_filter(): fixed a bug that didn't moved messages despite
4220           of immediate execution setting.
4221
4222 2001-10-14
4223
4224         * src/procmsg.c: procmsg_get_thread_tree(): new. It generates the
4225           reversed thread tree from message list.
4226         * src/summaryview.c: summary_set_ctree_from_list(): prepend the
4227           node to the head instead of appending to the tail. This prevents
4228           the traverse of node list inside of the GtkCTree, and considerably
4229           speeds up the summary display (the order is O(n^2) -> O(n)).
4230
4231 2001-10-12
4232
4233         * src/prefs_common.c
4234           src/summaryview.[ch]: initial modification for reorderable columns.
4235
4236 2001-10-12
4237
4238         * src/procmsg.c: procmsg_get_mark_sum(), mark_sum_func(): fixed a
4239           memory leak.
4240         * src/folderview.c: folderview_button_pressed(): code cleanup, and
4241           turn sensitivity off if main window is locked.
4242         * src/syldap.c: syldap_read_data(): removed unnecessary and
4243           unportable sched_yield().
4244
4245 2001-10-11
4246
4247         * src/folderview.c: renamed "Update folder tree" context menu to
4248           "Rescan folder tree", and made "Update folder tree" only updates
4249           folder status.
4250           folderview_update_all_node(): don't show message dialog.
4251         * src/gtkutils.c: gtkut_widget_get_uposition()
4252           src/mainwindow.c: main_window_popup(): clip the coordinate to
4253           nonnegative value.
4254
4255 2001-10-10
4256
4257         * src/utils.c: to_human_readable(): made a bit of optimization.
4258         * src/summaryview.c: summary_delete(): fixed a focus problem.
4259           summary_find_{prev,next}_msg(): new. They find previous/next
4260           message that is not deleted.
4261         * src/prefs_filter.c: scroll CList automatically if moved row
4262           becomes not fully visible.
4263
4264 2001-10-09
4265
4266         * updated some autotool scripts.
4267         * src/codeconv.c: conv_encode_header(): fixed a bug that caused
4268           infinite loop when failed to convert encoding.
4269         * src/codeconv.[ch]: a fix for older version of libjconv
4270           (jconv_info_get_current_codeset() returned "EUCJP" instead of
4271           "EUC-JP").
4272
4273 2001-10-08
4274
4275         * version 0.6.3
4276
4277 2001-10-08
4278
4279         * src/compose.c: compose_write_to_file()
4280           src/codeconv.c: conv_codeset_strdup(): more workaround for
4281           libjconv problem on C locale.
4282         * src/editldap_basedn.c: fixed segfault when opening dialog.
4283         * src/utils.c: is_next_mbs()
4284           src/compose.c: compose_wrap_line(), compose_wrap_line_all():
4285           changed MB_CUR_MAX to MB_LEN_MAX for compliance to ANSI C.
4286         * configure.in: increased the reqired version of GPGME to 0.2.3.
4287         * src/pop.c: pop3_getauth_user_recv(): fixed a bug that closed
4288           the receive dialog when POP3 server refused normal authentication.
4289
4290 2001-10-07
4291
4292         * src/prefs_common.c: prefs_receive_create(): correction to English.
4293         * src/compose.c: compose_set_ext_editor_sensitive(): fixed a bug
4294           that didn't set the menu sensitivity correctly (thanks to
4295           Melvin Hadasht).
4296         * src/summaryview.c: delete messages permanently if the current
4297           folder is trash and 'delete' operation is executed.
4298           Fixed the bug that didn't select the last row correctly (thanks
4299           to Alfons Hoogervorst).
4300         * src/folder.[ch]: folder_item_remove_msgs(): new. It removes
4301           all messages given in the list.
4302
4303 2001-10-05
4304
4305         * src/summaryview.c: summary_show(): fixed a bug that didn't show
4306           message even if the 'open unread message on entering folder'
4307           option was turned on.
4308
4309 2001-10-03
4310
4311         * src/procmime.c: procmime_get_text_content(): supported HTML.
4312
4313 2001-10-02
4314
4315         * src/summaryview.[ch]: implemented new locking mechanism, and
4316           replaced every static locks with summary_lock(), summary_unlock(),
4317           and added locks to some extra functions.
4318           This fixes a bug that caused segfault when 'd' (delete) key
4319           was kept pressing.
4320
4321 2001-10-01
4322
4323         * src/addressbook.c: addressbook_folder_load_person(): fixed a bug
4324           that caused segfault (thanks to Stefaan A Eeckels).
4325
4326 2001-09-30
4327
4328         * src/textview.[ch]: added textview_set_position().
4329         * src/messageview.[ch]: added messageview_set_position().
4330         * src/addrbook.c
4331           src/addrcache.c
4332           src/addressadd.c
4333           src/addressbook.c
4334           src/addrindex.c
4335           src/addritem.c
4336           src/editaddress.c
4337           src/editbook.c
4338           src/editgroup.c
4339           src/editjpilot.c
4340           src/editldap.c
4341           src/editldap_basedn.c
4342           src/editvcard.c
4343           src/jpilot.c
4344           src/mgutils.c
4345           src/syldap.c
4346           src/vcard.c: converted C++-style comments into C-style one.
4347         * src/imap.c: QUOTE_IF_REQUIRED(): new macro. Copy string into
4348           new buffer and quote with double quotes if required.
4349           imap_status(), imap_cmd_login(), imap_cmd_list(),
4350           imap_cmd_do_select(), imap_cmd_create(), imap_cmd_delete(),
4351           imap_cmd_copy(): use QUOTE_IF_REQUIRED().
4352         * compose.c: compose_write_to_file(): workaround for the problem
4353           when using libjconv and 8bit codes cannot be converted on C
4354           locale.
4355         * codeconv.[ch]: added "ANSI_X3.4-1968" to encoding strings.
4356           conv_codeset_strdup(): don't convert if source and destination
4357           codeset are identical.
4358
4359 2001-09-30
4360
4361         * src/textview.[ch]: textview_search_string_backward(): new.
4362           Add the new member cur_pos to TextView.
4363           Connect button_press_event with gtk_signal_connect_after() to
4364           obtain the correct editable position.
4365
4366 2001-09-27
4367
4368         * src/folder.c: folder_write_list_recursive(): preserve unthreaded
4369           state.
4370
4371 2001-09-26
4372
4373         * src/summaryview.c: modified the layout of popup menu.
4374
4375 2001-09-25
4376
4377         * src/folder.c
4378           src/folder.h
4379           src/mainwindow.c
4380           src/summaryview.c: applied the patch from Alfons that allows
4381           threading setting for each folders (tnanks!).
4382
4383 2001-09-23
4384
4385         * src/message_search.[ch]: new. A Dialog for searching in current
4386           message.
4387         * src/gtkutils.[ch]: gtkut_text_match_string(): new. Compare the
4388           text in current position of GtkText and given wide-character
4389           string.
4390         * src/messageview.[ch]: messageview_search_string()
4391           src/textview.[ch]: textview_search_string(): return TRUE if
4392           found.
4393         * src/textview.[ch]: remember the beginning of body.
4394
4395 2001-09-21
4396
4397         * src/procmime.c: procmime_get_first_text_content(): modified so
4398           that it search entire MIME structure.
4399         * src/summary_search.c: summary_search_execute(): use
4400           strdup_mbstowcs() instead of macro. Display matched message.
4401
4402 2001-09-20
4403
4404         * src/inc.c: fix for background POP3 hangs and crashes (thanks to
4405           Sergey Vlasov).
4406         * src/summary_search.c: added body searching function.
4407         * src/procmime.[ch]: procmime_find_string(): changed arguments
4408           and return value. Added case sensitivity option.
4409
4410 2001-09-20
4411
4412         * src/procmime.[ch]:
4413           procmime_find_string()
4414           procmime_find_string_part(): new. It searchs the string from
4415           messages.
4416           Renamed procmime_get_text_part() to
4417           procmime_get_first_text_content().
4418           procmime_get_text_content(): new. It returns the text contents
4419           of the specified MIME part.
4420           procmime_mimeinfo_next(): new. It returns the next node of
4421           MimeInfo tree.
4422
4423 2001-09-19
4424
4425         * src/procmime.c: procmime_get_text_part(): modified so that it
4426           finds a text part in nested multipart message correctly.
4427         * src/procmime.h: added an example of MimeInfo structure.
4428         * src/mimeview.c: mimeview_show_message(): search the first text
4429           part.
4430
4431 2001-09-17
4432
4433         * src/mainwindow.c: ac_menu_popup_closed(): fixed the bug that
4434           caused segfault. Changed 'Preferences per account...' menu item.
4435
4436 2001-09-17
4437
4438         * version 0.6.2
4439
4440 2001-09-16
4441
4442         * src/addrindex.c: translate the "Common address" and "Personal
4443           address" from old addressbook.
4444
4445 2001-09-12
4446
4447         * src/utils.c: get_quote_level(): some optimization and bugfixes.
4448         * src/codeconv.[ch]: conv_get_current_locale(): new.
4449         * src/editaddress.c: edit_person_page_basic(): reverse the order
4450           of first and last name on some locales.
4451
4452 2001-09-11
4453
4454         * src/compose.c: applied the patch from Yasumatsu that reformats
4455           the current paragraph (thanks!). Modified so that it doesn't
4456           reformat quoted paragraphs.
4457           compose_create(): don't fill the entry automatically on reedit
4458           mode.
4459         * src/mainwindow.c
4460           src/summaryview.[ch]: added the "Mark all read" option.
4461           summary_mark_all_read(): new.
4462
4463 2001-09-10
4464
4465         * src/vcard.c
4466           src/mgutils.c
4467           src/syldap.c
4468           src/editldap.c
4469           src/editldap_basedn.c
4470           src/jpilot.c
4471           src/editjpilot.c: removed all warnings.
4472         * configure.in
4473           src/jpilot.[ch]: fixed the problem that failed to detect JPilot
4474           header files on the Debian system.
4475         * src/mainwindow.c
4476           src/summaryview.[ch]: enabled sorting by mark, unread, attachment,
4477           and color label. Enabled moving to next/prev flagged messages.
4478
4479 2001-09-09
4480
4481         * src/pixmaps/dir-close.xpm
4482           src/pixmaps/dir-open.xpm
4483           src/pixmaps/new.xpm
4484           src/pixmaps/unread.xpm: modified the color balance.
4485         * src/utils.[ch]: execute_sync(): new.
4486           execute_command_line(): added the arg for async mode.
4487         * src/inc.c: inc_mail(): use execute_command_line().
4488
4489 2001-09-08
4490
4491         * src/prefs.[ch]
4492           src/prefs_common.[ch]
4493           src/prefs_account.c: modified the layout. Added the option to
4494           launch the external editor automatically.
4495         * src/compose.c: launch the external editor automatically if the
4496           option is set.
4497
4498 2001-09-06
4499
4500         * src/Makefile.am: added extra xpm's.
4501
4502 2001-09-05
4503
4504         * src/addressbook.c: fixed a compilation problem when enabling
4505           LDAP.
4506           addressbook_open(): fixed a missing 'else'.
4507
4508 2001-09-04
4509
4510         * src/pixmaps/dir-close.xpm
4511           src/pixmaps/dir-open.xpm
4512           src/pixmaps/trash.xpm: replaced with the new blue icons.
4513         * merged Match Grun's new addressbook code.
4514         * src/pixmaps/address.xpm
4515           src/pixmaps/book.xpm
4516           src/pixmaps/category.xpm
4517           src/pixmaps/interface.xpm
4518           src/pixmaps/jpilot.xpm
4519           src/pixmaps/ldap.xpm
4520           src/pixmaps/vcard.xpm: new icons.
4521         * src/addrbook.[ch]
4522           src/addrcache.[ch]
4523           src/addressadd.[ch]
4524           src/addressitem.[ch]
4525           src/addrindex.[ch]
4526           src/addritem.[ch]
4527           src/editaddress.[ch]
4528           src/editbook.[ch]
4529           src/editgroup.[ch]
4530           src/editjpilot.[ch]
4531           src/editldap.[ch]
4532           src/editldap_basedn.[ch]
4533           src/editvcard.[ch]
4534           src/jpilot.[ch]
4535           src/mgutils.[ch]
4536           src/syldap.[ch]
4537           src/vcard.[ch]: new. Many fixes to remove the huge amount of
4538           warnings.
4539           addrbook_build_avail_email_vis(): fixed a memory leak.
4540
4541 2001-09-04
4542
4543         * NEWS: brought in the all of the changes previously put on the web.
4544
4545 2001-09-03
4546
4547         * src/mainwindow.c
4548           src/summaryview.c: modified the layout of menus.
4549         * src/mainwindow.c: ac_menu_popup_closed(): fixed a bug that didn't
4550           return a focus to the main window after selecting the account menu.
4551
4552 2001-09-03
4553
4554         * version 0.6.1
4555
4556 2001-09-03
4557
4558         * src/send.c: send_message_data(): fixed a bug that didn't process
4559           body part correctly.
4560
4561 2001-09-02
4562
4563         * src/inc.[ch]: changed inc_autocheck_(un)lock() to inc_(un)lock().
4564           inc_mail(), inc_all_account_mail(): return immediately if locked.
4565         * src/account.c
4566           src/prefs_common.c
4567           src/prefs_account.c: use inc_lock() and inc_unlock() instead of
4568           inc_autocheck_timer_{remove,set}().
4569         * src/summaryview.c: summary_set_colorlabel_color(): get the average
4570           of label color and selected fg color for visibility.
4571
4572 2001-09-01
4573
4574         * src/inc.[ch]: inc_autocheck_lock(), inc_autocheck_unlock(): new.
4575           They increase/decrease the lock count.
4576           inc_autocheck_func(): if locked, delay the autochecking 1 second.
4577           inc_autocheck_timer_set_interval(): set interval by its argument.
4578         * src/summaryview.c: summary_show(): lock the autochecking while
4579           processing.
4580         * src/main.c: app_will_exit(): remove autocheck timer.
4581         * acconfig.h
4582           src/defs.h: removed the definitions of PACKAGE and VERSION to
4583           prevent unnecessary compilation.
4584         * configure.in: changed AC_DEFINE_UNQUOTED of PACKAGE and VERSION
4585           to AC_SUBST, and added src/version.h to AC_OUTPUT.
4586         * src/version.h.in: new.
4587         * src/intl.h: changed dgettext() to gettext().
4588
4589 2001-08-31
4590
4591         * po/ja.po: fixed a typo that crashed Sylpheed with older version
4592           of GTK+.
4593         * configure.in: fixed a bug that didn't show results correctly.
4594           Fixed a bug that --enable-compface and --enable-jconv disabled
4595           the options.
4596         * src/procmsg.c: procmsg_send_queue(): don't abort when sending
4597           message failed.
4598         * src/compose.c: compose_write_headers(): add Bcc: header to the
4599           output file.
4600         * src/send.c: send_message_data(): new. Separated from
4601           send_message_smtp(). Remove Bcc: header before sending.
4602
4603 2001-08-30
4604
4605         * version 0.6.0
4606
4607 2001-08-30
4608
4609         * src/send.c: implemented sending with local sendmail command.
4610           send_message_local(): new. It executes command with popen()
4611           and send the contents of RFC822 message to the command.
4612         * src/prefs_common.[ch]: enabled the external sending command option.
4613         * src/defs.h: #define DEFAULT_SENDMAIL_CMD /usr/sbin/sendmail -t
4614         * src/account.c: account_edit_create(): widened the protocol column.
4615         * src/summaryview.c: summary_set_colorlabel_color(): cleanup of
4616           the code.
4617
4618 2001-08-30
4619
4620         * src/folder.c: folder_item_remove_msg(): scan the folder again
4621           if the last message is removed.
4622         * src/compose.c: compose_queue(), compose_draft_cb(): remove the
4623           old reedited message after adding the new message.
4624
4625 2001-08-29
4626
4627         * src/compose.c: compose_queue(): added AID: to the queueing header.
4628         * src/send.c: send_message_queue(): look for AID: header, and use
4629           the server specified in the account instead of SSV: header.
4630         * src/summaryview.c
4631           src/compose.[ch]: queued messages can be reedited now.
4632           compose_remove_reedit_target(): new. It removes the old reedited
4633           message.
4634           compose_send(), compose_queue(), compose_draft_cb(): if reedit
4635           mode, remove the old message.
4636         * src/procmsg.c: procmsg_msg_exist(): fixed a bug that output
4637           warning.
4638
4639 2001-08-28
4640
4641         * applied the XML string table patch from Alfons Hoogervorst that
4642           stores strings in a hash table and minimizes memory allocations
4643           (thanks!).
4644         * src/stringtable.[ch]: new.
4645           removed all G and g_ prefix from type and function names since
4646           they're not official GLib symbol names.
4647           string_table_insert_string(): fixed a bug that might refer to an
4648           invalid pointer on lookup, and also made a bit of optimization.
4649
4650 2001-08-27
4651
4652         * merged the color label feature from the claws branch (thanks to
4653           Satoshi Nagayasu and Alfons Hoogervoost).
4654         * src/colorlabel.[ch]: new. Renamed from labelcolors.[ch].
4655           Renamed labelcolors_*() to colorlabel_*().
4656         * src/summaryview.[ch]: added color label support.
4657         * src/procmsg.h: added color label flags to the permanent flags.
4658         * updated to gettext 0.10.39.
4659         * src/summaryview.[ch]: put the color label menu item to ItemFactory.
4660         * sylpheed.desktop: added for GNOME.
4661         * configure.in: added AC_MSG_CHECKING() for some options.
4662           Output the configuration results when configure is finished.
4663
4664 2001-08-27
4665
4666         * src/account.c: account_clist_set_row(): fixed a bug that failed
4667           to compile if SSL was not enabled.
4668
4669 2001-08-26
4670
4671         * merged the SSL support from the claws branch (thanks to Christoph
4672           Hohmann).
4673         * src/ssl.[ch]: new.
4674         * src/socket.[ch]: added ssl_read(), ssl_write(), ssl_gets(), and
4675           ssl_getline().
4676           sock_close(): call ssl_done_socket() if SSL is active.
4677         * src/md5.[ch]: removed MD5_CTX typedef and use MD5_CONTEXT to
4678           prevent type confliction.
4679         * src/prefs_account.[ch]: added SSL tab, and modified the expression.
4680         * src/esmtp.[ch]: added esmtp_ehlo(), and esmtp_starttls().
4681           Removed SSL initialization and HELO from esmtp_starttls().
4682           esmtp_auth(): removed use_smtp_auth from its arguments.
4683         * src/send.c: send_smtp_open(): added SSL support.
4684         * src/smtp.c: smtp_helo(): call esmtp_ehlo() if esmtp is true.
4685
4686 2001-08-25
4687
4688         * src/mimeview.c: mimeview_open_with(): braced '%s' with single
4689           quote.
4690
4691 2001-08-24
4692
4693         * src/main.c: open new account dialog if no account is set.
4694         * src/utils.[ch]: log_verbosity_set(): new. It increase/decrease
4695           the verbosity count.
4696           log_print(): put to statusbar only if log_verbosity_count > 0.
4697           log_message(): put to statusbar.
4698         * src/inc.c: inc_pop3_session_do(): set log verbosity.
4699         * src/mainwindow.c: main_window_set_menu_sensitive(): added the
4700           "Compose new message" item.
4701           main_window_show_cur_account(): removed "Current account: " string.
4702         * src/summaryview.c: summary_show(): ignore the current marks if
4703           main window is locked.
4704         * src/compose.c: compose_attach_property(): fixed a bug that caused
4705           segmentation fault.
4706
4707 2001-08-23
4708
4709         * src/mainwindow.c: main_window_get_current_state(): new. It returns
4710           the current state for the sensitivity of UI.
4711           main_window_set_toolbar_sensitive(): use table like
4712           main_window_set_menu_sensitive().
4713
4714 2001-08-23
4715
4716         * src/mainwindow.[ch]: added progressbar and status label to the
4717           statusbar.
4718           main_window_close_cb(): don't exit if locked.
4719         * src/inc.c: update the progressbar of main window, too.
4720
4721 2001-08-22
4722
4723         * src/mainwindow.[ch]: main_window_set_toolbar_sensitive(): removed
4724           the second argument, and determine the sensitivity with the
4725           state of summary view.
4726
4727 2001-08-21
4728
4729         * src/pop.c: pop3_getsize_list_recv(), pop3_retr_recv(),
4730           pop3_delete_recv(): don't try to receive messages which are not
4731           exist.
4732
4733 2001-08-21
4734
4735         * src/mainwindow.c: main_window_lock(), main_window_unlock():
4736           removed the whole menubar locking.
4737           main_window_set_menu_sensitive(): process the sensitivity change
4738           with a table, and deal with locking.
4739
4740 2001-08-20
4741
4742         * src/summaryview.[ch]: summary_get_selection_type(): new.
4743           It returns the current selection state of summary view.
4744           summary_key_pressed(): abort on some commands if main window
4745           is locked.
4746         * src/mainwindow.[ch]: main_window_lock(), main_window_unlock():
4747           increase/decrease the lock count.
4748
4749 2001-08-19
4750
4751         * src/prefs_filter.c: prefs_filter_create(): added List-Id to the
4752           default header list.
4753         * src/prefs_common.[ch]: added the option for receive dialog mode
4754           to the Interface tab.
4755         * src/inc.[ch]: inc_progress_dialog_create(): don't make the dialog
4756           transient, and show dialog only if the setting is
4757           RECV_DIALOG_ALWAYS, or RECV_DIALOG_ACTIVE and a window is active.
4758         * src/mainwindow.[ch]: main_window_lock(), main_window_unlock():
4759           new. Lock / unlock the user-interface.
4760         * src/progressdialog.c: progress_dialog_create(): don't make the
4761           dialog modal.
4762
4763 2001-08-18
4764
4765         * src/folderview.c: folderview_update_node(): suppressed unnecessary
4766           recursive call.
4767         * src/menu.[ch]: menu_button_position(): new. It calculates the
4768           position of popup menu.
4769         * src/mainwindow.c: toolbar_account_button_pressed(),
4770           ac_label_button_pressed(): put the popup menu to the correct
4771           position. Change the style of the button while opening the menu.
4772           ac_menu_popup_closed(): new function called on selection_done
4773           event.
4774         * src/gtkutils.c: gtkut_ctree_node_next(): fixed a crash bug when
4775           node == NULL.
4776         * src/summaryview.c: applied the summary fix patch from Sergey Vlasov
4777           (thanks!).
4778           Fixed the bug that didn't select previous message in refresh mode
4779           if threads were not expanded.
4780           summary_select_node(): new.
4781         * src/inc.c: applied the summary view update optimization patch from
4782           Sergey Vlasov (thanks!).
4783           If no new messages are received, don't perform summary refreshing.
4784           In addition to the Vlasov's patch, POP3 receive information is
4785           also used.
4786         * src/inc.h: added a new member cur_total_num to Pop3State.
4787         * src/pop.c: pop3_retr_recv(): increase state->cur_total_num.
4788
4789 2001-08-14
4790
4791         * version 0.5.3
4792
4793 2001-08-14
4794
4795         * src/summaryview.c: summary_set_row_marks(): got the color of
4796           unread row set properly.
4797         * src/folderview.c: foldreview_update_node(): don't use
4798           gtk_style_copy(), and reuse previously allocated styles.
4799         * README, README.jp: modified.
4800
4801 2001-08-14
4802
4803         * src/pop.c: pop3_getsize_list_recv(): fixed a remotly exploitable
4804           memory corruption bug (thanks to David Looney).
4805         * src/inc.c: inc_all_account_mail(): call inc_finished() even if
4806           there are no enabled accounts, or local spool only.
4807         * src/summaryview.c: applied the summary update improvement patch
4808           from Sergey Vlasov (thanks!). It keeps the position of the
4809           message displayed. Selected and displayed message are also kept.
4810           summary_get_msgnum(): new.
4811           summary_get_current_msgnum(): removed.
4812           summary_select_by_msgnum(): don't display the message.
4813         * src/account.c: added "Get all" column.
4814           account_clist_set_row(): show default and get-all flags with the
4815           mark icon.
4816         * src/utils.c: to_human_readable(): increased the number of decimals
4817           of MB and GB to 2.
4818
4819 2001-08-13
4820
4821         * implemented the long-awaited :) "Add sender to address book" feature.
4822         * src/address.[ch]: added the argument for remarks to
4823           address_item_new().
4824           address_get_folder_list(): new. It traverses the address tree and
4825           returns the folder list.
4826           address_delete_object(): modified so that it removes the node
4827           from the tree.
4828         * src/addressbook.[ch]: addressbook_add_submenu(): new. It creates
4829           a address folder menu and attaches it to the menu item.
4830           addressbook_refresh(): reload the address book folder tree.
4831         * src/summaryview.c: summary_set_add_sender_menu(): new. It attaches
4832           the menu to add sender to address book.
4833           summary_button_pressed(): call summary_set_add_sender_menu()
4834           before popup the menu.
4835
4836 2001-08-12
4837
4838         * src/summaryview.c: summary_thread_build(): fixed a bug that locked
4839           up the process. Optimized the initial thread build.
4840
4841 2001-08-12
4842
4843         * src/summaryview.c: made many code cleanups.
4844           summary_show(): block/unblock the signal handlers instead of
4845           disconnect/connect them.
4846           summary_set_row_marks(): made the font of collapsed node bold if
4847           it has cnildren marked as unread.
4848           summary_thread_build(): block tree_expand signals while processing.
4849           Use loop instead of the recursive function. Mark collapsed nodes
4850           correctly.
4851           summary_unthread(): block tree_collapse signals while processing.
4852           Use loop instead of the recursive function.
4853           summary_thread_func(), summary_unthread_func(): removed.
4854           summary_tree_expanded(), summary_tree_collapsed(): new callback
4855           functions.
4856         * src/inc.[ch]: inc_pop3_session_do(): don't show alert panel when
4857           failed to connect. Show more detailed status on the dialog.
4858
4859 2001-08-10
4860
4861         * src/folderview.c: folderview_update_all_node(): new. It updates
4862           all local folders.
4863         * src/inc.c: update all local folders after incorporation if
4864           scan_all_after_inc option is set.
4865         * src/prefs_common.[ch]: added scan_all_after_inc option.
4866         * src/folder.h: FOLDER_IS_LOCAL(): new macro.
4867
4868 2001-08-09
4869
4870         * src/defs.h
4871           src/headerview.c
4872           src/headerwindow.c
4873           src/textview.c
4874           src/prefs_common.c
4875           src/prefs_common.h: made bold and small font configurable.
4876           src/summaryview.c: display unread messages with bold font.
4877         * src/prefs_common.c
4878           src/prefs_common.h
4879           src/summaryview.c: added an option to enable/disable the
4880           emphasis of unread messages.
4881
4882 2001-08-08
4883
4884         * src/pixmaps/mark.xpm: modified.
4885         * src/gtkutils.[ch]: gtkut_ctree_expand_parent_all(): new.
4886         * src/summaryview.c: summary_set_ctree_from_list(): don't expand
4887           the root messages of threads for performance improvement.
4888           summary_show()
4889           summary_select_next_unread()
4890           summary_step(): expand threads when opening messages.
4891           summary_thread_build(): expand threads if the option is turned on.
4892         * src/prefs_common.[ch]: added "Expand threads" option.
4893
4894 2001-08-08
4895
4896         * src/prefs_common.c: removed "Emulate the behavior of mouse
4897           operation of Emacs-based mailer".
4898         * src/prefs_common.c
4899           src/prefs_account.c: changed the value of VSPACING_NARROW to 3.
4900         * src/pixmaps/new.xpm
4901           src/pixmaps/unread.xpm: reverted.
4902
4903 2001-08-07
4904
4905         * src/address.[ch]:
4906           address_folder_new()
4907           address_group_new()
4908           address_item_new(): changed the return value to AddressObject.
4909           address_build_tree(): don't put assertion for file.
4910         * src/pixmaps/new.xpm
4911           src/pixmaps/unread.xpm: modified a bit.
4912
4913 2001-08-06
4914
4915         * src/addressbook.c: fixed some bugs.
4916
4917 2001-08-06
4918
4919         * separated the logic part of addressbook into another module
4920           (still in progress).
4921         * src/address.[ch]: new. It contains the logic part of addressbook.
4922         * src/addressbook.[ch]: removed the logic part.
4923
4924 2001-08-04
4925
4926         * src/textview.c: textview_show_header(): fixed a bug that a garbage
4927           character was shown after header names.
4928
4929 2001-08-02
4930
4931         * src/inc.c: inc_start(): don't abort with non-fatal error.
4932
4933 2001-08-01
4934
4935         * version 0.5.2
4936
4937 2001-08-01
4938
4939         * src/mimeview.c: mimeview_view_file(): added -x option to the
4940           metamail to prevent the suspention of the main process.
4941           mimeview_button_pressed(): deactivate `Open' menu item if
4942           content-type is application/octet-stream.
4943
4944 2001-07-31
4945
4946         * src/imap.c: imap_parse_atom(): parse escaped characters properly.
4947           get_quoted(): new. It handles the escape character '\'.
4948         * src/folder.c: folder_read_list(): don't output warning if
4949           folderlist.xml doesn't exist.
4950         * src/main.c: main(): write folder list after setup.
4951         * src/textview.c: textview_create()
4952           src/compose.c: compose_create(): set default tab width to 8.
4953
4954 2001-07-29
4955
4956         * src/prefs_common.c: date_format_select_row(): fixed a bug that
4957           caused segfault when selecting the list with key.
4958
4959 2001-07-28
4960
4961         * src/mainwindow.c: main_window_popup(): deiconize the window
4962           when popup (thanks to Henrik Carlqvist).
4963         * src/procmime.c: procmime_scan_mime_type(): new.
4964           procmime_scan_content_type(): use procmime_scan_mime_type().
4965           procmime_scan_mime_header(): scan the extension of attached files
4966           and add the correct MIME type if the Content-Type is
4967           "application/octet-stream" (thanks to Don Quijote).
4968         * src/compose.c: compose_toolbar_create(): added a new "Send later"
4969           icon (thanks to Leandro Pereira).
4970
4971 2001-07-27
4972
4973         * src/prefs_common.c: date_format_create(): modified the layout of
4974           the dialog.
4975
4976 2001-07-26
4977
4978         * src/account.c: account_find_from_address(): fixed a minor bug.
4979         * src/prefs_common.c: incorporated the user-interface for setting
4980           date format from the claws branch, and made some modification to
4981           that.
4982
4983 2001-07-25
4984
4985         * src/account.[ch]: account_edit_create(): modified the text of
4986           default button.
4987           account_find_from_address(): new.
4988         * src/procmime.c:
4989           procmime_scan_content_type(), procmime_scan_content_disposition():
4990           fixed ESC code detection.
4991         * src/compose.c: compose_reply(): automatically select account
4992           according to the message header.
4993         * src/prefs_common.[ch]: added member "reply_account_autosel".
4994
4995 2001-07-25
4996
4997         * src/progressdialog.c: made the CList scrollable.
4998         * src/inc.c: inc_start(): don't abort with non-fatal error.
4999
5000 2001-07-24
5001
5002         * added English Sylpheed User's Manual by Paul Kater
5003           (paul@nlpagan.net) (thanks!).
5004         * configure.in
5005           manual/Makefile.am
5006           src/mainwindow.c: added support for English manual.
5007         * manual/en/sylpheed*.html: added English documentation.
5008         * AUTHORS: updated.
5009
5010 2001-07-23
5011
5012         * src/nntp.c: nntp_ok(): fixed the bug that didn't handle a response
5013           that didn't have any trailing messages.
5014         * src/smtp.c: smtp_ok(): ditto.
5015         * src/compose.c: compose_account_option_menu_create(): modified
5016           the style of the account option menu.
5017
5018 2001-07-22
5019
5020         * src/prefs_customheader.c: prefs_custom_header_clist_set_row():
5021           remove return code from strings automatically.
5022           prefs_custom_header_create(): added "X-Face" to the default
5023           option.
5024         * src/news.c: news_fetch_msg(), news_get_group_list()
5025           src/imap.c: imap_fetch_msg(): create the cache directory before
5026           writing.
5027         * src/procmime.c:
5028           procmime_scan_content_type()
5029           procmime_scan_content_disposition(): convert JIS into EUC-JP
5030           before parsing.
5031         * src/codeconv.c: conv_unmime_header(): cleaned up a bit.
5032         * src/compose.c: don't append attachment headers if the attach
5033           pane is visible but the list is empty.
5034         * src/recv.c: recv_bytes_write(): use g_malloc() instead of alloca().
5035
5036 2001-07-18
5037
5038         * version 0.5.1
5039
5040 2001-07-18
5041
5042         * src/compose.c: compose_quote_parse_fmt()
5043           src/prefs_common.c: prefs_quote_description_create(): added the
5044           symbol `%c' that allows to include Cc in reply format (thanks
5045           to Cyril Bellot).
5046         * src/base64.[ch]
5047           src/procmime.c: procmime_decode_content(): applied the patch
5048           from Sergey Vlasov that allows to decode base64 data with
5049           unusual line length (not a multiple of 4) (thanks!).
5050
5051 2001-07-17
5052
5053         * src/procmsg.[ch]: separated the permanent flags and temporary
5054           flags into two variables, and made MsgFlags a structure that
5055           includes them.
5056           MSG_SET_PERM_FLAGS()
5057           MSG_SET_TMP_FLAGS()
5058           MSG_UNSET_PERM_FLAGS()
5059           MSG_UNSET_TMP_FLAGS(): new macros.
5060         * src/compose.c
5061           src/imap.c
5062           src/inc.c
5063           src/messageview.c
5064           src/mh.c
5065           src/news.c
5066           src/procheader.c
5067           src/summaryview.c: modified for the new MsgFlags.
5068         * src/utils.[ch]: hash_free_value_mem(): new. It frees the values
5069           of hash table.
5070
5071 2001-07-16
5072
5073         * src/inc.c: inc_pop3_recv_func(), inc_progress_update():
5074           display current size with human-readable format.
5075         * src/grouplistdialog.c: grouplist_recv_func(): ditto.
5076         * TODO
5077           TODO.jp: updated.
5078
5079 2001-07-16
5080
5081         * src/codeconv.c:
5082           conv_unmime_header(), conv_unmime_header_overwrite(): workaround
5083           for raw-JIS code in header fields.
5084         * src/folder.c:
5085           folder_get_default_folder()
5086           folder_get_default_inbox()
5087           folder_get_default_outbox()
5088           folder_get_default_draft()
5089           folder_get_default_queue()
5090           folder_get_default_trash(): fixed a bug that caused segfault
5091           if folder_list is NULL.
5092
5093 2001-07-15
5094
5095         * README
5096           README.jp
5097           INSTALL
5098           INSTALL.jp
5099           TODO
5100           TODO.jp: updated.
5101         * src/grouplistdialog.c: grouplist_dialog_set_list(): update UI
5102           while retrieving newsgroup list.
5103           grouplist_dialog_create(): added entry widget and status label.
5104           grouplist_recv_func(): new.
5105           refresh_clicked(): added exclusive lock variable.
5106           clist_selected(): set text entry when the CList is selected.
5107           renamed from group_clist_select().
5108           entry_activated(): new.
5109           grouplist_clear(): renamed from grouplist_free(). Also clears
5110           list and entry widget.
5111         * src/news.c: news_get_group_list(): sped up the list appending
5112           (g_slist_append() becomes very slow if list size is large).
5113         * src/defs.h: added UI_REFRESH_INTERVAL definition.
5114           Changed the definition of NEWSGROUP_LIST.
5115         * src/recv.c: recv_write()
5116           src/send.c: send_message_smtp(): changed the UI refresh interval
5117           to UI_REFRESH_INTERVAL (50msec).
5118         * src/account.c: account_add(): fixed a bug that didn't update
5119           folder tree when a news account was added.
5120         * src/grouplistdialog.c: made exclusive lock variable global, and
5121           lock at grouplist_dialog_set_list().
5122         * src/textview.c: fixed a bug that disabled clickable URI if
5123           message color was disabled.
5124
5125 2001-07-15
5126
5127         * src/grouplistdialog.c: ok_clicked(), cancel_clicked(): don't
5128           quit main loop if gtk_main_level() is 1.
5129           grouplist_dialog_set_list(): freeze CList while appending the list.
5130           grouplist_dialog(): show dialog before updating the list.
5131
5132 2001-07-14
5133
5134         * src/folder.c: folder_write_list_recursive(): add the attribute
5135           `collapsed' if a node have some children.
5136         * src/grouplistdialog.[ch]: new. Newsgroups can be selected from
5137           the list.
5138         * src/news.[ch]:
5139           news_get_group_list(): new. It returns newsgroup list.
5140           news_remove_group_list(): new. It removes newsgroup list cache.
5141         * src/folderview.c: folderview_new_news_group_cb(): call
5142           grouplist_dialog() instead of input_dialog().
5143
5144 2001-07-12
5145
5146         * autogen.sh: modified.
5147         * src/folder.[ch]
5148           src/folderview.c: made expand/collapse state of folders persistent
5149           (thanks to Alfons).
5150
5151 2001-07-06
5152
5153         * version 0.5.0
5154
5155 2001-07-06
5156
5157         * src/imap.c: imap_remove_folder(): select INBOX with EXAMINE before
5158           DELETE.
5159           imap_cmd_do_select(): new. It toggles between SELECT and EXAMINE
5160           according to the argument.
5161           imap_cmd_select(): use imap_cmd_do_select().
5162           imap_cmd_examine(): new.
5163         * src/folderview.c: folderview_rm_imap_folder_cb(): select current
5164           folder again when removing failed.
5165
5166 2001-07-05
5167
5168         * version 0.5.0pre4
5169
5170         * manual/ja/sylpheed.sgml
5171           manual/ja/*.html: updated the Japanese manual (thanks to Imai).
5172         * src/summaryview.c: summary_set_row_marks(): fixed a bug that
5173           didn't set foreground correctly.
5174         * src/folderview.h
5175           src/summaryview.h: removed the member color_normal from FolderView
5176           and SummaryView.
5177         * src/mainwindow.c: main_window_create(): removed color_normal.
5178
5179 2001-07-04
5180
5181         * src/prefs_account.[ch]: the port numbers of IMAP4 and NNTP
5182           became specifiable.
5183         * src/imap.c: imap_session_get()
5184           src/news.c: news_session_new_for_folder(), news_session_get():
5185           use user-defined port number if specified.
5186
5187 2001-07-03
5188
5189         * src/imap.c: imap_scan_tree_recursive(): get mailbox status when
5190           scanning.
5191           imap_scan_folder(): implemented. It updates the numbers of new,
5192           unread and total messages.
5193           imap_status(): new. It parses the response of STATUS command.
5194           imap_status_uidnext(): removed.
5195           imap_cmd_status(): removed.
5196         * src/textview.c: textview_show_part(): fixed potential memory leaks.
5197
5198 2001-07-03
5199
5200         * src/alertpanel.c: alertpanel_create(): fixed truncated message.
5201         * src/rfc2015.c: rfc2015_decrypt_message(): fixed the case problem
5202           of content-type (thanks to René Rebe for the patch).
5203         * src/codeconv.c: code_get_code_conv_func(): fixed the ISO-8859-1
5204           detection.
5205         * src/prefs_common.c: prefs_send_create(): made some more character
5206           sets specifiable when not using libjconv.
5207         * configure.in: disabled --enable-threads option temporarily.
5208         * INSTALL
5209           INSTALL.jp: deleted the description about --enable-threads option.
5210
5211 2001-07-02
5212
5213         * updated gettext to 0.10.38.
5214
5215 2001-07-01
5216
5217         * version 0.5.0pre3
5218
5219         * src/folderview.[ch]: folderview_set_all(): new.
5220         * src/account.c: account_add(): call folderview_set_all() after
5221           creating IMAP4 tree.
5222           account_edit_create(): account preferences dialog can be opened
5223           with double clicking of the list.
5224           account_selected(): new.
5225           account_clist_set(): made the CList focus set correctly.
5226
5227 2001-06-30
5228
5229         * src/imap.c: imap_scan_tree(): call imap_create_trash() if trash
5230           is not found.
5231           imap_scan_tree_recursive(): search the sub folders of INBOX.
5232           recognize Trash folder.
5233           imap_create_tree(): separated the part of creating trash.
5234           imap_create_trash(): new.
5235         * src/folder.c: folder_build_tree(), folder_write_list_recursive():
5236           preserve no_sub and no_select.
5237         * src/summaryview.c: summary_show(): don't proceed if item->no_select
5238           is TRUE.
5239
5240 2001-06-29
5241
5242         * src/imap.c: imap_scan_tree(): fixed a bug that didn't set the
5243           root folder correctly.
5244
5245 2001-06-28
5246
5247         * src/folderview.[ch]:
5248           folderview_update_tree(): new. It updates one folder tree.
5249           folderview_update_tree_cb(): new.
5250           Added "Update folder tree" to the popup menu, and modified some
5251           expressions.
5252
5253 2001-06-27
5254
5255         * src/imap.c: implemented the autoscan of IMAP4 folder list.
5256           imap_scan_tree(): new. It scans the whole IMAP4 folder.
5257           imap_scan_tree_recursive(): new. It traverses the IMAP4 folder tree.
5258           imap_parse_list(): new. It parses the LIST response.
5259           imap_get_real_path(): new. It converts local path into IMAP4 path.
5260         * src/folder.h: added no_sub and no_select to FolderItem.
5261         * src/folder.c: folder_tree_destroy(): reset some variables.
5262         * src/folderview.c: folderview_scan_tree_func(): supported IMAP4.
5263
5264 2001-06-26
5265
5266         * src/imap.c: imap_parse_envelope(): fixed a bug that didn't
5267           parse the FETCH response that continues to the next line.
5268           imap_parse_fetch_element(): removed.
5269           imap_parse_atom(), imap_parse_one_address(), imap_parse_address(),
5270           imap_parse_envelope(), imap_get_uncached_messages(): use GString
5271           and sock_getline() to parse the FETCH response.
5272           imap_remove_all_msg(): fixed a bug that didn't delete messages
5273           correctly.
5274           imap_parse_address(): fixed a bug that didn't concaternate
5275           addresses correctly, using GString.
5276         * src/socket.[ch]: sock_getline(), fd_getline(): new. They read
5277           the whole line and return the newly allocated string.
5278         * src/prefs_account.[ch]: added `IMAP server directory' entry.
5279
5280 2001-06-25
5281
5282         * version 0.5.0pre2
5283
5284         * src/imap.c: imap_create_tree(): pass the path that is separated
5285           by the local filesystem separator to imap_create_folder().
5286           imap_create_folder(): examine the existence of folders using
5287           LIST command instead of STATUS.
5288           imap_cmd_list(): new.
5289           imap_query_password(): new.
5290           imap_session_new(): query password if it is not set.
5291
5292 2001-06-24
5293
5294         * src/imap.c: imap_parse_envelope(): FETCH results can be parsed
5295           with arbitrary order.
5296           imap_parse_fetch_element(): new. it parses one pair of name and
5297           value of FETCH results.
5298           imap_parse_flags(): modified for more flexibility.
5299         * src/utils.[ch]: set_log_file(): new. it opens a new file for
5300           logging.
5301           close_log_file(): new. it closes the opened log file.
5302           log_print(), log_message(), log_warning(), log_error(): also
5303           output to log file.
5304
5305 2001-06-22
5306
5307         * src/imap.c: imap_cmd_status(): check the pointer to "value"
5308           before the assignment (thanks to NISHIJIMA).
5309
5310 2001-06-21
5311
5312         * src/folderview.c: folderview_drag_motion_cb(): don't allow DnD
5313           across MH and IMAP4 folder (for now) (thanks to Hiramatu).
5314         * src/foldersel.[ch]: don't show folders which can't be targets
5315           for current folder.
5316
5317 2001-06-20
5318
5319         * version 0.5.0pre1
5320
5321         * src/imap.c:
5322           imap_get_msg_list()
5323           imap_cmd_envelope()
5324           imap_cmd_fetch()
5325           imap_cmd_copy()
5326           imap_cmd_store(): use UID instead of sequential number.
5327           Renamed imap_set_article_flags() to imap_set_message_flags().
5328         * src/summaryview.c: summary_execute(): don't update summary
5329           even if current folder is IMAP4.
5330         * src/utils.[ch]: remove_numbered_files(): changed the type of
5331           arguments from gint to guint.
5332
5333 2001-06-19
5334
5335         * src/imap.c: imap_cmd_login(), imap_cmd_select(), imap_cmd_status(),
5336           imap_cmd_create(), imap_cmd_delete(), imap_cmd_copy(): don't
5337           enclose with double quotation if string doesn't have space
5338           (workaround for old Cyrus IMAP4 server).
5339           imap_create_folder(): fixed a bug of separator substitution.
5340           renamed imap_session_connect_if_not() to imap_session_get().
5341           imap_get_msg_list(): delete all cached messages if use_cache
5342           is off.
5343           imap_delete_cached_messages(): remove cached files in between
5344           the specified range by reading directory entry.
5345           imap_parse_one_address(): set fromname same as the from address
5346           if it is empty.
5347         * src/utils.[ch]: remove_numbered_files(): new. The range is
5348           specifiable.
5349         * src/summaryview.c: summary_execute(): update summary if current
5350           folder is IMAP4.
5351           KEY_PRESS_EVENT_STOP(): new macro.
5352           summary_key_pressed(): stop signal emission when calling
5353           summary_execute().
5354           summary_select_by_msgnum(): show message only if
5355           msg_is_toggled_on is TRUE. Move current page to the selected
5356           node.
5357         * src/news.c; news_delete_old_articles(): remove cached files in
5358           between the specified range by reading directory entry.
5359         * src/folderview.c:
5360           folderview_selected(), folderview_button_released(): fixed a bug
5361           that didn't select folder correctly.
5362
5363 2001-06-18
5364
5365         * src/mainwindow.c
5366           src/summaryview.c
5367           src/prefs_common.c: improvements to the English (thanks to Paul
5368           Mangan).
5369         * src/mainwindow.c: compose_cb()
5370           src/summaryview.c: summary_key_pressed()
5371           src/compose.c: compose_new_with_recipient(): newsgroups entry
5372           is automatically filled when composing a new article.
5373
5374 2001-06-17
5375
5376         * src/procmsg.c: procmsg_msg_list_free(): fixed a bug that didn't
5377           free list correctly.
5378
5379 2001-06-16
5380
5381         * version 0.4.99
5382
5383         * src/imap.c: imap_find_namespace(): replace namespace path
5384           separator with slash before comparison.
5385           imap_remove_folder(): use namespace.
5386           imap_create_tree(): use namespece when creating Trash.
5387           imap_get_msg_list(): fixed a bug that returned old list and caused
5388           memory leak if exists == 0.
5389           imap_select(): new. It's a wrapper for imap_cmd_select().
5390         * src/foldersel.c: foldersel_set_tree(): show IMAP4 folder too.
5391
5392 2001-06-15
5393
5394         * src/folderview.c:
5395           folderview_new_folder_cb()
5396           folderview_new_imap_folder_cb(): show error dialog when creation
5397           or deletion of folder failed.
5398           Made it allow users to create a folder which contains subfolders.
5399           folderview_button_pressed(): disabled delete menu on the special
5400           IMAP4 folder.
5401         * AUTHORS: incorporated from claws branch. It now contains all
5402           contributors.
5403         * src/send.c: enabled cancellation.
5404           EXIT_IF_CANCELLED(): new macro.
5405           Added cancelled flag to SendProgressDialog.
5406         * src/utils.[ch]: strtailchomp(): new. It removes the trailing
5407           specified character.
5408         * src/imap.c: imap_cmd_fetch(): a fix for MS Exchange 2000 server.
5409
5410 2001-06-15
5411
5412         * src/imap.c: imap_create_tree(): new. It creates required
5413           folders such as INBOX and Trash.
5414           imap_do_copy(), imap_do_copy_msgs_with_dest(): don't expunge
5415           if COPY failed.
5416           imap_remove_all_msg(): return immediately if exists == 0.
5417         * src/account.c: account_add(), account_set_missing_folder():
5418           made them use folder->create_tree().
5419
5420 2001-06-14
5421
5422         * src/imap.c: more namespace implementation.
5423           imap_find_namespace(), imap_path_separator_subst(): new.
5424
5425 2001-06-13
5426
5427         * src/imap.c: imap_parse_namespace(), imap_cmd_namespace(): new.
5428
5429 2001-06-11
5430
5431         * src/summaryview.c: summary_show(): fixed a glitch in folder view.
5432
5433 2001-06-08
5434
5435         * src/imap.[ch]: added imap_add_msg(), and imap_append_message(),
5436           which appends file into IMAP4 folder.
5437           imap_status(): new.
5438           imap_create_folder(): check the existence of a folder before
5439           create it.
5440           renamed the prefix of low-level IMAP4rev1 functions to imap_cmd.
5441         * src/account.c: account_add(), account_set_missing_folder():
5442           create INBOX automatically when creating IMAP4 account.
5443
5444 2001-06-07
5445
5446         * src/utils.[ch]: added itos_buf() that takes the buffer for its
5447           argument.
5448         * src/imap.[ch]: imap_copy_msg(), imap_copy_msgs_with_dest(): new.
5449         * src/folder.c: added copy_msg and copy_msgs_with_dest methods
5450           to the IMAP class.
5451
5452 2001-06-06
5453
5454         * src/utils.[ch]: move_file(): new.
5455         * src/mh.c: mh_move_msg(), mh_move_msgs_with_dest(): modified to
5456           use move_file(), and fixed a bug that didn't close file when
5457           error occured.
5458
5459 2001-06-06
5460
5461         * src/imap.c: renamed imap_delete_messages() and
5462           imap_delete_all_messages() to imap_delete_cached_messages() and
5463           imap_delete_all_cached_messages(). Some code cleanups.
5464         * src/utils.[ch]: added a function remove_all_numbered_files().
5465         * src/mh.c: mh_remove_all_msg()
5466           src/imap.c: imap_delete_all_cached_messages():
5467           use remove_all_numbered_files().
5468         * src/mainwindow.c
5469           src/summaryview.c
5470           src/compose.[ch]: added `Reply to sender'.
5471           compose_reply()
5472           compose_reply_set_entry(): added an argument `ignore_replyto'.
5473
5474 2001-06-05
5475
5476         * src/folderview.c: folderview_selected()
5477           src/summaryview.c: summary_show(): fixed a bug that updated wrong
5478           folder when remaining marks were processed.
5479
5480 2001-06-04
5481
5482         * src/headerwindow.c: headerwindow_show_cb(): always try to show
5483           msginfo, and use the selected message, not the displayed one.
5484         * src/smtp.c: smtp_ok(): fixed sock_gets() error handling.
5485
5486 2001-06-02
5487
5488         * src/folderview.c: folderview_selected()
5489           src/mimeview.c: mimeview_selected(): ungrab the mouse event.
5490         * src/summaryview.c: summary_show(): process the left marks if any.
5491
5492 2001-05-27
5493
5494         * src/passphrase.c: enclosed with #if USE_GPGME.
5495         * src/prefs_account.c: added NNTP AUTH check button.
5496         * src/alertpanel.[ch]: alertpanel_create(): added new argument
5497           `can_disable', all existing callers changed to pass FALSE;
5498           created a check button to disable the message.
5499           alertpanel_message_with_disable(): new.
5500           alertpanel_show(): mask value with G_ALERT_VALUE_MASK.
5501           alertpanel_button_toggled(): new.
5502           alertpanel_button_clicked(), alertpanel_close(): set value using
5503           G_ALERT_VALUE_MASK.
5504         * src/prefs_common.[ch]: added option to toggle GnuPG signature
5505           check popup window, and GnuPG warning.
5506         * src/rfc2015.c: check_signature(): show signature check dialog
5507           only if it is enabled.
5508         * src/main.c: modified GnuPG checking.
5509         * src/main.c
5510           src/prefs_common.c: fixed some compilation bugs when enabled
5511           GPGME.
5512
5513 2001-05-26
5514
5515         * src/codeconv.c: conv_get_code_conv_func(): fix for ISO-8859-*
5516           encodings with libjconv.
5517           conv_encode_header(): fixed an endless loop bug when encountering
5518           an invalid wide character (thanks to Alte).
5519         * src/headerview.c: SET_FONT_STYLE(): fixed segfault with invalid
5520           bold font.
5521         * src/imap.c: imap_create_folder(): don't create folder if the
5522           name is INBOX.
5523         * src/mainwindow.c: main_window_reflect_prefs_all(): hide the
5524           execute button when immediate execution is enabled.
5525
5526 2001-05-22
5527
5528         * README
5529           README.jp: added the "How to run" section.
5530
5531 2001-05-19
5532
5533         * merged NNTP AUTH from the claws branch.
5534         * src/news.[ch]: supported NNTP AUTH.
5535         * src/nntp.[ch]: wrapped SockInfo with NNTPSockInfo for NNTP AUTH.
5536         * INSTALL
5537           INSTALL.jp: modified the confirmation list and the warning about
5538           threads.
5539
5540 2001-05-18
5541
5542         * src/gtkutils.[ch]: moved folderview_find_collapsed_parent() to
5543           gtkut_ctree_find_collapsed_parent().
5544         * src/folderview.c: folderview_select_node(): automatically expand
5545           the parent folders when selected.
5546         * configure.in: made the version number to 0.4.99 (0.5pre)
5547         * src/main.c: main(): moved parse_cmd_opt() before gtk_init()
5548           so that X is not necessary for --help and --version.
5549           parse_cmd_opt(): changed g_get_prgname() to g_basename(argv[0]).
5550         * src/folderview.c: folderview_update_node(): a fix for collapsed
5551           nodes.
5552
5553 2001-05-17
5554
5555         * src/main.c: lock_socket_input_cb(): changed fd_read() to fd_gets().
5556           It caused garbages in --compose option.
5557         * src/socket.[ch]: made fd_gets() public.
5558
5559 2001-05-16
5560
5561         * src/gtkutils.[ch]: gtkut_ctree_node_next(): new.
5562         * src/folderview.c: folderview_find_next_unread(): new.
5563           folderview_select_next_unread(): modified so that it can find
5564           the hidden folder.
5565
5566 2001-05-15
5567
5568         * src/compose.c: compose_write_headers(): excluded also From, To,
5569           Sender because they could be used for SPAM.
5570         * src/folderview.c: add '+' mark to the collapsed folder that have
5571           some unread folders.
5572           folderview_search_new_recursive(),
5573           folderview_have_new_children(),
5574           folderview_search_unread_recursive(),
5575           folderview_have_unread_children(),
5576           folderview_find_collapsed_parent(): new.
5577           folderview_update_node(): display the number of queued messages.
5578
5579 2001-05-14
5580
5581         * src/folder.[ch]
5582           src/mh.[ch]: modified *_add_msg() to use link(). Added the
5583           argument to switch whether to remove the source file or not.
5584         * src/compose.c
5585           src/inc.c
5586           src/mbox.c: modified the argument of folder_item_add_msg() and
5587           removed some unlink()'s.
5588
5589 2001-05-13
5590
5591         * src/prefs_customheader.[ch]: renamed prefs_headers_* to
5592           prefs_custom_header_*. Removed `(New)' row and `Substitute'
5593           button. Supported empty value.
5594           prefs_custom_header_row_moved(): new. Connected "row_move" signal
5595           to the function, and made it set header list.
5596         * src/customheader.c: custom_header_get_str()
5597           src/compose.c: compose_write_headers(): supported empty value.
5598         * src/prefs_display_header.c: prefs_display_header_row_moved(): new.
5599           Connected "row_move" signal to the function, and made it set
5600           header list.
5601         * src/compose.c: compose_write_headers(): modified the order of
5602           headers, and made it encode the custom headers.
5603         * src/prefs_customheader.c: prefs_custom_header_delete_cb()
5604           src/prefs_filter.c: prefs_filter_delete_cb(): treat closing the
5605           alert panel by ESC as "No".
5606
5607 2001-05-13
5608
5609         * merged the custom header stuff from claws branch:
5610         * src/customheader.[ch]
5611           src/prefs_customheader.[ch]: new.
5612         * src/customheader.c: custom_header_read_str(): use strtol() instead
5613           of atoi() and check errors.
5614           custom_header_find(): new function.
5615         * src/compose.c: IS_IN_CUSTOM_HEADER(): new macro.
5616           compose_write_headers(): made it replace headers with user-defined
5617           headers except for some automatically generated headers.
5618
5619 2001-05-11
5620
5621         * src/inc.c: connection_check_cb(): fixed a bug that caused
5622           segmentation fault if connection was not established.
5623         * src/compose.c: compose_create(): even if set_autobcc or set
5624           autoreplyto is checked and the entries are empty, show them.
5625
5626 2001-05-10
5627
5628         * src/textview.c: textview_show_mime_part(): modified the messages.
5629           TEXT_INSERT(): new macro.
5630         * po/ja.po: fixed.
5631         * src/prefs_display_header.c: prefs_display_header_create():
5632           modified the text of checkbutton.
5633
5634 2001-05-09
5635
5636         * src/mimeview.c: added "Open with..." to the context menu.
5637         * src/summaryview.c: summary_print()
5638           src/inputdialog.c: input_dialog(): fixed memory leaks.
5639         * src/textview.c: textview_show_mime_part(): updated the description.
5640         * src/send.c: implemented sending progress dialog.
5641           (TODO: automaton should be used.)
5642           send_progress_dialog_create(), send_progress_dialog_destroy(),
5643           send_cancel(): new.
5644           send_message_smtp(): made it update the dialog for each stage.
5645         * src/utils.[ch]: get_left_file_size(): new. Get the left bytes
5646           of opened file.
5647         * src/summaryview.c: summary_show(): when open_inbox_on_inc is set,
5648           go to first unread message even if folder is same as previous.
5649         * src/prefs_common.c: made color selection dialog transient, and
5650           made escape key close the dialogs.
5651
5652 2001-05-08
5653
5654         * version 0.4.66
5655
5656         * src/select-keys.c: delete_event_cb(): removed `;' from its end.
5657         * src/recv.c: recv_write(): changed the interval to 10msec.
5658         * src/prefs_display_header.c: modified the layout of the dialog,
5659           and made the hidden headers list insensitive when `Show other
5660           headers' is not checked.
5661         * src/textview.c: changed strcasecmp() and strncasecmp() to
5662           the corresponding glib functions.
5663         * src/inc.c: get_spool(): make a temporary file in the home
5664           directory.
5665
5666 2001-05-07
5667
5668         * src/prefs_common.c
5669           src/prefs_account.c
5670           src/prefs_filter.c
5671           src/account.c
5672           src/alertpanel.c
5673           src/filesel.c
5674           src/foldersel.c
5675           src/export.c
5676           src/import.c
5677           src/inputdialog.c
5678           src/passphrase.c
5679           src/select-keys.c
5680           src/sigstatus.c: fixed a bug that accidentally destroyed dialogs
5681           when closed them with delete_event (thanks to DINH).
5682           Added *_deleted() and *delete_event() which handle delete_event
5683           signal correctly.
5684
5685 2001-05-06
5686
5687         * src/prefs_display_header.c: merged some changes from claws branch:
5688           prefs_display_header_create(): allow reordering of headers by
5689           dragging.
5690           prefs_display_header_find_header(): new function.
5691           prefs_display_header_clist_set_row(): don't allow duplicates.
5692         * src/prefs_account.c: prefs_account_receive_create(): changed
5693           the label of the check button.
5694
5695 2001-05-05
5696
5697         * src/pop.c: pop3_getsize_list_recv(): if sscanf() failed, break
5698           immediately.
5699         * src/inc.h: removed cur_msg_bytes from Pop3State.
5700         * src/inc.c: pop3_recv_func()
5701           src/recv.[ch]: made the second arguments of RecvUIFunc current
5702           total read bytes.
5703           recv_write(): made it call UI func if elapsed time is greater
5704           than 0.1 sec.
5705         * src/recv.c: recv_write(): changed the interval to 300 usec.
5706         * src/textview.c: textview_show_header(): if header is Subject,
5707           unfold it.
5708         * src/utils.[ch]: unfold_line(): new.
5709         * src/procheader.[ch]: procheader_get_header_array(): new.
5710         * src/prefs_display_header.c: updated defaults.
5711
5712 2001-05-05
5713
5714         * some merge from the sylpheed-claws branch.
5715           It allows user to specify displayed headers in message view.
5716           (symbol names were also changed.)
5717         * src/prefs_display_header.[ch]
5718           src/displayheader.[ch]: new.
5719         * src/prefs_display_header.c:
5720           removed prefs_display_headers_other_headers_toggled().
5721           removed "(New)" row from the list.
5722         * src/defs.h: added DISPLAY_HEADER_RC.
5723         * src/prefs_common.c: prefs_message_create(): added a button for
5724           opening the display header setting dialog.
5725         * src/prefs_common.h: added show_other_header and disphdr_list
5726           to PrefsCommon.
5727         * src/procheader.[ch]: procheader_get_header_list_from_file(),
5728           procheader_get_header_array_asis(): new.
5729           procheader_get_header_list(): modified so that it takes FILE
5730           pointer for its argument.
5731           procheader_header_array_destroy(), procheader_header_free(): new.
5732         * src/main.c: main(): made it call prefs_display_header_*_config().
5733         * src/textview.c: textview_scan_header(): modified so that it
5734           sorts headers according to user setting.
5735           src/textview_show_header(): made it call
5736           textview_make_clickable_parts().
5737           textview_make_clickable_parts(): added GdkFont to its arguments,
5738           and removed GtkText from them.
5739
5740 2001-05-04
5741
5742         * implemented auto-checking of new mail based on the patch from
5743           Pierric Descamps (thanks!).
5744         * src/inc.c: added inc_autocheck_timer_init(),
5745           inc_autocheck_timer_set(), inc_autocheck_timer_remove(),
5746           inc_autocheck_func() for auto-checking of new mail.
5747         * src/main.c: main(): call inc_autocheck_timer_init().
5748         * src/prefs_common.c: prefs_receive_create(): activated the
5749           auto-checking UI. Added prefs_common_cancel(), and connected
5750           some signals to that.
5751         * src/prefs_common.c
5752           src/prefs_account.c
5753           src/prefs_filter.c
5754           src/account.c: Disabled auto-checking while opening the dialog.
5755         * src/headerview.c: headerview_show_xface(): fixed a bug that
5756           showed a warning when header pane was hidden.
5757
5758 2001-05-03
5759
5760         * src/inc.c
5761           src/pop.c
5762           src/recv.c: removed non-blocking socket mode support since it
5763           does nothing.
5764         * src/pop.c
5765           src/inc.c: modified the messages of incorporation dialog.
5766
5767 2001-05-02
5768
5769         * src/utils.h: made u32 the typedef of guint32.
5770           added BIG_ENDIAN_HOST macro that is used by md5.c.
5771         * src/md5.c: renamed md5c.c. Fixed the indentation. Fixed a bug
5772           that didn't calculate MD5 correctly on big endian machines.
5773
5774 2001-05-01
5775
5776         * version 0.4.65
5777
5778         * src/folder.c: folder_init(): added the method imap_remove_folder.
5779         * src/folderview.c: folderview_rm_imap_folder_cb(): made it
5780           actually remove folder from IMAP4 server.
5781         * src/imap.[ch]: imap_create_folder(): made it actually create
5782           folder on IMAP4 server.
5783           imap_remove_folder(): added.
5784           imap_create(), imap_delete(): added.
5785         * src/summaryview.c: summary_execute_delete(): don't check trash
5786           if folder type is not F_MH.
5787         * thanks to Ishihara for the above changes.
5788         * configure.in
5789           ac/check-type.m4: better wint_t typedef detection (renamed
5790           sv_CHECK_TYPE to SYLPHEED_CHECK_TYPE).
5791
5792 2001-04-30
5793
5794         * src/recv.c: recv_bytes_write(): fixed another bug that caused
5795           infinite loop and buffer overrun.
5796
5797 2001-04-30
5798
5799         * src/socket.[ch]: renamed sock_read() and fd_read() to
5800           sock_gets() and fd_gets() for preventing confusion.
5801           Added sock_read() and fd_read() which is the wrapper of read().
5802         * src/recv.c: recv_bytes_write(): fixed a bug that caused infinite
5803           loop. Use sock_read() instead of fd_read().
5804         * src/esmtp.c
5805           src/imap.c
5806           src/news.c
5807           src/nntp.c
5808           src/pop.c
5809           src/recv.c
5810           src/smtp.c: use sock_gets() instead of sock_read().
5811         * src/imap.c: imap_session_new(): fixed the error detection
5812           of imap_open().
5813
5814 2001-04-28
5815
5816         * src/inc.c: made it displays current read bytes to the dialog.
5817         * src/pop.c: recv_write(): call UI function before editing
5818           strings.
5819
5820 2001-04-27
5821
5822         * src/progressdialog.c: progress_dialog_create(): modified the
5823           size of dialog and made it stretchable.
5824         * src/smtp.c
5825           src/esmtp.c: smtp_ok(), esmtp_ok(): fixed a bug that didn't
5826           process an error response correctly (thanks to Ohmasa).
5827         * src/pop.[ch]: added pop3_getsize_list_send(),
5828           pop3_getsize_list_recv().
5829         * src/recv.[ch]: added recv_set_ui_func() that makes recv_write()
5830           call the callback function for each sock_read().
5831         * src/inc.h: in Pop3State, renamed bytes to total_bytes, and added
5832           cur_msg_bytes, cur_total_bytes, and sizes.
5833         * src/inc.c: added inc_pop3_recv_func() that updates the progress
5834           bar for each sock_read().
5835
5836 2001-04-26
5837
5838         * src/mh.c: mh_is_maildir_one(): modified so that it uses
5839           is_dir_exist().
5840
5841 2001-04-25  Werner Koch  <wk@gnupg.org>
5842
5843         * src/mh.c (mh_is_maildir_one, mh_is_maildir): New.
5844         (mh_scan_tree_recursive): Do not include Maildir style directories
5845         in the scan.
5846
5847         Changed the use of integers to describe sockets by an more abstract
5848         data structure.
5849
5850         * src/automaton.h (struct _Automaton): Add help_sock.
5851         * src/automaton.c (automaton_input_cb): Changed source to be
5852         SockInfo and use wrapper for gdk_input_add.
5853
5854         * src/send.c (SEND_EXIT_IF_ERROR): Adjusted tests and removed test
5855         for invalid socket because this is now done in sock_close. Set
5856         sock to NULL.
5857         (SEND_EXIT_IF_NOTOK): Set closed sock to NULL.
5858         (send_smtp_open): Use only SockInfo.
5859
5860         * src/news.c (news_session_new): Use SockInfo here.
5861         (news_session_destroy): Ditto and set sock to NULL.
5862
5863         * src/nntp.c: Use SockInfo instead of integers
5864         * src/smtp.c: Ditto.
5865         * src/pop.c: Ditto.
5866         * src/recv.c: Ditto.
5867
5868         * src/inc.c (inc_pop3_session_do): Removed sock_sockinfo_free. Put
5869         gdk_input_add into a wrapper.
5870
5871         * src/esmtp.c: Changed socket descriptors to use SockInfo.
5872         * src/esmtp.h: Ditto, included socket.h.
5873         * src/session.h (struct _Session): Likewise.
5874         * src/imap.c (imap_open): Return SockInfo ptr and not an integer.
5875         Removed access to internal data of SockInfo.  Changed all callers
5876         and functions to take SockInfo.
5877         (imap_session_new): Use sock_close here.
5878         (imap_session_destroy): Ditto.
5879
5880         * src/compose.c (compose_exec_ext_editor): Replaced sock_write by
5881         fd_write.
5882
5883         * src/main.c (app_will_exit): Close lock socket using fd_close.
5884         (prohibit_duplicate_launch): Use fd_xxx functions instead of sock_xxx.
5885         (lock_socket_input_cb): Ditto.
5886
5887         * src/socket.h, src/socket.c: Prepared SockInfo structure to use
5888         glib channels. Changed all sock_xxx to use SockInfo instead of an
5889         integer.
5890         (sock_connect_unix, sock_open_unix, sock_accept): Renamed to ..
5891         (fd_connect_unix, fd_open_unix, fd_accept): .. this and changed all
5892         callers.
5893         (fd_read, fd_write, fd_close): New.
5894         (sock_sockinfo_free): Removed.
5895         * src/socket.c (sock_connect_nb): Use close instead sock_close here.
5896         (sock_connect): Ditto.
5897
5898 2001-04-26
5899
5900         * config.h.in: removed.
5901         * ac/Makefile.am: added gnupg-check-typedef.m4 to MACROS.
5902         * .cvsignore: added.
5903         * src/inc.c
5904           src/progressdialog.[ch]
5905           src/pixmaps/complete.xpm
5906           src/pixmaps/continue.xpm
5907           src/pixmaps/error.xpm: applied the patch from Leandro Pereira
5908           that displays the state of message incorporation (thanks!).
5909         * src/inc.c: made the progress dialog change the text of status.
5910
5911 2001-04-25
5912
5913         * removed po/*.gmo, configure, stamp-h.in, aclocal.m4, Makefile.in
5914           from the cvs tree.
5915         * COPYING: removed RSA copyright notice.
5916         * removed po/sylpheed.pot, po/stamp-cat-id, po/cat-id-tbl.c.
5917         * configure.in: added the check of sys/utsname.h.
5918
5919 2001-04-24  Werner Koch  <wk@gnupg.org>
5920
5921         Merged most of the changes from the W32 branch in.
5922
5923         * configure.in: Require gpgme >= 0.2.1
5924
5925         * acconfig.h (HAVE_U32_TYPEDEF): New.
5926         * ac/gnupg-check-typedef.m4: New.
5927         * configure.in: Check for u32 type and the size of some types.
5928         * src/utils.h: Define the u32 type and related constants.
5929
5930         * src/about.c (about_create): Removed the note about MD5.  We are
5931         not any longer using the RSA Inc. implementation.
5932         * src/md5ify.c, src/md5ify.h, src/md5global.h:  Removed.
5933         * src/md5c.c, src/md5c.h: Replaced by an FSF implementation and
5934         renamed the function to standard lowercase convention. Changed all
5935         callers. 
5936         (md5_hex_digest): New.
5937         (md5_hmac): Add hmac function by Martin Schaaf with some 
5938         modifications.
5939         (md5_hex_hmac): New.
5940         * src/esmtp.c, src/esmtp.h (md5_hex_hmac): Removed.
5941         (hmac_md5): Removed.
5942         * src/pop.c (pop3_getauth_apop_send): Replaced the md5_digest by
5943         the new md5_hex_digest function.
5944
5945         * src/about.c: Include utsname.h only if available
5946
5947         * src/utils.c, src/utils.h (get_home_dir): New to better cope with
5948         special Windoze requirements.  Changed all calls to
5949         g_get_home_dir() to this function.
5950
5951         * simple-gettext.c: New.
5952
5953         * src/main.c (main): Issue a warning if GnuPG is not properly
5954         installed.
5955
5956         * src/sigstatus.c, src/sigstatus.h: New.
5957         * src/rfc2015.c (check_signature): Use the sigstatus window and
5958         get the status texts from a utility function.
5959
5960         * src/select-keys.c: Removed the global select_keys var and
5961         pass an allocated one along all functions.
5962         (set_row): Display only keys capable of encryption.
5963         (update_progress): Replaced the progressbar by
5964         a windmill and a text showing for which key we are collecting
5965         info.  Removed progressbar everywhere else and updated callers.
5966
5967         * src/prefs_common.c (prefs_privacy_create) [__MINGW32__]: Do not
5968         display the grab button. 
5969
5970 2001-04-24
5971
5972         * src/prefs_common.[ch]
5973           src/procheader.c: applied the patch from Darko Koruga that
5974           allows user to define their own format for displaying date in
5975           summary view using strftime() (thanks!).
5976         * src/prefs_common.c: prefs_quote_colors_dialog()
5977           src/mainwindow.c: main_window_reflect_prefs_all(): made it
5978           update message colors if the colors setting is changed.
5979         * src/main.[ch]: made it remember the startup directory.
5980         * src/export.c: export_mbox(): made it initially chdir to the
5981           startup directory.
5982         * src/filesel.c: filesel_select_file(): made it open the startup
5983           directory at first.
5984
5985 2001-04-23
5986
5987         * added option to warn about queued messages on exit [sergey]:
5988
5989           * src/compose.c: compose_queue(): call folder_item_scan()
5990             and folderview_update_item() after queueing.
5991           * src/folderview.c: folderview_update_node(): draw the queue
5992             folder in bold font if there are queued messages.
5993           * src/mainwindow.c: queued_messages(): new function.
5994             app_exit_cb(): display warning if there are queued messages
5995             if warn_queued_on_exit is set.
5996           * prefs_common.[ch]: add warn_queued_on_exit option.
5997
5998         * src/mainwindow.c: moved queued_messages() to main.c, and renamed
5999           it to get_queued_message_num().
6000         * src/main.c: app_will_exit(): moved warning dialog code from
6001           app_exit_cb(), and added manage_window_focus_in().
6002
6003         * enhanced GnuPG key selection support [sergey]:
6004
6005           * src/select-keys.c: updated to newer version from Win32
6006             branch with support for selecting arbitrary keys.
6007           * src/prefs_account.c: added the Privacy tab to the account
6008             options window.
6009             prefs_account_privacy_create(),
6010             prefs_account_sign_key_set_data_from_radiobtn(),
6011             prefs_account_sign_key_set_radiobtn(): new functions.
6012           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
6013           * src/rfc2015.c: set_signers(): new function.
6014             pgp_sign(): add the account parameter, call set_signers().
6015             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
6016           * src/rfc2015.h: rfc2015_sign(): updated prototype.
6017           * src/compose.c: pass the current account to rfc2015_sign().
6018
6019 2001-04-22
6020
6021         * src/mbox.c: export_to_mbox(): fixed a memory leak bug.
6022
6023 2001-04-20
6024
6025         * src/mbox.[ch]: renamed export_mbox() to export_to_mbox().
6026           Fixed a memory leak bug.
6027         * src/export.[ch]: added for exporting folder to mbox.
6028         * src/import.[ch]: made import_mbox() take default folder.
6029           Added description to the dialog.
6030         * src/summaryview.c: summary_show(): fixed a bug that kept the
6031           toolbar buttons insensitive after receiving messages.
6032         * src/export.c
6033           src/import.c: fixed a bug that caused quitting of the program
6034           when OK or Cancel button was clicked several time.
6035         * src/prefs_common.[ch]
6036           src/addressbook.c: added "Add address to destination when
6037           double-clicked" option.
6038
6039 2001-04-19
6040
6041         * src/prefs_common.[ch]: reorganized the items of settings,
6042           and added Message tab.
6043         * src/main.c: parse_cmd_opt(): added command line option --version.
6044         * src/mh.c: made it unset MSG_DELETED flag when moved/copied to
6045           special folders.
6046         * src/prefs_common.[ch]
6047           src/headerview.[ch]: the header pane can be toggled now.
6048         * src/prefs_common.[ch]
6049           src/textview.c: page scroll step is now selectable between
6050           one page and half page.
6051         * src/mbox.[ch]: added export_mbox() that reads all messages
6052           in a folder, and store them into one mbox file.
6053
6054 2001-04-18
6055
6056         * src/prefs_filter.[ch]: separated filter setting code from
6057           prefs_common.c, and made it a separate dialog.
6058
6059 2001-04-17
6060
6061         * version 0.4.64
6062
6063         * src/automaton.[ch]
6064           src/inc.c: fixed the bug that made Sylpheed crash when clicking
6065           Cancel button while getting new mail (thanks to Sergey Vlasov).
6066         * src/xml.c: xml_build_tree()
6067           src/addressbook.c: fixed a bug that caused infinite loop if an
6068           illegal XML file was given.
6069
6070 2001-04-16
6071
6072         * src/summaryview.c
6073           src/inc.c: applied the patch from Sergey Vlasov that fixes the
6074           problem when the "Go to inbox after receiving new mail" option
6075           was turned off (thanks!).
6076
6077 2001-04-15
6078
6079         * src/xml.[ch]: modified so that it supports some characters which
6080           must be escaped, and multiple-lined tag.
6081         * src/folder.c
6082           src/addressbook.c: modified so that it escapes some characters
6083           like '<', '>', '&', ''', '"'.
6084
6085 2001-04-10
6086
6087         * version 0.4.63
6088
6089         * src/folder.[ch]
6090           src/mainwindow.c
6091           src/mh.[ch]
6092           src/procmsg.[ch]
6093           src/summaryview.[ch]: applied the patch from Darko Koruga that
6094           adds copy message operation for the MH folders (thanks!).
6095         * src/imap.c: disabled slash to dot conversion.
6096         * src/imageview.c: fixed a bug that displayed an old image when
6097           loading of a image failed (thanks to Darko Koruga).
6098
6099 2001-04-09
6100
6101         * src/procmsg.c: procmsg_read_cache(): added setvbuf() to speed up
6102           cache reading (thanks to Sergey Vlasov).
6103         * src/inc.c
6104           src/summaryview.[ch]
6105           prefs_common.[ch]: applied the patch that keeps the same folder
6106           after receiving new mail (thanks to Sergey Vlasov).
6107         * src/textview.c
6108           src/utils.[ch]: moved get_quote_level() to utils.c.
6109
6110 2001-04-08
6111
6112         * ac/Makefile.am: added.
6113         * Makefile.am
6114           configure.in: added ac directory.
6115
6116 2001-04-07
6117
6118         * src/summaryview.c: summary_filter(): made it move messages
6119           immediately if immediate_exec option is set.
6120         * src/prefs_common.[ch]
6121           src/textview.[ch]
6122           src/gtkutils.[ch]: applied the message coloring patch from
6123           Stephen Anthony with some modification (thanks!).
6124         * src/gtksctree.c
6125           src/mimeview.c: modified the behavior of MimeView (thanks to
6126           HIRAMATSU).
6127
6128 2001-04-06
6129
6130         * src/utils.c: copy_file()
6131           src/mh.c: applied (and modified) the patch from Darko Koruga
6132           that enables to move messages across file systems (thanks!).
6133         * src/procheader.c
6134           src/utils.[ch]: applied the patch from Jorge Van Hemelryck
6135           that converts the date of messages to the local time (thanks!).
6136         * src/utils.c: remote_tzoffset_sec(): fixed a bug that the signs
6137           of one-letter timezone were reversed.
6138         * src/folder.c: folder_item_add_msg(): put the assertion for the
6139           add_msg() method (thanks to TAKANO).
6140
6141 2001-04-05
6142
6143         * src/procmime.c: procmime_decode_content(): fixed a bug that
6144           corrupted quoted-printable encoded messages when they include
6145           `=00' (thanks to Masahiro Tomita).
6146         * src/gtksctree.c
6147           src/mimeview.c
6148           src/summaryview.c: modified the DnD behavior of MIME view
6149           (thanks to HIRAMATSU).
6150
6151 2001-04-04
6152
6153         * src/about.c: applied the patch from Sergey Vlasov that fixes
6154           the appearance of the about dialog (thanks!).
6155         * src/prefs_common.[ch]
6156           src/rfc2015.[ch]
6157           src/mimeview.c
6158           src/procmime.[ch]
6159           src/compose.[ch]
6160           src/passphrase.c
6161           src/textview.[ch]: applied the GnuPG support patch which had
6162           ported from the sylpheed-win32 branch (thanks to Sergey Vlasov).
6163         * INSTALL, INSTALL.jp: updated the description about GnuPG.
6164
6165 2001-04-03
6166
6167         * src/utils.[ch]: added references_list_append() that parses
6168           References header and makes it string list.
6169         * src/compose.c: modified so that too long References header is
6170           truncated, garbage characters are removed, and header is tidied
6171           up (thanks to Matthias Intemann).
6172
6173 2001-04-02
6174
6175         * src/addr_compl.c: applied the address completion bugfix patch
6176           from Alfons Hoogervorst (thanks!).
6177
6178 2001-04-01
6179
6180         * src/gtksctree.c: modified so that the tree_select_row signal
6181           actually pass the column number.
6182         * src/summaryview.c: summary_selected(): made generic mark and
6183           unread mark can be toggled with clicking of the columns.
6184           Added summary_mark_row_as_read() and summary_mark_row_as_unread().
6185         * src/prefs_common.c
6186           src/prefs_account.c: applied the layout fix patches from Sergey
6187           Vlasov, and adjusted some widths of GtkEntry widgets.
6188         * src/prefs.c: prefs_dialog_create(): enable notebook to take focus.
6189         * src/inc.c: inc_start(): modified so that authentication dialogs
6190           show server name too (thanks to Sergey Vlasov).
6191
6192 2001-03-31
6193
6194         * src/mimeview.c: mimeview_key_pressed(): fixed a bug that caused
6195           segmentation fault when a malformed multipart message is shown
6196           (thanks to Sergey Vlasov).
6197         * src/summaryview.c: summary_display_msg(): made it focus to the
6198           summary view if the MIME list is empty.
6199
6200 2001-03-30
6201
6202         * src/pixmaps/deleted.xpm
6203           src/pixmaps/mark.xpm
6204           src/summaryview.c: added deleted and mark icon.
6205         * src/gtkutils.c: gtkut_widget_init(): changed gtk_widget_destroy()
6206           to gtk_widget_unref().
6207         * src/addr_compl.c: start_address_completion(): fixed the bug that
6208           displayed warning when the address book was empty (thanks to
6209           Chideok Hwang).
6210
6211 2001-03-29
6212
6213         * src/summaryview.c: summary_show(): fixed a memory leak bug
6214           (thanks to ChiDeok Hwang).
6215         * src/pixmaps/forwarded.xpm
6216           src/pixmaps/replied.xpm
6217           src/pixmaps/new.xpm
6218           src/pixmaps/unread.xpm
6219           src/compose.c
6220           src/mainwindow.c
6221           src/prefs_common.c
6222           src/procmsg.h
6223           src/summaryview.[ch]: applied the patch from Marc Hoper
6224           that adds replied and forwarded mark to replying or forwarding
6225           messages (thanks!). And new and unread mark were replaced
6226           by the icons David Mehrmann created (thanks!).
6227         * src/summaryview.c: made the width of unread and MIME column
6228           fixed.
6229         * src/prefs.c: prefs_config_parse_one_line(): made it check the
6230           '=' separator (thanks to Sergey Vlasov).
6231
6232 2001-03-26
6233
6234         * src/prefs_common.[ch]: moved smooth scroll option to the
6235           interface tab.
6236         * src/textview.c: made the one-line scroll also perform smooth
6237           scrolling.
6238
6239 2001-03-25
6240
6241         * src/prefs_common.[ch]
6242           src/textview.c: applied the smooth scroll patch from Setoh and
6243           Ninomiya (thanks!).
6244
6245 2001-03-24
6246
6247         * src/summaryview.c: summary_attract_by_subject(): rewritten it
6248           using hash table for speeding up.
6249         * src/prefs_account.c: made filter_on_receive TRUE by default.
6250         * src/mainwindow.c: reordered menu items.
6251
6252 2001-03-23
6253
6254         * src/gtkutils.c: gtkut_clist_bindings_add(): fixed a bug that
6255           caused address completion not to accept space and enter key.
6256
6257 2001-03-22
6258
6259         * src/utils.[ch]
6260           src/codeconv.c: fixed a bug that didn't encode non-ASCII headers
6261           correctly.
6262         * src/compose.c: fixed a bug that didn't decode some headers
6263           correctly when replying or reediting drafts (thanks to Sergey
6264           Vlasov).
6265
6266 2001-03-21
6267
6268         * src/gtkutils.[ch]: added gtkut_widget_init() that modifies the
6269           behaviors of some classes.
6270         * src/main.c: main(): made it call gtkut_widget_init() first.
6271         * src/summaryview.c: summary_create(): removed the key binding code.
6272
6273 2001-03-19
6274
6275         * src/procmsg.[ch]: modified for the sake of readability.
6276
6277 2001-03-18
6278
6279         * src/mainwindow.c: changed "Clean trash" to "Empty trash".
6280           Added new menu items for folder manipulation.
6281           allsel_cb(): made it change the target between summary view and
6282           message view according to the input focus.
6283           Removed "Select all" from Summary submenu.
6284         * src/folderview.[ch]: added functions for creating/renaming/deleting
6285           folder.
6286         * src/procmsg.[ch]: made "marked" and "deleted" flag permanent, and
6287           removed "important" flag.
6288         * src/summaryview.c: added summary_set_row_marks() that sets style
6289           of a row according to the flags, and made some functions use it.
6290         * src/mainwindow.c: allsel_cb(): modified so that it selects
6291           summary view correctly if message view is toggled off.
6292
6293 2001-03-17
6294
6295         * src/socket.c: sock_connect_by_getaddrinfo(): fixed a resource
6296           leak bug of socket, and rewrote the routine.
6297         * src/inc.c: inc_mail(), inc_all_account_mail(): fixed a bug that
6298           displayed the wrong unread number in the folder tree if a
6299           folder was open and new messages arrived at the folder.
6300         * src/socket.c: sock_connect_by_getaddrinfo(): fixed a bug
6301           again.
6302
6303 2001-03-15
6304
6305         * src/mh.c: mh_move_msg(), mh_move_msgs_with_dest(): made it
6306           check the existence of the destination file.
6307         * src/procmsg.c: procmsg_set_flags(): made it count the last
6308           number of the message list (and fixed a bug that didn't open
6309           newly arrived message).
6310
6311 2001-03-13
6312
6313         * src/prefs_common.c: prefs_send_create(): removed EUC-JP and
6314           Shift_JIS from the outgoing codeset.
6315
6316 2001-03-12
6317
6318         * version 0.4.62
6319
6320 2001-03-11
6321
6322         * src/send.c: send_message_queue(): modified so that it finds
6323           the account from the `From' and the server name of the queued
6324           message.
6325         * src/account.[ch]: added account_find_from_smtp_server() that
6326           finds an account from the specified address and SMTP server.
6327         * src/Makefile.am
6328           src/mainwindow.c
6329           src/summaryview.[ch]
6330           src/sourcewindow.[ch]: integrated the viewing source patch from
6331           DINH V. Hoßþ(thanks!).
6332
6333 2001-03-10
6334
6335         * src/addr_compl.[ch]
6336           src/addressbook.c
6337           src/compose.c: applied the enhanced address completion patch
6338           from Alfons Hoogervorst (thanks!).
6339         * src/addr_compl.c: replaced g_assert() with g_return(_val)_if_fail().
6340         * src/folder.c: folder_init()
6341           src/folderview.c: folderview_drag_motion_cb()
6342           src/procmsg.c: procmsg_clean_trash()
6343           src/summaryview.c: summary_start_drag()
6344           src/imap.[ch]: integrated the IMAP4 move/remove function patch
6345           from Suzuki Mio (thanks!).
6346
6347 2001-03-08
6348
6349         * src/main.c: parse_cmd_opt(): made the --compose option realize
6350           mailto: URI.
6351         * src/utils.[ch]: execute_async(): supported quoted arguments
6352           correctly.
6353           strstr_with_skip_quote(), strsplit_with_quote(): quote-supported
6354           version of g_strsplit().
6355         * src/mimeview.c: mimeview_view_file()
6356           src/prefs_common.c: added single quotation mark around the file
6357           name.
6358
6359 2001-03-07
6360
6361         * configure.in
6362           src/compose.c
6363           src/prefs.c
6364           src/procmime.c
6365           src/summaryview.c
6366           src/mbox.c
6367           src/recv.c
6368           src/utils.[ch]: applied the security fix patch from Dmitry V.
6369           Levin with some modification (thanks!). Added my_tmpfile() to
6370           utils.[ch].
6371         * src/main.c: added --receive-all command-line option.
6372
6373 2001-03-06
6374
6375         * src/socket.c: sock_connect_thread(): fixed a bug that didn't
6376           compile if both multithread and IPv6 are enabled (thanks to
6377           Ishihara).
6378         * src/utils.[ch]
6379           src/compose.c: applied a patch from Jason McCarver that allows
6380           FIFO for signature file (thanks!).
6381         * src/textview.c: made some more refactoring.
6382         * src/socket.c: sock_accept(): changed socklen_t to gint.
6383
6384 2001-03-05
6385
6386         * src/main.c
6387           src/textview.c: some code cleanups.
6388
6389 2001-03-04
6390
6391         * src/compose.[ch]
6392           src/main.c
6393           src/textview.c: integrated the patch from Alfons Hoogervorst that
6394           fixes some glitches in clickable URI and enables mail addresses
6395           clickable, and enables the --compose command line option to
6396           specify address (thanks!).
6397
6398 2001-03-03
6399
6400         * src/esmtp.[ch]
6401           src/smtp.[ch]
6402           src/send.c
6403           src/prefs_account.[ch]
6404           src/Makefile.am: applied the SMTP AUTH patch from Martin Schaaf
6405           and fixed its a few bugs (thanks!).
6406         * src/textview.c: textview_key_pressed(): made it don't move focus
6407           to summary view.
6408         * src/main.c: parse_cmd_opt(): modified the help message.
6409         * src/html.[ch]: added empty_line to HTMLParser and modified
6410           the parser routines a bit.
6411
6412 2001-03-01
6413
6414         * src/html.c: added eucjp_symbol_list, and added some characters
6415           to ascii_symbol_list.
6416
6417 2001-02-19
6418
6419         * src/codeconv.[ch]: added a member `charset' and `charset_str'
6420           to CodeConverter.
6421         * src/html.[ch]: added the symbol list for ISO-8859-1 codeset.
6422           html_parser_new(): made it change the symbol hash table
6423           according to the character set of the document.
6424           html_parse_special(): made it recognize character code number.
6425
6426 2001-02-17
6427
6428         * src/textview.c: added textview_show_html() that parses HTML and
6429           display as a text.
6430           textview_show_part(): made it call textview_show_html() if
6431           the part is text/html.
6432         * src/html.[ch]: implemented HTML parser.
6433
6434 2001-02-15
6435
6436         * src/codeconv.[ch]: added CodeConverter, and its methods
6437           (conv_code_converter_new(), conv_code_converter_destroy(), and
6438            conv_convert()).
6439         * src/textview.c: removed the branches by HAVE_LIBJCONV and
6440           rewrote them using CodeConverter.
6441
6442 2001-02-12
6443
6444         * src/mbox.c: proc_mbox(): workaround for duplicated From_ line.
6445
6446 2001-02-11
6447
6448         * src/codeconv.c: some code cleanups.
6449
6450 2001-02-05
6451
6452         * src/mainwindow.c: main_window_popup(): fixed a bug that didn't
6453           popup the main window correctly.
6454         * src/codeconv.h: fixed a bug that the definition of CS_EUC_CN and
6455           CS_EUC_TW was reversed (thanks to Sakamoto).
6456
6457 2001-02-04
6458
6459         * src/gtkutils.[ch]
6460           src/main.c
6461           src/mainwindow.[ch]
6462           src/socket.[ch]: applied the patch from Hiramatu that enables
6463           prohibition of multiple execution and remote control with
6464           command line option (thanks!).
6465
6466 2001-02-03
6467
6468         * src/summaryview.c: summary_button_pressed(), summary_selected():
6469           made it toggle the view if middle button is clicked while message
6470           view is hidden.
6471           summary_drag_data_get(): fixed a memory leaking.
6472         * src/Makefile.am
6473           src/compose.c: compose_write_headers(): modified so that it uses
6474           host_alias for X-Mailer or X-Newsreader field.
6475
6476 2001-02-03
6477
6478         * version 0.4.61
6479
6480         * src/folderview.c: fixed a bug that prevented a folder from being
6481           created if there were already folders that have the same name
6482           somewhere at another place.
6483
6484 2001-02-02
6485
6486         * src/folderview.c: folderview_update_all(): fixed a bug that
6487           caused segmentation fault when a folder was selected after
6488           updating the folder tree.
6489         * src/compose.c: compose_send(): fixed a locking bug.
6490           compose_write_headers(): fixed a bug that referred to cur_account.
6491           compose_convert_header(): made it check the arguments.
6492
6493 2001-02-01
6494
6495         * src/main.c: some cleanups and added --help option.
6496
6497 2001-01-31
6498
6499         * src/send.c: re-enabled user-defined domain name setting.
6500         * src/utils.c: is_next_mbs(): changed the size of temporary
6501           multibyte array to MB_CUR_MAX.
6502           strdup_mbstowcs(): added error check to mbstowcs().
6503           strdup_wcstombs(): added error check to wcstombs().
6504         * src/addr_compl.c: get_address_from_edit(): made it check the
6505           return value of strdup_mbstowcs().
6506         * src/codeconv.c: conv_encode_header(): added error checking
6507           to strdup_mbstowcs().
6508
6509 2001-01-30
6510
6511         * src/utils.c: log_error(): changed g_error() to g_warning() so
6512           that it doesn't abort.
6513           Added iswalnum().
6514         * src/addr_compl.c: add_address(): fixed a bug that aborted the
6515           program if the name or the address is empty.
6516           get_address_from_edit(): supported multibyte characters.
6517         * configure.in: fixed a typo.
6518         * src/send.c: re-enabled user-defined SMTP port setting.
6519
6520 2001-01-30
6521
6522         * version 0.4.60
6523
6524         * configure.in: added --enable-gpgme option, and disabled GPGME
6525           by default.
6526         * made GPGME related members in MimeInfo not used if disabled.
6527         * src/rfc2015.c: some cleanups for warning.
6528         * README
6529           README.jp
6530           INSTALL
6531           INSTALL.jp: updated.
6532         * Makefile.am: modified bzip2 option.
6533
6534 2001-01-29
6535
6536         * src/procmime.[ch]: added MIME_APPLICATION_OCTET_STREAM to
6537           MIME type.
6538         * src/mimeview.c: mimeview_view_file(): made it do nothing if
6539           the MIME type is application/octet-stream.
6540         * src/folderview.c: folderview_update_all(): made it show modal
6541           dialog while updating folders.
6542         * src/folderview.c: folderview_update_all(): fixed a bug that
6543           didn't remove the dialog.
6544
6545 2001-01-28
6546
6547         * src/mimeinfo.c: merged the patch from John E.P. Hynes that
6548           launches the attached file using metamail (thanks!).
6549         * src/procmime.[ch]: added procmime_get_tmp_file_name().
6550         * src/compose.c
6551           src/addr_compl.[ch]: merged the patch from Alfons Hoogervorst
6552           that enables address completion in the address entry on the
6553           composition window (thanks!).
6554         * src/addr_compl.c: get_all_addresses(), read_address_book():
6555           modified so that it uses xml_free_tree() for freeing the address
6556           tree.
6557
6558 2001-01-27
6559
6560         * src/utils.c: remove_dir_recursive(): fixed a bug that failed to
6561           remove the current directory (thanks to Maki).
6562         * src/summary_search.c: added `Select all matched' option to the
6563           search dialog (thanks to Takahashi).
6564         * src/pixmaps/stock_mail_attach.xpm
6565           src/pixmaps/tb_address_book.xpm
6566           src/compose.c: added some toolbar icons contributed from
6567           Leandro Pereira (thanks!).
6568
6569 2001-01-25
6570
6571         * src/rfc2015.c: passphrase_cb(): *finally* fixed a bug that caused
6572           segmentation fault when the passphrase dialog was cancelled.
6573           Hided the passphrase in the debug message.
6574         * src/about.c: about_create(): fixed a bug that failed to compile
6575           when none of the features were used.
6576         * src/foldersel.c: foldersel_set_tree(): made it display all
6577           MH folders.
6578         * src/inc.c: inc_start(): fixed a bug that showed password dialog
6579           continuously if it was cancelled.
6580         * src/summaryview.c: summary_write_cache(): put an assertion after
6581           folder_item_get_cache_file() to prevent the crash.
6582         * thanks to Maki for the above four fixes.
6583         * src/utils.h: added #include <alloca.h>.
6584
6585 2001-01-24
6586
6587         * src/rfc2015.c: changed some g_message() used for error messages
6588           to g_warning().
6589
6590 2001-01-23
6591
6592         * src/procmsg.[ch]: modified READ_CACHE_DATA() macro so that
6593           it can handle a string data of which length >= BUFFSIZE.
6594         * src/rfc2015.c: rfc2015_encrypt(): changed return to `goto failure'.
6595         * src/pixmaps/stock_mail_receive_all.xpm
6596           src/pixmaps/stock_mail_reply_to_all.xpm
6597           src/Makefile.am
6598           src/mainwindow.c: main_window_toolbar_create(): added new toolbar
6599           icons contributed from David Mehrmann (thanks!).
6600         * src/inc.[ch]: overhauled the architecture so that it don't create
6601           and destroy progress dialog for each incorporation in `get all'
6602           mode.
6603
6604 2001-01-22
6605
6606         * src/mh.c: mh_scan_tree_recursive(): fixed a bug that mistook
6607           sub folders named `inbox', etc. as special folders.
6608         * src/rfc2015.c: rfc2015_encrypt(): fixed a bug that didn't quote
6609           boundary correctly.
6610
6611 2001-01-21
6612
6613         * applied the GnuPG patch from Werner Koch (thanks!).
6614         * removed Mixmaster support.
6615         * src/rfc2015.c: changed g_error() to g_warning() and modified some
6616           messages.
6617         * src/about.c: about_create(): modified compiled-in features list.
6618         * README
6619           README.jp
6620           INSTALL
6621           INSTALL.jp: updated.
6622         * src/select-keys.c: create_dialog(): modified the layout.
6623         * src/headerwindow.c
6624           src/addressbook.c
6625           src/logwindow.c: made it raise the window if the window is already
6626           open.
6627         * src/prefs_common.[ch]: added an option for immediate execution.
6628         * src/summaryview.c: made it execute immediately when messages are
6629           moved or deleted if immediate_exec option is turned on.
6630         * src/summaryview.c: summary_delete(), summary_move_selected_to():
6631           moved summary_step() before summary_execute().
6632         * src/folderview.c: folderview_update_all(): made it scan folder
6633           tree correctly.
6634         * src/compose.c: compose_write_headers(): made it don't add
6635           In-Reply-To header if to_list is empty.
6636
6637 2001-01-09  Werner Koch  <wk@gnupg.org>
6638
6639         * configure.in, acconfig.h: Check for GPGME.
6640         * ac/: New directory for local autoconf macros.
6641         * src/Makefile.am: Add support for GPGME
6642
6643         * src/main.c (idle_function_for_gpgme): New.
6644         (main): Register this function.
6645
6646         * src/about.c: Add a note about GPGME.
6647
6648         * src/rfc2015.c, rfc2015.h: New.
6649
6650         * src/mimeview.c (mimeview_show_message): Check signature.
6651         * src/procmime.c (procmime_scan_message): Ditto.
6652
6653         * src/messageview.c (messageview_show): Add decryption stuff.
6654
6655         * src/compose.c (compose_write_to_file): Encrypt the file if requested.
6656         (compose_toggle_encrypt_cb): New
6657         (compose_toggle_mixmaster_cb): New, just to be prepared for
6658         Mixmaster support.
6659         (compose_write_headers): Suppress some headers in mixmaster mode.
6660
6661         * src/prefs_common.c (prefs_common_create): Add Privacy notebook sheet.
6662         (prefs_privacy_create): New.  Also some new structures etc.
6663         * src/compose.c (compose_create): Set encrypt button to prefs default.
6664         * src/compose.h (struct _Compose): Add use_encryption, use_mixmaster.
6665
6666         * src/compose.c (compose_send): Add missing unlock before one return.
6667
6668 2001-01-18
6669
6670         * src/gtksctree.[ch]
6671           src/folderview.c
6672           src/summaryview.[ch]: applied the patch from Hiramatu that enables
6673           DnD from the summary view to the folder view and fixes some other
6674           probrems (thanks!).
6675         * src/mainwindow.c: scan_tree_func(): fixed a bug that caused
6676           segmentation fault.
6677         * src/imap.c: quoted user name in LOGIN and folder name in SELECT.
6678         * src/gtksctree.c: gtk_sctree_button_press(): fixed a bug that
6679           didn't toggle expansion of node.
6680
6681 2001-01-17
6682
6683         * src/imap.c: applied the patch from Nishimura that updates the
6684           message list more precisely and reads the message flags (thanks!).
6685         * src/textview.c: textview_show_header(): made X-Newsreader field
6686           be emphasized too.
6687         * src/summaryview.c: summary_show(): made it flush events when
6688           displaying summary.
6689
6690 2001-01-15
6691
6692         * src/summaryview.c: applied the patch from Alfons that enabled
6693           the horizontal scrollbar of summary view (thanks!).
6694
6695 2001-01-13
6696
6697         * src/compose.c: compose_cb(): fixed a bug that didn't open the
6698           composition window right after launching the program.
6699         * src/setup.c: scan_tree_func(): fixed a bug that caused
6700           segmentation fault.
6701
6702 2001-01-13
6703
6704         * version 0.4.52
6705
6706         * src/textview.c: textview_set_font(): fixed a bug that caused
6707           segmentation fault if the mode of the text widget was changed
6708           between multibyte and singlebyte while the region was selected
6709           (GTK+ bug?).
6710
6711 2001-01-11
6712
6713         * src/mainwindow.c
6714           src/summaryview.c: made it unable to delete or move messages when
6715           in a news folder.
6716         * src/prefs_common.c
6717           src/news.c: added the option for maximum news article number.
6718
6719 2001-01-10
6720
6721         * src/compose.c: compose_send(): changed the location of temporary
6722           file. Made it use the default account if all of tried account
6723           aren't mail one, and made it show alert dialog and abort when even
6724           that failed.
6725         * src/prefs_account.c: prefs_account_get_new_id(): made it preserve
6726           last id number.
6727           prefs_account_open(): made it fill in personal information
6728           according to the default account when creating a new account.
6729         * sylpheed.spec.in: added to autogenerate sylpheed.spec with the
6730           proper version number (thanks to BONAIM).
6731         * configure.in
6732           Makefile.am: added entries for sylpheed.spec.in.
6733
6734 2001-01-09
6735
6736         * src/compose.[ch]: modified so that it can change account
6737           correctly.
6738         * src/send.[ch]: modified so that it doesn't see cur_account.
6739         * src/prefs_account.c: modified so that news setting doesn't
6740           show SMTP server entry.
6741
6742 2001-01-08
6743
6744         * src/folderview.c: fixed a bug that didn't sort special folders
6745           correctly when a new folder is created or renamed.
6746
6747 2001-01-07
6748
6749         * src/compose.[ch]: enabled to select account at composing window.
6750         * src/folderview.c: made it display unread number next to folder
6751           name.
6752         * src/prefs_common.[ch]: added the option for unread number display.
6753
6754 2001-01-06
6755
6756         * src/compose.[ch]: integrated news posting patch from DINH V. Ho`
6757           and made many modifications (thanks!).
6758           compose_write_headers(): made the spaces in newsgroups removed.
6759           Supported Followup-To.
6760           compose_destroy(): got the objects removed properly.
6761         * src/news.c: merged news_post_to_group() and news_post() since
6762           they doesn't have to do multiple posting.
6763         * src/import.c: import_destsel_cb(): fixed a bug that failed to
6764           import into the selected folder.
6765         * src/prefs_account.c: modified the interfaces.
6766
6767 2001-01-05
6768
6769         * src/codeconv.[ch]
6770           prefs_common.c: changed "SHIFT-JIS" to "Shift_JIS" since the
6771           string is registerd to IANA.
6772         * src/nntp.[ch]: added nntp_post().
6773         * src/news.[ch]: added news_post() and news_post_to_group().
6774
6775 2001-01-04
6776
6777         * src/account.c: account_edit_open()
6778           src/mainwindow.c: new_account_cb(): made it unable to edit
6779           accounts if some composing windows are open.
6780
6781 2001-01-03
6782
6783         * src/folder.[ch]: added folder_set_name().
6784         * src/account.c: made a folder name of IMAP4/NNTP become the same
6785           as the name of account.
6786
6787 2001-01-02
6788
6789         * src/summaryview.c: summary_filter_func(): fixed a bug that failed
6790           to filter messages.
6791
6792 2001-01-02
6793
6794         * version 0.4.51
6795
6796         * src/mbox.c: fixed a bug that didn't incorporate spool file
6797           correctly. Modified so that it recognizes From_ line as separator
6798           of messages even if the previous line isn't empty line.
6799         * src/send.c: send_message_queue()
6800           src/procmsg.c: procmsg_send_queue(): Fixed a bug that printed
6801           warning when it tried to delete a sent message.
6802
6803 2001-01-01
6804
6805         * version 0.4.50
6806
6807         * src/folder.[ch]
6808           src/news.[ch]: modified so that it actually gets news articles.
6809         * src/utils.[ch]: added make_dir_hier() that creates directory
6810           hierarchy.
6811         * src/folder.c:
6812           folder_item_get_cache_file(), folder_item_get_mark_file():
6813           made it creates cache directory if it doesn't exist.
6814           folder_add(): made it insert the added folder into the correct
6815           position.
6816         * src/imap.[ch]: modified so that it suits the new folder
6817           architecture. Fixed a bug that caused segmentation fault
6818           if authentication failed at imap_auth().
6819         * src/folderview.c: implemented IMAP4 folder handling routines.
6820
6821 2000-12-31
6822
6823         * src/prefs_account.[ch]: added account ID and nntp_server
6824           to PrefsAccount. And added the interface for NNTP server.
6825         * src/folderview.c: modified news folder handling routines.
6826         * src/folder.[ch]: removed cache_dir from RemoteFolder, and
6827           modified folder_item_get_path().
6828
6829 2000-12-29
6830
6831         * src/folder.[ch]: added create_folder(), rename_folder(),
6832           remove_folder() to Folder class.
6833         * src/mh.[ch]: added mh_create_folder(), mh_rename_folder(), and
6834           mh_remove_folder().
6835           Implemented mh_create_tree() that creates MH directory tree.
6836           mh_rename_folder(): modified so that the paths of sub folders
6837           are set properly.
6838         * src/folderview.c: modified folderview_new_folder_cb(),
6839           folderview_rename_folder_cb(), and folderview_delete_folder_cb()
6840           so that they work properly.
6841           Added folderview_remove_mailbox_cb() and the menu entry that
6842           remove mailbox from folder tree.
6843         * src/setup.[ch]: added for initial setup.
6844         * src/alertpanel.c: modified the appearance of the dialog.
6845         * src/compose.c: fixed compose_save_to_outbox() and
6846           compose_queue() so that it sets flags correctly.
6847
6848 2000-12-28
6849
6850         * src/mainwindow.c: modified the strings of toolbar labels.
6851
6852 2000-12-27
6853
6854         * src/gtkutils.[ch]: added gtkut_ctree_node_move_if_on_the_edge().
6855         * src/summaryview.c: summary_display_msg(): made it scroll the
6856           list if the message of the edge of that is displayed.
6857
6858 2000-12-25
6859
6860         * src/folder.[ch]
6861           src/mh.[ch]: added functions for moving messages.
6862         * src/procmsg.[ch]: moved procmsg_move_messages_with_dest()
6863           to folder.c and mh.c. Added procmsg_to_folder_hash_table().
6864
6865 2000-12-24
6866
6867         * src/utils.[ch]: added get_tmp_file().
6868         * src/pop.c
6869           src/inc.c
6870           src/folder.c: fixed a bug that failed to drop messages.
6871         * src/mh.c: mh_scan_folder(): made it check new, unread, and total
6872           number of the folder.
6873
6874 2000-12-23
6875
6876         * src/folderview.c: added special folder setting routine.
6877         * src/folder.[ch]: added a method is_msg_changed().
6878           Implemented folder_find_item_from_path().
6879         * src/summaryview.c: fixed some bugs that wrongly freed FolderItem's.
6880         * autogen.sh: fixed so that the configure can take arguments.
6881
6882 2000-12-22
6883
6884         * src/main.c
6885           src/mainwindow.[ch]: added main_window_new_mailbox() that asks
6886           the path of mailbox and create the one.
6887         * src/folderview.c: made the folder tree and selected folder
6888           expanded.
6889
6890 2000-12-21
6891
6892         * src/mh.[ch]
6893           src/folder.c: implemented mh_scan_tree() that scans the folder
6894           recursively and create the tree.
6895
6896 2000-12-19
6897
6898         * src/compose.c
6899           src/defs.h
6900           src/filter.[ch]
6901           src/folder.[ch]
6902           src/foldersel.[ch]
6903           src/folderview.[ch]
6904           src/imap.[ch]
6905           src/import.c
6906           src/inc.c
6907           src/main.[ch]
6908           src/mainwindow.c
6909           src/mbox.[ch]
6910           src/mh.[ch]
6911           src/news.[ch]
6912           src/prefs_common.c
6913           src/procmsg.[ch]
6914           src/summaryview.[ch]
6915           src/xml.[ch]
6916           src/Makefile.am: merged the development tree into the cvs tree.
6917           Some functions are not unimplemented yet.
6918
6919 2000-12-18
6920
6921         * version 0.4.9
6922
6923 2000-12-11
6924
6925         * src/xml.[ch]: supported omitted tag (<tag />).
6926         * src/procmsg.c: procmsg_msg_exist(): fixed a memory leak bug.
6927         * src/imap.c: imap_parse_atom(): fixed a bug that caused
6928           segmentation fault if the subject was empty (thanks to Tsutsui).
6929         * src/folder.[ch]: updated.
6930
6931 2000-12-10
6932
6933         * src/xml.[ch]: added xml_parse_file() that parses the whole XML
6934           file specified and returns the tree.
6935
6936 2000-12-09
6937
6938         * po/pt_BR.po: fixed some typos that caused segmentation fault.
6939
6940 2000-12-07
6941
6942         * version 0.4.8
6943
6944         * src/session.h: added.
6945         * src/folder.[ch]: updated.
6946         * src/compose.c: compose_write_to_file()
6947           src/codeconv.c: conv_get_outgoing_charset_str(): fixed a bug
6948           that put a garbage to charset if the outgoing character set was
6949           specified and non-ascii characters were used in subject.
6950
6951 2000-12-04
6952
6953         * src/statusbar.c: statusbar_puts(): fixed a bug that locked the
6954           progress if the status bar was hidden.
6955
6956 2000-12-03
6957
6958         * src/folder.[ch]: added for the more object-oriented folder
6959           management.
6960
6961 2000-12-02
6962
6963         * version 0.4.7
6964
6965         * src/mainwindow.c
6966           src/prefs_common.[ch]: made the state of status bar get preserved.
6967         * src/compose.c: compose_insert_sig(): modified so that it doesn't
6968           put a separator if a signature file doesn't exist.
6969         * src/prefs_account.[ch]
6970           src/inc.c: added the option that toggles whether to receive
6971           messages when getting from all accounts.
6972         * README
6973           README.jp: updated the description and added some usages.
6974
6975 2000-12-01
6976
6977         * src/Makefile.am
6978           src/gtkshruler.[ch]
6979           src/compose.[ch]: applied the patches from Alfons Hoogervorst
6980           that makes the ruler of composition window graphical (thanks!).
6981
6982 2000-11-27
6983
6984         * src/codeconv.c
6985           src/mainwindow.c
6986           src/prefs_common.c: replaced CS_WINDOWS_1251 with CS_CP1251.
6987
6988 2000-11-27
6989
6990         * version 0.4.6
6991
6992         * src/compose.c: turned the color of quoted messages black again.
6993
6994 2000-11-26
6995
6996         * src/about.c: added a clickable URI to the Sylpheed home page,
6997           and a list of compiled-in features.
6998         * src/compose.c: made the color of quoted messages blue.
6999         * src/summaryview.c: added `Show all header' to the context menu.
7000         * src/prefs_common.c: removed the threading option from the dialog.
7001         * src/compose.c: fixed a bug that didn't parse the quotation format
7002           correctly.
7003
7004 2000-11-25
7005
7006         * src/compose.c: compose_set_ext_editor_sensitive(): modified so
7007           that it toggles linewrap menu item and tool button.
7008         * src/prefs_common.c: modified the default of the signature
7009           separator.
7010         * src/compose.[ch]: added ruler to the compose window.
7011         * src/prefs_common.[ch]: added a member for the state of ruler
7012           display.
7013
7014 2000-11-24
7015
7016         * src/headerview.[ch]: added the destroy function.
7017         * src/messageview.c: messageview_destroy(): fixed a memory leak
7018           bug that didn't freed the HeaderView object.
7019         * src/prefs.c: prefs_write_open(): fixed a memory leak bug.
7020         * src/xml.c: xml_close_file(): fixed a memory leak bug (thanks
7021           to Alfons Hoogervorst for the above three memory leak bug fixes).
7022
7023 2000-11-23
7024
7025         * version 0.4.5
7026
7027         * README
7028           README.jp
7029           INSTALL
7030           INSTALL.jp: modified some descriptions.
7031
7032 2000-11-22
7033
7034         * src/compose.c: implemented line-wrapping functions.
7035         * src/prefs_common.[ch]: added the settings for line-wrapping.
7036         * src/codeconv.[ch]: added Windows-1251 to the codesets.
7037           conv_jistoeuc(): fixed a bug that caused segmentation fault
7038           when some half-width kana characters appeared.
7039         * src/summaryview.c: summary_select_all(): made it show message
7040           on the status bar if the number of messages is large.
7041
7042 2000-11-18
7043
7044         * src/compose.c: compose_reply(), compose_quote_parse_fmt():
7045           modified so that it parses the quotation mark too.
7046           Added %I that means the initial of sender to the format.
7047         * src/codeconv.[ch]: added GB2312 and Big5 to the codesets.
7048           Fixed a bug that set the wrong outgoing codeset.
7049         * src/mainwindow.c
7050           src/prefs_common.c: modified the menu item of Chinese codeset.
7051
7052 2000-11-17
7053
7054         * src/codeconv.[ch]
7055           src/prefs_common.[ch]: modified so that outgoing charset is
7056           saved as a string, not a number.
7057
7058 2000-11-16
7059
7060         * src/textview.c: textview_set_font(): changed the scheme of
7061           selecting between font and fontset. And changed the default
7062           font of ISO-8859-1.
7063         * src/headerview.c: headerview_show_xface(): made it ignore
7064           invalid X-Face.
7065         * src/codeconv.c: conv_codeset_strdup(), conv_get_code_conv_func():
7066           modified so that it consider the source codeset as ISO-2022-JP if
7067           it is NULL and the current locale is Japanese.
7068
7069 2000-11-14
7070
7071         * src/textview.c: textview_destroy(): fixed a bug that caused
7072           segmentation fault if textview->msgfont is NULL (thanks to
7073           Hiramatu).
7074         * src/main.c
7075           src/defs.h: applied the patch from Yanase that enables to
7076           save the shortcuts of the menus (thanks!).
7077
7078 2000-11-11
7079
7080         * src/mainwindow.[ch]: added main_window_set_menu_sensitive() that
7081           toggles the sensitivity of menu items.
7082         * src/summaryview.c: renamed summary_set_popup_sensitive() to
7083           summary_set_menu_sensitive(), and made it set the sensitivity of
7084           the main menu.
7085
7086 2000-11-09
7087
7088         * src/textview.c: textview_init(): fixed a bug that didn't disable
7089           the theme engine of GtkText (thanks to Hiramatu).
7090         * src/compose.c: compose_quote_parse_fmt(): added %n and %N that
7091           means the full name of sender and the first name.
7092         * manual/ja/*.??ml: updated to the latest version.
7093
7094 2000-11-07
7095
7096         * version 0.4.4
7097
7098         * src/defs.h: separated the definitions from main.h and applied the
7099           patch from TOGAWA that sets DEFAULT_SPOOL_PATH and MAXPATHLEN
7100           from the system headers (thanks!).
7101         * src/codeconv.c: conv_get_current_charset(): fixes for lt_LT and
7102           UTF-8 locale.
7103         * src/textview.c: textview_set_font(): modified so that it sets
7104           the correct font when the locale is multi-byte.
7105           textview_destroy(): added proper codes for destruction.
7106           textview_show_header(): fixed the coloration of X-Mailer.
7107
7108 2000-11-06
7109
7110         * src/textview.[ch]: made TextView have single-byte and multi-byte
7111           GtkText, and switch between them according to the given codeset.
7112         * src/compose.c: compose_create(): modified the font setting
7113           routine.
7114
7115 2000-11-02
7116
7117         * src/textview.[ch]: moved the message font variable into TextView.
7118           textview_set_font(): modified so that it uses gdk_font_load()
7119           if the given codeset is US-ASCII or ISO-8859-*.
7120
7121 2000-11-01
7122
7123         * src/codeconv.c
7124           src/procmime.c
7125           src/prefs_common.c
7126           src/textview.c
7127           src/compose.c: workaround for the 8bit code issue (used
7128           gdk_font_load() instead of gdk_fontset_load() when the locale is
7129           C, or not set).
7130
7131 2000-11-01
7132
7133         * version 0.4.3
7134
7135         * src/compose.[ch]: added `Draft' tool button.
7136         * src/imap.c: imap_parse_envelope(): fixed a parsing bug.
7137         * README, README.jp: added the explanation of the locale setting.
7138
7139 2000-10-31
7140
7141         * src/compose.c: made it overwrite the previous draft message when
7142           reedited the draft and saved it again.
7143         * src/procmsg.[ch]: added procmsg_msg_exist() that examine whether
7144           the message really exists.
7145         * src/folderview.[ch]: added folderview_scan_folder_a() and
7146           folderview_scan_folder_foreach_a() that scan the specified
7147           folders for each folderviews.
7148         * src/mainwindow.[ch]: removed main_window_scan_folder() and
7149           main_window_scan_folder_all().
7150           Added `Reedit' to the menu.
7151         * src/import.[ch]: removed MainWindow from the argument of
7152           import_mbox().
7153         * src/summaryview.c: removed the unnecessary items from the popup
7154           menu. Changed summary_reedit_cb() to summary_reedit(), and made
7155           it public.
7156
7157 2000-10-30
7158
7159         * src/compose.h: added a member msginfo to Compose.
7160         * src/procmsg.[ch]: added procmsg_msginfo_copy() that duplicates
7161           the MsgInfo object.
7162
7163 2000-10-25
7164
7165         * src/summaryview.c: made the the popup menu change the sensitivity
7166           according to the context. Fixed a bug that showed the `clean trash'
7167           dialog repeatedly if `D' key was pressed when the focus was on the
7168           summary view.
7169         * src/pixmaps/unread.xpm: changed the color of unread mark to blue.
7170
7171 2000-10-22
7172
7173         * src/main.c: fixed g_thread initialization.
7174
7175 2000-10-21
7176
7177         * src/codeconv.c: added pt_BR to locale_table.
7178         * src/prefs_common.c: prefs_send_create(): added `US-ASCII',
7179           `ISO-8859-1', and Japanese codeset to the option menu of outgoing
7180           codeset when not using libjconv.
7181         * src/compose.c: fixed the bug on saving draft again.
7182
7183 2000-10-19
7184
7185         * src/compose.c: compose_write_headers(): fixed a bug that failed
7186           to write headers if To: was empty when saving draft.
7187
7188 2000-10-18
7189
7190         * src/procmime.[ch]
7191           src/compose.c
7192           src/headerwindow.[ch]
7193           src/summaryview.c
7194           src/messageview.[ch]
7195           src/mimeview.c
7196           src/textview.c
7197           src/procmsg.[ch]
7198           src/procheader.[ch]: modified so that they can handle queue folder
7199           properly.
7200         * src/compose.[ch]
7201           src/summaryview.c: implemented draft-reediting function.
7202         * src/mainwindow.c
7203           src/summaryview.c
7204           src/mimeview.c: replaced *(GtkWidget **) with the macro
7205           GTK_WIDGET_PTR().
7206
7207 2000-10-17
7208
7209         * src/procmsg.[ch]: procmsg_msginfo_free(): fixed a memory leak bug.
7210           Added MSG_QUEUED and MSG_DRAFT to MsgFlags, and made it set them
7211           if the folder is QUEUE_DIR or DRAFT_DIR.
7212
7213 2000-10-14
7214
7215         * version 0.4.2
7216
7217         * src/headerview.c
7218           src/messageview.c: modified the border of the headerview.
7219         * src/gtkutils.h: added the macro GTK_WIDGET_PTR() that casts
7220           an Sylpheed object to GtkWidget.
7221         * src/utils.c: remove_return(), remove_space(): fixed a bug that
7222           possibly caused segmentation fault.
7223         * src/compose.[ch]
7224           src/mainwindow.c
7225           src/summaryview.c: implemented `forward as an attachment'.
7226         * src/utils.[ch]: open_uri(): brought on URI opening function from
7227           textview.c and manual.c.
7228
7229 2000-10-13
7230
7231         * src/mainwindow.c
7232           src/summaryview.c
7233           src/compose.[ch]
7234           src/prefs_common.[ch]: removed `Reply with quote', and added
7235           `Reply to all', and added the option that decides whether to
7236           quote message on replying.
7237
7238 2000-10-12
7239
7240         * src/folderview.c: modified so that it uses gtkut_wait_for_draw()
7241           instead of GTK_EVENTS_FLUSH() for statusbar redraw.
7242         * src/codeconv.[ch]
7243           src/mainwindow.c
7244           src/prefs_common.c: added Baltic (ISO-8859-4,13) to the code sets.
7245         * src/compose.c: compose_send(): modified so that it shows error
7246           dialog when failed to send a message.
7247
7248 2000-10-11
7249
7250         * src/account.c: account_edit_close(): fixed a bug that didn't set
7251           current account when creating an account for the first time.
7252         * configure.in: added es to ALL_LINGUAS.
7253
7254 2000-10-10
7255
7256         * src/codeconv.c: conv_codeset_strdup(): made it use libkcc if
7257           possible.
7258           conv_get_code_conv_func(): modified so that it doesn't convert
7259           codeset if it is unknown.
7260         * src/folderview.c: folderview_update_msg_num(): modified style
7261           changing routine.
7262
7263 2000-10-09
7264
7265         * src/codeconv.c: conv_codeset_strdup(): modified so that it sets
7266           codesets automatically if the arguments are NULL.
7267         * src/textview.c: textview_write_line(): made it output warning
7268           message on the text view if conversion failed.
7269
7270 2000-10-06
7271
7272         * README, README.jp: modified the author of the manual.
7273
7274 2000-10-05
7275
7276         * src/headerview.[ch]
7277           src/messageview.[ch]: modified so that it uses GtkLabel widget
7278           instead of GtkText.
7279         * src/codeconv.c: conv_unmime_header(): modified so that it deletes
7280           unreadable codes if the current locale is EUC-JP and libjconv is
7281           used.
7282
7283 2000-10-04
7284
7285         * src/procmime.[ch]
7286           src/messageview.c
7287           src/mimeview.c
7288           src/textview.c: modified so that it parses MIME message more
7289           preferably.
7290         * src/imap.c: imap_parse_address(): fixed a bug.
7291
7292 2000-10-03
7293
7294         * src/procmsg.[ch]: added procmsg_get_message_file_path().
7295         * src/recv.c: recv_bytes_write(): added CR+LF -> LF conversion
7296           routine.
7297         * src/imap.[ch]: changed the name of the member `group' in
7298           IMAPSession to `mbox'.
7299           imap_gen_send(): modified so that it doesn't output the password
7300           to the log.
7301           Modified session destroying routine.
7302         * src/folderview.c: folderview_write_cache(): made it preserve
7303           the IMAP folder list.
7304         * src/procmime.c: procmime_scan_multipart_message(): fixed a bug
7305           that showed boundary at the end of an attached RFC822 part.
7306         * src/prefs_common.c: changed the default of toolbar style to
7307           both icon and text.
7308
7309 2000-10-02
7310
7311         * src/imap.c: imap_get_uncached_messages(): modified so that it
7312           doesn't get the cached envelopes.
7313           imap_session_get_message_info(): made it read only the cache
7314           if the session is not established.
7315         * src/procmsg.c: procmsg_set_flags(): supported IMAP folder.
7316         * src/news.c: news_get_article_info(): made it read only the cache
7317           if the session is not established.
7318
7319 2000-10-01
7320
7321         * src/textview.c: textview_write_line(): fixed a memory leak bug.
7322         * src/folderview.[ch]: made it create IMAP4 folders from the
7323           account information.
7324         * src/imap.[ch]: imap_session_get(): modified so that it creates
7325           IMAP4 session from the account information.
7326
7327 2000-09-30
7328
7329         * src/imap.[ch]: added for IMAP4 support.
7330         * src/summaryview.[ch]
7331           src/procmsg.c
7332           src/recv.[ch]: modified for IMAP4 support.
7333         * src/folderview.c: more IMAP4 implementation.
7334         * src/procmsg.[ch]: added procmsg_get_message_file() that retrieves
7335           the specified message and return the file name.
7336         * src/gtkutils.c: gtkut_widget_wait_for_draw(): fixed a bug that
7337           locked up the process if the given widget was invisible.
7338
7339 2000-09-28
7340
7341         * src/folderview.[ch]: added IMAP4-related code.
7342
7343 2000-09-28
7344
7345         * version 0.4.1
7346
7347         * src/main.h: added IMAP_CACHE_DIR.
7348         * src/utils.[ch]: added get_imap_cache_dir().
7349         * src/procmsg.h: added M_IMAP to MsgType, and MSG_IMAP to MsgFlags.
7350           Added macro MSG_IS_IMAP().
7351         * src/codeconv.c: added `#include <locale.h>' for setlocale().
7352         * sylpheed.spec: fixed %files section.
7353
7354 2000-09-27
7355
7356         * version 0.4.0
7357
7358         * src/codeconv.c: conv_get_current_charset(): made it compare
7359           string with strncasecmp().
7360         * src/compose.c: comopse_reply_parse_header(): workaround for
7361           the malformed References: header generated by OE5 :(
7362
7363 2000-09-26
7364
7365         * src/prefs_common.c
7366           src/prefs_account.c: modified the layout of the widgets.
7367
7368 2000-09-26
7369
7370         * version 0.3.99
7371
7372         * src/*.[ch]: added copyright notice to the top of the source files.
7373         * src/compose.c: compose_write_attach(): modified filename encode
7374           routine.
7375
7376 2000-09-25
7377
7378         * src/mainwindow.c: fixed the menu entry of manual.
7379         * src/compose.c
7380           src/codeconv.[ch]: moved compose_encode_header() into codeconv.c,
7381           and applied the libjconv patch.
7382         * src/utils.c: strdup_mbstowcs(), strdup_wcstombs(): used g_realloc()
7383           to reduce the alloc'd memory to the optimal size.
7384         * src/prefs_common.[ch]: added outgoing codeset option menu.
7385         * src/compose.c: compose_send(): added exclusive lock to prevent
7386           multiple-sending.
7387         * configure.in: made '--enable-ipv6=no' the default.
7388         * src/compose.c: compose_write_attach(): made it encode the name
7389           of the attached file.
7390         * src/procmsg.c: procmsg_get_last_message_number(): fixed a bug that
7391           didn't check the type of file.
7392           procmsg_move_messages_with_dest(): fixed a bug that failed to
7393           move message if a directory that had the same name existed.
7394         * src/utils.c: is_ascii_str(): modified so that '\t', ' ', '\r', '\n'
7395           are included as ASCII characters.
7396
7397 2000-09-24
7398
7399         * src/compose.c
7400           src/procmime.[ch]: modified so that it actually works when using
7401           libjconv :)
7402         * src/codeconv.[ch]: added conv_codeset_strdup() that converts
7403           the codeset of string according to the codeset specified in
7404           arguments.
7405         * src/utils.[ch]: added is_ascii_str() that determines whether the
7406           string is 7bit-ASCII or not.
7407         * src/procmime.[ch]
7408           src/codeconv.[ch]: moved the character set related functions
7409           into codeconv.c.
7410         * merged the patch and the manual written by BONAIM (thanks!).
7411
7412 2000-09-23
7413
7414         * configure.in
7415           src/compose.c
7416           src/gtkutils.c
7417           src/mainwindow.c
7418           src/procmime.[ch]
7419           src/textview.c
7420           src/unmime.[ch]: applied the patch from Higuchi that utilizes
7421           libjconv and enables to handle many locales, including UTF-8
7422           (Unicode) (thanks!).
7423         * src/account.c: modified so that the account isn't changed when
7424           another account is selected on account edit dialog.
7425
7426 2000-09-20
7427
7428         * src/prefs_common.[ch]
7429           src/textview.c: added an option that specifies whether to display
7430           short headers on message view.
7431         * src/codeconv.[ch]: added function conv_unmime_header() that
7432           decodes MIME-encoded header and converts the character set.
7433           And added conv_unreadable_latin(), and modified conv_latintodisp().
7434         * src/messageview.[ch]: made the window get closed when escape key
7435           is pressed.
7436
7437 2000-09-17
7438
7439         * src/imageview.c: fixed a bug that caused segmentation fault if
7440           message view was in new window.
7441         * src/prefs_common.c: added `xemacs %s' to the external editor
7442           command line list.
7443
7444 2000-09-16
7445
7446         * version 0.3.29
7447
7448         * src/summaryview.c: enabled to open a new message window with
7449           double-clicking.
7450         * src/prefs_common.[ch]
7451           src/messageview.c: made it preserve the window size of message
7452           window.
7453         * src/prefs_account.c: added `None (local)' to the option menu of
7454           protocol.
7455
7456 2000-09-15
7457
7458         * Makefile.am: added autogen.sh to EXTRA_DIST.
7459
7460 2000-09-09
7461
7462         * src/prefs_common.c: applied the patch from Paul Rolland that
7463           enables font selection dialog (thanks!).
7464         * src/compose.[ch]
7465           src/utils.[ch]: moved tzoffset() and compose_get_date() of
7466           compose.[ch] into utils.[ch].
7467         * src/main.[ch]: renamed the name of filter file to `filterrc'.
7468
7469 2000-09-06
7470
7471         * src/compose.[ch]
7472           src/utils.[ch]: modified address parsing routine so that it
7473           parses quotes correctly.
7474         * src/textview.c: textview_show_part(): modified so that it shows
7475           the simplified headers if the part is text/plain.
7476
7477 2000-09-03
7478
7479         * src/messageview.[ch]
7480           src/summaryview.[ch]
7481           src/mainwindow.c: enabled to open a message in new window.
7482         * src/messageview.[ch]
7483           src/mimeview.[ch]
7484           src/textview.[ch]
7485           src/imageview.[ch]: added destroy function, and modified the
7486           key handling routines.
7487
7488 2000-09-02
7489
7490         * src/socket.c: sock_connect_by_getaddrinfo(): fixed a bug that
7491           caused segmentation fault (thanks to KUROSAWA).
7492         * src/alertpanel.c: modified so that the focused button is
7493           selectable.
7494         * src/account.c
7495           src/compose.c
7496           src/folderview.c: modified so that the order of the buttons of
7497           alert panel will be `Yes', `No'.
7498
7499 2000-09-01
7500
7501         * src/utils.[ch]: added execute_async() and execute_command_line()
7502           that execute command line using execvp().
7503         * src/textview.c
7504           src/mimeview.c
7505           src/procmsg.c: replaced system() with execute_command_line()
7506           for security.
7507         * src/procmsg.c: turn back to system().
7508         * src/utils.c: modified execute_command_line().
7509
7510 2000-08-31
7511
7512         * src/mainwindow.c: main_window_get_size(): modified so that it
7513           doesn't update the height of SummaryView if MessageView is
7514           toggled off.
7515         * src/compose.[ch]: applied the patch from NAKAGAWA that fixes some
7516           probrems of external editor handling (thanks!).
7517         * src/uuencode.[ch]
7518           src/procmime.[ch]: applied the patch from Hiramatu that make it
7519           supports Content-Transfer-Encoding: x-uuencode (thanks!).
7520
7521 2000-08-30
7522
7523         * src/compose.[ch]
7524           src/prefs_common.[ch]: implemented the external editor faculty.
7525         * src/compose.c: compose_attach_property(): fixed some bugs on
7526           changing the property of attached file.
7527         * src/compose.c: fixed some bugs of external editor functions.
7528
7529 2000-08-29
7530
7531         * version 0.3.28
7532
7533         * src/mainwindow.c
7534           src/prefs_common.[ch]
7535           src/summaryview.c: applied the patch from Paul Rolland that
7536           restores the size of widgets when restarting (thanks!).
7537         * src/folderview.c
7538           src/prefs_common.[ch]
7539           src/summaryview.c: applied the patch from Paul Rolland that saves
7540           the width of CTree columns (thanks!).
7541
7542 2000-08-27
7543
7544         * src/headerview.c: modified the height of HeaderView.
7545         * src/textview.c: textview_show_part(): made it process the message
7546           as normal text if it is single-part RFC822 message.
7547         * src/folderview.c
7548           src/summaryview.c: some changes around the key handling.
7549         * src/prefs_common.[ch]: substituted the word `assort' with `filter'.
7550
7551 2000-08-26
7552
7553         * src/codeconv.[ch]: added conv_latintodisp() for ISO-8859-1 support.
7554         * src/procheader.c: procheader_get_one_field(): fixed a bug that
7555           caused segmentation fault if the first line of the file is space
7556           or tab (thanks to Hiramatu).
7557         * src/mimeview.c: mimeview_drag_data_get(): modified so that the
7558           filename doesn't include G_DIR_SEPARATOR (thanks to Hiramatu).
7559         * src/prefs_account.c
7560           src/prefs_common.c: modified the dialog size.
7561         * src/prefs.c: made the dialog window growable.
7562
7563 2000-08-25
7564
7565         * version 0.3.27
7566
7567         * configure.in: removed unnecessary AC_CHECK_FUNC(gettext) that
7568           caused the failure of the detection of libintl.
7569         * src/filter.[ch]
7570           src/prefs_common.c: implemented `not contain', and modified for
7571           future enhancement.
7572         * src/imageview.c: changed alertpanel_error() to g_warning() so that
7573           it doesn't grab mouse events.
7574         * src/compose.[ch]: added compose_list that holds the list of
7575           Compose objects, and added the function compose_get_compose_list().
7576         * src/main.c
7577           src/mainwindow.c
7578           src/summaryview.c: made it confirm if composing message exists.
7579
7580 2000-08-23
7581
7582         * src/compose.c: compose_reply_set_entry(): fixed a bug that caused
7583           segmentation fault when trying to reply the message in the queue
7584           folder (thanks to Kotobuki).
7585           compose_attach_property(): modified the property dialog routine
7586           so that it can handle input error.
7587         * src/mimeview.c: applied the patch from Hiramatu that enables
7588           the drag 'n drop from MimeView (thanks!).
7589         * src/headerview.[ch]
7590           src/procheader.c
7591           src/procmsg.h: applied the patches for X-Face support from
7592           HIROSHIMA (thanks!).
7593
7594 2000-08-22
7595
7596         * src/compose.c: compose_attach_property(): modified so that the
7597           property dialog can actually change the property of attached file.
7598
7599 2000-08-21
7600
7601         * configure.in
7602           src/Makefile.am: updated for gdk_imlib.
7603         * added AUTHORS and NEWS.
7604         * configure.in
7605           acconfig.h
7606           src/Makefile.am: modified so that configure auto-detects gdk-pixbuf
7607           and gdk_imlib library. And fixed a bug on IPv6 detecting.
7608         * src/imageview.c: supported gdk-pixbuf.
7609         * README
7610           README.jp
7611           INSTALL
7612           INSTALL.jp: added the mention about built-in image view.
7613         * configure.in: modified so that configure can disable gdk-pixbuf
7614           or/and gdk_imlib library.
7615
7616 2000-08-20
7617
7618         * src/imageview.[ch]
7619           src/main.c
7620           src/messageview.[ch]
7621           src/mimeview.[ch]: applied the patches from HIROSHIMA that enables
7622           to display image (thanks!).
7623
7624 2000-08-19
7625
7626         * version 0.3.26
7627
7628         * src/summaryview.c: summary_assort_func(): modified to avoid
7629           `not receive' setting.
7630
7631 2000-08-18
7632
7633         * src/filesel.c: applied the patch from HIROSHIMA that makes it
7634           remember previous directory when opening the dialog (thanks!).
7635         * src/summaryview.[ch]: added a function summary_redisplay_msg().
7636         * src/mainwindow.c: set_charset_cb(): made it redisplay the message
7637           that is currently shown when the character set is changed.
7638         * src/inc.c
7639           src/pop.c
7640           src/prefs_common.c
7641           src/filter.h: applied the patch from Tanaka that enables not to
7642           receive specified messages according to the sorting rule (thanks!).
7643
7644 2000-08-15
7645
7646         * src/procmsg.[ch]: added MSG_MIME to the type MsgFlags. And modified
7647           so that it handles MSG_MIME flag, and it scans uncached messages
7648           when cache reading failed even if it is specified not to scan
7649           new messages.
7650         * src/procheader.c: procheader_parse(): added the determination of
7651           multipart MIME message.
7652         * src/main.h: increased CACHE_VERSION.
7653         * src/summaryview.[ch]: added the `MIME' column that shows whether
7654           a message is multipart or not.
7655         * src/prefs_common.[ch]: added the `MIME' column to the setting of
7656           displaying item.
7657         * added src/pixmaps/clip.xpm.
7658         * src/summaryview.c
7659           src/procmsg.[ch]: modified so that it prompts the print command
7660           before printing.
7661
7662 2000-08-14
7663
7664         * src/folderview.c: folderview_create()
7665           src/summaryview.c: summary_create():
7666           src/addressbook.c: addressbook_create(): set the expander style of
7667           CTree to GTK_CTREE_EXPANDER_SQUARE.
7668         * src/compose.c: modified the interface of property dialog.
7669
7670 2000-08-13
7671
7672         * src/compose.c: added property dialog for attached file.
7673
7674 2000-08-11
7675
7676         * src/procmsg.[ch]: added a function procmsg_print_message() that
7677           prints the given message.
7678         * src/summaryview.c: summary_print(): modified so that it prints
7679           all selected messages.
7680         * src/folderview.c: folderview_select_node(): fixed a bug that
7681           didn't focus on folder tree if inbox was empty when incorporating.
7682
7683 2000-08-10
7684
7685         * version 0.3.25
7686
7687         * src/prefs_commmon.[ch]: added `Other' tab and an option for
7688           printing. And moved external browser option to there.
7689         * src/mainwindow.c
7690           src/summayview.[ch]: added print menu and implemented print
7691           functions.
7692
7693 2000-08-09
7694
7695         * src/prefs_account.c: made the default value of smtp_server to
7696           NULL.
7697         * src/folderview.c: folderview_update_msg_num(): modified so that
7698           it doesn't emphasize trash folder even if it has new or unread
7699           messages.
7700
7701 2000-08-08
7702
7703         * src/filesel.c: filesel_select_file(): (perhaps) fixed a bug that
7704           caused segmentation fault when file selection dialog was closed
7705           and other dialog was open immediately.
7706
7707 2000-08-05
7708
7709         * src/compose.c: compose_encode_header(): fixed a bug that caused
7710           infinite loop if wctomb() failed.
7711
7712 2000-08-04
7713
7714         * version 0.3.24
7715
7716         * src/mimeview.c: enabled to open an attached file with double click
7717           and popup menu. And cleaned up the code.
7718         * src/procmime.[ch]: added a function procmime_get_part() that
7719           saves the part of multipart message.
7720
7721 2000-08-03
7722
7723         * src/main.[ch]
7724           src/mimeview.c
7725           src/prefs_common.[ch]
7726           src/procmime.[ch]
7727           src/utils.[ch]: applied a patch that enables to launch attached
7728           image, audio, and HTML file (thanks to Hashimoto).
7729         * src/filter.c: filter_match_condition(): fixed a bug that caused
7730           segmentation fault if the body of specified filter is NULL. And
7731           made the filter considered as being matched on that case.
7732
7733 2000-07-30
7734
7735         * src/summaryview.c:
7736           summary_save_as(): fixed a bug that unabled to save news articles.
7737           summary_display_msg(): added exclusive lock to prevent it from
7738           reading another news article while it is already processing one.
7739         * src/gtkutils.[ch]: added gtkut_widget_wait_for_draw() that waits
7740           the draw signal to be emitted.
7741         * src/mainwindow.c:
7742           main_window_cursor_wait()
7743           main_window_cursor_normal(): added gdk_flush() to change cursor
7744           immediately.
7745         * Makefile.am
7746           libkcc/Makefile.am: added EXTRA_DIST for `make dist'. And added
7747           a target `release' to Makefile.am.
7748
7749 2000-07-28
7750
7751         * src/socket.c: supported IPv6.
7752         * configure.in
7753           acconfig.h: added checking for IPv6.
7754         * prefs_common.c: changed the default of toolbar_style to icon only.
7755
7756 2000-07-27
7757
7758         * initial cvs import.
7759         * updated README and README.jp.
7760
7761 2000-07-24
7762
7763         * version 0.3.23
7764
7765         * src/procmime.[ch]: modified the structure of MimeInfo so that it
7766           can be handled as a node of tree.
7767           Added procmime_mimeinfo_free_all() that frees all of the MimeInfo
7768           recursively.
7769           Added procmime_get_text_part() that scans a message and gets a text
7770           part for quoting.
7771         * src/mimeview.c: divided mimeview_scan_multipart_message() into
7772           procmime_scan_multipart_message() and mimeview_set_multipart_tree().
7773         * src/compose.c: compose_quote(), compose_forward():
7774           made it quote the text part of multipart message properly.
7775           Made it preserve the size of Compose window.
7776         * src/prefs_common.[ch]: added compose_width and compose_height to
7777           the members.
7778         * src/textview.c: textview_show_part(): some code cleanups.
7779         * src/codeconv.[ch]: added a function conv_get_code_conv_func().
7780
7781 2000-07-20
7782
7783         * version 0.3.22
7784
7785         * src/codeconv.[ch]: fixed a bug that showed garbage characters if
7786           the return code of the message was CR+LF. And added
7787           conv_sjistoeuc().
7788         * src/summaryview.c: summary_attract_by_subject(): made it move
7789           the current view point to the selected row when executed.
7790         * src/textview.c: textview_show_part(): modified the character set
7791           determination routine.
7792         * src/folderview.c: folderview_update_msg_num(): fixed a bug that
7793           caused segmentation fault if boldfont was NULL.
7794         * src/compose.c: compose_create(): made it sets itself as the target
7795           of addressbook on window creation.
7796
7797 2000-07-19
7798
7799         * src/compose.c: compose_send(): fixed a bug that didn't save
7800           queued message to outbox when failed to send the message (thanks
7801           to T. Yamamoto).
7802
7803 2000-07-15
7804
7805         * src/inc.[ch]: modified so that it changes error message dialog
7806           depending on the results.
7807
7808 2000-07-14
7809
7810         * src/mainwindow.c: main_window_create(): set usize of account
7811           button on the status bar to 1 so that it doesn't get expanded
7812           more than necessary.
7813         * src/account.[ch]: account_foreach(): made it abort the iteration
7814           if the function returns nonzero.
7815         * src/inc.[ch]
7816           src/pop.c: modified so that it shows error message dialog if the
7817           message processing is failed.
7818
7819 2000-07-04
7820
7821         * version 0.3.21
7822
7823         * src/mainwindow.c: made it popup account selection menu when
7824           account tool button or account status bar is pressed.
7825         * src/folderview.c
7826           src/prefs.c: suppressed the ENOENT perror messages.
7827         * src/pop.c: made it fall back on LAST command if UIDL failed.
7828
7829 2000-07-01
7830
7831         * src/procheader.c: procheader_parse(): fixed a bug that didn't
7832           parse References: header correctly (thanks to YAMAGUCHI).
7833
7834 2000-06-29
7835
7836         * version 0.3.20
7837
7838         * src/compose.c: compose_reply_set_entry(): fixed a bug that didn't
7839           cc'd correctly when replying.
7840         * src/mainwindow.c
7841           src/summaryview.c: sorted out the main menu and the popup menu.
7842
7843 2000-06-26
7844
7845         * version 0.3.19
7846
7847         * src/prefs_account.[ch]
7848           src/compose.c: made it be able to set Cc:, Bcc:, and Reply-To:
7849           automatically at composing (thanks to NAKAGAWA).
7850
7851 2000-06-25
7852
7853         * src/prefs_common.[ch]
7854           src/mainwindow.c
7855           src/main.c: made it selectable whether to ask before cleaning
7856           trash at the exit.
7857         * src/prefs_common.c: cleaned up the code and the interface a bit.
7858         * src/summaryview.c: modified the unthread functions for speeding
7859           up.
7860
7861 2000-06-24
7862
7863         * src/prefs_common.[ch]
7864           src/summaryview.c: made it display recipient on the `From' column
7865           if the address of the sender is the same as the current account
7866           (thanks to NAKAGAWA).
7867         * src/utils.[ch]: added a function extract_address() that extracts
7868           the address from `From:' header string.
7869         * src/mainwindow.c: allsel_cb(): fixed a bug that caused segmentation
7870           fault if `Edit/Select all' was selected when the message view was
7871           hidden (thanks to Tomita).
7872
7873 2000-06-21
7874
7875         * src/summaryview.c: modified execution routine so that it only
7876           unthreads nodes that are needed to be unthreaded.
7877
7878 2000-06-19
7879
7880         * src/news.c: news_session_get(): implemented the reconnection on
7881           being disconnected.
7882         * src/nntp.[ch]: added nntp_mode().
7883
7884 2000-06-18
7885
7886         * src/mbox.c: fixed a bug that didn't close mbox FILE pointer.
7887           And support assortment on processing mbox.
7888         * src/inc.c: inc_drop_message(): modified so that it uses hash table
7889           to store the last message number of folders.
7890         * src/summaryview.c
7891           src/addressbook.c: modified the behavior of CTree at right-click.
7892         * src/pop.c: pop3_getrange_uidl_recv(): fixed a potential buffer
7893           overflow bug (thanks to Nishiyama).
7894
7895 2000-06-17
7896
7897         * version 0.3.18
7898
7899         * src/pop.[ch]
7900           src/inc.[ch]: implemented management of read message on POP server
7901           by UIDL.
7902         * src/utils.[ch]: removed (s)list_remove_all() because it can be
7903           replaced with g_(s)list_free().
7904         * src/summaryview.c: modified the arrangement of menu a bit.
7905         * src/summaryview.c: summary_status_show(): made it doesn't display
7906           server name but newsgroup.
7907         * src/prefs_common.c
7908           src/prefs_account.c: adjusted the calculation routine of dialog
7909           size.
7910
7911 2000-06-15
7912
7913         * version 0.3.17
7914
7915         * src/compose.c: compose_reply_set_entry(): modified so that it
7916           cc's to the all addresses on To: and Cc: of the replied message.
7917           And swapped the position of Subject: and To: entry.
7918
7919 2000-06-14
7920
7921         * src/procheader.c: modified so that it can handle headers that
7922           aren't separated by space.
7923         * src/socket.c: sock_connect(): added a wait after connection to
7924           prevent lockup (thanks to NINOMIYA).
7925
7926 2000-06-13
7927
7928         * src/inc.c:
7929           inc_mail()
7930           inc_all_account_mail(): fixed a bug that caused segmentation
7931           fault if no account exist.
7932         * src/mainwindow.[ch]: made receive button unclickable when
7933           no account exist.
7934         * src/compose.c: compose_queue(): fixed a bug that didn't mark
7935           queued message properly.
7936         * src/utils.[ch]: separated code conversion functions into
7937           src/codeconv.[ch].
7938
7939 2000-06-13
7940
7941         * version 0.3.16
7942
7943         * src/mimeview.c: mimeview_save_as()
7944           src/summaryview.c: summary_save_as(): made it ask whether to
7945           overwrite the existing file.
7946
7947 2000-06-12
7948
7949         * src/utils.c
7950           src/recv.c
7951           src/prefs.c
7952           src/prefs_common.c
7953           src/prefs_account.c
7954           src/addressbook.c
7955           src/compose.c
7956           src/mbox.c: fixed a bug that failed to check write error when
7957           disk was full and caused the loss of the file.
7958
7959 2000-06-11
7960
7961         * src/mainwindow.c: main_window_clean_trash(): made it move focus
7962           to folder view when finished.
7963         * src/utils.[ch]: added code conversion functions for display.
7964           And added strncpy2() that doesn't do zero fill and does
7965           null-termination, unlike original strncpy().
7966         * src/textview.c: modified so that it changes the code conversion
7967           function according to charset. And supported charset=SHIFT_JIS.
7968         * src/mainwindow.c
7969           src/prefs_common.h
7970           src/textview.c: made it possible to force character set of
7971           a message.
7972         * src/folderview.c: folderview_select_next_unread():
7973           made it search unread folder from begin if it isn't found.
7974
7975 2000-06-11
7976
7977         * version 0.3.15
7978
7979         * src/mainwindow.c: fixed a probrem again that main window was
7980           stretched to the width of the toolbar.
7981         * src/mbox.c
7982           src/utils.c: is_header_line(): modified so that it recognizes
7983           a header which doesn't have a space after colon (thanks to Hotta).
7984         * src/filter.c: added `#include <strings.h>'.
7985         * src/smtp.c: replaced snprintf() with g_snprintf().
7986         * src/Makefile.am: added `-I$(top_srcdir)/intl' to INCLUDES for
7987           included gettext.
7988         * included sylpheed.spec.
7989
7990 2000-06-10
7991
7992         * src/prefs_common.[ch]: enabled to set the pixels of line space
7993           and decide whether to leave space on head of lines.
7994         * src/summaryview.c: modified so that it clears message view
7995           when displayed message is removed from the summary view.
7996         * src/mimeview.c: fixed a bug that caused infinite loop if
7997           terminal boundary of multipart message was not found (thanks to
7998           Nishika).
7999         * src/folderview.c: folderview_scan_mailbox(): made it ignore
8000           dot directory.
8001         * src/main.c: made it show warning dialog and exit if the file with
8002           the same name already exists when creating directory.
8003
8004 2000-06-09
8005
8006         * src/textview.c
8007           src/prefs_common.[ch]: made it possible to leave space between
8008           and on head of lines.
8009
8010 2000-06-07
8011
8012         * src/compose.c
8013           src/procmime.[ch]: made it scan /etc/mime.types and determine
8014           the MIME type of the attached file.
8015         * src/summaryview.c: made it clear message view if the summary
8016           is unselected on the execution, and made it move focus to
8017           folder view if the folder becomes empty.
8018         * src/mainwindow.c: fixed a probrem that main window was stretched
8019           to the width of the toolbar.
8020         * src/inc.c: fixed a bug that caused multiple gtk_main() event loop
8021           if `Check new mail on startup' was set.
8022
8023 2000-06-06
8024
8025         * src/compose.c: fixed a probrem that had been unable to insert
8026           a file to the current cursor position.
8027
8028 2000-06-06
8029
8030         * version 0.3.14
8031
8032         * src/compose.[ch]: added `attach' button to the toolbar. And
8033           replaced the icon of `insert' to the new one.
8034
8035 2000-06-05
8036
8037         * src/mainwindow.[ch]: added `Execute' to the toolbar. And added
8038           a function main_window_set_toolbar_sensitive() that sets the
8039           sensitivity of the button of the toolbar.
8040         * src/compose.c: fixed a bug that output wrong header if
8041           a return code was included in the string of the text entry.
8042
8043 2000-06-04
8044
8045         * src/mainwindow.[ch]: added `Delete' to the toolbar and the menu.
8046           And added the same items in popup menu to the main menu.
8047         * src/utils.[ch]: added functions for DnD support.
8048         * src/compose.c: implemented file attachment and insertion with DnD
8049           (thanks to Hiramatu).
8050
8051 2000-06-04
8052
8053         * version 0.3.13
8054
8055         * src/summaryview.c: fixed a bug that passed null pointer to
8056           is_dir_exist().
8057
8058 2000-06-03
8059
8060         * src/alertpanel.[ch]: added functions alertpanel_message(),
8061           alertpanel_notice(), and alertpanel_error(), and cleaned up
8062           the code.
8063         * src/folderview.c
8064           src/compose.c
8065           src/addressbook.c
8066           src/summaryview.c
8067           src/summary_search.c
8068           src/prefs_account.c
8069           src/foldersel.c: made them use alertpanel_error(),
8070           alertpanel_warning() or alertpanel_notice() for error message
8071           dialog.
8072         * src/summaryview.[ch]: enable sorting in reversed order.
8073         * src/inc.c: made it show error message dialog when failed to
8074           connect or authorize.
8075         * src/utils.h: added a macro FILE_OP_ERROR() and replaced many
8076           perror() with it.
8077
8078 2000-06-03
8079
8080         * version 0.3.12
8081
8082         * src/compose.c: fixed a bug that didn't save a message to outbox
8083           when queued.
8084         * src/send.c: send_message_queue(): fixed a bug that included
8085           headers for queueing in the parsed data.
8086         * src/mainwindow.c: send_queue_cb(): made it pop statusbar message
8087           and update queue folder when finished.
8088
8089 2000-06-02
8090
8091         * version 0.3.11
8092
8093         * src/filter.c
8094           src/inc.c
8095           src/compose.c: suppressed the warning messages.
8096         * src/mainwindow.[ch]: added next unread message button and menu
8097           items.
8098         * src/summaryview.[ch]: added a function summary_select_next_unread()
8099           that selects and opens next unread message.
8100
8101 2000-06-01
8102
8103         * src/prefs_common.[ch]: added a setting to decide whether to open
8104           unread message on entering a folder.
8105         * src/summaryview.c: made it open the first unread message only if
8106           the preference is set.
8107         * src/compose.c: fixed a bug that freed the string obtained from
8108           GtkEntry.
8109
8110 2000-05-31
8111
8112         * src/compose.c: added `Send later' to the menu and the toolbar
8113           which queues the message to send it later.
8114
8115 2000-05-30
8116
8117         * src/mainwindow.c: added an interface to resend the queued message.
8118         * src/compose.c: made it show alert dialog when a message will be
8119           queued.
8120
8121 2000-05-29
8122
8123         * src/procmsg.[ch]: added function procmsg_send_queue() that calls
8124           send_message_queue() for each queued messages.
8125
8126 2000-05-28
8127
8128         * src/inc.c: inc_drop_message(): modified so that it drops a message
8129           to the default inbox folder if destination folder doesn't exist.
8130         * src/compose.[ch]: added imput compatible queueing header to the
8131           queued message.
8132         * src/send.[ch]: added function send_message_queue() that send
8133           queued message.
8134
8135 2000-05-27
8136
8137         * configure.in
8138           acconfig.h: made it enabled to decide wheter to use multithread
8139           or not on configure.
8140         * src/summaryview.c: fixed a bug that made thread when executed
8141           despite of the setting (thanks to Hiroshima).
8142         * src/socket.[ch]: changed the return value of public
8143           sock_connect_*() function to the pointer to SockInfo object.
8144         * src/procmime.c: procmime_scan_mime_header():
8145           fixed a bug that returned NULL if the scanned part had no header
8146           (thanks to shigeri).
8147         * src/procmime.[ch]:
8148           added function procmime_scan_content_disposition() that parses
8149           Content-Disposition header field.
8150         * src/mimeview.c: made it uses filename value in Content-Disposition
8151           header.
8152         * src/pop.c
8153         * src/inc.c: modified so that password is prompted if the password
8154           on preferences is empty and previous POP3 session has failed on
8155           authorization.
8156
8157 2000-05-23
8158
8159         * src/socket.[ch]: added non-blocking IO mode socket and
8160           multithreaded connection support.
8161         * src/inc.c: supported multithread connection.
8162
8163 2000-05-22
8164
8165         * src/folderview.c: made the focus of SummaryView grabbed when
8166           a folder is selected only if the messages exist.
8167
8168 2000-05-20
8169
8170         * version 0.3.10
8171
8172         * po/ja.po: fixed a bug that head `/' of a menu label was missing
8173           and caused segmentation fault when opened Compose window.
8174
8175 2000-05-20
8176
8177         * version 0.3.9
8178
8179         * src/utils.c: get_domain_name(): modified so that it uses
8180           gethostname().
8181         * src/mimeview.c: added key binds for `Save as' and
8182           `Display as text'.
8183
8184 2000-05-19
8185
8186         * src/recv.c: fixed a bug that failed to return error value
8187           when fputs() failed and caused the loss of received mails when
8188           disk space was not left (thanks to Tajiri).
8189         * src/compose.c: supported Reply-To.
8190         * src/mimeview.c: improved key operation interface.
8191
8192 2000-05-18
8193
8194         * src/mimeview.[ch]
8195           src/procmime.[ch]
8196           src/textview.[ch]: supported nested multipart message and
8197           clean up the codes.
8198           Supported encapsulated RFC822 message.
8199
8200 2000-05-16
8201
8202         * src/compose.[ch]: made it free the alloc'd memory for attach
8203           information when the compose window is destroyed.
8204           Placed the attachment list and the text widget onto the paned
8205           widget.
8206           Enabled cut/copy/paste/select all on all of the editable widgets.
8207           Implemented removal of attached file and popup menu on attachment
8208           list.
8209         * src/prefs_common.[ch]: added signature separator setting.
8210         * src/alertpanel.[ch]: added a function alertpanel_warning().
8211
8212 2000-05-14
8213
8214         * src/prefs_common.[ch]
8215           src/textview.c: made open URI command customizable.
8216         * src/compose.[ch]: implemented multipart MIME message composition
8217           (attachment of file).
8218         * src/textview.c
8219           src/compose.c: fixed a bug that didn't turn off the GTK+ theme
8220           engine again.
8221
8222 2000-05-13
8223
8224         * version 0.3.8
8225
8226         * src/summaryview.c: added key binds for composing message
8227           (w, a, A, f). Also added other key binds (y, D, Q).
8228         * src/compose.c: made Cc entry take over the Cc of the replied
8229           message.
8230         * src/pixmaps/new.xpm
8231           src/pixmaps/unread.xpm: replaced pixmap image.
8232         * src/procheader.c: procheader_date_get_localtime():
8233           changed the single figures of year from four to two.
8234
8235 2000-05-12
8236
8237         * src/inc.c: made it ask password if it is not specified on account
8238           preferences.
8239         * src/prefs_account.h: added member tmp_pass to struct PrefsAccount
8240           that preserves the temporary password.
8241         * src/inputdialog.[ch]: added function input_dialog_with_invisible()
8242           that prompts input with the string hidden.
8243
8244 2000-05-11
8245
8246         * src/compose.c: fixed a bug that didn't turn off the GTK+ theme
8247           engine if message font wasn't specified.
8248
8249 2000-05-10
8250
8251         * version 0.3.7a
8252
8253         * src/summaryview.c: fixed a bug that stderr was forgotten on
8254           fprintf().
8255
8256 2000-05-10
8257
8258         * version 0.3.7
8259
8260         * src/pop.c: fixed a problem that if some POP3 commands returned
8261           error, the previous operations were all cancelled.
8262         * src/compose.c
8263           src/textview.c: made workaround to the slow down of GtkText widget
8264           when using Pixmap theme or its derivatives.
8265
8266 2000-05-08
8267
8268         * src/inc.c: fixed a bug that caused X IO error when exec'd
8269           nonexistent program.
8270
8271 2000-05-07
8272
8273         * src/folderview.[ch]: added the member `mtime' to the struct
8274           FolderInfo.
8275         * src/summaryview.c: made the mtime of the folder checked that is
8276           going to open.
8277         * src/procmsg.c: added filesystem unchecking mode.
8278
8279 2000-05-05
8280
8281         * src/textview.[ch]: implemented clickable URI (thanks to BONAIM).
8282           And made `X-Mailer:' header emphasized if it contains `Sylpheed'.
8283
8284 2000-05-04
8285
8286         * src/summaryview.c: summary_write_cache(): permission fix of
8287           cache file.
8288
8289 2000-05-04
8290
8291         * version 0.3.6a
8292
8293         * src/headerview.c: added headerview_clear() method.
8294         * src/messageview.c: fixed a bug that didn't clear HeaderView
8295           on messageview_clear().
8296
8297 2000-05-04
8298
8299         * version 0.3.6
8300
8301         * src/messageview.c
8302           src/textview.c: added *_clear() method.
8303         * src/summaryview.c: made it clear MessageView when new folder
8304           is open.
8305
8306 2000-05-03
8307
8308         * src/inc.c: fixed a bug that went to the inbox that was specified
8309           by each account when incorporating from all accounts.
8310         * src/compose.c: made it confirm whether to discard the message or
8311           not when the window will be closed.
8312
8313 2000-05-03
8314
8315         * version 0.3.5
8316
8317         * src/pop.[ch]
8318           src/inc.[ch]: re-supported APOP authentication.
8319         * src/prefs_account.c: fixed a bug that had't saved protocol type.
8320         * src/socket.h
8321           src/statusbar.h: attached G_GNUC_PRINTF() to printf() like
8322           functions.
8323         * src/progressdialog.[ch]: changed the name of class from Progress
8324           to ProgressDialog.
8325
8326 2000-05-02
8327
8328         * src/summaryview.c: fixed a bug that caused segmentation fault
8329           a news folder was selected without using ja message catalog.
8330         * src/utils.h: attached G_GNUC_PRINTF() to printf() like functions.
8331         * src/Makefile.am: added `-DG_LOG_DOMAIN=\"Sylpheed\"' to
8332           INCLUDES.
8333
8334 2000-05-01
8335
8336         * src/automaton.[ch]
8337           src/inc.[ch]
8338           src/pop.[ch]: re-implemented POP3 fetching routines using
8339           finite-state automaton model (thanks to Hiramatu).
8340         * src/inc.c: fixed a bug that caused unwilled quitting of program
8341           when connection to mail server failed. And fixed a memory leak bug.
8342         * src/summaryview.c: made the focus move to FolderView when left
8343           cursor key is pressed.
8344
8345 2000-04-30
8346
8347         * src/textview.c: textview_write_line(): modified quotation
8348           discerning routine a bit.
8349
8350 2000-04-29
8351
8352         * version 0.3.4
8353
8354         * src/procmime.[ch]: moved MIME decorder from src/textview.c to
8355           src/procmime.c.
8356         * src/mimeview.[ch]: implemented saving of multipart message. And
8357           supported MIME encoded file name.
8358         * src/summaryview.c: implemented `Save as'.
8359
8360 2000-04-28
8361
8362         * src/prefs_common.[ch]: implemented an interface for setting the
8363           display item of SummaryView.
8364         * src/addressbook.c
8365           src/account.c: made the column titles of those don't take key
8366           focus.
8367
8368 2000-04-26
8369
8370         * src/textview.c: implemented BASE64 decoding and display.
8371
8372 2000-04-25
8373
8374         * src/prefs_common.[ch]: added members which decide whether
8375           each item of SummaryView is displayed or not.
8376         * src/headerwindow.c
8377           src/logwindow.c: made those windows closed when escape key is
8378           pressed.
8379         * src/headerview.c: disused ScrolledWindow.
8380         * src/base64.c: from64tobits(): modified so that it recognize '\n'
8381           as the last of line as well as '\r'.
8382
8383 2000-04-24
8384
8385         * src/headerview.c: disabled word wrap and line wrap of the text
8386           widget.
8387
8388 2000-04-24
8389
8390         * version 0.3.3
8391
8392         * src/prefs_common.c: prefs_assort_create(): added some headers
8393           to the default headers for assortment.
8394
8395 2000-04-23
8396
8397         * src/procmsg.c: fixed a bug that caused segmentation fault if
8398           the permission of a message was denied on parsing the header
8399           (thanks to wakai@UEC univ.).
8400         * src/mimeview.c: made it pass key press event to SummaryView.
8401
8402 2000-04-21
8403
8404         * src/main.h
8405           src/alertpanel.c: modified font specifications so that they match
8406           to better fonts.
8407         * src/utils.[ch]: added wide-character functions for FreeBSD support.
8408           Added the existence check of <wchar.h>.
8409         * acconfig.h
8410           configure.in: added wint_t and libxpg4 check for FreeBSD support.
8411         * src/unmime.c: modified so that it checks the existence of
8412           <alloca.h>.
8413           Above three are a contribution from Sasaki. Thanks!
8414
8415 2000-04-18
8416
8417         * src/main.h: decreased default height of window.
8418
8419 2000-04-17
8420
8421         * src/procmime.c: fixed a bug that eliminated the parenthesis in
8422           attribute value that was double-quoted.
8423
8424 2000-04-15
8425
8426         * version 0.3.2
8427
8428         * src/mimeview: implemented multipart message parser and display.
8429         * src/procmime.c: procmime_scan_content_type():
8430           supported multiple elements.
8431         * src/textview.c: supported multipart message and clean up the code.
8432
8433 2000-04-14
8434
8435         * src/summaryview.c: added size column and sorting by size.
8436         * src/mainwindow.c: added `Sort by size' to sort menu.
8437         * src/procmime.c: fixed a bug that caused buffer overrun and
8438           segmentation fault.
8439         * src/procmime.c: generalized Content-Type parsing.
8440
8441 2000-04-13
8442
8443         * version 0.3.1
8444
8445         * src/textview.c: supported MIME headers and
8446           Content-Transfer-Encoding: quoted-printable.
8447
8448 2000-04-12
8449
8450         * src/messageview.[ch]
8451           src/textview.[ch]: separated MessageView into two classes.
8452         * src/procmime.[ch]: added for MIME message handling.
8453
8454 2000-04-11
8455
8456         * src/mimeview.[ch]: added for MIME message handling.
8457         * configure.in: added wctype.h and wchar.h existence check.
8458
8459 2000-04-10
8460
8461         * src/procmsg.[ch]
8462           src/procheader.[ch]: some code cleanups.
8463         * src/messageview.[ch]: integrated HeaderView.
8464
8465 2000-04-09
8466
8467         * version 0.3.0
8468
8469 2000-04-08
8470
8471         * src/addressbook.c: Made the tree sorted when folder/group is
8472           added or edited.
8473         * src/xml.c: xml_compare_tag(): fixed a bug that caused segmentation
8474           fault if the current tag was empty.
8475         * src/mainwindow.c: made the state of MainWindow saved.
8476
8477 2000-04-08
8478
8479         * version 0.3.0pre1
8480
8481         * src/addressbook.c: fully implemented address group editing.
8482           Fixed a bug that wrongly confirmed deletion of address when
8483           escape key was pressed on alert dialog.
8484
8485 2000-04-07
8486
8487         * src/addressbook.c: added menu bar. And enabled hierarchical
8488           folder.
8489         * src/prefs_account.c: modified so that it allows not to specify
8490           pop server.
8491         * src/inc.c: inc_account_mail(): modified so that if receiving
8492           server isn't specified, it does nothing.
8493
8494 2000-04-05
8495
8496         * version 0.2.9
8497
8498         * src/addressbook.c: almost fully implemented addressbook functions.
8499
8500 2000-04-04
8501
8502         * src/compose.c: fixed a bug that caused segmentation fault when
8503           `File->Insert file' was selected more than twice.
8504
8505 2000-04-03
8506
8507         * version 0.2.9pre4
8508
8509         * src/addressbook.[ch]: implemented creation of new folder and group,
8510           and deletion of folder and group. And fully implemented
8511           addressbook_delete_object() which deletes the specified object
8512           recursively.
8513
8514 2000-04-02
8515
8516         * src/addressbook.c: implemented registration of address and multiple
8517           appending to Compose address entry.
8518         * src/menu.[ch]: added a function menu_set_insensitive_all() that
8519           turn all menu items insensitive.
8520         * src/folderview.c: some code cleanup.
8521
8522 2000-04-01
8523
8524         * src/account.c
8525           src/prefs_common.c: fixed a bug on getting the number of CList
8526           rows.
8527
8528 2000-03-30
8529
8530         * version 0.2.9pre3
8531
8532         * src/folderview.c: fixed a bug that caused warnings when tree was
8533           expanded/collapsed on the first operation.
8534
8535 2000-03-29
8536
8537         * src/addressbook.c: addressbook_list_selected(): made it be able
8538           to handle multiple address.
8539         * src/compose.c: modified so that when Bcc: is toggled, corresponding
8540           AddressBook also toggle it.
8541         * src/mainwindow.c:
8542           main_window_create(): moved gtk_widget_set_uposition() before
8543           gtk_widget_show() so as not to cause window flickering.
8544           main_window_get_position(): replaced gdk_window_get_position()
8545           with gdk_window_get_root_origin() to acquire correct window
8546           position (Thanks to shigeri for these modifications).
8547
8548 2000-03-27
8549
8550         * src/filesel.c: made it selects home directory on the first time
8551           it is called.
8552
8553 2000-03-26
8554
8555         * src/utils.c: conv_mb_alnum(): modified so that it uses character
8556           conversion table.
8557         * src/foldersel.c: made the folder tree take focus when the dialog
8558           is shown.
8559
8560 2000-03-26
8561
8562         * version 0.2.9pre2
8563
8564         * src/addressbook.c: implemented addressbook_export_to_file() and
8565           related functions.
8566
8567 2000-03-25
8568
8569         * src/xml.[ch]
8570           src/addressbook.c: fixed the variable name for attribute.
8571         * src/prefs_common.[ch]: added a member `conv_mb_alnum'.
8572         * src/utils.[ch]: added conv_mb_alnum() that converts multi-byte
8573           alphabet and numeric into single-byte one.
8574         * src/messageview.c: messageview_show(): made it pass conv_mb_alnum()
8575           when conv_mb_alnum flag is on.
8576
8577 2000-03-25
8578
8579         * version 0.2.9pre1
8580
8581         * src/compose.c: modified so that when Addressbook is open by a
8582           Compose and it is closed, target of Addressbook is reset.
8583         * src/addressbook.c: made it work with Compose.
8584
8585 2000-03-24
8586
8587         * configure.in: AM_PATH_{GLIB, GTK}: raised the required version of
8588           GTK+ and GLIB to 1.2.6.
8589         * src/xml.[ch]: more implementation of XML parser.
8590         * src/addressbook.c: implemented addressbook parsing and displaying
8591           routine.
8592
8593 2000-03-21
8594
8595         * src/folderview.c: folderview_scan_folder(): modified so that if
8596           a folder's message number is zero, set new, unread and total number
8597           to zero.
8598
8599 2000-03-20
8600
8601         * src/xml.[ch]: added for XML handling used by addressbook.
8602         * src/folderview.c: modified so that Trash folder is skipped
8603           when an unread folder is selected automatically by space key.
8604
8605 2000-03-18
8606
8607         * src/summaryview.c: fixed a bug that cursor was turned into watch
8608           forever when a newsgroup was selected.
8609
8610 2000-03-18
8611
8612         * version 0.2.8
8613
8614 2000-03-17
8615
8616         * src/mainwindow.[ch]: implemented counting on setting cursor
8617           type. And modified the menu of `thread view' and `unthread view'.
8618         * src/summaryview.c: enabled thread-toggling on opening folder.
8619         * src/prefs_common.[ch]: added a member `enable_thread' to determine
8620           whether summary view builds thread or not when a folder is open.
8621
8622 2000-03-15
8623
8624         * src/summaryview.c: modified popup sensitivity function a bit.
8625
8626 2000-03-13
8627
8628         * version 0.2.7
8629
8630         * src/addressbook.[ch]: more implementation of the interface of
8631           addressbook.
8632         * src/compose.c: connected to addressbook object.
8633         * src/folderview.[ch]: folderview_compare_path():
8634           modified so that absolute path is correctly compared.
8635           And added folderview_select_node().
8636           And modified folderview_scan_folder() so that it update the summary
8637           when asked.
8638         * src/import.c: made it update folder tree when imported mbox.
8639         * src/summaryview.c: modified according to the changes of
8640           folderview.c. And modified so that it display alert dialog if
8641           source folder is identical to destination.
8642           added summary_set_popup_sensitive() that set the sensitivity of
8643           popup menu according to the context. And made all of the items of
8644           popup menu insensitive when summary is cleared.
8645         * src/procmsg.c: procmsg_move_messages_with_dest():
8646           modified so that if source folder is identical to destination,
8647           abort its process.
8648         * src/summary_search.c
8649           src/manage_window.c: modified so as not to print warning to console
8650           when alert dialog appeared twice.
8651         * src/filesel.c: made file selection dialog transient.
8652
8653 2000-03-11
8654
8655         * src/manage_window.[ch]: added callback function
8656           manage_window_focus_out().
8657         * src/account.c
8658           src/inputdialog.c
8659           src/mainwindow.c
8660           src/prefs_account.c
8661           src/prefs_common.c
8662           src/summary_search.c: added focus_out_event signal handler.
8663         * src/addressbook.[ch]: added preliminary addressbook code.
8664
8665 2000-03-06
8666
8667         * src/utils.h: added a macro Xalloca() that does alloca() and
8668           handles the exception.
8669         * src/import.c: made the import dialog transient window and enabled
8670           cancelling by escape key.
8671
8672 2000-03-04
8673
8674         * version 0.2.6
8675
8676         * src/compose.c: fixed a bug that caused memory leak when compose
8677           window was closed.
8678
8679 2000-03-03
8680
8681         * src/nntp.h: increased NNTP message buffer size for XOVER strings
8682           which is too long.
8683
8684 2000-02-28
8685
8686         * src/summaryview.c: binded step-forward and step-backward to each
8687           Control-n and Control-p.
8688         * src/filter.c: filter_read_str(): fixed a memory leak bug and
8689           replaced g_malloc() for allocating the buffer with alloca().
8690         * src/procheader.c: procheader_get_fromname(),
8691                             procheader_date_get_localtime()
8692           src/utils.c: conv_euctojis()
8693           src/compose.c: compose_quote_parse_fmt()
8694           src/prefs.c: prefs_set_data_from_text()
8695                        prefs_set_text(): replaced g_malloc() with alloca().
8696
8697 2000-02-26
8698
8699         * version 0.2.5
8700
8701         * src/logwindow.c: improved log_window_append() so that it shows
8702           warning, error and normal message with different colors.
8703         * src/utils.[ch]: added functions log_message(), log_warning(), and
8704           log_error() that show normal message, warning, and error for each.
8705           And modified many warning messages to use these.
8706         * src/messageview.c: messageview_init(): made it set colors of
8707           quotation and URI to black when failed to allocate colors.
8708         * src/news.c: news_parse_xover(): replaced g_malloc() for allocating
8709           the buffer with alloca().
8710
8711 2000-02-25
8712
8713         * src/folderview.c: fixed a bug that didn't put previously selected
8714           folder name in text entry. In addition to that, made some
8715           modifications.
8716
8717 2000-02-24
8718
8719         * version 0.2.4
8720
8721         * src/logwindow.[ch]: added log window that displays protocol log.
8722         * src/about.c: adjusted the size of dialog.
8723         * src/folderview.c: made it select a folder when double-clicked.
8724
8725 2000-02-23
8726
8727         * src/prefs_common.[ch]: added an item `translate_header' that
8728           decides whether header name like `From:' or `Subject:' is
8729           translated or not.
8730         * src/compose.c: made it show alert dialog when receiptor isn't
8731           entered.
8732         * src/inc.c: some code cleanups.
8733
8734 2000-02-22
8735
8736         * version 0.2.3
8737
8738         * src/compose.c: made header entries move those focus to next
8739           entry or text widget when activated. And sorted out the menu items.
8740         * src/mainwindow.[ch]
8741           src/prefs_common.[ch]
8742           src/main.c: made it save the sizes of widgets and the position of
8743           window when quitting.
8744         * src/prefs_common.c: set a14, k14 fontset as default message font.
8745         * src/about.c: changed the appearance of about dialog using text
8746           widget and so on.
8747         * src/recv.c: modified recv_write() so that it converts an escaped
8748           From_ line.
8749
8750 2000-02-20
8751
8752         * version 0.2.2
8753
8754         * src/compose.[ch]: supported Bcc.
8755
8756 2000-02-19
8757
8758         * version 0.2.1
8759
8760         * src/utils.[ch]: added function to_number() that examines string
8761           and if that is a number string, return its value.
8762         * src/procmsg.c: fixed a bug that caused malfunction when non-digit
8763           character was included in file name.
8764
8765 2000-02-18
8766
8767         * version 0.2.0
8768
8769         * src/folderview.c: fixed a bug that caused segmentation fault
8770           when opened folder node was deleted (thanks to Hiramatu).
8771           And implemented folderview_rm_server_cb() which removes news server.
8772         * src/mbox.c: modified a warning message.
8773
8774 2000-02-13
8775
8776         * version 0.2.0alpha-pre8
8777
8778         * src/mainwindow.c: inc_all_account_mail_cb(): made it select inbox
8779           folder to prevent the probrem when current folder is updated.
8780         * src/summaryview.c: summary_execute(): made it write to summary
8781           cache when executed.
8782
8783 2000-02-12
8784
8785         * version 0.2.0alpha-pre7
8786
8787         * src/utils.[ch]: added path_cmp() that compares two paths ignoring
8788           trailing directory separator.
8789         * src/folderview.[ch]
8790           src/summaryview.[ch]: modified so that folder tree is updated
8791           when messages are moved or deleted.
8792         * src/inc.c: some code cleanup.
8793
8794 2000-02-11
8795
8796         * version 0.2.0alpha-pre6
8797
8798         * src/utils.[ch]: added get_domain_name() that return domain
8799           name as a static string.
8800         * src/compose.c: compose_generate_msgid(): modified so that even
8801           if current address doesn't contain '@', it generates a decent
8802           message ID.
8803         * src/send.c: some code cleanup.
8804
8805 2000-02-10
8806
8807         * src/folderview.c: modified the behavior of folder tree when
8808           the folder is right-clicked.
8809         * src/compose.c: compose_encode_header(): added irresponsible
8810           buffer overrun check.
8811
8812 2000-02-09
8813
8814         * version 0.2.0alpha-pre5
8815
8816         * updated gettext and libtool.
8817         * configure.in: modified localedir definition so that message
8818           catalogs are installed into correct directories.
8819         * src/folderview.c
8820           src/mainwindow.c: modified them so that a folder can be reopen
8821           even if it is currently open.
8822         * src/prefs_common.[ch]
8823           src/messageview.c: added an option that toggle the coloration of
8824           message.
8825
8826 2000-02-08
8827
8828         * version 0.2.0alpha-pre4
8829
8830         * src/mainwindow.c
8831           src/messageview.c: fixed a bug that broke memory on allocating
8832           colors.
8833
8834 2000-02-07
8835
8836         * src/folderview.c: some bug fixes on selecting folder.
8837
8838 2000-02-07
8839
8840         * version 0.2.0alpha-pre3
8841
8842         * src/folderview.c
8843         * src/summaryview.[ch]: some code cleanups.
8844         * src/messageview.c: fixed a color allocating bug (maybe).
8845
8846 2000-02-06
8847
8848         * version 0.2.0alpha-pre2
8849
8850         * src/folderview.[ch]: made folder view not open selected folder
8851           unless return or space key is pressed, or clicked by mouse
8852           button 1 or 2.
8853         * src/inc.c: some code cleanups.
8854         * TODO.jp: added some items.
8855
8856 2000-02-05
8857
8858         * version 0.2.0alpha-pre1
8859
8860         * src/summaryview.[ch]: fixed a bug that broke summary thread
8861           when deleted duplicated messages (thanks to BONAIM).
8862           And some code cleanup.
8863         * src/procmsg.[ch]: renamed procmsg_move_messages() to
8864           procmsg_move_messages_with_dest(), and replaced former with
8865           new function which doesn't specify destination.
8866         * src/prefs_common.c
8867           src/gtkutils.c: some memory leak fixes of linked lists.
8868         * src/utils.[ch]: added list_remove_all() to remove all elements
8869           of doubly-linked list.
8870         * src/inc.[ch]: added inc_all_account_mail() that incorporates
8871           new messages of all accounts.
8872         * src/account.[ch]: added account_foreach() to process each accounts.
8873         * added TODO.jp
8874
8875 2000-02-04
8876
8877         * version 0.1.23alpha
8878
8879         * src/inc.c: made the folder tree update the message number
8880           when incorporated new messages.
8881         * src/folderview.[ch]: added a function folderview_scan_folder()
8882           to scan one folder on the view, which is specified by folder name.
8883
8884 2000-02-02
8885
8886         * version 0.1.22alpha
8887
8888         * src/prefs_account.[ch]: added the setting of assorting on
8889           receiving.
8890         * src/inc.c: supported assorting on receiving.
8891         * src/procmsg.c: cleaned up the code.
8892         * src/news.c: fixed a bug that locked up when failed to get xover.
8893         * src/compose.c: made a message unmark that is put into specific
8894           folders.
8895
8896 2000-02-01
8897
8898         * version 0.1.21alpha
8899
8900         * src/folderview.c
8901           src/summaryview.c: implemented the function 'go to next folder
8902           when no unread message found.'
8903         * src/summaryview.c: made connection state displayed on the
8904           status bar when connecting to a news server.
8905         * src/compose.c: changed X-Mailer: header field string a bit.
8906         * src/prefs_common.c: implemented residual functions of assortment.
8907
8908 2000-01-31
8909
8910         * version 0.1.20alpha
8911
8912         * src/prefs_common.c: implemented reading/writing/register/deletion
8913           of assortment setting.
8914         * src/mainwindow.c: slightly modified the appearance of statusbar.
8915         * src/account.c: account_delete(): fixed a bug that didn't assigned
8916           the pointer to GList when an account was deleted.
8917
8918 2000-01-29
8919
8920         * src/procmsg.c: procmsg_get_mark_sum(): fixed a bug that failed
8921           to read mark file (thanks to BONAIM).
8922         * src/prefs_common.c: added the interface of assortment setting.
8923
8924 2000-01-28
8925
8926         * src/summaryview.c: fixed a bug that didn't redraw marking properly
8927           when displaying an unread message with left-click (thanks to
8928           shigeri).
8929
8930 2000-01-27
8931
8932         * src/summaryview.[ch]: added functions for assortment.
8933         * src/about.c: added a button to close window.
8934
8935 2000-01-26
8936
8937         * src/procmsg.c: fixed a bug that didn't add news flag correctly.
8938         * src/compose.c: fixed a bug that can't reply to a news article.
8939         * src/filter.[ch]: added for message filtering.
8940         * src/procheader.[ch]: added procheader_get_unfolded_line()
8941           to process filtering. And added procheader_get_header_list()
8942           that reads headers of a message and store them on the memory,
8943           and procheader_header_list_destroy() that removes all headers
8944           read by procheader_get_header_list().
8945
8946 2000-01-25
8947
8948         * version 0.1.19alpha
8949
8950         * src/news.c: modified so that it retrieves only overview information
8951           that is not yet cached.
8952         * src/procmsg.[ch]: modified for news handling.
8953
8954 2000-01-24
8955
8956         * src/news.c: supported xover.
8957         * src/mbox.c: fixed a bug that didn't handle empty line correctly
8958           (Thanks to shigeri).
8959
8960 2000-01-23
8961
8962         * version 0.1.18alpha
8963
8964         * src/procmsg.[ch]: modified some functions so that they can
8965           handle news folder.
8966         * src/news.c: added header cache routine.
8967         * src/procheader.c: fixed a bug that caused memory leak when some
8968           header was duplicated.
8969           And added Newsgroups: in parsing headers.
8970         * src/summaryview.c: added news article cache routine.
8971         * src/compose.c: made it be able to reply/forward news article.
8972
8973 2000-01-22
8974
8975         * src/compose.c: fixed a bug that failed to parse To: header
8976           if a comma is included in double quotation (Thanks to shigeri).
8977         * src/mbox.c: modified the code for processing mbox so that it
8978           can handle unescaped From_ line correctly.
8979
8980 2000-01-21
8981
8982         * version 0.1.17alpha
8983
8984         * src/foldersel.c: fixed a bug that didn't display folder tree.
8985           And added the register routine for news server and group setting.
8986
8987 2000-01-20
8988
8989         * version 0.1.16alpha
8990
8991         * src/statusbar.[ch]: added statusbar_puts_all().
8992           statusbar_puts(): made it truncate a string that is too long.
8993         * src/folderview.[ch]: changed CTree's row data from string
8994           to FolderInfo structure.
8995           And implemented popup menu that registers news server and group.
8996         * src/messageview.c: modified short header display routine.
8997
8998 2000-01-19
8999
9000         * added src/news.[ch] for NetNews session management.
9001         * src/summaryview.[ch]: added NetNews reading codes.
9002
9003 2000-01-18
9004
9005         * src/mainwindow.c
9006           src/prefs_common.[ch]: made them preserve toolbar style.
9007         * src/main.c: made it save configuration before exiting.
9008         * src/summaryview.c: modified summary status display routine.
9009         * added src/nntp.[ch] for handling low level NNTP session.
9010
9011 2000-01-17
9012
9013         * added src/progress.[ch] for displaying progress.
9014         * src/inc.c: modified progress dialog routines to use
9015           src/progress.[ch].
9016         * src/folderview.[ch]: added preliminary NetNews supporting code.
9017
9018 2000-01-16
9019
9020         * version 0.1.15alpha
9021
9022         * src/main.c
9023           src/folderview.c: some permission fixes.
9024         * src/folderview.c: implemented folder creation/renaming/removing.
9025         * src/utils.[ch]: added remove_dir_recursive() that removes
9026           a directory recursively.
9027
9028 2000-01-15
9029
9030         * src/mainwindow.[ch]: added toolbar style selection.
9031         * added src/inputdialog.[ch] to prompt user to enter a string.
9032         * src/summaryview.[ch]: modified the behavior of view on
9033           normal mode.
9034         * src/mbox.c: fixed a bug that couldn't lock file when
9035           lockf() was used (Thanks to shigeri).
9036
9037 2000-01-14
9038
9039         * version 0.1.14alpha
9040
9041         * src/mainwindow.[ch]: changed the appearance of toolbar.
9042           And fixed window handling.
9043         * src/summaryview.c: modified the messages displayed on status bar.
9044         * src/compose.[ch]: added toolbar.
9045         * src/*.xpm: borrowed some icons from gnome-libs (temporary).
9046
9047 2000-01-13
9048
9049         * version 0.1.13alpha
9050
9051         * src/summaryview.c: fixed a bug of threading. And some code
9052           cleanups. And rewrote the routine of deleting duplicated messages
9053           using hash table.
9054         * src/mainwindow.[ch]: added toolbar.
9055
9056 2000-01-12
9057
9058         * version 0.1.12alpha
9059
9060         * src/summary_search.c: if the OS don't have wcsstr(), use wcswcs()
9061           instead.
9062         * src/summaryview.c: changed CTree creating routine as it creates
9063           thread on the fly for speeding up.
9064         * src/procmsg.c: rewrote message processing routines using hash
9065           table for speeding up. It should be considerably faster than
9066           before.
9067
9068 2000-01-11
9069
9070         * version 0.1.11alpha
9071
9072         * po/ja.po: modified msgstr for Solaris standard gettext.
9073         * src/main.c: added config.h inclusion.
9074         * src/compose.c: changed to add replied message's In-Reply-To
9075           message id to References header if it don't have References header.
9076         * src/summaryview.c: changed threading routine to use hash table
9077           for speeding up.
9078
9079 2000-01-11
9080
9081         * version 0.1.10alpha
9082
9083         * po/ja.po: modified msgstr so as not to core dump on Solaris.
9084         * src/main.c: added inclusion of locale.h.
9085           (Thanks to Sato for above.)
9086         * src/mbox.c
9087         * src/socket.c: applied Solaris patch by shigeri with some
9088           modification. (Thanks!)
9089
9090 2000-01-10
9091
9092         * version 0.1.9alpha
9093
9094         * src/compose.c: compose_encode_header(): fixed some bugs.
9095           And modified header generating routines to support proper
9096           References header, and supported Organization header.
9097         * src/procmsg.[ch]
9098           src/procheader.c: removed Cc: and Reply-To: from cache data.
9099         * src/procheader.[ch]: renamed header list structure to HeaderEntry.
9100         * src/summaryview.[ch]: summary_thread_func(): some optimization.
9101           And added summary_pass_key_press_event() to pass key press event
9102           from other widgets.
9103         * src/messageview.c: messageview_key_pressed(): modified so that
9104           key event is passed to summary view even if message view is
9105           separated. (Thanks to wakai@UEC univ. for pointing this out.)
9106
9107 2000-01-09
9108
9109         * version 0.1.8alpha
9110
9111         * src/compose.c: implemented RFC1522, RFC2407 (loosely) compliant
9112           header MIME encoding.
9113         * src/procheader.c: some bug fixes of folded header line processing.
9114         * src/headerview.c: headerview_show(): some bug fixes.
9115
9116 2000-01-07
9117
9118         * version 0.1.7alpha
9119
9120         * src/utils.c: conv_euctojis(): fixed a bug that didn't add
9121           kanji-out sequence [ \033 ( B ] when input string was ended
9122           with kanji. (Thanks to Nozomu Kobayashi for pointing this out.)
9123         * src/compose.c: compose_encode_header(): changed as it outputs
9124           encoded string to another buffer.
9125           And implemented a faculty to save sent message to outbox and
9126           to queue message that failed to send (preliminary).
9127           And, finally implemented proper To: and Cc: processing :)
9128         * src/folderview.c: added preliminary right-clicking popup menu
9129           for operating folders.
9130         * some permission fixes at creating or copying file.
9131
9132 2000-01-07
9133
9134         * version 0.1.6alpha
9135
9136         * src/procheader.c: fixed a bug that didn't null-terminate
9137           header list and caused segmentation fault.
9138
9139 2000-01-06
9140
9141         * version 0.1.5alpha
9142
9143         * src/procheader.[ch]: added function procheader_get_one_field()
9144           that gets one header field that matches the header list.
9145           And removed procheader_get_unfolded_line(), which is less generic.
9146           And rewrote procheader_get_header_fields() using
9147           procheader_get_one_field().
9148         * src/summaryview.c: some bug fixes of key input scan routine.
9149         * README, README.jp: modified documents a bit.
9150
9151 2000-01-05
9152
9153         * src/menu.c: menu_set_sensitive(): fixed a bug that if a menu item
9154           had a submenu, set sensitivity of the submenu, not the item.
9155
9156 2000-01-05
9157
9158         * version 0.1.4alpha
9159
9160         * src/summaryview.c: fixed a bug that caused segmentation fault
9161           when empty summary view was center-clicked.
9162           And fixed a bug that freed moving folder strings when marked
9163           as unread.
9164           If current folder is trash, don't delete message.
9165         * src/summaryview.[ch]
9166         * src/mainwindow.c
9167         * src/procmsg.[ch]: added update-cache mode (discards previous cache).
9168
9169 2000-01-04
9170
9171         * src/procheader.[ch]: more optimization of header processing
9172           routine. And added a new function procheader_get_header_fields()
9173           that receives an array of header name as a parameter and
9174           set header bodies.
9175         * src/utils.[ch]: added remove_return() for removing return code.
9176         * src/unmime.c: added remove_return() on the last of UnMimeHeader().
9177
9178 2000-01-03
9179
9180         * src/compose.c: if message body is ascii only, set US-ASCII as
9181           charset in Content-Type.
9182         * src/main.[ch]
9183         * src/prefs.c
9184         * src/prefs_common.c
9185         * src/prefs_account.c
9186         * src/account.c: changed the location of rc files.
9187         * src/account.c: enabled closing window when escape key is pressed.
9188
9189 2000-01-02
9190
9191         * version 0.1.3alpha
9192
9193         * src/compose.c: fixed a bug that caused segmentation fault
9194           when sending failed.
9195           And relocated header-generation routines from src/send.c.
9196         * src/send.c: moved header-generation routines to src/compose.c.
9197         * src/prefs.c: added '~' to home directory expansion.
9198         * src/prefs_account.[ch]: added signature file path configuration.
9199         * src/prefs_common.[ch]: added spool path configuration.
9200         * src/inc.c: changed the method of user name acquisition to use
9201           g_get_user_name().
9202
9203 2000-01-01
9204
9205         * version 0.1.2alpha
9206
9207         * added ChangeLog (this file), ChangeLog.jp.
9208         * some code cleanups.
9209         * added manage_window.[ch] for transient window management.
9210         * src/procheader.c: optimized header processing routine a bit.
9211         * src/send.c: fixed exception handling on connection.
9212         * src/inc.c: added exception handling on getting user name.
9213
9214 2000-01-01
9215
9216         * version 0.1.1alpha
9217
9218         * src/send.c: fixed a bug that didn't add Content-Type: header.
9219
9220 2000-01-01
9221
9222         * version 0.1.0alpha
9223
9224         * initial release.