> On 16 Mar 2017, at 07:45, GitHub <[email protected]> wrote:
> 
> 
> 
>  Log Message:
>  -----------
>  60443
> 19837 Epicea: integrate release 8.1.3
>       https://pharo.fogbugz.com/f/cases/19837
> 
> http://files.pharo.org/image/60/60443.zip
> 
> 

CHANGE LOG:

- Log browser:
  * Display changes in a FastTableModel instead of a TreeModel, much faster for 
many changes.
  * Remove "x filtered entries" display as well as "See 50 more" and "See all" 
buttons, to make the list of changes look more as a standard list (to the user 
eyes). Also, implementation was not nice.
  * Big code clean up.
  * Show number of active filters in tab (small visual improvement).
  * Increase initial width.
- Fix case 19737: class removal annoucement now comes after class is renamed to 
AnObsolete (workaround).
- Fix case 19263: Catch all errors on redo and undo.
- Merge with fix to case 19819 by Denis. Thanks!
- Multiple code clean-ups
  * Code Critic runs.
  * Reduce direct explicit references to EpMonitor.
  * Others.
- Add tests of apply and revert changes.
- Split EpLog into a new superclass to conform a hierarchy, which has now 
EpSorterLog.
- Ombu:
  * Shutdown flush should be performed by all OmDeferrers, not only by all 
OmSessionStores.
  * Workaround needed because can''t get real file stream position from 
ZnBufferedWriteStream (+ would need special care of WideStrings).
  * Remove OmDirectoryStore and OmCompositeStore since they are not used 
anymore (continuous-style EpPriorView was the user).
  * The Ston''s OmEntryReader should not receive the stream as parameter and 
then store it in the Ston reader. This produced was confussing and produced 
concurrency issues.

Reply via email to