aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2011-02-02 18:35:05 +0200
committerEli Zaretskii2011-02-02 18:35:05 +0200
commit1cb274e286c7b69ce5d1fa799396379905dd69e7 (patch)
tree381bf4e3f9fff5a2e895952a8e046670149d34d8 /lib-src/ChangeLog
parent9714fa67770e0619902d7be685fc45cec07c1e0a (diff)
downloademacs-1cb274e286c7b69ce5d1fa799396379905dd69e7.tar.gz
emacs-1cb274e286c7b69ce5d1fa799396379905dd69e7.zip
Make "etags --version" on Windows produce the same as on Posix platforms.
makefile.w32-in (ETAGS_CFLAGS, CTAGS_CFLAGS): Add ``-DVERSION="\"$(VERSION)\"" -DEMACS_NAME="\"GNU Emacs\""''.
Diffstat (limited to 'lib-src/ChangeLog')
-rw-r--r--lib-src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index e03ac55bfea..58c37c493ae 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,8 @@
12011-02-02 Eli Zaretskii <eliz@gnu.org>
2
3 * makefile.w32-in (ETAGS_CFLAGS, CTAGS_CFLAGS): Add
4 ``-DVERSION="\"$(VERSION)\"" -DEMACS_NAME="\"GNU Emacs\""''.
5
12011-01-28 Chong Yidong <cyd@stupidchicken.com> 62011-01-28 Chong Yidong <cyd@stupidchicken.com>
2 7
3 * ntlib.c (setregid): New stub, renamed from setegid. 8 * ntlib.c (setregid): New stub, renamed from setegid.