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