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