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