diff options
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 |