diff options
author | Dave Love <fx@gnu.org> | 2000-09-27 09:33:11 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 2000-09-27 09:33:11 +0000 |
commit | 36f1966f464f8e1566804e35c82554c66c84b687 (patch) | |
tree | ec5a83c1b187504789b409c8481c03adeec3e3a5 | |
parent | c952a617373e93ba1bb91112344877b33d44659b (diff) | |
download | emacs-36f1966f464f8e1566804e35c82554c66c84b687.tar.gz emacs-36f1966f464f8e1566804e35c82554c66c84b687.tar.bz2 emacs-36f1966f464f8e1566804e35c82554c66c84b687.zip |
*** empty log message ***
-rw-r--r-- | lisp/ChangeLog | 4 | ||||
-rw-r--r-- | src/ChangeLog | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9646f0d3f4d..471016343cd 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2000-09-27 Dave Love <fx@gnu.org> + + * mouse.el: Fix last change. + 2000-09-27 Miles Bader <miles@lsi.nec.co.jp> * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'. diff --git a/src/ChangeLog b/src/ChangeLog index 21e3678aef8..67a43e73e6a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2000-09-27 Dave Love <fx@gnu.org> + + * s/irix6-5.h (IRIX6): Now works 64-bit. Tidied. + 2000-09-26 Gerd Moellmann <gerd@gnu.org> * lisp.h (XINT) [EXPLICIT_SIGN_EXTEND]: Use BITS_PER_EMACS_INT |