Skip to content
This repository was archived by the owner on May 1, 2022. It is now read-only.

8.6.5: updated changelog

Compare
Choose a tag to compare
@thindil thindil released this 31 May 07:35
· 763 commits to master since this release

This is the sixth release related to Tcl/Tk version 8.6. It is incompatible with previous version of Tashy. Below is list of changes since last release. Tag BREAKING: means that change breaks compatibility with earlier version of the project.

Added

  • Binding for Tk spinbox commands: selection element, set
  • Binding for Tk entry commands: bbox, icursor, index, scan mark,
    scan dragto, seletion adjust, selection clear, selection from,
    selection present, selection range, selection to, validate, xview
    xview moveto, xview scroll
  • Binding for Tk text commands: bbox, compare, count, debug,
    dlineinfo, dump, edit canredo, edit canundo, edit modified,
    edit redo, edit reset, edit separator, edit undo, get,
    image cget, image configure, image create, image names, index,
    mark gravity, mark names, mark next, mark previous, mark set,
    mark unset, peer create, peer names, pendingsync, replace,
    scan mark, scan dragto, search, see, sync, tag bind, tag cget,
    tag delete, tag names, tag nextrange, tag prevrange, tag raise,
    tag range, tag remove, window cget, window configure,
    window create, window names, xview, xview moveto, xview scroll,
    yview, yview moveto, yview scroll
  • Binding for Tk ttk::scale commands: get, set
  • Binding for Tk ttk::combobox commands: current, set
  • Binding for Tk ttk::entry commands: bbox, icursor, index,
    selection clear, selection present, selection range, validate,
    xview, xview moveto, xview scroll
  • Binding for Tk ttk::notebook commands: forget, identify element,
    identify tab, index

Changed

  • Updated code documentation
  • Updated README.md
  • BREAKING: Moved Tcl.Tk.Widgets.SpinBox to Tcl.Tk.Widgets.TEntry.SpinBox
  • BREAKING: Moved Tcl.Tk.Widgets.TtkSpinBox to
    Tcl.Tk.Widgets.TtkEntry.TtkSpinBox
  • BREAKING: Moved Tcl.Tk.Widgets.TtkComboBox to
    Tcl.Tk.Widgets.TtkEntry.TtkComboBox