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