diff options
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 63108cae9a9..6ff653b7be6 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,27 @@ | |||
| 1 | 2013-05-16 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * update-game-score.c [WINDOWSNT]: Include "ntlib.h". | ||
| 4 | |||
| 5 | * ntlib.h (sleep): Update prototype. | ||
| 6 | (geteuid): Add prototype. | ||
| 7 | |||
| 8 | * ntlib.c (sleep): Now returns an unsigned value. | ||
| 9 | (getgid): New function. | ||
| 10 | |||
| 11 | * Makefile.in (CLIENTW, LIB_WSOCK32, LIBS_ECLIENT, NTLIB) | ||
| 12 | (CLIENTRES, WINDRES, NTINC, NTDEPS): New variables. | ||
| 13 | (INSTALLABLES): Add $(CLIENTW). | ||
| 14 | (LIBS_MOVE): Use $(LIB_WSOCK32). | ||
| 15 | ($(DESTDIR)${archlibdir}): Use $(EXEEXT) on update-game-score. | ||
| 16 | (test-distrib${EXEEXT}): Use $(EXEEXT) on test-distrib. | ||
| 17 | (etags${EXEEXT}, ebrowse${EXEEXT}, ctags${EXEEXT}) | ||
| 18 | (profile${EXEEXT}, make-docfile${EXEEXT}, movemail${EXEEXT}) | ||
| 19 | (emacsclient${EXEEXT}, hexl${EXEEXT}, update-game-score${EXEEXT}): | ||
| 20 | Add $(NTLIB) to prerequisites. Use $(EXEEXT). | ||
| 21 | (pop.o): Add pop.h to prerequisites. | ||
| 22 | (emacsclientw${EXEEXT}, ntlib.o): New targets. | ||
| 23 | (emacsclient.res): New target. | ||
| 24 | |||
| 1 | 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca> | 25 | 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 26 | ||
| 3 | * makefile.w32-in ($(DOC)): Use DOC rather than DOC-X. | 27 | * makefile.w32-in ($(DOC)): Use DOC rather than DOC-X. |