(info): Don't run install-info.
[bpt/emacs.git] / lispref / ChangeLog
CommitLineData
653aea22
LT
12005-07-27 Luc Teirlinck <teirllm@auburn.edu>
2
3 * modes.texi (Defining Minor Modes): The keyword for the initial
4 value is :init-value, not :initial-value.
5
ba6ebbd5
EZ
62005-07-23 Eli Zaretskii <eliz@gnu.org>
7
8 * loading.texi (Autoload): Make the `doctor' example be consistent
9 with what's in current loaddefs.el. Describe the "fn" magic in
10 the usage portion of the doc string.
11
6696f2a4
RS
122005-07-22 Richard M. Stallman <rms@gnu.org>
13
14 * internals.texi (Garbage Collection): Clarify previous change.
15
0c17e67c
SM
162005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
17
18 * internals.texi (Garbage Collection): Add gc-cons-percentage.
19
426179e1
JL
202005-07-18 Juri Linkov <juri@jurta.org>
21
22 * commands.texi (Accessing Events):
23 * frames.texi (Text Terminal Colors, Resources):
24 * markers.texi (The Mark):
25 * modes.texi (Defining Minor Modes):
26 Delete duplicate duplicate words.
27
9b0c2c56
RS
282005-07-16 Richard M. Stallman <rms@gnu.org>
29
30 * display.texi (Managing Overlays): Clarify make-overlay
31 args for insertion types.
32
fd90b80c
LT
332005-07-13 Luc Teirlinck <teirllm@auburn.edu>
34
0c17e67c
SM
35 * customize.texi (Variable Definitions):
36 Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
fd90b80c
LT
37 `standard-value' is a list too.
38 (Defining New Types): Use @key{RET} instead of @key{ret}.
39
37aa90e5
TTN
402005-07-13 Francis Litterio <franl@world.std.com> (tiny change)
41
42 * os.texi (Translating Input): Fix typo.
43
917e0c95
RS
442005-07-08 Richard M. Stallman <rms@gnu.org>
45
46 * README: Update edition number and size estimate.
47
48 * elisp.texi (VERSION): Set to 2.9.
49
7d90e71d
RS
502005-07-07 Richard M. Stallman <rms@gnu.org>
51
c330dafe
RS
52 * book-spine.texinfo: Update Emacs version.
53
7d90e71d
RS
54 * display.texi (Inverse Video): Delete mode-line-inverse-video.
55
dc2204be
RS
562005-07-06 Richard M. Stallman <rms@gnu.org>
57
58 * searching.texi (Regexp Search): Clarify what re-search-forward
59 does when the search fails.
60
a0ec7a4a
LK
612005-07-05 Lute Kamstra <lute@gnu.org>
62
dc2204be 63 * Update FSF's address in GPL notices.
a0ec7a4a
LK
64
65 * doclicense.texi (GNU Free Documentation License):
66 * gpl.texi (GPL):
67 * tips.texi (Coding Conventions, Library Headers):
68 * vol1.texi:
69 * vol2.texi: Update FSF's address.
70
4af33176
RS
712005-07-04 Richard M. Stallman <rms@gnu.org>
72
73 * hooks.texi (Standard Hooks): Add occur-hook.
74
b3ab615b
LT
752005-07-03 Luc Teirlinck <teirllm@auburn.edu>
76
77 * display.texi (The Echo Area): Correct menu.
78
3d393029
RS
792005-07-03 Richard M. Stallman <rms@gnu.org>
80
7fe48b75
RS
81 * elisp.texi (Top): Update subnode menu for Display.
82
83 * display.texi (Displaying Messages): New node, with most
84 of what was in The Echo Area.
85 (Progress): Moved under The Echo Area.
86 (Logging Messages): New node with new text.
87 (Echo Area Customization): New node, the rest of what was
88 in The Echo Area. Document message-truncate-lines with @defvar.
89 (Display): Update menu.
90
3d393029
RS
91 * windows.texi (Textual Scrolling): Doc 3 values for
92 scroll-preserve-screen-position.
93
94 * text.texi (Special Properties): Change hook functions
95 should bind inhibit-modification-hooks around altering buffer text.
96
97 * keymaps.texi (Key Binding Commands): Call binding BINDING
98 rather than DEFINITION.
99
b26860ad
JB
1002005-06-29 Juanma Barranquero <lekktu@gmail.com>
101
102 * variables.texi (Defining Variables): `user-variable-p' returns t
103 for aliases of user options, nil for alias loops.
104
025691ed
RS
1052005-06-28 Richard M. Stallman <rms@gnu.org>
106
107 * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
108 make-keymap.
109
b61bfa4d
LT
1102005-06-27 Luc Teirlinck <teirllm@auburn.edu>
111
112 * variables.texi (Setting Variables): Correct and clarify
113 description of `add-to-ordered-list'.
114
24ee714d
RS
1152005-06-26 Richard M. Stallman <rms@gnu.org>
116
117 * display.texi (Faces): Minor cleanup.
118
33b79ce4
LT
1192005-06-25 Luc Teirlinck <teirllm@auburn.edu>
120
121 * display.texi (Faces): `facep' returns t for strings that are
122 face names.
123
df13531d
RS
1242005-06-25 Richard M. Stallman <rms@gnu.org>
125
126 * objects.texi (Equality Predicates): Clarify meaning of equal.
127
128 * windows.texi (Selecting Windows): save-selected-window
129 and with-selected-window save and restore the current buffer.
130
cf444441
RS
1312005-06-24 Richard M. Stallman <rms@gnu.org>
132
133 * numbers.texi (Float Basics): Explain how to test for NaN,
134 and printing the sign of NaNs.
135
6cdd056d
EZ
1362005-06-24 Eli Zaretskii <eliz@gnu.org>
137
138 * makefile.w32-in (MAKEINFO): Use --force.
139
b93e3c3b
RS
1402005-06-23 Richard M. Stallman <rms@gnu.org>
141
142 * display.texi (Face Functions): Correct Texinfo usage.
143
6fb276bd
LT
1442005-06-23 Luc Teirlinck <teirllm@auburn.edu>
145
146 * lists.texi (Rings): `ring-elements' now returns the elements of
147 RING in order.
148
1d1c7e75
JB
1492005-06-23 Juanma Barranquero <lekktu@gmail.com>
150
151 * markers.texi (The Mark): Texinfo usage fix.
152
9d12e52b
KS
1532005-06-23 Kim F. Storm <storm@cua.dk>
154
155 * searching.texi (Entire Match Data): Remove evaporate option for
156 match-data. Do not mention evaporate option for set-match-data.
157
6d44324c
GM
1582005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
159
160 * display.texi (Face Functions): Mention face aliases.
161
80df27a7
RS
1622005-06-21 Richard M. Stallman <rms@gnu.org>
163
164 * anti.texi (Antinews): Texinfo usage fix.
165
e121563b
KB
1662005-06-21 Karl Berry <karl@gnu.org>
167
9d7d543c
KB
168 * elisp.texi: Use @copying.
169
e121563b
KB
170 * elisp.texi: Put @summarycontents and @contents before the Top
171 node, instead of the end of the file, so that the contents appear
172 in the right place in the dvi/pdf output.
173
36a3b076
JL
1742005-06-21 Juri Linkov <juri@jurta.org>
175
176 * display.texi (Defining Faces): Add `customized-face'.
177
5c796e80
KS
1782005-06-20 Kim F. Storm <storm@cua.dk>
179
b7d1f38f
KS
180 * variables.texi (Setting Variables): Any type of element can be
181 given order in add-to-ordered-list. Compare elements with eq.
182
5c796e80
KS
183 * lists.texi (Rearrangement): Sort predicate may just return non-nil.
184
fb056bef
KB
1852005-06-20 Karl Berry <karl@gnu.org>
186
187 * syntax.texi (Syntax Flags): Make last column very slightly wider
188 to avoid "generic comment" breaking on two lines and causing an
189 underfull box.
190
84398baa
LT
1912005-06-19 Luc Teirlinck <teirllm@auburn.edu>
192
193 * lists.texi (Rings): Various minor clarifications and corrections.
194
07ff1e4b
RS
1952005-06-18 Richard M. Stallman <rms@gnu.org>
196
197 * functions.texi (Obsolete Functions): Simplify.
198
199 * variables.texi (Variable Aliases): Simplify.
200
201 * anti.texi, backups.texi, compile.texi, customization.texi:
202 * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
203 * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
204 * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
205 * variables.texi: Fix formatting ugliness.
206
207 * elisp.texi: Add links to Rings and Byte Packing.
208 Update version and copyright years.
209
210 * minibuf.texi: Fix formatting ugliness.
211 (Completion Commands): Move keymap vars to the end
212 and vars completing-read binds to the top.
213
3f7fab24
LT
2142005-06-17 Luc Teirlinck <teirllm@auburn.edu>
215
216 * processes.texi: Fix typos.
217 (Bindat Spec): Correct Texinfo error.
926c4c9b 218 (Byte Packing): Fix ungrammatical sentence.
3f7fab24 219
f19b57e3
RS
2202005-06-17 Thien-Thi Nguyen <ttn@gnu.org>
221
222 * lists.texi (Rings): New node.
223 (Lists): Add it to menu.
224
a80c5da7 225 * processes.texi (Byte Packing): New node.
f19b57e3
RS
226 (Processes): Add it to menu.
227
2282005-06-17 Richard M. Stallman <rms@gnu.org>
229
230 * syntax.texi (Parsing Expressions): Fix texinfo usage.
231
232 * help.texi (Documentation Basics): Explain the xref to
233 Documentation Tips.
234
235 * debugging.texi (Debugger Commands): Minor fix.
236
67c1390d
LT
2372005-06-16 Luc Teirlinck <teirllm@auburn.edu>
238
239 * edebug.texi (Instrumenting): Eliminate duplicate link.
240 (Specification List): Replace references to "below", referring to
241 a later node, with one @ref to that node.
242
243 * os.texi (Timers): Timers should save and restore the match data
244 if they change it.
245
246 * debugging.texi (Debugger Commands): Mention that the Lisp
247 debugger can not step through primitive functions.
248
51cd2a8c
JB
2492005-06-16 Juanma Barranquero <lekktu@gmail.com>
250
251 * functions.texi (Obsolete Functions): Update argument names of
252 `make-obsolete' and `define-obsolete-function-alias'.
253
254 * variables.texi (Variable Aliases): Update argument names of
255 `defvaralias', `make-obsolete-variable' and
256 `define-obsolete-variable-alias'.
257
f5e6ac4a
KS
2582005-06-15 Kim F. Storm <storm@cua.dk>
259
260 * searching.texi (Entire Match Data): Rephrase warnings about
261 evaporate arg to match-data and set-match-data.
262
fe2a9972
LT
2632005-06-14 Luc Teirlinck <teirllm@auburn.edu>
264
67774855
LT
265 * elisp.texi (Top): Update detailed menu.
266
fe2a9972
LT
267 * edebug.texi (Edebug): Update menu.
268 (Instrumenting): Update xrefs.
269 (Edebug Execution Modes): Correct xref.
270 (Jumping): Clarify description of `h' command.
271 Eliminate redundant @ref.
272 (Breaks): New node.
273 (Breakpoints): is now a subsubsection.
274 (Global Break Condition): Mention `C-x X X'.
275 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'.
276 (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
277 (Edebug Display Update): Correct pxref.
278 (Edebug and Macros): New node.
279 (Instrumenting Macro Calls): Is now a subsubsection.
280 Neither arg of `def-edebug-spec' is evaluated.
281 (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
282 (Specification Examples): Fix typo.
283
b59f605b
LK
2842005-06-14 Lute Kamstra <lute@gnu.org>
285
286 * debugging.texi (Function Debugging): Primitives can break on
287 entry too.
288
a5c99dc9
KS
2892005-06-14 Kim F. Storm <storm@cua.dk>
290
291 * variables.texi (Setting Variables): Add add-to-ordered-list.
292
f99ed2f8
SM
2932005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
294
295 * syntax.texi (Parsing Expressions): Document aux functions and vars of
296 syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
297
9d42ffaa
LK
2982005-06-13 Lute Kamstra <lute@gnu.org>
299
300 * text.texi (Special Properties): Fix cross reference.
301
32cc0b00
LT
3022005-06-11 Luc Teirlinck <teirllm@auburn.edu>
303
304 * debugging.texi (Function Debugging): Delete mention of empty
305 string argument to `cancel-debug-on-entry'. Delete inaccurate
306 description of the return value of that command.
307
98d1a1cf
EZ
3082005-06-11 Alan Mackenzie <acm@muc.de>
309
310 * text.texi (Adaptive Fill): Amplify the description of
311 fill-context-prefix.
312
4b53b8d7
LT
3132005-06-10 Luc Teirlinck <teirllm@auburn.edu>
314
84398baa 315 * syntax.texi (Parsing Expressions): Fix Texinfo error.
4b53b8d7 316
b5305167
SM
3172005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
318
319 * syntax.texi (Parsing Expressions): Document syntax-ppss.
320
9bd4c3ad
LT
3212005-06-10 Luc Teirlinck <teirllm@auburn.edu>
322
323 * debugging.texi (Error Debugging): Minor rewording.
324 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
325 is optional.
326
257914aa
LK
3272005-06-10 Lute Kamstra <lute@gnu.org>
328
b5305167 329 * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
257914aa
LK
330 (Top): Give it a title. Correct version number. Give the
331 detailed node listing a more prominent header.
b5305167
SM
332 * intro.texi: Don't set VERSION here a second time.
333 Mention Emacs's version too.
257914aa
LK
334 * anti.texi (Antinews): Use EMACSVER to refer to the current
335 version of Emacs.
336
b7aae902
KS
3372005-06-09 Kim F. Storm <storm@cua.dk>
338
339 * searching.texi (Entire Match Data): Explain new `reseat' argument to
340 match-data and set-match-data.
341
99598737
RS
3422005-06-08 Richard M. Stallman <rms@gnu.org>
343
344 * searching.texi (Entire Match Data): Clarify when match-data
345 returns markers and when integers.
346
347 * display.texi (Defining Faces): Explain that face name should not
348 end in `-face'.
349
350 * modes.texi (Mode Line Data): Minor cleanup.
351 (Customizing Keywords): Node split out of Search-based Fontification.
352 Add example of using font-lock-add-keywords from a hook.
353 Clarify when MODE should be non-nil, and when nil.
354
3552005-06-06 Richard M. Stallman <rms@gnu.org>
356
357 * modes.texi (Mode Line Data): Explain what happens when the car
358 of a list is a void symbol.
359 (Search-based Fontification): Explain MODE arg to
360 font-lock-add-keywords and warn about calls from major modes.
361
ecc8893a
JL
3622005-06-08 Juri Linkov <juri@jurta.org>
363
364 * display.texi (Standard Faces): Add `shadow' face.
365
7fa9f4eb
LT
3662005-05-29 Luc Teirlinck <teirllm@auburn.edu>
367
368 * modes.texi (Major Mode Conventions): A derived mode only needs
369 to put the call to the parent mode inside `delay-mode-hooks'.
370
bebcc4b1
RS
3712005-05-29 Richard M. Stallman <rms@gnu.org>
372
c16b1394
RS
373 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
374 new, and what that implies. Clarify.
375
376 * files.texi (Locating Files): Clean up the text.
377
bebcc4b1
RS
378 * frames.texi (Window Frame Parameters): Document user-size.
379 Shorten entry for top by referring to left.
380
3812005-05-26 Richard M. Stallman <rms@gnu.org>
382
383 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
384 is new, and what the implications are. Other clarifications.
385
217797bc
RS
3862005-05-24 Richard M. Stallman <rms@gnu.org>
387
388 * frames.texi (Dialog Boxes): Minor fixes.
389
3565fe07
MY
3902005-05-25 Masatake YAMATO <jet@gyve.org>
391
392 * display.texi (Standard Faces): Write about `mode-line-highlight'.
393
817089df
LT
3942005-05-24 Luc Teirlinck <teirllm@auburn.edu>
395
396 * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
397 is optional.
398
cb5db137
NR
3992005-05-24 Nick Roberts <nickrob@snap.net.nz>
400
401 * frames.texi (Dialog Boxes): Descibe new optional argument.
402
3c8572f5
LK
4032005-05-23 Lute Kamstra <lute@gnu.org>
404
405 * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
406 syntax-begin-function over font-lock-beginning-of-syntax-function.
407
2a4d7cb3
LT
4082005-05-21 Luc Teirlinck <teirllm@auburn.edu>
409
71f800cf
LT
410 * minibuf.texi (Reading File Names): Update description of
411 `read-directory-name'.
412
2a4d7cb3
LT
413 * modes.texi (Derived Modes): Clarify :group keyword.
414
bb4afd09
EZ
4152005-05-21 Eli Zaretskii <eliz@gnu.org>
416
b5305167
SM
417 * files.texi (Locating Files): New subsection.
418 Describe locate-file and executable-find.
bb4afd09 419
a2c9aee6
EZ
4202005-05-21 Kevin Ryde <user42@zip.com.au>
421
422 * frames.texi (Initial Parameters): Update cross reference to
423 "Emacs Invocation".
424
6900105f
LT
4252005-05-19 Luc Teirlinck <teirllm@auburn.edu>
426
ca1b0914
LT
427 * keymaps.texi (Active Keymaps): Add anchor.
428
6900105f
LT
429 * modes.texi (Hooks): Delete confusing and unnecessary sentence.
430 (Major Mode Conventions): Refer to `Auto Major Mode' in more
431 appropriate place.
432 (Derived Modes): Small clarifications.
b5305167
SM
433 (Minor Mode Conventions, Keymaps and Minor Modes):
434 Replace references to nodes with references to anchors.
6900105f
LT
435 (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
436 Clarify description of lists whose first element is an integer.
437 (Mode Line Variables): Add anchor.
438 (%-Constructs): Clarify description of integer after %.
439 (Emulating Mode Line): Describe nil value for FACE.
440
54d06364
LT
4412005-05-18 Luc Teirlinck <teirllm@auburn.edu>
442
443 * modes.texi (Derived Modes): Correct references to non-existing
444 variable standard-syntax-table.
445
f8d0b769
LK
4462005-05-17 Lute Kamstra <lute@gnu.org>
447
448 * modes.texi (Defining Minor Modes): Mention the mode hook.
449
294c599c
KS
4502005-05-15 Kim F. Storm <storm@cua.dk>
451
452 * processes.texi (Network): Remove open-network-stream-nowait.
453 (Network Servers): Remove open-network-stream-server.
454
4214af69
LT
4552005-05-15 Luc Teirlinck <teirllm@auburn.edu>
456
457 * elisp.texi (Top): Update detailed menu.
458
459 * variables.texi: Reorder nodes.
460 (Variables): Update menu.
461 (File Local Variables): Do not refer to the `-*-' line as
462 a "local variables list". Add pxref.
463
302691ab
LT
4642005-05-14 Luc Teirlinck <teirllm@auburn.edu>
465
56d4215a
LT
466 * elisp.texi (Top): Update detailed menu for node changes.
467
302691ab
LT
468 * modes.texi (Modes): Update Menu.
469 (Hooks): Move to beginning of chapter.
470 Most minor modes run mode hooks too.
471 `add-hook' can handle void hooks or hooks whose value is a single
472 function.
473 (Major Modes): Update Menu.
474 (Major Mode Basics): New node, split off from `Major Modes'.
475 (Major Mode Conventions): Correct xref. Explain how to handle
476 auto-mode-alist if the major mode command has an autoload cookie.
477 (Auto Major Mode): Major update. Add magic-mode-alist.
478 (Derived Modes): Major update.
479 (Mode Line Format): Update Menu.
480 (Mode Line Basics): New node, split off from `Mode Line Format'.
481
482 * loading.texi (Autoload): Mention `autoload cookie' as synonym
483 for `magic autoload comment'. Add index entries and anchor.
484
d06ba294
RS
4852005-05-14 Richard M. Stallman <rms@gnu.org>
486
487 * tips.texi (Coding Conventions): Explain how important it is
488 that just loading certain files not change Emacs behavior.
489
490 * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
491
405cb12a
LK
4922005-05-12 Lute Kamstra <lute@gnu.org>
493
19958124
LK
494 * modes.texi (Generic Modes): Update.
495 (Major Modes): Refer to node "Generic Modes".
496
405cb12a
LK
497 * elisp.texi (Top): Update to the current structure of the manual.
498 * processes.texi (Processes): Add menu description.
499 * customize.texi (Customization): Add menu descriptions.
500
f714dd1b
TTN
5012005-05-11 Thien-Thi Nguyen <ttn@gnu.org>
502
cc9442f2
TTN
503 * processes.texi (Signals to Processes)
504 (Low-Level Network): Fix typos.
f714dd1b 505
36ad23ec
LK
5062005-05-11 Lute Kamstra <lute@gnu.org>
507
508 * elisp.texi (Top): Add some nodes from the chapter "Major and
509 Minor Modes" to the detailed node listing.
510
d101bf56
RS
5112005-05-10 Richard M. Stallman <rms@gnu.org>
512
513 * keymaps.texi (Extended Menu Items): Menu item filter functions
514 can be called at any time.
515
698b0510
LT
5162005-05-08 Luc Teirlinck <teirllm@auburn.edu>
517
518 * variables.texi (File Local Variables): `(hack-local-variables t)'
519 now also checks whether a mode is specified in the local variables
520 list.
521
2c6b25c7
EZ
5222005-05-05 Kevin Ryde <user42@zip.com.au>
523
524 * display.texi (The Echo Area): Correct format function cross
525 reference.
526
643b4cf5
LT
5272005-05-05 Luc Teirlinck <teirllm@auburn.edu>
528
529 * variables.texi (Variable Aliases): Change description of
530 `define-obsolete-variable-alias'.
531
532 * functions.texi (Functions): Add "Obsolete Functions" to menu.
533 (Defining Functions): Add xref.
534 (Obsolete Functions): New node.
535 (Function Safety): Standardize capitalization of section title.
536
537 * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
538 (Dialog Boxes): Complete description of `x-popup-dialog'.
539
053bc8e4
RS
5402005-05-04 Richard M. Stallman <rms@gnu.org>
541
542 * commands.texi (Interactive Codes): Fix Texinfo usage.
543 Document U more clearly.
544
f6b1b15a
LT
5452005-05-01 Luc Teirlinck <teirllm@auburn.edu>
546
3b925015
LT
547 * variables.texi (Variable Aliases): `make-obsolete-variable' is a
548 function and not a macro.
549
f6b1b15a
LT
550 * frames.texi (Pop-Up Menus): Correct and clarify description of
551 `x-popup-menu'.
552 (Dialog Boxes): Clarify description of `x-popup-dialog'.
553
ebbfa918
RS
5542005-05-01 Richard M. Stallman <rms@gnu.org>
555
556 * edebug.texi (Checking Whether to Stop): Fix previous change.
557
abe2f96e
LT
5582005-05-01 Luc Teirlinck <teirllm@auburn.edu>
559
d6028ef2
LT
560 * display.texi: Fix typos and Texinfo usage.
561
abe2f96e
LT
562 * edebug.texi (Checking Whether to Stop): executing-macro ->
563 executing-kbd-macro.
564
b2cfb30b
RS
5652005-05-01 Richard M. Stallman <rms@gnu.org>
566
567 * display.texi (Invisible Text): Correct add-to-invisibility-spec.
568
7e995a23
RS
5692005-04-30 Richard M. Stallman <rms@gnu.org>
570
571 * files.texi (Magic File Names): Document `operations' property.
572
57efa539
LK
5732005-04-29 Lute Kamstra <lute@gnu.org>
574
575 * modes.texi (Generic Modes): New node.
576 (Major Modes): Add it to the menu.
577 (Derived Modes): Add "derived mode" to concept index.
578
0a20b1dc
LK
5792005-04-28 Lute Kamstra <lute@gnu.org>
580
581 * modes.texi (Defining Minor Modes): Fix previous change.
582 (Font Lock Mode): Simplify.
583 (Font Lock Basics): Say that font-lock-defaults is buffer-local
584 when set and that some parts are optional. Add cross references.
585 (Search-based Fontification): Say how to specify font-lock-keywords.
b5305167
SM
586 Add cross references. Add font-lock-multiline to index.
587 Move font-lock-keywords-case-fold-search here from node "Other Font
0a20b1dc 588 Lock Variables". Document font-lock-add-keywords and
b5305167 589 font-lock-remove-keywords.
0a20b1dc
LK
590 (Other Font Lock Variables): Move font-lock-keywords-only,
591 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
592 and font-lock-syntactic-face-function to node "Syntactic Font
593 Lock". Move font-lock-keywords-case-fold-search to node
594 "Search-based Fontification". Document font-lock-inhibit-thing-lock
595 and font-lock-{,un}fontify-{buffer,region}-function.
596 (Precalculated Fontification): Remove reference to deleted variable
597 font-lock-core-only.
598 (Faces for Font Lock): Add font-lock-comment-delimiter-face.
599 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only,
600 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
601 and font-lock-syntactic-face-function here from node "Other Font
602 Lock Variables". Move font-lock-syntactic-keywords to "Setting
603 Syntax Properties". Add cross references.
b5305167
SM
604 (Setting Syntax Properties): New node.
605 Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
0a20b1dc
LK
606 * syntax.texi (Syntax Properties): Add cross reference.
607 * hooks.texi (Standard Hooks): Add Font-Lock hooks.
608
68a94f5a
RS
6092005-04-26 Richard M. Stallman <rms@gnu.org>
610
611 * display.texi (Defining Faces):
612 Document `default' elements of defface spec.
613
614 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
615
616 * variables.texi (Variable Aliases): Clarify text.
617
6182005-04-25 Chong Yidong <cyd@stupidchicken.com>
619
620 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
621
7f48f143
LT
6222005-04-25 Luc Teirlinck <teirllm@auburn.edu>
623
624 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
625
45d2f8e8
EZ
6262005-04-24 Eli Zaretskii <eliz@gnu.org>
627
f3714ab2
EZ
628 * syntax.texi (Syntax Table Internals): Elaborate documentation of
629 syntax-after and syntax-class.
630
45d2f8e8 631 * files.texi (Changing Files): Fix last change's cross-reference.
5eb20bca
EZ
632 (Unique File Names): Don't mention "numbers" in the documentation
633 of make-temp-file and make-temp-name.
45d2f8e8 634
469bc679
RS
6352005-04-23 Richard M. Stallman <rms@gnu.org>
636
637 * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
638
c9fa5dc9
RS
6392005-04-22 Nick Roberts <nickrob@snap.net.nz>
640
641 * windows.texi (Cyclic Window Ordering): Clarify window-list.
642
230e1e80
NR
6432005-04-22 Nick Roberts <nickrob@snap.net.nz>
644
645 * variables.texi (Variable Aliases): Describe make-obsolete-variable
646 and define-obsolete-variable-alias.
647
1ba52906
KS
6482005-04-22 Kim F. Storm <storm@cua.dk>
649
650 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
651 (Other Plists): Remove safe-plist-get, as plist-get is now safe.
652
9721d904
LK
6532005-04-21 Lute Kamstra <lute@gnu.org>
654
655 * lists.texi (Association Lists): Document rassq-delete-all.
656
ed35c736
RS
6572005-04-19 Richard M. Stallman <rms@gnu.org>
658
659 * modes.texi (Search-based Fontification): Explain that
660 facespec is an expression to be evaluated.
661
42fc00a4
RS
6622005-04-19 Kevin Ryde <user42@zip.com.au>
663
b5305167 664 * streams.texi (Output Functions): Fix xref.
42fc00a4
RS
665 * strings.texi (String Conversion): Fix xref.
666
5827e9d4
KS
6672005-04-19 Kim F. Storm <storm@cua.dk>
668
669 * symbols.texi (Symbol Plists): Add safe-get.
670 Mention that `get' may signal an error.
671
47872da9
NR
6722005-04-18 Nick Roberts <nickrob@snap.net.nz>
673
674 * customize.texi (Variable Definitions): Replace tooltip-mode
675 example with save-place.
676
ec0cf966
RS
6772005-04-17 Richard M. Stallman <rms@gnu.org>
678
679 * buffers.texi (Indirect Buffers): Clarify.
680
681 * positions.texi (Positions): Clarify converting marker to integer.
682
683 * strings.texi (String Basics): Mention string-match; clarify.
684
199bb209
LK
6852005-04-08 Lute Kamstra <lute@gnu.org>
686
687 * modes.texi (Search-based Fontification): Fix cross references.
688 Use consistent terminology. Document anchored highlighting.
689
bfa54668
LK
6902005-04-05 Lute Kamstra <lute@gnu.org>
691
692 * modes.texi (Defining Minor Modes): Document :group keyword
693 argument and its default value.
694
07e5fb9e
LK
6952005-04-03 Lute Kamstra <lute@gnu.org>
696
697 * hooks.texi (Standard Hooks): Add some hooks. Add cross
698 references and/or descriptions. Delete major mode hooks; mention
699 them as a category instead. Rename or delete obsolete hooks.
700
aa945b59
RS
7012005-04-02 Richard M. Stallman <rms@gnu.org>
702
703 * nonascii.texi (Coding System Basics): Another wording cleanup.
704
8b918214
RS
7052005-04-01 Richard M. Stallman <rms@gnu.org>
706
707 * nonascii.texi (Coding System Basics): Clarify previous change.
708
41639988
KH
7092005-04-01 Kenichi Handa <handa@m17n.org>
710
711 * nonascii.texi (Coding System Basics): Describe about rondtrip
712 identity of coding systems.
713
8e669bbd
RS
7142005-03-29 Chong Yidong <cyd@stupidchicken.com>
715
716 * text.texi (Buffer Contents): Add filter-buffer-substring and
717 buffer-substring-filters.
718
f60a6f87
RS
7192005-03-26 Chong Yidong <cyd@stupidchicken.com>
720
721 * anti.texi (Antinews): Mention `G' interactive code.
722
723 * tips.texi (Compilation Tips): Mention benchmark.el.
724
aaac1251
LT
7252005-03-27 Luc Teirlinck <teirllm@auburn.edu>
726
727 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
728 is now bound to M-o M-o.
729
730 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
731
45325173
GM
7322005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
733
734 * calendar.texi: Delete file (and move contents to emacs-xtra.texi
735 in the Emacs Manual).
736 * Makefile.in (srcs): Remove calendar.texi.
737 * makefile.w32-in (srcs): Remove calendar.texi.
738 * display.texi (Display): Change name of next node.
739 * os.texi (System In): Change name of previous node.
740 * elisp.texi (Top): Remove Calendar references.
741 * vol1.texi (Top): Remove Calendar references.
742 * vol2.texi (Top): Remove Calendar references.
743
85df292e
RS
7442005-03-25 Richard M. Stallman <rms@gnu.org>
745
45325173 746 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
85df292e
RS
747 Cleanup previous change.
748
7492005-03-25 Chong Yidong <cyd@stupidchicken.com>
750
751 * display.texi (Face Attributes): Faces earlier in an :inherit
752 list take precedence.
753 (Scroll Bars): Fix description of vertical-scroll-bars.
754 Document frame-current-scroll-bars and window-current-scroll-bars.
755
756 * markers.texi (The Mark): Document temporary Transient Mark mode.
757
b5305167
SM
758 * minibuf.texi (Reading File Names):
759 Document read-file-name-completion-ignore-case.
85df292e
RS
760
761 * positions.texi (Screen Lines): Document nil for width argument
762 to compute-motion.
763
1fe54d69
KS
7642005-03-23 Kim F. Storm <storm@cua.dk>
765
766 * display.texi (Standard Faces): Other faces used in the fringe
767 implicitly inherits from the fringe face.
768 (Fringe Bitmaps): FACE in right-fringe and left-fringe display
769 properties implicitly inherits from fringe face.
770 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
771
a775dff4
RS
7722005-03-20 Chong Yidong <cyd@stupidchicken.com>
773
774 * display.texi (Invisible Text): State default value of
775 line-move-ignore-invisible.
776 (Managing Overlays): Document remove-overlays.
777 (Standard Faces): Document escape-glyph face.
778
b5305167 779 * minibuf.texi (Reading File Names): Document read-file-name-function.
a775dff4 780
b5305167
SM
781 * modes.texi (Other Font Lock Variables):
782 Document font-lock-lines-before.
a775dff4
RS
783
784 * positions.texi (Skipping Characters): skip-chars-forward allows
785 character classes.
786
077f7085
LK
7872005-03-18 Lute Kamstra <lute@gnu.org>
788
789 * edebug.texi (Instrumenting Macro Calls): Fix another typo.
790
d69ea7ab
RS
7912005-03-17 Richard M. Stallman <rms@gnu.org>
792
c7bd5d57
RS
793 * text.texi (Undo): Document extensible undo entries.
794
d69ea7ab
RS
795 * searching.texi (String Search, Regexp Search, Regexp Search):
796 Cleanups.
797
798 * nonascii.texi (Character Codes): Minor fix.
799
800 * display.texi (Display Property): Explain the significance
801 of having text properties that are eq.
802 (Other Display Specs): Explain string as display spec.
803
804 * commands.texi (Interactive Codes): Document G option.
805
8062005-03-17 Chong Yidong <cyd@stupidchicken.com>
807
808 * text.texi (Filling): Add sentence-end-without-period and
809 sentence-end-without-space.
810 (Changing Properties): Minor fix.
811
812 * anti.texi: Total rewrite.
813
a7679889
LK
8142005-03-15 Lute Kamstra <lute@gnu.org>
815
816 * edebug.texi (Instrumenting Macro Calls): Fix typos.
817
6eb8e247
KS
8182005-03-08 Kim F. Storm <storm@cua.dk>
819
820 * display.texi (Specified Space): Property :width is support on
821 non-graphic terminals, :height is not.
822
bfa8be14
RS
8232005-03-07 Richard M. Stallman <rms@gnu.org>
824
825 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
826 Now subnodes of Fringes.
827 (Overlay Arrow): Document overlay-arrow-variable-list.
828 (Fringe Size/Pos): New node, broken out of Fringes.
829 (Display): Explain clearing vs redisplay better.
830 (Truncation): Clarify use of bitmaps.
831 (The Echo Area): Clarify the uses of the echo area.
832 Add max-mini-window-height.
833 (Progress): Clarify.
834 (Invisible Text): Explain that main loop moves point out.
835 (Selective Display): Say "hidden", not "invisible".
b5305167 836 (Managing Overlays): Move up. Describe relation to Undo here.
bfa8be14
RS
837 (Overlay Properties): Clarify intro.
838 (Finding Overlays): Explain return values when nothing found.
839 (Width): truncate-string-to-width has added arg.
840 (Displaying Faces): Clarify and update mode line face handling.
841 (Face Functions): Minor cleanup.
b5305167 842 (Conditional Display): Merge into Other Display Specs.
bfa8be14
RS
843 (Pixel Specification, Other Display Specs): Minor cleanups.
844 (Images, Image Descriptors): Minor cleanups.
845 (GIF Images): Patents have expired.
846 (Showing Images): Explain default text for insert-image.
b5305167 847 (Manipulating Button Types): Merge into Manipulating Buttons.
bfa8be14
RS
848 (Making Buttons): Explain return values.
849 (Button Buffer Commands): Add xref.
850 (Inverse Video): Update mode-line-inverse-video.
851 (Display Table Format): Clarify.
852 (Active Display Table): Give defaults for window-display-table.
853
854 * calendar.texi (Calendar Customizing): calendar-holiday-marker
855 and calendar-today-marker are strings, not chars.
856 (Holiday Customizing): Minor fix.
857
bfa8be14
RS
858 * internals.texi (Writing Emacs Primitives): Update `or' example.
859 Update limit on # args of subr.
860
861 * edebug.texi (Using Edebug): Arrow is in fringe.
862 (Instrumenting): Arg to eval-defun works without loading edebug.
863 (Edebug Execution Modes): Add xref.
864
865 * customize.texi (Common Keywords): Clarify :require.
866 Mention :version here.
867 (Variable Definitions, Group Definitions): Not here.
868 (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
869
d69ea7ab
RS
8702005-03-07 Chong Yidong <cyd@stupidchicken.com>
871 * nonascii.texi (Text Representations): Clarify position-bytes.
872 (Character Sets): Add list-charset-chars.
873 (Scanning Charsets): Add charset-after.
874 (Encoding and I/O): Minor fix.
875
34398e6c
RS
8762005-03-06 Richard M. Stallman <rms@gnu.org>
877
878 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
879 (Resizing Windows): Likewise.
880
881 * text.texi (Change Hooks): Get rid of "Emacs 21".
882
883 * strings.texi (Formatting Strings): Get rid of "Emacs 21".
884
885 * streams.texi (Output Variables): Get rid of "Emacs 21".
886
887 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
888
889 * os.texi (Translating Input): Replace flow-control example
890 with a less obsolete example that uses `keyboard-translate'.
891
6eb8e247 892 * objects.texi (Hash Table Type, Circular Objects):
34398e6c 893 Get rid of "Emacs 21".
6eb8e247 894
34398e6c
RS
895 * modes.texi (Mode Line Format): Get rid of "Emacs 21".
896 (Mode Line Data, Properties in Mode, Header Lines): Likewise.
897
898 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
899
900 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
901
902 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
903 (Menu Bar): Fix when menu-bar-update-hook is called.
904
905 * hash.texi (Hash Tables): Get rid of "Emacs 21".
906
907 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
908 and make it read better.
909
910 * files.texi (Writing to Files): Get rid of "Emacs 21".
911 (Unique File Names): Likewise.
912
913 * elisp.texi: Update Emacs version to 22.
914
915 * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
916 (Overlay Properties, Face Attributes): Likewise.
917 (Managing Overlays): Fix punctuation.
918 (Attribute Functions): Clarify set-face-font; get rid of
919 info about old Emacs versions.
920 (Auto Faces, Font Lookup, Display Property, Images):
921 Get rid of "Emacs 21".
922
923 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
924
d2178387
RS
9252005-03-05 Richard M. Stallman <rms@gnu.org>
926
927 * debugging.texi (Error Debugging): Remove stack-trace-on-error.
928
524352d6
LK
9292005-03-04 Lute Kamstra <lute@gnu.org>
930
931 * debugging.texi (Error Debugging): Document stack-trace-on-error.
932
9332005-03-03 Lute Kamstra <lute@gnu.org>
934
935 * edebug.texi (Instrumenting Macro Calls): Fix typo.
936
284f0680
LK
9372005-03-01 Lute Kamstra <lute@gnu.org>
938
939 * debugging.texi (Debugger Commands): Update `j'.
940
a9ee5cac
LK
9412005-02-28 Lute Kamstra <lute@gnu.org>
942
943 * debugging.texi (Debugging): Fix typo.
944 (Error Debugging): Document eval-expression-debug-on-error.
945 (Function Debugging): Update example.
946 (Using Debugger): Mention starred stack frames.
947 (Debugger Commands): Document `j' and `l'.
948 (Invoking the Debugger): `d' and `j' exit recursive edit too.
949 Update the messages that the debugger displays.
950 (Internals of Debugger): Add cross reference. Update example.
951 (Excess Open): Minor improvement.
952 (Excess Close): Minor improvement.
953
378d0f8e
RS
9542005-02-26 Richard M. Stallman <rms@gnu.org>
955
956 * tips.texi (Coding Conventions): Clarify.
957 Put all the major mode key reservations together.
958 Mention the Mouse-1 => Mouse-2 conventions.
959
960 * syntax.texi (Syntax Class Table): Clarify.
961 (Syntax Table Functions): syntax-after moved from here.
962 (Syntax Table Internals): syntax-after moved to here.
963 (Parsing Expressions): Update info on number of values
964 and what's meaningful in the STATE argument.
965 (Categories): Fix typo.
966
967 * sequences.texi (Arrays): Cleanup.
968 (Char-Tables): Clarify.
969
970 * processes.texi (Deleting Processes): Cleanups, add xref.
971 (Subprocess Creation): Explain nil in exec-path. Cleanup.
972 (Process Information): set-process-coding-system, some args optional.
973 (Input to Processes): Explain various types for PROCESS args.
974 Rename them from PROCESS-NAME to PROCESS.
975 (Signals to Processes): Likewise.
976 (Decoding Output): Cleanup.
977 (Query Before Exit): Clarify.
978
979 * os.texi (Startup Summary): Correct the options; add missing ones.
980 (Terminal Output, Batch Mode): Clarify.
981 (Flow Control): Node deleted.
982
983 * markers.texi (The Mark): Clarify.
984
985 * macros.texi (Expansion): Cleanup.
986 (Indenting Macros): indent-spec allows ints, not floats.
987
988 * keymaps.texi (Keymaps): Clarify.
989 (Format of Keymaps): Update lisp-mode-map example.
990 (Active Keymaps, Key Lookup): Clarify.
991 (Changing Key Bindings): Add xref to `kbd'.
992 (Key Binding Commands, Simple Menu Items): Clarify.
993 (Mouse Menus, Menu Bar): Clarify.
994 (Menu Example): Replace print example with menu-bar-replace-menu.
995
996 * help.texi (Documentation Basics): Add function-documentation prop.
997
998 * elisp.texi (Top): Don't refer to Flow Control node.
999
1000 * commands.texi (Command Overview): Improve xrefs.
1001 (Adjusting Point): Adjusting point applies to intangible and invis.
1002 (Key Sequence Input): Doc extra read-key-sequence args.
1003 Likewise for read-key-sequence-vector.
1004
1005 * backups.texi (Rename or Copy): Minor fix.
1006 (Numbered Backups): For version-control, say the default.
1007 (Auto-Saving): make-auto-save-file-name example is simplified.
1008
1009 * advice.texi (Advising Functions): Don't imply one part of Emacs
1010 should advise another part. Markup changes.
1011 (Defining Advice): Move transitional para.
1012 (Activation of Advice): Cleanup.
1013 Explain if COMPILE is nil or negative.
1014
1015 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
1016
2e20c83d
LK
10172005-02-24 Lute Kamstra <lute@gnu.org>
1018
1019 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
1020 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
1021
65c492fd
LK
10222005-02-23 Lute Kamstra <lute@gnu.org>
1023
b02c3eed
LK
1024 * modes.texi (Defining Minor Modes): define-minor-mode can be used
1025 to define global minor modes as well.
1026
65c492fd
LK
1027 * display.texi (Managing Overlays): overlay-buffer returns nil for
1028 deleted overlays.
1029
b686dd59
KS
10302005-02-22 Kim F. Storm <storm@cua.dk>
1031
1032 * minibuf.texi (Basic Completion): Allow symbols in addition to
1033 strings in try-completion and all-completions.
1034
23e8c095
LK
10352005-02-14 Lute Kamstra <lute@gnu.org>
1036
1037 * elisp.texi (Top): Remove reference to deleted node.
1038
1039 * lists.texi (Lists): Remove reference to deleted node.
1040 (Cons Cells): Fix typo.
1041
1042 * loading.texi (Where Defined): Fix typo.
1043
134948fc
RS
10442005-02-14 Richard M. Stallman <rms@gnu.org>
1045
1046 * variables.texi (Creating Buffer-Local): change-major-mode-hook
1047 is useful for discarding some minor modes.
1048
1049 * symbols.texi (Symbol Components): Reorder examples.
1050
1051 * streams.texi (Input Functions): State standard-input default.
1052 (Output Variables): State standard-output default.
1053
1054 * objects.texi (Printed Representation): Clarify read syntax vs print.
1055 (Floating Point Type): Explain meaning better.
1056 (Symbol Type): Explain uniqueness better.
1057 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
1058 List examples sooner.
1059 (Box Diagrams): New subnode broken out.
1060 Some examples moved from old Lists as Boxes node.
1061 (Dotted Pair Notation): Clarify intro.
1062 (Array Type): Clarify.
1063 (Type Predicates): Add hash-table-p.
1064
1065 * numbers.texi (Integer Basics): Clarify radix explanation.
1066 (Predicates on Numbers): Minor clarification.
1067 (Comparison of Numbers): Minor clarification. Clarify eql.
1068 Typos in min, max.
1069 (Math Functions): Clarify overflow in expt.
1070
1071 * minibuf.texi (Text from Minibuffer): Minor clarification.
1072 Mention arrow keys.
1073
1074 * loading.texi (Autoload): defun's doc string overrides autoload's
1075 doc string.
1076 (Repeated Loading): Modernize "add to list" examples.
1077 (Where Defined): Finish updating table of load-history elts.
1078
1079 * lists.texi (List-related Predicates): Minor wording improvement.
1080 (Lists as Boxes): Node deleted.
1081 (Building Lists): Explain trivial cases of number-sequence.
1082
1083 * hash.texi (Hash Tables): Add desc to menu items.
1084 (Creating Hash): Expain "full" means "make larger",
1085 (Hash Access): Any object can be a key.
1086 State value of maphash.
1087
1088 * functions.texi (What Is a Function): Wording cleanup.
1089 (Function Documentation): Minor cleanup.
1090 Explain purpose of calling convention at end of doc string.
1091 (Function Names): Wording cleanup.
1092 (Calling Functions): Wording cleanup.
1093 Explain better how funcall calls the function.
1094 (Function Cells): Delete example of saving and redefining function.
1095
1096 * control.texi (Combining Conditions): Wording cleanup.
1097 (Iteration): dolist and dotimes bind VAR locally.
1098 (Cleanups): Xref to Atomic Changes.
1099
1100 * compile.texi (Byte Compilation): Delete 19.29 info.
1101 (Compilation Functions): Macros' difficulties don't affect defsubst.
1102 (Docs and Compilation): Delete 19.29 info.
1103
44291460
RS
11042005-02-10 Richard M. Stallman <rms@gnu.org>
1105
1106 * objects.texi (Symbol Type): Minor correction.
1107
1f9ad95a
LK
11082005-02-06 Lute Kamstra <lute@gnu.org>
1109
1110 * modes.texi (Example Major Modes): Fix typos.
1111
ba2c991c
RS
11122005-02-06 Richard M. Stallman <rms@gnu.org>
1113
1114 * text.texi (Margins): fill-nobreak-predicate can be one function.
1115
1116 * strings.texi (Modifying Strings): clear-string can make unibyte.
1117 (Formatting Strings): format gives error if values missing.
1118
1119 * positions.texi (Character Motion): Mention default arg
1120 for forward-char. backward-char refers to forward-char.
1121 (Word Motion): Mention default arg for forward-word.
1122 (Buffer End Motion): Mention default arg for beginning-of-buffer.
1123 Simplify end-of-buffer.
1124 (Text Lines): Mention default arg for forward-line.
1125 (List Motion): Mention default arg for beginning/end-of-defun.
1126 (Skipping Characters): Minor fixes in explaining character-set.
1127
1128 * modes.texi (Major Mode Conventions): Mention "system abbrevs".
1129 Mode inheritance applies only when default-major-mode is nil.
1130 Clarifications.
1131 (Example Major Modes): Update Text mode and Lisp mode examples.
1132 (Minor Mode Conventions): Mention define-minor-mode at top.
1133 (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
1134 (Mode Line Format): Update mode line face display info.
1135 (Properties in Mode): Mention effect of risky vars.
1136 (Imenu): Define imenu-add-to-menubar.
1137 (Font Lock Mode): Add descriptions to menu lines.
1138 (Faces for Font Lock): Add font-lock-doc-face.
1139
9bf6d576
LK
11402005-02-05 Lute Kamstra <lute@gnu.org>
1141
1142 * text.texi (Maintaining Undo): Remove obsolete function.
1143
cb602754
EZ
11442005-02-05 Eli Zaretskii <eliz@gnu.org>
1145
1146 * frames.texi (Color Names): Add pointer to the X docs about RGB
1147 color specifications. Improve indexing
1148 (Text Terminal Colors): Replace the description of RGB values by
1149 an xref to "Color Names".
1150
4e07258f
RS
11512005-02-03 Richard M. Stallman <rms@gnu.org>
1152
1153 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
1154 Clarify.
1155 (Selecting Windows): Clarify save-selected-window.
1156 (Cyclic Window Ordering): Clarify walk-windows.
1157 (Window Point): Clarify.
1158 (Window Start): Add comment to example.
1159 (Resizing Windows): Add `interactive' specs in examples.
1160 Document fit-window-to-buffer.
1161
1162 * text.texi (User-Level Deletion): just-one-space takes numeric arg.
1163 (Undo, Maintaining Undo): Clarify last change.
1164 (Sorting): In sort-numeric-fields, explain about octal and hex.
1165 Mention sort-numeric-base.
1166 (Format Properties): Add xref for hard newlines.
1167
1168 * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
1169 (Pop-Up Menus): Fix typo.
1170 (Color Names): Explain all types of color names.
1171 Explain color-values on B&W terminal.
1172 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names.
1173
1174 * files.texi (File Locks): Not supported on MS systems.
1175 (Testing Accessibility): Clarify.
1176
1177 * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
1178 (Coverage Testing): Fix typo.
1179
1180 * commands.texi (Misc Events): Remove stray space.
1181
1182 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
1183 (Modification Time): Clarify when visited-file-modtime returns 0.
1184 (The Buffer List): Clarify bury-buffer.
1185 (Killing Buffers): Clarify.
1186 (Indirect Buffers): Add clone-indirect-buffer.
1187
11882005-02-02 Matt Hodges <MPHodges@member.fsf.org>
1189
1190 * edebug.texi (Printing in Edebug): Fix default value of
1191 edebug-print-circle.
1192 (Coverage Testing): Fix displayed frequency count data.
1193
11942005-02-02 Luc Teirlinck <teirllm@auburn.edu>
d4d66807
LT
1195
1196 * text.texi (Maintaining Undo): Add `undo-outer-limit'.
1197
4e07258f 11982005-02-02 Kim F. Storm <storm@cua.dk>
fb89c330
KS
1199
1200 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
1201
28d986b9
EZ
12022005-01-29 Eli Zaretskii <eliz@gnu.org>
1203
1204 * commands.texi (Misc Events): Describe the help-echo event.
1205
1206 * text.texi (Special Properties) <help-echo>: Use `pos'
b5305167
SM
1207 consistently in description of the help-echo property.
1208 Use @code{nil} instead of @var{nil}.
28d986b9
EZ
1209
1210 * display.texi (Overlay Properties): Fix the index entry for
1211 help-echo overlay property.
1212
1213 * customize.texi (Type Keywords): Uncomment the xref to the
1214 help-echo property documentation.
1215
8f958b40
KS
12162005-01-23 Kim F. Storm <storm@cua.dk>
1217
1218 * windows.texi (Window Start): Fix `pos-visible-in-window-p'
1219 return value. Third element FULLY replaced by PARTIAL which
1220 specifies number of invisible pixels if row is only partially visible.
1221 (Textual Scrolling): Mention auto-window-vscroll.
1222 (Vertical Scrolling): New defvar auto-window-vscroll.
1223
cd7e5dd6
LT
12242005-01-16 Luc Teirlinck <teirllm@auburn.edu>
1225
1226 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
1227 command remapping.
1228
6f771c32
RS
12292005-01-15 Richard M. Stallman <rms@gnu.org>
1230
1231 * display.texi (Defining Images): Mention DATA-P arg of create-image.
1232
6ac8a822
KS
12332005-01-14 Kim F. Storm <storm@cua.dk>
1234
88948d55
KS
1235 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
1236
6ac8a822
KS
1237 * text.texi (Links and Mouse-1): Fix string and vector item.
1238
20d6de82
RS
12392005-01-13 Richard M. Stallman <rms@gnu.org>
1240
1241 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
1242 descriptions of overriding-local-map and overriding-terminal-local-map.
1243
1244 * text.texi (Links and Mouse-1): Clarify text.
1245
f75a592e
KS
12462005-01-13 Kim F. Storm <storm@cua.dk>
1247
1248 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
1249
910f60b1
TTN
12502005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
1251
1252 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
1253
37181fc4
KS
12542005-01-12 Kim F. Storm <storm@cua.dk>
1255
1256 * text.texi (Links and Mouse-1): Rename section from Enabling
1257 Mouse-1 to Following Links. Change xrefs.
1258 Add examples for define-button-type and define-widget.
1259
1260 * display.texi (Button Properties, Button Buffer Commands):
1261 Clarify mouse-1 and follow-link functionality.
1262
28f94a34
RS
12632005-01-12 Richard M. Stallman <rms@gnu.org>
1264
1265 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
1266
1267 * display.texi (Beeping): Fix Texinfo usage.
1268
1269 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
1270
bac2d936
KS
12712005-01-11 Kim F. Storm <storm@cua.dk>
1272
1273 * display.texi (Button Properties, Button Buffer Commands):
93381d62 1274 Mention mouse-1 binding. Add follow-link keyword.
bac2d936
KS
1275
1276 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
1277 (Enabling Mouse-1 to Follow Links): New subsection.
1278
de968ddb
RS
12792005-01-06 Richard M. Stallman <rms@gnu.org>
1280
1281 * text.texi (Special Properties): Minor change.
1282
1283 * os.texi (Timers): Clarify previous change.
1284
1285 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
1286
a3a43b3b
LT
12872005-01-01 Luc Teirlinck <teirllm@auburn.edu>
1288
1289 * display.texi (Face Attributes): Correct xref to renamed node.
1290
732bb9ce
RS
12912005-01-01 Richard M. Stallman <rms@gnu.org>
1292
1293 * display.texi (Face Attributes): Describe hex color specs.
1294
c734ae59
RS
12952004-12-31 Richard M. Stallman <rms@gnu.org>
1296
1297 * os.texi (Timers): Update previous change.
1298
33b2f4ea
KS
12992004-12-30 Kim F. Storm <storm@cua.dk>
1300
1301 * display.texi (Line Height): Total line-height is now specified
1302 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
1303 in cons cells. (nil . RATIO) is relative to actual line height.
1304 Use line-height `t' instead of `0' to get minimum height.
1305
99ec74b9
RS
13062004-12-29 Richard M. Stallman <rms@gnu.org>
1307
1308 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
1309
eab463f6
RS
13102004-12-28 Richard M. Stallman <rms@gnu.org>
1311
1312 * commands.texi (Quitting): Clarify value of with-local-quit.
1313
1314 * elisp.texi (Top): Fix previous change.
1315
1316 * loading.texi (Loading): Fix previous change.
1317
ebbd14f1
RS
13182004-12-27 Richard M. Stallman <rms@gnu.org>
1319
4ae98fc5
RS
1320 * Makefile.in (MAKEINFO): Specify --force.
1321
8f430046
RS
1322 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
1323
56011a8c
RS
1324 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
1325
1326 * display.texi (Line Height): Further clarify.
1327
1328 * elisp.texi (Top): Update Loading submenu.
1329
ebbd14f1
RS
1330 * loading.texi (Where Defined): New node.
1331 (Unloading): load-history moved to Where Defined.
1332
fda2922a
RS
13332004-12-21 Richard M. Stallman <rms@gnu.org>
1334
1335 * commands.texi (Event Input Misc): Add while-no-input.
1336
9eb8959a
RS
13372004-12-11 Richard M. Stallman <rms@gnu.org>
1338
1339 * display.texi (Line Height): Rewrite text for clarity.
1340
adf87c29
KS
13412004-12-11 Kim F. Storm <storm@cua.dk>
1342
1343 * display.texi (Display): Add node "Line Height" to menu.
1344 (Line Height): New node. Move full description of line-spacing
1345 and line-height text properties here from text.texi.
1346 (Scroll Bars): Add vertical-scroll-bar variable.
1347
1348 * frames.texi (Window Frame Parameters): Remove line-height defvar.
1349
1350 * locals.texi (Standard Buffer-Local Variables): Fix xref for
1351 line-spacing and vertical-scroll-bar.
1352
1353 * text.texi (Special Properties): Just mention line-spacing and
1354 line-height here, add xref to new "Line Height" node.
1355
31e4729e
TTN
13562004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
1357
1358 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
1359
1360 * locals.texi (Standard Buffer-Local Variables):
1361 Add @xref for `line-spacing'.
1362
cc60c723
RS
13632004-12-05 Richard M. Stallman <rms@gnu.org>
1364
1365 * Makefile.in (maintainer-clean): Remove the info files
1366 in $(infodir) where they are created.
1367
f6101ac9
RS
13682004-12-03 Richard M. Stallman <rms@gnu.org>
1369
1370 * windows.texi (Selecting Windows): get-lru-window and
1371 get-largest-window don't consider dedicated windows.
1372
1373 * text.texi (Undo): Document undo-in-progress.
1374
94221759
RS
13752004-11-26 Richard M. Stallman <rms@gnu.org>
1376
1377 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
1378 Remove a few vars that are not always buffer-local.
1379
7092c5e8
LT
13802004-11-24 Luc Teirlinck <teirllm@auburn.edu>
1381
1382 * locals.texi (Standard Buffer-Local Variables): Comment out
1383 xref's to non-existent node `Yet to be written'.
1384
261b01c6
RS
13852004-11-24 Richard M. Stallman <rms@gnu.org>
1386
1387 * processes.texi (Synchronous Processes): Grammar fix.
1388
1389 * numbers.texi (Comparison of Numbers): Add eql.
1390
1391 * locals.texi (Standard Buffer-Local Variables): Add many vars.
1392
1393 * intro.texi (Printing Notation): Fix previous change.
1394
1395 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
1396 and default-indicate-buffer-boundaries from here.
1397 (Usual Display): To here.
1398 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
1399 (Usual Display): Move tab-width up.
1400
1401 * customize.texi (Variable Definitions): Replace
1402 show-paren-mode example with tooltip-mode.
7092c5e8 1403 (Simple Types, Composite Types, Defining New Types):
261b01c6 1404 Minor cleanups.
7092c5e8 1405
c1aa4864
JH
14062004-11-21 Jesper Harder <harder@ifa.au.dk>
1407
1408 * processes.texi (Synchronous Processes, Output from Processes):
1409 Markup fix.
1410
dedbac89
RS
14112004-11-20 Richard M. Stallman <rms@gnu.org>
1412
07c8c65a
RS
1413 * positions.texi (Skipping Characters): skip-chars-forward
1414 now handles char classes.
1415
8f40a868
RS
1416 * intro.texi (Printing Notation): Avoid confusion of `print'
1417 when explaining @print.
1418
1419 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
1420
1421 * display.texi (Display Table Format): Minor fix.
1422
1423 * streams.texi (Output Functions): Fix print example.
1424
fd6866c8
RS
1425 * Makefile.in (elisp): New target.
1426 (dist): Depend on $(infodir)/elisp, not elisp.
1427 Copy the info files from $(infodir).
1428
9d00469f
RS
1429 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
1430 read-from-minibuffer.
1431
dedbac89
RS
1432 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
1433
6de891db
RS
14342004-11-19 Richard M. Stallman <rms@gnu.org>
1435
1436 * searching.texi (Regexp Search): Add search-whitespace-regexp.
1437
e1c1c5a7
TTN
14382004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
1439
1440 * tips.texi (Coding Conventions): Fix typo.
1441
ee31cd78
RS
14422004-11-16 Richard M. Stallman <rms@gnu.org>
1443
1444 * tips.texi (Coding Conventions): Separate defvar and require
1445 methods to avoid warnings. Use require only when there are many
1446 functions and variables from that package.
1447
1448 * minibuf.texi (Minibuffer Completion): When ignoring case,
1449 predicate must not be case-sensitive.
1450
1451 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
1452 (Test Coverage): Don't talk about "splotches". Clarified.
1453
4bd38e94
TTN
14542004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
1455
1456 * frames.texi (Window Frame Parameters): Fix typo.
1457
6d073ae1
KS
14582004-11-15 Kim F. Storm <storm@cua.dk>
1459
9f89426b
KS
1460 * symbols.texi (Other Plists): Note that plist-get may signal error.
1461 Add safe-plist-get.
6d073ae1 1462
10980463
TTN
14632004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
1464
1465 * modes.texi (Font Lock Basics): Fix typo.
1466
1efc19eb
RS
14672004-11-08 Richard M. Stallman <rms@gnu.org>
1468
1469 * syntax.texi (Syntax Table Functions): Add syntax-after.
1470
6159c232
EZ
14712004-11-06 Lars Brinkhoff <lars@nocrew.org>
1472
1473 * os.texi (Processor Run Time): New section documenting
1474 get-internal-run-time.
1475
59dede22
EZ
14762004-11-06 Eli Zaretskii <eliz@gnu.org>
1477
1478 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
1479 it nukes elisp-cover.texi.
1480 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
1481 elisp-0 etc.
1482
4cc8522c
LT
14832004-11-05 Luc Teirlinck <teirllm@auburn.edu>
1484
1485 * commands.texi (Keyboard Macros): Document `append' return value
1486 of `defining-kbd-macro'.
1487
2d1ef312
RS
14882004-11-01 Richard M. Stallman <rms@gnu.org>
1489
1490 * commands.texi (Interactive Call): Add called-interactively-p.
1491
6f4e005d
SJ
14922004-10-29 Simon Josefsson <jas@extundo.com>
1493
1494 * minibuf.texi (Reading a Password): Revert.
1495
4f71c13f
RS
14962004-10-28 Richard M. Stallman <rms@gnu.org>
1497
1498 * frames.texi (Display Feature Testing): Explain about "vendor".
1499
4660a9e3
RS
15002004-10-27 Richard M. Stallman <rms@gnu.org>
1501
1502 * commands.texi (Interactive Codes): `N' uses numeric prefix,
1503 not raw. Clarify `n'.
1504 (Interactive Call): Rewrite interactive-p, focusing on when
1505 and how to use it.
1506 (Misc Events): Clarify previous change.
1507
1508 * advice.texi (Simple Advice): Clarify what job the example does.
1509 (Around-Advice): Clarify ad-do-it.
1510 (Activation of Advice): An option of ad-default-compilation-action
1511 is `never', not `nil'.
1512
c8636435
KS
15132004-10-26 Kim F. Storm <storm@cua.dk>
1514
1515 * commands.texi (Interactive Codes): Add U code letter.
1516
acd4089b
SJ
15172004-10-25 Simon Josefsson <jas@extundo.com>
1518
1519 * minibuf.texi (Reading a Password): Add.
1520
29dc7809
JR
15212004-10-24 Jason Rumney <jasonr@gnu.org>
1522
1523 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
1524 and wheel-down.
1525
bb5d6d34
KG
15262004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
1527
1528 * processes.texi (Synchronous Processes): Document process-file.
1529
d0ee2ed3
KH
15302004-10-22 Kenichi Handa <handa@m17n.org>
1531
1532 * text.texi (translate-region): Document that it accepts also a
1533 char-table.
1534
38be9dbb
DP
15352004-10-22 David Ponce <david@dponce.com>
1536
1537 * windows.texi (Resizing Windows): Document the `preserve-before'
1538 argument of the functions `enlarge-window' and `shrink-window'.
1539
63c80452
JR
15402004-10-19 Jason Rumney <jasonr@gnu.org>
1541
1542 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
1543
9f4b6e73
LT
15442004-10-09 Luc Teirlinck <teirllm@auburn.edu>
1545
1546 * text.texi (Filling): Add anchor for definition of
1547 `sentence-end-double-space'.
1548
1549 * searching.texi (Regexp Example): Update description of how
1550 Emacs currently recognizes the end of a sentence.
1551 (Standard Regexps): Update definition of the variable
1552 `sentence-end'. Add definition of the function `sentence-end'.
1553
657f0f9c
EZ
15542004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
1555
1556 * display.texi (Progress): New node.
1557
35ab4857
KS
15582004-10-05 Kim F. Storm <storm@cua.dk>
1559
1560 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
1561
f2a54fbc
KS
15622004-09-29 Kim F. Storm <storm@cua.dk>
1563
1564 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
1565 to identify bitmaps. Remove -fringe-bitmap suffix for standard
1566 fringe bitmap symbols, as they now have their own namespace.
1567 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
1568 vs. pixels. Signal error if no free bitmap slots.
1569 (Pixel Specification): Change IMAGE to @var{image}.
1570
4676d6f3
RS
15712004-09-28 Richard M. Stallman <rms@gnu.org>
1572
1573 * text.texi (Special Properties): Clarify line-spacing and line-height.
1574
1575 * searching.texi (Regexp Search): Add looking-back.
1576
17234906
LT
15772004-09-25 Luc Teirlinck <teirllm@auburn.edu>
1578
1579 * display.texi: Correct typos.
1580 (Image Descriptors): Correct xref's.
1581
4de43c8b
RS
15822004-09-25 Richard M. Stallman <rms@gnu.org>
1583
1584 * text.texi (Special Properties): Cleanups in `cursor'.
1585 Rewrites in `line-height' and `line-spacing'; exchange them.
1586
1587 * display.texi (Fringes): Rewrite previous change.
1588 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
1589 (Display Fringe Bitmaps): Node deleted, text moved.
1590 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
1591 (Scroll Bars): Clarify set-window-scroll-bars.
1592 (Pointer Shape): Rewrite.
1593 (Specified Space): Clarify :align-to, etc.
1594 (Pixel Specification): Use @var. Clarify new text.
1595 (Other Display Specs): Clarify `slice'.
1596 (Image Descriptors): Cleanups.
1597 (Showing Images): Cleanups.
1598
a3ee0299
LT
15992004-09-24 Luc Teirlinck <teirllm@auburn.edu>
1600
e88ebce6
LT
1601 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
1602
a3ee0299
LT
1603 * modes.texi: Various minor changes in addition to:
1604 (Major Mode Conventions): Final call to `run-mode-hooks' should
1605 not be inside the `delay-mode-hooks' form.
1606 (Mode Hooks): New node.
1607 (Hooks): Delete obsolete example.
1608 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
1609 node "Mode Hooks".
1610
6db2bc02
LT
16112004-09-22 Luc Teirlinck <teirllm@auburn.edu>
1612
1613 * display.texi: Correct various typos.
1614 (Display): Rename node "Pointer Shapes" to "Pointer
1615 Shape". (There is already a node called "Pointer Shapes" in
1616 frames.texi.)
1617 (Images): Remove non-existent node "Image Slices" from menu.
1618
ed2846bd
KS
16192004-09-23 Kim F. Storm <storm@cua.dk>
1620
1621 * text.texi (Special Properties): Add `cursor', `pointer',
1622 `line-height', and `line-spacing' properties.
1623
1624 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
1625 Shapes' to menu.
1626 (Standard Faces): Doc fix for fringe face.
1627 (Fringes): Add `overflow-newline-into-fringe' and
1628 'indicate-buffer-boundaries'.
1629 (Fringe Bitmaps, Pointer Shapes): New nodes.
1630 (Display Property): Add 'Pixel Specification' and 'Display Fringe
1631 Bitmaps' to menu.
1632 (Specified Space): Describe pixel width and height.
1633 (Pixel Specification): New node.
1634 (Other Display Specs): Add `slice' property.
1635 (Display Fringe Bitmaps): New node.
1636 (Images): Add 'Image Slices' to menu.
1637 (Image Descriptors): Add `:pointer' and `:map' properties.
1638 (Showing Images): Add slice arg to `insert-image'. Add
1639 'insert-sliced-image'.
1640
4d894c98
RS
16412004-09-20 Richard M. Stallman <rms@gnu.org>
1642
1643 * commands.texi (Key Sequence Input):
1644 Clarify downcasing in read-key-sequence.
1645
7e388eb7
JL
16462004-09-08 Juri Linkov <juri@jurta.org>
1647
1648 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
1649
a020987f
LT
16502004-09-07 Luc Teirlinck <teirllm@auburn.edu>
1651
1652 * locals.texi (Standard Buffer-Local Variables): Add
1653 `buffer-auto-save-file-format'.
1654 * internals.texi (Buffer Internals): Describe new
1655 auto_save_file_format field of the buffer structure.
1656 * files.texi (Format Conversion): `auto-save-file-format' has been
1657 renamed `buffer-auto-save-file-format'.
1658
2b96f80c
LT
16592004-08-27 Luc Teirlinck <teirllm@auburn.edu>
1660
1661 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
1662 an integer or a marker.
1663 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
1664
2ee3b79e
RS
16652004-08-22 Richard M. Stallman <rms@gnu.org>
1666
1667 * modes.texi (Major Mode Conventions): Discuss rebinding of
1668 standard key bindings.
1669
c438dc33
KS
16702004-08-18 Kim F. Storm <storm@cua.dk>
1671
1672 * processes.texi (Accepting Output): Add `just-this-one' arg to
1673 `accept-process-output'.
101c421e 1674 (Output from Processes): New var `process-adaptive-read-buffering'.
c438dc33 1675
db8af011
LT
16762004-08-10 Luc Teirlinck <teirllm@auburn.edu>
1677
1678 * keymaps.texi: Various changes in addition to:
1679 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
1680 Give more varied examples for `kbd'.
1681 (Creating Keymaps): Char tables have slots for all characters
1682 without modifiers.
1683 (Active Keymaps): `overriding-local-map' and
1684 `overriding-terminal-local-map' also override text property and
1685 overlay keymaps.
1686 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
1687 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
1688 to denote a prefix of no events.
1689 `map-keymap' includes parent's bindings _recursively_.
1690 Clarify and correct description of `where-is-internal'.
1691 Mention BUFFER-OR-NAME arg to `describe-bindings'.
1692 (Menu Example): For menus intended for use with the keyboard, the
1693 menu items should be bound to characters or real function keys.
1694
de700726
LT
16952004-08-08 Luc Teirlinck <teirllm@auburn.edu>
1696
30e75a87
LT
1697 * objects.texi (Character Type): Reposition `@anchor' to prevent
1698 double space inside sentence in Info.
1699
de700726
LT
1700 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
1701 renamed to `disabled-command-function'.
7c5b95c9 1702 * commands.texi (Key Sequence Input): Remove unnecessary anchor.
de700726
LT
1703 (Command Loop Info): Replace reference to it.
1704 (Disabling Commands): `disabled-command-hook' has been renamed to
1705 `disabled-command-function'.
1706
81909a1a
LT
17072004-08-07 Luc Teirlinck <teirllm@auburn.edu>
1708
1709 * os.texi (Translating Input): Only non-prefix bindings in
1710 `key-translation-map' override actual key bindings. Warn about
1711 possible indirect effect of actual key bindings on non-prefix
1712 bindings in `key-translation-map'.
1713
5504e99c
LT
17142004-08-06 Luc Teirlinck <teirllm@auburn.edu>
1715
1716 * minibuf.texi (High-Level Completion): Add anchor for definition
1717 of `read-variable'.
1718
1719 * commands.texi: Various changes in addition to:
1720 (Using Interactive): Clarify description of `interactive-form'.
1721 (Interactive Call): Mention default for KEYS argument to
1722 `call-interactively'.
1723 (Command Loop Info): Clarify description of `this-command-keys'.
1724 Mention KEEP-RECORD argument to `clear-this-command-keys'.
1725 Value of `last-event-frame' can be `macro'.
1726 (Repeat Events): `double-click-fuzz' is also used to distinguish
1727 clicks and drags.
1728 (Classifying Events): Clarify descriptions of `event-modifiers'
1729 `event-basic-type' and `event-convert-list'.
1730 (Accessing Events): `posn-timestamp' takes POSITION argument.
1731 (Quoted Character Input): Clarify description of
1732 `read-quoted-char' and fix example.
1733 (Quitting): Add `with-local-quit'.
1734 (Disabling Commands): Correct and clarify descriptions of
1735 `enable-command' and `disable-command'.
1736 Mention what happens if `disabled-command-hook' is nil.
1737 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
1738 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
1739
f478a72a
LT
17402004-07-24 Luc Teirlinck <teirllm@auburn.edu>
1741
1742 * frames.texi: Various changes in addition to:
1743 (Creating Frames): Expand and clarify description of `make-frame'.
1744 (Window Frame Parameters): Either none or both of the `icon-left'
1745 and `icon-top' parameters must be specified. Put descriptions of
1746 `menu-bar-lines' and `toolbar-lines' closer together and change
1747 them accordingly.
1748 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
1749 except while processing `frame-title-format' or `icon-title-format'.
1750 (Deleting Frames): Correct description of `delete-frame'.
1751 Non-nil return values of `frame-live-p' are like those of `framep'.
1752 (Frames and Windows): mention return value of
1753 `set-frame-selected-window'.
1754 (Visibility of Frames): Mention `force' argument to
1755 `make-frame-invisible'. `frame-visible-p' returns t for all
1756 frames on text-only terminals.
1757 (Frame Configurations): Restoring a frame configuration does not
1758 restore deleted frames.
1759 (Window System Selections): `x-set-selection' returns DATA.
1760 (Resources): Add example.
1761 (Display Feature Testing): Clarify descriptions of
1762 `display-pixel-height', `display-pixel-width', `x-server-version'
1763 and `x-server-vendor'.
1764
1765 * windows.texi (Choosing Window): Add anchor.
1766 * minibuf.texi (Minibuffer Misc): Add anchor.
1767
bc135062
JPW
17682004-07-23 John Paul Wallington <jpw@gnu.org>
1769
1770 * macros.texi (Defining Macros): Declaration keyword for setting
1771 Edebug spec is `debug' not `edebug'.
1772
cb7516e5
LT
17732004-07-19 Luc Teirlinck <teirllm@auburn.edu>
1774
1775 * windows.texi: Various small changes in addition to:
1776 (Window Point): Mention return value of `set-window-point'.
1777 (Window Start): `pos-visible-in-window-p' disregards horizontal
1778 scrolling. Explain return value if PARTIALLY is non-nil.
1779 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
1780 and `set-window-vscroll'.
1781 (Size of Window): The argument WINDOW to `window-inside-edges',
1782 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
1783 (Resizing Windows): Explain return value of
1784 `shrink-window-if-larger-than-buffer'.
1785 `window-size-fixed' automatically becomes buffer local when set.
1786 (Window Configurations): Explain return value of
1787 `set-window-configuration'.
1788
1789 * minibuf.texi (Minibuffer Misc): Add anchor for
1790 `minibuffer-scroll-window'.
1791
1792 * positions.texi (Text Lines): Add anchor for `count-lines'.
1793
3751eb00
RS
17942004-07-17 Richard M. Stallman <rms@gnu.org>
1795
1796 * display.texi (Overlay Properties): Adding `evaporate' prop
1797 deletes empty overlay immediately.
1798
1799 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
1800 fix example.
1801
9a7e97c6
LT
18022004-07-16 Jim Blandy <jimb@redhat.com>
1803
1804 * searching.texi (Regexp Backslash): Document new \_< and \_>
1805 operators.
1806
aa0e4da8
JB
18072004-07-16 Juanma Barranquero <lektu@terra.es>
1808
1809 * display.texi (Images): Fix Texinfo usage.
1810
cbbfedb2
LT
18112004-07-14 Luc Teirlinck <teirllm@auburn.edu>
1812
1813 * buffers.texi (Modification Time): `visited-file-modtime' now
1814 returns a list of two integers, instead of a cons.
1815
3a052bd3
LT
18162004-07-13 Luc Teirlinck <teirllm@auburn.edu>
1817
1818 * windows.texi: Various changes in addition to:
1819 (Splitting Windows): Add `split-window-keep-point'.
1820
02c04e6f
RS
18212004-07-09 Richard M. Stallman <rms@gnu.org>
1822
1823 * frames.texi (Input Focus): Minor fix.
1824
cb4f1287
LT
18252004-07-07 Luc Teirlinck <teirllm@auburn.edu>
1826
1827 * frames.texi (Input Focus): Clarify descriptions of
1828 `select-frame-set-input-focus' and `select-frame'.
1829
339902ec
LT
18302004-07-06 Luc Teirlinck <teirllm@auburn.edu>
1831
1832 * os.texi: Various small changes in addition to:
1833 (Killing Emacs): Expand and clarify description of
1834 `kill-emacs-query-functions' and `kill-emacs-hook'.
1835 (System Environment): Expand and clarify description of `getenv'
1836 and `setenv'.
1837 (Timers): Clarify description of `run-at-time'.
1838 (Translating Input): Correct description of
1839 `extra-keyboard-modifiers'.
1840 (Flow Control): Correct description of `enable-flow-control'.
1841
fe3b7e35
TTN
18422004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
1843
1844 * os.texi: Update copyright.
1845 (Session Management): Grammar fix.
1846 Clarify which Emacs does the restarting.
1847 Use @samp for *scratch* buffer.
1848
59db7d6e
LT
18492004-07-04 Alan Mackenzie <acm@muc.de>
1850
1851 * frames.texi (Input Focus): Add documentation for
1852 `select-frame-set-input-focus'. Replace refs to non-existent
1853 `switch-frame' with `select-frame'. Minor corrections and tidying
1854 up of text-only terminal stuff.
1855
e3ccf404
RS
18562004-07-02 Richard M. Stallman <rms@gnu.org>
1857
1858 * files.texi (Saving Buffers): Cleanup write-contents-function.
1859 (Magic File Names): Cleanup file-remote-p.
1860
8addb6eb
KG
18612004-07-02 Kai Grossjohann <kai@emptydomain.de>
1862
1863 * files.texi (Magic File Names): `file-remote-p' returns an
1864 identifier of the remote system, not just t.
1865
7a58d84d
DK
18662004-07-02 David Kastrup <dak@gnu.org>
1867
1868 * searching.texi (Entire Match Data): Add explanation about new
1869 match-data behavior when @var{integers} is non-nil.
1870
d8c379f8
RS
18712004-06-24 Richard M. Stallman <rms@gnu.org>
1872
b4a4b0ae
RS
1873 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
1874
d8c379f8
RS
1875 * customize.texi (Variable Definitions): Note about doc strings
1876 and :set.
1877
1878 * keymaps.texi (Keymap Terminology): Document `kbd'.
1879 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
1880
1881 * display.texi (Invisible Text): Setting buffer-invisibility-spec
1882 makes it buffer-local.
1883
1884 * files.texi (Saving Buffers): Correct previous change.
1885
1886 * commands.texi (Accessing Events):
1887 Clarify posn-col-row and posn-actual-col-row.
1888
18892004-06-24 David Ponce <david.ponce@wanadoo.fr>
1890
1891 * commands.texi (Accessing Events): New functions
1892 posn-at-point and posn-at-x-y. Add example to posn-x-y.
1893
dce417e7
LT
18942004-06-23 Luc Teirlinck <teirllm@auburn.edu>
1895
1896 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
1897 * frames.texi, buffers.texi, backups.texi, variables.texi:
1898 * loading.texi, eval.texi, functions.texi, control.texi:
1899 * symbols.texi, minibuf.texi: Reposition @anchor's.
1900
1901 * help.texi: Various small changes in addition to the following.
1902 (Describing Characters): Describe PREFIX argument to
1903 `key-description'. Correct and clarify definition of
1904 `text-char-description'. Describe NEED-VECTOR argument to
1905 `read-kbd-macro'.
1906 (Help Functions): Clarify definition of `apropos'.
1907
255d07dc
LH
19082004-06-23 Lars Hansen <larsh@math.ku.dk>
1909
1910 * files.texi (Saving Buffers): Correct description of
1911 `write-contents-functions'.
1912
4e9691e9
JB
19132004-06-21 Juanma Barranquero <lektu@terra.es>
1914
1915 * display.texi (Images): Remove redundant @vindex directives.
1916 Rewrite `image-library-alist' doc in active voice.
1917
1ebd4f78
JB
19182004-06-14 Juanma Barranquero <lektu@terra.es>
1919
1920 * display.texi (Images): Document new delayed library loading,
1921 variable `image-library-alist' and (existing but undocumented)
1922 function `image-type-available-p'.
1923
ddfb8369
RS
19242004-06-05 Richard M. Stallman <rms@gnu.org>
1925
1926 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
1927 refer the user to the Initial Input node.
1928 (Text from Minibuffer): Likewise.
1929 (Initial Input): New node. Document this feature
1930 and say it is mostly deprecated.
1931
18684a3a
RS
19322004-05-30 Richard M. Stallman <rms@gnu.org>
1933
7a61e456
RS
1934 * loading.texi (Named Features): Clarify return value
1935 and meaning of NOERROR.
1936
18684a3a
RS
1937 * variables.texi (File Local Variables): Minor cleanup.
1938
c8364415
MA
19392004-05-30 Michael Albinus <michael.albinus@gmx.de>
1940
1941 * files.texi (Magic File Names): Add `file-remote-p' as operation
1942 of file name handlers.
1943
08fd1251
RS
19442004-05-29 Richard M. Stallman <rms@gnu.org>
1945
1946 * modes.texi (Minor Mode Conventions): (-) has no special meaning
1947 as arg to a minor mode command.
1948
71d5a208
RS
19492004-05-22 Richard M. Stallman <rms@gnu.org>
1950
1951 * syntax.texi (Syntax Class Table): Word syntax not just for English.
1952
1953 * streams.texi (Output Variables): Doc float-output-format.
1954
1955 * searching.texi (Regexp Special): Nested repetition can be infloop.
1956
1957 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
1958 real stack overflow.
1959
1960 * compile.texi: Minor cleanups.
1961
19622004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
1963
1964 * lists.texi (Cons Cells): Explain dotted lists, true lists,
1965 circular lists.
1966 (List Elements): Explain handling of circular and dotted lists.
1ebd4f78 1967
022cb162
TTN
19682004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
1969
1970 * modes.texi (Search-based Fontification): Fix typo.
1971
aa7094ba
JB
19722004-05-10 Juanma Barranquero <lektu@terra.es>
1973
1974 * modes.texi (Mode Line Variables): Fix description of
1975 global-mode-string, which is now after which-func-mode, not the
1976 buffer name.
1977
c2383279
LH
19782004-05-07 Lars Hansen <larsh@math.ku.dk>
1979
1980 * modes.texi (Desktop Save Mode): Add.
1981 (Modes): Add menu entry Desktop Save Mode.
1982
1983 * hooks.texi: Add desktop-after-read-hook,
1984 desktop-no-desktop-file-hook and desktop-save-hook.
1985
1986 * locals.texi: Add desktop-save-buffer.
1987
058296d3
JH
19882004-04-30 Jesper Harder <harder@ifa.au.dk>
1989
1990 * display.texi: emacs -> Emacs.
1991
0c54865e
EZ
19922004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
1993
1994 * files.texi (Changing Files): Document set-file-times.
1995
d814862a
JB
19962004-04-23 Juanma Barranquero <lektu@terra.es>
1997
1998 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
1999
e8d6f886
JH
20002004-04-18 Jesper Harder <harder@ifa.au.dk>
2001
2002 * tips.texi (Coding Conventions): defopt -> defcustom.
2003
3a424014
LT
20042004-04-16 Luc Teirlinck <teirllm@auburn.edu>
2005
2006 * sequences.texi: Various clarifications.
2007
9e860631
LT
20082004-04-14 Luc Teirlinck <teirllm@auburn.edu>
2009
2010 * buffers.texi (Read Only Buffers): Mention optional ARG to
2011 `toggle-read-only'.
2012
5e30a0fb
NR
20132004-04-14 Nick Roberts <nick@nick.uklinux.net>
2014
9e860631 2015 * windows.texi (Selecting Windows): Note that get-lru-window
5e30a0fb
NR
2016 returns a full-width window if possible.
2017
619fb950
LT
20182004-04-13 Luc Teirlinck <teirllm@auburn.edu>
2019
2020 * buffers.texi: Various changes in addition to:
2021 (Buffer File Name): Add `find-buffer-visiting'.
2022 (Buffer Modification): Mention optional ARG to `not-modified'.
2023 (Indirect Buffers): Mention optional CLONE argument to
2024 `make-indirect-buffer'.
2025
2026 * files.texi: Various changes in addition to:
2027 (Visiting Functions): `find-file-hook' is now a normal hook.
2028 (File Name Expansion): Explain difference between the way that
2029 `expand-file-name' and `file-truename' treat `..'.
2030 (Contents of Directories): Mention optional ID-FORMAT argument to
2031 `directory-files-and-attributes'.
2032 (Format Conversion): Mention new optional CONFIRM argument to
2033 `format-write-file'.
2034
a2295d32
MB
20352004-04-12 Miles Bader <miles@gnu.org>
2036
2037 * macros.texi (Expansion): Add description of `macroexpand-all'.
2038
571fd4d5
JH
20392004-04-05 Jesper Harder <harder@ifa.au.dk>
2040
2041 * variables.texi (Variable Aliases): Mention
2042 cyclic-variable-indirection.
2043
2044 * errors.texi (Standard Errors): Ditto.
2045
4ba2fd66
LT
20462004-04-04 Luc Teirlinck <teirllm@auburn.edu>
2047
2048 * backups.texi: Various small changes in addition to:
2049 (Making Backups): Mention return value of `backup-buffer'.
2050 (Auto-Saving): Mention optional FORCE argument to
2051 `delete-auto-save-file-if-necessary'.
2052 (Reverting): Mention optional PRESERVE-MODES argument to
2053 `revert-buffer'. Correct description of `revert-buffer-function'.
2054
8f7ea687
JL
20552004-03-22 Juri Linkov <juri@jurta.org>
2056
2057 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
2058 with `Vector Functions'.
2059
2060 * text.texi (Sorting): Add missing quote.
2061
0eeca3c1
LT
20622004-03-14 Luc Teirlinck <teirllm@auburn.edu>
2063
2064 * intro.texi (Lisp History): Replace xref to `cl' manual with
2065 inforef.
2066
e69cfac2
RS
20672004-03-12 Richard M. Stallman <rms@gnu.org>
2068
2069 * intro.texi (Version Info): Add arg to emacs-version.
2070 (Lisp History): Change xref to CL manual.
2071
1b91d47f
LT
20722004-03-09 Luc Teirlinck <teirllm@auburn.edu>
2073
2074 * minibuf.texi (Completion Commands): Add xref to Emacs manual
2075 for Partial Completion mode.
2076
97073664
TTN
20772004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
2078
2079 * customize.texi: Fix typo. Remove eol whitespace.
2080
04a6e76b
RS
20812004-03-04 Richard M. Stallman <rms@gnu.org>
2082
2083 * processes.texi: Fix typos.
2084
2085 * lists.texi (Building Lists): Minor clarification.
2086
2087 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
2088 in make-hash-table.
2089
5bb0fcd1
JB
20902004-02-29 Juanma Barranquero <lektu@terra.es>
2091
2092 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
2093 rm, and ignore exit code.
2094
9022d421
EZ
20952004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
2096
2097 * display.texi (Defining Faces): Add description for min-colors.
2098 Update example.
2099
92f5fba2
LT
21002004-02-23 Luc Teirlinck <teirllm@auburn.edu>
2101
2102 * abbrevs.texi: Various corrections and clarifications in addition
2103 to the following:
2104 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
2105
7e83e178
GM
21062004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
2107
2108 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
2109
9c5609e8
LT
21102004-02-21 Luc Teirlinck <teirllm@auburn.edu>
2111
e2b9b51f
LT
2112 * text.texi: Various small changes in addition to the following:
2113 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
2114 to delete-horizontal-space.
2115 (Kill Functions, Yanking, Low-Level Kill Ring): clarify and correct
2116 description of yank-handler text property at various places.
2117
7daa0e81
LT
2118 * frames.texi (Window System Selections): Add anchor.
2119
9c5609e8
LT
2120 * syntax.texi (Syntax Table Functions): Clarify and correct
2121 descriptions of make-syntax-table and copy-syntax-table.
2122 (Motion and Syntax): Clarify SYNTAXES argument to
2123 skip-syntax-forward.
2124 (Parsing Expressions): Mention that the return value of
2125 parse-partial-sexp is currently a list of ten rather than nine
2126 elements.
2127 (Categories): Various corrections and clarifications.
2128
d29edb21
LT
21292004-02-17 Luc Teirlinck <teirllm@auburn.edu>
2130
2131 * markers.texi (Marker Insertion Types): Minor change.
2132
2133 * locals.texi (Standard Buffer-Local Variables):
2134 * commands.texi (Interactive Codes, Using Interactive):
2135 * functions.texi (Related Topics): Fix xrefs.
2136
43e48bda
LT
21372004-02-16 Luc Teirlinck <teirllm@auburn.edu>
2138
2139 * lists.texi (Sets And Lists): Update description of delete-dups.
2140
84e34002
RS
21412004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
2142
2143 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
2144
21452004-02-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2146
2147 * frames.texi (Parameter Access): frame-parameters arg is optional.
2148 modify-frame-parameters handles nil for FRAME.
2149 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
2150 are all-or-nothing for certain toolkits.
2151 Mention parameter wait-for-wm.
2152 (Frames and Windows): In frame-first-window and frame-selected-window
2153 the arg is optional.
2154 (Input Focus): In redirect-frame-focus the second arg is optional.
2155 (Window System Selections): Mention selection type CLIPBOARD.
2156 Mention data-type UTF8_STRING.
2157 Mention numbering of cut buffers.
2158 (Resources): Describe x-resource-name.
2159
21602004-02-16 Richard M. Stallman <rms@gnu.org>
2161
2162 * windows.texi (Buffers and Windows): Delete false table
2163 about all-frames.
2164
2165 * syntax.texi (Parsing Expressions): Delete old caveat
2166 about parse-sexp-ignore-comments.
2167
2168 * streams.texi (Output Variables): Add print-quoted.
2169
2170 * lists.texi (Building Lists): Minor cleanup.
2171
2172 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
2173
2174 * display.texi (Overlays): Explain overlays use markers.
2175 (Managing Overlays): Explain front-advance and rear-advance
2176 in more detail.
2177
2178 * loading.texi (Unloading): Document unload-feature-special-hooks.
2179 Get rid of fns-NNN.el file.
2180
21812004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
2182
2183 * help.texi (Describing Characters): Fix text-char-description
2184 example output.
2185
2186 * edebug.texi (Using Edebug): Fix example.
2187
2188 * debugging.texi (Internals of Debugger): Fix return value.
43e48bda 2189
84e34002
RS
2190 * files.texi (Changing Files): Fix argname.
2191
2192 * calendar.texi: Fix parens, and default values.
2193
2194 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
2195 * nonascii.texi, objects.texi, os.texi: Minor fixes.
2196 * searching.texi, text.texi, tips.texi, windows.text: Minor fixes.
2197
2198 * positions.texi (Text Lines): Don't add -1 in current-line.
2199
22002004-02-16 Richard M. Stallman <rms@gnu.org>
2201
2202 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
2203
c33b76da
EZ
22042004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
2205
2206 * processes.texi (Low-Level Network): Fix a typo.
2207
9d7271e8
KS
22082004-02-12 Kim F. Storm <storm@cua.dk>
2209
2210 * display.texi (Fringes): Use consistent wording.
2211 Note that window-fringe's window arg is optional.
2212 (Scroll Bars): Use consistent wording.
2213
6827d730
LT
22142004-02-11 Luc Teirlinck <teirllm@auburn.edu>
2215
2216 * tips.texi (Comment Tips): Document the new conventions for
2217 commenting out code.
2218
1cb60b5a
JD
22192004-02-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2220
2221 * positions.texi (Text Lines): Added missing end defun.
2222
7fdd1f62
KS
22232004-02-07 Kim F. Storm <storm@cua.dk>
2224
2225 * positions.texi (Text Lines): Add line-number-at-pos.
2226
eb3c144c
JPW
22272004-02-06 John Paul Wallington <jpw@gnu.org>
2228
2229 * display.texi (Button Properties, Button Buffer Commands):
2230 mouse-2 invokes button, not down-mouse-1.
2231
a1d38d63
JR
22322004-02-04 Jason Rumney <jasonr@gnu.org>
2233
2234 * makefile.w32-in: Sync with Makefile.in changes.
2235
4b574f3d
LT
22362004-02-03 Luc Teirlinck <teirllm@auburn.edu>
2237
2238 * minibuf.texi (Text from Minibuffer): Various corrections and
2239 clarifications.
2240 (Object from Minibuffer): Correct Lisp description of
2241 read-minibuffer.
2242 (Minibuffer History): Clarify description of cons values for
2243 HISTORY arguments.
2244 (Basic Completion): Various corrections and clarifications. Add
2245 completion-regexp-list.
2246 (Minibuffer Completion): Correct and clarify description of
2247 completing-read.
6f6b0433 2248 (Completion Commands): Mention Partial Completion mode. Various
4b574f3d
LT
2249 other minor changes.
2250 (High-Level Completion): Various corrections and clarifications.
2251 (Reading File Names): Ditto.
2252 (Minibuffer Misc): Ditto.
2253
d8186297
LT
22542004-01-26 Luc Teirlinck <teirllm@auburn.edu>
2255
2256 * strings.texi (Text Comparison): assoc-string also matches
2257 elements of alists that are strings instead of conses.
2258 (Formatting Strings): Standardize Texinfo usage. Update index
2259 entries.
2260
9adcb5f2
LT
22612004-01-20 Luc Teirlinck <teirllm@auburn.edu>
2262
2263 * lists.texi (Sets And Lists): Add delete-dups.
2264
3e7274ae
LT
22652004-01-15 Luc Teirlinck <teirllm@auburn.edu>
2266
2267 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
2268 special form.
2269 * macros.texi (Defining Macros): Update description of `declare',
2270 which now is a macro.
2271 (Wrong Time): Fix typos.
2272
944e099f
LT
22732004-01-14 Luc Teirlinck <teirllm@auburn.edu>
2274
2275 * compile.texi (Compilation Functions): Expand descriptions of
e75c1a57 2276 `compile-defun', `byte-compile-file', `byte-recompile-directory'
944e099f
LT
2277 and `batch-byte-compile'. In particular, mention and describe
2278 all optional arguments.
2279 (Disassembly): Correct and clarify the description of `disassemble'.
2280
90c3aa59
LT
22812004-01-11 Luc Teirlinck <teirllm@auburn.edu>
2282
2283 * searching.texi: Various small changes in addition to the
2284 following.
2285 (Regexp Example): Adapt to new value of `sentence-end'.
2286 (Regexp Functions): The PAREN argument to `regexp-opt' can be
2287 `words'.
2288 (Search and Replace): Add usage note for `perform-replace'.
2289 (Entire Match Data): Mention INTEGERS and REUSE arguments to
2290 `match-data'.
2291 (Standard Regexps): Update for new values of `paragraph-start'
2292 and `sentence-end'.
2293
583c353d
LT
22942004-01-07 Luc Teirlinck <teirllm@auburn.edu>
2295
2296 * files.texi (Saving Buffers): Clarify descriptions of
2297 `write-contents-functions' and `before-save-hook'.
2298 Make the defvar's for `before-save-hook' and `after-save-hook'
2299 into defopt's.
2300
05faee07
KS
23012004-01-07 Kim F. Storm <storm@cua.dk>
2302
2303 * commands.texi (Click Events): Describe new image and
2304 width/height elements of click events.
2305 (Accessing Events): Add posn-string, posn-image, and
2306 posn-object-width-height. Change posn-object to return either
2307 image or string object.
2308
a0465ec3
SJ
23092004-01-01 Simon Josefsson <jas@extundo.com>
2310
2311 * hooks.texi (Standard Hooks): Add before-save-hook.
2312 * files.texi (Saving Buffers): Likewise.
2313
972c0c49
RS
23142004-01-03 Richard M. Stallman <rms@gnu.org>
2315
2316 * frames.texi (Frames and Windows): Delete frame-root-window.
2317
dbcd463f
LT
23182004-01-03 Luc Teirlinck <teirllm@auburn.edu>
2319
2320 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
2321
2322 * functions.texi: Various small changes in addition to the
2323 following.
2324 (What Is a Function): `functionp' returns nil for macros. Clarify
2325 behavior of this and following functions for symbol arguments.
2326 (Function Documentation): Add `\' in front of (fn @var{arglist})
2327 and explain why.
2328 (Defining Functions): Mention DOCSTRING argument to `defalias'.
2329 Add anchor.
2330 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
2331
02c77ee9
MB
23322004-01-01 Miles Bader <miles@gnu.org>
2333
2334 * display.texi (Buttons): New section.
2335
903a1a91
AS
23362003-12-31 Andreas Schwab <schwab@suse.de>
2337
2338 * numbers.texi (Math Functions): sqrt reports a domain-error
2339 error.
2340 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
2341
697cf92a
LT
23422003-12-30 Luc Teirlinck <teirllm@auburn.edu>
2343
3f70fe82
LT
2344 * tips.texi (Documentation Tips): Update item on hyperlinks in
2345 documentation strings.
2346
697cf92a
LT
2347 * errors.texi (Standard Errors): Various small corrections and
2348 additions.
2349
2350 * control.texi: Various small changes in addition to the
2351 following.
2352 (Signaling Errors): Provide some more details on how `signal'
2353 constructs the error message. Add anchor to the definition of
2354 `signal'.
2355 (Error Symbols): Describe special treatment of `quit'.
2356 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
2357 to emphasize that it has to be a single form.
2358
2359 * buffers.texi: Add anchor.
2360
4d25144d
RS
23612003-12-29 Richard M. Stallman <rms@gnu.org>
2362
2363 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
2364 (Window Configurations): Add window-configuration-frame.
2365
2366 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
2367
2368 * text.texi (Examining Properties): Add get-char-property-and-overlay.
2369 Change arg name in get-char-property.
2370 (Special Properties): Update handling of keymap property.
2371
2372 * strings.texi (Modifying Strings): Add clear-string.
2373 (Text Comparison): Add assoc-string and remove
2374 assoc-ignore-case, assoc-ignore-representation.
2375
2376 * os.texi (Time of Day): Add set-time-zone-rule.
2377
2378 * numbers.texi (Math Functions): asin, acos, log, log10
697cf92a 2379 report domain-error errors.
4d25144d 2380
697cf92a 2381 * nonascii.texi (Converting Representations):
4d25144d
RS
2382 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
2383 (Encoding and I/O): Add file-name-coding-system.
2384
2385 * modes.texi (Search-based Fontification): Explain that
2386 face specs are symbols with face names as values.
2387
2388 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
2389
2390 * lists.texi (Building Lists): remq moved elsewhere.
2391 (Sets And Lists): remq moved here.
2392 (Association Lists): Refer to assoc-string.
2393
2394 * internals.texi (Garbage Collection): Add memory-use-counts.
2395
2396 * frames.texi (Frames and Windows): Add set-frame-selected-window
2397 and frame-root-window.
2398
697cf92a 2399 * files.texi (Contents of Directories):
4d25144d
RS
2400 Add directory-files-and-attributes.
2401
2402 * display.texi (Refresh Screen): Add force-window-update.
2403 (Invisible Text): Explain about moving point out of invis text.
2404 (Overlay Properties): Add overlay-properties.
2405 (Managing Overlays): Add overlayp.
2406 (GIF Images): Invalid image number displays a hollow box.
2407
2408 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
2409 (Killing Buffers): Add buffer-live-p.
2410
67fafe38
MR
24112003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
2412
2413 * display.texi (Fringes): Fix typo "set-buffer-window".
2414
68e74f25
LT
24152003-12-24 Luc Teirlinck <teirllm@auburn.edu>
2416
2417 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
2418 * nonascii.texi, processes.texi, tips.texi, variables.texi:
2419 Add or change various xrefs and anchors.
2420
2421 * commands.texi: Replace all occurrences of @acronym{CAR} with
2422 @sc{car}, for consistency with the rest of the Elisp manual.
2423 `car' and `cdr' are historically acronyms, but are no longer
2424 widely thought of as such.
2425
2426 * internals.texi (Pure Storage): Mention that `purecopy' does not
2427 copy text properties.
2428 (Object Internals): Now 29 bits are used (in most implementations)
2429 to address Lisp objects.
2430
2431 * variables.texi (Variables with Restricted Values): New node.
2432
2433 * objects.texi (Lisp Data Types): Mention that certain variables
2434 can only take on a restricted set of values and add an xref to
2435 the new node "Variables with Restricted Values".
2436
2437 * eval.texi (Function Indirection): Describe the errors that
2438 `indirect-function' can signal.
2439 (Eval): Clarify the descriptions of `eval-region' and `values'.
2440 Describe `eval-buffer' instead of `eval-current-buffer' and
2441 mention `eval-current-buffer' as an alias for `current-buffer'.
2442 Correct the description and mention all optional arguments.
2443
697cf92a 2444 * nonascii.texi: Various small changes in addition to the
68e74f25
LT
2445 following.
2446 (Converting Representations): Clarify behavior of
2447 `string-make-multibyte' and `string-to-multibyte' for unibyte all
2448 ASCII arguments.
2449 (Character Sets): Document the variable `charset-list' and adapt
2450 the definition of the function `charset-list' accordingly.
2451 (Translation of Characters): Clarify use of generic characters in
2452 `make-translation-table'. Clarify and correct the description of
2453 the use of translation tables in encoding and decoding.
2454 (User-Chosen Coding Systems): Correct and clarify the description
2455 of `select-safe-coding-system'.
2456 (Default Coding Systems): Clarify description of
2457 `file-coding-system-alist'.
2458
a62f71e4
LT
24592003-11-30 Luc Teirlinck <teirllm@auburn.edu>
2460
2461 * strings.texi (Text Comparison): Correctly describe when two
2462 strings are `equal'. Combine and clarify descriptions of
2463 `assoc-ignore-case' and `assoc-ignore-representation'.
2464
2465 * objects.texi (Non-ASCII in Strings): Clarify description of
2466 when a string is unibyte or multibyte.
2467 (Bool-Vector Type): Update examples.
2468 (Equality Predicates): Correctly describe when two strings are
2469 `equal'.
2470
19017752
LT
24712003-11-29 Luc Teirlinck <teirllm@auburn.edu>
2472
2473 * lists.texi (Building Lists): `append' no longer accepts integer
2474 arguments. Update the description of `number-sequence' to reflect
2475 recent changes.
2476 (Sets And Lists): Describe `member-ignore-case' after `member'.
2477
0f6a07a8
KS
24782003-11-27 Kim F. Storm <storm@cua.dk>
2479
2480 * commands.texi (Click Events): Click object may be an images.
2481 Describe (dx . dy) element of click positions.
2482 (Accessing Events): Remove duplicate posn-timestamp.
2483 New functions posn-object and posn-object-x-y.
2484
1ce7c819
KS
24852003-11-23 Kim F. Storm <storm@cua.dk>
2486
2487 * commands.texi (Click Events): Describe enhancements to event
2488 position lists, including new text-pos and (col . row) items.
2489 Mention left-fringe and right-fringe area events.
0f6a07a8 2490 (Accessing Events): New functions posn-area and
1ce7c819
KS
2491 posn-actual-col-row. Mention posn-timestamp. Mention that
2492 posn-point in non-text area still returns buffer position.
2493 Clarify posn-col-row.
2494
cae8ddbb
LH
24952003-11-21 Lars Hansen <larsh@math.ku.dk>
2496
2497 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
2498 * anti.texi (File Attributes): Describe removed parameter
2499 ID-FORMAT.
2500
f7f1a248
LT
25012003-11-20 Luc Teirlinck <teirllm@auburn.edu>
2502
68e74f25 2503 * positions.texi (Positions): Mention that, if a marker is used as
f7f1a248
LT
2504 a position, its buffer is ignored.
2505
2506 * markers.texi (Overview of Markers): Mention it here too.
2507
c5e2fb05
LT
25082003-11-12 Luc Teirlinck <teirllm@auburn.edu>
2509
2510 * numbers.texi (Numeric Conversions): Not just `floor', but also
2511 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
2512
e57d0aa8
LT
25132003-11-10 Luc Teirlinck <teirllm@auburn.edu>
2514
2515 * markers.texi (Creating Markers): Specify insertion type of
2516 created markers. Add xref to `Marker Insertion Types'.
2517 Second argument to `copy-marker' is optional.
2518 (Marker Insertion Types): Mention that most markers are created
2519 with insertion type nil.
2520 (The Mark): Correctly describe when `mark' signals an error.
2521 (The Region): Correctly describe when `region-beginning' and
2522 `region-end' signal an error.
2523
bb3612ec
LT
25242003-11-08 Luc Teirlinck <teirllm@auburn.edu>
2525
2526 * hash.texi (Creating Hash): Clarify description of `eql'.
2527 `makehash' is obsolete.
2528 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
2529
2530 * positions.texi (Point): Change description of `buffer-end', so
2531 that it is also correct for floating point arguments.
2532 (List Motion): Correct argument lists of `beginning-of-defun' and
2533 `end-of-defun'.
2534 (Excursions): Add xref to `Marker Insertion Types'.
2535 (Narrowing): Argument to `narrow-to-page' is optional.
2536
cfb8a797
LT
25372003-11-06 Luc Teirlinck <teirllm@auburn.edu>
2538
2539 * streams.texi (Output Streams): Clarify behavior of point for
2540 marker output streams.
2541
c6177909
LT
25422003-11-04 Luc Teirlinck <teirllm@auburn.edu>
2543
2544 * variables.texi (Defining Variables): Second argument to
2545 `defconst' is not optional.
2546 (Setting Variables): Mention optional argument APPEND to
2547 `add-to-list'.
2548 (Creating Buffer-Local): Expand description of
2549 `make-variable-buffer-local'.
2550 (Frame-Local Variables): Expand description of
2551 `make-variable-frame-local'.
2552 (Variable Aliases): Correct description of optional argument
2553 DOCSTRING to `defvaralias'. Mention return value of
2554 `defvaralias'.
2555 (File Local Variables): Add xref to `File variables' in Emacs
2556 Manual. Correct description of `hack-local-variables'. Mention
2557 `safe-local-variable' property. Mention optional second argument
2558 to `risky-local-variable-p'.
2559
b3645067
LT
25602003-11-03 Luc Teirlinck <teirllm@auburn.edu>
2561
2562 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
2563
10695e5c
EZ
25642003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
2565
2566 * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
2567 lispref/customize.texi, lispref/display.texi, lispref/files.texi,
2568 lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
2569 lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
2570 lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
b3645067 2571 lispref/processes.texi, lispref/searching.texi,
10695e5c
EZ
2572 lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
2573 lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
2574 @acronym{FOO}.
2575
a2f4def1
LT
25762003-10-27 Luc Teirlinck <teirllm@auburn.edu>
2577
2578 * strings.texi (Creating Strings): Argument START to `substring'
2579 can not be `nil'. Expand description of
2580 `substring-no-properties'. Correct description of `split-string',
2581 especially with respect to empty matches. Prevent very bad line
2582 break in definition of `split-string-default-separators'.
2583 (Text Comparison): `string=' and `string<' also accept symbols as
2584 arguments.
2585 (String Conversion): More completely describe argument BASE in
2586 `string-to-number'.
5bb0fcd1 2587 (Formatting Strings): `%s' and `%S' in `format' do require
a2f4def1
LT
2588 corresponding object. Clarify behavior of numeric prefix after
2589 `%' in `format'.
2590 (Case Conversion): The argument to `upcase-initials' can be a
2591 character.
2592
a2296bf9
KH
25932003-10-27 Kenichi Handa <handa@m17n.org>
2594
2595 * display.texi (Fontsets): Fix texinfo usage.
2596
885fef7c
KH
25972003-10-25 Kenichi Handa <handa@m17n.org>
2598
2599 * display.texi (Fontsets): Add description of the function
2600 set-fontset-font.
2601
0c6b7a1f
LT
26022003-10-23 Luc Teirlinck <teirllm@auburn.edu>
2603
2604 * display.texi (Temporary Displays): Add xref to `Documentation
2605 Tips'.
2606
2607 * functions.texi (Function Safety): Use inforef instead of pxref
2608 for SES.
2609
c3cda320
AS
26102003-10-23 Andreas Schwab <schwab@suse.de>
2611
2612 * Makefile.in (TEX, texinputdir): Don't define.
2613 (TEXI2DVI): Define.
2614 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
2615 add $(srcdir)/index.texi.
2616 ($(infodir)/elisp): Remove index.texi dependency.
2617 (elisp.dvi): Likewise. Use $(TEXI2DVI).
2618 (index.texi): Remove target.
2619 (dist): Don't link $(srcdir)/permute-index.
83badb71
AS
2620 (clean): Don't remove index.texi.
2621
c3cda320
AS
2622 * permute-index, index.perm: Remove.
2623 * index.texi: Rename from index.unperm.
2624
e5dadca7
LT
26252003-10-22 Luc Teirlinck <teirllm@auburn.edu>
2626
2627 * tips.texi (Documentation Tips): Document new behavior for face
2628 and variable hyperlinks in Help mode.
2629
6cfb0777
LT
26302003-10-21 Luc Teirlinck <teirllm@auburn.edu>
2631
2632 * objects.texi (Integer Type): Update for extra bit of integer range.
2633 (Character Type): Ditto.
2634
a6eeaa81 26352003-10-16 Eli Zaretskii <eliz@gnu.org>
a4fc3ab3
EZ
2636
2637 * numbers.texi (Integer Basics): Add index entries for reading
2638 numbers in hex, octal, and binary.
2639
c8f9ba83
LK
26402003-10-16 Lute Kamstra <lute@gnu.org>
2641
2642 * modes.texi (Mode Line Format): Mention force-mode-line-update's
2643 argument.
2644
b52a26fb
LT
26452003-10-13 Luc Teirlinck <teirllm@auburn.edu>
2646
2647 * windows.texi (Choosing Window): Fix typo.
2648 * edebug.texi (Edebug Execution Modes): Fix typo.
2649
f7005886
RS
26502003-10-13 Richard M. Stallman <rms@gnu.org>
2651
2652 * windows.texi (Basic Windows): A window has fringe settings,
2653 display margins and scroll-bar settings.
2654 (Splitting Windows): Doc split-window return value.
2655 Clean up one-window-p.
2656 (Selecting Windows): Fix typo.
2657 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
2658 (Buffers and Windows): In set-window-buffer, explain effect
2659 on fringe settings and scroll bar settings.
2660 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
2661 (Choosing Window): Use defopt for pop-up-frame-function.
2662 For special-display-buffer-names, explain same-window and same-frame.
2663 Clarify window-dedicated-p return value.
2664 (Textual Scrolling): scroll-up and scroll-down can get an error.
2665 (Horizontal Scrolling): Clarify auto-hscroll-mode.
2666 Clarify set-window-hscroll.
2667 (Size of Window): Don't mention tool bar in window-height.
2668 (Coordinates and Windows): Explain what coordinates-in-window-p
2669 returns for fringes and display margins.
2670 (Window Configurations): Explain saving fringes, etc.
2671
2672 * tips.texi (Library Headers): Clean up Documentation.
2673
2674 * syntax.texi (Parsing Expressions): Clean up forward-comment
2675 and parse-sexp-lookup-properties.
2676
2677 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
2678
2679 * os.texi (System Environment): Clean up text for load-average errors.
2680
2681 * modes.texi (Hooks): Don't explain local hook details at front.
2682 Clarify run-hooks and run-hook-with-args a little.
2683 Clean up add-hook and remove-hook.
2684
2685 * edebug.texi (Edebug Execution Modes): Clarify t.
2686 Document edebug-sit-for-seconds.
2687 (Coverage Testing): Document C-x X = and =.
2688 (Instrumenting Macro Calls): Fix typo.
2689 (Specification List): Don't index the specification keywords.
2690
c989ebe9
KS
26912003-10-10 Kim F. Storm <storm@cua.dk>
2692
2693 * processes.texi (Network): Introduce make-network-process.
2694
f9525eef
LT
26952003-10-09 Luc Teirlinck <teirllm@auburn.edu>
2696
2697 * tips.texi (Library Headers): Fix typo.
2698
f008b925
LK
26992003-10-07 Juri Linkov <juri@jurta.org>
2700
2701 * modes.texi (Imenu): Mention imenu-create-index-function's
2702 default value. Explain submenus better.
2703
c22c5da6
LK
27042003-10-07 Lute Kamstra <lute@gnu.org>
2705
2706 * modes.texi (Faces for Font Lock): Fix typo.
2707 (Hooks): Explain how buffer-local hook variables can refer to
2708 global hook variables.
2709 Various minor clarifications.
2710
49247521
LK
27112003-10-06 Lute Kamstra <lute@gnu.org>
2712
2713 * tips.texi (Coding Conventions): Mention naming conventions for
2714 hooks.
2715
9296c947
LT
27162003-10-05 Luc Teirlinck <teirllm@auburn.edu>
2717
2718 * loading.texi (Library Search): Correct default value of
2719 load-suffixes.
2720 (Named Features): Fix typo.
2721
0e9b293a
RS
27222003-10-05 Richard M. Stallman <rms@gnu.org>
2723
2724 * loading.texi (Named Features): In `provide',
2725 say how to test for subfeatures.
2726 (Unloading): In unload-feature, use new var name
2727 unload-feature-special-hooks.
2728
49247521 27292003-10-03 Lute Kamstra <lute@gnu.org>
10ee4e90
LK
2730
2731 * modes.texi (Major Mode Conventions): Mention third way to set up
2732 Imenu.
2733 (Imenu): A number of small fixes.
2734 Delete documentation of internal variable imenu--index-alist.
2735 Document the return value format of imenu-create-index-function
2736 functions.
2737
ab8f7d5c
RS
27382003-09-30 Richard M. Stallman <rms@gnu.org>
2739
2740 * processes.texi (Network): Say what stopped datagram connections do.
2741
2742 * lists.texi (Association Lists): Clarify `assq-delete-all'.
2743
2744 * display.texi (Overlay Properties): Clarify `evaporate' property.
2745
49247521 27462003-09-29 Lute Kamstra <lute@gnu.org>
86b9b767
LK
2747
2748 * modes.texi (Mode Line Data): Explain when symbols in mode-line
c22c5da6 2749 constructs should be marked as risky.
86b9b767
LK
2750 Change cons cell into proper list.
2751 (Mode Line Variables): Change cons cell into proper list.
2752
49247521 27532003-09-26 Lute Kamstra <lute@gnu.org>
bc3b02f9
LK
2754
2755 * modes.texi (Mode Line Data): Document the :propertize construct.
2756 (Mode Line Variables): Reorder the descriptions of the variables
c22c5da6 2757 to match their order in the default mode-line-format.
bc3b02f9
LK
2758 Describe the new variables mode-line-position and mode-line-modes.
2759 Update the default values of mode-line-frame-identification,
2760 minor-mode-alist, and default-mode-line-format.
2761 (Properties in Mode): Mention the :propertize construct.
6142d1d0 2762
bc3b02f9 27632003-09-26 Richard M. Stallman <rms@gnu.org>
6142d1d0 2764
c22c5da6 2765 * buffers.texi, commands.texi, debugging.texi, eval.texi:
6142d1d0
RS
2766 * loading.texi, minibuf.texi, text.texi, variables.texi:
2767 Avoid @strong{Note:}.
2768
27692003-09-26 Richard M. Stallman <rms@gnu.org>
2770
2771 * keymaps.texi (Remapping Commands): Fix typo.
2772
41beda59
LT
27732003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
2774
2775 * processes.texi (Low-Level Network): Fix typo.
2776
ef6ae4ff
KS
27772003-09-23 Kim F. Storm <storm@cua.dk>
2778
2779 * processes.texi (Network, Network Servers): Fix typos.
2780 (Low-Level Network): Add timeout value for :server keyword.
2781 Add new option keywords to make-network-process.
2782 Add set-network-process-options.
2783 Explain how to test availability of network options.
2784
b0f23edf
RS
27852003-09-19 Richard M. Stallman <rms@gnu.org>
2786
2787 * text.texi (Motion by Indent): Arg to
2788 backward-to-indentation and forward-to-indentation is optional.
2789
2790 * strings.texi (Creating Strings): Add substring-no-properties.
2791
2792 * processes.texi
2793 (Process Information): Add list-processes arg QUERY-ONLY.
2794 Delete process-contact from here.
2795 Add new status values for process-status.
2796 Add process-get, process-put, process-plist, set-process-plist.
2797 (Synchronous Processes): Add call-process-shell-command.
2798 (Signals to Processes): signal-process allows process objects.
2799 (Network): Complete rewrite.
2800 (Network Servers, Datagrams, Low-Level Network): New nodes.
2801
2802 * positions.texi (Word Motion): forward-word, backward-word
2803 arg is optional. Reword.
2804
2805 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
2806
c22c5da6 2807 * variables.texi (Creating Buffer-Local):
b0f23edf
RS
2808 Delete duplicate definition of buffer-local-value.
2809 (File Local Variables): Explain about discarding text props.
2810
f387bdea
RS
28112003-09-11 Richard M. Stallman <rms@gnu.org>
2812
2813 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
2814 changes variables that record input events.
2815 (Minibuffer Misc): Add minibuffer-selected-window.
2816
2817 * lists.texi (Building Lists): Add copy-tree.
2818
2819 * display.texi (Fontsets): Add char-displayable-p.
2820 (Scroll Bars): New node.
2821
49247521 28222003-09-08 Lute Kamstra <lute@gnu.org>
5df034de
LK
2823
2824 * modes.texi (%-Constructs): Document new `%i' and `%I'
2825 constructs.
2826
fd026ee1
JR
28272003-09-03 Peter Runestig <peter@runestig.com>
2828
2829 * makefile.w32-in: New file.
2830
4828b4d7
RS
28312003-08-29 Richard M. Stallman <rms@gnu.org>
2832
2833 * display.texi (Overlay Properties): Clarify how priorities
2834 affect use of the properties.
2835
a4e4f05d
LT
28362003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
2837
2838 * customize.texi (Type Keywords): Correct the description of
2839 `:help-echo' in the case where `motion-doc' is a function.
2840
3ebe0346
JPW
28412003-08-14 John Paul Wallington <jpw@gnu.org>
2842
2843 * modes.texi (Emulating Mode Line): Subsection, not section.
2844
3afe8e39
RS
28452003-08-13 Richard M. Stallman <rms@gnu.org>
2846
2847 * elisp.texi (Top): Update subnode lists in menu.
2848
2849 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
2850 (Kill Functions): kill-region has new arg yank-handler.
2851 (Yanking): New node.
2852 (Yank Commands): Add yank-undo-function.
2853 (Low-Level Kill Ring):
2854 kill-new and kill-append have new arg yank-handler.
2855 (Changing Properties): Add remove-list-of-text-properties.
2856 (Atomic Changes): New node.
2857
2858 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
2859
2860 * streams.texi (Output Variables): Add eval-expression-print-length
2861 and eval-expression-print-level.
2862
2863 * os.texi (Time Conversion): For encode-time, explain limits on year.
2864
2865 * objects.texi (Character Type): Define anchor "modifier bits".
2866
2867 * modes.texi (Emulating Mode Line): New node.
2868 (Search-based Fontification): Font Lock uses font-lock-face property.
2869 (Other Font Lock Variables): Likewise.
2870
2871 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
2872 not vectors.
2873 (Active Keymaps): Add emulation-mode-map-alists.
2874 (Functions for Key Lookup): key-binding has new arg no-remap.
2875 (Remapping Commands): New node.
2876 (Scanning Keymaps): where-is-internal has new arg no-remap.
2877 (Tool Bar): Add tool-bar-local-item-from-menu.
2878 Clarify when to use tool-bar-add-item-from-menu.
2879
2880 * commands.texi (Interactive Call): commandp has new arg.
2881 (Command Loop Info): Add this-original-command.
2882
e37769b1
JPW
28832003-08-06 John Paul Wallington <jpw@gnu.org>
2884
2885 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
2886
2887 * display.texi (Warning Basics): Fix typo.
2888 (Fringes): Add closing curly bracket and fix typo.
2889
2890 * elisp.texi (Top): Fix typo.
2891
c5e0561f
RS
28922003-08-05 Richard M. Stallman <rms@gnu.org>
2893
2894 * elisp.texi: Update lists of subnodes.
2895
2896 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
2897
2898 * variables.texi (Local Variables): Use lc for example variable names.
2899
2900 * tips.texi (Library Headers): Explain where to put -*-.
2901
2902 * strings.texi (Creating Strings): Fix xref for vconcat.
2903
2904 * sequences.texi (Vector Functions):
2905 vconcat no longer allows integer args.
2906
2907 * minibuf.texi (Reading File Names): read-file-name has new
2908 arg PREDICATE. New function read-directory-name.
2909
2910 * macros.texi (Defining Macros): Give definition of `declare'
2911 (Indenting Macros): New node.
2912
2913 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
2914 (Window Frame Parameters): Make separate table of parameters
2915 that are coupled with specific face attributes.
2916 (Deleting Frames): delete-frame-hooks renamed to
2917 delete-frame-functions.
2918
2919 * files.texi (Magic File Names): Add file-remote-p.
2920 Clarify file-local-copy.
2921
2922 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
2923 here; instead xref Defining Macros.
2924
2925 * display.texi (Warnings): New node, and subnodes.
2926 (Fringes): New node.
2927
2928 * debugging.texi (Test Coverage): New node.
2929
2930 * compile.texi (Compiler Errors): Explain with-no-warnings
2931 and other ways to suppress warnings.
2932
2933 * commands.texi (Interactive Call): Minor clarification.
2934
2935 * buffers.texi (Buffer File Name): set-visited-file-name
2936 renames the buffer too.
2937
2938 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
2939
ee59dede
MR
29402003-07-24 Markus Rost <rost@math.ohio-state.edu>
2941
2942 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
2943
f0514b34
MR
29442003-07-22 Markus Rost <rost@math.ohio-state.edu>
2945
2946 * internals.texi (Garbage Collection): Fix previous change.
2947
c73983bb
RS
29482003-07-22 Richard M. Stallman <rms@gnu.org>
2949
2950 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
2951
2952 * display.texi (Width): Use \s syntax in example.
2953 (Font Selection): Add face-font-rescale-alist.
2954
2955 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
2956 Remove spurious indent in example.
2957
2958 * lists.texi (Building Lists): Add number-sequence.
2959
2960 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
2961
2962 * functions.texi (Function Documentation): Explain how to
2963 show calling convention explicitly in the doc string.
2964
2965 * windows.texi (Selecting Windows): save-selected-window saves
2966 selected window of each frame.
2967 (Window Configurations): Minor change.
2968
2969 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
2970
2971 * streams.texi (Output Variables): Add print-continuous-numbering
2972 and print-number-table.
2973
2974 * processes.texi (Decoding Output): New node.
2975
2976 * os.texi (Time Conversion): decode-time arg is optional.
2977
2978 * objects.texi (Character Type): Don't use space as example for \.
2979 Make list of char names and \-sequences correspond.
2980 Explain that \s is not used in strings. `\ ' needs space after.
2981
2982 * nonascii.texi (Converting Representations): Add string-to-multibyte.
2983 (Translation of Characters): Add translation-table-for-input.
2984 (Default Coding Systems): Add auto-coding-functions.
2985 (Explicit Encoding): Add decode-coding-inserted-region.
2986 (Locales): Add locale-info.
2987
2988 * minibuf.texi (Basic Completion): Describe test-completion.
2989 Collections can be lists of strings.
2990 Clean up lazy-completion-table.
2991 (Programmed Completion): Mention test-completion.
2992 Clarify why lambda expressions are not accepted.
2993 (Minibuffer Misc): Describe minibufferp.
2994
51a8b435
RS
29952003-07-14 Richard M. Stallman <rms@gnu.org>
2996
2997 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
2998
2999 * windows.texi (Selecting Windows): New arg to select-window.
3000 (Selecting Windows): Add with-selected-window.
3001 (Size of Window): Add window-inside-edges, etc.
3002
3003 * internals.texi (Garbage Collection): Add post-gc-hook.
3004
3005 * processes.texi (Subprocess Creation): Add exec-suffixes.
3006
3007 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
3008 (Scanning Keymaps): Add map-keymaps.
3009 (Defining Menus): Add keymap-prompt.
3010
3011 * numbers.texi (Integer Basics): Add most-positive-fixnum,
3012 most-negative-fixnum.
3013
3014 * compile.texi (Byte Compilation): Explain no-byte-compile
3015 (Compiler Errors): New node.
3016
3017 * os.texi (User Identification): user-uid, user-real-uid
3018 can return float.
3019
3020 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
3021 and about derived modes.
3022 (Minor Modes): Add minor-mode-list.
3023 (Defining Minor Modes): Keyword args for define-minor-mode.
3024 (Search-based Fontification): Explain managing other properties.
3025 (Other Font Lock Variables): Add font-lock-extra-managed-props.
3026 (Faces for Font Lock): Add font-locl-preprocessor-face.
3027 (Hooks): Add run-mode-hooks and delay-mode-hooks.
3028
3029 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
e57d0aa8 3030 (Variable Aliases): Clarify defvaralias.
51a8b435
RS
3031
3032 * loading.texi (Library Search): Add load-suffixes.
3033
3034 * minibuf.texi (Basic Completion): Add lazy-completion-table.
3035 (Programmed Completion): Add dynamic-completion-table.
3036
3037 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
3038 (Magic File Names): Specify precedence order of handlers.
199bb209 3039
51a8b435
RS
3040 * commands.texi (Command Overview): Emacs server runs pre-command-hook
3041 and post-command-hook.
3042 (Waiting): New calling convention for sit-for.
3043
3044 * text.texi (Special Properties): local-map and keymap properties
3045 apply based on their stickiness.
3046
c6de56a0
RS
30472003-07-07 Richard M. Stallman <rms@gnu.org>
3048
3049 * modes.texi (Minor Mode Conventions): Specify only some kinds
3050 of list values as args to minor modes.
3051
3052 * files.texi (File Name Expansion): Warn about iterative use
3053 of substitute-in-file-name.
3054
3055 * advice.texi (Activation of Advice): Clean up previous change.
3056
8c761ea6
MR
30572003-07-06 Markus Rost <rost@math.ohio-state.edu>
3058
3059 * advice.texi (Activation of Advice): Note that ad-start-advice is
3060 turned on by default.
3061
c6de56a0
RS
30622003-06-30 Richard M. Stallman <rms@gnu.org>
3063
3064 * text.texi (Buffer Contents): Document current-word.
3065 (Change Hooks): Not called for *Messages*.
3066
3067 * functions.texi (Defining Functions): Explain about redefining
3068 primitives.
3069 (Function Safety): Renamed. Minor changes.
3070 Comment out the detailed criteria for what is safe.
3071
3fe4e567
AS
30722003-06-22 Andreas Schwab <schwab@suse.de>
3073
3074 * objects.texi (Symbol Type): Fix description of examples.
3075
cda7bd13
AS
30762003-06-16 Andreas Schwab <schwab@suse.de>
3077
3078 * hash.texi (Creating Hash): Fix description of :weakness.
3079
fbcffa4a
KG
30802003-06-13 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
3081
3082 * files.texi (Changing Files): copy-file copies file modes, too.
3083
ff6a3bfb
RS
30842003-05-28 Richard M. Stallman <rms@gnu.org>
3085
3086 * strings.texi (Creating Strings): Clarify split-string.
3087
1463a05d
JB
30882003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
3089
3090 * strings.texi (Creating Strings): Update split-string specification
3091 and examples.
3092
af253914
RS
30932003-05-19 Richard M. Stallman <rms@gnu.org>
3094
3095 * elisp.texi: Correct invariant section names.
3096
7ea52f92
RS
30972003-04-20 Richard M. Stallman <rms@gnu.org>
3098
3099 * os.texi (Timers): Explain about timers and quitting.
3100
e31afc09
RS
31012003-04-19 Richard M. Stallman <rms@gnu.org>
3102
3103 * internals.texi (Writing Emacs Primitives): Strings are
3104 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
3105 Explain GCPRO convention for varargs function args.
3106
5ceea398
RS
31072003-04-16 Richard M. Stallman <rms@gnu.org>
3108
3109 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
3110
b0ada147
RS
31112003-04-08 Richard M. Stallman <rms@gnu.org>
3112
3113 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
3114
b23375aa
KS
31152003-02-13 Kim F. Storm <storm@cua.dk>
3116
3117 * objects.texi (Character Type): New \s escape for space.
3118
c60ee5e7
JB
31192003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
3120
3121 * os.texi (System Environment): Added cygwin system-type.
3122
84e47416
RS
31232003-01-25 Richard M. Stallman <rms@gnu.org>
3124
3125 * keymaps.texi: Document that a symbol can act as a keymap.
3126
3e8cf2ea
RS
31272003-01-13 Richard M. Stallman <rms@gnu.org>
3128
3129 * text.texi (Changing Properties): Say string indices are origin-0.
3130
3131 * positions.texi (Screen Lines) <compute-motion>:
3132 Correct order of elts in return value.
3133
3134 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
3135 how to define a default binding.
3136
7abb9fc5 31372002-12-07 Markus Rost <rost@math.ohio-state.edu>
177f790c 3138
104bc3aa 3139 * loading.texi (Unloading): Fix recent change for load-history.
5b1fc152 3140
104bc3aa
MR
3141 * customize.texi (Simple Types): Clarify description of custom
3142 type 'number. Describe new custom type 'float.
177f790c 3143
7abb9fc5 31442002-12-04 Markus Rost <rost@math.ohio-state.edu>
24ff45f3
MR
3145
3146 * variables.texi (File Local Variables): Fix typo.
3147
df140a68 31482002-10-23 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
c60ee5e7 3149
df140a68
KG
3150 From Michael Albinus <Michael.Albinus@alcatel.de>.
3151
3152 * README: Target for Info file is `make info'.
3153
3154 * files.texi (File Name Components): Fixed typos in
3155 `file-name-sans-extension'.
3156 (Magic File Names): Complete list of operations for magic file
3157 name handlers.
3158
7ed9159a
JY
31592002-09-16 Jonathan Yavner <jyavner@engineer.com>
3160
3161 * variables.texi (File Local Variables): New function
3162 risky-local-variable-p.
3163
31642002-09-15 Jonathan Yavner <jyavner@engineer.com>
3165
3166 * functions.texi (Function safety): New node about unsafep.
3167
241f79af
PA
31682002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
3169
3170 * customize.texi (Splicing into Lists): Fixed example.
3171 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>
3172
72459b15
JB
31732002-06-17 Juanma Barranquero <lektu@terra.es>
3174
3175 * frames.texi (Display Feature Testing): Fix typo.
3176
61f7e0f5
AS
31772002-06-12 Andreas Schwab <schwab@suse.de>
3178
3179 * frames.texi (Initial Parameters, Resources): Fix references to
3180 the Emacs manual.
3181
4e792dbd
KS
31822002-05-13 Kim F. Storm <storm@cua.dk>
3183
3184 * variables.texi (Intro to Buffer-Local): Updated warning and
3185 example relating to changing buffer inside let.
3186
940344d4 31872002-03-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
d873ec96
JD
3188
3189 * os.texi (Session Management): New node about X Session management.
3190
231ac53b
EZ
31912002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
3192
3193 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
3194 to which the manual corresponds, and the copyright years.
3195
3196 * Makefile.in (VERSION): Set to 2.9.
3197
140cc574
EZ
31982001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
3199
3200 * elisp.texi: Change the category in @dircategory to "Emacs", to
3201 make it consistent with info/dir.
3202
9c7fce05
MB
32032001-11-25 Miles Bader <miles@gnu.org>
3204
3205 * text.texi (Fields): Describe new `limit' arg in
3206 field-beginning/field-end.
3207
9f8bbf0f
EZ
32082001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
3209
a5e6715c
EZ
3210 * permute-index: Don't depend on csh-specific features. Replace
3211 the interpreter name with /bin/sh.
3212
9f8bbf0f
EZ
3213 * two-volume-cross-refs.txt: New file.
3214 * two.el: New file.
3215 * spellfile: New file.
3216
1756e2fb
EZ
32172001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
3218
3219 * permute-index: New file.
3220
3221 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
3222 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
3223 8+3 restricted namespace.
ad050e54
EZ
3224
3225 * Makefile.in (infodir): Define relative to $(srcdir).
3226 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
3227 include directories list via -I switch to makeinfo.
3228 (index.texi): Use cp if both hard and symbolic links fail.
3229
10fa7f8e
EZ
32302001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
3231
7a1494ce
EZ
3232 * Makefile.in (distclean): Add.
3233
10fa7f8e
EZ
3234 The following changes make ELisp manual part of the Emacs
3235 distribution:
3236
3237 * Makefile.in: Add Copyright notice.
3238 (prefix): Remove.
3239 (infodir): Change value to "../info".
3240 (VPATH): New variable.
3241 (MAKE): Don't define.
3242 (texmacrodir): Don't define.
3243 (texinputdir): Append the existing value of TEXINPUTS.
3244 ($(infodir)/elisp): Instead of just "elisp". Reformat the
3245 command to be compatible with man/Makefile.in, and to put the
3246 output into ../info.
5c32b7c5 3247 (info): Add target.
10fa7f8e
EZ
3248 (installall): Target removed.
3249
ad050e54 32502001-10-31 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2b209b97
PJ
3251
3252 * tips.texi (Coding Conventions): Fix typo.
3253
6fd735df
GM
32542001-10-23 Gerd Moellmann <gerd@gnu.org>
3255
3256 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
3257
b704d54b
EZ
32582001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
3259
3260 * files.texi (File Name Components): Update the description of
3261 file-name-sans-extension and file-name-extension, as they now
3262 ignore leading dots.
3263
71431a0e
GM
32642001-10-20 Gerd Moellmann <gerd@gnu.org>
3265
6aa97356 3266 * (Version 21.1 released.)
71431a0e 3267
79f1f96c
MB
32682001-10-19 Miles Bader <miles@gnu.org>
3269
3270 * positions.texi (Text Lines): Describe behavior of
3271 `beginning-of-line'/`end-of-line' in the presence of field properties.
3272
892a8f36
GM
32732001-10-17 Gerd Moellmann <gerd@gnu.org>
3274
3275 * Makefile.in (VERSION): Set to 2.8.
3276 (manual): Use `manual-21'.
3277
8c1cc9e8 3278 * elisp.texi (VERSION): Add and use it where the version
892a8f36
GM
3279 number was used. Set it to 2.8.
3280
3281 * intro.texi: Likewise.
3282
51724e26
EZ
32832001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
3284
3285 * files.texi (File Name Completion): Document the significance of
3286 a trailing slash in elements of completion-ignored-extensions.
3287
57b338e8
MB
32882001-10-06 Miles Bader <miles@gnu.org>
3289
3290 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
3291
c89e4bc5
GM
32922001-10-04 Gerd Moellmann <gerd@gnu.org>
3293
3294 * variables.texi (Variable Aliases): New node.
3295
ab952a4f
GM
32962001-10-04 Gerd Moellmann <gerd@gnu.org>
3297
3298 * Branch for 21.1.
dff28924 3299
9db3a582
MB
33002001-10-02 Miles Bader <miles@gnu.org>
3301
ae1a9581
MB
3302 * minibuf.texi (Minibuffer Misc): Add entries for
3303 `minibuffer-contents', `minibuffer-contents-no-properties', and
3304 `delete-minibuffer-contents'.
3305 Correct description for `minibuffer-prompt-end'.
3306
9db3a582
MB
3307 * text.texi (Property Search): Correct descriptions of
3308 `next-char-property-change' and `previous-char-property-change'.
3309 Add entries for `next-single-char-property-change' and
3310 `previous-single-char-property-change'.
3311 Make operand names a bit more consistent.
3312
03be5931
EZ
33132001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
3314
3315 * frames.texi (Finding All Frames): Document that next-frame and
3316 previous-frame are local to current terminal.
3317
974548ec
EZ
33182001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
3319
3320 * keymaps.texi (Creating Keymaps): Fix the description of the
dff28924 3321 result of make-keymap.
974548ec 3322
8d82c597
EZ
33232001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
3324
3325 * display.texi (Font Lookup, Attribute Functions)
3326 (Image Descriptors): Add cross-references to the definition of
3327 selected frame.
3328
3329 * buffers.texi (The Buffer List): Add cross-references to the
3330 definition of selected frame.
3331
3332 * frames.texi (Input Focus): Clarify which frame is _the_ selected
3333 frame at any given time.
3334 (Multiple Displays, Size and Position): Add a cross-reference to
3335 the definition of the selected frame.
3336
2842de30
EZ
33372001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
3338
3339 * strings.texi (String Conversion) <string-to-number>: Document
3340 that a float is returned for integers that are too large.
3341
3342 * frames.texi (Mouse Position): Document mouse-position-function.
3343 (Display Feature Testing): Document display-images-p.
3344 (Window Frame Parameters): Document the cursor-type variable.
3345
3346 * numbers.texi (Integer Basics): Document CL style read syntax for
3347 integers in bases other than 10.
3348
3349 * positions.texi (List Motion): Document
3350 open-paren-in-column-0-is-defun-start.
3351
3352 * lists.texi (Sets And Lists): Document member-ignore-case.
3353
3354 * internals.texi (Garbage Collection): Document the used and free
3355 strings report.
3356 (Memory Usage): Document strings-consed.
3357
3358 * os.texi (Time of Day): Document float-time.
3359 (Recording Input): Document that clear-this-command-keys clears
3360 the vector to be returned by recent-keys.
3361
3362 * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
3363 argument keymap can be a list.
3364
3365 * nonascii.texi (User-Chosen Coding Systems)
3366 <select-safe-coding-system>: Document the new argument
3367 accept-default-p and the variable
3368 select-safe-coding-system-accept-default-p. Tell what happens if
3369 buffer-file-coding-system is undecided.
3370 (Default Coding Systems): Document auto-coding-regexp-alist.
3371
3372 * display.texi (The Echo Area) <message>: Document
3373 message-truncate-lines.
3374 (Glyphs): Document that the glyph table is unused on windowed
3375 displays.
3376
3377 * help.texi (Describing Characters) <single-key-description>:
3378 Document the new argument no-angles.
3379 (Accessing Documentation) <documentation-property>: Document that
3380 a non-string property is evaluated.
3381 <documentation>: Document that the function-documentation property
3382 is looked for.
3383
3384 * windows.texi (Selecting Windows): Document some-window.
3385
3386 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
3387
3388 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
3389 apropos-mode-hook.
3390
3391 * commands.texi (Using Interactive): Document interactive-form.
3392 (Keyboard Macros): Document kbd-macro-termination-hook.
3393 (Command Loop Info): Document that clear-this-command-keys clears
3394 the vector to be returned by recent-keys.
3395
2d43d823
GM
33962001-09-04 Werner LEMBERG <wl@gnu.org>
3397
3398 * Makefile.in (srcdir, texinputdir): New variables.
3399 (srcs, index.texi, install): Use $(srcdir).
3400 (.PHONY): Remove elisp.dvi.
3401 (elisp): Use -I switch for makeinfo.
3402 (elisp.dvi): Use $(srcdir) and $(texinputdir).
3403 (installall, dist): Use $(srcdir).
3404 Fix path to texinfo.tex.
3405 (maintainer-clean): Add elisp.dvi and elisp.oaux.
3406
fa739b31
GM
34072001-08-30 Gerd Moellmann <gerd@gnu.org>
3408
92a25631
GM
3409 * display.texi (Conditional Display): Adjust to API change.
3410
fa739b31
GM
3411 * configure: New file.
3412
cef68af5
GM
34132001-07-30 Gerd Moellmann <gerd@gnu.org>
3414
3415 * commands.texi (Repeat Events): Add description of
3416 double-click-fuzz.
3417
d1f08d85
SM
34182001-05-08 Stefan Monnier <monnier@cs.yale.edu>
3419
3420 * syntax.texi (Syntax Class Table): Add the missing designator for
3421 comment and string fences.
3422 (Syntax Properties): Add a xref to syntax table internals.
3423 (Syntax Table Internals): Document string-to-syntax.
3424
1e9fc92e
GM
34252001-05-07 Gerd Moellmann <gerd@gnu.org>
3426
3427 * Makefile.in (install): Use install-info command line options
3428 like in Emacs' Makefile.in.
3429
00480554
MB
34302000-12-09 Miles Bader <miles@gnu.org>
3431
3432 * windows.texi (Window Start): Update documentation for
3433 `pos-visible-in-window-p'.
3434
1e344ee2
SM
34352000-11-12 Stefan Monnier <monnier@cs.yale.edu>
3436
3437 * lists.texi (Building Lists): Add footnote to explain how to add
3438 to the end of a list.
3439
a540f6ed
GM
34402000-10-25 Gerd Moellmann <gerd@gnu.org>
3441
3442 * files.texi (Visiting Functions): Typos.
3443
28bcdbee
KH
34442000-10-25 Kenichi Handa <handa@etl.go.jp>
3445
3446 * files.texi (Visiting Functions): Return value of
3447 find-file-noselect may be a list of buffers if wildcards are used.
3448
22d1a4ed
MB
34492000-10-24 Miles Bader <miles@lsi.nec.co.jp>
3450
3451 * display.texi (Defining Faces): Document `graphic' display type
3452 in face specs.
3453
916a89db
KG
34542000-10-18 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3455
1e9fc92e 3456 * hooks.texi (Standard Hooks): Replace obsolete
916a89db
KG
3457 `after-make-frame-hook' with `after-make-frame-functions'.
3458
1e9fc92e 3459 * frames.texi (Creating Frames): Ditto.
916a89db 3460
1e9fc92e 3461 * variables.texi (Future Local Variables): Ditto.
916a89db 3462
483de32b
GM
34632000-10-16 Gerd Moellmann <gerd@gnu.org>
3464
3465 * display.texi (Other Image Types): Add description of :foreground
3466 and :background properties of mono PBM images.
3467
e23a63a5
WL
34682000-08-17 Werner LEMBERG <wl@gnu.org>
3469
3470 * .cvsignore: New file.
3471
dfc16043
GM
34722000-01-05 Gerd Moellmann <gerd@gnu.org>
3473
3474 * tindex.pl: New script.
3475
602613fe
DL
34761999-12-03 Dave Love <fx@gnu.org>
3477
3478 * Makefile.in (MAKEINFO): New parameter.
3479
94ec544d
DL
34801999-09-17 Richard Stallman <rms@gnu.org>
3481
3482 * Makefile.in (srcs): Add hash.texi.
3483 (VERSION): Update to 20.6.
3484
34851999-09-13 Richard Stallman <rms@gnu.org>
3486
3487 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
3488
34891998-08-29 Karl Heuer <kwzh@gnu.org>
3490
3491 * configure.in: New file.
3492 * Makefile.in: Renamed from Makefile.
3493 (prefix, infodir): Use value obtained from configure.
3494 (emacslibdir): Obsolete variable deleted.
3495 (dist): Distribute configure.in, configure, Makefile.in.
3496
34971998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
3498
3499 * Makefile (INSTALL_INFO): New variable.
3500 (install): Run install-info.
3501
35021998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
3503
3504 * Makefile (elisp.dvi): Add missing backslash.
3505
35061998-05-02 Richard Stallman <rms@psilocin.gnu.org>
3507
3508 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
3509 Run texindex without `./'. Always run texindex on elisp.tp.
3510 (elisp.tps): Target deleted.
3511
35121998-04-05 Richard Stallman <rms@psilocin.gnu.org>
3513
3514 * Makefile (srcs): Add nonascii.texi and customize.texi.
3515 (dist): Start by deleting `temp'.
3516
35171998-02-17 Richard Stallman <rms@psilocin.gnu.org>
3518
3519 * Makefile (makeinfo, texindex): Targets deleted.
3520 (makeinfo.o, texindex.o): Targets deleted.
3521 (clean, dist): Don't do anything with them or with getopt*.
3522
35231998-01-30 Richard Stallman <rms@psilocin.gnu.org>
3524
3525 * Makefile (SHELL): Defined.
3526
35271998-01-27 Richard Stallman <rms@psilocin.gnu.org>
3528
3529 * Makefile (elisp.tps): New target.
3530 (elisp.dvi): Depend on elisp.tps.
3531
3532Wed Apr 3 15:24:25 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
3533
3534 * README: Update phone number.
3535
3536 * Makefile (elisp): Make this be the default target.
3537 Depend on makeinfo.c instead of makeinfo.
3538 (install): Don't depend on elisp.dvi, since we don't install that.
3539 Use mkinstalldirs.
3540 (dist): Add mkinstalldirs.
3541
3542Mon Jun 19 14:35:26 1995 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3543
3544 * Makefile (VERSION): Update version number.
3545 (maintainer-clean): Renamed from realclean.
3546
3547Wed Jun 7 17:04:59 1995 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
3548
3549 * Makefile (realclean): New target.
3550 (elisp): Remove any old elisp-* files first.
3551
3552Tue Nov 23 19:59:40 1993 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
3553
d1f08d85
SM
3554 * Makefile (VERSION): New variable.
3555 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
3556 Compressed file suffix should be `.gz', not `.z'.
94ec544d
DL
3557
3558Mon Nov 22 15:06:19 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3559
3560 * Makefile (elisp): Depend on makeinfo.
3561
3562Fri Nov 19 02:29:33 1993 Noah Friedman (friedman@gnu.ai.mit.edu)
3563
d1f08d85 3564 * Makefile (srcs): Add anti.texi.
94ec544d
DL
3565
3566Fri May 28 18:04:53 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3567
3568 * Makefile (infodir, prefix): New vars.
3569 (install): Use infodir.
3570 (emacsinfodir): Deleted.
3571
3572Thu May 27 02:11:25 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3573
3574 * Makefile (srcs): Add calendar.texi.
3575
3576 * Makefile (dist): Copy texindex.c and makeinfo.c.
3577 Limit elisp-* files to those with one or two digits.
3578
3579Sun May 16 17:58:21 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
3580
3581 * Makefile (dist): Changed to use Gzip instead of compress.
3582
3583Fri Apr 23 01:05:23 1993 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
3584
3585 * loading.texi (Unloading): define-function changed back to
3586 defalias. It may not stay this way, but at least it's
3587 consistent with the known-good version of the code patch.
3588
3589Fri Mar 26 21:14:54 1993 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
3590
3591 * modes.texi (Hooks): Document new optional arg of add-hook.
3592
3593Wed Mar 17 08:48:24 1993 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
3594
d1f08d85 3595 * variables.texi: Document nil initial value of buffer-local variables.
94ec544d
DL
3596
3597 * tips.texi: Add new section on standard library headers.
3598
3599Sat Feb 27 18:00:25 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
3600
3601 * Makefile (srcs): Add frame.texi to the list of sources.
3602
3603Tue Feb 23 10:50:25 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
3604
3605 * Makefile (dist): Don't bother excluding autosave files; they'll
3606 never make it into the temp directory anyway, and the hash marks
3607 in the name are problematic for make and the Bourne shell.
dff28924 3608 (srcs):
94ec544d
DL
3609
3610Fri Feb 12 16:54:38 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
3611
d1f08d85 3612 * Makefile (dist): Don't include backup files or autosave files in
94ec544d
DL
3613 the distribution tar file.
3614
dff28924 3615Tue Nov 26 21:10:34 1991 Richard Stallman (rms@mole.gnu.ai.mit.edu)
94ec544d
DL
3616
3617 * Makefile (srcs): Added index.perm.
3618 (elisp.dvi): Remove erroneous shell comment.
3619 Expect output of permute-index in permuted.fns.
3620 Save old elisp.aux in elisp.oaux.
3621 (clean): Added index.texi to be deleted.
3622
dff28924 3623Sat Aug 11 17:39:10 1990 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
94ec544d
DL
3624
3625 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
3626
dff28924 3627Tue Jun 26 09:57:26 1990 David Lawrence (tale@geech)
94ec544d
DL
3628
3629 * files.texi: Noted that completion-ignored-extensions is ignored
3630 when making *Completions*.
3631
3632Fri Jun 8 16:44:44 EDT 1990 Jay Fenlason (hack@ai.mit.edu)
3633
3634 * Makefile make dist now depends on elisp.dvi, since it tries
3635 to include it in the dist file.
3636
dff28924 3637Wed Mar 28 22:57:35 1990 Jim Kingdon (kingdon@mole.ai.mit.edu)
94ec544d
DL
3638
3639 * functions.texinfo (Mapping Functions): Add missing quote
3640
dff28924 3641Mon Jun 19 18:09:24 1989 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
94ec544d
DL
3642
3643 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
3644 (defunargs): Turn off \hyphenchar of \sl font temporarily.
3645
dff28924 3646Wed May 10 18:01:17 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
3647
3648 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
3649 and @error{} are the terms now being used. The files in the
3650 directory have been changed to reflect this.
3651
d1f08d85 3652 * All instances of @indentedresultt{} have been changed to
94ec544d
DL
3653 ` @result{}', using 5 spaces at the begining of the line.
3654
dff28924 3655Mon Apr 24 21:02:55 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
3656
3657 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
3658 experimental @indentedresult{}, @indentedexpandsto{} are part of
3659 the texinfo.tex in this directory. These TeX macros are not
3660 stable yet.
3661
dff28924 3662Mon Apr 17 18:56:50 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
3663
3664 * texinfo.tex: temporarily added
d1f08d85 3665 \let\result=\dblarrow
94ec544d
DL
3666 \def\error{{\it ERROR} \longdblarrow}
3667 We need to do this better soon.
3668
dff28924 3669Tue Apr 11 12:23:28 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
3670
3671 * Applied Karl Berry's patches to *.texinfo files, but not to
3672 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
3673 new title page format is also not applied, since it requires
3674 texinfo.tex changes.)
3675
3676 * Cleaned up `Makefile' and defined the `emacslibdir' directory
3677 for the Project GNU development environment.
3678
ad050e54 3679;; Local Variables:
fd026ee1 3680;; coding: iso-2022-7bit
ad050e54 3681;; End:
2a34a036
GM
3682
3683 Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
3684 Copying and distribution of this file, with or without modification,
3685 are permitted provided the copyright notice and this notice are preserved.
ab5796a9
MB
3686
3687;;; arch-tag: 985ae0ce-df29-475b-b3f8-4bbcbf6f7fda