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