comparison src/ChangeLog @ 3026:beef0f850624

[xemacs-hg @ 2005-10-25 11:19:56 by ben] remove kludging of new and catch from config.h.in config.h.in: Don't define new and catch under C++ any more. (Places using new were just fixed by the last patch, places using catch were fixed a couple of weeks ago.)
author ben
date Tue, 25 Oct 2005 11:19:58 +0000
parents facf3239ba30
children 986cd22006a9
comparison
equal deleted inserted replaced
3025:facf3239ba30 3026:beef0f850624
1 2005-10-25 Ben Wing <ben@xemacs.org>
2
3 * config.h.in (EXTERN_C):
4 Don't define new and catch under C++ any more.
5 (Places using new were just fixed by the last patch, places using
6 catch were fixed a couple of weeks ago.)
7
1 2005-10-25 Ben Wing <ben@xemacs.org> 8 2005-10-25 Ben Wing <ben@xemacs.org>
2 9
3 * EmacsFrame.c (EmacsFrameInitialize): 10 * EmacsFrame.c (EmacsFrameInitialize):
4 * EmacsFrame.c (EmacsFrameSetValues): 11 * EmacsFrame.c (EmacsFrameSetValues):
5 * ExternalClient.c: 12 * ExternalClient.c: