Mercurial > emacs
diff src/ChangeLog @ 58068:df00cdb75fc6
* doc.c: New variable Vbuild_files.
(Fsnarf_documentation): If Vbuild_files is nil, populate it with
file names from buildobh.lst. Only attach docstrings from files
that are in Vbuild_files.
(syms_of_doc): Defvar Vbuild_files.
* Makefile.in (SOME_MACHINE_OBJECTS): Add fringe.o, image.o
and w32*.o.
(temacs${EXEEXT}): Generate buildobj.lst when temacs is linked.
(mostlyclean): rm buildobj.lst
* makefile.w32-in ($(TEMACS)): Generate buildobj.lst when temacs
is linked.
| author | Jan Dj?rv <jan.h.d@swipnet.se> |
|---|---|
| date | Tue, 09 Nov 2004 08:19:51 +0000 |
| parents | 2fc2f5f0917d |
| children | 3d3c06296275 |
line wrap: on
line diff
--- a/src/ChangeLog Tue Nov 09 08:18:58 2004 +0000 +++ b/src/ChangeLog Tue Nov 09 08:19:51 2004 +0000 @@ -1,3 +1,19 @@ +2004-11-09 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> + + * doc.c: New variable Vbuild_files. + (Fsnarf_documentation): If Vbuild_files is nil, populate it with + file names from buildobh.lst. Only attach docstrings from files + that are in Vbuild_files. + (syms_of_doc): Defvar Vbuild_files. + + * Makefile.in (SOME_MACHINE_OBJECTS): Add fringe.o, image.o + and w32*.o. + (temacs${EXEEXT}): Generate buildobj.lst when temacs is linked. + (mostlyclean): rm buildobj.lst + + * makefile.w32-in ($(TEMACS)): Generate buildobj.lst when temacs + is linked. + 2004-11-09 Kim F. Storm <storm@cua.dk> * fringe.c (update_window_fringes): Update fringe bitmaps if
