aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
authorEli Zaretskii2010-03-13 04:02:01 -0500
committerEli Zaretskii2010-03-13 04:02:01 -0500
commit9565d1e6f3d09d5cd5afebd1b30a7571a27199cc (patch)
tree2a9b626a132c400e4305163d14a940fa7c3ac7a1 /lib-src
parentf866d742007347ca7a6002cea3be13bdf582c5e7 (diff)
parenta96f6398e13a611aa825ee6e09566d2f0c5fce35 (diff)
downloademacs-9565d1e6f3d09d5cd5afebd1b30a7571a27199cc.tar.gz
emacs-9565d1e6f3d09d5cd5afebd1b30a7571a27199cc.zip
Merge from mainline.
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/ChangeLog6
-rw-r--r--lib-src/makefile.w32-in2
2 files changed, 6 insertions, 2 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index fd7097c0956..0a05a066648 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,7 @@
12010-03-10 Chong Yidong <cyd@stupidchicken.com>
2
3 * Branch for 23.2.
4
12010-02-20 Kevin Ryde <user42@zip.com.au> 52010-02-20 Kevin Ryde <user42@zip.com.au>
2 6
3 * etags.c (Scheme_functions): Don't loop past a null character 7 * etags.c (Scheme_functions): Don't loop past a null character
@@ -21,7 +25,7 @@
21 25
222009-11-23 Tobias Ringström <tobias@ringis.se> (tiny change) 262009-11-23 Tobias Ringström <tobias@ringis.se> (tiny change)
23 27
24 * etags.c (absolute_filename): Use memove if we have it for 28 * etags.c (absolute_filename): Use memmove if we have it for
25 overlapping copy. 29 overlapping copy.
26 30
272009-11-04 Dan Nicolaescu <dann@ics.uci.edu> 312009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
diff --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in
index 368e1acb447..14130d2e525 100644
--- a/lib-src/makefile.w32-in
+++ b/lib-src/makefile.w32-in
@@ -22,7 +22,7 @@ ALL = make-docfile hexl ctags etags movemail ebrowse sorted-doc digest-doc emacs
22 22
23.PHONY: $(ALL) 23.PHONY: $(ALL)
24 24
25VERSION = 23.1.93 25VERSION = 24.0.50
26 26
27LOCAL_FLAGS = -DWINDOWSNT -DDOS_NT -DSTDC_HEADERS=1 -DNO_LDAV=1 \ 27LOCAL_FLAGS = -DWINDOWSNT -DDOS_NT -DSTDC_HEADERS=1 -DNO_LDAV=1 \
28 -DNO_ARCHIVES=1 -DHAVE_CONFIG_H=1 -I../nt/inc \ 28 -DNO_ARCHIVES=1 -DHAVE_CONFIG_H=1 -I../nt/inc \