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