bbsmount (0.3.1) * Removed the none-blackbox specific configuration file. * Added manual page. * If signal SIGUSR1 is catched, then bbsmount is reconfigured. * Tooltip for mounts was added. * Updated code taken from bbmail to version 0.8.3 * Added i18n.cc and i18n.hh (bbsmount displays texts in tooltips, so i18n is needed). * Release version is compiled with -Os by default * Found and removed bug on screens with low depth, where images were not shown. bbsmount (0.3.0pre3) * ImagePrefix bug was reported (ImagePrefix was not used). This version fix this bug. bbsmount (0.3.0pre2) * X event is generated only when some mount point is newly mounted/umounted. * What is mounted can be read from output of mount command (see ./configure --disable-mtab) * If mtab is not found by configure script mount command is used. bbsmount (0.3.0pre1) * Updated code taken from bbmail to version 0.6.0 * Previous version crashes on XFree86 > 4.1.0 - this is now fixed (I hope)!!! * I successfully compiled bbsmount with this g++: 2.95.4, 3.0.4, 3.2.3 * I am using bbsmount on XFree 4.2.1, previous version was tested on XFree86 4.1.0 bbsmount (0.2.99) * You can define your own commands. * Can be compiled with g++-3.X (g++-3.0 was tested) * Regexp is not used * Bbsmount is more OO * STL is used * button actions can be defined * Removed 'mountok' and 'mountfail', because this can be done by shell script * Better drawing code * mounting can be done in background * !!! NOTICE: bbsmount config file is different from previous versions. !!! bbsmount (0.2.3) * Added 2 mount options 'mountok' and 'mountfail'. Both these commands are executed with system(), so you can use 'shell magic' to customize bbsmount (included utility tkmsg to show errors from (u)mount). bbsmount (0.2.2) * Added missing mountedcd.xpm * Removed Reconfigure() from ConfigureNotify event, so when bbsmount starts, then paints images only once and it may improve stability * If you don't specify image in bbsmounts' resources, default image is shown bbsmount (0.2.1) * When you successfully mount drive, drive tile is not painted twice * I added better mechanism for loading image files. You can now specify imageprefix in bbsmount.conf * When image not found, bbsmount shows default image. * Automake & autoconf changes * Clean code from old unused code bbsmount (0.2.0) * rewrite of code * included new Image.cc (from blackbox-0.50.4), 8-bits colors should now be better supported * configuration style changed to match bbsload-0.1.0 and bbmail-0.5.0