File: ChangeLog

package info (click to toggle)
leafpad 0.7.9-4
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,480 kB
  • ctags: 272
  • sloc: sh: 3,548; ansic: 3,464; makefile: 47; sed: 16
file content (115 lines) | stat: -rw-r--r-- 3,322 bytes parent folder | download
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
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.