gtksourceview2 1.0.3 → 1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/ChangeLog DELETED
@@ -1,76 +0,0 @@
1
- 2011-09-15 Kouhei Sutou <kou@cozmixng.org>
2
-
3
- * lib/gtksourceview2.rb: remove needless dirname.
4
- Patch by HAYASHI Kentaro. Thanks!!!
5
-
6
- 2011-05-23 Kouhei Sutou <kou@cozmixng.org>
7
-
8
- * lib/gtksourceview2.rb: supported Windows.
9
- Reported by S.Kitagawa. Thanks!!!
10
-
11
- 2011-02-12 Kouhei Sutou <kou@cozmixng.org>
12
-
13
- * ext/gtksourceview2/depend: fix .pc path. #3178294
14
- Reported by OBATA Akio. Thanks!!!
15
-
16
- 2011-02-05 Masaaki Aoyagi
17
-
18
- * ext/gtksourceview2/*.c: change to ANSI C style.
19
-
20
- 2011-01-30 Kouhei Sutou <kou@cozmixng.org>
21
-
22
- * ./: support gem build for Windows.
23
-
24
- 2011-01-22 Masaaki Aoyagi
25
-
26
- * src/lib/: -> lib/.
27
-
28
- * src/: -> ext/gtksourceview2/.
29
-
30
- * extconf.rb: -> ext/gtksourceview2/extconf.rb
31
-
32
- * ext/gtksourceview2/extconf.rb: support directory structure change.
33
-
34
- * extconf.rb: add.
35
-
36
- * Rakefile: add.
37
-
38
- 2010-09-28 Kouhei Sutou <kou@cozmixng.org>
39
-
40
- * test/run-test.rb: fix path.
41
-
42
- 2010-09-23 Kouhei Sutou <kou@cozmixng.org>
43
-
44
- * extconf.rb: support Ruby/GLib2 directory structure change.
45
-
46
- 2008-11-09 Kouhei Sutou <kou@cozmixng.org>
47
-
48
- * src/rbgtksourcemain.h, src/rbgtksourceprintcompositor.c: remove
49
- needless definitions.
50
-
51
- 2008-11-01 Kouhei Sutou <kou@cozmixng.org>
52
-
53
- * src/: use RARRAY_PTR() and RARRAY_LEN().
54
-
55
- 2008-09-30 Kouhei Sutou <kou@cozmixng.org>
56
-
57
- * src/rbgtksourceview.c: cleanup style.
58
-
59
- * test/test_source_view.rb: add a test.
60
-
61
- * test/run-test.rb: setup testing environment.
62
-
63
- * src/rbgtksourceview.c, test/test_source_view.rb: fix
64
- Gtk::SourceView#{get,set}_mark_category_background bugs.
65
-
66
- 2008-09-21 yselkowitz
67
-
68
- Wrap new features in 2.4.0.
69
- * extconf.rb: Test for new functions in 2.4.
70
- * src/rbgtksourceview.c: Add Gtk::SourceView#get_mark_category_background,
71
- #set_mark_category_background, ::DRAW_SPACES_*.
72
- * src/rbgtksourcelanguagemanager.c: Add Gtk::SourceLanguageManager#guess_language.
73
-
74
- 2008-07-11 yselkowitz
75
-
76
- Initial import of gtksourceview2.