Statistics
| Revision:

root / ChangeLog @ 637

History | View | Annotate | Download (65.3 kB)

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