Statistics
| Revision:

root / ChangeLog @ 3177

History | View | Annotate | Download (224.4 kB)

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