annotate CVSROOT/checkoutlist @ 535:b0b5b880513a

Don't reverse packing on vertical boxes to compensate for the inverted Y-axis on OS/2. Instead this should be dealt with in the layout code taking into account the size of the box the items are sitting on. This new code mostly works, but has some problems.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Wed, 24 Mar 2004 00:05:39 +0000
parents e248987dfabf
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
7bd427ab6b45 initial checkin
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1 # The "checkoutlist" file is used to support additional version controlled
7bd427ab6b45 initial checkin
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2 # administrative files in $CVSROOT/CVSROOT, such as template files.
7bd427ab6b45 initial checkin
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3 #
7bd427ab6b45 initial checkin
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4 # The first entry on a line is a filename which will be checked out from
7bd427ab6b45 initial checkin
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5 # the corresponding RCS file in the $CVSROOT/CVSROOT directory.
7bd427ab6b45 initial checkin
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6 # The remainder of the line is an error message to use if the file cannot
7bd427ab6b45 initial checkin
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
7 # be checked out.
7bd427ab6b45 initial checkin
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
8 #
7bd427ab6b45 initial checkin
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
9 # File format:
7bd427ab6b45 initial checkin
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
10 #
7bd427ab6b45 initial checkin
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
11 # [<whitespace>]<filename><whitespace><error message><end-of-line>
7bd427ab6b45 initial checkin
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
12 #
7bd427ab6b45 initial checkin
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
13 # comment lines begin with '#'
4
e248987dfabf cvssenv: Added security
ktk@81767d24-ef19-dc11-ae90-00e081727c95
parents: 0
diff changeset
14 writeinfo Cannot checkout writeinfo !