Make more arrays const.
[wine] / dlls / riched20 / reader.c
2005-12-31  Mike McCormackriched20: Add newlines to ERR macro output.
2005-11-02  Mike McCormackConvert all RTFPanic and RTFMsg calls to ERR calls.
2005-10-03  Krzysztof Foltman- Remove another potential sources of infinite loops...
2005-09-26  Krzysztof Foltman- Optional destinations in stylesheets are now skipped...
2005-09-12  Marcus MeissnerThe last argument to MultiByteToWideChar is wide charac...
2005-08-23  Phil KrylovFixed a RichEdit RTF reader bug which resulted in loss...
2005-08-22  Phil KrylovAutomatically set default font after parsing a font...
2005-08-22  Phil KrylovAdded handling of deff RTF control word.
2005-08-08  Phil KrylovFixed UTF-8 RTF parsing.
2005-04-13  Phil KrylovMake RTF reader fall back to simple text if a correct...
2005-03-22  Phil KrylovMade RTF reader and writer handle codepages mostly...
2005-03-21  Mike McCormackRemove casts and unused code.
2005-03-18  Phil KrylovFixed support for RTF documents using ANSI charset...
2005-03-17  Phil KrylovReplaced slow and outdated character set handling in...
2005-03-17  Krzysztof Foltman- RTF reader doesn't use RichEdit messages anymore...
2005-03-16  Krzysztof Foltman- Unknown destinations are now correctly skipped (so...
2005-03-15  Phil KrylovImplemented hash table lookup for RTF keywords in RTF...
2005-03-14  Phil KrylovAdded "generator" RTF destination handling.
2005-03-11  Krzysztof Foltman- EM_STREAMIN can now deal with undo in a reasonable...
2005-03-08  Krzysztof Foltman- Single quotes are now handled properly (previously...
2005-03-07  Mike McCormackPort the RTF parser to the richedit 2.0 control.