~ubuntu-branches/ubuntu/precise/gtkhtml4.0/precise-proposed

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Ken VanDine
  • Date: 2011-06-24 16:38:18 UTC
  • mfrom: (3.1.7 gtkhtml4.0)
  • Revision ID: ken.vandine@canonical.com-20110624163818-pemvs906ip0y1vvw
Tags: 4.1.2-0ubuntu1
releasing version 4.1.2-0ubuntu1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# Generated by Makefile. Do not edit.
2
2
 
3
 
commit 4495b14019a418686a4b26016ac1aac86dc99930
4
 
Author: Matthew Barnes <mbarnes@redhat.com>
5
 
Date:   Sun Apr 3 19:25:37 2011 -0400
6
 
 
7
 
    NEWS update for 4.0.0 release.
8
 
 
9
 
 NEWS |   10 ++++++++++
10
 
 1 files changed, 10 insertions(+), 0 deletions(-)
11
 
 
12
 
commit 243af042a07aa248a37a648ede75a9bc482bfd61
 
3
commit 6dc891b457f963e38d9950308ecf6c867929accd
 
4
Author: Matthew Barnes <mbarnes@redhat.com>
 
5
Date:   Mon Jun 13 11:31:27 2011 -0400
 
6
 
 
7
    NEWS update for 4.1.2 release.
 
8
 
 
9
 NEWS |   16 ++++++++++++++++
 
10
 1 files changed, 16 insertions(+), 0 deletions(-)
 
11
 
 
12
commit 860d0151a893f371d5b60d50ee5ed4d4f2d9144f
 
13
Author: Matthew Barnes <mbarnes@redhat.com>
 
14
Date:   Mon Jun 13 10:24:37 2011 -0400
 
15
 
 
16
    Coding style cleanup.
 
17
 
 
18
 gtkhtml/gtkhtml.c |    2 +-
 
19
 1 files changed, 1 insertions(+), 1 deletions(-)
 
20
 
 
21
commit 5e16169b6d32ef95f5f79b2d27f14059bc3e5089
 
22
Author: Javier Jardón <jjardon@gnome.org>
 
23
Date:   Thu Jun 9 17:49:35 2011 +0100
 
24
 
 
25
    Use 'const' instead G_CONST_RETURN
 
26
 
 
27
 a11y/hyperlink.c |    8 ++++----
 
28
 a11y/image.c     |    8 ++++----
 
29
 a11y/object.c    |    6 +++---
 
30
 a11y/table.c     |    6 ++----
 
31
 a11y/text.c      |    2 +-
 
32
 5 files changed, 14 insertions(+), 16 deletions(-)
 
33
 
 
34
commit a3df05366908e7c11ebfc350ed1290dc275fe54f
 
35
Author: Fran Diéguez <fran.dieguez@mabishu.com>
 
36
Date:   Mon Jun 6 11:14:52 2011 +0200
 
37
 
 
38
    Updated Galician translations
 
39
 
 
40
 po/gl.po |  418 +++++++++++++++++++++++++++++++-------------------------------
 
41
 1 files changed, 211 insertions(+), 207 deletions(-)
 
42
 
 
43
commit 06524fd9a0e207308704a93fa285c5343b525373
 
44
Author: Milan Crha <mcrha@redhat.com>
 
45
Date:   Mon May 16 13:09:46 2011 +0200
 
46
 
 
47
    Bug #601541 - Add 'Copy Image' Option On Inline Email Images
 
48
 
 
49
 gtkhtml/gtkhtml.c |   23 +++++++++++++++++++++++
 
50
 gtkhtml/gtkhtml.h |    3 +++
 
51
 2 files changed, 26 insertions(+), 0 deletions(-)
 
52
 
 
53
commit 5dfe6e1fd2324f68e53aa407109ba39f73a34d53
 
54
Author: Matthew Barnes <mbarnes@redhat.com>
 
55
Date:   Thu May 12 18:11:06 2011 -0400
 
56
 
 
57
    GtkHTML: Use g_type_class_add_private().
 
58
    
 
59
    More resistant to weird lifecycle issues than allocating a private
 
60
    struct ourselves and then freeing it in dispose() (which was the wrong
 
61
    place to free it anyway -- should have been freed in finalize()).
 
62
 
 
63
 gtkhtml/gtkhtml.c |   75 +++++++++++++++++++++++++++-------------------------
 
64
 1 files changed, 39 insertions(+), 36 deletions(-)
 
65
 
 
66
commit dc6dab91adb139ef467b3e5a383f8a57156b9b0c
 
67
Author: Yaron Shahrabani <sh.yaron@gmail.com>
 
68
Date:   Mon May 9 00:26:07 2011 +0300
 
69
 
 
70
    Updated Hebrew translation.
 
71
 
 
72
 po/he.po |  415 +++++++++++++++++++++++++++++++-------------------------------
 
73
 1 files changed, 210 insertions(+), 205 deletions(-)
 
74
 
 
75
commit eda46c95451c714ef95b90e7da9240634958f0aa
 
76
Author: Matthew Barnes <mbarnes@redhat.com>
 
77
Date:   Sun May 8 12:43:09 2011 -0400
 
78
 
 
79
    Coding style cleanups.
 
80
 
 
81
 a11y/html.c                                |    2 +-
 
82
 components/editor/gtkhtml-spell-language.c |    2 +-
 
83
 gtkhtml/gtkhtml-embedded.c                 |    2 +-
 
84
 gtkhtml/gtkhtml.c                          |   16 ++++++++--------
 
85
 gtkhtml/htmlclueflow.c                     |    6 +++---
 
86
 gtkhtml/htmldrawqueue.c                    |    2 +-
 
87
 gtkhtml/htmlengine-save.c                  |   10 +++++-----
 
88
 gtkhtml/htmlengine.c                       |   10 +++++-----
 
89
 gtkhtml/htmlentity.c                       |   10 +++++-----
 
90
 gtkhtml/htmlform.c                         |    2 +-
 
91
 gtkhtml/htmlimage.c                        |    4 ++--
 
92
 gtkhtml/htmlobject.h                       |    2 +-
 
93
 gtkhtml/htmlpainter.c                      |    8 ++++----
 
94
 gtkhtml/htmlprinter.c                      |    6 +++---
 
95
 gtkhtml/htmlshape.c                        |    2 +-
 
96
 gtkhtml/htmltext.c                         |    2 +-
 
97
 gtkhtml/test.c                             |    8 ++++----
 
98
 gtkhtml/testgtkhtml.c                      |   12 ++++++------
 
99
 18 files changed, 53 insertions(+), 53 deletions(-)
 
100
 
 
101
commit 9dc1b992b349fa2365c78f64924b14cae2f33448
 
102
Author: Matthew Barnes <mbarnes@redhat.com>
 
103
Date:   Sun May 8 08:55:21 2011 -0400
 
104
 
 
105
    Post-release version bump.
 
106
 
 
107
 configure.ac |    2 +-
 
108
 1 files changed, 1 insertions(+), 1 deletions(-)
 
109
 
 
110
commit 972cd8a4eb4a44524091fc5353328daa81deae8d
 
111
Author: Matthew Barnes <mbarnes@redhat.com>
 
112
Date:   Sun May 8 08:52:35 2011 -0400
 
113
 
 
114
    NEWS update for 4.1.1 release.
 
115
 
 
116
 NEWS         |   34 ++++++++++++++++++++++++++++++++++
 
117
 configure.ac |    2 +-
 
118
 2 files changed, 35 insertions(+), 1 deletions(-)
 
119
 
 
120
commit 68a583f7fb8120f1869a3339b3bd8180016e1741
 
121
Author: Kjartan Maraas <kmaraas@gnome.org>
 
122
Date:   Wed May 4 13:33:31 2011 +0200
 
123
 
 
124
    Updated Norwegian bokmål translation
 
125
 
 
126
 po/nb.po |  415 +++++++++++++++++++++++++++++++-------------------------------
 
127
 1 files changed, 209 insertions(+), 206 deletions(-)
 
128
 
 
129
commit 94d2ab0282ae683d4ad92ff9a3ecb7b16c6b7f61
 
130
Author: Daniel Korostil <ted.korostiled@gmail.com>
 
131
Date:   Mon May 2 02:43:19 2011 +0300
 
132
 
 
133
    Uploaded Ukranian
 
134
 
 
135
 po/uk.po |  294 +++++++++++++++++++++++++++++++------------------------------
 
136
 1 files changed, 149 insertions(+), 145 deletions(-)
 
137
 
 
138
commit 1ad61cc9758bcb7069fd7eaffff33a1bab55cbe8
 
139
Author: Matej Urbančič <mateju@svn.gnome.org>
 
140
Date:   Thu Apr 28 21:16:19 2011 +0200
 
141
 
 
142
    Updated Slovenian translation
 
143
 
 
144
 po/sl.po |  429 +++++++++++++++++++++++++++++++-------------------------------
 
145
 1 files changed, 217 insertions(+), 212 deletions(-)
 
146
 
 
147
commit 329c8d27db02cffa73618002ed2e39108e96a43c
 
148
Author: Matthew Barnes <mbarnes@redhat.com>
 
149
Date:   Sun Apr 24 10:10:38 2011 -0400
 
150
 
 
151
    Require gladeui-2.0 for Glade catalogs.
 
152
 
 
153
 components/editor/Makefile.am |    4 ++--
 
154
 configure.ac                  |    2 +-
 
155
 2 files changed, 3 insertions(+), 3 deletions(-)
 
156
 
 
157
commit 60434a81c0ab268ed2c94a985a40707bcc9da6ef
 
158
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
 
159
Date:   Mon Apr 11 21:16:22 2011 +0200
 
160
 
 
161
    Updated Spanish translation
 
162
 
 
163
 po/es.po |  421 +++++++++++++++++++++++++++++++-------------------------------
 
164
 1 files changed, 212 insertions(+), 209 deletions(-)
 
165
 
 
166
commit 0e2bd39daa7cf116f022f1c5734403b29dc3fa93
 
167
Author: Matthew Barnes <mbarnes@redhat.com>
 
168
Date:   Mon Apr 11 09:35:50 2011 -0400
 
169
 
 
170
    Work around an accessibility crash.
 
171
    
 
172
    For some reason, gtk_html_a11y_new() is being called during a GtkHTML
 
173
    dispose.  The HTMLEngine pointer was NULL, which caused a crash when the
 
174
    a11y logic tried to do html->engine->clue.  This strikes me as a libgail
 
175
    issue, but for now just work around it.
 
176
 
 
177
 a11y/object.c |   14 ++++++++------
 
178
 1 files changed, 8 insertions(+), 6 deletions(-)
 
179
 
 
180
commit 95dd30b39b05f826c56014aad98077dd8d48f893
 
181
Author: Kristjan SCHMIDT <kristjan.schmidt@googlemail.com>
 
182
Date:   Sun Apr 10 01:10:58 2011 +0200
 
183
 
 
184
    Add Esperanto translation
 
185
 
 
186
 po/LINGUAS |    1 +
 
187
 po/eo.po   | 1720 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 
188
 2 files changed, 1721 insertions(+), 0 deletions(-)
 
189
 
 
190
commit 85947cfc2fb2417cb42585262452dd22df10895f
 
191
Author: Dan Vrátil <dvratil@redhat.com>
 
192
Date:   Thu Apr 7 18:07:14 2011 -0400
 
193
 
 
194
    Bug 593572 - Lack of feedback when there are no search hits
 
195
    
 
196
    Displays "No match found" in the search dialog when no further search
 
197
    hits are found.  It's a bit overzealous about showing the message right
 
198
    now but that's a different bug.
 
199
 
 
200
 components/editor/gtkhtml-editor-actions.c  |    5 ++
 
201
 components/editor/gtkhtml-editor-builder.ui |   62 +++++++++++++++++----------
 
202
 components/editor/gtkhtml-editor-signals.c  |    1 +
 
203
 components/editor/gtkhtml-editor-widgets.h  |    2 +
 
204
 4 files changed, 47 insertions(+), 23 deletions(-)
 
205
 
 
206
commit 4ea19526b001f68d27c95f3baff1cdf59125f814
 
207
Author: Jordi Serratosa <serratosa@gmail.com>
 
208
Date:   Mon Apr 4 21:30:32 2011 +0200
 
209
 
 
210
    [l10n]Fixes on Catalan translation
 
211
 
 
212
 po/ca.po |    6 +++---
 
213
 1 files changed, 3 insertions(+), 3 deletions(-)
 
214
 
 
215
commit fc288e5d3e0109d0ad87f76ee0d4f6ed986fabe8
 
216
Author: Jiro MATSUZAWA <matsuzawa.jr@gmail.com>
 
217
Date:   Mon Apr 4 13:16:48 2011 +0900
 
218
 
 
219
    Updated Japanese translation.
 
220
 
 
221
 po/ja.po |  416 +++++++++++++++++++++++++++++++-------------------------------
 
222
 1 files changed, 209 insertions(+), 207 deletions(-)
 
223
 
 
224
commit 54f6b5352887e0cd7db03d6d4945f4ac20220410
 
225
Author: Inaki Larranaga Murgoitio <dooteo@zundan.com>
 
226
Date:   Sat Apr 2 14:17:44 2011 +0200
 
227
 
 
228
    Updated Basque language
 
229
 
 
230
 po/eu.po |    2 +-
 
231
 1 files changed, 1 insertions(+), 1 deletions(-)
 
232
 
 
233
commit 62dcbd4c9abd761c0b5418d441a1cf1aa189cc55
 
234
Author: Inaki Larranaga Murgoitio <dooteo@zundan.com>
 
235
Date:   Sat Apr 2 14:11:50 2011 +0200
 
236
 
 
237
    Updated Basque language
 
238
 
 
239
 po/eu.po |  803 ++++++++++++++++++++++----------------------------------------
 
240
 1 files changed, 284 insertions(+), 519 deletions(-)
 
241
 
 
242
commit d9e8e5b4c07976d73400c92398d94097c3c2e394
13
243
Author: Gabor Kelemen <kelemeng@gnome.hu>
14
244
Date:   Fri Apr 1 21:41:02 2011 +0200
15
245
 
18
248
 po/hu.po |   15 ++++++++-------
19
249
 1 files changed, 8 insertions(+), 7 deletions(-)
20
250
 
21
 
commit cd9407f03d24344ddc0582b8a8febcf3fca97161
 
251
commit 6bf452c455b0bfaa6df882ea40ec12e20192701e
 
252
Author: Leonid Kanter <leon@asplinux.ru>
 
253
Date:   Fri Apr 1 14:22:18 2011 +0300
 
254
 
 
255
    applied patch from https://bugzilla.gnome.org/show_bug.cgi?id=628931
 
256
 
 
257
 po/ru.po |    4 ++--
 
258
 1 files changed, 2 insertions(+), 2 deletions(-)
 
259
 
 
260
commit 227210d4d0c01472cabd85e283cd8bc17d199530
22
261
Author: Lukas Lommer <llommer@svn.gnome.org>
23
 
Date:   Tue Mar 29 17:09:33 2011 +0200
 
262
Date:   Tue Mar 29 17:11:27 2011 +0200
24
263
 
25
264
    Updated Czech translation
26
265
 
27
 
 po/cs.po |  413 +++++++++++++++++++++++++++++++-------------------------------
28
 
 1 files changed, 206 insertions(+), 207 deletions(-)
 
266
 po/cs.po |  401 +++++++++++++++++++++++++++++++-------------------------------
 
267
 1 files changed, 200 insertions(+), 201 deletions(-)
29
268
 
30
 
commit 50469b23d387962f046b207d8625e0d48ad03f27
 
269
commit 6330865cfadad3357a3a4d3ba88bf653ac42f0c0
31
270
Author: Sweta Kothari <swkothar@redhat.com>
32
 
Date:   Mon Mar 28 12:46:41 2011 +0530
 
271
Date:   Mon Mar 28 12:40:22 2011 +0530
33
272
 
34
273
    Updated Gujarati Translations
35
274
 
36
275
 po/gu.po |  809 +++++++++++++++++++++++---------------------------------------
37
276
 1 files changed, 293 insertions(+), 516 deletions(-)
38
277
 
39
 
commit 578f379d39f6b7eb89bee6f053b5a285c92a2f94
 
278
commit 784fd5f547d9ec8b2e444187c9b8b78aac33955c
40
279
Author: Rodrigo Padula de Oliveira <contato@rodrigopadula.com>
41
280
Date:   Sun Mar 27 18:06:27 2011 -0400
42
281
 
45
284
 po/pt_BR.po | 1372 +++++++++++++----------------------------------------------
46
285
 1 files changed, 299 insertions(+), 1073 deletions(-)
47
286
 
 
287
commit 93f841bc744ddd4e2bdd27dbd3d123d2cea1b651
 
288
Author: Abduxukur Abdurixit <abdurixit@gmail.com>
 
289
Date:   Sun Mar 27 21:26:01 2011 +0200
 
290
 
 
291
    Added UG translation
 
292
 
 
293
 po/ug.po |  408 +++++++++++++++++++++++++++++++-------------------------------
 
294
 1 files changed, 204 insertions(+), 204 deletions(-)
 
295
 
 
296
commit 4d00dc37f41be636f581baf2f303750a71063bfc
 
297
Author: Matthew Barnes <mbarnes@redhat.com>
 
298
Date:   Mon Mar 21 14:58:27 2011 -0400
 
299
 
 
300
    Begin GtkHtml 4.1 development.
 
301
 
 
302
 configure.ac |    2 +-
 
303
 1 files changed, 1 insertions(+), 1 deletions(-)
 
304
 
48
305
commit fadeb7c47c5e5c5dc184893e646b3d0d737bfe4d
49
306
Author: Matthew Barnes <mbarnes@redhat.com>
50
307
Date:   Mon Mar 21 10:07:27 2011 -0400