http://gforge.inria.fr/frs/download.php/17569/Pharo0.1Core-10236.zip
update10232 - Remove the last PopUpMenu references. - Remove some of the CustomMenu uses (wherever it is possible to replace it with a simple UIManager dialog). - Mime mike kind of fixes ------------------------------------------------------ update10233 MVCMenuMorph killed Changeset - Hernan Morales: Issue 505: Optimize select:thenDo: Newversion ------------------------------------------------------ update10234 Issue 523: [SmallLint] Undeclared variables This check is similar to the "References an undeclared variable" check, but it looks for variables that are not defined in the class or in the undeclared dictionary. You probably had to work hard to get your code in this state. PasteUpMorph>>#makeNewDrawing:at: Project>>#storeSegmentNoFile CollectionRootTest>>#nonEmpty ScriptLoader>>#update10196 ScriptLoader>>#update10074 Issue 525: useless boolean checks on Morphic extras MorphicExtras Check for a =, ==, ~=, or ~~ message being sent to true/ false or with true/false as the argument. SqueakPage>>#write URLMorph>>#mouseUp: ClockMorph>>#addCustomMenuItems:hand: ClockMorph>>#step ClockMorph>>#toggleShowingSeconds ClockMorph>>#toggleShowing24hr MorphObjectOut>>#doesNotUnderstand: SketchEditorMorph>>#verifyState: SketchEditorMorph>>#deliverPainting:evt: FlapTab>>#inboard FlapTab>>#flapShowing FlapTab>>#tabSelected ReferenceMorph>>#isHighlighted SimpleSliderMorph>>#truncate ------------------------------------------------------ update10235 Polymorph new version ------------------------------------------------------ update10236 Issue 316: forgetAllGrabCommandsFrom: at startup scanning all the objects Issue 559: Message sent but not implemented: AlignmentMorph Issue 579: 0007218: ClassOrganizer categories breaks if given an empty array Issue 580: 0007291: MC1.5 overrides methods in HTTPSocket Issue 581: 0007218: ClassOrganizer categories breaks if given an empty array Issue 234: 0007131: Syntax Error dialogs raise more errors than does the calling Parser Issue 235: 0007205: Monticello Snapshot Speedup via new MethodReference ivar -- Marcus Denker -- [hidden email] http://www.marcusdenker.de _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
Thank you Marcus. I'm now generating a new pharo-dev based on it.
On Wed, Feb 18, 2009 at 2:18 PM, Marcus Denker <[hidden email]> wrote: > http://gforge.inria.fr/frs/download.php/17569/Pharo0.1Core-10236.zip > > > update10232 > - Remove the last PopUpMenu references. > - Remove some of the CustomMenu uses (wherever it is possible to > replace it with a simple UIManager dialog). > - Mime mike kind of fixes > ------------------------------------------------------ > > > update10233 > MVCMenuMorph killed > Changeset > - Hernan Morales: Issue 505: Optimize select:thenDo: > > Newversion > ------------------------------------------------------ > update10234 > Issue 523: [SmallLint] Undeclared variables > This check is similar to the "References an undeclared variable" > check, but it looks for variables that > are not defined in the class or in the undeclared dictionary. You > probably had to work hard to get > your code in this state. > > PasteUpMorph>>#makeNewDrawing:at: > Project>>#storeSegmentNoFile > CollectionRootTest>>#nonEmpty > ScriptLoader>>#update10196 > ScriptLoader>>#update10074 > > Issue 525: useless boolean checks on Morphic extras > MorphicExtras Check for a =, ==, ~=, or ~~ message being sent to true/ > false or with true/false as the argument. > SqueakPage>>#write > URLMorph>>#mouseUp: > ClockMorph>>#addCustomMenuItems:hand: > ClockMorph>>#step > ClockMorph>>#toggleShowingSeconds > ClockMorph>>#toggleShowing24hr > MorphObjectOut>>#doesNotUnderstand: > SketchEditorMorph>>#verifyState: > SketchEditorMorph>>#deliverPainting:evt: > FlapTab>>#inboard > FlapTab>>#flapShowing > FlapTab>>#tabSelected > ReferenceMorph>>#isHighlighted > SimpleSliderMorph>>#truncate > ------------------------------------------------------ > update10235 > Polymorph new version > ------------------------------------------------------ > update10236 > Issue 316: forgetAllGrabCommandsFrom: at startup scanning all the > objects > Issue 559: Message sent but not implemented: AlignmentMorph > Issue 579: 0007218: ClassOrganizer categories breaks if given an empty > array > Issue 580: 0007291: MC1.5 overrides methods in HTTPSocket > Issue 581: 0007218: ClassOrganizer categories breaks if given an empty > array > Issue 234: 0007131: Syntax Error dialogs raise more errors than does > the calling Parser > Issue 235: 0007205: Monticello Snapshot Speedup via new > MethodReference ivar > > > > -- > Marcus Denker -- [hidden email] > http://www.marcusdenker.de > > > _______________________________________________ > Pharo-project mailing list > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > -- Damien Cassou http://damiencassou.seasidehosting.st _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
yeap
I always get a cool feeling when I see this list stef On Feb 18, 2009, at 2:51 PM, Damien Cassou wrote: > Thank you Marcus. I'm now generating a new pharo-dev based on it. > > On Wed, Feb 18, 2009 at 2:18 PM, Marcus Denker <[hidden email]> > wrote: >> http://gforge.inria.fr/frs/download.php/17569/Pharo0.1Core-10236.zip >> >> >> update10232 >> - Remove the last PopUpMenu references. >> - Remove some of the CustomMenu uses (wherever it is possible to >> replace it with a simple UIManager dialog). >> - Mime mike kind of fixes >> ------------------------------------------------------ >> >> >> update10233 >> MVCMenuMorph killed >> Changeset >> - Hernan Morales: Issue 505: Optimize select:thenDo: >> >> Newversion >> ------------------------------------------------------ >> update10234 >> Issue 523: [SmallLint] Undeclared variables >> This check is similar to the "References an undeclared variable" >> check, but it looks for variables that >> are not defined in the class or in the undeclared dictionary. You >> probably had to work hard to get >> your code in this state. >> >> PasteUpMorph>>#makeNewDrawing:at: >> Project>>#storeSegmentNoFile >> CollectionRootTest>>#nonEmpty >> ScriptLoader>>#update10196 >> ScriptLoader>>#update10074 >> >> Issue 525: useless boolean checks on Morphic extras >> MorphicExtras Check for a =, ==, ~=, or ~~ message being sent >> to true/ >> false or with true/false as the argument. >> SqueakPage>>#write >> URLMorph>>#mouseUp: >> ClockMorph>>#addCustomMenuItems:hand: >> ClockMorph>>#step >> ClockMorph>>#toggleShowingSeconds >> ClockMorph>>#toggleShowing24hr >> MorphObjectOut>>#doesNotUnderstand: >> SketchEditorMorph>>#verifyState: >> SketchEditorMorph>>#deliverPainting:evt: >> FlapTab>>#inboard >> FlapTab>>#flapShowing >> FlapTab>>#tabSelected >> ReferenceMorph>>#isHighlighted >> SimpleSliderMorph>>#truncate >> ------------------------------------------------------ >> update10235 >> Polymorph new version >> ------------------------------------------------------ >> update10236 >> Issue 316: forgetAllGrabCommandsFrom: at startup scanning all the >> objects >> Issue 559: Message sent but not implemented: AlignmentMorph >> Issue 579: 0007218: ClassOrganizer categories breaks if given >> an empty >> array >> Issue 580: 0007291: MC1.5 overrides methods in HTTPSocket >> Issue 581: 0007218: ClassOrganizer categories breaks if given >> an empty >> array >> Issue 234: 0007131: Syntax Error dialogs raise more errors >> than does >> the calling Parser >> Issue 235: 0007205: Monticello Snapshot Speedup via new >> MethodReference ivar >> >> >> >> -- >> Marcus Denker -- [hidden email] >> http://www.marcusdenker.de >> >> >> _______________________________________________ >> Pharo-project mailing list >> [hidden email] >> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >> > > > > -- > Damien Cassou > http://damiencassou.seasidehosting.st > > _______________________________________________ > Pharo-project mailing list > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
Free forum by Nabble | Edit this page |