home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 January
/
usenetsourcesnewsgroupsinfomagicjanuary1994.iso
/
sources
/
misc
/
volume17
/
calentool
/
part19
/
Fixes2_2
< prev
next >
Wrap
Text File
|
1991-04-07
|
6KB
|
101 lines
# $Header$
Version 2.2 of calentool fixes the following bugs:
-Add -lpixrect to list of libraries for compiling calencheck under
SunOS > 4.0 [shared libs problem] <seamans@seaimage.nlm.nih.gov>,
<canuck@rice.edu>
-Fix typos in man page <paulb@ttidca.tti.COM>
-Correct typos in space events file. <blackje@sungod.crd.ge.COM>
-Fix bug where "day_first" was not getting intialized properly.
<robin@turing-institute.ac.uk>
-Fix bug where command line dates specified as mm/dd/19yy were
incorrectly parsed. <paulb@ttidca.tti.COM>
-Fix bug in computation of the LHA of the sun. <pvo@oce.orst.edu>
-Fix various date bugs in events file. <paulb@ncc1701.tti.COM>
-Fix various bugs in world file. <jk@research1.computer-science.manchester.ac.uk>
-Fix bug wrt week selection from iso month display. <hk@simulina.se>
-Fix bug in calculation of solstice times. <winner@CS.IDA.ORG>
-Fix bug where frame opens to wrong day. <mdf0%shemesh@gte.COM>
<ndn@seg.national-physical0lab.co.uk> <syd@DSI.COM>
-Fix bug where reading an alternate file changes date. <mdf0%shemesh@gte.COM>
-Fix bug where -Px -o combination truncates appts file. <baron@cs.ucla.edu>
<sun!sono!holly> <david@srv.pacbell.COM>
-Fix nasty bug relating to deleted appts that caused other appts not
to be visible. <slm@wsc-sun.boeing.com> <indra@amdcad.amd.com>
<gary%cs@ucsd.edu> <khanna@QAL.Berkeley.Edu>
-Force fileframe to close when base frame closes. <mdf0%shemesh@gte.com>
-Fix bug where marked holidays were not displayed on the day page.
<mdf0%shemesh@gte.COM>
-Fix bug that allowed temporarily changing readonly appts. <mdf0%shemesh@gte.COM>
-Fix bug that prevented "paste" from properly pasting weekly repeated
appointments. <paulb@ttidca.tti.COM>
-Fix bug that prevented non-repeated, duplicate events from being displayed
(and core dumping). <paulb@ttidca.tti.COM>
-Fix bug made LOOKAHEAD and RUN mutually exclusive when set via modify
menu. <holley%sono@sun.com>
-Show all appointments at a given time when printing to the console.
<paulb@ttidca.tti.COM>
-Set ReadOnly panel item in File frame to match file permissions. Force
the Original button to do an accept operation. <tdat!dc1@suntzu.sun.com>
-Fix bug that may trash file if expire is run on readonly appts file.
<tdat!dc1@suntzu.sun.com>
-Fix bug that incorrectly calculated day of year.
-Fix bug that prevented "-muser" from working correctly ("-m user" worked
OK). <ross!marty@cs.utexas.edu>
-Fix bug that allowed entering new appts in a read_only calendar.
<mdf0%shemesh@gte.COM>
-Fix bug that sometimes caused garbage to be printed for the
appointment text for the reminder while the tool was iconic.
-Escape leading special characters in appointment text so they
aren't confused with calentool's reserved characters.
-Use supplied appts file name rather than the default .appointments
when using the -i and -z options. <mdf0%shemesh@gte.COM>
-Reduce the number of icon slots reserved on the desktop from 10 to 5.
I still can't get it down to just 1.
Version 2.2 of calentool adds the following new features:
:: Add length of day to sun frame display <seamans@seaimage.nlm.nih.gov
:: Add additional events to Celtic file. <wayne%teemc.uucp@sharkey.cc.umich.edu>
:: Add new Canadian holidays file. <ian@sqarc.sq.COM>
:: Add printing of week number. <hk@simulina.se>
:: Change subject line of mail messages. <mdf0%shemesh@gte.COM>
:: Better support for Monday first calendars. <hk@simulina.se>
:: Move Latitude and Longitude setting from riseset.h to Makefile.
<casey@gauss.llnl.gov>
:: Allow -x and -o options to work together to expire appts at any time.
<tdat!dc1@suntzu.sun.com>
:: Add support for Monday-Friday repeating appointments.
:: Change the year display to fixed 6 weeks per month to prevent
"leftover" days.
:: Add support to set advance reminder time on a per appt basis.
:: Add support for L6 and L8 function keys (PUT/GET [Copy/Paste]).
:: Add week numbers on month PostScript output. <hk@simulina.se> If
monday_first is set then ISO week numbers are printed on the
right edge, otherwise normal week numbers are printed on the
left edge.
:: Add direct PostScript printer output for day and week pages,
obviating the need for raster to ps conversion.
:: Add option to Change Printer menu to allow printing to a file.
:: Add command line option to select ASCII or PostScript output
for the -P/-p and -M/-m commands.
:: Add a Done button with Close and Quit options.
:: Cleanup day and week displays when there are overlapping appts.
The arrows are now offest so one can see their full length.
:: Allow dynamic sizing of the day page (i.e. start time, end time
and number of notes) via the command line. <tdat!dc1@suntzu.sun.com>
:: Allow the SunView -Wt option to override the default font used.
:: New events files with many additions.
:: Optimize calculation of holiday dates. This improved the time
to display the year page by an order of magnitude when using
the -hA option.
:: Show hidden arrows as dashed lines in day and week displays.
This allows seeing true appointment booking at a glance
when there are hidden or overlapping appointments.
:: Optimize searching of include files, especially for month and
year displays to reduce the time. It's still real slow on the
week display if many large files are included.
In addition, some of the shared code between calentool and calencheck
has been moved to a new file for easier maintenance.