Statistics
| Revision:

root / ChangeLog @ 3222

History | View | Annotate | Download (226.7 kB)

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