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