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