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