ChangeLog.claws.w32 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886
  1. 2003-10-05 [thorsten] 0.9.6claws14-1
  2. * win32/sylpheed_dll[_d].dsp
  3. win32/Makefile
  4. libjconv/* *** REMOVED ***
  5. remove libjconv from Sylpheed source
  6. 2003-10-05 [thorsten] 0.9.6claws7-1
  7. * src/common/utils.c
  8. fix: tempfiles were created readonly, thus not deleted
  9. 2003-10-03 [thorsten] 0.9.6claws2-1
  10. * win32/sylpheed_dll[_d].dsp
  11. fix path to version.h
  12. 2003-10-03 [thorsten] 0.9.6claws0-1
  13. * win32/utils/Makefile
  14. win32/utils/mk_translation.bat
  15. add sk and zh_CN translations
  16. 2003-10-01 [thorsten] 0.9.5claws32-1
  17. * src/action.c
  18. src/compose.c
  19. use short DOS path/filenames for actions and external
  20. editor, utf8 fixes
  21. 2003-09-02 [thorsten] 0.9.4claws58-1
  22. * src/textview.c
  23. remove shift-click workaround (double-clicks work)
  24. * src/sction.c
  25. src/compose.c
  26. src/textview.c
  27. src/common/defs.h
  28. src/common/utils.c
  29. cleanups
  30. 2003-09-02 [thorsten] 0.9.4claws39-1
  31. * src/compose.c
  32. cleanup, glib warning (watched unused pipe fd)
  33. * src/main.c
  34. fix: avoid console window on actions
  35. fix: remove tmp dir contents each startup
  36. 2003-08-26 [thorsten] 0.9.4claws28-1
  37. * src/action.c
  38. fix: remove quotes when spawning (glib-2.2.3)
  39. * src/mainwindow.c
  40. workaround: text in progressbar misaligned
  41. * src/messageview.c
  42. src/summaryview.c
  43. fix: utf8-conv. for autocreated filter rules
  44. * src/procmime.c
  45. cleanup, bugfix: check signature via new vscrollbutton failed
  46. * win32/*.dsp
  47. win32/appicon.rc
  48. win32/sylpheed.rc
  49. win32/mk_ALL.bat
  50. win32/utils/mk_versionrc.bat *** NEW FILE ***
  51. win32/Makefile
  52. add: include version info resource in DLL/EXE
  53. update libs: iconv-1.9, gettext-0.12.1, glib-2.2.3,
  54. gtk-1.3.0-2003-07-17
  55. 2003-07-17 [thorsten] 0.9.3claws-1
  56. * src/common/utils.c
  57. add: optionally read HomeDir from sylpheed.ini (installation
  58. without registry access)
  59. 2003-06-07 [thorsten] 0.9.0claws18-1
  60. * src/send_message.c
  61. remove debugging dirt
  62. * win32/config.h
  63. rearrange compile options
  64. * win32/utils/sylpheed.setup.iss.in
  65. include homepage in distribution
  66. 2003-06-04 [thorsten] 0.9.0claws11-1
  67. * src/folder.c
  68. fix: replace ':' in IPv6 Adresses (for NNTP and IMAP4)
  69. * src/procmsg.c
  70. fix: don't add '&' to print command
  71. 2003-06-03 [thorsten] 0.9.0claws9-1
  72. * src/pop.c
  73. fix: replace ':' in (IPv6) Address (invalid uidl filename)
  74. 2003-06-01 [thorsten] 0.9.0claws5-1
  75. * src/common/socket.c
  76. src/common/utils.c
  77. win32/Makefile
  78. win32/config.h
  79. win32/demo[_d].dsp
  80. win32/spamassassin[_gtk][_d].dsp
  81. win32/sylpheed_dll[_d].dsp
  82. add: use WinSock2, enable IPv6
  83. 2003-05-19 [thorsten] 0.8.11claws161-1
  84. * src/folder.c
  85. src/folderview.c
  86. fix: path separator issues when moving folders
  87. * src/imap.c
  88. fix: IMAP now working without SSL (trailing 0x0a)
  89. fix: path separator issues when moving/naming folders
  90. 2003-05-18 [thorsten] 0.8.11claws157-1
  91. * src/common/session.c
  92. fix: flush/Sleep after each pipe write to avoid data loss
  93. 2003-05-04 [thorsten] 0.8.11claws140-1
  94. * src/ssl.c
  95. workaround: writing to log window hangs while auth. in
  96. ssl_init_socket_with_method() using SMTP/TLS
  97. 2003-04-18 [thorsten] 0.8.11claws102-3
  98. * src/main.c
  99. src/mimeview.c
  100. src/common/utils.[ch]
  101. add: copy attachments to TempExec dir (for realtime virus
  102. scanners)
  103. 2003-04-18 [thorsten] 0.8.11claws102-2
  104. * src/plugins/spamassassin/utils.[ch]
  105. fixes: status not received, typo
  106. 2003-04-18 [thorsten] 0.8.11claws102-1
  107. * src/actions.c
  108. fixes: pass input to action ('>'), loss of output (didn't
  109. wait for atdout AND stderr to close)
  110. 2003-04-18 [thorsten] 0.8.11claws88-2
  111. * src/folder.c
  112. src/mainwindow.c
  113. fix: locale chars in mailbox names
  114. 2003-04-13 [thorsten] 0.8.11claws88-1
  115. * sylpheed-128x128.png
  116. sylpheed-64x64.png
  117. fix: readded as binary
  118. * win32/sylpheed.ico
  119. win32/sylpheed-256.ico *** NEW FILE ***
  120. add: hicolor icon
  121. (submitted by Lim Chee Aun)
  122. 2003-04-13 [thorsten] 0.8.11claws85-1
  123. * src/addrbook.c
  124. src/addressbook.c
  125. fix: locale chars in addressbook
  126. * src/compose.c
  127. src/summaryview.c
  128. src/textview.c
  129. fix: locale chars in email adresses
  130. 2003-04-12 [thorsten] 0.8.11claws73-1
  131. * src/common/session.c
  132. src/common/socket.c
  133. fix: delay termination of child thread
  134. * src/plugins/spamassassin/libspamc.c
  135. fix: close socket after check
  136. 2003-03-17 [thorsten] 0.8.11claws23-1
  137. * src/folderview.c
  138. fix: crash when selecting toplevel folder
  139. 2003-03-16 [thorsten] 0.8.11claws11-2
  140. * src/folder.c
  141. src/folderview.c
  142. fix: utf8 conv. foldernames (for drag'n'drop)
  143. * tools/multiwebsearch.pl
  144. fix: browser start command for Win32
  145. 2003-03-13 [thorsten] 0.8.11claws11-1
  146. * src/mimeview.c
  147. fix: "open with" crashed when falling back to default
  148. 2003-03-13 [thorsten] 0.8.11claws10-1
  149. * src/headerview.c
  150. fix: all strings in headerview contained "from" field
  151. 2003-03-12 [thorsten] 0.8.10claws108-1
  152. * win32/utils/sylpheed-setup.iss.in
  153. fix: version number in install script
  154. 2003-03-08 [thorsten] 0.8.10claws99-1
  155. * src/prefs_actions.c
  156. fix: action output not displayed in output window
  157. 2003-03-07 [thorsten] 0.8.10claws95-1
  158. * src/codeconv.c
  159. fix: use iconv rather than conv_latintodisp (fix euro symbol)
  160. 2003-02-27 [thorsten] 0.8.10claws53-1
  161. * src/main.c
  162. add: "LockPort" registry option
  163. * src/common/plugin.c
  164. add: DebugPlugin section
  165. * src/common/socket.c
  166. fix: wait before closing socket
  167. 2003-02-25 [thorsten] 0.8.10claws46-1
  168. * src/socket.c
  169. fix: close pop3 socket
  170. 2003-02-23 [thorsten] 0.8.10claws43-5
  171. * src/mainwindow.c
  172. fix: utf8 conv.: avoid mh duplicates
  173. * src/alertpanel.c
  174. fix: utf8 validate final message
  175. 2003-02-23 [thorsten] 0.8.10claws43-4
  176. * src/matcher.c
  177. src/prefs_filtering.c
  178. fix: utf8 conv. foldernames for filtering/matcher
  179. 2003-02-22 [thorsten] 0.8.10claws43-3
  180. * src/export.c
  181. src/folderview.c
  182. src/import.c
  183. fix: utf8 conv. foldernames (matcher not yet done)
  184. * src/common/utils.c
  185. fix: compile error in last commit
  186. 2003-02-22 [thorsten] 0.8.10claws43-2
  187. * src/common/utils.c
  188. fix: GetShortPathName to ease quoting in external commands
  189. Thanks to Munesato Nakada
  190. 2003-02-22 [thorsten] 0.8.10claws43-1
  191. * src/mimeview.diff
  192. add: use mailcap entry for "open with"
  193. 2003-02-18 [thorsten] 0.8.10claws18-1
  194. * win32/Makefile
  195. win32/spamassassin[_d].dsp
  196. win32/spamassassin_gtk[_d].dsp
  197. fix: spamassassin plugin included gpgme's io.h
  198. 2003-02-09 [thorsten] 0.8.9claws50-1
  199. * src/news.c
  200. show progress while fetching headers
  201. (sync to claws after thaw)
  202. 2003-02-06 [thorsten] 0.8.9claws42-1
  203. * src/codeconv.c
  204. add Windows-XXXX encodings
  205. @Windows[-XXXX] locale extension
  206. remove old iconv g_free() crashfix
  207. add Windows-XXXX to ISO- translation
  208. * src/codeconv.h
  209. add Windows-XXXX encodings
  210. * src/mainwindow.c
  211. add Windows-XXXX encodings (display)
  212. * src/prefs_common.c
  213. add Windows-XXXX encodings (outgoing)
  214. * src/summaryview.c
  215. utf8-encoding for simplified subjects
  216. * src/unmime.c
  217. remove old iconv g_free() crashfix
  218. 2003-02-02 [thorsten] 0.8.9claws34-1
  219. * src/codeconv.c
  220. src/gtkstext.c
  221. fix: reserve 6 byte for utf8 conv.
  222. * src/compose.c
  223. fix: force iso-8859-15 if euro is used
  224. * src/main.c
  225. fix: remove log handler (warning)
  226. 2003-02-02 [thorsten] 0.8.9claws32-1
  227. * src/utils.c
  228. src/compose.c
  229. src/prefs_gtk.c
  230. updated gtk+-1.3.0-20030115 DLLs: Euro symbol, notebook scrollers
  231. 2003-01-24 [thorsten] 0.8.9claws-1
  232. * win32/utils/sylpheed-setup.iss.in
  233. install plugins into subdir
  234. 2003-01-24 [thorsten] 0.8.8claws127-1
  235. * win32/Makefile
  236. win32/demo[_d].dsp
  237. win32/spamassassin[_d].dsp
  238. win32/spamassassin_gtk[_d].dsp
  239. win32/sylpheed[_d].dsp
  240. win32/demo[_d].dll.def *** REMOVED ***
  241. win32/spamassassin[_d].dll.def *** REMOVED ***
  242. win32/spamassassin_gtk[_d].dll.def *** REMOVED ***
  243. win32/demo[_d].def *** NEW FILE ***
  244. win32/spamassassin[_d].def *** NEW FILE ***
  245. win32/spamassassin_gtk[_d].def *** NEW FILE ***
  246. remove ordinals and comments from dll defs
  247. 2003-01-13 [thorsten] 0.8.8claws116-2
  248. * src/mimeview.c
  249. fix: click on attachment did not open default application
  250. * src/textview.c
  251. fix: shift click on http/mailto links as doubleclick workaround
  252. 2003-01-13 [thorsten] 0.8.8claws116-1
  253. * win32/utils/sylpheed-setup.iss *** REMOVED ***
  254. win32/utils/sylpheed-setup.iss.in *** NEW FILE ***
  255. win32/utils/mk_installer.bat *** NEW FILE ***
  256. autogenerated installer
  257. 2003-01-13 [thorsten] 0.8.8claws90-1
  258. * src/plugins/spamassassin/libspamc.c
  259. src/plugins/spamassassin/utils.c
  260. fix: communication with spamd
  261. 2003-01-13 [thorsten] 0.8.8claws89-1
  262. * win32/*_dll*.dsp
  263. win32/Makefile
  264. win32/demo.def *** DELETED ***
  265. win32/spamassassin.def *** DELETED ***
  266. win32/spamassassin_gtk.def *** DELETED ***
  267. win32/demo.dll.def *** NEW FILE***
  268. win32/spamassassin.dll.def *** NEW FILE***
  269. win32/spamassassin_gtk.dll.def *** NEW FILE***
  270. fix: use .def files names from gcc makefile
  271. 2003-01-13 [thorsten] 0.8.8claws66-2
  272. * win32/Makefile
  273. make: renamed Make-ming.mak
  274. * win32/Make-ming.mak *** DELETED ***
  275. make: Continued as Makefile
  276. * win32/sylpheed_debug.ds[pw] *** DELETED ***
  277. win32/sylpheed_debug.ds[pw] *** DELETED ***
  278. win32/sylpheed.ds[pw] *** DELETED ***
  279. win32/sylpheed_debug.mak *** DELETED ***
  280. win32/sylpheed.mak *** DELETED ***
  281. make: obsolete
  282. * win32/demo[_d].dsp *** NEW FILE ***
  283. win32/sylpheed_dll[_d].dsp *** NEW FILE ***
  284. win32/sylpheed_exe[_d].dsp *** NEW FILE ***
  285. win32/spamassassin[_d].dsp *** NEW FILE ***
  286. win32/spamassassin_gtk[_d].dsp *** NEW FILE ***
  287. win32/sylpheed-claws[_d].dsw *** NEW FILE ***
  288. make: msvc project files for sylpheed and plugins
  289. * win32/mk_ALL.bat *** NEW FILE ***
  290. make: commandline build for msvc projects
  291. * win32/demo.def *** NEW FILE ***
  292. win32/sylpheed.dll.def *** NEW FILE ***
  293. win32/spamassassin.def *** NEW FILE ***
  294. win32/spamassassin_gtk.def *** NEW FILE ***
  295. plugins: msvc library definitions
  296. * src/w32loader.c *** NEW FILE ***
  297. plugins: starter for sylpheed.dll
  298. * src/main.c
  299. plugins: removed main()
  300. * src/plugins/spamassassin_gtk.c
  301. src/plugins/spamassassin.[ch]
  302. src/plugins/libspamc.[ch]
  303. src/plugins/utils.c
  304. plugins: adjustments for win32
  305. 2003-01-13 [thorsten] 0.8.8claws66-1
  306. * win32/Make-ming.mak
  307. add: plugin support
  308. 2002-12-22 [thorsten] 0.8.5claws121-1
  309. * src/gtkaspell.c
  310. src/prefs_common.[ch]
  311. src/w32_aspell_init.c
  312. win32/config.h
  313. fix: removed win32 specific aspell options, obsoleted
  314. by official aspell installer
  315. * win32/utils/sylpheed-setup.iss
  316. add: auto-uninstall, gpg and aspell check, version,
  317. app-paths, select HomeDir
  318. 2002-12-03 [thorsten] 0.8.6claws50-1
  319. * src/rfc2015.c
  320. removed gpgme-0.3.4 workaround (update to 0.3.12)
  321. 2002-11-24 [thorsten] 0.8.5claws178-1
  322. * src/w32_aspell_init.c
  323. removed check for aspell-common.dll (removed in aspell-0.50.3)
  324. 2002-11-14 [thorsten] 0.8.5claws151-1
  325. * src/mimeview.c
  326. fix: clickable signature
  327. * src/folder.c
  328. add: allow absolute paths for mailbox
  329. 2002-11-12 [thorsten] 0.8.5claws134-1
  330. * src/folder.c
  331. * fix last sync: missing attr in folderlist.xml
  332. 2002-11-05 [thorsten] 0.8.5claws69-2
  333. * src/defs.h
  334. src/esmtp.c
  335. src/imap.h
  336. src/inc.c
  337. src/nntp.h
  338. src/smtp.h
  339. src/socket.c
  340. src/utils.c
  341. workaround: smaller socket bufsize
  342. 2002-11-03 [thorsten] 0.8.5claws69-1
  343. * win32/Make-ming.mak
  344. win32/utils/mk_bison.bat
  345. fix: path to parsed sources in debuginfo
  346. 2002-11-03 [thorsten] 0.8.5claws66-7
  347. * win32/Make-ming.mak
  348. add: create version.h, bison files, translations (no need for batchfiles)
  349. 2002-11-02 [thorsten] 0.8.5claws66-6
  350. * src/summaryview.c
  351. src/inc.c
  352. src/folder.c
  353. fix: utf8 conv. for debug_printf (submitted by Hu Gang)
  354. 2002-11-02 [thorsten] 0.8.5claws66-5
  355. * src/summaryview.c
  356. fix: utf8 conv. for status (submitted by Hu Gang)
  357. 2002-11-02 [thorsten] 0.8.5claws66-4
  358. * win32/Make-ming.mak
  359. add: Prefix for cross compilation (submitted by Hu Gang)
  360. 2002-11-02 [thorsten] 0.8.5claws66-3
  361. * win32/Make-ming.mak
  362. fix: include .exe in $APPNAME (mingw cross compilation)
  363. 2002-11-02 [thorsten] 0.8.5claws66-2
  364. * win32/Make-ming.mak
  365. fix: dont link against MSVC debug libs (gdb exceptions)
  366. 2002-11-01 [thorsten] 0.8.5claws66-1
  367. * src/mainwindow.c
  368. fix: removed stale prefs_filter_open
  369. (reported by Hu Gang)
  370. 2002-11-01 [thorsten] 0.8.5claws64-1
  371. * win32/utils/mk_translation.bat
  372. win32/utils/utf8conv/ *** REMOVED **
  373. fix: use iconv to convert .po files to utf-8
  374. 2002-10-24 [thorsten] 0.8.5claws47-1
  375. * src/*.c
  376. comments cleaned up
  377. 2002-10-14 [thorsten] 0.8.5claws30-2
  378. * src/gtkstext.c
  379. fix: ctrl-u while spellchecking crashed
  380. * src/utils.c
  381. fix: crash when writing "%n" to debug.log
  382. 2002-10-13 [thorsten] 0.8.5claws30-1
  383. * src/gtkaspell.c
  384. fix: utf8 conv. aspell suggestions
  385. 2002-10-13 [thorsten] 0.8.5claws26-1
  386. * src/gtkaspell.c
  387. src/gtkstext.c
  388. fix: forward delete while spellchecking
  389. 2002-10-12 [thorsten] 0.8.5claws21-1
  390. * src/main.c
  391. src/gtkaspell.[ch]
  392. src/prefs_common.[ch]
  393. src/w32_aspell_init.[ch] *** NEW FILE ***
  394. win32/config.h
  395. win32/sylpheed.ds[pw]
  396. win32/sylpheed.mak
  397. win32/sylpheed_debug.ds[pw]
  398. win32/sylpheed_debug.mak
  399. win32/make-ming.mak
  400. add: GNU ASpell-0.50 support
  401. 2002-09-29 [thorsten] 0.8.3claws32-1
  402. * src/prefs_folder_item.[ch]
  403. src/compose.c
  404. fix: default_reply_to
  405. 2002-09-23 [thorsten] 0.8.3claws9-1
  406. * src/prefs_template.c
  407. fix: utf8 conv. / gtk_stext for templates
  408. 2002-09-21 [thorsten] 0.8.2claws54-1
  409. * Readme-w32.txt
  410. src/utils.[ch]
  411. win32/Make-ming.mak ** NEW FILE **
  412. win32/appicon.rc ** NEW FILE **
  413. add: support for mingw-gcc compiler
  414. 2002-09-17 [thorsten] 0.8.2claws52-1
  415. * src/foldersel.c
  416. src/folderview.c
  417. fix: goto folder, utf8 conv. foldernames
  418. 2002-09-10 [thorsten] 0.8.2claws30-2
  419. * src/utils.c
  420. fix: limited tempfile creation (mktemp)
  421. 2002-09-10 [thorsten] 0.8.2claws30-1
  422. * src/compose.c
  423. add: pipes for signatures
  424. * src/quote_fmt_parse.y
  425. add: pipes for templates
  426. 2002-08-24 [thorsten] 0.8.1claws112-1
  427. * src/compose.c
  428. fix: G_DIR_SEPARATOR for dragged attachments
  429. 2002-07-29 [thorsten] 0.8.0claws25-1
  430. * src/prefs_actions.c
  431. * src/headerview.c
  432. fix: some utf8 conv.
  433. 2002-07-28 [thorsten] 0.8.0claws21-1
  434. * src/prefs_actions.c
  435. fix: implemented pipe actions
  436. 2002-07-24 [thorsten] 0.8.0claws4-2
  437. * ../w32lib/src/w32_dirent.c
  438. fix: FindNextFile crashed on NT4.0
  439. * src/prefs_actions.c
  440. fix: removed wrong #endif
  441. 2002-07-23 [thorsten] 0.8.0claws4-1
  442. * src/prefs_actions.c
  443. fix: dont hide output from action
  444. * win32/utils/sylpheed-setup.iss
  445. updated version nr.
  446. 2002-07-23 [thorsten] 0.7.8claws92-2
  447. * src/prefs_actions.c
  448. fix: async action crashed
  449. 2002-09-23 [thorsten] 0.7.8claws92-1
  450. * libjconv/conv.c
  451. src/mgutils.c
  452. src/prefs_actions.c
  453. src/utils.[ch]
  454. win32/sylpheed.dsp
  455. win32/sylpheed.mak
  456. win32/sylpheed_debug.dsp
  457. win32/sylpheed_debug.mak
  458. actions: use msvcrt instead of libc to allow pipes,
  459. non-pipe actions now working
  460. * win32/utils/sylpheed-setup.iss
  461. changed default HomeDir
  462. * src/procmime.c
  463. crashfix
  464. 2002-07-19 [thorsten] 0.7.8claws74-3
  465. * src/mimeview.c
  466. utf8: unchecked pgp part
  467. 2002-07-17 [thorsten] 0.7.8claws74-2
  468. * src/utils.h
  469. fix: replace iswspace by isspace
  470. * win32/mailcap.win32
  471. changed some default apps
  472. 2002-07-17 [thorsten] 0.7.8claws74-1
  473. * src/utils.c
  474. * win32/sylpheed.reg
  475. fix: recognition of HOME/HKCU:HomeDir
  476. * win32/sylpheed-setup.iss
  477. change: removed gpg
  478. 2002-07-16 [thorsten] 0.7.8claws71-1
  479. * src/compose.c
  480. * src/prefs_folder_item.[ch]
  481. add: default reply-to folderoption
  482. * src/prefs_common.c
  483. * src/summaryview.c
  484. add: print_cmd combobox, '@' to skip confirmation
  485. 2002-07-12 [thorsten] 0.7.8claws63-1
  486. * src/codeconv.c
  487. * src/procmime.c
  488. * src/unmime.c
  489. fix: prevent crash (conv_codeset_strdup)
  490. 2002-07-09 [thorsten] 0.7.8claws55-2
  491. * src/procmime.c
  492. fix: memory leak
  493. * win32/default-mailer.reg
  494. add: sylpheed as default mailto: handler
  495. * src/w32_mailcap.[ch]
  496. * src/defs.h
  497. * src/main.c
  498. * src/mimeview.c
  499. * win32/mailcap.win32
  500. * win32/sylpheed.dsp
  501. * win32/sylpheed_debug.dsp
  502. * win32/sylpheed.mak
  503. * win32/sylpheed_debug.mak
  504. add: simple substitute for mailcap
  505. 2002-07-08 [thorsten] 0.7.8claws55-1
  506. * src/mh.c
  507. fix: prevent crashes (on corrupted folder data)
  508. * src/matcher.c
  509. fix: utf8 conversion for filtering
  510. * src/summary_search.c
  511. * src/textview.c
  512. fix: utf8 conversion when searching bodies
  513. 2002-07-07 [thorsten] 0.7.8claws52-1
  514. * src/utils.[ch]
  515. * src/compose.c
  516. * src/prefs_common.c
  517. fix: quoting and path substitution for ext. apps
  518. 2002-07-05 [thorsten] 0.7.8claws48-3
  519. * src/procmsg.h
  520. fix: crlf translation for printing
  521. * src/utils.[ch]
  522. * src/main.c
  523. fix: delete tempfiles on exit
  524. 2002-07-05 [thorsten] 0.7.8claws48-2
  525. * src/socket.c
  526. fix:imap only worked using ssl
  527. 2002-07-05 [thorsten] 0.7.8claws48-1
  528. * win32/sylpheed.dsp
  529. * win32/sylpheed.mak
  530. * win32/sylpheed_debug.dsp
  531. * win32/sylpheed_debug.mak
  532. * src/codeconv.c
  533. removed references to libkcc
  534. 2002-07-05 [thorsten] 0.7.8claws47-1
  535. * src/imap.c
  536. fix:wrongly displayed imap folders
  537. 2002-06-29 [thorsten] 0.7.8claws32-1
  538. * src/compose.c
  539. * src/utils.[ch]
  540. * src/prefs_common.c
  541. add: placeholders for system directories
  542. ?p : program files (e.g. "C:\Program files")
  543. ?w : windows dir (e.g. "C:\Windows")
  544. ?s : system dir (e.g. "C:\Windows\system")
  545. ?t : temp dir (e.g. "C:\TEMP")
  546. ?? : question mark
  547. 2002-06-26 [thorsten] 0.7.8claws19-2
  548. * ChangeLog.claws.w32 added
  549. 2002-06-23 [thorsten] 0.7.8claws19-1
  550. * src/compose.c
  551. * src/utils.c
  552. add: error logging for ext. apps
  553. * src/*.[ch]
  554. fix: removed c++ comments
  555. 2002-06-17 [thorsten] 0.7.8claws2-1
  556. * src/utils.c
  557. fix: chdir patch by Munsesato
  558. 2002-06-16 [thorsten] 0.7.8claws1-3
  559. * src/utils.c
  560. fix: my_tmpfile()
  561. 2002-06-16 [thorsten] 0.7.8claws1-2
  562. * src/utils.c
  563. fix: use TEMP for my_tmpfile()
  564. 2002-06-16 [thorsten] 0.7.8claws1-1
  565. * src/sourcewindow.c
  566. add: support for ctrl-c / ctrl-a
  567. 2002-06-16 [thorsten] 0.7.8claws0-1
  568. * win32/sylpheed.reg
  569. * win32/utils/sylpheed-setup.iss
  570. * src/compose.c
  571. * src/prefs_common.c
  572. * src/utils.c
  573. fix: use path for extern. apps, dont block if not found
  574. * src/selective_download.c
  575. fix: utf8 conv.
  576. 2002-06-10 [thorsten] 0.7.6claws34-1
  577. * src/textview.c
  578. fix: utf8 conversion
  579. 2002-06-10 [thorsten] 0.7.6claws33-1
  580. * src/defs.h
  581. * src/prefs_common.c
  582. * src/procmsg.c
  583. * src/rfc2015.c
  584. * src/utils.c
  585. fix: changed default apps, utf8 conv. gpgstatus
  586. 2002-06-09 [thorsten] 0.7.6claws31-1
  587. * src/compose.c
  588. * src/compose.h
  589. fix:ext_editor (win9x)
  590. 2002-06-03 [thorsten] 0.7.6claws28-1
  591. * src/matcher.c
  592. fix: corrected coding style
  593. 2002-06-03 [thorsten] 0.7.6claws28-0
  594. * src/pop.c
  595. fix: unix compatible filterrc
  596. * src/prefs_filter.c
  597. fix: del_after_n_days
  598. 2002-05-31 [thorsten] 0.7.6claws24-2
  599. * win32/utils/sylpheed-setup.iss
  600. fix: installer:dont overwrite gnupg
  601. 2002-05-31 [thorsten] 0.7.6claws24-1
  602. * src/main.c
  603. fix: avoid console window
  604. 2002-05-26 [thorsten] 0.7.6claws18-1
  605. * src/compose.c
  606. fix: attachment names
  607. * src/mimeview.c
  608. fix: drag_n_drop
  609. 2002-05-24 [thorsten] 0.7.6claws14-2
  610. * src/prefs.c
  611. fix: workaround for Gtk1: show all notebook tabs
  612. 2002-05-24 [thorsten] 0.7.6claws14-1
  613. * src/compose.c
  614. * src/undo.c
  615. fix:utf8 conversion for reply on selection and undo
  616. 2002-05-21 [thorsten] 0.7.6claws8-2
  617. * sylpheed-claws/win32/Makefile
  618. * sylpheed-claws/win32/sylpheed.mak
  619. * sylpheed-claws/win32/sylpheed_debug.mak
  620. add: Makefile for commandline compilation
  621. 2002-05-20 [thorsten] 0.7.6claws8-1
  622. * src/compose.c
  623. fix: deleted dups resulting from commits
  624. 2002-05-19 [thorsten] 0.7.6claws4-1
  625. * win32/utils/sylpheed-setup.iss
  626. add: setup script for Inno setup
  627. 2002-05-15 [thorsten] 0.7.5claws26-1
  628. * README-w32.txt
  629. * win32/utils/mk_generated.bat
  630. * win32/utils/mk_version.bat
  631. * win32/patch_claws.bat
  632. * win32/patches/generated.diff
  633. add: autogenerate version.h
  634. 2002-05-14 [thorsten] 0.7.5claws25-2
  635. * win32/utils/.cvsignore
  636. * win32/utils/clean_src_auto.bat
  637. * win32/utils/clean_win32.bat
  638. * win32/utils/mk_generated.bat
  639. * win32/utils/utf8conv/utf8conv.c
  640. * win32/utils/utf8conv/utf8conv.dsp
  641. * win32/utils/utf8conv/utf8conv.dsw
  642. * win32/patches/generated.diff
  643. * ./files deleted
  644. add: autogenerated translations
  645. 2002-05-13 [thorsten] 0.7.5claws25-1
  646. * files/* -> win32/*
  647. fix: MSVC project files and patched moved to win32 subfolder.