(view-emacs-news): Declare `res' in the right let* form.
[bpt/emacs.git] / lispref / ChangeLog
CommitLineData
d9034473
EZ
12006-06-24 Eli Zaretskii <eliz@gnu.org>
2
eff6bfea
EZ
3 * files.texi (Contents of Directories): Document case-insensitive
4 behavior on respective filesystems.
5
d9034473
EZ
6 * objects.texi (Character Type): Document that Emacs signals an
7 error for unsupported Unicode characters specified as \uNNNN.
8
a5bd14d3
RS
92006-06-19 Richard Stallman <rms@gnu.org>
10
11 * processes.texi (Bindat Spec): Clarify previous change.
12
d1ae9041
RS
132006-06-16 Richard Stallman <rms@gnu.org>
14
15 * tips.texi (Coding Conventions): Better explain conventions
16 for definition constructs.
17
18 * text.texi (Special Properties): String value of `read-only'
19 serves as the error message.
20
21 * objects.texi (Character Type): Clarify prev. change.
22 (Non-ASCII in Strings): Mention \u and \U.
23
24 * commands.texi (Using Interactive): Explain problem of
25 markers, etc., in command-history.
26
1bb32610
KS
272006-06-14 Kim F. Storm <storm@cua.dk>
28
29 * commands.texi (Waiting): Negative arg to sit-for forces
30 redisplay even if input is pending.
31
32 * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
33 redisplay. Remove incorrect example of binding redisplay-dont-pause
34 around (sit-for 0).
35
c7484981
RS
362006-06-13 Richard Stallman <rms@gnu.org>
37
38 * display.texi (Forcing Redisplay): Clarify previous change.
39
d211faa2
RF
402006-06-13 Romain Francoise <romain@orebokech.com>
41
42 * display.texi (Forcing Redisplay): Fix typo.
43
8eb2b87f
KS
442006-06-13 Kim F. Storm <storm@cua.dk>
45
46 * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
47
503b5e1c
LT
482006-06-10 Luc Teirlinck <teirllm@auburn.edu>
49
50 * tips.texi (Coding Conventions): Add `@end itemize'.
51
9e362b84
RS
522006-06-10 Richard Stallman <rms@gnu.org>
53
54 * tips.texi (Coding Conventions): Explain use of coding systems
55 to ensure one decoding for strings.
56
7cb93181
EZ
572006-06-09 Aidan Kehoe <kehoea@parhasard.net>
58
59 * objects.texi (Character Type): Describe the\uABCD and \U00ABCDEF
60 syntax.
61
afd63bda
EZ
622006-06-07 Eli Zaretskii <eliz@gnu.org>
63
64 * display.texi (Font Selection): Remove description of
65 clear-face-cache.
66
67 * compile.texi (Eval During Compile): Fix a typo. Add index
68 entries for possible uses of eval-when-compile.
69
71ee3e04
TTN
702006-06-04 Thien-Thi Nguyen <ttn@gnu.org>
71
72 * display.texi (Abstract Display): Fix typo.
73
a941b26b
EZ
742006-06-03 Eli Zaretskii <eliz@gnu.org>
75
76 * minibuf.texi (Minibuffer History) <history-add-new-input>:
77 Reword variable's description.
78
963128f3
RS
792006-06-01 Richard Stallman <rms@gnu.org>
80
81 * windows.texi (Splitting Windows): Clarify splitting nonselected
82 window.
83
82db8fa7
JL
842006-05-31 Juri Linkov <juri@jurta.org>
85
86 * minibuf.texi (Minibuffer History): Add history-add-new-input.
87
d9e8091d
RS
882006-05-30 Richard Stallman <rms@gnu.org>
89
6ac209a3
RS
90 * display.texi (Line Height): Fix errors in description of
91 default line height and line-height properyty.
92
d9e8091d
RS
93 * nonascii.texi (Default Coding Systems): Further clarification.
94
93fd6289
LT
952006-05-29 Luc Teirlinck <teirllm@auburn.edu>
96
97 * internals.texi (Pure Storage): Mention that an overflow in pure
98 space causes a memory leak.
99 (Garbage Collection): If there was an overflow in pure space,
100 `garbage-collect' returns nil.
101
7c42b3e0
EZ
1022006-05-30 Eli Zaretskii <eliz@gnu.org>
103
104 * nonascii.texi (Default Coding Systems): Fix it some more.
105
b8909e88
EZ
1062006-05-29 Eli Zaretskii <eliz@gnu.org>
107
108 * nonascii.texi (Default Coding Systems): Fix last change.
109
6d3906d5
KH
1102006-05-29 Kenichi Handa <handa@m17n.org>
111
112 * nonascii.texi (find-operation-coding-system): Describe the new
113 argument format (FILENAME . BUFFER).
114
0985f920
RS
1152006-05-28 Richard Stallman <rms@gnu.org>
116
117 * tips.texi (Coding Conventions): Better explain reasons not to
118 advise other packages or use `eval-after-load'.
119
6c6e0bb4
KS
1202006-05-29 Kim F. Storm <storm@cua.dk>
121
122 * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
123 `bindat-idx' and `bindat-raw' for clarity.
124
096432af
TTN
1252006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
126
b9e17eb3
TTN
127 * processes.texi (Bindat Spec): Expand on `repeat' handler.
128
096432af
TTN
129 * display.texi (Display): Add "Abstract Display" to menu.
130 (Abstract Display, Abstract Display Functions)
131 (Abstract Display Example): New nodes.
132 * elisp.texi (Top): Add "Abstract Display" to menu.
133
e4b3f22f
CY
1342006-05-27 Chong Yidong <cyd@stupidchicken.com>
135
917b8227
CY
136 * keymaps.texi (Key Sequences): Link to input events definition.
137 (Format of Keymaps): Delete material duplicated in Keymap Basics.
138
e4b3f22f
CY
139 * files.texi (Changing Files): Document updated argument list for
140 copy-file.
141
f1b64ef1
TTN
1422006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
143
144 * processes.texi (Bindat Functions): Explain term "total length".
145 Use it in bindat-length and bindat-pack descriptions.
146
3d0793e4
EZ
1472006-05-26 Eli Zaretskii <eliz@gnu.org>
148
149 * tips.texi (Coding Conventions): Advise against using
150 eval-after-load in packages. Add an index entry.
151
abeb5483
JL
1522006-05-25 Juri Linkov <juri@jurta.org>
153
92aa92fa
JL
154 * minibuf.texi (Text from Minibuffer): Undocument keep-all.
155
abeb5483
JL
156 * modes.texi (%-Constructs): Add %e, %z, %Z.
157
403a7bca
RS
1582006-05-25 Richard Stallman <rms@gnu.org>
159
160 * elisp.texi (Top): Update subnode menu.
161
162 * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
163 (Keymaps): Update menu.
164
39a9bed3
CY
1652006-05-25 Chong Yidong <cyd@stupidchicken.com>
166
167 * keymaps.texi (Key Sequences): Some clarifications.
168
78b3f5c3
TTN
1692006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
170
171 * processes.texi (Bindat Functions): Say "unibyte string"
172 explicitly for bindat-unpack and bindat-pack descriptions.
173 (Bindat Examples): Don't call `string-make-unibyte' in example.
174
08244b81
CY
1752006-05-25 Chong Yidong <cyd@stupidchicken.com>
176
177 * keymaps.texi (Key Sequences): Renamed from Keymap Terminology.
178 Explain string and vector representations of key sequences
179
78b3f5c3
TTN
180 * keymaps.texi (Changing Key Bindings):
181 * commands.texi (Interactive Codes, Interactive Codes):
08244b81
CY
182 * help.texi (Describing Characters): Refer to it.
183
b370c94d
LT
1842006-05-23 Luc Teirlinck <teirllm@auburn.edu>
185
186 * frames.texi (Pointer Shape): @end table -> @end defvar.
187
b8223441
RS
1882006-05-22 Richard Stallman <rms@gnu.org>
189
190 * elisp.texi (Top): Update subnode menus.
191
192 * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
193 Contents rewritten; material from old Pointer Shape node moved here.
194
195 * display.texi (Pointer Shape): Node deleted.
196 (Image Descriptors): Minor cleanup.
197
c18eec5c
RS
1982006-05-21 Richard Stallman <rms@gnu.org>
199
200 * syntax.texi (Parsing Expressions): Update info on which STATE
201 elements are ignored.
202
9300b310
LT
2032006-05-19 Luc Teirlinck <teirllm@auburn.edu>
204
86735b2d
LT
205 * hooks.texi (Standard Hooks): Correct typo.
206
9300b310
LT
207 * gpl.texi (GPL): ifinfo -> ifnottex.
208
75e3b957
EZ
2092006-05-19 Michael Ernst <mernst@alum.mit.edu> (tiny change)
210
211 * searching.texi (Simple Match Data): Warn about match data being
212 set anew by every search.
213
0bcf8735
RS
2142006-05-17 Richard Stallman <rms@gnu.org>
215
216 * minibuf.texi (Minibuffer History): Clarify.
217
218 * searching.texi (Regexp Special): Clarify nested regexp warning.
219
b3abe3a5
KS
2202006-05-16 Kim F. Storm <storm@cua.dk>
221
222 * minibuf.texi (Minibuffer History): Update add-to-history.
223
bc20db55
KH
2242006-05-15 Oliver Scholz <epameinondas@gmx.de> (tiny change)
225
226 * nonascii.texi (Explicit Encoding): Fix
227 typo (encoding<->decoding).
228
f31263a4
RS
2292006-05-14 Richard Stallman <rms@gnu.org>
230
46a2df8e
RS
231 * buffers.texi (Creating Buffers): Cleanup.
232
f31263a4
RS
233 * files.texi (Visiting Functions): Rewrite in find-file-noselect.
234
1299a5a4
EZ
2352006-05-13 Eli Zaretskii <eliz@gnu.org>
236
642c61f3
EZ
237 * buffers.texi (Current Buffer): Document that with-temp-buffer
238 disables undo.
239
1299a5a4
EZ
240 * os.texi (Terminal-Specific): More accurate description of how
241 Emacs searches for the terminal-specific libraries.
242
61515a63
EZ
2432006-05-12 Eli Zaretskii <eliz@gnu.org>
244
b811ef49
EZ
245 * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
246 emacs-xtra to @inforef's.
247
4a7910c7
EZ
248 * text.texi (Undo): Document that undo is turned off in buffers
249 whose names begin with a space.
250
251 * buffers.texi (Buffer Names): Add index entries for buffers whose
252 names begin with a space.
253 (Creating Buffers): Document that undo is turned off in buffers
254 whose names begin with a space.
255
f055e02c
EZ
256 * files.texi (Visiting Functions, Reading from Files)
257 (Saving Buffers): Mention code and EOL conversions by file I/O
258 primitives and subroutines.
259
0ef0b416
EZ
260 * nonascii.texi (Lisp and Coding Systems): Document
261 coding-system-eol-type. Add index entries for eol conversion.
262
61515a63
EZ
263 * display.texi (Defining Faces): Mention `mac', and add an xref to
264 where window-system is described.
265
e4c068c0
RS
2662006-05-10 Richard Stallman <rms@gnu.org>
267
268 * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
269
31035927
RS
2702006-05-10 Reiner Steib <Reiner.Steib@gmx.de>
271
272 * variables.texi (File Local Variables): Recommend to quote lambda
273 expressions in safe-local-variable property.
274
f12a0718
RS
2752006-05-09 Richard Stallman <rms@gnu.org>
276
277 * variables.texi (File Local Variables): Document
278 safe-local-eval-forms and safe-local-eval-function.
279
ed7e6c32
KS
2802006-05-07 Kim F. Storm <storm@cua.dk>
281
282 * minibuf.texi (Minibuffer History): Remove keep-dups arg
283 from add-to-history.
284
5a36d834
RF
2852006-05-07 Romain Francoise <romain@orebokech.com>
286
287 * commands.texi (Event Input Misc):
288 * compile.texi (Eval During Compile):
289 * internals.texi (Buffer Internals):
290 * minibuf.texi (Initial Input):
291 * nonascii.texi (Scanning Charsets):
292 * numbers.texi (Comparison of Numbers):
293 * windows.texi (Textual Scrolling, Vertical Scrolling):
294 Fix various typos.
295
fbc284f6
EZ
2962006-05-06 Eli Zaretskii <eliz@gnu.org>
297
f53d2e87
EZ
298 * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
299 conditional xref's to either emacs or emacs-xtra, depending on
300 @iftex/@ifnottex.
301
fbc284f6
EZ
302 * minibuf.texi (Minibuffer History): Document add-to-history.
303
3dfed653
EZ
3042006-05-05 Eli Zaretskii <eliz@gnu.org>
305
306 * internals.texi (Pure Storage): Mention the pure overflow message
307 at startup.
308
8e7a9a24
EZ
3092006-05-05 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
310
311 * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
312 (Searching Keymaps): Fix pseudo-Lisp description of keymap
313 search.
314
d0789de9
RS
3152006-05-01 Richard Stallman <rms@gnu.org>
316
317 * intro.texi (nil and t): Clarify.
318
319 * variables.texi (File Local Variables): Suggest using booleanp.
320
fc2cb772
JB
3212006-05-01 Juanma Barranquero <lekktu@gmail.com>
322
323 * objects.texi (Type Predicates): Fix typos.
324
27c5714a
SM
3252006-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
326
327 * intro.texi (nil and t): Add booleanp.
328
329 * objects.texi (Type Predicates): Add links for booleanp and
330 string-or-null-p.
331
eadb9d45
RS
3322006-04-29 Richard Stallman <rms@gnu.org>
333
27c5714a 334 * modes.texi (Multiline Font Lock): Rename from
eadb9d45
RS
335 Multi line Font Lock Elements. Much clarification.
336 (Font Lock Multiline, Region to Fontify): Much clarification.
337
7817e3d3
SM
3382006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
339
340 * variables.texi (File Local Variables): Remove the special case t for
341 safe-local-variable.
342
8ac3a455
RS
3432006-04-26 Richard Stallman <rms@gnu.org>
344
345 * syntax.texi (Parsing Expressions): Minor cleanup.
346
290e4aae
RS
3472006-04-18 Richard Stallman <rms@gnu.org>
348
349 * tips.texi (Coding Conventions): Explain when the package's
350 prefix should appear later on (not at the start of the name).
351
352 * searching.texi (String Search): Clarify effect of NOERROR.
353
354 * modes.texi (Imenu): Clarify what special items do.
355
356 * hooks.texi (Standard Hooks): Delete text about old hook names.
357
1e2b8ce5
RF
3582006-04-17 Romain Francoise <romain@orebokech.com>
359
360 * variables.texi (Local Variables): Update the default value of
361 `max-specpdl-size'.
362
51fa34bc
MB
3632006-04-15 Michael Olson <mwolson@gnu.org>
364
365 * processes.texi (Transaction Queues): Mention the new optional
366 `delay-question' argument for `tq-enqueue'.
367
61f32d39
BW
3682006-04-13 Bill Wohler <wohler@newt.com>
369
370 * customize.texi (Common Keywords): Use dotted notation for
50b7bce0
BW
371 :package-version value. Specify its values. Improve documentation
372 for customize-package-emacs-version-alist.
61f32d39 373
4f8ed159
BW
3742006-04-12 Bill Wohler <wohler@newt.com>
375
376 * customize.texi (Common Keywords): Move description of
377 customize-package-emacs-version-alist to @defvar.
378
e5e864ab
BW
3792006-04-10 Bill Wohler <wohler@newt.com>
380
381 * customize.texi (Common Keywords): Add :package-version.
382
6c230417
KS
3832006-04-10 Kim F. Storm <storm@cua.dk>
384
385 * text.texi (Buffer Contents): Add NOPROPS arg to
386 filter-buffer-substring.
387
d82eac8f
EZ
3882006-04-08 Kevin Ryde <user42@zip.com.au>
389
390 * os.texi (Command-Line Arguments): Update xref to emacs manual
391 "Command Arguments" -> "Emacs Invocation", per change there.
392
4f815b29
TTN
3932006-04-08 Thien-Thi Nguyen <ttn@gnu.org>
394
395 * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
396 be on one line to help makeinfo not render two spaces after the dot.
397
122c3009
RS
3982006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
399
400 * strings.texi (Predicates for Strings): Add string-or-null-p.
401
da68bc3d
KS
4022006-03-28 Kim F. Storm <storm@cua.dk>
403
404 * processes.texi (Accepting Output): Remove obsolete (and incorrect)
405 remarks about systems that don't support fractional seconds.
406
b223e22d
KB
4072006-03-25 Karl Berry <karl@gnu.org>
408
fc2cb772 409 * elisp.texi: Use @copyright{} instead of (C), and do not indent
b223e22d
KB
410 the year list.
411
b756c64c
NR
4122006-03-21 Nick Roberts <nickrob@snap.net.nz>
413
414 * display.texi (Fringe Indicators): Fix typos.
415
fe3dca59
LT
4162006-03-19 Luc Teirlinck <teirllm@auburn.edu>
417
c287ad03 418 * tips.texi (Documentation Tips): One can now also write `program'
fe3dca59
LT
419 in front of a quoted symbol in a docstring to prevent making a
420 hyperlink.
421
e91d4202
AM
4222006-03-19 Alan Mackenzie <acm@muc.de>
423
290e4aae 424 * text.texi (Special Properties): Clarify `fontified' property.
e91d4202 425
e8a5f60b
RS
4262006-03-16 Richard Stallman <rms@gnu.org>
427
428 * display.texi (Defining Images): Minor cleanup.
429
486daaa5
BW
4302006-03-16 Bill Wohler <wohler@newt.com>
431
432 * display.texi (Defining Images): In image-load-path-for-library,
433 prefer user's images.
434
4ffc92c2
SM
4352006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
436
437 * modes.texi (Region to Fontify): Remove font-lock-lines-before.
438
874a6ef8
BW
4392006-03-15 Bill Wohler <wohler@newt.com>
440
441 * display.texi (Defining Images): Fix example in
442 image-load-path-for-library by not recommending that one binds
fc2cb772 443 image-load-path. Just defvar it to placate compiler and only use
874a6ef8
BW
444 it if previously defined.
445
70949f30
BW
4462006-03-14 Bill Wohler <wohler@newt.com>
447
448 * display.texi (Defining Images): In image-load-path-for-library,
449 always return list of directories. Update example.
450
c852c516
AM
4512006-03-14 Alan Mackenzie <acm@muc.de>
452
453 * modes.texi: New node, "Region to Fontify" (for Font Lock).
454 This describes font-lock-extend-region-function.
4ffc92c2 455 ("Other Font Lock Variables"): Move "font-lock-lines-before" to
c852c516
AM
456 the new node "Region to Fontify".
457
7cd3712b
RS
4582006-03-13 Richard Stallman <rms@gnu.org>
459
460 * display.texi (Invisible Text): The impossible position is
461 now before the invisible text, not after.
462 (Defining Images): Clean up last change.
463
2c676341
BW
4642006-03-11 Bill Wohler <wohler@newt.com>
465
466 * display.texi (Defining Images): Add image-load-path-for-library.
467
6f49b4c5
LT
4682006-03-11 Luc Teirlinck <teirllm@auburn.edu>
469
2d14c9bf
LT
470 * text.texi (Adaptive Fill): Fix Texinfo usage.
471
472 * strings.texi (Creating Strings): Fix Texinfo usage.
473
6f49b4c5
LT
474 * searching.texi (Regexp Special): Use @samp for regular
475 expressions that are not in Lisp syntax.
476
fc1d3386
LT
4772006-03-08 Luc Teirlinck <teirllm@auburn.edu>
478
479 * searching.texi (Regexp Special): Put remark between parentheses
480 to avoid misreading.
481
7b2c2ca9
LT
4822006-03-07 Luc Teirlinck <teirllm@auburn.edu>
483
484 * searching.texi (Syntax of Regexps): More accurately describe
485 which characters are special in which situations.
486 (Regexp Special): Recommend _not_ to quote `]' or `-' when they
487 are not special. Describe in detail when `[' and `]' are special.
488 (Regexp Backslash): Plenty of regexps with unbalanced square
489 brackets are valid, so reword that statement.
490
f79bc642
KS
4912006-03-02 Kim F. Storm <storm@cua.dk>
492
493 * keymaps.texi (Tool Bar): Add tool-bar-border.
494
1d9a5237
LT
4952006-02-28 Luc Teirlinck <teirllm@auburn.edu>
496
a86b01fa 497 * loading.texi (Load Suffixes): Rephrase last paragraph. Fix typos.
1d9a5237 498
2534ef94
LT
4992006-02-27 Luc Teirlinck <teirllm@auburn.edu>
500
501 * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
502
503 * files.texi (Locating Files): Suggest additional values for the
504 SUFFIXES arg of `locate-file'. Update pxref.
505
506 * loading.texi (Loading): Include new node "Load Suffixes" in menu.
507 (How Programs Do Loading): Discuss the effects of Auto Compression
508 mode on `load'.
509 (Load Suffixes): New node.
394e96d5 510 (Library Search): Delete description of `load-suffixes'; it was
2534ef94
LT
511 moved to "Load Suffixes".
512 (Autoload, Named Features): Mention `load-suffixes'.
513
dd9959da 5142006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
2bb56fbf
JB
515
516 * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
517
518 * windows.texi (Window Tree): Fix typo.
519
49af2995
KS
5202006-02-20 Kim F. Storm <storm@cua.dk>
521
522 * display.texi (Fringe Indicators): New section.
523 Move indicate-empty-lines, indicate-buffer-boundaries, and
524 default-indicate-buffer-boundaries here.
525 Add fringe-indicator-alist and default-fringes-indicator-alist.
526 Add list of logical fringe indicator symbols.
527 Update list of standard bitmap names.
528 (Fringe Cursors): New section.
529 Move overflow-newline-into-fringe here.
530 Add fringe-cursor-alist and default-fringes-cursor-alist.
531 Add list of fringe cursor symbols.
532
58f71009
JB
5332006-02-20 Juanma Barranquero <lekktu@gmail.com>
534
535 * commands.texi (Using Interactive): Fix reference to node
536 "Minibuffers".
537
5498b6af
RS
5382006-02-19 Richard M. Stallman <rms@gnu.org>
539
540 * minibuf.texi (High-Level Completion):
541 Add xref to read-input-method-name.
542
543 * files.texi (Relative File Names): Move file-relative-name here.
544 (File Name Expansion): From here. Minor clarifications.
545
546 * commands.texi (Using Interactive): Add xrefs about reading input.
547 Clarify remarks about that moving point and mark.
548 Put string case before list case.
549
43ce897a 5502006-02-16 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
b6498a68 551
4ffc92c2
SM
552 * display.texi (Other Display Specs, Image Descriptors):
553 Revert erroneous changes. The previous description of
554 image-descriptors as `(image . PROPS)' was correct.
b6498a68 555
1324d26e
RS
5562006-02-14 Richard M. Stallman <rms@gnu.org>
557
558 * variables.texi (File Local Variables): Clarifications.
559
0da93350
JB
5602006-02-14 Juanma Barranquero <lekktu@gmail.com>
561
562 * variables.texi (File Local Variables): Use @code for a cons
563 cell, not @var.
564
51a39bab
CY
5652006-02-13 Chong Yidong <cyd@stupidchicken.com>
566
567 * variables.texi (File Local Variables): Document new file local
568 variable behavior.
569
d342156c
KS
5702006-02-10 Kim F. Storm <storm@cua.dk>
571
572 * eval.texi (Function Indirection): Add NOERROR to indirect-function.
573
8392fe4a
JB
5742006-02-08 Juanma Barranquero <lekktu@gmail.com>
575
576 * modes.texi (%-Constructs): Remove obsolete info about
577 `global-mode-string'.
578
cd6cd82a
RS
5792006-02-07 Richard M. Stallman <rms@gnu.org>
580
d78dc2d8
RS
581 * commands.texi (Prefix Command Arguments): Minor cleanup.
582
583 * display.texi: "Graphical display", not window system.
584
cd6cd82a
RS
585 * functions.texi (What Is a Function): Fix xref.
586
587 * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
588 (Changing Key Bindings): Clarify when remapping is better than
589 substitute-key-definition.
590
5912006-02-02 Richard M. Stallman <rms@gnu.org>
592
593 * minibuf.texi (Basic Completion): Completion alists are risky.
594
595 * keymaps.texi (Active Keymaps): Clarifications.
596 (Searching Keymaps): New node.
597 (Keymaps): Update menu.
598
599 * frames.texi (Layout Parameters): Minor clarification.
600 (Drag and Drop): New node.
601 (Frames): Update menu.
602
cf052abc
CY
6032006-01-29 Chong Yidong <cyd@stupidchicken.com>
604
4ffc92c2
SM
605 * display.texi (Other Display Specs, Image Descriptors):
606 Image description is a list, not a cons cell.
cf052abc 607
1f2907ee
LT
6082006-01-28 Luc Teirlinck <teirllm@auburn.edu>
609
610 * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
611 list is not necessarily a list).
612
a849f77d
EZ
6132006-01-27 Eli Zaretskii <eliz@gnu.org>
614
615 * frames.texi (Layout Parameters): border-width and
616 internal-border-width belong to the frame, not the window.
617
d322eb9b
RS
6182006-01-19 Richard M. Stallman <rms@gnu.org>
619
620 * nonascii.texi (Translation of Characters): Search cmds use
621 translation-table-for-input. Automatically made local.
622
623 * markers.texi (Overview of Markers): Count insertion type
624 as one of a marker's attributes.
625
cd6cd82a
RS
626 * keymaps.texi (Controlling Active Maps): New node, split out of
627 Active Keymaps.
628 (Keymaps): Menu updated.
629 (Active Keymaps): Give pseudocode to explain how the active
630 maps are searched. current-active-maps and key-binding moved here.
631 (Functions for Key Lookup): current-active-maps and key-binding moved.
632 Clarifications.
633 (Searching the Keymaps): New subnode.
634
d322eb9b
RS
635 * elisp.texi (Top): Menu clarification.
636
637 * display.texi (Other Display Specs): Delete duplicate entry for
638 just a string as display spec. Move text about recursive display
639 specs on such a string.
640
641 * commands.texi (Key Sequence Input): Clarify.
642 Move num-nonmacro-input-events out.
643 (Reading One Event): num-nonmacro-input-events moved here.
644
2ac77b5a
NR
6452006-01-14 Nick Roberts <nickrob@snap.net.nz>
646
647 * advice.texi (Simple Advice): Update example to fit argument
648 change in previous-line.
649
a203a18c
RS
6502006-01-05 Richard M. Stallman <rms@gnu.org>
651
652 * markers.texi (The Mark): Fix in `mark'.
653
d9043ddf
RS
6542006-01-04 Richard M. Stallman <rms@gnu.org>
655
656 * processes.texi (Misc Network, Make Network): Minor cleanups.
657
8a5db8ae
KS
6582006-01-04 Kim F. Storm <storm@cua.dk>
659
660 * processes.texi (Make Network): Add IPv6 addresses and handling.
661 (Network Feature Testing): Mention (:family ipv6).
662 (Misc Network): Add IPv6 formats to format-network-address.
663
19bb7940
RS
6642005-12-30 Richard M. Stallman <rms@gnu.org>
665
666 * text.texi (Changing Properties):
667 Don't use return value of set-text-properties.
668
b9cb50d9
LT
6692005-12-29 Luc Teirlinck <teirllm@auburn.edu>
670
671 * modes.texi (Mode Line Format): Correct typo in menu.
672
94a867a6
RS
6732005-12-29 Richard M. Stallman <rms@gnu.org>
674
675 * modes.texi (Mode Line Top): New node.
676 (Mode Line Data): Some text moved to new node.
677 Explain the data structure more concretely.
678 (Mode Line Basics): Clarifications.
679 (Mode Line Variables): Clarify intro paragraph.
680 (%-Constructs): Clarify intro paragraph.
681 (Mode Line Format): Update menu.
682
ba455131
LT
6832005-12-28 Luc Teirlinck <teirllm@auburn.edu>
684
685 * minibuf.texi (Basic Completion): Update lazy-completion-table
686 examples for removal of ARGS argument.
687
2b6abe1e
RS
6882005-12-23 Richard M. Stallman <rms@gnu.org>
689
690 * text.texi (Undo): Restore some explanation from the version
691 that was deleted.
692
2d7409f2
EZ
6932005-12-23 Eli Zaretskii <eliz@gnu.org>
694
abeb5483 695 * text.texi (Undo): Remove duplicate descriptions of `apply
2d7409f2
EZ
696 funname' and `apply delta' elements of the undo list.
697
2e23b82e
RS
6982005-12-20 Richard M. Stallman <rms@gnu.org>
699
700 * help.texi (Help Functions): Update documentation of `apropos'.
701
a31687ce
LT
7022005-12-20 Luc Teirlinck <teirllm@auburn.edu>
703
704 * customize.texi (Type Keywords): Delete xref to "Text help-echo",
705 because it is confusing. If the :help-echo keyword is a function,
706 it is not directly used as the :help-echo overlay property, as the
707 xref seems to suggest (it does not take the appropriate args).
708
0e83c4e9
LT
7092005-12-19 Luc Teirlinck <teirllm@auburn.edu>
710
711 * customize.texi (Common Keywords): Fix Texinfo usage.
712 (Group Definitions, Variable Definitions): Update for new
713 conventions for using `*' in docstrings.
77df907a
LT
714
715 * tips.texi (Documentation Tips): Update for new conventions for
716 using `*' in docstrings.
717
69487a1f
RS
7182005-12-16 Richard M. Stallman <rms@gnu.org>
719
720 * minibuf.texi (Minibuffer Contents): Minor cleanup.
721
2a502a32
JL
7222005-12-16 Juri Linkov <juri@jurta.org>
723
724 * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
725
b158c851
RF
7262005-12-14 Romain Francoise <romain@orebokech.com>
727
728 * modes.texi (Customizing Keywords): Rename `append' to `how'.
729 Fix typo.
730
d7d1f75e
JL
7312005-12-11 Juri Linkov <juri@jurta.org>
732
733 * minibuf.texi (Completion Commands): Add mention of read-file-name
734 for filename completion keymaps.
735 (Reading File Names): Add mention of filename completion keymaps
736 for read-file-name and xref to `Completion Commands'.
737
4b1c16c2
RS
7382005-12-10 Richard M. Stallman <rms@gnu.org>
739
740 * customize.texi (Common Keywords): State caveats for use of :tag.
741
1d49d5d9
RS
7422005-12-08 Richard M. Stallman <rms@gnu.org>
743
2663a204
RS
744 * minibuf.texi (Intro to Minibuffers): Replace list of local maps
745 with xrefs and better explanation.
746 (Completion Commands): Add the filename completion maps.
747
1d49d5d9
RS
748 * objects.texi (Character Type): Clarify that \s is not space
749 if a dash follows.
750
fa0d4d0c
RS
7512005-12-05 Richard M. Stallman <rms@gnu.org>
752
753 * windows.texi (Resizing Windows): Delete preserve-before args.
754
d64b177a
SM
7552005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
756
757 * keymaps.texi (Format of Keymaps): Remove mention of a quirk
758 in full keymaps, since the quirk has been fixed.
759
79019cc9
EZ
7602005-12-03 Eli Zaretskii <eliz@gnu.org>
761
762 * hooks.texi (Standard Hooks): Add index entries. Mention
763 `compilation-finish-functions'.
764
161ef3be
RS
7652005-11-27 Richard M. Stallman <rms@gnu.org>
766
767 * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
768
17c1971a
JL
7692005-11-21 Juri Linkov <juri@jurta.org>
770
771 * customize.texi (Common Keywords): Update links types
772 custom-manual and url-link. Add link types emacs-library-link,
773 file-link, function-link, variable-link, custom-group-link.
774
5890344b
CY
7752005-11-20 Chong Yidong <cyd@stupidchicken.com>
776
777 * display.texi: Revert 2005-11-20 change.
778
cbce0752
TTN
7792005-11-20 Thien-Thi Nguyen <ttn@gnu.org>
780
781 * processes.texi (Bindat Functions):
782 Say "third" to refer to zero-based index "2".
783
ff04c885
LT
7842005-11-18 Luc Teirlinck <teirllm@auburn.edu>
785
786 * loading.texi (Library Search): Update the default value of
787 `load-suffixes'.
788
ce8d4e00
CY
7892005-11-17 Chong Yidong <cyd@stupidchicken.com>
790
791 * display.texi (Attribute Functions): Mention :ignore-defface.
792
cbad4a9e
SM
7932005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
794
795 * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
16b4c38b 796 (Minor Mode Conventions): Mention the use of a hook.
cbad4a9e 797
fda12b27
RS
7982005-11-06 Richard M. Stallman <rms@gnu.org>
799
800 * files.texi (Magic File Names): find-file-name-handler checks the
801 `operations' property of the handler.
802
e082564e
RS
8032005-11-03 Richard M. Stallman <rms@gnu.org>
804
805 * variables.texi (Frame-Local Variables): Small clarification.
806
f0cdd9e4
CY
8072005-10-29 Chong Yidong <cyd@stupidchicken.com>
808
809 * os.texi (Init File): Document ~/.emacs.d/init.el.
810
685abb98
RS
8112005-10-29 Richard M. Stallman <rms@gnu.org>
812
813 * internals.texi (Garbage Collection): Document memory-full.
814
7000848e
BW
8152005-10-28 Bill Wohler <wohler@newt.com>
816
817 * tips.texi (Documentation Tips): Help mode now creates hyperlinks
818 for URLs.
819
107fb6c9
RS
8202005-10-28 Richard M. Stallman <rms@gnu.org>
821
822 * minibuf.texi (Completion Commands): Clean up prev change.
823
8242005-10-26 Kevin Ryde <user42@zip.com.au>
825
826 * compile.texi (Eval During Compile): Explain recommended uses
827 of eval-when-compile and eval-and-compile.
828
1d8e69a2
MY
8292005-10-27 Masatake YAMATO <jet@gyve.org>
830
cbad4a9e 831 * minibuf.texi (Completion Commands):
1d8e69a2 832 Write about new optional argument for `display-completion-list'.
cbad4a9e 833
6a897887
RS
8342005-10-23 Richard M. Stallman <rms@gnu.org>
835
836 * display.texi (Overlay Arrow): Clarify about local bindings of
837 overlay-arrow-position.
838
6d1e17be
EZ
8392005-10-22 Eli Zaretskii <eliz@gnu.org>
840
841 * internals.texi (Building Emacs): Fix last change.
842
db5fe0a6
RS
8432005-10-22 Richard M. Stallman <rms@gnu.org>
844
845 * internals.texi (Building Emacs): Document eval-at-startup.
846
45158e77
RS
8472005-10-21 Richard M. Stallman <rms@gnu.org>
848
849 * loading.texi (Where Defined): load-history contains abs file names.
850 symbol-file returns abs file names.
851
e50165ec
KS
8522005-10-19 Kim F. Storm <storm@cua.dk>
853
854 * display.texi (Showing Images): Add max-image-size integer value.
855
63ab30d0
CY
8562005-10-18 Chong Yidong <cyd@stupidchicken.com>
857
858 * display.texi (Showing Images): Document max-image-size.
859
f8252852
RS
8602005-10-17 Richard M. Stallman <rms@gnu.org>
861
862 * commands.texi (Quitting): Minor clarification.
863
864 * processes.texi (Sentinels): Clarify about output and quitting.
865 (Filter Functions): Mention with-local-quit.
866
c1bed3aa
JL
8672005-10-17 Juri Linkov <juri@jurta.org>
868
869 * buffers.texi (Current Buffer):
870 * commands.texi (Event Input Misc):
871 * compile.texi (Eval During Compile, Compiler Errors):
872 * customize.texi (Group Definitions):
873 * display.texi (Progress, Defining Faces):
874 * files.texi (Writing to Files):
875 * modes.texi (Mode Hooks, Defining Minor Modes):
876 * streams.texi (Output Functions):
877 * syntax.texi (Syntax Table Functions):
878 * text.texi (Change Hooks):
879 Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
880
881 * commands.texi (Quitting): Replace arg `forms' with `body' in
882 `with-local-quit'.
883
884 * positions.texi (Excursions): Replace arg `forms' with `body' in
885 `save-excursion'.
886
ef1b4c9e
KS
8872005-10-08 Kim F. Storm <storm@cua.dk>
888
889 * windows.texi (Window Tree): Rename window-split-tree to window-tree.
890 Rename manual section accordingly.
891
abc8ce50
KS
8922005-10-04 Kim F. Storm <storm@cua.dk>
893
894 * windows.texi (Window Split Tree): New section describing
895 new function window-split-tree function.
896
a1f5a1f0
NR
8972005-10-03 Nick Roberts <nickrob@snap.net.nz>
898
899 * display.texi (Fringe Size/Pos): Simplify and add detail.
900
97c3e4cc
RF
9012005-09-30 Romain Francoise <romain@orebokech.com>
902
903 * minibuf.texi (High-Level Completion): Explain that the prompt
904 given to `read-buffer' should end with a colon and a space.
905 Update usage examples.
906
8ad8c5ce
JL
9072005-09-29 Juri Linkov <juri@jurta.org>
908
909 * display.texi (Displaying Messages): Rename argument name
910 `string' to `format-string' in functions `message', `message-box',
911 `message-or-box'.
912
63182706
CY
9132005-09-26 Chong Yidong <cyd@stupidchicken.com>
914
fc2cb772 915 * errors.texi (Standard Errors): Correct xrefs.
63182706 916
906320ec
CY
9172005-09-18 Chong Yidong <cyd@stupidchicken.com>
918
fc2cb772 919 * display.texi (Defining Images): Update documentation for
906320ec
CY
920 `image-load-path'.
921
8ccd3630
RS
9222005-09-17 Richard M. Stallman <rms@gnu.org>
923
924 * display.texi (Defining Images): Clean up previous change.
925
7260457b
RF
9262005-09-16 Romain Francoise <romain@orebokech.com>
927
928 * elisp.texi: Specify GFDL version 1.2.
929
930 * doclicense.texi (GNU Free Documentation License): Update to
931 version 1.2.
932
5b51c037
CY
9332005-09-15 Chong Yidong <cyd@stupidchicken.com>
934
935 * display.texi (Defining Images): Document `image-load-path'.
936
5c4757d3
RS
9372005-09-15 Richard M. Stallman <rms@gnu.org>
938
939 * objects.texi (Printed Representation): Minor cleanup.
940 (Box Diagrams): Minor fix.
941 (Cons Cell Type): Move (...) index item here.
942 (Box Diagrams): From here.
943 (Array Type): Minor fix.
944 (Type Predicates): Delete index "predicates".
945 (Hash Table Type): Clarify xref.
946 (Dotted Pair Notation): Minor fix.
947
2bb8b80c
CY
9482005-09-10 Chong Yidong <cyd@stupidchicken.com>
949
950 * files.texi (Saving Buffers): Fix typo.
951
47b8bc5d
RS
9522005-09-08 Richard M. Stallman <rms@gnu.org>
953
954 * tips.texi (Programming Tips): Correct the "default" prompt spec.
955
475aab0d
CY
9562005-09-08 Chong Yidong <cyd@stupidchicken.com>
957
958 * locals.texi (Standard Buffer-Local Variables): Don't include
959 mode variables for minor modes.
960 Fix xrefs for buffer-display-count, buffer-display-table,
961 buffer-offer-save, buffer-saved-size, cache-long-line-scans,
962 enable-multibyte-characters, fill-column, header-line-format,
963 left-fringe-width, left-margin, and right-fringe-width.
964
965 * hooks.texi (Standard Hooks): All hooks should conform to the
966 standard naming convention now.
967 Fix xref for `echo-area-clear-hook'.
968
969 * display.texi (Usual Display): Note that indicate-empty-lines and
970 tab-width are buffer-local.
971
972 * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
973
974 * modes.texi (Mode Help): Note that major-mode is buffer-local.
975
976 * nonascii.texi (Encoding and I/O): Note that
977 buffer-file-coding-system is buffer-local.
978
979 * positions.texi (List Motion): Note that defun-prompt-regexp is
980 buffer-local.
981
982 * text.texi (Auto Filling): Note that auto-fill-function is
983 buffer-local.
984 (Undo): Note that buffer-undo-list is buffer-local.
985
986 * windows.texi (Buffers and Windows): Document
987 buffer-display-count.
988
2a6bc1f7
RS
9892005-09-06 Richard M. Stallman <rms@gnu.org>
990
991 * tips.texi (Coding Conventions): Sometimes it is ok to put the
992 package prefix elsewhere than at the start of the name.
993
d7ea8b71
RS
9942005-09-03 Richard M. Stallman <rms@gnu.org>
995
996 * tips.texi (Programming Tips): Add conventions for minibuffer
997 questions and prompts.
998
0c6087a6
RS
9992005-09-03 Joshua Varner <jlvarner@gmail.com> (tiny change)
1000
1001 * intro.texi (nil and t): Minor cleanup.
1002 Delete spurious mention of keyword symbols.
1003 (Evaluation Notation): Add index entry.
1004 (A Sample Function Description): Minor cleanup.
1005 (A Sample Variable Description): Not all vars can be set.
1006
4b5fa40e
TTN
10072005-09-03 Thien-Thi Nguyen <ttn@gnu.org>
1008
1009 * text.texi (Buffer Contents): Use "\n" in examples' result strings.
1010
1011 (Insertion): Document precise type of `insert-char' arg COUNT.
1012
34b50776
SM
10132005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
1014
1015 * modes.texi (Other Font Lock Variables): Sync the default of
1016 font-lock-lines-before.
1017
c1105d05
MA
10182005-08-31 Michael Albinus <michael.albinus@gmx.de>
1019
1020 * files.texi (Magic File Names): Add `make-auto-save-file-name'.
1021
62929713
RS
10222005-08-29 Richard M. Stallman <rms@gnu.org>
1023
1024 * elisp.texi (Top): Update subnode menu.
1025
1026 * searching.texi (Searching and Matching): Move node.
1027 Rearrange contents and add overall explanation.
1028 (Searching and Case): Move node.
1029 (Searching and Matching): Update menu.
1030
0fb57cc0
EZ
10312005-08-27 Eli Zaretskii <eliz@gnu.org>
1032
1033 * os.texi (Startup Summary): Fix the description of the initial
1034 startup message display.
1035
3e80c4c1
RS
10362005-08-25 Richard M. Stallman <rms@gnu.org>
1037
1038 * searching.texi (Search and Replace): Add replace-regexp-in-string.
1039
10402005-08-25 Emilio C. Lopes <eclig@gmx.net>
1041
1042 * display.texi (Finding Overlays): Fix `find-overlay-prop' in
1043 `next-overlay-change' example.
c1105d05 1044
79a8defb
JL
10452005-08-22 Juri Linkov <juri@jurta.org>
1046
1047 * display.texi (Attribute Functions): Add set-face-inverse-video-p.
1048 Fix invert-face. Fix args of face-background.
1049
16691d29
JL
1050 * display.texi (Standard Faces): Delete node.
1051 (Faces): Add xref to `(emacs)Standard Faces'.
1052 (Displaying Faces): Fix xref to `Standard Faces'.
1053
1054 * modes.texi (Mode Line Data): Fix xref to Standard Faces.
1055
217b694f
EZ
10562005-08-20 Alan Mackenzie <acm@muc.de>
1057
1058 * buffers.texi (The Buffer List): Clarify the manipulation of the
1059 buffer list.
1060
0bf14bfd
RS
10612005-08-14 Richard M. Stallman <rms@gnu.org>
1062
7ad1498e
AS
1063 * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
1064 a regexp.
0bf14bfd 1065
c118d09e
RS
10662005-08-11 Richard M. Stallman <rms@gnu.org>
1067
59cb8c23
RS
1068 * elisp.texi (Top): Update subnode lists.
1069
1070 * display.texi (Inverse Video): Node deleted.
1071
c118d09e
RS
1072 * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
1073 New nodes split out of Coding Conventions.
1074
1075 * searching.texi (Regular Expressions): Document re-builder.
1076
1077 * os.texi (Time Parsing): New node split out of Time Conversion.
1078
1079 * processes.texi (Misc Network, Network Feature Testing)
1080 (Network Options, Make Network): New nodes split out of
1081 Low-Level Network.
1082
67ec7f41
RS
10832005-08-09 Richard M. Stallman <rms@gnu.org>
1084
76d47f0d
RS
1085 * frames.texi (Geometry): New node, split from Size and Position.
1086 (Frame Parameters): Refer to Geometry.
1087
67ec7f41 1088 * buffers.texi (The Buffer List): Fix xrefs.
c1105d05 1089
67ec7f41
RS
1090 * windows.texi (Splitting Windows): Fix xref.
1091
1092 * frames.texi (Layout Parameters): Add xref.
1093
1094 * display.texi (Line Height, Scroll Bars): Fix xrefs.
1095
1096 * keymaps.texi (Menu Bar): Fix xref.
1097
1098 * locals.texi (Standard Buffer-Local Variables): Fix xref.
1099
1100 * modes.texi (%-Constructs): Fix xref.
1101
1102 * frames.texi (Window Frame Parameters): Node split up.
1103 (Basic Parameters, Position Parameters, Size Parameters)
1104 (Layout Parameters, Buffer Parameters, Management Parameters)
1105 (Cursor Parameters, Color Parameters): New subnodes.
1106
adb5e445
LT
11072005-08-09 Luc Teirlinck <teirllm@auburn.edu>
1108
1109 * positions.texi (Screen Lines): Update xref for previous change
1110 in minibuf.texi.
1111
1112 * minibuf.texi (Intro to Minibuffers): Update pxref for previous
1113 change in minibuf.texi.
1114
61298e17
RS
11152005-08-09 Richard M. Stallman <rms@gnu.org>
1116
1117 * tips.texi (Coding Conventions): Minor cleanup.
1118
1119 * modes.texi (Defining Minor Modes): Explain when init-value
1120 can be non-nil.
1121
1122 * elisp.texi (Top): Update submenu for Minibuffer.
1123
1124 * minibuf.texi (Minibuffer Misc): Node split up.
1125 (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
1126 (Recursive Mini): New nodes split out from Minibuffer Misc.
1127 (Minibuffer Misc): Document max-mini-window-height.
1128
1129 * hash.texi (Defining Hash): Delete stray paren in example.
1130
1131 * display.texi (Echo Area Customization): Don't define
1132 max-mini-window-height here; xref instead.
1133
1134 * commands.texi (Event Input Misc): Update while-no-input.
1135
1136 * advice.texi (Advising Functions): Explain when to use advice
1137 and when to use a hook.
1138
43e124e6
EZ
11392005-07-30 Eli Zaretskii <eliz@gnu.org>
1140
1141 * makefile.w32-in (info): Don't run install-info.
1142 ($(infodir)/dir): New target, produced by running install-info.
1143
653aea22
LT
11442005-07-27 Luc Teirlinck <teirllm@auburn.edu>
1145
1146 * modes.texi (Defining Minor Modes): The keyword for the initial
1147 value is :init-value, not :initial-value.
1148
ba6ebbd5
EZ
11492005-07-23 Eli Zaretskii <eliz@gnu.org>
1150
1151 * loading.texi (Autoload): Make the `doctor' example be consistent
1152 with what's in current loaddefs.el. Describe the "fn" magic in
1153 the usage portion of the doc string.
1154
6696f2a4
RS
11552005-07-22 Richard M. Stallman <rms@gnu.org>
1156
1157 * internals.texi (Garbage Collection): Clarify previous change.
1158
0c17e67c
SM
11592005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
1160
1161 * internals.texi (Garbage Collection): Add gc-cons-percentage.
1162
426179e1
JL
11632005-07-18 Juri Linkov <juri@jurta.org>
1164
1165 * commands.texi (Accessing Events):
1166 * frames.texi (Text Terminal Colors, Resources):
1167 * markers.texi (The Mark):
1168 * modes.texi (Defining Minor Modes):
1169 Delete duplicate duplicate words.
1170
9b0c2c56
RS
11712005-07-16 Richard M. Stallman <rms@gnu.org>
1172
1173 * display.texi (Managing Overlays): Clarify make-overlay
1174 args for insertion types.
1175
fd90b80c
LT
11762005-07-13 Luc Teirlinck <teirllm@auburn.edu>
1177
0c17e67c
SM
1178 * customize.texi (Variable Definitions):
1179 Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
fd90b80c
LT
1180 `standard-value' is a list too.
1181 (Defining New Types): Use @key{RET} instead of @key{ret}.
1182
37aa90e5
TTN
11832005-07-13 Francis Litterio <franl@world.std.com> (tiny change)
1184
1185 * os.texi (Translating Input): Fix typo.
1186
917e0c95
RS
11872005-07-08 Richard M. Stallman <rms@gnu.org>
1188
1189 * README: Update edition number and size estimate.
1190
1191 * elisp.texi (VERSION): Set to 2.9.
1192
7d90e71d
RS
11932005-07-07 Richard M. Stallman <rms@gnu.org>
1194
c330dafe
RS
1195 * book-spine.texinfo: Update Emacs version.
1196
7d90e71d
RS
1197 * display.texi (Inverse Video): Delete mode-line-inverse-video.
1198
dc2204be
RS
11992005-07-06 Richard M. Stallman <rms@gnu.org>
1200
1201 * searching.texi (Regexp Search): Clarify what re-search-forward
1202 does when the search fails.
1203
a0ec7a4a
LK
12042005-07-05 Lute Kamstra <lute@gnu.org>
1205
dc2204be 1206 * Update FSF's address in GPL notices.
a0ec7a4a
LK
1207
1208 * doclicense.texi (GNU Free Documentation License):
1209 * gpl.texi (GPL):
1210 * tips.texi (Coding Conventions, Library Headers):
1211 * vol1.texi:
1212 * vol2.texi: Update FSF's address.
1213
4af33176
RS
12142005-07-04 Richard M. Stallman <rms@gnu.org>
1215
1216 * hooks.texi (Standard Hooks): Add occur-hook.
1217
b3ab615b
LT
12182005-07-03 Luc Teirlinck <teirllm@auburn.edu>
1219
1220 * display.texi (The Echo Area): Correct menu.
1221
3d393029
RS
12222005-07-03 Richard M. Stallman <rms@gnu.org>
1223
7fe48b75
RS
1224 * elisp.texi (Top): Update subnode menu for Display.
1225
1226 * display.texi (Displaying Messages): New node, with most
1227 of what was in The Echo Area.
1228 (Progress): Moved under The Echo Area.
1229 (Logging Messages): New node with new text.
1230 (Echo Area Customization): New node, the rest of what was
1231 in The Echo Area. Document message-truncate-lines with @defvar.
1232 (Display): Update menu.
1233
3d393029
RS
1234 * windows.texi (Textual Scrolling): Doc 3 values for
1235 scroll-preserve-screen-position.
1236
1237 * text.texi (Special Properties): Change hook functions
1238 should bind inhibit-modification-hooks around altering buffer text.
1239
1240 * keymaps.texi (Key Binding Commands): Call binding BINDING
1241 rather than DEFINITION.
1242
b26860ad
JB
12432005-06-29 Juanma Barranquero <lekktu@gmail.com>
1244
1245 * variables.texi (Defining Variables): `user-variable-p' returns t
1246 for aliases of user options, nil for alias loops.
1247
025691ed
RS
12482005-06-28 Richard M. Stallman <rms@gnu.org>
1249
1250 * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
1251 make-keymap.
1252
b61bfa4d
LT
12532005-06-27 Luc Teirlinck <teirllm@auburn.edu>
1254
1255 * variables.texi (Setting Variables): Correct and clarify
1256 description of `add-to-ordered-list'.
1257
24ee714d
RS
12582005-06-26 Richard M. Stallman <rms@gnu.org>
1259
1260 * display.texi (Faces): Minor cleanup.
1261
33b79ce4
LT
12622005-06-25 Luc Teirlinck <teirllm@auburn.edu>
1263
1264 * display.texi (Faces): `facep' returns t for strings that are
1265 face names.
1266
df13531d
RS
12672005-06-25 Richard M. Stallman <rms@gnu.org>
1268
1269 * objects.texi (Equality Predicates): Clarify meaning of equal.
1270
1271 * windows.texi (Selecting Windows): save-selected-window
1272 and with-selected-window save and restore the current buffer.
1273
cf444441
RS
12742005-06-24 Richard M. Stallman <rms@gnu.org>
1275
1276 * numbers.texi (Float Basics): Explain how to test for NaN,
1277 and printing the sign of NaNs.
1278
6cdd056d
EZ
12792005-06-24 Eli Zaretskii <eliz@gnu.org>
1280
1281 * makefile.w32-in (MAKEINFO): Use --force.
1282
b93e3c3b
RS
12832005-06-23 Richard M. Stallman <rms@gnu.org>
1284
1285 * display.texi (Face Functions): Correct Texinfo usage.
1286
6fb276bd
LT
12872005-06-23 Luc Teirlinck <teirllm@auburn.edu>
1288
1289 * lists.texi (Rings): `ring-elements' now returns the elements of
1290 RING in order.
1291
1d1c7e75
JB
12922005-06-23 Juanma Barranquero <lekktu@gmail.com>
1293
1294 * markers.texi (The Mark): Texinfo usage fix.
1295
9d12e52b
KS
12962005-06-23 Kim F. Storm <storm@cua.dk>
1297
1298 * searching.texi (Entire Match Data): Remove evaporate option for
1299 match-data. Do not mention evaporate option for set-match-data.
1300
6d44324c
GM
13012005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
1302
1303 * display.texi (Face Functions): Mention face aliases.
1304
80df27a7
RS
13052005-06-21 Richard M. Stallman <rms@gnu.org>
1306
1307 * anti.texi (Antinews): Texinfo usage fix.
1308
e121563b
KB
13092005-06-21 Karl Berry <karl@gnu.org>
1310
9d7d543c
KB
1311 * elisp.texi: Use @copying.
1312
e121563b
KB
1313 * elisp.texi: Put @summarycontents and @contents before the Top
1314 node, instead of the end of the file, so that the contents appear
1315 in the right place in the dvi/pdf output.
1316
36a3b076
JL
13172005-06-21 Juri Linkov <juri@jurta.org>
1318
1319 * display.texi (Defining Faces): Add `customized-face'.
1320
5c796e80
KS
13212005-06-20 Kim F. Storm <storm@cua.dk>
1322
b7d1f38f
KS
1323 * variables.texi (Setting Variables): Any type of element can be
1324 given order in add-to-ordered-list. Compare elements with eq.
1325
5c796e80
KS
1326 * lists.texi (Rearrangement): Sort predicate may just return non-nil.
1327
fb056bef
KB
13282005-06-20 Karl Berry <karl@gnu.org>
1329
1330 * syntax.texi (Syntax Flags): Make last column very slightly wider
1331 to avoid "generic comment" breaking on two lines and causing an
1332 underfull box.
1333
84398baa
LT
13342005-06-19 Luc Teirlinck <teirllm@auburn.edu>
1335
1336 * lists.texi (Rings): Various minor clarifications and corrections.
1337
07ff1e4b
RS
13382005-06-18 Richard M. Stallman <rms@gnu.org>
1339
1340 * functions.texi (Obsolete Functions): Simplify.
1341
1342 * variables.texi (Variable Aliases): Simplify.
1343
1344 * anti.texi, backups.texi, compile.texi, customization.texi:
1345 * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
1346 * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
1347 * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
1348 * variables.texi: Fix formatting ugliness.
1349
1350 * elisp.texi: Add links to Rings and Byte Packing.
1351 Update version and copyright years.
1352
1353 * minibuf.texi: Fix formatting ugliness.
1354 (Completion Commands): Move keymap vars to the end
1355 and vars completing-read binds to the top.
1356
3f7fab24
LT
13572005-06-17 Luc Teirlinck <teirllm@auburn.edu>
1358
1359 * processes.texi: Fix typos.
1360 (Bindat Spec): Correct Texinfo error.
926c4c9b 1361 (Byte Packing): Fix ungrammatical sentence.
3f7fab24 1362
f19b57e3
RS
13632005-06-17 Thien-Thi Nguyen <ttn@gnu.org>
1364
1365 * lists.texi (Rings): New node.
1366 (Lists): Add it to menu.
1367
a80c5da7 1368 * processes.texi (Byte Packing): New node.
f19b57e3
RS
1369 (Processes): Add it to menu.
1370
13712005-06-17 Richard M. Stallman <rms@gnu.org>
1372
1373 * syntax.texi (Parsing Expressions): Fix texinfo usage.
1374
1375 * help.texi (Documentation Basics): Explain the xref to
1376 Documentation Tips.
1377
1378 * debugging.texi (Debugger Commands): Minor fix.
1379
67c1390d
LT
13802005-06-16 Luc Teirlinck <teirllm@auburn.edu>
1381
1382 * edebug.texi (Instrumenting): Eliminate duplicate link.
1383 (Specification List): Replace references to "below", referring to
1384 a later node, with one @ref to that node.
1385
1386 * os.texi (Timers): Timers should save and restore the match data
1387 if they change it.
1388
1389 * debugging.texi (Debugger Commands): Mention that the Lisp
1390 debugger can not step through primitive functions.
1391
51cd2a8c
JB
13922005-06-16 Juanma Barranquero <lekktu@gmail.com>
1393
1394 * functions.texi (Obsolete Functions): Update argument names of
1395 `make-obsolete' and `define-obsolete-function-alias'.
1396
1397 * variables.texi (Variable Aliases): Update argument names of
1398 `defvaralias', `make-obsolete-variable' and
1399 `define-obsolete-variable-alias'.
1400
f5e6ac4a
KS
14012005-06-15 Kim F. Storm <storm@cua.dk>
1402
1403 * searching.texi (Entire Match Data): Rephrase warnings about
1404 evaporate arg to match-data and set-match-data.
1405
fe2a9972
LT
14062005-06-14 Luc Teirlinck <teirllm@auburn.edu>
1407
67774855
LT
1408 * elisp.texi (Top): Update detailed menu.
1409
fe2a9972
LT
1410 * edebug.texi (Edebug): Update menu.
1411 (Instrumenting): Update xrefs.
1412 (Edebug Execution Modes): Correct xref.
1413 (Jumping): Clarify description of `h' command.
1414 Eliminate redundant @ref.
1415 (Breaks): New node.
1416 (Breakpoints): is now a subsubsection.
1417 (Global Break Condition): Mention `C-x X X'.
1418 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'.
1419 (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
1420 (Edebug Display Update): Correct pxref.
1421 (Edebug and Macros): New node.
1422 (Instrumenting Macro Calls): Is now a subsubsection.
1423 Neither arg of `def-edebug-spec' is evaluated.
1424 (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
1425 (Specification Examples): Fix typo.
1426
b59f605b
LK
14272005-06-14 Lute Kamstra <lute@gnu.org>
1428
1429 * debugging.texi (Function Debugging): Primitives can break on
1430 entry too.
1431
a5c99dc9
KS
14322005-06-14 Kim F. Storm <storm@cua.dk>
1433
1434 * variables.texi (Setting Variables): Add add-to-ordered-list.
1435
f99ed2f8
SM
14362005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
1437
1438 * syntax.texi (Parsing Expressions): Document aux functions and vars of
1439 syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
1440
9d42ffaa
LK
14412005-06-13 Lute Kamstra <lute@gnu.org>
1442
1443 * text.texi (Special Properties): Fix cross reference.
1444
32cc0b00
LT
14452005-06-11 Luc Teirlinck <teirllm@auburn.edu>
1446
1447 * debugging.texi (Function Debugging): Delete mention of empty
1448 string argument to `cancel-debug-on-entry'. Delete inaccurate
1449 description of the return value of that command.
1450
98d1a1cf
EZ
14512005-06-11 Alan Mackenzie <acm@muc.de>
1452
1453 * text.texi (Adaptive Fill): Amplify the description of
1454 fill-context-prefix.
1455
4b53b8d7
LT
14562005-06-10 Luc Teirlinck <teirllm@auburn.edu>
1457
84398baa 1458 * syntax.texi (Parsing Expressions): Fix Texinfo error.
4b53b8d7 1459
b5305167
SM
14602005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
1461
1462 * syntax.texi (Parsing Expressions): Document syntax-ppss.
1463
9bd4c3ad
LT
14642005-06-10 Luc Teirlinck <teirllm@auburn.edu>
1465
1466 * debugging.texi (Error Debugging): Minor rewording.
1467 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
1468 is optional.
1469
257914aa
LK
14702005-06-10 Lute Kamstra <lute@gnu.org>
1471
b5305167 1472 * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
257914aa
LK
1473 (Top): Give it a title. Correct version number. Give the
1474 detailed node listing a more prominent header.
b5305167
SM
1475 * intro.texi: Don't set VERSION here a second time.
1476 Mention Emacs's version too.
257914aa
LK
1477 * anti.texi (Antinews): Use EMACSVER to refer to the current
1478 version of Emacs.
1479
b7aae902
KS
14802005-06-09 Kim F. Storm <storm@cua.dk>
1481
1482 * searching.texi (Entire Match Data): Explain new `reseat' argument to
1483 match-data and set-match-data.
1484
99598737
RS
14852005-06-08 Richard M. Stallman <rms@gnu.org>
1486
1487 * searching.texi (Entire Match Data): Clarify when match-data
1488 returns markers and when integers.
1489
1490 * display.texi (Defining Faces): Explain that face name should not
1491 end in `-face'.
1492
1493 * modes.texi (Mode Line Data): Minor cleanup.
1494 (Customizing Keywords): Node split out of Search-based Fontification.
1495 Add example of using font-lock-add-keywords from a hook.
1496 Clarify when MODE should be non-nil, and when nil.
1497
14982005-06-06 Richard M. Stallman <rms@gnu.org>
1499
1500 * modes.texi (Mode Line Data): Explain what happens when the car
1501 of a list is a void symbol.
1502 (Search-based Fontification): Explain MODE arg to
1503 font-lock-add-keywords and warn about calls from major modes.
1504
ecc8893a
JL
15052005-06-08 Juri Linkov <juri@jurta.org>
1506
1507 * display.texi (Standard Faces): Add `shadow' face.
1508
7fa9f4eb
LT
15092005-05-29 Luc Teirlinck <teirllm@auburn.edu>
1510
1511 * modes.texi (Major Mode Conventions): A derived mode only needs
1512 to put the call to the parent mode inside `delay-mode-hooks'.
1513
bebcc4b1
RS
15142005-05-29 Richard M. Stallman <rms@gnu.org>
1515
c16b1394
RS
1516 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
1517 new, and what that implies. Clarify.
1518
1519 * files.texi (Locating Files): Clean up the text.
1520
bebcc4b1
RS
1521 * frames.texi (Window Frame Parameters): Document user-size.
1522 Shorten entry for top by referring to left.
1523
15242005-05-26 Richard M. Stallman <rms@gnu.org>
1525
1526 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
1527 is new, and what the implications are. Other clarifications.
1528
217797bc
RS
15292005-05-24 Richard M. Stallman <rms@gnu.org>
1530
1531 * frames.texi (Dialog Boxes): Minor fixes.
1532
3565fe07
MY
15332005-05-25 Masatake YAMATO <jet@gyve.org>
1534
1535 * display.texi (Standard Faces): Write about `mode-line-highlight'.
1536
817089df
LT
15372005-05-24 Luc Teirlinck <teirllm@auburn.edu>
1538
1539 * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
1540 is optional.
1541
cb5db137
NR
15422005-05-24 Nick Roberts <nickrob@snap.net.nz>
1543
1544 * frames.texi (Dialog Boxes): Descibe new optional argument.
1545
3c8572f5
LK
15462005-05-23 Lute Kamstra <lute@gnu.org>
1547
1548 * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
1549 syntax-begin-function over font-lock-beginning-of-syntax-function.
1550
2a4d7cb3
LT
15512005-05-21 Luc Teirlinck <teirllm@auburn.edu>
1552
71f800cf
LT
1553 * minibuf.texi (Reading File Names): Update description of
1554 `read-directory-name'.
1555
2a4d7cb3
LT
1556 * modes.texi (Derived Modes): Clarify :group keyword.
1557
bb4afd09
EZ
15582005-05-21 Eli Zaretskii <eliz@gnu.org>
1559
b5305167
SM
1560 * files.texi (Locating Files): New subsection.
1561 Describe locate-file and executable-find.
bb4afd09 1562
a2c9aee6
EZ
15632005-05-21 Kevin Ryde <user42@zip.com.au>
1564
1565 * frames.texi (Initial Parameters): Update cross reference to
1566 "Emacs Invocation".
1567
6900105f
LT
15682005-05-19 Luc Teirlinck <teirllm@auburn.edu>
1569
ca1b0914
LT
1570 * keymaps.texi (Active Keymaps): Add anchor.
1571
6900105f
LT
1572 * modes.texi (Hooks): Delete confusing and unnecessary sentence.
1573 (Major Mode Conventions): Refer to `Auto Major Mode' in more
1574 appropriate place.
1575 (Derived Modes): Small clarifications.
b5305167
SM
1576 (Minor Mode Conventions, Keymaps and Minor Modes):
1577 Replace references to nodes with references to anchors.
6900105f
LT
1578 (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
1579 Clarify description of lists whose first element is an integer.
1580 (Mode Line Variables): Add anchor.
1581 (%-Constructs): Clarify description of integer after %.
1582 (Emulating Mode Line): Describe nil value for FACE.
1583
54d06364
LT
15842005-05-18 Luc Teirlinck <teirllm@auburn.edu>
1585
1586 * modes.texi (Derived Modes): Correct references to non-existing
1587 variable standard-syntax-table.
1588
f8d0b769
LK
15892005-05-17 Lute Kamstra <lute@gnu.org>
1590
1591 * modes.texi (Defining Minor Modes): Mention the mode hook.
1592
294c599c
KS
15932005-05-15 Kim F. Storm <storm@cua.dk>
1594
1595 * processes.texi (Network): Remove open-network-stream-nowait.
1596 (Network Servers): Remove open-network-stream-server.
1597
4214af69
LT
15982005-05-15 Luc Teirlinck <teirllm@auburn.edu>
1599
1600 * elisp.texi (Top): Update detailed menu.
1601
1602 * variables.texi: Reorder nodes.
1603 (Variables): Update menu.
1604 (File Local Variables): Do not refer to the `-*-' line as
1605 a "local variables list". Add pxref.
1606
302691ab
LT
16072005-05-14 Luc Teirlinck <teirllm@auburn.edu>
1608
56d4215a
LT
1609 * elisp.texi (Top): Update detailed menu for node changes.
1610
302691ab
LT
1611 * modes.texi (Modes): Update Menu.
1612 (Hooks): Move to beginning of chapter.
1613 Most minor modes run mode hooks too.
1614 `add-hook' can handle void hooks or hooks whose value is a single
1615 function.
1616 (Major Modes): Update Menu.
1617 (Major Mode Basics): New node, split off from `Major Modes'.
1618 (Major Mode Conventions): Correct xref. Explain how to handle
1619 auto-mode-alist if the major mode command has an autoload cookie.
1620 (Auto Major Mode): Major update. Add magic-mode-alist.
1621 (Derived Modes): Major update.
1622 (Mode Line Format): Update Menu.
1623 (Mode Line Basics): New node, split off from `Mode Line Format'.
1624
1625 * loading.texi (Autoload): Mention `autoload cookie' as synonym
1626 for `magic autoload comment'. Add index entries and anchor.
1627
d06ba294
RS
16282005-05-14 Richard M. Stallman <rms@gnu.org>
1629
1630 * tips.texi (Coding Conventions): Explain how important it is
1631 that just loading certain files not change Emacs behavior.
1632
1633 * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
1634
405cb12a
LK
16352005-05-12 Lute Kamstra <lute@gnu.org>
1636
19958124
LK
1637 * modes.texi (Generic Modes): Update.
1638 (Major Modes): Refer to node "Generic Modes".
1639
405cb12a
LK
1640 * elisp.texi (Top): Update to the current structure of the manual.
1641 * processes.texi (Processes): Add menu description.
1642 * customize.texi (Customization): Add menu descriptions.
1643
f714dd1b
TTN
16442005-05-11 Thien-Thi Nguyen <ttn@gnu.org>
1645
cc9442f2
TTN
1646 * processes.texi (Signals to Processes)
1647 (Low-Level Network): Fix typos.
f714dd1b 1648
36ad23ec
LK
16492005-05-11 Lute Kamstra <lute@gnu.org>
1650
1651 * elisp.texi (Top): Add some nodes from the chapter "Major and
1652 Minor Modes" to the detailed node listing.
1653
d101bf56
RS
16542005-05-10 Richard M. Stallman <rms@gnu.org>
1655
1656 * keymaps.texi (Extended Menu Items): Menu item filter functions
1657 can be called at any time.
1658
698b0510
LT
16592005-05-08 Luc Teirlinck <teirllm@auburn.edu>
1660
1661 * variables.texi (File Local Variables): `(hack-local-variables t)'
1662 now also checks whether a mode is specified in the local variables
1663 list.
1664
2c6b25c7
EZ
16652005-05-05 Kevin Ryde <user42@zip.com.au>
1666
1667 * display.texi (The Echo Area): Correct format function cross
1668 reference.
1669
643b4cf5
LT
16702005-05-05 Luc Teirlinck <teirllm@auburn.edu>
1671
1672 * variables.texi (Variable Aliases): Change description of
1673 `define-obsolete-variable-alias'.
1674
1675 * functions.texi (Functions): Add "Obsolete Functions" to menu.
1676 (Defining Functions): Add xref.
1677 (Obsolete Functions): New node.
1678 (Function Safety): Standardize capitalization of section title.
1679
1680 * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
1681 (Dialog Boxes): Complete description of `x-popup-dialog'.
1682
053bc8e4
RS
16832005-05-04 Richard M. Stallman <rms@gnu.org>
1684
1685 * commands.texi (Interactive Codes): Fix Texinfo usage.
1686 Document U more clearly.
1687
f6b1b15a
LT
16882005-05-01 Luc Teirlinck <teirllm@auburn.edu>
1689
3b925015
LT
1690 * variables.texi (Variable Aliases): `make-obsolete-variable' is a
1691 function and not a macro.
1692
f6b1b15a
LT
1693 * frames.texi (Pop-Up Menus): Correct and clarify description of
1694 `x-popup-menu'.
1695 (Dialog Boxes): Clarify description of `x-popup-dialog'.
1696
ebbfa918
RS
16972005-05-01 Richard M. Stallman <rms@gnu.org>
1698
1699 * edebug.texi (Checking Whether to Stop): Fix previous change.
1700
abe2f96e
LT
17012005-05-01 Luc Teirlinck <teirllm@auburn.edu>
1702
d6028ef2
LT
1703 * display.texi: Fix typos and Texinfo usage.
1704
abe2f96e
LT
1705 * edebug.texi (Checking Whether to Stop): executing-macro ->
1706 executing-kbd-macro.
1707
b2cfb30b
RS
17082005-05-01 Richard M. Stallman <rms@gnu.org>
1709
1710 * display.texi (Invisible Text): Correct add-to-invisibility-spec.
1711
7e995a23
RS
17122005-04-30 Richard M. Stallman <rms@gnu.org>
1713
1714 * files.texi (Magic File Names): Document `operations' property.
1715
57efa539
LK
17162005-04-29 Lute Kamstra <lute@gnu.org>
1717
1718 * modes.texi (Generic Modes): New node.
1719 (Major Modes): Add it to the menu.
1720 (Derived Modes): Add "derived mode" to concept index.
1721
0a20b1dc
LK
17222005-04-28 Lute Kamstra <lute@gnu.org>
1723
1724 * modes.texi (Defining Minor Modes): Fix previous change.
1725 (Font Lock Mode): Simplify.
1726 (Font Lock Basics): Say that font-lock-defaults is buffer-local
1727 when set and that some parts are optional. Add cross references.
1728 (Search-based Fontification): Say how to specify font-lock-keywords.
b5305167
SM
1729 Add cross references. Add font-lock-multiline to index.
1730 Move font-lock-keywords-case-fold-search here from node "Other Font
0a20b1dc 1731 Lock Variables". Document font-lock-add-keywords and
b5305167 1732 font-lock-remove-keywords.
0a20b1dc
LK
1733 (Other Font Lock Variables): Move font-lock-keywords-only,
1734 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
1735 and font-lock-syntactic-face-function to node "Syntactic Font
1736 Lock". Move font-lock-keywords-case-fold-search to node
1737 "Search-based Fontification". Document font-lock-inhibit-thing-lock
1738 and font-lock-{,un}fontify-{buffer,region}-function.
1739 (Precalculated Fontification): Remove reference to deleted variable
1740 font-lock-core-only.
1741 (Faces for Font Lock): Add font-lock-comment-delimiter-face.
1742 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only,
1743 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
1744 and font-lock-syntactic-face-function here from node "Other Font
1745 Lock Variables". Move font-lock-syntactic-keywords to "Setting
1746 Syntax Properties". Add cross references.
b5305167
SM
1747 (Setting Syntax Properties): New node.
1748 Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
0a20b1dc
LK
1749 * syntax.texi (Syntax Properties): Add cross reference.
1750 * hooks.texi (Standard Hooks): Add Font-Lock hooks.
1751
68a94f5a
RS
17522005-04-26 Richard M. Stallman <rms@gnu.org>
1753
1754 * display.texi (Defining Faces):
1755 Document `default' elements of defface spec.
1756
1757 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
1758
1759 * variables.texi (Variable Aliases): Clarify text.
1760
17612005-04-25 Chong Yidong <cyd@stupidchicken.com>
1762
1763 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
1764
7f48f143
LT
17652005-04-25 Luc Teirlinck <teirllm@auburn.edu>
1766
1767 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
1768
45d2f8e8
EZ
17692005-04-24 Eli Zaretskii <eliz@gnu.org>
1770
f3714ab2
EZ
1771 * syntax.texi (Syntax Table Internals): Elaborate documentation of
1772 syntax-after and syntax-class.
1773
45d2f8e8 1774 * files.texi (Changing Files): Fix last change's cross-reference.
5eb20bca
EZ
1775 (Unique File Names): Don't mention "numbers" in the documentation
1776 of make-temp-file and make-temp-name.
45d2f8e8 1777
469bc679
RS
17782005-04-23 Richard M. Stallman <rms@gnu.org>
1779
1780 * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
1781
c9fa5dc9
RS
17822005-04-22 Nick Roberts <nickrob@snap.net.nz>
1783
1784 * windows.texi (Cyclic Window Ordering): Clarify window-list.
1785
230e1e80
NR
17862005-04-22 Nick Roberts <nickrob@snap.net.nz>
1787
1788 * variables.texi (Variable Aliases): Describe make-obsolete-variable
1789 and define-obsolete-variable-alias.
1790
1ba52906
KS
17912005-04-22 Kim F. Storm <storm@cua.dk>
1792
1793 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
1794 (Other Plists): Remove safe-plist-get, as plist-get is now safe.
1795
9721d904
LK
17962005-04-21 Lute Kamstra <lute@gnu.org>
1797
1798 * lists.texi (Association Lists): Document rassq-delete-all.
1799
ed35c736
RS
18002005-04-19 Richard M. Stallman <rms@gnu.org>
1801
1802 * modes.texi (Search-based Fontification): Explain that
1803 facespec is an expression to be evaluated.
1804
42fc00a4
RS
18052005-04-19 Kevin Ryde <user42@zip.com.au>
1806
b5305167 1807 * streams.texi (Output Functions): Fix xref.
42fc00a4
RS
1808 * strings.texi (String Conversion): Fix xref.
1809
5827e9d4
KS
18102005-04-19 Kim F. Storm <storm@cua.dk>
1811
1812 * symbols.texi (Symbol Plists): Add safe-get.
1813 Mention that `get' may signal an error.
1814
47872da9
NR
18152005-04-18 Nick Roberts <nickrob@snap.net.nz>
1816
1817 * customize.texi (Variable Definitions): Replace tooltip-mode
1818 example with save-place.
1819
ec0cf966
RS
18202005-04-17 Richard M. Stallman <rms@gnu.org>
1821
1822 * buffers.texi (Indirect Buffers): Clarify.
1823
1824 * positions.texi (Positions): Clarify converting marker to integer.
1825
1826 * strings.texi (String Basics): Mention string-match; clarify.
1827
199bb209
LK
18282005-04-08 Lute Kamstra <lute@gnu.org>
1829
1830 * modes.texi (Search-based Fontification): Fix cross references.
1831 Use consistent terminology. Document anchored highlighting.
1832
bfa54668
LK
18332005-04-05 Lute Kamstra <lute@gnu.org>
1834
1835 * modes.texi (Defining Minor Modes): Document :group keyword
1836 argument and its default value.
1837
07e5fb9e
LK
18382005-04-03 Lute Kamstra <lute@gnu.org>
1839
1840 * hooks.texi (Standard Hooks): Add some hooks. Add cross
1841 references and/or descriptions. Delete major mode hooks; mention
1842 them as a category instead. Rename or delete obsolete hooks.
1843
aa945b59
RS
18442005-04-02 Richard M. Stallman <rms@gnu.org>
1845
1846 * nonascii.texi (Coding System Basics): Another wording cleanup.
1847
8b918214
RS
18482005-04-01 Richard M. Stallman <rms@gnu.org>
1849
1850 * nonascii.texi (Coding System Basics): Clarify previous change.
1851
41639988
KH
18522005-04-01 Kenichi Handa <handa@m17n.org>
1853
1854 * nonascii.texi (Coding System Basics): Describe about rondtrip
1855 identity of coding systems.
1856
8e669bbd
RS
18572005-03-29 Chong Yidong <cyd@stupidchicken.com>
1858
1859 * text.texi (Buffer Contents): Add filter-buffer-substring and
1860 buffer-substring-filters.
1861
f60a6f87
RS
18622005-03-26 Chong Yidong <cyd@stupidchicken.com>
1863
1864 * anti.texi (Antinews): Mention `G' interactive code.
1865
1866 * tips.texi (Compilation Tips): Mention benchmark.el.
1867
aaac1251
LT
18682005-03-27 Luc Teirlinck <teirllm@auburn.edu>
1869
1870 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
1871 is now bound to M-o M-o.
1872
1873 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
1874
45325173
GM
18752005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
1876
1877 * calendar.texi: Delete file (and move contents to emacs-xtra.texi
1878 in the Emacs Manual).
1879 * Makefile.in (srcs): Remove calendar.texi.
1880 * makefile.w32-in (srcs): Remove calendar.texi.
1881 * display.texi (Display): Change name of next node.
1882 * os.texi (System In): Change name of previous node.
1883 * elisp.texi (Top): Remove Calendar references.
1884 * vol1.texi (Top): Remove Calendar references.
1885 * vol2.texi (Top): Remove Calendar references.
1886
85df292e
RS
18872005-03-25 Richard M. Stallman <rms@gnu.org>
1888
45325173 1889 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
85df292e
RS
1890 Cleanup previous change.
1891
18922005-03-25 Chong Yidong <cyd@stupidchicken.com>
1893
1894 * display.texi (Face Attributes): Faces earlier in an :inherit
1895 list take precedence.
1896 (Scroll Bars): Fix description of vertical-scroll-bars.
1897 Document frame-current-scroll-bars and window-current-scroll-bars.
1898
1899 * markers.texi (The Mark): Document temporary Transient Mark mode.
1900
b5305167
SM
1901 * minibuf.texi (Reading File Names):
1902 Document read-file-name-completion-ignore-case.
85df292e
RS
1903
1904 * positions.texi (Screen Lines): Document nil for width argument
1905 to compute-motion.
1906
1fe54d69
KS
19072005-03-23 Kim F. Storm <storm@cua.dk>
1908
1909 * display.texi (Standard Faces): Other faces used in the fringe
1910 implicitly inherits from the fringe face.
1911 (Fringe Bitmaps): FACE in right-fringe and left-fringe display
1912 properties implicitly inherits from fringe face.
1913 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
1914
a775dff4
RS
19152005-03-20 Chong Yidong <cyd@stupidchicken.com>
1916
1917 * display.texi (Invisible Text): State default value of
1918 line-move-ignore-invisible.
1919 (Managing Overlays): Document remove-overlays.
1920 (Standard Faces): Document escape-glyph face.
1921
b5305167 1922 * minibuf.texi (Reading File Names): Document read-file-name-function.
a775dff4 1923
b5305167
SM
1924 * modes.texi (Other Font Lock Variables):
1925 Document font-lock-lines-before.
a775dff4
RS
1926
1927 * positions.texi (Skipping Characters): skip-chars-forward allows
1928 character classes.
1929
077f7085
LK
19302005-03-18 Lute Kamstra <lute@gnu.org>
1931
1932 * edebug.texi (Instrumenting Macro Calls): Fix another typo.
1933
d69ea7ab
RS
19342005-03-17 Richard M. Stallman <rms@gnu.org>
1935
c7bd5d57
RS
1936 * text.texi (Undo): Document extensible undo entries.
1937
d69ea7ab
RS
1938 * searching.texi (String Search, Regexp Search, Regexp Search):
1939 Cleanups.
1940
1941 * nonascii.texi (Character Codes): Minor fix.
1942
1943 * display.texi (Display Property): Explain the significance
1944 of having text properties that are eq.
1945 (Other Display Specs): Explain string as display spec.
1946
1947 * commands.texi (Interactive Codes): Document G option.
1948
19492005-03-17 Chong Yidong <cyd@stupidchicken.com>
1950
1951 * text.texi (Filling): Add sentence-end-without-period and
1952 sentence-end-without-space.
1953 (Changing Properties): Minor fix.
1954
1955 * anti.texi: Total rewrite.
1956
a7679889
LK
19572005-03-15 Lute Kamstra <lute@gnu.org>
1958
1959 * edebug.texi (Instrumenting Macro Calls): Fix typos.
1960
6eb8e247
KS
19612005-03-08 Kim F. Storm <storm@cua.dk>
1962
1963 * display.texi (Specified Space): Property :width is support on
1964 non-graphic terminals, :height is not.
1965
bfa8be14
RS
19662005-03-07 Richard M. Stallman <rms@gnu.org>
1967
1968 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
1969 Now subnodes of Fringes.
1970 (Overlay Arrow): Document overlay-arrow-variable-list.
1971 (Fringe Size/Pos): New node, broken out of Fringes.
1972 (Display): Explain clearing vs redisplay better.
1973 (Truncation): Clarify use of bitmaps.
1974 (The Echo Area): Clarify the uses of the echo area.
1975 Add max-mini-window-height.
1976 (Progress): Clarify.
1977 (Invisible Text): Explain that main loop moves point out.
1978 (Selective Display): Say "hidden", not "invisible".
b5305167 1979 (Managing Overlays): Move up. Describe relation to Undo here.
bfa8be14
RS
1980 (Overlay Properties): Clarify intro.
1981 (Finding Overlays): Explain return values when nothing found.
1982 (Width): truncate-string-to-width has added arg.
1983 (Displaying Faces): Clarify and update mode line face handling.
1984 (Face Functions): Minor cleanup.
b5305167 1985 (Conditional Display): Merge into Other Display Specs.
bfa8be14
RS
1986 (Pixel Specification, Other Display Specs): Minor cleanups.
1987 (Images, Image Descriptors): Minor cleanups.
1988 (GIF Images): Patents have expired.
1989 (Showing Images): Explain default text for insert-image.
b5305167 1990 (Manipulating Button Types): Merge into Manipulating Buttons.
bfa8be14
RS
1991 (Making Buttons): Explain return values.
1992 (Button Buffer Commands): Add xref.
1993 (Inverse Video): Update mode-line-inverse-video.
1994 (Display Table Format): Clarify.
1995 (Active Display Table): Give defaults for window-display-table.
1996
1997 * calendar.texi (Calendar Customizing): calendar-holiday-marker
1998 and calendar-today-marker are strings, not chars.
1999 (Holiday Customizing): Minor fix.
2000
bfa8be14
RS
2001 * internals.texi (Writing Emacs Primitives): Update `or' example.
2002 Update limit on # args of subr.
2003
2004 * edebug.texi (Using Edebug): Arrow is in fringe.
2005 (Instrumenting): Arg to eval-defun works without loading edebug.
2006 (Edebug Execution Modes): Add xref.
2007
2008 * customize.texi (Common Keywords): Clarify :require.
2009 Mention :version here.
2010 (Variable Definitions, Group Definitions): Not here.
2011 (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
2012
d69ea7ab
RS
20132005-03-07 Chong Yidong <cyd@stupidchicken.com>
2014 * nonascii.texi (Text Representations): Clarify position-bytes.
2015 (Character Sets): Add list-charset-chars.
2016 (Scanning Charsets): Add charset-after.
2017 (Encoding and I/O): Minor fix.
2018
34398e6c
RS
20192005-03-06 Richard M. Stallman <rms@gnu.org>
2020
2021 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
2022 (Resizing Windows): Likewise.
2023
2024 * text.texi (Change Hooks): Get rid of "Emacs 21".
2025
2026 * strings.texi (Formatting Strings): Get rid of "Emacs 21".
2027
2028 * streams.texi (Output Variables): Get rid of "Emacs 21".
2029
2030 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
2031
2032 * os.texi (Translating Input): Replace flow-control example
2033 with a less obsolete example that uses `keyboard-translate'.
2034
6eb8e247 2035 * objects.texi (Hash Table Type, Circular Objects):
34398e6c 2036 Get rid of "Emacs 21".
6eb8e247 2037
34398e6c
RS
2038 * modes.texi (Mode Line Format): Get rid of "Emacs 21".
2039 (Mode Line Data, Properties in Mode, Header Lines): Likewise.
2040
2041 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
2042
2043 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
2044
2045 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
2046 (Menu Bar): Fix when menu-bar-update-hook is called.
2047
2048 * hash.texi (Hash Tables): Get rid of "Emacs 21".
2049
2050 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
2051 and make it read better.
2052
2053 * files.texi (Writing to Files): Get rid of "Emacs 21".
2054 (Unique File Names): Likewise.
2055
2056 * elisp.texi: Update Emacs version to 22.
2057
2058 * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
2059 (Overlay Properties, Face Attributes): Likewise.
2060 (Managing Overlays): Fix punctuation.
2061 (Attribute Functions): Clarify set-face-font; get rid of
2062 info about old Emacs versions.
2063 (Auto Faces, Font Lookup, Display Property, Images):
2064 Get rid of "Emacs 21".
2065
2066 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
2067
d2178387
RS
20682005-03-05 Richard M. Stallman <rms@gnu.org>
2069
2070 * debugging.texi (Error Debugging): Remove stack-trace-on-error.
2071
524352d6
LK
20722005-03-04 Lute Kamstra <lute@gnu.org>
2073
2074 * debugging.texi (Error Debugging): Document stack-trace-on-error.
2075
20762005-03-03 Lute Kamstra <lute@gnu.org>
2077
2078 * edebug.texi (Instrumenting Macro Calls): Fix typo.
2079
284f0680
LK
20802005-03-01 Lute Kamstra <lute@gnu.org>
2081
2082 * debugging.texi (Debugger Commands): Update `j'.
2083
a9ee5cac
LK
20842005-02-28 Lute Kamstra <lute@gnu.org>
2085
2086 * debugging.texi (Debugging): Fix typo.
2087 (Error Debugging): Document eval-expression-debug-on-error.
2088 (Function Debugging): Update example.
2089 (Using Debugger): Mention starred stack frames.
2090 (Debugger Commands): Document `j' and `l'.
2091 (Invoking the Debugger): `d' and `j' exit recursive edit too.
2092 Update the messages that the debugger displays.
2093 (Internals of Debugger): Add cross reference. Update example.
2094 (Excess Open): Minor improvement.
2095 (Excess Close): Minor improvement.
2096
378d0f8e
RS
20972005-02-26 Richard M. Stallman <rms@gnu.org>
2098
2099 * tips.texi (Coding Conventions): Clarify.
2100 Put all the major mode key reservations together.
2101 Mention the Mouse-1 => Mouse-2 conventions.
2102
2103 * syntax.texi (Syntax Class Table): Clarify.
2104 (Syntax Table Functions): syntax-after moved from here.
2105 (Syntax Table Internals): syntax-after moved to here.
2106 (Parsing Expressions): Update info on number of values
2107 and what's meaningful in the STATE argument.
2108 (Categories): Fix typo.
2109
2110 * sequences.texi (Arrays): Cleanup.
2111 (Char-Tables): Clarify.
2112
2113 * processes.texi (Deleting Processes): Cleanups, add xref.
2114 (Subprocess Creation): Explain nil in exec-path. Cleanup.
2115 (Process Information): set-process-coding-system, some args optional.
2116 (Input to Processes): Explain various types for PROCESS args.
2117 Rename them from PROCESS-NAME to PROCESS.
2118 (Signals to Processes): Likewise.
2119 (Decoding Output): Cleanup.
2120 (Query Before Exit): Clarify.
2121
2122 * os.texi (Startup Summary): Correct the options; add missing ones.
2123 (Terminal Output, Batch Mode): Clarify.
2124 (Flow Control): Node deleted.
2125
2126 * markers.texi (The Mark): Clarify.
2127
2128 * macros.texi (Expansion): Cleanup.
2129 (Indenting Macros): indent-spec allows ints, not floats.
2130
2131 * keymaps.texi (Keymaps): Clarify.
2132 (Format of Keymaps): Update lisp-mode-map example.
2133 (Active Keymaps, Key Lookup): Clarify.
2134 (Changing Key Bindings): Add xref to `kbd'.
2135 (Key Binding Commands, Simple Menu Items): Clarify.
2136 (Mouse Menus, Menu Bar): Clarify.
2137 (Menu Example): Replace print example with menu-bar-replace-menu.
2138
2139 * help.texi (Documentation Basics): Add function-documentation prop.
2140
2141 * elisp.texi (Top): Don't refer to Flow Control node.
2142
2143 * commands.texi (Command Overview): Improve xrefs.
2144 (Adjusting Point): Adjusting point applies to intangible and invis.
2145 (Key Sequence Input): Doc extra read-key-sequence args.
2146 Likewise for read-key-sequence-vector.
2147
2148 * backups.texi (Rename or Copy): Minor fix.
2149 (Numbered Backups): For version-control, say the default.
2150 (Auto-Saving): make-auto-save-file-name example is simplified.
2151
2152 * advice.texi (Advising Functions): Don't imply one part of Emacs
2153 should advise another part. Markup changes.
2154 (Defining Advice): Move transitional para.
2155 (Activation of Advice): Cleanup.
2156 Explain if COMPILE is nil or negative.
2157
2158 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
2159
2e20c83d
LK
21602005-02-24 Lute Kamstra <lute@gnu.org>
2161
2162 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
2163 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
2164
65c492fd
LK
21652005-02-23 Lute Kamstra <lute@gnu.org>
2166
b02c3eed
LK
2167 * modes.texi (Defining Minor Modes): define-minor-mode can be used
2168 to define global minor modes as well.
2169
65c492fd
LK
2170 * display.texi (Managing Overlays): overlay-buffer returns nil for
2171 deleted overlays.
2172
b686dd59
KS
21732005-02-22 Kim F. Storm <storm@cua.dk>
2174
2175 * minibuf.texi (Basic Completion): Allow symbols in addition to
2176 strings in try-completion and all-completions.
2177
23e8c095
LK
21782005-02-14 Lute Kamstra <lute@gnu.org>
2179
2180 * elisp.texi (Top): Remove reference to deleted node.
2181
2182 * lists.texi (Lists): Remove reference to deleted node.
2183 (Cons Cells): Fix typo.
2184
2185 * loading.texi (Where Defined): Fix typo.
2186
134948fc
RS
21872005-02-14 Richard M. Stallman <rms@gnu.org>
2188
2189 * variables.texi (Creating Buffer-Local): change-major-mode-hook
2190 is useful for discarding some minor modes.
2191
2192 * symbols.texi (Symbol Components): Reorder examples.
2193
2194 * streams.texi (Input Functions): State standard-input default.
2195 (Output Variables): State standard-output default.
2196
2197 * objects.texi (Printed Representation): Clarify read syntax vs print.
2198 (Floating Point Type): Explain meaning better.
2199 (Symbol Type): Explain uniqueness better.
2200 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
2201 List examples sooner.
2202 (Box Diagrams): New subnode broken out.
2203 Some examples moved from old Lists as Boxes node.
2204 (Dotted Pair Notation): Clarify intro.
2205 (Array Type): Clarify.
2206 (Type Predicates): Add hash-table-p.
2207
2208 * numbers.texi (Integer Basics): Clarify radix explanation.
2209 (Predicates on Numbers): Minor clarification.
2210 (Comparison of Numbers): Minor clarification. Clarify eql.
2211 Typos in min, max.
2212 (Math Functions): Clarify overflow in expt.
2213
2214 * minibuf.texi (Text from Minibuffer): Minor clarification.
2215 Mention arrow keys.
2216
2217 * loading.texi (Autoload): defun's doc string overrides autoload's
2218 doc string.
2219 (Repeated Loading): Modernize "add to list" examples.
2220 (Where Defined): Finish updating table of load-history elts.
2221
2222 * lists.texi (List-related Predicates): Minor wording improvement.
2223 (Lists as Boxes): Node deleted.
2224 (Building Lists): Explain trivial cases of number-sequence.
2225
2226 * hash.texi (Hash Tables): Add desc to menu items.
2227 (Creating Hash): Expain "full" means "make larger",
2228 (Hash Access): Any object can be a key.
2229 State value of maphash.
2230
2231 * functions.texi (What Is a Function): Wording cleanup.
2232 (Function Documentation): Minor cleanup.
2233 Explain purpose of calling convention at end of doc string.
2234 (Function Names): Wording cleanup.
2235 (Calling Functions): Wording cleanup.
2236 Explain better how funcall calls the function.
2237 (Function Cells): Delete example of saving and redefining function.
2238
2239 * control.texi (Combining Conditions): Wording cleanup.
2240 (Iteration): dolist and dotimes bind VAR locally.
2241 (Cleanups): Xref to Atomic Changes.
2242
2243 * compile.texi (Byte Compilation): Delete 19.29 info.
2244 (Compilation Functions): Macros' difficulties don't affect defsubst.
2245 (Docs and Compilation): Delete 19.29 info.
2246
44291460
RS
22472005-02-10 Richard M. Stallman <rms@gnu.org>
2248
2249 * objects.texi (Symbol Type): Minor correction.
2250
1f9ad95a
LK
22512005-02-06 Lute Kamstra <lute@gnu.org>
2252
2253 * modes.texi (Example Major Modes): Fix typos.
2254
ba2c991c
RS
22552005-02-06 Richard M. Stallman <rms@gnu.org>
2256
2257 * text.texi (Margins): fill-nobreak-predicate can be one function.
2258
2259 * strings.texi (Modifying Strings): clear-string can make unibyte.
2260 (Formatting Strings): format gives error if values missing.
2261
2262 * positions.texi (Character Motion): Mention default arg
2263 for forward-char. backward-char refers to forward-char.
2264 (Word Motion): Mention default arg for forward-word.
2265 (Buffer End Motion): Mention default arg for beginning-of-buffer.
2266 Simplify end-of-buffer.
2267 (Text Lines): Mention default arg for forward-line.
2268 (List Motion): Mention default arg for beginning/end-of-defun.
2269 (Skipping Characters): Minor fixes in explaining character-set.
2270
2271 * modes.texi (Major Mode Conventions): Mention "system abbrevs".
2272 Mode inheritance applies only when default-major-mode is nil.
2273 Clarifications.
2274 (Example Major Modes): Update Text mode and Lisp mode examples.
2275 (Minor Mode Conventions): Mention define-minor-mode at top.
2276 (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
2277 (Mode Line Format): Update mode line face display info.
2278 (Properties in Mode): Mention effect of risky vars.
2279 (Imenu): Define imenu-add-to-menubar.
2280 (Font Lock Mode): Add descriptions to menu lines.
2281 (Faces for Font Lock): Add font-lock-doc-face.
2282
9bf6d576
LK
22832005-02-05 Lute Kamstra <lute@gnu.org>
2284
2285 * text.texi (Maintaining Undo): Remove obsolete function.
2286
cb602754
EZ
22872005-02-05 Eli Zaretskii <eliz@gnu.org>
2288
2289 * frames.texi (Color Names): Add pointer to the X docs about RGB
2290 color specifications. Improve indexing
2291 (Text Terminal Colors): Replace the description of RGB values by
2292 an xref to "Color Names".
2293
4e07258f
RS
22942005-02-03 Richard M. Stallman <rms@gnu.org>
2295
2296 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
2297 Clarify.
2298 (Selecting Windows): Clarify save-selected-window.
2299 (Cyclic Window Ordering): Clarify walk-windows.
2300 (Window Point): Clarify.
2301 (Window Start): Add comment to example.
2302 (Resizing Windows): Add `interactive' specs in examples.
2303 Document fit-window-to-buffer.
2304
2305 * text.texi (User-Level Deletion): just-one-space takes numeric arg.
2306 (Undo, Maintaining Undo): Clarify last change.
2307 (Sorting): In sort-numeric-fields, explain about octal and hex.
2308 Mention sort-numeric-base.
2309 (Format Properties): Add xref for hard newlines.
2310
2311 * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
2312 (Pop-Up Menus): Fix typo.
2313 (Color Names): Explain all types of color names.
2314 Explain color-values on B&W terminal.
2315 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names.
2316
2317 * files.texi (File Locks): Not supported on MS systems.
2318 (Testing Accessibility): Clarify.
2319
2320 * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
2321 (Coverage Testing): Fix typo.
2322
2323 * commands.texi (Misc Events): Remove stray space.
2324
2325 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
2326 (Modification Time): Clarify when visited-file-modtime returns 0.
2327 (The Buffer List): Clarify bury-buffer.
2328 (Killing Buffers): Clarify.
2329 (Indirect Buffers): Add clone-indirect-buffer.
2330
23312005-02-02 Matt Hodges <MPHodges@member.fsf.org>
2332
2333 * edebug.texi (Printing in Edebug): Fix default value of
2334 edebug-print-circle.
2335 (Coverage Testing): Fix displayed frequency count data.
2336
23372005-02-02 Luc Teirlinck <teirllm@auburn.edu>
d4d66807
LT
2338
2339 * text.texi (Maintaining Undo): Add `undo-outer-limit'.
2340
4e07258f 23412005-02-02 Kim F. Storm <storm@cua.dk>
fb89c330
KS
2342
2343 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
2344
28d986b9
EZ
23452005-01-29 Eli Zaretskii <eliz@gnu.org>
2346
2347 * commands.texi (Misc Events): Describe the help-echo event.
2348
2349 * text.texi (Special Properties) <help-echo>: Use `pos'
b5305167
SM
2350 consistently in description of the help-echo property.
2351 Use @code{nil} instead of @var{nil}.
28d986b9
EZ
2352
2353 * display.texi (Overlay Properties): Fix the index entry for
2354 help-echo overlay property.
2355
2356 * customize.texi (Type Keywords): Uncomment the xref to the
2357 help-echo property documentation.
2358
8f958b40
KS
23592005-01-23 Kim F. Storm <storm@cua.dk>
2360
2361 * windows.texi (Window Start): Fix `pos-visible-in-window-p'
2362 return value. Third element FULLY replaced by PARTIAL which
2363 specifies number of invisible pixels if row is only partially visible.
2364 (Textual Scrolling): Mention auto-window-vscroll.
2365 (Vertical Scrolling): New defvar auto-window-vscroll.
2366
cd7e5dd6
LT
23672005-01-16 Luc Teirlinck <teirllm@auburn.edu>
2368
2369 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
2370 command remapping.
2371
6f771c32
RS
23722005-01-15 Richard M. Stallman <rms@gnu.org>
2373
2374 * display.texi (Defining Images): Mention DATA-P arg of create-image.
2375
6ac8a822
KS
23762005-01-14 Kim F. Storm <storm@cua.dk>
2377
88948d55
KS
2378 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
2379
6ac8a822
KS
2380 * text.texi (Links and Mouse-1): Fix string and vector item.
2381
20d6de82
RS
23822005-01-13 Richard M. Stallman <rms@gnu.org>
2383
2384 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
2385 descriptions of overriding-local-map and overriding-terminal-local-map.
2386
2387 * text.texi (Links and Mouse-1): Clarify text.
2388
f75a592e
KS
23892005-01-13 Kim F. Storm <storm@cua.dk>
2390
2391 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
2392
910f60b1
TTN
23932005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
2394
2395 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
2396
37181fc4
KS
23972005-01-12 Kim F. Storm <storm@cua.dk>
2398
2399 * text.texi (Links and Mouse-1): Rename section from Enabling
2400 Mouse-1 to Following Links. Change xrefs.
2401 Add examples for define-button-type and define-widget.
2402
2403 * display.texi (Button Properties, Button Buffer Commands):
2404 Clarify mouse-1 and follow-link functionality.
2405
28f94a34
RS
24062005-01-12 Richard M. Stallman <rms@gnu.org>
2407
2408 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
2409
2410 * display.texi (Beeping): Fix Texinfo usage.
2411
2412 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
2413
bac2d936
KS
24142005-01-11 Kim F. Storm <storm@cua.dk>
2415
2416 * display.texi (Button Properties, Button Buffer Commands):
93381d62 2417 Mention mouse-1 binding. Add follow-link keyword.
bac2d936
KS
2418
2419 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
2420 (Enabling Mouse-1 to Follow Links): New subsection.
2421
de968ddb
RS
24222005-01-06 Richard M. Stallman <rms@gnu.org>
2423
2424 * text.texi (Special Properties): Minor change.
2425
2426 * os.texi (Timers): Clarify previous change.
2427
2428 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
2429
a3a43b3b
LT
24302005-01-01 Luc Teirlinck <teirllm@auburn.edu>
2431
2432 * display.texi (Face Attributes): Correct xref to renamed node.
2433
732bb9ce
RS
24342005-01-01 Richard M. Stallman <rms@gnu.org>
2435
2436 * display.texi (Face Attributes): Describe hex color specs.
2437
c734ae59
RS
24382004-12-31 Richard M. Stallman <rms@gnu.org>
2439
2440 * os.texi (Timers): Update previous change.
2441
33b2f4ea
KS
24422004-12-30 Kim F. Storm <storm@cua.dk>
2443
2444 * display.texi (Line Height): Total line-height is now specified
2445 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
2446 in cons cells. (nil . RATIO) is relative to actual line height.
2447 Use line-height `t' instead of `0' to get minimum height.
2448
99ec74b9
RS
24492004-12-29 Richard M. Stallman <rms@gnu.org>
2450
2451 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
2452
eab463f6
RS
24532004-12-28 Richard M. Stallman <rms@gnu.org>
2454
2455 * commands.texi (Quitting): Clarify value of with-local-quit.
2456
2457 * elisp.texi (Top): Fix previous change.
2458
2459 * loading.texi (Loading): Fix previous change.
2460
ebbd14f1
RS
24612004-12-27 Richard M. Stallman <rms@gnu.org>
2462
4ae98fc5
RS
2463 * Makefile.in (MAKEINFO): Specify --force.
2464
8f430046
RS
2465 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
2466
56011a8c
RS
2467 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
2468
2469 * display.texi (Line Height): Further clarify.
2470
2471 * elisp.texi (Top): Update Loading submenu.
2472
ebbd14f1
RS
2473 * loading.texi (Where Defined): New node.
2474 (Unloading): load-history moved to Where Defined.
2475
fda2922a
RS
24762004-12-21 Richard M. Stallman <rms@gnu.org>
2477
2478 * commands.texi (Event Input Misc): Add while-no-input.
2479
9eb8959a
RS
24802004-12-11 Richard M. Stallman <rms@gnu.org>
2481
2482 * display.texi (Line Height): Rewrite text for clarity.
2483
adf87c29
KS
24842004-12-11 Kim F. Storm <storm@cua.dk>
2485
2486 * display.texi (Display): Add node "Line Height" to menu.
2487 (Line Height): New node. Move full description of line-spacing
2488 and line-height text properties here from text.texi.
2489 (Scroll Bars): Add vertical-scroll-bar variable.
2490
2491 * frames.texi (Window Frame Parameters): Remove line-height defvar.
2492
2493 * locals.texi (Standard Buffer-Local Variables): Fix xref for
2494 line-spacing and vertical-scroll-bar.
2495
2496 * text.texi (Special Properties): Just mention line-spacing and
2497 line-height here, add xref to new "Line Height" node.
2498
31e4729e
TTN
24992004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
2500
2501 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
2502
2503 * locals.texi (Standard Buffer-Local Variables):
2504 Add @xref for `line-spacing'.
2505
cc60c723
RS
25062004-12-05 Richard M. Stallman <rms@gnu.org>
2507
2508 * Makefile.in (maintainer-clean): Remove the info files
2509 in $(infodir) where they are created.
2510
f6101ac9
RS
25112004-12-03 Richard M. Stallman <rms@gnu.org>
2512
2513 * windows.texi (Selecting Windows): get-lru-window and
2514 get-largest-window don't consider dedicated windows.
2515
2516 * text.texi (Undo): Document undo-in-progress.
2517
94221759
RS
25182004-11-26 Richard M. Stallman <rms@gnu.org>
2519
2520 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
2521 Remove a few vars that are not always buffer-local.
2522
7092c5e8
LT
25232004-11-24 Luc Teirlinck <teirllm@auburn.edu>
2524
2525 * locals.texi (Standard Buffer-Local Variables): Comment out
2526 xref's to non-existent node `Yet to be written'.
2527
261b01c6
RS
25282004-11-24 Richard M. Stallman <rms@gnu.org>
2529
2530 * processes.texi (Synchronous Processes): Grammar fix.
2531
2532 * numbers.texi (Comparison of Numbers): Add eql.
2533
2534 * locals.texi (Standard Buffer-Local Variables): Add many vars.
2535
2536 * intro.texi (Printing Notation): Fix previous change.
2537
2538 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
2539 and default-indicate-buffer-boundaries from here.
2540 (Usual Display): To here.
2541 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
2542 (Usual Display): Move tab-width up.
2543
2544 * customize.texi (Variable Definitions): Replace
2545 show-paren-mode example with tooltip-mode.
7092c5e8 2546 (Simple Types, Composite Types, Defining New Types):
261b01c6 2547 Minor cleanups.
7092c5e8 2548
c1aa4864
JH
25492004-11-21 Jesper Harder <harder@ifa.au.dk>
2550
2551 * processes.texi (Synchronous Processes, Output from Processes):
2552 Markup fix.
2553
dedbac89
RS
25542004-11-20 Richard M. Stallman <rms@gnu.org>
2555
07c8c65a
RS
2556 * positions.texi (Skipping Characters): skip-chars-forward
2557 now handles char classes.
2558
8f40a868
RS
2559 * intro.texi (Printing Notation): Avoid confusion of `print'
2560 when explaining @print.
2561
2562 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
2563
2564 * display.texi (Display Table Format): Minor fix.
2565
2566 * streams.texi (Output Functions): Fix print example.
2567
fd6866c8
RS
2568 * Makefile.in (elisp): New target.
2569 (dist): Depend on $(infodir)/elisp, not elisp.
2570 Copy the info files from $(infodir).
2571
9d00469f
RS
2572 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
2573 read-from-minibuffer.
2574
dedbac89
RS
2575 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
2576
6de891db
RS
25772004-11-19 Richard M. Stallman <rms@gnu.org>
2578
2579 * searching.texi (Regexp Search): Add search-whitespace-regexp.
2580
e1c1c5a7
TTN
25812004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
2582
2583 * tips.texi (Coding Conventions): Fix typo.
2584
ee31cd78
RS
25852004-11-16 Richard M. Stallman <rms@gnu.org>
2586
2587 * tips.texi (Coding Conventions): Separate defvar and require
2588 methods to avoid warnings. Use require only when there are many
2589 functions and variables from that package.
2590
2591 * minibuf.texi (Minibuffer Completion): When ignoring case,
2592 predicate must not be case-sensitive.
2593
2594 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
2595 (Test Coverage): Don't talk about "splotches". Clarified.
2596
4bd38e94
TTN
25972004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
2598
2599 * frames.texi (Window Frame Parameters): Fix typo.
2600
6d073ae1
KS
26012004-11-15 Kim F. Storm <storm@cua.dk>
2602
9f89426b
KS
2603 * symbols.texi (Other Plists): Note that plist-get may signal error.
2604 Add safe-plist-get.
6d073ae1 2605
10980463
TTN
26062004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
2607
2608 * modes.texi (Font Lock Basics): Fix typo.
2609
1efc19eb
RS
26102004-11-08 Richard M. Stallman <rms@gnu.org>
2611
2612 * syntax.texi (Syntax Table Functions): Add syntax-after.
2613
6159c232
EZ
26142004-11-06 Lars Brinkhoff <lars@nocrew.org>
2615
2616 * os.texi (Processor Run Time): New section documenting
2617 get-internal-run-time.
2618
59dede22
EZ
26192004-11-06 Eli Zaretskii <eliz@gnu.org>
2620
2621 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
2622 it nukes elisp-cover.texi.
2623 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
2624 elisp-0 etc.
2625
4cc8522c
LT
26262004-11-05 Luc Teirlinck <teirllm@auburn.edu>
2627
2628 * commands.texi (Keyboard Macros): Document `append' return value
2629 of `defining-kbd-macro'.
2630
2d1ef312
RS
26312004-11-01 Richard M. Stallman <rms@gnu.org>
2632
2633 * commands.texi (Interactive Call): Add called-interactively-p.
2634
6f4e005d
SJ
26352004-10-29 Simon Josefsson <jas@extundo.com>
2636
2637 * minibuf.texi (Reading a Password): Revert.
2638
4f71c13f
RS
26392004-10-28 Richard M. Stallman <rms@gnu.org>
2640
2641 * frames.texi (Display Feature Testing): Explain about "vendor".
2642
4660a9e3
RS
26432004-10-27 Richard M. Stallman <rms@gnu.org>
2644
2645 * commands.texi (Interactive Codes): `N' uses numeric prefix,
2646 not raw. Clarify `n'.
2647 (Interactive Call): Rewrite interactive-p, focusing on when
2648 and how to use it.
2649 (Misc Events): Clarify previous change.
2650
2651 * advice.texi (Simple Advice): Clarify what job the example does.
2652 (Around-Advice): Clarify ad-do-it.
2653 (Activation of Advice): An option of ad-default-compilation-action
2654 is `never', not `nil'.
2655
c8636435
KS
26562004-10-26 Kim F. Storm <storm@cua.dk>
2657
2658 * commands.texi (Interactive Codes): Add U code letter.
2659
acd4089b
SJ
26602004-10-25 Simon Josefsson <jas@extundo.com>
2661
2662 * minibuf.texi (Reading a Password): Add.
2663
29dc7809
JR
26642004-10-24 Jason Rumney <jasonr@gnu.org>
2665
2666 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
2667 and wheel-down.
2668
bb5d6d34
KG
26692004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
2670
2671 * processes.texi (Synchronous Processes): Document process-file.
2672
d0ee2ed3
KH
26732004-10-22 Kenichi Handa <handa@m17n.org>
2674
2675 * text.texi (translate-region): Document that it accepts also a
2676 char-table.
2677
38be9dbb
DP
26782004-10-22 David Ponce <david@dponce.com>
2679
2680 * windows.texi (Resizing Windows): Document the `preserve-before'
2681 argument of the functions `enlarge-window' and `shrink-window'.
2682
63c80452
JR
26832004-10-19 Jason Rumney <jasonr@gnu.org>
2684
2685 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
2686
9f4b6e73
LT
26872004-10-09 Luc Teirlinck <teirllm@auburn.edu>
2688
2689 * text.texi (Filling): Add anchor for definition of
2690 `sentence-end-double-space'.
2691
2692 * searching.texi (Regexp Example): Update description of how
2693 Emacs currently recognizes the end of a sentence.
2694 (Standard Regexps): Update definition of the variable
2695 `sentence-end'. Add definition of the function `sentence-end'.
2696
657f0f9c
EZ
26972004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
2698
2699 * display.texi (Progress): New node.
2700
35ab4857
KS
27012004-10-05 Kim F. Storm <storm@cua.dk>
2702
2703 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
2704
f2a54fbc
KS
27052004-09-29 Kim F. Storm <storm@cua.dk>
2706
2707 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
2708 to identify bitmaps. Remove -fringe-bitmap suffix for standard
2709 fringe bitmap symbols, as they now have their own namespace.
2710 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
2711 vs. pixels. Signal error if no free bitmap slots.
2712 (Pixel Specification): Change IMAGE to @var{image}.
2713
4676d6f3
RS
27142004-09-28 Richard M. Stallman <rms@gnu.org>
2715
2716 * text.texi (Special Properties): Clarify line-spacing and line-height.
2717
2718 * searching.texi (Regexp Search): Add looking-back.
2719
17234906
LT
27202004-09-25 Luc Teirlinck <teirllm@auburn.edu>
2721
2722 * display.texi: Correct typos.
2723 (Image Descriptors): Correct xref's.
2724
4de43c8b
RS
27252004-09-25 Richard M. Stallman <rms@gnu.org>
2726
2727 * text.texi (Special Properties): Cleanups in `cursor'.
2728 Rewrites in `line-height' and `line-spacing'; exchange them.
2729
2730 * display.texi (Fringes): Rewrite previous change.
2731 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
2732 (Display Fringe Bitmaps): Node deleted, text moved.
2733 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
2734 (Scroll Bars): Clarify set-window-scroll-bars.
2735 (Pointer Shape): Rewrite.
2736 (Specified Space): Clarify :align-to, etc.
2737 (Pixel Specification): Use @var. Clarify new text.
2738 (Other Display Specs): Clarify `slice'.
2739 (Image Descriptors): Cleanups.
2740 (Showing Images): Cleanups.
2741
a3ee0299
LT
27422004-09-24 Luc Teirlinck <teirllm@auburn.edu>
2743
e88ebce6
LT
2744 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
2745
a3ee0299
LT
2746 * modes.texi: Various minor changes in addition to:
2747 (Major Mode Conventions): Final call to `run-mode-hooks' should
2748 not be inside the `delay-mode-hooks' form.
2749 (Mode Hooks): New node.
2750 (Hooks): Delete obsolete example.
2751 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
2752 node "Mode Hooks".
2753
6db2bc02
LT
27542004-09-22 Luc Teirlinck <teirllm@auburn.edu>
2755
2756 * display.texi: Correct various typos.
2757 (Display): Rename node "Pointer Shapes" to "Pointer
2758 Shape". (There is already a node called "Pointer Shapes" in
2759 frames.texi.)
2760 (Images): Remove non-existent node "Image Slices" from menu.
2761
ed2846bd
KS
27622004-09-23 Kim F. Storm <storm@cua.dk>
2763
2764 * text.texi (Special Properties): Add `cursor', `pointer',
2765 `line-height', and `line-spacing' properties.
2766
2767 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
2768 Shapes' to menu.
2769 (Standard Faces): Doc fix for fringe face.
2770 (Fringes): Add `overflow-newline-into-fringe' and
2771 'indicate-buffer-boundaries'.
2772 (Fringe Bitmaps, Pointer Shapes): New nodes.
2773 (Display Property): Add 'Pixel Specification' and 'Display Fringe
2774 Bitmaps' to menu.
2775 (Specified Space): Describe pixel width and height.
2776 (Pixel Specification): New node.
2777 (Other Display Specs): Add `slice' property.
2778 (Display Fringe Bitmaps): New node.
2779 (Images): Add 'Image Slices' to menu.
2780 (Image Descriptors): Add `:pointer' and `:map' properties.
2781 (Showing Images): Add slice arg to `insert-image'. Add
2782 'insert-sliced-image'.
2783
4d894c98
RS
27842004-09-20 Richard M. Stallman <rms@gnu.org>
2785
2786 * commands.texi (Key Sequence Input):
2787 Clarify downcasing in read-key-sequence.
2788
7e388eb7
JL
27892004-09-08 Juri Linkov <juri@jurta.org>
2790
2791 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
2792
a020987f
LT
27932004-09-07 Luc Teirlinck <teirllm@auburn.edu>
2794
2795 * locals.texi (Standard Buffer-Local Variables): Add
2796 `buffer-auto-save-file-format'.
2797 * internals.texi (Buffer Internals): Describe new
2798 auto_save_file_format field of the buffer structure.
2799 * files.texi (Format Conversion): `auto-save-file-format' has been
2800 renamed `buffer-auto-save-file-format'.
2801
2b96f80c
LT
28022004-08-27 Luc Teirlinck <teirllm@auburn.edu>
2803
2804 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
2805 an integer or a marker.
2806 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
2807
2ee3b79e
RS
28082004-08-22 Richard M. Stallman <rms@gnu.org>
2809
2810 * modes.texi (Major Mode Conventions): Discuss rebinding of
2811 standard key bindings.
2812
c438dc33
KS
28132004-08-18 Kim F. Storm <storm@cua.dk>
2814
2815 * processes.texi (Accepting Output): Add `just-this-one' arg to
2816 `accept-process-output'.
101c421e 2817 (Output from Processes): New var `process-adaptive-read-buffering'.
c438dc33 2818
db8af011
LT
28192004-08-10 Luc Teirlinck <teirllm@auburn.edu>
2820
2821 * keymaps.texi: Various changes in addition to:
2822 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
2823 Give more varied examples for `kbd'.
2824 (Creating Keymaps): Char tables have slots for all characters
2825 without modifiers.
2826 (Active Keymaps): `overriding-local-map' and
2827 `overriding-terminal-local-map' also override text property and
2828 overlay keymaps.
2829 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
2830 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
2831 to denote a prefix of no events.
2832 `map-keymap' includes parent's bindings _recursively_.
2833 Clarify and correct description of `where-is-internal'.
2834 Mention BUFFER-OR-NAME arg to `describe-bindings'.
2835 (Menu Example): For menus intended for use with the keyboard, the
2836 menu items should be bound to characters or real function keys.
2837
de700726
LT
28382004-08-08 Luc Teirlinck <teirllm@auburn.edu>
2839
30e75a87
LT
2840 * objects.texi (Character Type): Reposition `@anchor' to prevent
2841 double space inside sentence in Info.
2842
de700726
LT
2843 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
2844 renamed to `disabled-command-function'.
7c5b95c9 2845 * commands.texi (Key Sequence Input): Remove unnecessary anchor.
de700726
LT
2846 (Command Loop Info): Replace reference to it.
2847 (Disabling Commands): `disabled-command-hook' has been renamed to
2848 `disabled-command-function'.
2849
81909a1a
LT
28502004-08-07 Luc Teirlinck <teirllm@auburn.edu>
2851
2852 * os.texi (Translating Input): Only non-prefix bindings in
2853 `key-translation-map' override actual key bindings. Warn about
2854 possible indirect effect of actual key bindings on non-prefix
2855 bindings in `key-translation-map'.
2856
5504e99c
LT
28572004-08-06 Luc Teirlinck <teirllm@auburn.edu>
2858
2859 * minibuf.texi (High-Level Completion): Add anchor for definition
2860 of `read-variable'.
2861
2862 * commands.texi: Various changes in addition to:
2863 (Using Interactive): Clarify description of `interactive-form'.
2864 (Interactive Call): Mention default for KEYS argument to
2865 `call-interactively'.
2866 (Command Loop Info): Clarify description of `this-command-keys'.
2867 Mention KEEP-RECORD argument to `clear-this-command-keys'.
2868 Value of `last-event-frame' can be `macro'.
2869 (Repeat Events): `double-click-fuzz' is also used to distinguish
2870 clicks and drags.
2871 (Classifying Events): Clarify descriptions of `event-modifiers'
2872 `event-basic-type' and `event-convert-list'.
2873 (Accessing Events): `posn-timestamp' takes POSITION argument.
2874 (Quoted Character Input): Clarify description of
2875 `read-quoted-char' and fix example.
2876 (Quitting): Add `with-local-quit'.
2877 (Disabling Commands): Correct and clarify descriptions of
2878 `enable-command' and `disable-command'.
2879 Mention what happens if `disabled-command-hook' is nil.
2880 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
2881 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
2882
f478a72a
LT
28832004-07-24 Luc Teirlinck <teirllm@auburn.edu>
2884
2885 * frames.texi: Various changes in addition to:
2886 (Creating Frames): Expand and clarify description of `make-frame'.
2887 (Window Frame Parameters): Either none or both of the `icon-left'
2888 and `icon-top' parameters must be specified. Put descriptions of
2889 `menu-bar-lines' and `toolbar-lines' closer together and change
2890 them accordingly.
2891 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
2892 except while processing `frame-title-format' or `icon-title-format'.
2893 (Deleting Frames): Correct description of `delete-frame'.
2894 Non-nil return values of `frame-live-p' are like those of `framep'.
2895 (Frames and Windows): mention return value of
2896 `set-frame-selected-window'.
2897 (Visibility of Frames): Mention `force' argument to
2898 `make-frame-invisible'. `frame-visible-p' returns t for all
2899 frames on text-only terminals.
2900 (Frame Configurations): Restoring a frame configuration does not
2901 restore deleted frames.
2902 (Window System Selections): `x-set-selection' returns DATA.
2903 (Resources): Add example.
2904 (Display Feature Testing): Clarify descriptions of
2905 `display-pixel-height', `display-pixel-width', `x-server-version'
2906 and `x-server-vendor'.
2907
2908 * windows.texi (Choosing Window): Add anchor.
2909 * minibuf.texi (Minibuffer Misc): Add anchor.
2910
bc135062
JPW
29112004-07-23 John Paul Wallington <jpw@gnu.org>
2912
2913 * macros.texi (Defining Macros): Declaration keyword for setting
2914 Edebug spec is `debug' not `edebug'.
2915
cb7516e5
LT
29162004-07-19 Luc Teirlinck <teirllm@auburn.edu>
2917
2918 * windows.texi: Various small changes in addition to:
2919 (Window Point): Mention return value of `set-window-point'.
2920 (Window Start): `pos-visible-in-window-p' disregards horizontal
2921 scrolling. Explain return value if PARTIALLY is non-nil.
2922 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
2923 and `set-window-vscroll'.
2924 (Size of Window): The argument WINDOW to `window-inside-edges',
2925 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
2926 (Resizing Windows): Explain return value of
2927 `shrink-window-if-larger-than-buffer'.
2928 `window-size-fixed' automatically becomes buffer local when set.
2929 (Window Configurations): Explain return value of
2930 `set-window-configuration'.
2931
2932 * minibuf.texi (Minibuffer Misc): Add anchor for
2933 `minibuffer-scroll-window'.
2934
2935 * positions.texi (Text Lines): Add anchor for `count-lines'.
2936
3751eb00
RS
29372004-07-17 Richard M. Stallman <rms@gnu.org>
2938
2939 * display.texi (Overlay Properties): Adding `evaporate' prop
2940 deletes empty overlay immediately.
2941
2942 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
2943 fix example.
2944
9a7e97c6
LT
29452004-07-16 Jim Blandy <jimb@redhat.com>
2946
2947 * searching.texi (Regexp Backslash): Document new \_< and \_>
2948 operators.
2949
aa0e4da8
JB
29502004-07-16 Juanma Barranquero <lektu@terra.es>
2951
2952 * display.texi (Images): Fix Texinfo usage.
2953
cbbfedb2
LT
29542004-07-14 Luc Teirlinck <teirllm@auburn.edu>
2955
2956 * buffers.texi (Modification Time): `visited-file-modtime' now
2957 returns a list of two integers, instead of a cons.
2958
3a052bd3
LT
29592004-07-13 Luc Teirlinck <teirllm@auburn.edu>
2960
2961 * windows.texi: Various changes in addition to:
2962 (Splitting Windows): Add `split-window-keep-point'.
2963
02c04e6f
RS
29642004-07-09 Richard M. Stallman <rms@gnu.org>
2965
2966 * frames.texi (Input Focus): Minor fix.
2967
cb4f1287
LT
29682004-07-07 Luc Teirlinck <teirllm@auburn.edu>
2969
2970 * frames.texi (Input Focus): Clarify descriptions of
2971 `select-frame-set-input-focus' and `select-frame'.
2972
339902ec
LT
29732004-07-06 Luc Teirlinck <teirllm@auburn.edu>
2974
2975 * os.texi: Various small changes in addition to:
2976 (Killing Emacs): Expand and clarify description of
2977 `kill-emacs-query-functions' and `kill-emacs-hook'.
2978 (System Environment): Expand and clarify description of `getenv'
2979 and `setenv'.
2980 (Timers): Clarify description of `run-at-time'.
2981 (Translating Input): Correct description of
2982 `extra-keyboard-modifiers'.
2983 (Flow Control): Correct description of `enable-flow-control'.
2984
fe3b7e35
TTN
29852004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
2986
2987 * os.texi: Update copyright.
2988 (Session Management): Grammar fix.
2989 Clarify which Emacs does the restarting.
2990 Use @samp for *scratch* buffer.
2991
59db7d6e
LT
29922004-07-04 Alan Mackenzie <acm@muc.de>
2993
2994 * frames.texi (Input Focus): Add documentation for
2995 `select-frame-set-input-focus'. Replace refs to non-existent
2996 `switch-frame' with `select-frame'. Minor corrections and tidying
2997 up of text-only terminal stuff.
2998
e3ccf404
RS
29992004-07-02 Richard M. Stallman <rms@gnu.org>
3000
3001 * files.texi (Saving Buffers): Cleanup write-contents-function.
3002 (Magic File Names): Cleanup file-remote-p.
3003
8addb6eb
KG
30042004-07-02 Kai Grossjohann <kai@emptydomain.de>
3005
3006 * files.texi (Magic File Names): `file-remote-p' returns an
3007 identifier of the remote system, not just t.
3008
7a58d84d
DK
30092004-07-02 David Kastrup <dak@gnu.org>
3010
3011 * searching.texi (Entire Match Data): Add explanation about new
3012 match-data behavior when @var{integers} is non-nil.
3013
d8c379f8
RS
30142004-06-24 Richard M. Stallman <rms@gnu.org>
3015
b4a4b0ae
RS
3016 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
3017
d8c379f8
RS
3018 * customize.texi (Variable Definitions): Note about doc strings
3019 and :set.
3020
3021 * keymaps.texi (Keymap Terminology): Document `kbd'.
3022 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
3023
3024 * display.texi (Invisible Text): Setting buffer-invisibility-spec
3025 makes it buffer-local.
3026
3027 * files.texi (Saving Buffers): Correct previous change.
3028
3029 * commands.texi (Accessing Events):
3030 Clarify posn-col-row and posn-actual-col-row.
3031
30322004-06-24 David Ponce <david.ponce@wanadoo.fr>
3033
3034 * commands.texi (Accessing Events): New functions
3035 posn-at-point and posn-at-x-y. Add example to posn-x-y.
3036
dce417e7
LT
30372004-06-23 Luc Teirlinck <teirllm@auburn.edu>
3038
3039 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
3040 * frames.texi, buffers.texi, backups.texi, variables.texi:
3041 * loading.texi, eval.texi, functions.texi, control.texi:
3042 * symbols.texi, minibuf.texi: Reposition @anchor's.
3043
3044 * help.texi: Various small changes in addition to the following.
3045 (Describing Characters): Describe PREFIX argument to
3046 `key-description'. Correct and clarify definition of
3047 `text-char-description'. Describe NEED-VECTOR argument to
3048 `read-kbd-macro'.
3049 (Help Functions): Clarify definition of `apropos'.
3050
255d07dc
LH
30512004-06-23 Lars Hansen <larsh@math.ku.dk>
3052
3053 * files.texi (Saving Buffers): Correct description of
3054 `write-contents-functions'.
3055
4e9691e9
JB
30562004-06-21 Juanma Barranquero <lektu@terra.es>
3057
3058 * display.texi (Images): Remove redundant @vindex directives.
3059 Rewrite `image-library-alist' doc in active voice.
3060
1ebd4f78
JB
30612004-06-14 Juanma Barranquero <lektu@terra.es>
3062
3063 * display.texi (Images): Document new delayed library loading,
3064 variable `image-library-alist' and (existing but undocumented)
3065 function `image-type-available-p'.
3066
ddfb8369
RS
30672004-06-05 Richard M. Stallman <rms@gnu.org>
3068
3069 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
3070 refer the user to the Initial Input node.
3071 (Text from Minibuffer): Likewise.
3072 (Initial Input): New node. Document this feature
3073 and say it is mostly deprecated.
3074
18684a3a
RS
30752004-05-30 Richard M. Stallman <rms@gnu.org>
3076
7a61e456
RS
3077 * loading.texi (Named Features): Clarify return value
3078 and meaning of NOERROR.
3079
18684a3a
RS
3080 * variables.texi (File Local Variables): Minor cleanup.
3081
c8364415
MA
30822004-05-30 Michael Albinus <michael.albinus@gmx.de>
3083
3084 * files.texi (Magic File Names): Add `file-remote-p' as operation
3085 of file name handlers.
3086
08fd1251
RS
30872004-05-29 Richard M. Stallman <rms@gnu.org>
3088
3089 * modes.texi (Minor Mode Conventions): (-) has no special meaning
3090 as arg to a minor mode command.
3091
71d5a208
RS
30922004-05-22 Richard M. Stallman <rms@gnu.org>
3093
3094 * syntax.texi (Syntax Class Table): Word syntax not just for English.
3095
3096 * streams.texi (Output Variables): Doc float-output-format.
3097
3098 * searching.texi (Regexp Special): Nested repetition can be infloop.
3099
3100 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
3101 real stack overflow.
3102
3103 * compile.texi: Minor cleanups.
3104
31052004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
3106
3107 * lists.texi (Cons Cells): Explain dotted lists, true lists,
3108 circular lists.
3109 (List Elements): Explain handling of circular and dotted lists.
1ebd4f78 3110
022cb162
TTN
31112004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
3112
3113 * modes.texi (Search-based Fontification): Fix typo.
3114
aa7094ba
JB
31152004-05-10 Juanma Barranquero <lektu@terra.es>
3116
3117 * modes.texi (Mode Line Variables): Fix description of
3118 global-mode-string, which is now after which-func-mode, not the
3119 buffer name.
3120
c2383279
LH
31212004-05-07 Lars Hansen <larsh@math.ku.dk>
3122
3123 * modes.texi (Desktop Save Mode): Add.
3124 (Modes): Add menu entry Desktop Save Mode.
3125
3126 * hooks.texi: Add desktop-after-read-hook,
3127 desktop-no-desktop-file-hook and desktop-save-hook.
3128
3129 * locals.texi: Add desktop-save-buffer.
3130
058296d3
JH
31312004-04-30 Jesper Harder <harder@ifa.au.dk>
3132
3133 * display.texi: emacs -> Emacs.
3134
0c54865e
EZ
31352004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
3136
3137 * files.texi (Changing Files): Document set-file-times.
3138
d814862a
JB
31392004-04-23 Juanma Barranquero <lektu@terra.es>
3140
3141 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
3142
e8d6f886
JH
31432004-04-18 Jesper Harder <harder@ifa.au.dk>
3144
3145 * tips.texi (Coding Conventions): defopt -> defcustom.
3146
3a424014
LT
31472004-04-16 Luc Teirlinck <teirllm@auburn.edu>
3148
3149 * sequences.texi: Various clarifications.
3150
9e860631
LT
31512004-04-14 Luc Teirlinck <teirllm@auburn.edu>
3152
3153 * buffers.texi (Read Only Buffers): Mention optional ARG to
3154 `toggle-read-only'.
3155
5e30a0fb
NR
31562004-04-14 Nick Roberts <nick@nick.uklinux.net>
3157
9e860631 3158 * windows.texi (Selecting Windows): Note that get-lru-window
5e30a0fb
NR
3159 returns a full-width window if possible.
3160
619fb950
LT
31612004-04-13 Luc Teirlinck <teirllm@auburn.edu>
3162
3163 * buffers.texi: Various changes in addition to:
3164 (Buffer File Name): Add `find-buffer-visiting'.
3165 (Buffer Modification): Mention optional ARG to `not-modified'.
3166 (Indirect Buffers): Mention optional CLONE argument to
3167 `make-indirect-buffer'.
3168
3169 * files.texi: Various changes in addition to:
3170 (Visiting Functions): `find-file-hook' is now a normal hook.
3171 (File Name Expansion): Explain difference between the way that
3172 `expand-file-name' and `file-truename' treat `..'.
3173 (Contents of Directories): Mention optional ID-FORMAT argument to
3174 `directory-files-and-attributes'.
3175 (Format Conversion): Mention new optional CONFIRM argument to
3176 `format-write-file'.
3177
a2295d32
MB
31782004-04-12 Miles Bader <miles@gnu.org>
3179
3180 * macros.texi (Expansion): Add description of `macroexpand-all'.
3181
571fd4d5
JH
31822004-04-05 Jesper Harder <harder@ifa.au.dk>
3183
3184 * variables.texi (Variable Aliases): Mention
3185 cyclic-variable-indirection.
3186
3187 * errors.texi (Standard Errors): Ditto.
3188
4ba2fd66
LT
31892004-04-04 Luc Teirlinck <teirllm@auburn.edu>
3190
3191 * backups.texi: Various small changes in addition to:
3192 (Making Backups): Mention return value of `backup-buffer'.
3193 (Auto-Saving): Mention optional FORCE argument to
3194 `delete-auto-save-file-if-necessary'.
3195 (Reverting): Mention optional PRESERVE-MODES argument to
3196 `revert-buffer'. Correct description of `revert-buffer-function'.
3197
8f7ea687
JL
31982004-03-22 Juri Linkov <juri@jurta.org>
3199
3200 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
3201 with `Vector Functions'.
3202
3203 * text.texi (Sorting): Add missing quote.
3204
0eeca3c1
LT
32052004-03-14 Luc Teirlinck <teirllm@auburn.edu>
3206
3207 * intro.texi (Lisp History): Replace xref to `cl' manual with
3208 inforef.
3209
e69cfac2
RS
32102004-03-12 Richard M. Stallman <rms@gnu.org>
3211
3212 * intro.texi (Version Info): Add arg to emacs-version.
3213 (Lisp History): Change xref to CL manual.
3214
1b91d47f
LT
32152004-03-09 Luc Teirlinck <teirllm@auburn.edu>
3216
3217 * minibuf.texi (Completion Commands): Add xref to Emacs manual
3218 for Partial Completion mode.
3219
97073664
TTN
32202004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
3221
3222 * customize.texi: Fix typo. Remove eol whitespace.
3223
04a6e76b
RS
32242004-03-04 Richard M. Stallman <rms@gnu.org>
3225
3226 * processes.texi: Fix typos.
3227
3228 * lists.texi (Building Lists): Minor clarification.
3229
3230 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
3231 in make-hash-table.
3232
5bb0fcd1
JB
32332004-02-29 Juanma Barranquero <lektu@terra.es>
3234
3235 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
3236 rm, and ignore exit code.
3237
9022d421
EZ
32382004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
3239
3240 * display.texi (Defining Faces): Add description for min-colors.
3241 Update example.
3242
92f5fba2
LT
32432004-02-23 Luc Teirlinck <teirllm@auburn.edu>
3244
3245 * abbrevs.texi: Various corrections and clarifications in addition
3246 to the following:
3247 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
3248
7e83e178
GM
32492004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
3250
3251 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
3252
9c5609e8
LT
32532004-02-21 Luc Teirlinck <teirllm@auburn.edu>
3254
e2b9b51f
LT
3255 * text.texi: Various small changes in addition to the following:
3256 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
3257 to delete-horizontal-space.
3258 (Kill Functions, Yanking, Low-Level Kill Ring): clarify and correct
3259 description of yank-handler text property at various places.
3260
7daa0e81
LT
3261 * frames.texi (Window System Selections): Add anchor.
3262
9c5609e8
LT
3263 * syntax.texi (Syntax Table Functions): Clarify and correct
3264 descriptions of make-syntax-table and copy-syntax-table.
3265 (Motion and Syntax): Clarify SYNTAXES argument to
3266 skip-syntax-forward.
3267 (Parsing Expressions): Mention that the return value of
3268 parse-partial-sexp is currently a list of ten rather than nine
3269 elements.
3270 (Categories): Various corrections and clarifications.
3271
d29edb21
LT
32722004-02-17 Luc Teirlinck <teirllm@auburn.edu>
3273
3274 * markers.texi (Marker Insertion Types): Minor change.
3275
3276 * locals.texi (Standard Buffer-Local Variables):
3277 * commands.texi (Interactive Codes, Using Interactive):
3278 * functions.texi (Related Topics): Fix xrefs.
3279
43e48bda
LT
32802004-02-16 Luc Teirlinck <teirllm@auburn.edu>
3281
3282 * lists.texi (Sets And Lists): Update description of delete-dups.
3283
84e34002
RS
32842004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
3285
3286 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
3287
32882004-02-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3289
3290 * frames.texi (Parameter Access): frame-parameters arg is optional.
3291 modify-frame-parameters handles nil for FRAME.
3292 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
3293 are all-or-nothing for certain toolkits.
3294 Mention parameter wait-for-wm.
3295 (Frames and Windows): In frame-first-window and frame-selected-window
3296 the arg is optional.
3297 (Input Focus): In redirect-frame-focus the second arg is optional.
3298 (Window System Selections): Mention selection type CLIPBOARD.
3299 Mention data-type UTF8_STRING.
3300 Mention numbering of cut buffers.
3301 (Resources): Describe x-resource-name.
3302
33032004-02-16 Richard M. Stallman <rms@gnu.org>
3304
3305 * windows.texi (Buffers and Windows): Delete false table
3306 about all-frames.
3307
3308 * syntax.texi (Parsing Expressions): Delete old caveat
3309 about parse-sexp-ignore-comments.
3310
3311 * streams.texi (Output Variables): Add print-quoted.
3312
3313 * lists.texi (Building Lists): Minor cleanup.
3314
3315 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
3316
3317 * display.texi (Overlays): Explain overlays use markers.
3318 (Managing Overlays): Explain front-advance and rear-advance
3319 in more detail.
3320
3321 * loading.texi (Unloading): Document unload-feature-special-hooks.
3322 Get rid of fns-NNN.el file.
3323
33242004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
3325
3326 * help.texi (Describing Characters): Fix text-char-description
3327 example output.
3328
3329 * edebug.texi (Using Edebug): Fix example.
3330
3331 * debugging.texi (Internals of Debugger): Fix return value.
43e48bda 3332
84e34002
RS
3333 * files.texi (Changing Files): Fix argname.
3334
3335 * calendar.texi: Fix parens, and default values.
3336
3337 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
3338 * nonascii.texi, objects.texi, os.texi: Minor fixes.
3339 * searching.texi, text.texi, tips.texi, windows.text: Minor fixes.
3340
3341 * positions.texi (Text Lines): Don't add -1 in current-line.
3342
33432004-02-16 Richard M. Stallman <rms@gnu.org>
3344
3345 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
3346
c33b76da
EZ
33472004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
3348
3349 * processes.texi (Low-Level Network): Fix a typo.
3350
9d7271e8
KS
33512004-02-12 Kim F. Storm <storm@cua.dk>
3352
3353 * display.texi (Fringes): Use consistent wording.
3354 Note that window-fringe's window arg is optional.
3355 (Scroll Bars): Use consistent wording.
3356
6827d730
LT
33572004-02-11 Luc Teirlinck <teirllm@auburn.edu>
3358
3359 * tips.texi (Comment Tips): Document the new conventions for
3360 commenting out code.
3361
1cb60b5a
JD
33622004-02-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3363
3364 * positions.texi (Text Lines): Added missing end defun.
3365
7fdd1f62
KS
33662004-02-07 Kim F. Storm <storm@cua.dk>
3367
3368 * positions.texi (Text Lines): Add line-number-at-pos.
3369
eb3c144c
JPW
33702004-02-06 John Paul Wallington <jpw@gnu.org>
3371
3372 * display.texi (Button Properties, Button Buffer Commands):
3373 mouse-2 invokes button, not down-mouse-1.
3374
a1d38d63
JR
33752004-02-04 Jason Rumney <jasonr@gnu.org>
3376
3377 * makefile.w32-in: Sync with Makefile.in changes.
3378
4b574f3d
LT
33792004-02-03 Luc Teirlinck <teirllm@auburn.edu>
3380
3381 * minibuf.texi (Text from Minibuffer): Various corrections and
3382 clarifications.
3383 (Object from Minibuffer): Correct Lisp description of
3384 read-minibuffer.
3385 (Minibuffer History): Clarify description of cons values for
3386 HISTORY arguments.
3387 (Basic Completion): Various corrections and clarifications. Add
3388 completion-regexp-list.
3389 (Minibuffer Completion): Correct and clarify description of
3390 completing-read.
6f6b0433 3391 (Completion Commands): Mention Partial Completion mode. Various
4b574f3d
LT
3392 other minor changes.
3393 (High-Level Completion): Various corrections and clarifications.
3394 (Reading File Names): Ditto.
3395 (Minibuffer Misc): Ditto.
3396
d8186297
LT
33972004-01-26 Luc Teirlinck <teirllm@auburn.edu>
3398
3399 * strings.texi (Text Comparison): assoc-string also matches
3400 elements of alists that are strings instead of conses.
3401 (Formatting Strings): Standardize Texinfo usage. Update index
3402 entries.
3403
9adcb5f2
LT
34042004-01-20 Luc Teirlinck <teirllm@auburn.edu>
3405
3406 * lists.texi (Sets And Lists): Add delete-dups.
3407
3e7274ae
LT
34082004-01-15 Luc Teirlinck <teirllm@auburn.edu>
3409
3410 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
3411 special form.
3412 * macros.texi (Defining Macros): Update description of `declare',
3413 which now is a macro.
3414 (Wrong Time): Fix typos.
3415
944e099f
LT
34162004-01-14 Luc Teirlinck <teirllm@auburn.edu>
3417
3418 * compile.texi (Compilation Functions): Expand descriptions of
e75c1a57 3419 `compile-defun', `byte-compile-file', `byte-recompile-directory'
944e099f
LT
3420 and `batch-byte-compile'. In particular, mention and describe
3421 all optional arguments.
3422 (Disassembly): Correct and clarify the description of `disassemble'.
3423
90c3aa59
LT
34242004-01-11 Luc Teirlinck <teirllm@auburn.edu>
3425
3426 * searching.texi: Various small changes in addition to the
3427 following.
3428 (Regexp Example): Adapt to new value of `sentence-end'.
3429 (Regexp Functions): The PAREN argument to `regexp-opt' can be
3430 `words'.
3431 (Search and Replace): Add usage note for `perform-replace'.
3432 (Entire Match Data): Mention INTEGERS and REUSE arguments to
3433 `match-data'.
3434 (Standard Regexps): Update for new values of `paragraph-start'
3435 and `sentence-end'.
3436
583c353d
LT
34372004-01-07 Luc Teirlinck <teirllm@auburn.edu>
3438
3439 * files.texi (Saving Buffers): Clarify descriptions of
3440 `write-contents-functions' and `before-save-hook'.
3441 Make the defvar's for `before-save-hook' and `after-save-hook'
3442 into defopt's.
3443
05faee07
KS
34442004-01-07 Kim F. Storm <storm@cua.dk>
3445
3446 * commands.texi (Click Events): Describe new image and
3447 width/height elements of click events.
3448 (Accessing Events): Add posn-string, posn-image, and
3449 posn-object-width-height. Change posn-object to return either
3450 image or string object.
3451
a0465ec3
SJ
34522004-01-01 Simon Josefsson <jas@extundo.com>
3453
3454 * hooks.texi (Standard Hooks): Add before-save-hook.
3455 * files.texi (Saving Buffers): Likewise.
3456
972c0c49
RS
34572004-01-03 Richard M. Stallman <rms@gnu.org>
3458
3459 * frames.texi (Frames and Windows): Delete frame-root-window.
3460
dbcd463f
LT
34612004-01-03 Luc Teirlinck <teirllm@auburn.edu>
3462
3463 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
3464
3465 * functions.texi: Various small changes in addition to the
3466 following.
3467 (What Is a Function): `functionp' returns nil for macros. Clarify
3468 behavior of this and following functions for symbol arguments.
3469 (Function Documentation): Add `\' in front of (fn @var{arglist})
3470 and explain why.
3471 (Defining Functions): Mention DOCSTRING argument to `defalias'.
3472 Add anchor.
3473 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
3474
02c77ee9
MB
34752004-01-01 Miles Bader <miles@gnu.org>
3476
3477 * display.texi (Buttons): New section.
3478
903a1a91
AS
34792003-12-31 Andreas Schwab <schwab@suse.de>
3480
3481 * numbers.texi (Math Functions): sqrt reports a domain-error
3482 error.
3483 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
3484
697cf92a
LT
34852003-12-30 Luc Teirlinck <teirllm@auburn.edu>
3486
3f70fe82
LT
3487 * tips.texi (Documentation Tips): Update item on hyperlinks in
3488 documentation strings.
3489
697cf92a
LT
3490 * errors.texi (Standard Errors): Various small corrections and
3491 additions.
3492
3493 * control.texi: Various small changes in addition to the
3494 following.
3495 (Signaling Errors): Provide some more details on how `signal'
3496 constructs the error message. Add anchor to the definition of
3497 `signal'.
3498 (Error Symbols): Describe special treatment of `quit'.
3499 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
3500 to emphasize that it has to be a single form.
3501
3502 * buffers.texi: Add anchor.
3503
4d25144d
RS
35042003-12-29 Richard M. Stallman <rms@gnu.org>
3505
3506 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
3507 (Window Configurations): Add window-configuration-frame.
3508
3509 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
3510
3511 * text.texi (Examining Properties): Add get-char-property-and-overlay.
3512 Change arg name in get-char-property.
3513 (Special Properties): Update handling of keymap property.
3514
3515 * strings.texi (Modifying Strings): Add clear-string.
3516 (Text Comparison): Add assoc-string and remove
3517 assoc-ignore-case, assoc-ignore-representation.
3518
3519 * os.texi (Time of Day): Add set-time-zone-rule.
3520
3521 * numbers.texi (Math Functions): asin, acos, log, log10
697cf92a 3522 report domain-error errors.
4d25144d 3523
697cf92a 3524 * nonascii.texi (Converting Representations):
4d25144d
RS
3525 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
3526 (Encoding and I/O): Add file-name-coding-system.
3527
3528 * modes.texi (Search-based Fontification): Explain that
3529 face specs are symbols with face names as values.
3530
3531 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
3532
3533 * lists.texi (Building Lists): remq moved elsewhere.
3534 (Sets And Lists): remq moved here.
3535 (Association Lists): Refer to assoc-string.
3536
3537 * internals.texi (Garbage Collection): Add memory-use-counts.
3538
3539 * frames.texi (Frames and Windows): Add set-frame-selected-window
3540 and frame-root-window.
3541
697cf92a 3542 * files.texi (Contents of Directories):
4d25144d
RS
3543 Add directory-files-and-attributes.
3544
3545 * display.texi (Refresh Screen): Add force-window-update.
3546 (Invisible Text): Explain about moving point out of invis text.
3547 (Overlay Properties): Add overlay-properties.
3548 (Managing Overlays): Add overlayp.
3549 (GIF Images): Invalid image number displays a hollow box.
3550
3551 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
3552 (Killing Buffers): Add buffer-live-p.
3553
67fafe38
MR
35542003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
3555
3556 * display.texi (Fringes): Fix typo "set-buffer-window".
3557
68e74f25
LT
35582003-12-24 Luc Teirlinck <teirllm@auburn.edu>
3559
3560 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
3561 * nonascii.texi, processes.texi, tips.texi, variables.texi:
3562 Add or change various xrefs and anchors.
3563
3564 * commands.texi: Replace all occurrences of @acronym{CAR} with
3565 @sc{car}, for consistency with the rest of the Elisp manual.
3566 `car' and `cdr' are historically acronyms, but are no longer
3567 widely thought of as such.
3568
3569 * internals.texi (Pure Storage): Mention that `purecopy' does not
3570 copy text properties.
3571 (Object Internals): Now 29 bits are used (in most implementations)
3572 to address Lisp objects.
3573
3574 * variables.texi (Variables with Restricted Values): New node.
3575
3576 * objects.texi (Lisp Data Types): Mention that certain variables
3577 can only take on a restricted set of values and add an xref to
3578 the new node "Variables with Restricted Values".
3579
3580 * eval.texi (Function Indirection): Describe the errors that
3581 `indirect-function' can signal.
3582 (Eval): Clarify the descriptions of `eval-region' and `values'.
3583 Describe `eval-buffer' instead of `eval-current-buffer' and
3584 mention `eval-current-buffer' as an alias for `current-buffer'.
3585 Correct the description and mention all optional arguments.
3586
697cf92a 3587 * nonascii.texi: Various small changes in addition to the
68e74f25
LT
3588 following.
3589 (Converting Representations): Clarify behavior of
3590 `string-make-multibyte' and `string-to-multibyte' for unibyte all
3591 ASCII arguments.
3592 (Character Sets): Document the variable `charset-list' and adapt
3593 the definition of the function `charset-list' accordingly.
3594 (Translation of Characters): Clarify use of generic characters in
3595 `make-translation-table'. Clarify and correct the description of
3596 the use of translation tables in encoding and decoding.
3597 (User-Chosen Coding Systems): Correct and clarify the description
3598 of `select-safe-coding-system'.
3599 (Default Coding Systems): Clarify description of
3600 `file-coding-system-alist'.
3601
a62f71e4
LT
36022003-11-30 Luc Teirlinck <teirllm@auburn.edu>
3603
3604 * strings.texi (Text Comparison): Correctly describe when two
3605 strings are `equal'. Combine and clarify descriptions of
3606 `assoc-ignore-case' and `assoc-ignore-representation'.
3607
3608 * objects.texi (Non-ASCII in Strings): Clarify description of
3609 when a string is unibyte or multibyte.
3610 (Bool-Vector Type): Update examples.
3611 (Equality Predicates): Correctly describe when two strings are
3612 `equal'.
3613
19017752
LT
36142003-11-29 Luc Teirlinck <teirllm@auburn.edu>
3615
3616 * lists.texi (Building Lists): `append' no longer accepts integer
3617 arguments. Update the description of `number-sequence' to reflect
3618 recent changes.
3619 (Sets And Lists): Describe `member-ignore-case' after `member'.
3620
0f6a07a8
KS
36212003-11-27 Kim F. Storm <storm@cua.dk>
3622
3623 * commands.texi (Click Events): Click object may be an images.
3624 Describe (dx . dy) element of click positions.
3625 (Accessing Events): Remove duplicate posn-timestamp.
3626 New functions posn-object and posn-object-x-y.
3627
1ce7c819
KS
36282003-11-23 Kim F. Storm <storm@cua.dk>
3629
3630 * commands.texi (Click Events): Describe enhancements to event
3631 position lists, including new text-pos and (col . row) items.
3632 Mention left-fringe and right-fringe area events.
0f6a07a8 3633 (Accessing Events): New functions posn-area and
1ce7c819
KS
3634 posn-actual-col-row. Mention posn-timestamp. Mention that
3635 posn-point in non-text area still returns buffer position.
3636 Clarify posn-col-row.
3637
cae8ddbb
LH
36382003-11-21 Lars Hansen <larsh@math.ku.dk>
3639
3640 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
3641 * anti.texi (File Attributes): Describe removed parameter
3642 ID-FORMAT.
3643
f7f1a248
LT
36442003-11-20 Luc Teirlinck <teirllm@auburn.edu>
3645
68e74f25 3646 * positions.texi (Positions): Mention that, if a marker is used as
f7f1a248
LT
3647 a position, its buffer is ignored.
3648
3649 * markers.texi (Overview of Markers): Mention it here too.
3650
c5e2fb05
LT
36512003-11-12 Luc Teirlinck <teirllm@auburn.edu>
3652
3653 * numbers.texi (Numeric Conversions): Not just `floor', but also
3654 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
3655
e57d0aa8
LT
36562003-11-10 Luc Teirlinck <teirllm@auburn.edu>
3657
3658 * markers.texi (Creating Markers): Specify insertion type of
3659 created markers. Add xref to `Marker Insertion Types'.
3660 Second argument to `copy-marker' is optional.
3661 (Marker Insertion Types): Mention that most markers are created
3662 with insertion type nil.
3663 (The Mark): Correctly describe when `mark' signals an error.
3664 (The Region): Correctly describe when `region-beginning' and
3665 `region-end' signal an error.
3666
bb3612ec
LT
36672003-11-08 Luc Teirlinck <teirllm@auburn.edu>
3668
3669 * hash.texi (Creating Hash): Clarify description of `eql'.
3670 `makehash' is obsolete.
3671 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
3672
3673 * positions.texi (Point): Change description of `buffer-end', so
3674 that it is also correct for floating point arguments.
3675 (List Motion): Correct argument lists of `beginning-of-defun' and
3676 `end-of-defun'.
3677 (Excursions): Add xref to `Marker Insertion Types'.
3678 (Narrowing): Argument to `narrow-to-page' is optional.
3679
cfb8a797
LT
36802003-11-06 Luc Teirlinck <teirllm@auburn.edu>
3681
3682 * streams.texi (Output Streams): Clarify behavior of point for
3683 marker output streams.
3684
c6177909
LT
36852003-11-04 Luc Teirlinck <teirllm@auburn.edu>
3686
3687 * variables.texi (Defining Variables): Second argument to
3688 `defconst' is not optional.
3689 (Setting Variables): Mention optional argument APPEND to
3690 `add-to-list'.
3691 (Creating Buffer-Local): Expand description of
3692 `make-variable-buffer-local'.
3693 (Frame-Local Variables): Expand description of
3694 `make-variable-frame-local'.
3695 (Variable Aliases): Correct description of optional argument
3696 DOCSTRING to `defvaralias'. Mention return value of
3697 `defvaralias'.
3698 (File Local Variables): Add xref to `File variables' in Emacs
3699 Manual. Correct description of `hack-local-variables'. Mention
3700 `safe-local-variable' property. Mention optional second argument
3701 to `risky-local-variable-p'.
3702
b3645067
LT
37032003-11-03 Luc Teirlinck <teirllm@auburn.edu>
3704
3705 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
3706
10695e5c
EZ
37072003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
3708
3709 * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
3710 lispref/customize.texi, lispref/display.texi, lispref/files.texi,
3711 lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
3712 lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
3713 lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
b3645067 3714 lispref/processes.texi, lispref/searching.texi,
10695e5c
EZ
3715 lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
3716 lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
3717 @acronym{FOO}.
3718
a2f4def1
LT
37192003-10-27 Luc Teirlinck <teirllm@auburn.edu>
3720
3721 * strings.texi (Creating Strings): Argument START to `substring'
3722 can not be `nil'. Expand description of
3723 `substring-no-properties'. Correct description of `split-string',
3724 especially with respect to empty matches. Prevent very bad line
3725 break in definition of `split-string-default-separators'.
3726 (Text Comparison): `string=' and `string<' also accept symbols as
3727 arguments.
3728 (String Conversion): More completely describe argument BASE in
3729 `string-to-number'.
5bb0fcd1 3730 (Formatting Strings): `%s' and `%S' in `format' do require
a2f4def1
LT
3731 corresponding object. Clarify behavior of numeric prefix after
3732 `%' in `format'.
3733 (Case Conversion): The argument to `upcase-initials' can be a
3734 character.
3735
a2296bf9
KH
37362003-10-27 Kenichi Handa <handa@m17n.org>
3737
3738 * display.texi (Fontsets): Fix texinfo usage.
3739
885fef7c
KH
37402003-10-25 Kenichi Handa <handa@m17n.org>
3741
3742 * display.texi (Fontsets): Add description of the function
3743 set-fontset-font.
3744
0c6b7a1f
LT
37452003-10-23 Luc Teirlinck <teirllm@auburn.edu>
3746
3747 * display.texi (Temporary Displays): Add xref to `Documentation
3748 Tips'.
3749
3750 * functions.texi (Function Safety): Use inforef instead of pxref
3751 for SES.
3752
c3cda320
AS
37532003-10-23 Andreas Schwab <schwab@suse.de>
3754
3755 * Makefile.in (TEX, texinputdir): Don't define.
3756 (TEXI2DVI): Define.
3757 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
3758 add $(srcdir)/index.texi.
3759 ($(infodir)/elisp): Remove index.texi dependency.
3760 (elisp.dvi): Likewise. Use $(TEXI2DVI).
3761 (index.texi): Remove target.
3762 (dist): Don't link $(srcdir)/permute-index.
83badb71
AS
3763 (clean): Don't remove index.texi.
3764
c3cda320
AS
3765 * permute-index, index.perm: Remove.
3766 * index.texi: Rename from index.unperm.
3767
e5dadca7
LT
37682003-10-22 Luc Teirlinck <teirllm@auburn.edu>
3769
3770 * tips.texi (Documentation Tips): Document new behavior for face
3771 and variable hyperlinks in Help mode.
3772
6cfb0777
LT
37732003-10-21 Luc Teirlinck <teirllm@auburn.edu>
3774
3775 * objects.texi (Integer Type): Update for extra bit of integer range.
3776 (Character Type): Ditto.
3777
a6eeaa81 37782003-10-16 Eli Zaretskii <eliz@gnu.org>
a4fc3ab3
EZ
3779
3780 * numbers.texi (Integer Basics): Add index entries for reading
3781 numbers in hex, octal, and binary.
3782
c8f9ba83
LK
37832003-10-16 Lute Kamstra <lute@gnu.org>
3784
3785 * modes.texi (Mode Line Format): Mention force-mode-line-update's
3786 argument.
3787
b52a26fb
LT
37882003-10-13 Luc Teirlinck <teirllm@auburn.edu>
3789
3790 * windows.texi (Choosing Window): Fix typo.
3791 * edebug.texi (Edebug Execution Modes): Fix typo.
3792
f7005886
RS
37932003-10-13 Richard M. Stallman <rms@gnu.org>
3794
3795 * windows.texi (Basic Windows): A window has fringe settings,
3796 display margins and scroll-bar settings.
3797 (Splitting Windows): Doc split-window return value.
3798 Clean up one-window-p.
3799 (Selecting Windows): Fix typo.
3800 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
3801 (Buffers and Windows): In set-window-buffer, explain effect
3802 on fringe settings and scroll bar settings.
3803 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
3804 (Choosing Window): Use defopt for pop-up-frame-function.
3805 For special-display-buffer-names, explain same-window and same-frame.
3806 Clarify window-dedicated-p return value.
3807 (Textual Scrolling): scroll-up and scroll-down can get an error.
3808 (Horizontal Scrolling): Clarify auto-hscroll-mode.
3809 Clarify set-window-hscroll.
3810 (Size of Window): Don't mention tool bar in window-height.
3811 (Coordinates and Windows): Explain what coordinates-in-window-p
3812 returns for fringes and display margins.
3813 (Window Configurations): Explain saving fringes, etc.
3814
3815 * tips.texi (Library Headers): Clean up Documentation.
3816
3817 * syntax.texi (Parsing Expressions): Clean up forward-comment
3818 and parse-sexp-lookup-properties.
3819
3820 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
3821
3822 * os.texi (System Environment): Clean up text for load-average errors.
3823
3824 * modes.texi (Hooks): Don't explain local hook details at front.
3825 Clarify run-hooks and run-hook-with-args a little.
3826 Clean up add-hook and remove-hook.
3827
3828 * edebug.texi (Edebug Execution Modes): Clarify t.
3829 Document edebug-sit-for-seconds.
3830 (Coverage Testing): Document C-x X = and =.
3831 (Instrumenting Macro Calls): Fix typo.
3832 (Specification List): Don't index the specification keywords.
3833
c989ebe9
KS
38342003-10-10 Kim F. Storm <storm@cua.dk>
3835
3836 * processes.texi (Network): Introduce make-network-process.
3837
f9525eef
LT
38382003-10-09 Luc Teirlinck <teirllm@auburn.edu>
3839
3840 * tips.texi (Library Headers): Fix typo.
3841
f008b925
LK
38422003-10-07 Juri Linkov <juri@jurta.org>
3843
3844 * modes.texi (Imenu): Mention imenu-create-index-function's
3845 default value. Explain submenus better.
3846
c22c5da6
LK
38472003-10-07 Lute Kamstra <lute@gnu.org>
3848
3849 * modes.texi (Faces for Font Lock): Fix typo.
3850 (Hooks): Explain how buffer-local hook variables can refer to
3851 global hook variables.
3852 Various minor clarifications.
3853
49247521
LK
38542003-10-06 Lute Kamstra <lute@gnu.org>
3855
3856 * tips.texi (Coding Conventions): Mention naming conventions for
3857 hooks.
3858
9296c947
LT
38592003-10-05 Luc Teirlinck <teirllm@auburn.edu>
3860
3861 * loading.texi (Library Search): Correct default value of
3862 load-suffixes.
3863 (Named Features): Fix typo.
3864
0e9b293a
RS
38652003-10-05 Richard M. Stallman <rms@gnu.org>
3866
3867 * loading.texi (Named Features): In `provide',
3868 say how to test for subfeatures.
3869 (Unloading): In unload-feature, use new var name
3870 unload-feature-special-hooks.
3871
49247521 38722003-10-03 Lute Kamstra <lute@gnu.org>
10ee4e90
LK
3873
3874 * modes.texi (Major Mode Conventions): Mention third way to set up
3875 Imenu.
3876 (Imenu): A number of small fixes.
3877 Delete documentation of internal variable imenu--index-alist.
3878 Document the return value format of imenu-create-index-function
3879 functions.
3880
ab8f7d5c
RS
38812003-09-30 Richard M. Stallman <rms@gnu.org>
3882
3883 * processes.texi (Network): Say what stopped datagram connections do.
3884
3885 * lists.texi (Association Lists): Clarify `assq-delete-all'.
3886
3887 * display.texi (Overlay Properties): Clarify `evaporate' property.
3888
49247521 38892003-09-29 Lute Kamstra <lute@gnu.org>
86b9b767
LK
3890
3891 * modes.texi (Mode Line Data): Explain when symbols in mode-line
c22c5da6 3892 constructs should be marked as risky.
86b9b767
LK
3893 Change cons cell into proper list.
3894 (Mode Line Variables): Change cons cell into proper list.
3895
49247521 38962003-09-26 Lute Kamstra <lute@gnu.org>
bc3b02f9
LK
3897
3898 * modes.texi (Mode Line Data): Document the :propertize construct.
3899 (Mode Line Variables): Reorder the descriptions of the variables
c22c5da6 3900 to match their order in the default mode-line-format.
bc3b02f9
LK
3901 Describe the new variables mode-line-position and mode-line-modes.
3902 Update the default values of mode-line-frame-identification,
3903 minor-mode-alist, and default-mode-line-format.
3904 (Properties in Mode): Mention the :propertize construct.
6142d1d0 3905
bc3b02f9 39062003-09-26 Richard M. Stallman <rms@gnu.org>
6142d1d0 3907
c22c5da6 3908 * buffers.texi, commands.texi, debugging.texi, eval.texi:
6142d1d0
RS
3909 * loading.texi, minibuf.texi, text.texi, variables.texi:
3910 Avoid @strong{Note:}.
3911
39122003-09-26 Richard M. Stallman <rms@gnu.org>
3913
3914 * keymaps.texi (Remapping Commands): Fix typo.
3915
41beda59
LT
39162003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
3917
3918 * processes.texi (Low-Level Network): Fix typo.
3919
ef6ae4ff
KS
39202003-09-23 Kim F. Storm <storm@cua.dk>
3921
3922 * processes.texi (Network, Network Servers): Fix typos.
3923 (Low-Level Network): Add timeout value for :server keyword.
3924 Add new option keywords to make-network-process.
3925 Add set-network-process-options.
3926 Explain how to test availability of network options.
3927
b0f23edf
RS
39282003-09-19 Richard M. Stallman <rms@gnu.org>
3929
3930 * text.texi (Motion by Indent): Arg to
3931 backward-to-indentation and forward-to-indentation is optional.
3932
3933 * strings.texi (Creating Strings): Add substring-no-properties.
3934
3935 * processes.texi
3936 (Process Information): Add list-processes arg QUERY-ONLY.
3937 Delete process-contact from here.
3938 Add new status values for process-status.
3939 Add process-get, process-put, process-plist, set-process-plist.
3940 (Synchronous Processes): Add call-process-shell-command.
3941 (Signals to Processes): signal-process allows process objects.
3942 (Network): Complete rewrite.
3943 (Network Servers, Datagrams, Low-Level Network): New nodes.
3944
3945 * positions.texi (Word Motion): forward-word, backward-word
3946 arg is optional. Reword.
3947
3948 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
3949
c22c5da6 3950 * variables.texi (Creating Buffer-Local):
b0f23edf
RS
3951 Delete duplicate definition of buffer-local-value.
3952 (File Local Variables): Explain about discarding text props.
3953
f387bdea
RS
39542003-09-11 Richard M. Stallman <rms@gnu.org>
3955
3956 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
3957 changes variables that record input events.
3958 (Minibuffer Misc): Add minibuffer-selected-window.
3959
3960 * lists.texi (Building Lists): Add copy-tree.
3961
3962 * display.texi (Fontsets): Add char-displayable-p.
3963 (Scroll Bars): New node.
3964
49247521 39652003-09-08 Lute Kamstra <lute@gnu.org>
5df034de
LK
3966
3967 * modes.texi (%-Constructs): Document new `%i' and `%I'
3968 constructs.
3969
fd026ee1
JR
39702003-09-03 Peter Runestig <peter@runestig.com>
3971
3972 * makefile.w32-in: New file.
3973
4828b4d7
RS
39742003-08-29 Richard M. Stallman <rms@gnu.org>
3975
3976 * display.texi (Overlay Properties): Clarify how priorities
3977 affect use of the properties.
3978
a4e4f05d
LT
39792003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
3980
3981 * customize.texi (Type Keywords): Correct the description of
3982 `:help-echo' in the case where `motion-doc' is a function.
3983
3ebe0346
JPW
39842003-08-14 John Paul Wallington <jpw@gnu.org>
3985
3986 * modes.texi (Emulating Mode Line): Subsection, not section.
3987
3afe8e39
RS
39882003-08-13 Richard M. Stallman <rms@gnu.org>
3989
3990 * elisp.texi (Top): Update subnode lists in menu.
3991
3992 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
3993 (Kill Functions): kill-region has new arg yank-handler.
3994 (Yanking): New node.
3995 (Yank Commands): Add yank-undo-function.
3996 (Low-Level Kill Ring):
3997 kill-new and kill-append have new arg yank-handler.
3998 (Changing Properties): Add remove-list-of-text-properties.
3999 (Atomic Changes): New node.
4000
4001 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
4002
4003 * streams.texi (Output Variables): Add eval-expression-print-length
4004 and eval-expression-print-level.
4005
4006 * os.texi (Time Conversion): For encode-time, explain limits on year.
4007
4008 * objects.texi (Character Type): Define anchor "modifier bits".
4009
4010 * modes.texi (Emulating Mode Line): New node.
4011 (Search-based Fontification): Font Lock uses font-lock-face property.
4012 (Other Font Lock Variables): Likewise.
4013
4014 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
4015 not vectors.
4016 (Active Keymaps): Add emulation-mode-map-alists.
4017 (Functions for Key Lookup): key-binding has new arg no-remap.
4018 (Remapping Commands): New node.
4019 (Scanning Keymaps): where-is-internal has new arg no-remap.
4020 (Tool Bar): Add tool-bar-local-item-from-menu.
4021 Clarify when to use tool-bar-add-item-from-menu.
4022
4023 * commands.texi (Interactive Call): commandp has new arg.
4024 (Command Loop Info): Add this-original-command.
4025
e37769b1
JPW
40262003-08-06 John Paul Wallington <jpw@gnu.org>
4027
4028 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
4029
4030 * display.texi (Warning Basics): Fix typo.
4031 (Fringes): Add closing curly bracket and fix typo.
4032
4033 * elisp.texi (Top): Fix typo.
4034
c5e0561f
RS
40352003-08-05 Richard M. Stallman <rms@gnu.org>
4036
4037 * elisp.texi: Update lists of subnodes.
4038
4039 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
4040
4041 * variables.texi (Local Variables): Use lc for example variable names.
4042
4043 * tips.texi (Library Headers): Explain where to put -*-.
4044
4045 * strings.texi (Creating Strings): Fix xref for vconcat.
4046
4047 * sequences.texi (Vector Functions):
4048 vconcat no longer allows integer args.
4049
4050 * minibuf.texi (Reading File Names): read-file-name has new
4051 arg PREDICATE. New function read-directory-name.
4052
4053 * macros.texi (Defining Macros): Give definition of `declare'
4054 (Indenting Macros): New node.
4055
4056 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
4057 (Window Frame Parameters): Make separate table of parameters
4058 that are coupled with specific face attributes.
4059 (Deleting Frames): delete-frame-hooks renamed to
4060 delete-frame-functions.
4061
4062 * files.texi (Magic File Names): Add file-remote-p.
4063 Clarify file-local-copy.
4064
4065 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
4066 here; instead xref Defining Macros.
4067
4068 * display.texi (Warnings): New node, and subnodes.
4069 (Fringes): New node.
4070
4071 * debugging.texi (Test Coverage): New node.
4072
4073 * compile.texi (Compiler Errors): Explain with-no-warnings
4074 and other ways to suppress warnings.
4075
4076 * commands.texi (Interactive Call): Minor clarification.
4077
4078 * buffers.texi (Buffer File Name): set-visited-file-name
4079 renames the buffer too.
4080
4081 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
4082
ee59dede
MR
40832003-07-24 Markus Rost <rost@math.ohio-state.edu>
4084
4085 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
4086
f0514b34
MR
40872003-07-22 Markus Rost <rost@math.ohio-state.edu>
4088
4089 * internals.texi (Garbage Collection): Fix previous change.
4090
c73983bb
RS
40912003-07-22 Richard M. Stallman <rms@gnu.org>
4092
4093 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
4094
4095 * display.texi (Width): Use \s syntax in example.
4096 (Font Selection): Add face-font-rescale-alist.
4097
4098 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
4099 Remove spurious indent in example.
4100
4101 * lists.texi (Building Lists): Add number-sequence.
4102
4103 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
4104
4105 * functions.texi (Function Documentation): Explain how to
4106 show calling convention explicitly in the doc string.
4107
4108 * windows.texi (Selecting Windows): save-selected-window saves
4109 selected window of each frame.
4110 (Window Configurations): Minor change.
4111
4112 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
4113
4114 * streams.texi (Output Variables): Add print-continuous-numbering
4115 and print-number-table.
4116
4117 * processes.texi (Decoding Output): New node.
4118
4119 * os.texi (Time Conversion): decode-time arg is optional.
4120
4121 * objects.texi (Character Type): Don't use space as example for \.
4122 Make list of char names and \-sequences correspond.
4123 Explain that \s is not used in strings. `\ ' needs space after.
4124
4125 * nonascii.texi (Converting Representations): Add string-to-multibyte.
4126 (Translation of Characters): Add translation-table-for-input.
4127 (Default Coding Systems): Add auto-coding-functions.
4128 (Explicit Encoding): Add decode-coding-inserted-region.
4129 (Locales): Add locale-info.
4130
4131 * minibuf.texi (Basic Completion): Describe test-completion.
4132 Collections can be lists of strings.
4133 Clean up lazy-completion-table.
4134 (Programmed Completion): Mention test-completion.
4135 Clarify why lambda expressions are not accepted.
4136 (Minibuffer Misc): Describe minibufferp.
4137
51a8b435
RS
41382003-07-14 Richard M. Stallman <rms@gnu.org>
4139
4140 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
4141
4142 * windows.texi (Selecting Windows): New arg to select-window.
4143 (Selecting Windows): Add with-selected-window.
4144 (Size of Window): Add window-inside-edges, etc.
4145
4146 * internals.texi (Garbage Collection): Add post-gc-hook.
4147
4148 * processes.texi (Subprocess Creation): Add exec-suffixes.
4149
4150 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
4151 (Scanning Keymaps): Add map-keymaps.
4152 (Defining Menus): Add keymap-prompt.
4153
4154 * numbers.texi (Integer Basics): Add most-positive-fixnum,
4155 most-negative-fixnum.
4156
4157 * compile.texi (Byte Compilation): Explain no-byte-compile
4158 (Compiler Errors): New node.
4159
4160 * os.texi (User Identification): user-uid, user-real-uid
4161 can return float.
4162
4163 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
4164 and about derived modes.
4165 (Minor Modes): Add minor-mode-list.
4166 (Defining Minor Modes): Keyword args for define-minor-mode.
4167 (Search-based Fontification): Explain managing other properties.
4168 (Other Font Lock Variables): Add font-lock-extra-managed-props.
4169 (Faces for Font Lock): Add font-locl-preprocessor-face.
4170 (Hooks): Add run-mode-hooks and delay-mode-hooks.
4171
4172 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
e57d0aa8 4173 (Variable Aliases): Clarify defvaralias.
51a8b435
RS
4174
4175 * loading.texi (Library Search): Add load-suffixes.
4176
4177 * minibuf.texi (Basic Completion): Add lazy-completion-table.
4178 (Programmed Completion): Add dynamic-completion-table.
4179
4180 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
4181 (Magic File Names): Specify precedence order of handlers.
199bb209 4182
51a8b435
RS
4183 * commands.texi (Command Overview): Emacs server runs pre-command-hook
4184 and post-command-hook.
4185 (Waiting): New calling convention for sit-for.
4186
4187 * text.texi (Special Properties): local-map and keymap properties
4188 apply based on their stickiness.
4189
c6de56a0
RS
41902003-07-07 Richard M. Stallman <rms@gnu.org>
4191
4192 * modes.texi (Minor Mode Conventions): Specify only some kinds
4193 of list values as args to minor modes.
4194
4195 * files.texi (File Name Expansion): Warn about iterative use
4196 of substitute-in-file-name.
4197
4198 * advice.texi (Activation of Advice): Clean up previous change.
4199
8c761ea6
MR
42002003-07-06 Markus Rost <rost@math.ohio-state.edu>
4201
4202 * advice.texi (Activation of Advice): Note that ad-start-advice is
4203 turned on by default.
4204
c6de56a0
RS
42052003-06-30 Richard M. Stallman <rms@gnu.org>
4206
4207 * text.texi (Buffer Contents): Document current-word.
4208 (Change Hooks): Not called for *Messages*.
4209
4210 * functions.texi (Defining Functions): Explain about redefining
4211 primitives.
4212 (Function Safety): Renamed. Minor changes.
4213 Comment out the detailed criteria for what is safe.
4214
3fe4e567
AS
42152003-06-22 Andreas Schwab <schwab@suse.de>
4216
4217 * objects.texi (Symbol Type): Fix description of examples.
4218
cda7bd13
AS
42192003-06-16 Andreas Schwab <schwab@suse.de>
4220
4221 * hash.texi (Creating Hash): Fix description of :weakness.
4222
fbcffa4a
KG
42232003-06-13 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
4224
4225 * files.texi (Changing Files): copy-file copies file modes, too.
4226
ff6a3bfb
RS
42272003-05-28 Richard M. Stallman <rms@gnu.org>
4228
4229 * strings.texi (Creating Strings): Clarify split-string.
4230
1463a05d
JB
42312003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
4232
4233 * strings.texi (Creating Strings): Update split-string specification
4234 and examples.
4235
af253914
RS
42362003-05-19 Richard M. Stallman <rms@gnu.org>
4237
4238 * elisp.texi: Correct invariant section names.
4239
7ea52f92
RS
42402003-04-20 Richard M. Stallman <rms@gnu.org>
4241
4242 * os.texi (Timers): Explain about timers and quitting.
4243
e31afc09
RS
42442003-04-19 Richard M. Stallman <rms@gnu.org>
4245
4246 * internals.texi (Writing Emacs Primitives): Strings are
4247 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
4248 Explain GCPRO convention for varargs function args.
4249
5ceea398
RS
42502003-04-16 Richard M. Stallman <rms@gnu.org>
4251
4252 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
4253
b0ada147
RS
42542003-04-08 Richard M. Stallman <rms@gnu.org>
4255
4256 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
4257
b23375aa
KS
42582003-02-13 Kim F. Storm <storm@cua.dk>
4259
4260 * objects.texi (Character Type): New \s escape for space.
4261
c60ee5e7
JB
42622003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
4263
4264 * os.texi (System Environment): Added cygwin system-type.
4265
84e47416
RS
42662003-01-25 Richard M. Stallman <rms@gnu.org>
4267
4268 * keymaps.texi: Document that a symbol can act as a keymap.
4269
3e8cf2ea
RS
42702003-01-13 Richard M. Stallman <rms@gnu.org>
4271
4272 * text.texi (Changing Properties): Say string indices are origin-0.
4273
4274 * positions.texi (Screen Lines) <compute-motion>:
4275 Correct order of elts in return value.
4276
4277 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
4278 how to define a default binding.
4279
7abb9fc5 42802002-12-07 Markus Rost <rost@math.ohio-state.edu>
177f790c 4281
104bc3aa 4282 * loading.texi (Unloading): Fix recent change for load-history.
5b1fc152 4283
104bc3aa
MR
4284 * customize.texi (Simple Types): Clarify description of custom
4285 type 'number. Describe new custom type 'float.
177f790c 4286
7abb9fc5 42872002-12-04 Markus Rost <rost@math.ohio-state.edu>
24ff45f3
MR
4288
4289 * variables.texi (File Local Variables): Fix typo.
4290
df140a68 42912002-10-23 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
c60ee5e7 4292
df140a68
KG
4293 From Michael Albinus <Michael.Albinus@alcatel.de>.
4294
4295 * README: Target for Info file is `make info'.
4296
4297 * files.texi (File Name Components): Fixed typos in
4298 `file-name-sans-extension'.
4299 (Magic File Names): Complete list of operations for magic file
4300 name handlers.
4301
7ed9159a
JY
43022002-09-16 Jonathan Yavner <jyavner@engineer.com>
4303
4304 * variables.texi (File Local Variables): New function
4305 risky-local-variable-p.
4306
43072002-09-15 Jonathan Yavner <jyavner@engineer.com>
4308
4309 * functions.texi (Function safety): New node about unsafep.
4310
241f79af
PA
43112002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
4312
4313 * customize.texi (Splicing into Lists): Fixed example.
4314 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>
4315
72459b15
JB
43162002-06-17 Juanma Barranquero <lektu@terra.es>
4317
4318 * frames.texi (Display Feature Testing): Fix typo.
4319
61f7e0f5
AS
43202002-06-12 Andreas Schwab <schwab@suse.de>
4321
4322 * frames.texi (Initial Parameters, Resources): Fix references to
4323 the Emacs manual.
4324
4e792dbd
KS
43252002-05-13 Kim F. Storm <storm@cua.dk>
4326
4327 * variables.texi (Intro to Buffer-Local): Updated warning and
4328 example relating to changing buffer inside let.
4329
940344d4 43302002-03-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
d873ec96
JD
4331
4332 * os.texi (Session Management): New node about X Session management.
4333
231ac53b
EZ
43342002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
4335
4336 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
4337 to which the manual corresponds, and the copyright years.
4338
4339 * Makefile.in (VERSION): Set to 2.9.
4340
140cc574
EZ
43412001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
4342
4343 * elisp.texi: Change the category in @dircategory to "Emacs", to
4344 make it consistent with info/dir.
4345
9c7fce05
MB
43462001-11-25 Miles Bader <miles@gnu.org>
4347
4348 * text.texi (Fields): Describe new `limit' arg in
4349 field-beginning/field-end.
4350
9f8bbf0f
EZ
43512001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
4352
a5e6715c
EZ
4353 * permute-index: Don't depend on csh-specific features. Replace
4354 the interpreter name with /bin/sh.
4355
9f8bbf0f
EZ
4356 * two-volume-cross-refs.txt: New file.
4357 * two.el: New file.
4358 * spellfile: New file.
4359
1756e2fb
EZ
43602001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
4361
4362 * permute-index: New file.
4363
4364 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
4365 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
4366 8+3 restricted namespace.
ad050e54
EZ
4367
4368 * Makefile.in (infodir): Define relative to $(srcdir).
4369 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
4370 include directories list via -I switch to makeinfo.
4371 (index.texi): Use cp if both hard and symbolic links fail.
4372
10fa7f8e
EZ
43732001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
4374
7a1494ce
EZ
4375 * Makefile.in (distclean): Add.
4376
10fa7f8e
EZ
4377 The following changes make ELisp manual part of the Emacs
4378 distribution:
4379
4380 * Makefile.in: Add Copyright notice.
4381 (prefix): Remove.
4382 (infodir): Change value to "../info".
4383 (VPATH): New variable.
4384 (MAKE): Don't define.
4385 (texmacrodir): Don't define.
4386 (texinputdir): Append the existing value of TEXINPUTS.
4387 ($(infodir)/elisp): Instead of just "elisp". Reformat the
4388 command to be compatible with man/Makefile.in, and to put the
4389 output into ../info.
5c32b7c5 4390 (info): Add target.
10fa7f8e
EZ
4391 (installall): Target removed.
4392
ad050e54 43932001-10-31 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2b209b97
PJ
4394
4395 * tips.texi (Coding Conventions): Fix typo.
4396
6fd735df
GM
43972001-10-23 Gerd Moellmann <gerd@gnu.org>
4398
4399 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
4400
b704d54b
EZ
44012001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
4402
4403 * files.texi (File Name Components): Update the description of
4404 file-name-sans-extension and file-name-extension, as they now
4405 ignore leading dots.
4406
71431a0e
GM
44072001-10-20 Gerd Moellmann <gerd@gnu.org>
4408
6aa97356 4409 * (Version 21.1 released.)
71431a0e 4410
79f1f96c
MB
44112001-10-19 Miles Bader <miles@gnu.org>
4412
4413 * positions.texi (Text Lines): Describe behavior of
4414 `beginning-of-line'/`end-of-line' in the presence of field properties.
4415
892a8f36
GM
44162001-10-17 Gerd Moellmann <gerd@gnu.org>
4417
4418 * Makefile.in (VERSION): Set to 2.8.
4419 (manual): Use `manual-21'.
4420
8c1cc9e8 4421 * elisp.texi (VERSION): Add and use it where the version
892a8f36
GM
4422 number was used. Set it to 2.8.
4423
4424 * intro.texi: Likewise.
4425
51724e26
EZ
44262001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
4427
4428 * files.texi (File Name Completion): Document the significance of
4429 a trailing slash in elements of completion-ignored-extensions.
4430
57b338e8
MB
44312001-10-06 Miles Bader <miles@gnu.org>
4432
4433 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
4434
c89e4bc5
GM
44352001-10-04 Gerd Moellmann <gerd@gnu.org>
4436
4437 * variables.texi (Variable Aliases): New node.
4438
ab952a4f
GM
44392001-10-04 Gerd Moellmann <gerd@gnu.org>
4440
4441 * Branch for 21.1.
dff28924 4442
9db3a582
MB
44432001-10-02 Miles Bader <miles@gnu.org>
4444
ae1a9581
MB
4445 * minibuf.texi (Minibuffer Misc): Add entries for
4446 `minibuffer-contents', `minibuffer-contents-no-properties', and
4447 `delete-minibuffer-contents'.
4448 Correct description for `minibuffer-prompt-end'.
4449
9db3a582
MB
4450 * text.texi (Property Search): Correct descriptions of
4451 `next-char-property-change' and `previous-char-property-change'.
4452 Add entries for `next-single-char-property-change' and
4453 `previous-single-char-property-change'.
4454 Make operand names a bit more consistent.
4455
03be5931
EZ
44562001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
4457
4458 * frames.texi (Finding All Frames): Document that next-frame and
4459 previous-frame are local to current terminal.
4460
974548ec
EZ
44612001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
4462
4463 * keymaps.texi (Creating Keymaps): Fix the description of the
dff28924 4464 result of make-keymap.
974548ec 4465
8d82c597
EZ
44662001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
4467
4468 * display.texi (Font Lookup, Attribute Functions)
4469 (Image Descriptors): Add cross-references to the definition of
4470 selected frame.
4471
4472 * buffers.texi (The Buffer List): Add cross-references to the
4473 definition of selected frame.
4474
4475 * frames.texi (Input Focus): Clarify which frame is _the_ selected
4476 frame at any given time.
4477 (Multiple Displays, Size and Position): Add a cross-reference to
4478 the definition of the selected frame.
4479
2842de30
EZ
44802001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
4481
4482 * strings.texi (String Conversion) <string-to-number>: Document
4483 that a float is returned for integers that are too large.
4484
4485 * frames.texi (Mouse Position): Document mouse-position-function.
4486 (Display Feature Testing): Document display-images-p.
4487 (Window Frame Parameters): Document the cursor-type variable.
4488
4489 * numbers.texi (Integer Basics): Document CL style read syntax for
4490 integers in bases other than 10.
4491
4492 * positions.texi (List Motion): Document
4493 open-paren-in-column-0-is-defun-start.
4494
4495 * lists.texi (Sets And Lists): Document member-ignore-case.
4496
4497 * internals.texi (Garbage Collection): Document the used and free
4498 strings report.
4499 (Memory Usage): Document strings-consed.
4500
4501 * os.texi (Time of Day): Document float-time.
4502 (Recording Input): Document that clear-this-command-keys clears
4503 the vector to be returned by recent-keys.
4504
4505 * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
4506 argument keymap can be a list.
4507
4508 * nonascii.texi (User-Chosen Coding Systems)
4509 <select-safe-coding-system>: Document the new argument
4510 accept-default-p and the variable
4511 select-safe-coding-system-accept-default-p. Tell what happens if
4512 buffer-file-coding-system is undecided.
4513 (Default Coding Systems): Document auto-coding-regexp-alist.
4514
4515 * display.texi (The Echo Area) <message>: Document
4516 message-truncate-lines.
4517 (Glyphs): Document that the glyph table is unused on windowed
4518 displays.
4519
4520 * help.texi (Describing Characters) <single-key-description>:
4521 Document the new argument no-angles.
4522 (Accessing Documentation) <documentation-property>: Document that
4523 a non-string property is evaluated.
4524 <documentation>: Document that the function-documentation property
4525 is looked for.
4526
4527 * windows.texi (Selecting Windows): Document some-window.
4528
4529 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
4530
4531 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
4532 apropos-mode-hook.
4533
4534 * commands.texi (Using Interactive): Document interactive-form.
4535 (Keyboard Macros): Document kbd-macro-termination-hook.
4536 (Command Loop Info): Document that clear-this-command-keys clears
4537 the vector to be returned by recent-keys.
4538
2d43d823
GM
45392001-09-04 Werner LEMBERG <wl@gnu.org>
4540
4541 * Makefile.in (srcdir, texinputdir): New variables.
4542 (srcs, index.texi, install): Use $(srcdir).
4543 (.PHONY): Remove elisp.dvi.
4544 (elisp): Use -I switch for makeinfo.
4545 (elisp.dvi): Use $(srcdir) and $(texinputdir).
4546 (installall, dist): Use $(srcdir).
4547 Fix path to texinfo.tex.
4548 (maintainer-clean): Add elisp.dvi and elisp.oaux.
4549
fa739b31
GM
45502001-08-30 Gerd Moellmann <gerd@gnu.org>
4551
92a25631
GM
4552 * display.texi (Conditional Display): Adjust to API change.
4553
fa739b31
GM
4554 * configure: New file.
4555
cef68af5
GM
45562001-07-30 Gerd Moellmann <gerd@gnu.org>
4557
4558 * commands.texi (Repeat Events): Add description of
4559 double-click-fuzz.
4560
d1f08d85
SM
45612001-05-08 Stefan Monnier <monnier@cs.yale.edu>
4562
4563 * syntax.texi (Syntax Class Table): Add the missing designator for
4564 comment and string fences.
4565 (Syntax Properties): Add a xref to syntax table internals.
4566 (Syntax Table Internals): Document string-to-syntax.
4567
1e9fc92e
GM
45682001-05-07 Gerd Moellmann <gerd@gnu.org>
4569
4570 * Makefile.in (install): Use install-info command line options
4571 like in Emacs' Makefile.in.
4572
00480554
MB
45732000-12-09 Miles Bader <miles@gnu.org>
4574
4575 * windows.texi (Window Start): Update documentation for
4576 `pos-visible-in-window-p'.
4577
1e344ee2
SM
45782000-11-12 Stefan Monnier <monnier@cs.yale.edu>
4579
4580 * lists.texi (Building Lists): Add footnote to explain how to add
4581 to the end of a list.
4582
a540f6ed
GM
45832000-10-25 Gerd Moellmann <gerd@gnu.org>
4584
4585 * files.texi (Visiting Functions): Typos.
4586
28bcdbee
KH
45872000-10-25 Kenichi Handa <handa@etl.go.jp>
4588
4589 * files.texi (Visiting Functions): Return value of
4590 find-file-noselect may be a list of buffers if wildcards are used.
4591
22d1a4ed
MB
45922000-10-24 Miles Bader <miles@lsi.nec.co.jp>
4593
4594 * display.texi (Defining Faces): Document `graphic' display type
4595 in face specs.
4596
916a89db
KG
45972000-10-18 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4598
1e9fc92e 4599 * hooks.texi (Standard Hooks): Replace obsolete
916a89db
KG
4600 `after-make-frame-hook' with `after-make-frame-functions'.
4601
1e9fc92e 4602 * frames.texi (Creating Frames): Ditto.
916a89db 4603
1e9fc92e 4604 * variables.texi (Future Local Variables): Ditto.
916a89db 4605
483de32b
GM
46062000-10-16 Gerd Moellmann <gerd@gnu.org>
4607
4608 * display.texi (Other Image Types): Add description of :foreground
4609 and :background properties of mono PBM images.
4610
e23a63a5
WL
46112000-08-17 Werner LEMBERG <wl@gnu.org>
4612
4613 * .cvsignore: New file.
4614
dfc16043
GM
46152000-01-05 Gerd Moellmann <gerd@gnu.org>
4616
4617 * tindex.pl: New script.
4618
602613fe
DL
46191999-12-03 Dave Love <fx@gnu.org>
4620
4621 * Makefile.in (MAKEINFO): New parameter.
4622
94ec544d
DL
46231999-09-17 Richard Stallman <rms@gnu.org>
4624
4625 * Makefile.in (srcs): Add hash.texi.
4626 (VERSION): Update to 20.6.
4627
46281999-09-13 Richard Stallman <rms@gnu.org>
4629
4630 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
4631
46321998-08-29 Karl Heuer <kwzh@gnu.org>
4633
4634 * configure.in: New file.
4635 * Makefile.in: Renamed from Makefile.
4636 (prefix, infodir): Use value obtained from configure.
4637 (emacslibdir): Obsolete variable deleted.
4638 (dist): Distribute configure.in, configure, Makefile.in.
4639
46401998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
4641
4642 * Makefile (INSTALL_INFO): New variable.
4643 (install): Run install-info.
4644
46451998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
4646
4647 * Makefile (elisp.dvi): Add missing backslash.
4648
46491998-05-02 Richard Stallman <rms@psilocin.gnu.org>
4650
4651 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
4652 Run texindex without `./'. Always run texindex on elisp.tp.
4653 (elisp.tps): Target deleted.
4654
46551998-04-05 Richard Stallman <rms@psilocin.gnu.org>
4656
4657 * Makefile (srcs): Add nonascii.texi and customize.texi.
4658 (dist): Start by deleting `temp'.
4659
46601998-02-17 Richard Stallman <rms@psilocin.gnu.org>
4661
4662 * Makefile (makeinfo, texindex): Targets deleted.
4663 (makeinfo.o, texindex.o): Targets deleted.
4664 (clean, dist): Don't do anything with them or with getopt*.
4665
46661998-01-30 Richard Stallman <rms@psilocin.gnu.org>
4667
4668 * Makefile (SHELL): Defined.
4669
46701998-01-27 Richard Stallman <rms@psilocin.gnu.org>
4671
4672 * Makefile (elisp.tps): New target.
4673 (elisp.dvi): Depend on elisp.tps.
4674
4675Wed Apr 3 15:24:25 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
4676
4677 * README: Update phone number.
4678
4679 * Makefile (elisp): Make this be the default target.
4680 Depend on makeinfo.c instead of makeinfo.
4681 (install): Don't depend on elisp.dvi, since we don't install that.
4682 Use mkinstalldirs.
4683 (dist): Add mkinstalldirs.
4684
4685Mon Jun 19 14:35:26 1995 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4686
4687 * Makefile (VERSION): Update version number.
4688 (maintainer-clean): Renamed from realclean.
4689
4690Wed Jun 7 17:04:59 1995 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
4691
4692 * Makefile (realclean): New target.
4693 (elisp): Remove any old elisp-* files first.
4694
4695Tue Nov 23 19:59:40 1993 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
4696
d1f08d85
SM
4697 * Makefile (VERSION): New variable.
4698 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
4699 Compressed file suffix should be `.gz', not `.z'.
94ec544d
DL
4700
4701Mon Nov 22 15:06:19 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4702
4703 * Makefile (elisp): Depend on makeinfo.
4704
4705Fri Nov 19 02:29:33 1993 Noah Friedman (friedman@gnu.ai.mit.edu)
4706
d1f08d85 4707 * Makefile (srcs): Add anti.texi.
94ec544d
DL
4708
4709Fri May 28 18:04:53 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4710
4711 * Makefile (infodir, prefix): New vars.
4712 (install): Use infodir.
4713 (emacsinfodir): Deleted.
4714
4715Thu May 27 02:11:25 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4716
4717 * Makefile (srcs): Add calendar.texi.
4718
4719 * Makefile (dist): Copy texindex.c and makeinfo.c.
4720 Limit elisp-* files to those with one or two digits.
4721
4722Sun May 16 17:58:21 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4723
4724 * Makefile (dist): Changed to use Gzip instead of compress.
4725
4726Fri Apr 23 01:05:23 1993 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
4727
4728 * loading.texi (Unloading): define-function changed back to
4729 defalias. It may not stay this way, but at least it's
4730 consistent with the known-good version of the code patch.
4731
4732Fri Mar 26 21:14:54 1993 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
4733
4734 * modes.texi (Hooks): Document new optional arg of add-hook.
4735
4736Wed Mar 17 08:48:24 1993 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
4737
d1f08d85 4738 * variables.texi: Document nil initial value of buffer-local variables.
94ec544d
DL
4739
4740 * tips.texi: Add new section on standard library headers.
4741
4742Sat Feb 27 18:00:25 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4743
4744 * Makefile (srcs): Add frame.texi to the list of sources.
4745
4746Tue Feb 23 10:50:25 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4747
4748 * Makefile (dist): Don't bother excluding autosave files; they'll
4749 never make it into the temp directory anyway, and the hash marks
4750 in the name are problematic for make and the Bourne shell.
dff28924 4751 (srcs):
94ec544d
DL
4752
4753Fri Feb 12 16:54:38 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4754
d1f08d85 4755 * Makefile (dist): Don't include backup files or autosave files in
94ec544d
DL
4756 the distribution tar file.
4757
dff28924 4758Tue Nov 26 21:10:34 1991 Richard Stallman (rms@mole.gnu.ai.mit.edu)
94ec544d
DL
4759
4760 * Makefile (srcs): Added index.perm.
4761 (elisp.dvi): Remove erroneous shell comment.
4762 Expect output of permute-index in permuted.fns.
4763 Save old elisp.aux in elisp.oaux.
4764 (clean): Added index.texi to be deleted.
4765
dff28924 4766Sat Aug 11 17:39:10 1990 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
94ec544d
DL
4767
4768 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
4769
dff28924 4770Tue Jun 26 09:57:26 1990 David Lawrence (tale@geech)
94ec544d
DL
4771
4772 * files.texi: Noted that completion-ignored-extensions is ignored
4773 when making *Completions*.
4774
4775Fri Jun 8 16:44:44 EDT 1990 Jay Fenlason (hack@ai.mit.edu)
4776
4777 * Makefile make dist now depends on elisp.dvi, since it tries
4778 to include it in the dist file.
4779
dff28924 4780Wed Mar 28 22:57:35 1990 Jim Kingdon (kingdon@mole.ai.mit.edu)
94ec544d
DL
4781
4782 * functions.texinfo (Mapping Functions): Add missing quote
4783
dff28924 4784Mon Jun 19 18:09:24 1989 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
94ec544d
DL
4785
4786 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
4787 (defunargs): Turn off \hyphenchar of \sl font temporarily.
4788
dff28924 4789Wed May 10 18:01:17 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
4790
4791 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
4792 and @error{} are the terms now being used. The files in the
4793 directory have been changed to reflect this.
4794
d1f08d85 4795 * All instances of @indentedresultt{} have been changed to
94ec544d
DL
4796 ` @result{}', using 5 spaces at the begining of the line.
4797
dff28924 4798Mon Apr 24 21:02:55 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
4799
4800 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
4801 experimental @indentedresult{}, @indentedexpandsto{} are part of
4802 the texinfo.tex in this directory. These TeX macros are not
4803 stable yet.
4804
dff28924 4805Mon Apr 17 18:56:50 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
4806
4807 * texinfo.tex: temporarily added
d1f08d85 4808 \let\result=\dblarrow
94ec544d
DL
4809 \def\error{{\it ERROR} \longdblarrow}
4810 We need to do this better soon.
4811
dff28924 4812Tue Apr 11 12:23:28 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
4813
4814 * Applied Karl Berry's patches to *.texinfo files, but not to
4815 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
4816 new title page format is also not applied, since it requires
4817 texinfo.tex changes.)
4818
4819 * Cleaned up `Makefile' and defined the `emacslibdir' directory
4820 for the Project GNU development environment.
4821
ad050e54 4822;; Local Variables:
fd026ee1 4823;; coding: iso-2022-7bit
ad050e54 4824;; End:
2a34a036 4825
651f374c 4826 Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004,
ceb4c4d3 4827 2005, 2006 Free Software Foundation, Inc.
2a34a036
GM
4828 Copying and distribution of this file, with or without modification,
4829 are permitted provided the copyright notice and this notice are preserved.
ab5796a9
MB
4830
4831;;; arch-tag: 985ae0ce-df29-475b-b3f8-4bbcbf6f7fda