mshtml: Call update_doc in editor commands.
[wine] / dlls / mshtml / editor.c
2007-06-11  Jacek Cabanmshtml: Call update_doc in editor commands.
2007-06-11  Jacek Cabanmshtml: Set default fontname to 'Times New Roman'.
2007-06-11  Jacek Cabanmshtml: Don't check out variant type in exec_fontname.
2007-06-11  Jacek Cabanmshtml: Improve IDM_JUSTIFYLEFT query status.
2007-06-11  Jacek Cabanmshtml: Make [get|set]_font_size static.
2007-06-11  Jacek Cabanmshtml: Move edit command queries to the command table.
2007-06-11  Jacek Cabanmshtml: Move justify queries to command table.
2007-06-11  Jacek Cabanmshtml: Move remaining commands to tables.
2007-06-11  Jacek Cabanmshtml: Move more commands to editor command table.
2007-06-11  Jacek Cabanmshtml: Move IDM_FONTSIZE, IDM_FONTNAME and IDM_FORECOL...
2006-12-05  Francois Gougetmshtml: Add '\n' to Wine trace.
2006-12-01  Jacek Cabanmshtml: Added handling of right and left arrow keys...
2006-11-28  Francois Gougetmshtml: Add missing '\n' in Wine trace.
2006-11-24  Jacek Cabanmshtml: Added Exec(IDM_FONTSIZE) implementation.