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