--no-blinking-cursor
[bpt/emacs.git] / lispref / ChangeLog
CommitLineData
524352d6
LK
12005-03-04 Lute Kamstra <lute@gnu.org>
2
3 * debugging.texi (Error Debugging): Document stack-trace-on-error.
4
52005-03-03 Lute Kamstra <lute@gnu.org>
6
7 * edebug.texi (Instrumenting Macro Calls): Fix typo.
8
284f0680
LK
92005-03-01 Lute Kamstra <lute@gnu.org>
10
11 * debugging.texi (Debugger Commands): Update `j'.
12
a9ee5cac
LK
132005-02-28 Lute Kamstra <lute@gnu.org>
14
15 * debugging.texi (Debugging): Fix typo.
16 (Error Debugging): Document eval-expression-debug-on-error.
17 (Function Debugging): Update example.
18 (Using Debugger): Mention starred stack frames.
19 (Debugger Commands): Document `j' and `l'.
20 (Invoking the Debugger): `d' and `j' exit recursive edit too.
21 Update the messages that the debugger displays.
22 (Internals of Debugger): Add cross reference. Update example.
23 (Excess Open): Minor improvement.
24 (Excess Close): Minor improvement.
25
378d0f8e
RS
262005-02-26 Richard M. Stallman <rms@gnu.org>
27
28 * tips.texi (Coding Conventions): Clarify.
29 Put all the major mode key reservations together.
30 Mention the Mouse-1 => Mouse-2 conventions.
31
32 * syntax.texi (Syntax Class Table): Clarify.
33 (Syntax Table Functions): syntax-after moved from here.
34 (Syntax Table Internals): syntax-after moved to here.
35 (Parsing Expressions): Update info on number of values
36 and what's meaningful in the STATE argument.
37 (Categories): Fix typo.
38
39 * sequences.texi (Arrays): Cleanup.
40 (Char-Tables): Clarify.
41
42 * processes.texi (Deleting Processes): Cleanups, add xref.
43 (Subprocess Creation): Explain nil in exec-path. Cleanup.
44 (Process Information): set-process-coding-system, some args optional.
45 (Input to Processes): Explain various types for PROCESS args.
46 Rename them from PROCESS-NAME to PROCESS.
47 (Signals to Processes): Likewise.
48 (Decoding Output): Cleanup.
49 (Query Before Exit): Clarify.
50
51 * os.texi (Startup Summary): Correct the options; add missing ones.
52 (Terminal Output, Batch Mode): Clarify.
53 (Flow Control): Node deleted.
54
55 * markers.texi (The Mark): Clarify.
56
57 * macros.texi (Expansion): Cleanup.
58 (Indenting Macros): indent-spec allows ints, not floats.
59
60 * keymaps.texi (Keymaps): Clarify.
61 (Format of Keymaps): Update lisp-mode-map example.
62 (Active Keymaps, Key Lookup): Clarify.
63 (Changing Key Bindings): Add xref to `kbd'.
64 (Key Binding Commands, Simple Menu Items): Clarify.
65 (Mouse Menus, Menu Bar): Clarify.
66 (Menu Example): Replace print example with menu-bar-replace-menu.
67
68 * help.texi (Documentation Basics): Add function-documentation prop.
69
70 * elisp.texi (Top): Don't refer to Flow Control node.
71
72 * commands.texi (Command Overview): Improve xrefs.
73 (Adjusting Point): Adjusting point applies to intangible and invis.
74 (Key Sequence Input): Doc extra read-key-sequence args.
75 Likewise for read-key-sequence-vector.
76
77 * backups.texi (Rename or Copy): Minor fix.
78 (Numbered Backups): For version-control, say the default.
79 (Auto-Saving): make-auto-save-file-name example is simplified.
80
81 * advice.texi (Advising Functions): Don't imply one part of Emacs
82 should advise another part. Markup changes.
83 (Defining Advice): Move transitional para.
84 (Activation of Advice): Cleanup.
85 Explain if COMPILE is nil or negative.
86
87 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
88
2e20c83d
LK
892005-02-24 Lute Kamstra <lute@gnu.org>
90
91 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
92 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
93
65c492fd
LK
942005-02-23 Lute Kamstra <lute@gnu.org>
95
b02c3eed
LK
96 * modes.texi (Defining Minor Modes): define-minor-mode can be used
97 to define global minor modes as well.
98
65c492fd
LK
99 * display.texi (Managing Overlays): overlay-buffer returns nil for
100 deleted overlays.
101
b686dd59
KS
1022005-02-22 Kim F. Storm <storm@cua.dk>
103
104 * minibuf.texi (Basic Completion): Allow symbols in addition to
105 strings in try-completion and all-completions.
106
23e8c095
LK
1072005-02-14 Lute Kamstra <lute@gnu.org>
108
109 * elisp.texi (Top): Remove reference to deleted node.
110
111 * lists.texi (Lists): Remove reference to deleted node.
112 (Cons Cells): Fix typo.
113
114 * loading.texi (Where Defined): Fix typo.
115
134948fc
RS
1162005-02-14 Richard M. Stallman <rms@gnu.org>
117
118 * variables.texi (Creating Buffer-Local): change-major-mode-hook
119 is useful for discarding some minor modes.
120
121 * symbols.texi (Symbol Components): Reorder examples.
122
123 * streams.texi (Input Functions): State standard-input default.
124 (Output Variables): State standard-output default.
125
126 * objects.texi (Printed Representation): Clarify read syntax vs print.
127 (Floating Point Type): Explain meaning better.
128 (Symbol Type): Explain uniqueness better.
129 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
130 List examples sooner.
131 (Box Diagrams): New subnode broken out.
132 Some examples moved from old Lists as Boxes node.
133 (Dotted Pair Notation): Clarify intro.
134 (Array Type): Clarify.
135 (Type Predicates): Add hash-table-p.
136
137 * numbers.texi (Integer Basics): Clarify radix explanation.
138 (Predicates on Numbers): Minor clarification.
139 (Comparison of Numbers): Minor clarification. Clarify eql.
140 Typos in min, max.
141 (Math Functions): Clarify overflow in expt.
142
143 * minibuf.texi (Text from Minibuffer): Minor clarification.
144 Mention arrow keys.
145
146 * loading.texi (Autoload): defun's doc string overrides autoload's
147 doc string.
148 (Repeated Loading): Modernize "add to list" examples.
149 (Where Defined): Finish updating table of load-history elts.
150
151 * lists.texi (List-related Predicates): Minor wording improvement.
152 (Lists as Boxes): Node deleted.
153 (Building Lists): Explain trivial cases of number-sequence.
154
155 * hash.texi (Hash Tables): Add desc to menu items.
156 (Creating Hash): Expain "full" means "make larger",
157 (Hash Access): Any object can be a key.
158 State value of maphash.
159
160 * functions.texi (What Is a Function): Wording cleanup.
161 (Function Documentation): Minor cleanup.
162 Explain purpose of calling convention at end of doc string.
163 (Function Names): Wording cleanup.
164 (Calling Functions): Wording cleanup.
165 Explain better how funcall calls the function.
166 (Function Cells): Delete example of saving and redefining function.
167
168 * control.texi (Combining Conditions): Wording cleanup.
169 (Iteration): dolist and dotimes bind VAR locally.
170 (Cleanups): Xref to Atomic Changes.
171
172 * compile.texi (Byte Compilation): Delete 19.29 info.
173 (Compilation Functions): Macros' difficulties don't affect defsubst.
174 (Docs and Compilation): Delete 19.29 info.
175
44291460
RS
1762005-02-10 Richard M. Stallman <rms@gnu.org>
177
178 * objects.texi (Symbol Type): Minor correction.
179
1f9ad95a
LK
1802005-02-06 Lute Kamstra <lute@gnu.org>
181
182 * modes.texi (Example Major Modes): Fix typos.
183
ba2c991c
RS
1842005-02-06 Richard M. Stallman <rms@gnu.org>
185
186 * text.texi (Margins): fill-nobreak-predicate can be one function.
187
188 * strings.texi (Modifying Strings): clear-string can make unibyte.
189 (Formatting Strings): format gives error if values missing.
190
191 * positions.texi (Character Motion): Mention default arg
192 for forward-char. backward-char refers to forward-char.
193 (Word Motion): Mention default arg for forward-word.
194 (Buffer End Motion): Mention default arg for beginning-of-buffer.
195 Simplify end-of-buffer.
196 (Text Lines): Mention default arg for forward-line.
197 (List Motion): Mention default arg for beginning/end-of-defun.
198 (Skipping Characters): Minor fixes in explaining character-set.
199
200 * modes.texi (Major Mode Conventions): Mention "system abbrevs".
201 Mode inheritance applies only when default-major-mode is nil.
202 Clarifications.
203 (Example Major Modes): Update Text mode and Lisp mode examples.
204 (Minor Mode Conventions): Mention define-minor-mode at top.
205 (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
206 (Mode Line Format): Update mode line face display info.
207 (Properties in Mode): Mention effect of risky vars.
208 (Imenu): Define imenu-add-to-menubar.
209 (Font Lock Mode): Add descriptions to menu lines.
210 (Faces for Font Lock): Add font-lock-doc-face.
211
9bf6d576
LK
2122005-02-05 Lute Kamstra <lute@gnu.org>
213
214 * text.texi (Maintaining Undo): Remove obsolete function.
215
cb602754
EZ
2162005-02-05 Eli Zaretskii <eliz@gnu.org>
217
218 * frames.texi (Color Names): Add pointer to the X docs about RGB
219 color specifications. Improve indexing
220 (Text Terminal Colors): Replace the description of RGB values by
221 an xref to "Color Names".
222
4e07258f
RS
2232005-02-03 Richard M. Stallman <rms@gnu.org>
224
225 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
226 Clarify.
227 (Selecting Windows): Clarify save-selected-window.
228 (Cyclic Window Ordering): Clarify walk-windows.
229 (Window Point): Clarify.
230 (Window Start): Add comment to example.
231 (Resizing Windows): Add `interactive' specs in examples.
232 Document fit-window-to-buffer.
233
234 * text.texi (User-Level Deletion): just-one-space takes numeric arg.
235 (Undo, Maintaining Undo): Clarify last change.
236 (Sorting): In sort-numeric-fields, explain about octal and hex.
237 Mention sort-numeric-base.
238 (Format Properties): Add xref for hard newlines.
239
240 * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
241 (Pop-Up Menus): Fix typo.
242 (Color Names): Explain all types of color names.
243 Explain color-values on B&W terminal.
244 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names.
245
246 * files.texi (File Locks): Not supported on MS systems.
247 (Testing Accessibility): Clarify.
248
249 * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
250 (Coverage Testing): Fix typo.
251
252 * commands.texi (Misc Events): Remove stray space.
253
254 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
255 (Modification Time): Clarify when visited-file-modtime returns 0.
256 (The Buffer List): Clarify bury-buffer.
257 (Killing Buffers): Clarify.
258 (Indirect Buffers): Add clone-indirect-buffer.
259
2602005-02-02 Matt Hodges <MPHodges@member.fsf.org>
261
262 * edebug.texi (Printing in Edebug): Fix default value of
263 edebug-print-circle.
264 (Coverage Testing): Fix displayed frequency count data.
265
2662005-02-02 Luc Teirlinck <teirllm@auburn.edu>
d4d66807
LT
267
268 * text.texi (Maintaining Undo): Add `undo-outer-limit'.
269
4e07258f 2702005-02-02 Kim F. Storm <storm@cua.dk>
fb89c330
KS
271
272 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
273
28d986b9
EZ
2742005-01-29 Eli Zaretskii <eliz@gnu.org>
275
276 * commands.texi (Misc Events): Describe the help-echo event.
277
278 * text.texi (Special Properties) <help-echo>: Use `pos'
279 consistently in description of the help-echo property. Use
280 @code{nil} instead of @var{nil}.
281
282 * display.texi (Overlay Properties): Fix the index entry for
283 help-echo overlay property.
284
285 * customize.texi (Type Keywords): Uncomment the xref to the
286 help-echo property documentation.
287
8f958b40
KS
2882005-01-23 Kim F. Storm <storm@cua.dk>
289
290 * windows.texi (Window Start): Fix `pos-visible-in-window-p'
291 return value. Third element FULLY replaced by PARTIAL which
292 specifies number of invisible pixels if row is only partially visible.
293 (Textual Scrolling): Mention auto-window-vscroll.
294 (Vertical Scrolling): New defvar auto-window-vscroll.
295
cd7e5dd6
LT
2962005-01-16 Luc Teirlinck <teirllm@auburn.edu>
297
298 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
299 command remapping.
300
6f771c32
RS
3012005-01-15 Richard M. Stallman <rms@gnu.org>
302
303 * display.texi (Defining Images): Mention DATA-P arg of create-image.
304
6ac8a822
KS
3052005-01-14 Kim F. Storm <storm@cua.dk>
306
88948d55
KS
307 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
308
6ac8a822
KS
309 * text.texi (Links and Mouse-1): Fix string and vector item.
310
20d6de82
RS
3112005-01-13 Richard M. Stallman <rms@gnu.org>
312
313 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
314 descriptions of overriding-local-map and overriding-terminal-local-map.
315
316 * text.texi (Links and Mouse-1): Clarify text.
317
f75a592e
KS
3182005-01-13 Kim F. Storm <storm@cua.dk>
319
320 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
321
910f60b1
TTN
3222005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
323
324 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
325
37181fc4
KS
3262005-01-12 Kim F. Storm <storm@cua.dk>
327
328 * text.texi (Links and Mouse-1): Rename section from Enabling
329 Mouse-1 to Following Links. Change xrefs.
330 Add examples for define-button-type and define-widget.
331
332 * display.texi (Button Properties, Button Buffer Commands):
333 Clarify mouse-1 and follow-link functionality.
334
28f94a34
RS
3352005-01-12 Richard M. Stallman <rms@gnu.org>
336
337 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
338
339 * display.texi (Beeping): Fix Texinfo usage.
340
341 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
342
bac2d936
KS
3432005-01-11 Kim F. Storm <storm@cua.dk>
344
345 * display.texi (Button Properties, Button Buffer Commands):
93381d62 346 Mention mouse-1 binding. Add follow-link keyword.
bac2d936
KS
347
348 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
349 (Enabling Mouse-1 to Follow Links): New subsection.
350
de968ddb
RS
3512005-01-06 Richard M. Stallman <rms@gnu.org>
352
353 * text.texi (Special Properties): Minor change.
354
355 * os.texi (Timers): Clarify previous change.
356
357 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
358
a3a43b3b
LT
3592005-01-01 Luc Teirlinck <teirllm@auburn.edu>
360
361 * display.texi (Face Attributes): Correct xref to renamed node.
362
732bb9ce
RS
3632005-01-01 Richard M. Stallman <rms@gnu.org>
364
365 * display.texi (Face Attributes): Describe hex color specs.
366
c734ae59
RS
3672004-12-31 Richard M. Stallman <rms@gnu.org>
368
369 * os.texi (Timers): Update previous change.
370
33b2f4ea
KS
3712004-12-30 Kim F. Storm <storm@cua.dk>
372
373 * display.texi (Line Height): Total line-height is now specified
374 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
375 in cons cells. (nil . RATIO) is relative to actual line height.
376 Use line-height `t' instead of `0' to get minimum height.
377
99ec74b9
RS
3782004-12-29 Richard M. Stallman <rms@gnu.org>
379
380 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
381
eab463f6
RS
3822004-12-28 Richard M. Stallman <rms@gnu.org>
383
384 * commands.texi (Quitting): Clarify value of with-local-quit.
385
386 * elisp.texi (Top): Fix previous change.
387
388 * loading.texi (Loading): Fix previous change.
389
ebbd14f1
RS
3902004-12-27 Richard M. Stallman <rms@gnu.org>
391
4ae98fc5
RS
392 * Makefile.in (MAKEINFO): Specify --force.
393
8f430046
RS
394 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
395
56011a8c
RS
396 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
397
398 * display.texi (Line Height): Further clarify.
399
400 * elisp.texi (Top): Update Loading submenu.
401
ebbd14f1
RS
402 * loading.texi (Where Defined): New node.
403 (Unloading): load-history moved to Where Defined.
404
fda2922a
RS
4052004-12-21 Richard M. Stallman <rms@gnu.org>
406
407 * commands.texi (Event Input Misc): Add while-no-input.
408
9eb8959a
RS
4092004-12-11 Richard M. Stallman <rms@gnu.org>
410
411 * display.texi (Line Height): Rewrite text for clarity.
412
adf87c29
KS
4132004-12-11 Kim F. Storm <storm@cua.dk>
414
415 * display.texi (Display): Add node "Line Height" to menu.
416 (Line Height): New node. Move full description of line-spacing
417 and line-height text properties here from text.texi.
418 (Scroll Bars): Add vertical-scroll-bar variable.
419
420 * frames.texi (Window Frame Parameters): Remove line-height defvar.
421
422 * locals.texi (Standard Buffer-Local Variables): Fix xref for
423 line-spacing and vertical-scroll-bar.
424
425 * text.texi (Special Properties): Just mention line-spacing and
426 line-height here, add xref to new "Line Height" node.
427
31e4729e
TTN
4282004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
429
430 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
431
432 * locals.texi (Standard Buffer-Local Variables):
433 Add @xref for `line-spacing'.
434
cc60c723
RS
4352004-12-05 Richard M. Stallman <rms@gnu.org>
436
437 * Makefile.in (maintainer-clean): Remove the info files
438 in $(infodir) where they are created.
439
f6101ac9
RS
4402004-12-03 Richard M. Stallman <rms@gnu.org>
441
442 * windows.texi (Selecting Windows): get-lru-window and
443 get-largest-window don't consider dedicated windows.
444
445 * text.texi (Undo): Document undo-in-progress.
446
94221759
RS
4472004-11-26 Richard M. Stallman <rms@gnu.org>
448
449 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
450 Remove a few vars that are not always buffer-local.
451
7092c5e8
LT
4522004-11-24 Luc Teirlinck <teirllm@auburn.edu>
453
454 * locals.texi (Standard Buffer-Local Variables): Comment out
455 xref's to non-existent node `Yet to be written'.
456
261b01c6
RS
4572004-11-24 Richard M. Stallman <rms@gnu.org>
458
459 * processes.texi (Synchronous Processes): Grammar fix.
460
461 * numbers.texi (Comparison of Numbers): Add eql.
462
463 * locals.texi (Standard Buffer-Local Variables): Add many vars.
464
465 * intro.texi (Printing Notation): Fix previous change.
466
467 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
468 and default-indicate-buffer-boundaries from here.
469 (Usual Display): To here.
470 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
471 (Usual Display): Move tab-width up.
472
473 * customize.texi (Variable Definitions): Replace
474 show-paren-mode example with tooltip-mode.
7092c5e8 475 (Simple Types, Composite Types, Defining New Types):
261b01c6 476 Minor cleanups.
7092c5e8 477
c1aa4864
JH
4782004-11-21 Jesper Harder <harder@ifa.au.dk>
479
480 * processes.texi (Synchronous Processes, Output from Processes):
481 Markup fix.
482
dedbac89
RS
4832004-11-20 Richard M. Stallman <rms@gnu.org>
484
07c8c65a
RS
485 * positions.texi (Skipping Characters): skip-chars-forward
486 now handles char classes.
487
8f40a868
RS
488 * intro.texi (Printing Notation): Avoid confusion of `print'
489 when explaining @print.
490
491 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
492
493 * display.texi (Display Table Format): Minor fix.
494
495 * streams.texi (Output Functions): Fix print example.
496
fd6866c8
RS
497 * Makefile.in (elisp): New target.
498 (dist): Depend on $(infodir)/elisp, not elisp.
499 Copy the info files from $(infodir).
500
9d00469f
RS
501 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
502 read-from-minibuffer.
503
dedbac89
RS
504 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
505
6de891db
RS
5062004-11-19 Richard M. Stallman <rms@gnu.org>
507
508 * searching.texi (Regexp Search): Add search-whitespace-regexp.
509
e1c1c5a7
TTN
5102004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
511
512 * tips.texi (Coding Conventions): Fix typo.
513
ee31cd78
RS
5142004-11-16 Richard M. Stallman <rms@gnu.org>
515
516 * tips.texi (Coding Conventions): Separate defvar and require
517 methods to avoid warnings. Use require only when there are many
518 functions and variables from that package.
519
520 * minibuf.texi (Minibuffer Completion): When ignoring case,
521 predicate must not be case-sensitive.
522
523 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
524 (Test Coverage): Don't talk about "splotches". Clarified.
525
4bd38e94
TTN
5262004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
527
528 * frames.texi (Window Frame Parameters): Fix typo.
529
6d073ae1
KS
5302004-11-15 Kim F. Storm <storm@cua.dk>
531
9f89426b
KS
532 * symbols.texi (Other Plists): Note that plist-get may signal error.
533 Add safe-plist-get.
6d073ae1 534
10980463
TTN
5352004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
536
537 * modes.texi (Font Lock Basics): Fix typo.
538
1efc19eb
RS
5392004-11-08 Richard M. Stallman <rms@gnu.org>
540
541 * syntax.texi (Syntax Table Functions): Add syntax-after.
542
6159c232
EZ
5432004-11-06 Lars Brinkhoff <lars@nocrew.org>
544
545 * os.texi (Processor Run Time): New section documenting
546 get-internal-run-time.
547
59dede22
EZ
5482004-11-06 Eli Zaretskii <eliz@gnu.org>
549
550 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
551 it nukes elisp-cover.texi.
552 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
553 elisp-0 etc.
554
4cc8522c
LT
5552004-11-05 Luc Teirlinck <teirllm@auburn.edu>
556
557 * commands.texi (Keyboard Macros): Document `append' return value
558 of `defining-kbd-macro'.
559
2d1ef312
RS
5602004-11-01 Richard M. Stallman <rms@gnu.org>
561
562 * commands.texi (Interactive Call): Add called-interactively-p.
563
6f4e005d
SJ
5642004-10-29 Simon Josefsson <jas@extundo.com>
565
566 * minibuf.texi (Reading a Password): Revert.
567
4f71c13f
RS
5682004-10-28 Richard M. Stallman <rms@gnu.org>
569
570 * frames.texi (Display Feature Testing): Explain about "vendor".
571
4660a9e3
RS
5722004-10-27 Richard M. Stallman <rms@gnu.org>
573
574 * commands.texi (Interactive Codes): `N' uses numeric prefix,
575 not raw. Clarify `n'.
576 (Interactive Call): Rewrite interactive-p, focusing on when
577 and how to use it.
578 (Misc Events): Clarify previous change.
579
580 * advice.texi (Simple Advice): Clarify what job the example does.
581 (Around-Advice): Clarify ad-do-it.
582 (Activation of Advice): An option of ad-default-compilation-action
583 is `never', not `nil'.
584
c8636435
KS
5852004-10-26 Kim F. Storm <storm@cua.dk>
586
587 * commands.texi (Interactive Codes): Add U code letter.
588
acd4089b
SJ
5892004-10-25 Simon Josefsson <jas@extundo.com>
590
591 * minibuf.texi (Reading a Password): Add.
592
29dc7809
JR
5932004-10-24 Jason Rumney <jasonr@gnu.org>
594
595 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
596 and wheel-down.
597
bb5d6d34
KG
5982004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
599
600 * processes.texi (Synchronous Processes): Document process-file.
601
d0ee2ed3
KH
6022004-10-22 Kenichi Handa <handa@m17n.org>
603
604 * text.texi (translate-region): Document that it accepts also a
605 char-table.
606
38be9dbb
DP
6072004-10-22 David Ponce <david@dponce.com>
608
609 * windows.texi (Resizing Windows): Document the `preserve-before'
610 argument of the functions `enlarge-window' and `shrink-window'.
611
63c80452
JR
6122004-10-19 Jason Rumney <jasonr@gnu.org>
613
614 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
615
9f4b6e73
LT
6162004-10-09 Luc Teirlinck <teirllm@auburn.edu>
617
618 * text.texi (Filling): Add anchor for definition of
619 `sentence-end-double-space'.
620
621 * searching.texi (Regexp Example): Update description of how
622 Emacs currently recognizes the end of a sentence.
623 (Standard Regexps): Update definition of the variable
624 `sentence-end'. Add definition of the function `sentence-end'.
625
657f0f9c
EZ
6262004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
627
628 * display.texi (Progress): New node.
629
35ab4857
KS
6302004-10-05 Kim F. Storm <storm@cua.dk>
631
632 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
633
f2a54fbc
KS
6342004-09-29 Kim F. Storm <storm@cua.dk>
635
636 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
637 to identify bitmaps. Remove -fringe-bitmap suffix for standard
638 fringe bitmap symbols, as they now have their own namespace.
639 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
640 vs. pixels. Signal error if no free bitmap slots.
641 (Pixel Specification): Change IMAGE to @var{image}.
642
4676d6f3
RS
6432004-09-28 Richard M. Stallman <rms@gnu.org>
644
645 * text.texi (Special Properties): Clarify line-spacing and line-height.
646
647 * searching.texi (Regexp Search): Add looking-back.
648
17234906
LT
6492004-09-25 Luc Teirlinck <teirllm@auburn.edu>
650
651 * display.texi: Correct typos.
652 (Image Descriptors): Correct xref's.
653
4de43c8b
RS
6542004-09-25 Richard M. Stallman <rms@gnu.org>
655
656 * text.texi (Special Properties): Cleanups in `cursor'.
657 Rewrites in `line-height' and `line-spacing'; exchange them.
658
659 * display.texi (Fringes): Rewrite previous change.
660 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
661 (Display Fringe Bitmaps): Node deleted, text moved.
662 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
663 (Scroll Bars): Clarify set-window-scroll-bars.
664 (Pointer Shape): Rewrite.
665 (Specified Space): Clarify :align-to, etc.
666 (Pixel Specification): Use @var. Clarify new text.
667 (Other Display Specs): Clarify `slice'.
668 (Image Descriptors): Cleanups.
669 (Showing Images): Cleanups.
670
a3ee0299
LT
6712004-09-24 Luc Teirlinck <teirllm@auburn.edu>
672
e88ebce6
LT
673 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
674
a3ee0299
LT
675 * modes.texi: Various minor changes in addition to:
676 (Major Mode Conventions): Final call to `run-mode-hooks' should
677 not be inside the `delay-mode-hooks' form.
678 (Mode Hooks): New node.
679 (Hooks): Delete obsolete example.
680 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
681 node "Mode Hooks".
682
6db2bc02
LT
6832004-09-22 Luc Teirlinck <teirllm@auburn.edu>
684
685 * display.texi: Correct various typos.
686 (Display): Rename node "Pointer Shapes" to "Pointer
687 Shape". (There is already a node called "Pointer Shapes" in
688 frames.texi.)
689 (Images): Remove non-existent node "Image Slices" from menu.
690
ed2846bd
KS
6912004-09-23 Kim F. Storm <storm@cua.dk>
692
693 * text.texi (Special Properties): Add `cursor', `pointer',
694 `line-height', and `line-spacing' properties.
695
696 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
697 Shapes' to menu.
698 (Standard Faces): Doc fix for fringe face.
699 (Fringes): Add `overflow-newline-into-fringe' and
700 'indicate-buffer-boundaries'.
701 (Fringe Bitmaps, Pointer Shapes): New nodes.
702 (Display Property): Add 'Pixel Specification' and 'Display Fringe
703 Bitmaps' to menu.
704 (Specified Space): Describe pixel width and height.
705 (Pixel Specification): New node.
706 (Other Display Specs): Add `slice' property.
707 (Display Fringe Bitmaps): New node.
708 (Images): Add 'Image Slices' to menu.
709 (Image Descriptors): Add `:pointer' and `:map' properties.
710 (Showing Images): Add slice arg to `insert-image'. Add
711 'insert-sliced-image'.
712
4d894c98
RS
7132004-09-20 Richard M. Stallman <rms@gnu.org>
714
715 * commands.texi (Key Sequence Input):
716 Clarify downcasing in read-key-sequence.
717
7e388eb7
JL
7182004-09-08 Juri Linkov <juri@jurta.org>
719
720 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
721
a020987f
LT
7222004-09-07 Luc Teirlinck <teirllm@auburn.edu>
723
724 * locals.texi (Standard Buffer-Local Variables): Add
725 `buffer-auto-save-file-format'.
726 * internals.texi (Buffer Internals): Describe new
727 auto_save_file_format field of the buffer structure.
728 * files.texi (Format Conversion): `auto-save-file-format' has been
729 renamed `buffer-auto-save-file-format'.
730
2b96f80c
LT
7312004-08-27 Luc Teirlinck <teirllm@auburn.edu>
732
733 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
734 an integer or a marker.
735 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
736
2ee3b79e
RS
7372004-08-22 Richard M. Stallman <rms@gnu.org>
738
739 * modes.texi (Major Mode Conventions): Discuss rebinding of
740 standard key bindings.
741
c438dc33
KS
7422004-08-18 Kim F. Storm <storm@cua.dk>
743
744 * processes.texi (Accepting Output): Add `just-this-one' arg to
745 `accept-process-output'.
101c421e 746 (Output from Processes): New var `process-adaptive-read-buffering'.
c438dc33 747
db8af011
LT
7482004-08-10 Luc Teirlinck <teirllm@auburn.edu>
749
750 * keymaps.texi: Various changes in addition to:
751 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
752 Give more varied examples for `kbd'.
753 (Creating Keymaps): Char tables have slots for all characters
754 without modifiers.
755 (Active Keymaps): `overriding-local-map' and
756 `overriding-terminal-local-map' also override text property and
757 overlay keymaps.
758 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
759 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
760 to denote a prefix of no events.
761 `map-keymap' includes parent's bindings _recursively_.
762 Clarify and correct description of `where-is-internal'.
763 Mention BUFFER-OR-NAME arg to `describe-bindings'.
764 (Menu Example): For menus intended for use with the keyboard, the
765 menu items should be bound to characters or real function keys.
766
de700726
LT
7672004-08-08 Luc Teirlinck <teirllm@auburn.edu>
768
30e75a87
LT
769 * objects.texi (Character Type): Reposition `@anchor' to prevent
770 double space inside sentence in Info.
771
de700726
LT
772 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
773 renamed to `disabled-command-function'.
774 * commands.texi (Key Sequence Input): Remove unnecessary anchor,
775 (Command Loop Info): Replace reference to it.
776 (Disabling Commands): `disabled-command-hook' has been renamed to
777 `disabled-command-function'.
778
81909a1a
LT
7792004-08-07 Luc Teirlinck <teirllm@auburn.edu>
780
781 * os.texi (Translating Input): Only non-prefix bindings in
782 `key-translation-map' override actual key bindings. Warn about
783 possible indirect effect of actual key bindings on non-prefix
784 bindings in `key-translation-map'.
785
5504e99c
LT
7862004-08-06 Luc Teirlinck <teirllm@auburn.edu>
787
788 * minibuf.texi (High-Level Completion): Add anchor for definition
789 of `read-variable'.
790
791 * commands.texi: Various changes in addition to:
792 (Using Interactive): Clarify description of `interactive-form'.
793 (Interactive Call): Mention default for KEYS argument to
794 `call-interactively'.
795 (Command Loop Info): Clarify description of `this-command-keys'.
796 Mention KEEP-RECORD argument to `clear-this-command-keys'.
797 Value of `last-event-frame' can be `macro'.
798 (Repeat Events): `double-click-fuzz' is also used to distinguish
799 clicks and drags.
800 (Classifying Events): Clarify descriptions of `event-modifiers'
801 `event-basic-type' and `event-convert-list'.
802 (Accessing Events): `posn-timestamp' takes POSITION argument.
803 (Quoted Character Input): Clarify description of
804 `read-quoted-char' and fix example.
805 (Quitting): Add `with-local-quit'.
806 (Disabling Commands): Correct and clarify descriptions of
807 `enable-command' and `disable-command'.
808 Mention what happens if `disabled-command-hook' is nil.
809 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
810 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
811
f478a72a
LT
8122004-07-24 Luc Teirlinck <teirllm@auburn.edu>
813
814 * frames.texi: Various changes in addition to:
815 (Creating Frames): Expand and clarify description of `make-frame'.
816 (Window Frame Parameters): Either none or both of the `icon-left'
817 and `icon-top' parameters must be specified. Put descriptions of
818 `menu-bar-lines' and `toolbar-lines' closer together and change
819 them accordingly.
820 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
821 except while processing `frame-title-format' or `icon-title-format'.
822 (Deleting Frames): Correct description of `delete-frame'.
823 Non-nil return values of `frame-live-p' are like those of `framep'.
824 (Frames and Windows): mention return value of
825 `set-frame-selected-window'.
826 (Visibility of Frames): Mention `force' argument to
827 `make-frame-invisible'. `frame-visible-p' returns t for all
828 frames on text-only terminals.
829 (Frame Configurations): Restoring a frame configuration does not
830 restore deleted frames.
831 (Window System Selections): `x-set-selection' returns DATA.
832 (Resources): Add example.
833 (Display Feature Testing): Clarify descriptions of
834 `display-pixel-height', `display-pixel-width', `x-server-version'
835 and `x-server-vendor'.
836
837 * windows.texi (Choosing Window): Add anchor.
838 * minibuf.texi (Minibuffer Misc): Add anchor.
839
bc135062
JPW
8402004-07-23 John Paul Wallington <jpw@gnu.org>
841
842 * macros.texi (Defining Macros): Declaration keyword for setting
843 Edebug spec is `debug' not `edebug'.
844
cb7516e5
LT
8452004-07-19 Luc Teirlinck <teirllm@auburn.edu>
846
847 * windows.texi: Various small changes in addition to:
848 (Window Point): Mention return value of `set-window-point'.
849 (Window Start): `pos-visible-in-window-p' disregards horizontal
850 scrolling. Explain return value if PARTIALLY is non-nil.
851 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
852 and `set-window-vscroll'.
853 (Size of Window): The argument WINDOW to `window-inside-edges',
854 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
855 (Resizing Windows): Explain return value of
856 `shrink-window-if-larger-than-buffer'.
857 `window-size-fixed' automatically becomes buffer local when set.
858 (Window Configurations): Explain return value of
859 `set-window-configuration'.
860
861 * minibuf.texi (Minibuffer Misc): Add anchor for
862 `minibuffer-scroll-window'.
863
864 * positions.texi (Text Lines): Add anchor for `count-lines'.
865
3751eb00
RS
8662004-07-17 Richard M. Stallman <rms@gnu.org>
867
868 * display.texi (Overlay Properties): Adding `evaporate' prop
869 deletes empty overlay immediately.
870
871 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
872 fix example.
873
9a7e97c6
LT
8742004-07-16 Jim Blandy <jimb@redhat.com>
875
876 * searching.texi (Regexp Backslash): Document new \_< and \_>
877 operators.
878
aa0e4da8
JB
8792004-07-16 Juanma Barranquero <lektu@terra.es>
880
881 * display.texi (Images): Fix Texinfo usage.
882
cbbfedb2
LT
8832004-07-14 Luc Teirlinck <teirllm@auburn.edu>
884
885 * buffers.texi (Modification Time): `visited-file-modtime' now
886 returns a list of two integers, instead of a cons.
887
3a052bd3
LT
8882004-07-13 Luc Teirlinck <teirllm@auburn.edu>
889
890 * windows.texi: Various changes in addition to:
891 (Splitting Windows): Add `split-window-keep-point'.
892
02c04e6f
RS
8932004-07-09 Richard M. Stallman <rms@gnu.org>
894
895 * frames.texi (Input Focus): Minor fix.
896
cb4f1287
LT
8972004-07-07 Luc Teirlinck <teirllm@auburn.edu>
898
899 * frames.texi (Input Focus): Clarify descriptions of
900 `select-frame-set-input-focus' and `select-frame'.
901
339902ec
LT
9022004-07-06 Luc Teirlinck <teirllm@auburn.edu>
903
904 * os.texi: Various small changes in addition to:
905 (Killing Emacs): Expand and clarify description of
906 `kill-emacs-query-functions' and `kill-emacs-hook'.
907 (System Environment): Expand and clarify description of `getenv'
908 and `setenv'.
909 (Timers): Clarify description of `run-at-time'.
910 (Translating Input): Correct description of
911 `extra-keyboard-modifiers'.
912 (Flow Control): Correct description of `enable-flow-control'.
913
fe3b7e35
TTN
9142004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
915
916 * os.texi: Update copyright.
917 (Session Management): Grammar fix.
918 Clarify which Emacs does the restarting.
919 Use @samp for *scratch* buffer.
920
59db7d6e
LT
9212004-07-04 Alan Mackenzie <acm@muc.de>
922
923 * frames.texi (Input Focus): Add documentation for
924 `select-frame-set-input-focus'. Replace refs to non-existent
925 `switch-frame' with `select-frame'. Minor corrections and tidying
926 up of text-only terminal stuff.
927
e3ccf404
RS
9282004-07-02 Richard M. Stallman <rms@gnu.org>
929
930 * files.texi (Saving Buffers): Cleanup write-contents-function.
931 (Magic File Names): Cleanup file-remote-p.
932
8addb6eb
KG
9332004-07-02 Kai Grossjohann <kai@emptydomain.de>
934
935 * files.texi (Magic File Names): `file-remote-p' returns an
936 identifier of the remote system, not just t.
937
7a58d84d
DK
9382004-07-02 David Kastrup <dak@gnu.org>
939
940 * searching.texi (Entire Match Data): Add explanation about new
941 match-data behavior when @var{integers} is non-nil.
942
d8c379f8
RS
9432004-06-24 Richard M. Stallman <rms@gnu.org>
944
b4a4b0ae
RS
945 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
946
d8c379f8
RS
947 * customize.texi (Variable Definitions): Note about doc strings
948 and :set.
949
950 * keymaps.texi (Keymap Terminology): Document `kbd'.
951 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
952
953 * display.texi (Invisible Text): Setting buffer-invisibility-spec
954 makes it buffer-local.
955
956 * files.texi (Saving Buffers): Correct previous change.
957
958 * commands.texi (Accessing Events):
959 Clarify posn-col-row and posn-actual-col-row.
960
9612004-06-24 David Ponce <david.ponce@wanadoo.fr>
962
963 * commands.texi (Accessing Events): New functions
964 posn-at-point and posn-at-x-y. Add example to posn-x-y.
965
dce417e7
LT
9662004-06-23 Luc Teirlinck <teirllm@auburn.edu>
967
968 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
969 * frames.texi, buffers.texi, backups.texi, variables.texi:
970 * loading.texi, eval.texi, functions.texi, control.texi:
971 * symbols.texi, minibuf.texi: Reposition @anchor's.
972
973 * help.texi: Various small changes in addition to the following.
974 (Describing Characters): Describe PREFIX argument to
975 `key-description'. Correct and clarify definition of
976 `text-char-description'. Describe NEED-VECTOR argument to
977 `read-kbd-macro'.
978 (Help Functions): Clarify definition of `apropos'.
979
255d07dc
LH
9802004-06-23 Lars Hansen <larsh@math.ku.dk>
981
982 * files.texi (Saving Buffers): Correct description of
983 `write-contents-functions'.
984
4e9691e9
JB
9852004-06-21 Juanma Barranquero <lektu@terra.es>
986
987 * display.texi (Images): Remove redundant @vindex directives.
988 Rewrite `image-library-alist' doc in active voice.
989
1ebd4f78
JB
9902004-06-14 Juanma Barranquero <lektu@terra.es>
991
992 * display.texi (Images): Document new delayed library loading,
993 variable `image-library-alist' and (existing but undocumented)
994 function `image-type-available-p'.
995
ddfb8369
RS
9962004-06-05 Richard M. Stallman <rms@gnu.org>
997
998 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
999 refer the user to the Initial Input node.
1000 (Text from Minibuffer): Likewise.
1001 (Initial Input): New node. Document this feature
1002 and say it is mostly deprecated.
1003
18684a3a
RS
10042004-05-30 Richard M. Stallman <rms@gnu.org>
1005
7a61e456
RS
1006 * loading.texi (Named Features): Clarify return value
1007 and meaning of NOERROR.
1008
18684a3a
RS
1009 * variables.texi (File Local Variables): Minor cleanup.
1010
c8364415
MA
10112004-05-30 Michael Albinus <michael.albinus@gmx.de>
1012
1013 * files.texi (Magic File Names): Add `file-remote-p' as operation
1014 of file name handlers.
1015
08fd1251
RS
10162004-05-29 Richard M. Stallman <rms@gnu.org>
1017
1018 * modes.texi (Minor Mode Conventions): (-) has no special meaning
1019 as arg to a minor mode command.
1020
71d5a208
RS
10212004-05-22 Richard M. Stallman <rms@gnu.org>
1022
1023 * syntax.texi (Syntax Class Table): Word syntax not just for English.
1024
1025 * streams.texi (Output Variables): Doc float-output-format.
1026
1027 * searching.texi (Regexp Special): Nested repetition can be infloop.
1028
1029 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
1030 real stack overflow.
1031
1032 * compile.texi: Minor cleanups.
1033
10342004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
1035
1036 * lists.texi (Cons Cells): Explain dotted lists, true lists,
1037 circular lists.
1038 (List Elements): Explain handling of circular and dotted lists.
1ebd4f78 1039
022cb162
TTN
10402004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
1041
1042 * modes.texi (Search-based Fontification): Fix typo.
1043
aa7094ba
JB
10442004-05-10 Juanma Barranquero <lektu@terra.es>
1045
1046 * modes.texi (Mode Line Variables): Fix description of
1047 global-mode-string, which is now after which-func-mode, not the
1048 buffer name.
1049
c2383279
LH
10502004-05-07 Lars Hansen <larsh@math.ku.dk>
1051
1052 * modes.texi (Desktop Save Mode): Add.
1053 (Modes): Add menu entry Desktop Save Mode.
1054
1055 * hooks.texi: Add desktop-after-read-hook,
1056 desktop-no-desktop-file-hook and desktop-save-hook.
1057
1058 * locals.texi: Add desktop-save-buffer.
1059
058296d3
JH
10602004-04-30 Jesper Harder <harder@ifa.au.dk>
1061
1062 * display.texi: emacs -> Emacs.
1063
0c54865e
EZ
10642004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
1065
1066 * files.texi (Changing Files): Document set-file-times.
1067
d814862a
JB
10682004-04-23 Juanma Barranquero <lektu@terra.es>
1069
1070 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
1071
e8d6f886
JH
10722004-04-18 Jesper Harder <harder@ifa.au.dk>
1073
1074 * tips.texi (Coding Conventions): defopt -> defcustom.
1075
3a424014
LT
10762004-04-16 Luc Teirlinck <teirllm@auburn.edu>
1077
1078 * sequences.texi: Various clarifications.
1079
9e860631
LT
10802004-04-14 Luc Teirlinck <teirllm@auburn.edu>
1081
1082 * buffers.texi (Read Only Buffers): Mention optional ARG to
1083 `toggle-read-only'.
1084
5e30a0fb
NR
10852004-04-14 Nick Roberts <nick@nick.uklinux.net>
1086
9e860631 1087 * windows.texi (Selecting Windows): Note that get-lru-window
5e30a0fb
NR
1088 returns a full-width window if possible.
1089
619fb950
LT
10902004-04-13 Luc Teirlinck <teirllm@auburn.edu>
1091
1092 * buffers.texi: Various changes in addition to:
1093 (Buffer File Name): Add `find-buffer-visiting'.
1094 (Buffer Modification): Mention optional ARG to `not-modified'.
1095 (Indirect Buffers): Mention optional CLONE argument to
1096 `make-indirect-buffer'.
1097
1098 * files.texi: Various changes in addition to:
1099 (Visiting Functions): `find-file-hook' is now a normal hook.
1100 (File Name Expansion): Explain difference between the way that
1101 `expand-file-name' and `file-truename' treat `..'.
1102 (Contents of Directories): Mention optional ID-FORMAT argument to
1103 `directory-files-and-attributes'.
1104 (Format Conversion): Mention new optional CONFIRM argument to
1105 `format-write-file'.
1106
a2295d32
MB
11072004-04-12 Miles Bader <miles@gnu.org>
1108
1109 * macros.texi (Expansion): Add description of `macroexpand-all'.
1110
571fd4d5
JH
11112004-04-05 Jesper Harder <harder@ifa.au.dk>
1112
1113 * variables.texi (Variable Aliases): Mention
1114 cyclic-variable-indirection.
1115
1116 * errors.texi (Standard Errors): Ditto.
1117
4ba2fd66
LT
11182004-04-04 Luc Teirlinck <teirllm@auburn.edu>
1119
1120 * backups.texi: Various small changes in addition to:
1121 (Making Backups): Mention return value of `backup-buffer'.
1122 (Auto-Saving): Mention optional FORCE argument to
1123 `delete-auto-save-file-if-necessary'.
1124 (Reverting): Mention optional PRESERVE-MODES argument to
1125 `revert-buffer'. Correct description of `revert-buffer-function'.
1126
8f7ea687
JL
11272004-03-22 Juri Linkov <juri@jurta.org>
1128
1129 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
1130 with `Vector Functions'.
1131
1132 * text.texi (Sorting): Add missing quote.
1133
0eeca3c1
LT
11342004-03-14 Luc Teirlinck <teirllm@auburn.edu>
1135
1136 * intro.texi (Lisp History): Replace xref to `cl' manual with
1137 inforef.
1138
e69cfac2
RS
11392004-03-12 Richard M. Stallman <rms@gnu.org>
1140
1141 * intro.texi (Version Info): Add arg to emacs-version.
1142 (Lisp History): Change xref to CL manual.
1143
1b91d47f
LT
11442004-03-09 Luc Teirlinck <teirllm@auburn.edu>
1145
1146 * minibuf.texi (Completion Commands): Add xref to Emacs manual
1147 for Partial Completion mode.
1148
97073664
TTN
11492004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
1150
1151 * customize.texi: Fix typo. Remove eol whitespace.
1152
04a6e76b
RS
11532004-03-04 Richard M. Stallman <rms@gnu.org>
1154
1155 * processes.texi: Fix typos.
1156
1157 * lists.texi (Building Lists): Minor clarification.
1158
1159 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
1160 in make-hash-table.
1161
5bb0fcd1
JB
11622004-02-29 Juanma Barranquero <lektu@terra.es>
1163
1164 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
1165 rm, and ignore exit code.
1166
9022d421
EZ
11672004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
1168
1169 * display.texi (Defining Faces): Add description for min-colors.
1170 Update example.
1171
92f5fba2
LT
11722004-02-23 Luc Teirlinck <teirllm@auburn.edu>
1173
1174 * abbrevs.texi: Various corrections and clarifications in addition
1175 to the following:
1176 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
1177
7e83e178
GM
11782004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
1179
1180 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
1181
9c5609e8
LT
11822004-02-21 Luc Teirlinck <teirllm@auburn.edu>
1183
e2b9b51f
LT
1184 * text.texi: Various small changes in addition to the following:
1185 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
1186 to delete-horizontal-space.
1187 (Kill Functions, Yanking, Low-Level Kill Ring): clarify and correct
1188 description of yank-handler text property at various places.
1189
7daa0e81
LT
1190 * frames.texi (Window System Selections): Add anchor.
1191
9c5609e8
LT
1192 * syntax.texi (Syntax Table Functions): Clarify and correct
1193 descriptions of make-syntax-table and copy-syntax-table.
1194 (Motion and Syntax): Clarify SYNTAXES argument to
1195 skip-syntax-forward.
1196 (Parsing Expressions): Mention that the return value of
1197 parse-partial-sexp is currently a list of ten rather than nine
1198 elements.
1199 (Categories): Various corrections and clarifications.
1200
d29edb21
LT
12012004-02-17 Luc Teirlinck <teirllm@auburn.edu>
1202
1203 * markers.texi (Marker Insertion Types): Minor change.
1204
1205 * locals.texi (Standard Buffer-Local Variables):
1206 * commands.texi (Interactive Codes, Using Interactive):
1207 * functions.texi (Related Topics): Fix xrefs.
1208
43e48bda
LT
12092004-02-16 Luc Teirlinck <teirllm@auburn.edu>
1210
1211 * lists.texi (Sets And Lists): Update description of delete-dups.
1212
84e34002
RS
12132004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
1214
1215 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
1216
12172004-02-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1218
1219 * frames.texi (Parameter Access): frame-parameters arg is optional.
1220 modify-frame-parameters handles nil for FRAME.
1221 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
1222 are all-or-nothing for certain toolkits.
1223 Mention parameter wait-for-wm.
1224 (Frames and Windows): In frame-first-window and frame-selected-window
1225 the arg is optional.
1226 (Input Focus): In redirect-frame-focus the second arg is optional.
1227 (Window System Selections): Mention selection type CLIPBOARD.
1228 Mention data-type UTF8_STRING.
1229 Mention numbering of cut buffers.
1230 (Resources): Describe x-resource-name.
1231
12322004-02-16 Richard M. Stallman <rms@gnu.org>
1233
1234 * windows.texi (Buffers and Windows): Delete false table
1235 about all-frames.
1236
1237 * syntax.texi (Parsing Expressions): Delete old caveat
1238 about parse-sexp-ignore-comments.
1239
1240 * streams.texi (Output Variables): Add print-quoted.
1241
1242 * lists.texi (Building Lists): Minor cleanup.
1243
1244 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
1245
1246 * display.texi (Overlays): Explain overlays use markers.
1247 (Managing Overlays): Explain front-advance and rear-advance
1248 in more detail.
1249
1250 * loading.texi (Unloading): Document unload-feature-special-hooks.
1251 Get rid of fns-NNN.el file.
1252
12532004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
1254
1255 * help.texi (Describing Characters): Fix text-char-description
1256 example output.
1257
1258 * edebug.texi (Using Edebug): Fix example.
1259
1260 * debugging.texi (Internals of Debugger): Fix return value.
43e48bda 1261
84e34002
RS
1262 * files.texi (Changing Files): Fix argname.
1263
1264 * calendar.texi: Fix parens, and default values.
1265
1266 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
1267 * nonascii.texi, objects.texi, os.texi: Minor fixes.
1268 * searching.texi, text.texi, tips.texi, windows.text: Minor fixes.
1269
1270 * positions.texi (Text Lines): Don't add -1 in current-line.
1271
12722004-02-16 Richard M. Stallman <rms@gnu.org>
1273
1274 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
1275
c33b76da
EZ
12762004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
1277
1278 * processes.texi (Low-Level Network): Fix a typo.
1279
9d7271e8
KS
12802004-02-12 Kim F. Storm <storm@cua.dk>
1281
1282 * display.texi (Fringes): Use consistent wording.
1283 Note that window-fringe's window arg is optional.
1284 (Scroll Bars): Use consistent wording.
1285
6827d730
LT
12862004-02-11 Luc Teirlinck <teirllm@auburn.edu>
1287
1288 * tips.texi (Comment Tips): Document the new conventions for
1289 commenting out code.
1290
1cb60b5a
JD
12912004-02-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1292
1293 * positions.texi (Text Lines): Added missing end defun.
1294
7fdd1f62
KS
12952004-02-07 Kim F. Storm <storm@cua.dk>
1296
1297 * positions.texi (Text Lines): Add line-number-at-pos.
1298
eb3c144c
JPW
12992004-02-06 John Paul Wallington <jpw@gnu.org>
1300
1301 * display.texi (Button Properties, Button Buffer Commands):
1302 mouse-2 invokes button, not down-mouse-1.
1303
a1d38d63
JR
13042004-02-04 Jason Rumney <jasonr@gnu.org>
1305
1306 * makefile.w32-in: Sync with Makefile.in changes.
1307
4b574f3d
LT
13082004-02-03 Luc Teirlinck <teirllm@auburn.edu>
1309
1310 * minibuf.texi (Text from Minibuffer): Various corrections and
1311 clarifications.
1312 (Object from Minibuffer): Correct Lisp description of
1313 read-minibuffer.
1314 (Minibuffer History): Clarify description of cons values for
1315 HISTORY arguments.
1316 (Basic Completion): Various corrections and clarifications. Add
1317 completion-regexp-list.
1318 (Minibuffer Completion): Correct and clarify description of
1319 completing-read.
6f6b0433 1320 (Completion Commands): Mention Partial Completion mode. Various
4b574f3d
LT
1321 other minor changes.
1322 (High-Level Completion): Various corrections and clarifications.
1323 (Reading File Names): Ditto.
1324 (Minibuffer Misc): Ditto.
1325
d8186297
LT
13262004-01-26 Luc Teirlinck <teirllm@auburn.edu>
1327
1328 * strings.texi (Text Comparison): assoc-string also matches
1329 elements of alists that are strings instead of conses.
1330 (Formatting Strings): Standardize Texinfo usage. Update index
1331 entries.
1332
9adcb5f2
LT
13332004-01-20 Luc Teirlinck <teirllm@auburn.edu>
1334
1335 * lists.texi (Sets And Lists): Add delete-dups.
1336
3e7274ae
LT
13372004-01-15 Luc Teirlinck <teirllm@auburn.edu>
1338
1339 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
1340 special form.
1341 * macros.texi (Defining Macros): Update description of `declare',
1342 which now is a macro.
1343 (Wrong Time): Fix typos.
1344
944e099f
LT
13452004-01-14 Luc Teirlinck <teirllm@auburn.edu>
1346
1347 * compile.texi (Compilation Functions): Expand descriptions of
e75c1a57 1348 `compile-defun', `byte-compile-file', `byte-recompile-directory'
944e099f
LT
1349 and `batch-byte-compile'. In particular, mention and describe
1350 all optional arguments.
1351 (Disassembly): Correct and clarify the description of `disassemble'.
1352
90c3aa59
LT
13532004-01-11 Luc Teirlinck <teirllm@auburn.edu>
1354
1355 * searching.texi: Various small changes in addition to the
1356 following.
1357 (Regexp Example): Adapt to new value of `sentence-end'.
1358 (Regexp Functions): The PAREN argument to `regexp-opt' can be
1359 `words'.
1360 (Search and Replace): Add usage note for `perform-replace'.
1361 (Entire Match Data): Mention INTEGERS and REUSE arguments to
1362 `match-data'.
1363 (Standard Regexps): Update for new values of `paragraph-start'
1364 and `sentence-end'.
1365
583c353d
LT
13662004-01-07 Luc Teirlinck <teirllm@auburn.edu>
1367
1368 * files.texi (Saving Buffers): Clarify descriptions of
1369 `write-contents-functions' and `before-save-hook'.
1370 Make the defvar's for `before-save-hook' and `after-save-hook'
1371 into defopt's.
1372
05faee07
KS
13732004-01-07 Kim F. Storm <storm@cua.dk>
1374
1375 * commands.texi (Click Events): Describe new image and
1376 width/height elements of click events.
1377 (Accessing Events): Add posn-string, posn-image, and
1378 posn-object-width-height. Change posn-object to return either
1379 image or string object.
1380
a0465ec3
SJ
13812004-01-01 Simon Josefsson <jas@extundo.com>
1382
1383 * hooks.texi (Standard Hooks): Add before-save-hook.
1384 * files.texi (Saving Buffers): Likewise.
1385
972c0c49
RS
13862004-01-03 Richard M. Stallman <rms@gnu.org>
1387
1388 * frames.texi (Frames and Windows): Delete frame-root-window.
1389
dbcd463f
LT
13902004-01-03 Luc Teirlinck <teirllm@auburn.edu>
1391
1392 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
1393
1394 * functions.texi: Various small changes in addition to the
1395 following.
1396 (What Is a Function): `functionp' returns nil for macros. Clarify
1397 behavior of this and following functions for symbol arguments.
1398 (Function Documentation): Add `\' in front of (fn @var{arglist})
1399 and explain why.
1400 (Defining Functions): Mention DOCSTRING argument to `defalias'.
1401 Add anchor.
1402 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
1403
02c77ee9
MB
14042004-01-01 Miles Bader <miles@gnu.org>
1405
1406 * display.texi (Buttons): New section.
1407
903a1a91
AS
14082003-12-31 Andreas Schwab <schwab@suse.de>
1409
1410 * numbers.texi (Math Functions): sqrt reports a domain-error
1411 error.
1412 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
1413
697cf92a
LT
14142003-12-30 Luc Teirlinck <teirllm@auburn.edu>
1415
3f70fe82
LT
1416 * tips.texi (Documentation Tips): Update item on hyperlinks in
1417 documentation strings.
1418
697cf92a
LT
1419 * errors.texi (Standard Errors): Various small corrections and
1420 additions.
1421
1422 * control.texi: Various small changes in addition to the
1423 following.
1424 (Signaling Errors): Provide some more details on how `signal'
1425 constructs the error message. Add anchor to the definition of
1426 `signal'.
1427 (Error Symbols): Describe special treatment of `quit'.
1428 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
1429 to emphasize that it has to be a single form.
1430
1431 * buffers.texi: Add anchor.
1432
4d25144d
RS
14332003-12-29 Richard M. Stallman <rms@gnu.org>
1434
1435 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
1436 (Window Configurations): Add window-configuration-frame.
1437
1438 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
1439
1440 * text.texi (Examining Properties): Add get-char-property-and-overlay.
1441 Change arg name in get-char-property.
1442 (Special Properties): Update handling of keymap property.
1443
1444 * strings.texi (Modifying Strings): Add clear-string.
1445 (Text Comparison): Add assoc-string and remove
1446 assoc-ignore-case, assoc-ignore-representation.
1447
1448 * os.texi (Time of Day): Add set-time-zone-rule.
1449
1450 * numbers.texi (Math Functions): asin, acos, log, log10
697cf92a 1451 report domain-error errors.
4d25144d 1452
697cf92a 1453 * nonascii.texi (Converting Representations):
4d25144d
RS
1454 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
1455 (Encoding and I/O): Add file-name-coding-system.
1456
1457 * modes.texi (Search-based Fontification): Explain that
1458 face specs are symbols with face names as values.
1459
1460 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
1461
1462 * lists.texi (Building Lists): remq moved elsewhere.
1463 (Sets And Lists): remq moved here.
1464 (Association Lists): Refer to assoc-string.
1465
1466 * internals.texi (Garbage Collection): Add memory-use-counts.
1467
1468 * frames.texi (Frames and Windows): Add set-frame-selected-window
1469 and frame-root-window.
1470
697cf92a 1471 * files.texi (Contents of Directories):
4d25144d
RS
1472 Add directory-files-and-attributes.
1473
1474 * display.texi (Refresh Screen): Add force-window-update.
1475 (Invisible Text): Explain about moving point out of invis text.
1476 (Overlay Properties): Add overlay-properties.
1477 (Managing Overlays): Add overlayp.
1478 (GIF Images): Invalid image number displays a hollow box.
1479
1480 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
1481 (Killing Buffers): Add buffer-live-p.
1482
67fafe38
MR
14832003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
1484
1485 * display.texi (Fringes): Fix typo "set-buffer-window".
1486
68e74f25
LT
14872003-12-24 Luc Teirlinck <teirllm@auburn.edu>
1488
1489 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
1490 * nonascii.texi, processes.texi, tips.texi, variables.texi:
1491 Add or change various xrefs and anchors.
1492
1493 * commands.texi: Replace all occurrences of @acronym{CAR} with
1494 @sc{car}, for consistency with the rest of the Elisp manual.
1495 `car' and `cdr' are historically acronyms, but are no longer
1496 widely thought of as such.
1497
1498 * internals.texi (Pure Storage): Mention that `purecopy' does not
1499 copy text properties.
1500 (Object Internals): Now 29 bits are used (in most implementations)
1501 to address Lisp objects.
1502
1503 * variables.texi (Variables with Restricted Values): New node.
1504
1505 * objects.texi (Lisp Data Types): Mention that certain variables
1506 can only take on a restricted set of values and add an xref to
1507 the new node "Variables with Restricted Values".
1508
1509 * eval.texi (Function Indirection): Describe the errors that
1510 `indirect-function' can signal.
1511 (Eval): Clarify the descriptions of `eval-region' and `values'.
1512 Describe `eval-buffer' instead of `eval-current-buffer' and
1513 mention `eval-current-buffer' as an alias for `current-buffer'.
1514 Correct the description and mention all optional arguments.
1515
697cf92a 1516 * nonascii.texi: Various small changes in addition to the
68e74f25
LT
1517 following.
1518 (Converting Representations): Clarify behavior of
1519 `string-make-multibyte' and `string-to-multibyte' for unibyte all
1520 ASCII arguments.
1521 (Character Sets): Document the variable `charset-list' and adapt
1522 the definition of the function `charset-list' accordingly.
1523 (Translation of Characters): Clarify use of generic characters in
1524 `make-translation-table'. Clarify and correct the description of
1525 the use of translation tables in encoding and decoding.
1526 (User-Chosen Coding Systems): Correct and clarify the description
1527 of `select-safe-coding-system'.
1528 (Default Coding Systems): Clarify description of
1529 `file-coding-system-alist'.
1530
a62f71e4
LT
15312003-11-30 Luc Teirlinck <teirllm@auburn.edu>
1532
1533 * strings.texi (Text Comparison): Correctly describe when two
1534 strings are `equal'. Combine and clarify descriptions of
1535 `assoc-ignore-case' and `assoc-ignore-representation'.
1536
1537 * objects.texi (Non-ASCII in Strings): Clarify description of
1538 when a string is unibyte or multibyte.
1539 (Bool-Vector Type): Update examples.
1540 (Equality Predicates): Correctly describe when two strings are
1541 `equal'.
1542
19017752
LT
15432003-11-29 Luc Teirlinck <teirllm@auburn.edu>
1544
1545 * lists.texi (Building Lists): `append' no longer accepts integer
1546 arguments. Update the description of `number-sequence' to reflect
1547 recent changes.
1548 (Sets And Lists): Describe `member-ignore-case' after `member'.
1549
0f6a07a8
KS
15502003-11-27 Kim F. Storm <storm@cua.dk>
1551
1552 * commands.texi (Click Events): Click object may be an images.
1553 Describe (dx . dy) element of click positions.
1554 (Accessing Events): Remove duplicate posn-timestamp.
1555 New functions posn-object and posn-object-x-y.
1556
1ce7c819
KS
15572003-11-23 Kim F. Storm <storm@cua.dk>
1558
1559 * commands.texi (Click Events): Describe enhancements to event
1560 position lists, including new text-pos and (col . row) items.
1561 Mention left-fringe and right-fringe area events.
0f6a07a8 1562 (Accessing Events): New functions posn-area and
1ce7c819
KS
1563 posn-actual-col-row. Mention posn-timestamp. Mention that
1564 posn-point in non-text area still returns buffer position.
1565 Clarify posn-col-row.
1566
cae8ddbb
LH
15672003-11-21 Lars Hansen <larsh@math.ku.dk>
1568
1569 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
1570 * anti.texi (File Attributes): Describe removed parameter
1571 ID-FORMAT.
1572
f7f1a248
LT
15732003-11-20 Luc Teirlinck <teirllm@auburn.edu>
1574
68e74f25 1575 * positions.texi (Positions): Mention that, if a marker is used as
f7f1a248
LT
1576 a position, its buffer is ignored.
1577
1578 * markers.texi (Overview of Markers): Mention it here too.
1579
c5e2fb05
LT
15802003-11-12 Luc Teirlinck <teirllm@auburn.edu>
1581
1582 * numbers.texi (Numeric Conversions): Not just `floor', but also
1583 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
1584
e57d0aa8
LT
15852003-11-10 Luc Teirlinck <teirllm@auburn.edu>
1586
1587 * markers.texi (Creating Markers): Specify insertion type of
1588 created markers. Add xref to `Marker Insertion Types'.
1589 Second argument to `copy-marker' is optional.
1590 (Marker Insertion Types): Mention that most markers are created
1591 with insertion type nil.
1592 (The Mark): Correctly describe when `mark' signals an error.
1593 (The Region): Correctly describe when `region-beginning' and
1594 `region-end' signal an error.
1595
bb3612ec
LT
15962003-11-08 Luc Teirlinck <teirllm@auburn.edu>
1597
1598 * hash.texi (Creating Hash): Clarify description of `eql'.
1599 `makehash' is obsolete.
1600 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
1601
1602 * positions.texi (Point): Change description of `buffer-end', so
1603 that it is also correct for floating point arguments.
1604 (List Motion): Correct argument lists of `beginning-of-defun' and
1605 `end-of-defun'.
1606 (Excursions): Add xref to `Marker Insertion Types'.
1607 (Narrowing): Argument to `narrow-to-page' is optional.
1608
cfb8a797
LT
16092003-11-06 Luc Teirlinck <teirllm@auburn.edu>
1610
1611 * streams.texi (Output Streams): Clarify behavior of point for
1612 marker output streams.
1613
c6177909
LT
16142003-11-04 Luc Teirlinck <teirllm@auburn.edu>
1615
1616 * variables.texi (Defining Variables): Second argument to
1617 `defconst' is not optional.
1618 (Setting Variables): Mention optional argument APPEND to
1619 `add-to-list'.
1620 (Creating Buffer-Local): Expand description of
1621 `make-variable-buffer-local'.
1622 (Frame-Local Variables): Expand description of
1623 `make-variable-frame-local'.
1624 (Variable Aliases): Correct description of optional argument
1625 DOCSTRING to `defvaralias'. Mention return value of
1626 `defvaralias'.
1627 (File Local Variables): Add xref to `File variables' in Emacs
1628 Manual. Correct description of `hack-local-variables'. Mention
1629 `safe-local-variable' property. Mention optional second argument
1630 to `risky-local-variable-p'.
1631
b3645067
LT
16322003-11-03 Luc Teirlinck <teirllm@auburn.edu>
1633
1634 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
1635
10695e5c
EZ
16362003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
1637
1638 * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
1639 lispref/customize.texi, lispref/display.texi, lispref/files.texi,
1640 lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
1641 lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
1642 lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
b3645067 1643 lispref/processes.texi, lispref/searching.texi,
10695e5c
EZ
1644 lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
1645 lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
1646 @acronym{FOO}.
1647
a2f4def1
LT
16482003-10-27 Luc Teirlinck <teirllm@auburn.edu>
1649
1650 * strings.texi (Creating Strings): Argument START to `substring'
1651 can not be `nil'. Expand description of
1652 `substring-no-properties'. Correct description of `split-string',
1653 especially with respect to empty matches. Prevent very bad line
1654 break in definition of `split-string-default-separators'.
1655 (Text Comparison): `string=' and `string<' also accept symbols as
1656 arguments.
1657 (String Conversion): More completely describe argument BASE in
1658 `string-to-number'.
5bb0fcd1 1659 (Formatting Strings): `%s' and `%S' in `format' do require
a2f4def1
LT
1660 corresponding object. Clarify behavior of numeric prefix after
1661 `%' in `format'.
1662 (Case Conversion): The argument to `upcase-initials' can be a
1663 character.
1664
a2296bf9
KH
16652003-10-27 Kenichi Handa <handa@m17n.org>
1666
1667 * display.texi (Fontsets): Fix texinfo usage.
1668
885fef7c
KH
16692003-10-25 Kenichi Handa <handa@m17n.org>
1670
1671 * display.texi (Fontsets): Add description of the function
1672 set-fontset-font.
1673
0c6b7a1f
LT
16742003-10-23 Luc Teirlinck <teirllm@auburn.edu>
1675
1676 * display.texi (Temporary Displays): Add xref to `Documentation
1677 Tips'.
1678
1679 * functions.texi (Function Safety): Use inforef instead of pxref
1680 for SES.
1681
c3cda320
AS
16822003-10-23 Andreas Schwab <schwab@suse.de>
1683
1684 * Makefile.in (TEX, texinputdir): Don't define.
1685 (TEXI2DVI): Define.
1686 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
1687 add $(srcdir)/index.texi.
1688 ($(infodir)/elisp): Remove index.texi dependency.
1689 (elisp.dvi): Likewise. Use $(TEXI2DVI).
1690 (index.texi): Remove target.
1691 (dist): Don't link $(srcdir)/permute-index.
83badb71
AS
1692 (clean): Don't remove index.texi.
1693
c3cda320
AS
1694 * permute-index, index.perm: Remove.
1695 * index.texi: Rename from index.unperm.
1696
e5dadca7
LT
16972003-10-22 Luc Teirlinck <teirllm@auburn.edu>
1698
1699 * tips.texi (Documentation Tips): Document new behavior for face
1700 and variable hyperlinks in Help mode.
1701
6cfb0777
LT
17022003-10-21 Luc Teirlinck <teirllm@auburn.edu>
1703
1704 * objects.texi (Integer Type): Update for extra bit of integer range.
1705 (Character Type): Ditto.
1706
a6eeaa81 17072003-10-16 Eli Zaretskii <eliz@gnu.org>
a4fc3ab3
EZ
1708
1709 * numbers.texi (Integer Basics): Add index entries for reading
1710 numbers in hex, octal, and binary.
1711
c8f9ba83
LK
17122003-10-16 Lute Kamstra <lute@gnu.org>
1713
1714 * modes.texi (Mode Line Format): Mention force-mode-line-update's
1715 argument.
1716
b52a26fb
LT
17172003-10-13 Luc Teirlinck <teirllm@auburn.edu>
1718
1719 * windows.texi (Choosing Window): Fix typo.
1720 * edebug.texi (Edebug Execution Modes): Fix typo.
1721
f7005886
RS
17222003-10-13 Richard M. Stallman <rms@gnu.org>
1723
1724 * windows.texi (Basic Windows): A window has fringe settings,
1725 display margins and scroll-bar settings.
1726 (Splitting Windows): Doc split-window return value.
1727 Clean up one-window-p.
1728 (Selecting Windows): Fix typo.
1729 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
1730 (Buffers and Windows): In set-window-buffer, explain effect
1731 on fringe settings and scroll bar settings.
1732 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
1733 (Choosing Window): Use defopt for pop-up-frame-function.
1734 For special-display-buffer-names, explain same-window and same-frame.
1735 Clarify window-dedicated-p return value.
1736 (Textual Scrolling): scroll-up and scroll-down can get an error.
1737 (Horizontal Scrolling): Clarify auto-hscroll-mode.
1738 Clarify set-window-hscroll.
1739 (Size of Window): Don't mention tool bar in window-height.
1740 (Coordinates and Windows): Explain what coordinates-in-window-p
1741 returns for fringes and display margins.
1742 (Window Configurations): Explain saving fringes, etc.
1743
1744 * tips.texi (Library Headers): Clean up Documentation.
1745
1746 * syntax.texi (Parsing Expressions): Clean up forward-comment
1747 and parse-sexp-lookup-properties.
1748
1749 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
1750
1751 * os.texi (System Environment): Clean up text for load-average errors.
1752
1753 * modes.texi (Hooks): Don't explain local hook details at front.
1754 Clarify run-hooks and run-hook-with-args a little.
1755 Clean up add-hook and remove-hook.
1756
1757 * edebug.texi (Edebug Execution Modes): Clarify t.
1758 Document edebug-sit-for-seconds.
1759 (Coverage Testing): Document C-x X = and =.
1760 (Instrumenting Macro Calls): Fix typo.
1761 (Specification List): Don't index the specification keywords.
1762
c989ebe9
KS
17632003-10-10 Kim F. Storm <storm@cua.dk>
1764
1765 * processes.texi (Network): Introduce make-network-process.
1766
f9525eef
LT
17672003-10-09 Luc Teirlinck <teirllm@auburn.edu>
1768
1769 * tips.texi (Library Headers): Fix typo.
1770
f008b925
LK
17712003-10-07 Juri Linkov <juri@jurta.org>
1772
1773 * modes.texi (Imenu): Mention imenu-create-index-function's
1774 default value. Explain submenus better.
1775
c22c5da6
LK
17762003-10-07 Lute Kamstra <lute@gnu.org>
1777
1778 * modes.texi (Faces for Font Lock): Fix typo.
1779 (Hooks): Explain how buffer-local hook variables can refer to
1780 global hook variables.
1781 Various minor clarifications.
1782
49247521
LK
17832003-10-06 Lute Kamstra <lute@gnu.org>
1784
1785 * tips.texi (Coding Conventions): Mention naming conventions for
1786 hooks.
1787
9296c947
LT
17882003-10-05 Luc Teirlinck <teirllm@auburn.edu>
1789
1790 * loading.texi (Library Search): Correct default value of
1791 load-suffixes.
1792 (Named Features): Fix typo.
1793
0e9b293a
RS
17942003-10-05 Richard M. Stallman <rms@gnu.org>
1795
1796 * loading.texi (Named Features): In `provide',
1797 say how to test for subfeatures.
1798 (Unloading): In unload-feature, use new var name
1799 unload-feature-special-hooks.
1800
49247521 18012003-10-03 Lute Kamstra <lute@gnu.org>
10ee4e90
LK
1802
1803 * modes.texi (Major Mode Conventions): Mention third way to set up
1804 Imenu.
1805 (Imenu): A number of small fixes.
1806 Delete documentation of internal variable imenu--index-alist.
1807 Document the return value format of imenu-create-index-function
1808 functions.
1809
ab8f7d5c
RS
18102003-09-30 Richard M. Stallman <rms@gnu.org>
1811
1812 * processes.texi (Network): Say what stopped datagram connections do.
1813
1814 * lists.texi (Association Lists): Clarify `assq-delete-all'.
1815
1816 * display.texi (Overlay Properties): Clarify `evaporate' property.
1817
49247521 18182003-09-29 Lute Kamstra <lute@gnu.org>
86b9b767
LK
1819
1820 * modes.texi (Mode Line Data): Explain when symbols in mode-line
c22c5da6 1821 constructs should be marked as risky.
86b9b767
LK
1822 Change cons cell into proper list.
1823 (Mode Line Variables): Change cons cell into proper list.
1824
49247521 18252003-09-26 Lute Kamstra <lute@gnu.org>
bc3b02f9
LK
1826
1827 * modes.texi (Mode Line Data): Document the :propertize construct.
1828 (Mode Line Variables): Reorder the descriptions of the variables
c22c5da6 1829 to match their order in the default mode-line-format.
bc3b02f9
LK
1830 Describe the new variables mode-line-position and mode-line-modes.
1831 Update the default values of mode-line-frame-identification,
1832 minor-mode-alist, and default-mode-line-format.
1833 (Properties in Mode): Mention the :propertize construct.
6142d1d0 1834
bc3b02f9 18352003-09-26 Richard M. Stallman <rms@gnu.org>
6142d1d0 1836
c22c5da6 1837 * buffers.texi, commands.texi, debugging.texi, eval.texi:
6142d1d0
RS
1838 * loading.texi, minibuf.texi, text.texi, variables.texi:
1839 Avoid @strong{Note:}.
1840
18412003-09-26 Richard M. Stallman <rms@gnu.org>
1842
1843 * keymaps.texi (Remapping Commands): Fix typo.
1844
41beda59
LT
18452003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
1846
1847 * processes.texi (Low-Level Network): Fix typo.
1848
ef6ae4ff
KS
18492003-09-23 Kim F. Storm <storm@cua.dk>
1850
1851 * processes.texi (Network, Network Servers): Fix typos.
1852 (Low-Level Network): Add timeout value for :server keyword.
1853 Add new option keywords to make-network-process.
1854 Add set-network-process-options.
1855 Explain how to test availability of network options.
1856
b0f23edf
RS
18572003-09-19 Richard M. Stallman <rms@gnu.org>
1858
1859 * text.texi (Motion by Indent): Arg to
1860 backward-to-indentation and forward-to-indentation is optional.
1861
1862 * strings.texi (Creating Strings): Add substring-no-properties.
1863
1864 * processes.texi
1865 (Process Information): Add list-processes arg QUERY-ONLY.
1866 Delete process-contact from here.
1867 Add new status values for process-status.
1868 Add process-get, process-put, process-plist, set-process-plist.
1869 (Synchronous Processes): Add call-process-shell-command.
1870 (Signals to Processes): signal-process allows process objects.
1871 (Network): Complete rewrite.
1872 (Network Servers, Datagrams, Low-Level Network): New nodes.
1873
1874 * positions.texi (Word Motion): forward-word, backward-word
1875 arg is optional. Reword.
1876
1877 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
1878
c22c5da6 1879 * variables.texi (Creating Buffer-Local):
b0f23edf
RS
1880 Delete duplicate definition of buffer-local-value.
1881 (File Local Variables): Explain about discarding text props.
1882
f387bdea
RS
18832003-09-11 Richard M. Stallman <rms@gnu.org>
1884
1885 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
1886 changes variables that record input events.
1887 (Minibuffer Misc): Add minibuffer-selected-window.
1888
1889 * lists.texi (Building Lists): Add copy-tree.
1890
1891 * display.texi (Fontsets): Add char-displayable-p.
1892 (Scroll Bars): New node.
1893
49247521 18942003-09-08 Lute Kamstra <lute@gnu.org>
5df034de
LK
1895
1896 * modes.texi (%-Constructs): Document new `%i' and `%I'
1897 constructs.
1898
fd026ee1
JR
18992003-09-03 Peter Runestig <peter@runestig.com>
1900
1901 * makefile.w32-in: New file.
1902
4828b4d7
RS
19032003-08-29 Richard M. Stallman <rms@gnu.org>
1904
1905 * display.texi (Overlay Properties): Clarify how priorities
1906 affect use of the properties.
1907
a4e4f05d
LT
19082003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
1909
1910 * customize.texi (Type Keywords): Correct the description of
1911 `:help-echo' in the case where `motion-doc' is a function.
1912
3ebe0346
JPW
19132003-08-14 John Paul Wallington <jpw@gnu.org>
1914
1915 * modes.texi (Emulating Mode Line): Subsection, not section.
1916
3afe8e39
RS
19172003-08-13 Richard M. Stallman <rms@gnu.org>
1918
1919 * elisp.texi (Top): Update subnode lists in menu.
1920
1921 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
1922 (Kill Functions): kill-region has new arg yank-handler.
1923 (Yanking): New node.
1924 (Yank Commands): Add yank-undo-function.
1925 (Low-Level Kill Ring):
1926 kill-new and kill-append have new arg yank-handler.
1927 (Changing Properties): Add remove-list-of-text-properties.
1928 (Atomic Changes): New node.
1929
1930 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
1931
1932 * streams.texi (Output Variables): Add eval-expression-print-length
1933 and eval-expression-print-level.
1934
1935 * os.texi (Time Conversion): For encode-time, explain limits on year.
1936
1937 * objects.texi (Character Type): Define anchor "modifier bits".
1938
1939 * modes.texi (Emulating Mode Line): New node.
1940 (Search-based Fontification): Font Lock uses font-lock-face property.
1941 (Other Font Lock Variables): Likewise.
1942
1943 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
1944 not vectors.
1945 (Active Keymaps): Add emulation-mode-map-alists.
1946 (Functions for Key Lookup): key-binding has new arg no-remap.
1947 (Remapping Commands): New node.
1948 (Scanning Keymaps): where-is-internal has new arg no-remap.
1949 (Tool Bar): Add tool-bar-local-item-from-menu.
1950 Clarify when to use tool-bar-add-item-from-menu.
1951
1952 * commands.texi (Interactive Call): commandp has new arg.
1953 (Command Loop Info): Add this-original-command.
1954
e37769b1
JPW
19552003-08-06 John Paul Wallington <jpw@gnu.org>
1956
1957 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
1958
1959 * display.texi (Warning Basics): Fix typo.
1960 (Fringes): Add closing curly bracket and fix typo.
1961
1962 * elisp.texi (Top): Fix typo.
1963
c5e0561f
RS
19642003-08-05 Richard M. Stallman <rms@gnu.org>
1965
1966 * elisp.texi: Update lists of subnodes.
1967
1968 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
1969
1970 * variables.texi (Local Variables): Use lc for example variable names.
1971
1972 * tips.texi (Library Headers): Explain where to put -*-.
1973
1974 * strings.texi (Creating Strings): Fix xref for vconcat.
1975
1976 * sequences.texi (Vector Functions):
1977 vconcat no longer allows integer args.
1978
1979 * minibuf.texi (Reading File Names): read-file-name has new
1980 arg PREDICATE. New function read-directory-name.
1981
1982 * macros.texi (Defining Macros): Give definition of `declare'
1983 (Indenting Macros): New node.
1984
1985 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
1986 (Window Frame Parameters): Make separate table of parameters
1987 that are coupled with specific face attributes.
1988 (Deleting Frames): delete-frame-hooks renamed to
1989 delete-frame-functions.
1990
1991 * files.texi (Magic File Names): Add file-remote-p.
1992 Clarify file-local-copy.
1993
1994 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
1995 here; instead xref Defining Macros.
1996
1997 * display.texi (Warnings): New node, and subnodes.
1998 (Fringes): New node.
1999
2000 * debugging.texi (Test Coverage): New node.
2001
2002 * compile.texi (Compiler Errors): Explain with-no-warnings
2003 and other ways to suppress warnings.
2004
2005 * commands.texi (Interactive Call): Minor clarification.
2006
2007 * buffers.texi (Buffer File Name): set-visited-file-name
2008 renames the buffer too.
2009
2010 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
2011
ee59dede
MR
20122003-07-24 Markus Rost <rost@math.ohio-state.edu>
2013
2014 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
2015
f0514b34
MR
20162003-07-22 Markus Rost <rost@math.ohio-state.edu>
2017
2018 * internals.texi (Garbage Collection): Fix previous change.
2019
c73983bb
RS
20202003-07-22 Richard M. Stallman <rms@gnu.org>
2021
2022 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
2023
2024 * display.texi (Width): Use \s syntax in example.
2025 (Font Selection): Add face-font-rescale-alist.
2026
2027 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
2028 Remove spurious indent in example.
2029
2030 * lists.texi (Building Lists): Add number-sequence.
2031
2032 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
2033
2034 * functions.texi (Function Documentation): Explain how to
2035 show calling convention explicitly in the doc string.
2036
2037 * windows.texi (Selecting Windows): save-selected-window saves
2038 selected window of each frame.
2039 (Window Configurations): Minor change.
2040
2041 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
2042
2043 * streams.texi (Output Variables): Add print-continuous-numbering
2044 and print-number-table.
2045
2046 * processes.texi (Decoding Output): New node.
2047
2048 * os.texi (Time Conversion): decode-time arg is optional.
2049
2050 * objects.texi (Character Type): Don't use space as example for \.
2051 Make list of char names and \-sequences correspond.
2052 Explain that \s is not used in strings. `\ ' needs space after.
2053
2054 * nonascii.texi (Converting Representations): Add string-to-multibyte.
2055 (Translation of Characters): Add translation-table-for-input.
2056 (Default Coding Systems): Add auto-coding-functions.
2057 (Explicit Encoding): Add decode-coding-inserted-region.
2058 (Locales): Add locale-info.
2059
2060 * minibuf.texi (Basic Completion): Describe test-completion.
2061 Collections can be lists of strings.
2062 Clean up lazy-completion-table.
2063 (Programmed Completion): Mention test-completion.
2064 Clarify why lambda expressions are not accepted.
2065 (Minibuffer Misc): Describe minibufferp.
2066
51a8b435
RS
20672003-07-14 Richard M. Stallman <rms@gnu.org>
2068
2069 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
2070
2071 * windows.texi (Selecting Windows): New arg to select-window.
2072 (Selecting Windows): Add with-selected-window.
2073 (Size of Window): Add window-inside-edges, etc.
2074
2075 * internals.texi (Garbage Collection): Add post-gc-hook.
2076
2077 * processes.texi (Subprocess Creation): Add exec-suffixes.
2078
2079 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
2080 (Scanning Keymaps): Add map-keymaps.
2081 (Defining Menus): Add keymap-prompt.
2082
2083 * numbers.texi (Integer Basics): Add most-positive-fixnum,
2084 most-negative-fixnum.
2085
2086 * compile.texi (Byte Compilation): Explain no-byte-compile
2087 (Compiler Errors): New node.
2088
2089 * os.texi (User Identification): user-uid, user-real-uid
2090 can return float.
2091
2092 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
2093 and about derived modes.
2094 (Minor Modes): Add minor-mode-list.
2095 (Defining Minor Modes): Keyword args for define-minor-mode.
2096 (Search-based Fontification): Explain managing other properties.
2097 (Other Font Lock Variables): Add font-lock-extra-managed-props.
2098 (Faces for Font Lock): Add font-locl-preprocessor-face.
2099 (Hooks): Add run-mode-hooks and delay-mode-hooks.
2100
2101 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
e57d0aa8 2102 (Variable Aliases): Clarify defvaralias.
51a8b435
RS
2103
2104 * loading.texi (Library Search): Add load-suffixes.
2105
2106 * minibuf.texi (Basic Completion): Add lazy-completion-table.
2107 (Programmed Completion): Add dynamic-completion-table.
2108
2109 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
2110 (Magic File Names): Specify precedence order of handlers.
2111o
2112 * commands.texi (Command Overview): Emacs server runs pre-command-hook
2113 and post-command-hook.
2114 (Waiting): New calling convention for sit-for.
2115
2116 * text.texi (Special Properties): local-map and keymap properties
2117 apply based on their stickiness.
2118
c6de56a0
RS
21192003-07-07 Richard M. Stallman <rms@gnu.org>
2120
2121 * modes.texi (Minor Mode Conventions): Specify only some kinds
2122 of list values as args to minor modes.
2123
2124 * files.texi (File Name Expansion): Warn about iterative use
2125 of substitute-in-file-name.
2126
2127 * advice.texi (Activation of Advice): Clean up previous change.
2128
8c761ea6
MR
21292003-07-06 Markus Rost <rost@math.ohio-state.edu>
2130
2131 * advice.texi (Activation of Advice): Note that ad-start-advice is
2132 turned on by default.
2133
c6de56a0
RS
21342003-06-30 Richard M. Stallman <rms@gnu.org>
2135
2136 * text.texi (Buffer Contents): Document current-word.
2137 (Change Hooks): Not called for *Messages*.
2138
2139 * functions.texi (Defining Functions): Explain about redefining
2140 primitives.
2141 (Function Safety): Renamed. Minor changes.
2142 Comment out the detailed criteria for what is safe.
2143
3fe4e567
AS
21442003-06-22 Andreas Schwab <schwab@suse.de>
2145
2146 * objects.texi (Symbol Type): Fix description of examples.
2147
cda7bd13
AS
21482003-06-16 Andreas Schwab <schwab@suse.de>
2149
2150 * hash.texi (Creating Hash): Fix description of :weakness.
2151
fbcffa4a
KG
21522003-06-13 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
2153
2154 * files.texi (Changing Files): copy-file copies file modes, too.
2155
ff6a3bfb
RS
21562003-05-28 Richard M. Stallman <rms@gnu.org>
2157
2158 * strings.texi (Creating Strings): Clarify split-string.
2159
1463a05d
JB
21602003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
2161
2162 * strings.texi (Creating Strings): Update split-string specification
2163 and examples.
2164
af253914
RS
21652003-05-19 Richard M. Stallman <rms@gnu.org>
2166
2167 * elisp.texi: Correct invariant section names.
2168
7ea52f92
RS
21692003-04-20 Richard M. Stallman <rms@gnu.org>
2170
2171 * os.texi (Timers): Explain about timers and quitting.
2172
e31afc09
RS
21732003-04-19 Richard M. Stallman <rms@gnu.org>
2174
2175 * internals.texi (Writing Emacs Primitives): Strings are
2176 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
2177 Explain GCPRO convention for varargs function args.
2178
5ceea398
RS
21792003-04-16 Richard M. Stallman <rms@gnu.org>
2180
2181 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
2182
b0ada147
RS
21832003-04-08 Richard M. Stallman <rms@gnu.org>
2184
2185 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
2186
b23375aa
KS
21872003-02-13 Kim F. Storm <storm@cua.dk>
2188
2189 * objects.texi (Character Type): New \s escape for space.
2190
c60ee5e7
JB
21912003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
2192
2193 * os.texi (System Environment): Added cygwin system-type.
2194
84e47416
RS
21952003-01-25 Richard M. Stallman <rms@gnu.org>
2196
2197 * keymaps.texi: Document that a symbol can act as a keymap.
2198
3e8cf2ea
RS
21992003-01-13 Richard M. Stallman <rms@gnu.org>
2200
2201 * text.texi (Changing Properties): Say string indices are origin-0.
2202
2203 * positions.texi (Screen Lines) <compute-motion>:
2204 Correct order of elts in return value.
2205
2206 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
2207 how to define a default binding.
2208
7abb9fc5 22092002-12-07 Markus Rost <rost@math.ohio-state.edu>
177f790c 2210
104bc3aa 2211 * loading.texi (Unloading): Fix recent change for load-history.
5b1fc152 2212
104bc3aa
MR
2213 * customize.texi (Simple Types): Clarify description of custom
2214 type 'number. Describe new custom type 'float.
177f790c 2215
7abb9fc5 22162002-12-04 Markus Rost <rost@math.ohio-state.edu>
24ff45f3
MR
2217
2218 * variables.texi (File Local Variables): Fix typo.
2219
df140a68 22202002-10-23 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
c60ee5e7 2221
df140a68
KG
2222 From Michael Albinus <Michael.Albinus@alcatel.de>.
2223
2224 * README: Target for Info file is `make info'.
2225
2226 * files.texi (File Name Components): Fixed typos in
2227 `file-name-sans-extension'.
2228 (Magic File Names): Complete list of operations for magic file
2229 name handlers.
2230
7ed9159a
JY
22312002-09-16 Jonathan Yavner <jyavner@engineer.com>
2232
2233 * variables.texi (File Local Variables): New function
2234 risky-local-variable-p.
2235
22362002-09-15 Jonathan Yavner <jyavner@engineer.com>
2237
2238 * functions.texi (Function safety): New node about unsafep.
2239
241f79af
PA
22402002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
2241
2242 * customize.texi (Splicing into Lists): Fixed example.
2243 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>
2244
72459b15
JB
22452002-06-17 Juanma Barranquero <lektu@terra.es>
2246
2247 * frames.texi (Display Feature Testing): Fix typo.
2248
61f7e0f5
AS
22492002-06-12 Andreas Schwab <schwab@suse.de>
2250
2251 * frames.texi (Initial Parameters, Resources): Fix references to
2252 the Emacs manual.
2253
4e792dbd
KS
22542002-05-13 Kim F. Storm <storm@cua.dk>
2255
2256 * variables.texi (Intro to Buffer-Local): Updated warning and
2257 example relating to changing buffer inside let.
2258
940344d4 22592002-03-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
d873ec96
JD
2260
2261 * os.texi (Session Management): New node about X Session management.
2262
231ac53b
EZ
22632002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
2264
2265 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
2266 to which the manual corresponds, and the copyright years.
2267
2268 * Makefile.in (VERSION): Set to 2.9.
2269
140cc574
EZ
22702001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
2271
2272 * elisp.texi: Change the category in @dircategory to "Emacs", to
2273 make it consistent with info/dir.
2274
9c7fce05
MB
22752001-11-25 Miles Bader <miles@gnu.org>
2276
2277 * text.texi (Fields): Describe new `limit' arg in
2278 field-beginning/field-end.
2279
9f8bbf0f
EZ
22802001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
2281
a5e6715c
EZ
2282 * permute-index: Don't depend on csh-specific features. Replace
2283 the interpreter name with /bin/sh.
2284
9f8bbf0f
EZ
2285 * two-volume-cross-refs.txt: New file.
2286 * two.el: New file.
2287 * spellfile: New file.
2288
1756e2fb
EZ
22892001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
2290
2291 * permute-index: New file.
2292
2293 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
2294 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
2295 8+3 restricted namespace.
ad050e54
EZ
2296
2297 * Makefile.in (infodir): Define relative to $(srcdir).
2298 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
2299 include directories list via -I switch to makeinfo.
2300 (index.texi): Use cp if both hard and symbolic links fail.
2301
10fa7f8e
EZ
23022001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
2303
7a1494ce
EZ
2304 * Makefile.in (distclean): Add.
2305
10fa7f8e
EZ
2306 The following changes make ELisp manual part of the Emacs
2307 distribution:
2308
2309 * Makefile.in: Add Copyright notice.
2310 (prefix): Remove.
2311 (infodir): Change value to "../info".
2312 (VPATH): New variable.
2313 (MAKE): Don't define.
2314 (texmacrodir): Don't define.
2315 (texinputdir): Append the existing value of TEXINPUTS.
2316 ($(infodir)/elisp): Instead of just "elisp". Reformat the
2317 command to be compatible with man/Makefile.in, and to put the
2318 output into ../info.
5c32b7c5 2319 (info): Add target.
10fa7f8e
EZ
2320 (installall): Target removed.
2321
ad050e54 23222001-10-31 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2b209b97
PJ
2323
2324 * tips.texi (Coding Conventions): Fix typo.
2325
6fd735df
GM
23262001-10-23 Gerd Moellmann <gerd@gnu.org>
2327
2328 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
2329
b704d54b
EZ
23302001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
2331
2332 * files.texi (File Name Components): Update the description of
2333 file-name-sans-extension and file-name-extension, as they now
2334 ignore leading dots.
2335
71431a0e
GM
23362001-10-20 Gerd Moellmann <gerd@gnu.org>
2337
6aa97356 2338 * (Version 21.1 released.)
71431a0e 2339
79f1f96c
MB
23402001-10-19 Miles Bader <miles@gnu.org>
2341
2342 * positions.texi (Text Lines): Describe behavior of
2343 `beginning-of-line'/`end-of-line' in the presence of field properties.
2344
892a8f36
GM
23452001-10-17 Gerd Moellmann <gerd@gnu.org>
2346
2347 * Makefile.in (VERSION): Set to 2.8.
2348 (manual): Use `manual-21'.
2349
8c1cc9e8 2350 * elisp.texi (VERSION): Add and use it where the version
892a8f36
GM
2351 number was used. Set it to 2.8.
2352
2353 * intro.texi: Likewise.
2354
51724e26
EZ
23552001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
2356
2357 * files.texi (File Name Completion): Document the significance of
2358 a trailing slash in elements of completion-ignored-extensions.
2359
57b338e8
MB
23602001-10-06 Miles Bader <miles@gnu.org>
2361
2362 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
2363
c89e4bc5
GM
23642001-10-04 Gerd Moellmann <gerd@gnu.org>
2365
2366 * variables.texi (Variable Aliases): New node.
2367
ab952a4f
GM
23682001-10-04 Gerd Moellmann <gerd@gnu.org>
2369
2370 * Branch for 21.1.
dff28924 2371
9db3a582
MB
23722001-10-02 Miles Bader <miles@gnu.org>
2373
ae1a9581
MB
2374 * minibuf.texi (Minibuffer Misc): Add entries for
2375 `minibuffer-contents', `minibuffer-contents-no-properties', and
2376 `delete-minibuffer-contents'.
2377 Correct description for `minibuffer-prompt-end'.
2378
9db3a582
MB
2379 * text.texi (Property Search): Correct descriptions of
2380 `next-char-property-change' and `previous-char-property-change'.
2381 Add entries for `next-single-char-property-change' and
2382 `previous-single-char-property-change'.
2383 Make operand names a bit more consistent.
2384
03be5931
EZ
23852001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
2386
2387 * frames.texi (Finding All Frames): Document that next-frame and
2388 previous-frame are local to current terminal.
2389
974548ec
EZ
23902001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
2391
2392 * keymaps.texi (Creating Keymaps): Fix the description of the
dff28924 2393 result of make-keymap.
974548ec 2394
8d82c597
EZ
23952001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
2396
2397 * display.texi (Font Lookup, Attribute Functions)
2398 (Image Descriptors): Add cross-references to the definition of
2399 selected frame.
2400
2401 * buffers.texi (The Buffer List): Add cross-references to the
2402 definition of selected frame.
2403
2404 * frames.texi (Input Focus): Clarify which frame is _the_ selected
2405 frame at any given time.
2406 (Multiple Displays, Size and Position): Add a cross-reference to
2407 the definition of the selected frame.
2408
2842de30
EZ
24092001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
2410
2411 * strings.texi (String Conversion) <string-to-number>: Document
2412 that a float is returned for integers that are too large.
2413
2414 * frames.texi (Mouse Position): Document mouse-position-function.
2415 (Display Feature Testing): Document display-images-p.
2416 (Window Frame Parameters): Document the cursor-type variable.
2417
2418 * numbers.texi (Integer Basics): Document CL style read syntax for
2419 integers in bases other than 10.
2420
2421 * positions.texi (List Motion): Document
2422 open-paren-in-column-0-is-defun-start.
2423
2424 * lists.texi (Sets And Lists): Document member-ignore-case.
2425
2426 * internals.texi (Garbage Collection): Document the used and free
2427 strings report.
2428 (Memory Usage): Document strings-consed.
2429
2430 * os.texi (Time of Day): Document float-time.
2431 (Recording Input): Document that clear-this-command-keys clears
2432 the vector to be returned by recent-keys.
2433
2434 * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
2435 argument keymap can be a list.
2436
2437 * nonascii.texi (User-Chosen Coding Systems)
2438 <select-safe-coding-system>: Document the new argument
2439 accept-default-p and the variable
2440 select-safe-coding-system-accept-default-p. Tell what happens if
2441 buffer-file-coding-system is undecided.
2442 (Default Coding Systems): Document auto-coding-regexp-alist.
2443
2444 * display.texi (The Echo Area) <message>: Document
2445 message-truncate-lines.
2446 (Glyphs): Document that the glyph table is unused on windowed
2447 displays.
2448
2449 * help.texi (Describing Characters) <single-key-description>:
2450 Document the new argument no-angles.
2451 (Accessing Documentation) <documentation-property>: Document that
2452 a non-string property is evaluated.
2453 <documentation>: Document that the function-documentation property
2454 is looked for.
2455
2456 * windows.texi (Selecting Windows): Document some-window.
2457
2458 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
2459
2460 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
2461 apropos-mode-hook.
2462
2463 * commands.texi (Using Interactive): Document interactive-form.
2464 (Keyboard Macros): Document kbd-macro-termination-hook.
2465 (Command Loop Info): Document that clear-this-command-keys clears
2466 the vector to be returned by recent-keys.
2467
2d43d823
GM
24682001-09-04 Werner LEMBERG <wl@gnu.org>
2469
2470 * Makefile.in (srcdir, texinputdir): New variables.
2471 (srcs, index.texi, install): Use $(srcdir).
2472 (.PHONY): Remove elisp.dvi.
2473 (elisp): Use -I switch for makeinfo.
2474 (elisp.dvi): Use $(srcdir) and $(texinputdir).
2475 (installall, dist): Use $(srcdir).
2476 Fix path to texinfo.tex.
2477 (maintainer-clean): Add elisp.dvi and elisp.oaux.
2478
fa739b31
GM
24792001-08-30 Gerd Moellmann <gerd@gnu.org>
2480
92a25631
GM
2481 * display.texi (Conditional Display): Adjust to API change.
2482
fa739b31
GM
2483 * configure: New file.
2484
cef68af5
GM
24852001-07-30 Gerd Moellmann <gerd@gnu.org>
2486
2487 * commands.texi (Repeat Events): Add description of
2488 double-click-fuzz.
2489
d1f08d85
SM
24902001-05-08 Stefan Monnier <monnier@cs.yale.edu>
2491
2492 * syntax.texi (Syntax Class Table): Add the missing designator for
2493 comment and string fences.
2494 (Syntax Properties): Add a xref to syntax table internals.
2495 (Syntax Table Internals): Document string-to-syntax.
2496
1e9fc92e
GM
24972001-05-07 Gerd Moellmann <gerd@gnu.org>
2498
2499 * Makefile.in (install): Use install-info command line options
2500 like in Emacs' Makefile.in.
2501
00480554
MB
25022000-12-09 Miles Bader <miles@gnu.org>
2503
2504 * windows.texi (Window Start): Update documentation for
2505 `pos-visible-in-window-p'.
2506
1e344ee2
SM
25072000-11-12 Stefan Monnier <monnier@cs.yale.edu>
2508
2509 * lists.texi (Building Lists): Add footnote to explain how to add
2510 to the end of a list.
2511
a540f6ed
GM
25122000-10-25 Gerd Moellmann <gerd@gnu.org>
2513
2514 * files.texi (Visiting Functions): Typos.
2515
28bcdbee
KH
25162000-10-25 Kenichi Handa <handa@etl.go.jp>
2517
2518 * files.texi (Visiting Functions): Return value of
2519 find-file-noselect may be a list of buffers if wildcards are used.
2520
22d1a4ed
MB
25212000-10-24 Miles Bader <miles@lsi.nec.co.jp>
2522
2523 * display.texi (Defining Faces): Document `graphic' display type
2524 in face specs.
2525
916a89db
KG
25262000-10-18 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2527
1e9fc92e 2528 * hooks.texi (Standard Hooks): Replace obsolete
916a89db
KG
2529 `after-make-frame-hook' with `after-make-frame-functions'.
2530
1e9fc92e 2531 * frames.texi (Creating Frames): Ditto.
916a89db 2532
1e9fc92e 2533 * variables.texi (Future Local Variables): Ditto.
916a89db 2534
483de32b
GM
25352000-10-16 Gerd Moellmann <gerd@gnu.org>
2536
2537 * display.texi (Other Image Types): Add description of :foreground
2538 and :background properties of mono PBM images.
2539
e23a63a5
WL
25402000-08-17 Werner LEMBERG <wl@gnu.org>
2541
2542 * .cvsignore: New file.
2543
dfc16043
GM
25442000-01-05 Gerd Moellmann <gerd@gnu.org>
2545
2546 * tindex.pl: New script.
2547
602613fe
DL
25481999-12-03 Dave Love <fx@gnu.org>
2549
2550 * Makefile.in (MAKEINFO): New parameter.
2551
94ec544d
DL
25521999-09-17 Richard Stallman <rms@gnu.org>
2553
2554 * Makefile.in (srcs): Add hash.texi.
2555 (VERSION): Update to 20.6.
2556
25571999-09-13 Richard Stallman <rms@gnu.org>
2558
2559 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
2560
25611998-08-29 Karl Heuer <kwzh@gnu.org>
2562
2563 * configure.in: New file.
2564 * Makefile.in: Renamed from Makefile.
2565 (prefix, infodir): Use value obtained from configure.
2566 (emacslibdir): Obsolete variable deleted.
2567 (dist): Distribute configure.in, configure, Makefile.in.
2568
25691998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
2570
2571 * Makefile (INSTALL_INFO): New variable.
2572 (install): Run install-info.
2573
25741998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
2575
2576 * Makefile (elisp.dvi): Add missing backslash.
2577
25781998-05-02 Richard Stallman <rms@psilocin.gnu.org>
2579
2580 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
2581 Run texindex without `./'. Always run texindex on elisp.tp.
2582 (elisp.tps): Target deleted.
2583
25841998-04-05 Richard Stallman <rms@psilocin.gnu.org>
2585
2586 * Makefile (srcs): Add nonascii.texi and customize.texi.
2587 (dist): Start by deleting `temp'.
2588
25891998-02-17 Richard Stallman <rms@psilocin.gnu.org>
2590
2591 * Makefile (makeinfo, texindex): Targets deleted.
2592 (makeinfo.o, texindex.o): Targets deleted.
2593 (clean, dist): Don't do anything with them or with getopt*.
2594
25951998-01-30 Richard Stallman <rms@psilocin.gnu.org>
2596
2597 * Makefile (SHELL): Defined.
2598
25991998-01-27 Richard Stallman <rms@psilocin.gnu.org>
2600
2601 * Makefile (elisp.tps): New target.
2602 (elisp.dvi): Depend on elisp.tps.
2603
2604Wed Apr 3 15:24:25 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
2605
2606 * README: Update phone number.
2607
2608 * Makefile (elisp): Make this be the default target.
2609 Depend on makeinfo.c instead of makeinfo.
2610 (install): Don't depend on elisp.dvi, since we don't install that.
2611 Use mkinstalldirs.
2612 (dist): Add mkinstalldirs.
2613
2614Mon Jun 19 14:35:26 1995 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2615
2616 * Makefile (VERSION): Update version number.
2617 (maintainer-clean): Renamed from realclean.
2618
2619Wed Jun 7 17:04:59 1995 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
2620
2621 * Makefile (realclean): New target.
2622 (elisp): Remove any old elisp-* files first.
2623
2624Tue Nov 23 19:59:40 1993 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
2625
d1f08d85
SM
2626 * Makefile (VERSION): New variable.
2627 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
2628 Compressed file suffix should be `.gz', not `.z'.
94ec544d
DL
2629
2630Mon Nov 22 15:06:19 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2631
2632 * Makefile (elisp): Depend on makeinfo.
2633
2634Fri Nov 19 02:29:33 1993 Noah Friedman (friedman@gnu.ai.mit.edu)
2635
d1f08d85 2636 * Makefile (srcs): Add anti.texi.
94ec544d
DL
2637
2638Fri May 28 18:04:53 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2639
2640 * Makefile (infodir, prefix): New vars.
2641 (install): Use infodir.
2642 (emacsinfodir): Deleted.
2643
2644Thu May 27 02:11:25 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2645
2646 * Makefile (srcs): Add calendar.texi.
2647
2648 * Makefile (dist): Copy texindex.c and makeinfo.c.
2649 Limit elisp-* files to those with one or two digits.
2650
2651Sun May 16 17:58:21 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
2652
2653 * Makefile (dist): Changed to use Gzip instead of compress.
2654
2655Fri Apr 23 01:05:23 1993 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
2656
2657 * loading.texi (Unloading): define-function changed back to
2658 defalias. It may not stay this way, but at least it's
2659 consistent with the known-good version of the code patch.
2660
2661Fri Mar 26 21:14:54 1993 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
2662
2663 * modes.texi (Hooks): Document new optional arg of add-hook.
2664
2665Wed Mar 17 08:48:24 1993 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
2666
d1f08d85 2667 * variables.texi: Document nil initial value of buffer-local variables.
94ec544d
DL
2668
2669 * tips.texi: Add new section on standard library headers.
2670
2671Sat Feb 27 18:00:25 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
2672
2673 * Makefile (srcs): Add frame.texi to the list of sources.
2674
2675Tue Feb 23 10:50:25 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
2676
2677 * Makefile (dist): Don't bother excluding autosave files; they'll
2678 never make it into the temp directory anyway, and the hash marks
2679 in the name are problematic for make and the Bourne shell.
dff28924 2680 (srcs):
94ec544d
DL
2681
2682Fri Feb 12 16:54:38 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
2683
d1f08d85 2684 * Makefile (dist): Don't include backup files or autosave files in
94ec544d
DL
2685 the distribution tar file.
2686
dff28924 2687Tue Nov 26 21:10:34 1991 Richard Stallman (rms@mole.gnu.ai.mit.edu)
94ec544d
DL
2688
2689 * Makefile (srcs): Added index.perm.
2690 (elisp.dvi): Remove erroneous shell comment.
2691 Expect output of permute-index in permuted.fns.
2692 Save old elisp.aux in elisp.oaux.
2693 (clean): Added index.texi to be deleted.
2694
dff28924 2695Sat Aug 11 17:39:10 1990 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
94ec544d
DL
2696
2697 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
2698
dff28924 2699Tue Jun 26 09:57:26 1990 David Lawrence (tale@geech)
94ec544d
DL
2700
2701 * files.texi: Noted that completion-ignored-extensions is ignored
2702 when making *Completions*.
2703
2704Fri Jun 8 16:44:44 EDT 1990 Jay Fenlason (hack@ai.mit.edu)
2705
2706 * Makefile make dist now depends on elisp.dvi, since it tries
2707 to include it in the dist file.
2708
dff28924 2709Wed Mar 28 22:57:35 1990 Jim Kingdon (kingdon@mole.ai.mit.edu)
94ec544d
DL
2710
2711 * functions.texinfo (Mapping Functions): Add missing quote
2712
dff28924 2713Mon Jun 19 18:09:24 1989 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
94ec544d
DL
2714
2715 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
2716 (defunargs): Turn off \hyphenchar of \sl font temporarily.
2717
dff28924 2718Wed May 10 18:01:17 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
2719
2720 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
2721 and @error{} are the terms now being used. The files in the
2722 directory have been changed to reflect this.
2723
d1f08d85 2724 * All instances of @indentedresultt{} have been changed to
94ec544d
DL
2725 ` @result{}', using 5 spaces at the begining of the line.
2726
dff28924 2727Mon Apr 24 21:02:55 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
2728
2729 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
2730 experimental @indentedresult{}, @indentedexpandsto{} are part of
2731 the texinfo.tex in this directory. These TeX macros are not
2732 stable yet.
2733
dff28924 2734Mon Apr 17 18:56:50 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
2735
2736 * texinfo.tex: temporarily added
d1f08d85 2737 \let\result=\dblarrow
94ec544d
DL
2738 \def\error{{\it ERROR} \longdblarrow}
2739 We need to do this better soon.
2740
dff28924 2741Tue Apr 11 12:23:28 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
2742
2743 * Applied Karl Berry's patches to *.texinfo files, but not to
2744 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
2745 new title page format is also not applied, since it requires
2746 texinfo.tex changes.)
2747
2748 * Cleaned up `Makefile' and defined the `emacslibdir' directory
2749 for the Project GNU development environment.
2750
ad050e54 2751;; Local Variables:
fd026ee1 2752;; coding: iso-2022-7bit
ad050e54 2753;; End:
2a34a036
GM
2754
2755 Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
2756 Copying and distribution of this file, with or without modification,
2757 are permitted provided the copyright notice and this notice are preserved.
ab5796a9
MB
2758
2759;;; arch-tag: 985ae0ce-df29-475b-b3f8-4bbcbf6f7fda