aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog5
-rw-r--r--src/Makefile.in5
2 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 71bbd36ae4a..20b77f7c841 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12002-12-17 Markus Rost <rost@math.ohio-state.edu>
2
3 * Makefile.in (lisp, shortlisp): Add cus-face and timer.
4 (lisp): Add font-core.
5
12002-12-13 Stefan Monnier <monnier@cs.yale.edu> 62002-12-13 Stefan Monnier <monnier@cs.yale.edu>
2 7
3 * textprop.c (text_read_only): New arg `propval'. 8 * textprop.c (text_read_only): New arg `propval'.
diff --git a/src/Makefile.in b/src/Makefile.in
index 6e58989624a..1a8cf773a90 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -668,6 +668,7 @@ lisp= \
668 ${lispsource}buff-menu.elc \ 668 ${lispsource}buff-menu.elc \
669 ${lispsource}button.elc \ 669 ${lispsource}button.elc \
670 ${lispsource}byte-run.elc \ 670 ${lispsource}byte-run.elc \
671 ${lispsource}cus-face.elc \
671 ${lispsource}cus-start.elc \ 672 ${lispsource}cus-start.elc \
672 ${lispsource}custom.elc \ 673 ${lispsource}custom.elc \
673 ${lispsource}emacs-lisp/backquote.elc \ 674 ${lispsource}emacs-lisp/backquote.elc \
@@ -732,10 +733,12 @@ lisp= \
732 ${lispsource}startup.elc \ 733 ${lispsource}startup.elc \
733 ${lispsource}subr.elc \ 734 ${lispsource}subr.elc \
734 ${lispsource}term/tty-colors.elc \ 735 ${lispsource}term/tty-colors.elc \
736 ${lispsource}font-core.elc \
735 ${lispsource}textmodes/fill.elc \ 737 ${lispsource}textmodes/fill.elc \
736 ${lispsource}textmodes/page.elc \ 738 ${lispsource}textmodes/page.elc \
737 ${lispsource}textmodes/paragraphs.elc \ 739 ${lispsource}textmodes/paragraphs.elc \
738 ${lispsource}textmodes/text-mode.elc \ 740 ${lispsource}textmodes/text-mode.elc \
741 ${lispsource}timer.elc \
739 ${lispsource}vc-hooks.elc \ 742 ${lispsource}vc-hooks.elc \
740 ${lispsource}ediff-hook.elc \ 743 ${lispsource}ediff-hook.elc \
741 VMS_SUPPORT \ 744 VMS_SUPPORT \
@@ -754,6 +757,7 @@ shortlisp= \
754 ../lisp/buff-menu.elc \ 757 ../lisp/buff-menu.elc \
755 ../lisp/button.elc \ 758 ../lisp/button.elc \
756 ../lisp/byte-run.elc \ 759 ../lisp/byte-run.elc \
760 ../lisp/cus-face.elc \
757 ../lisp/cus-start.elc \ 761 ../lisp/cus-start.elc \
758 ../lisp/custom.elc \ 762 ../lisp/custom.elc \
759 ../lisp/emacs-lisp/backquote.elc \ 763 ../lisp/emacs-lisp/backquote.elc \
@@ -822,6 +826,7 @@ shortlisp= \
822 ../lisp/textmodes/page.elc \ 826 ../lisp/textmodes/page.elc \
823 ../lisp/textmodes/paragraphs.elc \ 827 ../lisp/textmodes/paragraphs.elc \
824 ../lisp/textmodes/text-mode.elc \ 828 ../lisp/textmodes/text-mode.elc \
829 ../lisp/timer.elc \
825 ../lisp/vc-hooks.elc \ 830 ../lisp/vc-hooks.elc \
826 ../lisp/ediff-hook.elc \ 831 ../lisp/ediff-hook.elc \
827 ../lisp/widget.elc \ 832 ../lisp/widget.elc \