12010-06-12  Rolf Bjarne Kvinge  <RKvinge@novell.com>
2
3	* User.vb:
4	* WebUser.vb:
5	* BuiltInRole.vb:
6	* AssemblyInfo.vb:
7	* ShutdownMode.vb:
8	* ApplicationBase.vb:
9	* StartupEventArgs.vb:
10	* AuthenticationMode.vb:
11	* StartupEventHandler.vb:
12	* BuiltInRoleConverter.vb:
13	* ShutdownEventHandler.vb:
14	* NoStartupFormException.vb:
15	* ConsoleApplicationBase.vb:
16	* UnhandledExceptionEventArgs.vb:
17	* WindowsFormsApplicationBase.vb:
18	* StartupNextInstanceEventArgs.vb:
19	* UnhandledExceptionEventHandler.vb:
20	* WindowsFormsApplicationContext.vb:
21	* StartupNextInstanceEventHandler.vb:
22	* CantStartSingleInstanceException.vb: Remove .NET 1.0/1.1 logic
23
242009-07-31  Rolf Bjarne Kvinge  <RKvinge@novell.com>
25
26        * AssemblyInfo.vb: CompanyName: return the CompanyName instead of the
27        assembly name. Patch from Flose Maier in bug #526766.
28
292007-12-21  Jonathan Pobst  <monkey@jpobst.com>
30
31	* ConsoleApplicationBase.vb: Implement CommandLineArgs.
32
332007-08-13  Rolf Bjarne Kvinge <RKvinge@novell.com>
34
35	* CantStartSingleInstanceException.vb, ShutdownEventHandler.vb, WebUser.vb,
36	  User.vb, ShutdownMode.vb, WindowsFormsApplicationBase.vb,
37	  BuiltInRoleConverter.vb, UnhandledExceptionEventHandler.vb,
38	  ConsoleApplicationBase.vb, StartupEventArgs.vb, AuthenticationMode.vb,
39	  StartupNextInstanceEventHandler.vb, BuiltInRole.vb,
40	  WindowsFormsApplicationContext.vb, AssemblyInfo.vb, ApplicationBase.vb,
41	  UnhandledExceptionEventArgs.vb, StartupEventHandler.vb,
42	  NoStartupFormException.vb, StartupNextInstanceEventArgs.vb: Changed all
43	  uses of NET_2_0 to NET_VER >= 2.0, deleted NET_1_0, NET_1_1 and NET_2_0.
44
452007-05-30  Rolf Bjarne Kvinge <RKvinge@novell.com>
46
47
48
492007-03-07  Rolf Bjarne Kvinge <RKvinge@novell.com>
50
51	* WindowsFormsApplicationBase.vb: Corcompare work and removed
52	  mono_not_yet, since vbnc can now handle events on Mono.
53	* ShutdownMode.vb, AuthenticationMode.vb: Corcompare work.
54
552007-01-18  Rolf Bjarne Kvinge <RKvinge@novell.com>
56
57	* WindowsFormsApplicationBase.vb: Implemented initial support for
58	VS2005 "Windows Application"s.
59
602007-01-15  Rolf Bjarne Kvinge <RKvinge@novell.com>
61
62	* Added AssemblyInfo.vb, BuiltInRole.vb,
63	BuiltInRoleConverter.vb, CantStartSingleInstanceException.vb,
64	NoStartupFormException.vb, ShutdownEventHandler.vb, StartupEventArgs.vb,
65	StartupEventHandler.vb, StartupNextInstanceEventArgs.vb,
66	StartupNextInstanceEventHandler.vb,
67	UnhandledExceptionEventArgs.vb, UnhandledExceptionEventHandler.vb,
68	WebUser.vb
69
702006-12-28  Miguel de Icaza  <miguel@novell.com>
71
72	* WindowsFormsApplicationBase.vb: Provide a better error message.
73