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