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