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