comparison man/ChangeLog @ 2393:2d4dd2ef74e7

[xemacs-hg @ 2004-11-16 07:37:29 by ben] internals update internals/internals.texi: Add sections on Basic Types and Low-Level Allocation. Move module docs here. Incorporate dynamic array and blocktype docs from source. Add info on beta releases up to present. Redo chapter on "Rules When Writing New C Code", grouping stuff together properly. Put "Major Textual Changes" under this chapter. Incorporate etc/CODING-STANDARDS. Add discussion sections on "Instantiators and Generic Property Accessors" and "Switching to C++". Fill out discussion on garbage collection. Incorporate backtraces showing crashes due to problems with redisplay-critical-section protection.
author ben
date Tue, 16 Nov 2004 07:37:31 +0000
parents ecf1ebac70d8
children a27c2650a716
comparison
equal deleted inserted replaced
2392:9c4b194e4122 2393:2d4dd2ef74e7
1 2004-11-16 Ben Wing <ben@xemacs.org>
2
3 * internals/internals.texi (Top):
4 * internals/internals.texi (Introduction):
5 * internals/internals.texi (Authorship of XEmacs):
6 * internals/internals.texi (A History of Emacs):
7 * internals/internals.texi (Through Version 18):
8 * internals/internals.texi (Epoch):
9 * internals/internals.texi (Lucid Emacs):
10 * internals/internals.texi (GNU Emacs 19):
11 * internals/internals.texi (GNU Emacs 20):
12 * internals/internals.texi (XEmacs):
13 * internals/internals.texi (The XEmacs Split):
14 * internals/internals.texi (Build-Time Dependencies):
15 * internals/internals.texi (Low-Level Modules):
16 * internals/internals.texi (Modules for Interfacing with the Operating System):
17 * internals/internals.texi (Rules When Writing New C Code):
18 * internals/internals.texi (Introduction to Writing C Code):
19 * internals/internals.texi (Writing New Modules):
20 * internals/internals.texi (Working with Lisp Objects):
21 * internals/internals.texi (Writing Lisp Primitives):
22 * internals/internals.texi (Adding Global Lisp Variables):
23 * internals/internals.texi (Writing Macros):
24 * internals/internals.texi (Proper Use of Unsigned Types):
25 * internals/internals.texi (Major Textual Changes):
26 * internals/internals.texi (Great Integral Type Renaming):
27 * internals/internals.texi (Text/Char Type Renaming):
28 * internals/internals.texi (Debugging and Testing):
29 * internals/internals.texi (Modules for Regression Testing):
30 * internals/internals.texi (Merging a Branch into the Trunk):
31 * internals/internals.texi (XEmacs from the Inside):
32 * internals/internals.texi (Basic Types):
33 * internals/internals.texi (Low-Level Allocation):
34 * internals/internals.texi (Basic Heap Allocation):
35 * internals/internals.texi (Stack Allocation):
36 * internals/internals.texi (Dynamic Arrays):
37 * internals/internals.texi (Allocation by Blocks):
38 * internals/internals.texi (Modules for Allocation):
39 * internals/internals.texi (Critical Redisplay Sections):
40 * internals/internals.texi (Control-G (Quit) Checking):
41 * internals/internals.texi (Future Work Discussion):
42 * internals/internals.texi (Discussion -- Garbage Collection):
43 * internals/internals.texi (Discussion -- Pure Space):
44 * internals/internals.texi (Discussion -- Hashtable-Based Marking and Cleanup):
45 * internals/internals.texi (Discussion -- The Anti-Cons):
46 * internals/internals.texi (Discussion -- Glyphs):
47 * internals/internals.texi (Discussion -- Dialog Boxes):
48 * internals/internals.texi (Discussion -- Multilingual Issues):
49 * internals/internals.texi (Discussion -- Instantiators and Generic Property Accessors):
50 * internals/internals.texi (image-instance-property): New.
51 * internals/internals.texi (set-image-instance-property): New.
52 * internals/internals.texi (Discussion -- Switching to C++):
53 * internals/internals.texi (Discussion -- Windows External Widget):
54
55 Add sections on Basic Types and Low-Level Allocation. Move module
56 docs here. Incorporate dynamic array and blocktype docs from
57 source.
58
59 Add info on beta releases up to present.
60
61 Redo chapter on "Rules When Writing New C Code", grouping stuff
62 together properly. Put "Major Textual Changes" under this
63 chapter. Incorporate etc/CODING-STANDARDS.
64
65 Add discussion sections on "Instantiators and Generic Property
66 Accessors" and "Switching to C++". Fill out discussion on garbage
67 collection.
68
69 Incorporate backtraces showing crashes due to problems with
70 redisplay-critical-section protection.
71
1 2004-11-04 Ben Wing <ben@xemacs.org> 72 2004-11-04 Ben Wing <ben@xemacs.org>
2 73
3 * lispref/mule.texi (CCL Syntax): 74 * lispref/mule.texi (CCL Syntax):
4 * lispref/mule.texi (INT-OR-CHAR): New. 75 * lispref/mule.texi (INT-OR-CHAR): New.
5 * lispref/mule.texi (CCL Statements): 76 * lispref/mule.texi (CCL Statements):