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