[squeak-dev] Daily Commit Log

commits at source.squeak.org commits at source.squeak.org
Wed Sep 11 23:55:04 UTC 2013


Changes to Trunk (http://source.squeak.org/trunk.html) in the last 24 hours:

http://lists.squeakfoundation.org/pipermail/packages/2013-September/006360.html

Name: Installer-Core-cmm.380
Ancestors: Installer-Core-cmm.379

Remove call to unimplemented message.

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2013-September/006361.html

Name: Monticello-cmm.565
Ancestors: Monticello-bf.564

- Utility method for removing oldest files from a package-cache directory.
- stubAllAncestry as part of Smalltalk cleanUp.
- Minor clean ups.

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2013-September/006362.html

Name: FlexibleVocabularies-bf.13
Ancestors: FlexibleVocabularies-ar.12

Remove empty category.

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2013-September/006363.html

Name: Monticello-bf.566
Ancestors: Monticello-cmm.565

Add 'check all packages for changes' menu item (and unify workingCopyListMenu: and workingCopyTreeMenu: while at it)

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2013-September/006364.html

Name: MonticelloConfigurations-bf.115
Ancestors: MonticelloConfigurations-fbs.114

Re-check working copies modified by preloading.

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2013-September/006365.html

Name: System-ul.590
Ancestors: System-cmm.589

TextDiffBuilder changes:
- #split: returns an Array of DiffElements instead of Strings
- introduced #from:to:ignoreLineEndings:, so one doesn't have to change the global preference to get the preferred behavior
- unrolled and optimized some parts of #lcsFor:and: 
- fixed some comments

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2013-September/006366.html

Name: Tests-ul.251
Ancestors: Tests-cmm.250

- added test for #ignoreLineEndings to TextDiffBuilderTest
- refactored some parts of TextDiffBuilderTest

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2013-September/006367.html

Name: Tools-fbs.494
Ancestors: Tools-tpr.493

Browser >> #defineMessage:notifying: is nearly identical to #defineMessageFrom:notifying:, only it has no senders.

Turn it into a proper copy by delegating to the preferred method, and deprecate.

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2013-September/006368.html

Name: System-nice.591
Ancestors: System-ul.590

Fix the ability to browse the references to a Symbol which is not a valid selector, like:
    SystemNavigation default browseAllCallsOn: #':'

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2013-September/006369.html

Name: EToys-nice.108
Ancestors: EToys-nice.107

#: is a fragile squeakism dating from now obsolete alternate selector syntax.
It is unportable to other dialects and might be obsoleted in future trunk version.
Replace it with universal syntax for invalid selectors: #':'

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2013-September/006370.html

Name: Protocols-nice.44
Ancestors: Protocols-fbs.43

#: is a fragile squeakism dating from now obsolete alternate selector syntax.
It is unportable to other dialects and might be obsoleted in future trunk version.
Replace it with universal syntax for invalid selectors: #':'

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2013-September/006371.html

Name: System-fbs.592
Ancestors: System-nice.591

Move Behaviour >> #changeRecordsAt: to System-Changes. There are other System-Changes things still in Behavior, which should also eventually move.

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2013-September/006372.html

Name: Kernel-fbs.805
Ancestors: Kernel-fbs.804

Move Behaviour >> #changeRecordsAt: to System-Changes. There are other System-Changes things still in Behavior, which should also eventually move.

=============================================


More information about the Squeak-dev mailing list