source: trunk/third/libgtkhtml/NEWS @ 20945

Revision 20945, 6.5 KB checked in by ghudson, 20 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r20944, which included commits to RCS files with non-trunk default branches.
Line 
1Overview of Changes in gtkhtml2 2.6.2
2=====================================
3* Fix memory leaks. (bugs #140628, #140664, #140596, #140730, #140727,
4#140747, #140522, #140520) [Morten Wilander]
5
6* Fix compiler warnings. (bug #141962) [Bart Martens]
7
8Overview of Changes in gtkhtml2 2.6.1
9=====================================
10* Look for "id" attribute of anchor element as XHTML 1.0 deprecates
11"name" attribute. (bug 137854) [Sven Neumann]
12
13* Use focus-width when restyling box. (bug 125290) [Balamurali Vishwnanthan]
14
15* Fix crasher bug in gnochm when displaying new page. (bug #135489).
16
17Overview of Changes in gtkhtml2 2.6.0
18=====================================
19None.
20
21Overview of Changes in gtkhtml2 2.5.6
22=====================================
23* Redraw cursor quickly when cursor is moved. (bug #135484)
24
25=====================================
26Overview of Changes in gtkhtml2 2.5.5
27=====================================
28* Fix porting issues for AIX C complier (bug #134860)
29[bugzilla-gnome@thewrittenword.com].
30
31Overview of Changes in gtkhtml2 2.5.4
32=====================================
33* Fix memory corruption problems. (bug #133518).
34
35Overview of Changes in gtkhtml2 2.5.3
36=====================================
37* Correct inconsistency between byte offset and character offset when
38selecting text. (bug #131425)
39
40* Add support for virtual cursor position when scrolling up and down with
41cursor showing. (bug 131216)
42
43* Fix loooping error which occurred when reading accessible content of page
44which contained HtmlBoxText without any text. (bug #131453)
45
46* Correct cursor placement at end of paragraphs. (bug #131550)
47
48* Correct creation of accessible objects for objects containing text.
49(bug #131553)
50
51* Emit text-caret-moved signal when cursor is moved and accessibility is
52enabled. (bug #131465)
53
54* Added FLOWS_FROM and FLOW_TO relations for accessible objects containing
55text. (bug #131462)
56
57* Move cursor when focus changes. (bug #131908)
58
59* Correct link index value in link-selected signal (bug #131912)
60
61* Remove file data/gtkhtml2.xcf as it is not used.
62
63
64Overview of Changes in gtkhtml2 2.5.2
65=====================================
66* Emit selection-changed events when accessibility is enabled and
67text is selected. (bug #125309)
68
69* Fix crasher bug when float:center is specified in the html. (bug #129486)
70
71* Fix crasher bug when multiple HTML documents are used in a HtmlView.
72(bug #130789)
73
74* Implement F7 to toggle showing cursor. Implement moving cursor by character,
75word, line and page and to top or end using the keyboard.. Also implement
76selection of text.
77
78Overview of Changes in gtkhtml2 2.5.1
79=====================================
80* Fix crasher bug when document is deleted. (bug #127946)
81
82Overview of Changes in gtkhtml2 2.5.0
83=====================================
84* Emit notification when new HTML page is displayed. (bugg #124199)
85
86* Use correct language so that glyphs are displayed correctly for Chinese.
87[Phill Zhang] (bug #124650)
88
89* Make focus line visible, particularly when large font is uded. (bug #125290)
90
91* Show text in correct font after font size is decreased. (bug #125301)
92
93* Fix crasher problem when gok is used with yelp. (bug #126294)
94
95* Correct implementation of moving focus out of HtmlView (bug #90281)
96
97Overview of Changes in gtkhtml2 2.4.1
98=====================================
99* Fix crasher bug after using debug->properties dialog in testgtkhtml
100(bug #121301)
101
102* Fix crashewr bug in balsa (bug #121434)
103
104* Add check that variable is not NULL before dereferencing it [Sven Neumann]
105
106* Correct inconsistencies in atk_object_get_index_in_parent for children
107of tables (bug #123450)
108
109* Replace gettimeofday with g_get_current_time to allow build on Windows.
110(bug #123704)
111
112* Fix crasher bug in balsa when UTF-8 characters encountered (bug #123721)
113
114* Fix crasher bug when dom-test is run (bug #121300)
115
116Overview of Changes in gtkhtml2 2.4.0
117=====================================
118None.
119
120Overview of Changes in gtkhtml2 2.3.6
121=====================================
122* Fix crasher bug when used with python. (bug #119496)
123
124Overview of Changes in gtkhtml2 2.3.5
125=====================================
126* Fix name of library (.so was missing) (bug #117029)
127
128Overview of Changes in gtkhtml2 2.3.4
129=====================================
130*  Ensure that activating a link when using Assistive Technology works.
131(bug #116105)
132
133* Fix ref counting error (bug #116177) [Richard Hult]
134
135* Make link colour more visible when using Inverse themes (bug #95190)
136
137* Fix crasher bug on devhelp startup (bug #114341)
138
139* Set shadow_type to GTK_SHADOW_IN for scrolled windows containing
140GtkTreeView for lists in forms (bug #114705) [Rodney Dawes]
141
142* Embed GtkTextView in a scolled window and set scrolled windows shadow_type
143to GTK_SHADOW_IN (bug #114713) [Rodney Dawes]
144
145* Set form defaults correctly. (bug #114703) [Rodney Dawes]
146
147
148Overview of Changes in gtkhtml2 2.3.3
149=====================================
150
151* Fix error exposed on 64-bit (bug #113869)
152
153
154Overview of Changes in gtkhtml2 2.3.2
155=====================================
156
157* Fix crasher bug when mouse is moved while page is being loaded (bug #112302)
158
159
160Overview of Changes in gtkhtml2 2.3.1
161=====================================
162
163* Fix crasher in yelp when changing page with text selected (bug #110012)
164
165* Add support for <nobr> tag (bug #110265) (yuedong.du@sun.com)
166
167* Do not return NULL for accessible child of HtmlBoxTable if there are
168subsequent cells in the table. (bug #110247)
169
170* Send notification of page change when running yelp with accessibility
171enabled (bug #110267)
172
173* Report correct number of links when run with accessibility enabled
174(bug #109946)
175
176* Make function html_selection_get_text public (bug #98381)
177
178
179Overview of Changes in gtkhtml2 2.3.0
180=====================================
181
182* Fix crasher caused by incorrect reference to GtkStyle, (bug #104946)
183
184* Rework how accessible text is presented. All the text in a paragraph is
185in one accessible object instead of having an accessible object corresponding
186to each HtmlBoxText, (bug #98324)
187
188* Fix crasher caused by Korean spam, (bug #107910)
189
190
191Overview of Changes in gtkhtml2 2.2.0
192=====================================
193
194* Update size in HtmlFontSpecification if HtmlView's style size changes
195font size.
196
197* Fix regression in display of http://slashdot.org, bug #102742.
198
199* Show html is tag is missing, bug #102008
200
201* Implement alternative fix for bug 98577 as previous fix caused regression.
202
203* Add Hindi language.
204
205Overview of Changes in gtkhtml2 2.1.7
206=====================================
207
208* Fix infinite loop caused by invalid HTML. bug #98677.
209
210* Fix another looping problem, bug #86657
211
Note: See TracBrowser for help on using the repository browser.