* minibuf.texi (Intro to Minibuffers): Fix typos.
[bpt/emacs.git] / doc / lispref / ChangeLog
CommitLineData
11625308
JB
12009-03-23 Juanma Barranquero <lekktu@gmail.com>
2
3 * minibuf.texi (Intro to Minibuffers): Fix typos.
4
7b34420d
CY
52009-03-23 Chong Yidong <cyd@stupidchicken.com>
6
7 * minibuf.texi (Intro to Minibuffers): Remove long-obsolete info
8 about minibuffers in old Emacs versions. Copyedits. Emphasize
9 that enable-recursive-minibuffers defaults to nil.
10 (Text from Minibuffer): Simplify introduction.
11
f9257eed
AM
122009-03-22 Alan Mackenzie <acm@muc.de>
13
14 * commands.texi (Using Interactive): Clarify string argument to
15 `interactive' - even promptless elements need \n separators.
16
f639ba70
CY
172009-03-18 Chong Yidong <cyd@stupidchicken.com>
18
19 * minibuf.texi (Completion Styles): New node.
20
21 * elisp.texi (Top): Update node listing.
22
d897e8ee
CY
232009-03-17 Chong Yidong <cyd@stupidchicken.com>
24
25 * minibuf.texi (Basic Completion): Note that
26 read-file-name-completion-ignore-case and
27 read-buffer-completion-ignore-case can override
28 completion-ignore-case.
29 (Minibuffer Completion): Document completing-read changes.
30 (Completion Commands): Avoid mentioning partial completion mode.
31 Document minibuffer-completion-confirm changes, and
32 minibuffer-confirm-exit-commands.
33 (High-Level Completion): Document new require-match behavior for
34 read-buffer. Document read-buffer-completion-ignore-case.
35 (Reading File Names): Document new require-match behavior for
36 read-file-name.
37
b1f23349
CY
382009-03-14 Chong Yidong <cyd@stupidchicken.com>
39
40 * debugging.texi (Error Debugging): Don't mislead the reader into
41 thinking that debug-on-error enters debugger for C-f at EOB.
42 (Error Debugging): Setting debug-on-init within the init file
43 works, and has for some time.
44
d6eb4e25
KH
452009-03-13 Kenichi Handa <handa@m17n.org>
46
47 * display.texi (Fontsets): Update the description.
48
1cf53dc5
CY
492009-03-13 Chong Yidong <cyd@stupidchicken.com>
50
51 * advice.texi (Advising Primitives): Link to What Is a Function.
52
81f919fc
CY
532009-03-12 Chong Yidong <cyd@stupidchicken.com>
54
cf4229eb
CY
55 * compile.texi (Speed of Byte-Code): Update example.
56 (Disassembly): Update examples.
57
81f919fc 58 * loading.texi (Repeated Loading): Simplify examples.
f2bbc08c
CY
59
60 * customize.texi (Common Keywords): It's not necessary to use :tag
61 to remove hyphens, as custom-unlispify-tag-name does it
62 automatically.
63 (Variable Definitions): Link to File Local Variables. Document
64 customized-value symbol property.
65 (Customization Types): Move menu to end of node.
66
955964d7
CY
672009-03-10 Chong Yidong <cyd@stupidchicken.com>
68
69 * macros.texi (Compiling Macros): Omit misleading sentence, which
70 implied that macros can only be used in the same file they are
71 defined.
72 (Backquote): Remove obsolete information about Emacs 19.
73
d25ed7db
GM
742009-03-05 John Foerch <jjfoerch@earthlink.net> (tiny change)
75
76 * display.texi (Display Margins): Fix paren typo.
77
d55f6ca5
CY
782009-02-27 Chong Yidong <cyd@stupidchicken.com>
79
f0e57ed8
CY
80 * elisp.texi (Top): Update node listing.
81
82 * variables.texi (Variables): Clarify introduction.
83 (Global Variables): Mention that setq is a special form.
84 (Local Variables): Use active voice.
85 (Tips for Defining): Mention marking variables as safe.
86 (Buffer-Local Variables): Mention terminal-local and frame-local
87 variables together.
88 (File Local Variables): Copyedits.
89 (Frame-Local Variables): Note that they are not really useful.
90 (Future Local Variables): Node deleted.
91
d55f6ca5
CY
92 * objects.texi (General Escape Syntax): Update explanation of
93 unicode escape syntax.
94
ca8f09a8
CY
952009-02-23 Chong Yidong <cyd@stupidchicken.com>
96
97 * control.texi (Control Structures): Add cindex entry for "textual
98 order".
99
100 * eval.texi (Intro Eval): Copyedits. Standardize on "form"
101 instead of "expression" throughout.
102 (Function Indirection): Copyedits. Use active voice.
103 (Eval): The default value of max-lisp-eval-depth is now 400.
104
a20878b6
MB
1052009-02-23 Miles Bader <miles@gnu.org>
106
107 * processes.texi (System Processes): Rename `system-process-attributes'
108 to `process-attributes'.
109
61f66044
CY
1102009-02-22 Chong Yidong <cyd@stupidchicken.com>
111
1b80d1f3
CY
112 * symbols.texi (Property Lists): Emphasize that property lists are
113 not restricted to symbol cells.
114 (Other Plists): Copyedit.
115
61f66044
CY
116 * sequences.texi (Sequences Arrays Vectors): Make introduction
117 more concise.
118 (Arrays): Mention char-tables and bool-vectors too.
119 (Vectors): Don't repeat information given in Arrays node. Link to
120 nodes that explain the vector usage examples.
121 (Char-Tables): Note that char-table elements can have arbitrary
122 type. Explain effect of omitted char-table-extra-slots property.
8a63cf41 123 Link to Property Lists node.
61f66044 124
9403944b
CY
1252009-02-22 Chong Yidong <cyd@stupidchicken.com>
126
127 * lists.texi (Building Lists): Remove obsolete Emacs 20 usage of
128 `append'.
4068c7b4 129 (List Elements): Copyedits.
9403944b
CY
130
131 * sequences.texi (Vector Functions): Remove obsolete Emacs 20 use
132 of `vconcat'.
133
134 * strings.texi (Creating Strings): Copyedits. Remove obsolete
135 Emacs 20 usage of `concat'.
136 (Case Conversion): Copyedits.
137
b87a185f
CY
1382009-02-21 Chong Yidong <cyd@stupidchicken.com>
139
140 * objects.texi (Lisp Data Types, Syntax for Strings, Buffer Type):
141 Minor edits.
142 (Frame Configuration Type): Emphasize that it is not primitive.
143 (Font Type): New node.
144 (Type Predicates): Add fontp; type-of now recognizes font object
145 types.
146
147 * intro.texi (Version Info): Update version numbers in examples.
148 (Acknowledgements): List more contributors.
149
150 * elisp.texi: Bump version number to 3.0.
151 (Top): Link to Font Type node.
152
867d4bb3
JB
1532009-02-20 Juanma Barranquero <lekktu@gmail.com>
154
155 * modes.texi (Major Mode Conventions): Remove duplicate words.
156 (Customizing Keywords): Fix typo.
157
77730170
EZ
1582009-02-14 Eli Zaretskii <eliz@gnu.org>
159
160 * nonascii.texi (User-Chosen Coding Systems): Document that
161 select-safe-coding-system suggests raw-text if there are raw bytes
162 in the region.
163 (Explicit Encoding): Warn not to use `undecided' when encoding.
164
c8736212
GM
1652009-02-11 Glenn Morris <rgm@gnu.org>
166
167 * frames.texi (Visibility of Frames): Mention the effect multiple
168 workspaces/desktops can have on visibility.
169
ab992d66
EZ
1702009-02-07 Eli Zaretskii <eliz@gnu.org>
171
c8736212
GM
172 * text.texi (Commands for Insertion):
173 * commands.texi (Event Mod):
174 * keymaps.texi (Searching Keymaps):
ab992d66
EZ
175 * nonascii.texi (Translation of Characters): Reinstate
176 documentation of translation-table-for-input.
7d2a859f
EZ
177 (Explicit Encoding): Document the `charset' text property produced
178 by decode-coding-region and decode-coding-string.
ab992d66 179
e651a255
AM
1802009-01-27 Alan Mackenzie <acm@muc.de>
181
182 * modes.texi (Search-based Fontification): Correct a typo.
183
bc5cde4b
JB
1842009-01-25 Juanma Barranquero <lekktu@gmail.com>
185
186 * abbrevs.texi (Abbrev Table Properties): Fix typo.
187 Reported by Seweryn Kokot <sewkokot@gmail.com>. (Bug#2039)
188
3533155b
EZ
1892009-01-24 Eli Zaretskii <eliz@gnu.org>
190
f721deda
EZ
191 * display.texi (Window Systems): Document the value of
192 `initial-window-system' under --daemon.
193
3533155b
EZ
194 * os.texi (System Environment): Remove description of the
195 `environment' function which has been deleted.
196
f79b43b2
DN
1972009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
198
199 * frames.texi (Multiple Displays): Remove documentation for
200 removed function make-frame-on-tty.
201
e3aa6669
CY
2022009-01-22 Chong Yidong <cyd@stupidchicken.com>
203
204 * files.texi (Format Conversion Piecemeal): Clarify behavior of
205 write-region-annotate-functions. Document
206 write-region-post-annotation-function.
207
fb13a416
CY
2082009-01-19 Chong Yidong <cyd@stupidchicken.com>
209
210 * display.texi (Font Lookup): Document WIDTH argument of
211 x-list-fonts.
212
02eccf6b
EZ
2132009-01-17 Eli Zaretskii <eliz@gnu.org>
214
ead3f58d
EZ
215 * maps.texi (Standard Keymaps): Rename function-key-map to
216 local-function-key-map.
217
218 * keymaps.texi (Translation Keymaps): Rename function-key-map to
219 local-function-key-map.
220
221 * nonascii.texi (Terminal I/O Encoding): `keyboard-coding-system'
222 and `set-keyboard-coding-system' now accept an optional terminal
223 argument.
224
225 * commands.texi (Event Mod): `keyboard-translate-table' is now
226 terminal-local.
227 (Function Keys): Rename function-key-map to
228 local-function-key-map.
229
df05a163
EZ
230 * elisp.texi (Top): Make @detailmenu be consistent with changes in
231 frames.texi.
232
0ed8034e 233 * hooks.texi (Standard Hooks): Document `delete-frame-functions'
490f1197
EZ
234 `delete-terminal-functions', `suspend-tty-functions' and
235 `resume-tty-functions'.
0ed8034e
EZ
236
237 * frames.texi (Frames): Document `frame-terminal' and
238 `terminal-live-p'.
239 (Multiple Displays): Document `make-frame-on-tty'.
240 (Multiple Terminals): Document `terminal-list', `delete-terminal',
241 `terminal-name', and `get-device-terminal'.
490f1197
EZ
242 (Terminal Parameters): Document `terminal-parameters',
243 `terminal-parameter', and `set-terminal-parameter'.
0ed8034e
EZ
244
245 * os.texi (System Environment): Document `environment' and
246 `initial-environment'.
490f1197
EZ
247 (Suspending Emacs): Update for multi-tty; document
248 `suspend-tty', `resume-tty', and `controlling-tty-p'.
0ed8034e 249
02eccf6b
EZ
250 * nonascii.texi (Coding System Basics): More accurate description
251 of `raw-text'.
252
f19fea97
JB
2532009-01-12 Juanma Barranquero <lekktu@gmail.com>
254
255 * display.texi (Low-Level Font): Fix typo.
256
16fa292f
CY
2572009-01-10 Chong Yidong <cyd@stupidchicken.com>
258
259 * elisp.texi (Top): Update node listing.
260
261 * display.texi (PostScript Images): Node deleted.
262
0b4faef3
EZ
2632009-01-10 Eli Zaretskii <eliz@gnu.org>
264
3355f04d
EZ
265 * processes.texi (Decoding Output): Document that null bytes force
266 no-conversion for reading process output.
267
268 * files.texi (Reading from Files): Document that null bytes force
269 no-conversion when visiting files.
270
11625308 271 * processes.texi (Serial Ports): Improve wording, suggested by RMS.
538395d9 272
0b4faef3
EZ
273 * nonascii.texi (Lisp and Coding Systems): Document
274 inhibit-null-byte-detection and inhibit-iso-escape-detection.
c06ea95e 275 (Character Properties): Improve wording.
0b4faef3 276
ce9cf065
CY
2772009-01-09 Chong Yidong <cyd@stupidchicken.com>
278
279 * display.texi (Font Lookup): Remove obsolete function
280 x-font-family-list. x-list-fonts accepts Fontconfig/GTK syntax.
281 (Low-Level Font): Rename from Fonts, move to end of Faces section.
282 (Font Selection): Reorder order of variable descriptions. Minor
283 clarifications.
284
285 * elisp.texi (Top): Update node listing.
286
ab756fb3
GM
2872009-01-09 Glenn Morris <rgm@gnu.org>
288
289 * commands.texi (Command Loop Info): Say that last-command-char and
290 last-input-char are obsolete aliases.
291
292 * edebug.texi (Edebug Recursive Edit): Remove separate references to
293 last-input-char and last-command-char, since they are just aliases for
294 last-input-event and last-command-event.
295
296 * minibuf.texi (Minibuffer Commands): Use last-command-event rather than
297 last-command-char.
298
6b2b8ab1
CY
2992009-01-08 Chong Yidong <cyd@stupidchicken.com>
300
301 * elisp.texi: Update node listing.
302
303 * display.texi (Faces): Put Font Selection node after Auto Faces.
304 (Face Attributes): Don't link to Font Lookup. Document
305 font-family-list.
306 (Fonts): New node.
307
3568e767
JR
3082009-01-08 Jason Rumney <jasonr@gnu.org>
309
310 * frames.texi (Pointer Shape): Clarify that only X supports
311 changing the standard pointer shapes. (Bug#1485)
312
6221c8db
CY
3132009-01-08 Chong Yidong <cyd@stupidchicken.com>
314
315 * display.texi (Attribute Functions): Note that a function value
316 :height is relative, and that compatibility functions work by
317 calling set-face-attribute.
318 (Displaying Faces): Reorder list in order of increasing priority.
319 (Face Remapping): New node. Content moved here from Displaying
320 Faces.
321 (Glyphs): Link to Face Functions.
322
e3d3799a
CY
3232009-01-08 Chong Yidong <cyd@stupidchicken.com>
324
325 * display.texi (Faces): Don't discuss face id here. facep does
326 not return t.
327 (Defining Faces): Minor clarification.
328 (Face Attributes): Rearrange items to match docstring of
329 set-face-attribute. Add :foundry attribute. Document new role of
330 :font attribute. Texinfo usage fix.
331 (Attribute Functions): Copyedits.
332 (Face Functions): Note that face number is seldom used.
333
638a2457
RS
3342009-01-05 Richard M Stallman <rms@gnu.org>
335
336 * strings.texi (Predicates for Strings): Minor clarification.
337
338 * functions.texi (Function Safety): Texinfo usage fix.
339
49ea0074
JB
3402009-01-04 Eduard Wiebe <usenet@pusto.de> (tiny patch)
341
342 * objects.texi (General Escape Syntax): Fix typo.
343
9f822178
MR
3442009-01-03 Martin Rudalics <rudalics@gmx.at>
345
346 * windows.texi (Choosing Window): Say that pop-up-frame-alist
347 works via the default value of pop-up-frame-function.
348
af34ad36
EZ
3492009-01-02 Eli Zaretskii <eliz@gnu.org>
350
351 * processes.texi (System Processes): Document the `time' and
352 `ctime' attributes of `system-process-attributes'.
353
d31f6679
CY
3542009-01-01 Chong Yidong <cyd@stupidchicken.com>
355
356 * display.texi (Face Attributes): Clarify :height attribute.
357
174dc00c
MR
3582008-12-31 Martin Rudalics <rudalics@gmx.at>
359
360 * buffers.texi (The Buffer List): Clarify what moves a buffer to
361 the front of the buffer list. Add entries for `last-buffer' and
362 `unbury-buffer'.
363
b8afe7e4
EZ
3642008-12-27 Eli Zaretskii <eliz@gnu.org>
365
d14030f5
EZ
366 * elisp.texi (Top): Add @detailmenu items for "Multiple Terminals"
367 and its subsections.
368
369 * frames.texi (Multiple Terminals, Low-level Terminal)
370 (Terminal Parameters, Frames on Other TTY devices): New sections.
371 (Frames): Add an xref to "Multiple Terminals".
372
765980a4
EZ
373 * elisp.texi (Top): Add @detailmenu item for "Terminal Type".
374
375 * objects.texi (Terminal Type): New node.
376 (Editing Types): Add it to the menu.
377
47bd5577
EZ
378 * elisp.texi (Top): Add a @detailmenu item for "Directory Local
379 Variables".
380
eb22b78c 381 * variables.texi (Directory Local Variables): New node.
47bd5577 382 (Variables): Add a menu item for it.
eb22b78c 383
b8afe7e4
EZ
384 * loading.texi (Autoload): Document `generate-autoload-cookie' and
385 `generated-autoload-file'.
386
77bb0476
EZ
3872008-12-20 Eli Zaretskii <eliz@gnu.org>
388
028e2c19
EZ
389 * os.texi (Startup Summary): Add xref to documentation of
390 `initial-window-system'.
391
77bb0476
EZ
392 * display.texi (Window Systems): Document `window-system' the
393 function. The variable `window-system' is now frame-local.
028e2c19 394 Document `initial-window-system'.
77bb0476 395
dda87836
MR
3962008-12-19 Martin Rudalics <rudalics@gmx.at>
397
398 * windows.texi (Windows): Rewrite description of
399 fit-window-to-buffer.
400
caef3ed2
GM
4012008-12-13 Glenn Morris <rgm@gnu.org>
402
403 * modes.texi (Font Lock Basics): Fix level description. (Bug#1534)
404 (Levels of Font Lock): Refer to font-lock-maximum-decoration.
405
21c58e4d
GM
4062008-12-12 Glenn Morris <rgm@gnu.org>
407
408 * debugging.texi (Error Debugging): Refer forwards to
409 eval-expression-debug-on-error.
410
af38459f
EZ
4112008-12-05 Eli Zaretskii <eliz@gnu.org>
412
5dedd9b5
EZ
413 * strings.texi (String Basics): Only unibyte strings that
414 represent key sequences hold 8-bit raw bytes.
415
af38459f
EZ
416 * nonascii.texi (Coding System Basics): Rewrite @ignore'd
417 paragraph to speak about `undecided'.
418 (Character Properties): Don't explain the meaning of each
419 property; instead, identify their Unicode Standard names.
b3f1f4a5 420 (Character Sets): Document `map-charset-chars'.
af38459f 421
fa047ae7
GM
4222008-12-02 Glenn Morris <rgm@gnu.org>
423
424 * files.texi (Format Conversion Round-Trip): Rewrite format-write-file
425 section yet again.
426
47dbc044
EZ
4272008-11-29 Eli Zaretskii <eliz@gnu.org>
428
98d05998
EZ
429 * nonascii.texi (Character Properties): New Section.
430 (Specifying Coding Systems): Document
431 `coding-system-priority-list', `set-coding-system-priority', and
432 `with-coding-priority'.
433 (Lisp and Coding Systems): Document `check-coding-systems-region'
434 and `coding-system-charset-list'.
435 (Coding System Basics): Document `coding-system-aliases'.
436
437 * elisp.texi (Top): Add a @detailmenu entry for "Character
438 Properties".
439
47dbc044
EZ
440 * objects.texi (Character Type): Correct the range of Emacs
441 characters. Add an @xref to "Character Codes".
442
443 * strings.texi (String Basics): Add an @xref to "Character Codes".
444
445 * numbers.texi (Integer Basics): Add an @xref to `max-char'.
446
447 * nonascii.texi (Explicit Encoding): Update for Emacs 23.
448 (Character Codes): Document `max-char'.
449
8b80cdf5
EZ
4502008-11-28 Eli Zaretskii <eliz@gnu.org>
451
452 * nonascii.texi (Text Representations, Converting Representations)
453 (Character Sets, Scanning Charsets, Translation of Characters):
454 Make text more accurate.
455
a99dceba
GM
4562008-11-28 Glenn Morris <rgm@gnu.org>
457
458 * files.texi (Format Conversion Round-Trip): Improve previous change.
459
f6dc3bed
CY
4602008-11-26 Chong Yidong <cyd@stupidchicken.com>
461
462 * modes.texi (Auto Major Mode): Fix example.
463
5da9413d
GM
4642008-11-25 Glenn Morris <rgm@gnu.org>
465
466 * control.texi (Signaling Errors): Fix `wrong-type-argument' name.
467
468 * files.texi (Format Conversion Round-Trip):
469 Use active voice for previous change.
470
fcca848c
CY
4712008-11-25 Chong Yidong <cyd@stupidchicken.com>
472
473 * os.texi (Processor Run Time):
474 * processes.texi (Transaction Queues):
475 * markers.texi (The Mark):
476 * windows.texi (Choosing Window, Selecting Windows):
477 * files.texi (Changing Files, Magic File Names):
478 * commands.texi (Key Sequence Input):
479 * functions.texi (Declaring Functions):
480 * strings.texi (Predicates for Strings):
481 * intro.texi (nil and t): Fix typos (pointed out by Drew Adams).
482
36c8dc54
CY
4832008-11-24 Chong Yidong <cyd@stupidchicken.com>
484
485 * help.texi (Accessing Documentation): Update example.
486
487 * variables.texi (Defining Variables): Note that `*' is not
488 necessary if defcustom is used.
489
2a79b242
EZ
4902008-11-22 Eli Zaretskii <eliz@gnu.org>
491
492 * elisp.texi (Top): Remove "Chars and Bytes" and "Splitting
493 Characters" from @detailmenu.
494
495 * nonascii.texi (Character Codes, Character Sets)
496 (Scanning Charsets, Translation of Characters): Update for Emacs 23.
497 (Chars and Bytes, Splitting Characters): Sections removed.
498
392f0d26
LK
4992008-11-22 Lute Kamstra <lute@gnu.org>
500
501 * positions.texi (Text Lines): Update goto-line documentation.
502
af1a5cd5
MR
5032008-11-21 Martin Rudalics <rudalics@gmx.at>
504
6a4cfb0c
MR
505 * frames.texi (Frames): Fix typo, add cross references, reword.
506 (Initial Parameters): Reword special-display-frame-alist text.
507 (Frames and Windows): Reword. Describe argument norecord for
508 set-frame-selected-window.
509 (Input Focus): Describe argument norecord for select-frame.
510 Remove comment on MS-Windows behavior for focus-follows-mouse.
511 (Raising and Lowering): Mention windows-frames dichotomy in
512 metaphor.
513
af1a5cd5
MR
514 * windows.texi (Displaying Buffers, Vertical Scrolling)
515 (Horizontal Scrolling): Fix indenting and rewording issues
516 introduced with 2008-11-07 change.
517
c249fa9c
GM
5182008-11-20 Glenn Morris <rgm@gnu.org>
519
520 * files.texi (Format Conversion Round-Trip): Mention `preserve'
521 element of `format-alist'.
522
204d4665
GM
5232008-11-19 Glenn Morris <rgm@gnu.org>
524
525 * doclicense.texi: Update to FDL 1.3.
526 * elisp.texi, vol1.texi, vol2.texi: Relicense under FDL 1.3 or later.
527
cc0910af
CY
5282008-11-18 Chong Yidong <cyd@stupidchicken.com>
529
efe6e7c4
CY
530 * windows.texi (Window Hooks): Remove *-end-trigger-functions
531 vars, which are obsolete. Mention jit-lock-register.
532
533 * modes.texi (Other Font Lock Variables): Document
534 jit-lock-register and jit-lock-unregister.
535
cc0910af
CY
536 * frames.texi (Color Parameters): Document alpha parameter.
537
aeeedf76
MR
5382008-11-16 Martin Rudalics <rudalics@gmx.at>
539
540 * windows.texi (Splitting Windows, Deleting Windows)
541 (Selecting Windows, Cyclic Window Ordering)
542 (Buffers and Windows, Displaying Buffers, Choosing Window)
543 (Dedicated Windows, Window Point, Window Start and End)
544 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling)
545 (Size of Window, Resizing Windows, Window Configurations)
546 (Window Parameters): Avoid @var at beginning of sentences and
547 reword accordingly.
548
4c565c5c
LK
5492008-11-11 Lute Kamstra <lute@gnu.org>
550
551 * files.texi (File Name Components): Fix file-name-extension
552 documentation.
553
25f494c9
JB
5542008-11-11 Juanma Barranquero <lekktu@gmail.com>
555
556 * frames.texi (Basic Parameters): Remove display-environment-variable
557 and term-environment-variable.
558
a1401ab1
EZ
5592008-11-08 Eli Zaretskii <eliz@gnu.org>
560
561 * windows.texi (Basic Windows, Splitting Windows)
562 (Deleting Windows, Selecting Windows, Cyclic Window Ordering)
563 (Buffers and Windows, Displaying Buffers, Dedicated Windows)
25f494c9
JB
564 (Resizing Windows, Window Configurations, Window Parameters):
565 Fix wording and markup.
a1401ab1 566
efafc282
MR
5672008-11-07 Martin Rudalics <rudalics@gmx.at>
568
569 * windows.texi (Windows): Update entries.
570 (Basic Windows): Remove listing of attributes. Reword.
86ab855a 571 (Splitting Windows, Deleting Windows): Reword.
efafc282
MR
572 (Selecting Windows, Cyclic Window Ordering): Reword with special
573 emphasis on order of recently selected windows and buffer list.
86ab855a
MR
574 (Buffers and Windows, Choosing Window): Reword with special
575 emphasis on dedicated windows.
576 (Displaying Buffers): Reword. For switch-to-buffer mention that
577 it may fall back on pop-to-buffer. For other-window try to
578 explain how it treats the cyclic ordering of windows.
efafc282
MR
579 (Dedicated Windows): New node and section discussing dedicated
580 windows and associated functions.
86ab855a 581 (Window Point): Add entry for window-point-insertion-type. Reword.
efafc282
MR
582 (Window Start and End): Rename node and section title. Reword.
583 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling):
584 Minor rewording.
585 (Size of Window): Reword, in particular text on window-width.
586 (Resizing Windows): Reword. Add text on balancing windows.
587 (Window Configurations): Reword. Mention window parameters.
588 (Window Parameters): New node and section on window parameters.
589 (Window Hooks): Reword. Mention that
590 window-configuration-change-hook is run "buffer-locally".
591 * elisp.texi (Top): Update Windows entries in @detailmenu
592 section.
593
d60a8ab2
JB
5942008-11-04 Juanma Barranquero <lekktu@gmail.com>
595
596 * searching.texi (Regexp Search): Fix typo.
597
01777627
CY
5982008-11-03 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
599
600 * searching.texi (Regexp Search): Document GREEDY arg.
601 (Simple Match Data): Fix return value.
602
c4526e93
EZ
6032008-11-01 Eli Zaretskii <eliz@gnu.org>
604
605 * nonascii.texi (Text Representations): Rewrite to make consistent
606 with Emacs 23 internal representation of characters. Document
607 `unibyte-string'.
608
fe2ae8b5
CY
6092008-10-28 Chong Yidong <cyd@stupidchicken.com>
610
611 * processes.texi (Process Information): Note that process-status
612 does not accept buffer names.
613
cc5a21e3
CY
6142008-10-27 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
615
616 * positions.texi (Skipping Characters): Correct return value of
617 skip-chars-forward.
618
09460d9a
MR
6192008-10-25 Martin Rudalics <rudalics@gmx.at>
620
520b29e7
MR
621 * windows.texi (Deleting Windows): Update documentation of
622 delete-windows-on.
623 (Buffers and Windows): Update documentations of
624 get-buffer-window and get-buffer-window-list.
625 (Displaying Buffers): Update documentation of
626 replace-buffer-in-windows.
627
09460d9a
MR
628 * buffers.texi (Current Buffer): Reword set-buffer and
629 with-current-buffer documentations.
630 (Creating Buffers): Reword documentation of get-buffer-create.
631
4d48fcdc
MR
6322008-10-23 Martin Rudalics <rudalics@gmx.at>
633
634 * buffers.texi (Current Buffer): Reword documentation of
635 set-buffer.
636 (Buffer Names): Reword documentation of buffer-name.
637 (The Buffer List): For bury-buffer explain what happens with the
638 buffer's window.
639 (Creating Buffers): Say that get-buffer-create's arg is called
640 buffer-or-name.
641
f0143c43
CY
6422008-10-22 Chong Yidong <cyd@stupidchicken.com>
643
3e5dbbd3
CY
644 * advice.texi (Computed Advice): Explain what DEFINITION is.
645
f0143c43
CY
646 * nonascii.texi (Character Codes): Remove obsolete function
647 char-valid-p, and document characterp instead.
648
52a94b85
MR
6492008-10-22 Martin Rudalics <rudalics@gmx.at>
650
651 * windows.texi (Displaying Buffers): Reword documentation of
652 pop-to-buffer.
653 (Choosing Window): Rewrite documentation of display-buffer and
654 its options.
655
f76f8246
MR
656 * buffers.texi (Killing Buffers): Update documentation of
657 kill-buffer.
658
acc8b598
EZ
6592008-10-21 Eli Zaretskii <eliz@gnu.org>
660
80e6b6df
EZ
661 * processes.texi (Serial Ports): Fix wording and improve markup.
662
3645358a
EZ
663 * searching.texi (Regexp Search): Document `string-match-p' and
664 `looking-at-p'.
665 (POSIX Regexps): Add an xref for "non-greedy".
666 (Regexp Special): Add @cindex entry for "non-greedy".
667
b3d50cff 668 * display.texi (Attribute Functions): Document `face-all-attributes'.
bf190568 669 (Image Cache) <image-refresh>: Minor wording fixes.
b3d50cff 670
73b7530a
EZ
671 * frames.texi (Color Names): Add an xref to `read-color'.
672
673 * minibuf.texi (High-Level Completion): Document `read-color'.
674
acc8b598
EZ
675 * elisp.texi (Top): Add "Swapping Text" to @detailmenu.
676
677 * positions.texi (Narrowing): Add an xref to "Swapping Text".
678
679 * buffers.texi (Swapping Text): New section, documents
680 `buffer-swap-text'.
681
10e187e8
MR
6822008-10-21 Martin Rudalics <rudalics@gmx.at>
683
684 * windows.texi (Resizing Windows): Minor wording fix.
685
fd6f900c
EZ
6862008-10-20 Eli Zaretskii <eliz@gnu.org>
687
688 * processes.texi (Shell Arguments): Document `split-string-and-unquote'
689 and `combine-and-quote-strings'.
690
691 * strings.texi (Creating Strings): Add xrefs for them.
692
e4372165
EZ
6932008-10-19 Eli Zaretskii <eliz@gnu.org>
694
d6328fba
EZ
695 * elisp.texi (Top): Make descriptive text for "Reading File Names"
696 match the corresponding menu in minibuf.texi.
697
e4372165
EZ
698 * minibuf.texi (Reading File Names): Document `read-shell-command'
699 and `minibuffer-local-shell-command-map'.
700
5d8dda33
MR
7012008-10-19 Martin Rudalics <rudalics@gmx.at>
702
703 * windows.texi (Resizing Windows): Remove var{} around "window" in
704 documentation of enlarge-window.
705 Rewrite documentation of window-min-height and window-min-width.
706
437706cd
EZ
7072008-10-19 Eli Zaretskii <eliz@gnu.org>
708
80f85d7c
EZ
709 * functions.texi (Calling Functions): Document `apply-partially'.
710
291703b5
EZ
711 * hooks.texi (Standard Hooks): Mention
712 `before-hack-local-variables-hook' and `hack-local-variables-hook'.
713
714 * variables.texi (File Local Variables): Document
715 `file-local-variables-alist', `before-hack-local-variables-hook'
716 and `hack-local-variables-hook'.
717
583d8b3c
EZ
718 * processes.texi (Synchronous Processes): Document `process-lines'.
719
437706cd 720 * customize.texi (Variable Definitions): Document
583d8b3c 721 `custom-reevaluate-setting'.
437706cd 722
7e51d89b
MR
7232008-10-18 Martin Rudalics <rudalics@gmx.at>
724
725 * windows.texi (Choosing Window, Deleting Windows)
726 (Displaying Buffers): Expand documentation of dedicated windows.
727
43c59a3d
EZ
7282008-10-18 Eli Zaretskii <eliz@gnu.org>
729
018a960d
EZ
730 * files.texi (Changing Files): Document symbolic input of file
731 modes to `set-file-modes'. Document `read-file-modes' and
732 `file-modes-symbolic-to-number'.
733
2c0b8144
EZ
734 * maps.texi (Standard Keymaps): Document `multi-query-replace-map'
735 and `search-map'.
736
80120f13
EZ
737 * searching.texi (Search and Replace): Document
738 `replace-search-function' and `replace-re-search-function'.
2c0b8144 739 Document `multi-query-replace-map'.
80120f13 740
6d4913f0
EZ
741 * minibuf.texi (Text from Minibuffer): Document `read-regexp'.
742 (Completion Commands, Reading File Names): Rename
743 `minibuffer-local-must-match-filename-map' to
744 `minibuffer-local-filename-must-match-map'.
745 (Minibuffer Completion): The `require-match' argument to
746 `completing-read' can now have the value `confirm-only'.
747
43c59a3d
EZ
748 * windows.texi (Displaying Buffers): Minor wording fix.
749 (Choosing Window): `split-height-threshold' can now be nil.
750 Document `split-width-threshold'. `pop-up-frames' can have the
751 value `graphic-only'.
752
f36acfd9
EZ
7532008-10-17 Eli Zaretskii <eliz@gnu.org>
754
755 * os.texi (Startup Summary): Document `before-init-time' and
756 `after-init-time'. Document `initial-window-system' and
757 `window-system-initialization-alist'. Document reading the
758 abbrevs file. Document the call to `server-start' under --daemon.
759 Rearrange a bit to be consistent with the code flow.
53728487
EZ
760 (Processor Run Time): Document `emacs-uptime' and `emacs-init-time'.
761 (Time Parsing): Document `format-seconds'.
f36acfd9 762
96995b89
MR
7632008-10-17 Martin Rudalics <rudalics@gmx.at>
764
765 * windows.texi (Basic Windows, Splitting Windows): Fix whitespace
766 and reword.
767
2de17c73
EZ
7682008-10-16 Eli Zaretskii <eliz@gnu.org>
769
770 * markers.texi (The Mark): Document use-region-p.
771
9cf52b11
EZ
7722008-10-15 Eli Zaretskii <eliz@gnu.org>
773
c3aaf1d7
EZ
774 * internals.texi (Writing Emacs Primitives): The interactive spec
775 of a primitive can be a Lisp form.
776
841a1743
EZ
777 * markers.texi (The Mark): Document the `lambda' and `(only . OLD)'
778 values of transient-mark-mode. Document handle-shift-selection.
779
780 * commands.texi (Using Interactive, Interactive Codes): Document `^'.
781 (Interactive Examples): Show an example of `^'.
782 (Key Sequence Input): Document this-command-keys-shift-translated.
c3aaf1d7
EZ
783 (Defining Commands, Using Interactive): The interactive-form of a
784 function can be added via its symbol's property.
841a1743 785
52441368
EZ
786 * positions.texi (List Motion): beginning-of-defun-function can
787 now accept an argument.
788
8e8c1a72
EZ
789 * text.texi (Low-Level Kill Ring): interprogram-paste-function can
790 now return a list of strings.
791
a33a1f2a
EZ
792 * control.texi (Handling Errors): Document ignore-errors.
793
4fb04348
EZ
794 * frames.texi (Creating Frames): Document frame-inherited-parameters.
795 (Parameter Access): Document set-frame-parameter.
796
ee666f84
EZ
797 * variables.texi (Creating Buffer-Local): Add an xref to "Setting
798 Hooks" for the effect of kill-all-local-variables on local hook
799 functions.
800
9cf52b11
EZ
801 * modes.texi (Major Mode Conventions, Mode Line Variables):
802 `mode-name' need not be a string. xref to "Mode Line Data" for
803 details, and to "Emulating Mode Line" for computing a string
804 value.
805
22526bc4
EZ
8062008-10-14 Eli Zaretskii <eliz@gnu.org>
807
a65f6a85
EZ
808 * processes.texi (System Processes): New section.
809 (Processes, Signals to Processes): Add xrefs to it.
810
811 * objects.texi (Editing Types): A `process' is a subprocess of
812 Emacs, not just any process running on the OS.
813
814 * elisp.texi (Top): Adjust the @detailmenu for the above two
815 changes.
816
2724b26a
EZ
817 * sequences.texi (Char-Tables): Remove documentation of
818 set-char-table-default, which has no effect since Emacs 23.
819 <char-table-range, set-char-table-range>: Don't mention generic
820 characters and charsets. Add a cons cell as a possible argument.
821
822 * nonascii.texi (Splitting Characters)
823 (Translation of Characters): Don't mention generic characters.
824
825 * display.texi (Fontsets): Don't mention generic characters.
826
22526bc4 827 * sequences.texi (Char-Tables): `map-char-table' can now call its
25f494c9 828 argument FUNCTION with a cons cell as KEY.
22526bc4 829
eaf4b689
EZ
8302008-10-13 Eli Zaretskii <eliz@gnu.org>
831
45e46036
EZ
832 * objects.texi (Primitive Function Type): Move "@cindex special
833 forms" from here...
834
835 * eval.texi (Special Forms): ...to here.
836
837 * functions.texi (What Is a Function): `functionp' returns nil for
838 special forms. Add an xref.
839
eaf4b689
EZ
840 * elisp.texi (Top): Add a @detailmenu entry for "Frame-Local
841 Variables".
842
843 * variables.texi (Frame-Local Variables): New section.
844 (Buffer-Local Variables): Add an xref to it.
845 (Intro to Buffer-Local, Creating Buffer-Local): A variable cannot
846 have both frame-local and buffer-local binding.
847
848 * frames.texi (Frames): Mention multiple tty frames.
849 (Frame Parameters, Parameter Access): Mention frame-local variable
850 bindings.
851
15688fce
GM
8522008-09-20 Glenn Morris <rgm@gnu.org>
853
854 * display.texi (Defining Faces): Recommend against face variables.
855
35539065
JB
8562008-09-16 Juanma Barranquero <lekktu@gmail.com>
857
858 * display.texi (Echo Area Customization): Fix typo.
859
6a57054b
JB
8602008-09-09 Juanma Barranquero <lekktu@gmail.com>
861
862 * loading.texi (Where Defined): Add `defface' item.
863
d632fb82
MR
8642008-09-06 Martin Rudalics <rudalics@gmx.at>
865
866 * loading.texi (Where Defined): Fix description of symbol-file.
867
905a9adb
JR
8682008-08-26 Jason Rumney <jasonr@gnu.org>
869
870 * display.texi (TIFF Images): New section describing :index property.
871
852e91b7
CY
8722008-08-23 Chong Yidong <cyd@stupidchicken.com>
873
874 * display.texi (Temporary Displays): Remove unnecessary comment
875 about usage of temp-buffer-show-hook.
876
6be001ee
CY
8772008-08-05 Chong Yidong <cyd@stupidchicken.com>
878
879 * symbols.texi (Other Plists): Fix incorrect example.
880 Suggested by Florian Beck.
881
58e3d8e8
JB
8822008-07-31 Juanma Barranquero <lekktu@gmail.com>
883
884 * os.texi: Fix previous change.
885
7c2fb837
DN
8862008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
887
888 * os.texi:
889 * intro.texi:
890 * files.texi: Remove VMS support.
891
9e2a2647
DN
8922008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
893
894 * os.texi:
895 * frames.texi:
896 * display.texi: Remove mentions of Mac Carbon.
897
c4f4682b
MB
8982008-07-01 Miles Bader <miles@gnu.org>
899
900 * text.texi (Special Properties):
901 * display.texi (Truncation): Add wrap-prefix and line-prefix.
902
3696411e
JB
9032008-06-28 Johan Bockgård <bojohan@gnu.org>
904
905 * display.texi (Other Image Types): Fix copy/paste error; say
906 "PBM", not "XBM".
907
f2a77c3a
DN
9082008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
909
910 * os.texi: Remove references to obsolete systems.
911
6d52677d
EZ
9122008-06-20 Eli Zaretskii <eliz@gnu.org>
913
914 * makefile.w32-in (distclean): Remove makefile.
915
1a87da4c
GM
9162008-06-17 Glenn Morris <rgm@gnu.org>
917
918 * Makefile.in (emacsver, miscmanualdir, VERSION, manual, install)
919 (elisp, dist): Remove rules and variables that are obsolete now
920 the lisp manual is no longer distributed separately.
921
fdda1c5d
GM
9222008-06-16 Glenn Morris <rgm@gnu.org>
923
646692e9
GM
924 * configure, configure.in, mkinstalldirs: Remove unused files.
925
926 * book-spine.texinfo: Set version to 23.0.60.
fdda1c5d 927 * vol1.texi (EMACSVER):
6a57054b 928 * vol2.texi (EMACSVER): Set to 23.0.60.
fdda1c5d
GM
929
930 * elisp.texi, vol1.texi, vol2.texi: Update Back-Cover Text
931 as per maintain.info.
932
611bee81
GM
9332008-06-15 Glenn Morris <rgm@gnu.org>
934
a7bed3a0
GM
935 * makefile.w32-in (manual): Use "23" rather than "21".
936
937 * Makefile.in (emacsver): New, set by configure.
938 (manual): Use emacsver.
939
d794edf2
GM
940 * intro.texi: Report bugs using M-x report-emacs-bug.
941
611bee81
GM
942 * elisp.texi (EMACSVER): Remove duplicate, outdated setting.
943
c73e02fa
GM
9442008-06-13 Daniel Engeler <engeler@gmail.com>
945
946 * elisp.texi, internals.texi, processes.texi: Add documentation
947 about serial port access.
948
e40a85cd
MB
9492008-06-05 Miles Bader <miles@gnu.org>
950
951 * display.texi (Displaying Faces): Update to reflect function
952 renamings in face-remap.el.
953
7b753744
JB
9542008-06-05 Juanma Barranquero <lekktu@gmail.com>
955
956 * display.texi (Fontsets): Fix typos.
957
9d3d42fb
MB
9582008-06-03 Miles Bader <miles@gnu.org>
959
7b753744
JB
960 * display.texi (Displaying Faces): Add add-relative-face-remapping,
961 remove-relative-face-remapping, set-base-face-remapping,
962 and set-default-base-face-remapping.
9d3d42fb 963
f2cec7a9
MB
9642008-06-01 Miles Bader <miles@gnu.org>
965
966 * display.texi (Displaying Faces): Add face-remapping-alist.
967
8f39c96d
SM
9682008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
969
970 * tips.texi (Coding Conventions): Do not encourage the use of "-flag"
971 variable names.
972
1ef5eecc
ER
9732008-05-03 Eric S. Raymond <esr@golux>
974
352c8b4a 975 * keymaps.texi: Clarify that (current-local-map) and
1ef5eecc
ER
976 (current-global-map) return references, not copies.
977
63b4387f
JL
9782008-05-02 Juri Linkov <juri@jurta.org>
979
980 * minibuf.texi (Text from Minibuffer): Document a list of
981 default values for `read-from-minibuffer'.
982
38a8b703
JB
9832008-04-24 Juanma Barranquero <lekktu@gmail.com>
984
985 * nonascii.texi (Translation of Characters): Fix previous change.
986
7c42e639
CY
9872008-04-20 Chong Yidong <cyd@stupidchicken.com>
988
989 * display.texi (Overlay Properties): Clarify role of underlying
990 textprop and overlay keymaps for display strings.
991
992 * keymaps.texi (Active Keymaps): Ditto.
993
25c0d999
SM
9942008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
995
996 * minibuf.texi (Programmed Completion):
997 Replace dynamic-completion-table with the new completion-table-dynamic.
998
e3af5968
CY
9992008-04-07 Chong Yidong <cyd@stupidchicken.com>
1000
1001 * intro.texi (Some Terms): Change "fonts in this manual" index
1002 entry to "typographic conventions".
1003
6bfc8698
EZ
10042008-04-05 Eli Zaretskii <eliz@gnu.org>
1005
1006 * objects.texi (Text Props and Strings): Add indexing for read
1007 syntax of text properties.
1008
4972c361
SM
10092008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
1010
1011 * processes.texi (Decoding Output): Remove process-filter-multibyte
1012 functions.
1013
c70a68db
MR
10142008-03-15 Martin Rudalics <rudalics@gmx.at>
1015
1016 * display.texi (Finding Overlays): Say that empty overlays at
1017 the end of the buffer are reported too.
1018
1291fd36
GM
10192008-03-13 Glenn Morris <rgm@gnu.org>
1020
1021 * elisp.texi (EMACSVER): Set to 23.0.60.
1022
c6b0dfd5
CY
10232008-02-26 Chong Yidong <cyd@stupidchicken.com>
1024
38a8b703 1025 * strings.texi (Formatting Strings): Treat - and 0 as flag characters.
c6b0dfd5 1026
875fc30c
GM
10272008-02-22 Glenn Morris <rgm@gnu.org>
1028
1029 * frames.texi (Position Parameters): Clarify the description of
1030 `left' and `top', using information from "Geometry".
1031 (Geometry): Give a pointer to "Position Parameters", rather than
1032 repeating information.
1033
d8c8e45a
GM
10342008-02-11 Glenn Morris <rgm@gnu.org>
1035
1036 * objects.texi (Equality Predicates): No longer talk about "two"
1037 functions.
1038
38a8b703 10392008-02-11 Lawrence Mitchell <wence@gmx.li> (tiny change)
d8c8e45a
GM
1040
1041 * objects.texi (Equality Predicates): Add defun for
1042 equal-including-properties.
1043
bfffe0b1
GM
10442008-02-10 Glenn Morris <rgm@gnu.org>
1045
1046 * objects.texi (Equality Predicates):
1047 Mention equal-including-properties.
1048
431b78c9
RS
10492008-02-07 Richard Stallman <rms@gnu.org>
1050
1051 * windows.texi (Window Start): Mention the feature of moving
1052 window-start to start of line.
1053
c8763fb6 10542008-02-07 Jan Djärv <jan.h.d@swipnet.se>
eafa12e6
JD
1055
1056 * keymaps.texi (Tool Bar): Document rtl property.
1057
1a256502
TTN
10582008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org>
1059
1060 * display.texi (Button Types):
1061 For define-button-type, clarify type of NAME.
1062
569382c2
MR
10632008-01-19 Martin Rudalics <rudalics@gmx.at>
1064
1065 * buffers.texi (Buffer Modification): Fix typo.
1066
f3041af1
DN
10672008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
1068
1069 * os.texi (System Environment): Remove references to OSes that are
1070 not supported anymore.
1071
d35e1cd7
DN
10722008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
1073
1074 * os.texi (System Environment): Remove mention for Masscomp.
1075
23af7580
RS
10762008-01-04 Richard Stallman <rms@gnu.org>
1077
1078 * display.texi (Faces): Don't talk about internal face vector as arg
1079 to facep.
1080
1081 * customize.texi (Type Keywords): Fix previous change.
1082
1083 * text.texi (Links and Mouse-1): Fix xref for commands.texi change.
1084 * elisp.texi (Top): Fix menu for commands.texi change.
1085
ec7d5b1e
RS
10862007-12-30 Richard Stallman <rms@gnu.org>
1087
1088 * commands.texi (Accessing Mouse): Renamed from Accessing Events.
1089 (Accessing Scroll): New node broken out of Accessing Mouse.
1090
101a6cea
RS
10912007-12-28 Richard Stallman <rms@gnu.org>
1092
1093 * frames.texi (Size Parameters): Fix typo.
7f9e0c04 1094 (Basic Parameters): For `title', refer to title bar.
041817a4 1095 (Size and Position): Explain meaning of frame pixel width and height.
101a6cea 1096
72b7e664
RS
10972007-12-23 Richard Stallman <rms@gnu.org>
1098
1099 * customize.texi (Type Keywords): Uncomment :validate and clarify it.
1100 Improve some of the commented-out keywords' text too.
1101
27a4f445
MR
11022007-12-14 Martin Rudalics <rudalics@gmx.at>
1103
e2e3f1d7
MR
1104 * nonascii.texi (Encoding and I/O): Reword to avoid saying
1105 "visit the current buffer".
1106
27a4f445
MR
1107 * os.texi (System Interface): Fix typo.
1108
a2afc99d
RS
11092007-12-04 Richard Stallman <rms@gnu.org>
1110
1111 * objects.texi (Symbol Type): Fix typo.
1112
b694135c
RS
11132007-12-03 Richard Stallman <rms@gnu.org>
1114
1115 * hooks.texi (Standard Hooks): Add link to Hooks for Loading.
1116
f99a19da
GM
11172007-12-01 Glenn Morris <rgm@gnu.org>
1118
1119 * functions.texi (Declaring Functions): Improve previous change.
1120
8f4b37d8
GM
11212007-11-30 Glenn Morris <rgm@gnu.org>
1122
1123 * functions.texi (Declaring Functions): Add optional fourth
1124 argument of declare-function, and setting third argument to `t'.
1125
61a2fe01
RS
11262007-11-29 Richard Stallman <rms@gnu.org>
1127
1128 * customize.texi (Composite Types): Document `group' type.
1129
cbfc5193
GM
11302007-11-29 Glenn Morris <rgm@gnu.org>
1131
1132 * functions.texi (Declaring Functions): Add findex. Mention
1133 `external' files.
1134
8386283a
JB
11352007-11-26 Juanma Barranquero <lekktu@gmail.com>
1136
1137 * functions.texi (Declaring Functions): Fix directive.
1138
a07c9a8b
RS
11392007-11-25 Richard Stallman <rms@gnu.org>
1140
1141 * help.texi (Help Functions): Clean up last change.
1142
1143 * advice.texi (Preactivation, Activation of Advice): Minor cleanup.
1144
1145 * loading.texi (Named Features): Minor cleanup.
1146
1147 * macros.texi (Eval During Expansion): Minor cleanup.
1148
1149 * variables.texi (Variable Aliases): Minor cleanup.
1150
a0925923
RS
11512007-11-24 Richard Stallman <rms@gnu.org>
1152
1153 * functions.texi (Declaring Functions): Clarify previous change.
1154
1155 * compile.texi (Compiler Errors): Clarify previous change.
1156
20c63e44
RS
11572007-11-24 Richard Stallman <rms@gnu.org>
1158
e5e76c04 1159 * display.texi (Refresh Screen, Forcing Redisplay):
20c63e44
RS
1160 Clarify the text and move items around.
1161
5bb0cda3
GM
11622007-11-24 Glenn Morris <rgm@gnu.org>
1163
1164 * functions.texi (Declaring Functions): New section.
1165 * compile.texi (Compiler Errors): Mention declaring functions,
1166 defvar with no initvalue, and byte-compile-warnings.
1167
af13c86a
MR
11682007-11-15 Martin Rudalics <rudalics@gmx.at>
1169
1170 * vol1.texi (Top): Remove Frame-Local Variables from Node Listing.
1171 * vol2.texi (Top): Remove Frame-Local Variables from Node Listing.
1172
a5373305
MR
11732007-11-13 Martin Rudalics <rudalics@gmx.at>
1174
1175 * help.texi (Help Functions): Document new macro `with-help-window'.
1176
fe284805
JL
11772007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
1178
1179 * searching.texi (Replacing Match): Describe new
1180 `match-substitute-replacement'.
1181
2c3a09b1
RS
11822007-10-31 Richard Stallman <rms@gnu.org>
1183
1184 * strings.texi (Creating Strings): Null strings from concat not unique.
1185
f2b480f4
RS
11862007-10-26 Richard Stallman <rms@gnu.org>
1187
1188 * objects.texi (Equality Predicates): Null strings are uniquified.
1189
1190 * minibuf.texi: Minor clarifications in previous change.
1191
db21122c
GM
11922007-10-25 Glenn Morris <rgm@gnu.org>
1193
1194 * customize.texi (Variable Definitions): Add :risky and :safe keywords.
1195
2328cbb3
RS
11962007-10-24 Richard Stallman <rms@gnu.org>
1197
1198 * elisp.texi (Top): Delete Frame-Local Variables from subnode menu.
1199
1200 * variables.texi (Frame-Local Variables): Node deleted.
1201 (Variables): Delete Frame-Local Variables from menu.
1202 (Local Variables, Buffer-Local Variables, Intro to Buffer-Local)
1203 (Default Value): Don't mention frame-local vars.
1204
1205 * os.texi (Idle Timers): current-idle-time returns nil if not idle.
1206
1207 * loading.texi (Unloading): Document FEATURE-unload-function
1208 instead of FEATURE-unload-hook.
1209
2328cbb3
RS
1210 * frames.texi (Multiple Displays): Don't mention frame-local vars.
1211
c066bafa
JL
12122007-10-22 Juri Linkov <juri@jurta.org>
1213
1214 * minibuf.texi (Text from Minibuffer, Minibuffer Completion)
1215 (High-Level Completion): Document a list of default value strings
1216 in the DEFAULT argument, for which minibuffer functions return the
1217 first element.
1218
65ced25f
JL
12192007-10-17 Juri Linkov <juri@jurta.org>
1220
1221 * text.texi (Filling): Update arguments of fill-paragraph.
1222 fill-paragraph operates on the active region in Transient Mark mode.
1223 Remove fill-paragraph-or-region.
1224
ee46ec8e
KB
12252007-10-13 Karl Berry <karl@gnu.org>
1226
1227 * elisp.texi (@dircategory): Move to after @copying,
1228 since we want @copying as close as possible to the beginning of
1229 the output.
1230
61bbdbc6
RS
12312007-10-12 Richard Stallman <rms@gnu.org>
1232
1233 * elisp.texi (Top): Add Distinguish Interactive to subnode menu.
1234
1235 * commands.texi (Distinguish Interactive): New node,
1236 broken out from Interactive Call and rewritten.
1237 (Command Loop): Put Distinguish Interactive in menu.
1238
af23e1e8
RS
12392007-10-09 Richard Stallman <rms@gnu.org>
1240
1241 * text.texi (Examining Properties): Mention overlay priority.
1242
1243 * display.texi (Display Margins): Correct the description
1244 of margin display specifications.
1245 (Replacing Specs): New subnode broken out of Display Property.
1246
e1965a69
JL
12472007-10-06 Juri Linkov <juri@jurta.org>
1248
1249 * text.texi (Filling): Document fill-paragraph-or-region.
1250
4638454b
JB
12512007-10-05 Juanma Barranquero <lekktu@gmail.com>
1252
1253 * display.texi (Auto Faces): Fix typo.
1254
7ed54cc5
RS
12552007-10-02 Richard Stallman <rms@gnu.org>
1256
1257 * display.texi (Display Property): Explain some display specs
1258 don't let you move point in.
1259
1260 * frames.texi (Cursor Parameters): Describe
1261 cursor-in-non-selected-windows here. Explain more values.
1262
1263 * windows.texi (Basic Windows): Don't describe
1264 cursor-in-non-selected-windows here.
1265
305a7ef2
EZ
12662007-10-01 Eli Zaretskii <eliz@gnu.org>
1267
1268 * processes.texi (Misc Network): Note that these functions are
1269 supported only on some systems.
1270
f7a7f4eb
RS
12712007-10-01 Richard Stallman <rms@gnu.org>
1272
1273 * display.texi (Overlay Properties): Explain nil as priority.
1274 Explain that conflicts are unpredictable if not resolved by
1275 priorities.
1276
780d7bb9
RS
12772007-09-23 Richard Stallman <rms@gnu.org>
1278
1279 * macros.texi (Backquote): Minor clarification.
1280
14b4fdfb
RS
12812007-09-19 Richard Stallman <rms@gnu.org>
1282
1283 * display.texi (Display Property): Explain multiple display specs.
9600ac7c
RS
1284 Clarify when they work in parallel and when one overrides.
1285 Fix error in example.
14b4fdfb 1286
b8d4c8d0
GM
12872007-09-06 Glenn Morris <rgm@gnu.org>
1288
b3e755a9 1289 Move from lispref/ to doc/lispref/. Change all setfilename
b8d4c8d0
GM
1290 commands to use ../../info.
1291 * Makefile.in (infodir): Go up one more level.
4638454b 1292 (usermanualdir): Change from ../man to ../emacs.
b8d4c8d0
GM
1293 (miscmanualdir): New.
1294 (dist): Use new variable miscmanualdir.
1295 * makefile.w32-in (infodir, texinputdir): Go up one more level.
1296 (usermanualdir): Change from ../man to ../emacs.
1297
1bb1f7d3
MR
12982007-08-30 Martin Rudalics <rudalics@gmx.at>
1299
1300 * commands.texi (Command Loop Info): Advise against changing
1301 most variables described here. Explain new variable
1302 last-repeatable-command.
1303
b8d4c8d0
GM
13042007-08-29 Glenn Morris <rgm@gnu.org>
1305
1306 * elisp.texi (EMACSVER): Increase to 23.0.50.
1307
13082007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
1309
1310 * frames.texi (Basic Parameters): Add display-environment-variable
1311 and term-environment-variable.
1312
13132007-08-28 Juri Linkov <juri@jurta.org>
1314
1315 * display.texi (Image Formats, Other Image Types): Add SVG.
1316
13172007-08-28 Juri Linkov <juri@jurta.org>
1318
1319 * display.texi (Images): Move formats-related text to new node
1320 "Image Formats".
1321 (Image Formats): New node.
1322
619fb9ee
RS
13232007-08-27 Richard Stallman <rms@gnu.org>
1324
1325 * windows.texi (Window Configurations): Clarify what
1326 a window configuration saves.
1327
b8d4c8d0
GM
13282007-08-25 Richard Stallman <rms@gnu.org>
1329
1330 * display.texi (Images): Delete redundant @findex.
1331
13322007-08-16 Richard Stallman <rms@gnu.org>
1333
1334 * processes.texi (Asynchronous Processes): Clarify
1335 doc of start-file-process.
1336
13372007-08-08 Martin Rudalics <rudalics@gmx.at>
1338
1339 * modes.texi (Example Major Modes): Fix typo.
1340
13412007-08-08 Glenn Morris <rgm@gnu.org>
1342
1343 * intro.texi (nil and t): Do not use `iff' in documentation.
1344
1345 * tips.texi (Documentation Tips): Recommend against `iff'.
1346
13472007-08-07 Chong Yidong <cyd@stupidchicken.com>
1348
1349 * display.texi (Image Cache): Document image-refresh.
1350
13512007-08-06 Martin Rudalics <rudalics@gmx.at>
1352
1353 * windows.texi (Size of Window): Document window-full-width-p.
1354
13552007-07-25 Glenn Morris <rgm@gnu.org>
1356
1357 * gpl.texi (GPL): Replace license with GPLv3.
1358
1359 * Relicense all FSF files to GPLv3 or later.
1360
13612007-07-24 Michael Albinus <michael.albinus@gmx.de>
1362
4638454b
JB
1363 * processes.texi (Synchronous Processes):
1364 Add `process-file-shell-command'.
b8d4c8d0
GM
1365 (Asynchronous Processes): Mention restricted use of
1366 `process-filter' and `process-sentinel' in
1367 `start-file-process'. Add `start-file-process-shell-command'.
1368
13692007-07-17 Michael Albinus <michael.albinus@gmx.de>
1370
1371 * files.texi (Magic File Names): Introduce optional parameter
1372 IDENTIFICATION for `file-remote-p'.
1373
13742007-07-16 Richard Stallman <rms@gnu.org>
1375
1376 * display.texi (Defining Faces): Fix previous change.
1377
13782007-07-14 Richard Stallman <rms@gnu.org>
1379
1380 * control.texi (Handling Errors): Document `debug' in handler list.
1381
13822007-07-10 Richard Stallman <rms@gnu.org>
1383
1384 * display.texi (Defining Faces): Explain C-M-x feature for defface.
1385
13862007-07-09 Richard Stallman <rms@gnu.org>
1387
1388 * files.texi (Magic File Names): Rewrite previous change.
1389
13902007-07-08 Michael Albinus <michael.albinus@gmx.de>
1391
1392 * files.texi (Magic File Names): Introduce optional parameter
1393 CONNECTED for `file-remote-p'.
1394
13952007-07-07 Michael Albinus <michael.albinus@gmx.de>
1396
1397 * processes.texi (Asynchronous Processes):
1398 * files.texi (Magic File Names): Add `start-file-process'.
1399
14002007-06-27 Richard Stallman <rms@gnu.org>
1401
1402 * files.texi (Format Conversion Piecemeal): Clarify
1403 `after-insert-file-functions' calling convention.
1404
14052007-06-27 Michael Albinus <michael.albinus@gmx.de>
1406
4638454b
JB
1407 * files.texi (Magic File Names): Remove `dired-call-process'.
1408 Add `process-file'.
b8d4c8d0
GM
1409
14102007-06-27 Kenichi Handa <handa@m17n.org>
1411
1412 * text.texi (Special Properties): Fix description about
4638454b 1413 `composition' property.
b8d4c8d0
GM
1414
14152007-06-26 Kenichi Handa <handa@m17n.org>
1416
1417 * nonascii.texi (Default Coding Systems): Document about the
1418 return value `undecided'.
1419
14202007-06-25 David Kastrup <dak@gnu.org>
1421
1422 * keymaps.texi (Active Keymaps): Document new POSITION argument of
1423 `current-active-maps'.
1424
14252007-06-24 Karl Berry <karl@gnu.org>
1426
4638454b 1427 * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text.
b8d4c8d0
GM
1428
14292007-06-15 Juanma Barranquero <lekktu@gmail.com>
1430
1431 * display.texi (Overlay Arrow): Doc fix.
1432
14332007-06-14 Karl Berry <karl@tug.org>
1434
1435 * anti.texi (Antinews): Typo.
1436
14372007-06-14 Chong Yidong <cyd@stupidchicken.com>
1438
1439 * display.texi (Image Cache): Document image-refresh.
1440
14412007-06-12 Karl Berry <karl@gnu.org>
1442
1443 * vol1.texi, vol2.texi, two-volume-cross-refs.txt: Update.
1444 * two-volume.make: New file.
1445 * .cvsignore: Ignore two-volume files.
1446
14472007-06-12 Tom Tromey <tromey@redhat.com>
1448
1449 * os.texi (Init File): Document user-emacs-directory.
1450
14512007-06-03 Nick Roberts <nickrob@snap.net.nz>
1452
1453 * commands.texi (Click Events): Describe width and height when
1454 object is nil.
1455
14562007-05-30 Nick Roberts <nickrob@snap.net.nz>
1457
1458 * commands.texi (Click Events): Layout more logically. Describe
1459 width and height.
1460 (Drag Events, Motion Events): Update to new format for position.
1461
14622007-06-02 Richard Stallman <rms@gnu.org>
1463
1464 * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces.
1465
14662007-06-02 Chong Yidong <cyd@stupidchicken.com>
1467
1468 * Version 22.1 released.
1469
14702007-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
1471
1472 * text.texi (Special Properties): Correct meaning of fontified face.
1473
14742007-05-30 Richard Stallman <rms@gnu.org>
1475
1476 * text.texi (Special Properties): Add link to Adjusting Point.
1477
14782007-05-12 Richard Stallman <rms@gnu.org>
1479
1480 * text.texi (Margins): indent-to-left-margin is not the default.
1481 (Mode-Specific Indent): For indent-line-function, the default
1482 is indent-relative.
1483
1484 * modes.texi (Example Major Modes): Explain last line of text-mode
1485 is redundant.
1486
14872007-05-10 Richard Stallman <rms@gnu.org>
1488
1489 * keymaps.texi (Scanning Keymaps): Update where-is-internal example.
1490
1491 * help.texi (Keys in Documentation): Add reference to
1492 Documentation Tips.
1493
1494 * files.texi (Format Conversion): TO-FN gets three arguments.
1495
1496 * modes.texi (Auto Major Mode): Document file-start-mode-alist.
1497
14982007-05-10 Thien-Thi Nguyen <ttn@gnuvola.org>
1499
1500 * elisp.texi (Top): Remove "Saving Properties" from detailed menu.
1501 * files.texi (Format Conversion): Expand intro; add menu.
1502 (Format Conversion Overview, Format Conversion Round-Trip)
1503 (Format Conversion Piecemeal): New nodes/subsections.
1504 * hooks.texi: Xref "Format Conversion" , not "Saving Properties".
1505 * text.texi (Text Properties): Remove "Saving Properties" from menu.
1506 (Saving Properties): Delete node/subsection.
1507
15082007-05-07 Karl Berry <karl@gnu.org>
1509
1510 * elisp.texi (EMACSVER): Back to 22.
1511
15122007-05-06 Richard Stallman <rms@gnu.org>
1513
1514 * processes.texi (Accepting Output): Revert most of previous change.
1515
15162007-05-05 Richard Stallman <rms@gnu.org>
1517
1518 * processes.texi (Accepting Output): accept-process-output
1519 uses microseconds, not milliseconds. But that arg is obsolete.
1520
15212007-05-04 Karl Berry <karl@tug.org>
1522
1523 * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
1524
15252007-05-04 Eli Zaretskii <eliz@gnu.org>
1526
1527 * tips.texi (Documentation Tips): Rearrange items to place the
1528 more important ones first. Add an index entry for hyperlinks.
1529
15302007-05-03 Karl Berry <karl@gnu.org>
1531
1532 * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing.
1533 (EMACSVER) [smallbook]: 22 for printed version.
1534
1535 * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed,
1536 so restore anchor to normal position after defun. Found by Kevin Ryde.
1537
15382007-04-26 Glenn Morris <rgm@gnu.org>
1539
1540 * elisp.texi (EMACSVER): Increase to 22.1.50.
1541
15422007-04-28 Karl Berry <karl@gnu.org>
1543
1544 * elisp.texi: Improve line breaks on copyright page,
1545 similar layout to emacs manual, 8.5x11 by default.
1546
15472007-04-24 Richard Stallman <rms@gnu.org>
1548
1549 * text.texi (Special Properties): Add xref to Overlay Properties.
1550
1551 * display.texi (Overlay Properties): Add xref to Special Properties.
1552
15532007-04-22 Richard Stallman <rms@gnu.org>
1554
1555 * keymaps.texi (Extended Menu Items): Move the info about
1556 format with cached keyboard binding.
1557
15582007-04-21 Richard Stallman <rms@gnu.org>
1559
1560 * text.texi (Special Properties): Clarify previous change.
1561
1562 * files.texi (File Name Expansion): Clarify previous change.
1563
1564 * display.texi (Attribute Functions): Fix example for
1565 face-attribute-relative-p.
1566
15672007-04-19 Kenichi Handa <handa@m17n.org>
1568
1569 * text.texi (Special Properties): Document composition property.
1570
15712007-04-19 Glenn Morris <rgm@gnu.org>
1572
1573 * files.texi (File Name Expansion): Mention "superroot".
1574
15752007-04-15 Chong Yidong <cyd@stupidchicken.com>
1576
1577 * frames.texi (Multiple Displays): Add note about "multi-monitor"
1578 setups.
1579 (Display Feature Testing): Note that display refers to all
1580 physical monitors for multi-monitor setups.
1581
15822007-04-14 Richard Stallman <rms@gnu.org>
1583
1584 * lists.texi (Sets And Lists): Clarify `delete' examples.
1585 Remove spurious xref to same node.
1586 Clarify xref for add-to-list.
1587
15882007-04-12 Nick Roberts <nickrob@snap.net.nz>
1589
1590 * keymaps.texi (Format of Keymaps): Remove spurious ")" from
1591 value of lisp-mode-map.
1592
15932007-04-11 Karl Berry <karl@gnu.org>
1594
1595 * anti.texi (Antinews):
1596 * display.texi (Overlay Properties, Defining Images):
1597 * processes.texi (Synchronous Processes, Sentinels):
1598 * syntax.texi (Syntax Table Internals):
1599 * searching.texi (Regexp Special):
1600 * nonascii.texi (Default Coding Systems):
1601 * text.texi (Special Properties):
1602 * minibuf.texi (Basic Completion): Wording to improve breaks in
1603 8.5x11 format.
1604 * elisp.texi (smallbook): New @set to more easily switch between
1605 smallbook and 8.5x11.
1606
16072007-04-11 Richard Stallman <rms@gnu.org>
1608
1609 * text.texi (Lazy Properties): Minor fix.
1610
16112007-04-08 Karl Berry <karl@gnu.org>
1612
1613 * symbols.texi (Plists and Alists): Period after "vs" in index entries.
1614 * macros.texi (Backquote): Downcase Backquote in index entries for
1615 consistency.
1616
16172007-04-08 Richard Stallman <rms@gnu.org>
1618
1619 * text.texi (Adaptive Fill): Just describe default,
1620 don't show it (since it contains non-ASCII chars).
1621
16222007-04-07 Karl Berry <karl@gnu.org>
1623
1624 * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in
1625 adaptive-fill-regexp's value, since they are not in the standard
1626 TeX fonts.
1627
16282007-04-07 Guanpeng Xu <herberteuler@hotmail.com>
1629
1630 * display.texi (Defining Faces): Fix example.
1631
16322007-04-07 Karl Berry <karl@gnu.org>
1633
1634 * display.texi (Button Buffer Commands): Improve page break.
1635
16362007-04-07 Richard Stallman <rms@gnu.org>
1637
1638 * advice.texi (Activation of Advice): Remove redundant index entry.
1639
1640 * backups.texi: Improve index entries. Remove redundant ones.
1641
1642 * compile.texi (Byte Compilation): Improve index entry.
1643
1644 * hash.texi (Creating Hash): Improve index entry.
1645
1646 * symbols.texi (Definitions): Improve index entry.
1647
1648 * edebug.texi: Improve index entries. Remove redundant/useless ones.
1649
1650 * maps.texi (Standard Keymaps): Remove useless index entry.
1651
1652 * help.texi (Documentation Basics): Remove redundant index entries.
1653
1654 * customize.texi: Improve index entries.
1655 Remove redundant/useless ones.
1656
1657 * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
1658
1659 * streams.texi (Output Variables): Improve index entry.
1660
1661 * abbrevs.texi (Abbrevs): Remove useless index entry.
1662
1663 * macros.texi (Expansion): Remove useless index entry.
1664
1665 * text.texi: Improve index entries. Remove redundant/useless ones.
1666 (Text Properties, Examining Properties)
1667 (Special Properties): Use "property category" instead of "category"
1668 to refer to the `category' property.
1669
1670 * positions.texi: Improve index entries. Remove useless one.
1671
1672 * lists.texi: Improve index entries. Remove redundant/useless ones.
1673
1674 * os.texi: Improve index entries.
1675 (Timers): Fix previous change.
1676
1677 * buffers.texi: Improve index entries.
1678 (Modification Time): Get rid of term "obsolete buffer".
1679
1680 * debugging.texi: Improve index entries.
1681 (Test Coverage): Add xref to other test coverage ftr.
1682
1683 * eval.texi: Improve index entry. Remove redundant ones.
1684
1685 * numbers.texi: Improve index entries. Remove redundant/useless ones.
1686
1687 * files.texi: Improve index entries. Remove redundant/useless ones.
1688
1689 * objects.texi: Improve index entries.
1690
1691 * processes.texi: Improve index entries.
1692
1693 * modes.texi: Improve index entry. Remove redundant one.
1694
1695 * nonascii.texi: Improve index entries.
1696
1697 * internals.texi: Improve index entries.
1698
1699 * syntax.texi: Improve index entries.
1700
1701 * keymaps.texi (Active Keymaps): Improve index entries.
1702
1703 * commands.texi: Improve index entries. Remove redundant/useless ones.
1704
1705 * frames.texi: Improve index entries. Remove redundant/useless ones.
1706
1707 * markers.texi: Improve index entries. Remove redundant ones.
1708
1709 * tips.texi: Improve index entries.
1710
1711 * loading.texi (Unloading): Improve index entry.
1712
1713 * variables.texi: Improve index entries. Remove redundant one.
1714
1715 * sequences.texi: Improve index entry.
1716
1717 * display.texi: Improve index entries. Remove redundant ones.
1718
1719 * windows.texi: Improve index entries.
1720
1721 * searching.texi: Improve index entries. Remove redundant one.
1722
1723 * strings.texi (Case Tables): Improve last change.
1724
17252007-04-04 Chong Yidong <cyd@stupidchicken.com>
1726
1727 * strings.texi (Case Tables): Document with-case-table and
1728 ascii-case-table.
1729
17302007-04-03 Karl Berry <karl@gnu.org>
1731
1732 * processes.texi (Network): Reword to improve page break.
1733
17342007-04-03 Eli Zaretskii <eliz@gnu.org>
1735
1736 * functions.texi (Inline Functions): Describe more disadvantages
1737 of defsubst, and make advice against it stronger.
1738
17392007-04-02 Karl Berry <karl@gnu.org>
1740
1741 * backups.texi (Backup Names): Avoid widow words.
1742 * modes.texi (Example Major Modes): Align last comment.
1743
17442007-04-01 Chong Yidong <cyd@stupidchicken.com>
1745
1746 * keymaps.texi (Remapping Commands): Document new arg to
1747 command-remapping.
1748
17492007-04-01 Karl Berry <karl@gnu.org>
1750
1751 * processes.texi (Low-Level Network): Typo.
1752 * loading.texi (Hooks for Loading): Avoid double "the".
1753 * keymaps.texi (Key Sequences): No double "and".
1754 (Changing Key Bindings): Shorten to improve line break.
1755
17562007-03-31 Glenn Morris <rgm@gnu.org>
1757
1758 * os.texi (Timers): Fix description of run-at-time TIME formats.
1759
17602007-03-31 Richard Stallman <rms@gnu.org>
1761
1762 * display.texi (Invisible Text): Correct buffer-invisibility-spec
1763 regarding ellipsis.
1764
17652007-03-31 Eli Zaretskii <eliz@gnu.org>
1766
1767 * intro.texi (nil and t):
1768 * symbols.texi (Plists and Alists):
1769 * variables.texi (Variable Aliases, Constant Variables):
1770 * functions.texi (Defining Functions):
1771 * advice.texi (Advising Primitives):
1772 * debugging.texi (Syntax Errors, Compilation Errors):
1773 * minibuf.texi (Minibuffer Windows):
1774 * commands.texi (Adjusting Point):
1775 * modes.texi (Syntactic Font Lock, Faces for Font Lock)
1776 (Auto Major Mode, Major Mode Conventions):
1777 * help.texi (Describing Characters):
1778 * files.texi (Create/Delete Dirs, Information about Files)
1779 (File Locks, Writing to Files, Reading from Files)
1780 (Saving Buffers):
1781 * windows.texi (Resizing Windows, Cyclic Window Ordering):
1782 * frames.texi (Finding All Frames):
1783 * positions.texi (Buffer End, Motion):
1784 * markers.texi (The Region):
1785 * text.texi (Deletion, Near Point):
1786 * display.texi (Displaying Messages, Truncation):
1787 * os.texi (Processor Run Time):
1788 * tips.texi (Key Binding Conventions, Programming Tips)
1789 (Warning Tips, Documentation Tips, Comment Tips):
1790 * internals.texi (Memory Usage): Improve indexing.
1791
1792 * variables.texi (Frame-Local Variables):
1793 * functions.texi (Argument List):
1794 * loading.texi (Library Search):
1795 * streams.texi (Output Variables):
1796 * keymaps.texi (Translation Keymaps, Searching Keymaps):
1797 * searching.texi (Replacing Match, Search and Replace):
1798 * processes.texi (Byte Packing, Decoding Output)
1799 (Accepting Output, Network Servers, Shell Arguments):
1800 * display.texi (Abstract Display, Image Cache, Scroll Bars):
1801 * windows.texi (Window Point, Window Start):
1802 * frames.texi (Management Parameters, Frame Parameters, Frame Titles):
1803 * commands.texi (Reading Input, Keyboard Events):
1804 * minibuf.texi (Reading File Names, Minibuffer Completion)
1805 (Recursive Mini):
1806 * positions.texi (List Motion):
1807 * hash.texi (Hash Tables, Creating Hash, Defining Hash):
1808 * numbers.texi (Arithmetic Operations, Math Functions)
1809 (Predicates on Numbers, Comparison of Numbers):
1810 (Numeric Conversions):
1811 * locals.texi (Standard Buffer-Local Variables):
1812 * maps.texi (Standard Keymaps):
1813 * os.texi (User Identification, System Environment, Recording Input)
1814 (X11 Keysyms):
1815 * nonascii.texi (Non-ASCII Characters, Splitting Characters):
1816 * backups.texi (Backups and Auto-Saving):
1817 * customize.texi (Customization, Group Definitions)
1818 (Variable Definitions):
1819 * compile.texi (Byte Compilation): Improve index entries.
1820
18212007-03-31 Karl Berry <karl@gnu.org>
1822
1823 * macros.texi (Defining Macros): Avoid widow syllable.
1824
18252007-03-31 Eli Zaretskii <eliz@gnu.org>
1826
1827 * elisp.texi (Top): Postscript -> PostScript.
1828
1829 * display.texi (Images, Postscript Images): Postscript -> PostScript.
1830
18312007-03-31 Markus Triska <markus.triska@gmx.at>
1832
1833 * internals.texi (Writing Emacs Primitives): Untabify `For'.
1834
18352007-03-30 Karl Berry <karl@gnu.org>
1836
1837 * lists.texi (List-related Predicates): Remove spurious @need.
1838 (Setcdr): Use @smallexample to improve page break.
1839 (Association Lists) <assoc>: Reword to improve page break.
1840
1841 * strings.texi (String Conversion): Insert blank line to improve
1842 page break.
1843
1844 * numbers.texi (Random Numbers): Use @minus{}.
1845 (Math Functions): Use @minus{}.
1846
1847 * intro.texi (Acknowledgements): Avoid line breaks before middle
1848 initials.
1849
18502007-03-24 Eli Zaretskii <eliz@gnu.org>
1851
1852 * errors.texi (Standard Errors): Add an index entry.
1853
18542007-03-19 Richard Stallman <rms@gnu.org>
1855
1856 * os.texi (Recording Input): recent-keys now gives 300 keys.
1857
18582007-03-12 Glenn Morris <rgm@gnu.org>
1859
1860 * os.texi: Replace "daylight savings" with "daylight saving"
1861 throughout.
1862
18632007-03-05 Richard Stallman <rms@gnu.org>
1864
1865 * variables.texi (File Local Variables): Update
1866 enable-local-variables values.
1867
18682007-03-04 Richard Stallman <rms@gnu.org>
1869
1870 * syntax.texi (Control Parsing): Minor clarification.
1871
1872 * strings.texi (Formatting Strings): Clarify width, precision, flags.
1873
1874 * sequences.texi (Sequence Functions): Move string-bytes away,
1875 add xref.
1876
1877 * nonascii.texi (Text Representations): Move string-bytes here.
1878
1879 * modes.texi (Major Mode Conventions): Fundamental mode is exception.
1880
1881 * minibuf.texi (Basic Completion): Minor clarification.
1882
1883 * markers.texi (The Mark): Clarify existence vs activation of mark.
1884 Other cleanup.
1885
1886 * display.texi (Finding Overlays): Write better example.
1887
1888 * compile.texi (Eval During Compile): Clarify putting macros
1889 in eval-when-compile.
1890
c5602427 18912007-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br> (tiny change)
b8d4c8d0
GM
1892
1893 * loading.texi (How Programs Do Loading): Fix anchor position at
c5602427 1894 load-read-function definition doc.
b8d4c8d0
GM
1895
18962007-02-21 Kim F. Storm <storm@cua.dk>
1897
1898 * strings.texi (Text Comparison): Mention that assoc-string
1899 converts symbols to strings before testing.
1900
19012007-02-17 Kim F. Storm <storm@cua.dk>
1902
1903 * processes.texi (Bindat Spec): Vector types can have optional
1904 element type.
1905 (Bindat Examples): Fix example. Add vector with element type.
1906
19072007-02-16 Andreas Schwab <schwab@suse.de>
1908
1909 * strings.texi (Formatting Strings): Document '+' flag.
1910
19112007-02-15 Juanma Barranquero <lekktu@gmail.com>
1912
1913 * strings.texi (Modifying Strings): Clarify that `clear-string'
1914 always converts the string to unibyte.
1915
19162007-02-14 Kim F. Storm <storm@cua.dk>
1917
1918 * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
1919 Rewrite glyph code description to refer to these functions.
1920 Remove details of encoding face number and char into integer code.
1921
19222007-02-03 Alan Mackenzie <acm@muc.de>
1923
1924 * loading.texi (Hooks for Loading): Make the description of
1925 `eval-after-load' more detailed, and amend the description of
1926 after-load-alist, in accordance with changes from 2006-05.
1927
19282007-02-03 Chong Yidong <cyd@stupidchicken.com>
1929
1930 * modes.texi (Defining Minor Modes): Document that a :require
1931 keyword or similar may be required to make saved customization
1932 variables work.
1933
19342007-02-03 Eli Zaretskii <eliz@gnu.org>
1935
1936 * elisp.texi (Top): Make the detailed menu headers compliant with
1937 Texinfo guidelines and with what texnfo-upd.el expects. Add
1938 comments to prevent people from inadvertently modifying the key
1939 parts needed by `texinfo-multiple-files-update'.
1940
19412007-02-02 Eli Zaretskii <eliz@gnu.org>
1942
1943 * elisp.texi (Top): Update the top-level menus.
1944
1945 * syntax.texi (Categories): Add index entries.
1946
19472007-02-01 Juanma Barranquero <lekktu@gmail.com>
1948
1949 * display.texi (Attribute Functions): Fix name and description of
1950 the UNDERLINE arg of `set-face-underline-p'.
1951
19522007-01-29 Eli Zaretskii <eliz@gnu.org>
1953
1954 * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
1955 Variables", and "Standard Keymaps" to the detailed menu.
1956
1957 * variables.texi (Future Local Variables): Add index entry.
1958
19592007-01-28 Richard Stallman <rms@gnu.org>
1960
1961 * tips.texi (Coding Conventions): Clarify the tip about macros
1962 that define a function or a variable.
1963
1964 * files.texi (File Attributes): UID and GID can be floats.
1965 (Magic File Names): Explain why deferring all operations to
1966 the standard handler does not work.
1967
19682007-01-23 Martin Rudalics <rudalics@gmx.at>
1969
1970 * backups.texi (Reverting): Use "buffer" instead of "file"
1971 when talking about major and minor modes.
1972
19732007-01-21 Richard Stallman <rms@gnu.org>
1974
1975 * help.texi (Documentation): Add xref to Documentation Tips.
1976
19772007-01-14 Juanma Barranquero <lekktu@gmail.com>
1978
1979 * tips.texi (Coding Conventions): Fix typos.
1980
19812007-01-05 Richard Stallman <rms@gnu.org>
1982
1983 * modes.texi (Defining Minor Modes): Fix previous change.
1984
19852007-01-03 Richard Stallman <rms@gnu.org>
1986
1987 * customize.texi (Variable Definitions, Customization Types):
1988 Don't use * in doc string for defcustom.
1989
19902007-01-02 Richard Stallman <rms@gnu.org>
1991
1992 * variables.texi (Variable Aliases): Clarify that aliases vars
1993 always have the same value.
1994
1995 * processes.texi (Bindat Spec): Fix Texinfo usage.
1996
1997 * modes.texi (Defining Minor Modes): Explain effect of command
1998 defined with define-global-minor-mode on new buffers.
1999
20002006-12-30 Kim F. Storm <storm@cua.dk>
2001
2002 * keymaps.texi (Tool Bar): Describe `grow-only' value of
2003 `auto-resize-tool-bars'.
2004
20052006-12-30 Richard Stallman <rms@gnu.org>
2006
2007 * keymaps.texi (Active Keymaps): Fix previous change.
2008
20092006-12-30 Nick Roberts <nickrob@snap.net.nz>
2010
2011 * keymaps.texi (Active Keymaps): Make xref to lookup-key.
2012
20132006-12-30 Kim F. Storm <storm@cua.dk>
2014
2015 * processes.texi (Bindat Spec): Clarify using field names in
2016 length specifications.
2017
20182006-12-29 Kim F. Storm <storm@cua.dk>
2019
2020 * processes.texi (Bindat Spec): Explain eval forms and lengths better.
2021 Add count and index variables for eval forms in repeat blocks.
2022
20232006-12-24 Richard Stallman <rms@gnu.org>
2024
2025 * customize.texi (Variable Definitions): Document
2026 new name custom-add-frequent-value.
2027
20282006-12-19 Kim F. Storm <storm@cua.dk>
2029
2030 * commands.texi (Misc Events): User signals now result in sigusr1
2031 and sigusr2 events which are handled through special-event-map.
2032 (Special Events): User signals and drag-n-drop are special.
2033
20342006-12-17 Richard Stallman <rms@gnu.org>
2035
2036 * loading.texi (Named Features): Explain subfeatures better.
2037
2038 * customize.texi: Use "option" only for user options.
2039 For the keyword values inside defcustom etc, say "keywords".
2040 For :options value's elements, say "elements".
2041 :group should not be omitted.
2042
2043 * syntax.texi (Parsing Expressions): Split up node.
2044 (Motion via Parsing, Position Parse, Parser State)
2045 (Low-Level Parsing, Control Parsing): New subnodes.
2046 (Parser State): Document syntax-ppss-toplevel-pos.
2047
2048 * positions.texi (List Motion): Punctuation fix.
2049
2050 * files.texi (File Name Completion): Document PREDICATE arg
2051 to file-name-completion.
2052
20532006-12-16 Eli Zaretskii <eliz@gnu.org>
2054
2055 * internals.texi (Building Emacs, Writing Emacs Primitives):
2056 Add index entries.
2057
20582006-12-11 Richard Stallman <rms@gnu.org>
2059
2060 * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
2061 affects face menu. Explain how to make it non-nil without enabling
2062 any fontification.
2063
20642006-12-10 Chong Yidong <cyd@stupidchicken.com>
2065
2066 * modes.texi (Font Lock Basics): Document nil value of
2067 font-lock-defaults.
2068
20692006-12-10 Glenn Morris <rgm@gnu.org>
2070
2071 * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
2072 value for system-flag argument. Abbrev tables may not be empty
2073 when major modes are loaded.
2074
20752006-12-08 Juanma Barranquero <lekktu@gmail.com>
2076
2077 * makefile.w32-in (maintainer-clean): Partially revert last
2078 change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
2079 to protect elisp-covers.texi.
2080
20812006-12-07 Juanma Barranquero <lekktu@gmail.com>
2082
2083 * makefile.w32-in (maintainer-clean): Depend on `distclean'.
2084 Don't remove elisp* info files; they are already deleted by the
2085 `clean' and `distclean' targets, and they are in the $(infodir)
2086 directory, not the current one.
2087
20882006-12-04 Kim F. Storm <storm@cua.dk>
2089
2090 * commands.texi (Misc Events): Update signal events.
2091 (Event Examples): Add signal example.
2092
20932006-11-29 Richard Stallman <rms@gnu.org>
2094
2095 * frames.texi (Visibility of Frames): Explain visible windows
2096 can be covered by others. Add xref for raise-frame.
2097
20982006-11-28 Richard Stallman <rms@gnu.org>
2099
2100 * searching.texi (Regexp Special): Update when ^ is special.
2101
21022006-11-27 Eli Zaretskii <eliz@gnu.org>
2103
2104 * customize.texi (Customization, Common Keywords)
2105 (Group Definitions, Variable Definitions, Composite Types)
2106 (Type Keywords, Customization Types): Add index entries for
2107 various customization keywords.
2108
21092006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
2110
2111 * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
2112
c8763fb6 21132006-11-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
2114
2115 * frames.texi (Window System Selections): Remove clipboard from
2116 description of selection-coding-system.
2117
21182006-11-06 Richard Stallman <rms@gnu.org>
2119
2120 * lists.texi (List Variables): Document COMPARE-FN.
2121
2122 * keymaps.texi: Avoid use of "binding" to mean a relation;
2123 use it only to refer to the meaning associated with a key.
2124 (Keymaps): Change menu node description.
2125
2126 * elisp.texi (Top): Change menu node description.
2127
2128 * display.texi (Managing Overlays): Document overlay-recenter.
2129
21302006-10-29 Chong Yidong <cyd@stupidchicken.com>
2131
2132 * Makefile.in: Use relative paths to avoid advertising filesystem
2133 contents during compilation.
2134
21352006-10-23 Kim F. Storm <storm@cua.dk>
2136
2137 * commands.texi (Event Input Misc): Update unread-command-events.
2138
21392006-10-23 Nick Roberts <nickrob@snap.net.nz>
2140
2141 * lists.texi (Sets And Lists): Fix typos.
2142
21432006-10-18 Juanma Barranquero <lekktu@gmail.com>
2144
2145 * control.texi (Processing of Errors): Use @var for an argument,
2146 not @code.
2147
21482006-10-16 Richard Stallman <rms@gnu.org>
2149
2150 * edebug.texi (Edebug Recursive Edit): Minor cleanup.
2151
2152 * keymaps.texi (Format of Keymaps): Show all the keymap element
2153 patterns that result from menu items.
2154 (Key Lookup): Minor cleanups.
2155
2156 * modes.texi (Precalculated Fontification): Don't say that
2157 not setting font-lock-defaults avoids loading font-lock.
2158
2159 * help.texi (Documentation): Move xref to Emacs Manual here.
2160 (Documentation Basics): From here.
2161 Also doc emacs-lisp-docstring-fill-column.
2162
2163 * elisp.texi: Update version and ISBN.
2164
2165 * commands.texi (Interactive Call): Clarify KEYS arg to
2166 call-interactively is a vector.
2167 (Command Loop Info): Delete anchor in this-command-keys.
2168 Add anchor in this-command-keys-vector.
2169 (Recursive Editing): Document how recursive-edit
2170 handles the current buffer.
2171
21722006-10-13 Chong Yidong <cyd@stupidchicken.com>
2173
2174 * frames.texi (Frame Titles): %c and %l are ignored in
2175 frame-title-format.
2176
21772006-10-11 Richard Stallman <rms@gnu.org>
2178
2179 * keymaps.texi (Key Sequences): Clarify use of kbd.
2180
21812006-10-10 Kim F. Storm <storm@cua.dk>
2182
2183 * lists.texi (Sets And Lists): Add memql.
2184
21852006-10-03 Richard Stallman <rms@gnu.org>
2186
2187 * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
2188 Clarify :ascii: and :nonascii:.
2189
21902006-09-29 Juri Linkov <juri@jurta.org>
2191
2192 * modes.texi (%-Constructs): Reorder coding systems in the
2193 documentation of %z to the real order displayed in the modeline.
2194
21952006-09-25 Richard Stallman <rms@gnu.org>
2196
2197 * os.texi (Timers): Describe timer-max-repeats.
2198
21992006-09-25 Chong Yidong <cyd@stupidchicken.com>
2200
2201 * os.texi (Timers): Mention with-local-quit.
2202
22032006-09-24 Richard Stallman <rms@gnu.org>
2204
2205 * searching.texi (Searching and Matching): Mention property search.
2206
2207 * commands.texi (Command Loop Info): Explain how read-event affects
2208 this-command-keys.
2209
22102006-09-20 Richard Stallman <rms@gnu.org>
2211
2212 * os.texi (Timers): Clarify about REPEAT when timer is delayed.
2213
2214 * windows.texi (Window Start): Minor cleanups.
2215
22162006-09-20 Kim F. Storm <storm@cua.dk>
2217
2218 * windows.texi (Window Start): pos-visible-in-window-p allows
2219 specifying t for position to mean "end of window".
2220 Add window-line-height.
2221
2222 * anti.texi (Antinews): Mention window-line-height.
2223
22242006-09-19 David Kastrup <dak@gnu.org>
2225
2226 * keymaps.texi (Searching Keymaps): Small clarification.
2227
22282006-09-18 Richard Stallman <rms@gnu.org>
2229
2230 * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
2231 cause keyboard menus.
2232 (Menu Keymaps): Likewise.
2233 (Defining Menus, Keyboard Menus): Clarify.
2234
2235 * text.texi (Fields): Clarify explanation of constrain-to-field.
2236
22372006-09-16 Eli Zaretskii <eliz@gnu.org>
2238
2239 * variables.texi (Tips for Defining): Fix a typo.
2240
22412006-09-15 Richard Stallman <rms@gnu.org>
2242
2243 * keymaps.texi (Remapping Commands, Searching Keymaps)
2244 (Active Keymaps): Clean up previous change.
2245
22462006-09-15 Jay Belanger <belanger@truman.edu>
2247
2248 * gpl.texi: Replace "Library Public License" by "Lesser Public
2249 License" throughout.
2250
22512006-09-15 David Kastrup <dak@gnu.org>
2252
2253 * keymaps.texi (Active Keymaps): Adapt description to use
2254 `get-char-property' instead `get-text-property'. Explain how
2255 mouse events change this. Explain the new optional argument of
2256 `key-binding' and its mouse-dependent lookup.
2257 (Searching Keymaps): Adapt description similarly.
2258 (Remapping Commands): Explain the new optional argument of
2259 `command-remapping'.
2260
22612006-09-14 Richard Stallman <rms@gnu.org>
2262
2263 * keymaps.texi (Searching Keymaps): Clarification.
2264 (Active Keymaps): Refer to Searching Keymaps instead of duplication.
2265
22662006-09-13 Richard Stallman <rms@gnu.org>
2267
2268 * objects.texi (Character Type): Node split.
2269 Add xref to Describing Characters.
2270 (Basic Char Syntax, General Escape Syntax)
2271 (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
2272
22732006-09-11 Richard Stallman <rms@gnu.org>
2274
2275 * display.texi (Display Table Format): Wording clarification.
2276 (Glyphs): Clarifications.
2277
22782006-09-10 Chong Yidong <cyd@stupidchicken.com>
2279
2280 * keymaps.texi (Active Keymaps): Mention that key-binding checks
2281 local maps.
2282
22832006-09-10 Kim F. Storm <storm@cua.dk>
2284
2285 * display.texi (Forcing Redisplay): Document return value of
2286 function redisplay.
2287
22882006-09-09 Richard Stallman <rms@gnu.org>
2289
2290 * windows.texi (Window Hooks): Explain limits of
2291 window-scroll-functions.
2292
2293 * display.texi (Fringe Indicators): Update for last change in
2294 indicate-buffer-boundaries.
2295
22962006-09-08 Richard Stallman <rms@gnu.org>
2297
2298 * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
2299
23002006-09-06 Kim F. Storm <storm@cua.dk>
2301
2302 * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
2303
2304 * windows.texi (Window Start): Update pos-visible-in-window-p.
2305
23062006-09-04 Richard Stallman <rms@gnu.org>
2307
2308 * processes.texi (Accepting Output): Explain SECONDS=0 for
2309 accept-process-output.
2310
2311 * os.texi (Idle Timers): Explain why timer functions should not
2312 loop until (input-pending-p).
2313
23142006-09-02 Eli Zaretskii <eliz@gnu.org>
2315
2316 * makefile.w32-in (usermanualdir): New variable.
2317 (elisp.dvi): Use it.
2318
23192006-09-01 Eli Zaretskii <eliz@gnu.org>
2320
2321 * buffers.texi (Buffer Modification): Fix last change.
2322
23232006-09-01 Chong Yidong <cyd@stupidchicken.com>
2324
2325 * buffers.texi (Buffer Modification): Document
2326 buffer-chars-modified-tick.
2327
23282006-08-31 Richard Stallman <rms@gnu.org>
2329
2330 * modes.texi (Syntactic Font Lock): Mention specific faces once again.
2331
23322006-08-31 Richard Bielawski <RBielawski@moneygram.com> (tiny change)
2333
2334 * modes.texi (Syntactic Font Lock):
2335 Mention font-lock-syntactic-face-function
2336 instead of specific faces.
2337
23382006-08-29 Chong Yidong <cyd@stupidchicken.com>
2339
2340 * display.texi (Images): Add xrref to display-images-p.
2341
23422006-08-28 Kenichi Handa <handa@m17n.org>
2343
2344 * nonascii.texi (Lisp and Coding Systems): Fix description of
2345 detect-coding-region.
2346
23472006-08-27 Michael Olson <mwolson@gnu.org>
2348
2349 * processes.texi (Transaction Queues): Remove stray quote
2350 character.
2351
23522006-08-25 Richard Stallman <rms@gnu.org>
2353
2354 * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
2355 Add xref.
2356
23572006-08-24 Chong Yidong <cyd@stupidchicken.com>
2358
2359 * os.texi (Timers): Avoid waiting inside timers.
2360
23612006-08-21 Lute Kamstra <lute@gnu.org>
2362
2363 * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
2364
23652006-08-20 Richard Stallman <rms@gnu.org>
2366
2367 * os.texi (Idle Timers): New node, split out from Timers.
2368 Document current-idle-time.
2369 * commands.texi (Reading One Event): Update xref.
2370 * elisp.texi (Top): Update subnode menu.
2371
23722006-08-16 Richard Stallman <rms@gnu.org>
2373
2374 * keymaps.texi (Extended Menu Items): Show format of cached
2375 bindings in extended menu items.
2376
2377 * customize.texi (Variable Definitions): Explain when the
2378 standard value expression is evaluated.
2379
23802006-08-15 Chong Yidong <cyd@stupidchicken.com>
2381
2382 * commands.texi (Reading One Event): Explain idleness in
2383 `read-event'.
2384
23852006-08-12 Chong Yidong <cyd@stupidchicken.com>
2386
2387 * text.texi (Near Point): Say "cursor" not "terminal cursor".
2388 (Commands for Insertion): Removed split-line since it's not
2389 relevant for Lisp programming.
2390 (Yank Commands): Rewrite introduction.
2391 (Undo): Clarify.
2392 (Maintaining Undo): Clarify. Document undo-ask-before-discard.
2393 (Filling): Remove redundant comment. Clarify return value of
2394 current-justification.
2395 (Margins): Minor clarifications.
2396 (Adaptive Fill): Update default value of adaptive-fill-regexp.
2397 (Sorting): Update definition of sort-lines.
2398 (Columns): Clarify behavior of sort-columns.
2399 (Indent Tabs): Link to Tab Stops in Emacs manual.
2400 (Special Properties): Clarify.
2401 (Clickable Text): Mention Buttons package.
2402
24032006-08-12 Kevin Ryde <user42@zip.com.au>
2404
2405 * os.texi (Time Parsing): Add %z to description of
2406 format-time-string, as per docstring. Add cross reference to
2407 glibc manual for strftime.
2408
24092006-08-08 Richard Stallman <rms@gnu.org>
2410
2411 * modes.texi: Clean up wording in previous change.
2412
24132006-08-07 Chong Yidong <cyd@stupidchicken.com>
2414
2415 * modes.texi (Hooks): Clarify.
2416 (Major Mode Basics): Mention define-derived-mode explicitly.
2417 (Major Mode Conventions): Rebinding RET is OK for some modes.
2418 Mention change-major-mode-hook and after-change-major-mode-hook.
2419 (Example Major Modes): Moved to end of Modes section.
2420 (Mode Line Basics): Clarify.
2421 (Mode Line Data): Mention help-echo and local-map in strings.
2422 Explain reason for treatment of non-risky variables.
2423 (Properties in Mode): Clarify.
2424 (Faces for Font Lock): Add font-lock-negation-char-face.
2425
24262006-08-04 Eli Zaretskii <eliz@gnu.org>
2427
2428 * strings.texi (Formatting Strings): Warn against arbitrary
2429 strings as first arg to `format'.
2430
24312006-07-31 Thien-Thi Nguyen <ttn@gnu.org>
2432
2433 * text.texi (Clickable Text): Mention `help-echo' text property.
2434 Update intro, examples and associated explanations.
2435
24362006-07-31 Richard Stallman <rms@gnu.org>
2437
2438 * commands.texi: Update xrefs.
2439 (Event Mod): New node, cut out from old Translating Input.
2440
2441 * maps.texi: Update xrefs.
2442
2443 * keymaps.texi (Translation Keymaps): New node.
2444 Update xrefs from Translating Input to Translation Keymaps.
2445
2446 * elisp.texi (Top): Update subnode menu.
2447
2448 * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
2449
2450 * os.texi (System Interface): Fix menu descriptions of some nodes.
2451 (Translating Input): Node deleted.
2452
24532006-07-31 Nick Roberts <nickrob@snap.net.nz>
2454
2455 * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
2456
2457 * lists.texi (Sets And Lists): Likewise.
2458
24592006-07-30 Thien-Thi Nguyen <ttn@gnu.org>
2460
2461 * text.texi (Fields): Mention POS
2462 requirement when narrowing is in effect.
2463
24642006-07-28 Richard Stallman <rms@gnu.org>
2465
2466 * display.texi (Face Attributes): Simplify wording.
2467 (Attribute Functions): Clarify meaning of new-frame default
2468 attribute settings.
2469
2470 * customize.texi (Common Keywords): Document how to use
2471 :package-version in a package not in Emacs.
2472
24732006-07-28 Kim F. Storm <storm@cua.dk>
2474
2475 * commands.texi (Reading One Event): Fix last change.
2476
24772006-07-26 Chong Yidong <cyd@stupidchicken.com>
2478
2479 * commands.texi (Reading One Event): Document SECONDS argument for
2480 read-event, read-char, and read-char-exclusive.
2481
24822006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
2483
2484 * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
2485 to ensure correct identification.
2486
24872006-07-24 Richard Stallman <rms@gnu.org>
2488
2489 * text.texi (Clickable Text): Clarify.
2490
2491 * sequences.texi (Vector Functions): Delete duplicate xref.
2492
2493 * objects.texi (Function Type): Clarify.
2494
2495 * modes.texi (Keymaps and Minor Modes): List punct chars for minor
2496 modes.
2497
2498 * lists.texi (List Variables): New node.
2499 Material moved from other nodes.
2500
2501 * variables.texi (Setting Variables): add-to-list and
2502 add-to-ordered-list moved to List Variables node.
2503
25042006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
2505
2506 * text.texi (Links and Mouse-1):
2507 For mouse-on-link-p, expand on arg POS.
2508
25092006-07-21 Kim F. Storm <storm@cua.dk>
2510
2511 * display.texi (Forcing Redisplay): Don't mention systems which
2512 don't support sub-second timers for redisplay-preemption-period.
2513
2514 * os.texi (Terminal Output): Clarify text vs graphical terminal.
2515
25162006-07-21 Eli Zaretskii <eliz@gnu.org>
2517
2518 * frames.texi (Input Focus): Document that focus-follows-mouse has
2519 no effect on MS-Windows.
2520
25212006-07-18 Richard Stallman <rms@gnu.org>
2522
2523 * display.texi (Forcing Redisplay): Cleanups in previous change.
2524
2525 * processes.texi (Low-Level Network): Make menu more convenient.
2526
25272006-07-18 Kim F. Storm <storm@cua.dk>
2528
2529 * display.texi (Forcing Redisplay): redisplay-preemption-period
2530 only used on window systems. Add xref to Terminal Output.
2531
2532 * os.texi (Terminal Output): baud-rate only controls preemption on
2533 non-window systems. Add xref to Forcing Redisplay.
2534
2535 * processes.texi (Low-Level Network): Rename node "Make Network"
2536 to "Network Processes".
2537
25382006-07-18 Karl Berry <karl@gnu.org>
2539
2540 * variables.texi, functions.texi, customize.texi, loading.texi:
2541 * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
2542
25432006-07-17 Chong Yidong <cyd@stupidchicken.com>
2544
2545 * commands.texi (Waiting): Document batch-mode sit-for behavior.
2546
25472006-07-17 Richard Stallman <rms@gnu.org>
2548
2549 * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
2550 Put period and comma inside quotes.
2551
2552 * loading.texi, markers.texi: Use real doublequote inside menus.
2553
2554 * windows.texi: Put point and comma inside quotes.
2555 (Textual Scrolling): Use @samp for error message.
2556
2557 * variables.texi, tips.texi, syntax.texi, symbols.texi:
2558 * strings.texi, streams.texi, processes.texi, os.texi:
2559 * objects.texi, numbers.texi, modes.texi, minibuf.texi:
2560 * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
2561 * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
2562 * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
2563 Put point and comma inside quotes.
2564
2565 * control.texi (Processing of Errors): Add command-error-function.
2566
2567 * variables.texi (File Local Variables): Clarify that
2568 file local variables make buffer-local bindings.
2569
2570 * modes.texi (Syntactic Font Lock): Give default for
2571 font-lock-syntax-table.
2572
25732006-07-17 Nick Roberts <nickrob@snap.net.nz>
2574
2575 * text.texi (Special Properties): Clean up previous change.
2576
25772006-07-16 Karl Berry <karl@gnu.org>
2578
2579 * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
2580 * control.texi: Fix bad page breaks through chapter 10 (control).
2581
2582 * anti.texi (Antinews): Reorder face-attribute fns to avoid
2583 underfull hbox.
2584
25852006-07-15 Nick Roberts <nickrob@snap.net.nz>
2586
2587 * text.texi (Special Properties): Describe fontified text property
2588 in relation to a character (not text).
2589
25902006-07-15 Kim F. Storm <storm@cua.dk>
2591
2592 * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
2593 Add apropos-mode-map, custom-mode-map, esc-map, global-map,
2594 grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
2595
2596 * anti.texi (Antinews): Mention redisplay function.
2597 The kbd macro existed, but was not documented, before 22.x.
2598 Function pos-visible-in-window-p is not new in 22.x, just enhanced.
2599
26002006-07-14 Nick Roberts <nickrob@snap.net.nz>
2601
2602 * display.texi (Displaying Messages): Add anchor.
2603
2604 * frames.texi (Dialog Boxes): Use it.
2605
26062006-07-12 Richard Stallman <rms@gnu.org>
2607
2608 * objects.texi (Frame Type): Explain nature of frames better.
2609
2610 * frames.texi (Frames): Explain nature of frames better.
2611
26122006-07-12 Ken Manheimer <ken.manheimer@gmail.com>
2613
2614 * tips.texi (Coding Conventions): Explain why use cl at compile time.
2615
26162006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2617
2618 * frames.texi (Window System Selections): Mention scrap support for Mac.
2619 Default value of x-select-enable-clipboard is t on Mac.
2620
2621 * os.texi (Getting Out): Suspending is not allowed on Mac, either.
2622
26232006-07-11 Kim F. Storm <storm@cua.dk>
2624
2625 * display.texi (Forcing Redisplay): Add `redisplay' function.
2626 Don't mention (sit-for -1) -- use (redisplay t) instead.
2627
2628 * commands.texi (Waiting): (sit-for -1) is no longer special.
2629 (sit-for 0) is equivalent to (redisplay).
2630 Iconifying/deiconifying no longer makes sit-for return.
2631
26322006-07-10 Nick Roberts <nickrob@snap.net.nz>
2633
2634 * display.texi (Buttons): Fix typo.
2635
2636 * index.texi, elisp.texi (New Symbols): Comment node out.
2637
26382006-07-09 Richard Stallman <rms@gnu.org>
2639
2640 * display.texi (Truncation): Clean up previous change.
2641
26422006-07-08 Richard Stallman <rms@gnu.org>
2643
2644 * commands.texi (Interactive Call): Use 3 as prefix in example
2645 for execute-extended-command.
2646
2647 * display.texi (Attribute Functions): Move paragraph about
2648 compatibility with Emacs < 21.
2649
26502006-07-09 Kim F. Storm <storm@cua.dk>
2651
2652 * display.texi (Refresh Screen): Clarify force-window-update.
2653 (Truncation): "Normally" indicated by fringe arrows.
2654
26552006-07-08 Eli Zaretskii <eliz@gnu.org>
2656
2657 * windows.texi (Textual Scrolling, Resizing Windows):
2658 * variables.texi (Constant Variables):
2659 * text.texi (Buffer Contents, Deletion, Changing Properties)
2660 (Property Search, Special Properties, Sticky Properties)
2661 (Links and Mouse-1, Fields, Change Hooks):
2662 * syntax.texi (Syntax Table Functions, Parsing Expressions)
2663 (Categories):
2664 * symbols.texi (Other Plists):
2665 * streams.texi (Output Variables):
2666 * processes.texi (Input to Processes, Query Before Exit):
2667 * positions.texi (Word Motion, Text Lines, List Motion):
2668 * os.texi (Init File, System Environment, Sound Output)
2669 (Session Management):
2670 * nonascii.texi (Text Representations, Character Sets)
2671 (Chars and Bytes, Locales):
2672 * modes.texi (Defining Minor Modes, Header Lines):
2673 * minibuf.texi (Minibuffer Contents):
2674 * markers.texi (Information from Markers):
2675 * lists.texi (List Elements, Building Lists, Association Lists):
2676 * keymaps.texi (Tool Bar):
2677 * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
2678 * functions.texi (What Is a Function, Mapping Functions):
2679 * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
2680 (Color Names, Text Terminal Colors, Display Feature Testing):
2681 * files.texi (Visiting Functions, File Name Components)
2682 (Unique File Names, Contents of Directories):
2683 * display.texi (Forcing Redisplay, Displaying Messages)
2684 (Temporary Displays, Font Selection, Auto Faces)
2685 (Font Lookup, Fringe Indicators, Display Margins)
2686 (Image Descriptors, Showing Images, Image Cache, Button Types)
2687 (Making Buttons, Manipulating Buttons, Button Buffer Commands)
2688 (Display Table Format, Glyphs):
2689 * control.texi (Iteration):
2690 * commands.texi (Command Loop Info, Adjusting Point):
2691 * backups.texi (Making Backups, Auto-Saving):
2692 Remove @tindex entries.
2693
26942006-07-07 Kim F. Storm <storm@cua.dk>
2695
2696 * display.texi (Fringe Cursors): Fix typo.
2697 (Customizing Bitmaps): Fix define-fringe-bitmap entry.
2698 (Overlay Arrow): Default is overlay-arrow fringe indicator.
2699
27002006-07-05 Richard Stallman <rms@gnu.org>
2701
2702 * text.texi (Buffer Contents): Add example of text props
2703 in result of buffer-substring.
2704 (Text Properties): Explain better about use of specific property names.
2705 (Property Search): Some cleanups; reorder some functions.
2706
2707 * keymaps.texi (Changing Key Bindings): Cleanup.
2708 Add xref to Key Binding Conventions.
2709
2710 * display.texi (Attribute Functions): Add examples for
2711 face-attribute-relative-p.
2712
2713 * tips.texi (Coding Conventions): Cleanup last change.
2714
27152006-07-05 Karl Berry <karl@gnu.org>
2716
2717 * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
2718 Remove @setchapternewpage odd.
2719 Result is 1013 pages, down from 1100.
2720
2721 * anti.texi, customize.texi, display.texi, internals.texi:
2722 * minibuf.texi, modes.texi, tips.texi:
2723 Fix overfull/underfull boxes.
2724
27252006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
2726
2727 * edebug.texi (Instrumenting):
2728 Add Edebug-specific findex for eval-buffer.
2729 * loading.texi (Loading):
2730 Replace eval-current-buffer with eval-buffer.
2731
27322006-06-30 Nick Roberts <nickrob@snap.net.nz>
2733
2734 * locals.texi (Standard Buffer-Local Variables): Update the list
2735 of variables.
2736
27372006-06-26 Nick Roberts <nickrob@snap.net.nz>
2738
2739 * files.texi (File Name Completion): Point user to the node
2740 "Reading File Names".
2741
27422006-06-24 Eli Zaretskii <eliz@gnu.org>
2743
2744 * files.texi (Contents of Directories): Document case-insensitive
2745 behavior on respective filesystems.
2746
2747 * objects.texi (Character Type): Document that Emacs signals an
2748 error for unsupported Unicode characters specified as \uNNNN.
2749
27502006-06-19 Richard Stallman <rms@gnu.org>
2751
2752 * processes.texi (Bindat Spec): Clarify previous change.
2753
27542006-06-16 Richard Stallman <rms@gnu.org>
2755
2756 * tips.texi (Coding Conventions): Better explain conventions
2757 for definition constructs.
2758
2759 * text.texi (Special Properties): String value of `read-only'
2760 serves as the error message.
2761
2762 * objects.texi (Character Type): Clarify prev. change.
2763 (Non-ASCII in Strings): Mention \u and \U.
2764
2765 * commands.texi (Using Interactive): Explain problem of
2766 markers, etc., in command-history.
2767
27682006-06-14 Kim F. Storm <storm@cua.dk>
2769
2770 * commands.texi (Waiting): Negative arg to sit-for forces
2771 redisplay even if input is pending.
2772
2773 * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
2774 redisplay. Remove incorrect example of binding redisplay-dont-pause
2775 around (sit-for 0).
2776
27772006-06-13 Richard Stallman <rms@gnu.org>
2778
2779 * display.texi (Forcing Redisplay): Clarify previous change.
2780
27812006-06-13 Romain Francoise <romain@orebokech.com>
2782
2783 * display.texi (Forcing Redisplay): Fix typo.
2784
27852006-06-13 Kim F. Storm <storm@cua.dk>
2786
2787 * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
2788
27892006-06-10 Luc Teirlinck <teirllm@auburn.edu>
2790
2791 * tips.texi (Coding Conventions): Add `@end itemize'.
2792
27932006-06-10 Richard Stallman <rms@gnu.org>
2794
2795 * tips.texi (Coding Conventions): Explain use of coding systems
2796 to ensure one decoding for strings.
2797
27982006-06-09 Aidan Kehoe <kehoea@parhasard.net>
2799
2800 * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
2801 syntax.
2802
28032006-06-07 Eli Zaretskii <eliz@gnu.org>
2804
2805 * display.texi (Font Selection): Remove description of
2806 clear-face-cache.
2807
2808 * compile.texi (Eval During Compile): Fix a typo. Add index
2809 entries for possible uses of eval-when-compile.
2810
28112006-06-04 Thien-Thi Nguyen <ttn@gnu.org>
2812
2813 * display.texi (Abstract Display): Fix typo.
2814
28152006-06-03 Eli Zaretskii <eliz@gnu.org>
2816
2817 * minibuf.texi (Minibuffer History) <history-add-new-input>:
2818 Reword variable's description.
2819
28202006-06-01 Richard Stallman <rms@gnu.org>
2821
2822 * windows.texi (Splitting Windows): Clarify splitting nonselected
2823 window.
2824
28252006-05-31 Juri Linkov <juri@jurta.org>
2826
2827 * minibuf.texi (Minibuffer History): Add history-add-new-input.
2828
28292006-05-30 Richard Stallman <rms@gnu.org>
2830
2831 * display.texi (Line Height): Fix errors in description of
10d1d0af 2832 default line height and line-height property.
b8d4c8d0
GM
2833
2834 * nonascii.texi (Default Coding Systems): Further clarification.
2835
28362006-05-29 Luc Teirlinck <teirllm@auburn.edu>
2837
2838 * internals.texi (Pure Storage): Mention that an overflow in pure
2839 space causes a memory leak.
2840 (Garbage Collection): If there was an overflow in pure space,
2841 `garbage-collect' returns nil.
2842
28432006-05-30 Eli Zaretskii <eliz@gnu.org>
2844
2845 * nonascii.texi (Default Coding Systems): Fix it some more.
2846
28472006-05-29 Eli Zaretskii <eliz@gnu.org>
2848
2849 * nonascii.texi (Default Coding Systems): Fix last change.
2850
28512006-05-29 Kenichi Handa <handa@m17n.org>
2852
2853 * nonascii.texi (find-operation-coding-system): Describe the new
2854 argument format (FILENAME . BUFFER).
2855
28562006-05-28 Richard Stallman <rms@gnu.org>
2857
2858 * tips.texi (Coding Conventions): Better explain reasons not to
2859 advise other packages or use `eval-after-load'.
2860
28612006-05-29 Kim F. Storm <storm@cua.dk>
2862
2863 * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
2864 `bindat-idx' and `bindat-raw' for clarity.
2865
28662006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
2867
2868 * processes.texi (Bindat Spec): Expand on `repeat' handler.
2869
2870 * display.texi (Display): Add "Abstract Display" to menu.
2871 (Abstract Display, Abstract Display Functions)
2872 (Abstract Display Example): New nodes.
2873 * elisp.texi (Top): Add "Abstract Display" to menu.
2874
28752006-05-27 Chong Yidong <cyd@stupidchicken.com>
2876
2877 * keymaps.texi (Key Sequences): Link to input events definition.
2878 (Format of Keymaps): Delete material duplicated in Keymap Basics.
2879
2880 * files.texi (Changing Files): Document updated argument list for
2881 copy-file.
2882
28832006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
2884
2885 * processes.texi (Bindat Functions): Explain term "total length".
2886 Use it in bindat-length and bindat-pack descriptions.
2887
28882006-05-26 Eli Zaretskii <eliz@gnu.org>
2889
2890 * tips.texi (Coding Conventions): Advise against using
2891 eval-after-load in packages. Add an index entry.
2892
28932006-05-25 Juri Linkov <juri@jurta.org>
2894
2895 * minibuf.texi (Text from Minibuffer): Undocument keep-all.
2896
2897 * modes.texi (%-Constructs): Add %e, %z, %Z.
2898
28992006-05-25 Richard Stallman <rms@gnu.org>
2900
2901 * elisp.texi (Top): Update subnode menu.
2902
2903 * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
2904 (Keymaps): Update menu.
2905
29062006-05-25 Chong Yidong <cyd@stupidchicken.com>
2907
2908 * keymaps.texi (Key Sequences): Some clarifications.
2909
29102006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
2911
2912 * processes.texi (Bindat Functions): Say "unibyte string"
2913 explicitly for bindat-unpack and bindat-pack descriptions.
2914 (Bindat Examples): Don't call `string-make-unibyte' in example.
2915
29162006-05-25 Chong Yidong <cyd@stupidchicken.com>
2917
2918 * keymaps.texi (Key Sequences): Renamed from Keymap Terminology.
c5602427 2919 Explain string and vector representations of key sequences.
b8d4c8d0
GM
2920
2921 * keymaps.texi (Changing Key Bindings):
dd7b651b 2922 * commands.texi (Interactive Codes):
b8d4c8d0
GM
2923 * help.texi (Describing Characters): Refer to it.
2924
29252006-05-23 Luc Teirlinck <teirllm@auburn.edu>
2926
2927 * frames.texi (Pointer Shape): @end table -> @end defvar.
2928
29292006-05-22 Richard Stallman <rms@gnu.org>
2930
2931 * elisp.texi (Top): Update subnode menus.
2932
2933 * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
2934 Contents rewritten; material from old Pointer Shape node moved here.
2935
2936 * display.texi (Pointer Shape): Node deleted.
2937 (Image Descriptors): Minor cleanup.
2938
29392006-05-21 Richard Stallman <rms@gnu.org>
2940
2941 * syntax.texi (Parsing Expressions): Update info on which STATE
2942 elements are ignored.
2943
29442006-05-19 Luc Teirlinck <teirllm@auburn.edu>
2945
2946 * hooks.texi (Standard Hooks): Correct typo.
2947
2948 * gpl.texi (GPL): ifinfo -> ifnottex.
2949
29502006-05-19 Michael Ernst <mernst@alum.mit.edu> (tiny change)
2951
2952 * searching.texi (Simple Match Data): Warn about match data being
2953 set anew by every search.
2954
29552006-05-17 Richard Stallman <rms@gnu.org>
2956
2957 * minibuf.texi (Minibuffer History): Clarify.
2958
2959 * searching.texi (Regexp Special): Clarify nested regexp warning.
2960
29612006-05-16 Kim F. Storm <storm@cua.dk>
2962
2963 * minibuf.texi (Minibuffer History): Update add-to-history.
2964
29652006-05-15 Oliver Scholz <epameinondas@gmx.de> (tiny change)
2966
2967 * nonascii.texi (Explicit Encoding): Fix
2968 typo (encoding<->decoding).
2969
29702006-05-14 Richard Stallman <rms@gnu.org>
2971
2972 * buffers.texi (Creating Buffers): Cleanup.
2973
2974 * files.texi (Visiting Functions): Rewrite in find-file-noselect.
2975
29762006-05-13 Eli Zaretskii <eliz@gnu.org>
2977
2978 * buffers.texi (Current Buffer): Document that with-temp-buffer
2979 disables undo.
2980
2981 * os.texi (Terminal-Specific): More accurate description of how
2982 Emacs searches for the terminal-specific libraries.
2983
29842006-05-12 Eli Zaretskii <eliz@gnu.org>
2985
2986 * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
2987 emacs-xtra to @inforef's.
2988
2989 * text.texi (Undo): Document that undo is turned off in buffers
2990 whose names begin with a space.
2991
2992 * buffers.texi (Buffer Names): Add index entries for buffers whose
2993 names begin with a space.
2994 (Creating Buffers): Document that undo is turned off in buffers
2995 whose names begin with a space.
2996
2997 * files.texi (Visiting Functions, Reading from Files)
2998 (Saving Buffers): Mention code and EOL conversions by file I/O
2999 primitives and subroutines.
3000
3001 * nonascii.texi (Lisp and Coding Systems): Document
3002 coding-system-eol-type. Add index entries for eol conversion.
3003
3004 * display.texi (Defining Faces): Mention `mac', and add an xref to
3005 where window-system is described.
3006
30072006-05-10 Richard Stallman <rms@gnu.org>
3008
3009 * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
3010
30112006-05-10 Reiner Steib <Reiner.Steib@gmx.de>
3012
3013 * variables.texi (File Local Variables): Recommend to quote lambda
3014 expressions in safe-local-variable property.
3015
30162006-05-09 Richard Stallman <rms@gnu.org>
3017
3018 * variables.texi (File Local Variables): Document
3019 safe-local-eval-forms and safe-local-eval-function.
3020
30212006-05-07 Kim F. Storm <storm@cua.dk>
3022
3023 * minibuf.texi (Minibuffer History): Remove keep-dups arg
3024 from add-to-history.
3025
30262006-05-07 Romain Francoise <romain@orebokech.com>
3027
3028 * commands.texi (Event Input Misc):
3029 * compile.texi (Eval During Compile):
3030 * internals.texi (Buffer Internals):
3031 * minibuf.texi (Initial Input):
3032 * nonascii.texi (Scanning Charsets):
3033 * numbers.texi (Comparison of Numbers):
3034 * windows.texi (Textual Scrolling, Vertical Scrolling):
3035 Fix various typos.
3036
30372006-05-06 Eli Zaretskii <eliz@gnu.org>
3038
3039 * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
3040 conditional xref's to either emacs or emacs-xtra, depending on
3041 @iftex/@ifnottex.
3042
3043 * minibuf.texi (Minibuffer History): Document add-to-history.
3044
30452006-05-05 Eli Zaretskii <eliz@gnu.org>
3046
3047 * internals.texi (Pure Storage): Mention the pure overflow message
3048 at startup.
3049
c8763fb6 30502006-05-05 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
3051
3052 * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
3053 (Searching Keymaps): Fix pseudo-Lisp description of keymap
3054 search.
3055
30562006-05-01 Richard Stallman <rms@gnu.org>
3057
3058 * intro.texi (nil and t): Clarify.
3059
3060 * variables.texi (File Local Variables): Suggest using booleanp.
3061
30622006-05-01 Juanma Barranquero <lekktu@gmail.com>
3063
3064 * objects.texi (Type Predicates): Fix typos.
3065
30662006-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
3067
3068 * intro.texi (nil and t): Add booleanp.
3069
3070 * objects.texi (Type Predicates): Add links for booleanp and
3071 string-or-null-p.
3072
30732006-04-29 Richard Stallman <rms@gnu.org>
3074
3075 * modes.texi (Multiline Font Lock): Rename from
3076 Multi line Font Lock Elements. Much clarification.
3077 (Font Lock Multiline, Region to Fontify): Much clarification.
3078
30792006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
3080
3081 * variables.texi (File Local Variables): Remove the special case t for
3082 safe-local-variable.
3083
30842006-04-26 Richard Stallman <rms@gnu.org>
3085
3086 * syntax.texi (Parsing Expressions): Minor cleanup.
3087
30882006-04-18 Richard Stallman <rms@gnu.org>
3089
3090 * tips.texi (Coding Conventions): Explain when the package's
3091 prefix should appear later on (not at the start of the name).
3092
3093 * searching.texi (String Search): Clarify effect of NOERROR.
3094
3095 * modes.texi (Imenu): Clarify what special items do.
3096
3097 * hooks.texi (Standard Hooks): Delete text about old hook names.
3098
30992006-04-17 Romain Francoise <romain@orebokech.com>
3100
3101 * variables.texi (Local Variables): Update the default value of
3102 `max-specpdl-size'.
3103
31042006-04-15 Michael Olson <mwolson@gnu.org>
3105
3106 * processes.texi (Transaction Queues): Mention the new optional
3107 `delay-question' argument for `tq-enqueue'.
3108
31092006-04-13 Bill Wohler <wohler@newt.com>
3110
3111 * customize.texi (Common Keywords): Use dotted notation for
3112 :package-version value. Specify its values. Improve documentation
3113 for customize-package-emacs-version-alist.
3114
31152006-04-12 Bill Wohler <wohler@newt.com>
3116
3117 * customize.texi (Common Keywords): Move description of
3118 customize-package-emacs-version-alist to @defvar.
3119
31202006-04-10 Bill Wohler <wohler@newt.com>
3121
3122 * customize.texi (Common Keywords): Add :package-version.
3123
31242006-04-10 Kim F. Storm <storm@cua.dk>
3125
3126 * text.texi (Buffer Contents): Add NOPROPS arg to
3127 filter-buffer-substring.
3128
31292006-04-08 Kevin Ryde <user42@zip.com.au>
3130
3131 * os.texi (Command-Line Arguments): Update xref to emacs manual
3132 "Command Arguments" -> "Emacs Invocation", per change there.
3133
31342006-04-08 Thien-Thi Nguyen <ttn@gnu.org>
3135
3136 * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
3137 be on one line to help makeinfo not render two spaces after the dot.
3138
31392006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
3140
3141 * strings.texi (Predicates for Strings): Add string-or-null-p.
3142
31432006-03-28 Kim F. Storm <storm@cua.dk>
3144
3145 * processes.texi (Accepting Output): Remove obsolete (and incorrect)
3146 remarks about systems that don't support fractional seconds.
3147
31482006-03-25 Karl Berry <karl@gnu.org>
3149
3150 * elisp.texi: Use @copyright{} instead of (C), and do not indent
3151 the year list.
3152
31532006-03-21 Nick Roberts <nickrob@snap.net.nz>
3154
3155 * display.texi (Fringe Indicators): Fix typos.
3156
31572006-03-19 Luc Teirlinck <teirllm@auburn.edu>
3158
3159 * tips.texi (Documentation Tips): One can now also write `program'
3160 in front of a quoted symbol in a docstring to prevent making a
3161 hyperlink.
3162
31632006-03-19 Alan Mackenzie <acm@muc.de>
3164
3165 * text.texi (Special Properties): Clarify `fontified' property.
3166
31672006-03-16 Richard Stallman <rms@gnu.org>
3168
3169 * display.texi (Defining Images): Minor cleanup.
3170
31712006-03-16 Bill Wohler <wohler@newt.com>
3172
3173 * display.texi (Defining Images): In image-load-path-for-library,
3174 prefer user's images.
3175
31762006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
3177
3178 * modes.texi (Region to Fontify): Remove font-lock-lines-before.
3179
31802006-03-15 Bill Wohler <wohler@newt.com>
3181
3182 * display.texi (Defining Images): Fix example in
3183 image-load-path-for-library by not recommending that one binds
3184 image-load-path. Just defvar it to placate compiler and only use
3185 it if previously defined.
3186
31872006-03-14 Bill Wohler <wohler@newt.com>
3188
3189 * display.texi (Defining Images): In image-load-path-for-library,
3190 always return list of directories. Update example.
3191
31922006-03-14 Alan Mackenzie <acm@muc.de>
3193
3194 * modes.texi: New node, "Region to Fontify" (for Font Lock).
3195 This describes font-lock-extend-region-function.
3196 ("Other Font Lock Variables"): Move "font-lock-lines-before" to
3197 the new node "Region to Fontify".
3198
31992006-03-13 Richard Stallman <rms@gnu.org>
3200
3201 * display.texi (Invisible Text): The impossible position is
3202 now before the invisible text, not after.
3203 (Defining Images): Clean up last change.
3204
32052006-03-11 Bill Wohler <wohler@newt.com>
3206
3207 * display.texi (Defining Images): Add image-load-path-for-library.
3208
32092006-03-11 Luc Teirlinck <teirllm@auburn.edu>
3210
3211 * text.texi (Adaptive Fill): Fix Texinfo usage.
3212
3213 * strings.texi (Creating Strings): Fix Texinfo usage.
3214
3215 * searching.texi (Regexp Special): Use @samp for regular
3216 expressions that are not in Lisp syntax.
3217
32182006-03-08 Luc Teirlinck <teirllm@auburn.edu>
3219
3220 * searching.texi (Regexp Special): Put remark between parentheses
3221 to avoid misreading.
3222
32232006-03-07 Luc Teirlinck <teirllm@auburn.edu>
3224
3225 * searching.texi (Syntax of Regexps): More accurately describe
3226 which characters are special in which situations.
3227 (Regexp Special): Recommend _not_ to quote `]' or `-' when they
3228 are not special. Describe in detail when `[' and `]' are special.
3229 (Regexp Backslash): Plenty of regexps with unbalanced square
3230 brackets are valid, so reword that statement.
3231
32322006-03-02 Kim F. Storm <storm@cua.dk>
3233
3234 * keymaps.texi (Tool Bar): Add tool-bar-border.
3235
32362006-02-28 Luc Teirlinck <teirllm@auburn.edu>
3237
3238 * loading.texi (Load Suffixes): Rephrase last paragraph. Fix typos.
3239
32402006-02-27 Luc Teirlinck <teirllm@auburn.edu>
3241
3242 * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
3243
3244 * files.texi (Locating Files): Suggest additional values for the
3245 SUFFIXES arg of `locate-file'. Update pxref.
3246
3247 * loading.texi (Loading): Include new node "Load Suffixes" in menu.
3248 (How Programs Do Loading): Discuss the effects of Auto Compression
3249 mode on `load'.
3250 (Load Suffixes): New node.
3251 (Library Search): Delete description of `load-suffixes'; it was
3252 moved to "Load Suffixes".
3253 (Autoload, Named Features): Mention `load-suffixes'.
3254
32552006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
3256
3257 * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
3258
3259 * windows.texi (Window Tree): Fix typo.
3260
32612006-02-20 Kim F. Storm <storm@cua.dk>
3262
3263 * display.texi (Fringe Indicators): New section.
3264 Move indicate-empty-lines, indicate-buffer-boundaries, and
3265 default-indicate-buffer-boundaries here.
3266 Add fringe-indicator-alist and default-fringes-indicator-alist.
3267 Add list of logical fringe indicator symbols.
3268 Update list of standard bitmap names.
3269 (Fringe Cursors): New section.
3270 Move overflow-newline-into-fringe here.
3271 Add fringe-cursor-alist and default-fringes-cursor-alist.
3272 Add list of fringe cursor symbols.
3273
32742006-02-20 Juanma Barranquero <lekktu@gmail.com>
3275
3276 * commands.texi (Using Interactive): Fix reference to node
3277 "Minibuffers".
3278
32792006-02-19 Richard M. Stallman <rms@gnu.org>
3280
3281 * minibuf.texi (High-Level Completion):
3282 Add xref to read-input-method-name.
3283
3284 * files.texi (Relative File Names): Move file-relative-name here.
3285 (File Name Expansion): From here. Minor clarifications.
3286
3287 * commands.texi (Using Interactive): Add xrefs about reading input.
3288 Clarify remarks about that moving point and mark.
3289 Put string case before list case.
3290
c8763fb6 32912006-02-16 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
3292
3293 * display.texi (Other Display Specs, Image Descriptors):
3294 Revert erroneous changes. The previous description of
3295 image-descriptors as `(image . PROPS)' was correct.
3296
32972006-02-14 Richard M. Stallman <rms@gnu.org>
3298
3299 * variables.texi (File Local Variables): Clarifications.
3300
33012006-02-14 Juanma Barranquero <lekktu@gmail.com>
3302
3303 * variables.texi (File Local Variables): Use @code for a cons
3304 cell, not @var.
3305
33062006-02-13 Chong Yidong <cyd@stupidchicken.com>
3307
3308 * variables.texi (File Local Variables): Document new file local
3309 variable behavior.
3310
33112006-02-10 Kim F. Storm <storm@cua.dk>
3312
3313 * eval.texi (Function Indirection): Add NOERROR to indirect-function.
3314
33152006-02-08 Juanma Barranquero <lekktu@gmail.com>
3316
3317 * modes.texi (%-Constructs): Remove obsolete info about
3318 `global-mode-string'.
3319
33202006-02-07 Richard M. Stallman <rms@gnu.org>
3321
3322 * commands.texi (Prefix Command Arguments): Minor cleanup.
3323
3324 * display.texi: "Graphical display", not window system.
3325
3326 * functions.texi (What Is a Function): Fix xref.
3327
3328 * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
3329 (Changing Key Bindings): Clarify when remapping is better than
3330 substitute-key-definition.
3331
33322006-02-02 Richard M. Stallman <rms@gnu.org>
3333
3334 * minibuf.texi (Basic Completion): Completion alists are risky.
3335
3336 * keymaps.texi (Active Keymaps): Clarifications.
3337 (Searching Keymaps): New node.
3338 (Keymaps): Update menu.
3339
3340 * frames.texi (Layout Parameters): Minor clarification.
3341 (Drag and Drop): New node.
3342 (Frames): Update menu.
3343
33442006-01-29 Chong Yidong <cyd@stupidchicken.com>
3345
3346 * display.texi (Other Display Specs, Image Descriptors):
3347 Image description is a list, not a cons cell.
3348
33492006-01-28 Luc Teirlinck <teirllm@auburn.edu>
3350
3351 * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
3352 list is not necessarily a list).
3353
33542006-01-27 Eli Zaretskii <eliz@gnu.org>
3355
3356 * frames.texi (Layout Parameters): border-width and
3357 internal-border-width belong to the frame, not the window.
3358
33592006-01-19 Richard M. Stallman <rms@gnu.org>
3360
3361 * nonascii.texi (Translation of Characters): Search cmds use
3362 translation-table-for-input. Automatically made local.
3363
3364 * markers.texi (Overview of Markers): Count insertion type
3365 as one of a marker's attributes.
3366
3367 * keymaps.texi (Controlling Active Maps): New node, split out of
3368 Active Keymaps.
3369 (Keymaps): Menu updated.
3370 (Active Keymaps): Give pseudocode to explain how the active
3371 maps are searched. current-active-maps and key-binding moved here.
3372 (Functions for Key Lookup): current-active-maps and key-binding moved.
3373 Clarifications.
3374 (Searching the Keymaps): New subnode.
3375
3376 * elisp.texi (Top): Menu clarification.
3377
3378 * display.texi (Other Display Specs): Delete duplicate entry for
3379 just a string as display spec. Move text about recursive display
3380 specs on such a string.
3381
3382 * commands.texi (Key Sequence Input): Clarify.
3383 Move num-nonmacro-input-events out.
3384 (Reading One Event): num-nonmacro-input-events moved here.
3385
33862006-01-14 Nick Roberts <nickrob@snap.net.nz>
3387
3388 * advice.texi (Simple Advice): Update example to fit argument
3389 change in previous-line.
3390
33912006-01-05 Richard M. Stallman <rms@gnu.org>
3392
3393 * markers.texi (The Mark): Fix in `mark'.
3394
33952006-01-04 Richard M. Stallman <rms@gnu.org>
3396
3397 * processes.texi (Misc Network, Make Network): Minor cleanups.
3398
33992006-01-04 Kim F. Storm <storm@cua.dk>
3400
3401 * processes.texi (Make Network): Add IPv6 addresses and handling.
3402 (Network Feature Testing): Mention (:family ipv6).
3403 (Misc Network): Add IPv6 formats to format-network-address.
3404
34052005-12-30 Richard M. Stallman <rms@gnu.org>
3406
3407 * text.texi (Changing Properties):
3408 Don't use return value of set-text-properties.
3409
34102005-12-29 Luc Teirlinck <teirllm@auburn.edu>
3411
3412 * modes.texi (Mode Line Format): Correct typo in menu.
3413
34142005-12-29 Richard M. Stallman <rms@gnu.org>
3415
3416 * modes.texi (Mode Line Top): New node.
3417 (Mode Line Data): Some text moved to new node.
3418 Explain the data structure more concretely.
3419 (Mode Line Basics): Clarifications.
3420 (Mode Line Variables): Clarify intro paragraph.
3421 (%-Constructs): Clarify intro paragraph.
3422 (Mode Line Format): Update menu.
3423
34242005-12-28 Luc Teirlinck <teirllm@auburn.edu>
3425
3426 * minibuf.texi (Basic Completion): Update lazy-completion-table
3427 examples for removal of ARGS argument.
3428
34292005-12-23 Richard M. Stallman <rms@gnu.org>
3430
3431 * text.texi (Undo): Restore some explanation from the version
3432 that was deleted.
3433
34342005-12-23 Eli Zaretskii <eliz@gnu.org>
3435
3436 * text.texi (Undo): Remove duplicate descriptions of `apply
3437 funname' and `apply delta' elements of the undo list.
3438
34392005-12-20 Richard M. Stallman <rms@gnu.org>
3440
3441 * help.texi (Help Functions): Update documentation of `apropos'.
3442
34432005-12-20 Luc Teirlinck <teirllm@auburn.edu>
3444
3445 * customize.texi (Type Keywords): Delete xref to "Text help-echo",
3446 because it is confusing. If the :help-echo keyword is a function,
3447 it is not directly used as the :help-echo overlay property, as the
3448 xref seems to suggest (it does not take the appropriate args).
3449
34502005-12-19 Luc Teirlinck <teirllm@auburn.edu>
3451
3452 * customize.texi (Common Keywords): Fix Texinfo usage.
3453 (Group Definitions, Variable Definitions): Update for new
3454 conventions for using `*' in docstrings.
3455
3456 * tips.texi (Documentation Tips): Update for new conventions for
3457 using `*' in docstrings.
3458
34592005-12-16 Richard M. Stallman <rms@gnu.org>
3460
3461 * minibuf.texi (Minibuffer Contents): Minor cleanup.
3462
34632005-12-16 Juri Linkov <juri@jurta.org>
3464
3465 * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
3466
34672005-12-14 Romain Francoise <romain@orebokech.com>
3468
3469 * modes.texi (Customizing Keywords): Rename `append' to `how'.
3470 Fix typo.
3471
34722005-12-11 Juri Linkov <juri@jurta.org>
3473
3474 * minibuf.texi (Completion Commands): Add mention of read-file-name
3475 for filename completion keymaps.
3476 (Reading File Names): Add mention of filename completion keymaps
3477 for read-file-name and xref to `Completion Commands'.
3478
34792005-12-10 Richard M. Stallman <rms@gnu.org>
3480
3481 * customize.texi (Common Keywords): State caveats for use of :tag.
3482
34832005-12-08 Richard M. Stallman <rms@gnu.org>
3484
3485 * minibuf.texi (Intro to Minibuffers): Replace list of local maps
3486 with xrefs and better explanation.
3487 (Completion Commands): Add the filename completion maps.
3488
3489 * objects.texi (Character Type): Clarify that \s is not space
3490 if a dash follows.
3491
34922005-12-05 Richard M. Stallman <rms@gnu.org>
3493
3494 * windows.texi (Resizing Windows): Delete preserve-before args.
3495
34962005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
3497
3498 * keymaps.texi (Format of Keymaps): Remove mention of a quirk
3499 in full keymaps, since the quirk has been fixed.
3500
35012005-12-03 Eli Zaretskii <eliz@gnu.org>
3502
3503 * hooks.texi (Standard Hooks): Add index entries. Mention
3504 `compilation-finish-functions'.
3505
35062005-11-27 Richard M. Stallman <rms@gnu.org>
3507
3508 * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
3509
35102005-11-21 Juri Linkov <juri@jurta.org>
3511
3512 * customize.texi (Common Keywords): Update links types
3513 custom-manual and url-link. Add link types emacs-library-link,
3514 file-link, function-link, variable-link, custom-group-link.
3515
35162005-11-20 Chong Yidong <cyd@stupidchicken.com>
3517
3518 * display.texi: Revert 2005-11-20 change.
3519
35202005-11-20 Thien-Thi Nguyen <ttn@gnu.org>
3521
3522 * processes.texi (Bindat Functions):
3523 Say "third" to refer to zero-based index "2".
3524
35252005-11-18 Luc Teirlinck <teirllm@auburn.edu>
3526
3527 * loading.texi (Library Search): Update the default value of
3528 `load-suffixes'.
3529
35302005-11-17 Chong Yidong <cyd@stupidchicken.com>
3531
3532 * display.texi (Attribute Functions): Mention :ignore-defface.
3533
35342005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
3535
3536 * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
3537 (Minor Mode Conventions): Mention the use of a hook.
3538
35392005-11-06 Richard M. Stallman <rms@gnu.org>
3540
3541 * files.texi (Magic File Names): find-file-name-handler checks the
3542 `operations' property of the handler.
3543
35442005-11-03 Richard M. Stallman <rms@gnu.org>
3545
3546 * variables.texi (Frame-Local Variables): Small clarification.
3547
35482005-10-29 Chong Yidong <cyd@stupidchicken.com>
3549
3550 * os.texi (Init File): Document ~/.emacs.d/init.el.
3551
35522005-10-29 Richard M. Stallman <rms@gnu.org>
3553
3554 * internals.texi (Garbage Collection): Document memory-full.
3555
35562005-10-28 Bill Wohler <wohler@newt.com>
3557
3558 * tips.texi (Documentation Tips): Help mode now creates hyperlinks
3559 for URLs.
3560
35612005-10-28 Richard M. Stallman <rms@gnu.org>
3562
3563 * minibuf.texi (Completion Commands): Clean up prev change.
3564
35652005-10-26 Kevin Ryde <user42@zip.com.au>
3566
3567 * compile.texi (Eval During Compile): Explain recommended uses
3568 of eval-when-compile and eval-and-compile.
3569
35702005-10-27 Masatake YAMATO <jet@gyve.org>
3571
3572 * minibuf.texi (Completion Commands):
3573 Write about new optional argument for `display-completion-list'.
3574
35752005-10-23 Richard M. Stallman <rms@gnu.org>
3576
3577 * display.texi (Overlay Arrow): Clarify about local bindings of
3578 overlay-arrow-position.
3579
35802005-10-22 Eli Zaretskii <eliz@gnu.org>
3581
3582 * internals.texi (Building Emacs): Fix last change.
3583
35842005-10-22 Richard M. Stallman <rms@gnu.org>
3585
3586 * internals.texi (Building Emacs): Document eval-at-startup.
3587
35882005-10-21 Richard M. Stallman <rms@gnu.org>
3589
3590 * loading.texi (Where Defined): load-history contains abs file names.
3591 symbol-file returns abs file names.
3592
35932005-10-19 Kim F. Storm <storm@cua.dk>
3594
3595 * display.texi (Showing Images): Add max-image-size integer value.
3596
35972005-10-18 Chong Yidong <cyd@stupidchicken.com>
3598
3599 * display.texi (Showing Images): Document max-image-size.
3600
36012005-10-17 Richard M. Stallman <rms@gnu.org>
3602
3603 * commands.texi (Quitting): Minor clarification.
3604
3605 * processes.texi (Sentinels): Clarify about output and quitting.
3606 (Filter Functions): Mention with-local-quit.
3607
36082005-10-17 Juri Linkov <juri@jurta.org>
3609
3610 * buffers.texi (Current Buffer):
3611 * commands.texi (Event Input Misc):
3612 * compile.texi (Eval During Compile, Compiler Errors):
3613 * customize.texi (Group Definitions):
3614 * display.texi (Progress, Defining Faces):
3615 * files.texi (Writing to Files):
3616 * modes.texi (Mode Hooks, Defining Minor Modes):
3617 * streams.texi (Output Functions):
3618 * syntax.texi (Syntax Table Functions):
3619 * text.texi (Change Hooks):
3620 Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
3621
3622 * commands.texi (Quitting): Replace arg `forms' with `body' in
3623 `with-local-quit'.
3624
3625 * positions.texi (Excursions): Replace arg `forms' with `body' in
3626 `save-excursion'.
3627
36282005-10-08 Kim F. Storm <storm@cua.dk>
3629
3630 * windows.texi (Window Tree): Rename window-split-tree to window-tree.
3631 Rename manual section accordingly.
3632
36332005-10-04 Kim F. Storm <storm@cua.dk>
3634
3635 * windows.texi (Window Split Tree): New section describing
3636 new function window-split-tree function.
3637
36382005-10-03 Nick Roberts <nickrob@snap.net.nz>
3639
3640 * display.texi (Fringe Size/Pos): Simplify and add detail.
3641
36422005-09-30 Romain Francoise <romain@orebokech.com>
3643
3644 * minibuf.texi (High-Level Completion): Explain that the prompt
3645 given to `read-buffer' should end with a colon and a space.
3646 Update usage examples.
3647
36482005-09-29 Juri Linkov <juri@jurta.org>
3649
3650 * display.texi (Displaying Messages): Rename argument name
3651 `string' to `format-string' in functions `message', `message-box',
3652 `message-or-box'.
3653
36542005-09-26 Chong Yidong <cyd@stupidchicken.com>
3655
3656 * errors.texi (Standard Errors): Correct xrefs.
3657
36582005-09-18 Chong Yidong <cyd@stupidchicken.com>
3659
3660 * display.texi (Defining Images): Update documentation for
3661 `image-load-path'.
3662
36632005-09-17 Richard M. Stallman <rms@gnu.org>
3664
3665 * display.texi (Defining Images): Clean up previous change.
3666
36672005-09-16 Romain Francoise <romain@orebokech.com>
3668
3669 * elisp.texi: Specify GFDL version 1.2.
3670
3671 * doclicense.texi (GNU Free Documentation License): Update to
3672 version 1.2.
3673
36742005-09-15 Chong Yidong <cyd@stupidchicken.com>
3675
3676 * display.texi (Defining Images): Document `image-load-path'.
3677
36782005-09-15 Richard M. Stallman <rms@gnu.org>
3679
3680 * objects.texi (Printed Representation): Minor cleanup.
3681 (Box Diagrams): Minor fix.
3682 (Cons Cell Type): Move (...) index item here.
3683 (Box Diagrams): From here.
3684 (Array Type): Minor fix.
3685 (Type Predicates): Delete index "predicates".
3686 (Hash Table Type): Clarify xref.
3687 (Dotted Pair Notation): Minor fix.
3688
36892005-09-10 Chong Yidong <cyd@stupidchicken.com>
3690
3691 * files.texi (Saving Buffers): Fix typo.
3692
36932005-09-08 Richard M. Stallman <rms@gnu.org>
3694
3695 * tips.texi (Programming Tips): Correct the "default" prompt spec.
3696
36972005-09-08 Chong Yidong <cyd@stupidchicken.com>
3698
3699 * locals.texi (Standard Buffer-Local Variables): Don't include
3700 mode variables for minor modes.
3701 Fix xrefs for buffer-display-count, buffer-display-table,
3702 buffer-offer-save, buffer-saved-size, cache-long-line-scans,
3703 enable-multibyte-characters, fill-column, header-line-format,
3704 left-fringe-width, left-margin, and right-fringe-width.
3705
3706 * hooks.texi (Standard Hooks): All hooks should conform to the
3707 standard naming convention now.
3708 Fix xref for `echo-area-clear-hook'.
3709
3710 * display.texi (Usual Display): Note that indicate-empty-lines and
3711 tab-width are buffer-local.
3712
3713 * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
3714
3715 * modes.texi (Mode Help): Note that major-mode is buffer-local.
3716
3717 * nonascii.texi (Encoding and I/O): Note that
3718 buffer-file-coding-system is buffer-local.
3719
3720 * positions.texi (List Motion): Note that defun-prompt-regexp is
3721 buffer-local.
3722
3723 * text.texi (Auto Filling): Note that auto-fill-function is
3724 buffer-local.
3725 (Undo): Note that buffer-undo-list is buffer-local.
3726
3727 * windows.texi (Buffers and Windows): Document
3728 buffer-display-count.
3729
37302005-09-06 Richard M. Stallman <rms@gnu.org>
3731
3732 * tips.texi (Coding Conventions): Sometimes it is ok to put the
3733 package prefix elsewhere than at the start of the name.
3734
37352005-09-03 Richard M. Stallman <rms@gnu.org>
3736
3737 * tips.texi (Programming Tips): Add conventions for minibuffer
3738 questions and prompts.
3739
37402005-09-03 Joshua Varner <jlvarner@gmail.com> (tiny change)
3741
3742 * intro.texi (nil and t): Minor cleanup.
3743 Delete spurious mention of keyword symbols.
3744 (Evaluation Notation): Add index entry.
3745 (A Sample Function Description): Minor cleanup.
3746 (A Sample Variable Description): Not all vars can be set.
3747
37482005-09-03 Thien-Thi Nguyen <ttn@gnu.org>
3749
3750 * text.texi (Buffer Contents): Use "\n" in examples' result strings.
3751
3752 (Insertion): Document precise type of `insert-char' arg COUNT.
3753
37542005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
3755
3756 * modes.texi (Other Font Lock Variables): Sync the default of
3757 font-lock-lines-before.
3758
37592005-08-31 Michael Albinus <michael.albinus@gmx.de>
3760
3761 * files.texi (Magic File Names): Add `make-auto-save-file-name'.
3762
37632005-08-29 Richard M. Stallman <rms@gnu.org>
3764
3765 * elisp.texi (Top): Update subnode menu.
3766
3767 * searching.texi (Searching and Matching): Move node.
3768 Rearrange contents and add overall explanation.
3769 (Searching and Case): Move node.
3770 (Searching and Matching): Update menu.
3771
37722005-08-27 Eli Zaretskii <eliz@gnu.org>
3773
3774 * os.texi (Startup Summary): Fix the description of the initial
3775 startup message display.
3776
37772005-08-25 Richard M. Stallman <rms@gnu.org>
3778
3779 * searching.texi (Search and Replace): Add replace-regexp-in-string.
3780
37812005-08-25 Emilio C. Lopes <eclig@gmx.net>
3782
3783 * display.texi (Finding Overlays): Fix `find-overlay-prop' in
3784 `next-overlay-change' example.
3785
37862005-08-22 Juri Linkov <juri@jurta.org>
3787
3788 * display.texi (Attribute Functions): Add set-face-inverse-video-p.
3789 Fix invert-face. Fix args of face-background.
3790
3791 * display.texi (Standard Faces): Delete node.
3792 (Faces): Add xref to `(emacs)Standard Faces'.
3793 (Displaying Faces): Fix xref to `Standard Faces'.
3794
3795 * modes.texi (Mode Line Data): Fix xref to Standard Faces.
3796
37972005-08-20 Alan Mackenzie <acm@muc.de>
3798
3799 * buffers.texi (The Buffer List): Clarify the manipulation of the
3800 buffer list.
3801
38022005-08-14 Richard M. Stallman <rms@gnu.org>
3803
3804 * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
3805 a regexp.
3806
38072005-08-11 Richard M. Stallman <rms@gnu.org>
3808
3809 * elisp.texi (Top): Update subnode lists.
3810
3811 * display.texi (Inverse Video): Node deleted.
3812
3813 * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
3814 New nodes split out of Coding Conventions.
3815
3816 * searching.texi (Regular Expressions): Document re-builder.
3817
3818 * os.texi (Time Parsing): New node split out of Time Conversion.
3819
3820 * processes.texi (Misc Network, Network Feature Testing)
3821 (Network Options, Make Network): New nodes split out of
3822 Low-Level Network.
3823
38242005-08-09 Richard M. Stallman <rms@gnu.org>
3825
3826 * frames.texi (Geometry): New node, split from Size and Position.
3827 (Frame Parameters): Refer to Geometry.
3828
3829 * buffers.texi (The Buffer List): Fix xrefs.
3830
3831 * windows.texi (Splitting Windows): Fix xref.
3832
3833 * frames.texi (Layout Parameters): Add xref.
3834
3835 * display.texi (Line Height, Scroll Bars): Fix xrefs.
3836
3837 * keymaps.texi (Menu Bar): Fix xref.
3838
3839 * locals.texi (Standard Buffer-Local Variables): Fix xref.
3840
3841 * modes.texi (%-Constructs): Fix xref.
3842
3843 * frames.texi (Window Frame Parameters): Node split up.
3844 (Basic Parameters, Position Parameters, Size Parameters)
3845 (Layout Parameters, Buffer Parameters, Management Parameters)
3846 (Cursor Parameters, Color Parameters): New subnodes.
3847
38482005-08-09 Luc Teirlinck <teirllm@auburn.edu>
3849
3850 * positions.texi (Screen Lines): Update xref for previous change
3851 in minibuf.texi.
3852
3853 * minibuf.texi (Intro to Minibuffers): Update pxref for previous
3854 change in minibuf.texi.
3855
38562005-08-09 Richard M. Stallman <rms@gnu.org>
3857
3858 * tips.texi (Coding Conventions): Minor cleanup.
3859
3860 * modes.texi (Defining Minor Modes): Explain when init-value
3861 can be non-nil.
3862
3863 * elisp.texi (Top): Update submenu for Minibuffer.
3864
3865 * minibuf.texi (Minibuffer Misc): Node split up.
3866 (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
3867 (Recursive Mini): New nodes split out from Minibuffer Misc.
3868 (Minibuffer Misc): Document max-mini-window-height.
3869
3870 * hash.texi (Defining Hash): Delete stray paren in example.
3871
3872 * display.texi (Echo Area Customization): Don't define
3873 max-mini-window-height here; xref instead.
3874
3875 * commands.texi (Event Input Misc): Update while-no-input.
3876
3877 * advice.texi (Advising Functions): Explain when to use advice
3878 and when to use a hook.
3879
38802005-07-30 Eli Zaretskii <eliz@gnu.org>
3881
3882 * makefile.w32-in (info): Don't run install-info.
3883 ($(infodir)/dir): New target, produced by running install-info.
3884
38852005-07-27 Luc Teirlinck <teirllm@auburn.edu>
3886
3887 * modes.texi (Defining Minor Modes): The keyword for the initial
3888 value is :init-value, not :initial-value.
3889
38902005-07-23 Eli Zaretskii <eliz@gnu.org>
3891
3892 * loading.texi (Autoload): Make the `doctor' example be consistent
3893 with what's in current loaddefs.el. Describe the "fn" magic in
3894 the usage portion of the doc string.
3895
38962005-07-22 Richard M. Stallman <rms@gnu.org>
3897
3898 * internals.texi (Garbage Collection): Clarify previous change.
3899
39002005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
3901
3902 * internals.texi (Garbage Collection): Add gc-cons-percentage.
3903
39042005-07-18 Juri Linkov <juri@jurta.org>
3905
3906 * commands.texi (Accessing Events):
3907 * frames.texi (Text Terminal Colors, Resources):
3908 * markers.texi (The Mark):
3909 * modes.texi (Defining Minor Modes):
3910 Delete duplicate duplicate words.
3911
39122005-07-16 Richard M. Stallman <rms@gnu.org>
3913
3914 * display.texi (Managing Overlays): Clarify make-overlay
3915 args for insertion types.
3916
39172005-07-13 Luc Teirlinck <teirllm@auburn.edu>
3918
3919 * customize.texi (Variable Definitions):
3920 Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
3921 `standard-value' is a list too.
3922 (Defining New Types): Use @key{RET} instead of @key{ret}.
3923
39242005-07-13 Francis Litterio <franl@world.std.com> (tiny change)
3925
3926 * os.texi (Translating Input): Fix typo.
3927
39282005-07-08 Richard M. Stallman <rms@gnu.org>
3929
3930 * README: Update edition number and size estimate.
3931
3932 * elisp.texi (VERSION): Set to 2.9.
3933
39342005-07-07 Richard M. Stallman <rms@gnu.org>
3935
3936 * book-spine.texinfo: Update Emacs version.
3937
3938 * display.texi (Inverse Video): Delete mode-line-inverse-video.
3939
39402005-07-06 Richard M. Stallman <rms@gnu.org>
3941
3942 * searching.texi (Regexp Search): Clarify what re-search-forward
3943 does when the search fails.
3944
39452005-07-05 Lute Kamstra <lute@gnu.org>
3946
3947 * Update FSF's address in GPL notices.
3948
3949 * doclicense.texi (GNU Free Documentation License):
3950 * gpl.texi (GPL):
3951 * tips.texi (Coding Conventions, Library Headers):
3952 * vol1.texi:
3953 * vol2.texi: Update FSF's address.
3954
39552005-07-04 Richard M. Stallman <rms@gnu.org>
3956
3957 * hooks.texi (Standard Hooks): Add occur-hook.
3958
39592005-07-03 Luc Teirlinck <teirllm@auburn.edu>
3960
3961 * display.texi (The Echo Area): Correct menu.
3962
39632005-07-03 Richard M. Stallman <rms@gnu.org>
3964
3965 * elisp.texi (Top): Update subnode menu for Display.
3966
3967 * display.texi (Displaying Messages): New node, with most
3968 of what was in The Echo Area.
3969 (Progress): Moved under The Echo Area.
3970 (Logging Messages): New node with new text.
3971 (Echo Area Customization): New node, the rest of what was
3972 in The Echo Area. Document message-truncate-lines with @defvar.
3973 (Display): Update menu.
3974
3975 * windows.texi (Textual Scrolling): Doc 3 values for
3976 scroll-preserve-screen-position.
3977
3978 * text.texi (Special Properties): Change hook functions
3979 should bind inhibit-modification-hooks around altering buffer text.
3980
3981 * keymaps.texi (Key Binding Commands): Call binding BINDING
3982 rather than DEFINITION.
3983
39842005-06-29 Juanma Barranquero <lekktu@gmail.com>
3985
3986 * variables.texi (Defining Variables): `user-variable-p' returns t
3987 for aliases of user options, nil for alias loops.
3988
39892005-06-28 Richard M. Stallman <rms@gnu.org>
3990
3991 * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
3992 make-keymap.
3993
39942005-06-27 Luc Teirlinck <teirllm@auburn.edu>
3995
3996 * variables.texi (Setting Variables): Correct and clarify
3997 description of `add-to-ordered-list'.
3998
39992005-06-26 Richard M. Stallman <rms@gnu.org>
4000
4001 * display.texi (Faces): Minor cleanup.
4002
40032005-06-25 Luc Teirlinck <teirllm@auburn.edu>
4004
4005 * display.texi (Faces): `facep' returns t for strings that are
4006 face names.
4007
40082005-06-25 Richard M. Stallman <rms@gnu.org>
4009
4010 * objects.texi (Equality Predicates): Clarify meaning of equal.
4011
4012 * windows.texi (Selecting Windows): save-selected-window
4013 and with-selected-window save and restore the current buffer.
4014
40152005-06-24 Richard M. Stallman <rms@gnu.org>
4016
4017 * numbers.texi (Float Basics): Explain how to test for NaN,
4018 and printing the sign of NaNs.
4019
40202005-06-24 Eli Zaretskii <eliz@gnu.org>
4021
4022 * makefile.w32-in (MAKEINFO): Use --force.
4023
40242005-06-23 Richard M. Stallman <rms@gnu.org>
4025
4026 * display.texi (Face Functions): Correct Texinfo usage.
4027
40282005-06-23 Luc Teirlinck <teirllm@auburn.edu>
4029
4030 * lists.texi (Rings): `ring-elements' now returns the elements of
4031 RING in order.
4032
40332005-06-23 Juanma Barranquero <lekktu@gmail.com>
4034
4035 * markers.texi (The Mark): Texinfo usage fix.
4036
40372005-06-23 Kim F. Storm <storm@cua.dk>
4038
4039 * searching.texi (Entire Match Data): Remove evaporate option for
4040 match-data. Do not mention evaporate option for set-match-data.
4041
40422005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
4043
4044 * display.texi (Face Functions): Mention face aliases.
4045
40462005-06-21 Richard M. Stallman <rms@gnu.org>
4047
4048 * anti.texi (Antinews): Texinfo usage fix.
4049
40502005-06-21 Karl Berry <karl@gnu.org>
4051
4052 * elisp.texi: Use @copying.
4053
4054 * elisp.texi: Put @summarycontents and @contents before the Top
4055 node, instead of the end of the file, so that the contents appear
4056 in the right place in the dvi/pdf output.
4057
40582005-06-21 Juri Linkov <juri@jurta.org>
4059
4060 * display.texi (Defining Faces): Add `customized-face'.
4061
40622005-06-20 Kim F. Storm <storm@cua.dk>
4063
4064 * variables.texi (Setting Variables): Any type of element can be
4065 given order in add-to-ordered-list. Compare elements with eq.
4066
4067 * lists.texi (Rearrangement): Sort predicate may just return non-nil.
4068
40692005-06-20 Karl Berry <karl@gnu.org>
4070
4071 * syntax.texi (Syntax Flags): Make last column very slightly wider
4072 to avoid "generic comment" breaking on two lines and causing an
4073 underfull box.
4074
40752005-06-19 Luc Teirlinck <teirllm@auburn.edu>
4076
4077 * lists.texi (Rings): Various minor clarifications and corrections.
4078
40792005-06-18 Richard M. Stallman <rms@gnu.org>
4080
4081 * functions.texi (Obsolete Functions): Simplify.
4082
4083 * variables.texi (Variable Aliases): Simplify.
4084
4085 * anti.texi, backups.texi, compile.texi, customization.texi:
4086 * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
4087 * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
4088 * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
4089 * variables.texi: Fix formatting ugliness.
4090
4091 * elisp.texi: Add links to Rings and Byte Packing.
4092 Update version and copyright years.
4093
4094 * minibuf.texi: Fix formatting ugliness.
4095 (Completion Commands): Move keymap vars to the end
4096 and vars completing-read binds to the top.
4097
40982005-06-17 Luc Teirlinck <teirllm@auburn.edu>
4099
4100 * processes.texi: Fix typos.
4101 (Bindat Spec): Correct Texinfo error.
4102 (Byte Packing): Fix ungrammatical sentence.
4103
41042005-06-17 Thien-Thi Nguyen <ttn@gnu.org>
4105
4106 * lists.texi (Rings): New node.
4107 (Lists): Add it to menu.
4108
4109 * processes.texi (Byte Packing): New node.
4110 (Processes): Add it to menu.
4111
41122005-06-17 Richard M. Stallman <rms@gnu.org>
4113
4114 * syntax.texi (Parsing Expressions): Fix texinfo usage.
4115
4116 * help.texi (Documentation Basics): Explain the xref to
4117 Documentation Tips.
4118
4119 * debugging.texi (Debugger Commands): Minor fix.
4120
41212005-06-16 Luc Teirlinck <teirllm@auburn.edu>
4122
4123 * edebug.texi (Instrumenting): Eliminate duplicate link.
4124 (Specification List): Replace references to "below", referring to
4125 a later node, with one @ref to that node.
4126
4127 * os.texi (Timers): Timers should save and restore the match data
4128 if they change it.
4129
4130 * debugging.texi (Debugger Commands): Mention that the Lisp
4131 debugger can not step through primitive functions.
4132
41332005-06-16 Juanma Barranquero <lekktu@gmail.com>
4134
4135 * functions.texi (Obsolete Functions): Update argument names of
4136 `make-obsolete' and `define-obsolete-function-alias'.
4137
4138 * variables.texi (Variable Aliases): Update argument names of
4139 `defvaralias', `make-obsolete-variable' and
4140 `define-obsolete-variable-alias'.
4141
41422005-06-15 Kim F. Storm <storm@cua.dk>
4143
4144 * searching.texi (Entire Match Data): Rephrase warnings about
4145 evaporate arg to match-data and set-match-data.
4146
41472005-06-14 Luc Teirlinck <teirllm@auburn.edu>
4148
4149 * elisp.texi (Top): Update detailed menu.
4150
4151 * edebug.texi (Edebug): Update menu.
4152 (Instrumenting): Update xrefs.
4153 (Edebug Execution Modes): Correct xref.
4154 (Jumping): Clarify description of `h' command.
4155 Eliminate redundant @ref.
4156 (Breaks): New node.
4157 (Breakpoints): Is now a subsubsection.
4158 (Global Break Condition): Mention `C-x X X'.
4159 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'.
4160 (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
4161 (Edebug Display Update): Correct pxref.
4162 (Edebug and Macros): New node.
4163 (Instrumenting Macro Calls): Is now a subsubsection.
4164 Neither arg of `def-edebug-spec' is evaluated.
4165 (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
4166 (Specification Examples): Fix typo.
4167
41682005-06-14 Lute Kamstra <lute@gnu.org>
4169
4170 * debugging.texi (Function Debugging): Primitives can break on
4171 entry too.
4172
41732005-06-14 Kim F. Storm <storm@cua.dk>
4174
4175 * variables.texi (Setting Variables): Add add-to-ordered-list.
4176
41772005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
4178
4179 * syntax.texi (Parsing Expressions): Document aux functions and vars of
4180 syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
4181
41822005-06-13 Lute Kamstra <lute@gnu.org>
4183
4184 * text.texi (Special Properties): Fix cross reference.
4185
41862005-06-11 Luc Teirlinck <teirllm@auburn.edu>
4187
4188 * debugging.texi (Function Debugging): Delete mention of empty
4189 string argument to `cancel-debug-on-entry'. Delete inaccurate
4190 description of the return value of that command.
4191
41922005-06-11 Alan Mackenzie <acm@muc.de>
4193
4194 * text.texi (Adaptive Fill): Amplify the description of
4195 fill-context-prefix.
4196
41972005-06-10 Luc Teirlinck <teirllm@auburn.edu>
4198
4199 * syntax.texi (Parsing Expressions): Fix Texinfo error.
4200
42012005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
4202
4203 * syntax.texi (Parsing Expressions): Document syntax-ppss.
4204
42052005-06-10 Luc Teirlinck <teirllm@auburn.edu>
4206
4207 * debugging.texi (Error Debugging): Minor rewording.
4208 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
4209 is optional.
4210
42112005-06-10 Lute Kamstra <lute@gnu.org>
4212
4213 * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
4214 (Top): Give it a title. Correct version number. Give the
4215 detailed node listing a more prominent header.
4216 * intro.texi: Don't set VERSION here a second time.
4217 Mention Emacs's version too.
4218 * anti.texi (Antinews): Use EMACSVER to refer to the current
4219 version of Emacs.
4220
42212005-06-09 Kim F. Storm <storm@cua.dk>
4222
4223 * searching.texi (Entire Match Data): Explain new `reseat' argument to
4224 match-data and set-match-data.
4225
42262005-06-08 Richard M. Stallman <rms@gnu.org>
4227
4228 * searching.texi (Entire Match Data): Clarify when match-data
4229 returns markers and when integers.
4230
4231 * display.texi (Defining Faces): Explain that face name should not
4232 end in `-face'.
4233
4234 * modes.texi (Mode Line Data): Minor cleanup.
4235 (Customizing Keywords): Node split out of Search-based Fontification.
4236 Add example of using font-lock-add-keywords from a hook.
4237 Clarify when MODE should be non-nil, and when nil.
4238
42392005-06-06 Richard M. Stallman <rms@gnu.org>
4240
4241 * modes.texi (Mode Line Data): Explain what happens when the car
4242 of a list is a void symbol.
4243 (Search-based Fontification): Explain MODE arg to
4244 font-lock-add-keywords and warn about calls from major modes.
4245
42462005-06-08 Juri Linkov <juri@jurta.org>
4247
4248 * display.texi (Standard Faces): Add `shadow' face.
4249
42502005-05-29 Luc Teirlinck <teirllm@auburn.edu>
4251
4252 * modes.texi (Major Mode Conventions): A derived mode only needs
4253 to put the call to the parent mode inside `delay-mode-hooks'.
4254
42552005-05-29 Richard M. Stallman <rms@gnu.org>
4256
4257 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
4258 new, and what that implies. Clarify.
4259
4260 * files.texi (Locating Files): Clean up the text.
4261
4262 * frames.texi (Window Frame Parameters): Document user-size.
4263 Shorten entry for top by referring to left.
4264
42652005-05-26 Richard M. Stallman <rms@gnu.org>
4266
4267 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
4268 is new, and what the implications are. Other clarifications.
4269
42702005-05-24 Richard M. Stallman <rms@gnu.org>
4271
4272 * frames.texi (Dialog Boxes): Minor fixes.
4273
42742005-05-25 Masatake YAMATO <jet@gyve.org>
4275
4276 * display.texi (Standard Faces): Write about `mode-line-highlight'.
4277
42782005-05-24 Luc Teirlinck <teirllm@auburn.edu>
4279
4280 * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
4281 is optional.
4282
42832005-05-24 Nick Roberts <nickrob@snap.net.nz>
4284
10d1d0af 4285 * frames.texi (Dialog Boxes): Describe new optional argument.
b8d4c8d0
GM
4286
42872005-05-23 Lute Kamstra <lute@gnu.org>
4288
4289 * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
4290 syntax-begin-function over font-lock-beginning-of-syntax-function.
4291
42922005-05-21 Luc Teirlinck <teirllm@auburn.edu>
4293
4294 * minibuf.texi (Reading File Names): Update description of
4295 `read-directory-name'.
4296
4297 * modes.texi (Derived Modes): Clarify :group keyword.
4298
42992005-05-21 Eli Zaretskii <eliz@gnu.org>
4300
4301 * files.texi (Locating Files): New subsection.
4302 Describe locate-file and executable-find.
4303
43042005-05-21 Kevin Ryde <user42@zip.com.au>
4305
4306 * frames.texi (Initial Parameters): Update cross reference to
4307 "Emacs Invocation".
4308
43092005-05-19 Luc Teirlinck <teirllm@auburn.edu>
4310
4311 * keymaps.texi (Active Keymaps): Add anchor.
4312
4313 * modes.texi (Hooks): Delete confusing and unnecessary sentence.
4314 (Major Mode Conventions): Refer to `Auto Major Mode' in more
4315 appropriate place.
4316 (Derived Modes): Small clarifications.
4317 (Minor Mode Conventions, Keymaps and Minor Modes):
4318 Replace references to nodes with references to anchors.
4319 (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
4320 Clarify description of lists whose first element is an integer.
4321 (Mode Line Variables): Add anchor.
4322 (%-Constructs): Clarify description of integer after %.
4323 (Emulating Mode Line): Describe nil value for FACE.
4324
43252005-05-18 Luc Teirlinck <teirllm@auburn.edu>
4326
4327 * modes.texi (Derived Modes): Correct references to non-existing
4328 variable standard-syntax-table.
4329
43302005-05-17 Lute Kamstra <lute@gnu.org>
4331
4332 * modes.texi (Defining Minor Modes): Mention the mode hook.
4333
43342005-05-15 Kim F. Storm <storm@cua.dk>
4335
4336 * processes.texi (Network): Remove open-network-stream-nowait.
4337 (Network Servers): Remove open-network-stream-server.
4338
43392005-05-15 Luc Teirlinck <teirllm@auburn.edu>
4340
4341 * elisp.texi (Top): Update detailed menu.
4342
4343 * variables.texi: Reorder nodes.
4344 (Variables): Update menu.
4345 (File Local Variables): Do not refer to the `-*-' line as
4346 a "local variables list". Add pxref.
4347
43482005-05-14 Luc Teirlinck <teirllm@auburn.edu>
4349
4350 * elisp.texi (Top): Update detailed menu for node changes.
4351
4352 * modes.texi (Modes): Update Menu.
4353 (Hooks): Move to beginning of chapter.
4354 Most minor modes run mode hooks too.
4355 `add-hook' can handle void hooks or hooks whose value is a single
4356 function.
4357 (Major Modes): Update Menu.
4358 (Major Mode Basics): New node, split off from `Major Modes'.
4359 (Major Mode Conventions): Correct xref. Explain how to handle
4360 auto-mode-alist if the major mode command has an autoload cookie.
4361 (Auto Major Mode): Major update. Add magic-mode-alist.
4362 (Derived Modes): Major update.
4363 (Mode Line Format): Update Menu.
4364 (Mode Line Basics): New node, split off from `Mode Line Format'.
4365
4366 * loading.texi (Autoload): Mention `autoload cookie' as synonym
4367 for `magic autoload comment'. Add index entries and anchor.
4368
43692005-05-14 Richard M. Stallman <rms@gnu.org>
4370
4371 * tips.texi (Coding Conventions): Explain how important it is
4372 that just loading certain files not change Emacs behavior.
4373
4374 * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
4375
43762005-05-12 Lute Kamstra <lute@gnu.org>
4377
4378 * modes.texi (Generic Modes): Update.
4379 (Major Modes): Refer to node "Generic Modes".
4380
4381 * elisp.texi (Top): Update to the current structure of the manual.
4382 * processes.texi (Processes): Add menu description.
4383 * customize.texi (Customization): Add menu descriptions.
4384
43852005-05-11 Thien-Thi Nguyen <ttn@gnu.org>
4386
4387 * processes.texi (Signals to Processes)
4388 (Low-Level Network): Fix typos.
4389
43902005-05-11 Lute Kamstra <lute@gnu.org>
4391
4392 * elisp.texi (Top): Add some nodes from the chapter "Major and
4393 Minor Modes" to the detailed node listing.
4394
43952005-05-10 Richard M. Stallman <rms@gnu.org>
4396
4397 * keymaps.texi (Extended Menu Items): Menu item filter functions
4398 can be called at any time.
4399
44002005-05-08 Luc Teirlinck <teirllm@auburn.edu>
4401
4402 * variables.texi (File Local Variables): `(hack-local-variables t)'
4403 now also checks whether a mode is specified in the local variables
4404 list.
4405
44062005-05-05 Kevin Ryde <user42@zip.com.au>
4407
4408 * display.texi (The Echo Area): Correct format function cross
4409 reference.
4410
44112005-05-05 Luc Teirlinck <teirllm@auburn.edu>
4412
4413 * variables.texi (Variable Aliases): Change description of
4414 `define-obsolete-variable-alias'.
4415
4416 * functions.texi (Functions): Add "Obsolete Functions" to menu.
4417 (Defining Functions): Add xref.
4418 (Obsolete Functions): New node.
4419 (Function Safety): Standardize capitalization of section title.
4420
4421 * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
4422 (Dialog Boxes): Complete description of `x-popup-dialog'.
4423
44242005-05-04 Richard M. Stallman <rms@gnu.org>
4425
4426 * commands.texi (Interactive Codes): Fix Texinfo usage.
4427 Document U more clearly.
4428
44292005-05-01 Luc Teirlinck <teirllm@auburn.edu>
4430
4431 * variables.texi (Variable Aliases): `make-obsolete-variable' is a
4432 function and not a macro.
4433
4434 * frames.texi (Pop-Up Menus): Correct and clarify description of
4435 `x-popup-menu'.
4436 (Dialog Boxes): Clarify description of `x-popup-dialog'.
4437
44382005-05-01 Richard M. Stallman <rms@gnu.org>
4439
4440 * edebug.texi (Checking Whether to Stop): Fix previous change.
4441
44422005-05-01 Luc Teirlinck <teirllm@auburn.edu>
4443
4444 * display.texi: Fix typos and Texinfo usage.
4445
4446 * edebug.texi (Checking Whether to Stop): executing-macro ->
4447 executing-kbd-macro.
4448
44492005-05-01 Richard M. Stallman <rms@gnu.org>
4450
4451 * display.texi (Invisible Text): Correct add-to-invisibility-spec.
4452
44532005-04-30 Richard M. Stallman <rms@gnu.org>
4454
4455 * files.texi (Magic File Names): Document `operations' property.
4456
44572005-04-29 Lute Kamstra <lute@gnu.org>
4458
4459 * modes.texi (Generic Modes): New node.
4460 (Major Modes): Add it to the menu.
4461 (Derived Modes): Add "derived mode" to concept index.
4462
44632005-04-28 Lute Kamstra <lute@gnu.org>
4464
4465 * modes.texi (Defining Minor Modes): Fix previous change.
4466 (Font Lock Mode): Simplify.
4467 (Font Lock Basics): Say that font-lock-defaults is buffer-local
4468 when set and that some parts are optional. Add cross references.
4469 (Search-based Fontification): Say how to specify font-lock-keywords.
4470 Add cross references. Add font-lock-multiline to index.
4471 Move font-lock-keywords-case-fold-search here from node "Other Font
4472 Lock Variables". Document font-lock-add-keywords and
4473 font-lock-remove-keywords.
4474 (Other Font Lock Variables): Move font-lock-keywords-only,
4475 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
4476 and font-lock-syntactic-face-function to node "Syntactic Font
4477 Lock". Move font-lock-keywords-case-fold-search to node
4478 "Search-based Fontification". Document font-lock-inhibit-thing-lock
4479 and font-lock-{,un}fontify-{buffer,region}-function.
4480 (Precalculated Fontification): Remove reference to deleted variable
4481 font-lock-core-only.
4482 (Faces for Font Lock): Add font-lock-comment-delimiter-face.
4483 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only,
4484 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
4485 and font-lock-syntactic-face-function here from node "Other Font
4486 Lock Variables". Move font-lock-syntactic-keywords to "Setting
4487 Syntax Properties". Add cross references.
4488 (Setting Syntax Properties): New node.
4489 Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
4490 * syntax.texi (Syntax Properties): Add cross reference.
4491 * hooks.texi (Standard Hooks): Add Font-Lock hooks.
4492
44932005-04-26 Richard M. Stallman <rms@gnu.org>
4494
4495 * display.texi (Defining Faces):
4496 Document `default' elements of defface spec.
4497
4498 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
4499
4500 * variables.texi (Variable Aliases): Clarify text.
4501
45022005-04-25 Chong Yidong <cyd@stupidchicken.com>
4503
4504 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
4505
45062005-04-25 Luc Teirlinck <teirllm@auburn.edu>
4507
4508 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
4509
45102005-04-24 Eli Zaretskii <eliz@gnu.org>
4511
4512 * syntax.texi (Syntax Table Internals): Elaborate documentation of
4513 syntax-after and syntax-class.
4514
4515 * files.texi (Changing Files): Fix last change's cross-reference.
4516 (Unique File Names): Don't mention "numbers" in the documentation
4517 of make-temp-file and make-temp-name.
4518
45192005-04-23 Richard M. Stallman <rms@gnu.org>
4520
4521 * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
4522
45232005-04-22 Nick Roberts <nickrob@snap.net.nz>
4524
4525 * windows.texi (Cyclic Window Ordering): Clarify window-list.
4526
45272005-04-22 Nick Roberts <nickrob@snap.net.nz>
4528
4529 * variables.texi (Variable Aliases): Describe make-obsolete-variable
4530 and define-obsolete-variable-alias.
4531
45322005-04-22 Kim F. Storm <storm@cua.dk>
4533
4534 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
4535 (Other Plists): Remove safe-plist-get, as plist-get is now safe.
4536
45372005-04-21 Lute Kamstra <lute@gnu.org>
4538
4539 * lists.texi (Association Lists): Document rassq-delete-all.
4540
45412005-04-19 Richard M. Stallman <rms@gnu.org>
4542
4543 * modes.texi (Search-based Fontification): Explain that
4544 facespec is an expression to be evaluated.
4545
45462005-04-19 Kevin Ryde <user42@zip.com.au>
4547
4548 * streams.texi (Output Functions): Fix xref.
4549 * strings.texi (String Conversion): Fix xref.
4550
45512005-04-19 Kim F. Storm <storm@cua.dk>
4552
4553 * symbols.texi (Symbol Plists): Add safe-get.
4554 Mention that `get' may signal an error.
4555
45562005-04-18 Nick Roberts <nickrob@snap.net.nz>
4557
4558 * customize.texi (Variable Definitions): Replace tooltip-mode
4559 example with save-place.
4560
45612005-04-17 Richard M. Stallman <rms@gnu.org>
4562
4563 * buffers.texi (Indirect Buffers): Clarify.
4564
4565 * positions.texi (Positions): Clarify converting marker to integer.
4566
4567 * strings.texi (String Basics): Mention string-match; clarify.
4568
45692005-04-08 Lute Kamstra <lute@gnu.org>
4570
4571 * modes.texi (Search-based Fontification): Fix cross references.
4572 Use consistent terminology. Document anchored highlighting.
4573
45742005-04-05 Lute Kamstra <lute@gnu.org>
4575
4576 * modes.texi (Defining Minor Modes): Document :group keyword
4577 argument and its default value.
4578
45792005-04-03 Lute Kamstra <lute@gnu.org>
4580
4581 * hooks.texi (Standard Hooks): Add some hooks. Add cross
4582 references and/or descriptions. Delete major mode hooks; mention
4583 them as a category instead. Rename or delete obsolete hooks.
4584
45852005-04-02 Richard M. Stallman <rms@gnu.org>
4586
4587 * nonascii.texi (Coding System Basics): Another wording cleanup.
4588
45892005-04-01 Richard M. Stallman <rms@gnu.org>
4590
4591 * nonascii.texi (Coding System Basics): Clarify previous change.
4592
45932005-04-01 Kenichi Handa <handa@m17n.org>
4594
10d1d0af 4595 * nonascii.texi (Coding System Basics): Describe about roundtrip
b8d4c8d0
GM
4596 identity of coding systems.
4597
45982005-03-29 Chong Yidong <cyd@stupidchicken.com>
4599
4600 * text.texi (Buffer Contents): Add filter-buffer-substring and
4601 buffer-substring-filters.
4602
46032005-03-26 Chong Yidong <cyd@stupidchicken.com>
4604
4605 * anti.texi (Antinews): Mention `G' interactive code.
4606
4607 * tips.texi (Compilation Tips): Mention benchmark.el.
4608
46092005-03-27 Luc Teirlinck <teirllm@auburn.edu>
4610
4611 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
4612 is now bound to M-o M-o.
4613
4614 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
4615
46162005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
4617
4618 * calendar.texi: Delete file (and move contents to emacs-xtra.texi
4619 in the Emacs Manual).
4620 * Makefile.in (srcs): Remove calendar.texi.
4621 * makefile.w32-in (srcs): Remove calendar.texi.
4622 * display.texi (Display): Change name of next node.
4623 * os.texi (System In): Change name of previous node.
4624 * elisp.texi (Top): Remove Calendar references.
4625 * vol1.texi (Top): Remove Calendar references.
4626 * vol2.texi (Top): Remove Calendar references.
4627
46282005-03-25 Richard M. Stallman <rms@gnu.org>
4629
4630 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
4631 Cleanup previous change.
4632
46332005-03-25 Chong Yidong <cyd@stupidchicken.com>
4634
4635 * display.texi (Face Attributes): Faces earlier in an :inherit
4636 list take precedence.
4637 (Scroll Bars): Fix description of vertical-scroll-bars.
4638 Document frame-current-scroll-bars and window-current-scroll-bars.
4639
4640 * markers.texi (The Mark): Document temporary Transient Mark mode.
4641
4642 * minibuf.texi (Reading File Names):
4643 Document read-file-name-completion-ignore-case.
4644
4645 * positions.texi (Screen Lines): Document nil for width argument
4646 to compute-motion.
4647
46482005-03-23 Kim F. Storm <storm@cua.dk>
4649
4650 * display.texi (Standard Faces): Other faces used in the fringe
4651 implicitly inherits from the fringe face.
4652 (Fringe Bitmaps): FACE in right-fringe and left-fringe display
4653 properties implicitly inherits from fringe face.
4654 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
4655
46562005-03-20 Chong Yidong <cyd@stupidchicken.com>
4657
4658 * display.texi (Invisible Text): State default value of
4659 line-move-ignore-invisible.
4660 (Managing Overlays): Document remove-overlays.
4661 (Standard Faces): Document escape-glyph face.
4662
4663 * minibuf.texi (Reading File Names): Document read-file-name-function.
4664
4665 * modes.texi (Other Font Lock Variables):
4666 Document font-lock-lines-before.
4667
4668 * positions.texi (Skipping Characters): skip-chars-forward allows
4669 character classes.
4670
46712005-03-18 Lute Kamstra <lute@gnu.org>
4672
4673 * edebug.texi (Instrumenting Macro Calls): Fix another typo.
4674
46752005-03-17 Richard M. Stallman <rms@gnu.org>
4676
4677 * text.texi (Undo): Document extensible undo entries.
4678
dd7b651b 4679 * searching.texi (String Search, Regexp Search): Cleanups.
b8d4c8d0
GM
4680
4681 * nonascii.texi (Character Codes): Minor fix.
4682
4683 * display.texi (Display Property): Explain the significance
4684 of having text properties that are eq.
4685 (Other Display Specs): Explain string as display spec.
4686
4687 * commands.texi (Interactive Codes): Document G option.
4688
46892005-03-17 Chong Yidong <cyd@stupidchicken.com>
4690
4691 * text.texi (Filling): Add sentence-end-without-period and
4692 sentence-end-without-space.
4693 (Changing Properties): Minor fix.
4694
4695 * anti.texi: Total rewrite.
4696
46972005-03-15 Lute Kamstra <lute@gnu.org>
4698
4699 * edebug.texi (Instrumenting Macro Calls): Fix typos.
4700
47012005-03-08 Kim F. Storm <storm@cua.dk>
4702
4703 * display.texi (Specified Space): Property :width is support on
4704 non-graphic terminals, :height is not.
4705
47062005-03-07 Richard M. Stallman <rms@gnu.org>
4707
4708 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
4709 Now subnodes of Fringes.
4710 (Overlay Arrow): Document overlay-arrow-variable-list.
4711 (Fringe Size/Pos): New node, broken out of Fringes.
4712 (Display): Explain clearing vs redisplay better.
4713 (Truncation): Clarify use of bitmaps.
4714 (The Echo Area): Clarify the uses of the echo area.
4715 Add max-mini-window-height.
4716 (Progress): Clarify.
4717 (Invisible Text): Explain that main loop moves point out.
4718 (Selective Display): Say "hidden", not "invisible".
4719 (Managing Overlays): Move up. Describe relation to Undo here.
4720 (Overlay Properties): Clarify intro.
4721 (Finding Overlays): Explain return values when nothing found.
4722 (Width): truncate-string-to-width has added arg.
4723 (Displaying Faces): Clarify and update mode line face handling.
4724 (Face Functions): Minor cleanup.
4725 (Conditional Display): Merge into Other Display Specs.
4726 (Pixel Specification, Other Display Specs): Minor cleanups.
4727 (Images, Image Descriptors): Minor cleanups.
4728 (GIF Images): Patents have expired.
4729 (Showing Images): Explain default text for insert-image.
4730 (Manipulating Button Types): Merge into Manipulating Buttons.
4731 (Making Buttons): Explain return values.
4732 (Button Buffer Commands): Add xref.
4733 (Inverse Video): Update mode-line-inverse-video.
4734 (Display Table Format): Clarify.
4735 (Active Display Table): Give defaults for window-display-table.
4736
4737 * calendar.texi (Calendar Customizing): calendar-holiday-marker
4738 and calendar-today-marker are strings, not chars.
4739 (Holiday Customizing): Minor fix.
4740
4741 * internals.texi (Writing Emacs Primitives): Update `or' example.
4742 Update limit on # args of subr.
4743
4744 * edebug.texi (Using Edebug): Arrow is in fringe.
4745 (Instrumenting): Arg to eval-defun works without loading edebug.
4746 (Edebug Execution Modes): Add xref.
4747
4748 * customize.texi (Common Keywords): Clarify :require.
4749 Mention :version here.
4750 (Variable Definitions, Group Definitions): Not here.
4751 (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
4752
47532005-03-07 Chong Yidong <cyd@stupidchicken.com>
4754 * nonascii.texi (Text Representations): Clarify position-bytes.
4755 (Character Sets): Add list-charset-chars.
4756 (Scanning Charsets): Add charset-after.
4757 (Encoding and I/O): Minor fix.
4758
47592005-03-06 Richard M. Stallman <rms@gnu.org>
4760
4761 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
4762 (Resizing Windows): Likewise.
4763
4764 * text.texi (Change Hooks): Get rid of "Emacs 21".
4765
4766 * strings.texi (Formatting Strings): Get rid of "Emacs 21".
4767
4768 * streams.texi (Output Variables): Get rid of "Emacs 21".
4769
4770 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
4771
4772 * os.texi (Translating Input): Replace flow-control example
4773 with a less obsolete example that uses `keyboard-translate'.
4774
4775 * objects.texi (Hash Table Type, Circular Objects):
4776 Get rid of "Emacs 21".
4777
4778 * modes.texi (Mode Line Format): Get rid of "Emacs 21".
4779 (Mode Line Data, Properties in Mode, Header Lines): Likewise.
4780
4781 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
4782
4783 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
4784
4785 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
4786 (Menu Bar): Fix when menu-bar-update-hook is called.
4787
4788 * hash.texi (Hash Tables): Get rid of "Emacs 21".
4789
4790 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
4791 and make it read better.
4792
4793 * files.texi (Writing to Files): Get rid of "Emacs 21".
4794 (Unique File Names): Likewise.
4795
4796 * elisp.texi: Update Emacs version to 22.
4797
4798 * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
4799 (Overlay Properties, Face Attributes): Likewise.
4800 (Managing Overlays): Fix punctuation.
4801 (Attribute Functions): Clarify set-face-font; get rid of
4802 info about old Emacs versions.
4803 (Auto Faces, Font Lookup, Display Property, Images):
4804 Get rid of "Emacs 21".
4805
4806 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
4807
48082005-03-05 Richard M. Stallman <rms@gnu.org>
4809
4810 * debugging.texi (Error Debugging): Remove stack-trace-on-error.
4811
48122005-03-04 Lute Kamstra <lute@gnu.org>
4813
4814 * debugging.texi (Error Debugging): Document stack-trace-on-error.
4815
48162005-03-03 Lute Kamstra <lute@gnu.org>
4817
4818 * edebug.texi (Instrumenting Macro Calls): Fix typo.
4819
48202005-03-01 Lute Kamstra <lute@gnu.org>
4821
4822 * debugging.texi (Debugger Commands): Update `j'.
4823
48242005-02-28 Lute Kamstra <lute@gnu.org>
4825
4826 * debugging.texi (Debugging): Fix typo.
4827 (Error Debugging): Document eval-expression-debug-on-error.
4828 (Function Debugging): Update example.
4829 (Using Debugger): Mention starred stack frames.
4830 (Debugger Commands): Document `j' and `l'.
4831 (Invoking the Debugger): `d' and `j' exit recursive edit too.
4832 Update the messages that the debugger displays.
4833 (Internals of Debugger): Add cross reference. Update example.
4834 (Excess Open): Minor improvement.
4835 (Excess Close): Minor improvement.
4836
48372005-02-26 Richard M. Stallman <rms@gnu.org>
4838
4839 * tips.texi (Coding Conventions): Clarify.
4840 Put all the major mode key reservations together.
4841 Mention the Mouse-1 => Mouse-2 conventions.
4842
4843 * syntax.texi (Syntax Class Table): Clarify.
4844 (Syntax Table Functions): syntax-after moved from here.
4845 (Syntax Table Internals): syntax-after moved to here.
4846 (Parsing Expressions): Update info on number of values
4847 and what's meaningful in the STATE argument.
4848 (Categories): Fix typo.
4849
4850 * sequences.texi (Arrays): Cleanup.
4851 (Char-Tables): Clarify.
4852
4853 * processes.texi (Deleting Processes): Cleanups, add xref.
4854 (Subprocess Creation): Explain nil in exec-path. Cleanup.
4855 (Process Information): set-process-coding-system, some args optional.
4856 (Input to Processes): Explain various types for PROCESS args.
4857 Rename them from PROCESS-NAME to PROCESS.
4858 (Signals to Processes): Likewise.
4859 (Decoding Output): Cleanup.
4860 (Query Before Exit): Clarify.
4861
4862 * os.texi (Startup Summary): Correct the options; add missing ones.
4863 (Terminal Output, Batch Mode): Clarify.
4864 (Flow Control): Node deleted.
4865
4866 * markers.texi (The Mark): Clarify.
4867
4868 * macros.texi (Expansion): Cleanup.
4869 (Indenting Macros): indent-spec allows ints, not floats.
4870
4871 * keymaps.texi (Keymaps): Clarify.
4872 (Format of Keymaps): Update lisp-mode-map example.
4873 (Active Keymaps, Key Lookup): Clarify.
4874 (Changing Key Bindings): Add xref to `kbd'.
4875 (Key Binding Commands, Simple Menu Items): Clarify.
4876 (Mouse Menus, Menu Bar): Clarify.
4877 (Menu Example): Replace print example with menu-bar-replace-menu.
4878
4879 * help.texi (Documentation Basics): Add function-documentation prop.
4880
4881 * elisp.texi (Top): Don't refer to Flow Control node.
4882
4883 * commands.texi (Command Overview): Improve xrefs.
4884 (Adjusting Point): Adjusting point applies to intangible and invis.
4885 (Key Sequence Input): Doc extra read-key-sequence args.
4886 Likewise for read-key-sequence-vector.
4887
4888 * backups.texi (Rename or Copy): Minor fix.
4889 (Numbered Backups): For version-control, say the default.
4890 (Auto-Saving): make-auto-save-file-name example is simplified.
4891
4892 * advice.texi (Advising Functions): Don't imply one part of Emacs
4893 should advise another part. Markup changes.
4894 (Defining Advice): Move transitional para.
4895 (Activation of Advice): Cleanup.
4896 Explain if COMPILE is nil or negative.
4897
4898 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
4899
49002005-02-24 Lute Kamstra <lute@gnu.org>
4901
4902 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
4903 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
4904
49052005-02-23 Lute Kamstra <lute@gnu.org>
4906
4907 * modes.texi (Defining Minor Modes): define-minor-mode can be used
4908 to define global minor modes as well.
4909
4910 * display.texi (Managing Overlays): overlay-buffer returns nil for
4911 deleted overlays.
4912
49132005-02-22 Kim F. Storm <storm@cua.dk>
4914
4915 * minibuf.texi (Basic Completion): Allow symbols in addition to
4916 strings in try-completion and all-completions.
4917
49182005-02-14 Lute Kamstra <lute@gnu.org>
4919
4920 * elisp.texi (Top): Remove reference to deleted node.
4921
4922 * lists.texi (Lists): Remove reference to deleted node.
4923 (Cons Cells): Fix typo.
4924
4925 * loading.texi (Where Defined): Fix typo.
4926
49272005-02-14 Richard M. Stallman <rms@gnu.org>
4928
4929 * variables.texi (Creating Buffer-Local): change-major-mode-hook
4930 is useful for discarding some minor modes.
4931
4932 * symbols.texi (Symbol Components): Reorder examples.
4933
4934 * streams.texi (Input Functions): State standard-input default.
4935 (Output Variables): State standard-output default.
4936
4937 * objects.texi (Printed Representation): Clarify read syntax vs print.
4938 (Floating Point Type): Explain meaning better.
4939 (Symbol Type): Explain uniqueness better.
4940 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
4941 List examples sooner.
4942 (Box Diagrams): New subnode broken out.
4943 Some examples moved from old Lists as Boxes node.
4944 (Dotted Pair Notation): Clarify intro.
4945 (Array Type): Clarify.
4946 (Type Predicates): Add hash-table-p.
4947
4948 * numbers.texi (Integer Basics): Clarify radix explanation.
4949 (Predicates on Numbers): Minor clarification.
4950 (Comparison of Numbers): Minor clarification. Clarify eql.
4951 Typos in min, max.
4952 (Math Functions): Clarify overflow in expt.
4953
4954 * minibuf.texi (Text from Minibuffer): Minor clarification.
4955 Mention arrow keys.
4956
4957 * loading.texi (Autoload): defun's doc string overrides autoload's
4958 doc string.
4959 (Repeated Loading): Modernize "add to list" examples.
4960 (Where Defined): Finish updating table of load-history elts.
4961
4962 * lists.texi (List-related Predicates): Minor wording improvement.
4963 (Lists as Boxes): Node deleted.
4964 (Building Lists): Explain trivial cases of number-sequence.
4965
4966 * hash.texi (Hash Tables): Add desc to menu items.
10d1d0af 4967 (Creating Hash): Explain "full" means "make larger".
b8d4c8d0
GM
4968 (Hash Access): Any object can be a key.
4969 State value of maphash.
4970
4971 * functions.texi (What Is a Function): Wording cleanup.
4972 (Function Documentation): Minor cleanup.
4973 Explain purpose of calling convention at end of doc string.
4974 (Function Names): Wording cleanup.
4975 (Calling Functions): Wording cleanup.
4976 Explain better how funcall calls the function.
4977 (Function Cells): Delete example of saving and redefining function.
4978
4979 * control.texi (Combining Conditions): Wording cleanup.
4980 (Iteration): dolist and dotimes bind VAR locally.
4981 (Cleanups): Xref to Atomic Changes.
4982
4983 * compile.texi (Byte Compilation): Delete 19.29 info.
4984 (Compilation Functions): Macros' difficulties don't affect defsubst.
4985 (Docs and Compilation): Delete 19.29 info.
4986
49872005-02-10 Richard M. Stallman <rms@gnu.org>
4988
4989 * objects.texi (Symbol Type): Minor correction.
4990
49912005-02-06 Lute Kamstra <lute@gnu.org>
4992
4993 * modes.texi (Example Major Modes): Fix typos.
4994
49952005-02-06 Richard M. Stallman <rms@gnu.org>
4996
4997 * text.texi (Margins): fill-nobreak-predicate can be one function.
4998
4999 * strings.texi (Modifying Strings): clear-string can make unibyte.
5000 (Formatting Strings): format gives error if values missing.
5001
5002 * positions.texi (Character Motion): Mention default arg
5003 for forward-char. backward-char refers to forward-char.
5004 (Word Motion): Mention default arg for forward-word.
5005 (Buffer End Motion): Mention default arg for beginning-of-buffer.
5006 Simplify end-of-buffer.
5007 (Text Lines): Mention default arg for forward-line.
5008 (List Motion): Mention default arg for beginning/end-of-defun.
5009 (Skipping Characters): Minor fixes in explaining character-set.
5010
5011 * modes.texi (Major Mode Conventions): Mention "system abbrevs".
5012 Mode inheritance applies only when default-major-mode is nil.
5013 Clarifications.
5014 (Example Major Modes): Update Text mode and Lisp mode examples.
5015 (Minor Mode Conventions): Mention define-minor-mode at top.
5016 (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
5017 (Mode Line Format): Update mode line face display info.
5018 (Properties in Mode): Mention effect of risky vars.
5019 (Imenu): Define imenu-add-to-menubar.
5020 (Font Lock Mode): Add descriptions to menu lines.
5021 (Faces for Font Lock): Add font-lock-doc-face.
5022
50232005-02-05 Lute Kamstra <lute@gnu.org>
5024
5025 * text.texi (Maintaining Undo): Remove obsolete function.
5026
50272005-02-05 Eli Zaretskii <eliz@gnu.org>
5028
5029 * frames.texi (Color Names): Add pointer to the X docs about RGB
5030 color specifications. Improve indexing
5031 (Text Terminal Colors): Replace the description of RGB values by
5032 an xref to "Color Names".
5033
50342005-02-03 Richard M. Stallman <rms@gnu.org>
5035
5036 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
5037 Clarify.
5038 (Selecting Windows): Clarify save-selected-window.
5039 (Cyclic Window Ordering): Clarify walk-windows.
5040 (Window Point): Clarify.
5041 (Window Start): Add comment to example.
5042 (Resizing Windows): Add `interactive' specs in examples.
5043 Document fit-window-to-buffer.
5044
5045 * text.texi (User-Level Deletion): just-one-space takes numeric arg.
5046 (Undo, Maintaining Undo): Clarify last change.
5047 (Sorting): In sort-numeric-fields, explain about octal and hex.
5048 Mention sort-numeric-base.
5049 (Format Properties): Add xref for hard newlines.
5050
5051 * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
5052 (Pop-Up Menus): Fix typo.
5053 (Color Names): Explain all types of color names.
5054 Explain color-values on B&W terminal.
5055 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names.
5056
5057 * files.texi (File Locks): Not supported on MS systems.
5058 (Testing Accessibility): Clarify.
5059
5060 * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
5061 (Coverage Testing): Fix typo.
5062
5063 * commands.texi (Misc Events): Remove stray space.
5064
5065 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
5066 (Modification Time): Clarify when visited-file-modtime returns 0.
5067 (The Buffer List): Clarify bury-buffer.
5068 (Killing Buffers): Clarify.
5069 (Indirect Buffers): Add clone-indirect-buffer.
5070
50712005-02-02 Matt Hodges <MPHodges@member.fsf.org>
5072
5073 * edebug.texi (Printing in Edebug): Fix default value of
5074 edebug-print-circle.
5075 (Coverage Testing): Fix displayed frequency count data.
5076
50772005-02-02 Luc Teirlinck <teirllm@auburn.edu>
5078
5079 * text.texi (Maintaining Undo): Add `undo-outer-limit'.
5080
50812005-02-02 Kim F. Storm <storm@cua.dk>
5082
5083 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
5084
50852005-01-29 Eli Zaretskii <eliz@gnu.org>
5086
5087 * commands.texi (Misc Events): Describe the help-echo event.
5088
5089 * text.texi (Special Properties) <help-echo>: Use `pos'
5090 consistently in description of the help-echo property.
5091 Use @code{nil} instead of @var{nil}.
5092
5093 * display.texi (Overlay Properties): Fix the index entry for
5094 help-echo overlay property.
5095
5096 * customize.texi (Type Keywords): Uncomment the xref to the
5097 help-echo property documentation.
5098
50992005-01-23 Kim F. Storm <storm@cua.dk>
5100
5101 * windows.texi (Window Start): Fix `pos-visible-in-window-p'
5102 return value. Third element FULLY replaced by PARTIAL which
5103 specifies number of invisible pixels if row is only partially visible.
5104 (Textual Scrolling): Mention auto-window-vscroll.
5105 (Vertical Scrolling): New defvar auto-window-vscroll.
5106
51072005-01-16 Luc Teirlinck <teirllm@auburn.edu>
5108
5109 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
5110 command remapping.
5111
51122005-01-15 Richard M. Stallman <rms@gnu.org>
5113
5114 * display.texi (Defining Images): Mention DATA-P arg of create-image.
5115
51162005-01-14 Kim F. Storm <storm@cua.dk>
5117
5118 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
5119
5120 * text.texi (Links and Mouse-1): Fix string and vector item.
5121
51222005-01-13 Richard M. Stallman <rms@gnu.org>
5123
5124 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
5125 descriptions of overriding-local-map and overriding-terminal-local-map.
5126
5127 * text.texi (Links and Mouse-1): Clarify text.
5128
51292005-01-13 Kim F. Storm <storm@cua.dk>
5130
5131 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
5132
51332005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
5134
5135 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
5136
51372005-01-12 Kim F. Storm <storm@cua.dk>
5138
5139 * text.texi (Links and Mouse-1): Rename section from Enabling
5140 Mouse-1 to Following Links. Change xrefs.
5141 Add examples for define-button-type and define-widget.
5142
5143 * display.texi (Button Properties, Button Buffer Commands):
5144 Clarify mouse-1 and follow-link functionality.
5145
51462005-01-12 Richard M. Stallman <rms@gnu.org>
5147
5148 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
5149
5150 * display.texi (Beeping): Fix Texinfo usage.
5151
5152 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
5153
51542005-01-11 Kim F. Storm <storm@cua.dk>
5155
5156 * display.texi (Button Properties, Button Buffer Commands):
5157 Mention mouse-1 binding. Add follow-link keyword.
5158
5159 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
5160 (Enabling Mouse-1 to Follow Links): New subsection.
5161
51622005-01-06 Richard M. Stallman <rms@gnu.org>
5163
5164 * text.texi (Special Properties): Minor change.
5165
5166 * os.texi (Timers): Clarify previous change.
5167
5168 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
5169
51702005-01-01 Luc Teirlinck <teirllm@auburn.edu>
5171
5172 * display.texi (Face Attributes): Correct xref to renamed node.
5173
51742005-01-01 Richard M. Stallman <rms@gnu.org>
5175
5176 * display.texi (Face Attributes): Describe hex color specs.
5177
51782004-12-31 Richard M. Stallman <rms@gnu.org>
5179
5180 * os.texi (Timers): Update previous change.
5181
51822004-12-30 Kim F. Storm <storm@cua.dk>
5183
5184 * display.texi (Line Height): Total line-height is now specified
5185 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
5186 in cons cells. (nil . RATIO) is relative to actual line height.
5187 Use line-height `t' instead of `0' to get minimum height.
5188
51892004-12-29 Richard M. Stallman <rms@gnu.org>
5190
5191 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
5192
51932004-12-28 Richard M. Stallman <rms@gnu.org>
5194
5195 * commands.texi (Quitting): Clarify value of with-local-quit.
5196
5197 * elisp.texi (Top): Fix previous change.
5198
5199 * loading.texi (Loading): Fix previous change.
5200
52012004-12-27 Richard M. Stallman <rms@gnu.org>
5202
5203 * Makefile.in (MAKEINFO): Specify --force.
5204
5205 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
5206
5207 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
5208
5209 * display.texi (Line Height): Further clarify.
5210
5211 * elisp.texi (Top): Update Loading submenu.
5212
5213 * loading.texi (Where Defined): New node.
5214 (Unloading): load-history moved to Where Defined.
5215
52162004-12-21 Richard M. Stallman <rms@gnu.org>
5217
5218 * commands.texi (Event Input Misc): Add while-no-input.
5219
52202004-12-11 Richard M. Stallman <rms@gnu.org>
5221
5222 * display.texi (Line Height): Rewrite text for clarity.
5223
52242004-12-11 Kim F. Storm <storm@cua.dk>
5225
5226 * display.texi (Display): Add node "Line Height" to menu.
5227 (Line Height): New node. Move full description of line-spacing
5228 and line-height text properties here from text.texi.
5229 (Scroll Bars): Add vertical-scroll-bar variable.
5230
5231 * frames.texi (Window Frame Parameters): Remove line-height defvar.
5232
5233 * locals.texi (Standard Buffer-Local Variables): Fix xref for
5234 line-spacing and vertical-scroll-bar.
5235
5236 * text.texi (Special Properties): Just mention line-spacing and
5237 line-height here, add xref to new "Line Height" node.
5238
52392004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
5240
5241 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
5242
5243 * locals.texi (Standard Buffer-Local Variables):
5244 Add @xref for `line-spacing'.
5245
52462004-12-05 Richard M. Stallman <rms@gnu.org>
5247
5248 * Makefile.in (maintainer-clean): Remove the info files
5249 in $(infodir) where they are created.
5250
52512004-12-03 Richard M. Stallman <rms@gnu.org>
5252
5253 * windows.texi (Selecting Windows): get-lru-window and
5254 get-largest-window don't consider dedicated windows.
5255
5256 * text.texi (Undo): Document undo-in-progress.
5257
52582004-11-26 Richard M. Stallman <rms@gnu.org>
5259
5260 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
5261 Remove a few vars that are not always buffer-local.
5262
52632004-11-24 Luc Teirlinck <teirllm@auburn.edu>
5264
5265 * locals.texi (Standard Buffer-Local Variables): Comment out
5266 xref's to non-existent node `Yet to be written'.
5267
52682004-11-24 Richard M. Stallman <rms@gnu.org>
5269
5270 * processes.texi (Synchronous Processes): Grammar fix.
5271
5272 * numbers.texi (Comparison of Numbers): Add eql.
5273
5274 * locals.texi (Standard Buffer-Local Variables): Add many vars.
5275
5276 * intro.texi (Printing Notation): Fix previous change.
5277
5278 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
5279 and default-indicate-buffer-boundaries from here.
5280 (Usual Display): To here.
5281 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
5282 (Usual Display): Move tab-width up.
5283
5284 * customize.texi (Variable Definitions): Replace
5285 show-paren-mode example with tooltip-mode.
5286 (Simple Types, Composite Types, Defining New Types):
5287 Minor cleanups.
5288
52892004-11-21 Jesper Harder <harder@ifa.au.dk>
5290
5291 * processes.texi (Synchronous Processes, Output from Processes):
5292 Markup fix.
5293
52942004-11-20 Richard M. Stallman <rms@gnu.org>
5295
5296 * positions.texi (Skipping Characters): skip-chars-forward
5297 now handles char classes.
5298
5299 * intro.texi (Printing Notation): Avoid confusion of `print'
5300 when explaining @print.
5301
5302 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
5303
5304 * display.texi (Display Table Format): Minor fix.
5305
5306 * streams.texi (Output Functions): Fix print example.
5307
5308 * Makefile.in (elisp): New target.
5309 (dist): Depend on $(infodir)/elisp, not elisp.
5310 Copy the info files from $(infodir).
5311
5312 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
5313 read-from-minibuffer.
5314
5315 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
5316
53172004-11-19 Richard M. Stallman <rms@gnu.org>
5318
5319 * searching.texi (Regexp Search): Add search-whitespace-regexp.
5320
53212004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
5322
5323 * tips.texi (Coding Conventions): Fix typo.
5324
53252004-11-16 Richard M. Stallman <rms@gnu.org>
5326
5327 * tips.texi (Coding Conventions): Separate defvar and require
5328 methods to avoid warnings. Use require only when there are many
5329 functions and variables from that package.
5330
5331 * minibuf.texi (Minibuffer Completion): When ignoring case,
5332 predicate must not be case-sensitive.
5333
5334 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
5335 (Test Coverage): Don't talk about "splotches". Clarified.
5336
53372004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
5338
5339 * frames.texi (Window Frame Parameters): Fix typo.
5340
53412004-11-15 Kim F. Storm <storm@cua.dk>
5342
5343 * symbols.texi (Other Plists): Note that plist-get may signal error.
5344 Add safe-plist-get.
5345
53462004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
5347
5348 * modes.texi (Font Lock Basics): Fix typo.
5349
53502004-11-08 Richard M. Stallman <rms@gnu.org>
5351
5352 * syntax.texi (Syntax Table Functions): Add syntax-after.
5353
53542004-11-06 Lars Brinkhoff <lars@nocrew.org>
5355
5356 * os.texi (Processor Run Time): New section documenting
5357 get-internal-run-time.
5358
53592004-11-06 Eli Zaretskii <eliz@gnu.org>
5360
5361 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
5362 it nukes elisp-cover.texi.
5363 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
5364 elisp-0 etc.
5365
53662004-11-05 Luc Teirlinck <teirllm@auburn.edu>
5367
5368 * commands.texi (Keyboard Macros): Document `append' return value
5369 of `defining-kbd-macro'.
5370
53712004-11-01 Richard M. Stallman <rms@gnu.org>
5372
5373 * commands.texi (Interactive Call): Add called-interactively-p.
5374
53752004-10-29 Simon Josefsson <jas@extundo.com>
5376
5377 * minibuf.texi (Reading a Password): Revert.
5378
53792004-10-28 Richard M. Stallman <rms@gnu.org>
5380
5381 * frames.texi (Display Feature Testing): Explain about "vendor".
5382
53832004-10-27 Richard M. Stallman <rms@gnu.org>
5384
5385 * commands.texi (Interactive Codes): `N' uses numeric prefix,
5386 not raw. Clarify `n'.
5387 (Interactive Call): Rewrite interactive-p, focusing on when
5388 and how to use it.
5389 (Misc Events): Clarify previous change.
5390
5391 * advice.texi (Simple Advice): Clarify what job the example does.
5392 (Around-Advice): Clarify ad-do-it.
5393 (Activation of Advice): An option of ad-default-compilation-action
5394 is `never', not `nil'.
5395
53962004-10-26 Kim F. Storm <storm@cua.dk>
5397
5398 * commands.texi (Interactive Codes): Add U code letter.
5399
54002004-10-25 Simon Josefsson <jas@extundo.com>
5401
5402 * minibuf.texi (Reading a Password): Add.
5403
54042004-10-24 Jason Rumney <jasonr@gnu.org>
5405
5406 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
5407 and wheel-down.
5408
54092004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
5410
5411 * processes.texi (Synchronous Processes): Document process-file.
5412
54132004-10-22 Kenichi Handa <handa@m17n.org>
5414
5415 * text.texi (translate-region): Document that it accepts also a
5416 char-table.
5417
54182004-10-22 David Ponce <david@dponce.com>
5419
5420 * windows.texi (Resizing Windows): Document the `preserve-before'
5421 argument of the functions `enlarge-window' and `shrink-window'.
5422
54232004-10-19 Jason Rumney <jasonr@gnu.org>
5424
5425 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
5426
54272004-10-09 Luc Teirlinck <teirllm@auburn.edu>
5428
5429 * text.texi (Filling): Add anchor for definition of
5430 `sentence-end-double-space'.
5431
5432 * searching.texi (Regexp Example): Update description of how
5433 Emacs currently recognizes the end of a sentence.
5434 (Standard Regexps): Update definition of the variable
5435 `sentence-end'. Add definition of the function `sentence-end'.
5436
54372004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
5438
5439 * display.texi (Progress): New node.
5440
54412004-10-05 Kim F. Storm <storm@cua.dk>
5442
5443 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
5444
54452004-09-29 Kim F. Storm <storm@cua.dk>
5446
5447 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
5448 to identify bitmaps. Remove -fringe-bitmap suffix for standard
5449 fringe bitmap symbols, as they now have their own namespace.
5450 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
5451 vs. pixels. Signal error if no free bitmap slots.
5452 (Pixel Specification): Change IMAGE to @var{image}.
5453
54542004-09-28 Richard M. Stallman <rms@gnu.org>
5455
5456 * text.texi (Special Properties): Clarify line-spacing and line-height.
5457
5458 * searching.texi (Regexp Search): Add looking-back.
5459
54602004-09-25 Luc Teirlinck <teirllm@auburn.edu>
5461
5462 * display.texi: Correct typos.
5463 (Image Descriptors): Correct xref's.
5464
54652004-09-25 Richard M. Stallman <rms@gnu.org>
5466
5467 * text.texi (Special Properties): Cleanups in `cursor'.
5468 Rewrites in `line-height' and `line-spacing'; exchange them.
5469
5470 * display.texi (Fringes): Rewrite previous change.
5471 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
5472 (Display Fringe Bitmaps): Node deleted, text moved.
5473 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
5474 (Scroll Bars): Clarify set-window-scroll-bars.
5475 (Pointer Shape): Rewrite.
5476 (Specified Space): Clarify :align-to, etc.
5477 (Pixel Specification): Use @var. Clarify new text.
5478 (Other Display Specs): Clarify `slice'.
5479 (Image Descriptors): Cleanups.
5480 (Showing Images): Cleanups.
5481
54822004-09-24 Luc Teirlinck <teirllm@auburn.edu>
5483
5484 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
5485
5486 * modes.texi: Various minor changes in addition to:
5487 (Major Mode Conventions): Final call to `run-mode-hooks' should
5488 not be inside the `delay-mode-hooks' form.
5489 (Mode Hooks): New node.
5490 (Hooks): Delete obsolete example.
5491 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
5492 node "Mode Hooks".
5493
54942004-09-22 Luc Teirlinck <teirllm@auburn.edu>
5495
5496 * display.texi: Correct various typos.
5497 (Display): Rename node "Pointer Shapes" to "Pointer
5498 Shape". (There is already a node called "Pointer Shapes" in
5499 frames.texi.)
5500 (Images): Remove non-existent node "Image Slices" from menu.
5501
55022004-09-23 Kim F. Storm <storm@cua.dk>
5503
5504 * text.texi (Special Properties): Add `cursor', `pointer',
5505 `line-height', and `line-spacing' properties.
5506
5507 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
5508 Shapes' to menu.
5509 (Standard Faces): Doc fix for fringe face.
5510 (Fringes): Add `overflow-newline-into-fringe' and
5511 'indicate-buffer-boundaries'.
5512 (Fringe Bitmaps, Pointer Shapes): New nodes.
5513 (Display Property): Add 'Pixel Specification' and 'Display Fringe
5514 Bitmaps' to menu.
5515 (Specified Space): Describe pixel width and height.
5516 (Pixel Specification): New node.
5517 (Other Display Specs): Add `slice' property.
5518 (Display Fringe Bitmaps): New node.
5519 (Images): Add 'Image Slices' to menu.
5520 (Image Descriptors): Add `:pointer' and `:map' properties.
5521 (Showing Images): Add slice arg to `insert-image'. Add
5522 'insert-sliced-image'.
5523
55242004-09-20 Richard M. Stallman <rms@gnu.org>
5525
5526 * commands.texi (Key Sequence Input):
5527 Clarify downcasing in read-key-sequence.
5528
55292004-09-08 Juri Linkov <juri@jurta.org>
5530
5531 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
5532
55332004-09-07 Luc Teirlinck <teirllm@auburn.edu>
5534
5535 * locals.texi (Standard Buffer-Local Variables): Add
5536 `buffer-auto-save-file-format'.
5537 * internals.texi (Buffer Internals): Describe new
5538 auto_save_file_format field of the buffer structure.
5539 * files.texi (Format Conversion): `auto-save-file-format' has been
5540 renamed `buffer-auto-save-file-format'.
5541
55422004-08-27 Luc Teirlinck <teirllm@auburn.edu>
5543
5544 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
5545 an integer or a marker.
5546 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
5547
55482004-08-22 Richard M. Stallman <rms@gnu.org>
5549
5550 * modes.texi (Major Mode Conventions): Discuss rebinding of
5551 standard key bindings.
5552
55532004-08-18 Kim F. Storm <storm@cua.dk>
5554
5555 * processes.texi (Accepting Output): Add `just-this-one' arg to
5556 `accept-process-output'.
5557 (Output from Processes): New var `process-adaptive-read-buffering'.
5558
55592004-08-10 Luc Teirlinck <teirllm@auburn.edu>
5560
5561 * keymaps.texi: Various changes in addition to:
5562 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
5563 Give more varied examples for `kbd'.
5564 (Creating Keymaps): Char tables have slots for all characters
5565 without modifiers.
5566 (Active Keymaps): `overriding-local-map' and
5567 `overriding-terminal-local-map' also override text property and
5568 overlay keymaps.
5569 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
5570 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
5571 to denote a prefix of no events.
5572 `map-keymap' includes parent's bindings _recursively_.
5573 Clarify and correct description of `where-is-internal'.
5574 Mention BUFFER-OR-NAME arg to `describe-bindings'.
5575 (Menu Example): For menus intended for use with the keyboard, the
5576 menu items should be bound to characters or real function keys.
5577
55782004-08-08 Luc Teirlinck <teirllm@auburn.edu>
5579
5580 * objects.texi (Character Type): Reposition `@anchor' to prevent
5581 double space inside sentence in Info.
5582
5583 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
5584 renamed to `disabled-command-function'.
5585 * commands.texi (Key Sequence Input): Remove unnecessary anchor.
5586 (Command Loop Info): Replace reference to it.
5587 (Disabling Commands): `disabled-command-hook' has been renamed to
5588 `disabled-command-function'.
5589
55902004-08-07 Luc Teirlinck <teirllm@auburn.edu>
5591
5592 * os.texi (Translating Input): Only non-prefix bindings in
5593 `key-translation-map' override actual key bindings. Warn about
5594 possible indirect effect of actual key bindings on non-prefix
5595 bindings in `key-translation-map'.
5596
55972004-08-06 Luc Teirlinck <teirllm@auburn.edu>
5598
5599 * minibuf.texi (High-Level Completion): Add anchor for definition
5600 of `read-variable'.
5601
5602 * commands.texi: Various changes in addition to:
5603 (Using Interactive): Clarify description of `interactive-form'.
5604 (Interactive Call): Mention default for KEYS argument to
5605 `call-interactively'.
5606 (Command Loop Info): Clarify description of `this-command-keys'.
5607 Mention KEEP-RECORD argument to `clear-this-command-keys'.
5608 Value of `last-event-frame' can be `macro'.
5609 (Repeat Events): `double-click-fuzz' is also used to distinguish
5610 clicks and drags.
5611 (Classifying Events): Clarify descriptions of `event-modifiers'
5612 `event-basic-type' and `event-convert-list'.
5613 (Accessing Events): `posn-timestamp' takes POSITION argument.
5614 (Quoted Character Input): Clarify description of
5615 `read-quoted-char' and fix example.
5616 (Quitting): Add `with-local-quit'.
5617 (Disabling Commands): Correct and clarify descriptions of
5618 `enable-command' and `disable-command'.
5619 Mention what happens if `disabled-command-hook' is nil.
5620 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
5621 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
5622
56232004-07-24 Luc Teirlinck <teirllm@auburn.edu>
5624
5625 * frames.texi: Various changes in addition to:
5626 (Creating Frames): Expand and clarify description of `make-frame'.
5627 (Window Frame Parameters): Either none or both of the `icon-left'
5628 and `icon-top' parameters must be specified. Put descriptions of
5629 `menu-bar-lines' and `toolbar-lines' closer together and change
5630 them accordingly.
5631 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
5632 except while processing `frame-title-format' or `icon-title-format'.
5633 (Deleting Frames): Correct description of `delete-frame'.
5634 Non-nil return values of `frame-live-p' are like those of `framep'.
5635 (Frames and Windows): Mention return value of
5636 `set-frame-selected-window'.
5637 (Visibility of Frames): Mention `force' argument to
5638 `make-frame-invisible'. `frame-visible-p' returns t for all
5639 frames on text-only terminals.
5640 (Frame Configurations): Restoring a frame configuration does not
5641 restore deleted frames.
5642 (Window System Selections): `x-set-selection' returns DATA.
5643 (Resources): Add example.
5644 (Display Feature Testing): Clarify descriptions of
5645 `display-pixel-height', `display-pixel-width', `x-server-version'
5646 and `x-server-vendor'.
5647
5648 * windows.texi (Choosing Window): Add anchor.
5649 * minibuf.texi (Minibuffer Misc): Add anchor.
5650
56512004-07-23 John Paul Wallington <jpw@gnu.org>
5652
5653 * macros.texi (Defining Macros): Declaration keyword for setting
5654 Edebug spec is `debug' not `edebug'.
5655
56562004-07-19 Luc Teirlinck <teirllm@auburn.edu>
5657
5658 * windows.texi: Various small changes in addition to:
5659 (Window Point): Mention return value of `set-window-point'.
5660 (Window Start): `pos-visible-in-window-p' disregards horizontal
5661 scrolling. Explain return value if PARTIALLY is non-nil.
5662 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
5663 and `set-window-vscroll'.
5664 (Size of Window): The argument WINDOW to `window-inside-edges',
5665 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
5666 (Resizing Windows): Explain return value of
5667 `shrink-window-if-larger-than-buffer'.
5668 `window-size-fixed' automatically becomes buffer local when set.
5669 (Window Configurations): Explain return value of
5670 `set-window-configuration'.
5671
5672 * minibuf.texi (Minibuffer Misc): Add anchor for
5673 `minibuffer-scroll-window'.
5674
5675 * positions.texi (Text Lines): Add anchor for `count-lines'.
5676
56772004-07-17 Richard M. Stallman <rms@gnu.org>
5678
5679 * display.texi (Overlay Properties): Adding `evaporate' prop
5680 deletes empty overlay immediately.
5681
5682 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
5683 fix example.
5684
56852004-07-16 Jim Blandy <jimb@redhat.com>
5686
5687 * searching.texi (Regexp Backslash): Document new \_< and \_>
5688 operators.
5689
56902004-07-16 Juanma Barranquero <lektu@terra.es>
5691
5692 * display.texi (Images): Fix Texinfo usage.
5693
56942004-07-14 Luc Teirlinck <teirllm@auburn.edu>
5695
5696 * buffers.texi (Modification Time): `visited-file-modtime' now
5697 returns a list of two integers, instead of a cons.
5698
56992004-07-13 Luc Teirlinck <teirllm@auburn.edu>
5700
5701 * windows.texi: Various changes in addition to:
5702 (Splitting Windows): Add `split-window-keep-point'.
5703
57042004-07-09 Richard M. Stallman <rms@gnu.org>
5705
5706 * frames.texi (Input Focus): Minor fix.
5707
57082004-07-07 Luc Teirlinck <teirllm@auburn.edu>
5709
5710 * frames.texi (Input Focus): Clarify descriptions of
5711 `select-frame-set-input-focus' and `select-frame'.
5712
57132004-07-06 Luc Teirlinck <teirllm@auburn.edu>
5714
5715 * os.texi: Various small changes in addition to:
5716 (Killing Emacs): Expand and clarify description of
5717 `kill-emacs-query-functions' and `kill-emacs-hook'.
5718 (System Environment): Expand and clarify description of `getenv'
5719 and `setenv'.
5720 (Timers): Clarify description of `run-at-time'.
5721 (Translating Input): Correct description of
5722 `extra-keyboard-modifiers'.
5723 (Flow Control): Correct description of `enable-flow-control'.
5724
57252004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
5726
5727 * os.texi: Update copyright.
5728 (Session Management): Grammar fix.
5729 Clarify which Emacs does the restarting.
5730 Use @samp for *scratch* buffer.
5731
57322004-07-04 Alan Mackenzie <acm@muc.de>
5733
5734 * frames.texi (Input Focus): Add documentation for
5735 `select-frame-set-input-focus'. Replace refs to non-existent
5736 `switch-frame' with `select-frame'. Minor corrections and tidying
5737 up of text-only terminal stuff.
5738
57392004-07-02 Richard M. Stallman <rms@gnu.org>
5740
5741 * files.texi (Saving Buffers): Cleanup write-contents-function.
5742 (Magic File Names): Cleanup file-remote-p.
5743
b344d29d 57442004-07-02 Kai Großjohann <kai@emptydomain.de>
b8d4c8d0
GM
5745
5746 * files.texi (Magic File Names): `file-remote-p' returns an
5747 identifier of the remote system, not just t.
5748
57492004-07-02 David Kastrup <dak@gnu.org>
5750
5751 * searching.texi (Entire Match Data): Add explanation about new
5752 match-data behavior when @var{integers} is non-nil.
5753
57542004-06-24 Richard M. Stallman <rms@gnu.org>
5755
5756 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
5757
5758 * customize.texi (Variable Definitions): Note about doc strings
5759 and :set.
5760
5761 * keymaps.texi (Keymap Terminology): Document `kbd'.
5762 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
5763
5764 * display.texi (Invisible Text): Setting buffer-invisibility-spec
5765 makes it buffer-local.
5766
5767 * files.texi (Saving Buffers): Correct previous change.
5768
5769 * commands.texi (Accessing Events):
5770 Clarify posn-col-row and posn-actual-col-row.
5771
57722004-06-24 David Ponce <david.ponce@wanadoo.fr>
5773
5774 * commands.texi (Accessing Events): New functions
5775 posn-at-point and posn-at-x-y. Add example to posn-x-y.
5776
57772004-06-23 Luc Teirlinck <teirllm@auburn.edu>
5778
5779 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
5780 * frames.texi, buffers.texi, backups.texi, variables.texi:
5781 * loading.texi, eval.texi, functions.texi, control.texi:
5782 * symbols.texi, minibuf.texi: Reposition @anchor's.
5783
5784 * help.texi: Various small changes in addition to the following.
5785 (Describing Characters): Describe PREFIX argument to
5786 `key-description'. Correct and clarify definition of
5787 `text-char-description'. Describe NEED-VECTOR argument to
5788 `read-kbd-macro'.
5789 (Help Functions): Clarify definition of `apropos'.
5790
57912004-06-23 Lars Hansen <larsh@math.ku.dk>
5792
5793 * files.texi (Saving Buffers): Correct description of
5794 `write-contents-functions'.
5795
57962004-06-21 Juanma Barranquero <lektu@terra.es>
5797
5798 * display.texi (Images): Remove redundant @vindex directives.
5799 Rewrite `image-library-alist' doc in active voice.
5800
58012004-06-14 Juanma Barranquero <lektu@terra.es>
5802
5803 * display.texi (Images): Document new delayed library loading,
5804 variable `image-library-alist' and (existing but undocumented)
5805 function `image-type-available-p'.
5806
58072004-06-05 Richard M. Stallman <rms@gnu.org>
5808
5809 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
5810 refer the user to the Initial Input node.
5811 (Text from Minibuffer): Likewise.
5812 (Initial Input): New node. Document this feature
5813 and say it is mostly deprecated.
5814
58152004-05-30 Richard M. Stallman <rms@gnu.org>
5816
5817 * loading.texi (Named Features): Clarify return value
5818 and meaning of NOERROR.
5819
5820 * variables.texi (File Local Variables): Minor cleanup.
5821
58222004-05-30 Michael Albinus <michael.albinus@gmx.de>
5823
5824 * files.texi (Magic File Names): Add `file-remote-p' as operation
5825 of file name handlers.
5826
58272004-05-29 Richard M. Stallman <rms@gnu.org>
5828
5829 * modes.texi (Minor Mode Conventions): (-) has no special meaning
5830 as arg to a minor mode command.
5831
58322004-05-22 Richard M. Stallman <rms@gnu.org>
5833
5834 * syntax.texi (Syntax Class Table): Word syntax not just for English.
5835
5836 * streams.texi (Output Variables): Doc float-output-format.
5837
5838 * searching.texi (Regexp Special): Nested repetition can be infloop.
5839
5840 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
5841 real stack overflow.
5842
5843 * compile.texi: Minor cleanups.
5844
58452004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
5846
5847 * lists.texi (Cons Cells): Explain dotted lists, true lists,
5848 circular lists.
5849 (List Elements): Explain handling of circular and dotted lists.
5850
58512004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
5852
5853 * modes.texi (Search-based Fontification): Fix typo.
5854
58552004-05-10 Juanma Barranquero <lektu@terra.es>
5856
5857 * modes.texi (Mode Line Variables): Fix description of
5858 global-mode-string, which is now after which-func-mode, not the
5859 buffer name.
5860
58612004-05-07 Lars Hansen <larsh@math.ku.dk>
5862
5863 * modes.texi (Desktop Save Mode): Add.
5864 (Modes): Add menu entry Desktop Save Mode.
5865
5866 * hooks.texi: Add desktop-after-read-hook,
5867 desktop-no-desktop-file-hook and desktop-save-hook.
5868
5869 * locals.texi: Add desktop-save-buffer.
5870
58712004-04-30 Jesper Harder <harder@ifa.au.dk>
5872
5873 * display.texi: emacs -> Emacs.
5874
58752004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
5876
5877 * files.texi (Changing Files): Document set-file-times.
5878
58792004-04-23 Juanma Barranquero <lektu@terra.es>
5880
5881 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
5882
58832004-04-18 Jesper Harder <harder@ifa.au.dk>
5884
5885 * tips.texi (Coding Conventions): defopt -> defcustom.
5886
58872004-04-16 Luc Teirlinck <teirllm@auburn.edu>
5888
5889 * sequences.texi: Various clarifications.
5890
58912004-04-14 Luc Teirlinck <teirllm@auburn.edu>
5892
5893 * buffers.texi (Read Only Buffers): Mention optional ARG to
5894 `toggle-read-only'.
5895
58962004-04-14 Nick Roberts <nick@nick.uklinux.net>
5897
5898 * windows.texi (Selecting Windows): Note that get-lru-window
5899 returns a full-width window if possible.
5900
59012004-04-13 Luc Teirlinck <teirllm@auburn.edu>
5902
5903 * buffers.texi: Various changes in addition to:
5904 (Buffer File Name): Add `find-buffer-visiting'.
5905 (Buffer Modification): Mention optional ARG to `not-modified'.
5906 (Indirect Buffers): Mention optional CLONE argument to
5907 `make-indirect-buffer'.
5908
5909 * files.texi: Various changes in addition to:
5910 (Visiting Functions): `find-file-hook' is now a normal hook.
5911 (File Name Expansion): Explain difference between the way that
5912 `expand-file-name' and `file-truename' treat `..'.
5913 (Contents of Directories): Mention optional ID-FORMAT argument to
5914 `directory-files-and-attributes'.
5915 (Format Conversion): Mention new optional CONFIRM argument to
5916 `format-write-file'.
5917
59182004-04-12 Miles Bader <miles@gnu.org>
5919
5920 * macros.texi (Expansion): Add description of `macroexpand-all'.
5921
59222004-04-05 Jesper Harder <harder@ifa.au.dk>
5923
5924 * variables.texi (Variable Aliases): Mention
5925 cyclic-variable-indirection.
5926
5927 * errors.texi (Standard Errors): Ditto.
5928
59292004-04-04 Luc Teirlinck <teirllm@auburn.edu>
5930
5931 * backups.texi: Various small changes in addition to:
5932 (Making Backups): Mention return value of `backup-buffer'.
5933 (Auto-Saving): Mention optional FORCE argument to
5934 `delete-auto-save-file-if-necessary'.
5935 (Reverting): Mention optional PRESERVE-MODES argument to
5936 `revert-buffer'. Correct description of `revert-buffer-function'.
5937
59382004-03-22 Juri Linkov <juri@jurta.org>
5939
5940 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
5941 with `Vector Functions'.
5942
5943 * text.texi (Sorting): Add missing quote.
5944
59452004-03-14 Luc Teirlinck <teirllm@auburn.edu>
5946
5947 * intro.texi (Lisp History): Replace xref to `cl' manual with
5948 inforef.
5949
59502004-03-12 Richard M. Stallman <rms@gnu.org>
5951
5952 * intro.texi (Version Info): Add arg to emacs-version.
5953 (Lisp History): Change xref to CL manual.
5954
59552004-03-09 Luc Teirlinck <teirllm@auburn.edu>
5956
5957 * minibuf.texi (Completion Commands): Add xref to Emacs manual
5958 for Partial Completion mode.
5959
59602004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
5961
5962 * customize.texi: Fix typo. Remove eol whitespace.
5963
59642004-03-04 Richard M. Stallman <rms@gnu.org>
5965
5966 * processes.texi: Fix typos.
5967
5968 * lists.texi (Building Lists): Minor clarification.
5969
5970 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
5971 in make-hash-table.
5972
59732004-02-29 Juanma Barranquero <lektu@terra.es>
5974
5975 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
5976 rm, and ignore exit code.
5977
59782004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
5979
5980 * display.texi (Defining Faces): Add description for min-colors.
5981 Update example.
5982
59832004-02-23 Luc Teirlinck <teirllm@auburn.edu>
5984
5985 * abbrevs.texi: Various corrections and clarifications in addition
5986 to the following:
5987 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
5988
59892004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
5990
5991 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
5992
59932004-02-21 Luc Teirlinck <teirllm@auburn.edu>
5994
5995 * text.texi: Various small changes in addition to the following:
5996 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
5997 to delete-horizontal-space.
5998 (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
5999 description of yank-handler text property at various places.
6000
6001 * frames.texi (Window System Selections): Add anchor.
6002
6003 * syntax.texi (Syntax Table Functions): Clarify and correct
6004 descriptions of make-syntax-table and copy-syntax-table.
6005 (Motion and Syntax): Clarify SYNTAXES argument to
6006 skip-syntax-forward.
6007 (Parsing Expressions): Mention that the return value of
6008 parse-partial-sexp is currently a list of ten rather than nine
6009 elements.
6010 (Categories): Various corrections and clarifications.
6011
60122004-02-17 Luc Teirlinck <teirllm@auburn.edu>
6013
6014 * markers.texi (Marker Insertion Types): Minor change.
6015
6016 * locals.texi (Standard Buffer-Local Variables):
6017 * commands.texi (Interactive Codes, Using Interactive):
6018 * functions.texi (Related Topics): Fix xrefs.
6019
60202004-02-16 Luc Teirlinck <teirllm@auburn.edu>
6021
6022 * lists.texi (Sets And Lists): Update description of delete-dups.
6023
60242004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
6025
6026 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
6027
c8763fb6 60282004-02-16 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
6029
6030 * frames.texi (Parameter Access): frame-parameters arg is optional.
6031 modify-frame-parameters handles nil for FRAME.
6032 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
6033 are all-or-nothing for certain toolkits.
6034 Mention parameter wait-for-wm.
6035 (Frames and Windows): In frame-first-window and frame-selected-window
6036 the arg is optional.
6037 (Input Focus): In redirect-frame-focus the second arg is optional.
6038 (Window System Selections): Mention selection type CLIPBOARD.
6039 Mention data-type UTF8_STRING.
6040 Mention numbering of cut buffers.
6041 (Resources): Describe x-resource-name.
6042
60432004-02-16 Richard M. Stallman <rms@gnu.org>
6044
6045 * windows.texi (Buffers and Windows): Delete false table
6046 about all-frames.
6047
6048 * syntax.texi (Parsing Expressions): Delete old caveat
6049 about parse-sexp-ignore-comments.
6050
6051 * streams.texi (Output Variables): Add print-quoted.
6052
6053 * lists.texi (Building Lists): Minor cleanup.
6054
6055 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
6056
6057 * display.texi (Overlays): Explain overlays use markers.
6058 (Managing Overlays): Explain front-advance and rear-advance
6059 in more detail.
6060
6061 * loading.texi (Unloading): Document unload-feature-special-hooks.
6062 Get rid of fns-NNN.el file.
6063
60642004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
6065
6066 * help.texi (Describing Characters): Fix text-char-description
6067 example output.
6068
6069 * edebug.texi (Using Edebug): Fix example.
6070
6071 * debugging.texi (Internals of Debugger): Fix return value.
6072
6073 * files.texi (Changing Files): Fix argname.
6074
6075 * calendar.texi: Fix parens, and default values.
6076
6077 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
6078 * nonascii.texi, objects.texi, os.texi: Minor fixes.
b3e755a9 6079 * searching.texi, text.texi, tips.texi, windows.texi: Minor fixes.
b8d4c8d0
GM
6080
6081 * positions.texi (Text Lines): Don't add -1 in current-line.
6082
60832004-02-16 Richard M. Stallman <rms@gnu.org>
6084
6085 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
6086
60872004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
6088
6089 * processes.texi (Low-Level Network): Fix a typo.
6090
60912004-02-12 Kim F. Storm <storm@cua.dk>
6092
6093 * display.texi (Fringes): Use consistent wording.
6094 Note that window-fringe's window arg is optional.
6095 (Scroll Bars): Use consistent wording.
6096
60972004-02-11 Luc Teirlinck <teirllm@auburn.edu>
6098
6099 * tips.texi (Comment Tips): Document the new conventions for
6100 commenting out code.
6101
c8763fb6 61022004-02-07 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
6103
6104 * positions.texi (Text Lines): Added missing end defun.
6105
61062004-02-07 Kim F. Storm <storm@cua.dk>
6107
6108 * positions.texi (Text Lines): Add line-number-at-pos.
6109
61102004-02-06 John Paul Wallington <jpw@gnu.org>
6111
6112 * display.texi (Button Properties, Button Buffer Commands):
6113 mouse-2 invokes button, not down-mouse-1.
6114
61152004-02-04 Jason Rumney <jasonr@gnu.org>
6116
6117 * makefile.w32-in: Sync with Makefile.in changes.
6118
61192004-02-03 Luc Teirlinck <teirllm@auburn.edu>
6120
6121 * minibuf.texi (Text from Minibuffer): Various corrections and
6122 clarifications.
6123 (Object from Minibuffer): Correct Lisp description of
6124 read-minibuffer.
6125 (Minibuffer History): Clarify description of cons values for
6126 HISTORY arguments.
6127 (Basic Completion): Various corrections and clarifications. Add
6128 completion-regexp-list.
6129 (Minibuffer Completion): Correct and clarify description of
6130 completing-read.
6131 (Completion Commands): Mention Partial Completion mode. Various
6132 other minor changes.
6133 (High-Level Completion): Various corrections and clarifications.
6134 (Reading File Names): Ditto.
6135 (Minibuffer Misc): Ditto.
6136
61372004-01-26 Luc Teirlinck <teirllm@auburn.edu>
6138
6139 * strings.texi (Text Comparison): assoc-string also matches
6140 elements of alists that are strings instead of conses.
6141 (Formatting Strings): Standardize Texinfo usage. Update index
6142 entries.
6143
61442004-01-20 Luc Teirlinck <teirllm@auburn.edu>
6145
6146 * lists.texi (Sets And Lists): Add delete-dups.
6147
61482004-01-15 Luc Teirlinck <teirllm@auburn.edu>
6149
6150 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
6151 special form.
6152 * macros.texi (Defining Macros): Update description of `declare',
6153 which now is a macro.
6154 (Wrong Time): Fix typos.
6155
61562004-01-14 Luc Teirlinck <teirllm@auburn.edu>
6157
6158 * compile.texi (Compilation Functions): Expand descriptions of
6159 `compile-defun', `byte-compile-file', `byte-recompile-directory'
6160 and `batch-byte-compile'. In particular, mention and describe
6161 all optional arguments.
6162 (Disassembly): Correct and clarify the description of `disassemble'.
6163
61642004-01-11 Luc Teirlinck <teirllm@auburn.edu>
6165
6166 * searching.texi: Various small changes in addition to the
6167 following.
6168 (Regexp Example): Adapt to new value of `sentence-end'.
6169 (Regexp Functions): The PAREN argument to `regexp-opt' can be
6170 `words'.
6171 (Search and Replace): Add usage note for `perform-replace'.
6172 (Entire Match Data): Mention INTEGERS and REUSE arguments to
6173 `match-data'.
6174 (Standard Regexps): Update for new values of `paragraph-start'
6175 and `sentence-end'.
6176
61772004-01-07 Luc Teirlinck <teirllm@auburn.edu>
6178
6179 * files.texi (Saving Buffers): Clarify descriptions of
6180 `write-contents-functions' and `before-save-hook'.
6181 Make the defvar's for `before-save-hook' and `after-save-hook'
6182 into defopt's.
6183
61842004-01-07 Kim F. Storm <storm@cua.dk>
6185
6186 * commands.texi (Click Events): Describe new image and
6187 width/height elements of click events.
6188 (Accessing Events): Add posn-string, posn-image, and
6189 posn-object-width-height. Change posn-object to return either
6190 image or string object.
6191
61922004-01-01 Simon Josefsson <jas@extundo.com>
6193
6194 * hooks.texi (Standard Hooks): Add before-save-hook.
6195 * files.texi (Saving Buffers): Likewise.
6196
61972004-01-03 Richard M. Stallman <rms@gnu.org>
6198
6199 * frames.texi (Frames and Windows): Delete frame-root-window.
6200
62012004-01-03 Luc Teirlinck <teirllm@auburn.edu>
6202
6203 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
6204
6205 * functions.texi: Various small changes in addition to the
6206 following.
6207 (What Is a Function): `functionp' returns nil for macros. Clarify
6208 behavior of this and following functions for symbol arguments.
6209 (Function Documentation): Add `\' in front of (fn @var{arglist})
6210 and explain why.
6211 (Defining Functions): Mention DOCSTRING argument to `defalias'.
6212 Add anchor.
6213 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
6214
62152004-01-01 Miles Bader <miles@gnu.org>
6216
6217 * display.texi (Buttons): New section.
6218
62192003-12-31 Andreas Schwab <schwab@suse.de>
6220
6221 * numbers.texi (Math Functions): sqrt reports a domain-error
6222 error.
6223 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
6224
62252003-12-30 Luc Teirlinck <teirllm@auburn.edu>
6226
6227 * tips.texi (Documentation Tips): Update item on hyperlinks in
6228 documentation strings.
6229
6230 * errors.texi (Standard Errors): Various small corrections and
6231 additions.
6232
6233 * control.texi: Various small changes in addition to the
6234 following.
6235 (Signaling Errors): Provide some more details on how `signal'
6236 constructs the error message. Add anchor to the definition of
6237 `signal'.
6238 (Error Symbols): Describe special treatment of `quit'.
6239 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
6240 to emphasize that it has to be a single form.
6241
6242 * buffers.texi: Add anchor.
6243
62442003-12-29 Richard M. Stallman <rms@gnu.org>
6245
6246 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
6247 (Window Configurations): Add window-configuration-frame.
6248
6249 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
6250
6251 * text.texi (Examining Properties): Add get-char-property-and-overlay.
6252 Change arg name in get-char-property.
6253 (Special Properties): Update handling of keymap property.
6254
6255 * strings.texi (Modifying Strings): Add clear-string.
6256 (Text Comparison): Add assoc-string and remove
6257 assoc-ignore-case, assoc-ignore-representation.
6258
6259 * os.texi (Time of Day): Add set-time-zone-rule.
6260
6261 * numbers.texi (Math Functions): asin, acos, log, log10
6262 report domain-error errors.
6263
6264 * nonascii.texi (Converting Representations):
6265 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
6266 (Encoding and I/O): Add file-name-coding-system.
6267
6268 * modes.texi (Search-based Fontification): Explain that
6269 face specs are symbols with face names as values.
6270
6271 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
6272
6273 * lists.texi (Building Lists): remq moved elsewhere.
6274 (Sets And Lists): remq moved here.
6275 (Association Lists): Refer to assoc-string.
6276
6277 * internals.texi (Garbage Collection): Add memory-use-counts.
6278
6279 * frames.texi (Frames and Windows): Add set-frame-selected-window
6280 and frame-root-window.
6281
6282 * files.texi (Contents of Directories):
6283 Add directory-files-and-attributes.
6284
6285 * display.texi (Refresh Screen): Add force-window-update.
6286 (Invisible Text): Explain about moving point out of invis text.
6287 (Overlay Properties): Add overlay-properties.
6288 (Managing Overlays): Add overlayp.
6289 (GIF Images): Invalid image number displays a hollow box.
6290
6291 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
6292 (Killing Buffers): Add buffer-live-p.
6293
62942003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
6295
6296 * display.texi (Fringes): Fix typo "set-buffer-window".
6297
62982003-12-24 Luc Teirlinck <teirllm@auburn.edu>
6299
6300 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
6301 * nonascii.texi, processes.texi, tips.texi, variables.texi:
6302 Add or change various xrefs and anchors.
6303
6304 * commands.texi: Replace all occurrences of @acronym{CAR} with
6305 @sc{car}, for consistency with the rest of the Elisp manual.
6306 `car' and `cdr' are historically acronyms, but are no longer
6307 widely thought of as such.
6308
6309 * internals.texi (Pure Storage): Mention that `purecopy' does not
6310 copy text properties.
6311 (Object Internals): Now 29 bits are used (in most implementations)
6312 to address Lisp objects.
6313
6314 * variables.texi (Variables with Restricted Values): New node.
6315
6316 * objects.texi (Lisp Data Types): Mention that certain variables
6317 can only take on a restricted set of values and add an xref to
6318 the new node "Variables with Restricted Values".
6319
6320 * eval.texi (Function Indirection): Describe the errors that
6321 `indirect-function' can signal.
6322 (Eval): Clarify the descriptions of `eval-region' and `values'.
6323 Describe `eval-buffer' instead of `eval-current-buffer' and
6324 mention `eval-current-buffer' as an alias for `current-buffer'.
6325 Correct the description and mention all optional arguments.
6326
6327 * nonascii.texi: Various small changes in addition to the
6328 following.
6329 (Converting Representations): Clarify behavior of
6330 `string-make-multibyte' and `string-to-multibyte' for unibyte all
6331 ASCII arguments.
6332 (Character Sets): Document the variable `charset-list' and adapt
6333 the definition of the function `charset-list' accordingly.
6334 (Translation of Characters): Clarify use of generic characters in
6335 `make-translation-table'. Clarify and correct the description of
6336 the use of translation tables in encoding and decoding.
6337 (User-Chosen Coding Systems): Correct and clarify the description
6338 of `select-safe-coding-system'.
6339 (Default Coding Systems): Clarify description of
6340 `file-coding-system-alist'.
6341
63422003-11-30 Luc Teirlinck <teirllm@auburn.edu>
6343
6344 * strings.texi (Text Comparison): Correctly describe when two
6345 strings are `equal'. Combine and clarify descriptions of
6346 `assoc-ignore-case' and `assoc-ignore-representation'.
6347
6348 * objects.texi (Non-ASCII in Strings): Clarify description of
6349 when a string is unibyte or multibyte.
6350 (Bool-Vector Type): Update examples.
6351 (Equality Predicates): Correctly describe when two strings are
6352 `equal'.
6353
63542003-11-29 Luc Teirlinck <teirllm@auburn.edu>
6355
6356 * lists.texi (Building Lists): `append' no longer accepts integer
6357 arguments. Update the description of `number-sequence' to reflect
6358 recent changes.
6359 (Sets And Lists): Describe `member-ignore-case' after `member'.
6360
63612003-11-27 Kim F. Storm <storm@cua.dk>
6362
6363 * commands.texi (Click Events): Click object may be an images.
6364 Describe (dx . dy) element of click positions.
6365 (Accessing Events): Remove duplicate posn-timestamp.
6366 New functions posn-object and posn-object-x-y.
6367
63682003-11-23 Kim F. Storm <storm@cua.dk>
6369
6370 * commands.texi (Click Events): Describe enhancements to event
6371 position lists, including new text-pos and (col . row) items.
6372 Mention left-fringe and right-fringe area events.
6373 (Accessing Events): New functions posn-area and
6374 posn-actual-col-row. Mention posn-timestamp. Mention that
6375 posn-point in non-text area still returns buffer position.
6376 Clarify posn-col-row.
6377
63782003-11-21 Lars Hansen <larsh@math.ku.dk>
6379
6380 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
6381 * anti.texi (File Attributes): Describe removed parameter
6382 ID-FORMAT.
6383
63842003-11-20 Luc Teirlinck <teirllm@auburn.edu>
6385
6386 * positions.texi (Positions): Mention that, if a marker is used as
6387 a position, its buffer is ignored.
6388
6389 * markers.texi (Overview of Markers): Mention it here too.
6390
63912003-11-12 Luc Teirlinck <teirllm@auburn.edu>
6392
6393 * numbers.texi (Numeric Conversions): Not just `floor', but also
6394 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
6395
63962003-11-10 Luc Teirlinck <teirllm@auburn.edu>
6397
6398 * markers.texi (Creating Markers): Specify insertion type of
6399 created markers. Add xref to `Marker Insertion Types'.
6400 Second argument to `copy-marker' is optional.
6401 (Marker Insertion Types): Mention that most markers are created
6402 with insertion type nil.
6403 (The Mark): Correctly describe when `mark' signals an error.
6404 (The Region): Correctly describe when `region-beginning' and
6405 `region-end' signal an error.
6406
64072003-11-08 Luc Teirlinck <teirllm@auburn.edu>
6408
6409 * hash.texi (Creating Hash): Clarify description of `eql'.
6410 `makehash' is obsolete.
6411 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
6412
6413 * positions.texi (Point): Change description of `buffer-end', so
6414 that it is also correct for floating point arguments.
6415 (List Motion): Correct argument lists of `beginning-of-defun' and
6416 `end-of-defun'.
6417 (Excursions): Add xref to `Marker Insertion Types'.
6418 (Narrowing): Argument to `narrow-to-page' is optional.
6419
64202003-11-06 Luc Teirlinck <teirllm@auburn.edu>
6421
6422 * streams.texi (Output Streams): Clarify behavior of point for
6423 marker output streams.
6424
64252003-11-04 Luc Teirlinck <teirllm@auburn.edu>
6426
6427 * variables.texi (Defining Variables): Second argument to
6428 `defconst' is not optional.
6429 (Setting Variables): Mention optional argument APPEND to
6430 `add-to-list'.
6431 (Creating Buffer-Local): Expand description of
6432 `make-variable-buffer-local'.
6433 (Frame-Local Variables): Expand description of
6434 `make-variable-frame-local'.
6435 (Variable Aliases): Correct description of optional argument
6436 DOCSTRING to `defvaralias'. Mention return value of
6437 `defvaralias'.
6438 (File Local Variables): Add xref to `File variables' in Emacs
6439 Manual. Correct description of `hack-local-variables'. Mention
6440 `safe-local-variable' property. Mention optional second argument
6441 to `risky-local-variable-p'.
6442
64432003-11-03 Luc Teirlinck <teirllm@auburn.edu>
6444
6445 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
6446
64472003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
6448
6449 * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
6450 lispref/customize.texi, lispref/display.texi, lispref/files.texi,
6451 lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
6452 lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
6453 lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
6454 lispref/processes.texi, lispref/searching.texi,
6455 lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
6456 lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
6457 @acronym{FOO}.
6458
64592003-10-27 Luc Teirlinck <teirllm@auburn.edu>
6460
6461 * strings.texi (Creating Strings): Argument START to `substring'
6462 can not be `nil'. Expand description of
6463 `substring-no-properties'. Correct description of `split-string',
6464 especially with respect to empty matches. Prevent very bad line
6465 break in definition of `split-string-default-separators'.
6466 (Text Comparison): `string=' and `string<' also accept symbols as
6467 arguments.
6468 (String Conversion): More completely describe argument BASE in
6469 `string-to-number'.
6470 (Formatting Strings): `%s' and `%S' in `format' do require
6471 corresponding object. Clarify behavior of numeric prefix after
6472 `%' in `format'.
6473 (Case Conversion): The argument to `upcase-initials' can be a
6474 character.
6475
64762003-10-27 Kenichi Handa <handa@m17n.org>
6477
6478 * display.texi (Fontsets): Fix texinfo usage.
6479
64802003-10-25 Kenichi Handa <handa@m17n.org>
6481
6482 * display.texi (Fontsets): Add description of the function
6483 set-fontset-font.
6484
64852003-10-23 Luc Teirlinck <teirllm@auburn.edu>
6486
6487 * display.texi (Temporary Displays): Add xref to `Documentation
6488 Tips'.
6489
6490 * functions.texi (Function Safety): Use inforef instead of pxref
6491 for SES.
6492
64932003-10-23 Andreas Schwab <schwab@suse.de>
6494
6495 * Makefile.in (TEX, texinputdir): Don't define.
6496 (TEXI2DVI): Define.
6497 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
6498 add $(srcdir)/index.texi.
6499 ($(infodir)/elisp): Remove index.texi dependency.
6500 (elisp.dvi): Likewise. Use $(TEXI2DVI).
6501 (index.texi): Remove target.
6502 (dist): Don't link $(srcdir)/permute-index.
6503 (clean): Don't remove index.texi.
6504
6505 * permute-index, index.perm: Remove.
6506 * index.texi: Rename from index.unperm.
6507
65082003-10-22 Luc Teirlinck <teirllm@auburn.edu>
6509
6510 * tips.texi (Documentation Tips): Document new behavior for face
6511 and variable hyperlinks in Help mode.
6512
65132003-10-21 Luc Teirlinck <teirllm@auburn.edu>
6514
6515 * objects.texi (Integer Type): Update for extra bit of integer range.
6516 (Character Type): Ditto.
6517
65182003-10-16 Eli Zaretskii <eliz@gnu.org>
6519
6520 * numbers.texi (Integer Basics): Add index entries for reading
6521 numbers in hex, octal, and binary.
6522
65232003-10-16 Lute Kamstra <lute@gnu.org>
6524
6525 * modes.texi (Mode Line Format): Mention force-mode-line-update's
6526 argument.
6527
65282003-10-13 Luc Teirlinck <teirllm@auburn.edu>
6529
6530 * windows.texi (Choosing Window): Fix typo.
6531 * edebug.texi (Edebug Execution Modes): Fix typo.
6532
65332003-10-13 Richard M. Stallman <rms@gnu.org>
6534
6535 * windows.texi (Basic Windows): A window has fringe settings,
6536 display margins and scroll-bar settings.
6537 (Splitting Windows): Doc split-window return value.
6538 Clean up one-window-p.
6539 (Selecting Windows): Fix typo.
6540 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
6541 (Buffers and Windows): In set-window-buffer, explain effect
6542 on fringe settings and scroll bar settings.
6543 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
6544 (Choosing Window): Use defopt for pop-up-frame-function.
6545 For special-display-buffer-names, explain same-window and same-frame.
6546 Clarify window-dedicated-p return value.
6547 (Textual Scrolling): scroll-up and scroll-down can get an error.
6548 (Horizontal Scrolling): Clarify auto-hscroll-mode.
6549 Clarify set-window-hscroll.
6550 (Size of Window): Don't mention tool bar in window-height.
6551 (Coordinates and Windows): Explain what coordinates-in-window-p
6552 returns for fringes and display margins.
6553 (Window Configurations): Explain saving fringes, etc.
6554
6555 * tips.texi (Library Headers): Clean up Documentation.
6556
6557 * syntax.texi (Parsing Expressions): Clean up forward-comment
6558 and parse-sexp-lookup-properties.
6559
6560 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
6561
6562 * os.texi (System Environment): Clean up text for load-average errors.
6563
6564 * modes.texi (Hooks): Don't explain local hook details at front.
6565 Clarify run-hooks and run-hook-with-args a little.
6566 Clean up add-hook and remove-hook.
6567
6568 * edebug.texi (Edebug Execution Modes): Clarify t.
6569 Document edebug-sit-for-seconds.
6570 (Coverage Testing): Document C-x X = and =.
6571 (Instrumenting Macro Calls): Fix typo.
6572 (Specification List): Don't index the specification keywords.
6573
65742003-10-10 Kim F. Storm <storm@cua.dk>
6575
6576 * processes.texi (Network): Introduce make-network-process.
6577
65782003-10-09 Luc Teirlinck <teirllm@auburn.edu>
6579
6580 * tips.texi (Library Headers): Fix typo.
6581
65822003-10-07 Juri Linkov <juri@jurta.org>
6583
6584 * modes.texi (Imenu): Mention imenu-create-index-function's
6585 default value. Explain submenus better.
6586
65872003-10-07 Lute Kamstra <lute@gnu.org>
6588
6589 * modes.texi (Faces for Font Lock): Fix typo.
6590 (Hooks): Explain how buffer-local hook variables can refer to
6591 global hook variables.
6592 Various minor clarifications.
6593
65942003-10-06 Lute Kamstra <lute@gnu.org>
6595
6596 * tips.texi (Coding Conventions): Mention naming conventions for
6597 hooks.
6598
65992003-10-05 Luc Teirlinck <teirllm@auburn.edu>
6600
6601 * loading.texi (Library Search): Correct default value of
6602 load-suffixes.
6603 (Named Features): Fix typo.
6604
66052003-10-05 Richard M. Stallman <rms@gnu.org>
6606
6607 * loading.texi (Named Features): In `provide',
6608 say how to test for subfeatures.
6609 (Unloading): In unload-feature, use new var name
6610 unload-feature-special-hooks.
6611
66122003-10-03 Lute Kamstra <lute@gnu.org>
6613
6614 * modes.texi (Major Mode Conventions): Mention third way to set up
6615 Imenu.
6616 (Imenu): A number of small fixes.
6617 Delete documentation of internal variable imenu--index-alist.
6618 Document the return value format of imenu-create-index-function
6619 functions.
6620
66212003-09-30 Richard M. Stallman <rms@gnu.org>
6622
6623 * processes.texi (Network): Say what stopped datagram connections do.
6624
6625 * lists.texi (Association Lists): Clarify `assq-delete-all'.
6626
6627 * display.texi (Overlay Properties): Clarify `evaporate' property.
6628
66292003-09-29 Lute Kamstra <lute@gnu.org>
6630
6631 * modes.texi (Mode Line Data): Explain when symbols in mode-line
6632 constructs should be marked as risky.
6633 Change cons cell into proper list.
6634 (Mode Line Variables): Change cons cell into proper list.
6635
66362003-09-26 Lute Kamstra <lute@gnu.org>
6637
6638 * modes.texi (Mode Line Data): Document the :propertize construct.
6639 (Mode Line Variables): Reorder the descriptions of the variables
6640 to match their order in the default mode-line-format.
6641 Describe the new variables mode-line-position and mode-line-modes.
6642 Update the default values of mode-line-frame-identification,
6643 minor-mode-alist, and default-mode-line-format.
6644 (Properties in Mode): Mention the :propertize construct.
6645
66462003-09-26 Richard M. Stallman <rms@gnu.org>
6647
6648 * buffers.texi, commands.texi, debugging.texi, eval.texi:
6649 * loading.texi, minibuf.texi, text.texi, variables.texi:
6650 Avoid @strong{Note:}.
6651
66522003-09-26 Richard M. Stallman <rms@gnu.org>
6653
6654 * keymaps.texi (Remapping Commands): Fix typo.
6655
66562003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
6657
6658 * processes.texi (Low-Level Network): Fix typo.
6659
66602003-09-23 Kim F. Storm <storm@cua.dk>
6661
6662 * processes.texi (Network, Network Servers): Fix typos.
6663 (Low-Level Network): Add timeout value for :server keyword.
6664 Add new option keywords to make-network-process.
6665 Add set-network-process-options.
6666 Explain how to test availability of network options.
6667
66682003-09-19 Richard M. Stallman <rms@gnu.org>
6669
6670 * text.texi (Motion by Indent): Arg to
6671 backward-to-indentation and forward-to-indentation is optional.
6672
6673 * strings.texi (Creating Strings): Add substring-no-properties.
6674
6675 * processes.texi
6676 (Process Information): Add list-processes arg QUERY-ONLY.
6677 Delete process-contact from here.
6678 Add new status values for process-status.
6679 Add process-get, process-put, process-plist, set-process-plist.
6680 (Synchronous Processes): Add call-process-shell-command.
6681 (Signals to Processes): signal-process allows process objects.
6682 (Network): Complete rewrite.
6683 (Network Servers, Datagrams, Low-Level Network): New nodes.
6684
6685 * positions.texi (Word Motion): forward-word, backward-word
6686 arg is optional. Reword.
6687
6688 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
6689
6690 * variables.texi (Creating Buffer-Local):
6691 Delete duplicate definition of buffer-local-value.
6692 (File Local Variables): Explain about discarding text props.
6693
66942003-09-11 Richard M. Stallman <rms@gnu.org>
6695
6696 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
6697 changes variables that record input events.
6698 (Minibuffer Misc): Add minibuffer-selected-window.
6699
6700 * lists.texi (Building Lists): Add copy-tree.
6701
6702 * display.texi (Fontsets): Add char-displayable-p.
6703 (Scroll Bars): New node.
6704
67052003-09-08 Lute Kamstra <lute@gnu.org>
6706
6707 * modes.texi (%-Constructs): Document new `%i' and `%I'
6708 constructs.
6709
67102003-09-03 Peter Runestig <peter@runestig.com>
6711
6712 * makefile.w32-in: New file.
6713
67142003-08-29 Richard M. Stallman <rms@gnu.org>
6715
6716 * display.texi (Overlay Properties): Clarify how priorities
6717 affect use of the properties.
6718
67192003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
6720
6721 * customize.texi (Type Keywords): Correct the description of
6722 `:help-echo' in the case where `motion-doc' is a function.
6723
67242003-08-14 John Paul Wallington <jpw@gnu.org>
6725
6726 * modes.texi (Emulating Mode Line): Subsection, not section.
6727
67282003-08-13 Richard M. Stallman <rms@gnu.org>
6729
6730 * elisp.texi (Top): Update subnode lists in menu.
6731
6732 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
6733 (Kill Functions): kill-region has new arg yank-handler.
6734 (Yanking): New node.
6735 (Yank Commands): Add yank-undo-function.
6736 (Low-Level Kill Ring):
6737 kill-new and kill-append have new arg yank-handler.
6738 (Changing Properties): Add remove-list-of-text-properties.
6739 (Atomic Changes): New node.
6740
6741 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
6742
6743 * streams.texi (Output Variables): Add eval-expression-print-length
6744 and eval-expression-print-level.
6745
6746 * os.texi (Time Conversion): For encode-time, explain limits on year.
6747
6748 * objects.texi (Character Type): Define anchor "modifier bits".
6749
6750 * modes.texi (Emulating Mode Line): New node.
6751 (Search-based Fontification): Font Lock uses font-lock-face property.
6752 (Other Font Lock Variables): Likewise.
6753
6754 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
6755 not vectors.
6756 (Active Keymaps): Add emulation-mode-map-alists.
6757 (Functions for Key Lookup): key-binding has new arg no-remap.
6758 (Remapping Commands): New node.
6759 (Scanning Keymaps): where-is-internal has new arg no-remap.
6760 (Tool Bar): Add tool-bar-local-item-from-menu.
6761 Clarify when to use tool-bar-add-item-from-menu.
6762
6763 * commands.texi (Interactive Call): commandp has new arg.
6764 (Command Loop Info): Add this-original-command.
6765
67662003-08-06 John Paul Wallington <jpw@gnu.org>
6767
6768 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
6769
6770 * display.texi (Warning Basics): Fix typo.
6771 (Fringes): Add closing curly bracket and fix typo.
6772
6773 * elisp.texi (Top): Fix typo.
6774
67752003-08-05 Richard M. Stallman <rms@gnu.org>
6776
6777 * elisp.texi: Update lists of subnodes.
6778
6779 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
6780
6781 * variables.texi (Local Variables): Use lc for example variable names.
6782
6783 * tips.texi (Library Headers): Explain where to put -*-.
6784
6785 * strings.texi (Creating Strings): Fix xref for vconcat.
6786
6787 * sequences.texi (Vector Functions):
6788 vconcat no longer allows integer args.
6789
6790 * minibuf.texi (Reading File Names): read-file-name has new
6791 arg PREDICATE. New function read-directory-name.
6792
6793 * macros.texi (Defining Macros): Give definition of `declare'
6794 (Indenting Macros): New node.
6795
6796 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
6797 (Window Frame Parameters): Make separate table of parameters
6798 that are coupled with specific face attributes.
6799 (Deleting Frames): delete-frame-hooks renamed to
6800 delete-frame-functions.
6801
6802 * files.texi (Magic File Names): Add file-remote-p.
6803 Clarify file-local-copy.
6804
6805 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
6806 here; instead xref Defining Macros.
6807
6808 * display.texi (Warnings): New node, and subnodes.
6809 (Fringes): New node.
6810
6811 * debugging.texi (Test Coverage): New node.
6812
6813 * compile.texi (Compiler Errors): Explain with-no-warnings
6814 and other ways to suppress warnings.
6815
6816 * commands.texi (Interactive Call): Minor clarification.
6817
6818 * buffers.texi (Buffer File Name): set-visited-file-name
6819 renames the buffer too.
6820
6821 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
6822
68232003-07-24 Markus Rost <rost@math.ohio-state.edu>
6824
6825 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
6826
68272003-07-22 Markus Rost <rost@math.ohio-state.edu>
6828
6829 * internals.texi (Garbage Collection): Fix previous change.
6830
68312003-07-22 Richard M. Stallman <rms@gnu.org>
6832
6833 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
6834
6835 * display.texi (Width): Use \s syntax in example.
6836 (Font Selection): Add face-font-rescale-alist.
6837
6838 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
6839 Remove spurious indent in example.
6840
6841 * lists.texi (Building Lists): Add number-sequence.
6842
6843 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
6844
6845 * functions.texi (Function Documentation): Explain how to
6846 show calling convention explicitly in the doc string.
6847
6848 * windows.texi (Selecting Windows): save-selected-window saves
6849 selected window of each frame.
6850 (Window Configurations): Minor change.
6851
6852 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
6853
6854 * streams.texi (Output Variables): Add print-continuous-numbering
6855 and print-number-table.
6856
6857 * processes.texi (Decoding Output): New node.
6858
6859 * os.texi (Time Conversion): decode-time arg is optional.
6860
6861 * objects.texi (Character Type): Don't use space as example for \.
6862 Make list of char names and \-sequences correspond.
6863 Explain that \s is not used in strings. `\ ' needs space after.
6864
6865 * nonascii.texi (Converting Representations): Add string-to-multibyte.
6866 (Translation of Characters): Add translation-table-for-input.
6867 (Default Coding Systems): Add auto-coding-functions.
6868 (Explicit Encoding): Add decode-coding-inserted-region.
6869 (Locales): Add locale-info.
6870
6871 * minibuf.texi (Basic Completion): Describe test-completion.
6872 Collections can be lists of strings.
6873 Clean up lazy-completion-table.
6874 (Programmed Completion): Mention test-completion.
6875 Clarify why lambda expressions are not accepted.
6876 (Minibuffer Misc): Describe minibufferp.
6877
68782003-07-14 Richard M. Stallman <rms@gnu.org>
6879
6880 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
6881
6882 * windows.texi (Selecting Windows): New arg to select-window.
6883 (Selecting Windows): Add with-selected-window.
6884 (Size of Window): Add window-inside-edges, etc.
6885
6886 * internals.texi (Garbage Collection): Add post-gc-hook.
6887
6888 * processes.texi (Subprocess Creation): Add exec-suffixes.
6889
6890 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
6891 (Scanning Keymaps): Add map-keymaps.
6892 (Defining Menus): Add keymap-prompt.
6893
6894 * numbers.texi (Integer Basics): Add most-positive-fixnum,
6895 most-negative-fixnum.
6896
6897 * compile.texi (Byte Compilation): Explain no-byte-compile
6898 (Compiler Errors): New node.
6899
6900 * os.texi (User Identification): user-uid, user-real-uid
6901 can return float.
6902
6903 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
6904 and about derived modes.
6905 (Minor Modes): Add minor-mode-list.
6906 (Defining Minor Modes): Keyword args for define-minor-mode.
6907 (Search-based Fontification): Explain managing other properties.
6908 (Other Font Lock Variables): Add font-lock-extra-managed-props.
183080b6 6909 (Faces for Font Lock): Add font-lock-preprocessor-face.
b8d4c8d0
GM
6910 (Hooks): Add run-mode-hooks and delay-mode-hooks.
6911
6912 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
6913 (Variable Aliases): Clarify defvaralias.
6914
6915 * loading.texi (Library Search): Add load-suffixes.
6916
6917 * minibuf.texi (Basic Completion): Add lazy-completion-table.
6918 (Programmed Completion): Add dynamic-completion-table.
6919
6920 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
6921 (Magic File Names): Specify precedence order of handlers.
6922
6923 * commands.texi (Command Overview): Emacs server runs pre-command-hook
6924 and post-command-hook.
6925 (Waiting): New calling convention for sit-for.
6926
6927 * text.texi (Special Properties): local-map and keymap properties
6928 apply based on their stickiness.
6929
69302003-07-07 Richard M. Stallman <rms@gnu.org>
6931
6932 * modes.texi (Minor Mode Conventions): Specify only some kinds
6933 of list values as args to minor modes.
6934
6935 * files.texi (File Name Expansion): Warn about iterative use
6936 of substitute-in-file-name.
6937
6938 * advice.texi (Activation of Advice): Clean up previous change.
6939
69402003-07-06 Markus Rost <rost@math.ohio-state.edu>
6941
6942 * advice.texi (Activation of Advice): Note that ad-start-advice is
6943 turned on by default.
6944
69452003-06-30 Richard M. Stallman <rms@gnu.org>
6946
6947 * text.texi (Buffer Contents): Document current-word.
6948 (Change Hooks): Not called for *Messages*.
6949
6950 * functions.texi (Defining Functions): Explain about redefining
6951 primitives.
6952 (Function Safety): Renamed. Minor changes.
6953 Comment out the detailed criteria for what is safe.
6954
69552003-06-22 Andreas Schwab <schwab@suse.de>
6956
6957 * objects.texi (Symbol Type): Fix description of examples.
6958
69592003-06-16 Andreas Schwab <schwab@suse.de>
6960
6961 * hash.texi (Creating Hash): Fix description of :weakness.
6962
c8763fb6 69632003-06-13 Kai Großjohann <kai.grossjohann@gmx.net>
b8d4c8d0
GM
6964
6965 * files.texi (Changing Files): copy-file copies file modes, too.
6966
69672003-05-28 Richard M. Stallman <rms@gnu.org>
6968
6969 * strings.texi (Creating Strings): Clarify split-string.
6970
69712003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
6972
6973 * strings.texi (Creating Strings): Update split-string specification
6974 and examples.
6975
69762003-05-19 Richard M. Stallman <rms@gnu.org>
6977
6978 * elisp.texi: Correct invariant section names.
6979
69802003-04-20 Richard M. Stallman <rms@gnu.org>
6981
6982 * os.texi (Timers): Explain about timers and quitting.
6983
69842003-04-19 Richard M. Stallman <rms@gnu.org>
6985
6986 * internals.texi (Writing Emacs Primitives): Strings are
6987 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
6988 Explain GCPRO convention for varargs function args.
6989
69902003-04-16 Richard M. Stallman <rms@gnu.org>
6991
6992 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
6993
69942003-04-08 Richard M. Stallman <rms@gnu.org>
6995
6996 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
6997
69982003-02-13 Kim F. Storm <storm@cua.dk>
6999
7000 * objects.texi (Character Type): New \s escape for space.
7001
70022003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
7003
7004 * os.texi (System Environment): Added cygwin system-type.
7005
70062003-01-25 Richard M. Stallman <rms@gnu.org>
7007
7008 * keymaps.texi: Document that a symbol can act as a keymap.
7009
70102003-01-13 Richard M. Stallman <rms@gnu.org>
7011
7012 * text.texi (Changing Properties): Say string indices are origin-0.
7013
7014 * positions.texi (Screen Lines) <compute-motion>:
7015 Correct order of elts in return value.
7016
7017 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
7018 how to define a default binding.
7019
70202002-12-07 Markus Rost <rost@math.ohio-state.edu>
7021
7022 * loading.texi (Unloading): Fix recent change for load-history.
7023
7024 * customize.texi (Simple Types): Clarify description of custom
7025 type 'number. Describe new custom type 'float.
7026
70272002-12-04 Markus Rost <rost@math.ohio-state.edu>
7028
7029 * variables.texi (File Local Variables): Fix typo.
7030
c8763fb6 70312002-10-23 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
b8d4c8d0
GM
7032
7033 From Michael Albinus <Michael.Albinus@alcatel.de>.
7034
7035 * README: Target for Info file is `make info'.
7036
7037 * files.texi (File Name Components): Fixed typos in
7038 `file-name-sans-extension'.
7039 (Magic File Names): Complete list of operations for magic file
7040 name handlers.
7041
70422002-09-16 Jonathan Yavner <jyavner@engineer.com>
7043
7044 * variables.texi (File Local Variables): New function
7045 risky-local-variable-p.
7046
70472002-09-15 Jonathan Yavner <jyavner@engineer.com>
7048
7049 * functions.texi (Function safety): New node about unsafep.
7050
70512002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
7052
7053 * customize.texi (Splicing into Lists): Fixed example.
7054 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>
7055
70562002-06-17 Juanma Barranquero <lektu@terra.es>
7057
7058 * frames.texi (Display Feature Testing): Fix typo.
7059
70602002-06-12 Andreas Schwab <schwab@suse.de>
7061
7062 * frames.texi (Initial Parameters, Resources): Fix references to
7063 the Emacs manual.
7064
70652002-05-13 Kim F. Storm <storm@cua.dk>
7066
7067 * variables.texi (Intro to Buffer-Local): Updated warning and
7068 example relating to changing buffer inside let.
7069
c8763fb6 70702002-03-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
7071
7072 * os.texi (Session Management): New node about X Session management.
7073
70742002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
7075
7076 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
7077 to which the manual corresponds, and the copyright years.
7078
7079 * Makefile.in (VERSION): Set to 2.9.
7080
70812001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
7082
7083 * elisp.texi: Change the category in @dircategory to "Emacs", to
7084 make it consistent with info/dir.
7085
70862001-11-25 Miles Bader <miles@gnu.org>
7087
7088 * text.texi (Fields): Describe new `limit' arg in
7089 field-beginning/field-end.
7090
70912001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
7092
7093 * permute-index: Don't depend on csh-specific features. Replace
7094 the interpreter name with /bin/sh.
7095
7096 * two-volume-cross-refs.txt: New file.
7097 * two.el: New file.
7098 * spellfile: New file.
7099
71002001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
7101
7102 * permute-index: New file.
7103
7104 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
7105 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
7106 8+3 restricted namespace.
7107
7108 * Makefile.in (infodir): Define relative to $(srcdir).
7109 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
7110 include directories list via -I switch to makeinfo.
7111 (index.texi): Use cp if both hard and symbolic links fail.
7112
71132001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
7114
7115 * Makefile.in (distclean): Add.
7116
7117 The following changes make ELisp manual part of the Emacs
7118 distribution:
7119
7120 * Makefile.in: Add Copyright notice.
7121 (prefix): Remove.
7122 (infodir): Change value to "../info".
7123 (VPATH): New variable.
7124 (MAKE): Don't define.
7125 (texmacrodir): Don't define.
7126 (texinputdir): Append the existing value of TEXINPUTS.
7127 ($(infodir)/elisp): Instead of just "elisp". Reformat the
7128 command to be compatible with man/Makefile.in, and to put the
7129 output into ../info.
7130 (info): Add target.
7131 (installall): Target removed.
7132
c8763fb6 71332001-10-31 Pavel Janík <Pavel@Janik.cz>
b8d4c8d0
GM
7134
7135 * tips.texi (Coding Conventions): Fix typo.
7136
71372001-10-23 Gerd Moellmann <gerd@gnu.org>
7138
7139 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
7140
71412001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
7142
7143 * files.texi (File Name Components): Update the description of
7144 file-name-sans-extension and file-name-extension, as they now
7145 ignore leading dots.
7146
71472001-10-20 Gerd Moellmann <gerd@gnu.org>
7148
7149 * (Version 21.1 released.)
7150
71512001-10-19 Miles Bader <miles@gnu.org>
7152
7153 * positions.texi (Text Lines): Describe behavior of
7154 `beginning-of-line'/`end-of-line' in the presence of field properties.
7155
71562001-10-17 Gerd Moellmann <gerd@gnu.org>
7157
7158 * Makefile.in (VERSION): Set to 2.8.
7159 (manual): Use `manual-21'.
7160
7161 * elisp.texi (VERSION): Add and use it where the version
7162 number was used. Set it to 2.8.
7163
7164 * intro.texi: Likewise.
7165
71662001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
7167
7168 * files.texi (File Name Completion): Document the significance of
7169 a trailing slash in elements of completion-ignored-extensions.
7170
71712001-10-06 Miles Bader <miles@gnu.org>
7172
7173 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
7174
71752001-10-04 Gerd Moellmann <gerd@gnu.org>
7176
7177 * variables.texi (Variable Aliases): New node.
7178
71792001-10-04 Gerd Moellmann <gerd@gnu.org>
7180
7181 * Branch for 21.1.
7182
71832001-10-02 Miles Bader <miles@gnu.org>
7184
7185 * minibuf.texi (Minibuffer Misc): Add entries for
7186 `minibuffer-contents', `minibuffer-contents-no-properties', and
7187 `delete-minibuffer-contents'.
7188 Correct description for `minibuffer-prompt-end'.
7189
7190 * text.texi (Property Search): Correct descriptions of
7191 `next-char-property-change' and `previous-char-property-change'.
7192 Add entries for `next-single-char-property-change' and
7193 `previous-single-char-property-change'.
7194 Make operand names a bit more consistent.
7195
71962001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
7197
7198 * frames.texi (Finding All Frames): Document that next-frame and
7199 previous-frame are local to current terminal.
7200
72012001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
7202
7203 * keymaps.texi (Creating Keymaps): Fix the description of the
7204 result of make-keymap.
7205
72062001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
7207
7208 * display.texi (Font Lookup, Attribute Functions)
7209 (Image Descriptors): Add cross-references to the definition of
7210 selected frame.
7211
7212 * buffers.texi (The Buffer List): Add cross-references to the
7213 definition of selected frame.
7214
7215 * frames.texi (Input Focus): Clarify which frame is _the_ selected
7216 frame at any given time.
7217 (Multiple Displays, Size and Position): Add a cross-reference to
7218 the definition of the selected frame.
7219
72202001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
7221
7222 * strings.texi (String Conversion) <string-to-number>: Document
7223 that a float is returned for integers that are too large.
7224
7225 * frames.texi (Mouse Position): Document mouse-position-function.
7226 (Display Feature Testing): Document display-images-p.
7227 (Window Frame Parameters): Document the cursor-type variable.
7228
7229 * numbers.texi (Integer Basics): Document CL style read syntax for
7230 integers in bases other than 10.
7231
7232 * positions.texi (List Motion): Document
7233 open-paren-in-column-0-is-defun-start.
7234
7235 * lists.texi (Sets And Lists): Document member-ignore-case.
7236
7237 * internals.texi (Garbage Collection): Document the used and free
7238 strings report.
7239 (Memory Usage): Document strings-consed.
7240
7241 * os.texi (Time of Day): Document float-time.
7242 (Recording Input): Document that clear-this-command-keys clears
7243 the vector to be returned by recent-keys.
7244
7245 * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
7246 argument keymap can be a list.
7247
7248 * nonascii.texi (User-Chosen Coding Systems)
7249 <select-safe-coding-system>: Document the new argument
7250 accept-default-p and the variable
7251 select-safe-coding-system-accept-default-p. Tell what happens if
7252 buffer-file-coding-system is undecided.
7253 (Default Coding Systems): Document auto-coding-regexp-alist.
7254
7255 * display.texi (The Echo Area) <message>: Document
7256 message-truncate-lines.
7257 (Glyphs): Document that the glyph table is unused on windowed
7258 displays.
7259
7260 * help.texi (Describing Characters) <single-key-description>:
7261 Document the new argument no-angles.
7262 (Accessing Documentation) <documentation-property>: Document that
7263 a non-string property is evaluated.
7264 <documentation>: Document that the function-documentation property
7265 is looked for.
7266
7267 * windows.texi (Selecting Windows): Document some-window.
7268
7269 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
7270
7271 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
7272 apropos-mode-hook.
7273
7274 * commands.texi (Using Interactive): Document interactive-form.
7275 (Keyboard Macros): Document kbd-macro-termination-hook.
7276 (Command Loop Info): Document that clear-this-command-keys clears
7277 the vector to be returned by recent-keys.
7278
72792001-09-04 Werner LEMBERG <wl@gnu.org>
7280
7281 * Makefile.in (srcdir, texinputdir): New variables.
7282 (srcs, index.texi, install): Use $(srcdir).
7283 (.PHONY): Remove elisp.dvi.
7284 (elisp): Use -I switch for makeinfo.
7285 (elisp.dvi): Use $(srcdir) and $(texinputdir).
7286 (installall, dist): Use $(srcdir).
7287 Fix path to texinfo.tex.
7288 (maintainer-clean): Add elisp.dvi and elisp.oaux.
7289
72902001-08-30 Gerd Moellmann <gerd@gnu.org>
7291
7292 * display.texi (Conditional Display): Adjust to API change.
7293
7294 * configure: New file.
7295
72962001-07-30 Gerd Moellmann <gerd@gnu.org>
7297
7298 * commands.texi (Repeat Events): Add description of
7299 double-click-fuzz.
7300
73012001-05-08 Stefan Monnier <monnier@cs.yale.edu>
7302
7303 * syntax.texi (Syntax Class Table): Add the missing designator for
7304 comment and string fences.
7305 (Syntax Properties): Add a xref to syntax table internals.
7306 (Syntax Table Internals): Document string-to-syntax.
7307
73082001-05-07 Gerd Moellmann <gerd@gnu.org>
7309
7310 * Makefile.in (install): Use install-info command line options
7311 like in Emacs' Makefile.in.
7312
73132000-12-09 Miles Bader <miles@gnu.org>
7314
7315 * windows.texi (Window Start): Update documentation for
7316 `pos-visible-in-window-p'.
7317
73182000-11-12 Stefan Monnier <monnier@cs.yale.edu>
7319
7320 * lists.texi (Building Lists): Add footnote to explain how to add
7321 to the end of a list.
7322
73232000-10-25 Gerd Moellmann <gerd@gnu.org>
7324
7325 * files.texi (Visiting Functions): Typos.
7326
73272000-10-25 Kenichi Handa <handa@etl.go.jp>
7328
7329 * files.texi (Visiting Functions): Return value of
7330 find-file-noselect may be a list of buffers if wildcards are used.
7331
73322000-10-24 Miles Bader <miles@lsi.nec.co.jp>
7333
7334 * display.texi (Defining Faces): Document `graphic' display type
7335 in face specs.
7336
b344d29d 73372000-10-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
b8d4c8d0
GM
7338
7339 * hooks.texi (Standard Hooks): Replace obsolete
7340 `after-make-frame-hook' with `after-make-frame-functions'.
7341
7342 * frames.texi (Creating Frames): Ditto.
7343
7344 * variables.texi (Future Local Variables): Ditto.
7345
73462000-10-16 Gerd Moellmann <gerd@gnu.org>
7347
7348 * display.texi (Other Image Types): Add description of :foreground
7349 and :background properties of mono PBM images.
7350
73512000-08-17 Werner LEMBERG <wl@gnu.org>
7352
7353 * .cvsignore: New file.
7354
73552000-01-05 Gerd Moellmann <gerd@gnu.org>
7356
7357 * tindex.pl: New script.
7358
73591999-12-03 Dave Love <fx@gnu.org>
7360
7361 * Makefile.in (MAKEINFO): New parameter.
7362
73631999-09-17 Richard Stallman <rms@gnu.org>
7364
7365 * Makefile.in (srcs): Add hash.texi.
7366 (VERSION): Update to 20.6.
7367
73681999-09-13 Richard Stallman <rms@gnu.org>
7369
7370 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
7371
73721998-08-29 Karl Heuer <kwzh@gnu.org>
7373
7374 * configure.in: New file.
7375 * Makefile.in: Renamed from Makefile.
7376 (prefix, infodir): Use value obtained from configure.
7377 (emacslibdir): Obsolete variable deleted.
7378 (dist): Distribute configure.in, configure, Makefile.in.
7379
73801998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
7381
7382 * Makefile (INSTALL_INFO): New variable.
7383 (install): Run install-info.
7384
73851998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
7386
7387 * Makefile (elisp.dvi): Add missing backslash.
7388
73891998-05-02 Richard Stallman <rms@psilocin.gnu.org>
7390
7391 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
7392 Run texindex without `./'. Always run texindex on elisp.tp.
7393 (elisp.tps): Target deleted.
7394
73951998-04-05 Richard Stallman <rms@psilocin.gnu.org>
7396
7397 * Makefile (srcs): Add nonascii.texi and customize.texi.
7398 (dist): Start by deleting `temp'.
7399
74001998-02-17 Richard Stallman <rms@psilocin.gnu.org>
7401
7402 * Makefile (makeinfo, texindex): Targets deleted.
7403 (makeinfo.o, texindex.o): Targets deleted.
7404 (clean, dist): Don't do anything with them or with getopt*.
7405
74061998-01-30 Richard Stallman <rms@psilocin.gnu.org>
7407
7408 * Makefile (SHELL): Defined.
7409
74101998-01-27 Richard Stallman <rms@psilocin.gnu.org>
7411
7412 * Makefile (elisp.tps): New target.
7413 (elisp.dvi): Depend on elisp.tps.
7414
c5602427 74151996-04-03 Karl Heuer <kwzh@gnu.ai.mit.edu>
b8d4c8d0
GM
7416
7417 * README: Update phone number.
7418
7419 * Makefile (elisp): Make this be the default target.
7420 Depend on makeinfo.c instead of makeinfo.
7421 (install): Don't depend on elisp.dvi, since we don't install that.
7422 Use mkinstalldirs.
7423 (dist): Add mkinstalldirs.
7424
c5602427 74251995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
b8d4c8d0
GM
7426
7427 * Makefile (VERSION): Update version number.
7428 (maintainer-clean): Renamed from realclean.
7429
c5602427 74301995-06-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
b8d4c8d0
GM
7431
7432 * Makefile (realclean): New target.
7433 (elisp): Remove any old elisp-* files first.
7434
c5602427 74351993-11-23 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
b8d4c8d0
GM
7436
7437 * Makefile (VERSION): New variable.
7438 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
7439 Compressed file suffix should be `.gz', not `.z'.
7440
ce058493 74411993-11-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
7442
7443 * Makefile (elisp): Depend on makeinfo.
7444
c5602427 74451993-11-19 Noah Friedman (friedman@gnu.ai.mit.edu)
b8d4c8d0
GM
7446
7447 * Makefile (srcs): Add anti.texi.
7448
c5602427 74491993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
7450
7451 * Makefile (infodir, prefix): New vars.
7452 (install): Use infodir.
7453 (emacsinfodir): Deleted.
7454
c5602427 74551993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
7456
7457 * Makefile (srcs): Add calendar.texi.
7458
7459 * Makefile (dist): Copy texindex.c and makeinfo.c.
7460 Limit elisp-* files to those with one or two digits.
7461
c5602427 74621993-05-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
7463
7464 * Makefile (dist): Changed to use Gzip instead of compress.
7465
c5602427 74661993-04-23 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
7467
7468 * loading.texi (Unloading): define-function changed back to
7469 defalias. It may not stay this way, but at least it's
7470 consistent with the known-good version of the code patch.
7471
c5602427 74721993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
b8d4c8d0
GM
7473
7474 * modes.texi (Hooks): Document new optional arg of add-hook.
7475
c5602427 74761993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
7477
7478 * variables.texi: Document nil initial value of buffer-local variables.
7479
7480 * tips.texi: Add new section on standard library headers.
7481
c5602427 74821993-02-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
7483
7484 * Makefile (srcs): Add frame.texi to the list of sources.
7485
c5602427 74861993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
7487
7488 * Makefile (dist): Don't bother excluding autosave files; they'll
7489 never make it into the temp directory anyway, and the hash marks
7490 in the name are problematic for make and the Bourne shell.
7491 (srcs):
7492
c5602427 74931993-02-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
7494
7495 * Makefile (dist): Don't include backup files or autosave files in
7496 the distribution tar file.
7497
c5602427 74981991-11-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
7499
7500 * Makefile (srcs): Added index.perm.
7501 (elisp.dvi): Remove erroneous shell comment.
7502 Expect output of permute-index in permuted.fns.
7503 Save old elisp.aux in elisp.oaux.
7504 (clean): Added index.texi to be deleted.
7505
c5602427 75061990-08-11 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
7507
7508 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
7509
c5602427 75101990-06-26 David Lawrence (tale@geech)
b8d4c8d0
GM
7511
7512 * files.texi: Noted that completion-ignored-extensions is ignored
7513 when making *Completions*.
7514
3e868ee3 75151990-06-08 Jay Fenlason (hack@ai.mit.edu)
b8d4c8d0
GM
7516
7517 * Makefile make dist now depends on elisp.dvi, since it tries
7518 to include it in the dist file.
7519
c5602427 75201990-03-28 Jim Kingdon (kingdon@mole.ai.mit.edu)
b8d4c8d0 7521
c5602427 7522 * functions.texinfo (Mapping Functions): Add missing quote.
b8d4c8d0 7523
c5602427 75241989-06-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
7525
7526 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
7527 (defunargs): Turn off \hyphenchar of \sl font temporarily.
7528
c5602427 75291989-05-10 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
7530
7531 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
7532 and @error{} are the terms now being used. The files in the
7533 directory have been changed to reflect this.
7534
7535 * All instances of @indentedresultt{} have been changed to
7536 ` @result{}', using 5 spaces at the begining of the line.
7537
c5602427 75381989-04-24 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
7539
7540 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
7541 experimental @indentedresult{}, @indentedexpandsto{} are part of
7542 the texinfo.tex in this directory. These TeX macros are not
7543 stable yet.
7544
c5602427 75451989-04-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
7546
7547 * texinfo.tex: Temporarily added
7548 \let\result=\dblarrow
7549 \def\error{{\it ERROR} \longdblarrow}
7550 We need to do this better soon.
7551
c5602427 75521989-04-11 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
7553
7554 * Applied Karl Berry's patches to *.texinfo files, but not to
7555 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
7556 new title page format is also not applied, since it requires
7557 texinfo.tex changes.)
7558
7559 * Cleaned up `Makefile' and defined the `emacslibdir' directory
7560 for the Project GNU development environment.
7561
7562;; Local Variables:
c8763fb6 7563;; coding: utf-8
b8d4c8d0
GM
7564;; add-log-time-zone-rule: t
7565;; End:
7566
352c8b4a 7567 Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
6ed161e1 7568 2007, 2008, 2009 Free Software Foundation, Inc.
b8d4c8d0
GM
7569
7570 This file is part of GNU Emacs.
7571
352c8b4a 7572 GNU Emacs is free software: you can redistribute it and/or modify
b8d4c8d0 7573 it under the terms of the GNU General Public License as published by
352c8b4a
GM
7574 the Free Software Foundation, either version 3 of the License, or
7575 (at your option) any later version.
b8d4c8d0
GM
7576
7577 GNU Emacs is distributed in the hope that it will be useful,
7578 but WITHOUT ANY WARRANTY; without even the implied warranty of
7579 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
7580 GNU General Public License for more details.
7581
7582 You should have received a copy of the GNU General Public License
352c8b4a 7583 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
b8d4c8d0
GM
7584
7585;;; arch-tag: 985ae0ce-df29-475b-b3f8-4bbcbf6f7fda