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