aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/ChangeLog
diff options
context:
space:
mode:
authorJoakim Verona2013-05-27 23:14:19 +0200
committerJoakim Verona2013-05-27 23:14:19 +0200
commit5cf62a1639c5993c1fd6b532f92325b28a13ee79 (patch)
treed67d1c7c583947f164ee7494601d5c9decbd6b0f /lib-src/ChangeLog
parent3b2a9bcfc08c74d95f46d634fadc758decb1c2b0 (diff)
parent6ef3db10430c653e302ca5983ade6f8eaa186f85 (diff)
downloademacs-5cf62a1639c5993c1fd6b532f92325b28a13ee79.tar.gz
emacs-5cf62a1639c5993c1fd6b532f92325b28a13ee79.zip
Merge remote-tracking branch 'origin/trunk' into xwidget
Conflicts: ChangeLog lisp/ChangeLog lisp/progmodes/octave.el src/Makefile.in
Diffstat (limited to 'lib-src/ChangeLog')
-rw-r--r--lib-src/ChangeLog40
1 files changed, 40 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index 2089a50d47b..e565983e147 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,43 @@
12013-05-18 Paul Eggert <eggert@cs.ucla.edu>
2
3 Port --enable-gcc-warnings to clang.
4 * etags.c: Omit unnecessary forward decls.
5 (print_version, print_help): Declare _Noreturn.
6 * pop.c (socket_connection) [HAVE_GETADDRINFO]: Simplify.
7
82013-05-16 Eli Zaretskii <eliz@gnu.org>
9
10 * update-game-score.c [WINDOWSNT]: Include "ntlib.h".
11
12 * ntlib.h (sleep): Update prototype.
13 (geteuid): Add prototype.
14
15 * ntlib.c (sleep): Now returns an unsigned value.
16 (getgid): New function.
17
18 * Makefile.in (CLIENTW, LIB_WSOCK32, LIBS_ECLIENT, NTLIB)
19 (CLIENTRES, WINDRES, NTINC, NTDEPS): New variables.
20 (INSTALLABLES): Add $(CLIENTW).
21 (LIBS_MOVE): Use $(LIB_WSOCK32).
22 ($(DESTDIR)${archlibdir}): Use $(EXEEXT) on update-game-score.
23 (test-distrib${EXEEXT}): Use $(EXEEXT) on test-distrib.
24 (etags${EXEEXT}, ebrowse${EXEEXT}, ctags${EXEEXT})
25 (profile${EXEEXT}, make-docfile${EXEEXT}, movemail${EXEEXT})
26 (emacsclient${EXEEXT}, hexl${EXEEXT}, update-game-score${EXEEXT}):
27 Add $(NTLIB) to prerequisites. Use $(EXEEXT).
28 (pop.o): Add pop.h to prerequisites.
29 (emacsclientw${EXEEXT}, ntlib.o): New targets.
30 (emacsclient.res): New target.
31
322013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
33
34 * makefile.w32-in ($(DOC)): Use DOC rather than DOC-X.
35
362013-05-06 Paul Eggert <eggert@cs.ucla.edu>
37
38 * make-docfile.c (search_lisp_doc_at_eol) [DEBUG]: Fix typo,
39 by removing references to no-longer-existing locals.
40
12013-03-26 Eli Zaretskii <eliz@gnu.org> 412013-03-26 Eli Zaretskii <eliz@gnu.org>
2 42
3 Fix incompatibilities between MinGW.org and MinGW64 headers. 43 Fix incompatibilities between MinGW.org and MinGW64 headers.