*** empty log message ***
[bpt/emacs.git] / lispref / ChangeLog
1 2004-11-06 Eli Zaretskii <eliz@gnu.org>
2
3 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
4 it nukes elisp-cover.texi.
5 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
6 elisp-0 etc.
7
8 2004-11-05 Luc Teirlinck <teirllm@auburn.edu>
9
10 * commands.texi (Keyboard Macros): Document `append' return value
11 of `defining-kbd-macro'.
12
13 2004-11-01 Richard M. Stallman <rms@gnu.org>
14
15 * commands.texi (Interactive Call): Add called-interactively-p.
16
17 2004-10-29 Simon Josefsson <jas@extundo.com>
18
19 * minibuf.texi (Reading a Password): Revert.
20
21 2004-10-28 Richard M. Stallman <rms@gnu.org>
22
23 * frames.texi (Display Feature Testing): Explain about "vendor".
24
25 2004-10-27 Richard M. Stallman <rms@gnu.org>
26
27 * commands.texi (Interactive Codes): `N' uses numeric prefix,
28 not raw. Clarify `n'.
29 (Interactive Call): Rewrite interactive-p, focusing on when
30 and how to use it.
31 (Misc Events): Clarify previous change.
32
33 * advice.texi (Simple Advice): Clarify what job the example does.
34 (Around-Advice): Clarify ad-do-it.
35 (Activation of Advice): An option of ad-default-compilation-action
36 is `never', not `nil'.
37
38 2004-10-26 Kim F. Storm <storm@cua.dk>
39
40 * commands.texi (Interactive Codes): Add U code letter.
41
42 2004-10-25 Simon Josefsson <jas@extundo.com>
43
44 * minibuf.texi (Reading a Password): Add.
45
46 2004-10-24 Jason Rumney <jasonr@gnu.org>
47
48 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
49 and wheel-down.
50
51 2004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
52
53 * processes.texi (Synchronous Processes): Document process-file.
54
55 2004-10-22 Kenichi Handa <handa@m17n.org>
56
57 * text.texi (translate-region): Document that it accepts also a
58 char-table.
59
60 2004-10-22 David Ponce <david@dponce.com>
61
62 * windows.texi (Resizing Windows): Document the `preserve-before'
63 argument of the functions `enlarge-window' and `shrink-window'.
64
65 2004-10-19 Jason Rumney <jasonr@gnu.org>
66
67 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
68
69 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
70
71 * text.texi (Filling): Add anchor for definition of
72 `sentence-end-double-space'.
73
74 * searching.texi (Regexp Example): Update description of how
75 Emacs currently recognizes the end of a sentence.
76 (Standard Regexps): Update definition of the variable
77 `sentence-end'. Add definition of the function `sentence-end'.
78
79 2004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
80
81 * display.texi (Progress): New node.
82
83 2004-10-05 Kim F. Storm <storm@cua.dk>
84
85 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
86
87 2004-09-29 Kim F. Storm <storm@cua.dk>
88
89 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
90 to identify bitmaps. Remove -fringe-bitmap suffix for standard
91 fringe bitmap symbols, as they now have their own namespace.
92 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
93 vs. pixels. Signal error if no free bitmap slots.
94 (Pixel Specification): Change IMAGE to @var{image}.
95
96 2004-09-28 Richard M. Stallman <rms@gnu.org>
97
98 * text.texi (Special Properties): Clarify line-spacing and line-height.
99
100 * searching.texi (Regexp Search): Add looking-back.
101
102 2004-09-25 Luc Teirlinck <teirllm@auburn.edu>
103
104 * display.texi: Correct typos.
105 (Image Descriptors): Correct xref's.
106
107 2004-09-25 Richard M. Stallman <rms@gnu.org>
108
109 * text.texi (Special Properties): Cleanups in `cursor'.
110 Rewrites in `line-height' and `line-spacing'; exchange them.
111
112 * display.texi (Fringes): Rewrite previous change.
113 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
114 (Display Fringe Bitmaps): Node deleted, text moved.
115 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
116 (Scroll Bars): Clarify set-window-scroll-bars.
117 (Pointer Shape): Rewrite.
118 (Specified Space): Clarify :align-to, etc.
119 (Pixel Specification): Use @var. Clarify new text.
120 (Other Display Specs): Clarify `slice'.
121 (Image Descriptors): Cleanups.
122 (Showing Images): Cleanups.
123
124 2004-09-24 Luc Teirlinck <teirllm@auburn.edu>
125
126 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
127
128 * modes.texi: Various minor changes in addition to:
129 (Major Mode Conventions): Final call to `run-mode-hooks' should
130 not be inside the `delay-mode-hooks' form.
131 (Mode Hooks): New node.
132 (Hooks): Delete obsolete example.
133 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
134 node "Mode Hooks".
135
136 2004-09-22 Luc Teirlinck <teirllm@auburn.edu>
137
138 * display.texi: Correct various typos.
139 (Display): Rename node "Pointer Shapes" to "Pointer
140 Shape". (There is already a node called "Pointer Shapes" in
141 frames.texi.)
142 (Images): Remove non-existent node "Image Slices" from menu.
143
144 2004-09-23 Kim F. Storm <storm@cua.dk>
145
146 * text.texi (Special Properties): Add `cursor', `pointer',
147 `line-height', and `line-spacing' properties.
148
149 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
150 Shapes' to menu.
151 (Standard Faces): Doc fix for fringe face.
152 (Fringes): Add `overflow-newline-into-fringe' and
153 'indicate-buffer-boundaries'.
154 (Fringe Bitmaps, Pointer Shapes): New nodes.
155 (Display Property): Add 'Pixel Specification' and 'Display Fringe
156 Bitmaps' to menu.
157 (Specified Space): Describe pixel width and height.
158 (Pixel Specification): New node.
159 (Other Display Specs): Add `slice' property.
160 (Display Fringe Bitmaps): New node.
161 (Images): Add 'Image Slices' to menu.
162 (Image Descriptors): Add `:pointer' and `:map' properties.
163 (Showing Images): Add slice arg to `insert-image'. Add
164 'insert-sliced-image'.
165
166 2004-09-20 Richard M. Stallman <rms@gnu.org>
167
168 * commands.texi (Key Sequence Input):
169 Clarify downcasing in read-key-sequence.
170
171 2004-09-08 Juri Linkov <juri@jurta.org>
172
173 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
174
175 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
176
177 * locals.texi (Standard Buffer-Local Variables): Add
178 `buffer-auto-save-file-format'.
179 * internals.texi (Buffer Internals): Describe new
180 auto_save_file_format field of the buffer structure.
181 * files.texi (Format Conversion): `auto-save-file-format' has been
182 renamed `buffer-auto-save-file-format'.
183
184 2004-08-27 Luc Teirlinck <teirllm@auburn.edu>
185
186 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
187 an integer or a marker.
188 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
189
190 2004-08-22 Richard M. Stallman <rms@gnu.org>
191
192 * modes.texi (Major Mode Conventions): Discuss rebinding of
193 standard key bindings.
194
195 2004-08-18 Kim F. Storm <storm@cua.dk>
196
197 * processes.texi (Accepting Output): Add `just-this-one' arg to
198 `accept-process-output'.
199 (Output from Processes): New var `process-adaptive-read-buffering'.
200
201 2004-08-10 Luc Teirlinck <teirllm@auburn.edu>
202
203 * keymaps.texi: Various changes in addition to:
204 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
205 Give more varied examples for `kbd'.
206 (Creating Keymaps): Char tables have slots for all characters
207 without modifiers.
208 (Active Keymaps): `overriding-local-map' and
209 `overriding-terminal-local-map' also override text property and
210 overlay keymaps.
211 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
212 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
213 to denote a prefix of no events.
214 `map-keymap' includes parent's bindings _recursively_.
215 Clarify and correct description of `where-is-internal'.
216 Mention BUFFER-OR-NAME arg to `describe-bindings'.
217 (Menu Example): For menus intended for use with the keyboard, the
218 menu items should be bound to characters or real function keys.
219
220 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
221
222 * objects.texi (Character Type): Reposition `@anchor' to prevent
223 double space inside sentence in Info.
224
225 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
226 renamed to `disabled-command-function'.
227 * commands.texi (Key Sequence Input): Remove unnecessary anchor,
228 (Command Loop Info): Replace reference to it.
229 (Disabling Commands): `disabled-command-hook' has been renamed to
230 `disabled-command-function'.
231
232 2004-08-07 Luc Teirlinck <teirllm@auburn.edu>
233
234 * os.texi (Translating Input): Only non-prefix bindings in
235 `key-translation-map' override actual key bindings. Warn about
236 possible indirect effect of actual key bindings on non-prefix
237 bindings in `key-translation-map'.
238
239 2004-08-06 Luc Teirlinck <teirllm@auburn.edu>
240
241 * minibuf.texi (High-Level Completion): Add anchor for definition
242 of `read-variable'.
243
244 * commands.texi: Various changes in addition to:
245 (Using Interactive): Clarify description of `interactive-form'.
246 (Interactive Call): Mention default for KEYS argument to
247 `call-interactively'.
248 (Command Loop Info): Clarify description of `this-command-keys'.
249 Mention KEEP-RECORD argument to `clear-this-command-keys'.
250 Value of `last-event-frame' can be `macro'.
251 (Repeat Events): `double-click-fuzz' is also used to distinguish
252 clicks and drags.
253 (Classifying Events): Clarify descriptions of `event-modifiers'
254 `event-basic-type' and `event-convert-list'.
255 (Accessing Events): `posn-timestamp' takes POSITION argument.
256 (Quoted Character Input): Clarify description of
257 `read-quoted-char' and fix example.
258 (Quitting): Add `with-local-quit'.
259 (Disabling Commands): Correct and clarify descriptions of
260 `enable-command' and `disable-command'.
261 Mention what happens if `disabled-command-hook' is nil.
262 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
263 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
264
265 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
266
267 * frames.texi: Various changes in addition to:
268 (Creating Frames): Expand and clarify description of `make-frame'.
269 (Window Frame Parameters): Either none or both of the `icon-left'
270 and `icon-top' parameters must be specified. Put descriptions of
271 `menu-bar-lines' and `toolbar-lines' closer together and change
272 them accordingly.
273 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
274 except while processing `frame-title-format' or `icon-title-format'.
275 (Deleting Frames): Correct description of `delete-frame'.
276 Non-nil return values of `frame-live-p' are like those of `framep'.
277 (Frames and Windows): mention return value of
278 `set-frame-selected-window'.
279 (Visibility of Frames): Mention `force' argument to
280 `make-frame-invisible'. `frame-visible-p' returns t for all
281 frames on text-only terminals.
282 (Frame Configurations): Restoring a frame configuration does not
283 restore deleted frames.
284 (Window System Selections): `x-set-selection' returns DATA.
285 (Resources): Add example.
286 (Display Feature Testing): Clarify descriptions of
287 `display-pixel-height', `display-pixel-width', `x-server-version'
288 and `x-server-vendor'.
289
290 * windows.texi (Choosing Window): Add anchor.
291 * minibuf.texi (Minibuffer Misc): Add anchor.
292
293 2004-07-23 John Paul Wallington <jpw@gnu.org>
294
295 * macros.texi (Defining Macros): Declaration keyword for setting
296 Edebug spec is `debug' not `edebug'.
297
298 2004-07-19 Luc Teirlinck <teirllm@auburn.edu>
299
300 * windows.texi: Various small changes in addition to:
301 (Window Point): Mention return value of `set-window-point'.
302 (Window Start): `pos-visible-in-window-p' disregards horizontal
303 scrolling. Explain return value if PARTIALLY is non-nil.
304 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
305 and `set-window-vscroll'.
306 (Size of Window): The argument WINDOW to `window-inside-edges',
307 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
308 (Resizing Windows): Explain return value of
309 `shrink-window-if-larger-than-buffer'.
310 `window-size-fixed' automatically becomes buffer local when set.
311 (Window Configurations): Explain return value of
312 `set-window-configuration'.
313
314 * minibuf.texi (Minibuffer Misc): Add anchor for
315 `minibuffer-scroll-window'.
316
317 * positions.texi (Text Lines): Add anchor for `count-lines'.
318
319 2004-07-17 Richard M. Stallman <rms@gnu.org>
320
321 * display.texi (Overlay Properties): Adding `evaporate' prop
322 deletes empty overlay immediately.
323
324 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
325 fix example.
326
327 2004-07-16 Jim Blandy <jimb@redhat.com>
328
329 * searching.texi (Regexp Backslash): Document new \_< and \_>
330 operators.
331
332 2004-07-16 Juanma Barranquero <lektu@terra.es>
333
334 * display.texi (Images): Fix Texinfo usage.
335
336 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
337
338 * buffers.texi (Modification Time): `visited-file-modtime' now
339 returns a list of two integers, instead of a cons.
340
341 2004-07-13 Luc Teirlinck <teirllm@auburn.edu>
342
343 * windows.texi: Various changes in addition to:
344 (Splitting Windows): Add `split-window-keep-point'.
345
346 2004-07-09 Richard M. Stallman <rms@gnu.org>
347
348 * frames.texi (Input Focus): Minor fix.
349
350 2004-07-07 Luc Teirlinck <teirllm@auburn.edu>
351
352 * frames.texi (Input Focus): Clarify descriptions of
353 `select-frame-set-input-focus' and `select-frame'.
354
355 2004-07-06 Luc Teirlinck <teirllm@auburn.edu>
356
357 * os.texi: Various small changes in addition to:
358 (Killing Emacs): Expand and clarify description of
359 `kill-emacs-query-functions' and `kill-emacs-hook'.
360 (System Environment): Expand and clarify description of `getenv'
361 and `setenv'.
362 (Timers): Clarify description of `run-at-time'.
363 (Translating Input): Correct description of
364 `extra-keyboard-modifiers'.
365 (Flow Control): Correct description of `enable-flow-control'.
366
367 2004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
368
369 * os.texi: Update copyright.
370 (Session Management): Grammar fix.
371 Clarify which Emacs does the restarting.
372 Use @samp for *scratch* buffer.
373
374 2004-07-04 Alan Mackenzie <acm@muc.de>
375
376 * frames.texi (Input Focus): Add documentation for
377 `select-frame-set-input-focus'. Replace refs to non-existent
378 `switch-frame' with `select-frame'. Minor corrections and tidying
379 up of text-only terminal stuff.
380
381 2004-07-02 Richard M. Stallman <rms@gnu.org>
382
383 * files.texi (Saving Buffers): Cleanup write-contents-function.
384 (Magic File Names): Cleanup file-remote-p.
385
386 2004-07-02 Kai Grossjohann <kai@emptydomain.de>
387
388 * files.texi (Magic File Names): `file-remote-p' returns an
389 identifier of the remote system, not just t.
390
391 2004-07-02 David Kastrup <dak@gnu.org>
392
393 * searching.texi (Entire Match Data): Add explanation about new
394 match-data behavior when @var{integers} is non-nil.
395
396 2004-06-24 Richard M. Stallman <rms@gnu.org>
397
398 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
399
400 * customize.texi (Variable Definitions): Note about doc strings
401 and :set.
402
403 * keymaps.texi (Keymap Terminology): Document `kbd'.
404 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
405
406 * display.texi (Invisible Text): Setting buffer-invisibility-spec
407 makes it buffer-local.
408
409 * files.texi (Saving Buffers): Correct previous change.
410
411 * commands.texi (Accessing Events):
412 Clarify posn-col-row and posn-actual-col-row.
413
414 2004-06-24 David Ponce <david.ponce@wanadoo.fr>
415
416 * commands.texi (Accessing Events): New functions
417 posn-at-point and posn-at-x-y. Add example to posn-x-y.
418
419 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
420
421 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
422 * frames.texi, buffers.texi, backups.texi, variables.texi:
423 * loading.texi, eval.texi, functions.texi, control.texi:
424 * symbols.texi, minibuf.texi: Reposition @anchor's.
425
426 * help.texi: Various small changes in addition to the following.
427 (Describing Characters): Describe PREFIX argument to
428 `key-description'. Correct and clarify definition of
429 `text-char-description'. Describe NEED-VECTOR argument to
430 `read-kbd-macro'.
431 (Help Functions): Clarify definition of `apropos'.
432
433 2004-06-23 Lars Hansen <larsh@math.ku.dk>
434
435 * files.texi (Saving Buffers): Correct description of
436 `write-contents-functions'.
437
438 2004-06-21 Juanma Barranquero <lektu@terra.es>
439
440 * display.texi (Images): Remove redundant @vindex directives.
441 Rewrite `image-library-alist' doc in active voice.
442
443 2004-06-14 Juanma Barranquero <lektu@terra.es>
444
445 * display.texi (Images): Document new delayed library loading,
446 variable `image-library-alist' and (existing but undocumented)
447 function `image-type-available-p'.
448
449 2004-06-05 Richard M. Stallman <rms@gnu.org>
450
451 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
452 refer the user to the Initial Input node.
453 (Text from Minibuffer): Likewise.
454 (Initial Input): New node. Document this feature
455 and say it is mostly deprecated.
456
457 2004-05-30 Richard M. Stallman <rms@gnu.org>
458
459 * loading.texi (Named Features): Clarify return value
460 and meaning of NOERROR.
461
462 * variables.texi (File Local Variables): Minor cleanup.
463
464 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
465
466 * files.texi (Magic File Names): Add `file-remote-p' as operation
467 of file name handlers.
468
469 2004-05-29 Richard M. Stallman <rms@gnu.org>
470
471 * modes.texi (Minor Mode Conventions): (-) has no special meaning
472 as arg to a minor mode command.
473
474 2004-05-22 Richard M. Stallman <rms@gnu.org>
475
476 * syntax.texi (Syntax Class Table): Word syntax not just for English.
477
478 * streams.texi (Output Variables): Doc float-output-format.
479
480 * searching.texi (Regexp Special): Nested repetition can be infloop.
481
482 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
483 real stack overflow.
484
485 * compile.texi: Minor cleanups.
486
487 2004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
488
489 * lists.texi (Cons Cells): Explain dotted lists, true lists,
490 circular lists.
491 (List Elements): Explain handling of circular and dotted lists.
492
493 2004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
494
495 * modes.texi (Search-based Fontification): Fix typo.
496
497 2004-05-10 Juanma Barranquero <lektu@terra.es>
498
499 * modes.texi (Mode Line Variables): Fix description of
500 global-mode-string, which is now after which-func-mode, not the
501 buffer name.
502
503 2004-05-07 Lars Hansen <larsh@math.ku.dk>
504
505 * modes.texi (Desktop Save Mode): Add.
506 (Modes): Add menu entry Desktop Save Mode.
507
508 * hooks.texi: Add desktop-after-read-hook,
509 desktop-no-desktop-file-hook and desktop-save-hook.
510
511 * locals.texi: Add desktop-save-buffer.
512
513 2004-04-30 Jesper Harder <harder@ifa.au.dk>
514
515 * display.texi: emacs -> Emacs.
516
517 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
518
519 * files.texi (Changing Files): Document set-file-times.
520
521 2004-04-23 Juanma Barranquero <lektu@terra.es>
522
523 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
524
525 2004-04-18 Jesper Harder <harder@ifa.au.dk>
526
527 * tips.texi (Coding Conventions): defopt -> defcustom.
528
529 2004-04-16 Luc Teirlinck <teirllm@auburn.edu>
530
531 * sequences.texi: Various clarifications.
532
533 2004-04-14 Luc Teirlinck <teirllm@auburn.edu>
534
535 * buffers.texi (Read Only Buffers): Mention optional ARG to
536 `toggle-read-only'.
537
538 2004-04-14 Nick Roberts <nick@nick.uklinux.net>
539
540 * windows.texi (Selecting Windows): Note that get-lru-window
541 returns a full-width window if possible.
542
543 2004-04-13 Luc Teirlinck <teirllm@auburn.edu>
544
545 * buffers.texi: Various changes in addition to:
546 (Buffer File Name): Add `find-buffer-visiting'.
547 (Buffer Modification): Mention optional ARG to `not-modified'.
548 (Indirect Buffers): Mention optional CLONE argument to
549 `make-indirect-buffer'.
550
551 * files.texi: Various changes in addition to:
552 (Visiting Functions): `find-file-hook' is now a normal hook.
553 (File Name Expansion): Explain difference between the way that
554 `expand-file-name' and `file-truename' treat `..'.
555 (Contents of Directories): Mention optional ID-FORMAT argument to
556 `directory-files-and-attributes'.
557 (Format Conversion): Mention new optional CONFIRM argument to
558 `format-write-file'.
559
560 2004-04-12 Miles Bader <miles@gnu.org>
561
562 * macros.texi (Expansion): Add description of `macroexpand-all'.
563
564 2004-04-05 Jesper Harder <harder@ifa.au.dk>
565
566 * variables.texi (Variable Aliases): Mention
567 cyclic-variable-indirection.
568
569 * errors.texi (Standard Errors): Ditto.
570
571 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
572
573 * backups.texi: Various small changes in addition to:
574 (Making Backups): Mention return value of `backup-buffer'.
575 (Auto-Saving): Mention optional FORCE argument to
576 `delete-auto-save-file-if-necessary'.
577 (Reverting): Mention optional PRESERVE-MODES argument to
578 `revert-buffer'. Correct description of `revert-buffer-function'.
579
580 2004-03-22 Juri Linkov <juri@jurta.org>
581
582 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
583 with `Vector Functions'.
584
585 * text.texi (Sorting): Add missing quote.
586
587 2004-03-14 Luc Teirlinck <teirllm@auburn.edu>
588
589 * intro.texi (Lisp History): Replace xref to `cl' manual with
590 inforef.
591
592 2004-03-12 Richard M. Stallman <rms@gnu.org>
593
594 * intro.texi (Version Info): Add arg to emacs-version.
595 (Lisp History): Change xref to CL manual.
596
597 2004-03-09 Luc Teirlinck <teirllm@auburn.edu>
598
599 * minibuf.texi (Completion Commands): Add xref to Emacs manual
600 for Partial Completion mode.
601
602 2004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
603
604 * customize.texi: Fix typo. Remove eol whitespace.
605
606 2004-03-04 Richard M. Stallman <rms@gnu.org>
607
608 * processes.texi: Fix typos.
609
610 * lists.texi (Building Lists): Minor clarification.
611
612 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
613 in make-hash-table.
614
615 2004-02-29 Juanma Barranquero <lektu@terra.es>
616
617 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
618 rm, and ignore exit code.
619
620 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
621
622 * display.texi (Defining Faces): Add description for min-colors.
623 Update example.
624
625 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
626
627 * abbrevs.texi: Various corrections and clarifications in addition
628 to the following:
629 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
630
631 2004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
632
633 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
634
635 2004-02-21 Luc Teirlinck <teirllm@auburn.edu>
636
637 * text.texi: Various small changes in addition to the following:
638 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
639 to delete-horizontal-space.
640 (Kill Functions, Yanking, Low-Level Kill Ring): clarify and correct
641 description of yank-handler text property at various places.
642
643 * frames.texi (Window System Selections): Add anchor.
644
645 * syntax.texi (Syntax Table Functions): Clarify and correct
646 descriptions of make-syntax-table and copy-syntax-table.
647 (Motion and Syntax): Clarify SYNTAXES argument to
648 skip-syntax-forward.
649 (Parsing Expressions): Mention that the return value of
650 parse-partial-sexp is currently a list of ten rather than nine
651 elements.
652 (Categories): Various corrections and clarifications.
653
654 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
655
656 * markers.texi (Marker Insertion Types): Minor change.
657
658 * locals.texi (Standard Buffer-Local Variables):
659 * commands.texi (Interactive Codes, Using Interactive):
660 * functions.texi (Related Topics): Fix xrefs.
661
662 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
663
664 * lists.texi (Sets And Lists): Update description of delete-dups.
665
666 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
667
668 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
669
670 2004-02-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
671
672 * frames.texi (Parameter Access): frame-parameters arg is optional.
673 modify-frame-parameters handles nil for FRAME.
674 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
675 are all-or-nothing for certain toolkits.
676 Mention parameter wait-for-wm.
677 (Frames and Windows): In frame-first-window and frame-selected-window
678 the arg is optional.
679 (Input Focus): In redirect-frame-focus the second arg is optional.
680 (Window System Selections): Mention selection type CLIPBOARD.
681 Mention data-type UTF8_STRING.
682 Mention numbering of cut buffers.
683 (Resources): Describe x-resource-name.
684
685 2004-02-16 Richard M. Stallman <rms@gnu.org>
686
687 * windows.texi (Buffers and Windows): Delete false table
688 about all-frames.
689
690 * syntax.texi (Parsing Expressions): Delete old caveat
691 about parse-sexp-ignore-comments.
692
693 * streams.texi (Output Variables): Add print-quoted.
694
695 * lists.texi (Building Lists): Minor cleanup.
696
697 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
698
699 * display.texi (Overlays): Explain overlays use markers.
700 (Managing Overlays): Explain front-advance and rear-advance
701 in more detail.
702
703 * loading.texi (Unloading): Document unload-feature-special-hooks.
704 Get rid of fns-NNN.el file.
705
706 2004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
707
708 * help.texi (Describing Characters): Fix text-char-description
709 example output.
710
711 * edebug.texi (Using Edebug): Fix example.
712
713 * debugging.texi (Internals of Debugger): Fix return value.
714
715 * files.texi (Changing Files): Fix argname.
716
717 * calendar.texi: Fix parens, and default values.
718
719 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
720 * nonascii.texi, objects.texi, os.texi: Minor fixes.
721 * searching.texi, text.texi, tips.texi, windows.text: Minor fixes.
722
723 * positions.texi (Text Lines): Don't add -1 in current-line.
724
725 2004-02-16 Richard M. Stallman <rms@gnu.org>
726
727 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
728
729 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
730
731 * processes.texi (Low-Level Network): Fix a typo.
732
733 2004-02-12 Kim F. Storm <storm@cua.dk>
734
735 * display.texi (Fringes): Use consistent wording.
736 Note that window-fringe's window arg is optional.
737 (Scroll Bars): Use consistent wording.
738
739 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
740
741 * tips.texi (Comment Tips): Document the new conventions for
742 commenting out code.
743
744 2004-02-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
745
746 * positions.texi (Text Lines): Added missing end defun.
747
748 2004-02-07 Kim F. Storm <storm@cua.dk>
749
750 * positions.texi (Text Lines): Add line-number-at-pos.
751
752 2004-02-06 John Paul Wallington <jpw@gnu.org>
753
754 * display.texi (Button Properties, Button Buffer Commands):
755 mouse-2 invokes button, not down-mouse-1.
756
757 2004-02-04 Jason Rumney <jasonr@gnu.org>
758
759 * makefile.w32-in: Sync with Makefile.in changes.
760
761 2004-02-03 Luc Teirlinck <teirllm@auburn.edu>
762
763 * minibuf.texi (Text from Minibuffer): Various corrections and
764 clarifications.
765 (Object from Minibuffer): Correct Lisp description of
766 read-minibuffer.
767 (Minibuffer History): Clarify description of cons values for
768 HISTORY arguments.
769 (Basic Completion): Various corrections and clarifications. Add
770 completion-regexp-list.
771 (Minibuffer Completion): Correct and clarify description of
772 completing-read.
773 (Completion Commands): Mention Partial Completion mode. Various
774 other minor changes.
775 (High-Level Completion): Various corrections and clarifications.
776 (Reading File Names): Ditto.
777 (Minibuffer Misc): Ditto.
778
779 2004-01-26 Luc Teirlinck <teirllm@auburn.edu>
780
781 * strings.texi (Text Comparison): assoc-string also matches
782 elements of alists that are strings instead of conses.
783 (Formatting Strings): Standardize Texinfo usage. Update index
784 entries.
785
786 2004-01-20 Luc Teirlinck <teirllm@auburn.edu>
787
788 * lists.texi (Sets And Lists): Add delete-dups.
789
790 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
791
792 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
793 special form.
794 * macros.texi (Defining Macros): Update description of `declare',
795 which now is a macro.
796 (Wrong Time): Fix typos.
797
798 2004-01-14 Luc Teirlinck <teirllm@auburn.edu>
799
800 * compile.texi (Compilation Functions): Expand descriptions of
801 `compile-defun', `byte-compile-file', `byte-recompile-directory'
802 and `batch-byte-compile'. In particular, mention and describe
803 all optional arguments.
804 (Disassembly): Correct and clarify the description of `disassemble'.
805
806 2004-01-11 Luc Teirlinck <teirllm@auburn.edu>
807
808 * searching.texi: Various small changes in addition to the
809 following.
810 (Regexp Example): Adapt to new value of `sentence-end'.
811 (Regexp Functions): The PAREN argument to `regexp-opt' can be
812 `words'.
813 (Search and Replace): Add usage note for `perform-replace'.
814 (Entire Match Data): Mention INTEGERS and REUSE arguments to
815 `match-data'.
816 (Standard Regexps): Update for new values of `paragraph-start'
817 and `sentence-end'.
818
819 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
820
821 * files.texi (Saving Buffers): Clarify descriptions of
822 `write-contents-functions' and `before-save-hook'.
823 Make the defvar's for `before-save-hook' and `after-save-hook'
824 into defopt's.
825
826 2004-01-07 Kim F. Storm <storm@cua.dk>
827
828 * commands.texi (Click Events): Describe new image and
829 width/height elements of click events.
830 (Accessing Events): Add posn-string, posn-image, and
831 posn-object-width-height. Change posn-object to return either
832 image or string object.
833
834 2004-01-01 Simon Josefsson <jas@extundo.com>
835
836 * hooks.texi (Standard Hooks): Add before-save-hook.
837 * files.texi (Saving Buffers): Likewise.
838
839 2004-01-03 Richard M. Stallman <rms@gnu.org>
840
841 * frames.texi (Frames and Windows): Delete frame-root-window.
842
843 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
844
845 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
846
847 * functions.texi: Various small changes in addition to the
848 following.
849 (What Is a Function): `functionp' returns nil for macros. Clarify
850 behavior of this and following functions for symbol arguments.
851 (Function Documentation): Add `\' in front of (fn @var{arglist})
852 and explain why.
853 (Defining Functions): Mention DOCSTRING argument to `defalias'.
854 Add anchor.
855 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
856
857 2004-01-01 Miles Bader <miles@gnu.org>
858
859 * display.texi (Buttons): New section.
860
861 2003-12-31 Andreas Schwab <schwab@suse.de>
862
863 * numbers.texi (Math Functions): sqrt reports a domain-error
864 error.
865 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
866
867 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
868
869 * tips.texi (Documentation Tips): Update item on hyperlinks in
870 documentation strings.
871
872 * errors.texi (Standard Errors): Various small corrections and
873 additions.
874
875 * control.texi: Various small changes in addition to the
876 following.
877 (Signaling Errors): Provide some more details on how `signal'
878 constructs the error message. Add anchor to the definition of
879 `signal'.
880 (Error Symbols): Describe special treatment of `quit'.
881 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
882 to emphasize that it has to be a single form.
883
884 * buffers.texi: Add anchor.
885
886 2003-12-29 Richard M. Stallman <rms@gnu.org>
887
888 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
889 (Window Configurations): Add window-configuration-frame.
890
891 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
892
893 * text.texi (Examining Properties): Add get-char-property-and-overlay.
894 Change arg name in get-char-property.
895 (Special Properties): Update handling of keymap property.
896
897 * strings.texi (Modifying Strings): Add clear-string.
898 (Text Comparison): Add assoc-string and remove
899 assoc-ignore-case, assoc-ignore-representation.
900
901 * os.texi (Time of Day): Add set-time-zone-rule.
902
903 * numbers.texi (Math Functions): asin, acos, log, log10
904 report domain-error errors.
905
906 * nonascii.texi (Converting Representations):
907 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
908 (Encoding and I/O): Add file-name-coding-system.
909
910 * modes.texi (Search-based Fontification): Explain that
911 face specs are symbols with face names as values.
912
913 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
914
915 * lists.texi (Building Lists): remq moved elsewhere.
916 (Sets And Lists): remq moved here.
917 (Association Lists): Refer to assoc-string.
918
919 * internals.texi (Garbage Collection): Add memory-use-counts.
920
921 * frames.texi (Frames and Windows): Add set-frame-selected-window
922 and frame-root-window.
923
924 * files.texi (Contents of Directories):
925 Add directory-files-and-attributes.
926
927 * display.texi (Refresh Screen): Add force-window-update.
928 (Invisible Text): Explain about moving point out of invis text.
929 (Overlay Properties): Add overlay-properties.
930 (Managing Overlays): Add overlayp.
931 (GIF Images): Invalid image number displays a hollow box.
932
933 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
934 (Killing Buffers): Add buffer-live-p.
935
936 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
937
938 * display.texi (Fringes): Fix typo "set-buffer-window".
939
940 2003-12-24 Luc Teirlinck <teirllm@auburn.edu>
941
942 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
943 * nonascii.texi, processes.texi, tips.texi, variables.texi:
944 Add or change various xrefs and anchors.
945
946 * commands.texi: Replace all occurrences of @acronym{CAR} with
947 @sc{car}, for consistency with the rest of the Elisp manual.
948 `car' and `cdr' are historically acronyms, but are no longer
949 widely thought of as such.
950
951 * internals.texi (Pure Storage): Mention that `purecopy' does not
952 copy text properties.
953 (Object Internals): Now 29 bits are used (in most implementations)
954 to address Lisp objects.
955
956 * variables.texi (Variables with Restricted Values): New node.
957
958 * objects.texi (Lisp Data Types): Mention that certain variables
959 can only take on a restricted set of values and add an xref to
960 the new node "Variables with Restricted Values".
961
962 * eval.texi (Function Indirection): Describe the errors that
963 `indirect-function' can signal.
964 (Eval): Clarify the descriptions of `eval-region' and `values'.
965 Describe `eval-buffer' instead of `eval-current-buffer' and
966 mention `eval-current-buffer' as an alias for `current-buffer'.
967 Correct the description and mention all optional arguments.
968
969 * nonascii.texi: Various small changes in addition to the
970 following.
971 (Converting Representations): Clarify behavior of
972 `string-make-multibyte' and `string-to-multibyte' for unibyte all
973 ASCII arguments.
974 (Character Sets): Document the variable `charset-list' and adapt
975 the definition of the function `charset-list' accordingly.
976 (Translation of Characters): Clarify use of generic characters in
977 `make-translation-table'. Clarify and correct the description of
978 the use of translation tables in encoding and decoding.
979 (User-Chosen Coding Systems): Correct and clarify the description
980 of `select-safe-coding-system'.
981 (Default Coding Systems): Clarify description of
982 `file-coding-system-alist'.
983
984 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
985
986 * strings.texi (Text Comparison): Correctly describe when two
987 strings are `equal'. Combine and clarify descriptions of
988 `assoc-ignore-case' and `assoc-ignore-representation'.
989
990 * objects.texi (Non-ASCII in Strings): Clarify description of
991 when a string is unibyte or multibyte.
992 (Bool-Vector Type): Update examples.
993 (Equality Predicates): Correctly describe when two strings are
994 `equal'.
995
996 2003-11-29 Luc Teirlinck <teirllm@auburn.edu>
997
998 * lists.texi (Building Lists): `append' no longer accepts integer
999 arguments. Update the description of `number-sequence' to reflect
1000 recent changes.
1001 (Sets And Lists): Describe `member-ignore-case' after `member'.
1002
1003 2003-11-27 Kim F. Storm <storm@cua.dk>
1004
1005 * commands.texi (Click Events): Click object may be an images.
1006 Describe (dx . dy) element of click positions.
1007 (Accessing Events): Remove duplicate posn-timestamp.
1008 New functions posn-object and posn-object-x-y.
1009
1010 2003-11-23 Kim F. Storm <storm@cua.dk>
1011
1012 * commands.texi (Click Events): Describe enhancements to event
1013 position lists, including new text-pos and (col . row) items.
1014 Mention left-fringe and right-fringe area events.
1015 (Accessing Events): New functions posn-area and
1016 posn-actual-col-row. Mention posn-timestamp. Mention that
1017 posn-point in non-text area still returns buffer position.
1018 Clarify posn-col-row.
1019
1020 2003-11-21 Lars Hansen <larsh@math.ku.dk>
1021
1022 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
1023 * anti.texi (File Attributes): Describe removed parameter
1024 ID-FORMAT.
1025
1026 2003-11-20 Luc Teirlinck <teirllm@auburn.edu>
1027
1028 * positions.texi (Positions): Mention that, if a marker is used as
1029 a position, its buffer is ignored.
1030
1031 * markers.texi (Overview of Markers): Mention it here too.
1032
1033 2003-11-12 Luc Teirlinck <teirllm@auburn.edu>
1034
1035 * numbers.texi (Numeric Conversions): Not just `floor', but also
1036 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
1037
1038 2003-11-10 Luc Teirlinck <teirllm@auburn.edu>
1039
1040 * markers.texi (Creating Markers): Specify insertion type of
1041 created markers. Add xref to `Marker Insertion Types'.
1042 Second argument to `copy-marker' is optional.
1043 (Marker Insertion Types): Mention that most markers are created
1044 with insertion type nil.
1045 (The Mark): Correctly describe when `mark' signals an error.
1046 (The Region): Correctly describe when `region-beginning' and
1047 `region-end' signal an error.
1048
1049 2003-11-08 Luc Teirlinck <teirllm@auburn.edu>
1050
1051 * hash.texi (Creating Hash): Clarify description of `eql'.
1052 `makehash' is obsolete.
1053 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
1054
1055 * positions.texi (Point): Change description of `buffer-end', so
1056 that it is also correct for floating point arguments.
1057 (List Motion): Correct argument lists of `beginning-of-defun' and
1058 `end-of-defun'.
1059 (Excursions): Add xref to `Marker Insertion Types'.
1060 (Narrowing): Argument to `narrow-to-page' is optional.
1061
1062 2003-11-06 Luc Teirlinck <teirllm@auburn.edu>
1063
1064 * streams.texi (Output Streams): Clarify behavior of point for
1065 marker output streams.
1066
1067 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
1068
1069 * variables.texi (Defining Variables): Second argument to
1070 `defconst' is not optional.
1071 (Setting Variables): Mention optional argument APPEND to
1072 `add-to-list'.
1073 (Creating Buffer-Local): Expand description of
1074 `make-variable-buffer-local'.
1075 (Frame-Local Variables): Expand description of
1076 `make-variable-frame-local'.
1077 (Variable Aliases): Correct description of optional argument
1078 DOCSTRING to `defvaralias'. Mention return value of
1079 `defvaralias'.
1080 (File Local Variables): Add xref to `File variables' in Emacs
1081 Manual. Correct description of `hack-local-variables'. Mention
1082 `safe-local-variable' property. Mention optional second argument
1083 to `risky-local-variable-p'.
1084
1085 2003-11-03 Luc Teirlinck <teirllm@auburn.edu>
1086
1087 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
1088
1089 2003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
1090
1091 * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
1092 lispref/customize.texi, lispref/display.texi, lispref/files.texi,
1093 lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
1094 lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
1095 lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
1096 lispref/processes.texi, lispref/searching.texi,
1097 lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
1098 lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
1099 @acronym{FOO}.
1100
1101 2003-10-27 Luc Teirlinck <teirllm@auburn.edu>
1102
1103 * strings.texi (Creating Strings): Argument START to `substring'
1104 can not be `nil'. Expand description of
1105 `substring-no-properties'. Correct description of `split-string',
1106 especially with respect to empty matches. Prevent very bad line
1107 break in definition of `split-string-default-separators'.
1108 (Text Comparison): `string=' and `string<' also accept symbols as
1109 arguments.
1110 (String Conversion): More completely describe argument BASE in
1111 `string-to-number'.
1112 (Formatting Strings): `%s' and `%S' in `format' do require
1113 corresponding object. Clarify behavior of numeric prefix after
1114 `%' in `format'.
1115 (Case Conversion): The argument to `upcase-initials' can be a
1116 character.
1117
1118 2003-10-27 Kenichi Handa <handa@m17n.org>
1119
1120 * display.texi (Fontsets): Fix texinfo usage.
1121
1122 2003-10-25 Kenichi Handa <handa@m17n.org>
1123
1124 * display.texi (Fontsets): Add description of the function
1125 set-fontset-font.
1126
1127 2003-10-23 Luc Teirlinck <teirllm@auburn.edu>
1128
1129 * display.texi (Temporary Displays): Add xref to `Documentation
1130 Tips'.
1131
1132 * functions.texi (Function Safety): Use inforef instead of pxref
1133 for SES.
1134
1135 2003-10-23 Andreas Schwab <schwab@suse.de>
1136
1137 * Makefile.in (TEX, texinputdir): Don't define.
1138 (TEXI2DVI): Define.
1139 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
1140 add $(srcdir)/index.texi.
1141 ($(infodir)/elisp): Remove index.texi dependency.
1142 (elisp.dvi): Likewise. Use $(TEXI2DVI).
1143 (index.texi): Remove target.
1144 (dist): Don't link $(srcdir)/permute-index.
1145 (clean): Don't remove index.texi.
1146
1147 * permute-index, index.perm: Remove.
1148 * index.texi: Rename from index.unperm.
1149
1150 2003-10-22 Luc Teirlinck <teirllm@auburn.edu>
1151
1152 * tips.texi (Documentation Tips): Document new behavior for face
1153 and variable hyperlinks in Help mode.
1154
1155 2003-10-21 Luc Teirlinck <teirllm@auburn.edu>
1156
1157 * objects.texi (Integer Type): Update for extra bit of integer range.
1158 (Character Type): Ditto.
1159
1160 2003-10-16 Eli Zaretskii <eliz@gnu.org>
1161
1162 * numbers.texi (Integer Basics): Add index entries for reading
1163 numbers in hex, octal, and binary.
1164
1165 2003-10-16 Lute Kamstra <lute@gnu.org>
1166
1167 * modes.texi (Mode Line Format): Mention force-mode-line-update's
1168 argument.
1169
1170 2003-10-13 Luc Teirlinck <teirllm@auburn.edu>
1171
1172 * windows.texi (Choosing Window): Fix typo.
1173 * edebug.texi (Edebug Execution Modes): Fix typo.
1174
1175 2003-10-13 Richard M. Stallman <rms@gnu.org>
1176
1177 * windows.texi (Basic Windows): A window has fringe settings,
1178 display margins and scroll-bar settings.
1179 (Splitting Windows): Doc split-window return value.
1180 Clean up one-window-p.
1181 (Selecting Windows): Fix typo.
1182 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
1183 (Buffers and Windows): In set-window-buffer, explain effect
1184 on fringe settings and scroll bar settings.
1185 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
1186 (Choosing Window): Use defopt for pop-up-frame-function.
1187 For special-display-buffer-names, explain same-window and same-frame.
1188 Clarify window-dedicated-p return value.
1189 (Textual Scrolling): scroll-up and scroll-down can get an error.
1190 (Horizontal Scrolling): Clarify auto-hscroll-mode.
1191 Clarify set-window-hscroll.
1192 (Size of Window): Don't mention tool bar in window-height.
1193 (Coordinates and Windows): Explain what coordinates-in-window-p
1194 returns for fringes and display margins.
1195 (Window Configurations): Explain saving fringes, etc.
1196
1197 * tips.texi (Library Headers): Clean up Documentation.
1198
1199 * syntax.texi (Parsing Expressions): Clean up forward-comment
1200 and parse-sexp-lookup-properties.
1201
1202 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
1203
1204 * os.texi (System Environment): Clean up text for load-average errors.
1205
1206 * modes.texi (Hooks): Don't explain local hook details at front.
1207 Clarify run-hooks and run-hook-with-args a little.
1208 Clean up add-hook and remove-hook.
1209
1210 * edebug.texi (Edebug Execution Modes): Clarify t.
1211 Document edebug-sit-for-seconds.
1212 (Coverage Testing): Document C-x X = and =.
1213 (Instrumenting Macro Calls): Fix typo.
1214 (Specification List): Don't index the specification keywords.
1215
1216 2003-10-10 Kim F. Storm <storm@cua.dk>
1217
1218 * processes.texi (Network): Introduce make-network-process.
1219
1220 2003-10-09 Luc Teirlinck <teirllm@auburn.edu>
1221
1222 * tips.texi (Library Headers): Fix typo.
1223
1224 2003-10-07 Juri Linkov <juri@jurta.org>
1225
1226 * modes.texi (Imenu): Mention imenu-create-index-function's
1227 default value. Explain submenus better.
1228
1229 2003-10-07 Lute Kamstra <lute@gnu.org>
1230
1231 * modes.texi (Faces for Font Lock): Fix typo.
1232 (Hooks): Explain how buffer-local hook variables can refer to
1233 global hook variables.
1234 Various minor clarifications.
1235
1236 2003-10-06 Lute Kamstra <lute@gnu.org>
1237
1238 * tips.texi (Coding Conventions): Mention naming conventions for
1239 hooks.
1240
1241 2003-10-05 Luc Teirlinck <teirllm@auburn.edu>
1242
1243 * loading.texi (Library Search): Correct default value of
1244 load-suffixes.
1245 (Named Features): Fix typo.
1246
1247 2003-10-05 Richard M. Stallman <rms@gnu.org>
1248
1249 * loading.texi (Named Features): In `provide',
1250 say how to test for subfeatures.
1251 (Unloading): In unload-feature, use new var name
1252 unload-feature-special-hooks.
1253
1254 2003-10-03 Lute Kamstra <lute@gnu.org>
1255
1256 * modes.texi (Major Mode Conventions): Mention third way to set up
1257 Imenu.
1258 (Imenu): A number of small fixes.
1259 Delete documentation of internal variable imenu--index-alist.
1260 Document the return value format of imenu-create-index-function
1261 functions.
1262
1263 2003-09-30 Richard M. Stallman <rms@gnu.org>
1264
1265 * processes.texi (Network): Say what stopped datagram connections do.
1266
1267 * lists.texi (Association Lists): Clarify `assq-delete-all'.
1268
1269 * display.texi (Overlay Properties): Clarify `evaporate' property.
1270
1271 2003-09-29 Lute Kamstra <lute@gnu.org>
1272
1273 * modes.texi (Mode Line Data): Explain when symbols in mode-line
1274 constructs should be marked as risky.
1275 Change cons cell into proper list.
1276 (Mode Line Variables): Change cons cell into proper list.
1277
1278 2003-09-26 Lute Kamstra <lute@gnu.org>
1279
1280 * modes.texi (Mode Line Data): Document the :propertize construct.
1281 (Mode Line Variables): Reorder the descriptions of the variables
1282 to match their order in the default mode-line-format.
1283 Describe the new variables mode-line-position and mode-line-modes.
1284 Update the default values of mode-line-frame-identification,
1285 minor-mode-alist, and default-mode-line-format.
1286 (Properties in Mode): Mention the :propertize construct.
1287
1288 2003-09-26 Richard M. Stallman <rms@gnu.org>
1289
1290 * buffers.texi, commands.texi, debugging.texi, eval.texi:
1291 * loading.texi, minibuf.texi, text.texi, variables.texi:
1292 Avoid @strong{Note:}.
1293
1294 2003-09-26 Richard M. Stallman <rms@gnu.org>
1295
1296 * keymaps.texi (Remapping Commands): Fix typo.
1297
1298 2003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
1299
1300 * processes.texi (Low-Level Network): Fix typo.
1301
1302 2003-09-23 Kim F. Storm <storm@cua.dk>
1303
1304 * processes.texi (Network, Network Servers): Fix typos.
1305 (Low-Level Network): Add timeout value for :server keyword.
1306 Add new option keywords to make-network-process.
1307 Add set-network-process-options.
1308 Explain how to test availability of network options.
1309
1310 2003-09-19 Richard M. Stallman <rms@gnu.org>
1311
1312 * text.texi (Motion by Indent): Arg to
1313 backward-to-indentation and forward-to-indentation is optional.
1314
1315 * strings.texi (Creating Strings): Add substring-no-properties.
1316
1317 * processes.texi
1318 (Process Information): Add list-processes arg QUERY-ONLY.
1319 Delete process-contact from here.
1320 Add new status values for process-status.
1321 Add process-get, process-put, process-plist, set-process-plist.
1322 (Synchronous Processes): Add call-process-shell-command.
1323 (Signals to Processes): signal-process allows process objects.
1324 (Network): Complete rewrite.
1325 (Network Servers, Datagrams, Low-Level Network): New nodes.
1326
1327 * positions.texi (Word Motion): forward-word, backward-word
1328 arg is optional. Reword.
1329
1330 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
1331
1332 * variables.texi (Creating Buffer-Local):
1333 Delete duplicate definition of buffer-local-value.
1334 (File Local Variables): Explain about discarding text props.
1335
1336 2003-09-11 Richard M. Stallman <rms@gnu.org>
1337
1338 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
1339 changes variables that record input events.
1340 (Minibuffer Misc): Add minibuffer-selected-window.
1341
1342 * lists.texi (Building Lists): Add copy-tree.
1343
1344 * display.texi (Fontsets): Add char-displayable-p.
1345 (Scroll Bars): New node.
1346
1347 2003-09-08 Lute Kamstra <lute@gnu.org>
1348
1349 * modes.texi (%-Constructs): Document new `%i' and `%I'
1350 constructs.
1351
1352 2003-09-03 Peter Runestig <peter@runestig.com>
1353
1354 * makefile.w32-in: New file.
1355
1356 2003-08-29 Richard M. Stallman <rms@gnu.org>
1357
1358 * display.texi (Overlay Properties): Clarify how priorities
1359 affect use of the properties.
1360
1361 2003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
1362
1363 * customize.texi (Type Keywords): Correct the description of
1364 `:help-echo' in the case where `motion-doc' is a function.
1365
1366 2003-08-14 John Paul Wallington <jpw@gnu.org>
1367
1368 * modes.texi (Emulating Mode Line): Subsection, not section.
1369
1370 2003-08-13 Richard M. Stallman <rms@gnu.org>
1371
1372 * elisp.texi (Top): Update subnode lists in menu.
1373
1374 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
1375 (Kill Functions): kill-region has new arg yank-handler.
1376 (Yanking): New node.
1377 (Yank Commands): Add yank-undo-function.
1378 (Low-Level Kill Ring):
1379 kill-new and kill-append have new arg yank-handler.
1380 (Changing Properties): Add remove-list-of-text-properties.
1381 (Atomic Changes): New node.
1382
1383 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
1384
1385 * streams.texi (Output Variables): Add eval-expression-print-length
1386 and eval-expression-print-level.
1387
1388 * os.texi (Time Conversion): For encode-time, explain limits on year.
1389
1390 * objects.texi (Character Type): Define anchor "modifier bits".
1391
1392 * modes.texi (Emulating Mode Line): New node.
1393 (Search-based Fontification): Font Lock uses font-lock-face property.
1394 (Other Font Lock Variables): Likewise.
1395
1396 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
1397 not vectors.
1398 (Active Keymaps): Add emulation-mode-map-alists.
1399 (Functions for Key Lookup): key-binding has new arg no-remap.
1400 (Remapping Commands): New node.
1401 (Scanning Keymaps): where-is-internal has new arg no-remap.
1402 (Tool Bar): Add tool-bar-local-item-from-menu.
1403 Clarify when to use tool-bar-add-item-from-menu.
1404
1405 * commands.texi (Interactive Call): commandp has new arg.
1406 (Command Loop Info): Add this-original-command.
1407
1408 2003-08-06 John Paul Wallington <jpw@gnu.org>
1409
1410 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
1411
1412 * display.texi (Warning Basics): Fix typo.
1413 (Fringes): Add closing curly bracket and fix typo.
1414
1415 * elisp.texi (Top): Fix typo.
1416
1417 2003-08-05 Richard M. Stallman <rms@gnu.org>
1418
1419 * elisp.texi: Update lists of subnodes.
1420
1421 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
1422
1423 * variables.texi (Local Variables): Use lc for example variable names.
1424
1425 * tips.texi (Library Headers): Explain where to put -*-.
1426
1427 * strings.texi (Creating Strings): Fix xref for vconcat.
1428
1429 * sequences.texi (Vector Functions):
1430 vconcat no longer allows integer args.
1431
1432 * minibuf.texi (Reading File Names): read-file-name has new
1433 arg PREDICATE. New function read-directory-name.
1434
1435 * macros.texi (Defining Macros): Give definition of `declare'
1436 (Indenting Macros): New node.
1437
1438 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
1439 (Window Frame Parameters): Make separate table of parameters
1440 that are coupled with specific face attributes.
1441 (Deleting Frames): delete-frame-hooks renamed to
1442 delete-frame-functions.
1443
1444 * files.texi (Magic File Names): Add file-remote-p.
1445 Clarify file-local-copy.
1446
1447 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
1448 here; instead xref Defining Macros.
1449
1450 * display.texi (Warnings): New node, and subnodes.
1451 (Fringes): New node.
1452
1453 * debugging.texi (Test Coverage): New node.
1454
1455 * compile.texi (Compiler Errors): Explain with-no-warnings
1456 and other ways to suppress warnings.
1457
1458 * commands.texi (Interactive Call): Minor clarification.
1459
1460 * buffers.texi (Buffer File Name): set-visited-file-name
1461 renames the buffer too.
1462
1463 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
1464
1465 2003-07-24 Markus Rost <rost@math.ohio-state.edu>
1466
1467 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
1468
1469 2003-07-22 Markus Rost <rost@math.ohio-state.edu>
1470
1471 * internals.texi (Garbage Collection): Fix previous change.
1472
1473 2003-07-22 Richard M. Stallman <rms@gnu.org>
1474
1475 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
1476
1477 * display.texi (Width): Use \s syntax in example.
1478 (Font Selection): Add face-font-rescale-alist.
1479
1480 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
1481 Remove spurious indent in example.
1482
1483 * lists.texi (Building Lists): Add number-sequence.
1484
1485 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
1486
1487 * functions.texi (Function Documentation): Explain how to
1488 show calling convention explicitly in the doc string.
1489
1490 * windows.texi (Selecting Windows): save-selected-window saves
1491 selected window of each frame.
1492 (Window Configurations): Minor change.
1493
1494 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
1495
1496 * streams.texi (Output Variables): Add print-continuous-numbering
1497 and print-number-table.
1498
1499 * processes.texi (Decoding Output): New node.
1500
1501 * os.texi (Time Conversion): decode-time arg is optional.
1502
1503 * objects.texi (Character Type): Don't use space as example for \.
1504 Make list of char names and \-sequences correspond.
1505 Explain that \s is not used in strings. `\ ' needs space after.
1506
1507 * nonascii.texi (Converting Representations): Add string-to-multibyte.
1508 (Translation of Characters): Add translation-table-for-input.
1509 (Default Coding Systems): Add auto-coding-functions.
1510 (Explicit Encoding): Add decode-coding-inserted-region.
1511 (Locales): Add locale-info.
1512
1513 * minibuf.texi (Basic Completion): Describe test-completion.
1514 Collections can be lists of strings.
1515 Clean up lazy-completion-table.
1516 (Programmed Completion): Mention test-completion.
1517 Clarify why lambda expressions are not accepted.
1518 (Minibuffer Misc): Describe minibufferp.
1519
1520 2003-07-14 Richard M. Stallman <rms@gnu.org>
1521
1522 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
1523
1524 * windows.texi (Selecting Windows): New arg to select-window.
1525 (Selecting Windows): Add with-selected-window.
1526 (Size of Window): Add window-inside-edges, etc.
1527
1528 * internals.texi (Garbage Collection): Add post-gc-hook.
1529
1530 * processes.texi (Subprocess Creation): Add exec-suffixes.
1531
1532 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
1533 (Scanning Keymaps): Add map-keymaps.
1534 (Defining Menus): Add keymap-prompt.
1535
1536 * numbers.texi (Integer Basics): Add most-positive-fixnum,
1537 most-negative-fixnum.
1538
1539 * compile.texi (Byte Compilation): Explain no-byte-compile
1540 (Compiler Errors): New node.
1541
1542 * os.texi (User Identification): user-uid, user-real-uid
1543 can return float.
1544
1545 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
1546 and about derived modes.
1547 (Minor Modes): Add minor-mode-list.
1548 (Defining Minor Modes): Keyword args for define-minor-mode.
1549 (Search-based Fontification): Explain managing other properties.
1550 (Other Font Lock Variables): Add font-lock-extra-managed-props.
1551 (Faces for Font Lock): Add font-locl-preprocessor-face.
1552 (Hooks): Add run-mode-hooks and delay-mode-hooks.
1553
1554 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
1555 (Variable Aliases): Clarify defvaralias.
1556
1557 * loading.texi (Library Search): Add load-suffixes.
1558
1559 * minibuf.texi (Basic Completion): Add lazy-completion-table.
1560 (Programmed Completion): Add dynamic-completion-table.
1561
1562 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
1563 (Magic File Names): Specify precedence order of handlers.
1564 o
1565 * commands.texi (Command Overview): Emacs server runs pre-command-hook
1566 and post-command-hook.
1567 (Waiting): New calling convention for sit-for.
1568
1569 * text.texi (Special Properties): local-map and keymap properties
1570 apply based on their stickiness.
1571
1572 2003-07-07 Richard M. Stallman <rms@gnu.org>
1573
1574 * modes.texi (Minor Mode Conventions): Specify only some kinds
1575 of list values as args to minor modes.
1576
1577 * files.texi (File Name Expansion): Warn about iterative use
1578 of substitute-in-file-name.
1579
1580 * advice.texi (Activation of Advice): Clean up previous change.
1581
1582 2003-07-06 Markus Rost <rost@math.ohio-state.edu>
1583
1584 * advice.texi (Activation of Advice): Note that ad-start-advice is
1585 turned on by default.
1586
1587 2003-06-30 Richard M. Stallman <rms@gnu.org>
1588
1589 * text.texi (Buffer Contents): Document current-word.
1590 (Change Hooks): Not called for *Messages*.
1591
1592 * functions.texi (Defining Functions): Explain about redefining
1593 primitives.
1594 (Function Safety): Renamed. Minor changes.
1595 Comment out the detailed criteria for what is safe.
1596
1597 2003-06-22 Andreas Schwab <schwab@suse.de>
1598
1599 * objects.texi (Symbol Type): Fix description of examples.
1600
1601 2003-06-16 Andreas Schwab <schwab@suse.de>
1602
1603 * hash.texi (Creating Hash): Fix description of :weakness.
1604
1605 2003-06-13 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
1606
1607 * files.texi (Changing Files): copy-file copies file modes, too.
1608
1609 2003-05-28 Richard M. Stallman <rms@gnu.org>
1610
1611 * strings.texi (Creating Strings): Clarify split-string.
1612
1613 2003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
1614
1615 * strings.texi (Creating Strings): Update split-string specification
1616 and examples.
1617
1618 2003-05-19 Richard M. Stallman <rms@gnu.org>
1619
1620 * elisp.texi: Correct invariant section names.
1621
1622 2003-04-20 Richard M. Stallman <rms@gnu.org>
1623
1624 * os.texi (Timers): Explain about timers and quitting.
1625
1626 2003-04-19 Richard M. Stallman <rms@gnu.org>
1627
1628 * internals.texi (Writing Emacs Primitives): Strings are
1629 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
1630 Explain GCPRO convention for varargs function args.
1631
1632 2003-04-16 Richard M. Stallman <rms@gnu.org>
1633
1634 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
1635
1636 2003-04-08 Richard M. Stallman <rms@gnu.org>
1637
1638 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
1639
1640 2003-02-13 Kim F. Storm <storm@cua.dk>
1641
1642 * objects.texi (Character Type): New \s escape for space.
1643
1644 2003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
1645
1646 * os.texi (System Environment): Added cygwin system-type.
1647
1648 2003-01-25 Richard M. Stallman <rms@gnu.org>
1649
1650 * keymaps.texi: Document that a symbol can act as a keymap.
1651
1652 2003-01-13 Richard M. Stallman <rms@gnu.org>
1653
1654 * text.texi (Changing Properties): Say string indices are origin-0.
1655
1656 * positions.texi (Screen Lines) <compute-motion>:
1657 Correct order of elts in return value.
1658
1659 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
1660 how to define a default binding.
1661
1662 2002-12-07 Markus Rost <rost@math.ohio-state.edu>
1663
1664 * loading.texi (Unloading): Fix recent change for load-history.
1665
1666 * customize.texi (Simple Types): Clarify description of custom
1667 type 'number. Describe new custom type 'float.
1668
1669 2002-12-04 Markus Rost <rost@math.ohio-state.edu>
1670
1671 * variables.texi (File Local Variables): Fix typo.
1672
1673 2002-10-23 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
1674
1675 From Michael Albinus <Michael.Albinus@alcatel.de>.
1676
1677 * README: Target for Info file is `make info'.
1678
1679 * files.texi (File Name Components): Fixed typos in
1680 `file-name-sans-extension'.
1681 (Magic File Names): Complete list of operations for magic file
1682 name handlers.
1683
1684 2002-09-16 Jonathan Yavner <jyavner@engineer.com>
1685
1686 * variables.texi (File Local Variables): New function
1687 risky-local-variable-p.
1688
1689 2002-09-15 Jonathan Yavner <jyavner@engineer.com>
1690
1691 * functions.texi (Function safety): New node about unsafep.
1692
1693 2002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
1694
1695 * customize.texi (Splicing into Lists): Fixed example.
1696 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>
1697
1698 2002-06-17 Juanma Barranquero <lektu@terra.es>
1699
1700 * frames.texi (Display Feature Testing): Fix typo.
1701
1702 2002-06-12 Andreas Schwab <schwab@suse.de>
1703
1704 * frames.texi (Initial Parameters, Resources): Fix references to
1705 the Emacs manual.
1706
1707 2002-05-13 Kim F. Storm <storm@cua.dk>
1708
1709 * variables.texi (Intro to Buffer-Local): Updated warning and
1710 example relating to changing buffer inside let.
1711
1712 2002-03-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1713
1714 * os.texi (Session Management): New node about X Session management.
1715
1716 2002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
1717
1718 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
1719 to which the manual corresponds, and the copyright years.
1720
1721 * Makefile.in (VERSION): Set to 2.9.
1722
1723 2001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
1724
1725 * elisp.texi: Change the category in @dircategory to "Emacs", to
1726 make it consistent with info/dir.
1727
1728 2001-11-25 Miles Bader <miles@gnu.org>
1729
1730 * text.texi (Fields): Describe new `limit' arg in
1731 field-beginning/field-end.
1732
1733 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
1734
1735 * permute-index: Don't depend on csh-specific features. Replace
1736 the interpreter name with /bin/sh.
1737
1738 * two-volume-cross-refs.txt: New file.
1739 * two.el: New file.
1740 * spellfile: New file.
1741
1742 2001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
1743
1744 * permute-index: New file.
1745
1746 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
1747 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
1748 8+3 restricted namespace.
1749
1750 * Makefile.in (infodir): Define relative to $(srcdir).
1751 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
1752 include directories list via -I switch to makeinfo.
1753 (index.texi): Use cp if both hard and symbolic links fail.
1754
1755 2001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
1756
1757 * Makefile.in (distclean): Add.
1758
1759 The following changes make ELisp manual part of the Emacs
1760 distribution:
1761
1762 * Makefile.in: Add Copyright notice.
1763 (prefix): Remove.
1764 (infodir): Change value to "../info".
1765 (VPATH): New variable.
1766 (MAKE): Don't define.
1767 (texmacrodir): Don't define.
1768 (texinputdir): Append the existing value of TEXINPUTS.
1769 ($(infodir)/elisp): Instead of just "elisp". Reformat the
1770 command to be compatible with man/Makefile.in, and to put the
1771 output into ../info.
1772 (info): Add target.
1773 (installall): Target removed.
1774
1775 2001-10-31 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1776
1777 * tips.texi (Coding Conventions): Fix typo.
1778
1779 2001-10-23 Gerd Moellmann <gerd@gnu.org>
1780
1781 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
1782
1783 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
1784
1785 * files.texi (File Name Components): Update the description of
1786 file-name-sans-extension and file-name-extension, as they now
1787 ignore leading dots.
1788
1789 2001-10-20 Gerd Moellmann <gerd@gnu.org>
1790
1791 * (Version 21.1 released.)
1792
1793 2001-10-19 Miles Bader <miles@gnu.org>
1794
1795 * positions.texi (Text Lines): Describe behavior of
1796 `beginning-of-line'/`end-of-line' in the presence of field properties.
1797
1798 2001-10-17 Gerd Moellmann <gerd@gnu.org>
1799
1800 * Makefile.in (VERSION): Set to 2.8.
1801 (manual): Use `manual-21'.
1802
1803 * elisp.texi (VERSION): Add and use it where the version
1804 number was used. Set it to 2.8.
1805
1806 * intro.texi: Likewise.
1807
1808 2001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
1809
1810 * files.texi (File Name Completion): Document the significance of
1811 a trailing slash in elements of completion-ignored-extensions.
1812
1813 2001-10-06 Miles Bader <miles@gnu.org>
1814
1815 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
1816
1817 2001-10-04 Gerd Moellmann <gerd@gnu.org>
1818
1819 * variables.texi (Variable Aliases): New node.
1820
1821 2001-10-04 Gerd Moellmann <gerd@gnu.org>
1822
1823 * Branch for 21.1.
1824
1825 2001-10-02 Miles Bader <miles@gnu.org>
1826
1827 * minibuf.texi (Minibuffer Misc): Add entries for
1828 `minibuffer-contents', `minibuffer-contents-no-properties', and
1829 `delete-minibuffer-contents'.
1830 Correct description for `minibuffer-prompt-end'.
1831
1832 * text.texi (Property Search): Correct descriptions of
1833 `next-char-property-change' and `previous-char-property-change'.
1834 Add entries for `next-single-char-property-change' and
1835 `previous-single-char-property-change'.
1836 Make operand names a bit more consistent.
1837
1838 2001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
1839
1840 * frames.texi (Finding All Frames): Document that next-frame and
1841 previous-frame are local to current terminal.
1842
1843 2001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
1844
1845 * keymaps.texi (Creating Keymaps): Fix the description of the
1846 result of make-keymap.
1847
1848 2001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
1849
1850 * display.texi (Font Lookup, Attribute Functions)
1851 (Image Descriptors): Add cross-references to the definition of
1852 selected frame.
1853
1854 * buffers.texi (The Buffer List): Add cross-references to the
1855 definition of selected frame.
1856
1857 * frames.texi (Input Focus): Clarify which frame is _the_ selected
1858 frame at any given time.
1859 (Multiple Displays, Size and Position): Add a cross-reference to
1860 the definition of the selected frame.
1861
1862 2001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
1863
1864 * strings.texi (String Conversion) <string-to-number>: Document
1865 that a float is returned for integers that are too large.
1866
1867 * frames.texi (Mouse Position): Document mouse-position-function.
1868 (Display Feature Testing): Document display-images-p.
1869 (Window Frame Parameters): Document the cursor-type variable.
1870
1871 * numbers.texi (Integer Basics): Document CL style read syntax for
1872 integers in bases other than 10.
1873
1874 * positions.texi (List Motion): Document
1875 open-paren-in-column-0-is-defun-start.
1876
1877 * lists.texi (Sets And Lists): Document member-ignore-case.
1878
1879 * internals.texi (Garbage Collection): Document the used and free
1880 strings report.
1881 (Memory Usage): Document strings-consed.
1882
1883 * os.texi (Time of Day): Document float-time.
1884 (Recording Input): Document that clear-this-command-keys clears
1885 the vector to be returned by recent-keys.
1886
1887 * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
1888 argument keymap can be a list.
1889
1890 * nonascii.texi (User-Chosen Coding Systems)
1891 <select-safe-coding-system>: Document the new argument
1892 accept-default-p and the variable
1893 select-safe-coding-system-accept-default-p. Tell what happens if
1894 buffer-file-coding-system is undecided.
1895 (Default Coding Systems): Document auto-coding-regexp-alist.
1896
1897 * display.texi (The Echo Area) <message>: Document
1898 message-truncate-lines.
1899 (Glyphs): Document that the glyph table is unused on windowed
1900 displays.
1901
1902 * help.texi (Describing Characters) <single-key-description>:
1903 Document the new argument no-angles.
1904 (Accessing Documentation) <documentation-property>: Document that
1905 a non-string property is evaluated.
1906 <documentation>: Document that the function-documentation property
1907 is looked for.
1908
1909 * windows.texi (Selecting Windows): Document some-window.
1910
1911 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
1912
1913 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
1914 apropos-mode-hook.
1915
1916 * commands.texi (Using Interactive): Document interactive-form.
1917 (Keyboard Macros): Document kbd-macro-termination-hook.
1918 (Command Loop Info): Document that clear-this-command-keys clears
1919 the vector to be returned by recent-keys.
1920
1921 2001-09-04 Werner LEMBERG <wl@gnu.org>
1922
1923 * Makefile.in (srcdir, texinputdir): New variables.
1924 (srcs, index.texi, install): Use $(srcdir).
1925 (.PHONY): Remove elisp.dvi.
1926 (elisp): Use -I switch for makeinfo.
1927 (elisp.dvi): Use $(srcdir) and $(texinputdir).
1928 (installall, dist): Use $(srcdir).
1929 Fix path to texinfo.tex.
1930 (maintainer-clean): Add elisp.dvi and elisp.oaux.
1931
1932 2001-08-30 Gerd Moellmann <gerd@gnu.org>
1933
1934 * display.texi (Conditional Display): Adjust to API change.
1935
1936 * configure: New file.
1937
1938 2001-07-30 Gerd Moellmann <gerd@gnu.org>
1939
1940 * commands.texi (Repeat Events): Add description of
1941 double-click-fuzz.
1942
1943 2001-05-08 Stefan Monnier <monnier@cs.yale.edu>
1944
1945 * syntax.texi (Syntax Class Table): Add the missing designator for
1946 comment and string fences.
1947 (Syntax Properties): Add a xref to syntax table internals.
1948 (Syntax Table Internals): Document string-to-syntax.
1949
1950 2001-05-07 Gerd Moellmann <gerd@gnu.org>
1951
1952 * Makefile.in (install): Use install-info command line options
1953 like in Emacs' Makefile.in.
1954
1955 2000-12-09 Miles Bader <miles@gnu.org>
1956
1957 * windows.texi (Window Start): Update documentation for
1958 `pos-visible-in-window-p'.
1959
1960 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
1961
1962 * lists.texi (Building Lists): Add footnote to explain how to add
1963 to the end of a list.
1964
1965 2000-10-25 Gerd Moellmann <gerd@gnu.org>
1966
1967 * files.texi (Visiting Functions): Typos.
1968
1969 2000-10-25 Kenichi Handa <handa@etl.go.jp>
1970
1971 * files.texi (Visiting Functions): Return value of
1972 find-file-noselect may be a list of buffers if wildcards are used.
1973
1974 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
1975
1976 * display.texi (Defining Faces): Document `graphic' display type
1977 in face specs.
1978
1979 2000-10-18 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1980
1981 * hooks.texi (Standard Hooks): Replace obsolete
1982 `after-make-frame-hook' with `after-make-frame-functions'.
1983
1984 * frames.texi (Creating Frames): Ditto.
1985
1986 * variables.texi (Future Local Variables): Ditto.
1987
1988 2000-10-16 Gerd Moellmann <gerd@gnu.org>
1989
1990 * display.texi (Other Image Types): Add description of :foreground
1991 and :background properties of mono PBM images.
1992
1993 2000-08-17 Werner LEMBERG <wl@gnu.org>
1994
1995 * .cvsignore: New file.
1996
1997 2000-01-05 Gerd Moellmann <gerd@gnu.org>
1998
1999 * tindex.pl: New script.
2000
2001 1999-12-03 Dave Love <fx@gnu.org>
2002
2003 * Makefile.in (MAKEINFO): New parameter.
2004
2005 1999-09-17 Richard Stallman <rms@gnu.org>
2006
2007 * Makefile.in (srcs): Add hash.texi.
2008 (VERSION): Update to 20.6.
2009
2010 1999-09-13 Richard Stallman <rms@gnu.org>
2011
2012 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
2013
2014 1998-08-29 Karl Heuer <kwzh@gnu.org>
2015
2016 * configure.in: New file.
2017 * Makefile.in: Renamed from Makefile.
2018 (prefix, infodir): Use value obtained from configure.
2019 (emacslibdir): Obsolete variable deleted.
2020 (dist): Distribute configure.in, configure, Makefile.in.
2021
2022 1998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
2023
2024 * Makefile (INSTALL_INFO): New variable.
2025 (install): Run install-info.
2026
2027 1998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
2028
2029 * Makefile (elisp.dvi): Add missing backslash.
2030
2031 1998-05-02 Richard Stallman <rms@psilocin.gnu.org>
2032
2033 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
2034 Run texindex without `./'. Always run texindex on elisp.tp.
2035 (elisp.tps): Target deleted.
2036
2037 1998-04-05 Richard Stallman <rms@psilocin.gnu.org>
2038
2039 * Makefile (srcs): Add nonascii.texi and customize.texi.
2040 (dist): Start by deleting `temp'.
2041
2042 1998-02-17 Richard Stallman <rms@psilocin.gnu.org>
2043
2044 * Makefile (makeinfo, texindex): Targets deleted.
2045 (makeinfo.o, texindex.o): Targets deleted.
2046 (clean, dist): Don't do anything with them or with getopt*.
2047
2048 1998-01-30 Richard Stallman <rms@psilocin.gnu.org>
2049
2050 * Makefile (SHELL): Defined.
2051
2052 1998-01-27 Richard Stallman <rms@psilocin.gnu.org>
2053
2054 * Makefile (elisp.tps): New target.
2055 (elisp.dvi): Depend on elisp.tps.
2056
2057 Wed Apr 3 15:24:25 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
2058
2059 * README: Update phone number.
2060
2061 * Makefile (elisp): Make this be the default target.
2062 Depend on makeinfo.c instead of makeinfo.
2063 (install): Don't depend on elisp.dvi, since we don't install that.
2064 Use mkinstalldirs.
2065 (dist): Add mkinstalldirs.
2066
2067 Mon Jun 19 14:35:26 1995 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2068
2069 * Makefile (VERSION): Update version number.
2070 (maintainer-clean): Renamed from realclean.
2071
2072 Wed Jun 7 17:04:59 1995 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
2073
2074 * Makefile (realclean): New target.
2075 (elisp): Remove any old elisp-* files first.
2076
2077 Tue Nov 23 19:59:40 1993 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
2078
2079 * Makefile (VERSION): New variable.
2080 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
2081 Compressed file suffix should be `.gz', not `.z'.
2082
2083 Mon Nov 22 15:06:19 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2084
2085 * Makefile (elisp): Depend on makeinfo.
2086
2087 Fri Nov 19 02:29:33 1993 Noah Friedman (friedman@gnu.ai.mit.edu)
2088
2089 * Makefile (srcs): Add anti.texi.
2090
2091 Fri May 28 18:04:53 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2092
2093 * Makefile (infodir, prefix): New vars.
2094 (install): Use infodir.
2095 (emacsinfodir): Deleted.
2096
2097 Thu May 27 02:11:25 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2098
2099 * Makefile (srcs): Add calendar.texi.
2100
2101 * Makefile (dist): Copy texindex.c and makeinfo.c.
2102 Limit elisp-* files to those with one or two digits.
2103
2104 Sun May 16 17:58:21 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
2105
2106 * Makefile (dist): Changed to use Gzip instead of compress.
2107
2108 Fri Apr 23 01:05:23 1993 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
2109
2110 * loading.texi (Unloading): define-function changed back to
2111 defalias. It may not stay this way, but at least it's
2112 consistent with the known-good version of the code patch.
2113
2114 Fri Mar 26 21:14:54 1993 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
2115
2116 * modes.texi (Hooks): Document new optional arg of add-hook.
2117
2118 Wed Mar 17 08:48:24 1993 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
2119
2120 * variables.texi: Document nil initial value of buffer-local variables.
2121
2122 * tips.texi: Add new section on standard library headers.
2123
2124 Sat Feb 27 18:00:25 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
2125
2126 * Makefile (srcs): Add frame.texi to the list of sources.
2127
2128 Tue Feb 23 10:50:25 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
2129
2130 * Makefile (dist): Don't bother excluding autosave files; they'll
2131 never make it into the temp directory anyway, and the hash marks
2132 in the name are problematic for make and the Bourne shell.
2133 (srcs):
2134
2135 Fri Feb 12 16:54:38 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
2136
2137 * Makefile (dist): Don't include backup files or autosave files in
2138 the distribution tar file.
2139
2140 Tue Nov 26 21:10:34 1991 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2141
2142 * Makefile (srcs): Added index.perm.
2143 (elisp.dvi): Remove erroneous shell comment.
2144 Expect output of permute-index in permuted.fns.
2145 Save old elisp.aux in elisp.oaux.
2146 (clean): Added index.texi to be deleted.
2147
2148 Sat Aug 11 17:39:10 1990 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
2149
2150 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
2151
2152 Tue Jun 26 09:57:26 1990 David Lawrence (tale@geech)
2153
2154 * files.texi: Noted that completion-ignored-extensions is ignored
2155 when making *Completions*.
2156
2157 Fri Jun 8 16:44:44 EDT 1990 Jay Fenlason (hack@ai.mit.edu)
2158
2159 * Makefile make dist now depends on elisp.dvi, since it tries
2160 to include it in the dist file.
2161
2162 Wed Mar 28 22:57:35 1990 Jim Kingdon (kingdon@mole.ai.mit.edu)
2163
2164 * functions.texinfo (Mapping Functions): Add missing quote
2165
2166 Mon Jun 19 18:09:24 1989 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
2167
2168 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
2169 (defunargs): Turn off \hyphenchar of \sl font temporarily.
2170
2171 Wed May 10 18:01:17 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
2172
2173 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
2174 and @error{} are the terms now being used. The files in the
2175 directory have been changed to reflect this.
2176
2177 * All instances of @indentedresultt{} have been changed to
2178 ` @result{}', using 5 spaces at the begining of the line.
2179
2180 Mon Apr 24 21:02:55 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
2181
2182 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
2183 experimental @indentedresult{}, @indentedexpandsto{} are part of
2184 the texinfo.tex in this directory. These TeX macros are not
2185 stable yet.
2186
2187 Mon Apr 17 18:56:50 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
2188
2189 * texinfo.tex: temporarily added
2190 \let\result=\dblarrow
2191 \def\error{{\it ERROR} \longdblarrow}
2192 We need to do this better soon.
2193
2194 Tue Apr 11 12:23:28 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
2195
2196 * Applied Karl Berry's patches to *.texinfo files, but not to
2197 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
2198 new title page format is also not applied, since it requires
2199 texinfo.tex changes.)
2200
2201 * Cleaned up `Makefile' and defined the `emacslibdir' directory
2202 for the Project GNU development environment.
2203
2204 ;; Local Variables:
2205 ;; coding: iso-2022-7bit
2206 ;; End:
2207
2208 Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
2209 Copying and distribution of this file, with or without modification,
2210 are permitted provided the copyright notice and this notice are preserved.
2211
2212 ;;; arch-tag: 985ae0ce-df29-475b-b3f8-4bbcbf6f7fda