Add "(require 'eshell)", to get necessary features
[bpt/emacs.git] / lispref / ChangeLog
CommitLineData
d814862a
JB
12004-04-23 Juanma Barranquero <lektu@terra.es>
2
3 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
4
e8d6f886
JH
52004-04-18 Jesper Harder <harder@ifa.au.dk>
6
7 * tips.texi (Coding Conventions): defopt -> defcustom.
8
3a424014
LT
92004-04-16 Luc Teirlinck <teirllm@auburn.edu>
10
11 * sequences.texi: Various clarifications.
12
9e860631
LT
132004-04-14 Luc Teirlinck <teirllm@auburn.edu>
14
15 * buffers.texi (Read Only Buffers): Mention optional ARG to
16 `toggle-read-only'.
17
5e30a0fb
NR
182004-04-14 Nick Roberts <nick@nick.uklinux.net>
19
9e860631 20 * windows.texi (Selecting Windows): Note that get-lru-window
5e30a0fb
NR
21 returns a full-width window if possible.
22
619fb950
LT
232004-04-13 Luc Teirlinck <teirllm@auburn.edu>
24
25 * buffers.texi: Various changes in addition to:
26 (Buffer File Name): Add `find-buffer-visiting'.
27 (Buffer Modification): Mention optional ARG to `not-modified'.
28 (Indirect Buffers): Mention optional CLONE argument to
29 `make-indirect-buffer'.
30
31 * files.texi: Various changes in addition to:
32 (Visiting Functions): `find-file-hook' is now a normal hook.
33 (File Name Expansion): Explain difference between the way that
34 `expand-file-name' and `file-truename' treat `..'.
35 (Contents of Directories): Mention optional ID-FORMAT argument to
36 `directory-files-and-attributes'.
37 (Format Conversion): Mention new optional CONFIRM argument to
38 `format-write-file'.
39
a2295d32
MB
402004-04-12 Miles Bader <miles@gnu.org>
41
42 * macros.texi (Expansion): Add description of `macroexpand-all'.
43
571fd4d5
JH
442004-04-05 Jesper Harder <harder@ifa.au.dk>
45
46 * variables.texi (Variable Aliases): Mention
47 cyclic-variable-indirection.
48
49 * errors.texi (Standard Errors): Ditto.
50
4ba2fd66
LT
512004-04-04 Luc Teirlinck <teirllm@auburn.edu>
52
53 * backups.texi: Various small changes in addition to:
54 (Making Backups): Mention return value of `backup-buffer'.
55 (Auto-Saving): Mention optional FORCE argument to
56 `delete-auto-save-file-if-necessary'.
57 (Reverting): Mention optional PRESERVE-MODES argument to
58 `revert-buffer'. Correct description of `revert-buffer-function'.
59
8f7ea687
JL
602004-03-22 Juri Linkov <juri@jurta.org>
61
62 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
63 with `Vector Functions'.
64
65 * text.texi (Sorting): Add missing quote.
66
0eeca3c1
LT
672004-03-14 Luc Teirlinck <teirllm@auburn.edu>
68
69 * intro.texi (Lisp History): Replace xref to `cl' manual with
70 inforef.
71
e69cfac2
RS
722004-03-12 Richard M. Stallman <rms@gnu.org>
73
74 * intro.texi (Version Info): Add arg to emacs-version.
75 (Lisp History): Change xref to CL manual.
76
1b91d47f
LT
772004-03-09 Luc Teirlinck <teirllm@auburn.edu>
78
79 * minibuf.texi (Completion Commands): Add xref to Emacs manual
80 for Partial Completion mode.
81
97073664
TTN
822004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
83
84 * customize.texi: Fix typo. Remove eol whitespace.
85
04a6e76b
RS
862004-03-04 Richard M. Stallman <rms@gnu.org>
87
88 * processes.texi: Fix typos.
89
90 * lists.texi (Building Lists): Minor clarification.
91
92 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
93 in make-hash-table.
94
5bb0fcd1
JB
952004-02-29 Juanma Barranquero <lektu@terra.es>
96
97 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
98 rm, and ignore exit code.
99
9022d421
EZ
1002004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
101
102 * display.texi (Defining Faces): Add description for min-colors.
103 Update example.
104
92f5fba2
LT
1052004-02-23 Luc Teirlinck <teirllm@auburn.edu>
106
107 * abbrevs.texi: Various corrections and clarifications in addition
108 to the following:
109 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
110
7e83e178
GM
1112004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
112
113 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
114
9c5609e8
LT
1152004-02-21 Luc Teirlinck <teirllm@auburn.edu>
116
e2b9b51f
LT
117 * text.texi: Various small changes in addition to the following:
118 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
119 to delete-horizontal-space.
120 (Kill Functions, Yanking, Low-Level Kill Ring): clarify and correct
121 description of yank-handler text property at various places.
122
7daa0e81
LT
123 * frames.texi (Window System Selections): Add anchor.
124
9c5609e8
LT
125 * syntax.texi (Syntax Table Functions): Clarify and correct
126 descriptions of make-syntax-table and copy-syntax-table.
127 (Motion and Syntax): Clarify SYNTAXES argument to
128 skip-syntax-forward.
129 (Parsing Expressions): Mention that the return value of
130 parse-partial-sexp is currently a list of ten rather than nine
131 elements.
132 (Categories): Various corrections and clarifications.
133
d29edb21
LT
1342004-02-17 Luc Teirlinck <teirllm@auburn.edu>
135
136 * markers.texi (Marker Insertion Types): Minor change.
137
138 * locals.texi (Standard Buffer-Local Variables):
139 * commands.texi (Interactive Codes, Using Interactive):
140 * functions.texi (Related Topics): Fix xrefs.
141
43e48bda
LT
1422004-02-16 Luc Teirlinck <teirllm@auburn.edu>
143
144 * lists.texi (Sets And Lists): Update description of delete-dups.
145
84e34002
RS
1462004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
147
148 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
149
1502004-02-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
151
152 * frames.texi (Parameter Access): frame-parameters arg is optional.
153 modify-frame-parameters handles nil for FRAME.
154 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
155 are all-or-nothing for certain toolkits.
156 Mention parameter wait-for-wm.
157 (Frames and Windows): In frame-first-window and frame-selected-window
158 the arg is optional.
159 (Input Focus): In redirect-frame-focus the second arg is optional.
160 (Window System Selections): Mention selection type CLIPBOARD.
161 Mention data-type UTF8_STRING.
162 Mention numbering of cut buffers.
163 (Resources): Describe x-resource-name.
164
1652004-02-16 Richard M. Stallman <rms@gnu.org>
166
167 * windows.texi (Buffers and Windows): Delete false table
168 about all-frames.
169
170 * syntax.texi (Parsing Expressions): Delete old caveat
171 about parse-sexp-ignore-comments.
172
173 * streams.texi (Output Variables): Add print-quoted.
174
175 * lists.texi (Building Lists): Minor cleanup.
176
177 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
178
179 * display.texi (Overlays): Explain overlays use markers.
180 (Managing Overlays): Explain front-advance and rear-advance
181 in more detail.
182
183 * loading.texi (Unloading): Document unload-feature-special-hooks.
184 Get rid of fns-NNN.el file.
185
1862004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
187
188 * help.texi (Describing Characters): Fix text-char-description
189 example output.
190
191 * edebug.texi (Using Edebug): Fix example.
192
193 * debugging.texi (Internals of Debugger): Fix return value.
43e48bda 194
84e34002
RS
195 * files.texi (Changing Files): Fix argname.
196
197 * calendar.texi: Fix parens, and default values.
198
199 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
200 * nonascii.texi, objects.texi, os.texi: Minor fixes.
201 * searching.texi, text.texi, tips.texi, windows.text: Minor fixes.
202
203 * positions.texi (Text Lines): Don't add -1 in current-line.
204
2052004-02-16 Richard M. Stallman <rms@gnu.org>
206
207 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
208
c33b76da
EZ
2092004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
210
211 * processes.texi (Low-Level Network): Fix a typo.
212
9d7271e8
KS
2132004-02-12 Kim F. Storm <storm@cua.dk>
214
215 * display.texi (Fringes): Use consistent wording.
216 Note that window-fringe's window arg is optional.
217 (Scroll Bars): Use consistent wording.
218
6827d730
LT
2192004-02-11 Luc Teirlinck <teirllm@auburn.edu>
220
221 * tips.texi (Comment Tips): Document the new conventions for
222 commenting out code.
223
1cb60b5a
JD
2242004-02-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
225
226 * positions.texi (Text Lines): Added missing end defun.
227
7fdd1f62
KS
2282004-02-07 Kim F. Storm <storm@cua.dk>
229
230 * positions.texi (Text Lines): Add line-number-at-pos.
231
eb3c144c
JPW
2322004-02-06 John Paul Wallington <jpw@gnu.org>
233
234 * display.texi (Button Properties, Button Buffer Commands):
235 mouse-2 invokes button, not down-mouse-1.
236
a1d38d63
JR
2372004-02-04 Jason Rumney <jasonr@gnu.org>
238
239 * makefile.w32-in: Sync with Makefile.in changes.
240
4b574f3d
LT
2412004-02-03 Luc Teirlinck <teirllm@auburn.edu>
242
243 * minibuf.texi (Text from Minibuffer): Various corrections and
244 clarifications.
245 (Object from Minibuffer): Correct Lisp description of
246 read-minibuffer.
247 (Minibuffer History): Clarify description of cons values for
248 HISTORY arguments.
249 (Basic Completion): Various corrections and clarifications. Add
250 completion-regexp-list.
251 (Minibuffer Completion): Correct and clarify description of
252 completing-read.
6f6b0433 253 (Completion Commands): Mention Partial Completion mode. Various
4b574f3d
LT
254 other minor changes.
255 (High-Level Completion): Various corrections and clarifications.
256 (Reading File Names): Ditto.
257 (Minibuffer Misc): Ditto.
258
d8186297
LT
2592004-01-26 Luc Teirlinck <teirllm@auburn.edu>
260
261 * strings.texi (Text Comparison): assoc-string also matches
262 elements of alists that are strings instead of conses.
263 (Formatting Strings): Standardize Texinfo usage. Update index
264 entries.
265
9adcb5f2
LT
2662004-01-20 Luc Teirlinck <teirllm@auburn.edu>
267
268 * lists.texi (Sets And Lists): Add delete-dups.
269
3e7274ae
LT
2702004-01-15 Luc Teirlinck <teirllm@auburn.edu>
271
272 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
273 special form.
274 * macros.texi (Defining Macros): Update description of `declare',
275 which now is a macro.
276 (Wrong Time): Fix typos.
277
944e099f
LT
2782004-01-14 Luc Teirlinck <teirllm@auburn.edu>
279
280 * compile.texi (Compilation Functions): Expand descriptions of
e75c1a57 281 `compile-defun', `byte-compile-file', `byte-recompile-directory'
944e099f
LT
282 and `batch-byte-compile'. In particular, mention and describe
283 all optional arguments.
284 (Disassembly): Correct and clarify the description of `disassemble'.
285
90c3aa59
LT
2862004-01-11 Luc Teirlinck <teirllm@auburn.edu>
287
288 * searching.texi: Various small changes in addition to the
289 following.
290 (Regexp Example): Adapt to new value of `sentence-end'.
291 (Regexp Functions): The PAREN argument to `regexp-opt' can be
292 `words'.
293 (Search and Replace): Add usage note for `perform-replace'.
294 (Entire Match Data): Mention INTEGERS and REUSE arguments to
295 `match-data'.
296 (Standard Regexps): Update for new values of `paragraph-start'
297 and `sentence-end'.
298
583c353d
LT
2992004-01-07 Luc Teirlinck <teirllm@auburn.edu>
300
301 * files.texi (Saving Buffers): Clarify descriptions of
302 `write-contents-functions' and `before-save-hook'.
303 Make the defvar's for `before-save-hook' and `after-save-hook'
304 into defopt's.
305
05faee07
KS
3062004-01-07 Kim F. Storm <storm@cua.dk>
307
308 * commands.texi (Click Events): Describe new image and
309 width/height elements of click events.
310 (Accessing Events): Add posn-string, posn-image, and
311 posn-object-width-height. Change posn-object to return either
312 image or string object.
313
a0465ec3
SJ
3142004-01-01 Simon Josefsson <jas@extundo.com>
315
316 * hooks.texi (Standard Hooks): Add before-save-hook.
317 * files.texi (Saving Buffers): Likewise.
318
972c0c49
RS
3192004-01-03 Richard M. Stallman <rms@gnu.org>
320
321 * frames.texi (Frames and Windows): Delete frame-root-window.
322
dbcd463f
LT
3232004-01-03 Luc Teirlinck <teirllm@auburn.edu>
324
325 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
326
327 * functions.texi: Various small changes in addition to the
328 following.
329 (What Is a Function): `functionp' returns nil for macros. Clarify
330 behavior of this and following functions for symbol arguments.
331 (Function Documentation): Add `\' in front of (fn @var{arglist})
332 and explain why.
333 (Defining Functions): Mention DOCSTRING argument to `defalias'.
334 Add anchor.
335 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
336
02c77ee9
MB
3372004-01-01 Miles Bader <miles@gnu.org>
338
339 * display.texi (Buttons): New section.
340
903a1a91
AS
3412003-12-31 Andreas Schwab <schwab@suse.de>
342
343 * numbers.texi (Math Functions): sqrt reports a domain-error
344 error.
345 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
346
697cf92a
LT
3472003-12-30 Luc Teirlinck <teirllm@auburn.edu>
348
3f70fe82
LT
349 * tips.texi (Documentation Tips): Update item on hyperlinks in
350 documentation strings.
351
697cf92a
LT
352 * errors.texi (Standard Errors): Various small corrections and
353 additions.
354
355 * control.texi: Various small changes in addition to the
356 following.
357 (Signaling Errors): Provide some more details on how `signal'
358 constructs the error message. Add anchor to the definition of
359 `signal'.
360 (Error Symbols): Describe special treatment of `quit'.
361 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
362 to emphasize that it has to be a single form.
363
364 * buffers.texi: Add anchor.
365
4d25144d
RS
3662003-12-29 Richard M. Stallman <rms@gnu.org>
367
368 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
369 (Window Configurations): Add window-configuration-frame.
370
371 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
372
373 * text.texi (Examining Properties): Add get-char-property-and-overlay.
374 Change arg name in get-char-property.
375 (Special Properties): Update handling of keymap property.
376
377 * strings.texi (Modifying Strings): Add clear-string.
378 (Text Comparison): Add assoc-string and remove
379 assoc-ignore-case, assoc-ignore-representation.
380
381 * os.texi (Time of Day): Add set-time-zone-rule.
382
383 * numbers.texi (Math Functions): asin, acos, log, log10
697cf92a 384 report domain-error errors.
4d25144d 385
697cf92a 386 * nonascii.texi (Converting Representations):
4d25144d
RS
387 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
388 (Encoding and I/O): Add file-name-coding-system.
389
390 * modes.texi (Search-based Fontification): Explain that
391 face specs are symbols with face names as values.
392
393 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
394
395 * lists.texi (Building Lists): remq moved elsewhere.
396 (Sets And Lists): remq moved here.
397 (Association Lists): Refer to assoc-string.
398
399 * internals.texi (Garbage Collection): Add memory-use-counts.
400
401 * frames.texi (Frames and Windows): Add set-frame-selected-window
402 and frame-root-window.
403
697cf92a 404 * files.texi (Contents of Directories):
4d25144d
RS
405 Add directory-files-and-attributes.
406
407 * display.texi (Refresh Screen): Add force-window-update.
408 (Invisible Text): Explain about moving point out of invis text.
409 (Overlay Properties): Add overlay-properties.
410 (Managing Overlays): Add overlayp.
411 (GIF Images): Invalid image number displays a hollow box.
412
413 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
414 (Killing Buffers): Add buffer-live-p.
415
67fafe38
MR
4162003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
417
418 * display.texi (Fringes): Fix typo "set-buffer-window".
419
68e74f25
LT
4202003-12-24 Luc Teirlinck <teirllm@auburn.edu>
421
422 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
423 * nonascii.texi, processes.texi, tips.texi, variables.texi:
424 Add or change various xrefs and anchors.
425
426 * commands.texi: Replace all occurrences of @acronym{CAR} with
427 @sc{car}, for consistency with the rest of the Elisp manual.
428 `car' and `cdr' are historically acronyms, but are no longer
429 widely thought of as such.
430
431 * internals.texi (Pure Storage): Mention that `purecopy' does not
432 copy text properties.
433 (Object Internals): Now 29 bits are used (in most implementations)
434 to address Lisp objects.
435
436 * variables.texi (Variables with Restricted Values): New node.
437
438 * objects.texi (Lisp Data Types): Mention that certain variables
439 can only take on a restricted set of values and add an xref to
440 the new node "Variables with Restricted Values".
441
442 * eval.texi (Function Indirection): Describe the errors that
443 `indirect-function' can signal.
444 (Eval): Clarify the descriptions of `eval-region' and `values'.
445 Describe `eval-buffer' instead of `eval-current-buffer' and
446 mention `eval-current-buffer' as an alias for `current-buffer'.
447 Correct the description and mention all optional arguments.
448
697cf92a 449 * nonascii.texi: Various small changes in addition to the
68e74f25
LT
450 following.
451 (Converting Representations): Clarify behavior of
452 `string-make-multibyte' and `string-to-multibyte' for unibyte all
453 ASCII arguments.
454 (Character Sets): Document the variable `charset-list' and adapt
455 the definition of the function `charset-list' accordingly.
456 (Translation of Characters): Clarify use of generic characters in
457 `make-translation-table'. Clarify and correct the description of
458 the use of translation tables in encoding and decoding.
459 (User-Chosen Coding Systems): Correct and clarify the description
460 of `select-safe-coding-system'.
461 (Default Coding Systems): Clarify description of
462 `file-coding-system-alist'.
463
a62f71e4
LT
4642003-11-30 Luc Teirlinck <teirllm@auburn.edu>
465
466 * strings.texi (Text Comparison): Correctly describe when two
467 strings are `equal'. Combine and clarify descriptions of
468 `assoc-ignore-case' and `assoc-ignore-representation'.
469
470 * objects.texi (Non-ASCII in Strings): Clarify description of
471 when a string is unibyte or multibyte.
472 (Bool-Vector Type): Update examples.
473 (Equality Predicates): Correctly describe when two strings are
474 `equal'.
475
19017752
LT
4762003-11-29 Luc Teirlinck <teirllm@auburn.edu>
477
478 * lists.texi (Building Lists): `append' no longer accepts integer
479 arguments. Update the description of `number-sequence' to reflect
480 recent changes.
481 (Sets And Lists): Describe `member-ignore-case' after `member'.
482
0f6a07a8
KS
4832003-11-27 Kim F. Storm <storm@cua.dk>
484
485 * commands.texi (Click Events): Click object may be an images.
486 Describe (dx . dy) element of click positions.
487 (Accessing Events): Remove duplicate posn-timestamp.
488 New functions posn-object and posn-object-x-y.
489
1ce7c819
KS
4902003-11-23 Kim F. Storm <storm@cua.dk>
491
492 * commands.texi (Click Events): Describe enhancements to event
493 position lists, including new text-pos and (col . row) items.
494 Mention left-fringe and right-fringe area events.
0f6a07a8 495 (Accessing Events): New functions posn-area and
1ce7c819
KS
496 posn-actual-col-row. Mention posn-timestamp. Mention that
497 posn-point in non-text area still returns buffer position.
498 Clarify posn-col-row.
499
cae8ddbb
LH
5002003-11-21 Lars Hansen <larsh@math.ku.dk>
501
502 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
503 * anti.texi (File Attributes): Describe removed parameter
504 ID-FORMAT.
505
f7f1a248
LT
5062003-11-20 Luc Teirlinck <teirllm@auburn.edu>
507
68e74f25 508 * positions.texi (Positions): Mention that, if a marker is used as
f7f1a248
LT
509 a position, its buffer is ignored.
510
511 * markers.texi (Overview of Markers): Mention it here too.
512
c5e2fb05
LT
5132003-11-12 Luc Teirlinck <teirllm@auburn.edu>
514
515 * numbers.texi (Numeric Conversions): Not just `floor', but also
516 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
517
e57d0aa8
LT
5182003-11-10 Luc Teirlinck <teirllm@auburn.edu>
519
520 * markers.texi (Creating Markers): Specify insertion type of
521 created markers. Add xref to `Marker Insertion Types'.
522 Second argument to `copy-marker' is optional.
523 (Marker Insertion Types): Mention that most markers are created
524 with insertion type nil.
525 (The Mark): Correctly describe when `mark' signals an error.
526 (The Region): Correctly describe when `region-beginning' and
527 `region-end' signal an error.
528
bb3612ec
LT
5292003-11-08 Luc Teirlinck <teirllm@auburn.edu>
530
531 * hash.texi (Creating Hash): Clarify description of `eql'.
532 `makehash' is obsolete.
533 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
534
535 * positions.texi (Point): Change description of `buffer-end', so
536 that it is also correct for floating point arguments.
537 (List Motion): Correct argument lists of `beginning-of-defun' and
538 `end-of-defun'.
539 (Excursions): Add xref to `Marker Insertion Types'.
540 (Narrowing): Argument to `narrow-to-page' is optional.
541
cfb8a797
LT
5422003-11-06 Luc Teirlinck <teirllm@auburn.edu>
543
544 * streams.texi (Output Streams): Clarify behavior of point for
545 marker output streams.
546
c6177909
LT
5472003-11-04 Luc Teirlinck <teirllm@auburn.edu>
548
549 * variables.texi (Defining Variables): Second argument to
550 `defconst' is not optional.
551 (Setting Variables): Mention optional argument APPEND to
552 `add-to-list'.
553 (Creating Buffer-Local): Expand description of
554 `make-variable-buffer-local'.
555 (Frame-Local Variables): Expand description of
556 `make-variable-frame-local'.
557 (Variable Aliases): Correct description of optional argument
558 DOCSTRING to `defvaralias'. Mention return value of
559 `defvaralias'.
560 (File Local Variables): Add xref to `File variables' in Emacs
561 Manual. Correct description of `hack-local-variables'. Mention
562 `safe-local-variable' property. Mention optional second argument
563 to `risky-local-variable-p'.
564
b3645067
LT
5652003-11-03 Luc Teirlinck <teirllm@auburn.edu>
566
567 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
568
10695e5c
EZ
5692003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
570
571 * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
572 lispref/customize.texi, lispref/display.texi, lispref/files.texi,
573 lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
574 lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
575 lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
b3645067 576 lispref/processes.texi, lispref/searching.texi,
10695e5c
EZ
577 lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
578 lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
579 @acronym{FOO}.
580
a2f4def1
LT
5812003-10-27 Luc Teirlinck <teirllm@auburn.edu>
582
583 * strings.texi (Creating Strings): Argument START to `substring'
584 can not be `nil'. Expand description of
585 `substring-no-properties'. Correct description of `split-string',
586 especially with respect to empty matches. Prevent very bad line
587 break in definition of `split-string-default-separators'.
588 (Text Comparison): `string=' and `string<' also accept symbols as
589 arguments.
590 (String Conversion): More completely describe argument BASE in
591 `string-to-number'.
5bb0fcd1 592 (Formatting Strings): `%s' and `%S' in `format' do require
a2f4def1
LT
593 corresponding object. Clarify behavior of numeric prefix after
594 `%' in `format'.
595 (Case Conversion): The argument to `upcase-initials' can be a
596 character.
597
a2296bf9
KH
5982003-10-27 Kenichi Handa <handa@m17n.org>
599
600 * display.texi (Fontsets): Fix texinfo usage.
601
885fef7c
KH
6022003-10-25 Kenichi Handa <handa@m17n.org>
603
604 * display.texi (Fontsets): Add description of the function
605 set-fontset-font.
606
0c6b7a1f
LT
6072003-10-23 Luc Teirlinck <teirllm@auburn.edu>
608
609 * display.texi (Temporary Displays): Add xref to `Documentation
610 Tips'.
611
612 * functions.texi (Function Safety): Use inforef instead of pxref
613 for SES.
614
c3cda320
AS
6152003-10-23 Andreas Schwab <schwab@suse.de>
616
617 * Makefile.in (TEX, texinputdir): Don't define.
618 (TEXI2DVI): Define.
619 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
620 add $(srcdir)/index.texi.
621 ($(infodir)/elisp): Remove index.texi dependency.
622 (elisp.dvi): Likewise. Use $(TEXI2DVI).
623 (index.texi): Remove target.
624 (dist): Don't link $(srcdir)/permute-index.
83badb71
AS
625 (clean): Don't remove index.texi.
626
c3cda320
AS
627 * permute-index, index.perm: Remove.
628 * index.texi: Rename from index.unperm.
629
e5dadca7
LT
6302003-10-22 Luc Teirlinck <teirllm@auburn.edu>
631
632 * tips.texi (Documentation Tips): Document new behavior for face
633 and variable hyperlinks in Help mode.
634
6cfb0777
LT
6352003-10-21 Luc Teirlinck <teirllm@auburn.edu>
636
637 * objects.texi (Integer Type): Update for extra bit of integer range.
638 (Character Type): Ditto.
639
a6eeaa81 6402003-10-16 Eli Zaretskii <eliz@gnu.org>
a4fc3ab3
EZ
641
642 * numbers.texi (Integer Basics): Add index entries for reading
643 numbers in hex, octal, and binary.
644
c8f9ba83
LK
6452003-10-16 Lute Kamstra <lute@gnu.org>
646
647 * modes.texi (Mode Line Format): Mention force-mode-line-update's
648 argument.
649
b52a26fb
LT
6502003-10-13 Luc Teirlinck <teirllm@auburn.edu>
651
652 * windows.texi (Choosing Window): Fix typo.
653 * edebug.texi (Edebug Execution Modes): Fix typo.
654
f7005886
RS
6552003-10-13 Richard M. Stallman <rms@gnu.org>
656
657 * windows.texi (Basic Windows): A window has fringe settings,
658 display margins and scroll-bar settings.
659 (Splitting Windows): Doc split-window return value.
660 Clean up one-window-p.
661 (Selecting Windows): Fix typo.
662 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
663 (Buffers and Windows): In set-window-buffer, explain effect
664 on fringe settings and scroll bar settings.
665 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
666 (Choosing Window): Use defopt for pop-up-frame-function.
667 For special-display-buffer-names, explain same-window and same-frame.
668 Clarify window-dedicated-p return value.
669 (Textual Scrolling): scroll-up and scroll-down can get an error.
670 (Horizontal Scrolling): Clarify auto-hscroll-mode.
671 Clarify set-window-hscroll.
672 (Size of Window): Don't mention tool bar in window-height.
673 (Coordinates and Windows): Explain what coordinates-in-window-p
674 returns for fringes and display margins.
675 (Window Configurations): Explain saving fringes, etc.
676
677 * tips.texi (Library Headers): Clean up Documentation.
678
679 * syntax.texi (Parsing Expressions): Clean up forward-comment
680 and parse-sexp-lookup-properties.
681
682 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
683
684 * os.texi (System Environment): Clean up text for load-average errors.
685
686 * modes.texi (Hooks): Don't explain local hook details at front.
687 Clarify run-hooks and run-hook-with-args a little.
688 Clean up add-hook and remove-hook.
689
690 * edebug.texi (Edebug Execution Modes): Clarify t.
691 Document edebug-sit-for-seconds.
692 (Coverage Testing): Document C-x X = and =.
693 (Instrumenting Macro Calls): Fix typo.
694 (Specification List): Don't index the specification keywords.
695
c989ebe9
KS
6962003-10-10 Kim F. Storm <storm@cua.dk>
697
698 * processes.texi (Network): Introduce make-network-process.
699
f9525eef
LT
7002003-10-09 Luc Teirlinck <teirllm@auburn.edu>
701
702 * tips.texi (Library Headers): Fix typo.
703
f008b925
LK
7042003-10-07 Juri Linkov <juri@jurta.org>
705
706 * modes.texi (Imenu): Mention imenu-create-index-function's
707 default value. Explain submenus better.
708
c22c5da6
LK
7092003-10-07 Lute Kamstra <lute@gnu.org>
710
711 * modes.texi (Faces for Font Lock): Fix typo.
712 (Hooks): Explain how buffer-local hook variables can refer to
713 global hook variables.
714 Various minor clarifications.
715
49247521
LK
7162003-10-06 Lute Kamstra <lute@gnu.org>
717
718 * tips.texi (Coding Conventions): Mention naming conventions for
719 hooks.
720
9296c947
LT
7212003-10-05 Luc Teirlinck <teirllm@auburn.edu>
722
723 * loading.texi (Library Search): Correct default value of
724 load-suffixes.
725 (Named Features): Fix typo.
726
0e9b293a
RS
7272003-10-05 Richard M. Stallman <rms@gnu.org>
728
729 * loading.texi (Named Features): In `provide',
730 say how to test for subfeatures.
731 (Unloading): In unload-feature, use new var name
732 unload-feature-special-hooks.
733
49247521 7342003-10-03 Lute Kamstra <lute@gnu.org>
10ee4e90
LK
735
736 * modes.texi (Major Mode Conventions): Mention third way to set up
737 Imenu.
738 (Imenu): A number of small fixes.
739 Delete documentation of internal variable imenu--index-alist.
740 Document the return value format of imenu-create-index-function
741 functions.
742
ab8f7d5c
RS
7432003-09-30 Richard M. Stallman <rms@gnu.org>
744
745 * processes.texi (Network): Say what stopped datagram connections do.
746
747 * lists.texi (Association Lists): Clarify `assq-delete-all'.
748
749 * display.texi (Overlay Properties): Clarify `evaporate' property.
750
49247521 7512003-09-29 Lute Kamstra <lute@gnu.org>
86b9b767
LK
752
753 * modes.texi (Mode Line Data): Explain when symbols in mode-line
c22c5da6 754 constructs should be marked as risky.
86b9b767
LK
755 Change cons cell into proper list.
756 (Mode Line Variables): Change cons cell into proper list.
757
49247521 7582003-09-26 Lute Kamstra <lute@gnu.org>
bc3b02f9
LK
759
760 * modes.texi (Mode Line Data): Document the :propertize construct.
761 (Mode Line Variables): Reorder the descriptions of the variables
c22c5da6 762 to match their order in the default mode-line-format.
bc3b02f9
LK
763 Describe the new variables mode-line-position and mode-line-modes.
764 Update the default values of mode-line-frame-identification,
765 minor-mode-alist, and default-mode-line-format.
766 (Properties in Mode): Mention the :propertize construct.
6142d1d0 767
bc3b02f9 7682003-09-26 Richard M. Stallman <rms@gnu.org>
6142d1d0 769
c22c5da6 770 * buffers.texi, commands.texi, debugging.texi, eval.texi:
6142d1d0
RS
771 * loading.texi, minibuf.texi, text.texi, variables.texi:
772 Avoid @strong{Note:}.
773
7742003-09-26 Richard M. Stallman <rms@gnu.org>
775
776 * keymaps.texi (Remapping Commands): Fix typo.
777
41beda59
LT
7782003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
779
780 * processes.texi (Low-Level Network): Fix typo.
781
ef6ae4ff
KS
7822003-09-23 Kim F. Storm <storm@cua.dk>
783
784 * processes.texi (Network, Network Servers): Fix typos.
785 (Low-Level Network): Add timeout value for :server keyword.
786 Add new option keywords to make-network-process.
787 Add set-network-process-options.
788 Explain how to test availability of network options.
789
b0f23edf
RS
7902003-09-19 Richard M. Stallman <rms@gnu.org>
791
792 * text.texi (Motion by Indent): Arg to
793 backward-to-indentation and forward-to-indentation is optional.
794
795 * strings.texi (Creating Strings): Add substring-no-properties.
796
797 * processes.texi
798 (Process Information): Add list-processes arg QUERY-ONLY.
799 Delete process-contact from here.
800 Add new status values for process-status.
801 Add process-get, process-put, process-plist, set-process-plist.
802 (Synchronous Processes): Add call-process-shell-command.
803 (Signals to Processes): signal-process allows process objects.
804 (Network): Complete rewrite.
805 (Network Servers, Datagrams, Low-Level Network): New nodes.
806
807 * positions.texi (Word Motion): forward-word, backward-word
808 arg is optional. Reword.
809
810 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
811
c22c5da6 812 * variables.texi (Creating Buffer-Local):
b0f23edf
RS
813 Delete duplicate definition of buffer-local-value.
814 (File Local Variables): Explain about discarding text props.
815
f387bdea
RS
8162003-09-11 Richard M. Stallman <rms@gnu.org>
817
818 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
819 changes variables that record input events.
820 (Minibuffer Misc): Add minibuffer-selected-window.
821
822 * lists.texi (Building Lists): Add copy-tree.
823
824 * display.texi (Fontsets): Add char-displayable-p.
825 (Scroll Bars): New node.
826
49247521 8272003-09-08 Lute Kamstra <lute@gnu.org>
5df034de
LK
828
829 * modes.texi (%-Constructs): Document new `%i' and `%I'
830 constructs.
831
fd026ee1
JR
8322003-09-03 Peter Runestig <peter@runestig.com>
833
834 * makefile.w32-in: New file.
835
4828b4d7
RS
8362003-08-29 Richard M. Stallman <rms@gnu.org>
837
838 * display.texi (Overlay Properties): Clarify how priorities
839 affect use of the properties.
840
a4e4f05d
LT
8412003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
842
843 * customize.texi (Type Keywords): Correct the description of
844 `:help-echo' in the case where `motion-doc' is a function.
845
3ebe0346
JPW
8462003-08-14 John Paul Wallington <jpw@gnu.org>
847
848 * modes.texi (Emulating Mode Line): Subsection, not section.
849
3afe8e39
RS
8502003-08-13 Richard M. Stallman <rms@gnu.org>
851
852 * elisp.texi (Top): Update subnode lists in menu.
853
854 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
855 (Kill Functions): kill-region has new arg yank-handler.
856 (Yanking): New node.
857 (Yank Commands): Add yank-undo-function.
858 (Low-Level Kill Ring):
859 kill-new and kill-append have new arg yank-handler.
860 (Changing Properties): Add remove-list-of-text-properties.
861 (Atomic Changes): New node.
862
863 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
864
865 * streams.texi (Output Variables): Add eval-expression-print-length
866 and eval-expression-print-level.
867
868 * os.texi (Time Conversion): For encode-time, explain limits on year.
869
870 * objects.texi (Character Type): Define anchor "modifier bits".
871
872 * modes.texi (Emulating Mode Line): New node.
873 (Search-based Fontification): Font Lock uses font-lock-face property.
874 (Other Font Lock Variables): Likewise.
875
876 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
877 not vectors.
878 (Active Keymaps): Add emulation-mode-map-alists.
879 (Functions for Key Lookup): key-binding has new arg no-remap.
880 (Remapping Commands): New node.
881 (Scanning Keymaps): where-is-internal has new arg no-remap.
882 (Tool Bar): Add tool-bar-local-item-from-menu.
883 Clarify when to use tool-bar-add-item-from-menu.
884
885 * commands.texi (Interactive Call): commandp has new arg.
886 (Command Loop Info): Add this-original-command.
887
e37769b1
JPW
8882003-08-06 John Paul Wallington <jpw@gnu.org>
889
890 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
891
892 * display.texi (Warning Basics): Fix typo.
893 (Fringes): Add closing curly bracket and fix typo.
894
895 * elisp.texi (Top): Fix typo.
896
c5e0561f
RS
8972003-08-05 Richard M. Stallman <rms@gnu.org>
898
899 * elisp.texi: Update lists of subnodes.
900
901 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
902
903 * variables.texi (Local Variables): Use lc for example variable names.
904
905 * tips.texi (Library Headers): Explain where to put -*-.
906
907 * strings.texi (Creating Strings): Fix xref for vconcat.
908
909 * sequences.texi (Vector Functions):
910 vconcat no longer allows integer args.
911
912 * minibuf.texi (Reading File Names): read-file-name has new
913 arg PREDICATE. New function read-directory-name.
914
915 * macros.texi (Defining Macros): Give definition of `declare'
916 (Indenting Macros): New node.
917
918 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
919 (Window Frame Parameters): Make separate table of parameters
920 that are coupled with specific face attributes.
921 (Deleting Frames): delete-frame-hooks renamed to
922 delete-frame-functions.
923
924 * files.texi (Magic File Names): Add file-remote-p.
925 Clarify file-local-copy.
926
927 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
928 here; instead xref Defining Macros.
929
930 * display.texi (Warnings): New node, and subnodes.
931 (Fringes): New node.
932
933 * debugging.texi (Test Coverage): New node.
934
935 * compile.texi (Compiler Errors): Explain with-no-warnings
936 and other ways to suppress warnings.
937
938 * commands.texi (Interactive Call): Minor clarification.
939
940 * buffers.texi (Buffer File Name): set-visited-file-name
941 renames the buffer too.
942
943 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
944
ee59dede
MR
9452003-07-24 Markus Rost <rost@math.ohio-state.edu>
946
947 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
948
f0514b34
MR
9492003-07-22 Markus Rost <rost@math.ohio-state.edu>
950
951 * internals.texi (Garbage Collection): Fix previous change.
952
c73983bb
RS
9532003-07-22 Richard M. Stallman <rms@gnu.org>
954
955 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
956
957 * display.texi (Width): Use \s syntax in example.
958 (Font Selection): Add face-font-rescale-alist.
959
960 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
961 Remove spurious indent in example.
962
963 * lists.texi (Building Lists): Add number-sequence.
964
965 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
966
967 * functions.texi (Function Documentation): Explain how to
968 show calling convention explicitly in the doc string.
969
970 * windows.texi (Selecting Windows): save-selected-window saves
971 selected window of each frame.
972 (Window Configurations): Minor change.
973
974 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
975
976 * streams.texi (Output Variables): Add print-continuous-numbering
977 and print-number-table.
978
979 * processes.texi (Decoding Output): New node.
980
981 * os.texi (Time Conversion): decode-time arg is optional.
982
983 * objects.texi (Character Type): Don't use space as example for \.
984 Make list of char names and \-sequences correspond.
985 Explain that \s is not used in strings. `\ ' needs space after.
986
987 * nonascii.texi (Converting Representations): Add string-to-multibyte.
988 (Translation of Characters): Add translation-table-for-input.
989 (Default Coding Systems): Add auto-coding-functions.
990 (Explicit Encoding): Add decode-coding-inserted-region.
991 (Locales): Add locale-info.
992
993 * minibuf.texi (Basic Completion): Describe test-completion.
994 Collections can be lists of strings.
995 Clean up lazy-completion-table.
996 (Programmed Completion): Mention test-completion.
997 Clarify why lambda expressions are not accepted.
998 (Minibuffer Misc): Describe minibufferp.
999
51a8b435
RS
10002003-07-14 Richard M. Stallman <rms@gnu.org>
1001
1002 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
1003
1004 * windows.texi (Selecting Windows): New arg to select-window.
1005 (Selecting Windows): Add with-selected-window.
1006 (Size of Window): Add window-inside-edges, etc.
1007
1008 * internals.texi (Garbage Collection): Add post-gc-hook.
1009
1010 * processes.texi (Subprocess Creation): Add exec-suffixes.
1011
1012 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
1013 (Scanning Keymaps): Add map-keymaps.
1014 (Defining Menus): Add keymap-prompt.
1015
1016 * numbers.texi (Integer Basics): Add most-positive-fixnum,
1017 most-negative-fixnum.
1018
1019 * compile.texi (Byte Compilation): Explain no-byte-compile
1020 (Compiler Errors): New node.
1021
1022 * os.texi (User Identification): user-uid, user-real-uid
1023 can return float.
1024
1025 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
1026 and about derived modes.
1027 (Minor Modes): Add minor-mode-list.
1028 (Defining Minor Modes): Keyword args for define-minor-mode.
1029 (Search-based Fontification): Explain managing other properties.
1030 (Other Font Lock Variables): Add font-lock-extra-managed-props.
1031 (Faces for Font Lock): Add font-locl-preprocessor-face.
1032 (Hooks): Add run-mode-hooks and delay-mode-hooks.
1033
1034 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
e57d0aa8 1035 (Variable Aliases): Clarify defvaralias.
51a8b435
RS
1036
1037 * loading.texi (Library Search): Add load-suffixes.
1038
1039 * minibuf.texi (Basic Completion): Add lazy-completion-table.
1040 (Programmed Completion): Add dynamic-completion-table.
1041
1042 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
1043 (Magic File Names): Specify precedence order of handlers.
1044o
1045 * commands.texi (Command Overview): Emacs server runs pre-command-hook
1046 and post-command-hook.
1047 (Waiting): New calling convention for sit-for.
1048
1049 * text.texi (Special Properties): local-map and keymap properties
1050 apply based on their stickiness.
1051
c6de56a0
RS
10522003-07-07 Richard M. Stallman <rms@gnu.org>
1053
1054 * modes.texi (Minor Mode Conventions): Specify only some kinds
1055 of list values as args to minor modes.
1056
1057 * files.texi (File Name Expansion): Warn about iterative use
1058 of substitute-in-file-name.
1059
1060 * advice.texi (Activation of Advice): Clean up previous change.
1061
8c761ea6
MR
10622003-07-06 Markus Rost <rost@math.ohio-state.edu>
1063
1064 * advice.texi (Activation of Advice): Note that ad-start-advice is
1065 turned on by default.
1066
c6de56a0
RS
10672003-06-30 Richard M. Stallman <rms@gnu.org>
1068
1069 * text.texi (Buffer Contents): Document current-word.
1070 (Change Hooks): Not called for *Messages*.
1071
1072 * functions.texi (Defining Functions): Explain about redefining
1073 primitives.
1074 (Function Safety): Renamed. Minor changes.
1075 Comment out the detailed criteria for what is safe.
1076
3fe4e567
AS
10772003-06-22 Andreas Schwab <schwab@suse.de>
1078
1079 * objects.texi (Symbol Type): Fix description of examples.
1080
cda7bd13
AS
10812003-06-16 Andreas Schwab <schwab@suse.de>
1082
1083 * hash.texi (Creating Hash): Fix description of :weakness.
1084
fbcffa4a
KG
10852003-06-13 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
1086
1087 * files.texi (Changing Files): copy-file copies file modes, too.
1088
ff6a3bfb
RS
10892003-05-28 Richard M. Stallman <rms@gnu.org>
1090
1091 * strings.texi (Creating Strings): Clarify split-string.
1092
1463a05d
JB
10932003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
1094
1095 * strings.texi (Creating Strings): Update split-string specification
1096 and examples.
1097
af253914
RS
10982003-05-19 Richard M. Stallman <rms@gnu.org>
1099
1100 * elisp.texi: Correct invariant section names.
1101
7ea52f92
RS
11022003-04-20 Richard M. Stallman <rms@gnu.org>
1103
1104 * os.texi (Timers): Explain about timers and quitting.
1105
e31afc09
RS
11062003-04-19 Richard M. Stallman <rms@gnu.org>
1107
1108 * internals.texi (Writing Emacs Primitives): Strings are
1109 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
1110 Explain GCPRO convention for varargs function args.
1111
5ceea398
RS
11122003-04-16 Richard M. Stallman <rms@gnu.org>
1113
1114 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
1115
b0ada147
RS
11162003-04-08 Richard M. Stallman <rms@gnu.org>
1117
1118 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
1119
b23375aa
KS
11202003-02-13 Kim F. Storm <storm@cua.dk>
1121
1122 * objects.texi (Character Type): New \s escape for space.
1123
c60ee5e7
JB
11242003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
1125
1126 * os.texi (System Environment): Added cygwin system-type.
1127
84e47416
RS
11282003-01-25 Richard M. Stallman <rms@gnu.org>
1129
1130 * keymaps.texi: Document that a symbol can act as a keymap.
1131
3e8cf2ea
RS
11322003-01-13 Richard M. Stallman <rms@gnu.org>
1133
1134 * text.texi (Changing Properties): Say string indices are origin-0.
1135
1136 * positions.texi (Screen Lines) <compute-motion>:
1137 Correct order of elts in return value.
1138
1139 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
1140 how to define a default binding.
1141
7abb9fc5 11422002-12-07 Markus Rost <rost@math.ohio-state.edu>
177f790c 1143
104bc3aa 1144 * loading.texi (Unloading): Fix recent change for load-history.
5b1fc152 1145
104bc3aa
MR
1146 * customize.texi (Simple Types): Clarify description of custom
1147 type 'number. Describe new custom type 'float.
177f790c 1148
7abb9fc5 11492002-12-04 Markus Rost <rost@math.ohio-state.edu>
24ff45f3
MR
1150
1151 * variables.texi (File Local Variables): Fix typo.
1152
df140a68 11532002-10-23 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
c60ee5e7 1154
df140a68
KG
1155 From Michael Albinus <Michael.Albinus@alcatel.de>.
1156
1157 * README: Target for Info file is `make info'.
1158
1159 * files.texi (File Name Components): Fixed typos in
1160 `file-name-sans-extension'.
1161 (Magic File Names): Complete list of operations for magic file
1162 name handlers.
1163
7ed9159a
JY
11642002-09-16 Jonathan Yavner <jyavner@engineer.com>
1165
1166 * variables.texi (File Local Variables): New function
1167 risky-local-variable-p.
1168
11692002-09-15 Jonathan Yavner <jyavner@engineer.com>
1170
1171 * functions.texi (Function safety): New node about unsafep.
1172
241f79af
PA
11732002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
1174
1175 * customize.texi (Splicing into Lists): Fixed example.
1176 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>
1177
72459b15
JB
11782002-06-17 Juanma Barranquero <lektu@terra.es>
1179
1180 * frames.texi (Display Feature Testing): Fix typo.
1181
61f7e0f5
AS
11822002-06-12 Andreas Schwab <schwab@suse.de>
1183
1184 * frames.texi (Initial Parameters, Resources): Fix references to
1185 the Emacs manual.
1186
4e792dbd
KS
11872002-05-13 Kim F. Storm <storm@cua.dk>
1188
1189 * variables.texi (Intro to Buffer-Local): Updated warning and
1190 example relating to changing buffer inside let.
1191
940344d4 11922002-03-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
d873ec96
JD
1193
1194 * os.texi (Session Management): New node about X Session management.
1195
231ac53b
EZ
11962002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
1197
1198 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
1199 to which the manual corresponds, and the copyright years.
1200
1201 * Makefile.in (VERSION): Set to 2.9.
1202
140cc574
EZ
12032001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
1204
1205 * elisp.texi: Change the category in @dircategory to "Emacs", to
1206 make it consistent with info/dir.
1207
9c7fce05
MB
12082001-11-25 Miles Bader <miles@gnu.org>
1209
1210 * text.texi (Fields): Describe new `limit' arg in
1211 field-beginning/field-end.
1212
9f8bbf0f
EZ
12132001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
1214
a5e6715c
EZ
1215 * permute-index: Don't depend on csh-specific features. Replace
1216 the interpreter name with /bin/sh.
1217
9f8bbf0f
EZ
1218 * two-volume-cross-refs.txt: New file.
1219 * two.el: New file.
1220 * spellfile: New file.
1221
1756e2fb
EZ
12222001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
1223
1224 * permute-index: New file.
1225
1226 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
1227 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
1228 8+3 restricted namespace.
ad050e54
EZ
1229
1230 * Makefile.in (infodir): Define relative to $(srcdir).
1231 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
1232 include directories list via -I switch to makeinfo.
1233 (index.texi): Use cp if both hard and symbolic links fail.
1234
10fa7f8e
EZ
12352001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
1236
7a1494ce
EZ
1237 * Makefile.in (distclean): Add.
1238
10fa7f8e
EZ
1239 The following changes make ELisp manual part of the Emacs
1240 distribution:
1241
1242 * Makefile.in: Add Copyright notice.
1243 (prefix): Remove.
1244 (infodir): Change value to "../info".
1245 (VPATH): New variable.
1246 (MAKE): Don't define.
1247 (texmacrodir): Don't define.
1248 (texinputdir): Append the existing value of TEXINPUTS.
1249 ($(infodir)/elisp): Instead of just "elisp". Reformat the
1250 command to be compatible with man/Makefile.in, and to put the
1251 output into ../info.
5c32b7c5 1252 (info): Add target.
10fa7f8e
EZ
1253 (installall): Target removed.
1254
ad050e54 12552001-10-31 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2b209b97
PJ
1256
1257 * tips.texi (Coding Conventions): Fix typo.
1258
6fd735df
GM
12592001-10-23 Gerd Moellmann <gerd@gnu.org>
1260
1261 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
1262
b704d54b
EZ
12632001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
1264
1265 * files.texi (File Name Components): Update the description of
1266 file-name-sans-extension and file-name-extension, as they now
1267 ignore leading dots.
1268
71431a0e
GM
12692001-10-20 Gerd Moellmann <gerd@gnu.org>
1270
6aa97356 1271 * (Version 21.1 released.)
71431a0e 1272
79f1f96c
MB
12732001-10-19 Miles Bader <miles@gnu.org>
1274
1275 * positions.texi (Text Lines): Describe behavior of
1276 `beginning-of-line'/`end-of-line' in the presence of field properties.
1277
892a8f36
GM
12782001-10-17 Gerd Moellmann <gerd@gnu.org>
1279
1280 * Makefile.in (VERSION): Set to 2.8.
1281 (manual): Use `manual-21'.
1282
8c1cc9e8 1283 * elisp.texi (VERSION): Add and use it where the version
892a8f36
GM
1284 number was used. Set it to 2.8.
1285
1286 * intro.texi: Likewise.
1287
51724e26
EZ
12882001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
1289
1290 * files.texi (File Name Completion): Document the significance of
1291 a trailing slash in elements of completion-ignored-extensions.
1292
57b338e8
MB
12932001-10-06 Miles Bader <miles@gnu.org>
1294
1295 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
1296
c89e4bc5
GM
12972001-10-04 Gerd Moellmann <gerd@gnu.org>
1298
1299 * variables.texi (Variable Aliases): New node.
1300
ab952a4f
GM
13012001-10-04 Gerd Moellmann <gerd@gnu.org>
1302
1303 * Branch for 21.1.
dff28924 1304
9db3a582
MB
13052001-10-02 Miles Bader <miles@gnu.org>
1306
ae1a9581
MB
1307 * minibuf.texi (Minibuffer Misc): Add entries for
1308 `minibuffer-contents', `minibuffer-contents-no-properties', and
1309 `delete-minibuffer-contents'.
1310 Correct description for `minibuffer-prompt-end'.
1311
9db3a582
MB
1312 * text.texi (Property Search): Correct descriptions of
1313 `next-char-property-change' and `previous-char-property-change'.
1314 Add entries for `next-single-char-property-change' and
1315 `previous-single-char-property-change'.
1316 Make operand names a bit more consistent.
1317
03be5931
EZ
13182001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
1319
1320 * frames.texi (Finding All Frames): Document that next-frame and
1321 previous-frame are local to current terminal.
1322
974548ec
EZ
13232001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
1324
1325 * keymaps.texi (Creating Keymaps): Fix the description of the
dff28924 1326 result of make-keymap.
974548ec 1327
8d82c597
EZ
13282001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
1329
1330 * display.texi (Font Lookup, Attribute Functions)
1331 (Image Descriptors): Add cross-references to the definition of
1332 selected frame.
1333
1334 * buffers.texi (The Buffer List): Add cross-references to the
1335 definition of selected frame.
1336
1337 * frames.texi (Input Focus): Clarify which frame is _the_ selected
1338 frame at any given time.
1339 (Multiple Displays, Size and Position): Add a cross-reference to
1340 the definition of the selected frame.
1341
2842de30
EZ
13422001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
1343
1344 * strings.texi (String Conversion) <string-to-number>: Document
1345 that a float is returned for integers that are too large.
1346
1347 * frames.texi (Mouse Position): Document mouse-position-function.
1348 (Display Feature Testing): Document display-images-p.
1349 (Window Frame Parameters): Document the cursor-type variable.
1350
1351 * numbers.texi (Integer Basics): Document CL style read syntax for
1352 integers in bases other than 10.
1353
1354 * positions.texi (List Motion): Document
1355 open-paren-in-column-0-is-defun-start.
1356
1357 * lists.texi (Sets And Lists): Document member-ignore-case.
1358
1359 * internals.texi (Garbage Collection): Document the used and free
1360 strings report.
1361 (Memory Usage): Document strings-consed.
1362
1363 * os.texi (Time of Day): Document float-time.
1364 (Recording Input): Document that clear-this-command-keys clears
1365 the vector to be returned by recent-keys.
1366
1367 * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
1368 argument keymap can be a list.
1369
1370 * nonascii.texi (User-Chosen Coding Systems)
1371 <select-safe-coding-system>: Document the new argument
1372 accept-default-p and the variable
1373 select-safe-coding-system-accept-default-p. Tell what happens if
1374 buffer-file-coding-system is undecided.
1375 (Default Coding Systems): Document auto-coding-regexp-alist.
1376
1377 * display.texi (The Echo Area) <message>: Document
1378 message-truncate-lines.
1379 (Glyphs): Document that the glyph table is unused on windowed
1380 displays.
1381
1382 * help.texi (Describing Characters) <single-key-description>:
1383 Document the new argument no-angles.
1384 (Accessing Documentation) <documentation-property>: Document that
1385 a non-string property is evaluated.
1386 <documentation>: Document that the function-documentation property
1387 is looked for.
1388
1389 * windows.texi (Selecting Windows): Document some-window.
1390
1391 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
1392
1393 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
1394 apropos-mode-hook.
1395
1396 * commands.texi (Using Interactive): Document interactive-form.
1397 (Keyboard Macros): Document kbd-macro-termination-hook.
1398 (Command Loop Info): Document that clear-this-command-keys clears
1399 the vector to be returned by recent-keys.
1400
2d43d823
GM
14012001-09-04 Werner LEMBERG <wl@gnu.org>
1402
1403 * Makefile.in (srcdir, texinputdir): New variables.
1404 (srcs, index.texi, install): Use $(srcdir).
1405 (.PHONY): Remove elisp.dvi.
1406 (elisp): Use -I switch for makeinfo.
1407 (elisp.dvi): Use $(srcdir) and $(texinputdir).
1408 (installall, dist): Use $(srcdir).
1409 Fix path to texinfo.tex.
1410 (maintainer-clean): Add elisp.dvi and elisp.oaux.
1411
fa739b31
GM
14122001-08-30 Gerd Moellmann <gerd@gnu.org>
1413
92a25631
GM
1414 * display.texi (Conditional Display): Adjust to API change.
1415
fa739b31
GM
1416 * configure: New file.
1417
cef68af5
GM
14182001-07-30 Gerd Moellmann <gerd@gnu.org>
1419
1420 * commands.texi (Repeat Events): Add description of
1421 double-click-fuzz.
1422
d1f08d85
SM
14232001-05-08 Stefan Monnier <monnier@cs.yale.edu>
1424
1425 * syntax.texi (Syntax Class Table): Add the missing designator for
1426 comment and string fences.
1427 (Syntax Properties): Add a xref to syntax table internals.
1428 (Syntax Table Internals): Document string-to-syntax.
1429
1e9fc92e
GM
14302001-05-07 Gerd Moellmann <gerd@gnu.org>
1431
1432 * Makefile.in (install): Use install-info command line options
1433 like in Emacs' Makefile.in.
1434
00480554
MB
14352000-12-09 Miles Bader <miles@gnu.org>
1436
1437 * windows.texi (Window Start): Update documentation for
1438 `pos-visible-in-window-p'.
1439
1e344ee2
SM
14402000-11-12 Stefan Monnier <monnier@cs.yale.edu>
1441
1442 * lists.texi (Building Lists): Add footnote to explain how to add
1443 to the end of a list.
1444
a540f6ed
GM
14452000-10-25 Gerd Moellmann <gerd@gnu.org>
1446
1447 * files.texi (Visiting Functions): Typos.
1448
28bcdbee
KH
14492000-10-25 Kenichi Handa <handa@etl.go.jp>
1450
1451 * files.texi (Visiting Functions): Return value of
1452 find-file-noselect may be a list of buffers if wildcards are used.
1453
22d1a4ed
MB
14542000-10-24 Miles Bader <miles@lsi.nec.co.jp>
1455
1456 * display.texi (Defining Faces): Document `graphic' display type
1457 in face specs.
1458
916a89db
KG
14592000-10-18 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1460
1e9fc92e 1461 * hooks.texi (Standard Hooks): Replace obsolete
916a89db
KG
1462 `after-make-frame-hook' with `after-make-frame-functions'.
1463
1e9fc92e 1464 * frames.texi (Creating Frames): Ditto.
916a89db 1465
1e9fc92e 1466 * variables.texi (Future Local Variables): Ditto.
916a89db 1467
483de32b
GM
14682000-10-16 Gerd Moellmann <gerd@gnu.org>
1469
1470 * display.texi (Other Image Types): Add description of :foreground
1471 and :background properties of mono PBM images.
1472
e23a63a5
WL
14732000-08-17 Werner LEMBERG <wl@gnu.org>
1474
1475 * .cvsignore: New file.
1476
dfc16043
GM
14772000-01-05 Gerd Moellmann <gerd@gnu.org>
1478
1479 * tindex.pl: New script.
1480
602613fe
DL
14811999-12-03 Dave Love <fx@gnu.org>
1482
1483 * Makefile.in (MAKEINFO): New parameter.
1484
94ec544d
DL
14851999-09-17 Richard Stallman <rms@gnu.org>
1486
1487 * Makefile.in (srcs): Add hash.texi.
1488 (VERSION): Update to 20.6.
1489
14901999-09-13 Richard Stallman <rms@gnu.org>
1491
1492 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
1493
14941998-08-29 Karl Heuer <kwzh@gnu.org>
1495
1496 * configure.in: New file.
1497 * Makefile.in: Renamed from Makefile.
1498 (prefix, infodir): Use value obtained from configure.
1499 (emacslibdir): Obsolete variable deleted.
1500 (dist): Distribute configure.in, configure, Makefile.in.
1501
15021998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
1503
1504 * Makefile (INSTALL_INFO): New variable.
1505 (install): Run install-info.
1506
15071998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
1508
1509 * Makefile (elisp.dvi): Add missing backslash.
1510
15111998-05-02 Richard Stallman <rms@psilocin.gnu.org>
1512
1513 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
1514 Run texindex without `./'. Always run texindex on elisp.tp.
1515 (elisp.tps): Target deleted.
1516
15171998-04-05 Richard Stallman <rms@psilocin.gnu.org>
1518
1519 * Makefile (srcs): Add nonascii.texi and customize.texi.
1520 (dist): Start by deleting `temp'.
1521
15221998-02-17 Richard Stallman <rms@psilocin.gnu.org>
1523
1524 * Makefile (makeinfo, texindex): Targets deleted.
1525 (makeinfo.o, texindex.o): Targets deleted.
1526 (clean, dist): Don't do anything with them or with getopt*.
1527
15281998-01-30 Richard Stallman <rms@psilocin.gnu.org>
1529
1530 * Makefile (SHELL): Defined.
1531
15321998-01-27 Richard Stallman <rms@psilocin.gnu.org>
1533
1534 * Makefile (elisp.tps): New target.
1535 (elisp.dvi): Depend on elisp.tps.
1536
1537Wed Apr 3 15:24:25 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
1538
1539 * README: Update phone number.
1540
1541 * Makefile (elisp): Make this be the default target.
1542 Depend on makeinfo.c instead of makeinfo.
1543 (install): Don't depend on elisp.dvi, since we don't install that.
1544 Use mkinstalldirs.
1545 (dist): Add mkinstalldirs.
1546
1547Mon Jun 19 14:35:26 1995 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1548
1549 * Makefile (VERSION): Update version number.
1550 (maintainer-clean): Renamed from realclean.
1551
1552Wed Jun 7 17:04:59 1995 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
1553
1554 * Makefile (realclean): New target.
1555 (elisp): Remove any old elisp-* files first.
1556
1557Tue Nov 23 19:59:40 1993 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
1558
d1f08d85
SM
1559 * Makefile (VERSION): New variable.
1560 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
1561 Compressed file suffix should be `.gz', not `.z'.
94ec544d
DL
1562
1563Mon Nov 22 15:06:19 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
1564
1565 * Makefile (elisp): Depend on makeinfo.
1566
1567Fri Nov 19 02:29:33 1993 Noah Friedman (friedman@gnu.ai.mit.edu)
1568
d1f08d85 1569 * Makefile (srcs): Add anti.texi.
94ec544d
DL
1570
1571Fri May 28 18:04:53 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
1572
1573 * Makefile (infodir, prefix): New vars.
1574 (install): Use infodir.
1575 (emacsinfodir): Deleted.
1576
1577Thu May 27 02:11:25 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
1578
1579 * Makefile (srcs): Add calendar.texi.
1580
1581 * Makefile (dist): Copy texindex.c and makeinfo.c.
1582 Limit elisp-* files to those with one or two digits.
1583
1584Sun May 16 17:58:21 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
1585
1586 * Makefile (dist): Changed to use Gzip instead of compress.
1587
1588Fri Apr 23 01:05:23 1993 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
1589
1590 * loading.texi (Unloading): define-function changed back to
1591 defalias. It may not stay this way, but at least it's
1592 consistent with the known-good version of the code patch.
1593
1594Fri Mar 26 21:14:54 1993 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
1595
1596 * modes.texi (Hooks): Document new optional arg of add-hook.
1597
1598Wed Mar 17 08:48:24 1993 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
1599
d1f08d85 1600 * variables.texi: Document nil initial value of buffer-local variables.
94ec544d
DL
1601
1602 * tips.texi: Add new section on standard library headers.
1603
1604Sat Feb 27 18:00:25 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
1605
1606 * Makefile (srcs): Add frame.texi to the list of sources.
1607
1608Tue Feb 23 10:50:25 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
1609
1610 * Makefile (dist): Don't bother excluding autosave files; they'll
1611 never make it into the temp directory anyway, and the hash marks
1612 in the name are problematic for make and the Bourne shell.
dff28924 1613 (srcs):
94ec544d
DL
1614
1615Fri Feb 12 16:54:38 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
1616
d1f08d85 1617 * Makefile (dist): Don't include backup files or autosave files in
94ec544d
DL
1618 the distribution tar file.
1619
dff28924 1620Tue Nov 26 21:10:34 1991 Richard Stallman (rms@mole.gnu.ai.mit.edu)
94ec544d
DL
1621
1622 * Makefile (srcs): Added index.perm.
1623 (elisp.dvi): Remove erroneous shell comment.
1624 Expect output of permute-index in permuted.fns.
1625 Save old elisp.aux in elisp.oaux.
1626 (clean): Added index.texi to be deleted.
1627
dff28924 1628Sat Aug 11 17:39:10 1990 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
94ec544d
DL
1629
1630 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
1631
dff28924 1632Tue Jun 26 09:57:26 1990 David Lawrence (tale@geech)
94ec544d
DL
1633
1634 * files.texi: Noted that completion-ignored-extensions is ignored
1635 when making *Completions*.
1636
1637Fri Jun 8 16:44:44 EDT 1990 Jay Fenlason (hack@ai.mit.edu)
1638
1639 * Makefile make dist now depends on elisp.dvi, since it tries
1640 to include it in the dist file.
1641
dff28924 1642Wed Mar 28 22:57:35 1990 Jim Kingdon (kingdon@mole.ai.mit.edu)
94ec544d
DL
1643
1644 * functions.texinfo (Mapping Functions): Add missing quote
1645
dff28924 1646Mon Jun 19 18:09:24 1989 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
94ec544d
DL
1647
1648 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
1649 (defunargs): Turn off \hyphenchar of \sl font temporarily.
1650
dff28924 1651Wed May 10 18:01:17 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
1652
1653 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
1654 and @error{} are the terms now being used. The files in the
1655 directory have been changed to reflect this.
1656
d1f08d85 1657 * All instances of @indentedresultt{} have been changed to
94ec544d
DL
1658 ` @result{}', using 5 spaces at the begining of the line.
1659
dff28924 1660Mon Apr 24 21:02:55 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
1661
1662 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
1663 experimental @indentedresult{}, @indentedexpandsto{} are part of
1664 the texinfo.tex in this directory. These TeX macros are not
1665 stable yet.
1666
dff28924 1667Mon Apr 17 18:56:50 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
1668
1669 * texinfo.tex: temporarily added
d1f08d85 1670 \let\result=\dblarrow
94ec544d
DL
1671 \def\error{{\it ERROR} \longdblarrow}
1672 We need to do this better soon.
1673
dff28924 1674Tue Apr 11 12:23:28 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
1675
1676 * Applied Karl Berry's patches to *.texinfo files, but not to
1677 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
1678 new title page format is also not applied, since it requires
1679 texinfo.tex changes.)
1680
1681 * Cleaned up `Makefile' and defined the `emacslibdir' directory
1682 for the Project GNU development environment.
1683
ad050e54 1684;; Local Variables:
fd026ee1 1685;; coding: iso-2022-7bit
ad050e54 1686;; End:
2a34a036
GM
1687
1688 Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
1689 Copying and distribution of this file, with or without modification,
1690 are permitted provided the copyright notice and this notice are preserved.
ab5796a9
MB
1691
1692;;; arch-tag: 985ae0ce-df29-475b-b3f8-4bbcbf6f7fda