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