comparison 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
comparison
equal deleted inserted replaced
58067:7c1d0d70a294 58068:df00cdb75fc6
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
4 cur and row ends_at_zv_p differs. If bitmaps of a row is updated, 20 cur and row ends_at_zv_p differs. If bitmaps of a row is updated,
5 also update previous row to get rid of misc. artifacts. 21 also update previous row to get rid of misc. artifacts.