source: trunk/third/libgtkhtml/NEWS @ 21514

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