Mercurial > hg > xemacs-beta
annotate man/ChangeLog @ 5593:4218b56833b3
Give the label name when warning or erroring, bytecomp.el
2011-11-02 Aidan Kehoe <kehoea@parhasard.net>
* bytecomp.el (byte-compile-lambda):
Accept a new NAME argument here, have byte-compile-current-form
reflect that if it's specified.
* bytecomp.el (byte-compile-initial-macro-environment):
Specify the label name when byte-compiling it, so warning and
errors are more helpful.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Wed, 02 Nov 2011 17:50:39 +0000 |
parents | 10f179710250 |
children | 1a507c4c6c42 |
rev | line source |
---|---|
5583
10f179710250
Deprecate #'remassoc, #'remassq, #'remrassoc, #'remrassq.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5582
diff
changeset
|
1 2011-10-09 Aidan Kehoe <kehoea@parhasard.net> |
10f179710250
Deprecate #'remassoc, #'remassq, #'remrassoc, #'remrassq.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5582
diff
changeset
|
2 |
10f179710250
Deprecate #'remassoc, #'remassq, #'remrassoc, #'remrassq.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5582
diff
changeset
|
3 * lispref/lists.texi (Association Lists): |
10f179710250
Deprecate #'remassoc, #'remassq, #'remrassoc, #'remrassq.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5582
diff
changeset
|
4 Don't document #'remassoc, #'remassq and friends in detail; |
10f179710250
Deprecate #'remassoc, #'remassq, #'remrassoc, #'remrassq.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5582
diff
changeset
|
5 they're XEmacs-specific and (delete* ... :key #'car) is |
10f179710250
Deprecate #'remassoc, #'remassq, #'remrassoc, #'remrassq.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5582
diff
changeset
|
6 preferable. |
10f179710250
Deprecate #'remassoc, #'remassq, #'remrassoc, #'remrassq.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5582
diff
changeset
|
7 |
5582
873d7425c1ad
Change integer to fixnum in a few places where it wasn't possible mechanically.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5581
diff
changeset
|
8 2011-10-09 Aidan Kehoe <kehoea@parhasard.net> |
873d7425c1ad
Change integer to fixnum in a few places where it wasn't possible mechanically.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5581
diff
changeset
|
9 |
873d7425c1ad
Change integer to fixnum in a few places where it wasn't possible mechanically.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5581
diff
changeset
|
10 * internals/internals.texi (Top): |
873d7425c1ad
Change integer to fixnum in a few places where it wasn't possible mechanically.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5581
diff
changeset
|
11 * internals/internals.texi (Authorship of XEmacs): |
873d7425c1ad
Change integer to fixnum in a few places where it wasn't possible mechanically.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5581
diff
changeset
|
12 * internals/internals.texi (Modules for Other Aspects of the Lisp Interpreter and Object System): |
873d7425c1ad
Change integer to fixnum in a few places where it wasn't possible mechanically.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5581
diff
changeset
|
13 * internals/internals.texi (Introduction to Writing C Code): |
873d7425c1ad
Change integer to fixnum in a few places where it wasn't possible mechanically.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5581
diff
changeset
|
14 * internals/internals.texi (Working with Lisp Objects): |
873d7425c1ad
Change integer to fixnum in a few places where it wasn't possible mechanically.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5581
diff
changeset
|
15 * internals/internals.texi (Adding Global Lisp Variables): |
873d7425c1ad
Change integer to fixnum in a few places where it wasn't possible mechanically.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5581
diff
changeset
|
16 * internals/internals.texi (The XEmacs Object System (Abstractly Speaking)): |
873d7425c1ad
Change integer to fixnum in a few places where it wasn't possible mechanically.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5581
diff
changeset
|
17 * internals/internals.texi (How Lisp Objects Are Represented in C): |
873d7425c1ad
Change integer to fixnum in a few places where it wasn't possible mechanically.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5581
diff
changeset
|
18 * internals/internals.texi (Allocation of Objects in XEmacs Lisp): |
873d7425c1ad
Change integer to fixnum in a few places where it wasn't possible mechanically.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5581
diff
changeset
|
19 * internals/internals.texi (Introduction to Allocation): |
873d7425c1ad
Change integer to fixnum in a few places where it wasn't possible mechanically.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5581
diff
changeset
|
20 * internals/internals.texi (GCPROing): |
873d7425c1ad
Change integer to fixnum in a few places where it wasn't possible mechanically.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5581
diff
changeset
|
21 * internals/internals.texi (mark_object): |
873d7425c1ad
Change integer to fixnum in a few places where it wasn't possible mechanically.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5581
diff
changeset
|
22 * internals/internals.texi (sweep_bit_vectors_1): |
873d7425c1ad
Change integer to fixnum in a few places where it wasn't possible mechanically.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5581
diff
changeset
|
23 * internals/internals.texi (Fixnums and Characters): |
873d7425c1ad
Change integer to fixnum in a few places where it wasn't possible mechanically.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5581
diff
changeset
|
24 * internals/internals.texi (Future Work -- Unicode): |
873d7425c1ad
Change integer to fixnum in a few places where it wasn't possible mechanically.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5581
diff
changeset
|
25 Say fixnum rather than integer when specifically talking about |
873d7425c1ad
Change integer to fixnum in a few places where it wasn't possible mechanically.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5581
diff
changeset
|
26 fixed-width Lisp integers. |
873d7425c1ad
Change integer to fixnum in a few places where it wasn't possible mechanically.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5581
diff
changeset
|
27 |
5581
56144c8593a8
Mechanically change INT to FIXNUM in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5566
diff
changeset
|
28 2011-10-09 Aidan Kehoe <kehoea@parhasard.net> |
56144c8593a8
Mechanically change INT to FIXNUM in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5566
diff
changeset
|
29 |
56144c8593a8
Mechanically change INT to FIXNUM in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5566
diff
changeset
|
30 * internals/internals.texi (How Lisp Objects Are Represented in C): |
56144c8593a8
Mechanically change INT to FIXNUM in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5566
diff
changeset
|
31 * internals/internals.texi (Integers and Characters): |
56144c8593a8
Mechanically change INT to FIXNUM in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5566
diff
changeset
|
32 Mechanically change INT to FIXNUM, where the usage describes non-bignum |
56144c8593a8
Mechanically change INT to FIXNUM in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5566
diff
changeset
|
33 Lisp integers. |
56144c8593a8
Mechanically change INT to FIXNUM in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5566
diff
changeset
|
34 |
5566
4654c01af32b
Improve the implementation, documentation of #'labels, #'flet.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5551
diff
changeset
|
35 2011-09-07 Aidan Kehoe <kehoea@parhasard.net> |
4654c01af32b
Improve the implementation, documentation of #'labels, #'flet.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5551
diff
changeset
|
36 |
4654c01af32b
Improve the implementation, documentation of #'labels, #'flet.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5551
diff
changeset
|
37 * cl.texi (Function Bindings): |
4654c01af32b
Improve the implementation, documentation of #'labels, #'flet.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5551
diff
changeset
|
38 Move #'labels first, describe it in more detail, explaining that |
4654c01af32b
Improve the implementation, documentation of #'labels, #'flet.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5551
diff
changeset
|
39 it is to be preferred over #'flet, and explaining why. |
4654c01af32b
Improve the implementation, documentation of #'labels, #'flet.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5551
diff
changeset
|
40 Explain that dynamic bindings with #'flet will also not work when |
4654c01af32b
Improve the implementation, documentation of #'labels, #'flet.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5551
diff
changeset
|
41 functions are accessed through their bytecodes. |
4654c01af32b
Improve the implementation, documentation of #'labels, #'flet.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5551
diff
changeset
|
42 |
5551
40a52efbf3a3
Reflect change of location of packages to share/
Mike Sperber <sperber@deinprogramm.de>
parents:
5547
diff
changeset
|
43 2011-08-14 Mike Sperber <mike@xemacs.org> |
40a52efbf3a3
Reflect change of location of packages to share/
Mike Sperber <sperber@deinprogramm.de>
parents:
5547
diff
changeset
|
44 |
40a52efbf3a3
Reflect change of location of packages to share/
Mike Sperber <sperber@deinprogramm.de>
parents:
5547
diff
changeset
|
45 * xemacs-faq.texi: |
40a52efbf3a3
Reflect change of location of packages to share/
Mike Sperber <sperber@deinprogramm.de>
parents:
5547
diff
changeset
|
46 * xemacs/packages.texi: Reflect change of location of packages |
40a52efbf3a3
Reflect change of location of packages to share/
Mike Sperber <sperber@deinprogramm.de>
parents:
5547
diff
changeset
|
47 from lib/ to share/. |
40a52efbf3a3
Reflect change of location of packages to share/
Mike Sperber <sperber@deinprogramm.de>
parents:
5547
diff
changeset
|
48 |
5547
a46c5c8d6564
Avoid calling various macros "special operators" in the manuals.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5546
diff
changeset
|
49 2011-08-09 Aidan Kehoe <kehoea@parhasard.net> |
a46c5c8d6564
Avoid calling various macros "special operators" in the manuals.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5546
diff
changeset
|
50 |
a46c5c8d6564
Avoid calling various macros "special operators" in the manuals.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5546
diff
changeset
|
51 * cl.texi (Argument Lists): |
a46c5c8d6564
Avoid calling various macros "special operators" in the manuals.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5546
diff
changeset
|
52 * cl.texi (Time of Evaluation): |
a46c5c8d6564
Avoid calling various macros "special operators" in the manuals.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5546
diff
changeset
|
53 * cl.texi (Type Predicates): |
a46c5c8d6564
Avoid calling various macros "special operators" in the manuals.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5546
diff
changeset
|
54 * cl.texi (Assignment): |
a46c5c8d6564
Avoid calling various macros "special operators" in the manuals.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5546
diff
changeset
|
55 * cl.texi (Basic Setf): |
a46c5c8d6564
Avoid calling various macros "special operators" in the manuals.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5546
diff
changeset
|
56 * cl.texi (Modify Macros): |
a46c5c8d6564
Avoid calling various macros "special operators" in the manuals.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5546
diff
changeset
|
57 * cl.texi (Customizing Setf): |
a46c5c8d6564
Avoid calling various macros "special operators" in the manuals.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5546
diff
changeset
|
58 * cl.texi (Dynamic Bindings): |
a46c5c8d6564
Avoid calling various macros "special operators" in the manuals.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5546
diff
changeset
|
59 * cl.texi (Lexical Bindings): |
a46c5c8d6564
Avoid calling various macros "special operators" in the manuals.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5546
diff
changeset
|
60 * cl.texi (Function Bindings): |
a46c5c8d6564
Avoid calling various macros "special operators" in the manuals.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5546
diff
changeset
|
61 * cl.texi (Macro Bindings): |
a46c5c8d6564
Avoid calling various macros "special operators" in the manuals.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5546
diff
changeset
|
62 * cl.texi (Conditionals): |
a46c5c8d6564
Avoid calling various macros "special operators" in the manuals.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5546
diff
changeset
|
63 * cl.texi (Blocks and Exits): |
a46c5c8d6564
Avoid calling various macros "special operators" in the manuals.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5546
diff
changeset
|
64 * cl.texi (Iteration): |
a46c5c8d6564
Avoid calling various macros "special operators" in the manuals.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5546
diff
changeset
|
65 * cl.texi (Loop Basics): |
a46c5c8d6564
Avoid calling various macros "special operators" in the manuals.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5546
diff
changeset
|
66 * cl.texi (Macros): |
a46c5c8d6564
Avoid calling various macros "special operators" in the manuals.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5546
diff
changeset
|
67 * cl.texi (Declarations): |
a46c5c8d6564
Avoid calling various macros "special operators" in the manuals.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5546
diff
changeset
|
68 * cl.texi (Property Lists): |
a46c5c8d6564
Avoid calling various macros "special operators" in the manuals.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5546
diff
changeset
|
69 * cl.texi (Structures): |
a46c5c8d6564
Avoid calling various macros "special operators" in the manuals.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5546
diff
changeset
|
70 * cl.texi (Assertions): |
a46c5c8d6564
Avoid calling various macros "special operators" in the manuals.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5546
diff
changeset
|
71 * cl.texi (Efficiency Concerns): |
a46c5c8d6564
Avoid calling various macros "special operators" in the manuals.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5546
diff
changeset
|
72 * lispref/compile.texi (Eval During Compile): |
a46c5c8d6564
Avoid calling various macros "special operators" in the manuals.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5546
diff
changeset
|
73 * lispref/compile.texi (Compiled-Function Objects): |
a46c5c8d6564
Avoid calling various macros "special operators" in the manuals.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5546
diff
changeset
|
74 * lispref/eval.texi (Multiple values): |
a46c5c8d6564
Avoid calling various macros "special operators" in the manuals.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5546
diff
changeset
|
75 * lispref/frames.texi (Input Focus): |
a46c5c8d6564
Avoid calling various macros "special operators" in the manuals.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5546
diff
changeset
|
76 * lispref/internationalization.texi (Level 3 Primitives): |
a46c5c8d6564
Avoid calling various macros "special operators" in the manuals.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5546
diff
changeset
|
77 * lispref/positions.texi (Excursions): |
a46c5c8d6564
Avoid calling various macros "special operators" in the manuals.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5546
diff
changeset
|
78 * lispref/positions.texi (Narrowing): |
a46c5c8d6564
Avoid calling various macros "special operators" in the manuals.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5546
diff
changeset
|
79 * lispref/searching.texi (Saving Match Data): |
a46c5c8d6564
Avoid calling various macros "special operators" in the manuals.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5546
diff
changeset
|
80 * lispref/specifiers.texi (Adding Specifications): |
a46c5c8d6564
Avoid calling various macros "special operators" in the manuals.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5546
diff
changeset
|
81 * lispref/windows.texi: |
a46c5c8d6564
Avoid calling various macros "special operators" in the manuals.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5546
diff
changeset
|
82 Correct the manuals to avoid using the term "special operator" when |
a46c5c8d6564
Avoid calling various macros "special operators" in the manuals.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5546
diff
changeset
|
83 #'special-operator-p would give nil. |
a46c5c8d6564
Avoid calling various macros "special operators" in the manuals.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5546
diff
changeset
|
84 |
5546
d54278e74d71
Add some working with Mercurial stuff.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5529
diff
changeset
|
85 2011-08-08 Stephen J. Turnbull <stephen@xemacs.org> |
d54278e74d71
Add some working with Mercurial stuff.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5529
diff
changeset
|
86 |
d54278e74d71
Add some working with Mercurial stuff.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5529
diff
changeset
|
87 * internals/internals.texi (Mercurial Techniques): New. |
d54278e74d71
Add some working with Mercurial stuff.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5529
diff
changeset
|
88 (Mercurial Basics): New. |
d54278e74d71
Add some working with Mercurial stuff.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5529
diff
changeset
|
89 (Preserving Existing Changes with Mercurial Queues): New. |
d54278e74d71
Add some working with Mercurial stuff.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5529
diff
changeset
|
90 (Top): Update menus. |
d54278e74d71
Add some working with Mercurial stuff.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5529
diff
changeset
|
91 (Regression Testing XEmacs): Update node pointers. |
d54278e74d71
Add some working with Mercurial stuff.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5529
diff
changeset
|
92 (CVS Techniques): Update node pointers. Note obsolescence of CVS. |
d54278e74d71
Add some working with Mercurial stuff.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5529
diff
changeset
|
93 Add @ref to Mercurial Techniques. |
d54278e74d71
Add some working with Mercurial stuff.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5529
diff
changeset
|
94 |
5529
3d1f8f0e690f
Add `function-key-map-parent', for non-console-specific `function-key-map' bindings
Aidan Kehoe <kehoea@parhasard.net>
parents:
5512
diff
changeset
|
95 2011-06-25 Aidan Kehoe <kehoea@parhasard.net> |
3d1f8f0e690f
Add `function-key-map-parent', for non-console-specific `function-key-map' bindings
Aidan Kehoe <kehoea@parhasard.net>
parents:
5512
diff
changeset
|
96 |
3d1f8f0e690f
Add `function-key-map-parent', for non-console-specific `function-key-map' bindings
Aidan Kehoe <kehoea@parhasard.net>
parents:
5512
diff
changeset
|
97 * lispref/os.texi (Translating Input): |
3d1f8f0e690f
Add `function-key-map-parent', for non-console-specific `function-key-map' bindings
Aidan Kehoe <kehoea@parhasard.net>
parents:
5512
diff
changeset
|
98 Document the just-added function-key-map-parent. |
3d1f8f0e690f
Add `function-key-map-parent', for non-console-specific `function-key-map' bindings
Aidan Kehoe <kehoea@parhasard.net>
parents:
5512
diff
changeset
|
99 |
5512
4aa8ee813265
Add a DESTDIR variable to all Makefiles, defaulting to the empty string, and
Jerry James <james@xemacs.org>
parents:
5508
diff
changeset
|
100 2011-05-20 Jerry James <james@xemacs.org> |
4aa8ee813265
Add a DESTDIR variable to all Makefiles, defaulting to the empty string, and
Jerry James <james@xemacs.org>
parents:
5508
diff
changeset
|
101 |
4aa8ee813265
Add a DESTDIR variable to all Makefiles, defaulting to the empty string, and
Jerry James <james@xemacs.org>
parents:
5508
diff
changeset
|
102 * Makefile (DESTDIR): New variable for all Makefiles, unused in this |
4aa8ee813265
Add a DESTDIR variable to all Makefiles, defaulting to the empty string, and
Jerry James <james@xemacs.org>
parents:
5508
diff
changeset
|
103 one. |
4aa8ee813265
Add a DESTDIR variable to all Makefiles, defaulting to the empty string, and
Jerry James <james@xemacs.org>
parents:
5508
diff
changeset
|
104 |
5480
f5a0b32f4687
XEmacs 21.5.31 "ginger" is released.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5476
diff
changeset
|
105 2011-04-29 Stephen J. Turnbull <stephen@xemacs.org> |
f5a0b32f4687
XEmacs 21.5.31 "ginger" is released.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5476
diff
changeset
|
106 |
f5a0b32f4687
XEmacs 21.5.31 "ginger" is released.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5476
diff
changeset
|
107 * XEmacs 21.5.31 "ginger" is released. |
f5a0b32f4687
XEmacs 21.5.31 "ginger" is released.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5476
diff
changeset
|
108 |
5464
e79916901603
XEmacs 21.5.30 "garlic" is released.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5390
diff
changeset
|
109 2011-04-26 Stephen J. Turnbull <stephen@xemacs.org> |
e79916901603
XEmacs 21.5.30 "garlic" is released.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5390
diff
changeset
|
110 |
e79916901603
XEmacs 21.5.30 "garlic" is released.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5390
diff
changeset
|
111 * XEmacs 21.5.30 "garlic" is released. |
e79916901603
XEmacs 21.5.30 "garlic" is released.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5390
diff
changeset
|
112 |
5390
593d9f73a7e8
New FAQ Q2.5.7 on troubleshooting duplicate auto-autoloads.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5384
diff
changeset
|
113 2011-04-02 Stephen J. Turnbull <stephen@xemacs.org> |
593d9f73a7e8
New FAQ Q2.5.7 on troubleshooting duplicate auto-autoloads.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5384
diff
changeset
|
114 |
593d9f73a7e8
New FAQ Q2.5.7 on troubleshooting duplicate auto-autoloads.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5384
diff
changeset
|
115 * xemacs-faq.texi (Q2.5.7): |
593d9f73a7e8
New FAQ Q2.5.7 on troubleshooting duplicate auto-autoloads.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5384
diff
changeset
|
116 New node on troubleshooting duplicate auto-autoloads. |
593d9f73a7e8
New FAQ Q2.5.7 on troubleshooting duplicate auto-autoloads.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5384
diff
changeset
|
117 (Top): |
593d9f73a7e8
New FAQ Q2.5.7 on troubleshooting duplicate auto-autoloads.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5384
diff
changeset
|
118 (Installation): |
593d9f73a7e8
New FAQ Q2.5.7 on troubleshooting duplicate auto-autoloads.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5384
diff
changeset
|
119 (Q2.5.6): |
593d9f73a7e8
New FAQ Q2.5.7 on troubleshooting duplicate auto-autoloads.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5384
diff
changeset
|
120 Update menus and node links for Q2.5.7. |
593d9f73a7e8
New FAQ Q2.5.7 on troubleshooting duplicate auto-autoloads.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5384
diff
changeset
|
121 |
5384
3889ef128488
Fix misspelled words, and some grammar, across the entire source tree.
Jerry James <james@xemacs.org>
parents:
5378
diff
changeset
|
122 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
|
123 |
3889ef128488
Fix misspelled words, and some grammar, across the entire source tree.
Jerry James <james@xemacs.org>
parents:
5378
diff
changeset
|
124 * 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
|
125 "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
|
126 (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
|
127 (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
|
128 "anomalies". |
3889ef128488
Fix misspelled words, and some grammar, across the entire source tree.
Jerry James <james@xemacs.org>
parents:
5378
diff
changeset
|
129 (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
|
130 * 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
|
131 * 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
|
132 "occurrences". |
3889ef128488
Fix misspelled words, and some grammar, across the entire source tree.
Jerry James <james@xemacs.org>
parents:
5378
diff
changeset
|
133 * 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
|
134 "pronounciation" -> "pronunciation". |
3889ef128488
Fix misspelled words, and some grammar, across the entire source tree.
Jerry James <james@xemacs.org>
parents:
5378
diff
changeset
|
135 (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
|
136 (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
|
137 "earlier". |
3889ef128488
Fix misspelled words, and some grammar, across the entire source tree.
Jerry James <james@xemacs.org>
parents:
5378
diff
changeset
|
138 (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
|
139 -> "relevant". |
3889ef128488
Fix misspelled words, and some grammar, across the entire source tree.
Jerry James <james@xemacs.org>
parents:
5378
diff
changeset
|
140 (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
|
141 "inadvertantly" -> "inadvertently". |
3889ef128488
Fix misspelled words, and some grammar, across the entire source tree.
Jerry James <james@xemacs.org>
parents:
5378
diff
changeset
|
142 |
5378
4f0a1f4cc111
Improve support for min-colors req in `defface'.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5375
diff
changeset
|
143 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
|
144 |
4f0a1f4cc111
Improve support for min-colors req in `defface'.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5375
diff
changeset
|
145 * 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
|
146 (Customization): Add entry to menu. |
4f0a1f4cc111
Improve support for min-colors req in `defface'.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5375
diff
changeset
|
147 (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
|
148 (Customization Types): Fixup Previous link. |
4f0a1f4cc111
Improve support for min-colors req in `defface'.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5375
diff
changeset
|
149 |
4f0a1f4cc111
Improve support for min-colors req in `defface'.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5375
diff
changeset
|
150 * lispref/faces.texi (Faces): |
4f0a1f4cc111
Improve support for min-colors req in `defface'.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5375
diff
changeset
|
151 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
|
152 |
5374
d967d96ca043
Conditionalise the old-* functions and byte codes at compile time.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5361
diff
changeset
|
153 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
|
154 |
d967d96ca043
Conditionalise the old-* functions and byte codes at compile time.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5361
diff
changeset
|
155 * 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
|
156 * 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
|
157 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
|
158 in years. |
d967d96ca043
Conditionalise the old-* functions and byte codes at compile time.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5361
diff
changeset
|
159 |
5373
b6e59ea11533
Add min-colors specifier to defface, and document it.
Jeff Sparkes <jsparkes@gmail.com>
parents:
5361
diff
changeset
|
160 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
|
161 |
b6e59ea11533
Add min-colors specifier to defface, and document it.
Jeff Sparkes <jsparkes@gmail.com>
parents:
5361
diff
changeset
|
162 * 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
|
163 face specifier. |
b6e59ea11533
Add min-colors specifier to defface, and document it.
Jeff Sparkes <jsparkes@gmail.com>
parents:
5361
diff
changeset
|
164 |
5361
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
165 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
|
166 |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
167 * 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
|
168 * 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
|
169 * 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
|
170 * lispref/control.texi (Sequencing): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
171 * lispref/control.texi (Conditionals): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
172 * 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
|
173 * lispref/control.texi (Iteration): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
174 * 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
|
175 * 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
|
176 * lispref/control.texi (Cleanups): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
177 * 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
|
178 * lispref/eval.texi (Quoting): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
179 * 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
|
180 * 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
|
181 * 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
|
182 * 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
|
183 * 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
|
184 * 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
|
185 * 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
|
186 * 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
|
187 * 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
|
188 * 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
|
189 * 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
|
190 * lispref/macros.texi (Backquote): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
191 * lispref/positions.texi (Excursions): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
192 * lispref/positions.texi (Narrowing): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
193 * 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
|
194 * 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
|
195 * 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
|
196 * 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
|
197 * 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
|
198 * 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
|
199 * 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
|
200 * 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
|
201 * 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
|
202 * 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
|
203 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
|
204 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
|
205 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
|
206 |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
207 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
|
208 |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
209 * cl.texi (Argument Lists): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
210 * 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
|
211 * cl.texi (Type Predicates): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
212 * cl.texi (Assignment): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
213 * cl.texi (Basic Setf): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
214 * cl.texi (Modify Macros): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
215 * cl.texi (Customizing Setf): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
216 * cl.texi (Dynamic Bindings): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
217 * cl.texi (Lexical Bindings): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
218 * cl.texi (Function Bindings): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
219 * cl.texi (Macro Bindings): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
220 * cl.texi (Conditionals): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
221 * 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
|
222 * cl.texi (Iteration): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
223 * cl.texi (Loop Basics): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
224 * cl.texi (Macros): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
225 * cl.texi (Declarations): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
226 * cl.texi (Property Lists): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
227 * cl.texi (Structures): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
228 * cl.texi (Assertions): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
229 * cl.texi (Efficiency Concerns): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
230 |
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
|
231 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
|
232 |
f5a5501814f5
Document the CL set functions and #'eql in the Lispref, not just cl.texi
Aidan Kehoe <kehoea@parhasard.net>
parents:
5300
diff
changeset
|
233 * 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
|
234 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
|
235 #'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
|
236 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
|
237 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
|
238 #'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
|
239 * 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
|
240 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
|
241 #'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
|
242 * 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
|
243 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
|
244 |
5300
9f738305f80f
Accept sequences generally, not just lists, #'reverse, #'nreverse.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5254
diff
changeset
|
245 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
|
246 |
9f738305f80f
Accept sequences generally, not just lists, #'reverse, #'nreverse.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5254
diff
changeset
|
247 * lispref/lists.texi (Rearrangement, Building Lists): |
9f738305f80f
Accept sequences generally, not just lists, #'reverse, #'nreverse.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5254
diff
changeset
|
248 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
|
249 just lists, in this file. |
9f738305f80f
Accept sequences generally, not just lists, #'reverse, #'nreverse.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5254
diff
changeset
|
250 |
5254
1537701f08a1
Support Roman month numbers, #'format-time-string
Aidan Kehoe <kehoea@parhasard.net>
parents:
5252
diff
changeset
|
251 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
|
252 |
1537701f08a1
Support Roman month numbers, #'format-time-string
Aidan Kehoe <kehoea@parhasard.net>
parents:
5252
diff
changeset
|
253 * lispref/os.texi (Time Conversion): |
1537701f08a1
Support Roman month numbers, #'format-time-string
Aidan Kehoe <kehoea@parhasard.net>
parents:
5252
diff
changeset
|
254 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
|
255 numbers. |
1537701f08a1
Support Roman month numbers, #'format-time-string
Aidan Kehoe <kehoea@parhasard.net>
parents:
5252
diff
changeset
|
256 |
5252
378a34562cbe
Fix style, documentation for rounding functions and multiple values.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5247
diff
changeset
|
257 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
|
258 |
378a34562cbe
Fix style, documentation for rounding functions and multiple values.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5247
diff
changeset
|
259 * 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
|
260 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
|
261 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
|
262 are discarded. |
378a34562cbe
Fix style, documentation for rounding functions and multiple values.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5247
diff
changeset
|
263 |
378a34562cbe
Fix style, documentation for rounding functions and multiple values.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5247
diff
changeset
|
264 * 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
|
265 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
|
266 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
|
267 (Rounding Operations): Ditto. |
378a34562cbe
Fix style, documentation for rounding functions and multiple values.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5247
diff
changeset
|
268 |
378a34562cbe
Fix style, documentation for rounding functions and multiple values.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5247
diff
changeset
|
269 * cl.texi (Multiple Values): |
378a34562cbe
Fix style, documentation for rounding functions and multiple values.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5247
diff
changeset
|
270 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
|
271 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
|
272 (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
|
273 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
|
274 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
|
275 |
5247
02d875ebd1ea
Make Lisp reader errors more informative with over-long hex, octal characters
Aidan Kehoe <kehoea@parhasard.net>
parents:
5236
diff
changeset
|
276 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
|
277 |
02d875ebd1ea
Make Lisp reader errors more informative with over-long hex, octal characters
Aidan Kehoe <kehoea@parhasard.net>
parents:
5236
diff
changeset
|
278 * 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
|
279 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
|
280 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
|
281 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
|
282 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
|
283 |
5236
0f7d483cff5a
Add ChangeLogs for recent address updates in permission notices.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5215
diff
changeset
|
284 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
|
285 |
0f7d483cff5a
Add ChangeLogs for recent address updates in permission notices.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5215
diff
changeset
|
286 * 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
|
287 |
5215
956d54c39176
Reword the lispref documentation of buffer-display-count.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5214
diff
changeset
|
288 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
|
289 |
956d54c39176
Reword the lispref documentation of buffer-display-count.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5214
diff
changeset
|
290 * lispref/windows.texi (Buffers and Windows): |
956d54c39176
Reword the lispref documentation of buffer-display-count.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5214
diff
changeset
|
291 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
|
292 `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
|
293 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
|
294 `buffer-display-count' was not. |
956d54c39176
Reword the lispref documentation of buffer-display-count.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5214
diff
changeset
|
295 |
5214
0b4d355771bd
Import buffer-display-count, buffer-display-time; thank you, Jeff Sparkes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5191
diff
changeset
|
296 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
|
297 |
0b4d355771bd
Import buffer-display-count, buffer-display-time; thank you, Jeff Sparkes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5191
diff
changeset
|
298 * 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
|
299 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
|
300 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
|
301 |
0b4d355771bd
Import buffer-display-count, buffer-display-time; thank you, Jeff Sparkes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5191
diff
changeset
|
302 * 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
|
303 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
|
304 |
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
|
305 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
|
306 |
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
|
307 * 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
|
308 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
|
309 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
|
310 (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
|
311 |
5182
2e528066e2fc
Move #'sort*, #'fill, #'merge to C from cl-seq.el.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5178
diff
changeset
|
312 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
|
313 |
2e528066e2fc
Move #'sort*, #'fill, #'merge to C from cl-seq.el.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5178
diff
changeset
|
314 * lispref/lists.texi (Rearrangement): |
2e528066e2fc
Move #'sort*, #'fill, #'merge to C from cl-seq.el.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5178
diff
changeset
|
315 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
|
316 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
|
317 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
|
318 |
5176
8b2f75cecb89
rename objects* (.c, .h and .el files) to fontcolor*
Ben Wing <ben@xemacs.org>
parents:
5048
diff
changeset
|
319 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
|
320 |
8b2f75cecb89
rename objects* (.c, .h and .el files) to fontcolor*
Ben Wing <ben@xemacs.org>
parents:
5048
diff
changeset
|
321 * 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
|
322 * 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
|
323 objects*.[ch] -> fontcolor*.[ch]. |
8b2f75cecb89
rename objects* (.c, .h and .el files) to fontcolor*
Ben Wing <ben@xemacs.org>
parents:
5048
diff
changeset
|
324 |
5148
9c4bf82eaac2
Reflect change from `lib' to `share' in docs.
Mike Sperber <sperber@deinprogramm.de>
parents:
5142
diff
changeset
|
325 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
|
326 |
9c4bf82eaac2
Reflect change from `lib' to `share' in docs.
Mike Sperber <sperber@deinprogramm.de>
parents:
5142
diff
changeset
|
327 * 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
|
328 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
|
329 directories. |
9c4bf82eaac2
Reflect change from `lib' to `share' in docs.
Mike Sperber <sperber@deinprogramm.de>
parents:
5142
diff
changeset
|
330 |
5142
f965e31a35f0
reduce lcrecord headers to 2 words, rename printing_unreadable_object
Ben Wing <ben@xemacs.org>
parents:
5128
diff
changeset
|
331 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
|
332 |
f965e31a35f0
reduce lcrecord headers to 2 words, rename printing_unreadable_object
Ben Wing <ben@xemacs.org>
parents:
5128
diff
changeset
|
333 * 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
|
334 * 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
|
335 * internals/internals.texi (lrecords): |
f965e31a35f0
reduce lcrecord headers to 2 words, rename printing_unreadable_object
Ben Wing <ben@xemacs.org>
parents:
5128
diff
changeset
|
336 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
|
337 *LRECORD* to *LISP_OBJECT*. |
f965e31a35f0
reduce lcrecord headers to 2 words, rename printing_unreadable_object
Ben Wing <ben@xemacs.org>
parents:
5128
diff
changeset
|
338 |
5127
a9c41067dd88
more cleanups, terminology clarification, lots of doc work
Ben Wing <ben@xemacs.org>
parents:
5048
diff
changeset
|
339 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
|
340 |
a9c41067dd88
more cleanups, terminology clarification, lots of doc work
Ben Wing <ben@xemacs.org>
parents:
5048
diff
changeset
|
341 * internals/internals.texi (Introduction to Allocation): |
a9c41067dd88
more cleanups, terminology clarification, lots of doc work
Ben Wing <ben@xemacs.org>
parents:
5048
diff
changeset
|
342 * internals/internals.texi (Integers and Characters): |
a9c41067dd88
more cleanups, terminology clarification, lots of doc work
Ben Wing <ben@xemacs.org>
parents:
5048
diff
changeset
|
343 * 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
|
344 * internals/internals.texi (lrecords): |
a9c41067dd88
more cleanups, terminology clarification, lots of doc work
Ben Wing <ben@xemacs.org>
parents:
5048
diff
changeset
|
345 * internals/internals.texi (Low-level allocation): |
a9c41067dd88
more cleanups, terminology clarification, lots of doc work
Ben Wing <ben@xemacs.org>
parents:
5048
diff
changeset
|
346 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
|
347 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
|
348 |
5096 | 349 2010-03-04 Ben Wing <ben@xemacs.org> |
350 | |
351 * internals/internals.texi (Top): | |
352 * internals/internals.texi (list-to-texinfo): Removed. | |
353 * internals/internals.texi (convert-list-to-texinfo): New. | |
354 * internals/internals.texi (table-to-texinfo): Removed. | |
355 * internals/internals.texi (convert-table-to-texinfo): New. | |
356 Update Lisp functions at top to newest versions. | |
357 | |
358 * internals/internals.texi (A History of Emacs): | |
359 * internals/internals.texi (Through Version 18): | |
360 * internals/internals.texi (Lucid Emacs): | |
361 * internals/internals.texi (XEmacs): | |
362 * internals/internals.texi (The XEmacs Split): | |
363 * internals/internals.texi (Modules for Other Aspects of the Lisp Interpreter and Object System): | |
364 * internals/internals.texi (Introduction to Writing C Code): | |
365 * internals/internals.texi (Writing Good Comments): | |
366 * internals/internals.texi (Writing Macros): | |
367 * internals/internals.texi (Major Textual Changes): | |
368 * internals/internals.texi (Great Integral Type Renaming): | |
369 * internals/internals.texi (How to Regression-Test): | |
370 * internals/internals.texi (Creating a Branch): | |
371 * internals/internals.texi (Dynamic Arrays): | |
372 * internals/internals.texi (Allocation by Blocks): | |
373 * internals/internals.texi (mark_object): | |
374 * internals/internals.texi (gc_sweep): | |
375 * internals/internals.texi (Byte-Char Position Conversion): | |
376 * internals/internals.texi (Searching and Matching): | |
377 * internals/internals.texi (Introduction to Multilingual Issues #3): | |
378 * internals/internals.texi (Byte Types): | |
379 * internals/internals.texi (Different Ways of Seeing Internal Text): | |
380 * internals/internals.texi (Buffer Positions): | |
381 * internals/internals.texi (Basic internal-format APIs): | |
382 * internals/internals.texi (The DFC API): | |
383 * internals/internals.texi (General Guidelines for Writing Mule-Aware Code): | |
384 * internals/internals.texi (Mule-izing Code): | |
385 * internals/internals.texi (Locales): | |
386 * internals/internals.texi (More about code pages): | |
387 * internals/internals.texi (More about locales): | |
388 * internals/internals.texi (Unicode support under Windows): | |
389 * internals/internals.texi (The Frame): | |
390 * internals/internals.texi (The Non-Client Area): | |
391 * internals/internals.texi (The Client Area): | |
392 * internals/internals.texi (The Paned Area): | |
393 * internals/internals.texi (Text Areas): | |
394 * internals/internals.texi (The Displayable Area): | |
395 * internals/internals.texi (Event Queues): | |
396 * internals/internals.texi (Event Stream Callback Routines): | |
397 * internals/internals.texi (Focus Handling): | |
398 * internals/internals.texi (Future Work -- Autodetection): | |
399 Replace " with ``, '' (not complete, maybe about halfway through). | |
400 | |
5090 | 401 2010-03-03 Ben Wing <ben@xemacs.org> |
402 | |
403 * internals/internals.texi (Intro to Window and Frame Geometry): | |
404 * internals/internals.texi (The Paned Area): | |
405 * internals/internals.texi (The Displayable Area): | |
406 Update to make note of e.g. the fact that the bottom gutter is | |
407 actually above the minibuffer. | |
408 | |
5087 | 409 2010-03-02 Jerry James <james@xemacs.org> |
410 | |
411 * custom.texi: Delete, redundant with xemacs/custom.texi and | |
412 lispref/customize.texi. | |
413 * Makefile: Remove all rules relating to custom.texi. | |
414 | |
5089
99f8ebc082d9
Make #'substring an alias of #'subseq; give the latter the byte code.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5087
diff
changeset
|
415 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
|
416 |
99f8ebc082d9
Make #'substring an alias of #'subseq; give the latter the byte code.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5087
diff
changeset
|
417 * 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
|
418 * 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
|
419 * 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
|
420 * 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
|
421 * 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
|
422 * 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
|
423 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
|
424 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
|
425 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
|
426 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
|
427 |
5080
5502045ec510
The background-placement face property.
Didier Verna <didier@lrde.epita.fr>
parents:
5048
diff
changeset
|
428 2010-02-25 Didier Verna <didier@xemacs.org> |
5502045ec510
The background-placement face property.
Didier Verna <didier@lrde.epita.fr>
parents:
5048
diff
changeset
|
429 |
5502045ec510
The background-placement face property.
Didier Verna <didier@lrde.epita.fr>
parents:
5048
diff
changeset
|
430 The background-placement face property. |
5502045ec510
The background-placement face property.
Didier Verna <didier@lrde.epita.fr>
parents:
5048
diff
changeset
|
431 * xemacs/custom.texi (Faces): Document it. |
5502045ec510
The background-placement face property.
Didier Verna <didier@lrde.epita.fr>
parents:
5048
diff
changeset
|
432 |
5046 | 433 2010-02-20 Ben Wing <ben@xemacs.org> |
434 | |
435 * internals/internals.texi (Intro to Window and Frame Geometry): | |
436 Shrink diagram to fit when offset by five spaces as a result of | |
437 quoting. | |
438 | |
5045 | 439 2010-02-16 Ben Wing <ben@xemacs.org> |
440 | |
441 * internals/internals.texi (Top): | |
442 * internals/internals.texi (Modules for the Basic Displayable Lisp Objects): | |
443 * internals/internals.texi (Creating a Window-System Type): | |
444 * internals/internals.texi (Window and Frame Geometry): | |
445 * internals/internals.texi (Intro to Window and Frame Geometry): | |
446 * internals/internals.texi (The Frame): | |
447 * internals/internals.texi (The Non-Client Area): | |
448 * internals/internals.texi (The Client Area): | |
449 * internals/internals.texi (The Paned Area): | |
450 * internals/internals.texi (Text Areas): | |
451 * internals/internals.texi (The Displayable Area): | |
452 * internals/internals.texi (Which Functions Use Which?): | |
453 * internals/internals.texi (The Redisplay Mechanism): | |
454 Integrate the long comment in frame.c into the internals manual. | |
455 | |
5031
bd3e7db3bdf6
Remove man/term.texi from core.
Jerry James <james@xemacs.org>
parents:
5028
diff
changeset
|
456 2010-02-17 Jerry James <james@xemacs.org> |
bd3e7db3bdf6
Remove man/term.texi from core.
Jerry James <james@xemacs.org>
parents:
5028
diff
changeset
|
457 |
bd3e7db3bdf6
Remove man/term.texi from core.
Jerry James <james@xemacs.org>
parents:
5028
diff
changeset
|
458 * term.texi: Move to the eterm package. |
bd3e7db3bdf6
Remove man/term.texi from core.
Jerry James <james@xemacs.org>
parents:
5028
diff
changeset
|
459 * Makefile: Remove all rules relating to term.texi. |
bd3e7db3bdf6
Remove man/term.texi from core.
Jerry James <james@xemacs.org>
parents:
5028
diff
changeset
|
460 |
5507
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
461 2010-02-19 Ben Wing <ben@xemacs.org> |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
462 |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
463 * widget.texi: |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
464 * widget.texi (Top): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
465 * widget.texi (Introduction): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
466 * widget.texi (User Interface): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
467 * widget.texi (Programming Example): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
468 * widget.texi (Setting Up the Buffer): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
469 * widget.texi (Basic Types): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
470 * widget.texi (link): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
471 * widget.texi (url-link): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
472 * widget.texi (info-link): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
473 * widget.texi (push-button): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
474 * widget.texi (editable-field): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
475 * widget.texi (text): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
476 * widget.texi (menu-choice): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
477 * widget.texi (radio-button-choice): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
478 * widget.texi (item): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
479 * widget.texi (choice-item): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
480 * widget.texi (toggle): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
481 * widget.texi (checkbox): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
482 * widget.texi (checklist): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
483 * widget.texi (editable-list): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
484 * widget.texi (group): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
485 * widget.texi (Sexp Types): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
486 * widget.texi (constants): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
487 * widget.texi (generic): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
488 * widget.texi (atoms): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
489 * widget.texi (composite): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
490 * widget.texi (Widget Properties): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
491 * widget.texi (Defining New Widgets): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
492 * widget.texi (Widget Browser): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
493 * widget.texi (Widget Minor Mode): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
494 * widget.texi (Utilities): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
495 * widget.texi (Widget Wishlist): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
496 * widget.texi (Widget Internals): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
497 * widget.texi (GNU Free Documentation License): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
498 * widget.texi (Index): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
499 Sync with FSF 23.1.92. |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
500 |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
501 2010-02-19 Ben Wing <ben@xemacs.org> |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
502 |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
503 * texinfo/fdl.texi: New file. |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
504 * texinfo/texinfo.texi: |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
505 * texinfo/texinfo.texi (Top): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
506 * texinfo/texinfo.texi (Copying Conditions): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
507 * texinfo/texinfo.texi (Overview): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
508 * texinfo/texinfo.texi (Reporting Bugs): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
509 * texinfo/texinfo.texi (Using Texinfo): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
510 * texinfo/texinfo.texi (Output Formats): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
511 * texinfo/texinfo.texi (Info Files): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
512 * texinfo/texinfo.texi (Printed Books): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
513 * texinfo/texinfo.texi (Formatting Commands): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
514 * texinfo/texinfo.texi (Conventions): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
515 * texinfo/texinfo.texi (Comments): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
516 * texinfo/texinfo.texi (Minimum): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
517 * texinfo/texinfo.texi (Six Parts): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
518 * texinfo/texinfo.texi (Short Sample): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
519 * texinfo/texinfo.texi (History): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
520 * texinfo/texinfo.texi (Texinfo Mode): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
521 * texinfo/texinfo.texi (Texinfo Mode Overview): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
522 * texinfo/texinfo.texi (XEmacs Editing): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
523 * texinfo/texinfo.texi (Inserting): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
524 * texinfo/texinfo.texi (Showing the Structure): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
525 * texinfo/texinfo.texi (Updating Nodes and Menus): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
526 * texinfo/texinfo.texi (Updating Commands): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
527 * texinfo/texinfo.texi (Updating Requirements): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
528 * texinfo/texinfo.texi (Other Updating Commands): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
529 * texinfo/texinfo.texi (Info Formatting): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
530 * texinfo/texinfo.texi (Printing): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
531 * texinfo/texinfo.texi (Texinfo Mode Summary): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
532 * texinfo/texinfo.texi (Beginning a File): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
533 * texinfo/texinfo.texi (Sample Beginning): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
534 * texinfo/texinfo.texi (Texinfo File Header): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
535 * texinfo/texinfo.texi (First Line): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
536 * texinfo/texinfo.texi (Start of Header): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
537 * texinfo/texinfo.texi (setfilename): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
538 * texinfo/texinfo.texi (settitle): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
539 * texinfo/texinfo.texi (End of Header): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
540 * texinfo/texinfo.texi (Document Permissions): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
541 * texinfo/texinfo.texi (copying): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
542 * texinfo/texinfo.texi (insertcopying): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
543 * texinfo/texinfo.texi (Titlepage & Copyright Page): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
544 * texinfo/texinfo.texi (titlepage): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
545 * texinfo/texinfo.texi (titlefont center sp): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
546 * texinfo/texinfo.texi (title subtitle author): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
547 * texinfo/texinfo.texi (Copyright): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
548 * texinfo/texinfo.texi (end titlepage): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
549 * texinfo/texinfo.texi (headings on off): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
550 * texinfo/texinfo.texi (Contents): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
551 * texinfo/texinfo.texi (The Top Node): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
552 * texinfo/texinfo.texi (Top Node Example): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
553 * texinfo/texinfo.texi (Master Menu Parts): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
554 * texinfo/texinfo.texi (Global Document Commands): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
555 * texinfo/texinfo.texi (documentdescription): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
556 * texinfo/texinfo.texi (setchapternewpage): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
557 * texinfo/texinfo.texi (paragraphindent): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
558 * texinfo/texinfo.texi (firstparagraphindent): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
559 * texinfo/texinfo.texi (exampleindent): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
560 * texinfo/texinfo.texi (Software Copying Permissions): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
561 * texinfo/texinfo.texi (Ending a File): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
562 * texinfo/texinfo.texi (Printing Indices & Menus): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
563 * texinfo/texinfo.texi (File End): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
564 * texinfo/texinfo.texi (Structuring): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
565 * texinfo/texinfo.texi (Tree Structuring): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
566 * texinfo/texinfo.texi (Structuring Command Types): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
567 * texinfo/texinfo.texi (makeinfo top): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
568 * texinfo/texinfo.texi (chapter): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
569 * texinfo/texinfo.texi (unnumbered & appendix): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
570 * texinfo/texinfo.texi (majorheading & chapheading): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
571 * texinfo/texinfo.texi (section): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
572 * texinfo/texinfo.texi (unnumberedsec appendixsec heading): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
573 * texinfo/texinfo.texi (subsection): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
574 * texinfo/texinfo.texi (unnumberedsubsec appendixsubsec subheading): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
575 * texinfo/texinfo.texi (subsubsection): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
576 * texinfo/texinfo.texi (Raise/lower sections): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
577 * texinfo/texinfo.texi (Nodes): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
578 * texinfo/texinfo.texi (Two Paths): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
579 * texinfo/texinfo.texi (Node Menu Illustration): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
580 * texinfo/texinfo.texi (node): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
581 * texinfo/texinfo.texi (Node Names): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
582 * texinfo/texinfo.texi (Writing a Node): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
583 * texinfo/texinfo.texi (Node Line Tips): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
584 * texinfo/texinfo.texi (Node Line Requirements): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
585 * texinfo/texinfo.texi (First Node): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
586 * texinfo/texinfo.texi (makeinfo top command): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
587 * texinfo/texinfo.texi (makeinfo Pointer Creation): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
588 * texinfo/texinfo.texi (anchor): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
589 * texinfo/texinfo.texi (Menus): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
590 * texinfo/texinfo.texi (Menu Location): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
591 * texinfo/texinfo.texi (Writing a Menu): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
592 * texinfo/texinfo.texi (Menu Parts): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
593 * texinfo/texinfo.texi (Less Cluttered Menu Entry): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
594 * texinfo/texinfo.texi (Menu Example): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
595 * texinfo/texinfo.texi (Other Info Files): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
596 * texinfo/texinfo.texi (Cross References): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
597 * texinfo/texinfo.texi (References): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
598 * texinfo/texinfo.texi (Cross Reference Commands): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
599 * texinfo/texinfo.texi (Cross Reference Parts): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
600 * texinfo/texinfo.texi (xref): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
601 * texinfo/texinfo.texi (Reference Syntax): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
602 * texinfo/texinfo.texi (One Argument): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
603 * texinfo/texinfo.texi (Two Arguments): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
604 * texinfo/texinfo.texi (Three Arguments): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
605 * texinfo/texinfo.texi (Four and Five Arguments): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
606 * texinfo/texinfo.texi (Top Node Naming): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
607 * texinfo/texinfo.texi (ref): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
608 * texinfo/texinfo.texi (pxref): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
609 * texinfo/texinfo.texi (inforef): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
610 * texinfo/texinfo.texi (uref): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
611 * texinfo/texinfo.texi (cite): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
612 * texinfo/texinfo.texi (Marking Text): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
613 * texinfo/texinfo.texi (Indicating): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
614 * texinfo/texinfo.texi (Useful Highlighting): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
615 * texinfo/texinfo.texi (code): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
616 * texinfo/texinfo.texi (kbd): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
617 * texinfo/texinfo.texi (key): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
618 * texinfo/texinfo.texi (samp): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
619 * texinfo/texinfo.texi (verb): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
620 * texinfo/texinfo.texi (var): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
621 * texinfo/texinfo.texi (env): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
622 * texinfo/texinfo.texi (file): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
623 * texinfo/texinfo.texi (command): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
624 * texinfo/texinfo.texi (option): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
625 * texinfo/texinfo.texi (dfn): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
626 * texinfo/texinfo.texi (abbr): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
627 * texinfo/texinfo.texi (acronym): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
628 * texinfo/texinfo.texi (indicateurl): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
629 * texinfo/texinfo.texi (email): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
630 * texinfo/texinfo.texi (Emphasis): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
631 * texinfo/texinfo.texi (emph & strong): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
632 * texinfo/texinfo.texi (Smallcaps): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
633 * texinfo/texinfo.texi (Fonts): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
634 * texinfo/texinfo.texi (Quotations and Examples): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
635 * texinfo/texinfo.texi (Block Enclosing Commands): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
636 * texinfo/texinfo.texi (quotation): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
637 * texinfo/texinfo.texi (example): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
638 * texinfo/texinfo.texi (verbatim): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
639 * texinfo/texinfo.texi (verbatiminclude): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
640 * texinfo/texinfo.texi (lisp): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
641 * texinfo/texinfo.texi (small): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
642 * texinfo/texinfo.texi (display): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
643 * texinfo/texinfo.texi (format): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
644 * texinfo/texinfo.texi (exdent): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
645 * texinfo/texinfo.texi (flushleft & flushright): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
646 * texinfo/texinfo.texi (noindent): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
647 * texinfo/texinfo.texi (indent): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
648 * texinfo/texinfo.texi (cartouche): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
649 * texinfo/texinfo.texi (Lists and Tables): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
650 * texinfo/texinfo.texi (Introducing Lists): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
651 * texinfo/texinfo.texi (itemize): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
652 * texinfo/texinfo.texi (enumerate): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
653 * texinfo/texinfo.texi (Two-column Tables): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
654 * texinfo/texinfo.texi (table): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
655 * texinfo/texinfo.texi (ftable vtable): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
656 * texinfo/texinfo.texi (itemx): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
657 * texinfo/texinfo.texi (Multi-column Tables): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
658 * texinfo/texinfo.texi (Multitable Column Widths): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
659 * texinfo/texinfo.texi (Multitable Rows): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
660 * texinfo/texinfo.texi (Special Displays): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
661 * texinfo/texinfo.texi (Floats): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
662 * texinfo/texinfo.texi (float): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
663 * texinfo/texinfo.texi (caption shortcaption): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
664 * texinfo/texinfo.texi (listoffloats): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
665 * texinfo/texinfo.texi (Images): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
666 * texinfo/texinfo.texi (Image Syntax): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
667 * texinfo/texinfo.texi (Image Scaling): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
668 * texinfo/texinfo.texi (Footnotes): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
669 * texinfo/texinfo.texi (Footnote Commands): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
670 * texinfo/texinfo.texi (Footnote Styles): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
671 * texinfo/texinfo.texi (Indices): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
672 * texinfo/texinfo.texi (Index Entries): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
673 * texinfo/texinfo.texi (Predefined Indices): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
674 * texinfo/texinfo.texi (Indexing Commands): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
675 * texinfo/texinfo.texi (Combining Indices): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
676 * texinfo/texinfo.texi (syncodeindex): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
677 * texinfo/texinfo.texi (synindex): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
678 * texinfo/texinfo.texi (New Indices): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
679 * texinfo/texinfo.texi (Insertions): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
680 * texinfo/texinfo.texi (Atsign Braces Comma): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
681 * texinfo/texinfo.texi (Inserting an Atsign): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
682 * texinfo/texinfo.texi (Inserting Braces): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
683 * texinfo/texinfo.texi (Inserting a Comma): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
684 * texinfo/texinfo.texi (Inserting Quote Characters): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
685 * texinfo/texinfo.texi (Inserting Space): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
686 * texinfo/texinfo.texi (Not Ending a Sentence): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
687 * texinfo/texinfo.texi (Ending a Sentence): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
688 * texinfo/texinfo.texi (Multiple Spaces): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
689 * texinfo/texinfo.texi (frenchspacing): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
690 * texinfo/texinfo.texi (dmn): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
691 * texinfo/texinfo.texi (Inserting Accents): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
692 * texinfo/texinfo.texi (Inserting Quotation Marks): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
693 * texinfo/texinfo.texi (Dots Bullets): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
694 * texinfo/texinfo.texi (dots): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
695 * texinfo/texinfo.texi (bullet): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
696 * texinfo/texinfo.texi (TeX and copyright): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
697 * texinfo/texinfo.texi (tex): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
698 * texinfo/texinfo.texi (copyright symbol): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
699 * texinfo/texinfo.texi (registered symbol): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
700 * texinfo/texinfo.texi (euro): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
701 * texinfo/texinfo.texi (pounds): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
702 * texinfo/texinfo.texi (textdegree): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
703 * texinfo/texinfo.texi (minus): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
704 * texinfo/texinfo.texi (geq leq): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
705 * texinfo/texinfo.texi (math): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
706 * texinfo/texinfo.texi (Click Sequences): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
707 * texinfo/texinfo.texi (Glyphs): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
708 * texinfo/texinfo.texi (Glyphs Summary): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
709 * texinfo/texinfo.texi (result): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
710 * texinfo/texinfo.texi (expansion): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
711 * texinfo/texinfo.texi (Print Glyph): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
712 * texinfo/texinfo.texi (Error Glyph): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
713 * texinfo/texinfo.texi (Equivalence): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
714 * texinfo/texinfo.texi (Point Glyph): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
715 * texinfo/texinfo.texi (Breaks): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
716 * texinfo/texinfo.texi (Break Commands): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
717 * texinfo/texinfo.texi (Line Breaks): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
718 * texinfo/texinfo.texi (- and hyphenation): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
719 * texinfo/texinfo.texi (allowcodebreaks): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
720 * texinfo/texinfo.texi (w): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
721 * texinfo/texinfo.texi (tie): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
722 * texinfo/texinfo.texi (sp): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
723 * texinfo/texinfo.texi (page): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
724 * texinfo/texinfo.texi (group): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
725 * texinfo/texinfo.texi (need): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
726 * texinfo/texinfo.texi (Definition Commands): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
727 * texinfo/texinfo.texi (Def Cmd Template): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
728 * texinfo/texinfo.texi (Def Cmd Continuation Lines): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
729 * texinfo/texinfo.texi (Optional Arguments): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
730 * texinfo/texinfo.texi (deffnx): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
731 * texinfo/texinfo.texi (Def Cmds in Detail): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
732 * texinfo/texinfo.texi (Functions Commands): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
733 * texinfo/texinfo.texi (Variables Commands): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
734 * texinfo/texinfo.texi (Typed Functions): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
735 * texinfo/texinfo.texi (Typed Variables): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
736 * texinfo/texinfo.texi (Data Types): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
737 * texinfo/texinfo.texi (Abstract Objects): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
738 * texinfo/texinfo.texi (Object-Oriented Variables): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
739 * texinfo/texinfo.texi (Object-Oriented Methods): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
740 * texinfo/texinfo.texi (Defining Macros): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
741 * texinfo/texinfo.texi (Invoking Macros): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
742 * texinfo/texinfo.texi (Macro Details): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
743 * texinfo/texinfo.texi (alias): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
744 * texinfo/texinfo.texi (definfoenclose): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
745 * texinfo/texinfo.texi (Hardcopy): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
746 * texinfo/texinfo.texi (Use TeX): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
747 * texinfo/texinfo.texi (Format with tex/texindex): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
748 * texinfo/texinfo.texi (Format with texi2dvi): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
749 * texinfo/texinfo.texi (Print with lpr): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
750 * texinfo/texinfo.texi (Within XEmacs): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
751 * texinfo/texinfo.texi (Texinfo Mode Printing): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
752 * texinfo/texinfo.texi (Compile-Command): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
753 * texinfo/texinfo.texi (Requirements Summary): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
754 * texinfo/texinfo.texi (Preparing for TeX): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
755 * texinfo/texinfo.texi (Overfull hboxes): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
756 * texinfo/texinfo.texi (smallbook): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
757 * texinfo/texinfo.texi (A4 Paper): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
758 * texinfo/texinfo.texi (pagesizes): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
759 * texinfo/texinfo.texi (Cropmarks and Magnification): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
760 * texinfo/texinfo.texi (PDF Output): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
761 * texinfo/texinfo.texi (Obtaining TeX): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
762 * texinfo/texinfo.texi (Creating and Installing Info Files): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
763 * texinfo/texinfo.texi (Creating an Info File): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
764 * texinfo/texinfo.texi (makeinfo advantages): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
765 * texinfo/texinfo.texi (Invoking makeinfo): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
766 * texinfo/texinfo.texi (makeinfo options): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
767 * texinfo/texinfo.texi (Pointer Validation): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
768 * texinfo/texinfo.texi (makeinfo in XEmacs): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
769 * texinfo/texinfo.texi (texinfo-format commands): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
770 * texinfo/texinfo.texi (Batch Formatting): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
771 * texinfo/texinfo.texi (Tag and Split Files): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
772 * texinfo/texinfo.texi (Installing an Info File): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
773 * texinfo/texinfo.texi (Directory File): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
774 * texinfo/texinfo.texi (New Info File): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
775 * texinfo/texinfo.texi (Other Info Directories): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
776 * texinfo/texinfo.texi (Installing Dir Entries): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
777 * texinfo/texinfo.texi (Invoking install-info): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
778 * texinfo/texinfo.texi (Generating HTML): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
779 * texinfo/texinfo.texi (HTML Translation): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
780 * texinfo/texinfo.texi (HTML Splitting): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
781 * texinfo/texinfo.texi (HTML CSS): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
782 * texinfo/texinfo.texi (HTML Xref): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
783 * texinfo/texinfo.texi (HTML Xref Link Basics): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
784 * texinfo/texinfo.texi (HTML Xref Node Name Expansion): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
785 * texinfo/texinfo.texi (HTML Xref Command Expansion): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
786 * texinfo/texinfo.texi (HTML Xref 8-bit Character Expansion): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
787 * texinfo/texinfo.texi (HTML Xref Mismatch): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
788 * texinfo/texinfo.texi (Command List): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
789 * texinfo/texinfo.texi (Command Syntax): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
790 * texinfo/texinfo.texi (Tips): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
791 * texinfo/texinfo.texi (Sample Texinfo Files): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
792 * texinfo/texinfo.texi (Short Sample Texinfo File): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
793 * texinfo/texinfo.texi (GNU Sample Texts): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
794 * texinfo/texinfo.texi (Invoking sample): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
795 * texinfo/texinfo.texi (GNU Free Documentation License): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
796 * texinfo/texinfo.texi (Index): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
797 * texinfo/texinfo.texi (Verbatim Copying License): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
798 * texinfo/texinfo.texi (All-permissive Copying License): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
799 * texinfo/texinfo.texi (Include Files): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
800 * texinfo/texinfo.texi (Using Include Files): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
801 * texinfo/texinfo.texi (texinfo-multiple-files-update): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
802 * texinfo/texinfo.texi (Include Files Requirements): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
803 * texinfo/texinfo.texi (Sample Include File): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
804 * texinfo/texinfo.texi (Include Files Evolution): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
805 * texinfo/texinfo.texi (Headings): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
806 * texinfo/texinfo.texi (Headings Introduced): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
807 * texinfo/texinfo.texi (Heading Format): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
808 * texinfo/texinfo.texi (Heading Choice): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
809 * texinfo/texinfo.texi (Custom Headings): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
810 * texinfo/texinfo.texi (Catching Mistakes): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
811 * texinfo/texinfo.texi (makeinfo Preferred): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
812 * texinfo/texinfo.texi (Debugging with Info): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
813 * texinfo/texinfo.texi (Debugging with TeX): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
814 * texinfo/texinfo.texi (Using texinfo-show-structure): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
815 * texinfo/texinfo.texi (Using occur): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
816 * texinfo/texinfo.texi (Running Info-Validate): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
817 * texinfo/texinfo.texi (Using Info-validate): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
818 * texinfo/texinfo.texi (Unsplit): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
819 * texinfo/texinfo.texi (Tagifying): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
820 * texinfo/texinfo.texi (Splitting): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
821 * texinfo/texinfo.texi (Refilling Paragraphs): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
822 * texinfo/texinfo.texi (Command and Variable Index): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
823 * texinfo/texinfo.texi (General Index): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
824 * texinfo/version.texi: New file. |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
825 Sync with FSF 23.1.92. Make new directory to hold the files needed |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
826 to generate texinfo.info, since there are three such files now. |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
827 |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
828 2010-02-19 Ben Wing <ben@xemacs.org> |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
829 |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
830 * Makefile: |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
831 * Makefile (src_files1): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
832 * Makefile (DIR): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
833 * Makefile (texinfo-srcs): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
834 * Makefile ($(INFODIR)/widget.info): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
835 * Makefile ($(INFODIR)/texinfo.info): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
836 * Makefile (.PHONY): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
837 * Makefile (texinfo.dvi): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
838 * Makefile (texinfo.pdf): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
839 * Makefile ($(HTMLDIR)/widget.html): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
840 * Makefile ($(HTMLDIR)/texinfo.html): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
841 Incorporate texinfo.texi moving to a subdirectory texinfo/. |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
842 Do some tricks to reduce the amount of duplication while still |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
843 maintaining compatible with non-GNU make (at least, with |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
844 Solaris make). |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
845 |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
846 * doclicense.texi: New file. |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
847 * info.texi: |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
848 * info.texi (Top): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
849 * info.texi (Getting Started): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
850 * info.texi (Help-Small-Screen): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
851 * info.texi (Help): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
852 * info.texi (Help-P): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
853 * info.texi (Help-^L): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
854 * info.texi (Help-Inv): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
855 * info.texi (Help-]): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
856 * info.texi (Help-M): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
857 * info.texi (Help-FOO): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
858 * info.texi (Help-Xref): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
859 * info.texi (Help-Int): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
860 * info.texi (Help-Q): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
861 * info.texi (Advanced): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
862 * info.texi (Search Text): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
863 * info.texi (Search Index): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
864 * info.texi (Go to node): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
865 * info.texi (Choose menu subtopic): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
866 * info.texi (Create Info buffer): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
867 * info.texi (XEmacs Info Variables): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
868 * info.texi (Expert Info): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
869 * info.texi (Add): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
870 * info.texi (Menus): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
871 * info.texi (Cross-refs): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
872 * info.texi (Help-Cross): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
873 * info.texi (Tags): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
874 * info.texi (Checking): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
875 * info.texi (Index): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
876 * texinfo.tex: |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
877 * texinfo.tex (paragraphindent{%): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
878 * texinfo.tex (sectionheading will have): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
879 * texinfo.tex (chapterzzz{#3}%): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
880 * texinfo.tex (subsubsection = \numberedsubsubsec): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
881 * texinfo.tex (subsubsection = \appendixsubsubsec): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
882 * texinfo.tex (subsubsection = \unnumberedsubsubsec): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
883 * texinfo.tex (sectionheading{#1}{sec}{Ynumbered}{\the\chapno.\the\secno}%): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
884 * texinfo.tex (sectionheading{#1}{sec}{Yappendix}{\appendixletter.\the\secno}%): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
885 * texinfo.tex (sectionheading{#1}{sec}{Ynothing}{\the\unnumberedno.\the\secno}%): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
886 * texinfo.tex (sectionheading{#1}{subsec}{Ynumbered}{\the\chapno.\the\secno.\the\subsecno}%): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
887 * texinfo.tex (sectionheading{#1}{subsec}{Yappendix}%): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
888 * texinfo.tex (sectionheading{#1}{subsec}{Ynothing}%): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
889 * texinfo.tex (sectionheading{#1}{subsubsec}{Ynumbered}%): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
890 * texinfo.tex (sectionheading{#1}{subsubsec}{Yappendix}%): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
891 * texinfo.tex (sectionheading{#1}{subsubsec}{Ynothing}%): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
892 * texinfo.tex (sectionheading{#1}{subsubsec}{Yomitfromtoc}{}): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
893 * texinfo.tex (sectionheading to do the printing.): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
894 * texinfo.tex (sectionlevel}{#1}{#4}%): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
895 * texinfo.tex (sectionheading, q.v.): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
896 Sync with FSF 23.1.92. |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
897 |
5028
b7232de2a937
Add information about repos and VCSes to FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5024
diff
changeset
|
898 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
|
899 |
b7232de2a937
Add information about repos and VCSes to FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5024
diff
changeset
|
900 * 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
|
901 (Legacy Versions): Update next pointer. |
b7232de2a937
Add information about repos and VCSes to FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5024
diff
changeset
|
902 (Bleeding Edge): |
b7232de2a937
Add information about repos and VCSes to FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5024
diff
changeset
|
903 (Q11.0.1): |
b7232de2a937
Add information about repos and VCSes to FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5024
diff
changeset
|
904 (Q11.0.2): |
b7232de2a937
Add information about repos and VCSes to FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5024
diff
changeset
|
905 (Q11.0.3): |
b7232de2a937
Add information about repos and VCSes to FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5024
diff
changeset
|
906 (Q11.0.4): |
b7232de2a937
Add information about repos and VCSes to FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5024
diff
changeset
|
907 (Q11.0.5): |
b7232de2a937
Add information about repos and VCSes to FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5024
diff
changeset
|
908 (Q11.1.1): |
b7232de2a937
Add information about repos and VCSes to FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5024
diff
changeset
|
909 (Q11.2.1): |
b7232de2a937
Add information about repos and VCSes to FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5024
diff
changeset
|
910 (Q11.2.2): |
b7232de2a937
Add information about repos and VCSes to FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5024
diff
changeset
|
911 (Q11.2.3): |
b7232de2a937
Add information about repos and VCSes to FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5024
diff
changeset
|
912 (Q11.2.4): |
b7232de2a937
Add information about repos and VCSes to FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5024
diff
changeset
|
913 (Q11.2.5): |
b7232de2a937
Add information about repos and VCSes to FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5024
diff
changeset
|
914 (Q11.2.6): |
b7232de2a937
Add information about repos and VCSes to FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5024
diff
changeset
|
915 (Q11.2.7): |
b7232de2a937
Add information about repos and VCSes to FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5024
diff
changeset
|
916 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
|
917 |
5011 | 918 2010-02-08 Ben Wing <ben@xemacs.org> |
919 | |
920 * internals/internals.texi (How Lisp Objects Are Represented in C): | |
921 * internals/internals.texi (Allocation of Objects in XEmacs Lisp): | |
922 DEC Alpha is hardly the only 64-bit processor any more. | |
923 Also, ERROR_CHECK_TYPECHECK is now ERROR_CHECK_TYPES. | |
924 | |
5007
bb6a375da086
Relicense J. Kean Johnston's emodules.texi as GPL v2 or later. See
Jerry James <james@xemacs.org>
parents:
4984
diff
changeset
|
925 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
|
926 |
bb6a375da086
Relicense J. Kean Johnston's emodules.texi as GPL v2 or later. See
Jerry James <james@xemacs.org>
parents:
4984
diff
changeset
|
927 * 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
|
928 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
|
929 |
4984 | 930 2010-02-05 Ben Wing <ben@xemacs.org> |
931 | |
932 * internals/internals.texi (A Summary of the Various XEmacs Modules): | |
933 * internals/internals.texi (Conversion to and from External Data): | |
934 * internals/internals.texi (General Guidelines for Writing Mule-Aware Code): | |
935 Correct names of files renamed common -> xlike. | |
936 Fix up outdated explanation of old-style DFC conversion macros. | |
937 Add a section on the different types of character and their uses, | |
938 taken from a long comment in lisp.h. | |
939 | |
4953
304aebb79cd3
function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents:
4820
diff
changeset
|
940 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
|
941 |
304aebb79cd3
function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents:
4820
diff
changeset
|
942 * internals/internals.texi (lrecords): |
304aebb79cd3
function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents:
4820
diff
changeset
|
943 * internals/internals.texi (The DFC API): |
304aebb79cd3
function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents:
4820
diff
changeset
|
944 * 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
|
945 * internals/internals.texi (Mule-izing Code): |
304aebb79cd3
function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents:
4820
diff
changeset
|
946 * 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
|
947 * internals/internals.texi (Ben's README): |
304aebb79cd3
function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents:
4820
diff
changeset
|
948 * 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
|
949 * emodules.texi (Defining Variables): |
304aebb79cd3
function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents:
4820
diff
changeset
|
950 Rename: |
304aebb79cd3
function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents:
4820
diff
changeset
|
951 |
304aebb79cd3
function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents:
4820
diff
changeset
|
952 write_c_string -> write_cistring |
304aebb79cd3
function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents:
4820
diff
changeset
|
953 build_intstring -> build_istring |
304aebb79cd3
function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents:
4820
diff
changeset
|
954 build_string -> build_cistring |
304aebb79cd3
function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents:
4820
diff
changeset
|
955 build_ext_string -> build_extstring |
304aebb79cd3
function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents:
4820
diff
changeset
|
956 make_ext_string -> make_extstring |
304aebb79cd3
function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents:
4820
diff
changeset
|
957 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
|
958 intern_int -> intern_istring |
304aebb79cd3
function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents:
4820
diff
changeset
|
959 |
304aebb79cd3
function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents:
4820
diff
changeset
|
960 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
|
961 |
4917 | 962 2010-02-03 Ben Wing <ben@xemacs.org> |
963 | |
964 * internals/internals.texi (Top): | |
965 * internals/internals.texi (Evaluation; Stack Frames; Bindings): | |
966 * internals/internals.texi (Ben's README): | |
967 * internals/internals.texi (Consoles; Devices; Frames; Windows): | |
968 * internals/internals.texi (Window Hierarchy): | |
969 * internals/internals.texi (The Window Object): | |
970 * internals/internals.texi (Modules for the Basic Displayable Lisp Objects): | |
971 * internals/internals.texi (Window-System Support): | |
972 * internals/internals.texi (Creating a Window-System Type): | |
973 * internals/internals.texi (Discussion -- Garbage Collection): | |
974 Update the part at the top about how to maintain the file with | |
975 more tips. | |
976 | |
977 Add a chapter on "window-system support" describing in a general | |
978 way how the support for different window systems/device types | |
979 works, including the separation between device-independent and | |
980 device-dependent parts, device methods, the specific device types | |
981 and the "xlike" pseudo-type. | |
982 | |
4905
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
983 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
|
984 |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
985 * xemacs/programs.texi (Defuns): |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
986 * 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
|
987 (Setting Variables, Default Value): |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
988 * lispref/symbols.texi (Definitions): |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
989 * 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
|
990 * lispref/positions.texi (Excursions, Narrowing): |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
991 * 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
|
992 * 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
|
993 * lispref/lispref.texi (Top): |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
994 * 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
|
995 * lispref/help.texi (Help Functions): |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
996 * 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
|
997 (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
|
998 * lispref/frames.texi (Input Focus): |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
999 * 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
|
1000 (Special Operators, Quoting): |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
1001 * lispref/edebug-inc.texi (Instrumenting) |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
1002 (Specification Examples): |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
1003 * 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
|
1004 * 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
|
1005 (Conditionals, Combining Conditions, Iteration): |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
1006 (Catch and Throw, Handling Errors): |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
1007 * 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
|
1008 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
|
1009 |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
1010 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
|
1011 macros I don't understand. |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
1012 |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
1013 * 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
|
1014 example here. |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
1015 * lispref/positions.texi (Excursions): |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
1016 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
|
1017 forms. |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
1018 * 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
|
1019 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
|
1020 18. |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
1021 * lispref/specifiers.texi (Adding Specifications): |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
1022 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
|
1023 * lispref/windows.texi (Window Configurations) |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
1024 (Selecting Windows): |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
1025 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
|
1026 are macros, not special operators. |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
1027 |
4894
03ab78e48ef6
Add copyright and license information based on Ben's recollections.
Jerry James <james@xemacs.org>
parents:
4885
diff
changeset
|
1028 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
|
1029 |
03ab78e48ef6
Add copyright and license information based on Ben's recollections.
Jerry James <james@xemacs.org>
parents:
4885
diff
changeset
|
1030 * 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
|
1031 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
|
1032 * 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
|
1033 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
|
1034 |
4885
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
1035 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
|
1036 |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
1037 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
|
1038 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
|
1039 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
|
1040 start. |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
1041 |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
1042 * lispref/text.texi (Columns): |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
1043 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
|
1044 (Registers): |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
1045 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
|
1046 * 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
|
1047 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
|
1048 general are accepted. |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
1049 (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
|
1050 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
|
1051 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
|
1052 (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
|
1053 values in syntax tables. |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
1054 * 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
|
1055 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
|
1056 are accepted. |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
1057 * 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
|
1058 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
|
1059 * 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
|
1060 (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
|
1061 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
|
1062 integers are accepted. |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
1063 * 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
|
1064 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
|
1065 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
|
1066 (Equality Predicates): |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
1067 (Range Table Type): |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
1068 (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
|
1069 fixed-precision integer. |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
1070 (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
|
1071 * 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
|
1072 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
|
1073 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
|
1074 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
|
1075 (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
|
1076 Lisp compatibility issues. |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
1077 (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
|
1078 * 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
|
1079 * 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
|
1080 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
|
1081 general are accepted. |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
1082 |
4803
5d120deb60ca
Enable rudimentary support for valgrind, including functions that tell valgrind
Jerry James <james@xemacs.org>
parents:
4792
diff
changeset
|
1083 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
|
1084 |
5d120deb60ca
Enable rudimentary support for valgrind, including functions that tell valgrind
Jerry James <james@xemacs.org>
parents:
4792
diff
changeset
|
1085 * 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
|
1086 valgrind configuration and use. |
5d120deb60ca
Enable rudimentary support for valgrind, including functions that tell valgrind
Jerry James <james@xemacs.org>
parents:
4792
diff
changeset
|
1087 |
4790
bc4f2511bbea
Remove support for the OffiX drag-and-drop protocol. See xemacs-patches
Jerry James <james@xemacs.org>
parents:
4771
diff
changeset
|
1088 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
|
1089 |
bc4f2511bbea
Remove support for the OffiX drag-and-drop protocol. See xemacs-patches
Jerry James <james@xemacs.org>
parents:
4771
diff
changeset
|
1090 * 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
|
1091 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
|
1092 * 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
|
1093 (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
|
1094 (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
|
1095 |
4771
e0b8ef850996
Remove more obsolete files.
Jerry James <james@xemacs.org>
parents:
4769
diff
changeset
|
1096 2009-12-10 Jerry James <james@xemacs.org> |
e0b8ef850996
Remove more obsolete files.
Jerry James <james@xemacs.org>
parents:
4769
diff
changeset
|
1097 |
e0b8ef850996
Remove more obsolete files.
Jerry James <james@xemacs.org>
parents:
4769
diff
changeset
|
1098 * lispref/processes.texi (Functions that Create Subprocesses): Refer |
e0b8ef850996
Remove more obsolete files.
Jerry James <james@xemacs.org>
parents:
4769
diff
changeset
|
1099 to etags instead of the obsolete wakeup program. |
e0b8ef850996
Remove more obsolete files.
Jerry James <james@xemacs.org>
parents:
4769
diff
changeset
|
1100 |
4769
5460287a3327
Remove support for pre-X11R5 systems, including systems without Xmu. See
Jerry James <james@xemacs.org>
parents:
4759
diff
changeset
|
1101 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
|
1102 |
5460287a3327
Remove support for pre-X11R5 systems, including systems without Xmu. See
Jerry James <james@xemacs.org>
parents:
4759
diff
changeset
|
1103 * 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
|
1104 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
|
1105 (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
|
1106 |
4820
e6dec75ded0e
Use keywords, not ordinary symbols, in the structure syntax for hash tables.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4803
diff
changeset
|
1107 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
|
1108 |
e6dec75ded0e
Use keywords, not ordinary symbols, in the structure syntax for hash tables.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4803
diff
changeset
|
1109 * 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
|
1110 * 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
|
1111 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
|
1112 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
|
1113 backward-compatiblity. |
e6dec75ded0e
Use keywords, not ordinary symbols, in the structure syntax for hash tables.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4803
diff
changeset
|
1114 |
4759
aa5ed11f473b
Remove support for obsolete systems. See xemacs-patches message with ID
Jerry James <james@xemacs.org>
parents:
4708
diff
changeset
|
1115 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
|
1116 |
aa5ed11f473b
Remove support for obsolete systems. See xemacs-patches message with ID
Jerry James <james@xemacs.org>
parents:
4708
diff
changeset
|
1117 * 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
|
1118 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
|
1119 (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
|
1120 deleted files. |
aa5ed11f473b
Remove support for obsolete systems. See xemacs-patches message with ID
Jerry James <james@xemacs.org>
parents:
4708
diff
changeset
|
1121 (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
|
1122 (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
|
1123 NeXTstep. |
aa5ed11f473b
Remove support for obsolete systems. See xemacs-patches message with ID
Jerry James <james@xemacs.org>
parents:
4708
diff
changeset
|
1124 * 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
|
1125 old unsupported systems. |
aa5ed11f473b
Remove support for obsolete systems. See xemacs-patches message with ID
Jerry James <james@xemacs.org>
parents:
4708
diff
changeset
|
1126 * 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
|
1127 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
|
1128 * 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
|
1129 Ditto. |
aa5ed11f473b
Remove support for obsolete systems. See xemacs-patches message with ID
Jerry James <james@xemacs.org>
parents:
4708
diff
changeset
|
1130 |
4792
95b04754ea8c
Make #'equalp more compatible with CL; add a compiler macro, test & doc it.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4790
diff
changeset
|
1131 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
|
1132 |
95b04754ea8c
Make #'equalp more compatible with CL; add a compiler macro, test & doc it.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4790
diff
changeset
|
1133 * 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
|
1134 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
|
1135 |
4708
1cecc3e9f0a0
Use giflib or libungif to provide GIF support, instead of using internal
Jerry James <james@xemacs.org>
parents:
4678
diff
changeset
|
1136 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
|
1137 |
1cecc3e9f0a0
Use giflib or libungif to provide GIF support, instead of using internal
Jerry James <james@xemacs.org>
parents:
4678
diff
changeset
|
1138 * 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
|
1139 "(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
|
1140 (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
|
1141 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
|
1142 * 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
|
1143 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
|
1144 * 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
|
1145 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
|
1146 |
4678
b5e1d4f6b66f
Make #'floor, #'ceiling, #'round, #'truncate conform to Common Lisp.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4677
diff
changeset
|
1147 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
|
1148 |
b5e1d4f6b66f
Make #'floor, #'ceiling, #'round, #'truncate conform to Common Lisp.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4677
diff
changeset
|
1149 * lispref/numbers.texi (Bigfloat Basics): |
b5e1d4f6b66f
Make #'floor, #'ceiling, #'round, #'truncate conform to Common Lisp.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4677
diff
changeset
|
1150 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
|
1151 off in mid-sentence). |
b5e1d4f6b66f
Make #'floor, #'ceiling, #'round, #'truncate conform to Common Lisp.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4677
diff
changeset
|
1152 |
4677
8f1ee2d15784
Support full Common Lisp multiple values in C.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4668
diff
changeset
|
1153 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
|
1154 |
8f1ee2d15784
Support full Common Lisp multiple values in C.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4668
diff
changeset
|
1155 * cl.texi (Organization): |
8f1ee2d15784
Support full Common Lisp multiple values in C.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4668
diff
changeset
|
1156 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
|
1157 |
4668
8b2a8ecf91cd
Improve redisplay docs in Internals a bit.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4666
diff
changeset
|
1158 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
|
1159 |
8b2a8ecf91cd
Improve redisplay docs in Internals a bit.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4666
diff
changeset
|
1160 * 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
|
1161 Small improvements. |
8b2a8ecf91cd
Improve redisplay docs in Internals a bit.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4666
diff
changeset
|
1162 |
4666
4c1a8323aa9a
Fix incorrect Xft resources in Info docs.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4658
diff
changeset
|
1163 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
|
1164 |
4c1a8323aa9a
Fix incorrect Xft resources in Info docs.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4658
diff
changeset
|
1165 * 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
|
1166 from XftFont (now deprecated) to FcFontName. |
4c1a8323aa9a
Fix incorrect Xft resources in Info docs.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4658
diff
changeset
|
1167 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
|
1168 |
4636
5c427ece884b
XEmacs 21.5.29 "garbanzo" is released.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4632
diff
changeset
|
1169 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
|
1170 |
5c427ece884b
XEmacs 21.5.29 "garbanzo" is released.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4632
diff
changeset
|
1171 * 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
|
1172 |
4632
b93587f33338
Add urefs to Lstreams node.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4626
diff
changeset
|
1173 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
|
1174 |
b93587f33338
Add urefs to Lstreams node.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4626
diff
changeset
|
1175 * internals/internals.texi: s/@urlref/@uref/g. |
b93587f33338
Add urefs to Lstreams node.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4626
diff
changeset
|
1176 (Lstreams): Add urefs to David Beasley tutorials. |
b93587f33338
Add urefs to Lstreams node.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4626
diff
changeset
|
1177 |
4658
fd2495d78aac
Add FAQ on network slows (lookup order of DNS and /etc/hosts).
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4636
diff
changeset
|
1178 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
|
1179 |
fd2495d78aac
Add FAQ on network slows (lookup order of DNS and /etc/hosts).
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4636
diff
changeset
|
1180 * 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
|
1181 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
|
1182 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
|
1183 |
fd2495d78aac
Add FAQ on network slows (lookup order of DNS and /etc/hosts).
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4636
diff
changeset
|
1184 * 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
|
1185 * 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
|
1186 |
4625
4527fc976aa3
Meta on Mac. <87prh51rni.fsf@xemacs.org>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4509
diff
changeset
|
1187 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
|
1188 |
4527fc976aa3
Meta on Mac. <87prh51rni.fsf@xemacs.org>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4509
diff
changeset
|
1189 * 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
|
1190 (Top): |
4527fc976aa3
Meta on Mac. <87prh51rni.fsf@xemacs.org>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4509
diff
changeset
|
1191 (Editing): |
4527fc976aa3
Meta on Mac. <87prh51rni.fsf@xemacs.org>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4509
diff
changeset
|
1192 (Q3.0.11): |
4527fc976aa3
Meta on Mac. <87prh51rni.fsf@xemacs.org>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4509
diff
changeset
|
1193 (Q3.1.1): |
4527fc976aa3
Meta on Mac. <87prh51rni.fsf@xemacs.org>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4509
diff
changeset
|
1194 Fix up Next/Prev/Menu references. |
4527fc976aa3
Meta on Mac. <87prh51rni.fsf@xemacs.org>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4509
diff
changeset
|
1195 |
4601
7c7262c47538
Remove any reference to mocklisp as an active technology.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4509
diff
changeset
|
1196 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
|
1197 |
7c7262c47538
Remove any reference to mocklisp as an active technology.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4509
diff
changeset
|
1198 * xemacs/xemacs.texi (Top): |
7c7262c47538
Remove any reference to mocklisp as an active technology.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4509
diff
changeset
|
1199 * xemacs/misc.texi (Emulation): |
7c7262c47538
Remove any reference to mocklisp as an active technology.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4509
diff
changeset
|
1200 * xemacs/building.texi (Lisp Libraries): |
7c7262c47538
Remove any reference to mocklisp as an active technology.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4509
diff
changeset
|
1201 (Compiling Libraries): |
7c7262c47538
Remove any reference to mocklisp as an active technology.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4509
diff
changeset
|
1202 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
|
1203 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
|
1204 which is no longer available. |
7c7262c47538
Remove any reference to mocklisp as an active technology.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4509
diff
changeset
|
1205 |
4509
dd12adb12b8f
Fix broken Xft FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4505
diff
changeset
|
1206 2008-10-04 Stephen J. Turnbull <stephen@xemacs.org> |
dd12adb12b8f
Fix broken Xft FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4505
diff
changeset
|
1207 |
dd12adb12b8f
Fix broken Xft FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4505
diff
changeset
|
1208 * 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
|
1209 antialiased fonts. |
dd12adb12b8f
Fix broken Xft FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4505
diff
changeset
|
1210 |
4505
a5f1da0eb001
Document XFT support in the FAQ, better describe XEmacs pronunciation.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4488
diff
changeset
|
1211 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
|
1212 |
a5f1da0eb001
Document XFT support in the FAQ, better describe XEmacs pronunciation.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4488
diff
changeset
|
1213 * 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
|
1214 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
|
1215 (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
|
1216 alphabet. |
a5f1da0eb001
Document XFT support in the FAQ, better describe XEmacs pronunciation.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4488
diff
changeset
|
1217 |
4488 | 1218 2008-07-26 Ville Skyttä <scop@xemacs.org> |
1219 | |
1220 * xemacs/custom.texi, xemacs/frame.texi, xemacs/mule.texi, | |
1221 xemacs/packages.texi, xemacs/programs.texi, xemacs/trouble.texi: | |
1222 Spelling fixes. | |
1223 | |
4486
f9104f0e9b91
Document the error on over-long hex character constants.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4485
diff
changeset
|
1224 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
|
1225 |
f9104f0e9b91
Document the error on over-long hex character constants.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4485
diff
changeset
|
1226 * lispref/objects.texi (Character Type): |
f9104f0e9b91
Document the error on over-long hex character constants.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4485
diff
changeset
|
1227 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
|
1228 hexadecimal constant. |
f9104f0e9b91
Document the error on over-long hex character constants.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4485
diff
changeset
|
1229 |
4485
57db42ba54fb
Correct a misspelling and add a space, lispref/variables.texi
Aidan Kehoe <kehoea@parhasard.net>
parents:
4472
diff
changeset
|
1230 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
|
1231 |
57db42ba54fb
Correct a misspelling and add a space, lispref/variables.texi
Aidan Kehoe <kehoea@parhasard.net>
parents:
4472
diff
changeset
|
1232 * lispref/variables.texi (Extent): |
57db42ba54fb
Correct a misspelling and add a space, lispref/variables.texi
Aidan Kehoe <kehoea@parhasard.net>
parents:
4472
diff
changeset
|
1233 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
|
1234 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
|
1235 |
4472
a99eb40f0b5b
Correct an omitted word, expand on bignum equality in the lispref.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4471
diff
changeset
|
1236 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
|
1237 |
a99eb40f0b5b
Correct an omitted word, expand on bignum equality in the lispref.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4471
diff
changeset
|
1238 * 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
|
1239 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
|
1240 commit. |
a99eb40f0b5b
Correct an omitted word, expand on bignum equality in the lispref.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4471
diff
changeset
|
1241 |
4471
2d39535e1f9d
Say explicitly that eq is useful for chars; xref number comparison, lispref
Aidan Kehoe <kehoea@parhasard.net>
parents:
4466
diff
changeset
|
1242 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
|
1243 |
2d39535e1f9d
Say explicitly that eq is useful for chars; xref number comparison, lispref
Aidan Kehoe <kehoea@parhasard.net>
parents:
4466
diff
changeset
|
1244 * 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
|
1245 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
|
1246 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
|
1247 #'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
|
1248 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
|
1249 |
4466
969a957a44ac
Prevent #'batch-texinfo-format choking on man/internals/internals.texi
Aidan Kehoe <kehoea@parhasard.net>
parents:
4450
diff
changeset
|
1250 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
|
1251 |
969a957a44ac
Prevent #'batch-texinfo-format choking on man/internals/internals.texi
Aidan Kehoe <kehoea@parhasard.net>
parents:
4450
diff
changeset
|
1252 * 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
|
1253 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
|
1254 #'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
|
1255 |
4448
fd8a9a4d81d9
Support #!, to allow XEmacs to be called as a script interpreter.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4329
diff
changeset
|
1256 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
|
1257 |
fd8a9a4d81d9
Support #!, to allow XEmacs to be called as a script interpreter.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4329
diff
changeset
|
1258 * 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
|
1259 Describe --script, -script. |
fd8a9a4d81d9
Support #!, to allow XEmacs to be called as a script interpreter.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4329
diff
changeset
|
1260 |
4427
cff4ad0ab682
Document "lifting to Lisp". <87tzjvx8lu.fsf@uwakimon.sk.tsukuba.ac.jp>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4329
diff
changeset
|
1261 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
|
1262 |
cff4ad0ab682
Document "lifting to Lisp". <87tzjvx8lu.fsf@uwakimon.sk.tsukuba.ac.jp>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4329
diff
changeset
|
1263 * 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
|
1264 (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
|
1265 New nodes. |
cff4ad0ab682
Document "lifting to Lisp". <87tzjvx8lu.fsf@uwakimon.sk.tsukuba.ac.jp>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4329
diff
changeset
|
1266 (Top): |
cff4ad0ab682
Document "lifting to Lisp". <87tzjvx8lu.fsf@uwakimon.sk.tsukuba.ac.jp>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4329
diff
changeset
|
1267 (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
|
1268 (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
|
1269 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
|
1270 |
cff4ad0ab682
Document "lifting to Lisp". <87tzjvx8lu.fsf@uwakimon.sk.tsukuba.ac.jp>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4329
diff
changeset
|
1271 (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
|
1272 |
4329
d9eb5ea14f65
Provide %b in #'format; use it for converting between ints and bit vectors.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4320
diff
changeset
|
1273 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
|
1274 |
d9eb5ea14f65
Provide %b in #'format; use it for converting between ints and bit vectors.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4320
diff
changeset
|
1275 * 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
|
1276 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
|
1277 |
4320 | 1278 2007-12-10 Ville Skyttä <scop@xemacs.org> |
1279 | |
1280 * internals/internals.texi: Spelling fixes. | |
1281 | |
4313
0d2e738dfcd0
Forgotten ChangeLog entry for changesets 4311 and 4312.
"Ville Skyttä <scop@xemacs.org>"
parents:
4291
diff
changeset
|
1282 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
|
1283 |
0d2e738dfcd0
Forgotten ChangeLog entry for changesets 4311 and 4312.
"Ville Skyttä <scop@xemacs.org>"
parents:
4291
diff
changeset
|
1284 * 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
|
1285 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
|
1286 |
4291 | 1287 2007-11-28 Aidan Kehoe <kehoea@parhasard.net> |
1288 | |
1289 * internals/internals.texi (Ibytes and Ichars): | |
1290 Cross reference to the Mule docs describing these typedefs, | |
1291 instead of saying Not yet documented. | |
1292 | |
4265 | 1293 2007-11-14 Aidan Kehoe <kehoea@parhasard.net> |
1294 | |
1295 * lispref/objects.texi (String Type): | |
1296 Describe how one can include a trailing backslash in a raw string, | |
1297 by means of the Unicode escape syntax. | |
1298 | |
4264 | 1299 2007-11-14 Aidan Kehoe <kehoea@parhasard.net> |
1300 | |
1301 * xemacs/keystrokes.texi (Character Representation): | |
1302 Clarify the description of which characters are displayed as | |
1303 themselves and which as octal escapes bzw. "control" characters | |
1304 with an initial caret. | |
1305 | |
4225 | 1306 2007-10-15 Adrian Aichner <adrian@xemacs.org> |
1307 | |
1308 * Makefile (info_files): Sync nt/xemacs.mak and man/Makefile. | |
1309 Sort enries to easy future syncs. | |
1310 | |
4199 | 1311 2007-09-22 Stephen J. Turnbull <stephen@xemacs.org> |
1312 | |
1313 * lispref/searching.texi (Replacing Match): Document the escapes | |
1314 for changing case in `replace-match'. Document the change to | |
1315 STRBUFFER to permit subexpressions in string replacement. | |
1316 | |
4196 | 1317 2007-09-30 Adrian Aichner <adrian@xemacs.org> |
1318 | |
1319 * Makefile (TEXI2HTML_NOSPLIT): New. | |
1320 * Makefile ($(HTMLDIR)/beta.html): Use TEXI2HTML_NOSPLIT. | |
1321 * Makefile ($(HTMLDIR)/xemacs-faq.html): Ditto. | |
1322 | |
4195 | 1323 2007-09-30 Adrian Aichner <adrian@xemacs.org> |
1324 | |
1325 * Makefile (TEXI2HTML): Refactor TEXI2HTML for use by | |
1326 xemacsweb/Documentation/Makefile. | |
1327 | |
4143 | 1328 2007-08-25 Adrian Aichner <adrian@xemacs.org> |
1329 | |
1330 * internals/internals.texi (Through Version 18): Fix error in | |
1331 Emacs Timeline URL. | |
1332 * internals/internals.texi (Better Rendering Support -- Configuration with the Interim Patches): | |
1333 | |
4039 | 1334 2007-06-27 Aidan Kehoe <kehoea@parhasard.net> |
1335 | |
1336 * lispref/variables.texi (Extent): | |
1337 Mention that lexical scope is available using lexical-let and | |
1338 lexical-let* in cl-macs, instead of ignoring them entirely. | |
1339 | |
3979 | 1340 2007-05-21 Ville Skyttä <scop@xemacs.org> |
1341 | |
1342 * internals/internals.texi: Fix corrupted/oddly encoded chars. | |
1343 * lispref/ldap.texi: Ditto. | |
1344 | |
3975 | 1345 2007-05-21 Stephen J. Turnbull <stephen@xemacs.org> |
1346 | |
1347 * XEmacs 21.5.28 "fuki" is released. | |
1348 | |
3955 | 1349 2007-05-15 Aidan Kehoe <kehoea@parhasard.net> |
1350 | |
1351 * internals/internals.texi: | |
1352 Replace an inaccurate description of the read syntax of a Kanji | |
1353 character with one using the recently-added Unicode escapes. Also | |
1354 update the size of an Ichar; they're now 21-bit integers, not | |
1355 19-bit integers. | |
1356 | |
3930 | 1357 2007-04-30 Stephen J. Turnbull <stephen@xemacs.org> |
1358 | |
1359 * internals/internals.texi (Creating a New Console/Device/Frame Type): | |
1360 Typo fix. | |
1361 | |
3773 | 1362 2007-01-01 Malcolm Purvis <malcolmp@xemacs.org> |
1363 | |
1364 * internals/internals.texi (Ben's README): Use 'grep -F' instead | |
1365 of fgrep. | |
1366 | |
3772 | 1367 2006-11-07 Robert Pluim <rpluim@gmail.com> |
1368 | |
1369 * lispref/os.texi (User Identification): The code uses HOMEPATH, | |
1370 not HOMEDIR. | |
1371 | |
3711 | 1372 2006-11-29 Aidan Kehoe <kehoea@parhasard.net> |
1373 | |
1374 * xemacs/custom.texi (Face Resources): | |
1375 Mention that the user should use full XLFD forms for specifying | |
1376 fonts, and that Mule builds reject the short forms by | |
1377 default. Also mention the work-around to the latter design choice | |
1378 that was implemented for Ilya. | |
1379 | |
3685 | 1380 2006-11-16 Stephen J. Turnbull <stephen@xemacs.org> |
1381 | |
1382 * internals/internals.texi | |
1383 (Better Rendering Support -- Configuration with the Interim Patches): | |
1384 Fix examples of configuration via X resources. | |
1385 (Better Rendering Support -- Implementation): Fix description of | |
1386 xftFont resources, introduce fcFontName resource. | |
1387 | |
3674 | 1388 2006-11-11 Aidan Kehoe <kehoea@parhasard.net> |
1389 | |
1390 * lispref/faces.texi (Face Convenience Functions): | |
1391 Add information on how to specify a face's font for a given Mule | |
1392 charset. | |
1393 | |
1394 * lispref/specifiers.texi (Specifiers): | |
1395 * lispref/specifiers.texi (Simple Specifier Usage): | |
1396 * lispref/specifiers.texi (Specifiers In-Depth): | |
1397 * lispref/specifiers.texi (Specifier Tag Functions): | |
1398 * lispref/specifiers.texi (Specifier Instantiation Functions): | |
1399 Update the documentation of specifiers to reflect the new support | |
1400 for Mule character sets and associating tags with them. | |
1401 | |
3543 | 1402 2006-08-05 Aidan Kehoe <kehoea@parhasard.net> |
1403 | |
1404 * lispref/objects.texi (String Type): | |
1405 Give details of the raw string syntax, taken from SXEmacs and | |
1406 Python. | |
1407 | |
3516 | 1408 2006-07-19 Stephen J. Turnbull <stephen@xemacs.org> |
1409 | |
1410 * new-users-guide/edit.texi (Insert): Document bogosity in | |
1411 vendor labeling of DEL key. | |
1412 (Numeric Argument): Remove spurious RETs from keystroke examples. | |
1413 Thanks to Michael C. Wescott <wescott@sc.rr.com>. | |
1414 | |
3510 | 1415 2006-07-16 Aidan Kehoe <kehoea@parhasard.net> |
1416 | |
1417 * xemacs/custom.texi (File Variables): | |
1418 Make it clearer that file variables are buffer-local. | |
1419 * xemacs/custom.texi (Faces): | |
1420 "must be encoding" -> "must be encoded". | |
1421 | |
1422 2006-07-16 Aidan Kehoe <kehoea@parhasard.net> | |
1423 | |
1424 * lispref/variables.texi (Creating Buffer-Local): | |
1425 Mention that buffer-local variables are created when file local | |
1426 variables are set. | |
1427 | |
3496 | 1428 2006-07-08 Aidan Kehoe <kehoea@parhasard.net> |
1429 | |
1430 * internals/internals.texi (Internal String Encoding): | |
1431 Mention that UTF-8 would be a reasonable alternative encoding. | |
1432 * internals/internals.texi (Internal Character Encoding): | |
1433 Re-arrange the description of characters to deal with 21-bit | |
1434 characters. | |
1435 | |
3439 | 1436 2006-06-03 Aidan Kehoe <kehoea@parhasard.net> |
1437 | |
1438 * lispref/mule.texi (CCL Syntax): | |
1439 * lispref/mule.texi (CCL Statements): | |
1440 Describe the mule-to-unicode and unicode-to-mule statements; | |
1441 rename the section they are described in. | |
1442 | |
3404 | 1443 2006-05-17 Stephen J. Turnbull <stephen@xemacs.org> |
1444 | |
1445 * xemacs-faq.texi (Q2.2.3): New node. | |
1446 (Q2.2.2, Q2.3.1): Fix navigation references. | |
1447 (Top, Installation): Add to menus. | |
1448 | |
3402 | 1449 2006-05-16 Stephen J. Turnbull <stephen@xemacs.org> |
1450 | |
1451 * XEmacs 21.5.27 "fiddleheads" is released. | |
1452 | |
3388 | 1453 2006-05-09 Stephen J. Turnbull <stephen@xemacs.org> |
1454 | |
1455 * beta.texi (Building Beta XEmacs): Rename 'Compiling' -> 'Building'. | |
1456 (Reporting Problems): Improve it, make it a top-level node, add | |
1457 some vertical spacing to make node breaks more visible. | |
1458 (Getting the Source): Flesh it out a bit and move it to the | |
1459 Building Beta XEmacs node. | |
1460 | |
3387 | 1461 2006-05-09 Stephen J. Turnbull <stephen@xemacs.org> |
1462 | |
1463 * xemacs/custom.texi (Xft Font Customization): New node. | |
1464 (Faces): Create menu, add new node. | |
1465 * xemacs/xemacs.texi (Top): add new node to detail menu. | |
1466 | |
3367 | 1467 2006-04-29 Aidan Kehoe <kehoea@parhasard.net> |
1468 | |
1469 * lispref/objects.texi (Character Type): | |
1470 Document the Unicode syntax for characters in characters and | |
1471 strings. | |
1472 | |
3354 | 1473 2006-04-23 Stephen J. Turnbull <stephen@xemacs.org> |
1474 | |
1475 * internals/internals.texi: Run texinfo-master-menu. | |
1476 (Creating a New Console/Device/Frame Type): New node. | |
1477 | |
3323 | 1478 2006-03-31 Stephen J. Turnbull <stephen@xemacs.org> |
1479 | |
1480 * XEmacs 21.5.26 "endive" is released. | |
1481 | |
3322 | 1482 2006-03-31 Stephen J. Turnbull <stephen@xemacs.org> |
1483 | |
1484 Miscellaneous doc cleanup, parts 2-4: move CHANGES-msw, | |
1485 TODO.ben-mule-21-5, README.ben-mule-21-5, and | |
1486 README.ben-separate-stderr to Internals Manual. | |
1487 | |
1488 * internals/internals.texi (Ben's TODO list): | |
1489 (CHANGES from 21.4-windows branch): | |
1490 (Ben's README): | |
1491 (Ben's separate stderr notes): | |
1492 New nodes. | |
1493 | |
1494 (Subprocesses): Add "Ben's separate stderr notes" to menu. | |
1495 (The Great Mule Merge of March 2002): Add "Ben's TODO list" and | |
1496 "Ben's README" to menu. | |
1497 (Interface to MS Windows): Add "CHANGES from 21.4-windows branch" | |
1498 to menu. | |
1499 | |
1500 (Top): Update detailmenu. | |
1501 | |
1502 2006-03-30 Stephen J. Turnbull <stephen@xemacs.org> | |
1503 | |
1504 Miscellaneous doc cleanup, part 1: move CHANGES-ben-mule to | |
1505 Internals Manual. | |
1506 | |
1507 * internals/internals.texi (The Great Mule Merge of March 2002): | |
1508 Insert CHANGES-ben-mule here, and reformat for Texinfo. | |
1509 | |
3260 | 1510 2006-02-26 Mike Sperber <mike@xemacs.org> |
1511 | |
1512 * xemacs/building.texi (External Lisp): Document that `run-lisp' | |
1513 needs the os-utils package. | |
1514 | |
3259 | 1515 2006-02-26 Stephen J. Turnbull <stephen@xemacs.org> |
1516 | |
1517 * XEmacs 21.5.25 "eggplant" is released. | |
1518 | |
3179 | 1519 2005-11-25 Mike Sperber <mike@xemacs.org> |
1520 | |
1521 * lispref/packaging.texi (The User View): | |
1522 * xemacs/startup.texi (Startup Paths): | |
1523 * xemacs-faq.texi (Q2.1.6): Document new configure options and | |
1524 environment variables for | |
1525 package locations. | |
1526 | |
3171 | 1527 2005-12-24 Aidan Kehoe <kehoea@parhasard.net> |
1528 | |
1529 * xemacs/keystrokes.texi (Keystrokes): | |
1530 Add new node on keyboards with which one can't type Latin. | |
1531 * xemacs/keystrokes.texi (Non-Latin keyboards): | |
1532 Describe the support for falling back to a US key layout on | |
1533 keyboards where typing the Roman alphabet is difficult. | |
1534 | |
3150 | 1535 2005-12-18 Stephen J. Turnbull <stephen@xemacs.org> |
1536 | |
1537 * XEmacs 21.5.24 "dandelion" is released. | |
1538 | |
3147 | 1539 2005-12-09 Malcolm Purvis <malcolmp@xemacs.org> |
1540 | |
1541 * internals/internals.texi (The configure Script): Documented | |
1542 more fully the behaviour of complex options. Provided examples. | |
1543 | |
3128 | 1544 2005-12-03 Adrian Aichner <adrian@xemacs.org> |
1545 | |
1546 * custom.texi (Declaring Variables): Typo fixes. | |
1547 | |
3111 | 1548 2005-11-29 Stephen J. Turnbull <stephen@xemacs.org> |
1549 | |
1550 * xemacs/custom.texi (Faces): Describe some of the more important | |
1551 font naming syntaxes under `set-face-font'. Fix a typo. | |
1552 | |
3094 | 1553 2005-11-22 Stephen J. Turnbull <stephen@xemacs.org> |
1554 | |
1555 * internals/internals.texi (Working with Lisp Objects): Explain | |
1556 better why DEFSYMBOL is usually preferable to intern. | |
1557 | |
3073 | 1558 2005-11-08 Malcolm Purvis <malcolmp@xemacs.org> |
1559 | |
1560 * internals/internals.texi (The configure Script): Added the | |
1561 definition of the new macro XE_HELP_SUBSECTION. | |
1562 | |
3062 | 1563 2005-11-13 Ben Wing <ben@xemacs.org> |
1564 | |
1565 * Makefile: | |
1566 Add targets distclean-noconfig, realclean-noconfig, extraclean-noconfig. | |
1567 Do some refactoring for cleanliness. | |
1568 | |
3059 | 1569 2005-11-13 Ben Wing <ben@xemacs.org> |
1570 | |
1571 * internals/internals.texi (Top): | |
1572 * internals/internals.texi (CVS Techniques): | |
1573 * internals/internals.texi (Creating a Branch): | |
1574 * internals/internals.texi (Merging a Branch into the Trunk): | |
1575 Add node on Creating a Branch. Update info concerning problems | |
1576 with rtag on symlinks. (#### Is this still valid?) | |
1577 | |
3031 | 1578 2005-10-26 Stephen J. Turnbull <stephen@xemacs.org> |
1579 | |
1580 * XEmacs 21.5.23 "daikon" is released. | |
1581 | |
3018 | 1582 2005-10-20 Malcolm Purvis <malcolmp@xemacs.org> |
1583 | |
1584 * xemacs-faq.texi (Q1.2.2): | |
1585 * xemacs-faq.texi (Q2.1.1): | |
1586 * xemacs-faq.texi (Q2.1.6): | |
1587 * xemacs-faq.texi (Q2.2.1): | |
1588 * xemacs-faq.texi (Q2.3.6): | |
1589 * xemacs-faq.texi (Q2.4.3): | |
1590 * xemacs-faq.texi (Q2.4.4): | |
1591 * xemacs-faq.texi (Q2.4.7): | |
1592 * xemacs-faq.texi (Q5.3.3): | |
1593 * xemacs-faq.texi (Q6.0.8): | |
1594 * xemacs-faq.texi (Q7.2.1): | |
1595 Add 21.5 specific examples of configure options in addition to the | |
1596 existing 21.4 ones. | |
1597 | |
3003 | 1598 2005-10-15 Malcolm Purvis <malcolmp@xemacs.org> |
1599 | |
1600 * internals/internals.texi: "API's" -> "APIs". This fixes | |
1601 problems generating dvi and pdf versions. | |
1602 * internals/internals.texi (The configure Script): | |
1603 Describe the use of XE_MERGED_ARG. | |
1604 | |
2995 | 1605 2005-10-13 Ben Wing <ben@xemacs.org> |
1606 | |
1607 * xemacs-faq.texi (Top): | |
1608 * xemacs-faq.texi (External Subsystems): | |
1609 * xemacs-faq.texi (Q5.4.4): | |
1610 * xemacs-faq.texi (Q5.4.5): | |
1611 * xemacs-faq.texi (Q5.4.6): | |
1612 Add question about need to run `rebaseall' under Cygwin. | |
1613 | |
2972 | 1614 2005-10-04 Stephen J. Turnbull <stephen@xemacs.org> |
1615 | |
1616 * emodules.texi (Distribution with XEmacs): New node describing | |
1617 organization of module-related code in top-level configure.ac and | |
1618 src/Makefile.in.in. | |
1619 | |
2960 | 1620 2005-09-27 Adrian Aichner <adrian@xemacs.org> |
1621 | |
1622 * lispref/compile.texi (Compilation Options): Lowercase SYMBOL | |
1623 argument in `byte-compile-print-gensym' documentation, as | |
1624 suggested by Stephen. | |
1625 | |
2955 | 1626 2005-09-27 Adrian Aichner <adrian@xemacs.org> |
1627 | |
1628 * lispref/packaging.texi: Get file to compile with teinfmt.el. | |
1629 * lispref/packaging.texi (Packaging): Ditto. | |
1630 * lispref/packaging.texi (Package Overview): Ditto. | |
1631 * lispref/packaging.texi (The User View): Ditto. | |
1632 * lispref/packaging.texi (The Library Maintainer View): Ditto. | |
1633 * lispref/packaging.texi (Infrastructure): Ditto. | |
1634 * lispref/packaging.texi (Obtaining): Ditto. | |
1635 * lispref/packaging.texi (Local.rules File): Ditto. | |
1636 * lispref/packaging.texi (package-info.in): Ditto. | |
1637 * lispref/packaging.texi (Makefile): Ditto. | |
1638 * lispref/packaging.texi (Documenting Packages): Ditto. | |
1639 | |
1640 2005-09-27 Adrian Aichner <adrian@xemacs.org> | |
1641 | |
1642 * internals/internals.texi (A Summary of the Various XEmacs | |
1643 Modules): Get file to compile with texinfmt.el. | |
1644 * internals/internals.texi (Windows Build Flags): Ditto. | |
1645 | |
2953 | 1646 2005-09-26 Ben Wing <ben@xemacs.org> |
1647 | |
1648 * lispref/glyphs.texi (Images): | |
1649 * lispref/glyphs.texi (Image Instantiators): | |
1650 * lispref/glyphs.texi (Image Instantiator Formats): | |
1651 * lispref/glyphs.texi (Image Instances): | |
1652 * lispref/glyphs.texi (Image Instance Functions): | |
1653 * lispref/glyphs.texi (Creating Glyphs): | |
1654 * lispref/glyphs.texi (Lisp API to Native Widgets): | |
1655 * lispref/glyphs.texi (Glyph Properties): | |
1656 * lispref/glyphs.texi (Glyph Examples): | |
1657 * lispref/lispref.texi (Top): | |
1658 * lispref/specifiers.texi (Specifiers): | |
1659 * lispref/specifiers.texi (Introduction to Specifiers): | |
1660 * lispref/specifiers.texi (Simple Specifier Usage): | |
1661 * lispref/specifiers.texi (Specifiers In-Depth): | |
1662 * lispref/specifiers.texi (Specifier Instantiation): | |
1663 * lispref/specifiers.texi (Retrieving Specifications): | |
1664 * lispref/specifiers.texi (Specifier Tag Functions): | |
1665 * lispref/specifiers.texi (Specifier Validation Functions): | |
1666 Use "instantiation" not "instancing". Fix some places where | |
1667 "specifier" is used to mean "instantiator". | |
1668 | |
2949 | 1669 2005-09-25 Adrian Aichner <adrian@xemacs.org> |
1670 | |
1671 * lispref/compile.texi (Compilation Options): Supply missing | |
1672 argument to @var{}, using same SYMBOL as in variable docstring of | |
1673 `byte-compile-print-gensym'. | |
1674 | |
2931 | 1675 2005-09-14 Stephen J. Turnbull <stephen@xemacs.org> |
1676 | |
1677 * XEmacs 21.5.22 "cucumber" is released. | |
1678 | |
2867 | 1679 2005-07-20 Didier Verna <didier@xemacs.org> |
1680 | |
1681 * lispref/faces.texi (Basic Face Functions): Rephrase the face | |
1682 aliasing paragraph following a suggestion from Stephen J. | |
1683 Turnbull. | |
1684 | |
2865 | 1685 2005-07-19 Didier Verna <didier@xemacs.org> |
1686 | |
1687 * lispref/faces.texi (Basic Face Functions): Document the face | |
1688 aliasing feature. | |
1689 | |
2862 | 1690 2005-07-17 Aidan Kehoe <kehoea@parhasard.net> |
1691 | |
1692 * lispref/commands.texi (Converting Events): | |
1693 Give details on the deprecated ALLOW-NON-ASCII argument to | |
2865 | 1694 event-to-character, and why you shouldn't use it. |
2862 | 1695 |
2828 | 1696 2005-06-26 Aidan Kehoe <kehoea@parhasard.net> |
1697 | |
2865 | 1698 * lispref/commands.texi (Converting Events): |
2828 | 1699 * lispref/keymaps.texi (Key Sequences): |
1700 Stop pretending ASCII is an eight-bit character set, and remove | |
1701 documentation of event-to-character's vanished fourth argument. | |
1702 | |
1703 * internals/internals.texi (Old Future Work -- Improvements in | |
1704 support for non-ASCII (European) keysyms under X): | |
2865 | 1705 Rename the ascii-character property. |
1706 | |
2818 | 1707 2005-06-19 Aidan Kehoe <kehoea@parhasard.net> |
1708 | |
1709 * lispref/building.texi (Building XEmacs and Object Allocation): | |
2865 | 1710 Pure storage has been gone for half a decade or more. |
1711 * lispref/mule.texi (Internationalization Terminology): | |
1712 Phrase stuff a little more clearly, compare Mule with Unicode. | |
2818 | 1713 * lispref/lispref.texi (Top): |
2865 | 1714 Take out info on pure storage. |
2818 | 1715 |
2791 | 1716 2005-05-28 Stephen J. Turnbull <stephen@xemacs.org> |
1717 | |
1718 * XEmacs 21.5.21 "corn" is released. | |
1719 | |
2769 | 1720 2005-05-10 Aidan Kehoe <kehoea@parhasard.net> |
1721 | |
1722 * xemacs-faq.texi (Q3.2.5): (setq text-mode-hook | |
2865 | 1723 'turn-on-auto-fill) is not a good idea. |
2769 | 1724 |
2768 | 1725 2005-05-10 Aidan Kehoe <kehoea@parhasard.net> |
1726 | |
2865 | 1727 * xemacs/sending.texi (Sending Mail):Document that sendmail.el is |
1728 underfeatured and not getting better anytime soon; suggest using | |
1729 another mailer. | |
2768 | 1730 |
2757 | 1731 2005-05-05 Aidan Kehoe <kehoea@parhasard.net> |
1732 | |
1733 * xemacs/building.texi (Lisp Modes): | |
1734 * xemacs/building.texi (Lisp Interaction): | |
1735 * xemacs/entering.texi (Entering Emacs): | |
1736 * xemacs/menus.texi (File Menu): | |
1737 * xemacs/text.texi (Auto Fill): | |
1738 None of the keymaps I have access to have linefeed keys; they all | |
1739 use Return. As such, for new users, C-j is really the only option | |
1740 for evaluation in Lisp interaction mode, and should be documented | |
2865 | 1741 as such. |
1742 | |
3050 | 1743 2005-04-18 Stephen J. Turnbull <stephen@xemacs.org> |
2736 | 1744 |
1745 * internals/internals.texi | |
1746 (Better Rendering Support -- Modern Font Support): | |
1747 (Modern Font Support -- Font Concepts): | |
1748 (Modern Font Support -- fontconfig): | |
1749 (Modern Font Support -- Xft): | |
1750 New nodes describing the Lisp API. | |
1751 (Future Work -- Better Rendering Support): | |
1752 Add Better Rendering Support -- Modern Font Support to menu. | |
1753 | |
1754 2005-04-05 Stephen J. Turnbull <stephen@xemacs.org> | |
1755 | |
1756 * xemacs/custom.texi (X Resources): Improve wording. | |
1757 | |
1758 2005-03-13 Stephen J. Turnbull <stephen@xemacs.org> | |
1759 | |
1760 * xemacs/custom.texi (Minor Modes): Improve general description. | |
1761 Add description of Pending Delete and Filladapt modes. | |
1762 (File Variables): Improve caution against invoking minor modes. | |
1763 (Syntax Entry): Strengthen caution against "\s ". | |
1764 | |
1765 * xemacs/major.texi (Major Modes): Improve accuracy of wording. | |
1766 (Mode Hooks): Describe use of hooks to invoke minor modes. | |
1767 | |
2715 | 1768 2005-04-06 Ben Wing <ben@xemacs.org> |
1769 | |
1770 * internals/internals.texi (Authorship of XEmacs): Copy authorship | |
1771 section from FAQ and comment out old info, which is quite out of | |
1772 date and full of typos. | |
1773 | |
2690 | 1774 2005-03-26 Aidan Kehoe <kehoea@parhasard.net> |
1775 | |
1776 * lispref/mule.texi (CCL Example): | |
2691 | 1777 char-int -> char-to-int, and hex 41 is decimal 65, both problems |
2865 | 1778 with my previous patch pointed out by Stephen. |
2690 | 1779 * lispref/mule.texi (The actual coding system): |
1780 Give information on the make-coding-system call, and where the | |
2865 | 1781 actual package can be found. |
1782 | |
2681 | 1783 2005-03-24 Aidan Kehoe <kehoea@parhasard.net> |
1784 | |
1785 * xemacs/custom.texi (X Resources): | |
1786 "Emacs" as the application class -> "XEmacs" as the application | |
1787 class, mention the old resource class determination behaviour, and | |
2865 | 1788 how one can temporarily re-instate it. |
1789 | |
2665 | 1790 2005-03-15 Stephen J. Turnbull <stephen@xemacs.org> |
1791 | |
1792 * internals/internals.texi (The XEmacs Split): | |
1793 * standards.texi (Option Table): | |
1794 Shut up makeinfo and hack-local-variables. | |
1795 | |
2662 | 1796 2005-03-14 Stephen J. Turnbull <stephen@xemacs.org> |
1797 | |
1798 * internals/internals.texi (How Lisp Objects Are Represented in C): | |
1799 Document compiler warnings when assert expands to empty statement. | |
1800 | |
2653 | 1801 2005-03-11 Stephen J. Turnbull <stephen@xemacs.org> |
1802 | |
1803 * XEmacs 21.5.20 "cilantro" is released. | |
1804 | |
2647 | 1805 2005-03-05 Malcolm Purvis <malcolmp@xemacs.org> |
1806 | |
1807 * beta.texi : Change configure arguments to the new autoconf 2.5 | |
1808 style configure. | |
1809 * internals/internals.texi (The Build Configuration System): Fill | |
1810 out the details. | |
1811 | |
2640 | 1812 2005-01-19 Aidan Kehoe <kehoea@parhasard.net> |
1813 | |
1814 * lispref/mule.texi (CCL Example): Detail an implementation of the | |
2865 | 1815 web's URL encoding as a CCL coding system example. |
2640 | 1816 |
1817 2005-02-22 Stephen J. Turnbull <stephen@xemacs.org> | |
1818 | |
1819 * internals/internals.texi (The version.sh Script): New node. | |
1820 (XEmacs from the Perspective of Building): | |
1821 (Low-Level Modules): | |
1822 (The Build Configuration System): | |
1823 (Adding Configurable Features): | |
1824 Add or update references to the version.sh node and/or file. | |
1825 | |
1826 (XEmacs from the Perspective of Building): Improve text. | |
1827 | |
1828 | |
1829 2005-01-22 Stephen J. Turnbull <stephen@xemacs.org> | |
1830 | |
1831 * internals/internals.texi (XEmacs): Add XEmacs 21.4.16 to list. | |
1832 (The XEmacs Split): Add comments on untrue legal factoids. | |
1833 (The XEmacs Split): Add some @urefs for Jamie's commentary. | |
1834 | |
2608 | 1835 2005-02-23 Aidan Kehoe <kehoea@parhasard.net> |
1836 | |
1837 * lispref/searching.texi (Syntax of Regexps): | |
1838 Mention the \c and \C regular expression constructs; cross | |
2865 | 1839 reference to the Category Table documentation. |
2608 | 1840 |
2602 | 1841 2005-02-22 Stephen J. Turnbull <stephen@xemacs.org> |
1842 | |
1843 * internals/internals.texi (The version.sh Script): New node. | |
1844 (XEmacs from the Perspective of Building): | |
1845 (Low-Level Modules): | |
1846 (The Build Configuration System): | |
1847 (Adding Configurable Features): | |
1848 Add or update references to the version.sh node and/or file. | |
1849 | |
1850 (XEmacs from the Perspective of Building): Improve text. | |
1851 | |
2597 | 1852 2005-02-19 Stephen J. Turnbull <stephen@xemacs.org> |
1853 | |
1854 * internals/internals.texi (Introduction to Writing C Code): | |
1855 Change "mostly warning-free" to "warning-free" to encourage | |
1856 reporting warnings as bugs. | |
1857 (The configure Script): | |
1858 Incorporate Malcolm Purvis's notes from configure.ac. Document | |
1859 his implementations of keyword and complex options, and remove | |
1860 descriptions of my obsolete code. | |
1861 | |
1862 2005-01-16 Stephen J. Turnbull <stephen@xemacs.org> | |
1863 | |
1864 * internals/internals.texi (Better Rendering Support -- | |
1865 Configuration with the Interim Patches): | |
1866 Improve notes on configuration. | |
1867 | |
1868 2004-12-15 Stephen J. Turnbull <stephen@xemacs.org> | |
1869 | |
1870 * internals/internals.texi (Better Rendering Support -- | |
1871 Configuration with the Interim Patches): Menubar uses xftFont | |
1872 resource, too. | |
1873 | |
1874 2005-02-03 Stephen J. Turnbull <stephen@xemacs.org> | |
1875 | |
1876 * internals/internals.texi (XEmacs from the Perspective of | |
1877 Building): Mention autoconf. | |
1878 (The Modules of XEmacs): Point Next the The Build Configuration | |
1879 System and add Modules for Building XEmacs to the menu. | |
1880 (A Summary of the Various XEmacs Modules): Add Modules for | |
1881 Building XEmacs to menu, and Modules for Build Configuration, | |
1882 Modules for Compiling XEmacs, and Modules for Preloading Lisp to | |
1883 the table of sections. | |
1884 (Low-Level Modules): Point Previous to Modules for Building XEmacs. | |
1885 (Modules for Building XEmacs): | |
1886 (Modules for Build Configuration): | |
1887 (Modules for Compiling XEmacs): | |
1888 (Modules for Preloading Lisp): | |
1889 (The Build Configuration System): | |
1890 (Adding Configurable Features): | |
1891 (The configure Script): | |
1892 (The Makefile Precursors): | |
1893 New nodes. | |
1894 (Rules When Writing New C Code): | |
1895 Point Previous to The Build Configuration System. | |
1896 | |
2594 | 1897 2005-02-18 Stephen J. Turnbull <stephen@xemacs.org> |
1898 | |
1899 * XEmacs 21.5.19 "chives" is released. | |
1900 | |
2559 | 1901 2005-02-03 Ben Wing <ben@xemacs.org> |
1902 | |
1903 * xemacs-faq.texi: | |
1904 * xemacs-faq.texi (Top): | |
1905 * xemacs-faq.texi (Introduction): | |
1906 * xemacs-faq.texi (Q1.2.2): | |
1907 * xemacs-faq.texi (Q1.2.5): | |
1908 * xemacs-faq.texi (Q1.2.9): | |
1909 * xemacs-faq.texi (Q1.2.10): | |
1910 * xemacs-faq.texi (Q1.2.11): | |
1911 * xemacs-faq.texi (Q1.2.12): | |
1912 * xemacs-faq.texi (Q1.4.2): | |
1913 * xemacs-faq.texi (Q1.5.2): | |
1914 * xemacs-faq.texi (Q1.5.3): | |
1915 * xemacs-faq.texi (Q1.5.4): | |
1916 * xemacs-faq.texi (Q1.5.5): | |
1917 * xemacs-faq.texi (Q1.6.6): | |
1918 * xemacs-faq.texi (Q1.7.1): | |
1919 * xemacs-faq.texi (Q1.7.2): | |
1920 * xemacs-faq.texi (Q1.7.3): | |
1921 * xemacs-faq.texi (Q1.7.4): | |
1922 * xemacs-faq.texi (Installation): | |
1923 * xemacs-faq.texi (Q2.0.1): | |
1924 * xemacs-faq.texi (Q2.0.2): | |
1925 * xemacs-faq.texi (Q2.0.3): | |
1926 * xemacs-faq.texi (Q2.0.4): | |
1927 * xemacs-faq.texi (Q2.0.5): | |
1928 * xemacs-faq.texi (Q2.1.1): | |
1929 * xemacs-faq.texi (Q2.1.2): | |
1930 * xemacs-faq.texi (Q2.1.3): | |
1931 * xemacs-faq.texi (Q2.1.4): | |
1932 * xemacs-faq.texi (Q2.1.5): | |
1933 * xemacs-faq.texi (Q2.1.6): | |
1934 * xemacs-faq.texi (Q2.1.7): | |
1935 * xemacs-faq.texi (Q2.2.1): | |
1936 * xemacs-faq.texi (Q2.2.2): | |
1937 * xemacs-faq.texi (Q2.3.1): | |
1938 * xemacs-faq.texi (Q2.3.2): | |
1939 * xemacs-faq.texi (Q2.3.3): | |
1940 * xemacs-faq.texi (Q2.3.4): | |
1941 * xemacs-faq.texi (Q2.3.5): | |
1942 * xemacs-faq.texi (Q2.3.6): | |
1943 * xemacs-faq.texi (Q2.3.7): | |
1944 * xemacs-faq.texi (Q2.3.8): | |
1945 * xemacs-faq.texi (Q2.4.1): | |
1946 * xemacs-faq.texi (Q2.4.2): | |
1947 * xemacs-faq.texi (Q2.4.3): | |
1948 * xemacs-faq.texi (Q2.4.4): | |
1949 * xemacs-faq.texi (Q2.4.5): | |
1950 * xemacs-faq.texi (Q2.4.6): | |
1951 * xemacs-faq.texi (Q2.4.7): | |
1952 * xemacs-faq.texi (Q2.4.8): | |
1953 * xemacs-faq.texi (Q2.4.9): | |
1954 * xemacs-faq.texi (Q2.4.10): | |
1955 * xemacs-faq.texi (Q2.4.11): | |
1956 * xemacs-faq.texi (Q2.4.12): | |
1957 * xemacs-faq.texi (Q2.5.1): | |
1958 * xemacs-faq.texi (Q2.5.2): | |
1959 * xemacs-faq.texi (Q2.5.3): | |
1960 * xemacs-faq.texi (Q2.5.4): | |
1961 * xemacs-faq.texi (Q2.5.5): | |
1962 * xemacs-faq.texi (Legacy Versions): | |
1963 * xemacs-faq.texi (Q10.0.1): | |
1964 * xemacs-faq.texi (Q10.0.2): | |
1965 Flesh out intro section on packages and section on installing | |
1966 packages. Incorporate README, README.packages, BUGS, etc/PACKAGES. | |
1967 Various other changes. | |
1968 | |
2547 | 1969 2005-02-03 Stephen J. Turnbull <stephen@xemacs.org> |
1970 | |
1971 * beta.texi: Update Copyright. Add pointer comment. | |
1972 | |
1973 (New packages): Remove personal names, point at jobs.html | |
1974 instead. | |
1975 | |
1976 (Syncing with GNU Emacs): Change "don't assume Mule" to | |
1977 "conditionalize Mule dependencies correctly". RMS stroking: use | |
1978 "GNU", not "FSF", in sync notices. | |
1979 | |
1980 2005-02-02 Robert Delius Royar <xemacs@frinabulax.org> | |
1981 | |
1982 * beta.texi (Top): | |
2865 | 1983 Add reference to Index in catalog to prevent |
2547 | 1984 errors compiling with GNU makeinfo 4.5. |
1985 | |
1986 * beta.texi (Syncing with GNU Emacs): | |
2865 | 1987 Add forward reference to Index in next node to prevent |
2547 | 1988 errors compiling with GNU makeinfo 4.5. |
1989 | |
1990 * beta.texi (Index): | |
1991 Add backward reference to Syncing with GNU Emacs to | |
2865 | 1992 replace obsolete reference to Defining Variables to |
2547 | 1993 prevent errors compiling with GNU makeinfo 4.5. |
1994 | |
2537 | 1995 2005-01-31 Ben Wing <ben@xemacs.org> |
1996 | |
1997 * xemacs/help.texi (Misc Help): | |
1998 Delete references to DISTRIB. Point to FAQ. | |
2865 | 1999 |
2537 | 2000 * xemacs/new.texi: |
2001 Update sample code for version checking. | |
2865 | 2002 |
2537 | 2003 * xemacs/xemacs.texi (Distrib): |
2004 * xemacs/xemacs.texi (Intro): | |
2005 Delete references to DISTRIB. Point directly to web site. | |
2006 Update stuff referring to GNU Emacs. Delete references to Win-Emacs. | |
2007 | |
2008 2005-01-31 Ben Wing <ben@xemacs.org> | |
2009 | |
2010 * Makefile: | |
2011 * Makefile (info_files): | |
2012 * Makefile (html_files): | |
2013 * Makefile (dvi_files): | |
2014 * Makefile (pdf_files): | |
2015 * Makefile ($(INFODIR)/beta.info): | |
2016 Add beta.texi and built files. | |
2865 | 2017 |
2537 | 2018 * xemacs-faq.texi (Top): |
2019 * xemacs-faq.texi (Introduction): | |
2020 * xemacs-faq.texi (Q1.0.3): | |
2021 * xemacs-faq.texi (Q1.0.4): | |
2022 * xemacs-faq.texi (Q1.0.5): | |
2023 * xemacs-faq.texi (Q1.0.6): | |
2024 * xemacs-faq.texi (Q1.1.1): | |
2025 * xemacs-faq.texi (Q1.1.2): | |
2026 * xemacs-faq.texi (Q1.1.3): | |
2027 * xemacs-faq.texi (Q1.1.4): | |
2028 * xemacs-faq.texi (Q1.2.1): | |
2029 * xemacs-faq.texi (Q1.2.2): | |
2030 * xemacs-faq.texi (Q1.2.3): | |
2031 * xemacs-faq.texi (Q1.2.4): | |
2032 * xemacs-faq.texi (Q1.2.5): | |
2033 * xemacs-faq.texi (Q1.2.6): | |
2034 * xemacs-faq.texi (Q1.2.7): | |
2035 * xemacs-faq.texi (Q1.2.8): | |
2036 * xemacs-faq.texi (Q1.2.9): | |
2037 * xemacs-faq.texi (Q1.2.10): | |
2038 * xemacs-faq.texi (Q1.2.11): | |
2039 * xemacs-faq.texi (Q1.2.12): | |
2040 * xemacs-faq.texi (Q1.2.13): | |
2041 * xemacs-faq.texi (Q1.3.1): | |
2042 * xemacs-faq.texi (Q1.3.2): | |
2043 * xemacs-faq.texi (Q1.3.3): | |
2044 * xemacs-faq.texi (Q1.3.4): | |
2045 * xemacs-faq.texi (Q1.3.5): | |
2046 * xemacs-faq.texi (Q1.3.6): | |
2047 * xemacs-faq.texi (Q1.3.7): | |
2048 * xemacs-faq.texi (Q1.3.8): | |
2049 * xemacs-faq.texi (Q1.4.1): | |
2050 * xemacs-faq.texi (Q1.4.2): | |
2051 * xemacs-faq.texi (double-word): New. | |
2052 * xemacs-faq.texi (Q1.4.3): | |
2053 * xemacs-faq.texi (Q1.4.4): | |
2054 * xemacs-faq.texi (Q1.4.5): | |
2055 * xemacs-faq.texi (Q1.5.1): | |
2056 * xemacs-faq.texi (Q1.5.2): | |
2057 * xemacs-faq.texi (Q1.5.3): | |
2058 * xemacs-faq.texi (Q1.6.1): | |
2059 * xemacs-faq.texi (Q1.6.2): | |
2060 * xemacs-faq.texi (Q1.6.3): | |
2061 * xemacs-faq.texi (Q1.6.4): | |
2062 * xemacs-faq.texi (Q1.6.5): | |
2063 * xemacs-faq.texi (Q1.6.6): | |
2064 * xemacs-faq.texi (Q1.7.1): | |
2065 * xemacs-faq.texi (Q1.8.1): | |
2066 * xemacs-faq.texi (Q1.8.2): | |
2067 * xemacs-faq.texi (Q1.8.3): | |
2068 * xemacs-faq.texi (Q1.8.4): | |
2069 * xemacs-faq.texi (Q1.8.5): | |
2070 * xemacs-faq.texi (Q1.8.6): | |
2071 * xemacs-faq.texi (Q1.8.7): | |
2072 * xemacs-faq.texi (Q1.8.8): | |
2073 * xemacs-faq.texi (Q1.8.9): | |
2074 * xemacs-faq.texi (Q2.2.1): | |
2075 * xemacs-faq.texi (Q2.2.2): | |
2076 * xemacs-faq.texi (Q2.4.2): | |
2077 * xemacs-faq.texi (Advanced): | |
2078 * xemacs-faq.texi (Q7.0.1): | |
2079 * xemacs-faq.texi (Q7.0.2): | |
2080 * xemacs-faq.texi (Q7.0.3): | |
2081 * xemacs-faq.texi (Q7.0.4): | |
2082 * xemacs-faq.texi (Q7.0.5): | |
2083 * xemacs-faq.texi (Q7.0.6): | |
2084 * xemacs-faq.texi (Q7.1.1): | |
2085 * xemacs-faq.texi (Q7.1.2): | |
2086 * xemacs-faq.texi (Q7.1.3): | |
2087 * xemacs-faq.texi (Q7.1.4): | |
2088 * xemacs-faq.texi (Q7.1.5): | |
2089 * xemacs-faq.texi (Q7.1.6): | |
2090 * xemacs-faq.texi (Q7.1.7): | |
2091 * xemacs-faq.texi (Q7.1.8): | |
2092 * xemacs-faq.texi (Q7.1.9): | |
2093 * xemacs-faq.texi (Q7.1.10): | |
2094 * xemacs-faq.texi (Q7.1.11): | |
2095 * xemacs-faq.texi (Q7.2.1): | |
2096 * xemacs-faq.texi (Q7.2.2): | |
2097 * xemacs-faq.texi (Q7.2.3): | |
2098 * xemacs-faq.texi (Other Packages): | |
2099 * xemacs-faq.texi (Current Events): | |
2100 * xemacs-faq.texi (Legacy Versions): | |
2101 Major overhaul of section 1. Add mailing list info, update | |
2102 downloading info, add info on CVS, etc. | |
2103 | |
2522 | 2104 2004-10-17 Shyamal Prasad <shyamal@member.fsf.org> |
2105 | |
2106 * xemacs/programs.texi (Program Modes): Updated it to reflect | |
2107 current status of programming modes. | |
2108 * xemacs/programs.texi (CC Mode): New section introduces CC | |
2109 Mode. Introduces customization with reference to CC Mode | |
2110 manual. Also introduce C/AWK modes in prog-modes package | |
2111 * xemacs/programs.texi (C Ident): Removed - it was | |
2112 obsolete. prog-modes package documentation now contains | |
2865 | 2113 indentation description for old C mode |
2522 | 2114 * xemacs/major.texi (Mode Hooks): Add description of major mode |
2115 hooks. Cleaned up and updated programming mode descriptions. | |
2116 * xemacs/xemacs.texi (Top): Updated Detailed Node listing for new | |
2117 CC Mode section in programs.texi | |
2118 | |
2119 | |
2507 | 2120 2005-01-26 Ben Wing <ben@xemacs.org> |
2121 | |
2122 * internals/internals.texi: | |
2123 * internals/internals.texi (Through Version 18): | |
2124 * internals/internals.texi (GNU Emacs 19): | |
2125 * internals/internals.texi (GNU Emacs 20): | |
2126 Update History. | |
2127 | |
2128 * internals/internals.texi (Unicode support under Windows): | |
2129 Redo section on Windows 95 support for Unicode. | |
2130 | |
2492 | 2131 2005-01-19 Aidan Kehoe <kehoea@parhasard.net> |
2132 | |
2133 * man/lispref/functions.texi (Functions): Rename to "Functions and | |
2134 Commands" | |
2135 * man/lispref/functions.texi (What Is a Function): Move the definition | |
2136 of a command further up the list, give information on a trivial | |
2137 (interactive) declaration, and cross-reference to the key binding | |
2138 detail. Cf. 87vf9wgd08.fsf@tleepslib.sk.tsukuba.ac.jp | |
2865 | 2139 (comp.emacs.xemacs, 2005-01-18). |
2492 | 2140 * man/lispref/eval.texi man/lispref/lispref.texi |
2865 | 2141 man/lispref/macros.texi man/lispref/symbols.texi |
2492 | 2142 man/lispref/variables.texi: Fix cross references. |
2143 | |
2459 | 2144 2004-12-28 Ben Wing <ben@xemacs.org> |
2145 | |
2146 * xemacs-faq.texi (Top): | |
2147 * xemacs-faq.texi (Introduction): | |
2148 * xemacs-faq.texi (Q1.0.3): | |
2149 * xemacs-faq.texi (Q1.0.5): | |
2150 * xemacs-faq.texi (Q1.0.10): | |
2151 * xemacs-faq.texi (Q1.1.4): | |
2152 * xemacs-faq.texi (Q1.1.5): | |
2153 * xemacs-faq.texi (Q1.4.1): | |
2154 * xemacs-faq.texi (Q1.4.3): | |
2155 * xemacs-faq.texi (Q1.5.8): | |
2156 * xemacs-faq.texi (Installation): | |
2157 * xemacs-faq.texi (Q2.0.3): | |
2158 * xemacs-faq.texi (Q2.0.5): | |
2159 * xemacs-faq.texi (Q2.1.1): | |
2160 * xemacs-faq.texi (Q2.1.2): | |
2161 * xemacs-faq.texi (Q2.2.7): | |
2162 * xemacs-faq.texi (Q2.4.6): | |
2163 * xemacs-faq.texi (Editing): | |
2164 * xemacs-faq.texi (Q3.0.1): | |
2165 * xemacs-faq.texi (Q3.0.2): | |
2166 * xemacs-faq.texi (Q3.0.3): | |
2167 * xemacs-faq.texi (Q3.0.4): | |
2168 * xemacs-faq.texi (Q3.0.5): | |
2169 * xemacs-faq.texi (Q3.0.6): | |
2170 * xemacs-faq.texi (Q3.0.7): | |
2171 * xemacs-faq.texi (Q3.0.8): | |
2172 * xemacs-faq.texi (Q3.0.9): | |
2173 * xemacs-faq.texi (Q3.0.10): | |
2174 * xemacs-faq.texi (Q3.0.11): | |
2175 * xemacs-faq.texi (Q3.1.1): | |
2176 * xemacs-faq.texi (Q3.1.2): | |
2177 * xemacs-faq.texi (Q3.1.3): | |
2178 * xemacs-faq.texi (Q3.1.4): | |
2179 * xemacs-faq.texi (Q3.1.5): | |
2180 * xemacs-faq.texi (Q3.2.1): | |
2181 * xemacs-faq.texi (Q3.2.2): | |
2182 * xemacs-faq.texi (Q3.2.3): | |
2183 * xemacs-faq.texi (Q3.2.4): | |
2184 * xemacs-faq.texi (Q3.2.5): | |
2185 * xemacs-faq.texi (Q3.3.1): | |
2186 * xemacs-faq.texi (Q3.3.2): | |
2187 * xemacs-faq.texi (Q3.3.3): | |
2188 * xemacs-faq.texi (Q3.3.4): | |
2189 * xemacs-faq.texi (Q3.3.5): | |
2190 * xemacs-faq.texi (Q3.3.6): | |
2191 * xemacs-faq.texi (Q3.4.1): | |
2192 * xemacs-faq.texi (Q3.4.2): | |
2193 * xemacs-faq.texi (Display): | |
2194 * xemacs-faq.texi (Q4.0.1): | |
2195 * xemacs-faq.texi (Q4.0.2): | |
2196 * xemacs-faq.texi (Q4.0.3): | |
2197 * xemacs-faq.texi (Q4.0.4): | |
2198 * xemacs-faq.texi (my-toggle-toolbar): Removed. | |
2199 * xemacs-faq.texi (Q4.0.5): | |
2200 * xemacs-faq.texi (Q4.0.6): | |
2201 * xemacs-faq.texi (Q4.0.7): | |
2202 * xemacs-faq.texi (Q4.0.8): | |
2203 * xemacs-faq.texi (Q4.0.9): | |
2204 * xemacs-faq.texi (Q4.1.1): | |
2205 * xemacs-faq.texi (Q4.1.2): | |
2206 * xemacs-faq.texi (Q4.2.1): | |
2207 * xemacs-faq.texi (Q4.2.2): | |
2208 * xemacs-faq.texi (Q4.2.3): | |
2209 * xemacs-faq.texi (Q4.2.4): | |
2210 * xemacs-faq.texi (Q4.3.1): | |
2211 * xemacs-faq.texi (Q4.3.2): | |
2212 * xemacs-faq.texi (Q4.3.3): | |
2213 * xemacs-faq.texi (Q4.4.1): | |
2214 * xemacs-faq.texi (Q4.4.2): | |
2215 * xemacs-faq.texi (Q4.4.3): | |
2216 * xemacs-faq.texi (Q4.4.4): | |
2217 * xemacs-faq.texi (Q4.4.5): | |
2218 * xemacs-faq.texi (Q4.5.1): | |
2219 * xemacs-faq.texi (Q4.5.2): | |
2220 * xemacs-faq.texi (Q4.5.3): | |
2221 * xemacs-faq.texi (Q4.5.4): | |
2222 * xemacs-faq.texi (Q4.6.1): | |
2223 * xemacs-faq.texi (Q4.6.2): | |
2224 * xemacs-faq.texi (Q4.6.3): | |
2225 * xemacs-faq.texi (Q4.6.4): | |
2226 * xemacs-faq.texi (scroll-up): Removed. | |
2227 * xemacs-faq.texi (Q4.6.5): | |
2228 * xemacs-faq.texi (scroll-down): Removed. | |
2229 * xemacs-faq.texi (Q4.6.6): | |
2230 * xemacs-faq.texi (Q4.6.7): | |
2231 * xemacs-faq.texi (Q4.7.1): | |
2232 * xemacs-faq.texi (Q4.7.2): | |
2233 * xemacs-faq.texi (Q4.7.3): | |
2234 * xemacs-faq.texi (Q4.7.4): | |
2235 * xemacs-faq.texi (External Subsystems): | |
2236 * xemacs-faq.texi (Q5.0.1): | |
2237 * xemacs-faq.texi (Q5.0.2): | |
2238 * xemacs-faq.texi (Q5.0.3): | |
2239 * xemacs-faq.texi (Q5.0.4): | |
2240 * xemacs-faq.texi (Q5.0.5): | |
2241 * xemacs-faq.texi (Q5.0.6): | |
2242 * xemacs-faq.texi (Q5.1.1): | |
2243 * xemacs-faq.texi (Q5.1.2): | |
2244 * xemacs-faq.texi (Q5.2.1): | |
2245 * xemacs-faq.texi (Q5.2.2): | |
2246 * xemacs-faq.texi (Q5.2.3): | |
2247 * xemacs-faq.texi (Q5.2.4): | |
2248 * xemacs-faq.texi (Q5.3.1): | |
2249 * xemacs-faq.texi (Q5.3.2): | |
2250 * xemacs-faq.texi (Q5.3.3): | |
2251 * xemacs-faq.texi (Q5.3.4): | |
2252 * xemacs-faq.texi (Q5.4.1): | |
2253 * xemacs-faq.texi (Q5.4.2): | |
2254 * xemacs-faq.texi (Q5.4.3): | |
2255 * xemacs-faq.texi (Q5.4.4): | |
2256 * xemacs-faq.texi (Q5.4.5): | |
2257 * xemacs-faq.texi (Q5.5.1): | |
2258 * xemacs-faq.texi (Q5.5.2): | |
2259 * xemacs-faq.texi (Q5.5.3): | |
2260 * xemacs-faq.texi (Q5.5.4): | |
2261 * xemacs-faq.texi (Q5.5.5): | |
2262 * xemacs-faq.texi (Internet): | |
2263 * xemacs-faq.texi (Q6.0.1): | |
2264 * xemacs-faq.texi (Q6.0.2): | |
2265 * xemacs-faq.texi (Q6.0.3): | |
2266 * xemacs-faq.texi (Q6.0.4): | |
2267 * xemacs-faq.texi (Q6.0.5): | |
2268 * xemacs-faq.texi (Q6.0.6): | |
2269 * xemacs-faq.texi (Q6.0.7): | |
2270 * xemacs-faq.texi (Q6.0.8): | |
2271 * xemacs-faq.texi (Q6.0.9): | |
2272 * xemacs-faq.texi (Q6.0.10): | |
2273 * xemacs-faq.texi (Q6.0.11): | |
2274 * xemacs-faq.texi (Q6.1.1): | |
2275 * xemacs-faq.texi (Q6.1.2): | |
2276 * xemacs-faq.texi (Q6.1.3): | |
2277 * xemacs-faq.texi (Q6.1.4): | |
2278 * xemacs-faq.texi (Q6.1.5): | |
2279 * xemacs-faq.texi (Q6.1.6): | |
2280 * xemacs-faq.texi (Q6.2.1): | |
2281 * xemacs-faq.texi (Q6.2.2): | |
2282 * xemacs-faq.texi (Q6.3.1): | |
2283 * xemacs-faq.texi (Q6.3.2): | |
2284 * xemacs-faq.texi (Q6.4.1): | |
2285 * xemacs-faq.texi (Q6.4.2): | |
2286 * xemacs-faq.texi (Q6.4.3): | |
2287 * xemacs-faq.texi (Advanced): | |
2288 * xemacs-faq.texi (Q7.0.1): | |
2289 * xemacs-faq.texi (Q7.0.2): | |
2290 * xemacs-faq.texi (Q7.1.1): | |
2291 * xemacs-faq.texi (Q7.1.2): | |
2292 * xemacs-faq.texi (Q7.1.3): | |
2293 * xemacs-faq.texi (Q7.1.4): | |
2294 * xemacs-faq.texi (Q7.1.5): | |
2295 * xemacs-faq.texi (Q7.1.6): | |
2296 * xemacs-faq.texi (Q7.2.1): | |
2297 * xemacs-faq.texi (Q7.2.2): | |
2298 * xemacs-faq.texi (Q7.2.3): | |
2299 * xemacs-faq.texi (Q7.2.4): | |
2300 * xemacs-faq.texi (Q7.2.5): | |
2301 * xemacs-faq.texi (Q7.2.6): | |
2302 * xemacs-faq.texi (Q7.2.7): | |
2303 * xemacs-faq.texi (Q7.2.8): | |
2304 * xemacs-faq.texi (Q7.2.9): | |
2305 * xemacs-faq.texi (Q7.2.10): | |
2306 * xemacs-faq.texi (Q7.2.11): | |
2307 * xemacs-faq.texi (Q7.3.1): | |
2308 * xemacs-faq.texi (Q7.3.2): | |
2309 * xemacs-faq.texi (Q7.3.3): | |
2310 * xemacs-faq.texi (Q7.3.4): | |
2311 * xemacs-faq.texi (Other Packages): | |
2312 * xemacs-faq.texi (Q8.0.1): | |
2313 * xemacs-faq.texi (Q8.0.2): | |
2314 * xemacs-faq.texi (Q8.0.3): | |
2315 * xemacs-faq.texi (Q8.0.4): | |
2316 * xemacs-faq.texi (Q8.1.1): | |
2317 * xemacs-faq.texi (Q8.1.2): | |
2318 * xemacs-faq.texi (Q8.1.3): | |
2319 * xemacs-faq.texi (Q8.2.1): | |
2320 * xemacs-faq.texi (Q8.2.2): | |
2321 * xemacs-faq.texi (Q8.2.3): | |
2322 * xemacs-faq.texi (Q8.2.4): | |
2323 * xemacs-faq.texi (Current Events): | |
2324 * xemacs-faq.texi (Q9.0.1): | |
2325 * xemacs-faq.texi (my-function): Removed. | |
2326 * xemacs-faq.texi (Q9.0.2): | |
2327 * xemacs-faq.texi (Q9.0.3): | |
2328 * xemacs-faq.texi (Q9.0.4): | |
2329 * xemacs-faq.texi (Q9.0.5): | |
2330 * xemacs-faq.texi (Legacy Versions): | |
2331 Major rearrangement. Expand to 10 sections. Add various questions, | |
2332 mostly stubs currently. Remove some obsolete stuff. Update a bunch | |
2333 of the links. | |
2334 | |
2444 | 2335 2004-12-15 Ville Skyttä <scop@xemacs.org> |
2336 | |
2337 * lispref/help.texi: Document 3rd arg to `make-obsolete'. | |
2338 | |
2441 | 2339 2004-12-15 Robert Delius Royar <xemacs@frinabulax.org> |
2340 | |
2341 * internals/internals.texi (Modules for the Basic Displayable Lisp | |
2342 Objects): Remove Mote in Make's eye, fix build. | |
2343 | |
2438 | 2344 2004-12-12 Stephen J. Turnbull <stephen@xemacs.org> |
2345 | |
2346 * internals/internals.texi (Modules for the Basic Displayable Lisp | |
2347 Objects): Comment on problems, and extensions needed to handle | |
2348 native widgets properly. | |
2349 | |
2431 | 2350 2004-12-10 Stephen J. Turnbull <stephen@xemacs.org> |
2351 | |
2352 * internals/internals.texi (Better Rendering Support -- | |
2353 Implementation): Document reasons for Label Widget crash. | |
2354 | |
2427 | 2355 2004-12-07 Malcolm Purvis <malcolmp@xemacs.org> |
2356 | |
2357 * Makefile (RECURSIVE_MAKE): Removed. | |
2358 * Makefile (RECURSIVE_MAKE_ARGS): New. The new method for | |
2359 handling parallel builds. | |
2360 | |
2421 | 2361 2004-12-05 Ben Wing <ben@xemacs.org> |
2362 | |
2363 * xemacs/packages.texi (Packages): | |
2364 * xemacs/packages.texi (Manually): | |
2365 * xemacs/packages.texi (Building Packages): | |
2366 * xemacs/packages.texi (Local.rules File): | |
2367 * xemacs/packages.texi (Available Packages): | |
2368 Add long form of Lisp Reference Manual to links. | |
2369 Add links pointing to Lisp Reference Manual for more detailed | |
2370 package discussion. | |
2422 | 2371 |
2372 * xemacs/xemacs-faq.texi: | |
2373 As per Adrian's suggestion, mention that Pitts Jarvis is deceased. | |
2374 | |
2421 | 2375 2004-12-05 Ben Wing <ben@xemacs.org> |
2376 | |
2377 * lispref/range-tables.texi (Range Tables): | |
2378 * lispref/range-tables.texi (Introduction to Range Tables): | |
2379 * lispref/range-tables.texi (Working With Range Tables): | |
2380 Document range-table changes. | |
2381 | |
2382 2004-12-05 Ben Wing <ben@xemacs.org> | |
2383 | |
2384 * internals/internals.texi (A History of Emacs): | |
2385 Update history section. | |
2386 | |
2387 2004-12-05 Ben Wing <ben@xemacs.org> | |
2388 | |
2389 * xemacs-faq.texi: | |
2390 * xemacs-faq.texi (fix-main-menu): New. | |
2391 * xemacs-faq.texi (fix-omitted-menu-lines): New. | |
2392 * xemacs-faq.texi (Top): | |
2393 * xemacs-faq.texi (Introduction): | |
2394 * xemacs-faq.texi (Q1.0.1): | |
2395 * xemacs-faq.texi (Q1.0.2): | |
2396 * xemacs-faq.texi (Q1.0.4): | |
2397 * xemacs-faq.texi (Q1.0.5): | |
2398 * xemacs-faq.texi (Q1.0.6): | |
2399 * xemacs-faq.texi (Q1.0.7): | |
2400 * xemacs-faq.texi (Q1.0.8): | |
2401 * xemacs-faq.texi (Q1.0.9): | |
2402 * xemacs-faq.texi (Q1.0.10): | |
2403 * xemacs-faq.texi (Q1.0.11): | |
2404 * xemacs-faq.texi (Q1.0.12): | |
2405 * xemacs-faq.texi (Q1.0.13): | |
2406 * xemacs-faq.texi (Q1.0.14): | |
2407 * xemacs-faq.texi (Q1.1.1): | |
2408 * xemacs-faq.texi (Q1.1.2): | |
2409 * xemacs-faq.texi (Q1.1.3): | |
2410 * xemacs-faq.texi (Q1.1.4): | |
2411 * xemacs-faq.texi (Q1.1.5): | |
2412 * xemacs-faq.texi (Q1.1.6): | |
2413 * xemacs-faq.texi (Q1.1.7): | |
2414 * xemacs-faq.texi (Q1.1.8): | |
2415 * xemacs-faq.texi (Q1.1.9): | |
2416 * xemacs-faq.texi (Q1.2.1): | |
2417 * xemacs-faq.texi (Q1.2.2): | |
2418 * xemacs-faq.texi (Q1.2.3): | |
2419 * xemacs-faq.texi (Q1.3.1): | |
2420 * xemacs-faq.texi (Q1.3.2): | |
2421 * xemacs-faq.texi (Q1.3.3): | |
2422 * xemacs-faq.texi (Q1.4.1): | |
2423 * xemacs-faq.texi (Q1.4.2): | |
2424 * xemacs-faq.texi (Q1.4.3): | |
2425 * xemacs-faq.texi (Q1.4.4): | |
2426 * xemacs-faq.texi (Q1.4.5): | |
2427 * xemacs-faq.texi (Q1.4.6): | |
2428 * xemacs-faq.texi (Q1.4.7): | |
2429 * xemacs-faq.texi (Q1.4.8): | |
2430 * xemacs-faq.texi (Q1.4.9): | |
2431 * xemacs-faq.texi (Q1.5.1): | |
2432 * xemacs-faq.texi (Q1.5.2): | |
2433 * xemacs-faq.texi (Q1.5.3): | |
2434 * xemacs-faq.texi (Q1.5.4): | |
2435 * xemacs-faq.texi (Q1.5.5): | |
2436 * xemacs-faq.texi (Q1.5.6): | |
2437 * xemacs-faq.texi (Q1.5.7): | |
2438 * xemacs-faq.texi (Q1.5.8): | |
2439 * xemacs-faq.texi (Installation): | |
2440 * xemacs-faq.texi (Q2.0.1): | |
2441 * xemacs-faq.texi (Q2.0.2): | |
2442 * xemacs-faq.texi (Q2.0.3): | |
2443 * xemacs-faq.texi (Q2.0.4): | |
2444 * xemacs-faq.texi (Q2.0.5): | |
2445 * xemacs-faq.texi (Q2.0.6): | |
2446 * xemacs-faq.texi (Q2.0.7): | |
2447 * xemacs-faq.texi (Q2.1.1): | |
2448 * xemacs-faq.texi (Q2.1.2): | |
2449 * xemacs-faq.texi (Q2.1.3): | |
2450 * xemacs-faq.texi (Q2.1.4): | |
2451 * xemacs-faq.texi (Q2.2.1): | |
2452 * xemacs-faq.texi (Q2.2.2): | |
2453 * xemacs-faq.texi (Q2.2.3): | |
2454 * xemacs-faq.texi (Q2.2.4): | |
2455 * xemacs-faq.texi (Q2.2.5): | |
2456 * xemacs-faq.texi (Q2.2.6): | |
2457 * xemacs-faq.texi (Q2.2.7): | |
2458 * xemacs-faq.texi (Q2.2.8): | |
2459 * xemacs-faq.texi (Q2.3.1): | |
2460 * xemacs-faq.texi (Q2.3.2): | |
2461 * xemacs-faq.texi (Q2.3.3): | |
2462 * xemacs-faq.texi (Q2.3.4): | |
2463 * xemacs-faq.texi (Q2.3.5): | |
2464 * xemacs-faq.texi (Q2.3.6): | |
2465 * xemacs-faq.texi (Q2.3.7): | |
2466 * xemacs-faq.texi (Q2.3.8): | |
2467 * xemacs-faq.texi (Q2.3.9): | |
2468 * xemacs-faq.texi (Q2.3.10): | |
2469 * xemacs-faq.texi (Q2.3.11): | |
2470 * xemacs-faq.texi (Q2.4.1): | |
2471 * xemacs-faq.texi (Q2.4.2): | |
2472 * xemacs-faq.texi (Q2.4.3): | |
2473 * xemacs-faq.texi (Q2.4.4): | |
2474 * xemacs-faq.texi (Q2.4.5): | |
2475 * xemacs-faq.texi (Q2.4.6): | |
2476 * xemacs-faq.texi (Display Subsystems): | |
2477 * xemacs-faq.texi (running-xemacs): Removed. | |
2478 * xemacs-faq.texi (Q3.0.1): | |
2479 * xemacs-faq.texi (Q3.0.2): | |
2480 * xemacs-faq.texi (Q3.0.3): | |
2481 * xemacs-faq.texi (Q3.0.4): | |
2482 * xemacs-faq.texi (Q3.0.5): | |
2483 * xemacs-faq.texi (Q3.0.6): | |
2484 * xemacs-faq.texi (foo-old-losing-code-p): Removed. | |
2485 * xemacs-faq.texi (Q3.0.7): | |
2486 * xemacs-faq.texi (Q3.0.8): | |
2487 * xemacs-faq.texi (Q3.0.9): | |
2488 * xemacs-faq.texi (Q3.0.10): | |
2489 * xemacs-faq.texi (Q3.1.1): | |
2490 * xemacs-faq.texi (Q3.1.2): | |
2491 * xemacs-faq.texi (Q3.1.3): | |
2492 * xemacs-faq.texi (Q3.1.4): | |
2493 * xemacs-faq.texi (Q3.1.5): | |
2494 * xemacs-faq.texi (Q3.2.1): | |
2495 * xemacs-faq.texi (Q3.2.2): | |
2496 * xemacs-faq.texi (Q3.2.3): | |
2497 * xemacs-faq.texi (Q3.2.4): | |
2498 * xemacs-faq.texi (Q3.2.5): | |
2499 * xemacs-faq.texi (Q3.2.6): | |
2500 * xemacs-faq.texi (Q3.2.7): | |
2501 * xemacs-faq.texi (Q3.2.8): | |
2502 * xemacs-faq.texi (Q3.2.9): | |
2503 * xemacs-faq.texi (Q3.3.1): | |
2504 * xemacs-faq.texi (Q3.3.2): | |
2505 * xemacs-faq.texi (Q3.3.3): | |
2506 * xemacs-faq.texi (Q3.3.4): | |
2507 * xemacs-faq.texi (Q3.3.5): | |
2508 * xemacs-faq.texi (Q3.3.6): | |
2509 * xemacs-faq.texi (Q3.4.1): | |
2510 * xemacs-faq.texi (Q3.4.2): | |
2511 * xemacs-faq.texi (Q3.4.3): | |
2512 * xemacs-faq.texi (Q3.4.4): | |
2513 * xemacs-faq.texi (Q3.4.5): | |
2514 * xemacs-faq.texi (Q3.4.6): | |
2515 * xemacs-faq.texi (Q3.5.1): | |
2516 * xemacs-faq.texi (Q3.5.2): | |
2517 * xemacs-faq.texi (Q3.5.3): | |
2518 * xemacs-faq.texi (Q3.5.4): | |
2519 * xemacs-faq.texi (Q3.6.1): | |
2520 * xemacs-faq.texi (Q3.6.2): | |
2521 * xemacs-faq.texi (Q3.6.3): | |
2522 * xemacs-faq.texi (Q3.7.1): | |
2523 * xemacs-faq.texi (Q3.7.2): | |
2524 * xemacs-faq.texi (Q3.7.3): | |
2525 * xemacs-faq.texi (Q3.7.4): | |
2526 * xemacs-faq.texi (Q3.7.5): | |
2527 * xemacs-faq.texi (Q3.7.6): | |
2528 * xemacs-faq.texi (Q3.7.7): | |
2529 * xemacs-faq.texi (Q3.7.8): | |
2530 * xemacs-faq.texi (Q3.8.1): | |
2531 * xemacs-faq.texi (Q3.8.2): | |
2532 * xemacs-faq.texi (Q3.8.3): | |
2533 * xemacs-faq.texi (my-toggle-toolbar): New. | |
2534 * xemacs-faq.texi (Q3.8.4): | |
2535 * xemacs-faq.texi (scroll-one-line-up): Removed. | |
2536 * xemacs-faq.texi (scroll-one-line-down): Removed. | |
2537 * xemacs-faq.texi (Q3.8.5): | |
2538 * xemacs-faq.texi (Q3.9.1): | |
2539 * xemacs-faq.texi (Q3.9.2): | |
2540 * xemacs-faq.texi (Q3.9.3): | |
2541 * xemacs-faq.texi (Q3.9.4): | |
2542 * xemacs-faq.texi (Q3.9.5): | |
2543 * xemacs-faq.texi (External Subsystems): | |
2544 * xemacs-faq.texi (Q4.0.1): | |
2545 * xemacs-faq.texi (Q4.0.2): | |
2546 * xemacs-faq.texi (Q4.0.3): | |
2547 * xemacs-faq.texi (Q4.0.4): | |
2548 * xemacs-faq.texi (Q4.0.5): | |
2549 * xemacs-faq.texi (Q4.0.6): | |
2550 * xemacs-faq.texi (global-map): Removed. | |
2551 * xemacs-faq.texi (Q4.1.1): | |
2552 * xemacs-faq.texi (Q4.1.2): | |
2553 * xemacs-faq.texi (Q4.2.1): | |
2554 * xemacs-faq.texi (Q4.2.2): | |
2555 * xemacs-faq.texi (Q4.2.3): | |
2556 * xemacs-faq.texi (Q4.2.4): | |
2557 * xemacs-faq.texi (Q4.3.1): | |
2558 * xemacs-faq.texi (Q4.3.2): | |
2559 * xemacs-faq.texi (Q4.3.3): | |
2560 * xemacs-faq.texi (Q4.3.4): | |
2561 * xemacs-faq.texi (Q4.4.1): | |
2562 * xemacs-faq.texi (Q4.4.2): | |
2563 * xemacs-faq.texi (Q4.4.3): | |
2564 * xemacs-faq.texi (Q4.4.4): | |
2565 * xemacs-faq.texi (Q4.4.5): | |
2566 * xemacs-faq.texi (Q4.5.1): | |
2567 * xemacs-faq.texi (Q4.5.2): | |
2568 * xemacs-faq.texi (Q4.5.3): | |
2569 * xemacs-faq.texi (Q4.5.4): | |
2570 * xemacs-faq.texi (Q4.5.5): | |
2571 * xemacs-faq.texi (Q4.6.1): | |
2572 * xemacs-faq.texi (Q4.6.2): | |
2573 * xemacs-faq.texi (Q4.6.3): | |
2574 * xemacs-faq.texi (Q4.6.4): | |
2575 * xemacs-faq.texi (Q4.7.1): | |
2576 * xemacs-faq.texi (Q4.7.2): | |
2577 * xemacs-faq.texi (Q4.7.3): | |
2578 * xemacs-faq.texi (Q4.8.1): | |
2579 * xemacs-faq.texi (Q4.8.2): | |
2580 * xemacs-faq.texi (Q4.8.3): | |
2581 * xemacs-faq.texi (Q4.8.4): | |
2582 * xemacs-faq.texi (Internet): | |
2583 * xemacs-faq.texi (Q5.0.1): | |
2584 * xemacs-faq.texi (Q5.0.2): | |
2585 * xemacs-faq.texi (Q5.0.3): | |
2586 * xemacs-faq.texi (Q5.0.4): | |
2587 * xemacs-faq.texi (Q5.0.5): | |
2588 * xemacs-faq.texi (Q5.0.6): | |
2589 * xemacs-faq.texi (Q5.0.7): | |
2590 * xemacs-faq.texi (Q5.0.8): | |
2591 * xemacs-faq.texi (Q5.0.9): | |
2592 * xemacs-faq.texi (Q5.0.10): | |
2593 * xemacs-faq.texi (Q5.0.11): | |
2594 * xemacs-faq.texi (Q5.1.1): | |
2595 * xemacs-faq.texi (Q5.1.2): | |
2596 * xemacs-faq.texi (Q5.1.3): | |
2597 * xemacs-faq.texi (Q5.1.4): | |
2598 * xemacs-faq.texi (Q5.1.5): | |
2599 * xemacs-faq.texi (Q5.1.6): | |
2600 * xemacs-faq.texi (Q5.2.1): | |
2601 * xemacs-faq.texi (Q5.2.2): | |
2602 * xemacs-faq.texi (Q5.3.1): | |
2603 * xemacs-faq.texi (Q5.3.2): | |
2604 * xemacs-faq.texi (Q5.4.1): | |
2605 * xemacs-faq.texi (Q5.4.2): | |
2606 * xemacs-faq.texi (Q5.4.3): | |
2607 * xemacs-faq.texi (Advanced): | |
2608 * xemacs-faq.texi (Q6.0.1): | |
2609 * xemacs-faq.texi (Q6.0.2): | |
2610 * xemacs-faq.texi (Q6.1.1): | |
2611 * xemacs-faq.texi (Q6.1.2): | |
2612 * xemacs-faq.texi (Q6.1.3): | |
2613 * xemacs-faq.texi (Q6.1.4): | |
2614 * xemacs-faq.texi (Q6.1.5): | |
2615 * xemacs-faq.texi (Q6.1.6): | |
2616 * xemacs-faq.texi (Q6.2.1): | |
2617 * xemacs-faq.texi (Q6.2.2): | |
2618 * xemacs-faq.texi (Q6.2.3): | |
2619 * xemacs-faq.texi (Q6.2.4): | |
2620 * xemacs-faq.texi (Q6.2.5): | |
2621 * xemacs-faq.texi (Q6.2.6): | |
2622 * xemacs-faq.texi (Q6.2.7): | |
2623 * xemacs-faq.texi (Q6.2.8): | |
2624 * xemacs-faq.texi (Q6.2.9): | |
2625 * xemacs-faq.texi (Q6.2.10): | |
2626 * xemacs-faq.texi (Q6.2.11): | |
2627 * xemacs-faq.texi (Q6.3.1): | |
2628 * xemacs-faq.texi (Q6.3.2): | |
2629 * xemacs-faq.texi (Q6.3.3): | |
2630 * xemacs-faq.texi (Q6.3.4): | |
2631 * xemacs-faq.texi (Current Events): | |
2632 * xemacs-faq.texi (Q7.0.1): | |
2633 * xemacs-faq.texi (Q7.0.2): | |
2634 * xemacs-faq.texi (Q7.0.3): | |
2635 * xemacs-faq.texi (Q7.0.5): | |
2636 * xemacs-faq.texi (Q7.0.6): | |
2637 * xemacs-faq.texi (Legacy Versions): | |
2638 * xemacs-faq.texi (my-function): Removed. | |
2639 * xemacs-faq.texi (Q8.0.1): | |
2640 | |
2641 The section on Troubleshooting (now 2.3) has been completely | |
2642 written and includes a lot of stuff that is not properly | |
2643 documented anywhere else. A fair amount of obsolete info has been | |
2644 deleted and I've incorporated the comments that people (mostly | |
2645 Stephen T) made. Former chapter 3 has been split up in two, one | |
2646 pertaining to basic I/O and the other to external I/O. What were | |
2647 formerly chapters 5 and 6 no longer exist as such; the info in | |
2648 them has been distributed across various other chapters. Old | |
2649 chapter 4 got split up, part going to the new chapter 4 on | |
2650 external I/O and part going to the new chapter 5 on the Internet. | |
2651 In this new chapter, stuff not pertaining to a specific package | |
2652 (e.g. VM or GNUS) was taken out of package-specific sections and a | |
2653 general mail section was constituted. Part of old chapter 5 | |
2654 remains in a new chapter 6 devoted to Emacs Lisp and other | |
2655 advanced stuff, and a section from old chapter 3 on basic | |
2656 init-file Lisp and some stuff from old chapter 5 on Info. The | |
2657 rest of chapter 5 was just "misc" and has gotten scattered to the | |
2658 winds (mostly in chapters 3 and 4). Old chapter 6 has also gotten | |
2659 quite scattered; there is no longer any section specifically | |
2660 devoted to Windows except one of the Installation sections (along | |
2661 with a section specfically devoted to Unix), and the rest has | |
2662 moved to join the appropriate non-Windows-specific section | |
2663 elsewhere. A lot of chapters had their sections rearranged and | |
2664 likewise for sections having entries rearranged, with the | |
2665 intention that the new arrangement should be more natural. In | |
2666 general I hope that stuff should be much easier to locate. I also | |
2667 rewrote the entries on the relation between XEmacs and GNU Emacs | |
2668 on the authors of XEmacs, including lots of info on who wrote | |
2669 specific subsections. | |
2670 | |
2418 | 2671 2004-12-05 Adrian Aichner <adrian@xemacs.org> |
2672 | |
2673 * Makefile (TEXI2HTML): Changed to produce unsplit output. | |
2674 * Makefile (TEXI2HTML_SPLIT): New. | |
2675 * Makefile (CP): New. | |
2676 * Makefile (PHOTODIR): New. | |
2677 * Makefile ($(HTMLDIR)/cl.html): Use TEXI2HTML_SPLIT. | |
2678 * Makefile ($(HTMLDIR)/custom.html): Ditto. | |
2679 * Makefile ($(HTMLDIR)/emodules.html): Ditto. | |
2680 * Makefile ($(HTMLDIR)/external-widget.html): Ditto. | |
2681 * Makefile ($(HTMLDIR)/info.html): Ditto. | |
2682 * Makefile ($(HTMLDIR)/standards.html): Ditto. | |
2683 * Makefile ($(HTMLDIR)/term.html): Ditto. | |
2684 * Makefile ($(HTMLDIR)/termcap.html): Ditto. | |
2685 * Makefile ($(HTMLDIR)/texinfo.html): Ditto. | |
2686 * Makefile ($(HTMLDIR)/widget.html): Ditto. | |
2687 * Makefile ($(HTMLDIR)/xemacs-faq.html): Ditto. | |
2688 Produce unsplit output for website also, copy photos to HTMLDIR. | |
2689 * Makefile ($(HTMLDIR)/xemacs.html): Ditto. | |
2690 * Makefile ($(HTMLDIR)/lispref.html): Ditto. | |
2691 * Makefile ($(HTMLDIR)/internals.html): Ditto. | |
2692 * Makefile ($(HTMLDIR)/new-users-guide.html): Ditto. | |
2693 * xemacs-faq.texi (Q1.3.1): Fix broken image links in HTML output. | |
2694 | |
2406 | 2695 2004-11-26 Stephen J. Turnbull <stephen@xemacs.org> |
2696 | |
2697 * internals/internals.texi (Better Rendering Support -- | |
2698 Configuration with the Interim Patches): | |
2699 Add documentation of X resources, especially for GUI elements. | |
2700 (Better Rendering Support -- Implementation): | |
2701 More comments about specification and design issues. | |
2702 (Better Rendering Support -- Current Status): | |
2703 New subsubsection "Bugs Reported in sjt-xft". | |
2704 | |
2405 | 2705 2004-11-26 Stephen J. Turnbull <stephen@xemacs.org> |
2706 | |
2707 * internals/internals.texi (Future Work -- Better Rendering Support): | |
2708 New node. | |
2865 | 2709 (Top): |
2405 | 2710 (Future Work): |
2711 (Future Work -- Lisp Engine Replacement): | |
2712 Add pointers to new node. | |
2713 | |
2393 | 2714 2004-11-16 Ben Wing <ben@xemacs.org> |
2715 | |
2716 * internals/internals.texi (Top): | |
2717 * internals/internals.texi (Introduction): | |
2718 * internals/internals.texi (Authorship of XEmacs): | |
2719 * internals/internals.texi (A History of Emacs): | |
2720 * internals/internals.texi (Through Version 18): | |
2721 * internals/internals.texi (Epoch): | |
2722 * internals/internals.texi (Lucid Emacs): | |
2723 * internals/internals.texi (GNU Emacs 19): | |
2724 * internals/internals.texi (GNU Emacs 20): | |
2725 * internals/internals.texi (XEmacs): | |
2726 * internals/internals.texi (The XEmacs Split): | |
2727 * internals/internals.texi (Build-Time Dependencies): | |
2728 * internals/internals.texi (Low-Level Modules): | |
2729 * internals/internals.texi (Modules for Interfacing with the Operating System): | |
2730 * internals/internals.texi (Rules When Writing New C Code): | |
2731 * internals/internals.texi (Introduction to Writing C Code): | |
2732 * internals/internals.texi (Writing New Modules): | |
2733 * internals/internals.texi (Working with Lisp Objects): | |
2734 * internals/internals.texi (Writing Lisp Primitives): | |
2735 * internals/internals.texi (Adding Global Lisp Variables): | |
2736 * internals/internals.texi (Writing Macros): | |
2737 * internals/internals.texi (Proper Use of Unsigned Types): | |
2738 * internals/internals.texi (Major Textual Changes): | |
2739 * internals/internals.texi (Great Integral Type Renaming): | |
2740 * internals/internals.texi (Text/Char Type Renaming): | |
2741 * internals/internals.texi (Debugging and Testing): | |
2742 * internals/internals.texi (Modules for Regression Testing): | |
2743 * internals/internals.texi (Merging a Branch into the Trunk): | |
2744 * internals/internals.texi (XEmacs from the Inside): | |
2745 * internals/internals.texi (Basic Types): | |
2746 * internals/internals.texi (Low-Level Allocation): | |
2747 * internals/internals.texi (Basic Heap Allocation): | |
2748 * internals/internals.texi (Stack Allocation): | |
2749 * internals/internals.texi (Dynamic Arrays): | |
2750 * internals/internals.texi (Allocation by Blocks): | |
2751 * internals/internals.texi (Modules for Allocation): | |
2752 * internals/internals.texi (Critical Redisplay Sections): | |
2753 * internals/internals.texi (Control-G (Quit) Checking): | |
2754 * internals/internals.texi (Future Work Discussion): | |
2755 * internals/internals.texi (Discussion -- Garbage Collection): | |
2756 * internals/internals.texi (Discussion -- Pure Space): | |
2757 * internals/internals.texi (Discussion -- Hashtable-Based Marking and Cleanup): | |
2758 * internals/internals.texi (Discussion -- The Anti-Cons): | |
2759 * internals/internals.texi (Discussion -- Glyphs): | |
2760 * internals/internals.texi (Discussion -- Dialog Boxes): | |
2761 * internals/internals.texi (Discussion -- Multilingual Issues): | |
2762 * internals/internals.texi (Discussion -- Instantiators and Generic Property Accessors): | |
2763 * internals/internals.texi (image-instance-property): New. | |
2764 * internals/internals.texi (set-image-instance-property): New. | |
2765 * internals/internals.texi (Discussion -- Switching to C++): | |
2766 * internals/internals.texi (Discussion -- Windows External Widget): | |
2767 | |
2768 Add sections on Basic Types and Low-Level Allocation. Move module | |
2769 docs here. Incorporate dynamic array and blocktype docs from | |
2770 source. | |
2771 | |
2772 Add info on beta releases up to present. | |
2773 | |
2774 Redo chapter on "Rules When Writing New C Code", grouping stuff | |
2775 together properly. Put "Major Textual Changes" under this | |
2776 chapter. Incorporate etc/CODING-STANDARDS. | |
2777 | |
2778 Add discussion sections on "Instantiators and Generic Property | |
2779 Accessors" and "Switching to C++". Fill out discussion on garbage | |
2780 collection. | |
2781 | |
2782 Incorporate backtraces showing crashes due to problems with | |
2783 redisplay-critical-section protection. | |
2784 | |
2367 | 2785 2004-11-04 Ben Wing <ben@xemacs.org> |
2786 | |
2787 * lispref/mule.texi (CCL Syntax): | |
2788 * lispref/mule.texi (INT-OR-CHAR): New. | |
2789 * lispref/mule.texi (CCL Statements): | |
2790 Update CCL docs. | |
2791 | |
2792 2004-11-04 Ben Wing <ben@xemacs.org> | |
2793 | |
2794 * internals/internals.texi (Top): | |
2795 * internals/internals.texi (NOTE): New. | |
2796 * internals/internals.texi (list-to-texinfo): New. | |
2797 * internals/internals.texi (remove-spacing): New. | |
2798 * internals/internals.texi (table-to-texinfo): New. | |
2799 * internals/internals.texi (convert-text-to-texinfo): New. | |
2800 * internals/internals.texi ('make-future): New. | |
2801 * internals/internals.texi ('make-discussion): New. | |
2802 * internals/internals.texi ('make-old-future): New. | |
2803 * internals/internals.texi ('make-section): New. | |
2804 * internals/internals.texi ('make-subsection): New. | |
2805 * internals/internals.texi (Introduction): | |
2806 * internals/internals.texi (divisions): New. | |
2807 * internals/internals.texi (Authorship of XEmacs): | |
2808 * internals/internals.texi (XEmacs): | |
2809 * internals/internals.texi (The XEmacs Split): | |
2810 * internals/internals.texi (Author): New. | |
2811 * internals/internals.texi (XEmacs from the Outside): | |
2812 * internals/internals.texi (The Lisp Language): | |
2813 * internals/internals.texi (XEmacs from the Perspective of Building): | |
2814 * internals/internals.texi (Build-Time Dependencies): | |
2815 * internals/internals.texi (The Modules of XEmacs): | |
2816 * internals/internals.texi (A Summary of the Various XEmacs Modules): | |
2817 * internals/internals.texi (ways): Removed. | |
2818 * internals/internals.texi (Low-Level Modules): | |
2819 * internals/internals.texi (Basic Lisp Modules): | |
2820 * internals/internals.texi (Modules for Standard Editing Operations): | |
2821 * internals/internals.texi (files): Removed. | |
2822 * internals/internals.texi (Modules for Interfacing with the File System): | |
2823 * internals/internals.texi (some_variable): Removed. | |
2824 * internals/internals.texi (Modules for Other Aspects of the Lisp Interpreter and Object System): | |
2825 * internals/internals.texi (Modules for Interfacing with the Operating System): | |
2826 * internals/internals.texi (character): Removed. | |
2827 * internals/internals.texi (Major Textual Changes): | |
2828 * internals/internals.texi (Great Integral Type Renaming): | |
2829 * internals/internals.texi (commands): Removed. | |
2830 * internals/internals.texi (Text/Char Type Renaming): | |
2831 * internals/internals.texi (pattern): Removed. | |
2832 * internals/internals.texi (Rules When Writing New C Code): | |
2833 * internals/internals.texi (A Reader's Guide to XEmacs Coding Conventions): | |
2834 * internals/internals.texi (General Coding Rules): | |
2835 * internals/internals.texi (examples): Removed. | |
2836 * internals/internals.texi (Object-Oriented Techniques for C): | |
2837 * internals/internals.texi (Writing Lisp Primitives): | |
2838 * internals/internals.texi (Writing Good Comments): | |
2839 * internals/internals.texi (Adding Global Lisp Variables): | |
2840 * internals/internals.texi (Writing Macros): | |
2841 * internals/internals.texi (Proper Use of Unsigned Types): | |
2842 * internals/internals.texi (Techniques for XEmacs Developers): | |
2843 * internals/internals.texi (Regression Testing XEmacs): | |
2844 * internals/internals.texi (How to Regression-Test): | |
2845 * internals/internals.texi (Modules for Regression Testing): | |
2846 * internals/internals.texi (CVS Techniques): | |
2847 * internals/internals.texi (Merging a Branch into the Trunk): | |
2848 * internals/internals.texi (XEmacs from the Inside): | |
2849 * internals/internals.texi (The XEmacs Object System (Abstractly Speaking)): | |
2850 * internals/internals.texi (How Lisp Objects Are Represented in C): | |
2851 * internals/internals.texi (Allocation of Objects in XEmacs Lisp): | |
2852 * internals/internals.texi (Introduction to Allocation): | |
2853 * internals/internals.texi (Garbage Collection): | |
2854 * internals/internals.texi (GCPROing): | |
2855 * internals/internals.texi (Garbage Collection - Step by Step): | |
2856 * internals/internals.texi (Invocation): | |
2857 * internals/internals.texi (garbage_collect_1): | |
2858 * internals/internals.texi (mark_object): | |
2859 * internals/internals.texi (gc_sweep): | |
2860 * internals/internals.texi (sweep_lcrecords_1): | |
2861 * internals/internals.texi (compact_string_chars): | |
2862 * internals/internals.texi (sweep_strings): | |
2863 * internals/internals.texi (sweep_bit_vectors_1): | |
2864 * internals/internals.texi (Integers and Characters): | |
2865 * internals/internals.texi (Allocation from Frob Blocks): | |
2866 * internals/internals.texi (lrecords): | |
2867 * internals/internals.texi (Low-level allocation): | |
2868 * internals/internals.texi (Cons): | |
2869 * internals/internals.texi (Vector): | |
2870 * internals/internals.texi (Bit Vector): | |
2871 * internals/internals.texi (Symbol): | |
2872 * internals/internals.texi (Marker): | |
2873 * internals/internals.texi (String): | |
2874 * internals/internals.texi (Compiled Function): | |
2875 * internals/internals.texi (The Lisp Reader and Compiler): | |
2876 * internals/internals.texi (Evaluation; Stack Frames; Bindings): | |
2877 * internals/internals.texi (Evaluation): | |
2878 * internals/internals.texi (Dynamic Binding; The specbinding Stack; Unwind-Protects): | |
2879 * internals/internals.texi (Simple Special Forms): | |
2880 * internals/internals.texi (Catch and Throw): | |
2881 * internals/internals.texi (Error Trapping): | |
2882 * internals/internals.texi (Symbols and Variables): | |
2883 * internals/internals.texi (Introduction to Symbols): | |
2884 * internals/internals.texi (Obarrays): | |
2885 * internals/internals.texi (Symbol Values): | |
2886 * internals/internals.texi (Buffers): | |
2887 * internals/internals.texi (Introduction to Buffers): | |
2888 * internals/internals.texi (Buffer Lists): | |
2889 * internals/internals.texi (Markers and Extents): | |
2890 * internals/internals.texi (The Buffer Object): | |
2891 * internals/internals.texi (Text): | |
2892 * internals/internals.texi (The Text in a Buffer): | |
2893 * internals/internals.texi (Ibytes and Ichars): | |
2894 * internals/internals.texi (Byte-Char Position Conversion): | |
2895 * internals/internals.texi (Searching and Matching): | |
2896 * internals/internals.texi (Multilingual Support): | |
2897 * internals/internals.texi (Introduction to Multilingual Issues #1): | |
2898 * internals/internals.texi (Introduction to Multilingual Issues #2): | |
2899 * internals/internals.texi (Introduction to Multilingual Issues #3): | |
2900 * internals/internals.texi (Introduction to Multilingual Issues #4): | |
2901 * internals/internals.texi (Character Sets): | |
2902 * internals/internals.texi (Encodings): | |
2903 * internals/internals.texi (Japanese EUC (Extended Unix Code)): | |
2904 * internals/internals.texi (JIS7): | |
2905 * internals/internals.texi (Internal Mule Encodings): | |
2906 * internals/internals.texi (Internal String Encoding): | |
2907 * internals/internals.texi (Internal Character Encoding): | |
2908 * internals/internals.texi (Byte/Character Types; Buffer Positions; Other Typedefs): | |
2909 * internals/internals.texi (Byte Types): | |
2910 * internals/internals.texi (Different Ways of Seeing Internal Text): | |
2911 * internals/internals.texi (Buffer Positions): | |
2912 * internals/internals.texi (Other Typedefs): | |
2913 * internals/internals.texi (Usage of the Various Representations): | |
2914 * internals/internals.texi (Working With the Various Representations): | |
2915 * internals/internals.texi (Internal Text API's): | |
2916 * internals/internals.texi (Basic internal-format API's): | |
2917 * internals/internals.texi (The DFC API): | |
2918 * internals/internals.texi (The Eistring API): | |
2919 * internals/internals.texi (Coding for Mule): | |
2920 * internals/internals.texi (Character-Related Data Types): | |
2921 * internals/internals.texi (Working With Character and Byte Positions): | |
2922 * internals/internals.texi (Conversion to and from External Data): | |
2923 * internals/internals.texi (General Guidelines for Writing Mule-Aware Code): | |
2924 * internals/internals.texi (An Example of Mule-Aware Code): | |
2925 * internals/internals.texi (Mule-izing Code): | |
2926 * internals/internals.texi (CCL): | |
2927 * internals/internals.texi (Microsoft Windows-Related Multilingual Issues): | |
2928 * internals/internals.texi (Microsoft Documentation): | |
2929 * internals/internals.texi (Locales): | |
2930 * internals/internals.texi (More about code pages): | |
2931 * internals/internals.texi (More about locales): | |
2932 * internals/internals.texi (Unicode support under Windows): | |
2933 * internals/internals.texi (The golden rules of writing Unicode-safe code): | |
2934 * internals/internals.texi (The format of the locale in setlocale()): | |
2935 * internals/internals.texi (Random other Windows I18N docs): | |
2936 * internals/internals.texi (Modules for Internationalization): | |
2937 * internals/internals.texi (Consoles; Devices; Frames; Windows): | |
2938 * internals/internals.texi (Introduction to Consoles; Devices; Frames; Windows): | |
2939 * internals/internals.texi (Point): | |
2940 * internals/internals.texi (Window Hierarchy): | |
2941 * internals/internals.texi (The Window Object): | |
2942 * internals/internals.texi (Modules for the Basic Displayable Lisp Objects): | |
2943 * internals/internals.texi (The Redisplay Mechanism): | |
2944 * internals/internals.texi (Critical Redisplay Sections): | |
2945 * internals/internals.texi (Line Start Cache): | |
2946 * internals/internals.texi (Redisplay Piece by Piece): | |
2947 * internals/internals.texi (Modules for the Redisplay Mechanism): | |
2948 * internals/internals.texi (Modules for other Display-Related Lisp Objects): | |
2949 * internals/internals.texi (Extents): | |
2950 * internals/internals.texi (Introduction to Extents): | |
2951 * internals/internals.texi (Extent Ordering): | |
2952 * internals/internals.texi (Format of the Extent Info): | |
2953 * internals/internals.texi (Zero-Length Extents): | |
2954 * internals/internals.texi (Mathematics of Extent Ordering): | |
2955 * internals/internals.texi (Extent Fragments): | |
2956 * internals/internals.texi (Faces): | |
2957 * internals/internals.texi (Glyphs): | |
2958 * internals/internals.texi (Specifiers): | |
2959 * internals/internals.texi (Menus): | |
2960 * internals/internals.texi (Events and the Event Loop): | |
2961 * internals/internals.texi (Introduction to Events): | |
2962 * internals/internals.texi (Main Loop): | |
2963 * internals/internals.texi (Specifics of the Event Gathering Mechanism): | |
2964 * internals/internals.texi (Specifics About the Emacs Event): | |
2965 * internals/internals.texi (Event Queues): | |
2966 * internals/internals.texi (Event Stream Callback Routines): | |
2967 * internals/internals.texi (Other Event Loop Functions): | |
2968 * internals/internals.texi (Stream Pairs): | |
2969 * internals/internals.texi (Converting Events): | |
2970 * internals/internals.texi (Dispatching Events; The Command Builder): | |
2971 * internals/internals.texi (Focus Handling): | |
2972 * internals/internals.texi (Editor-Level Control Flow Modules): | |
2973 * internals/internals.texi (Asynchronous Events; Quit Checking): | |
2974 * internals/internals.texi (Signal Handling): | |
2975 * internals/internals.texi (Control-G (Quit) Checking): | |
2976 * internals/internals.texi (Profiling): | |
2977 * internals/internals.texi (Asynchronous Timeouts): | |
2978 * internals/internals.texi (Exiting): | |
2979 * internals/internals.texi (Lstreams): | |
2980 * internals/internals.texi (Creating an Lstream): | |
2981 * internals/internals.texi (Lstream Types): | |
2982 * internals/internals.texi (Lstream Functions): | |
2983 * internals/internals.texi (Lstream Methods): | |
2984 * internals/internals.texi (Subprocesses): | |
2985 * internals/internals.texi (Interface to MS Windows): | |
2986 * internals/internals.texi (Different kinds of Windows environments): | |
2987 * internals/internals.texi (Windows Build Flags): | |
2988 * internals/internals.texi (Windows I18N Introduction): | |
2989 * internals/internals.texi (Modules for Interfacing with MS Windows): | |
2990 * internals/internals.texi (Interface to the X Window System): | |
2991 * internals/internals.texi (Lucid Widget Library): | |
2992 * internals/internals.texi (Generic Widget Interface): | |
2993 * internals/internals.texi (dependencies): New. | |
2994 * internals/internals.texi (routines): New. | |
2995 * internals/internals.texi (Summary): New. | |
2996 * internals/internals.texi (Scrollbars): | |
2997 * internals/internals.texi (Menubars): | |
2998 * internals/internals.texi (Checkboxes and Radio Buttons): | |
2999 * internals/internals.texi (Progress Bars): | |
3000 * internals/internals.texi (Tab Controls): | |
3001 * internals/internals.texi (Modules for Interfacing with X Windows): | |
3002 * internals/internals.texi (Dumping): | |
3003 * internals/internals.texi (Dumping Justification): | |
3004 * internals/internals.texi (Overview): | |
3005 * internals/internals.texi (Data descriptions): | |
3006 * internals/internals.texi (Dumping phase): | |
3007 * internals/internals.texi (Object inventory): | |
3008 * internals/internals.texi (Address allocation): | |
3009 * internals/internals.texi (The header): | |
3010 * internals/internals.texi (Data dumping): | |
3011 * internals/internals.texi (Pointers dumping): | |
3012 * internals/internals.texi (Reloading phase): | |
3013 * internals/internals.texi (Abstract): New. | |
3014 * internals/internals.texi (Remaining issues): | |
3015 * internals/internals.texi (Future Work): | |
3016 * internals/internals.texi (Future Work -- General Suggestions): | |
3017 * internals/internals.texi (Future Work -- Elisp Compatibility Package): | |
3018 * internals/internals.texi (Future Work -- Drag-n-Drop): | |
3019 * internals/internals.texi (Future Work -- Standard Interface for Enabling Extensions): | |
3020 * internals/internals.texi (Future Work -- Better Initialization File Scheme): | |
3021 * internals/internals.texi (Future Work -- Keyword Parameters): | |
3022 * internals/internals.texi (Future Work -- Property Interface Changes): | |
3023 * internals/internals.texi (Future Work -- Toolbars): | |
3024 * internals/internals.texi (Future Work -- Easier Toolbar Customization): | |
3025 * internals/internals.texi (Future Work -- Toolbar Interface Changes): | |
3026 * internals/internals.texi (Future Work -- Menu API Changes): | |
3027 * internals/internals.texi (Future Work -- Removal of Misc-User Event Type): | |
3028 * internals/internals.texi (Future Work -- Mouse Pointer): | |
3029 * internals/internals.texi (Future Work -- Abstracted Mouse Pointer Interface): | |
3030 * internals/internals.texi (Future Work -- Busy Pointer): | |
3031 * internals/internals.texi (Future Work -- Extents): | |
3032 * internals/internals.texi (Future Work -- Everything should obey duplicable extents): | |
3033 * internals/internals.texi (Future Work -- Version Number and Development Tree Organization): | |
3034 * internals/internals.texi (Future Work -- Improvements to the @code{xemacs.org} Website): | |
3035 * internals/internals.texi (Future Work -- Keybindings): | |
3036 * internals/internals.texi (Future Work -- Keybinding Schemes): | |
3037 * internals/internals.texi (Future Work -- Better Support for Windows Style Key Bindings): | |
3038 * internals/internals.texi (Future Work -- Misc Key Binding Ideas): | |
3039 * internals/internals.texi (Future Work -- Byte Code Snippets): | |
3040 * internals/internals.texi (Future Work -- Autodetection): | |
3041 * internals/internals.texi (Future Work -- Conversion Error Detection): | |
3042 * internals/internals.texi (Future Work -- Unicode): | |
3043 * internals/internals.texi (Future Work -- BIDI Support): | |
3044 * internals/internals.texi (Future Work -- Localized Text/Messages): | |
3045 * internals/internals.texi (Future Work -- Lisp Stream API): | |
3046 * internals/internals.texi (Future Work -- Multiple Values): | |
3047 * internals/internals.texi (Future Work -- Macros): | |
3048 * internals/internals.texi (Future Work -- Specifiers): | |
3049 * internals/internals.texi (Future Work -- Display Tables): | |
3050 * internals/internals.texi (Future Work -- Making Elisp Function Calls Faster): | |
3051 * internals/internals.texi (Future Work -- Lisp Engine Replacement): | |
3052 * internals/internals.texi (Future Work -- Lisp Engine Discussion): | |
3053 * internals/internals.texi (Future Work -- Lisp Engine Replacement -- Implementation): | |
3054 * internals/internals.texi (Future Work -- Startup File Modification by Packages): | |
3055 * internals/internals.texi (Future Work Discussion): | |
3056 * internals/internals.texi (Discussion -- garbage collection): | |
3057 * internals/internals.texi (Discussion -- glyphs): | |
3058 * internals/internals.texi (Discussion -- Dialog Boxes): | |
3059 * internals/internals.texi (Discussion -- Multilingual Issues): | |
3060 * internals/internals.texi (Discussion -- Windows External Widget): | |
3061 * internals/internals.texi (Discussion -- Packages): | |
3062 * internals/internals.texi (Discussion -- Distribution Layout): | |
3063 * internals/internals.texi (Old Future Work): | |
3064 * internals/internals.texi (Old Future Work -- A Portable Unexec Replacement): | |
3065 * internals/internals.texi (backtrace): New. | |
3066 * internals/internals.texi (Old Future Work -- Indirect Buffers): | |
3067 * internals/internals.texi (emacs-lisp): New. | |
3068 * internals/internals.texi (Old Future Work -- Improvements in support for non-ASCII (European) keysyms under X): | |
3069 * internals/internals.texi (Newsgroups): New. | |
3070 * internals/internals.texi (Old Future Work -- RTF Clipboard Support): | |
3071 * internals/internals.texi (own-selection): New. | |
3072 * internals/internals.texi (Old Future Work -- xemacs.org Mailing Address Changes): | |
3073 * internals/internals.texi (COMMENT): New. | |
3074 * internals/internals.texi (Old Future Work -- Lisp callbacks from critical areas of the C code): | |
3075 * internals/internals.texi (Now): Removed. | |
3076 * internals/internals.texi (Proof): Removed. | |
3077 * internals/internals.texi (Note): Removed. | |
3078 * internals/internals.texi (Date): New. | |
3079 * internals/internals.texi (ben): Removed. | |
3080 * internals/internals.texi (importance): New. | |
3081 * internals/internals.texi (From): New. | |
3082 Major work on internals manual. Rearranged many chapters so as to | |
3083 lie in coherent divisions. | |
3084 Add tons of stuff to Future Work, Old Future Work, Discussions. | |
3085 Add lots of stuff to Mule section (Multilingual ...). | |
3086 Remove index.texi, incorporate into internals.texi. | |
3087 Section on early history and an introduction. | |
3088 Section on XEmacs split. Lots of new MS Windows docs | |
3089 Mostly recently: Windows-I18N docs. Lots if new I18N docs. | |
3090 Loads of other stuff. | |
3091 | |
2362 | 3092 2004-11-02 Ben Wing <ben@xemacs.org> |
3093 | |
3094 * internals/index.texi: | |
3095 Deleted. Incorporated into internals.texi. Having a separate | |
3096 index file messes up texinfo-master-menu. | |
2865 | 3097 |
2362 | 3098 * internals/internals.texi: |
3099 * internals/internals.texi (Top): | |
3100 * internals/internals.texi (Introduction): | |
3101 * internals/internals.texi (Authorship of XEmacs): | |
3102 * internals/internals.texi (A History of Emacs): | |
3103 * internals/internals.texi (Through Version 18): | |
3104 * internals/internals.texi (Lucid Emacs): | |
3105 * internals/internals.texi (GNU Emacs 19): | |
3106 * internals/internals.texi (GNU Emacs 20): | |
3107 * internals/internals.texi (XEmacs): | |
3108 * internals/internals.texi (XEmacs From the Outside): | |
3109 * internals/internals.texi (The Lisp Language): | |
3110 * internals/internals.texi (XEmacs From the Perspective of Building): | |
3111 * internals/internals.texi (The XEmacs Object System (Abstractly Speaking)): | |
3112 * internals/internals.texi (How Lisp Objects Are Represented in C): | |
3113 * internals/internals.texi (Major Textual Changes): | |
3114 * internals/internals.texi (Great Integral Type Renaming): | |
3115 * internals/internals.texi (Text/Char Type Renaming): | |
3116 * internals/internals.texi (Rules When Writing New C Code): | |
3117 * internals/internals.texi (A Reader's Guide to XEmacs Coding Conventions): | |
3118 * internals/internals.texi (General Coding Rules): | |
3119 * internals/internals.texi (Object-Oriented Techniques for C): | |
3120 * internals/internals.texi (Writing Lisp Primitives): | |
3121 * internals/internals.texi (Writing Good Comments): | |
3122 * internals/internals.texi (Adding Global Lisp Variables): | |
3123 * internals/internals.texi (Writing Macros): | |
3124 * internals/internals.texi (Proper Use of Unsigned Types): | |
3125 * internals/internals.texi (Techniques for XEmacs Developers): | |
3126 * internals/internals.texi (Regression Testing XEmacs): | |
3127 * internals/internals.texi (How to Regression-Test): | |
3128 * internals/internals.texi (Modules for Regression Testing): | |
3129 * internals/internals.texi (CVS Techniques): | |
3130 * internals/internals.texi (Merging a Branch into the Trunk): | |
3131 * internals/internals.texi (The Modules of XEmacs): | |
3132 * internals/internals.texi (A Summary of the Various XEmacs Modules): | |
3133 * internals/internals.texi (Low-Level Modules): | |
3134 * internals/internals.texi (Basic Lisp Modules): | |
3135 * internals/internals.texi (Modules for Standard Editing Operations): | |
3136 * internals/internals.texi (Modules for Interfacing with the File System): | |
3137 * internals/internals.texi (Modules for Other Aspects of the Lisp Interpreter and Object System): | |
3138 * internals/internals.texi (Modules for Interfacing with the Operating System): | |
3139 * internals/internals.texi (Allocation of Objects in XEmacs Lisp): | |
3140 * internals/internals.texi (Introduction to Allocation): | |
3141 * internals/internals.texi (Garbage Collection): | |
3142 * internals/internals.texi (GCPROing): | |
3143 * internals/internals.texi (Garbage Collection - Step by Step): | |
3144 * internals/internals.texi (Invocation): | |
3145 * internals/internals.texi (garbage_collect_1): | |
3146 * internals/internals.texi (mark_object): | |
3147 * internals/internals.texi (gc_sweep): | |
3148 * internals/internals.texi (sweep_lcrecords_1): | |
3149 * internals/internals.texi (compact_string_chars): | |
3150 * internals/internals.texi (Integers and Characters): | |
3151 * internals/internals.texi (Allocation from Frob Blocks): | |
3152 * internals/internals.texi (lrecords): | |
3153 * internals/internals.texi (Low-level allocation): | |
3154 * internals/internals.texi (Cons): | |
3155 * internals/internals.texi (Vector): | |
3156 * internals/internals.texi (Symbol): | |
3157 * internals/internals.texi (Marker): | |
3158 * internals/internals.texi (String): | |
3159 * internals/internals.texi (Dumping): | |
3160 * internals/internals.texi (Dumping Justification): | |
3161 * internals/internals.texi (Overview): | |
3162 * internals/internals.texi (Data descriptions): | |
3163 * internals/internals.texi (Dumping phase): | |
3164 * internals/internals.texi (Object inventory): | |
3165 * internals/internals.texi (Address allocation): | |
3166 * internals/internals.texi (The header): | |
3167 * internals/internals.texi (Data dumping): | |
3168 * internals/internals.texi (Pointers dumping): | |
3169 * internals/internals.texi (Reloading phase): | |
3170 * internals/internals.texi (Remaining issues): | |
3171 * internals/internals.texi (Events and the Event Loop): | |
3172 * internals/internals.texi (Introduction to Events): | |
3173 * internals/internals.texi (Main Loop): | |
3174 * internals/internals.texi (Specifics of the Event Gathering Mechanism): | |
3175 * internals/internals.texi (Specifics About the Emacs Event): | |
3176 * internals/internals.texi (Event Queues): | |
3177 * internals/internals.texi (Event Stream Callback Routines): | |
3178 * internals/internals.texi (IMPORTANT): New. | |
3179 * internals/internals.texi (Other Event Loop Functions): | |
3180 * internals/internals.texi (Stream Pairs): | |
3181 * internals/internals.texi (Converting Events): | |
3182 * internals/internals.texi (Dispatching Events; The Command Builder): | |
3183 * internals/internals.texi (Focus Handling): | |
3184 * internals/internals.texi (Editor-Level Control Flow Modules): | |
3185 * internals/internals.texi (Asynchronous Events; Quit Checking): | |
3186 * internals/internals.texi (Control-G (Quit) Checking): | |
3187 * internals/internals.texi (completely): New. | |
3188 * internals/internals.texi (Profiling): | |
3189 * internals/internals.texi (Exiting): | |
3190 * internals/internals.texi (BEWARE): New. | |
3191 * internals/internals.texi (Evaluation; Stack Frames; Bindings): | |
3192 * internals/internals.texi (Evaluation): | |
3193 * internals/internals.texi (Dynamic Binding; The specbinding Stack; Unwind-Protects): | |
3194 * internals/internals.texi (Simple Special Forms): | |
3195 * internals/internals.texi (Catch and Throw): | |
3196 * internals/internals.texi (Introduction to Symbols): | |
3197 * internals/internals.texi (Obarrays): | |
3198 * internals/internals.texi (Symbol Values): | |
3199 * internals/internals.texi (Buffers): | |
3200 * internals/internals.texi (Introduction to Buffers): | |
3201 * internals/internals.texi (Buffer Lists): | |
3202 * internals/internals.texi (Markers and Extents): | |
3203 * internals/internals.texi (The Buffer Object): | |
3204 * internals/internals.texi (Text): | |
3205 * internals/internals.texi (The Text in a Buffer): | |
3206 * internals/internals.texi (Ibytes and Ichars): | |
3207 * internals/internals.texi (Byte-Char Position Conversion): | |
3208 * internals/internals.texi (Searching and Matching): | |
3209 * internals/internals.texi (Multilingual Support): | |
3210 * internals/internals.texi (Introduction to Multilingual Issues #1): | |
3211 * internals/internals.texi (Introduction to Multilingual Issues #2): | |
3212 * internals/internals.texi (Introduction to Multilingual Issues #3): | |
3213 * internals/internals.texi (Introduction to Multilingual Issues #4): | |
3214 * internals/internals.texi (Character Sets): | |
3215 * internals/internals.texi (Encodings): | |
3216 * internals/internals.texi (Japanese EUC (Extended Unix Code)): | |
3217 * internals/internals.texi (JIS7): | |
3218 * internals/internals.texi (Internal Mule Encodings): | |
3219 * internals/internals.texi (Internal String Encoding): | |
3220 * internals/internals.texi (Internal Character Encoding): | |
3221 * internals/internals.texi (Byte/Character Types; Buffer Positions; Other Typedefs): | |
3222 * internals/internals.texi (Byte Types): | |
3223 * internals/internals.texi (Different Ways of Seeing Internal Text): | |
3224 * internals/internals.texi (prefixes): New. | |
3225 * internals/internals.texi (C): New. | |
3226 * internals/internals.texi (U): New. | |
3227 * internals/internals.texi (S): New. | |
3228 * internals/internals.texi (Specifically): New. | |
3229 * internals/internals.texi (Buffer Positions): | |
3230 * internals/internals.texi (Other Typedefs): | |
3231 * internals/internals.texi (Usage of the Various Representations): | |
3232 * internals/internals.texi (Working With the Various Representations): | |
3233 * internals/internals.texi (Internal Text API's): | |
3234 * internals/internals.texi (Basic internal-format API's): | |
3235 * internals/internals.texi (The DFC API): | |
3236 * internals/internals.texi (The Eistring API): | |
3237 * internals/internals.texi (Coding for Mule): | |
3238 * internals/internals.texi (Character-Related Data Types): | |
3239 * internals/internals.texi (Working With Character and Byte Positions): | |
3240 * internals/internals.texi (Conversion to and from External Data): | |
3241 * internals/internals.texi (General Guidelines for Writing Mule-Aware Code): | |
3242 * internals/internals.texi (An Example of Mule-Aware Code): | |
3243 * internals/internals.texi (Mule-izing Code): | |
3244 * internals/internals.texi (CCL): | |
3245 * internals/internals.texi (Modules for Internationalization): | |
3246 * internals/internals.texi (The Lisp Reader and Compiler): | |
3247 * internals/internals.texi (Lstreams): | |
3248 * internals/internals.texi (Creating an Lstream): | |
3249 * internals/internals.texi (Lstream Types): | |
3250 * internals/internals.texi (Lstream Functions): | |
3251 * internals/internals.texi (Lstream Methods): | |
3252 * internals/internals.texi (Introduction to Consoles; Devices; Frames; Windows): | |
3253 * internals/internals.texi (Point): | |
3254 * internals/internals.texi (Window Hierarchy): | |
3255 * internals/internals.texi (The Window Object): | |
3256 * internals/internals.texi (Modules for the Basic Displayable Lisp Objects): | |
3257 * internals/internals.texi (The Redisplay Mechanism): | |
3258 * internals/internals.texi (Critical Redisplay Sections): | |
3259 * internals/internals.texi (Line Start Cache): | |
3260 * internals/internals.texi (Redisplay Piece by Piece): | |
3261 * internals/internals.texi (Modules for the Redisplay Mechanism): | |
3262 * internals/internals.texi (Modules for other Display-Related Lisp Objects): | |
3263 * internals/internals.texi (Introduction to Extents): | |
3264 * internals/internals.texi (Extent Ordering): | |
3265 * internals/internals.texi (Format of the Extent Info): | |
3266 * internals/internals.texi (Zero-Length Extents): | |
3267 * internals/internals.texi (Mathematics of Extent Ordering): | |
3268 * internals/internals.texi (Extent Fragments): | |
3269 * internals/internals.texi (Faces): | |
3270 * internals/internals.texi (Glyphs): | |
3271 * internals/internals.texi (Specifiers): | |
3272 * internals/internals.texi (Menus): | |
3273 * internals/internals.texi (Subprocesses): | |
3274 * internals/internals.texi (Interface to MS Windows): | |
3275 * internals/internals.texi (Different kinds of Windows environments): | |
3276 * internals/internals.texi (Windows Build Flags): | |
3277 * internals/internals.texi (Windows I18N Introduction): | |
3278 * internals/internals.texi (Modules for Interfacing with MS Windows): | |
3279 * internals/internals.texi (Interface to the X Window System): | |
3280 * internals/internals.texi (Generic Widget Interface): | |
3281 * internals/internals.texi (Scrollbars): | |
3282 * internals/internals.texi (Menubars): | |
3283 * internals/internals.texi (Checkboxes and Radio Buttons): | |
3284 * internals/internals.texi (Modules for Interfacing with X Windows): | |
3285 * internals/internals.texi (Future Work): | |
3286 * internals/internals.texi (Future Work -- Elisp Compatibility Package): | |
3287 * internals/internals.texi (Future Work -- Drag-n-Drop): | |
3288 * internals/internals.texi (Future Work -- Standard Interface for Enabling Extensions): | |
3289 * internals/internals.texi (Future Work -- Better Initialization File Scheme): | |
3290 * internals/internals.texi (Future Work -- Keyword Parameters): | |
3291 * internals/internals.texi (Future Work -- Property Interface Changes): | |
3292 * internals/internals.texi (Future Work -- Easier Toolbar Customization): | |
3293 * internals/internals.texi (Future Work -- Toolbar Interface Changes): | |
3294 * internals/internals.texi (Future Work -- Menu API Changes): | |
3295 * internals/internals.texi (Future Work -- Removal of Misc-User Event Type): | |
3296 * internals/internals.texi (Future Work -- Mouse Pointer): | |
3297 * internals/internals.texi (Future Work -- Abstracted Mouse Pointer Interface): | |
3298 * internals/internals.texi (Future Work -- Busy Pointer): | |
3299 * internals/internals.texi (Future Work -- Extents): | |
3300 * internals/internals.texi (Future Work -- Everything should obey duplicable extents): | |
3301 * internals/internals.texi (Future Work -- Version Number and Development Tree Organization): | |
3302 * internals/internals.texi (Future Work -- Improvements to the @code{xemacs.org} Website): | |
3303 * internals/internals.texi (Future Work -- Keybinding Schemes): | |
3304 * internals/internals.texi (Future Work -- Better Support for Windows Style Key Bindings): | |
3305 * internals/internals.texi (Future Work -- Misc Key Binding Ideas): | |
3306 * internals/internals.texi (Future Work -- Byte Code Snippets): | |
3307 * internals/internals.texi (Future Work -- Autodetection): | |
3308 * internals/internals.texi (Future Work -- Conversion Error Detection): | |
3309 * internals/internals.texi (Future Work -- BIDI Support): | |
3310 * internals/internals.texi (Future Work -- Localized Text/Messages): | |
3311 * internals/internals.texi (freeze): New. | |
3312 * internals/internals.texi (fail-safe): New. | |
3313 * internals/internals.texi (like): New. | |
3314 * internals/internals.texi (user): New. | |
3315 * internals/internals.texi (ben): New. | |
3316 * internals/internals.texi ('type): New. | |
3317 * internals/internals.texi (NOTE): New. | |
3318 * internals/internals.texi (ILLEGIBLE): New. | |
3319 * internals/internals.texi (language): New. | |
3320 * internals/internals.texi (preprocessing): New. | |
3321 * internals/internals.texi (Subject): New. | |
3322 * internals/internals.texi (http): New. | |
3323 * internals/internals.texi (Now): Removed. | |
3324 * internals/internals.texi (wrong): New. | |
3325 * internals/internals.texi (Proof): Removed. | |
3326 | |
3327 Add bunches and bunches and bunches and bunches of stuff, taken | |
3328 from documentation floating around in various places -- text.c, | |
3329 file-coding.c, other .c and .h files, stuff that I wrote up for an | |
3330 old XEmacs contract, proposals written up in the process of an | |
3331 e-mail discussion, etc. Fix up some mistakes, esp. in CCL. Extra | |
3332 crap from CCL, duplicated with Lispref, removed. Sections on Old | |
3333 Future Work and Future Work Discussion added. | |
3334 | |
3335 Bunches of other work. Add bunches of documentation taken from the | |
3336 source code. Fixup various places to use @strong{}, @code{}, | |
3337 @file{}. Create new Text chapter, split off from Buffers and | |
3338 Textual Representation. Create new chapter for MS Windows, mostly | |
3339 written from scratch. Consolidate all Mule info under | |
3340 "Multilingual Support". Break up chapter on modules and move some | |
3341 parts to the sections discussing the modules, for consolidation | |
3342 purposes. Add a big cross-reference table for all the modules to | |
3343 where they're discussed (or not). New chapter Asynchronous | |
3344 Events; Quit Checking. (Taken from various parts of the code.) New | |
3345 Introduction. New section on Focus Handling (from the code). | |
3346 | |
3347 NOTE that in the process, I discovered that we essentially have | |
3348 FOUR redundant introductions to Mule issues! Someone really needs | |
3349 to go through and clean them up and integrate them (sjt?). | |
3350 | |
2355 | 3351 2003-07-18 Alexey Mahotkin <alexm@hsys.msk.ru> |
3352 | |
3353 * lispref/windows.texi (Basic Windows): Fix typo. | |
3354 | |
2346 | 3355 2004-10-22 Stephen J. Turnbull <stephen@xemacs.org> |
3356 | |
3357 * XEmacs 21.5.18 "chestnut" is released. | |
3358 | |
2297 | 3359 2003-11-02 Stephen J. Turnbull <stephen@xemacs.org> |
3360 | |
3361 * lispref/control.texi (Examples of Catch): Mention use of a cons | |
3362 as a catch tag. | |
3363 | |
3364 2004-07-20 Stephen J. Turnbull <stephen@xemacs.org> | |
3365 | |
3366 * lispref/glyphs.texi (Image Instantiator Formats): Add a few | |
3367 words about the tab control widget. | |
3368 | |
2289 | 3369 2004-05-14 Darryl Okahata <darrylo@xemacs.org> |
3370 | |
3371 * lispref/windows.texi. Added documentation for the functions, | |
3372 ``current-pixel-row'' and ``current-pixel-column''. | |
3373 | |
2269 | 3374 2004-09-13 Jerry James <james@xemacs.org> |
3375 | |
3376 * internals/internals.texi (Modules for Interfacing with the | |
3377 Operating System): The code formerly in callproc.c is now | |
3378 implemented in Lisp in process.el. | |
3379 | |
2256 | 3380 2004-08-30 Jerry James <james@xemacs.org> |
3381 | |
3382 * lispref/text.texi: Document text fields. | |
3383 | |
2255 | 3384 2004-09-08 Stephen J. Turnbull <stephen@xemacs.org> |
3385 | |
3386 * lispref/searching.texi (Syntax of Regexps): Add example of use | |
3387 of shy groups in variable subexpression, correct rumor that there | |
2297 | 3388 may be substantial performance gain. Document double-digit back- |
3389 references. | |
2255 | 3390 |
2214 | 3391 2004-08-13 Stephen J. Turnbull <stephen@xemacs.org> |
3392 | |
2215 | 3393 * xemacs/help.texi (Misc Help): Info-goto-emacs-key-command-node |
3394 to function index. Document Info-goto-emacs-command-node. | |
3395 | |
2214 | 3396 * lispref/positions.texi (Text Lines): makeinfo doesn't like Note:. |
3397 | |
2182 | 3398 2004-07-19 Stephen J. Turnbull <stephen@xemacs.org> |
3399 | |
3400 * lispref/glyphs.texi: Complete reorganization, some content updated. | |
3401 * lispref/lispref.texi (Top): Update menu to match. | |
3402 * lispref/extents.texi (Extent Properties): Update xref. | |
3403 | |
3404 2004-06-29 Stephen J. Turnbull <stephen@xemacs.org> | |
3405 | |
3406 * internals/internals.texi (Modules for Other Aspects of the Lisp | |
3407 Interpreter and Object System): Add description of Sextword syntax | |
3408 class (now obsolete). | |
3409 | |
3410 2004-06-20 Stephen J. Turnbull <stephen@xemacs.org> | |
3411 | |
3412 * internals/internals.texi (Techniques for XEmacs Developers): Be | |
3413 specific when discussing optimization. | |
2255 | 3414 (Techniques for XEmacs Developers): Fragments that are meaningless |
2182 | 3415 by themselves or contain placeholders should be @samp, not @code. |
3416 (Modules for Internationalization): Add description of mule-coding.c | |
3417 and further deprecate mule.c. | |
3418 (Modules for Regression Testing): Add {tag,weak}-tests.el to list. | |
3419 | |
2164 | 3420 2004-07-05 Stephen J. Turnbull <stephen@xemacs.org> |
3421 | |
3422 * xemacs-faq.texi (Q3.10.2): Mention that `pending-delete' is in | |
3423 the "pc" package. | |
3424 | |
2141 | 3425 2004-06-15 Stephen J. Turnbull <stephen@xemacs.org> |
3426 | |
3427 * lispref/specifiers.texi (Specifier Instancing): Add "neon | |
3428 modeline" hack as an example. Thanks to Giacomo Boffi. | |
3429 | |
2135 | 3430 2004-06-07 Jerry James <james@xemacs.org> |
3431 | |
3432 * lispref/modes.texi (Major Modes): Document -mode functions, and | |
3433 the use of a nil argument to defined-derived mode. | |
3434 * lispref/modes.texi (Major Mode Conventions): Describe the use of | |
3435 delay-mode-hooks and define-derived-mode. | |
3436 * lispref/modes.texi (Derived Modes): Warn against the use of | |
3437 interactive specs in derived mode definitions. | |
3438 * lispref/modes.texi (Hooks): Document run-mode-hooks, | |
3439 delay-mode-hooks, run-hook-with-args, | |
3440 run-hook-with-args-until-failure, and0 | |
3441 run-hook-with-args-until-success. | |
3442 | |
2127 | 3443 2004-06-14 Stephen J. Turnbull <stephen@xemacs.org> |
3444 | |
3445 * lispref/glyphs.texi (Creating Glyphs): Improve discussion, fix a | |
3446 couple of typos. | |
3447 | |
3448 * lispref/faces.texi (Face Properties): Background pixmaps | |
3449 can be used on GTK and MS Windows. | |
3450 (Face Convenience Functions): Cross-reference glyph interface. | |
3451 Background pixmap is an image specifier, not a glyph. | |
3452 | |
2091 | 3453 2004-05-21 Stephen J. Turnbull <stephen@xemacs.org> |
3454 | |
3455 * lispref/numbers.texi (Comparison of Numbers): Clarify bigfloat eql. | |
3456 (Predicates on Numbers): Fix thinko in description of `bigfloatp'. | |
3457 | |
2090 | 3458 2004-05-10 Stephen J. Turnbull <stephen@xemacs.org> |
3459 | |
3460 * lispref/numbers.texi (Numbers): Remove reference to "fixed- | |
3461 precision rationals," and fix description of floating-point | |
3462 contagion. | |
3463 (Integer Basics, Float Basics): Fix typos. | |
3464 (Canonicalization and Contagion): Complete rewrite. | |
3465 (Predicates on Numbers): Add fixnump, bignump, ratiop, rationalp, | |
3466 bigfloatp, floatingp, realp, oddp and evenp. | |
3467 (Rational Basics): Add numerator and denominator. | |
3468 (Random Numbers): Fix description of range, and add paranoid | |
3469 comment about how unpredictable `(random t)' is. | |
3470 (Canonicalization and Contagion): Renamed from Contagion and | |
3471 Canonicalization. | |
3472 (The Bignum Extension): Fix it in menu. | |
3473 | |
2069 | 3474 2004-05-10 Stephen J. Turnbull <stephen@xemacs.org> |
3475 | |
3476 * internals/internals.texi (Object-Oriented Techniques for C): | |
3477 Remove reference to "encouraging port to C++". | |
3478 | |
3479 2004-04-19 Stephen J. Turnbull <stephen@xemacs.org> | |
2033 | 3480 |
3481 * lispref/numbers.texi (The Bignum Extension): Mention the feature | |
3482 symbols provided. | |
3483 | |
2069 | 3484 2004-04-19 Stephen J. Turnbull <stephen@xemacs.org> |
2032 | 3485 |
3486 * lispref/numbers.texi (Rational Basics): There's a reason why | |
3487 this node is named "Rational" and not "Ratio" in the menu.... | |
3488 | |
2028 | 3489 2004-04-18 Stephen J. Turnbull <stephen@xemacs.org> |
3490 | |
3491 * internals/internals.texi (Object-Oriented Techniques in XEmacs): | |
3492 New node. | |
3493 (The XEmacs Object System (Abstractly Speaking)): | |
3494 Reorder the list of objects somewhat. | |
3495 Add brief descriptions of the arbitrary-precision number types. | |
3496 (Writing Good Comments): Slight revision, recommend @xemacs alias. | |
3497 (Character-Related Data Types): Add a few comments re Unicode. | |
3498 (Working With Character and Byte Positions): Ditto. | |
3499 (General Guidelines for Writing Mule-Aware Code): Query. | |
3500 (Conversion to and from External Data): Ditto. | |
3501 (Techniques for XEmacs Developers): Typo. | |
3502 (Modules for Regression Testing): Add an xref. | |
3503 (Overview): Note that dump file is now inside the executable. | |
3504 (Remaining issues): Mention ExecShield vs. pdumper. | |
3505 (Searching and Matching): Mention UTF-8 wrt Mule. | |
3506 | |
3507 2004-02-22 Stephen J. Turnbull <stephen@xemacs.org> | |
3508 | |
3509 * widget.texi (Introduction): Update historical references a bit. | |
3510 Fix many typos and grammatical problems. | |
3511 (User Interface): Fix typo. | |
3512 | |
2069 | 3513 2004-04-09 Stephen J. Turnbull <stephen@xemacs.org> |
2028 | 3514 |
3515 * lispref/numbers.texi (Numbers): Describe bignums, ratios, and | |
3516 bigfloats briefly. | |
3517 (Integer Basics): We've had 31-bit integers for a while. Fix the | |
3518 statement of minimum available precision and the examples. | |
3519 Document most-positive-fixnum and most-negative-fixnum. Add a | |
3520 pointer to the node "The Bignum Extension". | |
3521 (Float Basics): Document most-positive-float, most-negative-float, | |
3522 least-positive-float, least-positive-normalized-float, | |
3523 least-negative-float, and least-negative-normalized-float. Add a | |
3524 pointer to the node "The Bignum Extension". | |
3525 (Comparison of Numbers): Update for bignums. | |
3526 | |
3527 (The Bignum Extension): | |
3528 (Bignum Basics): | |
3529 (Ratio Basics): | |
3530 (Bigfloat Basics): | |
3531 (Contagion and Canonicalization): | |
3532 (Compatibility Issues): | |
3533 New nodes. | |
3534 | |
3535 * lispref/lispref.texi (Top): | |
2865 | 3536 * lispref/numbers.texi (Numbers): |
2028 | 3537 Add nodes "Ratio Basics" and "The Bignum Extension" to menus. |
3538 | |
3539 2004-01-26 Stephen J. Turnbull <stephen@xemacs.org> | |
3540 | |
3541 * lispref/specifiers.texi: Update FSF copyright. | |
3542 (Specifier Compatibility Notes): New node. | |
3543 | |
3544 * lispref/glyphs.texi (Glyph Properties): Fix typo. | |
3545 (Glyphs): | |
3546 (Native GUI Widgets): New node. | |
3547 | |
3548 * lispref/gutter.texi (Gutter Descriptor Format): Node deleted. | |
3549 (Gutter): | |
2865 | 3550 (Gutter Intro): |
3551 (Creating Gutter): | |
3552 (Specifying a Gutter): | |
2028 | 3553 Pluralize node name to Creating Gutters. |
3554 (Creating Gutters): Improve explanation of gutter descriptors. | |
3555 (Other Gutter Variables): Remove extraneous text. | |
3556 (Common Gutter Widgets): In lieu of real documentation, at least | |
3557 point to gutter-items.el. | |
3558 | |
2069 | 3559 2004-04-06 Stephen J. Turnbull <stephen@xemacs.org> |
1987 | 3560 |
3561 Lightly revised from <psr7v1j039.fsf@diannao.ittc.ku.edu>. | |
3562 Thanks to Jerry James <james@xemacs.org>. | |
3563 | |
3564 * xemacs-faq.texi (Top, Miscellaneous): In menus, renumber Section | |
3565 5.3 and Q5.3.1-12 as 5.4.x, and add Mathematics and Q5.3.1-4 as | |
3566 replacement section 5.3. | |
3567 (Q5.3.1, Q5.3.2, Q5.3.3, Q5.3.4) New FAQs for bignums. | |
3568 (Q5.2.1, Q8.0.1) Add @unnumberedsec headings. | |
3569 (Q6.4.1) Correct @unnumberedsec heading. | |
3570 | |
1964 | 3571 2004-03-22 Stephen J. Turnbull <stephen@xemacs.org> |
3572 | |
3573 * XEmacs 21.5.17 "chayote" is released. | |
3574 | |
1920 | 3575 2004-02-20 Stephen J. Turnbull <stephen@xemacs.org> |
3576 | |
3577 * internals/internals.texi (GCPROing): Mention `Fsignal'. Clarify | |
3578 that references, not the objects themselves, are what is marked. | |
3579 | |
1882 | 3580 2004-01-26 Stephen J. Turnbull <stephen@xemacs.org> |
3581 | |
3582 * lispref/specifiers.texi (Copyright): Update. | |
3583 | |
3584 (Creating Specifiers): Correct more instances of subject-verb | |
3585 disagreement. | |
3586 | |
1877 | 3587 2004-01-24 Stephen J. Turnbull <stephen@xemacs.org> |
3588 | |
3589 * lispref/specifiers.texi (Specifier Instancing Functions): Fix | |
3590 typos, thanks to Ilpo Nyyssönen. | |
3591 | |
1875 | 3592 2004-01-23 Stephen J. Turnbull <stephen@xemacs.org> |
3593 | |
3594 * lispref/specifiers.texi (Specifier Instancing Functions): Add | |
3595 documentation of `specifier-matching-instance'. | |
3596 (Introduction to Specifiers): Fix typos. | |
3597 (Simple Specifier Usage): Cross-reference Toolbar Intro. | |
3598 (Creating Specifiers): | |
3599 (Specifier Instancing Functions): | |
3600 (Adding Specifications): | |
3601 Various improvements. Deprecate set-specifier a bit more. | |
3602 | |
1869 | 3603 2004-01-20 Stephen J. Turnbull <stephen@xemacs.org> |
3604 | |
3605 * lispref/specifiers.texi (Specifier Examples): Add new example, | |
3606 pluralize node name and section title. | |
3607 (Specifiers): Pluralize "Specifier Examples" in menu. | |
3608 | |
3609 * lispref/lispref.texi (Top): Pluralize "Specifier Examples" in menu. | |
3610 | |
3611 2003-11-04 Stephen J. Turnbull <stephen@xemacs.org> | |
3612 | |
3613 * xemacs-faq.texi: Fix Tony Rossini's address. | |
3614 | |
1833 | 3615 2003-12-15 Steve Youngs <sryoungs@bigpond.net.au> |
3616 | |
3617 * lispref/customize.texi (Defining New Types): New node. | |
3618 From Per Abrahamsen <abraham@dina.kvl.dk> | |
3619 | |
1755 | 3620 2003-10-16 Ilya N. Golubev <gin@mo.msk.ru> |
3621 | |
3622 * lispref/tips.texi (Comment Tips): Typo fix. | |
3623 | |
1738 | 3624 2003-10-10 Ilya N. Golubev <gin@mo.msk.ru> |
3625 | |
3626 * new-users-guide/custom2.texi (Init File): | |
3627 | |
3628 Fix up erroneous uses of @var instead of @code for the names of | |
3629 particular variables in programming languages. | |
3630 | |
3631 2003-10-10 Ilya N. Golubev <gin@mo.msk.ru> | |
3632 | |
3633 * custom.texi (The Init File): | |
3634 * xemacs-faq.texi (Q2.1.3): | |
3635 (Q2.1.5): | |
3636 | |
3637 * internals/internals.texi (Modules for Internationalization): | |
3638 | |
3639 * lispref/display.texi (Beeping): | |
3640 * lispref/ldap.texi (Encoder/Decoder Functions): | |
3641 * lispref/markers.texi (The Mark): | |
3642 (The Region): | |
3643 * lispref/menus.texi (Menu Accelerator Functions): | |
3644 * lispref/numbers.texi (Math Functions): | |
3645 * lispref/packaging.texi (package-info.in): | |
3646 (Makefile): | |
3647 (Local.rules File): | |
3648 * lispref/postgresql.texi (libpq Lisp Symbols and DataTypes): | |
3649 (libpq Lisp Variables): | |
3650 (Synchronous Interface Functions): | |
3651 (Other libpq Functions): | |
3652 | |
3653 * new-users-guide/custom2.texi (Init File): | |
3654 (Setting Variables): | |
3655 * new-users-guide/files.texi (File Names): | |
3656 (Saving Files): | |
3657 * new-users-guide/search.texi (Search and Replace): | |
3658 | |
3659 * xemacs/custom.texi (X Resources): | |
3660 | |
3661 Fix up erroneous uses of @var instead of @code for the names of | |
3662 particular variables in programming languages. | |
3663 | |
3664 2003-10-10 Stephen J. Turnbull <stephen@xemacs.org> | |
3665 | |
3666 * Makefile: Remove old package and redundant cruft. | |
3667 | |
1734 | 3668 2003-10-10 Ilya N. Golubev <gin@mo.msk.ru> |
3669 | |
3670 * lispref/mule.texi (Charset Property Functions): Charset registry | |
3671 can be set. | |
3672 (Predefined Charsets): Add registry to Vietnamese charset names. | |
2865 | 3673 |
1716 | 3674 2003-09-26 Steve Youngs <youngs@xemacs.org> |
3675 | |
3676 * XEmacs 21.5.16 "celeriac" is released. | |
3677 | |
1710 | 3678 2003-09-22 Adrian Aichner <adrian@xemacs.org> |
3679 | |
3680 * lispref/backups.texi (Reverting): Fix the PRINTED-MANUAL-TITLE | |
3681 argument for a cross reference to "The XEmacs User's Manual". | |
3682 | |
1709 | 3683 2003-08-15 Stephen J. Turnbull <stephen@xemacs.org> |
3684 | |
3685 * internals/internals.texi: Update copyright notice. | |
3686 (GCPROing): Add missing period. | |
3687 (Adding Global Lisp Variables): general.c -> general-slots.h. | |
3688 (A Reader's Guide to XEmacs Coding Conventions): New node. | |
3689 | |
1703 | 3690 2003-09-20 Ilya N. Golubev <gin@mo.msk.ru> |
3691 | |
3692 * xemacs/mini.texi (Minibuffer): Add customizing message display | |
3693 reference. | |
3694 * lispref/display.texi (Customizing Message Display): New, | |
3695 describe `redisplay-echo-area-function', | |
3696 `undisplay-echo-area-function', `minibuffer-echo-wait-function'. | |
3697 (The Echo Area): Add menu. | |
3698 | |
1702 | 3699 2003-09-19 Sandra Wambold <wambold@xemacs.org> |
3700 | |
3701 * Makefile: add targets to produce PDF files | |
3702 | |
1665 | 3703 2003-09-03 Steve Youngs <youngs@xemacs.org> |
3704 | |
3705 * XEmacs 21.5.15 "celery" is released. | |
3706 | |
1648 | 3707 2003-08-28 Steve Youngs <youngs@xemacs.org> |
3708 | |
3709 * xemacs-faq.texi (Q2.0.2): Rewrite, mentioning the correct way to | |
3710 remove a package. | |
3711 (Q3.8.2): big-menubar is in the edit-utils package. | |
3712 (Q4.3.2): Add a comment about not needing TM for things like Gnus, | |
3713 MH-E and VM. | |
3714 (Q5.3.3): State correct location of ps-print.el. | |
3715 | |
3716 * xemacs/packages.texi (Packages): Remove "Creating Packages" menu | |
3717 entry. | |
3718 (Package Terminology): Whitespace clean up. | |
3719 (Installing Packages): Whitespace clean up and add some @code | |
2865 | 3720 formatters. |
1648 | 3721 Re-organise the menu so that installation via PUI is first and |
3722 Sumo is last. | |
3723 (Automatically): mule-base is no longer a requirement for using | |
3724 PUI. | |
3725 Mention optionally requiring mailcrypt. | |
3726 (Note): Removed. | |
3727 (Manually): Move to below the PUI installation method. | |
3728 (Sumo): Move to below the manual installation method. | |
3729 (Which Packages): Add mailcrypt. | |
3730 (Building Packages): Remove duplicated stuff that is in | |
3731 lispref/packaging.texi, xref to it instead. | |
3732 (Local.rules File): xref to the appropriate node in | |
2865 | 3733 lispref/packaging.texi. |
1648 | 3734 (Available Packages): Update to current reality. |
3735 (all): Removed. | |
3736 (srckit): Removed. | |
3737 (binkit): Removed. | |
2865 | 3738 |
1648 | 3739 * xemacs/reading.texi (Reading Mail): Mention Gnus and MEW. |
3740 | |
3741 * new-users-guide/custom2.texi (Init File): big-menubar.el is in | |
3742 the edit-utils package. | |
3743 | |
3744 * lispref/packaging.texi (Packaging): | |
3745 (The User View): | |
3746 (The Library Maintainer View): | |
3747 (Infrastructure): | |
3748 (Control Files): | |
3749 (Obtaining): | |
3750 (The Package Release Engineer View): | |
3751 (Package Terminology): | |
3752 (Building Packages): | |
3753 (Makefile Targets): | |
3754 (packages): New. | |
3755 (Local.rules File): | |
3756 (XEMACS_PACKAGES): Removed. | |
3757 (XEMACS_INSTALLED_PACKAGES_ROOT): New. | |
3758 (NONMULE_PACKAGES): New. | |
3759 (EXCLUDES): New. | |
3760 (Creating Packages): | |
3761 (BATCH): New. | |
3762 (VERSION): Removed. | |
3763 (AUTHOR_VERSION): Removed. | |
3764 (MAINTAINER): Removed. | |
3765 (PACKAGE): Removed. | |
3766 (PKG_TYPE): Removed. | |
3767 (REQUIRES): Removed. | |
3768 (CATEGORY): Removed. | |
3769 (ELS): Removed. | |
3770 (ELCS): Removed. | |
3771 (all): Removed. | |
3772 (srckit): Removed. | |
3773 (binkit): Removed. | |
3774 (are): New. | |
3775 (STANDARD_DOCS): New. | |
3776 (ELCS_1_DEST): New. | |
3777 (example): New. | |
3778 (PACKAGE_SUPPRESS): New. | |
3779 (EXPLICIT_DOCS): New. | |
3780 (DATA_DEST): New. | |
3781 (Documenting Packages): | |
3782 | |
3783 Not quite a total rewrite, but a fairly thorough audit | |
3784 nonetheless. | |
3785 | |
1620 | 3786 2003-07-31 René Kyllingstad <listmailxemacs@kyllingstad.com> |
3787 | |
3788 * lispref/display.texi (Invisible Text): | |
3789 mention line-move-ignore-invisible. | |
3790 * lispref/extents.texi (Extent Properties): | |
3791 end-glyph will still be displayed when invisible is set. | |
3792 * lispref/extents.texi (Extents and Events): | |
3793 only begin-glyph is highlighted. | |
3794 | |
1616 | 3795 2003-08-12 Stephen J. Turnbull <stephen@xemacs.org> |
3796 | |
3797 * xemacs-faq.texi (Q1.3.8): Fix typo, note errorneous recognition. | |
3798 | |
1613 | 3799 2003-08-05 Stephen J. Turnbull <stephen@xemacs.org> |
3800 | |
3801 * lispref/packaging.texi (Creating Packages): | |
3802 * xemacs/packages.texi (Creating Packages): | |
3803 Style guideline for package-info.in description. | |
3804 | |
1554 | 3805 2003-06-30 Vin Shelton <acs@xemacs.org> |
3806 | |
3807 * lispref/lists.texi (List-related Predicates): Add @end defun. | |
3808 | |
1549 | 3809 2003-06-30 Stephen J. Turnbull <stephen@xemacs.org> |
3810 | |
3811 * xemacs-faq.texi (Q3.2.2): Fix typo. | |
3812 | |
3813 2003-06-20 Stephen J. Turnbull <stephen@xemacs.org> | |
3814 | |
3815 * lispref/objects.texi (Character Type): Document ?\x00 read | |
3816 syntax and range limitations on ?\000 and ?\x00 read syntaxes. | |
3817 | |
3818 2003-06-16 Stephen J. Turnbull <stephen@xemacs.org> | |
3819 | |
3820 * lispref/lists.texi (List-related Predicates): Document | |
3821 `true-list-p', and reference it from `listp'. | |
3822 | |
1510 | 3823 2003-06-01 Steve Youngs <youngs@xemacs.org> |
3824 | |
3825 * XEmacs 21.5.14 "cassava" is released. | |
3826 | |
1496 | 3827 2003-05-22 Stephen J. Turnbull <stephen@xemacs.org> |
3828 | |
3829 * internals/internals.texi (Searching and Matching): New node. | |
3830 | |
1495 | 3831 2003-05-17 Stephen J. Turnbull <stephen@xemacs.org> |
3832 | |
3833 * xemacs-faq.texi (detail menu): Reformat "Current Events" caption. | |
3834 (Legacy Versions): New section. | |
3835 (Q8.0.1): New question. | |
3836 | |
3837 2003-05-16 Stephen J. Turnbull <stephen@xemacs.org> | |
3838 | |
3839 * lispref/searching.texi (Regexp Search): Update split-string for | |
3840 new specification. | |
3841 | |
3842 * lispref/strings.texi (Creating Strings): Xref split-string | |
3843 (this is where GNU Emacs documents it). | |
3844 | |
1473 | 3845 2003-05-10 Steve Youngs <youngs@xemacs.org> |
3846 | |
3847 * XEmacs 21.5.13 "cauliflower" is released. | |
3848 | |
1468 | 3849 2003-05-09 Stephen J. Turnbull <stephen@xemacs.org> |
3850 | |
3851 * lispref/searching.texi (Match Data): Failed match preserves data. | |
3852 | |
1441 | 3853 2003-04-28 Stephen J. Turnbull <stephen@xemacs.org> |
3854 | |
3855 * xemacs-faq.texi (Q6.4.3): New: auxiliary programs for Windows. | |
3856 | |
1431 | 3857 2003-04-24 Steve Youngs <youngs@xemacs.org> |
3858 | |
3859 * XEmacs 21.5.12 "carrot" is released. | |
3860 | |
1389 | 3861 2003-03-27 Stephen J. Turnbull <stephen@xemacs.org> |
3862 | |
3863 * xemacs/frame.texi (XEmacs under X): | |
3864 * xemacs-faq.texi: | |
3865 Global substitute .Xresources for .Xdefaults. | |
1386 | 3866 |
3867 * xemacs-faq.texi (Q3.2.2): `default' is also a face. | |
3868 (Q3.2.2, Q3.8.4): Describe appropriate use of `fontSet' in Mule. | |
3869 Suggested by Janis Dzerins <jonis@dir.lv>. | |
3870 | |
1366 | 3871 2003-03-20 Steve Youngs <youngs@xemacs.org> |
3872 | |
3873 * xemacs/packages.texi (Automatically): Refer to | |
3874 'pui-set-local-package-get-directory' instead of | |
2865 | 3875 'pui-add-install-directory'. |
1366 | 3876 Remove comment about PGP not being intergrated into PUI. |
3877 Document balloon-help in PUI. | |
3878 Add heading "Keeping Packages Up To Date". | |
3879 (Building Packages): makeinfo 4.2 is required. | |
3880 | |
1362 | 3881 2003-03-18 Stephen J. Turnbull <stephen@xemacs.org> |
3882 | |
3883 * xemacs/frame.texi (Gutter Basics): Describe common options for | |
3884 buffers tab control. | |
3885 | |
1353 | 3886 2003-03-11 Adrian Aichner <adrian@xemacs.org> |
3887 | |
3888 * cl.texi: Change incorrect references to GNU where XEmacs is | |
3889 appropriate. | |
3890 | |
1347 | 3891 2003-03-09 Ben Wing <ben@xemacs.org> |
3892 | |
3893 * widget.texi (Defining New Widgets): | |
3894 Fix Turnbull typos. | |
3895 | |
1339 | 3896 2003-03-02 Stephen Turnbull <stephen@xemacs.org> |
3897 | |
3898 * widget.texi (Defining New Widgets): | |
3899 Document `widget-create-child', `widget-create-child-and-convert', | |
3900 and `widget-create-child-value'. Document the `:copy' method. | |
3901 Improve discussion of the `:convert-widget' method. | |
3902 | |
1333 | 3903 2003-02-26 Stephen J. Turnbull <stephen@xemacs.org> |
3904 | |
3905 * internals/internals.texi (XEmacs From the Perspective of Building): | |
3906 Fix typo. | |
3907 (Build-Time Dependencies): New node. | |
3908 | |
1307 | 3909 2003-02-16 Steve Youngs <youngs@xemacs.org> |
3910 | |
3911 * XEmacs 21.5.11 "cabbage" is released. | |
3912 | |
1288 | 3913 2003-02-11 Adrian Aichner <adrian@xemacs.org> |
3914 | |
3915 * lispref/backups.texi (Auto-Saving): Fix auto-save xref to user | |
3916 manual. | |
3917 | |
1263 | 3918 2003-02-06 Stephen J. Turnbull <stephen@xemacs.org> |
3919 | |
3920 * internals/internals.texi (Top): | |
3921 (Buffers and Textual Representation): | |
3922 Fix up white space in menu. | |
3923 (Character-Related Data Types): | |
3924 (Conversion to and from External Data): | |
3925 (Format of the Extent Info): | |
3926 Pedantic grammatical nits. | |
3927 | |
1261 | 3928 2003-02-05 Ben Wing <ben@xemacs.org> |
3929 | |
3930 * lispref/mule.texi (Internationalization Terminology): | |
3931 Lots of Mule rewriting. | |
3932 | |
3933 2003-02-05 Ben Wing <ben@xemacs.org> | |
3934 | |
3935 * internals/internals.texi (Top): | |
3936 * internals/internals.texi (Coding for Mule): | |
3937 * internals/internals.texi (Character-Related Data Types): | |
3938 * internals/internals.texi (Working With Character and Byte Positions): | |
3939 * internals/internals.texi (Conversion to and from External Data): | |
3940 * internals/internals.texi (General Guidelines for Writing Mule-Aware Code): | |
3941 * internals/internals.texi (An Example of Mule-Aware Code): | |
3942 * internals/internals.texi (Mule-izing Code): | |
3943 * internals/internals.texi (help): New. | |
3944 * internals/internals.texi (Buffers and Textual Representation): | |
3945 * internals/internals.texi (The Text in a Buffer): | |
3946 * internals/internals.texi (Markers and Extents): | |
3947 * internals/internals.texi (MULE Character Sets and Encodings): | |
3948 * internals/internals.texi (Lstream Functions): | |
3949 * internals/internals.texi (Lstream Methods): | |
3950 * internals/internals.texi (Format of the Extent Info): | |
3951 * internals/internals.texi (Mathematics of Extent Ordering): | |
3952 Major fixup. Correct for new names of Bytebpos, Ichar, etc. and | |
3953 lots of Mule rewriting. | |
3954 | |
1258 | 3955 2003-02-05 Stephen J. Turnbull <stephen@xemacs.org> |
3956 | |
3957 * xemacs/startup.texi (Startup Paths): Clarification of package | |
3958 hierarchy structure. | |
3959 | |
3960 * xemacs-faq.texi (Q2.0.13, Q2.0.14, Q2.1.24, Q2.1.25): Not NEW. | |
3961 (Q2.1.15): Stylistic changes for clarity. | |
3962 | |
1251 | 3963 2003-02-03 Steve Youngs <youngs@xemacs.org> |
3964 | |
3965 * xemacs/packages.texi (Local.rules File): Update to reflect Ben's | |
3966 recent dabble into the packages. | |
3967 | |
1187 | 3968 2003-01-04 Steve Youngs <youngs@xemacs.org> |
3969 | |
3970 * XEmacs 21.5.10 "burdock" is released. | |
3971 | |
1188 | 3972 2003-01-04 Steve Youngs <youngs@xemacs.org> |
3973 | |
3974 * lispref/mule.texi (Charset Unification): Menu item "Internals" | |
3975 should be "Unification Internals". | |
3976 | |
1183 | 3977 2003-01-03 Stephen J. Turnbull <stephen@xemacs.org> |
3978 | |
3979 * xemacs/startup.texi (Startup Paths): Hierarchy, not package, layout. | |
3980 | |
3981 2003-01-03 Stephen J. Turnbull <stephen@xemacs.org> | |
3982 | |
3983 * xemacs-faq.texi: Debugging FAQ improvements from Ben Wing. | |
3984 (Q2.0.6): Mention union type bugs. | |
3985 (Q2.1.1): Debugging HOWTO improvements. | |
3986 (Q2.1.15): Decoding Lisp objects in the debugger. | |
3987 | |
3988 * widget.texi (Widget Internals): New node. | |
3989 (Top): Add menu item for it. | |
3990 | |
3991 * xemacs/xemacs.texi (Top): Better short description of Mule in | |
3992 menu. Mule submenu. | |
3993 | |
3994 Charset unification docs. What a concept---commit docs first! | |
3995 | |
3996 * lispref/mule.texi (MULE): Add Unification and Tables menu entries. | |
3997 (Unicode Support): Fixup next node. | |
3998 (Charset Unification): | |
3999 (Overview): | |
4000 (Usage): | |
4001 (Basic Functionality): | |
4002 (Interactive Usage): | |
4003 (Configuration): | |
4004 (Theory of Operation): | |
4005 (What Unification Cannot Do for You): | |
4006 (Unification Internals): | |
4007 (Charsets and Coding Systems): | |
4008 New nodes. | |
4009 | |
4010 * xemacs/mule.texi (Mule): Menu items for Unification and Tables. | |
4011 (Recognize Coding): | |
4012 (Specify Coding): | |
4013 Fixup next and previous pointers. | |
4014 (Unification): | |
4015 (Unification Overview): | |
4016 (Unification Usage): | |
4017 (Unification Configuration): | |
4018 (Unification FAQs): | |
4019 (Unification Theory): | |
4020 (What Unification Cannot Do for You): | |
4021 (Charsets and Coding Systems): | |
4022 New nodes. | |
4023 | |
4024 2002-12-17 Stephen Turnbull <stephen@xemacs.org> | |
4025 | |
4026 * widget.texi (Widget Wishlist): Typo. | |
4027 (Defining New Widgets): s/widget-define/define-widget/g. | |
4028 | |
4029 2002-12-27 Stephen J. Turnbull <stephen@xemacs.org> | |
4030 | |
4031 * internals/internals.texi (Regression Testing XEmacs): Hints for | |
4032 test design. | |
4033 | |
1143 | 4034 2002-10-29 Ville Skyttä <scop@xemacs.org> |
4035 | |
4036 * xemacs-faq.texi (Top): | |
4037 The canonical location for FAQ on the website is /FAQ/. | |
4038 | |
1142 | 4039 2002-11-12 Ilya N. Golubev <gin@mo.msk.ru> |
4040 | |
4041 * xemacs/custom.texi (Face Customization): | |
4042 (Faces): | |
4043 Document face-frob-from-locale-first variable. | |
4044 | |
1138 | 4045 2002-12-03 Didier Verna <didier@xemacs.org> |
4046 | |
4047 * xemacs-faq.texi (Customization): add missing menu entry for Q3.2.7. | |
4048 | |
4049 2002-12-03 Didier Verna <didier@xemacs.org> | |
4050 | |
4051 * lispref/specifiers.texi (Introduction to Specifiers): fix case | |
4052 spelling of `Buffer-Local Variables' crossref. | |
4053 | |
1137 | 4054 2002-12-03 Didier Verna <didier@xemacs.org> |
4055 | |
4056 * xemacs/custom.texi (Faces): document | |
4057 `set-face-background-pixmap-file'. | |
4058 | |
4059 2002-12-03 Didier Verna <didier@xemacs.org> | |
4060 | |
4061 * lispref/faces.texi (Face Convenience Functions): ditto. | |
4062 * lispref/glyphs.texi (Creating Glyphs): reference it. | |
4063 | |
1135 | 4064 2002-11-29 Stephen Turnbull <stephen@xemacs.org> |
4065 | |
4066 * lispref/specifiers.texi (Simple Specifier Usage): New node. | |
4067 (Specifiers): Adjust node pointers. | |
4068 (Simple Specifier Usage): Revise. Adjust node pointers. | |
4069 | |
4070 * lispref/toolbar.texi (Creating Toolbar): Xref specifier example. | |
4071 | |
4072 2002-10-20 Stephen Turnbull <stephen@xemacs.org> | |
4073 | |
4074 * xemacs-faq.texi (Q3.2.7): New FAQ on displaying non-ASCII. | |
4075 (Q3.5.7, Q1.3.3): Cross-reference it. | |
4076 | |
4077 2002-10-20 Stephen Turnbull <stephen@xemacs.org> | |
4078 | |
4079 * xemacs-faq.texi (Q2.1.1): Mention bug report commands. | |
4080 (Q2.0.9): Note how out-of-date the entry is. | |
4081 (Q1.3.1, Q1.3.2, Q1.3.3, Q1.3.4, Q1.3.5, Q1.3.6): Revise/update. | |
4082 (Q1.2.1): Fix typo. | |
4083 | |
4084 * internals/internals.texi (Regression Testing XEmacs): Thorough | |
4085 rewrite, documenting macros explicitly. | |
4086 | |
4087 2002-10-29 Stephen J. Turnbull <stephen@xemacs.org> | |
1103 | 4088 |
4089 * lispref/compile.texi (Compilation Options): New node. | |
4090 (Byte Compilation): Add it to menu. | |
4091 (Compilation Functions): Minor mods. | |
4092 (Docs and Compilation): | |
4093 (Dynamic Loading): | |
4094 Document some variable defaults. | |
4095 | |
1135 | 4096 2002-11-07 Stephen J. Turnbull <stephen@xemacs.org> |
1096 | 4097 |
4098 * internals/internals.texi (Low-Level Modules): Add urefs to Doug | |
4099 Lea's and Wolfram Gloger's home pages. | |
4100 | |
1135 | 4101 2002-10-18 Stephen J. Turnbull <stephen@xemacs.org> |
1058 | 4102 |
4103 * xemacs-faq.texi (Q2.0.16): New FAQ on "no cygXpm-noX" fatal error. | |
4104 (Q6.1.4): Document cygXpm-noX. | |
4105 | |
1030 | 4106 2002-10-04 Ville Skyttä <ville.skytta@xemacs.org> |
4107 | |
4108 * xemacs/packages.texi (Available Packages): Add fortran-modes, | |
4109 perl-modes, psgml-dtds, python-modes and ruby-modes. | |
4110 Some consistency tweaks. | |
4111 | |
1026 | 4112 2002-09-22 Ville Skyttä <ville.skytta@xemacs.org> |
4113 | |
4114 * lispref/variables.texi (add-to-list): Document the new | |
4115 (optional) append argument. | |
4116 | |
1024 | 4117 2002-09-20 Stephen J. Turnbull <stephen@xemacs.org> |
4118 | |
4119 * internals/internals.texi (Techniques for XEmacs Developers): | |
4120 More performance optimization hints. | |
4121 (Modules for Other Aspects of the Lisp Interpreter and Object System): | |
4122 Describe syntax code internals. | |
4123 | |
4124 * lispref/syntax.texi (Syntax Basics): XEmacs "20" -> "20 and later". | |
4125 (Syntax Class Table): Deprecate SPC as whitespace designator. | |
4126 (Syntax Flags): Rewrite for `8-bit' comment syntax flags. | |
4127 | |
981 | 4128 2002-08-30 Steve Youngs <youngs@xemacs.org> |
4129 | |
4130 * XEmacs 21.5.9 "brussels sprouts" is released. | |
4131 | |
973 | 4132 2002-08-22 Stephen J. Turnbull <stephen@xemacs.org> |
4133 | |
4134 * internals/internals.texi (Regression Testing XEmacs): Document | |
4135 how to skip and warn about tests that depend on packages. | |
4136 | |
967 | 4137 2002-08-16 Stephen J. Turnbull <stephen@xemacs.org> |
1137 | 4138 |
967 | 4139 * internals/internals.texi (Regression Testing XEmacs): Fix typo. |
4140 | |
965 | 4141 2002-08-15 Stephen J. Turnbull <stephen@xemacs.org> |
1137 | 4142 |
965 | 4143 * internals/internals.texi (GCPROing): Add comment on GCPRO. |
4144 (Regression Testing XEmacs): New node. | |
4145 (Modules for Regression Testing): New node. | |
4146 | |
959 | 4147 2002-08-12 Simon Josefsson <jas@extundo.com> |
4148 | |
4149 * lispref/building.texi (Pure Storage): purecopy is a no-op. | |
4150 | |
955 | 4151 2002-08-08 Ville Skyttä <ville.skytta@xemacs.org> |
4152 | |
4153 * xemacs/packages.texi (Available Packages): Bring up to date. | |
4154 | |
947 | 4155 2002-08-02 Ville Skyttä <ville.skytta@xemacs.org> |
4156 | |
4157 * xemacs/packages.texi (Available Packages): | |
4158 Bring package list up to date, thanks also to Brian Palmer. | |
4159 | |
936 | 4160 2002-07-30 Ville Skyttä <ville.skytta@xemacs.org> |
4161 | |
4162 * term.texi (Input to the inferior): Fix term line/char mode | |
4163 switch keybindings. Kudos to Jacob P. Burckhardt. | |
4164 | |
4165 * xemacs/misc.texi (Term Mode): Ditto. | |
4166 | |
933 | 4167 2002-07-27 Steve Youngs <youngs@xemacs.org> |
4168 | |
4169 * XEmacs 21.5.8 "broccoli" is released. | |
4170 | |
918 | 4171 2002-07-06 Adrian Aichner <adrian@xemacs.org> |
4172 | |
4173 * new-users-guide/custom1.texi (Customizing key Bindings): Fix | |
4174 improper use of indef. art. "a". | |
4175 | |
4176 2002-07-06 Adrian Aichner <adrian@xemacs.org> | |
4177 | |
4178 * lispref/commands.texi (Peeking and Discarding): Ditto. | |
4179 * lispref/customize.texi (Type Keywords): Ditto. | |
4180 * lispref/dragndrop.texi (Drop Interface): Ditto. | |
4181 | |
4182 2002-07-06 Adrian Aichner <adrian@xemacs.org> | |
4183 | |
4184 * termcap.texi (Clearing): Ditto. | |
4185 * widget.texi (User Interface): Ditto. | |
4186 * widget.texi (Basic Types): Ditto. | |
4187 * widget.texi (group): Ditto. | |
4188 | |
901 | 4189 2002-07-05 Adrian Aichner <adrian@xemacs.org> |
4190 | |
4191 * xemacs/menus.texi (Edit Menu): Typo fixes for incorrect use of | |
4192 indef. art. "an". | |
4193 | |
4194 2002-07-05 Adrian Aichner <adrian@xemacs.org> | |
4195 | |
4196 * lispref/control.texi (Processing of Errors): Ditto. | |
4197 * lispref/mule.texi (ISO 2022): Ditto. | |
4198 * lispref/packaging.texi (Package Terminology): Ditto. | |
4199 * lispref/text.texi (Transformations): Ditto. | |
4200 | |
4201 2002-07-05 Adrian Aichner <adrian@xemacs.org> | |
4202 | |
4203 * termcap.texi (Naming): Ditto. | |
4204 * texinfo.texi (itemize): Ditto. | |
4205 * texinfo.texi (Tips): Ditto. | |
4206 * widget.texi (Introduction): Ditto. | |
4207 * widget.texi (group): Ditto. | |
4208 | |
894 | 4209 2002-07-02 Stephen J. Turnbull <stephen@xemacs.org> |
4210 | |
4211 * XEmacs 21.5.7 "broccoflower" is released. | |
4212 | |
892 | 4213 2002-07-02 Stephen J. Turnbull <stephen@xemacs.org> |
4214 | |
4215 * xemacs-faq.texi (Top, Customization, Q3.10.5, Q3.10.6): | |
4216 New "killing is slow" FAQ and link updates. | |
4217 | |
880 | 4218 2002-06-17 Jerry James <james@xemacs.org> |
4219 | |
4220 * emodules.texi (Loading other Modules): Describe why we do not | |
4221 use RTLD_GLOBAL. | |
4222 | |
873 | 4223 2002-06-20 Adrian Aichner <adrian@xemacs.org> |
4224 | |
4225 * xemacs/mule.texi (Language Environments): Typo fix suggested by | |
4226 Frank Schmitt. | |
4227 | |
871 | 4228 2002-06-11 Adrian Aichner <adrian@xemacs.org> |
4229 | |
4230 * xemacs-faq.texi (Q1.3.7): Update broken link to russian.el | |
4231 (found by linklint) with Google's help. | |
4232 | |
4233 2002-05-25 Adrian Aichner <adrian@xemacs.org> | |
4234 | |
4235 * xemacs/custom.texi (Syntax Entry): Deprecate ` ' in favor of `-'. | |
4236 | |
868 | 4237 2002-06-05 Ben Wing <ben@xemacs.org> |
4238 | |
4239 * internals/internals.texi (Top): | |
4240 * internals/internals.texi (The XEmacs Object System (Abstractly Speaking)): | |
4241 * internals/internals.texi (How Lisp Objects Are Represented in C): | |
4242 * internals/internals.texi (Major Textual Changes): | |
4243 * internals/internals.texi (Great Integral Type Renaming): | |
4244 * internals/internals.texi (Text/Char Type Renaming): | |
4245 * internals/internals.texi (files): New. | |
4246 | |
863 | 4247 2002-05-04 Stephen J. Turnbull <stephen@xemacs.org> |
4248 | |
4249 * custom.texi (The Init File): Rewrite completely. | |
4250 | |
4251 2002-03-19 Adrian Aichner <adrian@xemacs.org> | |
4252 | |
4253 * widget.texi (constants): Typo fix. | |
4254 | |
4255 2002-02-07 Stephen J. Turnbull <stephen@xemacs.org> | |
4256 | |
4257 * external-widget.texi (External Client Widget Internals): New node. | |
4258 | |
4259 2001-11-15 Darryl Okahata <darrylo@xemacs.org> | |
4260 | |
4261 * lispref/glyphs.texi: | |
4262 lispref/lispref.texi: Add examples of how to insert graphics into a | |
4263 buffer. | |
1137 | 4264 |
863 | 4265 2001-12-17 Stephen J. Turnbull <stephen@xemacs.org> |
4266 | |
4267 * xemacs/packages.texi (Packages): | |
4268 (Package Terminology): | |
4269 Carefully distinguish libraries and packages. | |
4270 (Package Terminology): | |
4271 More careful definitions of ``category'' and ``distribution.'' | |
4272 Use ``generic'' instead of ``normal'' (N.B. package tools use | |
4273 ``standard''.) | |
4274 (Installing Packages): | |
4275 Use @var to mark variable version strings, not @t or <>. | |
4276 (Sumo): | |
4277 Add disk space estimate when unpacked. | |
4278 | |
4279 2002-02-06 Stephen J. Turnbull <stephen@xemacs.org> | |
4280 | |
4281 * xemacs-faq.texi (Q1.3.8, Q1.3.9): Unicode support via Mule-UCS. | |
4282 | |
4283 2002-02-01 Steve Youngs <youngs@xemacs.org> | |
4284 | |
4285 * xemacs/packages.texi (Removing Packages): The interactive | |
4286 function is 'package-get-delete-package'. | |
4287 | |
4288 2001-11-27 Adrian Aichner <adrian@xemacs.org> | |
4289 | |
4290 * xemacs-faq.texi: Hyperlink fixes. | |
1137 | 4291 |
863 | 4292 2002-02-04 Stephen J. Turnbull <stephen@xemacs.org> |
4293 | |
4294 * xemacs-faq.texi (Q4.7.7): New FAQ on remote files. | |
4295 | |
4296 2002-01-24 Stephen J. Turnbull <stephen@xemacs.org> | |
4297 | |
4298 * xemacs-faq.texi (Q1.0.6): Update mail-to-news gateway information. | |
4299 | |
4300 2002-02-04 Stephen J. Turnbull <stephen@xemacs.org> | |
4301 | |
4302 * xemacs/files.texi (Files): | |
4303 (File Names): | |
4304 Document remote file editing, refer to EFS and TRAMP. | |
4305 | |
861 | 4306 2002-05-23 Stephen J. Turnbull <stephen@xemacs.org> |
4307 | |
4308 * lispref/packaging.texi (package-info.in Fields): Typo fix. | |
4309 | |
836 | 4310 2002-05-11 Adrian Aichner <adrian@xemacs.org> |
4311 | |
4312 * xemacs-faq.texi (Top): Add Q2.0.15 under "Installation and | |
4313 Trouble Shooting". | |
4314 * xemacs-faq.texi (Installation): Add Q2.0.15 to Installation | |
4315 menu. | |
4316 * xemacs-faq.texi (Q2.0.14): Fix unnumberedsubsec argument. | |
4317 * xemacs-faq.texi (Q2.0.15): New. | |
4318 | |
824 | 4319 2002-05-01 Steve Youngs <youngs@xemacs.org> |
4320 | |
4321 * xemacs/packages.texi (Automatically): Don't mention "Options" | |
4322 menu. | |
4323 (Installing Packages): Don't mention getting list of packages via | |
1137 | 4324 customize. |
824 | 4325 |
804 | 4326 2002-04-05 Stephen J. Turnbull <stephen@xemacs.org> |
4327 | |
4328 * XEmacs 21.5.6 "bok choi" is released. | |
4329 | |
802 | 4330 2002-04-03 Ben Wing <ben@xemacs.org> |
4331 | |
4332 * internals/internals.texi (Top): | |
4333 * internals/internals.texi (How Lisp Objects Are Represented in C): | |
4334 * internals/internals.texi (Techniques for XEmacs Developers): | |
4335 * internals/internals.texi (CVS Techniques): | |
4336 * internals/internals.texi (Merging a Branch into the Trunk): | |
4337 * internals/internals.texi (A Summary of the Various XEmacs Modules): | |
4338 Add section on correctly merging a branch back into the trunk. | |
4339 | |
785 | 4340 2002-03-19 Adrian Aichner <adrian@xemacs.org> |
4341 | |
4342 * widget.texi (constants): Typo fix. | |
4343 | |
778 | 4344 2002-03-14 Jonathan Harris <jhar@tardis.ed.ac.uk> |
4345 | |
4346 * cl.texi (Sequence Basics): Avoid splitting link over two lines, | |
4347 which makes cygwin texinfo 4.0 unhappy. | |
4348 | |
776 | 4349 2002-03-15 Ben Wing <ben@xemacs.org> |
4350 | |
4351 * Makefile (new-users-guide-srcs): | |
4352 * Makefile (extraclean): | |
4353 Use -no-packages to avoid problems with package files shadowing | |
4354 core files (e.g. unicode.el in mule-ucs). | |
4355 | |
775 | 4356 2002-03-14 Stephen J. Turnbull <stephen@xemacs.org> |
4357 | |
4358 * emodules.texi (Using DEFUN): Add @ref{Lisp Primitives}. | |
4359 | |
1137 | 4360 * lispref/mule.texi (Unicode Support): |
775 | 4361 * xemacs/custom.texi (Behaviors): |
4362 * lispref/customize.texi (Enabling Behavior): | |
4363 New nodes. | |
4364 | |
774 | 4365 2002-03-12 Ben Wing <ben@xemacs.org> |
4366 | |
3322 | 4367 * The Great Mule Merge of March 2002: |
4368 see node by that name in the Internals Manual. | |
774 | 4369 |
768 | 4370 2002-03-05 Stephen J. Turnbull <stephen@xemacs.org> |
4371 | |
4372 * XEmacs 21.5.5 "beets" is released. | |
4373 | |
761 | 4374 2002-03-01 Jeff Miller <jmiller@cablespeed.com> |
4375 | |
4376 * lispref/packaging.texi (The User View, The Library Maintainer | |
4377 View, The Package Release Engineer View): Remove apostrophes. | |
4378 * lispref/lispref.texi (The User View, The Library Maintainer | |
4379 View, The Package Release Engineer View): Remove apostrophes. | |
4380 | |
759 | 4381 2002-02-28 Stephen J. Turnbull <stephen@xemacs.org> |
4382 | |
4383 * lispref/packaging.texi (The User View, The Library Maintainer | |
4384 View, The Package Release Engineer View): Remove apostrophes. | |
4385 | |
755 | 4386 2002-02-16 Stephen J. Turnbull <stephen@xemacs.org> |
4387 | |
4388 * external-widget.texi | |
4389 (Example Program Using the External Client Widget): Fix braces. | |
4390 From Mats Lidell <matsl@contactor.se>. | |
4391 | |
753 | 4392 2002-02-14 Stephen J. Turnbull <stephen@xemacs.org> |
4393 | |
4394 * external-widget.texi | |
4395 (Example Program Using the External Client Widget): Fix | |
4396 documentation to explain needed resource settings. | |
4397 | |
752 | 4398 2002-02-13 Stephen J. Turnbull <stephen@xemacs.org> |
4399 | |
4400 * lispref/packaging.texi (Documenting Packages): New node. | |
4401 (Makefile Variables): Fix typo per Steve Youngs. | |
4402 | |
750 | 4403 2002-02-09 Stephen J. Turnbull <stephen@xemacs.org> |
4404 | |
4405 * external-widget.texi | |
4406 (Example Program Using the External Client Widget): New node. | |
4407 | |
4408 * lispref/packaging.texi (Documenting Packages): New node. | |
4409 | |
749 | 4410 2002-01-27 Stephen J. Turnbull <stephen@xemacs.org> |
4411 | |
4412 * lispref/packaging.texi (Makefile Variables): Document GENERATED | |
4413 and PRELOADS. Document DATA_FILES_n and DATA_DEST_n forms. | |
4414 | |
745 | 4415 2002-02-06 Stephen J. Turnbull <stephen@xemacs.org> |
4416 | |
4417 * xemacs-faq.texi (Q1.3.8, Q1.3.9): Unicode support via Mule-UCS. | |
4418 | |
742 | 4419 2001-01-24 Adrian Aichner <adrian@xemacs.org> |
4420 | |
4421 * xemacs-faq.texi (Q1.0.6): Update mail-to-news gateway information. | |
4422 | |
741 | 4423 2002-02-04 Stephen J. Turnbull <stephen@xemacs.org> |
4424 | |
4425 * xemacs/files.texi (Files): | |
4426 (File Names): | |
4427 Document remote file editing, refer to EFS and TRAMP. | |
4428 | |
4429 2002-02-04 Stephen J. Turnbull <stephen@xemacs.org> | |
4430 | |
4431 * xemacs-faq.texi (Q4.7.7): New FAQ on remote files. | |
4432 | |
4433 2002-01-24 Stephen J. Turnbull <stephen@xemacs.org> | |
4434 | |
4435 * xemacs-faq.texi (Q1.0.6): Update mail-to-news gateway information. | |
4436 | |
737 | 4437 2002-02-01 Steve Youngs <youngs@xemacs.org> |
4438 | |
4439 * xemacs/packages.texi (Removing Packages): The interactive | |
4440 function is 'package-get-delete-package'. | |
4441 | |
725 | 4442 2002-01-08 Stephen J. Turnbull <stephen@xemacs.org> |
4443 | |
4444 * XEmacs 21.5.4 "bamboo" is released. | |
4445 | |
724 | 4446 2001-11-15 Darryl Okahata <darrylo@xemacs.org> |
4447 | |
4448 * glyphs.texi: | |
4449 lispref.texi: Add examples of how to insert graphics into a | |
4450 buffer. | |
1137 | 4451 |
721 | 4452 2002-01-02 Adrian Aichner <adrian@xemacs.org> |
4453 | |
4454 * emodules.texi: Add missing direntry, reword "dynamic loadable" | |
4455 to "dynamically loadable". | |
4456 * external-widget.texi: Add missing direntry. | |
4457 | |
709 | 4458 2001-12-19 Yoshiki Hayashi <yoshiki@xemacs.org> |
4459 | |
4460 * xemacs/programs.texi: Etags update from Francesco. | |
4461 | |
704 | 4462 2001-12-18 Valdis.Kletnieks <Valdis.Kletnieks@vt.edu> |
4463 | |
4464 * xemacs/programs.texi (Tags): Add node name to Ebrowse | |
4465 cross reference. | |
4466 | |
696 | 4467 2001-12-15 Adrian Aichner <adrian@xemacs.org> |
4468 | |
4469 * xemacs\xemacs.texi (Top): Change from @ifinfo to @ifnottex for | |
4470 the benefit of HTML online docs. | |
4471 | |
4472 2001-12-15 Adrian Aichner <adrian@xemacs.org> | |
4473 | |
4474 * term.texi: Fix broken settitle. Make @titlepage, @direntry, and | |
4475 @chapter agree with new title. | |
4476 | |
694 | 4477 2001-12-15 Stephen J. Turnbull <stephen@xemacs.org> |
4478 | |
4479 * lispref/packaging.texi (The User's View): | |
4480 Correct description of man subdirectory. | |
4481 | |
4482 (The Package Release Engineer's View): | |
4483 (package-compile.el): | |
4484 Change hazmat to useful documentation. | |
4485 | |
4486 (Issues): | |
4487 Hazmat removal. | |
4488 | |
693 | 4489 2001-11-27 Stephen J. Turnbull <stephen@xemacs.org> |
4490 | |
4491 * lispref/packaging.texi: New file. | |
4492 * lispref/lispref.texi (Top): Add Packaging & subnodes to menus. | |
4493 Include packaging.texi. | |
4494 * lispref/intro.texi (Introduction): Next -> Packaging. | |
4495 * lispref/objects.texi (Lisp Data Types): Previous -> Packaging. | |
4496 * Makefile (lispref-srcs): Depend on lispref/packaging.texi. | |
1137 | 4497 |
675 | 4498 2001-11-26 Adrian Aichner <adrian@xemacs.org> |
4499 | |
4500 * xemacs-faq.texi (Top): Remove duplicate node "Introduction". | |
4501 * xemacs-faq.texi (Q7.0.2): Rename changes sections uniquely. | |
4502 * xemacs-faq.texi (Q7.0.3): Ditto. | |
4503 | |
4504 2001-11-26 Adrian Aichner <adrian@xemacs.org> | |
4505 | |
4506 * external-widget.texi: Add @settitle to this stand-alone | |
4507 document. | |
4508 | |
4509 2001-11-25 Adrian Aichner <adrian@xemacs.org> | |
4510 | |
4511 * Makefile: Add rule to produce html from texi sources (currently | |
4512 using texi2html). | |
4513 * Makefile (HTMLDIR): New. | |
4514 * Makefile (html_files): New. | |
4515 * Makefile (html): New target. | |
4516 | |
662 | 4517 2001-09-16 Adrian Aichner <adrian@xemacs.org> |
4518 | |
4519 * xemacs-faq.texi (Q4.0.7): Fix link to VM FAQ thanks to word I | |
4520 got from Gregory Neil Shapiro. | |
4521 | |
661 | 4522 2001-09-16 Adrian Aichner <adrian@xemacs.org> |
4523 | |
4524 * xemacs-faq.texi (Q1.3.7): Update moved link. | |
4525 * xemacs-faq.texi (Q7.0.2): Comment out empty list of bullets to | |
4526 avoid HTML error in texi2html translation. | |
4527 | |
660 | 4528 2001-09-15 Adrian Aichner <adrian@xemacs.org> |
4529 | |
4530 * xemacs-faq.texi (Q4.6.1): Infodock is now hosted on SourceForge, | |
4531 infodock.com is no more. | |
4532 * xemacs-faq.texi (Q4.7.1): Take auc out of http://sunsite.auc.dk. | |
4533 | |
4534 2001-09-15 Adrian Aichner <adrian@xemacs.org> | |
4535 | |
4536 * xemacs-faq.texi (Q4.6.1): | |
4537 | |
658 | 4538 2001-09-09 Adrian Aichner <adrian@xemacs.org> |
4539 | |
4540 * xemacs-faq.texi (Q1.0.9): Correct link to snapshots as suggested | |
4541 by Robin S. Socha. | |
4542 | |
654 | 4543 2001-09-07 Stephen J. Turnbull <stephen@xemacs.org> |
4544 | |
4545 * XEmacs 21.5.3 "asparagus" is released. | |
4546 | |
652 | 4547 2001-08-26 Stephen J. Turnbull <stephen@xemacs.org> |
4548 | |
4549 * widget.texi (Basic Types, Defining New Widgets): | |
4550 Distinguish between :action and :notify. | |
4551 | |
641 | 4552 2001-07-28 Stephen J. Turnbull <stephen@xemacs.org> |
4553 | |
4554 * XEmacs 21.5.2 "artichoke" is released. | |
4555 | |
635 | 4556 2001-07-25 Jim Horning <jim.horning@lmco.com> |
4557 | |
4558 * xemacs/packages.texi (Package Terminology): | |
4559 * xemacs/packages.texi (Automatically): | |
4560 In itemize and enumerate lists @item should be on it's own line. | |
4561 | |
626 | 4562 2001-07-02 Adrian Aichner <adrian@xemacs.org> |
4563 | |
4564 * xemacs-faq.texi (Q1.0.14): Update information following a | |
4565 request by Tom Mostyn. | |
4566 | |
625 | 4567 2001-07-02 Adrian Aichner <adrian@xemacs.org> |
4568 | |
4569 * lispref\windows.texi (Window Configurations): Fix typos. | |
4570 * lispref\x-windows.texi (Resources): Ditto. | |
4571 | |
4572 2001-07-02 Adrian Aichner <adrian@xemacs.org> | |
4573 | |
4574 * internals\internals.texi (XEmacs From the Inside): Ditto. | |
4575 | |
4576 2001-07-02 Adrian Aichner <adrian@xemacs.org> | |
4577 | |
4578 * emodules.texi (Initialization Mode): Ditto. | |
4579 * xemacs-faq.texi (Q6.3.2): Ditto. | |
4580 | |
613 | 4581 2001-06-10 Ben Wing <ben@xemacs.org> |
4582 | |
4583 * xemacs-faq.texi (Q1.0.10): | |
4584 * xemacs-faq.texi (Q1.0.11): | |
4585 * xemacs-faq.texi (Q1.0.12): | |
4586 Update sections on Windows and MacOS availability. | |
4587 | |
611 | 4588 2001-06-08 Ben Wing <ben@xemacs.org> |
4589 | |
4590 * xemacs-faq.texi (Top): | |
4591 * xemacs-faq.texi (MS Windows): | |
4592 * xemacs-faq.texi (Q6.2.1): | |
4593 * xemacs-faq.texi (Q6.2.2): | |
4594 * xemacs-faq.texi (Q6.2.3): | |
4595 * xemacs-faq.texi (Q6.2.4): | |
4596 * xemacs-faq.texi (Q6.2.5): | |
4597 * xemacs-faq.texi (Q6.3.1): | |
4598 * xemacs-faq.texi (Q6.3.2): | |
4599 * xemacs-faq.texi (Q6.3.3): | |
4600 * xemacs-faq.texi (Q6.3.4): | |
4601 * xemacs-faq.texi (Q6.4.1): | |
4602 * xemacs-faq.texi (Q6.4.2): | |
4603 * xemacs-faq.texi (Current Events): | |
4604 * xemacs-faq.texi (Q7.0.1): | |
4605 * xemacs-faq.texi (Q7.0.2): | |
4606 * xemacs-faq.texi (Q7.0.3): | |
4607 * xemacs-faq.texi (Q7.0.4): | |
4608 * xemacs-faq.texi (Q7.0.5): | |
4609 * xemacs-faq.texi (Q7.0.6): | |
4610 Merge in the rest of Hrvoje's Windows FAQ. Redo section 7 | |
4611 to update current reality and add condensed versions of | |
4612 new changes for 21.1 and 21.4. (Not quite done for 21.4.) | |
4613 Lots more Windows updates. | |
4614 | |
600 | 4615 2001-05-29 Alexey Mahotkin <alexm@hsys.msk.ru> |
4616 | |
4617 * xemacs/custom.texi: Documented keyboard shortcut. | |
4618 | |
4619 * xemacs/mule.texi: Updated to match reality; tiny fixes. | |
4620 | |
593 | 4621 2001-05-30 Ben Wing <ben@xemacs.org> |
4622 | |
4623 * xemacs-faq.texi (Top): | |
4624 * xemacs-faq.texi (MS Windows): | |
4625 * xemacs-faq.texi (Q6.0.1): | |
4626 * xemacs-faq.texi (Q6.0.2): | |
4627 * xemacs-faq.texi (Q6.0.3): | |
4628 * xemacs-faq.texi (Q6.0.4): | |
4629 * xemacs-faq.texi (Q6.1.1): | |
4630 * xemacs-faq.texi (Q6.1.4): | |
4631 * xemacs-faq.texi (Q6.1.5): | |
4632 * xemacs-faq.texi (Q6.1.6): | |
4633 * xemacs-faq.texi (Q6.2.1): | |
4634 * xemacs-faq.texi (Q6.2.2): | |
4635 * xemacs-faq.texi (Q6.3.1): | |
4636 * xemacs-faq.texi (Q6.3.2): | |
4637 * xemacs-faq.texi (Q6.3.3): | |
4638 * xemacs-faq.texi (Q6.4.1): | |
4639 * xemacs-faq.texi (Current Events): | |
4640 Major rewrite. | |
4641 Update all MS Windows info to current. | |
4642 Redo section 6.1 almost completely. | |
4643 Incorporate sections 1 and 2 of Hrvoje's FAQ. | |
4644 | |
563 | 4645 2001-05-24 Ben Wing <ben@xemacs.org> |
4646 | |
4647 * xemacs-faq.texi (Top): | |
4648 * xemacs-faq.texi (Installation): | |
4649 * xemacs-faq.texi (Q2.1.15): | |
4650 * xemacs-faq.texi (Q2.1.18): | |
4651 * xemacs-faq.texi (Q2.1.19): | |
4652 document how to debug X errors | |
1137 | 4653 |
540 | 4654 2001-05-15 Steve Youngs <youngs@xemacs.org> |
4655 | |
4656 * xemacs/packages.texi (Local.rules): Update to reflect new dir tree. | |
4657 (Creating Packages): Ditto. | |
4658 (Available Packages): Ditto. | |
4659 | |
522 | 4660 2001-05-09 Martin Buchholz <martin@xemacs.org> |
4661 | |
4662 * XEmacs 21.5.1 "anise" is released. | |
4663 | |
511 | 4664 2001-05-07 Martin Buchholz <martin@xemacs.org> |
4665 | |
4666 * make-stds.texi: Support makeinfo 3.12 | |
4667 | |
485 | 4668 2001-04-26 John H. Palmieri <palmieri@math.washington.edu> |
4669 | |
4670 * xemacs/frame.texi (XEmacs under X): Document default-frame-plist | |
4671 rather than default-frame-alist. | |
4672 | |
479 | 4673 2001-04-15 Ben Wing <ben@xemacs.org> |
4674 | |
4675 * xemacs-faq.texi (Q1.0.1): | |
4676 * xemacs-faq.texi (Q1.0.2): | |
4677 Rewrite description of XEmacs to match what's on web page, | |
4678 in about.el. | |
4679 | |
472 | 4680 2001-04-18 Martin Buchholz <martin@xemacs.org> |
4681 | |
4682 * XEmacs 21.5.0 "alfalfa" is released. | |
4683 | |
464 | 4684 2001-03-30 Ben Wing <ben@xemacs.org> |
4685 | |
4686 * internals\internals.texi: | |
4687 * internals\internals.texi (Top): | |
4688 * internals\internals.texi (Lucid Emacs): | |
4689 * internals\internals.texi (XEmacs): | |
4690 * internals\internals.texi (XEmacs From the Outside): | |
4691 Bump version to 1.4 and fix this everywhere. Document all | |
4692 XEmacs releases up through 21.2.46. | |
4693 | |
4694 2001-03-16 Stephen J. Turnbull <stephen@xemacs.org> | |
4695 | |
4696 * lispref/postgresql.texi (libpq Lisp Symbols and DataTypes): Save | |
4697 result of INSERT in R in pq-cmd-status example. | |
4698 | |
462 | 4699 2001-03-21 Martin Buchholz <martin@xemacs.org> |
4700 | |
4701 * XEmacs 21.2.46 "Urania" is released. | |
4702 | |
4703 2001-03-08 Ben Wing <ben@xemacs.org> | |
4704 | |
4705 * internals\internals.texi (Top): | |
4706 * internals\internals.texi (A History of Emacs): | |
4707 * internals\internals.texi (Through Version 18): | |
4708 * internals\internals.texi (Lucid Emacs): | |
4709 * internals\internals.texi (GNU Emacs 19): | |
4710 * internals\internals.texi (GNU Emacs 20): | |
4711 * internals\internals.texi (XEmacs From the Outside): | |
4712 * internals\internals.texi (The Lisp Language): | |
4713 * internals\internals.texi (XEmacs From the Perspective of Building): | |
4714 * internals\internals.texi (XEmacs From the Inside): | |
4715 * internals\internals.texi (The XEmacs Object System (Abstractly Speaking)): | |
4716 * internals\internals.texi (How Lisp Objects Are Represented in C): | |
4717 * internals\internals.texi (Rules When Writing New C Code): | |
4718 * internals\internals.texi (General Coding Rules): | |
4719 * internals\internals.texi (Writing Lisp Primitives): | |
4720 * internals\internals.texi (Writing Good Comments): | |
4721 * internals\internals.texi (Adding Global Lisp Variables): | |
4722 * internals\internals.texi (Proper Use of Unsigned Types): | |
4723 * internals\internals.texi (Coding for Mule): | |
4724 * internals\internals.texi (Character-Related Data Types): | |
4725 * internals\internals.texi (Working With Character and Byte Positions): | |
4726 * internals\internals.texi (Conversion to and from External Data): | |
4727 * internals\internals.texi (General Guidelines for Writing Mule-Aware Code): | |
4728 * internals\internals.texi (An Example of Mule-Aware Code): | |
4729 * internals\internals.texi (Techniques for XEmacs Developers): | |
4730 * internals\internals.texi (A Summary of the Various XEmacs Modules): | |
4731 * internals\internals.texi (Low-Level Modules): | |
4732 * internals\internals.texi (Basic Lisp Modules): | |
4733 * internals\internals.texi (Modules for Standard Editing Operations): | |
4734 * internals\internals.texi (Editor-Level Control Flow Modules): | |
4735 * internals\internals.texi (Modules for the Basic Displayable Lisp Objects): | |
4736 * internals\internals.texi (Modules for other Display-Related Lisp Objects): | |
4737 * internals\internals.texi (Modules for the Redisplay Mechanism): | |
4738 * internals\internals.texi (Modules for Interfacing with the File System): | |
4739 * internals\internals.texi (Modules for Other Aspects of the Lisp Interpreter and Object System): | |
4740 * internals\internals.texi (Modules for Interfacing with the Operating System): | |
4741 * internals\internals.texi (Modules for Interfacing with X Windows): | |
4742 * internals\internals.texi (Allocation of Objects in XEmacs Lisp): | |
4743 * internals\internals.texi (Introduction to Allocation): | |
4744 * internals\internals.texi (Garbage Collection): | |
4745 * internals\internals.texi (GCPROing): | |
4746 * internals\internals.texi (Garbage Collection - Step by Step): | |
4747 * internals\internals.texi (Invocation): | |
4748 * internals\internals.texi (garbage_collect_1): | |
4749 * internals\internals.texi (mark_object): | |
4750 * internals\internals.texi (gc_sweep): | |
4751 * internals\internals.texi (sweep_lcrecords_1): | |
4752 * internals\internals.texi (compact_string_chars): | |
4753 * internals\internals.texi (sweep_strings): | |
4754 * internals\internals.texi (sweep_bit_vectors_1): | |
4755 * internals\internals.texi (Integers and Characters): | |
4756 * internals\internals.texi (Allocation from Frob Blocks): | |
4757 * internals\internals.texi (lrecords): | |
4758 * internals\internals.texi (Low-level allocation): | |
4759 * internals\internals.texi (Cons): | |
4760 * internals\internals.texi (Vector): | |
4761 * internals\internals.texi (Bit Vector): | |
4762 * internals\internals.texi (Symbol): | |
4763 * internals\internals.texi (Marker): | |
4764 * internals\internals.texi (String): | |
4765 * internals\internals.texi (Dumping): | |
4766 * internals\internals.texi (Overview): | |
4767 * internals\internals.texi (Data descriptions): | |
4768 * internals\internals.texi (Dumping phase): | |
4769 * internals\internals.texi (Object inventory): | |
4770 * internals\internals.texi (Address allocation): | |
4771 * internals\internals.texi (The header): | |
4772 * internals\internals.texi (Data dumping): | |
4773 * internals\internals.texi (Pointers dumping): | |
4774 * internals\internals.texi (Reloading phase): | |
4775 * internals\internals.texi (Events and the Event Loop): | |
4776 * internals\internals.texi (Introduction to Events): | |
4777 * internals\internals.texi (Main Loop): | |
4778 * internals\internals.texi (Specifics of the Event Gathering Mechanism): | |
4779 * internals\internals.texi (Specifics About the Emacs Event): | |
4780 * internals\internals.texi (The Event Stream Callback Routines): | |
4781 * internals\internals.texi (Other Event Loop Functions): | |
4782 * internals\internals.texi (Converting Events): | |
4783 * internals\internals.texi (Evaluation; Stack Frames; Bindings): | |
4784 * internals\internals.texi (Evaluation): | |
4785 * internals\internals.texi (Dynamic Binding; The specbinding Stack; Unwind-Protects): | |
4786 * internals\internals.texi (Simple Special Forms): | |
4787 * internals\internals.texi (Symbols and Variables): | |
4788 * internals\internals.texi (Introduction to Symbols): | |
4789 * internals\internals.texi (Obarrays): | |
4790 * internals\internals.texi (Buffers and Textual Representation): | |
4791 * internals\internals.texi (Introduction to Buffers): | |
4792 * internals\internals.texi (The Text in a Buffer): | |
4793 * internals\internals.texi (Buffer Lists): | |
4794 * internals\internals.texi (Markers and Extents): | |
4795 * internals\internals.texi (Bufbytes and Emchars): | |
4796 * internals\internals.texi (MULE Character Sets and Encodings): | |
4797 * internals\internals.texi (Character Sets): | |
4798 * internals\internals.texi (Encodings): | |
4799 * internals\internals.texi (Japanese EUC (Extended Unix Code)): | |
4800 * internals\internals.texi (JIS7): | |
4801 * internals\internals.texi (Internal Mule Encodings): | |
4802 * internals\internals.texi (Internal String Encoding): | |
4803 * internals\internals.texi (Internal Character Encoding): | |
4804 * internals\internals.texi (The Lisp Reader and Compiler): | |
4805 * internals\internals.texi (Lstreams): | |
4806 * internals\internals.texi (Creating an Lstream): | |
4807 * internals\internals.texi (Lstream Types): | |
4808 * internals\internals.texi (Lstream Functions): | |
4809 * internals\internals.texi (Consoles; Devices; Frames; Windows): | |
4810 * internals\internals.texi (Introduction to Consoles; Devices; Frames; Windows): | |
4811 * internals\internals.texi (Point): | |
4812 * internals\internals.texi (Window Hierarchy): | |
4813 * internals\internals.texi (The Redisplay Mechanism): | |
4814 * internals\internals.texi (Critical Redisplay Sections): | |
4815 * internals\internals.texi (Line Start Cache): | |
4816 * internals\internals.texi (Extents): | |
4817 * internals\internals.texi (Introduction to Extents): | |
4818 * internals\internals.texi (Extent Ordering): | |
4819 * internals\internals.texi (Format of the Extent Info): | |
4820 * internals\internals.texi (Zero-Length Extents): | |
4821 * internals\internals.texi (Mathematics of Extent Ordering): | |
4822 * internals\internals.texi (Faces): | |
4823 * internals\internals.texi (Glyphs): | |
4824 * internals\internals.texi (Specifiers): | |
4825 * internals\internals.texi (Menus): | |
4826 * internals\internals.texi (Subprocesses): | |
4827 * internals\internals.texi (Interface to the X Window System): | |
4828 * internals\internals.texi (Lucid Widget Library): | |
4829 * internals\internals.texi (Generic Widget Interface): | |
4830 * internals\internals.texi (Scrollbars): | |
4831 * internals\internals.texi (Menubars): | |
4832 * internals\internals.texi (Checkboxes and Radio Buttons): | |
4833 * internals\internals.texi (Progress Bars): | |
4834 * internals\internals.texi (Tab Controls): | |
4835 Add more index entries. Add sections on comments and unsigned types. | |
4836 | |
4837 2001-03-08 Ben Wing <ben@xemacs.org> | |
4838 | |
4839 * make-stds.texi (Makefile Basics): | |
4840 * make-stds.texi (Command Variables): | |
4841 * make-stds.texi (Directory Variables): | |
4842 * make-stds.texi (Standard Targets): | |
4843 * standards.texi: | |
4844 * standards.texi (Top): | |
4845 * standards.texi (Preface): | |
4846 * standards.texi (Legal Issues): | |
4847 * standards.texi (Reading Non-Free Code): | |
4848 * standards.texi (Contributions): | |
4849 * standards.texi (Trademarks): | |
4850 * standards.texi (Design Advice): | |
4851 * standards.texi (Source Language): | |
4852 * standards.texi (Compatibility): | |
4853 * standards.texi (Using Extensions): | |
4854 * standards.texi (Standard C): | |
4855 * standards.texi (Program Behavior): | |
4856 * standards.texi (Semantics): | |
4857 * standards.texi (Libraries): | |
4858 * standards.texi (Errors): | |
4859 * standards.texi (User Interfaces): | |
4860 * standards.texi (Graphical Interfaces): | |
4861 * standards.texi (Command-Line Interfaces): | |
4862 * standards.texi (Option Table): | |
4863 * standards.texi (Memory Usage): | |
4864 * standards.texi (File Usage): | |
4865 * standards.texi (Formatting): | |
4866 * standards.texi (Comments): | |
4867 * standards.texi (Syntactic Conventions): | |
4868 * standards.texi (Names): | |
4869 * standards.texi (System Portability): | |
4870 * standards.texi (CPU Portability): | |
4871 * standards.texi (System Functions): | |
4872 * standards.texi (Internationalization): | |
4873 * standards.texi (Mmap): | |
4874 * standards.texi (Documentation): | |
4875 * standards.texi (GNU Manuals): | |
4876 * standards.texi (Doc Strings and Manuals): | |
4877 * standards.texi (Manual Structure Details): | |
4878 * standards.texi (License for Manuals): | |
4879 * standards.texi (Manual Credits): | |
4880 * standards.texi (Printed Manuals): | |
4881 * standards.texi (NEWS File): | |
4882 * standards.texi (Change Logs): | |
4883 * standards.texi (Style of Change Logs): | |
4884 * standards.texi (Simple Changes): | |
4885 * standards.texi (Conditional Changes): | |
4886 * standards.texi (Indicating the Part Changed): | |
4887 * standards.texi (Managing Releases): | |
4888 * standards.texi (Configuration): | |
4889 * standards.texi (Releases): | |
4890 * standards.texi (References): | |
4891 * standards.texi (Index): | |
4892 Update to latest GNU version. | |
1137 | 4893 |
462 | 4894 * xemacs-faq.texi (Q6.3.3): |
4895 * xemacs-faq.texi (Q6.4.1): | |
4896 Improve questions on current Windows activity. | |
4897 | |
4898 2001-03-07 Sandra Wambold <wambold@xemacs.org> | |
4899 | |
4900 * xemacs-faq.texi: (Q.1.0.7): changed list archive address | |
4901 | |
4902 2001-02-25 Ben Wing <ben@xemacs.org> | |
4903 | |
4904 * xemacs-faq.texi (Top): | |
4905 * xemacs-faq.texi (Introduction): | |
4906 * xemacs-faq.texi (Q1.0.1): | |
4907 * xemacs-faq.texi (Q1.0.4): | |
4908 * xemacs-faq.texi (Q1.0.6): | |
4909 * xemacs-faq.texi (Q1.0.10): | |
4910 * xemacs-faq.texi (Q1.2.1): | |
4911 * xemacs-faq.texi (Q1.4.1): | |
4912 * xemacs-faq.texi (Q1.4.2): | |
4913 * xemacs-faq.texi (Q2.0.12): | |
4914 * xemacs-faq.texi (Q2.1.1): | |
4915 * xemacs-faq.texi (Q2.1.2): | |
4916 * xemacs-faq.texi (Q2.1.9): | |
4917 * xemacs-faq.texi (Q2.1.15): | |
4918 * xemacs-faq.texi (Q2.1.19): | |
4919 * xemacs-faq.texi (Customization): | |
4920 * xemacs-faq.texi (Q3.0.1): | |
4921 * xemacs-faq.texi (Q3.0.2): | |
4922 * xemacs-faq.texi (Q3.0.3): | |
4923 * xemacs-faq.texi (Q3.0.7): | |
4924 * xemacs-faq.texi (Q3.1.5): | |
4925 * xemacs-faq.texi (Q3.1.6): | |
4926 * xemacs-faq.texi (Q3.2.1): | |
4927 * xemacs-faq.texi (Q3.2.3): | |
4928 * xemacs-faq.texi (Q3.2.4): | |
4929 * xemacs-faq.texi (Q3.3.1): | |
4930 * xemacs-faq.texi (Q3.3.2): | |
4931 * xemacs-faq.texi (Q3.3.3): | |
4932 * xemacs-faq.texi (Q3.3.4): | |
4933 * xemacs-faq.texi (Q3.3.5): | |
4934 * xemacs-faq.texi (Q3.4.1): | |
4935 * xemacs-faq.texi (Q3.4.2): | |
4936 * xemacs-faq.texi (Q3.5.2): | |
4937 * xemacs-faq.texi (Q3.5.4): | |
4938 * xemacs-faq.texi (key-translation-map): New. | |
4939 * xemacs-faq.texi (Q3.5.5): | |
4940 * xemacs-faq.texi (Q3.5.6): | |
4941 * xemacs-faq.texi (Q3.5.7): | |
4942 * xemacs-faq.texi (Q3.5.8): | |
4943 * xemacs-faq.texi (global-map): Removed. | |
4944 * xemacs-faq.texi (Q3.5.9): | |
4945 * xemacs-faq.texi (Q3.6.1): | |
4946 * xemacs-faq.texi (Q3.6.2): | |
4947 * xemacs-faq.texi (Q3.6.3): | |
4948 * xemacs-faq.texi (Q3.7.6): | |
4949 * xemacs-faq.texi (Q3.7.7): | |
4950 * xemacs-faq.texi (Q3.8.1): | |
4951 * xemacs-faq.texi (Q3.8.2): | |
4952 * xemacs-faq.texi (Q3.8.3): | |
4953 * xemacs-faq.texi (Q3.9.1): | |
4954 * xemacs-faq.texi (Q3.9.4): | |
4955 * xemacs-faq.texi (Q3.10.1): | |
4956 * xemacs-faq.texi (Q3.10.2): | |
4957 * xemacs-faq.texi (Q3.10.3): | |
4958 * xemacs-faq.texi (Q4.0.12): | |
4959 * xemacs-faq.texi (Miscellaneous): | |
4960 * xemacs-faq.texi (Q5.0.1): | |
4961 * xemacs-faq.texi (Q5.0.2): | |
4962 * xemacs-faq.texi (Q5.0.3): | |
4963 * xemacs-faq.texi (Q5.0.4): | |
4964 * xemacs-faq.texi (Q5.0.5): | |
4965 * xemacs-faq.texi (Q5.0.8): | |
4966 * xemacs-faq.texi (Q5.0.9): | |
4967 * xemacs-faq.texi (Q5.0.11): | |
4968 * xemacs-faq.texi (Q5.0.12): | |
4969 * xemacs-faq.texi (Q5.0.13): | |
4970 * xemacs-faq.texi (Q5.0.16): | |
4971 * xemacs-faq.texi (Q5.0.17): | |
4972 * xemacs-faq.texi (Q5.1.9): | |
4973 * xemacs-faq.texi (Q5.1.11): | |
4974 * xemacs-faq.texi (Q5.2.1): | |
4975 * xemacs-faq.texi (Q5.2.2): | |
4976 * xemacs-faq.texi (Q5.3.1): | |
4977 * xemacs-faq.texi (Q5.3.2): | |
4978 * xemacs-faq.texi (Q5.3.4): | |
4979 * xemacs-faq.texi (MS Windows): | |
4980 * xemacs-faq.texi (Q6.0.1): | |
4981 * xemacs-faq.texi (Q6.0.2): | |
4982 * xemacs-faq.texi (Q6.0.3): | |
4983 * xemacs-faq.texi (Q6.0.4): | |
4984 * xemacs-faq.texi (Q6.1.5): | |
4985 * xemacs-faq.texi (Q6.2.3): | |
4986 * xemacs-faq.texi (Q6.3.1): | |
4987 | |
4988 Remove most references to XEmacs pre-19.15, since they are way out | |
4989 of date and are cluttering up and confusing many answers. Update | |
4990 references to .emacs to take into account the new init file | |
4991 location. Update information about the MS Windows port. Change | |
4992 description of XEmacs at beginning to match the web site. Update | |
4993 info about current developers. | |
1137 | 4994 |
462 | 4995 |
4996 2001-02-25 Ben Wing <ben@xemacs.org> | |
4997 | |
4998 * lispref\help.texi (Describing Characters): | |
4999 kp- not kp_. | |
1137 | 5000 |
462 | 5001 2001-02-25 Ben Wing <ben@xemacs.org> |
5002 | |
5003 * new-users-guide\custom1.texi (Customization Basics): | |
5004 * new-users-guide\custom1.texi (Customizing key Bindings): | |
5005 * new-users-guide\custom1.texi (Customizing Menus): | |
5006 * new-users-guide\custom2.texi (Other Customizations): | |
5007 * new-users-guide\custom2.texi (Setting Variables): | |
5008 * new-users-guide\custom2.texi (Init File): | |
5009 * new-users-guide\xmenu.texi (Options Menu): | |
5010 * new-users-guide\modes.texi (Major Modes): | |
5011 * new-users-guide\modes.texi (Minor Modes): | |
5012 * new-users-guide\new-users-guide.texi (Top): | |
5013 Fix up references to .emacs to take into account init.el. | |
1137 | 5014 |
460 | 5015 2001-02-23 Martin Buchholz <martin@xemacs.org> |
5016 | |
5017 * XEmacs 21.2.45 "Thelxepeia" is released. | |
5018 | |
5019 2001-02-10 Martin Buchholz <martin@xemacs.org> | |
5020 | |
5021 * xemacs/programs.texi (Tag Syntax): Port to makeinfo 3. | |
5022 | |
458 | 5023 2001-02-08 Martin Buchholz <martin@xemacs.org> |
5024 | |
5025 * XEmacs 21.2.44 "Thalia" is released. | |
5026 | |
5027 2001-02-04 Steve Youngs <youngs@xemacs.org> | |
5028 | |
5029 * xemacs/xemacs.texi: Update to accomodate new and improved | |
5030 packages.texi. | |
5031 | |
5032 * xemacs/packages.texi: Basically, apart from a few things, | |
5033 rewritten from scratch. | |
5034 | |
456 | 5035 2001-01-27 Martin Buchholz <martin@xemacs.org> |
5036 | |
5037 * lispref/variables.texi (max-specpdl-size): Correct default value. | |
5038 * lispref/eval.texi (max-lisp-eval-depth): Correct default value. | |
5039 | |
5040 2001-01-26 Martin Buchholz <martin@xemacs.org> | |
5041 | |
5042 * XEmacs 21.2.43 "Terspichore" is released. | |
5043 | |
454 | 5044 2001-01-20 Martin Buchholz <martin@xemacs.org> |
5045 | |
5046 * XEmacs 21.2.42 "Poseidon" is released. | |
5047 | |
5048 2001-01-18 Martin Buchholz <martin@xemacs.org> | |
5049 | |
5050 * xemacs-faq.texi (Q1.0.11): Change XEmacs for MacOS URL. | |
5051 | |
5052 2001-01-17 Andy Piper <andy@xemacs.org> | |
5053 | |
5054 * internals.texi: some glyph documentation. | |
5055 | |
5056 2001-01-16 Didier Verna <didier@xemacs.org> | |
5057 | |
5058 * frame.texi (Mode Line Basics): new node ... | |
5059 * frame.texi (GUI Components): ... under this one ... | |
5060 * frame.texi (Scrollbar Basics): ... after this one ... | |
5061 * frame.texi (Toolbar Basics): ... before this one. | |
5062 | |
452 | 5063 2001-01-17 Martin Buchholz <martin@xemacs.org> |
5064 | |
5065 * XEmacs 21.2.41 "Polyhymnia" is released. | |
5066 | |
5067 2001-01-12 Martin Buchholz <martin@xemacs.org> | |
5068 | |
5069 * internals/internals.texi: A little post-pdump-rename fixup. | |
5070 | |
5071 2001-01-13 Martin Buchholz <martin@xemacs.org> | |
5072 | |
5073 * internals/internals.texi: See `pdump-rename' in src/ChangeLog. | |
5074 | |
5075 2001-01-10 Martin Buchholz <martin@xemacs.org> | |
5076 | |
5077 * internals/internals.texi: Update for pdump changes. | |
5078 | |
5079 2001-01-04 Adrian Aichner <adrian@xemacs.org> | |
5080 | |
5081 * texinfo.texi (Using Texinfo): Change reference from GNU Emacs to | |
5082 XEmacs. | |
5083 * texinfo.texi (First Node): Fixing grammar. | |
5084 * texinfo.texi (Multitable Rows): Change reference from GNU Emacs | |
5085 to XEmacs. | |
5086 | |
450 | 5087 2001-01-08 Martin Buchholz <martin@xemacs.org> |
5088 | |
5089 * XEmacs 21.2.40 is released. | |
5090 | |
5091 2001-01-06 Stephen J. Turnbull <stephen@xemacs.org> | |
5092 | |
5093 * emodules.texi (Required Functions): Xref coding rules for dual-use | |
5094 modules (module and statically linked). Typo fix. | |
5095 | |
5096 * texinfo.texi (ref): Typo fix. | |
5097 | |
448 | 5098 2000-12-31 Martin Buchholz <martin@xemacs.org> |
5099 | |
5100 * XEmacs 21.2.39 is released. | |
5101 | |
5102 2000-12-05 Stephen J. Turnbull <stephen@xemacs.org> | |
5103 | |
5104 * internals/internals.texi (General Coding Rules): further document | |
5105 usage of symsinit.h. Reorder slightly. | |
5106 | |
446 | 5107 2000-11-29 Stephen J. Turnbull <stephen@xemacs.org> |
5108 | |
5109 * xemacs/packages.texi (Creating Packages): new node. | |
5110 | |
5111 2000-12-05 Martin Buchholz <martin@xemacs.org> | |
5112 | |
5113 * XEmacs 21.2.38 is released. | |
5114 | |
5115 2000-12-01 Martin Buchholz <martin@xemacs.org> | |
5116 | |
5117 * lispref/compile.texi: | |
5118 Document differences between compiler and interpreter. | |
5119 | |
5120 2000-11-29 Stephen J. Turnbull <stephen@xemacs.org> | |
5121 | |
5122 * internals/index.texi: | |
5123 internals/internals.texi: | |
5124 Change "X Windows" to "the X Window System" randomly. | |
5125 * internals/internals.texi (Glyphs): fiddling, move lwlib to new node. | |
5126 (Lucid Widget Library): new node, added new text, ASCII art, subnode | |
5127 structure. | |
5128 * xemacs/frame.texi (GUI Components): new node. | |
5129 * xemacs/packages.texi: minor updates. | |
5130 | |
5131 2000-11-10 Stephen J. Turnbull <stephen@xemacs.org> | |
5132 | |
5133 * info.texi (Creating an Info File): Fix typos in xrefs. | |
5134 | |
5135 2000-11-08 Stephen J. Turnbull <stephen@xemacs.org> | |
5136 | |
5137 * xemacs/cmdargs.texi (Command Switches): Add documentation of | |
5138 portable dumper switches. Other minor edits. | |
5139 | |
5140 2000-11-21 Martin Buchholz <martin@xemacs.org> | |
5141 | |
5142 * lispref/positions.texi (Word Motion): | |
5143 forward-word arg is now optional. | |
5144 backward-word arg is now optional. | |
5145 Remove vile comment advising lisp programmer to use (forward-word -1) | |
5146 instead of (backward-word 1). | |
5147 * lispref/syntax.texi (Parsing Expressions): | |
5148 Similarly for forward-comment. | |
5149 * lispref/text.texi (Deletion): | |
5150 Similarly for delete-char. | |
5151 Similarly for delete-backward-char. | |
5152 | |
5153 2000-11-09 Martin Buchholz <martin@xemacs.org> | |
5154 | |
5155 * cl.texi (Assertions): | |
5156 Remove claim that elisp doesn't have continuable errors. | |
5157 Document check-type as being continuable. | |
5158 | |
5159 2000-11-14 Adrian Aichner <adrian@xemacs.org> | |
5160 | |
5161 * xemacs/calendar.texi (Calendar/Diary): Correct INFO-FILE-NAME | |
5162 from elisp to lispref and from emacs to xemacs in relevant ?xefs. | |
5163 This should also serve as a reminder for future merges with GNU | |
5164 Emacs. | |
5165 Unify PRINTED-MANUAL-TITLE to "XEmacs Lisp Reference Manual" and | |
5166 "XEmacs User's Manual" for lispref and xemacs respectively. | |
5167 | |
5168 2000-11-14 Adrian Aichner <adrian@xemacs.org> | |
5169 | |
5170 * lispref/abbrevs.texi (Abbrevs): Ditto. | |
5171 * lispref/backups.texi (Auto-Saving): Ditto. | |
5172 * lispref/backups.texi (Reverting): Ditto. | |
5173 * lispref/display.texi (The Echo Area): Ditto. | |
5174 * lispref/help.texi (Documentation Basics): Ditto. | |
5175 * lispref/help.texi (Help Functions): Ditto. | |
5176 * lispref/keymaps.texi (Scanning Keymaps): Ditto. | |
5177 * lispref/locals.texi (Standard Buffer-Local Variables): Ditto. | |
5178 * lispref/modes.texi (Auto Major Mode): Ditto. | |
5179 * lispref/positions.texi (List Motion): Ditto. | |
5180 * lispref/searching.texi (Regexp Search): Ditto. | |
5181 * lispref/symbols.texi (Symbol Components): Ditto. | |
5182 * lispref/tips.texi (Comment Tips): Ditto. | |
5183 * lispref/tips.texi (Library Headers): Ditto. | |
5184 | |
5185 2000-11-14 Adrian Aichner <adrian@xemacs.org> | |
5186 | |
5187 * internals/internals.texi (The Buffer Object): Ditto. | |
5188 | |
5189 2000-11-14 Adrian Aichner <adrian@xemacs.org> | |
5190 | |
5191 * cl.texi (Hash Tables): Ditto. | |
5192 * texinfo.texi (Other Info Files): Ditto. | |
5193 * xemacs-faq.texi (Q1.0.14): Ditto. | |
5194 | |
444 | 5195 2000-11-14 Martin Buchholz <martin@xemacs.org> |
5196 | |
5197 * XEmacs 21.2.37 is released. | |
5198 | |
5199 2000-10-27 Martin Buchholz <martin@xemacs.org> | |
5200 | |
5201 * xemacs/windows.texi (Other Window): | |
5202 | |
5203 * new-users-guide/files.texi (Saving Files): | |
5204 * new-users-guide/search.texi (Search and Replace): | |
5205 | |
5206 * lispref/abbrevs.texi (Abbrev Tables): | |
5207 * lispref/abbrevs.texi (Defining Abbrevs): | |
5208 * lispref/abbrevs.texi (Abbrev Files): | |
5209 * lispref/annotations.texi (Annotation Primitives): | |
5210 * lispref/backups.texi (Auto-Saving): | |
5211 * lispref/backups.texi (Reverting): | |
5212 * lispref/buffers.texi (Current Buffer): | |
5213 * lispref/buffers.texi (Buffer Names): | |
5214 * lispref/buffers.texi (Buffer Modification): | |
5215 * lispref/buffers.texi (Read Only Buffers): | |
5216 * lispref/buffers.texi (The Buffer List): | |
5217 * lispref/buffers.texi (Killing Buffers): | |
5218 * lispref/buffers.texi (Indirect Buffers): | |
5219 * lispref/building.texi (Building XEmacs): | |
5220 * lispref/building.texi (Garbage Collection): | |
5221 * lispref/commands.texi (Interactive Call): | |
5222 * lispref/commands.texi (Events): | |
5223 * lispref/commands.texi (Event Predicates): | |
5224 * lispref/commands.texi (Working With Events): | |
5225 * lispref/commands.texi (Converting Events): | |
5226 * lispref/commands.texi (Key Sequence Input): | |
5227 * lispref/commands.texi (Reading One Event): | |
5228 * lispref/commands.texi (Waiting): | |
5229 * lispref/commands.texi (Prefix Command Arguments): | |
5230 * lispref/commands.texi (Recursive Editing): | |
5231 * lispref/compile.texi (Compilation Functions): | |
5232 * lispref/compile.texi (Compiled-Function Objects): | |
5233 * lispref/consoles-devices.texi (Basic Device Functions): | |
5234 * lispref/consoles-devices.texi (Console Types and Device Classes): | |
5235 * lispref/consoles-devices.texi (Connecting to a Console or Device): | |
5236 * lispref/control.texi (Signaling Errors): | |
5237 * lispref/customize.texi (Type Keywords): | |
5238 * lispref/databases.texi (Connecting to a Database): | |
5239 * lispref/databases.texi (Working With a Database): | |
5240 * lispref/databases.texi (Other Database Functions): | |
5241 * lispref/debugging.texi (Function Debugging): | |
5242 * lispref/display.texi (Refresh Screen): | |
5243 * lispref/display.texi (The Echo Area): | |
5244 * lispref/display.texi (Blinking): | |
5245 * lispref/edebug-inc.texi (Tracing): | |
5246 * lispref/edebug-inc.texi (Instrumenting Macro Calls): | |
5247 * lispref/edebug-inc.texi (Edebug Options): | |
5248 * lispref/eval.texi (Function Indirection): | |
5249 * lispref/extents.texi (Creating and Modifying Extents): | |
5250 * lispref/extents.texi (Finding Extents): | |
5251 * lispref/extents.texi (Mapping Over Extents): | |
5252 * lispref/extents.texi (Extent Properties): | |
5253 * lispref/faces.texi (Basic Face Functions): | |
5254 * lispref/faces.texi (Face Properties): | |
5255 * lispref/faces.texi (Face Convenience Functions): | |
5256 * lispref/faces.texi (Other Face Display Functions): | |
5257 * lispref/faces.texi (Font Instance Characteristics): | |
5258 * lispref/faces.texi (Color Specifiers): | |
5259 * lispref/files.texi (Visiting Functions): | |
5260 * lispref/files.texi (Reading from Files): | |
5261 * lispref/files.texi (Changing File Attributes): | |
5262 * lispref/files.texi (File Names): | |
5263 * lispref/files.texi (File Name Components): | |
5264 * lispref/files.texi (Directory Names): | |
5265 * lispref/files.texi (Relative File Names): | |
5266 * lispref/files.texi (File Name Expansion): | |
5267 * lispref/files.texi (File Name Completion): | |
5268 * lispref/files.texi (User Name Completion): | |
5269 * lispref/files.texi (Magic File Names): | |
5270 * lispref/files.texi (Creating a Partial File): | |
5271 * lispref/files.texi (Format Conversion): | |
5272 * lispref/frames.texi (Creating Frames): | |
5273 * lispref/frames.texi (Property Access): | |
5274 * lispref/frames.texi (Size and Position): | |
5275 * lispref/frames.texi (Deleting Frames): | |
5276 * lispref/frames.texi (Finding All Frames): | |
5277 * lispref/frames.texi (Frames and Windows): | |
5278 * lispref/frames.texi (Visibility of Frames): | |
5279 * lispref/frames.texi (Frame Configurations): | |
5280 * lispref/functions.texi (Calling Functions): | |
5281 * lispref/functions.texi (Function Cells): | |
5282 * lispref/glyphs.texi (Creating Glyphs): | |
5283 * lispref/glyphs.texi (Image Specifiers): | |
5284 * lispref/glyphs.texi (Image Instance Types): | |
5285 * lispref/glyphs.texi (Image Instance Functions): | |
5286 * lispref/gutter.texi (Creating Gutter): | |
5287 * lispref/gutter.texi (Specifying a Gutter): | |
5288 * lispref/gutter.texi (Other Gutter Variables): | |
5289 * lispref/help.texi (Accessing Documentation): | |
5290 * lispref/help.texi (Help Functions): | |
5291 * lispref/help.texi (Obsoleteness): | |
5292 * lispref/internationalization.texi (Domain Specification): | |
5293 * lispref/intro.texi (Caveats): | |
5294 * lispref/keymaps.texi (Active Keymaps): | |
5295 * lispref/keymaps.texi (Functions for Key Lookup): | |
5296 * lispref/keymaps.texi (Changing Key Bindings): | |
5297 * lispref/keymaps.texi (Scanning Keymaps): | |
5298 * lispref/ldap.texi (The High-Level LDAP API): | |
5299 * lispref/ldap.texi (Low-level Operations on a LDAP Server): | |
5300 * lispref/ldap.texi (Encoder/Decoder Functions): | |
5301 * lispref/lists.texi (Setcar): | |
5302 * lispref/lists.texi (Setcdr): | |
5303 * lispref/lists.texi (Working With Normal Plists): | |
5304 * lispref/lists.texi (Working With Lax Plists): | |
5305 * lispref/loading.texi (Autoload): | |
5306 * lispref/loading.texi (Named Features): | |
5307 * lispref/markers.texi (Creating Markers): | |
5308 * lispref/markers.texi (Changing Markers): | |
5309 * lispref/markers.texi (The Mark): | |
5310 * lispref/menus.texi (Modifying Menus): | |
5311 * lispref/menus.texi (Pop-Up Menus): | |
5312 * lispref/menus.texi (Menu Accelerator Functions): | |
5313 * lispref/minibuf.texi (Text from Minibuffer): | |
5314 * lispref/minibuf.texi (Object from Minibuffer): | |
5315 * lispref/minibuf.texi (Basic Completion): | |
5316 * lispref/minibuf.texi (High-Level Completion): | |
5317 * lispref/minibuf.texi (Reading a Password): | |
5318 * lispref/minibuf.texi (Minibuffer Misc): | |
5319 * lispref/mouse.texi (Mouse Tracking): | |
5320 * lispref/syntax.texi (Syntax Table Functions): | |
5321 * lispref/numbers.texi (Arithmetic Operations): | |
5322 * lispref/numbers.texi (Rounding Operations): | |
5323 * lispref/numbers.texi (Math Functions): | |
5324 * lispref/objects.texi (String Type): | |
5325 * lispref/objects.texi (Equality Predicates): | |
5326 * lispref/os.texi (Killing XEmacs): | |
5327 * lispref/os.texi (Suspending XEmacs): | |
5328 * lispref/os.texi (System Environment): | |
5329 * lispref/os.texi (Time Conversion): | |
5330 * lispref/os.texi (Timers): | |
5331 * lispref/os.texi (Input Modes): | |
5332 * lispref/os.texi (Translating Input): | |
5333 * lispref/os.texi (Terminal Output): | |
5334 * lispref/os.texi (Flow Control): | |
5335 * lispref/positions.texi (Character Motion): | |
5336 * lispref/positions.texi (Word Motion): | |
5337 * lispref/positions.texi (Text Lines): | |
5338 * lispref/positions.texi (Screen Lines): | |
5339 * lispref/positions.texi (List Motion): | |
5340 * lispref/positions.texi (Narrowing): | |
5341 * lispref/postgresql.texi (Asynchronous Interface Functions): | |
5342 * lispref/processes.texi (Subprocess Creation): | |
5343 * lispref/processes.texi (Synchronous Processes): | |
5344 * lispref/processes.texi (Asynchronous Processes): | |
5345 * lispref/processes.texi (Process Information): | |
5346 * lispref/processes.texi (Input to Processes): | |
5347 * lispref/processes.texi (Signals to Processes): | |
5348 * lispref/processes.texi (Process Buffers): | |
5349 * lispref/processes.texi (Filter Functions): | |
5350 * lispref/processes.texi (Network): | |
5351 * lispref/range-tables.texi (Working With Range Tables): | |
5352 * lispref/searching.texi (String Search): | |
5353 * lispref/searching.texi (Regexp Search): | |
5354 * lispref/searching.texi (POSIX Regexps): | |
5355 * lispref/searching.texi (Replacing Match): | |
5356 * lispref/searching.texi (Entire Match Data): | |
5357 * lispref/sequences.texi (Bit Vector Functions): | |
5358 * lispref/specifiers.texi (Adding Specifications): | |
5359 * lispref/specifiers.texi (Creating Specifiers): | |
5360 * lispref/specifiers.texi (Specifier Validation Functions): | |
5361 * lispref/specifiers.texi (Other Specification Functions): | |
5362 * lispref/streams.texi (Output Variables): | |
5363 * lispref/symbols.texi (Other Plists): | |
5364 * lispref/text.texi (Insertion): | |
5365 * lispref/text.texi (Commands for Insertion): | |
5366 * lispref/text.texi (Deletion): | |
5367 * lispref/text.texi (User-Level Deletion): | |
5368 * lispref/text.texi (Kill Functions): | |
5369 * lispref/text.texi (Low-Level Kill Ring): | |
5370 * lispref/text.texi (Undo): | |
5371 * lispref/text.texi (Maintaining Undo): | |
5372 * lispref/text.texi (Margins): | |
5373 * lispref/text.texi (Sorting): | |
5374 * lispref/text.texi (Columns): | |
5375 * lispref/text.texi (Primitive Indent): | |
5376 * lispref/text.texi (Mode-Specific Indent): | |
5377 * lispref/text.texi (Region Indent): | |
5378 * lispref/text.texi (Case Changes): | |
5379 * lispref/text.texi (Examining Properties): | |
5380 * lispref/text.texi (Property Search): | |
5381 * lispref/text.texi (Registers): | |
5382 * lispref/text.texi (Transformations): | |
5383 * lispref/mule.texi (Charset Property Functions): | |
5384 * lispref/mule.texi (MULE Characters): | |
5385 * lispref/mule.texi (Composite Characters): | |
5386 * lispref/mule.texi (Coding System Properties): | |
5387 * lispref/mule.texi (Big5 and Shift-JIS Functions): | |
5388 * lispref/mule.texi (CCL Statements): | |
5389 * lispref/mule.texi (Calling CCL): | |
5390 * lispref/mule.texi (Category Tables): | |
5391 * lispref/toolbar.texi (Specifying the Toolbar): | |
5392 * lispref/toolbar.texi (Other Toolbar Variables): | |
5393 * lispref/tooltalk.texi (Elisp Interface for Sending Messages): | |
5394 * lispref/tooltalk.texi (Elisp Interface for Receiving Messages): | |
5395 * lispref/variables.texi (Creating Buffer-Local): | |
5396 * lispref/variables.texi (Variable Aliases): | |
5397 * lispref/windows.texi (Splitting Windows): | |
5398 * lispref/windows.texi (Deleting Windows): | |
5399 * lispref/windows.texi (Selecting Windows): | |
5400 * lispref/windows.texi (Cyclic Window Ordering): | |
5401 * lispref/windows.texi (Buffers and Windows): | |
5402 * lispref/windows.texi (Displaying Buffers): | |
5403 * lispref/windows.texi (Choosing Window): | |
5404 * lispref/windows.texi (Window Point): | |
5405 * lispref/windows.texi (Window Start): | |
5406 * lispref/windows.texi (Vertical Scrolling): | |
5407 * lispref/windows.texi (Horizontal Scrolling): | |
5408 * lispref/windows.texi (Resizing Windows): | |
5409 * lispref/windows.texi (Window Configurations): | |
5410 * lispref/x-windows.texi (X Selections): | |
5411 * lispref/x-windows.texi (Resources): | |
5412 * lispref/strings.texi (Creating Strings): | |
5413 * lispref/strings.texi (Character Codes): | |
5414 * lispref/strings.texi (Text Comparison): | |
5415 * lispref/strings.texi (String Conversion): | |
5416 * lispref/strings.texi (Formatting Strings): | |
5417 * lispref/strings.texi (Character Case): | |
5418 * lispref/strings.texi (Case Tables): | |
5419 * lispref/strings.texi (Char Table Types): | |
5420 * lispref/strings.texi (Working With Char Tables): | |
5421 Giant docstring parameter/Texinfo fixes. | |
5422 | |
5423 Don't use abbreviations for English words, especially when those | |
5424 words have other meanings. For example, use START, not BEG. | |
5425 Use OBJECT, not OBJ. | |
5426 Use VALUE, not VAL. | |
5427 Use BUFFER, not BUF. | |
5428 Use PROCESS, not PROC. (Sometimes PROC was used to mean FUNCTION!) | |
5429 Use CHARACTER, not CH or CHR. | |
5430 Use NUMBER, not NUM. | |
5431 Use COLUMN, not COL. | |
5432 Use POSITION, not POS. | |
5433 Use SYMBOL, not SYM. | |
5434 Use STRING, not STR. | |
5435 Use LIMIT, not LIM. | |
5436 Use OTHER-WINDOW-P, not OTHER-P. | |
5437 Use PRIORITY, not PRI. | |
5438 | |
5439 Use `non-nil', not `true'. | |
5440 | |
5441 Don't call a parameter an ALIST if it can also be a FUNCTION or OBARRAY. | |
5442 | |
5443 Use CASE-TABLE, CATEGORY-TABLE, CHAR-TABLE, etc. instead of TABLE. | |
5444 | |
5445 Try to find better parameter names than ARG. | |
5446 | |
5447 Use consistent parameter names. For example, s/NO-ERROR/NOERROR/g; | |
5448 | |
5449 Use type information in parameter names. For example, use | |
5450 (make-bit-vector length bit), not (make-bit-vector length init). | |
5451 | |
5452 Completion functions should have parameters with names like | |
5453 PARTIAL-FILENAME instead of the misleading FILENAME. | |
5454 | |
5455 Type predicates should consistently take an OBJECT parameter, | |
5456 since any object is valid as input. | |
5457 | |
5458 Use WHICH-FRAMES and WHICH-DEVICES parameters consistently for | |
5459 functions like next-window and next-frame that walk over window or | |
5460 frame lists. | |
5461 | |
5462 Deleted duplicated documentation for: | |
5463 one-window-p, format-insert-file | |
5464 | |
5465 Deleted 21 lines of VMS-specific texinfo documentation. | |
5466 | |
5467 Fixed up a few places where `_' was used in docstring parameter | |
5468 names instead of `-'. | |
5469 | |
5470 Fixed up places that used nil or t without @code. | |
5471 | |
5472 Fixed up places that erroneously used @code instead of @var. | |
5473 | |
5474 Fixed many typos. | |
5475 | |
5476 Fixed many places where the parameters mentioned in the docstring | |
5477 didn't match the actual parameters. | |
5478 | |
5479 Fixed 7 places that used `@var{nil}' instead of `@code{nil}'. | |
5480 | |
5481 Fixed 40 places where docstrings were missing trailing `.' | |
5482 | |
5483 Fixed the texi documentation of 41 functions where the | |
5484 interactiveness of the function in the documentation did not match | |
5485 the implementation. | |
5486 | |
5487 Fixed 117 functions where the names of parameters in the texi was | |
5488 different from the names in the implementation. | |
5489 | |
5490 Fixed the texi documentation of 137 functions where the parameter | |
5491 list of the function in the texi was semantically different from | |
5492 the implementation. | |
5493 | |
5494 2000-10-28 Adrian Aichner <adrian@xemacs.org> | |
5495 | |
5496 * xemacs-faq.texi (Q1.2.1): Use @html instead of @ifhtml to | |
5497 incorporate raw HTML output in the HTML version. | |
5498 | |
5499 2000-11-02 Stephen J. Turnbull <stephen@xemacs.org> | |
5500 | |
5501 * xemacs/menus.texi: | |
5502 * widget.texi: | |
5503 Typo fixes and tiny clarifications. | |
5504 | |
5505 2000-10-19 Stephen J. Turnbull <stephen@xemacs.org> | |
5506 | |
5507 * xemacs-faq.texi: Added Q2.0.13, Q2.0.14 - packages why and how. | |
5508 Added Q2.1.25 - function not found due to package not installed. | |
5509 | |
5510 * xemacs/xemacs.texi: | |
5511 * xemacs/abbrevs.texi: | |
5512 * xemacs/basic.texi: | |
5513 * xemacs/building.texi: | |
5514 * xemacs/packages.texi: | |
5515 * xemacs/startup.texi: | |
5516 Moved "Packages" node to "Important General Concepts" section. | |
5517 | |
5518 * xemacs/packages.texi: Added package list from etc/PACKAGES. | |
5519 | |
442 | 5520 2000-10-04 Martin Buchholz <martin@xemacs.org> |
5521 | |
5522 * XEmacs 21.2.36 is released. | |
5523 | |
5524 2000-09-27 Martin Buchholz <martin@xemacs.org> | |
5525 | |
5526 * lispref/processes.texi (Signals to Processes): Many corrections. | |
5527 | |
5528 2000-09-20 Martin Buchholz <martin@xemacs.org> | |
5529 | |
5530 * xemacs/startup.texi (Startup Paths): Minor fixes. | |
5531 | |
5532 2000-09-19 Martin Buchholz <martin@xemacs.org> | |
5533 | |
5534 * *: Spelling mega-patch | |
5535 | |
5536 2000-09-16 Martin Buchholz <martin@xemacs.org> | |
5537 | |
5538 * internals/internals.texi (Low-Level Modules): | |
5539 Correct the list of source files. | |
5540 | |
5541 2000-08-24 Adrian Aichner <aichner@ecf.teradyne.com> | |
5542 | |
5543 * emodules.texi (Introduction): Trivial typo fix. | |
5544 | |
5545 2000-08-24 Martin Buchholz <martin@xemacs.org> | |
5546 | |
5547 * emodules.texi (Initialization Mode): Spell-Check. | |
5548 | |
5549 2000-08-24 Martin Buchholz <martin@xemacs.org> | |
5550 | |
5551 * lispref/databases.texi (Connecting to a Database): | |
5552 s/berkeley_db/berkeley-db/. Too much C programming. | |
5553 | |
5554 2000-08-02 Stephen J. Turnbull <stephen@xemacs.org> | |
5555 | |
5556 * xemacs/custom.texi (Menubar Resources): Document FontSet resource. | |
5557 | |
5558 2000-07-30 Ben Wing <ben@xemacs.org> | |
5559 | |
5560 * xemacs\search.texi (Regexp Search): | |
5561 * xemacs\search.texi (Regexps): | |
5562 Synch up with updated docs below (describing non-greedy | |
5563 operators and such). | |
5564 | |
5565 2000-07-30 Ben Wing <ben@xemacs.org> | |
5566 | |
5567 * lispref\searching.texi (Syntax of Regexps): | |
5568 Document ??, which we've supported since 20.4. | |
5569 | |
5570 2000-07-31 Sandra Wambold <wambold@cygnus.com> | |
5571 | |
5572 * xemacs-faq.texi: Minor updates in first two sections | |
5573 | |
5574 2000-07-27 Andy Piper <andy@xemacs.org> | |
5575 | |
5576 * lispref/hash-tables.texi: add new hash table type. | |
5577 | |
5578 2000-07-19 Martin Buchholz <martin@xemacs.org> | |
5579 | |
5580 * XEmacs 21.2.35 is released. | |
5581 | |
5582 2000-07-10 Martin Buchholz <martin@xemacs.org> | |
5583 | |
5584 * Makefile: rm -f ==> $(RM) | |
5585 | |
5586 2000-07-09 Martin Buchholz <martin@xemacs.org> | |
5587 | |
454 | 5588 * lispref/postgresql.texi: |
442 | 5589 - Don't mention ".so" extension. |
5590 - Make installation instructions more generic. | |
5591 - Mention M-x describe-installation. | |
5592 | |
5593 2000-07-08 Ben Wing <ben@xemacs.org> | |
5594 | |
5595 * xemacs-faq.texi (Q6.4.1): Update the perennial nonstart under | |
5596 Windows problem with binary locs and latest info. | |
5597 | |
5598 2000-06-17 Adrian Aichner <aichner@ecf.teradyne.com> | |
5599 | |
5600 * lispref/glyphs.texi: Fix trivial typos. | |
5601 * lispref/gutter.texi: Ditto. | |
5602 * lispref/loading.texi: Ditto. | |
5603 * lispref/postgresql.texi: Ditto. | |
5604 | |
5605 2000-06-14 Adrian Aichner <aichner@ecf.teradyne.com> | |
5606 | |
5607 * internals/internals.texi (Markers and Extents): Fix trivial typo. | |
5608 | |
5609 2000-06-11 Adrian Aichner <aichner@ecf.teradyne.com> | |
5610 | |
5611 * make-stds.texi: Fix trivial typos. | |
5612 * xemacs-faq.texi: Ditto. | |
5613 * internals/internals.texi: Ditto. | |
5614 * new-users-guide/edit.texi: Ditto. | |
5615 * new-users-guide/modes.texi: Ditto. | |
5616 * new-users-guide/region.texi: Ditto. | |
5617 | |
5618 2000-06-10 Ben Wing <ben@xemacs.org> | |
5619 | |
5620 * xemacs-faq.texi (Q6.1.2): | |
5621 * xemacs-faq.texi (Q6.1.5): | |
5622 * xemacs-faq.texi (Q6.1.6): | |
5623 Corrections for Cygwin, MinGW. | |
5624 | |
5625 2000-06-07 Adrian Aichner <aichner@ecf.teradyne.com> | |
5626 | |
5627 * xemacs/basic.texi: Fix trivial typos. | |
5628 * xemacs/buffers.texi: Fix trivial typos. | |
5629 * xemacs/building.texi: Ditto. | |
5630 * xemacs/glossary.texi: Ditto. | |
5631 * xemacs/gnu.texi: Ditto. | |
5632 * xemacs/help.texi: Ditto. | |
5633 * xemacs/keystrokes.texi: Ditto. | |
5634 * xemacs/programs.texi: Ditto. | |
5635 * xemacs/search.texi: Ditto. | |
5636 * xemacs/sending.texi: Ditto. | |
5637 | |
5638 2000-05-28 Martin Buchholz <martin@xemacs.org> | |
5639 | |
5640 * XEmacs 21.2.34 is released. | |
5641 | |
5642 2000-05-17 Yoshiki Hayashi <yoshiki@xemacs.org> | |
5643 | |
5644 * xemacs/basic.texi: Document translation of tutorial. | |
5645 * xemacs/startup.texi: Remove lock-directory. | |
5646 * xemacs/enterings.texi: Update. | |
5647 | |
5648 2000-05-17 Yoshiki Hayashi <yoshiki@xemacs.org> | |
5649 | |
5650 * lispref/display.texi: | |
5651 * lispref/faces.texi: | |
5652 * lispref/glyphs.texi: | |
5653 * lispref/gutter.texi: | |
5654 * lispref/modes.texi: | |
5655 * lispref/specifiers.texi: | |
5656 * lispref/toolbar.texi: | |
5657 Update. Merge Ben's doc-string update. | |
5658 | |
5659 2000-05-08 Yoshiki Hayashi <yoshiki@xemacs.org> | |
5660 | |
5661 * xemacs/basic.texi: | |
5662 * xemacs/enterings.texi: | |
5663 * xemacs/mini.texi: | |
5664 Partial sync with FSF Emacs 20.6 and some update. | |
5665 | |
5666 2000-05-01 Martin Buchholz <martin@xemacs.org> | |
5667 | |
5668 * XEmacs 21.2.33 is released. | |
5669 | |
5670 2000-04-11 Yoshiki Hayashi <yoshiki@xemacs.org> | |
5671 | |
5672 * xemacs-faq.texi (Q2.1.24): Removed wrong header. | |
5673 | |
5674 2000-04-01 Oscar Figueiredo <oscar@xemacs.org> | |
5675 | |
5676 * lispref/ldap.texi: Documentation of the add/modify/delete and | |
5677 internationalization APIs | |
5678 | |
5679 * lispref/lispref.texi: Updated LDAP-related menus | |
5680 | |
5681 2000-03-20 Martin Buchholz <martin@xemacs.org> | |
5682 | |
5683 * XEmacs 21.2.32 is released. | |
5684 | |
5685 2000-03-15 SL Baur <steve@musashimaru.m17n.org> | |
5686 | |
5687 * lispref/postgresql.texi (Unimplemented libpq Functions): Update | |
5688 documentation to reflect the latest code. | |
5689 | |
5690 2000-03-07 SL Baur <steve@musashimaru.m17n.org> | |
5691 | |
5692 * lispref/postgresql.texi (PostgreSQL Support): New File. | |
5693 | |
5694 * lispref/ldap.texi: Insert PostgreSQL/libpq chapter. | |
5695 * lispref/lispref.texi (Top): Ditto. | |
5696 * lispref/internationalization.texi: Ditto. | |
5697 | |
5698 2000-03-07 Yoshiki Hayashi <yoshiki@xemacs.org> | |
5699 | |
5700 * lispref/glyphs.texi (Image Specifiers): Remove parenthesis. | |
5701 | |
5702 2000-03-06 Yoshiki Hayashi <yoshiki@xemacs.org> | |
5703 | |
5704 * xemacs-faq.texi: Put node before section. | |
5705 | |
5706 2000-03-05 Jonathan Harris <jhar@tardis.ed.ac.uk> | |
5707 | |
5708 * xemacs-faq.texi (Macintosh port): Made texinfmt-friendly. | |
5709 | |
5710 2000-03-01 Sandra Wambold <wambold@xemacs.org> | |
5711 | |
5712 * xemacs-faq.texi: Added 6.4.1. XEmacs won't start on Windows | |
5713 | |
5714 2000-01-25 Yoshiki Hayashi <yoshiki@xemacs.org> | |
5715 | |
5716 * xemacs/xemacs.texi: Detailed menu update. | |
5717 | |
5718 2000-01-28 Yoshiki Hayashi <yoshiki@xemacs.org> | |
5719 | |
5720 * xemacs/help.texi: Synch with FSF 20.5. Update. | |
5721 | |
5722 2000-02-21 Yoshiki Hayashi <yoshiki@xemacs.org> | |
5723 | |
5724 * lispref/minibuf.texi: Add default argument documentation. | |
5725 | |
5726 2000-02-27 Martin Buchholz <martin@xemacs.org> | |
5727 | |
5728 * internals/internals.texi (lrecords): Update docs for new lisp | |
5729 object representation. | |
5730 | |
5731 2000-02-25 Martin Buchholz <martin@xemacs.org> | |
5732 | |
5733 * internals/internals.texi (Techniques for XEmacs Developers): | |
5734 Document INLINE_HEADER and how to create macros and inline functions. | |
5735 Cleanup entire section. | |
5736 | |
2069 | 5737 2000-02-17 Stephen J. Turnbull <stephen@xemacs.org> |
442 | 5738 |
5739 * man/lispref/gutter.texi: New file describing gutter API. | |
5740 | |
5741 * man/lispref/lispref.texi, man/lispref/scrollbars.texi, | |
5742 | |
5743 * man/lispref/toolbar.texi: Fixup links to new node Gutter. | |
5744 | |
2069 | 5745 2000-02-17 Stephen J. Turnbull <stephen@xemacs.org> |
442 | 5746 |
5747 * man/lispref/frames.texi, man/xemacs/custom.texi, | |
5748 man/xemacs/frame.texi, man/xemacs/glossary.texi: Mention menubars, | |
5749 toolbars, and gutters as optional components of frames, with | |
5750 pointers to descriptions. | |
5751 | |
2069 | 5752 2000-02-17 Stephen J. Turnbull <stephen@xemacs.org> |
442 | 5753 |
5754 * man/lispref/mule.texi: Substantial reorganization and | |
5755 revision for style of descriptions of character sets, | |
5756 encodings, and coding systems. Addition of a complete table | |
5757 of coding systems as of XEmacs 21.2.19. | |
5758 | |
5759 2000-02-23 Martin Buchholz <martin@xemacs.org> | |
5760 | |
5761 * XEmacs 21.2.31 is released. | |
5762 | |
5763 2000-02-21 Martin Buchholz <martin@xemacs.org> | |
5764 | |
5765 * XEmacs 21.2.30 is released. | |
5766 | |
5767 2000-02-21 Jonathan Harris <jhar@tardis.ed.ac.uk> | |
5768 | |
5769 * internals/internals.texi: Made texinfmt-friendly. | |
5770 | |
5771 2000-01-20 Mark Thomas <mthomas@jprc.com> | |
5772 | |
5773 * lispref/backups.texi (Numbered Backups): | |
5774 * xemacs/files.texi (Backup Deletion): | |
5775 Change trim-versions-without-asking to delete-old-versions. | |
5776 | |
5777 2000-02-19 Martin Buchholz <martin@xemacs.org> | |
5778 | |
5779 * internals/internals.texi (Conversion to and from External Data): | |
5780 Document TO_EXTERNAL_FORMAT and friends. | |
5781 Doc bug fixes. | |
5782 | |
5783 2000-02-16 Martin Buchholz <martin@xemacs.org> | |
5784 | |
5785 * XEmacs 21.2.29 is released. | |
5786 | |
5787 2000-02-16 Martin Buchholz <martin@xemacs.org> | |
5788 | |
5789 * internals/internals.texi: Integrate Olivier's portable dumping docs. | |
5790 | |
5791 2000-02-09 Martin Buchholz <martin@xemacs.org> | |
5792 | |
5793 * lispref/symbols.texi (Object Plists): | |
5794 Document `object-plist'. | |
5795 Document `remprop'. | |
5796 Rework all plist frobbing docs for accuracy. | |
5797 | |
440 | 5798 2000-02-07 Martin Buchholz <martin@xemacs.org> |
5799 | |
5800 * XEmacs 21.2.28 is released. | |
5801 | |
5802 2000-02-07 Martin Buchholz <martin@xemacs.org> | |
5803 | |
5804 * cl.texi: Remove (or replace by `get') references to `get*'. | |
5805 | |
5806 2000-01-25 Yoshiki Hayashi <yoshiki@xemacs.org> | |
5807 | |
5808 * widget.texi: | |
5809 * internals/internals.texi: | |
5810 * lispref/commands.texi: | |
5811 * lispref/consoles-devices.texi: | |
5812 * lispref/customize.texi: | |
5813 * lispref/dialog.texi: | |
5814 * lispref/extents.texi: | |
5815 * lispref/faces.texi: | |
5816 * lispref/glyphs.texi: | |
5817 * lispref/keymaps.texi: | |
5818 * lispref/lists.texi: | |
5819 * lispref/markers.texi: | |
5820 * lispref/menus.texi: | |
5821 * lispref/mule.texi: | |
5822 * lispref/objects.texi: | |
5823 * lispref/specifiers.texi: | |
5824 * lispref/toolbar.texi: | |
5825 * lispref/tooltalk.texi: | |
5826 * lispref/x-windows.texi: | |
5827 * new-users-guide/custom2.texi: | |
5828 * new-users-guide/help.texi: | |
5829 * new-users-guide/modes.texi: | |
5830 * xemacs/abbrevs.texi: | |
5831 * xemacs/buffers.texi: | |
5832 * xemacs/custom.texi: | |
5833 * xemacs/help.texi: | |
5834 * xemacs/keystrokes.texi: | |
5835 * xemacs/mini.texi: | |
5836 * xemacs/new.texi: | |
5837 * xemacs/packages.texi: | |
5838 * xemacs/programs.texi: | |
5839 * xemacs/sending.texi: | |
5840 Change ' -- ' to '---' since Texinfo formats --- to --. | |
5841 Untabify. TeX doesn't like TAB. | |
5842 | |
5843 2000-01-27 Sandra Wambold <wambold@xemacs.org> | |
5844 | |
5845 * xemacs-faq.texi (Q6.2.2): updated font instructions to include | |
5846 21.2.* | |
5847 | |
5848 2000-01-25 Yoshiki Hayashi <yoshiki@xemacs.org> | |
5849 | |
5850 * xemacs-faq.texi: Untabify. | |
442 | 5851 |
440 | 5852 2000-01-22 Martin Buchholz <martin@xemacs.org> |
5853 | |
5854 * internals/internals.texi (General Coding Rules): Document why we | |
5855 #include <config.h> | |
5856 | |
5857 2000-01-21 Yoshiki Hayashi <yoshiki@xemacs.org> | |
5858 | |
5859 * xemacs-faq.texi: Change ' -- ' to '---'. | |
442 | 5860 |
440 | 5861 2000-01-19 Yoshiki Hayashi <yoshiki@xemacs.org> |
5862 | |
5863 * lispref/faces.texi (Face Properties): Document | |
5864 remove-face-property. | |
5865 | |
438 | 5866 2000-01-18 Martin Buchholz <martin@xemacs.org> |
5867 | |
5868 * XEmacs 21.2.27 is released. | |
5869 | |
5870 2000-01-17 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp> | |
5871 | |
5872 * xemacs/regs.texi: Synch with FSF 20.5. | |
5873 | |
5874 2000-01-14 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp> | |
5875 | |
5876 * info.texi: Change cross reference from emacs to xemacs. | |
5877 | |
5878 2000-01-14 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp> | |
5879 | |
5880 * xemacs/mini.texi: Synch with FSF 20.5. Update. | |
5881 | |
5882 2000-01-16 Martin Buchholz <martin@xemacs.org> | |
5883 | |
5884 * xemacs-faq.texi (Q2.1.15): Fix up @table formatting. | |
5885 | |
5886 2000-01-14 Martin Buchholz <martin@xemacs.org> | |
5887 | |
5888 * xemacs-faq.texi (Q2.1.15): Update dbx/gdb debugging info. | |
5889 | |
5890 2000-01-14 Sandra Wambold <wambold@xemacs.org> | |
5891 | |
5892 * xemacs-faq.texi: removed out-of-date XEmacs 19 questions. | |
5893 | |
5894 2000-01-14 Sandra Wambold <wambold@xemacs.org> | |
5895 | |
5896 * xemacs-faq.texi: Updated Macintosh information, | |
5897 updated OS/2 info, changed turn-on-pending-delete answer. | |
5898 | |
5899 2000-01-08 Martin Buchholz <martin@xemacs.org> | |
5900 | |
5901 * xemacs-faq.texi (Q2.1.15): Make debugging info current. | |
5902 | |
5903 2000-01-08 Hrvoje Niksic <hniksic@iskon.hr> | |
5904 | |
5905 * lispref/control.texi (Signaling Errors): Document that `signal' | |
5906 is continuable. | |
5907 (Signaling Errors): Document `cerror', `signal-error', and | |
5908 `check-argument-type'. | |
5909 (Handling Errors): Mention `debug-on-signal'. | |
5910 (Error Symbols): Document `define-error'. | |
5911 (Processing of Errors): Document `display-error' and | |
5912 `error-message-string'. | |
5913 | |
5914 2000-01-05 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp> | |
5915 | |
5916 * internals/internals.texi: Remove latin-1 char. | |
5917 | |
5918 2000-01-05 Didier Verna <didier@xemacs.org> | |
5919 | |
5920 * xemacs/custom.texi (Key bindings using strings): add missing | |
5921 whitespace. | |
5922 | |
5923 * xemacs/xemacs.texi (Top): | |
5924 * new-users-guide/new-users-guide.texi (Top): add missing `@top' | |
5925 node. | |
5926 | |
5927 1999-12-24 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp> | |
5928 | |
5929 * lispref/minibuf.texi (Reading a Password): New section. | |
5930 | |
5931 1999-12-21 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp> | |
5932 | |
5933 * lispref/minibuf.texi: Remove documentation about | |
5934 minibuffer-local-ns-map, read-no-blanks-input. | |
5935 | |
5936 1999-12-21 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp> | |
5937 | |
5938 * lispref/minibuf.texi: Partial Synch with FSF manual. | |
5939 Add description about DEFAULT argument of reading functions. | |
5940 | |
436 | 5941 1999-12-31 Martin Buchholz <martin@xemacs.org> |
5942 | |
5943 * XEmacs 21.2.26 is released. | |
5944 | |
5945 1999-12-26 Karl M. Hegbloom <karlheg@inetarena.com> | |
5946 | |
5947 * internals/internals.texi (garbage_collect_1): Xemacs -> XEmacs | |
5948 | |
434 | 5949 1999-12-24 Martin Buchholz <martin@xemacs.org> |
5950 | |
5951 * XEmacs 21.2.25 is released. | |
5952 | |
5953 1999-12-21 Martin Buchholz <martin@xemacs.org> | |
5954 | |
5955 * lispref/text.texi (Near Point): Document `char-before'. | |
5956 | |
5957 1999-12-20 Adrian Aichner <adrian@xemacs.org> | |
5958 | |
5959 * widget.texi: Fix typos and possessive singular errors. Break | |
5960 long sentences for readability. Remove some redundant commas. | |
5961 | |
5962 1999-12-18 Martin Buchholz <martin@xemacs.org> | |
5963 | |
442 | 5964 * lispref/functions.texi (Mapping Functions): |
434 | 5965 Warn about mapping functions modifying their sequences. |
5966 | |
5967 1999-12-15 Sandra Wambold <wambold@xemacs.org> | |
5968 | |
5969 * xemacs-faq.texi: link to matlab.el added; misc. address changes | |
5970 | |
432 | 5971 1999-12-14 Martin Buchholz <martin@xemacs.org> |
5972 | |
5973 * XEmacs 21.2.24 is released. | |
5974 | |
5975 1999-12-07 Gunnar Evermann <ge204@eng.cam.ac.uk> | |
5976 | |
5977 * xemacs/startup.texi (Startup Paths): fix typo: EMACSPACKAGEPATH | |
442 | 5978 instead of PACKAGEPATH |
432 | 5979 From Marcus Harnisch <harnisch@mikrom.de> |
5980 | |
430 | 5981 1999-12-07 Martin Buchholz <martin@xemacs.org> |
5982 | |
5983 * XEmacs 21.2.23 is released. | |
5984 | |
5985 1999-12-06 Sandra Wambold <wambold@pobox.com> | |
5986 | |
5987 * xemacs-faq.texi: Added MS-Windows questions; some other changes | |
5988 | |
5989 1999-11-29 Martin Buchholz <martin@xemacs.org> | |
5990 | |
442 | 5991 * info.texi (Top): |
430 | 5992 Remove @ifnottex, which gives old makeinfos indigestion. |
442 | 5993 * texinfo.texi (Top): |
430 | 5994 Revert to pre-texinfo-4.0 version, plus small changes to make |
5995 texinfo-3.12, texinfo-3.12f, texinfo-4.0, and TeX happy. | |
5996 | |
5997 1999-11-30 Sandra Wambold <wambold@cygnus.com> | |
5998 | |
5999 * xemacs-faq.texi: fixed and commented out bad URL links | |
6000 | |
428 | 6001 1999-11-29 XEmacs Build Bot <builds@cvs.xemacs.org> |
6002 | |
6003 * XEmacs 21.2.22 is released | |
6004 | |
6005 1999-11-28 Martin Buchholz <martin@xemacs.org> | |
6006 | |
6007 * XEmacs 21.2.21 is released. | |
6008 | |
6009 1999-11-26 Martin Buchholz <martin@xemacs.org> | |
6010 | |
6011 * internals.texi (Lstream Functions): | |
6012 * internals.texi (Lstream Methods): | |
6013 Types have changed to size_t and ssize_t. Document them. | |
6014 | |
6015 1999-08-12 Gunnar Evermann <ge204@eng.cam.ac.uk> | |
6016 | |
6017 * xemacs-faq.texi (Q4.4.2): added FAQ about Sun Workshop on | |
6018 XEmacs 21 | |
6019 | |
6020 1999-11-15 Martin Buchholz <martin@xemacs.org> | |
6021 | |
6022 * xemacs/programs.texi: Upgrade to etags Version 13.32 | |
442 | 6023 |
428 | 6024 * Makefile: |
6025 - Make sure the default target is `info' instead of cl.info. | |
6026 - Use $(INFODIR) consistently where appropriate. | |
6027 - Remove makeinfo-1.68 warning. (Usually only maintainer rebuilds info). | |
6028 - Comment out unused macros: EMACS EMACSFLAGS | |
6029 - Replace `-rm -f' with `rm -f', XPG4 guarantees exit code == 0. | |
6030 - Get dependencies up to date. | |
6031 | |
6032 * internals/Makefile: | |
6033 * xemacs/Makefile: | |
6034 * lispref/Makefile: | |
6035 * new-users-guide/Makefile: | |
6036 * lispref/index.perm: | |
6037 * lispref/index.unperm: | |
6038 * lispref/permute-index: | |
6039 * internals/index.perm: | |
6040 * internals/index.unperm: | |
6041 Remove these Makefiles. | |
6042 Include all functionality in man/Makefile. | |
6043 Support only non-permuted indexes for simplicity. | |
6044 | |
6045 * emodules.texi: | |
6046 - TeX doesn't tolerate `_' in variable names; use `-' instead. | |
6047 | |
6048 * lispref/commands.texi: | |
6049 * lispref/display.texi: | |
6050 * lispref/faces.texi: | |
6051 * lispref/functions.texi: | |
6052 * lispref/keymaps.texi: | |
6053 * lispref/lists.texi: | |
6054 * lispref/modes.texi: | |
6055 * lispref/objects.texi: | |
6056 * lispref/os.texi: | |
6057 * lispref/sequences.texi: | |
6058 * lispref/strings.texi: | |
6059 * lispref/text.texi: | |
6060 * new-users-guide/custom1.texi: | |
6061 * xemacs/custom.texi: | |
6062 * xemacs/menus.texi: | |
6063 - Make sources compatible with makeinfo 4.0 *and* 3.12. | |
6064 - Replace @sc{ASCII} with @sc{ascii}, etc... | |
6065 - Replace @var{(foo)} with (@var{foo}), etc... | |
6066 | |
6067 * info-stnd.texi: Remove. Who cares about the standalone info reader? | |
6068 | |
6069 * texinfo.tex: | |
6070 * texinfo.texi: | |
6071 * info.texi: | |
6072 * standards.texi: | |
6073 * make-stds.texi: | |
6074 Import FSF-maintained files from texinfo-4.0. | |
6075 | |
6076 1999-11-10 XEmacs Build Bot <builds@cvs.xemacs.org> | |
6077 | |
6078 * XEmacs 21.2.20 is released | |
6079 | |
6080 1999-08-30 Robert Pluim <rpluim@bigfoot.com> | |
6081 | |
6082 * xemacs/packages.texi (Using Packages): Added description of | |
6083 package-get-package-provider. | |
6084 | |
6085 1999-07-27 Charles G Waldman <cgw@fnal.gov> | |
6086 | |
6087 * xemacs-faq.texi (Q5.0.6): Describe `shell-multiple-shells' | |
6088 | |
434 | 6089 1999-08-01 Adrian Aichner <adrian@xemacs.org> |
428 | 6090 |
6091 * xemacs/programs.texi (Balanced Editing): Remove broken | |
6092 line-break. | |
6093 | |
6094 * xemacs-faq.texi (Q1.0.6): Provide correct location in XEmacs | |
6095 menus. | |
6096 (Q1.4.1): ditto. | |
6097 (Q1.4.3): ditto. | |
6098 (Q2.0.5): Hyphenate words. | |
6099 | |
6100 * info.texi (Add): Fix one typo. | |
6101 | |
6102 1999-08-23 Stephane Epardaud <stephane@lunatech.com> | |
6103 | |
6104 * internals/internals.texi (Garbage Collection - Step by Step): | |
6105 just added some dots to shut up compile warnings. | |
6106 | |
6107 1999-08-19 Matthias Neubauer <neubauer@informatik.uni-tuebingen.de> | |
6108 | |
6109 * internals/internals.texi (Garbage Collection - Step by Step): | |
6110 new section in chapter Allocation of Objects in XEmacs Lisp. | |
6111 | |
6112 1999-07-28 Andy Piper <andy@xemacs.org> | |
6113 | |
6114 * internals.texi (Glyphs): add some glyph documentation. | |
6115 | |
6116 1999-07-30 XEmacs Build Bot <builds@cvs.xemacs.org> | |
6117 | |
6118 * XEmacs 21.2.19 is released | |
6119 | |
434 | 6120 1999-07-10 Adrian Aichner <adrian@xemacs.org> |
428 | 6121 |
6122 * emodules.texi: Use @set emacs and @value{emacs} instead of | |
6123 @macro (unsupported by texinfo package). Remove stray @code. | |
6124 * custom.texi: Add info extension to @setfilename. | |
6125 * texinfo.texi: Ditto. | |
6126 * widget.texi: Ditto. | |
6127 * packages.texi: Reword a sentence, fixing @item Decide where to | |
6128 install ... | |
6129 | |
442 | 6130 1999-07-19 Didier Verna <didier@xemacs.org> |
428 | 6131 |
6132 * custom.texi (Wishlist): removed the Custom Comments wishlist | |
6133 entry. They are implemented. | |
6134 | |
6135 1999-07-13 XEmacs Build Bot <builds@cvs.xemacs.org> | |
6136 | |
6137 * XEmacs 21.2.18 is released | |
6138 | |
6139 1999-06-22 XEmacs Build Bot <builds@cvs.xemacs.org> | |
6140 | |
6141 * XEmacs 21.2.17 is released | |
6142 | |
6143 1999-06-11 XEmacs Build Bot <builds@cvs.xemacs.org> | |
6144 | |
6145 * XEmacs 21.2.16 is released | |
6146 | |
6147 1999-06-04 XEmacs Build Bot <builds@cvs.xemacs.org> | |
6148 | |
6149 * XEmacs 21.2.15 is released | |
6150 | |
6151 1999-05-30 Albert Chin-A-Young <china@thewrittenword.com> | |
6152 | |
6153 * custom.texi, external-widget.texi: Minor | |
6154 fix to get info DIR entry correct. | |
6155 | |
6156 1999-05-22 Vin Shelton <acs@xemacs.org> | |
6157 | |
6158 * xemacs/cmdargs.texi: | |
6159 Document -private. | |
6160 | |
6161 1999-05-16 Mike McEwan <mike@lotusland.demon.co.uk> | |
6162 | |
6163 * Makefile: Added `emodules.info' to info targets. | |
6164 | |
6165 1999-05-20 Karl M. Hegbloom <karlheg@debian.org> | |
6166 | |
6167 * internals/internals.texi (The XEmacs Object System | |
6168 (Abstractly Speaking)): typo. | |
6169 | |
6170 1999-05-16 Hrvoje Niksic <hniksic@srce.hr> | |
6171 | |
6172 * lispref/text.texi (Substitution): Document improvements in | |
6173 `translate-region'. | |
6174 | |
6175 1999-05-14 XEmacs Build Bot <builds@cvs.xemacs.org> | |
6176 | |
6177 * XEmacs 21.2.14 is released | |
6178 | |
6179 1999-05-11 Albert Chin-A-Young <china@thewrittenword.com> | |
6180 | |
6181 * man/internals/internals.texi: | |
6182 * man/lispref/lispref.texi: | |
6183 * man/new-users-guide/new-users-guide.texi: | |
6184 * man/xemacs/xemacs.texi: | |
6185 * man/cl.texi: | |
6186 * man/custom.texi: | |
6187 * man/term.texi: | |
6188 * man/termcap.texi: | |
6189 * man/widget.texi: | |
6190 * man/xemacs-faq.texi: | |
6191 * man/external-widget.texi: | |
6192 Added info dir entries so install-info will add them to | |
6193 the common `dir' file. | |
6194 | |
2069 | 6195 1999-04-28 Stephen J. Turnbull <stephen@xemacs.org> |
428 | 6196 |
6197 * man/lispref/mule.texi: Document CCL | |
6198 - add sections: syntax, statements, expressions, and examples. | |
6199 - fix naming and description errors. | |
6200 - update links in neighboring nodes. | |
6201 | |
6202 1999-04-24 Gunnar Evermann <ge204@eng.cam.ac.uk> | |
6203 | |
6204 * lispref/eval.texi (Eval): default for max-lisp-eval-depth is 500. | |
6205 | |
6206 1999-04-23 Gunnar Evermann <ge204@eng.cam.ac.uk> | |
6207 | |
6208 * xemacs-faq.texi (Q3.0.7): refer to correct menu (Option->Frame | |
6209 Appearance) | |
6210 | |
6211 1999-03-12 XEmacs Build Bot <builds@cvs.xemacs.org> | |
6212 | |
6213 * XEmacs 21.2.13 is released | |
6214 | |
6215 1999-03-05 XEmacs Build Bot <builds@cvs.xemacs.org> | |
6216 | |
6217 * XEmacs 21.2.12 is released | |
6218 | |
6219 1999-03-01 XEmacs Build Bot <builds@cvs.xemacs.org> | |
6220 | |
6221 * XEmacs 21.2.11 is released | |
6222 | |
6223 1999-02-05 XEmacs Build Bot <builds@cvs.xemacs.org> | |
6224 | |
6225 * XEmacs 21.2.10 is released | |
6226 | |
6227 1999-02-02 XEmacs Build Bot <builds@cvs.xemacs.org> | |
6228 | |
6229 * XEmacs 21.2.9 is released | |
6230 | |
434 | 6231 1999-01-14 Adrian Aichner <adrian@xemacs.org> |
428 | 6232 |
6233 * internals\internals.texi (Techniques for XEmacs Developers): | |
6234 Fixing documentation. | |
6235 (Basic Lisp Modules): ditto. | |
6236 | |
6237 1999-01-10 J. Kean Johnston <jkj@sco.com> | |
6238 | |
6239 * emodules.texi: New file to describe XEmacs modules. | |
6240 | |
6241 1998-12-28 Martin Buchholz <martin@xemacs.org> | |
6242 | |
6243 * XEmacs 21.2.8 is released. | |
6244 | |
6245 1998-12-24 Martin Buchholz <martin@xemacs.org> | |
6246 | |
6247 * XEmacs 21.2.7 is released. | |
6248 | |
6249 1998-12-16 Andy Piper <andy@xemacs.org> | |
6250 | |
6251 * XEmacs 21.2.6 is released | |
6252 | |
6253 1998-12-05 XEmacs Build Bot <builds@cvs.xemacs.org> | |
6254 | |
6255 * XEmacs 21.2.5 is released | |
6256 | |
6257 1998-11-30 Martin Buchholz <martin@xemacs.org> | |
6258 | |
6259 * xemacs/startup.texi (Startup Paths): | |
6260 * xemacs/custom.texi (Widgets): | |
6261 * xemacs-faq.texi (Q3.0.5): | |
6262 * xemacs-faq.texi (Top): | |
6263 | |
6264 * widget.texi (info-link): | |
6265 | |
6266 * lispref/objects.texi (Type Predicates): | |
6267 * lispref/objects.texi (Hash Table Type): | |
6268 * lispref/objects.texi (Primitive Types): | |
6269 * lispref/objects.texi (Lisp Data Types): | |
6270 * lispref/macros.texi (Backquote): | |
6271 * lispref/hash-tables.texi (Weak Hash Tables): | |
6272 * lispref/hash-tables.texi: | |
6273 * lispref/errors.texi (Standard Errors): | |
6274 * lispref/compile.texi (Disassembly): | |
6275 * lispref/compile.texi (Compiled-Function Objects): | |
6276 * lispref/compile.texi (Eval During Compile): | |
6277 * lispref/compile.texi (Docs and Compilation): | |
6278 * lispref/compile.texi (Compilation Functions): | |
6279 * lispref/compile.texi (Speed of Byte-Code): | |
6280 * lispref/compile.texi (Byte Compilation): | |
6281 * lispref/building.texi (Garbage Collection): | |
6282 | |
6283 * internals/internals.texi (Simple Special Forms): | |
6284 * internals/internals.texi (Evaluation; Stack Frames; Bindings): | |
6285 * internals/internals.texi (Specifics of the Event Gathering Mechanism): | |
6286 * internals/internals.texi (String): | |
6287 * internals/internals.texi (Introduction to Allocation): | |
6288 * internals/internals.texi (Allocation of Objects in XEmacs Lisp): | |
6289 * internals/internals.texi (Modules for Internationalization): | |
6290 * internals/internals.texi (Modules for Interfacing with X Windows): | |
6291 * internals/internals.texi (Modules for Interfacing with the Operating System): | |
6292 * internals/internals.texi (Modules for Other Aspects of the Lisp Interpreter and Object System): | |
6293 * internals/internals.texi (Modules for Interfacing with the File System): | |
6294 * internals/internals.texi (Modules for the Redisplay Mechanism): | |
6295 * internals/internals.texi (Modules for the Basic Displayable Lisp Objects): | |
6296 * internals/internals.texi (Editor-Level Control Flow Modules): | |
6297 * internals/internals.texi (Modules for Standard Editing Operations): | |
6298 * internals/internals.texi (Basic Lisp Modules): | |
6299 * internals/internals.texi (Low-Level Modules): | |
6300 * internals/internals.texi (A Summary of the Various XEmacs Modules): | |
6301 * internals/internals.texi (An Example of Mule-Aware Code): | |
6302 * internals/internals.texi (Working With Character and Byte Positions): | |
6303 * internals/internals.texi (Writing Lisp Primitives): | |
6304 * internals/internals.texi (General Coding Rules): | |
6305 * internals/internals.texi (How Lisp Objects Are Represented in C): | |
6306 * internals/internals.texi (The XEmacs Object System (Abstractly Speaking)): | |
6307 * internals/internals.texi (XEmacs From the Perspective of Building): | |
6308 * internals/internals.texi (The Lisp Language): | |
6309 * internals/internals.texi (Top): | |
6310 * internals/internals.texi: | |
6311 - rewrite Internals manual | |
6312 | |
6313 * cl.texi (Porting Common Lisp): | |
6314 * cl.texi (Hash Tables): | |
6315 * cl.texi (Association Lists): | |
6316 * cl.texi (Declarations): | |
6317 * cl.texi (For Clauses): | |
6318 * cl.texi (Basic Setf): | |
6319 * cl.texi (Equality Predicates): | |
6320 - mega patch | |
6321 | |
6322 1998-11-28 SL Baur <steve@altair.xemacs.org> | |
6323 | |
6324 * XEmacs 21.2-beta4 is released. | |
6325 | |
6326 1998-10-15 SL Baur <steve@altair.xemacs.org> | |
6327 | |
6328 * XEmacs 21.2-beta3 is released. | |
6329 | |
6330 1998-10-09 SL Baur <steve@altair.xemacs.org> | |
6331 | |
6332 * Makefile (MAKEINFO): Undo no-split change. | |
6333 | |
6334 1998-09-29 SL Baur <steve@altair.xemacs.org> | |
6335 | |
6336 * XEmacs 21.2-beta2 is released. | |
6337 | |
6338 1998-09-20 Hrvoje Niksic <hniksic@srce.hr> | |
6339 | |
6340 * lispref/customize.texi: New file. | |
6341 | |
6342 1998-09-09 Hrvoje Niksic <hniksic@srce.hr> | |
6343 | |
6344 * internals/internals.texi (Coding for Mule): New node and | |
6345 section. | |
6346 | |
6347 1998-09-03 Darryl Okahata <darrylo@sr.hp.com> | |
6348 | |
6349 * xemacs/packages.texi: Document manually installing binary packages. | |
6350 | |
6351 1998-09-02 Jeff Miller <jmiller@smart.net> | |
6352 | |
6353 * Synch calendar.texi with Emacs 20.3 | |
6354 | |
6355 1998-09-03 Darryl Okahata <darrylo@sr.hp.com> | |
6356 | |
6357 * xemacs/packages.texi: Correct and update package documentation. | |
6358 Updated the package installation section to mention the visual | |
6359 package browser/installer. | |
6360 | |
6361 1998-08-31 Hrvoje Niksic <hniksic@srce.hr> | |
6362 | |
6363 * lispref/buffers.texi (Indirect Buffers): Update with XEmacs | |
6364 specifics. | |
6365 | |
6366 1998-08-21 Greg Klanderman <greg@alphatech.com> | |
6367 | |
6368 * lispref/files.texi (User Name Completion): new section. | |
6369 | |
434 | 6370 1998-07-23 Adrian Aichner <adrian@xemacs.org> |
428 | 6371 |
6372 * xemacs/packages.texi (Packages): Changing @itemize @emph to | |
6373 @itemize @bullet (this is what all other files included in | |
6374 xemacs.texi use) to fix error in texi2dvi (GNU Texinfo 3.12) 0.8. | |
6375 | |
6376 1998-07-20 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de> | |
6377 | |
6378 * xemacs/startup.texi: Small fixes, suggested by Hrvoje. | |
6379 | |
6380 * xemacs/xemacs.texi: | |
6381 * xemacs/packages.texi: More packages documentation. | |
6382 | |
6383 1998-07-19 SL Baur <steve@altair.xemacs.org> | |
6384 | |
6385 * XEmacs 21.2-beta1 is released. | |
6386 | |
6387 1998-07-12 SL Baur <steve@altair.xemacs.org> | |
6388 | |
6389 * XEmacs 21.0-pre5 is released. | |
6390 | |
6391 1998-07-09 SL Baur <steve@altair.xemacs.org> | |
6392 | |
6393 * XEmacs 21.0-pre4 is released. | |
6394 | |
6395 1998-07-09 Oliver Graf <ograf@fga.de> | |
6396 | |
6397 * lispref/dragndrop.texi: added warning to OffiX Protocol section | |
6398 | |
6399 1998-07-09 SL Baur <steve@altair.xemacs.org> | |
6400 | |
6401 * lispref/ldap.texi (Syntax of Search Filters): Fix QP encoding | |
6402 damage in transit. | |
6403 | |
6404 1998-07-05 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch> | |
6405 | |
6406 * lispref/tooltalk.texi: Fixed NEXT to @node LDAP | |
6407 | |
6408 * lispref/internationalization.texi: Fixed PREV to @node LDAP | |
6409 | |
6410 * lispref/lispref.texi: Added LDAP chapter from ldap.texi | |
6411 | |
6412 * lispref/Makefile: Added ldap.texi to srcs | |
6413 | |
6414 1998-06-29 SL Baur <steve@altair.xemacs.org> | |
6415 | |
6416 * standards.texi (Preface): Revert previous change to @node | |
6417 because it doesn't pass makeinfo. | |
6418 | |
434 | 6419 1998-06-27 Adrian Aichner <adrian@xemacs.org> |
428 | 6420 |
6421 * cl.texi: See ALL. | |
6422 * info-stnd.texi: Fixed @setfilename. | |
6423 * info.texi: Fixed @setfilename and a typo. | |
6424 * standards.texi: Added NEXT to @node Preface. See ALL. | |
6425 * texinfo.texi: Fixed section names, quoted usage of @TeX{}, | |
442 | 6426 changed some occurrences of `:' to `colon'. |
428 | 6427 * xemacs-faq.texi: See ALL. |
6428 * internals/internals.texi: See ALL. | |
6429 * lispref/back.texi: Fixed @setfilename. | |
6430 * lispref/compile.texi: See ALL. | |
6431 * lispref/debugging.texi: See ALL. | |
6432 * lispref/edebug-inc.texi: Added NEXT and UP to @node Edebug. | |
6433 * lispref/eval.texi: See ALL. | |
6434 * lispref/extents.texi: See ALL. | |
6435 * lispref/loading.texi: See ALL. | |
6436 * lispref/searching.texi: Escaped `(' in | |
6437 @cindex @samp{(?:} in regex | |
6438 * lispref/variables.texi: See ALL. | |
6439 | |
6440 1998-06-28 SL Baur <steve@altair.xemacs.org> | |
6441 | |
6442 * xemacs/calendar.texi: Massive update. | |
6443 From Jeff Miller <jmiller@smart.net> | |
6444 | |
6445 1998-06-20 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de> | |
6446 | |
6447 * xemacs/abbrevs.texi: | |
6448 * xemacs/basic.texi: | |
6449 * xemacs/buildings.texi: | |
6450 * xemacs/cmdargs.texi: | |
6451 * xemacs/files.texi: | |
6452 * xemacs/adjustments.texi: Adjustments to integrate startup.texi | |
6453 and packages.texi stuff. | |
6454 | |
6455 * xemacs/startup.texi: | |
6456 * xemacs/packages.texi: Created. | |
6457 | |
434 | 6458 1998-06-10 Adrian Aichner <adrian@xemacs.org> |
428 | 6459 |
6460 * texinfo.texi: added ../info/ to @setfilename, broke line after | |
6461 @noindent. Changed @var{arg-not-used-by-@TeX{}} to | |
6462 @var{arg-not-used-by-@@TeX{}} to make `texinfo-format-buffer' | |
6463 happy. Fixed refs broken by a previous patch of mine. | |
6464 | |
6465 1998-06-18 Darryl Okahata <darrylo@sr.hp.com> | |
6466 | |
6467 * lispref/os.texi (os.texi): Document `user-home-directory'. | |
6468 | |
6469 1998-06-13 Greg Klanderman <greg@alphatech.com> | |
6470 | |
6471 * lispref/windows.texi (Resizing Windows): document third optional | |
6472 WINDOW argument to enlarge-window and shrink-window. | |
6473 (Selecting Windows): document select-window optional norecord | |
6474 argument. | |
6475 (Size of Window): document window-text-area-pixel-height and | |
6476 window-text-area-pixel-width. | |
6477 (Size of Window): document window-displayed-text-pixel-height. | |
6478 (Position of Window): document window-text-area-pixel-edges. | |
6479 | |
6480 * lispref/positions.texi (Screen Lines): cleanup docs for | |
6481 vertical-motion and vertical-motion-pixels. | |
6482 | |
6483 1998-06-10 Hrvoje Niksic <hniksic@srce.hr> | |
6484 | |
6485 * lispref/windows.texi (Resizing Windows): Document | |
6486 `enlarge-window-pixels' and `shrink-window-pixels'. | |
6487 | |
6488 * lispref/positions.texi (Screen Lines): Update documentation of | |
6489 `vertical-motion'. | |
6490 (Screen Lines): Document `vertical-motion-pixels'. | |
6491 | |
6492 * lispref/frames.texi (Input Focus): Document `focus-frame', | |
6493 `save-selected-frame' and `with-selected-frame'. | |
6494 | |
6495 1998-06-10 Hrvoje Niksic <hniksic@srce.hr> | |
6496 | |
6497 * lispref/searching.texi (Regexp Search): Document `split-path'. | |
6498 | |
6499 * lispref/files.texi (Unique File Names): Update docs for | |
6500 `make-temp-name'; document `temp-directory'. | |
6501 | |
6502 1998-06-10 Hrvoje Niksic <hniksic@srce.hr> | |
6503 | |
6504 * lispref/os.texi (Recording Input): Update docs for `recent-keys'. | |
6505 | |
6506 * lispref/specifiers.texi (Specifier Instancing): Correct | |
6507 instantiation order. | |
6508 (Specifier Instancing Functions): Ditto. | |
6509 | |
6510 1998-06-11 Oliver Graf <ograf@fga.de> | |
6511 | |
6512 * lispref/lispref.texi: references to Drag'n'Drop fixed | |
6513 * lispref/modes.texi: references to Drag'n'Drop fixed | |
6514 * lispref/scrollbars.texi: references to Drag'n'Drop fixed | |
6515 * lispref/dragndrop.texi: naming changed to Drag and Drop | |
6516 added some docu about the drop procedure | |
6517 | |
434 | 6518 1998-06-09 Adrian Aichner <adrian@xemacs.org> |
428 | 6519 |
6520 * info-stnd.texi: added ../info/ to @setfilename. | |
6521 * info.texi: added ../info/ to @setfilename. | |
6522 * lispref/commands.texi: see ALL. | |
6523 * lispref/frames.texi: see ALL. | |
6524 * lispref/os.texi: see ALL. | |
6525 * lispref/text.texi: see ALL. | |
6526 * new-users-guide/custom1.texi: broke line after enumerated @item. | |
6527 * new-users-guide/custom2.texi: see ALL. | |
6528 * new-users-guide/edit.texi: see ALL. | |
6529 * new-users-guide/enter.texi: see ALL. | |
6530 * new-users-guide/files.texi: see ALL. | |
6531 * new-users-guide/help.texi | |
6532 * new-users-guide/modes.texi: see ALL. | |
6533 * new-users-guide/new-users-guide.texi: see ALL. | |
6534 * new-users-guide/region.texi: see ALL. | |
6535 * new-users-guide/search.texi: see ALL. | |
6536 * new-users-guide/xmenu.texi: see ALL. | |
6537 * standards.texi: added ../info/ to @setfilename. | |
6538 * texinfo.texi: added ../info/ to @setfilename, broke line after | |
6539 @noindent. Changed @var{arg-not-used-by-@TeX{}} to | |
6540 @var{arg-not-used-by-@@TeX{}} to make `texinfo-format-buffer' | |
6541 happy. | |
6542 * xemacs-faq.texi: added ../info/ to @setfilename. | |
6543 * ALL: corrected INFO-FILE-NAME to lispref and xemacs in relevant | |
6544 p?xefs (most were empty, some elisp and emacs), used | |
6545 PRINTED-MANUAL-TITLE "XEmacs Lisp Reference Manual" and "XEmacs | |
6546 User's Manual" respectively for all these. | |
6547 | |
6548 1998-06-01 Oliver Graf <ograf@fga.de> | |
6549 | |
6550 * lispref/dragndrop.texi: added experimental | |
6551 | |
6552 1998-05-28 Oliver Graf <ograf@fga.de> | |
6553 | |
6554 * lispref/dragndrop.texi: a warning, and a bit more text this time | |
6555 | |
6556 1998-05-26 Oliver Graf <ograf@fga.de> | |
6557 | |
6558 * lispref/dragndrop.texi: only small changes | |
6559 | |
933 | 6560 1998-05-15 Christian Nybø <chr@mediascience.no> |
428 | 6561 |
6562 * xemacs/killing.texi: Properly document `zap-to-char'. | |
6563 | |
6564 1998-05-13 Greg Klanderman <greg@alphatech.com> | |
6565 | |
6566 * lispref/frames.texi (Input Focus): cleanup select-frame | |
6567 documentation. | |
6568 | |
6569 1998-05-10 Oliver Graf <ograf@fga.de> | |
6570 | |
6571 * lispref/dragndrop.texi: new section for the DnD API | |
6572 * lispref/lispref.texi: added Drag'n'Drop between scrollbars and | |
6573 modes | |
6574 * lispref/modes.texi: changed back-ref to Drag'n'Drop | |
6575 * lispref/scrollbars.texi: changed next-ref to Drag'n'Drop | |
6576 | |
6577 1998-05-05 Oliver Graf <ograf@fga.de> | |
6578 | |
6579 * commands.texi: exchange of dnd-drop with misc-user | |
6580 | |
6581 1998-05-04 Martin Buchholz <martin@xemacs.org> | |
6582 | |
6583 * internals.texi (Techniques for XEmacs Developers): Add some more | |
6584 comments on adding new files, inspired by Olivier Galibert. | |
6585 | |
6586 1998-05-02 Hrvoje Niksic <hniksic@srce.hr> | |
6587 | |
6588 * lispref/windows.texi (Vertical Scrolling): Fixup docstring for | |
6589 scroll-conservatively. | |
6590 | |
6591 * lispref/loading.texi (Named Features): Document advanced args to | |
6592 `feature'. | |
6593 | |
6594 * lispref/files.texi (File Name Expansion): Document that | |
6595 expand-file-name does not treat // and ~/ in the middle of file | |
6596 names specially. | |
6597 | |
6598 * lispref/positions.texi (Excursions): Document | |
6599 `with-current-buffer' and `with-temp-file'. | |
6600 | |
6601 * lispref/strings.texi (Formatting Strings): Document `%*' | |
6602 construct. | |
6603 | |
6604 * lispref/os.texi (Time Conversion): Document that TIME may be | |
6605 omitted from format-time-string. | |
6606 | |
6607 * lispref/strings.texi (String Conversion): Document BASE argument | |
6608 to `string-to-number'. | |
6609 | |
6610 * lispref/searching.texi (Syntax of Regexps): Fix up Perl | |
6611 constructs documentation. | |
6612 (Regexp Search): Document `split-string'. | |
6613 | |
6614 * xemacs/display.texi (Scrolling): Document scroll-conservatively. | |
6615 | |
6616 * xemacs/killing.texi (Active Regions): Document that errors no | |
6617 longer highlight the region. | |
6618 | |
6619 * lispref/display.texi (The Echo Area): Document message log | |
6620 stuff, including `display-message', `lmessage', `clear-message', | |
6621 (Warnings): Document warning stuff. | |
6622 | |
6623 * lispref/commands.texi (Working With Events): Update `make-event' | |
6624 for misc-user events. | |
6625 (Using Interactive): Document `function-interactive'. | |
6626 | |
6627 * lispref/os.texi (System Environment): Document USE-FLOATS | |
6628 argument to `load-average'. | |
6629 (User Identification): Document the new semantics of | |
6630 `user-full-name'. | |
6631 | |
6632 * lispref/strings.texi (Creating Strings): Document `string' | |
6633 function. | |
6634 | |
6635 1998-05-02 Hrvoje Niksic <hniksic@srce.hr> | |
6636 | |
6637 * lispref/numbers.texi (Comparison of Numbers): Document multi-arg | |
6638 comparison functions. | |
6639 | |
6640 1998-04-30 Greg Klanderman <greg@alphatech.com> | |
6641 | |
6642 * lispref/frames.texi (Input Focus): Document behavior of | |
6643 select-frame wrt focus-follows-mouse. | |
6644 | |
6645 1998-04-30 Martin Buchholz <martin@xemacs.org> | |
6646 | |
6647 * Makefile: Support generic makes by avoiding `%' syntax. | |
6648 It breaks my heart to uglify the Makefile like this, but this is | |
6649 going to be a perpetual FAQ otherwise. | |
6650 General cleanup. | |
6651 Comment out w3 and vm info rules. | |
6652 Use paranoid cd ./$@ syntax to avoid losing with luser's CDPATH. | |
6653 | |
2069 | 6654 1998-03-27 Stephen Turnbull <stephen@xemacs.org> |
428 | 6655 |
6656 * xemacs/frame.texi: Document cursor appearance at end of line. | |
6657 | |
6658 1998-03-14 Hrvoje Niksic <hniksic@srce.hr> | |
6659 | |
6660 * internals/internals.texi (GCPROing): Explain when it is | |
6661 necessary to GCPRO function parameters. | |
6662 | |
6663 1998-03-13 Hrvoje Niksic <hniksic@srce.hr> | |
6664 | |
6665 * internals/internals.texi (Writing Lisp Primitives): Updated | |
6666 definition of For(). | |
6667 | |
6668 1998-03-01 Aki Vehtari <Aki.Vehtari@hut.fi> | |
6669 | |
6670 * lispref/menus.texi: Use recommended forms in examples. | |
6671 | |
6672 1998-02-22 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com> | |
6673 | |
6674 * cl.texi (Creating Symbols): Tell a little bit about the new | |
6675 handling of gensyms. | |
6676 | |
6677 1998-02-21 Greg Klanderman <greg@alphatech.com> | |
6678 | |
6679 * xemacs/custom.texi (X Resources): update to describe automatic | |
6680 setting of x-emacs-application-class. | |
6681 | |
6682 * lispref/x-windows.texi (Resources): update doc for | |
6683 x-emacs-application-class. | |
6684 | |
6685 1998-02-20 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com> | |
6686 | |
6687 * cl.texi (Equality Predicates): Update to reflect change to | |
6688 `equalp' made in "cl-extra.el" - now compares characters case | |
6689 insensitively. | |
6690 | |
6691 1998-02-23 Aki Vehtari <Aki.Vehtari@hut.fi> | |
6692 | |
6693 * lispref/menus.texi (Menu Format): Doc fix: suffix can be form. | |
6694 | |
6695 1998-02-19 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com> | |
6696 | |
6697 * lispref/display.texi (Beeping): Linux has sound too. | |
6698 | |
6699 1998-02-19 Hrvoje Niksic <hniksic@srce.hr> | |
6700 | |
6701 * cl.texi (Argument Lists): Keywords are handled specially by | |
6702 XEmacs. | |
6703 (Porting Common Lisp): XEmacs backquotes are OK. | |
6704 | |
6705 1998-02-19 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com> | |
6706 | |
6707 * xemacs/custom.texi (Init Syntax): document #b, #o, and #x reader | |
6708 syntax for integers. | |
434 | 6709 From Adrian Aichner <adrian@xemacs.org> |
428 | 6710 * cl.texi (Porting Common Lisp): ' ' |
6711 * lispref/numbers.texi (Numbers): ' ' | |
6712 | |
6713 1998-02-15 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com> | |
6714 | |
6715 * lispref/searching.texi (Regular Expressions): Document the | |
6716 recent regular expression syntax extensions. | |
6717 | |
6718 1998-02-10 Olivier Galibert <galibert@pobox.com> | |
6719 | |
6720 * internals/internals.texi: Remove all mocklisp references. | |
6721 | |
6722 1997-12-17 SL Baur <steve@altair.xemacs.org> | |
6723 | |
6724 * Makefile (SUBDIR): skk and gnats are packaged. | |
6725 | |
6726 * lispref/intro.texi (Acknowledgements): Update to v3.3. | |
6727 | |
6728 * lispref/lispref.texi: Update to 20.5/v3.3. | |
6729 | |
6730 1997-12-10 SL Baur <steve@altair.xemacs.org> | |
6731 | |
6732 * Makefile: Don't stop on errors. | |
6733 | |
6734 1997-12-06 SL Baur <steve@altair.xemacs.org> | |
6735 | |
6736 * Makefile: add skk manual. | |
6737 | |
6738 1997-11-29 SL Baur <steve@altair.xemacs.org> | |
6739 | |
6740 * internals/internals.texi (XEmacs): Updated history section. | |
6741 | |
6742 1997-11-28 SL Baur <steve@altair.xemacs.org> | |
6743 | |
6744 * lispref/compile.texi (Compilation Functions): Plug in the real | |
6745 return value. | |
6746 (Speed of Byte-Code): Ditto. | |
6747 (Compilation Functions): Ditto. | |
6748 (Compiled-Function Objects): Ditto. | |
6749 (Speed of Byte-Code): Increase loop counter by factor of 50 (the | |
6750 previous value was embarrassing). | |
6751 | |
6752 1997-11-21 SL Baur <steve@altair.xemacs.org> | |
6753 | |
6754 * Makefile (srcs): vhdl-mode has been packaged. | |
6755 | |
6756 1997-11-15 SL Baur <steve@altair.xemacs.org> | |
6757 | |
6758 * lispref/windows.texi (scroll-conservatively): Fix typo. | |
6759 | |
6760 1997-11-12 Hrvoje Niksic <hniksic@srce.hr> | |
6761 | |
6762 * lispref/commands.texi (Working With Events): Document fully. | |
6763 | |
6764 * lispref/windows.texi (Vertical Scrolling): Document | |
6765 scroll-conservatively. | |
6766 | |
6767 1997-11-09 Hrvoje Niksic <hniksic@srce.hr> | |
6768 | |
6769 * lispref/extents.texi (Intro to Extents): Minor correction. | |
6770 (Extent Properties): Document `extent-keymap'. | |
6771 | |
6772 1997-11-03 MORIOKA Tomohiko <morioka@jaist.ac.jp> | |
6773 | |
6774 * xemacs/mule.texi (Mule): Modify description about supported | |
6775 scripts. | |
6776 | |
6777 1997-11-02 MORIOKA Tomohiko <morioka@jaist.ac.jp> | |
6778 | |
6779 * xemacs/mule.texi: Add description for | |
6780 `universal-coding-system-argument'. | |
6781 | |
6782 1997-10-31 SL Baur <steve@altair.xemacs.org> | |
6783 | |
6784 * internals/internals.texi: XEmacs 19.16 is released. | |
6785 | |
6786 1997-10-30 SL Baur <steve@altair.xemacs.org> | |
6787 | |
6788 * Makefile (srcs): Mailcrypt, hm--html-menus, vm, psgml and tm have | |
6789 been packaged. | |
6790 | |
6791 1997-10-22 Hrvoje Niksic <hniksic@srce.hr> | |
6792 | |
6793 * xemacs-faq.texi: Added the detailed menu listing. | |
6794 | |
6795 * lispref/extents.texi (Extent Properties): Documented | |
6796 `set-extent-properties'. | |
6797 | |
6798 * xemacs/custom.texi (Face Customization): Updated for XEmacs. | |
6799 | |
6800 1997-10-07 SL Baur <steve@altair.xemacs.org> | |
6801 | |
6802 * xemacs-faq.texi (Q1.3.7): Update Russion URLs. | |
6803 From Rebecca Ore <rebecca.ore@op.net> | |
6804 | |
6805 * lispref/databases.texi (Connecting to a Database): Describe | |
6806 valid types of `type' and `subtype'. | |
6807 From Raymond Toy <toy@rtp.ericsson.se> | |
6808 | |
6809 1997-10-01 Karl M. Hegbloom <karlheg@inetarena.com> | |
6810 | |
6811 * lispref/commands.texi (Keyboard Macros): fixed typo. Changed | |
6812 reference to (emacs) into a reference to (xemacs). | |
6813 | |
6814 1997-10-01 Karl M. Hegbloom <karlheg@inetarena.com> | |
6815 | |
6816 * lispref/keymaps.texi (Keymaps): untabified and reformatted menu | |
6817 to prevent line wrap. | |
6818 | |
6819 1997-09-27 SL Baur <steve@altair.xemacs.org> | |
6820 | |
6821 * gnats/flowchart.eps: New file. | |
6822 | |
6823 1997-09-23 Hrvoje Niksic <hniksic@srce.hr> | |
6824 | |
6825 * xemacs/custom.texi (Easy Customization): Ditto. | |
6826 | |
6827 * xemacs/xemacs.texi (Top): Added pointer to easy customization. | |
6828 | |
6829 1997-09-18 SL Baur <steve@altair.xemacs.org> | |
6830 | |
6831 * internals/Makefile (../../info/$(NAME).info): Warn and clean up | |
6832 if someone hasn't upgraded makeinfo. | |
6833 | |
6834 * Makefile (EMACS): Refer to xemacs binary in source tree. | |
6835 * tm/Makefile (EMACS): Ditto. | |
6836 | |
6837 1997-08-15 Karl M. Hegbloom <karlheg@inetarena.com> | |
6838 | |
6839 * cl.texi (Type Predicates): Update for corrected handling of | |
6840 `string-char' and `character'. | |
6841 | |
6842 Tue Aug 5 21:56:02 1997 Barry A. Warsaw <cc-mode-help@python.org> | |
6843 | |
6844 * cc-mode.texi: | |
6845 In FAQ section, document use of c-mode-base-map instead of c-mode-map. | |
6846 | |
6847 Fri Aug 1 22:44:49 1997 Barry A. Warsaw <cc-mode-help@python.org> | |
6848 | |
6849 * cc-mode.texi: Removed the description of c-enable-//-in-c-mode. | |
6850 | |
6851 Wed Jul 30 00:01:45 1997 Barry A. Warsaw <cc-mode-help@python.org> | |
6852 | |
6853 * cc-mode.texi: | |
6854 Added description of template-args-cont syntactic symbol | |
6855 | |
6856 1997-07-25 Barry A. Warsaw <cc-mode-help@python.org> | |
6857 | |
6858 * cc-mode.texi: Describe support for idl-mode | |
6859 | |
6860 * cc-mode.texi: | |
6861 Document c-initialization-hook. Also rewrite the "Getting Connected" | |
6862 section on byte compiling the source. | |
6863 | |
6864 1997-07-21 Karl M. Hegbloom <karlheg@inetarena.com> | |
6865 | |
6866 * lispref/streams.texi: "Output Streams", change `last-output' | |
6867 result list from integers to characters. | |
6868 | |
6869 * lispref/minibuf.texi: "Object from Minibuffer", correction. | |
6870 | |
6871 * lispref/minibuf.texi: "Minibuffer History", add | |
6872 `Info-minibuffer-history', `Manual-page-minibuffer-history', and | |
6873 short paragraph refering to `M-x apropos'. | |
6874 | |
6875 1997-07-17 Steven L Baur <steve@altair.xemacs.org> | |
6876 | |
6877 * Makefile: makeinfo-1.68 is verified to work. | |
6878 | |
6879 * tm/Makefile (../../info/%-ja.info): Die if not running | |
6880 XEmacs/Mule. | |
6881 (../../info/%-en.info): Inherit setting of MAKEINFO. | |
6882 | |
6883 Tue Jul 15 04:18:38 1997 Barry A. Warsaw <cc-mode-help@python.org> | |
6884 | |
6885 * cc-mode.texi: | |
6886 Describe the variable c-indent-comments-syntactically-p. | |
6887 | |
6888 1997-07-15 Steven L Baur <steve@altair.xemacs.org> | |
6889 | |
6890 * internals/internals.texi (Top): Convert Buffer@'s node name to | |
6891 `Buffer's' because the former confuses makeinfo. | |
6892 | |
6893 Thu Jul 3 22:54:03 1997 Barry A. Warsaw <cc-mode-help@python.org> | |
6894 | |
6895 * cc-mode.texi: Fixed spelling of Texinfo | |
6896 | |
6897 Tue May 6 21:33:06 1997 Steven L Baur <steve@altair.xemacs.org> | |
6898 | |
6899 * lispref/files.texi (Writing to Files): Correct docstring of | |
6900 write-region. | |
6901 | |
6902 Sun May 4 14:28:32 1997 Steven L Baur <steve@altair.xemacs.org> | |
6903 | |
6904 * lispref/annotations.texi (Annotation Primitives): | |
6905 `delete-annotation' does not return the deleted annotation. | |
6906 | |
6907 Wed Apr 30 18:13:16 1997 Steven L Baur <steve@altair.xemacs.org> | |
6908 | |
6909 * lispref/lispref.texi: Correct release dates. | |
6910 | |
6911 Sat Apr 19 20:48:00 1997 Steven L Baur <steve@altair.xemacs.org> | |
6912 | |
6913 * lispref/files.texi (File Name Expansion): Update documentation | |
6914 of file-relative-name. | |
6915 | |
6916 Mon Apr 7 21:02:39 1997 Steven L Baur <steve@altair.xemacs.org> | |
6917 | |
6918 * lispref/lispref.texi: Update version numbers (with patches from | |
6919 Hrvoje Niksic). | |
6920 | |
6921 * lispref/building.texi (Building XEmacs): Update version numbers | |
6922 and build identification. | |
6923 | |
6924 * lispref/intro.texi (Introduction): Update version number. | |
6925 | |
6926 Sun Mar 23 15:47:05 1997 Steven L Baur <steve@altair.xemacs.org> | |
6927 | |
6928 * Makefile (srcs): Add efs.texi. | |
6929 | |
6930 Sat Mar 22 16:39:16 1997 Steven L Baur <steve@altair.xemacs.org> | |
6931 | |
6932 * Makefile (srcs): Add hm--html-mode.texi. | |
6933 | |
6934 Sun Mar 16 18:48:14 1997 Steven L Baur <steve@altair.xemacs.org> | |
6935 | |
6936 * gnats/Makefile (gnats_srcs): New manuals for GNATS. | |
6937 | |
6938 Wed Mar 12 14:39:43 1997 Steven L Baur <steve@altair.xemacs.org> | |
6939 | |
6940 * lispref/strings.texi (Text Comparison): Correct example for | |
6941 `char-equal'. Add new function `char='. | |
6942 | |
6943 Thu Mar 6 13:33:54 1997 Steven L Baur <steve@altair.xemacs.org> | |
6944 | |
6945 * Makefile: Update for new texinfo manual. | |
6946 | |
6947 Tue Mar 4 11:37:42 1997 Steven L Baur <steve@altair.xemacs.org> | |
6948 | |
6949 * Makefile (../info/w3.info): Use special version of makeinfo | |
6950 since this manual is not backwards compatible. | |
6951 Clean up error handling so we only have to type make once to | |
6952 rebuild the info tree. | |
6953 (../info/vm.info): Make sure to continue in the event of error. | |
6954 | |
6955 Tue Feb 25 20:17:53 1997 Steven L Baur <steve@altair.xemacs.org> | |
6956 | |
6957 * auctex/Makefile: Added `mostlyclean' and `distclean' target. | |
6958 | |
6959 Wed Feb 19 17:57:27 1997 Steven L Baur <steve@altair.xemacs.org> | |
6960 | |
6961 * Makefile (auctex): New subdirectory target. | |
6962 | |
6963 Wed Feb 12 12:30:27 1997 Yotam Medini <yotam_medini@tmai.com> | |
6964 | |
6965 * mule/languages.texi: Correct typo. | |
6966 | |
6967 Mon Feb 10 08:17:22 1997 Steven L Baur <steve@altair.xemacs.org> | |
6968 | |
6969 * Makefile (srcs): Add custom and widget to srcs. | |
6970 | |
6971 * lispref/extents.texi (Intro to Extents): Removed erroneous | |
6972 reference to `start-glyph' property. | |
6973 | |
6974 Sun Feb 9 00:27:22 1997 Per Abrahamsen <abraham@dina.kvl.dk> | |
6975 | |
6976 * widget.texi: New file. | |
6977 | |
6978 * custom.texi: New file. | |
6979 | |
6980 Thu Feb 6 22:57:09 1997 Steven L Baur <steve@altair.xemacs.org> | |
6981 | |
6982 * lispref/extents.texi (Duplicable Extents): replicable extents | |
6983 are history. | |
6984 | |
6985 Wed Jan 29 19:59:41 1997 Steven L Baur <steve@altair.xemacs.org> | |
6986 | |
6987 * xemacs-faq.texi (Q1.1.1): Correct typos. | |
6988 | |
6989 Mon Jan 27 22:28:48 1997 Bob Weiner <weiner@infodock.com> | |
6990 | |
6991 * xemacs-faq.texi (Q1.0.14): infodock.com has hardcopies of the | |
6992 XEmacs manual available. | |
6993 (Q4.6.1): Updated Infodock Information. | |
6994 | |
6995 Sat Dec 28 11:08:07 1996 Martin Buchholz <mrb@Eng.Sun.COM> | |
6996 | |
6997 * vhdl-mode.texi: Correct typo in email address. | |
6998 | |
6999 Mon Dec 23 09:47:24 1996 Martin Buchholz <mrb@Eng.Sun.COM> | |
7000 | |
7001 * Makefile (srcs): Add vhdl-mode. | |
7002 | |
7003 Wed Dec 18 20:21:06 1996 Martin Buchholz <mrb@eng.sun.com> | |
7004 | |
7005 * Makefile (realclean): Don't delete itself `make distclean' | |
7006 | |
7007 * lispref/numbers.texi (Predicates on Numbers): wholenump->natnump. | |
7008 | |
7009 * Makefile: New File. | |
7010 | |
7011 Tue Dec 10 18:35:21 1996 Rod Whitby <rwhitby@asc.sps.mot.com> | |
7012 | |
7013 * vhdl-mode.texi: New file. | |
7014 | |
7015 Thu Jan 24 12:41:33 1991 Richard Stallman (rms at mole.ai.mit.edu) | |
7016 | |
7017 * texinfo.tex: Delete spurious character at beginning. | |
7018 | |
7019 Tue Aug 16 13:09:12 1988 Robert J. Chassell (bob at frosted-flakes.ai.mit.edu) | |
7020 | |
7021 * emacs.tex: Corrected two typos. No other changes before | |
7022 Version 19 will be made. | |
7023 | |
7024 * vip.texinfo: Removed menu entry Adding Lisp Code in node | |
7025 Customization since the menu entry did not point to anything. | |
7026 Also added an @finalout command to remove overfull hboxes from the | |
7027 printed output. | |
7028 | |
7029 * cl.texinfo: Added @bye, \input line and @settitle to file. | |
7030 This file is clearly intended to be a chapter of some other work, | |
7031 but the other work does not yet exist. | |
7032 | |
7033 Mon Jul 25 17:47:38 1988 Robert J. Chassell (bob at frosted-flakes.ai.mit.edu) | |
7034 | |
7035 * texinfo.texinfo: Three typos corrected. | |
7036 | |
7037 Mon Jul 11 18:02:29 1988 Chris Hanson (cph at kleph) | |
7038 | |
7039 * texindex.c (indexify): when comparing to initial strings to | |
7040 decide whether to change the header, must use `strncmp' to avoid | |
7041 comparing entire strings of which initials are a substring. | |
7042 | |
7043 Sun Jun 26 18:46:16 1988 Richard Stallman (rms at sugar-bombs.ai.mit.edu) | |
7044 | |
7045 * texindex.c (sort_in_core, sort_offline, parsefile): | |
7046 Give up on input file if any line doesn't start with backslash. | |
7047 | |
7048 Mon May 23 10:41:35 1988 Robert J. Chassell (bob at frosted-flakes.ai.mit.edu) | |
7049 | |
7050 * emacs.tex: Update information for obtaining TeX distribution from the | |
7051 University of Washington. | |
5440
24c67faf4be6
Added property notice and license to ChangeLogs.
Mats Lidell <matsl@xemacs.org>
parents:
5300
diff
changeset
|
7052 |
24c67faf4be6
Added property notice and license to ChangeLogs.
Mats Lidell <matsl@xemacs.org>
parents:
5300
diff
changeset
|
7053 |
24c67faf4be6
Added property notice and license to ChangeLogs.
Mats Lidell <matsl@xemacs.org>
parents:
5300
diff
changeset
|
7054 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
|
7055 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
|
7056 change. |
24c67faf4be6
Added property notice and license to ChangeLogs.
Mats Lidell <matsl@xemacs.org>
parents:
5300
diff
changeset
|
7057 |
24c67faf4be6
Added property notice and license to ChangeLogs.
Mats Lidell <matsl@xemacs.org>
parents:
5300
diff
changeset
|
7058 This file is part of XEmacs. |
24c67faf4be6
Added property notice and license to ChangeLogs.
Mats Lidell <matsl@xemacs.org>
parents:
5300
diff
changeset
|
7059 |
24c67faf4be6
Added property notice and license to ChangeLogs.
Mats Lidell <matsl@xemacs.org>
parents:
5300
diff
changeset
|
7060 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
|
7061 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
|
7062 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
|
7063 option) any later version. |
24c67faf4be6
Added property notice and license to ChangeLogs.
Mats Lidell <matsl@xemacs.org>
parents:
5300
diff
changeset
|
7064 |
24c67faf4be6
Added property notice and license to ChangeLogs.
Mats Lidell <matsl@xemacs.org>
parents:
5300
diff
changeset
|
7065 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
|
7066 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
|
7067 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
|
7068 for more details. |
24c67faf4be6
Added property notice and license to ChangeLogs.
Mats Lidell <matsl@xemacs.org>
parents:
5300
diff
changeset
|
7069 |
24c67faf4be6
Added property notice and license to ChangeLogs.
Mats Lidell <matsl@xemacs.org>
parents:
5300
diff
changeset
|
7070 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
|
7071 along with XEmacs. If not, see <http://www.gnu.org/licenses/>. |