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