Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ChangeLog « AspNetEdit « extras - github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c755338f7a7e85f5cd5e09b068323a1b9075575c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
2010-07-12  Michael Hutchinson  <mhutchinson@novell.com>

	* AspNetEdit.Integration/AspNetEditViewContent.cs: Track
	  ProjectDomService/Parser API.

2010-06-14  Lluis Sanchez Gual  <lluis@novell.com>

	* configure: Bump MD version.

2010-05-20  Lluis Sanchez Gual  <lluis@novell.com>

	* configure: Bump MD version.

2010-03-22  Lluis Sanchez Gual  <lluis@novell.com>

	* configure:
	* AssemblyInfo.cs:
	* AspNetEdit.addin.xml: Bumped MD version.

2010-03-17  Lluis Sanchez Gual  <lluis@novell.com>

	* AspNetEdit.csproj: Flush.

2010-03-17  Lluis Sanchez Gual  <lluis@novell.com>

	* AspNetEdit.addin.xml:
	* AspNetEdit.Editor/EditorHost.cs:
	* AspNetEdit.Integration/GeckoWebBrowser.cs:
	* AspNetEdit.Integration/MonoDevelopProxy.cs:
	* AspNetEdit.Integration/AspNetEditViewContent.cs: Merged
	  MD.Projects into MD.Core, and MD.Projects.Gui, MD.Core.Gui
	  and MD.Components into MD.Ide.

2010-03-01  Lluis Sanchez Gual  <lluis@novell.com>

	* AspNetEdit.sln: The invariant policy can't be used anymore
	  as base policy set.

2009-10-30  Lluis Sanchez Gual  <lluis@novell.com>

	* configure:
	* AssemblyInfo.cs:
	* AspNetEdit.addin.xml: Bump MD version.

2009-10-07  Lluis Sanchez Gual  <lluis@novell.com>

	* configure:
	* AssemblyInfo.cs:
	* AspNetEdit.addin.xml: Bump MD version.

2009-08-26  Lluis Sanchez Gual  <lluis@novell.com>

	* configure: We now depend on gtk# 2.12.8, Mono 2.4, and
	  Mono.Addins 0.4.

2009-07-28  Michael Hutchinson  <mhutchinson@novell.com>

	* AspNetEdit.Editor.UI/PropertyGrid.cs:
	* AspNetEdit.Integration/AspNetEditViewContent.cs: Track
	  PropertyGrid namespace move.

2009-06-23  Michael Hutchinson  <mhutchinson@novell.com>

	* AspNetEdit.Integration/AspNetEditViewContent.cs: Fix build.

2009-06-23  Lluis Sanchez Gual  <lluis@novell.com>

	* AspNetEdit.Integration/AspNetEditViewContent.cs: Use the new
	  DesktopService instead of PlatformService.

2009-05-19  Lluis Sanchez Gual  <lluis@novell.com>

	* AspNetEdit.csproj: Flush.

2009-04-15  Lluis Sanchez Gual  <lluis@novell.com>

	* configure:
	* AssemblyInfo.cs:
	* AspNetEdit.addin.xml: Bump MD version.

2009-02-26  Lluis Sanchez Gual  <lluis@novell.com>

	* AspNetEdit.sln: Flush.

2009-02-26  Lluis Sanchez Gual  <lluis@novell.com>

	* AspNetEdit.csproj: Flush.

2009-02-25  Michael Hutchinson  <mhutchinson@novell.com>

	* AspNetEdit.sln: Set policies. Remove unused name attribute.

2009-02-10  Michael Hutchinson  <mhutchinson@novell.com>

	* AspNetEdit.Integration/MonoDevelopProxy.cs: Track API.

2009/02/06  Lluis Sanchez Gual  <lluis@novell.com>

 * AspNetEdit.sln:
 * AspNetEdit.mds:
 * AspNetEdit.csproj: Migrated to MSBuild file format.

2009/02/03  Lluis Sanchez Gual  <lluis@novell.com>

 * configure:
 * AssemblyInfo.cs:
 * AspNetEdit.addin.xml: Bump MD version.

2009-01-26  Michael Hutchinson  <mhutchinson@novell.com>

	* AspNetEdit.mdp: Flush project format changes.

2009-01-16  Michael Hutchinson  <mhutchinson@novell.com>

	* AspNetEdit.Integration/AspNetEditDisplayBinding.cs: Track API.

2008-12-09  Lluis Sanchez Gual  <lluis@novell.com>

	* AspNetEdit.mdp: Don't require a specific version of Mono.Addins.

2008-12-02  Michael Hutchinson  <mhutchinson@novell.com>

	* AssemblyInfo.cs: Add AssemblyInfo.cs files that are autogenerated from
	the addin manifests.

2008-11-05  Lluis Sanchez Gual  <lluis@novell.com>

	* configure:
	* AspNetEdit.addin.xml: Bump MD version.

2008-10-23  Michael Hutchinson  <mhutchinson@novell.com>

	* AspNetEdit.Integration/MonoDevelopProxy.cs: Track API.

2008-09-26  Michael Hutchinson <mhutchinson@novell.com> 

	* AspNetEdit.Integration/AspNetEditViewContent.cs: Track API.

2008-09-17  Lluis Sanchez Gual <lluis@novell.com> 

	* AspNetEdit.mdp: Updated projects.

2008-09-12  Lluis Sanchez Gual <lluis@novell.com> 

	* AspNetEdit.Integration/AspNetEditViewContent.cs: Track api
	  changes.Track api changes.
	* AspNetEdit.Integration/MonoDevelopProxy.cs: Track api changes.

2008-08-18  Lluis Sanchez Gual <lluis@novell.com> 

	* AspNetEdit.mdp: Fix reference to Mono.TextEditor. The incorrect
	  add-in version number causes problems in the makefile
	  synchronization.

2008-07-29  Michael Hutchinson  <mhutchinson@novell.com> 

	* AspNetEdit.Integration/AspNetEditViewContent.cs:
	* AspNetEdit.Integration/MonoDevelopProxy.cs: Port to new DOM.

2008-06-25  Michael Hutchinson <mhutchinson@novell.com> 

	* AspNetEdit.Editor.ComponentModel/WebFormReferenceManager.cs: Use
	  case-insensitive type name lookups.
	* AspNetEdit.Integration/AspNetEditViewContent.cs: Fix build with M.A.
	  0.3.
	* AspNetEdit.Integration/MonoDevelopProxy.cs: Dynamically look up the
	  IClass when needed, as it's a fragile handle. Improve robustness of
	  identifier checking and locating the generated members in
	  non-designer parts.

2008-06-10  Michael Hutchinson <mhutchinson@novell.com> 

	

2008-06-04  Lluis Sanchez Gual <lluis@novell.com> 

	* configure, AspNetEdit.addin.xml: Bump MD version.

2008-05-23  Michael Hutchinson  <mhutchinson@novell.com> 

	* configure: Bump version.
	* AspNetEdit.make: Fix dist. Fix build on non-bash sh.

2008-05-21  Lluis Sanchez Gual <lluis@novell.com> 

	* AspNetEdit.mdp, AspNetEdit.Integration/MonoDevelopProxy.cs: Track api
	  changes.

2008-05-20  Michael Hutchinson <mhutchinson@novell.com> 

	* AspNetEdit.Integration/EditorProcess.cs: Add addin dependency to
	  remote process object.

2008-05-19  Michael Hutchinson <mhutchinson@novell.com> 

	* AspNetEdit.mdp, AspNetEdit.Integration/ToolboxProvider.cs,
	  AspNetEdit.make, AspNetEdit.addin.xml: Remove unneeded toolbox
	  provider.
	* AspNetEdit.Integration/AspNetEditViewContent.cs,
	  AspNetEdit.Integration/MonoDevelopProxy.cs: Track message service
	  API changes. Thanks to John Garrison.

2008-02-26  Michael Hutchinson  <mhutchinson@novell.com> 

	* AspNetEdit.Integration/AspNetEditDisplayBinding.cs:
	* AspNetEdit.Editor.Persistence/ServerControlParsingObject.cs:
	* AspNetEdit.Editor.Persistence/DesignTimeParser.cs:
	* AspNetEdit.Editor.Persistence/ParsingObject.cs:
	Track namespace changes in MonoDevelop.Aspnet.

2008-01-31  Michael Hutchinson  <mhutchinson@novell.com> 

	* AspNetEdit.mdp:
	* configure:
	* AspNetEdit.make: Get AspNetEdit building again.
	
	* AspNetEdit.Editor.UI/RootDesignerView.cs: 
	* AspNetEdit.Integration/GeckoWebBrowser.cs: Copy simple code so that 
	  we don't have to depend on another unstable addin.
	
	* AspNetEdit.addin.xml:
	* AspNetEdit.Integration/AspNetEditViewContent.cs: Check that the 
	  Mozilla extension is installed,and if not, install it.
	
	* chrome/Makefile.am:
	* chrome/aspdesigner.manifest.in: Unneeded, removed.

2008-01-25  Lluis Sanchez Gual <lluis@novell.com> 

	* AspNetEdit.addin.xml: Update MD version.

2008-01-25  Lluis Sanchez Gual <lluis@novell.com> 

	* AspNetEdit.mdp: Updated.
	* AspNetEdit.addin.xml: Changed add-in category.

2007-12-17  Lluis Sanchez Gual <lluis@novell.com> 

	* configure: Updated versions to 0.18.

2007-12-12  Lluis Sanchez Gual <lluis@novell.com> 

	* AspNetEdit.addin.xml: Bump add-in versions.

2007-12-05  Lluis Sanchez Gual <lluis@novell.com> 

	* configure: Use bash to run the config scripts.

2007-12-04  Lluis Sanchez Gual <lluis@novell.com> 

	* AspNetEdit.mdp, AspNetEdit.make: Updated project files.

2007-12-04  Lluis Sanchez Gual <lluis@novell.com> 

	* AspNetEdit.mdp, configure, AspNetEdit.mds, Makefile.include, rules.make,
	  Makefile.am, AspNetEdit.make, Makefile: Directory reorganization.

2007-11-30  Michael Hutchinson <mhutchinson@novell.com> 

	* AspNetEdit.mdp, AspNetEdit.Editor.UI/RootDesignerView.cs, Makefile.am:
	  Depend on GeckoWebBrowser now that the MozillaControl has beeen removed
	  from core.

2007-11-05  Michael Hutchinson <mhutchinson@novell.com> 

	* AspNetEdit.Integration/AspNetEditViewContent.cs,
	  AspNetEdit.Integration/MonoDevelopProxy.cs: Fix build.

2007-11-02  Lluis Sanchez Gual <lluis@novell.com> 

	* AspNetEdit.Integration/MonoDevelopProxy.cs: Use RootCombine instead of
	  CurrentOpenCombine when possible.

2007-10-29  Lluis Sanchez Gual <lluis@novell.com> 

	* AspNetEdit.addin.xml: Bump MD version.

2007-10-23  Lluis Sanchez Gual <lluis@novell.com> 

	* AspNetEdit.mdp: Project file names updated by change in MD path functions.

2007-10-01  Raja R Harinath  <rharinath@novell.com>

	* Makefile.am ($(ASSEMBLY)): Use $(build_resources) not $(RES).

2007-09-21  Lluis Sanchez Gual <lluis@novell.com> 

	* AspNetEdit.addin.xml: Bump MD version.

2007-09-19  Michael Hutchinson <mhutchinson@novell.com> 

	* AspNetEdit.Integration/AspNetEditViewContent.cs: Track API changes.

2007-09-13  Michael Hutchinson <mhutchinson@novell.com> 

	Move (now trivial) JSCall# library into MD SVN rather than 
	distributing binary.
	
	* AspNetEdit.mdp, Makefile.am, chrome/Makefile.am: Updated.
	* AspNetEdit.JSCall/InvalidJSArgumentException.cs, 
	  AspNetEdit.JSCall/CommandManager.cs,
	  chrome/content/aspdesigner/JSCall.js: Added.
	* libs/jscall.dll, libs/JSCall.js: Removed.

2007-09-05  Michael Hutchinson <mhutchinson@novell.com> 

	* AspNetEdit.addin.xml: Add missing dependency.

2007-09-01  Michael Hutchinson <m.j.hutchinson@gmail.com>

	* AspNetEdit.Editor/EditorHost.cs: Fix ambiguous reference with  
	  System.ComponentModel.Design.EventBindingService, which is now 
	  implemented in Mono SVN class library.

2007-08-09  Lluis Sanchez Gual <lluis@novell.com> 

	* AspNetEdit.mdp, Makefile.am, AspNetEdit.addin.xml: Reorganized the
	  extension point hierarchy. Embedded all add-in manifests as resources.

2007-08-06  Michael Hutchinson <m.j.hutchinson@gmail.com>

	* Makefile.am: Add libs/JSCall.js to EXTRA_DIST.

2007-08-02  Lluis Sanchez Gual <lluis@novell.com> 

	* AspNetEdit.Editor/EditorHost.cs: Converted DispatchService to a static
	  class.

2007-07-05  Lluis Sanchez Gual <lluis@novell.com> 

	* AspNetEdit.mdp, Makefile.am, data, data/WebControlsToolbox.xml:
	  Removed unused files.
	* AspNetEdit.Integration/ToolboxProvider.cs,
	  AspNetEdit.Integration/AspNetEditViewContent.cs: Track changes in
	  the api.

2007-06-08  Michael Hutchinson <m.j.hutchinson@gmail.com>

	* AspNetEdit.Integration/EditorProcess.cs,
	  AspNetEdit.Integration/AspNetEditViewContent.cs: An attempt to 
	  handle errors more gracefully, and some attempts to handle 
	  document 'dirtiness' (not quite working).

2007-05-13  Michael Hutchinson <m.j.hutchinson@gmail.com> 

	* libs/jscall.dll, libs/JSCall.js: Having removed the unmanaged 
	  dependencies from JSCall#, we can now bundle it. Yay!
	
	* chrome/content/aspdesigner/editor.js,
	  AspNetEdit.Editor.UI/RootDesignerView.cs: Track JSCall# API changes.
	
	* Makefile.am: Add libs/jscall.dll to build.
	
	* chrome/Makefile.am: Take account of new JSCALL_SCRIPT location.

2007-05-11  Lluis Sanchez Gual <lluis@novell.com> 

	* AspNetEdit.mdp: Copy the .addins.xml file to the output dir.

2007-05-07  Michael Hutchinson <m.j.hutchinson@gmail.com> 

	* AspNetEdit.Editor.Persistence/ControlPersister.cs: Special-case the 
	  ID attribute, as a workaround for possible issue on some Mono 
	  versions. Need to follow this up.

2007-05-04  Lluis Sanchez Gual <lluis@novell.com> 

	* AspNetEdit.addin.xml: Migration to Mono.Addins.

2007-04-24  Lluis Sanchez Gual <lluis@novell.com> 

	* AspNetEdit.mdp, Makefile.am: Fix build.

2007-03-07  Michael Hutchinson <m.j.hutchinson@gmail.com> 

	* AspNetEdit.Editor.Persistence/ServerControlParsingObject.cs:
	  Use lowercase comparison for event prefix.
	  
	* AspNetEdit.Integration/MonoDevelopProxy.cs: Ensure GUI thread safety
	  for event binding.

2007-03-07  Michael Hutchinson <m.j.hutchinson@gmail.com>

	* chrome/Makefile.am: The install tasks should depend on the files 
	  they're installing.

2007-03-06  Michael Hutchinson <m.j.hutchinson@gmail.com>

	* AspNetEdit.Integration/AspNetEditViewContent.cs,
	  AspNetEdit.Integration/MonoDevelopProxy.cs:
	  Ensure that remoted MonoDevelopProxy object is kept available by 
	  overriding InitializeLifetimeService, and make sure to disconnect 
	  it afterwards.

2007-03-06  Lluis Sanchez Gual <lluis@novell.com> 

	* AspNetEdit.mdp: Don't local-copy references.
	* AspNetEdit.Integration/AspNetEditViewContent.cs: Implement
	  ICustomPropertyPadProvider in the frame that contains the editor,
	  and return the remote property grid when requested.

2007-02-24  Michael Hutchinson <m.j.hutchinson@gmail.com> 
	
	* AspNetEdit.Editor.UI/RootDesignerView.cs: New UpdateRender method.
	Change behaviour of JSDeserializeAndAdd. It's a one-way function now;
	JS can give just offload pasted ASP.NET code to host and forget about 
	it. The C# host will take it from there.
	
	* AspNetEdit.Editor/EditorHost.cs:
	Bump some code into GUI thread so it can handle exceptions. It's less 
	fragile than remoting.
	Use ToolboxDataAttribute attributes when handling toolbox items. Relies
	on improvements to Document.InsertFragment.
	
	* AspNetEdit.Editor.ComponentModel/Document.cs,
	* AspNetEdit.Editor.ComponentModel/DesignerHost.cs,
	* AspNetEdit.Editor.Persistence/ServerControlParsingObject.cs:
	Change the places in which controls are created, initialised 
	and added to document.
	Document.InsertFragment now handles ASP.NET code.
	
	* AspNetEdit.Editor.Persistence/ServerControlParsingObject.cs:
	Don't allow a tag's innerText to overwrite value from property if it's 
	empty.
	
	* AspNetEdit.Editor.Persistence/DesignTimeParser.cs:
	Rename ParseDocument to ProcessFragment.
	
	* AspNetEdit.Editor.Persistence/RootParsingObject.cs:
	Rename BuildObject to GetParsedContent and change signature.
	
	* AspNetEdit.Editor.ComponentModel/NameCreationService.cs:
	Make name generation case insensitive, becuase ASP.NET is.
	
	* AspNetEdit.Integration/EditorProcess.cs: Add a trace statement.
	
	* AspNetEdit.Integration/AspNetEditViewContent.cs: Remove extra "using"

	* chrome/content/aspdesigner/editor.js: Remove debugging alert.
	
	* Makefile.am.
	* AspNetEdit.mdp: Updated. Enable some autotools integration.

2007-02-24  Michael Hutchinson <m.j.hutchinson@gmail.com>

	* Makefile.am: Eliminate unnecessary copy during build.
	
	* chrome/content/aspdesigner/xpcom.js,
	* chrome/content/aspdesigner/editor.js: Fixed some JS warnings.
	Fixed aspdesigner initialisation bug with Mozilla/Gecko >= 1.8, such 
	as Firefox >= 1.5.
	
	* AspNetEdit.Editor.ComponentModel/NameCreationService.cs: Use 
	Int.TryParse now instead of catching exceptions.

2007-02-16  Lluis Sanchez Gual <lluis@novell.com> 

	* AspNetEdit.addin.xml: Change add-in versions to 0.13.

2007-02-15  Lluis Sanchez Gual <lluis@novell.com> 

	* AspNetEdit.mdp: Updated MD project.

2007-01-29  Lluis Sanchez Gual <lluis@novell.com> 

	* AspNetEdit.Integration/AspNetEditDisplayBinding.cs,
	  AspNetEdit.Integration/AspNetEditViewContent.cs: Use the new
	  GetContent method instead of casting the view to the required
	  interface.

2007-01-18  Michael Hutchinson <m.j.hutchinson@gmail.com>
	
	* AspNetEdit.mdp
	* Makefile.am:
	* AspNetEdit.Editor.Persistence/*: Remove duplicated files by 
	referencing tokeniser in AspNetAddIn.Parser.Internal. Eventually I'll 
	fully unify the two parsers.
	
	* AspNetEditDisplayBinding.cs: Handle unsaved filenames.

2006-11-26  Michael Hutchinson <m.j.hutchinson@gmail.com>

	* AspNetEdit.Integration/EditorProcess.cs:
	* AspNetEdit.Editor/EditorHost.cs: Exceptions coming through the 
	EditorHost constructor aren't being passed up to EditorProcess LoadGui 
	method. Not sure why, and no time to follow it up right now, but 
	implemented a workaround.
	
	* AspNetEdit.Editor/EditorHost.cs: When disposing, don't
	assume that designerView was created successfully.
	
	* AspNetEdit.Integration/MonoDevelopProxy.cs: Added a way to
	access the MessageService from the out-of-process designer.
	

2006-11-14  Michael Hutchinson <m.j.hutchinson@gmail.com>

	* data/WebControlsToolbox.xml: Default toolbox file of ASP.NET 2.0 
	  controls, including simple icons.
	* AspNetEdit.Integration/ToolboxProvider.cs: A new 
	  IToolboxDefaultProvider that loads the default controls.
	
	* AspNetEdit.mdp:
	* Makefile.am:
	* AspNetEdit.addin.xml: added files to build and AddIn

2006-10-21  Michael Hutchinson <m.j.hutchinson@gmail.com>

	* AspNetEdit.Editor/EditorHost.cs: Invoke the assembly loading 
	  capability of ToolboxItemToolboxNode. Part 1 of getting custom 
	  controls to load. 

2006-10-11  Michael Hutchinson <m.j.hutchinson@gmail.com>

	* AspNetEdit.Editor.Persistence/ControlPersister.cs: More general
	  workaround for NotImplementedExceptions in properties and events.

2006-10-07  Michael Hutchinson <m.j.hutchinson@gmail.com>

	* AspNetEdit.Editor.Persistence/ControlPersister.cs: Hack around a 
	  NotImplementedException in Mono's ASP.NET 2.0. Temporary solution!

2006-08-23  Michael Hutchinson <m.j.hutchinson@gmail.com>

	* chrome/Makefile.am: Remove JSCall.js from EXTRA_DIST.

2006-08-18  Michael Hutchinson <m.j.hutchinson@gmail.com>

	* chrome/Makefile.am: Fixed chrome deploymnent on Mozilla 1.7.
	* chrome/README: Update to track chrome deployment changes.

2006-08-17  Michael Hutchinson <m.j.hutchinson@gmail.com>

	* Makefile.am:
	* chrome/Makefile.am:
	* chrome/aspdesigner.manifest.in: Make crome installation work on 
	  FF1.5. It is most likely now broken for Mozilla < 1.8 and FF < 1.5.
	  
	* Extras/AspNetEdit/chrome/chrome.manifest:
	* Extras/AspNetEdit/chrome/ChangeLog: Remove old files.
	  
	* Extras/AspNetEdit/chrome/README: Update to reflect new chrome 
	  deployment mechanism.

2006-08-05 Michael Hutchinson <m.j.hutchinson@gmail.com>

	* AspNetEdit.mdp:
	* Makefile.am:
	  Track new files.
	
	* AspNetEdit.Editor.UI/RootDesignerView.cs:
	  Give JS more time to return a document.
	
	* AspNetEdit.Integration/EditorProcess.cs:
	  New object for the remoted process. This simplifies GUI thread 
	  handling.
	
	* AspNetEdit.Integration/AspNetEditViewContent.cs:
	  Use EditorProcess instead of EditorHost.
	  Create designer when doc is shown, and destroy when hidden, because 
	  the designer process is a heavyweight object.
	  Track IToolboxConsumer interface change. 
	
	* AspNetEdit.Integration/MonoDevelopProxy.cs:
	  Provides remoted designer with access to methods in MD process, 
	  mainly for event binding.
	
	* AspNetEdit.Editor/EditorHost.cs:
	  Split away from EditorProcess, and use GuiSyncObject to simplify 
	  threading.
	  Expose lots of methods and objects.
	  Add an IEventBindingService utilising MonoDevelopProxy.
	
	* AspNetEdit.Editor.ComponentModel/DesignContainer.cs:
	  Prevent unnecessary generation of extra component names.
	
	* AspNetEdit.Editor.ComponentModel/Document.cs:
	* AspNetEdit.Editor.ComponentModel/DesignerHost.cs:
	  Make it easier to load a document from a string rather than a stream.
	
	* AspNetEdit.Editor.ComponentModel/EventBindingService.cs:
	  Use MonoDevelopProxy to make this actually work.

2006-07-29 Michael Hutchinson <m.j.hutchinson@gmail.com>

	* AspNetEdit.Integration/*:
	* AspNetEdit.Editor/*:
	* Makefile.am:
	* AspNetEdit.mdp:
	* AspNetEdit.addin.xml:
	  Import MD AspNetEdit AddIn.
	  
	* AspNetEdit.Editor.UI/RootDesignerView.cs:
	  Use MonoDevelop.Components.HtmlControl.MozillaControl, because it 
	  contains a workaround for Gecko# redraw issues with MD's docking 
	  library.
	  
	* AspNetEdit.Editor.UI/PropertyGrid.cs:
	  Track property grid widget, becuase it has moved to 
	  MonoDevelop.DesignerSupport.
	  
	* AspNetEdit.Editor.ComponentModel/DesignContainer.cs:
	* AspNetEdit.Editor.ComponentModel/DesignerHost.cs:
	  Add more debug traces.

2006-07-15 Michael Hutchinson <m.j.hutchinson@gmail.com>

	* chrome/locale/*:
	* chrome/chrome/*:
	* chrome/Makefile.am: Restructure jar to make it work with Mozilla. Fix 
	  nasty bug that broke Mozilla installations. Note that this extension 
	  is still unlikely to work with anything newer than Mozilla 1.6.

2006-06-24 Michael Hutchinson <m.j.hutchinson@gmail.com>

	* chrome/locale/en-US/contents.rdf
	* chrome/install.rdf
	* chrome/chrome.manifest
	* chrome/Makefile.am: Make chrome installable on Firefox, and build an 
	  XPI extension. Unfortunately gtkmozembed doesn't appear to load 
	  extensions, so we still have to install into the browser's chrome.

2006-05-12  Michael Hutchinson <m.j.hutchinson@gmail.com> 

	* AspNetEdit.Editor.ComponentModel/TypeResolutionService.cs: Don't 
	  error out too easily when looking up types. Also, resolve assembly-
	  qualified type names.

2006-04-26  Michael Hutchinson <m.j.hutchinson@gmail.com> 

	* AspNetEdit.Editor.ComponentModel/ToolboxService.cs: Convert the 
	  ToolboxItem arrays properly or they become null when empty, and 
	  ToolboxItemCollection gets unhappy. 

2006-01-16 Michael Hutchinson <m.j.hutchinson@gmail.com>

	* AspNetEdit.Editor.ComponentModel/MenuCommandService.cs:
	* AspNetEdit.Editor.ComponentModel/WebFormPage.cs:
	* AspNetEdit.Editor.ComponentModel/Document.cs: Reduce trivial warnings.
	  
	* AspNetEdit.Editor.Persistence/DesignTimeParser.cs: Reduce trivial 
	  warnings.
	  
	* AspNetEdit.Editor.UI/RootDesignerView.cs: make exception more 
	  informative.
	  
	* chrome/Makefile.am: find installed-chrome.txt in correct location.

2005-11-28 Michael Hutchinson <m.j.hutchinson@gmail.com>

	* AspNetEdit.Editor.ComponentModel/Document.cs:
	* AspNetEdit.Editor.ComponentModel/DesignerHost.cs:
	  Avoid duplicating controls in container when loading and unloading.
	  
	* AspNetEdit.Editor.Persistence/ServerControlParsingObject.cs: Add 
	  child collection objects to parent control.

2005-10-05  Michael Hutchinson <m.j.hutchinson@gmail.com>

	* chrome/Makefile.am: Added .js files from Blago's reorganisation to the 
	chrome deployment.