2000-04-19 01:10 mac * LSM, Makefile.in, NEWS, README: setting version number to 0.3.5 2000-04-19 00:49 mac * Makefile.in: - ChangeLog is now created automatically from CVS logs on "make dist" - that means ChangeLog goes under "dist_clean" now 2000-04-19 00:45 mac * .cvsignore: - ignore ChangeLogs 2000-04-19 00:44 mac * ChangeLog: automatically created by 'make' from CVS log messages 2000-04-19 00:32 mac * glbiff.cc: - (hopefully) fixed a setitimer() problem on Solaris machines [patch sent in by Moritz Barsnick ] 2000-04-19 00:09 mac * Makefile.in: - ah, found out about "target:;" makefile syntax; adopted this syntax for the remaining rules without dependents - CPPFLAGS should NOT be included in CXXFLAGS; it should be used seperately on command lines - some clean up, moving around of flags on command lines, removal of unnecessary rules (or of rules which are already provided implicitly by make or autoconf) 2000-04-19 00:01 mac * configure.in: - AC_PROG_CC added (so gcc is used for the "configure" tests) 2000-04-18 01:25 mac * ChangeLog, LSM, Makefile.in, NEWS, README, TODO: - final changes prior to release 2000-04-18 01:08 mac * NEWS: - initial revision 2000-04-18 01:02 mac * cfg.cc, glbiff.cc, glbiff.h, glbiffrc.5, glbiffrc.sample: - now support "mailprog" and "newmail" as glbiffrc(5) options 2000-04-18 00:33 mac * Makefile.in: - patch by Moritz Barsnick 2000-04-16 00:21 mac * ChangeLog, LSM, Makefile.in, README, README.last-minute, TODO: doc changes 2000-04-09 02:43 mac * glbiff.cc: - removed references to the obsolete sa_restorer field in sigaction; Alpha's don't have it anymore 2000-04-09 02:39 mac * configure.in: - using libGL, libGLU instead of the explicit Mesa names of old 2000-02-13 11:30 mac * ChangeLog: - regenerated ChangeLog from "cvs log" to sync the two 2000-02-13 11:17 mac * Makefile.in: - updated version number 2000-02-13 11:14 mac * Makefile.in: - more robust "tags" target - "pack" target is now called "dist" 2000-01-16 14:00 mac * Makefile.in: - $LDFLAGS wasn't being brought in from the 'configure' script - we should be using $CXX, not $CC for linking and loading - "configure" also ditched during a "distclean" - that means that we need to run "autoconf" before tarring a package 2000-01-16 13:58 mac * configure.in: - the library checks now *append* the libraries to $LIBS instead of prepending - minor touchups 2000-01-16 13:57 mac * README: - added blurb about dealing with non-standard paths to headers and library files 2000-01-16 13:56 mac * .cvsignore: - added "configure" 2000-01-16 13:55 mac * configure: - why the heck were we keeping this under CVS? 2000-01-13 23:19 mac * TODO: - added a checkpoint: tagging the repo at release time 2000-01-13 17:11 mac * TODO: - added some steps in the pre-release checklist 2000-01-13 17:11 mac * README: - typo 2000-01-13 16:07 mac * TODO: - final touch-up before release 2000-01-13 16:07 mac * README, README.last-minute: - final modifications and touch-ups before release 2000-01-13 16:06 mac * glbiff.1: - added blurb under DESC. mentioning what can be done with the mouse 2000-01-13 15:11 mac * glbiff.1, glbiffrc.5: - put GPL header comments in all the man pages 2000-01-13 15:11 mac * astro.cc, astro.h, cfg.cc, cfg.h, defs.h, draw.cc, draw.h, glbiff.cc, glbiff.h, mail.cc, mail.h, rgb.h: - put GPL headers in all the source files 2000-01-13 14:42 mac * cfg.cc: - better handling of the main `fgets()' that reads in the configuration; used to process the last line of the config file twice due to its weird EOF behaviour (it seems fgets does not set stream EOF if it read some characters prior to running into it) 2000-01-13 14:39 mac * Makefile.in: - fixed the problem with the `install' calls when installing the man pages for both cases: when the parent directories are and are not present 2000-01-13 13:58 mac * TODO: - quite a few updates since last time 2000-01-13 13:44 mac * glbiffrc.5: - eliminated the white space between section which was causing superfluous padding in the final output 2000-01-13 13:43 mac * glbiff.1: - typo in header, specified manual section 5 instead of 1 - added the DESCRIPTION blurb - added a link to the glbiffrc(5) man page in the SEE ALSO section - commented out empty lines which were causing all the sections to have extra padding at their boundaries 2000-01-13 12:45 mac * draw.cc: the "January" bug patch from Peter Tirsek 1999-12-01 20:23 mac * glbiff.cc: - we now handle the 'geometry' command line switch - we do not do the tricks with the X11 event Q anymore when timers expire; we have now adopted a more 'glut-like' approach with the X11 Q being checked every so often, but never blocking on it - added the '-v|--version' command line switch 1999-12-01 20:18 mac * glbiff.1: -minor NAME touchup 1999-12-01 20:15 mac * README: -moved the chunk on .glbiffrc into the glbiffrc man page 1999-12-01 20:11 mac * Makefile.in: - updated the package version number; now a new major revision - we now pass the version number string to the source files during compilation - added the 'install-man' target to install man pages 1999-12-01 19:46 mac * glbiff.1, glbiffrc.5: Initial stabs at the manual pages. 1999-11-11 00:31 mac * cfg.cc, draw.cc, draw.h, glbiff.cc, glbiff.h: Dumped GLUT for GLX. Still have a problem with waking XNextEvent(): currently it is possible to have an XFlush be interrupted and the ALARM handler making use of XFlush also. This results in the app freezing. Investigating other alternatives, a la GLUT. 1999-11-05 23:47 mac * glbiffrc.sample: -slightly better formatting on the sample configuration file 1999-11-05 23:46 mac * glbiff.cc: -a little window title touch up 1999-11-05 23:45 mac * Makefile.in: -"Makefile" should be removed on distclean (we still have Makefile.in) 1999-06-26 13:20 mac * mail.cc: Moved `cfg_file()' to cfg.cc 1999-06-26 13:19 mac * glbiff.cc: Reworked the command line switch names (now we have short and long forms); added (-h | --help) which lists possible args. 1999-06-26 13:18 mac * cfg.cc: `cfg_file()' now simply expands the initial tilde(~) in `file_config'. 1999-06-26 10:58 mac * astro.cc: Elaborated a comment. 1999-02-10 23:23 mac * ChangeLog, Makefile.in, README: Updated the README file with new info. Modified the Makefile template to better handle packing and installing. 1999-02-10 23:07 mac * ChangeLog, Imakefile, Makefile.in, astro.cc, astro.h, cfg.cc, cfg.h, configure, configure.in, draw.h, mail.cc: Added egcs patches from Frederick (Rick) A Niles 1998-12-06 15:35 mac * Makefile.in: various changes 1998-12-06 15:31 mac * Makefile.in, README, TODO, astro.cc, astro.h, cfg.cc, cfg.h, configure.in, draw.cc, draw.h, glbiff.cc, mail.cc, mail.h, rgb.h: various changes 1998-09-11 02:52 mac * astro.cc, astro.h, draw.cc, draw.h, glbiff.cc: - 1998-09-10 23:43 mac * TODO, draw.cc, glbiff.cc, rgb.h: various changes 1998-05-10 22:51 mac * astro.cc, astro.h, draw.cc, glbiff.cc: added code for DST detection, and a very primitive sky colouring (if sun not visible, sky colour is black) 1998-04-05 18:36 mac * ChangeLog: various changes 1998-04-05 18:33 mac * ChangeLog, TODO: various changes 1998-04-05 18:33 mac * glbiff.cc: Chuck Robey's patch for FreeBSD 1998-04-05 18:32 mac * README: changes reflecting Imakefile use 1998-04-05 18:31 mac * Imakefile: Initial revision 1998-04-05 13:27 mac * TODO: no description 1998-04-05 13:27 mac * glbiff.cc: -mailprog and -newmail handling; better defaults for them 1998-04-05 12:56 mac * README, TODO, draw.cc, draw.h, glbiff.h: no description 1998-04-05 12:55 mac * glbiff.cc, mail.cc: bug fixes 1998-04-04 02:51 mac * glbiff.cc: using GLUT instead of Mesaaux 1998-04-03 12:33 mac * glbiff.cc: -geometry parsing added 1998-04-02 20:08 mac * README, TODO, glbiff.cc: snap 1998-04-01 23:00 mac * glbiff.cc: smarter mouse clicking on the mailbox 1998-03-20 23:34 mac * TODO, glbiff.cc, mail.cc: snap 1998-03-19 02:01 mac * glbiff.cc, mail.cc, TODO: snap 1998-03-10 00:32 mac * defs.h, glbiff.cc, mail.cc, mail.h: works: check email in folders 1998-03-06 03:45 mac * glbiff.cc: Initial revision