diff options
| author | Jan Djärv | 2004-11-09 08:19:51 +0000 |
|---|---|---|
| committer | Jan Djärv | 2004-11-09 08:19:51 +0000 |
| commit | d87a9ab8930c5460b3ca510083679351c4178a7c (patch) | |
| tree | bbf8f159717e137eb7326508b8a9e2654a128617 /src/ChangeLog | |
| parent | 3cf5c99434b1d0daa23bdcebf53102299080b351 (diff) | |
| download | emacs-d87a9ab8930c5460b3ca510083679351c4178a7c.tar.gz emacs-d87a9ab8930c5460b3ca510083679351c4178a7c.zip | |
* 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.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 3958f9a1153..1c413d20c5b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,19 @@ | |||
| 1 | 2004-11-09 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | ||
| 2 | |||
| 3 | * doc.c: New variable Vbuild_files. | ||
| 4 | (Fsnarf_documentation): If Vbuild_files is nil, populate it with | ||
| 5 | file names from buildobh.lst. Only attach docstrings from files | ||
| 6 | that are in Vbuild_files. | ||
| 7 | (syms_of_doc): Defvar Vbuild_files. | ||
| 8 | |||
| 9 | * Makefile.in (SOME_MACHINE_OBJECTS): Add fringe.o, image.o | ||
| 10 | and w32*.o. | ||
| 11 | (temacs${EXEEXT}): Generate buildobj.lst when temacs is linked. | ||
| 12 | (mostlyclean): rm buildobj.lst | ||
| 13 | |||
| 14 | * makefile.w32-in ($(TEMACS)): Generate buildobj.lst when temacs | ||
| 15 | is linked. | ||
| 16 | |||
| 1 | 2004-11-09 Kim F. Storm <storm@cua.dk> | 17 | 2004-11-09 Kim F. Storm <storm@cua.dk> |
| 2 | 18 | ||
| 3 | * fringe.c (update_window_fringes): Update fringe bitmaps if | 19 | * fringe.c (update_window_fringes): Update fringe bitmaps if |