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