Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
bfcf6dbe
Commit
bfcf6dbe
authored
Dec 17, 2002
by
Markus Rost
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(lisp, shortlisp): Add cus-face and timer.
(lisp): Add font-core.
parent
96f428d1
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
src/ChangeLog
src/ChangeLog
+5
-0
src/Makefile.in
src/Makefile.in
+5
-0
No files found.
src/ChangeLog
View file @
bfcf6dbe
2002-12-17 Markus Rost <rost@math.ohio-state.edu>
* Makefile.in (lisp, shortlisp): Add cus-face and timer.
(lisp): Add font-core.
2002-12-13 Stefan Monnier <monnier@cs.yale.edu>
* textprop.c (text_read_only): New arg `propval'.
...
...
src/Makefile.in
View file @
bfcf6dbe
...
...
@@ -668,6 +668,7 @@ lisp= \
${lispsource}
buff-menu.elc
\
${lispsource}
button.elc
\
${lispsource}
byte-run.elc
\
${lispsource}
cus-face.elc
\
${lispsource}
cus-start.elc
\
${lispsource}
custom.elc
\
${lispsource}
emacs-lisp/backquote.elc
\
...
...
@@ -732,10 +733,12 @@ lisp= \
${lispsource}
startup.elc
\
${lispsource}
subr.elc
\
${lispsource}
term/tty-colors.elc
\
${lispsource}
font-core.elc
\
${lispsource}
textmodes/fill.elc
\
${lispsource}
textmodes/page.elc
\
${lispsource}
textmodes/paragraphs.elc
\
${lispsource}
textmodes/text-mode.elc
\
${lispsource}
timer.elc
\
${lispsource}
vc-hooks.elc
\
${lispsource}
ediff-hook.elc
\
VMS_SUPPORT
\
...
...
@@ -754,6 +757,7 @@ shortlisp= \
../lisp/buff-menu.elc
\
../lisp/button.elc
\
../lisp/byte-run.elc
\
../lisp/cus-face.elc
\
../lisp/cus-start.elc
\
../lisp/custom.elc
\
../lisp/emacs-lisp/backquote.elc
\
...
...
@@ -822,6 +826,7 @@ shortlisp= \
../lisp/textmodes/page.elc
\
../lisp/textmodes/paragraphs.elc
\
../lisp/textmodes/text-mode.elc
\
../lisp/timer.elc
\
../lisp/vc-hooks.elc
\
../lisp/ediff-hook.elc
\
../lisp/widget.elc
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment