Statistics
| Revision:

root / ChangeLog @ 3139

History | View | Annotate | Download (221.9 kB)

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