~ubuntu-branches/ubuntu/lucid/tomboy/lucid-proposed

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2010-01-28 14:11:49 UTC
  • mfrom: (1.3.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20100128141149-snoxliun1ta8x8d2
Tags: 1.1.1-0ubuntu1
* New upstream version
* debian/control.in:
  - build-depends on cdbs to get strip-schema installed
  - updated cli build-depends for the new binary changes
* debian/rules:
  - set gettext domain in the desktop entry and run strip-schema on build

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# Generated by Makefile. Do not edit.
2
2
 
 
3
commit 7f6cb0915c4f2951c276a7603015870a84b81885
 
4
Author: Sandy Armstrong <sanfordarmstrong@gmail.com>
 
5
Date:   Mon Jan 25 12:55:34 2010 -0800
 
6
 
 
7
    Update NEWS for 1.1.1
 
8
 
 
9
 NEWS |   10 ++++++++++
 
10
 1 files changed, 10 insertions(+), 0 deletions(-)
 
11
 
 
12
commit 278a85f3a9a35cf7bf3fa19a3d4ee49866319728
 
13
Author: Greg Poirier <grep@binary-snobbery.com>
 
14
Date:   Thu Jan 7 00:31:10 2010 -0600
 
15
 
 
16
    Use FileChooserButton in Local Folder sync preferences (bug #592985)
 
17
    
 
18
    Instead of building and packing our own buttons and entry fields, use
 
19
    FileChooserButton. Then we don't have to worry about icons.
 
20
 
 
21
 .../FileSystemSyncServiceAddin.cs                  |   48 ++++----------------
 
22
 1 files changed, 9 insertions(+), 39 deletions(-)
 
23
 
 
24
commit 3720de458a065d463b3a0eb6d3c06d9056419ff8
 
25
Author: Sandy Armstrong <sanfordarmstrong@gmail.com>
 
26
Date:   Mon Jan 25 12:55:49 2010 -0800
 
27
 
 
28
    Add pcutler to Contributors list
 
29
 
 
30
 Tomboy/Tomboy.cs |    1 +
 
31
 1 files changed, 1 insertions(+), 0 deletions(-)
 
32
 
 
33
commit c829483cfd96ae30eef2496110d2c42f4254c2ef
 
34
Author: Gabriel Burt <gabriel.burt@gmail.com>
 
35
Date:   Mon Nov 16 15:23:18 2009 -0800
 
36
 
 
37
    Copy rich text to apps that support it (#431014)
 
38
 
 
39
 Tomboy/Makefile.am                  |    1 +
 
40
 Tomboy/NoteBuffer.cs                |   52 ++++++++++++++
 
41
 data/Makefile.am                    |    1 +
 
42
 data/tomboy-note-clipboard-html.xsl |  127 +++++++++++++++++++++++++++++++++++
 
43
 4 files changed, 181 insertions(+), 0 deletions(-)
 
44
 
 
45
commit 09c2d5132930bbc41ace4952012dd7f44478124d
 
46
Author: Sandy Armstrong <sanfordarmstrong@gmail.com>
 
47
Date:   Mon Jan 25 09:25:30 2010 -0800
 
48
 
 
49
    Add grep and gabaug to contributors list
 
50
 
 
51
 Tomboy/Tomboy.cs |    2 ++
 
52
 1 files changed, 2 insertions(+), 0 deletions(-)
 
53
 
 
54
commit 123677b19bf7cc54cf872c1ec0da2a544e0b0df2
 
55
Author: Sandy Armstrong <sanfordarmstrong@gmail.com>
 
56
Date:   Sun Jan 24 21:35:19 2010 -0800
 
57
 
 
58
    Restructure RemoteControl and command line execution
 
59
    
 
60
    One important thing to note is that we are no longer setting
 
61
    MONO_DISABLE_SHM=1 (see bug #514434), which means that Tomboy
 
62
    may write to disk every 40 seconds unless you upgrade to Mono 2.4.3
 
63
    or later.
 
64
    
 
65
    This change was made so that we can depend on a named mutex for
 
66
    single-instance detection.
 
67
 
 
68
 Tomboy/RemoteControlProxy.cs |   11 ++---
 
69
 Tomboy/Tomboy.cs             |   90 ++++++++++++++++--------------------------
 
70
 Tomboy/tomboy.in             |    2 -
 
71
 3 files changed, 39 insertions(+), 64 deletions(-)
 
72
 
 
73
commit 5620e88354b6e3f0e2ad7ee31394981251945792
 
74
Author: Sandy Armstrong <sanfordarmstrong@gmail.com>
 
75
Date:   Sun Jan 24 17:32:54 2010 -0800
 
76
 
 
77
    Delay most work until after tray icon appears for 0.65 second startup
 
78
    
 
79
    Refactor NoteManager to push its work to an Initialize method, and
 
80
    provide Invoke methods that allow code to be executed only when the
 
81
    NoteManager is fully initialized.
 
82
    
 
83
    Use these Invoke methods to make clicking the tray icon and using global
 
84
    keybindings safe.  RemoteControl work is on the way.
 
85
    
 
86
    Also delay SyncManager and ApplicationAddin initialization.
 
87
 
 
88
 Tomboy/Applet.cs         |   37 ++++++++++++++++----------
 
89
 Tomboy/NoteManager.cs    |   65 +++++++++++++++++++++++++++++++++++++--------
 
90
 Tomboy/PrefsKeybinder.cs |   22 ++++++++++-----
 
91
 Tomboy/Tomboy.cs         |   25 ++++++++++++-----
 
92
 Tomboy/Tray.cs           |   16 +++++-----
 
93
 5 files changed, 115 insertions(+), 50 deletions(-)
 
94
 
 
95
commit ae556b882d191701899f652ebd25bf7d74088314
 
96
Author: Alexander Shopov <ash@contact.bg>
 
97
Date:   Mon Jan 25 12:15:47 2010 +0200
 
98
 
 
99
    Updated Bulgarian translation
 
100
 
 
101
 po/bg.po |  240 +++++++++++++++++++++++++++++---------------------------------
 
102
 1 files changed, 112 insertions(+), 128 deletions(-)
 
103
 
 
104
commit 5ff67c1442743d8d55c06fb7cf7437eb64969aec
 
105
Author: Stefan Cosma <stefan.cosma@gmail.com>
 
106
Date:   Sun Nov 8 17:50:16 2009 +0200
 
107
 
 
108
    Support Windows 7 Jump Lists (bug #587330)
 
109
 
 
110
 Tomboy.csproj             |   16 +++-
 
111
 Tomboy/JumpListManager.cs |  205 ++++++++++++++++++++++++++++++++++++++
 
112
 Tomboy/Tomboy.cs          |   21 ++++
 
113
 Tomboy/WindowsInterop.cs  |  240 +++++++++++++++++++++++++++++++++++++++++++++
 
114
 data/icons/new_note.ico   |  Bin 0 -> 1150 bytes
 
115
 data/icons/note.ico       |  Bin 0 -> 1150 bytes
 
116
 data/icons/search.ico     |  Bin 0 -> 894 bytes
 
117
 7 files changed, 481 insertions(+), 1 deletions(-)
 
118
 
 
119
commit c2072140ec571cd9fbea1958f26a7874d050bd50
 
120
Author: Sandy Armstrong <sanfordarmstrong@gmail.com>
 
121
Date:   Sun Jan 24 23:28:23 2010 -0800
 
122
 
 
123
    [Windows] Switch Tomboy project to .NET 3.5, require System.Core
 
124
 
 
125
 Tomboy.csproj |    5 ++++-
 
126
 1 files changed, 4 insertions(+), 1 deletions(-)
 
127
 
 
128
commit 1af3a98b0e08a110b6843da40f92a974b0b425d3
 
129
Author: Sandy Armstrong <sanfordarmstrong@gmail.com>
 
130
Date:   Sun Jan 24 23:25:49 2010 -0800
 
131
 
 
132
    [Mac] Switch all projects to .NET 3.5
 
133
 
 
134
 Tomboy-mac.csproj                                  |    5 ++++-
 
135
 Tomboy/Addins/Backlinks/Backlinks-mac.csproj       |    8 ++++----
 
136
 Tomboy/Addins/Bugzilla/Bugzilla-mac.csproj         |    8 ++++----
 
137
 Tomboy/Addins/ExportToHtml/ExportToHtml-mac.csproj |    4 ++--
 
138
 .../FileSystemSyncService-mac.csproj               |    8 ++++----
 
139
 Tomboy/Addins/FixedWidth/FixedWidth-mac.csproj     |    8 ++++----
 
140
 .../InsertTimestamp/InsertTimestamp-mac.csproj     |    8 ++++----
 
141
 .../NoteDirectoryWatcher-mac.csproj                |    8 ++++----
 
142
 Tomboy/Addins/NoteOfTheDay/NoteOfTheDay-mac.csproj |    8 ++++----
 
143
 Tomboy/Addins/PrintNotes/PrintNotes-mac.csproj     |    6 +++---
 
144
 Tomboy/Addins/Underline/Underline-mac.csproj       |    8 ++++----
 
145
 11 files changed, 41 insertions(+), 38 deletions(-)
 
146
 
 
147
commit e56126565cfc3599f5f3ed2d67e6cfd014c351de
 
148
Author: Paul Cutler <pcutler@gnome.org>
 
149
Date:   Sat Jan 23 15:13:24 2010 -0600
 
150
 
 
151
    Fix typo in Evolution addin description and updated addin description to describe envelope icon
 
152
 
 
153
 Tomboy/Addins/Evolution/Evolution.addin.xml |    2 +-
 
154
 1 files changed, 1 insertions(+), 1 deletions(-)
 
155
 
 
156
commit 51e3d7cff8673ceb14cc9df6a8a67f18530c7469
 
157
Author: Jamil Ahmed <itsjamil@gmail.com>
 
158
Date:   Fri Jan 22 12:58:12 2010 +0600
 
159
 
 
160
    Updated Bengali translation
 
161
 
 
162
 po/bn.po |  183 +++++++++++++++++++++++++++++++++++---------------------------
 
163
 1 files changed, 103 insertions(+), 80 deletions(-)
 
164
 
 
165
commit 190f9b044d84db5f0f2006080567bdf4b108ebb8
 
166
Author: Milo Casagrande <milo@ubuntu.com>
 
167
Date:   Sat Jan 16 15:28:47 2010 +0100
 
168
 
 
169
    Updated Italian translation: fixed a couple of errors
 
170
 
 
171
 po/it.po |  245 ++++++++++++++++++++++++++++++--------------------------------
 
172
 1 files changed, 120 insertions(+), 125 deletions(-)
 
173
 
 
174
commit 0ccf000891f01f4201116aa41ed7ba4d09e79fe0
 
175
Author: Inaki Larranaga Murgoitio <dooteo@zundan.com>
 
176
Date:   Wed Jan 13 18:57:26 2010 +0100
 
177
 
 
178
    Updated Basque language
 
179
 
 
180
 po/eu.po |  237 ++++++++++++++++++++++++++++---------------------------------
 
181
 1 files changed, 109 insertions(+), 128 deletions(-)
 
182
 
 
183
commit 3375eafa90a6872d5e797157f3a1eae9b30b5b8c
 
184
Author: Greg Poirier <grep@binary-snobbery.com>
 
185
Date:   Sun Jan 3 17:08:58 2010 -0600
 
186
 
 
187
    Avoid crash on empty notebook name
 
188
    
 
189
    Fixes GNOME Bug #602483 -- check for null/empty string on
 
190
    OnNotebookRowEdited.
 
191
 
 
192
 Tomboy/RecentChanges.cs |    3 ++-
 
193
 1 files changed, 2 insertions(+), 1 deletions(-)
 
194
 
 
195
commit fc1c0d6cada4bf88c20d14577975c139837c7141
 
196
Author: Maxim V. Dziumanenko <dziumanenko@gmail.com>
 
197
Date:   Tue Jan 5 12:42:56 2010 +0200
 
198
 
 
199
    Update Ukrainian translation
 
200
 
 
201
 po/uk.po |  263 +++++++++++++++++++++++++++++++-------------------------------
 
202
 1 files changed, 131 insertions(+), 132 deletions(-)
 
203
 
 
204
commit 4d771a7c4861fde2ae7c92227c69cc5cff19f3bb
 
205
Author: Xandru Armesto Fernandez <xandru@softastur.org>
 
206
Date:   Mon Jan 4 09:36:20 2010 +0100
 
207
 
 
208
    Added asturian language
 
209
 
 
210
 po/LINGUAS |    1 +
 
211
 1 files changed, 1 insertions(+), 0 deletions(-)
 
212
 
 
213
commit 3b1bd991bdbfc5681c4e52f1dc7c17101402b620
 
214
Author: Xandru Armesto Fernandez <xandru@softastur.org>
 
215
Date:   Mon Jan 4 09:36:03 2010 +0100
 
216
 
 
217
    Updated asturian language
 
218
 
 
219
 po/ast.po | 1922 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 
220
 1 files changed, 1922 insertions(+), 0 deletions(-)
 
221
 
 
222
commit fc317f80f35e5da8b7c02139b1402c33da863ecf
 
223
Author: Ray Wang <raywang@gnome.org>
 
224
Date:   Mon Jan 4 10:32:16 2010 +0800
 
225
 
 
226
    Add Simplified Chinese help translation.
 
227
 
 
228
 help/Makefile.am    |    2 +-
 
229
 help/zh_CN/zh_CN.po | 1682 +++++++++++++++++++++++++++++++++++++++++++++++++++
 
230
 2 files changed, 1683 insertions(+), 1 deletions(-)
 
231
 
 
232
commit ce7dbaec164c08f2e63ef572b28abca2abf476ce
 
233
Author: Kjartan Maraas <kmaraas@gnome.org>
 
234
Date:   Sat Dec 5 20:28:36 2009 +0100
 
235
 
 
236
    Updated Norwegian bokmål translation.
 
237
 
 
238
 po/nb.po |  230 ++++++++++++++++++++++++++++++--------------------------------
 
239
 1 files changed, 112 insertions(+), 118 deletions(-)
 
240
 
 
241
commit 219802a9fc75a4c14341897f3b84e9790ff366ba
 
242
Author: Sandy Armstrong <sanfordarmstrong@gmail.com>
 
243
Date:   Sat Dec 5 06:27:06 2009 -0800
 
244
 
 
245
    [Mac] Fix project reference in PrintNotes (bug #594662)
 
246
 
 
247
 Tomboy/Addins/PrintNotes/PrintNotes-mac.csproj |    2 +-
 
248
 1 files changed, 1 insertions(+), 1 deletions(-)
 
249
 
 
250
commit 37fe6d423e49dc46e080dbfbed869e05bc13927a
 
251
Author: Yaron Shahrabani <sh.yaron@gmail.com>
 
252
Date:   Mon Nov 30 14:58:18 2009 +0200
 
253
 
 
254
    Update Hebrew translation
 
255
 
 
256
 po/he.po |  141 ++++++++++++++++++++++++++++++--------------------------------
 
257
 1 files changed, 68 insertions(+), 73 deletions(-)
 
258
 
 
259
commit 3188425b7e21805ce2980d0642fa0e43c4e91072
 
260
Author: Daniel Nylander <po@danielnylander.se>
 
261
Date:   Mon Nov 30 09:46:50 2009 +0100
 
262
 
 
263
    Updated Swedish translation
 
264
 
 
265
 po/sv.po |  233 ++++++++++++++++++++++++++++++--------------------------------
 
266
 1 files changed, 113 insertions(+), 120 deletions(-)
 
267
 
 
268
commit 528357fbf233a45257a36c297895299d655301ec
 
269
Author: Tao Wei <weitao1979@gmail.com>
 
270
Date:   Sun Nov 29 23:08:50 2009 +0800
 
271
 
 
272
    Updated Simplified Chinese translation.
 
273
 
 
274
 po/zh_CN.po |  772 +++++++++++++++++++++++++++--------------------------------
 
275
 1 files changed, 351 insertions(+), 421 deletions(-)
 
276
 
 
277
commit f3cf59491d0ef8b26343379cdd99247ddb98a704
 
278
Author: Thomas Thurman <tthurman@gnome.org>
 
279
Date:   Thu Nov 26 20:22:56 2009 -0500
 
280
 
 
281
    Shavian translation
 
282
 
 
283
 po/LINGUAS    |    1 +
 
284
 po/en@shaw.po | 1562 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 
285
 2 files changed, 1563 insertions(+), 0 deletions(-)
 
286
 
 
287
commit 99be4b967a95d157db9345cd082e1cfff9161ce3
 
288
Author: Ivar Smolin <okul@linux.ee>
 
289
Date:   Sat Nov 21 21:39:51 2009 +0200
 
290
 
 
291
    Updating Estonian translation
 
292
 
 
293
 po/et.po |   85 +++++++++++++++++++++++--------------------------------------
 
294
 1 files changed, 32 insertions(+), 53 deletions(-)
 
295
 
 
296
commit 2aedfedb53baa6b95e23b941d5eb233d9662c1ef
 
297
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
 
298
Date:   Thu Nov 19 20:20:15 2009 +0100
 
299
 
 
300
    Updated Spanish translation
 
301
 
 
302
 po/es.po |  248 ++++++++++++++++++++++++++++++-------------------------------
 
303
 1 files changed, 122 insertions(+), 126 deletions(-)
 
304
 
 
305
commit 02f3e259594b053388eb05b4f3c68ae60a957557
 
306
Author: Matej Urbančič <mateju@svn.gnome.org>
 
307
Date:   Wed Nov 18 07:10:37 2009 +0100
 
308
 
 
309
    Updated Slovenian translation
 
310
 
 
311
 po/sl.po |  205 ++++++++++++++++++++++++++++++--------------------------------
 
312
 1 files changed, 99 insertions(+), 106 deletions(-)
 
313
 
 
314
commit bf5afedd49f62f6bc7f881893e071633677716c7
 
315
Author: Sandy Armstrong <sanfordarmstrong@gmail.com>
 
316
Date:   Mon Nov 16 16:36:31 2009 -0800
 
317
 
 
318
    Fix mac build
 
319
 
 
320
 Tomboy/MacApplication.cs |    1 +
 
321
 1 files changed, 1 insertions(+), 0 deletions(-)
 
322
 
 
323
commit 044dae7aee100a653e897d0538fecad7b983fad8
 
324
Author: Sandy Armstrong <sanfordarmstrong@gmail.com>
 
325
Date:   Mon Nov 16 15:22:10 2009 -0800
 
326
 
 
327
    Bump version to 1.1.1
 
328
 
 
329
 Setup/Setup.wxs         |    2 +-
 
330
 Tomboy/Defines.WIN32.cs |    4 ++--
 
331
 configure.in            |    2 +-
 
332
 osx/Contents/Info.plist |    4 ++--
 
333
 4 files changed, 6 insertions(+), 6 deletions(-)
 
334
 
3
335
commit 2fe0c1e03fcdf1a1c68bb46a599611accb8e1203
4
336
Author: Sandy Armstrong <sanfordarmstrong@gmail.com>
5
337
Date:   Mon Nov 16 14:08:26 2009 -0800