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