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