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