Mercurial > hg > xemacs-beta
comparison man/ChangeLog @ 4969:cbe181529c34
Automatic merge
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Wed, 03 Feb 2010 21:46:21 -0600 |
parents | e813cf16c015 fce43cb76a1c |
children | f23cd0184dcf |
comparison
equal
deleted
inserted
replaced
4968:4d35e52790f8 | 4969:cbe181529c34 |
---|---|
17 make_ext_string -> make_extstring | 17 make_ext_string -> make_extstring |
18 buffer_insert_c_string -> buffer_insert_ascstring | 18 buffer_insert_c_string -> buffer_insert_ascstring |
19 intern_int -> intern_istring | 19 intern_int -> intern_istring |
20 | 20 |
21 See comment in src/ChangeLog about this. | 21 See comment in src/ChangeLog about this. |
22 | |
23 2010-02-03 Ben Wing <ben@xemacs.org> | |
24 | |
25 * internals/internals.texi (Top): | |
26 * internals/internals.texi (Evaluation; Stack Frames; Bindings): | |
27 * internals/internals.texi (Ben's README): | |
28 * internals/internals.texi (Consoles; Devices; Frames; Windows): | |
29 * internals/internals.texi (Window Hierarchy): | |
30 * internals/internals.texi (The Window Object): | |
31 * internals/internals.texi (Modules for the Basic Displayable Lisp Objects): | |
32 * internals/internals.texi (Window-System Support): | |
33 * internals/internals.texi (Creating a Window-System Type): | |
34 * internals/internals.texi (Discussion -- Garbage Collection): | |
35 Update the part at the top about how to maintain the file with | |
36 more tips. | |
37 | |
38 Add a chapter on "window-system support" describing in a general | |
39 way how the support for different window systems/device types | |
40 works, including the separation between device-independent and | |
41 device-dependent parts, device methods, the specific device types | |
42 and the "xlike" pseudo-type. | |
22 | 43 |
23 2010-01-31 Aidan Kehoe <kehoea@parhasard.net> | 44 2010-01-31 Aidan Kehoe <kehoea@parhasard.net> |
24 | 45 |
25 * xemacs/programs.texi (Defuns): | 46 * xemacs/programs.texi (Defuns): |
26 * lispref/variables.texi (Local Variables, Defining Variables) | 47 * lispref/variables.texi (Local Variables, Defining Variables) |