diff options
| author | Eli Zaretskii | 2011-04-24 12:00:03 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2011-04-24 12:00:03 +0300 |
| commit | 762b15be8c7925c661e839fa41d46189513dfda6 (patch) | |
| tree | 05540ae931986d38d8d4136b36923ee129daf8a5 /src/ChangeLog | |
| parent | f1052e5d1b134c255b4fe7cd948681a0a9af9b63 (diff) | |
| download | emacs-762b15be8c7925c661e839fa41d46189513dfda6.tar.gz emacs-762b15be8c7925c661e839fa41d46189513dfda6.zip | |
Fallout from resurrecting doprnt.
src/doc.c (get_doc_string): Improve the format passed to `error'.
src/doprnt.c (doprnt): Improve commentary.
src/term.c (init_tty) [MSDOS]: Fix 1st argument to maybe_fatal.
src/Makefile.in (TAGS): Depend on $(M_FILE) and $(S_FILE), and scan
them with etags.
src/makefile.w32-in (TAGS): Depend on $(CURDIR)/m/intel386.h and
$(CURDIR)/s/ms-w32.h.
(TAGS-gmake): Scan $(CURDIR)/m/intel386.h and $(CURDIR)/s/ms-w32.h.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 537acb712b9..478a5aa2512 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,7 +1,19 @@ | |||
| 1 | 2011-04-24 Eli Zaretskii <eliz@gnu.org> | 1 | 2011-04-24 Eli Zaretskii <eliz@gnu.org> |
| 2 | 2 | ||
| 3 | * doc.c (get_doc_string): Improve the format passed to `error'. | ||
| 4 | |||
| 5 | * doprnt.c (doprnt): Improve commentary. | ||
| 6 | |||
| 7 | * term.c (init_tty) [MSDOS]: Fix 1st argument to maybe_fatal. | ||
| 8 | |||
| 9 | * Makefile.in (TAGS): Depend on $(M_FILE) and $(S_FILE), and scan | ||
| 10 | them with etags. | ||
| 11 | |||
| 3 | * makefile.w32-in (globals.h): Add a dummy recipe, to make any | 12 | * makefile.w32-in (globals.h): Add a dummy recipe, to make any |
| 4 | changes in globals.h immediately force recompilation. | 13 | changes in globals.h immediately force recompilation. |
| 14 | (TAGS): Depend on $(CURDIR)/m/intel386.h and | ||
| 15 | $(CURDIR)/s/ms-w32.h. | ||
| 16 | (TAGS-gmake): Scan $(CURDIR)/m/intel386.h and $(CURDIR)/s/ms-w32.h. | ||
| 5 | 17 | ||
| 6 | * character.c (Fchar_direction): Function deleted. | 18 | * character.c (Fchar_direction): Function deleted. |
| 7 | (syms_of_character): Don't defsubr it. | 19 | (syms_of_character): Don't defsubr it. |