Statistics
| Revision:

root / ChangeLog @ 3197

History | View | Annotate | Download (225.3 kB)

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