Statistics
| Revision:

root / ChangeLog @ 710

History | View | Annotate | Download (72.1 kB)

1
2005-11-02
2
3
	* libsylph/prefs_common.[ch]
4
	  src/summaryview.c
5
	  src/prefs_common_dialog.c: added an option to mark filtered junk
6
	  mails as read (thanks to Takushi Miyoshi). Added more description.
7
8
2005-11-02
9
10
	* src/compose.c: unlink compose->exteditor_file if exist.
11
12
2005-11-02
13
14
	* src/compose.c: compose_ext_editor_kill(): stop watching of child
15
	  process in case something weird happened.
16
17
2005-11-02
18
19
	* src/compose.c: fixed for win32.
20
21
2005-11-02
22
23
	* src/compose.[ch]: reimplemented external editor with GSpawn and
24
	  GChildWatch.
25
	* libsylph/utils.c: execute_async(): fixed wrong argument type.
26
27
2005-11-02
28
29
	* src/prefs_common_dialog.c: moved fallback encoding setting to
30
	  Advanced tab.
31
32
2005-11-01
33
34
	* src/prefs_actions.c
35
	  src/prefs_template.c
36
	  src/prefs_folder_item.c
37
	  src/prefs_common_dialog.c
38
	  src/prefs_summary_column.c
39
	  src/prefs_account_dialog.c
40
	  src/prefs_filter.c: bring main window in front after dialogs are
41
	  closed (to avoid the focus problem on win32).
42
43
2005-11-01
44
45
	* libsylph/prefs_common.[ch]
46
	  libsylph/procmime.c
47
	  src/textview.c
48
	  src/prefs_common_dialog.c: added fallback encoding setting.
49
	  Removed multi-byte alphanumeric to ascii conversion option.
50
51
2005-11-01
52
53
	* src/icons/sylpheed.ico
54
	  src/icons/Makefile.am
55
	  src/Makefile.am
56
	  configure.in: win32: added program icon.
57
58
2005-10-31
59
60
	* libsylph/utils.c: execute_sync(): win32: get exit status of child
61
	  process by not using helper program.
62
63
2005-10-31
64
65
	* src/textview.c: textview_show_part(): fixed scroll jumping on focus.
66
67
2005-10-29
68
69
	* version 2.1.5
70
71
2005-10-27
72
73
	* libsylph/socket.c: fd_accept(): enabled on win32.
74
75
2005-10-27
76
77
	* libsylph/socket.[ch]: fd_connect_inet(), fd_open_inet(): new.
78
	  fd_open_unix(): set SO_REUSEADDR flag to avoid bind() error.
79
	* src/main.c: win32: implemented remote command using TCP socket.
80
81
2005-10-27
82
83
	* src/compose.c: add hbox into the window before creating option menu
84
	  (fixed initially wrong widget size).
85
86
2005-10-27
87
88
	* libsylph/procmime.c: procmime_get_mime_type_table(): win32: read
89
	  mime.types in startup directory.
90
	* mime.types: included in the source tree.
91
92
2005-10-26
93
94
	* libsylph/prefs_common.[ch]
95
	  src/summaryview.c
96
	  src/prefs_common_dialog.c: added a setting to delete filtered junk
97
	  mails from server.
98
99
2005-10-26
100
101
	* libsylph/utils.[ch]: address_equal(): new.
102
	* src/compose.c: compose_reply_set_entry(): when replying to ML post
103
	  that has the Reply-To set, set the ML address in To: and Reply-To
104
	  address in Cc: (thanks to Colin Leroy).
105
106
2005-10-26
107
108
	* libsylph/utils.c: uri_list_extract_filenames(): use GLib functions
109
	  to extract URIs if available.
110
111
2005-10-26
112
113
	* src/main.c: win32: convert locale string to UTF-8 when setting
114
	  rc dir.
115
116
2005-10-25
117
118
	* src/messageview.c
119
	  src/summaryview.c: display confirmation dialog instead of input
120
	  dialog when printing.
121
122
2005-10-25
123
124
	* libsylph/procmsg.c: fixed a typo.
125
126
2005-10-25
127
128
	* configure.in: changed zh_TW.Big5 to zh_TW.
129
130
2005-10-25
131
132
	* libsylph/utils.[ch]: execute_print_file(): added.
133
	* libsylph/procmsg.c: procmsg_print_message(): win32: canonicalize
134
	  output file, and use ShellExecute() if command is unspecified.
135
136
2005-10-25
137
138
	* libsylph/procmsg.c: procmsg_print_message(): match the output
139
	  headers to the message view.
140
	* libsylph/procheader.[ch]: procheader_get_header_array_for_display():
141
	  added.
142
	* libsylph/displayheader.[ch]: moved from src/.
143
	* src/textview.c: textview_show_header(): code cleanup.
144
145
2005-10-24
146
147
	* src/inputdialog.c: win32: make dialog in front on focus out.
148
149
2005-10-24
150
151
	* src/inputdialog.c: create/destroy dialog each time it is displayed.
152
153
2005-10-24
154
155
	* src/messageview.c: set the title of separated message window to
156
	  "(Subject) - Sylpheed".
157
158
2005-10-24
159
160
	* src/summaryview.c
161
	  src/mimeview.c: fixed the problem that DnD didn't work on GTK+ 2.8
162
	  (thanks to Victor Ananajevsky).
163
164
2005-10-21
165
166
	* src/main.c: replaced gdk_input_add() with GIOChannel.
167
168
2005-10-20
169
170
	* src/textview.c: textview_adj_value_changed(): optimized a bit.
171
172
2005-10-20
173
174
	* src/textview.c: textview_adj_value_changed(): don't move cursor
175
	  if selection exists.
176
177
2005-10-20
178
179
	* libsylph/filter.c: fixed execution failure if a file path includes
180
	  space.
181
182
2005-10-20
183
184
	* src/textview.c: fixed a problem that the view was scrolled to top
185
	  when it got focus.
186
187
2005-10-20
188
189
	* libsylph/utils.[ch]: set_startup_dir(), set_rc_dir(),
190
	  get_startup_dir(): new.
191
	* src/main.[ch]: removed global variable startup_dir. Instead use
192
	  get_startup_dir().
193
	  added '--configdir' option which specifies directory which stores
194
	  configuration files.
195
	* src/manual.c: win32: fixed document paths.
196
197
2005-10-18
198
199
	* version 2.1.4
200
201
2005-10-18
202
203
	* libsylph/prefs_common.c: win32: modified the default commands.
204
205
2005-10-18
206
207
	* src/prefs_filter.c: prefs_filter_open(): correct focus when msginfo
208
	  is specified.
209
210
2005-10-17
211
212
	* src/prefs_common_dialog.c: win32: made the default editor command
213
	  'notepad'.
214
215
2005-10-17
216
217
	* src/inputdialog.c: adjusted the minimum dialog size.
218
219
2005-10-17
220
221
	* libsylph/prefs_common.c: win32: fixed compilation failure.
222
223
2005-10-17
224
225
	* src/prefs_common_dialog.c: added the default browser to the option
226
	  of URI command.
227
228
2005-10-17
229
230
	* src/trayicon.c: handle destroy event properly (thanks to Victor
231
	  Ananajevsky).
232
233
2005-10-16
234
235
	* libsylph/utils.c: open_uri(): win32: use ShellExecute() to open URI.
236
	  libsylph/prefs_common.c
237
	  src/prefs_common_dialog.c: win32: made the default URI command empty
238
	  which means to use the default browser.
239
240
2005-10-16
241
242
	* src/mimeview.c: win32: restrict launching of executable files.
243
244
2005-10-14
245
246
	* makewin32.sh: modified the optimization flags.
247
248
2005-10-14
249
250
	* src/main.c: win32: prohibit duplicate exec using CreateMutex().
251
252
2005-10-14
253
254
	* libsylph/procmime.c
255
	  src/compose.c: made some warnings just debug messages.
256
257
2005-10-14
258
259
	* libsylph/codeconv.c: changed the locale charset of Japanese Windows
260
	  from Shift_JIS to CP932.
261
262
2005-10-13
263
264
	* libsylph/codeconv.[ch]: enhanced the support of
265
	  environment-dependent Japanese characters (thanks to MORIYAMA).
266
267
2005-10-13
268
269
	* src/inputdialog.c
270
	  src/setup.c
271
	  src/mainwindow.c: modified the text of mailbox setup dialog.
272
273
2005-10-13
274
275
	* libsylph/utils.[ch]
276
	  src/mimeview.c: win32: use ShellExecute() to launch attachments, and
277
	  warn on launching an executable file.
278
279
2005-10-13
280
281
	* libsylph/folder.[ch]
282
	  src/prefs_folder_item.c
283
	  src/folderview.c: enabled the property of the top folder.
284
	* src/prefs_common_dialog.c: modified the text of key binding dialog.
285
286
2005-10-13
287
288
	* libsylph/imap.c: imap_cmd_ok(): fixed parsing of literal data (skip
289
	  quotes).
290
291
2005-10-12
292
293
	* libsylph/recv.c: recv_bytes(): null-terminate the received data
294
	  in case it's a string.
295
	  libsylph/imap.c: imap_cmd_ok(): also log literal strings.
296
297
2005-10-12
298
299
	* src/alertpanel.c: win32: make dialog in front on focus out.
300
301
2005-10-12
302
303
	* src/main.c: default_log_func(): fixed prefix on G_LOG_LEVEL_WARNING.
304
305
2005-10-12
306
307
	* libsylph/imap.c: imap_cmd_ok(): fixed parsing of literal data.
308
309
2005-10-12
310
311
	* src/summaryview.c: brought back 'Create filter rule' in the context
312
	  menu.
313
314
2005-10-11
315
316
	* src/prefs_folder_item.c: fixed the label "Type" not aligned to right.
317
318
2005-10-11
319
320
	* libsylph/utils.[ch]
321
	  src/main.c: output g_log() messages to the log window and log file.
322
	* configure.in: disabled console window on win32.
323
324
2005-10-11
325
326
	* src/folderview.c: folderview_drag_motion_cb(): win32: reset
327
	  context->actions if modifier key is not pressed (fixed DnD action
328
	  becoming copy by default).
329
330
2005-10-10
331
332
	* libsylph/utils.c
333
	  libsylph/procheader.c: fixed a bug that caused crashes on receive
334
	  if Date: header has abnormal time.
335
336
2005-10-07
337
338
	* libsylph/recv.[ch]
339
	  libsylph/imap.c: imap_cmd_ok(): support literals in response
340
	  (fixed out of sync when literals appeared).
341
342
2005-10-06
343
344
	* libsylph/codeconv.c:
345
	  conv_filename_from_utf8(), conv_filename_to_utf8(): put an
346
	  assertion.
347
348
2005-10-06
349
350
	* libsylph/utils.c: don't define _s_tempnam() on Unix.
351
	* src/prefs_folder_item.c: added file system path info.
352
353
2005-10-06
354
355
	* libsylph/utils.c: get_rc_dir(): win32: use environmental variable
356
	  APPDATA.
357
	* libsylph/prefs.c: prefs_set_default()
358
	  src/prefs_ui.c: prefs_set_dialog_to_default(): win32: don't convert
359
	  the encoding of environmental variable. Expand '~' to rc dir.
360
361
2005-10-06
362
363
	* src/main.c: win32: include startup directory into %PATH% for GSpawn.
364
365
2005-10-05
366
367
	* configure.in: support SSL on win32.
368
	* makewin32.sh: convenient build script for win32.
369
370
2005-10-04
371
372
	* libsylph/utils.c: my_tmpfile(): use g_mkstemp() instead of
373
	  directly using mkstemp().
374
	  win32: use _wtempnam() , open() and fdopen() instead of tmpfile()
375
	  because it creates temporary files to the root directory.
376
377
2005-10-03
378
379
	* src/main.c: app_init(): win32: pass locale encoding directory name
380
	  for bindtextdomain() (fixed not-working translation on non-ascii
381
	  directory).
382
383
2005-10-03
384
385
	* libsylph/mh.c:
386
	  mh_create_tree(): create directory hierarchy for root path.
387
	  mh_move_folder_real(): change current directory to prevent rename
388
	  failure on Win32.
389
	  libsylph/folder.c: folder_get_path(): always return absolute path.
390
391
2005-09-30
392
393
	* libsylph/prefs_common.c: prefs_common_read_config(): Win32: set the
394
	  default font to "MS Gothic 12" on Japanese environment.
395
396
2005-09-29
397
398
	* version 2.1.3
399
400
2005-09-28
401
402
	* src/main.c: app_init(): make the message catalog location absolute
403
	  path if LOCALEDIR is relative.
404
405
2005-09-28
406
407
	* src/compose.c: compose_set_title(): only show subject.
408
409
2005-09-27
410
411
	* src/rfc2015.c: check_signature(): disabled gpgme_data_set_encoding()
412
	  (it somehow results in error).
413
414
2005-09-27
415
416
	* src/rfc2015.c: check_signature(): set transfer encoding for S/MIME.
417
418
2005-09-27
419
420
	* src/compose.c: display the subject line in the window title bar
421
	  (thanks to Thomas White).
422
423
2005-09-27
424
425
	* src/mimeview.c
426
	  src/rfc2015.c: verify PKCS#7 (S/MIME) signature (thanks to Thomas
427
	  White).
428
	* src/main.c: null-check engineInfo->version when displaying debug
429
	  information of GPGME.
430
431
2005-09-26
432
433
	* libsylph/html.c: convert character entity references to UTF-8,
434
	  rather than US-ASCII (thanks to Lyonel Vincent). Use UCS-4 to
435
	  UTF-8 conversion for numbered references.
436
437
2005-09-22
438
439
	* libsylph/utils.[ch]
440
	  libsylph/procmime.[ch]
441
	  src/mimeview.[ch]
442
	  src/filesel.[ch]: implemented "Save all", which saves all
443
	  attachments in a message.
444
445
2005-09-22
446
447
	* src/gtkutils.[ch]
448
	  src/summaryview.[ch]: align selected row to center when reached to
449
	  the edge on key operation.
450
451
2005-09-22
452
453
	* src/summaryview.c: keep selecting row after changing thread display.
454
455
2005-09-21
456
457
	* configure.in: removed mbs/wcs functions check.
458
459
2005-09-21
460
461
	* libsylph/utils.[ch]
462
	  src/compose.c
463
	  src/gtkutils.[ch]
464
	  src/undo.c
465
	  src/addr_compl.c: removed mbs/wcs functions which are no longer
466
	  required.
467
468
2005-09-21
469
470
	* src/account_dialog.c: don't display checkbox if 'get all' is
471
	  unavailable.
472
473
2005-09-21
474
475
	* src/subscribedialog.c: don't display checkbox on non-selectable
476
	  rows.
477
478
2005-09-20
479
480
	* libsylph/news.[ch]
481
	  src/subscribedialog.[ch]
482
	  src/Makefile.am
483
	  src/folderview.c: renamed grouplistdialog to subscribedialog, and
484
	  reimplemented with GtkTreeView.
485
486
2005-09-16
487
488
	* src/compose.c: compose_write_to_file(): don't display code
489
	  conversion error and line limit warning on draft mode.
490
491
2005-09-16
492
493
	* libsylph/prefs_common.[ch]
494
	  src/prefs_common_dialog.c
495
	  src/folderview.[ch]
496
	  src/mainwindow.c: removed the option to set the vscrollbar policy
497
	  of the folder view and made it GTK_POLICY_AUTOMATIC.
498
	  Added an option to toggle message number columns in the folder view
499
	  (default is off).
500
	  Made the 'Translate header name' option a hidden one.
501
502
2005-09-15
503
504
	* version 2.1.2
505
506
2005-09-15
507
508
	* configure.in: use ${DATADIRNAME} for $localedir if it is defined.
509
510
2005-09-15
511
512
	* libsylph/codeconv.c: conv_euctojis(): re-enabled
513
	  prefs_common.allow_jisx0201_kana.
514
515
2005-09-14
516
517
	* libsylph/pop.c
518
	  libsylph/procmime.c
519
	  src/gtkutils.c
520
	  src/mimeview.c
521
	  src/undo.c
522
	  src/headerview.c
523
	  src/send_message.c
524
	  src/summaryview.c: fixed warnings about signedness difference.
525
526
2005-09-14
527
528
	* libsylph/utils.[ch]
529
	  src/compose.c: normalize address fields before encoding them.
530
531
2005-09-13
532
533
	* Makefile.am
534
	  sylpheed.spec.in: updated files to be included in tarball.
535
536
2005-09-13
537
538
	* libsylph/*.[ch]: changed the license from GPL to LGPL.
539
	* LICENSE: added.
540
541
2005-09-13
542
543
	* src/summaryview.c: summary_set_row(): don't reset S_COL_TDATE
544
	  (fixes sorting bug when flags changed).
545
546
2005-09-13
547
548
	* COPYING: updated GPL (changed the address of FSF).
549
	* COPYING.LIB: added LGPL.
550
551
2005-09-13
552
553
	* libsylph/procmsg.[ch]
554
	  libsylph/enums.h
555
	  libsylph/folder.[ch]
556
	  src/summaryview.c
557
	  src/mainwindow.c: added 'View/Sort/by thread date'.
558
559
2005-09-12
560
561
	* libsylph/imap.c: changed the message number limit on COPY.
562
	  imap_do_copy_msgs(): update progress bar on copy.
563
564
2005-09-09
565
566
	* libsylph/imap.c: added missing translation string.
567
568
2005-09-09
569
570
	* libsylph/utils.[ch]
571
	  libsylph/imap.c
572
	  src/main.c
573
	  src/mainwindow.[ch]: update progress bar when executing long
574
	  operations.
575
576
2005-09-08
577
578
	* src/addressbook.c: addressbook_tree_button_pressed(): fixed a bug
579
	  that the expander of the folder tree didn't work.
580
581
2005-09-08
582
583
	* libsylph/md5_hmac.c: md5_hmac_get(): minor code cleanup.
584
585
2005-09-08
586
587
	* libsylph/md5.[ch]: replaced with public domain code in GNet.
588
	* libsylph/md5_hmac.[ch]: separated from md5.[ch] and rewrote.
589
	* libsylph/pop.c
590
	  libsylph/smtp.c
591
	  libsylph/imap.c: modified for new MD5 interface.
592
593
2005-09-08
594
595
	* configure.in: use ${datadir} instead of ${prefix}/${DATADIRNAME}.
596
597
2005-09-08
598
599
	* libsylph/mbox.[ch]: moved into libsylph.
600
601
2005-09-07
602
603
	* libsylph/imap.c: limit number of messages to be copied at a time
604
	  with COPY command to prevent network timeout.
605
606
2005-09-07
607
608
	* libsylph/utils.[ch]: renamed print_status() to status_print().
609
	* libsylph/imap.c: adjusted the frequency of UI update.
610
	* src/folderview.c: don't allow selection if summary is locked.
611
612
2005-09-07
613
614
	* libsylph/codeconv.c: conv_guess_ja_encoding(): also support UTF-8
615
	  encoding.
616
617
2005-09-06
618
619
	* libsylph/imap.c: fixed warnings of signedness difference.
620
	  Added UI hints.
621
	* libsylph/utils.[ch]
622
	  src/gtkutils.[ch]
623
	  src/main.c: added ui_update() as a function for UI hints.
624
625
2005-09-06
626
627
	* libsylph/prefs_common.[ch]
628
	  libsylph/prefs_account.[ch]
629
	  libsylph/pop.h: save GPG settings even if GPGME is disabled.
630
631
2005-09-05
632
633
	* libsylph/imap.c: show progress when executing operations which
634
	  takes long time.
635
636
2005-09-05
637
638
	* libsylph/account.[ch]
639
	  libsylph/customheader.[ch]
640
	  libsylph/enums.h
641
	  libsylph/filter.[ch]
642
	  libsylph/folder[ch]
643
	  libsylph/imap.[ch]
644
	  libsylph/md5.[ch]
645
	  libsylph/mh.[ch]
646
	  libsylph/news.[ch]
647
	  libsylph/nntp.[ch]
648
	  libsylph/pop.[ch]
649
	  libsylph/prefs_account.[ch]
650
	  libsylph/prefs_common.[ch]
651
	  libsylph/procheader.[ch]
652
	  libsylph/procmime.[ch]
653
	  libsylph/procmsg.[ch]
654
	  libsylph/smtp.[ch]
655
	  libsylph/Makefile.am: moved more modules to libsylph.
656
657
2005-09-05
658
659
	* src/messageview.c
660
	  src/procmsg.[ch]
661
	  src/filter.[ch]
662
	  src/summaryview.[ch]
663
	  src/mainwindow.c
664
	  src/prefs_filter.h: moved procmsg.c::procmsg_get_filter_keyword()
665
	  to filter.c::filter_get_keyword_from_msg().
666
667
2005-09-05
668
669
	* libsylph/utils.[ch]
670
	  src/inc.c
671
	  src/main.c
672
	  src/imap.c
673
	  src/send_message.c
674
	  src/news.c: made query-password function UI independent.
675
	  Added UI independent print status func.
676
677
2005-09-05
678
679
	* src/main.c
680
	  src/procmsg.[ch]
681
	  src/send_message.[ch]
682
	  src/mainwindow.c: moved procmsg.c::procmsg_send_queue() to
683
	  send_message.c::send_message_queue_all().
684
685
2005-09-02
686
687
	* src/html.c
688
	  src/session.c
689
	  src/unmime.c: fixed 'warning: pointer targets in assignment differ
690
	  in signedness'.
691
692
2005-09-02
693
694
	* src/sourcewindow.c: added missing include.
695
	* src/filter.[ch]
696
	  src/prefs_filter.[ch]
697
	  src/folderview.c: moved prefs_filter_rename_path() and
698
	  prefs_filter_delete_path() to filter.c.
699
700
2005-09-02
701
702
	* src/main.c
703
	  src/filter.[ch]
704
	  src/prefs_filter.[ch]: moved prefs_filter_read_config() to filter.c.
705
706
2005-09-02
707
708
	* libsylph/recv.[ch]: moved to libsylph.
709
710
2005-09-02
711
712
	* libsylph/html.[ch]: moved to libsylph.
713
714
2005-09-01
715
716
	* src/prefs_common.c
717
	  src/procmsg.c: removed unused headers.
718
719
2005-09-01
720
721
	* src/account.[ch]
722
	  src/account_dialog.[ch]
723
	  src/folderview.c
724
	  src/mainwindow.c
725
	  src/main.c: separated UI code from account.c.
726
727
2005-09-01
728
729
	* src/prefs_account.c
730
	  src/prefs_common.c: removed unused headers.
731
	* src/enums.h
732
	  src/prefs_common.h
733
	  src/summaryview.h
734
	  src/mainwindow.h: separated some enums to reduce dependency.
735
736
2005-09-01
737
738
	* src/customheader.[ch]
739
	  src/prefs_customheader.[ch]
740
	  src/prefs_account.c: moved customheader read/write config function
741
	  to customheader.c.
742
	* src/main.c
743
	  src/prefs_common.c: don't use gtkutils.h from prefs_common.c.
744
745
2005-08-31
746
747
	* libsylph/prefs.h
748
	  src/prefs_ui.[ch]
749
	  src/account.c
750
	  src/prefs_template.c
751
	  src/prefs_account.[ch]
752
	  src/prefs_common.[ch]
753
	  src/prefs_account_dialog.[ch]
754
	  src/prefs_common_dialog.[ch]
755
	  src/mainwindow.c
756
	  src/Makefile.am: separated UI code from prefs_common.c and
757
	  prefs_account.c.
758
759
2005-08-31
760
761
	* src/trayicon.c: enable compilation on MinGW.
762
763
2005-08-31
764
765
	* libsylph/prefs.[ch]: added prefs_param_table_get() and
766
	  prefs_param_table_destroy().
767
	  prefs_config_parse_one_line(): optimized by using
768
	  prefs_param_table_get().
769
770
2005-08-31
771
772
	* libsylph/Makefile.am
773
	  libsylph/base64.[ch]
774
	  libsylph/codeconv.[ch]
775
	  libsylph/defs.h
776
	  libsylph/prefs.[ch]
777
	  libsylph/quoted-printable.[ch]
778
	  libsylph/session.[ch]
779
	  libsylph/socket.[ch]
780
	  libsylph/ssl.[ch]
781
	  libsylph/stringtable.[ch]
782
	  libsylph/unmime.[ch]
783
	  libsylph/utils.[ch]
784
	  libsylph/uuencode.[ch]
785
	  libsylph/xml.[ch]: made some core modules library (libsylph).
786
	* src/Makefile.am: modified so that it uses libsylph.la.
787
788
2005-08-30
789
790
	* src/prefs.[ch]
791
	  src/prefs_ui.[ch]: separated UI code from prefs.[ch].
792
	* src/prefs_common.c
793
	  src/prefs_account.c: added casts for (GtkWidget **).
794
795
2005-08-30
796
797
	* src/main.c: code cleanup.
798
799
2005-08-29
800
801
	* src/statusbar.c
802
	  src/utils.[ch]: separate statusbar from utils.c.
803
804
2005-08-29
805
806
	* src/logwindow.c
807
	  src/utils.[ch]: separate LogWindow from utils.c.
808
809
2005-08-29
810
811
	* src/main.[ch]
812
	  src/xml.c
813
	  src/utils.[ch]: made debug_mode static variable in utils.c.
814
815
2005-08-29
816
817
	* src/compose.c: compose_write_attach(): don't encode message/*
818
	  parts with quoted-printable or base64 (fixes broken attachments
819
	  on pgp-sign).
820
821
2005-08-26
822
823
	* src/compose.c: the line space setting now applies to the compose
824
	  window.
825
826
2005-08-26
827
828
	* src/socket.c: use g_io_channel_shutdown() instead of deprecated
829
	  g_io_channel_close().
830
	  sock_close(): use g_io_channel_shutdown() instead of directly
831
	  calling close() (fixes resource leak on Win32).
832
	  fd_close(): call closesocket() on Win32.
833
834
2005-08-25
835
836
	* src/folderview.c: folderview_button_pressed(): expand/collapse
837
	  tree row on double click.
838
839
2005-08-25
840
841
	* src/addressbook.c: fixed refresh of folder contents.
842
843
2005-08-24
844
845
	* src/trayicon.[ch]
846
	  src/mainwindow.[ch]
847
	  src/inc.c: separated trayicon into another module.
848
	  Notify new messages with trayicon on receive.
849
850
2005-08-24
851
852
	* src/prefs.[ch]
853
	  src/prefs_common.c: use GtkFontButton for font setting (thanks to
854
	  Alfons).
855
856
2005-08-24
857
858
	* src/stock_pixmap.[ch]
859
	  src/summaryview.c
860
	  src/prefs_filter_edit.c: removed stock_pixmap_widget() (instead
861
	  use stock_pixbuf_widget()).
862
863
2005-08-23
864
865
	* src/folderview.c
866
	  src/mainwindow.c: modified the 'Empty trash' messages.
867
868
2005-08-23
869
870
	* src/eggtrayicon.[ch]: added (borrowed from Loqui svn trunk).
871
	* src/mainwindow.[ch]: initial implementation of the tray icon.
872
	* src/stock_pixmap.[ch]: added stock_pixbuf_widget_scale().
873
874
2005-08-23
875
876
	* src/textview.c: modified fonts for mime parts.
877
878
2005-08-22
879
880
	* version 2.1.1
881
882
2005-08-22
883
884
	* src/addressbook.c:
885
	  addressbook_tree_selected()
886
	  addressbook_tree_button_pressed(): fixed a bug that multiple
887
	  selection with Ctrl key didn't work with GTK+ 2.6.9.
888
889
2005-08-22
890
891
	* src/procmsg.c
892
	  src/summaryview.c: fall back to date comparison on sorting
893
	  (fixes random date order when sorting by subject etc.).
894
895
2005-08-19
896
897
	* src/utils.c: path_cmp(): allow both '/' and G_DIR_SEPARATOR as
898
	  separator.
899
900
2005-08-19
901
902
	* src/folder.c:
903
	  folder_item_get_identifier(): force separator to "/".
904
	  folder_item_get_path(): force separator to filesystem's.
905
906
2005-08-19
907
908
	* src/recv.c
909
	  src/imap.c: made error check more strict.
910
911
2005-08-19
912
913
	* src/socket.c: fd_write_all(): use fd_write() instead of directly
914
	  using write() (fixes IMAP4 on win32).
915
916
2005-08-19
917
918
	* src/pixmaps/: renamed to src/icons/.
919
920
2005-08-18
921
922
	* configure.in: made $localedir, $manualdir, and $faqdir
923
	  user-configurable.
924
925
2005-08-18
926
927
	* src/compose.[ch]
928
	  src/mainwindow.[ch]: disused GtkHandleBox which haven't worked well.
929
	* src/stock_pixmap.c: stock_pixbuf_gdk(): allow NULL window.
930
931
2005-08-09
932
933
	* version 2.1.0
934
935
2005-08-09
936
937
	* src/mh.c
938
	  src/main.c
939
	  src/procmime.c: fix for config dir.
940
941
2005-08-09
942
943
	* src/folder.c
944
	  src/main.c
945
	  src/utils.[ch]
946
	  src/defs.h: modified directories for Windows convention.
947
948
2005-08-08
949
950
	* src/mh.c
951
	  src/template.c
952
	  src/codeconv.c
953
	  src/main.c
954
	  src/utils.c
955
	  src/addrbook.c: use GDir instead of directly using opendir().
956
957
2005-08-08
958
959
	* src/utils.[ch]: added wrappers for C library function that take
960
	  pathname arguments.
961
	* src/*.c: use wrapper functions.
962
963
2005-08-07
964
965
	* src/defs.h: modification for Win32.
966
	* src/main.c: check filename encoding only on Unix.
967
	* src/prefs_common.c: modification for Win32.
968
969
2005-08-07
970
971
	* src/codeconv.c: some fixes for Win32.
972
973
2005-08-07
974
975
	* src/procmsg.c: procmsg_send_queue(): close queue file before
976
	  removing it (Win32 fix).
977
978
2005-08-05
979
980
	* src/mh.c
981
	  src/session.c
982
	  src/mbox.c: braced Unix-specific code with #ifdef G_OS_UNIX.
983
	* configure.in: added -lws2_32 on MinGW environment.
984
985
2005-08-05
986
987
	* src/filter.c
988
	  configure.in: check for regex.h and regcomp().
989
990
2005-08-05
991
992
	* src/utils.[ch]: rename_force(): force rename even if the destination
993
	  file already exists (on non-Unix environment).
994
	* src/prefs.c
995
	  src/main.c: use rename_force().
996
997
2005-08-05
998
999
	* src/addrcache.c
1000
	  src/compose.c
1001
	  src/inc.c
1002
	  src/action.c
1003
	  src/session.c
1004
	  src/main.c
1005
	  src/utils.c
1006
	  src/send_message.c
1007
	  src/mbox.c
1008
	  src/about.c
1009
	  src/socket.c
1010
	  src/socket.h
1011
	  configure.in: enabled compilation with MinGW.
1012
1013
2005-08-04
1014
1015
	* src/compose.c
1016
	  src/main.c
1017
	  src/socket.[ch]: braced Unix-specific code with #ifdef G_OS_UNIX.
1018
1019
2005-08-04
1020
1021
	* configure.in: add -mms-bitfields to CFLAGS if the target is MinGW.
1022
1023
2005-08-04
1024
1025
	* src/utils.c: replaced tolower() with g_ascii_tolower().
1026
1027
2005-08-04
1028
1029
	* src/compose.c
1030
	  src/main.c
1031
	  src/utils.c
1032
	  src/procmsg.c: replaced random() with portable g_random_*().
1033
1034
2005-08-04
1035
1036
	* src/about.c: modified version display.
1037
	* src/socket.c: added sock_init() and sock_cleanup().
1038
1039
2005-08-04
1040
1041
	* src/mh.c: use GTimer for measuring time.
1042
	* src/inc.[ch]
1043
	  src/recv.c
1044
	  src/session.[ch]: replaced gettimeofday() with portable
1045
	  g_get_current_time(). 
1046
	* src/socket.c: corrected signedness. Replaced usleep() with
1047
	  portable g_usleep().
1048
1049
2005-08-04
1050
1051
	* src/prefs_common.c: removed mgedit from exteditor's candidates.
1052
1053
2005-08-03
1054
1055
	* src/utils.c:
1056
	  execute_async()
1057
	  execute_sync(): replaced fork() + exec() with GSpawn.
1058
1059
2005-08-02
1060
1061
	* src/compose.c
1062
	  src/textview.c
1063
	  src/quote_fmt_parse.y
1064
	  src/pop.c
1065
	  src/prefs_account.c
1066
	  src/codeconv.c
1067
	  src/imap.c
1068
	  src/xml.c
1069
	  src/utils.[ch]
1070
	  src/addr_compl.c
1071
	  src/procmsg.c
1072
	  src/procmime.c
1073
	  src/quoted-printable.c: replaced incorrect locale-dependent ctype
1074
	  functions with GLib's. Corrected signedness mismatch.
1075
	* src/about.c: set focus to the OK button.
1076
1077
2005-07-29
1078
1079
	* version 2.0.0
1080
1081
2005-07-22
1082
1083
	* version 2.0.0rc
1084
1085
2005-07-21
1086
1087
	* src/headerview.c: headerview_create(): added spacing for vbox.
1088
1089
2005-07-21
1090
1091
	* src/mh.c: mh_get_msg_list(): force strict cache checking on Queue
1092
	  or Draft folders (fixes cache discrepancy).
1093
1094
2005-07-21
1095
1096
	* src/imap.c:
1097
	  imap_modified_utf7_to_utf8(): fixed modified-UTF7 to UTF-8
1098
	  conversion when the string includes '+'.
1099
	  imap_utf8_to_modified_utf7(): use g_ascii_isprint() instead of
1100
	  locale-dependent isprint().
1101
	  Fixed warnings on conversion error.
1102
1103
2005-07-21
1104
1105
	* src/prefs_folder_item.c: display path with GtkLabel.
1106
1107
2005-07-20
1108
1109
	* src/rfc2015.c: unified indent. Use g_getenv() instead of getenv().
1110
	  Use locale-independent g_ascii_toupper() instead of toupper().
1111
1112
2005-07-20
1113
1114
	* src/main.c: remove temporary files on startup. Code cleanups.
1115
1116
2005-07-19
1117
1118
	* src/compose.c: compose_insert_drag_received_cb(): added a hack to
1119
	  prevent duplicated insertion.
1120
1121
2005-07-19
1122
1123
	* src/compose.c: compose_get_line_break_pos(): don't break line after
1124
	  '/' (to protect file path etc.).
1125
1126
2005-07-19
1127
1128
	* src/compose.c: don't remove drag source on GDK_ACTION_MOVE.
1129
	  Explicitly call gtk_drag_finish().
1130
	* src/summaryview.c
1131
	  src/folderview.c: made GtkTargetEntry static.
1132
1133
2005-07-15
1134
1135
	* src/summaryview.c: summary_modify_threads(): select correct row
1136
	  when sorting is enabled.
1137
1138
2005-07-14
1139
1140
	* version 2.0.0beta6
1141
1142
2005-07-14
1143
1144
	* src/menu.c
1145
	  src/prefs.c: removed '#warning FIXME_GTK2'.
1146
1147
2005-07-14
1148
1149
	* src/prefs_common.c: made textview_cursor_visible a hidden option.
1150
1151
2005-07-14
1152
1153
	* src/procmime.c: procmime_decode_content(): don't uncanonicalize
1154
	  files whose name is *.txt but the Content-Type is
1155
	  application/octet-stream.
1156
1157
2005-07-14
1158
1159
	* src/filter.c
1160
	  src/folderview.c: modify filter rules after moving folders.
1161
1162
2005-07-13
1163
1164
	* src/textview.c
1165
	  src/mimeview.c
1166
	  src/procmime.[ch]: made the file size of attachments more accurate,
1167
	  and human-readable.
1168
1169
2005-07-13
1170
1171
	* src/foldersel.c: display folder names with new/unread
1172
	  representation.
1173
1174
2005-07-12
1175
1176
	* src/compose.c: compose_get_line_break_pos(): don't break line after
1177
	  '-' (to protect e-mail address etc.).
1178
1179
2005-07-12
1180
1181
	* src/main.c
1182
	  src/stock_pixmap.[ch]
1183
	  src/Makefile.am
1184
	  src/pixmaps/stock_sylpheed.png
1185
	  sylpheed.png
1186
	  sylpheed-64x64.png
1187
	  sylpheed-128x128.png: added a new app icon, and specified it as
1188
	  a default window icon.
1189
1190
2005-07-12
1191
1192
	* src/procmsg.[ch]: procmsg_send_queue(): clear summary cache to
1193
	  prevent cache discrepancy.
1194
1195
2005-07-12
1196
1197
	* src/filesel.c: comply with prefs_common.comply_gnome_hig option.
1198
1199
2005-07-12
1200
1201
	* src/compose.c
1202
	  src/addressbook.c
1203
	  src/textview.c
1204
	  src/account.c
1205
	  src/summaryview.c: modified several alerts, and added accelerators
1206
	  for the buttons.
1207
1208
2005-07-11
1209
1210
	* gtkut_tree_view_scroll_to_cell(): added margin for visibility.
1211
1212
2005-07-11
1213
1214
	* src/compose.c: compose_parse_header(): use Content-Type's charset as
1215
	  a fallback encoding of broken header strings.
1216
1217
2005-07-11
1218
1219
	* src/compose.c: don't convert encoding if inserted file is UTF-8.
1220
1221
2005-07-11
1222
1223
	* src/compose.c: fixed duplicate signature problem in re-edit or
1224
	  after editing with external editor.
1225
1226
2005-07-11
1227
1228
	* src/textview.c: get_uri_part(): don't include characters '{', '}',
1229
	  '[', ']' in URI characters.
1230
1231
2005-07-11
1232
1233
	* src/compose.[ch]: replaced gdk_input_*() with GIOChannel.
1234
1235
2005-07-08
1236
1237
	* version 2.0.0beta5
1238
1239
2005-07-08
1240
1241
	* src/editjpilot.c
1242
	  src/editvcard.c: fixed a crash when cancelling file selection dialog
1243
	  by Escape key. Made non-ascii filename selectable. Use new file
1244
	  chooser dialog.
1245
1246
2005-07-08
1247
1248
	* src/compose.c
1249
	  src/procmsg.[ch]: put existing window in front when trying to reedit
1250
	  draft/queued messages which are already open.
1251
1252
2005-07-08
1253
1254
	* src/alertpanel.[ch]: alertpanel_full(): added more generic function.
1255
	* src/compose.c
1256
	  src/account.c
1257
	  src/folderview.c: modified some alert dialogs.
1258
1259
2005-07-08
1260
1261
	* src/addressbook.c
1262
	  src/alertpanel.[ch]
1263
	  src/summaryview.c: added G_ALERTCANCEL to AlertValue, and return it
1264
	  if cancelled.
1265
1266
2005-07-07
1267
1268
	* src/summary_search.c
1269
	  src/message_search.c: modified the order of buttons.
1270
1271
2005-07-07
1272
1273
	* src/prefs_display_header.c
1274
	  src/prefs_actions.c
1275
	  src/prefs.[ch]
1276
	  src/prefs_account.c
1277
	  src/prefs_common.[ch]
1278
	  src/prefs_summary_column.c
1279
	  src/prefs_template.c
1280
	  src/gtkutils.[ch]
1281
	  src/foldersel.c
1282
	  src/summary_search.c
1283
	  src/inputdialog.c
1284
	  src/editbook.c
1285
	  src/editgroup.c
1286
	  src/editjpilot.c
1287
	  src/editaddress.c
1288
	  src/editldap_basedn.c
1289
	  src/editvcard.c
1290
	  src/editldap.c: made the order of buttons comply with GNOME HIG.
1291
1292
2005-07-06
1293
1294
	* src/stock_pixmap.[ch]
1295
	  src/sylpheed-logo.png: replaced Sylpheed logo with new one.
1296
1297
2005-07-06
1298
1299
	* src/stock_pixmap.[ch]
1300
	  src/pixmaps/*.xpm: removed unused images.
1301
1302
2005-07-06
1303
1304
	* src/pixmaps/stock_hand-signed.png: added.
1305
	* src/compose.c: use new icon for Signature tool button.
1306
1307
2005-07-05
1308
1309
	* src/pixmaps/Makefile.am: added BUILT_SOURCES to EXTRA_DIST for
1310
	  'make distcheck'.
1311
1312
2005-07-05
1313
1314
	* src/stock_pixmap.[ch]
1315
	  src/pixmaps/*.png
1316
	  src/pixmaps/Makefile.am: replaced pixmaps icons with png images
1317
	  (most of them are copied from gnome-icon-theme,
1318
	  stock_mail_receive_all and stock_mail_send_queue are contributed
1319
	  from Jean-Yves Lefort).
1320
	* src/compose.c
1321
	  src/mainwindow.c: use new png icons.
1322
	* src/folderview.c: use special icon for draft folder.
1323
1324
2005-07-04
1325
1326
	* src/procmsg.c: procmsg_read_cache(): mark cache as dirty if open
1327
	  failed.
1328
1329
2005-07-04
1330
1331
	* version 2.0.0beta4
1332
1333
2005-07-04
1334
1335
	* src/folderview.[ch]: lock button/key input while a folder is
1336
	  loading (fixed selection becoming wrong when another folder was
1337
	  clicked quickly).
1338
1339
2005-07-04
1340
1341
	* src/mh.c: unified move_folder and rename_folder.
1342
1343
2005-07-04
1344
1345
	* src/imap.c
1346
	  src/folderview.c: implemented IMAP4 folder move.
1347
1348
2005-07-01
1349
1350
	* src/mh.c
1351
	  src/folder.h
1352
	  src/foldersel.[ch]
1353
	  src/imap.c
1354
	  src/news.c
1355
	  src/folderview.[ch]
1356
	  src/mainwindow.c: implemented folder move (currently restricted
1357
	  inside the same MH mailbox).
1358
1359
2005-07-01
1360
1361
	* src/filter.c: fixed a bug in syncing folder path.
1362
	* src/folderview.c: some code cleanups.
1363
1364
2005-06-30
1365
1366
	* src/summaryview.c: summary_filter_func(): reflect flag changes to
1367
	  IMAP server.
1368
1369
2005-06-30
1370
1371
	* src/compose.c: compose_write_to_file(): check for line length limit
1372
	  and display warning if exceeds.
1373
	* src/utils.[ch]: check_line_length(): new.
1374
1375
2005-06-29
1376
1377
	* src/main.c: main(): check for filename encoding on the first run.
1378
1379
2005-06-29
1380
1381
	* src/utils.c: get_outgoing_rfc2822_str(): reverted the previous
1382
	  change (RFC 2822: 3.6.1. The origination date field).
1383
1384
2005-06-28
1385
1386
	* src/utils.c: get_outgoing_rfc2822_str(): overwrite Date: header
1387
	  with current time (corrects date of queued messages).
1388
1389
2005-06-28
1390
1391
	* src/mh.c: mh_scan_tree_recursive(): put a warning and skip if
1392
	  G_FILENAME_ENCODING is not specified but invalid UTF-8 directory
1393
	  name appeared.
1394
1395
2005-06-27
1396
1397
	* src/imageview.c: fixed a possible crash on the view change from
1398
	  imageview to textview (thanks to NINOMIYA Yuuki).
1399
1400
2005-06-24
1401
1402
	* src/ssl.c: show verify result as string.
1403
1404
2005-06-24
1405
1406
	* src/utils.c:
1407
	  is_dir_exist()
1408
	  is_file_entry_exist()
1409
	  dirent_is_regular_file()
1410
	  dirent_is_directory(): use g_file_test() instead of stat().
1411
1412
2005-06-24
1413
1414
	* src/ssl.c: verify SSL certificate (thanks to Kazuhiro NISHIYAMA).
1415
1416
2005-06-24
1417
1418
	* src/utils.[ch]
1419
	  src/rfc2015.c: use a wrapper of strftime() to suppress the warning
1420
	  of gcc about %c.
1421
	* src/procheader.c: removed warning about invalid date.
1422
	* src/jpilot.c
1423
	  src/vcard.c: use get_home_dir() instead of g_get_home_dir().
1424
1425
2005-06-24
1426
1427
	* src/prefs_common.[ch]: removed unused option 'enable_hscrollbar'.
1428
1429
2005-06-24
1430
1431
	* src/summaryview.c: removed unrequired function
1432
	  summary_set_column_titles().
1433
1434
2005-06-23
1435
1436
	* version 2.0.0beta3
1437
1438
2005-06-23
1439
1440
	* src/foldersel.c
1441
	  src/folderview.[ch]: expand parent folder when new one is created.
1442
1443
2005-06-23
1444
1445
	* src/textview.c: added "Compose new message" and "Open with Web
1446
	  browser" to the context menu.
1447
1448
2005-06-23
1449
1450
	* src/folderview.[ch]: modified the way to revert selection after
1451
	  menu popup.
1452
1453
2005-06-23
1454
1455
	* src/editldap.c: made bind password entry invisible.
1456
1457
2005-06-22
1458
1459
	* src/prefs_common.c: quote_colors_set_dialog_key_pressed(): destroy
1460
	  dialog only if Escape key is pressed.
1461
	* src/textview.[ch]: update colors of text tags when prefs are
1462
	  updated.
1463
1464
2005-06-22
1465
1466
	* src/summaryview.[ch]: made summary columns reorderable by DnD.
1467
1468
2005-06-22
1469
1470
	* src/mh.c
1471
	  src/procmsg.h
1472
	  src/prefs_common.[ch]: disabled strict checking of caches by stat()
1473
	  and improved the performance.
1474
	  Added MSG_CACHED flag to MsgTmpFlags.
1475
	  Added 'Advanced' tab to the common prefs.
1476
1477
2005-06-21
1478
1479
	* src/folderview.c: folderview_delete_folder_cb(): modified the alert
1480
	  message on deleting folders.
1481
1482
2005-06-21
1483
1484
	* src/prefs_account.[ch]
1485
	  src/prefs_common.[ch]
1486
	  src/news.c: moved the option of max news articles to account prefs.
1487
1488
2005-06-21
1489
1490
	* src/compose.c: compose_reply()
1491
	  src/prefs_account.[ch]: added an option to encrypt when replying to
1492
	  encrypted message (thanks to Vladi Belperchinov-Shabanski).
1493
1494
2005-06-21
1495
1496
	* src/summaryview.c: summary_reply(): use currently visible textview
1497
	  for selection reply.
1498
1499
2005-06-20
1500
1501
	* configure.in: enabled GPGME and OpenSSL support by default.
1502
	  Use pkg-config to detect OpenSSL (thanks to Michael Schwendt).
1503
1504
2005-06-20
1505
1506
	* src/imap.c: replace embedded null characters with ' ' when parsing
1507
	  block data (fix parse errors when embedded null characters appeared
1508
	  in headers).
1509
	* src/socket.[ch]: modified *_getline() so that it returns the length
1510
	  of string including embedded null characters.
1511
	* src/utils.[ch]: subst_null(): replaces null characters with
1512
	  specified one.
1513
1514
2005-06-20
1515
1516
	* src/textview.c: added "Add to address book" to the context menu
1517
	  (thanks to Tomohiro Masubuchi), and changed "Copy this link" to
1518
	  "Copy this address" when address is clicked.
1519
	* src/addressadd.c: addressadd_selection(): open edit person dialog
1520
	  right after it is added.
1521
1522
2005-06-17
1523
1524
	* src/prefs.h: added macro PACK_SMALL_LABEL().
1525
	* src/inc.c: inc_finished()
1526
	  src/prefs_common.[ch]: added an option to execute command when new
1527
	  messages arrived.
1528
1529
2005-06-16
1530
1531
	* version 2.0.0beta2
1532
1533
2005-06-16
1534
1535
	* src/send_message.c: send_message_local(): check exit status to
1536
	  detect errors.
1537
1538
2005-06-16
1539
1540
	* src/procmsg.c: procmsg_empty_trash(): unset dirty flag after cleared
1541
	  cache/mark files (fixed wrong unread count of trash folders).
1542
1543
2005-06-15
1544
1545
	* src/summaryview.[ch]
1546
	  src/mainwindow.c: added 'Tools/Filter junk mails in folder' and
1547
	  'Tools/Filter junk mails in selected messages'.
1548
1549
2005-06-15
1550
1551
	* src/compose.c: made 'File/Insert signature' replace current
1552
	  signature, or add it to the bottom.
1553
1554
2005-06-14
1555
1556
	* src/textview.c: fixed slightly wrong scroll position when the
1557
	  displayed message changed.
1558
1559
2005-06-14
1560
1561
	* src/compose.c: scroll the view to the cursor position after paste.
1562
1563
2005-06-14
1564
1565
	* src/compose.c: don't scroll when view is created.
1566
	  compose_input_cb(): set cursor to the top when the text is replaced.
1567
1568
2005-06-14
1569
1570
	* src/compose.c: scroll the view to the cursor position after
1571
	  inserting signatures or files.
1572
1573
2005-06-14
1574
1575
	* src/mh.c: mh_remove_msg(): fixed a bug that unintentionally set
1576
	  FolderItem::last_num to 0 (which caused wrong unread number
1577
	  display).
1578
1579
2005-06-14
1580
1581
	* src/summaryview.c: summary_set_colorlabel(): fixed a bug that the
1582
	  change of color labels was not saved.
1583
1584
2005-06-13
1585
1586
	* src/prefs_common.[ch]
1587
	  src/inc.c: integrated junk filter setting into common prefs.
1588
	* src/filter.[ch]: added filter_rule_list_free().
1589
1590
2005-06-13
1591
1592
	* src/summaryview.c: include currently selected row on flag search
1593
	  if message view is visible but the row is not displayed.
1594
1595
2005-06-13
1596
1597
	* src/imap.c: reacquire CAPABILITY after STARTTLS since it can be
1598
	  changed (thanks to Tomasz).
1599
1600
2005-06-10
1601
1602
	* replaced every strcasecmp/g_strcasecmp with g_ascii_strcasecmp,
1603
	  and strncasecmp/g_strncasecmp with g_ascii_strncasecmp
1604
	  (fixes Turkish locale problem) (thanks to Doruk Fisek).
1605
1606
2005-06-10
1607
1608
	* src/prefs.h
1609
	  src/prefs_common.c: unified some frames and checkboxes.
1610
1611
2005-06-10
1612
1613
	* src/summaryview.c: summary_modify_node(): really fixed the crash
1614
	  bug (referred freed memory on sorting).
1615
1616
2005-06-10
1617
1618
	* src/summaryview.c: flush events before scrolling to selected.
1619
1620
2005-06-10
1621
1622
	* src/summaryview.c: fixed possible crash (take 2).
1623
1624
2005-06-10
1625
1626
	* src/summaryview.c: fixed possible crash when sorted by
1627
	  From/To/Subject.
1628
1629
2005-06-09
1630
1631
	* version 2.0.0beta1
1632
1633
2005-06-09
1634
1635
	* src/gtkutils.[ch]: added gtkut_tree_view_scroll_to_cell().
1636
	  Removed ununsed CTree functions.
1637
	* src/summaryview.c: fixed scroll positon problem after some
1638
	  operations.
1639
1640
2005-06-08
1641
1642
	* src/inc.c
1643
	  src/send_message.c
1644
	  src/progressdialog.[ch]: reimplemented progress dialog with
1645
	  GtkTreeView. Added some APIs.
1646
1647
2005-06-08
1648
1649
	* sylpheed.spec.in: modified for the latest RPM (thanks to Paul
1650
	  Dickson).
1651
1652
2005-06-08
1653
1654
	* src/account.c
1655
	  src/prefs_filter.c: made some buttons stock button.
1656
1657
2005-06-08
1658
1659
	* src/summaryview.c: summary_tree_view_create(): disabled typeahead
1660
	  find.
1661
1662
2005-06-07
1663
1664
	* src/compose.c
1665
	  src/main.c
1666
	  src/procmsg.[ch]
1667
	  src/send_message.[ch]
1668
	  src/prefs_common.[ch]
1669
	  src/mainwindow.c: added an option to apply filter rules to sent
1670
	  messages.
1671
1672
2005-06-06
1673
1674
	* src/mimeview.c
1675
	  src/sourcewindow.c: don't use "destroy" signal to destroy objects.
1676
1677
2005-06-06
1678
1679
	* src/compose.c: don't use "destroy" signal to destroy Compose object
1680
	  (fix rare crashes on discard?).
1681
1682
2005-06-06
1683
1684
	* src/summaryview.c:
1685
	  summary_attract_by_subject()
1686
	  summary_sort(): clear selection list when the order of the list is
1687
	  changed.
1688
1689
2005-06-06
1690
1691
	* src/summaryview.c: summary_remove_invalid_messages(): fixed a bug
1692
	  that it took time at O(n^2) order if all messages were selected
1693
	  and then they were removed.
1694
1695
2005-06-06
1696
1697
	* src/compose.c
1698
	  src/messageview.c
1699
	  src/prefs_common.c
1700
	  src/mainwindow.c: added Hebrew encodings.
1701
1702
2005-06-06
1703
1704
	* src/codeconv.[ch]: always enabled Japanese auto-detection if the
1705
	  first letters of locale string is "ja".
1706
1707
2005-06-03
1708
1709
	* src/compose.c
1710
	  src/summaryview.[ch]
1711
	  src/folderview.c: improved the DnD. Don't copy files on
1712
	  summary-to-folder drag, and set mime type to message/rfc822 on
1713
	  summary-to-compose drag.
1714
1715
2005-06-03
1716
1717
	* src/prefs_common.c: prefs_junk_create(): modified the description.
1718
1719
2005-06-03
1720
1721
	* src/summaryview.c: summary_junk_func(), summary_junk(): allow
1722
	  empty junk folder.
1723
1724
2005-06-02
1725
1726
	* src/prefs_common.c: prefs_font_select(): select current font
1727
	  when opening the dialog.
1728
1729
2005-06-02
1730
1731
	* src/prefs_common.[ch]
1732
	  src/mainwindow.[ch]
1733
	  src/summaryview.[ch]: added a feature for junk mail control.
1734
1735
2005-06-01
1736
1737
	* src/summaryview.c: summary_msgid_table_create_func(): ignore invalid
1738
	  or deleted messages.
1739
1740
2005-06-01
1741
1742
	* src/textview.c:
1743
	  textview_search_string()
1744
	  textview_search_string_backward(): improved sequential searches.
1745
1746
2005-06-01
1747
1748
	* src/summaryview.c: don't include the current message for
1749
	  "View/Go to/(Prev|Next) (unread|new) message".
1750
1751
2005-05-31
1752
1753
	* src/imap.c: imap_scan_tree_recursive(): disabled scanning of folders
1754
	  because the STATUS command costs much.
1755
1756
2005-05-31
1757
1758
	* src/summaryview.c: summary_show(): fixed a bug that caused crash
1759
	  if FolderView::selected is NULL (thanks to Yann Grossel).
1760
	* src/folderview.[ch]: folderview_set_opened_item(): new.
1761
1762
2005-05-30
1763
1764
	* src/manage_window.c: manage_window_focus_out(): don't reset
1765
	  focus_window on focus-out event.
1766
	* src/inc.c
1767
	  src/send_message.c: call manage_window_destroy() to reset
1768
	  focus_window before destruction of window.
1769
1770
2005-05-30
1771
1772
	* src/alertpanel.c: don't let message label take focus.
1773
	* src/headerview.c: don't let header labels take focus.
1774
1775
2005-05-30
1776
1777
	* src/summaryview.[ch]: optimized getting the selection list.
1778
	  Set cache as dirty when reordered to remember the current order.
1779
1780
2005-05-29
1781
1782
	* version 1.9.12
1783
1784
2005-05-27
1785
1786
	* src/compose.c: compose_entries_set(): don't interpret Bcc header
1787
	  field (conform to RFC 2368).
1788
1789
2005-05-27
1790
1791
	* src/mh.c
1792
	  src/compose.c
1793
	  src/folder.[ch]
1794
	  src/imap.c
1795
	  src/procmsg.c
1796
	  src/news.c
1797
	  src/summaryview.c: added FolderItem::mark_dirty flag to determine
1798
	  if mark file really needs to be updated.
1799
	  Write mark file only if cache_dirty or mark_dirty flag is set.
1800
1801
2005-05-27
1802
1803
	* src/imap.c: don't destroy the previous Session object when
1804
	  reconnecting (fixed crash when reconnection happened while scanning
1805
	  tree).
1806
	  imap_cmd_search(): fixed a bug that only the first response was
1807
	  recognized (thanks to Hanno Meyer-Thurow).
1808
	* src/procmsg.h: added MSG_IS_SIGNED() macro.
1809
1810
2005-05-26
1811
1812
	* src/main.c: app_will_exit(): cleanup tmp directory when exit.
1813
	* src/mimeview.c: fixed DnD of non-ascii filename.
1814
	* src/utils.[ch]: encode_uri(): new.
1815
	* src/summaryview.[ch]: use subject as the filename of droppend
1816
	  messages. Added .eml as the extension.
1817
1818
2005-05-25
1819
1820
	* src/textview.c: textview_write_link(): also skip non-ascii space
1821
	  at the head of link strings (phishing check didn't work at the case).
1822
1823
2005-05-25
1824
1825
	* src/utils.c: get_command_output(): use g_spawn_command_line_sync()
1826
	  instead of popen().
1827
1828
2005-05-25
1829
1830
	* src/send_message.c: send_message_local(): use GSpawn, and detect
1831
	  errors.
1832
1833
2005-05-25
1834
1835
	* src/message_search.c: removed Clear button.
1836
1837
2005-05-24
1838
1839
	* src/folder.[ch]: added FolderItem::cache_dirty flag to determine
1840
	  if cache file really needs to be updated.
1841
	* src/mh.c
1842
	  src/imap.c
1843
	  src/procmsg.c
1844
	  src/news.c: set cache_dirty flag if folder contents differ from
1845
	  the cache file.
1846
	* src/summaryview.c: set cache_dirty flag if folder contents changed.
1847
	  Write cache file only if cache_dirty flag is set.
1848
1849
2005-05-24
1850
1851
	* src/compose.c: disable attach toggle button for now.
1852
1853
2005-05-24
1854
1855
	* src/compose.[ch]: added a toggle button for the attachment pane.
1856
1857
2005-05-24
1858
1859
	* src/compose.[ch]: reimplemented the attachment list with
1860
	  GtkTreeView. Fixed attaching of locale filename.
1861
	* src/utils.c: uri_list_extract_filenames(): properly parse URI.
1862
1863
2005-05-24
1864
1865
	* src/gtkutils.c: fixed compilation failure with GTK 2.4.
1866
1867
2005-05-23
1868
1869
	* src/summaryview.[ch]: enabled DnD to external apps.
1870
1871
2005-05-23
1872
1873
	* src/compose.[ch]: added PGP Sign/Encrypt check button on the compose
1874
	  window.
1875
1876
2005-05-23
1877
1878
	* src/summaryview.c: summary_step(): don't use "move-cursor" signal
1879
	  to move cursor.
1880
1881
2005-05-23
1882
1883
	* src/gtksctree.[ch]: removed.
1884
	* src/gtkutils.c: added missing include, and removed GtkSCTree init.
1885
1886
2005-05-23
1887
1888
	* src/textview.c
1889
	  src/mimeview.[ch]
1890
	  src/summaryview.c
1891
	  src/mainwindow.c: reimplemented MimeView with GtkTreeView.
1892
1893
2005-05-20
1894
1895
	* src/summaryview.c: summary_show(): fixed the selection state on
1896
	  refresh.
1897
1898
2005-05-20
1899
1900
	* src/summaryview.c: summaryview_clear_list(): set the value of
1901
	  vadjustment to 0.0 so that the "value-changed" signal is always
1902
	  emitted (fixes the scroll problem on refresh).
1903
1904
2005-05-19
1905
1906
	* src/message_search.c: improved the interface and made code cleanup.
1907
1908
2005-05-19
1909
1910
	* src/summary_search.c: improved the interface and made code cleanup.
1911
1912
2005-05-19
1913
1914
	* src/summaryview.c: summary_show(): fixed a problem that no message
1915
	  was selected after processing left marks.
1916
1917
2005-05-19
1918
1919
	* src/textview.[ch]
1920
	  src/prefs_common.[ch]
1921
	  src/mainwindow.c: added an option to toggle cursor in message view
1922
	  (thanks to Godwin Stewart).
1923
1924
2005-05-19
1925
1926
	* src/summaryview.c: summary_modify_threads(): block selection_changed
1927
	  callback while modifying threads so that the toolbar doesn't
1928
	  become insensitive unexpectedly.
1929
1930
2005-05-18
1931
1932
	* src/summaryview.c: set minimum column width.
1933
	  src/folderview.c: set minimum column width. Remember every column
1934
	  width.
1935
1936
2005-05-18
1937
1938
	* src/summaryview.c: display next messages after deleting when
1939
	  immediate_exec is enabled.
1940
1941
2005-05-17
1942
1943
	* version 1.9.11
1944
1945
2005-05-17
1946
1947
	* src/summaryview.c: summary_remove_invalid_messages(): adjusted
1948
	  selection and message display on execution.
1949
	  summary_get_modified_node(): fixed an order problem.
1950
1951
2005-05-17
1952
1953
	* src/summaryview.c: summary_row_expanded(): made a workaround for
1954
	  last-row expand problem.
1955
1956
2005-05-16
1957
1958
	* src/summaryview.c: summary_selection_changed(): forgot to unset
1959
	  SummaryView::selected on empty selection.
1960
1961
2005-05-16
1962
1963
	* src/summaryview.c: fixed selection problem after execution.
1964
	* src/gtkutils.c: gtkut_tree_model_find_by_column_data(): also compare
1965
	  start node.
1966
1967
2005-05-15
1968
1969
	* src/summaryview.c: summary_button_pressed(): fixed a bug that
1970
	  prohibited column resize.
1971
1972
2005-05-15
1973
1974
	* src/summaryview.c: summary_key_pressed(): fixed a bug that Return,
1975
	  Space and Delete key are ignored when multiple messages were
1976
	  selected.
1977
	* src/headerview.c: added missing gtk/gtkimage.h include.
1978
1979
2005-05-13
1980
1981
	* version 1.9.10
1982
1983
2005-05-13
1984
1985
	* src/prefs_common.[ch]
1986
	  src/summaryview.c: made rules hint configurable. Removed debug code.
1987
	* src/gtkutils.c: gtkut_tree_row_reference_equal(): return FALSE if
1988
	  one of the reference is invalid.
1989
1990
2005-05-13
1991
1992
	* src/summaryview.c: don't open selected messages on 'View/Go to'
1993
	  if the message view is hidden.
1994
1995
2005-05-13
1996
1997
	* src/summaryview.c: modified the handling of middle-click and
1998
	  double-click.
1999
2000
2005-05-13
2001
2002
	* src/summaryview.c: adjusted the width of icon-titled columns.
2003
2004
2005-05-12
2005
2006
	* src/summaryview.c: summary_attract_by_subject()
2007
	  src/mainwindow.c: main_window_set_menu_sensitive(): disable 'Attract
2008
	  by subject' if sorted.
2009
2010
2005-05-12
2011
2012
	* src/summaryview.c: summary_attract_by_subject(): optimized using
2013
	  gtk_tree_store_reorder() (gtk_tree_store_move_after() is too slow).
2014
2015
2005-05-12
2016
2017
	* src/summaryview.c: display collapsed rows which have unread children
2018
	  as bold.
2019
2020
2005-05-11
2021
2022
	* src/summaryview.c: summary_have_unread_children(): implemented.
2023
	  summary_row_expanded(): expand all children.
2024
	  summary_thread_build(): added missing g_hash_table_destroy().
2025
2026
2005-05-11
2027
2028
	* src/summaryview.c
2029
	  src/mainwindow.c: summary_thread_build(): implemented.
2030
2031
2005-05-11
2032
2033
	* src/utils.c: remove_dir_recursive(): fixed operation failure if
2034
	  current directory is inside one which is to be removed.
2035
	* src/summaryview.c: summary_unthread(): implemented.
2036
	* src/folderview.c: fixed crash when FolderView::selected became
2037
	  invalid. Unset it if selection becomes empty.
2038
	* src/defs.h: changed DEFAULT_MESSAHE_FONT from "Sans 14" to
2039
	  "Monospace 12".
2040
2041
2005-05-10
2042
2043
	* src/summaryview.c: summary_select_thread(): implemented.
2044
2045
2005-05-10
2046
2047
	* src/summary_search.c: reimplemented summary search.
2048
2049
2005-05-10
2050
2051
	* src/summaryview.c:
2052
	  summary_show(): display selected message if always_show_msg is set.
2053
	  summary_button_pressed(): fixed the handling of modifier key.
2054
	  summary_selection_changed(): clear message view if not single
2055
	  selection.
2056
2057
2005-05-10
2058
2059
	* src/summaryview.c
2060
	  src/gtkutils.[ch]: fixed compilation failure on GTK+ 2.4
2061
	  (GTK+ 2.4 doesn't provide the way to unset the sort setting).
2062
2063
2005-05-09
2064
2065
	* src/editjpilot.c
2066
	  src/editldap_basedn.c
2067
	  src/editldap.c: added missing includes.
2068
2069
2005-05-09
2070
2071
	* src/compose.c
2072
	  src/inc.c
2073
	  src/addressbook.c
2074
	  src/textview.c
2075
	  src/messageview.c
2076
	  src/editbook.c
2077
	  src/editgroup.c
2078
	  src/importldif.c
2079
	  src/foldersel.c
2080
	  src/mimeview.c
2081
	  src/message_search.c
2082
	  src/main.c
2083
	  src/inputdialog.c
2084
	  src/editaddress.c
2085
	  src/addressadd.c
2086
	  src/import.c
2087
	  src/about.c
2088
	  src/mainwindow.c
2089
	  src/editvcard.c: added missing includes.
2090
	* src/gtkutils.[ch]: added utility functions for GtkTreeView.
2091
	* src/stock_pixmap.[ch]: stock_pixbuf_widget(): new.
2092
	* src/folderview.c: modified for column sizing.
2093
	* src/summaryview.[ch]
2094
	  src/prefs_summary_column.c: reimplemented with GtkTreeView
2095
	  (some features are not completed yet).
2096
2097
2005-05-06
2098
2099
	* src/socket.c: sock_connect_address_list_async(): only watch
2100
	  G_IO_OUT to prevent a rare connection problem (thanks to Thorsten
2101
	  Maerz).
2102
2103
2005-05-02
2104
2105
	* src/prefs_filter_edit.c: prefs_filter_edit_set_cond_hbox_widgets():
2106
	  display unit on AGE condition.
2107
2108
2005-04-27
2109
2110
	* src/imageview.c: imageview_get_resized_pixbuf(): don't scale images
2111
	  if not required (just increase ref count).
2112
2113
2005-04-27
2114
2115
	* src/mainwindow.c: main_window_create(): disable no longer required
2116
	  workaround for resize grip on GTK+ 2.6.
2117
2118
2005-04-22
2119
2120
	* src/imap.c: imap_auth(): prefer CRAM-MD5 if authentication type is
2121
	  automatic. Don't use LOGIN if CAPABILITY has LOGINDISABLED.
2122
2123
2005-04-22
2124
2125
	* src/folderview.c: folderview_selection_changed(): flush widget to
2126
	  reflect selection change before showing summary.
2127
2128
2005-04-22
2129
2130
	* sylpheed.desktop: changed the encoding to UTF-8 (thanks to Daichi
2131
	  Kawahata).
2132
2133
2005-04-22
2134
2135
	* src/folderview.c:
2136
	  folderview_rescan_tree()
2137
	  folderview_check_new(): refresh widgets before processing.
2138
2139
2005-04-20
2140
2141
	* src/gtkutils.[ch]: gtkut_widget_draw_now(): use
2142
	  gdk_window_process_updates() to force update of widgets.
2143
	  Removed gtkut_widget_wait_for_draw() which had a big overhead
2144
	  because of waiting for all events processed.
2145
	* src/statusbar.c
2146
	  src/summaryview.c
2147
	  src/setup.c
2148
	  src/folderview.c
2149
	  src/mainwindow.c: use gtkut_widget_draw_now(). Improved performance
2150
	  of the update of statusbar.
2151
2152
2005-04-20
2153
2154
	* src/textview.c: textview_smooth_scroll_do(): redraw it after scroll
2155
	  is done (fixed incorrect display when a part of the view is hidden).
2156
2157
2005-04-19
2158
2159
	* version 1.9.9
2160
2161
2005-04-19
2162
2163
	* sylpheed.desktop: added French translation (thanks to Nicolas Boos).
2164
2165
2005-04-19
2166
2167
	* src/session.[ch]: use separate buffer for large data to be sent,
2168
	  and don't duplicate it (reduces memory usage) (thanks to Dirk).
2169
2170
2005-04-19
2171
2172
	* src/compose.c
2173
	  src/prefs_common.c: removed '/Edit/Advanced' menu which had been
2174
	  provided for old GtkSText, and had interfered with gtk-key-theme
2175
	  configuration.
2176
2177
2005-04-15
2178
2179
	* src/folderview.c: folderview_create(): check GTK version for
2180
	  "ellipsize" property.
2181
2182
2005-04-13
2183
2184
	* src/folderview.c: modified include.
2185
	  folderview_col_resized(): fixed argument type.
2186
2187
2005-04-13
2188
2189
	* src/imap.c: imap_close(): don't do anything if item->path is NULL.
2190
	* src/folderview.c: removed unused GtkStyle.
2191
	  folderview_select_row(): don't expand the row itself.
2192
	  folderview_selection_changed(): fixed a memory leak.
2193
2194
2005-04-13
2195
2196
	* src/rfc2015.c: pgp_sign(): fixed missing brackets. Check if
2197
	  result->signatures is not NULL (fix crashes when ~/.gnupg doesn't
2198
	  exist).
2199
	* src/sigstatus.c: gpgmegtk_sig_status_to_string(): check if signature
2200
	  is not NULL.
2201
2202
2005-04-12
2203
2204
	* version 1.9.8
2205
2206
2005-04-12
2207
2208
	* src/folderview.c
2209
	  src/gtkutils.[ch]: remember the column width, and restored Search
2210
	  menu.
2211
2212
2005-04-12
2213
2214
	* src/compose.c
2215
	  src/messageview.c
2216
	  src/codeconv.[ch]
2217
	  src/prefs_common.c
2218
	  src/mainwindow.c: support GBK encoding. Fallback to GBK if "X-GBK"
2219
	  is passed (thanks to SuperMMX).
2220
2221
2005-04-12
2222
2223
	* src/compose.c: compose_write_to_file(): don't encode clearsigned
2224
	  text.
2225
2226
2005-04-11
2227
2228
	* src/action.c: catch_output(): correctly select the insert text
2229
	  (fix invalid iterator warnings).
2230
2231
2005-04-11
2232
2233
	* src/gtkutils.[ch]
2234
	  src/folderview.[ch]: implemented message-to-folder DnD.
2235
	  Auto-expand and auto-scroll are also implemented.
2236
2237
2005-04-08
2238
2239
	* src/folderview.c: folderview_check_new(): fixed infinite loop bug.
2240
	  folderview_new_news_group_cb(): fixed crash bug when subscribing.
2241
	* src/summaryview.c: summary_show(): update FolderView::opened before
2242
	  folderview_update_opened_msg_num() is called.
2243
2244
2005-04-07
2245
2246
	* src/folderview.c: folderview_selection_changed(): don't let
2247
	  GtkTreeView::gtk_tree_view_button_press() grab focus after opening
2248
	  a folder by button press.
2249
2250
2005-04-07
2251
2252
	* src/folderview.[ch]: reimplemented folder view with GtkTreeView
2253
	  (DnD is not implemented yet).
2254
	* src/folder.[ch]: folder_item_compare(): compare function to sort
2255
	  FolderItem.
2256
	* src/gtkutils.[ch]:
2257
	  gtkut_tree_model_next()
2258
	  gtkut_tree_model_find_by_column_data()
2259
	  gtkut_tree_view_find_collapsed_parent(): new.
2260
	* src/pixmaps/dir-noselect.xpm
2261
	  src/pixmaps/dir-open.xpm
2262
	  src/pixmaps/dir-close.xpm: removed extra spaces.
2263
2264
2005-04-05
2265
2266
	* src/send_messages.c: send_message_smtp(): consider EOF right after
2267
	  QUIT successful (workaround for Gmail SMTP server).
2268
	* src/socket.c: ssl_read(), ssl_peek(): check EOF which violates the
2269
	  SSL protocol.
2270
	* src/procheader.c: removed an unused variable.
2271
2272
2005-04-01
2273
2274
	* configure.in: changed -traditional-cpp to -no-cpp-precomp for newer
2275
	  Mac OS X support.
2276
2277
2005-03-31
2278
2279
	* src/account.c: reimplemented edit account dialog using GtkTreeView.
2280
2281
2005-03-31
2282
2283
	* src/colorlabel.c: removed warnings when displaying colorlabel menu
2284
	  (don't use GtkAlignment).
2285
	* src/prefs_filter_edit.c: stabilized displaying of widgets.
2286
	* src/gtkutils.[ch]: gtkut_scrolled_window_reset_position(): reset
2287
	  the adjustments to (0, 0).
2288
2289
2005-03-31
2290
2291
	* src/foldersel.c
2292
	  src/prefs_filter.c: made column resize automatically.
2293
2294
2005-03-31
2295
2296
	* src/smtp.c: smtp_auth_plain(): fixed a bug that extra '\0' was
2297
	  included in the auth string and PLAIN authentication failed
2298
	  (thanks to IWAMOTO Kouichi).
2299
2300
2005-03-31
2301
2302
	* src/prefs_filter.c: reimplemented filter prefs dialog using
2303
	  GtkTreeView.
2304
2305
2005-03-29
2306
2307
	* src/compose.c: don't join (presumably) itemized lines on
2308
	  line-wrapping.
2309
2310
2005-03-29
2311
2312
	* version 1.9.7
2313
2314
2005-03-29
2315
2316
	* src/procmsg.c: procmsg_get_thread_tree(): look for indirect parent
2317
	  only the second loop for accurate threading.
2318
	* src/procheader.c: procheader_parse_stream(): made In-Reply-To take
2319
	  priority of References for MsgInfo::inreplyto.
2320
2321
2005-03-28
2322
2323
	* src/utils.[ch]: references_list_prepend(): new.
2324
	* src/procmsg.[ch]
2325
	  src/procheader.c
2326
	  src/summaryview.c: modified the thread creation so that it looks up
2327
	  every message-id in References header if the real parent message is
2328
	  not found (thanks to Alfons).
2329
	* src/defs.h: upped the cache version.
2330
2331
2005-03-28
2332
2333
	* src/foldersel.c: reimplemented folder selection dialog using
2334
	  GtkTreeView (thanks to Alfons).
2335
	* src/stock_pixmap.[ch]: stock_pixbuf_gdk(): new. It generates
2336
	  GdkPixbuf object from xpm.
2337
2338
2005-03-25
2339
2340
	* src/compose.c: compose_parse_header(): ignore empty Reply-To: and
2341
	  Followup-To: header (thanks to Alfons).
2342
2343
2005-03-23
2344
2345
	* src/compose.c:
2346
	  compose_write_to_file()
2347
	  compose_write_headers(): separate header charset and body charset.
2348
	  Fixed the issue that ISO-8859-1 was forced for headers when body
2349
	  is US-ASCII only.
2350
2351
2005-03-23
2352
2353
	* src/codeconv.c: conv_jistoeuc(): fixed buffer overflow when
2354
	  auxiliary Kanji appeared (only affects svn version after
2355
	  2005-03-17).
2356
2357
2005-03-22
2358
2359
	* src/codeconv.[ch]: return error value in every code conversion
2360
	  function.
2361
2362
2005-03-18
2363
2364
	* src/html.[ch]: html_parse(): made return value const.
2365
	* src/textview.c: textview_show_html(): force output of newline.
2366
	* src/procmime.c: procmime_get_text_content(): follow the API change.
2367
2368
2005-03-18
2369
2370
	* src/account.c: account_find_from_message_file(): added missing
2371
	  NULL terminator of the HeaderEntry array which had introduced
2372
	  crash on re-edit (thanks to Michael Schwendt).
2373
2374
2005-03-17
2375
2376
	* src/utils.c: strncpy2(): optimized based on Alfons' code.
2377
2378
2005-03-17
2379
2380
	* src/codeconv.[ch]
2381
	  src/textview.c
2382
	  src/unmime.c
2383
	  src/procheader.c
2384
	  src/sourcewindow.c
2385
	  src/rfc2015.c
2386
	  src/html.c: made every code conversion API allocate new memory.
2387
	  This removes redundant string copy on conversion.
2388
2389
2005-03-16
2390
2391
	* src/prefs_common.[ch]
2392
	  src/textview.c: added an option whether to render HTML as text or
2393
	  not.
2394
2395
2005-03-16
2396
2397
	* src/filesel.c: remember the state of the expander of file save
2398
	  dialog.
2399
2400
2005-03-16
2401
2402
	* src/compose.[ch]: added a menu to temporally change the outgoing
2403
	  encoding. Use UTF-8 also for headers if it is forced for body.
2404
	* src/codeconv.[ch]:
2405
	  conv_get_outgoing_charset_str(): don't use prefs_common setting.
2406
	  conv_encode_header(): added an argument for outgoing encoding.
2407
	* src/prefs_common.c: added separators to outgoing encoding menu.
2408
	* src/messageview.c
2409
	  src/mainwindow.c: changed 'Code set' (which is rather incorrect)
2410
	  in the menu to 'Character encoding'.
2411
2412
2005-03-15
2413
2414
	* version 1.9.6
2415
2416
2005-03-15
2417
2418
	* src/action.c: create_io_dialog(): use user-defined text font
2419
	  (thanks to Alfons), and modified its appearance.
2420
2421
2005-03-15
2422
2423
	* src/compose.c: compose_write_to_file(): fixed a memory leak.
2424
2425
2005-03-14
2426
2427
	* src/compose.c: compose_write_to_file(): do a strict check for code
2428
	  conversion.
2429
	* src/codeconv.[ch]:
2430
	  conv_codeset_strdup_full()
2431
	  conv_iconv_strdup()
2432
	  conv_iconv_strdup_with_cd(): added an argument to return an error
2433
	  value.
2434
2435
2005-03-14
2436
2437
	* src/smtp.[ch]
2438
	  src/prefs_account.c: implemented PLAIN authentication method
2439
	  (thanks to mori).
2440
2441
2005-03-14
2442
2443
	* src/filesel.c:
2444
	  filesel_select_file_full(): remember directories for each operations.
2445
	  filesel_create(): set default response.
2446
	* src/textview.c: textview_key_pressed()
2447
	  src/mimeview.c: mimeview_key_pressed(): move focus to upper view
2448
	  if Esc key is pressed.
2449
	* Thanks to Sergey Pinaev for the above.
2450
2451
2005-03-11
2452
2453
	* src/compose.[ch]: use GtkTextTag for signature replacement to
2454
	  stabilize it.
2455
2456
2005-03-10
2457
2458
	* src/textview.c: implemented 'Save this image as...' in the context
2459
	  menu of inline images.
2460
	* src/procmime.c: procmime_get_part_file_name(): new.
2461
2462
2005-03-10
2463
2464
	* src/mainwindow.c: main_window_set_widgets(): request size first
2465
	  to prevent window size becoming wrong.
2466
	* src/utils.c: debug_print(): use g_print() to output with locale
2467
	  encoding.
2468
2469
2005-03-10
2470
2471
	* src/passphrase.c: partially fixed grab input of passphrase dialog.
2472
	  Confine pointer to window.
2473
2474
2005-03-09
2475
2476
	* src/compose.c: fixed wrapping of quote when auto-wrapping is
2477
	  enabled.
2478
2479
2005-03-09
2480
2481
	* src/mainwindow.c: fixed remembering of the state of the visibility
2482
	  of MessageView.
2483
2484
2005-03-09
2485
2486
	* src/compose.c: compose_attach_cb(): enabled multiple file selection.
2487
	* src/main.c: migrate_old_config(): copy also mime.types.
2488
	* src/filesel.[ch]: filesel_select_files(): returns multiple selected
2489
	  files.
2490
2491
2005-03-08
2492
2493
	* src/imageview.[ch]: imageview_get_resized_pixbuf(): new.
2494
	  src/textview.c: textview_add_part(): follow the setting of
2495
	  prefs_common.resize_image.
2496
	* src/configure.in
2497
	  src/about.c
2498
	  src/mimeview.c: removed enable-gdk-pixbuf option since gdk-pixbuf
2499
	  is now built-in.
2500
2501
2005-03-08
2502
2503
	* src/messageview.[ch]
2504
	  src/mimeview.[ch]: changed the implementation of switching
2505
	  Text/MIME view (enables smooth switching).
2506
2507
2005-03-08
2508
2509
	* src/textview.c: textview_make_clickable_parts(): optimized the
2510
	  URI search (fixes freeze at extremely long lines with many '@').
2511
	* src/gtkutils.[ch]: gtkut_text_buffer_insert_with_tag_by_name():
2512
	  new. Force linebreak of long lines (> 8190 chars) to prevent the
2513
	  slowdown of GtkTextView.
2514
2515
2005-03-07
2516
2517
	* src/mainwindow.c
2518
	  src/mimeview.[ch]: save selected attachments if mimeview has focus
2519
	  when 'File/Save as...' is selected.
2520
	  Made mimeview_save_as() public.
2521
2522
2005-03-07
2523
2524
	* version 1.9.5
2525
2526
2005-03-07
2527
2528
	* src/codeconv.c: conv_unmime_header(): use fixed size of buffer.
2529
	* src/procheader.c: procheader_scan_date_string(): support header
2530
	  like: "[Tue,] 01 Feb 2005 09:57[:00]".
2531
2532
2005-03-04
2533
2534
	* src/unmime.[ch]: use GString for a buffer for header MIME decoding
2535
	  to improve the efficiency.
2536
	* src/codeconv.c: conv_unmime_header(): directly return the return
2537
	  value of unmime_header(). Restrict the buffer size on the stack.
2538
2539
2005-03-04
2540
2541
	* src/codeconv.[ch]: removed conv_unmime_header_overwrite() because
2542
	  it had introduced heap buffer overflow.
2543
	  conv_unmime_header(): modified so that it returns newly-allocated
2544
	  string.
2545
	* src/compose.c: compose_parse_header(): don't use
2546
	  conv_unmime_header_overwrite() which introduced buffer overflow.
2547
	* src/procheader.c
2548
	  src/news.c
2549
	  src/procmime.c: followed the API change.
2550
2551
2005-03-03
2552
2553
	* use Content-Type's charset as a fallback encoding of broken header
2554
	  strings (thanks to Sergey Pinaev).
2555
	* src/textview.c: use Content-Type's charset information and
2556
	  force-charset setting when displaying headers.
2557
	* src/codeconv.c: conv_iconv_strdup(): convert even if src and dest
2558
	  are identical, or dest is US-ASCII.
2559
	  conv_unmime_header(): try to convert with default encoding if
2560
	  string is not ascii.
2561
	* src/procheader.[ch]:
2562
	  procheader_get_header_array()
2563
	  procheader_get_header_array_asis(): added an argument for default
2564
	  encoding.
2565
	  procheader_parse_stream(): use Content-Type's charset information.
2566
	* src/procmime.[ch]: added procmime_scan_content_type_str() which
2567
	  returns parameters of Content-Type header.
2568
	* src/unmime.[ch]: removed unused function prototype.
2569
2570
2005-03-02
2571
2572
	* version 1.9.4
2573
2574
2005-03-02
2575
2576
	* src/compose.c: compose_destroy(): destroy paned only if it's not
2577
	  attached to window. Fixed memory leak of popup menu.
2578
2579
2005-03-02
2580
2581
	* src/sigstatus.c: modified the popup dialog. Fixed warning when
2582
	  pressing escape key. Fixed indentation of the source.
2583
2584
2005-03-02
2585
2586
	* src/main.c: removed redundant code.
2587
	* configure.in: removed redundant PKG_CHECK_MODULES.
2588
	  use PKG_CONFIG instead of GLIB_CONFIG which is no longer available
2589
	  (fixes LDAP compilation).
2590
2591
2005-03-01
2592
2593
	* configure.in: check for GLib/GTK version (>= 2.4.0).
2594
2595
2005-03-01
2596
2597
	* src/gtkutils.[ch]: removed non-used code.
2598
2599
2005-03-01
2600
2601
	* src/mimeview.[ch]: display action buttons when attached files are
2602
	  selected.
2603
	  Fixed the handling of key press and popup menu.
2604
	  Fixed redraw problem of widget pane.
2605
	* src/summaryview.[ch]: minor code cleanup.
2606
	* src/mainwindow.c: prev_cb(), next_cb(): handle mimeview if it has
2607
	  focus.
2608
	* src/filesel.c: change current directory before creating dialog
2609
	  (fixed performance problem on folders with large number of
2610
	  message).
2611
	* src/textview.[ch]: removed unused functions.
2612
2613
2005-03-01
2614
2615
	* ac/check-type.m4
2616
	  ac/gnupg-check-typedef.m4: fixed a warning of the newer automake
2617
	  (thanks to Daichi Kawahata).
2618
2619
2005-02-28
2620
2621
	* src/compose.c: compose_parse_header(): generate References: from
2622
	  In-Reply-To: even if the parent message doesn't have Message-Id:
2623
	  (thanks to mori).
2624
2625
2005-02-28
2626
2627
	* src/procheader.[ch]: fixed the argument type of buffer length
2628
	  (thanks to Alfons).
2629
2630
2005-02-27
2631
2632
	* src/socket.c: sock_add_watch(): fixed a bug that g_io_add_watch()
2633
	  was called even on SSL connection. It has introduced random bugs.
2634
2635
2005-02-25
2636
2637
	* src/messageview.c: messageview_select_all(), reply_cb(): fixed
2638
	  selection bugs.
2639
2640
2005-02-25
2641
2642
	* src/compose.c
2643
	  src/textview.c
2644
	  src/quote_fmt_parse.y: follow the API changes.
2645
	* src/procmsg.c: procmsg_print_message(): output text with locale
2646
	  encoding.
2647
	* src/procmime.[ch]:
2648
	  procmime_get_text_content()
2649
	  procmime_get_first_text_content(): added an argument for dest
2650
	  encoding.
2651
	* src/codeconv.[ch]: conv_code_converter_new(): added an argument for
2652
	  dest encoding.
2653
	* src/html.c: removed broken locale specific entity reference
2654
	  conversion.
2655
2656
2005-02-25
2657
2658
	* src/compose.c
2659
	  src/messageview.c
2660
	  src/mimeview.c
2661
	  src/export.c
2662
	  src/summaryview.c
2663
	  src/import.c
2664
	  src/filesel.[ch]: replaced GtkFileSelection with
2665
	  GtkFileChooserDialog.
2666
	  Added filesel_save_as().
2667
2668
2005-02-24
2669
2670
	* src/alertpanel.c: modified its design to fit other GTK2 apps.
2671
2672
2005-02-24
2673
2674
	* src/progressdialog.c
2675
	  src/inc.c: inc_progress_dialog_create(): modified ProgressDialog
2676
	  to use GtkDialog.
2677
2678
2005-02-24
2679
2680
	* src/compose.c: compose_write_attach(): force transfer encoding to
2681
	  protect trailing spaces for PGP signing.
2682
2683
2005-02-23
2684
2685
	* src/gtkutils.[ch]: removed unused functions.
2686
	  gtkut_text_buffer_match_string()
2687
	  gtkut_text_buffer_find(): changed the API to use iterator.
2688
	  gtkut_text_buffer_find_backward(): new.
2689
	* src/textview.c:
2690
	  textview_search_string()
2691
	  textview_search_string_backward(): use new API.
2692
2693
2005-02-23
2694
2695
	* src/logwindow.c
2696
	  src/prefs_common.[ch]: re-enabled the line number limit, and made
2697
	  the value configurable.
2698
2699
2005-02-22
2700
2701
	* src/codeconv.c:
2702
	  conv_anytodisp(): check if converted string is valid UTF-8.
2703
	  conv_localetodisp(): convert to valid UTF-8 if conv_iconv_strdup()
2704
	  failed.
2705
	  conv_unmime_header_overwrite()
2706
	  conv_unmime_header(): try to convert unencoded strings using locale
2707
	  encoding (thanks to Egor Yu. Shkerin and Oliver Lehmann).
2708
2709
2005-02-21
2710
2711
	* version 1.9.3
2712
2713
2005-02-21
2714
2715
	* src/compose.c:
2716
	  compose_join_next_line(): consider tab width. Keep cursor position
2717
	  as much as possible.
2718
	  compose_wrap_paragraph(): remove trailing spaces on wrapping.
2719
	  compose_insert_sig(): don't select text when placing cursor.
2720
	  compose_insert_file(): disable autowrap while inserting text.
2721
	  compose_undo_cb()
2722
	  compose_redo_cb(): disable autowrap while performing undo/redo.
2723
2724
2005-02-21
2725
2726
	* src/summaryview.c: summary_ctree_create(): changed indent size to
2727
	  12.
2728
2729
2005-02-18
2730
2731
	* src/textview.c: added 'Copy this link' to the context menu
2732
	  (thanks to Hiroyuki Ikezoe).
2733
	* po/Makefile.in.in: added checks and statistics display option to
2734
	  msgfmt command.
2735
2736
2005-02-18
2737
2738
	* src/compose.c: compose_join_next_line(): removed extra spaces
2739
	  between the next line.
2740
2741
2005-02-18
2742
2743
	* src/compose.c: compose_wrap_paragraph(): comply with 'Wrap
2744
	  quotation' setting.
2745
2746
2005-02-18
2747
2748
	* src/textview.c: fixed glitches of underlined URI in textview
2749
	  (thanks to Alfons).
2750
2751
2005-02-18
2752
2753
	* src/compose.c: compose_join_next_line(): don't use
2754
	  gtk_text_buffer_backspace() which is gtk-2.6 only API.
2755
2756
2005-02-17
2757
2758
	* src/compose.c: implemented new line-wrapping routine. Enables full
2759
	  i18n support and proper line-breaking.
2760
	* src/utils.[ch]: get_uri_len(): returns URI length.
2761
2762
2005-02-16
2763
2764
	* src/procmime.c: procmime_get_tmp_file_name(): convert filename
2765
	  to filesystem encoding.
2766
2767
2005-02-14
2768
2769
	* src/intl.h: removed.
2770
2771
2005-02-10
2772
2773
	* src/compose.c: compose_write_file(): force transfer encoding to
2774
	  protect trailing spaces for PGP signing (fixes incompatibility
2775
	  between gnupg 1.2 and 1.4) (thanks to Thorsten Maerz).
2776
2777
2005-02-10
2778
2779
	* src/compose.c
2780
	  src/sourcewindow.c: automatically show horizontal scroll bar.
2781
2782
2005-02-09
2783
2784
	* version 1.9.2
2785
2786
2005-02-09
2787
2788
	* src/textview.c: implemented better hypertext processing (pointing
2789
	  a link shows its URI and single-clicking it follows the link).
2790
2791
2005-02-08
2792
2793
	* src/codeconv.[ch]
2794
	  conv_filename_from_utf8()
2795
	  conv_filename_to_utf8(): new. They always returns non-NULL strings.
2796
	* src/filesel.c
2797
	  src/summaryview.c: fixed non-UTF8 filename handling of the file
2798
	  selection dialog (thanks to Sergey Pinaev).
2799
	* src/compose.c: compose_attach_cb(): fixed attaching of files with
2800
	  non-UTF8 names (thanks to Sergey Pinaev).
2801
2802
2005-02-08
2803
2804
	* src/prefs_filter.c: use stock buttons.
2805
2806
2005-02-08
2807
2808
	* src/procmime.[ch]
2809
	  src/textview.c
2810
	  src/prefs_common.c: implemented inline image display.
2811
2812
2005-02-07
2813
2814
	* src/gtkutils.c: gtkut_window_popup()
2815
	  src/about.c: about_show(): use gtk_window_present() to popup
2816
	  window.
2817
2818
2005-02-07
2819
2820
	* src/*.c: replaced intl.h with glib/gi18n.h (thanks to Yoichi Imai).
2821
	* configure.in
2822
	  Makefile.am
2823
	  po/Makefile.in.in: use AM_GLIB_GNU_GETTEXT. Removed intl/.
2824
2825
2005-02-04
2826
2827
	* src/action.c: execute_actions(): don't include header part in
2828
	  message text.
2829
2830
2005-02-04
2831
2832
	* src/textview.c
2833
	  src/gtkutils.[ch]: reimplemented message text search.
2834
2835
2005-02-04
2836
2837
	* src/gtkutils.[ch]: gtkut_widget_set_small_font_size(): new.
2838
	* src/prefs_account.c
2839
	  src/prefs_common.c: made the font size of supplementary
2840
	  explanations smaller, and enabled line wrap.
2841
2842
2005-02-03
2843
2844
	* version 1.9.1
2845
2846
2005-02-03
2847
2848
	* src/compose.c: compose_create(): use normal API for setting font.
2849
2850
2005-02-02
2851
2852
	* src/main.c: parse_cmd_opt(): convert help message to locale
2853
	  encoding.
2854
2855
2005-02-02
2856
2857
	* src/compose.c:
2858
	  GET_CHAR(): speed up by using gtk_text_iter_get_char().
2859
	  get_indent_length(): use GtkTextIter for the loop.
2860
2861
2005-02-02
2862
2863
	* src/compose.c:
2864
	  text_inserted(): revalidate iterator so as not to invalidate it
2865
	  after gtk_text_buffer_insert() while enabling auto wrapping.
2866
	  Do paste-as-quotation directly inside compose_paste_as_quote_cb().
2867
2868
2005-02-01
2869
2870
	* version 1.9.0
2871
2872
2005-01-31
2873
2874
	* src/codeconv.c: conv_utf8todisp(): replace every 8bit character
2875
	  if the source string is not a valid UTF-8.
2876
2877
2005-01-31
2878
2879
	* src/defs.h: use original ".sylpheed_cache" for CACHE_FILE.
2880
	  changed CACHE_VERSION to 0x20.
2881
2882
2005-01-31
2883
2884
	* src/rfc2015.c: sig_status_full(): convert string returned by
2885
	  strftime() (which is locale encoding) to UTF-8.
2886
2887
2005-01-31
2888
2889
	* configure.in
2890
	  src/textview.c
2891
	  src/passphrase.[ch]
2892
	  src/mimeview.c
2893
	  src/main.c
2894
	  src/select-keys.[ch]
2895
	  src/rfc2015.[ch]
2896
	  src/sigstatus.[ch]: ported to gpgme-1.0 (thanks to Toshio Kuratomi).
2897
2898
2005-01-28
2899
2900
	* src/template.c: template_write_config(): fixed a memory leak.
2901
2902
2005-01-28
2903
2904
	* src/compose.c: removed redundant code for Ctrl-Enter handling
2905
	  (not required for GTK2).
2906
2907
2005-01-27
2908
2909
	* src/prefs_actions.c
2910
	  src/prefs_template.c
2911
	  src/summary_search.c
2912
	  src/message_search.c
2913
	  src/folderview.c
2914
	  src/prefs_customheader.c
2915
	  src/prefs_filter.c: use GTK stock button for alertpanel.
2916
2917
2005-01-27
2918
2919
	* src/codeconv.c: conv_utf8toeuc(), conv_utf8tojis(): added to
2920
	  prevent character corruption on conversion.
2921
2922
2005-01-26
2923
2924
	* src/stock_pixmap.[ch]
2925
	  src/pixmaps/stock_add_16.xpm
2926
	  src/pixmaps/stock_remove_16.xpm: removed two pixmaps.
2927
	* src/prefs_filter_edit.c: use GTK stock icon for add and remove
2928
	  button.
2929
2930
2005-01-26
2931
2932
	* src/alertpanel.c: use smaller size for title font.
2933
2934
2005-01-26
2935
2936
	* src/codeconv.[ch]: made encoding-specific functions static, and
2937
	  removed redundant code.
2938
2939
2005-01-26
2940
2941
	* src/procmime.c:
2942
	  procmime_scan_content_type()
2943
	  procmime_scan_content_disposition(): removed raw ISO-2022-JP to
2944
	  EUC-JP conversion.
2945
	* src/jpilot.c: use conv_codeset_strdup() instead of
2946
	  conv_sjistodisp().
2947
2948
2005-01-26
2949
2950
	* src/compose.c
2951
	  src/folder.c
2952
	  src/prefs.c
2953
	  src/codeconv.[ch]
2954
	  src/imap.c
2955
	  src/xml.c
2956
	  src/addrbook.c
2957
	  src/addrindex.c: added constant C_INTERNAL and CS_INTERNAL which
2958
	  replace conv_get_internal_charset_str().
2959
2960
2005-01-25
2961
2962
	* src/inc.c: inc_finished(): removed warning when updating a
2963
	  folder item while no folder is selected.
2964
2965
2005-01-25
2966
2967
	* src/gtkutils.[ch]: gtkut_get_default_font_desc(): returns default
2968
	  font_desc.
2969
	* src/prefs_common.[ch]
2970
	  src/defs.h: removed unused font configs.
2971
	* src/textview.c: use default font for headers.
2972
	* src/headerview.c
2973
	  src/folderview.c: generate bold font from normal font.
2974
	* src/summaryview.c: generate bold and small font from normal font.
2975
2976
2005-01-24
2977
2978
	* src/alertpanel.c: alertpanel_create(): generate title font from
2979
	  normal font.
2980
2981
2005-01-24
2982
2983
	* src/pop.c: pop3_get_uidl_table(): removed the old code for
2984
	  migration.
2985
	* src/main.c: migrate_old_config(): also migrate sylpheedrc, and
2986
	  check the existence of source files.
2987
	* src/prefs_common.c: changed the font setting name for migration.
2988
	* src/defs.h: added UIDL_DIR, and changed the default font.
2989
2990
2005-01-24
2991
2992
	* src/compose.c
2993
	  src/addressbook.c
2994
	  src/messageview.c
2995
	  src/mimeview.c
2996
	  src/select-keys.c
2997
	  src/sigstatus.c: use GTK stock button for button set.
2998
	* src/passphrase.c: improved the passphrase dialog.
2999
3000
2005-01-24
3001
3002
	* src/alertpanel.c: use GTK stock icon instead of pixmap.
3003
	* src/pixmaps/stock_dialog_*_48.xpm: removed.
3004
3005
2005-01-24
3006
3007
	* src/grouplistdialog.c: replaced fnmatch() with g_pattern_match_*().
3008
3009
2005-01-24
3010
3011
	* src/prefs_display_header.c
3012
	  src/action.c
3013
	  src/grouplistdialog.c
3014
	  src/textview.c
3015
	  src/editbook.c
3016
	  src/editgroup.c
3017
	  src/importldif.c
3018
	  src/summary_search.c
3019
	  src/message_search.c
3020
	  src/select-keys.c
3021
	  src/editjpilot.c
3022
	  src/export.c
3023
	  src/editaddress.c
3024
	  src/addressadd.c
3025
	  src/editldap_basedn.c
3026
	  src/prefs_summary_column.c
3027
	  src/import.c
3028
	  src/prefs_filter_edit.c
3029
	  src/editvcard.c
3030
	  src/prefs_customheader.c
3031
	  src/editldap.c
3032
	  src/sigstatus.c: use GTK stock button for button set.
3033
3034
2005-01-24
3035
3036
	* src/compose.c
3037
	  src/inc.c
3038
	  src/prefs_actions.c
3039
	  src/prefs.c
3040
	  src/progressdialog.c
3041
	  src/account.c
3042
	  src/prefs_template.c
3043
	  src/foldersel.c
3044
	  src/main.c
3045
	  src/alertpanel.c
3046
	  src/inputdialog.c
3047
	  src/prefs_common.c
3048
	  src/summaryview.c
3049
	  src/about.c
3050
	  src/mainwindow.c
3051
	  src/prefs_filter.c: use GTK stock button for button set.
3052
	* src/gtkutils.[ch]: gtkut_stock_button_set_create(): added.
3053
3054
2005-01-21
3055
3056
	* src/gtkshruler.c: use PangoLayout instead of GdkFont (thanks to
3057
	  Alfons).
3058
3059
2005-01-21
3060
3061
	* src/colorlabel.c: removed include of gdk/gdkx.h.
3062
	* src/compose.c: compose_connect_changed_callbacks(): fixed a typo.
3063
	* src/codeconv.[ch]: added conv_utf8todisp().
3064
	* src/sourcewindow.c: source_window_append()
3065
	  src/textview.c: textview_write_line(), textview_write_link()
3066
	  src/unmime.c: unmime_header()
3067
	  src/html.c: html_read_line(): assume the encoding of source
3068
	  string is UTF-8 instead of locale encoding.
3069
3070
2005-01-20
3071
3072
	* src/codeconv.[ch]: conv_copy_dir(): copy directory contents with
3073
	  code conversion.
3074
	* src/main.c: migrate_old_config(): migrate templates.
3075
3076
2005-01-20
3077
3078
	* src/action.c: convert locale strings to UTF-8 before displaying
3079
	  it (thanks to Alfons).
3080
3081
2005-01-20
3082
3083
	* src/statusbar.c
3084
	  src/summaryview.c
3085
	  src/setup.c
3086
	  src/folderview.c
3087
	  src/mainwindow.[ch]: restored the resize grip of the main
3088
	  statusbar with its proper position (thanks to Yoichi Imai).
3089
3090
2005-01-20
3091
3092
	* src/jpilot.c: fixed Japanese code conversion.
3093
3094
2005-01-19
3095
3096
	* src/compose.c: compose_insert_sig(): fixed broken signature
3097
	  replacement.
3098
3099
2005-01-19
3100
3101
	* src/mh.c
3102
	  src/utils.c
3103
	  src/procmsg.c: ignore 0-numbered message file. Don't use symbol
3104
	  'fileno' used in stdio.h.
3105
	* src/messageview.c: messageview_show(): check if
3106
	  procmsg_msginfo_get_full_info() succeeds (fixes crash when
3107
	  opening 0-numbered message) (thanks to WAKAI Kazunao).
3108
3109
2005-01-19
3110
3111
	* src/summaryview.c: summary_reply(): fixed a bug that didn't
3112
	  correctly get text selection.
3113
3114
2005-01-12
3115
3116
	* Ported to GTK+-2.4 (based on Ashie's sylpheed-gtk2).