*** empty log message ***
[bpt/emacs.git] / lispref / ChangeLog
CommitLineData
3d393029
RS
12005-07-03 Richard M. Stallman <rms@gnu.org>
2
7fe48b75
RS
3 * elisp.texi (Top): Update subnode menu for Display.
4
5 * display.texi (Displaying Messages): New node, with most
6 of what was in The Echo Area.
7 (Progress): Moved under The Echo Area.
8 (Logging Messages): New node with new text.
9 (Echo Area Customization): New node, the rest of what was
10 in The Echo Area. Document message-truncate-lines with @defvar.
11 (Display): Update menu.
12
3d393029
RS
13 * windows.texi (Textual Scrolling): Doc 3 values for
14 scroll-preserve-screen-position.
15
16 * text.texi (Special Properties): Change hook functions
17 should bind inhibit-modification-hooks around altering buffer text.
18
19 * keymaps.texi (Key Binding Commands): Call binding BINDING
20 rather than DEFINITION.
21
b26860ad
JB
222005-06-29 Juanma Barranquero <lekktu@gmail.com>
23
24 * variables.texi (Defining Variables): `user-variable-p' returns t
25 for aliases of user options, nil for alias loops.
26
025691ed
RS
272005-06-28 Richard M. Stallman <rms@gnu.org>
28
29 * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
30 make-keymap.
31
b61bfa4d
LT
322005-06-27 Luc Teirlinck <teirllm@auburn.edu>
33
34 * variables.texi (Setting Variables): Correct and clarify
35 description of `add-to-ordered-list'.
36
24ee714d
RS
372005-06-26 Richard M. Stallman <rms@gnu.org>
38
39 * display.texi (Faces): Minor cleanup.
40
33b79ce4
LT
412005-06-25 Luc Teirlinck <teirllm@auburn.edu>
42
43 * display.texi (Faces): `facep' returns t for strings that are
44 face names.
45
df13531d
RS
462005-06-25 Richard M. Stallman <rms@gnu.org>
47
48 * objects.texi (Equality Predicates): Clarify meaning of equal.
49
50 * windows.texi (Selecting Windows): save-selected-window
51 and with-selected-window save and restore the current buffer.
52
cf444441
RS
532005-06-24 Richard M. Stallman <rms@gnu.org>
54
55 * numbers.texi (Float Basics): Explain how to test for NaN,
56 and printing the sign of NaNs.
57
6cdd056d
EZ
582005-06-24 Eli Zaretskii <eliz@gnu.org>
59
60 * makefile.w32-in (MAKEINFO): Use --force.
61
b93e3c3b
RS
622005-06-23 Richard M. Stallman <rms@gnu.org>
63
64 * display.texi (Face Functions): Correct Texinfo usage.
65
6fb276bd
LT
662005-06-23 Luc Teirlinck <teirllm@auburn.edu>
67
68 * lists.texi (Rings): `ring-elements' now returns the elements of
69 RING in order.
70
1d1c7e75
JB
712005-06-23 Juanma Barranquero <lekktu@gmail.com>
72
73 * markers.texi (The Mark): Texinfo usage fix.
74
9d12e52b
KS
752005-06-23 Kim F. Storm <storm@cua.dk>
76
77 * searching.texi (Entire Match Data): Remove evaporate option for
78 match-data. Do not mention evaporate option for set-match-data.
79
6d44324c
GM
802005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
81
82 * display.texi (Face Functions): Mention face aliases.
83
80df27a7
RS
842005-06-21 Richard M. Stallman <rms@gnu.org>
85
86 * anti.texi (Antinews): Texinfo usage fix.
87
e121563b
KB
882005-06-21 Karl Berry <karl@gnu.org>
89
9d7d543c
KB
90 * elisp.texi: Use @copying.
91
e121563b
KB
92 * elisp.texi: Put @summarycontents and @contents before the Top
93 node, instead of the end of the file, so that the contents appear
94 in the right place in the dvi/pdf output.
95
36a3b076
JL
962005-06-21 Juri Linkov <juri@jurta.org>
97
98 * display.texi (Defining Faces): Add `customized-face'.
99
5c796e80
KS
1002005-06-20 Kim F. Storm <storm@cua.dk>
101
b7d1f38f
KS
102 * variables.texi (Setting Variables): Any type of element can be
103 given order in add-to-ordered-list. Compare elements with eq.
104
5c796e80
KS
105 * lists.texi (Rearrangement): Sort predicate may just return non-nil.
106
fb056bef
KB
1072005-06-20 Karl Berry <karl@gnu.org>
108
109 * syntax.texi (Syntax Flags): Make last column very slightly wider
110 to avoid "generic comment" breaking on two lines and causing an
111 underfull box.
112
84398baa
LT
1132005-06-19 Luc Teirlinck <teirllm@auburn.edu>
114
115 * lists.texi (Rings): Various minor clarifications and corrections.
116
07ff1e4b
RS
1172005-06-18 Richard M. Stallman <rms@gnu.org>
118
119 * functions.texi (Obsolete Functions): Simplify.
120
121 * variables.texi (Variable Aliases): Simplify.
122
123 * anti.texi, backups.texi, compile.texi, customization.texi:
124 * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
125 * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
126 * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
127 * variables.texi: Fix formatting ugliness.
128
129 * elisp.texi: Add links to Rings and Byte Packing.
130 Update version and copyright years.
131
132 * minibuf.texi: Fix formatting ugliness.
133 (Completion Commands): Move keymap vars to the end
134 and vars completing-read binds to the top.
135
3f7fab24
LT
1362005-06-17 Luc Teirlinck <teirllm@auburn.edu>
137
138 * processes.texi: Fix typos.
139 (Bindat Spec): Correct Texinfo error.
926c4c9b 140 (Byte Packing): Fix ungrammatical sentence.
3f7fab24 141
f19b57e3
RS
1422005-06-17 Thien-Thi Nguyen <ttn@gnu.org>
143
144 * lists.texi (Rings): New node.
145 (Lists): Add it to menu.
146
a80c5da7 147 * processes.texi (Byte Packing): New node.
f19b57e3
RS
148 (Processes): Add it to menu.
149
1502005-06-17 Richard M. Stallman <rms@gnu.org>
151
152 * syntax.texi (Parsing Expressions): Fix texinfo usage.
153
154 * help.texi (Documentation Basics): Explain the xref to
155 Documentation Tips.
156
157 * debugging.texi (Debugger Commands): Minor fix.
158
67c1390d
LT
1592005-06-16 Luc Teirlinck <teirllm@auburn.edu>
160
161 * edebug.texi (Instrumenting): Eliminate duplicate link.
162 (Specification List): Replace references to "below", referring to
163 a later node, with one @ref to that node.
164
165 * os.texi (Timers): Timers should save and restore the match data
166 if they change it.
167
168 * debugging.texi (Debugger Commands): Mention that the Lisp
169 debugger can not step through primitive functions.
170
51cd2a8c
JB
1712005-06-16 Juanma Barranquero <lekktu@gmail.com>
172
173 * functions.texi (Obsolete Functions): Update argument names of
174 `make-obsolete' and `define-obsolete-function-alias'.
175
176 * variables.texi (Variable Aliases): Update argument names of
177 `defvaralias', `make-obsolete-variable' and
178 `define-obsolete-variable-alias'.
179
f5e6ac4a
KS
1802005-06-15 Kim F. Storm <storm@cua.dk>
181
182 * searching.texi (Entire Match Data): Rephrase warnings about
183 evaporate arg to match-data and set-match-data.
184
fe2a9972
LT
1852005-06-14 Luc Teirlinck <teirllm@auburn.edu>
186
67774855
LT
187 * elisp.texi (Top): Update detailed menu.
188
fe2a9972
LT
189 * edebug.texi (Edebug): Update menu.
190 (Instrumenting): Update xrefs.
191 (Edebug Execution Modes): Correct xref.
192 (Jumping): Clarify description of `h' command.
193 Eliminate redundant @ref.
194 (Breaks): New node.
195 (Breakpoints): is now a subsubsection.
196 (Global Break Condition): Mention `C-x X X'.
197 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'.
198 (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
199 (Edebug Display Update): Correct pxref.
200 (Edebug and Macros): New node.
201 (Instrumenting Macro Calls): Is now a subsubsection.
202 Neither arg of `def-edebug-spec' is evaluated.
203 (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
204 (Specification Examples): Fix typo.
205
b59f605b
LK
2062005-06-14 Lute Kamstra <lute@gnu.org>
207
208 * debugging.texi (Function Debugging): Primitives can break on
209 entry too.
210
a5c99dc9
KS
2112005-06-14 Kim F. Storm <storm@cua.dk>
212
213 * variables.texi (Setting Variables): Add add-to-ordered-list.
214
f99ed2f8
SM
2152005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
216
217 * syntax.texi (Parsing Expressions): Document aux functions and vars of
218 syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
219
9d42ffaa
LK
2202005-06-13 Lute Kamstra <lute@gnu.org>
221
222 * text.texi (Special Properties): Fix cross reference.
223
32cc0b00
LT
2242005-06-11 Luc Teirlinck <teirllm@auburn.edu>
225
226 * debugging.texi (Function Debugging): Delete mention of empty
227 string argument to `cancel-debug-on-entry'. Delete inaccurate
228 description of the return value of that command.
229
98d1a1cf
EZ
2302005-06-11 Alan Mackenzie <acm@muc.de>
231
232 * text.texi (Adaptive Fill): Amplify the description of
233 fill-context-prefix.
234
4b53b8d7
LT
2352005-06-10 Luc Teirlinck <teirllm@auburn.edu>
236
84398baa 237 * syntax.texi (Parsing Expressions): Fix Texinfo error.
4b53b8d7 238
b5305167
SM
2392005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
240
241 * syntax.texi (Parsing Expressions): Document syntax-ppss.
242
9bd4c3ad
LT
2432005-06-10 Luc Teirlinck <teirllm@auburn.edu>
244
245 * debugging.texi (Error Debugging): Minor rewording.
246 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
247 is optional.
248
257914aa
LK
2492005-06-10 Lute Kamstra <lute@gnu.org>
250
b5305167 251 * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
257914aa
LK
252 (Top): Give it a title. Correct version number. Give the
253 detailed node listing a more prominent header.
b5305167
SM
254 * intro.texi: Don't set VERSION here a second time.
255 Mention Emacs's version too.
257914aa
LK
256 * anti.texi (Antinews): Use EMACSVER to refer to the current
257 version of Emacs.
258
b7aae902
KS
2592005-06-09 Kim F. Storm <storm@cua.dk>
260
261 * searching.texi (Entire Match Data): Explain new `reseat' argument to
262 match-data and set-match-data.
263
99598737
RS
2642005-06-08 Richard M. Stallman <rms@gnu.org>
265
266 * searching.texi (Entire Match Data): Clarify when match-data
267 returns markers and when integers.
268
269 * display.texi (Defining Faces): Explain that face name should not
270 end in `-face'.
271
272 * modes.texi (Mode Line Data): Minor cleanup.
273 (Customizing Keywords): Node split out of Search-based Fontification.
274 Add example of using font-lock-add-keywords from a hook.
275 Clarify when MODE should be non-nil, and when nil.
276
2772005-06-06 Richard M. Stallman <rms@gnu.org>
278
279 * modes.texi (Mode Line Data): Explain what happens when the car
280 of a list is a void symbol.
281 (Search-based Fontification): Explain MODE arg to
282 font-lock-add-keywords and warn about calls from major modes.
283
ecc8893a
JL
2842005-06-08 Juri Linkov <juri@jurta.org>
285
286 * display.texi (Standard Faces): Add `shadow' face.
287
7fa9f4eb
LT
2882005-05-29 Luc Teirlinck <teirllm@auburn.edu>
289
290 * modes.texi (Major Mode Conventions): A derived mode only needs
291 to put the call to the parent mode inside `delay-mode-hooks'.
292
bebcc4b1
RS
2932005-05-29 Richard M. Stallman <rms@gnu.org>
294
c16b1394
RS
295 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
296 new, and what that implies. Clarify.
297
298 * files.texi (Locating Files): Clean up the text.
299
bebcc4b1
RS
300 * frames.texi (Window Frame Parameters): Document user-size.
301 Shorten entry for top by referring to left.
302
3032005-05-26 Richard M. Stallman <rms@gnu.org>
304
305 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
306 is new, and what the implications are. Other clarifications.
307
217797bc
RS
3082005-05-24 Richard M. Stallman <rms@gnu.org>
309
310 * frames.texi (Dialog Boxes): Minor fixes.
311
3565fe07
MY
3122005-05-25 Masatake YAMATO <jet@gyve.org>
313
314 * display.texi (Standard Faces): Write about `mode-line-highlight'.
315
817089df
LT
3162005-05-24 Luc Teirlinck <teirllm@auburn.edu>
317
318 * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
319 is optional.
320
cb5db137
NR
3212005-05-24 Nick Roberts <nickrob@snap.net.nz>
322
323 * frames.texi (Dialog Boxes): Descibe new optional argument.
324
3c8572f5
LK
3252005-05-23 Lute Kamstra <lute@gnu.org>
326
327 * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
328 syntax-begin-function over font-lock-beginning-of-syntax-function.
329
2a4d7cb3
LT
3302005-05-21 Luc Teirlinck <teirllm@auburn.edu>
331
71f800cf
LT
332 * minibuf.texi (Reading File Names): Update description of
333 `read-directory-name'.
334
2a4d7cb3
LT
335 * modes.texi (Derived Modes): Clarify :group keyword.
336
bb4afd09
EZ
3372005-05-21 Eli Zaretskii <eliz@gnu.org>
338
b5305167
SM
339 * files.texi (Locating Files): New subsection.
340 Describe locate-file and executable-find.
bb4afd09 341
a2c9aee6
EZ
3422005-05-21 Kevin Ryde <user42@zip.com.au>
343
344 * frames.texi (Initial Parameters): Update cross reference to
345 "Emacs Invocation".
346
6900105f
LT
3472005-05-19 Luc Teirlinck <teirllm@auburn.edu>
348
ca1b0914
LT
349 * keymaps.texi (Active Keymaps): Add anchor.
350
6900105f
LT
351 * modes.texi (Hooks): Delete confusing and unnecessary sentence.
352 (Major Mode Conventions): Refer to `Auto Major Mode' in more
353 appropriate place.
354 (Derived Modes): Small clarifications.
b5305167
SM
355 (Minor Mode Conventions, Keymaps and Minor Modes):
356 Replace references to nodes with references to anchors.
6900105f
LT
357 (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
358 Clarify description of lists whose first element is an integer.
359 (Mode Line Variables): Add anchor.
360 (%-Constructs): Clarify description of integer after %.
361 (Emulating Mode Line): Describe nil value for FACE.
362
54d06364
LT
3632005-05-18 Luc Teirlinck <teirllm@auburn.edu>
364
365 * modes.texi (Derived Modes): Correct references to non-existing
366 variable standard-syntax-table.
367
f8d0b769
LK
3682005-05-17 Lute Kamstra <lute@gnu.org>
369
370 * modes.texi (Defining Minor Modes): Mention the mode hook.
371
294c599c
KS
3722005-05-15 Kim F. Storm <storm@cua.dk>
373
374 * processes.texi (Network): Remove open-network-stream-nowait.
375 (Network Servers): Remove open-network-stream-server.
376
4214af69
LT
3772005-05-15 Luc Teirlinck <teirllm@auburn.edu>
378
379 * elisp.texi (Top): Update detailed menu.
380
381 * variables.texi: Reorder nodes.
382 (Variables): Update menu.
383 (File Local Variables): Do not refer to the `-*-' line as
384 a "local variables list". Add pxref.
385
302691ab
LT
3862005-05-14 Luc Teirlinck <teirllm@auburn.edu>
387
56d4215a
LT
388 * elisp.texi (Top): Update detailed menu for node changes.
389
302691ab
LT
390 * modes.texi (Modes): Update Menu.
391 (Hooks): Move to beginning of chapter.
392 Most minor modes run mode hooks too.
393 `add-hook' can handle void hooks or hooks whose value is a single
394 function.
395 (Major Modes): Update Menu.
396 (Major Mode Basics): New node, split off from `Major Modes'.
397 (Major Mode Conventions): Correct xref. Explain how to handle
398 auto-mode-alist if the major mode command has an autoload cookie.
399 (Auto Major Mode): Major update. Add magic-mode-alist.
400 (Derived Modes): Major update.
401 (Mode Line Format): Update Menu.
402 (Mode Line Basics): New node, split off from `Mode Line Format'.
403
404 * loading.texi (Autoload): Mention `autoload cookie' as synonym
405 for `magic autoload comment'. Add index entries and anchor.
406
d06ba294
RS
4072005-05-14 Richard M. Stallman <rms@gnu.org>
408
409 * tips.texi (Coding Conventions): Explain how important it is
410 that just loading certain files not change Emacs behavior.
411
412 * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
413
405cb12a
LK
4142005-05-12 Lute Kamstra <lute@gnu.org>
415
19958124
LK
416 * modes.texi (Generic Modes): Update.
417 (Major Modes): Refer to node "Generic Modes".
418
405cb12a
LK
419 * elisp.texi (Top): Update to the current structure of the manual.
420 * processes.texi (Processes): Add menu description.
421 * customize.texi (Customization): Add menu descriptions.
422
f714dd1b
TTN
4232005-05-11 Thien-Thi Nguyen <ttn@gnu.org>
424
cc9442f2
TTN
425 * processes.texi (Signals to Processes)
426 (Low-Level Network): Fix typos.
f714dd1b 427
36ad23ec
LK
4282005-05-11 Lute Kamstra <lute@gnu.org>
429
430 * elisp.texi (Top): Add some nodes from the chapter "Major and
431 Minor Modes" to the detailed node listing.
432
d101bf56
RS
4332005-05-10 Richard M. Stallman <rms@gnu.org>
434
435 * keymaps.texi (Extended Menu Items): Menu item filter functions
436 can be called at any time.
437
698b0510
LT
4382005-05-08 Luc Teirlinck <teirllm@auburn.edu>
439
440 * variables.texi (File Local Variables): `(hack-local-variables t)'
441 now also checks whether a mode is specified in the local variables
442 list.
443
2c6b25c7
EZ
4442005-05-05 Kevin Ryde <user42@zip.com.au>
445
446 * display.texi (The Echo Area): Correct format function cross
447 reference.
448
643b4cf5
LT
4492005-05-05 Luc Teirlinck <teirllm@auburn.edu>
450
451 * variables.texi (Variable Aliases): Change description of
452 `define-obsolete-variable-alias'.
453
454 * functions.texi (Functions): Add "Obsolete Functions" to menu.
455 (Defining Functions): Add xref.
456 (Obsolete Functions): New node.
457 (Function Safety): Standardize capitalization of section title.
458
459 * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
460 (Dialog Boxes): Complete description of `x-popup-dialog'.
461
053bc8e4
RS
4622005-05-04 Richard M. Stallman <rms@gnu.org>
463
464 * commands.texi (Interactive Codes): Fix Texinfo usage.
465 Document U more clearly.
466
f6b1b15a
LT
4672005-05-01 Luc Teirlinck <teirllm@auburn.edu>
468
3b925015
LT
469 * variables.texi (Variable Aliases): `make-obsolete-variable' is a
470 function and not a macro.
471
f6b1b15a
LT
472 * frames.texi (Pop-Up Menus): Correct and clarify description of
473 `x-popup-menu'.
474 (Dialog Boxes): Clarify description of `x-popup-dialog'.
475
ebbfa918
RS
4762005-05-01 Richard M. Stallman <rms@gnu.org>
477
478 * edebug.texi (Checking Whether to Stop): Fix previous change.
479
abe2f96e
LT
4802005-05-01 Luc Teirlinck <teirllm@auburn.edu>
481
d6028ef2
LT
482 * display.texi: Fix typos and Texinfo usage.
483
abe2f96e
LT
484 * edebug.texi (Checking Whether to Stop): executing-macro ->
485 executing-kbd-macro.
486
b2cfb30b
RS
4872005-05-01 Richard M. Stallman <rms@gnu.org>
488
489 * display.texi (Invisible Text): Correct add-to-invisibility-spec.
490
7e995a23
RS
4912005-04-30 Richard M. Stallman <rms@gnu.org>
492
493 * files.texi (Magic File Names): Document `operations' property.
494
57efa539
LK
4952005-04-29 Lute Kamstra <lute@gnu.org>
496
497 * modes.texi (Generic Modes): New node.
498 (Major Modes): Add it to the menu.
499 (Derived Modes): Add "derived mode" to concept index.
500
0a20b1dc
LK
5012005-04-28 Lute Kamstra <lute@gnu.org>
502
503 * modes.texi (Defining Minor Modes): Fix previous change.
504 (Font Lock Mode): Simplify.
505 (Font Lock Basics): Say that font-lock-defaults is buffer-local
506 when set and that some parts are optional. Add cross references.
507 (Search-based Fontification): Say how to specify font-lock-keywords.
b5305167
SM
508 Add cross references. Add font-lock-multiline to index.
509 Move font-lock-keywords-case-fold-search here from node "Other Font
0a20b1dc 510 Lock Variables". Document font-lock-add-keywords and
b5305167 511 font-lock-remove-keywords.
0a20b1dc
LK
512 (Other Font Lock Variables): Move font-lock-keywords-only,
513 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
514 and font-lock-syntactic-face-function to node "Syntactic Font
515 Lock". Move font-lock-keywords-case-fold-search to node
516 "Search-based Fontification". Document font-lock-inhibit-thing-lock
517 and font-lock-{,un}fontify-{buffer,region}-function.
518 (Precalculated Fontification): Remove reference to deleted variable
519 font-lock-core-only.
520 (Faces for Font Lock): Add font-lock-comment-delimiter-face.
521 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only,
522 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
523 and font-lock-syntactic-face-function here from node "Other Font
524 Lock Variables". Move font-lock-syntactic-keywords to "Setting
525 Syntax Properties". Add cross references.
b5305167
SM
526 (Setting Syntax Properties): New node.
527 Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
0a20b1dc
LK
528 * syntax.texi (Syntax Properties): Add cross reference.
529 * hooks.texi (Standard Hooks): Add Font-Lock hooks.
530
68a94f5a
RS
5312005-04-26 Richard M. Stallman <rms@gnu.org>
532
533 * display.texi (Defining Faces):
534 Document `default' elements of defface spec.
535
536 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
537
538 * variables.texi (Variable Aliases): Clarify text.
539
5402005-04-25 Chong Yidong <cyd@stupidchicken.com>
541
542 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
543
7f48f143
LT
5442005-04-25 Luc Teirlinck <teirllm@auburn.edu>
545
546 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
547
45d2f8e8
EZ
5482005-04-24 Eli Zaretskii <eliz@gnu.org>
549
f3714ab2
EZ
550 * syntax.texi (Syntax Table Internals): Elaborate documentation of
551 syntax-after and syntax-class.
552
45d2f8e8 553 * files.texi (Changing Files): Fix last change's cross-reference.
5eb20bca
EZ
554 (Unique File Names): Don't mention "numbers" in the documentation
555 of make-temp-file and make-temp-name.
45d2f8e8 556
469bc679
RS
5572005-04-23 Richard M. Stallman <rms@gnu.org>
558
559 * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
560
c9fa5dc9
RS
5612005-04-22 Nick Roberts <nickrob@snap.net.nz>
562
563 * windows.texi (Cyclic Window Ordering): Clarify window-list.
564
230e1e80
NR
5652005-04-22 Nick Roberts <nickrob@snap.net.nz>
566
567 * variables.texi (Variable Aliases): Describe make-obsolete-variable
568 and define-obsolete-variable-alias.
569
1ba52906
KS
5702005-04-22 Kim F. Storm <storm@cua.dk>
571
572 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
573 (Other Plists): Remove safe-plist-get, as plist-get is now safe.
574
9721d904
LK
5752005-04-21 Lute Kamstra <lute@gnu.org>
576
577 * lists.texi (Association Lists): Document rassq-delete-all.
578
ed35c736
RS
5792005-04-19 Richard M. Stallman <rms@gnu.org>
580
581 * modes.texi (Search-based Fontification): Explain that
582 facespec is an expression to be evaluated.
583
42fc00a4
RS
5842005-04-19 Kevin Ryde <user42@zip.com.au>
585
b5305167 586 * streams.texi (Output Functions): Fix xref.
42fc00a4
RS
587 * strings.texi (String Conversion): Fix xref.
588
5827e9d4
KS
5892005-04-19 Kim F. Storm <storm@cua.dk>
590
591 * symbols.texi (Symbol Plists): Add safe-get.
592 Mention that `get' may signal an error.
593
47872da9
NR
5942005-04-18 Nick Roberts <nickrob@snap.net.nz>
595
596 * customize.texi (Variable Definitions): Replace tooltip-mode
597 example with save-place.
598
ec0cf966
RS
5992005-04-17 Richard M. Stallman <rms@gnu.org>
600
601 * buffers.texi (Indirect Buffers): Clarify.
602
603 * positions.texi (Positions): Clarify converting marker to integer.
604
605 * strings.texi (String Basics): Mention string-match; clarify.
606
199bb209
LK
6072005-04-08 Lute Kamstra <lute@gnu.org>
608
609 * modes.texi (Search-based Fontification): Fix cross references.
610 Use consistent terminology. Document anchored highlighting.
611
bfa54668
LK
6122005-04-05 Lute Kamstra <lute@gnu.org>
613
614 * modes.texi (Defining Minor Modes): Document :group keyword
615 argument and its default value.
616
07e5fb9e
LK
6172005-04-03 Lute Kamstra <lute@gnu.org>
618
619 * hooks.texi (Standard Hooks): Add some hooks. Add cross
620 references and/or descriptions. Delete major mode hooks; mention
621 them as a category instead. Rename or delete obsolete hooks.
622
aa945b59
RS
6232005-04-02 Richard M. Stallman <rms@gnu.org>
624
625 * nonascii.texi (Coding System Basics): Another wording cleanup.
626
8b918214
RS
6272005-04-01 Richard M. Stallman <rms@gnu.org>
628
629 * nonascii.texi (Coding System Basics): Clarify previous change.
630
41639988
KH
6312005-04-01 Kenichi Handa <handa@m17n.org>
632
633 * nonascii.texi (Coding System Basics): Describe about rondtrip
634 identity of coding systems.
635
8e669bbd
RS
6362005-03-29 Chong Yidong <cyd@stupidchicken.com>
637
638 * text.texi (Buffer Contents): Add filter-buffer-substring and
639 buffer-substring-filters.
640
f60a6f87
RS
6412005-03-26 Chong Yidong <cyd@stupidchicken.com>
642
643 * anti.texi (Antinews): Mention `G' interactive code.
644
645 * tips.texi (Compilation Tips): Mention benchmark.el.
646
aaac1251
LT
6472005-03-27 Luc Teirlinck <teirllm@auburn.edu>
648
649 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
650 is now bound to M-o M-o.
651
652 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
653
45325173
GM
6542005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
655
656 * calendar.texi: Delete file (and move contents to emacs-xtra.texi
657 in the Emacs Manual).
658 * Makefile.in (srcs): Remove calendar.texi.
659 * makefile.w32-in (srcs): Remove calendar.texi.
660 * display.texi (Display): Change name of next node.
661 * os.texi (System In): Change name of previous node.
662 * elisp.texi (Top): Remove Calendar references.
663 * vol1.texi (Top): Remove Calendar references.
664 * vol2.texi (Top): Remove Calendar references.
665
85df292e
RS
6662005-03-25 Richard M. Stallman <rms@gnu.org>
667
45325173 668 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
85df292e
RS
669 Cleanup previous change.
670
6712005-03-25 Chong Yidong <cyd@stupidchicken.com>
672
673 * display.texi (Face Attributes): Faces earlier in an :inherit
674 list take precedence.
675 (Scroll Bars): Fix description of vertical-scroll-bars.
676 Document frame-current-scroll-bars and window-current-scroll-bars.
677
678 * markers.texi (The Mark): Document temporary Transient Mark mode.
679
b5305167
SM
680 * minibuf.texi (Reading File Names):
681 Document read-file-name-completion-ignore-case.
85df292e
RS
682
683 * positions.texi (Screen Lines): Document nil for width argument
684 to compute-motion.
685
1fe54d69
KS
6862005-03-23 Kim F. Storm <storm@cua.dk>
687
688 * display.texi (Standard Faces): Other faces used in the fringe
689 implicitly inherits from the fringe face.
690 (Fringe Bitmaps): FACE in right-fringe and left-fringe display
691 properties implicitly inherits from fringe face.
692 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
693
a775dff4
RS
6942005-03-20 Chong Yidong <cyd@stupidchicken.com>
695
696 * display.texi (Invisible Text): State default value of
697 line-move-ignore-invisible.
698 (Managing Overlays): Document remove-overlays.
699 (Standard Faces): Document escape-glyph face.
700
b5305167 701 * minibuf.texi (Reading File Names): Document read-file-name-function.
a775dff4 702
b5305167
SM
703 * modes.texi (Other Font Lock Variables):
704 Document font-lock-lines-before.
a775dff4
RS
705
706 * positions.texi (Skipping Characters): skip-chars-forward allows
707 character classes.
708
077f7085
LK
7092005-03-18 Lute Kamstra <lute@gnu.org>
710
711 * edebug.texi (Instrumenting Macro Calls): Fix another typo.
712
d69ea7ab
RS
7132005-03-17 Richard M. Stallman <rms@gnu.org>
714
c7bd5d57
RS
715 * text.texi (Undo): Document extensible undo entries.
716
d69ea7ab
RS
717 * searching.texi (String Search, Regexp Search, Regexp Search):
718 Cleanups.
719
720 * nonascii.texi (Character Codes): Minor fix.
721
722 * display.texi (Display Property): Explain the significance
723 of having text properties that are eq.
724 (Other Display Specs): Explain string as display spec.
725
726 * commands.texi (Interactive Codes): Document G option.
727
7282005-03-17 Chong Yidong <cyd@stupidchicken.com>
729
730 * text.texi (Filling): Add sentence-end-without-period and
731 sentence-end-without-space.
732 (Changing Properties): Minor fix.
733
734 * anti.texi: Total rewrite.
735
a7679889
LK
7362005-03-15 Lute Kamstra <lute@gnu.org>
737
738 * edebug.texi (Instrumenting Macro Calls): Fix typos.
739
6eb8e247
KS
7402005-03-08 Kim F. Storm <storm@cua.dk>
741
742 * display.texi (Specified Space): Property :width is support on
743 non-graphic terminals, :height is not.
744
bfa8be14
RS
7452005-03-07 Richard M. Stallman <rms@gnu.org>
746
747 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
748 Now subnodes of Fringes.
749 (Overlay Arrow): Document overlay-arrow-variable-list.
750 (Fringe Size/Pos): New node, broken out of Fringes.
751 (Display): Explain clearing vs redisplay better.
752 (Truncation): Clarify use of bitmaps.
753 (The Echo Area): Clarify the uses of the echo area.
754 Add max-mini-window-height.
755 (Progress): Clarify.
756 (Invisible Text): Explain that main loop moves point out.
757 (Selective Display): Say "hidden", not "invisible".
b5305167 758 (Managing Overlays): Move up. Describe relation to Undo here.
bfa8be14
RS
759 (Overlay Properties): Clarify intro.
760 (Finding Overlays): Explain return values when nothing found.
761 (Width): truncate-string-to-width has added arg.
762 (Displaying Faces): Clarify and update mode line face handling.
763 (Face Functions): Minor cleanup.
b5305167 764 (Conditional Display): Merge into Other Display Specs.
bfa8be14
RS
765 (Pixel Specification, Other Display Specs): Minor cleanups.
766 (Images, Image Descriptors): Minor cleanups.
767 (GIF Images): Patents have expired.
768 (Showing Images): Explain default text for insert-image.
b5305167 769 (Manipulating Button Types): Merge into Manipulating Buttons.
bfa8be14
RS
770 (Making Buttons): Explain return values.
771 (Button Buffer Commands): Add xref.
772 (Inverse Video): Update mode-line-inverse-video.
773 (Display Table Format): Clarify.
774 (Active Display Table): Give defaults for window-display-table.
775
776 * calendar.texi (Calendar Customizing): calendar-holiday-marker
777 and calendar-today-marker are strings, not chars.
778 (Holiday Customizing): Minor fix.
779
bfa8be14
RS
780 * internals.texi (Writing Emacs Primitives): Update `or' example.
781 Update limit on # args of subr.
782
783 * edebug.texi (Using Edebug): Arrow is in fringe.
784 (Instrumenting): Arg to eval-defun works without loading edebug.
785 (Edebug Execution Modes): Add xref.
786
787 * customize.texi (Common Keywords): Clarify :require.
788 Mention :version here.
789 (Variable Definitions, Group Definitions): Not here.
790 (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
791
d69ea7ab
RS
7922005-03-07 Chong Yidong <cyd@stupidchicken.com>
793 * nonascii.texi (Text Representations): Clarify position-bytes.
794 (Character Sets): Add list-charset-chars.
795 (Scanning Charsets): Add charset-after.
796 (Encoding and I/O): Minor fix.
797
34398e6c
RS
7982005-03-06 Richard M. Stallman <rms@gnu.org>
799
800 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
801 (Resizing Windows): Likewise.
802
803 * text.texi (Change Hooks): Get rid of "Emacs 21".
804
805 * strings.texi (Formatting Strings): Get rid of "Emacs 21".
806
807 * streams.texi (Output Variables): Get rid of "Emacs 21".
808
809 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
810
811 * os.texi (Translating Input): Replace flow-control example
812 with a less obsolete example that uses `keyboard-translate'.
813
6eb8e247 814 * objects.texi (Hash Table Type, Circular Objects):
34398e6c 815 Get rid of "Emacs 21".
6eb8e247 816
34398e6c
RS
817 * modes.texi (Mode Line Format): Get rid of "Emacs 21".
818 (Mode Line Data, Properties in Mode, Header Lines): Likewise.
819
820 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
821
822 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
823
824 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
825 (Menu Bar): Fix when menu-bar-update-hook is called.
826
827 * hash.texi (Hash Tables): Get rid of "Emacs 21".
828
829 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
830 and make it read better.
831
832 * files.texi (Writing to Files): Get rid of "Emacs 21".
833 (Unique File Names): Likewise.
834
835 * elisp.texi: Update Emacs version to 22.
836
837 * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
838 (Overlay Properties, Face Attributes): Likewise.
839 (Managing Overlays): Fix punctuation.
840 (Attribute Functions): Clarify set-face-font; get rid of
841 info about old Emacs versions.
842 (Auto Faces, Font Lookup, Display Property, Images):
843 Get rid of "Emacs 21".
844
845 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
846
d2178387
RS
8472005-03-05 Richard M. Stallman <rms@gnu.org>
848
849 * debugging.texi (Error Debugging): Remove stack-trace-on-error.
850
524352d6
LK
8512005-03-04 Lute Kamstra <lute@gnu.org>
852
853 * debugging.texi (Error Debugging): Document stack-trace-on-error.
854
8552005-03-03 Lute Kamstra <lute@gnu.org>
856
857 * edebug.texi (Instrumenting Macro Calls): Fix typo.
858
284f0680
LK
8592005-03-01 Lute Kamstra <lute@gnu.org>
860
861 * debugging.texi (Debugger Commands): Update `j'.
862
a9ee5cac
LK
8632005-02-28 Lute Kamstra <lute@gnu.org>
864
865 * debugging.texi (Debugging): Fix typo.
866 (Error Debugging): Document eval-expression-debug-on-error.
867 (Function Debugging): Update example.
868 (Using Debugger): Mention starred stack frames.
869 (Debugger Commands): Document `j' and `l'.
870 (Invoking the Debugger): `d' and `j' exit recursive edit too.
871 Update the messages that the debugger displays.
872 (Internals of Debugger): Add cross reference. Update example.
873 (Excess Open): Minor improvement.
874 (Excess Close): Minor improvement.
875
378d0f8e
RS
8762005-02-26 Richard M. Stallman <rms@gnu.org>
877
878 * tips.texi (Coding Conventions): Clarify.
879 Put all the major mode key reservations together.
880 Mention the Mouse-1 => Mouse-2 conventions.
881
882 * syntax.texi (Syntax Class Table): Clarify.
883 (Syntax Table Functions): syntax-after moved from here.
884 (Syntax Table Internals): syntax-after moved to here.
885 (Parsing Expressions): Update info on number of values
886 and what's meaningful in the STATE argument.
887 (Categories): Fix typo.
888
889 * sequences.texi (Arrays): Cleanup.
890 (Char-Tables): Clarify.
891
892 * processes.texi (Deleting Processes): Cleanups, add xref.
893 (Subprocess Creation): Explain nil in exec-path. Cleanup.
894 (Process Information): set-process-coding-system, some args optional.
895 (Input to Processes): Explain various types for PROCESS args.
896 Rename them from PROCESS-NAME to PROCESS.
897 (Signals to Processes): Likewise.
898 (Decoding Output): Cleanup.
899 (Query Before Exit): Clarify.
900
901 * os.texi (Startup Summary): Correct the options; add missing ones.
902 (Terminal Output, Batch Mode): Clarify.
903 (Flow Control): Node deleted.
904
905 * markers.texi (The Mark): Clarify.
906
907 * macros.texi (Expansion): Cleanup.
908 (Indenting Macros): indent-spec allows ints, not floats.
909
910 * keymaps.texi (Keymaps): Clarify.
911 (Format of Keymaps): Update lisp-mode-map example.
912 (Active Keymaps, Key Lookup): Clarify.
913 (Changing Key Bindings): Add xref to `kbd'.
914 (Key Binding Commands, Simple Menu Items): Clarify.
915 (Mouse Menus, Menu Bar): Clarify.
916 (Menu Example): Replace print example with menu-bar-replace-menu.
917
918 * help.texi (Documentation Basics): Add function-documentation prop.
919
920 * elisp.texi (Top): Don't refer to Flow Control node.
921
922 * commands.texi (Command Overview): Improve xrefs.
923 (Adjusting Point): Adjusting point applies to intangible and invis.
924 (Key Sequence Input): Doc extra read-key-sequence args.
925 Likewise for read-key-sequence-vector.
926
927 * backups.texi (Rename or Copy): Minor fix.
928 (Numbered Backups): For version-control, say the default.
929 (Auto-Saving): make-auto-save-file-name example is simplified.
930
931 * advice.texi (Advising Functions): Don't imply one part of Emacs
932 should advise another part. Markup changes.
933 (Defining Advice): Move transitional para.
934 (Activation of Advice): Cleanup.
935 Explain if COMPILE is nil or negative.
936
937 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
938
2e20c83d
LK
9392005-02-24 Lute Kamstra <lute@gnu.org>
940
941 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
942 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
943
65c492fd
LK
9442005-02-23 Lute Kamstra <lute@gnu.org>
945
b02c3eed
LK
946 * modes.texi (Defining Minor Modes): define-minor-mode can be used
947 to define global minor modes as well.
948
65c492fd
LK
949 * display.texi (Managing Overlays): overlay-buffer returns nil for
950 deleted overlays.
951
b686dd59
KS
9522005-02-22 Kim F. Storm <storm@cua.dk>
953
954 * minibuf.texi (Basic Completion): Allow symbols in addition to
955 strings in try-completion and all-completions.
956
23e8c095
LK
9572005-02-14 Lute Kamstra <lute@gnu.org>
958
959 * elisp.texi (Top): Remove reference to deleted node.
960
961 * lists.texi (Lists): Remove reference to deleted node.
962 (Cons Cells): Fix typo.
963
964 * loading.texi (Where Defined): Fix typo.
965
134948fc
RS
9662005-02-14 Richard M. Stallman <rms@gnu.org>
967
968 * variables.texi (Creating Buffer-Local): change-major-mode-hook
969 is useful for discarding some minor modes.
970
971 * symbols.texi (Symbol Components): Reorder examples.
972
973 * streams.texi (Input Functions): State standard-input default.
974 (Output Variables): State standard-output default.
975
976 * objects.texi (Printed Representation): Clarify read syntax vs print.
977 (Floating Point Type): Explain meaning better.
978 (Symbol Type): Explain uniqueness better.
979 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
980 List examples sooner.
981 (Box Diagrams): New subnode broken out.
982 Some examples moved from old Lists as Boxes node.
983 (Dotted Pair Notation): Clarify intro.
984 (Array Type): Clarify.
985 (Type Predicates): Add hash-table-p.
986
987 * numbers.texi (Integer Basics): Clarify radix explanation.
988 (Predicates on Numbers): Minor clarification.
989 (Comparison of Numbers): Minor clarification. Clarify eql.
990 Typos in min, max.
991 (Math Functions): Clarify overflow in expt.
992
993 * minibuf.texi (Text from Minibuffer): Minor clarification.
994 Mention arrow keys.
995
996 * loading.texi (Autoload): defun's doc string overrides autoload's
997 doc string.
998 (Repeated Loading): Modernize "add to list" examples.
999 (Where Defined): Finish updating table of load-history elts.
1000
1001 * lists.texi (List-related Predicates): Minor wording improvement.
1002 (Lists as Boxes): Node deleted.
1003 (Building Lists): Explain trivial cases of number-sequence.
1004
1005 * hash.texi (Hash Tables): Add desc to menu items.
1006 (Creating Hash): Expain "full" means "make larger",
1007 (Hash Access): Any object can be a key.
1008 State value of maphash.
1009
1010 * functions.texi (What Is a Function): Wording cleanup.
1011 (Function Documentation): Minor cleanup.
1012 Explain purpose of calling convention at end of doc string.
1013 (Function Names): Wording cleanup.
1014 (Calling Functions): Wording cleanup.
1015 Explain better how funcall calls the function.
1016 (Function Cells): Delete example of saving and redefining function.
1017
1018 * control.texi (Combining Conditions): Wording cleanup.
1019 (Iteration): dolist and dotimes bind VAR locally.
1020 (Cleanups): Xref to Atomic Changes.
1021
1022 * compile.texi (Byte Compilation): Delete 19.29 info.
1023 (Compilation Functions): Macros' difficulties don't affect defsubst.
1024 (Docs and Compilation): Delete 19.29 info.
1025
44291460
RS
10262005-02-10 Richard M. Stallman <rms@gnu.org>
1027
1028 * objects.texi (Symbol Type): Minor correction.
1029
1f9ad95a
LK
10302005-02-06 Lute Kamstra <lute@gnu.org>
1031
1032 * modes.texi (Example Major Modes): Fix typos.
1033
ba2c991c
RS
10342005-02-06 Richard M. Stallman <rms@gnu.org>
1035
1036 * text.texi (Margins): fill-nobreak-predicate can be one function.
1037
1038 * strings.texi (Modifying Strings): clear-string can make unibyte.
1039 (Formatting Strings): format gives error if values missing.
1040
1041 * positions.texi (Character Motion): Mention default arg
1042 for forward-char. backward-char refers to forward-char.
1043 (Word Motion): Mention default arg for forward-word.
1044 (Buffer End Motion): Mention default arg for beginning-of-buffer.
1045 Simplify end-of-buffer.
1046 (Text Lines): Mention default arg for forward-line.
1047 (List Motion): Mention default arg for beginning/end-of-defun.
1048 (Skipping Characters): Minor fixes in explaining character-set.
1049
1050 * modes.texi (Major Mode Conventions): Mention "system abbrevs".
1051 Mode inheritance applies only when default-major-mode is nil.
1052 Clarifications.
1053 (Example Major Modes): Update Text mode and Lisp mode examples.
1054 (Minor Mode Conventions): Mention define-minor-mode at top.
1055 (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
1056 (Mode Line Format): Update mode line face display info.
1057 (Properties in Mode): Mention effect of risky vars.
1058 (Imenu): Define imenu-add-to-menubar.
1059 (Font Lock Mode): Add descriptions to menu lines.
1060 (Faces for Font Lock): Add font-lock-doc-face.
1061
9bf6d576
LK
10622005-02-05 Lute Kamstra <lute@gnu.org>
1063
1064 * text.texi (Maintaining Undo): Remove obsolete function.
1065
cb602754
EZ
10662005-02-05 Eli Zaretskii <eliz@gnu.org>
1067
1068 * frames.texi (Color Names): Add pointer to the X docs about RGB
1069 color specifications. Improve indexing
1070 (Text Terminal Colors): Replace the description of RGB values by
1071 an xref to "Color Names".
1072
4e07258f
RS
10732005-02-03 Richard M. Stallman <rms@gnu.org>
1074
1075 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
1076 Clarify.
1077 (Selecting Windows): Clarify save-selected-window.
1078 (Cyclic Window Ordering): Clarify walk-windows.
1079 (Window Point): Clarify.
1080 (Window Start): Add comment to example.
1081 (Resizing Windows): Add `interactive' specs in examples.
1082 Document fit-window-to-buffer.
1083
1084 * text.texi (User-Level Deletion): just-one-space takes numeric arg.
1085 (Undo, Maintaining Undo): Clarify last change.
1086 (Sorting): In sort-numeric-fields, explain about octal and hex.
1087 Mention sort-numeric-base.
1088 (Format Properties): Add xref for hard newlines.
1089
1090 * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
1091 (Pop-Up Menus): Fix typo.
1092 (Color Names): Explain all types of color names.
1093 Explain color-values on B&W terminal.
1094 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names.
1095
1096 * files.texi (File Locks): Not supported on MS systems.
1097 (Testing Accessibility): Clarify.
1098
1099 * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
1100 (Coverage Testing): Fix typo.
1101
1102 * commands.texi (Misc Events): Remove stray space.
1103
1104 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
1105 (Modification Time): Clarify when visited-file-modtime returns 0.
1106 (The Buffer List): Clarify bury-buffer.
1107 (Killing Buffers): Clarify.
1108 (Indirect Buffers): Add clone-indirect-buffer.
1109
11102005-02-02 Matt Hodges <MPHodges@member.fsf.org>
1111
1112 * edebug.texi (Printing in Edebug): Fix default value of
1113 edebug-print-circle.
1114 (Coverage Testing): Fix displayed frequency count data.
1115
11162005-02-02 Luc Teirlinck <teirllm@auburn.edu>
d4d66807
LT
1117
1118 * text.texi (Maintaining Undo): Add `undo-outer-limit'.
1119
4e07258f 11202005-02-02 Kim F. Storm <storm@cua.dk>
fb89c330
KS
1121
1122 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
1123
28d986b9
EZ
11242005-01-29 Eli Zaretskii <eliz@gnu.org>
1125
1126 * commands.texi (Misc Events): Describe the help-echo event.
1127
1128 * text.texi (Special Properties) <help-echo>: Use `pos'
b5305167
SM
1129 consistently in description of the help-echo property.
1130 Use @code{nil} instead of @var{nil}.
28d986b9
EZ
1131
1132 * display.texi (Overlay Properties): Fix the index entry for
1133 help-echo overlay property.
1134
1135 * customize.texi (Type Keywords): Uncomment the xref to the
1136 help-echo property documentation.
1137
8f958b40
KS
11382005-01-23 Kim F. Storm <storm@cua.dk>
1139
1140 * windows.texi (Window Start): Fix `pos-visible-in-window-p'
1141 return value. Third element FULLY replaced by PARTIAL which
1142 specifies number of invisible pixels if row is only partially visible.
1143 (Textual Scrolling): Mention auto-window-vscroll.
1144 (Vertical Scrolling): New defvar auto-window-vscroll.
1145
cd7e5dd6
LT
11462005-01-16 Luc Teirlinck <teirllm@auburn.edu>
1147
1148 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
1149 command remapping.
1150
6f771c32
RS
11512005-01-15 Richard M. Stallman <rms@gnu.org>
1152
1153 * display.texi (Defining Images): Mention DATA-P arg of create-image.
1154
6ac8a822
KS
11552005-01-14 Kim F. Storm <storm@cua.dk>
1156
88948d55
KS
1157 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
1158
6ac8a822
KS
1159 * text.texi (Links and Mouse-1): Fix string and vector item.
1160
20d6de82
RS
11612005-01-13 Richard M. Stallman <rms@gnu.org>
1162
1163 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
1164 descriptions of overriding-local-map and overriding-terminal-local-map.
1165
1166 * text.texi (Links and Mouse-1): Clarify text.
1167
f75a592e
KS
11682005-01-13 Kim F. Storm <storm@cua.dk>
1169
1170 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
1171
910f60b1
TTN
11722005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
1173
1174 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
1175
37181fc4
KS
11762005-01-12 Kim F. Storm <storm@cua.dk>
1177
1178 * text.texi (Links and Mouse-1): Rename section from Enabling
1179 Mouse-1 to Following Links. Change xrefs.
1180 Add examples for define-button-type and define-widget.
1181
1182 * display.texi (Button Properties, Button Buffer Commands):
1183 Clarify mouse-1 and follow-link functionality.
1184
28f94a34
RS
11852005-01-12 Richard M. Stallman <rms@gnu.org>
1186
1187 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
1188
1189 * display.texi (Beeping): Fix Texinfo usage.
1190
1191 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
1192
bac2d936
KS
11932005-01-11 Kim F. Storm <storm@cua.dk>
1194
1195 * display.texi (Button Properties, Button Buffer Commands):
93381d62 1196 Mention mouse-1 binding. Add follow-link keyword.
bac2d936
KS
1197
1198 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
1199 (Enabling Mouse-1 to Follow Links): New subsection.
1200
de968ddb
RS
12012005-01-06 Richard M. Stallman <rms@gnu.org>
1202
1203 * text.texi (Special Properties): Minor change.
1204
1205 * os.texi (Timers): Clarify previous change.
1206
1207 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
1208
a3a43b3b
LT
12092005-01-01 Luc Teirlinck <teirllm@auburn.edu>
1210
1211 * display.texi (Face Attributes): Correct xref to renamed node.
1212
732bb9ce
RS
12132005-01-01 Richard M. Stallman <rms@gnu.org>
1214
1215 * display.texi (Face Attributes): Describe hex color specs.
1216
c734ae59
RS
12172004-12-31 Richard M. Stallman <rms@gnu.org>
1218
1219 * os.texi (Timers): Update previous change.
1220
33b2f4ea
KS
12212004-12-30 Kim F. Storm <storm@cua.dk>
1222
1223 * display.texi (Line Height): Total line-height is now specified
1224 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
1225 in cons cells. (nil . RATIO) is relative to actual line height.
1226 Use line-height `t' instead of `0' to get minimum height.
1227
99ec74b9
RS
12282004-12-29 Richard M. Stallman <rms@gnu.org>
1229
1230 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
1231
eab463f6
RS
12322004-12-28 Richard M. Stallman <rms@gnu.org>
1233
1234 * commands.texi (Quitting): Clarify value of with-local-quit.
1235
1236 * elisp.texi (Top): Fix previous change.
1237
1238 * loading.texi (Loading): Fix previous change.
1239
ebbd14f1
RS
12402004-12-27 Richard M. Stallman <rms@gnu.org>
1241
4ae98fc5
RS
1242 * Makefile.in (MAKEINFO): Specify --force.
1243
8f430046
RS
1244 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
1245
56011a8c
RS
1246 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
1247
1248 * display.texi (Line Height): Further clarify.
1249
1250 * elisp.texi (Top): Update Loading submenu.
1251
ebbd14f1
RS
1252 * loading.texi (Where Defined): New node.
1253 (Unloading): load-history moved to Where Defined.
1254
fda2922a
RS
12552004-12-21 Richard M. Stallman <rms@gnu.org>
1256
1257 * commands.texi (Event Input Misc): Add while-no-input.
1258
9eb8959a
RS
12592004-12-11 Richard M. Stallman <rms@gnu.org>
1260
1261 * display.texi (Line Height): Rewrite text for clarity.
1262
adf87c29
KS
12632004-12-11 Kim F. Storm <storm@cua.dk>
1264
1265 * display.texi (Display): Add node "Line Height" to menu.
1266 (Line Height): New node. Move full description of line-spacing
1267 and line-height text properties here from text.texi.
1268 (Scroll Bars): Add vertical-scroll-bar variable.
1269
1270 * frames.texi (Window Frame Parameters): Remove line-height defvar.
1271
1272 * locals.texi (Standard Buffer-Local Variables): Fix xref for
1273 line-spacing and vertical-scroll-bar.
1274
1275 * text.texi (Special Properties): Just mention line-spacing and
1276 line-height here, add xref to new "Line Height" node.
1277
31e4729e
TTN
12782004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
1279
1280 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
1281
1282 * locals.texi (Standard Buffer-Local Variables):
1283 Add @xref for `line-spacing'.
1284
cc60c723
RS
12852004-12-05 Richard M. Stallman <rms@gnu.org>
1286
1287 * Makefile.in (maintainer-clean): Remove the info files
1288 in $(infodir) where they are created.
1289
f6101ac9
RS
12902004-12-03 Richard M. Stallman <rms@gnu.org>
1291
1292 * windows.texi (Selecting Windows): get-lru-window and
1293 get-largest-window don't consider dedicated windows.
1294
1295 * text.texi (Undo): Document undo-in-progress.
1296
94221759
RS
12972004-11-26 Richard M. Stallman <rms@gnu.org>
1298
1299 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
1300 Remove a few vars that are not always buffer-local.
1301
7092c5e8
LT
13022004-11-24 Luc Teirlinck <teirllm@auburn.edu>
1303
1304 * locals.texi (Standard Buffer-Local Variables): Comment out
1305 xref's to non-existent node `Yet to be written'.
1306
261b01c6
RS
13072004-11-24 Richard M. Stallman <rms@gnu.org>
1308
1309 * processes.texi (Synchronous Processes): Grammar fix.
1310
1311 * numbers.texi (Comparison of Numbers): Add eql.
1312
1313 * locals.texi (Standard Buffer-Local Variables): Add many vars.
1314
1315 * intro.texi (Printing Notation): Fix previous change.
1316
1317 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
1318 and default-indicate-buffer-boundaries from here.
1319 (Usual Display): To here.
1320 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
1321 (Usual Display): Move tab-width up.
1322
1323 * customize.texi (Variable Definitions): Replace
1324 show-paren-mode example with tooltip-mode.
7092c5e8 1325 (Simple Types, Composite Types, Defining New Types):
261b01c6 1326 Minor cleanups.
7092c5e8 1327
c1aa4864
JH
13282004-11-21 Jesper Harder <harder@ifa.au.dk>
1329
1330 * processes.texi (Synchronous Processes, Output from Processes):
1331 Markup fix.
1332
dedbac89
RS
13332004-11-20 Richard M. Stallman <rms@gnu.org>
1334
07c8c65a
RS
1335 * positions.texi (Skipping Characters): skip-chars-forward
1336 now handles char classes.
1337
8f40a868
RS
1338 * intro.texi (Printing Notation): Avoid confusion of `print'
1339 when explaining @print.
1340
1341 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
1342
1343 * display.texi (Display Table Format): Minor fix.
1344
1345 * streams.texi (Output Functions): Fix print example.
1346
fd6866c8
RS
1347 * Makefile.in (elisp): New target.
1348 (dist): Depend on $(infodir)/elisp, not elisp.
1349 Copy the info files from $(infodir).
1350
9d00469f
RS
1351 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
1352 read-from-minibuffer.
1353
dedbac89
RS
1354 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
1355
6de891db
RS
13562004-11-19 Richard M. Stallman <rms@gnu.org>
1357
1358 * searching.texi (Regexp Search): Add search-whitespace-regexp.
1359
e1c1c5a7
TTN
13602004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
1361
1362 * tips.texi (Coding Conventions): Fix typo.
1363
ee31cd78
RS
13642004-11-16 Richard M. Stallman <rms@gnu.org>
1365
1366 * tips.texi (Coding Conventions): Separate defvar and require
1367 methods to avoid warnings. Use require only when there are many
1368 functions and variables from that package.
1369
1370 * minibuf.texi (Minibuffer Completion): When ignoring case,
1371 predicate must not be case-sensitive.
1372
1373 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
1374 (Test Coverage): Don't talk about "splotches". Clarified.
1375
4bd38e94
TTN
13762004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
1377
1378 * frames.texi (Window Frame Parameters): Fix typo.
1379
6d073ae1
KS
13802004-11-15 Kim F. Storm <storm@cua.dk>
1381
9f89426b
KS
1382 * symbols.texi (Other Plists): Note that plist-get may signal error.
1383 Add safe-plist-get.
6d073ae1 1384
10980463
TTN
13852004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
1386
1387 * modes.texi (Font Lock Basics): Fix typo.
1388
1efc19eb
RS
13892004-11-08 Richard M. Stallman <rms@gnu.org>
1390
1391 * syntax.texi (Syntax Table Functions): Add syntax-after.
1392
6159c232
EZ
13932004-11-06 Lars Brinkhoff <lars@nocrew.org>
1394
1395 * os.texi (Processor Run Time): New section documenting
1396 get-internal-run-time.
1397
59dede22
EZ
13982004-11-06 Eli Zaretskii <eliz@gnu.org>
1399
1400 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
1401 it nukes elisp-cover.texi.
1402 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
1403 elisp-0 etc.
1404
4cc8522c
LT
14052004-11-05 Luc Teirlinck <teirllm@auburn.edu>
1406
1407 * commands.texi (Keyboard Macros): Document `append' return value
1408 of `defining-kbd-macro'.
1409
2d1ef312
RS
14102004-11-01 Richard M. Stallman <rms@gnu.org>
1411
1412 * commands.texi (Interactive Call): Add called-interactively-p.
1413
6f4e005d
SJ
14142004-10-29 Simon Josefsson <jas@extundo.com>
1415
1416 * minibuf.texi (Reading a Password): Revert.
1417
4f71c13f
RS
14182004-10-28 Richard M. Stallman <rms@gnu.org>
1419
1420 * frames.texi (Display Feature Testing): Explain about "vendor".
1421
4660a9e3
RS
14222004-10-27 Richard M. Stallman <rms@gnu.org>
1423
1424 * commands.texi (Interactive Codes): `N' uses numeric prefix,
1425 not raw. Clarify `n'.
1426 (Interactive Call): Rewrite interactive-p, focusing on when
1427 and how to use it.
1428 (Misc Events): Clarify previous change.
1429
1430 * advice.texi (Simple Advice): Clarify what job the example does.
1431 (Around-Advice): Clarify ad-do-it.
1432 (Activation of Advice): An option of ad-default-compilation-action
1433 is `never', not `nil'.
1434
c8636435
KS
14352004-10-26 Kim F. Storm <storm@cua.dk>
1436
1437 * commands.texi (Interactive Codes): Add U code letter.
1438
acd4089b
SJ
14392004-10-25 Simon Josefsson <jas@extundo.com>
1440
1441 * minibuf.texi (Reading a Password): Add.
1442
29dc7809
JR
14432004-10-24 Jason Rumney <jasonr@gnu.org>
1444
1445 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
1446 and wheel-down.
1447
bb5d6d34
KG
14482004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
1449
1450 * processes.texi (Synchronous Processes): Document process-file.
1451
d0ee2ed3
KH
14522004-10-22 Kenichi Handa <handa@m17n.org>
1453
1454 * text.texi (translate-region): Document that it accepts also a
1455 char-table.
1456
38be9dbb
DP
14572004-10-22 David Ponce <david@dponce.com>
1458
1459 * windows.texi (Resizing Windows): Document the `preserve-before'
1460 argument of the functions `enlarge-window' and `shrink-window'.
1461
63c80452
JR
14622004-10-19 Jason Rumney <jasonr@gnu.org>
1463
1464 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
1465
9f4b6e73
LT
14662004-10-09 Luc Teirlinck <teirllm@auburn.edu>
1467
1468 * text.texi (Filling): Add anchor for definition of
1469 `sentence-end-double-space'.
1470
1471 * searching.texi (Regexp Example): Update description of how
1472 Emacs currently recognizes the end of a sentence.
1473 (Standard Regexps): Update definition of the variable
1474 `sentence-end'. Add definition of the function `sentence-end'.
1475
657f0f9c
EZ
14762004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
1477
1478 * display.texi (Progress): New node.
1479
35ab4857
KS
14802004-10-05 Kim F. Storm <storm@cua.dk>
1481
1482 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
1483
f2a54fbc
KS
14842004-09-29 Kim F. Storm <storm@cua.dk>
1485
1486 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
1487 to identify bitmaps. Remove -fringe-bitmap suffix for standard
1488 fringe bitmap symbols, as they now have their own namespace.
1489 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
1490 vs. pixels. Signal error if no free bitmap slots.
1491 (Pixel Specification): Change IMAGE to @var{image}.
1492
4676d6f3
RS
14932004-09-28 Richard M. Stallman <rms@gnu.org>
1494
1495 * text.texi (Special Properties): Clarify line-spacing and line-height.
1496
1497 * searching.texi (Regexp Search): Add looking-back.
1498
17234906
LT
14992004-09-25 Luc Teirlinck <teirllm@auburn.edu>
1500
1501 * display.texi: Correct typos.
1502 (Image Descriptors): Correct xref's.
1503
4de43c8b
RS
15042004-09-25 Richard M. Stallman <rms@gnu.org>
1505
1506 * text.texi (Special Properties): Cleanups in `cursor'.
1507 Rewrites in `line-height' and `line-spacing'; exchange them.
1508
1509 * display.texi (Fringes): Rewrite previous change.
1510 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
1511 (Display Fringe Bitmaps): Node deleted, text moved.
1512 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
1513 (Scroll Bars): Clarify set-window-scroll-bars.
1514 (Pointer Shape): Rewrite.
1515 (Specified Space): Clarify :align-to, etc.
1516 (Pixel Specification): Use @var. Clarify new text.
1517 (Other Display Specs): Clarify `slice'.
1518 (Image Descriptors): Cleanups.
1519 (Showing Images): Cleanups.
1520
a3ee0299
LT
15212004-09-24 Luc Teirlinck <teirllm@auburn.edu>
1522
e88ebce6
LT
1523 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
1524
a3ee0299
LT
1525 * modes.texi: Various minor changes in addition to:
1526 (Major Mode Conventions): Final call to `run-mode-hooks' should
1527 not be inside the `delay-mode-hooks' form.
1528 (Mode Hooks): New node.
1529 (Hooks): Delete obsolete example.
1530 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
1531 node "Mode Hooks".
1532
6db2bc02
LT
15332004-09-22 Luc Teirlinck <teirllm@auburn.edu>
1534
1535 * display.texi: Correct various typos.
1536 (Display): Rename node "Pointer Shapes" to "Pointer
1537 Shape". (There is already a node called "Pointer Shapes" in
1538 frames.texi.)
1539 (Images): Remove non-existent node "Image Slices" from menu.
1540
ed2846bd
KS
15412004-09-23 Kim F. Storm <storm@cua.dk>
1542
1543 * text.texi (Special Properties): Add `cursor', `pointer',
1544 `line-height', and `line-spacing' properties.
1545
1546 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
1547 Shapes' to menu.
1548 (Standard Faces): Doc fix for fringe face.
1549 (Fringes): Add `overflow-newline-into-fringe' and
1550 'indicate-buffer-boundaries'.
1551 (Fringe Bitmaps, Pointer Shapes): New nodes.
1552 (Display Property): Add 'Pixel Specification' and 'Display Fringe
1553 Bitmaps' to menu.
1554 (Specified Space): Describe pixel width and height.
1555 (Pixel Specification): New node.
1556 (Other Display Specs): Add `slice' property.
1557 (Display Fringe Bitmaps): New node.
1558 (Images): Add 'Image Slices' to menu.
1559 (Image Descriptors): Add `:pointer' and `:map' properties.
1560 (Showing Images): Add slice arg to `insert-image'. Add
1561 'insert-sliced-image'.
1562
4d894c98
RS
15632004-09-20 Richard M. Stallman <rms@gnu.org>
1564
1565 * commands.texi (Key Sequence Input):
1566 Clarify downcasing in read-key-sequence.
1567
7e388eb7
JL
15682004-09-08 Juri Linkov <juri@jurta.org>
1569
1570 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
1571
a020987f
LT
15722004-09-07 Luc Teirlinck <teirllm@auburn.edu>
1573
1574 * locals.texi (Standard Buffer-Local Variables): Add
1575 `buffer-auto-save-file-format'.
1576 * internals.texi (Buffer Internals): Describe new
1577 auto_save_file_format field of the buffer structure.
1578 * files.texi (Format Conversion): `auto-save-file-format' has been
1579 renamed `buffer-auto-save-file-format'.
1580
2b96f80c
LT
15812004-08-27 Luc Teirlinck <teirllm@auburn.edu>
1582
1583 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
1584 an integer or a marker.
1585 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
1586
2ee3b79e
RS
15872004-08-22 Richard M. Stallman <rms@gnu.org>
1588
1589 * modes.texi (Major Mode Conventions): Discuss rebinding of
1590 standard key bindings.
1591
c438dc33
KS
15922004-08-18 Kim F. Storm <storm@cua.dk>
1593
1594 * processes.texi (Accepting Output): Add `just-this-one' arg to
1595 `accept-process-output'.
101c421e 1596 (Output from Processes): New var `process-adaptive-read-buffering'.
c438dc33 1597
db8af011
LT
15982004-08-10 Luc Teirlinck <teirllm@auburn.edu>
1599
1600 * keymaps.texi: Various changes in addition to:
1601 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
1602 Give more varied examples for `kbd'.
1603 (Creating Keymaps): Char tables have slots for all characters
1604 without modifiers.
1605 (Active Keymaps): `overriding-local-map' and
1606 `overriding-terminal-local-map' also override text property and
1607 overlay keymaps.
1608 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
1609 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
1610 to denote a prefix of no events.
1611 `map-keymap' includes parent's bindings _recursively_.
1612 Clarify and correct description of `where-is-internal'.
1613 Mention BUFFER-OR-NAME arg to `describe-bindings'.
1614 (Menu Example): For menus intended for use with the keyboard, the
1615 menu items should be bound to characters or real function keys.
1616
de700726
LT
16172004-08-08 Luc Teirlinck <teirllm@auburn.edu>
1618
30e75a87
LT
1619 * objects.texi (Character Type): Reposition `@anchor' to prevent
1620 double space inside sentence in Info.
1621
de700726
LT
1622 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
1623 renamed to `disabled-command-function'.
7c5b95c9 1624 * commands.texi (Key Sequence Input): Remove unnecessary anchor.
de700726
LT
1625 (Command Loop Info): Replace reference to it.
1626 (Disabling Commands): `disabled-command-hook' has been renamed to
1627 `disabled-command-function'.
1628
81909a1a
LT
16292004-08-07 Luc Teirlinck <teirllm@auburn.edu>
1630
1631 * os.texi (Translating Input): Only non-prefix bindings in
1632 `key-translation-map' override actual key bindings. Warn about
1633 possible indirect effect of actual key bindings on non-prefix
1634 bindings in `key-translation-map'.
1635
5504e99c
LT
16362004-08-06 Luc Teirlinck <teirllm@auburn.edu>
1637
1638 * minibuf.texi (High-Level Completion): Add anchor for definition
1639 of `read-variable'.
1640
1641 * commands.texi: Various changes in addition to:
1642 (Using Interactive): Clarify description of `interactive-form'.
1643 (Interactive Call): Mention default for KEYS argument to
1644 `call-interactively'.
1645 (Command Loop Info): Clarify description of `this-command-keys'.
1646 Mention KEEP-RECORD argument to `clear-this-command-keys'.
1647 Value of `last-event-frame' can be `macro'.
1648 (Repeat Events): `double-click-fuzz' is also used to distinguish
1649 clicks and drags.
1650 (Classifying Events): Clarify descriptions of `event-modifiers'
1651 `event-basic-type' and `event-convert-list'.
1652 (Accessing Events): `posn-timestamp' takes POSITION argument.
1653 (Quoted Character Input): Clarify description of
1654 `read-quoted-char' and fix example.
1655 (Quitting): Add `with-local-quit'.
1656 (Disabling Commands): Correct and clarify descriptions of
1657 `enable-command' and `disable-command'.
1658 Mention what happens if `disabled-command-hook' is nil.
1659 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
1660 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
1661
f478a72a
LT
16622004-07-24 Luc Teirlinck <teirllm@auburn.edu>
1663
1664 * frames.texi: Various changes in addition to:
1665 (Creating Frames): Expand and clarify description of `make-frame'.
1666 (Window Frame Parameters): Either none or both of the `icon-left'
1667 and `icon-top' parameters must be specified. Put descriptions of
1668 `menu-bar-lines' and `toolbar-lines' closer together and change
1669 them accordingly.
1670 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
1671 except while processing `frame-title-format' or `icon-title-format'.
1672 (Deleting Frames): Correct description of `delete-frame'.
1673 Non-nil return values of `frame-live-p' are like those of `framep'.
1674 (Frames and Windows): mention return value of
1675 `set-frame-selected-window'.
1676 (Visibility of Frames): Mention `force' argument to
1677 `make-frame-invisible'. `frame-visible-p' returns t for all
1678 frames on text-only terminals.
1679 (Frame Configurations): Restoring a frame configuration does not
1680 restore deleted frames.
1681 (Window System Selections): `x-set-selection' returns DATA.
1682 (Resources): Add example.
1683 (Display Feature Testing): Clarify descriptions of
1684 `display-pixel-height', `display-pixel-width', `x-server-version'
1685 and `x-server-vendor'.
1686
1687 * windows.texi (Choosing Window): Add anchor.
1688 * minibuf.texi (Minibuffer Misc): Add anchor.
1689
bc135062
JPW
16902004-07-23 John Paul Wallington <jpw@gnu.org>
1691
1692 * macros.texi (Defining Macros): Declaration keyword for setting
1693 Edebug spec is `debug' not `edebug'.
1694
cb7516e5
LT
16952004-07-19 Luc Teirlinck <teirllm@auburn.edu>
1696
1697 * windows.texi: Various small changes in addition to:
1698 (Window Point): Mention return value of `set-window-point'.
1699 (Window Start): `pos-visible-in-window-p' disregards horizontal
1700 scrolling. Explain return value if PARTIALLY is non-nil.
1701 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
1702 and `set-window-vscroll'.
1703 (Size of Window): The argument WINDOW to `window-inside-edges',
1704 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
1705 (Resizing Windows): Explain return value of
1706 `shrink-window-if-larger-than-buffer'.
1707 `window-size-fixed' automatically becomes buffer local when set.
1708 (Window Configurations): Explain return value of
1709 `set-window-configuration'.
1710
1711 * minibuf.texi (Minibuffer Misc): Add anchor for
1712 `minibuffer-scroll-window'.
1713
1714 * positions.texi (Text Lines): Add anchor for `count-lines'.
1715
3751eb00
RS
17162004-07-17 Richard M. Stallman <rms@gnu.org>
1717
1718 * display.texi (Overlay Properties): Adding `evaporate' prop
1719 deletes empty overlay immediately.
1720
1721 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
1722 fix example.
1723
9a7e97c6
LT
17242004-07-16 Jim Blandy <jimb@redhat.com>
1725
1726 * searching.texi (Regexp Backslash): Document new \_< and \_>
1727 operators.
1728
aa0e4da8
JB
17292004-07-16 Juanma Barranquero <lektu@terra.es>
1730
1731 * display.texi (Images): Fix Texinfo usage.
1732
cbbfedb2
LT
17332004-07-14 Luc Teirlinck <teirllm@auburn.edu>
1734
1735 * buffers.texi (Modification Time): `visited-file-modtime' now
1736 returns a list of two integers, instead of a cons.
1737
3a052bd3
LT
17382004-07-13 Luc Teirlinck <teirllm@auburn.edu>
1739
1740 * windows.texi: Various changes in addition to:
1741 (Splitting Windows): Add `split-window-keep-point'.
1742
02c04e6f
RS
17432004-07-09 Richard M. Stallman <rms@gnu.org>
1744
1745 * frames.texi (Input Focus): Minor fix.
1746
cb4f1287
LT
17472004-07-07 Luc Teirlinck <teirllm@auburn.edu>
1748
1749 * frames.texi (Input Focus): Clarify descriptions of
1750 `select-frame-set-input-focus' and `select-frame'.
1751
339902ec
LT
17522004-07-06 Luc Teirlinck <teirllm@auburn.edu>
1753
1754 * os.texi: Various small changes in addition to:
1755 (Killing Emacs): Expand and clarify description of
1756 `kill-emacs-query-functions' and `kill-emacs-hook'.
1757 (System Environment): Expand and clarify description of `getenv'
1758 and `setenv'.
1759 (Timers): Clarify description of `run-at-time'.
1760 (Translating Input): Correct description of
1761 `extra-keyboard-modifiers'.
1762 (Flow Control): Correct description of `enable-flow-control'.
1763
fe3b7e35
TTN
17642004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
1765
1766 * os.texi: Update copyright.
1767 (Session Management): Grammar fix.
1768 Clarify which Emacs does the restarting.
1769 Use @samp for *scratch* buffer.
1770
59db7d6e
LT
17712004-07-04 Alan Mackenzie <acm@muc.de>
1772
1773 * frames.texi (Input Focus): Add documentation for
1774 `select-frame-set-input-focus'. Replace refs to non-existent
1775 `switch-frame' with `select-frame'. Minor corrections and tidying
1776 up of text-only terminal stuff.
1777
e3ccf404
RS
17782004-07-02 Richard M. Stallman <rms@gnu.org>
1779
1780 * files.texi (Saving Buffers): Cleanup write-contents-function.
1781 (Magic File Names): Cleanup file-remote-p.
1782
8addb6eb
KG
17832004-07-02 Kai Grossjohann <kai@emptydomain.de>
1784
1785 * files.texi (Magic File Names): `file-remote-p' returns an
1786 identifier of the remote system, not just t.
1787
7a58d84d
DK
17882004-07-02 David Kastrup <dak@gnu.org>
1789
1790 * searching.texi (Entire Match Data): Add explanation about new
1791 match-data behavior when @var{integers} is non-nil.
1792
d8c379f8
RS
17932004-06-24 Richard M. Stallman <rms@gnu.org>
1794
b4a4b0ae
RS
1795 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
1796
d8c379f8
RS
1797 * customize.texi (Variable Definitions): Note about doc strings
1798 and :set.
1799
1800 * keymaps.texi (Keymap Terminology): Document `kbd'.
1801 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
1802
1803 * display.texi (Invisible Text): Setting buffer-invisibility-spec
1804 makes it buffer-local.
1805
1806 * files.texi (Saving Buffers): Correct previous change.
1807
1808 * commands.texi (Accessing Events):
1809 Clarify posn-col-row and posn-actual-col-row.
1810
18112004-06-24 David Ponce <david.ponce@wanadoo.fr>
1812
1813 * commands.texi (Accessing Events): New functions
1814 posn-at-point and posn-at-x-y. Add example to posn-x-y.
1815
dce417e7
LT
18162004-06-23 Luc Teirlinck <teirllm@auburn.edu>
1817
1818 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
1819 * frames.texi, buffers.texi, backups.texi, variables.texi:
1820 * loading.texi, eval.texi, functions.texi, control.texi:
1821 * symbols.texi, minibuf.texi: Reposition @anchor's.
1822
1823 * help.texi: Various small changes in addition to the following.
1824 (Describing Characters): Describe PREFIX argument to
1825 `key-description'. Correct and clarify definition of
1826 `text-char-description'. Describe NEED-VECTOR argument to
1827 `read-kbd-macro'.
1828 (Help Functions): Clarify definition of `apropos'.
1829
255d07dc
LH
18302004-06-23 Lars Hansen <larsh@math.ku.dk>
1831
1832 * files.texi (Saving Buffers): Correct description of
1833 `write-contents-functions'.
1834
4e9691e9
JB
18352004-06-21 Juanma Barranquero <lektu@terra.es>
1836
1837 * display.texi (Images): Remove redundant @vindex directives.
1838 Rewrite `image-library-alist' doc in active voice.
1839
1ebd4f78
JB
18402004-06-14 Juanma Barranquero <lektu@terra.es>
1841
1842 * display.texi (Images): Document new delayed library loading,
1843 variable `image-library-alist' and (existing but undocumented)
1844 function `image-type-available-p'.
1845
ddfb8369
RS
18462004-06-05 Richard M. Stallman <rms@gnu.org>
1847
1848 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
1849 refer the user to the Initial Input node.
1850 (Text from Minibuffer): Likewise.
1851 (Initial Input): New node. Document this feature
1852 and say it is mostly deprecated.
1853
18684a3a
RS
18542004-05-30 Richard M. Stallman <rms@gnu.org>
1855
7a61e456
RS
1856 * loading.texi (Named Features): Clarify return value
1857 and meaning of NOERROR.
1858
18684a3a
RS
1859 * variables.texi (File Local Variables): Minor cleanup.
1860
c8364415
MA
18612004-05-30 Michael Albinus <michael.albinus@gmx.de>
1862
1863 * files.texi (Magic File Names): Add `file-remote-p' as operation
1864 of file name handlers.
1865
08fd1251
RS
18662004-05-29 Richard M. Stallman <rms@gnu.org>
1867
1868 * modes.texi (Minor Mode Conventions): (-) has no special meaning
1869 as arg to a minor mode command.
1870
71d5a208
RS
18712004-05-22 Richard M. Stallman <rms@gnu.org>
1872
1873 * syntax.texi (Syntax Class Table): Word syntax not just for English.
1874
1875 * streams.texi (Output Variables): Doc float-output-format.
1876
1877 * searching.texi (Regexp Special): Nested repetition can be infloop.
1878
1879 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
1880 real stack overflow.
1881
1882 * compile.texi: Minor cleanups.
1883
18842004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
1885
1886 * lists.texi (Cons Cells): Explain dotted lists, true lists,
1887 circular lists.
1888 (List Elements): Explain handling of circular and dotted lists.
1ebd4f78 1889
022cb162
TTN
18902004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
1891
1892 * modes.texi (Search-based Fontification): Fix typo.
1893
aa7094ba
JB
18942004-05-10 Juanma Barranquero <lektu@terra.es>
1895
1896 * modes.texi (Mode Line Variables): Fix description of
1897 global-mode-string, which is now after which-func-mode, not the
1898 buffer name.
1899
c2383279
LH
19002004-05-07 Lars Hansen <larsh@math.ku.dk>
1901
1902 * modes.texi (Desktop Save Mode): Add.
1903 (Modes): Add menu entry Desktop Save Mode.
1904
1905 * hooks.texi: Add desktop-after-read-hook,
1906 desktop-no-desktop-file-hook and desktop-save-hook.
1907
1908 * locals.texi: Add desktop-save-buffer.
1909
058296d3
JH
19102004-04-30 Jesper Harder <harder@ifa.au.dk>
1911
1912 * display.texi: emacs -> Emacs.
1913
0c54865e
EZ
19142004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
1915
1916 * files.texi (Changing Files): Document set-file-times.
1917
d814862a
JB
19182004-04-23 Juanma Barranquero <lektu@terra.es>
1919
1920 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
1921
e8d6f886
JH
19222004-04-18 Jesper Harder <harder@ifa.au.dk>
1923
1924 * tips.texi (Coding Conventions): defopt -> defcustom.
1925
3a424014
LT
19262004-04-16 Luc Teirlinck <teirllm@auburn.edu>
1927
1928 * sequences.texi: Various clarifications.
1929
9e860631
LT
19302004-04-14 Luc Teirlinck <teirllm@auburn.edu>
1931
1932 * buffers.texi (Read Only Buffers): Mention optional ARG to
1933 `toggle-read-only'.
1934
5e30a0fb
NR
19352004-04-14 Nick Roberts <nick@nick.uklinux.net>
1936
9e860631 1937 * windows.texi (Selecting Windows): Note that get-lru-window
5e30a0fb
NR
1938 returns a full-width window if possible.
1939
619fb950
LT
19402004-04-13 Luc Teirlinck <teirllm@auburn.edu>
1941
1942 * buffers.texi: Various changes in addition to:
1943 (Buffer File Name): Add `find-buffer-visiting'.
1944 (Buffer Modification): Mention optional ARG to `not-modified'.
1945 (Indirect Buffers): Mention optional CLONE argument to
1946 `make-indirect-buffer'.
1947
1948 * files.texi: Various changes in addition to:
1949 (Visiting Functions): `find-file-hook' is now a normal hook.
1950 (File Name Expansion): Explain difference between the way that
1951 `expand-file-name' and `file-truename' treat `..'.
1952 (Contents of Directories): Mention optional ID-FORMAT argument to
1953 `directory-files-and-attributes'.
1954 (Format Conversion): Mention new optional CONFIRM argument to
1955 `format-write-file'.
1956
a2295d32
MB
19572004-04-12 Miles Bader <miles@gnu.org>
1958
1959 * macros.texi (Expansion): Add description of `macroexpand-all'.
1960
571fd4d5
JH
19612004-04-05 Jesper Harder <harder@ifa.au.dk>
1962
1963 * variables.texi (Variable Aliases): Mention
1964 cyclic-variable-indirection.
1965
1966 * errors.texi (Standard Errors): Ditto.
1967
4ba2fd66
LT
19682004-04-04 Luc Teirlinck <teirllm@auburn.edu>
1969
1970 * backups.texi: Various small changes in addition to:
1971 (Making Backups): Mention return value of `backup-buffer'.
1972 (Auto-Saving): Mention optional FORCE argument to
1973 `delete-auto-save-file-if-necessary'.
1974 (Reverting): Mention optional PRESERVE-MODES argument to
1975 `revert-buffer'. Correct description of `revert-buffer-function'.
1976
8f7ea687
JL
19772004-03-22 Juri Linkov <juri@jurta.org>
1978
1979 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
1980 with `Vector Functions'.
1981
1982 * text.texi (Sorting): Add missing quote.
1983
0eeca3c1
LT
19842004-03-14 Luc Teirlinck <teirllm@auburn.edu>
1985
1986 * intro.texi (Lisp History): Replace xref to `cl' manual with
1987 inforef.
1988
e69cfac2
RS
19892004-03-12 Richard M. Stallman <rms@gnu.org>
1990
1991 * intro.texi (Version Info): Add arg to emacs-version.
1992 (Lisp History): Change xref to CL manual.
1993
1b91d47f
LT
19942004-03-09 Luc Teirlinck <teirllm@auburn.edu>
1995
1996 * minibuf.texi (Completion Commands): Add xref to Emacs manual
1997 for Partial Completion mode.
1998
97073664
TTN
19992004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
2000
2001 * customize.texi: Fix typo. Remove eol whitespace.
2002
04a6e76b
RS
20032004-03-04 Richard M. Stallman <rms@gnu.org>
2004
2005 * processes.texi: Fix typos.
2006
2007 * lists.texi (Building Lists): Minor clarification.
2008
2009 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
2010 in make-hash-table.
2011
5bb0fcd1
JB
20122004-02-29 Juanma Barranquero <lektu@terra.es>
2013
2014 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
2015 rm, and ignore exit code.
2016
9022d421
EZ
20172004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
2018
2019 * display.texi (Defining Faces): Add description for min-colors.
2020 Update example.
2021
92f5fba2
LT
20222004-02-23 Luc Teirlinck <teirllm@auburn.edu>
2023
2024 * abbrevs.texi: Various corrections and clarifications in addition
2025 to the following:
2026 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
2027
7e83e178
GM
20282004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
2029
2030 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
2031
9c5609e8
LT
20322004-02-21 Luc Teirlinck <teirllm@auburn.edu>
2033
e2b9b51f
LT
2034 * text.texi: Various small changes in addition to the following:
2035 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
2036 to delete-horizontal-space.
2037 (Kill Functions, Yanking, Low-Level Kill Ring): clarify and correct
2038 description of yank-handler text property at various places.
2039
7daa0e81
LT
2040 * frames.texi (Window System Selections): Add anchor.
2041
9c5609e8
LT
2042 * syntax.texi (Syntax Table Functions): Clarify and correct
2043 descriptions of make-syntax-table and copy-syntax-table.
2044 (Motion and Syntax): Clarify SYNTAXES argument to
2045 skip-syntax-forward.
2046 (Parsing Expressions): Mention that the return value of
2047 parse-partial-sexp is currently a list of ten rather than nine
2048 elements.
2049 (Categories): Various corrections and clarifications.
2050
d29edb21
LT
20512004-02-17 Luc Teirlinck <teirllm@auburn.edu>
2052
2053 * markers.texi (Marker Insertion Types): Minor change.
2054
2055 * locals.texi (Standard Buffer-Local Variables):
2056 * commands.texi (Interactive Codes, Using Interactive):
2057 * functions.texi (Related Topics): Fix xrefs.
2058
43e48bda
LT
20592004-02-16 Luc Teirlinck <teirllm@auburn.edu>
2060
2061 * lists.texi (Sets And Lists): Update description of delete-dups.
2062
84e34002
RS
20632004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
2064
2065 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
2066
20672004-02-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2068
2069 * frames.texi (Parameter Access): frame-parameters arg is optional.
2070 modify-frame-parameters handles nil for FRAME.
2071 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
2072 are all-or-nothing for certain toolkits.
2073 Mention parameter wait-for-wm.
2074 (Frames and Windows): In frame-first-window and frame-selected-window
2075 the arg is optional.
2076 (Input Focus): In redirect-frame-focus the second arg is optional.
2077 (Window System Selections): Mention selection type CLIPBOARD.
2078 Mention data-type UTF8_STRING.
2079 Mention numbering of cut buffers.
2080 (Resources): Describe x-resource-name.
2081
20822004-02-16 Richard M. Stallman <rms@gnu.org>
2083
2084 * windows.texi (Buffers and Windows): Delete false table
2085 about all-frames.
2086
2087 * syntax.texi (Parsing Expressions): Delete old caveat
2088 about parse-sexp-ignore-comments.
2089
2090 * streams.texi (Output Variables): Add print-quoted.
2091
2092 * lists.texi (Building Lists): Minor cleanup.
2093
2094 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
2095
2096 * display.texi (Overlays): Explain overlays use markers.
2097 (Managing Overlays): Explain front-advance and rear-advance
2098 in more detail.
2099
2100 * loading.texi (Unloading): Document unload-feature-special-hooks.
2101 Get rid of fns-NNN.el file.
2102
21032004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
2104
2105 * help.texi (Describing Characters): Fix text-char-description
2106 example output.
2107
2108 * edebug.texi (Using Edebug): Fix example.
2109
2110 * debugging.texi (Internals of Debugger): Fix return value.
43e48bda 2111
84e34002
RS
2112 * files.texi (Changing Files): Fix argname.
2113
2114 * calendar.texi: Fix parens, and default values.
2115
2116 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
2117 * nonascii.texi, objects.texi, os.texi: Minor fixes.
2118 * searching.texi, text.texi, tips.texi, windows.text: Minor fixes.
2119
2120 * positions.texi (Text Lines): Don't add -1 in current-line.
2121
21222004-02-16 Richard M. Stallman <rms@gnu.org>
2123
2124 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
2125
c33b76da
EZ
21262004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
2127
2128 * processes.texi (Low-Level Network): Fix a typo.
2129
9d7271e8
KS
21302004-02-12 Kim F. Storm <storm@cua.dk>
2131
2132 * display.texi (Fringes): Use consistent wording.
2133 Note that window-fringe's window arg is optional.
2134 (Scroll Bars): Use consistent wording.
2135
6827d730
LT
21362004-02-11 Luc Teirlinck <teirllm@auburn.edu>
2137
2138 * tips.texi (Comment Tips): Document the new conventions for
2139 commenting out code.
2140
1cb60b5a
JD
21412004-02-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2142
2143 * positions.texi (Text Lines): Added missing end defun.
2144
7fdd1f62
KS
21452004-02-07 Kim F. Storm <storm@cua.dk>
2146
2147 * positions.texi (Text Lines): Add line-number-at-pos.
2148
eb3c144c
JPW
21492004-02-06 John Paul Wallington <jpw@gnu.org>
2150
2151 * display.texi (Button Properties, Button Buffer Commands):
2152 mouse-2 invokes button, not down-mouse-1.
2153
a1d38d63
JR
21542004-02-04 Jason Rumney <jasonr@gnu.org>
2155
2156 * makefile.w32-in: Sync with Makefile.in changes.
2157
4b574f3d
LT
21582004-02-03 Luc Teirlinck <teirllm@auburn.edu>
2159
2160 * minibuf.texi (Text from Minibuffer): Various corrections and
2161 clarifications.
2162 (Object from Minibuffer): Correct Lisp description of
2163 read-minibuffer.
2164 (Minibuffer History): Clarify description of cons values for
2165 HISTORY arguments.
2166 (Basic Completion): Various corrections and clarifications. Add
2167 completion-regexp-list.
2168 (Minibuffer Completion): Correct and clarify description of
2169 completing-read.
6f6b0433 2170 (Completion Commands): Mention Partial Completion mode. Various
4b574f3d
LT
2171 other minor changes.
2172 (High-Level Completion): Various corrections and clarifications.
2173 (Reading File Names): Ditto.
2174 (Minibuffer Misc): Ditto.
2175
d8186297
LT
21762004-01-26 Luc Teirlinck <teirllm@auburn.edu>
2177
2178 * strings.texi (Text Comparison): assoc-string also matches
2179 elements of alists that are strings instead of conses.
2180 (Formatting Strings): Standardize Texinfo usage. Update index
2181 entries.
2182
9adcb5f2
LT
21832004-01-20 Luc Teirlinck <teirllm@auburn.edu>
2184
2185 * lists.texi (Sets And Lists): Add delete-dups.
2186
3e7274ae
LT
21872004-01-15 Luc Teirlinck <teirllm@auburn.edu>
2188
2189 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
2190 special form.
2191 * macros.texi (Defining Macros): Update description of `declare',
2192 which now is a macro.
2193 (Wrong Time): Fix typos.
2194
944e099f
LT
21952004-01-14 Luc Teirlinck <teirllm@auburn.edu>
2196
2197 * compile.texi (Compilation Functions): Expand descriptions of
e75c1a57 2198 `compile-defun', `byte-compile-file', `byte-recompile-directory'
944e099f
LT
2199 and `batch-byte-compile'. In particular, mention and describe
2200 all optional arguments.
2201 (Disassembly): Correct and clarify the description of `disassemble'.
2202
90c3aa59
LT
22032004-01-11 Luc Teirlinck <teirllm@auburn.edu>
2204
2205 * searching.texi: Various small changes in addition to the
2206 following.
2207 (Regexp Example): Adapt to new value of `sentence-end'.
2208 (Regexp Functions): The PAREN argument to `regexp-opt' can be
2209 `words'.
2210 (Search and Replace): Add usage note for `perform-replace'.
2211 (Entire Match Data): Mention INTEGERS and REUSE arguments to
2212 `match-data'.
2213 (Standard Regexps): Update for new values of `paragraph-start'
2214 and `sentence-end'.
2215
583c353d
LT
22162004-01-07 Luc Teirlinck <teirllm@auburn.edu>
2217
2218 * files.texi (Saving Buffers): Clarify descriptions of
2219 `write-contents-functions' and `before-save-hook'.
2220 Make the defvar's for `before-save-hook' and `after-save-hook'
2221 into defopt's.
2222
05faee07
KS
22232004-01-07 Kim F. Storm <storm@cua.dk>
2224
2225 * commands.texi (Click Events): Describe new image and
2226 width/height elements of click events.
2227 (Accessing Events): Add posn-string, posn-image, and
2228 posn-object-width-height. Change posn-object to return either
2229 image or string object.
2230
a0465ec3
SJ
22312004-01-01 Simon Josefsson <jas@extundo.com>
2232
2233 * hooks.texi (Standard Hooks): Add before-save-hook.
2234 * files.texi (Saving Buffers): Likewise.
2235
972c0c49
RS
22362004-01-03 Richard M. Stallman <rms@gnu.org>
2237
2238 * frames.texi (Frames and Windows): Delete frame-root-window.
2239
dbcd463f
LT
22402004-01-03 Luc Teirlinck <teirllm@auburn.edu>
2241
2242 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
2243
2244 * functions.texi: Various small changes in addition to the
2245 following.
2246 (What Is a Function): `functionp' returns nil for macros. Clarify
2247 behavior of this and following functions for symbol arguments.
2248 (Function Documentation): Add `\' in front of (fn @var{arglist})
2249 and explain why.
2250 (Defining Functions): Mention DOCSTRING argument to `defalias'.
2251 Add anchor.
2252 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
2253
02c77ee9
MB
22542004-01-01 Miles Bader <miles@gnu.org>
2255
2256 * display.texi (Buttons): New section.
2257
903a1a91
AS
22582003-12-31 Andreas Schwab <schwab@suse.de>
2259
2260 * numbers.texi (Math Functions): sqrt reports a domain-error
2261 error.
2262 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
2263
697cf92a
LT
22642003-12-30 Luc Teirlinck <teirllm@auburn.edu>
2265
3f70fe82
LT
2266 * tips.texi (Documentation Tips): Update item on hyperlinks in
2267 documentation strings.
2268
697cf92a
LT
2269 * errors.texi (Standard Errors): Various small corrections and
2270 additions.
2271
2272 * control.texi: Various small changes in addition to the
2273 following.
2274 (Signaling Errors): Provide some more details on how `signal'
2275 constructs the error message. Add anchor to the definition of
2276 `signal'.
2277 (Error Symbols): Describe special treatment of `quit'.
2278 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
2279 to emphasize that it has to be a single form.
2280
2281 * buffers.texi: Add anchor.
2282
4d25144d
RS
22832003-12-29 Richard M. Stallman <rms@gnu.org>
2284
2285 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
2286 (Window Configurations): Add window-configuration-frame.
2287
2288 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
2289
2290 * text.texi (Examining Properties): Add get-char-property-and-overlay.
2291 Change arg name in get-char-property.
2292 (Special Properties): Update handling of keymap property.
2293
2294 * strings.texi (Modifying Strings): Add clear-string.
2295 (Text Comparison): Add assoc-string and remove
2296 assoc-ignore-case, assoc-ignore-representation.
2297
2298 * os.texi (Time of Day): Add set-time-zone-rule.
2299
2300 * numbers.texi (Math Functions): asin, acos, log, log10
697cf92a 2301 report domain-error errors.
4d25144d 2302
697cf92a 2303 * nonascii.texi (Converting Representations):
4d25144d
RS
2304 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
2305 (Encoding and I/O): Add file-name-coding-system.
2306
2307 * modes.texi (Search-based Fontification): Explain that
2308 face specs are symbols with face names as values.
2309
2310 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
2311
2312 * lists.texi (Building Lists): remq moved elsewhere.
2313 (Sets And Lists): remq moved here.
2314 (Association Lists): Refer to assoc-string.
2315
2316 * internals.texi (Garbage Collection): Add memory-use-counts.
2317
2318 * frames.texi (Frames and Windows): Add set-frame-selected-window
2319 and frame-root-window.
2320
697cf92a 2321 * files.texi (Contents of Directories):
4d25144d
RS
2322 Add directory-files-and-attributes.
2323
2324 * display.texi (Refresh Screen): Add force-window-update.
2325 (Invisible Text): Explain about moving point out of invis text.
2326 (Overlay Properties): Add overlay-properties.
2327 (Managing Overlays): Add overlayp.
2328 (GIF Images): Invalid image number displays a hollow box.
2329
2330 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
2331 (Killing Buffers): Add buffer-live-p.
2332
67fafe38
MR
23332003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
2334
2335 * display.texi (Fringes): Fix typo "set-buffer-window".
2336
68e74f25
LT
23372003-12-24 Luc Teirlinck <teirllm@auburn.edu>
2338
2339 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
2340 * nonascii.texi, processes.texi, tips.texi, variables.texi:
2341 Add or change various xrefs and anchors.
2342
2343 * commands.texi: Replace all occurrences of @acronym{CAR} with
2344 @sc{car}, for consistency with the rest of the Elisp manual.
2345 `car' and `cdr' are historically acronyms, but are no longer
2346 widely thought of as such.
2347
2348 * internals.texi (Pure Storage): Mention that `purecopy' does not
2349 copy text properties.
2350 (Object Internals): Now 29 bits are used (in most implementations)
2351 to address Lisp objects.
2352
2353 * variables.texi (Variables with Restricted Values): New node.
2354
2355 * objects.texi (Lisp Data Types): Mention that certain variables
2356 can only take on a restricted set of values and add an xref to
2357 the new node "Variables with Restricted Values".
2358
2359 * eval.texi (Function Indirection): Describe the errors that
2360 `indirect-function' can signal.
2361 (Eval): Clarify the descriptions of `eval-region' and `values'.
2362 Describe `eval-buffer' instead of `eval-current-buffer' and
2363 mention `eval-current-buffer' as an alias for `current-buffer'.
2364 Correct the description and mention all optional arguments.
2365
697cf92a 2366 * nonascii.texi: Various small changes in addition to the
68e74f25
LT
2367 following.
2368 (Converting Representations): Clarify behavior of
2369 `string-make-multibyte' and `string-to-multibyte' for unibyte all
2370 ASCII arguments.
2371 (Character Sets): Document the variable `charset-list' and adapt
2372 the definition of the function `charset-list' accordingly.
2373 (Translation of Characters): Clarify use of generic characters in
2374 `make-translation-table'. Clarify and correct the description of
2375 the use of translation tables in encoding and decoding.
2376 (User-Chosen Coding Systems): Correct and clarify the description
2377 of `select-safe-coding-system'.
2378 (Default Coding Systems): Clarify description of
2379 `file-coding-system-alist'.
2380
a62f71e4
LT
23812003-11-30 Luc Teirlinck <teirllm@auburn.edu>
2382
2383 * strings.texi (Text Comparison): Correctly describe when two
2384 strings are `equal'. Combine and clarify descriptions of
2385 `assoc-ignore-case' and `assoc-ignore-representation'.
2386
2387 * objects.texi (Non-ASCII in Strings): Clarify description of
2388 when a string is unibyte or multibyte.
2389 (Bool-Vector Type): Update examples.
2390 (Equality Predicates): Correctly describe when two strings are
2391 `equal'.
2392
19017752
LT
23932003-11-29 Luc Teirlinck <teirllm@auburn.edu>
2394
2395 * lists.texi (Building Lists): `append' no longer accepts integer
2396 arguments. Update the description of `number-sequence' to reflect
2397 recent changes.
2398 (Sets And Lists): Describe `member-ignore-case' after `member'.
2399
0f6a07a8
KS
24002003-11-27 Kim F. Storm <storm@cua.dk>
2401
2402 * commands.texi (Click Events): Click object may be an images.
2403 Describe (dx . dy) element of click positions.
2404 (Accessing Events): Remove duplicate posn-timestamp.
2405 New functions posn-object and posn-object-x-y.
2406
1ce7c819
KS
24072003-11-23 Kim F. Storm <storm@cua.dk>
2408
2409 * commands.texi (Click Events): Describe enhancements to event
2410 position lists, including new text-pos and (col . row) items.
2411 Mention left-fringe and right-fringe area events.
0f6a07a8 2412 (Accessing Events): New functions posn-area and
1ce7c819
KS
2413 posn-actual-col-row. Mention posn-timestamp. Mention that
2414 posn-point in non-text area still returns buffer position.
2415 Clarify posn-col-row.
2416
cae8ddbb
LH
24172003-11-21 Lars Hansen <larsh@math.ku.dk>
2418
2419 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
2420 * anti.texi (File Attributes): Describe removed parameter
2421 ID-FORMAT.
2422
f7f1a248
LT
24232003-11-20 Luc Teirlinck <teirllm@auburn.edu>
2424
68e74f25 2425 * positions.texi (Positions): Mention that, if a marker is used as
f7f1a248
LT
2426 a position, its buffer is ignored.
2427
2428 * markers.texi (Overview of Markers): Mention it here too.
2429
c5e2fb05
LT
24302003-11-12 Luc Teirlinck <teirllm@auburn.edu>
2431
2432 * numbers.texi (Numeric Conversions): Not just `floor', but also
2433 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
2434
e57d0aa8
LT
24352003-11-10 Luc Teirlinck <teirllm@auburn.edu>
2436
2437 * markers.texi (Creating Markers): Specify insertion type of
2438 created markers. Add xref to `Marker Insertion Types'.
2439 Second argument to `copy-marker' is optional.
2440 (Marker Insertion Types): Mention that most markers are created
2441 with insertion type nil.
2442 (The Mark): Correctly describe when `mark' signals an error.
2443 (The Region): Correctly describe when `region-beginning' and
2444 `region-end' signal an error.
2445
bb3612ec
LT
24462003-11-08 Luc Teirlinck <teirllm@auburn.edu>
2447
2448 * hash.texi (Creating Hash): Clarify description of `eql'.
2449 `makehash' is obsolete.
2450 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
2451
2452 * positions.texi (Point): Change description of `buffer-end', so
2453 that it is also correct for floating point arguments.
2454 (List Motion): Correct argument lists of `beginning-of-defun' and
2455 `end-of-defun'.
2456 (Excursions): Add xref to `Marker Insertion Types'.
2457 (Narrowing): Argument to `narrow-to-page' is optional.
2458
cfb8a797
LT
24592003-11-06 Luc Teirlinck <teirllm@auburn.edu>
2460
2461 * streams.texi (Output Streams): Clarify behavior of point for
2462 marker output streams.
2463
c6177909
LT
24642003-11-04 Luc Teirlinck <teirllm@auburn.edu>
2465
2466 * variables.texi (Defining Variables): Second argument to
2467 `defconst' is not optional.
2468 (Setting Variables): Mention optional argument APPEND to
2469 `add-to-list'.
2470 (Creating Buffer-Local): Expand description of
2471 `make-variable-buffer-local'.
2472 (Frame-Local Variables): Expand description of
2473 `make-variable-frame-local'.
2474 (Variable Aliases): Correct description of optional argument
2475 DOCSTRING to `defvaralias'. Mention return value of
2476 `defvaralias'.
2477 (File Local Variables): Add xref to `File variables' in Emacs
2478 Manual. Correct description of `hack-local-variables'. Mention
2479 `safe-local-variable' property. Mention optional second argument
2480 to `risky-local-variable-p'.
2481
b3645067
LT
24822003-11-03 Luc Teirlinck <teirllm@auburn.edu>
2483
2484 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
2485
10695e5c
EZ
24862003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
2487
2488 * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
2489 lispref/customize.texi, lispref/display.texi, lispref/files.texi,
2490 lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
2491 lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
2492 lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
b3645067 2493 lispref/processes.texi, lispref/searching.texi,
10695e5c
EZ
2494 lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
2495 lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
2496 @acronym{FOO}.
2497
a2f4def1
LT
24982003-10-27 Luc Teirlinck <teirllm@auburn.edu>
2499
2500 * strings.texi (Creating Strings): Argument START to `substring'
2501 can not be `nil'. Expand description of
2502 `substring-no-properties'. Correct description of `split-string',
2503 especially with respect to empty matches. Prevent very bad line
2504 break in definition of `split-string-default-separators'.
2505 (Text Comparison): `string=' and `string<' also accept symbols as
2506 arguments.
2507 (String Conversion): More completely describe argument BASE in
2508 `string-to-number'.
5bb0fcd1 2509 (Formatting Strings): `%s' and `%S' in `format' do require
a2f4def1
LT
2510 corresponding object. Clarify behavior of numeric prefix after
2511 `%' in `format'.
2512 (Case Conversion): The argument to `upcase-initials' can be a
2513 character.
2514
a2296bf9
KH
25152003-10-27 Kenichi Handa <handa@m17n.org>
2516
2517 * display.texi (Fontsets): Fix texinfo usage.
2518
885fef7c
KH
25192003-10-25 Kenichi Handa <handa@m17n.org>
2520
2521 * display.texi (Fontsets): Add description of the function
2522 set-fontset-font.
2523
0c6b7a1f
LT
25242003-10-23 Luc Teirlinck <teirllm@auburn.edu>
2525
2526 * display.texi (Temporary Displays): Add xref to `Documentation
2527 Tips'.
2528
2529 * functions.texi (Function Safety): Use inforef instead of pxref
2530 for SES.
2531
c3cda320
AS
25322003-10-23 Andreas Schwab <schwab@suse.de>
2533
2534 * Makefile.in (TEX, texinputdir): Don't define.
2535 (TEXI2DVI): Define.
2536 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
2537 add $(srcdir)/index.texi.
2538 ($(infodir)/elisp): Remove index.texi dependency.
2539 (elisp.dvi): Likewise. Use $(TEXI2DVI).
2540 (index.texi): Remove target.
2541 (dist): Don't link $(srcdir)/permute-index.
83badb71
AS
2542 (clean): Don't remove index.texi.
2543
c3cda320
AS
2544 * permute-index, index.perm: Remove.
2545 * index.texi: Rename from index.unperm.
2546
e5dadca7
LT
25472003-10-22 Luc Teirlinck <teirllm@auburn.edu>
2548
2549 * tips.texi (Documentation Tips): Document new behavior for face
2550 and variable hyperlinks in Help mode.
2551
6cfb0777
LT
25522003-10-21 Luc Teirlinck <teirllm@auburn.edu>
2553
2554 * objects.texi (Integer Type): Update for extra bit of integer range.
2555 (Character Type): Ditto.
2556
a6eeaa81 25572003-10-16 Eli Zaretskii <eliz@gnu.org>
a4fc3ab3
EZ
2558
2559 * numbers.texi (Integer Basics): Add index entries for reading
2560 numbers in hex, octal, and binary.
2561
c8f9ba83
LK
25622003-10-16 Lute Kamstra <lute@gnu.org>
2563
2564 * modes.texi (Mode Line Format): Mention force-mode-line-update's
2565 argument.
2566
b52a26fb
LT
25672003-10-13 Luc Teirlinck <teirllm@auburn.edu>
2568
2569 * windows.texi (Choosing Window): Fix typo.
2570 * edebug.texi (Edebug Execution Modes): Fix typo.
2571
f7005886
RS
25722003-10-13 Richard M. Stallman <rms@gnu.org>
2573
2574 * windows.texi (Basic Windows): A window has fringe settings,
2575 display margins and scroll-bar settings.
2576 (Splitting Windows): Doc split-window return value.
2577 Clean up one-window-p.
2578 (Selecting Windows): Fix typo.
2579 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
2580 (Buffers and Windows): In set-window-buffer, explain effect
2581 on fringe settings and scroll bar settings.
2582 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
2583 (Choosing Window): Use defopt for pop-up-frame-function.
2584 For special-display-buffer-names, explain same-window and same-frame.
2585 Clarify window-dedicated-p return value.
2586 (Textual Scrolling): scroll-up and scroll-down can get an error.
2587 (Horizontal Scrolling): Clarify auto-hscroll-mode.
2588 Clarify set-window-hscroll.
2589 (Size of Window): Don't mention tool bar in window-height.
2590 (Coordinates and Windows): Explain what coordinates-in-window-p
2591 returns for fringes and display margins.
2592 (Window Configurations): Explain saving fringes, etc.
2593
2594 * tips.texi (Library Headers): Clean up Documentation.
2595
2596 * syntax.texi (Parsing Expressions): Clean up forward-comment
2597 and parse-sexp-lookup-properties.
2598
2599 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
2600
2601 * os.texi (System Environment): Clean up text for load-average errors.
2602
2603 * modes.texi (Hooks): Don't explain local hook details at front.
2604 Clarify run-hooks and run-hook-with-args a little.
2605 Clean up add-hook and remove-hook.
2606
2607 * edebug.texi (Edebug Execution Modes): Clarify t.
2608 Document edebug-sit-for-seconds.
2609 (Coverage Testing): Document C-x X = and =.
2610 (Instrumenting Macro Calls): Fix typo.
2611 (Specification List): Don't index the specification keywords.
2612
c989ebe9
KS
26132003-10-10 Kim F. Storm <storm@cua.dk>
2614
2615 * processes.texi (Network): Introduce make-network-process.
2616
f9525eef
LT
26172003-10-09 Luc Teirlinck <teirllm@auburn.edu>
2618
2619 * tips.texi (Library Headers): Fix typo.
2620
f008b925
LK
26212003-10-07 Juri Linkov <juri@jurta.org>
2622
2623 * modes.texi (Imenu): Mention imenu-create-index-function's
2624 default value. Explain submenus better.
2625
c22c5da6
LK
26262003-10-07 Lute Kamstra <lute@gnu.org>
2627
2628 * modes.texi (Faces for Font Lock): Fix typo.
2629 (Hooks): Explain how buffer-local hook variables can refer to
2630 global hook variables.
2631 Various minor clarifications.
2632
49247521
LK
26332003-10-06 Lute Kamstra <lute@gnu.org>
2634
2635 * tips.texi (Coding Conventions): Mention naming conventions for
2636 hooks.
2637
9296c947
LT
26382003-10-05 Luc Teirlinck <teirllm@auburn.edu>
2639
2640 * loading.texi (Library Search): Correct default value of
2641 load-suffixes.
2642 (Named Features): Fix typo.
2643
0e9b293a
RS
26442003-10-05 Richard M. Stallman <rms@gnu.org>
2645
2646 * loading.texi (Named Features): In `provide',
2647 say how to test for subfeatures.
2648 (Unloading): In unload-feature, use new var name
2649 unload-feature-special-hooks.
2650
49247521 26512003-10-03 Lute Kamstra <lute@gnu.org>
10ee4e90
LK
2652
2653 * modes.texi (Major Mode Conventions): Mention third way to set up
2654 Imenu.
2655 (Imenu): A number of small fixes.
2656 Delete documentation of internal variable imenu--index-alist.
2657 Document the return value format of imenu-create-index-function
2658 functions.
2659
ab8f7d5c
RS
26602003-09-30 Richard M. Stallman <rms@gnu.org>
2661
2662 * processes.texi (Network): Say what stopped datagram connections do.
2663
2664 * lists.texi (Association Lists): Clarify `assq-delete-all'.
2665
2666 * display.texi (Overlay Properties): Clarify `evaporate' property.
2667
49247521 26682003-09-29 Lute Kamstra <lute@gnu.org>
86b9b767
LK
2669
2670 * modes.texi (Mode Line Data): Explain when symbols in mode-line
c22c5da6 2671 constructs should be marked as risky.
86b9b767
LK
2672 Change cons cell into proper list.
2673 (Mode Line Variables): Change cons cell into proper list.
2674
49247521 26752003-09-26 Lute Kamstra <lute@gnu.org>
bc3b02f9
LK
2676
2677 * modes.texi (Mode Line Data): Document the :propertize construct.
2678 (Mode Line Variables): Reorder the descriptions of the variables
c22c5da6 2679 to match their order in the default mode-line-format.
bc3b02f9
LK
2680 Describe the new variables mode-line-position and mode-line-modes.
2681 Update the default values of mode-line-frame-identification,
2682 minor-mode-alist, and default-mode-line-format.
2683 (Properties in Mode): Mention the :propertize construct.
6142d1d0 2684
bc3b02f9 26852003-09-26 Richard M. Stallman <rms@gnu.org>
6142d1d0 2686
c22c5da6 2687 * buffers.texi, commands.texi, debugging.texi, eval.texi:
6142d1d0
RS
2688 * loading.texi, minibuf.texi, text.texi, variables.texi:
2689 Avoid @strong{Note:}.
2690
26912003-09-26 Richard M. Stallman <rms@gnu.org>
2692
2693 * keymaps.texi (Remapping Commands): Fix typo.
2694
41beda59
LT
26952003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
2696
2697 * processes.texi (Low-Level Network): Fix typo.
2698
ef6ae4ff
KS
26992003-09-23 Kim F. Storm <storm@cua.dk>
2700
2701 * processes.texi (Network, Network Servers): Fix typos.
2702 (Low-Level Network): Add timeout value for :server keyword.
2703 Add new option keywords to make-network-process.
2704 Add set-network-process-options.
2705 Explain how to test availability of network options.
2706
b0f23edf
RS
27072003-09-19 Richard M. Stallman <rms@gnu.org>
2708
2709 * text.texi (Motion by Indent): Arg to
2710 backward-to-indentation and forward-to-indentation is optional.
2711
2712 * strings.texi (Creating Strings): Add substring-no-properties.
2713
2714 * processes.texi
2715 (Process Information): Add list-processes arg QUERY-ONLY.
2716 Delete process-contact from here.
2717 Add new status values for process-status.
2718 Add process-get, process-put, process-plist, set-process-plist.
2719 (Synchronous Processes): Add call-process-shell-command.
2720 (Signals to Processes): signal-process allows process objects.
2721 (Network): Complete rewrite.
2722 (Network Servers, Datagrams, Low-Level Network): New nodes.
2723
2724 * positions.texi (Word Motion): forward-word, backward-word
2725 arg is optional. Reword.
2726
2727 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
2728
c22c5da6 2729 * variables.texi (Creating Buffer-Local):
b0f23edf
RS
2730 Delete duplicate definition of buffer-local-value.
2731 (File Local Variables): Explain about discarding text props.
2732
f387bdea
RS
27332003-09-11 Richard M. Stallman <rms@gnu.org>
2734
2735 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
2736 changes variables that record input events.
2737 (Minibuffer Misc): Add minibuffer-selected-window.
2738
2739 * lists.texi (Building Lists): Add copy-tree.
2740
2741 * display.texi (Fontsets): Add char-displayable-p.
2742 (Scroll Bars): New node.
2743
49247521 27442003-09-08 Lute Kamstra <lute@gnu.org>
5df034de
LK
2745
2746 * modes.texi (%-Constructs): Document new `%i' and `%I'
2747 constructs.
2748
fd026ee1
JR
27492003-09-03 Peter Runestig <peter@runestig.com>
2750
2751 * makefile.w32-in: New file.
2752
4828b4d7
RS
27532003-08-29 Richard M. Stallman <rms@gnu.org>
2754
2755 * display.texi (Overlay Properties): Clarify how priorities
2756 affect use of the properties.
2757
a4e4f05d
LT
27582003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
2759
2760 * customize.texi (Type Keywords): Correct the description of
2761 `:help-echo' in the case where `motion-doc' is a function.
2762
3ebe0346
JPW
27632003-08-14 John Paul Wallington <jpw@gnu.org>
2764
2765 * modes.texi (Emulating Mode Line): Subsection, not section.
2766
3afe8e39
RS
27672003-08-13 Richard M. Stallman <rms@gnu.org>
2768
2769 * elisp.texi (Top): Update subnode lists in menu.
2770
2771 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
2772 (Kill Functions): kill-region has new arg yank-handler.
2773 (Yanking): New node.
2774 (Yank Commands): Add yank-undo-function.
2775 (Low-Level Kill Ring):
2776 kill-new and kill-append have new arg yank-handler.
2777 (Changing Properties): Add remove-list-of-text-properties.
2778 (Atomic Changes): New node.
2779
2780 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
2781
2782 * streams.texi (Output Variables): Add eval-expression-print-length
2783 and eval-expression-print-level.
2784
2785 * os.texi (Time Conversion): For encode-time, explain limits on year.
2786
2787 * objects.texi (Character Type): Define anchor "modifier bits".
2788
2789 * modes.texi (Emulating Mode Line): New node.
2790 (Search-based Fontification): Font Lock uses font-lock-face property.
2791 (Other Font Lock Variables): Likewise.
2792
2793 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
2794 not vectors.
2795 (Active Keymaps): Add emulation-mode-map-alists.
2796 (Functions for Key Lookup): key-binding has new arg no-remap.
2797 (Remapping Commands): New node.
2798 (Scanning Keymaps): where-is-internal has new arg no-remap.
2799 (Tool Bar): Add tool-bar-local-item-from-menu.
2800 Clarify when to use tool-bar-add-item-from-menu.
2801
2802 * commands.texi (Interactive Call): commandp has new arg.
2803 (Command Loop Info): Add this-original-command.
2804
e37769b1
JPW
28052003-08-06 John Paul Wallington <jpw@gnu.org>
2806
2807 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
2808
2809 * display.texi (Warning Basics): Fix typo.
2810 (Fringes): Add closing curly bracket and fix typo.
2811
2812 * elisp.texi (Top): Fix typo.
2813
c5e0561f
RS
28142003-08-05 Richard M. Stallman <rms@gnu.org>
2815
2816 * elisp.texi: Update lists of subnodes.
2817
2818 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
2819
2820 * variables.texi (Local Variables): Use lc for example variable names.
2821
2822 * tips.texi (Library Headers): Explain where to put -*-.
2823
2824 * strings.texi (Creating Strings): Fix xref for vconcat.
2825
2826 * sequences.texi (Vector Functions):
2827 vconcat no longer allows integer args.
2828
2829 * minibuf.texi (Reading File Names): read-file-name has new
2830 arg PREDICATE. New function read-directory-name.
2831
2832 * macros.texi (Defining Macros): Give definition of `declare'
2833 (Indenting Macros): New node.
2834
2835 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
2836 (Window Frame Parameters): Make separate table of parameters
2837 that are coupled with specific face attributes.
2838 (Deleting Frames): delete-frame-hooks renamed to
2839 delete-frame-functions.
2840
2841 * files.texi (Magic File Names): Add file-remote-p.
2842 Clarify file-local-copy.
2843
2844 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
2845 here; instead xref Defining Macros.
2846
2847 * display.texi (Warnings): New node, and subnodes.
2848 (Fringes): New node.
2849
2850 * debugging.texi (Test Coverage): New node.
2851
2852 * compile.texi (Compiler Errors): Explain with-no-warnings
2853 and other ways to suppress warnings.
2854
2855 * commands.texi (Interactive Call): Minor clarification.
2856
2857 * buffers.texi (Buffer File Name): set-visited-file-name
2858 renames the buffer too.
2859
2860 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
2861
ee59dede
MR
28622003-07-24 Markus Rost <rost@math.ohio-state.edu>
2863
2864 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
2865
f0514b34
MR
28662003-07-22 Markus Rost <rost@math.ohio-state.edu>
2867
2868 * internals.texi (Garbage Collection): Fix previous change.
2869
c73983bb
RS
28702003-07-22 Richard M. Stallman <rms@gnu.org>
2871
2872 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
2873
2874 * display.texi (Width): Use \s syntax in example.
2875 (Font Selection): Add face-font-rescale-alist.
2876
2877 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
2878 Remove spurious indent in example.
2879
2880 * lists.texi (Building Lists): Add number-sequence.
2881
2882 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
2883
2884 * functions.texi (Function Documentation): Explain how to
2885 show calling convention explicitly in the doc string.
2886
2887 * windows.texi (Selecting Windows): save-selected-window saves
2888 selected window of each frame.
2889 (Window Configurations): Minor change.
2890
2891 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
2892
2893 * streams.texi (Output Variables): Add print-continuous-numbering
2894 and print-number-table.
2895
2896 * processes.texi (Decoding Output): New node.
2897
2898 * os.texi (Time Conversion): decode-time arg is optional.
2899
2900 * objects.texi (Character Type): Don't use space as example for \.
2901 Make list of char names and \-sequences correspond.
2902 Explain that \s is not used in strings. `\ ' needs space after.
2903
2904 * nonascii.texi (Converting Representations): Add string-to-multibyte.
2905 (Translation of Characters): Add translation-table-for-input.
2906 (Default Coding Systems): Add auto-coding-functions.
2907 (Explicit Encoding): Add decode-coding-inserted-region.
2908 (Locales): Add locale-info.
2909
2910 * minibuf.texi (Basic Completion): Describe test-completion.
2911 Collections can be lists of strings.
2912 Clean up lazy-completion-table.
2913 (Programmed Completion): Mention test-completion.
2914 Clarify why lambda expressions are not accepted.
2915 (Minibuffer Misc): Describe minibufferp.
2916
51a8b435
RS
29172003-07-14 Richard M. Stallman <rms@gnu.org>
2918
2919 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
2920
2921 * windows.texi (Selecting Windows): New arg to select-window.
2922 (Selecting Windows): Add with-selected-window.
2923 (Size of Window): Add window-inside-edges, etc.
2924
2925 * internals.texi (Garbage Collection): Add post-gc-hook.
2926
2927 * processes.texi (Subprocess Creation): Add exec-suffixes.
2928
2929 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
2930 (Scanning Keymaps): Add map-keymaps.
2931 (Defining Menus): Add keymap-prompt.
2932
2933 * numbers.texi (Integer Basics): Add most-positive-fixnum,
2934 most-negative-fixnum.
2935
2936 * compile.texi (Byte Compilation): Explain no-byte-compile
2937 (Compiler Errors): New node.
2938
2939 * os.texi (User Identification): user-uid, user-real-uid
2940 can return float.
2941
2942 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
2943 and about derived modes.
2944 (Minor Modes): Add minor-mode-list.
2945 (Defining Minor Modes): Keyword args for define-minor-mode.
2946 (Search-based Fontification): Explain managing other properties.
2947 (Other Font Lock Variables): Add font-lock-extra-managed-props.
2948 (Faces for Font Lock): Add font-locl-preprocessor-face.
2949 (Hooks): Add run-mode-hooks and delay-mode-hooks.
2950
2951 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
e57d0aa8 2952 (Variable Aliases): Clarify defvaralias.
51a8b435
RS
2953
2954 * loading.texi (Library Search): Add load-suffixes.
2955
2956 * minibuf.texi (Basic Completion): Add lazy-completion-table.
2957 (Programmed Completion): Add dynamic-completion-table.
2958
2959 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
2960 (Magic File Names): Specify precedence order of handlers.
199bb209 2961
51a8b435
RS
2962 * commands.texi (Command Overview): Emacs server runs pre-command-hook
2963 and post-command-hook.
2964 (Waiting): New calling convention for sit-for.
2965
2966 * text.texi (Special Properties): local-map and keymap properties
2967 apply based on their stickiness.
2968
c6de56a0
RS
29692003-07-07 Richard M. Stallman <rms@gnu.org>
2970
2971 * modes.texi (Minor Mode Conventions): Specify only some kinds
2972 of list values as args to minor modes.
2973
2974 * files.texi (File Name Expansion): Warn about iterative use
2975 of substitute-in-file-name.
2976
2977 * advice.texi (Activation of Advice): Clean up previous change.
2978
8c761ea6
MR
29792003-07-06 Markus Rost <rost@math.ohio-state.edu>
2980
2981 * advice.texi (Activation of Advice): Note that ad-start-advice is
2982 turned on by default.
2983
c6de56a0
RS
29842003-06-30 Richard M. Stallman <rms@gnu.org>
2985
2986 * text.texi (Buffer Contents): Document current-word.
2987 (Change Hooks): Not called for *Messages*.
2988
2989 * functions.texi (Defining Functions): Explain about redefining
2990 primitives.
2991 (Function Safety): Renamed. Minor changes.
2992 Comment out the detailed criteria for what is safe.
2993
3fe4e567
AS
29942003-06-22 Andreas Schwab <schwab@suse.de>
2995
2996 * objects.texi (Symbol Type): Fix description of examples.
2997
cda7bd13
AS
29982003-06-16 Andreas Schwab <schwab@suse.de>
2999
3000 * hash.texi (Creating Hash): Fix description of :weakness.
3001
fbcffa4a
KG
30022003-06-13 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
3003
3004 * files.texi (Changing Files): copy-file copies file modes, too.
3005
ff6a3bfb
RS
30062003-05-28 Richard M. Stallman <rms@gnu.org>
3007
3008 * strings.texi (Creating Strings): Clarify split-string.
3009
1463a05d
JB
30102003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
3011
3012 * strings.texi (Creating Strings): Update split-string specification
3013 and examples.
3014
af253914
RS
30152003-05-19 Richard M. Stallman <rms@gnu.org>
3016
3017 * elisp.texi: Correct invariant section names.
3018
7ea52f92
RS
30192003-04-20 Richard M. Stallman <rms@gnu.org>
3020
3021 * os.texi (Timers): Explain about timers and quitting.
3022
e31afc09
RS
30232003-04-19 Richard M. Stallman <rms@gnu.org>
3024
3025 * internals.texi (Writing Emacs Primitives): Strings are
3026 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
3027 Explain GCPRO convention for varargs function args.
3028
5ceea398
RS
30292003-04-16 Richard M. Stallman <rms@gnu.org>
3030
3031 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
3032
b0ada147
RS
30332003-04-08 Richard M. Stallman <rms@gnu.org>
3034
3035 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
3036
b23375aa
KS
30372003-02-13 Kim F. Storm <storm@cua.dk>
3038
3039 * objects.texi (Character Type): New \s escape for space.
3040
c60ee5e7
JB
30412003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
3042
3043 * os.texi (System Environment): Added cygwin system-type.
3044
84e47416
RS
30452003-01-25 Richard M. Stallman <rms@gnu.org>
3046
3047 * keymaps.texi: Document that a symbol can act as a keymap.
3048
3e8cf2ea
RS
30492003-01-13 Richard M. Stallman <rms@gnu.org>
3050
3051 * text.texi (Changing Properties): Say string indices are origin-0.
3052
3053 * positions.texi (Screen Lines) <compute-motion>:
3054 Correct order of elts in return value.
3055
3056 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
3057 how to define a default binding.
3058
7abb9fc5 30592002-12-07 Markus Rost <rost@math.ohio-state.edu>
177f790c 3060
104bc3aa 3061 * loading.texi (Unloading): Fix recent change for load-history.
5b1fc152 3062
104bc3aa
MR
3063 * customize.texi (Simple Types): Clarify description of custom
3064 type 'number. Describe new custom type 'float.
177f790c 3065
7abb9fc5 30662002-12-04 Markus Rost <rost@math.ohio-state.edu>
24ff45f3
MR
3067
3068 * variables.texi (File Local Variables): Fix typo.
3069
df140a68 30702002-10-23 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
c60ee5e7 3071
df140a68
KG
3072 From Michael Albinus <Michael.Albinus@alcatel.de>.
3073
3074 * README: Target for Info file is `make info'.
3075
3076 * files.texi (File Name Components): Fixed typos in
3077 `file-name-sans-extension'.
3078 (Magic File Names): Complete list of operations for magic file
3079 name handlers.
3080
7ed9159a
JY
30812002-09-16 Jonathan Yavner <jyavner@engineer.com>
3082
3083 * variables.texi (File Local Variables): New function
3084 risky-local-variable-p.
3085
30862002-09-15 Jonathan Yavner <jyavner@engineer.com>
3087
3088 * functions.texi (Function safety): New node about unsafep.
3089
241f79af
PA
30902002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
3091
3092 * customize.texi (Splicing into Lists): Fixed example.
3093 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>
3094
72459b15
JB
30952002-06-17 Juanma Barranquero <lektu@terra.es>
3096
3097 * frames.texi (Display Feature Testing): Fix typo.
3098
61f7e0f5
AS
30992002-06-12 Andreas Schwab <schwab@suse.de>
3100
3101 * frames.texi (Initial Parameters, Resources): Fix references to
3102 the Emacs manual.
3103
4e792dbd
KS
31042002-05-13 Kim F. Storm <storm@cua.dk>
3105
3106 * variables.texi (Intro to Buffer-Local): Updated warning and
3107 example relating to changing buffer inside let.
3108
940344d4 31092002-03-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
d873ec96
JD
3110
3111 * os.texi (Session Management): New node about X Session management.
3112
231ac53b
EZ
31132002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
3114
3115 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
3116 to which the manual corresponds, and the copyright years.
3117
3118 * Makefile.in (VERSION): Set to 2.9.
3119
140cc574
EZ
31202001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
3121
3122 * elisp.texi: Change the category in @dircategory to "Emacs", to
3123 make it consistent with info/dir.
3124
9c7fce05
MB
31252001-11-25 Miles Bader <miles@gnu.org>
3126
3127 * text.texi (Fields): Describe new `limit' arg in
3128 field-beginning/field-end.
3129
9f8bbf0f
EZ
31302001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
3131
a5e6715c
EZ
3132 * permute-index: Don't depend on csh-specific features. Replace
3133 the interpreter name with /bin/sh.
3134
9f8bbf0f
EZ
3135 * two-volume-cross-refs.txt: New file.
3136 * two.el: New file.
3137 * spellfile: New file.
3138
1756e2fb
EZ
31392001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
3140
3141 * permute-index: New file.
3142
3143 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
3144 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
3145 8+3 restricted namespace.
ad050e54
EZ
3146
3147 * Makefile.in (infodir): Define relative to $(srcdir).
3148 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
3149 include directories list via -I switch to makeinfo.
3150 (index.texi): Use cp if both hard and symbolic links fail.
3151
10fa7f8e
EZ
31522001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
3153
7a1494ce
EZ
3154 * Makefile.in (distclean): Add.
3155
10fa7f8e
EZ
3156 The following changes make ELisp manual part of the Emacs
3157 distribution:
3158
3159 * Makefile.in: Add Copyright notice.
3160 (prefix): Remove.
3161 (infodir): Change value to "../info".
3162 (VPATH): New variable.
3163 (MAKE): Don't define.
3164 (texmacrodir): Don't define.
3165 (texinputdir): Append the existing value of TEXINPUTS.
3166 ($(infodir)/elisp): Instead of just "elisp". Reformat the
3167 command to be compatible with man/Makefile.in, and to put the
3168 output into ../info.
5c32b7c5 3169 (info): Add target.
10fa7f8e
EZ
3170 (installall): Target removed.
3171
ad050e54 31722001-10-31 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2b209b97
PJ
3173
3174 * tips.texi (Coding Conventions): Fix typo.
3175
6fd735df
GM
31762001-10-23 Gerd Moellmann <gerd@gnu.org>
3177
3178 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
3179
b704d54b
EZ
31802001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
3181
3182 * files.texi (File Name Components): Update the description of
3183 file-name-sans-extension and file-name-extension, as they now
3184 ignore leading dots.
3185
71431a0e
GM
31862001-10-20 Gerd Moellmann <gerd@gnu.org>
3187
6aa97356 3188 * (Version 21.1 released.)
71431a0e 3189
79f1f96c
MB
31902001-10-19 Miles Bader <miles@gnu.org>
3191
3192 * positions.texi (Text Lines): Describe behavior of
3193 `beginning-of-line'/`end-of-line' in the presence of field properties.
3194
892a8f36
GM
31952001-10-17 Gerd Moellmann <gerd@gnu.org>
3196
3197 * Makefile.in (VERSION): Set to 2.8.
3198 (manual): Use `manual-21'.
3199
8c1cc9e8 3200 * elisp.texi (VERSION): Add and use it where the version
892a8f36
GM
3201 number was used. Set it to 2.8.
3202
3203 * intro.texi: Likewise.
3204
51724e26
EZ
32052001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
3206
3207 * files.texi (File Name Completion): Document the significance of
3208 a trailing slash in elements of completion-ignored-extensions.
3209
57b338e8
MB
32102001-10-06 Miles Bader <miles@gnu.org>
3211
3212 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
3213
c89e4bc5
GM
32142001-10-04 Gerd Moellmann <gerd@gnu.org>
3215
3216 * variables.texi (Variable Aliases): New node.
3217
ab952a4f
GM
32182001-10-04 Gerd Moellmann <gerd@gnu.org>
3219
3220 * Branch for 21.1.
dff28924 3221
9db3a582
MB
32222001-10-02 Miles Bader <miles@gnu.org>
3223
ae1a9581
MB
3224 * minibuf.texi (Minibuffer Misc): Add entries for
3225 `minibuffer-contents', `minibuffer-contents-no-properties', and
3226 `delete-minibuffer-contents'.
3227 Correct description for `minibuffer-prompt-end'.
3228
9db3a582
MB
3229 * text.texi (Property Search): Correct descriptions of
3230 `next-char-property-change' and `previous-char-property-change'.
3231 Add entries for `next-single-char-property-change' and
3232 `previous-single-char-property-change'.
3233 Make operand names a bit more consistent.
3234
03be5931
EZ
32352001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
3236
3237 * frames.texi (Finding All Frames): Document that next-frame and
3238 previous-frame are local to current terminal.
3239
974548ec
EZ
32402001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
3241
3242 * keymaps.texi (Creating Keymaps): Fix the description of the
dff28924 3243 result of make-keymap.
974548ec 3244
8d82c597
EZ
32452001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
3246
3247 * display.texi (Font Lookup, Attribute Functions)
3248 (Image Descriptors): Add cross-references to the definition of
3249 selected frame.
3250
3251 * buffers.texi (The Buffer List): Add cross-references to the
3252 definition of selected frame.
3253
3254 * frames.texi (Input Focus): Clarify which frame is _the_ selected
3255 frame at any given time.
3256 (Multiple Displays, Size and Position): Add a cross-reference to
3257 the definition of the selected frame.
3258
2842de30
EZ
32592001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
3260
3261 * strings.texi (String Conversion) <string-to-number>: Document
3262 that a float is returned for integers that are too large.
3263
3264 * frames.texi (Mouse Position): Document mouse-position-function.
3265 (Display Feature Testing): Document display-images-p.
3266 (Window Frame Parameters): Document the cursor-type variable.
3267
3268 * numbers.texi (Integer Basics): Document CL style read syntax for
3269 integers in bases other than 10.
3270
3271 * positions.texi (List Motion): Document
3272 open-paren-in-column-0-is-defun-start.
3273
3274 * lists.texi (Sets And Lists): Document member-ignore-case.
3275
3276 * internals.texi (Garbage Collection): Document the used and free
3277 strings report.
3278 (Memory Usage): Document strings-consed.
3279
3280 * os.texi (Time of Day): Document float-time.
3281 (Recording Input): Document that clear-this-command-keys clears
3282 the vector to be returned by recent-keys.
3283
3284 * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
3285 argument keymap can be a list.
3286
3287 * nonascii.texi (User-Chosen Coding Systems)
3288 <select-safe-coding-system>: Document the new argument
3289 accept-default-p and the variable
3290 select-safe-coding-system-accept-default-p. Tell what happens if
3291 buffer-file-coding-system is undecided.
3292 (Default Coding Systems): Document auto-coding-regexp-alist.
3293
3294 * display.texi (The Echo Area) <message>: Document
3295 message-truncate-lines.
3296 (Glyphs): Document that the glyph table is unused on windowed
3297 displays.
3298
3299 * help.texi (Describing Characters) <single-key-description>:
3300 Document the new argument no-angles.
3301 (Accessing Documentation) <documentation-property>: Document that
3302 a non-string property is evaluated.
3303 <documentation>: Document that the function-documentation property
3304 is looked for.
3305
3306 * windows.texi (Selecting Windows): Document some-window.
3307
3308 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
3309
3310 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
3311 apropos-mode-hook.
3312
3313 * commands.texi (Using Interactive): Document interactive-form.
3314 (Keyboard Macros): Document kbd-macro-termination-hook.
3315 (Command Loop Info): Document that clear-this-command-keys clears
3316 the vector to be returned by recent-keys.
3317
2d43d823
GM
33182001-09-04 Werner LEMBERG <wl@gnu.org>
3319
3320 * Makefile.in (srcdir, texinputdir): New variables.
3321 (srcs, index.texi, install): Use $(srcdir).
3322 (.PHONY): Remove elisp.dvi.
3323 (elisp): Use -I switch for makeinfo.
3324 (elisp.dvi): Use $(srcdir) and $(texinputdir).
3325 (installall, dist): Use $(srcdir).
3326 Fix path to texinfo.tex.
3327 (maintainer-clean): Add elisp.dvi and elisp.oaux.
3328
fa739b31
GM
33292001-08-30 Gerd Moellmann <gerd@gnu.org>
3330
92a25631
GM
3331 * display.texi (Conditional Display): Adjust to API change.
3332
fa739b31
GM
3333 * configure: New file.
3334
cef68af5
GM
33352001-07-30 Gerd Moellmann <gerd@gnu.org>
3336
3337 * commands.texi (Repeat Events): Add description of
3338 double-click-fuzz.
3339
d1f08d85
SM
33402001-05-08 Stefan Monnier <monnier@cs.yale.edu>
3341
3342 * syntax.texi (Syntax Class Table): Add the missing designator for
3343 comment and string fences.
3344 (Syntax Properties): Add a xref to syntax table internals.
3345 (Syntax Table Internals): Document string-to-syntax.
3346
1e9fc92e
GM
33472001-05-07 Gerd Moellmann <gerd@gnu.org>
3348
3349 * Makefile.in (install): Use install-info command line options
3350 like in Emacs' Makefile.in.
3351
00480554
MB
33522000-12-09 Miles Bader <miles@gnu.org>
3353
3354 * windows.texi (Window Start): Update documentation for
3355 `pos-visible-in-window-p'.
3356
1e344ee2
SM
33572000-11-12 Stefan Monnier <monnier@cs.yale.edu>
3358
3359 * lists.texi (Building Lists): Add footnote to explain how to add
3360 to the end of a list.
3361
a540f6ed
GM
33622000-10-25 Gerd Moellmann <gerd@gnu.org>
3363
3364 * files.texi (Visiting Functions): Typos.
3365
28bcdbee
KH
33662000-10-25 Kenichi Handa <handa@etl.go.jp>
3367
3368 * files.texi (Visiting Functions): Return value of
3369 find-file-noselect may be a list of buffers if wildcards are used.
3370
22d1a4ed
MB
33712000-10-24 Miles Bader <miles@lsi.nec.co.jp>
3372
3373 * display.texi (Defining Faces): Document `graphic' display type
3374 in face specs.
3375
916a89db
KG
33762000-10-18 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3377
1e9fc92e 3378 * hooks.texi (Standard Hooks): Replace obsolete
916a89db
KG
3379 `after-make-frame-hook' with `after-make-frame-functions'.
3380
1e9fc92e 3381 * frames.texi (Creating Frames): Ditto.
916a89db 3382
1e9fc92e 3383 * variables.texi (Future Local Variables): Ditto.
916a89db 3384
483de32b
GM
33852000-10-16 Gerd Moellmann <gerd@gnu.org>
3386
3387 * display.texi (Other Image Types): Add description of :foreground
3388 and :background properties of mono PBM images.
3389
e23a63a5
WL
33902000-08-17 Werner LEMBERG <wl@gnu.org>
3391
3392 * .cvsignore: New file.
3393
dfc16043
GM
33942000-01-05 Gerd Moellmann <gerd@gnu.org>
3395
3396 * tindex.pl: New script.
3397
602613fe
DL
33981999-12-03 Dave Love <fx@gnu.org>
3399
3400 * Makefile.in (MAKEINFO): New parameter.
3401
94ec544d
DL
34021999-09-17 Richard Stallman <rms@gnu.org>
3403
3404 * Makefile.in (srcs): Add hash.texi.
3405 (VERSION): Update to 20.6.
3406
34071999-09-13 Richard Stallman <rms@gnu.org>
3408
3409 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
3410
34111998-08-29 Karl Heuer <kwzh@gnu.org>
3412
3413 * configure.in: New file.
3414 * Makefile.in: Renamed from Makefile.
3415 (prefix, infodir): Use value obtained from configure.
3416 (emacslibdir): Obsolete variable deleted.
3417 (dist): Distribute configure.in, configure, Makefile.in.
3418
34191998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
3420
3421 * Makefile (INSTALL_INFO): New variable.
3422 (install): Run install-info.
3423
34241998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
3425
3426 * Makefile (elisp.dvi): Add missing backslash.
3427
34281998-05-02 Richard Stallman <rms@psilocin.gnu.org>
3429
3430 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
3431 Run texindex without `./'. Always run texindex on elisp.tp.
3432 (elisp.tps): Target deleted.
3433
34341998-04-05 Richard Stallman <rms@psilocin.gnu.org>
3435
3436 * Makefile (srcs): Add nonascii.texi and customize.texi.
3437 (dist): Start by deleting `temp'.
3438
34391998-02-17 Richard Stallman <rms@psilocin.gnu.org>
3440
3441 * Makefile (makeinfo, texindex): Targets deleted.
3442 (makeinfo.o, texindex.o): Targets deleted.
3443 (clean, dist): Don't do anything with them or with getopt*.
3444
34451998-01-30 Richard Stallman <rms@psilocin.gnu.org>
3446
3447 * Makefile (SHELL): Defined.
3448
34491998-01-27 Richard Stallman <rms@psilocin.gnu.org>
3450
3451 * Makefile (elisp.tps): New target.
3452 (elisp.dvi): Depend on elisp.tps.
3453
3454Wed Apr 3 15:24:25 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
3455
3456 * README: Update phone number.
3457
3458 * Makefile (elisp): Make this be the default target.
3459 Depend on makeinfo.c instead of makeinfo.
3460 (install): Don't depend on elisp.dvi, since we don't install that.
3461 Use mkinstalldirs.
3462 (dist): Add mkinstalldirs.
3463
3464Mon Jun 19 14:35:26 1995 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3465
3466 * Makefile (VERSION): Update version number.
3467 (maintainer-clean): Renamed from realclean.
3468
3469Wed Jun 7 17:04:59 1995 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
3470
3471 * Makefile (realclean): New target.
3472 (elisp): Remove any old elisp-* files first.
3473
3474Tue Nov 23 19:59:40 1993 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
3475
d1f08d85
SM
3476 * Makefile (VERSION): New variable.
3477 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
3478 Compressed file suffix should be `.gz', not `.z'.
94ec544d
DL
3479
3480Mon Nov 22 15:06:19 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3481
3482 * Makefile (elisp): Depend on makeinfo.
3483
3484Fri Nov 19 02:29:33 1993 Noah Friedman (friedman@gnu.ai.mit.edu)
3485
d1f08d85 3486 * Makefile (srcs): Add anti.texi.
94ec544d
DL
3487
3488Fri May 28 18:04:53 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3489
3490 * Makefile (infodir, prefix): New vars.
3491 (install): Use infodir.
3492 (emacsinfodir): Deleted.
3493
3494Thu May 27 02:11:25 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3495
3496 * Makefile (srcs): Add calendar.texi.
3497
3498 * Makefile (dist): Copy texindex.c and makeinfo.c.
3499 Limit elisp-* files to those with one or two digits.
3500
3501Sun May 16 17:58:21 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
3502
3503 * Makefile (dist): Changed to use Gzip instead of compress.
3504
3505Fri Apr 23 01:05:23 1993 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
3506
3507 * loading.texi (Unloading): define-function changed back to
3508 defalias. It may not stay this way, but at least it's
3509 consistent with the known-good version of the code patch.
3510
3511Fri Mar 26 21:14:54 1993 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
3512
3513 * modes.texi (Hooks): Document new optional arg of add-hook.
3514
3515Wed Mar 17 08:48:24 1993 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
3516
d1f08d85 3517 * variables.texi: Document nil initial value of buffer-local variables.
94ec544d
DL
3518
3519 * tips.texi: Add new section on standard library headers.
3520
3521Sat Feb 27 18:00:25 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
3522
3523 * Makefile (srcs): Add frame.texi to the list of sources.
3524
3525Tue Feb 23 10:50:25 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
3526
3527 * Makefile (dist): Don't bother excluding autosave files; they'll
3528 never make it into the temp directory anyway, and the hash marks
3529 in the name are problematic for make and the Bourne shell.
dff28924 3530 (srcs):
94ec544d
DL
3531
3532Fri Feb 12 16:54:38 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
3533
d1f08d85 3534 * Makefile (dist): Don't include backup files or autosave files in
94ec544d
DL
3535 the distribution tar file.
3536
dff28924 3537Tue Nov 26 21:10:34 1991 Richard Stallman (rms@mole.gnu.ai.mit.edu)
94ec544d
DL
3538
3539 * Makefile (srcs): Added index.perm.
3540 (elisp.dvi): Remove erroneous shell comment.
3541 Expect output of permute-index in permuted.fns.
3542 Save old elisp.aux in elisp.oaux.
3543 (clean): Added index.texi to be deleted.
3544
dff28924 3545Sat Aug 11 17:39:10 1990 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
94ec544d
DL
3546
3547 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
3548
dff28924 3549Tue Jun 26 09:57:26 1990 David Lawrence (tale@geech)
94ec544d
DL
3550
3551 * files.texi: Noted that completion-ignored-extensions is ignored
3552 when making *Completions*.
3553
3554Fri Jun 8 16:44:44 EDT 1990 Jay Fenlason (hack@ai.mit.edu)
3555
3556 * Makefile make dist now depends on elisp.dvi, since it tries
3557 to include it in the dist file.
3558
dff28924 3559Wed Mar 28 22:57:35 1990 Jim Kingdon (kingdon@mole.ai.mit.edu)
94ec544d
DL
3560
3561 * functions.texinfo (Mapping Functions): Add missing quote
3562
dff28924 3563Mon Jun 19 18:09:24 1989 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
94ec544d
DL
3564
3565 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
3566 (defunargs): Turn off \hyphenchar of \sl font temporarily.
3567
dff28924 3568Wed May 10 18:01:17 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
3569
3570 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
3571 and @error{} are the terms now being used. The files in the
3572 directory have been changed to reflect this.
3573
d1f08d85 3574 * All instances of @indentedresultt{} have been changed to
94ec544d
DL
3575 ` @result{}', using 5 spaces at the begining of the line.
3576
dff28924 3577Mon Apr 24 21:02:55 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
3578
3579 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
3580 experimental @indentedresult{}, @indentedexpandsto{} are part of
3581 the texinfo.tex in this directory. These TeX macros are not
3582 stable yet.
3583
dff28924 3584Mon Apr 17 18:56:50 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
3585
3586 * texinfo.tex: temporarily added
d1f08d85 3587 \let\result=\dblarrow
94ec544d
DL
3588 \def\error{{\it ERROR} \longdblarrow}
3589 We need to do this better soon.
3590
dff28924 3591Tue Apr 11 12:23:28 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
3592
3593 * Applied Karl Berry's patches to *.texinfo files, but not to
3594 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
3595 new title page format is also not applied, since it requires
3596 texinfo.tex changes.)
3597
3598 * Cleaned up `Makefile' and defined the `emacslibdir' directory
3599 for the Project GNU development environment.
3600
ad050e54 3601;; Local Variables:
fd026ee1 3602;; coding: iso-2022-7bit
ad050e54 3603;; End:
2a34a036
GM
3604
3605 Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
3606 Copying and distribution of this file, with or without modification,
3607 are permitted provided the copyright notice and this notice are preserved.
ab5796a9
MB
3608
3609;;; arch-tag: 985ae0ce-df29-475b-b3f8-4bbcbf6f7fda