home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 22 gnu / 22-gnu.zip / gwm18a.zip / contrib / gwmsh / version.c < prev   
Text File  |  1995-07-03  |  3KB  |  81 lines

  1. /* version.c - Tracking releases
  2.  *
  3.  * Copyright (C) 1994 Valeriy E. Ushakov
  4.  *
  5.  * This program is free software; you can redistribute it and/or modify
  6.  * it under the terms of the GNU General Public License as published by
  7.  * the Free Software Foundation; either version 2, or (at your option)
  8.  * any later version.
  9.  * 
  10.  * This program is distributed in the hope that it will be useful,
  11.  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  12.  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  13.  * GNU General Public License for more details.
  14.  * 
  15.  * You should have received a copy of the GNU General Public License
  16.  * along with this program; if not, you can either send email to this
  17.  * program's author (see below) or write to:
  18.  * 
  19.  *              The Free Software Foundation, Inc.
  20.  *              675 Mass Ave.
  21.  *              Cambridge, MA 02139, USA. 
  22.  * 
  23.  * Please send bug reports, etc. to uwe@niif.spb.su
  24.  * 
  25.  * $Log: gwm.shar,v $
  26.  * Revision 1.107  1995/07/03  09:24:22  colas
  27.  * *** Version 1.8a ***
  28.  *
  29.  * logging by sending an udppacket is now disablable at run
  30.  * time by setting the environment variables NO_GWM_LOG or NO_KOALA_SPY
  31.  *
  32.  * Revision 1.100  1995/05/29  15:56:57  colas
  33.  * simple-win.gwm: new parameters:
  34.  *     label like simple-icon
  35.  *     legend to place the label on sides of window
  36.  *     lpad and rpad: number of () to pad the label with stretchable space
  37.  * bar-max-wdths set by default to 1000
  38.  *
  39.  * John Carr <jfc@MIT.EDU>: patches to supress warnings on AIX/RS_6000/xlc
  40.  * rxterm install fixed once more
  41.  *
  42.  * Revision 1.97  1995/05/16  16:16:36  colas
  43.  * contrib/scripts/find-bar-nils
  44.  *
  45. # Revision 1.5  1995/05/15  22:29:34  colas
  46. # bar can have abitrary shaped backgrounds (shaped tiles)
  47. #
  48.  * Revision 1.95  1995/05/11  17:06:56  colas
  49.  * better spy
  50.  *
  51.  * Revision 1.93  1995/04/26  16:34:51  colas
  52.  * Makefile added in distrib
  53.  *
  54.  * simple-icon.gwm:
  55.  *
  56.  *     - customize item "legend" can now be instead of () or t the strings:
  57.  *       "top" "base" "right" "left" for the positions where you want the string
  58.  *       to appear
  59.  *       e.g: (customize simple-icon any XTerm "left")
  60.  *
  61.  *     - new customization item "label" to provide either a fixed string or a
  62.  *       lambda which will be used to filter the label
  63.  *       must return a non-empty string otherwise the unfiltered label is used
  64.  *       e.g: to supress the Netscape: in netscape icon titles
  65.  *       (customize simple-icon any Netscape
  66.  *           label (lambdaq (s) (match "Netscape: \\(.*\\)$" s 1))
  67.  *       )
  68.  *
  69.  * iconify a window doesnt not loose the window anymore in case of error in wool
  70.  * code
  71.  *
  72.  * Revision 1.92  1995/04/25  14:31:09  colas
  73.  * *** Version 1.7p_beta_2 ***
  74.  *
  75.  * Revision 1.0  1994/09/29  18:29:40  uwe
  76.  * Initial revision
  77.  *
  78.  */
  79.  
  80. static char *Version = "$Id: gwm.shar,v 1.107 1995/07/03 09:24:22 colas Exp $";
  81.