aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lib-src/ChangeLog')
-rw-r--r--lib-src/ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index 2abfd6c8062..bc76c253ab3 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,22 @@
12011-01-29 Eli Zaretskii <eliz@gnu.org>
2
3 * makefile.w32-in (LOCAL_FLAGS): Add -I../lib.
4 (GETOPTOBJS, GETOPTDEPS): Remove targets.
5 (MOVEMAILOBJS): Replace $(GETOPTOBJS) with ../lib/$(BLD)/libgnu.$(A).
6 ($(BLD)/movemail.exe): Depend on ../lib/getopt.h.
7 (ECLIENTOBJS, ETAGSOBJ, CTAGSOBJ, EBROWSEOBJ): Replace getopt.o
8 and getopt1.o with ../lib/$(BLD)/libgnu.$(A).
9 (clean): Don't remove getopt.h.
10 (getopt.h, $(BLD)/getopt.$(O), $(BLD)/getopt1.$(O)): Remove targets.
11 ($(BLD)/ctags.$(O), $(BLD)/etags.$(O)): Replace getopt.h with
12 $(EMACS_ROOT)/lib/getopt.h.
13
142011-01-28 Chong Yidong <cyd@stupidchicken.com>
15
16 * ntlib.c (setregid): New stub, renamed from setegid.
17
18 * ntlib.h: Update prototype.
19
12011-01-25 Chong Yidong <cyd@stupidchicken.com> 202011-01-25 Chong Yidong <cyd@stupidchicken.com>
2 21
3 * movemail.c (main): Use setregid instead of setegid, which is 22 * movemail.c (main): Use setregid instead of setegid, which is