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

ChangeLog « PyBinding « extras - github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e5b458842de406da2f8e2d5e39ad1f4ee9a64221 (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
2009-12-10  Lluis Sanchez Gual  <lluis@novell.com>

	* configure.in: Bump MD version.

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

	* configure: Bump MD version.

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

	* configure: 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-06-17  Lluis Sanchez Gual  <lluis@novell.com>

	* PyBinding.sln: Remove obsolete extension.

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

	* configure: Bump MD version.

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

	* PyBinding.sln: Flush.

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

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

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

 * PyBinding.sln: Add missing file.

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

 * PyBinding.mds: Migrated to MSBuild file format.

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

 * configure: Bump MD version.

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

 * PyBinding.mds: Flush.

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

	* configure:
	* PyBinding/Resources/PyBinding.addin.xml: Bump MD version.

2008-11-04  Michael Hutchinson  <mhutchinson@novell.com>

	* PyBinding/Resources/PyBinding.addin.xml: Track movement of parser 
	  extension point.

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

	* PyBinding/Makefile: Fix install path.

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

	* configure: Fix tarball name.

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

	* PyBinding/PyBinding.Gui/PythonEditorIndentation.cs: Don't break the 
	  text editor extension chain for non-python files.

2008-10-09  Christian Hergert  <chris@dronelabs.com>

	* PyBinding/PyBinding.Gui/PythonEditorIndentation.cs: Only indent if
	the file is python.

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

	* PyBinding/PyBinding.Gui/PythonEditorCompletion.cs:
	* PyBinding/PyBinding.Completion/PythonCompletionDataProvider.cs: Track
	APIs.

	* PyBinding/Makefile:
	* PyBinding/PyBinding.mdp: Updated.

2008-10-09  Christian Hergert  <chris@dronelabs.com>

	* PyBinding/PyBinding.Parser.Dom/PythonParsedDocument.cs:
	* PyBinding/PyBinding/PythonHelper.cs: Handle null/empty directories and
	filenames.

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

	* PyBinding/PyBinding.Completion/PythonCompletionDataProvider.cs: Track
	CompletionData API.

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

	* PyBinding/Makefile:
	* PyBinding/PyBinding.mdp: Fix output directory.

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

	* Makefile:
	* configure:
	* rules.make:
	* Makefile.include:
	* PyBinding/Makefile:
	* PyBinding/PyBinding.mdp:
	* PyBinding/gtk-gui/gui.stetic:
	* PyBinding/monodevelop-pybinding.pc.in: Add makefile build system. Set
	GTK# version to 2.8.

2008-10-08	Christian Hergert	<chris@dronelabs.com>

	* .: Initial import