(Face Customization): Mention hex color specs.
[bpt/emacs.git] / lispref / ChangeLog
CommitLineData
c734ae59
RS
12004-12-31 Richard M. Stallman <rms@gnu.org>
2
3 * os.texi (Timers): Update previous change.
4
33b2f4ea
KS
52004-12-30 Kim F. Storm <storm@cua.dk>
6
7 * display.texi (Line Height): Total line-height is now specified
8 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
9 in cons cells. (nil . RATIO) is relative to actual line height.
10 Use line-height `t' instead of `0' to get minimum height.
11
99ec74b9
RS
122004-12-29 Richard M. Stallman <rms@gnu.org>
13
14 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
15
eab463f6
RS
162004-12-28 Richard M. Stallman <rms@gnu.org>
17
18 * commands.texi (Quitting): Clarify value of with-local-quit.
19
20 * elisp.texi (Top): Fix previous change.
21
22 * loading.texi (Loading): Fix previous change.
23
ebbd14f1
RS
242004-12-27 Richard M. Stallman <rms@gnu.org>
25
4ae98fc5
RS
26 * Makefile.in (MAKEINFO): Specify --force.
27
8f430046
RS
28 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
29
56011a8c
RS
30 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
31
32 * display.texi (Line Height): Further clarify.
33
34 * elisp.texi (Top): Update Loading submenu.
35
ebbd14f1
RS
36 * loading.texi (Where Defined): New node.
37 (Unloading): load-history moved to Where Defined.
38
fda2922a
RS
392004-12-21 Richard M. Stallman <rms@gnu.org>
40
41 * commands.texi (Event Input Misc): Add while-no-input.
42
9eb8959a
RS
432004-12-11 Richard M. Stallman <rms@gnu.org>
44
45 * display.texi (Line Height): Rewrite text for clarity.
46
adf87c29
KS
472004-12-11 Kim F. Storm <storm@cua.dk>
48
49 * display.texi (Display): Add node "Line Height" to menu.
50 (Line Height): New node. Move full description of line-spacing
51 and line-height text properties here from text.texi.
52 (Scroll Bars): Add vertical-scroll-bar variable.
53
54 * frames.texi (Window Frame Parameters): Remove line-height defvar.
55
56 * locals.texi (Standard Buffer-Local Variables): Fix xref for
57 line-spacing and vertical-scroll-bar.
58
59 * text.texi (Special Properties): Just mention line-spacing and
60 line-height here, add xref to new "Line Height" node.
61
31e4729e
TTN
622004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
63
64 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
65
66 * locals.texi (Standard Buffer-Local Variables):
67 Add @xref for `line-spacing'.
68
cc60c723
RS
692004-12-05 Richard M. Stallman <rms@gnu.org>
70
71 * Makefile.in (maintainer-clean): Remove the info files
72 in $(infodir) where they are created.
73
f6101ac9
RS
742004-12-03 Richard M. Stallman <rms@gnu.org>
75
76 * windows.texi (Selecting Windows): get-lru-window and
77 get-largest-window don't consider dedicated windows.
78
79 * text.texi (Undo): Document undo-in-progress.
80
94221759
RS
812004-11-26 Richard M. Stallman <rms@gnu.org>
82
83 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
84 Remove a few vars that are not always buffer-local.
85
7092c5e8
LT
862004-11-24 Luc Teirlinck <teirllm@auburn.edu>
87
88 * locals.texi (Standard Buffer-Local Variables): Comment out
89 xref's to non-existent node `Yet to be written'.
90
261b01c6
RS
912004-11-24 Richard M. Stallman <rms@gnu.org>
92
93 * processes.texi (Synchronous Processes): Grammar fix.
94
95 * numbers.texi (Comparison of Numbers): Add eql.
96
97 * locals.texi (Standard Buffer-Local Variables): Add many vars.
98
99 * intro.texi (Printing Notation): Fix previous change.
100
101 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
102 and default-indicate-buffer-boundaries from here.
103 (Usual Display): To here.
104 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
105 (Usual Display): Move tab-width up.
106
107 * customize.texi (Variable Definitions): Replace
108 show-paren-mode example with tooltip-mode.
7092c5e8 109 (Simple Types, Composite Types, Defining New Types):
261b01c6 110 Minor cleanups.
7092c5e8 111
c1aa4864
JH
1122004-11-21 Jesper Harder <harder@ifa.au.dk>
113
114 * processes.texi (Synchronous Processes, Output from Processes):
115 Markup fix.
116
dedbac89
RS
1172004-11-20 Richard M. Stallman <rms@gnu.org>
118
07c8c65a
RS
119 * positions.texi (Skipping Characters): skip-chars-forward
120 now handles char classes.
121
8f40a868
RS
122 * intro.texi (Printing Notation): Avoid confusion of `print'
123 when explaining @print.
124
125 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
126
127 * display.texi (Display Table Format): Minor fix.
128
129 * streams.texi (Output Functions): Fix print example.
130
fd6866c8
RS
131 * Makefile.in (elisp): New target.
132 (dist): Depend on $(infodir)/elisp, not elisp.
133 Copy the info files from $(infodir).
134
9d00469f
RS
135 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
136 read-from-minibuffer.
137
dedbac89
RS
138 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
139
6de891db
RS
1402004-11-19 Richard M. Stallman <rms@gnu.org>
141
142 * searching.texi (Regexp Search): Add search-whitespace-regexp.
143
e1c1c5a7
TTN
1442004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
145
146 * tips.texi (Coding Conventions): Fix typo.
147
ee31cd78
RS
1482004-11-16 Richard M. Stallman <rms@gnu.org>
149
150 * tips.texi (Coding Conventions): Separate defvar and require
151 methods to avoid warnings. Use require only when there are many
152 functions and variables from that package.
153
154 * minibuf.texi (Minibuffer Completion): When ignoring case,
155 predicate must not be case-sensitive.
156
157 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
158 (Test Coverage): Don't talk about "splotches". Clarified.
159
4bd38e94
TTN
1602004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
161
162 * frames.texi (Window Frame Parameters): Fix typo.
163
6d073ae1
KS
1642004-11-15 Kim F. Storm <storm@cua.dk>
165
9f89426b
KS
166 * symbols.texi (Other Plists): Note that plist-get may signal error.
167 Add safe-plist-get.
6d073ae1 168
10980463
TTN
1692004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
170
171 * modes.texi (Font Lock Basics): Fix typo.
172
1efc19eb
RS
1732004-11-08 Richard M. Stallman <rms@gnu.org>
174
175 * syntax.texi (Syntax Table Functions): Add syntax-after.
176
6159c232
EZ
1772004-11-06 Lars Brinkhoff <lars@nocrew.org>
178
179 * os.texi (Processor Run Time): New section documenting
180 get-internal-run-time.
181
59dede22
EZ
1822004-11-06 Eli Zaretskii <eliz@gnu.org>
183
184 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
185 it nukes elisp-cover.texi.
186 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
187 elisp-0 etc.
188
4cc8522c
LT
1892004-11-05 Luc Teirlinck <teirllm@auburn.edu>
190
191 * commands.texi (Keyboard Macros): Document `append' return value
192 of `defining-kbd-macro'.
193
2d1ef312
RS
1942004-11-01 Richard M. Stallman <rms@gnu.org>
195
196 * commands.texi (Interactive Call): Add called-interactively-p.
197
6f4e005d
SJ
1982004-10-29 Simon Josefsson <jas@extundo.com>
199
200 * minibuf.texi (Reading a Password): Revert.
201
4f71c13f
RS
2022004-10-28 Richard M. Stallman <rms@gnu.org>
203
204 * frames.texi (Display Feature Testing): Explain about "vendor".
205
4660a9e3
RS
2062004-10-27 Richard M. Stallman <rms@gnu.org>
207
208 * commands.texi (Interactive Codes): `N' uses numeric prefix,
209 not raw. Clarify `n'.
210 (Interactive Call): Rewrite interactive-p, focusing on when
211 and how to use it.
212 (Misc Events): Clarify previous change.
213
214 * advice.texi (Simple Advice): Clarify what job the example does.
215 (Around-Advice): Clarify ad-do-it.
216 (Activation of Advice): An option of ad-default-compilation-action
217 is `never', not `nil'.
218
c8636435
KS
2192004-10-26 Kim F. Storm <storm@cua.dk>
220
221 * commands.texi (Interactive Codes): Add U code letter.
222
acd4089b
SJ
2232004-10-25 Simon Josefsson <jas@extundo.com>
224
225 * minibuf.texi (Reading a Password): Add.
226
29dc7809
JR
2272004-10-24 Jason Rumney <jasonr@gnu.org>
228
229 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
230 and wheel-down.
231
bb5d6d34
KG
2322004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
233
234 * processes.texi (Synchronous Processes): Document process-file.
235
d0ee2ed3
KH
2362004-10-22 Kenichi Handa <handa@m17n.org>
237
238 * text.texi (translate-region): Document that it accepts also a
239 char-table.
240
38be9dbb
DP
2412004-10-22 David Ponce <david@dponce.com>
242
243 * windows.texi (Resizing Windows): Document the `preserve-before'
244 argument of the functions `enlarge-window' and `shrink-window'.
245
63c80452
JR
2462004-10-19 Jason Rumney <jasonr@gnu.org>
247
248 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
249
9f4b6e73
LT
2502004-10-09 Luc Teirlinck <teirllm@auburn.edu>
251
252 * text.texi (Filling): Add anchor for definition of
253 `sentence-end-double-space'.
254
255 * searching.texi (Regexp Example): Update description of how
256 Emacs currently recognizes the end of a sentence.
257 (Standard Regexps): Update definition of the variable
258 `sentence-end'. Add definition of the function `sentence-end'.
259
657f0f9c
EZ
2602004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
261
262 * display.texi (Progress): New node.
263
35ab4857
KS
2642004-10-05 Kim F. Storm <storm@cua.dk>
265
266 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
267
f2a54fbc
KS
2682004-09-29 Kim F. Storm <storm@cua.dk>
269
270 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
271 to identify bitmaps. Remove -fringe-bitmap suffix for standard
272 fringe bitmap symbols, as they now have their own namespace.
273 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
274 vs. pixels. Signal error if no free bitmap slots.
275 (Pixel Specification): Change IMAGE to @var{image}.
276
4676d6f3
RS
2772004-09-28 Richard M. Stallman <rms@gnu.org>
278
279 * text.texi (Special Properties): Clarify line-spacing and line-height.
280
281 * searching.texi (Regexp Search): Add looking-back.
282
17234906
LT
2832004-09-25 Luc Teirlinck <teirllm@auburn.edu>
284
285 * display.texi: Correct typos.
286 (Image Descriptors): Correct xref's.
287
4de43c8b
RS
2882004-09-25 Richard M. Stallman <rms@gnu.org>
289
290 * text.texi (Special Properties): Cleanups in `cursor'.
291 Rewrites in `line-height' and `line-spacing'; exchange them.
292
293 * display.texi (Fringes): Rewrite previous change.
294 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
295 (Display Fringe Bitmaps): Node deleted, text moved.
296 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
297 (Scroll Bars): Clarify set-window-scroll-bars.
298 (Pointer Shape): Rewrite.
299 (Specified Space): Clarify :align-to, etc.
300 (Pixel Specification): Use @var. Clarify new text.
301 (Other Display Specs): Clarify `slice'.
302 (Image Descriptors): Cleanups.
303 (Showing Images): Cleanups.
304
a3ee0299
LT
3052004-09-24 Luc Teirlinck <teirllm@auburn.edu>
306
e88ebce6
LT
307 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
308
a3ee0299
LT
309 * modes.texi: Various minor changes in addition to:
310 (Major Mode Conventions): Final call to `run-mode-hooks' should
311 not be inside the `delay-mode-hooks' form.
312 (Mode Hooks): New node.
313 (Hooks): Delete obsolete example.
314 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
315 node "Mode Hooks".
316
6db2bc02
LT
3172004-09-22 Luc Teirlinck <teirllm@auburn.edu>
318
319 * display.texi: Correct various typos.
320 (Display): Rename node "Pointer Shapes" to "Pointer
321 Shape". (There is already a node called "Pointer Shapes" in
322 frames.texi.)
323 (Images): Remove non-existent node "Image Slices" from menu.
324
ed2846bd
KS
3252004-09-23 Kim F. Storm <storm@cua.dk>
326
327 * text.texi (Special Properties): Add `cursor', `pointer',
328 `line-height', and `line-spacing' properties.
329
330 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
331 Shapes' to menu.
332 (Standard Faces): Doc fix for fringe face.
333 (Fringes): Add `overflow-newline-into-fringe' and
334 'indicate-buffer-boundaries'.
335 (Fringe Bitmaps, Pointer Shapes): New nodes.
336 (Display Property): Add 'Pixel Specification' and 'Display Fringe
337 Bitmaps' to menu.
338 (Specified Space): Describe pixel width and height.
339 (Pixel Specification): New node.
340 (Other Display Specs): Add `slice' property.
341 (Display Fringe Bitmaps): New node.
342 (Images): Add 'Image Slices' to menu.
343 (Image Descriptors): Add `:pointer' and `:map' properties.
344 (Showing Images): Add slice arg to `insert-image'. Add
345 'insert-sliced-image'.
346
4d894c98
RS
3472004-09-20 Richard M. Stallman <rms@gnu.org>
348
349 * commands.texi (Key Sequence Input):
350 Clarify downcasing in read-key-sequence.
351
7e388eb7
JL
3522004-09-08 Juri Linkov <juri@jurta.org>
353
354 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
355
a020987f
LT
3562004-09-07 Luc Teirlinck <teirllm@auburn.edu>
357
358 * locals.texi (Standard Buffer-Local Variables): Add
359 `buffer-auto-save-file-format'.
360 * internals.texi (Buffer Internals): Describe new
361 auto_save_file_format field of the buffer structure.
362 * files.texi (Format Conversion): `auto-save-file-format' has been
363 renamed `buffer-auto-save-file-format'.
364
2b96f80c
LT
3652004-08-27 Luc Teirlinck <teirllm@auburn.edu>
366
367 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
368 an integer or a marker.
369 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
370
2ee3b79e
RS
3712004-08-22 Richard M. Stallman <rms@gnu.org>
372
373 * modes.texi (Major Mode Conventions): Discuss rebinding of
374 standard key bindings.
375
c438dc33
KS
3762004-08-18 Kim F. Storm <storm@cua.dk>
377
378 * processes.texi (Accepting Output): Add `just-this-one' arg to
379 `accept-process-output'.
101c421e 380 (Output from Processes): New var `process-adaptive-read-buffering'.
c438dc33 381
db8af011
LT
3822004-08-10 Luc Teirlinck <teirllm@auburn.edu>
383
384 * keymaps.texi: Various changes in addition to:
385 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
386 Give more varied examples for `kbd'.
387 (Creating Keymaps): Char tables have slots for all characters
388 without modifiers.
389 (Active Keymaps): `overriding-local-map' and
390 `overriding-terminal-local-map' also override text property and
391 overlay keymaps.
392 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
393 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
394 to denote a prefix of no events.
395 `map-keymap' includes parent's bindings _recursively_.
396 Clarify and correct description of `where-is-internal'.
397 Mention BUFFER-OR-NAME arg to `describe-bindings'.
398 (Menu Example): For menus intended for use with the keyboard, the
399 menu items should be bound to characters or real function keys.
400
de700726
LT
4012004-08-08 Luc Teirlinck <teirllm@auburn.edu>
402
30e75a87
LT
403 * objects.texi (Character Type): Reposition `@anchor' to prevent
404 double space inside sentence in Info.
405
de700726
LT
406 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
407 renamed to `disabled-command-function'.
408 * commands.texi (Key Sequence Input): Remove unnecessary anchor,
409 (Command Loop Info): Replace reference to it.
410 (Disabling Commands): `disabled-command-hook' has been renamed to
411 `disabled-command-function'.
412
81909a1a
LT
4132004-08-07 Luc Teirlinck <teirllm@auburn.edu>
414
415 * os.texi (Translating Input): Only non-prefix bindings in
416 `key-translation-map' override actual key bindings. Warn about
417 possible indirect effect of actual key bindings on non-prefix
418 bindings in `key-translation-map'.
419
5504e99c
LT
4202004-08-06 Luc Teirlinck <teirllm@auburn.edu>
421
422 * minibuf.texi (High-Level Completion): Add anchor for definition
423 of `read-variable'.
424
425 * commands.texi: Various changes in addition to:
426 (Using Interactive): Clarify description of `interactive-form'.
427 (Interactive Call): Mention default for KEYS argument to
428 `call-interactively'.
429 (Command Loop Info): Clarify description of `this-command-keys'.
430 Mention KEEP-RECORD argument to `clear-this-command-keys'.
431 Value of `last-event-frame' can be `macro'.
432 (Repeat Events): `double-click-fuzz' is also used to distinguish
433 clicks and drags.
434 (Classifying Events): Clarify descriptions of `event-modifiers'
435 `event-basic-type' and `event-convert-list'.
436 (Accessing Events): `posn-timestamp' takes POSITION argument.
437 (Quoted Character Input): Clarify description of
438 `read-quoted-char' and fix example.
439 (Quitting): Add `with-local-quit'.
440 (Disabling Commands): Correct and clarify descriptions of
441 `enable-command' and `disable-command'.
442 Mention what happens if `disabled-command-hook' is nil.
443 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
444 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
445
f478a72a
LT
4462004-07-24 Luc Teirlinck <teirllm@auburn.edu>
447
448 * frames.texi: Various changes in addition to:
449 (Creating Frames): Expand and clarify description of `make-frame'.
450 (Window Frame Parameters): Either none or both of the `icon-left'
451 and `icon-top' parameters must be specified. Put descriptions of
452 `menu-bar-lines' and `toolbar-lines' closer together and change
453 them accordingly.
454 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
455 except while processing `frame-title-format' or `icon-title-format'.
456 (Deleting Frames): Correct description of `delete-frame'.
457 Non-nil return values of `frame-live-p' are like those of `framep'.
458 (Frames and Windows): mention return value of
459 `set-frame-selected-window'.
460 (Visibility of Frames): Mention `force' argument to
461 `make-frame-invisible'. `frame-visible-p' returns t for all
462 frames on text-only terminals.
463 (Frame Configurations): Restoring a frame configuration does not
464 restore deleted frames.
465 (Window System Selections): `x-set-selection' returns DATA.
466 (Resources): Add example.
467 (Display Feature Testing): Clarify descriptions of
468 `display-pixel-height', `display-pixel-width', `x-server-version'
469 and `x-server-vendor'.
470
471 * windows.texi (Choosing Window): Add anchor.
472 * minibuf.texi (Minibuffer Misc): Add anchor.
473
bc135062
JPW
4742004-07-23 John Paul Wallington <jpw@gnu.org>
475
476 * macros.texi (Defining Macros): Declaration keyword for setting
477 Edebug spec is `debug' not `edebug'.
478
cb7516e5
LT
4792004-07-19 Luc Teirlinck <teirllm@auburn.edu>
480
481 * windows.texi: Various small changes in addition to:
482 (Window Point): Mention return value of `set-window-point'.
483 (Window Start): `pos-visible-in-window-p' disregards horizontal
484 scrolling. Explain return value if PARTIALLY is non-nil.
485 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
486 and `set-window-vscroll'.
487 (Size of Window): The argument WINDOW to `window-inside-edges',
488 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
489 (Resizing Windows): Explain return value of
490 `shrink-window-if-larger-than-buffer'.
491 `window-size-fixed' automatically becomes buffer local when set.
492 (Window Configurations): Explain return value of
493 `set-window-configuration'.
494
495 * minibuf.texi (Minibuffer Misc): Add anchor for
496 `minibuffer-scroll-window'.
497
498 * positions.texi (Text Lines): Add anchor for `count-lines'.
499
3751eb00
RS
5002004-07-17 Richard M. Stallman <rms@gnu.org>
501
502 * display.texi (Overlay Properties): Adding `evaporate' prop
503 deletes empty overlay immediately.
504
505 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
506 fix example.
507
9a7e97c6
LT
5082004-07-16 Jim Blandy <jimb@redhat.com>
509
510 * searching.texi (Regexp Backslash): Document new \_< and \_>
511 operators.
512
aa0e4da8
JB
5132004-07-16 Juanma Barranquero <lektu@terra.es>
514
515 * display.texi (Images): Fix Texinfo usage.
516
cbbfedb2
LT
5172004-07-14 Luc Teirlinck <teirllm@auburn.edu>
518
519 * buffers.texi (Modification Time): `visited-file-modtime' now
520 returns a list of two integers, instead of a cons.
521
3a052bd3
LT
5222004-07-13 Luc Teirlinck <teirllm@auburn.edu>
523
524 * windows.texi: Various changes in addition to:
525 (Splitting Windows): Add `split-window-keep-point'.
526
02c04e6f
RS
5272004-07-09 Richard M. Stallman <rms@gnu.org>
528
529 * frames.texi (Input Focus): Minor fix.
530
cb4f1287
LT
5312004-07-07 Luc Teirlinck <teirllm@auburn.edu>
532
533 * frames.texi (Input Focus): Clarify descriptions of
534 `select-frame-set-input-focus' and `select-frame'.
535
339902ec
LT
5362004-07-06 Luc Teirlinck <teirllm@auburn.edu>
537
538 * os.texi: Various small changes in addition to:
539 (Killing Emacs): Expand and clarify description of
540 `kill-emacs-query-functions' and `kill-emacs-hook'.
541 (System Environment): Expand and clarify description of `getenv'
542 and `setenv'.
543 (Timers): Clarify description of `run-at-time'.
544 (Translating Input): Correct description of
545 `extra-keyboard-modifiers'.
546 (Flow Control): Correct description of `enable-flow-control'.
547
fe3b7e35
TTN
5482004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
549
550 * os.texi: Update copyright.
551 (Session Management): Grammar fix.
552 Clarify which Emacs does the restarting.
553 Use @samp for *scratch* buffer.
554
59db7d6e
LT
5552004-07-04 Alan Mackenzie <acm@muc.de>
556
557 * frames.texi (Input Focus): Add documentation for
558 `select-frame-set-input-focus'. Replace refs to non-existent
559 `switch-frame' with `select-frame'. Minor corrections and tidying
560 up of text-only terminal stuff.
561
e3ccf404
RS
5622004-07-02 Richard M. Stallman <rms@gnu.org>
563
564 * files.texi (Saving Buffers): Cleanup write-contents-function.
565 (Magic File Names): Cleanup file-remote-p.
566
8addb6eb
KG
5672004-07-02 Kai Grossjohann <kai@emptydomain.de>
568
569 * files.texi (Magic File Names): `file-remote-p' returns an
570 identifier of the remote system, not just t.
571
7a58d84d
DK
5722004-07-02 David Kastrup <dak@gnu.org>
573
574 * searching.texi (Entire Match Data): Add explanation about new
575 match-data behavior when @var{integers} is non-nil.
576
d8c379f8
RS
5772004-06-24 Richard M. Stallman <rms@gnu.org>
578
b4a4b0ae
RS
579 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
580
d8c379f8
RS
581 * customize.texi (Variable Definitions): Note about doc strings
582 and :set.
583
584 * keymaps.texi (Keymap Terminology): Document `kbd'.
585 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
586
587 * display.texi (Invisible Text): Setting buffer-invisibility-spec
588 makes it buffer-local.
589
590 * files.texi (Saving Buffers): Correct previous change.
591
592 * commands.texi (Accessing Events):
593 Clarify posn-col-row and posn-actual-col-row.
594
5952004-06-24 David Ponce <david.ponce@wanadoo.fr>
596
597 * commands.texi (Accessing Events): New functions
598 posn-at-point and posn-at-x-y. Add example to posn-x-y.
599
dce417e7
LT
6002004-06-23 Luc Teirlinck <teirllm@auburn.edu>
601
602 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
603 * frames.texi, buffers.texi, backups.texi, variables.texi:
604 * loading.texi, eval.texi, functions.texi, control.texi:
605 * symbols.texi, minibuf.texi: Reposition @anchor's.
606
607 * help.texi: Various small changes in addition to the following.
608 (Describing Characters): Describe PREFIX argument to
609 `key-description'. Correct and clarify definition of
610 `text-char-description'. Describe NEED-VECTOR argument to
611 `read-kbd-macro'.
612 (Help Functions): Clarify definition of `apropos'.
613
255d07dc
LH
6142004-06-23 Lars Hansen <larsh@math.ku.dk>
615
616 * files.texi (Saving Buffers): Correct description of
617 `write-contents-functions'.
618
4e9691e9
JB
6192004-06-21 Juanma Barranquero <lektu@terra.es>
620
621 * display.texi (Images): Remove redundant @vindex directives.
622 Rewrite `image-library-alist' doc in active voice.
623
1ebd4f78
JB
6242004-06-14 Juanma Barranquero <lektu@terra.es>
625
626 * display.texi (Images): Document new delayed library loading,
627 variable `image-library-alist' and (existing but undocumented)
628 function `image-type-available-p'.
629
ddfb8369
RS
6302004-06-05 Richard M. Stallman <rms@gnu.org>
631
632 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
633 refer the user to the Initial Input node.
634 (Text from Minibuffer): Likewise.
635 (Initial Input): New node. Document this feature
636 and say it is mostly deprecated.
637
18684a3a
RS
6382004-05-30 Richard M. Stallman <rms@gnu.org>
639
7a61e456
RS
640 * loading.texi (Named Features): Clarify return value
641 and meaning of NOERROR.
642
18684a3a
RS
643 * variables.texi (File Local Variables): Minor cleanup.
644
c8364415
MA
6452004-05-30 Michael Albinus <michael.albinus@gmx.de>
646
647 * files.texi (Magic File Names): Add `file-remote-p' as operation
648 of file name handlers.
649
08fd1251
RS
6502004-05-29 Richard M. Stallman <rms@gnu.org>
651
652 * modes.texi (Minor Mode Conventions): (-) has no special meaning
653 as arg to a minor mode command.
654
71d5a208
RS
6552004-05-22 Richard M. Stallman <rms@gnu.org>
656
657 * syntax.texi (Syntax Class Table): Word syntax not just for English.
658
659 * streams.texi (Output Variables): Doc float-output-format.
660
661 * searching.texi (Regexp Special): Nested repetition can be infloop.
662
663 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
664 real stack overflow.
665
666 * compile.texi: Minor cleanups.
667
6682004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
669
670 * lists.texi (Cons Cells): Explain dotted lists, true lists,
671 circular lists.
672 (List Elements): Explain handling of circular and dotted lists.
1ebd4f78 673
022cb162
TTN
6742004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
675
676 * modes.texi (Search-based Fontification): Fix typo.
677
aa7094ba
JB
6782004-05-10 Juanma Barranquero <lektu@terra.es>
679
680 * modes.texi (Mode Line Variables): Fix description of
681 global-mode-string, which is now after which-func-mode, not the
682 buffer name.
683
c2383279
LH
6842004-05-07 Lars Hansen <larsh@math.ku.dk>
685
686 * modes.texi (Desktop Save Mode): Add.
687 (Modes): Add menu entry Desktop Save Mode.
688
689 * hooks.texi: Add desktop-after-read-hook,
690 desktop-no-desktop-file-hook and desktop-save-hook.
691
692 * locals.texi: Add desktop-save-buffer.
693
058296d3
JH
6942004-04-30 Jesper Harder <harder@ifa.au.dk>
695
696 * display.texi: emacs -> Emacs.
697
0c54865e
EZ
6982004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
699
700 * files.texi (Changing Files): Document set-file-times.
701
d814862a
JB
7022004-04-23 Juanma Barranquero <lektu@terra.es>
703
704 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
705
e8d6f886
JH
7062004-04-18 Jesper Harder <harder@ifa.au.dk>
707
708 * tips.texi (Coding Conventions): defopt -> defcustom.
709
3a424014
LT
7102004-04-16 Luc Teirlinck <teirllm@auburn.edu>
711
712 * sequences.texi: Various clarifications.
713
9e860631
LT
7142004-04-14 Luc Teirlinck <teirllm@auburn.edu>
715
716 * buffers.texi (Read Only Buffers): Mention optional ARG to
717 `toggle-read-only'.
718
5e30a0fb
NR
7192004-04-14 Nick Roberts <nick@nick.uklinux.net>
720
9e860631 721 * windows.texi (Selecting Windows): Note that get-lru-window
5e30a0fb
NR
722 returns a full-width window if possible.
723
619fb950
LT
7242004-04-13 Luc Teirlinck <teirllm@auburn.edu>
725
726 * buffers.texi: Various changes in addition to:
727 (Buffer File Name): Add `find-buffer-visiting'.
728 (Buffer Modification): Mention optional ARG to `not-modified'.
729 (Indirect Buffers): Mention optional CLONE argument to
730 `make-indirect-buffer'.
731
732 * files.texi: Various changes in addition to:
733 (Visiting Functions): `find-file-hook' is now a normal hook.
734 (File Name Expansion): Explain difference between the way that
735 `expand-file-name' and `file-truename' treat `..'.
736 (Contents of Directories): Mention optional ID-FORMAT argument to
737 `directory-files-and-attributes'.
738 (Format Conversion): Mention new optional CONFIRM argument to
739 `format-write-file'.
740
a2295d32
MB
7412004-04-12 Miles Bader <miles@gnu.org>
742
743 * macros.texi (Expansion): Add description of `macroexpand-all'.
744
571fd4d5
JH
7452004-04-05 Jesper Harder <harder@ifa.au.dk>
746
747 * variables.texi (Variable Aliases): Mention
748 cyclic-variable-indirection.
749
750 * errors.texi (Standard Errors): Ditto.
751
4ba2fd66
LT
7522004-04-04 Luc Teirlinck <teirllm@auburn.edu>
753
754 * backups.texi: Various small changes in addition to:
755 (Making Backups): Mention return value of `backup-buffer'.
756 (Auto-Saving): Mention optional FORCE argument to
757 `delete-auto-save-file-if-necessary'.
758 (Reverting): Mention optional PRESERVE-MODES argument to
759 `revert-buffer'. Correct description of `revert-buffer-function'.
760
8f7ea687
JL
7612004-03-22 Juri Linkov <juri@jurta.org>
762
763 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
764 with `Vector Functions'.
765
766 * text.texi (Sorting): Add missing quote.
767
0eeca3c1
LT
7682004-03-14 Luc Teirlinck <teirllm@auburn.edu>
769
770 * intro.texi (Lisp History): Replace xref to `cl' manual with
771 inforef.
772
e69cfac2
RS
7732004-03-12 Richard M. Stallman <rms@gnu.org>
774
775 * intro.texi (Version Info): Add arg to emacs-version.
776 (Lisp History): Change xref to CL manual.
777
1b91d47f
LT
7782004-03-09 Luc Teirlinck <teirllm@auburn.edu>
779
780 * minibuf.texi (Completion Commands): Add xref to Emacs manual
781 for Partial Completion mode.
782
97073664
TTN
7832004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
784
785 * customize.texi: Fix typo. Remove eol whitespace.
786
04a6e76b
RS
7872004-03-04 Richard M. Stallman <rms@gnu.org>
788
789 * processes.texi: Fix typos.
790
791 * lists.texi (Building Lists): Minor clarification.
792
793 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
794 in make-hash-table.
795
5bb0fcd1
JB
7962004-02-29 Juanma Barranquero <lektu@terra.es>
797
798 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
799 rm, and ignore exit code.
800
9022d421
EZ
8012004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
802
803 * display.texi (Defining Faces): Add description for min-colors.
804 Update example.
805
92f5fba2
LT
8062004-02-23 Luc Teirlinck <teirllm@auburn.edu>
807
808 * abbrevs.texi: Various corrections and clarifications in addition
809 to the following:
810 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
811
7e83e178
GM
8122004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
813
814 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
815
9c5609e8
LT
8162004-02-21 Luc Teirlinck <teirllm@auburn.edu>
817
e2b9b51f
LT
818 * text.texi: Various small changes in addition to the following:
819 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
820 to delete-horizontal-space.
821 (Kill Functions, Yanking, Low-Level Kill Ring): clarify and correct
822 description of yank-handler text property at various places.
823
7daa0e81
LT
824 * frames.texi (Window System Selections): Add anchor.
825
9c5609e8
LT
826 * syntax.texi (Syntax Table Functions): Clarify and correct
827 descriptions of make-syntax-table and copy-syntax-table.
828 (Motion and Syntax): Clarify SYNTAXES argument to
829 skip-syntax-forward.
830 (Parsing Expressions): Mention that the return value of
831 parse-partial-sexp is currently a list of ten rather than nine
832 elements.
833 (Categories): Various corrections and clarifications.
834
d29edb21
LT
8352004-02-17 Luc Teirlinck <teirllm@auburn.edu>
836
837 * markers.texi (Marker Insertion Types): Minor change.
838
839 * locals.texi (Standard Buffer-Local Variables):
840 * commands.texi (Interactive Codes, Using Interactive):
841 * functions.texi (Related Topics): Fix xrefs.
842
43e48bda
LT
8432004-02-16 Luc Teirlinck <teirllm@auburn.edu>
844
845 * lists.texi (Sets And Lists): Update description of delete-dups.
846
84e34002
RS
8472004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
848
849 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
850
8512004-02-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
852
853 * frames.texi (Parameter Access): frame-parameters arg is optional.
854 modify-frame-parameters handles nil for FRAME.
855 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
856 are all-or-nothing for certain toolkits.
857 Mention parameter wait-for-wm.
858 (Frames and Windows): In frame-first-window and frame-selected-window
859 the arg is optional.
860 (Input Focus): In redirect-frame-focus the second arg is optional.
861 (Window System Selections): Mention selection type CLIPBOARD.
862 Mention data-type UTF8_STRING.
863 Mention numbering of cut buffers.
864 (Resources): Describe x-resource-name.
865
8662004-02-16 Richard M. Stallman <rms@gnu.org>
867
868 * windows.texi (Buffers and Windows): Delete false table
869 about all-frames.
870
871 * syntax.texi (Parsing Expressions): Delete old caveat
872 about parse-sexp-ignore-comments.
873
874 * streams.texi (Output Variables): Add print-quoted.
875
876 * lists.texi (Building Lists): Minor cleanup.
877
878 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
879
880 * display.texi (Overlays): Explain overlays use markers.
881 (Managing Overlays): Explain front-advance and rear-advance
882 in more detail.
883
884 * loading.texi (Unloading): Document unload-feature-special-hooks.
885 Get rid of fns-NNN.el file.
886
8872004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
888
889 * help.texi (Describing Characters): Fix text-char-description
890 example output.
891
892 * edebug.texi (Using Edebug): Fix example.
893
894 * debugging.texi (Internals of Debugger): Fix return value.
43e48bda 895
84e34002
RS
896 * files.texi (Changing Files): Fix argname.
897
898 * calendar.texi: Fix parens, and default values.
899
900 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
901 * nonascii.texi, objects.texi, os.texi: Minor fixes.
902 * searching.texi, text.texi, tips.texi, windows.text: Minor fixes.
903
904 * positions.texi (Text Lines): Don't add -1 in current-line.
905
9062004-02-16 Richard M. Stallman <rms@gnu.org>
907
908 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
909
c33b76da
EZ
9102004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
911
912 * processes.texi (Low-Level Network): Fix a typo.
913
9d7271e8
KS
9142004-02-12 Kim F. Storm <storm@cua.dk>
915
916 * display.texi (Fringes): Use consistent wording.
917 Note that window-fringe's window arg is optional.
918 (Scroll Bars): Use consistent wording.
919
6827d730
LT
9202004-02-11 Luc Teirlinck <teirllm@auburn.edu>
921
922 * tips.texi (Comment Tips): Document the new conventions for
923 commenting out code.
924
1cb60b5a
JD
9252004-02-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
926
927 * positions.texi (Text Lines): Added missing end defun.
928
7fdd1f62
KS
9292004-02-07 Kim F. Storm <storm@cua.dk>
930
931 * positions.texi (Text Lines): Add line-number-at-pos.
932
eb3c144c
JPW
9332004-02-06 John Paul Wallington <jpw@gnu.org>
934
935 * display.texi (Button Properties, Button Buffer Commands):
936 mouse-2 invokes button, not down-mouse-1.
937
a1d38d63
JR
9382004-02-04 Jason Rumney <jasonr@gnu.org>
939
940 * makefile.w32-in: Sync with Makefile.in changes.
941
4b574f3d
LT
9422004-02-03 Luc Teirlinck <teirllm@auburn.edu>
943
944 * minibuf.texi (Text from Minibuffer): Various corrections and
945 clarifications.
946 (Object from Minibuffer): Correct Lisp description of
947 read-minibuffer.
948 (Minibuffer History): Clarify description of cons values for
949 HISTORY arguments.
950 (Basic Completion): Various corrections and clarifications. Add
951 completion-regexp-list.
952 (Minibuffer Completion): Correct and clarify description of
953 completing-read.
6f6b0433 954 (Completion Commands): Mention Partial Completion mode. Various
4b574f3d
LT
955 other minor changes.
956 (High-Level Completion): Various corrections and clarifications.
957 (Reading File Names): Ditto.
958 (Minibuffer Misc): Ditto.
959
d8186297
LT
9602004-01-26 Luc Teirlinck <teirllm@auburn.edu>
961
962 * strings.texi (Text Comparison): assoc-string also matches
963 elements of alists that are strings instead of conses.
964 (Formatting Strings): Standardize Texinfo usage. Update index
965 entries.
966
9adcb5f2
LT
9672004-01-20 Luc Teirlinck <teirllm@auburn.edu>
968
969 * lists.texi (Sets And Lists): Add delete-dups.
970
3e7274ae
LT
9712004-01-15 Luc Teirlinck <teirllm@auburn.edu>
972
973 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
974 special form.
975 * macros.texi (Defining Macros): Update description of `declare',
976 which now is a macro.
977 (Wrong Time): Fix typos.
978
944e099f
LT
9792004-01-14 Luc Teirlinck <teirllm@auburn.edu>
980
981 * compile.texi (Compilation Functions): Expand descriptions of
e75c1a57 982 `compile-defun', `byte-compile-file', `byte-recompile-directory'
944e099f
LT
983 and `batch-byte-compile'. In particular, mention and describe
984 all optional arguments.
985 (Disassembly): Correct and clarify the description of `disassemble'.
986
90c3aa59
LT
9872004-01-11 Luc Teirlinck <teirllm@auburn.edu>
988
989 * searching.texi: Various small changes in addition to the
990 following.
991 (Regexp Example): Adapt to new value of `sentence-end'.
992 (Regexp Functions): The PAREN argument to `regexp-opt' can be
993 `words'.
994 (Search and Replace): Add usage note for `perform-replace'.
995 (Entire Match Data): Mention INTEGERS and REUSE arguments to
996 `match-data'.
997 (Standard Regexps): Update for new values of `paragraph-start'
998 and `sentence-end'.
999
583c353d
LT
10002004-01-07 Luc Teirlinck <teirllm@auburn.edu>
1001
1002 * files.texi (Saving Buffers): Clarify descriptions of
1003 `write-contents-functions' and `before-save-hook'.
1004 Make the defvar's for `before-save-hook' and `after-save-hook'
1005 into defopt's.
1006
05faee07
KS
10072004-01-07 Kim F. Storm <storm@cua.dk>
1008
1009 * commands.texi (Click Events): Describe new image and
1010 width/height elements of click events.
1011 (Accessing Events): Add posn-string, posn-image, and
1012 posn-object-width-height. Change posn-object to return either
1013 image or string object.
1014
a0465ec3
SJ
10152004-01-01 Simon Josefsson <jas@extundo.com>
1016
1017 * hooks.texi (Standard Hooks): Add before-save-hook.
1018 * files.texi (Saving Buffers): Likewise.
1019
972c0c49
RS
10202004-01-03 Richard M. Stallman <rms@gnu.org>
1021
1022 * frames.texi (Frames and Windows): Delete frame-root-window.
1023
dbcd463f
LT
10242004-01-03 Luc Teirlinck <teirllm@auburn.edu>
1025
1026 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
1027
1028 * functions.texi: Various small changes in addition to the
1029 following.
1030 (What Is a Function): `functionp' returns nil for macros. Clarify
1031 behavior of this and following functions for symbol arguments.
1032 (Function Documentation): Add `\' in front of (fn @var{arglist})
1033 and explain why.
1034 (Defining Functions): Mention DOCSTRING argument to `defalias'.
1035 Add anchor.
1036 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
1037
02c77ee9
MB
10382004-01-01 Miles Bader <miles@gnu.org>
1039
1040 * display.texi (Buttons): New section.
1041
903a1a91
AS
10422003-12-31 Andreas Schwab <schwab@suse.de>
1043
1044 * numbers.texi (Math Functions): sqrt reports a domain-error
1045 error.
1046 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
1047
697cf92a
LT
10482003-12-30 Luc Teirlinck <teirllm@auburn.edu>
1049
3f70fe82
LT
1050 * tips.texi (Documentation Tips): Update item on hyperlinks in
1051 documentation strings.
1052
697cf92a
LT
1053 * errors.texi (Standard Errors): Various small corrections and
1054 additions.
1055
1056 * control.texi: Various small changes in addition to the
1057 following.
1058 (Signaling Errors): Provide some more details on how `signal'
1059 constructs the error message. Add anchor to the definition of
1060 `signal'.
1061 (Error Symbols): Describe special treatment of `quit'.
1062 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
1063 to emphasize that it has to be a single form.
1064
1065 * buffers.texi: Add anchor.
1066
4d25144d
RS
10672003-12-29 Richard M. Stallman <rms@gnu.org>
1068
1069 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
1070 (Window Configurations): Add window-configuration-frame.
1071
1072 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
1073
1074 * text.texi (Examining Properties): Add get-char-property-and-overlay.
1075 Change arg name in get-char-property.
1076 (Special Properties): Update handling of keymap property.
1077
1078 * strings.texi (Modifying Strings): Add clear-string.
1079 (Text Comparison): Add assoc-string and remove
1080 assoc-ignore-case, assoc-ignore-representation.
1081
1082 * os.texi (Time of Day): Add set-time-zone-rule.
1083
1084 * numbers.texi (Math Functions): asin, acos, log, log10
697cf92a 1085 report domain-error errors.
4d25144d 1086
697cf92a 1087 * nonascii.texi (Converting Representations):
4d25144d
RS
1088 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
1089 (Encoding and I/O): Add file-name-coding-system.
1090
1091 * modes.texi (Search-based Fontification): Explain that
1092 face specs are symbols with face names as values.
1093
1094 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
1095
1096 * lists.texi (Building Lists): remq moved elsewhere.
1097 (Sets And Lists): remq moved here.
1098 (Association Lists): Refer to assoc-string.
1099
1100 * internals.texi (Garbage Collection): Add memory-use-counts.
1101
1102 * frames.texi (Frames and Windows): Add set-frame-selected-window
1103 and frame-root-window.
1104
697cf92a 1105 * files.texi (Contents of Directories):
4d25144d
RS
1106 Add directory-files-and-attributes.
1107
1108 * display.texi (Refresh Screen): Add force-window-update.
1109 (Invisible Text): Explain about moving point out of invis text.
1110 (Overlay Properties): Add overlay-properties.
1111 (Managing Overlays): Add overlayp.
1112 (GIF Images): Invalid image number displays a hollow box.
1113
1114 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
1115 (Killing Buffers): Add buffer-live-p.
1116
67fafe38
MR
11172003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
1118
1119 * display.texi (Fringes): Fix typo "set-buffer-window".
1120
68e74f25
LT
11212003-12-24 Luc Teirlinck <teirllm@auburn.edu>
1122
1123 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
1124 * nonascii.texi, processes.texi, tips.texi, variables.texi:
1125 Add or change various xrefs and anchors.
1126
1127 * commands.texi: Replace all occurrences of @acronym{CAR} with
1128 @sc{car}, for consistency with the rest of the Elisp manual.
1129 `car' and `cdr' are historically acronyms, but are no longer
1130 widely thought of as such.
1131
1132 * internals.texi (Pure Storage): Mention that `purecopy' does not
1133 copy text properties.
1134 (Object Internals): Now 29 bits are used (in most implementations)
1135 to address Lisp objects.
1136
1137 * variables.texi (Variables with Restricted Values): New node.
1138
1139 * objects.texi (Lisp Data Types): Mention that certain variables
1140 can only take on a restricted set of values and add an xref to
1141 the new node "Variables with Restricted Values".
1142
1143 * eval.texi (Function Indirection): Describe the errors that
1144 `indirect-function' can signal.
1145 (Eval): Clarify the descriptions of `eval-region' and `values'.
1146 Describe `eval-buffer' instead of `eval-current-buffer' and
1147 mention `eval-current-buffer' as an alias for `current-buffer'.
1148 Correct the description and mention all optional arguments.
1149
697cf92a 1150 * nonascii.texi: Various small changes in addition to the
68e74f25
LT
1151 following.
1152 (Converting Representations): Clarify behavior of
1153 `string-make-multibyte' and `string-to-multibyte' for unibyte all
1154 ASCII arguments.
1155 (Character Sets): Document the variable `charset-list' and adapt
1156 the definition of the function `charset-list' accordingly.
1157 (Translation of Characters): Clarify use of generic characters in
1158 `make-translation-table'. Clarify and correct the description of
1159 the use of translation tables in encoding and decoding.
1160 (User-Chosen Coding Systems): Correct and clarify the description
1161 of `select-safe-coding-system'.
1162 (Default Coding Systems): Clarify description of
1163 `file-coding-system-alist'.
1164
a62f71e4
LT
11652003-11-30 Luc Teirlinck <teirllm@auburn.edu>
1166
1167 * strings.texi (Text Comparison): Correctly describe when two
1168 strings are `equal'. Combine and clarify descriptions of
1169 `assoc-ignore-case' and `assoc-ignore-representation'.
1170
1171 * objects.texi (Non-ASCII in Strings): Clarify description of
1172 when a string is unibyte or multibyte.
1173 (Bool-Vector Type): Update examples.
1174 (Equality Predicates): Correctly describe when two strings are
1175 `equal'.
1176
19017752
LT
11772003-11-29 Luc Teirlinck <teirllm@auburn.edu>
1178
1179 * lists.texi (Building Lists): `append' no longer accepts integer
1180 arguments. Update the description of `number-sequence' to reflect
1181 recent changes.
1182 (Sets And Lists): Describe `member-ignore-case' after `member'.
1183
0f6a07a8
KS
11842003-11-27 Kim F. Storm <storm@cua.dk>
1185
1186 * commands.texi (Click Events): Click object may be an images.
1187 Describe (dx . dy) element of click positions.
1188 (Accessing Events): Remove duplicate posn-timestamp.
1189 New functions posn-object and posn-object-x-y.
1190
1ce7c819
KS
11912003-11-23 Kim F. Storm <storm@cua.dk>
1192
1193 * commands.texi (Click Events): Describe enhancements to event
1194 position lists, including new text-pos and (col . row) items.
1195 Mention left-fringe and right-fringe area events.
0f6a07a8 1196 (Accessing Events): New functions posn-area and
1ce7c819
KS
1197 posn-actual-col-row. Mention posn-timestamp. Mention that
1198 posn-point in non-text area still returns buffer position.
1199 Clarify posn-col-row.
1200
cae8ddbb
LH
12012003-11-21 Lars Hansen <larsh@math.ku.dk>
1202
1203 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
1204 * anti.texi (File Attributes): Describe removed parameter
1205 ID-FORMAT.
1206
f7f1a248
LT
12072003-11-20 Luc Teirlinck <teirllm@auburn.edu>
1208
68e74f25 1209 * positions.texi (Positions): Mention that, if a marker is used as
f7f1a248
LT
1210 a position, its buffer is ignored.
1211
1212 * markers.texi (Overview of Markers): Mention it here too.
1213
c5e2fb05
LT
12142003-11-12 Luc Teirlinck <teirllm@auburn.edu>
1215
1216 * numbers.texi (Numeric Conversions): Not just `floor', but also
1217 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
1218
e57d0aa8
LT
12192003-11-10 Luc Teirlinck <teirllm@auburn.edu>
1220
1221 * markers.texi (Creating Markers): Specify insertion type of
1222 created markers. Add xref to `Marker Insertion Types'.
1223 Second argument to `copy-marker' is optional.
1224 (Marker Insertion Types): Mention that most markers are created
1225 with insertion type nil.
1226 (The Mark): Correctly describe when `mark' signals an error.
1227 (The Region): Correctly describe when `region-beginning' and
1228 `region-end' signal an error.
1229
bb3612ec
LT
12302003-11-08 Luc Teirlinck <teirllm@auburn.edu>
1231
1232 * hash.texi (Creating Hash): Clarify description of `eql'.
1233 `makehash' is obsolete.
1234 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
1235
1236 * positions.texi (Point): Change description of `buffer-end', so
1237 that it is also correct for floating point arguments.
1238 (List Motion): Correct argument lists of `beginning-of-defun' and
1239 `end-of-defun'.
1240 (Excursions): Add xref to `Marker Insertion Types'.
1241 (Narrowing): Argument to `narrow-to-page' is optional.
1242
cfb8a797
LT
12432003-11-06 Luc Teirlinck <teirllm@auburn.edu>
1244
1245 * streams.texi (Output Streams): Clarify behavior of point for
1246 marker output streams.
1247
c6177909
LT
12482003-11-04 Luc Teirlinck <teirllm@auburn.edu>
1249
1250 * variables.texi (Defining Variables): Second argument to
1251 `defconst' is not optional.
1252 (Setting Variables): Mention optional argument APPEND to
1253 `add-to-list'.
1254 (Creating Buffer-Local): Expand description of
1255 `make-variable-buffer-local'.
1256 (Frame-Local Variables): Expand description of
1257 `make-variable-frame-local'.
1258 (Variable Aliases): Correct description of optional argument
1259 DOCSTRING to `defvaralias'. Mention return value of
1260 `defvaralias'.
1261 (File Local Variables): Add xref to `File variables' in Emacs
1262 Manual. Correct description of `hack-local-variables'. Mention
1263 `safe-local-variable' property. Mention optional second argument
1264 to `risky-local-variable-p'.
1265
b3645067
LT
12662003-11-03 Luc Teirlinck <teirllm@auburn.edu>
1267
1268 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
1269
10695e5c
EZ
12702003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
1271
1272 * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
1273 lispref/customize.texi, lispref/display.texi, lispref/files.texi,
1274 lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
1275 lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
1276 lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
b3645067 1277 lispref/processes.texi, lispref/searching.texi,
10695e5c
EZ
1278 lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
1279 lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
1280 @acronym{FOO}.
1281
a2f4def1
LT
12822003-10-27 Luc Teirlinck <teirllm@auburn.edu>
1283
1284 * strings.texi (Creating Strings): Argument START to `substring'
1285 can not be `nil'. Expand description of
1286 `substring-no-properties'. Correct description of `split-string',
1287 especially with respect to empty matches. Prevent very bad line
1288 break in definition of `split-string-default-separators'.
1289 (Text Comparison): `string=' and `string<' also accept symbols as
1290 arguments.
1291 (String Conversion): More completely describe argument BASE in
1292 `string-to-number'.
5bb0fcd1 1293 (Formatting Strings): `%s' and `%S' in `format' do require
a2f4def1
LT
1294 corresponding object. Clarify behavior of numeric prefix after
1295 `%' in `format'.
1296 (Case Conversion): The argument to `upcase-initials' can be a
1297 character.
1298
a2296bf9
KH
12992003-10-27 Kenichi Handa <handa@m17n.org>
1300
1301 * display.texi (Fontsets): Fix texinfo usage.
1302
885fef7c
KH
13032003-10-25 Kenichi Handa <handa@m17n.org>
1304
1305 * display.texi (Fontsets): Add description of the function
1306 set-fontset-font.
1307
0c6b7a1f
LT
13082003-10-23 Luc Teirlinck <teirllm@auburn.edu>
1309
1310 * display.texi (Temporary Displays): Add xref to `Documentation
1311 Tips'.
1312
1313 * functions.texi (Function Safety): Use inforef instead of pxref
1314 for SES.
1315
c3cda320
AS
13162003-10-23 Andreas Schwab <schwab@suse.de>
1317
1318 * Makefile.in (TEX, texinputdir): Don't define.
1319 (TEXI2DVI): Define.
1320 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
1321 add $(srcdir)/index.texi.
1322 ($(infodir)/elisp): Remove index.texi dependency.
1323 (elisp.dvi): Likewise. Use $(TEXI2DVI).
1324 (index.texi): Remove target.
1325 (dist): Don't link $(srcdir)/permute-index.
83badb71
AS
1326 (clean): Don't remove index.texi.
1327
c3cda320
AS
1328 * permute-index, index.perm: Remove.
1329 * index.texi: Rename from index.unperm.
1330
e5dadca7
LT
13312003-10-22 Luc Teirlinck <teirllm@auburn.edu>
1332
1333 * tips.texi (Documentation Tips): Document new behavior for face
1334 and variable hyperlinks in Help mode.
1335
6cfb0777
LT
13362003-10-21 Luc Teirlinck <teirllm@auburn.edu>
1337
1338 * objects.texi (Integer Type): Update for extra bit of integer range.
1339 (Character Type): Ditto.
1340
a6eeaa81 13412003-10-16 Eli Zaretskii <eliz@gnu.org>
a4fc3ab3
EZ
1342
1343 * numbers.texi (Integer Basics): Add index entries for reading
1344 numbers in hex, octal, and binary.
1345
c8f9ba83
LK
13462003-10-16 Lute Kamstra <lute@gnu.org>
1347
1348 * modes.texi (Mode Line Format): Mention force-mode-line-update's
1349 argument.
1350
b52a26fb
LT
13512003-10-13 Luc Teirlinck <teirllm@auburn.edu>
1352
1353 * windows.texi (Choosing Window): Fix typo.
1354 * edebug.texi (Edebug Execution Modes): Fix typo.
1355
f7005886
RS
13562003-10-13 Richard M. Stallman <rms@gnu.org>
1357
1358 * windows.texi (Basic Windows): A window has fringe settings,
1359 display margins and scroll-bar settings.
1360 (Splitting Windows): Doc split-window return value.
1361 Clean up one-window-p.
1362 (Selecting Windows): Fix typo.
1363 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
1364 (Buffers and Windows): In set-window-buffer, explain effect
1365 on fringe settings and scroll bar settings.
1366 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
1367 (Choosing Window): Use defopt for pop-up-frame-function.
1368 For special-display-buffer-names, explain same-window and same-frame.
1369 Clarify window-dedicated-p return value.
1370 (Textual Scrolling): scroll-up and scroll-down can get an error.
1371 (Horizontal Scrolling): Clarify auto-hscroll-mode.
1372 Clarify set-window-hscroll.
1373 (Size of Window): Don't mention tool bar in window-height.
1374 (Coordinates and Windows): Explain what coordinates-in-window-p
1375 returns for fringes and display margins.
1376 (Window Configurations): Explain saving fringes, etc.
1377
1378 * tips.texi (Library Headers): Clean up Documentation.
1379
1380 * syntax.texi (Parsing Expressions): Clean up forward-comment
1381 and parse-sexp-lookup-properties.
1382
1383 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
1384
1385 * os.texi (System Environment): Clean up text for load-average errors.
1386
1387 * modes.texi (Hooks): Don't explain local hook details at front.
1388 Clarify run-hooks and run-hook-with-args a little.
1389 Clean up add-hook and remove-hook.
1390
1391 * edebug.texi (Edebug Execution Modes): Clarify t.
1392 Document edebug-sit-for-seconds.
1393 (Coverage Testing): Document C-x X = and =.
1394 (Instrumenting Macro Calls): Fix typo.
1395 (Specification List): Don't index the specification keywords.
1396
c989ebe9
KS
13972003-10-10 Kim F. Storm <storm@cua.dk>
1398
1399 * processes.texi (Network): Introduce make-network-process.
1400
f9525eef
LT
14012003-10-09 Luc Teirlinck <teirllm@auburn.edu>
1402
1403 * tips.texi (Library Headers): Fix typo.
1404
f008b925
LK
14052003-10-07 Juri Linkov <juri@jurta.org>
1406
1407 * modes.texi (Imenu): Mention imenu-create-index-function's
1408 default value. Explain submenus better.
1409
c22c5da6
LK
14102003-10-07 Lute Kamstra <lute@gnu.org>
1411
1412 * modes.texi (Faces for Font Lock): Fix typo.
1413 (Hooks): Explain how buffer-local hook variables can refer to
1414 global hook variables.
1415 Various minor clarifications.
1416
49247521
LK
14172003-10-06 Lute Kamstra <lute@gnu.org>
1418
1419 * tips.texi (Coding Conventions): Mention naming conventions for
1420 hooks.
1421
9296c947
LT
14222003-10-05 Luc Teirlinck <teirllm@auburn.edu>
1423
1424 * loading.texi (Library Search): Correct default value of
1425 load-suffixes.
1426 (Named Features): Fix typo.
1427
0e9b293a
RS
14282003-10-05 Richard M. Stallman <rms@gnu.org>
1429
1430 * loading.texi (Named Features): In `provide',
1431 say how to test for subfeatures.
1432 (Unloading): In unload-feature, use new var name
1433 unload-feature-special-hooks.
1434
49247521 14352003-10-03 Lute Kamstra <lute@gnu.org>
10ee4e90
LK
1436
1437 * modes.texi (Major Mode Conventions): Mention third way to set up
1438 Imenu.
1439 (Imenu): A number of small fixes.
1440 Delete documentation of internal variable imenu--index-alist.
1441 Document the return value format of imenu-create-index-function
1442 functions.
1443
ab8f7d5c
RS
14442003-09-30 Richard M. Stallman <rms@gnu.org>
1445
1446 * processes.texi (Network): Say what stopped datagram connections do.
1447
1448 * lists.texi (Association Lists): Clarify `assq-delete-all'.
1449
1450 * display.texi (Overlay Properties): Clarify `evaporate' property.
1451
49247521 14522003-09-29 Lute Kamstra <lute@gnu.org>
86b9b767
LK
1453
1454 * modes.texi (Mode Line Data): Explain when symbols in mode-line
c22c5da6 1455 constructs should be marked as risky.
86b9b767
LK
1456 Change cons cell into proper list.
1457 (Mode Line Variables): Change cons cell into proper list.
1458
49247521 14592003-09-26 Lute Kamstra <lute@gnu.org>
bc3b02f9
LK
1460
1461 * modes.texi (Mode Line Data): Document the :propertize construct.
1462 (Mode Line Variables): Reorder the descriptions of the variables
c22c5da6 1463 to match their order in the default mode-line-format.
bc3b02f9
LK
1464 Describe the new variables mode-line-position and mode-line-modes.
1465 Update the default values of mode-line-frame-identification,
1466 minor-mode-alist, and default-mode-line-format.
1467 (Properties in Mode): Mention the :propertize construct.
6142d1d0 1468
bc3b02f9 14692003-09-26 Richard M. Stallman <rms@gnu.org>
6142d1d0 1470
c22c5da6 1471 * buffers.texi, commands.texi, debugging.texi, eval.texi:
6142d1d0
RS
1472 * loading.texi, minibuf.texi, text.texi, variables.texi:
1473 Avoid @strong{Note:}.
1474
14752003-09-26 Richard M. Stallman <rms@gnu.org>
1476
1477 * keymaps.texi (Remapping Commands): Fix typo.
1478
41beda59
LT
14792003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
1480
1481 * processes.texi (Low-Level Network): Fix typo.
1482
ef6ae4ff
KS
14832003-09-23 Kim F. Storm <storm@cua.dk>
1484
1485 * processes.texi (Network, Network Servers): Fix typos.
1486 (Low-Level Network): Add timeout value for :server keyword.
1487 Add new option keywords to make-network-process.
1488 Add set-network-process-options.
1489 Explain how to test availability of network options.
1490
b0f23edf
RS
14912003-09-19 Richard M. Stallman <rms@gnu.org>
1492
1493 * text.texi (Motion by Indent): Arg to
1494 backward-to-indentation and forward-to-indentation is optional.
1495
1496 * strings.texi (Creating Strings): Add substring-no-properties.
1497
1498 * processes.texi
1499 (Process Information): Add list-processes arg QUERY-ONLY.
1500 Delete process-contact from here.
1501 Add new status values for process-status.
1502 Add process-get, process-put, process-plist, set-process-plist.
1503 (Synchronous Processes): Add call-process-shell-command.
1504 (Signals to Processes): signal-process allows process objects.
1505 (Network): Complete rewrite.
1506 (Network Servers, Datagrams, Low-Level Network): New nodes.
1507
1508 * positions.texi (Word Motion): forward-word, backward-word
1509 arg is optional. Reword.
1510
1511 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
1512
c22c5da6 1513 * variables.texi (Creating Buffer-Local):
b0f23edf
RS
1514 Delete duplicate definition of buffer-local-value.
1515 (File Local Variables): Explain about discarding text props.
1516
f387bdea
RS
15172003-09-11 Richard M. Stallman <rms@gnu.org>
1518
1519 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
1520 changes variables that record input events.
1521 (Minibuffer Misc): Add minibuffer-selected-window.
1522
1523 * lists.texi (Building Lists): Add copy-tree.
1524
1525 * display.texi (Fontsets): Add char-displayable-p.
1526 (Scroll Bars): New node.
1527
49247521 15282003-09-08 Lute Kamstra <lute@gnu.org>
5df034de
LK
1529
1530 * modes.texi (%-Constructs): Document new `%i' and `%I'
1531 constructs.
1532
fd026ee1
JR
15332003-09-03 Peter Runestig <peter@runestig.com>
1534
1535 * makefile.w32-in: New file.
1536
4828b4d7
RS
15372003-08-29 Richard M. Stallman <rms@gnu.org>
1538
1539 * display.texi (Overlay Properties): Clarify how priorities
1540 affect use of the properties.
1541
a4e4f05d
LT
15422003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
1543
1544 * customize.texi (Type Keywords): Correct the description of
1545 `:help-echo' in the case where `motion-doc' is a function.
1546
3ebe0346
JPW
15472003-08-14 John Paul Wallington <jpw@gnu.org>
1548
1549 * modes.texi (Emulating Mode Line): Subsection, not section.
1550
3afe8e39
RS
15512003-08-13 Richard M. Stallman <rms@gnu.org>
1552
1553 * elisp.texi (Top): Update subnode lists in menu.
1554
1555 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
1556 (Kill Functions): kill-region has new arg yank-handler.
1557 (Yanking): New node.
1558 (Yank Commands): Add yank-undo-function.
1559 (Low-Level Kill Ring):
1560 kill-new and kill-append have new arg yank-handler.
1561 (Changing Properties): Add remove-list-of-text-properties.
1562 (Atomic Changes): New node.
1563
1564 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
1565
1566 * streams.texi (Output Variables): Add eval-expression-print-length
1567 and eval-expression-print-level.
1568
1569 * os.texi (Time Conversion): For encode-time, explain limits on year.
1570
1571 * objects.texi (Character Type): Define anchor "modifier bits".
1572
1573 * modes.texi (Emulating Mode Line): New node.
1574 (Search-based Fontification): Font Lock uses font-lock-face property.
1575 (Other Font Lock Variables): Likewise.
1576
1577 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
1578 not vectors.
1579 (Active Keymaps): Add emulation-mode-map-alists.
1580 (Functions for Key Lookup): key-binding has new arg no-remap.
1581 (Remapping Commands): New node.
1582 (Scanning Keymaps): where-is-internal has new arg no-remap.
1583 (Tool Bar): Add tool-bar-local-item-from-menu.
1584 Clarify when to use tool-bar-add-item-from-menu.
1585
1586 * commands.texi (Interactive Call): commandp has new arg.
1587 (Command Loop Info): Add this-original-command.
1588
e37769b1
JPW
15892003-08-06 John Paul Wallington <jpw@gnu.org>
1590
1591 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
1592
1593 * display.texi (Warning Basics): Fix typo.
1594 (Fringes): Add closing curly bracket and fix typo.
1595
1596 * elisp.texi (Top): Fix typo.
1597
c5e0561f
RS
15982003-08-05 Richard M. Stallman <rms@gnu.org>
1599
1600 * elisp.texi: Update lists of subnodes.
1601
1602 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
1603
1604 * variables.texi (Local Variables): Use lc for example variable names.
1605
1606 * tips.texi (Library Headers): Explain where to put -*-.
1607
1608 * strings.texi (Creating Strings): Fix xref for vconcat.
1609
1610 * sequences.texi (Vector Functions):
1611 vconcat no longer allows integer args.
1612
1613 * minibuf.texi (Reading File Names): read-file-name has new
1614 arg PREDICATE. New function read-directory-name.
1615
1616 * macros.texi (Defining Macros): Give definition of `declare'
1617 (Indenting Macros): New node.
1618
1619 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
1620 (Window Frame Parameters): Make separate table of parameters
1621 that are coupled with specific face attributes.
1622 (Deleting Frames): delete-frame-hooks renamed to
1623 delete-frame-functions.
1624
1625 * files.texi (Magic File Names): Add file-remote-p.
1626 Clarify file-local-copy.
1627
1628 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
1629 here; instead xref Defining Macros.
1630
1631 * display.texi (Warnings): New node, and subnodes.
1632 (Fringes): New node.
1633
1634 * debugging.texi (Test Coverage): New node.
1635
1636 * compile.texi (Compiler Errors): Explain with-no-warnings
1637 and other ways to suppress warnings.
1638
1639 * commands.texi (Interactive Call): Minor clarification.
1640
1641 * buffers.texi (Buffer File Name): set-visited-file-name
1642 renames the buffer too.
1643
1644 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
1645
ee59dede
MR
16462003-07-24 Markus Rost <rost@math.ohio-state.edu>
1647
1648 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
1649
f0514b34
MR
16502003-07-22 Markus Rost <rost@math.ohio-state.edu>
1651
1652 * internals.texi (Garbage Collection): Fix previous change.
1653
c73983bb
RS
16542003-07-22 Richard M. Stallman <rms@gnu.org>
1655
1656 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
1657
1658 * display.texi (Width): Use \s syntax in example.
1659 (Font Selection): Add face-font-rescale-alist.
1660
1661 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
1662 Remove spurious indent in example.
1663
1664 * lists.texi (Building Lists): Add number-sequence.
1665
1666 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
1667
1668 * functions.texi (Function Documentation): Explain how to
1669 show calling convention explicitly in the doc string.
1670
1671 * windows.texi (Selecting Windows): save-selected-window saves
1672 selected window of each frame.
1673 (Window Configurations): Minor change.
1674
1675 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
1676
1677 * streams.texi (Output Variables): Add print-continuous-numbering
1678 and print-number-table.
1679
1680 * processes.texi (Decoding Output): New node.
1681
1682 * os.texi (Time Conversion): decode-time arg is optional.
1683
1684 * objects.texi (Character Type): Don't use space as example for \.
1685 Make list of char names and \-sequences correspond.
1686 Explain that \s is not used in strings. `\ ' needs space after.
1687
1688 * nonascii.texi (Converting Representations): Add string-to-multibyte.
1689 (Translation of Characters): Add translation-table-for-input.
1690 (Default Coding Systems): Add auto-coding-functions.
1691 (Explicit Encoding): Add decode-coding-inserted-region.
1692 (Locales): Add locale-info.
1693
1694 * minibuf.texi (Basic Completion): Describe test-completion.
1695 Collections can be lists of strings.
1696 Clean up lazy-completion-table.
1697 (Programmed Completion): Mention test-completion.
1698 Clarify why lambda expressions are not accepted.
1699 (Minibuffer Misc): Describe minibufferp.
1700
51a8b435
RS
17012003-07-14 Richard M. Stallman <rms@gnu.org>
1702
1703 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
1704
1705 * windows.texi (Selecting Windows): New arg to select-window.
1706 (Selecting Windows): Add with-selected-window.
1707 (Size of Window): Add window-inside-edges, etc.
1708
1709 * internals.texi (Garbage Collection): Add post-gc-hook.
1710
1711 * processes.texi (Subprocess Creation): Add exec-suffixes.
1712
1713 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
1714 (Scanning Keymaps): Add map-keymaps.
1715 (Defining Menus): Add keymap-prompt.
1716
1717 * numbers.texi (Integer Basics): Add most-positive-fixnum,
1718 most-negative-fixnum.
1719
1720 * compile.texi (Byte Compilation): Explain no-byte-compile
1721 (Compiler Errors): New node.
1722
1723 * os.texi (User Identification): user-uid, user-real-uid
1724 can return float.
1725
1726 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
1727 and about derived modes.
1728 (Minor Modes): Add minor-mode-list.
1729 (Defining Minor Modes): Keyword args for define-minor-mode.
1730 (Search-based Fontification): Explain managing other properties.
1731 (Other Font Lock Variables): Add font-lock-extra-managed-props.
1732 (Faces for Font Lock): Add font-locl-preprocessor-face.
1733 (Hooks): Add run-mode-hooks and delay-mode-hooks.
1734
1735 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
e57d0aa8 1736 (Variable Aliases): Clarify defvaralias.
51a8b435
RS
1737
1738 * loading.texi (Library Search): Add load-suffixes.
1739
1740 * minibuf.texi (Basic Completion): Add lazy-completion-table.
1741 (Programmed Completion): Add dynamic-completion-table.
1742
1743 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
1744 (Magic File Names): Specify precedence order of handlers.
1745o
1746 * commands.texi (Command Overview): Emacs server runs pre-command-hook
1747 and post-command-hook.
1748 (Waiting): New calling convention for sit-for.
1749
1750 * text.texi (Special Properties): local-map and keymap properties
1751 apply based on their stickiness.
1752
c6de56a0
RS
17532003-07-07 Richard M. Stallman <rms@gnu.org>
1754
1755 * modes.texi (Minor Mode Conventions): Specify only some kinds
1756 of list values as args to minor modes.
1757
1758 * files.texi (File Name Expansion): Warn about iterative use
1759 of substitute-in-file-name.
1760
1761 * advice.texi (Activation of Advice): Clean up previous change.
1762
8c761ea6
MR
17632003-07-06 Markus Rost <rost@math.ohio-state.edu>
1764
1765 * advice.texi (Activation of Advice): Note that ad-start-advice is
1766 turned on by default.
1767
c6de56a0
RS
17682003-06-30 Richard M. Stallman <rms@gnu.org>
1769
1770 * text.texi (Buffer Contents): Document current-word.
1771 (Change Hooks): Not called for *Messages*.
1772
1773 * functions.texi (Defining Functions): Explain about redefining
1774 primitives.
1775 (Function Safety): Renamed. Minor changes.
1776 Comment out the detailed criteria for what is safe.
1777
3fe4e567
AS
17782003-06-22 Andreas Schwab <schwab@suse.de>
1779
1780 * objects.texi (Symbol Type): Fix description of examples.
1781
cda7bd13
AS
17822003-06-16 Andreas Schwab <schwab@suse.de>
1783
1784 * hash.texi (Creating Hash): Fix description of :weakness.
1785
fbcffa4a
KG
17862003-06-13 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
1787
1788 * files.texi (Changing Files): copy-file copies file modes, too.
1789
ff6a3bfb
RS
17902003-05-28 Richard M. Stallman <rms@gnu.org>
1791
1792 * strings.texi (Creating Strings): Clarify split-string.
1793
1463a05d
JB
17942003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
1795
1796 * strings.texi (Creating Strings): Update split-string specification
1797 and examples.
1798
af253914
RS
17992003-05-19 Richard M. Stallman <rms@gnu.org>
1800
1801 * elisp.texi: Correct invariant section names.
1802
7ea52f92
RS
18032003-04-20 Richard M. Stallman <rms@gnu.org>
1804
1805 * os.texi (Timers): Explain about timers and quitting.
1806
e31afc09
RS
18072003-04-19 Richard M. Stallman <rms@gnu.org>
1808
1809 * internals.texi (Writing Emacs Primitives): Strings are
1810 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
1811 Explain GCPRO convention for varargs function args.
1812
5ceea398
RS
18132003-04-16 Richard M. Stallman <rms@gnu.org>
1814
1815 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
1816
b0ada147
RS
18172003-04-08 Richard M. Stallman <rms@gnu.org>
1818
1819 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
1820
b23375aa
KS
18212003-02-13 Kim F. Storm <storm@cua.dk>
1822
1823 * objects.texi (Character Type): New \s escape for space.
1824
c60ee5e7
JB
18252003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
1826
1827 * os.texi (System Environment): Added cygwin system-type.
1828
84e47416
RS
18292003-01-25 Richard M. Stallman <rms@gnu.org>
1830
1831 * keymaps.texi: Document that a symbol can act as a keymap.
1832
3e8cf2ea
RS
18332003-01-13 Richard M. Stallman <rms@gnu.org>
1834
1835 * text.texi (Changing Properties): Say string indices are origin-0.
1836
1837 * positions.texi (Screen Lines) <compute-motion>:
1838 Correct order of elts in return value.
1839
1840 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
1841 how to define a default binding.
1842
7abb9fc5 18432002-12-07 Markus Rost <rost@math.ohio-state.edu>
177f790c 1844
104bc3aa 1845 * loading.texi (Unloading): Fix recent change for load-history.
5b1fc152 1846
104bc3aa
MR
1847 * customize.texi (Simple Types): Clarify description of custom
1848 type 'number. Describe new custom type 'float.
177f790c 1849
7abb9fc5 18502002-12-04 Markus Rost <rost@math.ohio-state.edu>
24ff45f3
MR
1851
1852 * variables.texi (File Local Variables): Fix typo.
1853
df140a68 18542002-10-23 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
c60ee5e7 1855
df140a68
KG
1856 From Michael Albinus <Michael.Albinus@alcatel.de>.
1857
1858 * README: Target for Info file is `make info'.
1859
1860 * files.texi (File Name Components): Fixed typos in
1861 `file-name-sans-extension'.
1862 (Magic File Names): Complete list of operations for magic file
1863 name handlers.
1864
7ed9159a
JY
18652002-09-16 Jonathan Yavner <jyavner@engineer.com>
1866
1867 * variables.texi (File Local Variables): New function
1868 risky-local-variable-p.
1869
18702002-09-15 Jonathan Yavner <jyavner@engineer.com>
1871
1872 * functions.texi (Function safety): New node about unsafep.
1873
241f79af
PA
18742002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
1875
1876 * customize.texi (Splicing into Lists): Fixed example.
1877 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>
1878
72459b15
JB
18792002-06-17 Juanma Barranquero <lektu@terra.es>
1880
1881 * frames.texi (Display Feature Testing): Fix typo.
1882
61f7e0f5
AS
18832002-06-12 Andreas Schwab <schwab@suse.de>
1884
1885 * frames.texi (Initial Parameters, Resources): Fix references to
1886 the Emacs manual.
1887
4e792dbd
KS
18882002-05-13 Kim F. Storm <storm@cua.dk>
1889
1890 * variables.texi (Intro to Buffer-Local): Updated warning and
1891 example relating to changing buffer inside let.
1892
940344d4 18932002-03-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
d873ec96
JD
1894
1895 * os.texi (Session Management): New node about X Session management.
1896
231ac53b
EZ
18972002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
1898
1899 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
1900 to which the manual corresponds, and the copyright years.
1901
1902 * Makefile.in (VERSION): Set to 2.9.
1903
140cc574
EZ
19042001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
1905
1906 * elisp.texi: Change the category in @dircategory to "Emacs", to
1907 make it consistent with info/dir.
1908
9c7fce05
MB
19092001-11-25 Miles Bader <miles@gnu.org>
1910
1911 * text.texi (Fields): Describe new `limit' arg in
1912 field-beginning/field-end.
1913
9f8bbf0f
EZ
19142001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
1915
a5e6715c
EZ
1916 * permute-index: Don't depend on csh-specific features. Replace
1917 the interpreter name with /bin/sh.
1918
9f8bbf0f
EZ
1919 * two-volume-cross-refs.txt: New file.
1920 * two.el: New file.
1921 * spellfile: New file.
1922
1756e2fb
EZ
19232001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
1924
1925 * permute-index: New file.
1926
1927 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
1928 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
1929 8+3 restricted namespace.
ad050e54
EZ
1930
1931 * Makefile.in (infodir): Define relative to $(srcdir).
1932 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
1933 include directories list via -I switch to makeinfo.
1934 (index.texi): Use cp if both hard and symbolic links fail.
1935
10fa7f8e
EZ
19362001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
1937
7a1494ce
EZ
1938 * Makefile.in (distclean): Add.
1939
10fa7f8e
EZ
1940 The following changes make ELisp manual part of the Emacs
1941 distribution:
1942
1943 * Makefile.in: Add Copyright notice.
1944 (prefix): Remove.
1945 (infodir): Change value to "../info".
1946 (VPATH): New variable.
1947 (MAKE): Don't define.
1948 (texmacrodir): Don't define.
1949 (texinputdir): Append the existing value of TEXINPUTS.
1950 ($(infodir)/elisp): Instead of just "elisp". Reformat the
1951 command to be compatible with man/Makefile.in, and to put the
1952 output into ../info.
5c32b7c5 1953 (info): Add target.
10fa7f8e
EZ
1954 (installall): Target removed.
1955
ad050e54 19562001-10-31 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2b209b97
PJ
1957
1958 * tips.texi (Coding Conventions): Fix typo.
1959
6fd735df
GM
19602001-10-23 Gerd Moellmann <gerd@gnu.org>
1961
1962 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
1963
b704d54b
EZ
19642001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
1965
1966 * files.texi (File Name Components): Update the description of
1967 file-name-sans-extension and file-name-extension, as they now
1968 ignore leading dots.
1969
71431a0e
GM
19702001-10-20 Gerd Moellmann <gerd@gnu.org>
1971
6aa97356 1972 * (Version 21.1 released.)
71431a0e 1973
79f1f96c
MB
19742001-10-19 Miles Bader <miles@gnu.org>
1975
1976 * positions.texi (Text Lines): Describe behavior of
1977 `beginning-of-line'/`end-of-line' in the presence of field properties.
1978
892a8f36
GM
19792001-10-17 Gerd Moellmann <gerd@gnu.org>
1980
1981 * Makefile.in (VERSION): Set to 2.8.
1982 (manual): Use `manual-21'.
1983
8c1cc9e8 1984 * elisp.texi (VERSION): Add and use it where the version
892a8f36
GM
1985 number was used. Set it to 2.8.
1986
1987 * intro.texi: Likewise.
1988
51724e26
EZ
19892001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
1990
1991 * files.texi (File Name Completion): Document the significance of
1992 a trailing slash in elements of completion-ignored-extensions.
1993
57b338e8
MB
19942001-10-06 Miles Bader <miles@gnu.org>
1995
1996 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
1997
c89e4bc5
GM
19982001-10-04 Gerd Moellmann <gerd@gnu.org>
1999
2000 * variables.texi (Variable Aliases): New node.
2001
ab952a4f
GM
20022001-10-04 Gerd Moellmann <gerd@gnu.org>
2003
2004 * Branch for 21.1.
dff28924 2005
9db3a582
MB
20062001-10-02 Miles Bader <miles@gnu.org>
2007
ae1a9581
MB
2008 * minibuf.texi (Minibuffer Misc): Add entries for
2009 `minibuffer-contents', `minibuffer-contents-no-properties', and
2010 `delete-minibuffer-contents'.
2011 Correct description for `minibuffer-prompt-end'.
2012
9db3a582
MB
2013 * text.texi (Property Search): Correct descriptions of
2014 `next-char-property-change' and `previous-char-property-change'.
2015 Add entries for `next-single-char-property-change' and
2016 `previous-single-char-property-change'.
2017 Make operand names a bit more consistent.
2018
03be5931
EZ
20192001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
2020
2021 * frames.texi (Finding All Frames): Document that next-frame and
2022 previous-frame are local to current terminal.
2023
974548ec
EZ
20242001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
2025
2026 * keymaps.texi (Creating Keymaps): Fix the description of the
dff28924 2027 result of make-keymap.
974548ec 2028
8d82c597
EZ
20292001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
2030
2031 * display.texi (Font Lookup, Attribute Functions)
2032 (Image Descriptors): Add cross-references to the definition of
2033 selected frame.
2034
2035 * buffers.texi (The Buffer List): Add cross-references to the
2036 definition of selected frame.
2037
2038 * frames.texi (Input Focus): Clarify which frame is _the_ selected
2039 frame at any given time.
2040 (Multiple Displays, Size and Position): Add a cross-reference to
2041 the definition of the selected frame.
2042
2842de30
EZ
20432001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
2044
2045 * strings.texi (String Conversion) <string-to-number>: Document
2046 that a float is returned for integers that are too large.
2047
2048 * frames.texi (Mouse Position): Document mouse-position-function.
2049 (Display Feature Testing): Document display-images-p.
2050 (Window Frame Parameters): Document the cursor-type variable.
2051
2052 * numbers.texi (Integer Basics): Document CL style read syntax for
2053 integers in bases other than 10.
2054
2055 * positions.texi (List Motion): Document
2056 open-paren-in-column-0-is-defun-start.
2057
2058 * lists.texi (Sets And Lists): Document member-ignore-case.
2059
2060 * internals.texi (Garbage Collection): Document the used and free
2061 strings report.
2062 (Memory Usage): Document strings-consed.
2063
2064 * os.texi (Time of Day): Document float-time.
2065 (Recording Input): Document that clear-this-command-keys clears
2066 the vector to be returned by recent-keys.
2067
2068 * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
2069 argument keymap can be a list.
2070
2071 * nonascii.texi (User-Chosen Coding Systems)
2072 <select-safe-coding-system>: Document the new argument
2073 accept-default-p and the variable
2074 select-safe-coding-system-accept-default-p. Tell what happens if
2075 buffer-file-coding-system is undecided.
2076 (Default Coding Systems): Document auto-coding-regexp-alist.
2077
2078 * display.texi (The Echo Area) <message>: Document
2079 message-truncate-lines.
2080 (Glyphs): Document that the glyph table is unused on windowed
2081 displays.
2082
2083 * help.texi (Describing Characters) <single-key-description>:
2084 Document the new argument no-angles.
2085 (Accessing Documentation) <documentation-property>: Document that
2086 a non-string property is evaluated.
2087 <documentation>: Document that the function-documentation property
2088 is looked for.
2089
2090 * windows.texi (Selecting Windows): Document some-window.
2091
2092 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
2093
2094 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
2095 apropos-mode-hook.
2096
2097 * commands.texi (Using Interactive): Document interactive-form.
2098 (Keyboard Macros): Document kbd-macro-termination-hook.
2099 (Command Loop Info): Document that clear-this-command-keys clears
2100 the vector to be returned by recent-keys.
2101
2d43d823
GM
21022001-09-04 Werner LEMBERG <wl@gnu.org>
2103
2104 * Makefile.in (srcdir, texinputdir): New variables.
2105 (srcs, index.texi, install): Use $(srcdir).
2106 (.PHONY): Remove elisp.dvi.
2107 (elisp): Use -I switch for makeinfo.
2108 (elisp.dvi): Use $(srcdir) and $(texinputdir).
2109 (installall, dist): Use $(srcdir).
2110 Fix path to texinfo.tex.
2111 (maintainer-clean): Add elisp.dvi and elisp.oaux.
2112
fa739b31
GM
21132001-08-30 Gerd Moellmann <gerd@gnu.org>
2114
92a25631
GM
2115 * display.texi (Conditional Display): Adjust to API change.
2116
fa739b31
GM
2117 * configure: New file.
2118
cef68af5
GM
21192001-07-30 Gerd Moellmann <gerd@gnu.org>
2120
2121 * commands.texi (Repeat Events): Add description of
2122 double-click-fuzz.
2123
d1f08d85
SM
21242001-05-08 Stefan Monnier <monnier@cs.yale.edu>
2125
2126 * syntax.texi (Syntax Class Table): Add the missing designator for
2127 comment and string fences.
2128 (Syntax Properties): Add a xref to syntax table internals.
2129 (Syntax Table Internals): Document string-to-syntax.
2130
1e9fc92e
GM
21312001-05-07 Gerd Moellmann <gerd@gnu.org>
2132
2133 * Makefile.in (install): Use install-info command line options
2134 like in Emacs' Makefile.in.
2135
00480554
MB
21362000-12-09 Miles Bader <miles@gnu.org>
2137
2138 * windows.texi (Window Start): Update documentation for
2139 `pos-visible-in-window-p'.
2140
1e344ee2
SM
21412000-11-12 Stefan Monnier <monnier@cs.yale.edu>
2142
2143 * lists.texi (Building Lists): Add footnote to explain how to add
2144 to the end of a list.
2145
a540f6ed
GM
21462000-10-25 Gerd Moellmann <gerd@gnu.org>
2147
2148 * files.texi (Visiting Functions): Typos.
2149
28bcdbee
KH
21502000-10-25 Kenichi Handa <handa@etl.go.jp>
2151
2152 * files.texi (Visiting Functions): Return value of
2153 find-file-noselect may be a list of buffers if wildcards are used.
2154
22d1a4ed
MB
21552000-10-24 Miles Bader <miles@lsi.nec.co.jp>
2156
2157 * display.texi (Defining Faces): Document `graphic' display type
2158 in face specs.
2159
916a89db
KG
21602000-10-18 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2161
1e9fc92e 2162 * hooks.texi (Standard Hooks): Replace obsolete
916a89db
KG
2163 `after-make-frame-hook' with `after-make-frame-functions'.
2164
1e9fc92e 2165 * frames.texi (Creating Frames): Ditto.
916a89db 2166
1e9fc92e 2167 * variables.texi (Future Local Variables): Ditto.
916a89db 2168
483de32b
GM
21692000-10-16 Gerd Moellmann <gerd@gnu.org>
2170
2171 * display.texi (Other Image Types): Add description of :foreground
2172 and :background properties of mono PBM images.
2173
e23a63a5
WL
21742000-08-17 Werner LEMBERG <wl@gnu.org>
2175
2176 * .cvsignore: New file.
2177
dfc16043
GM
21782000-01-05 Gerd Moellmann <gerd@gnu.org>
2179
2180 * tindex.pl: New script.
2181
602613fe
DL
21821999-12-03 Dave Love <fx@gnu.org>
2183
2184 * Makefile.in (MAKEINFO): New parameter.
2185
94ec544d
DL
21861999-09-17 Richard Stallman <rms@gnu.org>
2187
2188 * Makefile.in (srcs): Add hash.texi.
2189 (VERSION): Update to 20.6.
2190
21911999-09-13 Richard Stallman <rms@gnu.org>
2192
2193 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
2194
21951998-08-29 Karl Heuer <kwzh@gnu.org>
2196
2197 * configure.in: New file.
2198 * Makefile.in: Renamed from Makefile.
2199 (prefix, infodir): Use value obtained from configure.
2200 (emacslibdir): Obsolete variable deleted.
2201 (dist): Distribute configure.in, configure, Makefile.in.
2202
22031998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
2204
2205 * Makefile (INSTALL_INFO): New variable.
2206 (install): Run install-info.
2207
22081998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
2209
2210 * Makefile (elisp.dvi): Add missing backslash.
2211
22121998-05-02 Richard Stallman <rms@psilocin.gnu.org>
2213
2214 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
2215 Run texindex without `./'. Always run texindex on elisp.tp.
2216 (elisp.tps): Target deleted.
2217
22181998-04-05 Richard Stallman <rms@psilocin.gnu.org>
2219
2220 * Makefile (srcs): Add nonascii.texi and customize.texi.
2221 (dist): Start by deleting `temp'.
2222
22231998-02-17 Richard Stallman <rms@psilocin.gnu.org>
2224
2225 * Makefile (makeinfo, texindex): Targets deleted.
2226 (makeinfo.o, texindex.o): Targets deleted.
2227 (clean, dist): Don't do anything with them or with getopt*.
2228
22291998-01-30 Richard Stallman <rms@psilocin.gnu.org>
2230
2231 * Makefile (SHELL): Defined.
2232
22331998-01-27 Richard Stallman <rms@psilocin.gnu.org>
2234
2235 * Makefile (elisp.tps): New target.
2236 (elisp.dvi): Depend on elisp.tps.
2237
2238Wed Apr 3 15:24:25 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
2239
2240 * README: Update phone number.
2241
2242 * Makefile (elisp): Make this be the default target.
2243 Depend on makeinfo.c instead of makeinfo.
2244 (install): Don't depend on elisp.dvi, since we don't install that.
2245 Use mkinstalldirs.
2246 (dist): Add mkinstalldirs.
2247
2248Mon Jun 19 14:35:26 1995 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2249
2250 * Makefile (VERSION): Update version number.
2251 (maintainer-clean): Renamed from realclean.
2252
2253Wed Jun 7 17:04:59 1995 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
2254
2255 * Makefile (realclean): New target.
2256 (elisp): Remove any old elisp-* files first.
2257
2258Tue Nov 23 19:59:40 1993 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
2259
d1f08d85
SM
2260 * Makefile (VERSION): New variable.
2261 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
2262 Compressed file suffix should be `.gz', not `.z'.
94ec544d
DL
2263
2264Mon Nov 22 15:06:19 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2265
2266 * Makefile (elisp): Depend on makeinfo.
2267
2268Fri Nov 19 02:29:33 1993 Noah Friedman (friedman@gnu.ai.mit.edu)
2269
d1f08d85 2270 * Makefile (srcs): Add anti.texi.
94ec544d
DL
2271
2272Fri May 28 18:04:53 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2273
2274 * Makefile (infodir, prefix): New vars.
2275 (install): Use infodir.
2276 (emacsinfodir): Deleted.
2277
2278Thu May 27 02:11:25 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2279
2280 * Makefile (srcs): Add calendar.texi.
2281
2282 * Makefile (dist): Copy texindex.c and makeinfo.c.
2283 Limit elisp-* files to those with one or two digits.
2284
2285Sun May 16 17:58:21 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
2286
2287 * Makefile (dist): Changed to use Gzip instead of compress.
2288
2289Fri Apr 23 01:05:23 1993 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
2290
2291 * loading.texi (Unloading): define-function changed back to
2292 defalias. It may not stay this way, but at least it's
2293 consistent with the known-good version of the code patch.
2294
2295Fri Mar 26 21:14:54 1993 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
2296
2297 * modes.texi (Hooks): Document new optional arg of add-hook.
2298
2299Wed Mar 17 08:48:24 1993 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
2300
d1f08d85 2301 * variables.texi: Document nil initial value of buffer-local variables.
94ec544d
DL
2302
2303 * tips.texi: Add new section on standard library headers.
2304
2305Sat Feb 27 18:00:25 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
2306
2307 * Makefile (srcs): Add frame.texi to the list of sources.
2308
2309Tue Feb 23 10:50:25 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
2310
2311 * Makefile (dist): Don't bother excluding autosave files; they'll
2312 never make it into the temp directory anyway, and the hash marks
2313 in the name are problematic for make and the Bourne shell.
dff28924 2314 (srcs):
94ec544d
DL
2315
2316Fri Feb 12 16:54:38 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
2317
d1f08d85 2318 * Makefile (dist): Don't include backup files or autosave files in
94ec544d
DL
2319 the distribution tar file.
2320
dff28924 2321Tue Nov 26 21:10:34 1991 Richard Stallman (rms@mole.gnu.ai.mit.edu)
94ec544d
DL
2322
2323 * Makefile (srcs): Added index.perm.
2324 (elisp.dvi): Remove erroneous shell comment.
2325 Expect output of permute-index in permuted.fns.
2326 Save old elisp.aux in elisp.oaux.
2327 (clean): Added index.texi to be deleted.
2328
dff28924 2329Sat Aug 11 17:39:10 1990 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
94ec544d
DL
2330
2331 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
2332
dff28924 2333Tue Jun 26 09:57:26 1990 David Lawrence (tale@geech)
94ec544d
DL
2334
2335 * files.texi: Noted that completion-ignored-extensions is ignored
2336 when making *Completions*.
2337
2338Fri Jun 8 16:44:44 EDT 1990 Jay Fenlason (hack@ai.mit.edu)
2339
2340 * Makefile make dist now depends on elisp.dvi, since it tries
2341 to include it in the dist file.
2342
dff28924 2343Wed Mar 28 22:57:35 1990 Jim Kingdon (kingdon@mole.ai.mit.edu)
94ec544d
DL
2344
2345 * functions.texinfo (Mapping Functions): Add missing quote
2346
dff28924 2347Mon Jun 19 18:09:24 1989 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
94ec544d
DL
2348
2349 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
2350 (defunargs): Turn off \hyphenchar of \sl font temporarily.
2351
dff28924 2352Wed May 10 18:01:17 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
2353
2354 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
2355 and @error{} are the terms now being used. The files in the
2356 directory have been changed to reflect this.
2357
d1f08d85 2358 * All instances of @indentedresultt{} have been changed to
94ec544d
DL
2359 ` @result{}', using 5 spaces at the begining of the line.
2360
dff28924 2361Mon Apr 24 21:02:55 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
2362
2363 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
2364 experimental @indentedresult{}, @indentedexpandsto{} are part of
2365 the texinfo.tex in this directory. These TeX macros are not
2366 stable yet.
2367
dff28924 2368Mon Apr 17 18:56:50 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
2369
2370 * texinfo.tex: temporarily added
d1f08d85 2371 \let\result=\dblarrow
94ec544d
DL
2372 \def\error{{\it ERROR} \longdblarrow}
2373 We need to do this better soon.
2374
dff28924 2375Tue Apr 11 12:23:28 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
2376
2377 * Applied Karl Berry's patches to *.texinfo files, but not to
2378 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
2379 new title page format is also not applied, since it requires
2380 texinfo.tex changes.)
2381
2382 * Cleaned up `Makefile' and defined the `emacslibdir' directory
2383 for the Project GNU development environment.
2384
ad050e54 2385;; Local Variables:
fd026ee1 2386;; coding: iso-2022-7bit
ad050e54 2387;; End:
2a34a036
GM
2388
2389 Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
2390 Copying and distribution of this file, with or without modification,
2391 are permitted provided the copyright notice and this notice are preserved.
ab5796a9
MB
2392
2393;;; arch-tag: 985ae0ce-df29-475b-b3f8-4bbcbf6f7fda