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