changelog fixes

This commit is contained in:
Enrico Weigelt, metux IT service 2009-02-04 01:13:31 +01:00
parent 0c97636212
commit d3d1ff4faa
1 changed files with 1 additions and 4 deletions

View File

@ -1,14 +1,11 @@
2009-02-04 Enrico Weigelt, metux ITS <weigelt@metux.de>
* mhl/types.h, mhl/escape.h: replaced bool type by stdbool.h (fixing #240)
* mhl/types.h, mhl/escape.h: replaced bool type by stdbool.h (fixing #239, #240)
2009-02-03 Enrico Weigelt, metux ITS <weigelt@metux.de>
* lib/mc.lib: added patch on #219 by angel_il
* edit/editcmd.c, configure.ac: removed obsolete own implementation of memove (#242)
* mhl/escape.h: including stdbool.h for the bool type (fixing #239)
* mhl/types.h: removed redundant bool type (fixing #239)
* replaced bool type in mhl/types.h by stdbool.h (fixing #240)
2009-02-01 Enrico Weigelt, metux ITS <weigelt@metux.de>