436
|
1 1999-12-31 Martin Buchholz <martin@xemacs.org>
|
|
2
|
|
3 * XEmacs 21.2.26 is released.
|
|
4
|
|
5 1999-12-26 Karl M. Hegbloom <karlheg@inetarena.com>
|
|
6
|
|
7 * internals/internals.texi (garbage_collect_1): Xemacs -> XEmacs
|
|
8
|
434
|
9 1999-12-24 Martin Buchholz <martin@xemacs.org>
|
|
10
|
|
11 * XEmacs 21.2.25 is released.
|
|
12
|
|
13 1999-12-21 Martin Buchholz <martin@xemacs.org>
|
|
14
|
|
15 * lispref/text.texi (Near Point): Document `char-before'.
|
|
16
|
|
17 1999-12-20 Adrian Aichner <adrian@xemacs.org>
|
|
18
|
|
19 * widget.texi: Fix typos and possessive singular errors. Break
|
|
20 long sentences for readability. Remove some redundant commas.
|
|
21
|
|
22 1999-12-18 Martin Buchholz <martin@xemacs.org>
|
|
23
|
|
24 * lispref/functions.texi (Mapping Functions):
|
|
25 Warn about mapping functions modifying their sequences.
|
|
26
|
|
27 1999-12-15 Sandra Wambold <wambold@xemacs.org>
|
|
28
|
|
29 * xemacs-faq.texi: link to matlab.el added; misc. address changes
|
|
30
|
432
|
31 1999-12-14 Martin Buchholz <martin@xemacs.org>
|
|
32
|
|
33 * XEmacs 21.2.24 is released.
|
|
34
|
|
35 1999-12-07 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
36
|
|
37 * xemacs/startup.texi (Startup Paths): fix typo: EMACSPACKAGEPATH
|
|
38 instead of PACKAGEPATH
|
|
39 From Marcus Harnisch <harnisch@mikrom.de>
|
|
40
|
430
|
41 1999-12-07 Martin Buchholz <martin@xemacs.org>
|
|
42
|
|
43 * XEmacs 21.2.23 is released.
|
|
44
|
|
45 1999-12-06 Sandra Wambold <wambold@pobox.com>
|
|
46
|
|
47 * xemacs-faq.texi: Added MS-Windows questions; some other changes
|
|
48
|
|
49 1999-11-29 Martin Buchholz <martin@xemacs.org>
|
|
50
|
|
51 * info.texi (Top):
|
|
52 Remove @ifnottex, which gives old makeinfos indigestion.
|
|
53 * texinfo.texi (Top):
|
|
54 Revert to pre-texinfo-4.0 version, plus small changes to make
|
|
55 texinfo-3.12, texinfo-3.12f, texinfo-4.0, and TeX happy.
|
|
56
|
|
57 1999-11-30 Sandra Wambold <wambold@cygnus.com>
|
|
58
|
|
59 * xemacs-faq.texi: fixed and commented out bad URL links
|
|
60
|
428
|
61 1999-11-29 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
62
|
|
63 * XEmacs 21.2.22 is released
|
|
64
|
|
65 1999-11-28 Martin Buchholz <martin@xemacs.org>
|
|
66
|
|
67 * XEmacs 21.2.21 is released.
|
|
68
|
|
69 1999-11-26 Martin Buchholz <martin@xemacs.org>
|
|
70
|
|
71 * internals.texi (Lstream Functions):
|
|
72 * internals.texi (Lstream Methods):
|
|
73 Types have changed to size_t and ssize_t. Document them.
|
|
74
|
|
75 1999-08-12 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
76
|
|
77 * xemacs-faq.texi (Q4.4.2): added FAQ about Sun Workshop on
|
|
78 XEmacs 21
|
|
79
|
|
80 1999-11-15 Martin Buchholz <martin@xemacs.org>
|
|
81
|
|
82 * xemacs/programs.texi: Upgrade to etags Version 13.32
|
|
83
|
|
84 * Makefile:
|
|
85 - Make sure the default target is `info' instead of cl.info.
|
|
86 - Use $(INFODIR) consistently where appropriate.
|
|
87 - Remove makeinfo-1.68 warning. (Usually only maintainer rebuilds info).
|
|
88 - Comment out unused macros: EMACS EMACSFLAGS
|
|
89 - Replace `-rm -f' with `rm -f', XPG4 guarantees exit code == 0.
|
|
90 - Get dependencies up to date.
|
|
91
|
|
92 * internals/Makefile:
|
|
93 * xemacs/Makefile:
|
|
94 * lispref/Makefile:
|
|
95 * new-users-guide/Makefile:
|
|
96 * lispref/index.perm:
|
|
97 * lispref/index.unperm:
|
|
98 * lispref/permute-index:
|
|
99 * internals/index.perm:
|
|
100 * internals/index.unperm:
|
|
101 Remove these Makefiles.
|
|
102 Include all functionality in man/Makefile.
|
|
103 Support only non-permuted indexes for simplicity.
|
|
104
|
|
105 * emodules.texi:
|
|
106 - TeX doesn't tolerate `_' in variable names; use `-' instead.
|
|
107
|
|
108 * lispref/commands.texi:
|
|
109 * lispref/display.texi:
|
|
110 * lispref/faces.texi:
|
|
111 * lispref/functions.texi:
|
|
112 * lispref/keymaps.texi:
|
|
113 * lispref/lists.texi:
|
|
114 * lispref/modes.texi:
|
|
115 * lispref/objects.texi:
|
|
116 * lispref/os.texi:
|
|
117 * lispref/sequences.texi:
|
|
118 * lispref/strings.texi:
|
|
119 * lispref/text.texi:
|
|
120 * new-users-guide/custom1.texi:
|
|
121 * xemacs/custom.texi:
|
|
122 * xemacs/menus.texi:
|
|
123 - Make sources compatible with makeinfo 4.0 *and* 3.12.
|
|
124 - Replace @sc{ASCII} with @sc{ascii}, etc...
|
|
125 - Replace @var{(foo)} with (@var{foo}), etc...
|
|
126
|
|
127 * info-stnd.texi: Remove. Who cares about the standalone info reader?
|
|
128
|
|
129 * texinfo.tex:
|
|
130 * texinfo.texi:
|
|
131 * info.texi:
|
|
132 * standards.texi:
|
|
133 * make-stds.texi:
|
|
134 Import FSF-maintained files from texinfo-4.0.
|
|
135
|
|
136 1999-11-10 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
137
|
|
138 * XEmacs 21.2.20 is released
|
|
139
|
|
140 1999-08-30 Robert Pluim <rpluim@bigfoot.com>
|
|
141
|
|
142 * xemacs/packages.texi (Using Packages): Added description of
|
|
143 package-get-package-provider.
|
|
144
|
|
145 1999-07-27 Charles G Waldman <cgw@fnal.gov>
|
|
146
|
|
147 * xemacs-faq.texi (Q5.0.6): Describe `shell-multiple-shells'
|
|
148
|
434
|
149 1999-08-01 Adrian Aichner <adrian@xemacs.org>
|
428
|
150
|
|
151 * xemacs/programs.texi (Balanced Editing): Remove broken
|
|
152 line-break.
|
|
153
|
|
154 * xemacs-faq.texi (Q1.0.6): Provide correct location in XEmacs
|
|
155 menus.
|
|
156 (Q1.4.1): ditto.
|
|
157 (Q1.4.3): ditto.
|
|
158 (Q2.0.5): Hyphenate words.
|
|
159
|
|
160 * info.texi (Add): Fix one typo.
|
|
161
|
|
162 1999-08-23 Stephane Epardaud <stephane@lunatech.com>
|
|
163
|
|
164 * internals/internals.texi (Garbage Collection - Step by Step):
|
|
165 just added some dots to shut up compile warnings.
|
|
166
|
|
167 1999-08-19 Matthias Neubauer <neubauer@informatik.uni-tuebingen.de>
|
|
168
|
|
169 * internals/internals.texi (Garbage Collection - Step by Step):
|
|
170 new section in chapter Allocation of Objects in XEmacs Lisp.
|
|
171
|
|
172 1999-07-28 Andy Piper <andy@xemacs.org>
|
|
173
|
|
174 * internals.texi (Glyphs): add some glyph documentation.
|
|
175
|
|
176 1999-07-30 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
177
|
|
178 * XEmacs 21.2.19 is released
|
|
179
|
434
|
180 1999-07-10 Adrian Aichner <adrian@xemacs.org>
|
428
|
181
|
|
182 * emodules.texi: Use @set emacs and @value{emacs} instead of
|
|
183 @macro (unsupported by texinfo package). Remove stray @code.
|
|
184 * custom.texi: Add info extension to @setfilename.
|
|
185 * texinfo.texi: Ditto.
|
|
186 * widget.texi: Ditto.
|
|
187 * packages.texi: Reword a sentence, fixing @item Decide where to
|
|
188 install ...
|
|
189
|
|
190 1999-07-19 Didier Verna <verna@inf.enst.fr>
|
|
191
|
|
192 * custom.texi (Wishlist): removed the Custom Comments wishlist
|
|
193 entry. They are implemented.
|
|
194
|
|
195 1999-07-13 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
196
|
|
197 * XEmacs 21.2.18 is released
|
|
198
|
|
199 1999-06-22 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
200
|
|
201 * XEmacs 21.2.17 is released
|
|
202
|
|
203 1999-06-11 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
204
|
|
205 * XEmacs 21.2.16 is released
|
|
206
|
|
207 1999-06-04 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
208
|
|
209 * XEmacs 21.2.15 is released
|
|
210
|
|
211 1999-05-30 Albert Chin-A-Young <china@thewrittenword.com>
|
|
212
|
|
213 * custom.texi, external-widget.texi: Minor
|
|
214 fix to get info DIR entry correct.
|
|
215
|
|
216 1999-05-22 Vin Shelton <acs@xemacs.org>
|
|
217
|
|
218 * xemacs/cmdargs.texi:
|
|
219 Document -private.
|
|
220
|
|
221 1999-05-16 Mike McEwan <mike@lotusland.demon.co.uk>
|
|
222
|
|
223 * Makefile: Added `emodules.info' to info targets.
|
|
224
|
|
225 1999-05-20 Karl M. Hegbloom <karlheg@debian.org>
|
|
226
|
|
227 * internals/internals.texi (The XEmacs Object System
|
|
228 (Abstractly Speaking)): typo.
|
|
229
|
|
230 1999-05-16 Hrvoje Niksic <hniksic@srce.hr>
|
|
231
|
|
232 * lispref/text.texi (Substitution): Document improvements in
|
|
233 `translate-region'.
|
|
234
|
|
235 1999-05-14 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
236
|
|
237 * XEmacs 21.2.14 is released
|
|
238
|
|
239 1999-05-11 Albert Chin-A-Young <china@thewrittenword.com>
|
|
240
|
|
241 * man/internals/internals.texi:
|
|
242 * man/lispref/lispref.texi:
|
|
243 * man/new-users-guide/new-users-guide.texi:
|
|
244 * man/xemacs/xemacs.texi:
|
|
245 * man/cl.texi:
|
|
246 * man/custom.texi:
|
|
247 * man/term.texi:
|
|
248 * man/termcap.texi:
|
|
249 * man/widget.texi:
|
|
250 * man/xemacs-faq.texi:
|
|
251 * man/external-widget.texi:
|
|
252 Added info dir entries so install-info will add them to
|
|
253 the common `dir' file.
|
|
254
|
|
255 1999-04-28 Stephen J. Turnbull <turnbull@sk.tsukuba.ac.jp>
|
|
256
|
|
257 * man/lispref/mule.texi: Document CCL
|
|
258 - add sections: syntax, statements, expressions, and examples.
|
|
259 - fix naming and description errors.
|
|
260 - update links in neighboring nodes.
|
|
261
|
|
262 1999-04-24 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
263
|
|
264 * lispref/eval.texi (Eval): default for max-lisp-eval-depth is 500.
|
|
265
|
|
266 1999-04-23 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
267
|
|
268 * xemacs-faq.texi (Q3.0.7): refer to correct menu (Option->Frame
|
|
269 Appearance)
|
|
270
|
|
271 1999-03-12 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
272
|
|
273 * XEmacs 21.2.13 is released
|
|
274
|
|
275 1999-03-05 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
276
|
|
277 * XEmacs 21.2.12 is released
|
|
278
|
|
279 1999-03-01 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
280
|
|
281 * XEmacs 21.2.11 is released
|
|
282
|
|
283 1999-02-05 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
284
|
|
285 * XEmacs 21.2.10 is released
|
|
286
|
|
287 1999-02-02 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
288
|
|
289 * XEmacs 21.2.9 is released
|
|
290
|
434
|
291 1999-01-14 Adrian Aichner <adrian@xemacs.org>
|
428
|
292
|
|
293 * internals\internals.texi (Techniques for XEmacs Developers):
|
|
294 Fixing documentation.
|
|
295 (Basic Lisp Modules): ditto.
|
|
296
|
|
297 1999-01-10 J. Kean Johnston <jkj@sco.com>
|
|
298
|
|
299 * emodules.texi: New file to describe XEmacs modules.
|
|
300
|
|
301 1998-12-28 Martin Buchholz <martin@xemacs.org>
|
|
302
|
|
303 * XEmacs 21.2.8 is released.
|
|
304
|
|
305 1998-12-24 Martin Buchholz <martin@xemacs.org>
|
|
306
|
|
307 * XEmacs 21.2.7 is released.
|
|
308
|
|
309 1998-12-16 Andy Piper <andy@xemacs.org>
|
|
310
|
|
311 * XEmacs 21.2.6 is released
|
|
312
|
|
313 1998-12-05 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
314
|
|
315 * XEmacs 21.2.5 is released
|
|
316
|
|
317 1998-11-30 Martin Buchholz <martin@xemacs.org>
|
|
318
|
|
319 * xemacs/startup.texi (Startup Paths):
|
|
320 * xemacs/custom.texi (Widgets):
|
|
321 * xemacs-faq.texi (Q3.0.5):
|
|
322 * xemacs-faq.texi (Top):
|
|
323
|
|
324 * widget.texi (info-link):
|
|
325
|
|
326 * lispref/objects.texi (Type Predicates):
|
|
327 * lispref/objects.texi (Hash Table Type):
|
|
328 * lispref/objects.texi (Primitive Types):
|
|
329 * lispref/objects.texi (Lisp Data Types):
|
|
330 * lispref/macros.texi (Backquote):
|
|
331 * lispref/hash-tables.texi (Weak Hash Tables):
|
|
332 * lispref/hash-tables.texi:
|
|
333 * lispref/errors.texi (Standard Errors):
|
|
334 * lispref/compile.texi (Disassembly):
|
|
335 * lispref/compile.texi (Compiled-Function Objects):
|
|
336 * lispref/compile.texi (Eval During Compile):
|
|
337 * lispref/compile.texi (Docs and Compilation):
|
|
338 * lispref/compile.texi (Compilation Functions):
|
|
339 * lispref/compile.texi (Speed of Byte-Code):
|
|
340 * lispref/compile.texi (Byte Compilation):
|
|
341 * lispref/building.texi (Garbage Collection):
|
|
342
|
|
343 * internals/internals.texi (Simple Special Forms):
|
|
344 * internals/internals.texi (Evaluation; Stack Frames; Bindings):
|
|
345 * internals/internals.texi (Specifics of the Event Gathering Mechanism):
|
|
346 * internals/internals.texi (String):
|
|
347 * internals/internals.texi (Introduction to Allocation):
|
|
348 * internals/internals.texi (Allocation of Objects in XEmacs Lisp):
|
|
349 * internals/internals.texi (Modules for Internationalization):
|
|
350 * internals/internals.texi (Modules for Interfacing with X Windows):
|
|
351 * internals/internals.texi (Modules for Interfacing with the Operating System):
|
|
352 * internals/internals.texi (Modules for Other Aspects of the Lisp Interpreter and Object System):
|
|
353 * internals/internals.texi (Modules for Interfacing with the File System):
|
|
354 * internals/internals.texi (Modules for the Redisplay Mechanism):
|
|
355 * internals/internals.texi (Modules for the Basic Displayable Lisp Objects):
|
|
356 * internals/internals.texi (Editor-Level Control Flow Modules):
|
|
357 * internals/internals.texi (Modules for Standard Editing Operations):
|
|
358 * internals/internals.texi (Basic Lisp Modules):
|
|
359 * internals/internals.texi (Low-Level Modules):
|
|
360 * internals/internals.texi (A Summary of the Various XEmacs Modules):
|
|
361 * internals/internals.texi (An Example of Mule-Aware Code):
|
|
362 * internals/internals.texi (Working With Character and Byte Positions):
|
|
363 * internals/internals.texi (Writing Lisp Primitives):
|
|
364 * internals/internals.texi (General Coding Rules):
|
|
365 * internals/internals.texi (How Lisp Objects Are Represented in C):
|
|
366 * internals/internals.texi (The XEmacs Object System (Abstractly Speaking)):
|
|
367 * internals/internals.texi (XEmacs From the Perspective of Building):
|
|
368 * internals/internals.texi (The Lisp Language):
|
|
369 * internals/internals.texi (Top):
|
|
370 * internals/internals.texi:
|
|
371 - rewrite Internals manual
|
|
372
|
|
373 * cl.texi (Porting Common Lisp):
|
|
374 * cl.texi (Hash Tables):
|
|
375 * cl.texi (Association Lists):
|
|
376 * cl.texi (Declarations):
|
|
377 * cl.texi (For Clauses):
|
|
378 * cl.texi (Basic Setf):
|
|
379 * cl.texi (Equality Predicates):
|
|
380 - mega patch
|
|
381
|
|
382 1998-11-28 SL Baur <steve@altair.xemacs.org>
|
|
383
|
|
384 * XEmacs 21.2-beta4 is released.
|
|
385
|
|
386 1998-10-15 SL Baur <steve@altair.xemacs.org>
|
|
387
|
|
388 * XEmacs 21.2-beta3 is released.
|
|
389
|
|
390 1998-10-09 SL Baur <steve@altair.xemacs.org>
|
|
391
|
|
392 * Makefile (MAKEINFO): Undo no-split change.
|
|
393
|
|
394 1998-09-29 SL Baur <steve@altair.xemacs.org>
|
|
395
|
|
396 * XEmacs 21.2-beta2 is released.
|
|
397
|
|
398 1998-09-20 Hrvoje Niksic <hniksic@srce.hr>
|
|
399
|
|
400 * lispref/customize.texi: New file.
|
|
401
|
|
402 1998-09-09 Hrvoje Niksic <hniksic@srce.hr>
|
|
403
|
|
404 * internals/internals.texi (Coding for Mule): New node and
|
|
405 section.
|
|
406
|
|
407 1998-09-03 Darryl Okahata <darrylo@sr.hp.com>
|
|
408
|
|
409 * xemacs/packages.texi: Document manually installing binary packages.
|
|
410
|
|
411 1998-09-02 Jeff Miller <jmiller@smart.net>
|
|
412
|
|
413 * Synch calendar.texi with Emacs 20.3
|
|
414
|
|
415 1998-09-03 Darryl Okahata <darrylo@sr.hp.com>
|
|
416
|
|
417 * xemacs/packages.texi: Correct and update package documentation.
|
|
418 Updated the package installation section to mention the visual
|
|
419 package browser/installer.
|
|
420
|
|
421 1998-08-31 Hrvoje Niksic <hniksic@srce.hr>
|
|
422
|
|
423 * lispref/buffers.texi (Indirect Buffers): Update with XEmacs
|
|
424 specifics.
|
|
425
|
|
426 1998-08-21 Greg Klanderman <greg@alphatech.com>
|
|
427
|
|
428 * lispref/files.texi (User Name Completion): new section.
|
|
429
|
434
|
430 1998-07-23 Adrian Aichner <adrian@xemacs.org>
|
428
|
431
|
|
432 * xemacs/packages.texi (Packages): Changing @itemize @emph to
|
|
433 @itemize @bullet (this is what all other files included in
|
|
434 xemacs.texi use) to fix error in texi2dvi (GNU Texinfo 3.12) 0.8.
|
|
435
|
|
436 1998-07-20 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
437
|
|
438 * xemacs/startup.texi: Small fixes, suggested by Hrvoje.
|
|
439
|
|
440 * xemacs/xemacs.texi:
|
|
441 * xemacs/packages.texi: More packages documentation.
|
|
442
|
|
443 1998-07-19 SL Baur <steve@altair.xemacs.org>
|
|
444
|
|
445 * XEmacs 21.2-beta1 is released.
|
|
446
|
|
447 1998-07-12 SL Baur <steve@altair.xemacs.org>
|
|
448
|
|
449 * XEmacs 21.0-pre5 is released.
|
|
450
|
|
451 1998-07-09 SL Baur <steve@altair.xemacs.org>
|
|
452
|
|
453 * XEmacs 21.0-pre4 is released.
|
|
454
|
|
455 1998-07-09 Oliver Graf <ograf@fga.de>
|
|
456
|
|
457 * lispref/dragndrop.texi: added warning to OffiX Protocol section
|
|
458
|
|
459 1998-07-09 SL Baur <steve@altair.xemacs.org>
|
|
460
|
|
461 * lispref/ldap.texi (Syntax of Search Filters): Fix QP encoding
|
|
462 damage in transit.
|
|
463
|
|
464 1998-07-05 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
465
|
|
466 * lispref/tooltalk.texi: Fixed NEXT to @node LDAP
|
|
467
|
|
468 * lispref/internationalization.texi: Fixed PREV to @node LDAP
|
|
469
|
|
470 * lispref/lispref.texi: Added LDAP chapter from ldap.texi
|
|
471
|
|
472 * lispref/Makefile: Added ldap.texi to srcs
|
|
473
|
|
474 1998-06-29 SL Baur <steve@altair.xemacs.org>
|
|
475
|
|
476 * standards.texi (Preface): Revert previous change to @node
|
|
477 because it doesn't pass makeinfo.
|
|
478
|
434
|
479 1998-06-27 Adrian Aichner <adrian@xemacs.org>
|
428
|
480
|
|
481 * cl.texi: See ALL.
|
|
482 * info-stnd.texi: Fixed @setfilename.
|
|
483 * info.texi: Fixed @setfilename and a typo.
|
|
484 * standards.texi: Added NEXT to @node Preface. See ALL.
|
|
485 * texinfo.texi: Fixed section names, quoted usage of @TeX{},
|
|
486 changed some occurences of `:' to `colon'.
|
|
487 * xemacs-faq.texi: See ALL.
|
|
488 * internals/internals.texi: See ALL.
|
|
489 * lispref/back.texi: Fixed @setfilename.
|
|
490 * lispref/compile.texi: See ALL.
|
|
491 * lispref/debugging.texi: See ALL.
|
|
492 * lispref/edebug-inc.texi: Added NEXT and UP to @node Edebug.
|
|
493 * lispref/eval.texi: See ALL.
|
|
494 * lispref/extents.texi: See ALL.
|
|
495 * lispref/loading.texi: See ALL.
|
|
496 * lispref/searching.texi: Escaped `(' in
|
|
497 @cindex @samp{(?:} in regex
|
|
498 * lispref/variables.texi: See ALL.
|
|
499
|
|
500 1998-06-28 SL Baur <steve@altair.xemacs.org>
|
|
501
|
|
502 * xemacs/calendar.texi: Massive update.
|
|
503 From Jeff Miller <jmiller@smart.net>
|
|
504
|
|
505 1998-06-20 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
506
|
|
507 * xemacs/abbrevs.texi:
|
|
508 * xemacs/basic.texi:
|
|
509 * xemacs/buildings.texi:
|
|
510 * xemacs/cmdargs.texi:
|
|
511 * xemacs/files.texi:
|
|
512 * xemacs/adjustments.texi: Adjustments to integrate startup.texi
|
|
513 and packages.texi stuff.
|
|
514
|
|
515 * xemacs/startup.texi:
|
|
516 * xemacs/packages.texi: Created.
|
|
517
|
434
|
518 1998-06-10 Adrian Aichner <adrian@xemacs.org>
|
428
|
519
|
|
520 * texinfo.texi: added ../info/ to @setfilename, broke line after
|
|
521 @noindent. Changed @var{arg-not-used-by-@TeX{}} to
|
|
522 @var{arg-not-used-by-@@TeX{}} to make `texinfo-format-buffer'
|
|
523 happy. Fixed refs broken by a previous patch of mine.
|
|
524
|
|
525 1998-06-18 Darryl Okahata <darrylo@sr.hp.com>
|
|
526
|
|
527 * lispref/os.texi (os.texi): Document `user-home-directory'.
|
|
528
|
|
529 1998-06-13 Greg Klanderman <greg@alphatech.com>
|
|
530
|
|
531 * lispref/windows.texi (Resizing Windows): document third optional
|
|
532 WINDOW argument to enlarge-window and shrink-window.
|
|
533 (Selecting Windows): document select-window optional norecord
|
|
534 argument.
|
|
535 (Size of Window): document window-text-area-pixel-height and
|
|
536 window-text-area-pixel-width.
|
|
537 (Size of Window): document window-displayed-text-pixel-height.
|
|
538 (Position of Window): document window-text-area-pixel-edges.
|
|
539
|
|
540 * lispref/positions.texi (Screen Lines): cleanup docs for
|
|
541 vertical-motion and vertical-motion-pixels.
|
|
542
|
|
543 1998-06-10 Hrvoje Niksic <hniksic@srce.hr>
|
|
544
|
|
545 * lispref/windows.texi (Resizing Windows): Document
|
|
546 `enlarge-window-pixels' and `shrink-window-pixels'.
|
|
547
|
|
548 * lispref/positions.texi (Screen Lines): Update documentation of
|
|
549 `vertical-motion'.
|
|
550 (Screen Lines): Document `vertical-motion-pixels'.
|
|
551
|
|
552 * lispref/frames.texi (Input Focus): Document `focus-frame',
|
|
553 `save-selected-frame' and `with-selected-frame'.
|
|
554
|
|
555 1998-06-10 Hrvoje Niksic <hniksic@srce.hr>
|
|
556
|
|
557 * lispref/searching.texi (Regexp Search): Document `split-path'.
|
|
558
|
|
559 * lispref/files.texi (Unique File Names): Update docs for
|
|
560 `make-temp-name'; document `temp-directory'.
|
|
561
|
|
562 1998-06-10 Hrvoje Niksic <hniksic@srce.hr>
|
|
563
|
|
564 * lispref/os.texi (Recording Input): Update docs for `recent-keys'.
|
|
565
|
|
566 * lispref/specifiers.texi (Specifier Instancing): Correct
|
|
567 instantiation order.
|
|
568 (Specifier Instancing Functions): Ditto.
|
|
569
|
|
570 1998-06-11 Oliver Graf <ograf@fga.de>
|
|
571
|
|
572 * lispref/lispref.texi: references to Drag'n'Drop fixed
|
|
573 * lispref/modes.texi: references to Drag'n'Drop fixed
|
|
574 * lispref/scrollbars.texi: references to Drag'n'Drop fixed
|
|
575 * lispref/dragndrop.texi: naming changed to Drag and Drop
|
|
576 added some docu about the drop procedure
|
|
577
|
434
|
578 1998-06-09 Adrian Aichner <adrian@xemacs.org>
|
428
|
579
|
|
580 * info-stnd.texi: added ../info/ to @setfilename.
|
|
581 * info.texi: added ../info/ to @setfilename.
|
|
582 * lispref/commands.texi: see ALL.
|
|
583 * lispref/frames.texi: see ALL.
|
|
584 * lispref/os.texi: see ALL.
|
|
585 * lispref/text.texi: see ALL.
|
|
586 * new-users-guide/custom1.texi: broke line after enumerated @item.
|
|
587 * new-users-guide/custom2.texi: see ALL.
|
|
588 * new-users-guide/edit.texi: see ALL.
|
|
589 * new-users-guide/enter.texi: see ALL.
|
|
590 * new-users-guide/files.texi: see ALL.
|
|
591 * new-users-guide/help.texi
|
|
592 * new-users-guide/modes.texi: see ALL.
|
|
593 * new-users-guide/new-users-guide.texi: see ALL.
|
|
594 * new-users-guide/region.texi: see ALL.
|
|
595 * new-users-guide/search.texi: see ALL.
|
|
596 * new-users-guide/xmenu.texi: see ALL.
|
|
597 * standards.texi: added ../info/ to @setfilename.
|
|
598 * texinfo.texi: added ../info/ to @setfilename, broke line after
|
|
599 @noindent. Changed @var{arg-not-used-by-@TeX{}} to
|
|
600 @var{arg-not-used-by-@@TeX{}} to make `texinfo-format-buffer'
|
|
601 happy.
|
|
602 * xemacs-faq.texi: added ../info/ to @setfilename.
|
|
603 * ALL: corrected INFO-FILE-NAME to lispref and xemacs in relevant
|
|
604 p?xefs (most were empty, some elisp and emacs), used
|
|
605 PRINTED-MANUAL-TITLE "XEmacs Lisp Reference Manual" and "XEmacs
|
|
606 User's Manual" respectively for all these.
|
|
607
|
|
608 1998-06-01 Oliver Graf <ograf@fga.de>
|
|
609
|
|
610 * lispref/dragndrop.texi: added experimental
|
|
611
|
|
612 1998-05-28 Oliver Graf <ograf@fga.de>
|
|
613
|
|
614 * lispref/dragndrop.texi: a warning, and a bit more text this time
|
|
615
|
|
616 1998-05-26 Oliver Graf <ograf@fga.de>
|
|
617
|
|
618 * lispref/dragndrop.texi: only small changes
|
|
619
|
|
620 1998-05-15 Christian Nybø <chr@mediascience.no>
|
|
621
|
|
622 * xemacs/killing.texi: Properly document `zap-to-char'.
|
|
623
|
|
624 1998-05-13 Greg Klanderman <greg@alphatech.com>
|
|
625
|
|
626 * lispref/frames.texi (Input Focus): cleanup select-frame
|
|
627 documentation.
|
|
628
|
|
629 1998-05-10 Oliver Graf <ograf@fga.de>
|
|
630
|
|
631 * lispref/dragndrop.texi: new section for the DnD API
|
|
632 * lispref/lispref.texi: added Drag'n'Drop between scrollbars and
|
|
633 modes
|
|
634 * lispref/modes.texi: changed back-ref to Drag'n'Drop
|
|
635 * lispref/scrollbars.texi: changed next-ref to Drag'n'Drop
|
|
636
|
|
637 1998-05-05 Oliver Graf <ograf@fga.de>
|
|
638
|
|
639 * commands.texi: exchange of dnd-drop with misc-user
|
|
640
|
|
641 1998-05-04 Martin Buchholz <martin@xemacs.org>
|
|
642
|
|
643 * internals.texi (Techniques for XEmacs Developers): Add some more
|
|
644 comments on adding new files, inspired by Olivier Galibert.
|
|
645
|
|
646 1998-05-02 Hrvoje Niksic <hniksic@srce.hr>
|
|
647
|
|
648 * lispref/windows.texi (Vertical Scrolling): Fixup docstring for
|
|
649 scroll-conservatively.
|
|
650
|
|
651 * lispref/loading.texi (Named Features): Document advanced args to
|
|
652 `feature'.
|
|
653
|
|
654 * lispref/files.texi (File Name Expansion): Document that
|
|
655 expand-file-name does not treat // and ~/ in the middle of file
|
|
656 names specially.
|
|
657
|
|
658 * lispref/positions.texi (Excursions): Document
|
|
659 `with-current-buffer' and `with-temp-file'.
|
|
660
|
|
661 * lispref/strings.texi (Formatting Strings): Document `%*'
|
|
662 construct.
|
|
663
|
|
664 * lispref/os.texi (Time Conversion): Document that TIME may be
|
|
665 omitted from format-time-string.
|
|
666
|
|
667 * lispref/strings.texi (String Conversion): Document BASE argument
|
|
668 to `string-to-number'.
|
|
669
|
|
670 * lispref/searching.texi (Syntax of Regexps): Fix up Perl
|
|
671 constructs documentation.
|
|
672 (Regexp Search): Document `split-string'.
|
|
673
|
|
674 * xemacs/display.texi (Scrolling): Document scroll-conservatively.
|
|
675
|
|
676 * xemacs/killing.texi (Active Regions): Document that errors no
|
|
677 longer highlight the region.
|
|
678
|
|
679 * lispref/display.texi (The Echo Area): Document message log
|
|
680 stuff, including `display-message', `lmessage', `clear-message',
|
|
681 (Warnings): Document warning stuff.
|
|
682
|
|
683 * lispref/commands.texi (Working With Events): Update `make-event'
|
|
684 for misc-user events.
|
|
685 (Using Interactive): Document `function-interactive'.
|
|
686
|
|
687 * lispref/os.texi (System Environment): Document USE-FLOATS
|
|
688 argument to `load-average'.
|
|
689 (User Identification): Document the new semantics of
|
|
690 `user-full-name'.
|
|
691
|
|
692 * lispref/strings.texi (Creating Strings): Document `string'
|
|
693 function.
|
|
694
|
|
695 1998-05-02 Hrvoje Niksic <hniksic@srce.hr>
|
|
696
|
|
697 * lispref/numbers.texi (Comparison of Numbers): Document multi-arg
|
|
698 comparison functions.
|
|
699
|
|
700 1998-04-30 Greg Klanderman <greg@alphatech.com>
|
|
701
|
|
702 * lispref/frames.texi (Input Focus): Document behavior of
|
|
703 select-frame wrt focus-follows-mouse.
|
|
704
|
|
705 1998-04-30 Martin Buchholz <martin@xemacs.org>
|
|
706
|
|
707 * Makefile: Support generic makes by avoiding `%' syntax.
|
|
708 It breaks my heart to uglify the Makefile like this, but this is
|
|
709 going to be a perpetual FAQ otherwise.
|
|
710 General cleanup.
|
|
711 Comment out w3 and vm info rules.
|
|
712 Use paranoid cd ./$@ syntax to avoid losing with luser's CDPATH.
|
|
713
|
|
714 1998-03-27 Stephen Turnbull <turnbull@sk.tsukuba.ac.jp>
|
|
715
|
|
716 * xemacs/frame.texi: Document cursor appearance at end of line.
|
|
717
|
|
718 1998-03-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
719
|
|
720 * internals/internals.texi (GCPROing): Explain when it is
|
|
721 necessary to GCPRO function parameters.
|
|
722
|
|
723 1998-03-13 Hrvoje Niksic <hniksic@srce.hr>
|
|
724
|
|
725 * internals/internals.texi (Writing Lisp Primitives): Updated
|
|
726 definition of For().
|
|
727
|
|
728 1998-03-01 Aki Vehtari <Aki.Vehtari@hut.fi>
|
|
729
|
|
730 * lispref/menus.texi: Use recommended forms in examples.
|
|
731
|
|
732 1998-02-22 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
733
|
|
734 * cl.texi (Creating Symbols): Tell a little bit about the new
|
|
735 handling of gensyms.
|
|
736
|
|
737 1998-02-21 Greg Klanderman <greg@alphatech.com>
|
|
738
|
|
739 * xemacs/custom.texi (X Resources): update to describe automatic
|
|
740 setting of x-emacs-application-class.
|
|
741
|
|
742 * lispref/x-windows.texi (Resources): update doc for
|
|
743 x-emacs-application-class.
|
|
744
|
|
745 1998-02-20 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
746
|
|
747 * cl.texi (Equality Predicates): Update to reflect change to
|
|
748 `equalp' made in "cl-extra.el" - now compares characters case
|
|
749 insensitively.
|
|
750
|
|
751 1998-02-23 Aki Vehtari <Aki.Vehtari@hut.fi>
|
|
752
|
|
753 * lispref/menus.texi (Menu Format): Doc fix: suffix can be form.
|
|
754
|
|
755 1998-02-19 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
756
|
|
757 * lispref/display.texi (Beeping): Linux has sound too.
|
|
758
|
|
759 1998-02-19 Hrvoje Niksic <hniksic@srce.hr>
|
|
760
|
|
761 * cl.texi (Argument Lists): Keywords are handled specially by
|
|
762 XEmacs.
|
|
763 (Porting Common Lisp): XEmacs backquotes are OK.
|
|
764
|
|
765 1998-02-19 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
766
|
|
767 * xemacs/custom.texi (Init Syntax): document #b, #o, and #x reader
|
|
768 syntax for integers.
|
434
|
769 From Adrian Aichner <adrian@xemacs.org>
|
428
|
770 * cl.texi (Porting Common Lisp): ' '
|
|
771 * lispref/numbers.texi (Numbers): ' '
|
|
772
|
|
773 1998-02-15 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
774
|
|
775 * lispref/searching.texi (Regular Expressions): Document the
|
|
776 recent regular expression syntax extensions.
|
|
777
|
|
778 1998-02-10 Olivier Galibert <galibert@pobox.com>
|
|
779
|
|
780 * internals/internals.texi: Remove all mocklisp references.
|
|
781
|
|
782 1997-12-17 SL Baur <steve@altair.xemacs.org>
|
|
783
|
|
784 * Makefile (SUBDIR): skk and gnats are packaged.
|
|
785
|
|
786 * lispref/intro.texi (Acknowledgements): Update to v3.3.
|
|
787
|
|
788 * lispref/lispref.texi: Update to 20.5/v3.3.
|
|
789
|
|
790 1997-12-10 SL Baur <steve@altair.xemacs.org>
|
|
791
|
|
792 * Makefile: Don't stop on errors.
|
|
793
|
|
794 1997-12-06 SL Baur <steve@altair.xemacs.org>
|
|
795
|
|
796 * Makefile: add skk manual.
|
|
797
|
|
798 1997-11-29 SL Baur <steve@altair.xemacs.org>
|
|
799
|
|
800 * internals/internals.texi (XEmacs): Updated history section.
|
|
801
|
|
802 1997-11-28 SL Baur <steve@altair.xemacs.org>
|
|
803
|
|
804 * lispref/compile.texi (Compilation Functions): Plug in the real
|
|
805 return value.
|
|
806 (Speed of Byte-Code): Ditto.
|
|
807 (Compilation Functions): Ditto.
|
|
808 (Compiled-Function Objects): Ditto.
|
|
809 (Speed of Byte-Code): Increase loop counter by factor of 50 (the
|
|
810 previous value was embarrassing).
|
|
811
|
|
812 1997-11-21 SL Baur <steve@altair.xemacs.org>
|
|
813
|
|
814 * Makefile (srcs): vhdl-mode has been packaged.
|
|
815
|
|
816 1997-11-15 SL Baur <steve@altair.xemacs.org>
|
|
817
|
|
818 * lispref/windows.texi (scroll-conservatively): Fix typo.
|
|
819
|
|
820 1997-11-12 Hrvoje Niksic <hniksic@srce.hr>
|
|
821
|
|
822 * lispref/commands.texi (Working With Events): Document fully.
|
|
823
|
|
824 * lispref/windows.texi (Vertical Scrolling): Document
|
|
825 scroll-conservatively.
|
|
826
|
|
827 1997-11-09 Hrvoje Niksic <hniksic@srce.hr>
|
|
828
|
|
829 * lispref/extents.texi (Intro to Extents): Minor correction.
|
|
830 (Extent Properties): Document `extent-keymap'.
|
|
831
|
|
832 1997-11-03 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
833
|
|
834 * xemacs/mule.texi (Mule): Modify description about supported
|
|
835 scripts.
|
|
836
|
|
837 1997-11-02 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
838
|
|
839 * xemacs/mule.texi: Add description for
|
|
840 `universal-coding-system-argument'.
|
|
841
|
|
842 1997-10-31 SL Baur <steve@altair.xemacs.org>
|
|
843
|
|
844 * internals/internals.texi: XEmacs 19.16 is released.
|
|
845
|
|
846 1997-10-30 SL Baur <steve@altair.xemacs.org>
|
|
847
|
|
848 * Makefile (srcs): Mailcrypt, hm--html-menus, vm, psgml and tm have
|
|
849 been packaged.
|
|
850
|
|
851 1997-10-22 Hrvoje Niksic <hniksic@srce.hr>
|
|
852
|
|
853 * xemacs-faq.texi: Added the detailed menu listing.
|
|
854
|
|
855 * lispref/extents.texi (Extent Properties): Documented
|
|
856 `set-extent-properties'.
|
|
857
|
|
858 * xemacs/custom.texi (Face Customization): Updated for XEmacs.
|
|
859
|
|
860 1997-10-07 SL Baur <steve@altair.xemacs.org>
|
|
861
|
|
862 * xemacs-faq.texi (Q1.3.7): Update Russion URLs.
|
|
863 From Rebecca Ore <rebecca.ore@op.net>
|
|
864
|
|
865 * lispref/databases.texi (Connecting to a Database): Describe
|
|
866 valid types of `type' and `subtype'.
|
|
867 From Raymond Toy <toy@rtp.ericsson.se>
|
|
868
|
|
869 1997-10-01 Karl M. Hegbloom <karlheg@inetarena.com>
|
|
870
|
|
871 * lispref/commands.texi (Keyboard Macros): fixed typo. Changed
|
|
872 reference to (emacs) into a reference to (xemacs).
|
|
873
|
|
874 1997-10-01 Karl M. Hegbloom <karlheg@inetarena.com>
|
|
875
|
|
876 * lispref/keymaps.texi (Keymaps): untabified and reformatted menu
|
|
877 to prevent line wrap.
|
|
878
|
|
879 1997-09-27 SL Baur <steve@altair.xemacs.org>
|
|
880
|
|
881 * gnats/flowchart.eps: New file.
|
|
882
|
|
883 1997-09-23 Hrvoje Niksic <hniksic@srce.hr>
|
|
884
|
|
885 * xemacs/custom.texi (Easy Customization): Ditto.
|
|
886
|
|
887 * xemacs/xemacs.texi (Top): Added pointer to easy customization.
|
|
888
|
|
889 1997-09-18 SL Baur <steve@altair.xemacs.org>
|
|
890
|
|
891 * internals/Makefile (../../info/$(NAME).info): Warn and clean up
|
|
892 if someone hasn't upgraded makeinfo.
|
|
893
|
|
894 * Makefile (EMACS): Refer to xemacs binary in source tree.
|
|
895 * tm/Makefile (EMACS): Ditto.
|
|
896
|
|
897 1997-08-15 Karl M. Hegbloom <karlheg@inetarena.com>
|
|
898
|
|
899 * cl.texi (Type Predicates): Update for corrected handling of
|
|
900 `string-char' and `character'.
|
|
901
|
|
902 Tue Aug 5 21:56:02 1997 Barry A. Warsaw <cc-mode-help@python.org>
|
|
903
|
|
904 * cc-mode.texi:
|
|
905 In FAQ section, document use of c-mode-base-map instead of c-mode-map.
|
|
906
|
|
907 Fri Aug 1 22:44:49 1997 Barry A. Warsaw <cc-mode-help@python.org>
|
|
908
|
|
909 * cc-mode.texi: Removed the description of c-enable-//-in-c-mode.
|
|
910
|
|
911 Wed Jul 30 00:01:45 1997 Barry A. Warsaw <cc-mode-help@python.org>
|
|
912
|
|
913 * cc-mode.texi:
|
|
914 Added description of template-args-cont syntactic symbol
|
|
915
|
|
916 1997-07-25 Barry A. Warsaw <cc-mode-help@python.org>
|
|
917
|
|
918 * cc-mode.texi: Describe support for idl-mode
|
|
919
|
|
920 * cc-mode.texi:
|
|
921 Document c-initialization-hook. Also rewrite the "Getting Connected"
|
|
922 section on byte compiling the source.
|
|
923
|
|
924 1997-07-21 Karl M. Hegbloom <karlheg@inetarena.com>
|
|
925
|
|
926 * lispref/streams.texi: "Output Streams", change `last-output'
|
|
927 result list from integers to characters.
|
|
928
|
|
929 * lispref/minibuf.texi: "Object from Minibuffer", correction.
|
|
930
|
|
931 * lispref/minibuf.texi: "Minibuffer History", add
|
|
932 `Info-minibuffer-history', `Manual-page-minibuffer-history', and
|
|
933 short paragraph refering to `M-x apropos'.
|
|
934
|
|
935 1997-07-17 Steven L Baur <steve@altair.xemacs.org>
|
|
936
|
|
937 * Makefile: makeinfo-1.68 is verified to work.
|
|
938
|
|
939 * tm/Makefile (../../info/%-ja.info): Die if not running
|
|
940 XEmacs/Mule.
|
|
941 (../../info/%-en.info): Inherit setting of MAKEINFO.
|
|
942
|
|
943 Tue Jul 15 04:18:38 1997 Barry A. Warsaw <cc-mode-help@python.org>
|
|
944
|
|
945 * cc-mode.texi:
|
|
946 Describe the variable c-indent-comments-syntactically-p.
|
|
947
|
|
948 1997-07-15 Steven L Baur <steve@altair.xemacs.org>
|
|
949
|
|
950 * internals/internals.texi (Top): Convert Buffer@'s node name to
|
|
951 `Buffer's' because the former confuses makeinfo.
|
|
952
|
|
953 Thu Jul 3 22:54:03 1997 Barry A. Warsaw <cc-mode-help@python.org>
|
|
954
|
|
955 * cc-mode.texi: Fixed spelling of Texinfo
|
|
956
|
|
957 Tue May 6 21:33:06 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
958
|
|
959 * lispref/files.texi (Writing to Files): Correct docstring of
|
|
960 write-region.
|
|
961
|
|
962 Sun May 4 14:28:32 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
963
|
|
964 * lispref/annotations.texi (Annotation Primitives):
|
|
965 `delete-annotation' does not return the deleted annotation.
|
|
966
|
|
967 Wed Apr 30 18:13:16 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
968
|
|
969 * lispref/lispref.texi: Correct release dates.
|
|
970
|
|
971 Sat Apr 19 20:48:00 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
972
|
|
973 * lispref/files.texi (File Name Expansion): Update documentation
|
|
974 of file-relative-name.
|
|
975
|
|
976 Mon Apr 7 21:02:39 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
977
|
|
978 * lispref/lispref.texi: Update version numbers (with patches from
|
|
979 Hrvoje Niksic).
|
|
980
|
|
981 * lispref/building.texi (Building XEmacs): Update version numbers
|
|
982 and build identification.
|
|
983
|
|
984 * lispref/intro.texi (Introduction): Update version number.
|
|
985
|
|
986 Sun Mar 23 15:47:05 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
987
|
|
988 * Makefile (srcs): Add efs.texi.
|
|
989
|
|
990 Sat Mar 22 16:39:16 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
991
|
|
992 * Makefile (srcs): Add hm--html-mode.texi.
|
|
993
|
|
994 Sun Mar 16 18:48:14 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
995
|
|
996 * gnats/Makefile (gnats_srcs): New manuals for GNATS.
|
|
997
|
|
998 Wed Mar 12 14:39:43 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
999
|
|
1000 * lispref/strings.texi (Text Comparison): Correct example for
|
|
1001 `char-equal'. Add new function `char='.
|
|
1002
|
|
1003 Thu Mar 6 13:33:54 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1004
|
|
1005 * Makefile: Update for new texinfo manual.
|
|
1006
|
|
1007 Tue Mar 4 11:37:42 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1008
|
|
1009 * Makefile (../info/w3.info): Use special version of makeinfo
|
|
1010 since this manual is not backwards compatible.
|
|
1011 Clean up error handling so we only have to type make once to
|
|
1012 rebuild the info tree.
|
|
1013 (../info/vm.info): Make sure to continue in the event of error.
|
|
1014
|
|
1015 Tue Feb 25 20:17:53 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1016
|
|
1017 * auctex/Makefile: Added `mostlyclean' and `distclean' target.
|
|
1018
|
|
1019 Wed Feb 19 17:57:27 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1020
|
|
1021 * Makefile (auctex): New subdirectory target.
|
|
1022
|
|
1023 Wed Feb 12 12:30:27 1997 Yotam Medini <yotam_medini@tmai.com>
|
|
1024
|
|
1025 * mule/languages.texi: Correct typo.
|
|
1026
|
|
1027 Mon Feb 10 08:17:22 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1028
|
|
1029 * Makefile (srcs): Add custom and widget to srcs.
|
|
1030
|
|
1031 * lispref/extents.texi (Intro to Extents): Removed erroneous
|
|
1032 reference to `start-glyph' property.
|
|
1033
|
|
1034 Sun Feb 9 00:27:22 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1035
|
|
1036 * widget.texi: New file.
|
|
1037
|
|
1038 * custom.texi: New file.
|
|
1039
|
|
1040 Thu Feb 6 22:57:09 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1041
|
|
1042 * lispref/extents.texi (Duplicable Extents): replicable extents
|
|
1043 are history.
|
|
1044
|
|
1045 Wed Jan 29 19:59:41 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
1046
|
|
1047 * xemacs-faq.texi (Q1.1.1): Correct typos.
|
|
1048
|
|
1049 Mon Jan 27 22:28:48 1997 Bob Weiner <weiner@infodock.com>
|
|
1050
|
|
1051 * xemacs-faq.texi (Q1.0.14): infodock.com has hardcopies of the
|
|
1052 XEmacs manual available.
|
|
1053 (Q4.6.1): Updated Infodock Information.
|
|
1054
|
|
1055 Sat Dec 28 11:08:07 1996 Martin Buchholz <mrb@Eng.Sun.COM>
|
|
1056
|
|
1057 * vhdl-mode.texi: Correct typo in email address.
|
|
1058
|
|
1059 Mon Dec 23 09:47:24 1996 Martin Buchholz <mrb@Eng.Sun.COM>
|
|
1060
|
|
1061 * Makefile (srcs): Add vhdl-mode.
|
|
1062
|
|
1063 Wed Dec 18 20:21:06 1996 Martin Buchholz <mrb@eng.sun.com>
|
|
1064
|
|
1065 * Makefile (realclean): Don't delete itself `make distclean'
|
|
1066
|
|
1067 * lispref/numbers.texi (Predicates on Numbers): wholenump->natnump.
|
|
1068
|
|
1069 * Makefile: New File.
|
|
1070
|
|
1071 Tue Dec 10 18:35:21 1996 Rod Whitby <rwhitby@asc.sps.mot.com>
|
|
1072
|
|
1073 * vhdl-mode.texi: New file.
|
|
1074
|
|
1075 Thu Jan 24 12:41:33 1991 Richard Stallman (rms at mole.ai.mit.edu)
|
|
1076
|
|
1077 * texinfo.tex: Delete spurious character at beginning.
|
|
1078
|
|
1079 Tue Aug 16 13:09:12 1988 Robert J. Chassell (bob at frosted-flakes.ai.mit.edu)
|
|
1080
|
|
1081 * emacs.tex: Corrected two typos. No other changes before
|
|
1082 Version 19 will be made.
|
|
1083
|
|
1084 * vip.texinfo: Removed menu entry Adding Lisp Code in node
|
|
1085 Customization since the menu entry did not point to anything.
|
|
1086 Also added an @finalout command to remove overfull hboxes from the
|
|
1087 printed output.
|
|
1088
|
|
1089 * cl.texinfo: Added @bye, \input line and @settitle to file.
|
|
1090 This file is clearly intended to be a chapter of some other work,
|
|
1091 but the other work does not yet exist.
|
|
1092
|
|
1093 Mon Jul 25 17:47:38 1988 Robert J. Chassell (bob at frosted-flakes.ai.mit.edu)
|
|
1094
|
|
1095 * texinfo.texinfo: Three typos corrected.
|
|
1096
|
|
1097 Mon Jul 11 18:02:29 1988 Chris Hanson (cph at kleph)
|
|
1098
|
|
1099 * texindex.c (indexify): when comparing to initial strings to
|
|
1100 decide whether to change the header, must use `strncmp' to avoid
|
|
1101 comparing entire strings of which initials are a substring.
|
|
1102
|
|
1103 Sun Jun 26 18:46:16 1988 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
|
|
1104
|
|
1105 * texindex.c (sort_in_core, sort_offline, parsefile):
|
|
1106 Give up on input file if any line doesn't start with backslash.
|
|
1107
|
|
1108 Mon May 23 10:41:35 1988 Robert J. Chassell (bob at frosted-flakes.ai.mit.edu)
|
|
1109
|
|
1110 * emacs.tex: Update information for obtaining TeX distribution from the
|
|
1111 University of Washington.
|