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