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