Statistics
| Revision:

root / ChangeLog @ 3179

History | View | Annotate | Download (224.4 kB)

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