[Pkg] The Trunk: System-ar.349.mcz

commits at source.squeak.org commits at source.squeak.org
Sat Jul 10 21:13:59 UTC 2010


Andreas Raab uploaded a new version of System to project The Trunk:
http://source.squeak.org/trunk/System-ar.349.mcz

==================== Summary ====================

Name: System-ar.349
Author: ar
Time: 10 July 2010, 2:12:58.077 pm
UUID: f0a25abf-51ea-0340-aba1-f77962d91ab8
Ancestors: System-eem.348

Removed the old proxy server and port preferences (they are now held in HTTPSocket).

=============== Diff against System-eem.348 ===============

Item was removed:
- ----- Method: Preferences class>>httpProxyPort (in category 'standard queries') -----
- httpProxyPort
- 	^ self
- 		valueOfFlag: #httpProxyPort
- 		ifAbsent: [80]!

Item was removed:
- ----- Method: Preferences class>>httpProxyServer (in category 'standard queries') -----
- httpProxyServer
- 	^ self
- 		valueOfFlag: #httpProxyServer
- 		ifAbsent: ['']!



More information about the Packages mailing list