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