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


From: Kim F. Storm
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog
Date: Sun, 12 Jan 2003 15:24:58 -0500

Index: emacs/src/ChangeLog
diff -c emacs/src/ChangeLog:1.3022 emacs/src/ChangeLog:1.3023
*** emacs/src/ChangeLog:1.3022  Sun Jan 12 10:40:23 2003
--- emacs/src/ChangeLog Sun Jan 12 15:24:57 2003
***************
*** 1,5 ****
--- 1,17 ----
  2003-01-12  Kim F. Storm  <address@hidden>
  
+       * process.h (struct Lisp_Process): New member private_vars.
+ 
+       * process.c: (QCvars): New variable.
+       (syms_of_process): Intern and staticpro it.
+       (Fprocess_variable, Fset_process_variable): New functions.
+       (syms_of_process): Defsubr them.
+       (Fstart_process): Initialize private_vars plist to nil.
+       (Fmake_network_process): New arg :vars to setup the private
+       variables for new network process.
+       (server_accept_connection): Copy server's private variables to
+       client process.
+ 
        * alloc.c (pure_alloc): Fixed 2003-01-10 changed (caused spurious
        crashes).  Code rewritten and simplified.  Now directly aligns the
        pointer and recalculates pure_bytes_used, rather than aligning the




reply via email to

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