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