~ubuntu-branches/ubuntu/precise/gedit/precise

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2010-04-14 16:41:13 UTC
  • mfrom: (1.1.78 upstream)
  • Revision ID: james.westby@ubuntu.com-20100414164113-0xgl3u73pcs0ngbc
Tags: 2.30.0git20100413-0ubuntu1
* Updating to git snaptshot since 2.30.1 will be after lucid
* debian/patches/90_autoconf.patch:
  - new version update

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
commit 20f00dd6919de84ff2239f1ab9b2ecbd3c2a941a
 
2
Author: Xandru Armesto Fernandez <xandru@softastur.org>
 
3
Date:   2010-04-13
 
4
 
 
5
    Updated asturian translation
 
6
 
 
7
M       po/ast.po
 
8
 
 
9
commit 874b81bb320c66c2985ddd4b4b42d4b91445674c
 
10
Author: Ignacio Casal Quinteiro <icq@gnome.org>
 
11
Date:   2010-04-12
 
12
 
 
13
    Use gtk_widget_is_toplevel when possible. Fixes #562052.
 
14
 
 
15
M       gedit/gedit-encodings-combo-box.c
 
16
M       gedit/gedit-panel.c
 
17
 
 
18
commit 893d0b2d2fb9f9d05e7b02a3fe2e095eb866fa5c
 
19
Author: Ignacio Casal Quinteiro <icq@gnome.org>
 
20
Date:   2010-04-12
 
21
 
 
22
    Use gtk_activatable_get_related_action instead of deprecated func.
 
23
 
 
24
M       gedit/gedit-window.c
 
25
 
 
26
commit 8624fca0d5504ff49990abe38060e9260192b269
 
27
Author: Adi Roiban <adi@roiban.ro>
 
28
Date:   2010-04-11
 
29
 
 
30
    Update Romanian translation
 
31
 
 
32
M       po/ro.po
 
33
 
 
34
commit 26097434b58ae6e6c3a68d8c93f5e7683d8c44c5
 
35
Author: Ignacio Casal Quinteiro <icq@gnome.org>
 
36
Date:   2010-04-09
 
37
 
 
38
    Fix ref loop.
 
39
 
 
40
M       gedit/gedit-tab-label.c
 
41
 
 
42
commit 31728e836a8e0a77df8d75a729842630a6254be1
 
43
Author: Jesse van den Kieboom <jessevdk@gnome.org>
 
44
Date:   2010-04-09
 
45
 
 
46
    Handle INVALID_DATA and PARTIAL_INPUT as conversion errors on save
 
47
 
 
48
    This handles G_IO_ERROR_INVALID_DATA and
 
49
    G_IO_ERROR_PARTIAL_INPUT the same way as GConvert errors are
 
50
    handled.
 
51
 
 
52
M       gedit/gedit-io-error-message-area.c
 
53
M       gedit/gedit-tab.c
 
54
 
 
55
commit ceac487d4d02d157754a27916295b2e643f5fed7
 
56
Author: Jesse van den Kieboom <jessevdk@gnome.org>
 
57
Date:   2010-04-09
 
58
 
 
59
    Explicitly close output stream with cancellable in cancelled state
 
60
 
 
61
    This fixes an issue in GOutputStream that applies the atomic replace
 
62
    save strategy. The stream moves the written file to the original file
 
63
    when the stream is closed. However, there is no way currently to tell
 
64
    the stream that the save should be aborted (there could be a
 
65
    conversion error). The patch explicitly closes the output stream
 
66
    in all these cases with a GCancellable in the cancelled state, causing
 
67
    the output stream to close, but not move the file. This makes use
 
68
    of an implementation detail in the local gio file stream and should be
 
69
    properly fixed by adding the appropriate API in gio. Until then,
 
70
    at least
 
71
    we prevent data corruption for now.
 
72
 
 
73
M       gedit/gedit-gio-document-saver.c
 
74
 
 
75
commit b66c58acd43dbc971947d5634a2e6203fa8d0210
 
76
Author: Ignacio Casal Quinteiro <icq@gnome.org>
 
77
Date:   2010-04-09
 
78
 
 
79
    Manage the tab as a property.
 
80
 
 
81
M       gedit/gedit-tab-label.c
 
82
 
 
83
commit 22da0bfd56e29e9cec5b38fa678481b6d2a9c279
 
84
Author: Ignacio Casal Quinteiro <icq@gnome.org>
 
85
Date:   2010-04-09
 
86
 
 
87
    Remove useless file.
 
88
 
 
89
D       data/gedit.spec.in
 
90
 
 
91
commit b0a402df19fa276c61a5fc2fc96c8e742f029d12
 
92
Author: Jesse van den Kieboom <jesse.vandenkieboom@epfl.ch>
 
93
Date:   2010-04-09
 
94
 
 
95
    Fixed relative document path for snippets drop target
 
96
 
 
97
M       plugins/snippets/snippets/Document.py
 
98
 
 
99
commit c65151a4fff9eedf99ef981bf6e10a55747d7262
 
100
Author: Jesse van den Kieboom <jesse.vandenkieboom@epfl.ch>
 
101
Date:   2010-04-09
 
102
 
 
103
    Fixed snippet drop target environment variables (fixes #615279)
 
104
 
 
105
M       plugins/snippets/snippets/Document.py
 
106
 
 
107
commit 008c118c9aaa0217d07c75ae6c76969b5475d2e5
 
108
Author: Ignacio Casal Quinteiro <icq@gnome.org>
 
109
Date:   2010-04-07
 
110
 
 
111
    Clear the buffer when the output stream is constructed. Fixes bug
 
112
    #615023.
 
113
 
 
114
    We must clear the buffer when the output stream is constructed as we
 
115
    can't know with certain that we are going to write data on it.
 
116
 
 
117
M       gedit/gedit-document-output-stream.c
 
118
 
 
119
commit 96632ce7bfe35452f00efc9f67489c6d8c1fc357
 
120
Author: Jesse van den Kieboom <jessevdk@gnome.org>
 
121
Date:   2010-04-07
 
122
 
 
123
    Catch case where start or end is not an iter for drawing snippet
 
124
    placeholder
 
125
 
 
126
M       plugins/snippets/snippets/Document.py
 
127
 
 
128
commit 35121d9a4a0904904944e7ec821a327030c4d8b5
 
129
Author: Jesse van den Kieboom <jessevdk@gnome.org>
 
130
Date:   2010-04-07
 
131
 
 
132
    Better handling of G_IO_IN | G_IO_HUP condition in external tools read
 
133
 
 
134
M       plugins/externaltools/tools/capture.py
 
135
 
 
136
commit 719ca41f6c17e006f4a3709395e64d6b9b1b8543
 
137
Author: Jesse van den Kieboom <jessevdk@gnome.org>
 
138
Date:   2010-04-07
 
139
 
 
140
    Updated logo with slightly better letter background and white 'g'
 
141
 
 
142
M       pixmaps/gedit-logo.png
 
143
M       pixmaps/gedit-logo.svgz
 
144
 
 
145
commit 26b510c9776f5a4935c5ee642275ffd9931b3207
 
146
Author: Ignacio Casal Quinteiro <icq@gnome.org>
 
147
Date:   2010-04-06
 
148
 
 
149
    Added the new logo.
 
150
 
 
151
    The logo has been made by Henry Peters, taking some ideas from
 
152
    other logos that has been sent. Kudos also to Paolo Borelli who
 
153
    made a great sketch. We would like to thank also to everybody
 
154
    who sent a logo and that contributed sending ideas.
 
155
 
 
156
M       pixmaps/gedit-logo.png
 
157
A       pixmaps/gedit-logo.svgz
 
158
 
 
159
commit a4e616805588dfaff2d3a141fccc490b327590ff
 
160
Author: Leonid Kanter <leon@asplinux.ru>
 
161
Date:   2010-04-05
 
162
 
 
163
    fixed https://bugzilla.gnome.org/show_bug.cgi?id=565868
 
164
 
 
165
M       po/ru.po
 
166
 
 
167
commit 77770cf22d8c5583b9cbb12499c726ef6ef0df20
 
168
Author: Andika Triwidada <andika@gmail.com>
 
169
Date:   2010-04-04
 
170
 
 
171
    Updated Indonesian translation
 
172
 
 
173
M       po/id.po
 
174
 
 
175
commit f03c5b98b298308ccfaf6f0b65dc3b5370738e7a
 
176
Author: Wouter Bolsterlee <wbolster@gnome.org>
 
177
Date:   2010-04-03
 
178
 
 
179
    Dutch translation updated by Wouter Bolsterlee
 
180
 
 
181
M       po/nl.po
 
182
 
 
183
commit 2919c5b733c00cf5e349351b08a79e0619b14f68
 
184
Author: Ignacio Casal Quinteiro <icq@gnome.org>
 
185
Date:   2010-04-03
 
186
 
 
187
    Use doc.get_location where possible.
 
188
 
 
189
M       plugins/quickopen/quickopen/virtualdirs.py
 
190
M       plugins/quickopen/quickopen/windowhelper.py
 
191
 
 
192
commit 57af19566182a98a5f6c3cdb593a7a5da54114be
 
193
Author: Wouter Bolsterlee <wbolster@gnome.org>
 
194
Date:   2010-04-03
 
195
 
 
196
    Dutch translation updated by Hannie Dumoleyn
 
197
 
 
198
M       po/nl.po
 
199
 
 
200
commit 2f65c8afce8ed04f0600ab4a3429c0c3f39d13d6
 
201
Author: Martin Szulecki <opensuse@sukimashita.com>
 
202
Date:   2010-04-02
 
203
 
 
204
    Fix shadowed mounts appearing in the filebrowser bookmarks view
 
205
 
 
206
    According to documentation for g_mount_is_shadowed() any
 
207
    implementation
 
208
    should not list mounts which are shadowed. This fixes mounts from the
 
209
    gphoto2 or afc GVFS backend to not show up twice in the filebrowser.
 
210
 
 
211
M       plugins/filebrowser/gedit-file-bookmarks-store.c
 
212
 
 
213
commit fae59ae4563631ac98a137012eb6275cc8b807d4
 
214
Author: Paolo Borelli <pborelli@gnome.org>
 
215
Date:   2010-04-01
 
216
 
 
217
    Actually install the xslt snippets
 
218
 
 
219
M       plugins/snippets/data/Makefile.am
 
220
 
 
221
commit 95086b3e472984ffd6a2d4e31b2ab3fe96bfb392
 
222
Author: Kittiphong Meesawat <ktphong@yahoo.com>
 
223
Date:   2010-04-01
 
224
 
 
225
    Updated Thai translation.
 
226
 
 
227
M       help/th/th.po
 
228
 
 
229
commit 5c02208fa1b81822b7b965d787da347d5362f5c1
 
230
Author: Ignacio Casal Quinteiro <icq@gnome.org>
 
231
Date:   2010-03-31
 
232
 
 
233
    Replace CRLF by LF endlines.
 
234
 
 
235
M       tests/smart-converter.c
 
236
 
 
237
commit dec27f57b07a3e302944b9458518fb5bbeb39780
 
238
Author: Petr Kovar <pknbe@volny.cz>
 
239
Date:   2010-03-31
 
240
 
 
241
    Fix Czech translation
 
242
 
 
243
M       po/cs.po
 
244
 
 
245
commit d9802768e53b9fdba2577c03e0d3641c6462e646
 
246
Author: Gabor Kelemen <kelemeng@gnome.hu>
 
247
Date:   2010-03-30
 
248
 
 
249
    Updated Hungarian translation
 
250
 
 
251
M       po/hu.po
 
252
 
 
253
commit 4ab4b2460be6f6c69b17260275e3cd313b063935
 
254
Author: Paolo Borelli <pborelli@gnome.org>
 
255
Date:   2010-03-22
 
256
 
 
257
    Respect GNOME22_USER_DIR env variable.
 
258
 
 
259
M       gedit/gedit-dirs.c
 
260
M       plugins/externaltools/tools/library.py
 
261
M       plugins/snippets/snippets/__init__.py
 
262
M       plugins/taglist/gedit-taglist-plugin-parser.c
 
263
 
1
264
commit 3fdf01ec9e0ac5f48d22e7e5d369c81fa357ea49
2
265
Author: Paolo Borelli <pborelli@gnome.org>
3
 
Date:   2010-03-29
 
266
Date:   2010-03-29
4
267
 
5
268
    Release 2.30.0
6
269