ChangeLog.claws.w32 34 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575
  1. 2005-03-27 [thorsten] 1.0.4cvs0.2
  2. * src/mh.c
  3. fix: marks lost after summer-/wintertime switch
  4. 2005-03-24 [thorsten] 1.0.4cvs0.1
  5. * AUTHORS
  6. * ChangeLog
  7. * ChangeLog.claws
  8. * ChangeLog.jp
  9. * PATCHSETS
  10. * configure.ac
  11. * po/ru.po
  12. * src/codeconv.c
  13. * src/compose.c
  14. * src/procheader.c
  15. * src/summaryview.c
  16. * src/summaryview.h
  17. * src/textview.c
  18. * src/unmime.c
  19. * src/unmime.h
  20. * src/common/plugin.c
  21. * src/common/smtp.c
  22. * src/gtk/about.c
  23. * src/pixmaps/sylpheed_logo.xpm
  24. * src/plugins/spamassassin/spamassassin.c
  25. * src/plugins/trayicon/trayicon.c
  26. * tools/Makefile.am
  27. * tools/README
  28. * tools/acroread2sylpheed.pl
  29. sync 1.0.4
  30. 2005-03-10 [thorsten] 1.0.3cvs0.1
  31. * ChangeLog.claws
  32. * configure.ac
  33. * po/de.po
  34. * po/es.po
  35. * po/fr.po
  36. * po/it.po
  37. * po/pt_BR.po
  38. * po/sk.po
  39. * po/sr.po
  40. * po/zh_CN.po
  41. sync 1.0.3
  42. 2005-03-07 [thorsten] 1.0.1cvs22.2
  43. * src/common/utils.c
  44. fix: disable posix style quoting in "test" filter
  45. (spotted by Niko Fakitsas)
  46. 2005-03-05 [thorsten] 1.0.1cvs22.1
  47. * ChangeLog
  48. * ChangeLog.claws
  49. * ChangeLog.jp
  50. * PATCHSETS
  51. * configure.ac
  52. * po/ru.po
  53. * src/addrharvest.c
  54. * src/codeconv.c
  55. * src/codeconv.h
  56. * src/compose.c
  57. * src/filtering.c
  58. * src/mainwindow.c
  59. * src/messageview.c
  60. * src/mh.c
  61. * src/mimeview.c
  62. * src/mimeview.h
  63. * src/prefs_account.c
  64. * src/prefs_folder_item.c
  65. * src/procmime.c
  66. * src/procmsg.c
  67. * src/quote_fmt_lex.l
  68. * src/quote_fmt_parse.y
  69. * src/common/smtp.c
  70. * src/common/smtp.h
  71. * src/common/utils.c
  72. * src/gtk/prefswindow.c
  73. * src/gtk/prefswindow.h
  74. sync 1.0.1cvs22
  75. 2005-03-05 [thorsten] 1.0.1cvs0.4
  76. * src/common/partial_download.c *** REMOVED ***
  77. * src/common/partial_download.h *** REMOVED ****
  78. * win32/sylpheed_dll_d.dsp
  79. fix: Remove stale files, update project file
  80. Thanks to Thomas Gilgin for spotting this.
  81. 2005-03-05 [thorsten] 1.0.1cvs0.3
  82. * src/pop.c
  83. * src/pop.h
  84. fix: Include 0.9.13cvs25 and cvs29, truncation was caused by
  85. fetchinfo-plugin (I must have confused cvs25 with cvs29).
  86. Thanks to Colin Leroy for the hint.
  87. 2005-02-09 [thorsten] 1.0.1cvs0.2
  88. * src/summaryview.c
  89. fix: "sender" displayed from addressbook got utf8 encoded twice
  90. Closes bug 685 Umlauts in Message View not displayed correctly
  91. 2005-02-08 [thorsten] 1.0.1cvs0.1
  92. * ChangeLog.claws
  93. * PATCHSETS
  94. * configure.ac
  95. * po/de.po
  96. * po/es.po
  97. * po/fr.po
  98. * po/it.po
  99. * po/pt_BR.po
  100. * po/sk.po
  101. * po/sr.po
  102. sync 1.0.1
  103. 2005-02-05 [thorsten] 1.0.0cvs28.1
  104. * ChangeLog.claws
  105. * PATCHSETS
  106. * configure.ac
  107. * src/compose.c
  108. * src/messageview.c
  109. * src/partial_download.c
  110. * src/common/plugin.c
  111. sync 1.0.0cvs28
  112. 2005-01-30 [thorsten] 1.0.0cvs23.4
  113. * src/common/utils.c
  114. * src/common/utils.h
  115. fix: wrong header in last commit
  116. 2005-01-30 [thorsten] 1.0.0cvs23.3
  117. * src/action.c
  118. * src/common/utils.c
  119. * src/common/utils.h
  120. chg: improved CR stripping from buffer
  121. Thanks to Thomas Gilgin and Alfons Hoogervorst for the patch.
  122. 2005-01-29 [thorsten] 1.0.0cvs23.2
  123. * src/action.c
  124. fix: possible buffer overflow in CR stripping code
  125. Thanks to Alfons for overcoming my ignorance.
  126. 2005-01-29 [thorsten] 1.0.0cvs23.1
  127. * AUTHORS
  128. * ChangeLog
  129. * ChangeLog.claws
  130. * ChangeLog.jp
  131. * PATCHSETS
  132. * configure.ac
  133. * src/compose.c
  134. * src/compose.h
  135. * src/folder.c
  136. * src/folderview.c
  137. * src/mainwindow.c
  138. * src/messageview.c
  139. * src/mh.c
  140. * src/procheader.c
  141. * src/procmime.c
  142. * src/procmsg.c
  143. * src/procmsg.h
  144. * src/summaryview.c
  145. * src/toolbar.c
  146. * src/common/template.c
  147. * src/common/utils.c
  148. sync 1.0.0cvs23
  149. 2005-01-29 [thorsten] 1.0.0cvs9.3
  150. * src/common/socket.c
  151. fix: resource leak (open socket) after failed connections
  152. 2005-01-29 [thorsten] 1.0.0cvs9.2
  153. * src/action.c
  154. fix: strip CRs from pipe input
  155. Thanks to Thomas Gilgin for the initial patch.
  156. 2005-01-23 [thorsten] 1.0.0cvs9.1
  157. * ChangeLog.claws
  158. * PATCHSETS
  159. * configure.ac
  160. * po/ja.po
  161. * po/ko.po
  162. * src/addrindex.c
  163. * src/addrindex.h
  164. * src/crash.c
  165. * src/folder.h
  166. * src/folderview.c
  167. * src/folderview.h
  168. * src/mainwindow.c
  169. * src/mbox.c
  170. * src/mbox.h
  171. * src/prefs_common.c
  172. * src/prefs_common.h
  173. * src/summaryview.c
  174. * src/summaryview.h
  175. * src/gtk/quicksearch.c
  176. * src/gtk/quicksearch.h
  177. sync 1.0.0cvs9
  178. 2005-01-23 [thorsten] 1.0.0cvs0.2
  179. * src/codeconv.c
  180. fix: detection of local encoding
  181. Closes bug 666 'ru' locale problems
  182. 2005-01-17 [thorsten] 1.0.0cvs0.1
  183. * AUTHORS
  184. * ChangeLog.claws
  185. * PATCHSETS
  186. * configure.ac
  187. * po/de.po
  188. * po/es.po
  189. * po/fr.po
  190. * po/hr.po
  191. * po/it.po
  192. * po/pt_BR.po
  193. * po/sk.po
  194. * po/sr.po
  195. * src/prefs_toolbar.c
  196. sync 1.0.0
  197. 2005-01-18 [thorsten] 0.9.13cvs38.2
  198. * src/pop.c
  199. * src/pop.h
  200. also revert cvs25 (29?), clean up later
  201. 2005-01-17 [thorsten] 0.9.13cvs35.3
  202. * src/crash.c
  203. * src/gtk/pluginwindow.c
  204. return value of filesel should not be free()d
  205. 2005-01-17 [thorsten] 0.9.13cvs35.2
  206. * src/pop.c
  207. * src/pop.h
  208. workaround: revert 0.9.13cvs29 that truncated messages for
  209. some users
  210. 2005-01-16 [thorsten] 0.9.13cvs35.1
  211. * AUTHORS
  212. * ChangeLog
  213. * ChangeLog.claws
  214. * ChangeLog.jp
  215. * PATCHSETS
  216. * configure.ac
  217. * src/html.c
  218. * src/html.h
  219. * src/msgcache.c
  220. * src/common/template.c
  221. * src/gtk/pluginwindow.c
  222. sync 0.9.13cvs35
  223. 2005-01-10 [thorsten] 0.9.13cvs31.2
  224. * src/imap.c
  225. * src/recv.c
  226. * src/common/socket.c
  227. fix: LF got stripped from socket input, remove old workarounds
  228. fix: add NULL check for sock and members (as in gtk2 branch)
  229. 2005-01-09 [thorsten] 0.9.13cvs31.1
  230. * AUTHORS
  231. * ChangeLog
  232. * ChangeLog.claws
  233. * ChangeLog.jp
  234. * PATCHSETS
  235. * configure.ac
  236. * po/de.po
  237. * src/folderview.c
  238. * src/imap_gtk.c
  239. * src/main.c
  240. * src/news_gtk.c
  241. * src/pop.c
  242. * src/pop.h
  243. * src/prefs_filtering_action.c
  244. * src/prefs_matcher.c
  245. * src/procmime.c
  246. * tools/calypso_convert.pl
  247. sync 0.9.13cvs31
  248. 2004-12-30 [thorsten] 0.9.13cvs23.1
  249. * AUTHORS
  250. * ChangeLog
  251. * ChangeLog.claws
  252. * ChangeLog.jp
  253. * NEWS
  254. * PATCHSETS
  255. * configure.ac
  256. * src/account.c
  257. * src/action.c
  258. sync 0.9.13cvs23
  259. 2004-12-22 [thorsten] 0.9.13cvs20.7
  260. * src/common/utils.c
  261. fix: wrong hostname reported in EHLO string
  262. 2004-12-21 [thorsten] 0.9.13cvs20.6
  263. * src/prefs_common.c
  264. fix: add "attach_save_directory" to OS-specific settings
  265. Thanks to Thomas Gilgin for the patch
  266. 2004-12-19 [thorsten] 0.9.13cvs20.5
  267. * src/prefs_common.c
  268. * src/common/plugin.c
  269. use separate sections in sylpheedrc instead of sylpheedwinr
  270. 2004-12-19 [thorsten] 0.9.13cvs20.4
  271. * src/prefs_actions.c
  272. use "actionwinrc" for actions
  273. * src/common/plugin.c
  274. use "sylpheedwinrc" for list of plugins
  275. 2004-12-19 [thorsten] 0.9.13cvs20.3
  276. * src/prefs_common.c
  277. * src/prefs_gtk.c
  278. fix: move init function to correct place
  279. * src/prefs_ext_prog.c
  280. add: add some editors
  281. * src/common/defs.h
  282. chg: rearrange settings
  283. 2004-12-19 [thorsten] 0.9.13cvs20.2
  284. * src/prefs_common.c
  285. * src/common/defs.h
  286. Put OS specific settings from sylpheedrc to sylpheedwinrc
  287. to share the same config file. Based on
  288. SF Patch 974669 [Resolve windows incompatibility]
  289. Thanks to Thomas Gilgin for the patch.
  290. 2004-12-17 [thorsten] 0.9.13cvs20.1
  291. * ChangeLog
  292. * ChangeLog.claws
  293. * ChangeLog.jp
  294. * NEWS
  295. * PATCHSETS
  296. * configure.ac
  297. * po/ru.po
  298. * src/action.c
  299. * src/compose.c
  300. * src/syldap.c
  301. * src/common/utils.c
  302. * src/gtk/gtkutils.c
  303. * src/gtk/gtkutils.h
  304. * src/gtk/prefswindow.c
  305. sync 0.9.13cvs20
  306. 2004-12-13 [thorsten] 0.9.13cvs15.1
  307. * ChangeLog.claws
  308. * PATCHSETS
  309. * configure.ac
  310. * src/mainwindow.c
  311. * src/messageview.c
  312. * src/prefs_themes.c
  313. * src/quote_fmt_parse.y
  314. * src/gtk/pluginwindow.c
  315. * src/gtk/prefswindow.c
  316. * src/plugins/spamassassin/libspamc.c
  317. sync 0.9.13cvs15
  318. 2004-12-13 [thorsten] 0.9.13cvs10.2
  319. * src/common/utils.c
  320. fix: memleak in tmpfile creation
  321. fix: some tmpfiles not deleted
  322. 2004-12-09 [thorsten] 0.9.13cvs10.1
  323. * AUTHORS
  324. * ChangeLog.claws
  325. * PATCHSETS
  326. * configure.ac
  327. * po/sr.po
  328. * src/matcher.c
  329. * src/matcher_parser_parse.y
  330. * src/msgcache.c
  331. * src/prefs_account.c
  332. * src/prefs_matcher.c
  333. * src/procheader.c
  334. * src/procmime.c
  335. * src/quote_fmt_parse.y
  336. * src/textview.c
  337. * src/common/defs.h
  338. * src/common/smtp.c
  339. * src/common/smtp.h
  340. * src/gtk/colorlabel.c
  341. sync 0.9.13.10
  342. 2004-12-09 [thorsten] 0.9.13cvs0.2
  343. * win32/utils/sylpheed-setup.iss.in
  344. install release notes
  345. 2004-12-06 [thorsten] 0.9.13cvs0.1
  346. * ChangeLog
  347. * ChangeLog.claws
  348. * ChangeLog.jp
  349. * INSTALL
  350. * Makefile.am
  351. * NEWS
  352. * PATCHSETS
  353. * README
  354. * README.claws
  355. * README.jp
  356. * TODO.claws
  357. * configure.ac
  358. * doc/manual/ja/Makefile.am
  359. * doc/manual/ja/sylpheed-1.html
  360. * doc/manual/ja/sylpheed-10.html
  361. * doc/manual/ja/sylpheed-11.html
  362. * doc/manual/ja/sylpheed-12.html
  363. * doc/manual/ja/sylpheed-13.html
  364. * doc/manual/ja/sylpheed-14.html
  365. * doc/manual/ja/sylpheed-15.html
  366. * doc/manual/ja/sylpheed-16.html
  367. * doc/manual/ja/sylpheed-17.html
  368. * doc/manual/ja/sylpheed-18.html
  369. * doc/manual/ja/sylpheed-19.html
  370. * doc/manual/ja/sylpheed-2.html
  371. * doc/manual/ja/sylpheed-20.html
  372. * doc/manual/ja/sylpheed-3.html
  373. * doc/manual/ja/sylpheed-4.html
  374. * doc/manual/ja/sylpheed-5.html
  375. * doc/manual/ja/sylpheed-6.html
  376. * doc/manual/ja/sylpheed-7.html
  377. * doc/manual/ja/sylpheed-8.html
  378. * doc/manual/ja/sylpheed-9.html
  379. * doc/manual/ja/sylpheed.html
  380. * doc/manual/ja/sylpheed.sgml
  381. * po/de.po
  382. * po/es.po
  383. * po/fr.po
  384. * po/it.po
  385. * po/ja.po
  386. * po/pt_BR.po
  387. * po/sk.po
  388. * po/zh_CN.po
  389. * src/Makefile.am
  390. * src/addrharvest.c
  391. * src/compose.c
  392. * src/pop.c
  393. * src/procmime.c
  394. * src/common/utils.c
  395. * src/common/utils.h
  396. * src/gtk/pluginwindow.c
  397. * src/gtk/prefswindow.c
  398. * src/pixmaps/dir_close.xpm
  399. * src/pixmaps/dir_open.xpm
  400. * src/pixmaps/drafts_close.xpm
  401. * src/pixmaps/drafts_open.xpm
  402. * src/pixmaps/folder.xpm
  403. * src/pixmaps/group.xpm
  404. * src/pixmaps/regular.xpm
  405. * src/pixmaps/unread.xpm
  406. * src/plugins/pgpmime/pgpmime.c
  407. * src/plugins/pgpmime/plugin.c
  408. * src/plugins/pgpmime/prefs_gpg.c
  409. * src/plugins/pgpmime/prefs_gpg.glade
  410. * tools/Makefile.am
  411. * tools/README
  412. * tools/filter_conv.pl
  413. * tools/kdeservicemenu/README
  414. * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
  415. * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
  416. * win32/utils/mk_generated.bat
  417. sync 0.9.13
  418. 2004-12-05 [thorsten] 0.9.12cvs176.2
  419. * win32/utils/mk_installer.bat
  420. * win32/utils/mk_translation.bat
  421. chg: new naming convention (PACKAGE, EXTRA_WIN32_VERSION)
  422. * win32/utils/sylpheed-setup.iss.in
  423. chg: new naming convention
  424. chg: add .txt to doc files on distribution
  425. chg: remove obsolete matcher conversion
  426. 2004-11-29 [thorsten] 0.9.12cvs176.1
  427. * ChangeLog.claws
  428. * PATCHSETS
  429. * configure.ac
  430. * src/folderview.c
  431. * src/pop.c
  432. * src/procmime.c
  433. sync 0.9.12cvs176
  434. 2004-11-29 [thorsten] 0.9.12cvs173.2
  435. * ChangeLog.claws.w32
  436. fix: newline
  437. * src/imap_gtk.c
  438. * src/mh_gtk.c
  439. fix: crash when renaming/creating folders
  440. 2004-11-29 [thorsten] 0.9.12cvs173.1
  441. * PATCHSETS.w32
  442. add: separate file to prevent conflicts
  443. * commitHelper
  444. * configure.ac
  445. * win32/Makefile
  446. * win32/version.rc.in.in
  447. * win32/utils/mk_version.bat
  448. * win32/utils/mk_versionrc.bat
  449. add: use commitHelper / EXTRA_WIN32_VERSION
  450. 2004-11-26 [thorsten] 0.9.12claws168-1
  451. * src/compose.c
  452. fix: sylpheed-claws-Patches-993292 ] [win32]
  453. Fix forwarding with subject containing umlauts
  454. Patch by Thomas Gilgin
  455. * src/gtk/pluginwindow.c
  456. fix: Missing backslash for plugin directory
  457. 2003-02-03 [thorsten] 0.9.9claws0-2
  458. * src/main.c
  459. fix: clean remnants in mimetmp dir
  460. 2003-02-03 [thorsten] 0.9.9claws0-1
  461. * src/compose.c
  462. src/w32_aspell_init.h
  463. src/common/utils.h
  464. fix: MinGW didn't compile
  465. * win32/utils/mk_translation.bat
  466. workaround: msgfmt created broken translations
  467. 2003-02-03 [alfons]
  468. * win32/pubobj.c
  469. fix: stupid error: we need to increment the number of symbols seen
  470. 2004-02-03 [thorsten] 0.9.8claws59-7
  471. * win32/pubobj.c *** NEW FILE ***
  472. win32/pubobj.dsp *** NEW FILE ***
  473. win32/sylpheed.ds[pw]
  474. add: dump exported symbols of COFF .obj files
  475. contributed by Alfons Hoogervorst
  476. * win32/Makefile
  477. win32/build_def.bat *** NEW FILE ***
  478. win32/mk_ALL.bat
  479. win32/demo.def *** REMOVED ***
  480. win32/spamassassin.def *** REMOVED ***
  481. win32/spamassassin_gtk.def *** REMOVED ***
  482. win32/sylpheed.def *** REMOVED ***
  483. win32/demo[_d].dsp
  484. win32/spamassassin[_d].dsp
  485. win32/spamassassin_gtk[_d].dsp
  486. win32/sylpheed_dll[_d].dsp
  487. add: autogenerate module definitions using pubobj
  488. * src/main.c
  489. src/common/utils.[ch]
  490. src/w32_aspell_init.[ch]
  491. fix: avoid duplicate exports
  492. 2004-02-01 [thorsten] 0.9.8claws59-6
  493. * src/mimeview.c
  494. change: make executing attachments more difficult
  495. 2004-02-01 [thorsten] 0.9.8claws59-5
  496. * src/compose.c
  497. fix: use WaitForInputIdle() before watching process
  498. fix: use WaitForSingleObject() instead of GetExitCodeProcess()
  499. (as suggested by Alfons)
  500. 2004-02-01 [thorsten] 0.9.8claws59-4
  501. * src/common/utils.c
  502. fix res. leak: close process handle after execute_sync/async
  503. (Patch by Alfons. Thanks)
  504. 2004-02-01 [thorsten] 0.9.8claws59-3
  505. * src/compose.c
  506. fix res. leak: close process handle after ext. editor closed
  507. fix: use usigned int for GetExitCodeProcess()
  508. (Patches by Alfons. Thanks)
  509. 2004-01-31 [thorsten] 0.9.8claws59-2
  510. * src/mimeview.c
  511. fix: missing type in function header
  512. 2004-01-31 [thorsten] 0.9.8claws59-1
  513. * src/compose.c
  514. fix: invalid filehandle when closing external editor
  515. (Patch by Alfons. Thanks)
  516. 2004-01-25 [thorsten] 0.9.8claws33-1
  517. * src/w32_aspell_init.[ch]
  518. fix: don't compile aspell if disabled in config.h,
  519. added copyright note
  520. 2004-01-18 [thorsten] 0.9.8claws30-5
  521. * src/common/utils.c
  522. fix: memleak in path_cmp()
  523. 2004-01-17 [thorsten] 0.9.8claws30-4
  524. * src/summaryview.c
  525. fix: recipient in "from" overridden by addressbook entry
  526. (closes bugzilla#409)
  527. 2004-01-17 [thorsten] 0.9.8claws30-3
  528. * src/gtk/gtkvscrollbutton.c
  529. fix: force resize event to update mime icon positions
  530. 2004-01-15 [thorsten] 0.9.8claws30-2
  531. (wrong binary)
  532. 2004-01-14 [thorsten] 0.9.8claws30-1
  533. * src/mimeview.c
  534. fix: "open" attachment didn't work
  535. 2003-12-21 [thorsten] 0.9.8claws6-1
  536. * src/prefs_filtering
  537. fix: crash when moving folders
  538. * src/common/utils.c
  539. fix: take care of different path sep. in path_cmp()
  540. 2003-12-19 [thorsten] 0.9.8claws5-1
  541. * win32/utils/mk_translation.bat
  542. fix: patch "charset=" entry in .po files (gettext-0.13)
  543. 2003-12-19 [thorsten] 0.9.8claws
  544. * win32/utils/sylpheed-setup.iss.in
  545. fix: invoke matcher conversion tool during install
  546. 2003-12-04 [thorsten] 0.9.7claws9-2
  547. * src/recv.c
  548. fix: bugzilla#388 'Single letter on line disappears'
  549. 2003-11-30 [thorsten] 0.9.7claws9-1
  550. * src/summaryview.c
  551. fix: forgot some g_strdup in last commit
  552. 2003-11-29 [thorsten] 0.9.7claws3-1
  553. * src/summaryview.c
  554. fix: memleak when filling summaryview
  555. 2003-11-27 [thorsten] 0.9.7claws-1
  556. * src/common/utils.c
  557. remove trailing dir separator in is_dir_exist()
  558. 2003-10-05 [thorsten] 0.9.6claws14-1
  559. * win32/sylpheed_dll[_d].dsp
  560. win32/Makefile
  561. libjconv/* *** REMOVED ***
  562. remove libjconv from Sylpheed source
  563. 2003-10-05 [thorsten] 0.9.6claws7-1
  564. * src/common/utils.c
  565. fix: tempfiles were created readonly, thus not deleted
  566. 2003-10-03 [thorsten] 0.9.6claws2-1
  567. * win32/sylpheed_dll[_d].dsp
  568. fix path to version.h
  569. 2003-10-03 [thorsten] 0.9.6claws0-1
  570. * win32/utils/Makefile
  571. win32/utils/mk_translation.bat
  572. add sk and zh_CN translations
  573. 2003-10-01 [thorsten] 0.9.5claws32-1
  574. * src/action.c
  575. src/compose.c
  576. use short DOS path/filenames for actions and external
  577. editor, utf8 fixes
  578. 2003-09-02 [thorsten] 0.9.4claws58-1
  579. * src/textview.c
  580. remove shift-click workaround (double-clicks work)
  581. * src/sction.c
  582. src/compose.c
  583. src/textview.c
  584. src/common/defs.h
  585. src/common/utils.c
  586. cleanups
  587. 2003-09-02 [thorsten] 0.9.4claws39-1
  588. * src/compose.c
  589. cleanup, glib warning (watched unused pipe fd)
  590. * src/main.c
  591. fix: avoid console window on actions
  592. fix: remove tmp dir contents each startup
  593. 2003-08-26 [thorsten] 0.9.4claws28-1
  594. * src/action.c
  595. fix: remove quotes when spawning (glib-2.2.3)
  596. * src/mainwindow.c
  597. workaround: text in progressbar misaligned
  598. * src/messageview.c
  599. src/summaryview.c
  600. fix: utf8-conv. for autocreated filter rules
  601. * src/procmime.c
  602. cleanup, bugfix: check signature via new vscrollbutton failed
  603. * win32/*.dsp
  604. win32/appicon.rc
  605. win32/sylpheed.rc
  606. win32/mk_ALL.bat
  607. win32/utils/mk_versionrc.bat *** NEW FILE ***
  608. win32/Makefile
  609. add: include version info resource in DLL/EXE
  610. update libs: iconv-1.9, gettext-0.12.1, glib-2.2.3,
  611. gtk-1.3.0-2003-07-17
  612. 2003-07-17 [thorsten] 0.9.3claws-1
  613. * src/common/utils.c
  614. add: optionally read HomeDir from sylpheed.ini (installation
  615. without registry access)
  616. 2003-06-07 [thorsten] 0.9.0claws18-1
  617. * src/send_message.c
  618. remove debugging dirt
  619. * win32/config.h
  620. rearrange compile options
  621. * win32/utils/sylpheed.setup.iss.in
  622. include homepage in distribution
  623. 2003-06-04 [thorsten] 0.9.0claws11-1
  624. * src/folder.c
  625. fix: replace ':' in IPv6 Adresses (for NNTP and IMAP4)
  626. * src/procmsg.c
  627. fix: don't add '&' to print command
  628. 2003-06-03 [thorsten] 0.9.0claws9-1
  629. * src/pop.c
  630. fix: replace ':' in (IPv6) Address (invalid uidl filename)
  631. 2003-06-01 [thorsten] 0.9.0claws5-1
  632. * src/common/socket.c
  633. src/common/utils.c
  634. win32/Makefile
  635. win32/config.h
  636. win32/demo[_d].dsp
  637. win32/spamassassin[_gtk][_d].dsp
  638. win32/sylpheed_dll[_d].dsp
  639. add: use WinSock2, enable IPv6
  640. 2003-05-19 [thorsten] 0.8.11claws161-1
  641. * src/folder.c
  642. src/folderview.c
  643. fix: path separator issues when moving folders
  644. * src/imap.c
  645. fix: IMAP now working without SSL (trailing 0x0a)
  646. fix: path separator issues when moving/naming folders
  647. 2003-05-18 [thorsten] 0.8.11claws157-1
  648. * src/common/session.c
  649. fix: flush/Sleep after each pipe write to avoid data loss
  650. 2003-05-04 [thorsten] 0.8.11claws140-1
  651. * src/ssl.c
  652. workaround: writing to log window hangs while auth. in
  653. ssl_init_socket_with_method() using SMTP/TLS
  654. 2003-04-18 [thorsten] 0.8.11claws102-3
  655. * src/main.c
  656. src/mimeview.c
  657. src/common/utils.[ch]
  658. add: copy attachments to TempExec dir (for realtime virus
  659. scanners)
  660. 2003-04-18 [thorsten] 0.8.11claws102-2
  661. * src/plugins/spamassassin/utils.[ch]
  662. fixes: status not received, typo
  663. 2003-04-18 [thorsten] 0.8.11claws102-1
  664. * src/actions.c
  665. fixes: pass input to action ('>'), loss of output (didn't
  666. wait for atdout AND stderr to close)
  667. 2003-04-18 [thorsten] 0.8.11claws88-2
  668. * src/folder.c
  669. src/mainwindow.c
  670. fix: locale chars in mailbox names
  671. 2003-04-13 [thorsten] 0.8.11claws88-1
  672. * sylpheed-128x128.png
  673. sylpheed-64x64.png
  674. fix: readded as binary
  675. * win32/sylpheed.ico
  676. win32/sylpheed-256.ico *** NEW FILE ***
  677. add: hicolor icon
  678. (submitted by Lim Chee Aun)
  679. 2003-04-13 [thorsten] 0.8.11claws85-1
  680. * src/addrbook.c
  681. src/addressbook.c
  682. fix: locale chars in addressbook
  683. * src/compose.c
  684. src/summaryview.c
  685. src/textview.c
  686. fix: locale chars in email adresses
  687. 2003-04-12 [thorsten] 0.8.11claws73-1
  688. * src/common/session.c
  689. src/common/socket.c
  690. fix: delay termination of child thread
  691. * src/plugins/spamassassin/libspamc.c
  692. fix: close socket after check
  693. 2003-03-17 [thorsten] 0.8.11claws23-1
  694. * src/folderview.c
  695. fix: crash when selecting toplevel folder
  696. 2003-03-16 [thorsten] 0.8.11claws11-2
  697. * src/folder.c
  698. src/folderview.c
  699. fix: utf8 conv. foldernames (for drag'n'drop)
  700. * tools/multiwebsearch.pl
  701. fix: browser start command for Win32
  702. 2003-03-13 [thorsten] 0.8.11claws11-1
  703. * src/mimeview.c
  704. fix: "open with" crashed when falling back to default
  705. 2003-03-13 [thorsten] 0.8.11claws10-1
  706. * src/headerview.c
  707. fix: all strings in headerview contained "from" field
  708. 2003-03-12 [thorsten] 0.8.10claws108-1
  709. * win32/utils/sylpheed-setup.iss.in
  710. fix: version number in install script
  711. 2003-03-08 [thorsten] 0.8.10claws99-1
  712. * src/prefs_actions.c
  713. fix: action output not displayed in output window
  714. 2003-03-07 [thorsten] 0.8.10claws95-1
  715. * src/codeconv.c
  716. fix: use iconv rather than conv_latintodisp (fix euro symbol)
  717. 2003-02-27 [thorsten] 0.8.10claws53-1
  718. * src/main.c
  719. add: "LockPort" registry option
  720. * src/common/plugin.c
  721. add: DebugPlugin section
  722. * src/common/socket.c
  723. fix: wait before closing socket
  724. 2003-02-25 [thorsten] 0.8.10claws46-1
  725. * src/socket.c
  726. fix: close pop3 socket
  727. 2003-02-23 [thorsten] 0.8.10claws43-5
  728. * src/mainwindow.c
  729. fix: utf8 conv.: avoid mh duplicates
  730. * src/alertpanel.c
  731. fix: utf8 validate final message
  732. 2003-02-23 [thorsten] 0.8.10claws43-4
  733. * src/matcher.c
  734. src/prefs_filtering.c
  735. fix: utf8 conv. foldernames for filtering/matcher
  736. 2003-02-22 [thorsten] 0.8.10claws43-3
  737. * src/export.c
  738. src/folderview.c
  739. src/import.c
  740. fix: utf8 conv. foldernames (matcher not yet done)
  741. * src/common/utils.c
  742. fix: compile error in last commit
  743. 2003-02-22 [thorsten] 0.8.10claws43-2
  744. * src/common/utils.c
  745. fix: GetShortPathName to ease quoting in external commands
  746. Thanks to Munesato Nakada
  747. 2003-02-22 [thorsten] 0.8.10claws43-1
  748. * src/mimeview.diff
  749. add: use mailcap entry for "open with"
  750. 2003-02-18 [thorsten] 0.8.10claws18-1
  751. * win32/Makefile
  752. win32/spamassassin[_d].dsp
  753. win32/spamassassin_gtk[_d].dsp
  754. fix: spamassassin plugin included gpgme's io.h
  755. 2003-02-09 [thorsten] 0.8.9claws50-1
  756. * src/news.c
  757. show progress while fetching headers
  758. (sync to claws after thaw)
  759. 2003-02-06 [thorsten] 0.8.9claws42-1
  760. * src/codeconv.c
  761. add Windows-XXXX encodings
  762. @Windows[-XXXX] locale extension
  763. remove old iconv g_free() crashfix
  764. add Windows-XXXX to ISO- translation
  765. * src/codeconv.h
  766. add Windows-XXXX encodings
  767. * src/mainwindow.c
  768. add Windows-XXXX encodings (display)
  769. * src/prefs_common.c
  770. add Windows-XXXX encodings (outgoing)
  771. * src/summaryview.c
  772. utf8-encoding for simplified subjects
  773. * src/unmime.c
  774. remove old iconv g_free() crashfix
  775. 2003-02-02 [thorsten] 0.8.9claws34-1
  776. * src/codeconv.c
  777. src/gtkstext.c
  778. fix: reserve 6 byte for utf8 conv.
  779. * src/compose.c
  780. fix: force iso-8859-15 if euro is used
  781. * src/main.c
  782. fix: remove log handler (warning)
  783. 2003-02-02 [thorsten] 0.8.9claws32-1
  784. * src/utils.c
  785. src/compose.c
  786. src/prefs_gtk.c
  787. updated gtk+-1.3.0-20030115 DLLs: Euro symbol, notebook scrollers
  788. 2003-01-24 [thorsten] 0.8.9claws-1
  789. * win32/utils/sylpheed-setup.iss.in
  790. install plugins into subdir
  791. 2003-01-24 [thorsten] 0.8.8claws127-1
  792. * win32/Makefile
  793. win32/demo[_d].dsp
  794. win32/spamassassin[_d].dsp
  795. win32/spamassassin_gtk[_d].dsp
  796. win32/sylpheed[_d].dsp
  797. win32/demo[_d].dll.def *** REMOVED ***
  798. win32/spamassassin[_d].dll.def *** REMOVED ***
  799. win32/spamassassin_gtk[_d].dll.def *** REMOVED ***
  800. win32/demo[_d].def *** NEW FILE ***
  801. win32/spamassassin[_d].def *** NEW FILE ***
  802. win32/spamassassin_gtk[_d].def *** NEW FILE ***
  803. remove ordinals and comments from dll defs
  804. 2003-01-13 [thorsten] 0.8.8claws116-2
  805. * src/mimeview.c
  806. fix: click on attachment did not open default application
  807. * src/textview.c
  808. fix: shift click on http/mailto links as doubleclick workaround
  809. 2003-01-13 [thorsten] 0.8.8claws116-1
  810. * win32/utils/sylpheed-setup.iss *** REMOVED ***
  811. win32/utils/sylpheed-setup.iss.in *** NEW FILE ***
  812. win32/utils/mk_installer.bat *** NEW FILE ***
  813. autogenerated installer
  814. 2003-01-13 [thorsten] 0.8.8claws90-1
  815. * src/plugins/spamassassin/libspamc.c
  816. src/plugins/spamassassin/utils.c
  817. fix: communication with spamd
  818. 2003-01-13 [thorsten] 0.8.8claws89-1
  819. * win32/*_dll*.dsp
  820. win32/Makefile
  821. win32/demo.def *** DELETED ***
  822. win32/spamassassin.def *** DELETED ***
  823. win32/spamassassin_gtk.def *** DELETED ***
  824. win32/demo.dll.def *** NEW FILE***
  825. win32/spamassassin.dll.def *** NEW FILE***
  826. win32/spamassassin_gtk.dll.def *** NEW FILE***
  827. fix: use .def files names from gcc makefile
  828. 2003-01-13 [thorsten] 0.8.8claws66-2
  829. * win32/Makefile
  830. make: renamed Make-ming.mak
  831. * win32/Make-ming.mak *** DELETED ***
  832. make: Continued as Makefile
  833. * win32/sylpheed_debug.ds[pw] *** DELETED ***
  834. win32/sylpheed_debug.ds[pw] *** DELETED ***
  835. win32/sylpheed.ds[pw] *** DELETED ***
  836. win32/sylpheed_debug.mak *** DELETED ***
  837. win32/sylpheed.mak *** DELETED ***
  838. make: obsolete
  839. * win32/demo[_d].dsp *** NEW FILE ***
  840. win32/sylpheed_dll[_d].dsp *** NEW FILE ***
  841. win32/sylpheed_exe[_d].dsp *** NEW FILE ***
  842. win32/spamassassin[_d].dsp *** NEW FILE ***
  843. win32/spamassassin_gtk[_d].dsp *** NEW FILE ***
  844. win32/sylpheed-claws[_d].dsw *** NEW FILE ***
  845. make: msvc project files for sylpheed and plugins
  846. * win32/mk_ALL.bat *** NEW FILE ***
  847. make: commandline build for msvc projects
  848. * win32/demo.def *** NEW FILE ***
  849. win32/sylpheed.dll.def *** NEW FILE ***
  850. win32/spamassassin.def *** NEW FILE ***
  851. win32/spamassassin_gtk.def *** NEW FILE ***
  852. plugins: msvc library definitions
  853. * src/w32loader.c *** NEW FILE ***
  854. plugins: starter for sylpheed.dll
  855. * src/main.c
  856. plugins: removed main()
  857. * src/plugins/spamassassin_gtk.c
  858. src/plugins/spamassassin.[ch]
  859. src/plugins/libspamc.[ch]
  860. src/plugins/utils.c
  861. plugins: adjustments for win32
  862. 2003-01-13 [thorsten] 0.8.8claws66-1
  863. * win32/Make-ming.mak
  864. add: plugin support
  865. 2002-12-22 [thorsten] 0.8.5claws121-1
  866. * src/gtkaspell.c
  867. src/prefs_common.[ch]
  868. src/w32_aspell_init.c
  869. win32/config.h
  870. fix: removed win32 specific aspell options, obsoleted
  871. by official aspell installer
  872. * win32/utils/sylpheed-setup.iss
  873. add: auto-uninstall, gpg and aspell check, version,
  874. app-paths, select HomeDir
  875. 2002-12-03 [thorsten] 0.8.6claws50-1
  876. * src/rfc2015.c
  877. removed gpgme-0.3.4 workaround (update to 0.3.12)
  878. 2002-11-24 [thorsten] 0.8.5claws178-1
  879. * src/w32_aspell_init.c
  880. removed check for aspell-common.dll (removed in aspell-0.50.3)
  881. 2002-11-14 [thorsten] 0.8.5claws151-1
  882. * src/mimeview.c
  883. fix: clickable signature
  884. * src/folder.c
  885. add: allow absolute paths for mailbox
  886. 2002-11-12 [thorsten] 0.8.5claws134-1
  887. * src/folder.c
  888. * fix last sync: missing attr in folderlist.xml
  889. 2002-11-05 [thorsten] 0.8.5claws69-2
  890. * src/defs.h
  891. src/esmtp.c
  892. src/imap.h
  893. src/inc.c
  894. src/nntp.h
  895. src/smtp.h
  896. src/socket.c
  897. src/utils.c
  898. workaround: smaller socket bufsize
  899. 2002-11-03 [thorsten] 0.8.5claws69-1
  900. * win32/Make-ming.mak
  901. win32/utils/mk_bison.bat
  902. fix: path to parsed sources in debuginfo
  903. 2002-11-03 [thorsten] 0.8.5claws66-7
  904. * win32/Make-ming.mak
  905. add: create version.h, bison files, translations (no need for batchfiles)
  906. 2002-11-02 [thorsten] 0.8.5claws66-6
  907. * src/summaryview.c
  908. src/inc.c
  909. src/folder.c
  910. fix: utf8 conv. for debug_printf (submitted by Hu Gang)
  911. 2002-11-02 [thorsten] 0.8.5claws66-5
  912. * src/summaryview.c
  913. fix: utf8 conv. for status (submitted by Hu Gang)
  914. 2002-11-02 [thorsten] 0.8.5claws66-4
  915. * win32/Make-ming.mak
  916. add: Prefix for cross compilation (submitted by Hu Gang)
  917. 2002-11-02 [thorsten] 0.8.5claws66-3
  918. * win32/Make-ming.mak
  919. fix: include .exe in $APPNAME (mingw cross compilation)
  920. 2002-11-02 [thorsten] 0.8.5claws66-2
  921. * win32/Make-ming.mak
  922. fix: dont link against MSVC debug libs (gdb exceptions)
  923. 2002-11-01 [thorsten] 0.8.5claws66-1
  924. * src/mainwindow.c
  925. fix: removed stale prefs_filter_open
  926. (reported by Hu Gang)
  927. 2002-11-01 [thorsten] 0.8.5claws64-1
  928. * win32/utils/mk_translation.bat
  929. win32/utils/utf8conv/ *** REMOVED **
  930. fix: use iconv to convert .po files to utf-8
  931. 2002-10-24 [thorsten] 0.8.5claws47-1
  932. * src/*.c
  933. comments cleaned up
  934. 2002-10-14 [thorsten] 0.8.5claws30-2
  935. * src/gtkstext.c
  936. fix: ctrl-u while spellchecking crashed
  937. * src/utils.c
  938. fix: crash when writing "%n" to debug.log
  939. 2002-10-13 [thorsten] 0.8.5claws30-1
  940. * src/gtkaspell.c
  941. fix: utf8 conv. aspell suggestions
  942. 2002-10-13 [thorsten] 0.8.5claws26-1
  943. * src/gtkaspell.c
  944. src/gtkstext.c
  945. fix: forward delete while spellchecking
  946. 2002-10-12 [thorsten] 0.8.5claws21-1
  947. * src/main.c
  948. src/gtkaspell.[ch]
  949. src/prefs_common.[ch]
  950. src/w32_aspell_init.[ch] *** NEW FILE ***
  951. win32/config.h
  952. win32/sylpheed.ds[pw]
  953. win32/sylpheed.mak
  954. win32/sylpheed_debug.ds[pw]
  955. win32/sylpheed_debug.mak
  956. win32/make-ming.mak
  957. add: GNU ASpell-0.50 support
  958. 2002-09-29 [thorsten] 0.8.3claws32-1
  959. * src/prefs_folder_item.[ch]
  960. src/compose.c
  961. fix: default_reply_to
  962. 2002-09-23 [thorsten] 0.8.3claws9-1
  963. * src/prefs_template.c
  964. fix: utf8 conv. / gtk_stext for templates
  965. 2002-09-21 [thorsten] 0.8.2claws54-1
  966. * Readme-w32.txt
  967. src/utils.[ch]
  968. win32/Make-ming.mak ** NEW FILE **
  969. win32/appicon.rc ** NEW FILE **
  970. add: support for mingw-gcc compiler
  971. 2002-09-17 [thorsten] 0.8.2claws52-1
  972. * src/foldersel.c
  973. src/folderview.c
  974. fix: goto folder, utf8 conv. foldernames
  975. 2002-09-10 [thorsten] 0.8.2claws30-2
  976. * src/utils.c
  977. fix: limited tempfile creation (mktemp)
  978. 2002-09-10 [thorsten] 0.8.2claws30-1
  979. * src/compose.c
  980. add: pipes for signatures
  981. * src/quote_fmt_parse.y
  982. add: pipes for templates
  983. 2002-08-24 [thorsten] 0.8.1claws112-1
  984. * src/compose.c
  985. fix: G_DIR_SEPARATOR for dragged attachments
  986. 2002-07-29 [thorsten] 0.8.0claws25-1
  987. * src/prefs_actions.c
  988. * src/headerview.c
  989. fix: some utf8 conv.
  990. 2002-07-28 [thorsten] 0.8.0claws21-1
  991. * src/prefs_actions.c
  992. fix: implemented pipe actions
  993. 2002-07-24 [thorsten] 0.8.0claws4-2
  994. * ../w32lib/src/w32_dirent.c
  995. fix: FindNextFile crashed on NT4.0
  996. * src/prefs_actions.c
  997. fix: removed wrong #endif
  998. 2002-07-23 [thorsten] 0.8.0claws4-1
  999. * src/prefs_actions.c
  1000. fix: dont hide output from action
  1001. * win32/utils/sylpheed-setup.iss
  1002. updated version nr.
  1003. 2002-07-23 [thorsten] 0.7.8claws92-2
  1004. * src/prefs_actions.c
  1005. fix: async action crashed
  1006. 2002-09-23 [thorsten] 0.7.8claws92-1
  1007. * libjconv/conv.c
  1008. src/mgutils.c
  1009. src/prefs_actions.c
  1010. src/utils.[ch]
  1011. win32/sylpheed.dsp
  1012. win32/sylpheed.mak
  1013. win32/sylpheed_debug.dsp
  1014. win32/sylpheed_debug.mak
  1015. actions: use msvcrt instead of libc to allow pipes,
  1016. non-pipe actions now working
  1017. * win32/utils/sylpheed-setup.iss
  1018. changed default HomeDir
  1019. * src/procmime.c
  1020. crashfix
  1021. 2002-07-19 [thorsten] 0.7.8claws74-3
  1022. * src/mimeview.c
  1023. utf8: unchecked pgp part
  1024. 2002-07-17 [thorsten] 0.7.8claws74-2
  1025. * src/utils.h
  1026. fix: replace iswspace by isspace
  1027. * win32/mailcap.win32
  1028. changed some default apps
  1029. 2002-07-17 [thorsten] 0.7.8claws74-1
  1030. * src/utils.c
  1031. * win32/sylpheed.reg
  1032. fix: recognition of HOME/HKCU:HomeDir
  1033. * win32/sylpheed-setup.iss
  1034. change: removed gpg
  1035. 2002-07-16 [thorsten] 0.7.8claws71-1
  1036. * src/compose.c
  1037. * src/prefs_folder_item.[ch]
  1038. add: default reply-to folderoption
  1039. * src/prefs_common.c
  1040. * src/summaryview.c
  1041. add: print_cmd combobox, '@' to skip confirmation
  1042. 2002-07-12 [thorsten] 0.7.8claws63-1
  1043. * src/codeconv.c
  1044. * src/procmime.c
  1045. * src/unmime.c
  1046. fix: prevent crash (conv_codeset_strdup)
  1047. 2002-07-09 [thorsten] 0.7.8claws55-2
  1048. * src/procmime.c
  1049. fix: memory leak
  1050. * win32/default-mailer.reg
  1051. add: sylpheed as default mailto: handler
  1052. * src/w32_mailcap.[ch]
  1053. * src/defs.h
  1054. * src/main.c
  1055. * src/mimeview.c
  1056. * win32/mailcap.win32
  1057. * win32/sylpheed.dsp
  1058. * win32/sylpheed_debug.dsp
  1059. * win32/sylpheed.mak
  1060. * win32/sylpheed_debug.mak
  1061. add: simple substitute for mailcap
  1062. 2002-07-08 [thorsten] 0.7.8claws55-1
  1063. * src/mh.c
  1064. fix: prevent crashes (on corrupted folder data)
  1065. * src/matcher.c
  1066. fix: utf8 conversion for filtering
  1067. * src/summary_search.c
  1068. * src/textview.c
  1069. fix: utf8 conversion when searching bodies
  1070. 2002-07-07 [thorsten] 0.7.8claws52-1
  1071. * src/utils.[ch]
  1072. * src/compose.c
  1073. * src/prefs_common.c
  1074. fix: quoting and path substitution for ext. apps
  1075. 2002-07-05 [thorsten] 0.7.8claws48-3
  1076. * src/procmsg.h
  1077. fix: crlf translation for printing
  1078. * src/utils.[ch]
  1079. * src/main.c
  1080. fix: delete tempfiles on exit
  1081. 2002-07-05 [thorsten] 0.7.8claws48-2
  1082. * src/socket.c
  1083. fix:imap only worked using ssl
  1084. 2002-07-05 [thorsten] 0.7.8claws48-1
  1085. * win32/sylpheed.dsp
  1086. * win32/sylpheed.mak
  1087. * win32/sylpheed_debug.dsp
  1088. * win32/sylpheed_debug.mak
  1089. * src/codeconv.c
  1090. removed references to libkcc
  1091. 2002-07-05 [thorsten] 0.7.8claws47-1
  1092. * src/imap.c
  1093. fix:wrongly displayed imap folders
  1094. 2002-06-29 [thorsten] 0.7.8claws32-1
  1095. * src/compose.c
  1096. * src/utils.[ch]
  1097. * src/prefs_common.c
  1098. add: placeholders for system directories
  1099. ?p : program files (e.g. "C:\Program files")
  1100. ?w : windows dir (e.g. "C:\Windows")
  1101. ?s : system dir (e.g. "C:\Windows\system")
  1102. ?t : temp dir (e.g. "C:\TEMP")
  1103. ?? : question mark
  1104. 2002-06-26 [thorsten] 0.7.8claws19-2
  1105. * ChangeLog.claws.w32 added
  1106. 2002-06-23 [thorsten] 0.7.8claws19-1
  1107. * src/compose.c
  1108. * src/utils.c
  1109. add: error logging for ext. apps
  1110. * src/*.[ch]
  1111. fix: removed c++ comments
  1112. 2002-06-17 [thorsten] 0.7.8claws2-1
  1113. * src/utils.c
  1114. fix: chdir patch by Munsesato
  1115. 2002-06-16 [thorsten] 0.7.8claws1-3
  1116. * src/utils.c
  1117. fix: my_tmpfile()
  1118. 2002-06-16 [thorsten] 0.7.8claws1-2
  1119. * src/utils.c
  1120. fix: use TEMP for my_tmpfile()
  1121. 2002-06-16 [thorsten] 0.7.8claws1-1
  1122. * src/sourcewindow.c
  1123. add: support for ctrl-c / ctrl-a
  1124. 2002-06-16 [thorsten] 0.7.8claws0-1
  1125. * win32/sylpheed.reg
  1126. * win32/utils/sylpheed-setup.iss
  1127. * src/compose.c
  1128. * src/prefs_common.c
  1129. * src/utils.c
  1130. fix: use path for extern. apps, dont block if not found
  1131. * src/selective_download.c
  1132. fix: utf8 conv.
  1133. 2002-06-10 [thorsten] 0.7.6claws34-1
  1134. * src/textview.c
  1135. fix: utf8 conversion
  1136. 2002-06-10 [thorsten] 0.7.6claws33-1
  1137. * src/defs.h
  1138. * src/prefs_common.c
  1139. * src/procmsg.c
  1140. * src/rfc2015.c
  1141. * src/utils.c
  1142. fix: changed default apps, utf8 conv. gpgstatus
  1143. 2002-06-09 [thorsten] 0.7.6claws31-1
  1144. * src/compose.c
  1145. * src/compose.h
  1146. fix:ext_editor (win9x)
  1147. 2002-06-03 [thorsten] 0.7.6claws28-1
  1148. * src/matcher.c
  1149. fix: corrected coding style
  1150. 2002-06-03 [thorsten] 0.7.6claws28-0
  1151. * src/pop.c
  1152. fix: unix compatible filterrc
  1153. * src/prefs_filter.c
  1154. fix: del_after_n_days
  1155. 2002-05-31 [thorsten] 0.7.6claws24-2
  1156. * win32/utils/sylpheed-setup.iss
  1157. fix: installer:dont overwrite gnupg
  1158. 2002-05-31 [thorsten] 0.7.6claws24-1
  1159. * src/main.c
  1160. fix: avoid console window
  1161. 2002-05-26 [thorsten] 0.7.6claws18-1
  1162. * src/compose.c
  1163. fix: attachment names
  1164. * src/mimeview.c
  1165. fix: drag_n_drop
  1166. 2002-05-24 [thorsten] 0.7.6claws14-2
  1167. * src/prefs.c
  1168. fix: workaround for Gtk1: show all notebook tabs
  1169. 2002-05-24 [thorsten] 0.7.6claws14-1
  1170. * src/compose.c
  1171. * src/undo.c
  1172. fix:utf8 conversion for reply on selection and undo
  1173. 2002-05-21 [thorsten] 0.7.6claws8-2
  1174. * sylpheed-claws/win32/Makefile
  1175. * sylpheed-claws/win32/sylpheed.mak
  1176. * sylpheed-claws/win32/sylpheed_debug.mak
  1177. add: Makefile for commandline compilation
  1178. 2002-05-20 [thorsten] 0.7.6claws8-1
  1179. * src/compose.c
  1180. fix: deleted dups resulting from commits
  1181. 2002-05-19 [thorsten] 0.7.6claws4-1
  1182. * win32/utils/sylpheed-setup.iss
  1183. add: setup script for Inno setup
  1184. 2002-05-15 [thorsten] 0.7.5claws26-1
  1185. * README-w32.txt
  1186. * win32/utils/mk_generated.bat
  1187. * win32/utils/mk_version.bat
  1188. * win32/patch_claws.bat
  1189. * win32/patches/generated.diff
  1190. add: autogenerate version.h
  1191. 2002-05-14 [thorsten] 0.7.5claws25-2
  1192. * win32/utils/.cvsignore
  1193. * win32/utils/clean_src_auto.bat
  1194. * win32/utils/clean_win32.bat
  1195. * win32/utils/mk_generated.bat
  1196. * win32/utils/utf8conv/utf8conv.c
  1197. * win32/utils/utf8conv/utf8conv.dsp
  1198. * win32/utils/utf8conv/utf8conv.dsw
  1199. * win32/patches/generated.diff
  1200. * ./files deleted
  1201. add: autogenerated translations
  1202. 2002-05-13 [thorsten] 0.7.5claws25-1
  1203. * files/* -> win32/*
  1204. fix: MSVC project files and patched moved to win32 subfolder.