File: CHANGES

package info (click to toggle)
wbd 1.0ucl4-7
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 296 kB
  • ctags: 476
  • sloc: ansic: 4,131; tcl: 1,663; makefile: 91
file content (27 lines) | stat: -rw-r--r-- 1,211 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
10 Feb 1999
	- Added +d command line option to send limited debug messages to stdout
	- Removed sleep and created a 40ms timeout on the recv.
	- Loop on NetFetch for 30 packets before more tcl/tk processing.
	- Increased send and receive buffers to 65536.
	- CheckQueues is limited to 5 packets at a time.
	- reduced default datarate to 65536.
	- Import text now only sends the last page (same as wb) to reduce traffic.  Other pages are sent when requested.
	- Page is changed to active drawer.

20 Jan 1999
	- Added error message if Ghostscript fails.
	- Fixed problem of ps disappearing - bracket in wrong place.
	- Increased sleep to 20ms to reduce cpu load when idle.

02 July 1998
	- Fixed bug in build_page_report. pd->active was being byte swapped as a long instead
 	of a short. 
	- Session names with quotes in their names were not being eval'd in tkStringSet, so now
	evals {%s} instead of "%s". 
	- New pages were being created in PageAdd for every user making changes to the same
	page. PageAdd and PageFind now both ignore the 'creator' of the page. 
	- ParseDrawGrpPS now checks that all the PS messages have been received before
	continuing. 
	- Temporary PS files are now removed on windows.