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