Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 5255:b5611afbcc76
Support process plists, for greater GNU compatibility.
src/ChangeLog addition:
2010-09-02 Aidan Kehoe <kehoea@parhasard.net>
* process.c (process_getprop, process_putprop, process_remprop)
(process_plist, process_setplist, reinit_process_early):
Add functions to modify a process's property list.
* process-slots.h (MARKED_SLOT): Add a plist slot.
* fns.c (Fobject_setplist): New function, analogous to #'setplist,
but more general.
Update the documentation in the other plist functions to reflect
that processes now have property lists.
* emacs.c (main_1): Call reinit_process_early(), now processes have
plist methods that need to be initialised.
* symbols.c (reinit_symbol_objects_early): Fsetplist is the named
setplist method for symbols.
lisp/ChangeLog addition:
2010-09-02 Aidan Kehoe <kehoea@parhasard.net>
* obsolete.el (process-get):
Make #'process-get, #'process-put, #'process-plist,
#'set-process-plist available as aliases to the more general
functions #'get, #'put, #'object-plist, #'object-setplist, for GNU
compatibility.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Thu, 02 Sep 2010 12:23:11 +0100 |
parents | 1537701f08a1 |
children | 6c8f5574d4a1 |
comparison
equal
deleted
inserted
replaced
5254:1537701f08a1 | 5255:b5611afbcc76 |
---|---|
36 circularity. In #'mapcon, check a given stretch of | 36 circularity. In #'mapcon, check a given stretch of |
37 result for well-formedness once, which was not previously the | 37 result for well-formedness once, which was not previously the |
38 case, despite what the comments said. | 38 case, despite what the comments said. |
39 (Fmaplist, Fmapl, Fmapcon): | 39 (Fmaplist, Fmapl, Fmapcon): |
40 Call maplist() with its new arguments. | 40 Call maplist() with its new arguments. |
41 | |
42 2010-09-02 Aidan Kehoe <kehoea@parhasard.net> | |
43 | |
44 * process.c (process_getprop, process_putprop, process_remprop) | |
45 (process_plist, process_setplist, reinit_process_early): | |
46 Add functions to modify a process's property list. | |
47 * process-slots.h (MARKED_SLOT): Add a plist slot. | |
48 | |
49 * fns.c (Fobject_setplist): New function, analogous to #'setplist, | |
50 but more general. | |
51 Update the documentation in the other plist functions to reflect | |
52 that processes now have property lists. | |
53 * emacs.c (main_1): Call reinit_process_early(), now processes have | |
54 plist methods that need to be initialised. | |
55 * symbols.c (reinit_symbol_objects_early): Fsetplist is the named | |
56 setplist method for symbols. | |
41 | 57 |
42 2010-08-30 Aidan Kehoe <kehoea@parhasard.net> | 58 2010-08-30 Aidan Kehoe <kehoea@parhasard.net> |
43 | 59 |
44 * floatfns.c (ceiling_one_mundane_arg, floor_one_mundane_arg) | 60 * floatfns.c (ceiling_one_mundane_arg, floor_one_mundane_arg) |
45 (round_one_mundane_arg, truncate_one_mundane_arg): | 61 (round_one_mundane_arg, truncate_one_mundane_arg): |