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