Mercurial > hg > xemacs-beta
annotate man/ChangeLog @ 5379:a32a108ae815
#'cl-non-fixnum-number-p: return t for integers > #x3fffffff and < -#x40000000
2011-03-21 Aidan Kehoe <kehoea@parhasard.net>
* cl-macs.el (cl-non-fixnum-number-p):
This should return t under 64-bit builds for fixnums that would
be bignums on a 32-bit machine; make it so.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Mon, 21 Mar 2011 12:19:25 +0000 |
parents | 4f0a1f4cc111 |
children | 3889ef128488 |
rev | line source |
---|---|
5378
4f0a1f4cc111
Improve support for min-colors req in `defface'.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5375
diff
changeset
|
1 2011-03-19 Stephen J. Turnbull <stephen@xemacs.org> |
4f0a1f4cc111
Improve support for min-colors req in `defface'.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5375
diff
changeset
|
2 |
4f0a1f4cc111
Improve support for min-colors req in `defface'.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5375
diff
changeset
|
3 * lispref/customize.texi (Face Definitions): New node. |
4f0a1f4cc111
Improve support for min-colors req in `defface'.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5375
diff
changeset
|
4 (Customization): Add entry to menu. |
4f0a1f4cc111
Improve support for min-colors req in `defface'.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5375
diff
changeset
|
5 (Variable Definitions): Add cross-ref for `defface'. |
4f0a1f4cc111
Improve support for min-colors req in `defface'.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5375
diff
changeset
|
6 (Customization Types): Fixup Previous link. |
4f0a1f4cc111
Improve support for min-colors req in `defface'.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5375
diff
changeset
|
7 |
4f0a1f4cc111
Improve support for min-colors req in `defface'.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5375
diff
changeset
|
8 * lispref/faces.texi (Faces): |
4f0a1f4cc111
Improve support for min-colors req in `defface'.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5375
diff
changeset
|
9 Clarify that built-in properties of faces are computed at runtime. |
4f0a1f4cc111
Improve support for min-colors req in `defface'.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5375
diff
changeset
|
10 |
5374
d967d96ca043
Conditionalise the old-* functions and byte codes at compile time.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5361
diff
changeset
|
11 2011-03-15 Aidan Kehoe <kehoea@parhasard.net> |
d967d96ca043
Conditionalise the old-* functions and byte codes at compile time.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5361
diff
changeset
|
12 |
d967d96ca043
Conditionalise the old-* functions and byte codes at compile time.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5361
diff
changeset
|
13 * lispref/objects.texi (Character Type): |
d967d96ca043
Conditionalise the old-* functions and byte codes at compile time.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5361
diff
changeset
|
14 * lispref/objects.texi (Equality Predicates): |
d967d96ca043
Conditionalise the old-* functions and byte codes at compile time.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5361
diff
changeset
|
15 No longer document `old-eq', `old-equal', they haven't been used |
d967d96ca043
Conditionalise the old-* functions and byte codes at compile time.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5361
diff
changeset
|
16 in years. |
d967d96ca043
Conditionalise the old-* functions and byte codes at compile time.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5361
diff
changeset
|
17 |
5373
b6e59ea11533
Add min-colors specifier to defface, and document it.
Jeff Sparkes <jsparkes@gmail.com>
parents:
5361
diff
changeset
|
18 2011-03-14 Jeff Sparkes <jsparkes@gmail.com> |
b6e59ea11533
Add min-colors specifier to defface, and document it.
Jeff Sparkes <jsparkes@gmail.com>
parents:
5361
diff
changeset
|
19 |
b6e59ea11533
Add min-colors specifier to defface, and document it.
Jeff Sparkes <jsparkes@gmail.com>
parents:
5361
diff
changeset
|
20 * lispref/faces.texi (Faces): Mention `min-colors' as a |
b6e59ea11533
Add min-colors specifier to defface, and document it.
Jeff Sparkes <jsparkes@gmail.com>
parents:
5361
diff
changeset
|
21 face specifier. |
b6e59ea11533
Add min-colors specifier to defface, and document it.
Jeff Sparkes <jsparkes@gmail.com>
parents:
5361
diff
changeset
|
22 |
5361
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
23 2011-03-01 Aidan Kehoe <kehoea@parhasard.net> |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
24 |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
25 * lispref/commands.texi (Using Interactive): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
26 * lispref/compile.texi (Eval During Compile): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
27 * lispref/compile.texi (Compiled-Function Objects): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
28 * lispref/control.texi (Sequencing): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
29 * lispref/control.texi (Conditionals): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
30 * lispref/control.texi (Combining Conditions): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
31 * lispref/control.texi (Iteration): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
32 * lispref/control.texi (Catch and Throw): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
33 * lispref/control.texi (Handling Errors): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
34 * lispref/control.texi (Cleanups): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
35 * lispref/display.texi (Temporary Displays): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
36 * lispref/eval.texi (Quoting): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
37 * lispref/eval.texi (Multiple values): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
38 * lispref/frames.texi (Input Focus): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
39 * lispref/functions.texi (Argument List): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
40 * lispref/functions.texi (Defining Functions): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
41 * lispref/functions.texi (Anonymous Functions): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
42 * lispref/internationalization.texi (Level 3 Primitives): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
43 * lispref/internationalization.texi (Domain Specification): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
44 * lispref/intro.texi (A Sample Function Description): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
45 * lispref/intro.texi (A Sample Variable Description): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
46 * lispref/lists.texi (Sets And Lists): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
47 * lispref/macros.texi (Defining Macros): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
48 * lispref/macros.texi (Backquote): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
49 * lispref/positions.texi (Excursions): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
50 * lispref/positions.texi (Narrowing): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
51 * lispref/searching.texi (Saving Match Data): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
52 * lispref/sequences.texi (Sequence Functions): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
53 * lispref/sequences.texi (Array Functions): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
54 * lispref/specifiers.texi (Adding Specifications): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
55 * lispref/variables.texi (Local Variables): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
56 * lispref/variables.texi (Defining Variables): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
57 * lispref/variables.texi (Setting Variables): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
58 * lispref/variables.texi (Default Value): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
59 * lispref/windows.texi (Selecting Windows): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
60 * lispref/windows.texi (Window Configurations): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
61 No longer use @defspec, since we no longer use the term "special |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
62 form"; instead use @deffn {Special Operator}. Unfortunately |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
63 there's no way in texinfo to redefine @defspec in one place. |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
64 |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
65 2011-03-01 Aidan Kehoe <kehoea@parhasard.net> |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
66 |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
67 * cl.texi (Argument Lists): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
68 * cl.texi (Time of Evaluation): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
69 * cl.texi (Type Predicates): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
70 * cl.texi (Assignment): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
71 * cl.texi (Basic Setf): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
72 * cl.texi (Modify Macros): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
73 * cl.texi (Customizing Setf): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
74 * cl.texi (Dynamic Bindings): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
75 * cl.texi (Lexical Bindings): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
76 * cl.texi (Function Bindings): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
77 * cl.texi (Macro Bindings): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
78 * cl.texi (Conditionals): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
79 * cl.texi (Blocks and Exits): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
80 * cl.texi (Iteration): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
81 * cl.texi (Loop Basics): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
82 * cl.texi (Macros): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
83 * cl.texi (Declarations): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
84 * cl.texi (Property Lists): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
85 * cl.texi (Structures): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
86 * cl.texi (Assertions): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
87 * cl.texi (Efficiency Concerns): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
88 |
5359
f5a5501814f5
Document the CL set functions and #'eql in the Lispref, not just cl.texi
Aidan Kehoe <kehoea@parhasard.net>
parents:
5300
diff
changeset
|
89 2011-02-19 Aidan Kehoe <kehoea@parhasard.net> |
f5a5501814f5
Document the CL set functions and #'eql in the Lispref, not just cl.texi
Aidan Kehoe <kehoea@parhasard.net>
parents:
5300
diff
changeset
|
90 |
f5a5501814f5
Document the CL set functions and #'eql in the Lispref, not just cl.texi
Aidan Kehoe <kehoea@parhasard.net>
parents:
5300
diff
changeset
|
91 * lispref/lists.texi (Sets And Lists): |
f5a5501814f5
Document the CL set functions and #'eql in the Lispref, not just cl.texi
Aidan Kehoe <kehoea@parhasard.net>
parents:
5300
diff
changeset
|
92 Document #'member*, #'remove*, #'delete* in this file. Document |
f5a5501814f5
Document the CL set functions and #'eql in the Lispref, not just cl.texi
Aidan Kehoe <kehoea@parhasard.net>
parents:
5300
diff
changeset
|
93 #'memq, #'member, #'remq, #'remove, #'delq, #'delete in terms of |
f5a5501814f5
Document the CL set functions and #'eql in the Lispref, not just cl.texi
Aidan Kehoe <kehoea@parhasard.net>
parents:
5300
diff
changeset
|
94 the former functions. |
f5a5501814f5
Document the CL set functions and #'eql in the Lispref, not just cl.texi
Aidan Kehoe <kehoea@parhasard.net>
parents:
5300
diff
changeset
|
95 Document #'subsetp, #'union, #'intersection, #'set-difference, |
f5a5501814f5
Document the CL set functions and #'eql in the Lispref, not just cl.texi
Aidan Kehoe <kehoea@parhasard.net>
parents:
5300
diff
changeset
|
96 #'set-exclusive-or and their destructive analogues in this file. |
f5a5501814f5
Document the CL set functions and #'eql in the Lispref, not just cl.texi
Aidan Kehoe <kehoea@parhasard.net>
parents:
5300
diff
changeset
|
97 * lispref/lists.texi (Association Lists): |
f5a5501814f5
Document the CL set functions and #'eql in the Lispref, not just cl.texi
Aidan Kehoe <kehoea@parhasard.net>
parents:
5300
diff
changeset
|
98 Document #'assoc*, #'rassoc* in this file. Document #'assq, |
f5a5501814f5
Document the CL set functions and #'eql in the Lispref, not just cl.texi
Aidan Kehoe <kehoea@parhasard.net>
parents:
5300
diff
changeset
|
99 #'assoc, #'rassq, #'rassoc in terms of the first two functions. |
f5a5501814f5
Document the CL set functions and #'eql in the Lispref, not just cl.texi
Aidan Kehoe <kehoea@parhasard.net>
parents:
5300
diff
changeset
|
100 * lispref/objects.texi (Equality Predicates): |
f5a5501814f5
Document the CL set functions and #'eql in the Lispref, not just cl.texi
Aidan Kehoe <kehoea@parhasard.net>
parents:
5300
diff
changeset
|
101 Document #'eql here, don't leave it to cl.texi. |
f5a5501814f5
Document the CL set functions and #'eql in the Lispref, not just cl.texi
Aidan Kehoe <kehoea@parhasard.net>
parents:
5300
diff
changeset
|
102 |
5300
9f738305f80f
Accept sequences generally, not just lists, #'reverse, #'nreverse.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5254
diff
changeset
|
103 2010-11-06 Aidan Kehoe <kehoea@parhasard.net> |
9f738305f80f
Accept sequences generally, not just lists, #'reverse, #'nreverse.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5254
diff
changeset
|
104 |
9f738305f80f
Accept sequences generally, not just lists, #'reverse, #'nreverse.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5254
diff
changeset
|
105 * lispref/lists.texi (Rearrangement, Building Lists): |
9f738305f80f
Accept sequences generally, not just lists, #'reverse, #'nreverse.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5254
diff
changeset
|
106 Document that #'nreverse and #'reverse now accept sequences, not |
9f738305f80f
Accept sequences generally, not just lists, #'reverse, #'nreverse.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5254
diff
changeset
|
107 just lists, in this file. |
9f738305f80f
Accept sequences generally, not just lists, #'reverse, #'nreverse.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5254
diff
changeset
|
108 |
5254
1537701f08a1
Support Roman month numbers, #'format-time-string
Aidan Kehoe <kehoea@parhasard.net>
parents:
5252
diff
changeset
|
109 2010-09-02 Aidan Kehoe <kehoea@parhasard.net> |
1537701f08a1
Support Roman month numbers, #'format-time-string
Aidan Kehoe <kehoea@parhasard.net>
parents:
5252
diff
changeset
|
110 |
1537701f08a1
Support Roman month numbers, #'format-time-string
Aidan Kehoe <kehoea@parhasard.net>
parents:
5252
diff
changeset
|
111 * lispref/os.texi (Time Conversion): |
1537701f08a1
Support Roman month numbers, #'format-time-string
Aidan Kehoe <kehoea@parhasard.net>
parents:
5252
diff
changeset
|
112 Document the new #'format-time-string flags for Roman month |
1537701f08a1
Support Roman month numbers, #'format-time-string
Aidan Kehoe <kehoea@parhasard.net>
parents:
5252
diff
changeset
|
113 numbers. |
1537701f08a1
Support Roman month numbers, #'format-time-string
Aidan Kehoe <kehoea@parhasard.net>
parents:
5252
diff
changeset
|
114 |
5252
378a34562cbe
Fix style, documentation for rounding functions and multiple values.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5247
diff
changeset
|
115 2010-08-30 Aidan Kehoe <kehoea@parhasard.net> |
378a34562cbe
Fix style, documentation for rounding functions and multiple values.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5247
diff
changeset
|
116 |
378a34562cbe
Fix style, documentation for rounding functions and multiple values.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5247
diff
changeset
|
117 * lispref/eval.texi (Evaluation, Multiple values): |
378a34562cbe
Fix style, documentation for rounding functions and multiple values.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5247
diff
changeset
|
118 Document our implementation of multiple values; point the reader |
378a34562cbe
Fix style, documentation for rounding functions and multiple values.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5247
diff
changeset
|
119 to the CLTL or the Hyperspec for details of exactly when values |
378a34562cbe
Fix style, documentation for rounding functions and multiple values.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5247
diff
changeset
|
120 are discarded. |
378a34562cbe
Fix style, documentation for rounding functions and multiple values.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5247
diff
changeset
|
121 |
378a34562cbe
Fix style, documentation for rounding functions and multiple values.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5247
diff
changeset
|
122 * lispref/numbers.texi (Numeric Conversions): Document the |
378a34562cbe
Fix style, documentation for rounding functions and multiple values.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5247
diff
changeset
|
123 optional DIVISOR arguments to the rounding functions, and |
378a34562cbe
Fix style, documentation for rounding functions and multiple values.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5247
diff
changeset
|
124 document that they all return multiple values. |
378a34562cbe
Fix style, documentation for rounding functions and multiple values.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5247
diff
changeset
|
125 (Rounding Operations): Ditto. |
378a34562cbe
Fix style, documentation for rounding functions and multiple values.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5247
diff
changeset
|
126 |
378a34562cbe
Fix style, documentation for rounding functions and multiple values.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5247
diff
changeset
|
127 * cl.texi (Multiple Values): |
378a34562cbe
Fix style, documentation for rounding functions and multiple values.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5247
diff
changeset
|
128 Document that we've moved the multiple values implementation to |
378a34562cbe
Fix style, documentation for rounding functions and multiple values.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5247
diff
changeset
|
129 core code, and cross-reference to the Lispref. |
378a34562cbe
Fix style, documentation for rounding functions and multiple values.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5247
diff
changeset
|
130 (Numerical Functions): The various rounding functions are now |
378a34562cbe
Fix style, documentation for rounding functions and multiple values.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5247
diff
changeset
|
131 identical to the built-in rounding functions, with the exception |
378a34562cbe
Fix style, documentation for rounding functions and multiple values.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5247
diff
changeset
|
132 that they return lists, not multiple values; document this. |
378a34562cbe
Fix style, documentation for rounding functions and multiple values.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5247
diff
changeset
|
133 |
5247
02d875ebd1ea
Make Lisp reader errors more informative with over-long hex, octal characters
Aidan Kehoe <kehoea@parhasard.net>
parents:
5236
diff
changeset
|
134 2010-08-21 Aidan Kehoe <kehoea@parhasard.net> |
02d875ebd1ea
Make Lisp reader errors more informative with over-long hex, octal characters
Aidan Kehoe <kehoea@parhasard.net>
parents:
5236
diff
changeset
|
135 |
02d875ebd1ea
Make Lisp reader errors more informative with over-long hex, octal characters
Aidan Kehoe <kehoea@parhasard.net>
parents:
5236
diff
changeset
|
136 * lispref/objects.texi (Character Type): |
02d875ebd1ea
Make Lisp reader errors more informative with over-long hex, octal characters
Aidan Kehoe <kehoea@parhasard.net>
parents:
5236
diff
changeset
|
137 Go into more detail here on the specific type of error provoked on |
02d875ebd1ea
Make Lisp reader errors more informative with over-long hex, octal characters
Aidan Kehoe <kehoea@parhasard.net>
parents:
5236
diff
changeset
|
138 overlong hex character escapes and non-Latin-1 octal character |
02d875ebd1ea
Make Lisp reader errors more informative with over-long hex, octal characters
Aidan Kehoe <kehoea@parhasard.net>
parents:
5236
diff
changeset
|
139 escapes; give details of why the latter may be encountered, and |
02d875ebd1ea
Make Lisp reader errors more informative with over-long hex, octal characters
Aidan Kehoe <kehoea@parhasard.net>
parents:
5236
diff
changeset
|
140 what to do with such code. |
02d875ebd1ea
Make Lisp reader errors more informative with over-long hex, octal characters
Aidan Kehoe <kehoea@parhasard.net>
parents:
5236
diff
changeset
|
141 |
5236
0f7d483cff5a
Add ChangeLogs for recent address updates in permission notices.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5215
diff
changeset
|
142 2010-06-13 Stephen J. Turnbull <stephen@xemacs.org> |
0f7d483cff5a
Add ChangeLogs for recent address updates in permission notices.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5215
diff
changeset
|
143 |
0f7d483cff5a
Add ChangeLogs for recent address updates in permission notices.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5215
diff
changeset
|
144 * external-widget.texi: Correct FSF address in permission notice. |
0f7d483cff5a
Add ChangeLogs for recent address updates in permission notices.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5215
diff
changeset
|
145 |
5215
956d54c39176
Reword the lispref documentation of buffer-display-count.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5214
diff
changeset
|
146 2010-05-28 Aidan Kehoe <kehoea@parhasard.net> |
956d54c39176
Reword the lispref documentation of buffer-display-count.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5214
diff
changeset
|
147 |
956d54c39176
Reword the lispref documentation of buffer-display-count.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5214
diff
changeset
|
148 * lispref/windows.texi (Buffers and Windows): |
956d54c39176
Reword the lispref documentation of buffer-display-count.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5214
diff
changeset
|
149 Reword the documentation of `buffer-display-count'; |
956d54c39176
Reword the lispref documentation of buffer-display-count.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5214
diff
changeset
|
150 `buffer-display-time's documentation was taken from a version of |
956d54c39176
Reword the lispref documentation of buffer-display-count.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5214
diff
changeset
|
151 the GNU elisp manuwal with a compatible licence, |
956d54c39176
Reword the lispref documentation of buffer-display-count.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5214
diff
changeset
|
152 `buffer-display-count' was not. |
956d54c39176
Reword the lispref documentation of buffer-display-count.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5214
diff
changeset
|
153 |
5214
0b4d355771bd
Import buffer-display-count, buffer-display-time; thank you, Jeff Sparkes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5191
diff
changeset
|
154 2010-05-17 Jeff Sparkes <jsparkes@gmail.com> |
0b4d355771bd
Import buffer-display-count, buffer-display-time; thank you, Jeff Sparkes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5191
diff
changeset
|
155 |
0b4d355771bd
Import buffer-display-count, buffer-display-time; thank you, Jeff Sparkes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5191
diff
changeset
|
156 * lispref/windows.texi (Buffers and Windows): |
0b4d355771bd
Import buffer-display-count, buffer-display-time; thank you, Jeff Sparkes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5191
diff
changeset
|
157 Document buffer-display-count and buffer-display-time with |
0b4d355771bd
Import buffer-display-count, buffer-display-time; thank you, Jeff Sparkes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5191
diff
changeset
|
158 descriptions from GNU emacs lispref. |
0b4d355771bd
Import buffer-display-count, buffer-display-time; thank you, Jeff Sparkes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5191
diff
changeset
|
159 |
0b4d355771bd
Import buffer-display-count, buffer-display-time; thank you, Jeff Sparkes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5191
diff
changeset
|
160 * lispref/locals.texi (Standard Buffer-Local Variables): |
0b4d355771bd
Import buffer-display-count, buffer-display-time; thank you, Jeff Sparkes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5191
diff
changeset
|
161 Add buffer-display-count and buffer-display-time. |
0b4d355771bd
Import buffer-display-count, buffer-display-time; thank you, Jeff Sparkes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5191
diff
changeset
|
162 |
5191
71ee43b8a74d
Add #'equalp as a hash test by default; add #'define-hash-table-test, GNU API
Aidan Kehoe <kehoea@parhasard.net>
parents:
5182
diff
changeset
|
163 2010-04-03 Aidan Kehoe <kehoea@parhasard.net> |
71ee43b8a74d
Add #'equalp as a hash test by default; add #'define-hash-table-test, GNU API
Aidan Kehoe <kehoea@parhasard.net>
parents:
5182
diff
changeset
|
164 |
71ee43b8a74d
Add #'equalp as a hash test by default; add #'define-hash-table-test, GNU API
Aidan Kehoe <kehoea@parhasard.net>
parents:
5182
diff
changeset
|
165 * lispref/hash-tables.texi (Introduction to Hash Tables): |
71ee43b8a74d
Add #'equalp as a hash test by default; add #'define-hash-table-test, GNU API
Aidan Kehoe <kehoea@parhasard.net>
parents:
5182
diff
changeset
|
166 Document that we now support #'equalp as a hash table test by |
71ee43b8a74d
Add #'equalp as a hash test by default; add #'define-hash-table-test, GNU API
Aidan Kehoe <kehoea@parhasard.net>
parents:
5182
diff
changeset
|
167 default, and mention #'define-hash-table-test. |
71ee43b8a74d
Add #'equalp as a hash test by default; add #'define-hash-table-test, GNU API
Aidan Kehoe <kehoea@parhasard.net>
parents:
5182
diff
changeset
|
168 (Working With Hash Tables): Document #'define-hash-table-test. |
71ee43b8a74d
Add #'equalp as a hash test by default; add #'define-hash-table-test, GNU API
Aidan Kehoe <kehoea@parhasard.net>
parents:
5182
diff
changeset
|
169 |
5182
2e528066e2fc
Move #'sort*, #'fill, #'merge to C from cl-seq.el.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5178
diff
changeset
|
170 2010-04-01 Aidan Kehoe <kehoea@parhasard.net> |
2e528066e2fc
Move #'sort*, #'fill, #'merge to C from cl-seq.el.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5178
diff
changeset
|
171 |
2e528066e2fc
Move #'sort*, #'fill, #'merge to C from cl-seq.el.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5178
diff
changeset
|
172 * lispref/lists.texi (Rearrangement): |
2e528066e2fc
Move #'sort*, #'fill, #'merge to C from cl-seq.el.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5178
diff
changeset
|
173 Update the documentation of #'sort here, now that it accepts any |
2e528066e2fc
Move #'sort*, #'fill, #'merge to C from cl-seq.el.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5178
diff
changeset
|
174 type of sequence and the KEY keyword argument. (Though this is |
2e528066e2fc
Move #'sort*, #'fill, #'merge to C from cl-seq.el.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5178
diff
changeset
|
175 probably now the wrong place for this function, given that.) |
2e528066e2fc
Move #'sort*, #'fill, #'merge to C from cl-seq.el.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5178
diff
changeset
|
176 |
5176
8b2f75cecb89
rename objects* (.c, .h and .el files) to fontcolor*
Ben Wing <ben@xemacs.org>
parents:
5048
diff
changeset
|
177 2010-02-22 Ben Wing <ben@xemacs.org> |
8b2f75cecb89
rename objects* (.c, .h and .el files) to fontcolor*
Ben Wing <ben@xemacs.org>
parents:
5048
diff
changeset
|
178 |
8b2f75cecb89
rename objects* (.c, .h and .el files) to fontcolor*
Ben Wing <ben@xemacs.org>
parents:
5048
diff
changeset
|
179 * internals/internals.texi (A Summary of the Various XEmacs Modules): |
8b2f75cecb89
rename objects* (.c, .h and .el files) to fontcolor*
Ben Wing <ben@xemacs.org>
parents:
5048
diff
changeset
|
180 * internals/internals.texi (Modules for other Display-Related Lisp Objects): |
8b2f75cecb89
rename objects* (.c, .h and .el files) to fontcolor*
Ben Wing <ben@xemacs.org>
parents:
5048
diff
changeset
|
181 objects*.[ch] -> fontcolor*.[ch]. |
8b2f75cecb89
rename objects* (.c, .h and .el files) to fontcolor*
Ben Wing <ben@xemacs.org>
parents:
5048
diff
changeset
|
182 |
5148
9c4bf82eaac2
Reflect change from `lib' to `share' in docs.
Mike Sperber <sperber@deinprogramm.de>
parents:
5142
diff
changeset
|
183 2010-03-18 Mike Sperber <mike@xemacs.org> |
9c4bf82eaac2
Reflect change from `lib' to `share' in docs.
Mike Sperber <sperber@deinprogramm.de>
parents:
5142
diff
changeset
|
184 |
9c4bf82eaac2
Reflect change from `lib' to `share' in docs.
Mike Sperber <sperber@deinprogramm.de>
parents:
5142
diff
changeset
|
185 * xemacs/startup.texi (Startup Paths): Reflect the (long-ago) |
9c4bf82eaac2
Reflect change from `lib' to `share' in docs.
Mike Sperber <sperber@deinprogramm.de>
parents:
5142
diff
changeset
|
186 change from `lib' to `share' for the architecture-independent |
9c4bf82eaac2
Reflect change from `lib' to `share' in docs.
Mike Sperber <sperber@deinprogramm.de>
parents:
5142
diff
changeset
|
187 directories. |
9c4bf82eaac2
Reflect change from `lib' to `share' in docs.
Mike Sperber <sperber@deinprogramm.de>
parents:
5142
diff
changeset
|
188 |
5142
f965e31a35f0
reduce lcrecord headers to 2 words, rename printing_unreadable_object
Ben Wing <ben@xemacs.org>
parents:
5128
diff
changeset
|
189 2010-03-13 Ben Wing <ben@xemacs.org> |
f965e31a35f0
reduce lcrecord headers to 2 words, rename printing_unreadable_object
Ben Wing <ben@xemacs.org>
parents:
5128
diff
changeset
|
190 |
f965e31a35f0
reduce lcrecord headers to 2 words, rename printing_unreadable_object
Ben Wing <ben@xemacs.org>
parents:
5128
diff
changeset
|
191 * internals/internals.texi (Working with Lisp Objects): |
f965e31a35f0
reduce lcrecord headers to 2 words, rename printing_unreadable_object
Ben Wing <ben@xemacs.org>
parents:
5128
diff
changeset
|
192 * internals/internals.texi (Writing Macros): |
f965e31a35f0
reduce lcrecord headers to 2 words, rename printing_unreadable_object
Ben Wing <ben@xemacs.org>
parents:
5128
diff
changeset
|
193 * internals/internals.texi (lrecords): |
f965e31a35f0
reduce lcrecord headers to 2 words, rename printing_unreadable_object
Ben Wing <ben@xemacs.org>
parents:
5128
diff
changeset
|
194 More rewriting to correspond with changes from |
f965e31a35f0
reduce lcrecord headers to 2 words, rename printing_unreadable_object
Ben Wing <ben@xemacs.org>
parents:
5128
diff
changeset
|
195 *LRECORD* to *LISP_OBJECT*. |
f965e31a35f0
reduce lcrecord headers to 2 words, rename printing_unreadable_object
Ben Wing <ben@xemacs.org>
parents:
5128
diff
changeset
|
196 |
5127
a9c41067dd88
more cleanups, terminology clarification, lots of doc work
Ben Wing <ben@xemacs.org>
parents:
5048
diff
changeset
|
197 2010-03-05 Ben Wing <ben@xemacs.org> |
a9c41067dd88
more cleanups, terminology clarification, lots of doc work
Ben Wing <ben@xemacs.org>
parents:
5048
diff
changeset
|
198 |
a9c41067dd88
more cleanups, terminology clarification, lots of doc work
Ben Wing <ben@xemacs.org>
parents:
5048
diff
changeset
|
199 * internals/internals.texi (Introduction to Allocation): |
a9c41067dd88
more cleanups, terminology clarification, lots of doc work
Ben Wing <ben@xemacs.org>
parents:
5048
diff
changeset
|
200 * internals/internals.texi (Integers and Characters): |
a9c41067dd88
more cleanups, terminology clarification, lots of doc work
Ben Wing <ben@xemacs.org>
parents:
5048
diff
changeset
|
201 * internals/internals.texi (Allocation from Frob Blocks): |
a9c41067dd88
more cleanups, terminology clarification, lots of doc work
Ben Wing <ben@xemacs.org>
parents:
5048
diff
changeset
|
202 * internals/internals.texi (lrecords): |
a9c41067dd88
more cleanups, terminology clarification, lots of doc work
Ben Wing <ben@xemacs.org>
parents:
5048
diff
changeset
|
203 * internals/internals.texi (Low-level allocation): |
a9c41067dd88
more cleanups, terminology clarification, lots of doc work
Ben Wing <ben@xemacs.org>
parents:
5048
diff
changeset
|
204 Rewrite section on allocation of Lisp objects to reflect the new |
a9c41067dd88
more cleanups, terminology clarification, lots of doc work
Ben Wing <ben@xemacs.org>
parents:
5048
diff
changeset
|
205 reality. Remove references to nonexistent XSETINT and XSETCHAR. |
a9c41067dd88
more cleanups, terminology clarification, lots of doc work
Ben Wing <ben@xemacs.org>
parents:
5048
diff
changeset
|
206 |
5096 | 207 2010-03-04 Ben Wing <ben@xemacs.org> |
208 | |
209 * internals/internals.texi (Top): | |
210 * internals/internals.texi (list-to-texinfo): Removed. | |
211 * internals/internals.texi (convert-list-to-texinfo): New. | |
212 * internals/internals.texi (table-to-texinfo): Removed. | |
213 * internals/internals.texi (convert-table-to-texinfo): New. | |
214 Update Lisp functions at top to newest versions. | |
215 | |
216 * internals/internals.texi (A History of Emacs): | |
217 * internals/internals.texi (Through Version 18): | |
218 * internals/internals.texi (Lucid Emacs): | |
219 * internals/internals.texi (XEmacs): | |
220 * internals/internals.texi (The XEmacs Split): | |
221 * internals/internals.texi (Modules for Other Aspects of the Lisp Interpreter and Object System): | |
222 * internals/internals.texi (Introduction to Writing C Code): | |
223 * internals/internals.texi (Writing Good Comments): | |
224 * internals/internals.texi (Writing Macros): | |
225 * internals/internals.texi (Major Textual Changes): | |
226 * internals/internals.texi (Great Integral Type Renaming): | |
227 * internals/internals.texi (How to Regression-Test): | |
228 * internals/internals.texi (Creating a Branch): | |
229 * internals/internals.texi (Dynamic Arrays): | |
230 * internals/internals.texi (Allocation by Blocks): | |
231 * internals/internals.texi (mark_object): | |
232 * internals/internals.texi (gc_sweep): | |
233 * internals/internals.texi (Byte-Char Position Conversion): | |
234 * internals/internals.texi (Searching and Matching): | |
235 * internals/internals.texi (Introduction to Multilingual Issues #3): | |
236 * internals/internals.texi (Byte Types): | |
237 * internals/internals.texi (Different Ways of Seeing Internal Text): | |
238 * internals/internals.texi (Buffer Positions): | |
239 * internals/internals.texi (Basic internal-format APIs): | |
240 * internals/internals.texi (The DFC API): | |
241 * internals/internals.texi (General Guidelines for Writing Mule-Aware Code): | |
242 * internals/internals.texi (Mule-izing Code): | |
243 * internals/internals.texi (Locales): | |
244 * internals/internals.texi (More about code pages): | |
245 * internals/internals.texi (More about locales): | |
246 * internals/internals.texi (Unicode support under Windows): | |
247 * internals/internals.texi (The Frame): | |
248 * internals/internals.texi (The Non-Client Area): | |
249 * internals/internals.texi (The Client Area): | |
250 * internals/internals.texi (The Paned Area): | |
251 * internals/internals.texi (Text Areas): | |
252 * internals/internals.texi (The Displayable Area): | |
253 * internals/internals.texi (Event Queues): | |
254 * internals/internals.texi (Event Stream Callback Routines): | |
255 * internals/internals.texi (Focus Handling): | |
256 * internals/internals.texi (Future Work -- Autodetection): | |
257 Replace " with ``, '' (not complete, maybe about halfway through). | |
258 | |
5090 | 259 2010-03-03 Ben Wing <ben@xemacs.org> |
260 | |
261 * internals/internals.texi (Intro to Window and Frame Geometry): | |
262 * internals/internals.texi (The Paned Area): | |
263 * internals/internals.texi (The Displayable Area): | |
264 Update to make note of e.g. the fact that the bottom gutter is | |
265 actually above the minibuffer. | |
266 | |
5087 | 267 2010-03-02 Jerry James <james@xemacs.org> |
268 | |
269 * custom.texi: Delete, redundant with xemacs/custom.texi and | |
270 lispref/customize.texi. | |
271 * Makefile: Remove all rules relating to custom.texi. | |
272 | |
5089
99f8ebc082d9
Make #'substring an alias of #'subseq; give the latter the byte code.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5087
diff
changeset
|
273 2010-03-03 Aidan Kehoe <kehoea@parhasard.net> |
99f8ebc082d9
Make #'substring an alias of #'subseq; give the latter the byte code.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5087
diff
changeset
|
274 |
99f8ebc082d9
Make #'substring an alias of #'subseq; give the latter the byte code.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5087
diff
changeset
|
275 * lispref/tips.texi (Comment Tips): |
99f8ebc082d9
Make #'substring an alias of #'subseq; give the latter the byte code.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5087
diff
changeset
|
276 * lispref/text.texi (Text Properties): |
99f8ebc082d9
Make #'substring an alias of #'subseq; give the latter the byte code.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5087
diff
changeset
|
277 * lispref/strings.texi (Creating Strings): |
99f8ebc082d9
Make #'substring an alias of #'subseq; give the latter the byte code.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5087
diff
changeset
|
278 * lispref/processes.texi (Input to Processes): |
99f8ebc082d9
Make #'substring an alias of #'subseq; give the latter the byte code.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5087
diff
changeset
|
279 * lispref/functions.texi (Argument List): |
99f8ebc082d9
Make #'substring an alias of #'subseq; give the latter the byte code.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5087
diff
changeset
|
280 * lispref/extents.texi (Duplicable Extents): |
99f8ebc082d9
Make #'substring an alias of #'subseq; give the latter the byte code.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5087
diff
changeset
|
281 Move examples that used substring to using subseq; in |
99f8ebc082d9
Make #'substring an alias of #'subseq; give the latter the byte code.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5087
diff
changeset
|
282 strings.texi, do not change the examples, but document that in |
99f8ebc082d9
Make #'substring an alias of #'subseq; give the latter the byte code.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5087
diff
changeset
|
283 this XEmacs, it is an alias for subseq, and that there may be some |
99f8ebc082d9
Make #'substring an alias of #'subseq; give the latter the byte code.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5087
diff
changeset
|
284 incompatibilities if you depend on that. |
99f8ebc082d9
Make #'substring an alias of #'subseq; give the latter the byte code.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5087
diff
changeset
|
285 |
5080
5502045ec510
The background-placement face property.
Didier Verna <didier@lrde.epita.fr>
parents:
5048
diff
changeset
|
286 2010-02-25 Didier Verna <didier@xemacs.org> |
5502045ec510
The background-placement face property.
Didier Verna <didier@lrde.epita.fr>
parents:
5048
diff
changeset
|
287 |
5502045ec510
The background-placement face property.
Didier Verna <didier@lrde.epita.fr>
parents:
5048
diff
changeset
|
288 The background-placement face property. |
5502045ec510
The background-placement face property.
Didier Verna <didier@lrde.epita.fr>
parents:
5048
diff
changeset
|
289 * xemacs/custom.texi (Faces): Document it. |
5502045ec510
The background-placement face property.
Didier Verna <didier@lrde.epita.fr>
parents:
5048
diff
changeset
|
290 |
5046 | 291 2010-02-20 Ben Wing <ben@xemacs.org> |
292 | |
293 * internals/internals.texi (Intro to Window and Frame Geometry): | |
294 Shrink diagram to fit when offset by five spaces as a result of | |
295 quoting. | |
296 | |
5045 | 297 2010-02-16 Ben Wing <ben@xemacs.org> |
298 | |
299 * internals/internals.texi (Top): | |
300 * internals/internals.texi (Modules for the Basic Displayable Lisp Objects): | |
301 * internals/internals.texi (Creating a Window-System Type): | |
302 * internals/internals.texi (Window and Frame Geometry): | |
303 * internals/internals.texi (Intro to Window and Frame Geometry): | |
304 * internals/internals.texi (The Frame): | |
305 * internals/internals.texi (The Non-Client Area): | |
306 * internals/internals.texi (The Client Area): | |
307 * internals/internals.texi (The Paned Area): | |
308 * internals/internals.texi (Text Areas): | |
309 * internals/internals.texi (The Displayable Area): | |
310 * internals/internals.texi (Which Functions Use Which?): | |
311 * internals/internals.texi (The Redisplay Mechanism): | |
312 Integrate the long comment in frame.c into the internals manual. | |
313 | |
5031
bd3e7db3bdf6
Remove man/term.texi from core.
Jerry James <james@xemacs.org>
parents:
5028
diff
changeset
|
314 2010-02-17 Jerry James <james@xemacs.org> |
bd3e7db3bdf6
Remove man/term.texi from core.
Jerry James <james@xemacs.org>
parents:
5028
diff
changeset
|
315 |
bd3e7db3bdf6
Remove man/term.texi from core.
Jerry James <james@xemacs.org>
parents:
5028
diff
changeset
|
316 * term.texi: Move to the eterm package. |
bd3e7db3bdf6
Remove man/term.texi from core.
Jerry James <james@xemacs.org>
parents:
5028
diff
changeset
|
317 * Makefile: Remove all rules relating to term.texi. |
bd3e7db3bdf6
Remove man/term.texi from core.
Jerry James <james@xemacs.org>
parents:
5028
diff
changeset
|
318 |
5028
b7232de2a937
Add information about repos and VCSes to FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5024
diff
changeset
|
319 2010-02-10 Stephen J. Turnbull <stephen@xemacs.org> |
b7232de2a937
Add information about repos and VCSes to FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5024
diff
changeset
|
320 |
b7232de2a937
Add information about repos and VCSes to FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5024
diff
changeset
|
321 * xemacs-faq.texi (Top): Update menu. |
b7232de2a937
Add information about repos and VCSes to FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5024
diff
changeset
|
322 (Legacy Versions): Update next pointer. |
b7232de2a937
Add information about repos and VCSes to FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5024
diff
changeset
|
323 (Bleeding Edge): |
b7232de2a937
Add information about repos and VCSes to FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5024
diff
changeset
|
324 (Q11.0.1): |
b7232de2a937
Add information about repos and VCSes to FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5024
diff
changeset
|
325 (Q11.0.2): |
b7232de2a937
Add information about repos and VCSes to FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5024
diff
changeset
|
326 (Q11.0.3): |
b7232de2a937
Add information about repos and VCSes to FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5024
diff
changeset
|
327 (Q11.0.4): |
b7232de2a937
Add information about repos and VCSes to FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5024
diff
changeset
|
328 (Q11.0.5): |
b7232de2a937
Add information about repos and VCSes to FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5024
diff
changeset
|
329 (Q11.1.1): |
b7232de2a937
Add information about repos and VCSes to FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5024
diff
changeset
|
330 (Q11.2.1): |
b7232de2a937
Add information about repos and VCSes to FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5024
diff
changeset
|
331 (Q11.2.2): |
b7232de2a937
Add information about repos and VCSes to FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5024
diff
changeset
|
332 (Q11.2.3): |
b7232de2a937
Add information about repos and VCSes to FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5024
diff
changeset
|
333 (Q11.2.4): |
b7232de2a937
Add information about repos and VCSes to FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5024
diff
changeset
|
334 (Q11.2.5): |
b7232de2a937
Add information about repos and VCSes to FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5024
diff
changeset
|
335 (Q11.2.6): |
b7232de2a937
Add information about repos and VCSes to FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5024
diff
changeset
|
336 (Q11.2.7): |
b7232de2a937
Add information about repos and VCSes to FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5024
diff
changeset
|
337 New nodes, describing repositories and VCS usage. |
b7232de2a937
Add information about repos and VCSes to FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5024
diff
changeset
|
338 |
5011 | 339 2010-02-08 Ben Wing <ben@xemacs.org> |
340 | |
341 * internals/internals.texi (How Lisp Objects Are Represented in C): | |
342 * internals/internals.texi (Allocation of Objects in XEmacs Lisp): | |
343 DEC Alpha is hardly the only 64-bit processor any more. | |
344 Also, ERROR_CHECK_TYPECHECK is now ERROR_CHECK_TYPES. | |
345 | |
5007
bb6a375da086
Relicense J. Kean Johnston's emodules.texi as GPL v2 or later. See
Jerry James <james@xemacs.org>
parents:
4984
diff
changeset
|
346 2010-02-08 Jerry James <james@xemacs.org> |
bb6a375da086
Relicense J. Kean Johnston's emodules.texi as GPL v2 or later. See
Jerry James <james@xemacs.org>
parents:
4984
diff
changeset
|
347 |
bb6a375da086
Relicense J. Kean Johnston's emodules.texi as GPL v2 or later. See
Jerry James <james@xemacs.org>
parents:
4984
diff
changeset
|
348 * emodules.texi: Relicense as GPL v2 or later, using J. Kean |
bb6a375da086
Relicense J. Kean Johnston's emodules.texi as GPL v2 or later. See
Jerry James <james@xemacs.org>
parents:
4984
diff
changeset
|
349 Johnston's blanket permission for such relicensing of his works. |
bb6a375da086
Relicense J. Kean Johnston's emodules.texi as GPL v2 or later. See
Jerry James <james@xemacs.org>
parents:
4984
diff
changeset
|
350 |
4984 | 351 2010-02-05 Ben Wing <ben@xemacs.org> |
352 | |
353 * internals/internals.texi (A Summary of the Various XEmacs Modules): | |
354 * internals/internals.texi (Conversion to and from External Data): | |
355 * internals/internals.texi (General Guidelines for Writing Mule-Aware Code): | |
356 Correct names of files renamed common -> xlike. | |
357 Fix up outdated explanation of old-style DFC conversion macros. | |
358 Add a section on the different types of character and their uses, | |
359 taken from a long comment in lisp.h. | |
360 | |
4953
304aebb79cd3
function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents:
4820
diff
changeset
|
361 2010-01-27 Ben Wing <ben@xemacs.org> |
304aebb79cd3
function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents:
4820
diff
changeset
|
362 |
304aebb79cd3
function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents:
4820
diff
changeset
|
363 * internals/internals.texi (lrecords): |
304aebb79cd3
function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents:
4820
diff
changeset
|
364 * internals/internals.texi (The DFC API): |
304aebb79cd3
function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents:
4820
diff
changeset
|
365 * internals/internals.texi (Conversion to and from External Data): |
304aebb79cd3
function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents:
4820
diff
changeset
|
366 * internals/internals.texi (Mule-izing Code): |
304aebb79cd3
function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents:
4820
diff
changeset
|
367 * internals/internals.texi (Pervasive changes throughout XEmacs sources): |
304aebb79cd3
function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents:
4820
diff
changeset
|
368 * internals/internals.texi (Ben's README): |
304aebb79cd3
function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents:
4820
diff
changeset
|
369 * internals/internals.texi (Future Work -- Localized Text/Messages): |
304aebb79cd3
function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents:
4820
diff
changeset
|
370 * emodules.texi (Defining Variables): |
304aebb79cd3
function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents:
4820
diff
changeset
|
371 Rename: |
304aebb79cd3
function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents:
4820
diff
changeset
|
372 |
304aebb79cd3
function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents:
4820
diff
changeset
|
373 write_c_string -> write_cistring |
304aebb79cd3
function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents:
4820
diff
changeset
|
374 build_intstring -> build_istring |
304aebb79cd3
function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents:
4820
diff
changeset
|
375 build_string -> build_cistring |
304aebb79cd3
function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents:
4820
diff
changeset
|
376 build_ext_string -> build_extstring |
304aebb79cd3
function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents:
4820
diff
changeset
|
377 make_ext_string -> make_extstring |
304aebb79cd3
function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents:
4820
diff
changeset
|
378 buffer_insert_c_string -> buffer_insert_ascstring |
304aebb79cd3
function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents:
4820
diff
changeset
|
379 intern_int -> intern_istring |
304aebb79cd3
function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents:
4820
diff
changeset
|
380 |
304aebb79cd3
function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents:
4820
diff
changeset
|
381 See comment in src/ChangeLog about this. |
304aebb79cd3
function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents:
4820
diff
changeset
|
382 |
4917 | 383 2010-02-03 Ben Wing <ben@xemacs.org> |
384 | |
385 * internals/internals.texi (Top): | |
386 * internals/internals.texi (Evaluation; Stack Frames; Bindings): | |
387 * internals/internals.texi (Ben's README): | |
388 * internals/internals.texi (Consoles; Devices; Frames; Windows): | |
389 * internals/internals.texi (Window Hierarchy): | |
390 * internals/internals.texi (The Window Object): | |
391 * internals/internals.texi (Modules for the Basic Displayable Lisp Objects): | |
392 * internals/internals.texi (Window-System Support): | |
393 * internals/internals.texi (Creating a Window-System Type): | |
394 * internals/internals.texi (Discussion -- Garbage Collection): | |
395 Update the part at the top about how to maintain the file with | |
396 more tips. | |
397 | |
398 Add a chapter on "window-system support" describing in a general | |
399 way how the support for different window systems/device types | |
400 works, including the separation between device-independent and | |
401 device-dependent parts, device methods, the specific device types | |
402 and the "xlike" pseudo-type. | |
403 | |
4905
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
404 2010-01-31 Aidan Kehoe <kehoea@parhasard.net> |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
405 |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
406 * xemacs/programs.texi (Defuns): |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
407 * lispref/variables.texi (Local Variables, Defining Variables) |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
408 (Setting Variables, Default Value): |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
409 * lispref/symbols.texi (Definitions): |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
410 * lispref/searching.texi (Saving Match Data): |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
411 * lispref/positions.texi (Excursions, Narrowing): |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
412 * lispref/objects.texi (Primitive Function Type): |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
413 * lispref/macros.texi (Defining Macros, Backquote): |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
414 * lispref/lispref.texi (Top): |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
415 * lispref/intro.texi (A Sample Function Description): |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
416 * lispref/help.texi (Help Functions): |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
417 * lispref/functions.texi (What Is a Function, Simple Lambda) |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
418 (Defining Functions, Calling Functions, Anonymous Functions): |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
419 * lispref/frames.texi (Input Focus): |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
420 * lispref/eval.texi (Forms, Function Indirection) |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
421 (Special Operators, Quoting): |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
422 * lispref/edebug-inc.texi (Instrumenting) |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
423 (Specification Examples): |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
424 * lispref/debugging.texi (Internals of Debugger): |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
425 * lispref/control.texi (Control Structures, Sequencing): |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
426 (Conditionals, Combining Conditions, Iteration): |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
427 (Catch and Throw, Handling Errors): |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
428 * lispref/commands.texi (Defining Commands, Using Interactive): |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
429 Terminology change; special operator -> special form. |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
430 |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
431 Don't attempt to change this in texinfo.texi or cl.texi, which use |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
432 macros I don't understand. |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
433 |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
434 * lispref/macros.texi (Defining Macros): Give an anonymous macro |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
435 example here. |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
436 * lispref/positions.texi (Excursions): |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
437 Correct some documentation that called a couple of macros special |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
438 forms. |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
439 * lispref/searching.texi (Saving Match Data): |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
440 Drop some documentation of how to write code that works with Emacs |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
441 18. |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
442 * lispref/specifiers.texi (Adding Specifications): |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
443 Correct this; #'let-specifier is a macro, not a special operator. |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
444 * lispref/windows.texi (Window Configurations) |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
445 (Selecting Windows): |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
446 Correct this, #'save-selected-window and #'save-window-excursion |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
447 are macros, not special operators. |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
448 |
4894
03ab78e48ef6
Add copyright and license information based on Ben's recollections.
Jerry James <james@xemacs.org>
parents:
4885
diff
changeset
|
449 2010-01-28 Jerry James <loganjerry@gmail.com> |
03ab78e48ef6
Add copyright and license information based on Ben's recollections.
Jerry James <james@xemacs.org>
parents:
4885
diff
changeset
|
450 |
03ab78e48ef6
Add copyright and license information based on Ben's recollections.
Jerry James <james@xemacs.org>
parents:
4885
diff
changeset
|
451 * external-widget.texi: Add copyright and license boilerplate text |
03ab78e48ef6
Add copyright and license information based on Ben's recollections.
Jerry James <james@xemacs.org>
parents:
4885
diff
changeset
|
452 based on Ben's recollections. |
03ab78e48ef6
Add copyright and license information based on Ben's recollections.
Jerry James <james@xemacs.org>
parents:
4885
diff
changeset
|
453 * lispref/internationalization.texi (Documentation String Extraction): |
03ab78e48ef6
Add copyright and license information based on Ben's recollections.
Jerry James <james@xemacs.org>
parents:
4885
diff
changeset
|
454 Removed, as it refers to the obsolete make-po program. |
03ab78e48ef6
Add copyright and license information based on Ben's recollections.
Jerry James <james@xemacs.org>
parents:
4885
diff
changeset
|
455 |
4885
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
456 2010-01-23 Aidan Kehoe <kehoea@parhasard.net> |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
457 |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
458 Generally: be careful to say fixnum, not integer, when talking |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
459 about fixed-precision integral types. I'm sure I've missed |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
460 instances, both here and in the docstrings, but this is a decent |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
461 start. |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
462 |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
463 * lispref/text.texi (Columns): |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
464 Document where only fixnums, not integers generally, are accepted. |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
465 (Registers): |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
466 Remove some ancient char-int confoundance here. |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
467 * lispref/strings.texi (Creating Strings, Creating Strings): |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
468 Be more exact in describing where fixnums but not integers in |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
469 general are accepted. |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
470 (Creating Strings): Use a more contemporary example to illustrate |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
471 how concat deals with lists including integers about #xFF. Delete |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
472 some obsolete documentation on same. |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
473 (Char Table Types): Document that only fixnums are accepted as |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
474 values in syntax tables. |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
475 * lispref/searching.texi (String Search, Search and Replace): |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
476 Be exact in describing where fixnums but not integers in general |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
477 are accepted. |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
478 * lispref/range-tables.texi (Range Tables): Be exact in describing |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
479 them; only fixnums are accepted to describe ranges. |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
480 * lispref/os.texi (Killing XEmacs, User Identification) |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
481 (Time of Day, Time Conversion): |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
482 Be more exact about using fixnum where only fixed-precision |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
483 integers are accepted. |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
484 * lispref/objects.texi (Integer Type): Be more exact (and |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
485 up-to-date) about the possible values for |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
486 integers. Cross-reference to documentation of the bignum extension. |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
487 (Equality Predicates): |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
488 (Range Table Type): |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
489 (Array Type): Use fixnum, not integer, to describe a |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
490 fixed-precision integer. |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
491 (Syntax Table Type): Correct some English syntax here. |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
492 * lispref/numbers.texi (Numbers): Change the phrasing here to use |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
493 fixnum to mean the fixed-precision integers normal in emacs. |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
494 Document that our terminology deviates from that of Common Lisp, |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
495 and that we're working on it. |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
496 (Compatibility Issues): Reiterate the Common Lisp versus Emacs |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
497 Lisp compatibility issues. |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
498 (Comparison of Numbers, Arithmetic Operations): |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
499 * lispref/commands.texi (Command Loop Info, Working With Events): |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
500 * lispref/buffers.texi (Modification Time): |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
501 Be more exact in describing where fixnums but not integers in |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
502 general are accepted. |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
503 |
4803
5d120deb60ca
Enable rudimentary support for valgrind, including functions that tell valgrind
Jerry James <james@xemacs.org>
parents:
4792
diff
changeset
|
504 2010-01-06 Jerry James <james@xemacs.org> |
5d120deb60ca
Enable rudimentary support for valgrind, including functions that tell valgrind
Jerry James <james@xemacs.org>
parents:
4792
diff
changeset
|
505 |
5d120deb60ca
Enable rudimentary support for valgrind, including functions that tell valgrind
Jerry James <james@xemacs.org>
parents:
4792
diff
changeset
|
506 * internals/internals.texi (Debugging and Testing): Document |
5d120deb60ca
Enable rudimentary support for valgrind, including functions that tell valgrind
Jerry James <james@xemacs.org>
parents:
4792
diff
changeset
|
507 valgrind configuration and use. |
5d120deb60ca
Enable rudimentary support for valgrind, including functions that tell valgrind
Jerry James <james@xemacs.org>
parents:
4792
diff
changeset
|
508 |
4790
bc4f2511bbea
Remove support for the OffiX drag-and-drop protocol. See xemacs-patches
Jerry James <james@xemacs.org>
parents:
4771
diff
changeset
|
509 2009-12-21 Jerry James <james@xemacs.rg> |
bc4f2511bbea
Remove support for the OffiX drag-and-drop protocol. See xemacs-patches
Jerry James <james@xemacs.org>
parents:
4771
diff
changeset
|
510 |
bc4f2511bbea
Remove support for the OffiX drag-and-drop protocol. See xemacs-patches
Jerry James <james@xemacs.org>
parents:
4771
diff
changeset
|
511 * internals/internals.texi (A Summary of the Various XEmacs Modules): |
bc4f2511bbea
Remove support for the OffiX drag-and-drop protocol. See xemacs-patches
Jerry James <james@xemacs.org>
parents:
4771
diff
changeset
|
512 Remove references to OffiX support files. |
bc4f2511bbea
Remove support for the OffiX drag-and-drop protocol. See xemacs-patches
Jerry James <james@xemacs.org>
parents:
4771
diff
changeset
|
513 * lispref/dragndrop.texi (Drag and Drop): Remove reference to OffiX. |
bc4f2511bbea
Remove support for the OffiX drag-and-drop protocol. See xemacs-patches
Jerry James <james@xemacs.org>
parents:
4771
diff
changeset
|
514 (Supported Protocols): Ditto. |
bc4f2511bbea
Remove support for the OffiX drag-and-drop protocol. See xemacs-patches
Jerry James <james@xemacs.org>
parents:
4771
diff
changeset
|
515 (OffiX DND): Remove. |
bc4f2511bbea
Remove support for the OffiX drag-and-drop protocol. See xemacs-patches
Jerry James <james@xemacs.org>
parents:
4771
diff
changeset
|
516 |
4771
e0b8ef850996
Remove more obsolete files.
Jerry James <james@xemacs.org>
parents:
4769
diff
changeset
|
517 2009-12-10 Jerry James <james@xemacs.org> |
e0b8ef850996
Remove more obsolete files.
Jerry James <james@xemacs.org>
parents:
4769
diff
changeset
|
518 |
e0b8ef850996
Remove more obsolete files.
Jerry James <james@xemacs.org>
parents:
4769
diff
changeset
|
519 * lispref/processes.texi (Functions that Create Subprocesses): Refer |
e0b8ef850996
Remove more obsolete files.
Jerry James <james@xemacs.org>
parents:
4769
diff
changeset
|
520 to etags instead of the obsolete wakeup program. |
e0b8ef850996
Remove more obsolete files.
Jerry James <james@xemacs.org>
parents:
4769
diff
changeset
|
521 |
4769
5460287a3327
Remove support for pre-X11R5 systems, including systems without Xmu. See
Jerry James <james@xemacs.org>
parents:
4759
diff
changeset
|
522 2009-12-09 Jerry James <james@xemacs.org> |
5460287a3327
Remove support for pre-X11R5 systems, including systems without Xmu. See
Jerry James <james@xemacs.org>
parents:
4759
diff
changeset
|
523 |
5460287a3327
Remove support for pre-X11R5 systems, including systems without Xmu. See
Jerry James <james@xemacs.org>
parents:
4759
diff
changeset
|
524 * internals/internals.texi (A Summary of the Various XEmacs Modules): |
5460287a3327
Remove support for pre-X11R5 systems, including systems without Xmu. See
Jerry James <james@xemacs.org>
parents:
4759
diff
changeset
|
525 Remove references to xmu.c and xmu.h. |
5460287a3327
Remove support for pre-X11R5 systems, including systems without Xmu. See
Jerry James <james@xemacs.org>
parents:
4759
diff
changeset
|
526 (Modules for Interfacing with X Windows): Ditto. |
5460287a3327
Remove support for pre-X11R5 systems, including systems without Xmu. See
Jerry James <james@xemacs.org>
parents:
4759
diff
changeset
|
527 |
4820
e6dec75ded0e
Use keywords, not ordinary symbols, in the structure syntax for hash tables.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4803
diff
changeset
|
528 2010-01-09 Aidan Kehoe <kehoea@parhasard.net> |
e6dec75ded0e
Use keywords, not ordinary symbols, in the structure syntax for hash tables.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4803
diff
changeset
|
529 |
e6dec75ded0e
Use keywords, not ordinary symbols, in the structure syntax for hash tables.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4803
diff
changeset
|
530 * lispref/objects.texi (Hash Table Type): |
e6dec75ded0e
Use keywords, not ordinary symbols, in the structure syntax for hash tables.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4803
diff
changeset
|
531 * lispref/hash-tables.texi (Introduction to Hash Tables): |
e6dec75ded0e
Use keywords, not ordinary symbols, in the structure syntax for hash tables.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4803
diff
changeset
|
532 Use keywords, not ordinary symbols, in the hash table read syntax; |
e6dec75ded0e
Use keywords, not ordinary symbols, in the structure syntax for hash tables.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4803
diff
changeset
|
533 document that we do accept the ordinary symbols for the sake of |
e6dec75ded0e
Use keywords, not ordinary symbols, in the structure syntax for hash tables.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4803
diff
changeset
|
534 backward-compatiblity. |
e6dec75ded0e
Use keywords, not ordinary symbols, in the structure syntax for hash tables.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4803
diff
changeset
|
535 |
4759
aa5ed11f473b
Remove support for obsolete systems. See xemacs-patches message with ID
Jerry James <james@xemacs.org>
parents:
4708
diff
changeset
|
536 2009-11-10 Jerry James <james@xemacs.org> |
aa5ed11f473b
Remove support for obsolete systems. See xemacs-patches message with ID
Jerry James <james@xemacs.org>
parents:
4708
diff
changeset
|
537 |
aa5ed11f473b
Remove support for obsolete systems. See xemacs-patches message with ID
Jerry James <james@xemacs.org>
parents:
4708
diff
changeset
|
538 * internals/internals.texi (XEmacs from the Perspective of Building): |
aa5ed11f473b
Remove support for obsolete systems. See xemacs-patches message with ID
Jerry James <james@xemacs.org>
parents:
4708
diff
changeset
|
539 Remove reference to dynodump. |
aa5ed11f473b
Remove support for obsolete systems. See xemacs-patches message with ID
Jerry James <james@xemacs.org>
parents:
4708
diff
changeset
|
540 (A Summary of the Various XEmacs Modules): Remove references to |
aa5ed11f473b
Remove support for obsolete systems. See xemacs-patches message with ID
Jerry James <james@xemacs.org>
parents:
4708
diff
changeset
|
541 deleted files. |
aa5ed11f473b
Remove support for obsolete systems. See xemacs-patches message with ID
Jerry James <james@xemacs.org>
parents:
4708
diff
changeset
|
542 (Low-Level Modules): Ditto. |
aa5ed11f473b
Remove support for obsolete systems. See xemacs-patches message with ID
Jerry James <james@xemacs.org>
parents:
4708
diff
changeset
|
543 (Modules for the Basic Displayable Lisp Objects): Remove reference to |
aa5ed11f473b
Remove support for obsolete systems. See xemacs-patches message with ID
Jerry James <james@xemacs.org>
parents:
4708
diff
changeset
|
544 NeXTstep. |
aa5ed11f473b
Remove support for obsolete systems. See xemacs-patches message with ID
Jerry James <james@xemacs.org>
parents:
4708
diff
changeset
|
545 * lispref/os.texi (Operating System Environment): Remove references to |
aa5ed11f473b
Remove support for obsolete systems. See xemacs-patches message with ID
Jerry James <james@xemacs.org>
parents:
4708
diff
changeset
|
546 old unsupported systems. |
aa5ed11f473b
Remove support for obsolete systems. See xemacs-patches message with ID
Jerry James <james@xemacs.org>
parents:
4708
diff
changeset
|
547 * make-stds.texi (Variables for Installation Directories): Likely |
aa5ed11f473b
Remove support for obsolete systems. See xemacs-patches message with ID
Jerry James <james@xemacs.org>
parents:
4708
diff
changeset
|
548 insufficient update to list of current operating systems. |
aa5ed11f473b
Remove support for obsolete systems. See xemacs-patches message with ID
Jerry James <james@xemacs.org>
parents:
4708
diff
changeset
|
549 * xemacs-faq.texi (Q1.2.2: What versions of Unix does XEmacs run on?): |
aa5ed11f473b
Remove support for obsolete systems. See xemacs-patches message with ID
Jerry James <james@xemacs.org>
parents:
4708
diff
changeset
|
550 Ditto. |
aa5ed11f473b
Remove support for obsolete systems. See xemacs-patches message with ID
Jerry James <james@xemacs.org>
parents:
4708
diff
changeset
|
551 |
4792
95b04754ea8c
Make #'equalp more compatible with CL; add a compiler macro, test & doc it.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4790
diff
changeset
|
552 2009-11-08 Aidan Kehoe <kehoea@parhasard.net> |
95b04754ea8c
Make #'equalp more compatible with CL; add a compiler macro, test & doc it.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4790
diff
changeset
|
553 |
95b04754ea8c
Make #'equalp more compatible with CL; add a compiler macro, test & doc it.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4790
diff
changeset
|
554 * lispref/objects.texi (Equality Predicates): |
95b04754ea8c
Make #'equalp more compatible with CL; add a compiler macro, test & doc it.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4790
diff
changeset
|
555 Document #'equalp here, as well as #'equal and #'eq. |
95b04754ea8c
Make #'equalp more compatible with CL; add a compiler macro, test & doc it.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4790
diff
changeset
|
556 |
4708
1cecc3e9f0a0
Use giflib or libungif to provide GIF support, instead of using internal
Jerry James <james@xemacs.org>
parents:
4678
diff
changeset
|
557 2009-10-05 Jerry James <james@xemacs.org> |
1cecc3e9f0a0
Use giflib or libungif to provide GIF support, instead of using internal
Jerry James <james@xemacs.org>
parents:
4678
diff
changeset
|
558 |
1cecc3e9f0a0
Use giflib or libungif to provide GIF support, instead of using internal
Jerry James <james@xemacs.org>
parents:
4678
diff
changeset
|
559 * beta.texi (Building XEmacs from a full distribution): Remove |
1cecc3e9f0a0
Use giflib or libungif to provide GIF support, instead of using internal
Jerry James <james@xemacs.org>
parents:
4678
diff
changeset
|
560 "(builtin)" from GIF line in example Installation. |
1cecc3e9f0a0
Use giflib or libungif to provide GIF support, instead of using internal
Jerry James <james@xemacs.org>
parents:
4678
diff
changeset
|
561 (Reporting Problems): Recommend taking screenshots as a PNG |
1cecc3e9f0a0
Use giflib or libungif to provide GIF support, instead of using internal
Jerry James <james@xemacs.org>
parents:
4678
diff
changeset
|
562 instead of a GIF. |
1cecc3e9f0a0
Use giflib or libungif to provide GIF support, instead of using internal
Jerry James <james@xemacs.org>
parents:
4678
diff
changeset
|
563 * internals/internals.texi (A Summary of the Various XEmacs Modules): |
1cecc3e9f0a0
Use giflib or libungif to provide GIF support, instead of using internal
Jerry James <james@xemacs.org>
parents:
4678
diff
changeset
|
564 Remove GIF-related files. |
1cecc3e9f0a0
Use giflib or libungif to provide GIF support, instead of using internal
Jerry James <james@xemacs.org>
parents:
4678
diff
changeset
|
565 * lispref/glyphs.texi (Image Instantiator Formats): Remove remark |
1cecc3e9f0a0
Use giflib or libungif to provide GIF support, instead of using internal
Jerry James <james@xemacs.org>
parents:
4678
diff
changeset
|
566 about builtin GIF support. |
1cecc3e9f0a0
Use giflib or libungif to provide GIF support, instead of using internal
Jerry James <james@xemacs.org>
parents:
4678
diff
changeset
|
567 |
4678
b5e1d4f6b66f
Make #'floor, #'ceiling, #'round, #'truncate conform to Common Lisp.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4677
diff
changeset
|
568 2009-08-11 Aidan Kehoe <kehoea@parhasard.net> |
b5e1d4f6b66f
Make #'floor, #'ceiling, #'round, #'truncate conform to Common Lisp.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4677
diff
changeset
|
569 |
b5e1d4f6b66f
Make #'floor, #'ceiling, #'round, #'truncate conform to Common Lisp.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4677
diff
changeset
|
570 * lispref/numbers.texi (Bigfloat Basics): |
b5e1d4f6b66f
Make #'floor, #'ceiling, #'round, #'truncate conform to Common Lisp.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4677
diff
changeset
|
571 Correct this documentation (ignoring for the moment that it breaks |
b5e1d4f6b66f
Make #'floor, #'ceiling, #'round, #'truncate conform to Common Lisp.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4677
diff
changeset
|
572 off in mid-sentence). |
b5e1d4f6b66f
Make #'floor, #'ceiling, #'round, #'truncate conform to Common Lisp.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4677
diff
changeset
|
573 |
4677
8f1ee2d15784
Support full Common Lisp multiple values in C.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4668
diff
changeset
|
574 2009-08-11 Aidan Kehoe <kehoea@parhasard.net> |
8f1ee2d15784
Support full Common Lisp multiple values in C.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4668
diff
changeset
|
575 |
8f1ee2d15784
Support full Common Lisp multiple values in C.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4668
diff
changeset
|
576 * cl.texi (Organization): |
8f1ee2d15784
Support full Common Lisp multiple values in C.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4668
diff
changeset
|
577 Remove references to the obsolete multiple-value emulating code. |
8f1ee2d15784
Support full Common Lisp multiple values in C.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4668
diff
changeset
|
578 |
4668
8b2a8ecf91cd
Improve redisplay docs in Internals a bit.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4666
diff
changeset
|
579 2009-07-28 Stephen Turnbull <stephen@xemacs.org> |
8b2a8ecf91cd
Improve redisplay docs in Internals a bit.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4666
diff
changeset
|
580 |
8b2a8ecf91cd
Improve redisplay docs in Internals a bit.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4666
diff
changeset
|
581 * internals/internals.texi (Redisplay Piece by Piece): |
8b2a8ecf91cd
Improve redisplay docs in Internals a bit.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4666
diff
changeset
|
582 Small improvements. |
8b2a8ecf91cd
Improve redisplay docs in Internals a bit.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4666
diff
changeset
|
583 |
4666
4c1a8323aa9a
Fix incorrect Xft resources in Info docs.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4658
diff
changeset
|
584 2009-07-08 Stephen Turnbull <stephen@xemacs.org> |
4c1a8323aa9a
Fix incorrect Xft resources in Info docs.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4658
diff
changeset
|
585 |
4c1a8323aa9a
Fix incorrect Xft resources in Info docs.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4658
diff
changeset
|
586 * xemacs/custom.texi (Xft Font Customization): Change references |
4c1a8323aa9a
Fix incorrect Xft resources in Info docs.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4658
diff
changeset
|
587 from XftFont (now deprecated) to FcFontName. |
4c1a8323aa9a
Fix incorrect Xft resources in Info docs.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4658
diff
changeset
|
588 Thanks, Raymond Toy <raymond.toy@stericsson.com>. |
4c1a8323aa9a
Fix incorrect Xft resources in Info docs.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4658
diff
changeset
|
589 |
4636
5c427ece884b
XEmacs 21.5.29 "garbanzo" is released.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4632
diff
changeset
|
590 2009-05-18 Stephen J. Turnbull <stephen@xemacs.org> |
5c427ece884b
XEmacs 21.5.29 "garbanzo" is released.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4632
diff
changeset
|
591 |
5c427ece884b
XEmacs 21.5.29 "garbanzo" is released.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4632
diff
changeset
|
592 * XEmacs 21.5.29 "garbanzo" is released. |
5c427ece884b
XEmacs 21.5.29 "garbanzo" is released.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4632
diff
changeset
|
593 |
4632
b93587f33338
Add urefs to Lstreams node.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4626
diff
changeset
|
594 2009-04-02 Stephen J. Turnbull <stephen@xemacs.org> |
b93587f33338
Add urefs to Lstreams node.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4626
diff
changeset
|
595 |
b93587f33338
Add urefs to Lstreams node.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4626
diff
changeset
|
596 * internals/internals.texi: s/@urlref/@uref/g. |
b93587f33338
Add urefs to Lstreams node.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4626
diff
changeset
|
597 (Lstreams): Add urefs to David Beasley tutorials. |
b93587f33338
Add urefs to Lstreams node.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4626
diff
changeset
|
598 |
4658
fd2495d78aac
Add FAQ on network slows (lookup order of DNS and /etc/hosts).
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4636
diff
changeset
|
599 2009-04-20 Stephen J. Turnbull <stephen@xemacs.org> |
fd2495d78aac
Add FAQ on network slows (lookup order of DNS and /etc/hosts).
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4636
diff
changeset
|
600 |
fd2495d78aac
Add FAQ on network slows (lookup order of DNS and /etc/hosts).
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4636
diff
changeset
|
601 * xemacs-faq.texi (Q2.5.3): |
fd2495d78aac
Add FAQ on network slows (lookup order of DNS and /etc/hosts).
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4636
diff
changeset
|
602 Add information about resolver configuration to Q2.5.3. |
fd2495d78aac
Add FAQ on network slows (lookup order of DNS and /etc/hosts).
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4636
diff
changeset
|
603 Thanks to Guillaume MULLER <gm.work.lists@gmail.com>. |
fd2495d78aac
Add FAQ on network slows (lookup order of DNS and /etc/hosts).
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4636
diff
changeset
|
604 |
fd2495d78aac
Add FAQ on network slows (lookup order of DNS and /etc/hosts).
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4636
diff
changeset
|
605 * xemacs-faq.texi (Top): Update menu. |
fd2495d78aac
Add FAQ on network slows (lookup order of DNS and /etc/hosts).
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4636
diff
changeset
|
606 * xemacs-faq.texi (Installation): Update menu. |
fd2495d78aac
Add FAQ on network slows (lookup order of DNS and /etc/hosts).
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4636
diff
changeset
|
607 |
4625
4527fc976aa3
Meta on Mac. <87prh51rni.fsf@xemacs.org>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4509
diff
changeset
|
608 2009-02-26 Stephen J. Turnbull <stephen@xemacs.org> |
4527fc976aa3
Meta on Mac. <87prh51rni.fsf@xemacs.org>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4509
diff
changeset
|
609 |
4527fc976aa3
Meta on Mac. <87prh51rni.fsf@xemacs.org>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4509
diff
changeset
|
610 * xemacs-faq.texi (Q3.0.12): New node for Meta key on Mac. |
4527fc976aa3
Meta on Mac. <87prh51rni.fsf@xemacs.org>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4509
diff
changeset
|
611 (Top): |
4527fc976aa3
Meta on Mac. <87prh51rni.fsf@xemacs.org>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4509
diff
changeset
|
612 (Editing): |
4527fc976aa3
Meta on Mac. <87prh51rni.fsf@xemacs.org>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4509
diff
changeset
|
613 (Q3.0.11): |
4527fc976aa3
Meta on Mac. <87prh51rni.fsf@xemacs.org>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4509
diff
changeset
|
614 (Q3.1.1): |
4527fc976aa3
Meta on Mac. <87prh51rni.fsf@xemacs.org>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4509
diff
changeset
|
615 Fix up Next/Prev/Menu references. |
4527fc976aa3
Meta on Mac. <87prh51rni.fsf@xemacs.org>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4509
diff
changeset
|
616 |
4601
7c7262c47538
Remove any reference to mocklisp as an active technology.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4509
diff
changeset
|
617 2009-02-04 Aidan Kehoe <kehoea@parhasard.net> |
7c7262c47538
Remove any reference to mocklisp as an active technology.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4509
diff
changeset
|
618 |
7c7262c47538
Remove any reference to mocklisp as an active technology.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4509
diff
changeset
|
619 * xemacs/xemacs.texi (Top): |
7c7262c47538
Remove any reference to mocklisp as an active technology.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4509
diff
changeset
|
620 * xemacs/misc.texi (Emulation): |
7c7262c47538
Remove any reference to mocklisp as an active technology.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4509
diff
changeset
|
621 * xemacs/building.texi (Lisp Libraries): |
7c7262c47538
Remove any reference to mocklisp as an active technology.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4509
diff
changeset
|
622 (Compiling Libraries): |
7c7262c47538
Remove any reference to mocklisp as an active technology.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4509
diff
changeset
|
623 Remove any reference to mocklisp as an active technology. |
7c7262c47538
Remove any reference to mocklisp as an active technology.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4509
diff
changeset
|
624 Also remove documentation of the related #'set-gosmacs-bindings, |
7c7262c47538
Remove any reference to mocklisp as an active technology.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4509
diff
changeset
|
625 which is no longer available. |
7c7262c47538
Remove any reference to mocklisp as an active technology.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4509
diff
changeset
|
626 |
4509
dd12adb12b8f
Fix broken Xft FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4505
diff
changeset
|
627 2008-10-04 Stephen J. Turnbull <stephen@xemacs.org> |
dd12adb12b8f
Fix broken Xft FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4505
diff
changeset
|
628 |
dd12adb12b8f
Fix broken Xft FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4505
diff
changeset
|
629 * xemacs-faq.texi (Q5.0.7): Fix broken instructions on use of |
dd12adb12b8f
Fix broken Xft FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4505
diff
changeset
|
630 antialiased fonts. |
dd12adb12b8f
Fix broken Xft FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4505
diff
changeset
|
631 |
4505
a5f1da0eb001
Document XFT support in the FAQ, better describe XEmacs pronunciation.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4488
diff
changeset
|
632 2008-08-31 Aidan Kehoe <kehoea@parhasard.net> |
a5f1da0eb001
Document XFT support in the FAQ, better describe XEmacs pronunciation.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4488
diff
changeset
|
633 |
a5f1da0eb001
Document XFT support in the FAQ, better describe XEmacs pronunciation.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4488
diff
changeset
|
634 * xemacs-faq.texi (Q5.0.7): Add a section on how one can use |
a5f1da0eb001
Document XFT support in the FAQ, better describe XEmacs pronunciation.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4488
diff
changeset
|
635 antialiased fonts under X11; thank you Giacomo Boffi. |
a5f1da0eb001
Document XFT support in the FAQ, better describe XEmacs pronunciation.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4488
diff
changeset
|
636 (Q1.0.3): Clarify pronunciation using a serious phonetic |
a5f1da0eb001
Document XFT support in the FAQ, better describe XEmacs pronunciation.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4488
diff
changeset
|
637 alphabet. |
a5f1da0eb001
Document XFT support in the FAQ, better describe XEmacs pronunciation.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4488
diff
changeset
|
638 |
4488 | 639 2008-07-26 Ville Skyttä <scop@xemacs.org> |
640 | |
641 * xemacs/custom.texi, xemacs/frame.texi, xemacs/mule.texi, | |
642 xemacs/packages.texi, xemacs/programs.texi, xemacs/trouble.texi: | |
643 Spelling fixes. | |
644 | |
4486
f9104f0e9b91
Document the error on over-long hex character constants.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4485
diff
changeset
|
645 2008-07-26 Aidan Kehoe <kehoea@parhasard.net> |
f9104f0e9b91
Document the error on over-long hex character constants.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4485
diff
changeset
|
646 |
f9104f0e9b91
Document the error on over-long hex character constants.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4485
diff
changeset
|
647 * lispref/objects.texi (Character Type): |
f9104f0e9b91
Document the error on over-long hex character constants.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4485
diff
changeset
|
648 Document the error provoked when the reader sees an over-long |
f9104f0e9b91
Document the error on over-long hex character constants.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4485
diff
changeset
|
649 hexadecimal constant. |
f9104f0e9b91
Document the error on over-long hex character constants.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4485
diff
changeset
|
650 |
4485
57db42ba54fb
Correct a misspelling and add a space, lispref/variables.texi
Aidan Kehoe <kehoea@parhasard.net>
parents:
4472
diff
changeset
|
651 2008-07-26 Aidan Kehoe <kehoea@parhasard.net> |
57db42ba54fb
Correct a misspelling and add a space, lispref/variables.texi
Aidan Kehoe <kehoea@parhasard.net>
parents:
4472
diff
changeset
|
652 |
57db42ba54fb
Correct a misspelling and add a space, lispref/variables.texi
Aidan Kehoe <kehoea@parhasard.net>
parents:
4472
diff
changeset
|
653 * lispref/variables.texi (Extent): |
57db42ba54fb
Correct a misspelling and add a space, lispref/variables.texi
Aidan Kehoe <kehoea@parhasard.net>
parents:
4472
diff
changeset
|
654 Correct a misspelling of macros, add a needed space. Thank you |
57db42ba54fb
Correct a misspelling and add a space, lispref/variables.texi
Aidan Kehoe <kehoea@parhasard.net>
parents:
4472
diff
changeset
|
655 John Paul Wallington, thank you Stephen Turnbull. |
57db42ba54fb
Correct a misspelling and add a space, lispref/variables.texi
Aidan Kehoe <kehoea@parhasard.net>
parents:
4472
diff
changeset
|
656 |
4472
a99eb40f0b5b
Correct an omitted word, expand on bignum equality in the lispref.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4471
diff
changeset
|
657 2008-05-29 Aidan Kehoe <kehoea@parhasard.net> |
a99eb40f0b5b
Correct an omitted word, expand on bignum equality in the lispref.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4471
diff
changeset
|
658 |
a99eb40f0b5b
Correct an omitted word, expand on bignum equality in the lispref.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4471
diff
changeset
|
659 * lispref/objects.texi (Equality Predicates): |
a99eb40f0b5b
Correct an omitted word, expand on bignum equality in the lispref.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4471
diff
changeset
|
660 Expand on bignum equality; correct an omitted word in the last |
a99eb40f0b5b
Correct an omitted word, expand on bignum equality in the lispref.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4471
diff
changeset
|
661 commit. |
a99eb40f0b5b
Correct an omitted word, expand on bignum equality in the lispref.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4471
diff
changeset
|
662 |
4471
2d39535e1f9d
Say explicitly that eq is useful for chars; xref number comparison, lispref
Aidan Kehoe <kehoea@parhasard.net>
parents:
4466
diff
changeset
|
663 2008-05-27 Aidan Kehoe <kehoea@parhasard.net> |
2d39535e1f9d
Say explicitly that eq is useful for chars; xref number comparison, lispref
Aidan Kehoe <kehoea@parhasard.net>
parents:
4466
diff
changeset
|
664 |
2d39535e1f9d
Say explicitly that eq is useful for chars; xref number comparison, lispref
Aidan Kehoe <kehoea@parhasard.net>
parents:
4466
diff
changeset
|
665 * lispref/objects.texi (Equality Predicates): |
2d39535e1f9d
Say explicitly that eq is useful for chars; xref number comparison, lispref
Aidan Kehoe <kehoea@parhasard.net>
parents:
4466
diff
changeset
|
666 Cross reference to the section on comparison of numbers when |
2d39535e1f9d
Say explicitly that eq is useful for chars; xref number comparison, lispref
Aidan Kehoe <kehoea@parhasard.net>
parents:
4466
diff
changeset
|
667 talking about using #'eq with integers; also mention that |
2d39535e1f9d
Say explicitly that eq is useful for chars; xref number comparison, lispref
Aidan Kehoe <kehoea@parhasard.net>
parents:
4466
diff
changeset
|
668 #'eq gives t when passed identical integers, and that #'char= is |
2d39535e1f9d
Say explicitly that eq is useful for chars; xref number comparison, lispref
Aidan Kehoe <kehoea@parhasard.net>
parents:
4466
diff
changeset
|
669 also available there. |
2d39535e1f9d
Say explicitly that eq is useful for chars; xref number comparison, lispref
Aidan Kehoe <kehoea@parhasard.net>
parents:
4466
diff
changeset
|
670 |
4466
969a957a44ac
Prevent #'batch-texinfo-format choking on man/internals/internals.texi
Aidan Kehoe <kehoea@parhasard.net>
parents:
4450
diff
changeset
|
671 2008-05-21 Aidan Kehoe <kehoea@parhasard.net> |
969a957a44ac
Prevent #'batch-texinfo-format choking on man/internals/internals.texi
Aidan Kehoe <kehoea@parhasard.net>
parents:
4450
diff
changeset
|
672 |
969a957a44ac
Prevent #'batch-texinfo-format choking on man/internals/internals.texi
Aidan Kehoe <kehoea@parhasard.net>
parents:
4450
diff
changeset
|
673 * internals/internals.texi (Ben's README): |
969a957a44ac
Prevent #'batch-texinfo-format choking on man/internals/internals.texi
Aidan Kehoe <kehoea@parhasard.net>
parents:
4450
diff
changeset
|
674 Add a couple of @itemize / @end itemize pairs, to prevent |
969a957a44ac
Prevent #'batch-texinfo-format choking on man/internals/internals.texi
Aidan Kehoe <kehoea@parhasard.net>
parents:
4450
diff
changeset
|
675 #'batch-texinfo-format choking on the input. |
969a957a44ac
Prevent #'batch-texinfo-format choking on man/internals/internals.texi
Aidan Kehoe <kehoea@parhasard.net>
parents:
4450
diff
changeset
|
676 |
4448
fd8a9a4d81d9
Support #!, to allow XEmacs to be called as a script interpreter.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4329
diff
changeset
|
677 2008-01-20 Aidan Kehoe <kehoea@parhasard.net> |
fd8a9a4d81d9
Support #!, to allow XEmacs to be called as a script interpreter.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4329
diff
changeset
|
678 |
fd8a9a4d81d9
Support #!, to allow XEmacs to be called as a script interpreter.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4329
diff
changeset
|
679 * xemacs/cmdargs.texi (Command Switches): |
fd8a9a4d81d9
Support #!, to allow XEmacs to be called as a script interpreter.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4329
diff
changeset
|
680 Describe --script, -script. |
fd8a9a4d81d9
Support #!, to allow XEmacs to be called as a script interpreter.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4329
diff
changeset
|
681 |
4427
cff4ad0ab682
Document "lifting to Lisp". <87tzjvx8lu.fsf@uwakimon.sk.tsukuba.ac.jp>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4329
diff
changeset
|
682 2008-02-27 Stephen J. Turnbull <stephen@xemacs.org> |
cff4ad0ab682
Document "lifting to Lisp". <87tzjvx8lu.fsf@uwakimon.sk.tsukuba.ac.jp>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4329
diff
changeset
|
683 |
cff4ad0ab682
Document "lifting to Lisp". <87tzjvx8lu.fsf@uwakimon.sk.tsukuba.ac.jp>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4329
diff
changeset
|
684 * internals/internals.texi (Discussion -- KKCC): |
cff4ad0ab682
Document "lifting to Lisp". <87tzjvx8lu.fsf@uwakimon.sk.tsukuba.ac.jp>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4329
diff
changeset
|
685 (Discussion -- Incremental Collector): |
cff4ad0ab682
Document "lifting to Lisp". <87tzjvx8lu.fsf@uwakimon.sk.tsukuba.ac.jp>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4329
diff
changeset
|
686 New nodes. |
cff4ad0ab682
Document "lifting to Lisp". <87tzjvx8lu.fsf@uwakimon.sk.tsukuba.ac.jp>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4329
diff
changeset
|
687 (Top): |
cff4ad0ab682
Document "lifting to Lisp". <87tzjvx8lu.fsf@uwakimon.sk.tsukuba.ac.jp>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4329
diff
changeset
|
688 (Discussion -- Garbage Collection): |
cff4ad0ab682
Document "lifting to Lisp". <87tzjvx8lu.fsf@uwakimon.sk.tsukuba.ac.jp>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4329
diff
changeset
|
689 (Discussion -- Pure Space): |
cff4ad0ab682
Document "lifting to Lisp". <87tzjvx8lu.fsf@uwakimon.sk.tsukuba.ac.jp>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4329
diff
changeset
|
690 Adjust pointers and menus for new nodes. |
cff4ad0ab682
Document "lifting to Lisp". <87tzjvx8lu.fsf@uwakimon.sk.tsukuba.ac.jp>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4329
diff
changeset
|
691 |
cff4ad0ab682
Document "lifting to Lisp". <87tzjvx8lu.fsf@uwakimon.sk.tsukuba.ac.jp>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4329
diff
changeset
|
692 (lrecords): Remark that lcrecords are obsolete. |
cff4ad0ab682
Document "lifting to Lisp". <87tzjvx8lu.fsf@uwakimon.sk.tsukuba.ac.jp>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4329
diff
changeset
|
693 |
4329
d9eb5ea14f65
Provide %b in #'format; use it for converting between ints and bit vectors.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4320
diff
changeset
|
694 2007-12-17 Aidan Kehoe <kehoea@parhasard.net> |
d9eb5ea14f65
Provide %b in #'format; use it for converting between ints and bit vectors.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4320
diff
changeset
|
695 |
d9eb5ea14f65
Provide %b in #'format; use it for converting between ints and bit vectors.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4320
diff
changeset
|
696 * lispref/strings.texi (Formatting Strings): |
d9eb5ea14f65
Provide %b in #'format; use it for converting between ints and bit vectors.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4320
diff
changeset
|
697 Document %b for binary output. |
d9eb5ea14f65
Provide %b in #'format; use it for converting between ints and bit vectors.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4320
diff
changeset
|
698 |
4320 | 699 2007-12-10 Ville Skyttä <scop@xemacs.org> |
700 | |
701 * internals/internals.texi: Spelling fixes. | |
702 | |
4313
0d2e738dfcd0
Forgotten ChangeLog entry for changesets 4311 and 4312.
"Ville Skyttä <scop@xemacs.org>"
parents:
4291
diff
changeset
|
703 2007-12-07 Ville Skyttä <scop@xemacs.org> |
0d2e738dfcd0
Forgotten ChangeLog entry for changesets 4311 and 4312.
"Ville Skyttä <scop@xemacs.org>"
parents:
4291
diff
changeset
|
704 |
0d2e738dfcd0
Forgotten ChangeLog entry for changesets 4311 and 4312.
"Ville Skyttä <scop@xemacs.org>"
parents:
4291
diff
changeset
|
705 * beta.texi, emodules.texi, term.texi, termcap.texi, texinfo.texi, |
0d2e738dfcd0
Forgotten ChangeLog entry for changesets 4311 and 4312.
"Ville Skyttä <scop@xemacs.org>"
parents:
4291
diff
changeset
|
706 widget.texi, xemacs-faq.texi: Spelling fixes. |
0d2e738dfcd0
Forgotten ChangeLog entry for changesets 4311 and 4312.
"Ville Skyttä <scop@xemacs.org>"
parents:
4291
diff
changeset
|
707 |
4291 | 708 2007-11-28 Aidan Kehoe <kehoea@parhasard.net> |
709 | |
710 * internals/internals.texi (Ibytes and Ichars): | |
711 Cross reference to the Mule docs describing these typedefs, | |
712 instead of saying Not yet documented. | |
713 | |
4265 | 714 2007-11-14 Aidan Kehoe <kehoea@parhasard.net> |
715 | |
716 * lispref/objects.texi (String Type): | |
717 Describe how one can include a trailing backslash in a raw string, | |
718 by means of the Unicode escape syntax. | |
719 | |
4264 | 720 2007-11-14 Aidan Kehoe <kehoea@parhasard.net> |
721 | |
722 * xemacs/keystrokes.texi (Character Representation): | |
723 Clarify the description of which characters are displayed as | |
724 themselves and which as octal escapes bzw. "control" characters | |
725 with an initial caret. | |
726 | |
4225 | 727 2007-10-15 Adrian Aichner <adrian@xemacs.org> |
728 | |
729 * Makefile (info_files): Sync nt/xemacs.mak and man/Makefile. | |
730 Sort enries to easy future syncs. | |
731 | |
4199 | 732 2007-09-22 Stephen J. Turnbull <stephen@xemacs.org> |
733 | |
734 * lispref/searching.texi (Replacing Match): Document the escapes | |
735 for changing case in `replace-match'. Document the change to | |
736 STRBUFFER to permit subexpressions in string replacement. | |
737 | |
4196 | 738 2007-09-30 Adrian Aichner <adrian@xemacs.org> |
739 | |
740 * Makefile (TEXI2HTML_NOSPLIT): New. | |
741 * Makefile ($(HTMLDIR)/beta.html): Use TEXI2HTML_NOSPLIT. | |
742 * Makefile ($(HTMLDIR)/xemacs-faq.html): Ditto. | |
743 | |
4195 | 744 2007-09-30 Adrian Aichner <adrian@xemacs.org> |
745 | |
746 * Makefile (TEXI2HTML): Refactor TEXI2HTML for use by | |
747 xemacsweb/Documentation/Makefile. | |
748 | |
4143 | 749 2007-08-25 Adrian Aichner <adrian@xemacs.org> |
750 | |
751 * internals/internals.texi (Through Version 18): Fix error in | |
752 Emacs Timeline URL. | |
753 * internals/internals.texi (Better Rendering Support -- Configuration with the Interim Patches): | |
754 | |
4039 | 755 2007-06-27 Aidan Kehoe <kehoea@parhasard.net> |
756 | |
757 * lispref/variables.texi (Extent): | |
758 Mention that lexical scope is available using lexical-let and | |
759 lexical-let* in cl-macs, instead of ignoring them entirely. | |
760 | |
3979 | 761 2007-05-21 Ville Skyttä <scop@xemacs.org> |
762 | |
763 * internals/internals.texi: Fix corrupted/oddly encoded chars. | |
764 * lispref/ldap.texi: Ditto. | |
765 | |
3975 | 766 2007-05-21 Stephen J. Turnbull <stephen@xemacs.org> |
767 | |
768 * XEmacs 21.5.28 "fuki" is released. | |
769 | |
3955 | 770 2007-05-15 Aidan Kehoe <kehoea@parhasard.net> |
771 | |
772 * internals/internals.texi: | |
773 Replace an inaccurate description of the read syntax of a Kanji | |
774 character with one using the recently-added Unicode escapes. Also | |
775 update the size of an Ichar; they're now 21-bit integers, not | |
776 19-bit integers. | |
777 | |
3930 | 778 2007-04-30 Stephen J. Turnbull <stephen@xemacs.org> |
779 | |
780 * internals/internals.texi (Creating a New Console/Device/Frame Type): | |
781 Typo fix. | |
782 | |
3773 | 783 2007-01-01 Malcolm Purvis <malcolmp@xemacs.org> |
784 | |
785 * internals/internals.texi (Ben's README): Use 'grep -F' instead | |
786 of fgrep. | |
787 | |
3772 | 788 2006-11-07 Robert Pluim <rpluim@gmail.com> |
789 | |
790 * lispref/os.texi (User Identification): The code uses HOMEPATH, | |
791 not HOMEDIR. | |
792 | |
3711 | 793 2006-11-29 Aidan Kehoe <kehoea@parhasard.net> |
794 | |
795 * xemacs/custom.texi (Face Resources): | |
796 Mention that the user should use full XLFD forms for specifying | |
797 fonts, and that Mule builds reject the short forms by | |
798 default. Also mention the work-around to the latter design choice | |
799 that was implemented for Ilya. | |
800 | |
3685 | 801 2006-11-16 Stephen J. Turnbull <stephen@xemacs.org> |
802 | |
803 * internals/internals.texi | |
804 (Better Rendering Support -- Configuration with the Interim Patches): | |
805 Fix examples of configuration via X resources. | |
806 (Better Rendering Support -- Implementation): Fix description of | |
807 xftFont resources, introduce fcFontName resource. | |
808 | |
3674 | 809 2006-11-11 Aidan Kehoe <kehoea@parhasard.net> |
810 | |
811 * lispref/faces.texi (Face Convenience Functions): | |
812 Add information on how to specify a face's font for a given Mule | |
813 charset. | |
814 | |
815 * lispref/specifiers.texi (Specifiers): | |
816 * lispref/specifiers.texi (Simple Specifier Usage): | |
817 * lispref/specifiers.texi (Specifiers In-Depth): | |
818 * lispref/specifiers.texi (Specifier Tag Functions): | |
819 * lispref/specifiers.texi (Specifier Instantiation Functions): | |
820 Update the documentation of specifiers to reflect the new support | |
821 for Mule character sets and associating tags with them. | |
822 | |
3543 | 823 2006-08-05 Aidan Kehoe <kehoea@parhasard.net> |
824 | |
825 * lispref/objects.texi (String Type): | |
826 Give details of the raw string syntax, taken from SXEmacs and | |
827 Python. | |
828 | |
3516 | 829 2006-07-19 Stephen J. Turnbull <stephen@xemacs.org> |
830 | |
831 * new-users-guide/edit.texi (Insert): Document bogosity in | |
832 vendor labeling of DEL key. | |
833 (Numeric Argument): Remove spurious RETs from keystroke examples. | |
834 Thanks to Michael C. Wescott <wescott@sc.rr.com>. | |
835 | |
3510 | 836 2006-07-16 Aidan Kehoe <kehoea@parhasard.net> |
837 | |
838 * xemacs/custom.texi (File Variables): | |
839 Make it clearer that file variables are buffer-local. | |
840 * xemacs/custom.texi (Faces): | |
841 "must be encoding" -> "must be encoded". | |
842 | |
843 2006-07-16 Aidan Kehoe <kehoea@parhasard.net> | |
844 | |
845 * lispref/variables.texi (Creating Buffer-Local): | |
846 Mention that buffer-local variables are created when file local | |
847 variables are set. | |
848 | |
3496 | 849 2006-07-08 Aidan Kehoe <kehoea@parhasard.net> |
850 | |
851 * internals/internals.texi (Internal String Encoding): | |
852 Mention that UTF-8 would be a reasonable alternative encoding. | |
853 * internals/internals.texi (Internal Character Encoding): | |
854 Re-arrange the description of characters to deal with 21-bit | |
855 characters. | |
856 | |
3439 | 857 2006-06-03 Aidan Kehoe <kehoea@parhasard.net> |
858 | |
859 * lispref/mule.texi (CCL Syntax): | |
860 * lispref/mule.texi (CCL Statements): | |
861 Describe the mule-to-unicode and unicode-to-mule statements; | |
862 rename the section they are described in. | |
863 | |
3404 | 864 2006-05-17 Stephen J. Turnbull <stephen@xemacs.org> |
865 | |
866 * xemacs-faq.texi (Q2.2.3): New node. | |
867 (Q2.2.2, Q2.3.1): Fix navigation references. | |
868 (Top, Installation): Add to menus. | |
869 | |
3402 | 870 2006-05-16 Stephen J. Turnbull <stephen@xemacs.org> |
871 | |
872 * XEmacs 21.5.27 "fiddleheads" is released. | |
873 | |
3388 | 874 2006-05-09 Stephen J. Turnbull <stephen@xemacs.org> |
875 | |
876 * beta.texi (Building Beta XEmacs): Rename 'Compiling' -> 'Building'. | |
877 (Reporting Problems): Improve it, make it a top-level node, add | |
878 some vertical spacing to make node breaks more visible. | |
879 (Getting the Source): Flesh it out a bit and move it to the | |
880 Building Beta XEmacs node. | |
881 | |
3387 | 882 2006-05-09 Stephen J. Turnbull <stephen@xemacs.org> |
883 | |
884 * xemacs/custom.texi (Xft Font Customization): New node. | |
885 (Faces): Create menu, add new node. | |
886 * xemacs/xemacs.texi (Top): add new node to detail menu. | |
887 | |
3367 | 888 2006-04-29 Aidan Kehoe <kehoea@parhasard.net> |
889 | |
890 * lispref/objects.texi (Character Type): | |
891 Document the Unicode syntax for characters in characters and | |
892 strings. | |
893 | |
3354 | 894 2006-04-23 Stephen J. Turnbull <stephen@xemacs.org> |
895 | |
896 * internals/internals.texi: Run texinfo-master-menu. | |
897 (Creating a New Console/Device/Frame Type): New node. | |
898 | |
3323 | 899 2006-03-31 Stephen J. Turnbull <stephen@xemacs.org> |
900 | |
901 * XEmacs 21.5.26 "endive" is released. | |
902 | |
3322 | 903 2006-03-31 Stephen J. Turnbull <stephen@xemacs.org> |
904 | |
905 Miscellaneous doc cleanup, parts 2-4: move CHANGES-msw, | |
906 TODO.ben-mule-21-5, README.ben-mule-21-5, and | |
907 README.ben-separate-stderr to Internals Manual. | |
908 | |
909 * internals/internals.texi (Ben's TODO list): | |
910 (CHANGES from 21.4-windows branch): | |
911 (Ben's README): | |
912 (Ben's separate stderr notes): | |
913 New nodes. | |
914 | |
915 (Subprocesses): Add "Ben's separate stderr notes" to menu. | |
916 (The Great Mule Merge of March 2002): Add "Ben's TODO list" and | |
917 "Ben's README" to menu. | |
918 (Interface to MS Windows): Add "CHANGES from 21.4-windows branch" | |
919 to menu. | |
920 | |
921 (Top): Update detailmenu. | |
922 | |
923 2006-03-30 Stephen J. Turnbull <stephen@xemacs.org> | |
924 | |
925 Miscellaneous doc cleanup, part 1: move CHANGES-ben-mule to | |
926 Internals Manual. | |
927 | |
928 * internals/internals.texi (The Great Mule Merge of March 2002): | |
929 Insert CHANGES-ben-mule here, and reformat for Texinfo. | |
930 | |
3260 | 931 2006-02-26 Mike Sperber <mike@xemacs.org> |
932 | |
933 * xemacs/building.texi (External Lisp): Document that `run-lisp' | |
934 needs the os-utils package. | |
935 | |
3259 | 936 2006-02-26 Stephen J. Turnbull <stephen@xemacs.org> |
937 | |
938 * XEmacs 21.5.25 "eggplant" is released. | |
939 | |
3179 | 940 2005-11-25 Mike Sperber <mike@xemacs.org> |
941 | |
942 * lispref/packaging.texi (The User View): | |
943 * xemacs/startup.texi (Startup Paths): | |
944 * xemacs-faq.texi (Q2.1.6): Document new configure options and | |
945 environment variables for | |
946 package locations. | |
947 | |
3171 | 948 2005-12-24 Aidan Kehoe <kehoea@parhasard.net> |
949 | |
950 * xemacs/keystrokes.texi (Keystrokes): | |
951 Add new node on keyboards with which one can't type Latin. | |
952 * xemacs/keystrokes.texi (Non-Latin keyboards): | |
953 Describe the support for falling back to a US key layout on | |
954 keyboards where typing the Roman alphabet is difficult. | |
955 | |
3150 | 956 2005-12-18 Stephen J. Turnbull <stephen@xemacs.org> |
957 | |
958 * XEmacs 21.5.24 "dandelion" is released. | |
959 | |
3147 | 960 2005-12-09 Malcolm Purvis <malcolmp@xemacs.org> |
961 | |
962 * internals/internals.texi (The configure Script): Documented | |
963 more fully the behaviour of complex options. Provided examples. | |
964 | |
3128 | 965 2005-12-03 Adrian Aichner <adrian@xemacs.org> |
966 | |
967 * custom.texi (Declaring Variables): Typo fixes. | |
968 | |
3111 | 969 2005-11-29 Stephen J. Turnbull <stephen@xemacs.org> |
970 | |
971 * xemacs/custom.texi (Faces): Describe some of the more important | |
972 font naming syntaxes under `set-face-font'. Fix a typo. | |
973 | |
3094 | 974 2005-11-22 Stephen J. Turnbull <stephen@xemacs.org> |
975 | |
976 * internals/internals.texi (Working with Lisp Objects): Explain | |
977 better why DEFSYMBOL is usually preferable to intern. | |
978 | |
3073 | 979 2005-11-08 Malcolm Purvis <malcolmp@xemacs.org> |
980 | |
981 * internals/internals.texi (The configure Script): Added the | |
982 definition of the new macro XE_HELP_SUBSECTION. | |
983 | |
3062 | 984 2005-11-13 Ben Wing <ben@xemacs.org> |
985 | |
986 * Makefile: | |
987 Add targets distclean-noconfig, realclean-noconfig, extraclean-noconfig. | |
988 Do some refactoring for cleanliness. | |
989 | |
3059 | 990 2005-11-13 Ben Wing <ben@xemacs.org> |
991 | |
992 * internals/internals.texi (Top): | |
993 * internals/internals.texi (CVS Techniques): | |
994 * internals/internals.texi (Creating a Branch): | |
995 * internals/internals.texi (Merging a Branch into the Trunk): | |
996 Add node on Creating a Branch. Update info concerning problems | |
997 with rtag on symlinks. (#### Is this still valid?) | |
998 | |
3031 | 999 2005-10-26 Stephen J. Turnbull <stephen@xemacs.org> |
1000 | |
1001 * XEmacs 21.5.23 "daikon" is released. | |
1002 | |
3018 | 1003 2005-10-20 Malcolm Purvis <malcolmp@xemacs.org> |
1004 | |
1005 * xemacs-faq.texi (Q1.2.2): | |
1006 * xemacs-faq.texi (Q2.1.1): | |
1007 * xemacs-faq.texi (Q2.1.6): | |
1008 * xemacs-faq.texi (Q2.2.1): | |
1009 * xemacs-faq.texi (Q2.3.6): | |
1010 * xemacs-faq.texi (Q2.4.3): | |
1011 * xemacs-faq.texi (Q2.4.4): | |
1012 * xemacs-faq.texi (Q2.4.7): | |
1013 * xemacs-faq.texi (Q5.3.3): | |
1014 * xemacs-faq.texi (Q6.0.8): | |
1015 * xemacs-faq.texi (Q7.2.1): | |
1016 Add 21.5 specific examples of configure options in addition to the | |
1017 existing 21.4 ones. | |
1018 | |
3003 | 1019 2005-10-15 Malcolm Purvis <malcolmp@xemacs.org> |
1020 | |
1021 * internals/internals.texi: "API's" -> "APIs". This fixes | |
1022 problems generating dvi and pdf versions. | |
1023 * internals/internals.texi (The configure Script): | |
1024 Describe the use of XE_MERGED_ARG. | |
1025 | |
2995 | 1026 2005-10-13 Ben Wing <ben@xemacs.org> |
1027 | |
1028 * xemacs-faq.texi (Top): | |
1029 * xemacs-faq.texi (External Subsystems): | |
1030 * xemacs-faq.texi (Q5.4.4): | |
1031 * xemacs-faq.texi (Q5.4.5): | |
1032 * xemacs-faq.texi (Q5.4.6): | |
1033 Add question about need to run `rebaseall' under Cygwin. | |
1034 | |
2972 | 1035 2005-10-04 Stephen J. Turnbull <stephen@xemacs.org> |
1036 | |
1037 * emodules.texi (Distribution with XEmacs): New node describing | |
1038 organization of module-related code in top-level configure.ac and | |
1039 src/Makefile.in.in. | |
1040 | |
2960 | 1041 2005-09-27 Adrian Aichner <adrian@xemacs.org> |
1042 | |
1043 * lispref/compile.texi (Compilation Options): Lowercase SYMBOL | |
1044 argument in `byte-compile-print-gensym' documentation, as | |
1045 suggested by Stephen. | |
1046 | |
2955 | 1047 2005-09-27 Adrian Aichner <adrian@xemacs.org> |
1048 | |
1049 * lispref/packaging.texi: Get file to compile with teinfmt.el. | |
1050 * lispref/packaging.texi (Packaging): Ditto. | |
1051 * lispref/packaging.texi (Package Overview): Ditto. | |
1052 * lispref/packaging.texi (The User View): Ditto. | |
1053 * lispref/packaging.texi (The Library Maintainer View): Ditto. | |
1054 * lispref/packaging.texi (Infrastructure): Ditto. | |
1055 * lispref/packaging.texi (Obtaining): Ditto. | |
1056 * lispref/packaging.texi (Local.rules File): Ditto. | |
1057 * lispref/packaging.texi (package-info.in): Ditto. | |
1058 * lispref/packaging.texi (Makefile): Ditto. | |
1059 * lispref/packaging.texi (Documenting Packages): Ditto. | |
1060 | |
1061 2005-09-27 Adrian Aichner <adrian@xemacs.org> | |
1062 | |
1063 * internals/internals.texi (A Summary of the Various XEmacs | |
1064 Modules): Get file to compile with texinfmt.el. | |
1065 * internals/internals.texi (Windows Build Flags): Ditto. | |
1066 | |
2953 | 1067 2005-09-26 Ben Wing <ben@xemacs.org> |
1068 | |
1069 * lispref/glyphs.texi (Images): | |
1070 * lispref/glyphs.texi (Image Instantiators): | |
1071 * lispref/glyphs.texi (Image Instantiator Formats): | |
1072 * lispref/glyphs.texi (Image Instances): | |
1073 * lispref/glyphs.texi (Image Instance Functions): | |
1074 * lispref/glyphs.texi (Creating Glyphs): | |
1075 * lispref/glyphs.texi (Lisp API to Native Widgets): | |
1076 * lispref/glyphs.texi (Glyph Properties): | |
1077 * lispref/glyphs.texi (Glyph Examples): | |
1078 * lispref/lispref.texi (Top): | |
1079 * lispref/specifiers.texi (Specifiers): | |
1080 * lispref/specifiers.texi (Introduction to Specifiers): | |
1081 * lispref/specifiers.texi (Simple Specifier Usage): | |
1082 * lispref/specifiers.texi (Specifiers In-Depth): | |
1083 * lispref/specifiers.texi (Specifier Instantiation): | |
1084 * lispref/specifiers.texi (Retrieving Specifications): | |
1085 * lispref/specifiers.texi (Specifier Tag Functions): | |
1086 * lispref/specifiers.texi (Specifier Validation Functions): | |
1087 Use "instantiation" not "instancing". Fix some places where | |
1088 "specifier" is used to mean "instantiator". | |
1089 | |
2949 | 1090 2005-09-25 Adrian Aichner <adrian@xemacs.org> |
1091 | |
1092 * lispref/compile.texi (Compilation Options): Supply missing | |
1093 argument to @var{}, using same SYMBOL as in variable docstring of | |
1094 `byte-compile-print-gensym'. | |
1095 | |
2931 | 1096 2005-09-14 Stephen J. Turnbull <stephen@xemacs.org> |
1097 | |
1098 * XEmacs 21.5.22 "cucumber" is released. | |
1099 | |
2867 | 1100 2005-07-20 Didier Verna <didier@xemacs.org> |
1101 | |
1102 * lispref/faces.texi (Basic Face Functions): Rephrase the face | |
1103 aliasing paragraph following a suggestion from Stephen J. | |
1104 Turnbull. | |
1105 | |
2865 | 1106 2005-07-19 Didier Verna <didier@xemacs.org> |
1107 | |
1108 * lispref/faces.texi (Basic Face Functions): Document the face | |
1109 aliasing feature. | |
1110 | |
2862 | 1111 2005-07-17 Aidan Kehoe <kehoea@parhasard.net> |
1112 | |
1113 * lispref/commands.texi (Converting Events): | |
1114 Give details on the deprecated ALLOW-NON-ASCII argument to | |
2865 | 1115 event-to-character, and why you shouldn't use it. |
2862 | 1116 |
2828 | 1117 2005-06-26 Aidan Kehoe <kehoea@parhasard.net> |
1118 | |
2865 | 1119 * lispref/commands.texi (Converting Events): |
2828 | 1120 * lispref/keymaps.texi (Key Sequences): |
1121 Stop pretending ASCII is an eight-bit character set, and remove | |
1122 documentation of event-to-character's vanished fourth argument. | |
1123 | |
1124 * internals/internals.texi (Old Future Work -- Improvements in | |
1125 support for non-ASCII (European) keysyms under X): | |
2865 | 1126 Rename the ascii-character property. |
1127 | |
2818 | 1128 2005-06-19 Aidan Kehoe <kehoea@parhasard.net> |
1129 | |
1130 * lispref/building.texi (Building XEmacs and Object Allocation): | |
2865 | 1131 Pure storage has been gone for half a decade or more. |
1132 * lispref/mule.texi (Internationalization Terminology): | |
1133 Phrase stuff a little more clearly, compare Mule with Unicode. | |
2818 | 1134 * lispref/lispref.texi (Top): |
2865 | 1135 Take out info on pure storage. |
2818 | 1136 |
2791 | 1137 2005-05-28 Stephen J. Turnbull <stephen@xemacs.org> |
1138 | |
1139 * XEmacs 21.5.21 "corn" is released. | |
1140 | |
2769 | 1141 2005-05-10 Aidan Kehoe <kehoea@parhasard.net> |
1142 | |
1143 * xemacs-faq.texi (Q3.2.5): (setq text-mode-hook | |
2865 | 1144 'turn-on-auto-fill) is not a good idea. |
2769 | 1145 |
2768 | 1146 2005-05-10 Aidan Kehoe <kehoea@parhasard.net> |
1147 | |
2865 | 1148 * xemacs/sending.texi (Sending Mail):Document that sendmail.el is |
1149 underfeatured and not getting better anytime soon; suggest using | |
1150 another mailer. | |
2768 | 1151 |
2757 | 1152 2005-05-05 Aidan Kehoe <kehoea@parhasard.net> |
1153 | |
1154 * xemacs/building.texi (Lisp Modes): | |
1155 * xemacs/building.texi (Lisp Interaction): | |
1156 * xemacs/entering.texi (Entering Emacs): | |
1157 * xemacs/menus.texi (File Menu): | |
1158 * xemacs/text.texi (Auto Fill): | |
1159 None of the keymaps I have access to have linefeed keys; they all | |
1160 use Return. As such, for new users, C-j is really the only option | |
1161 for evaluation in Lisp interaction mode, and should be documented | |
2865 | 1162 as such. |
1163 | |
3050 | 1164 2005-04-18 Stephen J. Turnbull <stephen@xemacs.org> |
2736 | 1165 |
1166 * internals/internals.texi | |
1167 (Better Rendering Support -- Modern Font Support): | |
1168 (Modern Font Support -- Font Concepts): | |
1169 (Modern Font Support -- fontconfig): | |
1170 (Modern Font Support -- Xft): | |
1171 New nodes describing the Lisp API. | |
1172 (Future Work -- Better Rendering Support): | |
1173 Add Better Rendering Support -- Modern Font Support to menu. | |
1174 | |
1175 2005-04-05 Stephen J. Turnbull <stephen@xemacs.org> | |
1176 | |
1177 * xemacs/custom.texi (X Resources): Improve wording. | |
1178 | |
1179 2005-03-13 Stephen J. Turnbull <stephen@xemacs.org> | |
1180 | |
1181 * xemacs/custom.texi (Minor Modes): Improve general description. | |
1182 Add description of Pending Delete and Filladapt modes. | |
1183 (File Variables): Improve caution against invoking minor modes. | |
1184 (Syntax Entry): Strengthen caution against "\s ". | |
1185 | |
1186 * xemacs/major.texi (Major Modes): Improve accuracy of wording. | |
1187 (Mode Hooks): Describe use of hooks to invoke minor modes. | |
1188 | |
2715 | 1189 2005-04-06 Ben Wing <ben@xemacs.org> |
1190 | |
1191 * internals/internals.texi (Authorship of XEmacs): Copy authorship | |
1192 section from FAQ and comment out old info, which is quite out of | |
1193 date and full of typos. | |
1194 | |
2690 | 1195 2005-03-26 Aidan Kehoe <kehoea@parhasard.net> |
1196 | |
1197 * lispref/mule.texi (CCL Example): | |
2691 | 1198 char-int -> char-to-int, and hex 41 is decimal 65, both problems |
2865 | 1199 with my previous patch pointed out by Stephen. |
2690 | 1200 * lispref/mule.texi (The actual coding system): |
1201 Give information on the make-coding-system call, and where the | |
2865 | 1202 actual package can be found. |
1203 | |
2681 | 1204 2005-03-24 Aidan Kehoe <kehoea@parhasard.net> |
1205 | |
1206 * xemacs/custom.texi (X Resources): | |
1207 "Emacs" as the application class -> "XEmacs" as the application | |
1208 class, mention the old resource class determination behaviour, and | |
2865 | 1209 how one can temporarily re-instate it. |
1210 | |
2665 | 1211 2005-03-15 Stephen J. Turnbull <stephen@xemacs.org> |
1212 | |
1213 * internals/internals.texi (The XEmacs Split): | |
1214 * standards.texi (Option Table): | |
1215 Shut up makeinfo and hack-local-variables. | |
1216 | |
2662 | 1217 2005-03-14 Stephen J. Turnbull <stephen@xemacs.org> |
1218 | |
1219 * internals/internals.texi (How Lisp Objects Are Represented in C): | |
1220 Document compiler warnings when assert expands to empty statement. | |
1221 | |
2653 | 1222 2005-03-11 Stephen J. Turnbull <stephen@xemacs.org> |
1223 | |
1224 * XEmacs 21.5.20 "cilantro" is released. | |
1225 | |
2647 | 1226 2005-03-05 Malcolm Purvis <malcolmp@xemacs.org> |
1227 | |
1228 * beta.texi : Change configure arguments to the new autoconf 2.5 | |
1229 style configure. | |
1230 * internals/internals.texi (The Build Configuration System): Fill | |
1231 out the details. | |
1232 | |
2640 | 1233 2005-01-19 Aidan Kehoe <kehoea@parhasard.net> |
1234 | |
1235 * lispref/mule.texi (CCL Example): Detail an implementation of the | |
2865 | 1236 web's URL encoding as a CCL coding system example. |
2640 | 1237 |
1238 2005-02-22 Stephen J. Turnbull <stephen@xemacs.org> | |
1239 | |
1240 * internals/internals.texi (The version.sh Script): New node. | |
1241 (XEmacs from the Perspective of Building): | |
1242 (Low-Level Modules): | |
1243 (The Build Configuration System): | |
1244 (Adding Configurable Features): | |
1245 Add or update references to the version.sh node and/or file. | |
1246 | |
1247 (XEmacs from the Perspective of Building): Improve text. | |
1248 | |
1249 | |
1250 2005-01-22 Stephen J. Turnbull <stephen@xemacs.org> | |
1251 | |
1252 * internals/internals.texi (XEmacs): Add XEmacs 21.4.16 to list. | |
1253 (The XEmacs Split): Add comments on untrue legal factoids. | |
1254 (The XEmacs Split): Add some @urefs for Jamie's commentary. | |
1255 | |
2608 | 1256 2005-02-23 Aidan Kehoe <kehoea@parhasard.net> |
1257 | |
1258 * lispref/searching.texi (Syntax of Regexps): | |
1259 Mention the \c and \C regular expression constructs; cross | |
2865 | 1260 reference to the Category Table documentation. |
2608 | 1261 |
2602 | 1262 2005-02-22 Stephen J. Turnbull <stephen@xemacs.org> |
1263 | |
1264 * internals/internals.texi (The version.sh Script): New node. | |
1265 (XEmacs from the Perspective of Building): | |
1266 (Low-Level Modules): | |
1267 (The Build Configuration System): | |
1268 (Adding Configurable Features): | |
1269 Add or update references to the version.sh node and/or file. | |
1270 | |
1271 (XEmacs from the Perspective of Building): Improve text. | |
1272 | |
2597 | 1273 2005-02-19 Stephen J. Turnbull <stephen@xemacs.org> |
1274 | |
1275 * internals/internals.texi (Introduction to Writing C Code): | |
1276 Change "mostly warning-free" to "warning-free" to encourage | |
1277 reporting warnings as bugs. | |
1278 (The configure Script): | |
1279 Incorporate Malcolm Purvis's notes from configure.ac. Document | |
1280 his implementations of keyword and complex options, and remove | |
1281 descriptions of my obsolete code. | |
1282 | |
1283 2005-01-16 Stephen J. Turnbull <stephen@xemacs.org> | |
1284 | |
1285 * internals/internals.texi (Better Rendering Support -- | |
1286 Configuration with the Interim Patches): | |
1287 Improve notes on configuration. | |
1288 | |
1289 2004-12-15 Stephen J. Turnbull <stephen@xemacs.org> | |
1290 | |
1291 * internals/internals.texi (Better Rendering Support -- | |
1292 Configuration with the Interim Patches): Menubar uses xftFont | |
1293 resource, too. | |
1294 | |
1295 2005-02-03 Stephen J. Turnbull <stephen@xemacs.org> | |
1296 | |
1297 * internals/internals.texi (XEmacs from the Perspective of | |
1298 Building): Mention autoconf. | |
1299 (The Modules of XEmacs): Point Next the The Build Configuration | |
1300 System and add Modules for Building XEmacs to the menu. | |
1301 (A Summary of the Various XEmacs Modules): Add Modules for | |
1302 Building XEmacs to menu, and Modules for Build Configuration, | |
1303 Modules for Compiling XEmacs, and Modules for Preloading Lisp to | |
1304 the table of sections. | |
1305 (Low-Level Modules): Point Previous to Modules for Building XEmacs. | |
1306 (Modules for Building XEmacs): | |
1307 (Modules for Build Configuration): | |
1308 (Modules for Compiling XEmacs): | |
1309 (Modules for Preloading Lisp): | |
1310 (The Build Configuration System): | |
1311 (Adding Configurable Features): | |
1312 (The configure Script): | |
1313 (The Makefile Precursors): | |
1314 New nodes. | |
1315 (Rules When Writing New C Code): | |
1316 Point Previous to The Build Configuration System. | |
1317 | |
2594 | 1318 2005-02-18 Stephen J. Turnbull <stephen@xemacs.org> |
1319 | |
1320 * XEmacs 21.5.19 "chives" is released. | |
1321 | |
2559 | 1322 2005-02-03 Ben Wing <ben@xemacs.org> |
1323 | |
1324 * xemacs-faq.texi: | |
1325 * xemacs-faq.texi (Top): | |
1326 * xemacs-faq.texi (Introduction): | |
1327 * xemacs-faq.texi (Q1.2.2): | |
1328 * xemacs-faq.texi (Q1.2.5): | |
1329 * xemacs-faq.texi (Q1.2.9): | |
1330 * xemacs-faq.texi (Q1.2.10): | |
1331 * xemacs-faq.texi (Q1.2.11): | |
1332 * xemacs-faq.texi (Q1.2.12): | |
1333 * xemacs-faq.texi (Q1.4.2): | |
1334 * xemacs-faq.texi (Q1.5.2): | |
1335 * xemacs-faq.texi (Q1.5.3): | |
1336 * xemacs-faq.texi (Q1.5.4): | |
1337 * xemacs-faq.texi (Q1.5.5): | |
1338 * xemacs-faq.texi (Q1.6.6): | |
1339 * xemacs-faq.texi (Q1.7.1): | |
1340 * xemacs-faq.texi (Q1.7.2): | |
1341 * xemacs-faq.texi (Q1.7.3): | |
1342 * xemacs-faq.texi (Q1.7.4): | |
1343 * xemacs-faq.texi (Installation): | |
1344 * xemacs-faq.texi (Q2.0.1): | |
1345 * xemacs-faq.texi (Q2.0.2): | |
1346 * xemacs-faq.texi (Q2.0.3): | |
1347 * xemacs-faq.texi (Q2.0.4): | |
1348 * xemacs-faq.texi (Q2.0.5): | |
1349 * xemacs-faq.texi (Q2.1.1): | |
1350 * xemacs-faq.texi (Q2.1.2): | |
1351 * xemacs-faq.texi (Q2.1.3): | |
1352 * xemacs-faq.texi (Q2.1.4): | |
1353 * xemacs-faq.texi (Q2.1.5): | |
1354 * xemacs-faq.texi (Q2.1.6): | |
1355 * xemacs-faq.texi (Q2.1.7): | |
1356 * xemacs-faq.texi (Q2.2.1): | |
1357 * xemacs-faq.texi (Q2.2.2): | |
1358 * xemacs-faq.texi (Q2.3.1): | |
1359 * xemacs-faq.texi (Q2.3.2): | |
1360 * xemacs-faq.texi (Q2.3.3): | |
1361 * xemacs-faq.texi (Q2.3.4): | |
1362 * xemacs-faq.texi (Q2.3.5): | |
1363 * xemacs-faq.texi (Q2.3.6): | |
1364 * xemacs-faq.texi (Q2.3.7): | |
1365 * xemacs-faq.texi (Q2.3.8): | |
1366 * xemacs-faq.texi (Q2.4.1): | |
1367 * xemacs-faq.texi (Q2.4.2): | |
1368 * xemacs-faq.texi (Q2.4.3): | |
1369 * xemacs-faq.texi (Q2.4.4): | |
1370 * xemacs-faq.texi (Q2.4.5): | |
1371 * xemacs-faq.texi (Q2.4.6): | |
1372 * xemacs-faq.texi (Q2.4.7): | |
1373 * xemacs-faq.texi (Q2.4.8): | |
1374 * xemacs-faq.texi (Q2.4.9): | |
1375 * xemacs-faq.texi (Q2.4.10): | |
1376 * xemacs-faq.texi (Q2.4.11): | |
1377 * xemacs-faq.texi (Q2.4.12): | |
1378 * xemacs-faq.texi (Q2.5.1): | |
1379 * xemacs-faq.texi (Q2.5.2): | |
1380 * xemacs-faq.texi (Q2.5.3): | |
1381 * xemacs-faq.texi (Q2.5.4): | |
1382 * xemacs-faq.texi (Q2.5.5): | |
1383 * xemacs-faq.texi (Legacy Versions): | |
1384 * xemacs-faq.texi (Q10.0.1): | |
1385 * xemacs-faq.texi (Q10.0.2): | |
1386 Flesh out intro section on packages and section on installing | |
1387 packages. Incorporate README, README.packages, BUGS, etc/PACKAGES. | |
1388 Various other changes. | |
1389 | |
2547 | 1390 2005-02-03 Stephen J. Turnbull <stephen@xemacs.org> |
1391 | |
1392 * beta.texi: Update Copyright. Add pointer comment. | |
1393 | |
1394 (New packages): Remove personal names, point at jobs.html | |
1395 instead. | |
1396 | |
1397 (Syncing with GNU Emacs): Change "don't assume Mule" to | |
1398 "conditionalize Mule dependencies correctly". RMS stroking: use | |
1399 "GNU", not "FSF", in sync notices. | |
1400 | |
1401 2005-02-02 Robert Delius Royar <xemacs@frinabulax.org> | |
1402 | |
1403 * beta.texi (Top): | |
2865 | 1404 Add reference to Index in catalog to prevent |
2547 | 1405 errors compiling with GNU makeinfo 4.5. |
1406 | |
1407 * beta.texi (Syncing with GNU Emacs): | |
2865 | 1408 Add forward reference to Index in next node to prevent |
2547 | 1409 errors compiling with GNU makeinfo 4.5. |
1410 | |
1411 * beta.texi (Index): | |
1412 Add backward reference to Syncing with GNU Emacs to | |
2865 | 1413 replace obsolete reference to Defining Variables to |
2547 | 1414 prevent errors compiling with GNU makeinfo 4.5. |
1415 | |
2537 | 1416 2005-01-31 Ben Wing <ben@xemacs.org> |
1417 | |
1418 * xemacs/help.texi (Misc Help): | |
1419 Delete references to DISTRIB. Point to FAQ. | |
2865 | 1420 |
2537 | 1421 * xemacs/new.texi: |
1422 Update sample code for version checking. | |
2865 | 1423 |
2537 | 1424 * xemacs/xemacs.texi (Distrib): |
1425 * xemacs/xemacs.texi (Intro): | |
1426 Delete references to DISTRIB. Point directly to web site. | |
1427 Update stuff referring to GNU Emacs. Delete references to Win-Emacs. | |
1428 | |
1429 2005-01-31 Ben Wing <ben@xemacs.org> | |
1430 | |
1431 * Makefile: | |
1432 * Makefile (info_files): | |
1433 * Makefile (html_files): | |
1434 * Makefile (dvi_files): | |
1435 * Makefile (pdf_files): | |
1436 * Makefile ($(INFODIR)/beta.info): | |
1437 Add beta.texi and built files. | |
2865 | 1438 |
2537 | 1439 * xemacs-faq.texi (Top): |
1440 * xemacs-faq.texi (Introduction): | |
1441 * xemacs-faq.texi (Q1.0.3): | |
1442 * xemacs-faq.texi (Q1.0.4): | |
1443 * xemacs-faq.texi (Q1.0.5): | |
1444 * xemacs-faq.texi (Q1.0.6): | |
1445 * xemacs-faq.texi (Q1.1.1): | |
1446 * xemacs-faq.texi (Q1.1.2): | |
1447 * xemacs-faq.texi (Q1.1.3): | |
1448 * xemacs-faq.texi (Q1.1.4): | |
1449 * xemacs-faq.texi (Q1.2.1): | |
1450 * xemacs-faq.texi (Q1.2.2): | |
1451 * xemacs-faq.texi (Q1.2.3): | |
1452 * xemacs-faq.texi (Q1.2.4): | |
1453 * xemacs-faq.texi (Q1.2.5): | |
1454 * xemacs-faq.texi (Q1.2.6): | |
1455 * xemacs-faq.texi (Q1.2.7): | |
1456 * xemacs-faq.texi (Q1.2.8): | |
1457 * xemacs-faq.texi (Q1.2.9): | |
1458 * xemacs-faq.texi (Q1.2.10): | |
1459 * xemacs-faq.texi (Q1.2.11): | |
1460 * xemacs-faq.texi (Q1.2.12): | |
1461 * xemacs-faq.texi (Q1.2.13): | |
1462 * xemacs-faq.texi (Q1.3.1): | |
1463 * xemacs-faq.texi (Q1.3.2): | |
1464 * xemacs-faq.texi (Q1.3.3): | |
1465 * xemacs-faq.texi (Q1.3.4): | |
1466 * xemacs-faq.texi (Q1.3.5): | |
1467 * xemacs-faq.texi (Q1.3.6): | |
1468 * xemacs-faq.texi (Q1.3.7): | |
1469 * xemacs-faq.texi (Q1.3.8): | |
1470 * xemacs-faq.texi (Q1.4.1): | |
1471 * xemacs-faq.texi (Q1.4.2): | |
1472 * xemacs-faq.texi (double-word): New. | |
1473 * xemacs-faq.texi (Q1.4.3): | |
1474 * xemacs-faq.texi (Q1.4.4): | |
1475 * xemacs-faq.texi (Q1.4.5): | |
1476 * xemacs-faq.texi (Q1.5.1): | |
1477 * xemacs-faq.texi (Q1.5.2): | |
1478 * xemacs-faq.texi (Q1.5.3): | |
1479 * xemacs-faq.texi (Q1.6.1): | |
1480 * xemacs-faq.texi (Q1.6.2): | |
1481 * xemacs-faq.texi (Q1.6.3): | |
1482 * xemacs-faq.texi (Q1.6.4): | |
1483 * xemacs-faq.texi (Q1.6.5): | |
1484 * xemacs-faq.texi (Q1.6.6): | |
1485 * xemacs-faq.texi (Q1.7.1): | |
1486 * xemacs-faq.texi (Q1.8.1): | |
1487 * xemacs-faq.texi (Q1.8.2): | |
1488 * xemacs-faq.texi (Q1.8.3): | |
1489 * xemacs-faq.texi (Q1.8.4): | |
1490 * xemacs-faq.texi (Q1.8.5): | |
1491 * xemacs-faq.texi (Q1.8.6): | |
1492 * xemacs-faq.texi (Q1.8.7): | |
1493 * xemacs-faq.texi (Q1.8.8): | |
1494 * xemacs-faq.texi (Q1.8.9): | |
1495 * xemacs-faq.texi (Q2.2.1): | |
1496 * xemacs-faq.texi (Q2.2.2): | |
1497 * xemacs-faq.texi (Q2.4.2): | |
1498 * xemacs-faq.texi (Advanced): | |
1499 * xemacs-faq.texi (Q7.0.1): | |
1500 * xemacs-faq.texi (Q7.0.2): | |
1501 * xemacs-faq.texi (Q7.0.3): | |
1502 * xemacs-faq.texi (Q7.0.4): | |
1503 * xemacs-faq.texi (Q7.0.5): | |
1504 * xemacs-faq.texi (Q7.0.6): | |
1505 * xemacs-faq.texi (Q7.1.1): | |
1506 * xemacs-faq.texi (Q7.1.2): | |
1507 * xemacs-faq.texi (Q7.1.3): | |
1508 * xemacs-faq.texi (Q7.1.4): | |
1509 * xemacs-faq.texi (Q7.1.5): | |
1510 * xemacs-faq.texi (Q7.1.6): | |
1511 * xemacs-faq.texi (Q7.1.7): | |
1512 * xemacs-faq.texi (Q7.1.8): | |
1513 * xemacs-faq.texi (Q7.1.9): | |
1514 * xemacs-faq.texi (Q7.1.10): | |
1515 * xemacs-faq.texi (Q7.1.11): | |
1516 * xemacs-faq.texi (Q7.2.1): | |
1517 * xemacs-faq.texi (Q7.2.2): | |
1518 * xemacs-faq.texi (Q7.2.3): | |
1519 * xemacs-faq.texi (Other Packages): | |
1520 * xemacs-faq.texi (Current Events): | |
1521 * xemacs-faq.texi (Legacy Versions): | |
1522 Major overhaul of section 1. Add mailing list info, update | |
1523 downloading info, add info on CVS, etc. | |
1524 | |
2522 | 1525 2004-10-17 Shyamal Prasad <shyamal@member.fsf.org> |
1526 | |
1527 * xemacs/programs.texi (Program Modes): Updated it to reflect | |
1528 current status of programming modes. | |
1529 * xemacs/programs.texi (CC Mode): New section introduces CC | |
1530 Mode. Introduces customization with reference to CC Mode | |
1531 manual. Also introduce C/AWK modes in prog-modes package | |
1532 * xemacs/programs.texi (C Ident): Removed - it was | |
1533 obsolete. prog-modes package documentation now contains | |
2865 | 1534 indentation description for old C mode |
2522 | 1535 * xemacs/major.texi (Mode Hooks): Add description of major mode |
1536 hooks. Cleaned up and updated programming mode descriptions. | |
1537 * xemacs/xemacs.texi (Top): Updated Detailed Node listing for new | |
1538 CC Mode section in programs.texi | |
1539 | |
1540 | |
2507 | 1541 2005-01-26 Ben Wing <ben@xemacs.org> |
1542 | |
1543 * internals/internals.texi: | |
1544 * internals/internals.texi (Through Version 18): | |
1545 * internals/internals.texi (GNU Emacs 19): | |
1546 * internals/internals.texi (GNU Emacs 20): | |
1547 Update History. | |
1548 | |
1549 * internals/internals.texi (Unicode support under Windows): | |
1550 Redo section on Windows 95 support for Unicode. | |
1551 | |
2492 | 1552 2005-01-19 Aidan Kehoe <kehoea@parhasard.net> |
1553 | |
1554 * man/lispref/functions.texi (Functions): Rename to "Functions and | |
1555 Commands" | |
1556 * man/lispref/functions.texi (What Is a Function): Move the definition | |
1557 of a command further up the list, give information on a trivial | |
1558 (interactive) declaration, and cross-reference to the key binding | |
1559 detail. Cf. 87vf9wgd08.fsf@tleepslib.sk.tsukuba.ac.jp | |
2865 | 1560 (comp.emacs.xemacs, 2005-01-18). |
2492 | 1561 * man/lispref/eval.texi man/lispref/lispref.texi |
2865 | 1562 man/lispref/macros.texi man/lispref/symbols.texi |
2492 | 1563 man/lispref/variables.texi: Fix cross references. |
1564 | |
2459 | 1565 2004-12-28 Ben Wing <ben@xemacs.org> |
1566 | |
1567 * xemacs-faq.texi (Top): | |
1568 * xemacs-faq.texi (Introduction): | |
1569 * xemacs-faq.texi (Q1.0.3): | |
1570 * xemacs-faq.texi (Q1.0.5): | |
1571 * xemacs-faq.texi (Q1.0.10): | |
1572 * xemacs-faq.texi (Q1.1.4): | |
1573 * xemacs-faq.texi (Q1.1.5): | |
1574 * xemacs-faq.texi (Q1.4.1): | |
1575 * xemacs-faq.texi (Q1.4.3): | |
1576 * xemacs-faq.texi (Q1.5.8): | |
1577 * xemacs-faq.texi (Installation): | |
1578 * xemacs-faq.texi (Q2.0.3): | |
1579 * xemacs-faq.texi (Q2.0.5): | |
1580 * xemacs-faq.texi (Q2.1.1): | |
1581 * xemacs-faq.texi (Q2.1.2): | |
1582 * xemacs-faq.texi (Q2.2.7): | |
1583 * xemacs-faq.texi (Q2.4.6): | |
1584 * xemacs-faq.texi (Editing): | |
1585 * xemacs-faq.texi (Q3.0.1): | |
1586 * xemacs-faq.texi (Q3.0.2): | |
1587 * xemacs-faq.texi (Q3.0.3): | |
1588 * xemacs-faq.texi (Q3.0.4): | |
1589 * xemacs-faq.texi (Q3.0.5): | |
1590 * xemacs-faq.texi (Q3.0.6): | |
1591 * xemacs-faq.texi (Q3.0.7): | |
1592 * xemacs-faq.texi (Q3.0.8): | |
1593 * xemacs-faq.texi (Q3.0.9): | |
1594 * xemacs-faq.texi (Q3.0.10): | |
1595 * xemacs-faq.texi (Q3.0.11): | |
1596 * xemacs-faq.texi (Q3.1.1): | |
1597 * xemacs-faq.texi (Q3.1.2): | |
1598 * xemacs-faq.texi (Q3.1.3): | |
1599 * xemacs-faq.texi (Q3.1.4): | |
1600 * xemacs-faq.texi (Q3.1.5): | |
1601 * xemacs-faq.texi (Q3.2.1): | |
1602 * xemacs-faq.texi (Q3.2.2): | |
1603 * xemacs-faq.texi (Q3.2.3): | |
1604 * xemacs-faq.texi (Q3.2.4): | |
1605 * xemacs-faq.texi (Q3.2.5): | |
1606 * xemacs-faq.texi (Q3.3.1): | |
1607 * xemacs-faq.texi (Q3.3.2): | |
1608 * xemacs-faq.texi (Q3.3.3): | |
1609 * xemacs-faq.texi (Q3.3.4): | |
1610 * xemacs-faq.texi (Q3.3.5): | |
1611 * xemacs-faq.texi (Q3.3.6): | |
1612 * xemacs-faq.texi (Q3.4.1): | |
1613 * xemacs-faq.texi (Q3.4.2): | |
1614 * xemacs-faq.texi (Display): | |
1615 * xemacs-faq.texi (Q4.0.1): | |
1616 * xemacs-faq.texi (Q4.0.2): | |
1617 * xemacs-faq.texi (Q4.0.3): | |
1618 * xemacs-faq.texi (Q4.0.4): | |
1619 * xemacs-faq.texi (my-toggle-toolbar): Removed. | |
1620 * xemacs-faq.texi (Q4.0.5): | |
1621 * xemacs-faq.texi (Q4.0.6): | |
1622 * xemacs-faq.texi (Q4.0.7): | |
1623 * xemacs-faq.texi (Q4.0.8): | |
1624 * xemacs-faq.texi (Q4.0.9): | |
1625 * xemacs-faq.texi (Q4.1.1): | |
1626 * xemacs-faq.texi (Q4.1.2): | |
1627 * xemacs-faq.texi (Q4.2.1): | |
1628 * xemacs-faq.texi (Q4.2.2): | |
1629 * xemacs-faq.texi (Q4.2.3): | |
1630 * xemacs-faq.texi (Q4.2.4): | |
1631 * xemacs-faq.texi (Q4.3.1): | |
1632 * xemacs-faq.texi (Q4.3.2): | |
1633 * xemacs-faq.texi (Q4.3.3): | |
1634 * xemacs-faq.texi (Q4.4.1): | |
1635 * xemacs-faq.texi (Q4.4.2): | |
1636 * xemacs-faq.texi (Q4.4.3): | |
1637 * xemacs-faq.texi (Q4.4.4): | |
1638 * xemacs-faq.texi (Q4.4.5): | |
1639 * xemacs-faq.texi (Q4.5.1): | |
1640 * xemacs-faq.texi (Q4.5.2): | |
1641 * xemacs-faq.texi (Q4.5.3): | |
1642 * xemacs-faq.texi (Q4.5.4): | |
1643 * xemacs-faq.texi (Q4.6.1): | |
1644 * xemacs-faq.texi (Q4.6.2): | |
1645 * xemacs-faq.texi (Q4.6.3): | |
1646 * xemacs-faq.texi (Q4.6.4): | |
1647 * xemacs-faq.texi (scroll-up): Removed. | |
1648 * xemacs-faq.texi (Q4.6.5): | |
1649 * xemacs-faq.texi (scroll-down): Removed. | |
1650 * xemacs-faq.texi (Q4.6.6): | |
1651 * xemacs-faq.texi (Q4.6.7): | |
1652 * xemacs-faq.texi (Q4.7.1): | |
1653 * xemacs-faq.texi (Q4.7.2): | |
1654 * xemacs-faq.texi (Q4.7.3): | |
1655 * xemacs-faq.texi (Q4.7.4): | |
1656 * xemacs-faq.texi (External Subsystems): | |
1657 * xemacs-faq.texi (Q5.0.1): | |
1658 * xemacs-faq.texi (Q5.0.2): | |
1659 * xemacs-faq.texi (Q5.0.3): | |
1660 * xemacs-faq.texi (Q5.0.4): | |
1661 * xemacs-faq.texi (Q5.0.5): | |
1662 * xemacs-faq.texi (Q5.0.6): | |
1663 * xemacs-faq.texi (Q5.1.1): | |
1664 * xemacs-faq.texi (Q5.1.2): | |
1665 * xemacs-faq.texi (Q5.2.1): | |
1666 * xemacs-faq.texi (Q5.2.2): | |
1667 * xemacs-faq.texi (Q5.2.3): | |
1668 * xemacs-faq.texi (Q5.2.4): | |
1669 * xemacs-faq.texi (Q5.3.1): | |
1670 * xemacs-faq.texi (Q5.3.2): | |
1671 * xemacs-faq.texi (Q5.3.3): | |
1672 * xemacs-faq.texi (Q5.3.4): | |
1673 * xemacs-faq.texi (Q5.4.1): | |
1674 * xemacs-faq.texi (Q5.4.2): | |
1675 * xemacs-faq.texi (Q5.4.3): | |
1676 * xemacs-faq.texi (Q5.4.4): | |
1677 * xemacs-faq.texi (Q5.4.5): | |
1678 * xemacs-faq.texi (Q5.5.1): | |
1679 * xemacs-faq.texi (Q5.5.2): | |
1680 * xemacs-faq.texi (Q5.5.3): | |
1681 * xemacs-faq.texi (Q5.5.4): | |
1682 * xemacs-faq.texi (Q5.5.5): | |
1683 * xemacs-faq.texi (Internet): | |
1684 * xemacs-faq.texi (Q6.0.1): | |
1685 * xemacs-faq.texi (Q6.0.2): | |
1686 * xemacs-faq.texi (Q6.0.3): | |
1687 * xemacs-faq.texi (Q6.0.4): | |
1688 * xemacs-faq.texi (Q6.0.5): | |
1689 * xemacs-faq.texi (Q6.0.6): | |
1690 * xemacs-faq.texi (Q6.0.7): | |
1691 * xemacs-faq.texi (Q6.0.8): | |
1692 * xemacs-faq.texi (Q6.0.9): | |
1693 * xemacs-faq.texi (Q6.0.10): | |
1694 * xemacs-faq.texi (Q6.0.11): | |
1695 * xemacs-faq.texi (Q6.1.1): | |
1696 * xemacs-faq.texi (Q6.1.2): | |
1697 * xemacs-faq.texi (Q6.1.3): | |
1698 * xemacs-faq.texi (Q6.1.4): | |
1699 * xemacs-faq.texi (Q6.1.5): | |
1700 * xemacs-faq.texi (Q6.1.6): | |
1701 * xemacs-faq.texi (Q6.2.1): | |
1702 * xemacs-faq.texi (Q6.2.2): | |
1703 * xemacs-faq.texi (Q6.3.1): | |
1704 * xemacs-faq.texi (Q6.3.2): | |
1705 * xemacs-faq.texi (Q6.4.1): | |
1706 * xemacs-faq.texi (Q6.4.2): | |
1707 * xemacs-faq.texi (Q6.4.3): | |
1708 * xemacs-faq.texi (Advanced): | |
1709 * xemacs-faq.texi (Q7.0.1): | |
1710 * xemacs-faq.texi (Q7.0.2): | |
1711 * xemacs-faq.texi (Q7.1.1): | |
1712 * xemacs-faq.texi (Q7.1.2): | |
1713 * xemacs-faq.texi (Q7.1.3): | |
1714 * xemacs-faq.texi (Q7.1.4): | |
1715 * xemacs-faq.texi (Q7.1.5): | |
1716 * xemacs-faq.texi (Q7.1.6): | |
1717 * xemacs-faq.texi (Q7.2.1): | |
1718 * xemacs-faq.texi (Q7.2.2): | |
1719 * xemacs-faq.texi (Q7.2.3): | |
1720 * xemacs-faq.texi (Q7.2.4): | |
1721 * xemacs-faq.texi (Q7.2.5): | |
1722 * xemacs-faq.texi (Q7.2.6): | |
1723 * xemacs-faq.texi (Q7.2.7): | |
1724 * xemacs-faq.texi (Q7.2.8): | |
1725 * xemacs-faq.texi (Q7.2.9): | |
1726 * xemacs-faq.texi (Q7.2.10): | |
1727 * xemacs-faq.texi (Q7.2.11): | |
1728 * xemacs-faq.texi (Q7.3.1): | |
1729 * xemacs-faq.texi (Q7.3.2): | |
1730 * xemacs-faq.texi (Q7.3.3): | |
1731 * xemacs-faq.texi (Q7.3.4): | |
1732 * xemacs-faq.texi (Other Packages): | |
1733 * xemacs-faq.texi (Q8.0.1): | |
1734 * xemacs-faq.texi (Q8.0.2): | |
1735 * xemacs-faq.texi (Q8.0.3): | |
1736 * xemacs-faq.texi (Q8.0.4): | |
1737 * xemacs-faq.texi (Q8.1.1): | |
1738 * xemacs-faq.texi (Q8.1.2): | |
1739 * xemacs-faq.texi (Q8.1.3): | |
1740 * xemacs-faq.texi (Q8.2.1): | |
1741 * xemacs-faq.texi (Q8.2.2): | |
1742 * xemacs-faq.texi (Q8.2.3): | |
1743 * xemacs-faq.texi (Q8.2.4): | |
1744 * xemacs-faq.texi (Current Events): | |
1745 * xemacs-faq.texi (Q9.0.1): | |
1746 * xemacs-faq.texi (my-function): Removed. | |
1747 * xemacs-faq.texi (Q9.0.2): | |
1748 * xemacs-faq.texi (Q9.0.3): | |
1749 * xemacs-faq.texi (Q9.0.4): | |
1750 * xemacs-faq.texi (Q9.0.5): | |
1751 * xemacs-faq.texi (Legacy Versions): | |
1752 Major rearrangement. Expand to 10 sections. Add various questions, | |
1753 mostly stubs currently. Remove some obsolete stuff. Update a bunch | |
1754 of the links. | |
1755 | |
2444 | 1756 2004-12-15 Ville Skyttä <scop@xemacs.org> |
1757 | |
1758 * lispref/help.texi: Document 3rd arg to `make-obsolete'. | |
1759 | |
2441 | 1760 2004-12-15 Robert Delius Royar <xemacs@frinabulax.org> |
1761 | |
1762 * internals/internals.texi (Modules for the Basic Displayable Lisp | |
1763 Objects): Remove Mote in Make's eye, fix build. | |
1764 | |
2438 | 1765 2004-12-12 Stephen J. Turnbull <stephen@xemacs.org> |
1766 | |
1767 * internals/internals.texi (Modules for the Basic Displayable Lisp | |
1768 Objects): Comment on problems, and extensions needed to handle | |
1769 native widgets properly. | |
1770 | |
2431 | 1771 2004-12-10 Stephen J. Turnbull <stephen@xemacs.org> |
1772 | |
1773 * internals/internals.texi (Better Rendering Support -- | |
1774 Implementation): Document reasons for Label Widget crash. | |
1775 | |
2427 | 1776 2004-12-07 Malcolm Purvis <malcolmp@xemacs.org> |
1777 | |
1778 * Makefile (RECURSIVE_MAKE): Removed. | |
1779 * Makefile (RECURSIVE_MAKE_ARGS): New. The new method for | |
1780 handling parallel builds. | |
1781 | |
2421 | 1782 2004-12-05 Ben Wing <ben@xemacs.org> |
1783 | |
1784 * xemacs/packages.texi (Packages): | |
1785 * xemacs/packages.texi (Manually): | |
1786 * xemacs/packages.texi (Building Packages): | |
1787 * xemacs/packages.texi (Local.rules File): | |
1788 * xemacs/packages.texi (Available Packages): | |
1789 Add long form of Lisp Reference Manual to links. | |
1790 Add links pointing to Lisp Reference Manual for more detailed | |
1791 package discussion. | |
2422 | 1792 |
1793 * xemacs/xemacs-faq.texi: | |
1794 As per Adrian's suggestion, mention that Pitts Jarvis is deceased. | |
1795 | |
2421 | 1796 2004-12-05 Ben Wing <ben@xemacs.org> |
1797 | |
1798 * lispref/range-tables.texi (Range Tables): | |
1799 * lispref/range-tables.texi (Introduction to Range Tables): | |
1800 * lispref/range-tables.texi (Working With Range Tables): | |
1801 Document range-table changes. | |
1802 | |
1803 2004-12-05 Ben Wing <ben@xemacs.org> | |
1804 | |
1805 * internals/internals.texi (A History of Emacs): | |
1806 Update history section. | |
1807 | |
1808 2004-12-05 Ben Wing <ben@xemacs.org> | |
1809 | |
1810 * xemacs-faq.texi: | |
1811 * xemacs-faq.texi (fix-main-menu): New. | |
1812 * xemacs-faq.texi (fix-omitted-menu-lines): New. | |
1813 * xemacs-faq.texi (Top): | |
1814 * xemacs-faq.texi (Introduction): | |
1815 * xemacs-faq.texi (Q1.0.1): | |
1816 * xemacs-faq.texi (Q1.0.2): | |
1817 * xemacs-faq.texi (Q1.0.4): | |
1818 * xemacs-faq.texi (Q1.0.5): | |
1819 * xemacs-faq.texi (Q1.0.6): | |
1820 * xemacs-faq.texi (Q1.0.7): | |
1821 * xemacs-faq.texi (Q1.0.8): | |
1822 * xemacs-faq.texi (Q1.0.9): | |
1823 * xemacs-faq.texi (Q1.0.10): | |
1824 * xemacs-faq.texi (Q1.0.11): | |
1825 * xemacs-faq.texi (Q1.0.12): | |
1826 * xemacs-faq.texi (Q1.0.13): | |
1827 * xemacs-faq.texi (Q1.0.14): | |
1828 * xemacs-faq.texi (Q1.1.1): | |
1829 * xemacs-faq.texi (Q1.1.2): | |
1830 * xemacs-faq.texi (Q1.1.3): | |
1831 * xemacs-faq.texi (Q1.1.4): | |
1832 * xemacs-faq.texi (Q1.1.5): | |
1833 * xemacs-faq.texi (Q1.1.6): | |
1834 * xemacs-faq.texi (Q1.1.7): | |
1835 * xemacs-faq.texi (Q1.1.8): | |
1836 * xemacs-faq.texi (Q1.1.9): | |
1837 * xemacs-faq.texi (Q1.2.1): | |
1838 * xemacs-faq.texi (Q1.2.2): | |
1839 * xemacs-faq.texi (Q1.2.3): | |
1840 * xemacs-faq.texi (Q1.3.1): | |
1841 * xemacs-faq.texi (Q1.3.2): | |
1842 * xemacs-faq.texi (Q1.3.3): | |
1843 * xemacs-faq.texi (Q1.4.1): | |
1844 * xemacs-faq.texi (Q1.4.2): | |
1845 * xemacs-faq.texi (Q1.4.3): | |
1846 * xemacs-faq.texi (Q1.4.4): | |
1847 * xemacs-faq.texi (Q1.4.5): | |
1848 * xemacs-faq.texi (Q1.4.6): | |
1849 * xemacs-faq.texi (Q1.4.7): | |
1850 * xemacs-faq.texi (Q1.4.8): | |
1851 * xemacs-faq.texi (Q1.4.9): | |
1852 * xemacs-faq.texi (Q1.5.1): | |
1853 * xemacs-faq.texi (Q1.5.2): | |
1854 * xemacs-faq.texi (Q1.5.3): | |
1855 * xemacs-faq.texi (Q1.5.4): | |
1856 * xemacs-faq.texi (Q1.5.5): | |
1857 * xemacs-faq.texi (Q1.5.6): | |
1858 * xemacs-faq.texi (Q1.5.7): | |
1859 * xemacs-faq.texi (Q1.5.8): | |
1860 * xemacs-faq.texi (Installation): | |
1861 * xemacs-faq.texi (Q2.0.1): | |
1862 * xemacs-faq.texi (Q2.0.2): | |
1863 * xemacs-faq.texi (Q2.0.3): | |
1864 * xemacs-faq.texi (Q2.0.4): | |
1865 * xemacs-faq.texi (Q2.0.5): | |
1866 * xemacs-faq.texi (Q2.0.6): | |
1867 * xemacs-faq.texi (Q2.0.7): | |
1868 * xemacs-faq.texi (Q2.1.1): | |
1869 * xemacs-faq.texi (Q2.1.2): | |
1870 * xemacs-faq.texi (Q2.1.3): | |
1871 * xemacs-faq.texi (Q2.1.4): | |
1872 * xemacs-faq.texi (Q2.2.1): | |
1873 * xemacs-faq.texi (Q2.2.2): | |
1874 * xemacs-faq.texi (Q2.2.3): | |
1875 * xemacs-faq.texi (Q2.2.4): | |
1876 * xemacs-faq.texi (Q2.2.5): | |
1877 * xemacs-faq.texi (Q2.2.6): | |
1878 * xemacs-faq.texi (Q2.2.7): | |
1879 * xemacs-faq.texi (Q2.2.8): | |
1880 * xemacs-faq.texi (Q2.3.1): | |
1881 * xemacs-faq.texi (Q2.3.2): | |
1882 * xemacs-faq.texi (Q2.3.3): | |
1883 * xemacs-faq.texi (Q2.3.4): | |
1884 * xemacs-faq.texi (Q2.3.5): | |
1885 * xemacs-faq.texi (Q2.3.6): | |
1886 * xemacs-faq.texi (Q2.3.7): | |
1887 * xemacs-faq.texi (Q2.3.8): | |
1888 * xemacs-faq.texi (Q2.3.9): | |
1889 * xemacs-faq.texi (Q2.3.10): | |
1890 * xemacs-faq.texi (Q2.3.11): | |
1891 * xemacs-faq.texi (Q2.4.1): | |
1892 * xemacs-faq.texi (Q2.4.2): | |
1893 * xemacs-faq.texi (Q2.4.3): | |
1894 * xemacs-faq.texi (Q2.4.4): | |
1895 * xemacs-faq.texi (Q2.4.5): | |
1896 * xemacs-faq.texi (Q2.4.6): | |
1897 * xemacs-faq.texi (Display Subsystems): | |
1898 * xemacs-faq.texi (running-xemacs): Removed. | |
1899 * xemacs-faq.texi (Q3.0.1): | |
1900 * xemacs-faq.texi (Q3.0.2): | |
1901 * xemacs-faq.texi (Q3.0.3): | |
1902 * xemacs-faq.texi (Q3.0.4): | |
1903 * xemacs-faq.texi (Q3.0.5): | |
1904 * xemacs-faq.texi (Q3.0.6): | |
1905 * xemacs-faq.texi (foo-old-losing-code-p): Removed. | |
1906 * xemacs-faq.texi (Q3.0.7): | |
1907 * xemacs-faq.texi (Q3.0.8): | |
1908 * xemacs-faq.texi (Q3.0.9): | |
1909 * xemacs-faq.texi (Q3.0.10): | |
1910 * xemacs-faq.texi (Q3.1.1): | |
1911 * xemacs-faq.texi (Q3.1.2): | |
1912 * xemacs-faq.texi (Q3.1.3): | |
1913 * xemacs-faq.texi (Q3.1.4): | |
1914 * xemacs-faq.texi (Q3.1.5): | |
1915 * xemacs-faq.texi (Q3.2.1): | |
1916 * xemacs-faq.texi (Q3.2.2): | |
1917 * xemacs-faq.texi (Q3.2.3): | |
1918 * xemacs-faq.texi (Q3.2.4): | |
1919 * xemacs-faq.texi (Q3.2.5): | |
1920 * xemacs-faq.texi (Q3.2.6): | |
1921 * xemacs-faq.texi (Q3.2.7): | |
1922 * xemacs-faq.texi (Q3.2.8): | |
1923 * xemacs-faq.texi (Q3.2.9): | |
1924 * xemacs-faq.texi (Q3.3.1): | |
1925 * xemacs-faq.texi (Q3.3.2): | |
1926 * xemacs-faq.texi (Q3.3.3): | |
1927 * xemacs-faq.texi (Q3.3.4): | |
1928 * xemacs-faq.texi (Q3.3.5): | |
1929 * xemacs-faq.texi (Q3.3.6): | |
1930 * xemacs-faq.texi (Q3.4.1): | |
1931 * xemacs-faq.texi (Q3.4.2): | |
1932 * xemacs-faq.texi (Q3.4.3): | |
1933 * xemacs-faq.texi (Q3.4.4): | |
1934 * xemacs-faq.texi (Q3.4.5): | |
1935 * xemacs-faq.texi (Q3.4.6): | |
1936 * xemacs-faq.texi (Q3.5.1): | |
1937 * xemacs-faq.texi (Q3.5.2): | |
1938 * xemacs-faq.texi (Q3.5.3): | |
1939 * xemacs-faq.texi (Q3.5.4): | |
1940 * xemacs-faq.texi (Q3.6.1): | |
1941 * xemacs-faq.texi (Q3.6.2): | |
1942 * xemacs-faq.texi (Q3.6.3): | |
1943 * xemacs-faq.texi (Q3.7.1): | |
1944 * xemacs-faq.texi (Q3.7.2): | |
1945 * xemacs-faq.texi (Q3.7.3): | |
1946 * xemacs-faq.texi (Q3.7.4): | |
1947 * xemacs-faq.texi (Q3.7.5): | |
1948 * xemacs-faq.texi (Q3.7.6): | |
1949 * xemacs-faq.texi (Q3.7.7): | |
1950 * xemacs-faq.texi (Q3.7.8): | |
1951 * xemacs-faq.texi (Q3.8.1): | |
1952 * xemacs-faq.texi (Q3.8.2): | |
1953 * xemacs-faq.texi (Q3.8.3): | |
1954 * xemacs-faq.texi (my-toggle-toolbar): New. | |
1955 * xemacs-faq.texi (Q3.8.4): | |
1956 * xemacs-faq.texi (scroll-one-line-up): Removed. | |
1957 * xemacs-faq.texi (scroll-one-line-down): Removed. | |
1958 * xemacs-faq.texi (Q3.8.5): | |
1959 * xemacs-faq.texi (Q3.9.1): | |
1960 * xemacs-faq.texi (Q3.9.2): | |
1961 * xemacs-faq.texi (Q3.9.3): | |
1962 * xemacs-faq.texi (Q3.9.4): | |
1963 * xemacs-faq.texi (Q3.9.5): | |
1964 * xemacs-faq.texi (External Subsystems): | |
1965 * xemacs-faq.texi (Q4.0.1): | |
1966 * xemacs-faq.texi (Q4.0.2): | |
1967 * xemacs-faq.texi (Q4.0.3): | |
1968 * xemacs-faq.texi (Q4.0.4): | |
1969 * xemacs-faq.texi (Q4.0.5): | |
1970 * xemacs-faq.texi (Q4.0.6): | |
1971 * xemacs-faq.texi (global-map): Removed. | |
1972 * xemacs-faq.texi (Q4.1.1): | |
1973 * xemacs-faq.texi (Q4.1.2): | |
1974 * xemacs-faq.texi (Q4.2.1): | |
1975 * xemacs-faq.texi (Q4.2.2): | |
1976 * xemacs-faq.texi (Q4.2.3): | |
1977 * xemacs-faq.texi (Q4.2.4): | |
1978 * xemacs-faq.texi (Q4.3.1): | |
1979 * xemacs-faq.texi (Q4.3.2): | |
1980 * xemacs-faq.texi (Q4.3.3): | |
1981 * xemacs-faq.texi (Q4.3.4): | |
1982 * xemacs-faq.texi (Q4.4.1): | |
1983 * xemacs-faq.texi (Q4.4.2): | |
1984 * xemacs-faq.texi (Q4.4.3): | |
1985 * xemacs-faq.texi (Q4.4.4): | |
1986 * xemacs-faq.texi (Q4.4.5): | |
1987 * xemacs-faq.texi (Q4.5.1): | |
1988 * xemacs-faq.texi (Q4.5.2): | |
1989 * xemacs-faq.texi (Q4.5.3): | |
1990 * xemacs-faq.texi (Q4.5.4): | |
1991 * xemacs-faq.texi (Q4.5.5): | |
1992 * xemacs-faq.texi (Q4.6.1): | |
1993 * xemacs-faq.texi (Q4.6.2): | |
1994 * xemacs-faq.texi (Q4.6.3): | |
1995 * xemacs-faq.texi (Q4.6.4): | |
1996 * xemacs-faq.texi (Q4.7.1): | |
1997 * xemacs-faq.texi (Q4.7.2): | |
1998 * xemacs-faq.texi (Q4.7.3): | |
1999 * xemacs-faq.texi (Q4.8.1): | |
2000 * xemacs-faq.texi (Q4.8.2): | |
2001 * xemacs-faq.texi (Q4.8.3): | |
2002 * xemacs-faq.texi (Q4.8.4): | |
2003 * xemacs-faq.texi (Internet): | |
2004 * xemacs-faq.texi (Q5.0.1): | |
2005 * xemacs-faq.texi (Q5.0.2): | |
2006 * xemacs-faq.texi (Q5.0.3): | |
2007 * xemacs-faq.texi (Q5.0.4): | |
2008 * xemacs-faq.texi (Q5.0.5): | |
2009 * xemacs-faq.texi (Q5.0.6): | |
2010 * xemacs-faq.texi (Q5.0.7): | |
2011 * xemacs-faq.texi (Q5.0.8): | |
2012 * xemacs-faq.texi (Q5.0.9): | |
2013 * xemacs-faq.texi (Q5.0.10): | |
2014 * xemacs-faq.texi (Q5.0.11): | |
2015 * xemacs-faq.texi (Q5.1.1): | |
2016 * xemacs-faq.texi (Q5.1.2): | |
2017 * xemacs-faq.texi (Q5.1.3): | |
2018 * xemacs-faq.texi (Q5.1.4): | |
2019 * xemacs-faq.texi (Q5.1.5): | |
2020 * xemacs-faq.texi (Q5.1.6): | |
2021 * xemacs-faq.texi (Q5.2.1): | |
2022 * xemacs-faq.texi (Q5.2.2): | |
2023 * xemacs-faq.texi (Q5.3.1): | |
2024 * xemacs-faq.texi (Q5.3.2): | |
2025 * xemacs-faq.texi (Q5.4.1): | |
2026 * xemacs-faq.texi (Q5.4.2): | |
2027 * xemacs-faq.texi (Q5.4.3): | |
2028 * xemacs-faq.texi (Advanced): | |
2029 * xemacs-faq.texi (Q6.0.1): | |
2030 * xemacs-faq.texi (Q6.0.2): | |
2031 * xemacs-faq.texi (Q6.1.1): | |
2032 * xemacs-faq.texi (Q6.1.2): | |
2033 * xemacs-faq.texi (Q6.1.3): | |
2034 * xemacs-faq.texi (Q6.1.4): | |
2035 * xemacs-faq.texi (Q6.1.5): | |
2036 * xemacs-faq.texi (Q6.1.6): | |
2037 * xemacs-faq.texi (Q6.2.1): | |
2038 * xemacs-faq.texi (Q6.2.2): | |
2039 * xemacs-faq.texi (Q6.2.3): | |
2040 * xemacs-faq.texi (Q6.2.4): | |
2041 * xemacs-faq.texi (Q6.2.5): | |
2042 * xemacs-faq.texi (Q6.2.6): | |
2043 * xemacs-faq.texi (Q6.2.7): | |
2044 * xemacs-faq.texi (Q6.2.8): | |
2045 * xemacs-faq.texi (Q6.2.9): | |
2046 * xemacs-faq.texi (Q6.2.10): | |
2047 * xemacs-faq.texi (Q6.2.11): | |
2048 * xemacs-faq.texi (Q6.3.1): | |
2049 * xemacs-faq.texi (Q6.3.2): | |
2050 * xemacs-faq.texi (Q6.3.3): | |
2051 * xemacs-faq.texi (Q6.3.4): | |
2052 * xemacs-faq.texi (Current Events): | |
2053 * xemacs-faq.texi (Q7.0.1): | |
2054 * xemacs-faq.texi (Q7.0.2): | |
2055 * xemacs-faq.texi (Q7.0.3): | |
2056 * xemacs-faq.texi (Q7.0.5): | |
2057 * xemacs-faq.texi (Q7.0.6): | |
2058 * xemacs-faq.texi (Legacy Versions): | |
2059 * xemacs-faq.texi (my-function): Removed. | |
2060 * xemacs-faq.texi (Q8.0.1): | |
2061 | |
2062 The section on Troubleshooting (now 2.3) has been completely | |
2063 written and includes a lot of stuff that is not properly | |
2064 documented anywhere else. A fair amount of obsolete info has been | |
2065 deleted and I've incorporated the comments that people (mostly | |
2066 Stephen T) made. Former chapter 3 has been split up in two, one | |
2067 pertaining to basic I/O and the other to external I/O. What were | |
2068 formerly chapters 5 and 6 no longer exist as such; the info in | |
2069 them has been distributed across various other chapters. Old | |
2070 chapter 4 got split up, part going to the new chapter 4 on | |
2071 external I/O and part going to the new chapter 5 on the Internet. | |
2072 In this new chapter, stuff not pertaining to a specific package | |
2073 (e.g. VM or GNUS) was taken out of package-specific sections and a | |
2074 general mail section was constituted. Part of old chapter 5 | |
2075 remains in a new chapter 6 devoted to Emacs Lisp and other | |
2076 advanced stuff, and a section from old chapter 3 on basic | |
2077 init-file Lisp and some stuff from old chapter 5 on Info. The | |
2078 rest of chapter 5 was just "misc" and has gotten scattered to the | |
2079 winds (mostly in chapters 3 and 4). Old chapter 6 has also gotten | |
2080 quite scattered; there is no longer any section specifically | |
2081 devoted to Windows except one of the Installation sections (along | |
2082 with a section specfically devoted to Unix), and the rest has | |
2083 moved to join the appropriate non-Windows-specific section | |
2084 elsewhere. A lot of chapters had their sections rearranged and | |
2085 likewise for sections having entries rearranged, with the | |
2086 intention that the new arrangement should be more natural. In | |
2087 general I hope that stuff should be much easier to locate. I also | |
2088 rewrote the entries on the relation between XEmacs and GNU Emacs | |
2089 on the authors of XEmacs, including lots of info on who wrote | |
2090 specific subsections. | |
2091 | |
2418 | 2092 2004-12-05 Adrian Aichner <adrian@xemacs.org> |
2093 | |
2094 * Makefile (TEXI2HTML): Changed to produce unsplit output. | |
2095 * Makefile (TEXI2HTML_SPLIT): New. | |
2096 * Makefile (CP): New. | |
2097 * Makefile (PHOTODIR): New. | |
2098 * Makefile ($(HTMLDIR)/cl.html): Use TEXI2HTML_SPLIT. | |
2099 * Makefile ($(HTMLDIR)/custom.html): Ditto. | |
2100 * Makefile ($(HTMLDIR)/emodules.html): Ditto. | |
2101 * Makefile ($(HTMLDIR)/external-widget.html): Ditto. | |
2102 * Makefile ($(HTMLDIR)/info.html): Ditto. | |
2103 * Makefile ($(HTMLDIR)/standards.html): Ditto. | |
2104 * Makefile ($(HTMLDIR)/term.html): Ditto. | |
2105 * Makefile ($(HTMLDIR)/termcap.html): Ditto. | |
2106 * Makefile ($(HTMLDIR)/texinfo.html): Ditto. | |
2107 * Makefile ($(HTMLDIR)/widget.html): Ditto. | |
2108 * Makefile ($(HTMLDIR)/xemacs-faq.html): Ditto. | |
2109 Produce unsplit output for website also, copy photos to HTMLDIR. | |
2110 * Makefile ($(HTMLDIR)/xemacs.html): Ditto. | |
2111 * Makefile ($(HTMLDIR)/lispref.html): Ditto. | |
2112 * Makefile ($(HTMLDIR)/internals.html): Ditto. | |
2113 * Makefile ($(HTMLDIR)/new-users-guide.html): Ditto. | |
2114 * xemacs-faq.texi (Q1.3.1): Fix broken image links in HTML output. | |
2115 | |
2406 | 2116 2004-11-26 Stephen J. Turnbull <stephen@xemacs.org> |
2117 | |
2118 * internals/internals.texi (Better Rendering Support -- | |
2119 Configuration with the Interim Patches): | |
2120 Add documentation of X resources, especially for GUI elements. | |
2121 (Better Rendering Support -- Implementation): | |
2122 More comments about specification and design issues. | |
2123 (Better Rendering Support -- Current Status): | |
2124 New subsubsection "Bugs Reported in sjt-xft". | |
2125 | |
2405 | 2126 2004-11-26 Stephen J. Turnbull <stephen@xemacs.org> |
2127 | |
2128 * internals/internals.texi (Future Work -- Better Rendering Support): | |
2129 New node. | |
2865 | 2130 (Top): |
2405 | 2131 (Future Work): |
2132 (Future Work -- Lisp Engine Replacement): | |
2133 Add pointers to new node. | |
2134 | |
2393 | 2135 2004-11-16 Ben Wing <ben@xemacs.org> |
2136 | |
2137 * internals/internals.texi (Top): | |
2138 * internals/internals.texi (Introduction): | |
2139 * internals/internals.texi (Authorship of XEmacs): | |
2140 * internals/internals.texi (A History of Emacs): | |
2141 * internals/internals.texi (Through Version 18): | |
2142 * internals/internals.texi (Epoch): | |
2143 * internals/internals.texi (Lucid Emacs): | |
2144 * internals/internals.texi (GNU Emacs 19): | |
2145 * internals/internals.texi (GNU Emacs 20): | |
2146 * internals/internals.texi (XEmacs): | |
2147 * internals/internals.texi (The XEmacs Split): | |
2148 * internals/internals.texi (Build-Time Dependencies): | |
2149 * internals/internals.texi (Low-Level Modules): | |
2150 * internals/internals.texi (Modules for Interfacing with the Operating System): | |
2151 * internals/internals.texi (Rules When Writing New C Code): | |
2152 * internals/internals.texi (Introduction to Writing C Code): | |
2153 * internals/internals.texi (Writing New Modules): | |
2154 * internals/internals.texi (Working with Lisp Objects): | |
2155 * internals/internals.texi (Writing Lisp Primitives): | |
2156 * internals/internals.texi (Adding Global Lisp Variables): | |
2157 * internals/internals.texi (Writing Macros): | |
2158 * internals/internals.texi (Proper Use of Unsigned Types): | |
2159 * internals/internals.texi (Major Textual Changes): | |
2160 * internals/internals.texi (Great Integral Type Renaming): | |
2161 * internals/internals.texi (Text/Char Type Renaming): | |
2162 * internals/internals.texi (Debugging and Testing): | |
2163 * internals/internals.texi (Modules for Regression Testing): | |
2164 * internals/internals.texi (Merging a Branch into the Trunk): | |
2165 * internals/internals.texi (XEmacs from the Inside): | |
2166 * internals/internals.texi (Basic Types): | |
2167 * internals/internals.texi (Low-Level Allocation): | |
2168 * internals/internals.texi (Basic Heap Allocation): | |
2169 * internals/internals.texi (Stack Allocation): | |
2170 * internals/internals.texi (Dynamic Arrays): | |
2171 * internals/internals.texi (Allocation by Blocks): | |
2172 * internals/internals.texi (Modules for Allocation): | |
2173 * internals/internals.texi (Critical Redisplay Sections): | |
2174 * internals/internals.texi (Control-G (Quit) Checking): | |
2175 * internals/internals.texi (Future Work Discussion): | |
2176 * internals/internals.texi (Discussion -- Garbage Collection): | |
2177 * internals/internals.texi (Discussion -- Pure Space): | |
2178 * internals/internals.texi (Discussion -- Hashtable-Based Marking and Cleanup): | |
2179 * internals/internals.texi (Discussion -- The Anti-Cons): | |
2180 * internals/internals.texi (Discussion -- Glyphs): | |
2181 * internals/internals.texi (Discussion -- Dialog Boxes): | |
2182 * internals/internals.texi (Discussion -- Multilingual Issues): | |
2183 * internals/internals.texi (Discussion -- Instantiators and Generic Property Accessors): | |
2184 * internals/internals.texi (image-instance-property): New. | |
2185 * internals/internals.texi (set-image-instance-property): New. | |
2186 * internals/internals.texi (Discussion -- Switching to C++): | |
2187 * internals/internals.texi (Discussion -- Windows External Widget): | |
2188 | |
2189 Add sections on Basic Types and Low-Level Allocation. Move module | |
2190 docs here. Incorporate dynamic array and blocktype docs from | |
2191 source. | |
2192 | |
2193 Add info on beta releases up to present. | |
2194 | |
2195 Redo chapter on "Rules When Writing New C Code", grouping stuff | |
2196 together properly. Put "Major Textual Changes" under this | |
2197 chapter. Incorporate etc/CODING-STANDARDS. | |
2198 | |
2199 Add discussion sections on "Instantiators and Generic Property | |
2200 Accessors" and "Switching to C++". Fill out discussion on garbage | |
2201 collection. | |
2202 | |
2203 Incorporate backtraces showing crashes due to problems with | |
2204 redisplay-critical-section protection. | |
2205 | |
2367 | 2206 2004-11-04 Ben Wing <ben@xemacs.org> |
2207 | |
2208 * lispref/mule.texi (CCL Syntax): | |
2209 * lispref/mule.texi (INT-OR-CHAR): New. | |
2210 * lispref/mule.texi (CCL Statements): | |
2211 Update CCL docs. | |
2212 | |
2213 2004-11-04 Ben Wing <ben@xemacs.org> | |
2214 | |
2215 * internals/internals.texi (Top): | |
2216 * internals/internals.texi (NOTE): New. | |
2217 * internals/internals.texi (list-to-texinfo): New. | |
2218 * internals/internals.texi (remove-spacing): New. | |
2219 * internals/internals.texi (table-to-texinfo): New. | |
2220 * internals/internals.texi (convert-text-to-texinfo): New. | |
2221 * internals/internals.texi ('make-future): New. | |
2222 * internals/internals.texi ('make-discussion): New. | |
2223 * internals/internals.texi ('make-old-future): New. | |
2224 * internals/internals.texi ('make-section): New. | |
2225 * internals/internals.texi ('make-subsection): New. | |
2226 * internals/internals.texi (Introduction): | |
2227 * internals/internals.texi (divisions): New. | |
2228 * internals/internals.texi (Authorship of XEmacs): | |
2229 * internals/internals.texi (XEmacs): | |
2230 * internals/internals.texi (The XEmacs Split): | |
2231 * internals/internals.texi (Author): New. | |
2232 * internals/internals.texi (XEmacs from the Outside): | |
2233 * internals/internals.texi (The Lisp Language): | |
2234 * internals/internals.texi (XEmacs from the Perspective of Building): | |
2235 * internals/internals.texi (Build-Time Dependencies): | |
2236 * internals/internals.texi (The Modules of XEmacs): | |
2237 * internals/internals.texi (A Summary of the Various XEmacs Modules): | |
2238 * internals/internals.texi (ways): Removed. | |
2239 * internals/internals.texi (Low-Level Modules): | |
2240 * internals/internals.texi (Basic Lisp Modules): | |
2241 * internals/internals.texi (Modules for Standard Editing Operations): | |
2242 * internals/internals.texi (files): Removed. | |
2243 * internals/internals.texi (Modules for Interfacing with the File System): | |
2244 * internals/internals.texi (some_variable): Removed. | |
2245 * internals/internals.texi (Modules for Other Aspects of the Lisp Interpreter and Object System): | |
2246 * internals/internals.texi (Modules for Interfacing with the Operating System): | |
2247 * internals/internals.texi (character): Removed. | |
2248 * internals/internals.texi (Major Textual Changes): | |
2249 * internals/internals.texi (Great Integral Type Renaming): | |
2250 * internals/internals.texi (commands): Removed. | |
2251 * internals/internals.texi (Text/Char Type Renaming): | |
2252 * internals/internals.texi (pattern): Removed. | |
2253 * internals/internals.texi (Rules When Writing New C Code): | |
2254 * internals/internals.texi (A Reader's Guide to XEmacs Coding Conventions): | |
2255 * internals/internals.texi (General Coding Rules): | |
2256 * internals/internals.texi (examples): Removed. | |
2257 * internals/internals.texi (Object-Oriented Techniques for C): | |
2258 * internals/internals.texi (Writing Lisp Primitives): | |
2259 * internals/internals.texi (Writing Good Comments): | |
2260 * internals/internals.texi (Adding Global Lisp Variables): | |
2261 * internals/internals.texi (Writing Macros): | |
2262 * internals/internals.texi (Proper Use of Unsigned Types): | |
2263 * internals/internals.texi (Techniques for XEmacs Developers): | |
2264 * internals/internals.texi (Regression Testing XEmacs): | |
2265 * internals/internals.texi (How to Regression-Test): | |
2266 * internals/internals.texi (Modules for Regression Testing): | |
2267 * internals/internals.texi (CVS Techniques): | |
2268 * internals/internals.texi (Merging a Branch into the Trunk): | |
2269 * internals/internals.texi (XEmacs from the Inside): | |
2270 * internals/internals.texi (The XEmacs Object System (Abstractly Speaking)): | |
2271 * internals/internals.texi (How Lisp Objects Are Represented in C): | |
2272 * internals/internals.texi (Allocation of Objects in XEmacs Lisp): | |
2273 * internals/internals.texi (Introduction to Allocation): | |
2274 * internals/internals.texi (Garbage Collection): | |
2275 * internals/internals.texi (GCPROing): | |
2276 * internals/internals.texi (Garbage Collection - Step by Step): | |
2277 * internals/internals.texi (Invocation): | |
2278 * internals/internals.texi (garbage_collect_1): | |
2279 * internals/internals.texi (mark_object): | |
2280 * internals/internals.texi (gc_sweep): | |
2281 * internals/internals.texi (sweep_lcrecords_1): | |
2282 * internals/internals.texi (compact_string_chars): | |
2283 * internals/internals.texi (sweep_strings): | |
2284 * internals/internals.texi (sweep_bit_vectors_1): | |
2285 * internals/internals.texi (Integers and Characters): | |
2286 * internals/internals.texi (Allocation from Frob Blocks): | |
2287 * internals/internals.texi (lrecords): | |
2288 * internals/internals.texi (Low-level allocation): | |
2289 * internals/internals.texi (Cons): | |
2290 * internals/internals.texi (Vector): | |
2291 * internals/internals.texi (Bit Vector): | |
2292 * internals/internals.texi (Symbol): | |
2293 * internals/internals.texi (Marker): | |
2294 * internals/internals.texi (String): | |
2295 * internals/internals.texi (Compiled Function): | |
2296 * internals/internals.texi (The Lisp Reader and Compiler): | |
2297 * internals/internals.texi (Evaluation; Stack Frames; Bindings): | |
2298 * internals/internals.texi (Evaluation): | |
2299 * internals/internals.texi (Dynamic Binding; The specbinding Stack; Unwind-Protects): | |
2300 * internals/internals.texi (Simple Special Forms): | |
2301 * internals/internals.texi (Catch and Throw): | |
2302 * internals/internals.texi (Error Trapping): | |
2303 * internals/internals.texi (Symbols and Variables): | |
2304 * internals/internals.texi (Introduction to Symbols): | |
2305 * internals/internals.texi (Obarrays): | |
2306 * internals/internals.texi (Symbol Values): | |
2307 * internals/internals.texi (Buffers): | |
2308 * internals/internals.texi (Introduction to Buffers): | |
2309 * internals/internals.texi (Buffer Lists): | |
2310 * internals/internals.texi (Markers and Extents): | |
2311 * internals/internals.texi (The Buffer Object): | |
2312 * internals/internals.texi (Text): | |
2313 * internals/internals.texi (The Text in a Buffer): | |
2314 * internals/internals.texi (Ibytes and Ichars): | |
2315 * internals/internals.texi (Byte-Char Position Conversion): | |
2316 * internals/internals.texi (Searching and Matching): | |
2317 * internals/internals.texi (Multilingual Support): | |
2318 * internals/internals.texi (Introduction to Multilingual Issues #1): | |
2319 * internals/internals.texi (Introduction to Multilingual Issues #2): | |
2320 * internals/internals.texi (Introduction to Multilingual Issues #3): | |
2321 * internals/internals.texi (Introduction to Multilingual Issues #4): | |
2322 * internals/internals.texi (Character Sets): | |
2323 * internals/internals.texi (Encodings): | |
2324 * internals/internals.texi (Japanese EUC (Extended Unix Code)): | |
2325 * internals/internals.texi (JIS7): | |
2326 * internals/internals.texi (Internal Mule Encodings): | |
2327 * internals/internals.texi (Internal String Encoding): | |
2328 * internals/internals.texi (Internal Character Encoding): | |
2329 * internals/internals.texi (Byte/Character Types; Buffer Positions; Other Typedefs): | |
2330 * internals/internals.texi (Byte Types): | |
2331 * internals/internals.texi (Different Ways of Seeing Internal Text): | |
2332 * internals/internals.texi (Buffer Positions): | |
2333 * internals/internals.texi (Other Typedefs): | |
2334 * internals/internals.texi (Usage of the Various Representations): | |
2335 * internals/internals.texi (Working With the Various Representations): | |
2336 * internals/internals.texi (Internal Text API's): | |
2337 * internals/internals.texi (Basic internal-format API's): | |
2338 * internals/internals.texi (The DFC API): | |
2339 * internals/internals.texi (The Eistring API): | |
2340 * internals/internals.texi (Coding for Mule): | |
2341 * internals/internals.texi (Character-Related Data Types): | |
2342 * internals/internals.texi (Working With Character and Byte Positions): | |
2343 * internals/internals.texi (Conversion to and from External Data): | |
2344 * internals/internals.texi (General Guidelines for Writing Mule-Aware Code): | |
2345 * internals/internals.texi (An Example of Mule-Aware Code): | |
2346 * internals/internals.texi (Mule-izing Code): | |
2347 * internals/internals.texi (CCL): | |
2348 * internals/internals.texi (Microsoft Windows-Related Multilingual Issues): | |
2349 * internals/internals.texi (Microsoft Documentation): | |
2350 * internals/internals.texi (Locales): | |
2351 * internals/internals.texi (More about code pages): | |
2352 * internals/internals.texi (More about locales): | |
2353 * internals/internals.texi (Unicode support under Windows): | |
2354 * internals/internals.texi (The golden rules of writing Unicode-safe code): | |
2355 * internals/internals.texi (The format of the locale in setlocale()): | |
2356 * internals/internals.texi (Random other Windows I18N docs): | |
2357 * internals/internals.texi (Modules for Internationalization): | |
2358 * internals/internals.texi (Consoles; Devices; Frames; Windows): | |
2359 * internals/internals.texi (Introduction to Consoles; Devices; Frames; Windows): | |
2360 * internals/internals.texi (Point): | |
2361 * internals/internals.texi (Window Hierarchy): | |
2362 * internals/internals.texi (The Window Object): | |
2363 * internals/internals.texi (Modules for the Basic Displayable Lisp Objects): | |
2364 * internals/internals.texi (The Redisplay Mechanism): | |
2365 * internals/internals.texi (Critical Redisplay Sections): | |
2366 * internals/internals.texi (Line Start Cache): | |
2367 * internals/internals.texi (Redisplay Piece by Piece): | |
2368 * internals/internals.texi (Modules for the Redisplay Mechanism): | |
2369 * internals/internals.texi (Modules for other Display-Related Lisp Objects): | |
2370 * internals/internals.texi (Extents): | |
2371 * internals/internals.texi (Introduction to Extents): | |
2372 * internals/internals.texi (Extent Ordering): | |
2373 * internals/internals.texi (Format of the Extent Info): | |
2374 * internals/internals.texi (Zero-Length Extents): | |
2375 * internals/internals.texi (Mathematics of Extent Ordering): | |
2376 * internals/internals.texi (Extent Fragments): | |
2377 * internals/internals.texi (Faces): | |
2378 * internals/internals.texi (Glyphs): | |
2379 * internals/internals.texi (Specifiers): | |
2380 * internals/internals.texi (Menus): | |
2381 * internals/internals.texi (Events and the Event Loop): | |
2382 * internals/internals.texi (Introduction to Events): | |
2383 * internals/internals.texi (Main Loop): | |
2384 * internals/internals.texi (Specifics of the Event Gathering Mechanism): | |
2385 * internals/internals.texi (Specifics About the Emacs Event): | |
2386 * internals/internals.texi (Event Queues): | |
2387 * internals/internals.texi (Event Stream Callback Routines): | |
2388 * internals/internals.texi (Other Event Loop Functions): | |
2389 * internals/internals.texi (Stream Pairs): | |
2390 * internals/internals.texi (Converting Events): | |
2391 * internals/internals.texi (Dispatching Events; The Command Builder): | |
2392 * internals/internals.texi (Focus Handling): | |
2393 * internals/internals.texi (Editor-Level Control Flow Modules): | |
2394 * internals/internals.texi (Asynchronous Events; Quit Checking): | |
2395 * internals/internals.texi (Signal Handling): | |
2396 * internals/internals.texi (Control-G (Quit) Checking): | |
2397 * internals/internals.texi (Profiling): | |
2398 * internals/internals.texi (Asynchronous Timeouts): | |
2399 * internals/internals.texi (Exiting): | |
2400 * internals/internals.texi (Lstreams): | |
2401 * internals/internals.texi (Creating an Lstream): | |
2402 * internals/internals.texi (Lstream Types): | |
2403 * internals/internals.texi (Lstream Functions): | |
2404 * internals/internals.texi (Lstream Methods): | |
2405 * internals/internals.texi (Subprocesses): | |
2406 * internals/internals.texi (Interface to MS Windows): | |
2407 * internals/internals.texi (Different kinds of Windows environments): | |
2408 * internals/internals.texi (Windows Build Flags): | |
2409 * internals/internals.texi (Windows I18N Introduction): | |
2410 * internals/internals.texi (Modules for Interfacing with MS Windows): | |
2411 * internals/internals.texi (Interface to the X Window System): | |
2412 * internals/internals.texi (Lucid Widget Library): | |
2413 * internals/internals.texi (Generic Widget Interface): | |
2414 * internals/internals.texi (dependencies): New. | |
2415 * internals/internals.texi (routines): New. | |
2416 * internals/internals.texi (Summary): New. | |
2417 * internals/internals.texi (Scrollbars): | |
2418 * internals/internals.texi (Menubars): | |
2419 * internals/internals.texi (Checkboxes and Radio Buttons): | |
2420 * internals/internals.texi (Progress Bars): | |
2421 * internals/internals.texi (Tab Controls): | |
2422 * internals/internals.texi (Modules for Interfacing with X Windows): | |
2423 * internals/internals.texi (Dumping): | |
2424 * internals/internals.texi (Dumping Justification): | |
2425 * internals/internals.texi (Overview): | |
2426 * internals/internals.texi (Data descriptions): | |
2427 * internals/internals.texi (Dumping phase): | |
2428 * internals/internals.texi (Object inventory): | |
2429 * internals/internals.texi (Address allocation): | |
2430 * internals/internals.texi (The header): | |
2431 * internals/internals.texi (Data dumping): | |
2432 * internals/internals.texi (Pointers dumping): | |
2433 * internals/internals.texi (Reloading phase): | |
2434 * internals/internals.texi (Abstract): New. | |
2435 * internals/internals.texi (Remaining issues): | |
2436 * internals/internals.texi (Future Work): | |
2437 * internals/internals.texi (Future Work -- General Suggestions): | |
2438 * internals/internals.texi (Future Work -- Elisp Compatibility Package): | |
2439 * internals/internals.texi (Future Work -- Drag-n-Drop): | |
2440 * internals/internals.texi (Future Work -- Standard Interface for Enabling Extensions): | |
2441 * internals/internals.texi (Future Work -- Better Initialization File Scheme): | |
2442 * internals/internals.texi (Future Work -- Keyword Parameters): | |
2443 * internals/internals.texi (Future Work -- Property Interface Changes): | |
2444 * internals/internals.texi (Future Work -- Toolbars): | |
2445 * internals/internals.texi (Future Work -- Easier Toolbar Customization): | |
2446 * internals/internals.texi (Future Work -- Toolbar Interface Changes): | |
2447 * internals/internals.texi (Future Work -- Menu API Changes): | |
2448 * internals/internals.texi (Future Work -- Removal of Misc-User Event Type): | |
2449 * internals/internals.texi (Future Work -- Mouse Pointer): | |
2450 * internals/internals.texi (Future Work -- Abstracted Mouse Pointer Interface): | |
2451 * internals/internals.texi (Future Work -- Busy Pointer): | |
2452 * internals/internals.texi (Future Work -- Extents): | |
2453 * internals/internals.texi (Future Work -- Everything should obey duplicable extents): | |
2454 * internals/internals.texi (Future Work -- Version Number and Development Tree Organization): | |
2455 * internals/internals.texi (Future Work -- Improvements to the @code{xemacs.org} Website): | |
2456 * internals/internals.texi (Future Work -- Keybindings): | |
2457 * internals/internals.texi (Future Work -- Keybinding Schemes): | |
2458 * internals/internals.texi (Future Work -- Better Support for Windows Style Key Bindings): | |
2459 * internals/internals.texi (Future Work -- Misc Key Binding Ideas): | |
2460 * internals/internals.texi (Future Work -- Byte Code Snippets): | |
2461 * internals/internals.texi (Future Work -- Autodetection): | |
2462 * internals/internals.texi (Future Work -- Conversion Error Detection): | |
2463 * internals/internals.texi (Future Work -- Unicode): | |
2464 * internals/internals.texi (Future Work -- BIDI Support): | |
2465 * internals/internals.texi (Future Work -- Localized Text/Messages): | |
2466 * internals/internals.texi (Future Work -- Lisp Stream API): | |
2467 * internals/internals.texi (Future Work -- Multiple Values): | |
2468 * internals/internals.texi (Future Work -- Macros): | |
2469 * internals/internals.texi (Future Work -- Specifiers): | |
2470 * internals/internals.texi (Future Work -- Display Tables): | |
2471 * internals/internals.texi (Future Work -- Making Elisp Function Calls Faster): | |
2472 * internals/internals.texi (Future Work -- Lisp Engine Replacement): | |
2473 * internals/internals.texi (Future Work -- Lisp Engine Discussion): | |
2474 * internals/internals.texi (Future Work -- Lisp Engine Replacement -- Implementation): | |
2475 * internals/internals.texi (Future Work -- Startup File Modification by Packages): | |
2476 * internals/internals.texi (Future Work Discussion): | |
2477 * internals/internals.texi (Discussion -- garbage collection): | |
2478 * internals/internals.texi (Discussion -- glyphs): | |
2479 * internals/internals.texi (Discussion -- Dialog Boxes): | |
2480 * internals/internals.texi (Discussion -- Multilingual Issues): | |
2481 * internals/internals.texi (Discussion -- Windows External Widget): | |
2482 * internals/internals.texi (Discussion -- Packages): | |
2483 * internals/internals.texi (Discussion -- Distribution Layout): | |
2484 * internals/internals.texi (Old Future Work): | |
2485 * internals/internals.texi (Old Future Work -- A Portable Unexec Replacement): | |
2486 * internals/internals.texi (backtrace): New. | |
2487 * internals/internals.texi (Old Future Work -- Indirect Buffers): | |
2488 * internals/internals.texi (emacs-lisp): New. | |
2489 * internals/internals.texi (Old Future Work -- Improvements in support for non-ASCII (European) keysyms under X): | |
2490 * internals/internals.texi (Newsgroups): New. | |
2491 * internals/internals.texi (Old Future Work -- RTF Clipboard Support): | |
2492 * internals/internals.texi (own-selection): New. | |
2493 * internals/internals.texi (Old Future Work -- xemacs.org Mailing Address Changes): | |
2494 * internals/internals.texi (COMMENT): New. | |
2495 * internals/internals.texi (Old Future Work -- Lisp callbacks from critical areas of the C code): | |
2496 * internals/internals.texi (Now): Removed. | |
2497 * internals/internals.texi (Proof): Removed. | |
2498 * internals/internals.texi (Note): Removed. | |
2499 * internals/internals.texi (Date): New. | |
2500 * internals/internals.texi (ben): Removed. | |
2501 * internals/internals.texi (importance): New. | |
2502 * internals/internals.texi (From): New. | |
2503 Major work on internals manual. Rearranged many chapters so as to | |
2504 lie in coherent divisions. | |
2505 Add tons of stuff to Future Work, Old Future Work, Discussions. | |
2506 Add lots of stuff to Mule section (Multilingual ...). | |
2507 Remove index.texi, incorporate into internals.texi. | |
2508 Section on early history and an introduction. | |
2509 Section on XEmacs split. Lots of new MS Windows docs | |
2510 Mostly recently: Windows-I18N docs. Lots if new I18N docs. | |
2511 Loads of other stuff. | |
2512 | |
2362 | 2513 2004-11-02 Ben Wing <ben@xemacs.org> |
2514 | |
2515 * internals/index.texi: | |
2516 Deleted. Incorporated into internals.texi. Having a separate | |
2517 index file messes up texinfo-master-menu. | |
2865 | 2518 |
2362 | 2519 * internals/internals.texi: |
2520 * internals/internals.texi (Top): | |
2521 * internals/internals.texi (Introduction): | |
2522 * internals/internals.texi (Authorship of XEmacs): | |
2523 * internals/internals.texi (A History of Emacs): | |
2524 * internals/internals.texi (Through Version 18): | |
2525 * internals/internals.texi (Lucid Emacs): | |
2526 * internals/internals.texi (GNU Emacs 19): | |
2527 * internals/internals.texi (GNU Emacs 20): | |
2528 * internals/internals.texi (XEmacs): | |
2529 * internals/internals.texi (XEmacs From the Outside): | |
2530 * internals/internals.texi (The Lisp Language): | |
2531 * internals/internals.texi (XEmacs From the Perspective of Building): | |
2532 * internals/internals.texi (The XEmacs Object System (Abstractly Speaking)): | |
2533 * internals/internals.texi (How Lisp Objects Are Represented in C): | |
2534 * internals/internals.texi (Major Textual Changes): | |
2535 * internals/internals.texi (Great Integral Type Renaming): | |
2536 * internals/internals.texi (Text/Char Type Renaming): | |
2537 * internals/internals.texi (Rules When Writing New C Code): | |
2538 * internals/internals.texi (A Reader's Guide to XEmacs Coding Conventions): | |
2539 * internals/internals.texi (General Coding Rules): | |
2540 * internals/internals.texi (Object-Oriented Techniques for C): | |
2541 * internals/internals.texi (Writing Lisp Primitives): | |
2542 * internals/internals.texi (Writing Good Comments): | |
2543 * internals/internals.texi (Adding Global Lisp Variables): | |
2544 * internals/internals.texi (Writing Macros): | |
2545 * internals/internals.texi (Proper Use of Unsigned Types): | |
2546 * internals/internals.texi (Techniques for XEmacs Developers): | |
2547 * internals/internals.texi (Regression Testing XEmacs): | |
2548 * internals/internals.texi (How to Regression-Test): | |
2549 * internals/internals.texi (Modules for Regression Testing): | |
2550 * internals/internals.texi (CVS Techniques): | |
2551 * internals/internals.texi (Merging a Branch into the Trunk): | |
2552 * internals/internals.texi (The Modules of XEmacs): | |
2553 * internals/internals.texi (A Summary of the Various XEmacs Modules): | |
2554 * internals/internals.texi (Low-Level Modules): | |
2555 * internals/internals.texi (Basic Lisp Modules): | |
2556 * internals/internals.texi (Modules for Standard Editing Operations): | |
2557 * internals/internals.texi (Modules for Interfacing with the File System): | |
2558 * internals/internals.texi (Modules for Other Aspects of the Lisp Interpreter and Object System): | |
2559 * internals/internals.texi (Modules for Interfacing with the Operating System): | |
2560 * internals/internals.texi (Allocation of Objects in XEmacs Lisp): | |
2561 * internals/internals.texi (Introduction to Allocation): | |
2562 * internals/internals.texi (Garbage Collection): | |
2563 * internals/internals.texi (GCPROing): | |
2564 * internals/internals.texi (Garbage Collection - Step by Step): | |
2565 * internals/internals.texi (Invocation): | |
2566 * internals/internals.texi (garbage_collect_1): | |
2567 * internals/internals.texi (mark_object): | |
2568 * internals/internals.texi (gc_sweep): | |
2569 * internals/internals.texi (sweep_lcrecords_1): | |
2570 * internals/internals.texi (compact_string_chars): | |
2571 * internals/internals.texi (Integers and Characters): | |
2572 * internals/internals.texi (Allocation from Frob Blocks): | |
2573 * internals/internals.texi (lrecords): | |
2574 * internals/internals.texi (Low-level allocation): | |
2575 * internals/internals.texi (Cons): | |
2576 * internals/internals.texi (Vector): | |
2577 * internals/internals.texi (Symbol): | |
2578 * internals/internals.texi (Marker): | |
2579 * internals/internals.texi (String): | |
2580 * internals/internals.texi (Dumping): | |
2581 * internals/internals.texi (Dumping Justification): | |
2582 * internals/internals.texi (Overview): | |
2583 * internals/internals.texi (Data descriptions): | |
2584 * internals/internals.texi (Dumping phase): | |
2585 * internals/internals.texi (Object inventory): | |
2586 * internals/internals.texi (Address allocation): | |
2587 * internals/internals.texi (The header): | |
2588 * internals/internals.texi (Data dumping): | |
2589 * internals/internals.texi (Pointers dumping): | |
2590 * internals/internals.texi (Reloading phase): | |
2591 * internals/internals.texi (Remaining issues): | |
2592 * internals/internals.texi (Events and the Event Loop): | |
2593 * internals/internals.texi (Introduction to Events): | |
2594 * internals/internals.texi (Main Loop): | |
2595 * internals/internals.texi (Specifics of the Event Gathering Mechanism): | |
2596 * internals/internals.texi (Specifics About the Emacs Event): | |
2597 * internals/internals.texi (Event Queues): | |
2598 * internals/internals.texi (Event Stream Callback Routines): | |
2599 * internals/internals.texi (IMPORTANT): New. | |
2600 * internals/internals.texi (Other Event Loop Functions): | |
2601 * internals/internals.texi (Stream Pairs): | |
2602 * internals/internals.texi (Converting Events): | |
2603 * internals/internals.texi (Dispatching Events; The Command Builder): | |
2604 * internals/internals.texi (Focus Handling): | |
2605 * internals/internals.texi (Editor-Level Control Flow Modules): | |
2606 * internals/internals.texi (Asynchronous Events; Quit Checking): | |
2607 * internals/internals.texi (Control-G (Quit) Checking): | |
2608 * internals/internals.texi (completely): New. | |
2609 * internals/internals.texi (Profiling): | |
2610 * internals/internals.texi (Exiting): | |
2611 * internals/internals.texi (BEWARE): New. | |
2612 * internals/internals.texi (Evaluation; Stack Frames; Bindings): | |
2613 * internals/internals.texi (Evaluation): | |
2614 * internals/internals.texi (Dynamic Binding; The specbinding Stack; Unwind-Protects): | |
2615 * internals/internals.texi (Simple Special Forms): | |
2616 * internals/internals.texi (Catch and Throw): | |
2617 * internals/internals.texi (Introduction to Symbols): | |
2618 * internals/internals.texi (Obarrays): | |
2619 * internals/internals.texi (Symbol Values): | |
2620 * internals/internals.texi (Buffers): | |
2621 * internals/internals.texi (Introduction to Buffers): | |
2622 * internals/internals.texi (Buffer Lists): | |
2623 * internals/internals.texi (Markers and Extents): | |
2624 * internals/internals.texi (The Buffer Object): | |
2625 * internals/internals.texi (Text): | |
2626 * internals/internals.texi (The Text in a Buffer): | |
2627 * internals/internals.texi (Ibytes and Ichars): | |
2628 * internals/internals.texi (Byte-Char Position Conversion): | |
2629 * internals/internals.texi (Searching and Matching): | |
2630 * internals/internals.texi (Multilingual Support): | |
2631 * internals/internals.texi (Introduction to Multilingual Issues #1): | |
2632 * internals/internals.texi (Introduction to Multilingual Issues #2): | |
2633 * internals/internals.texi (Introduction to Multilingual Issues #3): | |
2634 * internals/internals.texi (Introduction to Multilingual Issues #4): | |
2635 * internals/internals.texi (Character Sets): | |
2636 * internals/internals.texi (Encodings): | |
2637 * internals/internals.texi (Japanese EUC (Extended Unix Code)): | |
2638 * internals/internals.texi (JIS7): | |
2639 * internals/internals.texi (Internal Mule Encodings): | |
2640 * internals/internals.texi (Internal String Encoding): | |
2641 * internals/internals.texi (Internal Character Encoding): | |
2642 * internals/internals.texi (Byte/Character Types; Buffer Positions; Other Typedefs): | |
2643 * internals/internals.texi (Byte Types): | |
2644 * internals/internals.texi (Different Ways of Seeing Internal Text): | |
2645 * internals/internals.texi (prefixes): New. | |
2646 * internals/internals.texi (C): New. | |
2647 * internals/internals.texi (U): New. | |
2648 * internals/internals.texi (S): New. | |
2649 * internals/internals.texi (Specifically): New. | |
2650 * internals/internals.texi (Buffer Positions): | |
2651 * internals/internals.texi (Other Typedefs): | |
2652 * internals/internals.texi (Usage of the Various Representations): | |
2653 * internals/internals.texi (Working With the Various Representations): | |
2654 * internals/internals.texi (Internal Text API's): | |
2655 * internals/internals.texi (Basic internal-format API's): | |
2656 * internals/internals.texi (The DFC API): | |
2657 * internals/internals.texi (The Eistring API): | |
2658 * internals/internals.texi (Coding for Mule): | |
2659 * internals/internals.texi (Character-Related Data Types): | |
2660 * internals/internals.texi (Working With Character and Byte Positions): | |
2661 * internals/internals.texi (Conversion to and from External Data): | |
2662 * internals/internals.texi (General Guidelines for Writing Mule-Aware Code): | |
2663 * internals/internals.texi (An Example of Mule-Aware Code): | |
2664 * internals/internals.texi (Mule-izing Code): | |
2665 * internals/internals.texi (CCL): | |
2666 * internals/internals.texi (Modules for Internationalization): | |
2667 * internals/internals.texi (The Lisp Reader and Compiler): | |
2668 * internals/internals.texi (Lstreams): | |
2669 * internals/internals.texi (Creating an Lstream): | |
2670 * internals/internals.texi (Lstream Types): | |
2671 * internals/internals.texi (Lstream Functions): | |
2672 * internals/internals.texi (Lstream Methods): | |
2673 * internals/internals.texi (Introduction to Consoles; Devices; Frames; Windows): | |
2674 * internals/internals.texi (Point): | |
2675 * internals/internals.texi (Window Hierarchy): | |
2676 * internals/internals.texi (The Window Object): | |
2677 * internals/internals.texi (Modules for the Basic Displayable Lisp Objects): | |
2678 * internals/internals.texi (The Redisplay Mechanism): | |
2679 * internals/internals.texi (Critical Redisplay Sections): | |
2680 * internals/internals.texi (Line Start Cache): | |
2681 * internals/internals.texi (Redisplay Piece by Piece): | |
2682 * internals/internals.texi (Modules for the Redisplay Mechanism): | |
2683 * internals/internals.texi (Modules for other Display-Related Lisp Objects): | |
2684 * internals/internals.texi (Introduction to Extents): | |
2685 * internals/internals.texi (Extent Ordering): | |
2686 * internals/internals.texi (Format of the Extent Info): | |
2687 * internals/internals.texi (Zero-Length Extents): | |
2688 * internals/internals.texi (Mathematics of Extent Ordering): | |
2689 * internals/internals.texi (Extent Fragments): | |
2690 * internals/internals.texi (Faces): | |
2691 * internals/internals.texi (Glyphs): | |
2692 * internals/internals.texi (Specifiers): | |
2693 * internals/internals.texi (Menus): | |
2694 * internals/internals.texi (Subprocesses): | |
2695 * internals/internals.texi (Interface to MS Windows): | |
2696 * internals/internals.texi (Different kinds of Windows environments): | |
2697 * internals/internals.texi (Windows Build Flags): | |
2698 * internals/internals.texi (Windows I18N Introduction): | |
2699 * internals/internals.texi (Modules for Interfacing with MS Windows): | |
2700 * internals/internals.texi (Interface to the X Window System): | |
2701 * internals/internals.texi (Generic Widget Interface): | |
2702 * internals/internals.texi (Scrollbars): | |
2703 * internals/internals.texi (Menubars): | |
2704 * internals/internals.texi (Checkboxes and Radio Buttons): | |
2705 * internals/internals.texi (Modules for Interfacing with X Windows): | |
2706 * internals/internals.texi (Future Work): | |
2707 * internals/internals.texi (Future Work -- Elisp Compatibility Package): | |
2708 * internals/internals.texi (Future Work -- Drag-n-Drop): | |
2709 * internals/internals.texi (Future Work -- Standard Interface for Enabling Extensions): | |
2710 * internals/internals.texi (Future Work -- Better Initialization File Scheme): | |
2711 * internals/internals.texi (Future Work -- Keyword Parameters): | |
2712 * internals/internals.texi (Future Work -- Property Interface Changes): | |
2713 * internals/internals.texi (Future Work -- Easier Toolbar Customization): | |
2714 * internals/internals.texi (Future Work -- Toolbar Interface Changes): | |
2715 * internals/internals.texi (Future Work -- Menu API Changes): | |
2716 * internals/internals.texi (Future Work -- Removal of Misc-User Event Type): | |
2717 * internals/internals.texi (Future Work -- Mouse Pointer): | |
2718 * internals/internals.texi (Future Work -- Abstracted Mouse Pointer Interface): | |
2719 * internals/internals.texi (Future Work -- Busy Pointer): | |
2720 * internals/internals.texi (Future Work -- Extents): | |
2721 * internals/internals.texi (Future Work -- Everything should obey duplicable extents): | |
2722 * internals/internals.texi (Future Work -- Version Number and Development Tree Organization): | |
2723 * internals/internals.texi (Future Work -- Improvements to the @code{xemacs.org} Website): | |
2724 * internals/internals.texi (Future Work -- Keybinding Schemes): | |
2725 * internals/internals.texi (Future Work -- Better Support for Windows Style Key Bindings): | |
2726 * internals/internals.texi (Future Work -- Misc Key Binding Ideas): | |
2727 * internals/internals.texi (Future Work -- Byte Code Snippets): | |
2728 * internals/internals.texi (Future Work -- Autodetection): | |
2729 * internals/internals.texi (Future Work -- Conversion Error Detection): | |
2730 * internals/internals.texi (Future Work -- BIDI Support): | |
2731 * internals/internals.texi (Future Work -- Localized Text/Messages): | |
2732 * internals/internals.texi (freeze): New. | |
2733 * internals/internals.texi (fail-safe): New. | |
2734 * internals/internals.texi (like): New. | |
2735 * internals/internals.texi (user): New. | |
2736 * internals/internals.texi (ben): New. | |
2737 * internals/internals.texi ('type): New. | |
2738 * internals/internals.texi (NOTE): New. | |
2739 * internals/internals.texi (ILLEGIBLE): New. | |
2740 * internals/internals.texi (language): New. | |
2741 * internals/internals.texi (preprocessing): New. | |
2742 * internals/internals.texi (Subject): New. | |
2743 * internals/internals.texi (http): New. | |
2744 * internals/internals.texi (Now): Removed. | |
2745 * internals/internals.texi (wrong): New. | |
2746 * internals/internals.texi (Proof): Removed. | |
2747 | |
2748 Add bunches and bunches and bunches and bunches of stuff, taken | |
2749 from documentation floating around in various places -- text.c, | |
2750 file-coding.c, other .c and .h files, stuff that I wrote up for an | |
2751 old XEmacs contract, proposals written up in the process of an | |
2752 e-mail discussion, etc. Fix up some mistakes, esp. in CCL. Extra | |
2753 crap from CCL, duplicated with Lispref, removed. Sections on Old | |
2754 Future Work and Future Work Discussion added. | |
2755 | |
2756 Bunches of other work. Add bunches of documentation taken from the | |
2757 source code. Fixup various places to use @strong{}, @code{}, | |
2758 @file{}. Create new Text chapter, split off from Buffers and | |
2759 Textual Representation. Create new chapter for MS Windows, mostly | |
2760 written from scratch. Consolidate all Mule info under | |
2761 "Multilingual Support". Break up chapter on modules and move some | |
2762 parts to the sections discussing the modules, for consolidation | |
2763 purposes. Add a big cross-reference table for all the modules to | |
2764 where they're discussed (or not). New chapter Asynchronous | |
2765 Events; Quit Checking. (Taken from various parts of the code.) New | |
2766 Introduction. New section on Focus Handling (from the code). | |
2767 | |
2768 NOTE that in the process, I discovered that we essentially have | |
2769 FOUR redundant introductions to Mule issues! Someone really needs | |
2770 to go through and clean them up and integrate them (sjt?). | |
2771 | |
2355 | 2772 2003-07-18 Alexey Mahotkin <alexm@hsys.msk.ru> |
2773 | |
2774 * lispref/windows.texi (Basic Windows): Fix typo. | |
2775 | |
2346 | 2776 2004-10-22 Stephen J. Turnbull <stephen@xemacs.org> |
2777 | |
2778 * XEmacs 21.5.18 "chestnut" is released. | |
2779 | |
2297 | 2780 2003-11-02 Stephen J. Turnbull <stephen@xemacs.org> |
2781 | |
2782 * lispref/control.texi (Examples of Catch): Mention use of a cons | |
2783 as a catch tag. | |
2784 | |
2785 2004-07-20 Stephen J. Turnbull <stephen@xemacs.org> | |
2786 | |
2787 * lispref/glyphs.texi (Image Instantiator Formats): Add a few | |
2788 words about the tab control widget. | |
2789 | |
2289 | 2790 2004-05-14 Darryl Okahata <darrylo@xemacs.org> |
2791 | |
2792 * lispref/windows.texi. Added documentation for the functions, | |
2793 ``current-pixel-row'' and ``current-pixel-column''. | |
2794 | |
2269 | 2795 2004-09-13 Jerry James <james@xemacs.org> |
2796 | |
2797 * internals/internals.texi (Modules for Interfacing with the | |
2798 Operating System): The code formerly in callproc.c is now | |
2799 implemented in Lisp in process.el. | |
2800 | |
2256 | 2801 2004-08-30 Jerry James <james@xemacs.org> |
2802 | |
2803 * lispref/text.texi: Document text fields. | |
2804 | |
2255 | 2805 2004-09-08 Stephen J. Turnbull <stephen@xemacs.org> |
2806 | |
2807 * lispref/searching.texi (Syntax of Regexps): Add example of use | |
2808 of shy groups in variable subexpression, correct rumor that there | |
2297 | 2809 may be substantial performance gain. Document double-digit back- |
2810 references. | |
2255 | 2811 |
2214 | 2812 2004-08-13 Stephen J. Turnbull <stephen@xemacs.org> |
2813 | |
2215 | 2814 * xemacs/help.texi (Misc Help): Info-goto-emacs-key-command-node |
2815 to function index. Document Info-goto-emacs-command-node. | |
2816 | |
2214 | 2817 * lispref/positions.texi (Text Lines): makeinfo doesn't like Note:. |
2818 | |
2182 | 2819 2004-07-19 Stephen J. Turnbull <stephen@xemacs.org> |
2820 | |
2821 * lispref/glyphs.texi: Complete reorganization, some content updated. | |
2822 * lispref/lispref.texi (Top): Update menu to match. | |
2823 * lispref/extents.texi (Extent Properties): Update xref. | |
2824 | |
2825 2004-06-29 Stephen J. Turnbull <stephen@xemacs.org> | |
2826 | |
2827 * internals/internals.texi (Modules for Other Aspects of the Lisp | |
2828 Interpreter and Object System): Add description of Sextword syntax | |
2829 class (now obsolete). | |
2830 | |
2831 2004-06-20 Stephen J. Turnbull <stephen@xemacs.org> | |
2832 | |
2833 * internals/internals.texi (Techniques for XEmacs Developers): Be | |
2834 specific when discussing optimization. | |
2255 | 2835 (Techniques for XEmacs Developers): Fragments that are meaningless |
2182 | 2836 by themselves or contain placeholders should be @samp, not @code. |
2837 (Modules for Internationalization): Add description of mule-coding.c | |
2838 and further deprecate mule.c. | |
2839 (Modules for Regression Testing): Add {tag,weak}-tests.el to list. | |
2840 | |
2164 | 2841 2004-07-05 Stephen J. Turnbull <stephen@xemacs.org> |
2842 | |
2843 * xemacs-faq.texi (Q3.10.2): Mention that `pending-delete' is in | |
2844 the "pc" package. | |
2845 | |
2141 | 2846 2004-06-15 Stephen J. Turnbull <stephen@xemacs.org> |
2847 | |
2848 * lispref/specifiers.texi (Specifier Instancing): Add "neon | |
2849 modeline" hack as an example. Thanks to Giacomo Boffi. | |
2850 | |
2135 | 2851 2004-06-07 Jerry James <james@xemacs.org> |
2852 | |
2853 * lispref/modes.texi (Major Modes): Document -mode functions, and | |
2854 the use of a nil argument to defined-derived mode. | |
2855 * lispref/modes.texi (Major Mode Conventions): Describe the use of | |
2856 delay-mode-hooks and define-derived-mode. | |
2857 * lispref/modes.texi (Derived Modes): Warn against the use of | |
2858 interactive specs in derived mode definitions. | |
2859 * lispref/modes.texi (Hooks): Document run-mode-hooks, | |
2860 delay-mode-hooks, run-hook-with-args, | |
2861 run-hook-with-args-until-failure, and0 | |
2862 run-hook-with-args-until-success. | |
2863 | |
2127 | 2864 2004-06-14 Stephen J. Turnbull <stephen@xemacs.org> |
2865 | |
2866 * lispref/glyphs.texi (Creating Glyphs): Improve discussion, fix a | |
2867 couple of typos. | |
2868 | |
2869 * lispref/faces.texi (Face Properties): Background pixmaps | |
2870 can be used on GTK and MS Windows. | |
2871 (Face Convenience Functions): Cross-reference glyph interface. | |
2872 Background pixmap is an image specifier, not a glyph. | |
2873 | |
2091 | 2874 2004-05-21 Stephen J. Turnbull <stephen@xemacs.org> |
2875 | |
2876 * lispref/numbers.texi (Comparison of Numbers): Clarify bigfloat eql. | |
2877 (Predicates on Numbers): Fix thinko in description of `bigfloatp'. | |
2878 | |
2090 | 2879 2004-05-10 Stephen J. Turnbull <stephen@xemacs.org> |
2880 | |
2881 * lispref/numbers.texi (Numbers): Remove reference to "fixed- | |
2882 precision rationals," and fix description of floating-point | |
2883 contagion. | |
2884 (Integer Basics, Float Basics): Fix typos. | |
2885 (Canonicalization and Contagion): Complete rewrite. | |
2886 (Predicates on Numbers): Add fixnump, bignump, ratiop, rationalp, | |
2887 bigfloatp, floatingp, realp, oddp and evenp. | |
2888 (Rational Basics): Add numerator and denominator. | |
2889 (Random Numbers): Fix description of range, and add paranoid | |
2890 comment about how unpredictable `(random t)' is. | |
2891 (Canonicalization and Contagion): Renamed from Contagion and | |
2892 Canonicalization. | |
2893 (The Bignum Extension): Fix it in menu. | |
2894 | |
2069 | 2895 2004-05-10 Stephen J. Turnbull <stephen@xemacs.org> |
2896 | |
2897 * internals/internals.texi (Object-Oriented Techniques for C): | |
2898 Remove reference to "encouraging port to C++". | |
2899 | |
2900 2004-04-19 Stephen J. Turnbull <stephen@xemacs.org> | |
2033 | 2901 |
2902 * lispref/numbers.texi (The Bignum Extension): Mention the feature | |
2903 symbols provided. | |
2904 | |
2069 | 2905 2004-04-19 Stephen J. Turnbull <stephen@xemacs.org> |
2032 | 2906 |
2907 * lispref/numbers.texi (Rational Basics): There's a reason why | |
2908 this node is named "Rational" and not "Ratio" in the menu.... | |
2909 | |
2028 | 2910 2004-04-18 Stephen J. Turnbull <stephen@xemacs.org> |
2911 | |
2912 * internals/internals.texi (Object-Oriented Techniques in XEmacs): | |
2913 New node. | |
2914 (The XEmacs Object System (Abstractly Speaking)): | |
2915 Reorder the list of objects somewhat. | |
2916 Add brief descriptions of the arbitrary-precision number types. | |
2917 (Writing Good Comments): Slight revision, recommend @xemacs alias. | |
2918 (Character-Related Data Types): Add a few comments re Unicode. | |
2919 (Working With Character and Byte Positions): Ditto. | |
2920 (General Guidelines for Writing Mule-Aware Code): Query. | |
2921 (Conversion to and from External Data): Ditto. | |
2922 (Techniques for XEmacs Developers): Typo. | |
2923 (Modules for Regression Testing): Add an xref. | |
2924 (Overview): Note that dump file is now inside the executable. | |
2925 (Remaining issues): Mention ExecShield vs. pdumper. | |
2926 (Searching and Matching): Mention UTF-8 wrt Mule. | |
2927 | |
2928 2004-02-22 Stephen J. Turnbull <stephen@xemacs.org> | |
2929 | |
2930 * widget.texi (Introduction): Update historical references a bit. | |
2931 Fix many typos and grammatical problems. | |
2932 (User Interface): Fix typo. | |
2933 | |
2069 | 2934 2004-04-09 Stephen J. Turnbull <stephen@xemacs.org> |
2028 | 2935 |
2936 * lispref/numbers.texi (Numbers): Describe bignums, ratios, and | |
2937 bigfloats briefly. | |
2938 (Integer Basics): We've had 31-bit integers for a while. Fix the | |
2939 statement of minimum available precision and the examples. | |
2940 Document most-positive-fixnum and most-negative-fixnum. Add a | |
2941 pointer to the node "The Bignum Extension". | |
2942 (Float Basics): Document most-positive-float, most-negative-float, | |
2943 least-positive-float, least-positive-normalized-float, | |
2944 least-negative-float, and least-negative-normalized-float. Add a | |
2945 pointer to the node "The Bignum Extension". | |
2946 (Comparison of Numbers): Update for bignums. | |
2947 | |
2948 (The Bignum Extension): | |
2949 (Bignum Basics): | |
2950 (Ratio Basics): | |
2951 (Bigfloat Basics): | |
2952 (Contagion and Canonicalization): | |
2953 (Compatibility Issues): | |
2954 New nodes. | |
2955 | |
2956 * lispref/lispref.texi (Top): | |
2865 | 2957 * lispref/numbers.texi (Numbers): |
2028 | 2958 Add nodes "Ratio Basics" and "The Bignum Extension" to menus. |
2959 | |
2960 2004-01-26 Stephen J. Turnbull <stephen@xemacs.org> | |
2961 | |
2962 * lispref/specifiers.texi: Update FSF copyright. | |
2963 (Specifier Compatibility Notes): New node. | |
2964 | |
2965 * lispref/glyphs.texi (Glyph Properties): Fix typo. | |
2966 (Glyphs): | |
2967 (Native GUI Widgets): New node. | |
2968 | |
2969 * lispref/gutter.texi (Gutter Descriptor Format): Node deleted. | |
2970 (Gutter): | |
2865 | 2971 (Gutter Intro): |
2972 (Creating Gutter): | |
2973 (Specifying a Gutter): | |
2028 | 2974 Pluralize node name to Creating Gutters. |
2975 (Creating Gutters): Improve explanation of gutter descriptors. | |
2976 (Other Gutter Variables): Remove extraneous text. | |
2977 (Common Gutter Widgets): In lieu of real documentation, at least | |
2978 point to gutter-items.el. | |
2979 | |
2069 | 2980 2004-04-06 Stephen J. Turnbull <stephen@xemacs.org> |
1987 | 2981 |
2982 Lightly revised from <psr7v1j039.fsf@diannao.ittc.ku.edu>. | |
2983 Thanks to Jerry James <james@xemacs.org>. | |
2984 | |
2985 * xemacs-faq.texi (Top, Miscellaneous): In menus, renumber Section | |
2986 5.3 and Q5.3.1-12 as 5.4.x, and add Mathematics and Q5.3.1-4 as | |
2987 replacement section 5.3. | |
2988 (Q5.3.1, Q5.3.2, Q5.3.3, Q5.3.4) New FAQs for bignums. | |
2989 (Q5.2.1, Q8.0.1) Add @unnumberedsec headings. | |
2990 (Q6.4.1) Correct @unnumberedsec heading. | |
2991 | |
1964 | 2992 2004-03-22 Stephen J. Turnbull <stephen@xemacs.org> |
2993 | |
2994 * XEmacs 21.5.17 "chayote" is released. | |
2995 | |
1920 | 2996 2004-02-20 Stephen J. Turnbull <stephen@xemacs.org> |
2997 | |
2998 * internals/internals.texi (GCPROing): Mention `Fsignal'. Clarify | |
2999 that references, not the objects themselves, are what is marked. | |
3000 | |
1882 | 3001 2004-01-26 Stephen J. Turnbull <stephen@xemacs.org> |
3002 | |
3003 * lispref/specifiers.texi (Copyright): Update. | |
3004 | |
3005 (Creating Specifiers): Correct more instances of subject-verb | |
3006 disagreement. | |
3007 | |
1877 | 3008 2004-01-24 Stephen J. Turnbull <stephen@xemacs.org> |
3009 | |
3010 * lispref/specifiers.texi (Specifier Instancing Functions): Fix | |
3011 typos, thanks to Ilpo Nyyssönen. | |
3012 | |
1875 | 3013 2004-01-23 Stephen J. Turnbull <stephen@xemacs.org> |
3014 | |
3015 * lispref/specifiers.texi (Specifier Instancing Functions): Add | |
3016 documentation of `specifier-matching-instance'. | |
3017 (Introduction to Specifiers): Fix typos. | |
3018 (Simple Specifier Usage): Cross-reference Toolbar Intro. | |
3019 (Creating Specifiers): | |
3020 (Specifier Instancing Functions): | |
3021 (Adding Specifications): | |
3022 Various improvements. Deprecate set-specifier a bit more. | |
3023 | |
1869 | 3024 2004-01-20 Stephen J. Turnbull <stephen@xemacs.org> |
3025 | |
3026 * lispref/specifiers.texi (Specifier Examples): Add new example, | |
3027 pluralize node name and section title. | |
3028 (Specifiers): Pluralize "Specifier Examples" in menu. | |
3029 | |
3030 * lispref/lispref.texi (Top): Pluralize "Specifier Examples" in menu. | |
3031 | |
3032 2003-11-04 Stephen J. Turnbull <stephen@xemacs.org> | |
3033 | |
3034 * xemacs-faq.texi: Fix Tony Rossini's address. | |
3035 | |
1833 | 3036 2003-12-15 Steve Youngs <sryoungs@bigpond.net.au> |
3037 | |
3038 * lispref/customize.texi (Defining New Types): New node. | |
3039 From Per Abrahamsen <abraham@dina.kvl.dk> | |
3040 | |
1755 | 3041 2003-10-16 Ilya N. Golubev <gin@mo.msk.ru> |
3042 | |
3043 * lispref/tips.texi (Comment Tips): Typo fix. | |
3044 | |
1738 | 3045 2003-10-10 Ilya N. Golubev <gin@mo.msk.ru> |
3046 | |
3047 * new-users-guide/custom2.texi (Init File): | |
3048 | |
3049 Fix up erroneous uses of @var instead of @code for the names of | |
3050 particular variables in programming languages. | |
3051 | |
3052 2003-10-10 Ilya N. Golubev <gin@mo.msk.ru> | |
3053 | |
3054 * custom.texi (The Init File): | |
3055 * xemacs-faq.texi (Q2.1.3): | |
3056 (Q2.1.5): | |
3057 | |
3058 * internals/internals.texi (Modules for Internationalization): | |
3059 | |
3060 * lispref/display.texi (Beeping): | |
3061 * lispref/ldap.texi (Encoder/Decoder Functions): | |
3062 * lispref/markers.texi (The Mark): | |
3063 (The Region): | |
3064 * lispref/menus.texi (Menu Accelerator Functions): | |
3065 * lispref/numbers.texi (Math Functions): | |
3066 * lispref/packaging.texi (package-info.in): | |
3067 (Makefile): | |
3068 (Local.rules File): | |
3069 * lispref/postgresql.texi (libpq Lisp Symbols and DataTypes): | |
3070 (libpq Lisp Variables): | |
3071 (Synchronous Interface Functions): | |
3072 (Other libpq Functions): | |
3073 | |
3074 * new-users-guide/custom2.texi (Init File): | |
3075 (Setting Variables): | |
3076 * new-users-guide/files.texi (File Names): | |
3077 (Saving Files): | |
3078 * new-users-guide/search.texi (Search and Replace): | |
3079 | |
3080 * xemacs/custom.texi (X Resources): | |
3081 | |
3082 Fix up erroneous uses of @var instead of @code for the names of | |
3083 particular variables in programming languages. | |
3084 | |
3085 2003-10-10 Stephen J. Turnbull <stephen@xemacs.org> | |
3086 | |
3087 * Makefile: Remove old package and redundant cruft. | |
3088 | |
1734 | 3089 2003-10-10 Ilya N. Golubev <gin@mo.msk.ru> |
3090 | |
3091 * lispref/mule.texi (Charset Property Functions): Charset registry | |
3092 can be set. | |
3093 (Predefined Charsets): Add registry to Vietnamese charset names. | |
2865 | 3094 |
1716 | 3095 2003-09-26 Steve Youngs <youngs@xemacs.org> |
3096 | |
3097 * XEmacs 21.5.16 "celeriac" is released. | |
3098 | |
1710 | 3099 2003-09-22 Adrian Aichner <adrian@xemacs.org> |
3100 | |
3101 * lispref/backups.texi (Reverting): Fix the PRINTED-MANUAL-TITLE | |
3102 argument for a cross reference to "The XEmacs User's Manual". | |
3103 | |
1709 | 3104 2003-08-15 Stephen J. Turnbull <stephen@xemacs.org> |
3105 | |
3106 * internals/internals.texi: Update copyright notice. | |
3107 (GCPROing): Add missing period. | |
3108 (Adding Global Lisp Variables): general.c -> general-slots.h. | |
3109 (A Reader's Guide to XEmacs Coding Conventions): New node. | |
3110 | |
1703 | 3111 2003-09-20 Ilya N. Golubev <gin@mo.msk.ru> |
3112 | |
3113 * xemacs/mini.texi (Minibuffer): Add customizing message display | |
3114 reference. | |
3115 * lispref/display.texi (Customizing Message Display): New, | |
3116 describe `redisplay-echo-area-function', | |
3117 `undisplay-echo-area-function', `minibuffer-echo-wait-function'. | |
3118 (The Echo Area): Add menu. | |
3119 | |
1702 | 3120 2003-09-19 Sandra Wambold <wambold@xemacs.org> |
3121 | |
3122 * Makefile: add targets to produce PDF files | |
3123 | |
1665 | 3124 2003-09-03 Steve Youngs <youngs@xemacs.org> |
3125 | |
3126 * XEmacs 21.5.15 "celery" is released. | |
3127 | |
1648 | 3128 2003-08-28 Steve Youngs <youngs@xemacs.org> |
3129 | |
3130 * xemacs-faq.texi (Q2.0.2): Rewrite, mentioning the correct way to | |
3131 remove a package. | |
3132 (Q3.8.2): big-menubar is in the edit-utils package. | |
3133 (Q4.3.2): Add a comment about not needing TM for things like Gnus, | |
3134 MH-E and VM. | |
3135 (Q5.3.3): State correct location of ps-print.el. | |
3136 | |
3137 * xemacs/packages.texi (Packages): Remove "Creating Packages" menu | |
3138 entry. | |
3139 (Package Terminology): Whitespace clean up. | |
3140 (Installing Packages): Whitespace clean up and add some @code | |
2865 | 3141 formatters. |
1648 | 3142 Re-organise the menu so that installation via PUI is first and |
3143 Sumo is last. | |
3144 (Automatically): mule-base is no longer a requirement for using | |
3145 PUI. | |
3146 Mention optionally requiring mailcrypt. | |
3147 (Note): Removed. | |
3148 (Manually): Move to below the PUI installation method. | |
3149 (Sumo): Move to below the manual installation method. | |
3150 (Which Packages): Add mailcrypt. | |
3151 (Building Packages): Remove duplicated stuff that is in | |
3152 lispref/packaging.texi, xref to it instead. | |
3153 (Local.rules File): xref to the appropriate node in | |
2865 | 3154 lispref/packaging.texi. |
1648 | 3155 (Available Packages): Update to current reality. |
3156 (all): Removed. | |
3157 (srckit): Removed. | |
3158 (binkit): Removed. | |
2865 | 3159 |
1648 | 3160 * xemacs/reading.texi (Reading Mail): Mention Gnus and MEW. |
3161 | |
3162 * new-users-guide/custom2.texi (Init File): big-menubar.el is in | |
3163 the edit-utils package. | |
3164 | |
3165 * lispref/packaging.texi (Packaging): | |
3166 (The User View): | |
3167 (The Library Maintainer View): | |
3168 (Infrastructure): | |
3169 (Control Files): | |
3170 (Obtaining): | |
3171 (The Package Release Engineer View): | |
3172 (Package Terminology): | |
3173 (Building Packages): | |
3174 (Makefile Targets): | |
3175 (packages): New. | |
3176 (Local.rules File): | |
3177 (XEMACS_PACKAGES): Removed. | |
3178 (XEMACS_INSTALLED_PACKAGES_ROOT): New. | |
3179 (NONMULE_PACKAGES): New. | |
3180 (EXCLUDES): New. | |
3181 (Creating Packages): | |
3182 (BATCH): New. | |
3183 (VERSION): Removed. | |
3184 (AUTHOR_VERSION): Removed. | |
3185 (MAINTAINER): Removed. | |
3186 (PACKAGE): Removed. | |
3187 (PKG_TYPE): Removed. | |
3188 (REQUIRES): Removed. | |
3189 (CATEGORY): Removed. | |
3190 (ELS): Removed. | |
3191 (ELCS): Removed. | |
3192 (all): Removed. | |
3193 (srckit): Removed. | |
3194 (binkit): Removed. | |
3195 (are): New. | |
3196 (STANDARD_DOCS): New. | |
3197 (ELCS_1_DEST): New. | |
3198 (example): New. | |
3199 (PACKAGE_SUPPRESS): New. | |
3200 (EXPLICIT_DOCS): New. | |
3201 (DATA_DEST): New. | |
3202 (Documenting Packages): | |
3203 | |
3204 Not quite a total rewrite, but a fairly thorough audit | |
3205 nonetheless. | |
3206 | |
1620 | 3207 2003-07-31 René Kyllingstad <listmailxemacs@kyllingstad.com> |
3208 | |
3209 * lispref/display.texi (Invisible Text): | |
3210 mention line-move-ignore-invisible. | |
3211 * lispref/extents.texi (Extent Properties): | |
3212 end-glyph will still be displayed when invisible is set. | |
3213 * lispref/extents.texi (Extents and Events): | |
3214 only begin-glyph is highlighted. | |
3215 | |
1616 | 3216 2003-08-12 Stephen J. Turnbull <stephen@xemacs.org> |
3217 | |
3218 * xemacs-faq.texi (Q1.3.8): Fix typo, note errorneous recognition. | |
3219 | |
1613 | 3220 2003-08-05 Stephen J. Turnbull <stephen@xemacs.org> |
3221 | |
3222 * lispref/packaging.texi (Creating Packages): | |
3223 * xemacs/packages.texi (Creating Packages): | |
3224 Style guideline for package-info.in description. | |
3225 | |
1554 | 3226 2003-06-30 Vin Shelton <acs@xemacs.org> |
3227 | |
3228 * lispref/lists.texi (List-related Predicates): Add @end defun. | |
3229 | |
1549 | 3230 2003-06-30 Stephen J. Turnbull <stephen@xemacs.org> |
3231 | |
3232 * xemacs-faq.texi (Q3.2.2): Fix typo. | |
3233 | |
3234 2003-06-20 Stephen J. Turnbull <stephen@xemacs.org> | |
3235 | |
3236 * lispref/objects.texi (Character Type): Document ?\x00 read | |
3237 syntax and range limitations on ?\000 and ?\x00 read syntaxes. | |
3238 | |
3239 2003-06-16 Stephen J. Turnbull <stephen@xemacs.org> | |
3240 | |
3241 * lispref/lists.texi (List-related Predicates): Document | |
3242 `true-list-p', and reference it from `listp'. | |
3243 | |
1510 | 3244 2003-06-01 Steve Youngs <youngs@xemacs.org> |
3245 | |
3246 * XEmacs 21.5.14 "cassava" is released. | |
3247 | |
1496 | 3248 2003-05-22 Stephen J. Turnbull <stephen@xemacs.org> |
3249 | |
3250 * internals/internals.texi (Searching and Matching): New node. | |
3251 | |
1495 | 3252 2003-05-17 Stephen J. Turnbull <stephen@xemacs.org> |
3253 | |
3254 * xemacs-faq.texi (detail menu): Reformat "Current Events" caption. | |
3255 (Legacy Versions): New section. | |
3256 (Q8.0.1): New question. | |
3257 | |
3258 2003-05-16 Stephen J. Turnbull <stephen@xemacs.org> | |
3259 | |
3260 * lispref/searching.texi (Regexp Search): Update split-string for | |
3261 new specification. | |
3262 | |
3263 * lispref/strings.texi (Creating Strings): Xref split-string | |
3264 (this is where GNU Emacs documents it). | |
3265 | |
1473 | 3266 2003-05-10 Steve Youngs <youngs@xemacs.org> |
3267 | |
3268 * XEmacs 21.5.13 "cauliflower" is released. | |
3269 | |
1468 | 3270 2003-05-09 Stephen J. Turnbull <stephen@xemacs.org> |
3271 | |
3272 * lispref/searching.texi (Match Data): Failed match preserves data. | |
3273 | |
1441 | 3274 2003-04-28 Stephen J. Turnbull <stephen@xemacs.org> |
3275 | |
3276 * xemacs-faq.texi (Q6.4.3): New: auxiliary programs for Windows. | |
3277 | |
1431 | 3278 2003-04-24 Steve Youngs <youngs@xemacs.org> |
3279 | |
3280 * XEmacs 21.5.12 "carrot" is released. | |
3281 | |
1389 | 3282 2003-03-27 Stephen J. Turnbull <stephen@xemacs.org> |
3283 | |
3284 * xemacs/frame.texi (XEmacs under X): | |
3285 * xemacs-faq.texi: | |
3286 Global substitute .Xresources for .Xdefaults. | |
1386 | 3287 |
3288 * xemacs-faq.texi (Q3.2.2): `default' is also a face. | |
3289 (Q3.2.2, Q3.8.4): Describe appropriate use of `fontSet' in Mule. | |
3290 Suggested by Janis Dzerins <jonis@dir.lv>. | |
3291 | |
1366 | 3292 2003-03-20 Steve Youngs <youngs@xemacs.org> |
3293 | |
3294 * xemacs/packages.texi (Automatically): Refer to | |
3295 'pui-set-local-package-get-directory' instead of | |
2865 | 3296 'pui-add-install-directory'. |
1366 | 3297 Remove comment about PGP not being intergrated into PUI. |
3298 Document balloon-help in PUI. | |
3299 Add heading "Keeping Packages Up To Date". | |
3300 (Building Packages): makeinfo 4.2 is required. | |
3301 | |
1362 | 3302 2003-03-18 Stephen J. Turnbull <stephen@xemacs.org> |
3303 | |
3304 * xemacs/frame.texi (Gutter Basics): Describe common options for | |
3305 buffers tab control. | |
3306 | |
1353 | 3307 2003-03-11 Adrian Aichner <adrian@xemacs.org> |
3308 | |
3309 * cl.texi: Change incorrect references to GNU where XEmacs is | |
3310 appropriate. | |
3311 | |
1347 | 3312 2003-03-09 Ben Wing <ben@xemacs.org> |
3313 | |
3314 * widget.texi (Defining New Widgets): | |
3315 Fix Turnbull typos. | |
3316 | |
1339 | 3317 2003-03-02 Stephen Turnbull <stephen@xemacs.org> |
3318 | |
3319 * widget.texi (Defining New Widgets): | |
3320 Document `widget-create-child', `widget-create-child-and-convert', | |
3321 and `widget-create-child-value'. Document the `:copy' method. | |
3322 Improve discussion of the `:convert-widget' method. | |
3323 | |
1333 | 3324 2003-02-26 Stephen J. Turnbull <stephen@xemacs.org> |
3325 | |
3326 * internals/internals.texi (XEmacs From the Perspective of Building): | |
3327 Fix typo. | |
3328 (Build-Time Dependencies): New node. | |
3329 | |
1307 | 3330 2003-02-16 Steve Youngs <youngs@xemacs.org> |
3331 | |
3332 * XEmacs 21.5.11 "cabbage" is released. | |
3333 | |
1288 | 3334 2003-02-11 Adrian Aichner <adrian@xemacs.org> |
3335 | |
3336 * lispref/backups.texi (Auto-Saving): Fix auto-save xref to user | |
3337 manual. | |
3338 | |
1263 | 3339 2003-02-06 Stephen J. Turnbull <stephen@xemacs.org> |
3340 | |
3341 * internals/internals.texi (Top): | |
3342 (Buffers and Textual Representation): | |
3343 Fix up white space in menu. | |
3344 (Character-Related Data Types): | |
3345 (Conversion to and from External Data): | |
3346 (Format of the Extent Info): | |
3347 Pedantic grammatical nits. | |
3348 | |
1261 | 3349 2003-02-05 Ben Wing <ben@xemacs.org> |
3350 | |
3351 * lispref/mule.texi (Internationalization Terminology): | |
3352 Lots of Mule rewriting. | |
3353 | |
3354 2003-02-05 Ben Wing <ben@xemacs.org> | |
3355 | |
3356 * internals/internals.texi (Top): | |
3357 * internals/internals.texi (Coding for Mule): | |
3358 * internals/internals.texi (Character-Related Data Types): | |
3359 * internals/internals.texi (Working With Character and Byte Positions): | |
3360 * internals/internals.texi (Conversion to and from External Data): | |
3361 * internals/internals.texi (General Guidelines for Writing Mule-Aware Code): | |
3362 * internals/internals.texi (An Example of Mule-Aware Code): | |
3363 * internals/internals.texi (Mule-izing Code): | |
3364 * internals/internals.texi (help): New. | |
3365 * internals/internals.texi (Buffers and Textual Representation): | |
3366 * internals/internals.texi (The Text in a Buffer): | |
3367 * internals/internals.texi (Markers and Extents): | |
3368 * internals/internals.texi (MULE Character Sets and Encodings): | |
3369 * internals/internals.texi (Lstream Functions): | |
3370 * internals/internals.texi (Lstream Methods): | |
3371 * internals/internals.texi (Format of the Extent Info): | |
3372 * internals/internals.texi (Mathematics of Extent Ordering): | |
3373 Major fixup. Correct for new names of Bytebpos, Ichar, etc. and | |
3374 lots of Mule rewriting. | |
3375 | |
1258 | 3376 2003-02-05 Stephen J. Turnbull <stephen@xemacs.org> |
3377 | |
3378 * xemacs/startup.texi (Startup Paths): Clarification of package | |
3379 hierarchy structure. | |
3380 | |
3381 * xemacs-faq.texi (Q2.0.13, Q2.0.14, Q2.1.24, Q2.1.25): Not NEW. | |
3382 (Q2.1.15): Stylistic changes for clarity. | |
3383 | |
1251 | 3384 2003-02-03 Steve Youngs <youngs@xemacs.org> |
3385 | |
3386 * xemacs/packages.texi (Local.rules File): Update to reflect Ben's | |
3387 recent dabble into the packages. | |
3388 | |
1187 | 3389 2003-01-04 Steve Youngs <youngs@xemacs.org> |
3390 | |
3391 * XEmacs 21.5.10 "burdock" is released. | |
3392 | |
1188 | 3393 2003-01-04 Steve Youngs <youngs@xemacs.org> |
3394 | |
3395 * lispref/mule.texi (Charset Unification): Menu item "Internals" | |
3396 should be "Unification Internals". | |
3397 | |
1183 | 3398 2003-01-03 Stephen J. Turnbull <stephen@xemacs.org> |
3399 | |
3400 * xemacs/startup.texi (Startup Paths): Hierarchy, not package, layout. | |
3401 | |
3402 2003-01-03 Stephen J. Turnbull <stephen@xemacs.org> | |
3403 | |
3404 * xemacs-faq.texi: Debugging FAQ improvements from Ben Wing. | |
3405 (Q2.0.6): Mention union type bugs. | |
3406 (Q2.1.1): Debugging HOWTO improvements. | |
3407 (Q2.1.15): Decoding Lisp objects in the debugger. | |
3408 | |
3409 * widget.texi (Widget Internals): New node. | |
3410 (Top): Add menu item for it. | |
3411 | |
3412 * xemacs/xemacs.texi (Top): Better short description of Mule in | |
3413 menu. Mule submenu. | |
3414 | |
3415 Charset unification docs. What a concept---commit docs first! | |
3416 | |
3417 * lispref/mule.texi (MULE): Add Unification and Tables menu entries. | |
3418 (Unicode Support): Fixup next node. | |
3419 (Charset Unification): | |
3420 (Overview): | |
3421 (Usage): | |
3422 (Basic Functionality): | |
3423 (Interactive Usage): | |
3424 (Configuration): | |
3425 (Theory of Operation): | |
3426 (What Unification Cannot Do for You): | |
3427 (Unification Internals): | |
3428 (Charsets and Coding Systems): | |
3429 New nodes. | |
3430 | |
3431 * xemacs/mule.texi (Mule): Menu items for Unification and Tables. | |
3432 (Recognize Coding): | |
3433 (Specify Coding): | |
3434 Fixup next and previous pointers. | |
3435 (Unification): | |
3436 (Unification Overview): | |
3437 (Unification Usage): | |
3438 (Unification Configuration): | |
3439 (Unification FAQs): | |
3440 (Unification Theory): | |
3441 (What Unification Cannot Do for You): | |
3442 (Charsets and Coding Systems): | |
3443 New nodes. | |
3444 | |
3445 2002-12-17 Stephen Turnbull <stephen@xemacs.org> | |
3446 | |
3447 * widget.texi (Widget Wishlist): Typo. | |
3448 (Defining New Widgets): s/widget-define/define-widget/g. | |
3449 | |
3450 2002-12-27 Stephen J. Turnbull <stephen@xemacs.org> | |
3451 | |
3452 * internals/internals.texi (Regression Testing XEmacs): Hints for | |
3453 test design. | |
3454 | |
1143 | 3455 2002-10-29 Ville Skyttä <scop@xemacs.org> |
3456 | |
3457 * xemacs-faq.texi (Top): | |
3458 The canonical location for FAQ on the website is /FAQ/. | |
3459 | |
1142 | 3460 2002-11-12 Ilya N. Golubev <gin@mo.msk.ru> |
3461 | |
3462 * xemacs/custom.texi (Face Customization): | |
3463 (Faces): | |
3464 Document face-frob-from-locale-first variable. | |
3465 | |
1138 | 3466 2002-12-03 Didier Verna <didier@xemacs.org> |
3467 | |
3468 * xemacs-faq.texi (Customization): add missing menu entry for Q3.2.7. | |
3469 | |
3470 2002-12-03 Didier Verna <didier@xemacs.org> | |
3471 | |
3472 * lispref/specifiers.texi (Introduction to Specifiers): fix case | |
3473 spelling of `Buffer-Local Variables' crossref. | |
3474 | |
1137 | 3475 2002-12-03 Didier Verna <didier@xemacs.org> |
3476 | |
3477 * xemacs/custom.texi (Faces): document | |
3478 `set-face-background-pixmap-file'. | |
3479 | |
3480 2002-12-03 Didier Verna <didier@xemacs.org> | |
3481 | |
3482 * lispref/faces.texi (Face Convenience Functions): ditto. | |
3483 * lispref/glyphs.texi (Creating Glyphs): reference it. | |
3484 | |
1135 | 3485 2002-11-29 Stephen Turnbull <stephen@xemacs.org> |
3486 | |
3487 * lispref/specifiers.texi (Simple Specifier Usage): New node. | |
3488 (Specifiers): Adjust node pointers. | |
3489 (Simple Specifier Usage): Revise. Adjust node pointers. | |
3490 | |
3491 * lispref/toolbar.texi (Creating Toolbar): Xref specifier example. | |
3492 | |
3493 2002-10-20 Stephen Turnbull <stephen@xemacs.org> | |
3494 | |
3495 * xemacs-faq.texi (Q3.2.7): New FAQ on displaying non-ASCII. | |
3496 (Q3.5.7, Q1.3.3): Cross-reference it. | |
3497 | |
3498 2002-10-20 Stephen Turnbull <stephen@xemacs.org> | |
3499 | |
3500 * xemacs-faq.texi (Q2.1.1): Mention bug report commands. | |
3501 (Q2.0.9): Note how out-of-date the entry is. | |
3502 (Q1.3.1, Q1.3.2, Q1.3.3, Q1.3.4, Q1.3.5, Q1.3.6): Revise/update. | |
3503 (Q1.2.1): Fix typo. | |
3504 | |
3505 * internals/internals.texi (Regression Testing XEmacs): Thorough | |
3506 rewrite, documenting macros explicitly. | |
3507 | |
3508 2002-10-29 Stephen J. Turnbull <stephen@xemacs.org> | |
1103 | 3509 |
3510 * lispref/compile.texi (Compilation Options): New node. | |
3511 (Byte Compilation): Add it to menu. | |
3512 (Compilation Functions): Minor mods. | |
3513 (Docs and Compilation): | |
3514 (Dynamic Loading): | |
3515 Document some variable defaults. | |
3516 | |
1135 | 3517 2002-11-07 Stephen J. Turnbull <stephen@xemacs.org> |
1096 | 3518 |
3519 * internals/internals.texi (Low-Level Modules): Add urefs to Doug | |
3520 Lea's and Wolfram Gloger's home pages. | |
3521 | |
1135 | 3522 2002-10-18 Stephen J. Turnbull <stephen@xemacs.org> |
1058 | 3523 |
3524 * xemacs-faq.texi (Q2.0.16): New FAQ on "no cygXpm-noX" fatal error. | |
3525 (Q6.1.4): Document cygXpm-noX. | |
3526 | |
1030 | 3527 2002-10-04 Ville Skyttä <ville.skytta@xemacs.org> |
3528 | |
3529 * xemacs/packages.texi (Available Packages): Add fortran-modes, | |
3530 perl-modes, psgml-dtds, python-modes and ruby-modes. | |
3531 Some consistency tweaks. | |
3532 | |
1026 | 3533 2002-09-22 Ville Skyttä <ville.skytta@xemacs.org> |
3534 | |
3535 * lispref/variables.texi (add-to-list): Document the new | |
3536 (optional) append argument. | |
3537 | |
1024 | 3538 2002-09-20 Stephen J. Turnbull <stephen@xemacs.org> |
3539 | |
3540 * internals/internals.texi (Techniques for XEmacs Developers): | |
3541 More performance optimization hints. | |
3542 (Modules for Other Aspects of the Lisp Interpreter and Object System): | |
3543 Describe syntax code internals. | |
3544 | |
3545 * lispref/syntax.texi (Syntax Basics): XEmacs "20" -> "20 and later". | |
3546 (Syntax Class Table): Deprecate SPC as whitespace designator. | |
3547 (Syntax Flags): Rewrite for `8-bit' comment syntax flags. | |
3548 | |
981 | 3549 2002-08-30 Steve Youngs <youngs@xemacs.org> |
3550 | |
3551 * XEmacs 21.5.9 "brussels sprouts" is released. | |
3552 | |
973 | 3553 2002-08-22 Stephen J. Turnbull <stephen@xemacs.org> |
3554 | |
3555 * internals/internals.texi (Regression Testing XEmacs): Document | |
3556 how to skip and warn about tests that depend on packages. | |
3557 | |
967 | 3558 2002-08-16 Stephen J. Turnbull <stephen@xemacs.org> |
1137 | 3559 |
967 | 3560 * internals/internals.texi (Regression Testing XEmacs): Fix typo. |
3561 | |
965 | 3562 2002-08-15 Stephen J. Turnbull <stephen@xemacs.org> |
1137 | 3563 |
965 | 3564 * internals/internals.texi (GCPROing): Add comment on GCPRO. |
3565 (Regression Testing XEmacs): New node. | |
3566 (Modules for Regression Testing): New node. | |
3567 | |
959 | 3568 2002-08-12 Simon Josefsson <jas@extundo.com> |
3569 | |
3570 * lispref/building.texi (Pure Storage): purecopy is a no-op. | |
3571 | |
955 | 3572 2002-08-08 Ville Skyttä <ville.skytta@xemacs.org> |
3573 | |
3574 * xemacs/packages.texi (Available Packages): Bring up to date. | |
3575 | |
947 | 3576 2002-08-02 Ville Skyttä <ville.skytta@xemacs.org> |
3577 | |
3578 * xemacs/packages.texi (Available Packages): | |
3579 Bring package list up to date, thanks also to Brian Palmer. | |
3580 | |
936 | 3581 2002-07-30 Ville Skyttä <ville.skytta@xemacs.org> |
3582 | |
3583 * term.texi (Input to the inferior): Fix term line/char mode | |
3584 switch keybindings. Kudos to Jacob P. Burckhardt. | |
3585 | |
3586 * xemacs/misc.texi (Term Mode): Ditto. | |
3587 | |
933 | 3588 2002-07-27 Steve Youngs <youngs@xemacs.org> |
3589 | |
3590 * XEmacs 21.5.8 "broccoli" is released. | |
3591 | |
918 | 3592 2002-07-06 Adrian Aichner <adrian@xemacs.org> |
3593 | |
3594 * new-users-guide/custom1.texi (Customizing key Bindings): Fix | |
3595 improper use of indef. art. "a". | |
3596 | |
3597 2002-07-06 Adrian Aichner <adrian@xemacs.org> | |
3598 | |
3599 * lispref/commands.texi (Peeking and Discarding): Ditto. | |
3600 * lispref/customize.texi (Type Keywords): Ditto. | |
3601 * lispref/dragndrop.texi (Drop Interface): Ditto. | |
3602 | |
3603 2002-07-06 Adrian Aichner <adrian@xemacs.org> | |
3604 | |
3605 * termcap.texi (Clearing): Ditto. | |
3606 * widget.texi (User Interface): Ditto. | |
3607 * widget.texi (Basic Types): Ditto. | |
3608 * widget.texi (group): Ditto. | |
3609 | |
901 | 3610 2002-07-05 Adrian Aichner <adrian@xemacs.org> |
3611 | |
3612 * xemacs/menus.texi (Edit Menu): Typo fixes for incorrect use of | |
3613 indef. art. "an". | |
3614 | |
3615 2002-07-05 Adrian Aichner <adrian@xemacs.org> | |
3616 | |
3617 * lispref/control.texi (Processing of Errors): Ditto. | |
3618 * lispref/mule.texi (ISO 2022): Ditto. | |
3619 * lispref/packaging.texi (Package Terminology): Ditto. | |
3620 * lispref/text.texi (Transformations): Ditto. | |
3621 | |
3622 2002-07-05 Adrian Aichner <adrian@xemacs.org> | |
3623 | |
3624 * termcap.texi (Naming): Ditto. | |
3625 * texinfo.texi (itemize): Ditto. | |
3626 * texinfo.texi (Tips): Ditto. | |
3627 * widget.texi (Introduction): Ditto. | |
3628 * widget.texi (group): Ditto. | |
3629 | |
894 | 3630 2002-07-02 Stephen J. Turnbull <stephen@xemacs.org> |
3631 | |
3632 * XEmacs 21.5.7 "broccoflower" is released. | |
3633 | |
892 | 3634 2002-07-02 Stephen J. Turnbull <stephen@xemacs.org> |
3635 | |
3636 * xemacs-faq.texi (Top, Customization, Q3.10.5, Q3.10.6): | |
3637 New "killing is slow" FAQ and link updates. | |
3638 | |
880 | 3639 2002-06-17 Jerry James <james@xemacs.org> |
3640 | |
3641 * emodules.texi (Loading other Modules): Describe why we do not | |
3642 use RTLD_GLOBAL. | |
3643 | |
873 | 3644 2002-06-20 Adrian Aichner <adrian@xemacs.org> |
3645 | |
3646 * xemacs/mule.texi (Language Environments): Typo fix suggested by | |
3647 Frank Schmitt. | |
3648 | |
871 | 3649 2002-06-11 Adrian Aichner <adrian@xemacs.org> |
3650 | |
3651 * xemacs-faq.texi (Q1.3.7): Update broken link to russian.el | |
3652 (found by linklint) with Google's help. | |
3653 | |
3654 2002-05-25 Adrian Aichner <adrian@xemacs.org> | |
3655 | |
3656 * xemacs/custom.texi (Syntax Entry): Deprecate ` ' in favor of `-'. | |
3657 | |
868 | 3658 2002-06-05 Ben Wing <ben@xemacs.org> |
3659 | |
3660 * internals/internals.texi (Top): | |
3661 * internals/internals.texi (The XEmacs Object System (Abstractly Speaking)): | |
3662 * internals/internals.texi (How Lisp Objects Are Represented in C): | |
3663 * internals/internals.texi (Major Textual Changes): | |
3664 * internals/internals.texi (Great Integral Type Renaming): | |
3665 * internals/internals.texi (Text/Char Type Renaming): | |
3666 * internals/internals.texi (files): New. | |
3667 | |
863 | 3668 2002-05-04 Stephen J. Turnbull <stephen@xemacs.org> |
3669 | |
3670 * custom.texi (The Init File): Rewrite completely. | |
3671 | |
3672 2002-03-19 Adrian Aichner <adrian@xemacs.org> | |
3673 | |
3674 * widget.texi (constants): Typo fix. | |
3675 | |
3676 2002-02-07 Stephen J. Turnbull <stephen@xemacs.org> | |
3677 | |
3678 * external-widget.texi (External Client Widget Internals): New node. | |
3679 | |
3680 2001-11-15 Darryl Okahata <darrylo@xemacs.org> | |
3681 | |
3682 * lispref/glyphs.texi: | |
3683 lispref/lispref.texi: Add examples of how to insert graphics into a | |
3684 buffer. | |
1137 | 3685 |
863 | 3686 2001-12-17 Stephen J. Turnbull <stephen@xemacs.org> |
3687 | |
3688 * xemacs/packages.texi (Packages): | |
3689 (Package Terminology): | |
3690 Carefully distinguish libraries and packages. | |
3691 (Package Terminology): | |
3692 More careful definitions of ``category'' and ``distribution.'' | |
3693 Use ``generic'' instead of ``normal'' (N.B. package tools use | |
3694 ``standard''.) | |
3695 (Installing Packages): | |
3696 Use @var to mark variable version strings, not @t or <>. | |
3697 (Sumo): | |
3698 Add disk space estimate when unpacked. | |
3699 | |
3700 2002-02-06 Stephen J. Turnbull <stephen@xemacs.org> | |
3701 | |
3702 * xemacs-faq.texi (Q1.3.8, Q1.3.9): Unicode support via Mule-UCS. | |
3703 | |
3704 2002-02-01 Steve Youngs <youngs@xemacs.org> | |
3705 | |
3706 * xemacs/packages.texi (Removing Packages): The interactive | |
3707 function is 'package-get-delete-package'. | |
3708 | |
3709 2001-11-27 Adrian Aichner <adrian@xemacs.org> | |
3710 | |
3711 * xemacs-faq.texi: Hyperlink fixes. | |
1137 | 3712 |
863 | 3713 2002-02-04 Stephen J. Turnbull <stephen@xemacs.org> |
3714 | |
3715 * xemacs-faq.texi (Q4.7.7): New FAQ on remote files. | |
3716 | |
3717 2002-01-24 Stephen J. Turnbull <stephen@xemacs.org> | |
3718 | |
3719 * xemacs-faq.texi (Q1.0.6): Update mail-to-news gateway information. | |
3720 | |
3721 2002-02-04 Stephen J. Turnbull <stephen@xemacs.org> | |
3722 | |
3723 * xemacs/files.texi (Files): | |
3724 (File Names): | |
3725 Document remote file editing, refer to EFS and TRAMP. | |
3726 | |
861 | 3727 2002-05-23 Stephen J. Turnbull <stephen@xemacs.org> |
3728 | |
3729 * lispref/packaging.texi (package-info.in Fields): Typo fix. | |
3730 | |
836 | 3731 2002-05-11 Adrian Aichner <adrian@xemacs.org> |
3732 | |
3733 * xemacs-faq.texi (Top): Add Q2.0.15 under "Installation and | |
3734 Trouble Shooting". | |
3735 * xemacs-faq.texi (Installation): Add Q2.0.15 to Installation | |
3736 menu. | |
3737 * xemacs-faq.texi (Q2.0.14): Fix unnumberedsubsec argument. | |
3738 * xemacs-faq.texi (Q2.0.15): New. | |
3739 | |
824 | 3740 2002-05-01 Steve Youngs <youngs@xemacs.org> |
3741 | |
3742 * xemacs/packages.texi (Automatically): Don't mention "Options" | |
3743 menu. | |
3744 (Installing Packages): Don't mention getting list of packages via | |
1137 | 3745 customize. |
824 | 3746 |
804 | 3747 2002-04-05 Stephen J. Turnbull <stephen@xemacs.org> |
3748 | |
3749 * XEmacs 21.5.6 "bok choi" is released. | |
3750 | |
802 | 3751 2002-04-03 Ben Wing <ben@xemacs.org> |
3752 | |
3753 * internals/internals.texi (Top): | |
3754 * internals/internals.texi (How Lisp Objects Are Represented in C): | |
3755 * internals/internals.texi (Techniques for XEmacs Developers): | |
3756 * internals/internals.texi (CVS Techniques): | |
3757 * internals/internals.texi (Merging a Branch into the Trunk): | |
3758 * internals/internals.texi (A Summary of the Various XEmacs Modules): | |
3759 Add section on correctly merging a branch back into the trunk. | |
3760 | |
785 | 3761 2002-03-19 Adrian Aichner <adrian@xemacs.org> |
3762 | |
3763 * widget.texi (constants): Typo fix. | |
3764 | |
778 | 3765 2002-03-14 Jonathan Harris <jhar@tardis.ed.ac.uk> |
3766 | |
3767 * cl.texi (Sequence Basics): Avoid splitting link over two lines, | |
3768 which makes cygwin texinfo 4.0 unhappy. | |
3769 | |
776 | 3770 2002-03-15 Ben Wing <ben@xemacs.org> |
3771 | |
3772 * Makefile (new-users-guide-srcs): | |
3773 * Makefile (extraclean): | |
3774 Use -no-packages to avoid problems with package files shadowing | |
3775 core files (e.g. unicode.el in mule-ucs). | |
3776 | |
775 | 3777 2002-03-14 Stephen J. Turnbull <stephen@xemacs.org> |
3778 | |
3779 * emodules.texi (Using DEFUN): Add @ref{Lisp Primitives}. | |
3780 | |
1137 | 3781 * lispref/mule.texi (Unicode Support): |
775 | 3782 * xemacs/custom.texi (Behaviors): |
3783 * lispref/customize.texi (Enabling Behavior): | |
3784 New nodes. | |
3785 | |
774 | 3786 2002-03-12 Ben Wing <ben@xemacs.org> |
3787 | |
3322 | 3788 * The Great Mule Merge of March 2002: |
3789 see node by that name in the Internals Manual. | |
774 | 3790 |
768 | 3791 2002-03-05 Stephen J. Turnbull <stephen@xemacs.org> |
3792 | |
3793 * XEmacs 21.5.5 "beets" is released. | |
3794 | |
761 | 3795 2002-03-01 Jeff Miller <jmiller@cablespeed.com> |
3796 | |
3797 * lispref/packaging.texi (The User View, The Library Maintainer | |
3798 View, The Package Release Engineer View): Remove apostrophes. | |
3799 * lispref/lispref.texi (The User View, The Library Maintainer | |
3800 View, The Package Release Engineer View): Remove apostrophes. | |
3801 | |
759 | 3802 2002-02-28 Stephen J. Turnbull <stephen@xemacs.org> |
3803 | |
3804 * lispref/packaging.texi (The User View, The Library Maintainer | |
3805 View, The Package Release Engineer View): Remove apostrophes. | |
3806 | |
755 | 3807 2002-02-16 Stephen J. Turnbull <stephen@xemacs.org> |
3808 | |
3809 * external-widget.texi | |
3810 (Example Program Using the External Client Widget): Fix braces. | |
3811 From Mats Lidell <matsl@contactor.se>. | |
3812 | |
753 | 3813 2002-02-14 Stephen J. Turnbull <stephen@xemacs.org> |
3814 | |
3815 * external-widget.texi | |
3816 (Example Program Using the External Client Widget): Fix | |
3817 documentation to explain needed resource settings. | |
3818 | |
752 | 3819 2002-02-13 Stephen J. Turnbull <stephen@xemacs.org> |
3820 | |
3821 * lispref/packaging.texi (Documenting Packages): New node. | |
3822 (Makefile Variables): Fix typo per Steve Youngs. | |
3823 | |
750 | 3824 2002-02-09 Stephen J. Turnbull <stephen@xemacs.org> |
3825 | |
3826 * external-widget.texi | |
3827 (Example Program Using the External Client Widget): New node. | |
3828 | |
3829 * lispref/packaging.texi (Documenting Packages): New node. | |
3830 | |
749 | 3831 2002-01-27 Stephen J. Turnbull <stephen@xemacs.org> |
3832 | |
3833 * lispref/packaging.texi (Makefile Variables): Document GENERATED | |
3834 and PRELOADS. Document DATA_FILES_n and DATA_DEST_n forms. | |
3835 | |
745 | 3836 2002-02-06 Stephen J. Turnbull <stephen@xemacs.org> |
3837 | |
3838 * xemacs-faq.texi (Q1.3.8, Q1.3.9): Unicode support via Mule-UCS. | |
3839 | |
742 | 3840 2001-01-24 Adrian Aichner <adrian@xemacs.org> |
3841 | |
3842 * xemacs-faq.texi (Q1.0.6): Update mail-to-news gateway information. | |
3843 | |
741 | 3844 2002-02-04 Stephen J. Turnbull <stephen@xemacs.org> |
3845 | |
3846 * xemacs/files.texi (Files): | |
3847 (File Names): | |
3848 Document remote file editing, refer to EFS and TRAMP. | |
3849 | |
3850 2002-02-04 Stephen J. Turnbull <stephen@xemacs.org> | |
3851 | |
3852 * xemacs-faq.texi (Q4.7.7): New FAQ on remote files. | |
3853 | |
3854 2002-01-24 Stephen J. Turnbull <stephen@xemacs.org> | |
3855 | |
3856 * xemacs-faq.texi (Q1.0.6): Update mail-to-news gateway information. | |
3857 | |
737 | 3858 2002-02-01 Steve Youngs <youngs@xemacs.org> |
3859 | |
3860 * xemacs/packages.texi (Removing Packages): The interactive | |
3861 function is 'package-get-delete-package'. | |
3862 | |
725 | 3863 2002-01-08 Stephen J. Turnbull <stephen@xemacs.org> |
3864 | |
3865 * XEmacs 21.5.4 "bamboo" is released. | |
3866 | |
724 | 3867 2001-11-15 Darryl Okahata <darrylo@xemacs.org> |
3868 | |
3869 * glyphs.texi: | |
3870 lispref.texi: Add examples of how to insert graphics into a | |
3871 buffer. | |
1137 | 3872 |
721 | 3873 2002-01-02 Adrian Aichner <adrian@xemacs.org> |
3874 | |
3875 * emodules.texi: Add missing direntry, reword "dynamic loadable" | |
3876 to "dynamically loadable". | |
3877 * external-widget.texi: Add missing direntry. | |
3878 | |
709 | 3879 2001-12-19 Yoshiki Hayashi <yoshiki@xemacs.org> |
3880 | |
3881 * xemacs/programs.texi: Etags update from Francesco. | |
3882 | |
704 | 3883 2001-12-18 Valdis.Kletnieks <Valdis.Kletnieks@vt.edu> |
3884 | |
3885 * xemacs/programs.texi (Tags): Add node name to Ebrowse | |
3886 cross reference. | |
3887 | |
696 | 3888 2001-12-15 Adrian Aichner <adrian@xemacs.org> |
3889 | |
3890 * xemacs\xemacs.texi (Top): Change from @ifinfo to @ifnottex for | |
3891 the benefit of HTML online docs. | |
3892 | |
3893 2001-12-15 Adrian Aichner <adrian@xemacs.org> | |
3894 | |
3895 * term.texi: Fix broken settitle. Make @titlepage, @direntry, and | |
3896 @chapter agree with new title. | |
3897 | |
694 | 3898 2001-12-15 Stephen J. Turnbull <stephen@xemacs.org> |
3899 | |
3900 * lispref/packaging.texi (The User's View): | |
3901 Correct description of man subdirectory. | |
3902 | |
3903 (The Package Release Engineer's View): | |
3904 (package-compile.el): | |
3905 Change hazmat to useful documentation. | |
3906 | |
3907 (Issues): | |
3908 Hazmat removal. | |
3909 | |
693 | 3910 2001-11-27 Stephen J. Turnbull <stephen@xemacs.org> |
3911 | |
3912 * lispref/packaging.texi: New file. | |
3913 * lispref/lispref.texi (Top): Add Packaging & subnodes to menus. | |
3914 Include packaging.texi. | |
3915 * lispref/intro.texi (Introduction): Next -> Packaging. | |
3916 * lispref/objects.texi (Lisp Data Types): Previous -> Packaging. | |
3917 * Makefile (lispref-srcs): Depend on lispref/packaging.texi. | |
1137 | 3918 |
675 | 3919 2001-11-26 Adrian Aichner <adrian@xemacs.org> |
3920 | |
3921 * xemacs-faq.texi (Top): Remove duplicate node "Introduction". | |
3922 * xemacs-faq.texi (Q7.0.2): Rename changes sections uniquely. | |
3923 * xemacs-faq.texi (Q7.0.3): Ditto. | |
3924 | |
3925 2001-11-26 Adrian Aichner <adrian@xemacs.org> | |
3926 | |
3927 * external-widget.texi: Add @settitle to this stand-alone | |
3928 document. | |
3929 | |
3930 2001-11-25 Adrian Aichner <adrian@xemacs.org> | |
3931 | |
3932 * Makefile: Add rule to produce html from texi sources (currently | |
3933 using texi2html). | |
3934 * Makefile (HTMLDIR): New. | |
3935 * Makefile (html_files): New. | |
3936 * Makefile (html): New target. | |
3937 | |
662 | 3938 2001-09-16 Adrian Aichner <adrian@xemacs.org> |
3939 | |
3940 * xemacs-faq.texi (Q4.0.7): Fix link to VM FAQ thanks to word I | |
3941 got from Gregory Neil Shapiro. | |
3942 | |
661 | 3943 2001-09-16 Adrian Aichner <adrian@xemacs.org> |
3944 | |
3945 * xemacs-faq.texi (Q1.3.7): Update moved link. | |
3946 * xemacs-faq.texi (Q7.0.2): Comment out empty list of bullets to | |
3947 avoid HTML error in texi2html translation. | |
3948 | |
660 | 3949 2001-09-15 Adrian Aichner <adrian@xemacs.org> |
3950 | |
3951 * xemacs-faq.texi (Q4.6.1): Infodock is now hosted on SourceForge, | |
3952 infodock.com is no more. | |
3953 * xemacs-faq.texi (Q4.7.1): Take auc out of http://sunsite.auc.dk. | |
3954 | |
3955 2001-09-15 Adrian Aichner <adrian@xemacs.org> | |
3956 | |
3957 * xemacs-faq.texi (Q4.6.1): | |
3958 | |
658 | 3959 2001-09-09 Adrian Aichner <adrian@xemacs.org> |
3960 | |
3961 * xemacs-faq.texi (Q1.0.9): Correct link to snapshots as suggested | |
3962 by Robin S. Socha. | |
3963 | |
654 | 3964 2001-09-07 Stephen J. Turnbull <stephen@xemacs.org> |
3965 | |
3966 * XEmacs 21.5.3 "asparagus" is released. | |
3967 | |
652 | 3968 2001-08-26 Stephen J. Turnbull <stephen@xemacs.org> |
3969 | |
3970 * widget.texi (Basic Types, Defining New Widgets): | |
3971 Distinguish between :action and :notify. | |
3972 | |
641 | 3973 2001-07-28 Stephen J. Turnbull <stephen@xemacs.org> |
3974 | |
3975 * XEmacs 21.5.2 "artichoke" is released. | |
3976 | |
635 | 3977 2001-07-25 Jim Horning <jim.horning@lmco.com> |
3978 | |
3979 * xemacs/packages.texi (Package Terminology): | |
3980 * xemacs/packages.texi (Automatically): | |
3981 In itemize and enumerate lists @item should be on it's own line. | |
3982 | |
626 | 3983 2001-07-02 Adrian Aichner <adrian@xemacs.org> |
3984 | |
3985 * xemacs-faq.texi (Q1.0.14): Update information following a | |
3986 request by Tom Mostyn. | |
3987 | |
625 | 3988 2001-07-02 Adrian Aichner <adrian@xemacs.org> |
3989 | |
3990 * lispref\windows.texi (Window Configurations): Fix typos. | |
3991 * lispref\x-windows.texi (Resources): Ditto. | |
3992 | |
3993 2001-07-02 Adrian Aichner <adrian@xemacs.org> | |
3994 | |
3995 * internals\internals.texi (XEmacs From the Inside): Ditto. | |
3996 | |
3997 2001-07-02 Adrian Aichner <adrian@xemacs.org> | |
3998 | |
3999 * emodules.texi (Initialization Mode): Ditto. | |
4000 * xemacs-faq.texi (Q6.3.2): Ditto. | |
4001 | |
613 | 4002 2001-06-10 Ben Wing <ben@xemacs.org> |
4003 | |
4004 * xemacs-faq.texi (Q1.0.10): | |
4005 * xemacs-faq.texi (Q1.0.11): | |
4006 * xemacs-faq.texi (Q1.0.12): | |
4007 Update sections on Windows and MacOS availability. | |
4008 | |
611 | 4009 2001-06-08 Ben Wing <ben@xemacs.org> |
4010 | |
4011 * xemacs-faq.texi (Top): | |
4012 * xemacs-faq.texi (MS Windows): | |
4013 * xemacs-faq.texi (Q6.2.1): | |
4014 * xemacs-faq.texi (Q6.2.2): | |
4015 * xemacs-faq.texi (Q6.2.3): | |
4016 * xemacs-faq.texi (Q6.2.4): | |
4017 * xemacs-faq.texi (Q6.2.5): | |
4018 * xemacs-faq.texi (Q6.3.1): | |
4019 * xemacs-faq.texi (Q6.3.2): | |
4020 * xemacs-faq.texi (Q6.3.3): | |
4021 * xemacs-faq.texi (Q6.3.4): | |
4022 * xemacs-faq.texi (Q6.4.1): | |
4023 * xemacs-faq.texi (Q6.4.2): | |
4024 * xemacs-faq.texi (Current Events): | |
4025 * xemacs-faq.texi (Q7.0.1): | |
4026 * xemacs-faq.texi (Q7.0.2): | |
4027 * xemacs-faq.texi (Q7.0.3): | |
4028 * xemacs-faq.texi (Q7.0.4): | |
4029 * xemacs-faq.texi (Q7.0.5): | |
4030 * xemacs-faq.texi (Q7.0.6): | |
4031 Merge in the rest of Hrvoje's Windows FAQ. Redo section 7 | |
4032 to update current reality and add condensed versions of | |
4033 new changes for 21.1 and 21.4. (Not quite done for 21.4.) | |
4034 Lots more Windows updates. | |
4035 | |
600 | 4036 2001-05-29 Alexey Mahotkin <alexm@hsys.msk.ru> |
4037 | |
4038 * xemacs/custom.texi: Documented keyboard shortcut. | |
4039 | |
4040 * xemacs/mule.texi: Updated to match reality; tiny fixes. | |
4041 | |
593 | 4042 2001-05-30 Ben Wing <ben@xemacs.org> |
4043 | |
4044 * xemacs-faq.texi (Top): | |
4045 * xemacs-faq.texi (MS Windows): | |
4046 * xemacs-faq.texi (Q6.0.1): | |
4047 * xemacs-faq.texi (Q6.0.2): | |
4048 * xemacs-faq.texi (Q6.0.3): | |
4049 * xemacs-faq.texi (Q6.0.4): | |
4050 * xemacs-faq.texi (Q6.1.1): | |
4051 * xemacs-faq.texi (Q6.1.4): | |
4052 * xemacs-faq.texi (Q6.1.5): | |
4053 * xemacs-faq.texi (Q6.1.6): | |
4054 * xemacs-faq.texi (Q6.2.1): | |
4055 * xemacs-faq.texi (Q6.2.2): | |
4056 * xemacs-faq.texi (Q6.3.1): | |
4057 * xemacs-faq.texi (Q6.3.2): | |
4058 * xemacs-faq.texi (Q6.3.3): | |
4059 * xemacs-faq.texi (Q6.4.1): | |
4060 * xemacs-faq.texi (Current Events): | |
4061 Major rewrite. | |
4062 Update all MS Windows info to current. | |
4063 Redo section 6.1 almost completely. | |
4064 Incorporate sections 1 and 2 of Hrvoje's FAQ. | |
4065 | |
563 | 4066 2001-05-24 Ben Wing <ben@xemacs.org> |
4067 | |
4068 * xemacs-faq.texi (Top): | |
4069 * xemacs-faq.texi (Installation): | |
4070 * xemacs-faq.texi (Q2.1.15): | |
4071 * xemacs-faq.texi (Q2.1.18): | |
4072 * xemacs-faq.texi (Q2.1.19): | |
4073 document how to debug X errors | |
1137 | 4074 |
540 | 4075 2001-05-15 Steve Youngs <youngs@xemacs.org> |
4076 | |
4077 * xemacs/packages.texi (Local.rules): Update to reflect new dir tree. | |
4078 (Creating Packages): Ditto. | |
4079 (Available Packages): Ditto. | |
4080 | |
522 | 4081 2001-05-09 Martin Buchholz <martin@xemacs.org> |
4082 | |
4083 * XEmacs 21.5.1 "anise" is released. | |
4084 | |
511 | 4085 2001-05-07 Martin Buchholz <martin@xemacs.org> |
4086 | |
4087 * make-stds.texi: Support makeinfo 3.12 | |
4088 | |
485 | 4089 2001-04-26 John H. Palmieri <palmieri@math.washington.edu> |
4090 | |
4091 * xemacs/frame.texi (XEmacs under X): Document default-frame-plist | |
4092 rather than default-frame-alist. | |
4093 | |
479 | 4094 2001-04-15 Ben Wing <ben@xemacs.org> |
4095 | |
4096 * xemacs-faq.texi (Q1.0.1): | |
4097 * xemacs-faq.texi (Q1.0.2): | |
4098 Rewrite description of XEmacs to match what's on web page, | |
4099 in about.el. | |
4100 | |
472 | 4101 2001-04-18 Martin Buchholz <martin@xemacs.org> |
4102 | |
4103 * XEmacs 21.5.0 "alfalfa" is released. | |
4104 | |
464 | 4105 2001-03-30 Ben Wing <ben@xemacs.org> |
4106 | |
4107 * internals\internals.texi: | |
4108 * internals\internals.texi (Top): | |
4109 * internals\internals.texi (Lucid Emacs): | |
4110 * internals\internals.texi (XEmacs): | |
4111 * internals\internals.texi (XEmacs From the Outside): | |
4112 Bump version to 1.4 and fix this everywhere. Document all | |
4113 XEmacs releases up through 21.2.46. | |
4114 | |
4115 2001-03-16 Stephen J. Turnbull <stephen@xemacs.org> | |
4116 | |
4117 * lispref/postgresql.texi (libpq Lisp Symbols and DataTypes): Save | |
4118 result of INSERT in R in pq-cmd-status example. | |
4119 | |
462 | 4120 2001-03-21 Martin Buchholz <martin@xemacs.org> |
4121 | |
4122 * XEmacs 21.2.46 "Urania" is released. | |
4123 | |
4124 2001-03-08 Ben Wing <ben@xemacs.org> | |
4125 | |
4126 * internals\internals.texi (Top): | |
4127 * internals\internals.texi (A History of Emacs): | |
4128 * internals\internals.texi (Through Version 18): | |
4129 * internals\internals.texi (Lucid Emacs): | |
4130 * internals\internals.texi (GNU Emacs 19): | |
4131 * internals\internals.texi (GNU Emacs 20): | |
4132 * internals\internals.texi (XEmacs From the Outside): | |
4133 * internals\internals.texi (The Lisp Language): | |
4134 * internals\internals.texi (XEmacs From the Perspective of Building): | |
4135 * internals\internals.texi (XEmacs From the Inside): | |
4136 * internals\internals.texi (The XEmacs Object System (Abstractly Speaking)): | |
4137 * internals\internals.texi (How Lisp Objects Are Represented in C): | |
4138 * internals\internals.texi (Rules When Writing New C Code): | |
4139 * internals\internals.texi (General Coding Rules): | |
4140 * internals\internals.texi (Writing Lisp Primitives): | |
4141 * internals\internals.texi (Writing Good Comments): | |
4142 * internals\internals.texi (Adding Global Lisp Variables): | |
4143 * internals\internals.texi (Proper Use of Unsigned Types): | |
4144 * internals\internals.texi (Coding for Mule): | |
4145 * internals\internals.texi (Character-Related Data Types): | |
4146 * internals\internals.texi (Working With Character and Byte Positions): | |
4147 * internals\internals.texi (Conversion to and from External Data): | |
4148 * internals\internals.texi (General Guidelines for Writing Mule-Aware Code): | |
4149 * internals\internals.texi (An Example of Mule-Aware Code): | |
4150 * internals\internals.texi (Techniques for XEmacs Developers): | |
4151 * internals\internals.texi (A Summary of the Various XEmacs Modules): | |
4152 * internals\internals.texi (Low-Level Modules): | |
4153 * internals\internals.texi (Basic Lisp Modules): | |
4154 * internals\internals.texi (Modules for Standard Editing Operations): | |
4155 * internals\internals.texi (Editor-Level Control Flow Modules): | |
4156 * internals\internals.texi (Modules for the Basic Displayable Lisp Objects): | |
4157 * internals\internals.texi (Modules for other Display-Related Lisp Objects): | |
4158 * internals\internals.texi (Modules for the Redisplay Mechanism): | |
4159 * internals\internals.texi (Modules for Interfacing with the File System): | |
4160 * internals\internals.texi (Modules for Other Aspects of the Lisp Interpreter and Object System): | |
4161 * internals\internals.texi (Modules for Interfacing with the Operating System): | |
4162 * internals\internals.texi (Modules for Interfacing with X Windows): | |
4163 * internals\internals.texi (Allocation of Objects in XEmacs Lisp): | |
4164 * internals\internals.texi (Introduction to Allocation): | |
4165 * internals\internals.texi (Garbage Collection): | |
4166 * internals\internals.texi (GCPROing): | |
4167 * internals\internals.texi (Garbage Collection - Step by Step): | |
4168 * internals\internals.texi (Invocation): | |
4169 * internals\internals.texi (garbage_collect_1): | |
4170 * internals\internals.texi (mark_object): | |
4171 * internals\internals.texi (gc_sweep): | |
4172 * internals\internals.texi (sweep_lcrecords_1): | |
4173 * internals\internals.texi (compact_string_chars): | |
4174 * internals\internals.texi (sweep_strings): | |
4175 * internals\internals.texi (sweep_bit_vectors_1): | |
4176 * internals\internals.texi (Integers and Characters): | |
4177 * internals\internals.texi (Allocation from Frob Blocks): | |
4178 * internals\internals.texi (lrecords): | |
4179 * internals\internals.texi (Low-level allocation): | |
4180 * internals\internals.texi (Cons): | |
4181 * internals\internals.texi (Vector): | |
4182 * internals\internals.texi (Bit Vector): | |
4183 * internals\internals.texi (Symbol): | |
4184 * internals\internals.texi (Marker): | |
4185 * internals\internals.texi (String): | |
4186 * internals\internals.texi (Dumping): | |
4187 * internals\internals.texi (Overview): | |
4188 * internals\internals.texi (Data descriptions): | |
4189 * internals\internals.texi (Dumping phase): | |
4190 * internals\internals.texi (Object inventory): | |
4191 * internals\internals.texi (Address allocation): | |
4192 * internals\internals.texi (The header): | |
4193 * internals\internals.texi (Data dumping): | |
4194 * internals\internals.texi (Pointers dumping): | |
4195 * internals\internals.texi (Reloading phase): | |
4196 * internals\internals.texi (Events and the Event Loop): | |
4197 * internals\internals.texi (Introduction to Events): | |
4198 * internals\internals.texi (Main Loop): | |
4199 * internals\internals.texi (Specifics of the Event Gathering Mechanism): | |
4200 * internals\internals.texi (Specifics About the Emacs Event): | |
4201 * internals\internals.texi (The Event Stream Callback Routines): | |
4202 * internals\internals.texi (Other Event Loop Functions): | |
4203 * internals\internals.texi (Converting Events): | |
4204 * internals\internals.texi (Evaluation; Stack Frames; Bindings): | |
4205 * internals\internals.texi (Evaluation): | |
4206 * internals\internals.texi (Dynamic Binding; The specbinding Stack; Unwind-Protects): | |
4207 * internals\internals.texi (Simple Special Forms): | |
4208 * internals\internals.texi (Symbols and Variables): | |
4209 * internals\internals.texi (Introduction to Symbols): | |
4210 * internals\internals.texi (Obarrays): | |
4211 * internals\internals.texi (Buffers and Textual Representation): | |
4212 * internals\internals.texi (Introduction to Buffers): | |
4213 * internals\internals.texi (The Text in a Buffer): | |
4214 * internals\internals.texi (Buffer Lists): | |
4215 * internals\internals.texi (Markers and Extents): | |
4216 * internals\internals.texi (Bufbytes and Emchars): | |
4217 * internals\internals.texi (MULE Character Sets and Encodings): | |
4218 * internals\internals.texi (Character Sets): | |
4219 * internals\internals.texi (Encodings): | |
4220 * internals\internals.texi (Japanese EUC (Extended Unix Code)): | |
4221 * internals\internals.texi (JIS7): | |
4222 * internals\internals.texi (Internal Mule Encodings): | |
4223 * internals\internals.texi (Internal String Encoding): | |
4224 * internals\internals.texi (Internal Character Encoding): | |
4225 * internals\internals.texi (The Lisp Reader and Compiler): | |
4226 * internals\internals.texi (Lstreams): | |
4227 * internals\internals.texi (Creating an Lstream): | |
4228 * internals\internals.texi (Lstream Types): | |
4229 * internals\internals.texi (Lstream Functions): | |
4230 * internals\internals.texi (Consoles; Devices; Frames; Windows): | |
4231 * internals\internals.texi (Introduction to Consoles; Devices; Frames; Windows): | |
4232 * internals\internals.texi (Point): | |
4233 * internals\internals.texi (Window Hierarchy): | |
4234 * internals\internals.texi (The Redisplay Mechanism): | |
4235 * internals\internals.texi (Critical Redisplay Sections): | |
4236 * internals\internals.texi (Line Start Cache): | |
4237 * internals\internals.texi (Extents): | |
4238 * internals\internals.texi (Introduction to Extents): | |
4239 * internals\internals.texi (Extent Ordering): | |
4240 * internals\internals.texi (Format of the Extent Info): | |
4241 * internals\internals.texi (Zero-Length Extents): | |
4242 * internals\internals.texi (Mathematics of Extent Ordering): | |
4243 * internals\internals.texi (Faces): | |
4244 * internals\internals.texi (Glyphs): | |
4245 * internals\internals.texi (Specifiers): | |
4246 * internals\internals.texi (Menus): | |
4247 * internals\internals.texi (Subprocesses): | |
4248 * internals\internals.texi (Interface to the X Window System): | |
4249 * internals\internals.texi (Lucid Widget Library): | |
4250 * internals\internals.texi (Generic Widget Interface): | |
4251 * internals\internals.texi (Scrollbars): | |
4252 * internals\internals.texi (Menubars): | |
4253 * internals\internals.texi (Checkboxes and Radio Buttons): | |
4254 * internals\internals.texi (Progress Bars): | |
4255 * internals\internals.texi (Tab Controls): | |
4256 Add more index entries. Add sections on comments and unsigned types. | |
4257 | |
4258 2001-03-08 Ben Wing <ben@xemacs.org> | |
4259 | |
4260 * make-stds.texi (Makefile Basics): | |
4261 * make-stds.texi (Command Variables): | |
4262 * make-stds.texi (Directory Variables): | |
4263 * make-stds.texi (Standard Targets): | |
4264 * standards.texi: | |
4265 * standards.texi (Top): | |
4266 * standards.texi (Preface): | |
4267 * standards.texi (Legal Issues): | |
4268 * standards.texi (Reading Non-Free Code): | |
4269 * standards.texi (Contributions): | |
4270 * standards.texi (Trademarks): | |
4271 * standards.texi (Design Advice): | |
4272 * standards.texi (Source Language): | |
4273 * standards.texi (Compatibility): | |
4274 * standards.texi (Using Extensions): | |
4275 * standards.texi (Standard C): | |
4276 * standards.texi (Program Behavior): | |
4277 * standards.texi (Semantics): | |
4278 * standards.texi (Libraries): | |
4279 * standards.texi (Errors): | |
4280 * standards.texi (User Interfaces): | |
4281 * standards.texi (Graphical Interfaces): | |
4282 * standards.texi (Command-Line Interfaces): | |
4283 * standards.texi (Option Table): | |
4284 * standards.texi (Memory Usage): | |
4285 * standards.texi (File Usage): | |
4286 * standards.texi (Formatting): | |
4287 * standards.texi (Comments): | |
4288 * standards.texi (Syntactic Conventions): | |
4289 * standards.texi (Names): | |
4290 * standards.texi (System Portability): | |
4291 * standards.texi (CPU Portability): | |
4292 * standards.texi (System Functions): | |
4293 * standards.texi (Internationalization): | |
4294 * standards.texi (Mmap): | |
4295 * standards.texi (Documentation): | |
4296 * standards.texi (GNU Manuals): | |
4297 * standards.texi (Doc Strings and Manuals): | |
4298 * standards.texi (Manual Structure Details): | |
4299 * standards.texi (License for Manuals): | |
4300 * standards.texi (Manual Credits): | |
4301 * standards.texi (Printed Manuals): | |
4302 * standards.texi (NEWS File): | |
4303 * standards.texi (Change Logs): | |
4304 * standards.texi (Style of Change Logs): | |
4305 * standards.texi (Simple Changes): | |
4306 * standards.texi (Conditional Changes): | |
4307 * standards.texi (Indicating the Part Changed): | |
4308 * standards.texi (Managing Releases): | |
4309 * standards.texi (Configuration): | |
4310 * standards.texi (Releases): | |
4311 * standards.texi (References): | |
4312 * standards.texi (Index): | |
4313 Update to latest GNU version. | |
1137 | 4314 |
462 | 4315 * xemacs-faq.texi (Q6.3.3): |
4316 * xemacs-faq.texi (Q6.4.1): | |
4317 Improve questions on current Windows activity. | |
4318 | |
4319 2001-03-07 Sandra Wambold <wambold@xemacs.org> | |
4320 | |
4321 * xemacs-faq.texi: (Q.1.0.7): changed list archive address | |
4322 | |
4323 2001-02-25 Ben Wing <ben@xemacs.org> | |
4324 | |
4325 * xemacs-faq.texi (Top): | |
4326 * xemacs-faq.texi (Introduction): | |
4327 * xemacs-faq.texi (Q1.0.1): | |
4328 * xemacs-faq.texi (Q1.0.4): | |
4329 * xemacs-faq.texi (Q1.0.6): | |
4330 * xemacs-faq.texi (Q1.0.10): | |
4331 * xemacs-faq.texi (Q1.2.1): | |
4332 * xemacs-faq.texi (Q1.4.1): | |
4333 * xemacs-faq.texi (Q1.4.2): | |
4334 * xemacs-faq.texi (Q2.0.12): | |
4335 * xemacs-faq.texi (Q2.1.1): | |
4336 * xemacs-faq.texi (Q2.1.2): | |
4337 * xemacs-faq.texi (Q2.1.9): | |
4338 * xemacs-faq.texi (Q2.1.15): | |
4339 * xemacs-faq.texi (Q2.1.19): | |
4340 * xemacs-faq.texi (Customization): | |
4341 * xemacs-faq.texi (Q3.0.1): | |
4342 * xemacs-faq.texi (Q3.0.2): | |
4343 * xemacs-faq.texi (Q3.0.3): | |
4344 * xemacs-faq.texi (Q3.0.7): | |
4345 * xemacs-faq.texi (Q3.1.5): | |
4346 * xemacs-faq.texi (Q3.1.6): | |
4347 * xemacs-faq.texi (Q3.2.1): | |
4348 * xemacs-faq.texi (Q3.2.3): | |
4349 * xemacs-faq.texi (Q3.2.4): | |
4350 * xemacs-faq.texi (Q3.3.1): | |
4351 * xemacs-faq.texi (Q3.3.2): | |
4352 * xemacs-faq.texi (Q3.3.3): | |
4353 * xemacs-faq.texi (Q3.3.4): | |
4354 * xemacs-faq.texi (Q3.3.5): | |
4355 * xemacs-faq.texi (Q3.4.1): | |
4356 * xemacs-faq.texi (Q3.4.2): | |
4357 * xemacs-faq.texi (Q3.5.2): | |
4358 * xemacs-faq.texi (Q3.5.4): | |
4359 * xemacs-faq.texi (key-translation-map): New. | |
4360 * xemacs-faq.texi (Q3.5.5): | |
4361 * xemacs-faq.texi (Q3.5.6): | |
4362 * xemacs-faq.texi (Q3.5.7): | |
4363 * xemacs-faq.texi (Q3.5.8): | |
4364 * xemacs-faq.texi (global-map): Removed. | |
4365 * xemacs-faq.texi (Q3.5.9): | |
4366 * xemacs-faq.texi (Q3.6.1): | |
4367 * xemacs-faq.texi (Q3.6.2): | |
4368 * xemacs-faq.texi (Q3.6.3): | |
4369 * xemacs-faq.texi (Q3.7.6): | |
4370 * xemacs-faq.texi (Q3.7.7): | |
4371 * xemacs-faq.texi (Q3.8.1): | |
4372 * xemacs-faq.texi (Q3.8.2): | |
4373 * xemacs-faq.texi (Q3.8.3): | |
4374 * xemacs-faq.texi (Q3.9.1): | |
4375 * xemacs-faq.texi (Q3.9.4): | |
4376 * xemacs-faq.texi (Q3.10.1): | |
4377 * xemacs-faq.texi (Q3.10.2): | |
4378 * xemacs-faq.texi (Q3.10.3): | |
4379 * xemacs-faq.texi (Q4.0.12): | |
4380 * xemacs-faq.texi (Miscellaneous): | |
4381 * xemacs-faq.texi (Q5.0.1): | |
4382 * xemacs-faq.texi (Q5.0.2): | |
4383 * xemacs-faq.texi (Q5.0.3): | |
4384 * xemacs-faq.texi (Q5.0.4): | |
4385 * xemacs-faq.texi (Q5.0.5): | |
4386 * xemacs-faq.texi (Q5.0.8): | |
4387 * xemacs-faq.texi (Q5.0.9): | |
4388 * xemacs-faq.texi (Q5.0.11): | |
4389 * xemacs-faq.texi (Q5.0.12): | |
4390 * xemacs-faq.texi (Q5.0.13): | |
4391 * xemacs-faq.texi (Q5.0.16): | |
4392 * xemacs-faq.texi (Q5.0.17): | |
4393 * xemacs-faq.texi (Q5.1.9): | |
4394 * xemacs-faq.texi (Q5.1.11): | |
4395 * xemacs-faq.texi (Q5.2.1): | |
4396 * xemacs-faq.texi (Q5.2.2): | |
4397 * xemacs-faq.texi (Q5.3.1): | |
4398 * xemacs-faq.texi (Q5.3.2): | |
4399 * xemacs-faq.texi (Q5.3.4): | |
4400 * xemacs-faq.texi (MS Windows): | |
4401 * xemacs-faq.texi (Q6.0.1): | |
4402 * xemacs-faq.texi (Q6.0.2): | |
4403 * xemacs-faq.texi (Q6.0.3): | |
4404 * xemacs-faq.texi (Q6.0.4): | |
4405 * xemacs-faq.texi (Q6.1.5): | |
4406 * xemacs-faq.texi (Q6.2.3): | |
4407 * xemacs-faq.texi (Q6.3.1): | |
4408 | |
4409 Remove most references to XEmacs pre-19.15, since they are way out | |
4410 of date and are cluttering up and confusing many answers. Update | |
4411 references to .emacs to take into account the new init file | |
4412 location. Update information about the MS Windows port. Change | |
4413 description of XEmacs at beginning to match the web site. Update | |
4414 info about current developers. | |
1137 | 4415 |
462 | 4416 |
4417 2001-02-25 Ben Wing <ben@xemacs.org> | |
4418 | |
4419 * lispref\help.texi (Describing Characters): | |
4420 kp- not kp_. | |
1137 | 4421 |
462 | 4422 2001-02-25 Ben Wing <ben@xemacs.org> |
4423 | |
4424 * new-users-guide\custom1.texi (Customization Basics): | |
4425 * new-users-guide\custom1.texi (Customizing key Bindings): | |
4426 * new-users-guide\custom1.texi (Customizing Menus): | |
4427 * new-users-guide\custom2.texi (Other Customizations): | |
4428 * new-users-guide\custom2.texi (Setting Variables): | |
4429 * new-users-guide\custom2.texi (Init File): | |
4430 * new-users-guide\xmenu.texi (Options Menu): | |
4431 * new-users-guide\modes.texi (Major Modes): | |
4432 * new-users-guide\modes.texi (Minor Modes): | |
4433 * new-users-guide\new-users-guide.texi (Top): | |
4434 Fix up references to .emacs to take into account init.el. | |
1137 | 4435 |
460 | 4436 2001-02-23 Martin Buchholz <martin@xemacs.org> |
4437 | |
4438 * XEmacs 21.2.45 "Thelxepeia" is released. | |
4439 | |
4440 2001-02-10 Martin Buchholz <martin@xemacs.org> | |
4441 | |
4442 * xemacs/programs.texi (Tag Syntax): Port to makeinfo 3. | |
4443 | |
458 | 4444 2001-02-08 Martin Buchholz <martin@xemacs.org> |
4445 | |
4446 * XEmacs 21.2.44 "Thalia" is released. | |
4447 | |
4448 2001-02-04 Steve Youngs <youngs@xemacs.org> | |
4449 | |
4450 * xemacs/xemacs.texi: Update to accomodate new and improved | |
4451 packages.texi. | |
4452 | |
4453 * xemacs/packages.texi: Basically, apart from a few things, | |
4454 rewritten from scratch. | |
4455 | |
456 | 4456 2001-01-27 Martin Buchholz <martin@xemacs.org> |
4457 | |
4458 * lispref/variables.texi (max-specpdl-size): Correct default value. | |
4459 * lispref/eval.texi (max-lisp-eval-depth): Correct default value. | |
4460 | |
4461 2001-01-26 Martin Buchholz <martin@xemacs.org> | |
4462 | |
4463 * XEmacs 21.2.43 "Terspichore" is released. | |
4464 | |
454 | 4465 2001-01-20 Martin Buchholz <martin@xemacs.org> |
4466 | |
4467 * XEmacs 21.2.42 "Poseidon" is released. | |
4468 | |
4469 2001-01-18 Martin Buchholz <martin@xemacs.org> | |
4470 | |
4471 * xemacs-faq.texi (Q1.0.11): Change XEmacs for MacOS URL. | |
4472 | |
4473 2001-01-17 Andy Piper <andy@xemacs.org> | |
4474 | |
4475 * internals.texi: some glyph documentation. | |
4476 | |
4477 2001-01-16 Didier Verna <didier@xemacs.org> | |
4478 | |
4479 * frame.texi (Mode Line Basics): new node ... | |
4480 * frame.texi (GUI Components): ... under this one ... | |
4481 * frame.texi (Scrollbar Basics): ... after this one ... | |
4482 * frame.texi (Toolbar Basics): ... before this one. | |
4483 | |
452 | 4484 2001-01-17 Martin Buchholz <martin@xemacs.org> |
4485 | |
4486 * XEmacs 21.2.41 "Polyhymnia" is released. | |
4487 | |
4488 2001-01-12 Martin Buchholz <martin@xemacs.org> | |
4489 | |
4490 * internals/internals.texi: A little post-pdump-rename fixup. | |
4491 | |
4492 2001-01-13 Martin Buchholz <martin@xemacs.org> | |
4493 | |
4494 * internals/internals.texi: See `pdump-rename' in src/ChangeLog. | |
4495 | |
4496 2001-01-10 Martin Buchholz <martin@xemacs.org> | |
4497 | |
4498 * internals/internals.texi: Update for pdump changes. | |
4499 | |
4500 2001-01-04 Adrian Aichner <adrian@xemacs.org> | |
4501 | |
4502 * texinfo.texi (Using Texinfo): Change reference from GNU Emacs to | |
4503 XEmacs. | |
4504 * texinfo.texi (First Node): Fixing grammar. | |
4505 * texinfo.texi (Multitable Rows): Change reference from GNU Emacs | |
4506 to XEmacs. | |
4507 | |
450 | 4508 2001-01-08 Martin Buchholz <martin@xemacs.org> |
4509 | |
4510 * XEmacs 21.2.40 is released. | |
4511 | |
4512 2001-01-06 Stephen J. Turnbull <stephen@xemacs.org> | |
4513 | |
4514 * emodules.texi (Required Functions): Xref coding rules for dual-use | |
4515 modules (module and statically linked). Typo fix. | |
4516 | |
4517 * texinfo.texi (ref): Typo fix. | |
4518 | |
448 | 4519 2000-12-31 Martin Buchholz <martin@xemacs.org> |
4520 | |
4521 * XEmacs 21.2.39 is released. | |
4522 | |
4523 2000-12-05 Stephen J. Turnbull <stephen@xemacs.org> | |
4524 | |
4525 * internals/internals.texi (General Coding Rules): further document | |
4526 usage of symsinit.h. Reorder slightly. | |
4527 | |
446 | 4528 2000-11-29 Stephen J. Turnbull <stephen@xemacs.org> |
4529 | |
4530 * xemacs/packages.texi (Creating Packages): new node. | |
4531 | |
4532 2000-12-05 Martin Buchholz <martin@xemacs.org> | |
4533 | |
4534 * XEmacs 21.2.38 is released. | |
4535 | |
4536 2000-12-01 Martin Buchholz <martin@xemacs.org> | |
4537 | |
4538 * lispref/compile.texi: | |
4539 Document differences between compiler and interpreter. | |
4540 | |
4541 2000-11-29 Stephen J. Turnbull <stephen@xemacs.org> | |
4542 | |
4543 * internals/index.texi: | |
4544 internals/internals.texi: | |
4545 Change "X Windows" to "the X Window System" randomly. | |
4546 * internals/internals.texi (Glyphs): fiddling, move lwlib to new node. | |
4547 (Lucid Widget Library): new node, added new text, ASCII art, subnode | |
4548 structure. | |
4549 * xemacs/frame.texi (GUI Components): new node. | |
4550 * xemacs/packages.texi: minor updates. | |
4551 | |
4552 2000-11-10 Stephen J. Turnbull <stephen@xemacs.org> | |
4553 | |
4554 * info.texi (Creating an Info File): Fix typos in xrefs. | |
4555 | |
4556 2000-11-08 Stephen J. Turnbull <stephen@xemacs.org> | |
4557 | |
4558 * xemacs/cmdargs.texi (Command Switches): Add documentation of | |
4559 portable dumper switches. Other minor edits. | |
4560 | |
4561 2000-11-21 Martin Buchholz <martin@xemacs.org> | |
4562 | |
4563 * lispref/positions.texi (Word Motion): | |
4564 forward-word arg is now optional. | |
4565 backward-word arg is now optional. | |
4566 Remove vile comment advising lisp programmer to use (forward-word -1) | |
4567 instead of (backward-word 1). | |
4568 * lispref/syntax.texi (Parsing Expressions): | |
4569 Similarly for forward-comment. | |
4570 * lispref/text.texi (Deletion): | |
4571 Similarly for delete-char. | |
4572 Similarly for delete-backward-char. | |
4573 | |
4574 2000-11-09 Martin Buchholz <martin@xemacs.org> | |
4575 | |
4576 * cl.texi (Assertions): | |
4577 Remove claim that elisp doesn't have continuable errors. | |
4578 Document check-type as being continuable. | |
4579 | |
4580 2000-11-14 Adrian Aichner <adrian@xemacs.org> | |
4581 | |
4582 * xemacs/calendar.texi (Calendar/Diary): Correct INFO-FILE-NAME | |
4583 from elisp to lispref and from emacs to xemacs in relevant ?xefs. | |
4584 This should also serve as a reminder for future merges with GNU | |
4585 Emacs. | |
4586 Unify PRINTED-MANUAL-TITLE to "XEmacs Lisp Reference Manual" and | |
4587 "XEmacs User's Manual" for lispref and xemacs respectively. | |
4588 | |
4589 2000-11-14 Adrian Aichner <adrian@xemacs.org> | |
4590 | |
4591 * lispref/abbrevs.texi (Abbrevs): Ditto. | |
4592 * lispref/backups.texi (Auto-Saving): Ditto. | |
4593 * lispref/backups.texi (Reverting): Ditto. | |
4594 * lispref/display.texi (The Echo Area): Ditto. | |
4595 * lispref/help.texi (Documentation Basics): Ditto. | |
4596 * lispref/help.texi (Help Functions): Ditto. | |
4597 * lispref/keymaps.texi (Scanning Keymaps): Ditto. | |
4598 * lispref/locals.texi (Standard Buffer-Local Variables): Ditto. | |
4599 * lispref/modes.texi (Auto Major Mode): Ditto. | |
4600 * lispref/positions.texi (List Motion): Ditto. | |
4601 * lispref/searching.texi (Regexp Search): Ditto. | |
4602 * lispref/symbols.texi (Symbol Components): Ditto. | |
4603 * lispref/tips.texi (Comment Tips): Ditto. | |
4604 * lispref/tips.texi (Library Headers): Ditto. | |
4605 | |
4606 2000-11-14 Adrian Aichner <adrian@xemacs.org> | |
4607 | |
4608 * internals/internals.texi (The Buffer Object): Ditto. | |
4609 | |
4610 2000-11-14 Adrian Aichner <adrian@xemacs.org> | |
4611 | |
4612 * cl.texi (Hash Tables): Ditto. | |
4613 * texinfo.texi (Other Info Files): Ditto. | |
4614 * xemacs-faq.texi (Q1.0.14): Ditto. | |
4615 | |
444 | 4616 2000-11-14 Martin Buchholz <martin@xemacs.org> |
4617 | |
4618 * XEmacs 21.2.37 is released. | |
4619 | |
4620 2000-10-27 Martin Buchholz <martin@xemacs.org> | |
4621 | |
4622 * xemacs/windows.texi (Other Window): | |
4623 | |
4624 * new-users-guide/files.texi (Saving Files): | |
4625 * new-users-guide/search.texi (Search and Replace): | |
4626 | |
4627 * lispref/abbrevs.texi (Abbrev Tables): | |
4628 * lispref/abbrevs.texi (Defining Abbrevs): | |
4629 * lispref/abbrevs.texi (Abbrev Files): | |
4630 * lispref/annotations.texi (Annotation Primitives): | |
4631 * lispref/backups.texi (Auto-Saving): | |
4632 * lispref/backups.texi (Reverting): | |
4633 * lispref/buffers.texi (Current Buffer): | |
4634 * lispref/buffers.texi (Buffer Names): | |
4635 * lispref/buffers.texi (Buffer Modification): | |
4636 * lispref/buffers.texi (Read Only Buffers): | |
4637 * lispref/buffers.texi (The Buffer List): | |
4638 * lispref/buffers.texi (Killing Buffers): | |
4639 * lispref/buffers.texi (Indirect Buffers): | |
4640 * lispref/building.texi (Building XEmacs): | |
4641 * lispref/building.texi (Garbage Collection): | |
4642 * lispref/commands.texi (Interactive Call): | |
4643 * lispref/commands.texi (Events): | |
4644 * lispref/commands.texi (Event Predicates): | |
4645 * lispref/commands.texi (Working With Events): | |
4646 * lispref/commands.texi (Converting Events): | |
4647 * lispref/commands.texi (Key Sequence Input): | |
4648 * lispref/commands.texi (Reading One Event): | |
4649 * lispref/commands.texi (Waiting): | |
4650 * lispref/commands.texi (Prefix Command Arguments): | |
4651 * lispref/commands.texi (Recursive Editing): | |
4652 * lispref/compile.texi (Compilation Functions): | |
4653 * lispref/compile.texi (Compiled-Function Objects): | |
4654 * lispref/consoles-devices.texi (Basic Device Functions): | |
4655 * lispref/consoles-devices.texi (Console Types and Device Classes): | |
4656 * lispref/consoles-devices.texi (Connecting to a Console or Device): | |
4657 * lispref/control.texi (Signaling Errors): | |
4658 * lispref/customize.texi (Type Keywords): | |
4659 * lispref/databases.texi (Connecting to a Database): | |
4660 * lispref/databases.texi (Working With a Database): | |
4661 * lispref/databases.texi (Other Database Functions): | |
4662 * lispref/debugging.texi (Function Debugging): | |
4663 * lispref/display.texi (Refresh Screen): | |
4664 * lispref/display.texi (The Echo Area): | |
4665 * lispref/display.texi (Blinking): | |
4666 * lispref/edebug-inc.texi (Tracing): | |
4667 * lispref/edebug-inc.texi (Instrumenting Macro Calls): | |
4668 * lispref/edebug-inc.texi (Edebug Options): | |
4669 * lispref/eval.texi (Function Indirection): | |
4670 * lispref/extents.texi (Creating and Modifying Extents): | |
4671 * lispref/extents.texi (Finding Extents): | |
4672 * lispref/extents.texi (Mapping Over Extents): | |
4673 * lispref/extents.texi (Extent Properties): | |
4674 * lispref/faces.texi (Basic Face Functions): | |
4675 * lispref/faces.texi (Face Properties): | |
4676 * lispref/faces.texi (Face Convenience Functions): | |
4677 * lispref/faces.texi (Other Face Display Functions): | |
4678 * lispref/faces.texi (Font Instance Characteristics): | |
4679 * lispref/faces.texi (Color Specifiers): | |
4680 * lispref/files.texi (Visiting Functions): | |
4681 * lispref/files.texi (Reading from Files): | |
4682 * lispref/files.texi (Changing File Attributes): | |
4683 * lispref/files.texi (File Names): | |
4684 * lispref/files.texi (File Name Components): | |
4685 * lispref/files.texi (Directory Names): | |
4686 * lispref/files.texi (Relative File Names): | |
4687 * lispref/files.texi (File Name Expansion): | |
4688 * lispref/files.texi (File Name Completion): | |
4689 * lispref/files.texi (User Name Completion): | |
4690 * lispref/files.texi (Magic File Names): | |
4691 * lispref/files.texi (Creating a Partial File): | |
4692 * lispref/files.texi (Format Conversion): | |
4693 * lispref/frames.texi (Creating Frames): | |
4694 * lispref/frames.texi (Property Access): | |
4695 * lispref/frames.texi (Size and Position): | |
4696 * lispref/frames.texi (Deleting Frames): | |
4697 * lispref/frames.texi (Finding All Frames): | |
4698 * lispref/frames.texi (Frames and Windows): | |
4699 * lispref/frames.texi (Visibility of Frames): | |
4700 * lispref/frames.texi (Frame Configurations): | |
4701 * lispref/functions.texi (Calling Functions): | |
4702 * lispref/functions.texi (Function Cells): | |
4703 * lispref/glyphs.texi (Creating Glyphs): | |
4704 * lispref/glyphs.texi (Image Specifiers): | |
4705 * lispref/glyphs.texi (Image Instance Types): | |
4706 * lispref/glyphs.texi (Image Instance Functions): | |
4707 * lispref/gutter.texi (Creating Gutter): | |
4708 * lispref/gutter.texi (Specifying a Gutter): | |
4709 * lispref/gutter.texi (Other Gutter Variables): | |
4710 * lispref/help.texi (Accessing Documentation): | |
4711 * lispref/help.texi (Help Functions): | |
4712 * lispref/help.texi (Obsoleteness): | |
4713 * lispref/internationalization.texi (Domain Specification): | |
4714 * lispref/intro.texi (Caveats): | |
4715 * lispref/keymaps.texi (Active Keymaps): | |
4716 * lispref/keymaps.texi (Functions for Key Lookup): | |
4717 * lispref/keymaps.texi (Changing Key Bindings): | |
4718 * lispref/keymaps.texi (Scanning Keymaps): | |
4719 * lispref/ldap.texi (The High-Level LDAP API): | |
4720 * lispref/ldap.texi (Low-level Operations on a LDAP Server): | |
4721 * lispref/ldap.texi (Encoder/Decoder Functions): | |
4722 * lispref/lists.texi (Setcar): | |
4723 * lispref/lists.texi (Setcdr): | |
4724 * lispref/lists.texi (Working With Normal Plists): | |
4725 * lispref/lists.texi (Working With Lax Plists): | |
4726 * lispref/loading.texi (Autoload): | |
4727 * lispref/loading.texi (Named Features): | |
4728 * lispref/markers.texi (Creating Markers): | |
4729 * lispref/markers.texi (Changing Markers): | |
4730 * lispref/markers.texi (The Mark): | |
4731 * lispref/menus.texi (Modifying Menus): | |
4732 * lispref/menus.texi (Pop-Up Menus): | |
4733 * lispref/menus.texi (Menu Accelerator Functions): | |
4734 * lispref/minibuf.texi (Text from Minibuffer): | |
4735 * lispref/minibuf.texi (Object from Minibuffer): | |
4736 * lispref/minibuf.texi (Basic Completion): | |
4737 * lispref/minibuf.texi (High-Level Completion): | |
4738 * lispref/minibuf.texi (Reading a Password): | |
4739 * lispref/minibuf.texi (Minibuffer Misc): | |
4740 * lispref/mouse.texi (Mouse Tracking): | |
4741 * lispref/syntax.texi (Syntax Table Functions): | |
4742 * lispref/numbers.texi (Arithmetic Operations): | |
4743 * lispref/numbers.texi (Rounding Operations): | |
4744 * lispref/numbers.texi (Math Functions): | |
4745 * lispref/objects.texi (String Type): | |
4746 * lispref/objects.texi (Equality Predicates): | |
4747 * lispref/os.texi (Killing XEmacs): | |
4748 * lispref/os.texi (Suspending XEmacs): | |
4749 * lispref/os.texi (System Environment): | |
4750 * lispref/os.texi (Time Conversion): | |
4751 * lispref/os.texi (Timers): | |
4752 * lispref/os.texi (Input Modes): | |
4753 * lispref/os.texi (Translating Input): | |
4754 * lispref/os.texi (Terminal Output): | |
4755 * lispref/os.texi (Flow Control): | |
4756 * lispref/positions.texi (Character Motion): | |
4757 * lispref/positions.texi (Word Motion): | |
4758 * lispref/positions.texi (Text Lines): | |
4759 * lispref/positions.texi (Screen Lines): | |
4760 * lispref/positions.texi (List Motion): | |
4761 * lispref/positions.texi (Narrowing): | |
4762 * lispref/postgresql.texi (Asynchronous Interface Functions): | |
4763 * lispref/processes.texi (Subprocess Creation): | |
4764 * lispref/processes.texi (Synchronous Processes): | |
4765 * lispref/processes.texi (Asynchronous Processes): | |
4766 * lispref/processes.texi (Process Information): | |
4767 * lispref/processes.texi (Input to Processes): | |
4768 * lispref/processes.texi (Signals to Processes): | |
4769 * lispref/processes.texi (Process Buffers): | |
4770 * lispref/processes.texi (Filter Functions): | |
4771 * lispref/processes.texi (Network): | |
4772 * lispref/range-tables.texi (Working With Range Tables): | |
4773 * lispref/searching.texi (String Search): | |
4774 * lispref/searching.texi (Regexp Search): | |
4775 * lispref/searching.texi (POSIX Regexps): | |
4776 * lispref/searching.texi (Replacing Match): | |
4777 * lispref/searching.texi (Entire Match Data): | |
4778 * lispref/sequences.texi (Bit Vector Functions): | |
4779 * lispref/specifiers.texi (Adding Specifications): | |
4780 * lispref/specifiers.texi (Creating Specifiers): | |
4781 * lispref/specifiers.texi (Specifier Validation Functions): | |
4782 * lispref/specifiers.texi (Other Specification Functions): | |
4783 * lispref/streams.texi (Output Variables): | |
4784 * lispref/symbols.texi (Other Plists): | |
4785 * lispref/text.texi (Insertion): | |
4786 * lispref/text.texi (Commands for Insertion): | |
4787 * lispref/text.texi (Deletion): | |
4788 * lispref/text.texi (User-Level Deletion): | |
4789 * lispref/text.texi (Kill Functions): | |
4790 * lispref/text.texi (Low-Level Kill Ring): | |
4791 * lispref/text.texi (Undo): | |
4792 * lispref/text.texi (Maintaining Undo): | |
4793 * lispref/text.texi (Margins): | |
4794 * lispref/text.texi (Sorting): | |
4795 * lispref/text.texi (Columns): | |
4796 * lispref/text.texi (Primitive Indent): | |
4797 * lispref/text.texi (Mode-Specific Indent): | |
4798 * lispref/text.texi (Region Indent): | |
4799 * lispref/text.texi (Case Changes): | |
4800 * lispref/text.texi (Examining Properties): | |
4801 * lispref/text.texi (Property Search): | |
4802 * lispref/text.texi (Registers): | |
4803 * lispref/text.texi (Transformations): | |
4804 * lispref/mule.texi (Charset Property Functions): | |
4805 * lispref/mule.texi (MULE Characters): | |
4806 * lispref/mule.texi (Composite Characters): | |
4807 * lispref/mule.texi (Coding System Properties): | |
4808 * lispref/mule.texi (Big5 and Shift-JIS Functions): | |
4809 * lispref/mule.texi (CCL Statements): | |
4810 * lispref/mule.texi (Calling CCL): | |
4811 * lispref/mule.texi (Category Tables): | |
4812 * lispref/toolbar.texi (Specifying the Toolbar): | |
4813 * lispref/toolbar.texi (Other Toolbar Variables): | |
4814 * lispref/tooltalk.texi (Elisp Interface for Sending Messages): | |
4815 * lispref/tooltalk.texi (Elisp Interface for Receiving Messages): | |
4816 * lispref/variables.texi (Creating Buffer-Local): | |
4817 * lispref/variables.texi (Variable Aliases): | |
4818 * lispref/windows.texi (Splitting Windows): | |
4819 * lispref/windows.texi (Deleting Windows): | |
4820 * lispref/windows.texi (Selecting Windows): | |
4821 * lispref/windows.texi (Cyclic Window Ordering): | |
4822 * lispref/windows.texi (Buffers and Windows): | |
4823 * lispref/windows.texi (Displaying Buffers): | |
4824 * lispref/windows.texi (Choosing Window): | |
4825 * lispref/windows.texi (Window Point): | |
4826 * lispref/windows.texi (Window Start): | |
4827 * lispref/windows.texi (Vertical Scrolling): | |
4828 * lispref/windows.texi (Horizontal Scrolling): | |
4829 * lispref/windows.texi (Resizing Windows): | |
4830 * lispref/windows.texi (Window Configurations): | |
4831 * lispref/x-windows.texi (X Selections): | |
4832 * lispref/x-windows.texi (Resources): | |
4833 * lispref/strings.texi (Creating Strings): | |
4834 * lispref/strings.texi (Character Codes): | |
4835 * lispref/strings.texi (Text Comparison): | |
4836 * lispref/strings.texi (String Conversion): | |
4837 * lispref/strings.texi (Formatting Strings): | |
4838 * lispref/strings.texi (Character Case): | |
4839 * lispref/strings.texi (Case Tables): | |
4840 * lispref/strings.texi (Char Table Types): | |
4841 * lispref/strings.texi (Working With Char Tables): | |
4842 Giant docstring parameter/Texinfo fixes. | |
4843 | |
4844 Don't use abbreviations for English words, especially when those | |
4845 words have other meanings. For example, use START, not BEG. | |
4846 Use OBJECT, not OBJ. | |
4847 Use VALUE, not VAL. | |
4848 Use BUFFER, not BUF. | |
4849 Use PROCESS, not PROC. (Sometimes PROC was used to mean FUNCTION!) | |
4850 Use CHARACTER, not CH or CHR. | |
4851 Use NUMBER, not NUM. | |
4852 Use COLUMN, not COL. | |
4853 Use POSITION, not POS. | |
4854 Use SYMBOL, not SYM. | |
4855 Use STRING, not STR. | |
4856 Use LIMIT, not LIM. | |
4857 Use OTHER-WINDOW-P, not OTHER-P. | |
4858 Use PRIORITY, not PRI. | |
4859 | |
4860 Use `non-nil', not `true'. | |
4861 | |
4862 Don't call a parameter an ALIST if it can also be a FUNCTION or OBARRAY. | |
4863 | |
4864 Use CASE-TABLE, CATEGORY-TABLE, CHAR-TABLE, etc. instead of TABLE. | |
4865 | |
4866 Try to find better parameter names than ARG. | |
4867 | |
4868 Use consistent parameter names. For example, s/NO-ERROR/NOERROR/g; | |
4869 | |
4870 Use type information in parameter names. For example, use | |
4871 (make-bit-vector length bit), not (make-bit-vector length init). | |
4872 | |
4873 Completion functions should have parameters with names like | |
4874 PARTIAL-FILENAME instead of the misleading FILENAME. | |
4875 | |
4876 Type predicates should consistently take an OBJECT parameter, | |
4877 since any object is valid as input. | |
4878 | |
4879 Use WHICH-FRAMES and WHICH-DEVICES parameters consistently for | |
4880 functions like next-window and next-frame that walk over window or | |
4881 frame lists. | |
4882 | |
4883 Deleted duplicated documentation for: | |
4884 one-window-p, format-insert-file | |
4885 | |
4886 Deleted 21 lines of VMS-specific texinfo documentation. | |
4887 | |
4888 Fixed up a few places where `_' was used in docstring parameter | |
4889 names instead of `-'. | |
4890 | |
4891 Fixed up places that used nil or t without @code. | |
4892 | |
4893 Fixed up places that erroneously used @code instead of @var. | |
4894 | |
4895 Fixed many typos. | |
4896 | |
4897 Fixed many places where the parameters mentioned in the docstring | |
4898 didn't match the actual parameters. | |
4899 | |
4900 Fixed 7 places that used `@var{nil}' instead of `@code{nil}'. | |
4901 | |
4902 Fixed 40 places where docstrings were missing trailing `.' | |
4903 | |
4904 Fixed the texi documentation of 41 functions where the | |
4905 interactiveness of the function in the documentation did not match | |
4906 the implementation. | |
4907 | |
4908 Fixed 117 functions where the names of parameters in the texi was | |
4909 different from the names in the implementation. | |
4910 | |
4911 Fixed the texi documentation of 137 functions where the parameter | |
4912 list of the function in the texi was semantically different from | |
4913 the implementation. | |
4914 | |
4915 2000-10-28 Adrian Aichner <adrian@xemacs.org> | |
4916 | |
4917 * xemacs-faq.texi (Q1.2.1): Use @html instead of @ifhtml to | |
4918 incorporate raw HTML output in the HTML version. | |
4919 | |
4920 2000-11-02 Stephen J. Turnbull <stephen@xemacs.org> | |
4921 | |
4922 * xemacs/menus.texi: | |
4923 * widget.texi: | |
4924 Typo fixes and tiny clarifications. | |
4925 | |
4926 2000-10-19 Stephen J. Turnbull <stephen@xemacs.org> | |
4927 | |
4928 * xemacs-faq.texi: Added Q2.0.13, Q2.0.14 - packages why and how. | |
4929 Added Q2.1.25 - function not found due to package not installed. | |
4930 | |
4931 * xemacs/xemacs.texi: | |
4932 * xemacs/abbrevs.texi: | |
4933 * xemacs/basic.texi: | |
4934 * xemacs/building.texi: | |
4935 * xemacs/packages.texi: | |
4936 * xemacs/startup.texi: | |
4937 Moved "Packages" node to "Important General Concepts" section. | |
4938 | |
4939 * xemacs/packages.texi: Added package list from etc/PACKAGES. | |
4940 | |
442 | 4941 2000-10-04 Martin Buchholz <martin@xemacs.org> |
4942 | |
4943 * XEmacs 21.2.36 is released. | |
4944 | |
4945 2000-09-27 Martin Buchholz <martin@xemacs.org> | |
4946 | |
4947 * lispref/processes.texi (Signals to Processes): Many corrections. | |
4948 | |
4949 2000-09-20 Martin Buchholz <martin@xemacs.org> | |
4950 | |
4951 * xemacs/startup.texi (Startup Paths): Minor fixes. | |
4952 | |
4953 2000-09-19 Martin Buchholz <martin@xemacs.org> | |
4954 | |
4955 * *: Spelling mega-patch | |
4956 | |
4957 2000-09-16 Martin Buchholz <martin@xemacs.org> | |
4958 | |
4959 * internals/internals.texi (Low-Level Modules): | |
4960 Correct the list of source files. | |
4961 | |
4962 2000-08-24 Adrian Aichner <aichner@ecf.teradyne.com> | |
4963 | |
4964 * emodules.texi (Introduction): Trivial typo fix. | |
4965 | |
4966 2000-08-24 Martin Buchholz <martin@xemacs.org> | |
4967 | |
4968 * emodules.texi (Initialization Mode): Spell-Check. | |
4969 | |
4970 2000-08-24 Martin Buchholz <martin@xemacs.org> | |
4971 | |
4972 * lispref/databases.texi (Connecting to a Database): | |
4973 s/berkeley_db/berkeley-db/. Too much C programming. | |
4974 | |
4975 2000-08-02 Stephen J. Turnbull <stephen@xemacs.org> | |
4976 | |
4977 * xemacs/custom.texi (Menubar Resources): Document FontSet resource. | |
4978 | |
4979 2000-07-30 Ben Wing <ben@xemacs.org> | |
4980 | |
4981 * xemacs\search.texi (Regexp Search): | |
4982 * xemacs\search.texi (Regexps): | |
4983 Synch up with updated docs below (describing non-greedy | |
4984 operators and such). | |
4985 | |
4986 2000-07-30 Ben Wing <ben@xemacs.org> | |
4987 | |
4988 * lispref\searching.texi (Syntax of Regexps): | |
4989 Document ??, which we've supported since 20.4. | |
4990 | |
4991 2000-07-31 Sandra Wambold <wambold@cygnus.com> | |
4992 | |
4993 * xemacs-faq.texi: Minor updates in first two sections | |
4994 | |
4995 2000-07-27 Andy Piper <andy@xemacs.org> | |
4996 | |
4997 * lispref/hash-tables.texi: add new hash table type. | |
4998 | |
4999 2000-07-19 Martin Buchholz <martin@xemacs.org> | |
5000 | |
5001 * XEmacs 21.2.35 is released. | |
5002 | |
5003 2000-07-10 Martin Buchholz <martin@xemacs.org> | |
5004 | |
5005 * Makefile: rm -f ==> $(RM) | |
5006 | |
5007 2000-07-09 Martin Buchholz <martin@xemacs.org> | |
5008 | |
454 | 5009 * lispref/postgresql.texi: |
442 | 5010 - Don't mention ".so" extension. |
5011 - Make installation instructions more generic. | |
5012 - Mention M-x describe-installation. | |
5013 | |
5014 2000-07-08 Ben Wing <ben@xemacs.org> | |
5015 | |
5016 * xemacs-faq.texi (Q6.4.1): Update the perennial nonstart under | |
5017 Windows problem with binary locs and latest info. | |
5018 | |
5019 2000-06-17 Adrian Aichner <aichner@ecf.teradyne.com> | |
5020 | |
5021 * lispref/glyphs.texi: Fix trivial typos. | |
5022 * lispref/gutter.texi: Ditto. | |
5023 * lispref/loading.texi: Ditto. | |
5024 * lispref/postgresql.texi: Ditto. | |
5025 | |
5026 2000-06-14 Adrian Aichner <aichner@ecf.teradyne.com> | |
5027 | |
5028 * internals/internals.texi (Markers and Extents): Fix trivial typo. | |
5029 | |
5030 2000-06-11 Adrian Aichner <aichner@ecf.teradyne.com> | |
5031 | |
5032 * make-stds.texi: Fix trivial typos. | |
5033 * xemacs-faq.texi: Ditto. | |
5034 * internals/internals.texi: Ditto. | |
5035 * new-users-guide/edit.texi: Ditto. | |
5036 * new-users-guide/modes.texi: Ditto. | |
5037 * new-users-guide/region.texi: Ditto. | |
5038 | |
5039 2000-06-10 Ben Wing <ben@xemacs.org> | |
5040 | |
5041 * xemacs-faq.texi (Q6.1.2): | |
5042 * xemacs-faq.texi (Q6.1.5): | |
5043 * xemacs-faq.texi (Q6.1.6): | |
5044 Corrections for Cygwin, MinGW. | |
5045 | |
5046 2000-06-07 Adrian Aichner <aichner@ecf.teradyne.com> | |
5047 | |
5048 * xemacs/basic.texi: Fix trivial typos. | |
5049 * xemacs/buffers.texi: Fix trivial typos. | |
5050 * xemacs/building.texi: Ditto. | |
5051 * xemacs/glossary.texi: Ditto. | |
5052 * xemacs/gnu.texi: Ditto. | |
5053 * xemacs/help.texi: Ditto. | |
5054 * xemacs/keystrokes.texi: Ditto. | |
5055 * xemacs/programs.texi: Ditto. | |
5056 * xemacs/search.texi: Ditto. | |
5057 * xemacs/sending.texi: Ditto. | |
5058 | |
5059 2000-05-28 Martin Buchholz <martin@xemacs.org> | |
5060 | |
5061 * XEmacs 21.2.34 is released. | |
5062 | |
5063 2000-05-17 Yoshiki Hayashi <yoshiki@xemacs.org> | |
5064 | |
5065 * xemacs/basic.texi: Document translation of tutorial. | |
5066 * xemacs/startup.texi: Remove lock-directory. | |
5067 * xemacs/enterings.texi: Update. | |
5068 | |
5069 2000-05-17 Yoshiki Hayashi <yoshiki@xemacs.org> | |
5070 | |
5071 * lispref/display.texi: | |
5072 * lispref/faces.texi: | |
5073 * lispref/glyphs.texi: | |
5074 * lispref/gutter.texi: | |
5075 * lispref/modes.texi: | |
5076 * lispref/specifiers.texi: | |
5077 * lispref/toolbar.texi: | |
5078 Update. Merge Ben's doc-string update. | |
5079 | |
5080 2000-05-08 Yoshiki Hayashi <yoshiki@xemacs.org> | |
5081 | |
5082 * xemacs/basic.texi: | |
5083 * xemacs/enterings.texi: | |
5084 * xemacs/mini.texi: | |
5085 Partial sync with FSF Emacs 20.6 and some update. | |
5086 | |
5087 2000-05-01 Martin Buchholz <martin@xemacs.org> | |
5088 | |
5089 * XEmacs 21.2.33 is released. | |
5090 | |
5091 2000-04-11 Yoshiki Hayashi <yoshiki@xemacs.org> | |
5092 | |
5093 * xemacs-faq.texi (Q2.1.24): Removed wrong header. | |
5094 | |
5095 2000-04-01 Oscar Figueiredo <oscar@xemacs.org> | |
5096 | |
5097 * lispref/ldap.texi: Documentation of the add/modify/delete and | |
5098 internationalization APIs | |
5099 | |
5100 * lispref/lispref.texi: Updated LDAP-related menus | |
5101 | |
5102 2000-03-20 Martin Buchholz <martin@xemacs.org> | |
5103 | |
5104 * XEmacs 21.2.32 is released. | |
5105 | |
5106 2000-03-15 SL Baur <steve@musashimaru.m17n.org> | |
5107 | |
5108 * lispref/postgresql.texi (Unimplemented libpq Functions): Update | |
5109 documentation to reflect the latest code. | |
5110 | |
5111 2000-03-07 SL Baur <steve@musashimaru.m17n.org> | |
5112 | |
5113 * lispref/postgresql.texi (PostgreSQL Support): New File. | |
5114 | |
5115 * lispref/ldap.texi: Insert PostgreSQL/libpq chapter. | |
5116 * lispref/lispref.texi (Top): Ditto. | |
5117 * lispref/internationalization.texi: Ditto. | |
5118 | |
5119 2000-03-07 Yoshiki Hayashi <yoshiki@xemacs.org> | |
5120 | |
5121 * lispref/glyphs.texi (Image Specifiers): Remove parenthesis. | |
5122 | |
5123 2000-03-06 Yoshiki Hayashi <yoshiki@xemacs.org> | |
5124 | |
5125 * xemacs-faq.texi: Put node before section. | |
5126 | |
5127 2000-03-05 Jonathan Harris <jhar@tardis.ed.ac.uk> | |
5128 | |
5129 * xemacs-faq.texi (Macintosh port): Made texinfmt-friendly. | |
5130 | |
5131 2000-03-01 Sandra Wambold <wambold@xemacs.org> | |
5132 | |
5133 * xemacs-faq.texi: Added 6.4.1. XEmacs won't start on Windows | |
5134 | |
5135 2000-01-25 Yoshiki Hayashi <yoshiki@xemacs.org> | |
5136 | |
5137 * xemacs/xemacs.texi: Detailed menu update. | |
5138 | |
5139 2000-01-28 Yoshiki Hayashi <yoshiki@xemacs.org> | |
5140 | |
5141 * xemacs/help.texi: Synch with FSF 20.5. Update. | |
5142 | |
5143 2000-02-21 Yoshiki Hayashi <yoshiki@xemacs.org> | |
5144 | |
5145 * lispref/minibuf.texi: Add default argument documentation. | |
5146 | |
5147 2000-02-27 Martin Buchholz <martin@xemacs.org> | |
5148 | |
5149 * internals/internals.texi (lrecords): Update docs for new lisp | |
5150 object representation. | |
5151 | |
5152 2000-02-25 Martin Buchholz <martin@xemacs.org> | |
5153 | |
5154 * internals/internals.texi (Techniques for XEmacs Developers): | |
5155 Document INLINE_HEADER and how to create macros and inline functions. | |
5156 Cleanup entire section. | |
5157 | |
2069 | 5158 2000-02-17 Stephen J. Turnbull <stephen@xemacs.org> |
442 | 5159 |
5160 * man/lispref/gutter.texi: New file describing gutter API. | |
5161 | |
5162 * man/lispref/lispref.texi, man/lispref/scrollbars.texi, | |
5163 | |
5164 * man/lispref/toolbar.texi: Fixup links to new node Gutter. | |
5165 | |
2069 | 5166 2000-02-17 Stephen J. Turnbull <stephen@xemacs.org> |
442 | 5167 |
5168 * man/lispref/frames.texi, man/xemacs/custom.texi, | |
5169 man/xemacs/frame.texi, man/xemacs/glossary.texi: Mention menubars, | |
5170 toolbars, and gutters as optional components of frames, with | |
5171 pointers to descriptions. | |
5172 | |
2069 | 5173 2000-02-17 Stephen J. Turnbull <stephen@xemacs.org> |
442 | 5174 |
5175 * man/lispref/mule.texi: Substantial reorganization and | |
5176 revision for style of descriptions of character sets, | |
5177 encodings, and coding systems. Addition of a complete table | |
5178 of coding systems as of XEmacs 21.2.19. | |
5179 | |
5180 2000-02-23 Martin Buchholz <martin@xemacs.org> | |
5181 | |
5182 * XEmacs 21.2.31 is released. | |
5183 | |
5184 2000-02-21 Martin Buchholz <martin@xemacs.org> | |
5185 | |
5186 * XEmacs 21.2.30 is released. | |
5187 | |
5188 2000-02-21 Jonathan Harris <jhar@tardis.ed.ac.uk> | |
5189 | |
5190 * internals/internals.texi: Made texinfmt-friendly. | |
5191 | |
5192 2000-01-20 Mark Thomas <mthomas@jprc.com> | |
5193 | |
5194 * lispref/backups.texi (Numbered Backups): | |
5195 * xemacs/files.texi (Backup Deletion): | |
5196 Change trim-versions-without-asking to delete-old-versions. | |
5197 | |
5198 2000-02-19 Martin Buchholz <martin@xemacs.org> | |
5199 | |
5200 * internals/internals.texi (Conversion to and from External Data): | |
5201 Document TO_EXTERNAL_FORMAT and friends. | |
5202 Doc bug fixes. | |
5203 | |
5204 2000-02-16 Martin Buchholz <martin@xemacs.org> | |
5205 | |
5206 * XEmacs 21.2.29 is released. | |
5207 | |
5208 2000-02-16 Martin Buchholz <martin@xemacs.org> | |
5209 | |
5210 * internals/internals.texi: Integrate Olivier's portable dumping docs. | |
5211 | |
5212 2000-02-09 Martin Buchholz <martin@xemacs.org> | |
5213 | |
5214 * lispref/symbols.texi (Object Plists): | |
5215 Document `object-plist'. | |
5216 Document `remprop'. | |
5217 Rework all plist frobbing docs for accuracy. | |
5218 | |
440 | 5219 2000-02-07 Martin Buchholz <martin@xemacs.org> |
5220 | |
5221 * XEmacs 21.2.28 is released. | |
5222 | |
5223 2000-02-07 Martin Buchholz <martin@xemacs.org> | |
5224 | |
5225 * cl.texi: Remove (or replace by `get') references to `get*'. | |
5226 | |
5227 2000-01-25 Yoshiki Hayashi <yoshiki@xemacs.org> | |
5228 | |
5229 * widget.texi: | |
5230 * internals/internals.texi: | |
5231 * lispref/commands.texi: | |
5232 * lispref/consoles-devices.texi: | |
5233 * lispref/customize.texi: | |
5234 * lispref/dialog.texi: | |
5235 * lispref/extents.texi: | |
5236 * lispref/faces.texi: | |
5237 * lispref/glyphs.texi: | |
5238 * lispref/keymaps.texi: | |
5239 * lispref/lists.texi: | |
5240 * lispref/markers.texi: | |
5241 * lispref/menus.texi: | |
5242 * lispref/mule.texi: | |
5243 * lispref/objects.texi: | |
5244 * lispref/specifiers.texi: | |
5245 * lispref/toolbar.texi: | |
5246 * lispref/tooltalk.texi: | |
5247 * lispref/x-windows.texi: | |
5248 * new-users-guide/custom2.texi: | |
5249 * new-users-guide/help.texi: | |
5250 * new-users-guide/modes.texi: | |
5251 * xemacs/abbrevs.texi: | |
5252 * xemacs/buffers.texi: | |
5253 * xemacs/custom.texi: | |
5254 * xemacs/help.texi: | |
5255 * xemacs/keystrokes.texi: | |
5256 * xemacs/mini.texi: | |
5257 * xemacs/new.texi: | |
5258 * xemacs/packages.texi: | |
5259 * xemacs/programs.texi: | |
5260 * xemacs/sending.texi: | |
5261 Change ' -- ' to '---' since Texinfo formats --- to --. | |
5262 Untabify. TeX doesn't like TAB. | |
5263 | |
5264 2000-01-27 Sandra Wambold <wambold@xemacs.org> | |
5265 | |
5266 * xemacs-faq.texi (Q6.2.2): updated font instructions to include | |
5267 21.2.* | |
5268 | |
5269 2000-01-25 Yoshiki Hayashi <yoshiki@xemacs.org> | |
5270 | |
5271 * xemacs-faq.texi: Untabify. | |
442 | 5272 |
440 | 5273 2000-01-22 Martin Buchholz <martin@xemacs.org> |
5274 | |
5275 * internals/internals.texi (General Coding Rules): Document why we | |
5276 #include <config.h> | |
5277 | |
5278 2000-01-21 Yoshiki Hayashi <yoshiki@xemacs.org> | |
5279 | |
5280 * xemacs-faq.texi: Change ' -- ' to '---'. | |
442 | 5281 |
440 | 5282 2000-01-19 Yoshiki Hayashi <yoshiki@xemacs.org> |
5283 | |
5284 * lispref/faces.texi (Face Properties): Document | |
5285 remove-face-property. | |
5286 | |
438 | 5287 2000-01-18 Martin Buchholz <martin@xemacs.org> |
5288 | |
5289 * XEmacs 21.2.27 is released. | |
5290 | |
5291 2000-01-17 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp> | |
5292 | |
5293 * xemacs/regs.texi: Synch with FSF 20.5. | |
5294 | |
5295 2000-01-14 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp> | |
5296 | |
5297 * info.texi: Change cross reference from emacs to xemacs. | |
5298 | |
5299 2000-01-14 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp> | |
5300 | |
5301 * xemacs/mini.texi: Synch with FSF 20.5. Update. | |
5302 | |
5303 2000-01-16 Martin Buchholz <martin@xemacs.org> | |
5304 | |
5305 * xemacs-faq.texi (Q2.1.15): Fix up @table formatting. | |
5306 | |
5307 2000-01-14 Martin Buchholz <martin@xemacs.org> | |
5308 | |
5309 * xemacs-faq.texi (Q2.1.15): Update dbx/gdb debugging info. | |
5310 | |
5311 2000-01-14 Sandra Wambold <wambold@xemacs.org> | |
5312 | |
5313 * xemacs-faq.texi: removed out-of-date XEmacs 19 questions. | |
5314 | |
5315 2000-01-14 Sandra Wambold <wambold@xemacs.org> | |
5316 | |
5317 * xemacs-faq.texi: Updated Macintosh information, | |
5318 updated OS/2 info, changed turn-on-pending-delete answer. | |
5319 | |
5320 2000-01-08 Martin Buchholz <martin@xemacs.org> | |
5321 | |
5322 * xemacs-faq.texi (Q2.1.15): Make debugging info current. | |
5323 | |
5324 2000-01-08 Hrvoje Niksic <hniksic@iskon.hr> | |
5325 | |
5326 * lispref/control.texi (Signaling Errors): Document that `signal' | |
5327 is continuable. | |
5328 (Signaling Errors): Document `cerror', `signal-error', and | |
5329 `check-argument-type'. | |
5330 (Handling Errors): Mention `debug-on-signal'. | |
5331 (Error Symbols): Document `define-error'. | |
5332 (Processing of Errors): Document `display-error' and | |
5333 `error-message-string'. | |
5334 | |
5335 2000-01-05 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp> | |
5336 | |
5337 * internals/internals.texi: Remove latin-1 char. | |
5338 | |
5339 2000-01-05 Didier Verna <didier@xemacs.org> | |
5340 | |
5341 * xemacs/custom.texi (Key bindings using strings): add missing | |
5342 whitespace. | |
5343 | |
5344 * xemacs/xemacs.texi (Top): | |
5345 * new-users-guide/new-users-guide.texi (Top): add missing `@top' | |
5346 node. | |
5347 | |
5348 1999-12-24 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp> | |
5349 | |
5350 * lispref/minibuf.texi (Reading a Password): New section. | |
5351 | |
5352 1999-12-21 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp> | |
5353 | |
5354 * lispref/minibuf.texi: Remove documentation about | |
5355 minibuffer-local-ns-map, read-no-blanks-input. | |
5356 | |
5357 1999-12-21 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp> | |
5358 | |
5359 * lispref/minibuf.texi: Partial Synch with FSF manual. | |
5360 Add description about DEFAULT argument of reading functions. | |
5361 | |
436 | 5362 1999-12-31 Martin Buchholz <martin@xemacs.org> |
5363 | |
5364 * XEmacs 21.2.26 is released. | |
5365 | |
5366 1999-12-26 Karl M. Hegbloom <karlheg@inetarena.com> | |
5367 | |
5368 * internals/internals.texi (garbage_collect_1): Xemacs -> XEmacs | |
5369 | |
434 | 5370 1999-12-24 Martin Buchholz <martin@xemacs.org> |
5371 | |
5372 * XEmacs 21.2.25 is released. | |
5373 | |
5374 1999-12-21 Martin Buchholz <martin@xemacs.org> | |
5375 | |
5376 * lispref/text.texi (Near Point): Document `char-before'. | |
5377 | |
5378 1999-12-20 Adrian Aichner <adrian@xemacs.org> | |
5379 | |
5380 * widget.texi: Fix typos and possessive singular errors. Break | |
5381 long sentences for readability. Remove some redundant commas. | |
5382 | |
5383 1999-12-18 Martin Buchholz <martin@xemacs.org> | |
5384 | |
442 | 5385 * lispref/functions.texi (Mapping Functions): |
434 | 5386 Warn about mapping functions modifying their sequences. |
5387 | |
5388 1999-12-15 Sandra Wambold <wambold@xemacs.org> | |
5389 | |
5390 * xemacs-faq.texi: link to matlab.el added; misc. address changes | |
5391 | |
432 | 5392 1999-12-14 Martin Buchholz <martin@xemacs.org> |
5393 | |
5394 * XEmacs 21.2.24 is released. | |
5395 | |
5396 1999-12-07 Gunnar Evermann <ge204@eng.cam.ac.uk> | |
5397 | |
5398 * xemacs/startup.texi (Startup Paths): fix typo: EMACSPACKAGEPATH | |
442 | 5399 instead of PACKAGEPATH |
432 | 5400 From Marcus Harnisch <harnisch@mikrom.de> |
5401 | |
430 | 5402 1999-12-07 Martin Buchholz <martin@xemacs.org> |
5403 | |
5404 * XEmacs 21.2.23 is released. | |
5405 | |
5406 1999-12-06 Sandra Wambold <wambold@pobox.com> | |
5407 | |
5408 * xemacs-faq.texi: Added MS-Windows questions; some other changes | |
5409 | |
5410 1999-11-29 Martin Buchholz <martin@xemacs.org> | |
5411 | |
442 | 5412 * info.texi (Top): |
430 | 5413 Remove @ifnottex, which gives old makeinfos indigestion. |
442 | 5414 * texinfo.texi (Top): |
430 | 5415 Revert to pre-texinfo-4.0 version, plus small changes to make |
5416 texinfo-3.12, texinfo-3.12f, texinfo-4.0, and TeX happy. | |
5417 | |
5418 1999-11-30 Sandra Wambold <wambold@cygnus.com> | |
5419 | |
5420 * xemacs-faq.texi: fixed and commented out bad URL links | |
5421 | |
428 | 5422 1999-11-29 XEmacs Build Bot <builds@cvs.xemacs.org> |
5423 | |
5424 * XEmacs 21.2.22 is released | |
5425 | |
5426 1999-11-28 Martin Buchholz <martin@xemacs.org> | |
5427 | |
5428 * XEmacs 21.2.21 is released. | |
5429 | |
5430 1999-11-26 Martin Buchholz <martin@xemacs.org> | |
5431 | |
5432 * internals.texi (Lstream Functions): | |
5433 * internals.texi (Lstream Methods): | |
5434 Types have changed to size_t and ssize_t. Document them. | |
5435 | |
5436 1999-08-12 Gunnar Evermann <ge204@eng.cam.ac.uk> | |
5437 | |
5438 * xemacs-faq.texi (Q4.4.2): added FAQ about Sun Workshop on | |
5439 XEmacs 21 | |
5440 | |
5441 1999-11-15 Martin Buchholz <martin@xemacs.org> | |
5442 | |
5443 * xemacs/programs.texi: Upgrade to etags Version 13.32 | |
442 | 5444 |
428 | 5445 * Makefile: |
5446 - Make sure the default target is `info' instead of cl.info. | |
5447 - Use $(INFODIR) consistently where appropriate. | |
5448 - Remove makeinfo-1.68 warning. (Usually only maintainer rebuilds info). | |
5449 - Comment out unused macros: EMACS EMACSFLAGS | |
5450 - Replace `-rm -f' with `rm -f', XPG4 guarantees exit code == 0. | |
5451 - Get dependencies up to date. | |
5452 | |
5453 * internals/Makefile: | |
5454 * xemacs/Makefile: | |
5455 * lispref/Makefile: | |
5456 * new-users-guide/Makefile: | |
5457 * lispref/index.perm: | |
5458 * lispref/index.unperm: | |
5459 * lispref/permute-index: | |
5460 * internals/index.perm: | |
5461 * internals/index.unperm: | |
5462 Remove these Makefiles. | |
5463 Include all functionality in man/Makefile. | |
5464 Support only non-permuted indexes for simplicity. | |
5465 | |
5466 * emodules.texi: | |
5467 - TeX doesn't tolerate `_' in variable names; use `-' instead. | |
5468 | |
5469 * lispref/commands.texi: | |
5470 * lispref/display.texi: | |
5471 * lispref/faces.texi: | |
5472 * lispref/functions.texi: | |
5473 * lispref/keymaps.texi: | |
5474 * lispref/lists.texi: | |
5475 * lispref/modes.texi: | |
5476 * lispref/objects.texi: | |
5477 * lispref/os.texi: | |
5478 * lispref/sequences.texi: | |
5479 * lispref/strings.texi: | |
5480 * lispref/text.texi: | |
5481 * new-users-guide/custom1.texi: | |
5482 * xemacs/custom.texi: | |
5483 * xemacs/menus.texi: | |
5484 - Make sources compatible with makeinfo 4.0 *and* 3.12. | |
5485 - Replace @sc{ASCII} with @sc{ascii}, etc... | |
5486 - Replace @var{(foo)} with (@var{foo}), etc... | |
5487 | |
5488 * info-stnd.texi: Remove. Who cares about the standalone info reader? | |
5489 | |
5490 * texinfo.tex: | |
5491 * texinfo.texi: | |
5492 * info.texi: | |
5493 * standards.texi: | |
5494 * make-stds.texi: | |
5495 Import FSF-maintained files from texinfo-4.0. | |
5496 | |
5497 1999-11-10 XEmacs Build Bot <builds@cvs.xemacs.org> | |
5498 | |
5499 * XEmacs 21.2.20 is released | |
5500 | |
5501 1999-08-30 Robert Pluim <rpluim@bigfoot.com> | |
5502 | |
5503 * xemacs/packages.texi (Using Packages): Added description of | |
5504 package-get-package-provider. | |
5505 | |
5506 1999-07-27 Charles G Waldman <cgw@fnal.gov> | |
5507 | |
5508 * xemacs-faq.texi (Q5.0.6): Describe `shell-multiple-shells' | |
5509 | |
434 | 5510 1999-08-01 Adrian Aichner <adrian@xemacs.org> |
428 | 5511 |
5512 * xemacs/programs.texi (Balanced Editing): Remove broken | |
5513 line-break. | |
5514 | |
5515 * xemacs-faq.texi (Q1.0.6): Provide correct location in XEmacs | |
5516 menus. | |
5517 (Q1.4.1): ditto. | |
5518 (Q1.4.3): ditto. | |
5519 (Q2.0.5): Hyphenate words. | |
5520 | |
5521 * info.texi (Add): Fix one typo. | |
5522 | |
5523 1999-08-23 Stephane Epardaud <stephane@lunatech.com> | |
5524 | |
5525 * internals/internals.texi (Garbage Collection - Step by Step): | |
5526 just added some dots to shut up compile warnings. | |
5527 | |
5528 1999-08-19 Matthias Neubauer <neubauer@informatik.uni-tuebingen.de> | |
5529 | |
5530 * internals/internals.texi (Garbage Collection - Step by Step): | |
5531 new section in chapter Allocation of Objects in XEmacs Lisp. | |
5532 | |
5533 1999-07-28 Andy Piper <andy@xemacs.org> | |
5534 | |
5535 * internals.texi (Glyphs): add some glyph documentation. | |
5536 | |
5537 1999-07-30 XEmacs Build Bot <builds@cvs.xemacs.org> | |
5538 | |
5539 * XEmacs 21.2.19 is released | |
5540 | |
434 | 5541 1999-07-10 Adrian Aichner <adrian@xemacs.org> |
428 | 5542 |
5543 * emodules.texi: Use @set emacs and @value{emacs} instead of | |
5544 @macro (unsupported by texinfo package). Remove stray @code. | |
5545 * custom.texi: Add info extension to @setfilename. | |
5546 * texinfo.texi: Ditto. | |
5547 * widget.texi: Ditto. | |
5548 * packages.texi: Reword a sentence, fixing @item Decide where to | |
5549 install ... | |
5550 | |
442 | 5551 1999-07-19 Didier Verna <didier@xemacs.org> |
428 | 5552 |
5553 * custom.texi (Wishlist): removed the Custom Comments wishlist | |
5554 entry. They are implemented. | |
5555 | |
5556 1999-07-13 XEmacs Build Bot <builds@cvs.xemacs.org> | |
5557 | |
5558 * XEmacs 21.2.18 is released | |
5559 | |
5560 1999-06-22 XEmacs Build Bot <builds@cvs.xemacs.org> | |
5561 | |
5562 * XEmacs 21.2.17 is released | |
5563 | |
5564 1999-06-11 XEmacs Build Bot <builds@cvs.xemacs.org> | |
5565 | |
5566 * XEmacs 21.2.16 is released | |
5567 | |
5568 1999-06-04 XEmacs Build Bot <builds@cvs.xemacs.org> | |
5569 | |
5570 * XEmacs 21.2.15 is released | |
5571 | |
5572 1999-05-30 Albert Chin-A-Young <china@thewrittenword.com> | |
5573 | |
5574 * custom.texi, external-widget.texi: Minor | |
5575 fix to get info DIR entry correct. | |
5576 | |
5577 1999-05-22 Vin Shelton <acs@xemacs.org> | |
5578 | |
5579 * xemacs/cmdargs.texi: | |
5580 Document -private. | |
5581 | |
5582 1999-05-16 Mike McEwan <mike@lotusland.demon.co.uk> | |
5583 | |
5584 * Makefile: Added `emodules.info' to info targets. | |
5585 | |
5586 1999-05-20 Karl M. Hegbloom <karlheg@debian.org> | |
5587 | |
5588 * internals/internals.texi (The XEmacs Object System | |
5589 (Abstractly Speaking)): typo. | |
5590 | |
5591 1999-05-16 Hrvoje Niksic <hniksic@srce.hr> | |
5592 | |
5593 * lispref/text.texi (Substitution): Document improvements in | |
5594 `translate-region'. | |
5595 | |
5596 1999-05-14 XEmacs Build Bot <builds@cvs.xemacs.org> | |
5597 | |
5598 * XEmacs 21.2.14 is released | |
5599 | |
5600 1999-05-11 Albert Chin-A-Young <china@thewrittenword.com> | |
5601 | |
5602 * man/internals/internals.texi: | |
5603 * man/lispref/lispref.texi: | |
5604 * man/new-users-guide/new-users-guide.texi: | |
5605 * man/xemacs/xemacs.texi: | |
5606 * man/cl.texi: | |
5607 * man/custom.texi: | |
5608 * man/term.texi: | |
5609 * man/termcap.texi: | |
5610 * man/widget.texi: | |
5611 * man/xemacs-faq.texi: | |
5612 * man/external-widget.texi: | |
5613 Added info dir entries so install-info will add them to | |
5614 the common `dir' file. | |
5615 | |
2069 | 5616 1999-04-28 Stephen J. Turnbull <stephen@xemacs.org> |
428 | 5617 |
5618 * man/lispref/mule.texi: Document CCL | |
5619 - add sections: syntax, statements, expressions, and examples. | |
5620 - fix naming and description errors. | |
5621 - update links in neighboring nodes. | |
5622 | |
5623 1999-04-24 Gunnar Evermann <ge204@eng.cam.ac.uk> | |
5624 | |
5625 * lispref/eval.texi (Eval): default for max-lisp-eval-depth is 500. | |
5626 | |
5627 1999-04-23 Gunnar Evermann <ge204@eng.cam.ac.uk> | |
5628 | |
5629 * xemacs-faq.texi (Q3.0.7): refer to correct menu (Option->Frame | |
5630 Appearance) | |
5631 | |
5632 1999-03-12 XEmacs Build Bot <builds@cvs.xemacs.org> | |
5633 | |
5634 * XEmacs 21.2.13 is released | |
5635 | |
5636 1999-03-05 XEmacs Build Bot <builds@cvs.xemacs.org> | |
5637 | |
5638 * XEmacs 21.2.12 is released | |
5639 | |
5640 1999-03-01 XEmacs Build Bot <builds@cvs.xemacs.org> | |
5641 | |
5642 * XEmacs 21.2.11 is released | |
5643 | |
5644 1999-02-05 XEmacs Build Bot <builds@cvs.xemacs.org> | |
5645 | |
5646 * XEmacs 21.2.10 is released | |
5647 | |
5648 1999-02-02 XEmacs Build Bot <builds@cvs.xemacs.org> | |
5649 | |
5650 * XEmacs 21.2.9 is released | |
5651 | |
434 | 5652 1999-01-14 Adrian Aichner <adrian@xemacs.org> |
428 | 5653 |
5654 * internals\internals.texi (Techniques for XEmacs Developers): | |
5655 Fixing documentation. | |
5656 (Basic Lisp Modules): ditto. | |
5657 | |
5658 1999-01-10 J. Kean Johnston <jkj@sco.com> | |
5659 | |
5660 * emodules.texi: New file to describe XEmacs modules. | |
5661 | |
5662 1998-12-28 Martin Buchholz <martin@xemacs.org> | |
5663 | |
5664 * XEmacs 21.2.8 is released. | |
5665 | |
5666 1998-12-24 Martin Buchholz <martin@xemacs.org> | |
5667 | |
5668 * XEmacs 21.2.7 is released. | |
5669 | |
5670 1998-12-16 Andy Piper <andy@xemacs.org> | |
5671 | |
5672 * XEmacs 21.2.6 is released | |
5673 | |
5674 1998-12-05 XEmacs Build Bot <builds@cvs.xemacs.org> | |
5675 | |
5676 * XEmacs 21.2.5 is released | |
5677 | |
5678 1998-11-30 Martin Buchholz <martin@xemacs.org> | |
5679 | |
5680 * xemacs/startup.texi (Startup Paths): | |
5681 * xemacs/custom.texi (Widgets): | |
5682 * xemacs-faq.texi (Q3.0.5): | |
5683 * xemacs-faq.texi (Top): | |
5684 | |
5685 * widget.texi (info-link): | |
5686 | |
5687 * lispref/objects.texi (Type Predicates): | |
5688 * lispref/objects.texi (Hash Table Type): | |
5689 * lispref/objects.texi (Primitive Types): | |
5690 * lispref/objects.texi (Lisp Data Types): | |
5691 * lispref/macros.texi (Backquote): | |
5692 * lispref/hash-tables.texi (Weak Hash Tables): | |
5693 * lispref/hash-tables.texi: | |
5694 * lispref/errors.texi (Standard Errors): | |
5695 * lispref/compile.texi (Disassembly): | |
5696 * lispref/compile.texi (Compiled-Function Objects): | |
5697 * lispref/compile.texi (Eval During Compile): | |
5698 * lispref/compile.texi (Docs and Compilation): | |
5699 * lispref/compile.texi (Compilation Functions): | |
5700 * lispref/compile.texi (Speed of Byte-Code): | |
5701 * lispref/compile.texi (Byte Compilation): | |
5702 * lispref/building.texi (Garbage Collection): | |
5703 | |
5704 * internals/internals.texi (Simple Special Forms): | |
5705 * internals/internals.texi (Evaluation; Stack Frames; Bindings): | |
5706 * internals/internals.texi (Specifics of the Event Gathering Mechanism): | |
5707 * internals/internals.texi (String): | |
5708 * internals/internals.texi (Introduction to Allocation): | |
5709 * internals/internals.texi (Allocation of Objects in XEmacs Lisp): | |
5710 * internals/internals.texi (Modules for Internationalization): | |
5711 * internals/internals.texi (Modules for Interfacing with X Windows): | |
5712 * internals/internals.texi (Modules for Interfacing with the Operating System): | |
5713 * internals/internals.texi (Modules for Other Aspects of the Lisp Interpreter and Object System): | |
5714 * internals/internals.texi (Modules for Interfacing with the File System): | |
5715 * internals/internals.texi (Modules for the Redisplay Mechanism): | |
5716 * internals/internals.texi (Modules for the Basic Displayable Lisp Objects): | |
5717 * internals/internals.texi (Editor-Level Control Flow Modules): | |
5718 * internals/internals.texi (Modules for Standard Editing Operations): | |
5719 * internals/internals.texi (Basic Lisp Modules): | |
5720 * internals/internals.texi (Low-Level Modules): | |
5721 * internals/internals.texi (A Summary of the Various XEmacs Modules): | |
5722 * internals/internals.texi (An Example of Mule-Aware Code): | |
5723 * internals/internals.texi (Working With Character and Byte Positions): | |
5724 * internals/internals.texi (Writing Lisp Primitives): | |
5725 * internals/internals.texi (General Coding Rules): | |
5726 * internals/internals.texi (How Lisp Objects Are Represented in C): | |
5727 * internals/internals.texi (The XEmacs Object System (Abstractly Speaking)): | |
5728 * internals/internals.texi (XEmacs From the Perspective of Building): | |
5729 * internals/internals.texi (The Lisp Language): | |
5730 * internals/internals.texi (Top): | |
5731 * internals/internals.texi: | |
5732 - rewrite Internals manual | |
5733 | |
5734 * cl.texi (Porting Common Lisp): | |
5735 * cl.texi (Hash Tables): | |
5736 * cl.texi (Association Lists): | |
5737 * cl.texi (Declarations): | |
5738 * cl.texi (For Clauses): | |
5739 * cl.texi (Basic Setf): | |
5740 * cl.texi (Equality Predicates): | |
5741 - mega patch | |
5742 | |
5743 1998-11-28 SL Baur <steve@altair.xemacs.org> | |
5744 | |
5745 * XEmacs 21.2-beta4 is released. | |
5746 | |
5747 1998-10-15 SL Baur <steve@altair.xemacs.org> | |
5748 | |
5749 * XEmacs 21.2-beta3 is released. | |
5750 | |
5751 1998-10-09 SL Baur <steve@altair.xemacs.org> | |
5752 | |
5753 * Makefile (MAKEINFO): Undo no-split change. | |
5754 | |
5755 1998-09-29 SL Baur <steve@altair.xemacs.org> | |
5756 | |
5757 * XEmacs 21.2-beta2 is released. | |
5758 | |
5759 1998-09-20 Hrvoje Niksic <hniksic@srce.hr> | |
5760 | |
5761 * lispref/customize.texi: New file. | |
5762 | |
5763 1998-09-09 Hrvoje Niksic <hniksic@srce.hr> | |
5764 | |
5765 * internals/internals.texi (Coding for Mule): New node and | |
5766 section. | |
5767 | |
5768 1998-09-03 Darryl Okahata <darrylo@sr.hp.com> | |
5769 | |
5770 * xemacs/packages.texi: Document manually installing binary packages. | |
5771 | |
5772 1998-09-02 Jeff Miller <jmiller@smart.net> | |
5773 | |
5774 * Synch calendar.texi with Emacs 20.3 | |
5775 | |
5776 1998-09-03 Darryl Okahata <darrylo@sr.hp.com> | |
5777 | |
5778 * xemacs/packages.texi: Correct and update package documentation. | |
5779 Updated the package installation section to mention the visual | |
5780 package browser/installer. | |
5781 | |
5782 1998-08-31 Hrvoje Niksic <hniksic@srce.hr> | |
5783 | |
5784 * lispref/buffers.texi (Indirect Buffers): Update with XEmacs | |
5785 specifics. | |
5786 | |
5787 1998-08-21 Greg Klanderman <greg@alphatech.com> | |
5788 | |
5789 * lispref/files.texi (User Name Completion): new section. | |
5790 | |
434 | 5791 1998-07-23 Adrian Aichner <adrian@xemacs.org> |
428 | 5792 |
5793 * xemacs/packages.texi (Packages): Changing @itemize @emph to | |
5794 @itemize @bullet (this is what all other files included in | |
5795 xemacs.texi use) to fix error in texi2dvi (GNU Texinfo 3.12) 0.8. | |
5796 | |
5797 1998-07-20 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de> | |
5798 | |
5799 * xemacs/startup.texi: Small fixes, suggested by Hrvoje. | |
5800 | |
5801 * xemacs/xemacs.texi: | |
5802 * xemacs/packages.texi: More packages documentation. | |
5803 | |
5804 1998-07-19 SL Baur <steve@altair.xemacs.org> | |
5805 | |
5806 * XEmacs 21.2-beta1 is released. | |
5807 | |
5808 1998-07-12 SL Baur <steve@altair.xemacs.org> | |
5809 | |
5810 * XEmacs 21.0-pre5 is released. | |
5811 | |
5812 1998-07-09 SL Baur <steve@altair.xemacs.org> | |
5813 | |
5814 * XEmacs 21.0-pre4 is released. | |
5815 | |
5816 1998-07-09 Oliver Graf <ograf@fga.de> | |
5817 | |
5818 * lispref/dragndrop.texi: added warning to OffiX Protocol section | |
5819 | |
5820 1998-07-09 SL Baur <steve@altair.xemacs.org> | |
5821 | |
5822 * lispref/ldap.texi (Syntax of Search Filters): Fix QP encoding | |
5823 damage in transit. | |
5824 | |
5825 1998-07-05 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch> | |
5826 | |
5827 * lispref/tooltalk.texi: Fixed NEXT to @node LDAP | |
5828 | |
5829 * lispref/internationalization.texi: Fixed PREV to @node LDAP | |
5830 | |
5831 * lispref/lispref.texi: Added LDAP chapter from ldap.texi | |
5832 | |
5833 * lispref/Makefile: Added ldap.texi to srcs | |
5834 | |
5835 1998-06-29 SL Baur <steve@altair.xemacs.org> | |
5836 | |
5837 * standards.texi (Preface): Revert previous change to @node | |
5838 because it doesn't pass makeinfo. | |
5839 | |
434 | 5840 1998-06-27 Adrian Aichner <adrian@xemacs.org> |
428 | 5841 |
5842 * cl.texi: See ALL. | |
5843 * info-stnd.texi: Fixed @setfilename. | |
5844 * info.texi: Fixed @setfilename and a typo. | |
5845 * standards.texi: Added NEXT to @node Preface. See ALL. | |
5846 * texinfo.texi: Fixed section names, quoted usage of @TeX{}, | |
442 | 5847 changed some occurrences of `:' to `colon'. |
428 | 5848 * xemacs-faq.texi: See ALL. |
5849 * internals/internals.texi: See ALL. | |
5850 * lispref/back.texi: Fixed @setfilename. | |
5851 * lispref/compile.texi: See ALL. | |
5852 * lispref/debugging.texi: See ALL. | |
5853 * lispref/edebug-inc.texi: Added NEXT and UP to @node Edebug. | |
5854 * lispref/eval.texi: See ALL. | |
5855 * lispref/extents.texi: See ALL. | |
5856 * lispref/loading.texi: See ALL. | |
5857 * lispref/searching.texi: Escaped `(' in | |
5858 @cindex @samp{(?:} in regex | |
5859 * lispref/variables.texi: See ALL. | |
5860 | |
5861 1998-06-28 SL Baur <steve@altair.xemacs.org> | |
5862 | |
5863 * xemacs/calendar.texi: Massive update. | |
5864 From Jeff Miller <jmiller@smart.net> | |
5865 | |
5866 1998-06-20 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de> | |
5867 | |
5868 * xemacs/abbrevs.texi: | |
5869 * xemacs/basic.texi: | |
5870 * xemacs/buildings.texi: | |
5871 * xemacs/cmdargs.texi: | |
5872 * xemacs/files.texi: | |
5873 * xemacs/adjustments.texi: Adjustments to integrate startup.texi | |
5874 and packages.texi stuff. | |
5875 | |
5876 * xemacs/startup.texi: | |
5877 * xemacs/packages.texi: Created. | |
5878 | |
434 | 5879 1998-06-10 Adrian Aichner <adrian@xemacs.org> |
428 | 5880 |
5881 * texinfo.texi: added ../info/ to @setfilename, broke line after | |
5882 @noindent. Changed @var{arg-not-used-by-@TeX{}} to | |
5883 @var{arg-not-used-by-@@TeX{}} to make `texinfo-format-buffer' | |
5884 happy. Fixed refs broken by a previous patch of mine. | |
5885 | |
5886 1998-06-18 Darryl Okahata <darrylo@sr.hp.com> | |
5887 | |
5888 * lispref/os.texi (os.texi): Document `user-home-directory'. | |
5889 | |
5890 1998-06-13 Greg Klanderman <greg@alphatech.com> | |
5891 | |
5892 * lispref/windows.texi (Resizing Windows): document third optional | |
5893 WINDOW argument to enlarge-window and shrink-window. | |
5894 (Selecting Windows): document select-window optional norecord | |
5895 argument. | |
5896 (Size of Window): document window-text-area-pixel-height and | |
5897 window-text-area-pixel-width. | |
5898 (Size of Window): document window-displayed-text-pixel-height. | |
5899 (Position of Window): document window-text-area-pixel-edges. | |
5900 | |
5901 * lispref/positions.texi (Screen Lines): cleanup docs for | |
5902 vertical-motion and vertical-motion-pixels. | |
5903 | |
5904 1998-06-10 Hrvoje Niksic <hniksic@srce.hr> | |
5905 | |
5906 * lispref/windows.texi (Resizing Windows): Document | |
5907 `enlarge-window-pixels' and `shrink-window-pixels'. | |
5908 | |
5909 * lispref/positions.texi (Screen Lines): Update documentation of | |
5910 `vertical-motion'. | |
5911 (Screen Lines): Document `vertical-motion-pixels'. | |
5912 | |
5913 * lispref/frames.texi (Input Focus): Document `focus-frame', | |
5914 `save-selected-frame' and `with-selected-frame'. | |
5915 | |
5916 1998-06-10 Hrvoje Niksic <hniksic@srce.hr> | |
5917 | |
5918 * lispref/searching.texi (Regexp Search): Document `split-path'. | |
5919 | |
5920 * lispref/files.texi (Unique File Names): Update docs for | |
5921 `make-temp-name'; document `temp-directory'. | |
5922 | |
5923 1998-06-10 Hrvoje Niksic <hniksic@srce.hr> | |
5924 | |
5925 * lispref/os.texi (Recording Input): Update docs for `recent-keys'. | |
5926 | |
5927 * lispref/specifiers.texi (Specifier Instancing): Correct | |
5928 instantiation order. | |
5929 (Specifier Instancing Functions): Ditto. | |
5930 | |
5931 1998-06-11 Oliver Graf <ograf@fga.de> | |
5932 | |
5933 * lispref/lispref.texi: references to Drag'n'Drop fixed | |
5934 * lispref/modes.texi: references to Drag'n'Drop fixed | |
5935 * lispref/scrollbars.texi: references to Drag'n'Drop fixed | |
5936 * lispref/dragndrop.texi: naming changed to Drag and Drop | |
5937 added some docu about the drop procedure | |
5938 | |
434 | 5939 1998-06-09 Adrian Aichner <adrian@xemacs.org> |
428 | 5940 |
5941 * info-stnd.texi: added ../info/ to @setfilename. | |
5942 * info.texi: added ../info/ to @setfilename. | |
5943 * lispref/commands.texi: see ALL. | |
5944 * lispref/frames.texi: see ALL. | |
5945 * lispref/os.texi: see ALL. | |
5946 * lispref/text.texi: see ALL. | |
5947 * new-users-guide/custom1.texi: broke line after enumerated @item. | |
5948 * new-users-guide/custom2.texi: see ALL. | |
5949 * new-users-guide/edit.texi: see ALL. | |
5950 * new-users-guide/enter.texi: see ALL. | |
5951 * new-users-guide/files.texi: see ALL. | |
5952 * new-users-guide/help.texi | |
5953 * new-users-guide/modes.texi: see ALL. | |
5954 * new-users-guide/new-users-guide.texi: see ALL. | |
5955 * new-users-guide/region.texi: see ALL. | |
5956 * new-users-guide/search.texi: see ALL. | |
5957 * new-users-guide/xmenu.texi: see ALL. | |
5958 * standards.texi: added ../info/ to @setfilename. | |
5959 * texinfo.texi: added ../info/ to @setfilename, broke line after | |
5960 @noindent. Changed @var{arg-not-used-by-@TeX{}} to | |
5961 @var{arg-not-used-by-@@TeX{}} to make `texinfo-format-buffer' | |
5962 happy. | |
5963 * xemacs-faq.texi: added ../info/ to @setfilename. | |
5964 * ALL: corrected INFO-FILE-NAME to lispref and xemacs in relevant | |
5965 p?xefs (most were empty, some elisp and emacs), used | |
5966 PRINTED-MANUAL-TITLE "XEmacs Lisp Reference Manual" and "XEmacs | |
5967 User's Manual" respectively for all these. | |
5968 | |
5969 1998-06-01 Oliver Graf <ograf@fga.de> | |
5970 | |
5971 * lispref/dragndrop.texi: added experimental | |
5972 | |
5973 1998-05-28 Oliver Graf <ograf@fga.de> | |
5974 | |
5975 * lispref/dragndrop.texi: a warning, and a bit more text this time | |
5976 | |
5977 1998-05-26 Oliver Graf <ograf@fga.de> | |
5978 | |
5979 * lispref/dragndrop.texi: only small changes | |
5980 | |
933 | 5981 1998-05-15 Christian Nybø <chr@mediascience.no> |
428 | 5982 |
5983 * xemacs/killing.texi: Properly document `zap-to-char'. | |
5984 | |
5985 1998-05-13 Greg Klanderman <greg@alphatech.com> | |
5986 | |
5987 * lispref/frames.texi (Input Focus): cleanup select-frame | |
5988 documentation. | |
5989 | |
5990 1998-05-10 Oliver Graf <ograf@fga.de> | |
5991 | |
5992 * lispref/dragndrop.texi: new section for the DnD API | |
5993 * lispref/lispref.texi: added Drag'n'Drop between scrollbars and | |
5994 modes | |
5995 * lispref/modes.texi: changed back-ref to Drag'n'Drop | |
5996 * lispref/scrollbars.texi: changed next-ref to Drag'n'Drop | |
5997 | |
5998 1998-05-05 Oliver Graf <ograf@fga.de> | |
5999 | |
6000 * commands.texi: exchange of dnd-drop with misc-user | |
6001 | |
6002 1998-05-04 Martin Buchholz <martin@xemacs.org> | |
6003 | |
6004 * internals.texi (Techniques for XEmacs Developers): Add some more | |
6005 comments on adding new files, inspired by Olivier Galibert. | |
6006 | |
6007 1998-05-02 Hrvoje Niksic <hniksic@srce.hr> | |
6008 | |
6009 * lispref/windows.texi (Vertical Scrolling): Fixup docstring for | |
6010 scroll-conservatively. | |
6011 | |
6012 * lispref/loading.texi (Named Features): Document advanced args to | |
6013 `feature'. | |
6014 | |
6015 * lispref/files.texi (File Name Expansion): Document that | |
6016 expand-file-name does not treat // and ~/ in the middle of file | |
6017 names specially. | |
6018 | |
6019 * lispref/positions.texi (Excursions): Document | |
6020 `with-current-buffer' and `with-temp-file'. | |
6021 | |
6022 * lispref/strings.texi (Formatting Strings): Document `%*' | |
6023 construct. | |
6024 | |
6025 * lispref/os.texi (Time Conversion): Document that TIME may be | |
6026 omitted from format-time-string. | |
6027 | |
6028 * lispref/strings.texi (String Conversion): Document BASE argument | |
6029 to `string-to-number'. | |
6030 | |
6031 * lispref/searching.texi (Syntax of Regexps): Fix up Perl | |
6032 constructs documentation. | |
6033 (Regexp Search): Document `split-string'. | |
6034 | |
6035 * xemacs/display.texi (Scrolling): Document scroll-conservatively. | |
6036 | |
6037 * xemacs/killing.texi (Active Regions): Document that errors no | |
6038 longer highlight the region. | |
6039 | |
6040 * lispref/display.texi (The Echo Area): Document message log | |
6041 stuff, including `display-message', `lmessage', `clear-message', | |
6042 (Warnings): Document warning stuff. | |
6043 | |
6044 * lispref/commands.texi (Working With Events): Update `make-event' | |
6045 for misc-user events. | |
6046 (Using Interactive): Document `function-interactive'. | |
6047 | |
6048 * lispref/os.texi (System Environment): Document USE-FLOATS | |
6049 argument to `load-average'. | |
6050 (User Identification): Document the new semantics of | |
6051 `user-full-name'. | |
6052 | |
6053 * lispref/strings.texi (Creating Strings): Document `string' | |
6054 function. | |
6055 | |
6056 1998-05-02 Hrvoje Niksic <hniksic@srce.hr> | |
6057 | |
6058 * lispref/numbers.texi (Comparison of Numbers): Document multi-arg | |
6059 comparison functions. | |
6060 | |
6061 1998-04-30 Greg Klanderman <greg@alphatech.com> | |
6062 | |
6063 * lispref/frames.texi (Input Focus): Document behavior of | |
6064 select-frame wrt focus-follows-mouse. | |
6065 | |
6066 1998-04-30 Martin Buchholz <martin@xemacs.org> | |
6067 | |
6068 * Makefile: Support generic makes by avoiding `%' syntax. | |
6069 It breaks my heart to uglify the Makefile like this, but this is | |
6070 going to be a perpetual FAQ otherwise. | |
6071 General cleanup. | |
6072 Comment out w3 and vm info rules. | |
6073 Use paranoid cd ./$@ syntax to avoid losing with luser's CDPATH. | |
6074 | |
2069 | 6075 1998-03-27 Stephen Turnbull <stephen@xemacs.org> |
428 | 6076 |
6077 * xemacs/frame.texi: Document cursor appearance at end of line. | |
6078 | |
6079 1998-03-14 Hrvoje Niksic <hniksic@srce.hr> | |
6080 | |
6081 * internals/internals.texi (GCPROing): Explain when it is | |
6082 necessary to GCPRO function parameters. | |
6083 | |
6084 1998-03-13 Hrvoje Niksic <hniksic@srce.hr> | |
6085 | |
6086 * internals/internals.texi (Writing Lisp Primitives): Updated | |
6087 definition of For(). | |
6088 | |
6089 1998-03-01 Aki Vehtari <Aki.Vehtari@hut.fi> | |
6090 | |
6091 * lispref/menus.texi: Use recommended forms in examples. | |
6092 | |
6093 1998-02-22 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com> | |
6094 | |
6095 * cl.texi (Creating Symbols): Tell a little bit about the new | |
6096 handling of gensyms. | |
6097 | |
6098 1998-02-21 Greg Klanderman <greg@alphatech.com> | |
6099 | |
6100 * xemacs/custom.texi (X Resources): update to describe automatic | |
6101 setting of x-emacs-application-class. | |
6102 | |
6103 * lispref/x-windows.texi (Resources): update doc for | |
6104 x-emacs-application-class. | |
6105 | |
6106 1998-02-20 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com> | |
6107 | |
6108 * cl.texi (Equality Predicates): Update to reflect change to | |
6109 `equalp' made in "cl-extra.el" - now compares characters case | |
6110 insensitively. | |
6111 | |
6112 1998-02-23 Aki Vehtari <Aki.Vehtari@hut.fi> | |
6113 | |
6114 * lispref/menus.texi (Menu Format): Doc fix: suffix can be form. | |
6115 | |
6116 1998-02-19 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com> | |
6117 | |
6118 * lispref/display.texi (Beeping): Linux has sound too. | |
6119 | |
6120 1998-02-19 Hrvoje Niksic <hniksic@srce.hr> | |
6121 | |
6122 * cl.texi (Argument Lists): Keywords are handled specially by | |
6123 XEmacs. | |
6124 (Porting Common Lisp): XEmacs backquotes are OK. | |
6125 | |
6126 1998-02-19 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com> | |
6127 | |
6128 * xemacs/custom.texi (Init Syntax): document #b, #o, and #x reader | |
6129 syntax for integers. | |
434 | 6130 From Adrian Aichner <adrian@xemacs.org> |
428 | 6131 * cl.texi (Porting Common Lisp): ' ' |
6132 * lispref/numbers.texi (Numbers): ' ' | |
6133 | |
6134 1998-02-15 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com> | |
6135 | |
6136 * lispref/searching.texi (Regular Expressions): Document the | |
6137 recent regular expression syntax extensions. | |
6138 | |
6139 1998-02-10 Olivier Galibert <galibert@pobox.com> | |
6140 | |
6141 * internals/internals.texi: Remove all mocklisp references. | |
6142 | |
6143 1997-12-17 SL Baur <steve@altair.xemacs.org> | |
6144 | |
6145 * Makefile (SUBDIR): skk and gnats are packaged. | |
6146 | |
6147 * lispref/intro.texi (Acknowledgements): Update to v3.3. | |
6148 | |
6149 * lispref/lispref.texi: Update to 20.5/v3.3. | |
6150 | |
6151 1997-12-10 SL Baur <steve@altair.xemacs.org> | |
6152 | |
6153 * Makefile: Don't stop on errors. | |
6154 | |
6155 1997-12-06 SL Baur <steve@altair.xemacs.org> | |
6156 | |
6157 * Makefile: add skk manual. | |
6158 | |
6159 1997-11-29 SL Baur <steve@altair.xemacs.org> | |
6160 | |
6161 * internals/internals.texi (XEmacs): Updated history section. | |
6162 | |
6163 1997-11-28 SL Baur <steve@altair.xemacs.org> | |
6164 | |
6165 * lispref/compile.texi (Compilation Functions): Plug in the real | |
6166 return value. | |
6167 (Speed of Byte-Code): Ditto. | |
6168 (Compilation Functions): Ditto. | |
6169 (Compiled-Function Objects): Ditto. | |
6170 (Speed of Byte-Code): Increase loop counter by factor of 50 (the | |
6171 previous value was embarrassing). | |
6172 | |
6173 1997-11-21 SL Baur <steve@altair.xemacs.org> | |
6174 | |
6175 * Makefile (srcs): vhdl-mode has been packaged. | |
6176 | |
6177 1997-11-15 SL Baur <steve@altair.xemacs.org> | |
6178 | |
6179 * lispref/windows.texi (scroll-conservatively): Fix typo. | |
6180 | |
6181 1997-11-12 Hrvoje Niksic <hniksic@srce.hr> | |
6182 | |
6183 * lispref/commands.texi (Working With Events): Document fully. | |
6184 | |
6185 * lispref/windows.texi (Vertical Scrolling): Document | |
6186 scroll-conservatively. | |
6187 | |
6188 1997-11-09 Hrvoje Niksic <hniksic@srce.hr> | |
6189 | |
6190 * lispref/extents.texi (Intro to Extents): Minor correction. | |
6191 (Extent Properties): Document `extent-keymap'. | |
6192 | |
6193 1997-11-03 MORIOKA Tomohiko <morioka@jaist.ac.jp> | |
6194 | |
6195 * xemacs/mule.texi (Mule): Modify description about supported | |
6196 scripts. | |
6197 | |
6198 1997-11-02 MORIOKA Tomohiko <morioka@jaist.ac.jp> | |
6199 | |
6200 * xemacs/mule.texi: Add description for | |
6201 `universal-coding-system-argument'. | |
6202 | |
6203 1997-10-31 SL Baur <steve@altair.xemacs.org> | |
6204 | |
6205 * internals/internals.texi: XEmacs 19.16 is released. | |
6206 | |
6207 1997-10-30 SL Baur <steve@altair.xemacs.org> | |
6208 | |
6209 * Makefile (srcs): Mailcrypt, hm--html-menus, vm, psgml and tm have | |
6210 been packaged. | |
6211 | |
6212 1997-10-22 Hrvoje Niksic <hniksic@srce.hr> | |
6213 | |
6214 * xemacs-faq.texi: Added the detailed menu listing. | |
6215 | |
6216 * lispref/extents.texi (Extent Properties): Documented | |
6217 `set-extent-properties'. | |
6218 | |
6219 * xemacs/custom.texi (Face Customization): Updated for XEmacs. | |
6220 | |
6221 1997-10-07 SL Baur <steve@altair.xemacs.org> | |
6222 | |
6223 * xemacs-faq.texi (Q1.3.7): Update Russion URLs. | |
6224 From Rebecca Ore <rebecca.ore@op.net> | |
6225 | |
6226 * lispref/databases.texi (Connecting to a Database): Describe | |
6227 valid types of `type' and `subtype'. | |
6228 From Raymond Toy <toy@rtp.ericsson.se> | |
6229 | |
6230 1997-10-01 Karl M. Hegbloom <karlheg@inetarena.com> | |
6231 | |
6232 * lispref/commands.texi (Keyboard Macros): fixed typo. Changed | |
6233 reference to (emacs) into a reference to (xemacs). | |
6234 | |
6235 1997-10-01 Karl M. Hegbloom <karlheg@inetarena.com> | |
6236 | |
6237 * lispref/keymaps.texi (Keymaps): untabified and reformatted menu | |
6238 to prevent line wrap. | |
6239 | |
6240 1997-09-27 SL Baur <steve@altair.xemacs.org> | |
6241 | |
6242 * gnats/flowchart.eps: New file. | |
6243 | |
6244 1997-09-23 Hrvoje Niksic <hniksic@srce.hr> | |
6245 | |
6246 * xemacs/custom.texi (Easy Customization): Ditto. | |
6247 | |
6248 * xemacs/xemacs.texi (Top): Added pointer to easy customization. | |
6249 | |
6250 1997-09-18 SL Baur <steve@altair.xemacs.org> | |
6251 | |
6252 * internals/Makefile (../../info/$(NAME).info): Warn and clean up | |
6253 if someone hasn't upgraded makeinfo. | |
6254 | |
6255 * Makefile (EMACS): Refer to xemacs binary in source tree. | |
6256 * tm/Makefile (EMACS): Ditto. | |
6257 | |
6258 1997-08-15 Karl M. Hegbloom <karlheg@inetarena.com> | |
6259 | |
6260 * cl.texi (Type Predicates): Update for corrected handling of | |
6261 `string-char' and `character'. | |
6262 | |
6263 Tue Aug 5 21:56:02 1997 Barry A. Warsaw <cc-mode-help@python.org> | |
6264 | |
6265 * cc-mode.texi: | |
6266 In FAQ section, document use of c-mode-base-map instead of c-mode-map. | |
6267 | |
6268 Fri Aug 1 22:44:49 1997 Barry A. Warsaw <cc-mode-help@python.org> | |
6269 | |
6270 * cc-mode.texi: Removed the description of c-enable-//-in-c-mode. | |
6271 | |
6272 Wed Jul 30 00:01:45 1997 Barry A. Warsaw <cc-mode-help@python.org> | |
6273 | |
6274 * cc-mode.texi: | |
6275 Added description of template-args-cont syntactic symbol | |
6276 | |
6277 1997-07-25 Barry A. Warsaw <cc-mode-help@python.org> | |
6278 | |
6279 * cc-mode.texi: Describe support for idl-mode | |
6280 | |
6281 * cc-mode.texi: | |
6282 Document c-initialization-hook. Also rewrite the "Getting Connected" | |
6283 section on byte compiling the source. | |
6284 | |
6285 1997-07-21 Karl M. Hegbloom <karlheg@inetarena.com> | |
6286 | |
6287 * lispref/streams.texi: "Output Streams", change `last-output' | |
6288 result list from integers to characters. | |
6289 | |
6290 * lispref/minibuf.texi: "Object from Minibuffer", correction. | |
6291 | |
6292 * lispref/minibuf.texi: "Minibuffer History", add | |
6293 `Info-minibuffer-history', `Manual-page-minibuffer-history', and | |
6294 short paragraph refering to `M-x apropos'. | |
6295 | |
6296 1997-07-17 Steven L Baur <steve@altair.xemacs.org> | |
6297 | |
6298 * Makefile: makeinfo-1.68 is verified to work. | |
6299 | |
6300 * tm/Makefile (../../info/%-ja.info): Die if not running | |
6301 XEmacs/Mule. | |
6302 (../../info/%-en.info): Inherit setting of MAKEINFO. | |
6303 | |
6304 Tue Jul 15 04:18:38 1997 Barry A. Warsaw <cc-mode-help@python.org> | |
6305 | |
6306 * cc-mode.texi: | |
6307 Describe the variable c-indent-comments-syntactically-p. | |
6308 | |
6309 1997-07-15 Steven L Baur <steve@altair.xemacs.org> | |
6310 | |
6311 * internals/internals.texi (Top): Convert Buffer@'s node name to | |
6312 `Buffer's' because the former confuses makeinfo. | |
6313 | |
6314 Thu Jul 3 22:54:03 1997 Barry A. Warsaw <cc-mode-help@python.org> | |
6315 | |
6316 * cc-mode.texi: Fixed spelling of Texinfo | |
6317 | |
6318 Tue May 6 21:33:06 1997 Steven L Baur <steve@altair.xemacs.org> | |
6319 | |
6320 * lispref/files.texi (Writing to Files): Correct docstring of | |
6321 write-region. | |
6322 | |
6323 Sun May 4 14:28:32 1997 Steven L Baur <steve@altair.xemacs.org> | |
6324 | |
6325 * lispref/annotations.texi (Annotation Primitives): | |
6326 `delete-annotation' does not return the deleted annotation. | |
6327 | |
6328 Wed Apr 30 18:13:16 1997 Steven L Baur <steve@altair.xemacs.org> | |
6329 | |
6330 * lispref/lispref.texi: Correct release dates. | |
6331 | |
6332 Sat Apr 19 20:48:00 1997 Steven L Baur <steve@altair.xemacs.org> | |
6333 | |
6334 * lispref/files.texi (File Name Expansion): Update documentation | |
6335 of file-relative-name. | |
6336 | |
6337 Mon Apr 7 21:02:39 1997 Steven L Baur <steve@altair.xemacs.org> | |
6338 | |
6339 * lispref/lispref.texi: Update version numbers (with patches from | |
6340 Hrvoje Niksic). | |
6341 | |
6342 * lispref/building.texi (Building XEmacs): Update version numbers | |
6343 and build identification. | |
6344 | |
6345 * lispref/intro.texi (Introduction): Update version number. | |
6346 | |
6347 Sun Mar 23 15:47:05 1997 Steven L Baur <steve@altair.xemacs.org> | |
6348 | |
6349 * Makefile (srcs): Add efs.texi. | |
6350 | |
6351 Sat Mar 22 16:39:16 1997 Steven L Baur <steve@altair.xemacs.org> | |
6352 | |
6353 * Makefile (srcs): Add hm--html-mode.texi. | |
6354 | |
6355 Sun Mar 16 18:48:14 1997 Steven L Baur <steve@altair.xemacs.org> | |
6356 | |
6357 * gnats/Makefile (gnats_srcs): New manuals for GNATS. | |
6358 | |
6359 Wed Mar 12 14:39:43 1997 Steven L Baur <steve@altair.xemacs.org> | |
6360 | |
6361 * lispref/strings.texi (Text Comparison): Correct example for | |
6362 `char-equal'. Add new function `char='. | |
6363 | |
6364 Thu Mar 6 13:33:54 1997 Steven L Baur <steve@altair.xemacs.org> | |
6365 | |
6366 * Makefile: Update for new texinfo manual. | |
6367 | |
6368 Tue Mar 4 11:37:42 1997 Steven L Baur <steve@altair.xemacs.org> | |
6369 | |
6370 * Makefile (../info/w3.info): Use special version of makeinfo | |
6371 since this manual is not backwards compatible. | |
6372 Clean up error handling so we only have to type make once to | |
6373 rebuild the info tree. | |
6374 (../info/vm.info): Make sure to continue in the event of error. | |
6375 | |
6376 Tue Feb 25 20:17:53 1997 Steven L Baur <steve@altair.xemacs.org> | |
6377 | |
6378 * auctex/Makefile: Added `mostlyclean' and `distclean' target. | |
6379 | |
6380 Wed Feb 19 17:57:27 1997 Steven L Baur <steve@altair.xemacs.org> | |
6381 | |
6382 * Makefile (auctex): New subdirectory target. | |
6383 | |
6384 Wed Feb 12 12:30:27 1997 Yotam Medini <yotam_medini@tmai.com> | |
6385 | |
6386 * mule/languages.texi: Correct typo. | |
6387 | |
6388 Mon Feb 10 08:17:22 1997 Steven L Baur <steve@altair.xemacs.org> | |
6389 | |
6390 * Makefile (srcs): Add custom and widget to srcs. | |
6391 | |
6392 * lispref/extents.texi (Intro to Extents): Removed erroneous | |
6393 reference to `start-glyph' property. | |
6394 | |
6395 Sun Feb 9 00:27:22 1997 Per Abrahamsen <abraham@dina.kvl.dk> | |
6396 | |
6397 * widget.texi: New file. | |
6398 | |
6399 * custom.texi: New file. | |
6400 | |
6401 Thu Feb 6 22:57:09 1997 Steven L Baur <steve@altair.xemacs.org> | |
6402 | |
6403 * lispref/extents.texi (Duplicable Extents): replicable extents | |
6404 are history. | |
6405 | |
6406 Wed Jan 29 19:59:41 1997 Steven L Baur <steve@altair.xemacs.org> | |
6407 | |
6408 * xemacs-faq.texi (Q1.1.1): Correct typos. | |
6409 | |
6410 Mon Jan 27 22:28:48 1997 Bob Weiner <weiner@infodock.com> | |
6411 | |
6412 * xemacs-faq.texi (Q1.0.14): infodock.com has hardcopies of the | |
6413 XEmacs manual available. | |
6414 (Q4.6.1): Updated Infodock Information. | |
6415 | |
6416 Sat Dec 28 11:08:07 1996 Martin Buchholz <mrb@Eng.Sun.COM> | |
6417 | |
6418 * vhdl-mode.texi: Correct typo in email address. | |
6419 | |
6420 Mon Dec 23 09:47:24 1996 Martin Buchholz <mrb@Eng.Sun.COM> | |
6421 | |
6422 * Makefile (srcs): Add vhdl-mode. | |
6423 | |
6424 Wed Dec 18 20:21:06 1996 Martin Buchholz <mrb@eng.sun.com> | |
6425 | |
6426 * Makefile (realclean): Don't delete itself `make distclean' | |
6427 | |
6428 * lispref/numbers.texi (Predicates on Numbers): wholenump->natnump. | |
6429 | |
6430 * Makefile: New File. | |
6431 | |
6432 Tue Dec 10 18:35:21 1996 Rod Whitby <rwhitby@asc.sps.mot.com> | |
6433 | |
6434 * vhdl-mode.texi: New file. | |
6435 | |
6436 Thu Jan 24 12:41:33 1991 Richard Stallman (rms at mole.ai.mit.edu) | |
6437 | |
6438 * texinfo.tex: Delete spurious character at beginning. | |
6439 | |
6440 Tue Aug 16 13:09:12 1988 Robert J. Chassell (bob at frosted-flakes.ai.mit.edu) | |
6441 | |
6442 * emacs.tex: Corrected two typos. No other changes before | |
6443 Version 19 will be made. | |
6444 | |
6445 * vip.texinfo: Removed menu entry Adding Lisp Code in node | |
6446 Customization since the menu entry did not point to anything. | |
6447 Also added an @finalout command to remove overfull hboxes from the | |
6448 printed output. | |
6449 | |
6450 * cl.texinfo: Added @bye, \input line and @settitle to file. | |
6451 This file is clearly intended to be a chapter of some other work, | |
6452 but the other work does not yet exist. | |
6453 | |
6454 Mon Jul 25 17:47:38 1988 Robert J. Chassell (bob at frosted-flakes.ai.mit.edu) | |
6455 | |
6456 * texinfo.texinfo: Three typos corrected. | |
6457 | |
6458 Mon Jul 11 18:02:29 1988 Chris Hanson (cph at kleph) | |
6459 | |
6460 * texindex.c (indexify): when comparing to initial strings to | |
6461 decide whether to change the header, must use `strncmp' to avoid | |
6462 comparing entire strings of which initials are a substring. | |
6463 | |
6464 Sun Jun 26 18:46:16 1988 Richard Stallman (rms at sugar-bombs.ai.mit.edu) | |
6465 | |
6466 * texindex.c (sort_in_core, sort_offline, parsefile): | |
6467 Give up on input file if any line doesn't start with backslash. | |
6468 | |
6469 Mon May 23 10:41:35 1988 Robert J. Chassell (bob at frosted-flakes.ai.mit.edu) | |
6470 | |
6471 * emacs.tex: Update information for obtaining TeX distribution from the | |
6472 University of Washington. |