emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/ChangeLog,v


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog,v
Date: Wed, 12 Sep 2007 07:24:32 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       07/09/12 07:24:31

Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/src/ChangeLog,v
retrieving revision 1.5850
retrieving revision 1.5851
diff -u -b -r1.5850 -r1.5851
--- ChangeLog   12 Sep 2007 07:16:19 -0000      1.5850
+++ ChangeLog   12 Sep 2007 07:24:31 -0000      1.5851
@@ -1,11 +1,22 @@
 2007-09-12  Glenn Morris  <address@hidden>
 
+       * Makefile.in (alloca): Do not undef.
+       (allocaobj, alloca.o): Remove.
+       (otherobj): Remove allocaobj.
+       * keyboard.c (command_loop_1): Remove #ifdef C_ALLOCA block.
+       * regex.c (C_ALLOCA): Remove all references and code that was only
+       used when this was defined.
+       * search.c (boyer_moore): Remove #ifdef C_ALLOCA block.
+       * xmenu.c (xmenu_show): Remove #ifdef C_ALLOCA block.
        * m/ibms390x.h, m/sh3el.h (C_ALLOCA): Remove references to this.
 
        * Makefile.in (SOURCES, unlock, relock): Delete.
-       (alloca): Do not undef.
-       (allocaobj, alloca.o): Remove.
-       (otherobj): Remove allocaobj.
+
+       * gtkutil.c (cnt): Rename to menu_grab_callback_cnt for clarity.
+       (menu_grab_callback): All uses changed.
+
+       * xselect.c (cnt): Rename to x_reply_selection_request_cnt for clarity.
+       (x_reply_selection_request): All uses changed.
 
 2007-09-11  Stefan Monnier  <address@hidden>
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]