Statistics
| Revision:

root / ChangeLog @ 3230

History | View | Annotate | Download (227.1 kB)

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