The Trunk: System-cmm.1060.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: System-cmm.1060.mcz

commits-2
Chris Muller uploaded a new version of System to project The Trunk:
http://source.squeak.org/trunk/System-cmm.1060.mcz

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

Name: System-cmm.1060
Author: cmm
Time: 4 April 2019, 6:02:52.466778 pm
UUID: 61645132-b95b-43f7-9a75-1567ae167599
Ancestors: System-eem.1058

Metacello and GitInfrastructure tools are currently the best way to load projects hosted by github.com.  Promote installation of these tools to the Tools menu.

=============== Diff against System-eem.1058 ===============

Item was changed:
  ----- Method: Utilities class>>initializeCommonRequestStrings (in category 'common requests') -----
  initializeCommonRequestStrings
  "Initialize the common request strings, a directly-editable list of expressions that can be evaluated from the 'do...' menu."
 
  CommonRequestStrings := StringHolder new contents:
+ 'Utilities emergencyCollapse.
- 'Installer ensureRecentMetacello.
- Installer installGitInfrastructure.
- -
- Utilities emergencyCollapse.
  Utilities closeAllDebuggers.
  -
  Sensor keyboard.
  ParagraphEditor abandonChangeText.
  Cursor normal show.
  -
  CommandHistory resetAllHistory.
  Project allInstancesDo: [:p | p displayDepth: 16].
  ScriptingSystem inspectFormDictionary.
  Form fromUser bitEdit.
  Display border: (0@0 extent: 640@480) width: 2.
  -
  Undeclared inspect.
  Undeclared removeUnreferencedKeys; inspect.
  Transcript clear.
  Utilities grabScreenAndSaveOnDisk.
  FrameRateMorph new openInHand.
  -
  Utilities reconstructTextWindowsFromFileNamed: ''TW''.
  Utilities storeTextWindowContentsToFileNamed: ''TW''.
  ChangeSorter removeEmptyUnnamedChangeSets.
  ChangeSorter reorderChangeSets.
  -
  ActiveWorld installVectorVocabulary.
+ ActiveWorld abandonVocabularyPreference.'
- ActiveWorld abandonVocabularyPreference.
- Smalltalk saveAsNewVersion.'
 
  "Utilities initializeCommonRequestStrings"!

Item was changed:
+ (PackageInfo named: 'System') postscript: 'Utilities initializeCommonRequestStrings'!
- (PackageInfo named: 'System') postscript: '"Update user interface themes."
- UserInterfaceTheme cleanUpAndReset.'!