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