Statistics
| Revision:

root / ChangeLog @ 915

History | View | Annotate | Download (89.8 kB)

1
2006-01-20
2
3
	* src/alertpanel.c
4
	  src/inputdialog.c
5
	  src/filesel.c: place dialog at the center on parent window.
6
7
2006-01-20
8
9
	* version 2.2.0beta5
10
11
2006-01-20
12
13
	* src/summaryview.c: added tooltip for search entry.
14
15
2006-01-20
16
17
	* src/prefs_search_folder.c
18
	  src/prefs_folder_item.c: use gtk_widget_modify_base() instead of
19
	  copying style. Realize window before getting style.
20
21
2006-01-19
22
23
	* src/summaryview.c: summary_qsearch_reset(), summary_qsearch(): clear
24
	  invalidated selection (fixes crash on quick search).
25
26
2006-01-19
27
28
	* src/trayicon.c
29
	  src/menu.h: fixed account selector of compose window having
30
	  unintended mnemonic.
31
32
2006-01-19
33
34
	* libsylph/imap.c: imap_scan_tree_recursive(): handle virtual folders
35
	  properly.
36
	* src/folderview.c: folderview_menu_popup(): prohibit new folder under
37
	  virtual folders.
38
39
2006-01-19
40
41
	* src/summaryview.c: summary_thread_build(), summary_unthread(): block
42
	  signal handlers for optimization.
43
44
2006-01-19
45
46
	* src/summaryview.[ch]: implemented quick filter.
47
48
2006-01-18
49
50
	* libsylph/filter.[ch]
51
	  src/prefs_filter_edit.[ch]: added filter conditions of status such
52
	  as 'unread', 'mark', 'color-label', and 'mime'.
53
54
2006-01-18
55
56
	* src/summaryview.c: update all_mlist on sorting to save the order.
57
58
2006-01-17
59
60
	* src/export.c
61
	  src/import.c: modified the window management of export / import
62
	  dialog.
63
64
2006-01-17
65
66
	* libsylph/prefs_common.[ch]
67
	  src/summaryview.[ch]
68
	  src/mainwindow.c: enabled toggle of the searchbar.
69
70
2006-01-17
71
72
	* src/summaryview.[ch]
73
	  src/mainwindow.c: implemented quick search of the summary view.
74
75
2006-01-17
76
77
	* libsylph/news.c: news_get_group_list(): show more verbose warnings.
78
79
2006-01-13
80
81
	* version 2.2.0beta4
82
83
2006-01-13
84
85
	* libsylph/prefs_common.[ch]
86
	  src/trayicon.c
87
	  src/menu.h
88
	  src/main.h
89
	  src/prefs_common_dialog.c
90
	  src/mainwindow.[ch]: perform show/hide on trayicon click.
91
	  Implemented popup menu on trayicon.
92
93
2006-01-13
94
95
	* libsylph/pop.[ch]
96
	  src/inc.[ch]: fixed 32-bit integer overflow where the total size of
97
	  messages is greater than 2GB.
98
99
2006-01-12
100
101
	* src/summaryview.c: summary_set_tree_model_from_list(): fixed a
102
	  memory leak where threading is off.
103
104
2006-01-12
105
106
	* libsylph/virtual.c: virtual_rename_folder(): added.
107
	* src/folderview.c: folderview_rename_folder_cb(): fixed renaming of
108
	  virtual folders.
109
	  folderview_move_folder_cb(): don't allow a virtual folder as parent.
110
	  folderview_menu_popup(): enabled rename/delete of virtual folders
111
	  on newsgroups.
112
113
2006-01-12
114
115
	* src/folderview.c: replace "Search messages..." with "Edit search
116
	  condition..." menu on virtual folder.
117
	  folderview_menu_popup(): code cleanup.
118
119
2006-01-12
120
121
	* src/about.[ch]
122
	  README
123
	  README.ja: updated copyright year.
124
125
2006-01-11
126
127
	* src/folderview.c: folderview_check_new(): exclude virtual folders.
128
129
2006-01-11
130
131
	* version 2.2.0beta3
132
133
2006-01-11
134
135
	* src/mainwindow.c: search_cb(): open search folder property on
136
	  virtual folder.
137
138
2006-01-10
139
140
	* src/prefs_search_folder.c: added name entry. Also show name in the
141
	  window title.
142
143
2006-01-10
144
145
	* src/textview.c: get_uri_part(): use glib functions for isgraph() and
146
	  ispunct(). Include some trailing punctuations as URI.
147
148
2006-01-10
149
150
	* src/summaryview.c
151
	  src/mainwindow.c: repositioned the "Delete" menu and added a
152
	  separator to prevent accidental selection.
153
154
2006-01-10
155
156
	* libsylph/virtual.c
157
	  libsylph/defs.h
158
	  src/prefs_search_folder.c: implemented the modification of search
159
	  folder condition.
160
161
2006-01-06
162
163
	* src/prefs_search_folder.[ch]
164
	  src/summary_search.[ch]
165
	  src/folderview.c
166
	  src/prefs_filter_edit.[ch]: partially implemented search folder
167
	  properties.
168
169
2006-01-06
170
171
	* src/folderview.c: modified the message of deleting search folder.
172
173
2006-01-06
174
175
	* src/summary_search.c: accept when name entry is activated on the
176
	  save dialog.
177
	* src/summaryview.c: summary_status_show(): use gint64 for sel_size to
178
	  avoid overflow on environments where sizeof(off_t) is 4.
179
180
2006-01-06
181
182
	* libsylph/virtual.c: don't compare temporary flags (fixes a bug that
183
	  search cache occasionally didn't work).
184
185
2006-01-06
186
187
	* src/summary_search.c
188
	  src/prefs_filter_edit.[ch]: prefs_filter_edit_cond_edit_to_list():
189
	  added for minor code cleanup.
190
191
2006-01-05
192
193
	* src/textview.c: textview_make_clickable_parts(): add http:// scheme
194
	  before implicit URIs begin with 'www.'.
195
196
2006-01-05
197
198
	* libsylph/virtual.c
199
	  src/folderview.c: fixed a bug that search folders under IMAP4 or
200
	  NNTP folders couldn't be removed.
201
202
2005-12-27
203
204
	* libsylph/procmsg.[ch]
205
	  libsylph/virtual.c: cache search result to speed up on and after
206
	  the second search.
207
	* src/summary_search.c: fixed a warning.
208
209
2005-12-26
210
211
	* version 2.2.0beta2
212
213
2005-12-26
214
215
	* libsylph/pop.[ch]: prevent duplicate retrieval after incomplete
216
	  session.
217
218
2005-12-26
219
220
	* src/compose.c
221
	  src/messageview.c
222
	  src/prefs_common_dialog.c
223
	  src/mainwindow.c: added Windows-1252 for display encoding. Removed
224
	  EUC-TW from the outgoing encoding of compose window.
225
226
2005-12-26
227
228
	* src/compose.c: compose_attach_parts(): don't traverse inside
229
	  message/rfc822 to avoid duplicated attachments.
230
231
2005-12-26
232
233
	* src/compose.c: only add modified flag when files are manually
234
	  attached.
235
236
2005-12-26
237
238
	* libsylph/utils.c: subst_for_filename(): added more characters to be
239
	  substituted (for Win32).
240
	  generate_mime_boundary(): replaced subst_char() with subst_chars().
241
242
2005-12-25
243
244
	* src/compose.c: compose_attach_parts(): include message/rfc822 parts.
245
246
2005-12-25
247
248
	* src/folderview.c: fixed a bug that previously selected row was
249
	  removed from the view instead of currently selected one when
250
	  deleting/renaming folders from the context menu.
251
252
2005-12-25
253
254
	* src/compose.c: compose_attach_parts(): attach all parts with
255
	  filenames, and don't if not (fixes failure of forwarding attachments
256
	  in some cases).
257
258
2005-12-22
259
260
	* version 2.2.0beta1
261
262
2005-12-22
263
264
	* src/compose.c: compose_is_itemized(): fixed enumerated lines
265
	  detection.
266
267
2005-12-22
268
269
	* src/summary_search.c
270
	  src/mainwindow.c: modified window handling.
271
272
2005-12-22
273
274
	* src/summaryview.[ch]
275
	  src/summary_search.c: select activated message in summary view if
276
	  possible.
277
278
2005-12-22
279
280
	* src/summaryview.c: summary_row_expanded(): disable workaround with
281
	  GTK+ 2.8.
282
283
2005-12-21
284
285
	* libsylph/procmsg.[ch]
286
	  src/compose.c
287
	  src/summaryview.[ch]: reflect flag changes on virtual folders in the
288
	  real ones.
289
290
2005-12-21
291
292
	* libsylph/virtual.c
293
	  libsylph/filter.c
294
	  src/summary_search.c
295
	  src/prefs_folder_item.c
296
	  src/folderview.c: show progress when opening search folder. Don't
297
	  allow the search of search folder. Save case-sensitive option.
298
	* libsylph/procmsg.h
299
	  src/compose.c
300
	  src/summaryview.c: added MSG_FLAG_CHANGED flag.
301
302
2005-12-20
303
304
	* src/compose.c: compose_is_itemized(): also check for enumerated
305
	  lines such as (1), (2), 3. ...
306
307
2005-12-20
308
309
	* libsylph/account.[ch]: account_address_exist(): new.
310
	  src/account_dialog.c
311
	  src/summaryview.c: look for all accounts when the option "Display
312
	  recipient on `From' column if sender is yourself" is enabled.
313
	  src/folderview.c: write account config file immediately when an
314
	  account is removed.
315
316
2005-12-20
317
318
	* src/summaryview.c: summary_set_row(): fixed a memory leak.
319
320
2005-12-20
321
322
	* src/folderview.[ch]: reflect display_folder_unread setting
323
	  immediately.
324
325
2005-12-20
326
327
	* src/filesel.c: filesel_select_file_full(): fixed preselected
328
	  directory with GTK+ 2.8.
329
330
2005-12-19
331
332
	* src/subscribedialog.c: popup main window when the dialog is closed.
333
334
2005-12-19
335
336
	* src/mainwindow.c: main_window_get_size(): save summary view height
337
	  even if window is maximized.
338
339
2005-12-19
340
341
	* libsylph/prefs_common.[ch]
342
	  src/mainwindow.c: remember the maximized state.
343
344
2005-12-19
345
346
	* src/summary_search.[ch]
347
	  src/folderview.c
348
	  src/mainwindow.c: removed SummaryView* from the argument of
349
	  summary_search(). Preset folder when saving as search folder.
350
351
2005-12-19
352
353
	* libsylph/virtual.[ch]
354
	  libsylph/folder.[ch]
355
	  libsylph/filter.[ch]
356
	  libsylph/Makefile.am
357
	  src/summary_search.[ch]
358
	  src/prefs_folder_item.c
359
	  src/summaryview.c
360
	  src/folderview.c
361
	  src/mainwindow.c
362
	  src/prefs_filter_edit.[ch]: implemented query search and virtual
363
	  folder.
364
365
2005-12-19
366
367
	* libsylph/codeconv.[ch]: support nonstandard encoding
368
	  "ks_c_5601-1987" (thanks to Yoo Chung).
369
370
2005-12-14
371
372
	* version 2.1.9
373
374
2005-12-14
375
376
	* libsylph/prefs_account.[ch]
377
	  src/inc.c
378
	  src/folderview.[ch]
379
	  src/prefs_account_dialog.c: added an option to update only INBOX on
380
	  checking new messages of IMAP4 accounts.
381
382
2005-12-13
383
384
	* libsylph/account.c
385
	  libsylph/prefs_account.[ch]
386
	  src/prefs_account_dialog.c: enabled custom queue folder.
387
388
2005-12-13
389
390
	* src/subscribedialog.c: fixed a bug that invisible subscribed groups
391
	  was removed after refresh. Assume wildcards for keywords without
392
	  them. Display status when receiving of newsgroups list started.
393
394
2005-12-09
395
396
	* src/foldersel.c: also select top folder on FOLDER_SEL_ALL.
397
	* libsylph/folder.c: folder_find_item_from_identifier(): also return
398
	  top folder.
399
400
2005-12-09
401
402
	* src/filter.[ch]: filter_rule_requires_full_headers(): added.
403
	* libsylph/procheader.[ch]: procheader_get_header_list_from_msginfo():
404
	  added.
405
406
2005-12-09
407
408
	* src/prefs_filter_edit.[ch]: prefs_filter_edit_cond_hbox_to_cond():
409
	  added an argument for case sensitivity.
410
411
2005-12-08
412
413
	* src/prefs_filter_edit.[ch]
414
	  src/prefs_filter.[ch]: made more functions public.
415
416
2005-12-08
417
418
	* src/prefs_filter_edit.[ch]: generalized the condition edit.
419
420
2005-12-08
421
422
	* libsylph/imap.c: imap_get_msg_list(): only update mtime when folder
423
	  is not opened.
424
425
2005-12-07
426
427
	* libsylph/mh.c
428
	  libsylph/news.c
429
	  libsylph/imap.c
430
	  libsylph/procmsg.[ch]: update caches and flags when reading message
431
	  list from a folder.
432
433
2005-12-06
434
435
	* src/prefs_filter_edit.[ch]: made CondHBox / ActionHBox related APIs
436
	  public.
437
438
2005-12-05
439
440
	* src/compose.c: compose_reply_set_entry(): enabled
441
	  COMPOSE_REPLY_TO_ALL for NNTP. fixed a memory leak.
442
443
2005-12-05
444
445
	* libsylph/utils.[ch]
446
	  libsylph/imap.c: imap_cmd_append(): send message contents all at
447
	  once.
448
449
2005-12-02
450
451
	* src/textview.c: textview_add_part(): modified font for signature
452
	  part.
453
454
2005-12-02
455
456
	* src/addrbook.c: addrbook_update_address_list(): fixed crash bug when
457
	  an address in a group was modified.
458
	* src/addrbook.c: addrbook_update_group_list()
459
	  src/editgroup.c: addressbook_edit_group(): fixed memory leaks.
460
461
2005-12-02
462
463
	* src/passphrase.c: gpgmegtk_passphrase_cb(): fixed blocking on win32.
464
465
2005-12-01
466
467
	* src/folderview.c: added "Update summary" to the context menu.
468
469
2005-12-01
470
471
	* libsylph/session.h
472
	  libsylph/smtp.h: fixed compilation failure on some environments.
473
474
2005-11-30
475
476
	* src/summaryview.[ch]: display progress on filtering.
477
478
2005-11-30
479
480
	* version 2.1.8
481
482
2005-11-29
483
484
	* libsylph/session.c: removed debug print.
485
486
2005-11-29
487
488
	* src/send_message.c: send_message_queue_all(): follow the change of
489
	  compose.c::compose_send().
490
491
2005-11-28
492
493
	* libsylph/prefs_common.[ch]
494
	  src/prefs_common_dialog.c: moved outgoing encoding option into
495
	  Display - Encoding tab.
496
497
2005-11-28
498
499
	* libsylph/procmime.c: procmime_decode_content(): also normalize text
500
	  files on win32. Also do normalization for quoted-printable part.
501
502
2005-11-28
503
504
	* libsylph/pop.c
505
	  libsylph/recv.c
506
	  src/compose.c: reverted linebreak conversion.
507
508
2005-11-25
509
510
	* src/compose.c: also canonicalize on redirect/queue.
511
512
2005-11-25
513
514
	* src/compose.c: compose_write_to_file(): always canonicalize composed
515
	  message.
516
517
2005-11-25
518
519
	* libsylph/procmime.c: procmime_decode_content(): uncanonicalize
520
	  unencoded text.
521
522
2005-11-25
523
524
	* libsylph/pop.c
525
	  libsylph/recv.c: don't convert CR+LF to LF.
526
	* libsylph/procmime.c: procmime_decode_content(): don't uncanonicalize
527
	  message/rfc822.
528
529
2005-11-25
530
531
	* src/imageview.c: size_allocate_cb(): don't update image view if
532
	  image_data doesn't exist.
533
	* src/mimeview.c: mimeview_change_view_type(): clear hidden view.
534
535
2005-11-25
536
537
	* libsylph/session.[ch]: session_read_data_as_file_cb(): don't write
538
	  to file until buffer is filled more than the half. Extended the
539
	  buffer size.
540
541
2005-11-25
542
543
	* libsylph/session.c: session_recv_data_as_file_idle_cb(): fixed a bug
544
	  that lost first part of message data.
545
546
2005-11-24
547
548
	* libsylph/procmime.c: procmime_decode_content(): win32: don't
549
	  uncanonicalize text files.
550
551
2005-11-24
552
553
	* libsylph/pop.c
554
	  libsylph/session.[ch]: implemented session_recv_data_as_file(),
555
	  which receives data as file stream, to reduce memory usage on POP3
556
	  session.
557
558
2005-11-22
559
560
	* src/compose.c
561
	  src/prefs_common_dialog.c: don't save filtered sent message to
562
	  outbox. Only enable filtering of sent messages when saving of sent
563
	  messages is enabled.
564
	* src/inc.c: inc_drop_message(): removed redundant code.
565
566
2005-11-22
567
568
	* libsylph/utils.[ch]
569
	  libsylph/session.[ch]
570
	  libsylph/smtp.[ch]
571
	  src/send_message.c: reduced memory usage on SMTP session.
572
573
2005-11-22
574
575
	* libsylph/imap.c: QUOTE_IF_REQUIRED(): add "[]&" to characters to be
576
	  quoted (for courier-imap).
577
578
2005-11-22
579
580
	* libsylph/prefs_common.[ch]
581
	  src/compose.c: remember the last window position.
582
	* src/sourcewindow.c: win32: fixed window appeared always top-left.
583
	  Added margin to the TextView.
584
585
2005-11-21
586
587
	* src/compose.c: compose_create(): win32: fixed window appeared always
588
	  top-left.
589
590
2005-11-21
591
592
	* src/compose.c:
593
	  compose_get_signature_str()
594
	  compose_insert_file(): give priority to locale to UTF-8 conversion
595
	  (fixes wrong Japanese conversion on some case).
596
597
2005-11-21
598
599
	* libsylph/prefs_common.[ch]: modified the order of options.
600
601
2005-11-21
602
603
	* src/prefs_ui.[ch]
604
	  src/prefs_common_dialog.c: reorganized the common prefs.
605
606
2005-11-18
607
608
	* version 2.1.7
609
610
2005-11-18
611
612
	* libsylph/prefs_common.[ch]
613
	  src/prefs_common_dialog.c: moved the position of Spell tab.
614
615
2005-11-17
616
617
	* src/compose.c: compose_set_title(): made edit mark less intrusive.
618
619
2005-11-17
620
621
	* libsylph/utils.c: set_startup_dir(): win32: always set the startup
622
	  directory to the same directory as the location of executable file
623
	  (fixes untranslated messages when launched by other apps).
624
625
2005-11-17
626
627
	* src/prefs_common_dialog.c: fixed crash when quote colors dialog was
628
	  closed by the window close button. Fixed window focus after closing
629
	  it.
630
631
2005-11-17
632
633
	* src/about.c: show GtkSpell in compiled-in features.
634
635
2005-11-17
636
637
	* configure.in: fixed wrong status report of GtkSpell.
638
639
2005-11-17
640
641
	* libsylph/prefs_common.[ch]
642
	  src/compose.[ch]
643
	  src/prefs_common_dialog.c
644
	  configure.in: implemented spell checking using GtkSpell
645
	  (thanks to Victor Ananajevsky).
646
647
2005-11-16
648
649
	* src/compose.c: compose_reply_set_entry(): don't reply to list for
650
	  subscribe confirmation request etc.
651
652
2005-11-16
653
654
	* src/folderview.c: folderview_search_unread_recursive(): don't show
655
	  '+' (unread) mark even if unread messages are in Trash.
656
657
2005-11-16
658
659
	* src/summaryview.c: fixed a bug that the selection was broken (and
660
	  sometimes crashed) when mark, unread, and colorlabel flags were
661
	  changed while the summary was sorted by the flags.
662
663
2005-11-16
664
665
	* src/compose.c: fixed compilation error if GPGME is not enabled.
666
667
2005-11-15
668
669
	* src/account_dialog.c: account_open(): popup main window if edit
670
	  account dialog is not present.
671
672
2005-11-15
673
674
	* src/mimeview.c: mimeview_view_file(): win32: use g_file_test() to
675
	  detect common executable suffix.
676
677
2005-11-14
678
679
	* libsylph/mh.c
680
	  libsylph/mbox.c
681
	  src/compose.c: always set FolderItem::mtime to 0 if the folder
682
	  contents changed (fixes occasional summary update failure on win32
683
	  and some filesystems).
684
685
2005-11-14
686
687
	* libsylph/utils.[ch]
688
	  src/summaryview.[ch]: use gint64 for total_size to avoid overflow
689
	  on environments where sizeof(off_t) is 4.
690
691
2005-11-14
692
693
	* src/textview.c: changed the shadow type to GTK_SHADOW_ETCHED_IN.
694
	* src/summaryview.[ch]
695
	  src/mainwindow.c: added separator between the summary status and
696
	  the header pane.
697
698
2005-11-11
699
700
	* src/compose.c: fixed separator of newsgroups (thanks to KAZUKI
701
	  SHIMURA).
702
	  compose_reedit_set_entry(): also set Newsgroups and Followup-To
703
	  entry.
704
705
2005-11-11
706
707
	* src/main.c: app_init(): win32: disable digit locale variable such as
708
	  "LANG=1041".
709
710
2005-11-11
711
712
	* src/mainwindow.c: removed the outer border.
713
714
2005-11-10
715
716
	* libsylph/prefs_common.c
717
	  src/prefs_common_dialog.c: don't show gpg warning on win32 by
718
	  default. Changed "gpg_warning" to "show_gpg_warning".
719
720
2005-11-10
721
722
	* src/rfc2015.[ch]
723
	  src/main.c: implemented rfc2015_disable_all() and
724
	  rfc2015_is_available().
725
	* src/compose.c: hide PGP checkboxes if PGP is not available.
726
	* src/logwindow.c: prohibit abort when invalid UTF-8 text is inserted.
727
728
2005-11-09
729
730
	* src/passphrase.c
731
	  configure.in: check the availability of mlock().
732
	  src/main.c: check_gpg(): check if OpenPGP protocol is available.
733
734
2005-11-09
735
736
	* src/account_dialog.c
737
	  src/prefs_filter.c: win32: fixed window focus problem.
738
739
2005-11-09
740
741
	* src/compose.c: allow drop of files in the whole window. Disabled
742
	  insertion of text by DnD.
743
744
2005-11-08
745
746
	* version 2.1.6
747
748
2005-11-08
749
750
	* src/ldif.c: ldif_get_line(): fixed buffer overflow.
751
752
2005-11-07
753
754
	* src/main.[ch]
755
	  src/mainwindow.c: added '--exit' command line option.
756
757
2005-11-07
758
759
	* libsylph/prefs_common.[ch]
760
	  src/compose.[ch]
761
	  src/prefs_common_dialog.c: implemented auto-save.
762
763
2005-11-07
764
765
	* src/prefs_common_dialog.c: hide options which is useless on win32.
766
767
2005-11-07
768
769
	* src/prefs_common_dialog.c: moved fallback_encoding from Advanced tab
770
	  to Message tab.
771
	* libsylph/prefs_common.[ch]: changed 'fallback_encoding' to
772
	  'default_encoding'.
773
774
2005-11-04
775
776
	* src/compose.c: compose_ext_editor_kill(): fixed a crash when the
777
	  external editor was terminated while opening confirmation dialog.
778
779
2005-11-04
780
781
	* src/prefs_common_dialog.c: prefs_junk_create(): added preset menu
782
	  for learning commands.
783
	* libsylph/prefs_common.c: made the default junk commands on win32
784
	  bsfilter.
785
786
2005-11-04
787
788
	* src/summaryview.c: summary_junk_func(): follow the
789
	  'mark_junk_as_read' setting.
790
791
2005-11-02
792
793
	* src/account_dialog.c
794
	  src/prefs_account_dialog.c: popup main window when account edit
795
	  dialog is closed.
796
797
2005-11-02
798
799
	* libsylph/prefs_common.[ch]
800
	  src/summaryview.c
801
	  src/prefs_common_dialog.c: added an option to mark filtered junk
802
	  mails as read (thanks to Takushi Miyoshi). Added more description.
803
804
2005-11-02
805
806
	* src/compose.c: unlink compose->exteditor_file if exist.
807
808
2005-11-02
809
810
	* src/compose.c: compose_ext_editor_kill(): stop watching of child
811
	  process in case something weird happened.
812
813
2005-11-02
814
815
	* src/compose.c: fixed for win32.
816
817
2005-11-02
818
819
	* src/compose.[ch]: reimplemented external editor with GSpawn and
820
	  GChildWatch.
821
	* libsylph/utils.c: execute_async(): fixed wrong argument type.
822
823
2005-11-02
824
825
	* src/prefs_common_dialog.c: moved fallback encoding setting to
826
	  Advanced tab.
827
828
2005-11-01
829
830
	* src/prefs_actions.c
831
	  src/prefs_template.c
832
	  src/prefs_folder_item.c
833
	  src/prefs_common_dialog.c
834
	  src/prefs_summary_column.c
835
	  src/prefs_account_dialog.c
836
	  src/prefs_filter.c: bring main window in front after dialogs are
837
	  closed (to avoid the focus problem on win32).
838
839
2005-11-01
840
841
	* libsylph/prefs_common.[ch]
842
	  libsylph/procmime.c
843
	  src/textview.c
844
	  src/prefs_common_dialog.c: added fallback encoding setting.
845
	  Removed multi-byte alphanumeric to ascii conversion option.
846
847
2005-11-01
848
849
	* src/icons/sylpheed.ico
850
	  src/icons/Makefile.am
851
	  src/Makefile.am
852
	  configure.in: win32: added program icon.
853
854
2005-10-31
855
856
	* libsylph/utils.c: execute_sync(): win32: get exit status of child
857
	  process by not using helper program.
858
859
2005-10-31
860
861
	* src/textview.c: textview_show_part(): fixed scroll jumping on focus.
862
863
2005-10-29
864
865
	* version 2.1.5
866
867
2005-10-27
868
869
	* libsylph/socket.c: fd_accept(): enabled on win32.
870
871
2005-10-27
872
873
	* libsylph/socket.[ch]: fd_connect_inet(), fd_open_inet(): new.
874
	  fd_open_unix(): set SO_REUSEADDR flag to avoid bind() error.
875
	* src/main.c: win32: implemented remote command using TCP socket.
876
877
2005-10-27
878
879
	* src/compose.c: add hbox into the window before creating option menu
880
	  (fixed initially wrong widget size).
881
882
2005-10-27
883
884
	* libsylph/procmime.c: procmime_get_mime_type_table(): win32: read
885
	  mime.types in startup directory.
886
	* mime.types: included in the source tree.
887
888
2005-10-26
889
890
	* libsylph/prefs_common.[ch]
891
	  src/summaryview.c
892
	  src/prefs_common_dialog.c: added a setting to delete filtered junk
893
	  mails from server.
894
895
2005-10-26
896
897
	* libsylph/utils.[ch]: address_equal(): new.
898
	* src/compose.c: compose_reply_set_entry(): when replying to ML post
899
	  that has the Reply-To set, set the ML address in To: and Reply-To
900
	  address in Cc: (thanks to Colin Leroy).
901
902
2005-10-26
903
904
	* libsylph/utils.c: uri_list_extract_filenames(): use GLib functions
905
	  to extract URIs if available.
906
907
2005-10-26
908
909
	* src/main.c: win32: convert locale string to UTF-8 when setting
910
	  rc dir.
911
912
2005-10-25
913
914
	* src/messageview.c
915
	  src/summaryview.c: display confirmation dialog instead of input
916
	  dialog when printing.
917
918
2005-10-25
919
920
	* libsylph/procmsg.c: fixed a typo.
921
922
2005-10-25
923
924
	* configure.in: changed zh_TW.Big5 to zh_TW.
925
926
2005-10-25
927
928
	* libsylph/utils.[ch]: execute_print_file(): added.
929
	* libsylph/procmsg.c: procmsg_print_message(): win32: canonicalize
930
	  output file, and use ShellExecute() if command is unspecified.
931
932
2005-10-25
933
934
	* libsylph/procmsg.c: procmsg_print_message(): match the output
935
	  headers to the message view.
936
	* libsylph/procheader.[ch]: procheader_get_header_array_for_display():
937
	  added.
938
	* libsylph/displayheader.[ch]: moved from src/.
939
	* src/textview.c: textview_show_header(): code cleanup.
940
941
2005-10-24
942
943
	* src/inputdialog.c: win32: make dialog in front on focus out.
944
945
2005-10-24
946
947
	* src/inputdialog.c: create/destroy dialog each time it is displayed.
948
949
2005-10-24
950
951
	* src/messageview.c: set the title of separated message window to
952
	  "(Subject) - Sylpheed".
953
954
2005-10-24
955
956
	* src/summaryview.c
957
	  src/mimeview.c: fixed the problem that DnD didn't work on GTK+ 2.8
958
	  (thanks to Victor Ananajevsky).
959
960
2005-10-21
961
962
	* src/main.c: replaced gdk_input_add() with GIOChannel.
963
964
2005-10-20
965
966
	* src/textview.c: textview_adj_value_changed(): optimized a bit.
967
968
2005-10-20
969
970
	* src/textview.c: textview_adj_value_changed(): don't move cursor
971
	  if selection exists.
972
973
2005-10-20
974
975
	* libsylph/filter.c: fixed execution failure if a file path includes
976
	  space.
977
978
2005-10-20
979
980
	* src/textview.c: fixed a problem that the view was scrolled to top
981
	  when it got focus.
982
983
2005-10-20
984
985
	* libsylph/utils.[ch]: set_startup_dir(), set_rc_dir(),
986
	  get_startup_dir(): new.
987
	* src/main.[ch]: removed global variable startup_dir. Instead use
988
	  get_startup_dir().
989
	  added '--configdir' option which specifies directory which stores
990
	  configuration files.
991
	* src/manual.c: win32: fixed document paths.
992
993
2005-10-18
994
995
	* version 2.1.4
996
997
2005-10-18
998
999
	* libsylph/prefs_common.c: win32: modified the default commands.
1000
1001
2005-10-18
1002
1003
	* src/prefs_filter.c: prefs_filter_open(): correct focus when msginfo
1004
	  is specified.
1005
1006
2005-10-17
1007
1008
	* src/prefs_common_dialog.c: win32: made the default editor command
1009
	  'notepad'.
1010
1011
2005-10-17
1012
1013
	* src/inputdialog.c: adjusted the minimum dialog size.
1014
1015
2005-10-17
1016
1017
	* libsylph/prefs_common.c: win32: fixed compilation failure.
1018
1019
2005-10-17
1020
1021
	* src/prefs_common_dialog.c: added the default browser to the option
1022
	  of URI command.
1023
1024
2005-10-17
1025
1026
	* src/trayicon.c: handle destroy event properly (thanks to Victor
1027
	  Ananajevsky).
1028
1029
2005-10-16
1030
1031
	* libsylph/utils.c: open_uri(): win32: use ShellExecute() to open URI.
1032
	  libsylph/prefs_common.c
1033
	  src/prefs_common_dialog.c: win32: made the default URI command empty
1034
	  which means to use the default browser.
1035
1036
2005-10-16
1037
1038
	* src/mimeview.c: win32: restrict launching of executable files.
1039
1040
2005-10-14
1041
1042
	* makewin32.sh: modified the optimization flags.
1043
1044
2005-10-14
1045
1046
	* src/main.c: win32: prohibit duplicate exec using CreateMutex().
1047
1048
2005-10-14
1049
1050
	* libsylph/procmime.c
1051
	  src/compose.c: made some warnings just debug messages.
1052
1053
2005-10-14
1054
1055
	* libsylph/codeconv.c: changed the locale charset of Japanese Windows
1056
	  from Shift_JIS to CP932.
1057
1058
2005-10-13
1059
1060
	* libsylph/codeconv.[ch]: enhanced the support of
1061
	  environment-dependent Japanese characters (thanks to MORIYAMA).
1062
1063
2005-10-13
1064
1065
	* src/inputdialog.c
1066
	  src/setup.c
1067
	  src/mainwindow.c: modified the text of mailbox setup dialog.
1068
1069
2005-10-13
1070
1071
	* libsylph/utils.[ch]
1072
	  src/mimeview.c: win32: use ShellExecute() to launch attachments, and
1073
	  warn on launching an executable file.
1074
1075
2005-10-13
1076
1077
	* libsylph/folder.[ch]
1078
	  src/prefs_folder_item.c
1079
	  src/folderview.c: enabled the property of the top folder.
1080
	* src/prefs_common_dialog.c: modified the text of key binding dialog.
1081
1082
2005-10-13
1083
1084
	* libsylph/imap.c: imap_cmd_ok(): fixed parsing of literal data (skip
1085
	  quotes).
1086
1087
2005-10-12
1088
1089
	* libsylph/recv.c: recv_bytes(): null-terminate the received data
1090
	  in case it's a string.
1091
	  libsylph/imap.c: imap_cmd_ok(): also log literal strings.
1092
1093
2005-10-12
1094
1095
	* src/alertpanel.c: win32: make dialog in front on focus out.
1096
1097
2005-10-12
1098
1099
	* src/main.c: default_log_func(): fixed prefix on G_LOG_LEVEL_WARNING.
1100
1101
2005-10-12
1102
1103
	* libsylph/imap.c: imap_cmd_ok(): fixed parsing of literal data.
1104
1105
2005-10-12
1106
1107
	* src/summaryview.c: brought back 'Create filter rule' in the context
1108
	  menu.
1109
1110
2005-10-11
1111
1112
	* src/prefs_folder_item.c: fixed the label "Type" not aligned to right.
1113
1114
2005-10-11
1115
1116
	* libsylph/utils.[ch]
1117
	  src/main.c: output g_log() messages to the log window and log file.
1118
	* configure.in: disabled console window on win32.
1119
1120
2005-10-11
1121
1122
	* src/folderview.c: folderview_drag_motion_cb(): win32: reset
1123
	  context->actions if modifier key is not pressed (fixed DnD action
1124
	  becoming copy by default).
1125
1126
2005-10-10
1127
1128
	* libsylph/utils.c
1129
	  libsylph/procheader.c: fixed a bug that caused crashes on receive
1130
	  if Date: header has abnormal time.
1131
1132
2005-10-07
1133
1134
	* libsylph/recv.[ch]
1135
	  libsylph/imap.c: imap_cmd_ok(): support literals in response
1136
	  (fixed out of sync when literals appeared).
1137
1138
2005-10-06
1139
1140
	* libsylph/codeconv.c:
1141
	  conv_filename_from_utf8(), conv_filename_to_utf8(): put an
1142
	  assertion.
1143
1144
2005-10-06
1145
1146
	* libsylph/utils.c: don't define _s_tempnam() on Unix.
1147
	* src/prefs_folder_item.c: added file system path info.
1148
1149
2005-10-06
1150
1151
	* libsylph/utils.c: get_rc_dir(): win32: use environmental variable
1152
	  APPDATA.
1153
	* libsylph/prefs.c: prefs_set_default()
1154
	  src/prefs_ui.c: prefs_set_dialog_to_default(): win32: don't convert
1155
	  the encoding of environmental variable. Expand '~' to rc dir.
1156
1157
2005-10-06
1158
1159
	* src/main.c: win32: include startup directory into %PATH% for GSpawn.
1160
1161
2005-10-05
1162
1163
	* configure.in: support SSL on win32.
1164
	* makewin32.sh: convenient build script for win32.
1165
1166
2005-10-04
1167
1168
	* libsylph/utils.c: my_tmpfile(): use g_mkstemp() instead of
1169
	  directly using mkstemp().
1170
	  win32: use _wtempnam() , open() and fdopen() instead of tmpfile()
1171
	  because it creates temporary files to the root directory.
1172
1173
2005-10-03
1174
1175
	* src/main.c: app_init(): win32: pass locale encoding directory name
1176
	  for bindtextdomain() (fixed not-working translation on non-ascii
1177
	  directory).
1178
1179
2005-10-03
1180
1181
	* libsylph/mh.c:
1182
	  mh_create_tree(): create directory hierarchy for root path.
1183
	  mh_move_folder_real(): change current directory to prevent rename
1184
	  failure on Win32.
1185
	  libsylph/folder.c: folder_get_path(): always return absolute path.
1186
1187
2005-09-30
1188
1189
	* libsylph/prefs_common.c: prefs_common_read_config(): Win32: set the
1190
	  default font to "MS Gothic 12" on Japanese environment.
1191
1192
2005-09-29
1193
1194
	* version 2.1.3
1195
1196
2005-09-28
1197
1198
	* src/main.c: app_init(): make the message catalog location absolute
1199
	  path if LOCALEDIR is relative.
1200
1201
2005-09-28
1202
1203
	* src/compose.c: compose_set_title(): only show subject.
1204
1205
2005-09-27
1206
1207
	* src/rfc2015.c: check_signature(): disabled gpgme_data_set_encoding()
1208
	  (it somehow results in error).
1209
1210
2005-09-27
1211
1212
	* src/rfc2015.c: check_signature(): set transfer encoding for S/MIME.
1213
1214
2005-09-27
1215
1216
	* src/compose.c: display the subject line in the window title bar
1217
	  (thanks to Thomas White).
1218
1219
2005-09-27
1220
1221
	* src/mimeview.c
1222
	  src/rfc2015.c: verify PKCS#7 (S/MIME) signature (thanks to Thomas
1223
	  White).
1224
	* src/main.c: null-check engineInfo->version when displaying debug
1225
	  information of GPGME.
1226
1227
2005-09-26
1228
1229
	* libsylph/html.c: convert character entity references to UTF-8,
1230
	  rather than US-ASCII (thanks to Lyonel Vincent). Use UCS-4 to
1231
	  UTF-8 conversion for numbered references.
1232
1233
2005-09-22
1234
1235
	* libsylph/utils.[ch]
1236
	  libsylph/procmime.[ch]
1237
	  src/mimeview.[ch]
1238
	  src/filesel.[ch]: implemented "Save all", which saves all
1239
	  attachments in a message.
1240
1241
2005-09-22
1242
1243
	* src/gtkutils.[ch]
1244
	  src/summaryview.[ch]: align selected row to center when reached to
1245
	  the edge on key operation.
1246
1247
2005-09-22
1248
1249
	* src/summaryview.c: keep selecting row after changing thread display.
1250
1251
2005-09-21
1252
1253
	* configure.in: removed mbs/wcs functions check.
1254
1255
2005-09-21
1256
1257
	* libsylph/utils.[ch]
1258
	  src/compose.c
1259
	  src/gtkutils.[ch]
1260
	  src/undo.c
1261
	  src/addr_compl.c: removed mbs/wcs functions which are no longer
1262
	  required.
1263
1264
2005-09-21
1265
1266
	* src/account_dialog.c: don't display checkbox if 'get all' is
1267
	  unavailable.
1268
1269
2005-09-21
1270
1271
	* src/subscribedialog.c: don't display checkbox on non-selectable
1272
	  rows.
1273
1274
2005-09-20
1275
1276
	* libsylph/news.[ch]
1277
	  src/subscribedialog.[ch]
1278
	  src/Makefile.am
1279
	  src/folderview.c: renamed grouplistdialog to subscribedialog, and
1280
	  reimplemented with GtkTreeView.
1281
1282
2005-09-16
1283
1284
	* src/compose.c: compose_write_to_file(): don't display code
1285
	  conversion error and line limit warning on draft mode.
1286
1287
2005-09-16
1288
1289
	* libsylph/prefs_common.[ch]
1290
	  src/prefs_common_dialog.c
1291
	  src/folderview.[ch]
1292
	  src/mainwindow.c: removed the option to set the vscrollbar policy
1293
	  of the folder view and made it GTK_POLICY_AUTOMATIC.
1294
	  Added an option to toggle message number columns in the folder view
1295
	  (default is off).
1296
	  Made the 'Translate header name' option a hidden one.
1297
1298
2005-09-15
1299
1300
	* version 2.1.2
1301
1302
2005-09-15
1303
1304
	* configure.in: use ${DATADIRNAME} for $localedir if it is defined.
1305
1306
2005-09-15
1307
1308
	* libsylph/codeconv.c: conv_euctojis(): re-enabled
1309
	  prefs_common.allow_jisx0201_kana.
1310
1311
2005-09-14
1312
1313
	* libsylph/pop.c
1314
	  libsylph/procmime.c
1315
	  src/gtkutils.c
1316
	  src/mimeview.c
1317
	  src/undo.c
1318
	  src/headerview.c
1319
	  src/send_message.c
1320
	  src/summaryview.c: fixed warnings about signedness difference.
1321
1322
2005-09-14
1323
1324
	* libsylph/utils.[ch]
1325
	  src/compose.c: normalize address fields before encoding them.
1326
1327
2005-09-13
1328
1329
	* Makefile.am
1330
	  sylpheed.spec.in: updated files to be included in tarball.
1331
1332
2005-09-13
1333
1334
	* libsylph/*.[ch]: changed the license from GPL to LGPL.
1335
	* LICENSE: added.
1336
1337
2005-09-13
1338
1339
	* src/summaryview.c: summary_set_row(): don't reset S_COL_TDATE
1340
	  (fixes sorting bug when flags changed).
1341
1342
2005-09-13
1343
1344
	* COPYING: updated GPL (changed the address of FSF).
1345
	* COPYING.LIB: added LGPL.
1346
1347
2005-09-13
1348
1349
	* libsylph/procmsg.[ch]
1350
	  libsylph/enums.h
1351
	  libsylph/folder.[ch]
1352
	  src/summaryview.c
1353
	  src/mainwindow.c: added 'View/Sort/by thread date'.
1354
1355
2005-09-12
1356
1357
	* libsylph/imap.c: changed the message number limit on COPY.
1358
	  imap_do_copy_msgs(): update progress bar on copy.
1359
1360
2005-09-09
1361
1362
	* libsylph/imap.c: added missing translation string.
1363
1364
2005-09-09
1365
1366
	* libsylph/utils.[ch]
1367
	  libsylph/imap.c
1368
	  src/main.c
1369
	  src/mainwindow.[ch]: update progress bar when executing long
1370
	  operations.
1371
1372
2005-09-08
1373
1374
	* src/addressbook.c: addressbook_tree_button_pressed(): fixed a bug
1375
	  that the expander of the folder tree didn't work.
1376
1377
2005-09-08
1378
1379
	* libsylph/md5_hmac.c: md5_hmac_get(): minor code cleanup.
1380
1381
2005-09-08
1382
1383
	* libsylph/md5.[ch]: replaced with public domain code in GNet.
1384
	* libsylph/md5_hmac.[ch]: separated from md5.[ch] and rewrote.
1385
	* libsylph/pop.c
1386
	  libsylph/smtp.c
1387
	  libsylph/imap.c: modified for new MD5 interface.
1388
1389
2005-09-08
1390
1391
	* configure.in: use ${datadir} instead of ${prefix}/${DATADIRNAME}.
1392
1393
2005-09-08
1394
1395
	* libsylph/mbox.[ch]: moved into libsylph.
1396
1397
2005-09-07
1398
1399
	* libsylph/imap.c: limit number of messages to be copied at a time
1400
	  with COPY command to prevent network timeout.
1401
1402
2005-09-07
1403
1404
	* libsylph/utils.[ch]: renamed print_status() to status_print().
1405
	* libsylph/imap.c: adjusted the frequency of UI update.
1406
	* src/folderview.c: don't allow selection if summary is locked.
1407
1408
2005-09-07
1409
1410
	* libsylph/codeconv.c: conv_guess_ja_encoding(): also support UTF-8
1411
	  encoding.
1412
1413
2005-09-06
1414
1415
	* libsylph/imap.c: fixed warnings of signedness difference.
1416
	  Added UI hints.
1417
	* libsylph/utils.[ch]
1418
	  src/gtkutils.[ch]
1419
	  src/main.c: added ui_update() as a function for UI hints.
1420
1421
2005-09-06
1422
1423
	* libsylph/prefs_common.[ch]
1424
	  libsylph/prefs_account.[ch]
1425
	  libsylph/pop.h: save GPG settings even if GPGME is disabled.
1426
1427
2005-09-05
1428
1429
	* libsylph/imap.c: show progress when executing operations which
1430
	  takes long time.
1431
1432
2005-09-05
1433
1434
	* libsylph/account.[ch]
1435
	  libsylph/customheader.[ch]
1436
	  libsylph/enums.h
1437
	  libsylph/filter.[ch]
1438
	  libsylph/folder[ch]
1439
	  libsylph/imap.[ch]
1440
	  libsylph/md5.[ch]
1441
	  libsylph/mh.[ch]
1442
	  libsylph/news.[ch]
1443
	  libsylph/nntp.[ch]
1444
	  libsylph/pop.[ch]
1445
	  libsylph/prefs_account.[ch]
1446
	  libsylph/prefs_common.[ch]
1447
	  libsylph/procheader.[ch]
1448
	  libsylph/procmime.[ch]
1449
	  libsylph/procmsg.[ch]
1450
	  libsylph/smtp.[ch]
1451
	  libsylph/Makefile.am: moved more modules to libsylph.
1452
1453
2005-09-05
1454
1455
	* src/messageview.c
1456
	  src/procmsg.[ch]
1457
	  src/filter.[ch]
1458
	  src/summaryview.[ch]
1459
	  src/mainwindow.c
1460
	  src/prefs_filter.h: moved procmsg.c::procmsg_get_filter_keyword()
1461
	  to filter.c::filter_get_keyword_from_msg().
1462
1463
2005-09-05
1464
1465
	* libsylph/utils.[ch]
1466
	  src/inc.c
1467
	  src/main.c
1468
	  src/imap.c
1469
	  src/send_message.c
1470
	  src/news.c: made query-password function UI independent.
1471
	  Added UI independent print status func.
1472
1473
2005-09-05
1474
1475
	* src/main.c
1476
	  src/procmsg.[ch]
1477
	  src/send_message.[ch]
1478
	  src/mainwindow.c: moved procmsg.c::procmsg_send_queue() to
1479
	  send_message.c::send_message_queue_all().
1480
1481
2005-09-02
1482
1483
	* src/html.c
1484
	  src/session.c
1485
	  src/unmime.c: fixed 'warning: pointer targets in assignment differ
1486
	  in signedness'.
1487
1488
2005-09-02
1489
1490
	* src/sourcewindow.c: added missing include.
1491
	* src/filter.[ch]
1492
	  src/prefs_filter.[ch]
1493
	  src/folderview.c: moved prefs_filter_rename_path() and
1494
	  prefs_filter_delete_path() to filter.c.
1495
1496
2005-09-02
1497
1498
	* src/main.c
1499
	  src/filter.[ch]
1500
	  src/prefs_filter.[ch]: moved prefs_filter_read_config() to filter.c.
1501
1502
2005-09-02
1503
1504
	* libsylph/recv.[ch]: moved to libsylph.
1505
1506
2005-09-02
1507
1508
	* libsylph/html.[ch]: moved to libsylph.
1509
1510
2005-09-01
1511
1512
	* src/prefs_common.c
1513
	  src/procmsg.c: removed unused headers.
1514
1515
2005-09-01
1516
1517
	* src/account.[ch]
1518
	  src/account_dialog.[ch]
1519
	  src/folderview.c
1520
	  src/mainwindow.c
1521
	  src/main.c: separated UI code from account.c.
1522
1523
2005-09-01
1524
1525
	* src/prefs_account.c
1526
	  src/prefs_common.c: removed unused headers.
1527
	* src/enums.h
1528
	  src/prefs_common.h
1529
	  src/summaryview.h
1530
	  src/mainwindow.h: separated some enums to reduce dependency.
1531
1532
2005-09-01
1533
1534
	* src/customheader.[ch]
1535
	  src/prefs_customheader.[ch]
1536
	  src/prefs_account.c: moved customheader read/write config function
1537
	  to customheader.c.
1538
	* src/main.c
1539
	  src/prefs_common.c: don't use gtkutils.h from prefs_common.c.
1540
1541
2005-08-31
1542
1543
	* libsylph/prefs.h
1544
	  src/prefs_ui.[ch]
1545
	  src/account.c
1546
	  src/prefs_template.c
1547
	  src/prefs_account.[ch]
1548
	  src/prefs_common.[ch]
1549
	  src/prefs_account_dialog.[ch]
1550
	  src/prefs_common_dialog.[ch]
1551
	  src/mainwindow.c
1552
	  src/Makefile.am: separated UI code from prefs_common.c and
1553
	  prefs_account.c.
1554
1555
2005-08-31
1556
1557
	* src/trayicon.c: enable compilation on MinGW.
1558
1559
2005-08-31
1560
1561
	* libsylph/prefs.[ch]: added prefs_param_table_get() and
1562
	  prefs_param_table_destroy().
1563
	  prefs_config_parse_one_line(): optimized by using
1564
	  prefs_param_table_get().
1565
1566
2005-08-31
1567
1568
	* libsylph/Makefile.am
1569
	  libsylph/base64.[ch]
1570
	  libsylph/codeconv.[ch]
1571
	  libsylph/defs.h
1572
	  libsylph/prefs.[ch]
1573
	  libsylph/quoted-printable.[ch]
1574
	  libsylph/session.[ch]
1575
	  libsylph/socket.[ch]
1576
	  libsylph/ssl.[ch]
1577
	  libsylph/stringtable.[ch]
1578
	  libsylph/unmime.[ch]
1579
	  libsylph/utils.[ch]
1580
	  libsylph/uuencode.[ch]
1581
	  libsylph/xml.[ch]: made some core modules library (libsylph).
1582
	* src/Makefile.am: modified so that it uses libsylph.la.
1583
1584
2005-08-30
1585
1586
	* src/prefs.[ch]
1587
	  src/prefs_ui.[ch]: separated UI code from prefs.[ch].
1588
	* src/prefs_common.c
1589
	  src/prefs_account.c: added casts for (GtkWidget **).
1590
1591
2005-08-30
1592
1593
	* src/main.c: code cleanup.
1594
1595
2005-08-29
1596
1597
	* src/statusbar.c
1598
	  src/utils.[ch]: separate statusbar from utils.c.
1599
1600
2005-08-29
1601
1602
	* src/logwindow.c
1603
	  src/utils.[ch]: separate LogWindow from utils.c.
1604
1605
2005-08-29
1606
1607
	* src/main.[ch]
1608
	  src/xml.c
1609
	  src/utils.[ch]: made debug_mode static variable in utils.c.
1610
1611
2005-08-29
1612
1613
	* src/compose.c: compose_write_attach(): don't encode message/*
1614
	  parts with quoted-printable or base64 (fixes broken attachments
1615
	  on pgp-sign).
1616
1617
2005-08-26
1618
1619
	* src/compose.c: the line space setting now applies to the compose
1620
	  window.
1621
1622
2005-08-26
1623
1624
	* src/socket.c: use g_io_channel_shutdown() instead of deprecated
1625
	  g_io_channel_close().
1626
	  sock_close(): use g_io_channel_shutdown() instead of directly
1627
	  calling close() (fixes resource leak on Win32).
1628
	  fd_close(): call closesocket() on Win32.
1629
1630
2005-08-25
1631
1632
	* src/folderview.c: folderview_button_pressed(): expand/collapse
1633
	  tree row on double click.
1634
1635
2005-08-25
1636
1637
	* src/addressbook.c: fixed refresh of folder contents.
1638
1639
2005-08-24
1640
1641
	* src/trayicon.[ch]
1642
	  src/mainwindow.[ch]
1643
	  src/inc.c: separated trayicon into another module.
1644
	  Notify new messages with trayicon on receive.
1645
1646
2005-08-24
1647
1648
	* src/prefs.[ch]
1649
	  src/prefs_common.c: use GtkFontButton for font setting (thanks to
1650
	  Alfons).
1651
1652
2005-08-24
1653
1654
	* src/stock_pixmap.[ch]
1655
	  src/summaryview.c
1656
	  src/prefs_filter_edit.c: removed stock_pixmap_widget() (instead
1657
	  use stock_pixbuf_widget()).
1658
1659
2005-08-23
1660
1661
	* src/folderview.c
1662
	  src/mainwindow.c: modified the 'Empty trash' messages.
1663
1664
2005-08-23
1665
1666
	* src/eggtrayicon.[ch]: added (borrowed from Loqui svn trunk).
1667
	* src/mainwindow.[ch]: initial implementation of the tray icon.
1668
	* src/stock_pixmap.[ch]: added stock_pixbuf_widget_scale().
1669
1670
2005-08-23
1671
1672
	* src/textview.c: modified fonts for mime parts.
1673
1674
2005-08-22
1675
1676
	* version 2.1.1
1677
1678
2005-08-22
1679
1680
	* src/addressbook.c:
1681
	  addressbook_tree_selected()
1682
	  addressbook_tree_button_pressed(): fixed a bug that multiple
1683
	  selection with Ctrl key didn't work with GTK+ 2.6.9.
1684
1685
2005-08-22
1686
1687
	* src/procmsg.c
1688
	  src/summaryview.c: fall back to date comparison on sorting
1689
	  (fixes random date order when sorting by subject etc.).
1690
1691
2005-08-19
1692
1693
	* src/utils.c: path_cmp(): allow both '/' and G_DIR_SEPARATOR as
1694
	  separator.
1695
1696
2005-08-19
1697
1698
	* src/folder.c:
1699
	  folder_item_get_identifier(): force separator to "/".
1700
	  folder_item_get_path(): force separator to filesystem's.
1701
1702
2005-08-19
1703
1704
	* src/recv.c
1705
	  src/imap.c: made error check more strict.
1706
1707
2005-08-19
1708
1709
	* src/socket.c: fd_write_all(): use fd_write() instead of directly
1710
	  using write() (fixes IMAP4 on win32).
1711
1712
2005-08-19
1713
1714
	* src/pixmaps/: renamed to src/icons/.
1715
1716
2005-08-18
1717
1718
	* configure.in: made $localedir, $manualdir, and $faqdir
1719
	  user-configurable.
1720
1721
2005-08-18
1722
1723
	* src/compose.[ch]
1724
	  src/mainwindow.[ch]: disused GtkHandleBox which haven't worked well.
1725
	* src/stock_pixmap.c: stock_pixbuf_gdk(): allow NULL window.
1726
1727
2005-08-09
1728
1729
	* version 2.1.0
1730
1731
2005-08-09
1732
1733
	* src/mh.c
1734
	  src/main.c
1735
	  src/procmime.c: fix for config dir.
1736
1737
2005-08-09
1738
1739
	* src/folder.c
1740
	  src/main.c
1741
	  src/utils.[ch]
1742
	  src/defs.h: modified directories for Windows convention.
1743
1744
2005-08-08
1745
1746
	* src/mh.c
1747
	  src/template.c
1748
	  src/codeconv.c
1749
	  src/main.c
1750
	  src/utils.c
1751
	  src/addrbook.c: use GDir instead of directly using opendir().
1752
1753
2005-08-08
1754
1755
	* src/utils.[ch]: added wrappers for C library function that take
1756
	  pathname arguments.
1757
	* src/*.c: use wrapper functions.
1758
1759
2005-08-07
1760
1761
	* src/defs.h: modification for Win32.
1762
	* src/main.c: check filename encoding only on Unix.
1763
	* src/prefs_common.c: modification for Win32.
1764
1765
2005-08-07
1766
1767
	* src/codeconv.c: some fixes for Win32.
1768
1769
2005-08-07
1770
1771
	* src/procmsg.c: procmsg_send_queue(): close queue file before
1772
	  removing it (Win32 fix).
1773
1774
2005-08-05
1775
1776
	* src/mh.c
1777
	  src/session.c
1778
	  src/mbox.c: braced Unix-specific code with #ifdef G_OS_UNIX.
1779
	* configure.in: added -lws2_32 on MinGW environment.
1780
1781
2005-08-05
1782
1783
	* src/filter.c
1784
	  configure.in: check for regex.h and regcomp().
1785
1786
2005-08-05
1787
1788
	* src/utils.[ch]: rename_force(): force rename even if the destination
1789
	  file already exists (on non-Unix environment).
1790
	* src/prefs.c
1791
	  src/main.c: use rename_force().
1792
1793
2005-08-05
1794
1795
	* src/addrcache.c
1796
	  src/compose.c
1797
	  src/inc.c
1798
	  src/action.c
1799
	  src/session.c
1800
	  src/main.c
1801
	  src/utils.c
1802
	  src/send_message.c
1803
	  src/mbox.c
1804
	  src/about.c
1805
	  src/socket.c
1806
	  src/socket.h
1807
	  configure.in: enabled compilation with MinGW.
1808
1809
2005-08-04
1810
1811
	* src/compose.c
1812
	  src/main.c
1813
	  src/socket.[ch]: braced Unix-specific code with #ifdef G_OS_UNIX.
1814
1815
2005-08-04
1816
1817
	* configure.in: add -mms-bitfields to CFLAGS if the target is MinGW.
1818
1819
2005-08-04
1820
1821
	* src/utils.c: replaced tolower() with g_ascii_tolower().
1822
1823
2005-08-04
1824
1825
	* src/compose.c
1826
	  src/main.c
1827
	  src/utils.c
1828
	  src/procmsg.c: replaced random() with portable g_random_*().
1829
1830
2005-08-04
1831
1832
	* src/about.c: modified version display.
1833
	* src/socket.c: added sock_init() and sock_cleanup().
1834
1835
2005-08-04
1836
1837
	* src/mh.c: use GTimer for measuring time.
1838
	* src/inc.[ch]
1839
	  src/recv.c
1840
	  src/session.[ch]: replaced gettimeofday() with portable
1841
	  g_get_current_time(). 
1842
	* src/socket.c: corrected signedness. Replaced usleep() with
1843
	  portable g_usleep().
1844
1845
2005-08-04
1846
1847
	* src/prefs_common.c: removed mgedit from exteditor's candidates.
1848
1849
2005-08-03
1850
1851
	* src/utils.c:
1852
	  execute_async()
1853
	  execute_sync(): replaced fork() + exec() with GSpawn.
1854
1855
2005-08-02
1856
1857
	* src/compose.c
1858
	  src/textview.c
1859
	  src/quote_fmt_parse.y
1860
	  src/pop.c
1861
	  src/prefs_account.c
1862
	  src/codeconv.c
1863
	  src/imap.c
1864
	  src/xml.c
1865
	  src/utils.[ch]
1866
	  src/addr_compl.c
1867
	  src/procmsg.c
1868
	  src/procmime.c
1869
	  src/quoted-printable.c: replaced incorrect locale-dependent ctype
1870
	  functions with GLib's. Corrected signedness mismatch.
1871
	* src/about.c: set focus to the OK button.
1872
1873
2005-07-29
1874
1875
	* version 2.0.0
1876
1877
2005-07-22
1878
1879
	* version 2.0.0rc
1880
1881
2005-07-21
1882
1883
	* src/headerview.c: headerview_create(): added spacing for vbox.
1884
1885
2005-07-21
1886
1887
	* src/mh.c: mh_get_msg_list(): force strict cache checking on Queue
1888
	  or Draft folders (fixes cache discrepancy).
1889
1890
2005-07-21
1891
1892
	* src/imap.c:
1893
	  imap_modified_utf7_to_utf8(): fixed modified-UTF7 to UTF-8
1894
	  conversion when the string includes '+'.
1895
	  imap_utf8_to_modified_utf7(): use g_ascii_isprint() instead of
1896
	  locale-dependent isprint().
1897
	  Fixed warnings on conversion error.
1898
1899
2005-07-21
1900
1901
	* src/prefs_folder_item.c: display path with GtkLabel.
1902
1903
2005-07-20
1904
1905
	* src/rfc2015.c: unified indent. Use g_getenv() instead of getenv().
1906
	  Use locale-independent g_ascii_toupper() instead of toupper().
1907
1908
2005-07-20
1909
1910
	* src/main.c: remove temporary files on startup. Code cleanups.
1911
1912
2005-07-19
1913
1914
	* src/compose.c: compose_insert_drag_received_cb(): added a hack to
1915
	  prevent duplicated insertion.
1916
1917
2005-07-19
1918
1919
	* src/compose.c: compose_get_line_break_pos(): don't break line after
1920
	  '/' (to protect file path etc.).
1921
1922
2005-07-19
1923
1924
	* src/compose.c: don't remove drag source on GDK_ACTION_MOVE.
1925
	  Explicitly call gtk_drag_finish().
1926
	* src/summaryview.c
1927
	  src/folderview.c: made GtkTargetEntry static.
1928
1929
2005-07-15
1930
1931
	* src/summaryview.c: summary_modify_threads(): select correct row
1932
	  when sorting is enabled.
1933
1934
2005-07-14
1935
1936
	* version 2.0.0beta6
1937
1938
2005-07-14
1939
1940
	* src/menu.c
1941
	  src/prefs.c: removed '#warning FIXME_GTK2'.
1942
1943
2005-07-14
1944
1945
	* src/prefs_common.c: made textview_cursor_visible a hidden option.
1946
1947
2005-07-14
1948
1949
	* src/procmime.c: procmime_decode_content(): don't uncanonicalize
1950
	  files whose name is *.txt but the Content-Type is
1951
	  application/octet-stream.
1952
1953
2005-07-14
1954
1955
	* src/filter.c
1956
	  src/folderview.c: modify filter rules after moving folders.
1957
1958
2005-07-13
1959
1960
	* src/textview.c
1961
	  src/mimeview.c
1962
	  src/procmime.[ch]: made the file size of attachments more accurate,
1963
	  and human-readable.
1964
1965
2005-07-13
1966
1967
	* src/foldersel.c: display folder names with new/unread
1968
	  representation.
1969
1970
2005-07-12
1971
1972
	* src/compose.c: compose_get_line_break_pos(): don't break line after
1973
	  '-' (to protect e-mail address etc.).
1974
1975
2005-07-12
1976
1977
	* src/main.c
1978
	  src/stock_pixmap.[ch]
1979
	  src/Makefile.am
1980
	  src/pixmaps/stock_sylpheed.png
1981
	  sylpheed.png
1982
	  sylpheed-64x64.png
1983
	  sylpheed-128x128.png: added a new app icon, and specified it as
1984
	  a default window icon.
1985
1986
2005-07-12
1987
1988
	* src/procmsg.[ch]: procmsg_send_queue(): clear summary cache to
1989
	  prevent cache discrepancy.
1990
1991
2005-07-12
1992
1993
	* src/filesel.c: comply with prefs_common.comply_gnome_hig option.
1994
1995
2005-07-12
1996
1997
	* src/compose.c
1998
	  src/addressbook.c
1999
	  src/textview.c
2000
	  src/account.c
2001
	  src/summaryview.c: modified several alerts, and added accelerators
2002
	  for the buttons.
2003
2004
2005-07-11
2005
2006
	* gtkut_tree_view_scroll_to_cell(): added margin for visibility.
2007
2008
2005-07-11
2009
2010
	* src/compose.c: compose_parse_header(): use Content-Type's charset as
2011
	  a fallback encoding of broken header strings.
2012
2013
2005-07-11
2014
2015
	* src/compose.c: don't convert encoding if inserted file is UTF-8.
2016
2017
2005-07-11
2018
2019
	* src/compose.c: fixed duplicate signature problem in re-edit or
2020
	  after editing with external editor.
2021
2022
2005-07-11
2023
2024
	* src/textview.c: get_uri_part(): don't include characters '{', '}',
2025
	  '[', ']' in URI characters.
2026
2027
2005-07-11
2028
2029
	* src/compose.[ch]: replaced gdk_input_*() with GIOChannel.
2030
2031
2005-07-08
2032
2033
	* version 2.0.0beta5
2034
2035
2005-07-08
2036
2037
	* src/editjpilot.c
2038
	  src/editvcard.c: fixed a crash when cancelling file selection dialog
2039
	  by Escape key. Made non-ascii filename selectable. Use new file
2040
	  chooser dialog.
2041
2042
2005-07-08
2043
2044
	* src/compose.c
2045
	  src/procmsg.[ch]: put existing window in front when trying to reedit
2046
	  draft/queued messages which are already open.
2047
2048
2005-07-08
2049
2050
	* src/alertpanel.[ch]: alertpanel_full(): added more generic function.
2051
	* src/compose.c
2052
	  src/account.c
2053
	  src/folderview.c: modified some alert dialogs.
2054
2055
2005-07-08
2056
2057
	* src/addressbook.c
2058
	  src/alertpanel.[ch]
2059
	  src/summaryview.c: added G_ALERTCANCEL to AlertValue, and return it
2060
	  if cancelled.
2061
2062
2005-07-07
2063
2064
	* src/summary_search.c
2065
	  src/message_search.c: modified the order of buttons.
2066
2067
2005-07-07
2068
2069
	* src/prefs_display_header.c
2070
	  src/prefs_actions.c
2071
	  src/prefs.[ch]
2072
	  src/prefs_account.c
2073
	  src/prefs_common.[ch]
2074
	  src/prefs_summary_column.c
2075
	  src/prefs_template.c
2076
	  src/gtkutils.[ch]
2077
	  src/foldersel.c
2078
	  src/summary_search.c
2079
	  src/inputdialog.c
2080
	  src/editbook.c
2081
	  src/editgroup.c
2082
	  src/editjpilot.c
2083
	  src/editaddress.c
2084
	  src/editldap_basedn.c
2085
	  src/editvcard.c
2086
	  src/editldap.c: made the order of buttons comply with GNOME HIG.
2087
2088
2005-07-06
2089
2090
	* src/stock_pixmap.[ch]
2091
	  src/sylpheed-logo.png: replaced Sylpheed logo with new one.
2092
2093
2005-07-06
2094
2095
	* src/stock_pixmap.[ch]
2096
	  src/pixmaps/*.xpm: removed unused images.
2097
2098
2005-07-06
2099
2100
	* src/pixmaps/stock_hand-signed.png: added.
2101
	* src/compose.c: use new icon for Signature tool button.
2102
2103
2005-07-05
2104
2105
	* src/pixmaps/Makefile.am: added BUILT_SOURCES to EXTRA_DIST for
2106
	  'make distcheck'.
2107
2108
2005-07-05
2109
2110
	* src/stock_pixmap.[ch]
2111
	  src/pixmaps/*.png
2112
	  src/pixmaps/Makefile.am: replaced pixmaps icons with png images
2113
	  (most of them are copied from gnome-icon-theme,
2114
	  stock_mail_receive_all and stock_mail_send_queue are contributed
2115
	  from Jean-Yves Lefort).
2116
	* src/compose.c
2117
	  src/mainwindow.c: use new png icons.
2118
	* src/folderview.c: use special icon for draft folder.
2119
2120
2005-07-04
2121
2122
	* src/procmsg.c: procmsg_read_cache(): mark cache as dirty if open
2123
	  failed.
2124
2125
2005-07-04
2126
2127
	* version 2.0.0beta4
2128
2129
2005-07-04
2130
2131
	* src/folderview.[ch]: lock button/key input while a folder is
2132
	  loading (fixed selection becoming wrong when another folder was
2133
	  clicked quickly).
2134
2135
2005-07-04
2136
2137
	* src/mh.c: unified move_folder and rename_folder.
2138
2139
2005-07-04
2140
2141
	* src/imap.c
2142
	  src/folderview.c: implemented IMAP4 folder move.
2143
2144
2005-07-01
2145
2146
	* src/mh.c
2147
	  src/folder.h
2148
	  src/foldersel.[ch]
2149
	  src/imap.c
2150
	  src/news.c
2151
	  src/folderview.[ch]
2152
	  src/mainwindow.c: implemented folder move (currently restricted
2153
	  inside the same MH mailbox).
2154
2155
2005-07-01
2156
2157
	* src/filter.c: fixed a bug in syncing folder path.
2158
	* src/folderview.c: some code cleanups.
2159
2160
2005-06-30
2161
2162
	* src/summaryview.c: summary_filter_func(): reflect flag changes to
2163
	  IMAP server.
2164
2165
2005-06-30
2166
2167
	* src/compose.c: compose_write_to_file(): check for line length limit
2168
	  and display warning if exceeds.
2169
	* src/utils.[ch]: check_line_length(): new.
2170
2171
2005-06-29
2172
2173
	* src/main.c: main(): check for filename encoding on the first run.
2174
2175
2005-06-29
2176
2177
	* src/utils.c: get_outgoing_rfc2822_str(): reverted the previous
2178
	  change (RFC 2822: 3.6.1. The origination date field).
2179
2180
2005-06-28
2181
2182
	* src/utils.c: get_outgoing_rfc2822_str(): overwrite Date: header
2183
	  with current time (corrects date of queued messages).
2184
2185
2005-06-28
2186
2187
	* src/mh.c: mh_scan_tree_recursive(): put a warning and skip if
2188
	  G_FILENAME_ENCODING is not specified but invalid UTF-8 directory
2189
	  name appeared.
2190
2191
2005-06-27
2192
2193
	* src/imageview.c: fixed a possible crash on the view change from
2194
	  imageview to textview (thanks to NINOMIYA Yuuki).
2195
2196
2005-06-24
2197
2198
	* src/ssl.c: show verify result as string.
2199
2200
2005-06-24
2201
2202
	* src/utils.c:
2203
	  is_dir_exist()
2204
	  is_file_entry_exist()
2205
	  dirent_is_regular_file()
2206
	  dirent_is_directory(): use g_file_test() instead of stat().
2207
2208
2005-06-24
2209
2210
	* src/ssl.c: verify SSL certificate (thanks to Kazuhiro NISHIYAMA).
2211
2212
2005-06-24
2213
2214
	* src/utils.[ch]
2215
	  src/rfc2015.c: use a wrapper of strftime() to suppress the warning
2216
	  of gcc about %c.
2217
	* src/procheader.c: removed warning about invalid date.
2218
	* src/jpilot.c
2219
	  src/vcard.c: use get_home_dir() instead of g_get_home_dir().
2220
2221
2005-06-24
2222
2223
	* src/prefs_common.[ch]: removed unused option 'enable_hscrollbar'.
2224
2225
2005-06-24
2226
2227
	* src/summaryview.c: removed unrequired function
2228
	  summary_set_column_titles().
2229
2230
2005-06-23
2231
2232
	* version 2.0.0beta3
2233
2234
2005-06-23
2235
2236
	* src/foldersel.c
2237
	  src/folderview.[ch]: expand parent folder when new one is created.
2238
2239
2005-06-23
2240
2241
	* src/textview.c: added "Compose new message" and "Open with Web
2242
	  browser" to the context menu.
2243
2244
2005-06-23
2245
2246
	* src/folderview.[ch]: modified the way to revert selection after
2247
	  menu popup.
2248
2249
2005-06-23
2250
2251
	* src/editldap.c: made bind password entry invisible.
2252
2253
2005-06-22
2254
2255
	* src/prefs_common.c: quote_colors_set_dialog_key_pressed(): destroy
2256
	  dialog only if Escape key is pressed.
2257
	* src/textview.[ch]: update colors of text tags when prefs are
2258
	  updated.
2259
2260
2005-06-22
2261
2262
	* src/summaryview.[ch]: made summary columns reorderable by DnD.
2263
2264
2005-06-22
2265
2266
	* src/mh.c
2267
	  src/procmsg.h
2268
	  src/prefs_common.[ch]: disabled strict checking of caches by stat()
2269
	  and improved the performance.
2270
	  Added MSG_CACHED flag to MsgTmpFlags.
2271
	  Added 'Advanced' tab to the common prefs.
2272
2273
2005-06-21
2274
2275
	* src/folderview.c: folderview_delete_folder_cb(): modified the alert
2276
	  message on deleting folders.
2277
2278
2005-06-21
2279
2280
	* src/prefs_account.[ch]
2281
	  src/prefs_common.[ch]
2282
	  src/news.c: moved the option of max news articles to account prefs.
2283
2284
2005-06-21
2285
2286
	* src/compose.c: compose_reply()
2287
	  src/prefs_account.[ch]: added an option to encrypt when replying to
2288
	  encrypted message (thanks to Vladi Belperchinov-Shabanski).
2289
2290
2005-06-21
2291
2292
	* src/summaryview.c: summary_reply(): use currently visible textview
2293
	  for selection reply.
2294
2295
2005-06-20
2296
2297
	* configure.in: enabled GPGME and OpenSSL support by default.
2298
	  Use pkg-config to detect OpenSSL (thanks to Michael Schwendt).
2299
2300
2005-06-20
2301
2302
	* src/imap.c: replace embedded null characters with ' ' when parsing
2303
	  block data (fix parse errors when embedded null characters appeared
2304
	  in headers).
2305
	* src/socket.[ch]: modified *_getline() so that it returns the length
2306
	  of string including embedded null characters.
2307
	* src/utils.[ch]: subst_null(): replaces null characters with
2308
	  specified one.
2309
2310
2005-06-20
2311
2312
	* src/textview.c: added "Add to address book" to the context menu
2313
	  (thanks to Tomohiro Masubuchi), and changed "Copy this link" to
2314
	  "Copy this address" when address is clicked.
2315
	* src/addressadd.c: addressadd_selection(): open edit person dialog
2316
	  right after it is added.
2317
2318
2005-06-17
2319
2320
	* src/prefs.h: added macro PACK_SMALL_LABEL().
2321
	* src/inc.c: inc_finished()
2322
	  src/prefs_common.[ch]: added an option to execute command when new
2323
	  messages arrived.
2324
2325
2005-06-16
2326
2327
	* version 2.0.0beta2
2328
2329
2005-06-16
2330
2331
	* src/send_message.c: send_message_local(): check exit status to
2332
	  detect errors.
2333
2334
2005-06-16
2335
2336
	* src/procmsg.c: procmsg_empty_trash(): unset dirty flag after cleared
2337
	  cache/mark files (fixed wrong unread count of trash folders).
2338
2339
2005-06-15
2340
2341
	* src/summaryview.[ch]
2342
	  src/mainwindow.c: added 'Tools/Filter junk mails in folder' and
2343
	  'Tools/Filter junk mails in selected messages'.
2344
2345
2005-06-15
2346
2347
	* src/compose.c: made 'File/Insert signature' replace current
2348
	  signature, or add it to the bottom.
2349
2350
2005-06-14
2351
2352
	* src/textview.c: fixed slightly wrong scroll position when the
2353
	  displayed message changed.
2354
2355
2005-06-14
2356
2357
	* src/compose.c: scroll the view to the cursor position after paste.
2358
2359
2005-06-14
2360
2361
	* src/compose.c: don't scroll when view is created.
2362
	  compose_input_cb(): set cursor to the top when the text is replaced.
2363
2364
2005-06-14
2365
2366
	* src/compose.c: scroll the view to the cursor position after
2367
	  inserting signatures or files.
2368
2369
2005-06-14
2370
2371
	* src/mh.c: mh_remove_msg(): fixed a bug that unintentionally set
2372
	  FolderItem::last_num to 0 (which caused wrong unread number
2373
	  display).
2374
2375
2005-06-14
2376
2377
	* src/summaryview.c: summary_set_colorlabel(): fixed a bug that the
2378
	  change of color labels was not saved.
2379
2380
2005-06-13
2381
2382
	* src/prefs_common.[ch]
2383
	  src/inc.c: integrated junk filter setting into common prefs.
2384
	* src/filter.[ch]: added filter_rule_list_free().
2385
2386
2005-06-13
2387
2388
	* src/summaryview.c: include currently selected row on flag search
2389
	  if message view is visible but the row is not displayed.
2390
2391
2005-06-13
2392
2393
	* src/imap.c: reacquire CAPABILITY after STARTTLS since it can be
2394
	  changed (thanks to Tomasz).
2395
2396
2005-06-10
2397
2398
	* replaced every strcasecmp/g_strcasecmp with g_ascii_strcasecmp,
2399
	  and strncasecmp/g_strncasecmp with g_ascii_strncasecmp
2400
	  (fixes Turkish locale problem) (thanks to Doruk Fisek).
2401
2402
2005-06-10
2403
2404
	* src/prefs.h
2405
	  src/prefs_common.c: unified some frames and checkboxes.
2406
2407
2005-06-10
2408
2409
	* src/summaryview.c: summary_modify_node(): really fixed the crash
2410
	  bug (referred freed memory on sorting).
2411
2412
2005-06-10
2413
2414
	* src/summaryview.c: flush events before scrolling to selected.
2415
2416
2005-06-10
2417
2418
	* src/summaryview.c: fixed possible crash (take 2).
2419
2420
2005-06-10
2421
2422
	* src/summaryview.c: fixed possible crash when sorted by
2423
	  From/To/Subject.
2424
2425
2005-06-09
2426
2427
	* version 2.0.0beta1
2428
2429
2005-06-09
2430
2431
	* src/gtkutils.[ch]: added gtkut_tree_view_scroll_to_cell().
2432
	  Removed ununsed CTree functions.
2433
	* src/summaryview.c: fixed scroll positon problem after some
2434
	  operations.
2435
2436
2005-06-08
2437
2438
	* src/inc.c
2439
	  src/send_message.c
2440
	  src/progressdialog.[ch]: reimplemented progress dialog with
2441
	  GtkTreeView. Added some APIs.
2442
2443
2005-06-08
2444
2445
	* sylpheed.spec.in: modified for the latest RPM (thanks to Paul
2446
	  Dickson).
2447
2448
2005-06-08
2449
2450
	* src/account.c
2451
	  src/prefs_filter.c: made some buttons stock button.
2452
2453
2005-06-08
2454
2455
	* src/summaryview.c: summary_tree_view_create(): disabled typeahead
2456
	  find.
2457
2458
2005-06-07
2459
2460
	* src/compose.c
2461
	  src/main.c
2462
	  src/procmsg.[ch]
2463
	  src/send_message.[ch]
2464
	  src/prefs_common.[ch]
2465
	  src/mainwindow.c: added an option to apply filter rules to sent
2466
	  messages.
2467
2468
2005-06-06
2469
2470
	* src/mimeview.c
2471
	  src/sourcewindow.c: don't use "destroy" signal to destroy objects.
2472
2473
2005-06-06
2474
2475
	* src/compose.c: don't use "destroy" signal to destroy Compose object
2476
	  (fix rare crashes on discard?).
2477
2478
2005-06-06
2479
2480
	* src/summaryview.c:
2481
	  summary_attract_by_subject()
2482
	  summary_sort(): clear selection list when the order of the list is
2483
	  changed.
2484
2485
2005-06-06
2486
2487
	* src/summaryview.c: summary_remove_invalid_messages(): fixed a bug
2488
	  that it took time at O(n^2) order if all messages were selected
2489
	  and then they were removed.
2490
2491
2005-06-06
2492
2493
	* src/compose.c
2494
	  src/messageview.c
2495
	  src/prefs_common.c
2496
	  src/mainwindow.c: added Hebrew encodings.
2497
2498
2005-06-06
2499
2500
	* src/codeconv.[ch]: always enabled Japanese auto-detection if the
2501
	  first letters of locale string is "ja".
2502
2503
2005-06-03
2504
2505
	* src/compose.c
2506
	  src/summaryview.[ch]
2507
	  src/folderview.c: improved the DnD. Don't copy files on
2508
	  summary-to-folder drag, and set mime type to message/rfc822 on
2509
	  summary-to-compose drag.
2510
2511
2005-06-03
2512
2513
	* src/prefs_common.c: prefs_junk_create(): modified the description.
2514
2515
2005-06-03
2516
2517
	* src/summaryview.c: summary_junk_func(), summary_junk(): allow
2518
	  empty junk folder.
2519
2520
2005-06-02
2521
2522
	* src/prefs_common.c: prefs_font_select(): select current font
2523
	  when opening the dialog.
2524
2525
2005-06-02
2526
2527
	* src/prefs_common.[ch]
2528
	  src/mainwindow.[ch]
2529
	  src/summaryview.[ch]: added a feature for junk mail control.
2530
2531
2005-06-01
2532
2533
	* src/summaryview.c: summary_msgid_table_create_func(): ignore invalid
2534
	  or deleted messages.
2535
2536
2005-06-01
2537
2538
	* src/textview.c:
2539
	  textview_search_string()
2540
	  textview_search_string_backward(): improved sequential searches.
2541
2542
2005-06-01
2543
2544
	* src/summaryview.c: don't include the current message for
2545
	  "View/Go to/(Prev|Next) (unread|new) message".
2546
2547
2005-05-31
2548
2549
	* src/imap.c: imap_scan_tree_recursive(): disabled scanning of folders
2550
	  because the STATUS command costs much.
2551
2552
2005-05-31
2553
2554
	* src/summaryview.c: summary_show(): fixed a bug that caused crash
2555
	  if FolderView::selected is NULL (thanks to Yann Grossel).
2556
	* src/folderview.[ch]: folderview_set_opened_item(): new.
2557
2558
2005-05-30
2559
2560
	* src/manage_window.c: manage_window_focus_out(): don't reset
2561
	  focus_window on focus-out event.
2562
	* src/inc.c
2563
	  src/send_message.c: call manage_window_destroy() to reset
2564
	  focus_window before destruction of window.
2565
2566
2005-05-30
2567
2568
	* src/alertpanel.c: don't let message label take focus.
2569
	* src/headerview.c: don't let header labels take focus.
2570
2571
2005-05-30
2572
2573
	* src/summaryview.[ch]: optimized getting the selection list.
2574
	  Set cache as dirty when reordered to remember the current order.
2575
2576
2005-05-29
2577
2578
	* version 1.9.12
2579
2580
2005-05-27
2581
2582
	* src/compose.c: compose_entries_set(): don't interpret Bcc header
2583
	  field (conform to RFC 2368).
2584
2585
2005-05-27
2586
2587
	* src/mh.c
2588
	  src/compose.c
2589
	  src/folder.[ch]
2590
	  src/imap.c
2591
	  src/procmsg.c
2592
	  src/news.c
2593
	  src/summaryview.c: added FolderItem::mark_dirty flag to determine
2594
	  if mark file really needs to be updated.
2595
	  Write mark file only if cache_dirty or mark_dirty flag is set.
2596
2597
2005-05-27
2598
2599
	* src/imap.c: don't destroy the previous Session object when
2600
	  reconnecting (fixed crash when reconnection happened while scanning
2601
	  tree).
2602
	  imap_cmd_search(): fixed a bug that only the first response was
2603
	  recognized (thanks to Hanno Meyer-Thurow).
2604
	* src/procmsg.h: added MSG_IS_SIGNED() macro.
2605
2606
2005-05-26
2607
2608
	* src/main.c: app_will_exit(): cleanup tmp directory when exit.
2609
	* src/mimeview.c: fixed DnD of non-ascii filename.
2610
	* src/utils.[ch]: encode_uri(): new.
2611
	* src/summaryview.[ch]: use subject as the filename of droppend
2612
	  messages. Added .eml as the extension.
2613
2614
2005-05-25
2615
2616
	* src/textview.c: textview_write_link(): also skip non-ascii space
2617
	  at the head of link strings (phishing check didn't work at the case).
2618
2619
2005-05-25
2620
2621
	* src/utils.c: get_command_output(): use g_spawn_command_line_sync()
2622
	  instead of popen().
2623
2624
2005-05-25
2625
2626
	* src/send_message.c: send_message_local(): use GSpawn, and detect
2627
	  errors.
2628
2629
2005-05-25
2630
2631
	* src/message_search.c: removed Clear button.
2632
2633
2005-05-24
2634
2635
	* src/folder.[ch]: added FolderItem::cache_dirty flag to determine
2636
	  if cache file really needs to be updated.
2637
	* src/mh.c
2638
	  src/imap.c
2639
	  src/procmsg.c
2640
	  src/news.c: set cache_dirty flag if folder contents differ from
2641
	  the cache file.
2642
	* src/summaryview.c: set cache_dirty flag if folder contents changed.
2643
	  Write cache file only if cache_dirty flag is set.
2644
2645
2005-05-24
2646
2647
	* src/compose.c: disable attach toggle button for now.
2648
2649
2005-05-24
2650
2651
	* src/compose.[ch]: added a toggle button for the attachment pane.
2652
2653
2005-05-24
2654
2655
	* src/compose.[ch]: reimplemented the attachment list with
2656
	  GtkTreeView. Fixed attaching of locale filename.
2657
	* src/utils.c: uri_list_extract_filenames(): properly parse URI.
2658
2659
2005-05-24
2660
2661
	* src/gtkutils.c: fixed compilation failure with GTK 2.4.
2662
2663
2005-05-23
2664
2665
	* src/summaryview.[ch]: enabled DnD to external apps.
2666
2667
2005-05-23
2668
2669
	* src/compose.[ch]: added PGP Sign/Encrypt check button on the compose
2670
	  window.
2671
2672
2005-05-23
2673
2674
	* src/summaryview.c: summary_step(): don't use "move-cursor" signal
2675
	  to move cursor.
2676
2677
2005-05-23
2678
2679
	* src/gtksctree.[ch]: removed.
2680
	* src/gtkutils.c: added missing include, and removed GtkSCTree init.
2681
2682
2005-05-23
2683
2684
	* src/textview.c
2685
	  src/mimeview.[ch]
2686
	  src/summaryview.c
2687
	  src/mainwindow.c: reimplemented MimeView with GtkTreeView.
2688
2689
2005-05-20
2690
2691
	* src/summaryview.c: summary_show(): fixed the selection state on
2692
	  refresh.
2693
2694
2005-05-20
2695
2696
	* src/summaryview.c: summaryview_clear_list(): set the value of
2697
	  vadjustment to 0.0 so that the "value-changed" signal is always
2698
	  emitted (fixes the scroll problem on refresh).
2699
2700
2005-05-19
2701
2702
	* src/message_search.c: improved the interface and made code cleanup.
2703
2704
2005-05-19
2705
2706
	* src/summary_search.c: improved the interface and made code cleanup.
2707
2708
2005-05-19
2709
2710
	* src/summaryview.c: summary_show(): fixed a problem that no message
2711
	  was selected after processing left marks.
2712
2713
2005-05-19
2714
2715
	* src/textview.[ch]
2716
	  src/prefs_common.[ch]
2717
	  src/mainwindow.c: added an option to toggle cursor in message view
2718
	  (thanks to Godwin Stewart).
2719
2720
2005-05-19
2721
2722
	* src/summaryview.c: summary_modify_threads(): block selection_changed
2723
	  callback while modifying threads so that the toolbar doesn't
2724
	  become insensitive unexpectedly.
2725
2726
2005-05-18
2727
2728
	* src/summaryview.c: set minimum column width.
2729
	  src/folderview.c: set minimum column width. Remember every column
2730
	  width.
2731
2732
2005-05-18
2733
2734
	* src/summaryview.c: display next messages after deleting when
2735
	  immediate_exec is enabled.
2736
2737
2005-05-17
2738
2739
	* version 1.9.11
2740
2741
2005-05-17
2742
2743
	* src/summaryview.c: summary_remove_invalid_messages(): adjusted
2744
	  selection and message display on execution.
2745
	  summary_get_modified_node(): fixed an order problem.
2746
2747
2005-05-17
2748
2749
	* src/summaryview.c: summary_row_expanded(): made a workaround for
2750
	  last-row expand problem.
2751
2752
2005-05-16
2753
2754
	* src/summaryview.c: summary_selection_changed(): forgot to unset
2755
	  SummaryView::selected on empty selection.
2756
2757
2005-05-16
2758
2759
	* src/summaryview.c: fixed selection problem after execution.
2760
	* src/gtkutils.c: gtkut_tree_model_find_by_column_data(): also compare
2761
	  start node.
2762
2763
2005-05-15
2764
2765
	* src/summaryview.c: summary_button_pressed(): fixed a bug that
2766
	  prohibited column resize.
2767
2768
2005-05-15
2769
2770
	* src/summaryview.c: summary_key_pressed(): fixed a bug that Return,
2771
	  Space and Delete key are ignored when multiple messages were
2772
	  selected.
2773
	* src/headerview.c: added missing gtk/gtkimage.h include.
2774
2775
2005-05-13
2776
2777
	* version 1.9.10
2778
2779
2005-05-13
2780
2781
	* src/prefs_common.[ch]
2782
	  src/summaryview.c: made rules hint configurable. Removed debug code.
2783
	* src/gtkutils.c: gtkut_tree_row_reference_equal(): return FALSE if
2784
	  one of the reference is invalid.
2785
2786
2005-05-13
2787
2788
	* src/summaryview.c: don't open selected messages on 'View/Go to'
2789
	  if the message view is hidden.
2790
2791
2005-05-13
2792
2793
	* src/summaryview.c: modified the handling of middle-click and
2794
	  double-click.
2795
2796
2005-05-13
2797
2798
	* src/summaryview.c: adjusted the width of icon-titled columns.
2799
2800
2005-05-12
2801
2802
	* src/summaryview.c: summary_attract_by_subject()
2803
	  src/mainwindow.c: main_window_set_menu_sensitive(): disable 'Attract
2804
	  by subject' if sorted.
2805
2806
2005-05-12
2807
2808
	* src/summaryview.c: summary_attract_by_subject(): optimized using
2809
	  gtk_tree_store_reorder() (gtk_tree_store_move_after() is too slow).
2810
2811
2005-05-12
2812
2813
	* src/summaryview.c: display collapsed rows which have unread children
2814
	  as bold.
2815
2816
2005-05-11
2817
2818
	* src/summaryview.c: summary_have_unread_children(): implemented.
2819
	  summary_row_expanded(): expand all children.
2820
	  summary_thread_build(): added missing g_hash_table_destroy().
2821
2822
2005-05-11
2823
2824
	* src/summaryview.c
2825
	  src/mainwindow.c: summary_thread_build(): implemented.
2826
2827
2005-05-11
2828
2829
	* src/utils.c: remove_dir_recursive(): fixed operation failure if
2830
	  current directory is inside one which is to be removed.
2831
	* src/summaryview.c: summary_unthread(): implemented.
2832
	* src/folderview.c: fixed crash when FolderView::selected became
2833
	  invalid. Unset it if selection becomes empty.
2834
	* src/defs.h: changed DEFAULT_MESSAHE_FONT from "Sans 14" to
2835
	  "Monospace 12".
2836
2837
2005-05-10
2838
2839
	* src/summaryview.c: summary_select_thread(): implemented.
2840
2841
2005-05-10
2842
2843
	* src/summary_search.c: reimplemented summary search.
2844
2845
2005-05-10
2846
2847
	* src/summaryview.c:
2848
	  summary_show(): display selected message if always_show_msg is set.
2849
	  summary_button_pressed(): fixed the handling of modifier key.
2850
	  summary_selection_changed(): clear message view if not single
2851
	  selection.
2852
2853
2005-05-10
2854
2855
	* src/summaryview.c
2856
	  src/gtkutils.[ch]: fixed compilation failure on GTK+ 2.4
2857
	  (GTK+ 2.4 doesn't provide the way to unset the sort setting).
2858
2859
2005-05-09
2860
2861
	* src/editjpilot.c
2862
	  src/editldap_basedn.c
2863
	  src/editldap.c: added missing includes.
2864
2865
2005-05-09
2866
2867
	* src/compose.c
2868
	  src/inc.c
2869
	  src/addressbook.c
2870
	  src/textview.c
2871
	  src/messageview.c
2872
	  src/editbook.c
2873
	  src/editgroup.c
2874
	  src/importldif.c
2875
	  src/foldersel.c
2876
	  src/mimeview.c
2877
	  src/message_search.c
2878
	  src/main.c
2879
	  src/inputdialog.c
2880
	  src/editaddress.c
2881
	  src/addressadd.c
2882
	  src/import.c
2883
	  src/about.c
2884
	  src/mainwindow.c
2885
	  src/editvcard.c: added missing includes.
2886
	* src/gtkutils.[ch]: added utility functions for GtkTreeView.
2887
	* src/stock_pixmap.[ch]: stock_pixbuf_widget(): new.
2888
	* src/folderview.c: modified for column sizing.
2889
	* src/summaryview.[ch]
2890
	  src/prefs_summary_column.c: reimplemented with GtkTreeView
2891
	  (some features are not completed yet).
2892
2893
2005-05-06
2894
2895
	* src/socket.c: sock_connect_address_list_async(): only watch
2896
	  G_IO_OUT to prevent a rare connection problem (thanks to Thorsten
2897
	  Maerz).
2898
2899
2005-05-02
2900
2901
	* src/prefs_filter_edit.c: prefs_filter_edit_set_cond_hbox_widgets():
2902
	  display unit on AGE condition.
2903
2904
2005-04-27
2905
2906
	* src/imageview.c: imageview_get_resized_pixbuf(): don't scale images
2907
	  if not required (just increase ref count).
2908
2909
2005-04-27
2910
2911
	* src/mainwindow.c: main_window_create(): disable no longer required
2912
	  workaround for resize grip on GTK+ 2.6.
2913
2914
2005-04-22
2915
2916
	* src/imap.c: imap_auth(): prefer CRAM-MD5 if authentication type is
2917
	  automatic. Don't use LOGIN if CAPABILITY has LOGINDISABLED.
2918
2919
2005-04-22
2920
2921
	* src/folderview.c: folderview_selection_changed(): flush widget to
2922
	  reflect selection change before showing summary.
2923
2924
2005-04-22
2925
2926
	* sylpheed.desktop: changed the encoding to UTF-8 (thanks to Daichi
2927
	  Kawahata).
2928
2929
2005-04-22
2930
2931
	* src/folderview.c:
2932
	  folderview_rescan_tree()
2933
	  folderview_check_new(): refresh widgets before processing.
2934
2935
2005-04-20
2936
2937
	* src/gtkutils.[ch]: gtkut_widget_draw_now(): use
2938
	  gdk_window_process_updates() to force update of widgets.
2939
	  Removed gtkut_widget_wait_for_draw() which had a big overhead
2940
	  because of waiting for all events processed.
2941
	* src/statusbar.c
2942
	  src/summaryview.c
2943
	  src/setup.c
2944
	  src/folderview.c
2945
	  src/mainwindow.c: use gtkut_widget_draw_now(). Improved performance
2946
	  of the update of statusbar.
2947
2948
2005-04-20
2949
2950
	* src/textview.c: textview_smooth_scroll_do(): redraw it after scroll
2951
	  is done (fixed incorrect display when a part of the view is hidden).
2952
2953
2005-04-19
2954
2955
	* version 1.9.9
2956
2957
2005-04-19
2958
2959
	* sylpheed.desktop: added French translation (thanks to Nicolas Boos).
2960
2961
2005-04-19
2962
2963
	* src/session.[ch]: use separate buffer for large data to be sent,
2964
	  and don't duplicate it (reduces memory usage) (thanks to Dirk).
2965
2966
2005-04-19
2967
2968
	* src/compose.c
2969
	  src/prefs_common.c: removed '/Edit/Advanced' menu which had been
2970
	  provided for old GtkSText, and had interfered with gtk-key-theme
2971
	  configuration.
2972
2973
2005-04-15
2974
2975
	* src/folderview.c: folderview_create(): check GTK version for
2976
	  "ellipsize" property.
2977
2978
2005-04-13
2979
2980
	* src/folderview.c: modified include.
2981
	  folderview_col_resized(): fixed argument type.
2982
2983
2005-04-13
2984
2985
	* src/imap.c: imap_close(): don't do anything if item->path is NULL.
2986
	* src/folderview.c: removed unused GtkStyle.
2987
	  folderview_select_row(): don't expand the row itself.
2988
	  folderview_selection_changed(): fixed a memory leak.
2989
2990
2005-04-13
2991
2992
	* src/rfc2015.c: pgp_sign(): fixed missing brackets. Check if
2993
	  result->signatures is not NULL (fix crashes when ~/.gnupg doesn't
2994
	  exist).
2995
	* src/sigstatus.c: gpgmegtk_sig_status_to_string(): check if signature
2996
	  is not NULL.
2997
2998
2005-04-12
2999
3000
	* version 1.9.8
3001
3002
2005-04-12
3003
3004
	* src/folderview.c
3005
	  src/gtkutils.[ch]: remember the column width, and restored Search
3006
	  menu.
3007
3008
2005-04-12
3009
3010
	* src/compose.c
3011
	  src/messageview.c
3012
	  src/codeconv.[ch]
3013
	  src/prefs_common.c
3014
	  src/mainwindow.c: support GBK encoding. Fallback to GBK if "X-GBK"
3015
	  is passed (thanks to SuperMMX).
3016
3017
2005-04-12
3018
3019
	* src/compose.c: compose_write_to_file(): don't encode clearsigned
3020
	  text.
3021
3022
2005-04-11
3023
3024
	* src/action.c: catch_output(): correctly select the insert text
3025
	  (fix invalid iterator warnings).
3026
3027
2005-04-11
3028
3029
	* src/gtkutils.[ch]
3030
	  src/folderview.[ch]: implemented message-to-folder DnD.
3031
	  Auto-expand and auto-scroll are also implemented.
3032
3033
2005-04-08
3034
3035
	* src/folderview.c: folderview_check_new(): fixed infinite loop bug.
3036
	  folderview_new_news_group_cb(): fixed crash bug when subscribing.
3037
	* src/summaryview.c: summary_show(): update FolderView::opened before
3038
	  folderview_update_opened_msg_num() is called.
3039
3040
2005-04-07
3041
3042
	* src/folderview.c: folderview_selection_changed(): don't let
3043
	  GtkTreeView::gtk_tree_view_button_press() grab focus after opening
3044
	  a folder by button press.
3045
3046
2005-04-07
3047
3048
	* src/folderview.[ch]: reimplemented folder view with GtkTreeView
3049
	  (DnD is not implemented yet).
3050
	* src/folder.[ch]: folder_item_compare(): compare function to sort
3051
	  FolderItem.
3052
	* src/gtkutils.[ch]:
3053
	  gtkut_tree_model_next()
3054
	  gtkut_tree_model_find_by_column_data()
3055
	  gtkut_tree_view_find_collapsed_parent(): new.
3056
	* src/pixmaps/dir-noselect.xpm
3057
	  src/pixmaps/dir-open.xpm
3058
	  src/pixmaps/dir-close.xpm: removed extra spaces.
3059
3060
2005-04-05
3061
3062
	* src/send_messages.c: send_message_smtp(): consider EOF right after
3063
	  QUIT successful (workaround for Gmail SMTP server).
3064
	* src/socket.c: ssl_read(), ssl_peek(): check EOF which violates the
3065
	  SSL protocol.
3066
	* src/procheader.c: removed an unused variable.
3067
3068
2005-04-01
3069
3070
	* configure.in: changed -traditional-cpp to -no-cpp-precomp for newer
3071
	  Mac OS X support.
3072
3073
2005-03-31
3074
3075
	* src/account.c: reimplemented edit account dialog using GtkTreeView.
3076
3077
2005-03-31
3078
3079
	* src/colorlabel.c: removed warnings when displaying colorlabel menu
3080
	  (don't use GtkAlignment).
3081
	* src/prefs_filter_edit.c: stabilized displaying of widgets.
3082
	* src/gtkutils.[ch]: gtkut_scrolled_window_reset_position(): reset
3083
	  the adjustments to (0, 0).
3084
3085
2005-03-31
3086
3087
	* src/foldersel.c
3088
	  src/prefs_filter.c: made column resize automatically.
3089
3090
2005-03-31
3091
3092
	* src/smtp.c: smtp_auth_plain(): fixed a bug that extra '\0' was
3093
	  included in the auth string and PLAIN authentication failed
3094
	  (thanks to IWAMOTO Kouichi).
3095
3096
2005-03-31
3097
3098
	* src/prefs_filter.c: reimplemented filter prefs dialog using
3099
	  GtkTreeView.
3100
3101
2005-03-29
3102
3103
	* src/compose.c: don't join (presumably) itemized lines on
3104
	  line-wrapping.
3105
3106
2005-03-29
3107
3108
	* version 1.9.7
3109
3110
2005-03-29
3111
3112
	* src/procmsg.c: procmsg_get_thread_tree(): look for indirect parent
3113
	  only the second loop for accurate threading.
3114
	* src/procheader.c: procheader_parse_stream(): made In-Reply-To take
3115
	  priority of References for MsgInfo::inreplyto.
3116
3117
2005-03-28
3118
3119
	* src/utils.[ch]: references_list_prepend(): new.
3120
	* src/procmsg.[ch]
3121
	  src/procheader.c
3122
	  src/summaryview.c: modified the thread creation so that it looks up
3123
	  every message-id in References header if the real parent message is
3124
	  not found (thanks to Alfons).
3125
	* src/defs.h: upped the cache version.
3126
3127
2005-03-28
3128
3129
	* src/foldersel.c: reimplemented folder selection dialog using
3130
	  GtkTreeView (thanks to Alfons).
3131
	* src/stock_pixmap.[ch]: stock_pixbuf_gdk(): new. It generates
3132
	  GdkPixbuf object from xpm.
3133
3134
2005-03-25
3135
3136
	* src/compose.c: compose_parse_header(): ignore empty Reply-To: and
3137
	  Followup-To: header (thanks to Alfons).
3138
3139
2005-03-23
3140
3141
	* src/compose.c:
3142
	  compose_write_to_file()
3143
	  compose_write_headers(): separate header charset and body charset.
3144
	  Fixed the issue that ISO-8859-1 was forced for headers when body
3145
	  is US-ASCII only.
3146
3147
2005-03-23
3148
3149
	* src/codeconv.c: conv_jistoeuc(): fixed buffer overflow when
3150
	  auxiliary Kanji appeared (only affects svn version after
3151
	  2005-03-17).
3152
3153
2005-03-22
3154
3155
	* src/codeconv.[ch]: return error value in every code conversion
3156
	  function.
3157
3158
2005-03-18
3159
3160
	* src/html.[ch]: html_parse(): made return value const.
3161
	* src/textview.c: textview_show_html(): force output of newline.
3162
	* src/procmime.c: procmime_get_text_content(): follow the API change.
3163
3164
2005-03-18
3165
3166
	* src/account.c: account_find_from_message_file(): added missing
3167
	  NULL terminator of the HeaderEntry array which had introduced
3168
	  crash on re-edit (thanks to Michael Schwendt).
3169
3170
2005-03-17
3171
3172
	* src/utils.c: strncpy2(): optimized based on Alfons' code.
3173
3174
2005-03-17
3175
3176
	* src/codeconv.[ch]
3177
	  src/textview.c
3178
	  src/unmime.c
3179
	  src/procheader.c
3180
	  src/sourcewindow.c
3181
	  src/rfc2015.c
3182
	  src/html.c: made every code conversion API allocate new memory.
3183
	  This removes redundant string copy on conversion.
3184
3185
2005-03-16
3186
3187
	* src/prefs_common.[ch]
3188
	  src/textview.c: added an option whether to render HTML as text or
3189
	  not.
3190
3191
2005-03-16
3192
3193
	* src/filesel.c: remember the state of the expander of file save
3194
	  dialog.
3195
3196
2005-03-16
3197
3198
	* src/compose.[ch]: added a menu to temporally change the outgoing
3199
	  encoding. Use UTF-8 also for headers if it is forced for body.
3200
	* src/codeconv.[ch]:
3201
	  conv_get_outgoing_charset_str(): don't use prefs_common setting.
3202
	  conv_encode_header(): added an argument for outgoing encoding.
3203
	* src/prefs_common.c: added separators to outgoing encoding menu.
3204
	* src/messageview.c
3205
	  src/mainwindow.c: changed 'Code set' (which is rather incorrect)
3206
	  in the menu to 'Character encoding'.
3207
3208
2005-03-15
3209
3210
	* version 1.9.6
3211
3212
2005-03-15
3213
3214
	* src/action.c: create_io_dialog(): use user-defined text font
3215
	  (thanks to Alfons), and modified its appearance.
3216
3217
2005-03-15
3218
3219
	* src/compose.c: compose_write_to_file(): fixed a memory leak.
3220
3221
2005-03-14
3222
3223
	* src/compose.c: compose_write_to_file(): do a strict check for code
3224
	  conversion.
3225
	* src/codeconv.[ch]:
3226
	  conv_codeset_strdup_full()
3227
	  conv_iconv_strdup()
3228
	  conv_iconv_strdup_with_cd(): added an argument to return an error
3229
	  value.
3230
3231
2005-03-14
3232
3233
	* src/smtp.[ch]
3234
	  src/prefs_account.c: implemented PLAIN authentication method
3235
	  (thanks to mori).
3236
3237
2005-03-14
3238
3239
	* src/filesel.c:
3240
	  filesel_select_file_full(): remember directories for each operations.
3241
	  filesel_create(): set default response.
3242
	* src/textview.c: textview_key_pressed()
3243
	  src/mimeview.c: mimeview_key_pressed(): move focus to upper view
3244
	  if Esc key is pressed.
3245
	* Thanks to Sergey Pinaev for the above.
3246
3247
2005-03-11
3248
3249
	* src/compose.[ch]: use GtkTextTag for signature replacement to
3250
	  stabilize it.
3251
3252
2005-03-10
3253
3254
	* src/textview.c: implemented 'Save this image as...' in the context
3255
	  menu of inline images.
3256
	* src/procmime.c: procmime_get_part_file_name(): new.
3257
3258
2005-03-10
3259
3260
	* src/mainwindow.c: main_window_set_widgets(): request size first
3261
	  to prevent window size becoming wrong.
3262
	* src/utils.c: debug_print(): use g_print() to output with locale
3263
	  encoding.
3264
3265
2005-03-10
3266
3267
	* src/passphrase.c: partially fixed grab input of passphrase dialog.
3268
	  Confine pointer to window.
3269
3270
2005-03-09
3271
3272
	* src/compose.c: fixed wrapping of quote when auto-wrapping is
3273
	  enabled.
3274
3275
2005-03-09
3276
3277
	* src/mainwindow.c: fixed remembering of the state of the visibility
3278
	  of MessageView.
3279
3280
2005-03-09
3281
3282
	* src/compose.c: compose_attach_cb(): enabled multiple file selection.
3283
	* src/main.c: migrate_old_config(): copy also mime.types.
3284
	* src/filesel.[ch]: filesel_select_files(): returns multiple selected
3285
	  files.
3286
3287
2005-03-08
3288
3289
	* src/imageview.[ch]: imageview_get_resized_pixbuf(): new.
3290
	  src/textview.c: textview_add_part(): follow the setting of
3291
	  prefs_common.resize_image.
3292
	* src/configure.in
3293
	  src/about.c
3294
	  src/mimeview.c: removed enable-gdk-pixbuf option since gdk-pixbuf
3295
	  is now built-in.
3296
3297
2005-03-08
3298
3299
	* src/messageview.[ch]
3300
	  src/mimeview.[ch]: changed the implementation of switching
3301
	  Text/MIME view (enables smooth switching).
3302
3303
2005-03-08
3304
3305
	* src/textview.c: textview_make_clickable_parts(): optimized the
3306
	  URI search (fixes freeze at extremely long lines with many '@').
3307
	* src/gtkutils.[ch]: gtkut_text_buffer_insert_with_tag_by_name():
3308
	  new. Force linebreak of long lines (> 8190 chars) to prevent the
3309
	  slowdown of GtkTextView.
3310
3311
2005-03-07
3312
3313
	* src/mainwindow.c
3314
	  src/mimeview.[ch]: save selected attachments if mimeview has focus
3315
	  when 'File/Save as...' is selected.
3316
	  Made mimeview_save_as() public.
3317
3318
2005-03-07
3319
3320
	* version 1.9.5
3321
3322
2005-03-07
3323
3324
	* src/codeconv.c: conv_unmime_header(): use fixed size of buffer.
3325
	* src/procheader.c: procheader_scan_date_string(): support header
3326
	  like: "[Tue,] 01 Feb 2005 09:57[:00]".
3327
3328
2005-03-04
3329
3330
	* src/unmime.[ch]: use GString for a buffer for header MIME decoding
3331
	  to improve the efficiency.
3332
	* src/codeconv.c: conv_unmime_header(): directly return the return
3333
	  value of unmime_header(). Restrict the buffer size on the stack.
3334
3335
2005-03-04
3336
3337
	* src/codeconv.[ch]: removed conv_unmime_header_overwrite() because
3338
	  it had introduced heap buffer overflow.
3339
	  conv_unmime_header(): modified so that it returns newly-allocated
3340
	  string.
3341
	* src/compose.c: compose_parse_header(): don't use
3342
	  conv_unmime_header_overwrite() which introduced buffer overflow.
3343
	* src/procheader.c
3344
	  src/news.c
3345
	  src/procmime.c: followed the API change.
3346
3347
2005-03-03
3348
3349
	* use Content-Type's charset as a fallback encoding of broken header
3350
	  strings (thanks to Sergey Pinaev).
3351
	* src/textview.c: use Content-Type's charset information and
3352
	  force-charset setting when displaying headers.
3353
	* src/codeconv.c: conv_iconv_strdup(): convert even if src and dest
3354
	  are identical, or dest is US-ASCII.
3355
	  conv_unmime_header(): try to convert with default encoding if
3356
	  string is not ascii.
3357
	* src/procheader.[ch]:
3358
	  procheader_get_header_array()
3359
	  procheader_get_header_array_asis(): added an argument for default
3360
	  encoding.
3361
	  procheader_parse_stream(): use Content-Type's charset information.
3362
	* src/procmime.[ch]: added procmime_scan_content_type_str() which
3363
	  returns parameters of Content-Type header.
3364
	* src/unmime.[ch]: removed unused function prototype.
3365
3366
2005-03-02
3367
3368
	* version 1.9.4
3369
3370
2005-03-02
3371
3372
	* src/compose.c: compose_destroy(): destroy paned only if it's not
3373
	  attached to window. Fixed memory leak of popup menu.
3374
3375
2005-03-02
3376
3377
	* src/sigstatus.c: modified the popup dialog. Fixed warning when
3378
	  pressing escape key. Fixed indentation of the source.
3379
3380
2005-03-02
3381
3382
	* src/main.c: removed redundant code.
3383
	* configure.in: removed redundant PKG_CHECK_MODULES.
3384
	  use PKG_CONFIG instead of GLIB_CONFIG which is no longer available
3385
	  (fixes LDAP compilation).
3386
3387
2005-03-01
3388
3389
	* configure.in: check for GLib/GTK version (>= 2.4.0).
3390
3391
2005-03-01
3392
3393
	* src/gtkutils.[ch]: removed non-used code.
3394
3395
2005-03-01
3396
3397
	* src/mimeview.[ch]: display action buttons when attached files are
3398
	  selected.
3399
	  Fixed the handling of key press and popup menu.
3400
	  Fixed redraw problem of widget pane.
3401
	* src/summaryview.[ch]: minor code cleanup.
3402
	* src/mainwindow.c: prev_cb(), next_cb(): handle mimeview if it has
3403
	  focus.
3404
	* src/filesel.c: change current directory before creating dialog
3405
	  (fixed performance problem on folders with large number of
3406
	  message).
3407
	* src/textview.[ch]: removed unused functions.
3408
3409
2005-03-01
3410
3411
	* ac/check-type.m4
3412
	  ac/gnupg-check-typedef.m4: fixed a warning of the newer automake
3413
	  (thanks to Daichi Kawahata).
3414
3415
2005-02-28
3416
3417
	* src/compose.c: compose_parse_header(): generate References: from
3418
	  In-Reply-To: even if the parent message doesn't have Message-Id:
3419
	  (thanks to mori).
3420
3421
2005-02-28
3422
3423
	* src/procheader.[ch]: fixed the argument type of buffer length
3424
	  (thanks to Alfons).
3425
3426
2005-02-27
3427
3428
	* src/socket.c: sock_add_watch(): fixed a bug that g_io_add_watch()
3429
	  was called even on SSL connection. It has introduced random bugs.
3430
3431
2005-02-25
3432
3433
	* src/messageview.c: messageview_select_all(), reply_cb(): fixed
3434
	  selection bugs.
3435
3436
2005-02-25
3437
3438
	* src/compose.c
3439
	  src/textview.c
3440
	  src/quote_fmt_parse.y: follow the API changes.
3441
	* src/procmsg.c: procmsg_print_message(): output text with locale
3442
	  encoding.
3443
	* src/procmime.[ch]:
3444
	  procmime_get_text_content()
3445
	  procmime_get_first_text_content(): added an argument for dest
3446
	  encoding.
3447
	* src/codeconv.[ch]: conv_code_converter_new(): added an argument for
3448
	  dest encoding.
3449
	* src/html.c: removed broken locale specific entity reference
3450
	  conversion.
3451
3452
2005-02-25
3453
3454
	* src/compose.c
3455
	  src/messageview.c
3456
	  src/mimeview.c
3457
	  src/export.c
3458
	  src/summaryview.c
3459
	  src/import.c
3460
	  src/filesel.[ch]: replaced GtkFileSelection with
3461
	  GtkFileChooserDialog.
3462
	  Added filesel_save_as().
3463
3464
2005-02-24
3465
3466
	* src/alertpanel.c: modified its design to fit other GTK2 apps.
3467
3468
2005-02-24
3469
3470
	* src/progressdialog.c
3471
	  src/inc.c: inc_progress_dialog_create(): modified ProgressDialog
3472
	  to use GtkDialog.
3473
3474
2005-02-24
3475
3476
	* src/compose.c: compose_write_attach(): force transfer encoding to
3477
	  protect trailing spaces for PGP signing.
3478
3479
2005-02-23
3480
3481
	* src/gtkutils.[ch]: removed unused functions.
3482
	  gtkut_text_buffer_match_string()
3483
	  gtkut_text_buffer_find(): changed the API to use iterator.
3484
	  gtkut_text_buffer_find_backward(): new.
3485
	* src/textview.c:
3486
	  textview_search_string()
3487
	  textview_search_string_backward(): use new API.
3488
3489
2005-02-23
3490
3491
	* src/logwindow.c
3492
	  src/prefs_common.[ch]: re-enabled the line number limit, and made
3493
	  the value configurable.
3494
3495
2005-02-22
3496
3497
	* src/codeconv.c:
3498
	  conv_anytodisp(): check if converted string is valid UTF-8.
3499
	  conv_localetodisp(): convert to valid UTF-8 if conv_iconv_strdup()
3500
	  failed.
3501
	  conv_unmime_header_overwrite()
3502
	  conv_unmime_header(): try to convert unencoded strings using locale
3503
	  encoding (thanks to Egor Yu. Shkerin and Oliver Lehmann).
3504
3505
2005-02-21
3506
3507
	* version 1.9.3
3508
3509
2005-02-21
3510
3511
	* src/compose.c:
3512
	  compose_join_next_line(): consider tab width. Keep cursor position
3513
	  as much as possible.
3514
	  compose_wrap_paragraph(): remove trailing spaces on wrapping.
3515
	  compose_insert_sig(): don't select text when placing cursor.
3516
	  compose_insert_file(): disable autowrap while inserting text.
3517
	  compose_undo_cb()
3518
	  compose_redo_cb(): disable autowrap while performing undo/redo.
3519
3520
2005-02-21
3521
3522
	* src/summaryview.c: summary_ctree_create(): changed indent size to
3523
	  12.
3524
3525
2005-02-18
3526
3527
	* src/textview.c: added 'Copy this link' to the context menu
3528
	  (thanks to Hiroyuki Ikezoe).
3529
	* po/Makefile.in.in: added checks and statistics display option to
3530
	  msgfmt command.
3531
3532
2005-02-18
3533
3534
	* src/compose.c: compose_join_next_line(): removed extra spaces
3535
	  between the next line.
3536
3537
2005-02-18
3538
3539
	* src/compose.c: compose_wrap_paragraph(): comply with 'Wrap
3540
	  quotation' setting.
3541
3542
2005-02-18
3543
3544
	* src/textview.c: fixed glitches of underlined URI in textview
3545
	  (thanks to Alfons).
3546
3547
2005-02-18
3548
3549
	* src/compose.c: compose_join_next_line(): don't use
3550
	  gtk_text_buffer_backspace() which is gtk-2.6 only API.
3551
3552
2005-02-17
3553
3554
	* src/compose.c: implemented new line-wrapping routine. Enables full
3555
	  i18n support and proper line-breaking.
3556
	* src/utils.[ch]: get_uri_len(): returns URI length.
3557
3558
2005-02-16
3559
3560
	* src/procmime.c: procmime_get_tmp_file_name(): convert filename
3561
	  to filesystem encoding.
3562
3563
2005-02-14
3564
3565
	* src/intl.h: removed.
3566
3567
2005-02-10
3568
3569
	* src/compose.c: compose_write_file(): force transfer encoding to
3570
	  protect trailing spaces for PGP signing (fixes incompatibility
3571
	  between gnupg 1.2 and 1.4) (thanks to Thorsten Maerz).
3572
3573
2005-02-10
3574
3575
	* src/compose.c
3576
	  src/sourcewindow.c: automatically show horizontal scroll bar.
3577
3578
2005-02-09
3579
3580
	* version 1.9.2
3581
3582
2005-02-09
3583
3584
	* src/textview.c: implemented better hypertext processing (pointing
3585
	  a link shows its URI and single-clicking it follows the link).
3586
3587
2005-02-08
3588
3589
	* src/codeconv.[ch]
3590
	  conv_filename_from_utf8()
3591
	  conv_filename_to_utf8(): new. They always returns non-NULL strings.
3592
	* src/filesel.c
3593
	  src/summaryview.c: fixed non-UTF8 filename handling of the file
3594
	  selection dialog (thanks to Sergey Pinaev).
3595
	* src/compose.c: compose_attach_cb(): fixed attaching of files with
3596
	  non-UTF8 names (thanks to Sergey Pinaev).
3597
3598
2005-02-08
3599
3600
	* src/prefs_filter.c: use stock buttons.
3601
3602
2005-02-08
3603
3604
	* src/procmime.[ch]
3605
	  src/textview.c
3606
	  src/prefs_common.c: implemented inline image display.
3607
3608
2005-02-07
3609
3610
	* src/gtkutils.c: gtkut_window_popup()
3611
	  src/about.c: about_show(): use gtk_window_present() to popup
3612
	  window.
3613
3614
2005-02-07
3615
3616
	* src/*.c: replaced intl.h with glib/gi18n.h (thanks to Yoichi Imai).
3617
	* configure.in
3618
	  Makefile.am
3619
	  po/Makefile.in.in: use AM_GLIB_GNU_GETTEXT. Removed intl/.
3620
3621
2005-02-04
3622
3623
	* src/action.c: execute_actions(): don't include header part in
3624
	  message text.
3625
3626
2005-02-04
3627
3628
	* src/textview.c
3629
	  src/gtkutils.[ch]: reimplemented message text search.
3630
3631
2005-02-04
3632
3633
	* src/gtkutils.[ch]: gtkut_widget_set_small_font_size(): new.
3634
	* src/prefs_account.c
3635
	  src/prefs_common.c: made the font size of supplementary
3636
	  explanations smaller, and enabled line wrap.
3637
3638
2005-02-03
3639
3640
	* version 1.9.1
3641
3642
2005-02-03
3643
3644
	* src/compose.c: compose_create(): use normal API for setting font.
3645
3646
2005-02-02
3647
3648
	* src/main.c: parse_cmd_opt(): convert help message to locale
3649
	  encoding.
3650
3651
2005-02-02
3652
3653
	* src/compose.c:
3654
	  GET_CHAR(): speed up by using gtk_text_iter_get_char().
3655
	  get_indent_length(): use GtkTextIter for the loop.
3656
3657
2005-02-02
3658
3659
	* src/compose.c:
3660
	  text_inserted(): revalidate iterator so as not to invalidate it
3661
	  after gtk_text_buffer_insert() while enabling auto wrapping.
3662
	  Do paste-as-quotation directly inside compose_paste_as_quote_cb().
3663
3664
2005-02-01
3665
3666
	* version 1.9.0
3667
3668
2005-01-31
3669
3670
	* src/codeconv.c: conv_utf8todisp(): replace every 8bit character
3671
	  if the source string is not a valid UTF-8.
3672
3673
2005-01-31
3674
3675
	* src/defs.h: use original ".sylpheed_cache" for CACHE_FILE.
3676
	  changed CACHE_VERSION to 0x20.
3677
3678
2005-01-31
3679
3680
	* src/rfc2015.c: sig_status_full(): convert string returned by
3681
	  strftime() (which is locale encoding) to UTF-8.
3682
3683
2005-01-31
3684
3685
	* configure.in
3686
	  src/textview.c
3687
	  src/passphrase.[ch]
3688
	  src/mimeview.c
3689
	  src/main.c
3690
	  src/select-keys.[ch]
3691
	  src/rfc2015.[ch]
3692
	  src/sigstatus.[ch]: ported to gpgme-1.0 (thanks to Toshio Kuratomi).
3693
3694
2005-01-28
3695
3696
	* src/template.c: template_write_config(): fixed a memory leak.
3697
3698
2005-01-28
3699
3700
	* src/compose.c: removed redundant code for Ctrl-Enter handling
3701
	  (not required for GTK2).
3702
3703
2005-01-27
3704
3705
	* src/prefs_actions.c
3706
	  src/prefs_template.c
3707
	  src/summary_search.c
3708
	  src/message_search.c
3709
	  src/folderview.c
3710
	  src/prefs_customheader.c
3711
	  src/prefs_filter.c: use GTK stock button for alertpanel.
3712
3713
2005-01-27
3714
3715
	* src/codeconv.c: conv_utf8toeuc(), conv_utf8tojis(): added to
3716
	  prevent character corruption on conversion.
3717
3718
2005-01-26
3719
3720
	* src/stock_pixmap.[ch]
3721
	  src/pixmaps/stock_add_16.xpm
3722
	  src/pixmaps/stock_remove_16.xpm: removed two pixmaps.
3723
	* src/prefs_filter_edit.c: use GTK stock icon for add and remove
3724
	  button.
3725
3726
2005-01-26
3727
3728
	* src/alertpanel.c: use smaller size for title font.
3729
3730
2005-01-26
3731
3732
	* src/codeconv.[ch]: made encoding-specific functions static, and
3733
	  removed redundant code.
3734
3735
2005-01-26
3736
3737
	* src/procmime.c:
3738
	  procmime_scan_content_type()
3739
	  procmime_scan_content_disposition(): removed raw ISO-2022-JP to
3740
	  EUC-JP conversion.
3741
	* src/jpilot.c: use conv_codeset_strdup() instead of
3742
	  conv_sjistodisp().
3743
3744
2005-01-26
3745
3746
	* src/compose.c
3747
	  src/folder.c
3748
	  src/prefs.c
3749
	  src/codeconv.[ch]
3750
	  src/imap.c
3751
	  src/xml.c
3752
	  src/addrbook.c
3753
	  src/addrindex.c: added constant C_INTERNAL and CS_INTERNAL which
3754
	  replace conv_get_internal_charset_str().
3755
3756
2005-01-25
3757
3758
	* src/inc.c: inc_finished(): removed warning when updating a
3759
	  folder item while no folder is selected.
3760
3761
2005-01-25
3762
3763
	* src/gtkutils.[ch]: gtkut_get_default_font_desc(): returns default
3764
	  font_desc.
3765
	* src/prefs_common.[ch]
3766
	  src/defs.h: removed unused font configs.
3767
	* src/textview.c: use default font for headers.
3768
	* src/headerview.c
3769
	  src/folderview.c: generate bold font from normal font.
3770
	* src/summaryview.c: generate bold and small font from normal font.
3771
3772
2005-01-24
3773
3774
	* src/alertpanel.c: alertpanel_create(): generate title font from
3775
	  normal font.
3776
3777
2005-01-24
3778
3779
	* src/pop.c: pop3_get_uidl_table(): removed the old code for
3780
	  migration.
3781
	* src/main.c: migrate_old_config(): also migrate sylpheedrc, and
3782
	  check the existence of source files.
3783
	* src/prefs_common.c: changed the font setting name for migration.
3784
	* src/defs.h: added UIDL_DIR, and changed the default font.
3785
3786
2005-01-24
3787
3788
	* src/compose.c
3789
	  src/addressbook.c
3790
	  src/messageview.c
3791
	  src/mimeview.c
3792
	  src/select-keys.c
3793
	  src/sigstatus.c: use GTK stock button for button set.
3794
	* src/passphrase.c: improved the passphrase dialog.
3795
3796
2005-01-24
3797
3798
	* src/alertpanel.c: use GTK stock icon instead of pixmap.
3799
	* src/pixmaps/stock_dialog_*_48.xpm: removed.
3800
3801
2005-01-24
3802
3803
	* src/grouplistdialog.c: replaced fnmatch() with g_pattern_match_*().
3804
3805
2005-01-24
3806
3807
	* src/prefs_display_header.c
3808
	  src/action.c
3809
	  src/grouplistdialog.c
3810
	  src/textview.c
3811
	  src/editbook.c
3812
	  src/editgroup.c
3813
	  src/importldif.c
3814
	  src/summary_search.c
3815
	  src/message_search.c
3816
	  src/select-keys.c
3817
	  src/editjpilot.c
3818
	  src/export.c
3819
	  src/editaddress.c
3820
	  src/addressadd.c
3821
	  src/editldap_basedn.c
3822
	  src/prefs_summary_column.c
3823
	  src/import.c
3824
	  src/prefs_filter_edit.c
3825
	  src/editvcard.c
3826
	  src/prefs_customheader.c
3827
	  src/editldap.c
3828
	  src/sigstatus.c: use GTK stock button for button set.
3829
3830
2005-01-24
3831
3832
	* src/compose.c
3833
	  src/inc.c
3834
	  src/prefs_actions.c
3835
	  src/prefs.c
3836
	  src/progressdialog.c
3837
	  src/account.c
3838
	  src/prefs_template.c
3839
	  src/foldersel.c
3840
	  src/main.c
3841
	  src/alertpanel.c
3842
	  src/inputdialog.c
3843
	  src/prefs_common.c
3844
	  src/summaryview.c
3845
	  src/about.c
3846
	  src/mainwindow.c
3847
	  src/prefs_filter.c: use GTK stock button for button set.
3848
	* src/gtkutils.[ch]: gtkut_stock_button_set_create(): added.
3849
3850
2005-01-21
3851
3852
	* src/gtkshruler.c: use PangoLayout instead of GdkFont (thanks to
3853
	  Alfons).
3854
3855
2005-01-21
3856
3857
	* src/colorlabel.c: removed include of gdk/gdkx.h.
3858
	* src/compose.c: compose_connect_changed_callbacks(): fixed a typo.
3859
	* src/codeconv.[ch]: added conv_utf8todisp().
3860
	* src/sourcewindow.c: source_window_append()
3861
	  src/textview.c: textview_write_line(), textview_write_link()
3862
	  src/unmime.c: unmime_header()
3863
	  src/html.c: html_read_line(): assume the encoding of source
3864
	  string is UTF-8 instead of locale encoding.
3865
3866
2005-01-20
3867
3868
	* src/codeconv.[ch]: conv_copy_dir(): copy directory contents with
3869
	  code conversion.
3870
	* src/main.c: migrate_old_config(): migrate templates.
3871
3872
2005-01-20
3873
3874
	* src/action.c: convert locale strings to UTF-8 before displaying
3875
	  it (thanks to Alfons).
3876
3877
2005-01-20
3878
3879
	* src/statusbar.c
3880
	  src/summaryview.c
3881
	  src/setup.c
3882
	  src/folderview.c
3883
	  src/mainwindow.[ch]: restored the resize grip of the main
3884
	  statusbar with its proper position (thanks to Yoichi Imai).
3885
3886
2005-01-20
3887
3888
	* src/jpilot.c: fixed Japanese code conversion.
3889
3890
2005-01-19
3891
3892
	* src/compose.c: compose_insert_sig(): fixed broken signature
3893
	  replacement.
3894
3895
2005-01-19
3896
3897
	* src/mh.c
3898
	  src/utils.c
3899
	  src/procmsg.c: ignore 0-numbered message file. Don't use symbol
3900
	  'fileno' used in stdio.h.
3901
	* src/messageview.c: messageview_show(): check if
3902
	  procmsg_msginfo_get_full_info() succeeds (fixes crash when
3903
	  opening 0-numbered message) (thanks to WAKAI Kazunao).
3904
3905
2005-01-19
3906
3907
	* src/summaryview.c: summary_reply(): fixed a bug that didn't
3908
	  correctly get text selection.
3909
3910
2005-01-12
3911
3912
	* Ported to GTK+-2.4 (based on Ashie's sylpheed-gtk2).