(Minibuffer Completion): For INITIAL arg,
[bpt/emacs.git] / lispref / ChangeLog
CommitLineData
18684a3a
RS
12004-05-30 Richard M. Stallman <rms@gnu.org>
2
7a61e456
RS
3 * loading.texi (Named Features): Clarify return value
4 and meaning of NOERROR.
5
18684a3a
RS
6 * variables.texi (File Local Variables): Minor cleanup.
7
c8364415
MA
82004-05-30 Michael Albinus <michael.albinus@gmx.de>
9
10 * files.texi (Magic File Names): Add `file-remote-p' as operation
11 of file name handlers.
12
08fd1251
RS
132004-05-29 Richard M. Stallman <rms@gnu.org>
14
15 * modes.texi (Minor Mode Conventions): (-) has no special meaning
16 as arg to a minor mode command.
17
71d5a208
RS
182004-05-22 Richard M. Stallman <rms@gnu.org>
19
20 * syntax.texi (Syntax Class Table): Word syntax not just for English.
21
22 * streams.texi (Output Variables): Doc float-output-format.
23
24 * searching.texi (Regexp Special): Nested repetition can be infloop.
25
26 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
27 real stack overflow.
28
29 * compile.texi: Minor cleanups.
30
312004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
32
33 * lists.texi (Cons Cells): Explain dotted lists, true lists,
34 circular lists.
35 (List Elements): Explain handling of circular and dotted lists.
36
022cb162
TTN
372004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
38
39 * modes.texi (Search-based Fontification): Fix typo.
40
aa7094ba
JB
412004-05-10 Juanma Barranquero <lektu@terra.es>
42
43 * modes.texi (Mode Line Variables): Fix description of
44 global-mode-string, which is now after which-func-mode, not the
45 buffer name.
46
c2383279
LH
472004-05-07 Lars Hansen <larsh@math.ku.dk>
48
49 * modes.texi (Desktop Save Mode): Add.
50 (Modes): Add menu entry Desktop Save Mode.
51
52 * hooks.texi: Add desktop-after-read-hook,
53 desktop-no-desktop-file-hook and desktop-save-hook.
54
55 * locals.texi: Add desktop-save-buffer.
56
058296d3
JH
572004-04-30 Jesper Harder <harder@ifa.au.dk>
58
59 * display.texi: emacs -> Emacs.
60
0c54865e
EZ
612004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
62
63 * files.texi (Changing Files): Document set-file-times.
64
d814862a
JB
652004-04-23 Juanma Barranquero <lektu@terra.es>
66
67 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
68
e8d6f886
JH
692004-04-18 Jesper Harder <harder@ifa.au.dk>
70
71 * tips.texi (Coding Conventions): defopt -> defcustom.
72
3a424014
LT
732004-04-16 Luc Teirlinck <teirllm@auburn.edu>
74
75 * sequences.texi: Various clarifications.
76
9e860631
LT
772004-04-14 Luc Teirlinck <teirllm@auburn.edu>
78
79 * buffers.texi (Read Only Buffers): Mention optional ARG to
80 `toggle-read-only'.
81
5e30a0fb
NR
822004-04-14 Nick Roberts <nick@nick.uklinux.net>
83
9e860631 84 * windows.texi (Selecting Windows): Note that get-lru-window
5e30a0fb
NR
85 returns a full-width window if possible.
86
619fb950
LT
872004-04-13 Luc Teirlinck <teirllm@auburn.edu>
88
89 * buffers.texi: Various changes in addition to:
90 (Buffer File Name): Add `find-buffer-visiting'.
91 (Buffer Modification): Mention optional ARG to `not-modified'.
92 (Indirect Buffers): Mention optional CLONE argument to
93 `make-indirect-buffer'.
94
95 * files.texi: Various changes in addition to:
96 (Visiting Functions): `find-file-hook' is now a normal hook.
97 (File Name Expansion): Explain difference between the way that
98 `expand-file-name' and `file-truename' treat `..'.
99 (Contents of Directories): Mention optional ID-FORMAT argument to
100 `directory-files-and-attributes'.
101 (Format Conversion): Mention new optional CONFIRM argument to
102 `format-write-file'.
103
a2295d32
MB
1042004-04-12 Miles Bader <miles@gnu.org>
105
106 * macros.texi (Expansion): Add description of `macroexpand-all'.
107
571fd4d5
JH
1082004-04-05 Jesper Harder <harder@ifa.au.dk>
109
110 * variables.texi (Variable Aliases): Mention
111 cyclic-variable-indirection.
112
113 * errors.texi (Standard Errors): Ditto.
114
4ba2fd66
LT
1152004-04-04 Luc Teirlinck <teirllm@auburn.edu>
116
117 * backups.texi: Various small changes in addition to:
118 (Making Backups): Mention return value of `backup-buffer'.
119 (Auto-Saving): Mention optional FORCE argument to
120 `delete-auto-save-file-if-necessary'.
121 (Reverting): Mention optional PRESERVE-MODES argument to
122 `revert-buffer'. Correct description of `revert-buffer-function'.
123
8f7ea687
JL
1242004-03-22 Juri Linkov <juri@jurta.org>
125
126 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
127 with `Vector Functions'.
128
129 * text.texi (Sorting): Add missing quote.
130
0eeca3c1
LT
1312004-03-14 Luc Teirlinck <teirllm@auburn.edu>
132
133 * intro.texi (Lisp History): Replace xref to `cl' manual with
134 inforef.
135
e69cfac2
RS
1362004-03-12 Richard M. Stallman <rms@gnu.org>
137
138 * intro.texi (Version Info): Add arg to emacs-version.
139 (Lisp History): Change xref to CL manual.
140
1b91d47f
LT
1412004-03-09 Luc Teirlinck <teirllm@auburn.edu>
142
143 * minibuf.texi (Completion Commands): Add xref to Emacs manual
144 for Partial Completion mode.
145
97073664
TTN
1462004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
147
148 * customize.texi: Fix typo. Remove eol whitespace.
149
04a6e76b
RS
1502004-03-04 Richard M. Stallman <rms@gnu.org>
151
152 * processes.texi: Fix typos.
153
154 * lists.texi (Building Lists): Minor clarification.
155
156 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
157 in make-hash-table.
158
5bb0fcd1
JB
1592004-02-29 Juanma Barranquero <lektu@terra.es>
160
161 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
162 rm, and ignore exit code.
163
9022d421
EZ
1642004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
165
166 * display.texi (Defining Faces): Add description for min-colors.
167 Update example.
168
92f5fba2
LT
1692004-02-23 Luc Teirlinck <teirllm@auburn.edu>
170
171 * abbrevs.texi: Various corrections and clarifications in addition
172 to the following:
173 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
174
7e83e178
GM
1752004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
176
177 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
178
9c5609e8
LT
1792004-02-21 Luc Teirlinck <teirllm@auburn.edu>
180
e2b9b51f
LT
181 * text.texi: Various small changes in addition to the following:
182 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
183 to delete-horizontal-space.
184 (Kill Functions, Yanking, Low-Level Kill Ring): clarify and correct
185 description of yank-handler text property at various places.
186
7daa0e81
LT
187 * frames.texi (Window System Selections): Add anchor.
188
9c5609e8
LT
189 * syntax.texi (Syntax Table Functions): Clarify and correct
190 descriptions of make-syntax-table and copy-syntax-table.
191 (Motion and Syntax): Clarify SYNTAXES argument to
192 skip-syntax-forward.
193 (Parsing Expressions): Mention that the return value of
194 parse-partial-sexp is currently a list of ten rather than nine
195 elements.
196 (Categories): Various corrections and clarifications.
197
d29edb21
LT
1982004-02-17 Luc Teirlinck <teirllm@auburn.edu>
199
200 * markers.texi (Marker Insertion Types): Minor change.
201
202 * locals.texi (Standard Buffer-Local Variables):
203 * commands.texi (Interactive Codes, Using Interactive):
204 * functions.texi (Related Topics): Fix xrefs.
205
43e48bda
LT
2062004-02-16 Luc Teirlinck <teirllm@auburn.edu>
207
208 * lists.texi (Sets And Lists): Update description of delete-dups.
209
84e34002
RS
2102004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
211
212 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
213
2142004-02-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
215
216 * frames.texi (Parameter Access): frame-parameters arg is optional.
217 modify-frame-parameters handles nil for FRAME.
218 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
219 are all-or-nothing for certain toolkits.
220 Mention parameter wait-for-wm.
221 (Frames and Windows): In frame-first-window and frame-selected-window
222 the arg is optional.
223 (Input Focus): In redirect-frame-focus the second arg is optional.
224 (Window System Selections): Mention selection type CLIPBOARD.
225 Mention data-type UTF8_STRING.
226 Mention numbering of cut buffers.
227 (Resources): Describe x-resource-name.
228
2292004-02-16 Richard M. Stallman <rms@gnu.org>
230
231 * windows.texi (Buffers and Windows): Delete false table
232 about all-frames.
233
234 * syntax.texi (Parsing Expressions): Delete old caveat
235 about parse-sexp-ignore-comments.
236
237 * streams.texi (Output Variables): Add print-quoted.
238
239 * lists.texi (Building Lists): Minor cleanup.
240
241 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
242
243 * display.texi (Overlays): Explain overlays use markers.
244 (Managing Overlays): Explain front-advance and rear-advance
245 in more detail.
246
247 * loading.texi (Unloading): Document unload-feature-special-hooks.
248 Get rid of fns-NNN.el file.
249
2502004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
251
252 * help.texi (Describing Characters): Fix text-char-description
253 example output.
254
255 * edebug.texi (Using Edebug): Fix example.
256
257 * debugging.texi (Internals of Debugger): Fix return value.
43e48bda 258
84e34002
RS
259 * files.texi (Changing Files): Fix argname.
260
261 * calendar.texi: Fix parens, and default values.
262
263 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
264 * nonascii.texi, objects.texi, os.texi: Minor fixes.
265 * searching.texi, text.texi, tips.texi, windows.text: Minor fixes.
266
267 * positions.texi (Text Lines): Don't add -1 in current-line.
268
2692004-02-16 Richard M. Stallman <rms@gnu.org>
270
271 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
272
c33b76da
EZ
2732004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
274
275 * processes.texi (Low-Level Network): Fix a typo.
276
9d7271e8
KS
2772004-02-12 Kim F. Storm <storm@cua.dk>
278
279 * display.texi (Fringes): Use consistent wording.
280 Note that window-fringe's window arg is optional.
281 (Scroll Bars): Use consistent wording.
282
6827d730
LT
2832004-02-11 Luc Teirlinck <teirllm@auburn.edu>
284
285 * tips.texi (Comment Tips): Document the new conventions for
286 commenting out code.
287
1cb60b5a
JD
2882004-02-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
289
290 * positions.texi (Text Lines): Added missing end defun.
291
7fdd1f62
KS
2922004-02-07 Kim F. Storm <storm@cua.dk>
293
294 * positions.texi (Text Lines): Add line-number-at-pos.
295
eb3c144c
JPW
2962004-02-06 John Paul Wallington <jpw@gnu.org>
297
298 * display.texi (Button Properties, Button Buffer Commands):
299 mouse-2 invokes button, not down-mouse-1.
300
a1d38d63
JR
3012004-02-04 Jason Rumney <jasonr@gnu.org>
302
303 * makefile.w32-in: Sync with Makefile.in changes.
304
4b574f3d
LT
3052004-02-03 Luc Teirlinck <teirllm@auburn.edu>
306
307 * minibuf.texi (Text from Minibuffer): Various corrections and
308 clarifications.
309 (Object from Minibuffer): Correct Lisp description of
310 read-minibuffer.
311 (Minibuffer History): Clarify description of cons values for
312 HISTORY arguments.
313 (Basic Completion): Various corrections and clarifications. Add
314 completion-regexp-list.
315 (Minibuffer Completion): Correct and clarify description of
316 completing-read.
6f6b0433 317 (Completion Commands): Mention Partial Completion mode. Various
4b574f3d
LT
318 other minor changes.
319 (High-Level Completion): Various corrections and clarifications.
320 (Reading File Names): Ditto.
321 (Minibuffer Misc): Ditto.
322
d8186297
LT
3232004-01-26 Luc Teirlinck <teirllm@auburn.edu>
324
325 * strings.texi (Text Comparison): assoc-string also matches
326 elements of alists that are strings instead of conses.
327 (Formatting Strings): Standardize Texinfo usage. Update index
328 entries.
329
9adcb5f2
LT
3302004-01-20 Luc Teirlinck <teirllm@auburn.edu>
331
332 * lists.texi (Sets And Lists): Add delete-dups.
333
3e7274ae
LT
3342004-01-15 Luc Teirlinck <teirllm@auburn.edu>
335
336 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
337 special form.
338 * macros.texi (Defining Macros): Update description of `declare',
339 which now is a macro.
340 (Wrong Time): Fix typos.
341
944e099f
LT
3422004-01-14 Luc Teirlinck <teirllm@auburn.edu>
343
344 * compile.texi (Compilation Functions): Expand descriptions of
e75c1a57 345 `compile-defun', `byte-compile-file', `byte-recompile-directory'
944e099f
LT
346 and `batch-byte-compile'. In particular, mention and describe
347 all optional arguments.
348 (Disassembly): Correct and clarify the description of `disassemble'.
349
90c3aa59
LT
3502004-01-11 Luc Teirlinck <teirllm@auburn.edu>
351
352 * searching.texi: Various small changes in addition to the
353 following.
354 (Regexp Example): Adapt to new value of `sentence-end'.
355 (Regexp Functions): The PAREN argument to `regexp-opt' can be
356 `words'.
357 (Search and Replace): Add usage note for `perform-replace'.
358 (Entire Match Data): Mention INTEGERS and REUSE arguments to
359 `match-data'.
360 (Standard Regexps): Update for new values of `paragraph-start'
361 and `sentence-end'.
362
583c353d
LT
3632004-01-07 Luc Teirlinck <teirllm@auburn.edu>
364
365 * files.texi (Saving Buffers): Clarify descriptions of
366 `write-contents-functions' and `before-save-hook'.
367 Make the defvar's for `before-save-hook' and `after-save-hook'
368 into defopt's.
369
05faee07
KS
3702004-01-07 Kim F. Storm <storm@cua.dk>
371
372 * commands.texi (Click Events): Describe new image and
373 width/height elements of click events.
374 (Accessing Events): Add posn-string, posn-image, and
375 posn-object-width-height. Change posn-object to return either
376 image or string object.
377
a0465ec3
SJ
3782004-01-01 Simon Josefsson <jas@extundo.com>
379
380 * hooks.texi (Standard Hooks): Add before-save-hook.
381 * files.texi (Saving Buffers): Likewise.
382
972c0c49
RS
3832004-01-03 Richard M. Stallman <rms@gnu.org>
384
385 * frames.texi (Frames and Windows): Delete frame-root-window.
386
dbcd463f
LT
3872004-01-03 Luc Teirlinck <teirllm@auburn.edu>
388
389 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
390
391 * functions.texi: Various small changes in addition to the
392 following.
393 (What Is a Function): `functionp' returns nil for macros. Clarify
394 behavior of this and following functions for symbol arguments.
395 (Function Documentation): Add `\' in front of (fn @var{arglist})
396 and explain why.
397 (Defining Functions): Mention DOCSTRING argument to `defalias'.
398 Add anchor.
399 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
400
02c77ee9
MB
4012004-01-01 Miles Bader <miles@gnu.org>
402
403 * display.texi (Buttons): New section.
404
903a1a91
AS
4052003-12-31 Andreas Schwab <schwab@suse.de>
406
407 * numbers.texi (Math Functions): sqrt reports a domain-error
408 error.
409 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
410
697cf92a
LT
4112003-12-30 Luc Teirlinck <teirllm@auburn.edu>
412
3f70fe82
LT
413 * tips.texi (Documentation Tips): Update item on hyperlinks in
414 documentation strings.
415
697cf92a
LT
416 * errors.texi (Standard Errors): Various small corrections and
417 additions.
418
419 * control.texi: Various small changes in addition to the
420 following.
421 (Signaling Errors): Provide some more details on how `signal'
422 constructs the error message. Add anchor to the definition of
423 `signal'.
424 (Error Symbols): Describe special treatment of `quit'.
425 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
426 to emphasize that it has to be a single form.
427
428 * buffers.texi: Add anchor.
429
4d25144d
RS
4302003-12-29 Richard M. Stallman <rms@gnu.org>
431
432 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
433 (Window Configurations): Add window-configuration-frame.
434
435 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
436
437 * text.texi (Examining Properties): Add get-char-property-and-overlay.
438 Change arg name in get-char-property.
439 (Special Properties): Update handling of keymap property.
440
441 * strings.texi (Modifying Strings): Add clear-string.
442 (Text Comparison): Add assoc-string and remove
443 assoc-ignore-case, assoc-ignore-representation.
444
445 * os.texi (Time of Day): Add set-time-zone-rule.
446
447 * numbers.texi (Math Functions): asin, acos, log, log10
697cf92a 448 report domain-error errors.
4d25144d 449
697cf92a 450 * nonascii.texi (Converting Representations):
4d25144d
RS
451 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
452 (Encoding and I/O): Add file-name-coding-system.
453
454 * modes.texi (Search-based Fontification): Explain that
455 face specs are symbols with face names as values.
456
457 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
458
459 * lists.texi (Building Lists): remq moved elsewhere.
460 (Sets And Lists): remq moved here.
461 (Association Lists): Refer to assoc-string.
462
463 * internals.texi (Garbage Collection): Add memory-use-counts.
464
465 * frames.texi (Frames and Windows): Add set-frame-selected-window
466 and frame-root-window.
467
697cf92a 468 * files.texi (Contents of Directories):
4d25144d
RS
469 Add directory-files-and-attributes.
470
471 * display.texi (Refresh Screen): Add force-window-update.
472 (Invisible Text): Explain about moving point out of invis text.
473 (Overlay Properties): Add overlay-properties.
474 (Managing Overlays): Add overlayp.
475 (GIF Images): Invalid image number displays a hollow box.
476
477 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
478 (Killing Buffers): Add buffer-live-p.
479
67fafe38
MR
4802003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
481
482 * display.texi (Fringes): Fix typo "set-buffer-window".
483
68e74f25
LT
4842003-12-24 Luc Teirlinck <teirllm@auburn.edu>
485
486 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
487 * nonascii.texi, processes.texi, tips.texi, variables.texi:
488 Add or change various xrefs and anchors.
489
490 * commands.texi: Replace all occurrences of @acronym{CAR} with
491 @sc{car}, for consistency with the rest of the Elisp manual.
492 `car' and `cdr' are historically acronyms, but are no longer
493 widely thought of as such.
494
495 * internals.texi (Pure Storage): Mention that `purecopy' does not
496 copy text properties.
497 (Object Internals): Now 29 bits are used (in most implementations)
498 to address Lisp objects.
499
500 * variables.texi (Variables with Restricted Values): New node.
501
502 * objects.texi (Lisp Data Types): Mention that certain variables
503 can only take on a restricted set of values and add an xref to
504 the new node "Variables with Restricted Values".
505
506 * eval.texi (Function Indirection): Describe the errors that
507 `indirect-function' can signal.
508 (Eval): Clarify the descriptions of `eval-region' and `values'.
509 Describe `eval-buffer' instead of `eval-current-buffer' and
510 mention `eval-current-buffer' as an alias for `current-buffer'.
511 Correct the description and mention all optional arguments.
512
697cf92a 513 * nonascii.texi: Various small changes in addition to the
68e74f25
LT
514 following.
515 (Converting Representations): Clarify behavior of
516 `string-make-multibyte' and `string-to-multibyte' for unibyte all
517 ASCII arguments.
518 (Character Sets): Document the variable `charset-list' and adapt
519 the definition of the function `charset-list' accordingly.
520 (Translation of Characters): Clarify use of generic characters in
521 `make-translation-table'. Clarify and correct the description of
522 the use of translation tables in encoding and decoding.
523 (User-Chosen Coding Systems): Correct and clarify the description
524 of `select-safe-coding-system'.
525 (Default Coding Systems): Clarify description of
526 `file-coding-system-alist'.
527
a62f71e4
LT
5282003-11-30 Luc Teirlinck <teirllm@auburn.edu>
529
530 * strings.texi (Text Comparison): Correctly describe when two
531 strings are `equal'. Combine and clarify descriptions of
532 `assoc-ignore-case' and `assoc-ignore-representation'.
533
534 * objects.texi (Non-ASCII in Strings): Clarify description of
535 when a string is unibyte or multibyte.
536 (Bool-Vector Type): Update examples.
537 (Equality Predicates): Correctly describe when two strings are
538 `equal'.
539
19017752
LT
5402003-11-29 Luc Teirlinck <teirllm@auburn.edu>
541
542 * lists.texi (Building Lists): `append' no longer accepts integer
543 arguments. Update the description of `number-sequence' to reflect
544 recent changes.
545 (Sets And Lists): Describe `member-ignore-case' after `member'.
546
0f6a07a8
KS
5472003-11-27 Kim F. Storm <storm@cua.dk>
548
549 * commands.texi (Click Events): Click object may be an images.
550 Describe (dx . dy) element of click positions.
551 (Accessing Events): Remove duplicate posn-timestamp.
552 New functions posn-object and posn-object-x-y.
553
1ce7c819
KS
5542003-11-23 Kim F. Storm <storm@cua.dk>
555
556 * commands.texi (Click Events): Describe enhancements to event
557 position lists, including new text-pos and (col . row) items.
558 Mention left-fringe and right-fringe area events.
0f6a07a8 559 (Accessing Events): New functions posn-area and
1ce7c819
KS
560 posn-actual-col-row. Mention posn-timestamp. Mention that
561 posn-point in non-text area still returns buffer position.
562 Clarify posn-col-row.
563
cae8ddbb
LH
5642003-11-21 Lars Hansen <larsh@math.ku.dk>
565
566 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
567 * anti.texi (File Attributes): Describe removed parameter
568 ID-FORMAT.
569
f7f1a248
LT
5702003-11-20 Luc Teirlinck <teirllm@auburn.edu>
571
68e74f25 572 * positions.texi (Positions): Mention that, if a marker is used as
f7f1a248
LT
573 a position, its buffer is ignored.
574
575 * markers.texi (Overview of Markers): Mention it here too.
576
c5e2fb05
LT
5772003-11-12 Luc Teirlinck <teirllm@auburn.edu>
578
579 * numbers.texi (Numeric Conversions): Not just `floor', but also
580 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
581
e57d0aa8
LT
5822003-11-10 Luc Teirlinck <teirllm@auburn.edu>
583
584 * markers.texi (Creating Markers): Specify insertion type of
585 created markers. Add xref to `Marker Insertion Types'.
586 Second argument to `copy-marker' is optional.
587 (Marker Insertion Types): Mention that most markers are created
588 with insertion type nil.
589 (The Mark): Correctly describe when `mark' signals an error.
590 (The Region): Correctly describe when `region-beginning' and
591 `region-end' signal an error.
592
bb3612ec
LT
5932003-11-08 Luc Teirlinck <teirllm@auburn.edu>
594
595 * hash.texi (Creating Hash): Clarify description of `eql'.
596 `makehash' is obsolete.
597 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
598
599 * positions.texi (Point): Change description of `buffer-end', so
600 that it is also correct for floating point arguments.
601 (List Motion): Correct argument lists of `beginning-of-defun' and
602 `end-of-defun'.
603 (Excursions): Add xref to `Marker Insertion Types'.
604 (Narrowing): Argument to `narrow-to-page' is optional.
605
cfb8a797
LT
6062003-11-06 Luc Teirlinck <teirllm@auburn.edu>
607
608 * streams.texi (Output Streams): Clarify behavior of point for
609 marker output streams.
610
c6177909
LT
6112003-11-04 Luc Teirlinck <teirllm@auburn.edu>
612
613 * variables.texi (Defining Variables): Second argument to
614 `defconst' is not optional.
615 (Setting Variables): Mention optional argument APPEND to
616 `add-to-list'.
617 (Creating Buffer-Local): Expand description of
618 `make-variable-buffer-local'.
619 (Frame-Local Variables): Expand description of
620 `make-variable-frame-local'.
621 (Variable Aliases): Correct description of optional argument
622 DOCSTRING to `defvaralias'. Mention return value of
623 `defvaralias'.
624 (File Local Variables): Add xref to `File variables' in Emacs
625 Manual. Correct description of `hack-local-variables'. Mention
626 `safe-local-variable' property. Mention optional second argument
627 to `risky-local-variable-p'.
628
b3645067
LT
6292003-11-03 Luc Teirlinck <teirllm@auburn.edu>
630
631 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
632
10695e5c
EZ
6332003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
634
635 * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
636 lispref/customize.texi, lispref/display.texi, lispref/files.texi,
637 lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
638 lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
639 lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
b3645067 640 lispref/processes.texi, lispref/searching.texi,
10695e5c
EZ
641 lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
642 lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
643 @acronym{FOO}.
644
a2f4def1
LT
6452003-10-27 Luc Teirlinck <teirllm@auburn.edu>
646
647 * strings.texi (Creating Strings): Argument START to `substring'
648 can not be `nil'. Expand description of
649 `substring-no-properties'. Correct description of `split-string',
650 especially with respect to empty matches. Prevent very bad line
651 break in definition of `split-string-default-separators'.
652 (Text Comparison): `string=' and `string<' also accept symbols as
653 arguments.
654 (String Conversion): More completely describe argument BASE in
655 `string-to-number'.
5bb0fcd1 656 (Formatting Strings): `%s' and `%S' in `format' do require
a2f4def1
LT
657 corresponding object. Clarify behavior of numeric prefix after
658 `%' in `format'.
659 (Case Conversion): The argument to `upcase-initials' can be a
660 character.
661
a2296bf9
KH
6622003-10-27 Kenichi Handa <handa@m17n.org>
663
664 * display.texi (Fontsets): Fix texinfo usage.
665
885fef7c
KH
6662003-10-25 Kenichi Handa <handa@m17n.org>
667
668 * display.texi (Fontsets): Add description of the function
669 set-fontset-font.
670
0c6b7a1f
LT
6712003-10-23 Luc Teirlinck <teirllm@auburn.edu>
672
673 * display.texi (Temporary Displays): Add xref to `Documentation
674 Tips'.
675
676 * functions.texi (Function Safety): Use inforef instead of pxref
677 for SES.
678
c3cda320
AS
6792003-10-23 Andreas Schwab <schwab@suse.de>
680
681 * Makefile.in (TEX, texinputdir): Don't define.
682 (TEXI2DVI): Define.
683 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
684 add $(srcdir)/index.texi.
685 ($(infodir)/elisp): Remove index.texi dependency.
686 (elisp.dvi): Likewise. Use $(TEXI2DVI).
687 (index.texi): Remove target.
688 (dist): Don't link $(srcdir)/permute-index.
83badb71
AS
689 (clean): Don't remove index.texi.
690
c3cda320
AS
691 * permute-index, index.perm: Remove.
692 * index.texi: Rename from index.unperm.
693
e5dadca7
LT
6942003-10-22 Luc Teirlinck <teirllm@auburn.edu>
695
696 * tips.texi (Documentation Tips): Document new behavior for face
697 and variable hyperlinks in Help mode.
698
6cfb0777
LT
6992003-10-21 Luc Teirlinck <teirllm@auburn.edu>
700
701 * objects.texi (Integer Type): Update for extra bit of integer range.
702 (Character Type): Ditto.
703
a6eeaa81 7042003-10-16 Eli Zaretskii <eliz@gnu.org>
a4fc3ab3
EZ
705
706 * numbers.texi (Integer Basics): Add index entries for reading
707 numbers in hex, octal, and binary.
708
c8f9ba83
LK
7092003-10-16 Lute Kamstra <lute@gnu.org>
710
711 * modes.texi (Mode Line Format): Mention force-mode-line-update's
712 argument.
713
b52a26fb
LT
7142003-10-13 Luc Teirlinck <teirllm@auburn.edu>
715
716 * windows.texi (Choosing Window): Fix typo.
717 * edebug.texi (Edebug Execution Modes): Fix typo.
718
f7005886
RS
7192003-10-13 Richard M. Stallman <rms@gnu.org>
720
721 * windows.texi (Basic Windows): A window has fringe settings,
722 display margins and scroll-bar settings.
723 (Splitting Windows): Doc split-window return value.
724 Clean up one-window-p.
725 (Selecting Windows): Fix typo.
726 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
727 (Buffers and Windows): In set-window-buffer, explain effect
728 on fringe settings and scroll bar settings.
729 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
730 (Choosing Window): Use defopt for pop-up-frame-function.
731 For special-display-buffer-names, explain same-window and same-frame.
732 Clarify window-dedicated-p return value.
733 (Textual Scrolling): scroll-up and scroll-down can get an error.
734 (Horizontal Scrolling): Clarify auto-hscroll-mode.
735 Clarify set-window-hscroll.
736 (Size of Window): Don't mention tool bar in window-height.
737 (Coordinates and Windows): Explain what coordinates-in-window-p
738 returns for fringes and display margins.
739 (Window Configurations): Explain saving fringes, etc.
740
741 * tips.texi (Library Headers): Clean up Documentation.
742
743 * syntax.texi (Parsing Expressions): Clean up forward-comment
744 and parse-sexp-lookup-properties.
745
746 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
747
748 * os.texi (System Environment): Clean up text for load-average errors.
749
750 * modes.texi (Hooks): Don't explain local hook details at front.
751 Clarify run-hooks and run-hook-with-args a little.
752 Clean up add-hook and remove-hook.
753
754 * edebug.texi (Edebug Execution Modes): Clarify t.
755 Document edebug-sit-for-seconds.
756 (Coverage Testing): Document C-x X = and =.
757 (Instrumenting Macro Calls): Fix typo.
758 (Specification List): Don't index the specification keywords.
759
c989ebe9
KS
7602003-10-10 Kim F. Storm <storm@cua.dk>
761
762 * processes.texi (Network): Introduce make-network-process.
763
f9525eef
LT
7642003-10-09 Luc Teirlinck <teirllm@auburn.edu>
765
766 * tips.texi (Library Headers): Fix typo.
767
f008b925
LK
7682003-10-07 Juri Linkov <juri@jurta.org>
769
770 * modes.texi (Imenu): Mention imenu-create-index-function's
771 default value. Explain submenus better.
772
c22c5da6
LK
7732003-10-07 Lute Kamstra <lute@gnu.org>
774
775 * modes.texi (Faces for Font Lock): Fix typo.
776 (Hooks): Explain how buffer-local hook variables can refer to
777 global hook variables.
778 Various minor clarifications.
779
49247521
LK
7802003-10-06 Lute Kamstra <lute@gnu.org>
781
782 * tips.texi (Coding Conventions): Mention naming conventions for
783 hooks.
784
9296c947
LT
7852003-10-05 Luc Teirlinck <teirllm@auburn.edu>
786
787 * loading.texi (Library Search): Correct default value of
788 load-suffixes.
789 (Named Features): Fix typo.
790
0e9b293a
RS
7912003-10-05 Richard M. Stallman <rms@gnu.org>
792
793 * loading.texi (Named Features): In `provide',
794 say how to test for subfeatures.
795 (Unloading): In unload-feature, use new var name
796 unload-feature-special-hooks.
797
49247521 7982003-10-03 Lute Kamstra <lute@gnu.org>
10ee4e90
LK
799
800 * modes.texi (Major Mode Conventions): Mention third way to set up
801 Imenu.
802 (Imenu): A number of small fixes.
803 Delete documentation of internal variable imenu--index-alist.
804 Document the return value format of imenu-create-index-function
805 functions.
806
ab8f7d5c
RS
8072003-09-30 Richard M. Stallman <rms@gnu.org>
808
809 * processes.texi (Network): Say what stopped datagram connections do.
810
811 * lists.texi (Association Lists): Clarify `assq-delete-all'.
812
813 * display.texi (Overlay Properties): Clarify `evaporate' property.
814
49247521 8152003-09-29 Lute Kamstra <lute@gnu.org>
86b9b767
LK
816
817 * modes.texi (Mode Line Data): Explain when symbols in mode-line
c22c5da6 818 constructs should be marked as risky.
86b9b767
LK
819 Change cons cell into proper list.
820 (Mode Line Variables): Change cons cell into proper list.
821
49247521 8222003-09-26 Lute Kamstra <lute@gnu.org>
bc3b02f9
LK
823
824 * modes.texi (Mode Line Data): Document the :propertize construct.
825 (Mode Line Variables): Reorder the descriptions of the variables
c22c5da6 826 to match their order in the default mode-line-format.
bc3b02f9
LK
827 Describe the new variables mode-line-position and mode-line-modes.
828 Update the default values of mode-line-frame-identification,
829 minor-mode-alist, and default-mode-line-format.
830 (Properties in Mode): Mention the :propertize construct.
6142d1d0 831
bc3b02f9 8322003-09-26 Richard M. Stallman <rms@gnu.org>
6142d1d0 833
c22c5da6 834 * buffers.texi, commands.texi, debugging.texi, eval.texi:
6142d1d0
RS
835 * loading.texi, minibuf.texi, text.texi, variables.texi:
836 Avoid @strong{Note:}.
837
8382003-09-26 Richard M. Stallman <rms@gnu.org>
839
840 * keymaps.texi (Remapping Commands): Fix typo.
841
41beda59
LT
8422003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
843
844 * processes.texi (Low-Level Network): Fix typo.
845
ef6ae4ff
KS
8462003-09-23 Kim F. Storm <storm@cua.dk>
847
848 * processes.texi (Network, Network Servers): Fix typos.
849 (Low-Level Network): Add timeout value for :server keyword.
850 Add new option keywords to make-network-process.
851 Add set-network-process-options.
852 Explain how to test availability of network options.
853
b0f23edf
RS
8542003-09-19 Richard M. Stallman <rms@gnu.org>
855
856 * text.texi (Motion by Indent): Arg to
857 backward-to-indentation and forward-to-indentation is optional.
858
859 * strings.texi (Creating Strings): Add substring-no-properties.
860
861 * processes.texi
862 (Process Information): Add list-processes arg QUERY-ONLY.
863 Delete process-contact from here.
864 Add new status values for process-status.
865 Add process-get, process-put, process-plist, set-process-plist.
866 (Synchronous Processes): Add call-process-shell-command.
867 (Signals to Processes): signal-process allows process objects.
868 (Network): Complete rewrite.
869 (Network Servers, Datagrams, Low-Level Network): New nodes.
870
871 * positions.texi (Word Motion): forward-word, backward-word
872 arg is optional. Reword.
873
874 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
875
c22c5da6 876 * variables.texi (Creating Buffer-Local):
b0f23edf
RS
877 Delete duplicate definition of buffer-local-value.
878 (File Local Variables): Explain about discarding text props.
879
f387bdea
RS
8802003-09-11 Richard M. Stallman <rms@gnu.org>
881
882 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
883 changes variables that record input events.
884 (Minibuffer Misc): Add minibuffer-selected-window.
885
886 * lists.texi (Building Lists): Add copy-tree.
887
888 * display.texi (Fontsets): Add char-displayable-p.
889 (Scroll Bars): New node.
890
49247521 8912003-09-08 Lute Kamstra <lute@gnu.org>
5df034de
LK
892
893 * modes.texi (%-Constructs): Document new `%i' and `%I'
894 constructs.
895
fd026ee1
JR
8962003-09-03 Peter Runestig <peter@runestig.com>
897
898 * makefile.w32-in: New file.
899
4828b4d7
RS
9002003-08-29 Richard M. Stallman <rms@gnu.org>
901
902 * display.texi (Overlay Properties): Clarify how priorities
903 affect use of the properties.
904
a4e4f05d
LT
9052003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
906
907 * customize.texi (Type Keywords): Correct the description of
908 `:help-echo' in the case where `motion-doc' is a function.
909
3ebe0346
JPW
9102003-08-14 John Paul Wallington <jpw@gnu.org>
911
912 * modes.texi (Emulating Mode Line): Subsection, not section.
913
3afe8e39
RS
9142003-08-13 Richard M. Stallman <rms@gnu.org>
915
916 * elisp.texi (Top): Update subnode lists in menu.
917
918 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
919 (Kill Functions): kill-region has new arg yank-handler.
920 (Yanking): New node.
921 (Yank Commands): Add yank-undo-function.
922 (Low-Level Kill Ring):
923 kill-new and kill-append have new arg yank-handler.
924 (Changing Properties): Add remove-list-of-text-properties.
925 (Atomic Changes): New node.
926
927 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
928
929 * streams.texi (Output Variables): Add eval-expression-print-length
930 and eval-expression-print-level.
931
932 * os.texi (Time Conversion): For encode-time, explain limits on year.
933
934 * objects.texi (Character Type): Define anchor "modifier bits".
935
936 * modes.texi (Emulating Mode Line): New node.
937 (Search-based Fontification): Font Lock uses font-lock-face property.
938 (Other Font Lock Variables): Likewise.
939
940 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
941 not vectors.
942 (Active Keymaps): Add emulation-mode-map-alists.
943 (Functions for Key Lookup): key-binding has new arg no-remap.
944 (Remapping Commands): New node.
945 (Scanning Keymaps): where-is-internal has new arg no-remap.
946 (Tool Bar): Add tool-bar-local-item-from-menu.
947 Clarify when to use tool-bar-add-item-from-menu.
948
949 * commands.texi (Interactive Call): commandp has new arg.
950 (Command Loop Info): Add this-original-command.
951
e37769b1
JPW
9522003-08-06 John Paul Wallington <jpw@gnu.org>
953
954 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
955
956 * display.texi (Warning Basics): Fix typo.
957 (Fringes): Add closing curly bracket and fix typo.
958
959 * elisp.texi (Top): Fix typo.
960
c5e0561f
RS
9612003-08-05 Richard M. Stallman <rms@gnu.org>
962
963 * elisp.texi: Update lists of subnodes.
964
965 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
966
967 * variables.texi (Local Variables): Use lc for example variable names.
968
969 * tips.texi (Library Headers): Explain where to put -*-.
970
971 * strings.texi (Creating Strings): Fix xref for vconcat.
972
973 * sequences.texi (Vector Functions):
974 vconcat no longer allows integer args.
975
976 * minibuf.texi (Reading File Names): read-file-name has new
977 arg PREDICATE. New function read-directory-name.
978
979 * macros.texi (Defining Macros): Give definition of `declare'
980 (Indenting Macros): New node.
981
982 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
983 (Window Frame Parameters): Make separate table of parameters
984 that are coupled with specific face attributes.
985 (Deleting Frames): delete-frame-hooks renamed to
986 delete-frame-functions.
987
988 * files.texi (Magic File Names): Add file-remote-p.
989 Clarify file-local-copy.
990
991 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
992 here; instead xref Defining Macros.
993
994 * display.texi (Warnings): New node, and subnodes.
995 (Fringes): New node.
996
997 * debugging.texi (Test Coverage): New node.
998
999 * compile.texi (Compiler Errors): Explain with-no-warnings
1000 and other ways to suppress warnings.
1001
1002 * commands.texi (Interactive Call): Minor clarification.
1003
1004 * buffers.texi (Buffer File Name): set-visited-file-name
1005 renames the buffer too.
1006
1007 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
1008
ee59dede
MR
10092003-07-24 Markus Rost <rost@math.ohio-state.edu>
1010
1011 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
1012
f0514b34
MR
10132003-07-22 Markus Rost <rost@math.ohio-state.edu>
1014
1015 * internals.texi (Garbage Collection): Fix previous change.
1016
c73983bb
RS
10172003-07-22 Richard M. Stallman <rms@gnu.org>
1018
1019 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
1020
1021 * display.texi (Width): Use \s syntax in example.
1022 (Font Selection): Add face-font-rescale-alist.
1023
1024 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
1025 Remove spurious indent in example.
1026
1027 * lists.texi (Building Lists): Add number-sequence.
1028
1029 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
1030
1031 * functions.texi (Function Documentation): Explain how to
1032 show calling convention explicitly in the doc string.
1033
1034 * windows.texi (Selecting Windows): save-selected-window saves
1035 selected window of each frame.
1036 (Window Configurations): Minor change.
1037
1038 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
1039
1040 * streams.texi (Output Variables): Add print-continuous-numbering
1041 and print-number-table.
1042
1043 * processes.texi (Decoding Output): New node.
1044
1045 * os.texi (Time Conversion): decode-time arg is optional.
1046
1047 * objects.texi (Character Type): Don't use space as example for \.
1048 Make list of char names and \-sequences correspond.
1049 Explain that \s is not used in strings. `\ ' needs space after.
1050
1051 * nonascii.texi (Converting Representations): Add string-to-multibyte.
1052 (Translation of Characters): Add translation-table-for-input.
1053 (Default Coding Systems): Add auto-coding-functions.
1054 (Explicit Encoding): Add decode-coding-inserted-region.
1055 (Locales): Add locale-info.
1056
1057 * minibuf.texi (Basic Completion): Describe test-completion.
1058 Collections can be lists of strings.
1059 Clean up lazy-completion-table.
1060 (Programmed Completion): Mention test-completion.
1061 Clarify why lambda expressions are not accepted.
1062 (Minibuffer Misc): Describe minibufferp.
1063
51a8b435
RS
10642003-07-14 Richard M. Stallman <rms@gnu.org>
1065
1066 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
1067
1068 * windows.texi (Selecting Windows): New arg to select-window.
1069 (Selecting Windows): Add with-selected-window.
1070 (Size of Window): Add window-inside-edges, etc.
1071
1072 * internals.texi (Garbage Collection): Add post-gc-hook.
1073
1074 * processes.texi (Subprocess Creation): Add exec-suffixes.
1075
1076 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
1077 (Scanning Keymaps): Add map-keymaps.
1078 (Defining Menus): Add keymap-prompt.
1079
1080 * numbers.texi (Integer Basics): Add most-positive-fixnum,
1081 most-negative-fixnum.
1082
1083 * compile.texi (Byte Compilation): Explain no-byte-compile
1084 (Compiler Errors): New node.
1085
1086 * os.texi (User Identification): user-uid, user-real-uid
1087 can return float.
1088
1089 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
1090 and about derived modes.
1091 (Minor Modes): Add minor-mode-list.
1092 (Defining Minor Modes): Keyword args for define-minor-mode.
1093 (Search-based Fontification): Explain managing other properties.
1094 (Other Font Lock Variables): Add font-lock-extra-managed-props.
1095 (Faces for Font Lock): Add font-locl-preprocessor-face.
1096 (Hooks): Add run-mode-hooks and delay-mode-hooks.
1097
1098 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
e57d0aa8 1099 (Variable Aliases): Clarify defvaralias.
51a8b435
RS
1100
1101 * loading.texi (Library Search): Add load-suffixes.
1102
1103 * minibuf.texi (Basic Completion): Add lazy-completion-table.
1104 (Programmed Completion): Add dynamic-completion-table.
1105
1106 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
1107 (Magic File Names): Specify precedence order of handlers.
1108o
1109 * commands.texi (Command Overview): Emacs server runs pre-command-hook
1110 and post-command-hook.
1111 (Waiting): New calling convention for sit-for.
1112
1113 * text.texi (Special Properties): local-map and keymap properties
1114 apply based on their stickiness.
1115
c6de56a0
RS
11162003-07-07 Richard M. Stallman <rms@gnu.org>
1117
1118 * modes.texi (Minor Mode Conventions): Specify only some kinds
1119 of list values as args to minor modes.
1120
1121 * files.texi (File Name Expansion): Warn about iterative use
1122 of substitute-in-file-name.
1123
1124 * advice.texi (Activation of Advice): Clean up previous change.
1125
8c761ea6
MR
11262003-07-06 Markus Rost <rost@math.ohio-state.edu>
1127
1128 * advice.texi (Activation of Advice): Note that ad-start-advice is
1129 turned on by default.
1130
c6de56a0
RS
11312003-06-30 Richard M. Stallman <rms@gnu.org>
1132
1133 * text.texi (Buffer Contents): Document current-word.
1134 (Change Hooks): Not called for *Messages*.
1135
1136 * functions.texi (Defining Functions): Explain about redefining
1137 primitives.
1138 (Function Safety): Renamed. Minor changes.
1139 Comment out the detailed criteria for what is safe.
1140
3fe4e567
AS
11412003-06-22 Andreas Schwab <schwab@suse.de>
1142
1143 * objects.texi (Symbol Type): Fix description of examples.
1144
cda7bd13
AS
11452003-06-16 Andreas Schwab <schwab@suse.de>
1146
1147 * hash.texi (Creating Hash): Fix description of :weakness.
1148
fbcffa4a
KG
11492003-06-13 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
1150
1151 * files.texi (Changing Files): copy-file copies file modes, too.
1152
ff6a3bfb
RS
11532003-05-28 Richard M. Stallman <rms@gnu.org>
1154
1155 * strings.texi (Creating Strings): Clarify split-string.
1156
1463a05d
JB
11572003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
1158
1159 * strings.texi (Creating Strings): Update split-string specification
1160 and examples.
1161
af253914
RS
11622003-05-19 Richard M. Stallman <rms@gnu.org>
1163
1164 * elisp.texi: Correct invariant section names.
1165
7ea52f92
RS
11662003-04-20 Richard M. Stallman <rms@gnu.org>
1167
1168 * os.texi (Timers): Explain about timers and quitting.
1169
e31afc09
RS
11702003-04-19 Richard M. Stallman <rms@gnu.org>
1171
1172 * internals.texi (Writing Emacs Primitives): Strings are
1173 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
1174 Explain GCPRO convention for varargs function args.
1175
5ceea398
RS
11762003-04-16 Richard M. Stallman <rms@gnu.org>
1177
1178 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
1179
b0ada147
RS
11802003-04-08 Richard M. Stallman <rms@gnu.org>
1181
1182 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
1183
b23375aa
KS
11842003-02-13 Kim F. Storm <storm@cua.dk>
1185
1186 * objects.texi (Character Type): New \s escape for space.
1187
c60ee5e7
JB
11882003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
1189
1190 * os.texi (System Environment): Added cygwin system-type.
1191
84e47416
RS
11922003-01-25 Richard M. Stallman <rms@gnu.org>
1193
1194 * keymaps.texi: Document that a symbol can act as a keymap.
1195
3e8cf2ea
RS
11962003-01-13 Richard M. Stallman <rms@gnu.org>
1197
1198 * text.texi (Changing Properties): Say string indices are origin-0.
1199
1200 * positions.texi (Screen Lines) <compute-motion>:
1201 Correct order of elts in return value.
1202
1203 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
1204 how to define a default binding.
1205
7abb9fc5 12062002-12-07 Markus Rost <rost@math.ohio-state.edu>
177f790c 1207
104bc3aa 1208 * loading.texi (Unloading): Fix recent change for load-history.
5b1fc152 1209
104bc3aa
MR
1210 * customize.texi (Simple Types): Clarify description of custom
1211 type 'number. Describe new custom type 'float.
177f790c 1212
7abb9fc5 12132002-12-04 Markus Rost <rost@math.ohio-state.edu>
24ff45f3
MR
1214
1215 * variables.texi (File Local Variables): Fix typo.
1216
df140a68 12172002-10-23 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
c60ee5e7 1218
df140a68
KG
1219 From Michael Albinus <Michael.Albinus@alcatel.de>.
1220
1221 * README: Target for Info file is `make info'.
1222
1223 * files.texi (File Name Components): Fixed typos in
1224 `file-name-sans-extension'.
1225 (Magic File Names): Complete list of operations for magic file
1226 name handlers.
1227
7ed9159a
JY
12282002-09-16 Jonathan Yavner <jyavner@engineer.com>
1229
1230 * variables.texi (File Local Variables): New function
1231 risky-local-variable-p.
1232
12332002-09-15 Jonathan Yavner <jyavner@engineer.com>
1234
1235 * functions.texi (Function safety): New node about unsafep.
1236
241f79af
PA
12372002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
1238
1239 * customize.texi (Splicing into Lists): Fixed example.
1240 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>
1241
72459b15
JB
12422002-06-17 Juanma Barranquero <lektu@terra.es>
1243
1244 * frames.texi (Display Feature Testing): Fix typo.
1245
61f7e0f5
AS
12462002-06-12 Andreas Schwab <schwab@suse.de>
1247
1248 * frames.texi (Initial Parameters, Resources): Fix references to
1249 the Emacs manual.
1250
4e792dbd
KS
12512002-05-13 Kim F. Storm <storm@cua.dk>
1252
1253 * variables.texi (Intro to Buffer-Local): Updated warning and
1254 example relating to changing buffer inside let.
1255
940344d4 12562002-03-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
d873ec96
JD
1257
1258 * os.texi (Session Management): New node about X Session management.
1259
231ac53b
EZ
12602002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
1261
1262 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
1263 to which the manual corresponds, and the copyright years.
1264
1265 * Makefile.in (VERSION): Set to 2.9.
1266
140cc574
EZ
12672001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
1268
1269 * elisp.texi: Change the category in @dircategory to "Emacs", to
1270 make it consistent with info/dir.
1271
9c7fce05
MB
12722001-11-25 Miles Bader <miles@gnu.org>
1273
1274 * text.texi (Fields): Describe new `limit' arg in
1275 field-beginning/field-end.
1276
9f8bbf0f
EZ
12772001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
1278
a5e6715c
EZ
1279 * permute-index: Don't depend on csh-specific features. Replace
1280 the interpreter name with /bin/sh.
1281
9f8bbf0f
EZ
1282 * two-volume-cross-refs.txt: New file.
1283 * two.el: New file.
1284 * spellfile: New file.
1285
1756e2fb
EZ
12862001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
1287
1288 * permute-index: New file.
1289
1290 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
1291 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
1292 8+3 restricted namespace.
ad050e54
EZ
1293
1294 * Makefile.in (infodir): Define relative to $(srcdir).
1295 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
1296 include directories list via -I switch to makeinfo.
1297 (index.texi): Use cp if both hard and symbolic links fail.
1298
10fa7f8e
EZ
12992001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
1300
7a1494ce
EZ
1301 * Makefile.in (distclean): Add.
1302
10fa7f8e
EZ
1303 The following changes make ELisp manual part of the Emacs
1304 distribution:
1305
1306 * Makefile.in: Add Copyright notice.
1307 (prefix): Remove.
1308 (infodir): Change value to "../info".
1309 (VPATH): New variable.
1310 (MAKE): Don't define.
1311 (texmacrodir): Don't define.
1312 (texinputdir): Append the existing value of TEXINPUTS.
1313 ($(infodir)/elisp): Instead of just "elisp". Reformat the
1314 command to be compatible with man/Makefile.in, and to put the
1315 output into ../info.
5c32b7c5 1316 (info): Add target.
10fa7f8e
EZ
1317 (installall): Target removed.
1318
ad050e54 13192001-10-31 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2b209b97
PJ
1320
1321 * tips.texi (Coding Conventions): Fix typo.
1322
6fd735df
GM
13232001-10-23 Gerd Moellmann <gerd@gnu.org>
1324
1325 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
1326
b704d54b
EZ
13272001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
1328
1329 * files.texi (File Name Components): Update the description of
1330 file-name-sans-extension and file-name-extension, as they now
1331 ignore leading dots.
1332
71431a0e
GM
13332001-10-20 Gerd Moellmann <gerd@gnu.org>
1334
6aa97356 1335 * (Version 21.1 released.)
71431a0e 1336
79f1f96c
MB
13372001-10-19 Miles Bader <miles@gnu.org>
1338
1339 * positions.texi (Text Lines): Describe behavior of
1340 `beginning-of-line'/`end-of-line' in the presence of field properties.
1341
892a8f36
GM
13422001-10-17 Gerd Moellmann <gerd@gnu.org>
1343
1344 * Makefile.in (VERSION): Set to 2.8.
1345 (manual): Use `manual-21'.
1346
8c1cc9e8 1347 * elisp.texi (VERSION): Add and use it where the version
892a8f36
GM
1348 number was used. Set it to 2.8.
1349
1350 * intro.texi: Likewise.
1351
51724e26
EZ
13522001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
1353
1354 * files.texi (File Name Completion): Document the significance of
1355 a trailing slash in elements of completion-ignored-extensions.
1356
57b338e8
MB
13572001-10-06 Miles Bader <miles@gnu.org>
1358
1359 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
1360
c89e4bc5
GM
13612001-10-04 Gerd Moellmann <gerd@gnu.org>
1362
1363 * variables.texi (Variable Aliases): New node.
1364
ab952a4f
GM
13652001-10-04 Gerd Moellmann <gerd@gnu.org>
1366
1367 * Branch for 21.1.
dff28924 1368
9db3a582
MB
13692001-10-02 Miles Bader <miles@gnu.org>
1370
ae1a9581
MB
1371 * minibuf.texi (Minibuffer Misc): Add entries for
1372 `minibuffer-contents', `minibuffer-contents-no-properties', and
1373 `delete-minibuffer-contents'.
1374 Correct description for `minibuffer-prompt-end'.
1375
9db3a582
MB
1376 * text.texi (Property Search): Correct descriptions of
1377 `next-char-property-change' and `previous-char-property-change'.
1378 Add entries for `next-single-char-property-change' and
1379 `previous-single-char-property-change'.
1380 Make operand names a bit more consistent.
1381
03be5931
EZ
13822001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
1383
1384 * frames.texi (Finding All Frames): Document that next-frame and
1385 previous-frame are local to current terminal.
1386
974548ec
EZ
13872001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
1388
1389 * keymaps.texi (Creating Keymaps): Fix the description of the
dff28924 1390 result of make-keymap.
974548ec 1391
8d82c597
EZ
13922001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
1393
1394 * display.texi (Font Lookup, Attribute Functions)
1395 (Image Descriptors): Add cross-references to the definition of
1396 selected frame.
1397
1398 * buffers.texi (The Buffer List): Add cross-references to the
1399 definition of selected frame.
1400
1401 * frames.texi (Input Focus): Clarify which frame is _the_ selected
1402 frame at any given time.
1403 (Multiple Displays, Size and Position): Add a cross-reference to
1404 the definition of the selected frame.
1405
2842de30
EZ
14062001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
1407
1408 * strings.texi (String Conversion) <string-to-number>: Document
1409 that a float is returned for integers that are too large.
1410
1411 * frames.texi (Mouse Position): Document mouse-position-function.
1412 (Display Feature Testing): Document display-images-p.
1413 (Window Frame Parameters): Document the cursor-type variable.
1414
1415 * numbers.texi (Integer Basics): Document CL style read syntax for
1416 integers in bases other than 10.
1417
1418 * positions.texi (List Motion): Document
1419 open-paren-in-column-0-is-defun-start.
1420
1421 * lists.texi (Sets And Lists): Document member-ignore-case.
1422
1423 * internals.texi (Garbage Collection): Document the used and free
1424 strings report.
1425 (Memory Usage): Document strings-consed.
1426
1427 * os.texi (Time of Day): Document float-time.
1428 (Recording Input): Document that clear-this-command-keys clears
1429 the vector to be returned by recent-keys.
1430
1431 * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
1432 argument keymap can be a list.
1433
1434 * nonascii.texi (User-Chosen Coding Systems)
1435 <select-safe-coding-system>: Document the new argument
1436 accept-default-p and the variable
1437 select-safe-coding-system-accept-default-p. Tell what happens if
1438 buffer-file-coding-system is undecided.
1439 (Default Coding Systems): Document auto-coding-regexp-alist.
1440
1441 * display.texi (The Echo Area) <message>: Document
1442 message-truncate-lines.
1443 (Glyphs): Document that the glyph table is unused on windowed
1444 displays.
1445
1446 * help.texi (Describing Characters) <single-key-description>:
1447 Document the new argument no-angles.
1448 (Accessing Documentation) <documentation-property>: Document that
1449 a non-string property is evaluated.
1450 <documentation>: Document that the function-documentation property
1451 is looked for.
1452
1453 * windows.texi (Selecting Windows): Document some-window.
1454
1455 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
1456
1457 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
1458 apropos-mode-hook.
1459
1460 * commands.texi (Using Interactive): Document interactive-form.
1461 (Keyboard Macros): Document kbd-macro-termination-hook.
1462 (Command Loop Info): Document that clear-this-command-keys clears
1463 the vector to be returned by recent-keys.
1464
2d43d823
GM
14652001-09-04 Werner LEMBERG <wl@gnu.org>
1466
1467 * Makefile.in (srcdir, texinputdir): New variables.
1468 (srcs, index.texi, install): Use $(srcdir).
1469 (.PHONY): Remove elisp.dvi.
1470 (elisp): Use -I switch for makeinfo.
1471 (elisp.dvi): Use $(srcdir) and $(texinputdir).
1472 (installall, dist): Use $(srcdir).
1473 Fix path to texinfo.tex.
1474 (maintainer-clean): Add elisp.dvi and elisp.oaux.
1475
fa739b31
GM
14762001-08-30 Gerd Moellmann <gerd@gnu.org>
1477
92a25631
GM
1478 * display.texi (Conditional Display): Adjust to API change.
1479
fa739b31
GM
1480 * configure: New file.
1481
cef68af5
GM
14822001-07-30 Gerd Moellmann <gerd@gnu.org>
1483
1484 * commands.texi (Repeat Events): Add description of
1485 double-click-fuzz.
1486
d1f08d85
SM
14872001-05-08 Stefan Monnier <monnier@cs.yale.edu>
1488
1489 * syntax.texi (Syntax Class Table): Add the missing designator for
1490 comment and string fences.
1491 (Syntax Properties): Add a xref to syntax table internals.
1492 (Syntax Table Internals): Document string-to-syntax.
1493
1e9fc92e
GM
14942001-05-07 Gerd Moellmann <gerd@gnu.org>
1495
1496 * Makefile.in (install): Use install-info command line options
1497 like in Emacs' Makefile.in.
1498
00480554
MB
14992000-12-09 Miles Bader <miles@gnu.org>
1500
1501 * windows.texi (Window Start): Update documentation for
1502 `pos-visible-in-window-p'.
1503
1e344ee2
SM
15042000-11-12 Stefan Monnier <monnier@cs.yale.edu>
1505
1506 * lists.texi (Building Lists): Add footnote to explain how to add
1507 to the end of a list.
1508
a540f6ed
GM
15092000-10-25 Gerd Moellmann <gerd@gnu.org>
1510
1511 * files.texi (Visiting Functions): Typos.
1512
28bcdbee
KH
15132000-10-25 Kenichi Handa <handa@etl.go.jp>
1514
1515 * files.texi (Visiting Functions): Return value of
1516 find-file-noselect may be a list of buffers if wildcards are used.
1517
22d1a4ed
MB
15182000-10-24 Miles Bader <miles@lsi.nec.co.jp>
1519
1520 * display.texi (Defining Faces): Document `graphic' display type
1521 in face specs.
1522
916a89db
KG
15232000-10-18 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1524
1e9fc92e 1525 * hooks.texi (Standard Hooks): Replace obsolete
916a89db
KG
1526 `after-make-frame-hook' with `after-make-frame-functions'.
1527
1e9fc92e 1528 * frames.texi (Creating Frames): Ditto.
916a89db 1529
1e9fc92e 1530 * variables.texi (Future Local Variables): Ditto.
916a89db 1531
483de32b
GM
15322000-10-16 Gerd Moellmann <gerd@gnu.org>
1533
1534 * display.texi (Other Image Types): Add description of :foreground
1535 and :background properties of mono PBM images.
1536
e23a63a5
WL
15372000-08-17 Werner LEMBERG <wl@gnu.org>
1538
1539 * .cvsignore: New file.
1540
dfc16043
GM
15412000-01-05 Gerd Moellmann <gerd@gnu.org>
1542
1543 * tindex.pl: New script.
1544
602613fe
DL
15451999-12-03 Dave Love <fx@gnu.org>
1546
1547 * Makefile.in (MAKEINFO): New parameter.
1548
94ec544d
DL
15491999-09-17 Richard Stallman <rms@gnu.org>
1550
1551 * Makefile.in (srcs): Add hash.texi.
1552 (VERSION): Update to 20.6.
1553
15541999-09-13 Richard Stallman <rms@gnu.org>
1555
1556 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
1557
15581998-08-29 Karl Heuer <kwzh@gnu.org>
1559
1560 * configure.in: New file.
1561 * Makefile.in: Renamed from Makefile.
1562 (prefix, infodir): Use value obtained from configure.
1563 (emacslibdir): Obsolete variable deleted.
1564 (dist): Distribute configure.in, configure, Makefile.in.
1565
15661998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
1567
1568 * Makefile (INSTALL_INFO): New variable.
1569 (install): Run install-info.
1570
15711998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
1572
1573 * Makefile (elisp.dvi): Add missing backslash.
1574
15751998-05-02 Richard Stallman <rms@psilocin.gnu.org>
1576
1577 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
1578 Run texindex without `./'. Always run texindex on elisp.tp.
1579 (elisp.tps): Target deleted.
1580
15811998-04-05 Richard Stallman <rms@psilocin.gnu.org>
1582
1583 * Makefile (srcs): Add nonascii.texi and customize.texi.
1584 (dist): Start by deleting `temp'.
1585
15861998-02-17 Richard Stallman <rms@psilocin.gnu.org>
1587
1588 * Makefile (makeinfo, texindex): Targets deleted.
1589 (makeinfo.o, texindex.o): Targets deleted.
1590 (clean, dist): Don't do anything with them or with getopt*.
1591
15921998-01-30 Richard Stallman <rms@psilocin.gnu.org>
1593
1594 * Makefile (SHELL): Defined.
1595
15961998-01-27 Richard Stallman <rms@psilocin.gnu.org>
1597
1598 * Makefile (elisp.tps): New target.
1599 (elisp.dvi): Depend on elisp.tps.
1600
1601Wed Apr 3 15:24:25 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
1602
1603 * README: Update phone number.
1604
1605 * Makefile (elisp): Make this be the default target.
1606 Depend on makeinfo.c instead of makeinfo.
1607 (install): Don't depend on elisp.dvi, since we don't install that.
1608 Use mkinstalldirs.
1609 (dist): Add mkinstalldirs.
1610
1611Mon Jun 19 14:35:26 1995 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1612
1613 * Makefile (VERSION): Update version number.
1614 (maintainer-clean): Renamed from realclean.
1615
1616Wed Jun 7 17:04:59 1995 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
1617
1618 * Makefile (realclean): New target.
1619 (elisp): Remove any old elisp-* files first.
1620
1621Tue Nov 23 19:59:40 1993 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
1622
d1f08d85
SM
1623 * Makefile (VERSION): New variable.
1624 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
1625 Compressed file suffix should be `.gz', not `.z'.
94ec544d
DL
1626
1627Mon Nov 22 15:06:19 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
1628
1629 * Makefile (elisp): Depend on makeinfo.
1630
1631Fri Nov 19 02:29:33 1993 Noah Friedman (friedman@gnu.ai.mit.edu)
1632
d1f08d85 1633 * Makefile (srcs): Add anti.texi.
94ec544d
DL
1634
1635Fri May 28 18:04:53 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
1636
1637 * Makefile (infodir, prefix): New vars.
1638 (install): Use infodir.
1639 (emacsinfodir): Deleted.
1640
1641Thu May 27 02:11:25 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
1642
1643 * Makefile (srcs): Add calendar.texi.
1644
1645 * Makefile (dist): Copy texindex.c and makeinfo.c.
1646 Limit elisp-* files to those with one or two digits.
1647
1648Sun May 16 17:58:21 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
1649
1650 * Makefile (dist): Changed to use Gzip instead of compress.
1651
1652Fri Apr 23 01:05:23 1993 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
1653
1654 * loading.texi (Unloading): define-function changed back to
1655 defalias. It may not stay this way, but at least it's
1656 consistent with the known-good version of the code patch.
1657
1658Fri Mar 26 21:14:54 1993 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
1659
1660 * modes.texi (Hooks): Document new optional arg of add-hook.
1661
1662Wed Mar 17 08:48:24 1993 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
1663
d1f08d85 1664 * variables.texi: Document nil initial value of buffer-local variables.
94ec544d
DL
1665
1666 * tips.texi: Add new section on standard library headers.
1667
1668Sat Feb 27 18:00:25 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
1669
1670 * Makefile (srcs): Add frame.texi to the list of sources.
1671
1672Tue Feb 23 10:50:25 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
1673
1674 * Makefile (dist): Don't bother excluding autosave files; they'll
1675 never make it into the temp directory anyway, and the hash marks
1676 in the name are problematic for make and the Bourne shell.
dff28924 1677 (srcs):
94ec544d
DL
1678
1679Fri Feb 12 16:54:38 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
1680
d1f08d85 1681 * Makefile (dist): Don't include backup files or autosave files in
94ec544d
DL
1682 the distribution tar file.
1683
dff28924 1684Tue Nov 26 21:10:34 1991 Richard Stallman (rms@mole.gnu.ai.mit.edu)
94ec544d
DL
1685
1686 * Makefile (srcs): Added index.perm.
1687 (elisp.dvi): Remove erroneous shell comment.
1688 Expect output of permute-index in permuted.fns.
1689 Save old elisp.aux in elisp.oaux.
1690 (clean): Added index.texi to be deleted.
1691
dff28924 1692Sat Aug 11 17:39:10 1990 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
94ec544d
DL
1693
1694 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
1695
dff28924 1696Tue Jun 26 09:57:26 1990 David Lawrence (tale@geech)
94ec544d
DL
1697
1698 * files.texi: Noted that completion-ignored-extensions is ignored
1699 when making *Completions*.
1700
1701Fri Jun 8 16:44:44 EDT 1990 Jay Fenlason (hack@ai.mit.edu)
1702
1703 * Makefile make dist now depends on elisp.dvi, since it tries
1704 to include it in the dist file.
1705
dff28924 1706Wed Mar 28 22:57:35 1990 Jim Kingdon (kingdon@mole.ai.mit.edu)
94ec544d
DL
1707
1708 * functions.texinfo (Mapping Functions): Add missing quote
1709
dff28924 1710Mon Jun 19 18:09:24 1989 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
94ec544d
DL
1711
1712 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
1713 (defunargs): Turn off \hyphenchar of \sl font temporarily.
1714
dff28924 1715Wed May 10 18:01:17 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
1716
1717 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
1718 and @error{} are the terms now being used. The files in the
1719 directory have been changed to reflect this.
1720
d1f08d85 1721 * All instances of @indentedresultt{} have been changed to
94ec544d
DL
1722 ` @result{}', using 5 spaces at the begining of the line.
1723
dff28924 1724Mon Apr 24 21:02:55 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
1725
1726 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
1727 experimental @indentedresult{}, @indentedexpandsto{} are part of
1728 the texinfo.tex in this directory. These TeX macros are not
1729 stable yet.
1730
dff28924 1731Mon Apr 17 18:56:50 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
1732
1733 * texinfo.tex: temporarily added
d1f08d85 1734 \let\result=\dblarrow
94ec544d
DL
1735 \def\error{{\it ERROR} \longdblarrow}
1736 We need to do this better soon.
1737
dff28924 1738Tue Apr 11 12:23:28 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
1739
1740 * Applied Karl Berry's patches to *.texinfo files, but not to
1741 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
1742 new title page format is also not applied, since it requires
1743 texinfo.tex changes.)
1744
1745 * Cleaned up `Makefile' and defined the `emacslibdir' directory
1746 for the Project GNU development environment.
1747
ad050e54 1748;; Local Variables:
fd026ee1 1749;; coding: iso-2022-7bit
ad050e54 1750;; End:
2a34a036
GM
1751
1752 Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
1753 Copying and distribution of this file, with or without modification,
1754 are permitted provided the copyright notice and this notice are preserved.
ab5796a9
MB
1755
1756;;; arch-tag: 985ae0ce-df29-475b-b3f8-4bbcbf6f7fda