quick-install-emacs: Be more clever about locating info directory
[bpt/emacs.git] / doc / lispref / ChangeLog
CommitLineData
955964d7
CY
12009-03-10 Chong Yidong <cyd@stupidchicken.com>
2
3 * macros.texi (Compiling Macros): Omit misleading sentence, which
4 implied that macros can only be used in the same file they are
5 defined.
6 (Backquote): Remove obsolete information about Emacs 19.
7
d25ed7db
GM
82009-03-05 John Foerch <jjfoerch@earthlink.net> (tiny change)
9
10 * display.texi (Display Margins): Fix paren typo.
11
d55f6ca5
CY
122009-02-27 Chong Yidong <cyd@stupidchicken.com>
13
f0e57ed8
CY
14 * elisp.texi (Top): Update node listing.
15
16 * variables.texi (Variables): Clarify introduction.
17 (Global Variables): Mention that setq is a special form.
18 (Local Variables): Use active voice.
19 (Tips for Defining): Mention marking variables as safe.
20 (Buffer-Local Variables): Mention terminal-local and frame-local
21 variables together.
22 (File Local Variables): Copyedits.
23 (Frame-Local Variables): Note that they are not really useful.
24 (Future Local Variables): Node deleted.
25
d55f6ca5
CY
26 * objects.texi (General Escape Syntax): Update explanation of
27 unicode escape syntax.
28
ca8f09a8
CY
292009-02-23 Chong Yidong <cyd@stupidchicken.com>
30
31 * control.texi (Control Structures): Add cindex entry for "textual
32 order".
33
34 * eval.texi (Intro Eval): Copyedits. Standardize on "form"
35 instead of "expression" throughout.
36 (Function Indirection): Copyedits. Use active voice.
37 (Eval): The default value of max-lisp-eval-depth is now 400.
38
a20878b6
MB
392009-02-23 Miles Bader <miles@gnu.org>
40
41 * processes.texi (System Processes): Rename `system-process-attributes'
42 to `process-attributes'.
43
61f66044
CY
442009-02-22 Chong Yidong <cyd@stupidchicken.com>
45
1b80d1f3
CY
46 * symbols.texi (Property Lists): Emphasize that property lists are
47 not restricted to symbol cells.
48 (Other Plists): Copyedit.
49
61f66044
CY
50 * sequences.texi (Sequences Arrays Vectors): Make introduction
51 more concise.
52 (Arrays): Mention char-tables and bool-vectors too.
53 (Vectors): Don't repeat information given in Arrays node. Link to
54 nodes that explain the vector usage examples.
55 (Char-Tables): Note that char-table elements can have arbitrary
56 type. Explain effect of omitted char-table-extra-slots property.
8a63cf41 57 Link to Property Lists node.
61f66044 58
9403944b
CY
592009-02-22 Chong Yidong <cyd@stupidchicken.com>
60
61 * lists.texi (Building Lists): Remove obsolete Emacs 20 usage of
62 `append'.
4068c7b4 63 (List Elements): Copyedits.
9403944b
CY
64
65 * sequences.texi (Vector Functions): Remove obsolete Emacs 20 use
66 of `vconcat'.
67
68 * strings.texi (Creating Strings): Copyedits. Remove obsolete
69 Emacs 20 usage of `concat'.
70 (Case Conversion): Copyedits.
71
b87a185f
CY
722009-02-21 Chong Yidong <cyd@stupidchicken.com>
73
74 * objects.texi (Lisp Data Types, Syntax for Strings, Buffer Type):
75 Minor edits.
76 (Frame Configuration Type): Emphasize that it is not primitive.
77 (Font Type): New node.
78 (Type Predicates): Add fontp; type-of now recognizes font object
79 types.
80
81 * intro.texi (Version Info): Update version numbers in examples.
82 (Acknowledgements): List more contributors.
83
84 * elisp.texi: Bump version number to 3.0.
85 (Top): Link to Font Type node.
86
867d4bb3
JB
872009-02-20 Juanma Barranquero <lekktu@gmail.com>
88
89 * modes.texi (Major Mode Conventions): Remove duplicate words.
90 (Customizing Keywords): Fix typo.
91
77730170
EZ
922009-02-14 Eli Zaretskii <eliz@gnu.org>
93
94 * nonascii.texi (User-Chosen Coding Systems): Document that
95 select-safe-coding-system suggests raw-text if there are raw bytes
96 in the region.
97 (Explicit Encoding): Warn not to use `undecided' when encoding.
98
c8736212
GM
992009-02-11 Glenn Morris <rgm@gnu.org>
100
101 * frames.texi (Visibility of Frames): Mention the effect multiple
102 workspaces/desktops can have on visibility.
103
ab992d66
EZ
1042009-02-07 Eli Zaretskii <eliz@gnu.org>
105
c8736212
GM
106 * text.texi (Commands for Insertion):
107 * commands.texi (Event Mod):
108 * keymaps.texi (Searching Keymaps):
ab992d66
EZ
109 * nonascii.texi (Translation of Characters): Reinstate
110 documentation of translation-table-for-input.
7d2a859f
EZ
111 (Explicit Encoding): Document the `charset' text property produced
112 by decode-coding-region and decode-coding-string.
ab992d66 113
e651a255
AM
1142009-01-27 Alan Mackenzie <acm@muc.de>
115
116 * modes.texi (Search-based Fontification): Correct a typo.
117
bc5cde4b
JB
1182009-01-25 Juanma Barranquero <lekktu@gmail.com>
119
120 * abbrevs.texi (Abbrev Table Properties): Fix typo.
121 Reported by Seweryn Kokot <sewkokot@gmail.com>. (Bug#2039)
122
3533155b
EZ
1232009-01-24 Eli Zaretskii <eliz@gnu.org>
124
f721deda
EZ
125 * display.texi (Window Systems): Document the value of
126 `initial-window-system' under --daemon.
127
3533155b
EZ
128 * os.texi (System Environment): Remove description of the
129 `environment' function which has been deleted.
130
f79b43b2
DN
1312009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
132
133 * frames.texi (Multiple Displays): Remove documentation for
134 removed function make-frame-on-tty.
135
e3aa6669
CY
1362009-01-22 Chong Yidong <cyd@stupidchicken.com>
137
138 * files.texi (Format Conversion Piecemeal): Clarify behavior of
139 write-region-annotate-functions. Document
140 write-region-post-annotation-function.
141
fb13a416
CY
1422009-01-19 Chong Yidong <cyd@stupidchicken.com>
143
144 * display.texi (Font Lookup): Document WIDTH argument of
145 x-list-fonts.
146
02eccf6b
EZ
1472009-01-17 Eli Zaretskii <eliz@gnu.org>
148
ead3f58d
EZ
149 * maps.texi (Standard Keymaps): Rename function-key-map to
150 local-function-key-map.
151
152 * keymaps.texi (Translation Keymaps): Rename function-key-map to
153 local-function-key-map.
154
155 * nonascii.texi (Terminal I/O Encoding): `keyboard-coding-system'
156 and `set-keyboard-coding-system' now accept an optional terminal
157 argument.
158
159 * commands.texi (Event Mod): `keyboard-translate-table' is now
160 terminal-local.
161 (Function Keys): Rename function-key-map to
162 local-function-key-map.
163
df05a163
EZ
164 * elisp.texi (Top): Make @detailmenu be consistent with changes in
165 frames.texi.
166
0ed8034e 167 * hooks.texi (Standard Hooks): Document `delete-frame-functions'
490f1197
EZ
168 `delete-terminal-functions', `suspend-tty-functions' and
169 `resume-tty-functions'.
0ed8034e
EZ
170
171 * frames.texi (Frames): Document `frame-terminal' and
172 `terminal-live-p'.
173 (Multiple Displays): Document `make-frame-on-tty'.
174 (Multiple Terminals): Document `terminal-list', `delete-terminal',
175 `terminal-name', and `get-device-terminal'.
490f1197
EZ
176 (Terminal Parameters): Document `terminal-parameters',
177 `terminal-parameter', and `set-terminal-parameter'.
0ed8034e
EZ
178
179 * os.texi (System Environment): Document `environment' and
180 `initial-environment'.
490f1197
EZ
181 (Suspending Emacs): Update for multi-tty; document
182 `suspend-tty', `resume-tty', and `controlling-tty-p'.
0ed8034e 183
02eccf6b
EZ
184 * nonascii.texi (Coding System Basics): More accurate description
185 of `raw-text'.
186
f19fea97
JB
1872009-01-12 Juanma Barranquero <lekktu@gmail.com>
188
189 * display.texi (Low-Level Font): Fix typo.
190
16fa292f
CY
1912009-01-10 Chong Yidong <cyd@stupidchicken.com>
192
193 * elisp.texi (Top): Update node listing.
194
195 * display.texi (PostScript Images): Node deleted.
196
0b4faef3
EZ
1972009-01-10 Eli Zaretskii <eliz@gnu.org>
198
3355f04d
EZ
199 * processes.texi (Decoding Output): Document that null bytes force
200 no-conversion for reading process output.
201
202 * files.texi (Reading from Files): Document that null bytes force
203 no-conversion when visiting files.
204
538395d9
EZ
205 * processes.texi (Serial Ports): Improve wording, suggested by
206 RMS.
207
0b4faef3
EZ
208 * nonascii.texi (Lisp and Coding Systems): Document
209 inhibit-null-byte-detection and inhibit-iso-escape-detection.
c06ea95e 210 (Character Properties): Improve wording.
0b4faef3 211
ce9cf065
CY
2122009-01-09 Chong Yidong <cyd@stupidchicken.com>
213
214 * display.texi (Font Lookup): Remove obsolete function
215 x-font-family-list. x-list-fonts accepts Fontconfig/GTK syntax.
216 (Low-Level Font): Rename from Fonts, move to end of Faces section.
217 (Font Selection): Reorder order of variable descriptions. Minor
218 clarifications.
219
220 * elisp.texi (Top): Update node listing.
221
ab756fb3
GM
2222009-01-09 Glenn Morris <rgm@gnu.org>
223
224 * commands.texi (Command Loop Info): Say that last-command-char and
225 last-input-char are obsolete aliases.
226
227 * edebug.texi (Edebug Recursive Edit): Remove separate references to
228 last-input-char and last-command-char, since they are just aliases for
229 last-input-event and last-command-event.
230
231 * minibuf.texi (Minibuffer Commands): Use last-command-event rather than
232 last-command-char.
233
6b2b8ab1
CY
2342009-01-08 Chong Yidong <cyd@stupidchicken.com>
235
236 * elisp.texi: Update node listing.
237
238 * display.texi (Faces): Put Font Selection node after Auto Faces.
239 (Face Attributes): Don't link to Font Lookup. Document
240 font-family-list.
241 (Fonts): New node.
242
3568e767
JR
2432009-01-08 Jason Rumney <jasonr@gnu.org>
244
245 * frames.texi (Pointer Shape): Clarify that only X supports
246 changing the standard pointer shapes. (Bug#1485)
247
6221c8db
CY
2482009-01-08 Chong Yidong <cyd@stupidchicken.com>
249
250 * display.texi (Attribute Functions): Note that a function value
251 :height is relative, and that compatibility functions work by
252 calling set-face-attribute.
253 (Displaying Faces): Reorder list in order of increasing priority.
254 (Face Remapping): New node. Content moved here from Displaying
255 Faces.
256 (Glyphs): Link to Face Functions.
257
e3d3799a
CY
2582009-01-08 Chong Yidong <cyd@stupidchicken.com>
259
260 * display.texi (Faces): Don't discuss face id here. facep does
261 not return t.
262 (Defining Faces): Minor clarification.
263 (Face Attributes): Rearrange items to match docstring of
264 set-face-attribute. Add :foundry attribute. Document new role of
265 :font attribute. Texinfo usage fix.
266 (Attribute Functions): Copyedits.
267 (Face Functions): Note that face number is seldom used.
268
638a2457
RS
2692009-01-05 Richard M Stallman <rms@gnu.org>
270
271 * strings.texi (Predicates for Strings): Minor clarification.
272
273 * functions.texi (Function Safety): Texinfo usage fix.
274
49ea0074
JB
2752009-01-04 Eduard Wiebe <usenet@pusto.de> (tiny patch)
276
277 * objects.texi (General Escape Syntax): Fix typo.
278
9f822178
MR
2792009-01-03 Martin Rudalics <rudalics@gmx.at>
280
281 * windows.texi (Choosing Window): Say that pop-up-frame-alist
282 works via the default value of pop-up-frame-function.
283
af34ad36
EZ
2842009-01-02 Eli Zaretskii <eliz@gnu.org>
285
286 * processes.texi (System Processes): Document the `time' and
287 `ctime' attributes of `system-process-attributes'.
288
d31f6679
CY
2892009-01-01 Chong Yidong <cyd@stupidchicken.com>
290
291 * display.texi (Face Attributes): Clarify :height attribute.
292
174dc00c
MR
2932008-12-31 Martin Rudalics <rudalics@gmx.at>
294
295 * buffers.texi (The Buffer List): Clarify what moves a buffer to
296 the front of the buffer list. Add entries for `last-buffer' and
297 `unbury-buffer'.
298
b8afe7e4
EZ
2992008-12-27 Eli Zaretskii <eliz@gnu.org>
300
d14030f5
EZ
301 * elisp.texi (Top): Add @detailmenu items for "Multiple Terminals"
302 and its subsections.
303
304 * frames.texi (Multiple Terminals, Low-level Terminal)
305 (Terminal Parameters, Frames on Other TTY devices): New sections.
306 (Frames): Add an xref to "Multiple Terminals".
307
765980a4
EZ
308 * elisp.texi (Top): Add @detailmenu item for "Terminal Type".
309
310 * objects.texi (Terminal Type): New node.
311 (Editing Types): Add it to the menu.
312
47bd5577
EZ
313 * elisp.texi (Top): Add a @detailmenu item for "Directory Local
314 Variables".
315
eb22b78c 316 * variables.texi (Directory Local Variables): New node.
47bd5577 317 (Variables): Add a menu item for it.
eb22b78c 318
b8afe7e4
EZ
319 * loading.texi (Autoload): Document `generate-autoload-cookie' and
320 `generated-autoload-file'.
321
77bb0476
EZ
3222008-12-20 Eli Zaretskii <eliz@gnu.org>
323
028e2c19
EZ
324 * os.texi (Startup Summary): Add xref to documentation of
325 `initial-window-system'.
326
77bb0476
EZ
327 * display.texi (Window Systems): Document `window-system' the
328 function. The variable `window-system' is now frame-local.
028e2c19 329 Document `initial-window-system'.
77bb0476 330
dda87836
MR
3312008-12-19 Martin Rudalics <rudalics@gmx.at>
332
333 * windows.texi (Windows): Rewrite description of
334 fit-window-to-buffer.
335
caef3ed2
GM
3362008-12-13 Glenn Morris <rgm@gnu.org>
337
338 * modes.texi (Font Lock Basics): Fix level description. (Bug#1534)
339 (Levels of Font Lock): Refer to font-lock-maximum-decoration.
340
21c58e4d
GM
3412008-12-12 Glenn Morris <rgm@gnu.org>
342
343 * debugging.texi (Error Debugging): Refer forwards to
344 eval-expression-debug-on-error.
345
af38459f
EZ
3462008-12-05 Eli Zaretskii <eliz@gnu.org>
347
5dedd9b5
EZ
348 * strings.texi (String Basics): Only unibyte strings that
349 represent key sequences hold 8-bit raw bytes.
350
af38459f
EZ
351 * nonascii.texi (Coding System Basics): Rewrite @ignore'd
352 paragraph to speak about `undecided'.
353 (Character Properties): Don't explain the meaning of each
354 property; instead, identify their Unicode Standard names.
b3f1f4a5 355 (Character Sets): Document `map-charset-chars'.
af38459f 356
fa047ae7
GM
3572008-12-02 Glenn Morris <rgm@gnu.org>
358
359 * files.texi (Format Conversion Round-Trip): Rewrite format-write-file
360 section yet again.
361
47dbc044
EZ
3622008-11-29 Eli Zaretskii <eliz@gnu.org>
363
98d05998
EZ
364 * nonascii.texi (Character Properties): New Section.
365 (Specifying Coding Systems): Document
366 `coding-system-priority-list', `set-coding-system-priority', and
367 `with-coding-priority'.
368 (Lisp and Coding Systems): Document `check-coding-systems-region'
369 and `coding-system-charset-list'.
370 (Coding System Basics): Document `coding-system-aliases'.
371
372 * elisp.texi (Top): Add a @detailmenu entry for "Character
373 Properties".
374
47dbc044
EZ
375 * objects.texi (Character Type): Correct the range of Emacs
376 characters. Add an @xref to "Character Codes".
377
378 * strings.texi (String Basics): Add an @xref to "Character Codes".
379
380 * numbers.texi (Integer Basics): Add an @xref to `max-char'.
381
382 * nonascii.texi (Explicit Encoding): Update for Emacs 23.
383 (Character Codes): Document `max-char'.
384
8b80cdf5
EZ
3852008-11-28 Eli Zaretskii <eliz@gnu.org>
386
387 * nonascii.texi (Text Representations, Converting Representations)
388 (Character Sets, Scanning Charsets, Translation of Characters):
389 Make text more accurate.
390
a99dceba
GM
3912008-11-28 Glenn Morris <rgm@gnu.org>
392
393 * files.texi (Format Conversion Round-Trip): Improve previous change.
394
f6dc3bed
CY
3952008-11-26 Chong Yidong <cyd@stupidchicken.com>
396
397 * modes.texi (Auto Major Mode): Fix example.
398
5da9413d
GM
3992008-11-25 Glenn Morris <rgm@gnu.org>
400
401 * control.texi (Signaling Errors): Fix `wrong-type-argument' name.
402
403 * files.texi (Format Conversion Round-Trip):
404 Use active voice for previous change.
405
fcca848c
CY
4062008-11-25 Chong Yidong <cyd@stupidchicken.com>
407
408 * os.texi (Processor Run Time):
409 * processes.texi (Transaction Queues):
410 * markers.texi (The Mark):
411 * windows.texi (Choosing Window, Selecting Windows):
412 * files.texi (Changing Files, Magic File Names):
413 * commands.texi (Key Sequence Input):
414 * functions.texi (Declaring Functions):
415 * strings.texi (Predicates for Strings):
416 * intro.texi (nil and t): Fix typos (pointed out by Drew Adams).
417
36c8dc54
CY
4182008-11-24 Chong Yidong <cyd@stupidchicken.com>
419
420 * help.texi (Accessing Documentation): Update example.
421
422 * variables.texi (Defining Variables): Note that `*' is not
423 necessary if defcustom is used.
424
2a79b242
EZ
4252008-11-22 Eli Zaretskii <eliz@gnu.org>
426
427 * elisp.texi (Top): Remove "Chars and Bytes" and "Splitting
428 Characters" from @detailmenu.
429
430 * nonascii.texi (Character Codes, Character Sets)
431 (Scanning Charsets, Translation of Characters): Update for Emacs 23.
432 (Chars and Bytes, Splitting Characters): Sections removed.
433
392f0d26
LK
4342008-11-22 Lute Kamstra <lute@gnu.org>
435
436 * positions.texi (Text Lines): Update goto-line documentation.
437
af1a5cd5
MR
4382008-11-21 Martin Rudalics <rudalics@gmx.at>
439
6a4cfb0c
MR
440 * frames.texi (Frames): Fix typo, add cross references, reword.
441 (Initial Parameters): Reword special-display-frame-alist text.
442 (Frames and Windows): Reword. Describe argument norecord for
443 set-frame-selected-window.
444 (Input Focus): Describe argument norecord for select-frame.
445 Remove comment on MS-Windows behavior for focus-follows-mouse.
446 (Raising and Lowering): Mention windows-frames dichotomy in
447 metaphor.
448
af1a5cd5
MR
449 * windows.texi (Displaying Buffers, Vertical Scrolling)
450 (Horizontal Scrolling): Fix indenting and rewording issues
451 introduced with 2008-11-07 change.
452
c249fa9c
GM
4532008-11-20 Glenn Morris <rgm@gnu.org>
454
455 * files.texi (Format Conversion Round-Trip): Mention `preserve'
456 element of `format-alist'.
457
204d4665
GM
4582008-11-19 Glenn Morris <rgm@gnu.org>
459
460 * doclicense.texi: Update to FDL 1.3.
461 * elisp.texi, vol1.texi, vol2.texi: Relicense under FDL 1.3 or later.
462
cc0910af
CY
4632008-11-18 Chong Yidong <cyd@stupidchicken.com>
464
efe6e7c4
CY
465 * windows.texi (Window Hooks): Remove *-end-trigger-functions
466 vars, which are obsolete. Mention jit-lock-register.
467
468 * modes.texi (Other Font Lock Variables): Document
469 jit-lock-register and jit-lock-unregister.
470
cc0910af
CY
471 * frames.texi (Color Parameters): Document alpha parameter.
472
aeeedf76
MR
4732008-11-16 Martin Rudalics <rudalics@gmx.at>
474
475 * windows.texi (Splitting Windows, Deleting Windows)
476 (Selecting Windows, Cyclic Window Ordering)
477 (Buffers and Windows, Displaying Buffers, Choosing Window)
478 (Dedicated Windows, Window Point, Window Start and End)
479 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling)
480 (Size of Window, Resizing Windows, Window Configurations)
481 (Window Parameters): Avoid @var at beginning of sentences and
482 reword accordingly.
483
4c565c5c
LK
4842008-11-11 Lute Kamstra <lute@gnu.org>
485
486 * files.texi (File Name Components): Fix file-name-extension
487 documentation.
488
25f494c9
JB
4892008-11-11 Juanma Barranquero <lekktu@gmail.com>
490
491 * frames.texi (Basic Parameters): Remove display-environment-variable
492 and term-environment-variable.
493
a1401ab1
EZ
4942008-11-08 Eli Zaretskii <eliz@gnu.org>
495
496 * windows.texi (Basic Windows, Splitting Windows)
497 (Deleting Windows, Selecting Windows, Cyclic Window Ordering)
498 (Buffers and Windows, Displaying Buffers, Dedicated Windows)
25f494c9
JB
499 (Resizing Windows, Window Configurations, Window Parameters):
500 Fix wording and markup.
a1401ab1 501
efafc282
MR
5022008-11-07 Martin Rudalics <rudalics@gmx.at>
503
504 * windows.texi (Windows): Update entries.
505 (Basic Windows): Remove listing of attributes. Reword.
86ab855a 506 (Splitting Windows, Deleting Windows): Reword.
efafc282
MR
507 (Selecting Windows, Cyclic Window Ordering): Reword with special
508 emphasis on order of recently selected windows and buffer list.
86ab855a
MR
509 (Buffers and Windows, Choosing Window): Reword with special
510 emphasis on dedicated windows.
511 (Displaying Buffers): Reword. For switch-to-buffer mention that
512 it may fall back on pop-to-buffer. For other-window try to
513 explain how it treats the cyclic ordering of windows.
efafc282
MR
514 (Dedicated Windows): New node and section discussing dedicated
515 windows and associated functions.
86ab855a 516 (Window Point): Add entry for window-point-insertion-type. Reword.
efafc282
MR
517 (Window Start and End): Rename node and section title. Reword.
518 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling):
519 Minor rewording.
520 (Size of Window): Reword, in particular text on window-width.
521 (Resizing Windows): Reword. Add text on balancing windows.
522 (Window Configurations): Reword. Mention window parameters.
523 (Window Parameters): New node and section on window parameters.
524 (Window Hooks): Reword. Mention that
525 window-configuration-change-hook is run "buffer-locally".
526 * elisp.texi (Top): Update Windows entries in @detailmenu
527 section.
528
d60a8ab2
JB
5292008-11-04 Juanma Barranquero <lekktu@gmail.com>
530
531 * searching.texi (Regexp Search): Fix typo.
532
01777627
CY
5332008-11-03 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
534
535 * searching.texi (Regexp Search): Document GREEDY arg.
536 (Simple Match Data): Fix return value.
537
c4526e93
EZ
5382008-11-01 Eli Zaretskii <eliz@gnu.org>
539
540 * nonascii.texi (Text Representations): Rewrite to make consistent
541 with Emacs 23 internal representation of characters. Document
542 `unibyte-string'.
543
fe2ae8b5
CY
5442008-10-28 Chong Yidong <cyd@stupidchicken.com>
545
546 * processes.texi (Process Information): Note that process-status
547 does not accept buffer names.
548
cc5a21e3
CY
5492008-10-27 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
550
551 * positions.texi (Skipping Characters): Correct return value of
552 skip-chars-forward.
553
09460d9a
MR
5542008-10-25 Martin Rudalics <rudalics@gmx.at>
555
520b29e7
MR
556 * windows.texi (Deleting Windows): Update documentation of
557 delete-windows-on.
558 (Buffers and Windows): Update documentations of
559 get-buffer-window and get-buffer-window-list.
560 (Displaying Buffers): Update documentation of
561 replace-buffer-in-windows.
562
09460d9a
MR
563 * buffers.texi (Current Buffer): Reword set-buffer and
564 with-current-buffer documentations.
565 (Creating Buffers): Reword documentation of get-buffer-create.
566
4d48fcdc
MR
5672008-10-23 Martin Rudalics <rudalics@gmx.at>
568
569 * buffers.texi (Current Buffer): Reword documentation of
570 set-buffer.
571 (Buffer Names): Reword documentation of buffer-name.
572 (The Buffer List): For bury-buffer explain what happens with the
573 buffer's window.
574 (Creating Buffers): Say that get-buffer-create's arg is called
575 buffer-or-name.
576
f0143c43
CY
5772008-10-22 Chong Yidong <cyd@stupidchicken.com>
578
3e5dbbd3
CY
579 * advice.texi (Computed Advice): Explain what DEFINITION is.
580
f0143c43
CY
581 * nonascii.texi (Character Codes): Remove obsolete function
582 char-valid-p, and document characterp instead.
583
52a94b85
MR
5842008-10-22 Martin Rudalics <rudalics@gmx.at>
585
586 * windows.texi (Displaying Buffers): Reword documentation of
587 pop-to-buffer.
588 (Choosing Window): Rewrite documentation of display-buffer and
589 its options.
590
f76f8246
MR
591 * buffers.texi (Killing Buffers): Update documentation of
592 kill-buffer.
593
acc8b598
EZ
5942008-10-21 Eli Zaretskii <eliz@gnu.org>
595
80e6b6df
EZ
596 * processes.texi (Serial Ports): Fix wording and improve markup.
597
3645358a
EZ
598 * searching.texi (Regexp Search): Document `string-match-p' and
599 `looking-at-p'.
600 (POSIX Regexps): Add an xref for "non-greedy".
601 (Regexp Special): Add @cindex entry for "non-greedy".
602
b3d50cff 603 * display.texi (Attribute Functions): Document `face-all-attributes'.
bf190568 604 (Image Cache) <image-refresh>: Minor wording fixes.
b3d50cff 605
73b7530a
EZ
606 * frames.texi (Color Names): Add an xref to `read-color'.
607
608 * minibuf.texi (High-Level Completion): Document `read-color'.
609
acc8b598
EZ
610 * elisp.texi (Top): Add "Swapping Text" to @detailmenu.
611
612 * positions.texi (Narrowing): Add an xref to "Swapping Text".
613
614 * buffers.texi (Swapping Text): New section, documents
615 `buffer-swap-text'.
616
10e187e8
MR
6172008-10-21 Martin Rudalics <rudalics@gmx.at>
618
619 * windows.texi (Resizing Windows): Minor wording fix.
620
fd6f900c
EZ
6212008-10-20 Eli Zaretskii <eliz@gnu.org>
622
623 * processes.texi (Shell Arguments): Document `split-string-and-unquote'
624 and `combine-and-quote-strings'.
625
626 * strings.texi (Creating Strings): Add xrefs for them.
627
e4372165
EZ
6282008-10-19 Eli Zaretskii <eliz@gnu.org>
629
d6328fba
EZ
630 * elisp.texi (Top): Make descriptive text for "Reading File Names"
631 match the corresponding menu in minibuf.texi.
632
e4372165
EZ
633 * minibuf.texi (Reading File Names): Document `read-shell-command'
634 and `minibuffer-local-shell-command-map'.
635
5d8dda33
MR
6362008-10-19 Martin Rudalics <rudalics@gmx.at>
637
638 * windows.texi (Resizing Windows): Remove var{} around "window" in
639 documentation of enlarge-window.
640 Rewrite documentation of window-min-height and window-min-width.
641
437706cd
EZ
6422008-10-19 Eli Zaretskii <eliz@gnu.org>
643
80f85d7c
EZ
644 * functions.texi (Calling Functions): Document `apply-partially'.
645
291703b5
EZ
646 * hooks.texi (Standard Hooks): Mention
647 `before-hack-local-variables-hook' and `hack-local-variables-hook'.
648
649 * variables.texi (File Local Variables): Document
650 `file-local-variables-alist', `before-hack-local-variables-hook'
651 and `hack-local-variables-hook'.
652
583d8b3c
EZ
653 * processes.texi (Synchronous Processes): Document `process-lines'.
654
437706cd 655 * customize.texi (Variable Definitions): Document
583d8b3c 656 `custom-reevaluate-setting'.
437706cd 657
7e51d89b
MR
6582008-10-18 Martin Rudalics <rudalics@gmx.at>
659
660 * windows.texi (Choosing Window, Deleting Windows)
661 (Displaying Buffers): Expand documentation of dedicated windows.
662
43c59a3d
EZ
6632008-10-18 Eli Zaretskii <eliz@gnu.org>
664
018a960d
EZ
665 * files.texi (Changing Files): Document symbolic input of file
666 modes to `set-file-modes'. Document `read-file-modes' and
667 `file-modes-symbolic-to-number'.
668
2c0b8144
EZ
669 * maps.texi (Standard Keymaps): Document `multi-query-replace-map'
670 and `search-map'.
671
80120f13
EZ
672 * searching.texi (Search and Replace): Document
673 `replace-search-function' and `replace-re-search-function'.
2c0b8144 674 Document `multi-query-replace-map'.
80120f13 675
6d4913f0
EZ
676 * minibuf.texi (Text from Minibuffer): Document `read-regexp'.
677 (Completion Commands, Reading File Names): Rename
678 `minibuffer-local-must-match-filename-map' to
679 `minibuffer-local-filename-must-match-map'.
680 (Minibuffer Completion): The `require-match' argument to
681 `completing-read' can now have the value `confirm-only'.
682
43c59a3d
EZ
683 * windows.texi (Displaying Buffers): Minor wording fix.
684 (Choosing Window): `split-height-threshold' can now be nil.
685 Document `split-width-threshold'. `pop-up-frames' can have the
686 value `graphic-only'.
687
f36acfd9
EZ
6882008-10-17 Eli Zaretskii <eliz@gnu.org>
689
690 * os.texi (Startup Summary): Document `before-init-time' and
691 `after-init-time'. Document `initial-window-system' and
692 `window-system-initialization-alist'. Document reading the
693 abbrevs file. Document the call to `server-start' under --daemon.
694 Rearrange a bit to be consistent with the code flow.
53728487
EZ
695 (Processor Run Time): Document `emacs-uptime' and `emacs-init-time'.
696 (Time Parsing): Document `format-seconds'.
f36acfd9 697
96995b89
MR
6982008-10-17 Martin Rudalics <rudalics@gmx.at>
699
700 * windows.texi (Basic Windows, Splitting Windows): Fix whitespace
701 and reword.
702
2de17c73
EZ
7032008-10-16 Eli Zaretskii <eliz@gnu.org>
704
705 * markers.texi (The Mark): Document use-region-p.
706
9cf52b11
EZ
7072008-10-15 Eli Zaretskii <eliz@gnu.org>
708
c3aaf1d7
EZ
709 * internals.texi (Writing Emacs Primitives): The interactive spec
710 of a primitive can be a Lisp form.
711
841a1743
EZ
712 * markers.texi (The Mark): Document the `lambda' and `(only . OLD)'
713 values of transient-mark-mode. Document handle-shift-selection.
714
715 * commands.texi (Using Interactive, Interactive Codes): Document `^'.
716 (Interactive Examples): Show an example of `^'.
717 (Key Sequence Input): Document this-command-keys-shift-translated.
c3aaf1d7
EZ
718 (Defining Commands, Using Interactive): The interactive-form of a
719 function can be added via its symbol's property.
841a1743 720
52441368
EZ
721 * positions.texi (List Motion): beginning-of-defun-function can
722 now accept an argument.
723
8e8c1a72
EZ
724 * text.texi (Low-Level Kill Ring): interprogram-paste-function can
725 now return a list of strings.
726
a33a1f2a
EZ
727 * control.texi (Handling Errors): Document ignore-errors.
728
4fb04348
EZ
729 * frames.texi (Creating Frames): Document frame-inherited-parameters.
730 (Parameter Access): Document set-frame-parameter.
731
ee666f84
EZ
732 * variables.texi (Creating Buffer-Local): Add an xref to "Setting
733 Hooks" for the effect of kill-all-local-variables on local hook
734 functions.
735
9cf52b11
EZ
736 * modes.texi (Major Mode Conventions, Mode Line Variables):
737 `mode-name' need not be a string. xref to "Mode Line Data" for
738 details, and to "Emulating Mode Line" for computing a string
739 value.
740
22526bc4
EZ
7412008-10-14 Eli Zaretskii <eliz@gnu.org>
742
a65f6a85
EZ
743 * processes.texi (System Processes): New section.
744 (Processes, Signals to Processes): Add xrefs to it.
745
746 * objects.texi (Editing Types): A `process' is a subprocess of
747 Emacs, not just any process running on the OS.
748
749 * elisp.texi (Top): Adjust the @detailmenu for the above two
750 changes.
751
2724b26a
EZ
752 * sequences.texi (Char-Tables): Remove documentation of
753 set-char-table-default, which has no effect since Emacs 23.
754 <char-table-range, set-char-table-range>: Don't mention generic
755 characters and charsets. Add a cons cell as a possible argument.
756
757 * nonascii.texi (Splitting Characters)
758 (Translation of Characters): Don't mention generic characters.
759
760 * display.texi (Fontsets): Don't mention generic characters.
761
22526bc4 762 * sequences.texi (Char-Tables): `map-char-table' can now call its
25f494c9 763 argument FUNCTION with a cons cell as KEY.
22526bc4 764
eaf4b689
EZ
7652008-10-13 Eli Zaretskii <eliz@gnu.org>
766
45e46036
EZ
767 * objects.texi (Primitive Function Type): Move "@cindex special
768 forms" from here...
769
770 * eval.texi (Special Forms): ...to here.
771
772 * functions.texi (What Is a Function): `functionp' returns nil for
773 special forms. Add an xref.
774
eaf4b689
EZ
775 * elisp.texi (Top): Add a @detailmenu entry for "Frame-Local
776 Variables".
777
778 * variables.texi (Frame-Local Variables): New section.
779 (Buffer-Local Variables): Add an xref to it.
780 (Intro to Buffer-Local, Creating Buffer-Local): A variable cannot
781 have both frame-local and buffer-local binding.
782
783 * frames.texi (Frames): Mention multiple tty frames.
784 (Frame Parameters, Parameter Access): Mention frame-local variable
785 bindings.
786
15688fce
GM
7872008-09-20 Glenn Morris <rgm@gnu.org>
788
789 * display.texi (Defining Faces): Recommend against face variables.
790
35539065
JB
7912008-09-16 Juanma Barranquero <lekktu@gmail.com>
792
793 * display.texi (Echo Area Customization): Fix typo.
794
6a57054b
JB
7952008-09-09 Juanma Barranquero <lekktu@gmail.com>
796
797 * loading.texi (Where Defined): Add `defface' item.
798
d632fb82
MR
7992008-09-06 Martin Rudalics <rudalics@gmx.at>
800
801 * loading.texi (Where Defined): Fix description of symbol-file.
802
905a9adb
JR
8032008-08-26 Jason Rumney <jasonr@gnu.org>
804
805 * display.texi (TIFF Images): New section describing :index property.
806
852e91b7
CY
8072008-08-23 Chong Yidong <cyd@stupidchicken.com>
808
809 * display.texi (Temporary Displays): Remove unnecessary comment
810 about usage of temp-buffer-show-hook.
811
6be001ee
CY
8122008-08-05 Chong Yidong <cyd@stupidchicken.com>
813
814 * symbols.texi (Other Plists): Fix incorrect example.
815 Suggested by Florian Beck.
816
58e3d8e8
JB
8172008-07-31 Juanma Barranquero <lekktu@gmail.com>
818
819 * os.texi: Fix previous change.
820
7c2fb837
DN
8212008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
822
823 * os.texi:
824 * intro.texi:
825 * files.texi: Remove VMS support.
826
9e2a2647
DN
8272008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
828
829 * os.texi:
830 * frames.texi:
831 * display.texi: Remove mentions of Mac Carbon.
832
c4f4682b
MB
8332008-07-01 Miles Bader <miles@gnu.org>
834
835 * text.texi (Special Properties):
836 * display.texi (Truncation): Add wrap-prefix and line-prefix.
837
3696411e
JB
8382008-06-28 Johan Bockgård <bojohan@gnu.org>
839
840 * display.texi (Other Image Types): Fix copy/paste error; say
841 "PBM", not "XBM".
842
f2a77c3a
DN
8432008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
844
845 * os.texi: Remove references to obsolete systems.
846
6d52677d
EZ
8472008-06-20 Eli Zaretskii <eliz@gnu.org>
848
849 * makefile.w32-in (distclean): Remove makefile.
850
1a87da4c
GM
8512008-06-17 Glenn Morris <rgm@gnu.org>
852
853 * Makefile.in (emacsver, miscmanualdir, VERSION, manual, install)
854 (elisp, dist): Remove rules and variables that are obsolete now
855 the lisp manual is no longer distributed separately.
856
fdda1c5d
GM
8572008-06-16 Glenn Morris <rgm@gnu.org>
858
646692e9
GM
859 * configure, configure.in, mkinstalldirs: Remove unused files.
860
861 * book-spine.texinfo: Set version to 23.0.60.
fdda1c5d 862 * vol1.texi (EMACSVER):
6a57054b 863 * vol2.texi (EMACSVER): Set to 23.0.60.
fdda1c5d
GM
864
865 * elisp.texi, vol1.texi, vol2.texi: Update Back-Cover Text
866 as per maintain.info.
867
611bee81
GM
8682008-06-15 Glenn Morris <rgm@gnu.org>
869
a7bed3a0
GM
870 * makefile.w32-in (manual): Use "23" rather than "21".
871
872 * Makefile.in (emacsver): New, set by configure.
873 (manual): Use emacsver.
874
d794edf2
GM
875 * intro.texi: Report bugs using M-x report-emacs-bug.
876
611bee81
GM
877 * elisp.texi (EMACSVER): Remove duplicate, outdated setting.
878
c73e02fa
GM
8792008-06-13 Daniel Engeler <engeler@gmail.com>
880
881 * elisp.texi, internals.texi, processes.texi: Add documentation
882 about serial port access.
883
e40a85cd
MB
8842008-06-05 Miles Bader <miles@gnu.org>
885
886 * display.texi (Displaying Faces): Update to reflect function
887 renamings in face-remap.el.
888
7b753744
JB
8892008-06-05 Juanma Barranquero <lekktu@gmail.com>
890
891 * display.texi (Fontsets): Fix typos.
892
9d3d42fb
MB
8932008-06-03 Miles Bader <miles@gnu.org>
894
7b753744
JB
895 * display.texi (Displaying Faces): Add add-relative-face-remapping,
896 remove-relative-face-remapping, set-base-face-remapping,
897 and set-default-base-face-remapping.
9d3d42fb 898
f2cec7a9
MB
8992008-06-01 Miles Bader <miles@gnu.org>
900
901 * display.texi (Displaying Faces): Add face-remapping-alist.
902
8f39c96d
SM
9032008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
904
905 * tips.texi (Coding Conventions): Do not encourage the use of "-flag"
906 variable names.
907
1ef5eecc
ER
9082008-05-03 Eric S. Raymond <esr@golux>
909
352c8b4a 910 * keymaps.texi: Clarify that (current-local-map) and
1ef5eecc
ER
911 (current-global-map) return references, not copies.
912
63b4387f
JL
9132008-05-02 Juri Linkov <juri@jurta.org>
914
915 * minibuf.texi (Text from Minibuffer): Document a list of
916 default values for `read-from-minibuffer'.
917
38a8b703
JB
9182008-04-24 Juanma Barranquero <lekktu@gmail.com>
919
920 * nonascii.texi (Translation of Characters): Fix previous change.
921
7c42e639
CY
9222008-04-20 Chong Yidong <cyd@stupidchicken.com>
923
924 * display.texi (Overlay Properties): Clarify role of underlying
925 textprop and overlay keymaps for display strings.
926
927 * keymaps.texi (Active Keymaps): Ditto.
928
25c0d999
SM
9292008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
930
931 * minibuf.texi (Programmed Completion):
932 Replace dynamic-completion-table with the new completion-table-dynamic.
933
e3af5968
CY
9342008-04-07 Chong Yidong <cyd@stupidchicken.com>
935
936 * intro.texi (Some Terms): Change "fonts in this manual" index
937 entry to "typographic conventions".
938
6bfc8698
EZ
9392008-04-05 Eli Zaretskii <eliz@gnu.org>
940
941 * objects.texi (Text Props and Strings): Add indexing for read
942 syntax of text properties.
943
4972c361
SM
9442008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
945
946 * processes.texi (Decoding Output): Remove process-filter-multibyte
947 functions.
948
c70a68db
MR
9492008-03-15 Martin Rudalics <rudalics@gmx.at>
950
951 * display.texi (Finding Overlays): Say that empty overlays at
952 the end of the buffer are reported too.
953
1291fd36
GM
9542008-03-13 Glenn Morris <rgm@gnu.org>
955
956 * elisp.texi (EMACSVER): Set to 23.0.60.
957
c6b0dfd5
CY
9582008-02-26 Chong Yidong <cyd@stupidchicken.com>
959
38a8b703 960 * strings.texi (Formatting Strings): Treat - and 0 as flag characters.
c6b0dfd5 961
875fc30c
GM
9622008-02-22 Glenn Morris <rgm@gnu.org>
963
964 * frames.texi (Position Parameters): Clarify the description of
965 `left' and `top', using information from "Geometry".
966 (Geometry): Give a pointer to "Position Parameters", rather than
967 repeating information.
968
d8c8e45a
GM
9692008-02-11 Glenn Morris <rgm@gnu.org>
970
971 * objects.texi (Equality Predicates): No longer talk about "two"
972 functions.
973
38a8b703 9742008-02-11 Lawrence Mitchell <wence@gmx.li> (tiny change)
d8c8e45a
GM
975
976 * objects.texi (Equality Predicates): Add defun for
977 equal-including-properties.
978
bfffe0b1
GM
9792008-02-10 Glenn Morris <rgm@gnu.org>
980
981 * objects.texi (Equality Predicates):
982 Mention equal-including-properties.
983
431b78c9
RS
9842008-02-07 Richard Stallman <rms@gnu.org>
985
986 * windows.texi (Window Start): Mention the feature of moving
987 window-start to start of line.
988
c8763fb6 9892008-02-07 Jan Djärv <jan.h.d@swipnet.se>
eafa12e6
JD
990
991 * keymaps.texi (Tool Bar): Document rtl property.
992
1a256502
TTN
9932008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org>
994
995 * display.texi (Button Types):
996 For define-button-type, clarify type of NAME.
997
569382c2
MR
9982008-01-19 Martin Rudalics <rudalics@gmx.at>
999
1000 * buffers.texi (Buffer Modification): Fix typo.
1001
f3041af1
DN
10022008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
1003
1004 * os.texi (System Environment): Remove references to OSes that are
1005 not supported anymore.
1006
d35e1cd7
DN
10072008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
1008
1009 * os.texi (System Environment): Remove mention for Masscomp.
1010
23af7580
RS
10112008-01-04 Richard Stallman <rms@gnu.org>
1012
1013 * display.texi (Faces): Don't talk about internal face vector as arg
1014 to facep.
1015
1016 * customize.texi (Type Keywords): Fix previous change.
1017
1018 * text.texi (Links and Mouse-1): Fix xref for commands.texi change.
1019 * elisp.texi (Top): Fix menu for commands.texi change.
1020
ec7d5b1e
RS
10212007-12-30 Richard Stallman <rms@gnu.org>
1022
1023 * commands.texi (Accessing Mouse): Renamed from Accessing Events.
1024 (Accessing Scroll): New node broken out of Accessing Mouse.
1025
101a6cea
RS
10262007-12-28 Richard Stallman <rms@gnu.org>
1027
1028 * frames.texi (Size Parameters): Fix typo.
7f9e0c04 1029 (Basic Parameters): For `title', refer to title bar.
041817a4 1030 (Size and Position): Explain meaning of frame pixel width and height.
101a6cea 1031
72b7e664
RS
10322007-12-23 Richard Stallman <rms@gnu.org>
1033
1034 * customize.texi (Type Keywords): Uncomment :validate and clarify it.
1035 Improve some of the commented-out keywords' text too.
1036
27a4f445
MR
10372007-12-14 Martin Rudalics <rudalics@gmx.at>
1038
e2e3f1d7
MR
1039 * nonascii.texi (Encoding and I/O): Reword to avoid saying
1040 "visit the current buffer".
1041
27a4f445
MR
1042 * os.texi (System Interface): Fix typo.
1043
a2afc99d
RS
10442007-12-04 Richard Stallman <rms@gnu.org>
1045
1046 * objects.texi (Symbol Type): Fix typo.
1047
b694135c
RS
10482007-12-03 Richard Stallman <rms@gnu.org>
1049
1050 * hooks.texi (Standard Hooks): Add link to Hooks for Loading.
1051
f99a19da
GM
10522007-12-01 Glenn Morris <rgm@gnu.org>
1053
1054 * functions.texi (Declaring Functions): Improve previous change.
1055
8f4b37d8
GM
10562007-11-30 Glenn Morris <rgm@gnu.org>
1057
1058 * functions.texi (Declaring Functions): Add optional fourth
1059 argument of declare-function, and setting third argument to `t'.
1060
61a2fe01
RS
10612007-11-29 Richard Stallman <rms@gnu.org>
1062
1063 * customize.texi (Composite Types): Document `group' type.
1064
cbfc5193
GM
10652007-11-29 Glenn Morris <rgm@gnu.org>
1066
1067 * functions.texi (Declaring Functions): Add findex. Mention
1068 `external' files.
1069
8386283a
JB
10702007-11-26 Juanma Barranquero <lekktu@gmail.com>
1071
1072 * functions.texi (Declaring Functions): Fix directive.
1073
a07c9a8b
RS
10742007-11-25 Richard Stallman <rms@gnu.org>
1075
1076 * help.texi (Help Functions): Clean up last change.
1077
1078 * advice.texi (Preactivation, Activation of Advice): Minor cleanup.
1079
1080 * loading.texi (Named Features): Minor cleanup.
1081
1082 * macros.texi (Eval During Expansion): Minor cleanup.
1083
1084 * variables.texi (Variable Aliases): Minor cleanup.
1085
a0925923
RS
10862007-11-24 Richard Stallman <rms@gnu.org>
1087
1088 * functions.texi (Declaring Functions): Clarify previous change.
1089
1090 * compile.texi (Compiler Errors): Clarify previous change.
1091
20c63e44
RS
10922007-11-24 Richard Stallman <rms@gnu.org>
1093
e5e76c04 1094 * display.texi (Refresh Screen, Forcing Redisplay):
20c63e44
RS
1095 Clarify the text and move items around.
1096
5bb0cda3
GM
10972007-11-24 Glenn Morris <rgm@gnu.org>
1098
1099 * functions.texi (Declaring Functions): New section.
1100 * compile.texi (Compiler Errors): Mention declaring functions,
1101 defvar with no initvalue, and byte-compile-warnings.
1102
af13c86a
MR
11032007-11-15 Martin Rudalics <rudalics@gmx.at>
1104
1105 * vol1.texi (Top): Remove Frame-Local Variables from Node Listing.
1106 * vol2.texi (Top): Remove Frame-Local Variables from Node Listing.
1107
a5373305
MR
11082007-11-13 Martin Rudalics <rudalics@gmx.at>
1109
1110 * help.texi (Help Functions): Document new macro `with-help-window'.
1111
fe284805
JL
11122007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
1113
1114 * searching.texi (Replacing Match): Describe new
1115 `match-substitute-replacement'.
1116
2c3a09b1
RS
11172007-10-31 Richard Stallman <rms@gnu.org>
1118
1119 * strings.texi (Creating Strings): Null strings from concat not unique.
1120
f2b480f4
RS
11212007-10-26 Richard Stallman <rms@gnu.org>
1122
1123 * objects.texi (Equality Predicates): Null strings are uniquified.
1124
1125 * minibuf.texi: Minor clarifications in previous change.
1126
db21122c
GM
11272007-10-25 Glenn Morris <rgm@gnu.org>
1128
1129 * customize.texi (Variable Definitions): Add :risky and :safe keywords.
1130
2328cbb3
RS
11312007-10-24 Richard Stallman <rms@gnu.org>
1132
1133 * elisp.texi (Top): Delete Frame-Local Variables from subnode menu.
1134
1135 * variables.texi (Frame-Local Variables): Node deleted.
1136 (Variables): Delete Frame-Local Variables from menu.
1137 (Local Variables, Buffer-Local Variables, Intro to Buffer-Local)
1138 (Default Value): Don't mention frame-local vars.
1139
1140 * os.texi (Idle Timers): current-idle-time returns nil if not idle.
1141
1142 * loading.texi (Unloading): Document FEATURE-unload-function
1143 instead of FEATURE-unload-hook.
1144
2328cbb3
RS
1145 * frames.texi (Multiple Displays): Don't mention frame-local vars.
1146
c066bafa
JL
11472007-10-22 Juri Linkov <juri@jurta.org>
1148
1149 * minibuf.texi (Text from Minibuffer, Minibuffer Completion)
1150 (High-Level Completion): Document a list of default value strings
1151 in the DEFAULT argument, for which minibuffer functions return the
1152 first element.
1153
65ced25f
JL
11542007-10-17 Juri Linkov <juri@jurta.org>
1155
1156 * text.texi (Filling): Update arguments of fill-paragraph.
1157 fill-paragraph operates on the active region in Transient Mark mode.
1158 Remove fill-paragraph-or-region.
1159
ee46ec8e
KB
11602007-10-13 Karl Berry <karl@gnu.org>
1161
1162 * elisp.texi (@dircategory): Move to after @copying,
1163 since we want @copying as close as possible to the beginning of
1164 the output.
1165
61bbdbc6
RS
11662007-10-12 Richard Stallman <rms@gnu.org>
1167
1168 * elisp.texi (Top): Add Distinguish Interactive to subnode menu.
1169
1170 * commands.texi (Distinguish Interactive): New node,
1171 broken out from Interactive Call and rewritten.
1172 (Command Loop): Put Distinguish Interactive in menu.
1173
af23e1e8
RS
11742007-10-09 Richard Stallman <rms@gnu.org>
1175
1176 * text.texi (Examining Properties): Mention overlay priority.
1177
1178 * display.texi (Display Margins): Correct the description
1179 of margin display specifications.
1180 (Replacing Specs): New subnode broken out of Display Property.
1181
e1965a69
JL
11822007-10-06 Juri Linkov <juri@jurta.org>
1183
1184 * text.texi (Filling): Document fill-paragraph-or-region.
1185
4638454b
JB
11862007-10-05 Juanma Barranquero <lekktu@gmail.com>
1187
1188 * display.texi (Auto Faces): Fix typo.
1189
7ed54cc5
RS
11902007-10-02 Richard Stallman <rms@gnu.org>
1191
1192 * display.texi (Display Property): Explain some display specs
1193 don't let you move point in.
1194
1195 * frames.texi (Cursor Parameters): Describe
1196 cursor-in-non-selected-windows here. Explain more values.
1197
1198 * windows.texi (Basic Windows): Don't describe
1199 cursor-in-non-selected-windows here.
1200
305a7ef2
EZ
12012007-10-01 Eli Zaretskii <eliz@gnu.org>
1202
1203 * processes.texi (Misc Network): Note that these functions are
1204 supported only on some systems.
1205
f7a7f4eb
RS
12062007-10-01 Richard Stallman <rms@gnu.org>
1207
1208 * display.texi (Overlay Properties): Explain nil as priority.
1209 Explain that conflicts are unpredictable if not resolved by
1210 priorities.
1211
780d7bb9
RS
12122007-09-23 Richard Stallman <rms@gnu.org>
1213
1214 * macros.texi (Backquote): Minor clarification.
1215
14b4fdfb
RS
12162007-09-19 Richard Stallman <rms@gnu.org>
1217
1218 * display.texi (Display Property): Explain multiple display specs.
9600ac7c
RS
1219 Clarify when they work in parallel and when one overrides.
1220 Fix error in example.
14b4fdfb 1221
b8d4c8d0
GM
12222007-09-06 Glenn Morris <rgm@gnu.org>
1223
b3e755a9 1224 Move from lispref/ to doc/lispref/. Change all setfilename
b8d4c8d0
GM
1225 commands to use ../../info.
1226 * Makefile.in (infodir): Go up one more level.
4638454b 1227 (usermanualdir): Change from ../man to ../emacs.
b8d4c8d0
GM
1228 (miscmanualdir): New.
1229 (dist): Use new variable miscmanualdir.
1230 * makefile.w32-in (infodir, texinputdir): Go up one more level.
1231 (usermanualdir): Change from ../man to ../emacs.
1232
1bb1f7d3
MR
12332007-08-30 Martin Rudalics <rudalics@gmx.at>
1234
1235 * commands.texi (Command Loop Info): Advise against changing
1236 most variables described here. Explain new variable
1237 last-repeatable-command.
1238
b8d4c8d0
GM
12392007-08-29 Glenn Morris <rgm@gnu.org>
1240
1241 * elisp.texi (EMACSVER): Increase to 23.0.50.
1242
12432007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
1244
1245 * frames.texi (Basic Parameters): Add display-environment-variable
1246 and term-environment-variable.
1247
12482007-08-28 Juri Linkov <juri@jurta.org>
1249
1250 * display.texi (Image Formats, Other Image Types): Add SVG.
1251
12522007-08-28 Juri Linkov <juri@jurta.org>
1253
1254 * display.texi (Images): Move formats-related text to new node
1255 "Image Formats".
1256 (Image Formats): New node.
1257
619fb9ee
RS
12582007-08-27 Richard Stallman <rms@gnu.org>
1259
1260 * windows.texi (Window Configurations): Clarify what
1261 a window configuration saves.
1262
b8d4c8d0
GM
12632007-08-25 Richard Stallman <rms@gnu.org>
1264
1265 * display.texi (Images): Delete redundant @findex.
1266
12672007-08-16 Richard Stallman <rms@gnu.org>
1268
1269 * processes.texi (Asynchronous Processes): Clarify
1270 doc of start-file-process.
1271
12722007-08-08 Martin Rudalics <rudalics@gmx.at>
1273
1274 * modes.texi (Example Major Modes): Fix typo.
1275
12762007-08-08 Glenn Morris <rgm@gnu.org>
1277
1278 * intro.texi (nil and t): Do not use `iff' in documentation.
1279
1280 * tips.texi (Documentation Tips): Recommend against `iff'.
1281
12822007-08-07 Chong Yidong <cyd@stupidchicken.com>
1283
1284 * display.texi (Image Cache): Document image-refresh.
1285
12862007-08-06 Martin Rudalics <rudalics@gmx.at>
1287
1288 * windows.texi (Size of Window): Document window-full-width-p.
1289
12902007-07-25 Glenn Morris <rgm@gnu.org>
1291
1292 * gpl.texi (GPL): Replace license with GPLv3.
1293
1294 * Relicense all FSF files to GPLv3 or later.
1295
12962007-07-24 Michael Albinus <michael.albinus@gmx.de>
1297
4638454b
JB
1298 * processes.texi (Synchronous Processes):
1299 Add `process-file-shell-command'.
b8d4c8d0
GM
1300 (Asynchronous Processes): Mention restricted use of
1301 `process-filter' and `process-sentinel' in
1302 `start-file-process'. Add `start-file-process-shell-command'.
1303
13042007-07-17 Michael Albinus <michael.albinus@gmx.de>
1305
1306 * files.texi (Magic File Names): Introduce optional parameter
1307 IDENTIFICATION for `file-remote-p'.
1308
13092007-07-16 Richard Stallman <rms@gnu.org>
1310
1311 * display.texi (Defining Faces): Fix previous change.
1312
13132007-07-14 Richard Stallman <rms@gnu.org>
1314
1315 * control.texi (Handling Errors): Document `debug' in handler list.
1316
13172007-07-10 Richard Stallman <rms@gnu.org>
1318
1319 * display.texi (Defining Faces): Explain C-M-x feature for defface.
1320
13212007-07-09 Richard Stallman <rms@gnu.org>
1322
1323 * files.texi (Magic File Names): Rewrite previous change.
1324
13252007-07-08 Michael Albinus <michael.albinus@gmx.de>
1326
1327 * files.texi (Magic File Names): Introduce optional parameter
1328 CONNECTED for `file-remote-p'.
1329
13302007-07-07 Michael Albinus <michael.albinus@gmx.de>
1331
1332 * processes.texi (Asynchronous Processes):
1333 * files.texi (Magic File Names): Add `start-file-process'.
1334
13352007-06-27 Richard Stallman <rms@gnu.org>
1336
1337 * files.texi (Format Conversion Piecemeal): Clarify
1338 `after-insert-file-functions' calling convention.
1339
13402007-06-27 Michael Albinus <michael.albinus@gmx.de>
1341
4638454b
JB
1342 * files.texi (Magic File Names): Remove `dired-call-process'.
1343 Add `process-file'.
b8d4c8d0
GM
1344
13452007-06-27 Kenichi Handa <handa@m17n.org>
1346
1347 * text.texi (Special Properties): Fix description about
4638454b 1348 `composition' property.
b8d4c8d0
GM
1349
13502007-06-26 Kenichi Handa <handa@m17n.org>
1351
1352 * nonascii.texi (Default Coding Systems): Document about the
1353 return value `undecided'.
1354
13552007-06-25 David Kastrup <dak@gnu.org>
1356
1357 * keymaps.texi (Active Keymaps): Document new POSITION argument of
1358 `current-active-maps'.
1359
13602007-06-24 Karl Berry <karl@gnu.org>
1361
4638454b 1362 * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text.
b8d4c8d0
GM
1363
13642007-06-15 Juanma Barranquero <lekktu@gmail.com>
1365
1366 * display.texi (Overlay Arrow): Doc fix.
1367
13682007-06-14 Karl Berry <karl@tug.org>
1369
1370 * anti.texi (Antinews): Typo.
1371
13722007-06-14 Chong Yidong <cyd@stupidchicken.com>
1373
1374 * display.texi (Image Cache): Document image-refresh.
1375
13762007-06-12 Karl Berry <karl@gnu.org>
1377
1378 * vol1.texi, vol2.texi, two-volume-cross-refs.txt: Update.
1379 * two-volume.make: New file.
1380 * .cvsignore: Ignore two-volume files.
1381
13822007-06-12 Tom Tromey <tromey@redhat.com>
1383
1384 * os.texi (Init File): Document user-emacs-directory.
1385
13862007-06-03 Nick Roberts <nickrob@snap.net.nz>
1387
1388 * commands.texi (Click Events): Describe width and height when
1389 object is nil.
1390
13912007-05-30 Nick Roberts <nickrob@snap.net.nz>
1392
1393 * commands.texi (Click Events): Layout more logically. Describe
1394 width and height.
1395 (Drag Events, Motion Events): Update to new format for position.
1396
13972007-06-02 Richard Stallman <rms@gnu.org>
1398
1399 * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces.
1400
14012007-06-02 Chong Yidong <cyd@stupidchicken.com>
1402
1403 * Version 22.1 released.
1404
14052007-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
1406
1407 * text.texi (Special Properties): Correct meaning of fontified face.
1408
14092007-05-30 Richard Stallman <rms@gnu.org>
1410
1411 * text.texi (Special Properties): Add link to Adjusting Point.
1412
14132007-05-12 Richard Stallman <rms@gnu.org>
1414
1415 * text.texi (Margins): indent-to-left-margin is not the default.
1416 (Mode-Specific Indent): For indent-line-function, the default
1417 is indent-relative.
1418
1419 * modes.texi (Example Major Modes): Explain last line of text-mode
1420 is redundant.
1421
14222007-05-10 Richard Stallman <rms@gnu.org>
1423
1424 * keymaps.texi (Scanning Keymaps): Update where-is-internal example.
1425
1426 * help.texi (Keys in Documentation): Add reference to
1427 Documentation Tips.
1428
1429 * files.texi (Format Conversion): TO-FN gets three arguments.
1430
1431 * modes.texi (Auto Major Mode): Document file-start-mode-alist.
1432
14332007-05-10 Thien-Thi Nguyen <ttn@gnuvola.org>
1434
1435 * elisp.texi (Top): Remove "Saving Properties" from detailed menu.
1436 * files.texi (Format Conversion): Expand intro; add menu.
1437 (Format Conversion Overview, Format Conversion Round-Trip)
1438 (Format Conversion Piecemeal): New nodes/subsections.
1439 * hooks.texi: Xref "Format Conversion" , not "Saving Properties".
1440 * text.texi (Text Properties): Remove "Saving Properties" from menu.
1441 (Saving Properties): Delete node/subsection.
1442
14432007-05-07 Karl Berry <karl@gnu.org>
1444
1445 * elisp.texi (EMACSVER): Back to 22.
1446
14472007-05-06 Richard Stallman <rms@gnu.org>
1448
1449 * processes.texi (Accepting Output): Revert most of previous change.
1450
14512007-05-05 Richard Stallman <rms@gnu.org>
1452
1453 * processes.texi (Accepting Output): accept-process-output
1454 uses microseconds, not milliseconds. But that arg is obsolete.
1455
14562007-05-04 Karl Berry <karl@tug.org>
1457
1458 * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
1459
14602007-05-04 Eli Zaretskii <eliz@gnu.org>
1461
1462 * tips.texi (Documentation Tips): Rearrange items to place the
1463 more important ones first. Add an index entry for hyperlinks.
1464
14652007-05-03 Karl Berry <karl@gnu.org>
1466
1467 * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing.
1468 (EMACSVER) [smallbook]: 22 for printed version.
1469
1470 * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed,
1471 so restore anchor to normal position after defun. Found by Kevin Ryde.
1472
14732007-04-26 Glenn Morris <rgm@gnu.org>
1474
1475 * elisp.texi (EMACSVER): Increase to 22.1.50.
1476
14772007-04-28 Karl Berry <karl@gnu.org>
1478
1479 * elisp.texi: Improve line breaks on copyright page,
1480 similar layout to emacs manual, 8.5x11 by default.
1481
14822007-04-24 Richard Stallman <rms@gnu.org>
1483
1484 * text.texi (Special Properties): Add xref to Overlay Properties.
1485
1486 * display.texi (Overlay Properties): Add xref to Special Properties.
1487
14882007-04-22 Richard Stallman <rms@gnu.org>
1489
1490 * keymaps.texi (Extended Menu Items): Move the info about
1491 format with cached keyboard binding.
1492
14932007-04-21 Richard Stallman <rms@gnu.org>
1494
1495 * text.texi (Special Properties): Clarify previous change.
1496
1497 * files.texi (File Name Expansion): Clarify previous change.
1498
1499 * display.texi (Attribute Functions): Fix example for
1500 face-attribute-relative-p.
1501
15022007-04-19 Kenichi Handa <handa@m17n.org>
1503
1504 * text.texi (Special Properties): Document composition property.
1505
15062007-04-19 Glenn Morris <rgm@gnu.org>
1507
1508 * files.texi (File Name Expansion): Mention "superroot".
1509
15102007-04-15 Chong Yidong <cyd@stupidchicken.com>
1511
1512 * frames.texi (Multiple Displays): Add note about "multi-monitor"
1513 setups.
1514 (Display Feature Testing): Note that display refers to all
1515 physical monitors for multi-monitor setups.
1516
15172007-04-14 Richard Stallman <rms@gnu.org>
1518
1519 * lists.texi (Sets And Lists): Clarify `delete' examples.
1520 Remove spurious xref to same node.
1521 Clarify xref for add-to-list.
1522
15232007-04-12 Nick Roberts <nickrob@snap.net.nz>
1524
1525 * keymaps.texi (Format of Keymaps): Remove spurious ")" from
1526 value of lisp-mode-map.
1527
15282007-04-11 Karl Berry <karl@gnu.org>
1529
1530 * anti.texi (Antinews):
1531 * display.texi (Overlay Properties, Defining Images):
1532 * processes.texi (Synchronous Processes, Sentinels):
1533 * syntax.texi (Syntax Table Internals):
1534 * searching.texi (Regexp Special):
1535 * nonascii.texi (Default Coding Systems):
1536 * text.texi (Special Properties):
1537 * minibuf.texi (Basic Completion): Wording to improve breaks in
1538 8.5x11 format.
1539 * elisp.texi (smallbook): New @set to more easily switch between
1540 smallbook and 8.5x11.
1541
15422007-04-11 Richard Stallman <rms@gnu.org>
1543
1544 * text.texi (Lazy Properties): Minor fix.
1545
15462007-04-08 Karl Berry <karl@gnu.org>
1547
1548 * symbols.texi (Plists and Alists): Period after "vs" in index entries.
1549 * macros.texi (Backquote): Downcase Backquote in index entries for
1550 consistency.
1551
15522007-04-08 Richard Stallman <rms@gnu.org>
1553
1554 * text.texi (Adaptive Fill): Just describe default,
1555 don't show it (since it contains non-ASCII chars).
1556
15572007-04-07 Karl Berry <karl@gnu.org>
1558
1559 * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in
1560 adaptive-fill-regexp's value, since they are not in the standard
1561 TeX fonts.
1562
15632007-04-07 Guanpeng Xu <herberteuler@hotmail.com>
1564
1565 * display.texi (Defining Faces): Fix example.
1566
15672007-04-07 Karl Berry <karl@gnu.org>
1568
1569 * display.texi (Button Buffer Commands): Improve page break.
1570
15712007-04-07 Richard Stallman <rms@gnu.org>
1572
1573 * advice.texi (Activation of Advice): Remove redundant index entry.
1574
1575 * backups.texi: Improve index entries. Remove redundant ones.
1576
1577 * compile.texi (Byte Compilation): Improve index entry.
1578
1579 * hash.texi (Creating Hash): Improve index entry.
1580
1581 * symbols.texi (Definitions): Improve index entry.
1582
1583 * edebug.texi: Improve index entries. Remove redundant/useless ones.
1584
1585 * maps.texi (Standard Keymaps): Remove useless index entry.
1586
1587 * help.texi (Documentation Basics): Remove redundant index entries.
1588
1589 * customize.texi: Improve index entries.
1590 Remove redundant/useless ones.
1591
1592 * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
1593
1594 * streams.texi (Output Variables): Improve index entry.
1595
1596 * abbrevs.texi (Abbrevs): Remove useless index entry.
1597
1598 * macros.texi (Expansion): Remove useless index entry.
1599
1600 * text.texi: Improve index entries. Remove redundant/useless ones.
1601 (Text Properties, Examining Properties)
1602 (Special Properties): Use "property category" instead of "category"
1603 to refer to the `category' property.
1604
1605 * positions.texi: Improve index entries. Remove useless one.
1606
1607 * lists.texi: Improve index entries. Remove redundant/useless ones.
1608
1609 * os.texi: Improve index entries.
1610 (Timers): Fix previous change.
1611
1612 * buffers.texi: Improve index entries.
1613 (Modification Time): Get rid of term "obsolete buffer".
1614
1615 * debugging.texi: Improve index entries.
1616 (Test Coverage): Add xref to other test coverage ftr.
1617
1618 * eval.texi: Improve index entry. Remove redundant ones.
1619
1620 * numbers.texi: Improve index entries. Remove redundant/useless ones.
1621
1622 * files.texi: Improve index entries. Remove redundant/useless ones.
1623
1624 * objects.texi: Improve index entries.
1625
1626 * processes.texi: Improve index entries.
1627
1628 * modes.texi: Improve index entry. Remove redundant one.
1629
1630 * nonascii.texi: Improve index entries.
1631
1632 * internals.texi: Improve index entries.
1633
1634 * syntax.texi: Improve index entries.
1635
1636 * keymaps.texi (Active Keymaps): Improve index entries.
1637
1638 * commands.texi: Improve index entries. Remove redundant/useless ones.
1639
1640 * frames.texi: Improve index entries. Remove redundant/useless ones.
1641
1642 * markers.texi: Improve index entries. Remove redundant ones.
1643
1644 * tips.texi: Improve index entries.
1645
1646 * loading.texi (Unloading): Improve index entry.
1647
1648 * variables.texi: Improve index entries. Remove redundant one.
1649
1650 * sequences.texi: Improve index entry.
1651
1652 * display.texi: Improve index entries. Remove redundant ones.
1653
1654 * windows.texi: Improve index entries.
1655
1656 * searching.texi: Improve index entries. Remove redundant one.
1657
1658 * strings.texi (Case Tables): Improve last change.
1659
16602007-04-04 Chong Yidong <cyd@stupidchicken.com>
1661
1662 * strings.texi (Case Tables): Document with-case-table and
1663 ascii-case-table.
1664
16652007-04-03 Karl Berry <karl@gnu.org>
1666
1667 * processes.texi (Network): Reword to improve page break.
1668
16692007-04-03 Eli Zaretskii <eliz@gnu.org>
1670
1671 * functions.texi (Inline Functions): Describe more disadvantages
1672 of defsubst, and make advice against it stronger.
1673
16742007-04-02 Karl Berry <karl@gnu.org>
1675
1676 * backups.texi (Backup Names): Avoid widow words.
1677 * modes.texi (Example Major Modes): Align last comment.
1678
16792007-04-01 Chong Yidong <cyd@stupidchicken.com>
1680
1681 * keymaps.texi (Remapping Commands): Document new arg to
1682 command-remapping.
1683
16842007-04-01 Karl Berry <karl@gnu.org>
1685
1686 * processes.texi (Low-Level Network): Typo.
1687 * loading.texi (Hooks for Loading): Avoid double "the".
1688 * keymaps.texi (Key Sequences): No double "and".
1689 (Changing Key Bindings): Shorten to improve line break.
1690
16912007-03-31 Glenn Morris <rgm@gnu.org>
1692
1693 * os.texi (Timers): Fix description of run-at-time TIME formats.
1694
16952007-03-31 Richard Stallman <rms@gnu.org>
1696
1697 * display.texi (Invisible Text): Correct buffer-invisibility-spec
1698 regarding ellipsis.
1699
17002007-03-31 Eli Zaretskii <eliz@gnu.org>
1701
1702 * intro.texi (nil and t):
1703 * symbols.texi (Plists and Alists):
1704 * variables.texi (Variable Aliases, Constant Variables):
1705 * functions.texi (Defining Functions):
1706 * advice.texi (Advising Primitives):
1707 * debugging.texi (Syntax Errors, Compilation Errors):
1708 * minibuf.texi (Minibuffer Windows):
1709 * commands.texi (Adjusting Point):
1710 * modes.texi (Syntactic Font Lock, Faces for Font Lock)
1711 (Auto Major Mode, Major Mode Conventions):
1712 * help.texi (Describing Characters):
1713 * files.texi (Create/Delete Dirs, Information about Files)
1714 (File Locks, Writing to Files, Reading from Files)
1715 (Saving Buffers):
1716 * windows.texi (Resizing Windows, Cyclic Window Ordering):
1717 * frames.texi (Finding All Frames):
1718 * positions.texi (Buffer End, Motion):
1719 * markers.texi (The Region):
1720 * text.texi (Deletion, Near Point):
1721 * display.texi (Displaying Messages, Truncation):
1722 * os.texi (Processor Run Time):
1723 * tips.texi (Key Binding Conventions, Programming Tips)
1724 (Warning Tips, Documentation Tips, Comment Tips):
1725 * internals.texi (Memory Usage): Improve indexing.
1726
1727 * variables.texi (Frame-Local Variables):
1728 * functions.texi (Argument List):
1729 * loading.texi (Library Search):
1730 * streams.texi (Output Variables):
1731 * keymaps.texi (Translation Keymaps, Searching Keymaps):
1732 * searching.texi (Replacing Match, Search and Replace):
1733 * processes.texi (Byte Packing, Decoding Output)
1734 (Accepting Output, Network Servers, Shell Arguments):
1735 * display.texi (Abstract Display, Image Cache, Scroll Bars):
1736 * windows.texi (Window Point, Window Start):
1737 * frames.texi (Management Parameters, Frame Parameters, Frame Titles):
1738 * commands.texi (Reading Input, Keyboard Events):
1739 * minibuf.texi (Reading File Names, Minibuffer Completion)
1740 (Recursive Mini):
1741 * positions.texi (List Motion):
1742 * hash.texi (Hash Tables, Creating Hash, Defining Hash):
1743 * numbers.texi (Arithmetic Operations, Math Functions)
1744 (Predicates on Numbers, Comparison of Numbers):
1745 (Numeric Conversions):
1746 * locals.texi (Standard Buffer-Local Variables):
1747 * maps.texi (Standard Keymaps):
1748 * os.texi (User Identification, System Environment, Recording Input)
1749 (X11 Keysyms):
1750 * nonascii.texi (Non-ASCII Characters, Splitting Characters):
1751 * backups.texi (Backups and Auto-Saving):
1752 * customize.texi (Customization, Group Definitions)
1753 (Variable Definitions):
1754 * compile.texi (Byte Compilation): Improve index entries.
1755
17562007-03-31 Karl Berry <karl@gnu.org>
1757
1758 * macros.texi (Defining Macros): Avoid widow syllable.
1759
17602007-03-31 Eli Zaretskii <eliz@gnu.org>
1761
1762 * elisp.texi (Top): Postscript -> PostScript.
1763
1764 * display.texi (Images, Postscript Images): Postscript -> PostScript.
1765
17662007-03-31 Markus Triska <markus.triska@gmx.at>
1767
1768 * internals.texi (Writing Emacs Primitives): Untabify `For'.
1769
17702007-03-30 Karl Berry <karl@gnu.org>
1771
1772 * lists.texi (List-related Predicates): Remove spurious @need.
1773 (Setcdr): Use @smallexample to improve page break.
1774 (Association Lists) <assoc>: Reword to improve page break.
1775
1776 * strings.texi (String Conversion): Insert blank line to improve
1777 page break.
1778
1779 * numbers.texi (Random Numbers): Use @minus{}.
1780 (Math Functions): Use @minus{}.
1781
1782 * intro.texi (Acknowledgements): Avoid line breaks before middle
1783 initials.
1784
17852007-03-24 Eli Zaretskii <eliz@gnu.org>
1786
1787 * errors.texi (Standard Errors): Add an index entry.
1788
17892007-03-19 Richard Stallman <rms@gnu.org>
1790
1791 * os.texi (Recording Input): recent-keys now gives 300 keys.
1792
17932007-03-12 Glenn Morris <rgm@gnu.org>
1794
1795 * os.texi: Replace "daylight savings" with "daylight saving"
1796 throughout.
1797
17982007-03-05 Richard Stallman <rms@gnu.org>
1799
1800 * variables.texi (File Local Variables): Update
1801 enable-local-variables values.
1802
18032007-03-04 Richard Stallman <rms@gnu.org>
1804
1805 * syntax.texi (Control Parsing): Minor clarification.
1806
1807 * strings.texi (Formatting Strings): Clarify width, precision, flags.
1808
1809 * sequences.texi (Sequence Functions): Move string-bytes away,
1810 add xref.
1811
1812 * nonascii.texi (Text Representations): Move string-bytes here.
1813
1814 * modes.texi (Major Mode Conventions): Fundamental mode is exception.
1815
1816 * minibuf.texi (Basic Completion): Minor clarification.
1817
1818 * markers.texi (The Mark): Clarify existence vs activation of mark.
1819 Other cleanup.
1820
1821 * display.texi (Finding Overlays): Write better example.
1822
1823 * compile.texi (Eval During Compile): Clarify putting macros
1824 in eval-when-compile.
1825
c5602427 18262007-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br> (tiny change)
b8d4c8d0
GM
1827
1828 * loading.texi (How Programs Do Loading): Fix anchor position at
c5602427 1829 load-read-function definition doc.
b8d4c8d0
GM
1830
18312007-02-21 Kim F. Storm <storm@cua.dk>
1832
1833 * strings.texi (Text Comparison): Mention that assoc-string
1834 converts symbols to strings before testing.
1835
18362007-02-17 Kim F. Storm <storm@cua.dk>
1837
1838 * processes.texi (Bindat Spec): Vector types can have optional
1839 element type.
1840 (Bindat Examples): Fix example. Add vector with element type.
1841
18422007-02-16 Andreas Schwab <schwab@suse.de>
1843
1844 * strings.texi (Formatting Strings): Document '+' flag.
1845
18462007-02-15 Juanma Barranquero <lekktu@gmail.com>
1847
1848 * strings.texi (Modifying Strings): Clarify that `clear-string'
1849 always converts the string to unibyte.
1850
18512007-02-14 Kim F. Storm <storm@cua.dk>
1852
1853 * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
1854 Rewrite glyph code description to refer to these functions.
1855 Remove details of encoding face number and char into integer code.
1856
18572007-02-03 Alan Mackenzie <acm@muc.de>
1858
1859 * loading.texi (Hooks for Loading): Make the description of
1860 `eval-after-load' more detailed, and amend the description of
1861 after-load-alist, in accordance with changes from 2006-05.
1862
18632007-02-03 Chong Yidong <cyd@stupidchicken.com>
1864
1865 * modes.texi (Defining Minor Modes): Document that a :require
1866 keyword or similar may be required to make saved customization
1867 variables work.
1868
18692007-02-03 Eli Zaretskii <eliz@gnu.org>
1870
1871 * elisp.texi (Top): Make the detailed menu headers compliant with
1872 Texinfo guidelines and with what texnfo-upd.el expects. Add
1873 comments to prevent people from inadvertently modifying the key
1874 parts needed by `texinfo-multiple-files-update'.
1875
18762007-02-02 Eli Zaretskii <eliz@gnu.org>
1877
1878 * elisp.texi (Top): Update the top-level menus.
1879
1880 * syntax.texi (Categories): Add index entries.
1881
18822007-02-01 Juanma Barranquero <lekktu@gmail.com>
1883
1884 * display.texi (Attribute Functions): Fix name and description of
1885 the UNDERLINE arg of `set-face-underline-p'.
1886
18872007-01-29 Eli Zaretskii <eliz@gnu.org>
1888
1889 * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
1890 Variables", and "Standard Keymaps" to the detailed menu.
1891
1892 * variables.texi (Future Local Variables): Add index entry.
1893
18942007-01-28 Richard Stallman <rms@gnu.org>
1895
1896 * tips.texi (Coding Conventions): Clarify the tip about macros
1897 that define a function or a variable.
1898
1899 * files.texi (File Attributes): UID and GID can be floats.
1900 (Magic File Names): Explain why deferring all operations to
1901 the standard handler does not work.
1902
19032007-01-23 Martin Rudalics <rudalics@gmx.at>
1904
1905 * backups.texi (Reverting): Use "buffer" instead of "file"
1906 when talking about major and minor modes.
1907
19082007-01-21 Richard Stallman <rms@gnu.org>
1909
1910 * help.texi (Documentation): Add xref to Documentation Tips.
1911
19122007-01-14 Juanma Barranquero <lekktu@gmail.com>
1913
1914 * tips.texi (Coding Conventions): Fix typos.
1915
19162007-01-05 Richard Stallman <rms@gnu.org>
1917
1918 * modes.texi (Defining Minor Modes): Fix previous change.
1919
19202007-01-03 Richard Stallman <rms@gnu.org>
1921
1922 * customize.texi (Variable Definitions, Customization Types):
1923 Don't use * in doc string for defcustom.
1924
19252007-01-02 Richard Stallman <rms@gnu.org>
1926
1927 * variables.texi (Variable Aliases): Clarify that aliases vars
1928 always have the same value.
1929
1930 * processes.texi (Bindat Spec): Fix Texinfo usage.
1931
1932 * modes.texi (Defining Minor Modes): Explain effect of command
1933 defined with define-global-minor-mode on new buffers.
1934
19352006-12-30 Kim F. Storm <storm@cua.dk>
1936
1937 * keymaps.texi (Tool Bar): Describe `grow-only' value of
1938 `auto-resize-tool-bars'.
1939
19402006-12-30 Richard Stallman <rms@gnu.org>
1941
1942 * keymaps.texi (Active Keymaps): Fix previous change.
1943
19442006-12-30 Nick Roberts <nickrob@snap.net.nz>
1945
1946 * keymaps.texi (Active Keymaps): Make xref to lookup-key.
1947
19482006-12-30 Kim F. Storm <storm@cua.dk>
1949
1950 * processes.texi (Bindat Spec): Clarify using field names in
1951 length specifications.
1952
19532006-12-29 Kim F. Storm <storm@cua.dk>
1954
1955 * processes.texi (Bindat Spec): Explain eval forms and lengths better.
1956 Add count and index variables for eval forms in repeat blocks.
1957
19582006-12-24 Richard Stallman <rms@gnu.org>
1959
1960 * customize.texi (Variable Definitions): Document
1961 new name custom-add-frequent-value.
1962
19632006-12-19 Kim F. Storm <storm@cua.dk>
1964
1965 * commands.texi (Misc Events): User signals now result in sigusr1
1966 and sigusr2 events which are handled through special-event-map.
1967 (Special Events): User signals and drag-n-drop are special.
1968
19692006-12-17 Richard Stallman <rms@gnu.org>
1970
1971 * loading.texi (Named Features): Explain subfeatures better.
1972
1973 * customize.texi: Use "option" only for user options.
1974 For the keyword values inside defcustom etc, say "keywords".
1975 For :options value's elements, say "elements".
1976 :group should not be omitted.
1977
1978 * syntax.texi (Parsing Expressions): Split up node.
1979 (Motion via Parsing, Position Parse, Parser State)
1980 (Low-Level Parsing, Control Parsing): New subnodes.
1981 (Parser State): Document syntax-ppss-toplevel-pos.
1982
1983 * positions.texi (List Motion): Punctuation fix.
1984
1985 * files.texi (File Name Completion): Document PREDICATE arg
1986 to file-name-completion.
1987
19882006-12-16 Eli Zaretskii <eliz@gnu.org>
1989
1990 * internals.texi (Building Emacs, Writing Emacs Primitives):
1991 Add index entries.
1992
19932006-12-11 Richard Stallman <rms@gnu.org>
1994
1995 * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
1996 affects face menu. Explain how to make it non-nil without enabling
1997 any fontification.
1998
19992006-12-10 Chong Yidong <cyd@stupidchicken.com>
2000
2001 * modes.texi (Font Lock Basics): Document nil value of
2002 font-lock-defaults.
2003
20042006-12-10 Glenn Morris <rgm@gnu.org>
2005
2006 * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
2007 value for system-flag argument. Abbrev tables may not be empty
2008 when major modes are loaded.
2009
20102006-12-08 Juanma Barranquero <lekktu@gmail.com>
2011
2012 * makefile.w32-in (maintainer-clean): Partially revert last
2013 change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
2014 to protect elisp-covers.texi.
2015
20162006-12-07 Juanma Barranquero <lekktu@gmail.com>
2017
2018 * makefile.w32-in (maintainer-clean): Depend on `distclean'.
2019 Don't remove elisp* info files; they are already deleted by the
2020 `clean' and `distclean' targets, and they are in the $(infodir)
2021 directory, not the current one.
2022
20232006-12-04 Kim F. Storm <storm@cua.dk>
2024
2025 * commands.texi (Misc Events): Update signal events.
2026 (Event Examples): Add signal example.
2027
20282006-11-29 Richard Stallman <rms@gnu.org>
2029
2030 * frames.texi (Visibility of Frames): Explain visible windows
2031 can be covered by others. Add xref for raise-frame.
2032
20332006-11-28 Richard Stallman <rms@gnu.org>
2034
2035 * searching.texi (Regexp Special): Update when ^ is special.
2036
20372006-11-27 Eli Zaretskii <eliz@gnu.org>
2038
2039 * customize.texi (Customization, Common Keywords)
2040 (Group Definitions, Variable Definitions, Composite Types)
2041 (Type Keywords, Customization Types): Add index entries for
2042 various customization keywords.
2043
20442006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
2045
2046 * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
2047
c8763fb6 20482006-11-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
2049
2050 * frames.texi (Window System Selections): Remove clipboard from
2051 description of selection-coding-system.
2052
20532006-11-06 Richard Stallman <rms@gnu.org>
2054
2055 * lists.texi (List Variables): Document COMPARE-FN.
2056
2057 * keymaps.texi: Avoid use of "binding" to mean a relation;
2058 use it only to refer to the meaning associated with a key.
2059 (Keymaps): Change menu node description.
2060
2061 * elisp.texi (Top): Change menu node description.
2062
2063 * display.texi (Managing Overlays): Document overlay-recenter.
2064
20652006-10-29 Chong Yidong <cyd@stupidchicken.com>
2066
2067 * Makefile.in: Use relative paths to avoid advertising filesystem
2068 contents during compilation.
2069
20702006-10-23 Kim F. Storm <storm@cua.dk>
2071
2072 * commands.texi (Event Input Misc): Update unread-command-events.
2073
20742006-10-23 Nick Roberts <nickrob@snap.net.nz>
2075
2076 * lists.texi (Sets And Lists): Fix typos.
2077
20782006-10-18 Juanma Barranquero <lekktu@gmail.com>
2079
2080 * control.texi (Processing of Errors): Use @var for an argument,
2081 not @code.
2082
20832006-10-16 Richard Stallman <rms@gnu.org>
2084
2085 * edebug.texi (Edebug Recursive Edit): Minor cleanup.
2086
2087 * keymaps.texi (Format of Keymaps): Show all the keymap element
2088 patterns that result from menu items.
2089 (Key Lookup): Minor cleanups.
2090
2091 * modes.texi (Precalculated Fontification): Don't say that
2092 not setting font-lock-defaults avoids loading font-lock.
2093
2094 * help.texi (Documentation): Move xref to Emacs Manual here.
2095 (Documentation Basics): From here.
2096 Also doc emacs-lisp-docstring-fill-column.
2097
2098 * elisp.texi: Update version and ISBN.
2099
2100 * commands.texi (Interactive Call): Clarify KEYS arg to
2101 call-interactively is a vector.
2102 (Command Loop Info): Delete anchor in this-command-keys.
2103 Add anchor in this-command-keys-vector.
2104 (Recursive Editing): Document how recursive-edit
2105 handles the current buffer.
2106
21072006-10-13 Chong Yidong <cyd@stupidchicken.com>
2108
2109 * frames.texi (Frame Titles): %c and %l are ignored in
2110 frame-title-format.
2111
21122006-10-11 Richard Stallman <rms@gnu.org>
2113
2114 * keymaps.texi (Key Sequences): Clarify use of kbd.
2115
21162006-10-10 Kim F. Storm <storm@cua.dk>
2117
2118 * lists.texi (Sets And Lists): Add memql.
2119
21202006-10-03 Richard Stallman <rms@gnu.org>
2121
2122 * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
2123 Clarify :ascii: and :nonascii:.
2124
21252006-09-29 Juri Linkov <juri@jurta.org>
2126
2127 * modes.texi (%-Constructs): Reorder coding systems in the
2128 documentation of %z to the real order displayed in the modeline.
2129
21302006-09-25 Richard Stallman <rms@gnu.org>
2131
2132 * os.texi (Timers): Describe timer-max-repeats.
2133
21342006-09-25 Chong Yidong <cyd@stupidchicken.com>
2135
2136 * os.texi (Timers): Mention with-local-quit.
2137
21382006-09-24 Richard Stallman <rms@gnu.org>
2139
2140 * searching.texi (Searching and Matching): Mention property search.
2141
2142 * commands.texi (Command Loop Info): Explain how read-event affects
2143 this-command-keys.
2144
21452006-09-20 Richard Stallman <rms@gnu.org>
2146
2147 * os.texi (Timers): Clarify about REPEAT when timer is delayed.
2148
2149 * windows.texi (Window Start): Minor cleanups.
2150
21512006-09-20 Kim F. Storm <storm@cua.dk>
2152
2153 * windows.texi (Window Start): pos-visible-in-window-p allows
2154 specifying t for position to mean "end of window".
2155 Add window-line-height.
2156
2157 * anti.texi (Antinews): Mention window-line-height.
2158
21592006-09-19 David Kastrup <dak@gnu.org>
2160
2161 * keymaps.texi (Searching Keymaps): Small clarification.
2162
21632006-09-18 Richard Stallman <rms@gnu.org>
2164
2165 * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
2166 cause keyboard menus.
2167 (Menu Keymaps): Likewise.
2168 (Defining Menus, Keyboard Menus): Clarify.
2169
2170 * text.texi (Fields): Clarify explanation of constrain-to-field.
2171
21722006-09-16 Eli Zaretskii <eliz@gnu.org>
2173
2174 * variables.texi (Tips for Defining): Fix a typo.
2175
21762006-09-15 Richard Stallman <rms@gnu.org>
2177
2178 * keymaps.texi (Remapping Commands, Searching Keymaps)
2179 (Active Keymaps): Clean up previous change.
2180
21812006-09-15 Jay Belanger <belanger@truman.edu>
2182
2183 * gpl.texi: Replace "Library Public License" by "Lesser Public
2184 License" throughout.
2185
21862006-09-15 David Kastrup <dak@gnu.org>
2187
2188 * keymaps.texi (Active Keymaps): Adapt description to use
2189 `get-char-property' instead `get-text-property'. Explain how
2190 mouse events change this. Explain the new optional argument of
2191 `key-binding' and its mouse-dependent lookup.
2192 (Searching Keymaps): Adapt description similarly.
2193 (Remapping Commands): Explain the new optional argument of
2194 `command-remapping'.
2195
21962006-09-14 Richard Stallman <rms@gnu.org>
2197
2198 * keymaps.texi (Searching Keymaps): Clarification.
2199 (Active Keymaps): Refer to Searching Keymaps instead of duplication.
2200
22012006-09-13 Richard Stallman <rms@gnu.org>
2202
2203 * objects.texi (Character Type): Node split.
2204 Add xref to Describing Characters.
2205 (Basic Char Syntax, General Escape Syntax)
2206 (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
2207
22082006-09-11 Richard Stallman <rms@gnu.org>
2209
2210 * display.texi (Display Table Format): Wording clarification.
2211 (Glyphs): Clarifications.
2212
22132006-09-10 Chong Yidong <cyd@stupidchicken.com>
2214
2215 * keymaps.texi (Active Keymaps): Mention that key-binding checks
2216 local maps.
2217
22182006-09-10 Kim F. Storm <storm@cua.dk>
2219
2220 * display.texi (Forcing Redisplay): Document return value of
2221 function redisplay.
2222
22232006-09-09 Richard Stallman <rms@gnu.org>
2224
2225 * windows.texi (Window Hooks): Explain limits of
2226 window-scroll-functions.
2227
2228 * display.texi (Fringe Indicators): Update for last change in
2229 indicate-buffer-boundaries.
2230
22312006-09-08 Richard Stallman <rms@gnu.org>
2232
2233 * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
2234
22352006-09-06 Kim F. Storm <storm@cua.dk>
2236
2237 * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
2238
2239 * windows.texi (Window Start): Update pos-visible-in-window-p.
2240
22412006-09-04 Richard Stallman <rms@gnu.org>
2242
2243 * processes.texi (Accepting Output): Explain SECONDS=0 for
2244 accept-process-output.
2245
2246 * os.texi (Idle Timers): Explain why timer functions should not
2247 loop until (input-pending-p).
2248
22492006-09-02 Eli Zaretskii <eliz@gnu.org>
2250
2251 * makefile.w32-in (usermanualdir): New variable.
2252 (elisp.dvi): Use it.
2253
22542006-09-01 Eli Zaretskii <eliz@gnu.org>
2255
2256 * buffers.texi (Buffer Modification): Fix last change.
2257
22582006-09-01 Chong Yidong <cyd@stupidchicken.com>
2259
2260 * buffers.texi (Buffer Modification): Document
2261 buffer-chars-modified-tick.
2262
22632006-08-31 Richard Stallman <rms@gnu.org>
2264
2265 * modes.texi (Syntactic Font Lock): Mention specific faces once again.
2266
22672006-08-31 Richard Bielawski <RBielawski@moneygram.com> (tiny change)
2268
2269 * modes.texi (Syntactic Font Lock):
2270 Mention font-lock-syntactic-face-function
2271 instead of specific faces.
2272
22732006-08-29 Chong Yidong <cyd@stupidchicken.com>
2274
2275 * display.texi (Images): Add xrref to display-images-p.
2276
22772006-08-28 Kenichi Handa <handa@m17n.org>
2278
2279 * nonascii.texi (Lisp and Coding Systems): Fix description of
2280 detect-coding-region.
2281
22822006-08-27 Michael Olson <mwolson@gnu.org>
2283
2284 * processes.texi (Transaction Queues): Remove stray quote
2285 character.
2286
22872006-08-25 Richard Stallman <rms@gnu.org>
2288
2289 * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
2290 Add xref.
2291
22922006-08-24 Chong Yidong <cyd@stupidchicken.com>
2293
2294 * os.texi (Timers): Avoid waiting inside timers.
2295
22962006-08-21 Lute Kamstra <lute@gnu.org>
2297
2298 * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
2299
23002006-08-20 Richard Stallman <rms@gnu.org>
2301
2302 * os.texi (Idle Timers): New node, split out from Timers.
2303 Document current-idle-time.
2304 * commands.texi (Reading One Event): Update xref.
2305 * elisp.texi (Top): Update subnode menu.
2306
23072006-08-16 Richard Stallman <rms@gnu.org>
2308
2309 * keymaps.texi (Extended Menu Items): Show format of cached
2310 bindings in extended menu items.
2311
2312 * customize.texi (Variable Definitions): Explain when the
2313 standard value expression is evaluated.
2314
23152006-08-15 Chong Yidong <cyd@stupidchicken.com>
2316
2317 * commands.texi (Reading One Event): Explain idleness in
2318 `read-event'.
2319
23202006-08-12 Chong Yidong <cyd@stupidchicken.com>
2321
2322 * text.texi (Near Point): Say "cursor" not "terminal cursor".
2323 (Commands for Insertion): Removed split-line since it's not
2324 relevant for Lisp programming.
2325 (Yank Commands): Rewrite introduction.
2326 (Undo): Clarify.
2327 (Maintaining Undo): Clarify. Document undo-ask-before-discard.
2328 (Filling): Remove redundant comment. Clarify return value of
2329 current-justification.
2330 (Margins): Minor clarifications.
2331 (Adaptive Fill): Update default value of adaptive-fill-regexp.
2332 (Sorting): Update definition of sort-lines.
2333 (Columns): Clarify behavior of sort-columns.
2334 (Indent Tabs): Link to Tab Stops in Emacs manual.
2335 (Special Properties): Clarify.
2336 (Clickable Text): Mention Buttons package.
2337
23382006-08-12 Kevin Ryde <user42@zip.com.au>
2339
2340 * os.texi (Time Parsing): Add %z to description of
2341 format-time-string, as per docstring. Add cross reference to
2342 glibc manual for strftime.
2343
23442006-08-08 Richard Stallman <rms@gnu.org>
2345
2346 * modes.texi: Clean up wording in previous change.
2347
23482006-08-07 Chong Yidong <cyd@stupidchicken.com>
2349
2350 * modes.texi (Hooks): Clarify.
2351 (Major Mode Basics): Mention define-derived-mode explicitly.
2352 (Major Mode Conventions): Rebinding RET is OK for some modes.
2353 Mention change-major-mode-hook and after-change-major-mode-hook.
2354 (Example Major Modes): Moved to end of Modes section.
2355 (Mode Line Basics): Clarify.
2356 (Mode Line Data): Mention help-echo and local-map in strings.
2357 Explain reason for treatment of non-risky variables.
2358 (Properties in Mode): Clarify.
2359 (Faces for Font Lock): Add font-lock-negation-char-face.
2360
23612006-08-04 Eli Zaretskii <eliz@gnu.org>
2362
2363 * strings.texi (Formatting Strings): Warn against arbitrary
2364 strings as first arg to `format'.
2365
23662006-07-31 Thien-Thi Nguyen <ttn@gnu.org>
2367
2368 * text.texi (Clickable Text): Mention `help-echo' text property.
2369 Update intro, examples and associated explanations.
2370
23712006-07-31 Richard Stallman <rms@gnu.org>
2372
2373 * commands.texi: Update xrefs.
2374 (Event Mod): New node, cut out from old Translating Input.
2375
2376 * maps.texi: Update xrefs.
2377
2378 * keymaps.texi (Translation Keymaps): New node.
2379 Update xrefs from Translating Input to Translation Keymaps.
2380
2381 * elisp.texi (Top): Update subnode menu.
2382
2383 * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
2384
2385 * os.texi (System Interface): Fix menu descriptions of some nodes.
2386 (Translating Input): Node deleted.
2387
23882006-07-31 Nick Roberts <nickrob@snap.net.nz>
2389
2390 * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
2391
2392 * lists.texi (Sets And Lists): Likewise.
2393
23942006-07-30 Thien-Thi Nguyen <ttn@gnu.org>
2395
2396 * text.texi (Fields): Mention POS
2397 requirement when narrowing is in effect.
2398
23992006-07-28 Richard Stallman <rms@gnu.org>
2400
2401 * display.texi (Face Attributes): Simplify wording.
2402 (Attribute Functions): Clarify meaning of new-frame default
2403 attribute settings.
2404
2405 * customize.texi (Common Keywords): Document how to use
2406 :package-version in a package not in Emacs.
2407
24082006-07-28 Kim F. Storm <storm@cua.dk>
2409
2410 * commands.texi (Reading One Event): Fix last change.
2411
24122006-07-26 Chong Yidong <cyd@stupidchicken.com>
2413
2414 * commands.texi (Reading One Event): Document SECONDS argument for
2415 read-event, read-char, and read-char-exclusive.
2416
24172006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
2418
2419 * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
2420 to ensure correct identification.
2421
24222006-07-24 Richard Stallman <rms@gnu.org>
2423
2424 * text.texi (Clickable Text): Clarify.
2425
2426 * sequences.texi (Vector Functions): Delete duplicate xref.
2427
2428 * objects.texi (Function Type): Clarify.
2429
2430 * modes.texi (Keymaps and Minor Modes): List punct chars for minor
2431 modes.
2432
2433 * lists.texi (List Variables): New node.
2434 Material moved from other nodes.
2435
2436 * variables.texi (Setting Variables): add-to-list and
2437 add-to-ordered-list moved to List Variables node.
2438
24392006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
2440
2441 * text.texi (Links and Mouse-1):
2442 For mouse-on-link-p, expand on arg POS.
2443
24442006-07-21 Kim F. Storm <storm@cua.dk>
2445
2446 * display.texi (Forcing Redisplay): Don't mention systems which
2447 don't support sub-second timers for redisplay-preemption-period.
2448
2449 * os.texi (Terminal Output): Clarify text vs graphical terminal.
2450
24512006-07-21 Eli Zaretskii <eliz@gnu.org>
2452
2453 * frames.texi (Input Focus): Document that focus-follows-mouse has
2454 no effect on MS-Windows.
2455
24562006-07-18 Richard Stallman <rms@gnu.org>
2457
2458 * display.texi (Forcing Redisplay): Cleanups in previous change.
2459
2460 * processes.texi (Low-Level Network): Make menu more convenient.
2461
24622006-07-18 Kim F. Storm <storm@cua.dk>
2463
2464 * display.texi (Forcing Redisplay): redisplay-preemption-period
2465 only used on window systems. Add xref to Terminal Output.
2466
2467 * os.texi (Terminal Output): baud-rate only controls preemption on
2468 non-window systems. Add xref to Forcing Redisplay.
2469
2470 * processes.texi (Low-Level Network): Rename node "Make Network"
2471 to "Network Processes".
2472
24732006-07-18 Karl Berry <karl@gnu.org>
2474
2475 * variables.texi, functions.texi, customize.texi, loading.texi:
2476 * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
2477
24782006-07-17 Chong Yidong <cyd@stupidchicken.com>
2479
2480 * commands.texi (Waiting): Document batch-mode sit-for behavior.
2481
24822006-07-17 Richard Stallman <rms@gnu.org>
2483
2484 * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
2485 Put period and comma inside quotes.
2486
2487 * loading.texi, markers.texi: Use real doublequote inside menus.
2488
2489 * windows.texi: Put point and comma inside quotes.
2490 (Textual Scrolling): Use @samp for error message.
2491
2492 * variables.texi, tips.texi, syntax.texi, symbols.texi:
2493 * strings.texi, streams.texi, processes.texi, os.texi:
2494 * objects.texi, numbers.texi, modes.texi, minibuf.texi:
2495 * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
2496 * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
2497 * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
2498 Put point and comma inside quotes.
2499
2500 * control.texi (Processing of Errors): Add command-error-function.
2501
2502 * variables.texi (File Local Variables): Clarify that
2503 file local variables make buffer-local bindings.
2504
2505 * modes.texi (Syntactic Font Lock): Give default for
2506 font-lock-syntax-table.
2507
25082006-07-17 Nick Roberts <nickrob@snap.net.nz>
2509
2510 * text.texi (Special Properties): Clean up previous change.
2511
25122006-07-16 Karl Berry <karl@gnu.org>
2513
2514 * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
2515 * control.texi: Fix bad page breaks through chapter 10 (control).
2516
2517 * anti.texi (Antinews): Reorder face-attribute fns to avoid
2518 underfull hbox.
2519
25202006-07-15 Nick Roberts <nickrob@snap.net.nz>
2521
2522 * text.texi (Special Properties): Describe fontified text property
2523 in relation to a character (not text).
2524
25252006-07-15 Kim F. Storm <storm@cua.dk>
2526
2527 * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
2528 Add apropos-mode-map, custom-mode-map, esc-map, global-map,
2529 grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
2530
2531 * anti.texi (Antinews): Mention redisplay function.
2532 The kbd macro existed, but was not documented, before 22.x.
2533 Function pos-visible-in-window-p is not new in 22.x, just enhanced.
2534
25352006-07-14 Nick Roberts <nickrob@snap.net.nz>
2536
2537 * display.texi (Displaying Messages): Add anchor.
2538
2539 * frames.texi (Dialog Boxes): Use it.
2540
25412006-07-12 Richard Stallman <rms@gnu.org>
2542
2543 * objects.texi (Frame Type): Explain nature of frames better.
2544
2545 * frames.texi (Frames): Explain nature of frames better.
2546
25472006-07-12 Ken Manheimer <ken.manheimer@gmail.com>
2548
2549 * tips.texi (Coding Conventions): Explain why use cl at compile time.
2550
25512006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2552
2553 * frames.texi (Window System Selections): Mention scrap support for Mac.
2554 Default value of x-select-enable-clipboard is t on Mac.
2555
2556 * os.texi (Getting Out): Suspending is not allowed on Mac, either.
2557
25582006-07-11 Kim F. Storm <storm@cua.dk>
2559
2560 * display.texi (Forcing Redisplay): Add `redisplay' function.
2561 Don't mention (sit-for -1) -- use (redisplay t) instead.
2562
2563 * commands.texi (Waiting): (sit-for -1) is no longer special.
2564 (sit-for 0) is equivalent to (redisplay).
2565 Iconifying/deiconifying no longer makes sit-for return.
2566
25672006-07-10 Nick Roberts <nickrob@snap.net.nz>
2568
2569 * display.texi (Buttons): Fix typo.
2570
2571 * index.texi, elisp.texi (New Symbols): Comment node out.
2572
25732006-07-09 Richard Stallman <rms@gnu.org>
2574
2575 * display.texi (Truncation): Clean up previous change.
2576
25772006-07-08 Richard Stallman <rms@gnu.org>
2578
2579 * commands.texi (Interactive Call): Use 3 as prefix in example
2580 for execute-extended-command.
2581
2582 * display.texi (Attribute Functions): Move paragraph about
2583 compatibility with Emacs < 21.
2584
25852006-07-09 Kim F. Storm <storm@cua.dk>
2586
2587 * display.texi (Refresh Screen): Clarify force-window-update.
2588 (Truncation): "Normally" indicated by fringe arrows.
2589
25902006-07-08 Eli Zaretskii <eliz@gnu.org>
2591
2592 * windows.texi (Textual Scrolling, Resizing Windows):
2593 * variables.texi (Constant Variables):
2594 * text.texi (Buffer Contents, Deletion, Changing Properties)
2595 (Property Search, Special Properties, Sticky Properties)
2596 (Links and Mouse-1, Fields, Change Hooks):
2597 * syntax.texi (Syntax Table Functions, Parsing Expressions)
2598 (Categories):
2599 * symbols.texi (Other Plists):
2600 * streams.texi (Output Variables):
2601 * processes.texi (Input to Processes, Query Before Exit):
2602 * positions.texi (Word Motion, Text Lines, List Motion):
2603 * os.texi (Init File, System Environment, Sound Output)
2604 (Session Management):
2605 * nonascii.texi (Text Representations, Character Sets)
2606 (Chars and Bytes, Locales):
2607 * modes.texi (Defining Minor Modes, Header Lines):
2608 * minibuf.texi (Minibuffer Contents):
2609 * markers.texi (Information from Markers):
2610 * lists.texi (List Elements, Building Lists, Association Lists):
2611 * keymaps.texi (Tool Bar):
2612 * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
2613 * functions.texi (What Is a Function, Mapping Functions):
2614 * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
2615 (Color Names, Text Terminal Colors, Display Feature Testing):
2616 * files.texi (Visiting Functions, File Name Components)
2617 (Unique File Names, Contents of Directories):
2618 * display.texi (Forcing Redisplay, Displaying Messages)
2619 (Temporary Displays, Font Selection, Auto Faces)
2620 (Font Lookup, Fringe Indicators, Display Margins)
2621 (Image Descriptors, Showing Images, Image Cache, Button Types)
2622 (Making Buttons, Manipulating Buttons, Button Buffer Commands)
2623 (Display Table Format, Glyphs):
2624 * control.texi (Iteration):
2625 * commands.texi (Command Loop Info, Adjusting Point):
2626 * backups.texi (Making Backups, Auto-Saving):
2627 Remove @tindex entries.
2628
26292006-07-07 Kim F. Storm <storm@cua.dk>
2630
2631 * display.texi (Fringe Cursors): Fix typo.
2632 (Customizing Bitmaps): Fix define-fringe-bitmap entry.
2633 (Overlay Arrow): Default is overlay-arrow fringe indicator.
2634
26352006-07-05 Richard Stallman <rms@gnu.org>
2636
2637 * text.texi (Buffer Contents): Add example of text props
2638 in result of buffer-substring.
2639 (Text Properties): Explain better about use of specific property names.
2640 (Property Search): Some cleanups; reorder some functions.
2641
2642 * keymaps.texi (Changing Key Bindings): Cleanup.
2643 Add xref to Key Binding Conventions.
2644
2645 * display.texi (Attribute Functions): Add examples for
2646 face-attribute-relative-p.
2647
2648 * tips.texi (Coding Conventions): Cleanup last change.
2649
26502006-07-05 Karl Berry <karl@gnu.org>
2651
2652 * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
2653 Remove @setchapternewpage odd.
2654 Result is 1013 pages, down from 1100.
2655
2656 * anti.texi, customize.texi, display.texi, internals.texi:
2657 * minibuf.texi, modes.texi, tips.texi:
2658 Fix overfull/underfull boxes.
2659
26602006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
2661
2662 * edebug.texi (Instrumenting):
2663 Add Edebug-specific findex for eval-buffer.
2664 * loading.texi (Loading):
2665 Replace eval-current-buffer with eval-buffer.
2666
26672006-06-30 Nick Roberts <nickrob@snap.net.nz>
2668
2669 * locals.texi (Standard Buffer-Local Variables): Update the list
2670 of variables.
2671
26722006-06-26 Nick Roberts <nickrob@snap.net.nz>
2673
2674 * files.texi (File Name Completion): Point user to the node
2675 "Reading File Names".
2676
26772006-06-24 Eli Zaretskii <eliz@gnu.org>
2678
2679 * files.texi (Contents of Directories): Document case-insensitive
2680 behavior on respective filesystems.
2681
2682 * objects.texi (Character Type): Document that Emacs signals an
2683 error for unsupported Unicode characters specified as \uNNNN.
2684
26852006-06-19 Richard Stallman <rms@gnu.org>
2686
2687 * processes.texi (Bindat Spec): Clarify previous change.
2688
26892006-06-16 Richard Stallman <rms@gnu.org>
2690
2691 * tips.texi (Coding Conventions): Better explain conventions
2692 for definition constructs.
2693
2694 * text.texi (Special Properties): String value of `read-only'
2695 serves as the error message.
2696
2697 * objects.texi (Character Type): Clarify prev. change.
2698 (Non-ASCII in Strings): Mention \u and \U.
2699
2700 * commands.texi (Using Interactive): Explain problem of
2701 markers, etc., in command-history.
2702
27032006-06-14 Kim F. Storm <storm@cua.dk>
2704
2705 * commands.texi (Waiting): Negative arg to sit-for forces
2706 redisplay even if input is pending.
2707
2708 * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
2709 redisplay. Remove incorrect example of binding redisplay-dont-pause
2710 around (sit-for 0).
2711
27122006-06-13 Richard Stallman <rms@gnu.org>
2713
2714 * display.texi (Forcing Redisplay): Clarify previous change.
2715
27162006-06-13 Romain Francoise <romain@orebokech.com>
2717
2718 * display.texi (Forcing Redisplay): Fix typo.
2719
27202006-06-13 Kim F. Storm <storm@cua.dk>
2721
2722 * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
2723
27242006-06-10 Luc Teirlinck <teirllm@auburn.edu>
2725
2726 * tips.texi (Coding Conventions): Add `@end itemize'.
2727
27282006-06-10 Richard Stallman <rms@gnu.org>
2729
2730 * tips.texi (Coding Conventions): Explain use of coding systems
2731 to ensure one decoding for strings.
2732
27332006-06-09 Aidan Kehoe <kehoea@parhasard.net>
2734
2735 * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
2736 syntax.
2737
27382006-06-07 Eli Zaretskii <eliz@gnu.org>
2739
2740 * display.texi (Font Selection): Remove description of
2741 clear-face-cache.
2742
2743 * compile.texi (Eval During Compile): Fix a typo. Add index
2744 entries for possible uses of eval-when-compile.
2745
27462006-06-04 Thien-Thi Nguyen <ttn@gnu.org>
2747
2748 * display.texi (Abstract Display): Fix typo.
2749
27502006-06-03 Eli Zaretskii <eliz@gnu.org>
2751
2752 * minibuf.texi (Minibuffer History) <history-add-new-input>:
2753 Reword variable's description.
2754
27552006-06-01 Richard Stallman <rms@gnu.org>
2756
2757 * windows.texi (Splitting Windows): Clarify splitting nonselected
2758 window.
2759
27602006-05-31 Juri Linkov <juri@jurta.org>
2761
2762 * minibuf.texi (Minibuffer History): Add history-add-new-input.
2763
27642006-05-30 Richard Stallman <rms@gnu.org>
2765
2766 * display.texi (Line Height): Fix errors in description of
10d1d0af 2767 default line height and line-height property.
b8d4c8d0
GM
2768
2769 * nonascii.texi (Default Coding Systems): Further clarification.
2770
27712006-05-29 Luc Teirlinck <teirllm@auburn.edu>
2772
2773 * internals.texi (Pure Storage): Mention that an overflow in pure
2774 space causes a memory leak.
2775 (Garbage Collection): If there was an overflow in pure space,
2776 `garbage-collect' returns nil.
2777
27782006-05-30 Eli Zaretskii <eliz@gnu.org>
2779
2780 * nonascii.texi (Default Coding Systems): Fix it some more.
2781
27822006-05-29 Eli Zaretskii <eliz@gnu.org>
2783
2784 * nonascii.texi (Default Coding Systems): Fix last change.
2785
27862006-05-29 Kenichi Handa <handa@m17n.org>
2787
2788 * nonascii.texi (find-operation-coding-system): Describe the new
2789 argument format (FILENAME . BUFFER).
2790
27912006-05-28 Richard Stallman <rms@gnu.org>
2792
2793 * tips.texi (Coding Conventions): Better explain reasons not to
2794 advise other packages or use `eval-after-load'.
2795
27962006-05-29 Kim F. Storm <storm@cua.dk>
2797
2798 * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
2799 `bindat-idx' and `bindat-raw' for clarity.
2800
28012006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
2802
2803 * processes.texi (Bindat Spec): Expand on `repeat' handler.
2804
2805 * display.texi (Display): Add "Abstract Display" to menu.
2806 (Abstract Display, Abstract Display Functions)
2807 (Abstract Display Example): New nodes.
2808 * elisp.texi (Top): Add "Abstract Display" to menu.
2809
28102006-05-27 Chong Yidong <cyd@stupidchicken.com>
2811
2812 * keymaps.texi (Key Sequences): Link to input events definition.
2813 (Format of Keymaps): Delete material duplicated in Keymap Basics.
2814
2815 * files.texi (Changing Files): Document updated argument list for
2816 copy-file.
2817
28182006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
2819
2820 * processes.texi (Bindat Functions): Explain term "total length".
2821 Use it in bindat-length and bindat-pack descriptions.
2822
28232006-05-26 Eli Zaretskii <eliz@gnu.org>
2824
2825 * tips.texi (Coding Conventions): Advise against using
2826 eval-after-load in packages. Add an index entry.
2827
28282006-05-25 Juri Linkov <juri@jurta.org>
2829
2830 * minibuf.texi (Text from Minibuffer): Undocument keep-all.
2831
2832 * modes.texi (%-Constructs): Add %e, %z, %Z.
2833
28342006-05-25 Richard Stallman <rms@gnu.org>
2835
2836 * elisp.texi (Top): Update subnode menu.
2837
2838 * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
2839 (Keymaps): Update menu.
2840
28412006-05-25 Chong Yidong <cyd@stupidchicken.com>
2842
2843 * keymaps.texi (Key Sequences): Some clarifications.
2844
28452006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
2846
2847 * processes.texi (Bindat Functions): Say "unibyte string"
2848 explicitly for bindat-unpack and bindat-pack descriptions.
2849 (Bindat Examples): Don't call `string-make-unibyte' in example.
2850
28512006-05-25 Chong Yidong <cyd@stupidchicken.com>
2852
2853 * keymaps.texi (Key Sequences): Renamed from Keymap Terminology.
c5602427 2854 Explain string and vector representations of key sequences.
b8d4c8d0
GM
2855
2856 * keymaps.texi (Changing Key Bindings):
dd7b651b 2857 * commands.texi (Interactive Codes):
b8d4c8d0
GM
2858 * help.texi (Describing Characters): Refer to it.
2859
28602006-05-23 Luc Teirlinck <teirllm@auburn.edu>
2861
2862 * frames.texi (Pointer Shape): @end table -> @end defvar.
2863
28642006-05-22 Richard Stallman <rms@gnu.org>
2865
2866 * elisp.texi (Top): Update subnode menus.
2867
2868 * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
2869 Contents rewritten; material from old Pointer Shape node moved here.
2870
2871 * display.texi (Pointer Shape): Node deleted.
2872 (Image Descriptors): Minor cleanup.
2873
28742006-05-21 Richard Stallman <rms@gnu.org>
2875
2876 * syntax.texi (Parsing Expressions): Update info on which STATE
2877 elements are ignored.
2878
28792006-05-19 Luc Teirlinck <teirllm@auburn.edu>
2880
2881 * hooks.texi (Standard Hooks): Correct typo.
2882
2883 * gpl.texi (GPL): ifinfo -> ifnottex.
2884
28852006-05-19 Michael Ernst <mernst@alum.mit.edu> (tiny change)
2886
2887 * searching.texi (Simple Match Data): Warn about match data being
2888 set anew by every search.
2889
28902006-05-17 Richard Stallman <rms@gnu.org>
2891
2892 * minibuf.texi (Minibuffer History): Clarify.
2893
2894 * searching.texi (Regexp Special): Clarify nested regexp warning.
2895
28962006-05-16 Kim F. Storm <storm@cua.dk>
2897
2898 * minibuf.texi (Minibuffer History): Update add-to-history.
2899
29002006-05-15 Oliver Scholz <epameinondas@gmx.de> (tiny change)
2901
2902 * nonascii.texi (Explicit Encoding): Fix
2903 typo (encoding<->decoding).
2904
29052006-05-14 Richard Stallman <rms@gnu.org>
2906
2907 * buffers.texi (Creating Buffers): Cleanup.
2908
2909 * files.texi (Visiting Functions): Rewrite in find-file-noselect.
2910
29112006-05-13 Eli Zaretskii <eliz@gnu.org>
2912
2913 * buffers.texi (Current Buffer): Document that with-temp-buffer
2914 disables undo.
2915
2916 * os.texi (Terminal-Specific): More accurate description of how
2917 Emacs searches for the terminal-specific libraries.
2918
29192006-05-12 Eli Zaretskii <eliz@gnu.org>
2920
2921 * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
2922 emacs-xtra to @inforef's.
2923
2924 * text.texi (Undo): Document that undo is turned off in buffers
2925 whose names begin with a space.
2926
2927 * buffers.texi (Buffer Names): Add index entries for buffers whose
2928 names begin with a space.
2929 (Creating Buffers): Document that undo is turned off in buffers
2930 whose names begin with a space.
2931
2932 * files.texi (Visiting Functions, Reading from Files)
2933 (Saving Buffers): Mention code and EOL conversions by file I/O
2934 primitives and subroutines.
2935
2936 * nonascii.texi (Lisp and Coding Systems): Document
2937 coding-system-eol-type. Add index entries for eol conversion.
2938
2939 * display.texi (Defining Faces): Mention `mac', and add an xref to
2940 where window-system is described.
2941
29422006-05-10 Richard Stallman <rms@gnu.org>
2943
2944 * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
2945
29462006-05-10 Reiner Steib <Reiner.Steib@gmx.de>
2947
2948 * variables.texi (File Local Variables): Recommend to quote lambda
2949 expressions in safe-local-variable property.
2950
29512006-05-09 Richard Stallman <rms@gnu.org>
2952
2953 * variables.texi (File Local Variables): Document
2954 safe-local-eval-forms and safe-local-eval-function.
2955
29562006-05-07 Kim F. Storm <storm@cua.dk>
2957
2958 * minibuf.texi (Minibuffer History): Remove keep-dups arg
2959 from add-to-history.
2960
29612006-05-07 Romain Francoise <romain@orebokech.com>
2962
2963 * commands.texi (Event Input Misc):
2964 * compile.texi (Eval During Compile):
2965 * internals.texi (Buffer Internals):
2966 * minibuf.texi (Initial Input):
2967 * nonascii.texi (Scanning Charsets):
2968 * numbers.texi (Comparison of Numbers):
2969 * windows.texi (Textual Scrolling, Vertical Scrolling):
2970 Fix various typos.
2971
29722006-05-06 Eli Zaretskii <eliz@gnu.org>
2973
2974 * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
2975 conditional xref's to either emacs or emacs-xtra, depending on
2976 @iftex/@ifnottex.
2977
2978 * minibuf.texi (Minibuffer History): Document add-to-history.
2979
29802006-05-05 Eli Zaretskii <eliz@gnu.org>
2981
2982 * internals.texi (Pure Storage): Mention the pure overflow message
2983 at startup.
2984
c8763fb6 29852006-05-05 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
2986
2987 * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
2988 (Searching Keymaps): Fix pseudo-Lisp description of keymap
2989 search.
2990
29912006-05-01 Richard Stallman <rms@gnu.org>
2992
2993 * intro.texi (nil and t): Clarify.
2994
2995 * variables.texi (File Local Variables): Suggest using booleanp.
2996
29972006-05-01 Juanma Barranquero <lekktu@gmail.com>
2998
2999 * objects.texi (Type Predicates): Fix typos.
3000
30012006-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
3002
3003 * intro.texi (nil and t): Add booleanp.
3004
3005 * objects.texi (Type Predicates): Add links for booleanp and
3006 string-or-null-p.
3007
30082006-04-29 Richard Stallman <rms@gnu.org>
3009
3010 * modes.texi (Multiline Font Lock): Rename from
3011 Multi line Font Lock Elements. Much clarification.
3012 (Font Lock Multiline, Region to Fontify): Much clarification.
3013
30142006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
3015
3016 * variables.texi (File Local Variables): Remove the special case t for
3017 safe-local-variable.
3018
30192006-04-26 Richard Stallman <rms@gnu.org>
3020
3021 * syntax.texi (Parsing Expressions): Minor cleanup.
3022
30232006-04-18 Richard Stallman <rms@gnu.org>
3024
3025 * tips.texi (Coding Conventions): Explain when the package's
3026 prefix should appear later on (not at the start of the name).
3027
3028 * searching.texi (String Search): Clarify effect of NOERROR.
3029
3030 * modes.texi (Imenu): Clarify what special items do.
3031
3032 * hooks.texi (Standard Hooks): Delete text about old hook names.
3033
30342006-04-17 Romain Francoise <romain@orebokech.com>
3035
3036 * variables.texi (Local Variables): Update the default value of
3037 `max-specpdl-size'.
3038
30392006-04-15 Michael Olson <mwolson@gnu.org>
3040
3041 * processes.texi (Transaction Queues): Mention the new optional
3042 `delay-question' argument for `tq-enqueue'.
3043
30442006-04-13 Bill Wohler <wohler@newt.com>
3045
3046 * customize.texi (Common Keywords): Use dotted notation for
3047 :package-version value. Specify its values. Improve documentation
3048 for customize-package-emacs-version-alist.
3049
30502006-04-12 Bill Wohler <wohler@newt.com>
3051
3052 * customize.texi (Common Keywords): Move description of
3053 customize-package-emacs-version-alist to @defvar.
3054
30552006-04-10 Bill Wohler <wohler@newt.com>
3056
3057 * customize.texi (Common Keywords): Add :package-version.
3058
30592006-04-10 Kim F. Storm <storm@cua.dk>
3060
3061 * text.texi (Buffer Contents): Add NOPROPS arg to
3062 filter-buffer-substring.
3063
30642006-04-08 Kevin Ryde <user42@zip.com.au>
3065
3066 * os.texi (Command-Line Arguments): Update xref to emacs manual
3067 "Command Arguments" -> "Emacs Invocation", per change there.
3068
30692006-04-08 Thien-Thi Nguyen <ttn@gnu.org>
3070
3071 * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
3072 be on one line to help makeinfo not render two spaces after the dot.
3073
30742006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
3075
3076 * strings.texi (Predicates for Strings): Add string-or-null-p.
3077
30782006-03-28 Kim F. Storm <storm@cua.dk>
3079
3080 * processes.texi (Accepting Output): Remove obsolete (and incorrect)
3081 remarks about systems that don't support fractional seconds.
3082
30832006-03-25 Karl Berry <karl@gnu.org>
3084
3085 * elisp.texi: Use @copyright{} instead of (C), and do not indent
3086 the year list.
3087
30882006-03-21 Nick Roberts <nickrob@snap.net.nz>
3089
3090 * display.texi (Fringe Indicators): Fix typos.
3091
30922006-03-19 Luc Teirlinck <teirllm@auburn.edu>
3093
3094 * tips.texi (Documentation Tips): One can now also write `program'
3095 in front of a quoted symbol in a docstring to prevent making a
3096 hyperlink.
3097
30982006-03-19 Alan Mackenzie <acm@muc.de>
3099
3100 * text.texi (Special Properties): Clarify `fontified' property.
3101
31022006-03-16 Richard Stallman <rms@gnu.org>
3103
3104 * display.texi (Defining Images): Minor cleanup.
3105
31062006-03-16 Bill Wohler <wohler@newt.com>
3107
3108 * display.texi (Defining Images): In image-load-path-for-library,
3109 prefer user's images.
3110
31112006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
3112
3113 * modes.texi (Region to Fontify): Remove font-lock-lines-before.
3114
31152006-03-15 Bill Wohler <wohler@newt.com>
3116
3117 * display.texi (Defining Images): Fix example in
3118 image-load-path-for-library by not recommending that one binds
3119 image-load-path. Just defvar it to placate compiler and only use
3120 it if previously defined.
3121
31222006-03-14 Bill Wohler <wohler@newt.com>
3123
3124 * display.texi (Defining Images): In image-load-path-for-library,
3125 always return list of directories. Update example.
3126
31272006-03-14 Alan Mackenzie <acm@muc.de>
3128
3129 * modes.texi: New node, "Region to Fontify" (for Font Lock).
3130 This describes font-lock-extend-region-function.
3131 ("Other Font Lock Variables"): Move "font-lock-lines-before" to
3132 the new node "Region to Fontify".
3133
31342006-03-13 Richard Stallman <rms@gnu.org>
3135
3136 * display.texi (Invisible Text): The impossible position is
3137 now before the invisible text, not after.
3138 (Defining Images): Clean up last change.
3139
31402006-03-11 Bill Wohler <wohler@newt.com>
3141
3142 * display.texi (Defining Images): Add image-load-path-for-library.
3143
31442006-03-11 Luc Teirlinck <teirllm@auburn.edu>
3145
3146 * text.texi (Adaptive Fill): Fix Texinfo usage.
3147
3148 * strings.texi (Creating Strings): Fix Texinfo usage.
3149
3150 * searching.texi (Regexp Special): Use @samp for regular
3151 expressions that are not in Lisp syntax.
3152
31532006-03-08 Luc Teirlinck <teirllm@auburn.edu>
3154
3155 * searching.texi (Regexp Special): Put remark between parentheses
3156 to avoid misreading.
3157
31582006-03-07 Luc Teirlinck <teirllm@auburn.edu>
3159
3160 * searching.texi (Syntax of Regexps): More accurately describe
3161 which characters are special in which situations.
3162 (Regexp Special): Recommend _not_ to quote `]' or `-' when they
3163 are not special. Describe in detail when `[' and `]' are special.
3164 (Regexp Backslash): Plenty of regexps with unbalanced square
3165 brackets are valid, so reword that statement.
3166
31672006-03-02 Kim F. Storm <storm@cua.dk>
3168
3169 * keymaps.texi (Tool Bar): Add tool-bar-border.
3170
31712006-02-28 Luc Teirlinck <teirllm@auburn.edu>
3172
3173 * loading.texi (Load Suffixes): Rephrase last paragraph. Fix typos.
3174
31752006-02-27 Luc Teirlinck <teirllm@auburn.edu>
3176
3177 * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
3178
3179 * files.texi (Locating Files): Suggest additional values for the
3180 SUFFIXES arg of `locate-file'. Update pxref.
3181
3182 * loading.texi (Loading): Include new node "Load Suffixes" in menu.
3183 (How Programs Do Loading): Discuss the effects of Auto Compression
3184 mode on `load'.
3185 (Load Suffixes): New node.
3186 (Library Search): Delete description of `load-suffixes'; it was
3187 moved to "Load Suffixes".
3188 (Autoload, Named Features): Mention `load-suffixes'.
3189
31902006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
3191
3192 * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
3193
3194 * windows.texi (Window Tree): Fix typo.
3195
31962006-02-20 Kim F. Storm <storm@cua.dk>
3197
3198 * display.texi (Fringe Indicators): New section.
3199 Move indicate-empty-lines, indicate-buffer-boundaries, and
3200 default-indicate-buffer-boundaries here.
3201 Add fringe-indicator-alist and default-fringes-indicator-alist.
3202 Add list of logical fringe indicator symbols.
3203 Update list of standard bitmap names.
3204 (Fringe Cursors): New section.
3205 Move overflow-newline-into-fringe here.
3206 Add fringe-cursor-alist and default-fringes-cursor-alist.
3207 Add list of fringe cursor symbols.
3208
32092006-02-20 Juanma Barranquero <lekktu@gmail.com>
3210
3211 * commands.texi (Using Interactive): Fix reference to node
3212 "Minibuffers".
3213
32142006-02-19 Richard M. Stallman <rms@gnu.org>
3215
3216 * minibuf.texi (High-Level Completion):
3217 Add xref to read-input-method-name.
3218
3219 * files.texi (Relative File Names): Move file-relative-name here.
3220 (File Name Expansion): From here. Minor clarifications.
3221
3222 * commands.texi (Using Interactive): Add xrefs about reading input.
3223 Clarify remarks about that moving point and mark.
3224 Put string case before list case.
3225
c8763fb6 32262006-02-16 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
3227
3228 * display.texi (Other Display Specs, Image Descriptors):
3229 Revert erroneous changes. The previous description of
3230 image-descriptors as `(image . PROPS)' was correct.
3231
32322006-02-14 Richard M. Stallman <rms@gnu.org>
3233
3234 * variables.texi (File Local Variables): Clarifications.
3235
32362006-02-14 Juanma Barranquero <lekktu@gmail.com>
3237
3238 * variables.texi (File Local Variables): Use @code for a cons
3239 cell, not @var.
3240
32412006-02-13 Chong Yidong <cyd@stupidchicken.com>
3242
3243 * variables.texi (File Local Variables): Document new file local
3244 variable behavior.
3245
32462006-02-10 Kim F. Storm <storm@cua.dk>
3247
3248 * eval.texi (Function Indirection): Add NOERROR to indirect-function.
3249
32502006-02-08 Juanma Barranquero <lekktu@gmail.com>
3251
3252 * modes.texi (%-Constructs): Remove obsolete info about
3253 `global-mode-string'.
3254
32552006-02-07 Richard M. Stallman <rms@gnu.org>
3256
3257 * commands.texi (Prefix Command Arguments): Minor cleanup.
3258
3259 * display.texi: "Graphical display", not window system.
3260
3261 * functions.texi (What Is a Function): Fix xref.
3262
3263 * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
3264 (Changing Key Bindings): Clarify when remapping is better than
3265 substitute-key-definition.
3266
32672006-02-02 Richard M. Stallman <rms@gnu.org>
3268
3269 * minibuf.texi (Basic Completion): Completion alists are risky.
3270
3271 * keymaps.texi (Active Keymaps): Clarifications.
3272 (Searching Keymaps): New node.
3273 (Keymaps): Update menu.
3274
3275 * frames.texi (Layout Parameters): Minor clarification.
3276 (Drag and Drop): New node.
3277 (Frames): Update menu.
3278
32792006-01-29 Chong Yidong <cyd@stupidchicken.com>
3280
3281 * display.texi (Other Display Specs, Image Descriptors):
3282 Image description is a list, not a cons cell.
3283
32842006-01-28 Luc Teirlinck <teirllm@auburn.edu>
3285
3286 * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
3287 list is not necessarily a list).
3288
32892006-01-27 Eli Zaretskii <eliz@gnu.org>
3290
3291 * frames.texi (Layout Parameters): border-width and
3292 internal-border-width belong to the frame, not the window.
3293
32942006-01-19 Richard M. Stallman <rms@gnu.org>
3295
3296 * nonascii.texi (Translation of Characters): Search cmds use
3297 translation-table-for-input. Automatically made local.
3298
3299 * markers.texi (Overview of Markers): Count insertion type
3300 as one of a marker's attributes.
3301
3302 * keymaps.texi (Controlling Active Maps): New node, split out of
3303 Active Keymaps.
3304 (Keymaps): Menu updated.
3305 (Active Keymaps): Give pseudocode to explain how the active
3306 maps are searched. current-active-maps and key-binding moved here.
3307 (Functions for Key Lookup): current-active-maps and key-binding moved.
3308 Clarifications.
3309 (Searching the Keymaps): New subnode.
3310
3311 * elisp.texi (Top): Menu clarification.
3312
3313 * display.texi (Other Display Specs): Delete duplicate entry for
3314 just a string as display spec. Move text about recursive display
3315 specs on such a string.
3316
3317 * commands.texi (Key Sequence Input): Clarify.
3318 Move num-nonmacro-input-events out.
3319 (Reading One Event): num-nonmacro-input-events moved here.
3320
33212006-01-14 Nick Roberts <nickrob@snap.net.nz>
3322
3323 * advice.texi (Simple Advice): Update example to fit argument
3324 change in previous-line.
3325
33262006-01-05 Richard M. Stallman <rms@gnu.org>
3327
3328 * markers.texi (The Mark): Fix in `mark'.
3329
33302006-01-04 Richard M. Stallman <rms@gnu.org>
3331
3332 * processes.texi (Misc Network, Make Network): Minor cleanups.
3333
33342006-01-04 Kim F. Storm <storm@cua.dk>
3335
3336 * processes.texi (Make Network): Add IPv6 addresses and handling.
3337 (Network Feature Testing): Mention (:family ipv6).
3338 (Misc Network): Add IPv6 formats to format-network-address.
3339
33402005-12-30 Richard M. Stallman <rms@gnu.org>
3341
3342 * text.texi (Changing Properties):
3343 Don't use return value of set-text-properties.
3344
33452005-12-29 Luc Teirlinck <teirllm@auburn.edu>
3346
3347 * modes.texi (Mode Line Format): Correct typo in menu.
3348
33492005-12-29 Richard M. Stallman <rms@gnu.org>
3350
3351 * modes.texi (Mode Line Top): New node.
3352 (Mode Line Data): Some text moved to new node.
3353 Explain the data structure more concretely.
3354 (Mode Line Basics): Clarifications.
3355 (Mode Line Variables): Clarify intro paragraph.
3356 (%-Constructs): Clarify intro paragraph.
3357 (Mode Line Format): Update menu.
3358
33592005-12-28 Luc Teirlinck <teirllm@auburn.edu>
3360
3361 * minibuf.texi (Basic Completion): Update lazy-completion-table
3362 examples for removal of ARGS argument.
3363
33642005-12-23 Richard M. Stallman <rms@gnu.org>
3365
3366 * text.texi (Undo): Restore some explanation from the version
3367 that was deleted.
3368
33692005-12-23 Eli Zaretskii <eliz@gnu.org>
3370
3371 * text.texi (Undo): Remove duplicate descriptions of `apply
3372 funname' and `apply delta' elements of the undo list.
3373
33742005-12-20 Richard M. Stallman <rms@gnu.org>
3375
3376 * help.texi (Help Functions): Update documentation of `apropos'.
3377
33782005-12-20 Luc Teirlinck <teirllm@auburn.edu>
3379
3380 * customize.texi (Type Keywords): Delete xref to "Text help-echo",
3381 because it is confusing. If the :help-echo keyword is a function,
3382 it is not directly used as the :help-echo overlay property, as the
3383 xref seems to suggest (it does not take the appropriate args).
3384
33852005-12-19 Luc Teirlinck <teirllm@auburn.edu>
3386
3387 * customize.texi (Common Keywords): Fix Texinfo usage.
3388 (Group Definitions, Variable Definitions): Update for new
3389 conventions for using `*' in docstrings.
3390
3391 * tips.texi (Documentation Tips): Update for new conventions for
3392 using `*' in docstrings.
3393
33942005-12-16 Richard M. Stallman <rms@gnu.org>
3395
3396 * minibuf.texi (Minibuffer Contents): Minor cleanup.
3397
33982005-12-16 Juri Linkov <juri@jurta.org>
3399
3400 * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
3401
34022005-12-14 Romain Francoise <romain@orebokech.com>
3403
3404 * modes.texi (Customizing Keywords): Rename `append' to `how'.
3405 Fix typo.
3406
34072005-12-11 Juri Linkov <juri@jurta.org>
3408
3409 * minibuf.texi (Completion Commands): Add mention of read-file-name
3410 for filename completion keymaps.
3411 (Reading File Names): Add mention of filename completion keymaps
3412 for read-file-name and xref to `Completion Commands'.
3413
34142005-12-10 Richard M. Stallman <rms@gnu.org>
3415
3416 * customize.texi (Common Keywords): State caveats for use of :tag.
3417
34182005-12-08 Richard M. Stallman <rms@gnu.org>
3419
3420 * minibuf.texi (Intro to Minibuffers): Replace list of local maps
3421 with xrefs and better explanation.
3422 (Completion Commands): Add the filename completion maps.
3423
3424 * objects.texi (Character Type): Clarify that \s is not space
3425 if a dash follows.
3426
34272005-12-05 Richard M. Stallman <rms@gnu.org>
3428
3429 * windows.texi (Resizing Windows): Delete preserve-before args.
3430
34312005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
3432
3433 * keymaps.texi (Format of Keymaps): Remove mention of a quirk
3434 in full keymaps, since the quirk has been fixed.
3435
34362005-12-03 Eli Zaretskii <eliz@gnu.org>
3437
3438 * hooks.texi (Standard Hooks): Add index entries. Mention
3439 `compilation-finish-functions'.
3440
34412005-11-27 Richard M. Stallman <rms@gnu.org>
3442
3443 * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
3444
34452005-11-21 Juri Linkov <juri@jurta.org>
3446
3447 * customize.texi (Common Keywords): Update links types
3448 custom-manual and url-link. Add link types emacs-library-link,
3449 file-link, function-link, variable-link, custom-group-link.
3450
34512005-11-20 Chong Yidong <cyd@stupidchicken.com>
3452
3453 * display.texi: Revert 2005-11-20 change.
3454
34552005-11-20 Thien-Thi Nguyen <ttn@gnu.org>
3456
3457 * processes.texi (Bindat Functions):
3458 Say "third" to refer to zero-based index "2".
3459
34602005-11-18 Luc Teirlinck <teirllm@auburn.edu>
3461
3462 * loading.texi (Library Search): Update the default value of
3463 `load-suffixes'.
3464
34652005-11-17 Chong Yidong <cyd@stupidchicken.com>
3466
3467 * display.texi (Attribute Functions): Mention :ignore-defface.
3468
34692005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
3470
3471 * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
3472 (Minor Mode Conventions): Mention the use of a hook.
3473
34742005-11-06 Richard M. Stallman <rms@gnu.org>
3475
3476 * files.texi (Magic File Names): find-file-name-handler checks the
3477 `operations' property of the handler.
3478
34792005-11-03 Richard M. Stallman <rms@gnu.org>
3480
3481 * variables.texi (Frame-Local Variables): Small clarification.
3482
34832005-10-29 Chong Yidong <cyd@stupidchicken.com>
3484
3485 * os.texi (Init File): Document ~/.emacs.d/init.el.
3486
34872005-10-29 Richard M. Stallman <rms@gnu.org>
3488
3489 * internals.texi (Garbage Collection): Document memory-full.
3490
34912005-10-28 Bill Wohler <wohler@newt.com>
3492
3493 * tips.texi (Documentation Tips): Help mode now creates hyperlinks
3494 for URLs.
3495
34962005-10-28 Richard M. Stallman <rms@gnu.org>
3497
3498 * minibuf.texi (Completion Commands): Clean up prev change.
3499
35002005-10-26 Kevin Ryde <user42@zip.com.au>
3501
3502 * compile.texi (Eval During Compile): Explain recommended uses
3503 of eval-when-compile and eval-and-compile.
3504
35052005-10-27 Masatake YAMATO <jet@gyve.org>
3506
3507 * minibuf.texi (Completion Commands):
3508 Write about new optional argument for `display-completion-list'.
3509
35102005-10-23 Richard M. Stallman <rms@gnu.org>
3511
3512 * display.texi (Overlay Arrow): Clarify about local bindings of
3513 overlay-arrow-position.
3514
35152005-10-22 Eli Zaretskii <eliz@gnu.org>
3516
3517 * internals.texi (Building Emacs): Fix last change.
3518
35192005-10-22 Richard M. Stallman <rms@gnu.org>
3520
3521 * internals.texi (Building Emacs): Document eval-at-startup.
3522
35232005-10-21 Richard M. Stallman <rms@gnu.org>
3524
3525 * loading.texi (Where Defined): load-history contains abs file names.
3526 symbol-file returns abs file names.
3527
35282005-10-19 Kim F. Storm <storm@cua.dk>
3529
3530 * display.texi (Showing Images): Add max-image-size integer value.
3531
35322005-10-18 Chong Yidong <cyd@stupidchicken.com>
3533
3534 * display.texi (Showing Images): Document max-image-size.
3535
35362005-10-17 Richard M. Stallman <rms@gnu.org>
3537
3538 * commands.texi (Quitting): Minor clarification.
3539
3540 * processes.texi (Sentinels): Clarify about output and quitting.
3541 (Filter Functions): Mention with-local-quit.
3542
35432005-10-17 Juri Linkov <juri@jurta.org>
3544
3545 * buffers.texi (Current Buffer):
3546 * commands.texi (Event Input Misc):
3547 * compile.texi (Eval During Compile, Compiler Errors):
3548 * customize.texi (Group Definitions):
3549 * display.texi (Progress, Defining Faces):
3550 * files.texi (Writing to Files):
3551 * modes.texi (Mode Hooks, Defining Minor Modes):
3552 * streams.texi (Output Functions):
3553 * syntax.texi (Syntax Table Functions):
3554 * text.texi (Change Hooks):
3555 Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
3556
3557 * commands.texi (Quitting): Replace arg `forms' with `body' in
3558 `with-local-quit'.
3559
3560 * positions.texi (Excursions): Replace arg `forms' with `body' in
3561 `save-excursion'.
3562
35632005-10-08 Kim F. Storm <storm@cua.dk>
3564
3565 * windows.texi (Window Tree): Rename window-split-tree to window-tree.
3566 Rename manual section accordingly.
3567
35682005-10-04 Kim F. Storm <storm@cua.dk>
3569
3570 * windows.texi (Window Split Tree): New section describing
3571 new function window-split-tree function.
3572
35732005-10-03 Nick Roberts <nickrob@snap.net.nz>
3574
3575 * display.texi (Fringe Size/Pos): Simplify and add detail.
3576
35772005-09-30 Romain Francoise <romain@orebokech.com>
3578
3579 * minibuf.texi (High-Level Completion): Explain that the prompt
3580 given to `read-buffer' should end with a colon and a space.
3581 Update usage examples.
3582
35832005-09-29 Juri Linkov <juri@jurta.org>
3584
3585 * display.texi (Displaying Messages): Rename argument name
3586 `string' to `format-string' in functions `message', `message-box',
3587 `message-or-box'.
3588
35892005-09-26 Chong Yidong <cyd@stupidchicken.com>
3590
3591 * errors.texi (Standard Errors): Correct xrefs.
3592
35932005-09-18 Chong Yidong <cyd@stupidchicken.com>
3594
3595 * display.texi (Defining Images): Update documentation for
3596 `image-load-path'.
3597
35982005-09-17 Richard M. Stallman <rms@gnu.org>
3599
3600 * display.texi (Defining Images): Clean up previous change.
3601
36022005-09-16 Romain Francoise <romain@orebokech.com>
3603
3604 * elisp.texi: Specify GFDL version 1.2.
3605
3606 * doclicense.texi (GNU Free Documentation License): Update to
3607 version 1.2.
3608
36092005-09-15 Chong Yidong <cyd@stupidchicken.com>
3610
3611 * display.texi (Defining Images): Document `image-load-path'.
3612
36132005-09-15 Richard M. Stallman <rms@gnu.org>
3614
3615 * objects.texi (Printed Representation): Minor cleanup.
3616 (Box Diagrams): Minor fix.
3617 (Cons Cell Type): Move (...) index item here.
3618 (Box Diagrams): From here.
3619 (Array Type): Minor fix.
3620 (Type Predicates): Delete index "predicates".
3621 (Hash Table Type): Clarify xref.
3622 (Dotted Pair Notation): Minor fix.
3623
36242005-09-10 Chong Yidong <cyd@stupidchicken.com>
3625
3626 * files.texi (Saving Buffers): Fix typo.
3627
36282005-09-08 Richard M. Stallman <rms@gnu.org>
3629
3630 * tips.texi (Programming Tips): Correct the "default" prompt spec.
3631
36322005-09-08 Chong Yidong <cyd@stupidchicken.com>
3633
3634 * locals.texi (Standard Buffer-Local Variables): Don't include
3635 mode variables for minor modes.
3636 Fix xrefs for buffer-display-count, buffer-display-table,
3637 buffer-offer-save, buffer-saved-size, cache-long-line-scans,
3638 enable-multibyte-characters, fill-column, header-line-format,
3639 left-fringe-width, left-margin, and right-fringe-width.
3640
3641 * hooks.texi (Standard Hooks): All hooks should conform to the
3642 standard naming convention now.
3643 Fix xref for `echo-area-clear-hook'.
3644
3645 * display.texi (Usual Display): Note that indicate-empty-lines and
3646 tab-width are buffer-local.
3647
3648 * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
3649
3650 * modes.texi (Mode Help): Note that major-mode is buffer-local.
3651
3652 * nonascii.texi (Encoding and I/O): Note that
3653 buffer-file-coding-system is buffer-local.
3654
3655 * positions.texi (List Motion): Note that defun-prompt-regexp is
3656 buffer-local.
3657
3658 * text.texi (Auto Filling): Note that auto-fill-function is
3659 buffer-local.
3660 (Undo): Note that buffer-undo-list is buffer-local.
3661
3662 * windows.texi (Buffers and Windows): Document
3663 buffer-display-count.
3664
36652005-09-06 Richard M. Stallman <rms@gnu.org>
3666
3667 * tips.texi (Coding Conventions): Sometimes it is ok to put the
3668 package prefix elsewhere than at the start of the name.
3669
36702005-09-03 Richard M. Stallman <rms@gnu.org>
3671
3672 * tips.texi (Programming Tips): Add conventions for minibuffer
3673 questions and prompts.
3674
36752005-09-03 Joshua Varner <jlvarner@gmail.com> (tiny change)
3676
3677 * intro.texi (nil and t): Minor cleanup.
3678 Delete spurious mention of keyword symbols.
3679 (Evaluation Notation): Add index entry.
3680 (A Sample Function Description): Minor cleanup.
3681 (A Sample Variable Description): Not all vars can be set.
3682
36832005-09-03 Thien-Thi Nguyen <ttn@gnu.org>
3684
3685 * text.texi (Buffer Contents): Use "\n" in examples' result strings.
3686
3687 (Insertion): Document precise type of `insert-char' arg COUNT.
3688
36892005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
3690
3691 * modes.texi (Other Font Lock Variables): Sync the default of
3692 font-lock-lines-before.
3693
36942005-08-31 Michael Albinus <michael.albinus@gmx.de>
3695
3696 * files.texi (Magic File Names): Add `make-auto-save-file-name'.
3697
36982005-08-29 Richard M. Stallman <rms@gnu.org>
3699
3700 * elisp.texi (Top): Update subnode menu.
3701
3702 * searching.texi (Searching and Matching): Move node.
3703 Rearrange contents and add overall explanation.
3704 (Searching and Case): Move node.
3705 (Searching and Matching): Update menu.
3706
37072005-08-27 Eli Zaretskii <eliz@gnu.org>
3708
3709 * os.texi (Startup Summary): Fix the description of the initial
3710 startup message display.
3711
37122005-08-25 Richard M. Stallman <rms@gnu.org>
3713
3714 * searching.texi (Search and Replace): Add replace-regexp-in-string.
3715
37162005-08-25 Emilio C. Lopes <eclig@gmx.net>
3717
3718 * display.texi (Finding Overlays): Fix `find-overlay-prop' in
3719 `next-overlay-change' example.
3720
37212005-08-22 Juri Linkov <juri@jurta.org>
3722
3723 * display.texi (Attribute Functions): Add set-face-inverse-video-p.
3724 Fix invert-face. Fix args of face-background.
3725
3726 * display.texi (Standard Faces): Delete node.
3727 (Faces): Add xref to `(emacs)Standard Faces'.
3728 (Displaying Faces): Fix xref to `Standard Faces'.
3729
3730 * modes.texi (Mode Line Data): Fix xref to Standard Faces.
3731
37322005-08-20 Alan Mackenzie <acm@muc.de>
3733
3734 * buffers.texi (The Buffer List): Clarify the manipulation of the
3735 buffer list.
3736
37372005-08-14 Richard M. Stallman <rms@gnu.org>
3738
3739 * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
3740 a regexp.
3741
37422005-08-11 Richard M. Stallman <rms@gnu.org>
3743
3744 * elisp.texi (Top): Update subnode lists.
3745
3746 * display.texi (Inverse Video): Node deleted.
3747
3748 * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
3749 New nodes split out of Coding Conventions.
3750
3751 * searching.texi (Regular Expressions): Document re-builder.
3752
3753 * os.texi (Time Parsing): New node split out of Time Conversion.
3754
3755 * processes.texi (Misc Network, Network Feature Testing)
3756 (Network Options, Make Network): New nodes split out of
3757 Low-Level Network.
3758
37592005-08-09 Richard M. Stallman <rms@gnu.org>
3760
3761 * frames.texi (Geometry): New node, split from Size and Position.
3762 (Frame Parameters): Refer to Geometry.
3763
3764 * buffers.texi (The Buffer List): Fix xrefs.
3765
3766 * windows.texi (Splitting Windows): Fix xref.
3767
3768 * frames.texi (Layout Parameters): Add xref.
3769
3770 * display.texi (Line Height, Scroll Bars): Fix xrefs.
3771
3772 * keymaps.texi (Menu Bar): Fix xref.
3773
3774 * locals.texi (Standard Buffer-Local Variables): Fix xref.
3775
3776 * modes.texi (%-Constructs): Fix xref.
3777
3778 * frames.texi (Window Frame Parameters): Node split up.
3779 (Basic Parameters, Position Parameters, Size Parameters)
3780 (Layout Parameters, Buffer Parameters, Management Parameters)
3781 (Cursor Parameters, Color Parameters): New subnodes.
3782
37832005-08-09 Luc Teirlinck <teirllm@auburn.edu>
3784
3785 * positions.texi (Screen Lines): Update xref for previous change
3786 in minibuf.texi.
3787
3788 * minibuf.texi (Intro to Minibuffers): Update pxref for previous
3789 change in minibuf.texi.
3790
37912005-08-09 Richard M. Stallman <rms@gnu.org>
3792
3793 * tips.texi (Coding Conventions): Minor cleanup.
3794
3795 * modes.texi (Defining Minor Modes): Explain when init-value
3796 can be non-nil.
3797
3798 * elisp.texi (Top): Update submenu for Minibuffer.
3799
3800 * minibuf.texi (Minibuffer Misc): Node split up.
3801 (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
3802 (Recursive Mini): New nodes split out from Minibuffer Misc.
3803 (Minibuffer Misc): Document max-mini-window-height.
3804
3805 * hash.texi (Defining Hash): Delete stray paren in example.
3806
3807 * display.texi (Echo Area Customization): Don't define
3808 max-mini-window-height here; xref instead.
3809
3810 * commands.texi (Event Input Misc): Update while-no-input.
3811
3812 * advice.texi (Advising Functions): Explain when to use advice
3813 and when to use a hook.
3814
38152005-07-30 Eli Zaretskii <eliz@gnu.org>
3816
3817 * makefile.w32-in (info): Don't run install-info.
3818 ($(infodir)/dir): New target, produced by running install-info.
3819
38202005-07-27 Luc Teirlinck <teirllm@auburn.edu>
3821
3822 * modes.texi (Defining Minor Modes): The keyword for the initial
3823 value is :init-value, not :initial-value.
3824
38252005-07-23 Eli Zaretskii <eliz@gnu.org>
3826
3827 * loading.texi (Autoload): Make the `doctor' example be consistent
3828 with what's in current loaddefs.el. Describe the "fn" magic in
3829 the usage portion of the doc string.
3830
38312005-07-22 Richard M. Stallman <rms@gnu.org>
3832
3833 * internals.texi (Garbage Collection): Clarify previous change.
3834
38352005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
3836
3837 * internals.texi (Garbage Collection): Add gc-cons-percentage.
3838
38392005-07-18 Juri Linkov <juri@jurta.org>
3840
3841 * commands.texi (Accessing Events):
3842 * frames.texi (Text Terminal Colors, Resources):
3843 * markers.texi (The Mark):
3844 * modes.texi (Defining Minor Modes):
3845 Delete duplicate duplicate words.
3846
38472005-07-16 Richard M. Stallman <rms@gnu.org>
3848
3849 * display.texi (Managing Overlays): Clarify make-overlay
3850 args for insertion types.
3851
38522005-07-13 Luc Teirlinck <teirllm@auburn.edu>
3853
3854 * customize.texi (Variable Definitions):
3855 Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
3856 `standard-value' is a list too.
3857 (Defining New Types): Use @key{RET} instead of @key{ret}.
3858
38592005-07-13 Francis Litterio <franl@world.std.com> (tiny change)
3860
3861 * os.texi (Translating Input): Fix typo.
3862
38632005-07-08 Richard M. Stallman <rms@gnu.org>
3864
3865 * README: Update edition number and size estimate.
3866
3867 * elisp.texi (VERSION): Set to 2.9.
3868
38692005-07-07 Richard M. Stallman <rms@gnu.org>
3870
3871 * book-spine.texinfo: Update Emacs version.
3872
3873 * display.texi (Inverse Video): Delete mode-line-inverse-video.
3874
38752005-07-06 Richard M. Stallman <rms@gnu.org>
3876
3877 * searching.texi (Regexp Search): Clarify what re-search-forward
3878 does when the search fails.
3879
38802005-07-05 Lute Kamstra <lute@gnu.org>
3881
3882 * Update FSF's address in GPL notices.
3883
3884 * doclicense.texi (GNU Free Documentation License):
3885 * gpl.texi (GPL):
3886 * tips.texi (Coding Conventions, Library Headers):
3887 * vol1.texi:
3888 * vol2.texi: Update FSF's address.
3889
38902005-07-04 Richard M. Stallman <rms@gnu.org>
3891
3892 * hooks.texi (Standard Hooks): Add occur-hook.
3893
38942005-07-03 Luc Teirlinck <teirllm@auburn.edu>
3895
3896 * display.texi (The Echo Area): Correct menu.
3897
38982005-07-03 Richard M. Stallman <rms@gnu.org>
3899
3900 * elisp.texi (Top): Update subnode menu for Display.
3901
3902 * display.texi (Displaying Messages): New node, with most
3903 of what was in The Echo Area.
3904 (Progress): Moved under The Echo Area.
3905 (Logging Messages): New node with new text.
3906 (Echo Area Customization): New node, the rest of what was
3907 in The Echo Area. Document message-truncate-lines with @defvar.
3908 (Display): Update menu.
3909
3910 * windows.texi (Textual Scrolling): Doc 3 values for
3911 scroll-preserve-screen-position.
3912
3913 * text.texi (Special Properties): Change hook functions
3914 should bind inhibit-modification-hooks around altering buffer text.
3915
3916 * keymaps.texi (Key Binding Commands): Call binding BINDING
3917 rather than DEFINITION.
3918
39192005-06-29 Juanma Barranquero <lekktu@gmail.com>
3920
3921 * variables.texi (Defining Variables): `user-variable-p' returns t
3922 for aliases of user options, nil for alias loops.
3923
39242005-06-28 Richard M. Stallman <rms@gnu.org>
3925
3926 * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
3927 make-keymap.
3928
39292005-06-27 Luc Teirlinck <teirllm@auburn.edu>
3930
3931 * variables.texi (Setting Variables): Correct and clarify
3932 description of `add-to-ordered-list'.
3933
39342005-06-26 Richard M. Stallman <rms@gnu.org>
3935
3936 * display.texi (Faces): Minor cleanup.
3937
39382005-06-25 Luc Teirlinck <teirllm@auburn.edu>
3939
3940 * display.texi (Faces): `facep' returns t for strings that are
3941 face names.
3942
39432005-06-25 Richard M. Stallman <rms@gnu.org>
3944
3945 * objects.texi (Equality Predicates): Clarify meaning of equal.
3946
3947 * windows.texi (Selecting Windows): save-selected-window
3948 and with-selected-window save and restore the current buffer.
3949
39502005-06-24 Richard M. Stallman <rms@gnu.org>
3951
3952 * numbers.texi (Float Basics): Explain how to test for NaN,
3953 and printing the sign of NaNs.
3954
39552005-06-24 Eli Zaretskii <eliz@gnu.org>
3956
3957 * makefile.w32-in (MAKEINFO): Use --force.
3958
39592005-06-23 Richard M. Stallman <rms@gnu.org>
3960
3961 * display.texi (Face Functions): Correct Texinfo usage.
3962
39632005-06-23 Luc Teirlinck <teirllm@auburn.edu>
3964
3965 * lists.texi (Rings): `ring-elements' now returns the elements of
3966 RING in order.
3967
39682005-06-23 Juanma Barranquero <lekktu@gmail.com>
3969
3970 * markers.texi (The Mark): Texinfo usage fix.
3971
39722005-06-23 Kim F. Storm <storm@cua.dk>
3973
3974 * searching.texi (Entire Match Data): Remove evaporate option for
3975 match-data. Do not mention evaporate option for set-match-data.
3976
39772005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
3978
3979 * display.texi (Face Functions): Mention face aliases.
3980
39812005-06-21 Richard M. Stallman <rms@gnu.org>
3982
3983 * anti.texi (Antinews): Texinfo usage fix.
3984
39852005-06-21 Karl Berry <karl@gnu.org>
3986
3987 * elisp.texi: Use @copying.
3988
3989 * elisp.texi: Put @summarycontents and @contents before the Top
3990 node, instead of the end of the file, so that the contents appear
3991 in the right place in the dvi/pdf output.
3992
39932005-06-21 Juri Linkov <juri@jurta.org>
3994
3995 * display.texi (Defining Faces): Add `customized-face'.
3996
39972005-06-20 Kim F. Storm <storm@cua.dk>
3998
3999 * variables.texi (Setting Variables): Any type of element can be
4000 given order in add-to-ordered-list. Compare elements with eq.
4001
4002 * lists.texi (Rearrangement): Sort predicate may just return non-nil.
4003
40042005-06-20 Karl Berry <karl@gnu.org>
4005
4006 * syntax.texi (Syntax Flags): Make last column very slightly wider
4007 to avoid "generic comment" breaking on two lines and causing an
4008 underfull box.
4009
40102005-06-19 Luc Teirlinck <teirllm@auburn.edu>
4011
4012 * lists.texi (Rings): Various minor clarifications and corrections.
4013
40142005-06-18 Richard M. Stallman <rms@gnu.org>
4015
4016 * functions.texi (Obsolete Functions): Simplify.
4017
4018 * variables.texi (Variable Aliases): Simplify.
4019
4020 * anti.texi, backups.texi, compile.texi, customization.texi:
4021 * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
4022 * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
4023 * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
4024 * variables.texi: Fix formatting ugliness.
4025
4026 * elisp.texi: Add links to Rings and Byte Packing.
4027 Update version and copyright years.
4028
4029 * minibuf.texi: Fix formatting ugliness.
4030 (Completion Commands): Move keymap vars to the end
4031 and vars completing-read binds to the top.
4032
40332005-06-17 Luc Teirlinck <teirllm@auburn.edu>
4034
4035 * processes.texi: Fix typos.
4036 (Bindat Spec): Correct Texinfo error.
4037 (Byte Packing): Fix ungrammatical sentence.
4038
40392005-06-17 Thien-Thi Nguyen <ttn@gnu.org>
4040
4041 * lists.texi (Rings): New node.
4042 (Lists): Add it to menu.
4043
4044 * processes.texi (Byte Packing): New node.
4045 (Processes): Add it to menu.
4046
40472005-06-17 Richard M. Stallman <rms@gnu.org>
4048
4049 * syntax.texi (Parsing Expressions): Fix texinfo usage.
4050
4051 * help.texi (Documentation Basics): Explain the xref to
4052 Documentation Tips.
4053
4054 * debugging.texi (Debugger Commands): Minor fix.
4055
40562005-06-16 Luc Teirlinck <teirllm@auburn.edu>
4057
4058 * edebug.texi (Instrumenting): Eliminate duplicate link.
4059 (Specification List): Replace references to "below", referring to
4060 a later node, with one @ref to that node.
4061
4062 * os.texi (Timers): Timers should save and restore the match data
4063 if they change it.
4064
4065 * debugging.texi (Debugger Commands): Mention that the Lisp
4066 debugger can not step through primitive functions.
4067
40682005-06-16 Juanma Barranquero <lekktu@gmail.com>
4069
4070 * functions.texi (Obsolete Functions): Update argument names of
4071 `make-obsolete' and `define-obsolete-function-alias'.
4072
4073 * variables.texi (Variable Aliases): Update argument names of
4074 `defvaralias', `make-obsolete-variable' and
4075 `define-obsolete-variable-alias'.
4076
40772005-06-15 Kim F. Storm <storm@cua.dk>
4078
4079 * searching.texi (Entire Match Data): Rephrase warnings about
4080 evaporate arg to match-data and set-match-data.
4081
40822005-06-14 Luc Teirlinck <teirllm@auburn.edu>
4083
4084 * elisp.texi (Top): Update detailed menu.
4085
4086 * edebug.texi (Edebug): Update menu.
4087 (Instrumenting): Update xrefs.
4088 (Edebug Execution Modes): Correct xref.
4089 (Jumping): Clarify description of `h' command.
4090 Eliminate redundant @ref.
4091 (Breaks): New node.
4092 (Breakpoints): Is now a subsubsection.
4093 (Global Break Condition): Mention `C-x X X'.
4094 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'.
4095 (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
4096 (Edebug Display Update): Correct pxref.
4097 (Edebug and Macros): New node.
4098 (Instrumenting Macro Calls): Is now a subsubsection.
4099 Neither arg of `def-edebug-spec' is evaluated.
4100 (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
4101 (Specification Examples): Fix typo.
4102
41032005-06-14 Lute Kamstra <lute@gnu.org>
4104
4105 * debugging.texi (Function Debugging): Primitives can break on
4106 entry too.
4107
41082005-06-14 Kim F. Storm <storm@cua.dk>
4109
4110 * variables.texi (Setting Variables): Add add-to-ordered-list.
4111
41122005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
4113
4114 * syntax.texi (Parsing Expressions): Document aux functions and vars of
4115 syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
4116
41172005-06-13 Lute Kamstra <lute@gnu.org>
4118
4119 * text.texi (Special Properties): Fix cross reference.
4120
41212005-06-11 Luc Teirlinck <teirllm@auburn.edu>
4122
4123 * debugging.texi (Function Debugging): Delete mention of empty
4124 string argument to `cancel-debug-on-entry'. Delete inaccurate
4125 description of the return value of that command.
4126
41272005-06-11 Alan Mackenzie <acm@muc.de>
4128
4129 * text.texi (Adaptive Fill): Amplify the description of
4130 fill-context-prefix.
4131
41322005-06-10 Luc Teirlinck <teirllm@auburn.edu>
4133
4134 * syntax.texi (Parsing Expressions): Fix Texinfo error.
4135
41362005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
4137
4138 * syntax.texi (Parsing Expressions): Document syntax-ppss.
4139
41402005-06-10 Luc Teirlinck <teirllm@auburn.edu>
4141
4142 * debugging.texi (Error Debugging): Minor rewording.
4143 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
4144 is optional.
4145
41462005-06-10 Lute Kamstra <lute@gnu.org>
4147
4148 * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
4149 (Top): Give it a title. Correct version number. Give the
4150 detailed node listing a more prominent header.
4151 * intro.texi: Don't set VERSION here a second time.
4152 Mention Emacs's version too.
4153 * anti.texi (Antinews): Use EMACSVER to refer to the current
4154 version of Emacs.
4155
41562005-06-09 Kim F. Storm <storm@cua.dk>
4157
4158 * searching.texi (Entire Match Data): Explain new `reseat' argument to
4159 match-data and set-match-data.
4160
41612005-06-08 Richard M. Stallman <rms@gnu.org>
4162
4163 * searching.texi (Entire Match Data): Clarify when match-data
4164 returns markers and when integers.
4165
4166 * display.texi (Defining Faces): Explain that face name should not
4167 end in `-face'.
4168
4169 * modes.texi (Mode Line Data): Minor cleanup.
4170 (Customizing Keywords): Node split out of Search-based Fontification.
4171 Add example of using font-lock-add-keywords from a hook.
4172 Clarify when MODE should be non-nil, and when nil.
4173
41742005-06-06 Richard M. Stallman <rms@gnu.org>
4175
4176 * modes.texi (Mode Line Data): Explain what happens when the car
4177 of a list is a void symbol.
4178 (Search-based Fontification): Explain MODE arg to
4179 font-lock-add-keywords and warn about calls from major modes.
4180
41812005-06-08 Juri Linkov <juri@jurta.org>
4182
4183 * display.texi (Standard Faces): Add `shadow' face.
4184
41852005-05-29 Luc Teirlinck <teirllm@auburn.edu>
4186
4187 * modes.texi (Major Mode Conventions): A derived mode only needs
4188 to put the call to the parent mode inside `delay-mode-hooks'.
4189
41902005-05-29 Richard M. Stallman <rms@gnu.org>
4191
4192 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
4193 new, and what that implies. Clarify.
4194
4195 * files.texi (Locating Files): Clean up the text.
4196
4197 * frames.texi (Window Frame Parameters): Document user-size.
4198 Shorten entry for top by referring to left.
4199
42002005-05-26 Richard M. Stallman <rms@gnu.org>
4201
4202 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
4203 is new, and what the implications are. Other clarifications.
4204
42052005-05-24 Richard M. Stallman <rms@gnu.org>
4206
4207 * frames.texi (Dialog Boxes): Minor fixes.
4208
42092005-05-25 Masatake YAMATO <jet@gyve.org>
4210
4211 * display.texi (Standard Faces): Write about `mode-line-highlight'.
4212
42132005-05-24 Luc Teirlinck <teirllm@auburn.edu>
4214
4215 * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
4216 is optional.
4217
42182005-05-24 Nick Roberts <nickrob@snap.net.nz>
4219
10d1d0af 4220 * frames.texi (Dialog Boxes): Describe new optional argument.
b8d4c8d0
GM
4221
42222005-05-23 Lute Kamstra <lute@gnu.org>
4223
4224 * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
4225 syntax-begin-function over font-lock-beginning-of-syntax-function.
4226
42272005-05-21 Luc Teirlinck <teirllm@auburn.edu>
4228
4229 * minibuf.texi (Reading File Names): Update description of
4230 `read-directory-name'.
4231
4232 * modes.texi (Derived Modes): Clarify :group keyword.
4233
42342005-05-21 Eli Zaretskii <eliz@gnu.org>
4235
4236 * files.texi (Locating Files): New subsection.
4237 Describe locate-file and executable-find.
4238
42392005-05-21 Kevin Ryde <user42@zip.com.au>
4240
4241 * frames.texi (Initial Parameters): Update cross reference to
4242 "Emacs Invocation".
4243
42442005-05-19 Luc Teirlinck <teirllm@auburn.edu>
4245
4246 * keymaps.texi (Active Keymaps): Add anchor.
4247
4248 * modes.texi (Hooks): Delete confusing and unnecessary sentence.
4249 (Major Mode Conventions): Refer to `Auto Major Mode' in more
4250 appropriate place.
4251 (Derived Modes): Small clarifications.
4252 (Minor Mode Conventions, Keymaps and Minor Modes):
4253 Replace references to nodes with references to anchors.
4254 (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
4255 Clarify description of lists whose first element is an integer.
4256 (Mode Line Variables): Add anchor.
4257 (%-Constructs): Clarify description of integer after %.
4258 (Emulating Mode Line): Describe nil value for FACE.
4259
42602005-05-18 Luc Teirlinck <teirllm@auburn.edu>
4261
4262 * modes.texi (Derived Modes): Correct references to non-existing
4263 variable standard-syntax-table.
4264
42652005-05-17 Lute Kamstra <lute@gnu.org>
4266
4267 * modes.texi (Defining Minor Modes): Mention the mode hook.
4268
42692005-05-15 Kim F. Storm <storm@cua.dk>
4270
4271 * processes.texi (Network): Remove open-network-stream-nowait.
4272 (Network Servers): Remove open-network-stream-server.
4273
42742005-05-15 Luc Teirlinck <teirllm@auburn.edu>
4275
4276 * elisp.texi (Top): Update detailed menu.
4277
4278 * variables.texi: Reorder nodes.
4279 (Variables): Update menu.
4280 (File Local Variables): Do not refer to the `-*-' line as
4281 a "local variables list". Add pxref.
4282
42832005-05-14 Luc Teirlinck <teirllm@auburn.edu>
4284
4285 * elisp.texi (Top): Update detailed menu for node changes.
4286
4287 * modes.texi (Modes): Update Menu.
4288 (Hooks): Move to beginning of chapter.
4289 Most minor modes run mode hooks too.
4290 `add-hook' can handle void hooks or hooks whose value is a single
4291 function.
4292 (Major Modes): Update Menu.
4293 (Major Mode Basics): New node, split off from `Major Modes'.
4294 (Major Mode Conventions): Correct xref. Explain how to handle
4295 auto-mode-alist if the major mode command has an autoload cookie.
4296 (Auto Major Mode): Major update. Add magic-mode-alist.
4297 (Derived Modes): Major update.
4298 (Mode Line Format): Update Menu.
4299 (Mode Line Basics): New node, split off from `Mode Line Format'.
4300
4301 * loading.texi (Autoload): Mention `autoload cookie' as synonym
4302 for `magic autoload comment'. Add index entries and anchor.
4303
43042005-05-14 Richard M. Stallman <rms@gnu.org>
4305
4306 * tips.texi (Coding Conventions): Explain how important it is
4307 that just loading certain files not change Emacs behavior.
4308
4309 * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
4310
43112005-05-12 Lute Kamstra <lute@gnu.org>
4312
4313 * modes.texi (Generic Modes): Update.
4314 (Major Modes): Refer to node "Generic Modes".
4315
4316 * elisp.texi (Top): Update to the current structure of the manual.
4317 * processes.texi (Processes): Add menu description.
4318 * customize.texi (Customization): Add menu descriptions.
4319
43202005-05-11 Thien-Thi Nguyen <ttn@gnu.org>
4321
4322 * processes.texi (Signals to Processes)
4323 (Low-Level Network): Fix typos.
4324
43252005-05-11 Lute Kamstra <lute@gnu.org>
4326
4327 * elisp.texi (Top): Add some nodes from the chapter "Major and
4328 Minor Modes" to the detailed node listing.
4329
43302005-05-10 Richard M. Stallman <rms@gnu.org>
4331
4332 * keymaps.texi (Extended Menu Items): Menu item filter functions
4333 can be called at any time.
4334
43352005-05-08 Luc Teirlinck <teirllm@auburn.edu>
4336
4337 * variables.texi (File Local Variables): `(hack-local-variables t)'
4338 now also checks whether a mode is specified in the local variables
4339 list.
4340
43412005-05-05 Kevin Ryde <user42@zip.com.au>
4342
4343 * display.texi (The Echo Area): Correct format function cross
4344 reference.
4345
43462005-05-05 Luc Teirlinck <teirllm@auburn.edu>
4347
4348 * variables.texi (Variable Aliases): Change description of
4349 `define-obsolete-variable-alias'.
4350
4351 * functions.texi (Functions): Add "Obsolete Functions" to menu.
4352 (Defining Functions): Add xref.
4353 (Obsolete Functions): New node.
4354 (Function Safety): Standardize capitalization of section title.
4355
4356 * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
4357 (Dialog Boxes): Complete description of `x-popup-dialog'.
4358
43592005-05-04 Richard M. Stallman <rms@gnu.org>
4360
4361 * commands.texi (Interactive Codes): Fix Texinfo usage.
4362 Document U more clearly.
4363
43642005-05-01 Luc Teirlinck <teirllm@auburn.edu>
4365
4366 * variables.texi (Variable Aliases): `make-obsolete-variable' is a
4367 function and not a macro.
4368
4369 * frames.texi (Pop-Up Menus): Correct and clarify description of
4370 `x-popup-menu'.
4371 (Dialog Boxes): Clarify description of `x-popup-dialog'.
4372
43732005-05-01 Richard M. Stallman <rms@gnu.org>
4374
4375 * edebug.texi (Checking Whether to Stop): Fix previous change.
4376
43772005-05-01 Luc Teirlinck <teirllm@auburn.edu>
4378
4379 * display.texi: Fix typos and Texinfo usage.
4380
4381 * edebug.texi (Checking Whether to Stop): executing-macro ->
4382 executing-kbd-macro.
4383
43842005-05-01 Richard M. Stallman <rms@gnu.org>
4385
4386 * display.texi (Invisible Text): Correct add-to-invisibility-spec.
4387
43882005-04-30 Richard M. Stallman <rms@gnu.org>
4389
4390 * files.texi (Magic File Names): Document `operations' property.
4391
43922005-04-29 Lute Kamstra <lute@gnu.org>
4393
4394 * modes.texi (Generic Modes): New node.
4395 (Major Modes): Add it to the menu.
4396 (Derived Modes): Add "derived mode" to concept index.
4397
43982005-04-28 Lute Kamstra <lute@gnu.org>
4399
4400 * modes.texi (Defining Minor Modes): Fix previous change.
4401 (Font Lock Mode): Simplify.
4402 (Font Lock Basics): Say that font-lock-defaults is buffer-local
4403 when set and that some parts are optional. Add cross references.
4404 (Search-based Fontification): Say how to specify font-lock-keywords.
4405 Add cross references. Add font-lock-multiline to index.
4406 Move font-lock-keywords-case-fold-search here from node "Other Font
4407 Lock Variables". Document font-lock-add-keywords and
4408 font-lock-remove-keywords.
4409 (Other Font Lock Variables): Move font-lock-keywords-only,
4410 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
4411 and font-lock-syntactic-face-function to node "Syntactic Font
4412 Lock". Move font-lock-keywords-case-fold-search to node
4413 "Search-based Fontification". Document font-lock-inhibit-thing-lock
4414 and font-lock-{,un}fontify-{buffer,region}-function.
4415 (Precalculated Fontification): Remove reference to deleted variable
4416 font-lock-core-only.
4417 (Faces for Font Lock): Add font-lock-comment-delimiter-face.
4418 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only,
4419 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
4420 and font-lock-syntactic-face-function here from node "Other Font
4421 Lock Variables". Move font-lock-syntactic-keywords to "Setting
4422 Syntax Properties". Add cross references.
4423 (Setting Syntax Properties): New node.
4424 Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
4425 * syntax.texi (Syntax Properties): Add cross reference.
4426 * hooks.texi (Standard Hooks): Add Font-Lock hooks.
4427
44282005-04-26 Richard M. Stallman <rms@gnu.org>
4429
4430 * display.texi (Defining Faces):
4431 Document `default' elements of defface spec.
4432
4433 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
4434
4435 * variables.texi (Variable Aliases): Clarify text.
4436
44372005-04-25 Chong Yidong <cyd@stupidchicken.com>
4438
4439 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
4440
44412005-04-25 Luc Teirlinck <teirllm@auburn.edu>
4442
4443 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
4444
44452005-04-24 Eli Zaretskii <eliz@gnu.org>
4446
4447 * syntax.texi (Syntax Table Internals): Elaborate documentation of
4448 syntax-after and syntax-class.
4449
4450 * files.texi (Changing Files): Fix last change's cross-reference.
4451 (Unique File Names): Don't mention "numbers" in the documentation
4452 of make-temp-file and make-temp-name.
4453
44542005-04-23 Richard M. Stallman <rms@gnu.org>
4455
4456 * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
4457
44582005-04-22 Nick Roberts <nickrob@snap.net.nz>
4459
4460 * windows.texi (Cyclic Window Ordering): Clarify window-list.
4461
44622005-04-22 Nick Roberts <nickrob@snap.net.nz>
4463
4464 * variables.texi (Variable Aliases): Describe make-obsolete-variable
4465 and define-obsolete-variable-alias.
4466
44672005-04-22 Kim F. Storm <storm@cua.dk>
4468
4469 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
4470 (Other Plists): Remove safe-plist-get, as plist-get is now safe.
4471
44722005-04-21 Lute Kamstra <lute@gnu.org>
4473
4474 * lists.texi (Association Lists): Document rassq-delete-all.
4475
44762005-04-19 Richard M. Stallman <rms@gnu.org>
4477
4478 * modes.texi (Search-based Fontification): Explain that
4479 facespec is an expression to be evaluated.
4480
44812005-04-19 Kevin Ryde <user42@zip.com.au>
4482
4483 * streams.texi (Output Functions): Fix xref.
4484 * strings.texi (String Conversion): Fix xref.
4485
44862005-04-19 Kim F. Storm <storm@cua.dk>
4487
4488 * symbols.texi (Symbol Plists): Add safe-get.
4489 Mention that `get' may signal an error.
4490
44912005-04-18 Nick Roberts <nickrob@snap.net.nz>
4492
4493 * customize.texi (Variable Definitions): Replace tooltip-mode
4494 example with save-place.
4495
44962005-04-17 Richard M. Stallman <rms@gnu.org>
4497
4498 * buffers.texi (Indirect Buffers): Clarify.
4499
4500 * positions.texi (Positions): Clarify converting marker to integer.
4501
4502 * strings.texi (String Basics): Mention string-match; clarify.
4503
45042005-04-08 Lute Kamstra <lute@gnu.org>
4505
4506 * modes.texi (Search-based Fontification): Fix cross references.
4507 Use consistent terminology. Document anchored highlighting.
4508
45092005-04-05 Lute Kamstra <lute@gnu.org>
4510
4511 * modes.texi (Defining Minor Modes): Document :group keyword
4512 argument and its default value.
4513
45142005-04-03 Lute Kamstra <lute@gnu.org>
4515
4516 * hooks.texi (Standard Hooks): Add some hooks. Add cross
4517 references and/or descriptions. Delete major mode hooks; mention
4518 them as a category instead. Rename or delete obsolete hooks.
4519
45202005-04-02 Richard M. Stallman <rms@gnu.org>
4521
4522 * nonascii.texi (Coding System Basics): Another wording cleanup.
4523
45242005-04-01 Richard M. Stallman <rms@gnu.org>
4525
4526 * nonascii.texi (Coding System Basics): Clarify previous change.
4527
45282005-04-01 Kenichi Handa <handa@m17n.org>
4529
10d1d0af 4530 * nonascii.texi (Coding System Basics): Describe about roundtrip
b8d4c8d0
GM
4531 identity of coding systems.
4532
45332005-03-29 Chong Yidong <cyd@stupidchicken.com>
4534
4535 * text.texi (Buffer Contents): Add filter-buffer-substring and
4536 buffer-substring-filters.
4537
45382005-03-26 Chong Yidong <cyd@stupidchicken.com>
4539
4540 * anti.texi (Antinews): Mention `G' interactive code.
4541
4542 * tips.texi (Compilation Tips): Mention benchmark.el.
4543
45442005-03-27 Luc Teirlinck <teirllm@auburn.edu>
4545
4546 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
4547 is now bound to M-o M-o.
4548
4549 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
4550
45512005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
4552
4553 * calendar.texi: Delete file (and move contents to emacs-xtra.texi
4554 in the Emacs Manual).
4555 * Makefile.in (srcs): Remove calendar.texi.
4556 * makefile.w32-in (srcs): Remove calendar.texi.
4557 * display.texi (Display): Change name of next node.
4558 * os.texi (System In): Change name of previous node.
4559 * elisp.texi (Top): Remove Calendar references.
4560 * vol1.texi (Top): Remove Calendar references.
4561 * vol2.texi (Top): Remove Calendar references.
4562
45632005-03-25 Richard M. Stallman <rms@gnu.org>
4564
4565 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
4566 Cleanup previous change.
4567
45682005-03-25 Chong Yidong <cyd@stupidchicken.com>
4569
4570 * display.texi (Face Attributes): Faces earlier in an :inherit
4571 list take precedence.
4572 (Scroll Bars): Fix description of vertical-scroll-bars.
4573 Document frame-current-scroll-bars and window-current-scroll-bars.
4574
4575 * markers.texi (The Mark): Document temporary Transient Mark mode.
4576
4577 * minibuf.texi (Reading File Names):
4578 Document read-file-name-completion-ignore-case.
4579
4580 * positions.texi (Screen Lines): Document nil for width argument
4581 to compute-motion.
4582
45832005-03-23 Kim F. Storm <storm@cua.dk>
4584
4585 * display.texi (Standard Faces): Other faces used in the fringe
4586 implicitly inherits from the fringe face.
4587 (Fringe Bitmaps): FACE in right-fringe and left-fringe display
4588 properties implicitly inherits from fringe face.
4589 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
4590
45912005-03-20 Chong Yidong <cyd@stupidchicken.com>
4592
4593 * display.texi (Invisible Text): State default value of
4594 line-move-ignore-invisible.
4595 (Managing Overlays): Document remove-overlays.
4596 (Standard Faces): Document escape-glyph face.
4597
4598 * minibuf.texi (Reading File Names): Document read-file-name-function.
4599
4600 * modes.texi (Other Font Lock Variables):
4601 Document font-lock-lines-before.
4602
4603 * positions.texi (Skipping Characters): skip-chars-forward allows
4604 character classes.
4605
46062005-03-18 Lute Kamstra <lute@gnu.org>
4607
4608 * edebug.texi (Instrumenting Macro Calls): Fix another typo.
4609
46102005-03-17 Richard M. Stallman <rms@gnu.org>
4611
4612 * text.texi (Undo): Document extensible undo entries.
4613
dd7b651b 4614 * searching.texi (String Search, Regexp Search): Cleanups.
b8d4c8d0
GM
4615
4616 * nonascii.texi (Character Codes): Minor fix.
4617
4618 * display.texi (Display Property): Explain the significance
4619 of having text properties that are eq.
4620 (Other Display Specs): Explain string as display spec.
4621
4622 * commands.texi (Interactive Codes): Document G option.
4623
46242005-03-17 Chong Yidong <cyd@stupidchicken.com>
4625
4626 * text.texi (Filling): Add sentence-end-without-period and
4627 sentence-end-without-space.
4628 (Changing Properties): Minor fix.
4629
4630 * anti.texi: Total rewrite.
4631
46322005-03-15 Lute Kamstra <lute@gnu.org>
4633
4634 * edebug.texi (Instrumenting Macro Calls): Fix typos.
4635
46362005-03-08 Kim F. Storm <storm@cua.dk>
4637
4638 * display.texi (Specified Space): Property :width is support on
4639 non-graphic terminals, :height is not.
4640
46412005-03-07 Richard M. Stallman <rms@gnu.org>
4642
4643 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
4644 Now subnodes of Fringes.
4645 (Overlay Arrow): Document overlay-arrow-variable-list.
4646 (Fringe Size/Pos): New node, broken out of Fringes.
4647 (Display): Explain clearing vs redisplay better.
4648 (Truncation): Clarify use of bitmaps.
4649 (The Echo Area): Clarify the uses of the echo area.
4650 Add max-mini-window-height.
4651 (Progress): Clarify.
4652 (Invisible Text): Explain that main loop moves point out.
4653 (Selective Display): Say "hidden", not "invisible".
4654 (Managing Overlays): Move up. Describe relation to Undo here.
4655 (Overlay Properties): Clarify intro.
4656 (Finding Overlays): Explain return values when nothing found.
4657 (Width): truncate-string-to-width has added arg.
4658 (Displaying Faces): Clarify and update mode line face handling.
4659 (Face Functions): Minor cleanup.
4660 (Conditional Display): Merge into Other Display Specs.
4661 (Pixel Specification, Other Display Specs): Minor cleanups.
4662 (Images, Image Descriptors): Minor cleanups.
4663 (GIF Images): Patents have expired.
4664 (Showing Images): Explain default text for insert-image.
4665 (Manipulating Button Types): Merge into Manipulating Buttons.
4666 (Making Buttons): Explain return values.
4667 (Button Buffer Commands): Add xref.
4668 (Inverse Video): Update mode-line-inverse-video.
4669 (Display Table Format): Clarify.
4670 (Active Display Table): Give defaults for window-display-table.
4671
4672 * calendar.texi (Calendar Customizing): calendar-holiday-marker
4673 and calendar-today-marker are strings, not chars.
4674 (Holiday Customizing): Minor fix.
4675
4676 * internals.texi (Writing Emacs Primitives): Update `or' example.
4677 Update limit on # args of subr.
4678
4679 * edebug.texi (Using Edebug): Arrow is in fringe.
4680 (Instrumenting): Arg to eval-defun works without loading edebug.
4681 (Edebug Execution Modes): Add xref.
4682
4683 * customize.texi (Common Keywords): Clarify :require.
4684 Mention :version here.
4685 (Variable Definitions, Group Definitions): Not here.
4686 (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
4687
46882005-03-07 Chong Yidong <cyd@stupidchicken.com>
4689 * nonascii.texi (Text Representations): Clarify position-bytes.
4690 (Character Sets): Add list-charset-chars.
4691 (Scanning Charsets): Add charset-after.
4692 (Encoding and I/O): Minor fix.
4693
46942005-03-06 Richard M. Stallman <rms@gnu.org>
4695
4696 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
4697 (Resizing Windows): Likewise.
4698
4699 * text.texi (Change Hooks): Get rid of "Emacs 21".
4700
4701 * strings.texi (Formatting Strings): Get rid of "Emacs 21".
4702
4703 * streams.texi (Output Variables): Get rid of "Emacs 21".
4704
4705 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
4706
4707 * os.texi (Translating Input): Replace flow-control example
4708 with a less obsolete example that uses `keyboard-translate'.
4709
4710 * objects.texi (Hash Table Type, Circular Objects):
4711 Get rid of "Emacs 21".
4712
4713 * modes.texi (Mode Line Format): Get rid of "Emacs 21".
4714 (Mode Line Data, Properties in Mode, Header Lines): Likewise.
4715
4716 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
4717
4718 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
4719
4720 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
4721 (Menu Bar): Fix when menu-bar-update-hook is called.
4722
4723 * hash.texi (Hash Tables): Get rid of "Emacs 21".
4724
4725 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
4726 and make it read better.
4727
4728 * files.texi (Writing to Files): Get rid of "Emacs 21".
4729 (Unique File Names): Likewise.
4730
4731 * elisp.texi: Update Emacs version to 22.
4732
4733 * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
4734 (Overlay Properties, Face Attributes): Likewise.
4735 (Managing Overlays): Fix punctuation.
4736 (Attribute Functions): Clarify set-face-font; get rid of
4737 info about old Emacs versions.
4738 (Auto Faces, Font Lookup, Display Property, Images):
4739 Get rid of "Emacs 21".
4740
4741 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
4742
47432005-03-05 Richard M. Stallman <rms@gnu.org>
4744
4745 * debugging.texi (Error Debugging): Remove stack-trace-on-error.
4746
47472005-03-04 Lute Kamstra <lute@gnu.org>
4748
4749 * debugging.texi (Error Debugging): Document stack-trace-on-error.
4750
47512005-03-03 Lute Kamstra <lute@gnu.org>
4752
4753 * edebug.texi (Instrumenting Macro Calls): Fix typo.
4754
47552005-03-01 Lute Kamstra <lute@gnu.org>
4756
4757 * debugging.texi (Debugger Commands): Update `j'.
4758
47592005-02-28 Lute Kamstra <lute@gnu.org>
4760
4761 * debugging.texi (Debugging): Fix typo.
4762 (Error Debugging): Document eval-expression-debug-on-error.
4763 (Function Debugging): Update example.
4764 (Using Debugger): Mention starred stack frames.
4765 (Debugger Commands): Document `j' and `l'.
4766 (Invoking the Debugger): `d' and `j' exit recursive edit too.
4767 Update the messages that the debugger displays.
4768 (Internals of Debugger): Add cross reference. Update example.
4769 (Excess Open): Minor improvement.
4770 (Excess Close): Minor improvement.
4771
47722005-02-26 Richard M. Stallman <rms@gnu.org>
4773
4774 * tips.texi (Coding Conventions): Clarify.
4775 Put all the major mode key reservations together.
4776 Mention the Mouse-1 => Mouse-2 conventions.
4777
4778 * syntax.texi (Syntax Class Table): Clarify.
4779 (Syntax Table Functions): syntax-after moved from here.
4780 (Syntax Table Internals): syntax-after moved to here.
4781 (Parsing Expressions): Update info on number of values
4782 and what's meaningful in the STATE argument.
4783 (Categories): Fix typo.
4784
4785 * sequences.texi (Arrays): Cleanup.
4786 (Char-Tables): Clarify.
4787
4788 * processes.texi (Deleting Processes): Cleanups, add xref.
4789 (Subprocess Creation): Explain nil in exec-path. Cleanup.
4790 (Process Information): set-process-coding-system, some args optional.
4791 (Input to Processes): Explain various types for PROCESS args.
4792 Rename them from PROCESS-NAME to PROCESS.
4793 (Signals to Processes): Likewise.
4794 (Decoding Output): Cleanup.
4795 (Query Before Exit): Clarify.
4796
4797 * os.texi (Startup Summary): Correct the options; add missing ones.
4798 (Terminal Output, Batch Mode): Clarify.
4799 (Flow Control): Node deleted.
4800
4801 * markers.texi (The Mark): Clarify.
4802
4803 * macros.texi (Expansion): Cleanup.
4804 (Indenting Macros): indent-spec allows ints, not floats.
4805
4806 * keymaps.texi (Keymaps): Clarify.
4807 (Format of Keymaps): Update lisp-mode-map example.
4808 (Active Keymaps, Key Lookup): Clarify.
4809 (Changing Key Bindings): Add xref to `kbd'.
4810 (Key Binding Commands, Simple Menu Items): Clarify.
4811 (Mouse Menus, Menu Bar): Clarify.
4812 (Menu Example): Replace print example with menu-bar-replace-menu.
4813
4814 * help.texi (Documentation Basics): Add function-documentation prop.
4815
4816 * elisp.texi (Top): Don't refer to Flow Control node.
4817
4818 * commands.texi (Command Overview): Improve xrefs.
4819 (Adjusting Point): Adjusting point applies to intangible and invis.
4820 (Key Sequence Input): Doc extra read-key-sequence args.
4821 Likewise for read-key-sequence-vector.
4822
4823 * backups.texi (Rename or Copy): Minor fix.
4824 (Numbered Backups): For version-control, say the default.
4825 (Auto-Saving): make-auto-save-file-name example is simplified.
4826
4827 * advice.texi (Advising Functions): Don't imply one part of Emacs
4828 should advise another part. Markup changes.
4829 (Defining Advice): Move transitional para.
4830 (Activation of Advice): Cleanup.
4831 Explain if COMPILE is nil or negative.
4832
4833 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
4834
48352005-02-24 Lute Kamstra <lute@gnu.org>
4836
4837 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
4838 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
4839
48402005-02-23 Lute Kamstra <lute@gnu.org>
4841
4842 * modes.texi (Defining Minor Modes): define-minor-mode can be used
4843 to define global minor modes as well.
4844
4845 * display.texi (Managing Overlays): overlay-buffer returns nil for
4846 deleted overlays.
4847
48482005-02-22 Kim F. Storm <storm@cua.dk>
4849
4850 * minibuf.texi (Basic Completion): Allow symbols in addition to
4851 strings in try-completion and all-completions.
4852
48532005-02-14 Lute Kamstra <lute@gnu.org>
4854
4855 * elisp.texi (Top): Remove reference to deleted node.
4856
4857 * lists.texi (Lists): Remove reference to deleted node.
4858 (Cons Cells): Fix typo.
4859
4860 * loading.texi (Where Defined): Fix typo.
4861
48622005-02-14 Richard M. Stallman <rms@gnu.org>
4863
4864 * variables.texi (Creating Buffer-Local): change-major-mode-hook
4865 is useful for discarding some minor modes.
4866
4867 * symbols.texi (Symbol Components): Reorder examples.
4868
4869 * streams.texi (Input Functions): State standard-input default.
4870 (Output Variables): State standard-output default.
4871
4872 * objects.texi (Printed Representation): Clarify read syntax vs print.
4873 (Floating Point Type): Explain meaning better.
4874 (Symbol Type): Explain uniqueness better.
4875 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
4876 List examples sooner.
4877 (Box Diagrams): New subnode broken out.
4878 Some examples moved from old Lists as Boxes node.
4879 (Dotted Pair Notation): Clarify intro.
4880 (Array Type): Clarify.
4881 (Type Predicates): Add hash-table-p.
4882
4883 * numbers.texi (Integer Basics): Clarify radix explanation.
4884 (Predicates on Numbers): Minor clarification.
4885 (Comparison of Numbers): Minor clarification. Clarify eql.
4886 Typos in min, max.
4887 (Math Functions): Clarify overflow in expt.
4888
4889 * minibuf.texi (Text from Minibuffer): Minor clarification.
4890 Mention arrow keys.
4891
4892 * loading.texi (Autoload): defun's doc string overrides autoload's
4893 doc string.
4894 (Repeated Loading): Modernize "add to list" examples.
4895 (Where Defined): Finish updating table of load-history elts.
4896
4897 * lists.texi (List-related Predicates): Minor wording improvement.
4898 (Lists as Boxes): Node deleted.
4899 (Building Lists): Explain trivial cases of number-sequence.
4900
4901 * hash.texi (Hash Tables): Add desc to menu items.
10d1d0af 4902 (Creating Hash): Explain "full" means "make larger".
b8d4c8d0
GM
4903 (Hash Access): Any object can be a key.
4904 State value of maphash.
4905
4906 * functions.texi (What Is a Function): Wording cleanup.
4907 (Function Documentation): Minor cleanup.
4908 Explain purpose of calling convention at end of doc string.
4909 (Function Names): Wording cleanup.
4910 (Calling Functions): Wording cleanup.
4911 Explain better how funcall calls the function.
4912 (Function Cells): Delete example of saving and redefining function.
4913
4914 * control.texi (Combining Conditions): Wording cleanup.
4915 (Iteration): dolist and dotimes bind VAR locally.
4916 (Cleanups): Xref to Atomic Changes.
4917
4918 * compile.texi (Byte Compilation): Delete 19.29 info.
4919 (Compilation Functions): Macros' difficulties don't affect defsubst.
4920 (Docs and Compilation): Delete 19.29 info.
4921
49222005-02-10 Richard M. Stallman <rms@gnu.org>
4923
4924 * objects.texi (Symbol Type): Minor correction.
4925
49262005-02-06 Lute Kamstra <lute@gnu.org>
4927
4928 * modes.texi (Example Major Modes): Fix typos.
4929
49302005-02-06 Richard M. Stallman <rms@gnu.org>
4931
4932 * text.texi (Margins): fill-nobreak-predicate can be one function.
4933
4934 * strings.texi (Modifying Strings): clear-string can make unibyte.
4935 (Formatting Strings): format gives error if values missing.
4936
4937 * positions.texi (Character Motion): Mention default arg
4938 for forward-char. backward-char refers to forward-char.
4939 (Word Motion): Mention default arg for forward-word.
4940 (Buffer End Motion): Mention default arg for beginning-of-buffer.
4941 Simplify end-of-buffer.
4942 (Text Lines): Mention default arg for forward-line.
4943 (List Motion): Mention default arg for beginning/end-of-defun.
4944 (Skipping Characters): Minor fixes in explaining character-set.
4945
4946 * modes.texi (Major Mode Conventions): Mention "system abbrevs".
4947 Mode inheritance applies only when default-major-mode is nil.
4948 Clarifications.
4949 (Example Major Modes): Update Text mode and Lisp mode examples.
4950 (Minor Mode Conventions): Mention define-minor-mode at top.
4951 (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
4952 (Mode Line Format): Update mode line face display info.
4953 (Properties in Mode): Mention effect of risky vars.
4954 (Imenu): Define imenu-add-to-menubar.
4955 (Font Lock Mode): Add descriptions to menu lines.
4956 (Faces for Font Lock): Add font-lock-doc-face.
4957
49582005-02-05 Lute Kamstra <lute@gnu.org>
4959
4960 * text.texi (Maintaining Undo): Remove obsolete function.
4961
49622005-02-05 Eli Zaretskii <eliz@gnu.org>
4963
4964 * frames.texi (Color Names): Add pointer to the X docs about RGB
4965 color specifications. Improve indexing
4966 (Text Terminal Colors): Replace the description of RGB values by
4967 an xref to "Color Names".
4968
49692005-02-03 Richard M. Stallman <rms@gnu.org>
4970
4971 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
4972 Clarify.
4973 (Selecting Windows): Clarify save-selected-window.
4974 (Cyclic Window Ordering): Clarify walk-windows.
4975 (Window Point): Clarify.
4976 (Window Start): Add comment to example.
4977 (Resizing Windows): Add `interactive' specs in examples.
4978 Document fit-window-to-buffer.
4979
4980 * text.texi (User-Level Deletion): just-one-space takes numeric arg.
4981 (Undo, Maintaining Undo): Clarify last change.
4982 (Sorting): In sort-numeric-fields, explain about octal and hex.
4983 Mention sort-numeric-base.
4984 (Format Properties): Add xref for hard newlines.
4985
4986 * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
4987 (Pop-Up Menus): Fix typo.
4988 (Color Names): Explain all types of color names.
4989 Explain color-values on B&W terminal.
4990 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names.
4991
4992 * files.texi (File Locks): Not supported on MS systems.
4993 (Testing Accessibility): Clarify.
4994
4995 * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
4996 (Coverage Testing): Fix typo.
4997
4998 * commands.texi (Misc Events): Remove stray space.
4999
5000 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
5001 (Modification Time): Clarify when visited-file-modtime returns 0.
5002 (The Buffer List): Clarify bury-buffer.
5003 (Killing Buffers): Clarify.
5004 (Indirect Buffers): Add clone-indirect-buffer.
5005
50062005-02-02 Matt Hodges <MPHodges@member.fsf.org>
5007
5008 * edebug.texi (Printing in Edebug): Fix default value of
5009 edebug-print-circle.
5010 (Coverage Testing): Fix displayed frequency count data.
5011
50122005-02-02 Luc Teirlinck <teirllm@auburn.edu>
5013
5014 * text.texi (Maintaining Undo): Add `undo-outer-limit'.
5015
50162005-02-02 Kim F. Storm <storm@cua.dk>
5017
5018 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
5019
50202005-01-29 Eli Zaretskii <eliz@gnu.org>
5021
5022 * commands.texi (Misc Events): Describe the help-echo event.
5023
5024 * text.texi (Special Properties) <help-echo>: Use `pos'
5025 consistently in description of the help-echo property.
5026 Use @code{nil} instead of @var{nil}.
5027
5028 * display.texi (Overlay Properties): Fix the index entry for
5029 help-echo overlay property.
5030
5031 * customize.texi (Type Keywords): Uncomment the xref to the
5032 help-echo property documentation.
5033
50342005-01-23 Kim F. Storm <storm@cua.dk>
5035
5036 * windows.texi (Window Start): Fix `pos-visible-in-window-p'
5037 return value. Third element FULLY replaced by PARTIAL which
5038 specifies number of invisible pixels if row is only partially visible.
5039 (Textual Scrolling): Mention auto-window-vscroll.
5040 (Vertical Scrolling): New defvar auto-window-vscroll.
5041
50422005-01-16 Luc Teirlinck <teirllm@auburn.edu>
5043
5044 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
5045 command remapping.
5046
50472005-01-15 Richard M. Stallman <rms@gnu.org>
5048
5049 * display.texi (Defining Images): Mention DATA-P arg of create-image.
5050
50512005-01-14 Kim F. Storm <storm@cua.dk>
5052
5053 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
5054
5055 * text.texi (Links and Mouse-1): Fix string and vector item.
5056
50572005-01-13 Richard M. Stallman <rms@gnu.org>
5058
5059 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
5060 descriptions of overriding-local-map and overriding-terminal-local-map.
5061
5062 * text.texi (Links and Mouse-1): Clarify text.
5063
50642005-01-13 Kim F. Storm <storm@cua.dk>
5065
5066 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
5067
50682005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
5069
5070 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
5071
50722005-01-12 Kim F. Storm <storm@cua.dk>
5073
5074 * text.texi (Links and Mouse-1): Rename section from Enabling
5075 Mouse-1 to Following Links. Change xrefs.
5076 Add examples for define-button-type and define-widget.
5077
5078 * display.texi (Button Properties, Button Buffer Commands):
5079 Clarify mouse-1 and follow-link functionality.
5080
50812005-01-12 Richard M. Stallman <rms@gnu.org>
5082
5083 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
5084
5085 * display.texi (Beeping): Fix Texinfo usage.
5086
5087 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
5088
50892005-01-11 Kim F. Storm <storm@cua.dk>
5090
5091 * display.texi (Button Properties, Button Buffer Commands):
5092 Mention mouse-1 binding. Add follow-link keyword.
5093
5094 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
5095 (Enabling Mouse-1 to Follow Links): New subsection.
5096
50972005-01-06 Richard M. Stallman <rms@gnu.org>
5098
5099 * text.texi (Special Properties): Minor change.
5100
5101 * os.texi (Timers): Clarify previous change.
5102
5103 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
5104
51052005-01-01 Luc Teirlinck <teirllm@auburn.edu>
5106
5107 * display.texi (Face Attributes): Correct xref to renamed node.
5108
51092005-01-01 Richard M. Stallman <rms@gnu.org>
5110
5111 * display.texi (Face Attributes): Describe hex color specs.
5112
51132004-12-31 Richard M. Stallman <rms@gnu.org>
5114
5115 * os.texi (Timers): Update previous change.
5116
51172004-12-30 Kim F. Storm <storm@cua.dk>
5118
5119 * display.texi (Line Height): Total line-height is now specified
5120 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
5121 in cons cells. (nil . RATIO) is relative to actual line height.
5122 Use line-height `t' instead of `0' to get minimum height.
5123
51242004-12-29 Richard M. Stallman <rms@gnu.org>
5125
5126 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
5127
51282004-12-28 Richard M. Stallman <rms@gnu.org>
5129
5130 * commands.texi (Quitting): Clarify value of with-local-quit.
5131
5132 * elisp.texi (Top): Fix previous change.
5133
5134 * loading.texi (Loading): Fix previous change.
5135
51362004-12-27 Richard M. Stallman <rms@gnu.org>
5137
5138 * Makefile.in (MAKEINFO): Specify --force.
5139
5140 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
5141
5142 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
5143
5144 * display.texi (Line Height): Further clarify.
5145
5146 * elisp.texi (Top): Update Loading submenu.
5147
5148 * loading.texi (Where Defined): New node.
5149 (Unloading): load-history moved to Where Defined.
5150
51512004-12-21 Richard M. Stallman <rms@gnu.org>
5152
5153 * commands.texi (Event Input Misc): Add while-no-input.
5154
51552004-12-11 Richard M. Stallman <rms@gnu.org>
5156
5157 * display.texi (Line Height): Rewrite text for clarity.
5158
51592004-12-11 Kim F. Storm <storm@cua.dk>
5160
5161 * display.texi (Display): Add node "Line Height" to menu.
5162 (Line Height): New node. Move full description of line-spacing
5163 and line-height text properties here from text.texi.
5164 (Scroll Bars): Add vertical-scroll-bar variable.
5165
5166 * frames.texi (Window Frame Parameters): Remove line-height defvar.
5167
5168 * locals.texi (Standard Buffer-Local Variables): Fix xref for
5169 line-spacing and vertical-scroll-bar.
5170
5171 * text.texi (Special Properties): Just mention line-spacing and
5172 line-height here, add xref to new "Line Height" node.
5173
51742004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
5175
5176 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
5177
5178 * locals.texi (Standard Buffer-Local Variables):
5179 Add @xref for `line-spacing'.
5180
51812004-12-05 Richard M. Stallman <rms@gnu.org>
5182
5183 * Makefile.in (maintainer-clean): Remove the info files
5184 in $(infodir) where they are created.
5185
51862004-12-03 Richard M. Stallman <rms@gnu.org>
5187
5188 * windows.texi (Selecting Windows): get-lru-window and
5189 get-largest-window don't consider dedicated windows.
5190
5191 * text.texi (Undo): Document undo-in-progress.
5192
51932004-11-26 Richard M. Stallman <rms@gnu.org>
5194
5195 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
5196 Remove a few vars that are not always buffer-local.
5197
51982004-11-24 Luc Teirlinck <teirllm@auburn.edu>
5199
5200 * locals.texi (Standard Buffer-Local Variables): Comment out
5201 xref's to non-existent node `Yet to be written'.
5202
52032004-11-24 Richard M. Stallman <rms@gnu.org>
5204
5205 * processes.texi (Synchronous Processes): Grammar fix.
5206
5207 * numbers.texi (Comparison of Numbers): Add eql.
5208
5209 * locals.texi (Standard Buffer-Local Variables): Add many vars.
5210
5211 * intro.texi (Printing Notation): Fix previous change.
5212
5213 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
5214 and default-indicate-buffer-boundaries from here.
5215 (Usual Display): To here.
5216 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
5217 (Usual Display): Move tab-width up.
5218
5219 * customize.texi (Variable Definitions): Replace
5220 show-paren-mode example with tooltip-mode.
5221 (Simple Types, Composite Types, Defining New Types):
5222 Minor cleanups.
5223
52242004-11-21 Jesper Harder <harder@ifa.au.dk>
5225
5226 * processes.texi (Synchronous Processes, Output from Processes):
5227 Markup fix.
5228
52292004-11-20 Richard M. Stallman <rms@gnu.org>
5230
5231 * positions.texi (Skipping Characters): skip-chars-forward
5232 now handles char classes.
5233
5234 * intro.texi (Printing Notation): Avoid confusion of `print'
5235 when explaining @print.
5236
5237 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
5238
5239 * display.texi (Display Table Format): Minor fix.
5240
5241 * streams.texi (Output Functions): Fix print example.
5242
5243 * Makefile.in (elisp): New target.
5244 (dist): Depend on $(infodir)/elisp, not elisp.
5245 Copy the info files from $(infodir).
5246
5247 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
5248 read-from-minibuffer.
5249
5250 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
5251
52522004-11-19 Richard M. Stallman <rms@gnu.org>
5253
5254 * searching.texi (Regexp Search): Add search-whitespace-regexp.
5255
52562004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
5257
5258 * tips.texi (Coding Conventions): Fix typo.
5259
52602004-11-16 Richard M. Stallman <rms@gnu.org>
5261
5262 * tips.texi (Coding Conventions): Separate defvar and require
5263 methods to avoid warnings. Use require only when there are many
5264 functions and variables from that package.
5265
5266 * minibuf.texi (Minibuffer Completion): When ignoring case,
5267 predicate must not be case-sensitive.
5268
5269 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
5270 (Test Coverage): Don't talk about "splotches". Clarified.
5271
52722004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
5273
5274 * frames.texi (Window Frame Parameters): Fix typo.
5275
52762004-11-15 Kim F. Storm <storm@cua.dk>
5277
5278 * symbols.texi (Other Plists): Note that plist-get may signal error.
5279 Add safe-plist-get.
5280
52812004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
5282
5283 * modes.texi (Font Lock Basics): Fix typo.
5284
52852004-11-08 Richard M. Stallman <rms@gnu.org>
5286
5287 * syntax.texi (Syntax Table Functions): Add syntax-after.
5288
52892004-11-06 Lars Brinkhoff <lars@nocrew.org>
5290
5291 * os.texi (Processor Run Time): New section documenting
5292 get-internal-run-time.
5293
52942004-11-06 Eli Zaretskii <eliz@gnu.org>
5295
5296 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
5297 it nukes elisp-cover.texi.
5298 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
5299 elisp-0 etc.
5300
53012004-11-05 Luc Teirlinck <teirllm@auburn.edu>
5302
5303 * commands.texi (Keyboard Macros): Document `append' return value
5304 of `defining-kbd-macro'.
5305
53062004-11-01 Richard M. Stallman <rms@gnu.org>
5307
5308 * commands.texi (Interactive Call): Add called-interactively-p.
5309
53102004-10-29 Simon Josefsson <jas@extundo.com>
5311
5312 * minibuf.texi (Reading a Password): Revert.
5313
53142004-10-28 Richard M. Stallman <rms@gnu.org>
5315
5316 * frames.texi (Display Feature Testing): Explain about "vendor".
5317
53182004-10-27 Richard M. Stallman <rms@gnu.org>
5319
5320 * commands.texi (Interactive Codes): `N' uses numeric prefix,
5321 not raw. Clarify `n'.
5322 (Interactive Call): Rewrite interactive-p, focusing on when
5323 and how to use it.
5324 (Misc Events): Clarify previous change.
5325
5326 * advice.texi (Simple Advice): Clarify what job the example does.
5327 (Around-Advice): Clarify ad-do-it.
5328 (Activation of Advice): An option of ad-default-compilation-action
5329 is `never', not `nil'.
5330
53312004-10-26 Kim F. Storm <storm@cua.dk>
5332
5333 * commands.texi (Interactive Codes): Add U code letter.
5334
53352004-10-25 Simon Josefsson <jas@extundo.com>
5336
5337 * minibuf.texi (Reading a Password): Add.
5338
53392004-10-24 Jason Rumney <jasonr@gnu.org>
5340
5341 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
5342 and wheel-down.
5343
53442004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
5345
5346 * processes.texi (Synchronous Processes): Document process-file.
5347
53482004-10-22 Kenichi Handa <handa@m17n.org>
5349
5350 * text.texi (translate-region): Document that it accepts also a
5351 char-table.
5352
53532004-10-22 David Ponce <david@dponce.com>
5354
5355 * windows.texi (Resizing Windows): Document the `preserve-before'
5356 argument of the functions `enlarge-window' and `shrink-window'.
5357
53582004-10-19 Jason Rumney <jasonr@gnu.org>
5359
5360 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
5361
53622004-10-09 Luc Teirlinck <teirllm@auburn.edu>
5363
5364 * text.texi (Filling): Add anchor for definition of
5365 `sentence-end-double-space'.
5366
5367 * searching.texi (Regexp Example): Update description of how
5368 Emacs currently recognizes the end of a sentence.
5369 (Standard Regexps): Update definition of the variable
5370 `sentence-end'. Add definition of the function `sentence-end'.
5371
53722004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
5373
5374 * display.texi (Progress): New node.
5375
53762004-10-05 Kim F. Storm <storm@cua.dk>
5377
5378 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
5379
53802004-09-29 Kim F. Storm <storm@cua.dk>
5381
5382 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
5383 to identify bitmaps. Remove -fringe-bitmap suffix for standard
5384 fringe bitmap symbols, as they now have their own namespace.
5385 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
5386 vs. pixels. Signal error if no free bitmap slots.
5387 (Pixel Specification): Change IMAGE to @var{image}.
5388
53892004-09-28 Richard M. Stallman <rms@gnu.org>
5390
5391 * text.texi (Special Properties): Clarify line-spacing and line-height.
5392
5393 * searching.texi (Regexp Search): Add looking-back.
5394
53952004-09-25 Luc Teirlinck <teirllm@auburn.edu>
5396
5397 * display.texi: Correct typos.
5398 (Image Descriptors): Correct xref's.
5399
54002004-09-25 Richard M. Stallman <rms@gnu.org>
5401
5402 * text.texi (Special Properties): Cleanups in `cursor'.
5403 Rewrites in `line-height' and `line-spacing'; exchange them.
5404
5405 * display.texi (Fringes): Rewrite previous change.
5406 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
5407 (Display Fringe Bitmaps): Node deleted, text moved.
5408 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
5409 (Scroll Bars): Clarify set-window-scroll-bars.
5410 (Pointer Shape): Rewrite.
5411 (Specified Space): Clarify :align-to, etc.
5412 (Pixel Specification): Use @var. Clarify new text.
5413 (Other Display Specs): Clarify `slice'.
5414 (Image Descriptors): Cleanups.
5415 (Showing Images): Cleanups.
5416
54172004-09-24 Luc Teirlinck <teirllm@auburn.edu>
5418
5419 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
5420
5421 * modes.texi: Various minor changes in addition to:
5422 (Major Mode Conventions): Final call to `run-mode-hooks' should
5423 not be inside the `delay-mode-hooks' form.
5424 (Mode Hooks): New node.
5425 (Hooks): Delete obsolete example.
5426 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
5427 node "Mode Hooks".
5428
54292004-09-22 Luc Teirlinck <teirllm@auburn.edu>
5430
5431 * display.texi: Correct various typos.
5432 (Display): Rename node "Pointer Shapes" to "Pointer
5433 Shape". (There is already a node called "Pointer Shapes" in
5434 frames.texi.)
5435 (Images): Remove non-existent node "Image Slices" from menu.
5436
54372004-09-23 Kim F. Storm <storm@cua.dk>
5438
5439 * text.texi (Special Properties): Add `cursor', `pointer',
5440 `line-height', and `line-spacing' properties.
5441
5442 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
5443 Shapes' to menu.
5444 (Standard Faces): Doc fix for fringe face.
5445 (Fringes): Add `overflow-newline-into-fringe' and
5446 'indicate-buffer-boundaries'.
5447 (Fringe Bitmaps, Pointer Shapes): New nodes.
5448 (Display Property): Add 'Pixel Specification' and 'Display Fringe
5449 Bitmaps' to menu.
5450 (Specified Space): Describe pixel width and height.
5451 (Pixel Specification): New node.
5452 (Other Display Specs): Add `slice' property.
5453 (Display Fringe Bitmaps): New node.
5454 (Images): Add 'Image Slices' to menu.
5455 (Image Descriptors): Add `:pointer' and `:map' properties.
5456 (Showing Images): Add slice arg to `insert-image'. Add
5457 'insert-sliced-image'.
5458
54592004-09-20 Richard M. Stallman <rms@gnu.org>
5460
5461 * commands.texi (Key Sequence Input):
5462 Clarify downcasing in read-key-sequence.
5463
54642004-09-08 Juri Linkov <juri@jurta.org>
5465
5466 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
5467
54682004-09-07 Luc Teirlinck <teirllm@auburn.edu>
5469
5470 * locals.texi (Standard Buffer-Local Variables): Add
5471 `buffer-auto-save-file-format'.
5472 * internals.texi (Buffer Internals): Describe new
5473 auto_save_file_format field of the buffer structure.
5474 * files.texi (Format Conversion): `auto-save-file-format' has been
5475 renamed `buffer-auto-save-file-format'.
5476
54772004-08-27 Luc Teirlinck <teirllm@auburn.edu>
5478
5479 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
5480 an integer or a marker.
5481 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
5482
54832004-08-22 Richard M. Stallman <rms@gnu.org>
5484
5485 * modes.texi (Major Mode Conventions): Discuss rebinding of
5486 standard key bindings.
5487
54882004-08-18 Kim F. Storm <storm@cua.dk>
5489
5490 * processes.texi (Accepting Output): Add `just-this-one' arg to
5491 `accept-process-output'.
5492 (Output from Processes): New var `process-adaptive-read-buffering'.
5493
54942004-08-10 Luc Teirlinck <teirllm@auburn.edu>
5495
5496 * keymaps.texi: Various changes in addition to:
5497 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
5498 Give more varied examples for `kbd'.
5499 (Creating Keymaps): Char tables have slots for all characters
5500 without modifiers.
5501 (Active Keymaps): `overriding-local-map' and
5502 `overriding-terminal-local-map' also override text property and
5503 overlay keymaps.
5504 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
5505 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
5506 to denote a prefix of no events.
5507 `map-keymap' includes parent's bindings _recursively_.
5508 Clarify and correct description of `where-is-internal'.
5509 Mention BUFFER-OR-NAME arg to `describe-bindings'.
5510 (Menu Example): For menus intended for use with the keyboard, the
5511 menu items should be bound to characters or real function keys.
5512
55132004-08-08 Luc Teirlinck <teirllm@auburn.edu>
5514
5515 * objects.texi (Character Type): Reposition `@anchor' to prevent
5516 double space inside sentence in Info.
5517
5518 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
5519 renamed to `disabled-command-function'.
5520 * commands.texi (Key Sequence Input): Remove unnecessary anchor.
5521 (Command Loop Info): Replace reference to it.
5522 (Disabling Commands): `disabled-command-hook' has been renamed to
5523 `disabled-command-function'.
5524
55252004-08-07 Luc Teirlinck <teirllm@auburn.edu>
5526
5527 * os.texi (Translating Input): Only non-prefix bindings in
5528 `key-translation-map' override actual key bindings. Warn about
5529 possible indirect effect of actual key bindings on non-prefix
5530 bindings in `key-translation-map'.
5531
55322004-08-06 Luc Teirlinck <teirllm@auburn.edu>
5533
5534 * minibuf.texi (High-Level Completion): Add anchor for definition
5535 of `read-variable'.
5536
5537 * commands.texi: Various changes in addition to:
5538 (Using Interactive): Clarify description of `interactive-form'.
5539 (Interactive Call): Mention default for KEYS argument to
5540 `call-interactively'.
5541 (Command Loop Info): Clarify description of `this-command-keys'.
5542 Mention KEEP-RECORD argument to `clear-this-command-keys'.
5543 Value of `last-event-frame' can be `macro'.
5544 (Repeat Events): `double-click-fuzz' is also used to distinguish
5545 clicks and drags.
5546 (Classifying Events): Clarify descriptions of `event-modifiers'
5547 `event-basic-type' and `event-convert-list'.
5548 (Accessing Events): `posn-timestamp' takes POSITION argument.
5549 (Quoted Character Input): Clarify description of
5550 `read-quoted-char' and fix example.
5551 (Quitting): Add `with-local-quit'.
5552 (Disabling Commands): Correct and clarify descriptions of
5553 `enable-command' and `disable-command'.
5554 Mention what happens if `disabled-command-hook' is nil.
5555 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
5556 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
5557
55582004-07-24 Luc Teirlinck <teirllm@auburn.edu>
5559
5560 * frames.texi: Various changes in addition to:
5561 (Creating Frames): Expand and clarify description of `make-frame'.
5562 (Window Frame Parameters): Either none or both of the `icon-left'
5563 and `icon-top' parameters must be specified. Put descriptions of
5564 `menu-bar-lines' and `toolbar-lines' closer together and change
5565 them accordingly.
5566 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
5567 except while processing `frame-title-format' or `icon-title-format'.
5568 (Deleting Frames): Correct description of `delete-frame'.
5569 Non-nil return values of `frame-live-p' are like those of `framep'.
5570 (Frames and Windows): Mention return value of
5571 `set-frame-selected-window'.
5572 (Visibility of Frames): Mention `force' argument to
5573 `make-frame-invisible'. `frame-visible-p' returns t for all
5574 frames on text-only terminals.
5575 (Frame Configurations): Restoring a frame configuration does not
5576 restore deleted frames.
5577 (Window System Selections): `x-set-selection' returns DATA.
5578 (Resources): Add example.
5579 (Display Feature Testing): Clarify descriptions of
5580 `display-pixel-height', `display-pixel-width', `x-server-version'
5581 and `x-server-vendor'.
5582
5583 * windows.texi (Choosing Window): Add anchor.
5584 * minibuf.texi (Minibuffer Misc): Add anchor.
5585
55862004-07-23 John Paul Wallington <jpw@gnu.org>
5587
5588 * macros.texi (Defining Macros): Declaration keyword for setting
5589 Edebug spec is `debug' not `edebug'.
5590
55912004-07-19 Luc Teirlinck <teirllm@auburn.edu>
5592
5593 * windows.texi: Various small changes in addition to:
5594 (Window Point): Mention return value of `set-window-point'.
5595 (Window Start): `pos-visible-in-window-p' disregards horizontal
5596 scrolling. Explain return value if PARTIALLY is non-nil.
5597 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
5598 and `set-window-vscroll'.
5599 (Size of Window): The argument WINDOW to `window-inside-edges',
5600 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
5601 (Resizing Windows): Explain return value of
5602 `shrink-window-if-larger-than-buffer'.
5603 `window-size-fixed' automatically becomes buffer local when set.
5604 (Window Configurations): Explain return value of
5605 `set-window-configuration'.
5606
5607 * minibuf.texi (Minibuffer Misc): Add anchor for
5608 `minibuffer-scroll-window'.
5609
5610 * positions.texi (Text Lines): Add anchor for `count-lines'.
5611
56122004-07-17 Richard M. Stallman <rms@gnu.org>
5613
5614 * display.texi (Overlay Properties): Adding `evaporate' prop
5615 deletes empty overlay immediately.
5616
5617 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
5618 fix example.
5619
56202004-07-16 Jim Blandy <jimb@redhat.com>
5621
5622 * searching.texi (Regexp Backslash): Document new \_< and \_>
5623 operators.
5624
56252004-07-16 Juanma Barranquero <lektu@terra.es>
5626
5627 * display.texi (Images): Fix Texinfo usage.
5628
56292004-07-14 Luc Teirlinck <teirllm@auburn.edu>
5630
5631 * buffers.texi (Modification Time): `visited-file-modtime' now
5632 returns a list of two integers, instead of a cons.
5633
56342004-07-13 Luc Teirlinck <teirllm@auburn.edu>
5635
5636 * windows.texi: Various changes in addition to:
5637 (Splitting Windows): Add `split-window-keep-point'.
5638
56392004-07-09 Richard M. Stallman <rms@gnu.org>
5640
5641 * frames.texi (Input Focus): Minor fix.
5642
56432004-07-07 Luc Teirlinck <teirllm@auburn.edu>
5644
5645 * frames.texi (Input Focus): Clarify descriptions of
5646 `select-frame-set-input-focus' and `select-frame'.
5647
56482004-07-06 Luc Teirlinck <teirllm@auburn.edu>
5649
5650 * os.texi: Various small changes in addition to:
5651 (Killing Emacs): Expand and clarify description of
5652 `kill-emacs-query-functions' and `kill-emacs-hook'.
5653 (System Environment): Expand and clarify description of `getenv'
5654 and `setenv'.
5655 (Timers): Clarify description of `run-at-time'.
5656 (Translating Input): Correct description of
5657 `extra-keyboard-modifiers'.
5658 (Flow Control): Correct description of `enable-flow-control'.
5659
56602004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
5661
5662 * os.texi: Update copyright.
5663 (Session Management): Grammar fix.
5664 Clarify which Emacs does the restarting.
5665 Use @samp for *scratch* buffer.
5666
56672004-07-04 Alan Mackenzie <acm@muc.de>
5668
5669 * frames.texi (Input Focus): Add documentation for
5670 `select-frame-set-input-focus'. Replace refs to non-existent
5671 `switch-frame' with `select-frame'. Minor corrections and tidying
5672 up of text-only terminal stuff.
5673
56742004-07-02 Richard M. Stallman <rms@gnu.org>
5675
5676 * files.texi (Saving Buffers): Cleanup write-contents-function.
5677 (Magic File Names): Cleanup file-remote-p.
5678
b344d29d 56792004-07-02 Kai Großjohann <kai@emptydomain.de>
b8d4c8d0
GM
5680
5681 * files.texi (Magic File Names): `file-remote-p' returns an
5682 identifier of the remote system, not just t.
5683
56842004-07-02 David Kastrup <dak@gnu.org>
5685
5686 * searching.texi (Entire Match Data): Add explanation about new
5687 match-data behavior when @var{integers} is non-nil.
5688
56892004-06-24 Richard M. Stallman <rms@gnu.org>
5690
5691 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
5692
5693 * customize.texi (Variable Definitions): Note about doc strings
5694 and :set.
5695
5696 * keymaps.texi (Keymap Terminology): Document `kbd'.
5697 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
5698
5699 * display.texi (Invisible Text): Setting buffer-invisibility-spec
5700 makes it buffer-local.
5701
5702 * files.texi (Saving Buffers): Correct previous change.
5703
5704 * commands.texi (Accessing Events):
5705 Clarify posn-col-row and posn-actual-col-row.
5706
57072004-06-24 David Ponce <david.ponce@wanadoo.fr>
5708
5709 * commands.texi (Accessing Events): New functions
5710 posn-at-point and posn-at-x-y. Add example to posn-x-y.
5711
57122004-06-23 Luc Teirlinck <teirllm@auburn.edu>
5713
5714 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
5715 * frames.texi, buffers.texi, backups.texi, variables.texi:
5716 * loading.texi, eval.texi, functions.texi, control.texi:
5717 * symbols.texi, minibuf.texi: Reposition @anchor's.
5718
5719 * help.texi: Various small changes in addition to the following.
5720 (Describing Characters): Describe PREFIX argument to
5721 `key-description'. Correct and clarify definition of
5722 `text-char-description'. Describe NEED-VECTOR argument to
5723 `read-kbd-macro'.
5724 (Help Functions): Clarify definition of `apropos'.
5725
57262004-06-23 Lars Hansen <larsh@math.ku.dk>
5727
5728 * files.texi (Saving Buffers): Correct description of
5729 `write-contents-functions'.
5730
57312004-06-21 Juanma Barranquero <lektu@terra.es>
5732
5733 * display.texi (Images): Remove redundant @vindex directives.
5734 Rewrite `image-library-alist' doc in active voice.
5735
57362004-06-14 Juanma Barranquero <lektu@terra.es>
5737
5738 * display.texi (Images): Document new delayed library loading,
5739 variable `image-library-alist' and (existing but undocumented)
5740 function `image-type-available-p'.
5741
57422004-06-05 Richard M. Stallman <rms@gnu.org>
5743
5744 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
5745 refer the user to the Initial Input node.
5746 (Text from Minibuffer): Likewise.
5747 (Initial Input): New node. Document this feature
5748 and say it is mostly deprecated.
5749
57502004-05-30 Richard M. Stallman <rms@gnu.org>
5751
5752 * loading.texi (Named Features): Clarify return value
5753 and meaning of NOERROR.
5754
5755 * variables.texi (File Local Variables): Minor cleanup.
5756
57572004-05-30 Michael Albinus <michael.albinus@gmx.de>
5758
5759 * files.texi (Magic File Names): Add `file-remote-p' as operation
5760 of file name handlers.
5761
57622004-05-29 Richard M. Stallman <rms@gnu.org>
5763
5764 * modes.texi (Minor Mode Conventions): (-) has no special meaning
5765 as arg to a minor mode command.
5766
57672004-05-22 Richard M. Stallman <rms@gnu.org>
5768
5769 * syntax.texi (Syntax Class Table): Word syntax not just for English.
5770
5771 * streams.texi (Output Variables): Doc float-output-format.
5772
5773 * searching.texi (Regexp Special): Nested repetition can be infloop.
5774
5775 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
5776 real stack overflow.
5777
5778 * compile.texi: Minor cleanups.
5779
57802004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
5781
5782 * lists.texi (Cons Cells): Explain dotted lists, true lists,
5783 circular lists.
5784 (List Elements): Explain handling of circular and dotted lists.
5785
57862004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
5787
5788 * modes.texi (Search-based Fontification): Fix typo.
5789
57902004-05-10 Juanma Barranquero <lektu@terra.es>
5791
5792 * modes.texi (Mode Line Variables): Fix description of
5793 global-mode-string, which is now after which-func-mode, not the
5794 buffer name.
5795
57962004-05-07 Lars Hansen <larsh@math.ku.dk>
5797
5798 * modes.texi (Desktop Save Mode): Add.
5799 (Modes): Add menu entry Desktop Save Mode.
5800
5801 * hooks.texi: Add desktop-after-read-hook,
5802 desktop-no-desktop-file-hook and desktop-save-hook.
5803
5804 * locals.texi: Add desktop-save-buffer.
5805
58062004-04-30 Jesper Harder <harder@ifa.au.dk>
5807
5808 * display.texi: emacs -> Emacs.
5809
58102004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
5811
5812 * files.texi (Changing Files): Document set-file-times.
5813
58142004-04-23 Juanma Barranquero <lektu@terra.es>
5815
5816 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
5817
58182004-04-18 Jesper Harder <harder@ifa.au.dk>
5819
5820 * tips.texi (Coding Conventions): defopt -> defcustom.
5821
58222004-04-16 Luc Teirlinck <teirllm@auburn.edu>
5823
5824 * sequences.texi: Various clarifications.
5825
58262004-04-14 Luc Teirlinck <teirllm@auburn.edu>
5827
5828 * buffers.texi (Read Only Buffers): Mention optional ARG to
5829 `toggle-read-only'.
5830
58312004-04-14 Nick Roberts <nick@nick.uklinux.net>
5832
5833 * windows.texi (Selecting Windows): Note that get-lru-window
5834 returns a full-width window if possible.
5835
58362004-04-13 Luc Teirlinck <teirllm@auburn.edu>
5837
5838 * buffers.texi: Various changes in addition to:
5839 (Buffer File Name): Add `find-buffer-visiting'.
5840 (Buffer Modification): Mention optional ARG to `not-modified'.
5841 (Indirect Buffers): Mention optional CLONE argument to
5842 `make-indirect-buffer'.
5843
5844 * files.texi: Various changes in addition to:
5845 (Visiting Functions): `find-file-hook' is now a normal hook.
5846 (File Name Expansion): Explain difference between the way that
5847 `expand-file-name' and `file-truename' treat `..'.
5848 (Contents of Directories): Mention optional ID-FORMAT argument to
5849 `directory-files-and-attributes'.
5850 (Format Conversion): Mention new optional CONFIRM argument to
5851 `format-write-file'.
5852
58532004-04-12 Miles Bader <miles@gnu.org>
5854
5855 * macros.texi (Expansion): Add description of `macroexpand-all'.
5856
58572004-04-05 Jesper Harder <harder@ifa.au.dk>
5858
5859 * variables.texi (Variable Aliases): Mention
5860 cyclic-variable-indirection.
5861
5862 * errors.texi (Standard Errors): Ditto.
5863
58642004-04-04 Luc Teirlinck <teirllm@auburn.edu>
5865
5866 * backups.texi: Various small changes in addition to:
5867 (Making Backups): Mention return value of `backup-buffer'.
5868 (Auto-Saving): Mention optional FORCE argument to
5869 `delete-auto-save-file-if-necessary'.
5870 (Reverting): Mention optional PRESERVE-MODES argument to
5871 `revert-buffer'. Correct description of `revert-buffer-function'.
5872
58732004-03-22 Juri Linkov <juri@jurta.org>
5874
5875 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
5876 with `Vector Functions'.
5877
5878 * text.texi (Sorting): Add missing quote.
5879
58802004-03-14 Luc Teirlinck <teirllm@auburn.edu>
5881
5882 * intro.texi (Lisp History): Replace xref to `cl' manual with
5883 inforef.
5884
58852004-03-12 Richard M. Stallman <rms@gnu.org>
5886
5887 * intro.texi (Version Info): Add arg to emacs-version.
5888 (Lisp History): Change xref to CL manual.
5889
58902004-03-09 Luc Teirlinck <teirllm@auburn.edu>
5891
5892 * minibuf.texi (Completion Commands): Add xref to Emacs manual
5893 for Partial Completion mode.
5894
58952004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
5896
5897 * customize.texi: Fix typo. Remove eol whitespace.
5898
58992004-03-04 Richard M. Stallman <rms@gnu.org>
5900
5901 * processes.texi: Fix typos.
5902
5903 * lists.texi (Building Lists): Minor clarification.
5904
5905 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
5906 in make-hash-table.
5907
59082004-02-29 Juanma Barranquero <lektu@terra.es>
5909
5910 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
5911 rm, and ignore exit code.
5912
59132004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
5914
5915 * display.texi (Defining Faces): Add description for min-colors.
5916 Update example.
5917
59182004-02-23 Luc Teirlinck <teirllm@auburn.edu>
5919
5920 * abbrevs.texi: Various corrections and clarifications in addition
5921 to the following:
5922 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
5923
59242004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
5925
5926 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
5927
59282004-02-21 Luc Teirlinck <teirllm@auburn.edu>
5929
5930 * text.texi: Various small changes in addition to the following:
5931 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
5932 to delete-horizontal-space.
5933 (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
5934 description of yank-handler text property at various places.
5935
5936 * frames.texi (Window System Selections): Add anchor.
5937
5938 * syntax.texi (Syntax Table Functions): Clarify and correct
5939 descriptions of make-syntax-table and copy-syntax-table.
5940 (Motion and Syntax): Clarify SYNTAXES argument to
5941 skip-syntax-forward.
5942 (Parsing Expressions): Mention that the return value of
5943 parse-partial-sexp is currently a list of ten rather than nine
5944 elements.
5945 (Categories): Various corrections and clarifications.
5946
59472004-02-17 Luc Teirlinck <teirllm@auburn.edu>
5948
5949 * markers.texi (Marker Insertion Types): Minor change.
5950
5951 * locals.texi (Standard Buffer-Local Variables):
5952 * commands.texi (Interactive Codes, Using Interactive):
5953 * functions.texi (Related Topics): Fix xrefs.
5954
59552004-02-16 Luc Teirlinck <teirllm@auburn.edu>
5956
5957 * lists.texi (Sets And Lists): Update description of delete-dups.
5958
59592004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
5960
5961 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
5962
c8763fb6 59632004-02-16 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
5964
5965 * frames.texi (Parameter Access): frame-parameters arg is optional.
5966 modify-frame-parameters handles nil for FRAME.
5967 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
5968 are all-or-nothing for certain toolkits.
5969 Mention parameter wait-for-wm.
5970 (Frames and Windows): In frame-first-window and frame-selected-window
5971 the arg is optional.
5972 (Input Focus): In redirect-frame-focus the second arg is optional.
5973 (Window System Selections): Mention selection type CLIPBOARD.
5974 Mention data-type UTF8_STRING.
5975 Mention numbering of cut buffers.
5976 (Resources): Describe x-resource-name.
5977
59782004-02-16 Richard M. Stallman <rms@gnu.org>
5979
5980 * windows.texi (Buffers and Windows): Delete false table
5981 about all-frames.
5982
5983 * syntax.texi (Parsing Expressions): Delete old caveat
5984 about parse-sexp-ignore-comments.
5985
5986 * streams.texi (Output Variables): Add print-quoted.
5987
5988 * lists.texi (Building Lists): Minor cleanup.
5989
5990 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
5991
5992 * display.texi (Overlays): Explain overlays use markers.
5993 (Managing Overlays): Explain front-advance and rear-advance
5994 in more detail.
5995
5996 * loading.texi (Unloading): Document unload-feature-special-hooks.
5997 Get rid of fns-NNN.el file.
5998
59992004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
6000
6001 * help.texi (Describing Characters): Fix text-char-description
6002 example output.
6003
6004 * edebug.texi (Using Edebug): Fix example.
6005
6006 * debugging.texi (Internals of Debugger): Fix return value.
6007
6008 * files.texi (Changing Files): Fix argname.
6009
6010 * calendar.texi: Fix parens, and default values.
6011
6012 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
6013 * nonascii.texi, objects.texi, os.texi: Minor fixes.
b3e755a9 6014 * searching.texi, text.texi, tips.texi, windows.texi: Minor fixes.
b8d4c8d0
GM
6015
6016 * positions.texi (Text Lines): Don't add -1 in current-line.
6017
60182004-02-16 Richard M. Stallman <rms@gnu.org>
6019
6020 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
6021
60222004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
6023
6024 * processes.texi (Low-Level Network): Fix a typo.
6025
60262004-02-12 Kim F. Storm <storm@cua.dk>
6027
6028 * display.texi (Fringes): Use consistent wording.
6029 Note that window-fringe's window arg is optional.
6030 (Scroll Bars): Use consistent wording.
6031
60322004-02-11 Luc Teirlinck <teirllm@auburn.edu>
6033
6034 * tips.texi (Comment Tips): Document the new conventions for
6035 commenting out code.
6036
c8763fb6 60372004-02-07 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
6038
6039 * positions.texi (Text Lines): Added missing end defun.
6040
60412004-02-07 Kim F. Storm <storm@cua.dk>
6042
6043 * positions.texi (Text Lines): Add line-number-at-pos.
6044
60452004-02-06 John Paul Wallington <jpw@gnu.org>
6046
6047 * display.texi (Button Properties, Button Buffer Commands):
6048 mouse-2 invokes button, not down-mouse-1.
6049
60502004-02-04 Jason Rumney <jasonr@gnu.org>
6051
6052 * makefile.w32-in: Sync with Makefile.in changes.
6053
60542004-02-03 Luc Teirlinck <teirllm@auburn.edu>
6055
6056 * minibuf.texi (Text from Minibuffer): Various corrections and
6057 clarifications.
6058 (Object from Minibuffer): Correct Lisp description of
6059 read-minibuffer.
6060 (Minibuffer History): Clarify description of cons values for
6061 HISTORY arguments.
6062 (Basic Completion): Various corrections and clarifications. Add
6063 completion-regexp-list.
6064 (Minibuffer Completion): Correct and clarify description of
6065 completing-read.
6066 (Completion Commands): Mention Partial Completion mode. Various
6067 other minor changes.
6068 (High-Level Completion): Various corrections and clarifications.
6069 (Reading File Names): Ditto.
6070 (Minibuffer Misc): Ditto.
6071
60722004-01-26 Luc Teirlinck <teirllm@auburn.edu>
6073
6074 * strings.texi (Text Comparison): assoc-string also matches
6075 elements of alists that are strings instead of conses.
6076 (Formatting Strings): Standardize Texinfo usage. Update index
6077 entries.
6078
60792004-01-20 Luc Teirlinck <teirllm@auburn.edu>
6080
6081 * lists.texi (Sets And Lists): Add delete-dups.
6082
60832004-01-15 Luc Teirlinck <teirllm@auburn.edu>
6084
6085 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
6086 special form.
6087 * macros.texi (Defining Macros): Update description of `declare',
6088 which now is a macro.
6089 (Wrong Time): Fix typos.
6090
60912004-01-14 Luc Teirlinck <teirllm@auburn.edu>
6092
6093 * compile.texi (Compilation Functions): Expand descriptions of
6094 `compile-defun', `byte-compile-file', `byte-recompile-directory'
6095 and `batch-byte-compile'. In particular, mention and describe
6096 all optional arguments.
6097 (Disassembly): Correct and clarify the description of `disassemble'.
6098
60992004-01-11 Luc Teirlinck <teirllm@auburn.edu>
6100
6101 * searching.texi: Various small changes in addition to the
6102 following.
6103 (Regexp Example): Adapt to new value of `sentence-end'.
6104 (Regexp Functions): The PAREN argument to `regexp-opt' can be
6105 `words'.
6106 (Search and Replace): Add usage note for `perform-replace'.
6107 (Entire Match Data): Mention INTEGERS and REUSE arguments to
6108 `match-data'.
6109 (Standard Regexps): Update for new values of `paragraph-start'
6110 and `sentence-end'.
6111
61122004-01-07 Luc Teirlinck <teirllm@auburn.edu>
6113
6114 * files.texi (Saving Buffers): Clarify descriptions of
6115 `write-contents-functions' and `before-save-hook'.
6116 Make the defvar's for `before-save-hook' and `after-save-hook'
6117 into defopt's.
6118
61192004-01-07 Kim F. Storm <storm@cua.dk>
6120
6121 * commands.texi (Click Events): Describe new image and
6122 width/height elements of click events.
6123 (Accessing Events): Add posn-string, posn-image, and
6124 posn-object-width-height. Change posn-object to return either
6125 image or string object.
6126
61272004-01-01 Simon Josefsson <jas@extundo.com>
6128
6129 * hooks.texi (Standard Hooks): Add before-save-hook.
6130 * files.texi (Saving Buffers): Likewise.
6131
61322004-01-03 Richard M. Stallman <rms@gnu.org>
6133
6134 * frames.texi (Frames and Windows): Delete frame-root-window.
6135
61362004-01-03 Luc Teirlinck <teirllm@auburn.edu>
6137
6138 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
6139
6140 * functions.texi: Various small changes in addition to the
6141 following.
6142 (What Is a Function): `functionp' returns nil for macros. Clarify
6143 behavior of this and following functions for symbol arguments.
6144 (Function Documentation): Add `\' in front of (fn @var{arglist})
6145 and explain why.
6146 (Defining Functions): Mention DOCSTRING argument to `defalias'.
6147 Add anchor.
6148 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
6149
61502004-01-01 Miles Bader <miles@gnu.org>
6151
6152 * display.texi (Buttons): New section.
6153
61542003-12-31 Andreas Schwab <schwab@suse.de>
6155
6156 * numbers.texi (Math Functions): sqrt reports a domain-error
6157 error.
6158 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
6159
61602003-12-30 Luc Teirlinck <teirllm@auburn.edu>
6161
6162 * tips.texi (Documentation Tips): Update item on hyperlinks in
6163 documentation strings.
6164
6165 * errors.texi (Standard Errors): Various small corrections and
6166 additions.
6167
6168 * control.texi: Various small changes in addition to the
6169 following.
6170 (Signaling Errors): Provide some more details on how `signal'
6171 constructs the error message. Add anchor to the definition of
6172 `signal'.
6173 (Error Symbols): Describe special treatment of `quit'.
6174 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
6175 to emphasize that it has to be a single form.
6176
6177 * buffers.texi: Add anchor.
6178
61792003-12-29 Richard M. Stallman <rms@gnu.org>
6180
6181 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
6182 (Window Configurations): Add window-configuration-frame.
6183
6184 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
6185
6186 * text.texi (Examining Properties): Add get-char-property-and-overlay.
6187 Change arg name in get-char-property.
6188 (Special Properties): Update handling of keymap property.
6189
6190 * strings.texi (Modifying Strings): Add clear-string.
6191 (Text Comparison): Add assoc-string and remove
6192 assoc-ignore-case, assoc-ignore-representation.
6193
6194 * os.texi (Time of Day): Add set-time-zone-rule.
6195
6196 * numbers.texi (Math Functions): asin, acos, log, log10
6197 report domain-error errors.
6198
6199 * nonascii.texi (Converting Representations):
6200 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
6201 (Encoding and I/O): Add file-name-coding-system.
6202
6203 * modes.texi (Search-based Fontification): Explain that
6204 face specs are symbols with face names as values.
6205
6206 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
6207
6208 * lists.texi (Building Lists): remq moved elsewhere.
6209 (Sets And Lists): remq moved here.
6210 (Association Lists): Refer to assoc-string.
6211
6212 * internals.texi (Garbage Collection): Add memory-use-counts.
6213
6214 * frames.texi (Frames and Windows): Add set-frame-selected-window
6215 and frame-root-window.
6216
6217 * files.texi (Contents of Directories):
6218 Add directory-files-and-attributes.
6219
6220 * display.texi (Refresh Screen): Add force-window-update.
6221 (Invisible Text): Explain about moving point out of invis text.
6222 (Overlay Properties): Add overlay-properties.
6223 (Managing Overlays): Add overlayp.
6224 (GIF Images): Invalid image number displays a hollow box.
6225
6226 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
6227 (Killing Buffers): Add buffer-live-p.
6228
62292003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
6230
6231 * display.texi (Fringes): Fix typo "set-buffer-window".
6232
62332003-12-24 Luc Teirlinck <teirllm@auburn.edu>
6234
6235 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
6236 * nonascii.texi, processes.texi, tips.texi, variables.texi:
6237 Add or change various xrefs and anchors.
6238
6239 * commands.texi: Replace all occurrences of @acronym{CAR} with
6240 @sc{car}, for consistency with the rest of the Elisp manual.
6241 `car' and `cdr' are historically acronyms, but are no longer
6242 widely thought of as such.
6243
6244 * internals.texi (Pure Storage): Mention that `purecopy' does not
6245 copy text properties.
6246 (Object Internals): Now 29 bits are used (in most implementations)
6247 to address Lisp objects.
6248
6249 * variables.texi (Variables with Restricted Values): New node.
6250
6251 * objects.texi (Lisp Data Types): Mention that certain variables
6252 can only take on a restricted set of values and add an xref to
6253 the new node "Variables with Restricted Values".
6254
6255 * eval.texi (Function Indirection): Describe the errors that
6256 `indirect-function' can signal.
6257 (Eval): Clarify the descriptions of `eval-region' and `values'.
6258 Describe `eval-buffer' instead of `eval-current-buffer' and
6259 mention `eval-current-buffer' as an alias for `current-buffer'.
6260 Correct the description and mention all optional arguments.
6261
6262 * nonascii.texi: Various small changes in addition to the
6263 following.
6264 (Converting Representations): Clarify behavior of
6265 `string-make-multibyte' and `string-to-multibyte' for unibyte all
6266 ASCII arguments.
6267 (Character Sets): Document the variable `charset-list' and adapt
6268 the definition of the function `charset-list' accordingly.
6269 (Translation of Characters): Clarify use of generic characters in
6270 `make-translation-table'. Clarify and correct the description of
6271 the use of translation tables in encoding and decoding.
6272 (User-Chosen Coding Systems): Correct and clarify the description
6273 of `select-safe-coding-system'.
6274 (Default Coding Systems): Clarify description of
6275 `file-coding-system-alist'.
6276
62772003-11-30 Luc Teirlinck <teirllm@auburn.edu>
6278
6279 * strings.texi (Text Comparison): Correctly describe when two
6280 strings are `equal'. Combine and clarify descriptions of
6281 `assoc-ignore-case' and `assoc-ignore-representation'.
6282
6283 * objects.texi (Non-ASCII in Strings): Clarify description of
6284 when a string is unibyte or multibyte.
6285 (Bool-Vector Type): Update examples.
6286 (Equality Predicates): Correctly describe when two strings are
6287 `equal'.
6288
62892003-11-29 Luc Teirlinck <teirllm@auburn.edu>
6290
6291 * lists.texi (Building Lists): `append' no longer accepts integer
6292 arguments. Update the description of `number-sequence' to reflect
6293 recent changes.
6294 (Sets And Lists): Describe `member-ignore-case' after `member'.
6295
62962003-11-27 Kim F. Storm <storm@cua.dk>
6297
6298 * commands.texi (Click Events): Click object may be an images.
6299 Describe (dx . dy) element of click positions.
6300 (Accessing Events): Remove duplicate posn-timestamp.
6301 New functions posn-object and posn-object-x-y.
6302
63032003-11-23 Kim F. Storm <storm@cua.dk>
6304
6305 * commands.texi (Click Events): Describe enhancements to event
6306 position lists, including new text-pos and (col . row) items.
6307 Mention left-fringe and right-fringe area events.
6308 (Accessing Events): New functions posn-area and
6309 posn-actual-col-row. Mention posn-timestamp. Mention that
6310 posn-point in non-text area still returns buffer position.
6311 Clarify posn-col-row.
6312
63132003-11-21 Lars Hansen <larsh@math.ku.dk>
6314
6315 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
6316 * anti.texi (File Attributes): Describe removed parameter
6317 ID-FORMAT.
6318
63192003-11-20 Luc Teirlinck <teirllm@auburn.edu>
6320
6321 * positions.texi (Positions): Mention that, if a marker is used as
6322 a position, its buffer is ignored.
6323
6324 * markers.texi (Overview of Markers): Mention it here too.
6325
63262003-11-12 Luc Teirlinck <teirllm@auburn.edu>
6327
6328 * numbers.texi (Numeric Conversions): Not just `floor', but also
6329 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
6330
63312003-11-10 Luc Teirlinck <teirllm@auburn.edu>
6332
6333 * markers.texi (Creating Markers): Specify insertion type of
6334 created markers. Add xref to `Marker Insertion Types'.
6335 Second argument to `copy-marker' is optional.
6336 (Marker Insertion Types): Mention that most markers are created
6337 with insertion type nil.
6338 (The Mark): Correctly describe when `mark' signals an error.
6339 (The Region): Correctly describe when `region-beginning' and
6340 `region-end' signal an error.
6341
63422003-11-08 Luc Teirlinck <teirllm@auburn.edu>
6343
6344 * hash.texi (Creating Hash): Clarify description of `eql'.
6345 `makehash' is obsolete.
6346 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
6347
6348 * positions.texi (Point): Change description of `buffer-end', so
6349 that it is also correct for floating point arguments.
6350 (List Motion): Correct argument lists of `beginning-of-defun' and
6351 `end-of-defun'.
6352 (Excursions): Add xref to `Marker Insertion Types'.
6353 (Narrowing): Argument to `narrow-to-page' is optional.
6354
63552003-11-06 Luc Teirlinck <teirllm@auburn.edu>
6356
6357 * streams.texi (Output Streams): Clarify behavior of point for
6358 marker output streams.
6359
63602003-11-04 Luc Teirlinck <teirllm@auburn.edu>
6361
6362 * variables.texi (Defining Variables): Second argument to
6363 `defconst' is not optional.
6364 (Setting Variables): Mention optional argument APPEND to
6365 `add-to-list'.
6366 (Creating Buffer-Local): Expand description of
6367 `make-variable-buffer-local'.
6368 (Frame-Local Variables): Expand description of
6369 `make-variable-frame-local'.
6370 (Variable Aliases): Correct description of optional argument
6371 DOCSTRING to `defvaralias'. Mention return value of
6372 `defvaralias'.
6373 (File Local Variables): Add xref to `File variables' in Emacs
6374 Manual. Correct description of `hack-local-variables'. Mention
6375 `safe-local-variable' property. Mention optional second argument
6376 to `risky-local-variable-p'.
6377
63782003-11-03 Luc Teirlinck <teirllm@auburn.edu>
6379
6380 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
6381
63822003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
6383
6384 * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
6385 lispref/customize.texi, lispref/display.texi, lispref/files.texi,
6386 lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
6387 lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
6388 lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
6389 lispref/processes.texi, lispref/searching.texi,
6390 lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
6391 lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
6392 @acronym{FOO}.
6393
63942003-10-27 Luc Teirlinck <teirllm@auburn.edu>
6395
6396 * strings.texi (Creating Strings): Argument START to `substring'
6397 can not be `nil'. Expand description of
6398 `substring-no-properties'. Correct description of `split-string',
6399 especially with respect to empty matches. Prevent very bad line
6400 break in definition of `split-string-default-separators'.
6401 (Text Comparison): `string=' and `string<' also accept symbols as
6402 arguments.
6403 (String Conversion): More completely describe argument BASE in
6404 `string-to-number'.
6405 (Formatting Strings): `%s' and `%S' in `format' do require
6406 corresponding object. Clarify behavior of numeric prefix after
6407 `%' in `format'.
6408 (Case Conversion): The argument to `upcase-initials' can be a
6409 character.
6410
64112003-10-27 Kenichi Handa <handa@m17n.org>
6412
6413 * display.texi (Fontsets): Fix texinfo usage.
6414
64152003-10-25 Kenichi Handa <handa@m17n.org>
6416
6417 * display.texi (Fontsets): Add description of the function
6418 set-fontset-font.
6419
64202003-10-23 Luc Teirlinck <teirllm@auburn.edu>
6421
6422 * display.texi (Temporary Displays): Add xref to `Documentation
6423 Tips'.
6424
6425 * functions.texi (Function Safety): Use inforef instead of pxref
6426 for SES.
6427
64282003-10-23 Andreas Schwab <schwab@suse.de>
6429
6430 * Makefile.in (TEX, texinputdir): Don't define.
6431 (TEXI2DVI): Define.
6432 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
6433 add $(srcdir)/index.texi.
6434 ($(infodir)/elisp): Remove index.texi dependency.
6435 (elisp.dvi): Likewise. Use $(TEXI2DVI).
6436 (index.texi): Remove target.
6437 (dist): Don't link $(srcdir)/permute-index.
6438 (clean): Don't remove index.texi.
6439
6440 * permute-index, index.perm: Remove.
6441 * index.texi: Rename from index.unperm.
6442
64432003-10-22 Luc Teirlinck <teirllm@auburn.edu>
6444
6445 * tips.texi (Documentation Tips): Document new behavior for face
6446 and variable hyperlinks in Help mode.
6447
64482003-10-21 Luc Teirlinck <teirllm@auburn.edu>
6449
6450 * objects.texi (Integer Type): Update for extra bit of integer range.
6451 (Character Type): Ditto.
6452
64532003-10-16 Eli Zaretskii <eliz@gnu.org>
6454
6455 * numbers.texi (Integer Basics): Add index entries for reading
6456 numbers in hex, octal, and binary.
6457
64582003-10-16 Lute Kamstra <lute@gnu.org>
6459
6460 * modes.texi (Mode Line Format): Mention force-mode-line-update's
6461 argument.
6462
64632003-10-13 Luc Teirlinck <teirllm@auburn.edu>
6464
6465 * windows.texi (Choosing Window): Fix typo.
6466 * edebug.texi (Edebug Execution Modes): Fix typo.
6467
64682003-10-13 Richard M. Stallman <rms@gnu.org>
6469
6470 * windows.texi (Basic Windows): A window has fringe settings,
6471 display margins and scroll-bar settings.
6472 (Splitting Windows): Doc split-window return value.
6473 Clean up one-window-p.
6474 (Selecting Windows): Fix typo.
6475 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
6476 (Buffers and Windows): In set-window-buffer, explain effect
6477 on fringe settings and scroll bar settings.
6478 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
6479 (Choosing Window): Use defopt for pop-up-frame-function.
6480 For special-display-buffer-names, explain same-window and same-frame.
6481 Clarify window-dedicated-p return value.
6482 (Textual Scrolling): scroll-up and scroll-down can get an error.
6483 (Horizontal Scrolling): Clarify auto-hscroll-mode.
6484 Clarify set-window-hscroll.
6485 (Size of Window): Don't mention tool bar in window-height.
6486 (Coordinates and Windows): Explain what coordinates-in-window-p
6487 returns for fringes and display margins.
6488 (Window Configurations): Explain saving fringes, etc.
6489
6490 * tips.texi (Library Headers): Clean up Documentation.
6491
6492 * syntax.texi (Parsing Expressions): Clean up forward-comment
6493 and parse-sexp-lookup-properties.
6494
6495 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
6496
6497 * os.texi (System Environment): Clean up text for load-average errors.
6498
6499 * modes.texi (Hooks): Don't explain local hook details at front.
6500 Clarify run-hooks and run-hook-with-args a little.
6501 Clean up add-hook and remove-hook.
6502
6503 * edebug.texi (Edebug Execution Modes): Clarify t.
6504 Document edebug-sit-for-seconds.
6505 (Coverage Testing): Document C-x X = and =.
6506 (Instrumenting Macro Calls): Fix typo.
6507 (Specification List): Don't index the specification keywords.
6508
65092003-10-10 Kim F. Storm <storm@cua.dk>
6510
6511 * processes.texi (Network): Introduce make-network-process.
6512
65132003-10-09 Luc Teirlinck <teirllm@auburn.edu>
6514
6515 * tips.texi (Library Headers): Fix typo.
6516
65172003-10-07 Juri Linkov <juri@jurta.org>
6518
6519 * modes.texi (Imenu): Mention imenu-create-index-function's
6520 default value. Explain submenus better.
6521
65222003-10-07 Lute Kamstra <lute@gnu.org>
6523
6524 * modes.texi (Faces for Font Lock): Fix typo.
6525 (Hooks): Explain how buffer-local hook variables can refer to
6526 global hook variables.
6527 Various minor clarifications.
6528
65292003-10-06 Lute Kamstra <lute@gnu.org>
6530
6531 * tips.texi (Coding Conventions): Mention naming conventions for
6532 hooks.
6533
65342003-10-05 Luc Teirlinck <teirllm@auburn.edu>
6535
6536 * loading.texi (Library Search): Correct default value of
6537 load-suffixes.
6538 (Named Features): Fix typo.
6539
65402003-10-05 Richard M. Stallman <rms@gnu.org>
6541
6542 * loading.texi (Named Features): In `provide',
6543 say how to test for subfeatures.
6544 (Unloading): In unload-feature, use new var name
6545 unload-feature-special-hooks.
6546
65472003-10-03 Lute Kamstra <lute@gnu.org>
6548
6549 * modes.texi (Major Mode Conventions): Mention third way to set up
6550 Imenu.
6551 (Imenu): A number of small fixes.
6552 Delete documentation of internal variable imenu--index-alist.
6553 Document the return value format of imenu-create-index-function
6554 functions.
6555
65562003-09-30 Richard M. Stallman <rms@gnu.org>
6557
6558 * processes.texi (Network): Say what stopped datagram connections do.
6559
6560 * lists.texi (Association Lists): Clarify `assq-delete-all'.
6561
6562 * display.texi (Overlay Properties): Clarify `evaporate' property.
6563
65642003-09-29 Lute Kamstra <lute@gnu.org>
6565
6566 * modes.texi (Mode Line Data): Explain when symbols in mode-line
6567 constructs should be marked as risky.
6568 Change cons cell into proper list.
6569 (Mode Line Variables): Change cons cell into proper list.
6570
65712003-09-26 Lute Kamstra <lute@gnu.org>
6572
6573 * modes.texi (Mode Line Data): Document the :propertize construct.
6574 (Mode Line Variables): Reorder the descriptions of the variables
6575 to match their order in the default mode-line-format.
6576 Describe the new variables mode-line-position and mode-line-modes.
6577 Update the default values of mode-line-frame-identification,
6578 minor-mode-alist, and default-mode-line-format.
6579 (Properties in Mode): Mention the :propertize construct.
6580
65812003-09-26 Richard M. Stallman <rms@gnu.org>
6582
6583 * buffers.texi, commands.texi, debugging.texi, eval.texi:
6584 * loading.texi, minibuf.texi, text.texi, variables.texi:
6585 Avoid @strong{Note:}.
6586
65872003-09-26 Richard M. Stallman <rms@gnu.org>
6588
6589 * keymaps.texi (Remapping Commands): Fix typo.
6590
65912003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
6592
6593 * processes.texi (Low-Level Network): Fix typo.
6594
65952003-09-23 Kim F. Storm <storm@cua.dk>
6596
6597 * processes.texi (Network, Network Servers): Fix typos.
6598 (Low-Level Network): Add timeout value for :server keyword.
6599 Add new option keywords to make-network-process.
6600 Add set-network-process-options.
6601 Explain how to test availability of network options.
6602
66032003-09-19 Richard M. Stallman <rms@gnu.org>
6604
6605 * text.texi (Motion by Indent): Arg to
6606 backward-to-indentation and forward-to-indentation is optional.
6607
6608 * strings.texi (Creating Strings): Add substring-no-properties.
6609
6610 * processes.texi
6611 (Process Information): Add list-processes arg QUERY-ONLY.
6612 Delete process-contact from here.
6613 Add new status values for process-status.
6614 Add process-get, process-put, process-plist, set-process-plist.
6615 (Synchronous Processes): Add call-process-shell-command.
6616 (Signals to Processes): signal-process allows process objects.
6617 (Network): Complete rewrite.
6618 (Network Servers, Datagrams, Low-Level Network): New nodes.
6619
6620 * positions.texi (Word Motion): forward-word, backward-word
6621 arg is optional. Reword.
6622
6623 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
6624
6625 * variables.texi (Creating Buffer-Local):
6626 Delete duplicate definition of buffer-local-value.
6627 (File Local Variables): Explain about discarding text props.
6628
66292003-09-11 Richard M. Stallman <rms@gnu.org>
6630
6631 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
6632 changes variables that record input events.
6633 (Minibuffer Misc): Add minibuffer-selected-window.
6634
6635 * lists.texi (Building Lists): Add copy-tree.
6636
6637 * display.texi (Fontsets): Add char-displayable-p.
6638 (Scroll Bars): New node.
6639
66402003-09-08 Lute Kamstra <lute@gnu.org>
6641
6642 * modes.texi (%-Constructs): Document new `%i' and `%I'
6643 constructs.
6644
66452003-09-03 Peter Runestig <peter@runestig.com>
6646
6647 * makefile.w32-in: New file.
6648
66492003-08-29 Richard M. Stallman <rms@gnu.org>
6650
6651 * display.texi (Overlay Properties): Clarify how priorities
6652 affect use of the properties.
6653
66542003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
6655
6656 * customize.texi (Type Keywords): Correct the description of
6657 `:help-echo' in the case where `motion-doc' is a function.
6658
66592003-08-14 John Paul Wallington <jpw@gnu.org>
6660
6661 * modes.texi (Emulating Mode Line): Subsection, not section.
6662
66632003-08-13 Richard M. Stallman <rms@gnu.org>
6664
6665 * elisp.texi (Top): Update subnode lists in menu.
6666
6667 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
6668 (Kill Functions): kill-region has new arg yank-handler.
6669 (Yanking): New node.
6670 (Yank Commands): Add yank-undo-function.
6671 (Low-Level Kill Ring):
6672 kill-new and kill-append have new arg yank-handler.
6673 (Changing Properties): Add remove-list-of-text-properties.
6674 (Atomic Changes): New node.
6675
6676 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
6677
6678 * streams.texi (Output Variables): Add eval-expression-print-length
6679 and eval-expression-print-level.
6680
6681 * os.texi (Time Conversion): For encode-time, explain limits on year.
6682
6683 * objects.texi (Character Type): Define anchor "modifier bits".
6684
6685 * modes.texi (Emulating Mode Line): New node.
6686 (Search-based Fontification): Font Lock uses font-lock-face property.
6687 (Other Font Lock Variables): Likewise.
6688
6689 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
6690 not vectors.
6691 (Active Keymaps): Add emulation-mode-map-alists.
6692 (Functions for Key Lookup): key-binding has new arg no-remap.
6693 (Remapping Commands): New node.
6694 (Scanning Keymaps): where-is-internal has new arg no-remap.
6695 (Tool Bar): Add tool-bar-local-item-from-menu.
6696 Clarify when to use tool-bar-add-item-from-menu.
6697
6698 * commands.texi (Interactive Call): commandp has new arg.
6699 (Command Loop Info): Add this-original-command.
6700
67012003-08-06 John Paul Wallington <jpw@gnu.org>
6702
6703 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
6704
6705 * display.texi (Warning Basics): Fix typo.
6706 (Fringes): Add closing curly bracket and fix typo.
6707
6708 * elisp.texi (Top): Fix typo.
6709
67102003-08-05 Richard M. Stallman <rms@gnu.org>
6711
6712 * elisp.texi: Update lists of subnodes.
6713
6714 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
6715
6716 * variables.texi (Local Variables): Use lc for example variable names.
6717
6718 * tips.texi (Library Headers): Explain where to put -*-.
6719
6720 * strings.texi (Creating Strings): Fix xref for vconcat.
6721
6722 * sequences.texi (Vector Functions):
6723 vconcat no longer allows integer args.
6724
6725 * minibuf.texi (Reading File Names): read-file-name has new
6726 arg PREDICATE. New function read-directory-name.
6727
6728 * macros.texi (Defining Macros): Give definition of `declare'
6729 (Indenting Macros): New node.
6730
6731 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
6732 (Window Frame Parameters): Make separate table of parameters
6733 that are coupled with specific face attributes.
6734 (Deleting Frames): delete-frame-hooks renamed to
6735 delete-frame-functions.
6736
6737 * files.texi (Magic File Names): Add file-remote-p.
6738 Clarify file-local-copy.
6739
6740 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
6741 here; instead xref Defining Macros.
6742
6743 * display.texi (Warnings): New node, and subnodes.
6744 (Fringes): New node.
6745
6746 * debugging.texi (Test Coverage): New node.
6747
6748 * compile.texi (Compiler Errors): Explain with-no-warnings
6749 and other ways to suppress warnings.
6750
6751 * commands.texi (Interactive Call): Minor clarification.
6752
6753 * buffers.texi (Buffer File Name): set-visited-file-name
6754 renames the buffer too.
6755
6756 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
6757
67582003-07-24 Markus Rost <rost@math.ohio-state.edu>
6759
6760 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
6761
67622003-07-22 Markus Rost <rost@math.ohio-state.edu>
6763
6764 * internals.texi (Garbage Collection): Fix previous change.
6765
67662003-07-22 Richard M. Stallman <rms@gnu.org>
6767
6768 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
6769
6770 * display.texi (Width): Use \s syntax in example.
6771 (Font Selection): Add face-font-rescale-alist.
6772
6773 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
6774 Remove spurious indent in example.
6775
6776 * lists.texi (Building Lists): Add number-sequence.
6777
6778 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
6779
6780 * functions.texi (Function Documentation): Explain how to
6781 show calling convention explicitly in the doc string.
6782
6783 * windows.texi (Selecting Windows): save-selected-window saves
6784 selected window of each frame.
6785 (Window Configurations): Minor change.
6786
6787 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
6788
6789 * streams.texi (Output Variables): Add print-continuous-numbering
6790 and print-number-table.
6791
6792 * processes.texi (Decoding Output): New node.
6793
6794 * os.texi (Time Conversion): decode-time arg is optional.
6795
6796 * objects.texi (Character Type): Don't use space as example for \.
6797 Make list of char names and \-sequences correspond.
6798 Explain that \s is not used in strings. `\ ' needs space after.
6799
6800 * nonascii.texi (Converting Representations): Add string-to-multibyte.
6801 (Translation of Characters): Add translation-table-for-input.
6802 (Default Coding Systems): Add auto-coding-functions.
6803 (Explicit Encoding): Add decode-coding-inserted-region.
6804 (Locales): Add locale-info.
6805
6806 * minibuf.texi (Basic Completion): Describe test-completion.
6807 Collections can be lists of strings.
6808 Clean up lazy-completion-table.
6809 (Programmed Completion): Mention test-completion.
6810 Clarify why lambda expressions are not accepted.
6811 (Minibuffer Misc): Describe minibufferp.
6812
68132003-07-14 Richard M. Stallman <rms@gnu.org>
6814
6815 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
6816
6817 * windows.texi (Selecting Windows): New arg to select-window.
6818 (Selecting Windows): Add with-selected-window.
6819 (Size of Window): Add window-inside-edges, etc.
6820
6821 * internals.texi (Garbage Collection): Add post-gc-hook.
6822
6823 * processes.texi (Subprocess Creation): Add exec-suffixes.
6824
6825 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
6826 (Scanning Keymaps): Add map-keymaps.
6827 (Defining Menus): Add keymap-prompt.
6828
6829 * numbers.texi (Integer Basics): Add most-positive-fixnum,
6830 most-negative-fixnum.
6831
6832 * compile.texi (Byte Compilation): Explain no-byte-compile
6833 (Compiler Errors): New node.
6834
6835 * os.texi (User Identification): user-uid, user-real-uid
6836 can return float.
6837
6838 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
6839 and about derived modes.
6840 (Minor Modes): Add minor-mode-list.
6841 (Defining Minor Modes): Keyword args for define-minor-mode.
6842 (Search-based Fontification): Explain managing other properties.
6843 (Other Font Lock Variables): Add font-lock-extra-managed-props.
183080b6 6844 (Faces for Font Lock): Add font-lock-preprocessor-face.
b8d4c8d0
GM
6845 (Hooks): Add run-mode-hooks and delay-mode-hooks.
6846
6847 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
6848 (Variable Aliases): Clarify defvaralias.
6849
6850 * loading.texi (Library Search): Add load-suffixes.
6851
6852 * minibuf.texi (Basic Completion): Add lazy-completion-table.
6853 (Programmed Completion): Add dynamic-completion-table.
6854
6855 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
6856 (Magic File Names): Specify precedence order of handlers.
6857
6858 * commands.texi (Command Overview): Emacs server runs pre-command-hook
6859 and post-command-hook.
6860 (Waiting): New calling convention for sit-for.
6861
6862 * text.texi (Special Properties): local-map and keymap properties
6863 apply based on their stickiness.
6864
68652003-07-07 Richard M. Stallman <rms@gnu.org>
6866
6867 * modes.texi (Minor Mode Conventions): Specify only some kinds
6868 of list values as args to minor modes.
6869
6870 * files.texi (File Name Expansion): Warn about iterative use
6871 of substitute-in-file-name.
6872
6873 * advice.texi (Activation of Advice): Clean up previous change.
6874
68752003-07-06 Markus Rost <rost@math.ohio-state.edu>
6876
6877 * advice.texi (Activation of Advice): Note that ad-start-advice is
6878 turned on by default.
6879
68802003-06-30 Richard M. Stallman <rms@gnu.org>
6881
6882 * text.texi (Buffer Contents): Document current-word.
6883 (Change Hooks): Not called for *Messages*.
6884
6885 * functions.texi (Defining Functions): Explain about redefining
6886 primitives.
6887 (Function Safety): Renamed. Minor changes.
6888 Comment out the detailed criteria for what is safe.
6889
68902003-06-22 Andreas Schwab <schwab@suse.de>
6891
6892 * objects.texi (Symbol Type): Fix description of examples.
6893
68942003-06-16 Andreas Schwab <schwab@suse.de>
6895
6896 * hash.texi (Creating Hash): Fix description of :weakness.
6897
c8763fb6 68982003-06-13 Kai Großjohann <kai.grossjohann@gmx.net>
b8d4c8d0
GM
6899
6900 * files.texi (Changing Files): copy-file copies file modes, too.
6901
69022003-05-28 Richard M. Stallman <rms@gnu.org>
6903
6904 * strings.texi (Creating Strings): Clarify split-string.
6905
69062003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
6907
6908 * strings.texi (Creating Strings): Update split-string specification
6909 and examples.
6910
69112003-05-19 Richard M. Stallman <rms@gnu.org>
6912
6913 * elisp.texi: Correct invariant section names.
6914
69152003-04-20 Richard M. Stallman <rms@gnu.org>
6916
6917 * os.texi (Timers): Explain about timers and quitting.
6918
69192003-04-19 Richard M. Stallman <rms@gnu.org>
6920
6921 * internals.texi (Writing Emacs Primitives): Strings are
6922 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
6923 Explain GCPRO convention for varargs function args.
6924
69252003-04-16 Richard M. Stallman <rms@gnu.org>
6926
6927 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
6928
69292003-04-08 Richard M. Stallman <rms@gnu.org>
6930
6931 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
6932
69332003-02-13 Kim F. Storm <storm@cua.dk>
6934
6935 * objects.texi (Character Type): New \s escape for space.
6936
69372003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
6938
6939 * os.texi (System Environment): Added cygwin system-type.
6940
69412003-01-25 Richard M. Stallman <rms@gnu.org>
6942
6943 * keymaps.texi: Document that a symbol can act as a keymap.
6944
69452003-01-13 Richard M. Stallman <rms@gnu.org>
6946
6947 * text.texi (Changing Properties): Say string indices are origin-0.
6948
6949 * positions.texi (Screen Lines) <compute-motion>:
6950 Correct order of elts in return value.
6951
6952 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
6953 how to define a default binding.
6954
69552002-12-07 Markus Rost <rost@math.ohio-state.edu>
6956
6957 * loading.texi (Unloading): Fix recent change for load-history.
6958
6959 * customize.texi (Simple Types): Clarify description of custom
6960 type 'number. Describe new custom type 'float.
6961
69622002-12-04 Markus Rost <rost@math.ohio-state.edu>
6963
6964 * variables.texi (File Local Variables): Fix typo.
6965
c8763fb6 69662002-10-23 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
b8d4c8d0
GM
6967
6968 From Michael Albinus <Michael.Albinus@alcatel.de>.
6969
6970 * README: Target for Info file is `make info'.
6971
6972 * files.texi (File Name Components): Fixed typos in
6973 `file-name-sans-extension'.
6974 (Magic File Names): Complete list of operations for magic file
6975 name handlers.
6976
69772002-09-16 Jonathan Yavner <jyavner@engineer.com>
6978
6979 * variables.texi (File Local Variables): New function
6980 risky-local-variable-p.
6981
69822002-09-15 Jonathan Yavner <jyavner@engineer.com>
6983
6984 * functions.texi (Function safety): New node about unsafep.
6985
69862002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
6987
6988 * customize.texi (Splicing into Lists): Fixed example.
6989 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>
6990
69912002-06-17 Juanma Barranquero <lektu@terra.es>
6992
6993 * frames.texi (Display Feature Testing): Fix typo.
6994
69952002-06-12 Andreas Schwab <schwab@suse.de>
6996
6997 * frames.texi (Initial Parameters, Resources): Fix references to
6998 the Emacs manual.
6999
70002002-05-13 Kim F. Storm <storm@cua.dk>
7001
7002 * variables.texi (Intro to Buffer-Local): Updated warning and
7003 example relating to changing buffer inside let.
7004
c8763fb6 70052002-03-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
7006
7007 * os.texi (Session Management): New node about X Session management.
7008
70092002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
7010
7011 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
7012 to which the manual corresponds, and the copyright years.
7013
7014 * Makefile.in (VERSION): Set to 2.9.
7015
70162001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
7017
7018 * elisp.texi: Change the category in @dircategory to "Emacs", to
7019 make it consistent with info/dir.
7020
70212001-11-25 Miles Bader <miles@gnu.org>
7022
7023 * text.texi (Fields): Describe new `limit' arg in
7024 field-beginning/field-end.
7025
70262001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
7027
7028 * permute-index: Don't depend on csh-specific features. Replace
7029 the interpreter name with /bin/sh.
7030
7031 * two-volume-cross-refs.txt: New file.
7032 * two.el: New file.
7033 * spellfile: New file.
7034
70352001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
7036
7037 * permute-index: New file.
7038
7039 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
7040 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
7041 8+3 restricted namespace.
7042
7043 * Makefile.in (infodir): Define relative to $(srcdir).
7044 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
7045 include directories list via -I switch to makeinfo.
7046 (index.texi): Use cp if both hard and symbolic links fail.
7047
70482001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
7049
7050 * Makefile.in (distclean): Add.
7051
7052 The following changes make ELisp manual part of the Emacs
7053 distribution:
7054
7055 * Makefile.in: Add Copyright notice.
7056 (prefix): Remove.
7057 (infodir): Change value to "../info".
7058 (VPATH): New variable.
7059 (MAKE): Don't define.
7060 (texmacrodir): Don't define.
7061 (texinputdir): Append the existing value of TEXINPUTS.
7062 ($(infodir)/elisp): Instead of just "elisp". Reformat the
7063 command to be compatible with man/Makefile.in, and to put the
7064 output into ../info.
7065 (info): Add target.
7066 (installall): Target removed.
7067
c8763fb6 70682001-10-31 Pavel Janík <Pavel@Janik.cz>
b8d4c8d0
GM
7069
7070 * tips.texi (Coding Conventions): Fix typo.
7071
70722001-10-23 Gerd Moellmann <gerd@gnu.org>
7073
7074 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
7075
70762001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
7077
7078 * files.texi (File Name Components): Update the description of
7079 file-name-sans-extension and file-name-extension, as they now
7080 ignore leading dots.
7081
70822001-10-20 Gerd Moellmann <gerd@gnu.org>
7083
7084 * (Version 21.1 released.)
7085
70862001-10-19 Miles Bader <miles@gnu.org>
7087
7088 * positions.texi (Text Lines): Describe behavior of
7089 `beginning-of-line'/`end-of-line' in the presence of field properties.
7090
70912001-10-17 Gerd Moellmann <gerd@gnu.org>
7092
7093 * Makefile.in (VERSION): Set to 2.8.
7094 (manual): Use `manual-21'.
7095
7096 * elisp.texi (VERSION): Add and use it where the version
7097 number was used. Set it to 2.8.
7098
7099 * intro.texi: Likewise.
7100
71012001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
7102
7103 * files.texi (File Name Completion): Document the significance of
7104 a trailing slash in elements of completion-ignored-extensions.
7105
71062001-10-06 Miles Bader <miles@gnu.org>
7107
7108 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
7109
71102001-10-04 Gerd Moellmann <gerd@gnu.org>
7111
7112 * variables.texi (Variable Aliases): New node.
7113
71142001-10-04 Gerd Moellmann <gerd@gnu.org>
7115
7116 * Branch for 21.1.
7117
71182001-10-02 Miles Bader <miles@gnu.org>
7119
7120 * minibuf.texi (Minibuffer Misc): Add entries for
7121 `minibuffer-contents', `minibuffer-contents-no-properties', and
7122 `delete-minibuffer-contents'.
7123 Correct description for `minibuffer-prompt-end'.
7124
7125 * text.texi (Property Search): Correct descriptions of
7126 `next-char-property-change' and `previous-char-property-change'.
7127 Add entries for `next-single-char-property-change' and
7128 `previous-single-char-property-change'.
7129 Make operand names a bit more consistent.
7130
71312001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
7132
7133 * frames.texi (Finding All Frames): Document that next-frame and
7134 previous-frame are local to current terminal.
7135
71362001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
7137
7138 * keymaps.texi (Creating Keymaps): Fix the description of the
7139 result of make-keymap.
7140
71412001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
7142
7143 * display.texi (Font Lookup, Attribute Functions)
7144 (Image Descriptors): Add cross-references to the definition of
7145 selected frame.
7146
7147 * buffers.texi (The Buffer List): Add cross-references to the
7148 definition of selected frame.
7149
7150 * frames.texi (Input Focus): Clarify which frame is _the_ selected
7151 frame at any given time.
7152 (Multiple Displays, Size and Position): Add a cross-reference to
7153 the definition of the selected frame.
7154
71552001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
7156
7157 * strings.texi (String Conversion) <string-to-number>: Document
7158 that a float is returned for integers that are too large.
7159
7160 * frames.texi (Mouse Position): Document mouse-position-function.
7161 (Display Feature Testing): Document display-images-p.
7162 (Window Frame Parameters): Document the cursor-type variable.
7163
7164 * numbers.texi (Integer Basics): Document CL style read syntax for
7165 integers in bases other than 10.
7166
7167 * positions.texi (List Motion): Document
7168 open-paren-in-column-0-is-defun-start.
7169
7170 * lists.texi (Sets And Lists): Document member-ignore-case.
7171
7172 * internals.texi (Garbage Collection): Document the used and free
7173 strings report.
7174 (Memory Usage): Document strings-consed.
7175
7176 * os.texi (Time of Day): Document float-time.
7177 (Recording Input): Document that clear-this-command-keys clears
7178 the vector to be returned by recent-keys.
7179
7180 * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
7181 argument keymap can be a list.
7182
7183 * nonascii.texi (User-Chosen Coding Systems)
7184 <select-safe-coding-system>: Document the new argument
7185 accept-default-p and the variable
7186 select-safe-coding-system-accept-default-p. Tell what happens if
7187 buffer-file-coding-system is undecided.
7188 (Default Coding Systems): Document auto-coding-regexp-alist.
7189
7190 * display.texi (The Echo Area) <message>: Document
7191 message-truncate-lines.
7192 (Glyphs): Document that the glyph table is unused on windowed
7193 displays.
7194
7195 * help.texi (Describing Characters) <single-key-description>:
7196 Document the new argument no-angles.
7197 (Accessing Documentation) <documentation-property>: Document that
7198 a non-string property is evaluated.
7199 <documentation>: Document that the function-documentation property
7200 is looked for.
7201
7202 * windows.texi (Selecting Windows): Document some-window.
7203
7204 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
7205
7206 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
7207 apropos-mode-hook.
7208
7209 * commands.texi (Using Interactive): Document interactive-form.
7210 (Keyboard Macros): Document kbd-macro-termination-hook.
7211 (Command Loop Info): Document that clear-this-command-keys clears
7212 the vector to be returned by recent-keys.
7213
72142001-09-04 Werner LEMBERG <wl@gnu.org>
7215
7216 * Makefile.in (srcdir, texinputdir): New variables.
7217 (srcs, index.texi, install): Use $(srcdir).
7218 (.PHONY): Remove elisp.dvi.
7219 (elisp): Use -I switch for makeinfo.
7220 (elisp.dvi): Use $(srcdir) and $(texinputdir).
7221 (installall, dist): Use $(srcdir).
7222 Fix path to texinfo.tex.
7223 (maintainer-clean): Add elisp.dvi and elisp.oaux.
7224
72252001-08-30 Gerd Moellmann <gerd@gnu.org>
7226
7227 * display.texi (Conditional Display): Adjust to API change.
7228
7229 * configure: New file.
7230
72312001-07-30 Gerd Moellmann <gerd@gnu.org>
7232
7233 * commands.texi (Repeat Events): Add description of
7234 double-click-fuzz.
7235
72362001-05-08 Stefan Monnier <monnier@cs.yale.edu>
7237
7238 * syntax.texi (Syntax Class Table): Add the missing designator for
7239 comment and string fences.
7240 (Syntax Properties): Add a xref to syntax table internals.
7241 (Syntax Table Internals): Document string-to-syntax.
7242
72432001-05-07 Gerd Moellmann <gerd@gnu.org>
7244
7245 * Makefile.in (install): Use install-info command line options
7246 like in Emacs' Makefile.in.
7247
72482000-12-09 Miles Bader <miles@gnu.org>
7249
7250 * windows.texi (Window Start): Update documentation for
7251 `pos-visible-in-window-p'.
7252
72532000-11-12 Stefan Monnier <monnier@cs.yale.edu>
7254
7255 * lists.texi (Building Lists): Add footnote to explain how to add
7256 to the end of a list.
7257
72582000-10-25 Gerd Moellmann <gerd@gnu.org>
7259
7260 * files.texi (Visiting Functions): Typos.
7261
72622000-10-25 Kenichi Handa <handa@etl.go.jp>
7263
7264 * files.texi (Visiting Functions): Return value of
7265 find-file-noselect may be a list of buffers if wildcards are used.
7266
72672000-10-24 Miles Bader <miles@lsi.nec.co.jp>
7268
7269 * display.texi (Defining Faces): Document `graphic' display type
7270 in face specs.
7271
b344d29d 72722000-10-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
b8d4c8d0
GM
7273
7274 * hooks.texi (Standard Hooks): Replace obsolete
7275 `after-make-frame-hook' with `after-make-frame-functions'.
7276
7277 * frames.texi (Creating Frames): Ditto.
7278
7279 * variables.texi (Future Local Variables): Ditto.
7280
72812000-10-16 Gerd Moellmann <gerd@gnu.org>
7282
7283 * display.texi (Other Image Types): Add description of :foreground
7284 and :background properties of mono PBM images.
7285
72862000-08-17 Werner LEMBERG <wl@gnu.org>
7287
7288 * .cvsignore: New file.
7289
72902000-01-05 Gerd Moellmann <gerd@gnu.org>
7291
7292 * tindex.pl: New script.
7293
72941999-12-03 Dave Love <fx@gnu.org>
7295
7296 * Makefile.in (MAKEINFO): New parameter.
7297
72981999-09-17 Richard Stallman <rms@gnu.org>
7299
7300 * Makefile.in (srcs): Add hash.texi.
7301 (VERSION): Update to 20.6.
7302
73031999-09-13 Richard Stallman <rms@gnu.org>
7304
7305 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
7306
73071998-08-29 Karl Heuer <kwzh@gnu.org>
7308
7309 * configure.in: New file.
7310 * Makefile.in: Renamed from Makefile.
7311 (prefix, infodir): Use value obtained from configure.
7312 (emacslibdir): Obsolete variable deleted.
7313 (dist): Distribute configure.in, configure, Makefile.in.
7314
73151998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
7316
7317 * Makefile (INSTALL_INFO): New variable.
7318 (install): Run install-info.
7319
73201998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
7321
7322 * Makefile (elisp.dvi): Add missing backslash.
7323
73241998-05-02 Richard Stallman <rms@psilocin.gnu.org>
7325
7326 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
7327 Run texindex without `./'. Always run texindex on elisp.tp.
7328 (elisp.tps): Target deleted.
7329
73301998-04-05 Richard Stallman <rms@psilocin.gnu.org>
7331
7332 * Makefile (srcs): Add nonascii.texi and customize.texi.
7333 (dist): Start by deleting `temp'.
7334
73351998-02-17 Richard Stallman <rms@psilocin.gnu.org>
7336
7337 * Makefile (makeinfo, texindex): Targets deleted.
7338 (makeinfo.o, texindex.o): Targets deleted.
7339 (clean, dist): Don't do anything with them or with getopt*.
7340
73411998-01-30 Richard Stallman <rms@psilocin.gnu.org>
7342
7343 * Makefile (SHELL): Defined.
7344
73451998-01-27 Richard Stallman <rms@psilocin.gnu.org>
7346
7347 * Makefile (elisp.tps): New target.
7348 (elisp.dvi): Depend on elisp.tps.
7349
c5602427 73501996-04-03 Karl Heuer <kwzh@gnu.ai.mit.edu>
b8d4c8d0
GM
7351
7352 * README: Update phone number.
7353
7354 * Makefile (elisp): Make this be the default target.
7355 Depend on makeinfo.c instead of makeinfo.
7356 (install): Don't depend on elisp.dvi, since we don't install that.
7357 Use mkinstalldirs.
7358 (dist): Add mkinstalldirs.
7359
c5602427 73601995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
b8d4c8d0
GM
7361
7362 * Makefile (VERSION): Update version number.
7363 (maintainer-clean): Renamed from realclean.
7364
c5602427 73651995-06-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
b8d4c8d0
GM
7366
7367 * Makefile (realclean): New target.
7368 (elisp): Remove any old elisp-* files first.
7369
c5602427 73701993-11-23 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
b8d4c8d0
GM
7371
7372 * Makefile (VERSION): New variable.
7373 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
7374 Compressed file suffix should be `.gz', not `.z'.
7375
ce058493 73761993-11-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
7377
7378 * Makefile (elisp): Depend on makeinfo.
7379
c5602427 73801993-11-19 Noah Friedman (friedman@gnu.ai.mit.edu)
b8d4c8d0
GM
7381
7382 * Makefile (srcs): Add anti.texi.
7383
c5602427 73841993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
7385
7386 * Makefile (infodir, prefix): New vars.
7387 (install): Use infodir.
7388 (emacsinfodir): Deleted.
7389
c5602427 73901993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
7391
7392 * Makefile (srcs): Add calendar.texi.
7393
7394 * Makefile (dist): Copy texindex.c and makeinfo.c.
7395 Limit elisp-* files to those with one or two digits.
7396
c5602427 73971993-05-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
7398
7399 * Makefile (dist): Changed to use Gzip instead of compress.
7400
c5602427 74011993-04-23 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
7402
7403 * loading.texi (Unloading): define-function changed back to
7404 defalias. It may not stay this way, but at least it's
7405 consistent with the known-good version of the code patch.
7406
c5602427 74071993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
b8d4c8d0
GM
7408
7409 * modes.texi (Hooks): Document new optional arg of add-hook.
7410
c5602427 74111993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
7412
7413 * variables.texi: Document nil initial value of buffer-local variables.
7414
7415 * tips.texi: Add new section on standard library headers.
7416
c5602427 74171993-02-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
7418
7419 * Makefile (srcs): Add frame.texi to the list of sources.
7420
c5602427 74211993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
7422
7423 * Makefile (dist): Don't bother excluding autosave files; they'll
7424 never make it into the temp directory anyway, and the hash marks
7425 in the name are problematic for make and the Bourne shell.
7426 (srcs):
7427
c5602427 74281993-02-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
7429
7430 * Makefile (dist): Don't include backup files or autosave files in
7431 the distribution tar file.
7432
c5602427 74331991-11-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
7434
7435 * Makefile (srcs): Added index.perm.
7436 (elisp.dvi): Remove erroneous shell comment.
7437 Expect output of permute-index in permuted.fns.
7438 Save old elisp.aux in elisp.oaux.
7439 (clean): Added index.texi to be deleted.
7440
c5602427 74411990-08-11 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
7442
7443 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
7444
c5602427 74451990-06-26 David Lawrence (tale@geech)
b8d4c8d0
GM
7446
7447 * files.texi: Noted that completion-ignored-extensions is ignored
7448 when making *Completions*.
7449
3e868ee3 74501990-06-08 Jay Fenlason (hack@ai.mit.edu)
b8d4c8d0
GM
7451
7452 * Makefile make dist now depends on elisp.dvi, since it tries
7453 to include it in the dist file.
7454
c5602427 74551990-03-28 Jim Kingdon (kingdon@mole.ai.mit.edu)
b8d4c8d0 7456
c5602427 7457 * functions.texinfo (Mapping Functions): Add missing quote.
b8d4c8d0 7458
c5602427 74591989-06-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
7460
7461 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
7462 (defunargs): Turn off \hyphenchar of \sl font temporarily.
7463
c5602427 74641989-05-10 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
7465
7466 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
7467 and @error{} are the terms now being used. The files in the
7468 directory have been changed to reflect this.
7469
7470 * All instances of @indentedresultt{} have been changed to
7471 ` @result{}', using 5 spaces at the begining of the line.
7472
c5602427 74731989-04-24 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
7474
7475 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
7476 experimental @indentedresult{}, @indentedexpandsto{} are part of
7477 the texinfo.tex in this directory. These TeX macros are not
7478 stable yet.
7479
c5602427 74801989-04-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
7481
7482 * texinfo.tex: Temporarily added
7483 \let\result=\dblarrow
7484 \def\error{{\it ERROR} \longdblarrow}
7485 We need to do this better soon.
7486
c5602427 74871989-04-11 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
7488
7489 * Applied Karl Berry's patches to *.texinfo files, but not to
7490 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
7491 new title page format is also not applied, since it requires
7492 texinfo.tex changes.)
7493
7494 * Cleaned up `Makefile' and defined the `emacslibdir' directory
7495 for the Project GNU development environment.
7496
7497;; Local Variables:
c8763fb6 7498;; coding: utf-8
b8d4c8d0
GM
7499;; add-log-time-zone-rule: t
7500;; End:
7501
352c8b4a 7502 Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
6ed161e1 7503 2007, 2008, 2009 Free Software Foundation, Inc.
b8d4c8d0
GM
7504
7505 This file is part of GNU Emacs.
7506
352c8b4a 7507 GNU Emacs is free software: you can redistribute it and/or modify
b8d4c8d0 7508 it under the terms of the GNU General Public License as published by
352c8b4a
GM
7509 the Free Software Foundation, either version 3 of the License, or
7510 (at your option) any later version.
b8d4c8d0
GM
7511
7512 GNU Emacs is distributed in the hope that it will be useful,
7513 but WITHOUT ANY WARRANTY; without even the implied warranty of
7514 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
7515 GNU General Public License for more details.
7516
7517 You should have received a copy of the GNU General Public License
352c8b4a 7518 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
b8d4c8d0
GM
7519
7520;;; arch-tag: 985ae0ce-df29-475b-b3f8-4bbcbf6f7fda