home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / x / volume13 / xcal / part01 / CHANGES next >
Text File  |  1991-05-12  |  4KB  |  124 lines

  1. Changes:      CHANGES     2.12     91/03/22
  2.  
  3. --------------------------- 3.3
  4.  
  5.     Implement the ability to deal with regular weekly events.
  6.     This is part of the memo system. Today's current events are
  7.     shown as part of the memo panel. They can be edited by hitting
  8.     a button and bringing up a special strip with an entry for
  9.     each day. These regular event files are integrated into
  10.     the alarm system.
  11.  
  12.     Allow today's name: Monday, Tuesday etc to appear in the top
  13.     level widget, the header of an edit window and the title of
  14.     the memo box. This is controlled by the Order and Format
  15.     resources and so previous behaviour can be maintained. Beware
  16.     that this redefines the names of the days so
  17.         Sunday maps to Sunday
  18.     and a new short name is used for the abbreviated form
  19.         Sun maps to Sun
  20.     used in date strips.
  21.  
  22.     Ensure that middle and right button translations work in the
  23.     memo button in the top level widget (suggested by Casey
  24.     Leedom).
  25.  
  26.     New Imakefile from Casey Leedom. This has support for pscal.
  27.     New pscal/Imakefile.
  28.  
  29.     Add initialMemo resource so the memo box can popup at startup
  30.     time - (suggested by G. W. Pigman III)
  31.  
  32.     Steven Plite pointed out that the year display is
  33.     inconsistent. To allow choice, add three new resources:
  34.         dateYearIsTwoDigits
  35.         memoYearIsTwoDigits
  36.         editYearIsTwoDigits
  37.     You can now choose how you would like to have your year
  38.     displayed in the various places.
  39.     Defaults to showing four digits.
  40.  
  41.     System V release 4 fixes from Dave McCraken.
  42.     Alters: xcal_alarm.c, xcal_cal.c, *.bm xcal.c
  43.  
  44.     The memo box quit button causes a Save File
  45.     dialogue box to be popped if the memo data has been
  46.     altered and not saved. The behaviour of this was wrong
  47.     when there was no memo data.    Reported by Greg Bond.
  48.     Fixed by changing tests in xcal_memo.c.
  49.  
  50.     Proper length of a directory entry under SYSV is 
  51.     strlen(dp->d_name) not strlen(dp->d_name)+1.
  52.     Changed xcal_edit.c             (Dave McCraken)
  53.  
  54.     Eliminated double definition of GetMemoFile() and incorrect
  55.     definition of MemoHelp() in xcal_memo.c (David C Lawrence)
  56.  
  57. --------------------------- 3.2 
  58.  
  59. Xcal - Version 3.2 Issued to comp.sources.x
  60.  
  61.     Fixes some stupid bugs
  62.     Ensures that update code works properly
  63.  
  64. ---------------------------- 3.1
  65.  
  66. Xcal - Version 3.1 Issued to comp.sources.x (un-intentionally)
  67.  
  68.     Adds the memo functionality and the Stick/Unpin feature
  69.     for alarms.
  70.  
  71. ---------------------------- 2.1
  72.  
  73. Xcal - Version 2.1 Issued privately
  74.  
  75.     Two main differences between version 1.1 and version 2.1
  76.     a)    Version 2.1 has alarms so that xcal can poll you
  77.         during the day - idea contributed by Mark Majhor, Sequent
  78.         and then unashame-edly hacked by me.
  79.     b)    Version 2.1 has a support program supplied by Ed Gould
  80.         from Mt Xinu allowing you to set up a file suitable for
  81.         driving UNIX's calendar program.
  82.  
  83. ---------------------------- 1.6
  84.  
  85. pscal/pscal.sh    Fix to make sed work better to truncate the calendar file
  86.         when printing.
  87.         From Gregory Bond, Burdett Buckeridge & Young Ltd, Melbourne, Australia
  88.         Internet: gnb@melba.bby.oz.au    non-MX: gnb%melba.bby.oz@uunet.uu.net
  89.  
  90. ---------------------------- 1.5
  91.  
  92. xcal.h        Add initialCalendar/initialEdit switches
  93.         Support for better start-up options... from
  94.         From: Rod Whitby <rwhitby@adl.austek.oz.au>
  95.  
  96. xcal.c        Add hooks and code to perform startuo
  97.  
  98. Imakefile    Corrected
  99.  
  100. xcal.man    Add new lines supporting initialCalendar/initialEdit
  101.  
  102. ---------------------------- 1.4
  103. xcal_edit.c    Fix bug where colour mapping on days failed to change when
  104.         data is deleted or added.
  105.  
  106. xcal.h/xcal.c/xcal_strip.c
  107.         Add a new resource minStripWidth intended to allow
  108.         users to widen the strip to some value which seems
  109.         sensible. If zero the resource is unused.
  110.  
  111. XCal.ad        Add colour map from wade@cs.utk.edu
  112.  
  113. xcal_edit.c    Changes to XBell calls due to typo
  114.         Steve Alexander, Software Technologies Group
  115.         INTERACTIVE Systems Corporation, Naperville, IL
  116.          ...!{sun,ico}!laidbak!stevea
  117.         stevea@i88.isc.com
  118.  
  119.  
  120.     
  121. Xcal - Version 1.1 Issued to the net comp.sources.x. 
  122.         xcal: Volume 7, Issue 1-2
  123.  
  124.