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