Pre-release:
date: as soon as the following issues are solved, but no later than
Thursday 22 evening (GMT).
tag: as soon as possible after the latter date, Smartdata will apply
a CVS tag on all files. No snapshot will be specifically done.
Issues:
A01: Theme refresh bug
Status: corrected
A02: Screen rotation
Status: ongoing
Due date: Thursday 22
==> As soon as it is finished, we'll tag everything as pre-released
A03: Depth switching
Postponed to later release, unless other A points completely finished.
A04: Getting abs position
Status: finished
XCOPILOT:
Anything postponed to later release
Other:
Micah:
==> - do you have an up-to-date list of annoying other bugs or
missing things I should be aware of ?
==> - where can I find an example of client-side request for screen rotation ?
==> - where can I find an example of client-side request for depth switching ?
==> - It would be nice to have the logs in ChangeLog format, or, at least,
with filenames listed for each log entry. It is indeed easier for the
author of the change to list the files than for the others to garther
the info from cvs logs.
Changelog can be generated easily in Emacs (c-x 4 a, or esc-x
add-change-log-entry-other-window).
Can we also have the log/todo links for Philippe on the homepage ?
Thanks for answering the '==>' marked points.
Pascal.
--
Pascal Bauermeister
Head of Software Development
SMARTDATA
PSE-A / EPFL
CH-1015 Lausanne
http://www.smartdata.ch
mailto:[EMAIL PROTECTED]
Phone: +41 (21) 693 84 98
fax: +41 (21) 693 84 91
--- display.c Tue Aug 25 14:56:02 1998
+++ display2.c Fri May 19 16:07:52 2000
@@ -439,7 +439,7 @@
static void HandleDigitizer(Widget w, XtPointer client_data, XEvent *event, Boolean
*continue_to_dispatch)
{
- Time start;
+ static Time start;
*continue_to_dispatch = True;