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