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