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