Show
Ignore:
Timestamp:
09/29/09 05:15:47 (3 years ago)
Author:
L. Donnie Smith <donnie.smith@…>
Parents:
331e73f7872ff08582bfab9fc7d7a34ec029c515
Children:
6af678616531eb1f3d3d0a052313ef9d8125bac7
git-committer:
L. Donnie Smith <donnie.smith@gatech.edu> / 2009-09-29T01:15:47Z-0400
Message:

Various administrative updates

change email addresses
remove individual file changelogs (that's what version control is for)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • ChangeLog

    rc429ed4 r2100f14  
    1 2007-08-26 L. Donnie Smith <cwiid@abstrakraft.org> 
     12007-08-26 L. Donnie Smith <donnie.smith@gatech.edu> 
    22        docs 
    33        * updated wminput man page 
    44 
    5 2007-08-23 L. Donnie Smith <cwiid@abstrakraft.org> 
     52007-08-23 L. Donnie Smith <donnie.smith@gatech.edu> 
    66        python 
    77        * fixed libdir install bug 
    88 
    9 2007-08-14 L. Donnie Smith <cwiid@abstrakraft.org> 
     92007-08-14 L. Donnie Smith <donnie.smith@gatech.edu> 
    1010        libcwiid 
    1111        * make cwiid_err_default public 
     
    1515        * added daemon, quiet, and reconnect options 
    1616 
    17 2007-07-29 L. Donnie Smith <cwiid@abstrakraft.org> 
     172007-07-29 L. Donnie Smith <donnie.smith@gatech.edu> 
    1818        wminput 
    1919        * fixed wait forever logic 
    2020 
    21 2007-07-28 L. Donnie Smith <cwiid@abstrakraft.org> 
     212007-07-28 L. Donnie Smith <donnie.smith@gatech.edu> 
    2222        configure.ac 
    2323        * added config.h header 
     
    3434        * added HAVE_PYTHON tests around all python code 
    3535 
    36 2007-06-28 L. Donnie Smith <cwiid@abstrakraft.org> 
     362007-06-28 L. Donnie Smith <donnie.smith@gatech.edu> 
    3737        libcwiid 
    3838        * changed version 
     
    4545        * supress error for nonexistent python plugins 
    4646 
    47 2007-06-18 L. Donnie Smith <cwiid@abstrakraft.org> 
     472007-06-18 L. Donnie Smith <donnie.smith@gatech.edu> 
    4848        wminput 
    4949        * revised error messages 
     
    5252        * revised error messages and doc strings 
    5353 
    54 2007-06-14 L. Donnie Smith <cwiid@abstrakraft.org> 
     542007-06-14 L. Donnie Smith <donnie.smith@gatech.edu> 
    5555        libcwiid 
    5656        * added sleep after cwiid_find_wiimote call 
     
    5959        * added --prefix option to install script 
    6060 
    61 2007-06-05 L. Donnie Smith <cwiid@abstrakraft.org> 
     612007-06-05 L. Donnie Smith <donnie.smith@gatech.edu> 
    6262        python 
    6363        * removed Wiimote_FromC function 
     
    7777        * reworked command-line options (added standard options, long options) 
    7878 
    79 2007-06-01 L. Donnie Smith <cwiid@abstrakraft.org> 
     792007-06-01 L. Donnie Smith <donnie.smith@gatech.edu> 
    8080        python 
    8181        * added Wiimote_FromC 
     
    8989        * added python plugin support (experimental) 
    9090 
    91 2007-05-30 L. Donnie Smith <cwiid@abstrakraft.org> 
     912007-05-30 L. Donnie Smith <donnie.smith@gatech.edu> 
    9292        configure.ac 
    9393        * added python/Makefile and PYTHON_VERSION variable 
     
    103103        * removed set_mesg_callback from methods table 
    104104 
    105 2007-05-16 L. Donnie Smith <cwiid@abstrakraft.org> 
     1052007-05-16 L. Donnie Smith <donnie.smith@gatech.edu> 
    106106        libcwiid 
    107107        * removed error_pipe 
     
    122122        * updated for function name changes 
    123123 
    124 2007-05-14 L. Donnie Smith <cwiid@abstrakraft.org> 
     1242007-05-14 L. Donnie Smith <donnie.smith@gatech.edu> 
    125125        libcwiid 
    126126        * added timestamp to message interfaces 
     
    138138        * use cwiid_get_acc_cal to get acc calibration values (acc plugins) 
    139139 
    140 2007-04-24 L. Donnie Smith <cwiid@abstrakraft.org> 
     1402007-04-24 L. Donnie Smith <donnie.smith@gatech.edu> 
    141141        libcwiid 
    142142        * rewrite (API overhaul) 
     
    155155        * fixed classic controller configuration bug 
    156156 
    157 2007-04-12 L. Donnie Smith <cwiid@abstrakraft.org> 
     1572007-04-12 L. Donnie Smith <donnie.smith@gatech.edu> 
    158158        libcwiid 
    159159        * streamlined wiimote filter 
     
    163163        * added command-line WIIMOTE_BDADDR 
    164164 
    165 2007-04-09 L. Donnie Smith <cwiid@abstrakraft.org> 
     1652007-04-09 L. Donnie Smith <donnie.smith@gatech.edu> 
    166166        libcwiid 
    167167        * renamed from libwiimote 
     
    185185        * added low-pass filter to acc plugin 
    186186 
    187 2007-04-08 L. Donnie Smith <cwiid@abstrakraft.org> 
     1872007-04-08 L. Donnie Smith <donnie.smith@gatech.edu> 
    188188        defs.mak 
    189189        * added DEBUGFLAGS variable 
     
    214214          exec_write_seq 
    215215 
    216 2007-04-07 L. Donnie Smith <cwiid@abstrakraft.org> 
     2162007-04-07 L. Donnie Smith <donnie.smith@gatech.edu> 
    217217        wiimote 
    218218        * changed wiimote_info.class to btclass 
    219219 
    220 2007-04-03 L. Donnie Smith <cwiid@abstrakraft.org> 
     2202007-04-03 L. Donnie Smith <donnie.smith@gatech.edu> 
    221221        configure.ac 
    222222        * removed --noyywrap from lex 
     
    242242        * exit on wiimote_mesg_error 
    243243 
    244 2007-04-03 L. Donnie Smith <cwiid@abstrakraft.org> 
     2442007-04-03 L. Donnie Smith <donnie.smith@gatech.edu> 
    245245        wiimote 
    246246        * fixed wiimote_find_wiimote seg fault 
     
    252252        * added stdio.h include to conf.h 
    253253 
    254 2007-04-02 L. Donnie Smith <cwiid@abstrakraft.org> 
     2542007-04-02 L. Donnie Smith <donnie.smith@gatech.edu> 
    255255        wiimote 
    256256        * fixed exception handling bugs in bluetooth.c 
     
    259259        * added wait option 
    260260 
    261 2007-04-01 L. Donnie Smith <cwiid@abstrakraft.org> 
     2612007-04-01 L. Donnie Smith <donnie.smith@gatech.edu> 
    262262        * Moved defs.mak.in to top level directory 
    263263        * Added directories to defs.mak.in 
     
    287287        * wiimote_connect now takes a pointer to bdaddr_t 
    288288 
    289 2007-03-27 L. Donnie Smith <cwiid@abstrakraft.org> 
     2892007-03-27 L. Donnie Smith <donnie.smith@gatech.edu> 
    290290        * Added DESTDIR variable to make system 
    291291 
    292 2007-03-23 L. Donnie Smith <cwiid@abstrakraft.org> 
     2922007-03-23 L. Donnie Smith <donnie.smith@gatech.edu> 
    293293        * Corrected installation directory creation logic 
    294294        * Added .NOTPARALLEL to top level Makefile 
    295295 
    296 2007-03-19 L. Donnie Smith <cwiid@abstrakraft.org> 
     2962007-03-19 L. Donnie Smith <donnie.smith@gatech.edu> 
    297297        * Added --disable-ldconfig option to configure 
    298298        * Makefiles - append to rather than set compiler options 
    299299 
    300 2007-03-15 L. Donnie Smith <cwiid@abstrakraft.org> 
     3002007-03-15 L. Donnie Smith <donnie.smith@gatech.edu> 
    301301        wminput 
    302302                * action_enum.awk - explicitly call awk rather than #! /usr/bin/awk 
    303303 
    304 2007-03-14 L. Donnie Smith <cwiid@abstrakraft.org> 
     3042007-03-14 L. Donnie Smith <donnie.smith@gatech.edu> 
    305305        wiimote 
    306306                * audited error checking (coda and error handler sections) 
     
    311311                * wiimote_connect - changed memcpy to bacmp 
    312312 
    313 2007-03-08 L. Donnie Smith <cwiid@abstrakraft.org> 
     3132007-03-08 L. Donnie Smith <donnie.smith@gatech.edu> 
    314314        * added explicit creation of installation directories to prevent 
    315315          installation errors 
     
    323323                * added implementation of wiimote_err_t, wiimote_set_err 
    324324 
    325 2007-03-05 L. Donnie Smith <cwiid@abstrakraft.org> 
     3252007-03-05 L. Donnie Smith <donnie.smith@gatech.edu> 
    326326        * Type audit - boolean ints, const strings where appropriate, stdint.h 
    327327          wiimote types 
    328         * Changed email addresses to cwiid@abstrakraft.org 
     328        * Changed email addresses to donnie.smith@gatech.edu 
    329329        * Added file ChangeLogs 
    330330        * Fixed GTK_{CFLAGS,LIBS} in configure.ac and wmgui/Makefile.in 
    331331 
    332 2007-03-01 L. Donnie Smith <cwiid@abstrakraft.org> 
     3322007-03-01 L. Donnie Smith <donnie.smith@gatech.edu> 
    333333        * configure.ac - check for stdint.h 
    334334 
    335 2007-02-26 L. Donnie Smith <cwiid@abstrakraft.org> 
     3352007-02-26 L. Donnie Smith <donnie.smith@gatech.edu> 
    336336        * Changed installation directories to comply with FHS standard 
    337337        * Added check for yypop_buffer_state in flex 
     
    350350        * fixed help message 
    351351 
    352 2007-02-18 L. Donnie Smith <cwiid@abstrakraft.org> 
     3522007-02-18 L. Donnie Smith <donnie.smith@gatech.edu> 
    353353        wiimote 
    354354        * fixed wiimote_status_mesg allocation size 
     
    368368        * rewrite: new configuration syntax, plugin architecture 
    369369 
    370 2007-01-25 L. Donnie Smith <cwiid@abstrakraft.org> 
     3702007-01-25 L. Donnie Smith <donnie.smith@gatech.edu> 
    371371        wiimote 
    372372        * added rpt_mode_flag lock to prevent race condition 
     
    376376        * added status request at connect to populate status boxes 
    377377 
    378 2007-01-24 L. Donnie Smith <cwiid@abstrakraft.org> 
     3782007-01-24 L. Donnie Smith <donnie.smith@gatech.edu> 
    379379        Added uninstall make target 
    380380 
     
    394394        * added LED indicators to default (IR) tracking 
    395395 
    396 2007-01-16 L. Donnie Smith <cwiid@abstrakraft.org> 
     3962007-01-16 L. Donnie Smith <donnie.smith@gatech.edu> 
    397397        wminput 
    398398        * fixed build error in plugins directory 
    399399 
    400 2007-01-15 L. Donnie Smith <cwiid@abstrakraft.org> 
     4002007-01-15 L. Donnie Smith <donnie.smith@gatech.edu> 
    401401        reworked build system, now using autoconf 
    402402 
     
    425425        * created plugin architecture and acc plugin 
    426426 
    427 2007-01-09 L. Donnie Smith <cwiid@abstrakraft.org> 
     4272007-01-09 L. Donnie Smith <donnie.smith@gatech.edu> 
    428428        reworked top-level Makefile 
    429429        bins install to /usr/local/bin on make install 
     
    443443        * added #ifdef tests around KEY_ macros in key_enum.{c,awk} 
    444444 
    445 2007-01-04 L. Donnie Smith <cwiid@abstrakraft.org> 
     4452007-01-04 L. Donnie Smith <donnie.smith@gatech.edu> 
    446446        wiimote 
    447447        * put mesg callback data in a union 
     
    463463        * added to package 
    464464 
    465 2006-12-31 L. Donnie Smith <cwiid@abstrakraft.org> 
     4652006-12-31 L. Donnie Smith <donnie.smith@gatech.edu> 
    466466        wiimote 
    467467        * changed various macro names and parameter types (mostly signed to unsigned) 
     
    482482        * added IR data widgets (not yet enabled) 
    483483 
    484 2006-12-28 L. Donnie Smith <cwiid@abstrakraft.org> 
     4842006-12-28 L. Donnie Smith <donnie.smith@gatech.edu> 
    485485        Initial release