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