# # # patch "ChangeLog" # from [d059c5cc9c6baed099449ea1f8025cbd263353c7] # to [d1bfc5159f817265dc4b821e824b41bb40be23e6] # # patch "config.py.example" # from [9248282147264a3a9d09df9de7337b672e2d41f2] # to [5caa9b078dfa5d31e27b8f21464014d619dc9b66] # ============================================================ --- ChangeLog d059c5cc9c6baed099449ea1f8025cbd263353c7 +++ ChangeLog d1bfc5159f817265dc4b821e824b41bb40be23e6 @@ -1,5 +1,10 @@ 2007-07-04 Grahame Bowland + * mention that "Monaco" isn't present on a lot + of systems. + +2007-07-04 Grahame Bowland + * remove defunct authors.py; update the AUTHORS file to mention new contributors ============================================================ --- config.py.example 9248282147264a3a9d09df9de7337b672e2d41f2 +++ config.py.example 5caa9b078dfa5d31e27b8f21464014d619dc9b66 @@ -62,7 +62,9 @@ graphopts = { 'dot' : '/usr/bin/dot', # options to use for nodes in the dot input file - # we generate. + # we generate. Note that the font below (Monaco) + # might not be present on your system; try something + # like "Luxi mono" should look nice 'nodeopts' : { 'fontname' : 'Monaco', 'fontsize' : '8', 'shape' : 'box',