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