File: NEWS

package info (click to toggle)
lletters 0.1.95%2Bgtk2-3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny, squeeze
  • size: 2,420 kB
  • ctags: 393
  • sloc: sh: 10,443; ansic: 3,232; makefile: 230; sed: 93; perl: 50
file content (137 lines) | stat: -rw-r--r-- 4,765 bytes parent folder | download | duplicates (6)
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
-= lletters-0.1.0 =-

1999-02-26  Kirk T Ismay  <captain@netidea.com>
	* first public alpha release!!

-= lletters-0.1.2 =-

1999-02-27  Kirk T Ismay  <captain@netidea.com>

	* list.c/lln_window.c: Added caption parsing function for the 
	numbers. Allows easier nationalization and added flexibility.

	* cropped number images to remove the built in caption.

-= lletters-0.1.4 =-

1999-02-28  Kirk T Ismay  <captain@netidea.com>

	* Incorporated changes for nationalization from Lalo Martins.
 
1999-02-28  David A. Wheeler  <dwheeler@ida.org>

	* Added code to permit mouse button 2 & 3 to be considered the
	same as button 1 (my preschooler doesn't easily distinguish between
        "left" and "right" buttons, and that's probably true for many!)
 
        * Modified code to eliminate a compiler warning about casting.
  
-= lletters-0.1.5 =-	

1999-03-04  Kirk T Ismay  <captain@netidea.com>

	* Incorporated support for gdk_imlib to allow for more image 
	formats.  Based on contributions from Paul Kienzle.
	
-= lletters-0.1.7 =-

1999-03-13  Kirk T Ismay  <captain@netidea.com>

	* Keyboard support. The main window will open any letter or number
	window, and will quit when the escape key is pressed.  The popup 
	windows close if any key is pressed.

	* Rewrite of lln_window.c. Generalized displaying the popup 
	windows. Again based upon contributions from Paul Kienzle. 

	* Included support for gettext from Jan-Philip Velders, Mar 6,
	1999. It is disabled, however, until I get it to work with 
	automake & autoconf.
	
1999-03-15  Kirk T Ismay  <captain@netidea.com>

	* Gettext now works with automake etc.  Comes with one language
	-- Dutch.  This is fitting, since I am of Dutch ancestry myself.

	* Thanks to Jan-Philip Velders for the transaltion
	
	
-= lletters-0.1.8 =-
2000-02-12  Kirk T Ismay  <captain@netidea.com>

	* README & INSTALL: Have been updated. Now includes info about gdk_imlib.

	* lln_window.c (lln_pack_image_in_box): 
	Figured out how to remove the image out of the imlib cache. Prevents a
	lletters from using excessive amounts of RAM.

	* configure.in :
	Borrowed a snippet of code from the Entity project to allow configure to 
	check for GDK_IMLIB.  Now it stops and tells you its missing and
	referrs you to the README (http://entity.netidea.com/)

	* lln_window.c (lln_play_sound):
	Adapted some of Paul Keinzle's code for using a gtk_timer to delay the
	player function. Integrated the wav player from Colin Ligertwood's 
	Wav Tools 1.3. 	I'm using Colin's player because it already comes
	with a number of recording and playback tools. That and I've never been 
	able to get Paul's player to work (Sorry Paul :) 

2000-02-13  Kirk T Ismay  <captain@netidea.com>

	* lln_window.c (lln_image_popup_new): 
	Added more code from Paul Keinzle to make the pop-up window modal. Also added 
	(but modfied) his IMMEDIATE EXPOSURE option. Both options are now standard 
	features.

-= lletters-0.1.9 =-
2000-02-19  Kirk T Ismay  <captain@netidea.com>

	* lln.c (main): Added support for GTK rc files. You can now use a global 
	or user specific rc file to change the colors, backgrounds, and fonts.

	* lln.rc/.llnrc: Created default rc files.
	
	* lln.c (main): Added checks for language specific Sound directory.

2000-02-20  Kirk T Ismay  <captain@netidea.com>

	* lln.c (main): Doug Loss sent a tip to the KidsGames list on using 
	'xset r off' to turn off auto repeating keystrokes. I did some
	investigating, and am now doing this inside the game, using the 
	gdk_key_repeat_disable/restore functions.

	* configure/make: Set up configure and make scripts so you can disable sound"
	"./configure --enable-sound=no"

	* lln.c (main): Now we set the default size of the main window to 630x470
	(almost maximized). You can change this by adjusting MAIN_X and MAIN_Y in 
	lletters.h

-= lletters-0.1.95 =-

2000-02-23  Kirk T Ismay  <captain@netidea.com>

	* list.c: Modified random number generator to make it more random.
	
	* lln_window.c: Fixed the keyboard event handler to only accept 1 keypress event 
	at a time, so that when my daughter pounds on the keyboard it only brings up one
	window at a time.
	
2000-02-25  Kirk T Ismay  <captain@netidea.com>

	* configure/make: Fixed the bug with wav_tools under OpenBSD.
	The new configure script should properly detect the right headers and
	libraries.
	
	* wav_play.c, wav_rec.c, timer.c: Fixed the bug where it would bail completely if it 
	couldn't initilize the DSP.  
	
	* Both bugs reported by Ian Main.
	
2000-05-23  Kirk T Ismay  <captain@netidea.com>

	* Added perl script and translation table for creating language specific
	symbolic links for foreign languages. Contributed by Stephane Bortzmeyer.
	
	* Wrote some documentation on language specific issues.