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