File: ChangeLog

package info (click to toggle)
espeakup 1%3A0.71-13
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 384 kB
  • sloc: ansic: 581; sh: 191; makefile: 79
file content (799 lines) | stat: -rw-r--r-- 24,345 bytes parent folder | download | duplicates (4)
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
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
commit b31985f97c30b043dba7b77c5af0b42d3a65fcdd
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Sat May 30 12:44:33 2009 -0500

    released v0.71

commit d7dd0f919dc82cc0e497700412980ce771a5d7df
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Sat May 30 12:37:58 2009 -0500

    fixed initialization issues
    
    We were not returning exit codes properly if we were unable to open the
    softsynth or if the daemon was already running.

commit 2db53856a90a82c99c759399a1dfa5e704ce4f4a
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Sat May 30 10:37:39 2009 -0500

    fixed typo in tarball script

commit 55f8ebf98a0fd2caef675e22499798b8ead99b12
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Sat May 30 10:32:36 2009 -0500

    released v0.70

commit 69f1e8554a65b3eb0bdfcaf56bbcea86acc7e926
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Sat May 30 10:30:45 2009 -0500

    The tarball script now adds a ChangeLog

commit 0e47c95015a8d0ca3c777717f3187bafc615f201
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Sat May 30 08:36:33 2009 -0500

    updated README

commit c235a3b063a524cd308f2512c14502b5dee71434
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Sat May 30 00:20:31 2009 -0500

    added .indent.pro to the repository

commit d7c81f5117442d66358efb52232d51f45a90d4e8
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Fri May 29 23:17:28 2009 -0500

    indentation fixes

commit 3ddbb94e37a5183a0010a2e1ae46f4a64d39bba4
Author: Christopher Brannon <cmbrannon@cox.net>
Date:   Fri May 29 19:32:36 2009 -0500

    multithreading
    
    Make espeakup a multi-threaded program.  One thread reads from the softsynth
    device, queuing text and synthesis commands.  The other thread processes
    items from the queue.

commit 3a8323f98c702443f65b35bbfa84d3ae2c4c9b39
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Wed Apr 15 08:03:40 2009 -0500

    Fixed typo in README

commit e7d300a183668d24cc1250083bd09ab1abcc4cfb
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Tue Apr 14 09:00:32 2009 -0500

    turn off espeak's default processing of uppercase letters
    
    This needs to be turned off since speakup processes upper case by
    raising the pitch.

commit a1510b5e93de11dbf70fec2295b30a87656b4824
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Sun Apr 12 16:33:01 2009 -0500

    indentation fixes

commit 3dbdcb21cbb28dc6cebd80077a6e774cc2673bb6
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Sun Apr 5 19:24:36 2009 -0500

    Aespeakup should not drop all non-ascii characters.
    
    This fixes an issue with non-english languages.
    Thanks to Samuel Thibault for the patch.

commit 9551ba81d9bffad667f0d5f864d07c767e2e70e6
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Mon Mar 9 00:42:29 2009 -0500

    espeakup 0.60

commit 6366b41bdf7b28b392de8ca0c2a246a8360f9293
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Sun Mar 8 23:25:54 2009 -0500

    espeakup v0.6

commit 40f152e11fb4a89546e459861ac0348c58c8d449
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Sun Mar 8 21:05:24 2009 -0500

    allow users to override CFLAGS
    
    This fixes an issue with the Makefile that was not allowing users to
    override cflags and keeping -Wall in the flags when compiling.

commit 4e7ae23757290ef299a3ba4285bc031de425d788
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Sun Mar 8 13:45:56 2009 -0500

    created tarball script
    
    This commit adds a script to create a tarball from the repository and
    removes this functionality from the makefile.

commit 9ee3fd433cb2513462327fd815f108dc9abc8e8e
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Sun Mar 8 13:17:59 2009 -0500

    documented --default-voice in man page
    
    This commit adds the documentation for --default-voice to the espeakup
    man page.

commit e2493db48e69307eeee3390d9329212cb6403613
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Sun Mar 8 10:18:44 2009 -0500

    add --default-voice option to the help and README
    
    This commit adds the documentation to the help and README files for the
    --default-voice command line option.

commit 2351b5d489454c32c4a5c2ccdb1da609ded03b70
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Sat Mar 7 14:34:49 2009 -0600

    add support for setting the default voice
    
    This adds support for a --default-voice or -V (upper case) command line
    option which will set the default voice espeakup uses.  This takes a
    name of an espeak voice -- for example:
    
    espeakup --default-voice=en-us
    
    or
    
    espeakup -V en-us

commit da15136aa7b8c12024d9178d1ba6b29037984a75
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Sat Mar 7 10:39:00 2009 -0600

    only one espeakup daemon should be running
    
    This fixes a bug which would allow espeakup in debug mode to be run even
    if espeakup was already running as a daemon.

commit 8dca597f29e0ef54525f5f717a7058a037d2e9fc
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Tue Mar 3 21:58:02 2009 -0600

    Added a version script
    
    I added a version script.  This is used in the Makefile to get the
    version of espeakup when none is specified when a tarball is created.

commit bbf77d918dac93e1bec7fc90c0b8b34dfb5a8e65
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Tue Mar 3 18:02:19 2009 -0600

    Cleaned up warnings and adjusted CFLAGS
    
    This commit cleans up warnings and adjusts CFLAGS.  Thanks to
    samuel.thibault@ens-lyon.org.

commit 7db55303088588a19fcde1c804268c984f6008d8
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Tue Feb 10 21:57:10 2009 -0600

    Espeakup version 0.51.

commit 341fa7ba425892c12ae293584aacd9028d520e62
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Tue Feb 10 21:54:44 2009 -0600

    fixed install command in makefile.

commit 0f24afef95c2bdda474d77bc774f19003015da46
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Mon Feb 9 09:05:28 2009 -0600

    espeakup v0.5

commit c12ec3e1b060b6e3ec1ac53db33b6f87877e9109
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Mon Feb 9 08:46:14 2009 -0600

    moved version definition
    
    This commit moves the version definition to espeakup.c instead of cli.c

commit a8876a79644f36453a7edaef4c0860c7d2402c9b
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Mon Feb 9 08:39:58 2009 -0600

    fixed the license in the man page
    
    The man page said that espeakup is under gpl version 2 or later, but it
    is under version 3 or later, so I fixed the man page.

commit 2b96dd2a026bb2220071699fc51cdf11b9412d82
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Sat Jan 24 13:02:33 2009 -0600

    updated man page
    
    This commit re-words the description of espeakup in the man page.

commit 17553c3c391e011a1ccf90179c634003d2a61519
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Sat Jan 10 09:48:48 2009 -0600

    fixed the makefile
    
    This commit removes the definitions for CC, RM and INSTALL from the
    makefile so that it will use system defaults for these commands.

commit ace8acf7d01cc256c1df96d3b03e21806772edb5
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Wed Nov 12 23:40:27 2008 -0600

    fixed hyphenation
    
    This commit turns off hypenation in the man page.

commit 84c473b690633999f47478dbf00c766d1a31628b
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Wed Nov 12 21:22:39 2008 -0600

    added man page
    
    This commit adds a man page for espeakup.
    Thanks to Chris Brannon for writing it.

commit f7ddd8dc77927d21a07479f80969df031af396f2
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Wed Oct 22 19:23:46 2008 -0500

    Released v0.4.

commit a3901a7e4c0d273f2ad5352f939714fe235166e4
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Wed Oct 22 19:17:03 2008 -0500

    fixed a bug in process_command
    
    One of the switch statements in process_command did not have a default
    label, which lead to undefined behavior.
    Thanks to Chris Brannon for the patch.

commit 36b05aec419a7ab7bc3b66358f62122096ec9ce2
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Sat Oct 18 16:56:47 2008 -0500

    Added support for the punctuation command from speakup

commit c48b05d7437435c0c7513e9d98ab04b565c87f92
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Fri Oct 10 20:05:43 2008 -0500

    moved all variable definitions to the top of the Makefile.

commit 82fa63600b9377fa590a2c97ed737fd8c85a622c
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Thu Oct 9 19:40:11 2008 -0500

    fixed the makefile
    
    Added espeakup.h as a dependency in the makefile so that the sources
    will be compiled if it changes.

commit d7e8dc2b342b5a810ec561535ca0426969f519ea
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Thu Oct 9 09:05:56 2008 -0500

    Revert "fixed the length calculation when a flush is processed."
    
    This reverts commit 66cb5a7b5cfe0e569525935d03b0843ee85a8afc.

commit 66cb5a7b5cfe0e569525935d03b0843ee85a8afc
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Thu Oct 9 08:17:07 2008 -0500

    fixed the length calculation when a flush is processed.

commit 62deb008bc658d925bd86fb4172b12779b9cad18
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Thu Oct 9 07:58:58 2008 -0500

    fixed the number of bytes to move in the memmove() call

commit 14858818d3cf38886aef5089982522feb9a8edfb
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Wed Oct 8 21:59:36 2008 -0500

    changed strcpy to memmove
    
    The areas pointed to by strcpy() cannot overlap, so we need to use
    memmove() in case that happens.
    Thanks to Chris Brannon for pointing this out.

commit 6bec55ca5789e26ee315e890f4937c1451b8cd07
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Wed Oct 8 18:14:17 2008 -0500

    changed process_buffer to use the isprint() call.

commit 1b608481a4062f3a8f98192e50acfcb73cf577e2
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Sun Oct 5 16:22:16 2008 -0500

    the main loop now uses strrchr and strcpy
    
    The idea for this change came from another patch submitted by Chris
    Brannon.  We now use strrchr to look for the flush character and strcpy
    to move the remainder of the buffer to the beginning.

commit faab1893893fa0c97263a0edf965cf4f67bd1294
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Sun Oct 5 16:12:37 2008 -0500

    Fixed the select call
    
    The select call was moved to be in the if statement below it since the
    return code is not needed after that statement is processed.

commit 24607b1cc8000d4d95128e96662240dbce385358
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Sun Oct 5 14:47:52 2008 -0500

    made the synth flush character a constant for readability

commit c8e2a35763624463d1006a83ab0125603813d239
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Sat Oct 4 12:43:40 2008 -0500

    fixed an off-by-one error
    
    The loop can start at length-1 since we know that the last character in
    the buffer is a null.
    Thanks again to Chris Brannon for finding this.

commit f76d00f6afefb8de92bf205d16d84f488b91615d
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Sat Oct 4 11:39:01 2008 -0500

    removed the callback function
    
    This commit removes the synthcallback function since it wasn't doing
    anything.  Also, it has been reported that this may be causing the
    sluggishness when espeakup is asked to shut up.
    Thanks to Chris Brannon for finding this.

commit 17f07e8cd175520c8fe16880f9f578e0f49579fc
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Sun Sep 28 12:26:26 2008 -0500

    released v0.3.

commit 9b0c6a8224980c8637302d9e680cccef4ed0043d
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Sat Sep 27 12:23:11 2008 -0500

    fixed the volume multiplier
    
    The volume range is actually 0-200 instead of 0-100, so the multiplier
    needed to be adjusted.

commit c7e3835fbd2ab4d9ae5162488163d22c8bd9c811
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Sat Sep 27 11:04:22 2008 -0500

    Updated ToDo list

commit 527fb136de9d01c752f6f6d03d2ac42b89a94499
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Sat Sep 27 10:52:24 2008 -0500

    starting work toward supporting changing voices
    
    This commit adds a set_voice() function which will ultimately allow the
    user to switch voices.

commit f52c03ec2be8cc67e680eda0cdb6bbb051b858cd
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Fri Sep 26 08:17:13 2008 -0500

    Fixed a typo.

commit 8d3552c9642aec00f5ecc89dbbccd181244d9bfa
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Wed Sep 3 08:51:46 2008 -0500

    updated readme

commit 1f784be8911bd2917e697630de3da05da2814ab4
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Wed Sep 3 08:16:54 2008 -0500

    added support for long command line options

commit 037019de3a74c191349bebc03289a11ab7cead42
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Mon Sep 1 16:18:46 2008 -0500

    Espeakup v0.2

commit 943ff9d3dc50184a359ee7b39d57b4baaba0657c
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Mon Sep 1 16:08:07 2008 -0500

    updated README

commit 5ddeb1e978bc637b4db22f19d0db8e448599f5e0
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Mon Sep 1 12:50:16 2008 -0500

    indentation fixes

commit ccc9c4aa4ed3f16d3781b92fbd6d6ec013627c5c
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Sun Aug 31 11:30:01 2008 -0500

    modified rate offset
    
    This commit moves the rate offset to 84 instead of 80 so that the
    highest espeak rate can be reached by setting the speakup rate to
    the maximum.

commit 96a3b198508172e30bb0614563db94f83e45ce03
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Sun Aug 31 10:29:00 2008 -0500

    fix flush processing
    
    This removes flush processing from process_command() and fixes
    the code in the main loop so that it does not ignore the 0 position
    in the buffer.

commit 5bc67dc49d61468968b25cda1340091fced573a0
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Sat Aug 30 17:04:08 2008 -0500

    updated ToDo list.

commit 02e72bda39b4c26bcc1a67d701a405427e3a6f8a
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Sat Aug 30 16:54:10 2008 -0500

    adjusted the rate multiplier
    
    This gets us closer to espeak's top speed, which is 390 wpm.

commit ebcbcac9d2b230a37347f60aa3e2715a07bb13a6
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Sat Aug 30 16:34:59 2008 -0500

    removed an extra assignment statement

commit d2d763b36ba477c18a04933ee49b68f71dd641a2
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Sat Aug 30 15:02:26 2008 -0500

    moved flush processing into main loop
    
    This patch from Kirk Reiser attempts to increase
    responsiveness by moving the flush processing into the main loop.

commit 564db7981e1aeda4eb84958d1f66c6474803991f
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Fri Aug 29 19:16:10 2008 -0500

    put back the select code
    
    This needed to be put back to keep espeakup from using 100% of the cpu.

commit 5005b9ddde90aeab3948f9123491463d0e319528
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Sun Aug 17 18:32:05 2008 -0500

    removed code that uses select
    
    I was using the wrong type for the return value for read().

commit 3e7e5be2b78bdc1dbaa400d3b8e35ac66eab3cbd
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Sun Aug 17 00:49:46 2008 -0500

    fixed bug with volume setting
    
    Now the volume setting should be announced again.

commit f973c9ec3fa92560279acede8386beeaa5f6835b
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Sun Aug 17 00:47:08 2008 -0500

    cleaned up prototypes
    
    This commit gets rid of extra spaces in some function prototypes.

commit 498ce65db7d789b9639b96240555e48ab3a910b6
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Sun Aug 17 00:44:06 2008 -0500

    cleaned up process_command

commit aac77a3cf1edd6b503bcaada06a575ac06efa6f7
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Sun Aug 17 00:20:50 2008 -0500

    ignore object files

commit de8d4d9dc3bb7afd51eef89c0c7c2fb6d630b7a7
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Sat Aug 16 23:29:11 2008 -0500

    fixed an include for gcc 4.3

commit b34e397717bae998bd2280a0774a04cd37ea1791
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Sat Aug 16 20:09:03 2008 -0500

    clear the queue when we catch a signal

commit 4c30dac5e16c84d92f12aa06c3cf5279c726d8db
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Sat Aug 16 20:07:41 2008 -0500

    added prototypes for queue functions

commit 2bf3b17ffcbb3705afc23957e77fba2dc7abbda9
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Sat Aug 16 20:05:19 2008 -0500

    removed debug flag from cflags

commit 655894ee2a240036e966a5854fc71bb788aebe25
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Sat Aug 16 19:48:40 2008 -0500

    added queueing support
    
    I have added queueing support so that when we read from the softsynth we
    can put the text and commands we have read into a queue.  This will
    allow us to retry calling espeak_synth() if we fill espeak's internal
    buffer.

commit 86e93edeb09774d3689cca7f9fe96aa484f3bd6d
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Fri Aug 15 22:34:49 2008 -0500

    removed softsynth code from main module

commit 261c6db032a0c4654c0b77055701223bee055dcb
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Fri Aug 15 09:14:18 2008 -0500

    Added ToDo list

commit 029dd03251d24dc5c0a1b0e5a16706c0ca73180d
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Fri Aug 15 00:11:48 2008 -0500

    modularize the code
    
    This commit just re-arranges the source so that it is easier to work with.

commit 882e9c20a547707c2d63a70414de951c50e5d4db
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Tue Aug 12 08:10:56 2008 -0500

    clean up the main function
    
    This commit cleans up the main function and moves command line processing
    to a separate function.

commit 4d2f76d6e111bb45cdf336f4be8140bcab3d51b6
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Sun Aug 10 12:59:27 2008 -0500

    removed makedist
    
    The functionality to create a tarball has been moved into the makefile.
    Now it is possible to create a tarball by doing:
    make tarball - creates a tarball of the llast tagged version.
    make TAG=gittag tarball creates a tarball based on the tag that is given to it.

commit 1802877912be8e4b68541ed07d738841947463fd
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Sat Aug 9 17:42:29 2008 -0500

    Removed init scripts.
    
    It will be best to let packagers write init scripts for their distributions,
    so I am removing them from this repository.

commit 3d83e0f6d152035890d7dbecb5961ee79234d476
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Mon Aug 4 20:24:01 2008 -0500

    updated readme
    
    I added an acknowledgements section.

commit b76fada0b61873bb5228246e2585fea3ca690aba
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Sun Aug 3 13:48:13 2008 -0500

    fixed makefile
    
    The reference to $(PROGRAM) should have been $<.
    This is fixed.

commit c2c1d429db31693a60b8e93479a4d4fe5d31588a
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Sun Aug 3 12:13:17 2008 -0500

    added redhat init script, thanks to William Acker.

commit c7bece776d13a1c5ac1a52967ffb5cd1b3ed9a9c
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Sun Aug 3 10:35:31 2008 -0500

    fixed makefile
    
    There was a bug in the makefile which was not installing the binary correctly.
    This is now fixed.

commit 22ea5c4d1d5db2d4d24e5a89437fac0d6940edf7
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Sat Aug 2 17:25:17 2008 -0500

    updated makedist
    
    The makedist script now excludes itself and .gitignore when creating a tarball.

commit 9402716c32c124fff4614b1555f7219f0bbe7135
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Sat Aug 2 16:30:43 2008 -0500

    cleaned up command line option processing

commit 05b115abbb8aa1d14b0f1c38c1212918fc9d8c24
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Sat Aug 2 11:54:11 2008 -0500

    fixed typos in makedist script.

commit 16beed096923abea8a7768d1ee6224419faabd0b
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Sat Aug 2 11:47:29 2008 -0500

    added a script to make tarball releases.

commit 6ecc3182dab397d7b197e18d7bf78ca8c1316f71
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Fri Aug 1 22:12:57 2008 -0500

    added a version command line option and variable.

commit 96871c66201b77fddf5b80106b8f136fe825df87
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Fri Aug 1 22:11:53 2008 -0500

    added destdir and prefix to the makefile for packaging.

commit c7e0e28ad1102c395958c3baab70b4a8d20203bc
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Fri Aug 1 21:46:54 2008 -0500

    added gpl

commit 02c88e949a9e44e16fa7ad6c289f3c476e0becb2
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Fri Aug 1 20:35:55 2008 -0500

    adjusted multipliers
    
    I adjusted the pitch and volume multipliers.
    This should allow us to come closer to the maximum espeak settings.

commit d7de943a3a1b748e2cb27f42af483339de8aa444
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Fri Aug 1 19:51:29 2008 -0500

    added frequency support
    
    This patch, also from Kirk Reiser, adds frequency support.

commit cddead8aa951e0ad68ba241456a8e5f36c6fb2f5
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Fri Aug 1 09:27:51 2008 -0500

    pid file support
    
    This commit adds support for a pid file so that we can be stopped and
    started by init systems.

commit b51cf9d774cc5a2abd13480238b951e20680ec24
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Thu Jul 31 20:32:51 2008 -0500

    Added a signal handler
    
    This commit adds a signal handler so that espeakup will terminate cleanly.

commit 61aac5ecb58ac49fc9060d19dde2dbda996e8e9f
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Thu Jul 31 08:47:00 2008 -0500

    moved some variables
    
    This commit removes the softsynth file descriptor and the debug flag
    from the synth structure.  These will need to be accessed from a signal
    handler and there is no way to pass the structure to it.
    Also, the process_data function now works with local variables and assigns
    them to the synth structure, avoiding allocating a buffer with malloc/free.

commit eb5cb3d36d35887907e13aeee0cad8fcc1b73baa
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Thu Jul 31 08:24:57 2008 -0500

    fixed volume
    
    I applied another patch from Kirk Reiser which fixes the volume setting.
    Thanks to Kirk for the patch.

commit 7604cac68c53dd3c01cfc0e131e2a7f985b40ff7
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Wed Jul 30 08:51:23 2008 -0500

    fixed the garbage characters bug
    
    This fixes the bug that was causing garbage characters to be spoken.  Also
    it sets the initial voice to "default".

commit b745e0c48b614143fb4df04ba878af29f4ece587
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Tue Jul 29 22:58:41 2008 -0500

    more error checking
    
    I moved the read call out of process_data and into the main loop.
    Also, error checking was added for select() and read().

commit c3b0e8d0da9efdf9e719ba3fbe599640a5db7dce
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Tue Jul 29 20:00:04 2008 -0500

    code cleanup
    
    This patch adds the length of the buffer to the synth structure and
    clears the buffer before we use it.
    Thanks to Kirk Reiser for the patch.

commit c4839ac78b967b4677531afe7568156c907e6bda
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Mon Jul 28 08:58:32 2008 -0500

    added maxBufferSize constant

commit 754358f1731e58990b4c4131d4b900a5d2a5049a
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Mon Jul 28 08:39:19 2008 -0500

    added cli option support
    
    This commit adds support for command line options and also adds a debug option.

commit 572f33337811973091f44e54e6b4fcb13ae689d9
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Mon Jul 28 07:20:46 2008 -0500

    added volume support
    
    I added support for setting the volume.

commit 4e3bbdb0b02eb1f12c087909e6437a31a9c60d7b
Author: William Hubbs <w.d.hubbs@gmail.com>
Date:   Mon Jul 28 01:23:43 2008 -0500

    initial import