Statistics
| Revision:

root / ChangeLog @ 3174

History | View | Annotate | Download (224.2 kB)

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