Doc fix.
[bpt/emacs.git] / lispref / ChangeLog
CommitLineData
97073664
TTN
12004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
2
3 * customize.texi: Fix typo. Remove eol whitespace.
4
04a6e76b
RS
52004-03-04 Richard M. Stallman <rms@gnu.org>
6
7 * processes.texi: Fix typos.
8
9 * lists.texi (Building Lists): Minor clarification.
10
11 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
12 in make-hash-table.
13
5bb0fcd1
JB
142004-02-29 Juanma Barranquero <lektu@terra.es>
15
16 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
17 rm, and ignore exit code.
18
9022d421
EZ
192004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
20
21 * display.texi (Defining Faces): Add description for min-colors.
22 Update example.
23
92f5fba2
LT
242004-02-23 Luc Teirlinck <teirllm@auburn.edu>
25
26 * abbrevs.texi: Various corrections and clarifications in addition
27 to the following:
28 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
29
7e83e178
GM
302004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
31
32 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
33
9c5609e8
LT
342004-02-21 Luc Teirlinck <teirllm@auburn.edu>
35
e2b9b51f
LT
36 * text.texi: Various small changes in addition to the following:
37 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
38 to delete-horizontal-space.
39 (Kill Functions, Yanking, Low-Level Kill Ring): clarify and correct
40 description of yank-handler text property at various places.
41
7daa0e81
LT
42 * frames.texi (Window System Selections): Add anchor.
43
9c5609e8
LT
44 * syntax.texi (Syntax Table Functions): Clarify and correct
45 descriptions of make-syntax-table and copy-syntax-table.
46 (Motion and Syntax): Clarify SYNTAXES argument to
47 skip-syntax-forward.
48 (Parsing Expressions): Mention that the return value of
49 parse-partial-sexp is currently a list of ten rather than nine
50 elements.
51 (Categories): Various corrections and clarifications.
52
d29edb21
LT
532004-02-17 Luc Teirlinck <teirllm@auburn.edu>
54
55 * markers.texi (Marker Insertion Types): Minor change.
56
57 * locals.texi (Standard Buffer-Local Variables):
58 * commands.texi (Interactive Codes, Using Interactive):
59 * functions.texi (Related Topics): Fix xrefs.
60
43e48bda
LT
612004-02-16 Luc Teirlinck <teirllm@auburn.edu>
62
63 * lists.texi (Sets And Lists): Update description of delete-dups.
64
84e34002
RS
652004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
66
67 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
68
692004-02-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
70
71 * frames.texi (Parameter Access): frame-parameters arg is optional.
72 modify-frame-parameters handles nil for FRAME.
73 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
74 are all-or-nothing for certain toolkits.
75 Mention parameter wait-for-wm.
76 (Frames and Windows): In frame-first-window and frame-selected-window
77 the arg is optional.
78 (Input Focus): In redirect-frame-focus the second arg is optional.
79 (Window System Selections): Mention selection type CLIPBOARD.
80 Mention data-type UTF8_STRING.
81 Mention numbering of cut buffers.
82 (Resources): Describe x-resource-name.
83
842004-02-16 Richard M. Stallman <rms@gnu.org>
85
86 * windows.texi (Buffers and Windows): Delete false table
87 about all-frames.
88
89 * syntax.texi (Parsing Expressions): Delete old caveat
90 about parse-sexp-ignore-comments.
91
92 * streams.texi (Output Variables): Add print-quoted.
93
94 * lists.texi (Building Lists): Minor cleanup.
95
96 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
97
98 * display.texi (Overlays): Explain overlays use markers.
99 (Managing Overlays): Explain front-advance and rear-advance
100 in more detail.
101
102 * loading.texi (Unloading): Document unload-feature-special-hooks.
103 Get rid of fns-NNN.el file.
104
1052004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
106
107 * help.texi (Describing Characters): Fix text-char-description
108 example output.
109
110 * edebug.texi (Using Edebug): Fix example.
111
112 * debugging.texi (Internals of Debugger): Fix return value.
43e48bda 113
84e34002
RS
114 * files.texi (Changing Files): Fix argname.
115
116 * calendar.texi: Fix parens, and default values.
117
118 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
119 * nonascii.texi, objects.texi, os.texi: Minor fixes.
120 * searching.texi, text.texi, tips.texi, windows.text: Minor fixes.
121
122 * positions.texi (Text Lines): Don't add -1 in current-line.
123
1242004-02-16 Richard M. Stallman <rms@gnu.org>
125
126 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
127
c33b76da
EZ
1282004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
129
130 * processes.texi (Low-Level Network): Fix a typo.
131
9d7271e8
KS
1322004-02-12 Kim F. Storm <storm@cua.dk>
133
134 * display.texi (Fringes): Use consistent wording.
135 Note that window-fringe's window arg is optional.
136 (Scroll Bars): Use consistent wording.
137
6827d730
LT
1382004-02-11 Luc Teirlinck <teirllm@auburn.edu>
139
140 * tips.texi (Comment Tips): Document the new conventions for
141 commenting out code.
142
1cb60b5a
JD
1432004-02-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
144
145 * positions.texi (Text Lines): Added missing end defun.
146
7fdd1f62
KS
1472004-02-07 Kim F. Storm <storm@cua.dk>
148
149 * positions.texi (Text Lines): Add line-number-at-pos.
150
eb3c144c
JPW
1512004-02-06 John Paul Wallington <jpw@gnu.org>
152
153 * display.texi (Button Properties, Button Buffer Commands):
154 mouse-2 invokes button, not down-mouse-1.
155
a1d38d63
JR
1562004-02-04 Jason Rumney <jasonr@gnu.org>
157
158 * makefile.w32-in: Sync with Makefile.in changes.
159
4b574f3d
LT
1602004-02-03 Luc Teirlinck <teirllm@auburn.edu>
161
162 * minibuf.texi (Text from Minibuffer): Various corrections and
163 clarifications.
164 (Object from Minibuffer): Correct Lisp description of
165 read-minibuffer.
166 (Minibuffer History): Clarify description of cons values for
167 HISTORY arguments.
168 (Basic Completion): Various corrections and clarifications. Add
169 completion-regexp-list.
170 (Minibuffer Completion): Correct and clarify description of
171 completing-read.
6f6b0433 172 (Completion Commands): Mention Partial Completion mode. Various
4b574f3d
LT
173 other minor changes.
174 (High-Level Completion): Various corrections and clarifications.
175 (Reading File Names): Ditto.
176 (Minibuffer Misc): Ditto.
177
d8186297
LT
1782004-01-26 Luc Teirlinck <teirllm@auburn.edu>
179
180 * strings.texi (Text Comparison): assoc-string also matches
181 elements of alists that are strings instead of conses.
182 (Formatting Strings): Standardize Texinfo usage. Update index
183 entries.
184
9adcb5f2
LT
1852004-01-20 Luc Teirlinck <teirllm@auburn.edu>
186
187 * lists.texi (Sets And Lists): Add delete-dups.
188
3e7274ae
LT
1892004-01-15 Luc Teirlinck <teirllm@auburn.edu>
190
191 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
192 special form.
193 * macros.texi (Defining Macros): Update description of `declare',
194 which now is a macro.
195 (Wrong Time): Fix typos.
196
944e099f
LT
1972004-01-14 Luc Teirlinck <teirllm@auburn.edu>
198
199 * compile.texi (Compilation Functions): Expand descriptions of
e75c1a57 200 `compile-defun', `byte-compile-file', `byte-recompile-directory'
944e099f
LT
201 and `batch-byte-compile'. In particular, mention and describe
202 all optional arguments.
203 (Disassembly): Correct and clarify the description of `disassemble'.
204
90c3aa59
LT
2052004-01-11 Luc Teirlinck <teirllm@auburn.edu>
206
207 * searching.texi: Various small changes in addition to the
208 following.
209 (Regexp Example): Adapt to new value of `sentence-end'.
210 (Regexp Functions): The PAREN argument to `regexp-opt' can be
211 `words'.
212 (Search and Replace): Add usage note for `perform-replace'.
213 (Entire Match Data): Mention INTEGERS and REUSE arguments to
214 `match-data'.
215 (Standard Regexps): Update for new values of `paragraph-start'
216 and `sentence-end'.
217
583c353d
LT
2182004-01-07 Luc Teirlinck <teirllm@auburn.edu>
219
220 * files.texi (Saving Buffers): Clarify descriptions of
221 `write-contents-functions' and `before-save-hook'.
222 Make the defvar's for `before-save-hook' and `after-save-hook'
223 into defopt's.
224
05faee07
KS
2252004-01-07 Kim F. Storm <storm@cua.dk>
226
227 * commands.texi (Click Events): Describe new image and
228 width/height elements of click events.
229 (Accessing Events): Add posn-string, posn-image, and
230 posn-object-width-height. Change posn-object to return either
231 image or string object.
232
a0465ec3
SJ
2332004-01-01 Simon Josefsson <jas@extundo.com>
234
235 * hooks.texi (Standard Hooks): Add before-save-hook.
236 * files.texi (Saving Buffers): Likewise.
237
972c0c49
RS
2382004-01-03 Richard M. Stallman <rms@gnu.org>
239
240 * frames.texi (Frames and Windows): Delete frame-root-window.
241
dbcd463f
LT
2422004-01-03 Luc Teirlinck <teirllm@auburn.edu>
243
244 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
245
246 * functions.texi: Various small changes in addition to the
247 following.
248 (What Is a Function): `functionp' returns nil for macros. Clarify
249 behavior of this and following functions for symbol arguments.
250 (Function Documentation): Add `\' in front of (fn @var{arglist})
251 and explain why.
252 (Defining Functions): Mention DOCSTRING argument to `defalias'.
253 Add anchor.
254 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
255
02c77ee9
MB
2562004-01-01 Miles Bader <miles@gnu.org>
257
258 * display.texi (Buttons): New section.
259
903a1a91
AS
2602003-12-31 Andreas Schwab <schwab@suse.de>
261
262 * numbers.texi (Math Functions): sqrt reports a domain-error
263 error.
264 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
265
697cf92a
LT
2662003-12-30 Luc Teirlinck <teirllm@auburn.edu>
267
3f70fe82
LT
268 * tips.texi (Documentation Tips): Update item on hyperlinks in
269 documentation strings.
270
697cf92a
LT
271 * errors.texi (Standard Errors): Various small corrections and
272 additions.
273
274 * control.texi: Various small changes in addition to the
275 following.
276 (Signaling Errors): Provide some more details on how `signal'
277 constructs the error message. Add anchor to the definition of
278 `signal'.
279 (Error Symbols): Describe special treatment of `quit'.
280 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
281 to emphasize that it has to be a single form.
282
283 * buffers.texi: Add anchor.
284
4d25144d
RS
2852003-12-29 Richard M. Stallman <rms@gnu.org>
286
287 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
288 (Window Configurations): Add window-configuration-frame.
289
290 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
291
292 * text.texi (Examining Properties): Add get-char-property-and-overlay.
293 Change arg name in get-char-property.
294 (Special Properties): Update handling of keymap property.
295
296 * strings.texi (Modifying Strings): Add clear-string.
297 (Text Comparison): Add assoc-string and remove
298 assoc-ignore-case, assoc-ignore-representation.
299
300 * os.texi (Time of Day): Add set-time-zone-rule.
301
302 * numbers.texi (Math Functions): asin, acos, log, log10
697cf92a 303 report domain-error errors.
4d25144d 304
697cf92a 305 * nonascii.texi (Converting Representations):
4d25144d
RS
306 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
307 (Encoding and I/O): Add file-name-coding-system.
308
309 * modes.texi (Search-based Fontification): Explain that
310 face specs are symbols with face names as values.
311
312 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
313
314 * lists.texi (Building Lists): remq moved elsewhere.
315 (Sets And Lists): remq moved here.
316 (Association Lists): Refer to assoc-string.
317
318 * internals.texi (Garbage Collection): Add memory-use-counts.
319
320 * frames.texi (Frames and Windows): Add set-frame-selected-window
321 and frame-root-window.
322
697cf92a 323 * files.texi (Contents of Directories):
4d25144d
RS
324 Add directory-files-and-attributes.
325
326 * display.texi (Refresh Screen): Add force-window-update.
327 (Invisible Text): Explain about moving point out of invis text.
328 (Overlay Properties): Add overlay-properties.
329 (Managing Overlays): Add overlayp.
330 (GIF Images): Invalid image number displays a hollow box.
331
332 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
333 (Killing Buffers): Add buffer-live-p.
334
67fafe38
MR
3352003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
336
337 * display.texi (Fringes): Fix typo "set-buffer-window".
338
68e74f25
LT
3392003-12-24 Luc Teirlinck <teirllm@auburn.edu>
340
341 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
342 * nonascii.texi, processes.texi, tips.texi, variables.texi:
343 Add or change various xrefs and anchors.
344
345 * commands.texi: Replace all occurrences of @acronym{CAR} with
346 @sc{car}, for consistency with the rest of the Elisp manual.
347 `car' and `cdr' are historically acronyms, but are no longer
348 widely thought of as such.
349
350 * internals.texi (Pure Storage): Mention that `purecopy' does not
351 copy text properties.
352 (Object Internals): Now 29 bits are used (in most implementations)
353 to address Lisp objects.
354
355 * variables.texi (Variables with Restricted Values): New node.
356
357 * objects.texi (Lisp Data Types): Mention that certain variables
358 can only take on a restricted set of values and add an xref to
359 the new node "Variables with Restricted Values".
360
361 * eval.texi (Function Indirection): Describe the errors that
362 `indirect-function' can signal.
363 (Eval): Clarify the descriptions of `eval-region' and `values'.
364 Describe `eval-buffer' instead of `eval-current-buffer' and
365 mention `eval-current-buffer' as an alias for `current-buffer'.
366 Correct the description and mention all optional arguments.
367
697cf92a 368 * nonascii.texi: Various small changes in addition to the
68e74f25
LT
369 following.
370 (Converting Representations): Clarify behavior of
371 `string-make-multibyte' and `string-to-multibyte' for unibyte all
372 ASCII arguments.
373 (Character Sets): Document the variable `charset-list' and adapt
374 the definition of the function `charset-list' accordingly.
375 (Translation of Characters): Clarify use of generic characters in
376 `make-translation-table'. Clarify and correct the description of
377 the use of translation tables in encoding and decoding.
378 (User-Chosen Coding Systems): Correct and clarify the description
379 of `select-safe-coding-system'.
380 (Default Coding Systems): Clarify description of
381 `file-coding-system-alist'.
382
a62f71e4
LT
3832003-11-30 Luc Teirlinck <teirllm@auburn.edu>
384
385 * strings.texi (Text Comparison): Correctly describe when two
386 strings are `equal'. Combine and clarify descriptions of
387 `assoc-ignore-case' and `assoc-ignore-representation'.
388
389 * objects.texi (Non-ASCII in Strings): Clarify description of
390 when a string is unibyte or multibyte.
391 (Bool-Vector Type): Update examples.
392 (Equality Predicates): Correctly describe when two strings are
393 `equal'.
394
19017752
LT
3952003-11-29 Luc Teirlinck <teirllm@auburn.edu>
396
397 * lists.texi (Building Lists): `append' no longer accepts integer
398 arguments. Update the description of `number-sequence' to reflect
399 recent changes.
400 (Sets And Lists): Describe `member-ignore-case' after `member'.
401
0f6a07a8
KS
4022003-11-27 Kim F. Storm <storm@cua.dk>
403
404 * commands.texi (Click Events): Click object may be an images.
405 Describe (dx . dy) element of click positions.
406 (Accessing Events): Remove duplicate posn-timestamp.
407 New functions posn-object and posn-object-x-y.
408
1ce7c819
KS
4092003-11-23 Kim F. Storm <storm@cua.dk>
410
411 * commands.texi (Click Events): Describe enhancements to event
412 position lists, including new text-pos and (col . row) items.
413 Mention left-fringe and right-fringe area events.
0f6a07a8 414 (Accessing Events): New functions posn-area and
1ce7c819
KS
415 posn-actual-col-row. Mention posn-timestamp. Mention that
416 posn-point in non-text area still returns buffer position.
417 Clarify posn-col-row.
418
cae8ddbb
LH
4192003-11-21 Lars Hansen <larsh@math.ku.dk>
420
421 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
422 * anti.texi (File Attributes): Describe removed parameter
423 ID-FORMAT.
424
f7f1a248
LT
4252003-11-20 Luc Teirlinck <teirllm@auburn.edu>
426
68e74f25 427 * positions.texi (Positions): Mention that, if a marker is used as
f7f1a248
LT
428 a position, its buffer is ignored.
429
430 * markers.texi (Overview of Markers): Mention it here too.
431
c5e2fb05
LT
4322003-11-12 Luc Teirlinck <teirllm@auburn.edu>
433
434 * numbers.texi (Numeric Conversions): Not just `floor', but also
435 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
436
e57d0aa8
LT
4372003-11-10 Luc Teirlinck <teirllm@auburn.edu>
438
439 * markers.texi (Creating Markers): Specify insertion type of
440 created markers. Add xref to `Marker Insertion Types'.
441 Second argument to `copy-marker' is optional.
442 (Marker Insertion Types): Mention that most markers are created
443 with insertion type nil.
444 (The Mark): Correctly describe when `mark' signals an error.
445 (The Region): Correctly describe when `region-beginning' and
446 `region-end' signal an error.
447
bb3612ec
LT
4482003-11-08 Luc Teirlinck <teirllm@auburn.edu>
449
450 * hash.texi (Creating Hash): Clarify description of `eql'.
451 `makehash' is obsolete.
452 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
453
454 * positions.texi (Point): Change description of `buffer-end', so
455 that it is also correct for floating point arguments.
456 (List Motion): Correct argument lists of `beginning-of-defun' and
457 `end-of-defun'.
458 (Excursions): Add xref to `Marker Insertion Types'.
459 (Narrowing): Argument to `narrow-to-page' is optional.
460
cfb8a797
LT
4612003-11-06 Luc Teirlinck <teirllm@auburn.edu>
462
463 * streams.texi (Output Streams): Clarify behavior of point for
464 marker output streams.
465
c6177909
LT
4662003-11-04 Luc Teirlinck <teirllm@auburn.edu>
467
468 * variables.texi (Defining Variables): Second argument to
469 `defconst' is not optional.
470 (Setting Variables): Mention optional argument APPEND to
471 `add-to-list'.
472 (Creating Buffer-Local): Expand description of
473 `make-variable-buffer-local'.
474 (Frame-Local Variables): Expand description of
475 `make-variable-frame-local'.
476 (Variable Aliases): Correct description of optional argument
477 DOCSTRING to `defvaralias'. Mention return value of
478 `defvaralias'.
479 (File Local Variables): Add xref to `File variables' in Emacs
480 Manual. Correct description of `hack-local-variables'. Mention
481 `safe-local-variable' property. Mention optional second argument
482 to `risky-local-variable-p'.
483
b3645067
LT
4842003-11-03 Luc Teirlinck <teirllm@auburn.edu>
485
486 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
487
10695e5c
EZ
4882003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
489
490 * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
491 lispref/customize.texi, lispref/display.texi, lispref/files.texi,
492 lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
493 lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
494 lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
b3645067 495 lispref/processes.texi, lispref/searching.texi,
10695e5c
EZ
496 lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
497 lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
498 @acronym{FOO}.
499
a2f4def1
LT
5002003-10-27 Luc Teirlinck <teirllm@auburn.edu>
501
502 * strings.texi (Creating Strings): Argument START to `substring'
503 can not be `nil'. Expand description of
504 `substring-no-properties'. Correct description of `split-string',
505 especially with respect to empty matches. Prevent very bad line
506 break in definition of `split-string-default-separators'.
507 (Text Comparison): `string=' and `string<' also accept symbols as
508 arguments.
509 (String Conversion): More completely describe argument BASE in
510 `string-to-number'.
5bb0fcd1 511 (Formatting Strings): `%s' and `%S' in `format' do require
a2f4def1
LT
512 corresponding object. Clarify behavior of numeric prefix after
513 `%' in `format'.
514 (Case Conversion): The argument to `upcase-initials' can be a
515 character.
516
a2296bf9
KH
5172003-10-27 Kenichi Handa <handa@m17n.org>
518
519 * display.texi (Fontsets): Fix texinfo usage.
520
885fef7c
KH
5212003-10-25 Kenichi Handa <handa@m17n.org>
522
523 * display.texi (Fontsets): Add description of the function
524 set-fontset-font.
525
0c6b7a1f
LT
5262003-10-23 Luc Teirlinck <teirllm@auburn.edu>
527
528 * display.texi (Temporary Displays): Add xref to `Documentation
529 Tips'.
530
531 * functions.texi (Function Safety): Use inforef instead of pxref
532 for SES.
533
c3cda320
AS
5342003-10-23 Andreas Schwab <schwab@suse.de>
535
536 * Makefile.in (TEX, texinputdir): Don't define.
537 (TEXI2DVI): Define.
538 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
539 add $(srcdir)/index.texi.
540 ($(infodir)/elisp): Remove index.texi dependency.
541 (elisp.dvi): Likewise. Use $(TEXI2DVI).
542 (index.texi): Remove target.
543 (dist): Don't link $(srcdir)/permute-index.
83badb71
AS
544 (clean): Don't remove index.texi.
545
c3cda320
AS
546 * permute-index, index.perm: Remove.
547 * index.texi: Rename from index.unperm.
548
e5dadca7
LT
5492003-10-22 Luc Teirlinck <teirllm@auburn.edu>
550
551 * tips.texi (Documentation Tips): Document new behavior for face
552 and variable hyperlinks in Help mode.
553
6cfb0777
LT
5542003-10-21 Luc Teirlinck <teirllm@auburn.edu>
555
556 * objects.texi (Integer Type): Update for extra bit of integer range.
557 (Character Type): Ditto.
558
a4fc3ab3
EZ
5592003-10-16 Eli Zaretskii <eliz@elta.co.il>
560
561 * numbers.texi (Integer Basics): Add index entries for reading
562 numbers in hex, octal, and binary.
563
c8f9ba83
LK
5642003-10-16 Lute Kamstra <lute@gnu.org>
565
566 * modes.texi (Mode Line Format): Mention force-mode-line-update's
567 argument.
568
b52a26fb
LT
5692003-10-13 Luc Teirlinck <teirllm@auburn.edu>
570
571 * windows.texi (Choosing Window): Fix typo.
572 * edebug.texi (Edebug Execution Modes): Fix typo.
573
f7005886
RS
5742003-10-13 Richard M. Stallman <rms@gnu.org>
575
576 * windows.texi (Basic Windows): A window has fringe settings,
577 display margins and scroll-bar settings.
578 (Splitting Windows): Doc split-window return value.
579 Clean up one-window-p.
580 (Selecting Windows): Fix typo.
581 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
582 (Buffers and Windows): In set-window-buffer, explain effect
583 on fringe settings and scroll bar settings.
584 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
585 (Choosing Window): Use defopt for pop-up-frame-function.
586 For special-display-buffer-names, explain same-window and same-frame.
587 Clarify window-dedicated-p return value.
588 (Textual Scrolling): scroll-up and scroll-down can get an error.
589 (Horizontal Scrolling): Clarify auto-hscroll-mode.
590 Clarify set-window-hscroll.
591 (Size of Window): Don't mention tool bar in window-height.
592 (Coordinates and Windows): Explain what coordinates-in-window-p
593 returns for fringes and display margins.
594 (Window Configurations): Explain saving fringes, etc.
595
596 * tips.texi (Library Headers): Clean up Documentation.
597
598 * syntax.texi (Parsing Expressions): Clean up forward-comment
599 and parse-sexp-lookup-properties.
600
601 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
602
603 * os.texi (System Environment): Clean up text for load-average errors.
604
605 * modes.texi (Hooks): Don't explain local hook details at front.
606 Clarify run-hooks and run-hook-with-args a little.
607 Clean up add-hook and remove-hook.
608
609 * edebug.texi (Edebug Execution Modes): Clarify t.
610 Document edebug-sit-for-seconds.
611 (Coverage Testing): Document C-x X = and =.
612 (Instrumenting Macro Calls): Fix typo.
613 (Specification List): Don't index the specification keywords.
614
c989ebe9
KS
6152003-10-10 Kim F. Storm <storm@cua.dk>
616
617 * processes.texi (Network): Introduce make-network-process.
618
f9525eef
LT
6192003-10-09 Luc Teirlinck <teirllm@auburn.edu>
620
621 * tips.texi (Library Headers): Fix typo.
622
f008b925
LK
6232003-10-07 Juri Linkov <juri@jurta.org>
624
625 * modes.texi (Imenu): Mention imenu-create-index-function's
626 default value. Explain submenus better.
627
c22c5da6
LK
6282003-10-07 Lute Kamstra <lute@gnu.org>
629
630 * modes.texi (Faces for Font Lock): Fix typo.
631 (Hooks): Explain how buffer-local hook variables can refer to
632 global hook variables.
633 Various minor clarifications.
634
49247521
LK
6352003-10-06 Lute Kamstra <lute@gnu.org>
636
637 * tips.texi (Coding Conventions): Mention naming conventions for
638 hooks.
639
9296c947
LT
6402003-10-05 Luc Teirlinck <teirllm@auburn.edu>
641
642 * loading.texi (Library Search): Correct default value of
643 load-suffixes.
644 (Named Features): Fix typo.
645
0e9b293a
RS
6462003-10-05 Richard M. Stallman <rms@gnu.org>
647
648 * loading.texi (Named Features): In `provide',
649 say how to test for subfeatures.
650 (Unloading): In unload-feature, use new var name
651 unload-feature-special-hooks.
652
49247521 6532003-10-03 Lute Kamstra <lute@gnu.org>
10ee4e90
LK
654
655 * modes.texi (Major Mode Conventions): Mention third way to set up
656 Imenu.
657 (Imenu): A number of small fixes.
658 Delete documentation of internal variable imenu--index-alist.
659 Document the return value format of imenu-create-index-function
660 functions.
661
ab8f7d5c
RS
6622003-09-30 Richard M. Stallman <rms@gnu.org>
663
664 * processes.texi (Network): Say what stopped datagram connections do.
665
666 * lists.texi (Association Lists): Clarify `assq-delete-all'.
667
668 * display.texi (Overlay Properties): Clarify `evaporate' property.
669
49247521 6702003-09-29 Lute Kamstra <lute@gnu.org>
86b9b767
LK
671
672 * modes.texi (Mode Line Data): Explain when symbols in mode-line
c22c5da6 673 constructs should be marked as risky.
86b9b767
LK
674 Change cons cell into proper list.
675 (Mode Line Variables): Change cons cell into proper list.
676
49247521 6772003-09-26 Lute Kamstra <lute@gnu.org>
bc3b02f9
LK
678
679 * modes.texi (Mode Line Data): Document the :propertize construct.
680 (Mode Line Variables): Reorder the descriptions of the variables
c22c5da6 681 to match their order in the default mode-line-format.
bc3b02f9
LK
682 Describe the new variables mode-line-position and mode-line-modes.
683 Update the default values of mode-line-frame-identification,
684 minor-mode-alist, and default-mode-line-format.
685 (Properties in Mode): Mention the :propertize construct.
6142d1d0 686
bc3b02f9 6872003-09-26 Richard M. Stallman <rms@gnu.org>
6142d1d0 688
c22c5da6 689 * buffers.texi, commands.texi, debugging.texi, eval.texi:
6142d1d0
RS
690 * loading.texi, minibuf.texi, text.texi, variables.texi:
691 Avoid @strong{Note:}.
692
6932003-09-26 Richard M. Stallman <rms@gnu.org>
694
695 * keymaps.texi (Remapping Commands): Fix typo.
696
41beda59
LT
6972003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
698
699 * processes.texi (Low-Level Network): Fix typo.
700
ef6ae4ff
KS
7012003-09-23 Kim F. Storm <storm@cua.dk>
702
703 * processes.texi (Network, Network Servers): Fix typos.
704 (Low-Level Network): Add timeout value for :server keyword.
705 Add new option keywords to make-network-process.
706 Add set-network-process-options.
707 Explain how to test availability of network options.
708
b0f23edf
RS
7092003-09-19 Richard M. Stallman <rms@gnu.org>
710
711 * text.texi (Motion by Indent): Arg to
712 backward-to-indentation and forward-to-indentation is optional.
713
714 * strings.texi (Creating Strings): Add substring-no-properties.
715
716 * processes.texi
717 (Process Information): Add list-processes arg QUERY-ONLY.
718 Delete process-contact from here.
719 Add new status values for process-status.
720 Add process-get, process-put, process-plist, set-process-plist.
721 (Synchronous Processes): Add call-process-shell-command.
722 (Signals to Processes): signal-process allows process objects.
723 (Network): Complete rewrite.
724 (Network Servers, Datagrams, Low-Level Network): New nodes.
725
726 * positions.texi (Word Motion): forward-word, backward-word
727 arg is optional. Reword.
728
729 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
730
c22c5da6 731 * variables.texi (Creating Buffer-Local):
b0f23edf
RS
732 Delete duplicate definition of buffer-local-value.
733 (File Local Variables): Explain about discarding text props.
734
f387bdea
RS
7352003-09-11 Richard M. Stallman <rms@gnu.org>
736
737 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
738 changes variables that record input events.
739 (Minibuffer Misc): Add minibuffer-selected-window.
740
741 * lists.texi (Building Lists): Add copy-tree.
742
743 * display.texi (Fontsets): Add char-displayable-p.
744 (Scroll Bars): New node.
745
49247521 7462003-09-08 Lute Kamstra <lute@gnu.org>
5df034de
LK
747
748 * modes.texi (%-Constructs): Document new `%i' and `%I'
749 constructs.
750
fd026ee1
JR
7512003-09-03 Peter Runestig <peter@runestig.com>
752
753 * makefile.w32-in: New file.
754
4828b4d7
RS
7552003-08-29 Richard M. Stallman <rms@gnu.org>
756
757 * display.texi (Overlay Properties): Clarify how priorities
758 affect use of the properties.
759
a4e4f05d
LT
7602003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
761
762 * customize.texi (Type Keywords): Correct the description of
763 `:help-echo' in the case where `motion-doc' is a function.
764
3ebe0346
JPW
7652003-08-14 John Paul Wallington <jpw@gnu.org>
766
767 * modes.texi (Emulating Mode Line): Subsection, not section.
768
3afe8e39
RS
7692003-08-13 Richard M. Stallman <rms@gnu.org>
770
771 * elisp.texi (Top): Update subnode lists in menu.
772
773 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
774 (Kill Functions): kill-region has new arg yank-handler.
775 (Yanking): New node.
776 (Yank Commands): Add yank-undo-function.
777 (Low-Level Kill Ring):
778 kill-new and kill-append have new arg yank-handler.
779 (Changing Properties): Add remove-list-of-text-properties.
780 (Atomic Changes): New node.
781
782 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
783
784 * streams.texi (Output Variables): Add eval-expression-print-length
785 and eval-expression-print-level.
786
787 * os.texi (Time Conversion): For encode-time, explain limits on year.
788
789 * objects.texi (Character Type): Define anchor "modifier bits".
790
791 * modes.texi (Emulating Mode Line): New node.
792 (Search-based Fontification): Font Lock uses font-lock-face property.
793 (Other Font Lock Variables): Likewise.
794
795 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
796 not vectors.
797 (Active Keymaps): Add emulation-mode-map-alists.
798 (Functions for Key Lookup): key-binding has new arg no-remap.
799 (Remapping Commands): New node.
800 (Scanning Keymaps): where-is-internal has new arg no-remap.
801 (Tool Bar): Add tool-bar-local-item-from-menu.
802 Clarify when to use tool-bar-add-item-from-menu.
803
804 * commands.texi (Interactive Call): commandp has new arg.
805 (Command Loop Info): Add this-original-command.
806
e37769b1
JPW
8072003-08-06 John Paul Wallington <jpw@gnu.org>
808
809 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
810
811 * display.texi (Warning Basics): Fix typo.
812 (Fringes): Add closing curly bracket and fix typo.
813
814 * elisp.texi (Top): Fix typo.
815
c5e0561f
RS
8162003-08-05 Richard M. Stallman <rms@gnu.org>
817
818 * elisp.texi: Update lists of subnodes.
819
820 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
821
822 * variables.texi (Local Variables): Use lc for example variable names.
823
824 * tips.texi (Library Headers): Explain where to put -*-.
825
826 * strings.texi (Creating Strings): Fix xref for vconcat.
827
828 * sequences.texi (Vector Functions):
829 vconcat no longer allows integer args.
830
831 * minibuf.texi (Reading File Names): read-file-name has new
832 arg PREDICATE. New function read-directory-name.
833
834 * macros.texi (Defining Macros): Give definition of `declare'
835 (Indenting Macros): New node.
836
837 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
838 (Window Frame Parameters): Make separate table of parameters
839 that are coupled with specific face attributes.
840 (Deleting Frames): delete-frame-hooks renamed to
841 delete-frame-functions.
842
843 * files.texi (Magic File Names): Add file-remote-p.
844 Clarify file-local-copy.
845
846 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
847 here; instead xref Defining Macros.
848
849 * display.texi (Warnings): New node, and subnodes.
850 (Fringes): New node.
851
852 * debugging.texi (Test Coverage): New node.
853
854 * compile.texi (Compiler Errors): Explain with-no-warnings
855 and other ways to suppress warnings.
856
857 * commands.texi (Interactive Call): Minor clarification.
858
859 * buffers.texi (Buffer File Name): set-visited-file-name
860 renames the buffer too.
861
862 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
863
ee59dede
MR
8642003-07-24 Markus Rost <rost@math.ohio-state.edu>
865
866 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
867
f0514b34
MR
8682003-07-22 Markus Rost <rost@math.ohio-state.edu>
869
870 * internals.texi (Garbage Collection): Fix previous change.
871
c73983bb
RS
8722003-07-22 Richard M. Stallman <rms@gnu.org>
873
874 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
875
876 * display.texi (Width): Use \s syntax in example.
877 (Font Selection): Add face-font-rescale-alist.
878
879 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
880 Remove spurious indent in example.
881
882 * lists.texi (Building Lists): Add number-sequence.
883
884 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
885
886 * functions.texi (Function Documentation): Explain how to
887 show calling convention explicitly in the doc string.
888
889 * windows.texi (Selecting Windows): save-selected-window saves
890 selected window of each frame.
891 (Window Configurations): Minor change.
892
893 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
894
895 * streams.texi (Output Variables): Add print-continuous-numbering
896 and print-number-table.
897
898 * processes.texi (Decoding Output): New node.
899
900 * os.texi (Time Conversion): decode-time arg is optional.
901
902 * objects.texi (Character Type): Don't use space as example for \.
903 Make list of char names and \-sequences correspond.
904 Explain that \s is not used in strings. `\ ' needs space after.
905
906 * nonascii.texi (Converting Representations): Add string-to-multibyte.
907 (Translation of Characters): Add translation-table-for-input.
908 (Default Coding Systems): Add auto-coding-functions.
909 (Explicit Encoding): Add decode-coding-inserted-region.
910 (Locales): Add locale-info.
911
912 * minibuf.texi (Basic Completion): Describe test-completion.
913 Collections can be lists of strings.
914 Clean up lazy-completion-table.
915 (Programmed Completion): Mention test-completion.
916 Clarify why lambda expressions are not accepted.
917 (Minibuffer Misc): Describe minibufferp.
918
51a8b435
RS
9192003-07-14 Richard M. Stallman <rms@gnu.org>
920
921 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
922
923 * windows.texi (Selecting Windows): New arg to select-window.
924 (Selecting Windows): Add with-selected-window.
925 (Size of Window): Add window-inside-edges, etc.
926
927 * internals.texi (Garbage Collection): Add post-gc-hook.
928
929 * processes.texi (Subprocess Creation): Add exec-suffixes.
930
931 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
932 (Scanning Keymaps): Add map-keymaps.
933 (Defining Menus): Add keymap-prompt.
934
935 * numbers.texi (Integer Basics): Add most-positive-fixnum,
936 most-negative-fixnum.
937
938 * compile.texi (Byte Compilation): Explain no-byte-compile
939 (Compiler Errors): New node.
940
941 * os.texi (User Identification): user-uid, user-real-uid
942 can return float.
943
944 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
945 and about derived modes.
946 (Minor Modes): Add minor-mode-list.
947 (Defining Minor Modes): Keyword args for define-minor-mode.
948 (Search-based Fontification): Explain managing other properties.
949 (Other Font Lock Variables): Add font-lock-extra-managed-props.
950 (Faces for Font Lock): Add font-locl-preprocessor-face.
951 (Hooks): Add run-mode-hooks and delay-mode-hooks.
952
953 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
e57d0aa8 954 (Variable Aliases): Clarify defvaralias.
51a8b435
RS
955
956 * loading.texi (Library Search): Add load-suffixes.
957
958 * minibuf.texi (Basic Completion): Add lazy-completion-table.
959 (Programmed Completion): Add dynamic-completion-table.
960
961 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
962 (Magic File Names): Specify precedence order of handlers.
963o
964 * commands.texi (Command Overview): Emacs server runs pre-command-hook
965 and post-command-hook.
966 (Waiting): New calling convention for sit-for.
967
968 * text.texi (Special Properties): local-map and keymap properties
969 apply based on their stickiness.
970
c6de56a0
RS
9712003-07-07 Richard M. Stallman <rms@gnu.org>
972
973 * modes.texi (Minor Mode Conventions): Specify only some kinds
974 of list values as args to minor modes.
975
976 * files.texi (File Name Expansion): Warn about iterative use
977 of substitute-in-file-name.
978
979 * advice.texi (Activation of Advice): Clean up previous change.
980
8c761ea6
MR
9812003-07-06 Markus Rost <rost@math.ohio-state.edu>
982
983 * advice.texi (Activation of Advice): Note that ad-start-advice is
984 turned on by default.
985
c6de56a0
RS
9862003-06-30 Richard M. Stallman <rms@gnu.org>
987
988 * text.texi (Buffer Contents): Document current-word.
989 (Change Hooks): Not called for *Messages*.
990
991 * functions.texi (Defining Functions): Explain about redefining
992 primitives.
993 (Function Safety): Renamed. Minor changes.
994 Comment out the detailed criteria for what is safe.
995
3fe4e567
AS
9962003-06-22 Andreas Schwab <schwab@suse.de>
997
998 * objects.texi (Symbol Type): Fix description of examples.
999
cda7bd13
AS
10002003-06-16 Andreas Schwab <schwab@suse.de>
1001
1002 * hash.texi (Creating Hash): Fix description of :weakness.
1003
fbcffa4a
KG
10042003-06-13 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
1005
1006 * files.texi (Changing Files): copy-file copies file modes, too.
1007
ff6a3bfb
RS
10082003-05-28 Richard M. Stallman <rms@gnu.org>
1009
1010 * strings.texi (Creating Strings): Clarify split-string.
1011
1463a05d
JB
10122003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
1013
1014 * strings.texi (Creating Strings): Update split-string specification
1015 and examples.
1016
af253914
RS
10172003-05-19 Richard M. Stallman <rms@gnu.org>
1018
1019 * elisp.texi: Correct invariant section names.
1020
7ea52f92
RS
10212003-04-20 Richard M. Stallman <rms@gnu.org>
1022
1023 * os.texi (Timers): Explain about timers and quitting.
1024
e31afc09
RS
10252003-04-19 Richard M. Stallman <rms@gnu.org>
1026
1027 * internals.texi (Writing Emacs Primitives): Strings are
1028 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
1029 Explain GCPRO convention for varargs function args.
1030
5ceea398
RS
10312003-04-16 Richard M. Stallman <rms@gnu.org>
1032
1033 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
1034
b0ada147
RS
10352003-04-08 Richard M. Stallman <rms@gnu.org>
1036
1037 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
1038
b23375aa
KS
10392003-02-13 Kim F. Storm <storm@cua.dk>
1040
1041 * objects.texi (Character Type): New \s escape for space.
1042
c60ee5e7
JB
10432003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
1044
1045 * os.texi (System Environment): Added cygwin system-type.
1046
84e47416
RS
10472003-01-25 Richard M. Stallman <rms@gnu.org>
1048
1049 * keymaps.texi: Document that a symbol can act as a keymap.
1050
3e8cf2ea
RS
10512003-01-13 Richard M. Stallman <rms@gnu.org>
1052
1053 * text.texi (Changing Properties): Say string indices are origin-0.
1054
1055 * positions.texi (Screen Lines) <compute-motion>:
1056 Correct order of elts in return value.
1057
1058 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
1059 how to define a default binding.
1060
7abb9fc5 10612002-12-07 Markus Rost <rost@math.ohio-state.edu>
177f790c 1062
104bc3aa 1063 * loading.texi (Unloading): Fix recent change for load-history.
5b1fc152 1064
104bc3aa
MR
1065 * customize.texi (Simple Types): Clarify description of custom
1066 type 'number. Describe new custom type 'float.
177f790c 1067
7abb9fc5 10682002-12-04 Markus Rost <rost@math.ohio-state.edu>
24ff45f3
MR
1069
1070 * variables.texi (File Local Variables): Fix typo.
1071
df140a68 10722002-10-23 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
c60ee5e7 1073
df140a68
KG
1074 From Michael Albinus <Michael.Albinus@alcatel.de>.
1075
1076 * README: Target for Info file is `make info'.
1077
1078 * files.texi (File Name Components): Fixed typos in
1079 `file-name-sans-extension'.
1080 (Magic File Names): Complete list of operations for magic file
1081 name handlers.
1082
7ed9159a
JY
10832002-09-16 Jonathan Yavner <jyavner@engineer.com>
1084
1085 * variables.texi (File Local Variables): New function
1086 risky-local-variable-p.
1087
10882002-09-15 Jonathan Yavner <jyavner@engineer.com>
1089
1090 * functions.texi (Function safety): New node about unsafep.
1091
241f79af
PA
10922002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
1093
1094 * customize.texi (Splicing into Lists): Fixed example.
1095 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>
1096
72459b15
JB
10972002-06-17 Juanma Barranquero <lektu@terra.es>
1098
1099 * frames.texi (Display Feature Testing): Fix typo.
1100
61f7e0f5
AS
11012002-06-12 Andreas Schwab <schwab@suse.de>
1102
1103 * frames.texi (Initial Parameters, Resources): Fix references to
1104 the Emacs manual.
1105
4e792dbd
KS
11062002-05-13 Kim F. Storm <storm@cua.dk>
1107
1108 * variables.texi (Intro to Buffer-Local): Updated warning and
1109 example relating to changing buffer inside let.
1110
940344d4 11112002-03-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
d873ec96
JD
1112
1113 * os.texi (Session Management): New node about X Session management.
1114
231ac53b
EZ
11152002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
1116
1117 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
1118 to which the manual corresponds, and the copyright years.
1119
1120 * Makefile.in (VERSION): Set to 2.9.
1121
140cc574
EZ
11222001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
1123
1124 * elisp.texi: Change the category in @dircategory to "Emacs", to
1125 make it consistent with info/dir.
1126
9c7fce05
MB
11272001-11-25 Miles Bader <miles@gnu.org>
1128
1129 * text.texi (Fields): Describe new `limit' arg in
1130 field-beginning/field-end.
1131
9f8bbf0f
EZ
11322001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
1133
a5e6715c
EZ
1134 * permute-index: Don't depend on csh-specific features. Replace
1135 the interpreter name with /bin/sh.
1136
9f8bbf0f
EZ
1137 * two-volume-cross-refs.txt: New file.
1138 * two.el: New file.
1139 * spellfile: New file.
1140
1756e2fb
EZ
11412001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
1142
1143 * permute-index: New file.
1144
1145 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
1146 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
1147 8+3 restricted namespace.
ad050e54
EZ
1148
1149 * Makefile.in (infodir): Define relative to $(srcdir).
1150 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
1151 include directories list via -I switch to makeinfo.
1152 (index.texi): Use cp if both hard and symbolic links fail.
1153
10fa7f8e
EZ
11542001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
1155
7a1494ce
EZ
1156 * Makefile.in (distclean): Add.
1157
10fa7f8e
EZ
1158 The following changes make ELisp manual part of the Emacs
1159 distribution:
1160
1161 * Makefile.in: Add Copyright notice.
1162 (prefix): Remove.
1163 (infodir): Change value to "../info".
1164 (VPATH): New variable.
1165 (MAKE): Don't define.
1166 (texmacrodir): Don't define.
1167 (texinputdir): Append the existing value of TEXINPUTS.
1168 ($(infodir)/elisp): Instead of just "elisp". Reformat the
1169 command to be compatible with man/Makefile.in, and to put the
1170 output into ../info.
5c32b7c5 1171 (info): Add target.
10fa7f8e
EZ
1172 (installall): Target removed.
1173
ad050e54 11742001-10-31 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2b209b97
PJ
1175
1176 * tips.texi (Coding Conventions): Fix typo.
1177
6fd735df
GM
11782001-10-23 Gerd Moellmann <gerd@gnu.org>
1179
1180 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
1181
b704d54b
EZ
11822001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
1183
1184 * files.texi (File Name Components): Update the description of
1185 file-name-sans-extension and file-name-extension, as they now
1186 ignore leading dots.
1187
71431a0e
GM
11882001-10-20 Gerd Moellmann <gerd@gnu.org>
1189
6aa97356 1190 * (Version 21.1 released.)
71431a0e 1191
79f1f96c
MB
11922001-10-19 Miles Bader <miles@gnu.org>
1193
1194 * positions.texi (Text Lines): Describe behavior of
1195 `beginning-of-line'/`end-of-line' in the presence of field properties.
1196
892a8f36
GM
11972001-10-17 Gerd Moellmann <gerd@gnu.org>
1198
1199 * Makefile.in (VERSION): Set to 2.8.
1200 (manual): Use `manual-21'.
1201
8c1cc9e8 1202 * elisp.texi (VERSION): Add and use it where the version
892a8f36
GM
1203 number was used. Set it to 2.8.
1204
1205 * intro.texi: Likewise.
1206
51724e26
EZ
12072001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
1208
1209 * files.texi (File Name Completion): Document the significance of
1210 a trailing slash in elements of completion-ignored-extensions.
1211
57b338e8
MB
12122001-10-06 Miles Bader <miles@gnu.org>
1213
1214 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
1215
c89e4bc5
GM
12162001-10-04 Gerd Moellmann <gerd@gnu.org>
1217
1218 * variables.texi (Variable Aliases): New node.
1219
ab952a4f
GM
12202001-10-04 Gerd Moellmann <gerd@gnu.org>
1221
1222 * Branch for 21.1.
dff28924 1223
9db3a582
MB
12242001-10-02 Miles Bader <miles@gnu.org>
1225
ae1a9581
MB
1226 * minibuf.texi (Minibuffer Misc): Add entries for
1227 `minibuffer-contents', `minibuffer-contents-no-properties', and
1228 `delete-minibuffer-contents'.
1229 Correct description for `minibuffer-prompt-end'.
1230
9db3a582
MB
1231 * text.texi (Property Search): Correct descriptions of
1232 `next-char-property-change' and `previous-char-property-change'.
1233 Add entries for `next-single-char-property-change' and
1234 `previous-single-char-property-change'.
1235 Make operand names a bit more consistent.
1236
03be5931
EZ
12372001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
1238
1239 * frames.texi (Finding All Frames): Document that next-frame and
1240 previous-frame are local to current terminal.
1241
974548ec
EZ
12422001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
1243
1244 * keymaps.texi (Creating Keymaps): Fix the description of the
dff28924 1245 result of make-keymap.
974548ec 1246
8d82c597
EZ
12472001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
1248
1249 * display.texi (Font Lookup, Attribute Functions)
1250 (Image Descriptors): Add cross-references to the definition of
1251 selected frame.
1252
1253 * buffers.texi (The Buffer List): Add cross-references to the
1254 definition of selected frame.
1255
1256 * frames.texi (Input Focus): Clarify which frame is _the_ selected
1257 frame at any given time.
1258 (Multiple Displays, Size and Position): Add a cross-reference to
1259 the definition of the selected frame.
1260
2842de30
EZ
12612001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
1262
1263 * strings.texi (String Conversion) <string-to-number>: Document
1264 that a float is returned for integers that are too large.
1265
1266 * frames.texi (Mouse Position): Document mouse-position-function.
1267 (Display Feature Testing): Document display-images-p.
1268 (Window Frame Parameters): Document the cursor-type variable.
1269
1270 * numbers.texi (Integer Basics): Document CL style read syntax for
1271 integers in bases other than 10.
1272
1273 * positions.texi (List Motion): Document
1274 open-paren-in-column-0-is-defun-start.
1275
1276 * lists.texi (Sets And Lists): Document member-ignore-case.
1277
1278 * internals.texi (Garbage Collection): Document the used and free
1279 strings report.
1280 (Memory Usage): Document strings-consed.
1281
1282 * os.texi (Time of Day): Document float-time.
1283 (Recording Input): Document that clear-this-command-keys clears
1284 the vector to be returned by recent-keys.
1285
1286 * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
1287 argument keymap can be a list.
1288
1289 * nonascii.texi (User-Chosen Coding Systems)
1290 <select-safe-coding-system>: Document the new argument
1291 accept-default-p and the variable
1292 select-safe-coding-system-accept-default-p. Tell what happens if
1293 buffer-file-coding-system is undecided.
1294 (Default Coding Systems): Document auto-coding-regexp-alist.
1295
1296 * display.texi (The Echo Area) <message>: Document
1297 message-truncate-lines.
1298 (Glyphs): Document that the glyph table is unused on windowed
1299 displays.
1300
1301 * help.texi (Describing Characters) <single-key-description>:
1302 Document the new argument no-angles.
1303 (Accessing Documentation) <documentation-property>: Document that
1304 a non-string property is evaluated.
1305 <documentation>: Document that the function-documentation property
1306 is looked for.
1307
1308 * windows.texi (Selecting Windows): Document some-window.
1309
1310 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
1311
1312 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
1313 apropos-mode-hook.
1314
1315 * commands.texi (Using Interactive): Document interactive-form.
1316 (Keyboard Macros): Document kbd-macro-termination-hook.
1317 (Command Loop Info): Document that clear-this-command-keys clears
1318 the vector to be returned by recent-keys.
1319
2d43d823
GM
13202001-09-04 Werner LEMBERG <wl@gnu.org>
1321
1322 * Makefile.in (srcdir, texinputdir): New variables.
1323 (srcs, index.texi, install): Use $(srcdir).
1324 (.PHONY): Remove elisp.dvi.
1325 (elisp): Use -I switch for makeinfo.
1326 (elisp.dvi): Use $(srcdir) and $(texinputdir).
1327 (installall, dist): Use $(srcdir).
1328 Fix path to texinfo.tex.
1329 (maintainer-clean): Add elisp.dvi and elisp.oaux.
1330
fa739b31
GM
13312001-08-30 Gerd Moellmann <gerd@gnu.org>
1332
92a25631
GM
1333 * display.texi (Conditional Display): Adjust to API change.
1334
fa739b31
GM
1335 * configure: New file.
1336
cef68af5
GM
13372001-07-30 Gerd Moellmann <gerd@gnu.org>
1338
1339 * commands.texi (Repeat Events): Add description of
1340 double-click-fuzz.
1341
d1f08d85
SM
13422001-05-08 Stefan Monnier <monnier@cs.yale.edu>
1343
1344 * syntax.texi (Syntax Class Table): Add the missing designator for
1345 comment and string fences.
1346 (Syntax Properties): Add a xref to syntax table internals.
1347 (Syntax Table Internals): Document string-to-syntax.
1348
1e9fc92e
GM
13492001-05-07 Gerd Moellmann <gerd@gnu.org>
1350
1351 * Makefile.in (install): Use install-info command line options
1352 like in Emacs' Makefile.in.
1353
00480554
MB
13542000-12-09 Miles Bader <miles@gnu.org>
1355
1356 * windows.texi (Window Start): Update documentation for
1357 `pos-visible-in-window-p'.
1358
1e344ee2
SM
13592000-11-12 Stefan Monnier <monnier@cs.yale.edu>
1360
1361 * lists.texi (Building Lists): Add footnote to explain how to add
1362 to the end of a list.
1363
a540f6ed
GM
13642000-10-25 Gerd Moellmann <gerd@gnu.org>
1365
1366 * files.texi (Visiting Functions): Typos.
1367
28bcdbee
KH
13682000-10-25 Kenichi Handa <handa@etl.go.jp>
1369
1370 * files.texi (Visiting Functions): Return value of
1371 find-file-noselect may be a list of buffers if wildcards are used.
1372
22d1a4ed
MB
13732000-10-24 Miles Bader <miles@lsi.nec.co.jp>
1374
1375 * display.texi (Defining Faces): Document `graphic' display type
1376 in face specs.
1377
916a89db
KG
13782000-10-18 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1379
1e9fc92e 1380 * hooks.texi (Standard Hooks): Replace obsolete
916a89db
KG
1381 `after-make-frame-hook' with `after-make-frame-functions'.
1382
1e9fc92e 1383 * frames.texi (Creating Frames): Ditto.
916a89db 1384
1e9fc92e 1385 * variables.texi (Future Local Variables): Ditto.
916a89db 1386
483de32b
GM
13872000-10-16 Gerd Moellmann <gerd@gnu.org>
1388
1389 * display.texi (Other Image Types): Add description of :foreground
1390 and :background properties of mono PBM images.
1391
e23a63a5
WL
13922000-08-17 Werner LEMBERG <wl@gnu.org>
1393
1394 * .cvsignore: New file.
1395
dfc16043
GM
13962000-01-05 Gerd Moellmann <gerd@gnu.org>
1397
1398 * tindex.pl: New script.
1399
602613fe
DL
14001999-12-03 Dave Love <fx@gnu.org>
1401
1402 * Makefile.in (MAKEINFO): New parameter.
1403
94ec544d
DL
14041999-09-17 Richard Stallman <rms@gnu.org>
1405
1406 * Makefile.in (srcs): Add hash.texi.
1407 (VERSION): Update to 20.6.
1408
14091999-09-13 Richard Stallman <rms@gnu.org>
1410
1411 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
1412
14131998-08-29 Karl Heuer <kwzh@gnu.org>
1414
1415 * configure.in: New file.
1416 * Makefile.in: Renamed from Makefile.
1417 (prefix, infodir): Use value obtained from configure.
1418 (emacslibdir): Obsolete variable deleted.
1419 (dist): Distribute configure.in, configure, Makefile.in.
1420
14211998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
1422
1423 * Makefile (INSTALL_INFO): New variable.
1424 (install): Run install-info.
1425
14261998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
1427
1428 * Makefile (elisp.dvi): Add missing backslash.
1429
14301998-05-02 Richard Stallman <rms@psilocin.gnu.org>
1431
1432 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
1433 Run texindex without `./'. Always run texindex on elisp.tp.
1434 (elisp.tps): Target deleted.
1435
14361998-04-05 Richard Stallman <rms@psilocin.gnu.org>
1437
1438 * Makefile (srcs): Add nonascii.texi and customize.texi.
1439 (dist): Start by deleting `temp'.
1440
14411998-02-17 Richard Stallman <rms@psilocin.gnu.org>
1442
1443 * Makefile (makeinfo, texindex): Targets deleted.
1444 (makeinfo.o, texindex.o): Targets deleted.
1445 (clean, dist): Don't do anything with them or with getopt*.
1446
14471998-01-30 Richard Stallman <rms@psilocin.gnu.org>
1448
1449 * Makefile (SHELL): Defined.
1450
14511998-01-27 Richard Stallman <rms@psilocin.gnu.org>
1452
1453 * Makefile (elisp.tps): New target.
1454 (elisp.dvi): Depend on elisp.tps.
1455
1456Wed Apr 3 15:24:25 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
1457
1458 * README: Update phone number.
1459
1460 * Makefile (elisp): Make this be the default target.
1461 Depend on makeinfo.c instead of makeinfo.
1462 (install): Don't depend on elisp.dvi, since we don't install that.
1463 Use mkinstalldirs.
1464 (dist): Add mkinstalldirs.
1465
1466Mon Jun 19 14:35:26 1995 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1467
1468 * Makefile (VERSION): Update version number.
1469 (maintainer-clean): Renamed from realclean.
1470
1471Wed Jun 7 17:04:59 1995 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
1472
1473 * Makefile (realclean): New target.
1474 (elisp): Remove any old elisp-* files first.
1475
1476Tue Nov 23 19:59:40 1993 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
1477
d1f08d85
SM
1478 * Makefile (VERSION): New variable.
1479 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
1480 Compressed file suffix should be `.gz', not `.z'.
94ec544d
DL
1481
1482Mon Nov 22 15:06:19 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
1483
1484 * Makefile (elisp): Depend on makeinfo.
1485
1486Fri Nov 19 02:29:33 1993 Noah Friedman (friedman@gnu.ai.mit.edu)
1487
d1f08d85 1488 * Makefile (srcs): Add anti.texi.
94ec544d
DL
1489
1490Fri May 28 18:04:53 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
1491
1492 * Makefile (infodir, prefix): New vars.
1493 (install): Use infodir.
1494 (emacsinfodir): Deleted.
1495
1496Thu May 27 02:11:25 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
1497
1498 * Makefile (srcs): Add calendar.texi.
1499
1500 * Makefile (dist): Copy texindex.c and makeinfo.c.
1501 Limit elisp-* files to those with one or two digits.
1502
1503Sun May 16 17:58:21 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
1504
1505 * Makefile (dist): Changed to use Gzip instead of compress.
1506
1507Fri Apr 23 01:05:23 1993 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
1508
1509 * loading.texi (Unloading): define-function changed back to
1510 defalias. It may not stay this way, but at least it's
1511 consistent with the known-good version of the code patch.
1512
1513Fri Mar 26 21:14:54 1993 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
1514
1515 * modes.texi (Hooks): Document new optional arg of add-hook.
1516
1517Wed Mar 17 08:48:24 1993 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
1518
d1f08d85 1519 * variables.texi: Document nil initial value of buffer-local variables.
94ec544d
DL
1520
1521 * tips.texi: Add new section on standard library headers.
1522
1523Sat Feb 27 18:00:25 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
1524
1525 * Makefile (srcs): Add frame.texi to the list of sources.
1526
1527Tue Feb 23 10:50:25 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
1528
1529 * Makefile (dist): Don't bother excluding autosave files; they'll
1530 never make it into the temp directory anyway, and the hash marks
1531 in the name are problematic for make and the Bourne shell.
dff28924 1532 (srcs):
94ec544d
DL
1533
1534Fri Feb 12 16:54:38 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
1535
d1f08d85 1536 * Makefile (dist): Don't include backup files or autosave files in
94ec544d
DL
1537 the distribution tar file.
1538
dff28924 1539Tue Nov 26 21:10:34 1991 Richard Stallman (rms@mole.gnu.ai.mit.edu)
94ec544d
DL
1540
1541 * Makefile (srcs): Added index.perm.
1542 (elisp.dvi): Remove erroneous shell comment.
1543 Expect output of permute-index in permuted.fns.
1544 Save old elisp.aux in elisp.oaux.
1545 (clean): Added index.texi to be deleted.
1546
dff28924 1547Sat Aug 11 17:39:10 1990 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
94ec544d
DL
1548
1549 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
1550
dff28924 1551Tue Jun 26 09:57:26 1990 David Lawrence (tale@geech)
94ec544d
DL
1552
1553 * files.texi: Noted that completion-ignored-extensions is ignored
1554 when making *Completions*.
1555
1556Fri Jun 8 16:44:44 EDT 1990 Jay Fenlason (hack@ai.mit.edu)
1557
1558 * Makefile make dist now depends on elisp.dvi, since it tries
1559 to include it in the dist file.
1560
dff28924 1561Wed Mar 28 22:57:35 1990 Jim Kingdon (kingdon@mole.ai.mit.edu)
94ec544d
DL
1562
1563 * functions.texinfo (Mapping Functions): Add missing quote
1564
dff28924 1565Mon Jun 19 18:09:24 1989 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
94ec544d
DL
1566
1567 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
1568 (defunargs): Turn off \hyphenchar of \sl font temporarily.
1569
dff28924 1570Wed May 10 18:01:17 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
1571
1572 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
1573 and @error{} are the terms now being used. The files in the
1574 directory have been changed to reflect this.
1575
d1f08d85 1576 * All instances of @indentedresultt{} have been changed to
94ec544d
DL
1577 ` @result{}', using 5 spaces at the begining of the line.
1578
dff28924 1579Mon Apr 24 21:02:55 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
1580
1581 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
1582 experimental @indentedresult{}, @indentedexpandsto{} are part of
1583 the texinfo.tex in this directory. These TeX macros are not
1584 stable yet.
1585
dff28924 1586Mon Apr 17 18:56:50 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
1587
1588 * texinfo.tex: temporarily added
d1f08d85 1589 \let\result=\dblarrow
94ec544d
DL
1590 \def\error{{\it ERROR} \longdblarrow}
1591 We need to do this better soon.
1592
dff28924 1593Tue Apr 11 12:23:28 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
1594
1595 * Applied Karl Berry's patches to *.texinfo files, but not to
1596 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
1597 new title page format is also not applied, since it requires
1598 texinfo.tex changes.)
1599
1600 * Cleaned up `Makefile' and defined the `emacslibdir' directory
1601 for the Project GNU development environment.
1602
ad050e54 1603;; Local Variables:
fd026ee1 1604;; coding: iso-2022-7bit
ad050e54 1605;; End:
2a34a036
GM
1606
1607 Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
1608 Copying and distribution of this file, with or without modification,
1609 are permitted provided the copyright notice and this notice are preserved.
ab5796a9
MB
1610
1611;;; arch-tag: 985ae0ce-df29-475b-b3f8-4bbcbf6f7fda