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: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog,v
Date: Fri, 16 Nov 2007 20:36:35 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Stefan Monnier <monnier>        07/11/16 20:36:34

Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/src/ChangeLog,v
retrieving revision 1.5993
retrieving revision 1.5994
diff -u -b -r1.5993 -r1.5994
--- ChangeLog   16 Nov 2007 00:19:22 -0000      1.5993
+++ ChangeLog   16 Nov 2007 20:36:34 -0000      1.5994
@@ -1,7 +1,15 @@
+2007-11-16  Stefan Monnier  <address@hidden>
+
+       * alloc.c (ALLOCATE_PSEUDOVECTOR): Move to lisp.h.
+       (allocate_pseudovector): Make non-static.
+       * lisp.h (enum pvec_type): New tag PVEC_OTHER.
+       (allocate_pseudovector): Declare.
+       (ALLOCATE_PSEUDOVECTOR): Move from alloc.c
+
 2007-11-15  Andreas Schwab  <address@hidden>
 
-       * editfns.c (Fformat): Correctly format EMACS_INT values.  Also
-       take precision into account when formatting an integer.
+       * editfns.c (Fformat): Correctly format EMACS_INT values.
+       Also take precision into account when formatting an integer.
 
        * keyboard.c (Fevent_symbol_parse_modifiers): Fix declaration.
 




reply via email to

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