(define-ibuffer-column size): Use string-to-number instead of string-to-int.
[bpt/emacs.git] / lispref / ChangeLog
CommitLineData
de700726
LT
12004-08-08 Luc Teirlinck <teirllm@auburn.edu>
2
3 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
4 renamed to `disabled-command-function'.
5 * commands.texi (Key Sequence Input): Remove unnecessary anchor,
6 (Command Loop Info): Replace reference to it.
7 (Disabling Commands): `disabled-command-hook' has been renamed to
8 `disabled-command-function'.
9
81909a1a
LT
102004-08-07 Luc Teirlinck <teirllm@auburn.edu>
11
12 * os.texi (Translating Input): Only non-prefix bindings in
13 `key-translation-map' override actual key bindings. Warn about
14 possible indirect effect of actual key bindings on non-prefix
15 bindings in `key-translation-map'.
16
5504e99c
LT
172004-08-06 Luc Teirlinck <teirllm@auburn.edu>
18
19 * minibuf.texi (High-Level Completion): Add anchor for definition
20 of `read-variable'.
21
22 * commands.texi: Various changes in addition to:
23 (Using Interactive): Clarify description of `interactive-form'.
24 (Interactive Call): Mention default for KEYS argument to
25 `call-interactively'.
26 (Command Loop Info): Clarify description of `this-command-keys'.
27 Mention KEEP-RECORD argument to `clear-this-command-keys'.
28 Value of `last-event-frame' can be `macro'.
29 (Repeat Events): `double-click-fuzz' is also used to distinguish
30 clicks and drags.
31 (Classifying Events): Clarify descriptions of `event-modifiers'
32 `event-basic-type' and `event-convert-list'.
33 (Accessing Events): `posn-timestamp' takes POSITION argument.
34 (Quoted Character Input): Clarify description of
35 `read-quoted-char' and fix example.
36 (Quitting): Add `with-local-quit'.
37 (Disabling Commands): Correct and clarify descriptions of
38 `enable-command' and `disable-command'.
39 Mention what happens if `disabled-command-hook' is nil.
40 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
41 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
42
f478a72a
LT
432004-07-24 Luc Teirlinck <teirllm@auburn.edu>
44
45 * frames.texi: Various changes in addition to:
46 (Creating Frames): Expand and clarify description of `make-frame'.
47 (Window Frame Parameters): Either none or both of the `icon-left'
48 and `icon-top' parameters must be specified. Put descriptions of
49 `menu-bar-lines' and `toolbar-lines' closer together and change
50 them accordingly.
51 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
52 except while processing `frame-title-format' or `icon-title-format'.
53 (Deleting Frames): Correct description of `delete-frame'.
54 Non-nil return values of `frame-live-p' are like those of `framep'.
55 (Frames and Windows): mention return value of
56 `set-frame-selected-window'.
57 (Visibility of Frames): Mention `force' argument to
58 `make-frame-invisible'. `frame-visible-p' returns t for all
59 frames on text-only terminals.
60 (Frame Configurations): Restoring a frame configuration does not
61 restore deleted frames.
62 (Window System Selections): `x-set-selection' returns DATA.
63 (Resources): Add example.
64 (Display Feature Testing): Clarify descriptions of
65 `display-pixel-height', `display-pixel-width', `x-server-version'
66 and `x-server-vendor'.
67
68 * windows.texi (Choosing Window): Add anchor.
69 * minibuf.texi (Minibuffer Misc): Add anchor.
70
bc135062
JPW
712004-07-23 John Paul Wallington <jpw@gnu.org>
72
73 * macros.texi (Defining Macros): Declaration keyword for setting
74 Edebug spec is `debug' not `edebug'.
75
cb7516e5
LT
762004-07-19 Luc Teirlinck <teirllm@auburn.edu>
77
78 * windows.texi: Various small changes in addition to:
79 (Window Point): Mention return value of `set-window-point'.
80 (Window Start): `pos-visible-in-window-p' disregards horizontal
81 scrolling. Explain return value if PARTIALLY is non-nil.
82 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
83 and `set-window-vscroll'.
84 (Size of Window): The argument WINDOW to `window-inside-edges',
85 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
86 (Resizing Windows): Explain return value of
87 `shrink-window-if-larger-than-buffer'.
88 `window-size-fixed' automatically becomes buffer local when set.
89 (Window Configurations): Explain return value of
90 `set-window-configuration'.
91
92 * minibuf.texi (Minibuffer Misc): Add anchor for
93 `minibuffer-scroll-window'.
94
95 * positions.texi (Text Lines): Add anchor for `count-lines'.
96
3751eb00
RS
972004-07-17 Richard M. Stallman <rms@gnu.org>
98
99 * display.texi (Overlay Properties): Adding `evaporate' prop
100 deletes empty overlay immediately.
101
102 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
103 fix example.
104
9a7e97c6
LT
1052004-07-16 Jim Blandy <jimb@redhat.com>
106
107 * searching.texi (Regexp Backslash): Document new \_< and \_>
108 operators.
109
aa0e4da8
JB
1102004-07-16 Juanma Barranquero <lektu@terra.es>
111
112 * display.texi (Images): Fix Texinfo usage.
113
cbbfedb2
LT
1142004-07-14 Luc Teirlinck <teirllm@auburn.edu>
115
116 * buffers.texi (Modification Time): `visited-file-modtime' now
117 returns a list of two integers, instead of a cons.
118
3a052bd3
LT
1192004-07-13 Luc Teirlinck <teirllm@auburn.edu>
120
121 * windows.texi: Various changes in addition to:
122 (Splitting Windows): Add `split-window-keep-point'.
123
02c04e6f
RS
1242004-07-09 Richard M. Stallman <rms@gnu.org>
125
126 * frames.texi (Input Focus): Minor fix.
127
cb4f1287
LT
1282004-07-07 Luc Teirlinck <teirllm@auburn.edu>
129
130 * frames.texi (Input Focus): Clarify descriptions of
131 `select-frame-set-input-focus' and `select-frame'.
132
339902ec
LT
1332004-07-06 Luc Teirlinck <teirllm@auburn.edu>
134
135 * os.texi: Various small changes in addition to:
136 (Killing Emacs): Expand and clarify description of
137 `kill-emacs-query-functions' and `kill-emacs-hook'.
138 (System Environment): Expand and clarify description of `getenv'
139 and `setenv'.
140 (Timers): Clarify description of `run-at-time'.
141 (Translating Input): Correct description of
142 `extra-keyboard-modifiers'.
143 (Flow Control): Correct description of `enable-flow-control'.
144
fe3b7e35
TTN
1452004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
146
147 * os.texi: Update copyright.
148 (Session Management): Grammar fix.
149 Clarify which Emacs does the restarting.
150 Use @samp for *scratch* buffer.
151
59db7d6e
LT
1522004-07-04 Alan Mackenzie <acm@muc.de>
153
154 * frames.texi (Input Focus): Add documentation for
155 `select-frame-set-input-focus'. Replace refs to non-existent
156 `switch-frame' with `select-frame'. Minor corrections and tidying
157 up of text-only terminal stuff.
158
e3ccf404
RS
1592004-07-02 Richard M. Stallman <rms@gnu.org>
160
161 * files.texi (Saving Buffers): Cleanup write-contents-function.
162 (Magic File Names): Cleanup file-remote-p.
163
8addb6eb
KG
1642004-07-02 Kai Grossjohann <kai@emptydomain.de>
165
166 * files.texi (Magic File Names): `file-remote-p' returns an
167 identifier of the remote system, not just t.
168
7a58d84d
DK
1692004-07-02 David Kastrup <dak@gnu.org>
170
171 * searching.texi (Entire Match Data): Add explanation about new
172 match-data behavior when @var{integers} is non-nil.
173
d8c379f8
RS
1742004-06-24 Richard M. Stallman <rms@gnu.org>
175
b4a4b0ae
RS
176 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
177
d8c379f8
RS
178 * customize.texi (Variable Definitions): Note about doc strings
179 and :set.
180
181 * keymaps.texi (Keymap Terminology): Document `kbd'.
182 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
183
184 * display.texi (Invisible Text): Setting buffer-invisibility-spec
185 makes it buffer-local.
186
187 * files.texi (Saving Buffers): Correct previous change.
188
189 * commands.texi (Accessing Events):
190 Clarify posn-col-row and posn-actual-col-row.
191
1922004-06-24 David Ponce <david.ponce@wanadoo.fr>
193
194 * commands.texi (Accessing Events): New functions
195 posn-at-point and posn-at-x-y. Add example to posn-x-y.
196
dce417e7
LT
1972004-06-23 Luc Teirlinck <teirllm@auburn.edu>
198
199 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
200 * frames.texi, buffers.texi, backups.texi, variables.texi:
201 * loading.texi, eval.texi, functions.texi, control.texi:
202 * symbols.texi, minibuf.texi: Reposition @anchor's.
203
204 * help.texi: Various small changes in addition to the following.
205 (Describing Characters): Describe PREFIX argument to
206 `key-description'. Correct and clarify definition of
207 `text-char-description'. Describe NEED-VECTOR argument to
208 `read-kbd-macro'.
209 (Help Functions): Clarify definition of `apropos'.
210
255d07dc
LH
2112004-06-23 Lars Hansen <larsh@math.ku.dk>
212
213 * files.texi (Saving Buffers): Correct description of
214 `write-contents-functions'.
215
4e9691e9
JB
2162004-06-21 Juanma Barranquero <lektu@terra.es>
217
218 * display.texi (Images): Remove redundant @vindex directives.
219 Rewrite `image-library-alist' doc in active voice.
220
1ebd4f78
JB
2212004-06-14 Juanma Barranquero <lektu@terra.es>
222
223 * display.texi (Images): Document new delayed library loading,
224 variable `image-library-alist' and (existing but undocumented)
225 function `image-type-available-p'.
226
ddfb8369
RS
2272004-06-05 Richard M. Stallman <rms@gnu.org>
228
229 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
230 refer the user to the Initial Input node.
231 (Text from Minibuffer): Likewise.
232 (Initial Input): New node. Document this feature
233 and say it is mostly deprecated.
234
18684a3a
RS
2352004-05-30 Richard M. Stallman <rms@gnu.org>
236
7a61e456
RS
237 * loading.texi (Named Features): Clarify return value
238 and meaning of NOERROR.
239
18684a3a
RS
240 * variables.texi (File Local Variables): Minor cleanup.
241
c8364415
MA
2422004-05-30 Michael Albinus <michael.albinus@gmx.de>
243
244 * files.texi (Magic File Names): Add `file-remote-p' as operation
245 of file name handlers.
246
08fd1251
RS
2472004-05-29 Richard M. Stallman <rms@gnu.org>
248
249 * modes.texi (Minor Mode Conventions): (-) has no special meaning
250 as arg to a minor mode command.
251
71d5a208
RS
2522004-05-22 Richard M. Stallman <rms@gnu.org>
253
254 * syntax.texi (Syntax Class Table): Word syntax not just for English.
255
256 * streams.texi (Output Variables): Doc float-output-format.
257
258 * searching.texi (Regexp Special): Nested repetition can be infloop.
259
260 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
261 real stack overflow.
262
263 * compile.texi: Minor cleanups.
264
2652004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
266
267 * lists.texi (Cons Cells): Explain dotted lists, true lists,
268 circular lists.
269 (List Elements): Explain handling of circular and dotted lists.
1ebd4f78 270
022cb162
TTN
2712004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
272
273 * modes.texi (Search-based Fontification): Fix typo.
274
aa7094ba
JB
2752004-05-10 Juanma Barranquero <lektu@terra.es>
276
277 * modes.texi (Mode Line Variables): Fix description of
278 global-mode-string, which is now after which-func-mode, not the
279 buffer name.
280
c2383279
LH
2812004-05-07 Lars Hansen <larsh@math.ku.dk>
282
283 * modes.texi (Desktop Save Mode): Add.
284 (Modes): Add menu entry Desktop Save Mode.
285
286 * hooks.texi: Add desktop-after-read-hook,
287 desktop-no-desktop-file-hook and desktop-save-hook.
288
289 * locals.texi: Add desktop-save-buffer.
290
058296d3
JH
2912004-04-30 Jesper Harder <harder@ifa.au.dk>
292
293 * display.texi: emacs -> Emacs.
294
0c54865e
EZ
2952004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
296
297 * files.texi (Changing Files): Document set-file-times.
298
d814862a
JB
2992004-04-23 Juanma Barranquero <lektu@terra.es>
300
301 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
302
e8d6f886
JH
3032004-04-18 Jesper Harder <harder@ifa.au.dk>
304
305 * tips.texi (Coding Conventions): defopt -> defcustom.
306
3a424014
LT
3072004-04-16 Luc Teirlinck <teirllm@auburn.edu>
308
309 * sequences.texi: Various clarifications.
310
9e860631
LT
3112004-04-14 Luc Teirlinck <teirllm@auburn.edu>
312
313 * buffers.texi (Read Only Buffers): Mention optional ARG to
314 `toggle-read-only'.
315
5e30a0fb
NR
3162004-04-14 Nick Roberts <nick@nick.uklinux.net>
317
9e860631 318 * windows.texi (Selecting Windows): Note that get-lru-window
5e30a0fb
NR
319 returns a full-width window if possible.
320
619fb950
LT
3212004-04-13 Luc Teirlinck <teirllm@auburn.edu>
322
323 * buffers.texi: Various changes in addition to:
324 (Buffer File Name): Add `find-buffer-visiting'.
325 (Buffer Modification): Mention optional ARG to `not-modified'.
326 (Indirect Buffers): Mention optional CLONE argument to
327 `make-indirect-buffer'.
328
329 * files.texi: Various changes in addition to:
330 (Visiting Functions): `find-file-hook' is now a normal hook.
331 (File Name Expansion): Explain difference between the way that
332 `expand-file-name' and `file-truename' treat `..'.
333 (Contents of Directories): Mention optional ID-FORMAT argument to
334 `directory-files-and-attributes'.
335 (Format Conversion): Mention new optional CONFIRM argument to
336 `format-write-file'.
337
a2295d32
MB
3382004-04-12 Miles Bader <miles@gnu.org>
339
340 * macros.texi (Expansion): Add description of `macroexpand-all'.
341
571fd4d5
JH
3422004-04-05 Jesper Harder <harder@ifa.au.dk>
343
344 * variables.texi (Variable Aliases): Mention
345 cyclic-variable-indirection.
346
347 * errors.texi (Standard Errors): Ditto.
348
4ba2fd66
LT
3492004-04-04 Luc Teirlinck <teirllm@auburn.edu>
350
351 * backups.texi: Various small changes in addition to:
352 (Making Backups): Mention return value of `backup-buffer'.
353 (Auto-Saving): Mention optional FORCE argument to
354 `delete-auto-save-file-if-necessary'.
355 (Reverting): Mention optional PRESERVE-MODES argument to
356 `revert-buffer'. Correct description of `revert-buffer-function'.
357
8f7ea687
JL
3582004-03-22 Juri Linkov <juri@jurta.org>
359
360 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
361 with `Vector Functions'.
362
363 * text.texi (Sorting): Add missing quote.
364
0eeca3c1
LT
3652004-03-14 Luc Teirlinck <teirllm@auburn.edu>
366
367 * intro.texi (Lisp History): Replace xref to `cl' manual with
368 inforef.
369
e69cfac2
RS
3702004-03-12 Richard M. Stallman <rms@gnu.org>
371
372 * intro.texi (Version Info): Add arg to emacs-version.
373 (Lisp History): Change xref to CL manual.
374
1b91d47f
LT
3752004-03-09 Luc Teirlinck <teirllm@auburn.edu>
376
377 * minibuf.texi (Completion Commands): Add xref to Emacs manual
378 for Partial Completion mode.
379
97073664
TTN
3802004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
381
382 * customize.texi: Fix typo. Remove eol whitespace.
383
04a6e76b
RS
3842004-03-04 Richard M. Stallman <rms@gnu.org>
385
386 * processes.texi: Fix typos.
387
388 * lists.texi (Building Lists): Minor clarification.
389
390 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
391 in make-hash-table.
392
5bb0fcd1
JB
3932004-02-29 Juanma Barranquero <lektu@terra.es>
394
395 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
396 rm, and ignore exit code.
397
9022d421
EZ
3982004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
399
400 * display.texi (Defining Faces): Add description for min-colors.
401 Update example.
402
92f5fba2
LT
4032004-02-23 Luc Teirlinck <teirllm@auburn.edu>
404
405 * abbrevs.texi: Various corrections and clarifications in addition
406 to the following:
407 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
408
7e83e178
GM
4092004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
410
411 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
412
9c5609e8
LT
4132004-02-21 Luc Teirlinck <teirllm@auburn.edu>
414
e2b9b51f
LT
415 * text.texi: Various small changes in addition to the following:
416 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
417 to delete-horizontal-space.
418 (Kill Functions, Yanking, Low-Level Kill Ring): clarify and correct
419 description of yank-handler text property at various places.
420
7daa0e81
LT
421 * frames.texi (Window System Selections): Add anchor.
422
9c5609e8
LT
423 * syntax.texi (Syntax Table Functions): Clarify and correct
424 descriptions of make-syntax-table and copy-syntax-table.
425 (Motion and Syntax): Clarify SYNTAXES argument to
426 skip-syntax-forward.
427 (Parsing Expressions): Mention that the return value of
428 parse-partial-sexp is currently a list of ten rather than nine
429 elements.
430 (Categories): Various corrections and clarifications.
431
d29edb21
LT
4322004-02-17 Luc Teirlinck <teirllm@auburn.edu>
433
434 * markers.texi (Marker Insertion Types): Minor change.
435
436 * locals.texi (Standard Buffer-Local Variables):
437 * commands.texi (Interactive Codes, Using Interactive):
438 * functions.texi (Related Topics): Fix xrefs.
439
43e48bda
LT
4402004-02-16 Luc Teirlinck <teirllm@auburn.edu>
441
442 * lists.texi (Sets And Lists): Update description of delete-dups.
443
84e34002
RS
4442004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
445
446 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
447
4482004-02-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
449
450 * frames.texi (Parameter Access): frame-parameters arg is optional.
451 modify-frame-parameters handles nil for FRAME.
452 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
453 are all-or-nothing for certain toolkits.
454 Mention parameter wait-for-wm.
455 (Frames and Windows): In frame-first-window and frame-selected-window
456 the arg is optional.
457 (Input Focus): In redirect-frame-focus the second arg is optional.
458 (Window System Selections): Mention selection type CLIPBOARD.
459 Mention data-type UTF8_STRING.
460 Mention numbering of cut buffers.
461 (Resources): Describe x-resource-name.
462
4632004-02-16 Richard M. Stallman <rms@gnu.org>
464
465 * windows.texi (Buffers and Windows): Delete false table
466 about all-frames.
467
468 * syntax.texi (Parsing Expressions): Delete old caveat
469 about parse-sexp-ignore-comments.
470
471 * streams.texi (Output Variables): Add print-quoted.
472
473 * lists.texi (Building Lists): Minor cleanup.
474
475 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
476
477 * display.texi (Overlays): Explain overlays use markers.
478 (Managing Overlays): Explain front-advance and rear-advance
479 in more detail.
480
481 * loading.texi (Unloading): Document unload-feature-special-hooks.
482 Get rid of fns-NNN.el file.
483
4842004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
485
486 * help.texi (Describing Characters): Fix text-char-description
487 example output.
488
489 * edebug.texi (Using Edebug): Fix example.
490
491 * debugging.texi (Internals of Debugger): Fix return value.
43e48bda 492
84e34002
RS
493 * files.texi (Changing Files): Fix argname.
494
495 * calendar.texi: Fix parens, and default values.
496
497 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
498 * nonascii.texi, objects.texi, os.texi: Minor fixes.
499 * searching.texi, text.texi, tips.texi, windows.text: Minor fixes.
500
501 * positions.texi (Text Lines): Don't add -1 in current-line.
502
5032004-02-16 Richard M. Stallman <rms@gnu.org>
504
505 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
506
c33b76da
EZ
5072004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
508
509 * processes.texi (Low-Level Network): Fix a typo.
510
9d7271e8
KS
5112004-02-12 Kim F. Storm <storm@cua.dk>
512
513 * display.texi (Fringes): Use consistent wording.
514 Note that window-fringe's window arg is optional.
515 (Scroll Bars): Use consistent wording.
516
6827d730
LT
5172004-02-11 Luc Teirlinck <teirllm@auburn.edu>
518
519 * tips.texi (Comment Tips): Document the new conventions for
520 commenting out code.
521
1cb60b5a
JD
5222004-02-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
523
524 * positions.texi (Text Lines): Added missing end defun.
525
7fdd1f62
KS
5262004-02-07 Kim F. Storm <storm@cua.dk>
527
528 * positions.texi (Text Lines): Add line-number-at-pos.
529
eb3c144c
JPW
5302004-02-06 John Paul Wallington <jpw@gnu.org>
531
532 * display.texi (Button Properties, Button Buffer Commands):
533 mouse-2 invokes button, not down-mouse-1.
534
a1d38d63
JR
5352004-02-04 Jason Rumney <jasonr@gnu.org>
536
537 * makefile.w32-in: Sync with Makefile.in changes.
538
4b574f3d
LT
5392004-02-03 Luc Teirlinck <teirllm@auburn.edu>
540
541 * minibuf.texi (Text from Minibuffer): Various corrections and
542 clarifications.
543 (Object from Minibuffer): Correct Lisp description of
544 read-minibuffer.
545 (Minibuffer History): Clarify description of cons values for
546 HISTORY arguments.
547 (Basic Completion): Various corrections and clarifications. Add
548 completion-regexp-list.
549 (Minibuffer Completion): Correct and clarify description of
550 completing-read.
6f6b0433 551 (Completion Commands): Mention Partial Completion mode. Various
4b574f3d
LT
552 other minor changes.
553 (High-Level Completion): Various corrections and clarifications.
554 (Reading File Names): Ditto.
555 (Minibuffer Misc): Ditto.
556
d8186297
LT
5572004-01-26 Luc Teirlinck <teirllm@auburn.edu>
558
559 * strings.texi (Text Comparison): assoc-string also matches
560 elements of alists that are strings instead of conses.
561 (Formatting Strings): Standardize Texinfo usage. Update index
562 entries.
563
9adcb5f2
LT
5642004-01-20 Luc Teirlinck <teirllm@auburn.edu>
565
566 * lists.texi (Sets And Lists): Add delete-dups.
567
3e7274ae
LT
5682004-01-15 Luc Teirlinck <teirllm@auburn.edu>
569
570 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
571 special form.
572 * macros.texi (Defining Macros): Update description of `declare',
573 which now is a macro.
574 (Wrong Time): Fix typos.
575
944e099f
LT
5762004-01-14 Luc Teirlinck <teirllm@auburn.edu>
577
578 * compile.texi (Compilation Functions): Expand descriptions of
e75c1a57 579 `compile-defun', `byte-compile-file', `byte-recompile-directory'
944e099f
LT
580 and `batch-byte-compile'. In particular, mention and describe
581 all optional arguments.
582 (Disassembly): Correct and clarify the description of `disassemble'.
583
90c3aa59
LT
5842004-01-11 Luc Teirlinck <teirllm@auburn.edu>
585
586 * searching.texi: Various small changes in addition to the
587 following.
588 (Regexp Example): Adapt to new value of `sentence-end'.
589 (Regexp Functions): The PAREN argument to `regexp-opt' can be
590 `words'.
591 (Search and Replace): Add usage note for `perform-replace'.
592 (Entire Match Data): Mention INTEGERS and REUSE arguments to
593 `match-data'.
594 (Standard Regexps): Update for new values of `paragraph-start'
595 and `sentence-end'.
596
583c353d
LT
5972004-01-07 Luc Teirlinck <teirllm@auburn.edu>
598
599 * files.texi (Saving Buffers): Clarify descriptions of
600 `write-contents-functions' and `before-save-hook'.
601 Make the defvar's for `before-save-hook' and `after-save-hook'
602 into defopt's.
603
05faee07
KS
6042004-01-07 Kim F. Storm <storm@cua.dk>
605
606 * commands.texi (Click Events): Describe new image and
607 width/height elements of click events.
608 (Accessing Events): Add posn-string, posn-image, and
609 posn-object-width-height. Change posn-object to return either
610 image or string object.
611
a0465ec3
SJ
6122004-01-01 Simon Josefsson <jas@extundo.com>
613
614 * hooks.texi (Standard Hooks): Add before-save-hook.
615 * files.texi (Saving Buffers): Likewise.
616
972c0c49
RS
6172004-01-03 Richard M. Stallman <rms@gnu.org>
618
619 * frames.texi (Frames and Windows): Delete frame-root-window.
620
dbcd463f
LT
6212004-01-03 Luc Teirlinck <teirllm@auburn.edu>
622
623 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
624
625 * functions.texi: Various small changes in addition to the
626 following.
627 (What Is a Function): `functionp' returns nil for macros. Clarify
628 behavior of this and following functions for symbol arguments.
629 (Function Documentation): Add `\' in front of (fn @var{arglist})
630 and explain why.
631 (Defining Functions): Mention DOCSTRING argument to `defalias'.
632 Add anchor.
633 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
634
02c77ee9
MB
6352004-01-01 Miles Bader <miles@gnu.org>
636
637 * display.texi (Buttons): New section.
638
903a1a91
AS
6392003-12-31 Andreas Schwab <schwab@suse.de>
640
641 * numbers.texi (Math Functions): sqrt reports a domain-error
642 error.
643 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
644
697cf92a
LT
6452003-12-30 Luc Teirlinck <teirllm@auburn.edu>
646
3f70fe82
LT
647 * tips.texi (Documentation Tips): Update item on hyperlinks in
648 documentation strings.
649
697cf92a
LT
650 * errors.texi (Standard Errors): Various small corrections and
651 additions.
652
653 * control.texi: Various small changes in addition to the
654 following.
655 (Signaling Errors): Provide some more details on how `signal'
656 constructs the error message. Add anchor to the definition of
657 `signal'.
658 (Error Symbols): Describe special treatment of `quit'.
659 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
660 to emphasize that it has to be a single form.
661
662 * buffers.texi: Add anchor.
663
4d25144d
RS
6642003-12-29 Richard M. Stallman <rms@gnu.org>
665
666 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
667 (Window Configurations): Add window-configuration-frame.
668
669 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
670
671 * text.texi (Examining Properties): Add get-char-property-and-overlay.
672 Change arg name in get-char-property.
673 (Special Properties): Update handling of keymap property.
674
675 * strings.texi (Modifying Strings): Add clear-string.
676 (Text Comparison): Add assoc-string and remove
677 assoc-ignore-case, assoc-ignore-representation.
678
679 * os.texi (Time of Day): Add set-time-zone-rule.
680
681 * numbers.texi (Math Functions): asin, acos, log, log10
697cf92a 682 report domain-error errors.
4d25144d 683
697cf92a 684 * nonascii.texi (Converting Representations):
4d25144d
RS
685 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
686 (Encoding and I/O): Add file-name-coding-system.
687
688 * modes.texi (Search-based Fontification): Explain that
689 face specs are symbols with face names as values.
690
691 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
692
693 * lists.texi (Building Lists): remq moved elsewhere.
694 (Sets And Lists): remq moved here.
695 (Association Lists): Refer to assoc-string.
696
697 * internals.texi (Garbage Collection): Add memory-use-counts.
698
699 * frames.texi (Frames and Windows): Add set-frame-selected-window
700 and frame-root-window.
701
697cf92a 702 * files.texi (Contents of Directories):
4d25144d
RS
703 Add directory-files-and-attributes.
704
705 * display.texi (Refresh Screen): Add force-window-update.
706 (Invisible Text): Explain about moving point out of invis text.
707 (Overlay Properties): Add overlay-properties.
708 (Managing Overlays): Add overlayp.
709 (GIF Images): Invalid image number displays a hollow box.
710
711 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
712 (Killing Buffers): Add buffer-live-p.
713
67fafe38
MR
7142003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
715
716 * display.texi (Fringes): Fix typo "set-buffer-window".
717
68e74f25
LT
7182003-12-24 Luc Teirlinck <teirllm@auburn.edu>
719
720 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
721 * nonascii.texi, processes.texi, tips.texi, variables.texi:
722 Add or change various xrefs and anchors.
723
724 * commands.texi: Replace all occurrences of @acronym{CAR} with
725 @sc{car}, for consistency with the rest of the Elisp manual.
726 `car' and `cdr' are historically acronyms, but are no longer
727 widely thought of as such.
728
729 * internals.texi (Pure Storage): Mention that `purecopy' does not
730 copy text properties.
731 (Object Internals): Now 29 bits are used (in most implementations)
732 to address Lisp objects.
733
734 * variables.texi (Variables with Restricted Values): New node.
735
736 * objects.texi (Lisp Data Types): Mention that certain variables
737 can only take on a restricted set of values and add an xref to
738 the new node "Variables with Restricted Values".
739
740 * eval.texi (Function Indirection): Describe the errors that
741 `indirect-function' can signal.
742 (Eval): Clarify the descriptions of `eval-region' and `values'.
743 Describe `eval-buffer' instead of `eval-current-buffer' and
744 mention `eval-current-buffer' as an alias for `current-buffer'.
745 Correct the description and mention all optional arguments.
746
697cf92a 747 * nonascii.texi: Various small changes in addition to the
68e74f25
LT
748 following.
749 (Converting Representations): Clarify behavior of
750 `string-make-multibyte' and `string-to-multibyte' for unibyte all
751 ASCII arguments.
752 (Character Sets): Document the variable `charset-list' and adapt
753 the definition of the function `charset-list' accordingly.
754 (Translation of Characters): Clarify use of generic characters in
755 `make-translation-table'. Clarify and correct the description of
756 the use of translation tables in encoding and decoding.
757 (User-Chosen Coding Systems): Correct and clarify the description
758 of `select-safe-coding-system'.
759 (Default Coding Systems): Clarify description of
760 `file-coding-system-alist'.
761
a62f71e4
LT
7622003-11-30 Luc Teirlinck <teirllm@auburn.edu>
763
764 * strings.texi (Text Comparison): Correctly describe when two
765 strings are `equal'. Combine and clarify descriptions of
766 `assoc-ignore-case' and `assoc-ignore-representation'.
767
768 * objects.texi (Non-ASCII in Strings): Clarify description of
769 when a string is unibyte or multibyte.
770 (Bool-Vector Type): Update examples.
771 (Equality Predicates): Correctly describe when two strings are
772 `equal'.
773
19017752
LT
7742003-11-29 Luc Teirlinck <teirllm@auburn.edu>
775
776 * lists.texi (Building Lists): `append' no longer accepts integer
777 arguments. Update the description of `number-sequence' to reflect
778 recent changes.
779 (Sets And Lists): Describe `member-ignore-case' after `member'.
780
0f6a07a8
KS
7812003-11-27 Kim F. Storm <storm@cua.dk>
782
783 * commands.texi (Click Events): Click object may be an images.
784 Describe (dx . dy) element of click positions.
785 (Accessing Events): Remove duplicate posn-timestamp.
786 New functions posn-object and posn-object-x-y.
787
1ce7c819
KS
7882003-11-23 Kim F. Storm <storm@cua.dk>
789
790 * commands.texi (Click Events): Describe enhancements to event
791 position lists, including new text-pos and (col . row) items.
792 Mention left-fringe and right-fringe area events.
0f6a07a8 793 (Accessing Events): New functions posn-area and
1ce7c819
KS
794 posn-actual-col-row. Mention posn-timestamp. Mention that
795 posn-point in non-text area still returns buffer position.
796 Clarify posn-col-row.
797
cae8ddbb
LH
7982003-11-21 Lars Hansen <larsh@math.ku.dk>
799
800 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
801 * anti.texi (File Attributes): Describe removed parameter
802 ID-FORMAT.
803
f7f1a248
LT
8042003-11-20 Luc Teirlinck <teirllm@auburn.edu>
805
68e74f25 806 * positions.texi (Positions): Mention that, if a marker is used as
f7f1a248
LT
807 a position, its buffer is ignored.
808
809 * markers.texi (Overview of Markers): Mention it here too.
810
c5e2fb05
LT
8112003-11-12 Luc Teirlinck <teirllm@auburn.edu>
812
813 * numbers.texi (Numeric Conversions): Not just `floor', but also
814 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
815
e57d0aa8
LT
8162003-11-10 Luc Teirlinck <teirllm@auburn.edu>
817
818 * markers.texi (Creating Markers): Specify insertion type of
819 created markers. Add xref to `Marker Insertion Types'.
820 Second argument to `copy-marker' is optional.
821 (Marker Insertion Types): Mention that most markers are created
822 with insertion type nil.
823 (The Mark): Correctly describe when `mark' signals an error.
824 (The Region): Correctly describe when `region-beginning' and
825 `region-end' signal an error.
826
bb3612ec
LT
8272003-11-08 Luc Teirlinck <teirllm@auburn.edu>
828
829 * hash.texi (Creating Hash): Clarify description of `eql'.
830 `makehash' is obsolete.
831 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
832
833 * positions.texi (Point): Change description of `buffer-end', so
834 that it is also correct for floating point arguments.
835 (List Motion): Correct argument lists of `beginning-of-defun' and
836 `end-of-defun'.
837 (Excursions): Add xref to `Marker Insertion Types'.
838 (Narrowing): Argument to `narrow-to-page' is optional.
839
cfb8a797
LT
8402003-11-06 Luc Teirlinck <teirllm@auburn.edu>
841
842 * streams.texi (Output Streams): Clarify behavior of point for
843 marker output streams.
844
c6177909
LT
8452003-11-04 Luc Teirlinck <teirllm@auburn.edu>
846
847 * variables.texi (Defining Variables): Second argument to
848 `defconst' is not optional.
849 (Setting Variables): Mention optional argument APPEND to
850 `add-to-list'.
851 (Creating Buffer-Local): Expand description of
852 `make-variable-buffer-local'.
853 (Frame-Local Variables): Expand description of
854 `make-variable-frame-local'.
855 (Variable Aliases): Correct description of optional argument
856 DOCSTRING to `defvaralias'. Mention return value of
857 `defvaralias'.
858 (File Local Variables): Add xref to `File variables' in Emacs
859 Manual. Correct description of `hack-local-variables'. Mention
860 `safe-local-variable' property. Mention optional second argument
861 to `risky-local-variable-p'.
862
b3645067
LT
8632003-11-03 Luc Teirlinck <teirllm@auburn.edu>
864
865 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
866
10695e5c
EZ
8672003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
868
869 * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
870 lispref/customize.texi, lispref/display.texi, lispref/files.texi,
871 lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
872 lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
873 lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
b3645067 874 lispref/processes.texi, lispref/searching.texi,
10695e5c
EZ
875 lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
876 lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
877 @acronym{FOO}.
878
a2f4def1
LT
8792003-10-27 Luc Teirlinck <teirllm@auburn.edu>
880
881 * strings.texi (Creating Strings): Argument START to `substring'
882 can not be `nil'. Expand description of
883 `substring-no-properties'. Correct description of `split-string',
884 especially with respect to empty matches. Prevent very bad line
885 break in definition of `split-string-default-separators'.
886 (Text Comparison): `string=' and `string<' also accept symbols as
887 arguments.
888 (String Conversion): More completely describe argument BASE in
889 `string-to-number'.
5bb0fcd1 890 (Formatting Strings): `%s' and `%S' in `format' do require
a2f4def1
LT
891 corresponding object. Clarify behavior of numeric prefix after
892 `%' in `format'.
893 (Case Conversion): The argument to `upcase-initials' can be a
894 character.
895
a2296bf9
KH
8962003-10-27 Kenichi Handa <handa@m17n.org>
897
898 * display.texi (Fontsets): Fix texinfo usage.
899
885fef7c
KH
9002003-10-25 Kenichi Handa <handa@m17n.org>
901
902 * display.texi (Fontsets): Add description of the function
903 set-fontset-font.
904
0c6b7a1f
LT
9052003-10-23 Luc Teirlinck <teirllm@auburn.edu>
906
907 * display.texi (Temporary Displays): Add xref to `Documentation
908 Tips'.
909
910 * functions.texi (Function Safety): Use inforef instead of pxref
911 for SES.
912
c3cda320
AS
9132003-10-23 Andreas Schwab <schwab@suse.de>
914
915 * Makefile.in (TEX, texinputdir): Don't define.
916 (TEXI2DVI): Define.
917 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
918 add $(srcdir)/index.texi.
919 ($(infodir)/elisp): Remove index.texi dependency.
920 (elisp.dvi): Likewise. Use $(TEXI2DVI).
921 (index.texi): Remove target.
922 (dist): Don't link $(srcdir)/permute-index.
83badb71
AS
923 (clean): Don't remove index.texi.
924
c3cda320
AS
925 * permute-index, index.perm: Remove.
926 * index.texi: Rename from index.unperm.
927
e5dadca7
LT
9282003-10-22 Luc Teirlinck <teirllm@auburn.edu>
929
930 * tips.texi (Documentation Tips): Document new behavior for face
931 and variable hyperlinks in Help mode.
932
6cfb0777
LT
9332003-10-21 Luc Teirlinck <teirllm@auburn.edu>
934
935 * objects.texi (Integer Type): Update for extra bit of integer range.
936 (Character Type): Ditto.
937
a6eeaa81 9382003-10-16 Eli Zaretskii <eliz@gnu.org>
a4fc3ab3
EZ
939
940 * numbers.texi (Integer Basics): Add index entries for reading
941 numbers in hex, octal, and binary.
942
c8f9ba83
LK
9432003-10-16 Lute Kamstra <lute@gnu.org>
944
945 * modes.texi (Mode Line Format): Mention force-mode-line-update's
946 argument.
947
b52a26fb
LT
9482003-10-13 Luc Teirlinck <teirllm@auburn.edu>
949
950 * windows.texi (Choosing Window): Fix typo.
951 * edebug.texi (Edebug Execution Modes): Fix typo.
952
f7005886
RS
9532003-10-13 Richard M. Stallman <rms@gnu.org>
954
955 * windows.texi (Basic Windows): A window has fringe settings,
956 display margins and scroll-bar settings.
957 (Splitting Windows): Doc split-window return value.
958 Clean up one-window-p.
959 (Selecting Windows): Fix typo.
960 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
961 (Buffers and Windows): In set-window-buffer, explain effect
962 on fringe settings and scroll bar settings.
963 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
964 (Choosing Window): Use defopt for pop-up-frame-function.
965 For special-display-buffer-names, explain same-window and same-frame.
966 Clarify window-dedicated-p return value.
967 (Textual Scrolling): scroll-up and scroll-down can get an error.
968 (Horizontal Scrolling): Clarify auto-hscroll-mode.
969 Clarify set-window-hscroll.
970 (Size of Window): Don't mention tool bar in window-height.
971 (Coordinates and Windows): Explain what coordinates-in-window-p
972 returns for fringes and display margins.
973 (Window Configurations): Explain saving fringes, etc.
974
975 * tips.texi (Library Headers): Clean up Documentation.
976
977 * syntax.texi (Parsing Expressions): Clean up forward-comment
978 and parse-sexp-lookup-properties.
979
980 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
981
982 * os.texi (System Environment): Clean up text for load-average errors.
983
984 * modes.texi (Hooks): Don't explain local hook details at front.
985 Clarify run-hooks and run-hook-with-args a little.
986 Clean up add-hook and remove-hook.
987
988 * edebug.texi (Edebug Execution Modes): Clarify t.
989 Document edebug-sit-for-seconds.
990 (Coverage Testing): Document C-x X = and =.
991 (Instrumenting Macro Calls): Fix typo.
992 (Specification List): Don't index the specification keywords.
993
c989ebe9
KS
9942003-10-10 Kim F. Storm <storm@cua.dk>
995
996 * processes.texi (Network): Introduce make-network-process.
997
f9525eef
LT
9982003-10-09 Luc Teirlinck <teirllm@auburn.edu>
999
1000 * tips.texi (Library Headers): Fix typo.
1001
f008b925
LK
10022003-10-07 Juri Linkov <juri@jurta.org>
1003
1004 * modes.texi (Imenu): Mention imenu-create-index-function's
1005 default value. Explain submenus better.
1006
c22c5da6
LK
10072003-10-07 Lute Kamstra <lute@gnu.org>
1008
1009 * modes.texi (Faces for Font Lock): Fix typo.
1010 (Hooks): Explain how buffer-local hook variables can refer to
1011 global hook variables.
1012 Various minor clarifications.
1013
49247521
LK
10142003-10-06 Lute Kamstra <lute@gnu.org>
1015
1016 * tips.texi (Coding Conventions): Mention naming conventions for
1017 hooks.
1018
9296c947
LT
10192003-10-05 Luc Teirlinck <teirllm@auburn.edu>
1020
1021 * loading.texi (Library Search): Correct default value of
1022 load-suffixes.
1023 (Named Features): Fix typo.
1024
0e9b293a
RS
10252003-10-05 Richard M. Stallman <rms@gnu.org>
1026
1027 * loading.texi (Named Features): In `provide',
1028 say how to test for subfeatures.
1029 (Unloading): In unload-feature, use new var name
1030 unload-feature-special-hooks.
1031
49247521 10322003-10-03 Lute Kamstra <lute@gnu.org>
10ee4e90
LK
1033
1034 * modes.texi (Major Mode Conventions): Mention third way to set up
1035 Imenu.
1036 (Imenu): A number of small fixes.
1037 Delete documentation of internal variable imenu--index-alist.
1038 Document the return value format of imenu-create-index-function
1039 functions.
1040
ab8f7d5c
RS
10412003-09-30 Richard M. Stallman <rms@gnu.org>
1042
1043 * processes.texi (Network): Say what stopped datagram connections do.
1044
1045 * lists.texi (Association Lists): Clarify `assq-delete-all'.
1046
1047 * display.texi (Overlay Properties): Clarify `evaporate' property.
1048
49247521 10492003-09-29 Lute Kamstra <lute@gnu.org>
86b9b767
LK
1050
1051 * modes.texi (Mode Line Data): Explain when symbols in mode-line
c22c5da6 1052 constructs should be marked as risky.
86b9b767
LK
1053 Change cons cell into proper list.
1054 (Mode Line Variables): Change cons cell into proper list.
1055
49247521 10562003-09-26 Lute Kamstra <lute@gnu.org>
bc3b02f9
LK
1057
1058 * modes.texi (Mode Line Data): Document the :propertize construct.
1059 (Mode Line Variables): Reorder the descriptions of the variables
c22c5da6 1060 to match their order in the default mode-line-format.
bc3b02f9
LK
1061 Describe the new variables mode-line-position and mode-line-modes.
1062 Update the default values of mode-line-frame-identification,
1063 minor-mode-alist, and default-mode-line-format.
1064 (Properties in Mode): Mention the :propertize construct.
6142d1d0 1065
bc3b02f9 10662003-09-26 Richard M. Stallman <rms@gnu.org>
6142d1d0 1067
c22c5da6 1068 * buffers.texi, commands.texi, debugging.texi, eval.texi:
6142d1d0
RS
1069 * loading.texi, minibuf.texi, text.texi, variables.texi:
1070 Avoid @strong{Note:}.
1071
10722003-09-26 Richard M. Stallman <rms@gnu.org>
1073
1074 * keymaps.texi (Remapping Commands): Fix typo.
1075
41beda59
LT
10762003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
1077
1078 * processes.texi (Low-Level Network): Fix typo.
1079
ef6ae4ff
KS
10802003-09-23 Kim F. Storm <storm@cua.dk>
1081
1082 * processes.texi (Network, Network Servers): Fix typos.
1083 (Low-Level Network): Add timeout value for :server keyword.
1084 Add new option keywords to make-network-process.
1085 Add set-network-process-options.
1086 Explain how to test availability of network options.
1087
b0f23edf
RS
10882003-09-19 Richard M. Stallman <rms@gnu.org>
1089
1090 * text.texi (Motion by Indent): Arg to
1091 backward-to-indentation and forward-to-indentation is optional.
1092
1093 * strings.texi (Creating Strings): Add substring-no-properties.
1094
1095 * processes.texi
1096 (Process Information): Add list-processes arg QUERY-ONLY.
1097 Delete process-contact from here.
1098 Add new status values for process-status.
1099 Add process-get, process-put, process-plist, set-process-plist.
1100 (Synchronous Processes): Add call-process-shell-command.
1101 (Signals to Processes): signal-process allows process objects.
1102 (Network): Complete rewrite.
1103 (Network Servers, Datagrams, Low-Level Network): New nodes.
1104
1105 * positions.texi (Word Motion): forward-word, backward-word
1106 arg is optional. Reword.
1107
1108 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
1109
c22c5da6 1110 * variables.texi (Creating Buffer-Local):
b0f23edf
RS
1111 Delete duplicate definition of buffer-local-value.
1112 (File Local Variables): Explain about discarding text props.
1113
f387bdea
RS
11142003-09-11 Richard M. Stallman <rms@gnu.org>
1115
1116 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
1117 changes variables that record input events.
1118 (Minibuffer Misc): Add minibuffer-selected-window.
1119
1120 * lists.texi (Building Lists): Add copy-tree.
1121
1122 * display.texi (Fontsets): Add char-displayable-p.
1123 (Scroll Bars): New node.
1124
49247521 11252003-09-08 Lute Kamstra <lute@gnu.org>
5df034de
LK
1126
1127 * modes.texi (%-Constructs): Document new `%i' and `%I'
1128 constructs.
1129
fd026ee1
JR
11302003-09-03 Peter Runestig <peter@runestig.com>
1131
1132 * makefile.w32-in: New file.
1133
4828b4d7
RS
11342003-08-29 Richard M. Stallman <rms@gnu.org>
1135
1136 * display.texi (Overlay Properties): Clarify how priorities
1137 affect use of the properties.
1138
a4e4f05d
LT
11392003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
1140
1141 * customize.texi (Type Keywords): Correct the description of
1142 `:help-echo' in the case where `motion-doc' is a function.
1143
3ebe0346
JPW
11442003-08-14 John Paul Wallington <jpw@gnu.org>
1145
1146 * modes.texi (Emulating Mode Line): Subsection, not section.
1147
3afe8e39
RS
11482003-08-13 Richard M. Stallman <rms@gnu.org>
1149
1150 * elisp.texi (Top): Update subnode lists in menu.
1151
1152 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
1153 (Kill Functions): kill-region has new arg yank-handler.
1154 (Yanking): New node.
1155 (Yank Commands): Add yank-undo-function.
1156 (Low-Level Kill Ring):
1157 kill-new and kill-append have new arg yank-handler.
1158 (Changing Properties): Add remove-list-of-text-properties.
1159 (Atomic Changes): New node.
1160
1161 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
1162
1163 * streams.texi (Output Variables): Add eval-expression-print-length
1164 and eval-expression-print-level.
1165
1166 * os.texi (Time Conversion): For encode-time, explain limits on year.
1167
1168 * objects.texi (Character Type): Define anchor "modifier bits".
1169
1170 * modes.texi (Emulating Mode Line): New node.
1171 (Search-based Fontification): Font Lock uses font-lock-face property.
1172 (Other Font Lock Variables): Likewise.
1173
1174 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
1175 not vectors.
1176 (Active Keymaps): Add emulation-mode-map-alists.
1177 (Functions for Key Lookup): key-binding has new arg no-remap.
1178 (Remapping Commands): New node.
1179 (Scanning Keymaps): where-is-internal has new arg no-remap.
1180 (Tool Bar): Add tool-bar-local-item-from-menu.
1181 Clarify when to use tool-bar-add-item-from-menu.
1182
1183 * commands.texi (Interactive Call): commandp has new arg.
1184 (Command Loop Info): Add this-original-command.
1185
e37769b1
JPW
11862003-08-06 John Paul Wallington <jpw@gnu.org>
1187
1188 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
1189
1190 * display.texi (Warning Basics): Fix typo.
1191 (Fringes): Add closing curly bracket and fix typo.
1192
1193 * elisp.texi (Top): Fix typo.
1194
c5e0561f
RS
11952003-08-05 Richard M. Stallman <rms@gnu.org>
1196
1197 * elisp.texi: Update lists of subnodes.
1198
1199 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
1200
1201 * variables.texi (Local Variables): Use lc for example variable names.
1202
1203 * tips.texi (Library Headers): Explain where to put -*-.
1204
1205 * strings.texi (Creating Strings): Fix xref for vconcat.
1206
1207 * sequences.texi (Vector Functions):
1208 vconcat no longer allows integer args.
1209
1210 * minibuf.texi (Reading File Names): read-file-name has new
1211 arg PREDICATE. New function read-directory-name.
1212
1213 * macros.texi (Defining Macros): Give definition of `declare'
1214 (Indenting Macros): New node.
1215
1216 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
1217 (Window Frame Parameters): Make separate table of parameters
1218 that are coupled with specific face attributes.
1219 (Deleting Frames): delete-frame-hooks renamed to
1220 delete-frame-functions.
1221
1222 * files.texi (Magic File Names): Add file-remote-p.
1223 Clarify file-local-copy.
1224
1225 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
1226 here; instead xref Defining Macros.
1227
1228 * display.texi (Warnings): New node, and subnodes.
1229 (Fringes): New node.
1230
1231 * debugging.texi (Test Coverage): New node.
1232
1233 * compile.texi (Compiler Errors): Explain with-no-warnings
1234 and other ways to suppress warnings.
1235
1236 * commands.texi (Interactive Call): Minor clarification.
1237
1238 * buffers.texi (Buffer File Name): set-visited-file-name
1239 renames the buffer too.
1240
1241 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
1242
ee59dede
MR
12432003-07-24 Markus Rost <rost@math.ohio-state.edu>
1244
1245 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
1246
f0514b34
MR
12472003-07-22 Markus Rost <rost@math.ohio-state.edu>
1248
1249 * internals.texi (Garbage Collection): Fix previous change.
1250
c73983bb
RS
12512003-07-22 Richard M. Stallman <rms@gnu.org>
1252
1253 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
1254
1255 * display.texi (Width): Use \s syntax in example.
1256 (Font Selection): Add face-font-rescale-alist.
1257
1258 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
1259 Remove spurious indent in example.
1260
1261 * lists.texi (Building Lists): Add number-sequence.
1262
1263 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
1264
1265 * functions.texi (Function Documentation): Explain how to
1266 show calling convention explicitly in the doc string.
1267
1268 * windows.texi (Selecting Windows): save-selected-window saves
1269 selected window of each frame.
1270 (Window Configurations): Minor change.
1271
1272 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
1273
1274 * streams.texi (Output Variables): Add print-continuous-numbering
1275 and print-number-table.
1276
1277 * processes.texi (Decoding Output): New node.
1278
1279 * os.texi (Time Conversion): decode-time arg is optional.
1280
1281 * objects.texi (Character Type): Don't use space as example for \.
1282 Make list of char names and \-sequences correspond.
1283 Explain that \s is not used in strings. `\ ' needs space after.
1284
1285 * nonascii.texi (Converting Representations): Add string-to-multibyte.
1286 (Translation of Characters): Add translation-table-for-input.
1287 (Default Coding Systems): Add auto-coding-functions.
1288 (Explicit Encoding): Add decode-coding-inserted-region.
1289 (Locales): Add locale-info.
1290
1291 * minibuf.texi (Basic Completion): Describe test-completion.
1292 Collections can be lists of strings.
1293 Clean up lazy-completion-table.
1294 (Programmed Completion): Mention test-completion.
1295 Clarify why lambda expressions are not accepted.
1296 (Minibuffer Misc): Describe minibufferp.
1297
51a8b435
RS
12982003-07-14 Richard M. Stallman <rms@gnu.org>
1299
1300 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
1301
1302 * windows.texi (Selecting Windows): New arg to select-window.
1303 (Selecting Windows): Add with-selected-window.
1304 (Size of Window): Add window-inside-edges, etc.
1305
1306 * internals.texi (Garbage Collection): Add post-gc-hook.
1307
1308 * processes.texi (Subprocess Creation): Add exec-suffixes.
1309
1310 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
1311 (Scanning Keymaps): Add map-keymaps.
1312 (Defining Menus): Add keymap-prompt.
1313
1314 * numbers.texi (Integer Basics): Add most-positive-fixnum,
1315 most-negative-fixnum.
1316
1317 * compile.texi (Byte Compilation): Explain no-byte-compile
1318 (Compiler Errors): New node.
1319
1320 * os.texi (User Identification): user-uid, user-real-uid
1321 can return float.
1322
1323 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
1324 and about derived modes.
1325 (Minor Modes): Add minor-mode-list.
1326 (Defining Minor Modes): Keyword args for define-minor-mode.
1327 (Search-based Fontification): Explain managing other properties.
1328 (Other Font Lock Variables): Add font-lock-extra-managed-props.
1329 (Faces for Font Lock): Add font-locl-preprocessor-face.
1330 (Hooks): Add run-mode-hooks and delay-mode-hooks.
1331
1332 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
e57d0aa8 1333 (Variable Aliases): Clarify defvaralias.
51a8b435
RS
1334
1335 * loading.texi (Library Search): Add load-suffixes.
1336
1337 * minibuf.texi (Basic Completion): Add lazy-completion-table.
1338 (Programmed Completion): Add dynamic-completion-table.
1339
1340 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
1341 (Magic File Names): Specify precedence order of handlers.
1342o
1343 * commands.texi (Command Overview): Emacs server runs pre-command-hook
1344 and post-command-hook.
1345 (Waiting): New calling convention for sit-for.
1346
1347 * text.texi (Special Properties): local-map and keymap properties
1348 apply based on their stickiness.
1349
c6de56a0
RS
13502003-07-07 Richard M. Stallman <rms@gnu.org>
1351
1352 * modes.texi (Minor Mode Conventions): Specify only some kinds
1353 of list values as args to minor modes.
1354
1355 * files.texi (File Name Expansion): Warn about iterative use
1356 of substitute-in-file-name.
1357
1358 * advice.texi (Activation of Advice): Clean up previous change.
1359
8c761ea6
MR
13602003-07-06 Markus Rost <rost@math.ohio-state.edu>
1361
1362 * advice.texi (Activation of Advice): Note that ad-start-advice is
1363 turned on by default.
1364
c6de56a0
RS
13652003-06-30 Richard M. Stallman <rms@gnu.org>
1366
1367 * text.texi (Buffer Contents): Document current-word.
1368 (Change Hooks): Not called for *Messages*.
1369
1370 * functions.texi (Defining Functions): Explain about redefining
1371 primitives.
1372 (Function Safety): Renamed. Minor changes.
1373 Comment out the detailed criteria for what is safe.
1374
3fe4e567
AS
13752003-06-22 Andreas Schwab <schwab@suse.de>
1376
1377 * objects.texi (Symbol Type): Fix description of examples.
1378
cda7bd13
AS
13792003-06-16 Andreas Schwab <schwab@suse.de>
1380
1381 * hash.texi (Creating Hash): Fix description of :weakness.
1382
fbcffa4a
KG
13832003-06-13 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
1384
1385 * files.texi (Changing Files): copy-file copies file modes, too.
1386
ff6a3bfb
RS
13872003-05-28 Richard M. Stallman <rms@gnu.org>
1388
1389 * strings.texi (Creating Strings): Clarify split-string.
1390
1463a05d
JB
13912003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
1392
1393 * strings.texi (Creating Strings): Update split-string specification
1394 and examples.
1395
af253914
RS
13962003-05-19 Richard M. Stallman <rms@gnu.org>
1397
1398 * elisp.texi: Correct invariant section names.
1399
7ea52f92
RS
14002003-04-20 Richard M. Stallman <rms@gnu.org>
1401
1402 * os.texi (Timers): Explain about timers and quitting.
1403
e31afc09
RS
14042003-04-19 Richard M. Stallman <rms@gnu.org>
1405
1406 * internals.texi (Writing Emacs Primitives): Strings are
1407 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
1408 Explain GCPRO convention for varargs function args.
1409
5ceea398
RS
14102003-04-16 Richard M. Stallman <rms@gnu.org>
1411
1412 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
1413
b0ada147
RS
14142003-04-08 Richard M. Stallman <rms@gnu.org>
1415
1416 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
1417
b23375aa
KS
14182003-02-13 Kim F. Storm <storm@cua.dk>
1419
1420 * objects.texi (Character Type): New \s escape for space.
1421
c60ee5e7
JB
14222003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
1423
1424 * os.texi (System Environment): Added cygwin system-type.
1425
84e47416
RS
14262003-01-25 Richard M. Stallman <rms@gnu.org>
1427
1428 * keymaps.texi: Document that a symbol can act as a keymap.
1429
3e8cf2ea
RS
14302003-01-13 Richard M. Stallman <rms@gnu.org>
1431
1432 * text.texi (Changing Properties): Say string indices are origin-0.
1433
1434 * positions.texi (Screen Lines) <compute-motion>:
1435 Correct order of elts in return value.
1436
1437 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
1438 how to define a default binding.
1439
7abb9fc5 14402002-12-07 Markus Rost <rost@math.ohio-state.edu>
177f790c 1441
104bc3aa 1442 * loading.texi (Unloading): Fix recent change for load-history.
5b1fc152 1443
104bc3aa
MR
1444 * customize.texi (Simple Types): Clarify description of custom
1445 type 'number. Describe new custom type 'float.
177f790c 1446
7abb9fc5 14472002-12-04 Markus Rost <rost@math.ohio-state.edu>
24ff45f3
MR
1448
1449 * variables.texi (File Local Variables): Fix typo.
1450
df140a68 14512002-10-23 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
c60ee5e7 1452
df140a68
KG
1453 From Michael Albinus <Michael.Albinus@alcatel.de>.
1454
1455 * README: Target for Info file is `make info'.
1456
1457 * files.texi (File Name Components): Fixed typos in
1458 `file-name-sans-extension'.
1459 (Magic File Names): Complete list of operations for magic file
1460 name handlers.
1461
7ed9159a
JY
14622002-09-16 Jonathan Yavner <jyavner@engineer.com>
1463
1464 * variables.texi (File Local Variables): New function
1465 risky-local-variable-p.
1466
14672002-09-15 Jonathan Yavner <jyavner@engineer.com>
1468
1469 * functions.texi (Function safety): New node about unsafep.
1470
241f79af
PA
14712002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
1472
1473 * customize.texi (Splicing into Lists): Fixed example.
1474 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>
1475
72459b15
JB
14762002-06-17 Juanma Barranquero <lektu@terra.es>
1477
1478 * frames.texi (Display Feature Testing): Fix typo.
1479
61f7e0f5
AS
14802002-06-12 Andreas Schwab <schwab@suse.de>
1481
1482 * frames.texi (Initial Parameters, Resources): Fix references to
1483 the Emacs manual.
1484
4e792dbd
KS
14852002-05-13 Kim F. Storm <storm@cua.dk>
1486
1487 * variables.texi (Intro to Buffer-Local): Updated warning and
1488 example relating to changing buffer inside let.
1489
940344d4 14902002-03-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
d873ec96
JD
1491
1492 * os.texi (Session Management): New node about X Session management.
1493
231ac53b
EZ
14942002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
1495
1496 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
1497 to which the manual corresponds, and the copyright years.
1498
1499 * Makefile.in (VERSION): Set to 2.9.
1500
140cc574
EZ
15012001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
1502
1503 * elisp.texi: Change the category in @dircategory to "Emacs", to
1504 make it consistent with info/dir.
1505
9c7fce05
MB
15062001-11-25 Miles Bader <miles@gnu.org>
1507
1508 * text.texi (Fields): Describe new `limit' arg in
1509 field-beginning/field-end.
1510
9f8bbf0f
EZ
15112001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
1512
a5e6715c
EZ
1513 * permute-index: Don't depend on csh-specific features. Replace
1514 the interpreter name with /bin/sh.
1515
9f8bbf0f
EZ
1516 * two-volume-cross-refs.txt: New file.
1517 * two.el: New file.
1518 * spellfile: New file.
1519
1756e2fb
EZ
15202001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
1521
1522 * permute-index: New file.
1523
1524 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
1525 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
1526 8+3 restricted namespace.
ad050e54
EZ
1527
1528 * Makefile.in (infodir): Define relative to $(srcdir).
1529 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
1530 include directories list via -I switch to makeinfo.
1531 (index.texi): Use cp if both hard and symbolic links fail.
1532
10fa7f8e
EZ
15332001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
1534
7a1494ce
EZ
1535 * Makefile.in (distclean): Add.
1536
10fa7f8e
EZ
1537 The following changes make ELisp manual part of the Emacs
1538 distribution:
1539
1540 * Makefile.in: Add Copyright notice.
1541 (prefix): Remove.
1542 (infodir): Change value to "../info".
1543 (VPATH): New variable.
1544 (MAKE): Don't define.
1545 (texmacrodir): Don't define.
1546 (texinputdir): Append the existing value of TEXINPUTS.
1547 ($(infodir)/elisp): Instead of just "elisp". Reformat the
1548 command to be compatible with man/Makefile.in, and to put the
1549 output into ../info.
5c32b7c5 1550 (info): Add target.
10fa7f8e
EZ
1551 (installall): Target removed.
1552
ad050e54 15532001-10-31 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2b209b97
PJ
1554
1555 * tips.texi (Coding Conventions): Fix typo.
1556
6fd735df
GM
15572001-10-23 Gerd Moellmann <gerd@gnu.org>
1558
1559 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
1560
b704d54b
EZ
15612001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
1562
1563 * files.texi (File Name Components): Update the description of
1564 file-name-sans-extension and file-name-extension, as they now
1565 ignore leading dots.
1566
71431a0e
GM
15672001-10-20 Gerd Moellmann <gerd@gnu.org>
1568
6aa97356 1569 * (Version 21.1 released.)
71431a0e 1570
79f1f96c
MB
15712001-10-19 Miles Bader <miles@gnu.org>
1572
1573 * positions.texi (Text Lines): Describe behavior of
1574 `beginning-of-line'/`end-of-line' in the presence of field properties.
1575
892a8f36
GM
15762001-10-17 Gerd Moellmann <gerd@gnu.org>
1577
1578 * Makefile.in (VERSION): Set to 2.8.
1579 (manual): Use `manual-21'.
1580
8c1cc9e8 1581 * elisp.texi (VERSION): Add and use it where the version
892a8f36
GM
1582 number was used. Set it to 2.8.
1583
1584 * intro.texi: Likewise.
1585
51724e26
EZ
15862001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
1587
1588 * files.texi (File Name Completion): Document the significance of
1589 a trailing slash in elements of completion-ignored-extensions.
1590
57b338e8
MB
15912001-10-06 Miles Bader <miles@gnu.org>
1592
1593 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
1594
c89e4bc5
GM
15952001-10-04 Gerd Moellmann <gerd@gnu.org>
1596
1597 * variables.texi (Variable Aliases): New node.
1598
ab952a4f
GM
15992001-10-04 Gerd Moellmann <gerd@gnu.org>
1600
1601 * Branch for 21.1.
dff28924 1602
9db3a582
MB
16032001-10-02 Miles Bader <miles@gnu.org>
1604
ae1a9581
MB
1605 * minibuf.texi (Minibuffer Misc): Add entries for
1606 `minibuffer-contents', `minibuffer-contents-no-properties', and
1607 `delete-minibuffer-contents'.
1608 Correct description for `minibuffer-prompt-end'.
1609
9db3a582
MB
1610 * text.texi (Property Search): Correct descriptions of
1611 `next-char-property-change' and `previous-char-property-change'.
1612 Add entries for `next-single-char-property-change' and
1613 `previous-single-char-property-change'.
1614 Make operand names a bit more consistent.
1615
03be5931
EZ
16162001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
1617
1618 * frames.texi (Finding All Frames): Document that next-frame and
1619 previous-frame are local to current terminal.
1620
974548ec
EZ
16212001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
1622
1623 * keymaps.texi (Creating Keymaps): Fix the description of the
dff28924 1624 result of make-keymap.
974548ec 1625
8d82c597
EZ
16262001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
1627
1628 * display.texi (Font Lookup, Attribute Functions)
1629 (Image Descriptors): Add cross-references to the definition of
1630 selected frame.
1631
1632 * buffers.texi (The Buffer List): Add cross-references to the
1633 definition of selected frame.
1634
1635 * frames.texi (Input Focus): Clarify which frame is _the_ selected
1636 frame at any given time.
1637 (Multiple Displays, Size and Position): Add a cross-reference to
1638 the definition of the selected frame.
1639
2842de30
EZ
16402001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
1641
1642 * strings.texi (String Conversion) <string-to-number>: Document
1643 that a float is returned for integers that are too large.
1644
1645 * frames.texi (Mouse Position): Document mouse-position-function.
1646 (Display Feature Testing): Document display-images-p.
1647 (Window Frame Parameters): Document the cursor-type variable.
1648
1649 * numbers.texi (Integer Basics): Document CL style read syntax for
1650 integers in bases other than 10.
1651
1652 * positions.texi (List Motion): Document
1653 open-paren-in-column-0-is-defun-start.
1654
1655 * lists.texi (Sets And Lists): Document member-ignore-case.
1656
1657 * internals.texi (Garbage Collection): Document the used and free
1658 strings report.
1659 (Memory Usage): Document strings-consed.
1660
1661 * os.texi (Time of Day): Document float-time.
1662 (Recording Input): Document that clear-this-command-keys clears
1663 the vector to be returned by recent-keys.
1664
1665 * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
1666 argument keymap can be a list.
1667
1668 * nonascii.texi (User-Chosen Coding Systems)
1669 <select-safe-coding-system>: Document the new argument
1670 accept-default-p and the variable
1671 select-safe-coding-system-accept-default-p. Tell what happens if
1672 buffer-file-coding-system is undecided.
1673 (Default Coding Systems): Document auto-coding-regexp-alist.
1674
1675 * display.texi (The Echo Area) <message>: Document
1676 message-truncate-lines.
1677 (Glyphs): Document that the glyph table is unused on windowed
1678 displays.
1679
1680 * help.texi (Describing Characters) <single-key-description>:
1681 Document the new argument no-angles.
1682 (Accessing Documentation) <documentation-property>: Document that
1683 a non-string property is evaluated.
1684 <documentation>: Document that the function-documentation property
1685 is looked for.
1686
1687 * windows.texi (Selecting Windows): Document some-window.
1688
1689 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
1690
1691 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
1692 apropos-mode-hook.
1693
1694 * commands.texi (Using Interactive): Document interactive-form.
1695 (Keyboard Macros): Document kbd-macro-termination-hook.
1696 (Command Loop Info): Document that clear-this-command-keys clears
1697 the vector to be returned by recent-keys.
1698
2d43d823
GM
16992001-09-04 Werner LEMBERG <wl@gnu.org>
1700
1701 * Makefile.in (srcdir, texinputdir): New variables.
1702 (srcs, index.texi, install): Use $(srcdir).
1703 (.PHONY): Remove elisp.dvi.
1704 (elisp): Use -I switch for makeinfo.
1705 (elisp.dvi): Use $(srcdir) and $(texinputdir).
1706 (installall, dist): Use $(srcdir).
1707 Fix path to texinfo.tex.
1708 (maintainer-clean): Add elisp.dvi and elisp.oaux.
1709
fa739b31
GM
17102001-08-30 Gerd Moellmann <gerd@gnu.org>
1711
92a25631
GM
1712 * display.texi (Conditional Display): Adjust to API change.
1713
fa739b31
GM
1714 * configure: New file.
1715
cef68af5
GM
17162001-07-30 Gerd Moellmann <gerd@gnu.org>
1717
1718 * commands.texi (Repeat Events): Add description of
1719 double-click-fuzz.
1720
d1f08d85
SM
17212001-05-08 Stefan Monnier <monnier@cs.yale.edu>
1722
1723 * syntax.texi (Syntax Class Table): Add the missing designator for
1724 comment and string fences.
1725 (Syntax Properties): Add a xref to syntax table internals.
1726 (Syntax Table Internals): Document string-to-syntax.
1727
1e9fc92e
GM
17282001-05-07 Gerd Moellmann <gerd@gnu.org>
1729
1730 * Makefile.in (install): Use install-info command line options
1731 like in Emacs' Makefile.in.
1732
00480554
MB
17332000-12-09 Miles Bader <miles@gnu.org>
1734
1735 * windows.texi (Window Start): Update documentation for
1736 `pos-visible-in-window-p'.
1737
1e344ee2
SM
17382000-11-12 Stefan Monnier <monnier@cs.yale.edu>
1739
1740 * lists.texi (Building Lists): Add footnote to explain how to add
1741 to the end of a list.
1742
a540f6ed
GM
17432000-10-25 Gerd Moellmann <gerd@gnu.org>
1744
1745 * files.texi (Visiting Functions): Typos.
1746
28bcdbee
KH
17472000-10-25 Kenichi Handa <handa@etl.go.jp>
1748
1749 * files.texi (Visiting Functions): Return value of
1750 find-file-noselect may be a list of buffers if wildcards are used.
1751
22d1a4ed
MB
17522000-10-24 Miles Bader <miles@lsi.nec.co.jp>
1753
1754 * display.texi (Defining Faces): Document `graphic' display type
1755 in face specs.
1756
916a89db
KG
17572000-10-18 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1758
1e9fc92e 1759 * hooks.texi (Standard Hooks): Replace obsolete
916a89db
KG
1760 `after-make-frame-hook' with `after-make-frame-functions'.
1761
1e9fc92e 1762 * frames.texi (Creating Frames): Ditto.
916a89db 1763
1e9fc92e 1764 * variables.texi (Future Local Variables): Ditto.
916a89db 1765
483de32b
GM
17662000-10-16 Gerd Moellmann <gerd@gnu.org>
1767
1768 * display.texi (Other Image Types): Add description of :foreground
1769 and :background properties of mono PBM images.
1770
e23a63a5
WL
17712000-08-17 Werner LEMBERG <wl@gnu.org>
1772
1773 * .cvsignore: New file.
1774
dfc16043
GM
17752000-01-05 Gerd Moellmann <gerd@gnu.org>
1776
1777 * tindex.pl: New script.
1778
602613fe
DL
17791999-12-03 Dave Love <fx@gnu.org>
1780
1781 * Makefile.in (MAKEINFO): New parameter.
1782
94ec544d
DL
17831999-09-17 Richard Stallman <rms@gnu.org>
1784
1785 * Makefile.in (srcs): Add hash.texi.
1786 (VERSION): Update to 20.6.
1787
17881999-09-13 Richard Stallman <rms@gnu.org>
1789
1790 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
1791
17921998-08-29 Karl Heuer <kwzh@gnu.org>
1793
1794 * configure.in: New file.
1795 * Makefile.in: Renamed from Makefile.
1796 (prefix, infodir): Use value obtained from configure.
1797 (emacslibdir): Obsolete variable deleted.
1798 (dist): Distribute configure.in, configure, Makefile.in.
1799
18001998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
1801
1802 * Makefile (INSTALL_INFO): New variable.
1803 (install): Run install-info.
1804
18051998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
1806
1807 * Makefile (elisp.dvi): Add missing backslash.
1808
18091998-05-02 Richard Stallman <rms@psilocin.gnu.org>
1810
1811 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
1812 Run texindex without `./'. Always run texindex on elisp.tp.
1813 (elisp.tps): Target deleted.
1814
18151998-04-05 Richard Stallman <rms@psilocin.gnu.org>
1816
1817 * Makefile (srcs): Add nonascii.texi and customize.texi.
1818 (dist): Start by deleting `temp'.
1819
18201998-02-17 Richard Stallman <rms@psilocin.gnu.org>
1821
1822 * Makefile (makeinfo, texindex): Targets deleted.
1823 (makeinfo.o, texindex.o): Targets deleted.
1824 (clean, dist): Don't do anything with them or with getopt*.
1825
18261998-01-30 Richard Stallman <rms@psilocin.gnu.org>
1827
1828 * Makefile (SHELL): Defined.
1829
18301998-01-27 Richard Stallman <rms@psilocin.gnu.org>
1831
1832 * Makefile (elisp.tps): New target.
1833 (elisp.dvi): Depend on elisp.tps.
1834
1835Wed Apr 3 15:24:25 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
1836
1837 * README: Update phone number.
1838
1839 * Makefile (elisp): Make this be the default target.
1840 Depend on makeinfo.c instead of makeinfo.
1841 (install): Don't depend on elisp.dvi, since we don't install that.
1842 Use mkinstalldirs.
1843 (dist): Add mkinstalldirs.
1844
1845Mon Jun 19 14:35:26 1995 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1846
1847 * Makefile (VERSION): Update version number.
1848 (maintainer-clean): Renamed from realclean.
1849
1850Wed Jun 7 17:04:59 1995 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
1851
1852 * Makefile (realclean): New target.
1853 (elisp): Remove any old elisp-* files first.
1854
1855Tue Nov 23 19:59:40 1993 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
1856
d1f08d85
SM
1857 * Makefile (VERSION): New variable.
1858 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
1859 Compressed file suffix should be `.gz', not `.z'.
94ec544d
DL
1860
1861Mon Nov 22 15:06:19 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
1862
1863 * Makefile (elisp): Depend on makeinfo.
1864
1865Fri Nov 19 02:29:33 1993 Noah Friedman (friedman@gnu.ai.mit.edu)
1866
d1f08d85 1867 * Makefile (srcs): Add anti.texi.
94ec544d
DL
1868
1869Fri May 28 18:04:53 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
1870
1871 * Makefile (infodir, prefix): New vars.
1872 (install): Use infodir.
1873 (emacsinfodir): Deleted.
1874
1875Thu May 27 02:11:25 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
1876
1877 * Makefile (srcs): Add calendar.texi.
1878
1879 * Makefile (dist): Copy texindex.c and makeinfo.c.
1880 Limit elisp-* files to those with one or two digits.
1881
1882Sun May 16 17:58:21 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
1883
1884 * Makefile (dist): Changed to use Gzip instead of compress.
1885
1886Fri Apr 23 01:05:23 1993 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
1887
1888 * loading.texi (Unloading): define-function changed back to
1889 defalias. It may not stay this way, but at least it's
1890 consistent with the known-good version of the code patch.
1891
1892Fri Mar 26 21:14:54 1993 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
1893
1894 * modes.texi (Hooks): Document new optional arg of add-hook.
1895
1896Wed Mar 17 08:48:24 1993 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
1897
d1f08d85 1898 * variables.texi: Document nil initial value of buffer-local variables.
94ec544d
DL
1899
1900 * tips.texi: Add new section on standard library headers.
1901
1902Sat Feb 27 18:00:25 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
1903
1904 * Makefile (srcs): Add frame.texi to the list of sources.
1905
1906Tue Feb 23 10:50:25 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
1907
1908 * Makefile (dist): Don't bother excluding autosave files; they'll
1909 never make it into the temp directory anyway, and the hash marks
1910 in the name are problematic for make and the Bourne shell.
dff28924 1911 (srcs):
94ec544d
DL
1912
1913Fri Feb 12 16:54:38 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
1914
d1f08d85 1915 * Makefile (dist): Don't include backup files or autosave files in
94ec544d
DL
1916 the distribution tar file.
1917
dff28924 1918Tue Nov 26 21:10:34 1991 Richard Stallman (rms@mole.gnu.ai.mit.edu)
94ec544d
DL
1919
1920 * Makefile (srcs): Added index.perm.
1921 (elisp.dvi): Remove erroneous shell comment.
1922 Expect output of permute-index in permuted.fns.
1923 Save old elisp.aux in elisp.oaux.
1924 (clean): Added index.texi to be deleted.
1925
dff28924 1926Sat Aug 11 17:39:10 1990 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
94ec544d
DL
1927
1928 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
1929
dff28924 1930Tue Jun 26 09:57:26 1990 David Lawrence (tale@geech)
94ec544d
DL
1931
1932 * files.texi: Noted that completion-ignored-extensions is ignored
1933 when making *Completions*.
1934
1935Fri Jun 8 16:44:44 EDT 1990 Jay Fenlason (hack@ai.mit.edu)
1936
1937 * Makefile make dist now depends on elisp.dvi, since it tries
1938 to include it in the dist file.
1939
dff28924 1940Wed Mar 28 22:57:35 1990 Jim Kingdon (kingdon@mole.ai.mit.edu)
94ec544d
DL
1941
1942 * functions.texinfo (Mapping Functions): Add missing quote
1943
dff28924 1944Mon Jun 19 18:09:24 1989 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
94ec544d
DL
1945
1946 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
1947 (defunargs): Turn off \hyphenchar of \sl font temporarily.
1948
dff28924 1949Wed May 10 18:01:17 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
1950
1951 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
1952 and @error{} are the terms now being used. The files in the
1953 directory have been changed to reflect this.
1954
d1f08d85 1955 * All instances of @indentedresultt{} have been changed to
94ec544d
DL
1956 ` @result{}', using 5 spaces at the begining of the line.
1957
dff28924 1958Mon Apr 24 21:02:55 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
1959
1960 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
1961 experimental @indentedresult{}, @indentedexpandsto{} are part of
1962 the texinfo.tex in this directory. These TeX macros are not
1963 stable yet.
1964
dff28924 1965Mon Apr 17 18:56:50 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
1966
1967 * texinfo.tex: temporarily added
d1f08d85 1968 \let\result=\dblarrow
94ec544d
DL
1969 \def\error{{\it ERROR} \longdblarrow}
1970 We need to do this better soon.
1971
dff28924 1972Tue Apr 11 12:23:28 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
1973
1974 * Applied Karl Berry's patches to *.texinfo files, but not to
1975 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
1976 new title page format is also not applied, since it requires
1977 texinfo.tex changes.)
1978
1979 * Cleaned up `Makefile' and defined the `emacslibdir' directory
1980 for the Project GNU development environment.
1981
ad050e54 1982;; Local Variables:
fd026ee1 1983;; coding: iso-2022-7bit
ad050e54 1984;; End:
2a34a036
GM
1985
1986 Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
1987 Copying and distribution of this file, with or without modification,
1988 are permitted provided the copyright notice and this notice are preserved.
ab5796a9
MB
1989
1990;;; arch-tag: 985ae0ce-df29-475b-b3f8-4bbcbf6f7fda