cryptdlg: Add missing encoding info to the German resource file.
[wine] / dlls / mshtml / htmloption.c
2009-02-16  Michael Stefaniucmshtml: Remove superfluous pointer casts.
2008-10-10  Jacek Cabanmshtml: Use IHTMLElement3 in IDispatchEx.
2008-10-10  Jacek Cabanmshtml: Use stored nsdoc in IHTMLOptionElementFactory...
2008-10-10  Jacek Cabanmshtml: Use stored nsdoc in IHTMOptionElement::put_text.
2008-09-09  Alistair Leslie... mshtml: Implement IDispatch for IHTMLOptionElement.
2008-05-06  Francois Gougetmshtml: gcc 2.95 does not allow an array of undefined...
2008-05-01  Jacek Cabanmshtml: Moved IDispatchEx initialization to HTMLElement...
2008-04-29  Jacek Cabanmshtml: Added IDispatchEx support to HTMLOptionElement.
2008-04-24  Jacek Cabanmshtml: Use heap_alloc_zero for allocating node objects.
2008-04-18  Jacek Cabanmshtml: Added possibility to get node object from nsIDO...
2008-04-07  Jacek Cabanmshtml: Remove unneeded includes.
2007-12-17  Jacek Cabanmshtml: Remove not used argument in nsAString_GetData.
2007-12-06  Michael Stefaniucmshtml: Rename the wrappers around HeapAlloc() &Co...
2007-12-04  Jacek Cabanmshtml: Initialize HTMLElement in the beginning of...
2007-10-15  Jacek Cabanmshtml: Added IHTMLOptionElementFactory::create impleme...
2007-10-15  Jacek Cabanmshtml: Added IHTMLOptionElement::get_text implementation.
2007-10-15  Jacek Cabanmshtml: Added IHTMLOptionElement::put_text implementation.
2007-10-15  Jacek Cabanmshtml: Added IHTMLOptionElement::put_value implementation.
2007-10-15  Jacek Cabanmshtml: Added IHTMLOptionElement::get_value implementation.
2007-10-15  Jacek Cabanmshtml: Added IHTMLWindow2::get_option implementation.
2007-10-04  Jacek Cabanmshtml: Added IHTMLOptionElement interface stub impleme...