Statistics
| Revision:

root / ChangeLog @ 3199

History | View | Annotate | Download (225.4 kB)

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