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