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