The Trunk: Collections-mt.1119.mcz
[email protected] Tue, 4 Aug 2026 08:31:31 0000
| Newsgroups | gmane.comp.lang.smalltalk.squeak.general |
|---|---|
| Message-ID | <[email protected]> |
Marcel Taeumel uploaded a new version of Collections to project The Trunk: http://source.squeak.org/trunk/Collections-mt.1119.mcz ==================== Summary ==================== Name: Collections-mt.1119 Author: mt Time: 4 August 2026, 10:31:30.299447 am UUID: 0ba29c40-3061-e544-acbf-b8fb6d201eff Ancestors: Collections-mt.1118, Collections-ct.1075 Merges fix to improve robustness of HTML export of text attributes (e.g., when copying rich text to the clipboard). =============== Diff against Collections-mt.1118 =============== Item was changed: ----- Method: HtmlReadWriter>>writeEndTagFor: (in category 'writing') ----- writeEndTagFor: aTextAttribute [aTextAttribute closeHtmlOn: self] + on: MessageNotUnderstood , SubclassResponsibility do: []! - on: MessageNotUnderstood do: []! Item was changed: ----- Method: HtmlReadWriter>>writeStartTagFor: (in category 'writing') ----- writeStartTagFor: aTextAttribute [aTextAttribute openHtmlOn: self] + on: MessageNotUnderstood , SubclassResponsibility do: [].! - on: MessageNotUnderstood do: [].! Squeak-dev mailing list -- [email protected] To unsubscribe send an email to [email protected]