Statistics
| Revision:

root / ChangeLog @ 3196

History | View | Annotate | Download (225.2 kB)

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