comparison man/ChangeLog @ 5178:97eb4942aec8

merge
author Ben Wing <ben@xemacs.org>
date Mon, 29 Mar 2010 21:28:13 -0500
parents 8b2f75cecb89 9c4bf82eaac2
children 2e528066e2fc
comparison
equal deleted inserted replaced
5177:b785049378e3 5178:97eb4942aec8
1 2010-02-22 Ben Wing <ben@xemacs.org> 1 2010-02-22 Ben Wing <ben@xemacs.org>
2 2
3 * internals/internals.texi (A Summary of the Various XEmacs Modules): 3 * internals/internals.texi (A Summary of the Various XEmacs Modules):
4 * internals/internals.texi (Modules for other Display-Related Lisp Objects): 4 * internals/internals.texi (Modules for other Display-Related Lisp Objects):
5 objects*.[ch] -> fontcolor*.[ch]. 5 objects*.[ch] -> fontcolor*.[ch].
6
7 2010-03-18 Mike Sperber <mike@xemacs.org>
8
9 * xemacs/startup.texi (Startup Paths): Reflect the (long-ago)
10 change from `lib' to `share' for the architecture-independent
11 directories.
12
13 2010-03-13 Ben Wing <ben@xemacs.org>
14
15 * internals/internals.texi (Working with Lisp Objects):
16 * internals/internals.texi (Writing Macros):
17 * internals/internals.texi (lrecords):
18 More rewriting to correspond with changes from
19 *LRECORD* to *LISP_OBJECT*.
20
21 2010-03-05 Ben Wing <ben@xemacs.org>
22
23 * internals/internals.texi (Introduction to Allocation):
24 * internals/internals.texi (Integers and Characters):
25 * internals/internals.texi (Allocation from Frob Blocks):
26 * internals/internals.texi (lrecords):
27 * internals/internals.texi (Low-level allocation):
28 Rewrite section on allocation of Lisp objects to reflect the new
29 reality. Remove references to nonexistent XSETINT and XSETCHAR.
30
31 2010-03-04 Ben Wing <ben@xemacs.org>
32
33 * internals/internals.texi (Top):
34 * internals/internals.texi (list-to-texinfo): Removed.
35 * internals/internals.texi (convert-list-to-texinfo): New.
36 * internals/internals.texi (table-to-texinfo): Removed.
37 * internals/internals.texi (convert-table-to-texinfo): New.
38 Update Lisp functions at top to newest versions.
39
40 * internals/internals.texi (A History of Emacs):
41 * internals/internals.texi (Through Version 18):
42 * internals/internals.texi (Lucid Emacs):
43 * internals/internals.texi (XEmacs):
44 * internals/internals.texi (The XEmacs Split):
45 * internals/internals.texi (Modules for Other Aspects of the Lisp Interpreter and Object System):
46 * internals/internals.texi (Introduction to Writing C Code):
47 * internals/internals.texi (Writing Good Comments):
48 * internals/internals.texi (Writing Macros):
49 * internals/internals.texi (Major Textual Changes):
50 * internals/internals.texi (Great Integral Type Renaming):
51 * internals/internals.texi (How to Regression-Test):
52 * internals/internals.texi (Creating a Branch):
53 * internals/internals.texi (Dynamic Arrays):
54 * internals/internals.texi (Allocation by Blocks):
55 * internals/internals.texi (mark_object):
56 * internals/internals.texi (gc_sweep):
57 * internals/internals.texi (Byte-Char Position Conversion):
58 * internals/internals.texi (Searching and Matching):
59 * internals/internals.texi (Introduction to Multilingual Issues #3):
60 * internals/internals.texi (Byte Types):
61 * internals/internals.texi (Different Ways of Seeing Internal Text):
62 * internals/internals.texi (Buffer Positions):
63 * internals/internals.texi (Basic internal-format APIs):
64 * internals/internals.texi (The DFC API):
65 * internals/internals.texi (General Guidelines for Writing Mule-Aware Code):
66 * internals/internals.texi (Mule-izing Code):
67 * internals/internals.texi (Locales):
68 * internals/internals.texi (More about code pages):
69 * internals/internals.texi (More about locales):
70 * internals/internals.texi (Unicode support under Windows):
71 * internals/internals.texi (The Frame):
72 * internals/internals.texi (The Non-Client Area):
73 * internals/internals.texi (The Client Area):
74 * internals/internals.texi (The Paned Area):
75 * internals/internals.texi (Text Areas):
76 * internals/internals.texi (The Displayable Area):
77 * internals/internals.texi (Event Queues):
78 * internals/internals.texi (Event Stream Callback Routines):
79 * internals/internals.texi (Focus Handling):
80 * internals/internals.texi (Future Work -- Autodetection):
81 Replace " with ``, '' (not complete, maybe about halfway through).
82
83 2010-03-03 Ben Wing <ben@xemacs.org>
84
85 * internals/internals.texi (Intro to Window and Frame Geometry):
86 * internals/internals.texi (The Paned Area):
87 * internals/internals.texi (The Displayable Area):
88 Update to make note of e.g. the fact that the bottom gutter is
89 actually above the minibuffer.
90
91 2010-03-02 Jerry James <james@xemacs.org>
92
93 * custom.texi: Delete, redundant with xemacs/custom.texi and
94 lispref/customize.texi.
95 * Makefile: Remove all rules relating to custom.texi.
96
97 2010-03-03 Aidan Kehoe <kehoea@parhasard.net>
98
99 * lispref/tips.texi (Comment Tips):
100 * lispref/text.texi (Text Properties):
101 * lispref/strings.texi (Creating Strings):
102 * lispref/processes.texi (Input to Processes):
103 * lispref/functions.texi (Argument List):
104 * lispref/extents.texi (Duplicable Extents):
105 Move examples that used substring to using subseq; in
106 strings.texi, do not change the examples, but document that in
107 this XEmacs, it is an alias for subseq, and that there may be some
108 incompatibilities if you depend on that.
109
110 2010-02-25 Didier Verna <didier@xemacs.org>
111
112 The background-placement face property.
113 * xemacs/custom.texi (Faces): Document it.
6 114
7 2010-02-20 Ben Wing <ben@xemacs.org> 115 2010-02-20 Ben Wing <ben@xemacs.org>
8 116
9 * internals/internals.texi (Intro to Window and Frame Geometry): 117 * internals/internals.texi (Intro to Window and Frame Geometry):
10 Shrink diagram to fit when offset by five spaces as a result of 118 Shrink diagram to fit when offset by five spaces as a result of