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