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