Statistics
| Revision:

root / ChangeLog @ 3207

History | View | Annotate | Download (225.7 kB)

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