File: ChangeLog

package info (click to toggle)
sjog 0.6-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 780 kB
  • ctags: 250
  • sloc: sh: 3,087; ansic: 1,921; makefile: 110
file content (386 lines) | stat: -rw-r--r-- 12,138 bytes parent folder | download | duplicates (2)
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
2002-11-11 22:18  sylvain

	* README, sjog.1: Updated doc files

2002-11-11 20:24  sylvain

	* TODO, configure.in, src/Makefile.am, src/sjog.c,
	src/sjog_config.c, src/sjog_config.h, src/sjog_enlightenment.c,
	src/sjog_list.c: * added GDK_PIXBUF_CFLAGS to Makefile.am * added a
	'..' entry at the end of menu list for models without "Back" button
	* indent corrections

2002-03-17 20:33  manal

	* src/: sjog_enlightenment.c, sjog_enlightenment.h: 
	main functions for the Enlightenment menu option

2002-03-17 20:23  manal

	* configure.in, sjog.1, src/Makefile.am, src/sjog.c, src/sjog.h,
	src/sjog_list.c, src/sjog_list.h, src/sjog_sonypi.c,
	src/sjog_sonypi.h: [no log message]

2002-01-13 21:27  sylvain

	* AUTHORS, README, TODO, sjog.1, sjogrc, src/sjog_list.c: patch
	from Joey Hess which introduce the new "hide" keyword that does... 
	... erm nothing.

2002-01-13 17:33  sylvain

	* AUTHORS, Makefile.am, TODO, configure.in, sjog.1, sjog.spec.in,
	sjogrc, src/sjog.c, src/sjog.h, src/sjog_list.c: Several patches
	from Joey Hess and a man page from Hugo Haas. Thanks guys ;)
	
	* --no-startmenu option that prevent sjog from showing its window
	when 1st   launched (usually by .xinitrc)
	
	* --reset-menu option which reset launcher list item position on
	click
	
	* new "redo" command keyword which redo the previous selected
	action

2002-01-13 11:28  sylvain

	* src/: sjog.c, sjog_brightness.c: 5 months pending commit, and you
	really expect me to know what it is ??

2001-08-16 14:09  sylvain

	* TODO: more tasks

2001-08-16 00:12  sylvain

	* AUTHORS: Added Thomas ;)

2001-08-16 00:08  sylvain

	* src/: sjog.c, sjog.h, sjog_brightness.c, sjog_list.c,
	sjog_list_callbacks.c, sjog_list_callbacks.h, sjog_sonypi.c,
	sjog_volume.c, sjog_volume.h: Patch from Thomas "Mondoshawan" Tate
	:)
	
	Changes to the original source tree to make -TT1:     + Added
	reverseSpinDirection capability (-rd, --reverse-direction)     +
	Added transient windows capability (-t, --transient)	 + Added
	capability to specify sonypi device (-S, --sonypi-device)     +
	Added capability to specify mixer device (-m, --mixer-device)	  +
	Added capability to search for both std. dev device names and devfs
	ones	   to both the sonypi and the mixer initialization
	functions     + Added window gravity option (-g, --gravity)
	
	This was about the most fun bit of hacking I've done in a while.
	Most of it was pretty easy, but the window gravity option took a
	bit of work. I had to dip into the GDK libs to get some information
	about the display -- as such, the program now requires GDK (which
	shouldn't be a problem, as GDK ships with GTK).
	
	As far as I can tell, the program is just as stable as the previous
	incarnation, though it is a little more verbose in regards to
	errors and device open() calls.
	
	Todo list for tomorrow (8-14-01):     - See about moving a copy of
	the setbrightness code retrofitted to use the	    /dev/sonypi
	device instead of the outp() function calls. This should be	 
	settable as a commandline switch, otherwise default to the older
	method.      - Add better rc file parsing in preparation for the
	submenu code.	   - Add the submenu code.	- Experimental:
	re-bind the up/down scroll functions depending on the	    
	currently active window (detect via instancename.windowclass).
	
	Until the next patch...
	
	-- Thomas "Mondoshawan" Tate	phoenix@psy.ed.asu.edu

2001-08-14 13:44  sylvain

	* configure.in, src/sjog.c, src/sjog.h, src/sjog_brightness.c,
	src/sjog_list.c: - added debug option at configure time - indent

2001-08-14 11:53  sylvain

	* TODO, src/Makefile.am, src/sjog.c, src/sjog.h,
	src/sjog_brightness.c, src/sjog_brightness_callbacks.c,
	src/sjog_config.c, src/sjog_debug.h, src/sjog_list.c,
	src/sjog_list_callbacks.c, src/sjog_scroll.c, src/sjog_sonypi.c,
	src/sjog_spic.c, src/sjog_volume.c, src/sjog_volume_callbacks.c:
	debug macros (finally)

2001-08-13 21:56  sylvain

	* src/sjog.c: typo in options

2001-08-13 21:47  sylvain

	* INSTALL, README: lalalala

2001-08-13 21:35  sylvain

	* sjog.spec.in, src/sjog.c: - Reversed the reverseBrightness option
	so that it works correctly in most   cases (yeah I also decided
	that my laptop was the normal case :)
	
	- Small modification of spec file summary
	
	ready for 0.5

2001-08-13 01:01  sylvain

	* TODO, sjog.spec.in: done ;)

2001-08-13 00:52  sylvain

	* Makefile.am, configure.in, sjog.spec, sjog.spec.in,
	spicdriver/Makefile.am: - Added spicdriver in dist target (won't be
	built anyway) - new RPM spec file (tested, works)

2001-08-13 00:47  sylvain

	* spicdriver/Makefile: Original Makefile

2001-08-13 00:46  sylvain

	* spicdriver/: .cvsignore, Makefile.orig: Cleaning

2001-08-13 00:22  sylvain

	* src/: sjog_brightness.c, sjog_volume.c: Removed the 2 annoying
	Gdk warnings (should have read the tutorial before :)

2001-08-12 17:49  sylvain

	* config.h.in: go away

2001-08-12 17:47  sylvain

	* src/: sjog.c, sjog.h, sjog_brightness.c, sjog_list.c,
	sjog_volume.c: Added -nc --no-center option

2001-08-12 11:33  sylvain

	* Makefile.am, config.h.in, configure.in,
	images/sjog-brightness.xpm, images/sjog-volume.xpm,
	src/sjog_brightness.c, src/sjog_volume.c: - Added border around
	volume and brightness windows - removed spicdriver from toplevel
	build

2001-08-07 18:35  sylvain

	* INSTALL, Makefile.am: We don't compile spicdriver by default.

2001-08-07 18:28  sylvain

	* configure.in: Time for beta ;)

2001-08-07 10:47  sylvain

	* README, TODO, src/sjog.c: Found out why gdk was crashing, I had
	to specify that I have a 5 buttons mouse in my XF86Config-4.

2001-08-06 17:17  sylvain

	* src/: sjog.c, sjog.h, sjog_mousewheel.c, sjog_mousewheel.h,
	sjog_scroll.c, sjog_scroll.h: Added the possibility to send mouse
	button events instead of keyboard events when in scroll mode but
	unfortunatly it doesn't work (see error below) because gdk is
	exiting (!!!) just after the call to XSync :(
	
	If anyone has a clue... I know I must have done a mistake but I
	can't figure out what it is.
	
	Gdk-ERROR **: BadValue (integer parameter out of range for
	operation)   serial 12 error_code 2 request_code 145 minor_code 2

2001-08-05 19:30  sylvain

	* TODO, sjogrc, src/sjog_config.c, src/sjog_list.c: more cleaning.

2001-08-05 19:11  sylvain

	* TODO, src/sjog.c, src/sjog_callbacks.c, src/sjog_callbacks.h,
	src/sjog_list_callbacks.c, src/sjog_mousewheel.c,
	src/sjog_volume.c: cleaning

2001-08-05 10:48  sylvain

	* INSTALL, README, TODO: New instructions

2001-08-04 23:32  sylvain

	* TODO: help my brain

2001-08-04 23:26  sylvain

	* src/: Makefile.am, sjog.c, sjog.h, sjog_list.c, sjog_sonypi.c,
	sjog_sonypi.h, sjog_spic.c, sjog_spic.h: It seems sjog supports
	sonypi driver now :) You can still use the spicdriver using the -s
	or --spic options.

2001-07-30 17:22  sylvain

	* config.h.in, src/sjog.c, src/sjog.h: Added usage information
	since we are going to have several options now.

2001-07-29 10:58  sylvain

	* src/: sjog_brightness.c, sjog_list.c, sjog_scroll.c,
	sjog_volume.c: * list was not reverting to scroll mode after an
	exec.  * added some comments

2001-07-28 21:04  sylvain

	* src/: Makefile.am, sjog.c, sjog.h, sjog_brightness.c,
	sjog_brightness.h, sjog_brightness_callbacks.c, sjog_config.c,
	sjog_config.h, sjog_list.c, sjog_list.h, sjog_list_callbacks.c,
	sjog_list_callbacks.h, sjog_scroll.c, sjog_scroll.h, sjog_volume.c,
	sjog_volume.h, sjog_volume_callbacks.c: Major cleaning, I expect to
	use to sonypi module very soon. The code should be modular enough
	to have both spic and sonypi working depending on the option the
	user has given.

2001-07-21 22:45  sylvain

	* configure.in: Changed version to 0.5

2001-07-21 21:59  sylvain

	* AUTHORS, sjog.spec, setbrightness/setbrightness.c, src/sjog.c,
	src/sjog.h, src/sjog_brightness.c: * Patch from Mike Bremford <mike
	at big.faceless.org> to read the current   brightness before
	modifying it. This will prevent sjog from putting it to 50%   at
	each startup.
	
	* Added non-tested RPM spec file
	
	Thanks Mike ;)
	
	* Added the -r or --reverse option to work-around the reverse
	behavior of the   brightness value (0 means bright on mine but dark
	on some others)

2001-05-11 10:18  sylvain

	* AUTHORS: Added Andrew Tridgell author of setbrightness.

2001-04-08 23:46  sylvain

	* src/sjog_config.c: It is now possible to have spaces in names if
	it is placed between double quotes.
	
	e.g. cat ~/.sjogrc
	
	"Netscape Navigator"	netscape "KDE Calculator"	 kcalc "My
	Own App"	    sjog

2001-04-06 23:24  sylvain

	* src/sjog_config.c: Fixed a bug that caused sjog to crash when it
	encountered a blank line in sjogrc.
	
	Thanks goes to Dan L. Pierson for having reported this error ;)

2001-04-04 21:54  sylvain

	* src/sjog.c: Use more glib func.

2001-04-04 11:13  sylvain

	* spicdriver/: Makefile.orig, spicdriver.c: removed c++ comments
	and added Takaya's Makefile as Makefile.orig

2001-04-04 01:05  sylvain

	* src/: sjog.c, sjog_brightness.c, sjog_mousewheel.c: Call
	mousewhell functions only if we are in LIST_MODE (default)

2001-04-03 21:06  sylvain

	* INSTALL: Tell the run to run sjog to see something happen. Yes
	that seems obvious but some users won't think about it :)

2001-04-03 21:02  sylvain

	* INSTALL, README, config.h.in, setbrightness/Makefile.am,
	spicdriver/Makefile.am, src/Makefile.am, src/sjog.c,
	src/sjog_brightness.c, src/sjog_mousewheel.c, src/sjog_volume.c: -
	Fixed some build stuff - Stupid mistake in sjog_mousewheel.c (i
	coded this morning in train so...) - Added mousewheel explanations
	in README

2001-04-03 11:09  sylvain

	* config.h.in, configure.in, src/Makefile.am, src/sjog.c,
	src/sjog_mousewheel.c, src/sjog_mousewheel.h: S-Jog now works like
	a mousewheel when it doesn't display any window.
	
	Cool feature :)

2001-04-02 15:48  sylvain

	* .cvsignore, images/.cvsignore, setbrightness/.cvsignore,
	spicdriver/.cvsignore, src/.cvsignore, src/sjog.c,
	src/sjog_brightness.c, src/sjog_volume.c: - patch from Andre
	Draszik <ad@convergence.de> to clean sjog_set_brightness()
	
	I forgot to commit my .cvsignore files but Andre was watching =)

2001-04-02 01:31  sylvain

	* TODO: Volume setting is done ;)

2001-04-02 01:27  sylvain

	* INSTALL, README, config.h.in, configure.in, sjogrc,
	images/Makefile.am, images/sjog-volume.xpm, src/Makefile.am,
	src/sjog.c, src/sjog_brightness.c, src/sjog_volume.c,
	src/sjog_volume.h, src/sjog_volume_callbacks.c,
	src/sjog_volume_callbacks.h: Added support for volume control
	
	README is a bit better

2001-03-31 21:52  sylvain

	* Makefile.am, README, configure.in, spicdriver/Makefile,
	spicdriver/Makefile.am, src/Makefile.am, src/sjog_brightness.c: -
	spicdriver is now built via automake - sjogrc should install
	correctly now

2001-03-31 21:43  sylvain

	* sjogrc: Who doesn't use Xmms nowadays ? ;)

2001-03-31 18:39  sylvain

	* sjogrc: English should be easier to read for most people ;)

2001-03-31 17:36  sylvain

	* INSTALL, Makefile.am, TODO, configure.in, images/Makefile.am,
	images/sjog-brightness.xpm, src/Makefile.am, src/sjog.c,
	src/sjog.h, src/sjog_brightness.c, src/sjog_brightness.h,
	src/sjog_brightness_callbacks.c, src/sjog_brightness_callbacks.h,
	src/sjog_callbacks.c, src/sjog_callbacks.h, src/sjog_config.c:
	Ready for 1.0

2001-03-30 11:55  sylvain

	* Makefile.am, autogen.sh, config.h.in, configure.in, INSTALL,
	AUTHORS, COPYING, ChangeLog, NEWS, README, sjogrc, src/Makefile.am,
	src/sjog.c, src/sjog.h, src/sjog_brightness.c,
	src/sjog_brightness.h, src/sjog_config.c, src/sjog_config.h,
	src/sjog_spic.c, src/sjog_spic.h, setbrightness/Makefile.am,
	setbrightness/setbrightness.c, spicdriver/Makefile,
	spicdriver/spicdriver.c: Initial revision

2001-03-30 11:55  sylvain

	* Makefile.am, autogen.sh, config.h.in, configure.in, INSTALL,
	AUTHORS, COPYING, ChangeLog, NEWS, README, sjogrc, src/Makefile.am,
	src/sjog.c, src/sjog.h, src/sjog_brightness.c,
	src/sjog_brightness.h, src/sjog_config.c, src/sjog_config.h,
	src/sjog_spic.c, src/sjog_spic.h, setbrightness/Makefile.am,
	setbrightness/setbrightness.c, spicdriver/Makefile,
	spicdriver/spicdriver.c: First commit.