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