File: ChangeLog

package info (click to toggle)
ruby-gnome2 0.12.0-2sarge1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 6,820 kB
  • ctags: 7,421
  • sloc: ansic: 61,387; ruby: 17,307; makefile: 85; xml: 35; sql: 13
file content (96 lines) | stat: -rw-r--r-- 3,570 bytes parent folder | download
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
2005-02-15  Masao Mutoh  <mutoh@highway.ne.jp>

	* README, COPYING.LIB: Replace "GNU LIBRARY GENERAL PUBLIC LICENSE"
	to "GNU LESSER GENERAL PUBLIC LICENSE".

2005-01-30  Masao Mutoh  <mutoh@highway.ne.jp>

	* extconf.rb: Follow mkmf-gnome2.rb changes. 

2004-09-23  Masao Mutoh  <mutoh@highway.ne.jp>

	* src/lib/gtkhtml2.rb: Support GLib::Log.set_log_domain.
	Define Gtk::Html::LOG_DOMAIN,Gtk::HtmlView::LOG_DOMAIN,
	Gtk::HtmlDocument::LOG_DOMAIN.

2004-03-06  Masao Mutoh  <mutoh@highway.ne.jp>

	* README, src/rbgtkhtmlview.c: Update Copyright

2004-03-04  Masao Mutoh  <mutoh@highway.ne.jp>

	* extconf.rb, src/rbgtkhtmlview.c: check exsitence of 
	Gtk::HtmlView#scroll_to_node, Gtk::HtmlView::SCROLL_TO_TOP, 
	Gtk::HtmlView::SCROLL_TO_BOTTOM.

2004-02-14  Vincent Isambart  <isambart@netcourrier.com>

	* extconf.rb: replaced PLATFORM with RUBY_PLATFORM.

2003-12-23  Masao Mutoh  <mutoh@highway.ne.jp>

	* src/rbgtkhtmlstream.c: Add  Gtk::HtmlStream#written, #cancel, 
	#set_cancel_func, #mime_type, #set_mime_type.

2003-11-17  Masahiro Sakai  <sakai@tom.sfc.keio.ac.jp>

	* extconf.rb, src/rbgtkhtmlboxblock.c, src/rbgtkhtmlboxembedded.c,
	src/rbgtkhtmlboxtable.c: check existence of
	html_box_block_get_containing_width(), html_box_embedded_new(),
	html_box_table_get_top_offset() and html_box_table_get_bottom_offset().
	Because libgtkhtml-2.4.1 doesn't have implementations of
	these function.

2003-11-16  Masao Mutoh  <mutoh@highway.ne.jp>

	* src/rbgtkhtmlboxtabtablerow, src/rbgtkhtmlboxform.c: Added.

2003-11-10  Masahiro Sakai  <sakai@tom.sfc.keio.ac.jp>

	* extconf.rb: remove nasty hack.

2003-11-10  Masao Mutoh  <mutoh@highway.ne.jp>

	* src/rbgtkhtmlparser.c, rbgtkhtmlembedded.c, rbgtkhtmlboxembedded.c, 
	rbgtkhtmlboxtext.c, rbgtkhtmlboxtablerowgroup.c, 
	rbgtkhtmlboxtablecaption.c, rbgtkhtmlboxtable.c, 
	rbgtkhtmlcontext.c, rbgtkhtmlbox.c, rbgtkhtmlboxblock.c: Added.
	* src/rbgtkhtmldocument.c: Add Gtk::HtmlDocument#update_hover_node,
	#update_active_node, #update_focus_element, #find_anchor, 
	HtmlDocumentState.
	* src/rbgtkhtmlview.c: Add Gtk::HtmlView#jump_to_anchor, #magnification,
	#set_magnification, #zoom_in, #zoom_out, #zoom_reset, #find_layout_box,
	#scroll_to_node, #selection_start, #selection_end, #selection_update,
	#selection_set, HtmlViewScrollToType.

2003-09-04  Martin Povolny <xpovolny@fi.muni.cz>
	* src/rbgtkhtmlstream.c: Changed rb_html_stream_write as Masao suggested.
	* src/rbgtkhtmlview.c: Removed 'original' set_html method.
	* src/sample/test-gtkhtml.rb: Added sample 'request_url' handler.
	* README: added a note on sigsegvs with earlier versions of gtkhtml

2003-09-02  Martin Povolny <xpovolny@fi.muni.cz>
	* src/rbgtkhtmlstream.c: Added minimalistic wrapper for HtmlStream to
                             allow handling of 'request_url' signal in
                             HtmlDocument.

2003-08-28  Masao Mutoh  <mutoh@highway.ne.jp>
                                                                                
	* src/lib/gtkhtml2.rb: Added(sorry, but this is the first import).

2003-08-28  Masao Mutoh  <mutoh@highway.ne.jp>
                                                                                
	* extconf.rb: Exit with 1 when the package is not found.

2003-08-22  Masao Mutoh  <mutoh@highway.ne.jp>

	* src/lib/gtkhtml2.rb: Added.

2003-08-09  Masao Mutoh  <mutoh@highway.ne.jp>

	* src/rbgtkhtmlview.c: Fix segfault for Gtk::HtmlView#document.
	* sample/test-gtkhtml.rb: Define default size of the window. 

2003-08-08  Martin Povolny <xpovolny@fi.muni.cz>

	* Initial import.