aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib-src/ChangeLog5
-rw-r--r--lib-src/makefile.w32-in2
2 files changed, 7 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index c870164f7a5..18e73b14381 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,8 @@
12002-06-13 Juanma Barranquero <lektu@terra.es>
2
3 * makefile.w32-in (lisp): Add international/ucs-tables.elc and
4 font-core.elc.
5
12002-06-12 Francesco Potorti` <pot@gnu.org> 62002-06-12 Francesco Potorti` <pot@gnu.org>
2 7
3 * etags.c: New multi-line regexp and new regexp syntax. 8 * etags.c: New multi-line regexp and new regexp syntax.
diff --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in
index ed76a38ebf8..6b490917fa7 100644
--- a/lib-src/makefile.w32-in
+++ b/lib-src/makefile.w32-in
@@ -170,6 +170,7 @@ lisp= \
170 $(lispsource)international/mule-conf.el \ 170 $(lispsource)international/mule-conf.el \
171 $(lispsource)international/mule-cmds.elc \ 171 $(lispsource)international/mule-cmds.elc \
172 $(lispsource)international/characters.elc \ 172 $(lispsource)international/characters.elc \
173 $(lispsource)international/ucs-tables.elc \
173 $(lispsource)international/utf-8.elc \ 174 $(lispsource)international/utf-8.elc \
174 $(lispsource)international/latin-1.el \ 175 $(lispsource)international/latin-1.el \
175 $(lispsource)international/latin-2.el \ 176 $(lispsource)international/latin-2.el \
@@ -207,6 +208,7 @@ lisp= \
207 $(lispsource)startup.elc \ 208 $(lispsource)startup.elc \
208 $(lispsource)subr.elc \ 209 $(lispsource)subr.elc \
209 $(lispsource)term/tty-colors.elc \ 210 $(lispsource)term/tty-colors.elc \
211 $(lispsource)font-core.elc \
210 $(lispsource)textmodes/fill.elc \ 212 $(lispsource)textmodes/fill.elc \
211 $(lispsource)textmodes/page.elc \ 213 $(lispsource)textmodes/page.elc \
212 $(lispsource)textmodes/paragraphs.elc \ 214 $(lispsource)textmodes/paragraphs.elc \