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