Statistics
| Revision:

root / ChangeLog @ 3193

History | View | Annotate | Download (224.9 kB)

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