[21513] | 1 | Overview 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 | |
---|
[20944] | 13 | Overview 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 | |
---|
| 20 | Overview 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 | |
---|
| 29 | Overview of Changes in gtkhtml2 2.6.0 |
---|
| 30 | ===================================== |
---|
| 31 | None. |
---|
| 32 | |
---|
| 33 | Overview of Changes in gtkhtml2 2.5.6 |
---|
| 34 | ===================================== |
---|
| 35 | * Redraw cursor quickly when cursor is moved. (bug #135484) |
---|
| 36 | |
---|
| 37 | ===================================== |
---|
| 38 | Overview of Changes in gtkhtml2 2.5.5 |
---|
| 39 | ===================================== |
---|
| 40 | * Fix porting issues for AIX C complier (bug #134860) |
---|
| 41 | [bugzilla-gnome@thewrittenword.com]. |
---|
| 42 | |
---|
| 43 | Overview of Changes in gtkhtml2 2.5.4 |
---|
| 44 | ===================================== |
---|
| 45 | * Fix memory corruption problems. (bug #133518). |
---|
| 46 | |
---|
| 47 | Overview of Changes in gtkhtml2 2.5.3 |
---|
| 48 | ===================================== |
---|
| 49 | * Correct inconsistency between byte offset and character offset when |
---|
| 50 | selecting text. (bug #131425) |
---|
| 51 | |
---|
| 52 | * Add support for virtual cursor position when scrolling up and down with |
---|
| 53 | cursor showing. (bug 131216) |
---|
| 54 | |
---|
| 55 | * Fix loooping error which occurred when reading accessible content of page |
---|
| 56 | which 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 |
---|
| 64 | enabled. (bug #131465) |
---|
| 65 | |
---|
| 66 | * Added FLOWS_FROM and FLOW_TO relations for accessible objects containing |
---|
| 67 | text. (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 | |
---|
| 76 | Overview of Changes in gtkhtml2 2.5.2 |
---|
| 77 | ===================================== |
---|
| 78 | * Emit selection-changed events when accessibility is enabled and |
---|
| 79 | text 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, |
---|
| 87 | word, line and page and to top or end using the keyboard.. Also implement |
---|
| 88 | selection of text. |
---|
| 89 | |
---|
| 90 | Overview of Changes in gtkhtml2 2.5.1 |
---|
| 91 | ===================================== |
---|
| 92 | * Fix crasher bug when document is deleted. (bug #127946) |
---|
| 93 | |
---|
| 94 | Overview 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 | |
---|
| 109 | Overview 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 |
---|
| 119 | of 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 | |
---|
| 128 | Overview of Changes in gtkhtml2 2.4.0 |
---|
| 129 | ===================================== |
---|
| 130 | None. |
---|
| 131 | |
---|
| 132 | Overview of Changes in gtkhtml2 2.3.6 |
---|
| 133 | ===================================== |
---|
| 134 | * Fix crasher bug when used with python. (bug #119496) |
---|
| 135 | |
---|
| 136 | Overview of Changes in gtkhtml2 2.3.5 |
---|
| 137 | ===================================== |
---|
| 138 | * Fix name of library (.so was missing) (bug #117029) |
---|
| 139 | |
---|
| 140 | Overview 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 |
---|
| 152 | GtkTreeView for lists in forms (bug #114705) [Rodney Dawes] |
---|
| 153 | |
---|
| 154 | * Embed GtkTextView in a scolled window and set scrolled windows shadow_type |
---|
| 155 | to GTK_SHADOW_IN (bug #114713) [Rodney Dawes] |
---|
| 156 | |
---|
| 157 | * Set form defaults correctly. (bug #114703) [Rodney Dawes] |
---|
| 158 | |
---|
| 159 | |
---|
| 160 | Overview of Changes in gtkhtml2 2.3.3 |
---|
| 161 | ===================================== |
---|
| 162 | |
---|
| 163 | * Fix error exposed on 64-bit (bug #113869) |
---|
| 164 | |
---|
| 165 | |
---|
| 166 | Overview 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 | |
---|
| 172 | Overview 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 |
---|
| 180 | subsequent cells in the table. (bug #110247) |
---|
| 181 | |
---|
| 182 | * Send notification of page change when running yelp with accessibility |
---|
| 183 | enabled (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 | |
---|
| 191 | Overview 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 |
---|
| 197 | in one accessible object instead of having an accessible object corresponding |
---|
| 198 | to each HtmlBoxText, (bug #98324) |
---|
| 199 | |
---|
| 200 | * Fix crasher caused by Korean spam, (bug #107910) |
---|
| 201 | |
---|
| 202 | |
---|
[18616] | 203 | Overview of Changes in gtkhtml2 2.2.0 |
---|
| 204 | ===================================== |
---|
| 205 | |
---|
| 206 | * Update size in HtmlFontSpecification if HtmlView's style size changes |
---|
| 207 | font 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 | |
---|
| 217 | Overview 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 | |
---|