diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2001-11-15 11:55:26 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2001-11-15 11:55:26 (GMT) |
commit | e10ad7411d1ec28dcfe30db1c03c8648af9b6020 (patch) | |
tree | 5830b0097e4cae430ecd6e2c802499b65e948719 /ChangeLog | |
parent | 8b11780e6c3a8e88151528856efec3da20507ef0 (diff) | |
download | tk-e10ad7411d1ec28dcfe30db1c03c8648af9b6020.zip tk-e10ad7411d1ec28dcfe30db1c03c8648af9b6020.tar.gz tk-e10ad7411d1ec28dcfe30db1c03c8648af9b6020.tar.bz2 |
Minor improvements to undo (demo,docs&bindings)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2001-11-15 Donal K. Fellows <fellowsd@cs.man.ac.uk> + + * doc/text.n: Overhauled the documentation of undo to make it + easier to understand. + * library/tk.tcl (::tk::EventMotifBindings): Added Emacs-like undo + binding, but not behaviour (we separate undo and redo.) + * library/demos/text.tcl: Show off our undo capability! + 2001-11-12 David Gravereaux <davygrvy@pobox.com> * win/mkd.bat: |