summaryrefslogtreecommitdiff
path: root/oldXMenu
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2010-05-08 14:47:07 -0400
committerStefan Monnier <monnier@iro.umontreal.ca>2010-05-08 14:47:07 -0400
commit0235128c15aabd21b37e7a359b4932709471f156 (patch)
tree4f32e3a638c4e3d6e7d9c232b3e0b4b939368f54 /oldXMenu
parentca63fca5b669d42d8c131a1f33446d9a9d7795f6 (diff)
parent19ae0deb1c8c9475eb81daf7876cec5a44b5d5e0 (diff)
downloademacs-0235128c15aabd21b37e7a359b4932709471f156.tar.gz
Merge from emacs-23
Diffstat (limited to 'oldXMenu')
-rw-r--r--oldXMenu/ChangeLog10
1 files changed, 7 insertions, 3 deletions
diff --git a/oldXMenu/ChangeLog b/oldXMenu/ChangeLog
index b17a3b2eda9..7c2b2826375 100644
--- a/oldXMenu/ChangeLog
+++ b/oldXMenu/ChangeLog
@@ -1,15 +1,19 @@
+2010-05-07 Chong Yidong <cyd@stupidchicken.com>
+
+ * Version 23.2 released.
+
2010-05-06 Glenn Morris <rgm@gnu.org>
* Makefile.in (RANLIB): Let configure set it.
- (libXMenu11.a): configure sets RANLIB = : on systems without it.
+ (libXMenu11.a): Configure sets RANLIB = : on systems without it.
* Makefile.in (CPP, LN_S, AS, LD, MV, LS, LINTOPTS, LINTLIBFLAG, MAKE)
(STD_DEFINES, CDEBUGFLAGS, RM_CMD): Remove unused variables.
2010-05-04 Glenn Morris <rgm@gnu.org>
- * Makefile.in (C_SWITCH_SYSTEM, C_SWITCH_MACHINE): Use
- @C_SWITCH_SYSTEM@, @C_SWITCH_MACHINE@ rather than
+ * Makefile.in (C_SWITCH_SYSTEM, C_SWITCH_MACHINE):
+ Use @C_SWITCH_SYSTEM@, @C_SWITCH_MACHINE@ rather than
@c_switch_system@, @c_switch_machine@.
2010-04-27 Dan Nicolaescu <dann@ics.uci.edu>