diff options
author | Torsten Hilbrich <torsten.hilbrich@gmx.net> | 2002-03-20 21:36:00 +0100 |
---|---|---|
committer | Torsten Hilbrich <torsten@hilbrich.net> | 2011-08-27 20:47:38 +0200 |
commit | fae7850c9c67a2383b2eb1afb5908490099df48a (patch) | |
tree | 6fe7d104bed52577d871c5e456ef47fe5113e667 /ChangeLog | |
parent | 105666beb97db7bb4e32d92abffd1709b064864b (diff) |
Imported version 1.8.1 from tarball
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 28 |
1 files changed, 28 insertions, 0 deletions
@@ -1,7 +1,35 @@ +2002-04-30 Steve Youngs <youngs@xemacs.org> + + * Makefile (VERSION): XEmacs package 1.10 released. + +2002-04-29 Torsten Hilbrich <dictionary@myrkr.in-berlin.de> + + * dictionary.el (dictinary-display-tooltip): added support for + binding tooltip function to any mouse event (wished by Samir + Saidani) + + * dictionary.el (dictionary-do-search): no longer output matching + words when using tooltips (found by Samir Saidani) + + * debian/control: added build-depends line + +2002-04-24 youngs <youngs@myrkr> + + * Makefile, ChangeLog: Increment Makefile $VERSION + +2002-04-24 Steve Youngs <youngs@xemacs.org> + + * Makefile (VERSION): XEmacs package 1.09 released. + 2002-03-20 Torsten Hilbrich <dictionary@myrkr.in-berlin.de> * dictionary.el (dictionary-do-search): if the word is not found, lookup similiar words using the match function + BTW: I had to resolve a conflict here + +2002-03-25 Steve Youngs <youngs@xemacs.org> + + * Makefile (VERSION): 1.08 released. 2002-03-15 Torsten Hilbrich <dictionary@myrkr.in-berlin.de> |