~ubuntu-branches/ubuntu/intrepid/monodevelop/intrepid

« back to all changes in this revision

Viewing changes to src/addins/MonoDevelop.SourceEditor/ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Stefan Ebner
  • Date: 2008-03-29 23:36:33 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20080329233633-wq5p1rktg8ek3vxc
Tags: 1.0+dfsg-1ubuntu1
* Merge from Debian unstable. (LP: #209012) Remaining Ubuntu changes:
+ debian/control: 
  - Build-dep on xulrunner-1.9-dev instead of firefox-dev
  - Depend on xulrunner-1.9 instead of firefox
+ don't do any MOZILLA_HOME/MOZILLA_FIVE_HOME business which isn't needed
  for xulrunner-1.9 using the standalone glue anymore (gecko gil uses
  standalone by default)
  - add debian/patches/use_xulrunner_1.9.dpatch
  - update debian/patches/00list
* Remove build-dep on libxul-dev and the dep on libxul0d
  since we are using xulrunner1.9 instead.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
2008-03-06  Lluis Sanchez Gual <lluis@novell.com> 
 
2
 
 
3
        * MonoDevelop.SourceEditor.addin.xml: Bump version to 1.0. Yay!
 
4
 
 
5
2008-02-06  Michael Hutchinson <mhutchinson@novell.com> 
 
6
 
 
7
        * MonoDevelop.SourceEditor.Gui/SourceEditorBuffer.cs: Tidy up
 
8
          commenting/uncommenting code, using atomic undos, and fix "Bug 325469 -
 
9
          Comment and uncomment function".
 
10
        * MonoDevelop.SourceEditor.addin.xml: Fix command IDs for comment/uncomment.
 
11
 
 
12
2008-02-04  Mike Krüger <mkrueger@novell.com> 
 
13
 
 
14
        * MonoDevelop.SourceEditor.Gui/SourceEditorDisplayBinding.cs: Implemented
 
15
          Bug 323946 - Undo/Redo functionality are not context sensitive.
 
16
 
 
17
2008-01-25  Lluis Sanchez Gual <lluis@novell.com> 
 
18
 
 
19
        * MonoDevelop.SourceEditor.addin.xml: Update MD version.
 
20
 
 
21
2008-01-23  Lluis Sanchez Gual <lluis@novell.com> 
 
22
 
 
23
        * MonoDevelop.SourceEditor.Gui.OptionPanels/BehaviorTextEditorPanel.cs:
 
24
          Ensure we don't create subclasses of classes with private fields bound
 
25
          by glade#. It would not work due to bug 355228.
 
26
        * MonoDevelop.SourceEditor.Gui.OptionPanels/GeneralTextEditorPanel.cs,
 
27
          MonoDevelop.SourceEditor.Gui.OptionPanels/MarkersTextEditorPanel.cs,
 
28
          MonoDevelop.SourceEditor.Gui.OptionPanels/SyntaxHighlightingPanel.cs:
 
29
          Made internal some classes that don't need to be public.
 
30
 
 
31
2008-01-22  Lluis Sanchez Gual <lluis@novell.com> 
 
32
 
 
33
        * MonoDevelop.SourceEditor.addin.xml: Updated add-in category and
 
34
          description.
 
35
 
 
36
2008-01-21  Mike Krüger <mkrueger@novell.com> 
 
37
 
 
38
        * MonoDevelop.SourceEditor.Gui/SourceEditorBuffer.cs: Fixed Bug 354248 -
 
39
          Uncomment does not work when comment tag is not the first two signs.
 
40
 
 
41
2008-01-21  Mike Krüger <mkrueger@novell.com> 
 
42
 
 
43
        * MonoDevelop.SourceEditor.Gui/SourceEditorBuffer.cs: Fixed Bug 354248 -
 
44
          Uncomment does not work when comment tag is not the first two signs.
 
45
 
 
46
2008-01-14  Lluis Sanchez Gual <lluis@novell.com> 
 
47
 
 
48
        * MonoDevelop.SourceEditor.Gui/SourceEditorDisplayBinding.cs: Set the file
 
49
          name before firing the CommitCountChange event, since the name may be
 
50
          needed by the handlers. Fixes bug #353649.
 
51
 
 
52
2008-01-10  Lluis Sanchez Gual <lluis@novell.com> 
 
53
 
 
54
        * MonoDevelop.SourceEditor.Gui/SourceEditorDisplayBinding.cs: Ellipsize long
 
55
          class and member names in the combos. Fixes bug #350887.
 
56
 
 
57
2008-01-09  Lluis Sanchez Gual <lluis@novell.com> 
 
58
 
 
59
        * MonoDevelop.SourceEditor.Gui.OptionPanels/SyntaxHighlightingPanel.cs:
 
60
          Don't store changes until OK is clicked. Fixes bug #344269.
 
61
 
 
62
2008-01-08  Lluis Sanchez Gual <lluis@novell.com> 
 
63
 
 
64
        * EditorBindings.glade,
 
65
          MonoDevelop.SourceEditor.Gui.OptionPanels/MarkersTextEditorPanel.cs:
 
66
          Remove unused error underlining option. Fixes bug #351226.
 
67
 
1
68
2007-12-18  Lluis Sanchez Gual <lluis@novell.com> 
2
69
 
3
70
        * MonoDevelop.SourceEditor.Gui/SourceEditorView.cs: Added default handler