-
Notifications
You must be signed in to change notification settings - Fork 33
/
ChangeLog
388 lines (295 loc) · 11.1 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
2015-07-05
version 0.8.18.1.11
* Updated Hungarian translation (György Balló)
* Fixed: Line number visibility
2014-07-03
version UNRELEASED:
* Fix many Gtk3 deprecations
2012-10-30
version UNRELEASED:
* Updated Czech translation (Pavel Fric).
* Fixed: missing semicolon in l3afpad.desktop.in
Thanks to Schäfer, Benedikt <benedikt DOT schaefer AT flieden DOT org>
2012-10-24
The "Thanks to Yoo, Taik-Yon!" Release
version 0.8.18.1.10:
* Fixed: indentation is not correctly initialized.
* Fixed: the color of the line number is different from GTK theme.
* Improved: remove overhead when drawing line numbers.
* Improved: use the clipping information of the cairo context when
drawing line numbers.
Thanks to Yoo, Taik-Yon <jaagar AT gmail DOT com> for changes above.
2012-05-21
version 0.8.18.1.9:
* Better compatibility with some compilers and CFLAGS
Thanks to Daniel Richard G. <skunk AT iSKUNK DOT ORG>
* Revert workaround for GTK+ 3.3.14, fixed in upstream 3.3.16
2012-02-20
version 0.8.18.1.8:
* Added Estonian translation (thanks Anari Jalakas).
* Use AM_MAINTAINER_MODE([enable]) to prevent timestamp skew issue
* Disable search and replace history by default.
* Workaround for line number color with GTK+ >= 3.3.14
2012-01-09
version 0.8.18.1.7:
* Support search and replace history and
option: --disable-search-history
* Updated Japanese translation (Toshiharu Kudoh).
* Updated Russian translation (Aleksej Perepyolkin).
* Make everything compatible with gcc -std=c1x
2011-12-09
version 0.8.18.1.6:
* Support simple statistics and option: --disable-statistics
Translation wanted.
* Fix build failure with "-Werror=format-security" flag
2011-11-09
version 0.8.18.1.5:
* New icon set under the license:
GNU General Public License version 2
Copyright (C) 2011 Jack Gandy <scionicspectre AT gmail DOT com>
* Make everything GTK+ 3.3.2 compatible
* Code clean up
2011-10-08
version 0.8.18.1.4:
* New options: --disable-largefile,
--disable-xinput2,
--enable-gtkgrid
* Make everything GTK+ 3.2.0 compatible
2011-09-08
version 0.8.18.1.3:
* Fix encoding and newline selection (a bug NOT in Leafpad, ouch!)
* Support GtkGrid
* Provide a clearsigned SHA1SUMS using
RSA key ID BE8BA819 and DSA key ID E98D6159
2011-09-05
version 0.8.18.1.2:
* Fix print function (This is a bug NOT in Leafpad, oops.)
2011-09-01
version 0.8.18.1.1:
* Ported to GTK+ 3.x
* Sync license data with latest files published by FSF
2010-12-23
version 0.8.18.1:
* Fixed saving (Jan-Erik Rediger, Edward Sheldrake).
2010-12-18
version 0.8.18:
* Fixed action when file name contains colon
(John Lindgren, Mikko Viinamaki).
* Fixed memory leak on saving file (Dmitry Artamonow).
* Fixed caseless search bug (Dmitry Artamonow).
* Fixed memory leak on line numbering (Hongwei Xi).
* Fixed truncation on saving file (Alex, brian m. carlson).
* Added translations: eo, gl.
* Updated translations: fi, hu.
2009-10-27
version 0.8.17:
* Fixed find dialog behaviour with GTK+ 2.18 (Radu-Cristian, MoD).
* Fixed SEGV when config file is 0 byte (Erik Suit).
* Added translations: br, nn, sl, sr.
* Updated translations: de, es, fr, id, lv, pl.
2008-12-18
version 0.8.16:
* Removed "Shift+Enter" key-binding (minhsien0330).
* Updated French translation (Marc Veillet).
* Updated Italian translation (Vincenzo Campanella).
2008-09-03
version 0.8.15:
* Named main window with gtk_widget_set_name (Cory Burgett).
* Added Brazilian Portuguese translation (Leslie Harlley Watter).
* Added Indonesian translation (Andhika Padmawan).
* Added Danish translation (Joe Hansen).
* Updated Traditional Chinese translation (Wei-Lun Chao).
* Updated Lithuanian translation (Gintautas Miliauskas).
2008-02-13
version 0.8.14:
* Added Basque translation (Mikel Olasagasti).
* Updated Vietnamese translation (Clytie Siddall).
* Updated Dutch translation (Benno Schulenberg).
* Updated Irish translation (Kevin Scannell).
* Updated Simplified Chinese translation (Li Daobing).
2007-12-15
version 0.8.13:
* Changed configuration file directory to XDG base (Glib >= 2.6)
(thanks Olivier Duclos).
* Fixed drag and DROP behaviour (GTK+ >= 2.10)
(thanks Markus Torstensson).
2007-09-17
version 0.8.12:
* Added Print Preview menu (GTK+ >= 2.10).
* Fixed one-by-one replace behaviour (GTK+ >= 2.10).
* Updated Vietnamese translation (Clytie Siddall).
2007-07-07
version 0.8.11:
* Followed GNOME Goals (AppIcon, ApplicationCategory, PoLinguas).
* Added GTK+ 2.10 Printing feature.
* Added "--jump=LINENUM" command line option.
* Added temporal "Always on Top" feature invoked by Ctrl+T.
* Fixed auto indentation behaviour.
* Updated Simplified Chinese translation (Li Daobing).
2007-04-08
version 0.8.10:
* Added icons for Tango Desktop (Lapo Calamandrei).
* Added Dutch translation (Wouter Van Hemel).
* Added Finnish translation (Eero Tamminen).
* Added Irish translation (Kevin Patrick Scannell).
* Added Korean translation (Seo Sanghyeon).
* Added Ukrainian translation (Youri Bulka).
* Updated Greek translation (Stavros Giannouris).
* Updated Bulgarian translation (Yavor Doganov).
* Updated German translation (Andreas Schweitzer).
* Updated Hungarian translation (Reviczky Adam Janos).
2006-04-14
version 0.8.9:
* Find proper font if no glyph found from current font when printing.
* Fixed word wrapping of wide character string when printing.
2006-04-07
version 0.8.8:
* Changed to use libgnomeprint22 for printing.
* Changed configure.ac to use newer functions automatically.
* Fixed pointer type error under sparc64 (thanks Steven Mestdagh).
2006-01-20
version 0.8.7:
* Implemented text DnD.
2006-01-03
version 0.8.6:
* Fixed "Replace all at once" with no string (thanks Marek).
* Updated Swedish translation (Isak Savo).
2005-11-12
version 0.8.5:
* Fixed curious highlighting behaviour.
* Attached 32*32 icon for some package maintainer.
* Updated Traditional Chinese translation (OLS3).
2005-09-24
version 0.8.4:
* Implemented GOption (thanks Magnus Bergman).
* Added '--tab-width' command line option.
* Inform read-only file by less/greater than sign bracket.
* Improved Korean auto-detection.
* Added Hebrew translation (Yo'av Moshe).
* Added Turkish translation (Kaya Oguz).
* Added Greek translation (Stavros Giannouris).
* Updated Italian translation (Alessio D'Ascanio).
2005-07-22
version 0.8.3:
* Implemented replaced word highlighting.
* Modified line-number margin.
* Fixed space-separeted filename bugs (thanks Andrea Antolini).
* Added Slovak translation (Peter Chabada).
* Updated Polish translation (Michal Wrobel).
2005-07-02
version 0.8.2:
* Improved dependency caused by intltool (thanks Machismo Ulverstein).
* Modified left margin.
* Fixed Macintosh return code bug (thanks young dave).
* Fixed "response" signal of about diaglog (thanks Muthiah Annamalai).
* Updated Bulgarian translation (Yavor Doganov).
* Updated Simplified Chinese translation (Carlos Z.F. Liu).
2005-05-14
version 0.8.1:
* Implemented searched word highlighting.
* Modified Up/Down/PageUp/PageDown behaviour when scroll-outed.
* Fixed space-separated filename bug (thanks Chris Everts).
* Added Bulgarian translation (Yavor Doganov).
* Added Vietnamese translation (Quy NGUYEN DAI).
* Updated Hungarian translation (Reviczky Adam Janos).
* Updated Polish translation (Michal Wrobel).
2005-04-29
version 0.8.0:
* Implemented glib-gettext & intltool.
* Added Print feature (only invoke lpr).
* Added load stdin feature.
* Added command line options.
* Added '--enable-chooser' configure option for GtkFileChooser.
* Modified some small points (DnD, caret, shadow, sensitivity...).
* Changed shortcut keys displayed on menu.
* Fixed replace question dialog behavior (thanks Keith).
* Added Portuguese translation (thanks Alan Kelon).
2004-12-26
version 0.7.9:
* Shrinked codeset menu.
* Fixed destroy response for question dialog (thanks Richard S).
* Removed local "G_BROKEN_FILENAMES" setting.
* Removed scrollbar_spacing manipulation.
* Updated Swedish translation (by Isak Savo).
* Added Lithuanian translation (thanks Lech Jankovski).
* Added Polish translation (thanks Michal Wrobel).
2004-12-03
version 0.7.8:
* Implemented widget sesnsitivity.
* Changed scrollbar_spacing to zero.
* Changed about dialog caption.
* Fixed undo sequency for Ctrl+V overwrite.
* Added Hungarian translation (thanks Reviczky Adam Janos).
* Added Catalan translation (thanks David Rosal).
* Added Tamil translation (thanks Vijay Durairaj).
* Added Italian translation (thanks Alessio D'Ascanio).
2004-11-21
version 0.7.7.1:
* Fixed undo function for the case start from '%' character.
2004-11-19
version 0.7.7:
* Improved undo behavior (by word).
* Fixed multi-line unindent properly.
* Updated German translation (thanks Ruediger Arp).
* Added Czech translation (thanks Petr Vyslouzil).
2004-11-12
version 0.7.6:
* Improved command line recognition of filename (uri & space-separated).
* Added MimeType entry to leafpad.desktop (suggested by Carlos).
* Assigned Ctrl+G & Shift+Ctrl+G to Find Next/Previous.
* Added statements of copying permission to all source codes.
* Added French translation (thanks Luc Pionchon).
* Added Spanish translation (thanks Lucas Vieites).
2004-10-29
version 0.7.5:
* Added leafpad.desktop file.
* Fixed DnD with space-separated filename (thanks Eugenia).
* Added Russian translation (thanks Artem Vakhitov).
* Added Swedish translation (thanks Isak Savo).
* Added German translation (thanks Sebastian Stach).
2004-10-22
version 0.7.4:
* Changed application icon to HIG based.
* Changed icon directory to "GNOME 2 developer's guide" based.
* Improved drag and drop (xffm ready).
* Improved Ctrl+W interrupt.
* Fixed undo manner for overwrite mode.
* Fixed scrolling manner for paste.
* Fixed auto-indent manner when selection bound exists.
2004-10-17
version 0.7.3.1:
* Fixed seg-fault caused by search_string (thanks UTSUMI Hirosi).
2004-10-15
version 0.7.3:
* Added drag and drop func (still single file only).
* Fixed initial value of search_string.
* Fixed cancel button action of font dialog.
* Fixed capital W input using with old GTK+.
* Added Traditional Chinese translation (thanks OLS3).
2004-10-01
version 0.7.2:
* Added "display line numbers" func.
* Added "toggle tab width" func (Ctrl+Tab).
* Changed "/File/New" action (create new window).
* Changed description to "simple text editor".
* Added Simplified Chinese translation (thanks Carlos Z.F. Liu).
2004-09-24
version 0.7.1:
* Added auto-indent func.
* Added multi-line indent func.
* Bracket title if the file not exist.
* Changed error message at codeset conversion error.
2004-09-17
version 0.7.0:
* Started recording ChangeLog.
* Added undo/redo func (still not word level).
* Added printing "modified" sign func.
* Removed app name from title.
* Improved auto-detection for windows-125x.
2004-xx-xx
version 0.6.x:
* Implemented gettext.
* Implemented autoconf/automake.
* Added search/replace func.
version 0.5.x:
* Added charset handling func.