aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2000-07-14 18:03:02 +0000
committerGerd Moellmann2000-07-14 18:03:02 +0000
commite5acf0cab8a1fc29f7f1ace0b261067a329b28a1 (patch)
treeabfe2b7add08a572f7df6dabcb9fbe77cb7701ad
parentc87a7e0f2ca8ff4a14e4fc503ae42016d81bd9c3 (diff)
downloademacs-e5acf0cab8a1fc29f7f1ace0b261067a329b28a1.tar.gz
emacs-e5acf0cab8a1fc29f7f1ace0b261067a329b28a1.zip
*** empty log message ***
-rw-r--r--lib-src/ChangeLog11
-rw-r--r--src/ChangeLog2
2 files changed, 13 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index 2a08ac71f81..23bdde2f9e1 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,14 @@
12000-07-14 Gerd Moellmann <gerd@gnu.org>
2
3 * ebrowse.c (xrealloc, xmalloc): Renamed from yrealloc and
4 ymalloc.
5
6 * etags.c (xmalloc, xrealloc): Make externally visible, for use
7 by alloca.o.
8
9 * Makefile.in (alloca.o): Add -Demacs so that alloca will use
10 xmalloc.
11
12000-07-10 Gerd Moellmann <gerd@gnu.org> 122000-07-10 Gerd Moellmann <gerd@gnu.org>
2 13
3 * ebrowse.c (yylex): Accept string literals with newlines in them. 14 * ebrowse.c (yylex): Accept string literals with newlines in them.
diff --git a/src/ChangeLog b/src/ChangeLog
index 18059075bb6..c3901a758e9 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -14,6 +14,8 @@
14 14
152000-07-14 Gerd Moellmann <gerd@gnu.org> 152000-07-14 Gerd Moellmann <gerd@gnu.org>
16 16
17 * alloca.c (malloc) [emacs]: Define as xmalloc.
18
17 * xfns.c (Fx_show_tip): If frame parameters contain a position, 19 * xfns.c (Fx_show_tip): If frame parameters contain a position,
18 use that instead of the mouse position. Add parameters DX and DY. 20 use that instead of the mouse position. Add parameters DX and DY.
19 21