Overview
Comment:Added debug statement.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: 17b57461906b46123b0aca4a4eb36b344a49ea0dc1154b2949d6f7a9d56e2a51
User & Date: geraint@users.sourceforge.net on 2002-08-21 05:59:47
Other Links: branch diff | manifest | tags
Context
2002-08-21
06:14:57
Latest stable version (1.0) from sf syncmail project. check-in: 950ce75a86 user: geraint@users.sourceforge.net tags: origin/master, trunk
05:59:47
Added debug statement. check-in: 17b5746190 user: geraint@users.sourceforge.net tags: origin/master, trunk
2002-08-20
19:33:21
Minor bug fixes and enhancements (I hope):

Delimited expressions within function calls to prevent denominators from continuing beyond commas.
Allow latex to adjust size of parentheses according to expression within.
Replaced ^ with \uparrow (less misleading - latex maths doesn't understand operator precedence or words).
Replaced abs(x) with |x| when x does not contain brackets. check-in: 3e6154ff3d user: geraint@users.sourceforge.net tags: origin/master, trunk

Changes

Modified CVSROOT/syncmail from [c9554ab114] to [2b9dfd3f97].

272
273
274
275
276
277
278

279
280
281
282
283
284
285
286
287
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288







+









                L[-1] = "%s %s" % (prev, s)
            else:
                L.append(s)
        specs = L

    if verbose:
        print 'Generating notification message...'
	print 'Debug statement: in mtt/CVSROOT/syncmail'
    blast_mail(subject, people, specs[1:], contextlines)
    if verbose:
        print 'Generating notification message... done.'



if __name__ == '__main__':
    main()
    sys.exit(0)


MTT: Model Transformation Tools
GitHub | SourceHut | Sourceforge | Fossil RSS ]