(posn-object-x-y): New defun.
[bpt/emacs.git] / lispref / ChangeLog
CommitLineData
1ce7c819
KS
12003-11-23 Kim F. Storm <storm@cua.dk>
2
3 * commands.texi (Click Events): Describe enhancements to event
4 position lists, including new text-pos and (col . row) items.
5 Mention left-fringe and right-fringe area events.
6 (Accessing Events): New functions posn-area, posn-object, and
7 posn-actual-col-row. Mention posn-timestamp. Mention that
8 posn-point in non-text area still returns buffer position.
9 Clarify posn-col-row.
10
cae8ddbb
LH
112003-11-21 Lars Hansen <larsh@math.ku.dk>
12
13 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
14 * anti.texi (File Attributes): Describe removed parameter
15 ID-FORMAT.
16
f7f1a248
LT
172003-11-20 Luc Teirlinck <teirllm@auburn.edu>
18
19 * positions.texi (Positions): Mention that, if a marker is used a
20 a position, its buffer is ignored.
21
22 * markers.texi (Overview of Markers): Mention it here too.
23
c5e2fb05
LT
242003-11-12 Luc Teirlinck <teirllm@auburn.edu>
25
26 * numbers.texi (Numeric Conversions): Not just `floor', but also
27 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
28
e57d0aa8
LT
292003-11-10 Luc Teirlinck <teirllm@auburn.edu>
30
31 * markers.texi (Creating Markers): Specify insertion type of
32 created markers. Add xref to `Marker Insertion Types'.
33 Second argument to `copy-marker' is optional.
34 (Marker Insertion Types): Mention that most markers are created
35 with insertion type nil.
36 (The Mark): Correctly describe when `mark' signals an error.
37 (The Region): Correctly describe when `region-beginning' and
38 `region-end' signal an error.
39
bb3612ec
LT
402003-11-08 Luc Teirlinck <teirllm@auburn.edu>
41
42 * hash.texi (Creating Hash): Clarify description of `eql'.
43 `makehash' is obsolete.
44 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
45
46 * positions.texi (Point): Change description of `buffer-end', so
47 that it is also correct for floating point arguments.
48 (List Motion): Correct argument lists of `beginning-of-defun' and
49 `end-of-defun'.
50 (Excursions): Add xref to `Marker Insertion Types'.
51 (Narrowing): Argument to `narrow-to-page' is optional.
52
cfb8a797
LT
532003-11-06 Luc Teirlinck <teirllm@auburn.edu>
54
55 * streams.texi (Output Streams): Clarify behavior of point for
56 marker output streams.
57
c6177909
LT
582003-11-04 Luc Teirlinck <teirllm@auburn.edu>
59
60 * variables.texi (Defining Variables): Second argument to
61 `defconst' is not optional.
62 (Setting Variables): Mention optional argument APPEND to
63 `add-to-list'.
64 (Creating Buffer-Local): Expand description of
65 `make-variable-buffer-local'.
66 (Frame-Local Variables): Expand description of
67 `make-variable-frame-local'.
68 (Variable Aliases): Correct description of optional argument
69 DOCSTRING to `defvaralias'. Mention return value of
70 `defvaralias'.
71 (File Local Variables): Add xref to `File variables' in Emacs
72 Manual. Correct description of `hack-local-variables'. Mention
73 `safe-local-variable' property. Mention optional second argument
74 to `risky-local-variable-p'.
75
b3645067
LT
762003-11-03 Luc Teirlinck <teirllm@auburn.edu>
77
78 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
79
10695e5c
EZ
802003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
81
82 * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
83 lispref/customize.texi, lispref/display.texi, lispref/files.texi,
84 lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
85 lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
86 lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
b3645067 87 lispref/processes.texi, lispref/searching.texi,
10695e5c
EZ
88 lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
89 lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
90 @acronym{FOO}.
91
a2f4def1
LT
922003-10-27 Luc Teirlinck <teirllm@auburn.edu>
93
94 * strings.texi (Creating Strings): Argument START to `substring'
95 can not be `nil'. Expand description of
96 `substring-no-properties'. Correct description of `split-string',
97 especially with respect to empty matches. Prevent very bad line
98 break in definition of `split-string-default-separators'.
99 (Text Comparison): `string=' and `string<' also accept symbols as
100 arguments.
101 (String Conversion): More completely describe argument BASE in
102 `string-to-number'.
103 (Formatting Strings): `%s' and `%S" in `format' do require
104 corresponding object. Clarify behavior of numeric prefix after
105 `%' in `format'.
106 (Case Conversion): The argument to `upcase-initials' can be a
107 character.
108
a2296bf9
KH
1092003-10-27 Kenichi Handa <handa@m17n.org>
110
111 * display.texi (Fontsets): Fix texinfo usage.
112
885fef7c
KH
1132003-10-25 Kenichi Handa <handa@m17n.org>
114
115 * display.texi (Fontsets): Add description of the function
116 set-fontset-font.
117
0c6b7a1f
LT
1182003-10-23 Luc Teirlinck <teirllm@auburn.edu>
119
120 * display.texi (Temporary Displays): Add xref to `Documentation
121 Tips'.
122
123 * functions.texi (Function Safety): Use inforef instead of pxref
124 for SES.
125
c3cda320
AS
1262003-10-23 Andreas Schwab <schwab@suse.de>
127
128 * Makefile.in (TEX, texinputdir): Don't define.
129 (TEXI2DVI): Define.
130 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
131 add $(srcdir)/index.texi.
132 ($(infodir)/elisp): Remove index.texi dependency.
133 (elisp.dvi): Likewise. Use $(TEXI2DVI).
134 (index.texi): Remove target.
135 (dist): Don't link $(srcdir)/permute-index.
83badb71
AS
136 (clean): Don't remove index.texi.
137
c3cda320
AS
138 * permute-index, index.perm: Remove.
139 * index.texi: Rename from index.unperm.
140
e5dadca7
LT
1412003-10-22 Luc Teirlinck <teirllm@auburn.edu>
142
143 * tips.texi (Documentation Tips): Document new behavior for face
144 and variable hyperlinks in Help mode.
145
6cfb0777
LT
1462003-10-21 Luc Teirlinck <teirllm@auburn.edu>
147
148 * objects.texi (Integer Type): Update for extra bit of integer range.
149 (Character Type): Ditto.
150
a4fc3ab3
EZ
1512003-10-16 Eli Zaretskii <eliz@elta.co.il>
152
153 * numbers.texi (Integer Basics): Add index entries for reading
154 numbers in hex, octal, and binary.
155
c8f9ba83
LK
1562003-10-16 Lute Kamstra <lute@gnu.org>
157
158 * modes.texi (Mode Line Format): Mention force-mode-line-update's
159 argument.
160
b52a26fb
LT
1612003-10-13 Luc Teirlinck <teirllm@auburn.edu>
162
163 * windows.texi (Choosing Window): Fix typo.
164 * edebug.texi (Edebug Execution Modes): Fix typo.
165
f7005886
RS
1662003-10-13 Richard M. Stallman <rms@gnu.org>
167
168 * windows.texi (Basic Windows): A window has fringe settings,
169 display margins and scroll-bar settings.
170 (Splitting Windows): Doc split-window return value.
171 Clean up one-window-p.
172 (Selecting Windows): Fix typo.
173 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
174 (Buffers and Windows): In set-window-buffer, explain effect
175 on fringe settings and scroll bar settings.
176 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
177 (Choosing Window): Use defopt for pop-up-frame-function.
178 For special-display-buffer-names, explain same-window and same-frame.
179 Clarify window-dedicated-p return value.
180 (Textual Scrolling): scroll-up and scroll-down can get an error.
181 (Horizontal Scrolling): Clarify auto-hscroll-mode.
182 Clarify set-window-hscroll.
183 (Size of Window): Don't mention tool bar in window-height.
184 (Coordinates and Windows): Explain what coordinates-in-window-p
185 returns for fringes and display margins.
186 (Window Configurations): Explain saving fringes, etc.
187
188 * tips.texi (Library Headers): Clean up Documentation.
189
190 * syntax.texi (Parsing Expressions): Clean up forward-comment
191 and parse-sexp-lookup-properties.
192
193 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
194
195 * os.texi (System Environment): Clean up text for load-average errors.
196
197 * modes.texi (Hooks): Don't explain local hook details at front.
198 Clarify run-hooks and run-hook-with-args a little.
199 Clean up add-hook and remove-hook.
200
201 * edebug.texi (Edebug Execution Modes): Clarify t.
202 Document edebug-sit-for-seconds.
203 (Coverage Testing): Document C-x X = and =.
204 (Instrumenting Macro Calls): Fix typo.
205 (Specification List): Don't index the specification keywords.
206
c989ebe9
KS
2072003-10-10 Kim F. Storm <storm@cua.dk>
208
209 * processes.texi (Network): Introduce make-network-process.
210
f9525eef
LT
2112003-10-09 Luc Teirlinck <teirllm@auburn.edu>
212
213 * tips.texi (Library Headers): Fix typo.
214
f008b925
LK
2152003-10-07 Juri Linkov <juri@jurta.org>
216
217 * modes.texi (Imenu): Mention imenu-create-index-function's
218 default value. Explain submenus better.
219
c22c5da6
LK
2202003-10-07 Lute Kamstra <lute@gnu.org>
221
222 * modes.texi (Faces for Font Lock): Fix typo.
223 (Hooks): Explain how buffer-local hook variables can refer to
224 global hook variables.
225 Various minor clarifications.
226
49247521
LK
2272003-10-06 Lute Kamstra <lute@gnu.org>
228
229 * tips.texi (Coding Conventions): Mention naming conventions for
230 hooks.
231
9296c947
LT
2322003-10-05 Luc Teirlinck <teirllm@auburn.edu>
233
234 * loading.texi (Library Search): Correct default value of
235 load-suffixes.
236 (Named Features): Fix typo.
237
0e9b293a
RS
2382003-10-05 Richard M. Stallman <rms@gnu.org>
239
240 * loading.texi (Named Features): In `provide',
241 say how to test for subfeatures.
242 (Unloading): In unload-feature, use new var name
243 unload-feature-special-hooks.
244
49247521 2452003-10-03 Lute Kamstra <lute@gnu.org>
10ee4e90
LK
246
247 * modes.texi (Major Mode Conventions): Mention third way to set up
248 Imenu.
249 (Imenu): A number of small fixes.
250 Delete documentation of internal variable imenu--index-alist.
251 Document the return value format of imenu-create-index-function
252 functions.
253
ab8f7d5c
RS
2542003-09-30 Richard M. Stallman <rms@gnu.org>
255
256 * processes.texi (Network): Say what stopped datagram connections do.
257
258 * lists.texi (Association Lists): Clarify `assq-delete-all'.
259
260 * display.texi (Overlay Properties): Clarify `evaporate' property.
261
49247521 2622003-09-29 Lute Kamstra <lute@gnu.org>
86b9b767
LK
263
264 * modes.texi (Mode Line Data): Explain when symbols in mode-line
c22c5da6 265 constructs should be marked as risky.
86b9b767
LK
266 Change cons cell into proper list.
267 (Mode Line Variables): Change cons cell into proper list.
268
49247521 2692003-09-26 Lute Kamstra <lute@gnu.org>
bc3b02f9
LK
270
271 * modes.texi (Mode Line Data): Document the :propertize construct.
272 (Mode Line Variables): Reorder the descriptions of the variables
c22c5da6 273 to match their order in the default mode-line-format.
bc3b02f9
LK
274 Describe the new variables mode-line-position and mode-line-modes.
275 Update the default values of mode-line-frame-identification,
276 minor-mode-alist, and default-mode-line-format.
277 (Properties in Mode): Mention the :propertize construct.
6142d1d0 278
bc3b02f9 2792003-09-26 Richard M. Stallman <rms@gnu.org>
6142d1d0 280
c22c5da6 281 * buffers.texi, commands.texi, debugging.texi, eval.texi:
6142d1d0
RS
282 * loading.texi, minibuf.texi, text.texi, variables.texi:
283 Avoid @strong{Note:}.
284
2852003-09-26 Richard M. Stallman <rms@gnu.org>
286
287 * keymaps.texi (Remapping Commands): Fix typo.
288
41beda59
LT
2892003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
290
291 * processes.texi (Low-Level Network): Fix typo.
292
ef6ae4ff
KS
2932003-09-23 Kim F. Storm <storm@cua.dk>
294
295 * processes.texi (Network, Network Servers): Fix typos.
296 (Low-Level Network): Add timeout value for :server keyword.
297 Add new option keywords to make-network-process.
298 Add set-network-process-options.
299 Explain how to test availability of network options.
300
b0f23edf
RS
3012003-09-19 Richard M. Stallman <rms@gnu.org>
302
303 * text.texi (Motion by Indent): Arg to
304 backward-to-indentation and forward-to-indentation is optional.
305
306 * strings.texi (Creating Strings): Add substring-no-properties.
307
308 * processes.texi
309 (Process Information): Add list-processes arg QUERY-ONLY.
310 Delete process-contact from here.
311 Add new status values for process-status.
312 Add process-get, process-put, process-plist, set-process-plist.
313 (Synchronous Processes): Add call-process-shell-command.
314 (Signals to Processes): signal-process allows process objects.
315 (Network): Complete rewrite.
316 (Network Servers, Datagrams, Low-Level Network): New nodes.
317
318 * positions.texi (Word Motion): forward-word, backward-word
319 arg is optional. Reword.
320
321 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
322
c22c5da6 323 * variables.texi (Creating Buffer-Local):
b0f23edf
RS
324 Delete duplicate definition of buffer-local-value.
325 (File Local Variables): Explain about discarding text props.
326
f387bdea
RS
3272003-09-11 Richard M. Stallman <rms@gnu.org>
328
329 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
330 changes variables that record input events.
331 (Minibuffer Misc): Add minibuffer-selected-window.
332
333 * lists.texi (Building Lists): Add copy-tree.
334
335 * display.texi (Fontsets): Add char-displayable-p.
336 (Scroll Bars): New node.
337
49247521 3382003-09-08 Lute Kamstra <lute@gnu.org>
5df034de
LK
339
340 * modes.texi (%-Constructs): Document new `%i' and `%I'
341 constructs.
342
fd026ee1
JR
3432003-09-03 Peter Runestig <peter@runestig.com>
344
345 * makefile.w32-in: New file.
346
4828b4d7
RS
3472003-08-29 Richard M. Stallman <rms@gnu.org>
348
349 * display.texi (Overlay Properties): Clarify how priorities
350 affect use of the properties.
351
a4e4f05d
LT
3522003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
353
354 * customize.texi (Type Keywords): Correct the description of
355 `:help-echo' in the case where `motion-doc' is a function.
356
3ebe0346
JPW
3572003-08-14 John Paul Wallington <jpw@gnu.org>
358
359 * modes.texi (Emulating Mode Line): Subsection, not section.
360
3afe8e39
RS
3612003-08-13 Richard M. Stallman <rms@gnu.org>
362
363 * elisp.texi (Top): Update subnode lists in menu.
364
365 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
366 (Kill Functions): kill-region has new arg yank-handler.
367 (Yanking): New node.
368 (Yank Commands): Add yank-undo-function.
369 (Low-Level Kill Ring):
370 kill-new and kill-append have new arg yank-handler.
371 (Changing Properties): Add remove-list-of-text-properties.
372 (Atomic Changes): New node.
373
374 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
375
376 * streams.texi (Output Variables): Add eval-expression-print-length
377 and eval-expression-print-level.
378
379 * os.texi (Time Conversion): For encode-time, explain limits on year.
380
381 * objects.texi (Character Type): Define anchor "modifier bits".
382
383 * modes.texi (Emulating Mode Line): New node.
384 (Search-based Fontification): Font Lock uses font-lock-face property.
385 (Other Font Lock Variables): Likewise.
386
387 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
388 not vectors.
389 (Active Keymaps): Add emulation-mode-map-alists.
390 (Functions for Key Lookup): key-binding has new arg no-remap.
391 (Remapping Commands): New node.
392 (Scanning Keymaps): where-is-internal has new arg no-remap.
393 (Tool Bar): Add tool-bar-local-item-from-menu.
394 Clarify when to use tool-bar-add-item-from-menu.
395
396 * commands.texi (Interactive Call): commandp has new arg.
397 (Command Loop Info): Add this-original-command.
398
e37769b1
JPW
3992003-08-06 John Paul Wallington <jpw@gnu.org>
400
401 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
402
403 * display.texi (Warning Basics): Fix typo.
404 (Fringes): Add closing curly bracket and fix typo.
405
406 * elisp.texi (Top): Fix typo.
407
c5e0561f
RS
4082003-08-05 Richard M. Stallman <rms@gnu.org>
409
410 * elisp.texi: Update lists of subnodes.
411
412 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
413
414 * variables.texi (Local Variables): Use lc for example variable names.
415
416 * tips.texi (Library Headers): Explain where to put -*-.
417
418 * strings.texi (Creating Strings): Fix xref for vconcat.
419
420 * sequences.texi (Vector Functions):
421 vconcat no longer allows integer args.
422
423 * minibuf.texi (Reading File Names): read-file-name has new
424 arg PREDICATE. New function read-directory-name.
425
426 * macros.texi (Defining Macros): Give definition of `declare'
427 (Indenting Macros): New node.
428
429 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
430 (Window Frame Parameters): Make separate table of parameters
431 that are coupled with specific face attributes.
432 (Deleting Frames): delete-frame-hooks renamed to
433 delete-frame-functions.
434
435 * files.texi (Magic File Names): Add file-remote-p.
436 Clarify file-local-copy.
437
438 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
439 here; instead xref Defining Macros.
440
441 * display.texi (Warnings): New node, and subnodes.
442 (Fringes): New node.
443
444 * debugging.texi (Test Coverage): New node.
445
446 * compile.texi (Compiler Errors): Explain with-no-warnings
447 and other ways to suppress warnings.
448
449 * commands.texi (Interactive Call): Minor clarification.
450
451 * buffers.texi (Buffer File Name): set-visited-file-name
452 renames the buffer too.
453
454 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
455
ee59dede
MR
4562003-07-24 Markus Rost <rost@math.ohio-state.edu>
457
458 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
459
f0514b34
MR
4602003-07-22 Markus Rost <rost@math.ohio-state.edu>
461
462 * internals.texi (Garbage Collection): Fix previous change.
463
c73983bb
RS
4642003-07-22 Richard M. Stallman <rms@gnu.org>
465
466 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
467
468 * display.texi (Width): Use \s syntax in example.
469 (Font Selection): Add face-font-rescale-alist.
470
471 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
472 Remove spurious indent in example.
473
474 * lists.texi (Building Lists): Add number-sequence.
475
476 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
477
478 * functions.texi (Function Documentation): Explain how to
479 show calling convention explicitly in the doc string.
480
481 * windows.texi (Selecting Windows): save-selected-window saves
482 selected window of each frame.
483 (Window Configurations): Minor change.
484
485 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
486
487 * streams.texi (Output Variables): Add print-continuous-numbering
488 and print-number-table.
489
490 * processes.texi (Decoding Output): New node.
491
492 * os.texi (Time Conversion): decode-time arg is optional.
493
494 * objects.texi (Character Type): Don't use space as example for \.
495 Make list of char names and \-sequences correspond.
496 Explain that \s is not used in strings. `\ ' needs space after.
497
498 * nonascii.texi (Converting Representations): Add string-to-multibyte.
499 (Translation of Characters): Add translation-table-for-input.
500 (Default Coding Systems): Add auto-coding-functions.
501 (Explicit Encoding): Add decode-coding-inserted-region.
502 (Locales): Add locale-info.
503
504 * minibuf.texi (Basic Completion): Describe test-completion.
505 Collections can be lists of strings.
506 Clean up lazy-completion-table.
507 (Programmed Completion): Mention test-completion.
508 Clarify why lambda expressions are not accepted.
509 (Minibuffer Misc): Describe minibufferp.
510
51a8b435
RS
5112003-07-14 Richard M. Stallman <rms@gnu.org>
512
513 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
514
515 * windows.texi (Selecting Windows): New arg to select-window.
516 (Selecting Windows): Add with-selected-window.
517 (Size of Window): Add window-inside-edges, etc.
518
519 * internals.texi (Garbage Collection): Add post-gc-hook.
520
521 * processes.texi (Subprocess Creation): Add exec-suffixes.
522
523 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
524 (Scanning Keymaps): Add map-keymaps.
525 (Defining Menus): Add keymap-prompt.
526
527 * numbers.texi (Integer Basics): Add most-positive-fixnum,
528 most-negative-fixnum.
529
530 * compile.texi (Byte Compilation): Explain no-byte-compile
531 (Compiler Errors): New node.
532
533 * os.texi (User Identification): user-uid, user-real-uid
534 can return float.
535
536 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
537 and about derived modes.
538 (Minor Modes): Add minor-mode-list.
539 (Defining Minor Modes): Keyword args for define-minor-mode.
540 (Search-based Fontification): Explain managing other properties.
541 (Other Font Lock Variables): Add font-lock-extra-managed-props.
542 (Faces for Font Lock): Add font-locl-preprocessor-face.
543 (Hooks): Add run-mode-hooks and delay-mode-hooks.
544
545 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
e57d0aa8 546 (Variable Aliases): Clarify defvaralias.
51a8b435
RS
547
548 * loading.texi (Library Search): Add load-suffixes.
549
550 * minibuf.texi (Basic Completion): Add lazy-completion-table.
551 (Programmed Completion): Add dynamic-completion-table.
552
553 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
554 (Magic File Names): Specify precedence order of handlers.
555o
556 * commands.texi (Command Overview): Emacs server runs pre-command-hook
557 and post-command-hook.
558 (Waiting): New calling convention for sit-for.
559
560 * text.texi (Special Properties): local-map and keymap properties
561 apply based on their stickiness.
562
c6de56a0
RS
5632003-07-07 Richard M. Stallman <rms@gnu.org>
564
565 * modes.texi (Minor Mode Conventions): Specify only some kinds
566 of list values as args to minor modes.
567
568 * files.texi (File Name Expansion): Warn about iterative use
569 of substitute-in-file-name.
570
571 * advice.texi (Activation of Advice): Clean up previous change.
572
8c761ea6
MR
5732003-07-06 Markus Rost <rost@math.ohio-state.edu>
574
575 * advice.texi (Activation of Advice): Note that ad-start-advice is
576 turned on by default.
577
c6de56a0
RS
5782003-06-30 Richard M. Stallman <rms@gnu.org>
579
580 * text.texi (Buffer Contents): Document current-word.
581 (Change Hooks): Not called for *Messages*.
582
583 * functions.texi (Defining Functions): Explain about redefining
584 primitives.
585 (Function Safety): Renamed. Minor changes.
586 Comment out the detailed criteria for what is safe.
587
3fe4e567
AS
5882003-06-22 Andreas Schwab <schwab@suse.de>
589
590 * objects.texi (Symbol Type): Fix description of examples.
591
cda7bd13
AS
5922003-06-16 Andreas Schwab <schwab@suse.de>
593
594 * hash.texi (Creating Hash): Fix description of :weakness.
595
fbcffa4a
KG
5962003-06-13 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
597
598 * files.texi (Changing Files): copy-file copies file modes, too.
599
ff6a3bfb
RS
6002003-05-28 Richard M. Stallman <rms@gnu.org>
601
602 * strings.texi (Creating Strings): Clarify split-string.
603
1463a05d
JB
6042003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
605
606 * strings.texi (Creating Strings): Update split-string specification
607 and examples.
608
af253914
RS
6092003-05-19 Richard M. Stallman <rms@gnu.org>
610
611 * elisp.texi: Correct invariant section names.
612
7ea52f92
RS
6132003-04-20 Richard M. Stallman <rms@gnu.org>
614
615 * os.texi (Timers): Explain about timers and quitting.
616
e31afc09
RS
6172003-04-19 Richard M. Stallman <rms@gnu.org>
618
619 * internals.texi (Writing Emacs Primitives): Strings are
620 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
621 Explain GCPRO convention for varargs function args.
622
5ceea398
RS
6232003-04-16 Richard M. Stallman <rms@gnu.org>
624
625 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
626
b0ada147
RS
6272003-04-08 Richard M. Stallman <rms@gnu.org>
628
629 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
630
b23375aa
KS
6312003-02-13 Kim F. Storm <storm@cua.dk>
632
633 * objects.texi (Character Type): New \s escape for space.
634
c60ee5e7
JB
6352003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
636
637 * os.texi (System Environment): Added cygwin system-type.
638
84e47416
RS
6392003-01-25 Richard M. Stallman <rms@gnu.org>
640
641 * keymaps.texi: Document that a symbol can act as a keymap.
642
3e8cf2ea
RS
6432003-01-13 Richard M. Stallman <rms@gnu.org>
644
645 * text.texi (Changing Properties): Say string indices are origin-0.
646
647 * positions.texi (Screen Lines) <compute-motion>:
648 Correct order of elts in return value.
649
650 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
651 how to define a default binding.
652
7abb9fc5 6532002-12-07 Markus Rost <rost@math.ohio-state.edu>
177f790c 654
104bc3aa 655 * loading.texi (Unloading): Fix recent change for load-history.
5b1fc152 656
104bc3aa
MR
657 * customize.texi (Simple Types): Clarify description of custom
658 type 'number. Describe new custom type 'float.
177f790c 659
7abb9fc5 6602002-12-04 Markus Rost <rost@math.ohio-state.edu>
24ff45f3
MR
661
662 * variables.texi (File Local Variables): Fix typo.
663
df140a68 6642002-10-23 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
c60ee5e7 665
df140a68
KG
666 From Michael Albinus <Michael.Albinus@alcatel.de>.
667
668 * README: Target for Info file is `make info'.
669
670 * files.texi (File Name Components): Fixed typos in
671 `file-name-sans-extension'.
672 (Magic File Names): Complete list of operations for magic file
673 name handlers.
674
7ed9159a
JY
6752002-09-16 Jonathan Yavner <jyavner@engineer.com>
676
677 * variables.texi (File Local Variables): New function
678 risky-local-variable-p.
679
6802002-09-15 Jonathan Yavner <jyavner@engineer.com>
681
682 * functions.texi (Function safety): New node about unsafep.
683
241f79af
PA
6842002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
685
686 * customize.texi (Splicing into Lists): Fixed example.
687 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>
688
72459b15
JB
6892002-06-17 Juanma Barranquero <lektu@terra.es>
690
691 * frames.texi (Display Feature Testing): Fix typo.
692
61f7e0f5
AS
6932002-06-12 Andreas Schwab <schwab@suse.de>
694
695 * frames.texi (Initial Parameters, Resources): Fix references to
696 the Emacs manual.
697
4e792dbd
KS
6982002-05-13 Kim F. Storm <storm@cua.dk>
699
700 * variables.texi (Intro to Buffer-Local): Updated warning and
701 example relating to changing buffer inside let.
702
940344d4 7032002-03-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
d873ec96
JD
704
705 * os.texi (Session Management): New node about X Session management.
706
231ac53b
EZ
7072002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
708
709 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
710 to which the manual corresponds, and the copyright years.
711
712 * Makefile.in (VERSION): Set to 2.9.
713
140cc574
EZ
7142001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
715
716 * elisp.texi: Change the category in @dircategory to "Emacs", to
717 make it consistent with info/dir.
718
9c7fce05
MB
7192001-11-25 Miles Bader <miles@gnu.org>
720
721 * text.texi (Fields): Describe new `limit' arg in
722 field-beginning/field-end.
723
9f8bbf0f
EZ
7242001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
725
a5e6715c
EZ
726 * permute-index: Don't depend on csh-specific features. Replace
727 the interpreter name with /bin/sh.
728
9f8bbf0f
EZ
729 * two-volume-cross-refs.txt: New file.
730 * two.el: New file.
731 * spellfile: New file.
732
1756e2fb
EZ
7332001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
734
735 * permute-index: New file.
736
737 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
738 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
739 8+3 restricted namespace.
ad050e54
EZ
740
741 * Makefile.in (infodir): Define relative to $(srcdir).
742 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
743 include directories list via -I switch to makeinfo.
744 (index.texi): Use cp if both hard and symbolic links fail.
745
10fa7f8e
EZ
7462001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
747
7a1494ce
EZ
748 * Makefile.in (distclean): Add.
749
10fa7f8e
EZ
750 The following changes make ELisp manual part of the Emacs
751 distribution:
752
753 * Makefile.in: Add Copyright notice.
754 (prefix): Remove.
755 (infodir): Change value to "../info".
756 (VPATH): New variable.
757 (MAKE): Don't define.
758 (texmacrodir): Don't define.
759 (texinputdir): Append the existing value of TEXINPUTS.
760 ($(infodir)/elisp): Instead of just "elisp". Reformat the
761 command to be compatible with man/Makefile.in, and to put the
762 output into ../info.
5c32b7c5 763 (info): Add target.
10fa7f8e
EZ
764 (installall): Target removed.
765
ad050e54 7662001-10-31 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2b209b97
PJ
767
768 * tips.texi (Coding Conventions): Fix typo.
769
6fd735df
GM
7702001-10-23 Gerd Moellmann <gerd@gnu.org>
771
772 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
773
b704d54b
EZ
7742001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
775
776 * files.texi (File Name Components): Update the description of
777 file-name-sans-extension and file-name-extension, as they now
778 ignore leading dots.
779
71431a0e
GM
7802001-10-20 Gerd Moellmann <gerd@gnu.org>
781
6aa97356 782 * (Version 21.1 released.)
71431a0e 783
79f1f96c
MB
7842001-10-19 Miles Bader <miles@gnu.org>
785
786 * positions.texi (Text Lines): Describe behavior of
787 `beginning-of-line'/`end-of-line' in the presence of field properties.
788
892a8f36
GM
7892001-10-17 Gerd Moellmann <gerd@gnu.org>
790
791 * Makefile.in (VERSION): Set to 2.8.
792 (manual): Use `manual-21'.
793
8c1cc9e8 794 * elisp.texi (VERSION): Add and use it where the version
892a8f36
GM
795 number was used. Set it to 2.8.
796
797 * intro.texi: Likewise.
798
51724e26
EZ
7992001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
800
801 * files.texi (File Name Completion): Document the significance of
802 a trailing slash in elements of completion-ignored-extensions.
803
57b338e8
MB
8042001-10-06 Miles Bader <miles@gnu.org>
805
806 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
807
c89e4bc5
GM
8082001-10-04 Gerd Moellmann <gerd@gnu.org>
809
810 * variables.texi (Variable Aliases): New node.
811
ab952a4f
GM
8122001-10-04 Gerd Moellmann <gerd@gnu.org>
813
814 * Branch for 21.1.
dff28924 815
9db3a582
MB
8162001-10-02 Miles Bader <miles@gnu.org>
817
ae1a9581
MB
818 * minibuf.texi (Minibuffer Misc): Add entries for
819 `minibuffer-contents', `minibuffer-contents-no-properties', and
820 `delete-minibuffer-contents'.
821 Correct description for `minibuffer-prompt-end'.
822
9db3a582
MB
823 * text.texi (Property Search): Correct descriptions of
824 `next-char-property-change' and `previous-char-property-change'.
825 Add entries for `next-single-char-property-change' and
826 `previous-single-char-property-change'.
827 Make operand names a bit more consistent.
828
03be5931
EZ
8292001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
830
831 * frames.texi (Finding All Frames): Document that next-frame and
832 previous-frame are local to current terminal.
833
974548ec
EZ
8342001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
835
836 * keymaps.texi (Creating Keymaps): Fix the description of the
dff28924 837 result of make-keymap.
974548ec 838
8d82c597
EZ
8392001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
840
841 * display.texi (Font Lookup, Attribute Functions)
842 (Image Descriptors): Add cross-references to the definition of
843 selected frame.
844
845 * buffers.texi (The Buffer List): Add cross-references to the
846 definition of selected frame.
847
848 * frames.texi (Input Focus): Clarify which frame is _the_ selected
849 frame at any given time.
850 (Multiple Displays, Size and Position): Add a cross-reference to
851 the definition of the selected frame.
852
2842de30
EZ
8532001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
854
855 * strings.texi (String Conversion) <string-to-number>: Document
856 that a float is returned for integers that are too large.
857
858 * frames.texi (Mouse Position): Document mouse-position-function.
859 (Display Feature Testing): Document display-images-p.
860 (Window Frame Parameters): Document the cursor-type variable.
861
862 * numbers.texi (Integer Basics): Document CL style read syntax for
863 integers in bases other than 10.
864
865 * positions.texi (List Motion): Document
866 open-paren-in-column-0-is-defun-start.
867
868 * lists.texi (Sets And Lists): Document member-ignore-case.
869
870 * internals.texi (Garbage Collection): Document the used and free
871 strings report.
872 (Memory Usage): Document strings-consed.
873
874 * os.texi (Time of Day): Document float-time.
875 (Recording Input): Document that clear-this-command-keys clears
876 the vector to be returned by recent-keys.
877
878 * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
879 argument keymap can be a list.
880
881 * nonascii.texi (User-Chosen Coding Systems)
882 <select-safe-coding-system>: Document the new argument
883 accept-default-p and the variable
884 select-safe-coding-system-accept-default-p. Tell what happens if
885 buffer-file-coding-system is undecided.
886 (Default Coding Systems): Document auto-coding-regexp-alist.
887
888 * display.texi (The Echo Area) <message>: Document
889 message-truncate-lines.
890 (Glyphs): Document that the glyph table is unused on windowed
891 displays.
892
893 * help.texi (Describing Characters) <single-key-description>:
894 Document the new argument no-angles.
895 (Accessing Documentation) <documentation-property>: Document that
896 a non-string property is evaluated.
897 <documentation>: Document that the function-documentation property
898 is looked for.
899
900 * windows.texi (Selecting Windows): Document some-window.
901
902 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
903
904 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
905 apropos-mode-hook.
906
907 * commands.texi (Using Interactive): Document interactive-form.
908 (Keyboard Macros): Document kbd-macro-termination-hook.
909 (Command Loop Info): Document that clear-this-command-keys clears
910 the vector to be returned by recent-keys.
911
2d43d823
GM
9122001-09-04 Werner LEMBERG <wl@gnu.org>
913
914 * Makefile.in (srcdir, texinputdir): New variables.
915 (srcs, index.texi, install): Use $(srcdir).
916 (.PHONY): Remove elisp.dvi.
917 (elisp): Use -I switch for makeinfo.
918 (elisp.dvi): Use $(srcdir) and $(texinputdir).
919 (installall, dist): Use $(srcdir).
920 Fix path to texinfo.tex.
921 (maintainer-clean): Add elisp.dvi and elisp.oaux.
922
fa739b31
GM
9232001-08-30 Gerd Moellmann <gerd@gnu.org>
924
92a25631
GM
925 * display.texi (Conditional Display): Adjust to API change.
926
fa739b31
GM
927 * configure: New file.
928
cef68af5
GM
9292001-07-30 Gerd Moellmann <gerd@gnu.org>
930
931 * commands.texi (Repeat Events): Add description of
932 double-click-fuzz.
933
d1f08d85
SM
9342001-05-08 Stefan Monnier <monnier@cs.yale.edu>
935
936 * syntax.texi (Syntax Class Table): Add the missing designator for
937 comment and string fences.
938 (Syntax Properties): Add a xref to syntax table internals.
939 (Syntax Table Internals): Document string-to-syntax.
940
1e9fc92e
GM
9412001-05-07 Gerd Moellmann <gerd@gnu.org>
942
943 * Makefile.in (install): Use install-info command line options
944 like in Emacs' Makefile.in.
945
00480554
MB
9462000-12-09 Miles Bader <miles@gnu.org>
947
948 * windows.texi (Window Start): Update documentation for
949 `pos-visible-in-window-p'.
950
1e344ee2
SM
9512000-11-12 Stefan Monnier <monnier@cs.yale.edu>
952
953 * lists.texi (Building Lists): Add footnote to explain how to add
954 to the end of a list.
955
a540f6ed
GM
9562000-10-25 Gerd Moellmann <gerd@gnu.org>
957
958 * files.texi (Visiting Functions): Typos.
959
28bcdbee
KH
9602000-10-25 Kenichi Handa <handa@etl.go.jp>
961
962 * files.texi (Visiting Functions): Return value of
963 find-file-noselect may be a list of buffers if wildcards are used.
964
22d1a4ed
MB
9652000-10-24 Miles Bader <miles@lsi.nec.co.jp>
966
967 * display.texi (Defining Faces): Document `graphic' display type
968 in face specs.
969
916a89db
KG
9702000-10-18 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
971
1e9fc92e 972 * hooks.texi (Standard Hooks): Replace obsolete
916a89db
KG
973 `after-make-frame-hook' with `after-make-frame-functions'.
974
1e9fc92e 975 * frames.texi (Creating Frames): Ditto.
916a89db 976
1e9fc92e 977 * variables.texi (Future Local Variables): Ditto.
916a89db 978
483de32b
GM
9792000-10-16 Gerd Moellmann <gerd@gnu.org>
980
981 * display.texi (Other Image Types): Add description of :foreground
982 and :background properties of mono PBM images.
983
e23a63a5
WL
9842000-08-17 Werner LEMBERG <wl@gnu.org>
985
986 * .cvsignore: New file.
987
dfc16043
GM
9882000-01-05 Gerd Moellmann <gerd@gnu.org>
989
990 * tindex.pl: New script.
991
602613fe
DL
9921999-12-03 Dave Love <fx@gnu.org>
993
994 * Makefile.in (MAKEINFO): New parameter.
995
94ec544d
DL
9961999-09-17 Richard Stallman <rms@gnu.org>
997
998 * Makefile.in (srcs): Add hash.texi.
999 (VERSION): Update to 20.6.
1000
10011999-09-13 Richard Stallman <rms@gnu.org>
1002
1003 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
1004
10051998-08-29 Karl Heuer <kwzh@gnu.org>
1006
1007 * configure.in: New file.
1008 * Makefile.in: Renamed from Makefile.
1009 (prefix, infodir): Use value obtained from configure.
1010 (emacslibdir): Obsolete variable deleted.
1011 (dist): Distribute configure.in, configure, Makefile.in.
1012
10131998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
1014
1015 * Makefile (INSTALL_INFO): New variable.
1016 (install): Run install-info.
1017
10181998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
1019
1020 * Makefile (elisp.dvi): Add missing backslash.
1021
10221998-05-02 Richard Stallman <rms@psilocin.gnu.org>
1023
1024 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
1025 Run texindex without `./'. Always run texindex on elisp.tp.
1026 (elisp.tps): Target deleted.
1027
10281998-04-05 Richard Stallman <rms@psilocin.gnu.org>
1029
1030 * Makefile (srcs): Add nonascii.texi and customize.texi.
1031 (dist): Start by deleting `temp'.
1032
10331998-02-17 Richard Stallman <rms@psilocin.gnu.org>
1034
1035 * Makefile (makeinfo, texindex): Targets deleted.
1036 (makeinfo.o, texindex.o): Targets deleted.
1037 (clean, dist): Don't do anything with them or with getopt*.
1038
10391998-01-30 Richard Stallman <rms@psilocin.gnu.org>
1040
1041 * Makefile (SHELL): Defined.
1042
10431998-01-27 Richard Stallman <rms@psilocin.gnu.org>
1044
1045 * Makefile (elisp.tps): New target.
1046 (elisp.dvi): Depend on elisp.tps.
1047
1048Wed Apr 3 15:24:25 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
1049
1050 * README: Update phone number.
1051
1052 * Makefile (elisp): Make this be the default target.
1053 Depend on makeinfo.c instead of makeinfo.
1054 (install): Don't depend on elisp.dvi, since we don't install that.
1055 Use mkinstalldirs.
1056 (dist): Add mkinstalldirs.
1057
1058Mon Jun 19 14:35:26 1995 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1059
1060 * Makefile (VERSION): Update version number.
1061 (maintainer-clean): Renamed from realclean.
1062
1063Wed Jun 7 17:04:59 1995 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
1064
1065 * Makefile (realclean): New target.
1066 (elisp): Remove any old elisp-* files first.
1067
1068Tue Nov 23 19:59:40 1993 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
1069
d1f08d85
SM
1070 * Makefile (VERSION): New variable.
1071 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
1072 Compressed file suffix should be `.gz', not `.z'.
94ec544d
DL
1073
1074Mon Nov 22 15:06:19 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
1075
1076 * Makefile (elisp): Depend on makeinfo.
1077
1078Fri Nov 19 02:29:33 1993 Noah Friedman (friedman@gnu.ai.mit.edu)
1079
d1f08d85 1080 * Makefile (srcs): Add anti.texi.
94ec544d
DL
1081
1082Fri May 28 18:04:53 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
1083
1084 * Makefile (infodir, prefix): New vars.
1085 (install): Use infodir.
1086 (emacsinfodir): Deleted.
1087
1088Thu May 27 02:11:25 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
1089
1090 * Makefile (srcs): Add calendar.texi.
1091
1092 * Makefile (dist): Copy texindex.c and makeinfo.c.
1093 Limit elisp-* files to those with one or two digits.
1094
1095Sun May 16 17:58:21 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
1096
1097 * Makefile (dist): Changed to use Gzip instead of compress.
1098
1099Fri Apr 23 01:05:23 1993 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
1100
1101 * loading.texi (Unloading): define-function changed back to
1102 defalias. It may not stay this way, but at least it's
1103 consistent with the known-good version of the code patch.
1104
1105Fri Mar 26 21:14:54 1993 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
1106
1107 * modes.texi (Hooks): Document new optional arg of add-hook.
1108
1109Wed Mar 17 08:48:24 1993 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
1110
d1f08d85 1111 * variables.texi: Document nil initial value of buffer-local variables.
94ec544d
DL
1112
1113 * tips.texi: Add new section on standard library headers.
1114
1115Sat Feb 27 18:00:25 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
1116
1117 * Makefile (srcs): Add frame.texi to the list of sources.
1118
1119Tue Feb 23 10:50:25 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
1120
1121 * Makefile (dist): Don't bother excluding autosave files; they'll
1122 never make it into the temp directory anyway, and the hash marks
1123 in the name are problematic for make and the Bourne shell.
dff28924 1124 (srcs):
94ec544d
DL
1125
1126Fri Feb 12 16:54:38 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
1127
d1f08d85 1128 * Makefile (dist): Don't include backup files or autosave files in
94ec544d
DL
1129 the distribution tar file.
1130
dff28924 1131Tue Nov 26 21:10:34 1991 Richard Stallman (rms@mole.gnu.ai.mit.edu)
94ec544d
DL
1132
1133 * Makefile (srcs): Added index.perm.
1134 (elisp.dvi): Remove erroneous shell comment.
1135 Expect output of permute-index in permuted.fns.
1136 Save old elisp.aux in elisp.oaux.
1137 (clean): Added index.texi to be deleted.
1138
dff28924 1139Sat Aug 11 17:39:10 1990 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
94ec544d
DL
1140
1141 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
1142
dff28924 1143Tue Jun 26 09:57:26 1990 David Lawrence (tale@geech)
94ec544d
DL
1144
1145 * files.texi: Noted that completion-ignored-extensions is ignored
1146 when making *Completions*.
1147
1148Fri Jun 8 16:44:44 EDT 1990 Jay Fenlason (hack@ai.mit.edu)
1149
1150 * Makefile make dist now depends on elisp.dvi, since it tries
1151 to include it in the dist file.
1152
dff28924 1153Wed Mar 28 22:57:35 1990 Jim Kingdon (kingdon@mole.ai.mit.edu)
94ec544d
DL
1154
1155 * functions.texinfo (Mapping Functions): Add missing quote
1156
dff28924 1157Mon Jun 19 18:09:24 1989 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
94ec544d
DL
1158
1159 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
1160 (defunargs): Turn off \hyphenchar of \sl font temporarily.
1161
dff28924 1162Wed May 10 18:01:17 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
1163
1164 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
1165 and @error{} are the terms now being used. The files in the
1166 directory have been changed to reflect this.
1167
d1f08d85 1168 * All instances of @indentedresultt{} have been changed to
94ec544d
DL
1169 ` @result{}', using 5 spaces at the begining of the line.
1170
dff28924 1171Mon Apr 24 21:02:55 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
1172
1173 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
1174 experimental @indentedresult{}, @indentedexpandsto{} are part of
1175 the texinfo.tex in this directory. These TeX macros are not
1176 stable yet.
1177
dff28924 1178Mon Apr 17 18:56:50 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
1179
1180 * texinfo.tex: temporarily added
d1f08d85 1181 \let\result=\dblarrow
94ec544d
DL
1182 \def\error{{\it ERROR} \longdblarrow}
1183 We need to do this better soon.
1184
dff28924 1185Tue Apr 11 12:23:28 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
1186
1187 * Applied Karl Berry's patches to *.texinfo files, but not to
1188 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
1189 new title page format is also not applied, since it requires
1190 texinfo.tex changes.)
1191
1192 * Cleaned up `Makefile' and defined the `emacslibdir' directory
1193 for the Project GNU development environment.
1194
ad050e54 1195;; Local Variables:
fd026ee1 1196;; coding: iso-2022-7bit
ad050e54 1197;; End:
2a34a036
GM
1198
1199 Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
1200 Copying and distribution of this file, with or without modification,
1201 are permitted provided the copyright notice and this notice are preserved.
ab5796a9
MB
1202
1203;;; arch-tag: 985ae0ce-df29-475b-b3f8-4bbcbf6f7fda