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