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: Tue, 14 Jan 2003 04:54:36 -0500

Index: emacs/src/ChangeLog
diff -c emacs/src/ChangeLog:1.3029 emacs/src/ChangeLog:1.3030
*** emacs/src/ChangeLog:1.3029  Mon Jan 13 18:16:41 2003
--- emacs/src/ChangeLog Tue Jan 14 04:54:34 2003
***************
*** 1,3 ****
--- 1,15 ----
+ 2003-01-14  Kim F. Storm  <address@hidden>
+ 
+       * process.h (struct Lisp_Process): New member plist replaces old
+       member private_vars.  All uses changed.
+ 
+       * process.c: Reworked 2003-01-12 change -- call a plist a plist!
+       (QCplist): Renamed from QCvars.  All uses changed.
+       (Fprocess_plist): Replaces Fprocess_variable.  Simplified.
+       (Fset_process_plist): Replaces Fset_process_variable.  Simplified.
+       (syms_of_process): Intern, staticpro, defsubr these.
+       (Fmake_network_process): Describe :plist arg.  Removed :vars arg.
+ 
  2003-01-14  Francesco Potort,Al(B  <address@hidden>
  
        * m/delta.h: Removed (obsolete).
***************
*** 27,33 ****
  
        * process.h (struct Lisp_Process): New member private_vars.
  
!       * process.c: (QCvars): New variable.
        (syms_of_process): Intern and staticpro it.
        (Fset_process_contact): Removed function.
        (Fprocess_variable, Fset_process_variable): New functions.
--- 39,45 ----
  
        * process.h (struct Lisp_Process): New member private_vars.
  
!       * process.c (QCvars): New variable.
        (syms_of_process): Intern and staticpro it.
        (Fset_process_contact): Removed function.
        (Fprocess_variable, Fset_process_variable): New functions.




reply via email to

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