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