aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2012-07-12 17:14:13 -0400
committerGlenn Morris2012-07-12 17:14:13 -0400
commitba9e4b84ac8322e84cd0cc1c5fe6d5d8a8453ff5 (patch)
tree43ee247f654ae26a785c95c9c4a4ba3bef2ea3af /src/ChangeLog
parenta7208036ed514ead06b0e95bdcdb306adb91e0df (diff)
downloademacs-ba9e4b84ac8322e84cd0cc1c5fe6d5d8a8453ff5.tar.gz
emacs-ba9e4b84ac8322e84cd0cc1c5fe6d5d8a8453ff5.zip
Move NO_EDITRES from src/s to configure
* configure.ac (NO_EDITRES): Move here from src/s. * src/s/aix4-2.h, src/s/hpux10-20.h: Let configure set NO_EDITRES.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index f0b532df145..49014c340dc 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,8 +1,3 @@
12012-07-12 Glenn Morris <rgm@gnu.org>
2
3 * s/gnu-linux.h, s/hpux10-20.h:
4 Do not unconditionally define HAVE_XRMSETDATABASE.
5
62012-07-12 Eli Zaretskii <eliz@gnu.org> 12012-07-12 Eli Zaretskii <eliz@gnu.org>
7 2
8 * xdisp.c (insert_left_trunc_glyphs): Fix incorrect size in 3 * xdisp.c (insert_left_trunc_glyphs): Fix incorrect size in
@@ -19,6 +14,11 @@
19 14
202012-07-12 Glenn Morris <rgm@gnu.org> 152012-07-12 Glenn Morris <rgm@gnu.org>
21 16
17 * s/aix4-2.h, s/hpux10-20.h: Let configure set NO_EDITRES.
18
19 * s/gnu-linux.h, s/hpux10-20.h:
20 Do not unconditionally define HAVE_XRMSETDATABASE.
21
22 * s/gnu-linux.h (UNIX98_PTYS): Let configure set it. 22 * s/gnu-linux.h (UNIX98_PTYS): Let configure set it.
23 23
242012-07-12 Paul Eggert <eggert@cs.ucla.edu> 242012-07-12 Paul Eggert <eggert@cs.ucla.edu>