diff options
author | Eli Zaretskii <eliz@gnu.org> | 2000-07-23 13:04:40 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2000-07-23 13:04:40 +0000 |
commit | 7f987ac094aa195a43e3498cd69e39e3947154b9 (patch) | |
tree | 10580872be2f767e04e96a9069c454e0bff04ce7 | |
parent | f0a4139c7685a1fc4d6390ce9f797d62ebafa5c6 (diff) | |
download | emacs-7f987ac094aa195a43e3498cd69e39e3947154b9.tar.gz |
*** empty log message ***
-rw-r--r-- | msdos/ChangeLog | 4 | ||||
-rw-r--r-- | src/ChangeLog | 6 |
2 files changed, 10 insertions, 0 deletions
diff --git a/msdos/ChangeLog b/msdos/ChangeLog index 4f075830ab9..6499e622273 100644 --- a/msdos/ChangeLog +++ b/msdos/ChangeLog @@ -1,3 +1,7 @@ +2000-07-23 Eli Zaretskii <eliz@is.elta.co.il> + + * sed3v2.inp: Define ALLOCA to an empty string. + 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il> * sed1v2.inp: Put getloadavg.o into LIBOBJS, not GETLOADAVG_LIBS. diff --git a/src/ChangeLog b/src/ChangeLog index a4fa47cdf6e..470dca5e442 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,9 @@ +2000-07-23 Eli Zaretskii <eliz@is.elta.co.il> + + * msdos.c (IT_note_mouse_highlight): Process overlays in the + correct order of priority. If help echo was found in an overlay, + use that overlay as the object in which the help echo was found. + 2000-07-22 Miles Bader <miles@gnu.org> * textprop.c (Fprevious_single_char_property_change): The initial |