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