Statistics
| Revision:

root / ChangeLog @ 3194

History | View | Annotate | Download (225 kB)

1
2013-01-24
2
3
	* libsylph/pop.c
4
	  src/inc.c: do not disconnect immediately but send QUIT on normal
5
	  POP3 errors.
6
7
2013-01-22
8
9
	* src/main.c
10
	  src/plugin.c: added safe mode (don't load plug-ins).
11
12
2013-01-22
13
14
	* libsylph/folder.c
15
	  libsylph/news.c
16
	  libsylph/imap.c: escape server name when creating cache directory
17
	  path (fixes IPv6 address on Windows).
18
19
2013-01-22
20
21
	* libsylph/imap.c: made "INBOX" case insensitive (follow RFC 3501).
22
23
2012-11-20
24
25
	* libsylph/socket.c: sock_connect_with_timeout(): enabled timeout
26
	  setting on Windows.
27
28
2012-10-30
29
30
	* version 3.3.0
31
32
2012-10-30
33
34
	* manual/ja/sylpheed.sgml: updated Japanese manual.
35
36
2012-10-29
37
38
	* src/textview.c: fixed hyperlink when 'Show attached files first on
39
	  message view' option was set ([sylpheed:35477]).
40
41
2012-10-12
42
43
	* libsylph/imap.c: fixed MSVC compilation (thanks to Gisle Vanem).
44
45
2012-10-10
46
47
	* nsis/sylpheed.nsi
48
	  Makefile.am
49
	  sylpheed-mailto-protocol_admin.reg
50
	  sylpheed-mailto-protocol.reg: updated Windows registry entry file.
51
52
2012-10-10
53
54
	* nsis/sylpheed.nsi: fixed a typo in writing registry.
55
56
2012-10-10
57
58
	* libsylph/Makefile.am
59
	  src/Makefile.am
60
	  plugin/test/Makefile.am
61
	  plugin/attachment_tool/Makefile.am: removed includedir from include
62
	  path in Makefiles (thanks to Valentine Barshak).
63
64
2012-10-05
65
66
	* configure.in: raised the required GTK+ version to 2.8.0.
67
68
2012-10-05
69
70
	* nsis/english.nsh
71
	  nsis/japanese.nsh
72
	  nsis/sylpheed-defs.nsh
73
	  nsis/sylpheed.nsi: .eml file association was added.
74
	  Automatically set the default mailto and .eml handler on Windows 7.
75
76
2012-09-28
77
78
	* version 3.3.0beta2
79
80
2012-09-27
81
82
	* sylpheed.desktop: added the following line (#83):
83
	  MimeType=message/rfc822;x-scheme-handler/mailto;
84
85
2012-09-26
86
87
	* sylpheed.spec.in: added sylpheed-plugins package, and fixed
88
	  plugindir.
89
90
2012-09-25
91
92
	* src/summaryview.c: summary_button_pressed(): fixed long-standing
93
	  drag begin bug on IMAP folders (#93).
94
95
2012-09-13
96
97
	* sylpheed.spec.in: fixed build on x86_64 platform.
98
99
2012-08-16
100
101
	* src/headerview.c: minor optimization for tooltips.
102
103
2012-08-16
104
105
	* src/headerview.c: fixed tooltips on windows.
106
	  Don't show previous tooltips when cleared.
107
108
2012-08-16
109
110
	* src/compose.c
111
	  src/mainwindow.c: removed redundant gtk_tooltips_new() and destroy
112
	  GtkTooltips object on close.
113
114
2012-08-16
115
116
	* src/headerview.[ch]: added tooltips of header labels.
117
118
2012-08-15
119
120
	* libsylph/prefs_common.[ch]
121
	  src/messageview.c
122
	  src/prefs_common_dialog.c: added an option to specify the position
123
	  of attach tool button.
124
125
2012-08-08
126
127
	* src/main.c: enabled viewing of external rfc822 message files.
128
	  Recognize mailto: or file: URL argument without command-line option.
129
130
2012-07-27
131
132
	* version 3.3.0beta1
133
134
2012-07-27
135
136
	* src/export.c: pass the opened FolderItem when 'Export only selected
137
	  messages' is enabled.
138
139
2012-07-27
140
141
	* libsylph/folder.[ch]
142
	  libsylph/mbox.c: added interface to cancel mbox import/export.
143
	* src/export.c
144
	  src/import.c: made export/import progress dialog cancellable.
145
146
2012-07-27
147
148
	* libsylph/mbox.[ch]
149
	  src/export.c: added 'Export only selected messages' option to
150
	  the export dialog.
151
152
2012-07-26
153
154
	* src/messageview.c: enable quick launch from the attach tool menu.
155
156
2012-07-26
157
158
	* src/prefs_common_dialog.c: moved Images option in Display - Attach
159
	  tab.
160
161
2012-07-25
162
163
	* libsylph/prefs_common.[ch]
164
	  src/messageview.[ch]
165
	  src/textview.c
166
	  src/prefs_common_dialog.c
167
	  src/mainwindow.c: added "show_attached_files_first" global option,
168
	  which shows attached files first on message view.
169
	  The UI for "show_attach_tab" option was also added.
170
	  The attachment toggle button was moved to the left.
171
	  messageview_reflect_prefs(): added.
172
173
2012-07-04
174
175
	* config.rpath
176
	  install-sh
177
	  ABOUT-NLS: updated.
178
179
2012-07-03
180
181
	* libsylph/imap.c: imap_cmd_fetch_func(): made response parser more
182
	  robust (fixes [sylpheed:35306] can't fetch message error).
183
184
2012-06-25
185
186
	* version 3.2.0
187
188
2012-06-25
189
190
	* src/Makefile.am: possible fix for gmodule link error on some
191
	  environments (#74).
192
	* libsylph/*.[ch]
193
	  src/*.[ch]
194
	  src/version.h.in: updated copyright year.
195
196
2012-06-20
197
198
	* src/icons/clip.xpm: replaced the clip icon with more visible one
199
	  on selected row.
200
	* src/summaryview.c: adjusted the width of the attach column.
201
202
2012-06-20
203
204
	* README
205
	  README.ja
206
	  INSTALL
207
	  INSTALL.ja: updated.
208
209
2012-06-20
210
211
	* libsylph/prefs_common.[ch]
212
	  src/messageview.c: added "show_attach_tab" option (no UI) which
213
	  toggles the Attachment tab and toggle button.
214
215
2012-06-19
216
217
	* src/inc.c: fixed 'Stop' button didn't become inactive after POP3
218
	  session finished.
219
220
2012-06-19
221
222
	* libsylph/prefs_common.c: win32: changed the default of junk
223
	  commands with sylfilter.
224
225
2012-06-19
226
227
	* manual/ja/sylpheed.sgml: updated Japanese manual.
228
229
2012-06-19
230
231
	* src/plugin.c: removed "dereferencing type-punned pointer will break
232
	  strict-aliasing rules" warnings.
233
234
2012-06-19
235
236
	* src/filesel.c: removed label warning on non-win32.
237
238
2012-06-19
239
240
	* libsylph/socket.c: sock_info_connect_by_hostname(): fixed
241
	  compilation error with --disable-ipv6 (thanks to Jerry Heyman).
242
243
2012-06-18
244
245
	* version 3.2.0beta9
246
247
2012-06-18
248
249
	* src/messageview.c: modified the width of tool menu arrow button.
250
251
2012-06-18
252
253
	* src/summaryview.c: added tooltip for message view toggle arrow.
254
255
2012-06-18
256
257
	* nsis/update-manager.nsi: prevent 'Sylpheed is running.' message
258
	  on update.
259
260
2012-06-18
261
262
	* src/mimeview.c: mimeview_destroy(): fixed a memory leak of a
263
	  GtkItemFactory.
264
265
2012-06-18
266
267
	* src/mimeview.[ch]: disabled 'Save all...' menu if attached files
268
	  with file name do not exist.
269
270
2012-06-18
271
272
	* src/messageview.c: added attached filenames to the tool menu.
273
274
2012-06-15
275
276
	* src/messageview.[ch]: changed the Text/Attachments tab to a toggle
277
	  button, and moved it to the right edge of the header pane.
278
	  Added tool menu arrow button and 'Save all' menu.
279
280
2012-06-13
281
282
	* src/compose.c: compose_attach_property(): force focus for compose
283
	  window (will fix #70).
284
285
2012-06-13
286
287
	* src/inc.c: included server name in the error dialog.
288
	* src/progressdialog.c: adjusted the column width.
289
290
2012-06-12
291
292
	* src/filesel.c: win32: handle multiple file selection with shortcuts.
293
	  Follow folder link on save mode.
294
295
2012-06-11
296
297
	* src/filesel.c: win32: follow Windows shortcut (.lnk).
298
299
2012-06-06
300
301
	* version 3.2.0beta8
302
303
2012-06-06
304
305
	* src/inc.c: properly detect DNS lookup error when
306
	  session_connect_full() failed immediately.
307
308
2012-05-31
309
310
	* libsylph/session.[ch]
311
	  libsylph/socket.[ch]
312
	  src/inc.[ch]
313
	  src/send_message.c: differentiate DNS lookup error from connection
314
	  errors.
315
	* libsylph/imap.c
316
	  libsylph/nntp.c: fixed resource leak on SOCKS connection failure.
317
318
2012-05-30
319
320
	* nsis/sylpheed.nsi: reserve nsProcess.dll file to speed up the launch
321
	  of installer.
322
323
2012-05-30
324
325
	* src/compose.c: compose_send(): fixed a bug that messages could not
326
	  be sent with POP before SMTP enabled ([sylpheed-jp:11173]).
327
328
2012-05-30
329
330
	* manual/ja/*.html
331
	  manual/ja/Makefile.am: convert the encoding of HTML files to UTF-8
332
	  (prevents garbled character with IE).
333
334
2012-05-28
335
336
	* src/textview.c
337
	  src/compose.c: properly set line-space for auto-wrapped lines
338
	  (fixes Bug #64).
339
340
2012-05-18
341
342
	* src/main.c: open compose window before receiving on startup
343
	  (fixes Bug #61).
344
345
2012-05-02
346
347
	* src/compose.c: compose_attach_append(): fixed Bug #54: Focus problem
348
	  when reediting/forwarding emails after attachment deleted
349
350
2012-05-02
351
352
	* src/compose.c: when queueing messages or saving to draft folder,
353
	  disable them while mail checking only if queue or draft folder is
354
	  on IMAP server.
355
	* src/mainwindow.c: disabled Send button while mail check is running.
356
357
2012-05-02
358
359
	* src/inc.c: use a flag to distinguish the state of activity.
360
361
2012-04-27
362
363
	* src/compose.c: cancel sending if new mail check is running.
364
365
2012-04-24
366
367
	* src/about.c: updated copyright year.
368
369
2012-04-23
370
371
	* libsylph/utils.[ch]
372
	  libsylph/libsylph-0.def: added play_sound() function (works only on
373
	  Windows).
374
	* libsylph/prefs_common.[ch]
375
	  src/prefs_common_dialog.c
376
	  src/inc.c: win32: added an option to play sound when new messages
377
	  arrive.
378
379
2012-04-20
380
381
	* libsylph/imap.c: imap_remove_msgs_by_seq_set(): workaround for
382
	  a broken IMAP server (Yahoo! Mail) which cannot fetch messages
383
	  right after EXPUNGE.
384
385
2012-04-18
386
387
	* src/update_check.c: removed compiler warnings caused by usage of
388
	  gboolean as gpointer (thanks to Ricard Mones).
389
390
2012-04-18
391
392
	* addr_compl.c: fixed Bug #52: Address autocomplete: Not possible to
393
	  select drop-down list element with arrow keys (Linux)
394
	  Possibly occured with GTK+ >= 2.24.
395
396
2012-04-18
397
398
	* src/addressbook.c: addressbook_list_button_pressed():
399
	  fixed Bug #47: Address book: Cancel editing contact results in
400
	  click-and-drag behaviour
401
402
2012-04-13
403
404
	* version 3.2.0beta7
405
406
2012-04-13
407
408
	* src/mimeview.c: mimeview_save_part_as(): fixed a bug that a MIME
409
	  part that didn't have a name could not be saved.
410
411
2012-04-13
412
413
	* libsylph/prefs_common.[ch]
414
	  src/filesel.[ch]: preserve the last selected folders between
415
	  sessions.
416
417
2012-04-12
418
419
	* src/inc.c: show the detail of new messages on the trayicon tooltip.
420
421
2012-04-12
422
423
	* src/addressbook.[ch]
424
	  src/addr_compl.c: also use first and last name for completion.
425
426
2012-04-11
427
428
	* src/addr_compl.c: also match to the subsequent part of the name of
429
	  contacts (Bug #51).
430
431
2012-04-11
432
433
	* nsis/sylpheed-defs.nsh
434
	  nsis/sylpheed.nsi
435
	  nsis/english.nsh
436
	  nsis/japanese.nsh: abort installation if auto-uninstall was
437
	  cancelled or failed.
438
	  Added SylFilter in the installer.
439
440
2012-03-27
441
442
	* src/textview.c: don't open in-page link of HTML mail.
443
444
2012-03-26
445
446
	* libsylph/news.c: news_fetch_msg()
447
	  libsylph/imap.c: imap_fetch_msg(): refetch message when cache
448
	  file size is 0 (Bug #50).
449
450
2012-03-26
451
452
	* libsylph/defs.h: removed direct inclusion of <glibconfig.h> and
453
	  <glib/gwin32.h> (fixes Bug #53).
454
455
2012-03-26
456
457
	* src/menu.c: menu_button_position(): adjusted the menu position.
458
459
2012-03-26
460
461
	* src/folderview.c
462
	  src/summaryview.c: also support Shift+F10 for menu popup.
463
464
2012-03-26
465
466
	* src/summaryview.c: enabled menu popup with Menu key.
467
468
2012-03-26
469
470
	* src/menu.[ch]
471
	  src/folderview.c: enabled menu popup with Menu key.
472
473
2012-03-02
474
475
	* libsylph/imap.c: relaxed the response check of AUTHENTICATE and
476
	  APPEND (don't check space after '+').
477
478
2012-02-29
479
480
	* version 3.2.0beta6
481
482
2012-02-21
483
484
	* libsylph/Makefile.am
485
	  src/Makefile.am
486
	  plugin/test/Makefile.am
487
	  plugin/attachment_tool/Makefile.am
488
	  configure.in: fixed compilation error with Fink + OS X (Bug #42).
489
	  (moved -I$(top_srcdir)/* to the beginning of INCLUDES)
490
491
2012-02-21
492
493
	* src/prefs_filter.c: fixed a bug that filter settings are removed
494
	  if Escape key is pressed quickly on auto filter rule creation.
495
	  Also made it update filter.xml file only when the list is modified.
496
497
2012-01-20
498
499
	* libsylph/imap.c: emit "add-msg", "remove-msg", "remove-all-msg",
500
	  "move-folder" and "remove-folder" signals.
501
502
2012-01-20
503
504
	* libsylph/news.c
505
	  libsylph/nntp.[ch]: supported SOCKS proxy.
506
507
2012-01-19
508
509
	* src/prefs_filter_edit.[ch]: made 'is shorter than' default for 'Age'
510
	  condition.
511
512
2012-01-18
513
514
	* src/plugin.[ch]
515
	  src/plugin-marshal.list
516
	  src/prefs_template.c
517
	  src/prefs_common_dialog.c
518
	  src/prefs_filter_edit.c
519
	  src/prefs_account_dialog.c
520
	  src/prefs_filter.c
521
	  src/plugin_manager.c: added new plug-in signals for preferences
522
	  dialogs (#30).
523
524
2012-01-11
525
526
	* src/messageview.c: add .eml extension like summary_save_as().
527
	* src/summaryview.c: summary_set_row(): show as '(No Subject)'
528
	  when subject is empty string.
529
530
2012-01-06
531
532
	* src/inc.c
533
	  src/plugin.[ch]
534
	  src/plugin-marshal.list
535
	  plugin/test/test.c: added new plug-in signals (#10):
536
	  "inc-mail-start": notify start of receiving
537
	  "inc-mail-finished": notify end of receiving and number of new
538
	  messages
539
540
2012-01-06
541
542
	* src/trayicon.c: extended the blinking period of tray icon to 10
543
	  seconds.
544
545
2012-01-06
546
547
	* manual/ja/sylpheed.sgml: updated Japanese manual.
548
549
2012-01-05
550
551
	* src/prefs_common_dialog.c: fixed a typo.
552
553
2011-12-27
554
555
	* version 3.2.0beta5
556
557
2011-12-26
558
559
	* src/rpop3.c: added refresh (reload) menu.
560
561
2011-12-22
562
563
	* src/rpop3.c: implemented reloading after the loading stopped.
564
565
2011-12-21
566
567
	* src/rpop3.c: supported SOCKS proxy.
568
	  Receive message headers from the latest one.
569
570
2011-12-21
571
572
	* libsylph/imap.c:
573
	  imap_session_get()
574
	  imap_cmd_noop(): check the activity of session, and return NULL
575
	  if busy. This fixes crashes when message fetch and new message
576
	  checking happen at the same time.
577
578
2011-12-16
579
580
	* src/mainwindow.c: main_window_create(): force visibility of the
581
	  message view on startup only if the layout type is vertical mode.
582
583
2011-11-29
584
585
	* version 3.2.0beta4
586
587
2011-11-29
588
589
	* src/prefs_common_dialog.c: sylfilter command was added as a preset
590
	  of junk filter program.
591
592
2011-11-17
593
594
	* src/mainwindow.c: main_window_create(): force visibility of the
595
	  message view on startup (fixes wrong view size on vertical-view
596
	  mode).
597
	  main_window_get_size(): don't update summaryview_vwidth if
598
	  message view is not visible.
599
600
2011-10-14
601
602
	* src/summaryview.c: show both filtered and original numbers of
603
	  messages on the status label.
604
	  Show the numbers of moved/copied/deleted marks on filtered mode.
605
606
2011-10-04
607
608
	* src/quick_search.c: implemented multiple keywords search of the
609
	  quick search entry.
610
611
2011-09-16
612
613
	* src/summaryview.c: summary_select_row(): don't always move focus
614
	  when refreshing (mainly for quick search).
615
616
2011-09-15
617
618
	* libsylph/procmime.c: made MIME debug print optional and disabled by
619
	  default.
620
	* src/summaryview.c
621
	  src/folderview.c
622
	  src/mainwindow.c: prevent "imap_cmd_gen_send: cannot send command
623
	  because another command is already running." error by locking the
624
	  UI on command execution.
625
626
2011-09-08
627
628
	* version 3.2.0beta3
629
630
2011-09-08
631
632
	* manual/ja/sylpheed.sgml: updated Japanese manual.
633
634
2011-08-11
635
636
	* version 3.2.0beta2
637
638
2011-08-11
639
640
	* libsylph/procmsg.c: procmsg_open_cache_file_mmap(): removed
641
	  warnings when cache files were not found.
642
643
2011-08-11
644
645
	* libsylph/html.c: minor code cleanup.
646
647
2011-08-10
648
649
	* libsylph/html.c: html_get_parenthesis(): fixed a bug that </style>
650
	  end tags were not properly searched if whitespace was inserted in it
651
	  (ex. </style > </style[\n]>).
652
653
2011-08-10
654
655
	* libsylph/procmime.c: removed alloca() calls.
656
657
2011-08-03
658
659
	* src/quick_search.c: applied a patch to fix quick search text color
660
	  on dark themes (thanks to speps).
661
662
2011-08-03
663
664
	* libsylph/folder.[ch]
665
	  src/summaryview.[ch]: reflect account preference for trash folder.
666
	  summary_colorlabel_menu_item_activate_item_cb(): removed a warning.
667
668
2011-07-21
669
670
	* src/textview.c: use style colors for part widgets.
671
672
2011-07-20
673
674
	* libsylph/html.c: html_get_tag(): support tags such as <br/> and
675
	  <name value="foo" />.
676
677
2011-07-05
678
679
	* libsylph/procmsg.c: use memory mapped file to read cache files.
680
	  This improves the speed of cache reading.
681
	  (requires GTK+ >= 2.8)
682
683
2011-06-30
684
685
	* version 3.2.0beta1
686
687
2011-06-30
688
689
	* libsylph/socket.c: my_getaddrinfo(): removed redundant zero clear.
690
691
2011-06-30
692
693
	* src/textview.c
694
	  src/mimeview.[ch]: added 'Print' menu in mime part menu.
695
	  Added part widget to message/rfc822 part.
696
697
2011-06-29
698
699
	* libsylph/socket.c: win32: supported IPv6 with fallback implementation
700
	  for Windows 2000.
701
	* makewin32.sh: enabled IPv6.
702
703
2011-06-28
704
705
	* src/foldersel.c: removed alloca() calls.
706
	* src/account_dialog.c: account_open(): removed alloca() call.
707
	* src/folderview.c: removed alloca() calls.
708
	* src/undo.c: undo_insert_text_cb(): removed alloca() call.
709
	* libsylph/xml.c: xml_unescape_str(): removed alloca() call.
710
711
2011-06-24
712
713
	* src/update_check.c: win32: also check the file size of updater exe.
714
715
2011-06-24
716
717
	* src/summaryview.c: summary_colorlabel_menu_item_activate_item_cb():
718
	  removed alloca().
719
	* libsylph/utils.c: my_tmpfile(): win32: fixed a memory leak.
720
	  unix: removed alloca().
721
	* src/compose.c: removed alloca() calls.
722
723
2011-06-23
724
725
	* src/mimeview.[ch]
726
	  src/textview.c: fixed a typo: mimeview_launch_part() and code
727
	  cleanups. Removed alloca() call.
728
	* src/summaryview.c
729
	  src/messageview.c
730
	  src/inc.c: removed alloca() calls.
731
	* libsylph/utils.[ch]: to_human_readable_buf(): new.
732
733
2011-06-16
734
735
	* src/menu.h
736
	  src/textview.c: use image menu item for part menu.
737
738
2011-06-15
739
740
	* src/textview.[ch]: reuse popup menu for each attachments.
741
742
2011-06-14
743
744
	* src/textview.c: textview_part_widget_destroy_notify(): fixed destroy
745
	  notify handler.
746
	  Use prelight state.
747
	  textview_part_widget_exposed(): draw edges as rounded.
748
	  textview_part_widget_button_pressed(): disable 'Copy file name'
749
	  menu if file name not exist.
750
751
2011-06-13
752
753
	* src/textview.c: highlight part widgets on mouse over.
754
755
2011-06-13
756
757
	* src/textview.c
758
	  src/mimeview.[ch]: implemented popup menu of attachments in text
759
	  view.
760
761
2011-06-13
762
763
	* src/textview.c: fixed handling of button release event.
764
765
2011-06-10
766
767
	* libsylph/procmsg.c
768
	  libsylph/libsylph-0.def: procmsg_add_messages_from_queue():
769
	  fixed an error when removing queued messages on win32.
770
771
2011-06-10
772
773
	* src/compose.c
774
	  plugin/test/test.c: changed the spec of compose-send signal
775
	  because the previous one prohibited sending if the signal is not
776
	  used.
777
778
2011-06-10
779
780
	* src/textview.c: added border line before and after headers.
781
	  Made attachments display more graphical.
782
783
2011-06-09
784
785
	* src/account_dialog.c
786
	  src/prefs_filter.c: fixed duplicated keyboard accelerators.
787
788
2011-06-08
789
790
	* libsylph/procmsg.[ch]
791
	  libsylph/folder.c: remove queue headers when moving messages from
792
	  a queue folder (fixes Debian BTS #493546).
793
794
2011-06-08
795
796
	* src/messageview.c
797
	  src/plugin.[ch]
798
	  src/plugin-marshal.list
799
	  plugin/test/test.c: added a new plug-in API: "messageview-show".
800
801
2011-06-08
802
803
	* src/compose.c
804
	  src/plugin.[ch]
805
	  src/plugin-marshal.list
806
	  plugin/test/test.c: added a new plug-in API: "compose-send".
807
808
2011-06-06
809
810
	* src/compose.c: compose_generate_msgid(): don't use mailbox part
811
	  of address directly, instead use md5 hash of random number + mailbox
812
	  part.
813
814
2011-06-06
815
816
	* src/compose.c: compose_send(): don't close compose window when
817
	  saving to outbox failed.
818
819
2011-05-18
820
821
	* libsylph/codeconv.c: conv_encode_header(): replaced alloca() with
822
	  g_malloc() and g_strndup().
823
824
2011-05-18
825
826
	* libsylph/folder.[ch]
827
	  libsylph/imap.[ch]
828
	  src/mainwindow.c: cancel online mode switch if active sessions
829
	  exist (fixes crash on offline switch while IMAP session is active).
830
831
2011-05-13
832
833
	* src/textview.c: textview_make_clickable_parts(): removed alloca()
834
	  and use GSList.
835
	* src/compose.c: removed some alloca() calls.
836
	* libsylph/procheader.c: removed alloca() calls.
837
	* libsylph/imap.c: imap_utf8_to_modified_utf7(): removed alloca()
838
	  calls.
839
840
2011-05-12
841
842
	* src/prefs_ui.c: removed alloca() calls.
843
844
2011-05-12
845
846
	* libsylph/prefs.h
847
	  libsylph/account.c
848
	  src/account_dialog.c: increased the prefs buffer size from 1024
849
	  to 8192.
850
851
2011-05-06
852
853
	* version 3.1.1
854
855
2011-03-22
856
857
	* configure.in: added the following line for newer gcc-4.5:
858
	  LIBS="$LIBS `$PKG_CONFIG --libs enchant`"
859
	  (thanks to Ricardo Mones)
860
861
2011-03-16
862
863
	* src/compose.c: changed keyboard shortcut of File/Send to prevent
864
	  accidental sending.
865
866
2011-03-14
867
868
	* src/summaryview.c: mark messages read when message view becomes
869
	  visible by Enter or Space key.
870
871
2011-03-01
872
873
	* src/addressadd.c
874
	  src/addrindex.c: renamed variable 'interface' to 'iface'.
875
876
2011-02-28
877
878
	* src/addressbook.c
879
	  src/prefs_common_dialog.c: fixed compilation problem on MinGW
880
	  (interface -> iface). Thanks to Hayashi.
881
882
2011-02-25
883
884
	* libsylph/defs.h
885
	  libsylph/utils.c
886
	  src/main.c: OS X: changed the location of settings to
887
	  ~/Library/Application Support/Sylpheed .
888
889
2011-02-25
890
891
	* libsylph/utils.c
892
	  libsylph/defs.h
893
	  src/mimeview.c
894
	  src/prefs_common_dialog.c: use 'open' command for URI, file open
895
	  and text editor on OS X.
896
897
2011-02-15
898
899
	* src/summaryview.c: summary_show_queued_msgs(): clear selection list
900
	  because it can be invalid after appending messages.
901
902
2011-02-14
903
904
	* src/addressbook.c
905
	  src/addressitem.h
906
	  src/addrindex.[ch]: renamed 'interface' in struct to 'iface' to
907
	  prevent compilation problem on some environments.
908
909
2011-02-10
910
911
	* src/main.c
912
	  src/gtkutils.c: implement fix_font_setting() for Mac OS X.
913
914
2011-02-10
915
916
	* libsylph/codeconv.c:
917
	  conv_get_locale_charset()
918
	  conv_get_locale_charset_str(): return correct locale encoding
919
	  for Mac OS X (usually UTF-8).
920
921
2011-02-04
922
923
	* libsylph/prefs_common.[ch]
924
	  src/addressbook.c: save the columns width of address book.
925
926
2011-01-31
927
928
	* version 3.1.0
929
930
2011-01-31
931
932
	* sylpheed.desktop: added Ukrainian and Russian comment.
933
934
2011-01-28
935
936
	* sylpheed.desktop: added Turkish comment.
937
938
2011-01-24
939
940
	* src/prefs_common_dialog.c: removed a warning.
941
	* src/sylpheed.rc.in: updated LegalCopyright.
942
	* libsylph/procmime.c: procmime_get_part_fp_fp(): fixed return value
943
	  on error.
944
945
2011-01-24
946
947
	* version 3.1.0rc
948
949
2011-01-24
950
951
	* src/plugin-marshal.list
952
	  src/Makefile.am: added marshaller for plug-in library.
953
954
2011-01-24
955
956
	* src/sylpheed-marshal.list
957
	  src/textview.c
958
	  src/plugin.[ch]
959
	  plugin/test/test.c: added MsgInfo argument to "textview-menu-popup"
960
	  signal.
961
962
2011-01-24
963
964
	* src/summaryview.c: fixed warnings about non-string literal format.
965
966
2011-01-21
967
968
	* src/addressbook.c: fixed double underline in menu label
969
	  (thanks to Ricardo Mones).
970
971
2011-01-21
972
973
	* README
974
	  README.ja
975
	  LICENSE
976
	  nsis/COPYING*.txt
977
	  src/about.c: updated copyright year.
978
979
2011-01-21
980
981
	* src/undo.c: fixed long-standing undo-redo bug:
982
	  1. input "a b"
983
	  2. delete 3 chars by backspace
984
	  3. undo 2 times
985
	  4. "a ba" is entered, not "a b"
986
987
2011-01-19
988
989
	* src/sylpheed-marshal.list
990
	  src/textview.c
991
	  src/plugin.[ch]
992
	  PLUGIN.txt
993
	  PLUGIN.ja.txt: added "textview-menu-popup" signal for plug-ins.
994
	* plugin/test/test.[ch]: use "textview-menu-popup" signal.
995
996
2011-01-19
997
998
	* libsylph/filter.[ch]
999
	  src/inc.c
1000
	  src/summaryview.c: check the return value of junk filter command
1001
	  and show error dialog on failure.
1002
1003
2011-01-18
1004
1005
	* src/inc.c
1006
	  src/folderview.c: do not count junk-filtered or trashed messages as
1007
	  new ones.
1008
	  Do not display new state as red color on Junk folder.
1009
1010
2011-01-18
1011
1012
	* src/addressadd.c: removed warnings about xpm.
1013
1014
2011-01-17
1015
1016
	* src/summaryview.c: summary_qsearch(): fixed crash when folder tree is
1017
	  empty.
1018
1019
2011-01-17
1020
1021
	* version 3.1.0beta7
1022
1023
2011-01-17
1024
1025
	* manual/ja/sylpheed.sgml: updated Japanese manual.
1026
1027
2011-01-17
1028
1029
	* src/version.h.in
1030
	  src/about.c: added build revision to the about dialog.
1031
1032
2011-01-17
1033
1034
	* src/summaryview.c: summary_get_tmp_marked_msg_list(): don't use
1035
	  full copy for saving flags.
1036
1037
2011-01-16
1038
1039
	* src/summaryview.c: summary_restore_tmp_marks(): optimized.
1040
1041
2011-01-14
1042
1043
	* src/summaryview.c: preserve temporary movec/copy marks on refresh.
1044
	  summary_show_queued_msgs(): update status display.
1045
1046
2011-01-11
1047
1048
	* src/update_check.c: win32: properly set the parameter of default
1049
	  download URL.
1050
	* makewin32.sh: also install attachment_tool plug-in.
1051
1052
2011-01-07
1053
1054
	* libsylph/prefs_common.[ch]
1055
	  src/compose.c
1056
	  src/send_message.c
1057
	  src/prefs_common_dialog.c: added an option to disable the send
1058
	  dialog. Made the compose window insensitive on sending.
1059
1060
2011-01-07
1061
1062
	* src/send_message.[ch]: send_message_queue_all(): refactored.
1063
1064
2011-01-06
1065
1066
	* libsylph/filter.c: filter_match_rule(): optimized by modifying the
1067
	  order of condition matching.
1068
1069
2011-01-06
1070
1071
	* src/prefs_common_dialog.c: modified 'Address auto-completion'
1072
	  setting layout.
1073
1074
2011-01-06
1075
1076
	* src/query_search.c
1077
	  src/prefs_filter_edit.c: made the default boolean type of query
1078
	  search and filter condition AND.
1079
1080
2011-01-06
1081
1082
	* src/textview.c: added context menu 'Reply to this address'.
1083
1084
2011-01-05
1085
1086
	* src/inc.c: always update summary even when
1087
	  prefs_common.open_inbox_on_inc is true (fixes wrong unread number
1088
	  display).
1089
1090
2010-12-24
1091
1092
	* version 3.1.0beta6
1093
1094
2010-12-24
1095
1096
	* src/main.c: win32: always check if text font is loadable on startup.
1097
1098
2010-12-24
1099
1100
	* manual/ja/sylpheed.sgml: updated Japanese manual.
1101
1102
2010-12-22
1103
1104
	* libsylph/filter.[ch]
1105
	  libsylph/prefs_common.[ch]
1106
	  libsylph/mbox.c
1107
	  src/inc.[ch]
1108
	  src/main.c
1109
	  src/summaryview.[ch]
1110
	  src/prefs_common_dialog.c: refactored junk filter rule management.
1111
	  Create junk filter rule on demand.
1112
	  Deprecated prefs_common_junk_filter_list_set().
1113
	  Automatically select appropriate Junk folder on filtering.
1114
1115
2010-12-22
1116
1117
	* src/addressbook.c: added menu 'Add to recipient/Cc/Bcc'.
1118
1119
2010-12-21
1120
1121
	* libsylph/session.c
1122
	  src/rpop3.c
1123
	  src/compose.c
1124
	  src/inc.c
1125
	  src/passphrase.c
1126
	  src/sigstatus.c: changed deprecated gtk_timeout_add() to
1127
	  g_timeout_add(_full)(). Use G_PRIORITY_LOW for long timeout
1128
	  interval (may fix slow receiving problem?).
1129
1130
2010-12-20
1131
1132
	* libsylph/prefs_common.[ch]
1133
	  src/compose.[ch]
1134
	  src/addressbook.c
1135
	  src/addr_compl.c
1136
	  src/prefs_common_dialog.c: added new option: "Set only mail address
1137
	  when composing from address book".
1138
	  Don't add modified flag when opening composition window from
1139
	  address book.
1140
	* src/importldif.c: fixed uninitialized variable.
1141
1142
2010-12-17
1143
1144
	* src/compose.c
1145
	  src/mimeview.c: changed the label 'MIME type' to 'Data type' for
1146
	  understandability.
1147
1148
2010-12-17
1149
1150
	* libsylph/html.c: html_parse_tag(): look at every attribute in 'a'
1151
	  tag for 'href' (thanks to Rich Coe).
1152
1153
2010-12-15
1154
1155
	* src/summaryview.c: summary_toggle_view(): mark as read when message
1156
	  view is toggled on.
1157
1158
2010-12-14
1159
1160
	* libsylph/folder.[ch]
1161
	  src/mainwindow.c: disconnect all current sessions of remote folders
1162
	  when going offline.
1163
1164
2010-12-14
1165
1166
	* src/summaryview.c: reverted the behavior when 'Always open messages
1167
	  in summary when selected' is off (don't display a message when
1168
	  opening a folder).
1169
1170
2010-12-09
1171
1172
	* version 3.1.0beta5
1173
1174
2010-12-09
1175
1176
	* src/send_message.c: send_message_smtp(): fixed a bug that
1177
	  temporary password was not cleared on auth failure.
1178
1179
2010-12-09
1180
1181
	* src/plugin.h: fixed typo.
1182
	* src/update_check.c: update_check(): win32: fixed crash on update
1183
	  check.
1184
	* configure.in: enable updatecheckplugin only if updatecheck is
1185
	  enabled.
1186
1187
2010-12-08
1188
1189
	* version 3.1.0beta4
1190
1191
2010-12-08
1192
1193
	* libsylph/socks.c: win32: fixed compilation error.
1194
1195
2010-12-07
1196
1197
	* libsylph/prefs_account.[ch]
1198
	  src/prefs_account_dialog.c: added UI for SOCKS settings.
1199
	* libsylph/session.c: session_connect_full(): check if
1200
	  socks_info->proxy_host is set.
1201
	* libsylph/imap.c: added SOCKS proxy support.
1202
	* manual/ja/sylpheed.sgml: added SOCKS proxy description.
1203
1204
2010-12-07
1205
1206
	* libsylph/prefs_account.[ch]
1207
	  libsylph/socks.[ch]
1208
	  libsylph/session.[ch]
1209
	  src/inc.c
1210
	  src/send_message.c: added SOCKS4/5 proxy support.
1211
1212
2010-12-03
1213
1214
	* nsis/*: added NSIS installer script files.
1215
1216
2010-12-01
1217
1218
	* libsylph/prefs_common.[ch]
1219
	  src/summaryview.c
1220
	  src/prefs_common_dialog.c: added an option 'Always mark as read when
1221
	  a message is opened'. This will bring back the previous behavior.
1222
1223
2010-11-25
1224
1225
	* src/main.c
1226
	  src/setup.h: win32: added missing code for WAB file import.
1227
1228
2010-11-18
1229
1230
	* manual/ja/sylpheed.sgml: updated to 3.1.
1231
1232
2010-11-16
1233
1234
	* libsylph/xml.[ch]: xml_escape_str(): added.
1235
1236
2010-11-12
1237
1238
	* src/plugin_manager.c: fixed button order.
1239
1240
2010-11-09
1241
1242
	* src/rpop3.c: rpop3_account(): clear temporary password if
1243
	  authentication fails.
1244
1245
2010-11-05
1246
1247
	* src/update_check.c
1248
	  src/mainwindow.c: modified strings about plug-ins.
1249
1250
2010-11-05
1251
1252
	* src/main.c
1253
	  src/update_check.c: convert argv[0] to UTF-8 (fixes restart of
1254
	  process on Win32 when installed on non-ascii path).
1255
1256
2010-11-02
1257
1258
	* libsylph/sylmain.c
1259
	  libsylph/defs.h
1260
	  src/update_check.[ch]
1261
	  src/plugin_manager.c
1262
	  src/plugin.[ch]
1263
	  src/main.[ch]
1264
	  src/libsylpheed-plugin-0.def
1265
	  src/mainwindow.[ch]
1266
	  plugin/test/test.c
1267
	  configure.in: merged plug-in update check and automatic update patch.
1268
1269
2010-10-25
1270
1271
	* libsylph/procmime.[ch]: added procmime_get_part_fp_fp().
1272
1273
2010-10-21
1274
1275
	* src/plugin.[ch]
1276
	  src/main.c: added new functions for sending messages.
1277
1278
2010-10-21
1279
1280
	* src/summaryview.c: modified always_show_msg flag handling.
1281
1282
2010-08-31
1283
1284
	* libsylph/prefs_account.c: leave messages on POP3 server for 7 days
1285
	  by default.
1286
1287
2010-08-30
1288
1289
	* src/main.c: remote_command_exec(): fixed the bug that default
1290
	  account's inbox was not properly selected when 'Open inbox on
1291
	  startup' was enabled.
1292
1293
2010-08-19
1294
1295
	* src/addressbook.[ch]
1296
	  src/setup.c: win32: implemented automatic import of Windows Address
1297
	  Book (WAB) file.
1298
1299
2010-08-18
1300
1301
	* version 3.1.0beta3
1302
1303
2010-08-17
1304
1305
	* src/importldif.[ch]: addressbook_imp_ldif_file(): new function to
1306
	  import LDIF file automatically.
1307
	* src/ldif.[ch]: supported "nickname" tag. Ignore null-string
1308
	  fld->userName. Skip duplicated "mail" tags. Fixed a memory leak.
1309
	* src/setup.c: setup_import_data(): don't create duplicate folders.
1310
1311
2010-08-10
1312
1313
	* libsylph/imap.c: imap_parse_envelope(): fixed for response:
1314
	  (... RFC822.SIZE 0 RFC822.HEADER "" ...)
1315
1316
2010-08-10
1317
1318
	* plugin/attachment_tool/attachment_tool.c: skip multipart messages
1319
	  without attachments.
1320
1321
2010-08-09
1322
1323
	* faq/en/*: updated Sylpheed FAQ to 2.2 (thanks to Petr Kovar).
1324
1325
2010-08-09
1326
1327
	* src/main.c
1328
	  src/setup.c
1329
	  src/import.c: enabled cancellation of eml/dbx import.
1330
1331
2010-08-06
1332
1333
	* src/main.c
1334
	  src/setup.[ch]
1335
	  src/import.[ch]: win32: implemented automatic import of Outlook
1336
	  Express mail stores on first run.
1337
1338
2010-08-05
1339
1340
	* src/import.c: implemented the import feature of Outlook Express
1341
	  mailboxes (dbx).
1342
1343
2010-08-04
1344
1345
	* plugin/attachment_tool/Makefile.am: fixed.
1346
1347
2010-08-04
1348
1349
	* configure.in
1350
	  plugin/Makefile.am
1351
	  plugin/attachment_tool/*: added new plug-in 'Attachment Tool
1352
	  Plug-in'. This plug-in is distributed under the GNU LGPL.
1353
1354
2010-08-04
1355
1356
	* src/plugin.[ch]
1357
	  src/main.c
1358
	  src/summaryview.[ch]: added/fixed SummaryView and alert panel
1359
	  plug-in APIs.
1360
1361
2010-08-02
1362
1363
	* src/summaryview.c: summary_save_as(): added extension .eml for
1364
	  default file name.
1365
1366
2010-08-02
1367
1368
	* src/inc.[ch]: made the progress of receive dialog display only
1369
	  number/size in current session, not including already received ones.
1370
1371
2010-07-30
1372
1373
	* libsylph/prefs_common.[ch]
1374
	  src/prefs_common_dialog.c
1375
	  src/folderview.c
1376
	  src/mainwindow.[ch]: added new global option 'Change current account
1377
	  on folder open'.
1378
	  Made 'mark_as_read_on_new_window' a hidden option.
1379
1380
2010-07-30
1381
1382
	* src/inc.c: added 'Cancel all' button to the incorporation dialog.
1383
1384
2010-07-30
1385
1386
	* src/summaryview.c: summary_mark_displayed_read(): made
1387
	  mark_as_read_on_new_window setting work.
1388
1389
2010-07-30
1390
1391
	* libsylph/folder.c: folder_destroy(): remove private data after
1392
	  folder_tree_destroy() to prevent warnings.
1393
	* libsylph/prefs_account.[ch]
1394
	  src/compose.c
1395
	  src/prefs_account_dialog.c: added new account option 'Put signature
1396
	  before quote (not recommended)'.
1397
1398
2010-07-30
1399
1400
	* src/summaryview.c: summary_selection_changed(): don't clear message
1401
	  view on multiple selection and always_show_msg mode.
1402
	* libsylph/prefs_common.c: made always_show_message_when_selected
1403
	  enable by default.
1404
1405
2010-07-29
1406
1407
	* src/prefs_common_dialog.c: modified description of Junk mail folder.
1408
1409
2010-07-29
1410
1411
	* libsylph/procmsg.c
1412
	  src/folderview.c: added 'Empty junk' context menu to Junk folder.
1413
1414
2010-07-29
1415
1416
	* libsylph/prefs_common.c
1417
	  src/main.c
1418
	  src/summaryview.c: use default Junk folder when
1419
	  prefs_common.junk_folder is not set.
1420
1421
2010-07-29
1422
1423
	* libsylph/mh.c
1424
	  libsylph/folder.[ch]
1425
	  libsylph/defs.h
1426
	  src/icons/stock_spam_16.png
1427
	  src/icons/Makefile.am
1428
	  src/foldersel.c
1429
	  src/prefs_folder_item.c
1430
	  src/stock_pixmap.[ch]
1431
	  src/folderview.c: added 'Junk' special folder and automatically
1432
	  create it when not exist.
1433
1434
2010-07-28
1435
1436
	* src/folderview.c: folderview_menu_popup(): show/hide needless items
1437
	  depending on context.
1438
1439
2010-07-28
1440
1441
	* src/summaryview.[ch]
1442
	  src/mainwindow.c: improved the always-show-msg-on-summary-select
1443
	  mode (don't mark as read on automatic selection).
1444
1445
2010-07-27
1446
1447
	* libsylph/sylmain.c
1448
	  src/main.c: moved ssl_init()/ssl_done() from
1449
	  syl_init()/syl_cleanup() to src/main. Fixes accepted SSL certs
1450
	  not loaded when using alternative config dir.
1451
1452
2010-07-23
1453
1454
	* libsylph/virtual.c
1455
	  src/folderview.c: enabled moving of virtual folders.
1456
1457
2010-07-22
1458
1459
	* src/addressbook.c: implemeted drag and drop of addresses.
1460
1461
2010-07-21
1462
1463
	* src/prefs_template.c: notify on OK button press if not saved.
1464
1465
2010-07-21
1466
1467
	* src/prefs_template.c: confirm on cancel if templates are modified.
1468
	  Added Up/Down button to reorder template list.
1469
1470
2010-07-20
1471
1472
	* src/importcsv.c: added 'Alias' attribute.
1473
1474
2010-07-16
1475
1476
	* version 3.1.0beta2
1477
1478
2010-07-16
1479
1480
	* manual/*/Makefile.am: disabled install of sylpheed.sgml.
1481
1482
2010-07-16
1483
1484
	* libsylph/utils.c
1485
	  libsylph/procmsg.c: removed redundant debug print.
1486
1487
2010-07-16
1488
1489
	* libsylph/libsylph-0.def: updated.
1490
	* src/libsylpheed-plugin-0.def: updated.
1491
1492
2010-07-16
1493
1494
	* libsylph/filter.c: filter_cond_new(): fixed a bug that the value of
1495
	  <account-id> tag was not parsed correctly.
1496
1497
2010-07-16
1498
1499
	* manual/GFDL-1.2
1500
	  manual/en/sylpheed.sgml
1501
	  manual/en/*.html: updated to sylpheeddoc_manual_en_09032003.tar.gz.
1502
	  Added missing SGML source file. Also included GFDL-1.2 text file.
1503
1504
2010-07-14
1505
1506
	* src/plugin.[ch]
1507
	  src/main.c: added syl_plugin_summary_show_queued_msgs() and cleanup
1508
	  the code.
1509
1510
2010-07-14
1511
1512
	* src/gtkutils.[ch]
1513
	  src/addressbook.c
1514
	  src/compose.c
1515
	  src/mainwindow.c: always display fixed-positioned windows on screen
1516
	  (prevent windows displayed outside of screen between multi and
1517
	  single monitor switching).
1518
	* src/compose.c: always display compose window at the same location
1519
	  even if overlapped.
1520
1521
2010-07-13
1522
1523
	* src/summaryview.c: summary_show_queued_msgs(): scroll summary view
1524
	  to make added messages are visible.
1525
1526
2010-07-13
1527
1528
	* src/mainwindow.c: show error dialog on failure.
1529
1530
2010-07-13
1531
1532
	* libsylph/procmsg.c: procmsg_concat_partial_messages(): fully
1533
	  implemented RFC 2046.
1534
1535
2010-07-13
1536
1537
	* libsylph/procmsg.c
1538
	  libsylph/procmime.c: allow Content-Type without total parameter.
1539
1540
2010-07-12
1541
1542
	* libsylph/utils.[ch]
1543
	  libsylph/procmsg.[ch]
1544
	  libsylph/procmime.[ch]
1545
	  src/mainwindow.c: implemented concatenation of partial messages
1546
	  (RFC 2046). The header concatenation is still incomplete.
1547
1548
2010-07-08
1549
1550
	* faq/GFDL-1.2
1551
	  faq/Makefile.am
1552
	  faq/en/*.xml
1553
	  faq/en/Makefile.am: added missing source files of English FAQ.
1554
	  Also included GFDL-1.2 text file.
1555
1556
2010-07-07
1557
1558
	* src/prefs_common_dialog.c: changed the upper limit of auto check
1559
	  interval to 1000 minutes.
1560
1561
2010-07-06
1562
1563
	* src/plugin.[ch]
1564
	  src/main.c
1565
	  plugin/test/test.c: added plug-in APIs to get selected messages
1566
	  on summary.
1567
1568
2010-07-06
1569
1570
	* src/plugin.[ch]
1571
	  src/main.c
1572
	  src/summaryview.c
1573
	  plugin/test/test.c: added new plug-in APIs for manipulating the
1574
	  summary view popup menu.
1575
1576
2010-07-02
1577
1578
	* src/mainwindow.c
1579
	  src/summaryview.c
1580
	  src/prefs_common_dialog.c: changed 'Mark/Mark' to 'Mark/Set flag',
1581
	  'Mark/Unmark' to 'Mark/Unset flag'.
1582
1583
2010-07-02
1584
1585
	* src/summaryview.c: summary_show(): display error if a connection to
1586
	  IMAP/News server failed.
1587
1588
2010-07-02
1589
1590
	* src/plugin.[ch]
1591
	  src/main.c
1592
	  src/summaryview.[ch]
1593
	  src/folderview.c: added write lock mode on summary view.
1594
1595
2010-07-01
1596
1597
	* src/foldersel.c: move up/collapse/expand row with left/right key.
1598
1599
2010-07-01
1600
1601
	* src/folderview.c: folderview_key_pressed(): modified key handling
1602
	  code.
1603
1604
2010-07-01
1605
1606
	* src/mimeview.c: mimeview_selection_changed(): don't display images
1607
	  when inline image setting is off (workaround for vulnerability).
1608
1609
2010-06-30
1610
1611
	* src/folderview.c: folderview_key_pressed(): move up/collapse/expand
1612
	  row with left/right key (like Windows Explorer).
1613
1614
2010-06-30
1615
1616
	* libsylph/procmsg.[ch]
1617
	  src/inc.c
1618
	  src/summaryview.[ch]: update summary view on receiving on the fly.
1619
	* configure.in: updated/fixed libtool version.
1620
1621
2010-06-18
1622
1623
	* libsylph/pop.c
1624
	  libsylph/session.c: protect against session->sock == NULL
1625
	  (fixes crash on cancel).
1626
1627
2010-06-17
1628
1629
	* libsylph/prefs_common.h
1630
	  src/compose.c
1631
	  src/main.c: made user-agent string configurable from plug-ins.
1632
1633
2010-06-15
1634
1635
	* version 3.1.0beta1
1636
1637
2010-06-15
1638
1639
	* src/libsylpheed-plugin-0.def: updated.
1640
1641
2010-06-15
1642
1643
	* src/addr_compl.c: removed debug print.
1644
1645
2010-06-11
1646
1647
	* src/plugin.c
1648
	  src/folderview.c: fixed syl_plugin_folderview_add_sub_widget().
1649
	* plugin/test/test.c: added syl_plugin_folderview_add_sub_widget()
1650
	  test.
1651
1652
2010-06-11
1653
1654
	* src/plugin.[ch]
1655
	  src/main.c
1656
	  src/folderview.[ch]: added plug-in APIs for folder view.
1657
	  Added folderview_add_sub_widget() which adds sub widget under
1658
	  folder view.
1659
1660
2010-06-11
1661
1662
	* src/action.c: reset signal handlers of child process to prevent
1663
	  app_will_exit() called on SIGTERM.
1664
	  Added debug output.
1665
1666
2010-06-10
1667
1668
	* src/folderview.[ch]: put vbox on the top of folder view.
1669
1670
2010-06-09
1671
1672
	* src/action.c: prevent double free when using %f.
1673
	  Obtain thread lock in gdk_input_add() callbacks.
1674
1675
2010-06-07
1676
1677
	* libsylph/prefs_common.[ch]
1678
	  src/addr_compl.c
1679
	  src/prefs_common_dialog.c: made the old behavior of address
1680
	  completion configurable.
1681
1682
2010-06-05
1683
1684
	* src/addr_compl.c: replace_address_in_edit(): fixed infinite loop
1685
	  on completion start with GTK+ 2.18+.
1686
1687
2010-06-04
1688
1689
	* src/addr_compl.c: implemented real automatic address completion.
1690
1691
2010-06-03
1692
1693
	* src/quick_search.c: suppress filter debug output.
1694
1695
2010-06-02
1696
1697
	* libsylph/filter.c: added debug log for filter.
1698
1699
2010-06-01
1700
1701
	* src/summaryview.c: modified 'Go to next folder' dialog description.
1702
1703
2010-05-31
1704
1705
	* src/plugin.[ch]
1706
	  src/main.c: added some functions for FolderView.
1707
1708
2010-05-28
1709
1710
	* src/update_check.c: support DISP_RELEASE / DISP_DEVEL which
1711
	  set displayed new version.
1712
1713
2010-05-28
1714
1715
	* src/update_check.[ch]
1716
	  src/plugin.[ch]
1717
	  src/main.c: added functions to modify URLs for update check.
1718
1719
2010-05-27
1720
1721
	* src/prefs_common_dialog.c: prefs_colorlabel_create(): added
1722
	  description for the color label settings.
1723
1724
2010-05-25
1725
1726
	* src/mainwindow.c: help_command_line_show(): added Windows-only
1727
	  --ipcport option.
1728
1729
2010-05-24
1730
1731
	* src/compose.c: compose_attach_open(): fixed compilation on win32.
1732
1733
2010-05-24
1734
1735
	* src/inc.c: fixed crash when clicking tray icon menu
1736
	  'Get from current account' with no account.
1737
1738
2010-05-24
1739
1740
	* src/main.c: added --instance-id <ID> option, which allows users to
1741
	  run multiple instances of Sylpheed. There is no extra checks for
1742
	  config directory, so use with caution.
1743
1744
2010-05-21
1745
1746
	* libsylph/filter.c: filter_apply(): fixed a bug that MIME flag was
1747
	  not set to filtered messages. This occurred to filtered sent
1748
	  messages.
1749
1750
2010-05-21
1751
1752
	* src/prefs_common_dialog.c
1753
	  src/prefs_filter_edit.c
1754
	  src/prefs_account_dialog.c
1755
	  src/editldap.c: removed warnings 'GtkSpinButton: setting an
1756
	  adjustment with non-zero page size is deprecated'.
1757
	  The last value of gtk_adjustment_new() must be 0 for GtkSpinButton.
1758
1759
2010-05-21
1760
1761
	* libsylph/socket.c: sock_kill_process(): prevent redundant error
1762
	  messages when waitpid() is interrupted by EINTR.
1763
1764
2010-05-20
1765
1766
	* src/compose.c: added "Open" menu in the attach context menu.
1767
	  attach_button_pressed(): modify sensitivity of attach context menu.
1768
1769
2010-05-11
1770
1771
	* src/syldap.c: allow deprecated LDAP API calls (debian BTS #463366).
1772
	  Possibly fixes crash on 64-bit architecture.
1773
1774
2010-05-11
1775
1776
	* src/setup.c: removed debug print.
1777
1778
2010-05-08
1779
1780
	* libsylph/mbox.c: proc_mbox_full(): fixed a bug that MIME flag was
1781
	  not properly set on importing mbox file.
1782
1783
2010-04-23
1784
1785
	* faq/en/sylpheed-faq*: updated Sylpheed FAQ (English)
1786
	  (thanks to Petr Kovar).
1787
1788
2010-04-09
1789
1790
	* libsylph/sylmain.c
1791
	  libsylph/defs.h
1792
	  src/main.c: also load plug-ins from user plug-in directory.
1793
1794
2010-04-07
1795
1796
	* libsylph/defs.h
1797
	  src/prefs_common_dialog.c: made DEFAULT_BROWSER_CMD 'xdg-open'
1798
	  (thanks to Doruk Fisek). Removed obsolete commands.
1799
1800
2010-04-02
1801
1802
	* version 3.0.2
1803
1804
2010-04-02
1805
1806
	* src/folderview.c: folderview_create(): use fixed-height-mode
1807
	  for the GtkTreeView if GTK+ >= 2.12. This fixes random scrolling
1808
	  problem on selecting folders.
1809
1810
2010-03-19
1811
1812
	* src/account_dialog.c: update folder config file after account name
1813
	  changed.
1814
1815
2010-03-19
1816
1817
	* src/main.c
1818
	  src/setup.c
1819
	  src/mainwindow.c: update account and folder config files after
1820
	  creating new accounts.
1821
1822
2010-03-16
1823
1824
	* version 3.0.1
1825
1826
2010-03-12
1827
1828
	* manual/ja/sylpheed.sgml: updated.
1829
1830
2010-03-01
1831
1832
	* src/update_check.c
1833
	  src/setup.c: fixed typos (thanks to Ricardo Mones).
1834
1835
2010-02-24
1836
1837
	* version 3.0.0
1838
1839
2010-02-24
1840
1841
	* src/sslmanager.c: fixed freeze when sending/receiving messages with
1842
	  STARTTLS and 'SSL certificate verify failed' dialog popped up.
1843
1844
2010-02-19
1845
1846
	* version 3.0.0rc
1847
1848
2010-02-19
1849
1850
	* src/update_check.c: set curl timeout to 10 secs.
1851
1852
2010-02-19
1853
1854
	* src/prefs_actions.c: removed compilation warning.
1855
1856
2010-02-16
1857
1858
	* src/addressadd.c: translate 'Auto-registered address' book.
1859
1860
2010-02-16
1861
1862
	* libsylph/prefs_common.[ch]
1863
	  src/compose.c
1864
	  src/prefs_common_dialog.c: added 'Enable address auto-completion'
1865
	  setting.
1866
1867
2010-02-16
1868
1869
	* src/plugin.h: bumped SYL_PLUGIN_INTERFACE_VERSION.
1870
1871
2010-02-16
1872
1873
	* libsylph/folder.c: folder_find_child_item_by_name(): use case
1874
	  insensitive match on Win32 to prohibit multiple reference of folder.
1875
1876
2010-02-15
1877
1878
	* src/query_search.c: row_activated(): fixed a bug that 'Getting
1879
	  message n' message was left on the status bar on displaying IMAP4
1880
	  messages with new window.
1881
1882
2010-02-15
1883
1884
	* src/setup.c: fixed compile error with OpenSSL disabled.
1885
	  Don't accept default Gmail address.
1886
1887
2010-02-12
1888
1889
	* version 3.0.0beta8
1890
1891
2010-02-12
1892
1893
	* libsylph/libsylph-0.def: updated.
1894
1895
2010-02-12
1896
1897
	* libsylph/filter.c: made default_addrbook_func static.
1898
1899
2010-02-12
1900
1901
	* src/compose.c: compose_change_spell_lang_menu(): force selection of
1902
	  currently selected item to update compose->spell_lang.
1903
1904
2010-02-12
1905
1906
	* src/compose.c: Preserve PGP settings saving and loading drafts
1907
	  (thanks to Antonio).
1908
1909
2010-02-12
1910
1911
	* src/compose.c: Preserve spell-checking settings saving and loading
1912
	  drafts (thanks to Antonio).
1913
1914
2010-02-12
1915
1916
	* libsylph/folder.c
1917
	  src/quick_search.[ch]
1918
	  src/addressbook.c: added 'In addressbook' to the quick search menu.
1919
1920
2010-02-12
1921
1922
	* src/compose.c: compose_add_new_recipients_to_addressbook():
1923
	  use addressbook_has_address().
1924
1925
2010-02-12
1926
1927
	* src/addressbook.c: lock addr_table since it can be accessed from
1928
	  sub threads.
1929
1930
2010-02-10
1931
1932
	* libsylph/filter.c: filter_write_file(): fixed crash.
1933
1934
2010-02-10
1935
1936
	* libsylph/filter.[ch]
1937
	  src/prefs_filter_edit.[ch]
1938
	  src/addressbook.[ch]
1939
	  src/main.c: added a new filter match type: is (not) in addressbook.
1940
	  addressbook_has_address(): new function for fast search of address
1941
	  book by addresses.
1942
1943
2010-02-05
1944
1945
	* src/setup.c: confirm on cancel. Modified messages.
1946
1947
2010-02-05
1948
1949
	* src/setup.c: check the input values for address, ID and server.
1950
1951
2010-02-05
1952
1953
	* src/mainwindow.c: new_account_cb(): don't update UI when cancelled.
1954
1955
2010-02-05
1956
1957
	* src/setup.c: modified messages.
1958
1959
2010-02-05
1960
1961
	* src/main.c
1962
	  src/setup.[ch]
1963
	  src/mainwindow.c: implemented new account setup wizard.
1964
1965
2010-02-04
1966
1967
	* src/mimeview.c
1968
	  src/rfc2015.c: fixed crash when checking signature while GnuPG is
1969
	  not available.
1970
1971
2010-02-02
1972
1973
	* src/addr_compl.c: address_completion_complete_address_in_entry():
1974
	  don't open completion menu if entry equals to the completed address.
1975
1976
2010-01-29
1977
1978
	* version 3.0.0beta7
1979
1980
2010-01-29
1981
1982
	* src/compose.c: applied the patch: Preserve 'Auto wrapping' setting
1983
	  when saving to and loading from drafts (thanks to Antonio Ospite).
1984
1985
2010-01-28
1986
1987
	* libsylph/libsylph-0.def
1988
	  src/libsylpheed-plugin-0.def: updated.
1989
	* configure.in: bumped the version.
1990
1991
2010-01-27
1992
1993
	* libsylph/prefs_common.[ch]
1994
	  src/prefs_common_dialog.c:
1995
	  src/compose.c: made address auto-registration configurable.
1996
1997
2010-01-27
1998
1999
	* src/addressbook.c
2000
	  src/editbook.c: show translated messages on the statusbar.
2001
	  Replaced sprintf() with g_snprintf(). Removed global
2002
	  addressbook_msgbuf[].
2003
	  Prohibit addressbook names begin with '@'.
2004
2005
2010-01-26
2006
2007
	* src/compose.c
2008
	  src/addressbook.[ch]
2009
	  src/addressadd.[ch]
2010
	  src/addrindex.[ch]: implemented auto-registration of new recipients.
2011
2012
2010-01-21
2013
2014
	* src/main.c: check_gpg(): show more verbose debug messages.
2015
2016
2010-01-21
2017
2018
	* src/compose.[ch]
2019
	  src/plugin.[ch]
2020
	  src/main.c: added new plug-in APIs for compose window:
2021
	  syl_plugin_compose_new, syl_plugin_compose_entry_set,
2022
	  syl_plugin_compose_entry_append, syl_plugin_compose_entry_get_text,
2023
	  syl_plugin_compose_lock, syl_plugin_compose_unlock
2024
	* src/compose.h: made GtkSpell members non-conditional for binary
2025
	  compatibility.
2026
	* plugin/test/test.c: added tests for new signals.
2027
2028
2010-01-19
2029
2030
	* src/summaryview.c: summary_show(): prevent beep when changing to
2031
	  folders which are sorted in descending order.
2032
2033
2010-01-15
2034
2035
	* libsylph/imap.[ch]
2036
	  src/summaryview.c: save color labels on IMAP server using custom
2037
	  keywords (partially compatible with Thunderbird).
2038
2039
2010-01-14
2040
2041
	* version 3.0.0beta6
2042
2043
2010-01-14
2044
2045
	* libsylph/utils.[ch]
2046
	  libsylph/imap.c
2047
	  src/colorlabel.[ch]
2048
	  src/sylpheed.rc.in
2049
	  src/prefs_common_dialog.c
2050
	  src/about.c
2051
	  README.ja
2052
	  README: updated copyright year.
2053
2054
2010-01-14
2055
2056
	* libsylph/utils.c: to_unumber(); return 0 on error (-1 will return
2057
	  UINT_MAX). Fixes the bug that IMAP caches get wrongly deleted.
2058
2059
2010-01-13
2060
2061
	* version 3.0.0beta5
2062
2063
2010-01-13
2064
2065
	* libsylph/utils.c: to_unumber(): added.
2066
	  remove_numbered_files()
2067
	  remove_expired_files(): made filename to number conversion unsigned
2068
	  (fixes undeleted IMAP caches with UIDs larger than INT_MAX).
2069
2070
2010-01-13
2071
2072
	* libsylph/imap.c: imap_cmd_append(): added date-time info on APPEND
2073
	  using Date: header (for Gmail to display received date).
2074
2075
2010-01-12
2076
2077
	* configure.in: added workaround for crash by enchant with zemberek.
2078
2079
2010-01-12
2080
2081
	* configure.in: added AM_SILENT_RULES (requires automake 1.11)
2082
	  (thanks to Antonio Ospite).
2083
2084
2010-01-06
2085
2086
	* src/colorlabel.[ch]: fixed a memory leak.
2087
2088
2010-01-05
2089
2090
	* src/colorlabel.[ch]
2091
	  src/prefs_common_dialog.c: implemented the UI for customizing
2092
	  color label text.
2093
2094
2009-12-28
2095
2096
	* src/main.c: lock_socket_input_cb(): added missing lock on I/O
2097
	  callback (fixes freeze on remote commands).
2098
2099
2009-12-28
2100
2101
	* src/update_check.[ch]
2102
	  src/main.c
2103
	  src/prefs_common_dialog.c
2104
	  src/mainwindow.c: added configure option '--disable-updatecheck'
2105
	  which disables the update check feature.
2106
	* src/compose.c: removed redundant code.
2107
2108
2009-12-24
2109
2110
	* src/colorlabel.[ch]
2111
	  src/main.c: made color label text customizable
2112
	  (~/.sylpheed-2.0/colorlabelrc).
2113
2114
2009-12-22
2115
2116
	* src/colorlabel.[ch]: implemented a feature to change color label
2117
	  text.
2118
2119
2009-12-21
2120
2121
	* libsylph/utils.[ch]
2122
	  libsylph/prefs_common.[ch]
2123
	  src/compose.c
2124
	  src/prefs_common_dialog.c: added option to set only mail address of
2125
	  recipients when replying.
2126
2127
2009-12-17
2128
2129
	* version 3.0.0beta4
2130
2131
2009-12-17
2132
2133
	* src/inputdialog.c: win32: fixed focus problem.
2134
2135
2009-12-17
2136
2137
	* src/inputdialog.[ch]
2138
	  src/filesel.c
2139
	  src/mainwindow.c: added select button to 'Add mailbox' dialog.
2140
2141
2009-12-17
2142
2143
	* libsylph/utils.[ch]
2144
	  src/setup.c: check whether the specified location includes settings
2145
	  folder.
2146
2147
2009-12-16
2148
2149
	* src/summaryview.c: summary_show(): fixed quick search on refresh.
2150
2151
2009-12-16
2152
2153
	* libsylph/utils.[ch]: strcasestr_with_skip_quote(): added.
2154
	* src/compose.c: compose_reply_set_entry(): ignore case when checking
2155
	  mailing list post.
2156
2157
2009-12-16
2158
2159
	* renamed folder-group.png to group.png.
2160
	* removed unused icons.
2161
2162
2009-12-16
2163
2164
	* src/icons/folder-group.png: new group icon.
2165
2166
2009-12-16
2167
2168
	* src/icons/folder-search.png: modified color.
2169
2170
2009-12-16
2171
2172
	* src/quick_search.[ch]
2173
	  src/summaryview.c: show description when the entry doesn't have
2174
	  focus.
2175
2176
2009-12-15
2177
2178
	* src/update_check.c: don't show update dialog if modal dialog exists
2179
	  or incorporation is active.
2180
2181
2009-12-15
2182
2183
	* src/icons/folder-search.png: modified.
2184
	* src/icons/folder-group.png: added.
2185
	* src/stock_pixmap.[ch]
2186
	  src/addressbook.c
2187
	  src/foldersel.c
2188
	  src/summaryview.c
2189
	  src/addressadd.c
2190
	  src/folderview.c
2191
	  src/prefs_filter_edit.c: renamed STOCK_PIXMAP_DIR_* to
2192
	  STOCK_PIXMAP_FOLDER_*.
2193
2194
2009-12-14
2195
2196
	* src/setup.c: changed the icon. Use name 'Mailbox' only when basename
2197
	  is 'Mail'.
2198
2199
2009-12-11
2200
2201
	* src/setup.c: modified path display.
2202
2203
2009-12-11
2204
2205
	* src/setup.c: adjusted dialog width.
2206
	  Append "/Mail" at the tail of selected folder.
2207
2208
2009-12-11
2209
2210
	* src/setup.c: new setup dialog which improves usability.
2211
2212
2009-12-11
2213
2214
	* src/icons/folder-close.png
2215
	  src/icons/folder-noselect.png
2216
	  src/icons/folder-open.png: modified folder icons.
2217
2218
2009-12-10
2219
2220
	* src/addressbook.c
2221
	  src/foldersel.c
2222
	  src/folderview.c: decreased spacing between icon and text.
2223
2224
2009-12-10
2225
2226
	* src/icons/folder-*.png
2227
	  src/stock_pixmap.c: added new folder icons.
2228
2229
2009-12-09
2230
2231
	* src/prefs_common_dialog.c: adjusted layout.
2232
2233
2009-12-09
2234
2235
	* srsrc/quick_search.[ch]: added status label to display number of
2236
	  matched messages.
2237
2238
2009-12-09
2239
2240
	* src/icons/interface.xpm: modified.
2241
2242
2009-12-09
2243
2244
	* src/foldersel.c: made New button secondary.
2245
2246
2009-12-09
2247
2248
	* src/compose.[ch]: added a menu item to request disposition
2249
	  notification.
2250
2251
2009-12-08
2252
2253
	* src/icons/stock_book.png
2254
	  src/stock_pixmap.c: new icon.
2255
2256
2009-12-08
2257
2258
	* libsylph/folder.c
2259
	  src/quick_search.[ch]: added 'Last 7 days' to the quick search.
2260
2261
2009-12-08
2262
2263
	* src/addressbook.c: added Search: label.
2264
2265
2009-12-08
2266
2267
	* src/compose.c: compose_close_cb(): fixed response handling on win32.
2268
2269
2009-12-08
2270
2271
	* src/addressbook.c: removed unused xpm objects. Added person icon.
2272
2273
2009-12-08
2274
2275
	* src/icons/address.xpm: modified icon.
2276
	* src/icons/stock_person.png
2277
	  src/stock_pixmap.[ch]: added new icon.
2278
2279
2009-12-08
2280
2281
	* libsylph/ssl.c
2282
	  src/sslmanager.c: prohibit acception of expired certificates.
2283
2284
2009-12-08
2285
2286
	* src/compose.c: compose_close_cb(): modified button order on win32.
2287
2288
2009-12-04
2289
2290
	* src/summaryview.c: summary_filter_real(): disable sort while
2291
	  filtering to prohibit 'The model has been modified from within
2292
	  gtk_tree_selection_selected_foreach.' warning.
2293
2294
2009-11-26
2295
2296
	* version 3.0.0beta3
2297
2298
2009-11-26
2299
2300
	* src/Makefile.am: sylpheed.res: depend on icons/sylpheed.ico.
2301
2302
2009-11-26
2303
2304
	* src/addressbook.c: enabled lookup feature for all addressbook type.
2305
2306
2009-11-26
2307
2308
	* src/sylpheed.rc.in: modified LegalCopyright.
2309
2310
2009-11-26
2311
2312
	* libsylph/ssl.c: ssl_init_socket_with_method(): modified debug
2313
	  output.
2314
2315
2009-11-26
2316
2317
	* libsylph/prefs_common.[ch]
2318
	  src/prefs_common_dialog.c
2319
	  src/folderview.c: the visibility of message number columns in the
2320
	  folder view is now configurable for each column.
2321
2322
2009-11-26
2323
2324
	* libsylph/imap.c: made error log more verbose.
2325
	* libsylph/socket.c: sock_connect_with_timeout(): check socket with
2326
	  getsockopt() even if select() succeed.
2327
2328
2009-11-25
2329
2330
	* src/sslmanager.c: display issued and expire date. Refined text
2331
	  format.
2332
2333
2009-11-24
2334
2335
	* src/addressbook.c: re-enabled sort order change because the bug
2336
	  seems to be fixed.
2337
2338
2009-11-24
2339
2340
	* src/addressbook.c: addressbook_create(): create renderer for
2341
	  each column.
2342
2343
2009-11-19
2344
2345
	* libsylph/ssl.c
2346
	  src/sslmanager.c: calculate and display SHA1/MD5 fingerprint
2347
	  if verification of SSL certificate failed.
2348
2349
2009-11-16
2350
2351
	* version 3.0.0beta2
2352
2353
2009-11-16
2354
2355
	* src/icons/sylpheed.ico: added 48x48(32bpp), 32x32(32bpp),
2356
	  16x16(32bpp) icons.
2357
2358
2009-11-13
2359
2360
	* libsylph/imap.c: removed redundant debug print.
2361
	* libsylph/libsylph-0.def: updated.
2362
2363
2009-11-13
2364
2365
	* src/addressbook.c: added sort order change (but disabled because of
2366
	  random crash bug inside GTK+).
2367
	  Hide Lookup button if LDAP is not used.
2368
2369
2009-11-11
2370
2371
	* src/plugin.[ch]
2372
	  src/main.c: added plugin APIs: syl_plugin_main_window_lock(),
2373
	  syl_plugin_main_window_unlock() and syl_plugin_inc_is_active().
2374
2375
2009-11-09
2376
2377
	* src/addressbook.c: addressbook_read_file(): show more descriptive
2378
	  error.
2379
2380
2009-11-09
2381
2382
	* libsylph/mh.c
2383
	  src/inc.c: removed redundant debug print.
2384
2385
2009-11-09
2386
2387
	* libsylph/imap.c: imap_get_msginfo(): SELECT before FETCH
2388
	  (fixed opening message by syl_plugin_open_message().
2389
2390
2009-11-09
2391
2392
	* src/plugin.h: increased SYL_PLUGIN_INTERFACE_VERSION.
2393
2394
2009-11-06
2395
2396
	* libsylph/mh.c
2397
	  libsylph/folder.c
2398
	  libsylph/sylmain.c
2399
	  libsylph/account.[ch]
2400
	  src/account_dialog.c: added "account-updated" signal to SylApp.
2401
	  Don't emit signals if SylApp is not initialized.
2402
	  Call account_updated() only once.
2403
2404
2009-11-06
2405
2406
	* src/plugin.c
2407
	  src/main.c:
2408
	  syl_plugin_add_menuitem()
2409
	  syl_plugin_add_factory_item(): added <IMAPFolder> and <NewsFolder>
2410
	  to parent factory.
2411
2412
2009-11-06
2413
2414
	* configure.in: increased LT_CURRENT because the interface is not
2415
	  completely compatible.
2416
2417
2009-11-05
2418
2419
	* libsylph/folder.[ch]
2420
	  libsylph/news.c
2421
	  libsylph/imap.c: add a new flag:
2422
	  RemoteFolder::remove_cache_on_destroy. If this is not set, caches
2423
	  will not be removed on folder_destroy().
2424
	* libsylph/utils.c: remove_dir_recursive(): added debug print.
2425
2426
2009-11-05
2427
2428
	* libsylph/imap.c: imap_create_tree(): return error if
2429
	  imap_scan_tree() failed.
2430
	* src/account_dialog.c: show waiting dialog on creating folder tree.
2431
	* src/folderview.c: disable close button of waiting dialog.
2432
2433
2009-11-05
2434
2435
	* libsylph/imap.c: imap_create_tree(): don't continue if connection
2436
	  failed.
2437
	* libsylph/socket.c: don't use alarm() if threads are enabled.
2438
	  sock_connect_with_timeout(): check with FD_ISSET() when select()
2439
	  succeeded.
2440
2441
2009-11-04
2442
2443
	* libsylph/socket.c: sock_connect_with_timeout(): use non-blocking
2444
	  socket and select() for connection timeout (fix crash on connection
2445
	  failure).
2446
2447
2009-11-04
2448
2449
	* libsylph/imap.c
2450
	  src/query_search.c
2451
	  src/main.c: fixed a bug that prohibited query search on IMAP
2452
	  folders. Don't call gtk_main_iteration() from non-main threads.
2453
2454
2009-11-02
2455
2456
	* src/summaryview.c: summary_selection_changed(): fixed unintended
2457
	  drag start on IMAP.
2458
2009-11-02
2459
2460
	* libsylph/utils.[ch]
2461
	  libsylph/mh.c
2462
	  libsylph/procmsg.c
2463
	  libsylph/news.c: more fix for UID more than INT_MAX.
2464
2465
2009-11-02
2466
2467
	* libsylph/imap.[ch]
2468
	  src/summaryview.c: don't allow parallel multiple command on IMAP.
2469
2470
2009-10-29
2471
2472
	* src/update_check.c: fixed freeze bug on showing dialog.
2473
2474
2009-10-29
2475
2476
	* version 3.0.0beta1
2477
2478
2009-10-29
2479
2480
	* libsylph/libsylph-0.def
2481
	  src/libsylpheed-plugin-0.def: updated.
2482
2483
2009-10-29
2484
2485
	* src/addressbook.c: modified the design.
2486
2487
2009-10-29
2488
2489
	* src/addressbook.c: addressbook_list_button_pressed(): change
2490
	  selection if a non-selected row is right-clicked.
2491
2492
2009-10-28
2493
2494
	* libsylph/socket.c: sock_connect_async_thread(): fixed a crash
2495
	  when connection failed.
2496
2497
2009-10-28
2498
2499
	* src/addressbook.c: removed debug print.
2500
2501
2009-10-28
2502
2503
	* src/update_check.c: made release version have priority over
2504
	  development version.
2505
2506
2009-10-28
2507
2508
	* src/addressbook.c: expand tree row when double-clicked.
2509
	  Removed commented out code.
2510
2511
2009-10-28
2512
2513
	* src/addressbook.c: automatically sort the tree and list.
2514
2515
2009-10-28
2516
2517
	* src/addressbook.c: don't change selection when the list is right-
2518
	  clicked.
2519
2520
2009-10-27
2521
2522
	* src/addressbook.c: reimplemented addressbook_move_nodes_up().
2523
2524
2009-10-27
2525
2526
	* src/addressbook.c
2527
	  src/addressitem.h: reimplemented the list view of address book UI
2528
	  with GtkTreeView.
2529
2530
2009-10-26
2531
2532
	* src/addressbook.c
2533
	  src/addressitem.h: reimplemented the folder tree of address book
2534
	  UI with GtkTreeView.
2535
2536
2009-10-23
2537
2538
	* configure.in: made threads enabled by default.
2539
2540
2009-10-20
2541
2542
	* libsylph/imap.c:
2543
	  imap_fetch_msg()
2544
	  imap_cmd_fetch(): fixed a bug that could not fetch UID more than
2545
	  INT_MAX.
2546
2547
2009-10-20
2548
2549
	* faq/en/sylpheed-faq*: updated Sylpheed FAQ (English)
2550
	  (thanks to Petr Kovar).
2551
	* README
2552
	  README.ja: updated.
2553
2554
2009-10-16
2555
2556
	* libsylph/utils.[ch]: added tzoffset_buf().
2557
	  Made get_rfc822_date(), get_outgoing_rfc2822_str() and
2558
	  generate_mime_boundary() thread-safe.
2559
2560
2009-10-16
2561
2562
	* libsylph/mh.c
2563
	  libsylph/procmsg.c
2564
	  libsylph/news.c
2565
	  libsylph/filter.c
2566
	  libsylph/imap.c: use itos_buf() because itos() is not thread-safe.
2567
2568
2009-10-16
2569
2570
	* src/plugin.[ch]: properly check plug-in version.
2571
2572
2009-10-16
2573
2574
	* libsylph/codeconv.c: made codeconv module thread-safe.
2575
	* src/query_search.c: update search window using timer.
2576
2577
2009-10-13
2578
2579
	* src/plugin.[ch]
2580
	  src/main.c: added new APIs: syl_plugin_summary_lock(),
2581
	  syl_plugin_summary_unlock() and syl_plugin_summary_is_locked().
2582
2583
2009-10-13
2584
2585
	* libsylph/utils.c
2586
	  libsylph/imap.c
2587
	  libsylph/socket.c
2588
	  src/query_search.c: use g_atomic_int_{get,set} for thread
2589
	  terminate flags.
2590
2591
2009-10-09
2592
2593
	* src/send_message.c: made send dialog non-modal.
2594
2595
2009-10-08
2596
2597
	* src/query_search.c: destroy async queue when finished.
2598
2599
2009-10-08
2600
2601
	* makewin32.sh: added --enable-threads.
2602
2603
2009-10-08
2604
2605
	* libsylph/imap.c
2606
	  src/query_search.c: fixed compilation without thread support.
2607
2608
2009-10-08
2609
2610
	* src/query_search.c: execute query search in another thread.
2611
2612
2009-10-07
2613
2614
	* src/inc.c: inc_drop_message(): fixed a bug that MIME flag was not
2615
	  properly set on receiving.
2616
2617
2009-10-07
2618
2619
	* libsylph/mh.c: mh_get_mtime(): fixed memory leak.
2620
	  Added global locks to each functions.
2621
2622
2009-10-06
2623
2624
	* src/rpop3.c: added missing GDK locks.
2625
2626
2009-10-05
2627
2628
	* libsylph/utils.c
2629
	  libsylph/pop.c
2630
	  libsylph/socket.c
2631
	  src/logwindow.c: removed some debug prints.
2632
	* libsylph/session.c: uncommented code block for unix.
2633
2634
2009-10-05
2635
2636
	* libsylph/imap.c: imap_session_destroy(): free thread pool.
2637
2638
2009-10-05
2639
2640
	* src/main.c: display status on loading plug-ins.
2641
2642
2009-10-02
2643
2644
	* libsylph/imap.c: execute imap_get_uncached_messages() in another
2645
	  thread.
2646
2647
2009-10-02
2648
2649
	* src/trayicon.c
2650
	  src/syldap.c
2651
	  src/summaryview.c
2652
	  src/folderview.c: added missing locks on idle callbacks.
2653
2654
2009-10-01
2655
2656
	* libsylph/imap.c: reimplemented using GThreadPool.
2657
2658
2009-10-01
2659
2660
	* libsylph/imap.c: refactored.
2661
2662
2009-09-30
2663
2664
	* libsylph/imap.c: execute imap_cmd_fetch() in another thread.
2665
2666
2009-09-30
2667
2668
	* libsylph/utils.[ch]
2669
	  src/logwindow.c: added log_flush() function.
2670
	* libsylph/imap.c: execute imap_cmd_ok() in another thread.
2671
2672
2009-09-30
2673
2674
	* libsylph/socket.[ch]
2675
	  libsylph/session.c: renamed sock_connect_async() to
2676
	  sock_connect_async_thread().
2677
	* libsylph/imap.c: imap_open(): connect in another thread.
2678
2679
2009-09-29
2680
2681
	* libsylph/utils.c: made writing to log file thread-safe.
2682
2683
2009-09-29
2684
2685
	* src/logwindow.[ch]: made LogWindow thread-safe.
2686
	* libsylph/utils.c
2687
	  libsylph/socket.c
2688
	  src/inc.c
2689
	  src/statusbar.c
2690
	  src/send_message.c
2691
	  src/main.c: made gdk_threads_enter() / gdk_threads_leave()
2692
	  reentrant.
2693
2694
2009-09-25
2695
2696
	* libsylph/utils.[ch]
2697
	  libsylph/socket.[ch]
2698
	  libsylph/session.c
2699
	  libsylph/pop.c
2700
	  src/inc.c
2701
	  src/main.c: fixed the handling of GDK thread lock.
2702
2703
2009-09-18
2704
2705
	* libsylph/utils.c: execute_command_line_async_wait(): disable
2706
	  threading if USE_THREADS is not set.
2707
2708
2009-09-18
2709
2710
	* introduced multi-threading.
2711
	* libsylph/session.c
2712
	  libsylph/socket.[ch]: win32: connect() on another thread to avoid
2713
	  UI blocking.
2714
	* libsylph/filter.c
2715
	  libsylph/utils.[ch]: execute command on another thread to avoid
2716
	  UI blocking.
2717
	* src/rpop3.c
2718
	  src/compose.c
2719
	  src/inc.c
2720
	  src/trayicon.c
2721
	  src/main.c
2722
	  src/send_message.c
2723
	  src/folderview.c
2724
	  src/sigstatus.c: surround timeout/IO-watch callback functions with 
2725
	  gdk_threads_enter() and gdk_threads_leave().
2726
2727
2009-09-17
2728
2729
	* folderview_new_folder_cb(): win32: fixed prohibited character check.
2730
2731
2009-09-15
2732
2733
	* libsylph/mh.c
2734
	  libsylph/procmsg.c
2735
	  src/rpop3.c
2736
	  src/compose.c: mh_add_msgs(): generate cache on adding messages.
2737
	  Cleanup the code.
2738
2739
2009-09-15
2740
2741
	* libsylph/procmsg.c: minor optimization: use g_slist_prepend() for
2742
	  mark/cache queue.
2743
2744
2009-09-14
2745
2746
	* libsylph/procmsg.c: use MsgFlagInfo struct for mark queue to reduce
2747
	  its memory usage.
2748
2749
2009-09-14
2750
2751
	* src/import.c: update summary cache on eml import.
2752
2753
2009-09-14
2754
2755
	* libsylph/mh.c: update summary cache on move/copy.
2756
2757
2009-09-14
2758
2759
	* libsylph/mbox.c: update summary cache when importing from mbox.
2760
2761
2009-09-14
2762
2763
	* libsylph/mh.c
2764
	  libsylph/procmsg.[ch]
2765
	  libsylph/folder.[ch]
2766
	  libsylph/virtual.c
2767
	  libsylph/news.c
2768
	  libsylph/filter.c
2769
	  libsylph/imap.c
2770
	  src/inc.c
2771
	  src/summaryview.c: update summary caches on receiving. This
2772
	  improves the opening speed of folders with many new messages.
2773
2774
2009-09-03
2775
2776
	* libsylph/mh.c
2777
	  src/summaryview.c: show progress when scanning folders.
2778
2779
2009-08-20
2780
2781
	* libsylph/utils.c: set_log_file(): open log file as text mode.
2782
2783
2009-08-13
2784
2785
	* version 2.7.1
2786
2787
2009-08-13
2788
2789
	* manual/ja/sylpheed.sgml: updated import/export description.
2790
2791
2009-08-13
2792
2793
	* libsylph/Makefile.am
2794
	  src/Makefile.am
2795
	  configure.in: added -version-info to libtool.
2796
2797
2009-08-12
2798
2799
	* src/export.c: don't overwrite existing file.
2800
2801
2009-08-12
2802
2803
	* src/export.c: implemented export to .eml or MH files.
2804
2805
2009-08-12
2806
2807
	* libsylph/mh.c: mh_do_move_msgs(): emit remove-msg signal after
2808
	  add-msg for speedup.
2809
2810
2009-08-12
2811
2812
	* src/import.c: removed 'eml (file)'. Update description label.
2813
2814
2009-08-11
2815
2816
	* libsylph/mbox.c
2817
	  src/export.[ch]: show progress bar on export.
2818
	* src/mainwindow.c
2819
	  src/import.c: modified menu label and function names.
2820
2821
2009-08-11
2822
2823
	* src/import.c: implemented eml file import (with folder).
2824
2825
2009-08-10
2826
2827
	* src/import.c: added eml file import (one file).
2828
2829
2009-08-10
2830
2831
	* src/import.c: added format selection menu, and refactored the code.
2832
2833
2009-08-10
2834
2835
	* libsylph/procmime.c: procmime_scan_content_type_str():
2836
	  remove comments from Content-Type charset parameter.
2837
2838
2009-08-05
2839
2840
	* src/plugin.c: syl_plugin_load_all(): don't output warning when
2841
	  failed to open directory.
2842
2843
2009-08-05
2844
2845
	* src/import.c: modified progressbar dialog.
2846
2847
2009-08-04
2848
2849
	* sylpheed.spec.in: fixed %files section.
2850
2851
2009-08-04
2852
2853
	* libsylph/mbox.c
2854
	  src/progressdialog.[ch]
2855
	  src/import.c: show progressbar on mbox import.
2856
2857
2009-07-21
2858
2859
	* version 2.7.0
2860
2861
2009-07-01
2862
2863
	* PLUGIN.txt
2864
	  PLUGIN.ja.txt: added plugin document.
2865
2866
2009-07-01
2867
2868
	* plugin/test/Makefile.am: fixed build issue.
2869
2870
2009-06-25
2871
2872
	* updated COPYING and LICENSE.
2873
2874
2009-06-25
2875
2876
	* manual/ja/sylpheed.sgml: updated bsfilter description.
2877
2878
2009-06-17
2879
2880
	* src/plugin.[ch]
2881
	  src/main.c
2882
	  src/libsylpheed-plugin-0.def: made syl_plugin_lookup_symbol()
2883
	  public. Added syl_plugin_main_window_get_statusbar().
2884
2885
2009-06-12
2886
2887
	* plugin/test/Makefile.am: do not install automatically (added make
2888
	  install-plugin target).
2889
2890
2009-06-12
2891
2892
	* manual/ja/sylpheed.sgml: updated for 2.7.
2893
2894
2009-06-10
2895
2896
	* merged plugin-test branch into trunk.
2897
2898
2009-06-08
2899
2900
	* libsylph/procmsg.c
2901
	  libsylph/procheader.c: made perror() more descriptive.
2902
2903
2009-06-03
2904
2905
	* src/plugin.[ch]
2906
	  src/main.c: syl_plugin_manage_window_get_focus_window(): added.
2907
2908
2009-05-28
2909
2910
	* src/folderview.c: folderview_new_folder_cb(): win32: don't allow
2911
	  filesystem-unsafe characters.
2912
2913
2009-05-27
2914
2915
	* configure.in
2916
	  src/update_check.c: added config.h macro DEVEL_VERSION.
2917
2918
2009-05-27
2919
2920
	* src/update_check.c: disable auto update check if specified.
2921
	  don't show check button on manual checking.
2922
2923
2009-05-26
2924
2925
	* src/defs.h
2926
	  src/update_check.c: moved VERSION_URI in defs.h.
2927
2928
2009-05-22
2929
2930
	* libsylph/prefs_common.[ch]
2931
	  src/update_check.[ch]
2932
	  src/main.c
2933
	  src/prefs_common_dialog.c
2934
	  src/mainwindow.c: implemented update check (using curl).
2935
	* src/plugin_manager.c: show grid lines.
2936
2937
2009-05-18
2938
2939
	* src/plugin.h: added padding into SylPluginInfo.
2940
	* src/about.c: updated copyright year.
2941
	* configure.in: updated version to 2.7.0beta1.
2942
2943
2009-05-15
2944
2945
	* libsylph/procmsg.c: made error message more descriptive on fopen().
2946
2947
2009-05-15
2948
2949
	* src/plugin.h
2950
	  src/plugin_manager.c: added description to SylPluginInfo.
2951
2952
2009-05-14
2953
2954
	* src/plugin_manager.c
2955
	  src/main.c
2956
	  src/mainwindow.c: implemented plugin manager.
2957
2958
2009-05-14
2959
2960
	* src/plugin.[ch]
2961
	  src/libsylpheed-plugin-0.def: added APIs to change menu sensitivity.
2962
2963
2009-05-11
2964
2965
	* src/plugin_manager.c: added template of window creation.
2966
2967
2009-05-08
2968
2969
	* src/plugin.[ch]
2970
	  src/libsylpheed-plugin-0.def
2971
	  src/main.c
2972
	  src/plugin_manager.[ch]
2973
	  plugin/test/test.c: added new plugin APIs to manage plug-ins.
2974
	  added plugin interface version check.
2975
2976
2009-04-24
2977
2978
	* src/plugin.c
2979
	* src/plugin.h
2980
	* src/main.c
2981
	* src/manage_window.[ch]: added new plugin APIs.
2982
2983
2009-04-23
2984
2985
	* imap.c: imap_folder_destroy(): fixed crash when folder->account
2986
	  was NULL.
2987
2988
2009-04-23
2989
2990
	* libsylph/mh.c
2991
	  libsylph/sylmain.c
2992
	  libsylph/syl-marshal.*: added new signal: move-folder.
2993
2994
2009-04-22
2995
2996
	* libsylph/sylmain.[ch]: added syl_init_gettext().
2997
2998
2009-04-21
2999
3000
	* added new signal: folderlist-updated, remove-folder.
3001
3002
2009-04-20
3003
3004
	* added new API:
3005
	  syl_plugin_folder_sel()
3006
	  syl_plugin_folder_sel_full()
3007
	  syl_plugin_input_dialog()
3008
	  syl_plugin_input_dialog_with_invisible()
3009
3010
2009-04-16
3011
3012
	* added new API:
3013
	  syl_plugin_folderview_get()
3014
	  syl_plugin_folderview_get_selected_item()
3015
3016
2009-04-16
3017
3018
	* src/plugin.[ch]
3019
	  src/main.c
3020
	  src/folderview.c: added new signal: folderview-menu-popup.
3021
	  added new API: syl_plugin_add_factory_item().
3022
3023
2009-04-15
3024
3025
	* src/plugin.[ch]
3026
	  src/main.c: added new APIs for opening messages.
3027
3028
2009-03-23
3029
3030
	* src/mainwindow.c: enable 'Remote mailbox' only if current account
3031
	  is POP3.
3032
3033
2009-03-19
3034
3035
	* src/folderview.c: show 'Send queued messages' instead of 'Mark all
3036
	  read' in the context menu of the Queue folder.
3037
3038
2009-03-17
3039
3040
	* libsylph/prefs.c: prefs_file_close(): win32: use _commit() as well
3041
	  as fsync() on Unix.
3042
3043
2009-03-17
3044
3045
	* libsylph/prefs.c: prefs_file_close(): abort if fsync() fails.
3046
3047
2009-03-17
3048
3049
	* libsylph/prefs.c
3050
	  configure.in: prefs_file_close(): do fflush() and fsync() before
3051
	  fclose() to lessen the possibility of data loss.
3052
3053
2009-03-16
3054
3055
	* libsylph/utils.[ch]
3056
	  libsylph/mh.c: g_link(): fixed infinite loop bug on Unix and
3057
	  renamed g_link to syl_link.
3058
3059
2009-03-13
3060
3061
	* libsylph/utils.[ch]
3062
	  libsylph/mh.c: win32: use CreateHardLink() if available.
3063
	  It will improve file I/O on receive.
3064
3065
2009-02-27
3066
3067
	* libsylph/prefs_common.c
3068
	  src/prefs_common_dialog.c: modified the default command line option
3069
	  of spam filters (added undo-contrary option).
3070
3071
2009-02-25
3072
3073
	* src/addr_compl.c: add_address(): fixed crash when name == NULL
3074
	  which can happen with csv import (thanks to Simon Effenberg).
3075
3076
2008-12-26
3077
3078
	* libsylph/procmime.c: procmime_decode_content(): properly process
3079
	  lines longer than 8192 bytes.
3080
3081
2008-12-19
3082
3083
	* version 2.6.0
3084
3085
2008-12-15
3086
3087
	* libsylph/procmime.c: procmime_parse_mime_parameter(): modified
3088
	  variable name.
3089
3090
2008-12-11
3091
3092
	* libsylph/mbox.c
3093
	  libsylph/smtp.[ch]
3094
	  src/inc.c: renamed/removed MSGBUFSIZE since it conflicts with
3095
	  OpenBSD's header file.
3096
3097
2008-12-11
3098
3099
	* libsylph/procmime.c: procmime_parse_mime_parameter(): made a
3100
	  workaround for raw-JIS filename (Eudora etc.).
3101
3102
2008-12-03
3103
3104
	* libsylph/socket.[ch]
3105
	  libsylph/session.c: added SYL_ prefix to SockFlags enum to avoid
3106
	  confliction with recent glibc header file
3107
	  (/usr/include/bits/socket.h) (thanks to Michael Schwendt).
3108
3109
2008-12-01
3110
3111
	* version 2.6.0rc
3112
3113
2008-11-28
3114
3115
	* libsylph/news.c
3116
	  libsylph/imap.c: when removing news/imap accounts, remove cache
3117
	  directory with server name if it becomes empty.
3118
3119
2008-11-27
3120
3121
	* src/foldersel.c: only expand folders which are expanded in the
3122
	  folder view.
3123
3124
2008-11-27
3125
3126
	* libsylph/prefs.[ch]: made backup generation configurable.
3127
	* libsylph/pop.c: pop3_write_uidl_list(): don't save older backups.
3128
3129
2008-11-27
3130
3131
	* src/addressbook.c: addressbook_refresh(): fixed a bug that the
3132
	  addressbook window was not refreshed when adding sender to
3133
	  addressbook.
3134
3135
2008-11-25
3136
3137
	* libsylph/mbox.c: proc_mbox_full(): only count for non-junk and
3138
	  not-deleted and not-marked-as-read messages (thanks to Otinov
3139
	  Sergey).
3140
3141
2008-11-25
3142
3143
	* src/foldersel.[ch]
3144
	  src/summaryview.c
3145
	  src/mainwindow.c: added message label to the folder selection
3146
	  dialog.
3147
3148
2008-11-25
3149
3150
	* src/main.c: added #include <conio.h> for _getch() (thanks to Gisle
3151
	  Vanem).
3152
3153
2008-11-20
3154
3155
	* src/addressbook.c
3156
	  src/editgroup.c
3157
	  src/gtkutils.c
3158
	  src/select-keys.c
3159
	  src/addr_compl.c
3160
	  src/prefs_summary_column.c
3161
	  src/prefs_display_items.c: include gtk/gtk.h as a workaround for
3162
	  GTK+ >= 2.13.3.
3163
3164
2008-11-19
3165
3166
	* libsylph/session.c: session_connect(): fixed a bug that
3167
	  session->server was not set.
3168
3169
2008-11-19
3170
3171
	* src/foldersel.c: made virtual folders unselectable when not in
3172
	  FOLDER_SEL_ALL mode.
3173
3174
2008-11-19
3175
3176
	* libsylph/prefs.c: prefs_file_close(): keep backups for four
3177
	  generations.
3178
3179
2008-11-14
3180
3181
	* version 2.6.0beta2
3182
3183
2008-11-14
3184
3185
	* src/rpop3.c: added menu using GtkUIManager.
3186
3187
2008-11-14
3188
3189
	* src/prefs_toolbar.c: use GTK_STOCK_NETWORK as the icon of POP3
3190
	  remote mailbox.
3191
3192
2008-11-13
3193
3194
	* po/Makefile.in.in: updated for datarootdir.
3195
	* missing: updated.
3196
3197
2008-11-13
3198
3199
	* src/jpilot.c: moved code conversion to separated function.
3200
	  Code cleanup.
3201
3202
2008-10-07
3203
3204
	* src/prefs_toolbar.[ch]
3205
	  src/mainwindow.[ch]: added POP3 remote mailbox button to the
3206
	  toolbar.
3207
3208
2008-10-07
3209
3210
	* src/mainwindow.c: disable '/Message/Receive/Remote mailbox...'
3211
	  when mail incorporation is active.
3212
3213
2008-10-03
3214
3215
	* manual/ja/sylpheed.sgml: updated Japanese manual.
3216
3217
2008-10-01
3218
3219
	* src/rpop3.c: fixed sorting by subject, date and size.
3220
3221
2008-09-29
3222
3223
	* version 2.6.0beta1
3224
3225
2008-09-29
3226
3227
	* src/main.c
3228
	  libsylph/codeconv.c: check for HAVE_LOCALE_H and ENABLE_NLS
3229
	  (thanks to Enrico Troger).
3230
3231
2008-09-26
3232
3233
	* src/inc.c
3234
	  src/progressdialog.[ch]
3235
	  src/send_message.c: added progress column to the progress dialog.
3236
3237
2008-09-26
3238
3239
	* src/messageview.c
3240
	  src/summaryview.c
3241
	  src/mainwindow.c
3242
	  src/prefs_filter_edit.[ch]
3243
	  src/prefs_filter.[ch]: use target header field as a default filter
3244
	  name when creating filter rule automatically.
3245
3246
2008-09-25
3247
3248
	* src/rpop3.c: send NOOP command for each 30 seconds to prevent
3249
	  session timeout.
3250
3251
2008-09-24
3252
3253
	* src/inputdialog.c: don't debug print return string on invisible
3254
	  mode.
3255
	* libsylph/imap.c: imap_parse_envelope(): allow responses such as
3256
	  "RFC822.HEADER{...}" (workaround for some broken servers).
3257
3258
2008-09-24
3259
3260
	* src/rpop3.c: display 'Quitting...' on logout.
3261
3262
2008-09-19
3263
3264
	* src/rpop3.c: modified style.
3265
	* configure.in: updated version.
3266
3267
2008-09-19
3268
3269
	* libsylph/socket.c: also handle G_IO_NVAL.
3270
	* src/rpop3.c: added stop button which stops retrieving of headers.
3271
3272
2008-09-18
3273
3274
	* src/rpop3.c: enabled cancellation on connection.
3275
3276
2008-09-18
3277
3278
	* src/rpop3.c: implemented receiving of messages.
3279
3280
2008-09-18
3281
3282
	* src/rpop3.c: added timeout. Show dialog on error.
3283
3284
2008-09-17
3285
3286
	* libsylph/pop.c
3287
	  src/rpop3.c: modified column width. Implemented message display.
3288
3289
2008-09-17
3290
3291
	* libsylph/pop.[ch]: made some functions non-static.
3292
	  pop3_session_new(): set server, port, userid and password.
3293
	* src/inc.c: sync with the libsylph/pop.[ch] change.
3294
	* src/rpop3.[ch]
3295
	  src/mainwindow.c: first implementation of remote POP3 mailbox
3296
	  feature. Currently, only deletion of messages is available.
3297
3298
2008-07-16
3299
3300
	* src/compose.[ch]: fixed Enchant support.
3301
	  Force 'en' dictionary if user-specified language doesn't match.
3302
3303
2008-07-10
3304
3305
	* libsylph/imap.c: imap_add_inter_folders(): more error checks.
3306
3307
2008-07-09
3308
3309
	* libsylph/imap.c: imap_get_folder_list(): add intermediate folders
3310
	  because some IMAP servers don't return \NoSelect parent folders
3311
	  at 'LIST "" "*"'.
3312
3313
2008-07-04
3314
3315
	* src/main.c: win32: handle window messages even if console is
3316
	  initialized.
3317
3318
2008-07-04
3319
3320
	* src/main.c: win32: handle console ctrl events.
3321
	  Call register_system_events() after all config files are read.
3322
3323
2008-06-27
3324
3325
	* configure.in
3326
	  src/compose.c: supported GtkSpell 2.0.13 (with Enchant)
3327
	  (thanks to Michael Schwendt).
3328
	* Makefile.am: removed unrequired ACLOCAL_AMFLAGS.
3329
	* config.guess
3330
	  ltmain.sh
3331
	  config.sub: updated.
3332
3333
2008-06-20
3334
3335
	* src/main.c: handle SIGHUP/SIGINT/SIGTERM/SIGQUIT signals on Unix,
3336
	  and unified the function with Win32.
3337
3338
2008-06-19
3339
3340
	* libsylph/codeconv.[ch]:
3341
	  conv_set_autodetect_type()
3342
	  conv_get_autodetect_type(): added function to change the behavior
3343
	  of character encoding auto-detection.
3344
3345
2008-06-18
3346
3347
	* libsylph/procmime.c: procmime_scan_mime_header(): also use
3348
	  MimeInfo::filename to determine file type.
3349
3350
2008-06-17
3351
3352
	* version 2.5.0
3353
3354
2008-06-17
3355
3356
	* sylpheed.desktop: added Polish translation (thanks to Jan Stepien).
3357
3358
2008-06-06
3359
3360
	* version 2.5.0rc2
3361
3362
2008-06-06
3363
3364
	* src/template.c: template_load(): removed the restriction that the
3365
	  template body over 8KB could not be read.
3366
3367
2008-06-06
3368
3369
	* INSTALL
3370
	  INSTALL.ja: fixed GnuPG/GPGME URL.
3371
	* configure.in: require GPGME >= 1.0.0.
3372
	* src/about.c: updated copyright year.
3373
3374
2008-06-05
3375
3376
	* libsylph/codeconv.c: conv_get_locale_charset(): recognize "utf8"
3377
	  in locale strings as UTF-8 (fixes some character corruption).
3378
3379
2008-06-05
3380
3381
	* libsylph/procmime.c: procmime_scan_encoding(): fixed
3382
	  Content-Transfer-Encoding with comments.
3383
3384
2008-05-22
3385
3386
	* src/summaryview.c: summary_display_msg_idle_func(): fixed a crash
3387
	  (thanks to Michael Schwendt).
3388
3389
2008-05-19
3390
3391
	* version 2.5.0rc
3392
3393
2008-05-16
3394
3395
	* src/compose.c: display alert dialog when signing/encryption failed.
3396
	* src/select-keys.c: fixed window position and focus.
3397
3398
2008-05-14
3399
3400
	* src/summaryview.c: summary_display_msg_full(): don't move focus
3401
	  from text view to summary view.
3402
3403
2008-05-08
3404
3405
	* libsylph/prefs_common.[ch] 
3406
	  src/compose.[ch]: remember the maximized state.
3407
3408
2008-04-30
3409
3410
	* sylpheed.desktop: fixed warnings and added German translation
3411
	  (thanks to Enrico Troger).
3412
	* Makefile.am: install sylpheed.desktop and sylpheed-64x64.png.
3413
3414
2008-04-24
3415
3416
	* version 2.5.0beta3
3417
3418
2008-04-24
3419
3420
	* libsylph/prefs_common[ch]
3421
	  src/compose.c
3422
	  src/prefs_common_dialog.c: added option of excluded
3423
	  addresses/domains for recipients confirmation.
3424
3425
2008-04-24
3426
3427
	* src/compose.c: compose_check_attachments(): exclude quoted lines.
3428
	* src/prefs_common_dialog.c: modified English.
3429
3430
2008-04-11
3431
3432
	* version 2.5.0beta2
3433
3434
2008-04-11
3435
3436
	* src/summaryview.c: reset quick search condition if search bar is
3437
	  not shown.
3438
3439
2008-04-11
3440
3441
	* src/gtkutils.h: added missing include.
3442
3443
2008-04-10
3444
3445
	* src/quick_search.c
3446
	  src/mainwindow.c: added 'Edit/Quick search' menu.
3447
	  Also search To: header in Sent/Draft/Queue folders.
3448
3449
2008-04-10
3450
3451
	* src/gtkutils.[ch]
3452
	  src/prefs_account_dialog.c: spaces in address and server
3453
	  entries are automatically removed at applying configuration.
3454
3455
2008-04-09
3456
3457
	* libsylph/session.c
3458
	  src/send_message.c: always display error dialog when connection
3459
	  to SMTP server failed.
3460
3461
2008-04-08
3462
3463
	* src/compose.c: compose_check_recipients(): fixed leaks of GSList.
3464
3465
2008-04-08
3466
3467
	* libsylph/prefs_common.[ch]
3468
	  src/compose.c
3469
	  src/prefs_common_dialog.c: added the option to confirm recipients
3470
	  before sending.
3471
3472
2008-03-28
3473
3474
	* src/compose.c: delete attach property dialog when closed.
3475
3476
2008-03-28
3477
3478
	* libsylph/prefs_common.[ch]
3479
	  src/prefs_common_dialog.c
3480
	  src/compose.c: the feature to confirm missing attachments was added.
3481
3482
2008-03-27
3483
3484
	* src/query_search.c: number of matches is displayed when search is
3485
	  done.
3486
3487
2008-03-19
3488
3489
	* src/main.c: parse_cmd_opt(): win32: fixed absolute path was not
3490
	  handled correctly.
3491
3492
2008-03-13
3493
3494
	* src/addr_compl.c: get_completion_address(): added characters to be
3495
	  quoted.
3496
	  get_address_from_edit(): treat other characters than ',' and space
3497
	  as valid ones.
3498
3499
2008-02-29
3500
3501
	* src/quick_search.c: added missing #include <gtk/gtkentry.h>.
3502
3503
2008-02-29
3504
3505
	* version 2.5.0beta1
3506
3507
2008-02-29
3508
3509
	* src/summaryview.c: fixed new/unread status display on filtered mode.
3510
3511
2008-02-28
3512
3513
	* src/prefs_common_dialog.c: fixed a bug that the quote description
3514
	  dialog never appeared again after closing it with close button.
3515
3516
2008-02-15
3517
3518
	* libsylph/socket.c:
3519
	  sock_connect_async_cb()
3520
	  sock_connect_address_list_async(): also watch for G_IO_ERR and
3521
	  G_IO_HUP (fixes busy loop when connection is immediately refused).
3522
3523
2008-02-15
3524
3525
	* libsylph/ssl.c
3526
	  src/sslmanager.c: added the feature to save SSL peer certificate
3527
	  and always accept it.
3528
3529
2008-01-08
3530
3531
	* src/quick_search.c: quick_search_create(): fixed crash on menu
3532
	  change.
3533
3534
2007-12-28
3535
3536
	* libsylph/enums.h
3537
	  libsylph/prefs_common.[ch]
3538
	  src/quick_search.[ch]
3539
	  src/summaryview.[ch]
3540
	  src/mainwindow.[ch]
3541
	  src/Makefile.am: implemented vertical view. Separated quick search
3542
	  into another module.
3543
3544
2007-12-27
3545
3546
	* libsylph/prefs_common.[ch]
3547
	  src/messageview.c
3548
	  src/prefs_common_dialog.c: added the option 'Treat HTML only
3549
	  messages as attachment'.
3550
3551
2007-12-27
3552
3553
	* configure.in
3554
	  src/Makefile.am: don't enable windres on non-win32 platforms.
3555
3556
2007-12-21
3557
3558
	* version 2.4.8
3559
3560
2007-12-21
3561
3562
	* src/main.c: wndproc(): win32: call app_will_exit() when WM_ENDSESSION
3563
	  is received (fixes folder tree state not saved etc.).
3564
3565
2007-12-20
3566
3567
	* src/summaryview.c: summary_show(): fixed beep on folders with one
3568
	  message when using GTK+ 2.12.
3569
3570
2007-12-18
3571
3572
	* src/syldap.c: syldap_display_search_results(): fixed warnings again.
3573
3574
2007-12-17
3575
3576
	* src/syldap.c: fixed memory leaks (thanks to Michael Schwendt).
3577
	  syldap_display_search_results(): fixed warnings (thanks to Michael
3578
	  Schwendt).
3579
3580
2007-12-07
3581
3582
	* libsylph/codeconv.c: conv_encode_header(): use outgoing encoding
3583
	  to determine B or Q encoding instead of MB_CUR_MAX.
3584
3585
2007-11-08
3586
3587
	* libsylph/utils.c: my_memmem(): fixed buffer overrun bug (though
3588
	  unused).
3589
3590
2007-10-11
3591
3592
	* src/messageview.c: messageview_set_menu_state(): disable
3593
	  /Message/Re-edit menu in non-sent folders.
3594
3595
2007-10-03
3596
3597
	* version 2.4.7
3598
3599
2007-09-28
3600
3601
	* src/compose.c
3602
	  src/select-keys.c: fixed the crash when try to use ascii-armored PGP
3603
	  encryption.
3604
3605
2007-09-27
3606
3607
	* libsylph/folder.c: folder_item_compare(): fixed a bug that virtual
3608
	  folders were not sorted properly.
3609
3610
2007-09-27
3611
3612
	* src/summaryview.[ch]: fixed the status label so that it will
3613
	  automatically resize when there is not enough width.
3614
3615
2007-09-26
3616
3617
	* src/mainwindow.c: main_window_separation_change(): keep previous
3618
	  focus when separation changed.
3619
3620
2007-09-20
3621
3622
	libsylph/utils.c
3623
	libsylph/procmsg.c
3624
	libsylph/procmsg.h
3625
	libsylph/procmime.c
3626
	libsylph/imap.c
3627
	src/addrcache.c
3628
	src/compose.c
3629
	src/inc.c
3630
	src/trayicon.c
3631
	src/printing.c
3632
	src/addressbook.c
3633
	src/prefs_toolbar.c
3634
	src/editbook.c
3635
	src/ldif.c
3636
	src/mimeview.c
3637
	src/importcsv.c
3638
	src/main.c
3639
	src/gtkshruler.c
3640
	src/send_message.c
3641
	src/rfc2015.c
3642
	src/summaryview.c
3643
	src/mainwindow.c
3644
	src/manage_window.c
3645
	src/prefs_display_items.c: removed all warnings output with -Wall.
3646
3647
2007-09-20
3648
3649
	* src/prefs_common_dialog.c: fixed a bug that 'Set display item of
3650
	  summary...' button always show send folder setting.
3651
3652
2007-09-19
3653
3654
	* version 2.4.6
3655
3656
2007-09-19
3657
3658
	* libsylph/filter.c: filter_apply_msginfo(): disabled auto decrypt
3659
	  to avoid passphrase dialog.
3660
3661
2007-09-18
3662
3663
	* src/compose.c: display error and abort sending if the read of attach
3664
	  files fails.
3665
3666
2007-09-14
3667
3668
	* libsylph/imap.c: imap_create_folder(): check for \NoInferior and
3669
	  \Noselect flags.
3670
3671
2007-09-14
3672
3673
	* libsylph/folder.[ch]: folder_item_copy(): new. It duplicates
3674
	  FolderItem struct.
3675
	* libsylph/imap.c: imap_scan_tree(): use 'LIST "" "*"' command
3676
	  instead of 'LIST "" "%"' to obtain folder list.
3677
3678
2007-09-14
3679
3680
	* src/inc.[ch]
3681
	  src/summaryview.c: block notify if a new message is read on
3682
	  receiving.
3683
3684
2007-09-13
3685
3686
	* src/summaryview.c: summary_cmp_by_to(): compare using simpilfied
3687
	  To strings.
3688
3689
2007-09-13
3690
3691
	* libsylph/procheader.[ch]: procheader_get_toname(): added.
3692
	* src/summaryview.c: summary_set_row(): simplify To headers.
3693
3694
2007-09-13
3695
3696
	* libsylph/procmsg.[ch]: procmsg_set_auto_decrypt_message(): added.
3697
	* src/query_search.c: query_search_folder(): disabled the passphrase
3698
	  dialog on query search.
3699
3700
2007-09-12
3701
3702
	* libsylph/enums.h
3703
	  libsylph/folder.h
3704
	  libsylph/prefs_common.[ch]
3705
	  src/summaryview.c
3706
	  src/prefs_summary_column.[ch]
3707
	  src/mainwindow.c: added 'To' column to the summary view. It will
3708
	  be displayed at sent folders (Sent, Draft, Queue) by default.
3709
	  The display column setting of sent and normal folders became
3710
	  independent.
3711
3712
2007-09-10
3713
3714
	* src/compose.c
3715
	  src/rfc2015.[ch]: use combined method for encrypt and sign with
3716
	  PGP/MIME.
3717
	  rfc2015_encrypt_sign(): added.
3718
	  rfc2015_encrypt_sign_armored(): fixed a memory leak.
3719
3720
2007-09-07
3721
3722
	* src/compose.c
3723
	  src/rfc2015.[ch]: implemented proper ascii-armored PGP encryption.
3724
	  rfc2015_encrypt_armored()
3725
	  rfc2015_encrypt_sign_armored(): added.
3726
3727
2007-08-31
3728
3729
	* version 2.4.5
3730
3731
2007-08-31
3732
3733
	* src/addr_compl.c: get_complete_address(): fixed another format
3734
	  string bug in address completion (thanks to Megaman 9703).
3735
3736
2007-08-23
3737
3738
	* src/compose.c: compose_is_itemized(): also don't join '--'.
3739
3740
2007-08-23
3741
3742
	* libsylph/codeconv.c: conv_get_current_locale(): fixed the case
3743
	  when cur_locale = "" (thanks to Elohin Igor').
3744
3745
2007-08-23
3746
3747
	* src/inc.c: inc_put_error(): fixed format string vulnerability
3748
	  (thanks to Ulf Harnhammar, Secunia Research).
3749
3750
2007-07-20
3751
3752
	* version 2.4.4
3753
3754
2007-07-20
3755
3756
	* src/compose.c: compose_reply(): fixed a memory leak.
3757
3758
2007-07-20
3759
3760
	* libsylph/socket.c: ssl_read(): win32: set errno to EIO to avoid
3761
	  random error message.
3762
	* src/send_message.c: send_message_smtp(): ignore errors right after
3763
	  QUIT (workaround for Gmail SMTP server).
3764
3765
2007-07-18
3766
3767
	* src/compose.c: compose_parse_source_msg(): fixed wrong null check.
3768
3769
2007-07-17
3770
3771
	* src/mimeview.c: mimeview_reply(): remove file after reply.
3772
3773
2007-07-17
3774
3775
	* src/compose.c
3776
	  src/send_message.[ch]: send_message_set_reply_flag(): check reply
3777
	  target's Message-Id when adding reply flags.
3778
3779
2007-07-13
3780
3781
	* libsylph/prefs_common.[ch]: prefs_common_junk_folder_rename_path():
3782
	  added.
3783
	* src/folderview.c: also update junk folder path when a folder is
3784
	  renamed.
3785
3786
2007-07-13
3787
3788
	* libsylph/filter.c: filter_rule_rename_dest_path()
3789
	  filter_rule_delete_action_by_dest_path(): fixed path separator
3790
	  (win32: fixes renaming of folder didn't modify filter actions).
3791
3792
2007-07-12
3793
3794
	* src/compose.[ch]
3795
	  src/send_message.[ch]: refactored
3796
	  add-reply-or-forward-mark-after-sending.
3797
	* libsylph/procmsg.c: removed debug print.
3798
3799
2007-07-11
3800
3801
	* libsylph/folder.[ch]: folder_find_item_and_num_from_id(): added.
3802
	* src/compose.c
3803
	  src/send_message.c: code cleanup.
3804
3805
2007-07-11
3806
3807
	* src/editbook.c: win32: fixed a bug that the name entry didn't
3808
	  accept key input.
3809
3810
2007-07-10
3811
3812
	* src/compose.c
3813
	  src/mimeview.[ch]
3814
	  src/send_message.c: added the feature to reply to attached
3815
	  message/rfc822 messages.
3816
	* src/quote_fmt_parse.y: removed the check of MsgInfo::folder.
3817
3818
2007-07-10
3819
3820
	* src/compose.c: restore reply/forward target on reedit.
3821
	* src/send_message.c: send_get_queue_info(): fixed memory leaks.
3822
3823
2007-07-09
3824
3825
	* src/compose.c
3826
	  src/send_message.[ch]: implemented add-reply-or-forward-mark
3827
	  after sending from queue.
3828
3829
2007-07-09
3830
3831
	* src/compose.c: implemented add-forward-mark-after-sending.
3832
3833
2007-07-09
3834
3835
	* libsylph/procmsg.[ch]: procmsg_get_msginfo(): added.
3836
	* src/compose.c
3837
	  src/summaryview.[ch]: implemented add-reply-mark-after-sending.
3838
3839
2007-06-26
3840
3841
	* version 2.4.3
3842
3843
2007-06-25
3844
3845
	* src/addressbook.c: addressbook_format_address(): null-check person
3846
	  to avoid crash (thanks to Michael Schwendt).
3847
3848
2007-06-22
3849
3850
	* src/about.c: place cursor at the start (fixed unintended scroll
3851
	  on win32).
3852
3853
2007-06-15
3854
3855
	* src/manage_window.c: manage_window_set_transient(): force popup
3856
	  of parent window (fixes invisible dialog when main window is hidden).
3857
3858
2007-06-11
3859
3860
	* libsylph/socket.[ch]: added sock_add_watch_poll().
3861
	* libsylph/session.c: win32: use blocking socket while sending data
3862
	  (fixes stall of SMTP when sending via dialup connection).
3863
3864
2007-06-08
3865
3866
	* src/compose.c: compose_get_signature_str(): supported UTF-8 with
3867
	  BOM.
3868
3869
2007-06-07
3870
3871
	* libsylph/session.c: session_ping_cb(): abort if not connected.
3872
3873
2007-06-04
3874
3875
	* src/summaryview.c: clear search entry when Escape key is pressed.
3876
3877
2007-05-28
3878
3879
	* src/compose.c: compose_exec_ext_editor(): win32: fixed infinite loop
3880
	  when pid was not obtained.
3881
3882
2007-05-28
3883
3884
	* src/filesel.c: filesel_select_file_full(): don't execute automatic
3885
	  incorporation while dialog is open.
3886
3887
2007-05-18
3888
3889
	* version 2.4.2
3890
3891
2007-05-18
3892
3893
	* src/main.c: open_message(): fixed a memory leak.
3894
3895
2007-05-18
3896
3897
	* libsylph/utils.[ch]: uriencode_for_mailto(): added.
3898
	* src/textview.c: URI encode mailto: to protect '+'.
3899
3900
2007-05-17
3901
3902
	* src/main.c
3903
	  src/mainwindow.c: added --open to the help message.
3904
3905
2007-05-16
3906
3907
	* src/summaryview.[ch]: summary_mark_all_read(): improved the
3908
	  performance of IMAP4 by only modifying the flagged messages.
3909
3910
2007-05-16
3911
3912
	* libsylph/utils.[ch]:
3913
	  extract_parenthesis_with_escape()
3914
	  extract_quote_with_escape(): added.
3915
	* libsylph/procheader.c: procheader_get_fromname(): process
3916
	  quoted-pair correctly.
3917
3918
2007-05-15
3919
3920
	* libsylph/procmime.[ch]: procmime_get_encoding_for_str(): added.
3921
	* src/compose.c: compose_write_to_file(): chomp all trailing spaces
3922
	  only if body charset is ISO-2022-JP. Use quoted-printable or
3923
	  base64 in other case.
3924
3925
2007-05-14
3926
3927
	* src/summaryview.c: the quick search key now persists on refresh.
3928
	  The selection now persists on the update of quick search.
3929
3930
2007-05-10
3931
3932
	* libsylph/folder.c: qsearch_cond_type now persists between sessions.
3933
3934
2007-05-10
3935
3936
	* src/mainwindow.c: main_window_set_toolbar_sensitive(): made a
3937
	  workaround for the GTK+ bug (Bug 56070 - Can't click button after
3938
	  setting it sensitive.)
3939
3940
2007-05-10
3941
3942
	* src/summaryview.c: fixed wrong status on persist qsearch filter.
3943
3944
2007-05-10
3945
3946
	* libsylph/folder.[ch]: added qsearch_cond_type to FolderItem.
3947
	* libsylph/prefs_common.[ch]: added persist_qsearch_filter option.
3948
	* src/summaryview.c: the quick search condition now persists for the
3949
	  whole session.
3950
3951
2007-05-09
3952
3953
	* src/main.c: also supported '--open' in initial startup.
3954
3955
2007-05-09
3956
3957
	* src/main.c: implemented '--open' command line option which open
3958
	  messages specified with command-line in new window.
3959
	* libsylph/mh.c: mh_fetch_msg(): don't show warning when num is
3960
	  out of range.
3961
3962
2007-05-08
3963
3964
	* src/prefs_account_dialog.c: prefs_account_ssl_create():
3965
	  automatically set SSL ports in Advanced tab when the radio buttons
3966
	  are toggled.
3967
3968
2007-05-07
3969
3970
	* src/folderview.c: enabled recursive download of remote folders.
3971
3972
2007-05-02
3973
3974
	* version 2.4.1
3975
3976
2007-05-02
3977
3978
	* src/sylpheed.rc.in: updated copyright year.
3979
3980
2007-04-27
3981
3982
	* src/query_search.c: query_search_create_vfolder(): win32: fixed
3983
	  path separator problem (use / for abstract path).
3984
3985
2007-04-27
3986
3987
	* src/main.c: win32: read sylpheed.ini file on startup. Added --ipcport
3988
	  option.
3989
3990
2007-04-26
3991
3992
	* src/addr_compl.c: insert address only if shift or control key is
3993
	  pressed when accepting.
3994
3995
2007-04-26
3996
3997
	* src/addressbook.c: addressbook_load_completion(): added nickname to
3998
	  the callback argument for completion only. Give priority to display
3999
	  name rather than nickname.
4000
	* src/addr_compl.c: removed g_ prefix from non-glib symbols. Removed
4001
	  duplicated candidates.
4002
4003
2007-04-26
4004
4005
	* src/main.c: win32: disable autocheck timer while suspending to
4006
	  prevent network error on resume.
4007
4008
2007-04-23
4009
4010
	* libsylph/ssl.c
4011
	  src/sslmanager.c: use OPENSSL_free() instead of g_free() for
4012
	  strings allocated by OpenSSL (fixes crash on Win32 when an OpenSSL
4013
	  DLL linked with MSVCR71.DLL was used. Thanks to Akihiro Okamura).
4014
4015
2007-04-20
4016
4017
	* version 2.4.0
4018
4019
2007-04-20
4020
4021
	* manual/ja/sylpheed.sgml
4022
	  manual/ja/sylpheed*.html: updated.
4023
4024
2007-04-19
4025
4026
	* libsylph/pop.c:
4027
	  pop3_getauth_apop_send()
4028
	  pop3_session_recv_msg(): check for invalid APOP timestamp
4029
	  (CVE-2007-1558), and check for the functions' return value.
4030
4031
2007-04-19
4032
4033
	* src/mainwindow.c: toolbar_customize()
4034
	  src/compose.c: toolbar_customize(): write config file after toolbar
4035
	  customization.
4036
4037
2007-04-18
4038
4039
	* version 2.4.0rc
4040
4041
2007-04-18
4042
4043
	* libsylph/recv.c: recv_bytes(): restrict the buffer size up to
4044
	  BUFFSIZE (fixes crashes when trying to fetch >64KB messages on IMAP4
4045
	  via FreeCap on Win32).
4046
	* libsylph/utils.c: log_print(): use g_print() instead of fputs()
4047
	  when output to stdout to display UTF-8 correctly.
4048
4049
2007-04-18
4050
4051
	* src/printing.c: message_count_page(): a workaround for the crash
4052
	  which seems to occur on Fedora Core.
4053
4054
2007-04-17
4055
4056
	* manual/ja/sylpheed.sgml
4057
	  manual/ja/sylpheed*.html: updated.
4058
4059
2007-04-17
4060
4061
	* src/addrcache.c
4062
	  src/addressbook.c: fixed a crash bug that if a person was removed
4063
	  and its e-mail address was referenced by a group in another folder.
4064
4065
2007-04-17
4066
4067
	* libsylph/session.[ch]: remove idle callback on close, and check
4068
	  GSource in the callback (possibly fixes crashes on cancellation).
4069
4070
2007-04-16
4071
4072
	* manual/ja/sylpheed.sgml
4073
	  manual/ja/sylpheed*.html: updated for 2.4.0.
4074
4075
2007-04-16
4076
4077
	* libsylph/prefs_common.c
4078
	  src/gtkutils.[ch]
4079
	  src/main.c: win32: check if the font "MS Gothic 12" is really
4080
	  loadable. Also check for multi-byte font name for the new JIS2004
4081
	  MS Gothic font.
4082
4083
2007-04-13
4084
4085
	* libsylph/utils.c: copy_file(): optimized using read() / write().
4086
4087
2007-04-13
4088
4089
	* libsylph/utils.c: file_exist(): use g_file_test() if allow_fifo is
4090
	  FALSE (optimization in win32).
4091
	  rename_force(): win32: don't use workaround in recent version of GLib
4092
	  since its g_rename() now atomically overwrites the destination file.
4093
	  move_file(): use is_file_entry_exist() instead of is_file_exist() in
4094
	  non-overwrite mode.
4095
4096
2007-04-12
4097
4098
	* version 2.4.0beta8
4099
4100
2007-04-12
4101
4102
	* src/menu.h
4103
	  src/mainwindow.c: added toolbar style switch to the context menu of
4104
	  the toolbar.
4105
4106
2007-04-12
4107
4108
	* src/addressbook.c
4109
	  src/editbook.c: use 'Address Book' instead of 'Addressbook'.
4110
4111
2007-04-12
4112
4113
	* libsylph/codeconv.[ch]: supported ISO-8859-16.
4114
4115
2007-04-11
4116
4117
	* src/query_search.c: query_search_folder(): flush summary mark/cache
4118
	  before retrieving message list (fixes incorrect message number on
4119
	  search. Thanks to Nakada).
4120
4121
2007-04-11
4122
4123
	* src/filesel.c: use Yes/No button for overwrite confirmation dialog.
4124
4125
2007-04-11
4126
4127
	* src/filesel.c: use custom overwrite confirmation dialog.
4128
4129
2007-04-11
4130
4131
	* src/filesel.c: use GTK's overwrite confirmation dialog.
4132
4133
2007-04-11
4134
4135
	* src/importldif.c
4136
	  src/importcsv.c: fixed the position of transient window.
4137
4138
2007-04-11
4139
4140
	* src/importcsv.c: scroll CList when reordering.
4141
4142
2007-04-11
4143
4144
	* src/importcsv.c: supported tab-separated file.
4145
4146
2007-04-11
4147
4148
	* libsylph/utils.[ch]: strsplit_csv(): added.
4149
	* src/importcsv.c: properly process CSV with double quotations.
4150
4151
2007-04-11
4152
4153
	* src/addressbook.c: set focus row after import.
4154
4155
2007-04-11
4156
4157
	* src/importcsv.c: adjusted spacing and wrap file name.
4158
4159
2007-04-11
4160
4161
	* src/importcsv.c: added description to the field page.
4162
4163
2007-04-11
4164
4165
	* src/importcsv.c: imp_csv_load_fields(): fixed initially incorrect
4166
	  scrollbar size.
4167
4168
2007-04-11
4169
4170
	* src/inc.c: inc_cancel()
4171
	  src/send_message.c: send_cancel_button_cb(): disconnect immediately
4172
	  when cancelled (possibly fixes crash after cancellation).
4173
4174
2007-04-10
4175
4176
	* src/importcsv.c: added Remarks field. Fixed reorder of the last row.
4177
4178
2007-04-10
4179
4180
	* src/importcsv.c: implemented enable/disable of fields.
4181
4182
2007-04-10
4183
4184
	* src/importldif.c: modified the navigate buttons.
4185
	* src/importcsv.c: implemented reorder of items.
4186
4187
2007-04-10
4188
4189
	* src/addressbook.c: also delete physical files when deleting data
4190
	  sources. Bring addressbook window in front after closing the import
4191
	  dialogs.
4192
	* src/importcsv.c: imp_csv_load_fields(): implemented case:
4193
	  CSV columns < address book fileds.
4194
4195
2007-04-10
4196
4197
	* src/importldif.c
4198
	  src/importcsv.c: convert filename from/to UTF-8.
4199
4200
2007-04-10
4201
4202
	* src/importldif.c
4203
	  src/importcsv.c: use GtkFileChooser.
4204
	* src/passphrase.c
4205
	  src/editjpilot.c
4206
	  src/export.c
4207
	  src/import.c
4208
	  src/editvcard.c: removed redundant includes.
4209
4210
2007-04-10
4211
4212
	* src/mainwindow.c
4213
	  src/prefs_filter.c: modified the string "Filter setting" to
4214
	  "Filter settings".
4215
4216
2007-04-06
4217
4218
	* src/importcsv.c: fixed import of locale encoding.
4219
4220
2007-04-06
4221
4222
	* src/importcsv.[ch]
4223
	  src/addressbook.c
4224
	  src/Makefile.am: implemented CSV import (in progress).
4225
4226
2007-04-06
4227
4228
	* src/compose.c: modified the menu string '/View/Reply-To' and
4229
	  '/View/Followup-To'.
4230
4231
2007-04-06
4232
4233
	* src/compose.c: made the position of the ruler ticks accurate.
4234
4235
2007-04-06
4236
4237
	* libsylph/filter.[ch]: return error code.
4238
	* src/inc.c
4239
	  src/summaryview.c: display error dialog if the execution of the
4240
	  junk filter command failed.
4241
4242
2007-04-06
4243
4244
	* src/summaryview.c: added new quick search rule: 'Within 1 day' and
4245
	  'Recent 5 days'. Fixed a memory leak.
4246
4247
2007-04-05
4248
4249
	* src/compose.c: added margin to the text view.
4250
	* src/gtkshruler.[ch]: added new APIs for tick start position.
4251
4252
2007-04-04
4253
4254
	* libsylph/procmime.c: procmime_scan_multipart_message(): use heap
4255
	  memory instead of stack for read buffer, and increased the max
4256
	  recursion level to 64.
4257
4258
2007-04-04
4259
4260
	* src/inc.c: inc_is_active(): also check for session queue.
4261
	  inc_cancel_all(): really cancel all sessions.
4262
4263
2007-04-03
4264
4265
	* version 2.4.0beta7
4266
4267
2007-04-03
4268
4269
	* libsylph/mh.c
4270
	  libsylph/folder.c
4271
	  libsylph/imap.c: win32: fixed a bug that the path separator of
4272
	  FolderItem::path was not processed correctly (fixed path information
4273
	  becoming incorrect on renaming folders).
4274
4275
2007-04-02
4276
4277
	* sylpheed.desktop: added Comment[hu] and modified Categories
4278
	  (thanks to nTOMasz).
4279
4280
2007-04-02
4281
4282
	* src/prefs_toolbar.[ch]
4283
	  src/mainwindow.[ch]: added Stop button to the toolbar.
4284
4285
2007-03-30
4286
4287
	* libsylph/utils.[ch]: scan_mailto_url(): added an argument for
4288
	  in-reply-to header.
4289
	* src/compose.c: supported In-Reply-To header in mailto URL (thanks
4290
	  to Laurent Bigonville).
4291
4292
2007-03-29
4293
4294
	* src/main.c: app_will_exit(): force process termination (fixes
4295
	  unable to exit sylpheed in some case).
4296
4297
2007-03-29
4298
4299
	* src/inc.c
4300
	  src/main.c: disable --compose, --receive, --send remote commands
4301
	  when a modal dialog exists.
4302
4303
2007-03-28
4304
4305
	* src/textview.c: textview_show_message(): put error message when
4306
	  decryption failed.
4307
4308
2007-03-28
4309
4310
	* src/folderview.c: folderview_select_next_unread(): temporarily
4311
	  disable remember_last_selected option (fixes select next unread).
4312
4313
2007-03-28
4314
4315
	* version 2.4.0beta6
4316
4317
2007-03-27
4318
4319
	* src/prefs_display_header.c
4320
	  src/prefs_actions.c
4321
	  src/addressbook.c
4322
	  src/editgroup.c
4323
	  src/importldif.c
4324
	  src/prefs_template.c
4325
	  src/select-keys.c
4326
	  src/editaddress.c
4327
	  src/addressadd.c
4328
	  src/editldap_basedn.c
4329
	  src/prefs_summary_column.c
4330
	  src/prefs_filter_edit.c
4331
	  src/prefs_display_items.c
4332
	  src/prefs_customheader.c
4333
	  src/gtkutils.[ch]: win32: made a workaround for the redraw problem
4334
	  in GTK+ 2.10.11.
4335
4336
2007-03-25
4337
4338
	* libsylph/imap.c
4339
	  libsylph/mh.c: fixed get_msg_list() with uncached_only flag.
4340
	* src/inc.c: inc_remote_account_mail(): fixed a bug that messages which
4341
	  were not filtered were not counted as new messages.
4342
4343
2007-03-25
4344
4345
	* src/main.c: app_init(): win32: disabled LANGUAGE (fixes incorrect
4346
	  language selection).
4347
4348
2007-03-23
4349
4350
	* src/folderview.c: label_window_create(): don't use
4351
	  gtk_widget_show_now() (fixes stall on rebuilding folder tree).
4352
4353
2007-03-20
4354
4355
	* src/prefs_display_item.c: win32: made a workaround for the CList
4356
	  redraw problem in GTK+ 2.10.11.
4357
4358
2007-03-16
4359
4360
	* version 2.4.0beta5
4361
4362
2007-03-15
4363
4364
	* libsylph/filter.c: filter_action_exec(): fixed a bug that flag
4365
	  changes were not applied on copy action in local filtering.
4366
	* src/inc.c: inc_remote_account_mail(): apply flag changes in IMAP
4367
	  automatic filtering.
4368
4369
2007-03-14
4370
4371
	* libsylph/mh.c
4372
	  libsylph/folder.c: win32: use '/' instead of '\' for folder path
4373
	  (fixes data format incompatibility between Unix and Win32).
4374
4375
2007-03-14
4376
4377
	* src/inc.c: inc_remote_account_mail(): enabled automatic junk mail
4378
	  filtering on IMAP.
4379
4380
2007-03-14
4381
4382
	* libsylph/codeconv.c: conv_encode_header(): fixed wrong handling
4383
	  of quotation in continuing multi-byte strings.
4384
4385
2007-03-13
4386
4387
	* src/summaryview.c: fixed crash on exit when the order of summary
4388
	  columns were changed by DnD.
4389
4390
2007-03-02
4391
4392
	* src/printing.c: printing_print_messages_gtk(): made the default
4393
	  directory of printing dialog document dir.
4394
4395
2007-03-02
4396
4397
	* src/addr_compl.c: completion_window_key_press(): prevent warnings
4398
	  when ESC, BS etc. is pressed.
4399
	* src/addressbook.c: removed Name: label.
4400
4401
2007-03-01
4402
4403
	* src/rfc2015.c
4404
	  src/sigstatus.c: guard against null verify result.
4405
4406
2007-02-23
4407
4408
	* src/inc.c: inc_remote_account_mail(): count filtered messages for
4409
	  new mail notification.
4410
4411
2007-02-23
4412
4413
	* libsylph/session.c: win32: fixed a bug that the timeout didn't work.
4414
4415
2007-02-21
4416
4417
	* src/addressbook.c
4418
	  src/addressitem.h: added close button to the address book.
4419
	  Set the minimum size of the window.
4420
4421
2007-02-16
4422
4423
	* src/editaddress.c: removed unused code, and set window position to
4424
	  center on parent.
4425
4426
2007-02-16
4427
4428
	* src/editgroup.c: improved the layout of the edit group dialog.
4429
4430
2007-02-15
4431
4432
	* version 2.4.0beta4
4433
4434
2007-02-15
4435
4436
	* src/addressbook.c: code cleanups. Disable 'Lookup' button if LDAP
4437
	  is disabled.
4438
4439
2007-02-15
4440
4441
	* src/addressbook.c: addressbook_load_completion(): fixed possible
4442
	  crash.
4443
4444
2007-02-15
4445
4446
	* src/folderview.c: folderview_create(): enabled coloring of
4447
	  new/unread/total columns.
4448
4449
2007-02-13
4450
4451
	* src/addressbook.c: enabled multiple copy and paste of persons.
4452
4453
2007-02-13
4454
4455
	* src/addressbook.c
4456
	  src/addrbook.[ch]: when deleting email from group, only remove from
4457
	  group list and not from person.
4458
	  Added "Delete" shortcut key to '/Address/Delete'.
4459
4460
2007-02-13
4461
4462
	* wrc/mainwindow.c: main_window_get_size(): fixed the problem that
4463
	  the width of the folder view was not saved on maximized state.
4464
4465
2007-02-13
4466
4467
	* src/folderview.c: folderview_check_new(): don't give up unless the
4468
	  network failure of remote mailboxes.
4469
4470
2007-02-09
4471
4472
	* src/addressbook.c: removed redundant signal handler.
4473
4474
2007-02-09
4475
4476
	* src/addressbook.c: addressbook_menuitem_set_sensitive(): fixed the
4477
	  sensitivity of 'New Address'.
4478
	* src/editgroup.c: improved the behavior of edit group dialog.
4479
4480
2007-02-09
4481
4482
	* src/addressbook.c: implemented copy and paste of person, and
4483
	  refactored the menu sensitivity management.
4484
4485
2007-02-08
4486
4487
	* libsylph/mbox.[ch]
4488
	  src/inc.c: added the argument filter_junk to proc_mbox_full().
4489
	  proc_mbox(): don't filter junk if folder_table is NULL.
4490
4491
2007-02-07
4492
4493
	* version 2.4.0beta3
4494
4495
2007-02-07
4496
4497
	* src/prefs_filter_edit.c: prefs_filter_edit_set_header_list():
4498
	  fixed a memory leak.
4499
4500
2007-02-07
4501
4502
	* libsylph/procheader.[ch]
4503
	  src/query_search.c
4504
	  src/prefs_filter_edit.c
4505
	  src/prefs_filter.[ch]: fixed a bug that the saved search rule
4506
	  could be broken after editing a search folder.
4507
	  Fixed a bug that the user-defined headers was not saved.
4508
4509
2007-02-06
4510
4511
	* libsylph/mbox.[ch]
4512
	  src/inc.c: filter junk mails from local mbox even if
4513
	  prefs_common.filter_on_inc is FALSE.
4514
	  proc_mbox_full(): added.
4515
4516
2007-02-06
4517
4518
	* src/prefs_toolbar.[ch]
4519
	  src/icons/stock_notspam.png
4520
	  src/icons/Makefile.am
4521
	  src/stock_pixmap.[ch]
4522
	  src/mainwindow.[ch]: added 'Not junk' and 'Search' button to the
4523
	  main toolbar.
4524
4525
2007-02-05
4526
4527
	* src/compose.c: fixed '/View/Customize toolbar...' menu.
4528
4529
2007-02-02
4530
4531
	* src/compose.c
4532
	  src/main.c
4533
	  src/mainwindow.c: disable 'Send' button when no queued messages
4534
	  exist.
4535
4536
2007-02-02
4537
4538
	* src/prefs_toolbar.c
4539
	  src/prefs_summary_column.c
4540
	  src/prefs_display_items.c: disalbed reordering by DnD because of
4541
	  GtkCList bug. Added dummy row to the display list. Made separator
4542
	  label more visible.
4543
4544
2007-02-01
4545
4546
	* src/prefs_toolbar.c: fixed 'Get' icon.
4547
4548
2007-02-01
4549
4550
	* version 2.4.0beta2
4551
4552
2007-02-01
4553
4554
	* libsylph/prefs_common.c
4555
	  src/compose.[ch]
4556
	  src/prefs_toolbar.[ch]
4557
	  src/mainwindow.c
4558
	  src/prefs_display_items.h: refactored the toolbar structure.
4559
	  Added common and account prefs tool button to the compose window.
4560
4561
2007-02-01
4562
4563
	* src/mainwindow.c: main_window_set_menu_sensitive(): don't lock some
4564
	  items in Configuration menu.
4565
4566
2007-02-01
4567
4568
	* src/mainwindow.c: main_window_window_state_cb(): fixed a bug that
4569
	  the window was kept being skipped from window list after it became
4570
	  visible with window shading or switching workspaces.
4571
4572
2007-01-31
4573
4574
	* libsylph/enums.h
4575
	  src/compose.c
4576
	  src/prefs_toolbar.h
4577
	  src/mainwindow.c: added the option 'Text at the right of icon' for
4578
	  the toolbar.
4579
4580
2007-01-31
4581
4582
	* src/mainwindow.c
4583
	  src/prefs_account_dialog.c: made labels more descriptive.
4584
4585
2007-01-31
4586
4587
	* src/compose.c
4588
	  src/menu.c
4589
	  src/gtkutils.[ch]
4590
	  src/mainwindow.c: reimplemented the toolbar with new APIs.
4591
	  Overflow menu was added, and the size of button became not fully
4592
	  homogeneous.
4593
4594
2007-01-30
4595
4596
	* libsylph/mh.c: mh_scan_tree_recursive(): also scan symbolic links.
4597
	* libsylph/utils.c: remove_dir_recursive_real(): if rmdir() fails,
4598
	  try unlink() for symbolic links.
4599
4600
2007-01-30
4601
4602
	* src/mainwindow.[ch]
4603
	  src/prefs_toolbar.[ch]: added new toolbar items.
4604
4605
2007-01-30
4606
4607
	* src/mainwindow.c: main_window_set_toolbar_button_visibility():
4608
	  don't automatically hide Junk and Execute button.
4609
	* src/prefs_toolbar.h: PrefsToolbarItem: added stock_id.
4610
4611
2007-01-29
4612
4613
	* version 2.4.0beta1
4614
4615
2007-01-26
4616
4617
	* src/mainwindow.c
4618
	  src/compose.c: fixed a bug that the toolbar state was reset to
4619
	  GTK_TOOLBAR_BOTH after the customization of toolbar.
4620
4621
2007-01-26
4622
4623
	* src/prefs_toolbar.c
4624
	  src/mainwindow.c
4625
	  src/prefs_display_items.[ch]: set dialog title and label.
4626
	* src/prefs_summary_column.c: place window on the center of parent.
4627
4628
2007-01-26
4629
4630
	* src/compose.c
4631
	  src/prefs_toolbar.[ch]
4632
	  src/mainwindow.c
4633
	  src/prefs_display_items.[ch]: implemented the toolbar customization
4634
	  of the composition window.
4635
	* src/prefs_summary_column.c: prefs_summary_column_add(): add items
4636
	  before focused row.
4637
4638
2007-01-25
4639
4640
	* src/prefs_display_items.[ch]
4641
	  src/prefs_toolbar.[ch]
4642
	  src/mainwindow.c: implemented the toolbar customization dialog.
4643
4644
2007-01-24
4645
4646
	* libsylph/socket.c: fd_open_inet(): win32: inhibit the warning of
4647
	  setsockopt().
4648
4649
2007-01-22
4650
4651
	* libsylph/session.c: session_ping_cb(): prohibit blocking here.
4652
	  libsylph/socket.[ch]: added SockFlags as a member of SockInfo.
4653
	  fd_check_io(): select() sockets if SOCK_CHECK_IO flag is up even if
4654
	  in non-blocking mode (prevents WSAEWOULDBLOCK in Win32).
4655
4656
2007-01-19
4657
4658
	* libsylph/session.c
4659
	  libsylph/socket.c: win32: increased SO_SNDBUF and SO_RCVBUF
4660
	  (fixes low performance on sending data).
4661
4662
2007-01-19
4663
4664
	* src/send_message.c: send_message_smtp(): prevent incorporation
4665
	  while executing the event loop.
4666
4667
2007-01-18
4668
4669
	* libsylph/prefs_common.[ch]
4670
	  src/mainwindow.c: implemented the framework of toolbar
4671
	  customization.
4672
4673
2007-01-18
4674
4675
	* src/prefs_account_dialog.c: prefs_account_receive_create(): added
4676
	  the option "Filter new messages in INBOX on receiving".
4677
4678
2007-01-18
4679
4680
	* src/mainwindow.c: main_window_toolbar_create(): added separator
4681
	  between junk and next (or execute).
4682
4683
2007-01-18
4684
4685
	* src/textview.c: textview_clear(): made a workaround for the assertion
4686
	  failure in gtk_text_view_validate_onscreen().
4687
4688
2007-01-17
4689
4690
	* libsylph/filter.c: filter_apply_msginfo(): return immediately if
4691
	  procmsg_get_message_file() failed.
4692
	* libsylph/imap.c: imap_get_msg_list_full(): return NULL if
4693
	  uncached_only.
4694
4695
2007-01-17
4696
4697
	* libsylph/virtual.c: fixed virtual class structure.
4698
4699
2007-01-17
4700
4701
	* libsylph/mh.c
4702
	  libsylph/folder.[ch]
4703
	  libsylph/news.c
4704
	  libsylph/prefs_account.[ch]
4705
	  libsylph/imap.c
4706
	  src/inc.c: implemented the automatic filtering of IMAP4 INBOX
4707
	  folder.
4708
	  folder_item_get_uncached_msg_list(): new API.
4709
4710
2007-01-17
4711
4712
	* src/about.[ch]
4713
	  README
4714
	  README.ja
4715
	  COPYING: modified the copyright year.
4716
4717
2007-01-17
4718
4719
	* libsylph/codeconv.c: conv_encode_header(): force output of UTF-8
4720
	  if code conversion failed.
4721
4722
2007-01-16
4723
4724
	* libsylph/procmsg.c: procmsg_open_data_file(): fixed a bug that the
4725
	  version of a data file was not checked when the file couldn't be
4726
	  opened with EACCES and reopened.
4727
4728
2007-01-15
4729
4730
	* libsylph/utils.c: get_rc_dir(): win32: use SHGetFolderPath() instead
4731
	  of using environmental variable APPDATA. 
4732
4733
2007-01-15
4734
4735
	* libsylph/utils.c: get_domain_name(): win32: return correct domain
4736
	  name (if possible).
4737
4738
2007-01-12
4739
4740
	* src/account_dialog.c: account_edit_create(): place edit account
4741
	  window at the center of parent window.
4742
4743
2007-01-12
4744
4745
	* libsylph/utils.c
4746
	  libsylph/codeconv.c: conv_encode_header(): handle quote correctly
4747
	  (fixes stray quote character appearing after encoding mail headers).
4748
4749
2007-01-11
4750
4751
	* libsylph/procmime.c: procmime_parse_mime_parameter(): allow spaces
4752
	  around equals between name and value of MIME parameters.
4753
4754
2007-01-11
4755
4756
	* libsylph/prefs_common.[ch]
4757
	  src/trayicon.c
4758
	  src/prefs_common_dialog.c: added the option to toggle window on
4759
	  trayicon click.
4760
4761
2007-01-11
4762
4763
	* libsylph/ssl.c: find_certs_file(): also look for "ca-root.crt".
4764
4765
2006-12-28
4766
4767
	* libsylph/mbox.c: proc_mbox(): filter junk mails when
4768
	  filter_junk_on_recv is enabled.
4769
4770
2006-12-28
4771
4772
	* configure.in: check additional libraries (resolv, socket, nsl)
4773
	  (fixes compilation failure in some OSes).
4774
4775
2006-12-28
4776
4777
	* libsylph/imap.c: imap_cmd_fetch(): read until last response on
4778
	  error (fixes out of sync response).
4779
4780
2006-12-28
4781
4782
	* src/compose.c: compose_create(): win32: don't set geometry hint
4783
	  (fixes compose window cannot be maximized).
4784
4785
2006-12-28
4786
4787
	* src/compose.c: compose_exec_ext_editor(): display verbose error
4788
	  message. Fixed a memory leak.
4789
4790
2006-12-25
4791
4792
	* libsylph/utils.c: change_file_mode_rw(): win32: use widechar API.
4793
4794
2006-12-25
4795
4796
	* libsylph/utils.c: change_file_mode_rw(): win32: use
4797
	  SetFileAttributes() to change file attributes.
4798
	* libsylph/procmsg.c:
4799
	  procmsg_write_mark_file(): check if procmsg_open_mark_file() really
4800
	  succeeds (fixes crash when .sylpheed_mark is not writable).
4801
	  procmsg_open_data_file(): remove read-only/hidden attributes
4802
	  when data file is unable to open with EACCES.
4803
4804
2006-12-25
4805
4806
	* libsylph/socket.c: added #include "utils.h" (fixes compilation
4807
	  failure with GLib 2.4).
4808
4809
2006-12-22
4810
4811
	* version 2.3.0
4812
4813
2006-12-22
4814
4815
	* manual/ja/sylpheed.sgml
4816
	  manual/ja/sylpheed*.html
4817
	  manual/ja/Makefile.am: added security feature section.
4818
4819
2006-12-20
4820
4821
	* manual/ja/sylpheed.sgml
4822
	  manual/ja/sylpheed*.html
4823
	  manual/ja/Makefile.am: updated for 2.3.0.
4824
4825
2006-12-19
4826
4827
	* version 2.3.0rc
4828
4829
2006-12-19
4830
4831
	* src/mainwindow.c: main_window_popup(): follow the current visibility
4832
	  state in separate window mode (fixes blank message view is always
4833
	  appears on window popup).
4834
4835
2006-12-18
4836
4837
	* libsylph/ssl.c: ssl_init(): call SSL_CTX_load_verify_locations()
4838
	  also when only certs_file exists.
4839
4840
2006-12-18
4841
4842
	* libsylph/ssl.c: ssl_init(): look for CA certificates bundle file
4843
	  in multiple location.
4844
	  ssl_init_socket_with_method(): disabled reject list (for now).
4845
4846
2006-12-14
4847
4848
	* src/version.h.in: modified PROG_VERSION string.
4849
4850
2006-12-14
4851
4852
	* version 2.3.0beta7
4853
4854
2006-12-14
4855
4856
	* libsylph/ssl.c: x509_cmp_func(): use X509_cmp().
4857
4858
2006-12-14
4859
4860
	* src/compose.c
4861
	  src/prefs_template.c
4862
	  src/template.[ch]: added Bcc: and Reply-To: to the template.
4863
4864
2006-12-13
4865
4866
	* src/printing.c: adjusted the margin for page number.
4867
4868
2006-12-13
4869
4870
	* src/printing.[ch]
4871
	  src/messageview.c
4872
	  src/mainwindow.c: implemented page setup.
4873
4874
2006-12-13
4875
4876
	* src/sslmanager.c: ssl_manager_verify_cert(): follow comply_gnome_hig
4877
	  setting.
4878
4879
2006-12-13
4880
4881
	* libsylph/socket.c: Unix: reload /etc/resolv.conf if it has been
4882
	  modified.
4883
4884
2006-12-13
4885
4886
	* libsylph/ssl.c: ssl_init(): read /etc/ssl/certs if exist.
4887
	* src/main.c: call sock_init() and ssl_init() after parse_cmd_opt()
4888
	  for debug option.
4889
4890
2006-12-13
4891
4892
	* src/compose.c: compose_reedit(): place cursor at the top of the
4893
	  text. Set the default focus to To or Subject entry if they're empty.
4894
4895
2006-12-12
4896
4897
	* libsylph/ssl.[ch]
4898
	  src/sslmanager.[ch]
4899
	  src/main.c: implemented SSL certificate dialog.
4900
4901
2006-12-12
4902
4903
	* src/printing.c: draw_page(): fixed crash on the request of a page
4904
	  which is out of range.
4905
4906
2006-12-12
4907
4908
	* src/printing.c: reimplemented multiple page printing.
4909
	  Implemented printing of MIME part using GtkPrintOperation.
4910
4911
2006-12-11
4912
4913
	* src/prefs_common_dialog.c
4914
	  src/prefs_account_dialog.c: don't make GtkTextView auto-expanded.
4915
4916
2006-12-11
4917
4918
	* src/prefs_account_dialog.c: implemented auto-input of signature.
4919
4920
2006-12-08
4921
4922
	* libsylph/prefs_account.[ch]
4923
	  src/prefs_account_dialog.c
4924
	  src/compose.c: added the option to input signature directly.
4925
4926
2006-12-08
4927
4928
	* src/printing.c: use the display font size.
4929
4930
2006-12-07
4931
4932
	* src/prefs_account_dialog.c: prefs_account_receive_create(): modified
4933
	  the description.
4934
4935
2006-12-07
4936
4937
	* version 2.3.0beta6
4938
4939
2006-12-07
4940
4941
	* src/messageview.c
4942
	  src/textview.c: give the priority to the separated message view's
4943
	  encoding setting on display and on reply.
4944
4945
2006-12-06
4946
4947
	* src/printing.c: layout_set_headers(): fixed a memory leak.
4948
	  message_count_page(): adjusted the line number of first page.
4949
4950
2006-12-06
4951
4952
	* src/printing.c: added page number.
4953
4954
2006-12-06
4955
4956
	* src/printing.c: more proper implementetion.
4957
4958
2006-12-05
4959
4960
	* src/summaryview.c:
4961
	  summary_filter_func()
4962
	  summary_filter_junk_func(): flush UI for each 100 messages.
4963
4964
2006-12-05
4965
4966
	* src/send_message.c: send_send_data_progressive(): win32: force
4967
	  flushing of UI (fixes the dialog not updated while sending large
4968
	  messages).
4969
4970
2006-12-04
4971
4972
	* src/printing.c: implemented printing of multiple pages.
4973
4974
2006-12-04
4975
4976
	* src/printing.c: implemented page counting.
4977
4978
2006-12-04
4979
4980
	* src/printing.c: printing_print_message_part(): show confirmation
4981
	  dialog.
4982
4983
2006-12-04
4984
4985
	* libsylph/imap.c: imap_get_uncached_messages(): fixed a warning
4986
	  (thanks to Sebastian Kargel).
4987
4988
2006-11-30
4989
4990
	* libsylph/procmsg.c
4991
	  src/printing.[ch]
4992
	  src/messageview.c
4993
	  src/mimeview.[ch]
4994
	  src/summaryview.c: implemented printing of MIME part. Code cleanups.
4995
4996
2006-11-29
4997
4998
	* libsylph/prefs_common.[ch]
4999
	  src/summaryview.c
5000
	  src/prefs_common_dialog.c: added an option "Use external program for
5001
	  printing". It is ignored on GTK+ < 2.10, though.
5002
5003
2006-11-29
5004
5005
	* libsylph/prefs_common.[ch]
5006
	  src/compose.c
5007
	  src/prefs_common_dialog.c: added an option "Inherit recipients on
5008
	  reply to self messages".
5009
5010
2006-11-24
5011
5012
	* src/mainwindow.c: account_selector_menu_cb(): only change current
5013
	  account display (fixes message view get scrolled to the top on
5014
	  account change).
5015
5016
2006-11-22
5017
5018
	* src/gtkutils.c: gtkut_window_popup(): win32: ensure that the window
5019
	  is displayed at the top (fixes window not brought in front with
5020
	  the tray icon click after DnD).
5021
5022
2006-11-22
5023
5024
	* src/printing.[ch]
5025
	  src/summaryview.c: initial implementation of new printing using
5026
	  GtkPrintOperation.
5027
5028
2006-11-21
5029
5030
	* src/summaryview.c
5031
	  src/folderview.c
5032
	  src/mainwindow.c: disable new mail notification when any message
5033
	  is displayed, marked as read, or trashes are emptied.
5034
5035
2006-11-21
5036
5037
	* merged from LibSylph branch.
5038
	* libsylph/utils.c: my_tmpfile(): guard against unset progname.
5039
	* libsylph/session.c: check whether notify callback is set.
5040
	* libsylph/smtp.h
5041
	  libsylph/session.h
5042
	  libsylph/socket.h: fixed the offset of struct members independent
5043
	  from configuration.
5044
5045
2006-11-20
5046
5047
	* libsylph/folder.[ch]: added folder_scan_tree() and
5048
	  folder_create_tree().
5049
5050
2006-11-20
5051
5052
	* merged from LibSylph branch.
5053
	* libsylph/prefs_common.[ch]: added prefs_common_get().
5054
	* libsylph/filter.h: modified the prototype of filter_cond_new().
5055
	* libsylph/account.[ch]: added account_get_current_account().
5056
	* libsylph/mbox.c: use account_get_current_account().
5057
	* libsylph/procmime.[ch]: removed unused procmime_mimeinfo_replace().
5058
5059
2006-11-16
5060
5061
	* src/mainwindow.c: main_window_create(): modified the height of
5062
	  the statusbar.
5063
5064
2006-11-16
5065
5066
	* src/summaryview.c: periodically update UI on manual filtering.
5067
5068
2006-11-15
5069
5070
	* src/jpilot.c: applied the patch for libpisock12 support (fixes
5071
	  AddressDB.pdb import failure). Thanks to Colin and Corey.
5072
5073
2006-11-14
5074
5075
	* libsylph/utils.[ch]: added get_document_dir() which returns the
5076
	  document directory (in Win32, it is 'My Documents'. In Unix, it is
5077
	  home directory).
5078
	* src/filesel.c: filesel_select_file_full(): made the default directory
5079
	  document folder.
5080
5081
2006-11-14
5082
5083
	* src/addressadd.c: removed statusbar.
5084
5085
2006-11-13
5086
5087
	* src/headerview.[ch]: added Cc: header.
5088
5089
2006-11-13
5090
5091
	* src/addressadd.c: made the window position at the center of parent
5092
	  window. Also modified the layout.
5093
5094
2006-11-10
5095
5096
	* version 2.3.0beta5
5097
5098
2006-11-10
5099
5100
	* src/trayicon.[ch]: implemented trayicon_set_notify() with
5101
	  eggtrayicon. Don't compile eggtrayicon with GTK+ >= 2.10.0.
5102
	  Some code cleanups.
5103
5104
2006-11-09
5105
5106
	* src/inc.c
5107
	  src/summaryview.c: only disable new mail notification when a new
5108
	  mail is actually read.
5109
	* src/trayicon.c: removed redundant include.
5110
5111
2006-11-08
5112
5113
	* src/trayicon.c
5114
	  src/icons/stock_sylpheed_newmail.png
5115
	  src/icons/stock_sylpheed_newmail_16.png
5116
	  src/icons/Makefile.am
5117
	  src/stock_pixmap.[ch]: added icons for notifying the arrival of new
5118
	  mail.
5119
5120
2006-11-06
5121
5122
	* src/undo.c: fixed a bug that text was not redrawn on the undo of
5123
	  large text.
5124
5125
2006-11-06
5126
5127
	* libsylph/procmsg.c: procmsg_print_message(): fixed a crash when
5128
	  printing a message with empty Subject, From, and To (thanks to
5129
	  Jonathan Woithe).
5130
	* libsylph/codeconv.c:
5131
	  conv_convert()
5132
	  conv_codeset_strdup_full()
5133
	  conv_iconv_strdup_with_cd(): return NULL if input string is NULL
5134
	  (fixes crashes with NULL strings).
5135
5136
2006-11-02
5137
5138
	* libsylph/folder.[ch]
5139
	  libsylph/prefs_common.[ch]
5140
	  src/summaryview.c
5141
	  src/prefs_common_dialog.c: added the option "Remember last selected
5142
	  message".
5143
5144
2006-11-01
5145
5146
	* libsylph/prefs_common.[ch]
5147
	  src/main.c
5148
	  src/prefs_common_dialog.c: added the option "Open inbox on startup".
5149
5150
2006-10-31
5151
5152
	* src/prefs_account_dialog.c: prefs_account_protocol_activated():
5153
	  disable POP before SMTP option with non-POP3 account.
5154
5155
2006-10-30
5156
5157
	* version 2.3.0beta4
5158
5159
2006-10-30
5160
5161
	* libsylph/pop.[ch]
5162
	  src/inc.[ch]
5163
	  src/send_message.c
5164
	  src/prefs_account_dialog.c: implemented POP before SMTP (thanks to
5165
	  Nakamoto).
5166
5167
2006-10-20
5168
5169
	* src/trayicon.c: trayicon_set_notify(): unset blinking correctly.
5170
5171
2006-10-19
5172
5173
	* libsylph/codeconv.c: conv_get_code_conv_func(): added JIS-SJIS and
5174
	  UTF-8 to SJIS conversion (fixes character corruption on printing
5175
	  when environment-dependent characters are used in win32).
5176
5177
2006-10-19
5178
5179
	* src/summaryview.c: summary_unset_sort_column_id(): fixed crash when
5180
	  using GTK+ 2.4.x.
5181
5182
2006-10-19
5183
5184
	* sylpheed-mailto-protocol.reg: added values for start menu (thanks
5185
	  to Fukasawa).
5186
5187
2006-10-16
5188
5189
	* version 2.3.0beta3
5190
5191
2006-10-16
5192
5193
	* src/icons/group.xpm: removed the extra spaces.
5194
5195
2006-10-13
5196
5197
	* libsylph/socket.c: win32: properly handle WSAEWOULDBLOCK.
5198
	  is_nonblocking_mode(): implemented by saving SockInfo list.
5199
	* libsylph/session.c: win32: session_ping_cb(): only dispatch if no
5200
	  event occurs for more than one second.
5201
	  Don't use sock_has_read_data() anymore.
5202
5203
2006-10-12
5204
5205
	* src/messageview.c: removed the border.
5206
	* src/mainwindow.c: decreased the size of statusbar.
5207
5208
2006-10-12
5209
5210
	* src/main.c
5211
	  src/stock_pixmap.[ch]
5212
	  src/icons/stock_sylpheed_32.png
5213
	  src/icons/Makefile.am: added 32x32 icon for win32 application icon.
5214
5215
2006-10-10
5216
5217
	* src/gtkutils.c: gtkut_tree_view_fast_clear(): enable fast clear
5218
	  if GTK+ >= 2.10.0.
5219
5220
2006-10-10
5221
5222
	* src/headerview.c: headerview_init()
5223
	  src/alertpanel.c: alertpanel_create(): win32: modified the style of
5224
	  labels which are set not to have focus to make the selection visible.
5225
5226
2006-10-10
5227
5228
	* src/foldersel.c: foldersel_create(): removed vertical padding.
5229
5230
2006-10-10
5231
5232
	* src/icons/dir-*.xpm: removed extra spaces.
5233
5234
2006-10-10
5235
5236
	* src/main.c: win32: use small icon for application icon (fixes icon
5237
	  image got garbled).
5238
5239
2006-10-06
5240
5241
	* src/action.c: execute_actions(): don't move cursor on insertion
5242
	  mode (fixed a bug that inserted text was always placed at the top).
5243
5244
2006-10-05
5245
5246
	* src/gtkutils.c: gtkut_window_popup(): unset skip_taskbar_hint (fixes
5247
	  main window kept hidden on popup with another process).
5248
	* src/trayicon.c: use main_window_popup().
5249
5250
2006-10-04
5251
5252
	* version 2.3.0beta2
5253
5254
2006-10-04
5255
5256
	* libsylph/session.c
5257
	  libsylph/socket.[ch]: win32: implemented sock_set_nonblocking_mode().
5258
5259
2006-10-04
5260
5261
	* src/inc.c: inc_drop_message(): exclude junk mails from the number of
5262
	  new messages.
5263
5264
2006-10-03
5265
5266
	* libsylph/socket.c: win32: fd_read(), fd_write(): if recv() or send()
5267
	  fail with WSAEWOULDBLOCK, set errno to EAGAIN.
5268
5269
2006-10-03
5270
5271
	* src/inc.[ch]: exclude messages marked as read when counting new
5272
	  messages.
5273
	* libsylph/pop.[ch]: count messages skipped by size limit.
5274
5275
2006-10-02
5276
5277
	* src/mainwindow.c: main_window_get_position(): don't update position
5278
	  when window is hidden.
5279
5280
2006-09-28
5281
5282
	* version 2.3.0beta1
5283
5284
2006-09-28
5285
5286
	* libsylph/ssl.c: ssl_init_socket_with_method(): retry SSL_connect()
5287
	  if it fails with SSL_ERROR_WANT_READ or SSL_ERROR_WANT_WRITE.
5288
5289
2006-09-28
5290
5291
	* src/trayicon.[ch]: trayicon_hide(): added.
5292
	* src/mainwindow.c: call trayicon_hide() instead of trayicon_destroy().
5293
	* src/main.c: app_will_exit(): call trayicon_destroy().
5294
5295
2006-09-28
5296
5297
	* src/trayicon.c: use 16x16 icon for Windows system tray.
5298
	* src/icons/stock_sylpheed_16.png
5299
	  src/icons/Makefile.am
5300
	  src/stock_pixmap.[ch]: added 16x16 Sylpheed icon.
5301
5302
2006-09-28
5303
5304
	* src/trayicon.c: some code cleanups.
5305
5306
2006-09-27
5307
5308
	* src/summaryview.c: adjusted the width of icon columns for win32.
5309
5310
2006-09-27
5311
5312
	* src/trayicon.[ch]: trayicon_set_notify(): added. It blinks the tray
5313
	  icon for 5 seconds.
5314
	* src/inc.c: blink the tray icon when new mails arrive.
5315
5316
2006-09-26
5317
5318
	* libsylph/prefs_common.[ch]
5319
	  src/trayicon.[ch]
5320
	  src/prefs_common_dialog.c
5321
	  src/mainwindow.c: implemented tray icon in Win32 using GtkStatusIcon.
5322
	  Just present window with left click of the tray icon.
5323
	  Removed 'About' menu.
5324
	  Added 'Display Sylpheed' menu.
5325
	  Added 'Minimize to tray icon' option.
5326
5327
2006-09-26
5328
5329
	* libsylph/session.[ch]: win32: made workaround for state machine
5330
	  freeze problem in GLib >= 2.8.x.
5331
	  session_read_data_as_file_cb(): reset Session::read_buf_len to
5332
	  prevent the unexpected call of idle functions.
5333
5334
2006-09-22
5335
5336
	* version 2.2.9
5337
5338
2006-09-22
5339
5340
	* libsylph/defs.h: updated HOMEPAGE_URI.
5341
	  src/gtkshruler.c: updated URI.
5342
5343
2006-09-22
5344
5345
	* src/summaryview.c: fixed crash when summary was sorted by logical
5346
	  columns.
5347
5348
2006-09-21
5349
5350
	* version 2.2.8
5351
5352
2006-09-21
5353
5354
	* src/summaryview.c: summary_set_tree_model_from_list(): set the tree
5355
	  view even if mlist is empty to update sort indicator.
5356
5357
2006-09-20
5358
5359
	* src/compose.c: compose_destroy()
5360
	  src/textview/c: textview_destroy(): remove selection clipboard
5361
	  before destruction (fixes crash with GTK+ 2.10 when closing window
5362
	  while selection is active).
5363
5364
2006-09-19
5365
5366
	* libsylph/utils.[ch]
5367
	  src/compose.c: compose_write_to_file(): chomp all trailing spaces
5368
	  when signing with PGP/MIME instead of using quoted-printable for
5369
	  compatibility with other MUAs.
5370
5371
2006-09-19
5372
5373
	* src/compose.c: compose_write_to_file(): check Bcc recipients before
5374
	  encryption.
5375
5376
2006-09-14
5377
5378
	* libsylph/pop.c: pop3_write_uidl_list(): use PrefFile to protect
5379
	  uidl file on disk full.
5380
5381
2006-09-14
5382
5383
	* src/textview.c: textview_write_error(): new.
5384
	  Made error messages display with red color. Show error when writing
5385
	  body failed.
5386
5387
2006-09-14
5388
5389
	* src/inc.c: inc_pop3_session_do(): update dialog when starting
5390
	  session (fixes incorrect state display in Win32).
5391
5392
2006-09-14
5393
5394
	* src/summaryview.c: workaround for broken
5395
	  gtk_tree_view_column_set_sort_column_id() in GTK+ 2.10.x was made.
5396
	  Don't show sort indicator on icon columns.
5397
	  Simplified compose mode.
5398
5399
2006-09-13
5400
5401
	* libsylph/utils.c
5402
	  libsylph/procmime.c: fflush() stream before rewind() to ensure
5403
	  error checking.
5404
	  procmime_get_part_fp(): check the return value of
5405
	  procmime_decode_content().
5406
	* libsylph/procmsg.c: procmsg_open_data_file(): avoid uninitialized
5407
	  value.
5408
5409
2006-09-13
5410
5411
	* libsylph/procmsg.c: procmsg_read_cache(): fixed crash when reading
5412
	  a corrupted cache data.
5413
	* libsylph/session.c: session_read_data_as_file_cb(): fflush buffer
5414
	  and check error before rewind().
5415
5416
2006-09-13
5417
5418
	* libsylph/procmime.c: procmime_decode_content(): fflush temporary
5419
	  file and check errors.
5420
5421
2006-09-12
5422
5423
	* src/importldif.c: change cancel button to close when import
5424
	  finished.
5425
	* src/ldif.c: ldif_get_line(): refactored.
5426
	  ldif_read_file(): fixed a memory leak.
5427
5428
2006-09-12
5429
5430
	* libsylph/codeconv.c
5431
	  src/compose.c: made workaround for UTF-8 with BOM.
5432
5433
2006-09-12
5434
5435
	* src/ldif.[ch]: supported base64 encoded entries.
5436
	  Supported "mozillaNickname" entry.
5437
	  Use cn for display name if exists.
5438
	  Reverse first and last name on Japanese locale.
5439
5440
2006-09-06
5441
5442
	* src/messageview.c
5443
	  src/summaryview.c
5444
	  src/mainwindow.c: unify menu strings "View/Message source" and
5445
	  "View/All headers".
5446
5447
2006-09-06
5448
5449
	* libsylph/procmsg.h: MsgInfo
5450
	  src/compose.h: AttachInfo: don't use off_t because its size may
5451
	  change between compile time.
5452
5453
2006-09-06
5454
5455
	* libsylph/socket.c: retry waitpid() when it is interrupted
5456
	  (thanks to Stefaan).
5457
5458
2006-09-06
5459
5460
	* src/action.c: free_children(): wait for processes when they still
5461
	  exist.
5462
	  Kill/wait child pid instead of pgid (thanks to Stefaan A Eeckels).
5463
5464
2006-09-06
5465
5466
	* src/eggtrayicon.[ch]: updated eggtrayicon source, and added icon
5467
	  transparency (thanks to Fryderyk Dziarmagowski).
5468
5469
2006-09-04
5470
5471
	* src/action.c: execute_actions(): fixed wrong insertion point at
5472
	  TextView.
5473
5474
2006-08-23
5475
5476
	* libsylph/imap.[ch]
5477
	  src/prefs_account_dialog.c: supported PLAIN authentication on IMAP4
5478
	  (thanks to IKEDA Soji).
5479
5480
2006-08-23
5481
5482
	* libsylph/procmsg.[ch]
5483
	  libsylph/procmime.[ch]
5484
	  src/textview.c
5485
	  src/mimeview.c
5486
	  src/rfc2015.c: added signature information to MsgInfo. Removed unused
5487
	  member from MimeInfo.
5488
5489
2006-08-17
5490
5491
	* src/textview.c
5492
	  src/rfc2015.c: supported verification of encrypted and signed
5493
	  messages with combined method.
5494
	  Show full signature information on the text view.
5495
5496
2006-08-16
5497
5498
	* src/sourcewindow.c: fixed scrolling problem on first click.
5499
5500
2006-08-15
5501
5502
	* libsylph/prefs_common.[ch]
5503
	  src/summaryview.c: don't move to trash on manual junk filtering when
5504
	  'Delete junk mails from server on receiving' is set.
5505
5506
2006-08-10
5507
5508
	* src/prefs_ui.[ch]
5509
	  src/prefs_common_dialog.c: link the state of 'Open first unread
5510
	  message when entering a folder' with 'Always open messages in
5511
	  summary when selected'.
5512
5513
2006-08-09
5514
5515
	* src/compose.c: compose_set_ext_editor_sensitive(): also set the
5516
	  sensitivity of '/File/Append signature'.
5517
5518
2006-08-09
5519
5520
	* libsylph/codeconv.[ch]: conv_check_file_encoding(): check the
5521
	  encoding of text file to see if it is locale encoding or UTF-8.
5522
	* src/compose.c: compose_insert_file(): check whole file to see if it
5523
	  is UTF-8.
5524
5525
2006-08-07
5526
5527
	* configure.in: use onig-config.
5528
5529
2006-08-07
5530
5531
	* src/folderview.c: added separator before 'Mark all read'.
5532
5533
2006-08-04
5534
5535
	* src/sylpheed.rc.in
5536
	  configure.in: added version information.
5537
5538
2006-08-04
5539
5540
	* src/sylpheed.rc.in
5541
	  src/Makefile.am
5542
	  configure.in: generate sylpheed.rc from sylpheed.rc.in.
5543
5544
2006-08-03
5545
5546
	* configure.in: fixed a bug that $LIBS was not properly restored
5547
	  when OpenSSL test failed (thanks to IWAMOTO Kouichi).
5548
5549
2006-08-03
5550
5551
	* libsylph/filter.c
5552
	  src/about.c
5553
	  src/prefs_filter_edit.c
5554
	  configure.in: Oniguruma can be used instead of system's regex API
5555
	  (thanks to IWAMOTO Kouichi).
5556
5557
2006-08-02
5558
5559
	* src/sumaryview.c:
5560
	  summary_filter_func()
5561
	  summary_filter_junk_func(): fixed a bug that flag changes were not
5562
	  saved with manual filtering.
5563
5564
2006-07-31
5565
5566
	* version 2.2.7
5567
5568
2006-07-31
5569
5570
	* src/folderview.c: folderview_menu_popup(): enable some menu items
5571
	  on receiving.
5572
	* libsylph/procmsg_empty_trash(): check whether the folder is really
5573
	  trash.
5574
5575
2006-07-28
5576
5577
	* src/rfc2015.c: sig_status_for_key(): check the error of
5578
	  gpgme_get_key() (fixes crashes on checking signature).
5579
5580
2006-07-28
5581
5582
	* src/compose.c
5583
	  src/messageview.c
5584
	  src/prefs_common_dialog.c
5585
	  src/mainwindow.c: added Windows-1257 encoding for Baltic.
5586
5587
2006-07-27
5588
5589
	* libsylph/md5_hmac.c: md5_hex_hmac(): fixed a memory leak.
5590
5591
2006-07-26
5592
5593
	* src/compose.c: compose_reply_set_entry(): use original address
5594
	  strings instead of stripped ones. Fixed a bug that To: address
5595
	  was duplicated in Cc: on reply-to-all.
5596
5597
2006-07-25
5598
5599
	* libsylph/prefs_common.[ch]
5600
	  src/inc.c
5601
	  src/prefs_common_dialog.c: added an option to filter junk mails
5602
	  before normal filtering.
5603
5604
2006-07-24
5605
5606
	* src/summaryview.c: added 'Set as (not) junk mail' to the context
5607
	  menu.
5608
5609
2006-07-21
5610
5611
	* src/summaryview.c: summary_filter_real(): fixed a bug that manual
5612
	  junk filtering didn't work when no filter rule exist.
5613
5614
2006-06-27
5615
5616
	* po/tr.po: fixed a typo which caused crash.
5617
5618
2006-06-26
5619
5620
	* src/gtkutils.[ch]: gtkut_tree_view_fast_clear(): new.
5621
	* src/summaryview.c: made workarounds for the crash in GTK+ 2.8.x.
5622
5623
2006-06-25
5624
5625
	* libsylph/mh.c: mh_scan_tree_recursive(): win32: improved its
5626
	  performance.
5627
	  Don't scan virtual folders.
5628
5629
2006-06-25
5630
5631
	* src/summaryview.c: summary_execute_move(), summary_execute_copy():
5632
	  removed redundant folder scan.
5633
	* libsylph/mh.c: mh_scan_folder_full(): win32: supported non-unicode
5634
	  platforms (not tested).
5635
5636
2006-06-23
5637
5638
	* libsylph/mh.c: mh_scan_folder_full(): win32: optimized scanning of
5639
	  directory using FindFirstFile() / FindNextFile().
5640
5641
2006-06-16
5642
5643
	* src/folderview.c: folderview_menu_popup(): enable "Mark all read"
5644
	  only when selected folder is opened in the case of IMAP4.
5645
5646
2006-06-16
5647
5648
	* libsylph/procmsg.[ch]
5649
	  src/folderview.c: added "Mark all read" to the folder context menu.
5650
5651
2006-06-09
5652
5653
	* version 2.2.6
5654
5655
2006-06-08
5656
5657
	* src/textview.c: textview_write_link(): remove spaces from href
5658
	  (fixes execution failure with ShellExecute() on Win32 and URI check).
5659
5660
2006-06-04
5661
5662
	* src/send_message.c: send_message_smtp(): added missing timeout
5663
	  handling (thanks to Colin).
5664
5665
2006-06-01
5666
5667
	* libsylph/imap.c: support 8-bit literal (literal8) defined in RFC
5668
	  3516.
5669
5670
2006-05-29
5671
5672
	* version 2.2.5
5673
5674
2006-05-26
5675
5676
	* libsylph/pop.c: pop3_lookup_next(): increment
5677
	  Pop3Session::cur_total_bytes too when deleting expired messages.
5678
5679
2006-05-26
5680
5681
	* src/foldersel.c: fixed a bug that bold face was disabled with
5682
	  GLib 2.10 and Pango 1.12.
5683
5684
2006-05-17
5685
5686
	* src/main.c: fixed execution failure when using accessibility module.
5687
	* libsylph/codeconv.c: conv_sjistojis(): fixed character corruption
5688
	  and buffer overflow when using half-width kana.
5689
5690
2006-05-09
5691
5692
	* src/summaryview.c: don't decrease new/unread count if zero.
5693
5694
2006-03-29
5695
5696
	* version 2.2.4
5697
5698
2006-03-27
5699
5700
	* src/prefs_common_dialog.c: made "RFC 2231" not translatable.
5701
5702
2006-03-27
5703
5704
	* libsylph/utils.[ch]: subst_control(): new.
5705
	* libsylph/procheader.c: procheader_parse_stream(): remove control
5706
	  characters from headers.
5707
	* src/folderview.c
5708
	  src/summaryview.c: fixed a bug that bold face was disabled with
5709
	  GLib 2.10 and Pango 1.12.
5710
5711
2006-03-24
5712
5713
	* src/summaryview.[ch]: added the clear button for quick search entry.
5714
5715
2006-03-24
5716
5717
	* src/prefs_common_dialog.c: prefs_keybind_apply_clicked(): fixed
5718
	  "/View/Show all headers" menu string (thanks to Kyosuke Takayama).
5719
5720
2006-03-17
5721
5722
	* src/prefs_ui.[ch]
5723
	  src/prefs_common_dialog.[ch]: added the option for MIME filename
5724
	  encoding method.
5725
5726
2006-03-17
5727
5728
	* libsylph/utils.[ch]
5729
	  libsylph/prefs_common.[ch]
5730
	  libsylph/procmime.c
5731
	  libsylph/codeconv.[ch]
5732
	  src/compose.c: implemented RFC 2231 filename encoding on send.
5733
5734
2006-03-16
5735
5736
	* libsylph/procmime.c: implemented RFC 2231 parameter value extension.
5737
5738
2006-03-14
5739
5740
	* libsylph/mh.c: mh_scan_tree_recursive(): allow Unix path separator
5741
	  when comparing path on Win32 (fixes duplicated subfolders when
5742
	  rebuilding folder tree on Win32 while settings were shared between
5743
	  Win32 and Unix).
5744
5745
2006-03-14
5746
5747
	* version 2.2.3
5748
5749
2006-03-10
5750
5751
	* src/icons/sylpheed.ico: made background transparent.
5752
5753
2006-03-10
5754
5755
	* src/query_search.c: enabled sorting of the result.
5756
5757
2006-03-10
5758
5759
	* src/editbook.c
5760
	  src/editgroup.c
5761
	  src/importldif.c
5762
	  src/editjpilot.c
5763
	  src/editaddress.c
5764
	  src/addressadd.c
5765
	  src/editldap_basedn.c
5766
	  src/editvcard.c
5767
	  src/editldap.c: modified the spacing of statusbar.
5768
5769
2006-03-10
5770
5771
	* src/addressbook.c: modified the accelerators, and the layout.
5772
5773
2006-03-10
5774
5775
	* libsylph/procmsg.[ch]
5776
	  src/messageview.c
5777
	  src/summaryview.c: printing messages now follows 'Show all headers'
5778
	  status.
5779
5780
2006-03-09
5781
5782
	* libsylph/procmime.c: procmime_execute_open_file(): parse ~/.mailcap
5783
	  if ~/.sylpheed-2.0/mailcap not found.
5784
5785
2006-03-09
5786
5787
	* libsylph/utils.[ch]
5788
	  libsylph/prefs_common.[ch]
5789
	  src/mimeview.c: added a hidden option "mime_command" for backward
5790
	  compatibility.
5791
	* libsylph/procmime.c
5792
	  libsylph/procmsg.c
5793
	  src/compose.c
5794
	  src/inc.c
5795
	  src/messageview.c
5796
	  src/summaryview.c: use str_find_format_times().
5797
5798
2006-03-08
5799
5800
	* libsylph/procmime.c: read mailcap file other than standard location.
5801
5802
2006-03-08
5803
5804
	* libsylph/procmime.[ch]
5805
	  src/mimeview.c: removed metamail support and replaced it with
5806
	  the alternative implementation.
5807
	* libsylph/prefs_common.c: leave "mime_image_viewer" and
5808
	  "mime_audio_player" options for compatibility, but made them empty
5809
	  by default.
5810
5811
2006-03-07
5812
5813
	* src/compose.c: compose_get_signature_str(): allow relative signature
5814
	  path.
5815
5816
2006-03-06
5817
5818
	* src/textview.c: textview_uri_security_check(): ignore trailing path
5819
	  separator when comparing URI.
5820
5821
2006-03-06
5822
5823
	* src/compose.[ch]
5824
	  src/addressbook.c: always enable To, Cc, and Bcc button. Create new
5825
	  compose window if not exist.
5826
5827
2006-03-06
5828
5829
	* libsylph/prefs_common.[ch]
5830
	  src/addressbook.c: preserve the window position of address book.
5831
	  Moved the position of Help menu.
5832
5833
2006-03-06
5834
5835
	* src/compose.c: compose_select_account(): enabled View/Cc menu on
5836
	  mail accounts.
5837
5838
2006-03-03
5839
5840
	* version 2.2.2
5841
5842
2006-03-02
5843
5844
	* src/message_search.c: fixed crash after a message window was closed
5845
	  while the search dialog was still open.
5846
5847
2006-03-02
5848
5849
	* libsylph/imap.c: imap_rename_folder_real(): fixed crash when tried
5850
	  to move folders right under the root folder.
5851
5852
2006-03-01
5853
5854
	* src/alertpanel.c: place dialog center if it is out of range (fixes
5855
	  main window becomes not responsive when alert dialog is shown while
5856
	  it is minimized on win32).
5857
5858
2006-03-01
5859
5860
	* src/main.c: win32: do console initialization only once.
5861
5862
2006-02-28
5863
5864
	* src/main.c: win32: output debug and help messages to newly created
5865
	  console.
5866
5867
2006-02-27
5868
5869
	* libsylph/utils.c: execute_async(), execute_sync(): win32: fixed
5870
	  encoding problem (GSpawn in GLib < 2.8.2 takes codepage arguments).
5871
5872
2006-02-27
5873
5874
	* version 2.2.1
5875
5876
2006-02-24
5877
5878
	* configure.in: enabled GtkSpell by default.
5879
5880
2006-02-24
5881
5882
	* libsylph/folder.h: fixed comments.
5883
5884
2006-02-24
5885
5886
	* src/summaryview.c: performance fix when resetting the quick search
5887
	  while sorted by thread date with descending order.
5888
	* Makefile.am
5889
	  sylpheed.spec.in: added README.es.
5890
5891
2006-02-24
5892
5893
	* README.es: added (thanks to Ricardo Mones).
5894
	* README, README.ja: changed the FSF address.
5895
5896
2006-02-23
5897
5898
	* src/subscribedialog.c: ignore non-ascii newsgroup names (fixes crash
5899
	  on Win32).
5900
5901
2006-02-22
5902
5903
	* libsylph/folder.c: folder_get_path(): use filename-safe string for
5904
	  IMAP cache directory.
5905
	* src/prefs_common_dialog.c: fixed a warning on compile.
5906
5907
2006-02-21
5908
5909
	* libsylph/utils.[ch]: uriencode_for_filename(): creates filename-safe
5910
	  string by URI encode (except space).
5911
	* libsylph/pop.c: use filename-safe string for UIDL file (might break
5912
	  backward compatibility on Unix).
5913
5914
2006-02-14
5915
5916
	* libsylph/session.c
5917
	  libsylph/socket.[ch]: win32: avoid blocking when reading from
5918
	  socket.
5919
5920
2006-02-13
5921
5922
	* version 2.2.0
5923
5924
2006-02-10
5925
5926
	* sylpheed.spec.in: modified Requires:.
5927
5928
2006-02-09
5929
5930
	* src/summaryview.c
5931
	  src/folderview.c: prohibit move/copy from/to queue folders, and
5932
	  move/copy to virtual folders.
5933
5934
2006-02-09
5935
5936
	* version 2.2.0rc
5937
5938
2006-02-08
5939
5940
	* libsylph/codeconv.c: conv_get_fallback_for_private_encoding():
5941
	  supported "x-sjis" encoding.
5942
5943
2006-02-08
5944
5945
	* libsylph/codeconv.c:
5946
	  conv_get_locale_charset()
5947
	  conv_get_locale_charset_str(): use GLib API on Win32 (fixes wrong
5948
	  encoding returned).
5949
	  src/rfc2015.c: sig_status_full(): use g_locale_to_utf8() for locale
5950
	  to UTF-8 conversion.
5951
5952
2006-02-07
5953
5954
	* src/mainwindow.c: made the help window of command line options
5955
	  singleton.
5956
5957
2006-02-07
5958
5959
	* src/tryaicon.c: trayicon_button_pressed(): force dropping of
5960
	  obscured flag in case window is obscured by always-on-top windows.
5961
5962
2006-02-07
5963
5964
	* src/compose.c: compose_exec_ext_editor(): fixed a problem that the
5965
	  UI was still insensitive after execution of external editor failed
5966
	  (thanks to M.Suzuki).
5967
5968
2006-02-07
5969
5970
	* src/tryaicon.c: trayicon_button_pressed(): use gtk_widget_iconify()
5971
	  instead of gtk_widget_hide() (fixes some problems).
5972
5973
2006-02-06
5974
5975
	* version 2.2.0beta8
5976
5977
2006-02-06
5978
5979
	* src/prefs_filter_edit.c: disabled regex match type on win32.
5980
5981
2006-02-06
5982
5983
	* libsylph/mh.c
5984
	  libsylph/imap.c: don't reset unread flag when moving/copying
5985
	  messages into trash.
5986
5987
2006-02-06
5988
5989
	* libsylph/mh.c: win32: fixed a bug that the contents of folders which
5990
	  have specific Japanese characters such as 'Hyou' (which contains
5991
	  0x5c ('\') at the second byte) at the end of its name couldn't be
5992
	  seen.
5993
5994
2006-02-06
5995
5996
	* src/messageview.[ch]: update menu when show_all_headers state
5997
	  changed.
5998
5999
2006-02-05
6000
6001
	* libsylph/pop.c: pop3_getrange_stat_recv(): fixed non-portable format
6002
	  string ("%Ld" is not defined in *BSD, including Mac OS X). This
6003
	  fixes wrong status display at receiving on *BSD systems.
6004
	* libsylph/utils.c: to_human_readable(): disabled translation.
6005
6006
2006-02-03
6007
6008
	* src/summaryview.c: summary_row_expanded(): re-enabled workaround
6009
	  on GTK+ 2.8.
6010
6011
2006-02-03
6012
6013
	* src/mimeview.c: mimeview_show_mime_part(): show filenames with
6014
	  normal font.
6015
6016
2006-02-02
6017
6018
	* manual/ja/sylpheed.sgml: partially updated for 2.2.
6019
6020
2006-02-02
6021
6022
	* src/mainwindow.c: main_window_key_pressed(): handle Tab key as a
6023
	  special case.
6024
6025
2006-02-02
6026
6027
	* src/inc.c
6028
	  src/trayicon.c
6029
	  src/gtkutils.[ch]
6030
	  src/mainwindow.[ch]: don't enable trayicon action if modal window
6031
	  exists. Present window on click if main window is obscured.
6032
6033
2006-02-02
6034
6035
	* src/mainwindow.c: added the help of command line options.
6036
6037
2006-02-02
6038
6039
	* src/mainwindow.c: main_window_key_pressed(): fixed key event
6040
	  handling of the quick search entry.
6041
6042
2006-02-01
6043
6044
	* src/inc.c
6045
	  src/folderview.[ch]: properly count the number of new messages on
6046
	  local and remote mailboxes.
6047
6048
2006-02-01
6049
6050
	* libsylph/imap.c: imap_cmd_gen_recv(): trim too long lines (ex.
6051
	  SEARCH command).
6052
6053
2006-02-01
6054
6055
	* src/mainwindow.[ch]: disable Send button if no account exist.
6056
6057
2006-02-01
6058
6059
	* libsylph/prefs_common.c: modified the default of summaryview_height.
6060
6061
2006-02-01
6062
6063
	* src/compose.c
6064
	  src/messageview.c
6065
	  src/mainwindow.c: disabled Actions menu on win32.
6066
6067
2006-01-31
6068
6069
	* version 2.2.0beta7
6070
6071
2006-01-31
6072
6073
	* src/compose.c
6074
	  src/messageview.c
6075
	  src/prefs_common_dialog.c
6076
	  src/mainwindow.c: added Arabic encoding (thanks to Mohammed Sameer).
6077
6078
2006-01-31
6079
6080
	* src/statusbar.c
6081
	  src/textview.c: disabled the trimming of statusbar strings.
6082
6083
2006-01-31
6084
6085
	* libsylph/prefs_common.[ch]
6086
	  src/addressbook.c: the size of address book is now remembered.
6087
6088
2006-01-31
6089
6090
	* src/mainwindow.c: added 'Mark thread as read' menu.
6091
	* src/summaryview.c: summary_mark_thread_as_read(): fixed leaks of
6092
	  GtkTreePath list.
6093
6094
2006-01-30
6095
6096
	* src/summaryview.[ch]: implemented 'Mark thread as read'.
6097
6098
2006-01-30
6099
6100
	* src/summaryview.c: enabled the move/copy of the whole message in
6101
	  collapsed threads.
6102
6103
2006-01-30
6104
6105
	* libsylph/account.[ch]
6106
	  src/compose.c: compose_reply(): fixed a bug that automatic account
6107
	  selection was disabled on IMAP4 folders.
6108
6109
2006-01-30
6110
6111
	* libsylph/socket.[ch]: code cleanup.
6112
6113
2006-01-28
6114
6115
	* src/main.c: win32: properly popup main window on remote command mode
6116
	  using SetForegroundWindow().
6117
6118
2006-01-27
6119
6120
	* src/summaryview.c: summary_selection_changed(): only execute idle
6121
	  function on button press.
6122
6123
2006-01-27
6124
6125
	* src/summaryview.c: summary_selection_changed(): display message in
6126
	  idle function (fixes wrong drag begin state after passphrase dialog
6127
	  appeared).
6128
6129
2006-01-27
6130
6131
	* src/passphrase.c: convert passphrase into locale encoding.
6132
6133
2006-01-27
6134
6135
	* src/gtkutils.[ch]
6136
	  src/summaryview.c: when deleting a collapsed thread, all the
6137
	  messages in the thread will be removed.
6138
6139
2006-01-27
6140
6141
	* src/query_search.[ch]
6142
	  src/Makefile.am
6143
	  src/folderview.c
6144
	  src/mainwindow.c: renamed summary_search.[ch] to query_search.[ch].
6145
6146
2006-01-26
6147
6148
	* libsylph/prefs_common.[ch]
6149
	  src/compose.c
6150
	  src/prefs_common_dialog.c: removed 'Wrap before sending' option,
6151
	  which was rather problematic.
6152
6153
2006-01-26
6154
6155
	* libsylph/socket.c
6156
	  configure.in: supported IPv6 on Win32.
6157
6158
2006-01-26
6159
6160
	* src/textview.c
6161
	  src/mimeview.c
6162
	  src/summaryview.c
6163
	  src/folderview.c: also recognize GDK_KP_* keycodes.
6164
6165
2006-01-25
6166
6167
	* version 2.2.0beta6
6168
6169
2006-01-25
6170
6171
	* libsylph/virtual.c
6172
	  src/summary_search.c: exclude trash on recursive search.
6173
	* src/prefs_search_folder.[ch]
6174
	  src/folderview.c: update summary when virtual folders are modified.
6175
6176
2006-01-25
6177
6178
	* libsylph/procmsg.[ch]: procmsg_trash_messages_exist(): added.
6179
	* src/folderview.c: folderview_menu_popup(): don't make 'Empty trash'
6180
	  active if trashed messages don't exist.
6181
	  src/mainwindow.c: main_window_empty_trash(): return immediately
6182
	  when trashed messages don't exist.
6183
6184
2006-01-25
6185
6186
	* src/compose.c: 'File/Insert signature' now inserts signature into
6187
	  current cursor position. 'File/Append signature' was added for the
6188
	  previous behavior.
6189
6190
2006-01-24
6191
6192
	* src/summaryview.c: summary_qsearch_reset(), summary_qsearch():
6193
	  update the sensitivity of UI.
6194
6195
2006-01-24
6196
6197
	* src/compose.c: compose_attach_parts(): force attaching of specific
6198
	  types even if filename is unspecified.
6199
	  src/procmime.[ch]: added MIME_VIDEO to ContentType.
6200
6201
2006-01-24
6202
6203
	* src/foldersel.c: place dialog at the center on parent window.
6204
6205
2006-01-24
6206
6207
	* src/alertpanel.c
6208
	  src/inputdialog.c: set transient window before gtk_widget_show()
6209
	  (fixed wrong window position).
6210
6211
2006-01-24
6212
6213
	* libsylph/account.c
6214
	  libsylph/prefs_account.c
6215
	  src/prefs_account_dialog.c: fixed memory leaks.
6216
	* libsylph/imap.c: imap_session_connect(): save temporary password.
6217
	  imap_close(): don't try to connect to server when closing.
6218
6219
2006-01-24
6220
6221
	* libsylph/procsg.c: procmsg_remove_all_cached_messages(): skip
6222
	  virtual folders.
6223
6224
2006-01-23
6225
6226
	* libsylph/procmsg.[ch]
6227
	  libsylph/prefs_account.[ch]
6228
	  src/main.c
6229
	  src/prefs_account_dialog.[ch]: implemented clearing of IMAP4 message
6230
	  caches on exit.
6231
6232
2006-01-23
6233
6234
	* libsylph/imap.c: imap_do_copy_msgs(): fixed a bug that cache files
6235
	  in source folder was not removed was fixed.
6236
6237
2006-01-20
6238
6239
	* src/compose.c: compose_new(): fixed filename encoding.
6240
	* src/main.c: open_compose_new(): allow non-ascii mailto string and
6241
	  filename.
6242
6243
2006-01-20
6244
6245
	* src/alertpanel.c
6246
	  src/inputdialog.c
6247
	  src/filesel.c: place dialog at the center on parent window.
6248
6249
2006-01-20
6250
6251
	* version 2.2.0beta5
6252
6253
2006-01-20
6254
6255
	* src/summaryview.c: added tooltip for search entry.
6256
6257
2006-01-20
6258
6259
	* src/prefs_search_folder.c
6260
	  src/prefs_folder_item.c: use gtk_widget_modify_base() instead of
6261
	  copying style. Realize window before getting style.
6262
6263
2006-01-19
6264
6265
	* src/summaryview.c: summary_qsearch_reset(), summary_qsearch(): clear
6266
	  invalidated selection (fixes crash on quick search).
6267
6268
2006-01-19
6269
6270
	* src/trayicon.c
6271
	  src/menu.h: fixed account selector of compose window having
6272
	  unintended mnemonic.
6273
6274
2006-01-19
6275
6276
	* libsylph/imap.c: imap_scan_tree_recursive(): handle virtual folders
6277
	  properly.
6278
	* src/folderview.c: folderview_menu_popup(): prohibit new folder under
6279
	  virtual folders.
6280
6281
2006-01-19
6282
6283
	* src/summaryview.c: summary_thread_build(), summary_unthread(): block
6284
	  signal handlers for optimization.
6285
6286
2006-01-19
6287
6288
	* src/summaryview.[ch]: implemented quick filter.
6289
6290
2006-01-18
6291
6292
	* libsylph/filter.[ch]
6293
	  src/prefs_filter_edit.[ch]: added filter conditions of status such
6294
	  as 'unread', 'mark', 'color-label', and 'mime'.
6295
6296
2006-01-18
6297
6298
	* src/summaryview.c: update all_mlist on sorting to save the order.
6299
6300
2006-01-17
6301
6302
	* src/export.c
6303
	  src/import.c: modified the window management of export / import
6304
	  dialog.
6305
6306
2006-01-17
6307
6308
	* libsylph/prefs_common.[ch]
6309
	  src/summaryview.[ch]
6310
	  src/mainwindow.c: enabled toggle of the searchbar.
6311
6312
2006-01-17
6313
6314
	* src/summaryview.[ch]
6315
	  src/mainwindow.c: implemented quick search of the summary view.
6316
6317
2006-01-17
6318
6319
	* libsylph/news.c: news_get_group_list(): show more verbose warnings.
6320
6321
2006-01-13
6322
6323
	* version 2.2.0beta4
6324
6325
2006-01-13
6326
6327
	* libsylph/prefs_common.[ch]
6328
	  src/trayicon.c
6329
	  src/menu.h
6330
	  src/main.h
6331
	  src/prefs_common_dialog.c
6332
	  src/mainwindow.[ch]: perform show/hide on trayicon click.
6333
	  Implemented popup menu on trayicon.
6334
6335
2006-01-13
6336
6337
	* libsylph/pop.[ch]
6338
	  src/inc.[ch]: fixed 32-bit integer overflow where the total size of
6339
	  messages is greater than 2GB.
6340
6341
2006-01-12
6342
6343
	* src/summaryview.c: summary_set_tree_model_from_list(): fixed a
6344
	  memory leak where threading is off.
6345
6346
2006-01-12
6347
6348
	* libsylph/virtual.c: virtual_rename_folder(): added.
6349
	* src/folderview.c: folderview_rename_folder_cb(): fixed renaming of
6350
	  virtual folders.
6351
	  folderview_move_folder_cb(): don't allow a virtual folder as parent.
6352
	  folderview_menu_popup(): enabled rename/delete of virtual folders
6353
	  on newsgroups.
6354
6355
2006-01-12
6356
6357
	* src/folderview.c: replace "Search messages..." with "Edit search
6358
	  condition..." menu on virtual folder.
6359
	  folderview_menu_popup(): code cleanup.
6360
6361
2006-01-12
6362
6363
	* src/about.[ch]
6364
	  README
6365
	  README.ja: updated copyright year.
6366
6367
2006-01-11
6368
6369
	* src/folderview.c: folderview_check_new(): exclude virtual folders.
6370
6371
2006-01-11
6372
6373
	* version 2.2.0beta3
6374
6375
2006-01-11
6376
6377
	* src/mainwindow.c: search_cb(): open search folder property on
6378
	  virtual folder.
6379
6380
2006-01-10
6381
6382
	* src/prefs_search_folder.c: added name entry. Also show name in the
6383
	  window title.
6384
6385
2006-01-10
6386
6387
	* src/textview.c: get_uri_part(): use glib functions for isgraph() and
6388
	  ispunct(). Include some trailing punctuations as URI.
6389
6390
2006-01-10
6391
6392
	* src/summaryview.c
6393
	  src/mainwindow.c: repositioned the "Delete" menu and added a
6394
	  separator to prevent accidental selection.
6395
6396
2006-01-10
6397
6398
	* libsylph/virtual.c
6399
	  libsylph/defs.h
6400
	  src/prefs_search_folder.c: implemented the modification of search
6401
	  folder condition.
6402
6403
2006-01-06
6404
6405
	* src/prefs_search_folder.[ch]
6406
	  src/summary_search.[ch]
6407
	  src/folderview.c
6408
	  src/prefs_filter_edit.[ch]: partially implemented search folder
6409
	  properties.
6410
6411
2006-01-06
6412
6413
	* src/folderview.c: modified the message of deleting search folder.
6414
6415
2006-01-06
6416
6417
	* src/summary_search.c: accept when name entry is activated on the
6418
	  save dialog.
6419
	* src/summaryview.c: summary_status_show(): use gint64 for sel_size to
6420
	  avoid overflow on environments where sizeof(off_t) is 4.
6421
6422
2006-01-06
6423
6424
	* libsylph/virtual.c: don't compare temporary flags (fixes a bug that
6425
	  search cache occasionally didn't work).
6426
6427
2006-01-06
6428
6429
	* src/summary_search.c
6430
	  src/prefs_filter_edit.[ch]: prefs_filter_edit_cond_edit_to_list():
6431
	  added for minor code cleanup.
6432
6433
2006-01-05
6434
6435
	* src/textview.c: textview_make_clickable_parts(): add http:// scheme
6436
	  before implicit URIs begin with 'www.'.
6437
6438
2006-01-05
6439
6440
	* libsylph/virtual.c
6441
	  src/folderview.c: fixed a bug that search folders under IMAP4 or
6442
	  NNTP folders couldn't be removed.
6443
6444
2005-12-27
6445
6446
	* libsylph/procmsg.[ch]
6447
	  libsylph/virtual.c: cache search result to speed up on and after
6448
	  the second search.
6449
	* src/summary_search.c: fixed a warning.
6450
6451
2005-12-26
6452
6453
	* version 2.2.0beta2
6454
6455
2005-12-26
6456
6457
	* libsylph/pop.[ch]: prevent duplicate retrieval after incomplete
6458
	  session.
6459
6460
2005-12-26
6461
6462
	* src/compose.c
6463
	  src/messageview.c
6464
	  src/prefs_common_dialog.c
6465
	  src/mainwindow.c: added Windows-1252 for display encoding. Removed
6466
	  EUC-TW from the outgoing encoding of compose window.
6467
6468
2005-12-26
6469
6470
	* src/compose.c: compose_attach_parts(): don't traverse inside
6471
	  message/rfc822 to avoid duplicated attachments.
6472
6473
2005-12-26
6474
6475
	* src/compose.c: only add modified flag when files are manually
6476
	  attached.
6477
6478
2005-12-26
6479
6480
	* libsylph/utils.c: subst_for_filename(): added more characters to be
6481
	  substituted (for Win32).
6482
	  generate_mime_boundary(): replaced subst_char() with subst_chars().
6483
6484
2005-12-25
6485
6486
	* src/compose.c: compose_attach_parts(): include message/rfc822 parts.
6487
6488
2005-12-25
6489
6490
	* src/folderview.c: fixed a bug that previously selected row was
6491
	  removed from the view instead of currently selected one when
6492
	  deleting/renaming folders from the context menu.
6493
6494
2005-12-25
6495
6496
	* src/compose.c: compose_attach_parts(): attach all parts with
6497
	  filenames, and don't if not (fixes failure of forwarding attachments
6498
	  in some cases).
6499
6500
2005-12-22
6501
6502
	* version 2.2.0beta1
6503
6504
2005-12-22
6505
6506
	* src/compose.c: compose_is_itemized(): fixed enumerated lines
6507
	  detection.
6508
6509
2005-12-22
6510
6511
	* src/summary_search.c
6512
	  src/mainwindow.c: modified window handling.
6513
6514
2005-12-22
6515
6516
	* src/summaryview.[ch]
6517
	  src/summary_search.c: select activated message in summary view if
6518
	  possible.
6519
6520
2005-12-22
6521
6522
	* src/summaryview.c: summary_row_expanded(): disable workaround with
6523
	  GTK+ 2.8.
6524
6525
2005-12-21
6526
6527
	* libsylph/procmsg.[ch]
6528
	  src/compose.c
6529
	  src/summaryview.[ch]: reflect flag changes on virtual folders in the
6530
	  real ones.
6531
6532
2005-12-21
6533
6534
	* libsylph/virtual.c
6535
	  libsylph/filter.c
6536
	  src/summary_search.c
6537
	  src/prefs_folder_item.c
6538
	  src/folderview.c: show progress when opening search folder. Don't
6539
	  allow the search of search folder. Save case-sensitive option.
6540
	* libsylph/procmsg.h
6541
	  src/compose.c
6542
	  src/summaryview.c: added MSG_FLAG_CHANGED flag.
6543
6544
2005-12-20
6545
6546
	* src/compose.c: compose_is_itemized(): also check for enumerated
6547
	  lines such as (1), (2), 3. ...
6548
6549
2005-12-20
6550
6551
	* libsylph/account.[ch]: account_address_exist(): new.
6552
	  src/account_dialog.c
6553
	  src/summaryview.c: look for all accounts when the option "Display
6554
	  recipient on `From' column if sender is yourself" is enabled.
6555
	  src/folderview.c: write account config file immediately when an
6556
	  account is removed.
6557
6558
2005-12-20
6559
6560
	* src/summaryview.c: summary_set_row(): fixed a memory leak.
6561
6562
2005-12-20
6563
6564
	* src/folderview.[ch]: reflect display_folder_unread setting
6565
	  immediately.
6566
6567
2005-12-20
6568
6569
	* src/filesel.c: filesel_select_file_full(): fixed preselected
6570
	  directory with GTK+ 2.8.
6571
6572
2005-12-19
6573
6574
	* src/subscribedialog.c: popup main window when the dialog is closed.
6575
6576
2005-12-19
6577
6578
	* src/mainwindow.c: main_window_get_size(): save summary view height
6579
	  even if window is maximized.
6580
6581
2005-12-19
6582
6583
	* libsylph/prefs_common.[ch]
6584
	  src/mainwindow.c: remember the maximized state.
6585
6586
2005-12-19
6587
6588
	* src/summary_search.[ch]
6589
	  src/folderview.c
6590
	  src/mainwindow.c: removed SummaryView* from the argument of
6591
	  summary_search(). Preset folder when saving as search folder.
6592
6593
2005-12-19
6594
6595
	* libsylph/virtual.[ch]
6596
	  libsylph/folder.[ch]
6597
	  libsylph/filter.[ch]
6598
	  libsylph/Makefile.am
6599
	  src/summary_search.[ch]
6600
	  src/prefs_folder_item.c
6601
	  src/summaryview.c
6602
	  src/folderview.c
6603
	  src/mainwindow.c
6604
	  src/prefs_filter_edit.[ch]: implemented query search and virtual
6605
	  folder.
6606
6607
2005-12-19
6608
6609
	* libsylph/codeconv.[ch]: support nonstandard encoding
6610
	  "ks_c_5601-1987" (thanks to Yoo Chung).
6611
6612
2005-12-14
6613
6614
	* version 2.1.9
6615
6616
2005-12-14
6617
6618
	* libsylph/prefs_account.[ch]
6619
	  src/inc.c
6620
	  src/folderview.[ch]
6621
	  src/prefs_account_dialog.c: added an option to update only INBOX on
6622
	  checking new messages of IMAP4 accounts.
6623
6624
2005-12-13
6625
6626
	* libsylph/account.c
6627
	  libsylph/prefs_account.[ch]
6628
	  src/prefs_account_dialog.c: enabled custom queue folder.
6629
6630
2005-12-13
6631
6632
	* src/subscribedialog.c: fixed a bug that invisible subscribed groups
6633
	  was removed after refresh. Assume wildcards for keywords without
6634
	  them. Display status when receiving of newsgroups list started.
6635
6636
2005-12-09
6637
6638
	* src/foldersel.c: also select top folder on FOLDER_SEL_ALL.
6639
	* libsylph/folder.c: folder_find_item_from_identifier(): also return
6640
	  top folder.
6641
6642
2005-12-09
6643
6644
	* src/filter.[ch]: filter_rule_requires_full_headers(): added.
6645
	* libsylph/procheader.[ch]: procheader_get_header_list_from_msginfo():
6646
	  added.
6647
6648
2005-12-09
6649
6650
	* src/prefs_filter_edit.[ch]: prefs_filter_edit_cond_hbox_to_cond():
6651
	  added an argument for case sensitivity.
6652
6653
2005-12-08
6654
6655
	* src/prefs_filter_edit.[ch]
6656
	  src/prefs_filter.[ch]: made more functions public.
6657
6658
2005-12-08
6659
6660
	* src/prefs_filter_edit.[ch]: generalized the condition edit.
6661
6662
2005-12-08
6663
6664
	* libsylph/imap.c: imap_get_msg_list(): only update mtime when folder
6665
	  is not opened.
6666
6667
2005-12-07
6668
6669
	* libsylph/mh.c
6670
	  libsylph/news.c
6671
	  libsylph/imap.c
6672
	  libsylph/procmsg.[ch]: update caches and flags when reading message
6673
	  list from a folder.
6674
6675
2005-12-06
6676
6677
	* src/prefs_filter_edit.[ch]: made CondHBox / ActionHBox related APIs
6678
	  public.
6679
6680
2005-12-05
6681
6682
	* src/compose.c: compose_reply_set_entry(): enabled
6683
	  COMPOSE_REPLY_TO_ALL for NNTP. fixed a memory leak.
6684
6685
2005-12-05
6686
6687
	* libsylph/utils.[ch]
6688
	  libsylph/imap.c: imap_cmd_append(): send message contents all at
6689
	  once.
6690
6691
2005-12-02
6692
6693
	* src/textview.c: textview_add_part(): modified font for signature
6694
	  part.
6695
6696
2005-12-02
6697
6698
	* src/addrbook.c: addrbook_update_address_list(): fixed crash bug when
6699
	  an address in a group was modified.
6700
	* src/addrbook.c: addrbook_update_group_list()
6701
	  src/editgroup.c: addressbook_edit_group(): fixed memory leaks.
6702
6703
2005-12-02
6704
6705
	* src/passphrase.c: gpgmegtk_passphrase_cb(): fixed blocking on win32.
6706
6707
2005-12-01
6708
6709
	* src/folderview.c: added "Update summary" to the context menu.
6710
6711
2005-12-01
6712
6713
	* libsylph/session.h
6714
	  libsylph/smtp.h: fixed compilation failure on some environments.
6715
6716
2005-11-30
6717
6718
	* src/summaryview.[ch]: display progress on filtering.
6719
6720
2005-11-30
6721
6722
	* version 2.1.8
6723
6724
2005-11-29
6725
6726
	* libsylph/session.c: removed debug print.
6727
6728
2005-11-29
6729
6730
	* src/send_message.c: send_message_queue_all(): follow the change of
6731
	  compose.c::compose_send().
6732
6733
2005-11-28
6734
6735
	* libsylph/prefs_common.[ch]
6736
	  src/prefs_common_dialog.c: moved outgoing encoding option into
6737
	  Display - Encoding tab.
6738
6739
2005-11-28
6740
6741
	* libsylph/procmime.c: procmime_decode_content(): also normalize text
6742
	  files on win32. Also do normalization for quoted-printable part.
6743
6744
2005-11-28
6745
6746
	* libsylph/pop.c
6747
	  libsylph/recv.c
6748
	  src/compose.c: reverted linebreak conversion.
6749
6750
2005-11-25
6751
6752
	* src/compose.c: also canonicalize on redirect/queue.
6753
6754
2005-11-25
6755
6756
	* src/compose.c: compose_write_to_file(): always canonicalize composed
6757
	  message.
6758
6759
2005-11-25
6760
6761
	* libsylph/procmime.c: procmime_decode_content(): uncanonicalize
6762
	  unencoded text.
6763
6764
2005-11-25
6765
6766
	* libsylph/pop.c
6767
	  libsylph/recv.c: don't convert CR+LF to LF.
6768
	* libsylph/procmime.c: procmime_decode_content(): don't uncanonicalize
6769
	  message/rfc822.
6770
6771
2005-11-25
6772
6773
	* src/imageview.c: size_allocate_cb(): don't update image view if
6774
	  image_data doesn't exist.
6775
	* src/mimeview.c: mimeview_change_view_type(): clear hidden view.
6776
6777
2005-11-25
6778
6779
	* libsylph/session.[ch]: session_read_data_as_file_cb(): don't write
6780
	  to file until buffer is filled more than the half. Extended the
6781
	  buffer size.
6782
6783
2005-11-25
6784
6785
	* libsylph/session.c: session_recv_data_as_file_idle_cb(): fixed a bug
6786
	  that lost first part of message data.
6787
6788
2005-11-24
6789
6790
	* libsylph/procmime.c: procmime_decode_content(): win32: don't
6791
	  uncanonicalize text files.
6792
6793
2005-11-24
6794
6795
	* libsylph/pop.c
6796
	  libsylph/session.[ch]: implemented session_recv_data_as_file(),
6797
	  which receives data as file stream, to reduce memory usage on POP3
6798
	  session.
6799
6800
2005-11-22
6801
6802
	* src/compose.c
6803
	  src/prefs_common_dialog.c: don't save filtered sent message to
6804
	  outbox. Only enable filtering of sent messages when saving of sent
6805
	  messages is enabled.
6806
	* src/inc.c: inc_drop_message(): removed redundant code.
6807
6808
2005-11-22
6809
6810
	* libsylph/utils.[ch]
6811
	  libsylph/session.[ch]
6812
	  libsylph/smtp.[ch]
6813
	  src/send_message.c: reduced memory usage on SMTP session.
6814
6815
2005-11-22
6816
6817
	* libsylph/imap.c: QUOTE_IF_REQUIRED(): add "[]&" to characters to be
6818
	  quoted (for courier-imap).
6819
6820
2005-11-22
6821
6822
	* libsylph/prefs_common.[ch]
6823
	  src/compose.c: remember the last window position.
6824
	* src/sourcewindow.c: win32: fixed window appeared always top-left.
6825
	  Added margin to the TextView.
6826
6827
2005-11-21
6828
6829
	* src/compose.c: compose_create(): win32: fixed window appeared always
6830
	  top-left.
6831
6832
2005-11-21
6833
6834
	* src/compose.c:
6835
	  compose_get_signature_str()
6836
	  compose_insert_file(): give priority to locale to UTF-8 conversion
6837
	  (fixes wrong Japanese conversion on some case).
6838
6839
2005-11-21
6840
6841
	* libsylph/prefs_common.[ch]: modified the order of options.
6842
6843
2005-11-21
6844
6845
	* src/prefs_ui.[ch]
6846
	  src/prefs_common_dialog.c: reorganized the common prefs.
6847
6848
2005-11-18
6849
6850
	* version 2.1.7
6851
6852
2005-11-18
6853
6854
	* libsylph/prefs_common.[ch]
6855
	  src/prefs_common_dialog.c: moved the position of Spell tab.
6856
6857
2005-11-17
6858
6859
	* src/compose.c: compose_set_title(): made edit mark less intrusive.
6860
6861
2005-11-17
6862
6863
	* libsylph/utils.c: set_startup_dir(): win32: always set the startup
6864
	  directory to the same directory as the location of executable file
6865
	  (fixes untranslated messages when launched by other apps).
6866
6867
2005-11-17
6868
6869
	* src/prefs_common_dialog.c: fixed crash when quote colors dialog was
6870
	  closed by the window close button. Fixed window focus after closing
6871
	  it.
6872
6873
2005-11-17
6874
6875
	* src/about.c: show GtkSpell in compiled-in features.
6876
6877
2005-11-17
6878
6879
	* configure.in: fixed wrong status report of GtkSpell.
6880
6881
2005-11-17
6882
6883
	* libsylph/prefs_common.[ch]
6884
	  src/compose.[ch]
6885
	  src/prefs_common_dialog.c
6886
	  configure.in: implemented spell checking using GtkSpell
6887
	  (thanks to Victor Ananajevsky).
6888
6889
2005-11-16
6890
6891
	* src/compose.c: compose_reply_set_entry(): don't reply to list for
6892
	  subscribe confirmation request etc.
6893
6894
2005-11-16
6895
6896
	* src/folderview.c: folderview_search_unread_recursive(): don't show
6897
	  '+' (unread) mark even if unread messages are in Trash.
6898
6899
2005-11-16
6900
6901
	* src/summaryview.c: fixed a bug that the selection was broken (and
6902
	  sometimes crashed) when mark, unread, and colorlabel flags were
6903
	  changed while the summary was sorted by the flags.
6904
6905
2005-11-16
6906
6907
	* src/compose.c: fixed compilation error if GPGME is not enabled.
6908
6909
2005-11-15
6910
6911
	* src/account_dialog.c: account_open(): popup main window if edit
6912
	  account dialog is not present.
6913
6914
2005-11-15
6915
6916
	* src/mimeview.c: mimeview_view_file(): win32: use g_file_test() to
6917
	  detect common executable suffix.
6918
6919
2005-11-14
6920
6921
	* libsylph/mh.c
6922
	  libsylph/mbox.c
6923
	  src/compose.c: always set FolderItem::mtime to 0 if the folder
6924
	  contents changed (fixes occasional summary update failure on win32
6925
	  and some filesystems).
6926
6927
2005-11-14
6928
6929
	* libsylph/utils.[ch]
6930
	  src/summaryview.[ch]: use gint64 for total_size to avoid overflow
6931
	  on environments where sizeof(off_t) is 4.
6932
6933
2005-11-14
6934
6935
	* src/textview.c: changed the shadow type to GTK_SHADOW_ETCHED_IN.
6936
	* src/summaryview.[ch]
6937
	  src/mainwindow.c: added separator between the summary status and
6938
	  the header pane.
6939
6940
2005-11-11
6941
6942
	* src/compose.c: fixed separator of newsgroups (thanks to KAZUKI
6943
	  SHIMURA).
6944
	  compose_reedit_set_entry(): also set Newsgroups and Followup-To
6945
	  entry.
6946
6947
2005-11-11
6948
6949
	* src/main.c: app_init(): win32: disable digit locale variable such as
6950
	  "LANG=1041".
6951
6952
2005-11-11
6953
6954
	* src/mainwindow.c: removed the outer border.
6955
6956
2005-11-10
6957
6958
	* libsylph/prefs_common.c
6959
	  src/prefs_common_dialog.c: don't show gpg warning on win32 by
6960
	  default. Changed "gpg_warning" to "show_gpg_warning".
6961
6962
2005-11-10
6963
6964
	* src/rfc2015.[ch]
6965
	  src/main.c: implemented rfc2015_disable_all() and
6966
	  rfc2015_is_available().
6967
	* src/compose.c: hide PGP checkboxes if PGP is not available.
6968
	* src/logwindow.c: prohibit abort when invalid UTF-8 text is inserted.
6969
6970
2005-11-09
6971
6972
	* src/passphrase.c
6973
	  configure.in: check the availability of mlock().
6974
	  src/main.c: check_gpg(): check if OpenPGP protocol is available.
6975
6976
2005-11-09
6977
6978
	* src/account_dialog.c
6979
	  src/prefs_filter.c: win32: fixed window focus problem.
6980
6981
2005-11-09
6982
6983
	* src/compose.c: allow drop of files in the whole window. Disabled
6984
	  insertion of text by DnD.
6985
6986
2005-11-08
6987
6988
	* version 2.1.6
6989
6990
2005-11-08
6991
6992
	* src/ldif.c: ldif_get_line(): fixed buffer overflow.
6993
6994
2005-11-07
6995
6996
	* src/main.[ch]
6997
	  src/mainwindow.c: added '--exit' command line option.
6998
6999
2005-11-07
7000
7001
	* libsylph/prefs_common.[ch]
7002
	  src/compose.[ch]
7003
	  src/prefs_common_dialog.c: implemented auto-save.
7004
7005
2005-11-07
7006
7007
	* src/prefs_common_dialog.c: hide options which is useless on win32.
7008
7009
2005-11-07
7010
7011
	* src/prefs_common_dialog.c: moved fallback_encoding from Advanced tab
7012
	  to Message tab.
7013
	* libsylph/prefs_common.[ch]: changed 'fallback_encoding' to
7014
	  'default_encoding'.
7015
7016
2005-11-04
7017
7018
	* src/compose.c: compose_ext_editor_kill(): fixed a crash when the
7019
	  external editor was terminated while opening confirmation dialog.
7020
7021
2005-11-04
7022
7023
	* src/prefs_common_dialog.c: prefs_junk_create(): added preset menu
7024
	  for learning commands.
7025
	* libsylph/prefs_common.c: made the default junk commands on win32
7026
	  bsfilter.
7027
7028
2005-11-04
7029
7030
	* src/summaryview.c: summary_junk_func(): follow the
7031
	  'mark_junk_as_read' setting.
7032
7033
2005-11-02
7034
7035
	* src/account_dialog.c
7036
	  src/prefs_account_dialog.c: popup main window when account edit
7037
	  dialog is closed.
7038
7039
2005-11-02
7040
7041
	* libsylph/prefs_common.[ch]
7042
	  src/summaryview.c
7043
	  src/prefs_common_dialog.c: added an option to mark filtered junk
7044
	  mails as read (thanks to Takushi Miyoshi). Added more description.
7045
7046
2005-11-02
7047
7048
	* src/compose.c: unlink compose->exteditor_file if exist.
7049
7050
2005-11-02
7051
7052
	* src/compose.c: compose_ext_editor_kill(): stop watching of child
7053
	  process in case something weird happened.
7054
7055
2005-11-02
7056
7057
	* src/compose.c: fixed for win32.
7058
7059
2005-11-02
7060
7061
	* src/compose.[ch]: reimplemented external editor with GSpawn and
7062
	  GChildWatch.
7063
	* libsylph/utils.c: execute_async(): fixed wrong argument type.
7064
7065
2005-11-02
7066
7067
	* src/prefs_common_dialog.c: moved fallback encoding setting to
7068
	  Advanced tab.
7069
7070
2005-11-01
7071
7072
	* src/prefs_actions.c
7073
	  src/prefs_template.c
7074
	  src/prefs_folder_item.c
7075
	  src/prefs_common_dialog.c
7076
	  src/prefs_summary_column.c
7077
	  src/prefs_account_dialog.c
7078
	  src/prefs_filter.c: bring main window in front after dialogs are
7079
	  closed (to avoid the focus problem on win32).
7080
7081
2005-11-01
7082
7083
	* libsylph/prefs_common.[ch]
7084
	  libsylph/procmime.c
7085
	  src/textview.c
7086
	  src/prefs_common_dialog.c: added fallback encoding setting.
7087
	  Removed multi-byte alphanumeric to ascii conversion option.
7088
7089
2005-11-01
7090
7091
	* src/icons/sylpheed.ico
7092
	  src/icons/Makefile.am
7093
	  src/Makefile.am
7094
	  configure.in: win32: added program icon.
7095
7096
2005-10-31
7097
7098
	* libsylph/utils.c: execute_sync(): win32: get exit status of child
7099
	  process by not using helper program.
7100
7101
2005-10-31
7102
7103
	* src/textview.c: textview_show_part(): fixed scroll jumping on focus.
7104
7105
2005-10-29
7106
7107
	* version 2.1.5
7108
7109
2005-10-27
7110
7111
	* libsylph/socket.c: fd_accept(): enabled on win32.
7112
7113
2005-10-27
7114
7115
	* libsylph/socket.[ch]: fd_connect_inet(), fd_open_inet(): new.
7116
	  fd_open_unix(): set SO_REUSEADDR flag to avoid bind() error.
7117
	* src/main.c: win32: implemented remote command using TCP socket.
7118
7119
2005-10-27
7120
7121
	* src/compose.c: add hbox into the window before creating option menu
7122
	  (fixed initially wrong widget size).
7123
7124
2005-10-27
7125
7126
	* libsylph/procmime.c: procmime_get_mime_type_table(): win32: read
7127
	  mime.types in startup directory.
7128
	* mime.types: included in the source tree.
7129
7130
2005-10-26
7131
7132
	* libsylph/prefs_common.[ch]
7133
	  src/summaryview.c
7134
	  src/prefs_common_dialog.c: added a setting to delete filtered junk
7135
	  mails from server.
7136
7137
2005-10-26
7138
7139
	* libsylph/utils.[ch]: address_equal(): new.
7140
	* src/compose.c: compose_reply_set_entry(): when replying to ML post
7141
	  that has the Reply-To set, set the ML address in To: and Reply-To
7142
	  address in Cc: (thanks to Colin Leroy).
7143
7144
2005-10-26
7145
7146
	* libsylph/utils.c: uri_list_extract_filenames(): use GLib functions
7147
	  to extract URIs if available.
7148
7149
2005-10-26
7150
7151
	* src/main.c: win32: convert locale string to UTF-8 when setting
7152
	  rc dir.
7153
7154
2005-10-25
7155
7156
	* src/messageview.c
7157
	  src/summaryview.c: display confirmation dialog instead of input
7158
	  dialog when printing.
7159
7160
2005-10-25
7161
7162
	* libsylph/procmsg.c: fixed a typo.
7163
7164
2005-10-25
7165
7166
	* configure.in: changed zh_TW.Big5 to zh_TW.
7167
7168
2005-10-25
7169
7170
	* libsylph/utils.[ch]: execute_print_file(): added.
7171
	* libsylph/procmsg.c: procmsg_print_message(): win32: canonicalize
7172
	  output file, and use ShellExecute() if command is unspecified.
7173
7174
2005-10-25
7175
7176
	* libsylph/procmsg.c: procmsg_print_message(): match the output
7177
	  headers to the message view.
7178
	* libsylph/procheader.[ch]: procheader_get_header_array_for_display():
7179
	  added.
7180
	* libsylph/displayheader.[ch]: moved from src/.
7181
	* src/textview.c: textview_show_header(): code cleanup.
7182
7183
2005-10-24
7184
7185
	* src/inputdialog.c: win32: make dialog in front on focus out.
7186
7187
2005-10-24
7188
7189
	* src/inputdialog.c: create/destroy dialog each time it is displayed.
7190
7191
2005-10-24
7192
7193
	* src/messageview.c: set the title of separated message window to
7194
	  "(Subject) - Sylpheed".
7195
7196
2005-10-24
7197
7198
	* src/summaryview.c
7199
	  src/mimeview.c: fixed the problem that DnD didn't work on GTK+ 2.8
7200
	  (thanks to Victor Ananajevsky).
7201
7202
2005-10-21
7203
7204
	* src/main.c: replaced gdk_input_add() with GIOChannel.
7205
7206
2005-10-20
7207
7208
	* src/textview.c: textview_adj_value_changed(): optimized a bit.
7209
7210
2005-10-20
7211
7212
	* src/textview.c: textview_adj_value_changed(): don't move cursor
7213
	  if selection exists.
7214
7215
2005-10-20
7216
7217
	* libsylph/filter.c: fixed execution failure if a file path includes
7218
	  space.
7219
7220
2005-10-20
7221
7222
	* src/textview.c: fixed a problem that the view was scrolled to top
7223
	  when it got focus.
7224
7225
2005-10-20
7226
7227
	* libsylph/utils.[ch]: set_startup_dir(), set_rc_dir(),
7228
	  get_startup_dir(): new.
7229
	* src/main.[ch]: removed global variable startup_dir. Instead use
7230
	  get_startup_dir().
7231
	  added '--configdir' option which specifies directory which stores
7232
	  configuration files.
7233
	* src/manual.c: win32: fixed document paths.
7234
7235
2005-10-18
7236
7237
	* version 2.1.4
7238
7239
2005-10-18
7240
7241
	* libsylph/prefs_common.c: win32: modified the default commands.
7242
7243
2005-10-18
7244
7245
	* src/prefs_filter.c: prefs_filter_open(): correct focus when msginfo
7246
	  is specified.
7247
7248
2005-10-17
7249
7250
	* src/prefs_common_dialog.c: win32: made the default editor command
7251
	  'notepad'.
7252
7253
2005-10-17
7254
7255
	* src/inputdialog.c: adjusted the minimum dialog size.
7256
7257
2005-10-17
7258
7259
	* libsylph/prefs_common.c: win32: fixed compilation failure.
7260
7261
2005-10-17
7262
7263
	* src/prefs_common_dialog.c: added the default browser to the option
7264
	  of URI command.
7265
7266
2005-10-17
7267
7268
	* src/trayicon.c: handle destroy event properly (thanks to Victor
7269
	  Ananajevsky).
7270
7271
2005-10-16
7272
7273
	* libsylph/utils.c: open_uri(): win32: use ShellExecute() to open URI.
7274
	  libsylph/prefs_common.c
7275
	  src/prefs_common_dialog.c: win32: made the default URI command empty
7276
	  which means to use the default browser.
7277
7278
2005-10-16
7279
7280
	* src/mimeview.c: win32: restrict launching of executable files.
7281
7282
2005-10-14
7283
7284
	* makewin32.sh: modified the optimization flags.
7285
7286
2005-10-14
7287
7288
	* src/main.c: win32: prohibit duplicate exec using CreateMutex().
7289
7290
2005-10-14
7291
7292
	* libsylph/procmime.c
7293
	  src/compose.c: made some warnings just debug messages.
7294
7295
2005-10-14
7296
7297
	* libsylph/codeconv.c: changed the locale charset of Japanese Windows
7298
	  from Shift_JIS to CP932.
7299
7300
2005-10-13
7301
7302
	* libsylph/codeconv.[ch]: enhanced the support of
7303
	  environment-dependent Japanese characters (thanks to MORIYAMA).
7304
7305
2005-10-13
7306
7307
	* src/inputdialog.c
7308
	  src/setup.c
7309
	  src/mainwindow.c: modified the text of mailbox setup dialog.
7310
7311
2005-10-13
7312
7313
	* libsylph/utils.[ch]
7314
	  src/mimeview.c: win32: use ShellExecute() to launch attachments, and
7315
	  warn on launching an executable file.
7316
7317
2005-10-13
7318
7319
	* libsylph/folder.[ch]
7320
	  src/prefs_folder_item.c
7321
	  src/folderview.c: enabled the property of the top folder.
7322
	* src/prefs_common_dialog.c: modified the text of key binding dialog.
7323
7324
2005-10-13
7325
7326
	* libsylph/imap.c: imap_cmd_ok(): fixed parsing of literal data (skip
7327
	  quotes).
7328
7329
2005-10-12
7330
7331
	* libsylph/recv.c: recv_bytes(): null-terminate the received data
7332
	  in case it's a string.
7333
	  libsylph/imap.c: imap_cmd_ok(): also log literal strings.
7334
7335
2005-10-12
7336
7337
	* src/alertpanel.c: win32: make dialog in front on focus out.
7338
7339
2005-10-12
7340
7341
	* src/main.c: default_log_func(): fixed prefix on G_LOG_LEVEL_WARNING.
7342
7343
2005-10-12
7344
7345
	* libsylph/imap.c: imap_cmd_ok(): fixed parsing of literal data.
7346
7347
2005-10-12
7348
7349
	* src/summaryview.c: brought back 'Create filter rule' in the context
7350
	  menu.
7351
7352
2005-10-11
7353
7354
	* src/prefs_folder_item.c: fixed the label "Type" not aligned to right.
7355
7356
2005-10-11
7357
7358
	* libsylph/utils.[ch]
7359
	  src/main.c: output g_log() messages to the log window and log file.
7360
	* configure.in: disabled console window on win32.
7361
7362
2005-10-11
7363
7364
	* src/folderview.c: folderview_drag_motion_cb(): win32: reset
7365
	  context->actions if modifier key is not pressed (fixed DnD action
7366
	  becoming copy by default).
7367
7368
2005-10-10
7369
7370
	* libsylph/utils.c
7371
	  libsylph/procheader.c: fixed a bug that caused crashes on receive
7372
	  if Date: header has abnormal time.
7373
7374
2005-10-07
7375
7376
	* libsylph/recv.[ch]
7377
	  libsylph/imap.c: imap_cmd_ok(): support literals in response
7378
	  (fixed out of sync when literals appeared).
7379
7380
2005-10-06
7381
7382
	* libsylph/codeconv.c:
7383
	  conv_filename_from_utf8(), conv_filename_to_utf8(): put an
7384
	  assertion.
7385
7386
2005-10-06
7387
7388
	* libsylph/utils.c: don't define _s_tempnam() on Unix.
7389
	* src/prefs_folder_item.c: added file system path info.
7390
7391
2005-10-06
7392
7393
	* libsylph/utils.c: get_rc_dir(): win32: use environmental variable
7394
	  APPDATA.
7395
	* libsylph/prefs.c: prefs_set_default()
7396
	  src/prefs_ui.c: prefs_set_dialog_to_default(): win32: don't convert
7397
	  the encoding of environmental variable. Expand '~' to rc dir.
7398
7399
2005-10-06
7400
7401
	* src/main.c: win32: include startup directory into %PATH% for GSpawn.
7402
7403
2005-10-05
7404
7405
	* configure.in: support SSL on win32.
7406
	* makewin32.sh: convenient build script for win32.
7407
7408
2005-10-04
7409
7410
	* libsylph/utils.c: my_tmpfile(): use g_mkstemp() instead of
7411
	  directly using mkstemp().
7412
	  win32: use _wtempnam() , open() and fdopen() instead of tmpfile()
7413
	  because it creates temporary files to the root directory.
7414
7415
2005-10-03
7416
7417
	* src/main.c: app_init(): win32: pass locale encoding directory name
7418
	  for bindtextdomain() (fixed not-working translation on non-ascii
7419
	  directory).
7420
7421
2005-10-03
7422
7423
	* libsylph/mh.c:
7424
	  mh_create_tree(): create directory hierarchy for root path.
7425
	  mh_move_folder_real(): change current directory to prevent rename
7426
	  failure on Win32.
7427
	  libsylph/folder.c: folder_get_path(): always return absolute path.
7428
7429
2005-09-30
7430
7431
	* libsylph/prefs_common.c: prefs_common_read_config(): Win32: set the
7432
	  default font to "MS Gothic 12" on Japanese environment.
7433
7434
2005-09-29
7435
7436
	* version 2.1.3
7437
7438
2005-09-28
7439
7440
	* src/main.c: app_init(): make the message catalog location absolute
7441
	  path if LOCALEDIR is relative.
7442
7443
2005-09-28
7444
7445
	* src/compose.c: compose_set_title(): only show subject.
7446
7447
2005-09-27
7448
7449
	* src/rfc2015.c: check_signature(): disabled gpgme_data_set_encoding()
7450
	  (it somehow results in error).
7451
7452
2005-09-27
7453
7454
	* src/rfc2015.c: check_signature(): set transfer encoding for S/MIME.
7455
7456
2005-09-27
7457
7458
	* src/compose.c: display the subject line in the window title bar
7459
	  (thanks to Thomas White).
7460
7461
2005-09-27
7462
7463
	* src/mimeview.c
7464
	  src/rfc2015.c: verify PKCS#7 (S/MIME) signature (thanks to Thomas
7465
	  White).
7466
	* src/main.c: null-check engineInfo->version when displaying debug
7467
	  information of GPGME.
7468
7469
2005-09-26
7470
7471
	* libsylph/html.c: convert character entity references to UTF-8,
7472
	  rather than US-ASCII (thanks to Lyonel Vincent). Use UCS-4 to
7473
	  UTF-8 conversion for numbered references.
7474
7475
2005-09-22
7476
7477
	* libsylph/utils.[ch]
7478
	  libsylph/procmime.[ch]
7479
	  src/mimeview.[ch]
7480
	  src/filesel.[ch]: implemented "Save all", which saves all
7481
	  attachments in a message.
7482
7483
2005-09-22
7484
7485
	* src/gtkutils.[ch]
7486
	  src/summaryview.[ch]: align selected row to center when reached to
7487
	  the edge on key operation.
7488
7489
2005-09-22
7490
7491
	* src/summaryview.c: keep selecting row after changing thread display.
7492
7493
2005-09-21
7494
7495
	* configure.in: removed mbs/wcs functions check.
7496
7497
2005-09-21
7498
7499
	* libsylph/utils.[ch]
7500
	  src/compose.c
7501
	  src/gtkutils.[ch]
7502
	  src/undo.c
7503
	  src/addr_compl.c: removed mbs/wcs functions which are no longer
7504
	  required.
7505
7506
2005-09-21
7507
7508
	* src/account_dialog.c: don't display checkbox if 'get all' is
7509
	  unavailable.
7510
7511
2005-09-21
7512
7513
	* src/subscribedialog.c: don't display checkbox on non-selectable
7514
	  rows.
7515
7516
2005-09-20
7517
7518
	* libsylph/news.[ch]
7519
	  src/subscribedialog.[ch]
7520
	  src/Makefile.am
7521
	  src/folderview.c: renamed grouplistdialog to subscribedialog, and
7522
	  reimplemented with GtkTreeView.
7523
7524
2005-09-16
7525
7526
	* src/compose.c: compose_write_to_file(): don't display code
7527
	  conversion error and line limit warning on draft mode.
7528
7529
2005-09-16
7530
7531
	* libsylph/prefs_common.[ch]
7532
	  src/prefs_common_dialog.c
7533
	  src/folderview.[ch]
7534
	  src/mainwindow.c: removed the option to set the vscrollbar policy
7535
	  of the folder view and made it GTK_POLICY_AUTOMATIC.
7536
	  Added an option to toggle message number columns in the folder view
7537
	  (default is off).
7538
	  Made the 'Translate header name' option a hidden one.
7539
7540
2005-09-15
7541
7542
	* version 2.1.2
7543
7544
2005-09-15
7545
7546
	* configure.in: use ${DATADIRNAME} for $localedir if it is defined.
7547
7548
2005-09-15
7549
7550
	* libsylph/codeconv.c: conv_euctojis(): re-enabled
7551
	  prefs_common.allow_jisx0201_kana.
7552
7553
2005-09-14
7554
7555
	* libsylph/pop.c
7556
	  libsylph/procmime.c
7557
	  src/gtkutils.c
7558
	  src/mimeview.c
7559
	  src/undo.c
7560
	  src/headerview.c
7561
	  src/send_message.c
7562
	  src/summaryview.c: fixed warnings about signedness difference.
7563
7564
2005-09-14
7565
7566
	* libsylph/utils.[ch]
7567
	  src/compose.c: normalize address fields before encoding them.
7568
7569
2005-09-13
7570
7571
	* Makefile.am
7572
	  sylpheed.spec.in: updated files to be included in tarball.
7573
7574
2005-09-13
7575
7576
	* libsylph/*.[ch]: changed the license from GPL to LGPL.
7577
	* LICENSE: added.
7578
7579
2005-09-13
7580
7581
	* src/summaryview.c: summary_set_row(): don't reset S_COL_TDATE
7582
	  (fixes sorting bug when flags changed).
7583
7584
2005-09-13
7585
7586
	* COPYING: updated GPL (changed the address of FSF).
7587
	* COPYING.LIB: added LGPL.
7588
7589
2005-09-13
7590
7591
	* libsylph/procmsg.[ch]
7592
	  libsylph/enums.h
7593
	  libsylph/folder.[ch]
7594
	  src/summaryview.c
7595
	  src/mainwindow.c: added 'View/Sort/by thread date'.
7596
7597
2005-09-12
7598
7599
	* libsylph/imap.c: changed the message number limit on COPY.
7600
	  imap_do_copy_msgs(): update progress bar on copy.
7601
7602
2005-09-09
7603
7604
	* libsylph/imap.c: added missing translation string.
7605
7606
2005-09-09
7607
7608
	* libsylph/utils.[ch]
7609
	  libsylph/imap.c
7610
	  src/main.c
7611
	  src/mainwindow.[ch]: update progress bar when executing long
7612
	  operations.
7613
7614
2005-09-08
7615
7616
	* src/addressbook.c: addressbook_tree_button_pressed(): fixed a bug
7617
	  that the expander of the folder tree didn't work.
7618
7619
2005-09-08
7620
7621
	* libsylph/md5_hmac.c: md5_hmac_get(): minor code cleanup.
7622
7623
2005-09-08
7624
7625
	* libsylph/md5.[ch]: replaced with public domain code in GNet.
7626
	* libsylph/md5_hmac.[ch]: separated from md5.[ch] and rewrote.
7627
	* libsylph/pop.c
7628
	  libsylph/smtp.c
7629
	  libsylph/imap.c: modified for new MD5 interface.
7630
7631
2005-09-08
7632
7633
	* configure.in: use ${datadir} instead of ${prefix}/${DATADIRNAME}.
7634
7635
2005-09-08
7636
7637
	* libsylph/mbox.[ch]: moved into libsylph.
7638
7639
2005-09-07
7640
7641
	* libsylph/imap.c: limit number of messages to be copied at a time
7642
	  with COPY command to prevent network timeout.
7643
7644
2005-09-07
7645
7646
	* libsylph/utils.[ch]: renamed print_status() to status_print().
7647
	* libsylph/imap.c: adjusted the frequency of UI update.
7648
	* src/folderview.c: don't allow selection if summary is locked.
7649
7650
2005-09-07
7651
7652
	* libsylph/codeconv.c: conv_guess_ja_encoding(): also support UTF-8
7653
	  encoding.
7654
7655
2005-09-06
7656
7657
	* libsylph/imap.c: fixed warnings of signedness difference.
7658
	  Added UI hints.
7659
	* libsylph/utils.[ch]
7660
	  src/gtkutils.[ch]
7661
	  src/main.c: added ui_update() as a function for UI hints.
7662
7663
2005-09-06
7664
7665
	* libsylph/prefs_common.[ch]
7666
	  libsylph/prefs_account.[ch]
7667
	  libsylph/pop.h: save GPG settings even if GPGME is disabled.
7668
7669
2005-09-05
7670
7671
	* libsylph/imap.c: show progress when executing operations which
7672
	  takes long time.
7673
7674
2005-09-05
7675
7676
	* libsylph/account.[ch]
7677
	  libsylph/customheader.[ch]
7678
	  libsylph/enums.h
7679
	  libsylph/filter.[ch]
7680
	  libsylph/folder[ch]
7681
	  libsylph/imap.[ch]
7682
	  libsylph/md5.[ch]
7683
	  libsylph/mh.[ch]
7684
	  libsylph/news.[ch]
7685
	  libsylph/nntp.[ch]
7686
	  libsylph/pop.[ch]
7687
	  libsylph/prefs_account.[ch]
7688
	  libsylph/prefs_common.[ch]
7689
	  libsylph/procheader.[ch]
7690
	  libsylph/procmime.[ch]
7691
	  libsylph/procmsg.[ch]
7692
	  libsylph/smtp.[ch]
7693
	  libsylph/Makefile.am: moved more modules to libsylph.
7694
7695
2005-09-05
7696
7697
	* src/messageview.c
7698
	  src/procmsg.[ch]
7699
	  src/filter.[ch]
7700
	  src/summaryview.[ch]
7701
	  src/mainwindow.c
7702
	  src/prefs_filter.h: moved procmsg.c::procmsg_get_filter_keyword()
7703
	  to filter.c::filter_get_keyword_from_msg().
7704
7705
2005-09-05
7706
7707
	* libsylph/utils.[ch]
7708
	  src/inc.c
7709
	  src/main.c
7710
	  src/imap.c
7711
	  src/send_message.c
7712
	  src/news.c: made query-password function UI independent.
7713
	  Added UI independent print status func.
7714
7715
2005-09-05
7716
7717
	* src/main.c
7718
	  src/procmsg.[ch]
7719
	  src/send_message.[ch]
7720
	  src/mainwindow.c: moved procmsg.c::procmsg_send_queue() to
7721
	  send_message.c::send_message_queue_all().
7722
7723
2005-09-02
7724
7725
	* src/html.c
7726
	  src/session.c
7727
	  src/unmime.c: fixed 'warning: pointer targets in assignment differ
7728
	  in signedness'.
7729
7730
2005-09-02
7731
7732
	* src/sourcewindow.c: added missing include.
7733
	* src/filter.[ch]
7734
	  src/prefs_filter.[ch]
7735
	  src/folderview.c: moved prefs_filter_rename_path() and
7736
	  prefs_filter_delete_path() to filter.c.
7737
7738
2005-09-02
7739
7740
	* src/main.c
7741
	  src/filter.[ch]
7742
	  src/prefs_filter.[ch]: moved prefs_filter_read_config() to filter.c.
7743
7744
2005-09-02
7745
7746
	* libsylph/recv.[ch]: moved to libsylph.
7747
7748
2005-09-02
7749
7750
	* libsylph/html.[ch]: moved to libsylph.
7751
7752
2005-09-01
7753
7754
	* src/prefs_common.c
7755
	  src/procmsg.c: removed unused headers.
7756
7757
2005-09-01
7758
7759
	* src/account.[ch]
7760
	  src/account_dialog.[ch]
7761
	  src/folderview.c
7762
	  src/mainwindow.c
7763
	  src/main.c: separated UI code from account.c.
7764
7765
2005-09-01
7766
7767
	* src/prefs_account.c
7768
	  src/prefs_common.c: removed unused headers.
7769
	* src/enums.h
7770
	  src/prefs_common.h
7771
	  src/summaryview.h
7772
	  src/mainwindow.h: separated some enums to reduce dependency.
7773
7774
2005-09-01
7775
7776
	* src/customheader.[ch]
7777
	  src/prefs_customheader.[ch]
7778