2028
|
1 2004-04-18 Stephen J. Turnbull <stephen@xemacs.org>
|
|
2
|
|
3 * internals/internals.texi (Object-Oriented Techniques in XEmacs):
|
|
4 New node.
|
|
5 (The XEmacs Object System (Abstractly Speaking)):
|
|
6 Reorder the list of objects somewhat.
|
|
7 Add brief descriptions of the arbitrary-precision number types.
|
|
8 (Writing Good Comments): Slight revision, recommend @xemacs alias.
|
|
9 (Character-Related Data Types): Add a few comments re Unicode.
|
|
10 (Working With Character and Byte Positions): Ditto.
|
|
11 (General Guidelines for Writing Mule-Aware Code): Query.
|
|
12 (Conversion to and from External Data): Ditto.
|
|
13 (Techniques for XEmacs Developers): Typo.
|
|
14 (Modules for Regression Testing): Add an xref.
|
|
15 (Overview): Note that dump file is now inside the executable.
|
|
16 (Remaining issues): Mention ExecShield vs. pdumper.
|
|
17 (Searching and Matching): Mention UTF-8 wrt Mule.
|
|
18
|
|
19 2004-02-22 Stephen J. Turnbull <stephen@xemacs.org>
|
|
20
|
|
21 * widget.texi (Introduction): Update historical references a bit.
|
|
22 Fix many typos and grammatical problems.
|
|
23 (User Interface): Fix typo.
|
|
24
|
|
25 2004-04-09 Stephen J. Turnbull <turnbull@sk.tsukuba.ac.jp>
|
|
26
|
|
27 * lispref/numbers.texi (Numbers): Describe bignums, ratios, and
|
|
28 bigfloats briefly.
|
|
29 (Integer Basics): We've had 31-bit integers for a while. Fix the
|
|
30 statement of minimum available precision and the examples.
|
|
31 Document most-positive-fixnum and most-negative-fixnum. Add a
|
|
32 pointer to the node "The Bignum Extension".
|
|
33 (Float Basics): Document most-positive-float, most-negative-float,
|
|
34 least-positive-float, least-positive-normalized-float,
|
|
35 least-negative-float, and least-negative-normalized-float. Add a
|
|
36 pointer to the node "The Bignum Extension".
|
|
37 (Comparison of Numbers): Update for bignums.
|
|
38
|
|
39 (The Bignum Extension):
|
|
40 (Bignum Basics):
|
|
41 (Ratio Basics):
|
|
42 (Bigfloat Basics):
|
|
43 (Contagion and Canonicalization):
|
|
44 (Compatibility Issues):
|
|
45 New nodes.
|
|
46
|
|
47 * lispref/lispref.texi (Top):
|
|
48 * lispref/numbers.texi (Numbers):
|
|
49 Add nodes "Ratio Basics" and "The Bignum Extension" to menus.
|
|
50
|
|
51 2004-01-26 Stephen J. Turnbull <stephen@xemacs.org>
|
|
52
|
|
53 * lispref/specifiers.texi: Update FSF copyright.
|
|
54 (Specifier Compatibility Notes): New node.
|
|
55
|
|
56 * lispref/glyphs.texi (Glyph Properties): Fix typo.
|
|
57 (Glyphs):
|
|
58 (Native GUI Widgets): New node.
|
|
59
|
|
60 * lispref/gutter.texi (Gutter Descriptor Format): Node deleted.
|
|
61 (Gutter):
|
|
62 (Gutter Intro):
|
|
63 (Creating Gutter):
|
|
64 (Specifying a Gutter):
|
|
65 Pluralize node name to Creating Gutters.
|
|
66 (Creating Gutters): Improve explanation of gutter descriptors.
|
|
67 (Other Gutter Variables): Remove extraneous text.
|
|
68 (Common Gutter Widgets): In lieu of real documentation, at least
|
|
69 point to gutter-items.el.
|
|
70
|
1987
|
71 2004-04-06 Stephen J. Turnbull <turnbull@sk.tsukuba.ac.jp>
|
|
72
|
|
73 Lightly revised from <psr7v1j039.fsf@diannao.ittc.ku.edu>.
|
|
74 Thanks to Jerry James <james@xemacs.org>.
|
|
75
|
|
76 * xemacs-faq.texi (Top, Miscellaneous): In menus, renumber Section
|
|
77 5.3 and Q5.3.1-12 as 5.4.x, and add Mathematics and Q5.3.1-4 as
|
|
78 replacement section 5.3.
|
|
79 (Q5.3.1, Q5.3.2, Q5.3.3, Q5.3.4) New FAQs for bignums.
|
|
80 (Q5.2.1, Q8.0.1) Add @unnumberedsec headings.
|
|
81 (Q6.4.1) Correct @unnumberedsec heading.
|
|
82
|
1964
|
83 2004-03-22 Stephen J. Turnbull <stephen@xemacs.org>
|
|
84
|
|
85 * XEmacs 21.5.17 "chayote" is released.
|
|
86
|
1920
|
87 2004-02-20 Stephen J. Turnbull <stephen@xemacs.org>
|
|
88
|
|
89 * internals/internals.texi (GCPROing): Mention `Fsignal'. Clarify
|
|
90 that references, not the objects themselves, are what is marked.
|
|
91
|
1882
|
92 2004-01-26 Stephen J. Turnbull <stephen@xemacs.org>
|
|
93
|
|
94 * lispref/specifiers.texi (Copyright): Update.
|
|
95
|
|
96 (Creating Specifiers): Correct more instances of subject-verb
|
|
97 disagreement.
|
|
98
|
1877
|
99 2004-01-24 Stephen J. Turnbull <stephen@xemacs.org>
|
|
100
|
|
101 * lispref/specifiers.texi (Specifier Instancing Functions): Fix
|
|
102 typos, thanks to Ilpo Nyyssönen.
|
|
103
|
1875
|
104 2004-01-23 Stephen J. Turnbull <stephen@xemacs.org>
|
|
105
|
|
106 * lispref/specifiers.texi (Specifier Instancing Functions): Add
|
|
107 documentation of `specifier-matching-instance'.
|
|
108 (Introduction to Specifiers): Fix typos.
|
|
109 (Simple Specifier Usage): Cross-reference Toolbar Intro.
|
|
110 (Creating Specifiers):
|
|
111 (Specifier Instancing Functions):
|
|
112 (Adding Specifications):
|
|
113 Various improvements. Deprecate set-specifier a bit more.
|
|
114
|
1869
|
115 2004-01-20 Stephen J. Turnbull <stephen@xemacs.org>
|
|
116
|
|
117 * lispref/specifiers.texi (Specifier Examples): Add new example,
|
|
118 pluralize node name and section title.
|
|
119 (Specifiers): Pluralize "Specifier Examples" in menu.
|
|
120
|
|
121 * lispref/lispref.texi (Top): Pluralize "Specifier Examples" in menu.
|
|
122
|
|
123 2003-11-04 Stephen J. Turnbull <stephen@xemacs.org>
|
|
124
|
|
125 * xemacs-faq.texi: Fix Tony Rossini's address.
|
|
126
|
1833
|
127 2003-12-15 Steve Youngs <sryoungs@bigpond.net.au>
|
|
128
|
|
129 * lispref/customize.texi (Defining New Types): New node.
|
|
130 From Per Abrahamsen <abraham@dina.kvl.dk>
|
|
131
|
1755
|
132 2003-10-16 Ilya N. Golubev <gin@mo.msk.ru>
|
|
133
|
|
134 * lispref/tips.texi (Comment Tips): Typo fix.
|
|
135
|
1738
|
136 2003-10-10 Ilya N. Golubev <gin@mo.msk.ru>
|
|
137
|
|
138 * new-users-guide/custom2.texi (Init File):
|
|
139
|
|
140 Fix up erroneous uses of @var instead of @code for the names of
|
|
141 particular variables in programming languages.
|
|
142
|
|
143 2003-10-10 Ilya N. Golubev <gin@mo.msk.ru>
|
|
144
|
|
145 * custom.texi (The Init File):
|
|
146 * xemacs-faq.texi (Q2.1.3):
|
|
147 (Q2.1.5):
|
|
148
|
|
149 * internals/internals.texi (Modules for Internationalization):
|
|
150
|
|
151 * lispref/display.texi (Beeping):
|
|
152 * lispref/ldap.texi (Encoder/Decoder Functions):
|
|
153 * lispref/markers.texi (The Mark):
|
|
154 (The Region):
|
|
155 * lispref/menus.texi (Menu Accelerator Functions):
|
|
156 * lispref/numbers.texi (Math Functions):
|
|
157 * lispref/packaging.texi (package-info.in):
|
|
158 (Makefile):
|
|
159 (Local.rules File):
|
|
160 * lispref/postgresql.texi (libpq Lisp Symbols and DataTypes):
|
|
161 (libpq Lisp Variables):
|
|
162 (Synchronous Interface Functions):
|
|
163 (Other libpq Functions):
|
|
164
|
|
165 * new-users-guide/custom2.texi (Init File):
|
|
166 (Setting Variables):
|
|
167 * new-users-guide/files.texi (File Names):
|
|
168 (Saving Files):
|
|
169 * new-users-guide/search.texi (Search and Replace):
|
|
170
|
|
171 * xemacs/custom.texi (X Resources):
|
|
172
|
|
173 Fix up erroneous uses of @var instead of @code for the names of
|
|
174 particular variables in programming languages.
|
|
175
|
|
176 2003-10-10 Stephen J. Turnbull <stephen@xemacs.org>
|
|
177
|
|
178 * Makefile: Remove old package and redundant cruft.
|
|
179
|
1734
|
180 2003-10-10 Ilya N. Golubev <gin@mo.msk.ru>
|
|
181
|
|
182 * lispref/mule.texi (Charset Property Functions): Charset registry
|
|
183 can be set.
|
|
184 (Predefined Charsets): Add registry to Vietnamese charset names.
|
|
185
|
1716
|
186 2003-09-26 Steve Youngs <youngs@xemacs.org>
|
|
187
|
|
188 * XEmacs 21.5.16 "celeriac" is released.
|
|
189
|
1710
|
190 2003-09-22 Adrian Aichner <adrian@xemacs.org>
|
|
191
|
|
192 * lispref/backups.texi (Reverting): Fix the PRINTED-MANUAL-TITLE
|
|
193 argument for a cross reference to "The XEmacs User's Manual".
|
|
194
|
1709
|
195 2003-08-15 Stephen J. Turnbull <stephen@xemacs.org>
|
|
196
|
|
197 * internals/internals.texi: Update copyright notice.
|
|
198 (GCPROing): Add missing period.
|
|
199 (Adding Global Lisp Variables): general.c -> general-slots.h.
|
|
200 (A Reader's Guide to XEmacs Coding Conventions): New node.
|
|
201
|
1703
|
202 2003-09-20 Ilya N. Golubev <gin@mo.msk.ru>
|
|
203
|
|
204 * xemacs/mini.texi (Minibuffer): Add customizing message display
|
|
205 reference.
|
|
206 * lispref/display.texi (Customizing Message Display): New,
|
|
207 describe `redisplay-echo-area-function',
|
|
208 `undisplay-echo-area-function', `minibuffer-echo-wait-function'.
|
|
209 (The Echo Area): Add menu.
|
|
210
|
1702
|
211 2003-09-19 Sandra Wambold <wambold@xemacs.org>
|
|
212
|
|
213 * Makefile: add targets to produce PDF files
|
|
214
|
1665
|
215 2003-09-03 Steve Youngs <youngs@xemacs.org>
|
|
216
|
|
217 * XEmacs 21.5.15 "celery" is released.
|
|
218
|
1648
|
219 2003-08-28 Steve Youngs <youngs@xemacs.org>
|
|
220
|
|
221 * xemacs-faq.texi (Q2.0.2): Rewrite, mentioning the correct way to
|
|
222 remove a package.
|
|
223 (Q3.8.2): big-menubar is in the edit-utils package.
|
|
224 (Q4.3.2): Add a comment about not needing TM for things like Gnus,
|
|
225 MH-E and VM.
|
|
226 (Q5.3.3): State correct location of ps-print.el.
|
|
227
|
|
228 * xemacs/packages.texi (Packages): Remove "Creating Packages" menu
|
|
229 entry.
|
|
230 (Package Terminology): Whitespace clean up.
|
|
231 (Installing Packages): Whitespace clean up and add some @code
|
|
232 formatters.
|
|
233 Re-organise the menu so that installation via PUI is first and
|
|
234 Sumo is last.
|
|
235 (Automatically): mule-base is no longer a requirement for using
|
|
236 PUI.
|
|
237 Mention optionally requiring mailcrypt.
|
|
238 (Note): Removed.
|
|
239 (Manually): Move to below the PUI installation method.
|
|
240 (Sumo): Move to below the manual installation method.
|
|
241 (Which Packages): Add mailcrypt.
|
|
242 (Building Packages): Remove duplicated stuff that is in
|
|
243 lispref/packaging.texi, xref to it instead.
|
|
244 (Local.rules File): xref to the appropriate node in
|
|
245 lispref/packaging.texi.
|
|
246 (Available Packages): Update to current reality.
|
|
247 (all): Removed.
|
|
248 (srckit): Removed.
|
|
249 (binkit): Removed.
|
|
250
|
|
251 * xemacs/reading.texi (Reading Mail): Mention Gnus and MEW.
|
|
252
|
|
253 * new-users-guide/custom2.texi (Init File): big-menubar.el is in
|
|
254 the edit-utils package.
|
|
255
|
|
256 * lispref/packaging.texi (Packaging):
|
|
257 (The User View):
|
|
258 (The Library Maintainer View):
|
|
259 (Infrastructure):
|
|
260 (Control Files):
|
|
261 (Obtaining):
|
|
262 (The Package Release Engineer View):
|
|
263 (Package Terminology):
|
|
264 (Building Packages):
|
|
265 (Makefile Targets):
|
|
266 (packages): New.
|
|
267 (Local.rules File):
|
|
268 (XEMACS_PACKAGES): Removed.
|
|
269 (XEMACS_INSTALLED_PACKAGES_ROOT): New.
|
|
270 (NONMULE_PACKAGES): New.
|
|
271 (EXCLUDES): New.
|
|
272 (Creating Packages):
|
|
273 (BATCH): New.
|
|
274 (VERSION): Removed.
|
|
275 (AUTHOR_VERSION): Removed.
|
|
276 (MAINTAINER): Removed.
|
|
277 (PACKAGE): Removed.
|
|
278 (PKG_TYPE): Removed.
|
|
279 (REQUIRES): Removed.
|
|
280 (CATEGORY): Removed.
|
|
281 (ELS): Removed.
|
|
282 (ELCS): Removed.
|
|
283 (all): Removed.
|
|
284 (srckit): Removed.
|
|
285 (binkit): Removed.
|
|
286 (are): New.
|
|
287 (STANDARD_DOCS): New.
|
|
288 (ELCS_1_DEST): New.
|
|
289 (example): New.
|
|
290 (PACKAGE_SUPPRESS): New.
|
|
291 (EXPLICIT_DOCS): New.
|
|
292 (DATA_DEST): New.
|
|
293 (Documenting Packages):
|
|
294
|
|
295 Not quite a total rewrite, but a fairly thorough audit
|
|
296 nonetheless.
|
|
297
|
1620
|
298 2003-07-31 René Kyllingstad <listmailxemacs@kyllingstad.com>
|
|
299
|
|
300 * lispref/display.texi (Invisible Text):
|
|
301 mention line-move-ignore-invisible.
|
|
302 * lispref/extents.texi (Extent Properties):
|
|
303 end-glyph will still be displayed when invisible is set.
|
|
304 * lispref/extents.texi (Extents and Events):
|
|
305 only begin-glyph is highlighted.
|
|
306
|
1616
|
307 2003-08-12 Stephen J. Turnbull <stephen@xemacs.org>
|
|
308
|
|
309 * xemacs-faq.texi (Q1.3.8): Fix typo, note errorneous recognition.
|
|
310
|
1613
|
311 2003-08-05 Stephen J. Turnbull <stephen@xemacs.org>
|
|
312
|
|
313 * lispref/packaging.texi (Creating Packages):
|
|
314 * xemacs/packages.texi (Creating Packages):
|
|
315 Style guideline for package-info.in description.
|
|
316
|
1554
|
317 2003-06-30 Vin Shelton <acs@xemacs.org>
|
|
318
|
|
319 * lispref/lists.texi (List-related Predicates): Add @end defun.
|
|
320
|
1549
|
321 2003-06-30 Stephen J. Turnbull <stephen@xemacs.org>
|
|
322
|
|
323 * xemacs-faq.texi (Q3.2.2): Fix typo.
|
|
324
|
|
325 2003-06-20 Stephen J. Turnbull <stephen@xemacs.org>
|
|
326
|
|
327 * lispref/objects.texi (Character Type): Document ?\x00 read
|
|
328 syntax and range limitations on ?\000 and ?\x00 read syntaxes.
|
|
329
|
|
330 2003-06-16 Stephen J. Turnbull <stephen@xemacs.org>
|
|
331
|
|
332 * lispref/lists.texi (List-related Predicates): Document
|
|
333 `true-list-p', and reference it from `listp'.
|
|
334
|
1510
|
335 2003-06-01 Steve Youngs <youngs@xemacs.org>
|
|
336
|
|
337 * XEmacs 21.5.14 "cassava" is released.
|
|
338
|
1496
|
339 2003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
|
|
340
|
|
341 * internals/internals.texi (Searching and Matching): New node.
|
|
342
|
1495
|
343 2003-05-17 Stephen J. Turnbull <stephen@xemacs.org>
|
|
344
|
|
345 * xemacs-faq.texi (detail menu): Reformat "Current Events" caption.
|
|
346 (Legacy Versions): New section.
|
|
347 (Q8.0.1): New question.
|
|
348
|
|
349 2003-05-16 Stephen J. Turnbull <stephen@xemacs.org>
|
|
350
|
|
351 * lispref/searching.texi (Regexp Search): Update split-string for
|
|
352 new specification.
|
|
353
|
|
354 * lispref/strings.texi (Creating Strings): Xref split-string
|
|
355 (this is where GNU Emacs documents it).
|
|
356
|
1473
|
357 2003-05-10 Steve Youngs <youngs@xemacs.org>
|
|
358
|
|
359 * XEmacs 21.5.13 "cauliflower" is released.
|
|
360
|
1468
|
361 2003-05-09 Stephen J. Turnbull <stephen@xemacs.org>
|
|
362
|
|
363 * lispref/searching.texi (Match Data): Failed match preserves data.
|
|
364
|
1441
|
365 2003-04-28 Stephen J. Turnbull <stephen@xemacs.org>
|
|
366
|
|
367 * xemacs-faq.texi (Q6.4.3): New: auxiliary programs for Windows.
|
|
368
|
1431
|
369 2003-04-24 Steve Youngs <youngs@xemacs.org>
|
|
370
|
|
371 * XEmacs 21.5.12 "carrot" is released.
|
|
372
|
1389
|
373 2003-03-27 Stephen J. Turnbull <stephen@xemacs.org>
|
|
374
|
|
375 * xemacs/frame.texi (XEmacs under X):
|
|
376 * xemacs-faq.texi:
|
|
377 Global substitute .Xresources for .Xdefaults.
|
1386
|
378
|
|
379 * xemacs-faq.texi (Q3.2.2): `default' is also a face.
|
|
380 (Q3.2.2, Q3.8.4): Describe appropriate use of `fontSet' in Mule.
|
|
381 Suggested by Janis Dzerins <jonis@dir.lv>.
|
|
382
|
1366
|
383 2003-03-20 Steve Youngs <youngs@xemacs.org>
|
|
384
|
|
385 * xemacs/packages.texi (Automatically): Refer to
|
|
386 'pui-set-local-package-get-directory' instead of
|
|
387 'pui-add-install-directory'.
|
|
388 Remove comment about PGP not being intergrated into PUI.
|
|
389 Document balloon-help in PUI.
|
|
390 Add heading "Keeping Packages Up To Date".
|
|
391 (Building Packages): makeinfo 4.2 is required.
|
|
392
|
1362
|
393 2003-03-18 Stephen J. Turnbull <stephen@xemacs.org>
|
|
394
|
|
395 * xemacs/frame.texi (Gutter Basics): Describe common options for
|
|
396 buffers tab control.
|
|
397
|
1353
|
398 2003-03-11 Adrian Aichner <adrian@xemacs.org>
|
|
399
|
|
400 * cl.texi: Change incorrect references to GNU where XEmacs is
|
|
401 appropriate.
|
|
402
|
1347
|
403 2003-03-09 Ben Wing <ben@xemacs.org>
|
|
404
|
|
405 * widget.texi (Defining New Widgets):
|
|
406 Fix Turnbull typos.
|
|
407
|
1339
|
408 2003-03-02 Stephen Turnbull <stephen@xemacs.org>
|
|
409
|
|
410 * widget.texi (Defining New Widgets):
|
|
411 Document `widget-create-child', `widget-create-child-and-convert',
|
|
412 and `widget-create-child-value'. Document the `:copy' method.
|
|
413 Improve discussion of the `:convert-widget' method.
|
|
414
|
1333
|
415 2003-02-26 Stephen J. Turnbull <stephen@xemacs.org>
|
|
416
|
|
417 * internals/internals.texi (XEmacs From the Perspective of Building):
|
|
418 Fix typo.
|
|
419 (Build-Time Dependencies): New node.
|
|
420
|
1307
|
421 2003-02-16 Steve Youngs <youngs@xemacs.org>
|
|
422
|
|
423 * XEmacs 21.5.11 "cabbage" is released.
|
|
424
|
1288
|
425 2003-02-11 Adrian Aichner <adrian@xemacs.org>
|
|
426
|
|
427 * lispref/backups.texi (Auto-Saving): Fix auto-save xref to user
|
|
428 manual.
|
|
429
|
1263
|
430 2003-02-06 Stephen J. Turnbull <stephen@xemacs.org>
|
|
431
|
|
432 * internals/internals.texi (Top):
|
|
433 (Buffers and Textual Representation):
|
|
434 Fix up white space in menu.
|
|
435 (Character-Related Data Types):
|
|
436 (Conversion to and from External Data):
|
|
437 (Format of the Extent Info):
|
|
438 Pedantic grammatical nits.
|
|
439
|
1261
|
440 2003-02-05 Ben Wing <ben@xemacs.org>
|
|
441
|
|
442 * lispref/mule.texi (Internationalization Terminology):
|
|
443 Lots of Mule rewriting.
|
|
444
|
|
445 2003-02-05 Ben Wing <ben@xemacs.org>
|
|
446
|
|
447 * internals/internals.texi (Top):
|
|
448 * internals/internals.texi (Coding for Mule):
|
|
449 * internals/internals.texi (Character-Related Data Types):
|
|
450 * internals/internals.texi (Working With Character and Byte Positions):
|
|
451 * internals/internals.texi (Conversion to and from External Data):
|
|
452 * internals/internals.texi (General Guidelines for Writing Mule-Aware Code):
|
|
453 * internals/internals.texi (An Example of Mule-Aware Code):
|
|
454 * internals/internals.texi (Mule-izing Code):
|
|
455 * internals/internals.texi (help): New.
|
|
456 * internals/internals.texi (Buffers and Textual Representation):
|
|
457 * internals/internals.texi (The Text in a Buffer):
|
|
458 * internals/internals.texi (Markers and Extents):
|
|
459 * internals/internals.texi (MULE Character Sets and Encodings):
|
|
460 * internals/internals.texi (Lstream Functions):
|
|
461 * internals/internals.texi (Lstream Methods):
|
|
462 * internals/internals.texi (Format of the Extent Info):
|
|
463 * internals/internals.texi (Mathematics of Extent Ordering):
|
|
464 Major fixup. Correct for new names of Bytebpos, Ichar, etc. and
|
|
465 lots of Mule rewriting.
|
|
466
|
1258
|
467 2003-02-05 Stephen J. Turnbull <stephen@xemacs.org>
|
|
468
|
|
469 * xemacs/startup.texi (Startup Paths): Clarification of package
|
|
470 hierarchy structure.
|
|
471
|
|
472 * xemacs-faq.texi (Q2.0.13, Q2.0.14, Q2.1.24, Q2.1.25): Not NEW.
|
|
473 (Q2.1.15): Stylistic changes for clarity.
|
|
474
|
1251
|
475 2003-02-03 Steve Youngs <youngs@xemacs.org>
|
|
476
|
|
477 * xemacs/packages.texi (Local.rules File): Update to reflect Ben's
|
|
478 recent dabble into the packages.
|
|
479
|
1187
|
480 2003-01-04 Steve Youngs <youngs@xemacs.org>
|
|
481
|
|
482 * XEmacs 21.5.10 "burdock" is released.
|
|
483
|
1188
|
484 2003-01-04 Steve Youngs <youngs@xemacs.org>
|
|
485
|
|
486 * lispref/mule.texi (Charset Unification): Menu item "Internals"
|
|
487 should be "Unification Internals".
|
|
488
|
1183
|
489 2003-01-03 Stephen J. Turnbull <stephen@xemacs.org>
|
|
490
|
|
491 * xemacs/startup.texi (Startup Paths): Hierarchy, not package, layout.
|
|
492
|
|
493 2003-01-03 Stephen J. Turnbull <stephen@xemacs.org>
|
|
494
|
|
495 * xemacs-faq.texi: Debugging FAQ improvements from Ben Wing.
|
|
496 (Q2.0.6): Mention union type bugs.
|
|
497 (Q2.1.1): Debugging HOWTO improvements.
|
|
498 (Q2.1.15): Decoding Lisp objects in the debugger.
|
|
499
|
|
500 * widget.texi (Widget Internals): New node.
|
|
501 (Top): Add menu item for it.
|
|
502
|
|
503 * xemacs/xemacs.texi (Top): Better short description of Mule in
|
|
504 menu. Mule submenu.
|
|
505
|
|
506 Charset unification docs. What a concept---commit docs first!
|
|
507
|
|
508 * lispref/mule.texi (MULE): Add Unification and Tables menu entries.
|
|
509 (Unicode Support): Fixup next node.
|
|
510 (Charset Unification):
|
|
511 (Overview):
|
|
512 (Usage):
|
|
513 (Basic Functionality):
|
|
514 (Interactive Usage):
|
|
515 (Configuration):
|
|
516 (Theory of Operation):
|
|
517 (What Unification Cannot Do for You):
|
|
518 (Unification Internals):
|
|
519 (Charsets and Coding Systems):
|
|
520 New nodes.
|
|
521
|
|
522 * xemacs/mule.texi (Mule): Menu items for Unification and Tables.
|
|
523 (Recognize Coding):
|
|
524 (Specify Coding):
|
|
525 Fixup next and previous pointers.
|
|
526 (Unification):
|
|
527 (Unification Overview):
|
|
528 (Unification Usage):
|
|
529 (Unification Configuration):
|
|
530 (Unification FAQs):
|
|
531 (Unification Theory):
|
|
532 (What Unification Cannot Do for You):
|
|
533 (Charsets and Coding Systems):
|
|
534 New nodes.
|
|
535
|
|
536 2002-12-17 Stephen Turnbull <stephen@xemacs.org>
|
|
537
|
|
538 * widget.texi (Widget Wishlist): Typo.
|
|
539 (Defining New Widgets): s/widget-define/define-widget/g.
|
|
540
|
|
541 2002-12-27 Stephen J. Turnbull <stephen@xemacs.org>
|
|
542
|
|
543 * internals/internals.texi (Regression Testing XEmacs): Hints for
|
|
544 test design.
|
|
545
|
1143
|
546 2002-10-29 Ville Skyttä <scop@xemacs.org>
|
|
547
|
|
548 * xemacs-faq.texi (Top):
|
|
549 The canonical location for FAQ on the website is /FAQ/.
|
|
550
|
1142
|
551 2002-11-12 Ilya N. Golubev <gin@mo.msk.ru>
|
|
552
|
|
553 * xemacs/custom.texi (Face Customization):
|
|
554 (Faces):
|
|
555 Document face-frob-from-locale-first variable.
|
|
556
|
1138
|
557 2002-12-03 Didier Verna <didier@xemacs.org>
|
|
558
|
|
559 * xemacs-faq.texi (Customization): add missing menu entry for Q3.2.7.
|
|
560
|
|
561 2002-12-03 Didier Verna <didier@xemacs.org>
|
|
562
|
|
563 * lispref/specifiers.texi (Introduction to Specifiers): fix case
|
|
564 spelling of `Buffer-Local Variables' crossref.
|
|
565
|
1137
|
566 2002-12-03 Didier Verna <didier@xemacs.org>
|
|
567
|
|
568 * xemacs/custom.texi (Faces): document
|
|
569 `set-face-background-pixmap-file'.
|
|
570
|
|
571 2002-12-03 Didier Verna <didier@xemacs.org>
|
|
572
|
|
573 * lispref/faces.texi (Face Convenience Functions): ditto.
|
|
574 * lispref/glyphs.texi (Creating Glyphs): reference it.
|
|
575
|
1135
|
576 2002-11-29 Stephen Turnbull <stephen@xemacs.org>
|
|
577
|
|
578 * lispref/specifiers.texi (Simple Specifier Usage): New node.
|
|
579 (Specifiers): Adjust node pointers.
|
|
580 (Simple Specifier Usage): Revise. Adjust node pointers.
|
|
581
|
|
582 * lispref/toolbar.texi (Creating Toolbar): Xref specifier example.
|
|
583
|
|
584 2002-10-20 Stephen Turnbull <stephen@xemacs.org>
|
|
585
|
|
586 * xemacs-faq.texi (Q3.2.7): New FAQ on displaying non-ASCII.
|
|
587 (Q3.5.7, Q1.3.3): Cross-reference it.
|
|
588
|
|
589 2002-10-20 Stephen Turnbull <stephen@xemacs.org>
|
|
590
|
|
591 * xemacs-faq.texi (Q2.1.1): Mention bug report commands.
|
|
592 (Q2.0.9): Note how out-of-date the entry is.
|
|
593 (Q1.3.1, Q1.3.2, Q1.3.3, Q1.3.4, Q1.3.5, Q1.3.6): Revise/update.
|
|
594 (Q1.2.1): Fix typo.
|
|
595
|
|
596 * internals/internals.texi (Regression Testing XEmacs): Thorough
|
|
597 rewrite, documenting macros explicitly.
|
|
598
|
|
599 2002-10-29 Stephen J. Turnbull <stephen@xemacs.org>
|
1103
|
600
|
|
601 * lispref/compile.texi (Compilation Options): New node.
|
|
602 (Byte Compilation): Add it to menu.
|
|
603 (Compilation Functions): Minor mods.
|
|
604 (Docs and Compilation):
|
|
605 (Dynamic Loading):
|
|
606 Document some variable defaults.
|
|
607
|
1135
|
608 2002-11-07 Stephen J. Turnbull <stephen@xemacs.org>
|
1096
|
609
|
|
610 * internals/internals.texi (Low-Level Modules): Add urefs to Doug
|
|
611 Lea's and Wolfram Gloger's home pages.
|
|
612
|
1135
|
613 2002-10-18 Stephen J. Turnbull <stephen@xemacs.org>
|
1058
|
614
|
|
615 * xemacs-faq.texi (Q2.0.16): New FAQ on "no cygXpm-noX" fatal error.
|
|
616 (Q6.1.4): Document cygXpm-noX.
|
|
617
|
1030
|
618 2002-10-04 Ville Skyttä <ville.skytta@xemacs.org>
|
|
619
|
|
620 * xemacs/packages.texi (Available Packages): Add fortran-modes,
|
|
621 perl-modes, psgml-dtds, python-modes and ruby-modes.
|
|
622 Some consistency tweaks.
|
|
623
|
1026
|
624 2002-09-22 Ville Skyttä <ville.skytta@xemacs.org>
|
|
625
|
|
626 * lispref/variables.texi (add-to-list): Document the new
|
|
627 (optional) append argument.
|
|
628
|
1024
|
629 2002-09-20 Stephen J. Turnbull <stephen@xemacs.org>
|
|
630
|
|
631 * internals/internals.texi (Techniques for XEmacs Developers):
|
|
632 More performance optimization hints.
|
|
633 (Modules for Other Aspects of the Lisp Interpreter and Object System):
|
|
634 Describe syntax code internals.
|
|
635
|
|
636 * lispref/syntax.texi (Syntax Basics): XEmacs "20" -> "20 and later".
|
|
637 (Syntax Class Table): Deprecate SPC as whitespace designator.
|
|
638 (Syntax Flags): Rewrite for `8-bit' comment syntax flags.
|
|
639
|
981
|
640 2002-08-30 Steve Youngs <youngs@xemacs.org>
|
|
641
|
|
642 * XEmacs 21.5.9 "brussels sprouts" is released.
|
|
643
|
973
|
644 2002-08-22 Stephen J. Turnbull <stephen@xemacs.org>
|
|
645
|
|
646 * internals/internals.texi (Regression Testing XEmacs): Document
|
|
647 how to skip and warn about tests that depend on packages.
|
|
648
|
967
|
649 2002-08-16 Stephen J. Turnbull <stephen@xemacs.org>
|
1137
|
650
|
967
|
651 * internals/internals.texi (Regression Testing XEmacs): Fix typo.
|
|
652
|
965
|
653 2002-08-15 Stephen J. Turnbull <stephen@xemacs.org>
|
1137
|
654
|
965
|
655 * internals/internals.texi (GCPROing): Add comment on GCPRO.
|
|
656 (Regression Testing XEmacs): New node.
|
|
657 (Modules for Regression Testing): New node.
|
|
658
|
959
|
659 2002-08-12 Simon Josefsson <jas@extundo.com>
|
|
660
|
|
661 * lispref/building.texi (Pure Storage): purecopy is a no-op.
|
|
662
|
955
|
663 2002-08-08 Ville Skyttä <ville.skytta@xemacs.org>
|
|
664
|
|
665 * xemacs/packages.texi (Available Packages): Bring up to date.
|
|
666
|
947
|
667 2002-08-02 Ville Skyttä <ville.skytta@xemacs.org>
|
|
668
|
|
669 * xemacs/packages.texi (Available Packages):
|
|
670 Bring package list up to date, thanks also to Brian Palmer.
|
|
671
|
936
|
672 2002-07-30 Ville Skyttä <ville.skytta@xemacs.org>
|
|
673
|
|
674 * term.texi (Input to the inferior): Fix term line/char mode
|
|
675 switch keybindings. Kudos to Jacob P. Burckhardt.
|
|
676
|
|
677 * xemacs/misc.texi (Term Mode): Ditto.
|
|
678
|
933
|
679 2002-07-27 Steve Youngs <youngs@xemacs.org>
|
|
680
|
|
681 * XEmacs 21.5.8 "broccoli" is released.
|
|
682
|
918
|
683 2002-07-06 Adrian Aichner <adrian@xemacs.org>
|
|
684
|
|
685 * new-users-guide/custom1.texi (Customizing key Bindings): Fix
|
|
686 improper use of indef. art. "a".
|
|
687
|
|
688 2002-07-06 Adrian Aichner <adrian@xemacs.org>
|
|
689
|
|
690 * lispref/commands.texi (Peeking and Discarding): Ditto.
|
|
691 * lispref/customize.texi (Type Keywords): Ditto.
|
|
692 * lispref/dragndrop.texi (Drop Interface): Ditto.
|
|
693
|
|
694 2002-07-06 Adrian Aichner <adrian@xemacs.org>
|
|
695
|
|
696 * termcap.texi (Clearing): Ditto.
|
|
697 * widget.texi (User Interface): Ditto.
|
|
698 * widget.texi (Basic Types): Ditto.
|
|
699 * widget.texi (group): Ditto.
|
|
700
|
901
|
701 2002-07-05 Adrian Aichner <adrian@xemacs.org>
|
|
702
|
|
703 * xemacs/menus.texi (Edit Menu): Typo fixes for incorrect use of
|
|
704 indef. art. "an".
|
|
705
|
|
706 2002-07-05 Adrian Aichner <adrian@xemacs.org>
|
|
707
|
|
708 * lispref/control.texi (Processing of Errors): Ditto.
|
|
709 * lispref/mule.texi (ISO 2022): Ditto.
|
|
710 * lispref/packaging.texi (Package Terminology): Ditto.
|
|
711 * lispref/text.texi (Transformations): Ditto.
|
|
712
|
|
713 2002-07-05 Adrian Aichner <adrian@xemacs.org>
|
|
714
|
|
715 * termcap.texi (Naming): Ditto.
|
|
716 * texinfo.texi (itemize): Ditto.
|
|
717 * texinfo.texi (Tips): Ditto.
|
|
718 * widget.texi (Introduction): Ditto.
|
|
719 * widget.texi (group): Ditto.
|
|
720
|
894
|
721 2002-07-02 Stephen J. Turnbull <stephen@xemacs.org>
|
|
722
|
|
723 * XEmacs 21.5.7 "broccoflower" is released.
|
|
724
|
892
|
725 2002-07-02 Stephen J. Turnbull <stephen@xemacs.org>
|
|
726
|
|
727 * xemacs-faq.texi (Top, Customization, Q3.10.5, Q3.10.6):
|
|
728 New "killing is slow" FAQ and link updates.
|
|
729
|
880
|
730 2002-06-17 Jerry James <james@xemacs.org>
|
|
731
|
|
732 * emodules.texi (Loading other Modules): Describe why we do not
|
|
733 use RTLD_GLOBAL.
|
|
734
|
873
|
735 2002-06-20 Adrian Aichner <adrian@xemacs.org>
|
|
736
|
|
737 * xemacs/mule.texi (Language Environments): Typo fix suggested by
|
|
738 Frank Schmitt.
|
|
739
|
871
|
740 2002-06-11 Adrian Aichner <adrian@xemacs.org>
|
|
741
|
|
742 * xemacs-faq.texi (Q1.3.7): Update broken link to russian.el
|
|
743 (found by linklint) with Google's help.
|
|
744
|
|
745 2002-05-25 Adrian Aichner <adrian@xemacs.org>
|
|
746
|
|
747 * xemacs/custom.texi (Syntax Entry): Deprecate ` ' in favor of `-'.
|
|
748
|
868
|
749 2002-06-05 Ben Wing <ben@xemacs.org>
|
|
750
|
|
751 * internals/internals.texi (Top):
|
|
752 * internals/internals.texi (The XEmacs Object System (Abstractly Speaking)):
|
|
753 * internals/internals.texi (How Lisp Objects Are Represented in C):
|
|
754 * internals/internals.texi (Major Textual Changes):
|
|
755 * internals/internals.texi (Great Integral Type Renaming):
|
|
756 * internals/internals.texi (Text/Char Type Renaming):
|
|
757 * internals/internals.texi (files): New.
|
|
758
|
863
|
759 2002-05-04 Stephen J. Turnbull <stephen@xemacs.org>
|
|
760
|
|
761 * custom.texi (The Init File): Rewrite completely.
|
|
762
|
|
763 2002-03-19 Adrian Aichner <adrian@xemacs.org>
|
|
764
|
|
765 * widget.texi (constants): Typo fix.
|
|
766
|
|
767 2002-02-07 Stephen J. Turnbull <stephen@xemacs.org>
|
|
768
|
|
769 * external-widget.texi (External Client Widget Internals): New node.
|
|
770
|
|
771 2001-11-15 Darryl Okahata <darrylo@xemacs.org>
|
|
772
|
|
773 * lispref/glyphs.texi:
|
|
774 lispref/lispref.texi: Add examples of how to insert graphics into a
|
|
775 buffer.
|
1137
|
776
|
863
|
777 2001-12-17 Stephen J. Turnbull <stephen@xemacs.org>
|
|
778
|
|
779 * xemacs/packages.texi (Packages):
|
|
780 (Package Terminology):
|
|
781 Carefully distinguish libraries and packages.
|
|
782 (Package Terminology):
|
|
783 More careful definitions of ``category'' and ``distribution.''
|
|
784 Use ``generic'' instead of ``normal'' (N.B. package tools use
|
|
785 ``standard''.)
|
|
786 (Installing Packages):
|
|
787 Use @var to mark variable version strings, not @t or <>.
|
|
788 (Sumo):
|
|
789 Add disk space estimate when unpacked.
|
|
790
|
|
791 2002-02-06 Stephen J. Turnbull <stephen@xemacs.org>
|
|
792
|
|
793 * xemacs-faq.texi (Q1.3.8, Q1.3.9): Unicode support via Mule-UCS.
|
|
794
|
|
795 2002-02-01 Steve Youngs <youngs@xemacs.org>
|
|
796
|
|
797 * xemacs/packages.texi (Removing Packages): The interactive
|
|
798 function is 'package-get-delete-package'.
|
|
799
|
|
800 2001-11-27 Adrian Aichner <adrian@xemacs.org>
|
|
801
|
|
802 * xemacs-faq.texi: Hyperlink fixes.
|
1137
|
803
|
863
|
804 2002-02-04 Stephen J. Turnbull <stephen@xemacs.org>
|
|
805
|
|
806 * xemacs-faq.texi (Q4.7.7): New FAQ on remote files.
|
|
807
|
|
808 2002-01-24 Stephen J. Turnbull <stephen@xemacs.org>
|
|
809
|
|
810 * xemacs-faq.texi (Q1.0.6): Update mail-to-news gateway information.
|
|
811
|
|
812 2002-02-04 Stephen J. Turnbull <stephen@xemacs.org>
|
|
813
|
|
814 * xemacs/files.texi (Files):
|
|
815 (File Names):
|
|
816 Document remote file editing, refer to EFS and TRAMP.
|
|
817
|
861
|
818 2002-05-23 Stephen J. Turnbull <stephen@xemacs.org>
|
|
819
|
|
820 * lispref/packaging.texi (package-info.in Fields): Typo fix.
|
|
821
|
836
|
822 2002-05-11 Adrian Aichner <adrian@xemacs.org>
|
|
823
|
|
824 * xemacs-faq.texi (Top): Add Q2.0.15 under "Installation and
|
|
825 Trouble Shooting".
|
|
826 * xemacs-faq.texi (Installation): Add Q2.0.15 to Installation
|
|
827 menu.
|
|
828 * xemacs-faq.texi (Q2.0.14): Fix unnumberedsubsec argument.
|
|
829 * xemacs-faq.texi (Q2.0.15): New.
|
|
830
|
824
|
831 2002-05-01 Steve Youngs <youngs@xemacs.org>
|
|
832
|
|
833 * xemacs/packages.texi (Automatically): Don't mention "Options"
|
|
834 menu.
|
|
835 (Installing Packages): Don't mention getting list of packages via
|
1137
|
836 customize.
|
824
|
837
|
804
|
838 2002-04-05 Stephen J. Turnbull <stephen@xemacs.org>
|
|
839
|
|
840 * XEmacs 21.5.6 "bok choi" is released.
|
|
841
|
802
|
842 2002-04-03 Ben Wing <ben@xemacs.org>
|
|
843
|
|
844 * internals/internals.texi (Top):
|
|
845 * internals/internals.texi (How Lisp Objects Are Represented in C):
|
|
846 * internals/internals.texi (Techniques for XEmacs Developers):
|
|
847 * internals/internals.texi (CVS Techniques):
|
|
848 * internals/internals.texi (Merging a Branch into the Trunk):
|
|
849 * internals/internals.texi (A Summary of the Various XEmacs Modules):
|
|
850 Add section on correctly merging a branch back into the trunk.
|
|
851
|
785
|
852 2002-03-19 Adrian Aichner <adrian@xemacs.org>
|
|
853
|
|
854 * widget.texi (constants): Typo fix.
|
|
855
|
778
|
856 2002-03-14 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
857
|
|
858 * cl.texi (Sequence Basics): Avoid splitting link over two lines,
|
|
859 which makes cygwin texinfo 4.0 unhappy.
|
|
860
|
776
|
861 2002-03-15 Ben Wing <ben@xemacs.org>
|
|
862
|
|
863 * Makefile (new-users-guide-srcs):
|
|
864 * Makefile (extraclean):
|
|
865 Use -no-packages to avoid problems with package files shadowing
|
|
866 core files (e.g. unicode.el in mule-ucs).
|
|
867
|
775
|
868 2002-03-14 Stephen J. Turnbull <stephen@xemacs.org>
|
|
869
|
|
870 * emodules.texi (Using DEFUN): Add @ref{Lisp Primitives}.
|
|
871
|
1137
|
872 * lispref/mule.texi (Unicode Support):
|
775
|
873 * xemacs/custom.texi (Behaviors):
|
|
874 * lispref/customize.texi (Enabling Behavior):
|
|
875 New nodes.
|
|
876
|
774
|
877 2002-03-12 Ben Wing <ben@xemacs.org>
|
|
878
|
|
879 * The Great Mule Merge: placeholder.
|
|
880
|
768
|
881 2002-03-05 Stephen J. Turnbull <stephen@xemacs.org>
|
|
882
|
|
883 * XEmacs 21.5.5 "beets" is released.
|
|
884
|
761
|
885 2002-03-01 Jeff Miller <jmiller@cablespeed.com>
|
|
886
|
|
887 * lispref/packaging.texi (The User View, The Library Maintainer
|
|
888 View, The Package Release Engineer View): Remove apostrophes.
|
|
889 * lispref/lispref.texi (The User View, The Library Maintainer
|
|
890 View, The Package Release Engineer View): Remove apostrophes.
|
|
891
|
759
|
892 2002-02-28 Stephen J. Turnbull <stephen@xemacs.org>
|
|
893
|
|
894 * lispref/packaging.texi (The User View, The Library Maintainer
|
|
895 View, The Package Release Engineer View): Remove apostrophes.
|
|
896
|
755
|
897 2002-02-16 Stephen J. Turnbull <stephen@xemacs.org>
|
|
898
|
|
899 * external-widget.texi
|
|
900 (Example Program Using the External Client Widget): Fix braces.
|
|
901 From Mats Lidell <matsl@contactor.se>.
|
|
902
|
753
|
903 2002-02-14 Stephen J. Turnbull <stephen@xemacs.org>
|
|
904
|
|
905 * external-widget.texi
|
|
906 (Example Program Using the External Client Widget): Fix
|
|
907 documentation to explain needed resource settings.
|
|
908
|
752
|
909 2002-02-13 Stephen J. Turnbull <stephen@xemacs.org>
|
|
910
|
|
911 * lispref/packaging.texi (Documenting Packages): New node.
|
|
912 (Makefile Variables): Fix typo per Steve Youngs.
|
|
913
|
750
|
914 2002-02-09 Stephen J. Turnbull <stephen@xemacs.org>
|
|
915
|
|
916 * external-widget.texi
|
|
917 (Example Program Using the External Client Widget): New node.
|
|
918
|
|
919 * lispref/packaging.texi (Documenting Packages): New node.
|
|
920
|
749
|
921 2002-01-27 Stephen J. Turnbull <stephen@xemacs.org>
|
|
922
|
|
923 * lispref/packaging.texi (Makefile Variables): Document GENERATED
|
|
924 and PRELOADS. Document DATA_FILES_n and DATA_DEST_n forms.
|
|
925
|
745
|
926 2002-02-06 Stephen J. Turnbull <stephen@xemacs.org>
|
|
927
|
|
928 * xemacs-faq.texi (Q1.3.8, Q1.3.9): Unicode support via Mule-UCS.
|
|
929
|
742
|
930 2001-01-24 Adrian Aichner <adrian@xemacs.org>
|
|
931
|
|
932 * xemacs-faq.texi (Q1.0.6): Update mail-to-news gateway information.
|
|
933
|
741
|
934 2002-02-04 Stephen J. Turnbull <stephen@xemacs.org>
|
|
935
|
|
936 * xemacs/files.texi (Files):
|
|
937 (File Names):
|
|
938 Document remote file editing, refer to EFS and TRAMP.
|
|
939
|
|
940 2002-02-04 Stephen J. Turnbull <stephen@xemacs.org>
|
|
941
|
|
942 * xemacs-faq.texi (Q4.7.7): New FAQ on remote files.
|
|
943
|
|
944 2002-01-24 Stephen J. Turnbull <stephen@xemacs.org>
|
|
945
|
|
946 * xemacs-faq.texi (Q1.0.6): Update mail-to-news gateway information.
|
|
947
|
737
|
948 2002-02-01 Steve Youngs <youngs@xemacs.org>
|
|
949
|
|
950 * xemacs/packages.texi (Removing Packages): The interactive
|
|
951 function is 'package-get-delete-package'.
|
|
952
|
725
|
953 2002-01-08 Stephen J. Turnbull <stephen@xemacs.org>
|
|
954
|
|
955 * XEmacs 21.5.4 "bamboo" is released.
|
|
956
|
724
|
957 2001-11-15 Darryl Okahata <darrylo@xemacs.org>
|
|
958
|
|
959 * glyphs.texi:
|
|
960 lispref.texi: Add examples of how to insert graphics into a
|
|
961 buffer.
|
1137
|
962
|
721
|
963 2002-01-02 Adrian Aichner <adrian@xemacs.org>
|
|
964
|
|
965 * emodules.texi: Add missing direntry, reword "dynamic loadable"
|
|
966 to "dynamically loadable".
|
|
967 * external-widget.texi: Add missing direntry.
|
|
968
|
709
|
969 2001-12-19 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
970
|
|
971 * xemacs/programs.texi: Etags update from Francesco.
|
|
972
|
704
|
973 2001-12-18 Valdis.Kletnieks <Valdis.Kletnieks@vt.edu>
|
|
974
|
|
975 * xemacs/programs.texi (Tags): Add node name to Ebrowse
|
|
976 cross reference.
|
|
977
|
696
|
978 2001-12-15 Adrian Aichner <adrian@xemacs.org>
|
|
979
|
|
980 * xemacs\xemacs.texi (Top): Change from @ifinfo to @ifnottex for
|
|
981 the benefit of HTML online docs.
|
|
982
|
|
983 2001-12-15 Adrian Aichner <adrian@xemacs.org>
|
|
984
|
|
985 * term.texi: Fix broken settitle. Make @titlepage, @direntry, and
|
|
986 @chapter agree with new title.
|
|
987
|
694
|
988 2001-12-15 Stephen J. Turnbull <stephen@xemacs.org>
|
|
989
|
|
990 * lispref/packaging.texi (The User's View):
|
|
991 Correct description of man subdirectory.
|
|
992
|
|
993 (The Package Release Engineer's View):
|
|
994 (package-compile.el):
|
|
995 Change hazmat to useful documentation.
|
|
996
|
|
997 (Issues):
|
|
998 Hazmat removal.
|
|
999
|
693
|
1000 2001-11-27 Stephen J. Turnbull <stephen@xemacs.org>
|
|
1001
|
|
1002 * lispref/packaging.texi: New file.
|
|
1003 * lispref/lispref.texi (Top): Add Packaging & subnodes to menus.
|
|
1004 Include packaging.texi.
|
|
1005 * lispref/intro.texi (Introduction): Next -> Packaging.
|
|
1006 * lispref/objects.texi (Lisp Data Types): Previous -> Packaging.
|
|
1007 * Makefile (lispref-srcs): Depend on lispref/packaging.texi.
|
1137
|
1008
|
675
|
1009 2001-11-26 Adrian Aichner <adrian@xemacs.org>
|
|
1010
|
|
1011 * xemacs-faq.texi (Top): Remove duplicate node "Introduction".
|
|
1012 * xemacs-faq.texi (Q7.0.2): Rename changes sections uniquely.
|
|
1013 * xemacs-faq.texi (Q7.0.3): Ditto.
|
|
1014
|
|
1015 2001-11-26 Adrian Aichner <adrian@xemacs.org>
|
|
1016
|
|
1017 * external-widget.texi: Add @settitle to this stand-alone
|
|
1018 document.
|
|
1019
|
|
1020 2001-11-25 Adrian Aichner <adrian@xemacs.org>
|
|
1021
|
|
1022 * Makefile: Add rule to produce html from texi sources (currently
|
|
1023 using texi2html).
|
|
1024 * Makefile (HTMLDIR): New.
|
|
1025 * Makefile (html_files): New.
|
|
1026 * Makefile (html): New target.
|
|
1027
|
662
|
1028 2001-09-16 Adrian Aichner <adrian@xemacs.org>
|
|
1029
|
|
1030 * xemacs-faq.texi (Q4.0.7): Fix link to VM FAQ thanks to word I
|
|
1031 got from Gregory Neil Shapiro.
|
|
1032
|
661
|
1033 2001-09-16 Adrian Aichner <adrian@xemacs.org>
|
|
1034
|
|
1035 * xemacs-faq.texi (Q1.3.7): Update moved link.
|
|
1036 * xemacs-faq.texi (Q7.0.2): Comment out empty list of bullets to
|
|
1037 avoid HTML error in texi2html translation.
|
|
1038
|
660
|
1039 2001-09-15 Adrian Aichner <adrian@xemacs.org>
|
|
1040
|
|
1041 * xemacs-faq.texi (Q4.6.1): Infodock is now hosted on SourceForge,
|
|
1042 infodock.com is no more.
|
|
1043 * xemacs-faq.texi (Q4.7.1): Take auc out of http://sunsite.auc.dk.
|
|
1044
|
|
1045 2001-09-15 Adrian Aichner <adrian@xemacs.org>
|
|
1046
|
|
1047 * xemacs-faq.texi (Q4.6.1):
|
|
1048
|
658
|
1049 2001-09-09 Adrian Aichner <adrian@xemacs.org>
|
|
1050
|
|
1051 * xemacs-faq.texi (Q1.0.9): Correct link to snapshots as suggested
|
|
1052 by Robin S. Socha.
|
|
1053
|
654
|
1054 2001-09-07 Stephen J. Turnbull <stephen@xemacs.org>
|
|
1055
|
|
1056 * XEmacs 21.5.3 "asparagus" is released.
|
|
1057
|
652
|
1058 2001-08-26 Stephen J. Turnbull <stephen@xemacs.org>
|
|
1059
|
|
1060 * widget.texi (Basic Types, Defining New Widgets):
|
|
1061 Distinguish between :action and :notify.
|
|
1062
|
641
|
1063 2001-07-28 Stephen J. Turnbull <stephen@xemacs.org>
|
|
1064
|
|
1065 * XEmacs 21.5.2 "artichoke" is released.
|
|
1066
|
635
|
1067 2001-07-25 Jim Horning <jim.horning@lmco.com>
|
|
1068
|
|
1069 * xemacs/packages.texi (Package Terminology):
|
|
1070 * xemacs/packages.texi (Automatically):
|
|
1071 In itemize and enumerate lists @item should be on it's own line.
|
|
1072
|
626
|
1073 2001-07-02 Adrian Aichner <adrian@xemacs.org>
|
|
1074
|
|
1075 * xemacs-faq.texi (Q1.0.14): Update information following a
|
|
1076 request by Tom Mostyn.
|
|
1077
|
625
|
1078 2001-07-02 Adrian Aichner <adrian@xemacs.org>
|
|
1079
|
|
1080 * lispref\windows.texi (Window Configurations): Fix typos.
|
|
1081 * lispref\x-windows.texi (Resources): Ditto.
|
|
1082
|
|
1083 2001-07-02 Adrian Aichner <adrian@xemacs.org>
|
|
1084
|
|
1085 * internals\internals.texi (XEmacs From the Inside): Ditto.
|
|
1086
|
|
1087 2001-07-02 Adrian Aichner <adrian@xemacs.org>
|
|
1088
|
|
1089 * emodules.texi (Initialization Mode): Ditto.
|
|
1090 * xemacs-faq.texi (Q6.3.2): Ditto.
|
|
1091
|
613
|
1092 2001-06-10 Ben Wing <ben@xemacs.org>
|
|
1093
|
|
1094 * xemacs-faq.texi (Q1.0.10):
|
|
1095 * xemacs-faq.texi (Q1.0.11):
|
|
1096 * xemacs-faq.texi (Q1.0.12):
|
|
1097 Update sections on Windows and MacOS availability.
|
|
1098
|
611
|
1099 2001-06-08 Ben Wing <ben@xemacs.org>
|
|
1100
|
|
1101 * xemacs-faq.texi (Top):
|
|
1102 * xemacs-faq.texi (MS Windows):
|
|
1103 * xemacs-faq.texi (Q6.2.1):
|
|
1104 * xemacs-faq.texi (Q6.2.2):
|
|
1105 * xemacs-faq.texi (Q6.2.3):
|
|
1106 * xemacs-faq.texi (Q6.2.4):
|
|
1107 * xemacs-faq.texi (Q6.2.5):
|
|
1108 * xemacs-faq.texi (Q6.3.1):
|
|
1109 * xemacs-faq.texi (Q6.3.2):
|
|
1110 * xemacs-faq.texi (Q6.3.3):
|
|
1111 * xemacs-faq.texi (Q6.3.4):
|
|
1112 * xemacs-faq.texi (Q6.4.1):
|
|
1113 * xemacs-faq.texi (Q6.4.2):
|
|
1114 * xemacs-faq.texi (Current Events):
|
|
1115 * xemacs-faq.texi (Q7.0.1):
|
|
1116 * xemacs-faq.texi (Q7.0.2):
|
|
1117 * xemacs-faq.texi (Q7.0.3):
|
|
1118 * xemacs-faq.texi (Q7.0.4):
|
|
1119 * xemacs-faq.texi (Q7.0.5):
|
|
1120 * xemacs-faq.texi (Q7.0.6):
|
|
1121 Merge in the rest of Hrvoje's Windows FAQ. Redo section 7
|
|
1122 to update current reality and add condensed versions of
|
|
1123 new changes for 21.1 and 21.4. (Not quite done for 21.4.)
|
|
1124 Lots more Windows updates.
|
|
1125
|
600
|
1126 2001-05-29 Alexey Mahotkin <alexm@hsys.msk.ru>
|
|
1127
|
|
1128 * xemacs/custom.texi: Documented keyboard shortcut.
|
|
1129
|
|
1130 * xemacs/mule.texi: Updated to match reality; tiny fixes.
|
|
1131
|
593
|
1132 2001-05-30 Ben Wing <ben@xemacs.org>
|
|
1133
|
|
1134 * xemacs-faq.texi (Top):
|
|
1135 * xemacs-faq.texi (MS Windows):
|
|
1136 * xemacs-faq.texi (Q6.0.1):
|
|
1137 * xemacs-faq.texi (Q6.0.2):
|
|
1138 * xemacs-faq.texi (Q6.0.3):
|
|
1139 * xemacs-faq.texi (Q6.0.4):
|
|
1140 * xemacs-faq.texi (Q6.1.1):
|
|
1141 * xemacs-faq.texi (Q6.1.4):
|
|
1142 * xemacs-faq.texi (Q6.1.5):
|
|
1143 * xemacs-faq.texi (Q6.1.6):
|
|
1144 * xemacs-faq.texi (Q6.2.1):
|
|
1145 * xemacs-faq.texi (Q6.2.2):
|
|
1146 * xemacs-faq.texi (Q6.3.1):
|
|
1147 * xemacs-faq.texi (Q6.3.2):
|
|
1148 * xemacs-faq.texi (Q6.3.3):
|
|
1149 * xemacs-faq.texi (Q6.4.1):
|
|
1150 * xemacs-faq.texi (Current Events):
|
|
1151 Major rewrite.
|
|
1152 Update all MS Windows info to current.
|
|
1153 Redo section 6.1 almost completely.
|
|
1154 Incorporate sections 1 and 2 of Hrvoje's FAQ.
|
|
1155
|
563
|
1156 2001-05-24 Ben Wing <ben@xemacs.org>
|
|
1157
|
|
1158 * xemacs-faq.texi (Top):
|
|
1159 * xemacs-faq.texi (Installation):
|
|
1160 * xemacs-faq.texi (Q2.1.15):
|
|
1161 * xemacs-faq.texi (Q2.1.18):
|
|
1162 * xemacs-faq.texi (Q2.1.19):
|
|
1163 document how to debug X errors
|
1137
|
1164
|
540
|
1165 2001-05-15 Steve Youngs <youngs@xemacs.org>
|
|
1166
|
|
1167 * xemacs/packages.texi (Local.rules): Update to reflect new dir tree.
|
|
1168 (Creating Packages): Ditto.
|
|
1169 (Available Packages): Ditto.
|
|
1170
|
522
|
1171 2001-05-09 Martin Buchholz <martin@xemacs.org>
|
|
1172
|
|
1173 * XEmacs 21.5.1 "anise" is released.
|
|
1174
|
511
|
1175 2001-05-07 Martin Buchholz <martin@xemacs.org>
|
|
1176
|
|
1177 * make-stds.texi: Support makeinfo 3.12
|
|
1178
|
485
|
1179 2001-04-26 John H. Palmieri <palmieri@math.washington.edu>
|
|
1180
|
|
1181 * xemacs/frame.texi (XEmacs under X): Document default-frame-plist
|
|
1182 rather than default-frame-alist.
|
|
1183
|
479
|
1184 2001-04-15 Ben Wing <ben@xemacs.org>
|
|
1185
|
|
1186 * xemacs-faq.texi (Q1.0.1):
|
|
1187 * xemacs-faq.texi (Q1.0.2):
|
|
1188 Rewrite description of XEmacs to match what's on web page,
|
|
1189 in about.el.
|
|
1190
|
472
|
1191 2001-04-18 Martin Buchholz <martin@xemacs.org>
|
|
1192
|
|
1193 * XEmacs 21.5.0 "alfalfa" is released.
|
|
1194
|
464
|
1195 2001-03-30 Ben Wing <ben@xemacs.org>
|
|
1196
|
|
1197 * internals\internals.texi:
|
|
1198 * internals\internals.texi (Top):
|
|
1199 * internals\internals.texi (Lucid Emacs):
|
|
1200 * internals\internals.texi (XEmacs):
|
|
1201 * internals\internals.texi (XEmacs From the Outside):
|
|
1202 Bump version to 1.4 and fix this everywhere. Document all
|
|
1203 XEmacs releases up through 21.2.46.
|
|
1204
|
|
1205 2001-03-16 Stephen J. Turnbull <stephen@xemacs.org>
|
|
1206
|
|
1207 * lispref/postgresql.texi (libpq Lisp Symbols and DataTypes): Save
|
|
1208 result of INSERT in R in pq-cmd-status example.
|
|
1209
|
462
|
1210 2001-03-21 Martin Buchholz <martin@xemacs.org>
|
|
1211
|
|
1212 * XEmacs 21.2.46 "Urania" is released.
|
|
1213
|
|
1214 2001-03-08 Ben Wing <ben@xemacs.org>
|
|
1215
|
|
1216 * internals\internals.texi (Top):
|
|
1217 * internals\internals.texi (A History of Emacs):
|
|
1218 * internals\internals.texi (Through Version 18):
|
|
1219 * internals\internals.texi (Lucid Emacs):
|
|
1220 * internals\internals.texi (GNU Emacs 19):
|
|
1221 * internals\internals.texi (GNU Emacs 20):
|
|
1222 * internals\internals.texi (XEmacs From the Outside):
|
|
1223 * internals\internals.texi (The Lisp Language):
|
|
1224 * internals\internals.texi (XEmacs From the Perspective of Building):
|
|
1225 * internals\internals.texi (XEmacs From the Inside):
|
|
1226 * internals\internals.texi (The XEmacs Object System (Abstractly Speaking)):
|
|
1227 * internals\internals.texi (How Lisp Objects Are Represented in C):
|
|
1228 * internals\internals.texi (Rules When Writing New C Code):
|
|
1229 * internals\internals.texi (General Coding Rules):
|
|
1230 * internals\internals.texi (Writing Lisp Primitives):
|
|
1231 * internals\internals.texi (Writing Good Comments):
|
|
1232 * internals\internals.texi (Adding Global Lisp Variables):
|
|
1233 * internals\internals.texi (Proper Use of Unsigned Types):
|
|
1234 * internals\internals.texi (Coding for Mule):
|
|
1235 * internals\internals.texi (Character-Related Data Types):
|
|
1236 * internals\internals.texi (Working With Character and Byte Positions):
|
|
1237 * internals\internals.texi (Conversion to and from External Data):
|
|
1238 * internals\internals.texi (General Guidelines for Writing Mule-Aware Code):
|
|
1239 * internals\internals.texi (An Example of Mule-Aware Code):
|
|
1240 * internals\internals.texi (Techniques for XEmacs Developers):
|
|
1241 * internals\internals.texi (A Summary of the Various XEmacs Modules):
|
|
1242 * internals\internals.texi (Low-Level Modules):
|
|
1243 * internals\internals.texi (Basic Lisp Modules):
|
|
1244 * internals\internals.texi (Modules for Standard Editing Operations):
|
|
1245 * internals\internals.texi (Editor-Level Control Flow Modules):
|
|
1246 * internals\internals.texi (Modules for the Basic Displayable Lisp Objects):
|
|
1247 * internals\internals.texi (Modules for other Display-Related Lisp Objects):
|
|
1248 * internals\internals.texi (Modules for the Redisplay Mechanism):
|
|
1249 * internals\internals.texi (Modules for Interfacing with the File System):
|
|
1250 * internals\internals.texi (Modules for Other Aspects of the Lisp Interpreter and Object System):
|
|
1251 * internals\internals.texi (Modules for Interfacing with the Operating System):
|
|
1252 * internals\internals.texi (Modules for Interfacing with X Windows):
|
|
1253 * internals\internals.texi (Allocation of Objects in XEmacs Lisp):
|
|
1254 * internals\internals.texi (Introduction to Allocation):
|
|
1255 * internals\internals.texi (Garbage Collection):
|
|
1256 * internals\internals.texi (GCPROing):
|
|
1257 * internals\internals.texi (Garbage Collection - Step by Step):
|
|
1258 * internals\internals.texi (Invocation):
|
|
1259 * internals\internals.texi (garbage_collect_1):
|
|
1260 * internals\internals.texi (mark_object):
|
|
1261 * internals\internals.texi (gc_sweep):
|
|
1262 * internals\internals.texi (sweep_lcrecords_1):
|
|
1263 * internals\internals.texi (compact_string_chars):
|
|
1264 * internals\internals.texi (sweep_strings):
|
|
1265 * internals\internals.texi (sweep_bit_vectors_1):
|
|
1266 * internals\internals.texi (Integers and Characters):
|
|
1267 * internals\internals.texi (Allocation from Frob Blocks):
|
|
1268 * internals\internals.texi (lrecords):
|
|
1269 * internals\internals.texi (Low-level allocation):
|
|
1270 * internals\internals.texi (Cons):
|
|
1271 * internals\internals.texi (Vector):
|
|
1272 * internals\internals.texi (Bit Vector):
|
|
1273 * internals\internals.texi (Symbol):
|
|
1274 * internals\internals.texi (Marker):
|
|
1275 * internals\internals.texi (String):
|
|
1276 * internals\internals.texi (Dumping):
|
|
1277 * internals\internals.texi (Overview):
|
|
1278 * internals\internals.texi (Data descriptions):
|
|
1279 * internals\internals.texi (Dumping phase):
|
|
1280 * internals\internals.texi (Object inventory):
|
|
1281 * internals\internals.texi (Address allocation):
|
|
1282 * internals\internals.texi (The header):
|
|
1283 * internals\internals.texi (Data dumping):
|
|
1284 * internals\internals.texi (Pointers dumping):
|
|
1285 * internals\internals.texi (Reloading phase):
|
|
1286 * internals\internals.texi (Events and the Event Loop):
|
|
1287 * internals\internals.texi (Introduction to Events):
|
|
1288 * internals\internals.texi (Main Loop):
|
|
1289 * internals\internals.texi (Specifics of the Event Gathering Mechanism):
|
|
1290 * internals\internals.texi (Specifics About the Emacs Event):
|
|
1291 * internals\internals.texi (The Event Stream Callback Routines):
|
|
1292 * internals\internals.texi (Other Event Loop Functions):
|
|
1293 * internals\internals.texi (Converting Events):
|
|
1294 * internals\internals.texi (Evaluation; Stack Frames; Bindings):
|
|
1295 * internals\internals.texi (Evaluation):
|
|
1296 * internals\internals.texi (Dynamic Binding; The specbinding Stack; Unwind-Protects):
|
|
1297 * internals\internals.texi (Simple Special Forms):
|
|
1298 * internals\internals.texi (Symbols and Variables):
|
|
1299 * internals\internals.texi (Introduction to Symbols):
|
|
1300 * internals\internals.texi (Obarrays):
|
|
1301 * internals\internals.texi (Buffers and Textual Representation):
|
|
1302 * internals\internals.texi (Introduction to Buffers):
|
|
1303 * internals\internals.texi (The Text in a Buffer):
|
|
1304 * internals\internals.texi (Buffer Lists):
|
|
1305 * internals\internals.texi (Markers and Extents):
|
|
1306 * internals\internals.texi (Bufbytes and Emchars):
|
|
1307 * internals\internals.texi (MULE Character Sets and Encodings):
|
|
1308 * internals\internals.texi (Character Sets):
|
|
1309 * internals\internals.texi (Encodings):
|
|
1310 * internals\internals.texi (Japanese EUC (Extended Unix Code)):
|
|
1311 * internals\internals.texi (JIS7):
|
|
1312 * internals\internals.texi (Internal Mule Encodings):
|
|
1313 * internals\internals.texi (Internal String Encoding):
|
|
1314 * internals\internals.texi (Internal Character Encoding):
|
|
1315 * internals\internals.texi (The Lisp Reader and Compiler):
|
|
1316 * internals\internals.texi (Lstreams):
|
|
1317 * internals\internals.texi (Creating an Lstream):
|
|
1318 * internals\internals.texi (Lstream Types):
|
|
1319 * internals\internals.texi (Lstream Functions):
|
|
1320 * internals\internals.texi (Consoles; Devices; Frames; Windows):
|
|
1321 * internals\internals.texi (Introduction to Consoles; Devices; Frames; Windows):
|
|
1322 * internals\internals.texi (Point):
|
|
1323 * internals\internals.texi (Window Hierarchy):
|
|
1324 * internals\internals.texi (The Redisplay Mechanism):
|
|
1325 * internals\internals.texi (Critical Redisplay Sections):
|
|
1326 * internals\internals.texi (Line Start Cache):
|
|
1327 * internals\internals.texi (Extents):
|
|
1328 * internals\internals.texi (Introduction to Extents):
|
|
1329 * internals\internals.texi (Extent Ordering):
|
|
1330 * internals\internals.texi (Format of the Extent Info):
|
|
1331 * internals\internals.texi (Zero-Length Extents):
|
|
1332 * internals\internals.texi (Mathematics of Extent Ordering):
|
|
1333 * internals\internals.texi (Faces):
|
|
1334 * internals\internals.texi (Glyphs):
|
|
1335 * internals\internals.texi (Specifiers):
|
|
1336 * internals\internals.texi (Menus):
|
|
1337 * internals\internals.texi (Subprocesses):
|
|
1338 * internals\internals.texi (Interface to the X Window System):
|
|
1339 * internals\internals.texi (Lucid Widget Library):
|
|
1340 * internals\internals.texi (Generic Widget Interface):
|
|
1341 * internals\internals.texi (Scrollbars):
|
|
1342 * internals\internals.texi (Menubars):
|
|
1343 * internals\internals.texi (Checkboxes and Radio Buttons):
|
|
1344 * internals\internals.texi (Progress Bars):
|
|
1345 * internals\internals.texi (Tab Controls):
|
|
1346 Add more index entries. Add sections on comments and unsigned types.
|
|
1347
|
|
1348 2001-03-08 Ben Wing <ben@xemacs.org>
|
|
1349
|
|
1350 * make-stds.texi (Makefile Basics):
|
|
1351 * make-stds.texi (Command Variables):
|
|
1352 * make-stds.texi (Directory Variables):
|
|
1353 * make-stds.texi (Standard Targets):
|
|
1354 * standards.texi:
|
|
1355 * standards.texi (Top):
|
|
1356 * standards.texi (Preface):
|
|
1357 * standards.texi (Legal Issues):
|
|
1358 * standards.texi (Reading Non-Free Code):
|
|
1359 * standards.texi (Contributions):
|
|
1360 * standards.texi (Trademarks):
|
|
1361 * standards.texi (Design Advice):
|
|
1362 * standards.texi (Source Language):
|
|
1363 * standards.texi (Compatibility):
|
|
1364 * standards.texi (Using Extensions):
|
|
1365 * standards.texi (Standard C):
|
|
1366 * standards.texi (Program Behavior):
|
|
1367 * standards.texi (Semantics):
|
|
1368 * standards.texi (Libraries):
|
|
1369 * standards.texi (Errors):
|
|
1370 * standards.texi (User Interfaces):
|
|
1371 * standards.texi (Graphical Interfaces):
|
|
1372 * standards.texi (Command-Line Interfaces):
|
|
1373 * standards.texi (Option Table):
|
|
1374 * standards.texi (Memory Usage):
|
|
1375 * standards.texi (File Usage):
|
|
1376 * standards.texi (Formatting):
|
|
1377 * standards.texi (Comments):
|
|
1378 * standards.texi (Syntactic Conventions):
|
|
1379 * standards.texi (Names):
|
|
1380 * standards.texi (System Portability):
|
|
1381 * standards.texi (CPU Portability):
|
|
1382 * standards.texi (System Functions):
|
|
1383 * standards.texi (Internationalization):
|
|
1384 * standards.texi (Mmap):
|
|
1385 * standards.texi (Documentation):
|
|
1386 * standards.texi (GNU Manuals):
|
|
1387 * standards.texi (Doc Strings and Manuals):
|
|
1388 * standards.texi (Manual Structure Details):
|
|
1389 * standards.texi (License for Manuals):
|
|
1390 * standards.texi (Manual Credits):
|
|
1391 * standards.texi (Printed Manuals):
|
|
1392 * standards.texi (NEWS File):
|
|
1393 * standards.texi (Change Logs):
|
|
1394 * standards.texi (Style of Change Logs):
|
|
1395 * standards.texi (Simple Changes):
|
|
1396 * standards.texi (Conditional Changes):
|
|
1397 * standards.texi (Indicating the Part Changed):
|
|
1398 * standards.texi (Managing Releases):
|
|
1399 * standards.texi (Configuration):
|
|
1400 * standards.texi (Releases):
|
|
1401 * standards.texi (References):
|
|
1402 * standards.texi (Index):
|
|
1403 Update to latest GNU version.
|
1137
|
1404
|
462
|
1405 * xemacs-faq.texi (Q6.3.3):
|
|
1406 * xemacs-faq.texi (Q6.4.1):
|
|
1407 Improve questions on current Windows activity.
|
|
1408
|
|
1409 2001-03-07 Sandra Wambold <wambold@xemacs.org>
|
|
1410
|
|
1411 * xemacs-faq.texi: (Q.1.0.7): changed list archive address
|
|
1412
|
|
1413 2001-02-25 Ben Wing <ben@xemacs.org>
|
|
1414
|
|
1415 * xemacs-faq.texi (Top):
|
|
1416 * xemacs-faq.texi (Introduction):
|
|
1417 * xemacs-faq.texi (Q1.0.1):
|
|
1418 * xemacs-faq.texi (Q1.0.4):
|
|
1419 * xemacs-faq.texi (Q1.0.6):
|
|
1420 * xemacs-faq.texi (Q1.0.10):
|
|
1421 * xemacs-faq.texi (Q1.2.1):
|
|
1422 * xemacs-faq.texi (Q1.4.1):
|
|
1423 * xemacs-faq.texi (Q1.4.2):
|
|
1424 * xemacs-faq.texi (Q2.0.12):
|
|
1425 * xemacs-faq.texi (Q2.1.1):
|
|
1426 * xemacs-faq.texi (Q2.1.2):
|
|
1427 * xemacs-faq.texi (Q2.1.9):
|
|
1428 * xemacs-faq.texi (Q2.1.15):
|
|
1429 * xemacs-faq.texi (Q2.1.19):
|
|
1430 * xemacs-faq.texi (Customization):
|
|
1431 * xemacs-faq.texi (Q3.0.1):
|
|
1432 * xemacs-faq.texi (Q3.0.2):
|
|
1433 * xemacs-faq.texi (Q3.0.3):
|
|
1434 * xemacs-faq.texi (Q3.0.7):
|
|
1435 * xemacs-faq.texi (Q3.1.5):
|
|
1436 * xemacs-faq.texi (Q3.1.6):
|
|
1437 * xemacs-faq.texi (Q3.2.1):
|
|
1438 * xemacs-faq.texi (Q3.2.3):
|
|
1439 * xemacs-faq.texi (Q3.2.4):
|
|
1440 * xemacs-faq.texi (Q3.3.1):
|
|
1441 * xemacs-faq.texi (Q3.3.2):
|
|
1442 * xemacs-faq.texi (Q3.3.3):
|
|
1443 * xemacs-faq.texi (Q3.3.4):
|
|
1444 * xemacs-faq.texi (Q3.3.5):
|
|
1445 * xemacs-faq.texi (Q3.4.1):
|
|
1446 * xemacs-faq.texi (Q3.4.2):
|
|
1447 * xemacs-faq.texi (Q3.5.2):
|
|
1448 * xemacs-faq.texi (Q3.5.4):
|
|
1449 * xemacs-faq.texi (key-translation-map): New.
|
|
1450 * xemacs-faq.texi (Q3.5.5):
|
|
1451 * xemacs-faq.texi (Q3.5.6):
|
|
1452 * xemacs-faq.texi (Q3.5.7):
|
|
1453 * xemacs-faq.texi (Q3.5.8):
|
|
1454 * xemacs-faq.texi (global-map): Removed.
|
|
1455 * xemacs-faq.texi (Q3.5.9):
|
|
1456 * xemacs-faq.texi (Q3.6.1):
|
|
1457 * xemacs-faq.texi (Q3.6.2):
|
|
1458 * xemacs-faq.texi (Q3.6.3):
|
|
1459 * xemacs-faq.texi (Q3.7.6):
|
|
1460 * xemacs-faq.texi (Q3.7.7):
|
|
1461 * xemacs-faq.texi (Q3.8.1):
|
|
1462 * xemacs-faq.texi (Q3.8.2):
|
|
1463 * xemacs-faq.texi (Q3.8.3):
|
|
1464 * xemacs-faq.texi (Q3.9.1):
|
|
1465 * xemacs-faq.texi (Q3.9.4):
|
|
1466 * xemacs-faq.texi (Q3.10.1):
|
|
1467 * xemacs-faq.texi (Q3.10.2):
|
|
1468 * xemacs-faq.texi (Q3.10.3):
|
|
1469 * xemacs-faq.texi (Q4.0.12):
|
|
1470 * xemacs-faq.texi (Miscellaneous):
|
|
1471 * xemacs-faq.texi (Q5.0.1):
|
|
1472 * xemacs-faq.texi (Q5.0.2):
|
|
1473 * xemacs-faq.texi (Q5.0.3):
|
|
1474 * xemacs-faq.texi (Q5.0.4):
|
|
1475 * xemacs-faq.texi (Q5.0.5):
|
|
1476 * xemacs-faq.texi (Q5.0.8):
|
|
1477 * xemacs-faq.texi (Q5.0.9):
|
|
1478 * xemacs-faq.texi (Q5.0.11):
|
|
1479 * xemacs-faq.texi (Q5.0.12):
|
|
1480 * xemacs-faq.texi (Q5.0.13):
|
|
1481 * xemacs-faq.texi (Q5.0.16):
|
|
1482 * xemacs-faq.texi (Q5.0.17):
|
|
1483 * xemacs-faq.texi (Q5.1.9):
|
|
1484 * xemacs-faq.texi (Q5.1.11):
|
|
1485 * xemacs-faq.texi (Q5.2.1):
|
|
1486 * xemacs-faq.texi (Q5.2.2):
|
|
1487 * xemacs-faq.texi (Q5.3.1):
|
|
1488 * xemacs-faq.texi (Q5.3.2):
|
|
1489 * xemacs-faq.texi (Q5.3.4):
|
|
1490 * xemacs-faq.texi (MS Windows):
|
|
1491 * xemacs-faq.texi (Q6.0.1):
|
|
1492 * xemacs-faq.texi (Q6.0.2):
|
|
1493 * xemacs-faq.texi (Q6.0.3):
|
|
1494 * xemacs-faq.texi (Q6.0.4):
|
|
1495 * xemacs-faq.texi (Q6.1.5):
|
|
1496 * xemacs-faq.texi (Q6.2.3):
|
|
1497 * xemacs-faq.texi (Q6.3.1):
|
|
1498
|
|
1499 Remove most references to XEmacs pre-19.15, since they are way out
|
|
1500 of date and are cluttering up and confusing many answers. Update
|
|
1501 references to .emacs to take into account the new init file
|
|
1502 location. Update information about the MS Windows port. Change
|
|
1503 description of XEmacs at beginning to match the web site. Update
|
|
1504 info about current developers.
|
1137
|
1505
|
462
|
1506
|
|
1507 2001-02-25 Ben Wing <ben@xemacs.org>
|
|
1508
|
|
1509 * lispref\help.texi (Describing Characters):
|
|
1510 kp- not kp_.
|
1137
|
1511
|
462
|
1512 2001-02-25 Ben Wing <ben@xemacs.org>
|
|
1513
|
|
1514 * new-users-guide\custom1.texi (Customization Basics):
|
|
1515 * new-users-guide\custom1.texi (Customizing key Bindings):
|
|
1516 * new-users-guide\custom1.texi (Customizing Menus):
|
|
1517 * new-users-guide\custom2.texi (Other Customizations):
|
|
1518 * new-users-guide\custom2.texi (Setting Variables):
|
|
1519 * new-users-guide\custom2.texi (Init File):
|
|
1520 * new-users-guide\xmenu.texi (Options Menu):
|
|
1521 * new-users-guide\modes.texi (Major Modes):
|
|
1522 * new-users-guide\modes.texi (Minor Modes):
|
|
1523 * new-users-guide\new-users-guide.texi (Top):
|
|
1524 Fix up references to .emacs to take into account init.el.
|
1137
|
1525
|
460
|
1526 2001-02-23 Martin Buchholz <martin@xemacs.org>
|
|
1527
|
|
1528 * XEmacs 21.2.45 "Thelxepeia" is released.
|
|
1529
|
|
1530 2001-02-10 Martin Buchholz <martin@xemacs.org>
|
|
1531
|
|
1532 * xemacs/programs.texi (Tag Syntax): Port to makeinfo 3.
|
|
1533
|
458
|
1534 2001-02-08 Martin Buchholz <martin@xemacs.org>
|
|
1535
|
|
1536 * XEmacs 21.2.44 "Thalia" is released.
|
|
1537
|
|
1538 2001-02-04 Steve Youngs <youngs@xemacs.org>
|
|
1539
|
|
1540 * xemacs/xemacs.texi: Update to accomodate new and improved
|
|
1541 packages.texi.
|
|
1542
|
|
1543 * xemacs/packages.texi: Basically, apart from a few things,
|
|
1544 rewritten from scratch.
|
|
1545
|
456
|
1546 2001-01-27 Martin Buchholz <martin@xemacs.org>
|
|
1547
|
|
1548 * lispref/variables.texi (max-specpdl-size): Correct default value.
|
|
1549 * lispref/eval.texi (max-lisp-eval-depth): Correct default value.
|
|
1550
|
|
1551 2001-01-26 Martin Buchholz <martin@xemacs.org>
|
|
1552
|
|
1553 * XEmacs 21.2.43 "Terspichore" is released.
|
|
1554
|
454
|
1555 2001-01-20 Martin Buchholz <martin@xemacs.org>
|
|
1556
|
|
1557 * XEmacs 21.2.42 "Poseidon" is released.
|
|
1558
|
|
1559 2001-01-18 Martin Buchholz <martin@xemacs.org>
|
|
1560
|
|
1561 * xemacs-faq.texi (Q1.0.11): Change XEmacs for MacOS URL.
|
|
1562
|
|
1563 2001-01-17 Andy Piper <andy@xemacs.org>
|
|
1564
|
|
1565 * internals.texi: some glyph documentation.
|
|
1566
|
|
1567 2001-01-16 Didier Verna <didier@xemacs.org>
|
|
1568
|
|
1569 * frame.texi (Mode Line Basics): new node ...
|
|
1570 * frame.texi (GUI Components): ... under this one ...
|
|
1571 * frame.texi (Scrollbar Basics): ... after this one ...
|
|
1572 * frame.texi (Toolbar Basics): ... before this one.
|
|
1573
|
452
|
1574 2001-01-17 Martin Buchholz <martin@xemacs.org>
|
|
1575
|
|
1576 * XEmacs 21.2.41 "Polyhymnia" is released.
|
|
1577
|
|
1578 2001-01-12 Martin Buchholz <martin@xemacs.org>
|
|
1579
|
|
1580 * internals/internals.texi: A little post-pdump-rename fixup.
|
|
1581
|
|
1582 2001-01-13 Martin Buchholz <martin@xemacs.org>
|
|
1583
|
|
1584 * internals/internals.texi: See `pdump-rename' in src/ChangeLog.
|
|
1585
|
|
1586 2001-01-10 Martin Buchholz <martin@xemacs.org>
|
|
1587
|
|
1588 * internals/internals.texi: Update for pdump changes.
|
|
1589
|
|
1590 2001-01-04 Adrian Aichner <adrian@xemacs.org>
|
|
1591
|
|
1592 * texinfo.texi (Using Texinfo): Change reference from GNU Emacs to
|
|
1593 XEmacs.
|
|
1594 * texinfo.texi (First Node): Fixing grammar.
|
|
1595 * texinfo.texi (Multitable Rows): Change reference from GNU Emacs
|
|
1596 to XEmacs.
|
|
1597
|
450
|
1598 2001-01-08 Martin Buchholz <martin@xemacs.org>
|
|
1599
|
|
1600 * XEmacs 21.2.40 is released.
|
|
1601
|
|
1602 2001-01-06 Stephen J. Turnbull <stephen@xemacs.org>
|
|
1603
|
|
1604 * emodules.texi (Required Functions): Xref coding rules for dual-use
|
|
1605 modules (module and statically linked). Typo fix.
|
|
1606
|
|
1607 * texinfo.texi (ref): Typo fix.
|
|
1608
|
448
|
1609 2000-12-31 Martin Buchholz <martin@xemacs.org>
|
|
1610
|
|
1611 * XEmacs 21.2.39 is released.
|
|
1612
|
|
1613 2000-12-05 Stephen J. Turnbull <stephen@xemacs.org>
|
|
1614
|
|
1615 * internals/internals.texi (General Coding Rules): further document
|
|
1616 usage of symsinit.h. Reorder slightly.
|
|
1617
|
446
|
1618 2000-11-29 Stephen J. Turnbull <stephen@xemacs.org>
|
|
1619
|
|
1620 * xemacs/packages.texi (Creating Packages): new node.
|
|
1621
|
|
1622 2000-12-05 Martin Buchholz <martin@xemacs.org>
|
|
1623
|
|
1624 * XEmacs 21.2.38 is released.
|
|
1625
|
|
1626 2000-12-01 Martin Buchholz <martin@xemacs.org>
|
|
1627
|
|
1628 * lispref/compile.texi:
|
|
1629 Document differences between compiler and interpreter.
|
|
1630
|
|
1631 2000-11-29 Stephen J. Turnbull <stephen@xemacs.org>
|
|
1632
|
|
1633 * internals/index.texi:
|
|
1634 internals/internals.texi:
|
|
1635 Change "X Windows" to "the X Window System" randomly.
|
|
1636 * internals/internals.texi (Glyphs): fiddling, move lwlib to new node.
|
|
1637 (Lucid Widget Library): new node, added new text, ASCII art, subnode
|
|
1638 structure.
|
|
1639 * xemacs/frame.texi (GUI Components): new node.
|
|
1640 * xemacs/packages.texi: minor updates.
|
|
1641
|
|
1642 2000-11-10 Stephen J. Turnbull <stephen@xemacs.org>
|
|
1643
|
|
1644 * info.texi (Creating an Info File): Fix typos in xrefs.
|
|
1645
|
|
1646 2000-11-08 Stephen J. Turnbull <stephen@xemacs.org>
|
|
1647
|
|
1648 * xemacs/cmdargs.texi (Command Switches): Add documentation of
|
|
1649 portable dumper switches. Other minor edits.
|
|
1650
|
|
1651 2000-11-21 Martin Buchholz <martin@xemacs.org>
|
|
1652
|
|
1653 * lispref/positions.texi (Word Motion):
|
|
1654 forward-word arg is now optional.
|
|
1655 backward-word arg is now optional.
|
|
1656 Remove vile comment advising lisp programmer to use (forward-word -1)
|
|
1657 instead of (backward-word 1).
|
|
1658 * lispref/syntax.texi (Parsing Expressions):
|
|
1659 Similarly for forward-comment.
|
|
1660 * lispref/text.texi (Deletion):
|
|
1661 Similarly for delete-char.
|
|
1662 Similarly for delete-backward-char.
|
|
1663
|
|
1664 2000-11-09 Martin Buchholz <martin@xemacs.org>
|
|
1665
|
|
1666 * cl.texi (Assertions):
|
|
1667 Remove claim that elisp doesn't have continuable errors.
|
|
1668 Document check-type as being continuable.
|
|
1669
|
|
1670 2000-11-14 Adrian Aichner <adrian@xemacs.org>
|
|
1671
|
|
1672 * xemacs/calendar.texi (Calendar/Diary): Correct INFO-FILE-NAME
|
|
1673 from elisp to lispref and from emacs to xemacs in relevant ?xefs.
|
|
1674 This should also serve as a reminder for future merges with GNU
|
|
1675 Emacs.
|
|
1676 Unify PRINTED-MANUAL-TITLE to "XEmacs Lisp Reference Manual" and
|
|
1677 "XEmacs User's Manual" for lispref and xemacs respectively.
|
|
1678
|
|
1679 2000-11-14 Adrian Aichner <adrian@xemacs.org>
|
|
1680
|
|
1681 * lispref/abbrevs.texi (Abbrevs): Ditto.
|
|
1682 * lispref/backups.texi (Auto-Saving): Ditto.
|
|
1683 * lispref/backups.texi (Reverting): Ditto.
|
|
1684 * lispref/display.texi (The Echo Area): Ditto.
|
|
1685 * lispref/help.texi (Documentation Basics): Ditto.
|
|
1686 * lispref/help.texi (Help Functions): Ditto.
|
|
1687 * lispref/keymaps.texi (Scanning Keymaps): Ditto.
|
|
1688 * lispref/locals.texi (Standard Buffer-Local Variables): Ditto.
|
|
1689 * lispref/modes.texi (Auto Major Mode): Ditto.
|
|
1690 * lispref/positions.texi (List Motion): Ditto.
|
|
1691 * lispref/searching.texi (Regexp Search): Ditto.
|
|
1692 * lispref/symbols.texi (Symbol Components): Ditto.
|
|
1693 * lispref/tips.texi (Comment Tips): Ditto.
|
|
1694 * lispref/tips.texi (Library Headers): Ditto.
|
|
1695
|
|
1696 2000-11-14 Adrian Aichner <adrian@xemacs.org>
|
|
1697
|
|
1698 * internals/internals.texi (The Buffer Object): Ditto.
|
|
1699
|
|
1700 2000-11-14 Adrian Aichner <adrian@xemacs.org>
|
|
1701
|
|
1702 * cl.texi (Hash Tables): Ditto.
|
|
1703 * texinfo.texi (Other Info Files): Ditto.
|
|
1704 * xemacs-faq.texi (Q1.0.14): Ditto.
|
|
1705
|
444
|
1706 2000-11-14 Martin Buchholz <martin@xemacs.org>
|
|
1707
|
|
1708 * XEmacs 21.2.37 is released.
|
|
1709
|
|
1710 2000-10-27 Martin Buchholz <martin@xemacs.org>
|
|
1711
|
|
1712 * xemacs/windows.texi (Other Window):
|
|
1713
|
|
1714 * new-users-guide/files.texi (Saving Files):
|
|
1715 * new-users-guide/search.texi (Search and Replace):
|
|
1716
|
|
1717 * lispref/abbrevs.texi (Abbrev Tables):
|
|
1718 * lispref/abbrevs.texi (Defining Abbrevs):
|
|
1719 * lispref/abbrevs.texi (Abbrev Files):
|
|
1720 * lispref/annotations.texi (Annotation Primitives):
|
|
1721 * lispref/backups.texi (Auto-Saving):
|
|
1722 * lispref/backups.texi (Reverting):
|
|
1723 * lispref/buffers.texi (Current Buffer):
|
|
1724 * lispref/buffers.texi (Buffer Names):
|
|
1725 * lispref/buffers.texi (Buffer Modification):
|
|
1726 * lispref/buffers.texi (Read Only Buffers):
|
|
1727 * lispref/buffers.texi (The Buffer List):
|
|
1728 * lispref/buffers.texi (Killing Buffers):
|
|
1729 * lispref/buffers.texi (Indirect Buffers):
|
|
1730 * lispref/building.texi (Building XEmacs):
|
|
1731 * lispref/building.texi (Garbage Collection):
|
|
1732 * lispref/commands.texi (Interactive Call):
|
|
1733 * lispref/commands.texi (Events):
|
|
1734 * lispref/commands.texi (Event Predicates):
|
|
1735 * lispref/commands.texi (Working With Events):
|
|
1736 * lispref/commands.texi (Converting Events):
|
|
1737 * lispref/commands.texi (Key Sequence Input):
|
|
1738 * lispref/commands.texi (Reading One Event):
|
|
1739 * lispref/commands.texi (Waiting):
|
|
1740 * lispref/commands.texi (Prefix Command Arguments):
|
|
1741 * lispref/commands.texi (Recursive Editing):
|
|
1742 * lispref/compile.texi (Compilation Functions):
|
|
1743 * lispref/compile.texi (Compiled-Function Objects):
|
|
1744 * lispref/consoles-devices.texi (Basic Device Functions):
|
|
1745 * lispref/consoles-devices.texi (Console Types and Device Classes):
|
|
1746 * lispref/consoles-devices.texi (Connecting to a Console or Device):
|
|
1747 * lispref/control.texi (Signaling Errors):
|
|
1748 * lispref/customize.texi (Type Keywords):
|
|
1749 * lispref/databases.texi (Connecting to a Database):
|
|
1750 * lispref/databases.texi (Working With a Database):
|
|
1751 * lispref/databases.texi (Other Database Functions):
|
|
1752 * lispref/debugging.texi (Function Debugging):
|
|
1753 * lispref/display.texi (Refresh Screen):
|
|
1754 * lispref/display.texi (The Echo Area):
|
|
1755 * lispref/display.texi (Blinking):
|
|
1756 * lispref/edebug-inc.texi (Tracing):
|
|
1757 * lispref/edebug-inc.texi (Instrumenting Macro Calls):
|
|
1758 * lispref/edebug-inc.texi (Edebug Options):
|
|
1759 * lispref/eval.texi (Function Indirection):
|
|
1760 * lispref/extents.texi (Creating and Modifying Extents):
|
|
1761 * lispref/extents.texi (Finding Extents):
|
|
1762 * lispref/extents.texi (Mapping Over Extents):
|
|
1763 * lispref/extents.texi (Extent Properties):
|
|
1764 * lispref/faces.texi (Basic Face Functions):
|
|
1765 * lispref/faces.texi (Face Properties):
|
|
1766 * lispref/faces.texi (Face Convenience Functions):
|
|
1767 * lispref/faces.texi (Other Face Display Functions):
|
|
1768 * lispref/faces.texi (Font Instance Characteristics):
|
|
1769 * lispref/faces.texi (Color Specifiers):
|
|
1770 * lispref/files.texi (Visiting Functions):
|
|
1771 * lispref/files.texi (Reading from Files):
|
|
1772 * lispref/files.texi (Changing File Attributes):
|
|
1773 * lispref/files.texi (File Names):
|
|
1774 * lispref/files.texi (File Name Components):
|
|
1775 * lispref/files.texi (Directory Names):
|
|
1776 * lispref/files.texi (Relative File Names):
|
|
1777 * lispref/files.texi (File Name Expansion):
|
|
1778 * lispref/files.texi (File Name Completion):
|
|
1779 * lispref/files.texi (User Name Completion):
|
|
1780 * lispref/files.texi (Magic File Names):
|
|
1781 * lispref/files.texi (Creating a Partial File):
|
|
1782 * lispref/files.texi (Format Conversion):
|
|
1783 * lispref/frames.texi (Creating Frames):
|
|
1784 * lispref/frames.texi (Property Access):
|
|
1785 * lispref/frames.texi (Size and Position):
|
|
1786 * lispref/frames.texi (Deleting Frames):
|
|
1787 * lispref/frames.texi (Finding All Frames):
|
|
1788 * lispref/frames.texi (Frames and Windows):
|
|
1789 * lispref/frames.texi (Visibility of Frames):
|
|
1790 * lispref/frames.texi (Frame Configurations):
|
|
1791 * lispref/functions.texi (Calling Functions):
|
|
1792 * lispref/functions.texi (Function Cells):
|
|
1793 * lispref/glyphs.texi (Creating Glyphs):
|
|
1794 * lispref/glyphs.texi (Image Specifiers):
|
|
1795 * lispref/glyphs.texi (Image Instance Types):
|
|
1796 * lispref/glyphs.texi (Image Instance Functions):
|
|
1797 * lispref/gutter.texi (Creating Gutter):
|
|
1798 * lispref/gutter.texi (Specifying a Gutter):
|
|
1799 * lispref/gutter.texi (Other Gutter Variables):
|
|
1800 * lispref/help.texi (Accessing Documentation):
|
|
1801 * lispref/help.texi (Help Functions):
|
|
1802 * lispref/help.texi (Obsoleteness):
|
|
1803 * lispref/internationalization.texi (Domain Specification):
|
|
1804 * lispref/intro.texi (Caveats):
|
|
1805 * lispref/keymaps.texi (Active Keymaps):
|
|
1806 * lispref/keymaps.texi (Functions for Key Lookup):
|
|
1807 * lispref/keymaps.texi (Changing Key Bindings):
|
|
1808 * lispref/keymaps.texi (Scanning Keymaps):
|
|
1809 * lispref/ldap.texi (The High-Level LDAP API):
|
|
1810 * lispref/ldap.texi (Low-level Operations on a LDAP Server):
|
|
1811 * lispref/ldap.texi (Encoder/Decoder Functions):
|
|
1812 * lispref/lists.texi (Setcar):
|
|
1813 * lispref/lists.texi (Setcdr):
|
|
1814 * lispref/lists.texi (Working With Normal Plists):
|
|
1815 * lispref/lists.texi (Working With Lax Plists):
|
|
1816 * lispref/loading.texi (Autoload):
|
|
1817 * lispref/loading.texi (Named Features):
|
|
1818 * lispref/markers.texi (Creating Markers):
|
|
1819 * lispref/markers.texi (Changing Markers):
|
|
1820 * lispref/markers.texi (The Mark):
|
|
1821 * lispref/menus.texi (Modifying Menus):
|
|
1822 * lispref/menus.texi (Pop-Up Menus):
|
|
1823 * lispref/menus.texi (Menu Accelerator Functions):
|
|
1824 * lispref/minibuf.texi (Text from Minibuffer):
|
|
1825 * lispref/minibuf.texi (Object from Minibuffer):
|
|
1826 * lispref/minibuf.texi (Basic Completion):
|
|
1827 * lispref/minibuf.texi (High-Level Completion):
|
|
1828 * lispref/minibuf.texi (Reading a Password):
|
|
1829 * lispref/minibuf.texi (Minibuffer Misc):
|
|
1830 * lispref/mouse.texi (Mouse Tracking):
|
|
1831 * lispref/syntax.texi (Syntax Table Functions):
|
|
1832 * lispref/numbers.texi (Arithmetic Operations):
|
|
1833 * lispref/numbers.texi (Rounding Operations):
|
|
1834 * lispref/numbers.texi (Math Functions):
|
|
1835 * lispref/objects.texi (String Type):
|
|
1836 * lispref/objects.texi (Equality Predicates):
|
|
1837 * lispref/os.texi (Killing XEmacs):
|
|
1838 * lispref/os.texi (Suspending XEmacs):
|
|
1839 * lispref/os.texi (System Environment):
|
|
1840 * lispref/os.texi (Time Conversion):
|
|
1841 * lispref/os.texi (Timers):
|
|
1842 * lispref/os.texi (Input Modes):
|
|
1843 * lispref/os.texi (Translating Input):
|
|
1844 * lispref/os.texi (Terminal Output):
|
|
1845 * lispref/os.texi (Flow Control):
|
|
1846 * lispref/positions.texi (Character Motion):
|
|
1847 * lispref/positions.texi (Word Motion):
|
|
1848 * lispref/positions.texi (Text Lines):
|
|
1849 * lispref/positions.texi (Screen Lines):
|
|
1850 * lispref/positions.texi (List Motion):
|
|
1851 * lispref/positions.texi (Narrowing):
|
|
1852 * lispref/postgresql.texi (Asynchronous Interface Functions):
|
|
1853 * lispref/processes.texi (Subprocess Creation):
|
|
1854 * lispref/processes.texi (Synchronous Processes):
|
|
1855 * lispref/processes.texi (Asynchronous Processes):
|
|
1856 * lispref/processes.texi (Process Information):
|
|
1857 * lispref/processes.texi (Input to Processes):
|
|
1858 * lispref/processes.texi (Signals to Processes):
|
|
1859 * lispref/processes.texi (Process Buffers):
|
|
1860 * lispref/processes.texi (Filter Functions):
|
|
1861 * lispref/processes.texi (Network):
|
|
1862 * lispref/range-tables.texi (Working With Range Tables):
|
|
1863 * lispref/searching.texi (String Search):
|
|
1864 * lispref/searching.texi (Regexp Search):
|
|
1865 * lispref/searching.texi (POSIX Regexps):
|
|
1866 * lispref/searching.texi (Replacing Match):
|
|
1867 * lispref/searching.texi (Entire Match Data):
|
|
1868 * lispref/sequences.texi (Bit Vector Functions):
|
|
1869 * lispref/specifiers.texi (Adding Specifications):
|
|
1870 * lispref/specifiers.texi (Creating Specifiers):
|
|
1871 * lispref/specifiers.texi (Specifier Validation Functions):
|
|
1872 * lispref/specifiers.texi (Other Specification Functions):
|
|
1873 * lispref/streams.texi (Output Variables):
|
|
1874 * lispref/symbols.texi (Other Plists):
|
|
1875 * lispref/text.texi (Insertion):
|
|
1876 * lispref/text.texi (Commands for Insertion):
|
|
1877 * lispref/text.texi (Deletion):
|
|
1878 * lispref/text.texi (User-Level Deletion):
|
|
1879 * lispref/text.texi (Kill Functions):
|
|
1880 * lispref/text.texi (Low-Level Kill Ring):
|
|
1881 * lispref/text.texi (Undo):
|
|
1882 * lispref/text.texi (Maintaining Undo):
|
|
1883 * lispref/text.texi (Margins):
|
|
1884 * lispref/text.texi (Sorting):
|
|
1885 * lispref/text.texi (Columns):
|
|
1886 * lispref/text.texi (Primitive Indent):
|
|
1887 * lispref/text.texi (Mode-Specific Indent):
|
|
1888 * lispref/text.texi (Region Indent):
|
|
1889 * lispref/text.texi (Case Changes):
|
|
1890 * lispref/text.texi (Examining Properties):
|
|
1891 * lispref/text.texi (Property Search):
|
|
1892 * lispref/text.texi (Registers):
|
|
1893 * lispref/text.texi (Transformations):
|
|
1894 * lispref/mule.texi (Charset Property Functions):
|
|
1895 * lispref/mule.texi (MULE Characters):
|
|
1896 * lispref/mule.texi (Composite Characters):
|
|
1897 * lispref/mule.texi (Coding System Properties):
|
|
1898 * lispref/mule.texi (Big5 and Shift-JIS Functions):
|
|
1899 * lispref/mule.texi (CCL Statements):
|
|
1900 * lispref/mule.texi (Calling CCL):
|
|
1901 * lispref/mule.texi (Category Tables):
|
|
1902 * lispref/toolbar.texi (Specifying the Toolbar):
|
|
1903 * lispref/toolbar.texi (Other Toolbar Variables):
|
|
1904 * lispref/tooltalk.texi (Elisp Interface for Sending Messages):
|
|
1905 * lispref/tooltalk.texi (Elisp Interface for Receiving Messages):
|
|
1906 * lispref/variables.texi (Creating Buffer-Local):
|
|
1907 * lispref/variables.texi (Variable Aliases):
|
|
1908 * lispref/windows.texi (Splitting Windows):
|
|
1909 * lispref/windows.texi (Deleting Windows):
|
|
1910 * lispref/windows.texi (Selecting Windows):
|
|
1911 * lispref/windows.texi (Cyclic Window Ordering):
|
|
1912 * lispref/windows.texi (Buffers and Windows):
|
|
1913 * lispref/windows.texi (Displaying Buffers):
|
|
1914 * lispref/windows.texi (Choosing Window):
|
|
1915 * lispref/windows.texi (Window Point):
|
|
1916 * lispref/windows.texi (Window Start):
|
|
1917 * lispref/windows.texi (Vertical Scrolling):
|
|
1918 * lispref/windows.texi (Horizontal Scrolling):
|
|
1919 * lispref/windows.texi (Resizing Windows):
|
|
1920 * lispref/windows.texi (Window Configurations):
|
|
1921 * lispref/x-windows.texi (X Selections):
|
|
1922 * lispref/x-windows.texi (Resources):
|
|
1923 * lispref/strings.texi (Creating Strings):
|
|
1924 * lispref/strings.texi (Character Codes):
|
|
1925 * lispref/strings.texi (Text Comparison):
|
|
1926 * lispref/strings.texi (String Conversion):
|
|
1927 * lispref/strings.texi (Formatting Strings):
|
|
1928 * lispref/strings.texi (Character Case):
|
|
1929 * lispref/strings.texi (Case Tables):
|
|
1930 * lispref/strings.texi (Char Table Types):
|
|
1931 * lispref/strings.texi (Working With Char Tables):
|
|
1932 Giant docstring parameter/Texinfo fixes.
|
|
1933
|
|
1934 Don't use abbreviations for English words, especially when those
|
|
1935 words have other meanings. For example, use START, not BEG.
|
|
1936 Use OBJECT, not OBJ.
|
|
1937 Use VALUE, not VAL.
|
|
1938 Use BUFFER, not BUF.
|
|
1939 Use PROCESS, not PROC. (Sometimes PROC was used to mean FUNCTION!)
|
|
1940 Use CHARACTER, not CH or CHR.
|
|
1941 Use NUMBER, not NUM.
|
|
1942 Use COLUMN, not COL.
|
|
1943 Use POSITION, not POS.
|
|
1944 Use SYMBOL, not SYM.
|
|
1945 Use STRING, not STR.
|
|
1946 Use LIMIT, not LIM.
|
|
1947 Use OTHER-WINDOW-P, not OTHER-P.
|
|
1948 Use PRIORITY, not PRI.
|
|
1949
|
|
1950 Use `non-nil', not `true'.
|
|
1951
|
|
1952 Don't call a parameter an ALIST if it can also be a FUNCTION or OBARRAY.
|
|
1953
|
|
1954 Use CASE-TABLE, CATEGORY-TABLE, CHAR-TABLE, etc. instead of TABLE.
|
|
1955
|
|
1956 Try to find better parameter names than ARG.
|
|
1957
|
|
1958 Use consistent parameter names. For example, s/NO-ERROR/NOERROR/g;
|
|
1959
|
|
1960 Use type information in parameter names. For example, use
|
|
1961 (make-bit-vector length bit), not (make-bit-vector length init).
|
|
1962
|
|
1963 Completion functions should have parameters with names like
|
|
1964 PARTIAL-FILENAME instead of the misleading FILENAME.
|
|
1965
|
|
1966 Type predicates should consistently take an OBJECT parameter,
|
|
1967 since any object is valid as input.
|
|
1968
|
|
1969 Use WHICH-FRAMES and WHICH-DEVICES parameters consistently for
|
|
1970 functions like next-window and next-frame that walk over window or
|
|
1971 frame lists.
|
|
1972
|
|
1973 Deleted duplicated documentation for:
|
|
1974 one-window-p, format-insert-file
|
|
1975
|
|
1976 Deleted 21 lines of VMS-specific texinfo documentation.
|
|
1977
|
|
1978 Fixed up a few places where `_' was used in docstring parameter
|
|
1979 names instead of `-'.
|
|
1980
|
|
1981 Fixed up places that used nil or t without @code.
|
|
1982
|
|
1983 Fixed up places that erroneously used @code instead of @var.
|
|
1984
|
|
1985 Fixed many typos.
|
|
1986
|
|
1987 Fixed many places where the parameters mentioned in the docstring
|
|
1988 didn't match the actual parameters.
|
|
1989
|
|
1990 Fixed 7 places that used `@var{nil}' instead of `@code{nil}'.
|
|
1991
|
|
1992 Fixed 40 places where docstrings were missing trailing `.'
|
|
1993
|
|
1994 Fixed the texi documentation of 41 functions where the
|
|
1995 interactiveness of the function in the documentation did not match
|
|
1996 the implementation.
|
|
1997
|
|
1998 Fixed 117 functions where the names of parameters in the texi was
|
|
1999 different from the names in the implementation.
|
|
2000
|
|
2001 Fixed the texi documentation of 137 functions where the parameter
|
|
2002 list of the function in the texi was semantically different from
|
|
2003 the implementation.
|
|
2004
|
|
2005 2000-10-28 Adrian Aichner <adrian@xemacs.org>
|
|
2006
|
|
2007 * xemacs-faq.texi (Q1.2.1): Use @html instead of @ifhtml to
|
|
2008 incorporate raw HTML output in the HTML version.
|
|
2009
|
|
2010 2000-11-02 Stephen J. Turnbull <stephen@xemacs.org>
|
|
2011
|
|
2012 * xemacs/menus.texi:
|
|
2013 * widget.texi:
|
|
2014 Typo fixes and tiny clarifications.
|
|
2015
|
|
2016 2000-10-19 Stephen J. Turnbull <stephen@xemacs.org>
|
|
2017
|
|
2018 * xemacs-faq.texi: Added Q2.0.13, Q2.0.14 - packages why and how.
|
|
2019 Added Q2.1.25 - function not found due to package not installed.
|
|
2020
|
|
2021 * xemacs/xemacs.texi:
|
|
2022 * xemacs/abbrevs.texi:
|
|
2023 * xemacs/basic.texi:
|
|
2024 * xemacs/building.texi:
|
|
2025 * xemacs/packages.texi:
|
|
2026 * xemacs/startup.texi:
|
|
2027 Moved "Packages" node to "Important General Concepts" section.
|
|
2028
|
|
2029 * xemacs/packages.texi: Added package list from etc/PACKAGES.
|
|
2030
|
442
|
2031 2000-10-04 Martin Buchholz <martin@xemacs.org>
|
|
2032
|
|
2033 * XEmacs 21.2.36 is released.
|
|
2034
|
|
2035 2000-09-27 Martin Buchholz <martin@xemacs.org>
|
|
2036
|
|
2037 * lispref/processes.texi (Signals to Processes): Many corrections.
|
|
2038
|
|
2039 2000-09-20 Martin Buchholz <martin@xemacs.org>
|
|
2040
|
|
2041 * xemacs/startup.texi (Startup Paths): Minor fixes.
|
|
2042
|
|
2043 2000-09-19 Martin Buchholz <martin@xemacs.org>
|
|
2044
|
|
2045 * *: Spelling mega-patch
|
|
2046
|
|
2047 2000-09-16 Martin Buchholz <martin@xemacs.org>
|
|
2048
|
|
2049 * internals/internals.texi (Low-Level Modules):
|
|
2050 Correct the list of source files.
|
|
2051
|
|
2052 2000-08-24 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
2053
|
|
2054 * emodules.texi (Introduction): Trivial typo fix.
|
|
2055
|
|
2056 2000-08-24 Martin Buchholz <martin@xemacs.org>
|
|
2057
|
|
2058 * emodules.texi (Initialization Mode): Spell-Check.
|
|
2059
|
|
2060 2000-08-24 Martin Buchholz <martin@xemacs.org>
|
|
2061
|
|
2062 * lispref/databases.texi (Connecting to a Database):
|
|
2063 s/berkeley_db/berkeley-db/. Too much C programming.
|
|
2064
|
|
2065 2000-08-02 Stephen J. Turnbull <stephen@xemacs.org>
|
|
2066
|
|
2067 * xemacs/custom.texi (Menubar Resources): Document FontSet resource.
|
|
2068
|
|
2069 2000-07-30 Ben Wing <ben@xemacs.org>
|
|
2070
|
|
2071 * xemacs\search.texi (Regexp Search):
|
|
2072 * xemacs\search.texi (Regexps):
|
|
2073 Synch up with updated docs below (describing non-greedy
|
|
2074 operators and such).
|
|
2075
|
|
2076 2000-07-30 Ben Wing <ben@xemacs.org>
|
|
2077
|
|
2078 * lispref\searching.texi (Syntax of Regexps):
|
|
2079 Document ??, which we've supported since 20.4.
|
|
2080
|
|
2081 2000-07-31 Sandra Wambold <wambold@cygnus.com>
|
|
2082
|
|
2083 * xemacs-faq.texi: Minor updates in first two sections
|
|
2084
|
|
2085 2000-07-27 Andy Piper <andy@xemacs.org>
|
|
2086
|
|
2087 * lispref/hash-tables.texi: add new hash table type.
|
|
2088
|
|
2089 2000-07-19 Martin Buchholz <martin@xemacs.org>
|
|
2090
|
|
2091 * XEmacs 21.2.35 is released.
|
|
2092
|
|
2093 2000-07-10 Martin Buchholz <martin@xemacs.org>
|
|
2094
|
|
2095 * Makefile: rm -f ==> $(RM)
|
|
2096
|
|
2097 2000-07-09 Martin Buchholz <martin@xemacs.org>
|
|
2098
|
454
|
2099 * lispref/postgresql.texi:
|
442
|
2100 - Don't mention ".so" extension.
|
|
2101 - Make installation instructions more generic.
|
|
2102 - Mention M-x describe-installation.
|
|
2103
|
|
2104 2000-07-08 Ben Wing <ben@xemacs.org>
|
|
2105
|
|
2106 * xemacs-faq.texi (Q6.4.1): Update the perennial nonstart under
|
|
2107 Windows problem with binary locs and latest info.
|
|
2108
|
|
2109 2000-06-17 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
2110
|
|
2111 * lispref/glyphs.texi: Fix trivial typos.
|
|
2112 * lispref/gutter.texi: Ditto.
|
|
2113 * lispref/loading.texi: Ditto.
|
|
2114 * lispref/postgresql.texi: Ditto.
|
|
2115
|
|
2116 2000-06-14 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
2117
|
|
2118 * internals/internals.texi (Markers and Extents): Fix trivial typo.
|
|
2119
|
|
2120 2000-06-11 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
2121
|
|
2122 * make-stds.texi: Fix trivial typos.
|
|
2123 * xemacs-faq.texi: Ditto.
|
|
2124 * internals/internals.texi: Ditto.
|
|
2125 * new-users-guide/edit.texi: Ditto.
|
|
2126 * new-users-guide/modes.texi: Ditto.
|
|
2127 * new-users-guide/region.texi: Ditto.
|
|
2128
|
|
2129 2000-06-10 Ben Wing <ben@xemacs.org>
|
|
2130
|
|
2131 * xemacs-faq.texi (Q6.1.2):
|
|
2132 * xemacs-faq.texi (Q6.1.5):
|
|
2133 * xemacs-faq.texi (Q6.1.6):
|
|
2134 Corrections for Cygwin, MinGW.
|
|
2135
|
|
2136 2000-06-07 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
2137
|
|
2138 * xemacs/basic.texi: Fix trivial typos.
|
|
2139 * xemacs/buffers.texi: Fix trivial typos.
|
|
2140 * xemacs/building.texi: Ditto.
|
|
2141 * xemacs/glossary.texi: Ditto.
|
|
2142 * xemacs/gnu.texi: Ditto.
|
|
2143 * xemacs/help.texi: Ditto.
|
|
2144 * xemacs/keystrokes.texi: Ditto.
|
|
2145 * xemacs/programs.texi: Ditto.
|
|
2146 * xemacs/search.texi: Ditto.
|
|
2147 * xemacs/sending.texi: Ditto.
|
|
2148
|
|
2149 2000-05-28 Martin Buchholz <martin@xemacs.org>
|
|
2150
|
|
2151 * XEmacs 21.2.34 is released.
|
|
2152
|
|
2153 2000-05-17 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
2154
|
|
2155 * xemacs/basic.texi: Document translation of tutorial.
|
|
2156 * xemacs/startup.texi: Remove lock-directory.
|
|
2157 * xemacs/enterings.texi: Update.
|
|
2158
|
|
2159 2000-05-17 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
2160
|
|
2161 * lispref/display.texi:
|
|
2162 * lispref/faces.texi:
|
|
2163 * lispref/glyphs.texi:
|
|
2164 * lispref/gutter.texi:
|
|
2165 * lispref/modes.texi:
|
|
2166 * lispref/specifiers.texi:
|
|
2167 * lispref/toolbar.texi:
|
|
2168 Update. Merge Ben's doc-string update.
|
|
2169
|
|
2170 2000-05-08 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
2171
|
|
2172 * xemacs/basic.texi:
|
|
2173 * xemacs/enterings.texi:
|
|
2174 * xemacs/mini.texi:
|
|
2175 Partial sync with FSF Emacs 20.6 and some update.
|
|
2176
|
|
2177 2000-05-01 Martin Buchholz <martin@xemacs.org>
|
|
2178
|
|
2179 * XEmacs 21.2.33 is released.
|
|
2180
|
|
2181 2000-04-11 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
2182
|
|
2183 * xemacs-faq.texi (Q2.1.24): Removed wrong header.
|
|
2184
|
|
2185 2000-04-01 Oscar Figueiredo <oscar@xemacs.org>
|
|
2186
|
|
2187 * lispref/ldap.texi: Documentation of the add/modify/delete and
|
|
2188 internationalization APIs
|
|
2189
|
|
2190 * lispref/lispref.texi: Updated LDAP-related menus
|
|
2191
|
|
2192 2000-03-20 Martin Buchholz <martin@xemacs.org>
|
|
2193
|
|
2194 * XEmacs 21.2.32 is released.
|
|
2195
|
|
2196 2000-03-15 SL Baur <steve@musashimaru.m17n.org>
|
|
2197
|
|
2198 * lispref/postgresql.texi (Unimplemented libpq Functions): Update
|
|
2199 documentation to reflect the latest code.
|
|
2200
|
|
2201 2000-03-07 SL Baur <steve@musashimaru.m17n.org>
|
|
2202
|
|
2203 * lispref/postgresql.texi (PostgreSQL Support): New File.
|
|
2204
|
|
2205 * lispref/ldap.texi: Insert PostgreSQL/libpq chapter.
|
|
2206 * lispref/lispref.texi (Top): Ditto.
|
|
2207 * lispref/internationalization.texi: Ditto.
|
|
2208
|
|
2209 2000-03-07 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
2210
|
|
2211 * lispref/glyphs.texi (Image Specifiers): Remove parenthesis.
|
|
2212
|
|
2213 2000-03-06 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
2214
|
|
2215 * xemacs-faq.texi: Put node before section.
|
|
2216
|
|
2217 2000-03-05 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
2218
|
|
2219 * xemacs-faq.texi (Macintosh port): Made texinfmt-friendly.
|
|
2220
|
|
2221 2000-03-01 Sandra Wambold <wambold@xemacs.org>
|
|
2222
|
|
2223 * xemacs-faq.texi: Added 6.4.1. XEmacs won't start on Windows
|
|
2224
|
|
2225 2000-01-25 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
2226
|
|
2227 * xemacs/xemacs.texi: Detailed menu update.
|
|
2228
|
|
2229 2000-01-28 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
2230
|
|
2231 * xemacs/help.texi: Synch with FSF 20.5. Update.
|
|
2232
|
|
2233 2000-02-21 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
2234
|
|
2235 * lispref/minibuf.texi: Add default argument documentation.
|
|
2236
|
|
2237 2000-02-27 Martin Buchholz <martin@xemacs.org>
|
|
2238
|
|
2239 * internals/internals.texi (lrecords): Update docs for new lisp
|
|
2240 object representation.
|
|
2241
|
|
2242 2000-02-25 Martin Buchholz <martin@xemacs.org>
|
|
2243
|
|
2244 * internals/internals.texi (Techniques for XEmacs Developers):
|
|
2245 Document INLINE_HEADER and how to create macros and inline functions.
|
|
2246 Cleanup entire section.
|
|
2247
|
|
2248 2000-02-17 Stephen J. Turnbull <turnbull@sk.tsukuba.ac.jp>
|
|
2249
|
|
2250 * man/lispref/gutter.texi: New file describing gutter API.
|
|
2251
|
|
2252 * man/lispref/lispref.texi, man/lispref/scrollbars.texi,
|
|
2253
|
|
2254 * man/lispref/toolbar.texi: Fixup links to new node Gutter.
|
|
2255
|
|
2256 2000-02-17 Stephen J. Turnbull <turnbull@sk.tsukuba.ac.jp>
|
|
2257
|
|
2258 * man/lispref/frames.texi, man/xemacs/custom.texi,
|
|
2259 man/xemacs/frame.texi, man/xemacs/glossary.texi: Mention menubars,
|
|
2260 toolbars, and gutters as optional components of frames, with
|
|
2261 pointers to descriptions.
|
|
2262
|
|
2263 2000-02-17 Stephen J. Turnbull <turnbull@sk.tsukuba.ac.jp>
|
|
2264
|
|
2265 * man/lispref/mule.texi: Substantial reorganization and
|
|
2266 revision for style of descriptions of character sets,
|
|
2267 encodings, and coding systems. Addition of a complete table
|
|
2268 of coding systems as of XEmacs 21.2.19.
|
|
2269
|
|
2270 2000-02-23 Martin Buchholz <martin@xemacs.org>
|
|
2271
|
|
2272 * XEmacs 21.2.31 is released.
|
|
2273
|
|
2274 2000-02-21 Martin Buchholz <martin@xemacs.org>
|
|
2275
|
|
2276 * XEmacs 21.2.30 is released.
|
|
2277
|
|
2278 2000-02-21 Jonathan Harris <jhar@tardis.ed.ac.uk>
|
|
2279
|
|
2280 * internals/internals.texi: Made texinfmt-friendly.
|
|
2281
|
|
2282 2000-01-20 Mark Thomas <mthomas@jprc.com>
|
|
2283
|
|
2284 * lispref/backups.texi (Numbered Backups):
|
|
2285 * xemacs/files.texi (Backup Deletion):
|
|
2286 Change trim-versions-without-asking to delete-old-versions.
|
|
2287
|
|
2288 2000-02-19 Martin Buchholz <martin@xemacs.org>
|
|
2289
|
|
2290 * internals/internals.texi (Conversion to and from External Data):
|
|
2291 Document TO_EXTERNAL_FORMAT and friends.
|
|
2292 Doc bug fixes.
|
|
2293
|
|
2294 2000-02-16 Martin Buchholz <martin@xemacs.org>
|
|
2295
|
|
2296 * XEmacs 21.2.29 is released.
|
|
2297
|
|
2298 2000-02-16 Martin Buchholz <martin@xemacs.org>
|
|
2299
|
|
2300 * internals/internals.texi: Integrate Olivier's portable dumping docs.
|
|
2301
|
|
2302 2000-02-09 Martin Buchholz <martin@xemacs.org>
|
|
2303
|
|
2304 * lispref/symbols.texi (Object Plists):
|
|
2305 Document `object-plist'.
|
|
2306 Document `remprop'.
|
|
2307 Rework all plist frobbing docs for accuracy.
|
|
2308
|
440
|
2309 2000-02-07 Martin Buchholz <martin@xemacs.org>
|
|
2310
|
|
2311 * XEmacs 21.2.28 is released.
|
|
2312
|
|
2313 2000-02-07 Martin Buchholz <martin@xemacs.org>
|
|
2314
|
|
2315 * cl.texi: Remove (or replace by `get') references to `get*'.
|
|
2316
|
|
2317 2000-01-25 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
2318
|
|
2319 * widget.texi:
|
|
2320 * internals/internals.texi:
|
|
2321 * lispref/commands.texi:
|
|
2322 * lispref/consoles-devices.texi:
|
|
2323 * lispref/customize.texi:
|
|
2324 * lispref/dialog.texi:
|
|
2325 * lispref/extents.texi:
|
|
2326 * lispref/faces.texi:
|
|
2327 * lispref/glyphs.texi:
|
|
2328 * lispref/keymaps.texi:
|
|
2329 * lispref/lists.texi:
|
|
2330 * lispref/markers.texi:
|
|
2331 * lispref/menus.texi:
|
|
2332 * lispref/mule.texi:
|
|
2333 * lispref/objects.texi:
|
|
2334 * lispref/specifiers.texi:
|
|
2335 * lispref/toolbar.texi:
|
|
2336 * lispref/tooltalk.texi:
|
|
2337 * lispref/x-windows.texi:
|
|
2338 * new-users-guide/custom2.texi:
|
|
2339 * new-users-guide/help.texi:
|
|
2340 * new-users-guide/modes.texi:
|
|
2341 * xemacs/abbrevs.texi:
|
|
2342 * xemacs/buffers.texi:
|
|
2343 * xemacs/custom.texi:
|
|
2344 * xemacs/help.texi:
|
|
2345 * xemacs/keystrokes.texi:
|
|
2346 * xemacs/mini.texi:
|
|
2347 * xemacs/new.texi:
|
|
2348 * xemacs/packages.texi:
|
|
2349 * xemacs/programs.texi:
|
|
2350 * xemacs/sending.texi:
|
|
2351 Change ' -- ' to '---' since Texinfo formats --- to --.
|
|
2352 Untabify. TeX doesn't like TAB.
|
|
2353
|
|
2354 2000-01-27 Sandra Wambold <wambold@xemacs.org>
|
|
2355
|
|
2356 * xemacs-faq.texi (Q6.2.2): updated font instructions to include
|
|
2357 21.2.*
|
|
2358
|
|
2359 2000-01-25 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
2360
|
|
2361 * xemacs-faq.texi: Untabify.
|
442
|
2362
|
440
|
2363 2000-01-22 Martin Buchholz <martin@xemacs.org>
|
|
2364
|
|
2365 * internals/internals.texi (General Coding Rules): Document why we
|
|
2366 #include <config.h>
|
|
2367
|
|
2368 2000-01-21 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
2369
|
|
2370 * xemacs-faq.texi: Change ' -- ' to '---'.
|
442
|
2371
|
440
|
2372 2000-01-19 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
2373
|
|
2374 * lispref/faces.texi (Face Properties): Document
|
|
2375 remove-face-property.
|
|
2376
|
438
|
2377 2000-01-18 Martin Buchholz <martin@xemacs.org>
|
|
2378
|
|
2379 * XEmacs 21.2.27 is released.
|
|
2380
|
|
2381 2000-01-17 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
2382
|
|
2383 * xemacs/regs.texi: Synch with FSF 20.5.
|
|
2384
|
|
2385 2000-01-14 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
2386
|
|
2387 * info.texi: Change cross reference from emacs to xemacs.
|
|
2388
|
|
2389 2000-01-14 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
2390
|
|
2391 * xemacs/mini.texi: Synch with FSF 20.5. Update.
|
|
2392
|
|
2393 2000-01-16 Martin Buchholz <martin@xemacs.org>
|
|
2394
|
|
2395 * xemacs-faq.texi (Q2.1.15): Fix up @table formatting.
|
|
2396
|
|
2397 2000-01-14 Martin Buchholz <martin@xemacs.org>
|
|
2398
|
|
2399 * xemacs-faq.texi (Q2.1.15): Update dbx/gdb debugging info.
|
|
2400
|
|
2401 2000-01-14 Sandra Wambold <wambold@xemacs.org>
|
|
2402
|
|
2403 * xemacs-faq.texi: removed out-of-date XEmacs 19 questions.
|
|
2404
|
|
2405 2000-01-14 Sandra Wambold <wambold@xemacs.org>
|
|
2406
|
|
2407 * xemacs-faq.texi: Updated Macintosh information,
|
|
2408 updated OS/2 info, changed turn-on-pending-delete answer.
|
|
2409
|
|
2410 2000-01-08 Martin Buchholz <martin@xemacs.org>
|
|
2411
|
|
2412 * xemacs-faq.texi (Q2.1.15): Make debugging info current.
|
|
2413
|
|
2414 2000-01-08 Hrvoje Niksic <hniksic@iskon.hr>
|
|
2415
|
|
2416 * lispref/control.texi (Signaling Errors): Document that `signal'
|
|
2417 is continuable.
|
|
2418 (Signaling Errors): Document `cerror', `signal-error', and
|
|
2419 `check-argument-type'.
|
|
2420 (Handling Errors): Mention `debug-on-signal'.
|
|
2421 (Error Symbols): Document `define-error'.
|
|
2422 (Processing of Errors): Document `display-error' and
|
|
2423 `error-message-string'.
|
|
2424
|
|
2425 2000-01-05 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
2426
|
|
2427 * internals/internals.texi: Remove latin-1 char.
|
|
2428
|
|
2429 2000-01-05 Didier Verna <didier@xemacs.org>
|
|
2430
|
|
2431 * xemacs/custom.texi (Key bindings using strings): add missing
|
|
2432 whitespace.
|
|
2433
|
|
2434 * xemacs/xemacs.texi (Top):
|
|
2435 * new-users-guide/new-users-guide.texi (Top): add missing `@top'
|
|
2436 node.
|
|
2437
|
|
2438 1999-12-24 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
2439
|
|
2440 * lispref/minibuf.texi (Reading a Password): New section.
|
|
2441
|
|
2442 1999-12-21 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
2443
|
|
2444 * lispref/minibuf.texi: Remove documentation about
|
|
2445 minibuffer-local-ns-map, read-no-blanks-input.
|
|
2446
|
|
2447 1999-12-21 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
|
|
2448
|
|
2449 * lispref/minibuf.texi: Partial Synch with FSF manual.
|
|
2450 Add description about DEFAULT argument of reading functions.
|
|
2451
|
436
|
2452 1999-12-31 Martin Buchholz <martin@xemacs.org>
|
|
2453
|
|
2454 * XEmacs 21.2.26 is released.
|
|
2455
|
|
2456 1999-12-26 Karl M. Hegbloom <karlheg@inetarena.com>
|
|
2457
|
|
2458 * internals/internals.texi (garbage_collect_1): Xemacs -> XEmacs
|
|
2459
|
434
|
2460 1999-12-24 Martin Buchholz <martin@xemacs.org>
|
|
2461
|
|
2462 * XEmacs 21.2.25 is released.
|
|
2463
|
|
2464 1999-12-21 Martin Buchholz <martin@xemacs.org>
|
|
2465
|
|
2466 * lispref/text.texi (Near Point): Document `char-before'.
|
|
2467
|
|
2468 1999-12-20 Adrian Aichner <adrian@xemacs.org>
|
|
2469
|
|
2470 * widget.texi: Fix typos and possessive singular errors. Break
|
|
2471 long sentences for readability. Remove some redundant commas.
|
|
2472
|
|
2473 1999-12-18 Martin Buchholz <martin@xemacs.org>
|
|
2474
|
442
|
2475 * lispref/functions.texi (Mapping Functions):
|
434
|
2476 Warn about mapping functions modifying their sequences.
|
|
2477
|
|
2478 1999-12-15 Sandra Wambold <wambold@xemacs.org>
|
|
2479
|
|
2480 * xemacs-faq.texi: link to matlab.el added; misc. address changes
|
|
2481
|
432
|
2482 1999-12-14 Martin Buchholz <martin@xemacs.org>
|
|
2483
|
|
2484 * XEmacs 21.2.24 is released.
|
|
2485
|
|
2486 1999-12-07 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
2487
|
|
2488 * xemacs/startup.texi (Startup Paths): fix typo: EMACSPACKAGEPATH
|
442
|
2489 instead of PACKAGEPATH
|
432
|
2490 From Marcus Harnisch <harnisch@mikrom.de>
|
|
2491
|
430
|
2492 1999-12-07 Martin Buchholz <martin@xemacs.org>
|
|
2493
|
|
2494 * XEmacs 21.2.23 is released.
|
|
2495
|
|
2496 1999-12-06 Sandra Wambold <wambold@pobox.com>
|
|
2497
|
|
2498 * xemacs-faq.texi: Added MS-Windows questions; some other changes
|
|
2499
|
|
2500 1999-11-29 Martin Buchholz <martin@xemacs.org>
|
|
2501
|
442
|
2502 * info.texi (Top):
|
430
|
2503 Remove @ifnottex, which gives old makeinfos indigestion.
|
442
|
2504 * texinfo.texi (Top):
|
430
|
2505 Revert to pre-texinfo-4.0 version, plus small changes to make
|
|
2506 texinfo-3.12, texinfo-3.12f, texinfo-4.0, and TeX happy.
|
|
2507
|
|
2508 1999-11-30 Sandra Wambold <wambold@cygnus.com>
|
|
2509
|
|
2510 * xemacs-faq.texi: fixed and commented out bad URL links
|
|
2511
|
428
|
2512 1999-11-29 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
2513
|
|
2514 * XEmacs 21.2.22 is released
|
|
2515
|
|
2516 1999-11-28 Martin Buchholz <martin@xemacs.org>
|
|
2517
|
|
2518 * XEmacs 21.2.21 is released.
|
|
2519
|
|
2520 1999-11-26 Martin Buchholz <martin@xemacs.org>
|
|
2521
|
|
2522 * internals.texi (Lstream Functions):
|
|
2523 * internals.texi (Lstream Methods):
|
|
2524 Types have changed to size_t and ssize_t. Document them.
|
|
2525
|
|
2526 1999-08-12 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
2527
|
|
2528 * xemacs-faq.texi (Q4.4.2): added FAQ about Sun Workshop on
|
|
2529 XEmacs 21
|
|
2530
|
|
2531 1999-11-15 Martin Buchholz <martin@xemacs.org>
|
|
2532
|
|
2533 * xemacs/programs.texi: Upgrade to etags Version 13.32
|
442
|
2534
|
428
|
2535 * Makefile:
|
|
2536 - Make sure the default target is `info' instead of cl.info.
|
|
2537 - Use $(INFODIR) consistently where appropriate.
|
|
2538 - Remove makeinfo-1.68 warning. (Usually only maintainer rebuilds info).
|
|
2539 - Comment out unused macros: EMACS EMACSFLAGS
|
|
2540 - Replace `-rm -f' with `rm -f', XPG4 guarantees exit code == 0.
|
|
2541 - Get dependencies up to date.
|
|
2542
|
|
2543 * internals/Makefile:
|
|
2544 * xemacs/Makefile:
|
|
2545 * lispref/Makefile:
|
|
2546 * new-users-guide/Makefile:
|
|
2547 * lispref/index.perm:
|
|
2548 * lispref/index.unperm:
|
|
2549 * lispref/permute-index:
|
|
2550 * internals/index.perm:
|
|
2551 * internals/index.unperm:
|
|
2552 Remove these Makefiles.
|
|
2553 Include all functionality in man/Makefile.
|
|
2554 Support only non-permuted indexes for simplicity.
|
|
2555
|
|
2556 * emodules.texi:
|
|
2557 - TeX doesn't tolerate `_' in variable names; use `-' instead.
|
|
2558
|
|
2559 * lispref/commands.texi:
|
|
2560 * lispref/display.texi:
|
|
2561 * lispref/faces.texi:
|
|
2562 * lispref/functions.texi:
|
|
2563 * lispref/keymaps.texi:
|
|
2564 * lispref/lists.texi:
|
|
2565 * lispref/modes.texi:
|
|
2566 * lispref/objects.texi:
|
|
2567 * lispref/os.texi:
|
|
2568 * lispref/sequences.texi:
|
|
2569 * lispref/strings.texi:
|
|
2570 * lispref/text.texi:
|
|
2571 * new-users-guide/custom1.texi:
|
|
2572 * xemacs/custom.texi:
|
|
2573 * xemacs/menus.texi:
|
|
2574 - Make sources compatible with makeinfo 4.0 *and* 3.12.
|
|
2575 - Replace @sc{ASCII} with @sc{ascii}, etc...
|
|
2576 - Replace @var{(foo)} with (@var{foo}), etc...
|
|
2577
|
|
2578 * info-stnd.texi: Remove. Who cares about the standalone info reader?
|
|
2579
|
|
2580 * texinfo.tex:
|
|
2581 * texinfo.texi:
|
|
2582 * info.texi:
|
|
2583 * standards.texi:
|
|
2584 * make-stds.texi:
|
|
2585 Import FSF-maintained files from texinfo-4.0.
|
|
2586
|
|
2587 1999-11-10 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
2588
|
|
2589 * XEmacs 21.2.20 is released
|
|
2590
|
|
2591 1999-08-30 Robert Pluim <rpluim@bigfoot.com>
|
|
2592
|
|
2593 * xemacs/packages.texi (Using Packages): Added description of
|
|
2594 package-get-package-provider.
|
|
2595
|
|
2596 1999-07-27 Charles G Waldman <cgw@fnal.gov>
|
|
2597
|
|
2598 * xemacs-faq.texi (Q5.0.6): Describe `shell-multiple-shells'
|
|
2599
|
434
|
2600 1999-08-01 Adrian Aichner <adrian@xemacs.org>
|
428
|
2601
|
|
2602 * xemacs/programs.texi (Balanced Editing): Remove broken
|
|
2603 line-break.
|
|
2604
|
|
2605 * xemacs-faq.texi (Q1.0.6): Provide correct location in XEmacs
|
|
2606 menus.
|
|
2607 (Q1.4.1): ditto.
|
|
2608 (Q1.4.3): ditto.
|
|
2609 (Q2.0.5): Hyphenate words.
|
|
2610
|
|
2611 * info.texi (Add): Fix one typo.
|
|
2612
|
|
2613 1999-08-23 Stephane Epardaud <stephane@lunatech.com>
|
|
2614
|
|
2615 * internals/internals.texi (Garbage Collection - Step by Step):
|
|
2616 just added some dots to shut up compile warnings.
|
|
2617
|
|
2618 1999-08-19 Matthias Neubauer <neubauer@informatik.uni-tuebingen.de>
|
|
2619
|
|
2620 * internals/internals.texi (Garbage Collection - Step by Step):
|
|
2621 new section in chapter Allocation of Objects in XEmacs Lisp.
|
|
2622
|
|
2623 1999-07-28 Andy Piper <andy@xemacs.org>
|
|
2624
|
|
2625 * internals.texi (Glyphs): add some glyph documentation.
|
|
2626
|
|
2627 1999-07-30 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
2628
|
|
2629 * XEmacs 21.2.19 is released
|
|
2630
|
434
|
2631 1999-07-10 Adrian Aichner <adrian@xemacs.org>
|
428
|
2632
|
|
2633 * emodules.texi: Use @set emacs and @value{emacs} instead of
|
|
2634 @macro (unsupported by texinfo package). Remove stray @code.
|
|
2635 * custom.texi: Add info extension to @setfilename.
|
|
2636 * texinfo.texi: Ditto.
|
|
2637 * widget.texi: Ditto.
|
|
2638 * packages.texi: Reword a sentence, fixing @item Decide where to
|
|
2639 install ...
|
|
2640
|
442
|
2641 1999-07-19 Didier Verna <didier@xemacs.org>
|
428
|
2642
|
|
2643 * custom.texi (Wishlist): removed the Custom Comments wishlist
|
|
2644 entry. They are implemented.
|
|
2645
|
|
2646 1999-07-13 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
2647
|
|
2648 * XEmacs 21.2.18 is released
|
|
2649
|
|
2650 1999-06-22 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
2651
|
|
2652 * XEmacs 21.2.17 is released
|
|
2653
|
|
2654 1999-06-11 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
2655
|
|
2656 * XEmacs 21.2.16 is released
|
|
2657
|
|
2658 1999-06-04 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
2659
|
|
2660 * XEmacs 21.2.15 is released
|
|
2661
|
|
2662 1999-05-30 Albert Chin-A-Young <china@thewrittenword.com>
|
|
2663
|
|
2664 * custom.texi, external-widget.texi: Minor
|
|
2665 fix to get info DIR entry correct.
|
|
2666
|
|
2667 1999-05-22 Vin Shelton <acs@xemacs.org>
|
|
2668
|
|
2669 * xemacs/cmdargs.texi:
|
|
2670 Document -private.
|
|
2671
|
|
2672 1999-05-16 Mike McEwan <mike@lotusland.demon.co.uk>
|
|
2673
|
|
2674 * Makefile: Added `emodules.info' to info targets.
|
|
2675
|
|
2676 1999-05-20 Karl M. Hegbloom <karlheg@debian.org>
|
|
2677
|
|
2678 * internals/internals.texi (The XEmacs Object System
|
|
2679 (Abstractly Speaking)): typo.
|
|
2680
|
|
2681 1999-05-16 Hrvoje Niksic <hniksic@srce.hr>
|
|
2682
|
|
2683 * lispref/text.texi (Substitution): Document improvements in
|
|
2684 `translate-region'.
|
|
2685
|
|
2686 1999-05-14 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
2687
|
|
2688 * XEmacs 21.2.14 is released
|
|
2689
|
|
2690 1999-05-11 Albert Chin-A-Young <china@thewrittenword.com>
|
|
2691
|
|
2692 * man/internals/internals.texi:
|
|
2693 * man/lispref/lispref.texi:
|
|
2694 * man/new-users-guide/new-users-guide.texi:
|
|
2695 * man/xemacs/xemacs.texi:
|
|
2696 * man/cl.texi:
|
|
2697 * man/custom.texi:
|
|
2698 * man/term.texi:
|
|
2699 * man/termcap.texi:
|
|
2700 * man/widget.texi:
|
|
2701 * man/xemacs-faq.texi:
|
|
2702 * man/external-widget.texi:
|
|
2703 Added info dir entries so install-info will add them to
|
|
2704 the common `dir' file.
|
|
2705
|
|
2706 1999-04-28 Stephen J. Turnbull <turnbull@sk.tsukuba.ac.jp>
|
|
2707
|
|
2708 * man/lispref/mule.texi: Document CCL
|
|
2709 - add sections: syntax, statements, expressions, and examples.
|
|
2710 - fix naming and description errors.
|
|
2711 - update links in neighboring nodes.
|
|
2712
|
|
2713 1999-04-24 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
2714
|
|
2715 * lispref/eval.texi (Eval): default for max-lisp-eval-depth is 500.
|
|
2716
|
|
2717 1999-04-23 Gunnar Evermann <ge204@eng.cam.ac.uk>
|
|
2718
|
|
2719 * xemacs-faq.texi (Q3.0.7): refer to correct menu (Option->Frame
|
|
2720 Appearance)
|
|
2721
|
|
2722 1999-03-12 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
2723
|
|
2724 * XEmacs 21.2.13 is released
|
|
2725
|
|
2726 1999-03-05 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
2727
|
|
2728 * XEmacs 21.2.12 is released
|
|
2729
|
|
2730 1999-03-01 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
2731
|
|
2732 * XEmacs 21.2.11 is released
|
|
2733
|
|
2734 1999-02-05 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
2735
|
|
2736 * XEmacs 21.2.10 is released
|
|
2737
|
|
2738 1999-02-02 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
2739
|
|
2740 * XEmacs 21.2.9 is released
|
|
2741
|
434
|
2742 1999-01-14 Adrian Aichner <adrian@xemacs.org>
|
428
|
2743
|
|
2744 * internals\internals.texi (Techniques for XEmacs Developers):
|
|
2745 Fixing documentation.
|
|
2746 (Basic Lisp Modules): ditto.
|
|
2747
|
|
2748 1999-01-10 J. Kean Johnston <jkj@sco.com>
|
|
2749
|
|
2750 * emodules.texi: New file to describe XEmacs modules.
|
|
2751
|
|
2752 1998-12-28 Martin Buchholz <martin@xemacs.org>
|
|
2753
|
|
2754 * XEmacs 21.2.8 is released.
|
|
2755
|
|
2756 1998-12-24 Martin Buchholz <martin@xemacs.org>
|
|
2757
|
|
2758 * XEmacs 21.2.7 is released.
|
|
2759
|
|
2760 1998-12-16 Andy Piper <andy@xemacs.org>
|
|
2761
|
|
2762 * XEmacs 21.2.6 is released
|
|
2763
|
|
2764 1998-12-05 XEmacs Build Bot <builds@cvs.xemacs.org>
|
|
2765
|
|
2766 * XEmacs 21.2.5 is released
|
|
2767
|
|
2768 1998-11-30 Martin Buchholz <martin@xemacs.org>
|
|
2769
|
|
2770 * xemacs/startup.texi (Startup Paths):
|
|
2771 * xemacs/custom.texi (Widgets):
|
|
2772 * xemacs-faq.texi (Q3.0.5):
|
|
2773 * xemacs-faq.texi (Top):
|
|
2774
|
|
2775 * widget.texi (info-link):
|
|
2776
|
|
2777 * lispref/objects.texi (Type Predicates):
|
|
2778 * lispref/objects.texi (Hash Table Type):
|
|
2779 * lispref/objects.texi (Primitive Types):
|
|
2780 * lispref/objects.texi (Lisp Data Types):
|
|
2781 * lispref/macros.texi (Backquote):
|
|
2782 * lispref/hash-tables.texi (Weak Hash Tables):
|
|
2783 * lispref/hash-tables.texi:
|
|
2784 * lispref/errors.texi (Standard Errors):
|
|
2785 * lispref/compile.texi (Disassembly):
|
|
2786 * lispref/compile.texi (Compiled-Function Objects):
|
|
2787 * lispref/compile.texi (Eval During Compile):
|
|
2788 * lispref/compile.texi (Docs and Compilation):
|
|
2789 * lispref/compile.texi (Compilation Functions):
|
|
2790 * lispref/compile.texi (Speed of Byte-Code):
|
|
2791 * lispref/compile.texi (Byte Compilation):
|
|
2792 * lispref/building.texi (Garbage Collection):
|
|
2793
|
|
2794 * internals/internals.texi (Simple Special Forms):
|
|
2795 * internals/internals.texi (Evaluation; Stack Frames; Bindings):
|
|
2796 * internals/internals.texi (Specifics of the Event Gathering Mechanism):
|
|
2797 * internals/internals.texi (String):
|
|
2798 * internals/internals.texi (Introduction to Allocation):
|
|
2799 * internals/internals.texi (Allocation of Objects in XEmacs Lisp):
|
|
2800 * internals/internals.texi (Modules for Internationalization):
|
|
2801 * internals/internals.texi (Modules for Interfacing with X Windows):
|
|
2802 * internals/internals.texi (Modules for Interfacing with the Operating System):
|
|
2803 * internals/internals.texi (Modules for Other Aspects of the Lisp Interpreter and Object System):
|
|
2804 * internals/internals.texi (Modules for Interfacing with the File System):
|
|
2805 * internals/internals.texi (Modules for the Redisplay Mechanism):
|
|
2806 * internals/internals.texi (Modules for the Basic Displayable Lisp Objects):
|
|
2807 * internals/internals.texi (Editor-Level Control Flow Modules):
|
|
2808 * internals/internals.texi (Modules for Standard Editing Operations):
|
|
2809 * internals/internals.texi (Basic Lisp Modules):
|
|
2810 * internals/internals.texi (Low-Level Modules):
|
|
2811 * internals/internals.texi (A Summary of the Various XEmacs Modules):
|
|
2812 * internals/internals.texi (An Example of Mule-Aware Code):
|
|
2813 * internals/internals.texi (Working With Character and Byte Positions):
|
|
2814 * internals/internals.texi (Writing Lisp Primitives):
|
|
2815 * internals/internals.texi (General Coding Rules):
|
|
2816 * internals/internals.texi (How Lisp Objects Are Represented in C):
|
|
2817 * internals/internals.texi (The XEmacs Object System (Abstractly Speaking)):
|
|
2818 * internals/internals.texi (XEmacs From the Perspective of Building):
|
|
2819 * internals/internals.texi (The Lisp Language):
|
|
2820 * internals/internals.texi (Top):
|
|
2821 * internals/internals.texi:
|
|
2822 - rewrite Internals manual
|
|
2823
|
|
2824 * cl.texi (Porting Common Lisp):
|
|
2825 * cl.texi (Hash Tables):
|
|
2826 * cl.texi (Association Lists):
|
|
2827 * cl.texi (Declarations):
|
|
2828 * cl.texi (For Clauses):
|
|
2829 * cl.texi (Basic Setf):
|
|
2830 * cl.texi (Equality Predicates):
|
|
2831 - mega patch
|
|
2832
|
|
2833 1998-11-28 SL Baur <steve@altair.xemacs.org>
|
|
2834
|
|
2835 * XEmacs 21.2-beta4 is released.
|
|
2836
|
|
2837 1998-10-15 SL Baur <steve@altair.xemacs.org>
|
|
2838
|
|
2839 * XEmacs 21.2-beta3 is released.
|
|
2840
|
|
2841 1998-10-09 SL Baur <steve@altair.xemacs.org>
|
|
2842
|
|
2843 * Makefile (MAKEINFO): Undo no-split change.
|
|
2844
|
|
2845 1998-09-29 SL Baur <steve@altair.xemacs.org>
|
|
2846
|
|
2847 * XEmacs 21.2-beta2 is released.
|
|
2848
|
|
2849 1998-09-20 Hrvoje Niksic <hniksic@srce.hr>
|
|
2850
|
|
2851 * lispref/customize.texi: New file.
|
|
2852
|
|
2853 1998-09-09 Hrvoje Niksic <hniksic@srce.hr>
|
|
2854
|
|
2855 * internals/internals.texi (Coding for Mule): New node and
|
|
2856 section.
|
|
2857
|
|
2858 1998-09-03 Darryl Okahata <darrylo@sr.hp.com>
|
|
2859
|
|
2860 * xemacs/packages.texi: Document manually installing binary packages.
|
|
2861
|
|
2862 1998-09-02 Jeff Miller <jmiller@smart.net>
|
|
2863
|
|
2864 * Synch calendar.texi with Emacs 20.3
|
|
2865
|
|
2866 1998-09-03 Darryl Okahata <darrylo@sr.hp.com>
|
|
2867
|
|
2868 * xemacs/packages.texi: Correct and update package documentation.
|
|
2869 Updated the package installation section to mention the visual
|
|
2870 package browser/installer.
|
|
2871
|
|
2872 1998-08-31 Hrvoje Niksic <hniksic@srce.hr>
|
|
2873
|
|
2874 * lispref/buffers.texi (Indirect Buffers): Update with XEmacs
|
|
2875 specifics.
|
|
2876
|
|
2877 1998-08-21 Greg Klanderman <greg@alphatech.com>
|
|
2878
|
|
2879 * lispref/files.texi (User Name Completion): new section.
|
|
2880
|
434
|
2881 1998-07-23 Adrian Aichner <adrian@xemacs.org>
|
428
|
2882
|
|
2883 * xemacs/packages.texi (Packages): Changing @itemize @emph to
|
|
2884 @itemize @bullet (this is what all other files included in
|
|
2885 xemacs.texi use) to fix error in texi2dvi (GNU Texinfo 3.12) 0.8.
|
|
2886
|
|
2887 1998-07-20 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
2888
|
|
2889 * xemacs/startup.texi: Small fixes, suggested by Hrvoje.
|
|
2890
|
|
2891 * xemacs/xemacs.texi:
|
|
2892 * xemacs/packages.texi: More packages documentation.
|
|
2893
|
|
2894 1998-07-19 SL Baur <steve@altair.xemacs.org>
|
|
2895
|
|
2896 * XEmacs 21.2-beta1 is released.
|
|
2897
|
|
2898 1998-07-12 SL Baur <steve@altair.xemacs.org>
|
|
2899
|
|
2900 * XEmacs 21.0-pre5 is released.
|
|
2901
|
|
2902 1998-07-09 SL Baur <steve@altair.xemacs.org>
|
|
2903
|
|
2904 * XEmacs 21.0-pre4 is released.
|
|
2905
|
|
2906 1998-07-09 Oliver Graf <ograf@fga.de>
|
|
2907
|
|
2908 * lispref/dragndrop.texi: added warning to OffiX Protocol section
|
|
2909
|
|
2910 1998-07-09 SL Baur <steve@altair.xemacs.org>
|
|
2911
|
|
2912 * lispref/ldap.texi (Syntax of Search Filters): Fix QP encoding
|
|
2913 damage in transit.
|
|
2914
|
|
2915 1998-07-05 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
2916
|
|
2917 * lispref/tooltalk.texi: Fixed NEXT to @node LDAP
|
|
2918
|
|
2919 * lispref/internationalization.texi: Fixed PREV to @node LDAP
|
|
2920
|
|
2921 * lispref/lispref.texi: Added LDAP chapter from ldap.texi
|
|
2922
|
|
2923 * lispref/Makefile: Added ldap.texi to srcs
|
|
2924
|
|
2925 1998-06-29 SL Baur <steve@altair.xemacs.org>
|
|
2926
|
|
2927 * standards.texi (Preface): Revert previous change to @node
|
|
2928 because it doesn't pass makeinfo.
|
|
2929
|
434
|
2930 1998-06-27 Adrian Aichner <adrian@xemacs.org>
|
428
|
2931
|
|
2932 * cl.texi: See ALL.
|
|
2933 * info-stnd.texi: Fixed @setfilename.
|
|
2934 * info.texi: Fixed @setfilename and a typo.
|
|
2935 * standards.texi: Added NEXT to @node Preface. See ALL.
|
|
2936 * texinfo.texi: Fixed section names, quoted usage of @TeX{},
|
442
|
2937 changed some occurrences of `:' to `colon'.
|
428
|
2938 * xemacs-faq.texi: See ALL.
|
|
2939 * internals/internals.texi: See ALL.
|
|
2940 * lispref/back.texi: Fixed @setfilename.
|
|
2941 * lispref/compile.texi: See ALL.
|
|
2942 * lispref/debugging.texi: See ALL.
|
|
2943 * lispref/edebug-inc.texi: Added NEXT and UP to @node Edebug.
|
|
2944 * lispref/eval.texi: See ALL.
|
|
2945 * lispref/extents.texi: See ALL.
|
|
2946 * lispref/loading.texi: See ALL.
|
|
2947 * lispref/searching.texi: Escaped `(' in
|
|
2948 @cindex @samp{(?:} in regex
|
|
2949 * lispref/variables.texi: See ALL.
|
|
2950
|
|
2951 1998-06-28 SL Baur <steve@altair.xemacs.org>
|
|
2952
|
|
2953 * xemacs/calendar.texi: Massive update.
|
|
2954 From Jeff Miller <jmiller@smart.net>
|
|
2955
|
|
2956 1998-06-20 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
|
|
2957
|
|
2958 * xemacs/abbrevs.texi:
|
|
2959 * xemacs/basic.texi:
|
|
2960 * xemacs/buildings.texi:
|
|
2961 * xemacs/cmdargs.texi:
|
|
2962 * xemacs/files.texi:
|
|
2963 * xemacs/adjustments.texi: Adjustments to integrate startup.texi
|
|
2964 and packages.texi stuff.
|
|
2965
|
|
2966 * xemacs/startup.texi:
|
|
2967 * xemacs/packages.texi: Created.
|
|
2968
|
434
|
2969 1998-06-10 Adrian Aichner <adrian@xemacs.org>
|
428
|
2970
|
|
2971 * texinfo.texi: added ../info/ to @setfilename, broke line after
|
|
2972 @noindent. Changed @var{arg-not-used-by-@TeX{}} to
|
|
2973 @var{arg-not-used-by-@@TeX{}} to make `texinfo-format-buffer'
|
|
2974 happy. Fixed refs broken by a previous patch of mine.
|
|
2975
|
|
2976 1998-06-18 Darryl Okahata <darrylo@sr.hp.com>
|
|
2977
|
|
2978 * lispref/os.texi (os.texi): Document `user-home-directory'.
|
|
2979
|
|
2980 1998-06-13 Greg Klanderman <greg@alphatech.com>
|
|
2981
|
|
2982 * lispref/windows.texi (Resizing Windows): document third optional
|
|
2983 WINDOW argument to enlarge-window and shrink-window.
|
|
2984 (Selecting Windows): document select-window optional norecord
|
|
2985 argument.
|
|
2986 (Size of Window): document window-text-area-pixel-height and
|
|
2987 window-text-area-pixel-width.
|
|
2988 (Size of Window): document window-displayed-text-pixel-height.
|
|
2989 (Position of Window): document window-text-area-pixel-edges.
|
|
2990
|
|
2991 * lispref/positions.texi (Screen Lines): cleanup docs for
|
|
2992 vertical-motion and vertical-motion-pixels.
|
|
2993
|
|
2994 1998-06-10 Hrvoje Niksic <hniksic@srce.hr>
|
|
2995
|
|
2996 * lispref/windows.texi (Resizing Windows): Document
|
|
2997 `enlarge-window-pixels' and `shrink-window-pixels'.
|
|
2998
|
|
2999 * lispref/positions.texi (Screen Lines): Update documentation of
|
|
3000 `vertical-motion'.
|
|
3001 (Screen Lines): Document `vertical-motion-pixels'.
|
|
3002
|
|
3003 * lispref/frames.texi (Input Focus): Document `focus-frame',
|
|
3004 `save-selected-frame' and `with-selected-frame'.
|
|
3005
|
|
3006 1998-06-10 Hrvoje Niksic <hniksic@srce.hr>
|
|
3007
|
|
3008 * lispref/searching.texi (Regexp Search): Document `split-path'.
|
|
3009
|
|
3010 * lispref/files.texi (Unique File Names): Update docs for
|
|
3011 `make-temp-name'; document `temp-directory'.
|
|
3012
|
|
3013 1998-06-10 Hrvoje Niksic <hniksic@srce.hr>
|
|
3014
|
|
3015 * lispref/os.texi (Recording Input): Update docs for `recent-keys'.
|
|
3016
|
|
3017 * lispref/specifiers.texi (Specifier Instancing): Correct
|
|
3018 instantiation order.
|
|
3019 (Specifier Instancing Functions): Ditto.
|
|
3020
|
|
3021 1998-06-11 Oliver Graf <ograf@fga.de>
|
|
3022
|
|
3023 * lispref/lispref.texi: references to Drag'n'Drop fixed
|
|
3024 * lispref/modes.texi: references to Drag'n'Drop fixed
|
|
3025 * lispref/scrollbars.texi: references to Drag'n'Drop fixed
|
|
3026 * lispref/dragndrop.texi: naming changed to Drag and Drop
|
|
3027 added some docu about the drop procedure
|
|
3028
|
434
|
3029 1998-06-09 Adrian Aichner <adrian@xemacs.org>
|
428
|
3030
|
|
3031 * info-stnd.texi: added ../info/ to @setfilename.
|
|
3032 * info.texi: added ../info/ to @setfilename.
|
|
3033 * lispref/commands.texi: see ALL.
|
|
3034 * lispref/frames.texi: see ALL.
|
|
3035 * lispref/os.texi: see ALL.
|
|
3036 * lispref/text.texi: see ALL.
|
|
3037 * new-users-guide/custom1.texi: broke line after enumerated @item.
|
|
3038 * new-users-guide/custom2.texi: see ALL.
|
|
3039 * new-users-guide/edit.texi: see ALL.
|
|
3040 * new-users-guide/enter.texi: see ALL.
|
|
3041 * new-users-guide/files.texi: see ALL.
|
|
3042 * new-users-guide/help.texi
|
|
3043 * new-users-guide/modes.texi: see ALL.
|
|
3044 * new-users-guide/new-users-guide.texi: see ALL.
|
|
3045 * new-users-guide/region.texi: see ALL.
|
|
3046 * new-users-guide/search.texi: see ALL.
|
|
3047 * new-users-guide/xmenu.texi: see ALL.
|
|
3048 * standards.texi: added ../info/ to @setfilename.
|
|
3049 * texinfo.texi: added ../info/ to @setfilename, broke line after
|
|
3050 @noindent. Changed @var{arg-not-used-by-@TeX{}} to
|
|
3051 @var{arg-not-used-by-@@TeX{}} to make `texinfo-format-buffer'
|
|
3052 happy.
|
|
3053 * xemacs-faq.texi: added ../info/ to @setfilename.
|
|
3054 * ALL: corrected INFO-FILE-NAME to lispref and xemacs in relevant
|
|
3055 p?xefs (most were empty, some elisp and emacs), used
|
|
3056 PRINTED-MANUAL-TITLE "XEmacs Lisp Reference Manual" and "XEmacs
|
|
3057 User's Manual" respectively for all these.
|
|
3058
|
|
3059 1998-06-01 Oliver Graf <ograf@fga.de>
|
|
3060
|
|
3061 * lispref/dragndrop.texi: added experimental
|
|
3062
|
|
3063 1998-05-28 Oliver Graf <ograf@fga.de>
|
|
3064
|
|
3065 * lispref/dragndrop.texi: a warning, and a bit more text this time
|
|
3066
|
|
3067 1998-05-26 Oliver Graf <ograf@fga.de>
|
|
3068
|
|
3069 * lispref/dragndrop.texi: only small changes
|
|
3070
|
933
|
3071 1998-05-15 Christian Nybø <chr@mediascience.no>
|
428
|
3072
|
|
3073 * xemacs/killing.texi: Properly document `zap-to-char'.
|
|
3074
|
|
3075 1998-05-13 Greg Klanderman <greg@alphatech.com>
|
|
3076
|
|
3077 * lispref/frames.texi (Input Focus): cleanup select-frame
|
|
3078 documentation.
|
|
3079
|
|
3080 1998-05-10 Oliver Graf <ograf@fga.de>
|
|
3081
|
|
3082 * lispref/dragndrop.texi: new section for the DnD API
|
|
3083 * lispref/lispref.texi: added Drag'n'Drop between scrollbars and
|
|
3084 modes
|
|
3085 * lispref/modes.texi: changed back-ref to Drag'n'Drop
|
|
3086 * lispref/scrollbars.texi: changed next-ref to Drag'n'Drop
|
|
3087
|
|
3088 1998-05-05 Oliver Graf <ograf@fga.de>
|
|
3089
|
|
3090 * commands.texi: exchange of dnd-drop with misc-user
|
|
3091
|
|
3092 1998-05-04 Martin Buchholz <martin@xemacs.org>
|
|
3093
|
|
3094 * internals.texi (Techniques for XEmacs Developers): Add some more
|
|
3095 comments on adding new files, inspired by Olivier Galibert.
|
|
3096
|
|
3097 1998-05-02 Hrvoje Niksic <hniksic@srce.hr>
|
|
3098
|
|
3099 * lispref/windows.texi (Vertical Scrolling): Fixup docstring for
|
|
3100 scroll-conservatively.
|
|
3101
|
|
3102 * lispref/loading.texi (Named Features): Document advanced args to
|
|
3103 `feature'.
|
|
3104
|
|
3105 * lispref/files.texi (File Name Expansion): Document that
|
|
3106 expand-file-name does not treat // and ~/ in the middle of file
|
|
3107 names specially.
|
|
3108
|
|
3109 * lispref/positions.texi (Excursions): Document
|
|
3110 `with-current-buffer' and `with-temp-file'.
|
|
3111
|
|
3112 * lispref/strings.texi (Formatting Strings): Document `%*'
|
|
3113 construct.
|
|
3114
|
|
3115 * lispref/os.texi (Time Conversion): Document that TIME may be
|
|
3116 omitted from format-time-string.
|
|
3117
|
|
3118 * lispref/strings.texi (String Conversion): Document BASE argument
|
|
3119 to `string-to-number'.
|
|
3120
|
|
3121 * lispref/searching.texi (Syntax of Regexps): Fix up Perl
|
|
3122 constructs documentation.
|
|
3123 (Regexp Search): Document `split-string'.
|
|
3124
|
|
3125 * xemacs/display.texi (Scrolling): Document scroll-conservatively.
|
|
3126
|
|
3127 * xemacs/killing.texi (Active Regions): Document that errors no
|
|
3128 longer highlight the region.
|
|
3129
|
|
3130 * lispref/display.texi (The Echo Area): Document message log
|
|
3131 stuff, including `display-message', `lmessage', `clear-message',
|
|
3132 (Warnings): Document warning stuff.
|
|
3133
|
|
3134 * lispref/commands.texi (Working With Events): Update `make-event'
|
|
3135 for misc-user events.
|
|
3136 (Using Interactive): Document `function-interactive'.
|
|
3137
|
|
3138 * lispref/os.texi (System Environment): Document USE-FLOATS
|
|
3139 argument to `load-average'.
|
|
3140 (User Identification): Document the new semantics of
|
|
3141 `user-full-name'.
|
|
3142
|
|
3143 * lispref/strings.texi (Creating Strings): Document `string'
|
|
3144 function.
|
|
3145
|
|
3146 1998-05-02 Hrvoje Niksic <hniksic@srce.hr>
|
|
3147
|
|
3148 * lispref/numbers.texi (Comparison of Numbers): Document multi-arg
|
|
3149 comparison functions.
|
|
3150
|
|
3151 1998-04-30 Greg Klanderman <greg@alphatech.com>
|
|
3152
|
|
3153 * lispref/frames.texi (Input Focus): Document behavior of
|
|
3154 select-frame wrt focus-follows-mouse.
|
|
3155
|
|
3156 1998-04-30 Martin Buchholz <martin@xemacs.org>
|
|
3157
|
|
3158 * Makefile: Support generic makes by avoiding `%' syntax.
|
|
3159 It breaks my heart to uglify the Makefile like this, but this is
|
|
3160 going to be a perpetual FAQ otherwise.
|
|
3161 General cleanup.
|
|
3162 Comment out w3 and vm info rules.
|
|
3163 Use paranoid cd ./$@ syntax to avoid losing with luser's CDPATH.
|
|
3164
|
|
3165 1998-03-27 Stephen Turnbull <turnbull@sk.tsukuba.ac.jp>
|
|
3166
|
|
3167 * xemacs/frame.texi: Document cursor appearance at end of line.
|
|
3168
|
|
3169 1998-03-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
3170
|
|
3171 * internals/internals.texi (GCPROing): Explain when it is
|
|
3172 necessary to GCPRO function parameters.
|
|
3173
|
|
3174 1998-03-13 Hrvoje Niksic <hniksic@srce.hr>
|
|
3175
|
|
3176 * internals/internals.texi (Writing Lisp Primitives): Updated
|
|
3177 definition of For().
|
|
3178
|
|
3179 1998-03-01 Aki Vehtari <Aki.Vehtari@hut.fi>
|
|
3180
|
|
3181 * lispref/menus.texi: Use recommended forms in examples.
|
|
3182
|
|
3183 1998-02-22 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
3184
|
|
3185 * cl.texi (Creating Symbols): Tell a little bit about the new
|
|
3186 handling of gensyms.
|
|
3187
|
|
3188 1998-02-21 Greg Klanderman <greg@alphatech.com>
|
|
3189
|
|
3190 * xemacs/custom.texi (X Resources): update to describe automatic
|
|
3191 setting of x-emacs-application-class.
|
|
3192
|
|
3193 * lispref/x-windows.texi (Resources): update doc for
|
|
3194 x-emacs-application-class.
|
|
3195
|
|
3196 1998-02-20 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
3197
|
|
3198 * cl.texi (Equality Predicates): Update to reflect change to
|
|
3199 `equalp' made in "cl-extra.el" - now compares characters case
|
|
3200 insensitively.
|
|
3201
|
|
3202 1998-02-23 Aki Vehtari <Aki.Vehtari@hut.fi>
|
|
3203
|
|
3204 * lispref/menus.texi (Menu Format): Doc fix: suffix can be form.
|
|
3205
|
|
3206 1998-02-19 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
3207
|
|
3208 * lispref/display.texi (Beeping): Linux has sound too.
|
|
3209
|
|
3210 1998-02-19 Hrvoje Niksic <hniksic@srce.hr>
|
|
3211
|
|
3212 * cl.texi (Argument Lists): Keywords are handled specially by
|
|
3213 XEmacs.
|
|
3214 (Porting Common Lisp): XEmacs backquotes are OK.
|
|
3215
|
|
3216 1998-02-19 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
3217
|
|
3218 * xemacs/custom.texi (Init Syntax): document #b, #o, and #x reader
|
|
3219 syntax for integers.
|
434
|
3220 From Adrian Aichner <adrian@xemacs.org>
|
428
|
3221 * cl.texi (Porting Common Lisp): ' '
|
|
3222 * lispref/numbers.texi (Numbers): ' '
|
|
3223
|
|
3224 1998-02-15 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
|
|
3225
|
|
3226 * lispref/searching.texi (Regular Expressions): Document the
|
|
3227 recent regular expression syntax extensions.
|
|
3228
|
|
3229 1998-02-10 Olivier Galibert <galibert@pobox.com>
|
|
3230
|
|
3231 * internals/internals.texi: Remove all mocklisp references.
|
|
3232
|
|
3233 1997-12-17 SL Baur <steve@altair.xemacs.org>
|
|
3234
|
|
3235 * Makefile (SUBDIR): skk and gnats are packaged.
|
|
3236
|
|
3237 * lispref/intro.texi (Acknowledgements): Update to v3.3.
|
|
3238
|
|
3239 * lispref/lispref.texi: Update to 20.5/v3.3.
|
|
3240
|
|
3241 1997-12-10 SL Baur <steve@altair.xemacs.org>
|
|
3242
|
|
3243 * Makefile: Don't stop on errors.
|
|
3244
|
|
3245 1997-12-06 SL Baur <steve@altair.xemacs.org>
|
|
3246
|
|
3247 * Makefile: add skk manual.
|
|
3248
|
|
3249 1997-11-29 SL Baur <steve@altair.xemacs.org>
|
|
3250
|
|
3251 * internals/internals.texi (XEmacs): Updated history section.
|
|
3252
|
|
3253 1997-11-28 SL Baur <steve@altair.xemacs.org>
|
|
3254
|
|
3255 * lispref/compile.texi (Compilation Functions): Plug in the real
|
|
3256 return value.
|
|
3257 (Speed of Byte-Code): Ditto.
|
|
3258 (Compilation Functions): Ditto.
|
|
3259 (Compiled-Function Objects): Ditto.
|
|
3260 (Speed of Byte-Code): Increase loop counter by factor of 50 (the
|
|
3261 previous value was embarrassing).
|
|
3262
|
|
3263 1997-11-21 SL Baur <steve@altair.xemacs.org>
|
|
3264
|
|
3265 * Makefile (srcs): vhdl-mode has been packaged.
|
|
3266
|
|
3267 1997-11-15 SL Baur <steve@altair.xemacs.org>
|
|
3268
|
|
3269 * lispref/windows.texi (scroll-conservatively): Fix typo.
|
|
3270
|
|
3271 1997-11-12 Hrvoje Niksic <hniksic@srce.hr>
|
|
3272
|
|
3273 * lispref/commands.texi (Working With Events): Document fully.
|
|
3274
|
|
3275 * lispref/windows.texi (Vertical Scrolling): Document
|
|
3276 scroll-conservatively.
|
|
3277
|
|
3278 1997-11-09 Hrvoje Niksic <hniksic@srce.hr>
|
|
3279
|
|
3280 * lispref/extents.texi (Intro to Extents): Minor correction.
|
|
3281 (Extent Properties): Document `extent-keymap'.
|
|
3282
|
|
3283 1997-11-03 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
3284
|
|
3285 * xemacs/mule.texi (Mule): Modify description about supported
|
|
3286 scripts.
|
|
3287
|
|
3288 1997-11-02 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
3289
|
|
3290 * xemacs/mule.texi: Add description for
|
|
3291 `universal-coding-system-argument'.
|
|
3292
|
|
3293 1997-10-31 SL Baur <steve@altair.xemacs.org>
|
|
3294
|
|
3295 * internals/internals.texi: XEmacs 19.16 is released.
|
|
3296
|
|
3297 1997-10-30 SL Baur <steve@altair.xemacs.org>
|
|
3298
|
|
3299 * Makefile (srcs): Mailcrypt, hm--html-menus, vm, psgml and tm have
|
|
3300 been packaged.
|
|
3301
|
|
3302 1997-10-22 Hrvoje Niksic <hniksic@srce.hr>
|
|
3303
|
|
3304 * xemacs-faq.texi: Added the detailed menu listing.
|
|
3305
|
|
3306 * lispref/extents.texi (Extent Properties): Documented
|
|
3307 `set-extent-properties'.
|
|
3308
|
|
3309 * xemacs/custom.texi (Face Customization): Updated for XEmacs.
|
|
3310
|
|
3311 1997-10-07 SL Baur <steve@altair.xemacs.org>
|
|
3312
|
|
3313 * xemacs-faq.texi (Q1.3.7): Update Russion URLs.
|
|
3314 From Rebecca Ore <rebecca.ore@op.net>
|
|
3315
|
|
3316 * lispref/databases.texi (Connecting to a Database): Describe
|
|
3317 valid types of `type' and `subtype'.
|
|
3318 From Raymond Toy <toy@rtp.ericsson.se>
|
|
3319
|
|
3320 1997-10-01 Karl M. Hegbloom <karlheg@inetarena.com>
|
|
3321
|
|
3322 * lispref/commands.texi (Keyboard Macros): fixed typo. Changed
|
|
3323 reference to (emacs) into a reference to (xemacs).
|
|
3324
|
|
3325 1997-10-01 Karl M. Hegbloom <karlheg@inetarena.com>
|
|
3326
|
|
3327 * lispref/keymaps.texi (Keymaps): untabified and reformatted menu
|
|
3328 to prevent line wrap.
|
|
3329
|
|
3330 1997-09-27 SL Baur <steve@altair.xemacs.org>
|
|
3331
|
|
3332 * gnats/flowchart.eps: New file.
|
|
3333
|
|
3334 1997-09-23 Hrvoje Niksic <hniksic@srce.hr>
|
|
3335
|
|
3336 * xemacs/custom.texi (Easy Customization): Ditto.
|
|
3337
|
|
3338 * xemacs/xemacs.texi (Top): Added pointer to easy customization.
|
|
3339
|
|
3340 1997-09-18 SL Baur <steve@altair.xemacs.org>
|
|
3341
|
|
3342 * internals/Makefile (../../info/$(NAME).info): Warn and clean up
|
|
3343 if someone hasn't upgraded makeinfo.
|
|
3344
|
|
3345 * Makefile (EMACS): Refer to xemacs binary in source tree.
|
|
3346 * tm/Makefile (EMACS): Ditto.
|
|
3347
|
|
3348 1997-08-15 Karl M. Hegbloom <karlheg@inetarena.com>
|
|
3349
|
|
3350 * cl.texi (Type Predicates): Update for corrected handling of
|
|
3351 `string-char' and `character'.
|
|
3352
|
|
3353 Tue Aug 5 21:56:02 1997 Barry A. Warsaw <cc-mode-help@python.org>
|
|
3354
|
|
3355 * cc-mode.texi:
|
|
3356 In FAQ section, document use of c-mode-base-map instead of c-mode-map.
|
|
3357
|
|
3358 Fri Aug 1 22:44:49 1997 Barry A. Warsaw <cc-mode-help@python.org>
|
|
3359
|
|
3360 * cc-mode.texi: Removed the description of c-enable-//-in-c-mode.
|
|
3361
|
|
3362 Wed Jul 30 00:01:45 1997 Barry A. Warsaw <cc-mode-help@python.org>
|
|
3363
|
|
3364 * cc-mode.texi:
|
|
3365 Added description of template-args-cont syntactic symbol
|
|
3366
|
|
3367 1997-07-25 Barry A. Warsaw <cc-mode-help@python.org>
|
|
3368
|
|
3369 * cc-mode.texi: Describe support for idl-mode
|
|
3370
|
|
3371 * cc-mode.texi:
|
|
3372 Document c-initialization-hook. Also rewrite the "Getting Connected"
|
|
3373 section on byte compiling the source.
|
|
3374
|
|
3375 1997-07-21 Karl M. Hegbloom <karlheg@inetarena.com>
|
|
3376
|
|
3377 * lispref/streams.texi: "Output Streams", change `last-output'
|
|
3378 result list from integers to characters.
|
|
3379
|
|
3380 * lispref/minibuf.texi: "Object from Minibuffer", correction.
|
|
3381
|
|
3382 * lispref/minibuf.texi: "Minibuffer History", add
|
|
3383 `Info-minibuffer-history', `Manual-page-minibuffer-history', and
|
|
3384 short paragraph refering to `M-x apropos'.
|
|
3385
|
|
3386 1997-07-17 Steven L Baur <steve@altair.xemacs.org>
|
|
3387
|
|
3388 * Makefile: makeinfo-1.68 is verified to work.
|
|
3389
|
|
3390 * tm/Makefile (../../info/%-ja.info): Die if not running
|
|
3391 XEmacs/Mule.
|
|
3392 (../../info/%-en.info): Inherit setting of MAKEINFO.
|
|
3393
|
|
3394 Tue Jul 15 04:18:38 1997 Barry A. Warsaw <cc-mode-help@python.org>
|
|
3395
|
|
3396 * cc-mode.texi:
|
|
3397 Describe the variable c-indent-comments-syntactically-p.
|
|
3398
|
|
3399 1997-07-15 Steven L Baur <steve@altair.xemacs.org>
|
|
3400
|
|
3401 * internals/internals.texi (Top): Convert Buffer@'s node name to
|
|
3402 `Buffer's' because the former confuses makeinfo.
|
|
3403
|
|
3404 Thu Jul 3 22:54:03 1997 Barry A. Warsaw <cc-mode-help@python.org>
|
|
3405
|
|
3406 * cc-mode.texi: Fixed spelling of Texinfo
|
|
3407
|
|
3408 Tue May 6 21:33:06 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3409
|
|
3410 * lispref/files.texi (Writing to Files): Correct docstring of
|
|
3411 write-region.
|
|
3412
|
|
3413 Sun May 4 14:28:32 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3414
|
|
3415 * lispref/annotations.texi (Annotation Primitives):
|
|
3416 `delete-annotation' does not return the deleted annotation.
|
|
3417
|
|
3418 Wed Apr 30 18:13:16 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3419
|
|
3420 * lispref/lispref.texi: Correct release dates.
|
|
3421
|
|
3422 Sat Apr 19 20:48:00 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3423
|
|
3424 * lispref/files.texi (File Name Expansion): Update documentation
|
|
3425 of file-relative-name.
|
|
3426
|
|
3427 Mon Apr 7 21:02:39 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3428
|
|
3429 * lispref/lispref.texi: Update version numbers (with patches from
|
|
3430 Hrvoje Niksic).
|
|
3431
|
|
3432 * lispref/building.texi (Building XEmacs): Update version numbers
|
|
3433 and build identification.
|
|
3434
|
|
3435 * lispref/intro.texi (Introduction): Update version number.
|
|
3436
|
|
3437 Sun Mar 23 15:47:05 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3438
|
|
3439 * Makefile (srcs): Add efs.texi.
|
|
3440
|
|
3441 Sat Mar 22 16:39:16 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3442
|
|
3443 * Makefile (srcs): Add hm--html-mode.texi.
|
|
3444
|
|
3445 Sun Mar 16 18:48:14 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3446
|
|
3447 * gnats/Makefile (gnats_srcs): New manuals for GNATS.
|
|
3448
|
|
3449 Wed Mar 12 14:39:43 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3450
|
|
3451 * lispref/strings.texi (Text Comparison): Correct example for
|
|
3452 `char-equal'. Add new function `char='.
|
|
3453
|
|
3454 Thu Mar 6 13:33:54 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3455
|
|
3456 * Makefile: Update for new texinfo manual.
|
|
3457
|
|
3458 Tue Mar 4 11:37:42 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3459
|
|
3460 * Makefile (../info/w3.info): Use special version of makeinfo
|
|
3461 since this manual is not backwards compatible.
|
|
3462 Clean up error handling so we only have to type make once to
|
|
3463 rebuild the info tree.
|
|
3464 (../info/vm.info): Make sure to continue in the event of error.
|
|
3465
|
|
3466 Tue Feb 25 20:17:53 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3467
|
|
3468 * auctex/Makefile: Added `mostlyclean' and `distclean' target.
|
|
3469
|
|
3470 Wed Feb 19 17:57:27 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3471
|
|
3472 * Makefile (auctex): New subdirectory target.
|
|
3473
|
|
3474 Wed Feb 12 12:30:27 1997 Yotam Medini <yotam_medini@tmai.com>
|
|
3475
|
|
3476 * mule/languages.texi: Correct typo.
|
|
3477
|
|
3478 Mon Feb 10 08:17:22 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3479
|
|
3480 * Makefile (srcs): Add custom and widget to srcs.
|
|
3481
|
|
3482 * lispref/extents.texi (Intro to Extents): Removed erroneous
|
|
3483 reference to `start-glyph' property.
|
|
3484
|
|
3485 Sun Feb 9 00:27:22 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
3486
|
|
3487 * widget.texi: New file.
|
|
3488
|
|
3489 * custom.texi: New file.
|
|
3490
|
|
3491 Thu Feb 6 22:57:09 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3492
|
|
3493 * lispref/extents.texi (Duplicable Extents): replicable extents
|
|
3494 are history.
|
|
3495
|
|
3496 Wed Jan 29 19:59:41 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3497
|
|
3498 * xemacs-faq.texi (Q1.1.1): Correct typos.
|
|
3499
|
|
3500 Mon Jan 27 22:28:48 1997 Bob Weiner <weiner@infodock.com>
|
|
3501
|
|
3502 * xemacs-faq.texi (Q1.0.14): infodock.com has hardcopies of the
|
|
3503 XEmacs manual available.
|
|
3504 (Q4.6.1): Updated Infodock Information.
|
|
3505
|
|
3506 Sat Dec 28 11:08:07 1996 Martin Buchholz <mrb@Eng.Sun.COM>
|
|
3507
|
|
3508 * vhdl-mode.texi: Correct typo in email address.
|
|
3509
|
|
3510 Mon Dec 23 09:47:24 1996 Martin Buchholz <mrb@Eng.Sun.COM>
|
|
3511
|
|
3512 * Makefile (srcs): Add vhdl-mode.
|
|
3513
|
|
3514 Wed Dec 18 20:21:06 1996 Martin Buchholz <mrb@eng.sun.com>
|
|
3515
|
|
3516 * Makefile (realclean): Don't delete itself `make distclean'
|
|
3517
|
|
3518 * lispref/numbers.texi (Predicates on Numbers): wholenump->natnump.
|
|
3519
|
|
3520 * Makefile: New File.
|
|
3521
|
|
3522 Tue Dec 10 18:35:21 1996 Rod Whitby <rwhitby@asc.sps.mot.com>
|
|
3523
|
|
3524 * vhdl-mode.texi: New file.
|
|
3525
|
|
3526 Thu Jan 24 12:41:33 1991 Richard Stallman (rms at mole.ai.mit.edu)
|
|
3527
|
|
3528 * texinfo.tex: Delete spurious character at beginning.
|
|
3529
|
|
3530 Tue Aug 16 13:09:12 1988 Robert J. Chassell (bob at frosted-flakes.ai.mit.edu)
|
|
3531
|
|
3532 * emacs.tex: Corrected two typos. No other changes before
|
|
3533 Version 19 will be made.
|
|
3534
|
|
3535 * vip.texinfo: Removed menu entry Adding Lisp Code in node
|
|
3536 Customization since the menu entry did not point to anything.
|
|
3537 Also added an @finalout command to remove overfull hboxes from the
|
|
3538 printed output.
|
|
3539
|
|
3540 * cl.texinfo: Added @bye, \input line and @settitle to file.
|
|
3541 This file is clearly intended to be a chapter of some other work,
|
|
3542 but the other work does not yet exist.
|
|
3543
|
|
3544 Mon Jul 25 17:47:38 1988 Robert J. Chassell (bob at frosted-flakes.ai.mit.edu)
|
|
3545
|
|
3546 * texinfo.texinfo: Three typos corrected.
|
|
3547
|
|
3548 Mon Jul 11 18:02:29 1988 Chris Hanson (cph at kleph)
|
|
3549
|
|
3550 * texindex.c (indexify): when comparing to initial strings to
|
|
3551 decide whether to change the header, must use `strncmp' to avoid
|
|
3552 comparing entire strings of which initials are a substring.
|
|
3553
|
|
3554 Sun Jun 26 18:46:16 1988 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
|
|
3555
|
|
3556 * texindex.c (sort_in_core, sort_offline, parsefile):
|
|
3557 Give up on input file if any line doesn't start with backslash.
|
|
3558
|
|
3559 Mon May 23 10:41:35 1988 Robert J. Chassell (bob at frosted-flakes.ai.mit.edu)
|
|
3560
|
|
3561 * emacs.tex: Update information for obtaining TeX distribution from the
|
|
3562 University of Washington.
|