Checked loading.texi.
[bpt/emacs.git] / doc / lispref / ChangeLog
CommitLineData
81f919fc
CY
12009-03-12 Chong Yidong <cyd@stupidchicken.com>
2
3 * loading.texi (Repeated Loading): Simplify examples.
f2bbc08c
CY
4
5 * customize.texi (Common Keywords): It's not necessary to use :tag
6 to remove hyphens, as custom-unlispify-tag-name does it
7 automatically.
8 (Variable Definitions): Link to File Local Variables. Document
9 customized-value symbol property.
10 (Customization Types): Move menu to end of node.
11
955964d7
CY
122009-03-10 Chong Yidong <cyd@stupidchicken.com>
13
14 * macros.texi (Compiling Macros): Omit misleading sentence, which
15 implied that macros can only be used in the same file they are
16 defined.
17 (Backquote): Remove obsolete information about Emacs 19.
18
d25ed7db
GM
192009-03-05 John Foerch <jjfoerch@earthlink.net> (tiny change)
20
21 * display.texi (Display Margins): Fix paren typo.
22
d55f6ca5
CY
232009-02-27 Chong Yidong <cyd@stupidchicken.com>
24
f0e57ed8
CY
25 * elisp.texi (Top): Update node listing.
26
27 * variables.texi (Variables): Clarify introduction.
28 (Global Variables): Mention that setq is a special form.
29 (Local Variables): Use active voice.
30 (Tips for Defining): Mention marking variables as safe.
31 (Buffer-Local Variables): Mention terminal-local and frame-local
32 variables together.
33 (File Local Variables): Copyedits.
34 (Frame-Local Variables): Note that they are not really useful.
35 (Future Local Variables): Node deleted.
36
d55f6ca5
CY
37 * objects.texi (General Escape Syntax): Update explanation of
38 unicode escape syntax.
39
ca8f09a8
CY
402009-02-23 Chong Yidong <cyd@stupidchicken.com>
41
42 * control.texi (Control Structures): Add cindex entry for "textual
43 order".
44
45 * eval.texi (Intro Eval): Copyedits. Standardize on "form"
46 instead of "expression" throughout.
47 (Function Indirection): Copyedits. Use active voice.
48 (Eval): The default value of max-lisp-eval-depth is now 400.
49
a20878b6
MB
502009-02-23 Miles Bader <miles@gnu.org>
51
52 * processes.texi (System Processes): Rename `system-process-attributes'
53 to `process-attributes'.
54
61f66044
CY
552009-02-22 Chong Yidong <cyd@stupidchicken.com>
56
1b80d1f3
CY
57 * symbols.texi (Property Lists): Emphasize that property lists are
58 not restricted to symbol cells.
59 (Other Plists): Copyedit.
60
61f66044
CY
61 * sequences.texi (Sequences Arrays Vectors): Make introduction
62 more concise.
63 (Arrays): Mention char-tables and bool-vectors too.
64 (Vectors): Don't repeat information given in Arrays node. Link to
65 nodes that explain the vector usage examples.
66 (Char-Tables): Note that char-table elements can have arbitrary
67 type. Explain effect of omitted char-table-extra-slots property.
8a63cf41 68 Link to Property Lists node.
61f66044 69
9403944b
CY
702009-02-22 Chong Yidong <cyd@stupidchicken.com>
71
72 * lists.texi (Building Lists): Remove obsolete Emacs 20 usage of
73 `append'.
4068c7b4 74 (List Elements): Copyedits.
9403944b
CY
75
76 * sequences.texi (Vector Functions): Remove obsolete Emacs 20 use
77 of `vconcat'.
78
79 * strings.texi (Creating Strings): Copyedits. Remove obsolete
80 Emacs 20 usage of `concat'.
81 (Case Conversion): Copyedits.
82
b87a185f
CY
832009-02-21 Chong Yidong <cyd@stupidchicken.com>
84
85 * objects.texi (Lisp Data Types, Syntax for Strings, Buffer Type):
86 Minor edits.
87 (Frame Configuration Type): Emphasize that it is not primitive.
88 (Font Type): New node.
89 (Type Predicates): Add fontp; type-of now recognizes font object
90 types.
91
92 * intro.texi (Version Info): Update version numbers in examples.
93 (Acknowledgements): List more contributors.
94
95 * elisp.texi: Bump version number to 3.0.
96 (Top): Link to Font Type node.
97
867d4bb3
JB
982009-02-20 Juanma Barranquero <lekktu@gmail.com>
99
100 * modes.texi (Major Mode Conventions): Remove duplicate words.
101 (Customizing Keywords): Fix typo.
102
77730170
EZ
1032009-02-14 Eli Zaretskii <eliz@gnu.org>
104
105 * nonascii.texi (User-Chosen Coding Systems): Document that
106 select-safe-coding-system suggests raw-text if there are raw bytes
107 in the region.
108 (Explicit Encoding): Warn not to use `undecided' when encoding.
109
c8736212
GM
1102009-02-11 Glenn Morris <rgm@gnu.org>
111
112 * frames.texi (Visibility of Frames): Mention the effect multiple
113 workspaces/desktops can have on visibility.
114
ab992d66
EZ
1152009-02-07 Eli Zaretskii <eliz@gnu.org>
116
c8736212
GM
117 * text.texi (Commands for Insertion):
118 * commands.texi (Event Mod):
119 * keymaps.texi (Searching Keymaps):
ab992d66
EZ
120 * nonascii.texi (Translation of Characters): Reinstate
121 documentation of translation-table-for-input.
7d2a859f
EZ
122 (Explicit Encoding): Document the `charset' text property produced
123 by decode-coding-region and decode-coding-string.
ab992d66 124
e651a255
AM
1252009-01-27 Alan Mackenzie <acm@muc.de>
126
127 * modes.texi (Search-based Fontification): Correct a typo.
128
bc5cde4b
JB
1292009-01-25 Juanma Barranquero <lekktu@gmail.com>
130
131 * abbrevs.texi (Abbrev Table Properties): Fix typo.
132 Reported by Seweryn Kokot <sewkokot@gmail.com>. (Bug#2039)
133
3533155b
EZ
1342009-01-24 Eli Zaretskii <eliz@gnu.org>
135
f721deda
EZ
136 * display.texi (Window Systems): Document the value of
137 `initial-window-system' under --daemon.
138
3533155b
EZ
139 * os.texi (System Environment): Remove description of the
140 `environment' function which has been deleted.
141
f79b43b2
DN
1422009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
143
144 * frames.texi (Multiple Displays): Remove documentation for
145 removed function make-frame-on-tty.
146
e3aa6669
CY
1472009-01-22 Chong Yidong <cyd@stupidchicken.com>
148
149 * files.texi (Format Conversion Piecemeal): Clarify behavior of
150 write-region-annotate-functions. Document
151 write-region-post-annotation-function.
152
fb13a416
CY
1532009-01-19 Chong Yidong <cyd@stupidchicken.com>
154
155 * display.texi (Font Lookup): Document WIDTH argument of
156 x-list-fonts.
157
02eccf6b
EZ
1582009-01-17 Eli Zaretskii <eliz@gnu.org>
159
ead3f58d
EZ
160 * maps.texi (Standard Keymaps): Rename function-key-map to
161 local-function-key-map.
162
163 * keymaps.texi (Translation Keymaps): Rename function-key-map to
164 local-function-key-map.
165
166 * nonascii.texi (Terminal I/O Encoding): `keyboard-coding-system'
167 and `set-keyboard-coding-system' now accept an optional terminal
168 argument.
169
170 * commands.texi (Event Mod): `keyboard-translate-table' is now
171 terminal-local.
172 (Function Keys): Rename function-key-map to
173 local-function-key-map.
174
df05a163
EZ
175 * elisp.texi (Top): Make @detailmenu be consistent with changes in
176 frames.texi.
177
0ed8034e 178 * hooks.texi (Standard Hooks): Document `delete-frame-functions'
490f1197
EZ
179 `delete-terminal-functions', `suspend-tty-functions' and
180 `resume-tty-functions'.
0ed8034e
EZ
181
182 * frames.texi (Frames): Document `frame-terminal' and
183 `terminal-live-p'.
184 (Multiple Displays): Document `make-frame-on-tty'.
185 (Multiple Terminals): Document `terminal-list', `delete-terminal',
186 `terminal-name', and `get-device-terminal'.
490f1197
EZ
187 (Terminal Parameters): Document `terminal-parameters',
188 `terminal-parameter', and `set-terminal-parameter'.
0ed8034e
EZ
189
190 * os.texi (System Environment): Document `environment' and
191 `initial-environment'.
490f1197
EZ
192 (Suspending Emacs): Update for multi-tty; document
193 `suspend-tty', `resume-tty', and `controlling-tty-p'.
0ed8034e 194
02eccf6b
EZ
195 * nonascii.texi (Coding System Basics): More accurate description
196 of `raw-text'.
197
f19fea97
JB
1982009-01-12 Juanma Barranquero <lekktu@gmail.com>
199
200 * display.texi (Low-Level Font): Fix typo.
201
16fa292f
CY
2022009-01-10 Chong Yidong <cyd@stupidchicken.com>
203
204 * elisp.texi (Top): Update node listing.
205
206 * display.texi (PostScript Images): Node deleted.
207
0b4faef3
EZ
2082009-01-10 Eli Zaretskii <eliz@gnu.org>
209
3355f04d
EZ
210 * processes.texi (Decoding Output): Document that null bytes force
211 no-conversion for reading process output.
212
213 * files.texi (Reading from Files): Document that null bytes force
214 no-conversion when visiting files.
215
538395d9
EZ
216 * processes.texi (Serial Ports): Improve wording, suggested by
217 RMS.
218
0b4faef3
EZ
219 * nonascii.texi (Lisp and Coding Systems): Document
220 inhibit-null-byte-detection and inhibit-iso-escape-detection.
c06ea95e 221 (Character Properties): Improve wording.
0b4faef3 222
ce9cf065
CY
2232009-01-09 Chong Yidong <cyd@stupidchicken.com>
224
225 * display.texi (Font Lookup): Remove obsolete function
226 x-font-family-list. x-list-fonts accepts Fontconfig/GTK syntax.
227 (Low-Level Font): Rename from Fonts, move to end of Faces section.
228 (Font Selection): Reorder order of variable descriptions. Minor
229 clarifications.
230
231 * elisp.texi (Top): Update node listing.
232
ab756fb3
GM
2332009-01-09 Glenn Morris <rgm@gnu.org>
234
235 * commands.texi (Command Loop Info): Say that last-command-char and
236 last-input-char are obsolete aliases.
237
238 * edebug.texi (Edebug Recursive Edit): Remove separate references to
239 last-input-char and last-command-char, since they are just aliases for
240 last-input-event and last-command-event.
241
242 * minibuf.texi (Minibuffer Commands): Use last-command-event rather than
243 last-command-char.
244
6b2b8ab1
CY
2452009-01-08 Chong Yidong <cyd@stupidchicken.com>
246
247 * elisp.texi: Update node listing.
248
249 * display.texi (Faces): Put Font Selection node after Auto Faces.
250 (Face Attributes): Don't link to Font Lookup. Document
251 font-family-list.
252 (Fonts): New node.
253
3568e767
JR
2542009-01-08 Jason Rumney <jasonr@gnu.org>
255
256 * frames.texi (Pointer Shape): Clarify that only X supports
257 changing the standard pointer shapes. (Bug#1485)
258
6221c8db
CY
2592009-01-08 Chong Yidong <cyd@stupidchicken.com>
260
261 * display.texi (Attribute Functions): Note that a function value
262 :height is relative, and that compatibility functions work by
263 calling set-face-attribute.
264 (Displaying Faces): Reorder list in order of increasing priority.
265 (Face Remapping): New node. Content moved here from Displaying
266 Faces.
267 (Glyphs): Link to Face Functions.
268
e3d3799a
CY
2692009-01-08 Chong Yidong <cyd@stupidchicken.com>
270
271 * display.texi (Faces): Don't discuss face id here. facep does
272 not return t.
273 (Defining Faces): Minor clarification.
274 (Face Attributes): Rearrange items to match docstring of
275 set-face-attribute. Add :foundry attribute. Document new role of
276 :font attribute. Texinfo usage fix.
277 (Attribute Functions): Copyedits.
278 (Face Functions): Note that face number is seldom used.
279
638a2457
RS
2802009-01-05 Richard M Stallman <rms@gnu.org>
281
282 * strings.texi (Predicates for Strings): Minor clarification.
283
284 * functions.texi (Function Safety): Texinfo usage fix.
285
49ea0074
JB
2862009-01-04 Eduard Wiebe <usenet@pusto.de> (tiny patch)
287
288 * objects.texi (General Escape Syntax): Fix typo.
289
9f822178
MR
2902009-01-03 Martin Rudalics <rudalics@gmx.at>
291
292 * windows.texi (Choosing Window): Say that pop-up-frame-alist
293 works via the default value of pop-up-frame-function.
294
af34ad36
EZ
2952009-01-02 Eli Zaretskii <eliz@gnu.org>
296
297 * processes.texi (System Processes): Document the `time' and
298 `ctime' attributes of `system-process-attributes'.
299
d31f6679
CY
3002009-01-01 Chong Yidong <cyd@stupidchicken.com>
301
302 * display.texi (Face Attributes): Clarify :height attribute.
303
174dc00c
MR
3042008-12-31 Martin Rudalics <rudalics@gmx.at>
305
306 * buffers.texi (The Buffer List): Clarify what moves a buffer to
307 the front of the buffer list. Add entries for `last-buffer' and
308 `unbury-buffer'.
309
b8afe7e4
EZ
3102008-12-27 Eli Zaretskii <eliz@gnu.org>
311
d14030f5
EZ
312 * elisp.texi (Top): Add @detailmenu items for "Multiple Terminals"
313 and its subsections.
314
315 * frames.texi (Multiple Terminals, Low-level Terminal)
316 (Terminal Parameters, Frames on Other TTY devices): New sections.
317 (Frames): Add an xref to "Multiple Terminals".
318
765980a4
EZ
319 * elisp.texi (Top): Add @detailmenu item for "Terminal Type".
320
321 * objects.texi (Terminal Type): New node.
322 (Editing Types): Add it to the menu.
323
47bd5577
EZ
324 * elisp.texi (Top): Add a @detailmenu item for "Directory Local
325 Variables".
326
eb22b78c 327 * variables.texi (Directory Local Variables): New node.
47bd5577 328 (Variables): Add a menu item for it.
eb22b78c 329
b8afe7e4
EZ
330 * loading.texi (Autoload): Document `generate-autoload-cookie' and
331 `generated-autoload-file'.
332
77bb0476
EZ
3332008-12-20 Eli Zaretskii <eliz@gnu.org>
334
028e2c19
EZ
335 * os.texi (Startup Summary): Add xref to documentation of
336 `initial-window-system'.
337
77bb0476
EZ
338 * display.texi (Window Systems): Document `window-system' the
339 function. The variable `window-system' is now frame-local.
028e2c19 340 Document `initial-window-system'.
77bb0476 341
dda87836
MR
3422008-12-19 Martin Rudalics <rudalics@gmx.at>
343
344 * windows.texi (Windows): Rewrite description of
345 fit-window-to-buffer.
346
caef3ed2
GM
3472008-12-13 Glenn Morris <rgm@gnu.org>
348
349 * modes.texi (Font Lock Basics): Fix level description. (Bug#1534)
350 (Levels of Font Lock): Refer to font-lock-maximum-decoration.
351
21c58e4d
GM
3522008-12-12 Glenn Morris <rgm@gnu.org>
353
354 * debugging.texi (Error Debugging): Refer forwards to
355 eval-expression-debug-on-error.
356
af38459f
EZ
3572008-12-05 Eli Zaretskii <eliz@gnu.org>
358
5dedd9b5
EZ
359 * strings.texi (String Basics): Only unibyte strings that
360 represent key sequences hold 8-bit raw bytes.
361
af38459f
EZ
362 * nonascii.texi (Coding System Basics): Rewrite @ignore'd
363 paragraph to speak about `undecided'.
364 (Character Properties): Don't explain the meaning of each
365 property; instead, identify their Unicode Standard names.
b3f1f4a5 366 (Character Sets): Document `map-charset-chars'.
af38459f 367
fa047ae7
GM
3682008-12-02 Glenn Morris <rgm@gnu.org>
369
370 * files.texi (Format Conversion Round-Trip): Rewrite format-write-file
371 section yet again.
372
47dbc044
EZ
3732008-11-29 Eli Zaretskii <eliz@gnu.org>
374
98d05998
EZ
375 * nonascii.texi (Character Properties): New Section.
376 (Specifying Coding Systems): Document
377 `coding-system-priority-list', `set-coding-system-priority', and
378 `with-coding-priority'.
379 (Lisp and Coding Systems): Document `check-coding-systems-region'
380 and `coding-system-charset-list'.
381 (Coding System Basics): Document `coding-system-aliases'.
382
383 * elisp.texi (Top): Add a @detailmenu entry for "Character
384 Properties".
385
47dbc044
EZ
386 * objects.texi (Character Type): Correct the range of Emacs
387 characters. Add an @xref to "Character Codes".
388
389 * strings.texi (String Basics): Add an @xref to "Character Codes".
390
391 * numbers.texi (Integer Basics): Add an @xref to `max-char'.
392
393 * nonascii.texi (Explicit Encoding): Update for Emacs 23.
394 (Character Codes): Document `max-char'.
395
8b80cdf5
EZ
3962008-11-28 Eli Zaretskii <eliz@gnu.org>
397
398 * nonascii.texi (Text Representations, Converting Representations)
399 (Character Sets, Scanning Charsets, Translation of Characters):
400 Make text more accurate.
401
a99dceba
GM
4022008-11-28 Glenn Morris <rgm@gnu.org>
403
404 * files.texi (Format Conversion Round-Trip): Improve previous change.
405
f6dc3bed
CY
4062008-11-26 Chong Yidong <cyd@stupidchicken.com>
407
408 * modes.texi (Auto Major Mode): Fix example.
409
5da9413d
GM
4102008-11-25 Glenn Morris <rgm@gnu.org>
411
412 * control.texi (Signaling Errors): Fix `wrong-type-argument' name.
413
414 * files.texi (Format Conversion Round-Trip):
415 Use active voice for previous change.
416
fcca848c
CY
4172008-11-25 Chong Yidong <cyd@stupidchicken.com>
418
419 * os.texi (Processor Run Time):
420 * processes.texi (Transaction Queues):
421 * markers.texi (The Mark):
422 * windows.texi (Choosing Window, Selecting Windows):
423 * files.texi (Changing Files, Magic File Names):
424 * commands.texi (Key Sequence Input):
425 * functions.texi (Declaring Functions):
426 * strings.texi (Predicates for Strings):
427 * intro.texi (nil and t): Fix typos (pointed out by Drew Adams).
428
36c8dc54
CY
4292008-11-24 Chong Yidong <cyd@stupidchicken.com>
430
431 * help.texi (Accessing Documentation): Update example.
432
433 * variables.texi (Defining Variables): Note that `*' is not
434 necessary if defcustom is used.
435
2a79b242
EZ
4362008-11-22 Eli Zaretskii <eliz@gnu.org>
437
438 * elisp.texi (Top): Remove "Chars and Bytes" and "Splitting
439 Characters" from @detailmenu.
440
441 * nonascii.texi (Character Codes, Character Sets)
442 (Scanning Charsets, Translation of Characters): Update for Emacs 23.
443 (Chars and Bytes, Splitting Characters): Sections removed.
444
392f0d26
LK
4452008-11-22 Lute Kamstra <lute@gnu.org>
446
447 * positions.texi (Text Lines): Update goto-line documentation.
448
af1a5cd5
MR
4492008-11-21 Martin Rudalics <rudalics@gmx.at>
450
6a4cfb0c
MR
451 * frames.texi (Frames): Fix typo, add cross references, reword.
452 (Initial Parameters): Reword special-display-frame-alist text.
453 (Frames and Windows): Reword. Describe argument norecord for
454 set-frame-selected-window.
455 (Input Focus): Describe argument norecord for select-frame.
456 Remove comment on MS-Windows behavior for focus-follows-mouse.
457 (Raising and Lowering): Mention windows-frames dichotomy in
458 metaphor.
459
af1a5cd5
MR
460 * windows.texi (Displaying Buffers, Vertical Scrolling)
461 (Horizontal Scrolling): Fix indenting and rewording issues
462 introduced with 2008-11-07 change.
463
c249fa9c
GM
4642008-11-20 Glenn Morris <rgm@gnu.org>
465
466 * files.texi (Format Conversion Round-Trip): Mention `preserve'
467 element of `format-alist'.
468
204d4665
GM
4692008-11-19 Glenn Morris <rgm@gnu.org>
470
471 * doclicense.texi: Update to FDL 1.3.
472 * elisp.texi, vol1.texi, vol2.texi: Relicense under FDL 1.3 or later.
473
cc0910af
CY
4742008-11-18 Chong Yidong <cyd@stupidchicken.com>
475
efe6e7c4
CY
476 * windows.texi (Window Hooks): Remove *-end-trigger-functions
477 vars, which are obsolete. Mention jit-lock-register.
478
479 * modes.texi (Other Font Lock Variables): Document
480 jit-lock-register and jit-lock-unregister.
481
cc0910af
CY
482 * frames.texi (Color Parameters): Document alpha parameter.
483
aeeedf76
MR
4842008-11-16 Martin Rudalics <rudalics@gmx.at>
485
486 * windows.texi (Splitting Windows, Deleting Windows)
487 (Selecting Windows, Cyclic Window Ordering)
488 (Buffers and Windows, Displaying Buffers, Choosing Window)
489 (Dedicated Windows, Window Point, Window Start and End)
490 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling)
491 (Size of Window, Resizing Windows, Window Configurations)
492 (Window Parameters): Avoid @var at beginning of sentences and
493 reword accordingly.
494
4c565c5c
LK
4952008-11-11 Lute Kamstra <lute@gnu.org>
496
497 * files.texi (File Name Components): Fix file-name-extension
498 documentation.
499
25f494c9
JB
5002008-11-11 Juanma Barranquero <lekktu@gmail.com>
501
502 * frames.texi (Basic Parameters): Remove display-environment-variable
503 and term-environment-variable.
504
a1401ab1
EZ
5052008-11-08 Eli Zaretskii <eliz@gnu.org>
506
507 * windows.texi (Basic Windows, Splitting Windows)
508 (Deleting Windows, Selecting Windows, Cyclic Window Ordering)
509 (Buffers and Windows, Displaying Buffers, Dedicated Windows)
25f494c9
JB
510 (Resizing Windows, Window Configurations, Window Parameters):
511 Fix wording and markup.
a1401ab1 512
efafc282
MR
5132008-11-07 Martin Rudalics <rudalics@gmx.at>
514
515 * windows.texi (Windows): Update entries.
516 (Basic Windows): Remove listing of attributes. Reword.
86ab855a 517 (Splitting Windows, Deleting Windows): Reword.
efafc282
MR
518 (Selecting Windows, Cyclic Window Ordering): Reword with special
519 emphasis on order of recently selected windows and buffer list.
86ab855a
MR
520 (Buffers and Windows, Choosing Window): Reword with special
521 emphasis on dedicated windows.
522 (Displaying Buffers): Reword. For switch-to-buffer mention that
523 it may fall back on pop-to-buffer. For other-window try to
524 explain how it treats the cyclic ordering of windows.
efafc282
MR
525 (Dedicated Windows): New node and section discussing dedicated
526 windows and associated functions.
86ab855a 527 (Window Point): Add entry for window-point-insertion-type. Reword.
efafc282
MR
528 (Window Start and End): Rename node and section title. Reword.
529 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling):
530 Minor rewording.
531 (Size of Window): Reword, in particular text on window-width.
532 (Resizing Windows): Reword. Add text on balancing windows.
533 (Window Configurations): Reword. Mention window parameters.
534 (Window Parameters): New node and section on window parameters.
535 (Window Hooks): Reword. Mention that
536 window-configuration-change-hook is run "buffer-locally".
537 * elisp.texi (Top): Update Windows entries in @detailmenu
538 section.
539
d60a8ab2
JB
5402008-11-04 Juanma Barranquero <lekktu@gmail.com>
541
542 * searching.texi (Regexp Search): Fix typo.
543
01777627
CY
5442008-11-03 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
545
546 * searching.texi (Regexp Search): Document GREEDY arg.
547 (Simple Match Data): Fix return value.
548
c4526e93
EZ
5492008-11-01 Eli Zaretskii <eliz@gnu.org>
550
551 * nonascii.texi (Text Representations): Rewrite to make consistent
552 with Emacs 23 internal representation of characters. Document
553 `unibyte-string'.
554
fe2ae8b5
CY
5552008-10-28 Chong Yidong <cyd@stupidchicken.com>
556
557 * processes.texi (Process Information): Note that process-status
558 does not accept buffer names.
559
cc5a21e3
CY
5602008-10-27 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
561
562 * positions.texi (Skipping Characters): Correct return value of
563 skip-chars-forward.
564
09460d9a
MR
5652008-10-25 Martin Rudalics <rudalics@gmx.at>
566
520b29e7
MR
567 * windows.texi (Deleting Windows): Update documentation of
568 delete-windows-on.
569 (Buffers and Windows): Update documentations of
570 get-buffer-window and get-buffer-window-list.
571 (Displaying Buffers): Update documentation of
572 replace-buffer-in-windows.
573
09460d9a
MR
574 * buffers.texi (Current Buffer): Reword set-buffer and
575 with-current-buffer documentations.
576 (Creating Buffers): Reword documentation of get-buffer-create.
577
4d48fcdc
MR
5782008-10-23 Martin Rudalics <rudalics@gmx.at>
579
580 * buffers.texi (Current Buffer): Reword documentation of
581 set-buffer.
582 (Buffer Names): Reword documentation of buffer-name.
583 (The Buffer List): For bury-buffer explain what happens with the
584 buffer's window.
585 (Creating Buffers): Say that get-buffer-create's arg is called
586 buffer-or-name.
587
f0143c43
CY
5882008-10-22 Chong Yidong <cyd@stupidchicken.com>
589
3e5dbbd3
CY
590 * advice.texi (Computed Advice): Explain what DEFINITION is.
591
f0143c43
CY
592 * nonascii.texi (Character Codes): Remove obsolete function
593 char-valid-p, and document characterp instead.
594
52a94b85
MR
5952008-10-22 Martin Rudalics <rudalics@gmx.at>
596
597 * windows.texi (Displaying Buffers): Reword documentation of
598 pop-to-buffer.
599 (Choosing Window): Rewrite documentation of display-buffer and
600 its options.
601
f76f8246
MR
602 * buffers.texi (Killing Buffers): Update documentation of
603 kill-buffer.
604
acc8b598
EZ
6052008-10-21 Eli Zaretskii <eliz@gnu.org>
606
80e6b6df
EZ
607 * processes.texi (Serial Ports): Fix wording and improve markup.
608
3645358a
EZ
609 * searching.texi (Regexp Search): Document `string-match-p' and
610 `looking-at-p'.
611 (POSIX Regexps): Add an xref for "non-greedy".
612 (Regexp Special): Add @cindex entry for "non-greedy".
613
b3d50cff 614 * display.texi (Attribute Functions): Document `face-all-attributes'.
bf190568 615 (Image Cache) <image-refresh>: Minor wording fixes.
b3d50cff 616
73b7530a
EZ
617 * frames.texi (Color Names): Add an xref to `read-color'.
618
619 * minibuf.texi (High-Level Completion): Document `read-color'.
620
acc8b598
EZ
621 * elisp.texi (Top): Add "Swapping Text" to @detailmenu.
622
623 * positions.texi (Narrowing): Add an xref to "Swapping Text".
624
625 * buffers.texi (Swapping Text): New section, documents
626 `buffer-swap-text'.
627
10e187e8
MR
6282008-10-21 Martin Rudalics <rudalics@gmx.at>
629
630 * windows.texi (Resizing Windows): Minor wording fix.
631
fd6f900c
EZ
6322008-10-20 Eli Zaretskii <eliz@gnu.org>
633
634 * processes.texi (Shell Arguments): Document `split-string-and-unquote'
635 and `combine-and-quote-strings'.
636
637 * strings.texi (Creating Strings): Add xrefs for them.
638
e4372165
EZ
6392008-10-19 Eli Zaretskii <eliz@gnu.org>
640
d6328fba
EZ
641 * elisp.texi (Top): Make descriptive text for "Reading File Names"
642 match the corresponding menu in minibuf.texi.
643
e4372165
EZ
644 * minibuf.texi (Reading File Names): Document `read-shell-command'
645 and `minibuffer-local-shell-command-map'.
646
5d8dda33
MR
6472008-10-19 Martin Rudalics <rudalics@gmx.at>
648
649 * windows.texi (Resizing Windows): Remove var{} around "window" in
650 documentation of enlarge-window.
651 Rewrite documentation of window-min-height and window-min-width.
652
437706cd
EZ
6532008-10-19 Eli Zaretskii <eliz@gnu.org>
654
80f85d7c
EZ
655 * functions.texi (Calling Functions): Document `apply-partially'.
656
291703b5
EZ
657 * hooks.texi (Standard Hooks): Mention
658 `before-hack-local-variables-hook' and `hack-local-variables-hook'.
659
660 * variables.texi (File Local Variables): Document
661 `file-local-variables-alist', `before-hack-local-variables-hook'
662 and `hack-local-variables-hook'.
663
583d8b3c
EZ
664 * processes.texi (Synchronous Processes): Document `process-lines'.
665
437706cd 666 * customize.texi (Variable Definitions): Document
583d8b3c 667 `custom-reevaluate-setting'.
437706cd 668
7e51d89b
MR
6692008-10-18 Martin Rudalics <rudalics@gmx.at>
670
671 * windows.texi (Choosing Window, Deleting Windows)
672 (Displaying Buffers): Expand documentation of dedicated windows.
673
43c59a3d
EZ
6742008-10-18 Eli Zaretskii <eliz@gnu.org>
675
018a960d
EZ
676 * files.texi (Changing Files): Document symbolic input of file
677 modes to `set-file-modes'. Document `read-file-modes' and
678 `file-modes-symbolic-to-number'.
679
2c0b8144
EZ
680 * maps.texi (Standard Keymaps): Document `multi-query-replace-map'
681 and `search-map'.
682
80120f13
EZ
683 * searching.texi (Search and Replace): Document
684 `replace-search-function' and `replace-re-search-function'.
2c0b8144 685 Document `multi-query-replace-map'.
80120f13 686
6d4913f0
EZ
687 * minibuf.texi (Text from Minibuffer): Document `read-regexp'.
688 (Completion Commands, Reading File Names): Rename
689 `minibuffer-local-must-match-filename-map' to
690 `minibuffer-local-filename-must-match-map'.
691 (Minibuffer Completion): The `require-match' argument to
692 `completing-read' can now have the value `confirm-only'.
693
43c59a3d
EZ
694 * windows.texi (Displaying Buffers): Minor wording fix.
695 (Choosing Window): `split-height-threshold' can now be nil.
696 Document `split-width-threshold'. `pop-up-frames' can have the
697 value `graphic-only'.
698
f36acfd9
EZ
6992008-10-17 Eli Zaretskii <eliz@gnu.org>
700
701 * os.texi (Startup Summary): Document `before-init-time' and
702 `after-init-time'. Document `initial-window-system' and
703 `window-system-initialization-alist'. Document reading the
704 abbrevs file. Document the call to `server-start' under --daemon.
705 Rearrange a bit to be consistent with the code flow.
53728487
EZ
706 (Processor Run Time): Document `emacs-uptime' and `emacs-init-time'.
707 (Time Parsing): Document `format-seconds'.
f36acfd9 708
96995b89
MR
7092008-10-17 Martin Rudalics <rudalics@gmx.at>
710
711 * windows.texi (Basic Windows, Splitting Windows): Fix whitespace
712 and reword.
713
2de17c73
EZ
7142008-10-16 Eli Zaretskii <eliz@gnu.org>
715
716 * markers.texi (The Mark): Document use-region-p.
717
9cf52b11
EZ
7182008-10-15 Eli Zaretskii <eliz@gnu.org>
719
c3aaf1d7
EZ
720 * internals.texi (Writing Emacs Primitives): The interactive spec
721 of a primitive can be a Lisp form.
722
841a1743
EZ
723 * markers.texi (The Mark): Document the `lambda' and `(only . OLD)'
724 values of transient-mark-mode. Document handle-shift-selection.
725
726 * commands.texi (Using Interactive, Interactive Codes): Document `^'.
727 (Interactive Examples): Show an example of `^'.
728 (Key Sequence Input): Document this-command-keys-shift-translated.
c3aaf1d7
EZ
729 (Defining Commands, Using Interactive): The interactive-form of a
730 function can be added via its symbol's property.
841a1743 731
52441368
EZ
732 * positions.texi (List Motion): beginning-of-defun-function can
733 now accept an argument.
734
8e8c1a72
EZ
735 * text.texi (Low-Level Kill Ring): interprogram-paste-function can
736 now return a list of strings.
737
a33a1f2a
EZ
738 * control.texi (Handling Errors): Document ignore-errors.
739
4fb04348
EZ
740 * frames.texi (Creating Frames): Document frame-inherited-parameters.
741 (Parameter Access): Document set-frame-parameter.
742
ee666f84
EZ
743 * variables.texi (Creating Buffer-Local): Add an xref to "Setting
744 Hooks" for the effect of kill-all-local-variables on local hook
745 functions.
746
9cf52b11
EZ
747 * modes.texi (Major Mode Conventions, Mode Line Variables):
748 `mode-name' need not be a string. xref to "Mode Line Data" for
749 details, and to "Emulating Mode Line" for computing a string
750 value.
751
22526bc4
EZ
7522008-10-14 Eli Zaretskii <eliz@gnu.org>
753
a65f6a85
EZ
754 * processes.texi (System Processes): New section.
755 (Processes, Signals to Processes): Add xrefs to it.
756
757 * objects.texi (Editing Types): A `process' is a subprocess of
758 Emacs, not just any process running on the OS.
759
760 * elisp.texi (Top): Adjust the @detailmenu for the above two
761 changes.
762
2724b26a
EZ
763 * sequences.texi (Char-Tables): Remove documentation of
764 set-char-table-default, which has no effect since Emacs 23.
765 <char-table-range, set-char-table-range>: Don't mention generic
766 characters and charsets. Add a cons cell as a possible argument.
767
768 * nonascii.texi (Splitting Characters)
769 (Translation of Characters): Don't mention generic characters.
770
771 * display.texi (Fontsets): Don't mention generic characters.
772
22526bc4 773 * sequences.texi (Char-Tables): `map-char-table' can now call its
25f494c9 774 argument FUNCTION with a cons cell as KEY.
22526bc4 775
eaf4b689
EZ
7762008-10-13 Eli Zaretskii <eliz@gnu.org>
777
45e46036
EZ
778 * objects.texi (Primitive Function Type): Move "@cindex special
779 forms" from here...
780
781 * eval.texi (Special Forms): ...to here.
782
783 * functions.texi (What Is a Function): `functionp' returns nil for
784 special forms. Add an xref.
785
eaf4b689
EZ
786 * elisp.texi (Top): Add a @detailmenu entry for "Frame-Local
787 Variables".
788
789 * variables.texi (Frame-Local Variables): New section.
790 (Buffer-Local Variables): Add an xref to it.
791 (Intro to Buffer-Local, Creating Buffer-Local): A variable cannot
792 have both frame-local and buffer-local binding.
793
794 * frames.texi (Frames): Mention multiple tty frames.
795 (Frame Parameters, Parameter Access): Mention frame-local variable
796 bindings.
797
15688fce
GM
7982008-09-20 Glenn Morris <rgm@gnu.org>
799
800 * display.texi (Defining Faces): Recommend against face variables.
801
35539065
JB
8022008-09-16 Juanma Barranquero <lekktu@gmail.com>
803
804 * display.texi (Echo Area Customization): Fix typo.
805
6a57054b
JB
8062008-09-09 Juanma Barranquero <lekktu@gmail.com>
807
808 * loading.texi (Where Defined): Add `defface' item.
809
d632fb82
MR
8102008-09-06 Martin Rudalics <rudalics@gmx.at>
811
812 * loading.texi (Where Defined): Fix description of symbol-file.
813
905a9adb
JR
8142008-08-26 Jason Rumney <jasonr@gnu.org>
815
816 * display.texi (TIFF Images): New section describing :index property.
817
852e91b7
CY
8182008-08-23 Chong Yidong <cyd@stupidchicken.com>
819
820 * display.texi (Temporary Displays): Remove unnecessary comment
821 about usage of temp-buffer-show-hook.
822
6be001ee
CY
8232008-08-05 Chong Yidong <cyd@stupidchicken.com>
824
825 * symbols.texi (Other Plists): Fix incorrect example.
826 Suggested by Florian Beck.
827
58e3d8e8
JB
8282008-07-31 Juanma Barranquero <lekktu@gmail.com>
829
830 * os.texi: Fix previous change.
831
7c2fb837
DN
8322008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
833
834 * os.texi:
835 * intro.texi:
836 * files.texi: Remove VMS support.
837
9e2a2647
DN
8382008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
839
840 * os.texi:
841 * frames.texi:
842 * display.texi: Remove mentions of Mac Carbon.
843
c4f4682b
MB
8442008-07-01 Miles Bader <miles@gnu.org>
845
846 * text.texi (Special Properties):
847 * display.texi (Truncation): Add wrap-prefix and line-prefix.
848
3696411e
JB
8492008-06-28 Johan Bockgård <bojohan@gnu.org>
850
851 * display.texi (Other Image Types): Fix copy/paste error; say
852 "PBM", not "XBM".
853
f2a77c3a
DN
8542008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
855
856 * os.texi: Remove references to obsolete systems.
857
6d52677d
EZ
8582008-06-20 Eli Zaretskii <eliz@gnu.org>
859
860 * makefile.w32-in (distclean): Remove makefile.
861
1a87da4c
GM
8622008-06-17 Glenn Morris <rgm@gnu.org>
863
864 * Makefile.in (emacsver, miscmanualdir, VERSION, manual, install)
865 (elisp, dist): Remove rules and variables that are obsolete now
866 the lisp manual is no longer distributed separately.
867
fdda1c5d
GM
8682008-06-16 Glenn Morris <rgm@gnu.org>
869
646692e9
GM
870 * configure, configure.in, mkinstalldirs: Remove unused files.
871
872 * book-spine.texinfo: Set version to 23.0.60.
fdda1c5d 873 * vol1.texi (EMACSVER):
6a57054b 874 * vol2.texi (EMACSVER): Set to 23.0.60.
fdda1c5d
GM
875
876 * elisp.texi, vol1.texi, vol2.texi: Update Back-Cover Text
877 as per maintain.info.
878
611bee81
GM
8792008-06-15 Glenn Morris <rgm@gnu.org>
880
a7bed3a0
GM
881 * makefile.w32-in (manual): Use "23" rather than "21".
882
883 * Makefile.in (emacsver): New, set by configure.
884 (manual): Use emacsver.
885
d794edf2
GM
886 * intro.texi: Report bugs using M-x report-emacs-bug.
887
611bee81
GM
888 * elisp.texi (EMACSVER): Remove duplicate, outdated setting.
889
c73e02fa
GM
8902008-06-13 Daniel Engeler <engeler@gmail.com>
891
892 * elisp.texi, internals.texi, processes.texi: Add documentation
893 about serial port access.
894
e40a85cd
MB
8952008-06-05 Miles Bader <miles@gnu.org>
896
897 * display.texi (Displaying Faces): Update to reflect function
898 renamings in face-remap.el.
899
7b753744
JB
9002008-06-05 Juanma Barranquero <lekktu@gmail.com>
901
902 * display.texi (Fontsets): Fix typos.
903
9d3d42fb
MB
9042008-06-03 Miles Bader <miles@gnu.org>
905
7b753744
JB
906 * display.texi (Displaying Faces): Add add-relative-face-remapping,
907 remove-relative-face-remapping, set-base-face-remapping,
908 and set-default-base-face-remapping.
9d3d42fb 909
f2cec7a9
MB
9102008-06-01 Miles Bader <miles@gnu.org>
911
912 * display.texi (Displaying Faces): Add face-remapping-alist.
913
8f39c96d
SM
9142008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
915
916 * tips.texi (Coding Conventions): Do not encourage the use of "-flag"
917 variable names.
918
1ef5eecc
ER
9192008-05-03 Eric S. Raymond <esr@golux>
920
352c8b4a 921 * keymaps.texi: Clarify that (current-local-map) and
1ef5eecc
ER
922 (current-global-map) return references, not copies.
923
63b4387f
JL
9242008-05-02 Juri Linkov <juri@jurta.org>
925
926 * minibuf.texi (Text from Minibuffer): Document a list of
927 default values for `read-from-minibuffer'.
928
38a8b703
JB
9292008-04-24 Juanma Barranquero <lekktu@gmail.com>
930
931 * nonascii.texi (Translation of Characters): Fix previous change.
932
7c42e639
CY
9332008-04-20 Chong Yidong <cyd@stupidchicken.com>
934
935 * display.texi (Overlay Properties): Clarify role of underlying
936 textprop and overlay keymaps for display strings.
937
938 * keymaps.texi (Active Keymaps): Ditto.
939
25c0d999
SM
9402008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
941
942 * minibuf.texi (Programmed Completion):
943 Replace dynamic-completion-table with the new completion-table-dynamic.
944
e3af5968
CY
9452008-04-07 Chong Yidong <cyd@stupidchicken.com>
946
947 * intro.texi (Some Terms): Change "fonts in this manual" index
948 entry to "typographic conventions".
949
6bfc8698
EZ
9502008-04-05 Eli Zaretskii <eliz@gnu.org>
951
952 * objects.texi (Text Props and Strings): Add indexing for read
953 syntax of text properties.
954
4972c361
SM
9552008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
956
957 * processes.texi (Decoding Output): Remove process-filter-multibyte
958 functions.
959
c70a68db
MR
9602008-03-15 Martin Rudalics <rudalics@gmx.at>
961
962 * display.texi (Finding Overlays): Say that empty overlays at
963 the end of the buffer are reported too.
964
1291fd36
GM
9652008-03-13 Glenn Morris <rgm@gnu.org>
966
967 * elisp.texi (EMACSVER): Set to 23.0.60.
968
c6b0dfd5
CY
9692008-02-26 Chong Yidong <cyd@stupidchicken.com>
970
38a8b703 971 * strings.texi (Formatting Strings): Treat - and 0 as flag characters.
c6b0dfd5 972
875fc30c
GM
9732008-02-22 Glenn Morris <rgm@gnu.org>
974
975 * frames.texi (Position Parameters): Clarify the description of
976 `left' and `top', using information from "Geometry".
977 (Geometry): Give a pointer to "Position Parameters", rather than
978 repeating information.
979
d8c8e45a
GM
9802008-02-11 Glenn Morris <rgm@gnu.org>
981
982 * objects.texi (Equality Predicates): No longer talk about "two"
983 functions.
984
38a8b703 9852008-02-11 Lawrence Mitchell <wence@gmx.li> (tiny change)
d8c8e45a
GM
986
987 * objects.texi (Equality Predicates): Add defun for
988 equal-including-properties.
989
bfffe0b1
GM
9902008-02-10 Glenn Morris <rgm@gnu.org>
991
992 * objects.texi (Equality Predicates):
993 Mention equal-including-properties.
994
431b78c9
RS
9952008-02-07 Richard Stallman <rms@gnu.org>
996
997 * windows.texi (Window Start): Mention the feature of moving
998 window-start to start of line.
999
c8763fb6 10002008-02-07 Jan Djärv <jan.h.d@swipnet.se>
eafa12e6
JD
1001
1002 * keymaps.texi (Tool Bar): Document rtl property.
1003
1a256502
TTN
10042008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org>
1005
1006 * display.texi (Button Types):
1007 For define-button-type, clarify type of NAME.
1008
569382c2
MR
10092008-01-19 Martin Rudalics <rudalics@gmx.at>
1010
1011 * buffers.texi (Buffer Modification): Fix typo.
1012
f3041af1
DN
10132008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
1014
1015 * os.texi (System Environment): Remove references to OSes that are
1016 not supported anymore.
1017
d35e1cd7
DN
10182008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
1019
1020 * os.texi (System Environment): Remove mention for Masscomp.
1021
23af7580
RS
10222008-01-04 Richard Stallman <rms@gnu.org>
1023
1024 * display.texi (Faces): Don't talk about internal face vector as arg
1025 to facep.
1026
1027 * customize.texi (Type Keywords): Fix previous change.
1028
1029 * text.texi (Links and Mouse-1): Fix xref for commands.texi change.
1030 * elisp.texi (Top): Fix menu for commands.texi change.
1031
ec7d5b1e
RS
10322007-12-30 Richard Stallman <rms@gnu.org>
1033
1034 * commands.texi (Accessing Mouse): Renamed from Accessing Events.
1035 (Accessing Scroll): New node broken out of Accessing Mouse.
1036
101a6cea
RS
10372007-12-28 Richard Stallman <rms@gnu.org>
1038
1039 * frames.texi (Size Parameters): Fix typo.
7f9e0c04 1040 (Basic Parameters): For `title', refer to title bar.
041817a4 1041 (Size and Position): Explain meaning of frame pixel width and height.
101a6cea 1042
72b7e664
RS
10432007-12-23 Richard Stallman <rms@gnu.org>
1044
1045 * customize.texi (Type Keywords): Uncomment :validate and clarify it.
1046 Improve some of the commented-out keywords' text too.
1047
27a4f445
MR
10482007-12-14 Martin Rudalics <rudalics@gmx.at>
1049
e2e3f1d7
MR
1050 * nonascii.texi (Encoding and I/O): Reword to avoid saying
1051 "visit the current buffer".
1052
27a4f445
MR
1053 * os.texi (System Interface): Fix typo.
1054
a2afc99d
RS
10552007-12-04 Richard Stallman <rms@gnu.org>
1056
1057 * objects.texi (Symbol Type): Fix typo.
1058
b694135c
RS
10592007-12-03 Richard Stallman <rms@gnu.org>
1060
1061 * hooks.texi (Standard Hooks): Add link to Hooks for Loading.
1062
f99a19da
GM
10632007-12-01 Glenn Morris <rgm@gnu.org>
1064
1065 * functions.texi (Declaring Functions): Improve previous change.
1066
8f4b37d8
GM
10672007-11-30 Glenn Morris <rgm@gnu.org>
1068
1069 * functions.texi (Declaring Functions): Add optional fourth
1070 argument of declare-function, and setting third argument to `t'.
1071
61a2fe01
RS
10722007-11-29 Richard Stallman <rms@gnu.org>
1073
1074 * customize.texi (Composite Types): Document `group' type.
1075
cbfc5193
GM
10762007-11-29 Glenn Morris <rgm@gnu.org>
1077
1078 * functions.texi (Declaring Functions): Add findex. Mention
1079 `external' files.
1080
8386283a
JB
10812007-11-26 Juanma Barranquero <lekktu@gmail.com>
1082
1083 * functions.texi (Declaring Functions): Fix directive.
1084
a07c9a8b
RS
10852007-11-25 Richard Stallman <rms@gnu.org>
1086
1087 * help.texi (Help Functions): Clean up last change.
1088
1089 * advice.texi (Preactivation, Activation of Advice): Minor cleanup.
1090
1091 * loading.texi (Named Features): Minor cleanup.
1092
1093 * macros.texi (Eval During Expansion): Minor cleanup.
1094
1095 * variables.texi (Variable Aliases): Minor cleanup.
1096
a0925923
RS
10972007-11-24 Richard Stallman <rms@gnu.org>
1098
1099 * functions.texi (Declaring Functions): Clarify previous change.
1100
1101 * compile.texi (Compiler Errors): Clarify previous change.
1102
20c63e44
RS
11032007-11-24 Richard Stallman <rms@gnu.org>
1104
e5e76c04 1105 * display.texi (Refresh Screen, Forcing Redisplay):
20c63e44
RS
1106 Clarify the text and move items around.
1107
5bb0cda3
GM
11082007-11-24 Glenn Morris <rgm@gnu.org>
1109
1110 * functions.texi (Declaring Functions): New section.
1111 * compile.texi (Compiler Errors): Mention declaring functions,
1112 defvar with no initvalue, and byte-compile-warnings.
1113
af13c86a
MR
11142007-11-15 Martin Rudalics <rudalics@gmx.at>
1115
1116 * vol1.texi (Top): Remove Frame-Local Variables from Node Listing.
1117 * vol2.texi (Top): Remove Frame-Local Variables from Node Listing.
1118
a5373305
MR
11192007-11-13 Martin Rudalics <rudalics@gmx.at>
1120
1121 * help.texi (Help Functions): Document new macro `with-help-window'.
1122
fe284805
JL
11232007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
1124
1125 * searching.texi (Replacing Match): Describe new
1126 `match-substitute-replacement'.
1127
2c3a09b1
RS
11282007-10-31 Richard Stallman <rms@gnu.org>
1129
1130 * strings.texi (Creating Strings): Null strings from concat not unique.
1131
f2b480f4
RS
11322007-10-26 Richard Stallman <rms@gnu.org>
1133
1134 * objects.texi (Equality Predicates): Null strings are uniquified.
1135
1136 * minibuf.texi: Minor clarifications in previous change.
1137
db21122c
GM
11382007-10-25 Glenn Morris <rgm@gnu.org>
1139
1140 * customize.texi (Variable Definitions): Add :risky and :safe keywords.
1141
2328cbb3
RS
11422007-10-24 Richard Stallman <rms@gnu.org>
1143
1144 * elisp.texi (Top): Delete Frame-Local Variables from subnode menu.
1145
1146 * variables.texi (Frame-Local Variables): Node deleted.
1147 (Variables): Delete Frame-Local Variables from menu.
1148 (Local Variables, Buffer-Local Variables, Intro to Buffer-Local)
1149 (Default Value): Don't mention frame-local vars.
1150
1151 * os.texi (Idle Timers): current-idle-time returns nil if not idle.
1152
1153 * loading.texi (Unloading): Document FEATURE-unload-function
1154 instead of FEATURE-unload-hook.
1155
2328cbb3
RS
1156 * frames.texi (Multiple Displays): Don't mention frame-local vars.
1157
c066bafa
JL
11582007-10-22 Juri Linkov <juri@jurta.org>
1159
1160 * minibuf.texi (Text from Minibuffer, Minibuffer Completion)
1161 (High-Level Completion): Document a list of default value strings
1162 in the DEFAULT argument, for which minibuffer functions return the
1163 first element.
1164
65ced25f
JL
11652007-10-17 Juri Linkov <juri@jurta.org>
1166
1167 * text.texi (Filling): Update arguments of fill-paragraph.
1168 fill-paragraph operates on the active region in Transient Mark mode.
1169 Remove fill-paragraph-or-region.
1170
ee46ec8e
KB
11712007-10-13 Karl Berry <karl@gnu.org>
1172
1173 * elisp.texi (@dircategory): Move to after @copying,
1174 since we want @copying as close as possible to the beginning of
1175 the output.
1176
61bbdbc6
RS
11772007-10-12 Richard Stallman <rms@gnu.org>
1178
1179 * elisp.texi (Top): Add Distinguish Interactive to subnode menu.
1180
1181 * commands.texi (Distinguish Interactive): New node,
1182 broken out from Interactive Call and rewritten.
1183 (Command Loop): Put Distinguish Interactive in menu.
1184
af23e1e8
RS
11852007-10-09 Richard Stallman <rms@gnu.org>
1186
1187 * text.texi (Examining Properties): Mention overlay priority.
1188
1189 * display.texi (Display Margins): Correct the description
1190 of margin display specifications.
1191 (Replacing Specs): New subnode broken out of Display Property.
1192
e1965a69
JL
11932007-10-06 Juri Linkov <juri@jurta.org>
1194
1195 * text.texi (Filling): Document fill-paragraph-or-region.
1196
4638454b
JB
11972007-10-05 Juanma Barranquero <lekktu@gmail.com>
1198
1199 * display.texi (Auto Faces): Fix typo.
1200
7ed54cc5
RS
12012007-10-02 Richard Stallman <rms@gnu.org>
1202
1203 * display.texi (Display Property): Explain some display specs
1204 don't let you move point in.
1205
1206 * frames.texi (Cursor Parameters): Describe
1207 cursor-in-non-selected-windows here. Explain more values.
1208
1209 * windows.texi (Basic Windows): Don't describe
1210 cursor-in-non-selected-windows here.
1211
305a7ef2
EZ
12122007-10-01 Eli Zaretskii <eliz@gnu.org>
1213
1214 * processes.texi (Misc Network): Note that these functions are
1215 supported only on some systems.
1216
f7a7f4eb
RS
12172007-10-01 Richard Stallman <rms@gnu.org>
1218
1219 * display.texi (Overlay Properties): Explain nil as priority.
1220 Explain that conflicts are unpredictable if not resolved by
1221 priorities.
1222
780d7bb9
RS
12232007-09-23 Richard Stallman <rms@gnu.org>
1224
1225 * macros.texi (Backquote): Minor clarification.
1226
14b4fdfb
RS
12272007-09-19 Richard Stallman <rms@gnu.org>
1228
1229 * display.texi (Display Property): Explain multiple display specs.
9600ac7c
RS
1230 Clarify when they work in parallel and when one overrides.
1231 Fix error in example.
14b4fdfb 1232
b8d4c8d0
GM
12332007-09-06 Glenn Morris <rgm@gnu.org>
1234
b3e755a9 1235 Move from lispref/ to doc/lispref/. Change all setfilename
b8d4c8d0
GM
1236 commands to use ../../info.
1237 * Makefile.in (infodir): Go up one more level.
4638454b 1238 (usermanualdir): Change from ../man to ../emacs.
b8d4c8d0
GM
1239 (miscmanualdir): New.
1240 (dist): Use new variable miscmanualdir.
1241 * makefile.w32-in (infodir, texinputdir): Go up one more level.
1242 (usermanualdir): Change from ../man to ../emacs.
1243
1bb1f7d3
MR
12442007-08-30 Martin Rudalics <rudalics@gmx.at>
1245
1246 * commands.texi (Command Loop Info): Advise against changing
1247 most variables described here. Explain new variable
1248 last-repeatable-command.
1249
b8d4c8d0
GM
12502007-08-29 Glenn Morris <rgm@gnu.org>
1251
1252 * elisp.texi (EMACSVER): Increase to 23.0.50.
1253
12542007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
1255
1256 * frames.texi (Basic Parameters): Add display-environment-variable
1257 and term-environment-variable.
1258
12592007-08-28 Juri Linkov <juri@jurta.org>
1260
1261 * display.texi (Image Formats, Other Image Types): Add SVG.
1262
12632007-08-28 Juri Linkov <juri@jurta.org>
1264
1265 * display.texi (Images): Move formats-related text to new node
1266 "Image Formats".
1267 (Image Formats): New node.
1268
619fb9ee
RS
12692007-08-27 Richard Stallman <rms@gnu.org>
1270
1271 * windows.texi (Window Configurations): Clarify what
1272 a window configuration saves.
1273
b8d4c8d0
GM
12742007-08-25 Richard Stallman <rms@gnu.org>
1275
1276 * display.texi (Images): Delete redundant @findex.
1277
12782007-08-16 Richard Stallman <rms@gnu.org>
1279
1280 * processes.texi (Asynchronous Processes): Clarify
1281 doc of start-file-process.
1282
12832007-08-08 Martin Rudalics <rudalics@gmx.at>
1284
1285 * modes.texi (Example Major Modes): Fix typo.
1286
12872007-08-08 Glenn Morris <rgm@gnu.org>
1288
1289 * intro.texi (nil and t): Do not use `iff' in documentation.
1290
1291 * tips.texi (Documentation Tips): Recommend against `iff'.
1292
12932007-08-07 Chong Yidong <cyd@stupidchicken.com>
1294
1295 * display.texi (Image Cache): Document image-refresh.
1296
12972007-08-06 Martin Rudalics <rudalics@gmx.at>
1298
1299 * windows.texi (Size of Window): Document window-full-width-p.
1300
13012007-07-25 Glenn Morris <rgm@gnu.org>
1302
1303 * gpl.texi (GPL): Replace license with GPLv3.
1304
1305 * Relicense all FSF files to GPLv3 or later.
1306
13072007-07-24 Michael Albinus <michael.albinus@gmx.de>
1308
4638454b
JB
1309 * processes.texi (Synchronous Processes):
1310 Add `process-file-shell-command'.
b8d4c8d0
GM
1311 (Asynchronous Processes): Mention restricted use of
1312 `process-filter' and `process-sentinel' in
1313 `start-file-process'. Add `start-file-process-shell-command'.
1314
13152007-07-17 Michael Albinus <michael.albinus@gmx.de>
1316
1317 * files.texi (Magic File Names): Introduce optional parameter
1318 IDENTIFICATION for `file-remote-p'.
1319
13202007-07-16 Richard Stallman <rms@gnu.org>
1321
1322 * display.texi (Defining Faces): Fix previous change.
1323
13242007-07-14 Richard Stallman <rms@gnu.org>
1325
1326 * control.texi (Handling Errors): Document `debug' in handler list.
1327
13282007-07-10 Richard Stallman <rms@gnu.org>
1329
1330 * display.texi (Defining Faces): Explain C-M-x feature for defface.
1331
13322007-07-09 Richard Stallman <rms@gnu.org>
1333
1334 * files.texi (Magic File Names): Rewrite previous change.
1335
13362007-07-08 Michael Albinus <michael.albinus@gmx.de>
1337
1338 * files.texi (Magic File Names): Introduce optional parameter
1339 CONNECTED for `file-remote-p'.
1340
13412007-07-07 Michael Albinus <michael.albinus@gmx.de>
1342
1343 * processes.texi (Asynchronous Processes):
1344 * files.texi (Magic File Names): Add `start-file-process'.
1345
13462007-06-27 Richard Stallman <rms@gnu.org>
1347
1348 * files.texi (Format Conversion Piecemeal): Clarify
1349 `after-insert-file-functions' calling convention.
1350
13512007-06-27 Michael Albinus <michael.albinus@gmx.de>
1352
4638454b
JB
1353 * files.texi (Magic File Names): Remove `dired-call-process'.
1354 Add `process-file'.
b8d4c8d0
GM
1355
13562007-06-27 Kenichi Handa <handa@m17n.org>
1357
1358 * text.texi (Special Properties): Fix description about
4638454b 1359 `composition' property.
b8d4c8d0
GM
1360
13612007-06-26 Kenichi Handa <handa@m17n.org>
1362
1363 * nonascii.texi (Default Coding Systems): Document about the
1364 return value `undecided'.
1365
13662007-06-25 David Kastrup <dak@gnu.org>
1367
1368 * keymaps.texi (Active Keymaps): Document new POSITION argument of
1369 `current-active-maps'.
1370
13712007-06-24 Karl Berry <karl@gnu.org>
1372
4638454b 1373 * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text.
b8d4c8d0
GM
1374
13752007-06-15 Juanma Barranquero <lekktu@gmail.com>
1376
1377 * display.texi (Overlay Arrow): Doc fix.
1378
13792007-06-14 Karl Berry <karl@tug.org>
1380
1381 * anti.texi (Antinews): Typo.
1382
13832007-06-14 Chong Yidong <cyd@stupidchicken.com>
1384
1385 * display.texi (Image Cache): Document image-refresh.
1386
13872007-06-12 Karl Berry <karl@gnu.org>
1388
1389 * vol1.texi, vol2.texi, two-volume-cross-refs.txt: Update.
1390 * two-volume.make: New file.
1391 * .cvsignore: Ignore two-volume files.
1392
13932007-06-12 Tom Tromey <tromey@redhat.com>
1394
1395 * os.texi (Init File): Document user-emacs-directory.
1396
13972007-06-03 Nick Roberts <nickrob@snap.net.nz>
1398
1399 * commands.texi (Click Events): Describe width and height when
1400 object is nil.
1401
14022007-05-30 Nick Roberts <nickrob@snap.net.nz>
1403
1404 * commands.texi (Click Events): Layout more logically. Describe
1405 width and height.
1406 (Drag Events, Motion Events): Update to new format for position.
1407
14082007-06-02 Richard Stallman <rms@gnu.org>
1409
1410 * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces.
1411
14122007-06-02 Chong Yidong <cyd@stupidchicken.com>
1413
1414 * Version 22.1 released.
1415
14162007-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
1417
1418 * text.texi (Special Properties): Correct meaning of fontified face.
1419
14202007-05-30 Richard Stallman <rms@gnu.org>
1421
1422 * text.texi (Special Properties): Add link to Adjusting Point.
1423
14242007-05-12 Richard Stallman <rms@gnu.org>
1425
1426 * text.texi (Margins): indent-to-left-margin is not the default.
1427 (Mode-Specific Indent): For indent-line-function, the default
1428 is indent-relative.
1429
1430 * modes.texi (Example Major Modes): Explain last line of text-mode
1431 is redundant.
1432
14332007-05-10 Richard Stallman <rms@gnu.org>
1434
1435 * keymaps.texi (Scanning Keymaps): Update where-is-internal example.
1436
1437 * help.texi (Keys in Documentation): Add reference to
1438 Documentation Tips.
1439
1440 * files.texi (Format Conversion): TO-FN gets three arguments.
1441
1442 * modes.texi (Auto Major Mode): Document file-start-mode-alist.
1443
14442007-05-10 Thien-Thi Nguyen <ttn@gnuvola.org>
1445
1446 * elisp.texi (Top): Remove "Saving Properties" from detailed menu.
1447 * files.texi (Format Conversion): Expand intro; add menu.
1448 (Format Conversion Overview, Format Conversion Round-Trip)
1449 (Format Conversion Piecemeal): New nodes/subsections.
1450 * hooks.texi: Xref "Format Conversion" , not "Saving Properties".
1451 * text.texi (Text Properties): Remove "Saving Properties" from menu.
1452 (Saving Properties): Delete node/subsection.
1453
14542007-05-07 Karl Berry <karl@gnu.org>
1455
1456 * elisp.texi (EMACSVER): Back to 22.
1457
14582007-05-06 Richard Stallman <rms@gnu.org>
1459
1460 * processes.texi (Accepting Output): Revert most of previous change.
1461
14622007-05-05 Richard Stallman <rms@gnu.org>
1463
1464 * processes.texi (Accepting Output): accept-process-output
1465 uses microseconds, not milliseconds. But that arg is obsolete.
1466
14672007-05-04 Karl Berry <karl@tug.org>
1468
1469 * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
1470
14712007-05-04 Eli Zaretskii <eliz@gnu.org>
1472
1473 * tips.texi (Documentation Tips): Rearrange items to place the
1474 more important ones first. Add an index entry for hyperlinks.
1475
14762007-05-03 Karl Berry <karl@gnu.org>
1477
1478 * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing.
1479 (EMACSVER) [smallbook]: 22 for printed version.
1480
1481 * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed,
1482 so restore anchor to normal position after defun. Found by Kevin Ryde.
1483
14842007-04-26 Glenn Morris <rgm@gnu.org>
1485
1486 * elisp.texi (EMACSVER): Increase to 22.1.50.
1487
14882007-04-28 Karl Berry <karl@gnu.org>
1489
1490 * elisp.texi: Improve line breaks on copyright page,
1491 similar layout to emacs manual, 8.5x11 by default.
1492
14932007-04-24 Richard Stallman <rms@gnu.org>
1494
1495 * text.texi (Special Properties): Add xref to Overlay Properties.
1496
1497 * display.texi (Overlay Properties): Add xref to Special Properties.
1498
14992007-04-22 Richard Stallman <rms@gnu.org>
1500
1501 * keymaps.texi (Extended Menu Items): Move the info about
1502 format with cached keyboard binding.
1503
15042007-04-21 Richard Stallman <rms@gnu.org>
1505
1506 * text.texi (Special Properties): Clarify previous change.
1507
1508 * files.texi (File Name Expansion): Clarify previous change.
1509
1510 * display.texi (Attribute Functions): Fix example for
1511 face-attribute-relative-p.
1512
15132007-04-19 Kenichi Handa <handa@m17n.org>
1514
1515 * text.texi (Special Properties): Document composition property.
1516
15172007-04-19 Glenn Morris <rgm@gnu.org>
1518
1519 * files.texi (File Name Expansion): Mention "superroot".
1520
15212007-04-15 Chong Yidong <cyd@stupidchicken.com>
1522
1523 * frames.texi (Multiple Displays): Add note about "multi-monitor"
1524 setups.
1525 (Display Feature Testing): Note that display refers to all
1526 physical monitors for multi-monitor setups.
1527
15282007-04-14 Richard Stallman <rms@gnu.org>
1529
1530 * lists.texi (Sets And Lists): Clarify `delete' examples.
1531 Remove spurious xref to same node.
1532 Clarify xref for add-to-list.
1533
15342007-04-12 Nick Roberts <nickrob@snap.net.nz>
1535
1536 * keymaps.texi (Format of Keymaps): Remove spurious ")" from
1537 value of lisp-mode-map.
1538
15392007-04-11 Karl Berry <karl@gnu.org>
1540
1541 * anti.texi (Antinews):
1542 * display.texi (Overlay Properties, Defining Images):
1543 * processes.texi (Synchronous Processes, Sentinels):
1544 * syntax.texi (Syntax Table Internals):
1545 * searching.texi (Regexp Special):
1546 * nonascii.texi (Default Coding Systems):
1547 * text.texi (Special Properties):
1548 * minibuf.texi (Basic Completion): Wording to improve breaks in
1549 8.5x11 format.
1550 * elisp.texi (smallbook): New @set to more easily switch between
1551 smallbook and 8.5x11.
1552
15532007-04-11 Richard Stallman <rms@gnu.org>
1554
1555 * text.texi (Lazy Properties): Minor fix.
1556
15572007-04-08 Karl Berry <karl@gnu.org>
1558
1559 * symbols.texi (Plists and Alists): Period after "vs" in index entries.
1560 * macros.texi (Backquote): Downcase Backquote in index entries for
1561 consistency.
1562
15632007-04-08 Richard Stallman <rms@gnu.org>
1564
1565 * text.texi (Adaptive Fill): Just describe default,
1566 don't show it (since it contains non-ASCII chars).
1567
15682007-04-07 Karl Berry <karl@gnu.org>
1569
1570 * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in
1571 adaptive-fill-regexp's value, since they are not in the standard
1572 TeX fonts.
1573
15742007-04-07 Guanpeng Xu <herberteuler@hotmail.com>
1575
1576 * display.texi (Defining Faces): Fix example.
1577
15782007-04-07 Karl Berry <karl@gnu.org>
1579
1580 * display.texi (Button Buffer Commands): Improve page break.
1581
15822007-04-07 Richard Stallman <rms@gnu.org>
1583
1584 * advice.texi (Activation of Advice): Remove redundant index entry.
1585
1586 * backups.texi: Improve index entries. Remove redundant ones.
1587
1588 * compile.texi (Byte Compilation): Improve index entry.
1589
1590 * hash.texi (Creating Hash): Improve index entry.
1591
1592 * symbols.texi (Definitions): Improve index entry.
1593
1594 * edebug.texi: Improve index entries. Remove redundant/useless ones.
1595
1596 * maps.texi (Standard Keymaps): Remove useless index entry.
1597
1598 * help.texi (Documentation Basics): Remove redundant index entries.
1599
1600 * customize.texi: Improve index entries.
1601 Remove redundant/useless ones.
1602
1603 * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
1604
1605 * streams.texi (Output Variables): Improve index entry.
1606
1607 * abbrevs.texi (Abbrevs): Remove useless index entry.
1608
1609 * macros.texi (Expansion): Remove useless index entry.
1610
1611 * text.texi: Improve index entries. Remove redundant/useless ones.
1612 (Text Properties, Examining Properties)
1613 (Special Properties): Use "property category" instead of "category"
1614 to refer to the `category' property.
1615
1616 * positions.texi: Improve index entries. Remove useless one.
1617
1618 * lists.texi: Improve index entries. Remove redundant/useless ones.
1619
1620 * os.texi: Improve index entries.
1621 (Timers): Fix previous change.
1622
1623 * buffers.texi: Improve index entries.
1624 (Modification Time): Get rid of term "obsolete buffer".
1625
1626 * debugging.texi: Improve index entries.
1627 (Test Coverage): Add xref to other test coverage ftr.
1628
1629 * eval.texi: Improve index entry. Remove redundant ones.
1630
1631 * numbers.texi: Improve index entries. Remove redundant/useless ones.
1632
1633 * files.texi: Improve index entries. Remove redundant/useless ones.
1634
1635 * objects.texi: Improve index entries.
1636
1637 * processes.texi: Improve index entries.
1638
1639 * modes.texi: Improve index entry. Remove redundant one.
1640
1641 * nonascii.texi: Improve index entries.
1642
1643 * internals.texi: Improve index entries.
1644
1645 * syntax.texi: Improve index entries.
1646
1647 * keymaps.texi (Active Keymaps): Improve index entries.
1648
1649 * commands.texi: Improve index entries. Remove redundant/useless ones.
1650
1651 * frames.texi: Improve index entries. Remove redundant/useless ones.
1652
1653 * markers.texi: Improve index entries. Remove redundant ones.
1654
1655 * tips.texi: Improve index entries.
1656
1657 * loading.texi (Unloading): Improve index entry.
1658
1659 * variables.texi: Improve index entries. Remove redundant one.
1660
1661 * sequences.texi: Improve index entry.
1662
1663 * display.texi: Improve index entries. Remove redundant ones.
1664
1665 * windows.texi: Improve index entries.
1666
1667 * searching.texi: Improve index entries. Remove redundant one.
1668
1669 * strings.texi (Case Tables): Improve last change.
1670
16712007-04-04 Chong Yidong <cyd@stupidchicken.com>
1672
1673 * strings.texi (Case Tables): Document with-case-table and
1674 ascii-case-table.
1675
16762007-04-03 Karl Berry <karl@gnu.org>
1677
1678 * processes.texi (Network): Reword to improve page break.
1679
16802007-04-03 Eli Zaretskii <eliz@gnu.org>
1681
1682 * functions.texi (Inline Functions): Describe more disadvantages
1683 of defsubst, and make advice against it stronger.
1684
16852007-04-02 Karl Berry <karl@gnu.org>
1686
1687 * backups.texi (Backup Names): Avoid widow words.
1688 * modes.texi (Example Major Modes): Align last comment.
1689
16902007-04-01 Chong Yidong <cyd@stupidchicken.com>
1691
1692 * keymaps.texi (Remapping Commands): Document new arg to
1693 command-remapping.
1694
16952007-04-01 Karl Berry <karl@gnu.org>
1696
1697 * processes.texi (Low-Level Network): Typo.
1698 * loading.texi (Hooks for Loading): Avoid double "the".
1699 * keymaps.texi (Key Sequences): No double "and".
1700 (Changing Key Bindings): Shorten to improve line break.
1701
17022007-03-31 Glenn Morris <rgm@gnu.org>
1703
1704 * os.texi (Timers): Fix description of run-at-time TIME formats.
1705
17062007-03-31 Richard Stallman <rms@gnu.org>
1707
1708 * display.texi (Invisible Text): Correct buffer-invisibility-spec
1709 regarding ellipsis.
1710
17112007-03-31 Eli Zaretskii <eliz@gnu.org>
1712
1713 * intro.texi (nil and t):
1714 * symbols.texi (Plists and Alists):
1715 * variables.texi (Variable Aliases, Constant Variables):
1716 * functions.texi (Defining Functions):
1717 * advice.texi (Advising Primitives):
1718 * debugging.texi (Syntax Errors, Compilation Errors):
1719 * minibuf.texi (Minibuffer Windows):
1720 * commands.texi (Adjusting Point):
1721 * modes.texi (Syntactic Font Lock, Faces for Font Lock)
1722 (Auto Major Mode, Major Mode Conventions):
1723 * help.texi (Describing Characters):
1724 * files.texi (Create/Delete Dirs, Information about Files)
1725 (File Locks, Writing to Files, Reading from Files)
1726 (Saving Buffers):
1727 * windows.texi (Resizing Windows, Cyclic Window Ordering):
1728 * frames.texi (Finding All Frames):
1729 * positions.texi (Buffer End, Motion):
1730 * markers.texi (The Region):
1731 * text.texi (Deletion, Near Point):
1732 * display.texi (Displaying Messages, Truncation):
1733 * os.texi (Processor Run Time):
1734 * tips.texi (Key Binding Conventions, Programming Tips)
1735 (Warning Tips, Documentation Tips, Comment Tips):
1736 * internals.texi (Memory Usage): Improve indexing.
1737
1738 * variables.texi (Frame-Local Variables):
1739 * functions.texi (Argument List):
1740 * loading.texi (Library Search):
1741 * streams.texi (Output Variables):
1742 * keymaps.texi (Translation Keymaps, Searching Keymaps):
1743 * searching.texi (Replacing Match, Search and Replace):
1744 * processes.texi (Byte Packing, Decoding Output)
1745 (Accepting Output, Network Servers, Shell Arguments):
1746 * display.texi (Abstract Display, Image Cache, Scroll Bars):
1747 * windows.texi (Window Point, Window Start):
1748 * frames.texi (Management Parameters, Frame Parameters, Frame Titles):
1749 * commands.texi (Reading Input, Keyboard Events):
1750 * minibuf.texi (Reading File Names, Minibuffer Completion)
1751 (Recursive Mini):
1752 * positions.texi (List Motion):
1753 * hash.texi (Hash Tables, Creating Hash, Defining Hash):
1754 * numbers.texi (Arithmetic Operations, Math Functions)
1755 (Predicates on Numbers, Comparison of Numbers):
1756 (Numeric Conversions):
1757 * locals.texi (Standard Buffer-Local Variables):
1758 * maps.texi (Standard Keymaps):
1759 * os.texi (User Identification, System Environment, Recording Input)
1760 (X11 Keysyms):
1761 * nonascii.texi (Non-ASCII Characters, Splitting Characters):
1762 * backups.texi (Backups and Auto-Saving):
1763 * customize.texi (Customization, Group Definitions)
1764 (Variable Definitions):
1765 * compile.texi (Byte Compilation): Improve index entries.
1766
17672007-03-31 Karl Berry <karl@gnu.org>
1768
1769 * macros.texi (Defining Macros): Avoid widow syllable.
1770
17712007-03-31 Eli Zaretskii <eliz@gnu.org>
1772
1773 * elisp.texi (Top): Postscript -> PostScript.
1774
1775 * display.texi (Images, Postscript Images): Postscript -> PostScript.
1776
17772007-03-31 Markus Triska <markus.triska@gmx.at>
1778
1779 * internals.texi (Writing Emacs Primitives): Untabify `For'.
1780
17812007-03-30 Karl Berry <karl@gnu.org>
1782
1783 * lists.texi (List-related Predicates): Remove spurious @need.
1784 (Setcdr): Use @smallexample to improve page break.
1785 (Association Lists) <assoc>: Reword to improve page break.
1786
1787 * strings.texi (String Conversion): Insert blank line to improve
1788 page break.
1789
1790 * numbers.texi (Random Numbers): Use @minus{}.
1791 (Math Functions): Use @minus{}.
1792
1793 * intro.texi (Acknowledgements): Avoid line breaks before middle
1794 initials.
1795
17962007-03-24 Eli Zaretskii <eliz@gnu.org>
1797
1798 * errors.texi (Standard Errors): Add an index entry.
1799
18002007-03-19 Richard Stallman <rms@gnu.org>
1801
1802 * os.texi (Recording Input): recent-keys now gives 300 keys.
1803
18042007-03-12 Glenn Morris <rgm@gnu.org>
1805
1806 * os.texi: Replace "daylight savings" with "daylight saving"
1807 throughout.
1808
18092007-03-05 Richard Stallman <rms@gnu.org>
1810
1811 * variables.texi (File Local Variables): Update
1812 enable-local-variables values.
1813
18142007-03-04 Richard Stallman <rms@gnu.org>
1815
1816 * syntax.texi (Control Parsing): Minor clarification.
1817
1818 * strings.texi (Formatting Strings): Clarify width, precision, flags.
1819
1820 * sequences.texi (Sequence Functions): Move string-bytes away,
1821 add xref.
1822
1823 * nonascii.texi (Text Representations): Move string-bytes here.
1824
1825 * modes.texi (Major Mode Conventions): Fundamental mode is exception.
1826
1827 * minibuf.texi (Basic Completion): Minor clarification.
1828
1829 * markers.texi (The Mark): Clarify existence vs activation of mark.
1830 Other cleanup.
1831
1832 * display.texi (Finding Overlays): Write better example.
1833
1834 * compile.texi (Eval During Compile): Clarify putting macros
1835 in eval-when-compile.
1836
c5602427 18372007-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br> (tiny change)
b8d4c8d0
GM
1838
1839 * loading.texi (How Programs Do Loading): Fix anchor position at
c5602427 1840 load-read-function definition doc.
b8d4c8d0
GM
1841
18422007-02-21 Kim F. Storm <storm@cua.dk>
1843
1844 * strings.texi (Text Comparison): Mention that assoc-string
1845 converts symbols to strings before testing.
1846
18472007-02-17 Kim F. Storm <storm@cua.dk>
1848
1849 * processes.texi (Bindat Spec): Vector types can have optional
1850 element type.
1851 (Bindat Examples): Fix example. Add vector with element type.
1852
18532007-02-16 Andreas Schwab <schwab@suse.de>
1854
1855 * strings.texi (Formatting Strings): Document '+' flag.
1856
18572007-02-15 Juanma Barranquero <lekktu@gmail.com>
1858
1859 * strings.texi (Modifying Strings): Clarify that `clear-string'
1860 always converts the string to unibyte.
1861
18622007-02-14 Kim F. Storm <storm@cua.dk>
1863
1864 * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
1865 Rewrite glyph code description to refer to these functions.
1866 Remove details of encoding face number and char into integer code.
1867
18682007-02-03 Alan Mackenzie <acm@muc.de>
1869
1870 * loading.texi (Hooks for Loading): Make the description of
1871 `eval-after-load' more detailed, and amend the description of
1872 after-load-alist, in accordance with changes from 2006-05.
1873
18742007-02-03 Chong Yidong <cyd@stupidchicken.com>
1875
1876 * modes.texi (Defining Minor Modes): Document that a :require
1877 keyword or similar may be required to make saved customization
1878 variables work.
1879
18802007-02-03 Eli Zaretskii <eliz@gnu.org>
1881
1882 * elisp.texi (Top): Make the detailed menu headers compliant with
1883 Texinfo guidelines and with what texnfo-upd.el expects. Add
1884 comments to prevent people from inadvertently modifying the key
1885 parts needed by `texinfo-multiple-files-update'.
1886
18872007-02-02 Eli Zaretskii <eliz@gnu.org>
1888
1889 * elisp.texi (Top): Update the top-level menus.
1890
1891 * syntax.texi (Categories): Add index entries.
1892
18932007-02-01 Juanma Barranquero <lekktu@gmail.com>
1894
1895 * display.texi (Attribute Functions): Fix name and description of
1896 the UNDERLINE arg of `set-face-underline-p'.
1897
18982007-01-29 Eli Zaretskii <eliz@gnu.org>
1899
1900 * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
1901 Variables", and "Standard Keymaps" to the detailed menu.
1902
1903 * variables.texi (Future Local Variables): Add index entry.
1904
19052007-01-28 Richard Stallman <rms@gnu.org>
1906
1907 * tips.texi (Coding Conventions): Clarify the tip about macros
1908 that define a function or a variable.
1909
1910 * files.texi (File Attributes): UID and GID can be floats.
1911 (Magic File Names): Explain why deferring all operations to
1912 the standard handler does not work.
1913
19142007-01-23 Martin Rudalics <rudalics@gmx.at>
1915
1916 * backups.texi (Reverting): Use "buffer" instead of "file"
1917 when talking about major and minor modes.
1918
19192007-01-21 Richard Stallman <rms@gnu.org>
1920
1921 * help.texi (Documentation): Add xref to Documentation Tips.
1922
19232007-01-14 Juanma Barranquero <lekktu@gmail.com>
1924
1925 * tips.texi (Coding Conventions): Fix typos.
1926
19272007-01-05 Richard Stallman <rms@gnu.org>
1928
1929 * modes.texi (Defining Minor Modes): Fix previous change.
1930
19312007-01-03 Richard Stallman <rms@gnu.org>
1932
1933 * customize.texi (Variable Definitions, Customization Types):
1934 Don't use * in doc string for defcustom.
1935
19362007-01-02 Richard Stallman <rms@gnu.org>
1937
1938 * variables.texi (Variable Aliases): Clarify that aliases vars
1939 always have the same value.
1940
1941 * processes.texi (Bindat Spec): Fix Texinfo usage.
1942
1943 * modes.texi (Defining Minor Modes): Explain effect of command
1944 defined with define-global-minor-mode on new buffers.
1945
19462006-12-30 Kim F. Storm <storm@cua.dk>
1947
1948 * keymaps.texi (Tool Bar): Describe `grow-only' value of
1949 `auto-resize-tool-bars'.
1950
19512006-12-30 Richard Stallman <rms@gnu.org>
1952
1953 * keymaps.texi (Active Keymaps): Fix previous change.
1954
19552006-12-30 Nick Roberts <nickrob@snap.net.nz>
1956
1957 * keymaps.texi (Active Keymaps): Make xref to lookup-key.
1958
19592006-12-30 Kim F. Storm <storm@cua.dk>
1960
1961 * processes.texi (Bindat Spec): Clarify using field names in
1962 length specifications.
1963
19642006-12-29 Kim F. Storm <storm@cua.dk>
1965
1966 * processes.texi (Bindat Spec): Explain eval forms and lengths better.
1967 Add count and index variables for eval forms in repeat blocks.
1968
19692006-12-24 Richard Stallman <rms@gnu.org>
1970
1971 * customize.texi (Variable Definitions): Document
1972 new name custom-add-frequent-value.
1973
19742006-12-19 Kim F. Storm <storm@cua.dk>
1975
1976 * commands.texi (Misc Events): User signals now result in sigusr1
1977 and sigusr2 events which are handled through special-event-map.
1978 (Special Events): User signals and drag-n-drop are special.
1979
19802006-12-17 Richard Stallman <rms@gnu.org>
1981
1982 * loading.texi (Named Features): Explain subfeatures better.
1983
1984 * customize.texi: Use "option" only for user options.
1985 For the keyword values inside defcustom etc, say "keywords".
1986 For :options value's elements, say "elements".
1987 :group should not be omitted.
1988
1989 * syntax.texi (Parsing Expressions): Split up node.
1990 (Motion via Parsing, Position Parse, Parser State)
1991 (Low-Level Parsing, Control Parsing): New subnodes.
1992 (Parser State): Document syntax-ppss-toplevel-pos.
1993
1994 * positions.texi (List Motion): Punctuation fix.
1995
1996 * files.texi (File Name Completion): Document PREDICATE arg
1997 to file-name-completion.
1998
19992006-12-16 Eli Zaretskii <eliz@gnu.org>
2000
2001 * internals.texi (Building Emacs, Writing Emacs Primitives):
2002 Add index entries.
2003
20042006-12-11 Richard Stallman <rms@gnu.org>
2005
2006 * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
2007 affects face menu. Explain how to make it non-nil without enabling
2008 any fontification.
2009
20102006-12-10 Chong Yidong <cyd@stupidchicken.com>
2011
2012 * modes.texi (Font Lock Basics): Document nil value of
2013 font-lock-defaults.
2014
20152006-12-10 Glenn Morris <rgm@gnu.org>
2016
2017 * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
2018 value for system-flag argument. Abbrev tables may not be empty
2019 when major modes are loaded.
2020
20212006-12-08 Juanma Barranquero <lekktu@gmail.com>
2022
2023 * makefile.w32-in (maintainer-clean): Partially revert last
2024 change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
2025 to protect elisp-covers.texi.
2026
20272006-12-07 Juanma Barranquero <lekktu@gmail.com>
2028
2029 * makefile.w32-in (maintainer-clean): Depend on `distclean'.
2030 Don't remove elisp* info files; they are already deleted by the
2031 `clean' and `distclean' targets, and they are in the $(infodir)
2032 directory, not the current one.
2033
20342006-12-04 Kim F. Storm <storm@cua.dk>
2035
2036 * commands.texi (Misc Events): Update signal events.
2037 (Event Examples): Add signal example.
2038
20392006-11-29 Richard Stallman <rms@gnu.org>
2040
2041 * frames.texi (Visibility of Frames): Explain visible windows
2042 can be covered by others. Add xref for raise-frame.
2043
20442006-11-28 Richard Stallman <rms@gnu.org>
2045
2046 * searching.texi (Regexp Special): Update when ^ is special.
2047
20482006-11-27 Eli Zaretskii <eliz@gnu.org>
2049
2050 * customize.texi (Customization, Common Keywords)
2051 (Group Definitions, Variable Definitions, Composite Types)
2052 (Type Keywords, Customization Types): Add index entries for
2053 various customization keywords.
2054
20552006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
2056
2057 * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
2058
c8763fb6 20592006-11-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
2060
2061 * frames.texi (Window System Selections): Remove clipboard from
2062 description of selection-coding-system.
2063
20642006-11-06 Richard Stallman <rms@gnu.org>
2065
2066 * lists.texi (List Variables): Document COMPARE-FN.
2067
2068 * keymaps.texi: Avoid use of "binding" to mean a relation;
2069 use it only to refer to the meaning associated with a key.
2070 (Keymaps): Change menu node description.
2071
2072 * elisp.texi (Top): Change menu node description.
2073
2074 * display.texi (Managing Overlays): Document overlay-recenter.
2075
20762006-10-29 Chong Yidong <cyd@stupidchicken.com>
2077
2078 * Makefile.in: Use relative paths to avoid advertising filesystem
2079 contents during compilation.
2080
20812006-10-23 Kim F. Storm <storm@cua.dk>
2082
2083 * commands.texi (Event Input Misc): Update unread-command-events.
2084
20852006-10-23 Nick Roberts <nickrob@snap.net.nz>
2086
2087 * lists.texi (Sets And Lists): Fix typos.
2088
20892006-10-18 Juanma Barranquero <lekktu@gmail.com>
2090
2091 * control.texi (Processing of Errors): Use @var for an argument,
2092 not @code.
2093
20942006-10-16 Richard Stallman <rms@gnu.org>
2095
2096 * edebug.texi (Edebug Recursive Edit): Minor cleanup.
2097
2098 * keymaps.texi (Format of Keymaps): Show all the keymap element
2099 patterns that result from menu items.
2100 (Key Lookup): Minor cleanups.
2101
2102 * modes.texi (Precalculated Fontification): Don't say that
2103 not setting font-lock-defaults avoids loading font-lock.
2104
2105 * help.texi (Documentation): Move xref to Emacs Manual here.
2106 (Documentation Basics): From here.
2107 Also doc emacs-lisp-docstring-fill-column.
2108
2109 * elisp.texi: Update version and ISBN.
2110
2111 * commands.texi (Interactive Call): Clarify KEYS arg to
2112 call-interactively is a vector.
2113 (Command Loop Info): Delete anchor in this-command-keys.
2114 Add anchor in this-command-keys-vector.
2115 (Recursive Editing): Document how recursive-edit
2116 handles the current buffer.
2117
21182006-10-13 Chong Yidong <cyd@stupidchicken.com>
2119
2120 * frames.texi (Frame Titles): %c and %l are ignored in
2121 frame-title-format.
2122
21232006-10-11 Richard Stallman <rms@gnu.org>
2124
2125 * keymaps.texi (Key Sequences): Clarify use of kbd.
2126
21272006-10-10 Kim F. Storm <storm@cua.dk>
2128
2129 * lists.texi (Sets And Lists): Add memql.
2130
21312006-10-03 Richard Stallman <rms@gnu.org>
2132
2133 * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
2134 Clarify :ascii: and :nonascii:.
2135
21362006-09-29 Juri Linkov <juri@jurta.org>
2137
2138 * modes.texi (%-Constructs): Reorder coding systems in the
2139 documentation of %z to the real order displayed in the modeline.
2140
21412006-09-25 Richard Stallman <rms@gnu.org>
2142
2143 * os.texi (Timers): Describe timer-max-repeats.
2144
21452006-09-25 Chong Yidong <cyd@stupidchicken.com>
2146
2147 * os.texi (Timers): Mention with-local-quit.
2148
21492006-09-24 Richard Stallman <rms@gnu.org>
2150
2151 * searching.texi (Searching and Matching): Mention property search.
2152
2153 * commands.texi (Command Loop Info): Explain how read-event affects
2154 this-command-keys.
2155
21562006-09-20 Richard Stallman <rms@gnu.org>
2157
2158 * os.texi (Timers): Clarify about REPEAT when timer is delayed.
2159
2160 * windows.texi (Window Start): Minor cleanups.
2161
21622006-09-20 Kim F. Storm <storm@cua.dk>
2163
2164 * windows.texi (Window Start): pos-visible-in-window-p allows
2165 specifying t for position to mean "end of window".
2166 Add window-line-height.
2167
2168 * anti.texi (Antinews): Mention window-line-height.
2169
21702006-09-19 David Kastrup <dak@gnu.org>
2171
2172 * keymaps.texi (Searching Keymaps): Small clarification.
2173
21742006-09-18 Richard Stallman <rms@gnu.org>
2175
2176 * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
2177 cause keyboard menus.
2178 (Menu Keymaps): Likewise.
2179 (Defining Menus, Keyboard Menus): Clarify.
2180
2181 * text.texi (Fields): Clarify explanation of constrain-to-field.
2182
21832006-09-16 Eli Zaretskii <eliz@gnu.org>
2184
2185 * variables.texi (Tips for Defining): Fix a typo.
2186
21872006-09-15 Richard Stallman <rms@gnu.org>
2188
2189 * keymaps.texi (Remapping Commands, Searching Keymaps)
2190 (Active Keymaps): Clean up previous change.
2191
21922006-09-15 Jay Belanger <belanger@truman.edu>
2193
2194 * gpl.texi: Replace "Library Public License" by "Lesser Public
2195 License" throughout.
2196
21972006-09-15 David Kastrup <dak@gnu.org>
2198
2199 * keymaps.texi (Active Keymaps): Adapt description to use
2200 `get-char-property' instead `get-text-property'. Explain how
2201 mouse events change this. Explain the new optional argument of
2202 `key-binding' and its mouse-dependent lookup.
2203 (Searching Keymaps): Adapt description similarly.
2204 (Remapping Commands): Explain the new optional argument of
2205 `command-remapping'.
2206
22072006-09-14 Richard Stallman <rms@gnu.org>
2208
2209 * keymaps.texi (Searching Keymaps): Clarification.
2210 (Active Keymaps): Refer to Searching Keymaps instead of duplication.
2211
22122006-09-13 Richard Stallman <rms@gnu.org>
2213
2214 * objects.texi (Character Type): Node split.
2215 Add xref to Describing Characters.
2216 (Basic Char Syntax, General Escape Syntax)
2217 (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
2218
22192006-09-11 Richard Stallman <rms@gnu.org>
2220
2221 * display.texi (Display Table Format): Wording clarification.
2222 (Glyphs): Clarifications.
2223
22242006-09-10 Chong Yidong <cyd@stupidchicken.com>
2225
2226 * keymaps.texi (Active Keymaps): Mention that key-binding checks
2227 local maps.
2228
22292006-09-10 Kim F. Storm <storm@cua.dk>
2230
2231 * display.texi (Forcing Redisplay): Document return value of
2232 function redisplay.
2233
22342006-09-09 Richard Stallman <rms@gnu.org>
2235
2236 * windows.texi (Window Hooks): Explain limits of
2237 window-scroll-functions.
2238
2239 * display.texi (Fringe Indicators): Update for last change in
2240 indicate-buffer-boundaries.
2241
22422006-09-08 Richard Stallman <rms@gnu.org>
2243
2244 * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
2245
22462006-09-06 Kim F. Storm <storm@cua.dk>
2247
2248 * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
2249
2250 * windows.texi (Window Start): Update pos-visible-in-window-p.
2251
22522006-09-04 Richard Stallman <rms@gnu.org>
2253
2254 * processes.texi (Accepting Output): Explain SECONDS=0 for
2255 accept-process-output.
2256
2257 * os.texi (Idle Timers): Explain why timer functions should not
2258 loop until (input-pending-p).
2259
22602006-09-02 Eli Zaretskii <eliz@gnu.org>
2261
2262 * makefile.w32-in (usermanualdir): New variable.
2263 (elisp.dvi): Use it.
2264
22652006-09-01 Eli Zaretskii <eliz@gnu.org>
2266
2267 * buffers.texi (Buffer Modification): Fix last change.
2268
22692006-09-01 Chong Yidong <cyd@stupidchicken.com>
2270
2271 * buffers.texi (Buffer Modification): Document
2272 buffer-chars-modified-tick.
2273
22742006-08-31 Richard Stallman <rms@gnu.org>
2275
2276 * modes.texi (Syntactic Font Lock): Mention specific faces once again.
2277
22782006-08-31 Richard Bielawski <RBielawski@moneygram.com> (tiny change)
2279
2280 * modes.texi (Syntactic Font Lock):
2281 Mention font-lock-syntactic-face-function
2282 instead of specific faces.
2283
22842006-08-29 Chong Yidong <cyd@stupidchicken.com>
2285
2286 * display.texi (Images): Add xrref to display-images-p.
2287
22882006-08-28 Kenichi Handa <handa@m17n.org>
2289
2290 * nonascii.texi (Lisp and Coding Systems): Fix description of
2291 detect-coding-region.
2292
22932006-08-27 Michael Olson <mwolson@gnu.org>
2294
2295 * processes.texi (Transaction Queues): Remove stray quote
2296 character.
2297
22982006-08-25 Richard Stallman <rms@gnu.org>
2299
2300 * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
2301 Add xref.
2302
23032006-08-24 Chong Yidong <cyd@stupidchicken.com>
2304
2305 * os.texi (Timers): Avoid waiting inside timers.
2306
23072006-08-21 Lute Kamstra <lute@gnu.org>
2308
2309 * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
2310
23112006-08-20 Richard Stallman <rms@gnu.org>
2312
2313 * os.texi (Idle Timers): New node, split out from Timers.
2314 Document current-idle-time.
2315 * commands.texi (Reading One Event): Update xref.
2316 * elisp.texi (Top): Update subnode menu.
2317
23182006-08-16 Richard Stallman <rms@gnu.org>
2319
2320 * keymaps.texi (Extended Menu Items): Show format of cached
2321 bindings in extended menu items.
2322
2323 * customize.texi (Variable Definitions): Explain when the
2324 standard value expression is evaluated.
2325
23262006-08-15 Chong Yidong <cyd@stupidchicken.com>
2327
2328 * commands.texi (Reading One Event): Explain idleness in
2329 `read-event'.
2330
23312006-08-12 Chong Yidong <cyd@stupidchicken.com>
2332
2333 * text.texi (Near Point): Say "cursor" not "terminal cursor".
2334 (Commands for Insertion): Removed split-line since it's not
2335 relevant for Lisp programming.
2336 (Yank Commands): Rewrite introduction.
2337 (Undo): Clarify.
2338 (Maintaining Undo): Clarify. Document undo-ask-before-discard.
2339 (Filling): Remove redundant comment. Clarify return value of
2340 current-justification.
2341 (Margins): Minor clarifications.
2342 (Adaptive Fill): Update default value of adaptive-fill-regexp.
2343 (Sorting): Update definition of sort-lines.
2344 (Columns): Clarify behavior of sort-columns.
2345 (Indent Tabs): Link to Tab Stops in Emacs manual.
2346 (Special Properties): Clarify.
2347 (Clickable Text): Mention Buttons package.
2348
23492006-08-12 Kevin Ryde <user42@zip.com.au>
2350
2351 * os.texi (Time Parsing): Add %z to description of
2352 format-time-string, as per docstring. Add cross reference to
2353 glibc manual for strftime.
2354
23552006-08-08 Richard Stallman <rms@gnu.org>
2356
2357 * modes.texi: Clean up wording in previous change.
2358
23592006-08-07 Chong Yidong <cyd@stupidchicken.com>
2360
2361 * modes.texi (Hooks): Clarify.
2362 (Major Mode Basics): Mention define-derived-mode explicitly.
2363 (Major Mode Conventions): Rebinding RET is OK for some modes.
2364 Mention change-major-mode-hook and after-change-major-mode-hook.
2365 (Example Major Modes): Moved to end of Modes section.
2366 (Mode Line Basics): Clarify.
2367 (Mode Line Data): Mention help-echo and local-map in strings.
2368 Explain reason for treatment of non-risky variables.
2369 (Properties in Mode): Clarify.
2370 (Faces for Font Lock): Add font-lock-negation-char-face.
2371
23722006-08-04 Eli Zaretskii <eliz@gnu.org>
2373
2374 * strings.texi (Formatting Strings): Warn against arbitrary
2375 strings as first arg to `format'.
2376
23772006-07-31 Thien-Thi Nguyen <ttn@gnu.org>
2378
2379 * text.texi (Clickable Text): Mention `help-echo' text property.
2380 Update intro, examples and associated explanations.
2381
23822006-07-31 Richard Stallman <rms@gnu.org>
2383
2384 * commands.texi: Update xrefs.
2385 (Event Mod): New node, cut out from old Translating Input.
2386
2387 * maps.texi: Update xrefs.
2388
2389 * keymaps.texi (Translation Keymaps): New node.
2390 Update xrefs from Translating Input to Translation Keymaps.
2391
2392 * elisp.texi (Top): Update subnode menu.
2393
2394 * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
2395
2396 * os.texi (System Interface): Fix menu descriptions of some nodes.
2397 (Translating Input): Node deleted.
2398
23992006-07-31 Nick Roberts <nickrob@snap.net.nz>
2400
2401 * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
2402
2403 * lists.texi (Sets And Lists): Likewise.
2404
24052006-07-30 Thien-Thi Nguyen <ttn@gnu.org>
2406
2407 * text.texi (Fields): Mention POS
2408 requirement when narrowing is in effect.
2409
24102006-07-28 Richard Stallman <rms@gnu.org>
2411
2412 * display.texi (Face Attributes): Simplify wording.
2413 (Attribute Functions): Clarify meaning of new-frame default
2414 attribute settings.
2415
2416 * customize.texi (Common Keywords): Document how to use
2417 :package-version in a package not in Emacs.
2418
24192006-07-28 Kim F. Storm <storm@cua.dk>
2420
2421 * commands.texi (Reading One Event): Fix last change.
2422
24232006-07-26 Chong Yidong <cyd@stupidchicken.com>
2424
2425 * commands.texi (Reading One Event): Document SECONDS argument for
2426 read-event, read-char, and read-char-exclusive.
2427
24282006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
2429
2430 * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
2431 to ensure correct identification.
2432
24332006-07-24 Richard Stallman <rms@gnu.org>
2434
2435 * text.texi (Clickable Text): Clarify.
2436
2437 * sequences.texi (Vector Functions): Delete duplicate xref.
2438
2439 * objects.texi (Function Type): Clarify.
2440
2441 * modes.texi (Keymaps and Minor Modes): List punct chars for minor
2442 modes.
2443
2444 * lists.texi (List Variables): New node.
2445 Material moved from other nodes.
2446
2447 * variables.texi (Setting Variables): add-to-list and
2448 add-to-ordered-list moved to List Variables node.
2449
24502006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
2451
2452 * text.texi (Links and Mouse-1):
2453 For mouse-on-link-p, expand on arg POS.
2454
24552006-07-21 Kim F. Storm <storm@cua.dk>
2456
2457 * display.texi (Forcing Redisplay): Don't mention systems which
2458 don't support sub-second timers for redisplay-preemption-period.
2459
2460 * os.texi (Terminal Output): Clarify text vs graphical terminal.
2461
24622006-07-21 Eli Zaretskii <eliz@gnu.org>
2463
2464 * frames.texi (Input Focus): Document that focus-follows-mouse has
2465 no effect on MS-Windows.
2466
24672006-07-18 Richard Stallman <rms@gnu.org>
2468
2469 * display.texi (Forcing Redisplay): Cleanups in previous change.
2470
2471 * processes.texi (Low-Level Network): Make menu more convenient.
2472
24732006-07-18 Kim F. Storm <storm@cua.dk>
2474
2475 * display.texi (Forcing Redisplay): redisplay-preemption-period
2476 only used on window systems. Add xref to Terminal Output.
2477
2478 * os.texi (Terminal Output): baud-rate only controls preemption on
2479 non-window systems. Add xref to Forcing Redisplay.
2480
2481 * processes.texi (Low-Level Network): Rename node "Make Network"
2482 to "Network Processes".
2483
24842006-07-18 Karl Berry <karl@gnu.org>
2485
2486 * variables.texi, functions.texi, customize.texi, loading.texi:
2487 * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
2488
24892006-07-17 Chong Yidong <cyd@stupidchicken.com>
2490
2491 * commands.texi (Waiting): Document batch-mode sit-for behavior.
2492
24932006-07-17 Richard Stallman <rms@gnu.org>
2494
2495 * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
2496 Put period and comma inside quotes.
2497
2498 * loading.texi, markers.texi: Use real doublequote inside menus.
2499
2500 * windows.texi: Put point and comma inside quotes.
2501 (Textual Scrolling): Use @samp for error message.
2502
2503 * variables.texi, tips.texi, syntax.texi, symbols.texi:
2504 * strings.texi, streams.texi, processes.texi, os.texi:
2505 * objects.texi, numbers.texi, modes.texi, minibuf.texi:
2506 * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
2507 * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
2508 * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
2509 Put point and comma inside quotes.
2510
2511 * control.texi (Processing of Errors): Add command-error-function.
2512
2513 * variables.texi (File Local Variables): Clarify that
2514 file local variables make buffer-local bindings.
2515
2516 * modes.texi (Syntactic Font Lock): Give default for
2517 font-lock-syntax-table.
2518
25192006-07-17 Nick Roberts <nickrob@snap.net.nz>
2520
2521 * text.texi (Special Properties): Clean up previous change.
2522
25232006-07-16 Karl Berry <karl@gnu.org>
2524
2525 * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
2526 * control.texi: Fix bad page breaks through chapter 10 (control).
2527
2528 * anti.texi (Antinews): Reorder face-attribute fns to avoid
2529 underfull hbox.
2530
25312006-07-15 Nick Roberts <nickrob@snap.net.nz>
2532
2533 * text.texi (Special Properties): Describe fontified text property
2534 in relation to a character (not text).
2535
25362006-07-15 Kim F. Storm <storm@cua.dk>
2537
2538 * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
2539 Add apropos-mode-map, custom-mode-map, esc-map, global-map,
2540 grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
2541
2542 * anti.texi (Antinews): Mention redisplay function.
2543 The kbd macro existed, but was not documented, before 22.x.
2544 Function pos-visible-in-window-p is not new in 22.x, just enhanced.
2545
25462006-07-14 Nick Roberts <nickrob@snap.net.nz>
2547
2548 * display.texi (Displaying Messages): Add anchor.
2549
2550 * frames.texi (Dialog Boxes): Use it.
2551
25522006-07-12 Richard Stallman <rms@gnu.org>
2553
2554 * objects.texi (Frame Type): Explain nature of frames better.
2555
2556 * frames.texi (Frames): Explain nature of frames better.
2557
25582006-07-12 Ken Manheimer <ken.manheimer@gmail.com>
2559
2560 * tips.texi (Coding Conventions): Explain why use cl at compile time.
2561
25622006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2563
2564 * frames.texi (Window System Selections): Mention scrap support for Mac.
2565 Default value of x-select-enable-clipboard is t on Mac.
2566
2567 * os.texi (Getting Out): Suspending is not allowed on Mac, either.
2568
25692006-07-11 Kim F. Storm <storm@cua.dk>
2570
2571 * display.texi (Forcing Redisplay): Add `redisplay' function.
2572 Don't mention (sit-for -1) -- use (redisplay t) instead.
2573
2574 * commands.texi (Waiting): (sit-for -1) is no longer special.
2575 (sit-for 0) is equivalent to (redisplay).
2576 Iconifying/deiconifying no longer makes sit-for return.
2577
25782006-07-10 Nick Roberts <nickrob@snap.net.nz>
2579
2580 * display.texi (Buttons): Fix typo.
2581
2582 * index.texi, elisp.texi (New Symbols): Comment node out.
2583
25842006-07-09 Richard Stallman <rms@gnu.org>
2585
2586 * display.texi (Truncation): Clean up previous change.
2587
25882006-07-08 Richard Stallman <rms@gnu.org>
2589
2590 * commands.texi (Interactive Call): Use 3 as prefix in example
2591 for execute-extended-command.
2592
2593 * display.texi (Attribute Functions): Move paragraph about
2594 compatibility with Emacs < 21.
2595
25962006-07-09 Kim F. Storm <storm@cua.dk>
2597
2598 * display.texi (Refresh Screen): Clarify force-window-update.
2599 (Truncation): "Normally" indicated by fringe arrows.
2600
26012006-07-08 Eli Zaretskii <eliz@gnu.org>
2602
2603 * windows.texi (Textual Scrolling, Resizing Windows):
2604 * variables.texi (Constant Variables):
2605 * text.texi (Buffer Contents, Deletion, Changing Properties)
2606 (Property Search, Special Properties, Sticky Properties)
2607 (Links and Mouse-1, Fields, Change Hooks):
2608 * syntax.texi (Syntax Table Functions, Parsing Expressions)
2609 (Categories):
2610 * symbols.texi (Other Plists):
2611 * streams.texi (Output Variables):
2612 * processes.texi (Input to Processes, Query Before Exit):
2613 * positions.texi (Word Motion, Text Lines, List Motion):
2614 * os.texi (Init File, System Environment, Sound Output)
2615 (Session Management):
2616 * nonascii.texi (Text Representations, Character Sets)
2617 (Chars and Bytes, Locales):
2618 * modes.texi (Defining Minor Modes, Header Lines):
2619 * minibuf.texi (Minibuffer Contents):
2620 * markers.texi (Information from Markers):
2621 * lists.texi (List Elements, Building Lists, Association Lists):
2622 * keymaps.texi (Tool Bar):
2623 * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
2624 * functions.texi (What Is a Function, Mapping Functions):
2625 * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
2626 (Color Names, Text Terminal Colors, Display Feature Testing):
2627 * files.texi (Visiting Functions, File Name Components)
2628 (Unique File Names, Contents of Directories):
2629 * display.texi (Forcing Redisplay, Displaying Messages)
2630 (Temporary Displays, Font Selection, Auto Faces)
2631 (Font Lookup, Fringe Indicators, Display Margins)
2632 (Image Descriptors, Showing Images, Image Cache, Button Types)
2633 (Making Buttons, Manipulating Buttons, Button Buffer Commands)
2634 (Display Table Format, Glyphs):
2635 * control.texi (Iteration):
2636 * commands.texi (Command Loop Info, Adjusting Point):
2637 * backups.texi (Making Backups, Auto-Saving):
2638 Remove @tindex entries.
2639
26402006-07-07 Kim F. Storm <storm@cua.dk>
2641
2642 * display.texi (Fringe Cursors): Fix typo.
2643 (Customizing Bitmaps): Fix define-fringe-bitmap entry.
2644 (Overlay Arrow): Default is overlay-arrow fringe indicator.
2645
26462006-07-05 Richard Stallman <rms@gnu.org>
2647
2648 * text.texi (Buffer Contents): Add example of text props
2649 in result of buffer-substring.
2650 (Text Properties): Explain better about use of specific property names.
2651 (Property Search): Some cleanups; reorder some functions.
2652
2653 * keymaps.texi (Changing Key Bindings): Cleanup.
2654 Add xref to Key Binding Conventions.
2655
2656 * display.texi (Attribute Functions): Add examples for
2657 face-attribute-relative-p.
2658
2659 * tips.texi (Coding Conventions): Cleanup last change.
2660
26612006-07-05 Karl Berry <karl@gnu.org>
2662
2663 * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
2664 Remove @setchapternewpage odd.
2665 Result is 1013 pages, down from 1100.
2666
2667 * anti.texi, customize.texi, display.texi, internals.texi:
2668 * minibuf.texi, modes.texi, tips.texi:
2669 Fix overfull/underfull boxes.
2670
26712006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
2672
2673 * edebug.texi (Instrumenting):
2674 Add Edebug-specific findex for eval-buffer.
2675 * loading.texi (Loading):
2676 Replace eval-current-buffer with eval-buffer.
2677
26782006-06-30 Nick Roberts <nickrob@snap.net.nz>
2679
2680 * locals.texi (Standard Buffer-Local Variables): Update the list
2681 of variables.
2682
26832006-06-26 Nick Roberts <nickrob@snap.net.nz>
2684
2685 * files.texi (File Name Completion): Point user to the node
2686 "Reading File Names".
2687
26882006-06-24 Eli Zaretskii <eliz@gnu.org>
2689
2690 * files.texi (Contents of Directories): Document case-insensitive
2691 behavior on respective filesystems.
2692
2693 * objects.texi (Character Type): Document that Emacs signals an
2694 error for unsupported Unicode characters specified as \uNNNN.
2695
26962006-06-19 Richard Stallman <rms@gnu.org>
2697
2698 * processes.texi (Bindat Spec): Clarify previous change.
2699
27002006-06-16 Richard Stallman <rms@gnu.org>
2701
2702 * tips.texi (Coding Conventions): Better explain conventions
2703 for definition constructs.
2704
2705 * text.texi (Special Properties): String value of `read-only'
2706 serves as the error message.
2707
2708 * objects.texi (Character Type): Clarify prev. change.
2709 (Non-ASCII in Strings): Mention \u and \U.
2710
2711 * commands.texi (Using Interactive): Explain problem of
2712 markers, etc., in command-history.
2713
27142006-06-14 Kim F. Storm <storm@cua.dk>
2715
2716 * commands.texi (Waiting): Negative arg to sit-for forces
2717 redisplay even if input is pending.
2718
2719 * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
2720 redisplay. Remove incorrect example of binding redisplay-dont-pause
2721 around (sit-for 0).
2722
27232006-06-13 Richard Stallman <rms@gnu.org>
2724
2725 * display.texi (Forcing Redisplay): Clarify previous change.
2726
27272006-06-13 Romain Francoise <romain@orebokech.com>
2728
2729 * display.texi (Forcing Redisplay): Fix typo.
2730
27312006-06-13 Kim F. Storm <storm@cua.dk>
2732
2733 * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
2734
27352006-06-10 Luc Teirlinck <teirllm@auburn.edu>
2736
2737 * tips.texi (Coding Conventions): Add `@end itemize'.
2738
27392006-06-10 Richard Stallman <rms@gnu.org>
2740
2741 * tips.texi (Coding Conventions): Explain use of coding systems
2742 to ensure one decoding for strings.
2743
27442006-06-09 Aidan Kehoe <kehoea@parhasard.net>
2745
2746 * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
2747 syntax.
2748
27492006-06-07 Eli Zaretskii <eliz@gnu.org>
2750
2751 * display.texi (Font Selection): Remove description of
2752 clear-face-cache.
2753
2754 * compile.texi (Eval During Compile): Fix a typo. Add index
2755 entries for possible uses of eval-when-compile.
2756
27572006-06-04 Thien-Thi Nguyen <ttn@gnu.org>
2758
2759 * display.texi (Abstract Display): Fix typo.
2760
27612006-06-03 Eli Zaretskii <eliz@gnu.org>
2762
2763 * minibuf.texi (Minibuffer History) <history-add-new-input>:
2764 Reword variable's description.
2765
27662006-06-01 Richard Stallman <rms@gnu.org>
2767
2768 * windows.texi (Splitting Windows): Clarify splitting nonselected
2769 window.
2770
27712006-05-31 Juri Linkov <juri@jurta.org>
2772
2773 * minibuf.texi (Minibuffer History): Add history-add-new-input.
2774
27752006-05-30 Richard Stallman <rms@gnu.org>
2776
2777 * display.texi (Line Height): Fix errors in description of
10d1d0af 2778 default line height and line-height property.
b8d4c8d0
GM
2779
2780 * nonascii.texi (Default Coding Systems): Further clarification.
2781
27822006-05-29 Luc Teirlinck <teirllm@auburn.edu>
2783
2784 * internals.texi (Pure Storage): Mention that an overflow in pure
2785 space causes a memory leak.
2786 (Garbage Collection): If there was an overflow in pure space,
2787 `garbage-collect' returns nil.
2788
27892006-05-30 Eli Zaretskii <eliz@gnu.org>
2790
2791 * nonascii.texi (Default Coding Systems): Fix it some more.
2792
27932006-05-29 Eli Zaretskii <eliz@gnu.org>
2794
2795 * nonascii.texi (Default Coding Systems): Fix last change.
2796
27972006-05-29 Kenichi Handa <handa@m17n.org>
2798
2799 * nonascii.texi (find-operation-coding-system): Describe the new
2800 argument format (FILENAME . BUFFER).
2801
28022006-05-28 Richard Stallman <rms@gnu.org>
2803
2804 * tips.texi (Coding Conventions): Better explain reasons not to
2805 advise other packages or use `eval-after-load'.
2806
28072006-05-29 Kim F. Storm <storm@cua.dk>
2808
2809 * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
2810 `bindat-idx' and `bindat-raw' for clarity.
2811
28122006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
2813
2814 * processes.texi (Bindat Spec): Expand on `repeat' handler.
2815
2816 * display.texi (Display): Add "Abstract Display" to menu.
2817 (Abstract Display, Abstract Display Functions)
2818 (Abstract Display Example): New nodes.
2819 * elisp.texi (Top): Add "Abstract Display" to menu.
2820
28212006-05-27 Chong Yidong <cyd@stupidchicken.com>
2822
2823 * keymaps.texi (Key Sequences): Link to input events definition.
2824 (Format of Keymaps): Delete material duplicated in Keymap Basics.
2825
2826 * files.texi (Changing Files): Document updated argument list for
2827 copy-file.
2828
28292006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
2830
2831 * processes.texi (Bindat Functions): Explain term "total length".
2832 Use it in bindat-length and bindat-pack descriptions.
2833
28342006-05-26 Eli Zaretskii <eliz@gnu.org>
2835
2836 * tips.texi (Coding Conventions): Advise against using
2837 eval-after-load in packages. Add an index entry.
2838
28392006-05-25 Juri Linkov <juri@jurta.org>
2840
2841 * minibuf.texi (Text from Minibuffer): Undocument keep-all.
2842
2843 * modes.texi (%-Constructs): Add %e, %z, %Z.
2844
28452006-05-25 Richard Stallman <rms@gnu.org>
2846
2847 * elisp.texi (Top): Update subnode menu.
2848
2849 * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
2850 (Keymaps): Update menu.
2851
28522006-05-25 Chong Yidong <cyd@stupidchicken.com>
2853
2854 * keymaps.texi (Key Sequences): Some clarifications.
2855
28562006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
2857
2858 * processes.texi (Bindat Functions): Say "unibyte string"
2859 explicitly for bindat-unpack and bindat-pack descriptions.
2860 (Bindat Examples): Don't call `string-make-unibyte' in example.
2861
28622006-05-25 Chong Yidong <cyd@stupidchicken.com>
2863
2864 * keymaps.texi (Key Sequences): Renamed from Keymap Terminology.
c5602427 2865 Explain string and vector representations of key sequences.
b8d4c8d0
GM
2866
2867 * keymaps.texi (Changing Key Bindings):
dd7b651b 2868 * commands.texi (Interactive Codes):
b8d4c8d0
GM
2869 * help.texi (Describing Characters): Refer to it.
2870
28712006-05-23 Luc Teirlinck <teirllm@auburn.edu>
2872
2873 * frames.texi (Pointer Shape): @end table -> @end defvar.
2874
28752006-05-22 Richard Stallman <rms@gnu.org>
2876
2877 * elisp.texi (Top): Update subnode menus.
2878
2879 * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
2880 Contents rewritten; material from old Pointer Shape node moved here.
2881
2882 * display.texi (Pointer Shape): Node deleted.
2883 (Image Descriptors): Minor cleanup.
2884
28852006-05-21 Richard Stallman <rms@gnu.org>
2886
2887 * syntax.texi (Parsing Expressions): Update info on which STATE
2888 elements are ignored.
2889
28902006-05-19 Luc Teirlinck <teirllm@auburn.edu>
2891
2892 * hooks.texi (Standard Hooks): Correct typo.
2893
2894 * gpl.texi (GPL): ifinfo -> ifnottex.
2895
28962006-05-19 Michael Ernst <mernst@alum.mit.edu> (tiny change)
2897
2898 * searching.texi (Simple Match Data): Warn about match data being
2899 set anew by every search.
2900
29012006-05-17 Richard Stallman <rms@gnu.org>
2902
2903 * minibuf.texi (Minibuffer History): Clarify.
2904
2905 * searching.texi (Regexp Special): Clarify nested regexp warning.
2906
29072006-05-16 Kim F. Storm <storm@cua.dk>
2908
2909 * minibuf.texi (Minibuffer History): Update add-to-history.
2910
29112006-05-15 Oliver Scholz <epameinondas@gmx.de> (tiny change)
2912
2913 * nonascii.texi (Explicit Encoding): Fix
2914 typo (encoding<->decoding).
2915
29162006-05-14 Richard Stallman <rms@gnu.org>
2917
2918 * buffers.texi (Creating Buffers): Cleanup.
2919
2920 * files.texi (Visiting Functions): Rewrite in find-file-noselect.
2921
29222006-05-13 Eli Zaretskii <eliz@gnu.org>
2923
2924 * buffers.texi (Current Buffer): Document that with-temp-buffer
2925 disables undo.
2926
2927 * os.texi (Terminal-Specific): More accurate description of how
2928 Emacs searches for the terminal-specific libraries.
2929
29302006-05-12 Eli Zaretskii <eliz@gnu.org>
2931
2932 * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
2933 emacs-xtra to @inforef's.
2934
2935 * text.texi (Undo): Document that undo is turned off in buffers
2936 whose names begin with a space.
2937
2938 * buffers.texi (Buffer Names): Add index entries for buffers whose
2939 names begin with a space.
2940 (Creating Buffers): Document that undo is turned off in buffers
2941 whose names begin with a space.
2942
2943 * files.texi (Visiting Functions, Reading from Files)
2944 (Saving Buffers): Mention code and EOL conversions by file I/O
2945 primitives and subroutines.
2946
2947 * nonascii.texi (Lisp and Coding Systems): Document
2948 coding-system-eol-type. Add index entries for eol conversion.
2949
2950 * display.texi (Defining Faces): Mention `mac', and add an xref to
2951 where window-system is described.
2952
29532006-05-10 Richard Stallman <rms@gnu.org>
2954
2955 * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
2956
29572006-05-10 Reiner Steib <Reiner.Steib@gmx.de>
2958
2959 * variables.texi (File Local Variables): Recommend to quote lambda
2960 expressions in safe-local-variable property.
2961
29622006-05-09 Richard Stallman <rms@gnu.org>
2963
2964 * variables.texi (File Local Variables): Document
2965 safe-local-eval-forms and safe-local-eval-function.
2966
29672006-05-07 Kim F. Storm <storm@cua.dk>
2968
2969 * minibuf.texi (Minibuffer History): Remove keep-dups arg
2970 from add-to-history.
2971
29722006-05-07 Romain Francoise <romain@orebokech.com>
2973
2974 * commands.texi (Event Input Misc):
2975 * compile.texi (Eval During Compile):
2976 * internals.texi (Buffer Internals):
2977 * minibuf.texi (Initial Input):
2978 * nonascii.texi (Scanning Charsets):
2979 * numbers.texi (Comparison of Numbers):
2980 * windows.texi (Textual Scrolling, Vertical Scrolling):
2981 Fix various typos.
2982
29832006-05-06 Eli Zaretskii <eliz@gnu.org>
2984
2985 * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
2986 conditional xref's to either emacs or emacs-xtra, depending on
2987 @iftex/@ifnottex.
2988
2989 * minibuf.texi (Minibuffer History): Document add-to-history.
2990
29912006-05-05 Eli Zaretskii <eliz@gnu.org>
2992
2993 * internals.texi (Pure Storage): Mention the pure overflow message
2994 at startup.
2995
c8763fb6 29962006-05-05 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
2997
2998 * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
2999 (Searching Keymaps): Fix pseudo-Lisp description of keymap
3000 search.
3001
30022006-05-01 Richard Stallman <rms@gnu.org>
3003
3004 * intro.texi (nil and t): Clarify.
3005
3006 * variables.texi (File Local Variables): Suggest using booleanp.
3007
30082006-05-01 Juanma Barranquero <lekktu@gmail.com>
3009
3010 * objects.texi (Type Predicates): Fix typos.
3011
30122006-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
3013
3014 * intro.texi (nil and t): Add booleanp.
3015
3016 * objects.texi (Type Predicates): Add links for booleanp and
3017 string-or-null-p.
3018
30192006-04-29 Richard Stallman <rms@gnu.org>
3020
3021 * modes.texi (Multiline Font Lock): Rename from
3022 Multi line Font Lock Elements. Much clarification.
3023 (Font Lock Multiline, Region to Fontify): Much clarification.
3024
30252006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
3026
3027 * variables.texi (File Local Variables): Remove the special case t for
3028 safe-local-variable.
3029
30302006-04-26 Richard Stallman <rms@gnu.org>
3031
3032 * syntax.texi (Parsing Expressions): Minor cleanup.
3033
30342006-04-18 Richard Stallman <rms@gnu.org>
3035
3036 * tips.texi (Coding Conventions): Explain when the package's
3037 prefix should appear later on (not at the start of the name).
3038
3039 * searching.texi (String Search): Clarify effect of NOERROR.
3040
3041 * modes.texi (Imenu): Clarify what special items do.
3042
3043 * hooks.texi (Standard Hooks): Delete text about old hook names.
3044
30452006-04-17 Romain Francoise <romain@orebokech.com>
3046
3047 * variables.texi (Local Variables): Update the default value of
3048 `max-specpdl-size'.
3049
30502006-04-15 Michael Olson <mwolson@gnu.org>
3051
3052 * processes.texi (Transaction Queues): Mention the new optional
3053 `delay-question' argument for `tq-enqueue'.
3054
30552006-04-13 Bill Wohler <wohler@newt.com>
3056
3057 * customize.texi (Common Keywords): Use dotted notation for
3058 :package-version value. Specify its values. Improve documentation
3059 for customize-package-emacs-version-alist.
3060
30612006-04-12 Bill Wohler <wohler@newt.com>
3062
3063 * customize.texi (Common Keywords): Move description of
3064 customize-package-emacs-version-alist to @defvar.
3065
30662006-04-10 Bill Wohler <wohler@newt.com>
3067
3068 * customize.texi (Common Keywords): Add :package-version.
3069
30702006-04-10 Kim F. Storm <storm@cua.dk>
3071
3072 * text.texi (Buffer Contents): Add NOPROPS arg to
3073 filter-buffer-substring.
3074
30752006-04-08 Kevin Ryde <user42@zip.com.au>
3076
3077 * os.texi (Command-Line Arguments): Update xref to emacs manual
3078 "Command Arguments" -> "Emacs Invocation", per change there.
3079
30802006-04-08 Thien-Thi Nguyen <ttn@gnu.org>
3081
3082 * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
3083 be on one line to help makeinfo not render two spaces after the dot.
3084
30852006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
3086
3087 * strings.texi (Predicates for Strings): Add string-or-null-p.
3088
30892006-03-28 Kim F. Storm <storm@cua.dk>
3090
3091 * processes.texi (Accepting Output): Remove obsolete (and incorrect)
3092 remarks about systems that don't support fractional seconds.
3093
30942006-03-25 Karl Berry <karl@gnu.org>
3095
3096 * elisp.texi: Use @copyright{} instead of (C), and do not indent
3097 the year list.
3098
30992006-03-21 Nick Roberts <nickrob@snap.net.nz>
3100
3101 * display.texi (Fringe Indicators): Fix typos.
3102
31032006-03-19 Luc Teirlinck <teirllm@auburn.edu>
3104
3105 * tips.texi (Documentation Tips): One can now also write `program'
3106 in front of a quoted symbol in a docstring to prevent making a
3107 hyperlink.
3108
31092006-03-19 Alan Mackenzie <acm@muc.de>
3110
3111 * text.texi (Special Properties): Clarify `fontified' property.
3112
31132006-03-16 Richard Stallman <rms@gnu.org>
3114
3115 * display.texi (Defining Images): Minor cleanup.
3116
31172006-03-16 Bill Wohler <wohler@newt.com>
3118
3119 * display.texi (Defining Images): In image-load-path-for-library,
3120 prefer user's images.
3121
31222006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
3123
3124 * modes.texi (Region to Fontify): Remove font-lock-lines-before.
3125
31262006-03-15 Bill Wohler <wohler@newt.com>
3127
3128 * display.texi (Defining Images): Fix example in
3129 image-load-path-for-library by not recommending that one binds
3130 image-load-path. Just defvar it to placate compiler and only use
3131 it if previously defined.
3132
31332006-03-14 Bill Wohler <wohler@newt.com>
3134
3135 * display.texi (Defining Images): In image-load-path-for-library,
3136 always return list of directories. Update example.
3137
31382006-03-14 Alan Mackenzie <acm@muc.de>
3139
3140 * modes.texi: New node, "Region to Fontify" (for Font Lock).
3141 This describes font-lock-extend-region-function.
3142 ("Other Font Lock Variables"): Move "font-lock-lines-before" to
3143 the new node "Region to Fontify".
3144
31452006-03-13 Richard Stallman <rms@gnu.org>
3146
3147 * display.texi (Invisible Text): The impossible position is
3148 now before the invisible text, not after.
3149 (Defining Images): Clean up last change.
3150
31512006-03-11 Bill Wohler <wohler@newt.com>
3152
3153 * display.texi (Defining Images): Add image-load-path-for-library.
3154
31552006-03-11 Luc Teirlinck <teirllm@auburn.edu>
3156
3157 * text.texi (Adaptive Fill): Fix Texinfo usage.
3158
3159 * strings.texi (Creating Strings): Fix Texinfo usage.
3160
3161 * searching.texi (Regexp Special): Use @samp for regular
3162 expressions that are not in Lisp syntax.
3163
31642006-03-08 Luc Teirlinck <teirllm@auburn.edu>
3165
3166 * searching.texi (Regexp Special): Put remark between parentheses
3167 to avoid misreading.
3168
31692006-03-07 Luc Teirlinck <teirllm@auburn.edu>
3170
3171 * searching.texi (Syntax of Regexps): More accurately describe
3172 which characters are special in which situations.
3173 (Regexp Special): Recommend _not_ to quote `]' or `-' when they
3174 are not special. Describe in detail when `[' and `]' are special.
3175 (Regexp Backslash): Plenty of regexps with unbalanced square
3176 brackets are valid, so reword that statement.
3177
31782006-03-02 Kim F. Storm <storm@cua.dk>
3179
3180 * keymaps.texi (Tool Bar): Add tool-bar-border.
3181
31822006-02-28 Luc Teirlinck <teirllm@auburn.edu>
3183
3184 * loading.texi (Load Suffixes): Rephrase last paragraph. Fix typos.
3185
31862006-02-27 Luc Teirlinck <teirllm@auburn.edu>
3187
3188 * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
3189
3190 * files.texi (Locating Files): Suggest additional values for the
3191 SUFFIXES arg of `locate-file'. Update pxref.
3192
3193 * loading.texi (Loading): Include new node "Load Suffixes" in menu.
3194 (How Programs Do Loading): Discuss the effects of Auto Compression
3195 mode on `load'.
3196 (Load Suffixes): New node.
3197 (Library Search): Delete description of `load-suffixes'; it was
3198 moved to "Load Suffixes".
3199 (Autoload, Named Features): Mention `load-suffixes'.
3200
32012006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
3202
3203 * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
3204
3205 * windows.texi (Window Tree): Fix typo.
3206
32072006-02-20 Kim F. Storm <storm@cua.dk>
3208
3209 * display.texi (Fringe Indicators): New section.
3210 Move indicate-empty-lines, indicate-buffer-boundaries, and
3211 default-indicate-buffer-boundaries here.
3212 Add fringe-indicator-alist and default-fringes-indicator-alist.
3213 Add list of logical fringe indicator symbols.
3214 Update list of standard bitmap names.
3215 (Fringe Cursors): New section.
3216 Move overflow-newline-into-fringe here.
3217 Add fringe-cursor-alist and default-fringes-cursor-alist.
3218 Add list of fringe cursor symbols.
3219
32202006-02-20 Juanma Barranquero <lekktu@gmail.com>
3221
3222 * commands.texi (Using Interactive): Fix reference to node
3223 "Minibuffers".
3224
32252006-02-19 Richard M. Stallman <rms@gnu.org>
3226
3227 * minibuf.texi (High-Level Completion):
3228 Add xref to read-input-method-name.
3229
3230 * files.texi (Relative File Names): Move file-relative-name here.
3231 (File Name Expansion): From here. Minor clarifications.
3232
3233 * commands.texi (Using Interactive): Add xrefs about reading input.
3234 Clarify remarks about that moving point and mark.
3235 Put string case before list case.
3236
c8763fb6 32372006-02-16 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
3238
3239 * display.texi (Other Display Specs, Image Descriptors):
3240 Revert erroneous changes. The previous description of
3241 image-descriptors as `(image . PROPS)' was correct.
3242
32432006-02-14 Richard M. Stallman <rms@gnu.org>
3244
3245 * variables.texi (File Local Variables): Clarifications.
3246
32472006-02-14 Juanma Barranquero <lekktu@gmail.com>
3248
3249 * variables.texi (File Local Variables): Use @code for a cons
3250 cell, not @var.
3251
32522006-02-13 Chong Yidong <cyd@stupidchicken.com>
3253
3254 * variables.texi (File Local Variables): Document new file local
3255 variable behavior.
3256
32572006-02-10 Kim F. Storm <storm@cua.dk>
3258
3259 * eval.texi (Function Indirection): Add NOERROR to indirect-function.
3260
32612006-02-08 Juanma Barranquero <lekktu@gmail.com>
3262
3263 * modes.texi (%-Constructs): Remove obsolete info about
3264 `global-mode-string'.
3265
32662006-02-07 Richard M. Stallman <rms@gnu.org>
3267
3268 * commands.texi (Prefix Command Arguments): Minor cleanup.
3269
3270 * display.texi: "Graphical display", not window system.
3271
3272 * functions.texi (What Is a Function): Fix xref.
3273
3274 * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
3275 (Changing Key Bindings): Clarify when remapping is better than
3276 substitute-key-definition.
3277
32782006-02-02 Richard M. Stallman <rms@gnu.org>
3279
3280 * minibuf.texi (Basic Completion): Completion alists are risky.
3281
3282 * keymaps.texi (Active Keymaps): Clarifications.
3283 (Searching Keymaps): New node.
3284 (Keymaps): Update menu.
3285
3286 * frames.texi (Layout Parameters): Minor clarification.
3287 (Drag and Drop): New node.
3288 (Frames): Update menu.
3289
32902006-01-29 Chong Yidong <cyd@stupidchicken.com>
3291
3292 * display.texi (Other Display Specs, Image Descriptors):
3293 Image description is a list, not a cons cell.
3294
32952006-01-28 Luc Teirlinck <teirllm@auburn.edu>
3296
3297 * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
3298 list is not necessarily a list).
3299
33002006-01-27 Eli Zaretskii <eliz@gnu.org>
3301
3302 * frames.texi (Layout Parameters): border-width and
3303 internal-border-width belong to the frame, not the window.
3304
33052006-01-19 Richard M. Stallman <rms@gnu.org>
3306
3307 * nonascii.texi (Translation of Characters): Search cmds use
3308 translation-table-for-input. Automatically made local.
3309
3310 * markers.texi (Overview of Markers): Count insertion type
3311 as one of a marker's attributes.
3312
3313 * keymaps.texi (Controlling Active Maps): New node, split out of
3314 Active Keymaps.
3315 (Keymaps): Menu updated.
3316 (Active Keymaps): Give pseudocode to explain how the active
3317 maps are searched. current-active-maps and key-binding moved here.
3318 (Functions for Key Lookup): current-active-maps and key-binding moved.
3319 Clarifications.
3320 (Searching the Keymaps): New subnode.
3321
3322 * elisp.texi (Top): Menu clarification.
3323
3324 * display.texi (Other Display Specs): Delete duplicate entry for
3325 just a string as display spec. Move text about recursive display
3326 specs on such a string.
3327
3328 * commands.texi (Key Sequence Input): Clarify.
3329 Move num-nonmacro-input-events out.
3330 (Reading One Event): num-nonmacro-input-events moved here.
3331
33322006-01-14 Nick Roberts <nickrob@snap.net.nz>
3333
3334 * advice.texi (Simple Advice): Update example to fit argument
3335 change in previous-line.
3336
33372006-01-05 Richard M. Stallman <rms@gnu.org>
3338
3339 * markers.texi (The Mark): Fix in `mark'.
3340
33412006-01-04 Richard M. Stallman <rms@gnu.org>
3342
3343 * processes.texi (Misc Network, Make Network): Minor cleanups.
3344
33452006-01-04 Kim F. Storm <storm@cua.dk>
3346
3347 * processes.texi (Make Network): Add IPv6 addresses and handling.
3348 (Network Feature Testing): Mention (:family ipv6).
3349 (Misc Network): Add IPv6 formats to format-network-address.
3350
33512005-12-30 Richard M. Stallman <rms@gnu.org>
3352
3353 * text.texi (Changing Properties):
3354 Don't use return value of set-text-properties.
3355
33562005-12-29 Luc Teirlinck <teirllm@auburn.edu>
3357
3358 * modes.texi (Mode Line Format): Correct typo in menu.
3359
33602005-12-29 Richard M. Stallman <rms@gnu.org>
3361
3362 * modes.texi (Mode Line Top): New node.
3363 (Mode Line Data): Some text moved to new node.
3364 Explain the data structure more concretely.
3365 (Mode Line Basics): Clarifications.
3366 (Mode Line Variables): Clarify intro paragraph.
3367 (%-Constructs): Clarify intro paragraph.
3368 (Mode Line Format): Update menu.
3369
33702005-12-28 Luc Teirlinck <teirllm@auburn.edu>
3371
3372 * minibuf.texi (Basic Completion): Update lazy-completion-table
3373 examples for removal of ARGS argument.
3374
33752005-12-23 Richard M. Stallman <rms@gnu.org>
3376
3377 * text.texi (Undo): Restore some explanation from the version
3378 that was deleted.
3379
33802005-12-23 Eli Zaretskii <eliz@gnu.org>
3381
3382 * text.texi (Undo): Remove duplicate descriptions of `apply
3383 funname' and `apply delta' elements of the undo list.
3384
33852005-12-20 Richard M. Stallman <rms@gnu.org>
3386
3387 * help.texi (Help Functions): Update documentation of `apropos'.
3388
33892005-12-20 Luc Teirlinck <teirllm@auburn.edu>
3390
3391 * customize.texi (Type Keywords): Delete xref to "Text help-echo",
3392 because it is confusing. If the :help-echo keyword is a function,
3393 it is not directly used as the :help-echo overlay property, as the
3394 xref seems to suggest (it does not take the appropriate args).
3395
33962005-12-19 Luc Teirlinck <teirllm@auburn.edu>
3397
3398 * customize.texi (Common Keywords): Fix Texinfo usage.
3399 (Group Definitions, Variable Definitions): Update for new
3400 conventions for using `*' in docstrings.
3401
3402 * tips.texi (Documentation Tips): Update for new conventions for
3403 using `*' in docstrings.
3404
34052005-12-16 Richard M. Stallman <rms@gnu.org>
3406
3407 * minibuf.texi (Minibuffer Contents): Minor cleanup.
3408
34092005-12-16 Juri Linkov <juri@jurta.org>
3410
3411 * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
3412
34132005-12-14 Romain Francoise <romain@orebokech.com>
3414
3415 * modes.texi (Customizing Keywords): Rename `append' to `how'.
3416 Fix typo.
3417
34182005-12-11 Juri Linkov <juri@jurta.org>
3419
3420 * minibuf.texi (Completion Commands): Add mention of read-file-name
3421 for filename completion keymaps.
3422 (Reading File Names): Add mention of filename completion keymaps
3423 for read-file-name and xref to `Completion Commands'.
3424
34252005-12-10 Richard M. Stallman <rms@gnu.org>
3426
3427 * customize.texi (Common Keywords): State caveats for use of :tag.
3428
34292005-12-08 Richard M. Stallman <rms@gnu.org>
3430
3431 * minibuf.texi (Intro to Minibuffers): Replace list of local maps
3432 with xrefs and better explanation.
3433 (Completion Commands): Add the filename completion maps.
3434
3435 * objects.texi (Character Type): Clarify that \s is not space
3436 if a dash follows.
3437
34382005-12-05 Richard M. Stallman <rms@gnu.org>
3439
3440 * windows.texi (Resizing Windows): Delete preserve-before args.
3441
34422005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
3443
3444 * keymaps.texi (Format of Keymaps): Remove mention of a quirk
3445 in full keymaps, since the quirk has been fixed.
3446
34472005-12-03 Eli Zaretskii <eliz@gnu.org>
3448
3449 * hooks.texi (Standard Hooks): Add index entries. Mention
3450 `compilation-finish-functions'.
3451
34522005-11-27 Richard M. Stallman <rms@gnu.org>
3453
3454 * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
3455
34562005-11-21 Juri Linkov <juri@jurta.org>
3457
3458 * customize.texi (Common Keywords): Update links types
3459 custom-manual and url-link. Add link types emacs-library-link,
3460 file-link, function-link, variable-link, custom-group-link.
3461
34622005-11-20 Chong Yidong <cyd@stupidchicken.com>
3463
3464 * display.texi: Revert 2005-11-20 change.
3465
34662005-11-20 Thien-Thi Nguyen <ttn@gnu.org>
3467
3468 * processes.texi (Bindat Functions):
3469 Say "third" to refer to zero-based index "2".
3470
34712005-11-18 Luc Teirlinck <teirllm@auburn.edu>
3472
3473 * loading.texi (Library Search): Update the default value of
3474 `load-suffixes'.
3475
34762005-11-17 Chong Yidong <cyd@stupidchicken.com>
3477
3478 * display.texi (Attribute Functions): Mention :ignore-defface.
3479
34802005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
3481
3482 * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
3483 (Minor Mode Conventions): Mention the use of a hook.
3484
34852005-11-06 Richard M. Stallman <rms@gnu.org>
3486
3487 * files.texi (Magic File Names): find-file-name-handler checks the
3488 `operations' property of the handler.
3489
34902005-11-03 Richard M. Stallman <rms@gnu.org>
3491
3492 * variables.texi (Frame-Local Variables): Small clarification.
3493
34942005-10-29 Chong Yidong <cyd@stupidchicken.com>
3495
3496 * os.texi (Init File): Document ~/.emacs.d/init.el.
3497
34982005-10-29 Richard M. Stallman <rms@gnu.org>
3499
3500 * internals.texi (Garbage Collection): Document memory-full.
3501
35022005-10-28 Bill Wohler <wohler@newt.com>
3503
3504 * tips.texi (Documentation Tips): Help mode now creates hyperlinks
3505 for URLs.
3506
35072005-10-28 Richard M. Stallman <rms@gnu.org>
3508
3509 * minibuf.texi (Completion Commands): Clean up prev change.
3510
35112005-10-26 Kevin Ryde <user42@zip.com.au>
3512
3513 * compile.texi (Eval During Compile): Explain recommended uses
3514 of eval-when-compile and eval-and-compile.
3515
35162005-10-27 Masatake YAMATO <jet@gyve.org>
3517
3518 * minibuf.texi (Completion Commands):
3519 Write about new optional argument for `display-completion-list'.
3520
35212005-10-23 Richard M. Stallman <rms@gnu.org>
3522
3523 * display.texi (Overlay Arrow): Clarify about local bindings of
3524 overlay-arrow-position.
3525
35262005-10-22 Eli Zaretskii <eliz@gnu.org>
3527
3528 * internals.texi (Building Emacs): Fix last change.
3529
35302005-10-22 Richard M. Stallman <rms@gnu.org>
3531
3532 * internals.texi (Building Emacs): Document eval-at-startup.
3533
35342005-10-21 Richard M. Stallman <rms@gnu.org>
3535
3536 * loading.texi (Where Defined): load-history contains abs file names.
3537 symbol-file returns abs file names.
3538
35392005-10-19 Kim F. Storm <storm@cua.dk>
3540
3541 * display.texi (Showing Images): Add max-image-size integer value.
3542
35432005-10-18 Chong Yidong <cyd@stupidchicken.com>
3544
3545 * display.texi (Showing Images): Document max-image-size.
3546
35472005-10-17 Richard M. Stallman <rms@gnu.org>
3548
3549 * commands.texi (Quitting): Minor clarification.
3550
3551 * processes.texi (Sentinels): Clarify about output and quitting.
3552 (Filter Functions): Mention with-local-quit.
3553
35542005-10-17 Juri Linkov <juri@jurta.org>
3555
3556 * buffers.texi (Current Buffer):
3557 * commands.texi (Event Input Misc):
3558 * compile.texi (Eval During Compile, Compiler Errors):
3559 * customize.texi (Group Definitions):
3560 * display.texi (Progress, Defining Faces):
3561 * files.texi (Writing to Files):
3562 * modes.texi (Mode Hooks, Defining Minor Modes):
3563 * streams.texi (Output Functions):
3564 * syntax.texi (Syntax Table Functions):
3565 * text.texi (Change Hooks):
3566 Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
3567
3568 * commands.texi (Quitting): Replace arg `forms' with `body' in
3569 `with-local-quit'.
3570
3571 * positions.texi (Excursions): Replace arg `forms' with `body' in
3572 `save-excursion'.
3573
35742005-10-08 Kim F. Storm <storm@cua.dk>
3575
3576 * windows.texi (Window Tree): Rename window-split-tree to window-tree.
3577 Rename manual section accordingly.
3578
35792005-10-04 Kim F. Storm <storm@cua.dk>
3580
3581 * windows.texi (Window Split Tree): New section describing
3582 new function window-split-tree function.
3583
35842005-10-03 Nick Roberts <nickrob@snap.net.nz>
3585
3586 * display.texi (Fringe Size/Pos): Simplify and add detail.
3587
35882005-09-30 Romain Francoise <romain@orebokech.com>
3589
3590 * minibuf.texi (High-Level Completion): Explain that the prompt
3591 given to `read-buffer' should end with a colon and a space.
3592 Update usage examples.
3593
35942005-09-29 Juri Linkov <juri@jurta.org>
3595
3596 * display.texi (Displaying Messages): Rename argument name
3597 `string' to `format-string' in functions `message', `message-box',
3598 `message-or-box'.
3599
36002005-09-26 Chong Yidong <cyd@stupidchicken.com>
3601
3602 * errors.texi (Standard Errors): Correct xrefs.
3603
36042005-09-18 Chong Yidong <cyd@stupidchicken.com>
3605
3606 * display.texi (Defining Images): Update documentation for
3607 `image-load-path'.
3608
36092005-09-17 Richard M. Stallman <rms@gnu.org>
3610
3611 * display.texi (Defining Images): Clean up previous change.
3612
36132005-09-16 Romain Francoise <romain@orebokech.com>
3614
3615 * elisp.texi: Specify GFDL version 1.2.
3616
3617 * doclicense.texi (GNU Free Documentation License): Update to
3618 version 1.2.
3619
36202005-09-15 Chong Yidong <cyd@stupidchicken.com>
3621
3622 * display.texi (Defining Images): Document `image-load-path'.
3623
36242005-09-15 Richard M. Stallman <rms@gnu.org>
3625
3626 * objects.texi (Printed Representation): Minor cleanup.
3627 (Box Diagrams): Minor fix.
3628 (Cons Cell Type): Move (...) index item here.
3629 (Box Diagrams): From here.
3630 (Array Type): Minor fix.
3631 (Type Predicates): Delete index "predicates".
3632 (Hash Table Type): Clarify xref.
3633 (Dotted Pair Notation): Minor fix.
3634
36352005-09-10 Chong Yidong <cyd@stupidchicken.com>
3636
3637 * files.texi (Saving Buffers): Fix typo.
3638
36392005-09-08 Richard M. Stallman <rms@gnu.org>
3640
3641 * tips.texi (Programming Tips): Correct the "default" prompt spec.
3642
36432005-09-08 Chong Yidong <cyd@stupidchicken.com>
3644
3645 * locals.texi (Standard Buffer-Local Variables): Don't include
3646 mode variables for minor modes.
3647 Fix xrefs for buffer-display-count, buffer-display-table,
3648 buffer-offer-save, buffer-saved-size, cache-long-line-scans,
3649 enable-multibyte-characters, fill-column, header-line-format,
3650 left-fringe-width, left-margin, and right-fringe-width.
3651
3652 * hooks.texi (Standard Hooks): All hooks should conform to the
3653 standard naming convention now.
3654 Fix xref for `echo-area-clear-hook'.
3655
3656 * display.texi (Usual Display): Note that indicate-empty-lines and
3657 tab-width are buffer-local.
3658
3659 * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
3660
3661 * modes.texi (Mode Help): Note that major-mode is buffer-local.
3662
3663 * nonascii.texi (Encoding and I/O): Note that
3664 buffer-file-coding-system is buffer-local.
3665
3666 * positions.texi (List Motion): Note that defun-prompt-regexp is
3667 buffer-local.
3668
3669 * text.texi (Auto Filling): Note that auto-fill-function is
3670 buffer-local.
3671 (Undo): Note that buffer-undo-list is buffer-local.
3672
3673 * windows.texi (Buffers and Windows): Document
3674 buffer-display-count.
3675
36762005-09-06 Richard M. Stallman <rms@gnu.org>
3677
3678 * tips.texi (Coding Conventions): Sometimes it is ok to put the
3679 package prefix elsewhere than at the start of the name.
3680
36812005-09-03 Richard M. Stallman <rms@gnu.org>
3682
3683 * tips.texi (Programming Tips): Add conventions for minibuffer
3684 questions and prompts.
3685
36862005-09-03 Joshua Varner <jlvarner@gmail.com> (tiny change)
3687
3688 * intro.texi (nil and t): Minor cleanup.
3689 Delete spurious mention of keyword symbols.
3690 (Evaluation Notation): Add index entry.
3691 (A Sample Function Description): Minor cleanup.
3692 (A Sample Variable Description): Not all vars can be set.
3693
36942005-09-03 Thien-Thi Nguyen <ttn@gnu.org>
3695
3696 * text.texi (Buffer Contents): Use "\n" in examples' result strings.
3697
3698 (Insertion): Document precise type of `insert-char' arg COUNT.
3699
37002005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
3701
3702 * modes.texi (Other Font Lock Variables): Sync the default of
3703 font-lock-lines-before.
3704
37052005-08-31 Michael Albinus <michael.albinus@gmx.de>
3706
3707 * files.texi (Magic File Names): Add `make-auto-save-file-name'.
3708
37092005-08-29 Richard M. Stallman <rms@gnu.org>
3710
3711 * elisp.texi (Top): Update subnode menu.
3712
3713 * searching.texi (Searching and Matching): Move node.
3714 Rearrange contents and add overall explanation.
3715 (Searching and Case): Move node.
3716 (Searching and Matching): Update menu.
3717
37182005-08-27 Eli Zaretskii <eliz@gnu.org>
3719
3720 * os.texi (Startup Summary): Fix the description of the initial
3721 startup message display.
3722
37232005-08-25 Richard M. Stallman <rms@gnu.org>
3724
3725 * searching.texi (Search and Replace): Add replace-regexp-in-string.
3726
37272005-08-25 Emilio C. Lopes <eclig@gmx.net>
3728
3729 * display.texi (Finding Overlays): Fix `find-overlay-prop' in
3730 `next-overlay-change' example.
3731
37322005-08-22 Juri Linkov <juri@jurta.org>
3733
3734 * display.texi (Attribute Functions): Add set-face-inverse-video-p.
3735 Fix invert-face. Fix args of face-background.
3736
3737 * display.texi (Standard Faces): Delete node.
3738 (Faces): Add xref to `(emacs)Standard Faces'.
3739 (Displaying Faces): Fix xref to `Standard Faces'.
3740
3741 * modes.texi (Mode Line Data): Fix xref to Standard Faces.
3742
37432005-08-20 Alan Mackenzie <acm@muc.de>
3744
3745 * buffers.texi (The Buffer List): Clarify the manipulation of the
3746 buffer list.
3747
37482005-08-14 Richard M. Stallman <rms@gnu.org>
3749
3750 * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
3751 a regexp.
3752
37532005-08-11 Richard M. Stallman <rms@gnu.org>
3754
3755 * elisp.texi (Top): Update subnode lists.
3756
3757 * display.texi (Inverse Video): Node deleted.
3758
3759 * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
3760 New nodes split out of Coding Conventions.
3761
3762 * searching.texi (Regular Expressions): Document re-builder.
3763
3764 * os.texi (Time Parsing): New node split out of Time Conversion.
3765
3766 * processes.texi (Misc Network, Network Feature Testing)
3767 (Network Options, Make Network): New nodes split out of
3768 Low-Level Network.
3769
37702005-08-09 Richard M. Stallman <rms@gnu.org>
3771
3772 * frames.texi (Geometry): New node, split from Size and Position.
3773 (Frame Parameters): Refer to Geometry.
3774
3775 * buffers.texi (The Buffer List): Fix xrefs.
3776
3777 * windows.texi (Splitting Windows): Fix xref.
3778
3779 * frames.texi (Layout Parameters): Add xref.
3780
3781 * display.texi (Line Height, Scroll Bars): Fix xrefs.
3782
3783 * keymaps.texi (Menu Bar): Fix xref.
3784
3785 * locals.texi (Standard Buffer-Local Variables): Fix xref.
3786
3787 * modes.texi (%-Constructs): Fix xref.
3788
3789 * frames.texi (Window Frame Parameters): Node split up.
3790 (Basic Parameters, Position Parameters, Size Parameters)
3791 (Layout Parameters, Buffer Parameters, Management Parameters)
3792 (Cursor Parameters, Color Parameters): New subnodes.
3793
37942005-08-09 Luc Teirlinck <teirllm@auburn.edu>
3795
3796 * positions.texi (Screen Lines): Update xref for previous change
3797 in minibuf.texi.
3798
3799 * minibuf.texi (Intro to Minibuffers): Update pxref for previous
3800 change in minibuf.texi.
3801
38022005-08-09 Richard M. Stallman <rms@gnu.org>
3803
3804 * tips.texi (Coding Conventions): Minor cleanup.
3805
3806 * modes.texi (Defining Minor Modes): Explain when init-value
3807 can be non-nil.
3808
3809 * elisp.texi (Top): Update submenu for Minibuffer.
3810
3811 * minibuf.texi (Minibuffer Misc): Node split up.
3812 (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
3813 (Recursive Mini): New nodes split out from Minibuffer Misc.
3814 (Minibuffer Misc): Document max-mini-window-height.
3815
3816 * hash.texi (Defining Hash): Delete stray paren in example.
3817
3818 * display.texi (Echo Area Customization): Don't define
3819 max-mini-window-height here; xref instead.
3820
3821 * commands.texi (Event Input Misc): Update while-no-input.
3822
3823 * advice.texi (Advising Functions): Explain when to use advice
3824 and when to use a hook.
3825
38262005-07-30 Eli Zaretskii <eliz@gnu.org>
3827
3828 * makefile.w32-in (info): Don't run install-info.
3829 ($(infodir)/dir): New target, produced by running install-info.
3830
38312005-07-27 Luc Teirlinck <teirllm@auburn.edu>
3832
3833 * modes.texi (Defining Minor Modes): The keyword for the initial
3834 value is :init-value, not :initial-value.
3835
38362005-07-23 Eli Zaretskii <eliz@gnu.org>
3837
3838 * loading.texi (Autoload): Make the `doctor' example be consistent
3839 with what's in current loaddefs.el. Describe the "fn" magic in
3840 the usage portion of the doc string.
3841
38422005-07-22 Richard M. Stallman <rms@gnu.org>
3843
3844 * internals.texi (Garbage Collection): Clarify previous change.
3845
38462005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
3847
3848 * internals.texi (Garbage Collection): Add gc-cons-percentage.
3849
38502005-07-18 Juri Linkov <juri@jurta.org>
3851
3852 * commands.texi (Accessing Events):
3853 * frames.texi (Text Terminal Colors, Resources):
3854 * markers.texi (The Mark):
3855 * modes.texi (Defining Minor Modes):
3856 Delete duplicate duplicate words.
3857
38582005-07-16 Richard M. Stallman <rms@gnu.org>
3859
3860 * display.texi (Managing Overlays): Clarify make-overlay
3861 args for insertion types.
3862
38632005-07-13 Luc Teirlinck <teirllm@auburn.edu>
3864
3865 * customize.texi (Variable Definitions):
3866 Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
3867 `standard-value' is a list too.
3868 (Defining New Types): Use @key{RET} instead of @key{ret}.
3869
38702005-07-13 Francis Litterio <franl@world.std.com> (tiny change)
3871
3872 * os.texi (Translating Input): Fix typo.
3873
38742005-07-08 Richard M. Stallman <rms@gnu.org>
3875
3876 * README: Update edition number and size estimate.
3877
3878 * elisp.texi (VERSION): Set to 2.9.
3879
38802005-07-07 Richard M. Stallman <rms@gnu.org>
3881
3882 * book-spine.texinfo: Update Emacs version.
3883
3884 * display.texi (Inverse Video): Delete mode-line-inverse-video.
3885
38862005-07-06 Richard M. Stallman <rms@gnu.org>
3887
3888 * searching.texi (Regexp Search): Clarify what re-search-forward
3889 does when the search fails.
3890
38912005-07-05 Lute Kamstra <lute@gnu.org>
3892
3893 * Update FSF's address in GPL notices.
3894
3895 * doclicense.texi (GNU Free Documentation License):
3896 * gpl.texi (GPL):
3897 * tips.texi (Coding Conventions, Library Headers):
3898 * vol1.texi:
3899 * vol2.texi: Update FSF's address.
3900
39012005-07-04 Richard M. Stallman <rms@gnu.org>
3902
3903 * hooks.texi (Standard Hooks): Add occur-hook.
3904
39052005-07-03 Luc Teirlinck <teirllm@auburn.edu>
3906
3907 * display.texi (The Echo Area): Correct menu.
3908
39092005-07-03 Richard M. Stallman <rms@gnu.org>
3910
3911 * elisp.texi (Top): Update subnode menu for Display.
3912
3913 * display.texi (Displaying Messages): New node, with most
3914 of what was in The Echo Area.
3915 (Progress): Moved under The Echo Area.
3916 (Logging Messages): New node with new text.
3917 (Echo Area Customization): New node, the rest of what was
3918 in The Echo Area. Document message-truncate-lines with @defvar.
3919 (Display): Update menu.
3920
3921 * windows.texi (Textual Scrolling): Doc 3 values for
3922 scroll-preserve-screen-position.
3923
3924 * text.texi (Special Properties): Change hook functions
3925 should bind inhibit-modification-hooks around altering buffer text.
3926
3927 * keymaps.texi (Key Binding Commands): Call binding BINDING
3928 rather than DEFINITION.
3929
39302005-06-29 Juanma Barranquero <lekktu@gmail.com>
3931
3932 * variables.texi (Defining Variables): `user-variable-p' returns t
3933 for aliases of user options, nil for alias loops.
3934
39352005-06-28 Richard M. Stallman <rms@gnu.org>
3936
3937 * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
3938 make-keymap.
3939
39402005-06-27 Luc Teirlinck <teirllm@auburn.edu>
3941
3942 * variables.texi (Setting Variables): Correct and clarify
3943 description of `add-to-ordered-list'.
3944
39452005-06-26 Richard M. Stallman <rms@gnu.org>
3946
3947 * display.texi (Faces): Minor cleanup.
3948
39492005-06-25 Luc Teirlinck <teirllm@auburn.edu>
3950
3951 * display.texi (Faces): `facep' returns t for strings that are
3952 face names.
3953
39542005-06-25 Richard M. Stallman <rms@gnu.org>
3955
3956 * objects.texi (Equality Predicates): Clarify meaning of equal.
3957
3958 * windows.texi (Selecting Windows): save-selected-window
3959 and with-selected-window save and restore the current buffer.
3960
39612005-06-24 Richard M. Stallman <rms@gnu.org>
3962
3963 * numbers.texi (Float Basics): Explain how to test for NaN,
3964 and printing the sign of NaNs.
3965
39662005-06-24 Eli Zaretskii <eliz@gnu.org>
3967
3968 * makefile.w32-in (MAKEINFO): Use --force.
3969
39702005-06-23 Richard M. Stallman <rms@gnu.org>
3971
3972 * display.texi (Face Functions): Correct Texinfo usage.
3973
39742005-06-23 Luc Teirlinck <teirllm@auburn.edu>
3975
3976 * lists.texi (Rings): `ring-elements' now returns the elements of
3977 RING in order.
3978
39792005-06-23 Juanma Barranquero <lekktu@gmail.com>
3980
3981 * markers.texi (The Mark): Texinfo usage fix.
3982
39832005-06-23 Kim F. Storm <storm@cua.dk>
3984
3985 * searching.texi (Entire Match Data): Remove evaporate option for
3986 match-data. Do not mention evaporate option for set-match-data.
3987
39882005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
3989
3990 * display.texi (Face Functions): Mention face aliases.
3991
39922005-06-21 Richard M. Stallman <rms@gnu.org>
3993
3994 * anti.texi (Antinews): Texinfo usage fix.
3995
39962005-06-21 Karl Berry <karl@gnu.org>
3997
3998 * elisp.texi: Use @copying.
3999
4000 * elisp.texi: Put @summarycontents and @contents before the Top
4001 node, instead of the end of the file, so that the contents appear
4002 in the right place in the dvi/pdf output.
4003
40042005-06-21 Juri Linkov <juri@jurta.org>
4005
4006 * display.texi (Defining Faces): Add `customized-face'.
4007
40082005-06-20 Kim F. Storm <storm@cua.dk>
4009
4010 * variables.texi (Setting Variables): Any type of element can be
4011 given order in add-to-ordered-list. Compare elements with eq.
4012
4013 * lists.texi (Rearrangement): Sort predicate may just return non-nil.
4014
40152005-06-20 Karl Berry <karl@gnu.org>
4016
4017 * syntax.texi (Syntax Flags): Make last column very slightly wider
4018 to avoid "generic comment" breaking on two lines and causing an
4019 underfull box.
4020
40212005-06-19 Luc Teirlinck <teirllm@auburn.edu>
4022
4023 * lists.texi (Rings): Various minor clarifications and corrections.
4024
40252005-06-18 Richard M. Stallman <rms@gnu.org>
4026
4027 * functions.texi (Obsolete Functions): Simplify.
4028
4029 * variables.texi (Variable Aliases): Simplify.
4030
4031 * anti.texi, backups.texi, compile.texi, customization.texi:
4032 * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
4033 * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
4034 * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
4035 * variables.texi: Fix formatting ugliness.
4036
4037 * elisp.texi: Add links to Rings and Byte Packing.
4038 Update version and copyright years.
4039
4040 * minibuf.texi: Fix formatting ugliness.
4041 (Completion Commands): Move keymap vars to the end
4042 and vars completing-read binds to the top.
4043
40442005-06-17 Luc Teirlinck <teirllm@auburn.edu>
4045
4046 * processes.texi: Fix typos.
4047 (Bindat Spec): Correct Texinfo error.
4048 (Byte Packing): Fix ungrammatical sentence.
4049
40502005-06-17 Thien-Thi Nguyen <ttn@gnu.org>
4051
4052 * lists.texi (Rings): New node.
4053 (Lists): Add it to menu.
4054
4055 * processes.texi (Byte Packing): New node.
4056 (Processes): Add it to menu.
4057
40582005-06-17 Richard M. Stallman <rms@gnu.org>
4059
4060 * syntax.texi (Parsing Expressions): Fix texinfo usage.
4061
4062 * help.texi (Documentation Basics): Explain the xref to
4063 Documentation Tips.
4064
4065 * debugging.texi (Debugger Commands): Minor fix.
4066
40672005-06-16 Luc Teirlinck <teirllm@auburn.edu>
4068
4069 * edebug.texi (Instrumenting): Eliminate duplicate link.
4070 (Specification List): Replace references to "below", referring to
4071 a later node, with one @ref to that node.
4072
4073 * os.texi (Timers): Timers should save and restore the match data
4074 if they change it.
4075
4076 * debugging.texi (Debugger Commands): Mention that the Lisp
4077 debugger can not step through primitive functions.
4078
40792005-06-16 Juanma Barranquero <lekktu@gmail.com>
4080
4081 * functions.texi (Obsolete Functions): Update argument names of
4082 `make-obsolete' and `define-obsolete-function-alias'.
4083
4084 * variables.texi (Variable Aliases): Update argument names of
4085 `defvaralias', `make-obsolete-variable' and
4086 `define-obsolete-variable-alias'.
4087
40882005-06-15 Kim F. Storm <storm@cua.dk>
4089
4090 * searching.texi (Entire Match Data): Rephrase warnings about
4091 evaporate arg to match-data and set-match-data.
4092
40932005-06-14 Luc Teirlinck <teirllm@auburn.edu>
4094
4095 * elisp.texi (Top): Update detailed menu.
4096
4097 * edebug.texi (Edebug): Update menu.
4098 (Instrumenting): Update xrefs.
4099 (Edebug Execution Modes): Correct xref.
4100 (Jumping): Clarify description of `h' command.
4101 Eliminate redundant @ref.
4102 (Breaks): New node.
4103 (Breakpoints): Is now a subsubsection.
4104 (Global Break Condition): Mention `C-x X X'.
4105 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'.
4106 (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
4107 (Edebug Display Update): Correct pxref.
4108 (Edebug and Macros): New node.
4109 (Instrumenting Macro Calls): Is now a subsubsection.
4110 Neither arg of `def-edebug-spec' is evaluated.
4111 (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
4112 (Specification Examples): Fix typo.
4113
41142005-06-14 Lute Kamstra <lute@gnu.org>
4115
4116 * debugging.texi (Function Debugging): Primitives can break on
4117 entry too.
4118
41192005-06-14 Kim F. Storm <storm@cua.dk>
4120
4121 * variables.texi (Setting Variables): Add add-to-ordered-list.
4122
41232005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
4124
4125 * syntax.texi (Parsing Expressions): Document aux functions and vars of
4126 syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
4127
41282005-06-13 Lute Kamstra <lute@gnu.org>
4129
4130 * text.texi (Special Properties): Fix cross reference.
4131
41322005-06-11 Luc Teirlinck <teirllm@auburn.edu>
4133
4134 * debugging.texi (Function Debugging): Delete mention of empty
4135 string argument to `cancel-debug-on-entry'. Delete inaccurate
4136 description of the return value of that command.
4137
41382005-06-11 Alan Mackenzie <acm@muc.de>
4139
4140 * text.texi (Adaptive Fill): Amplify the description of
4141 fill-context-prefix.
4142
41432005-06-10 Luc Teirlinck <teirllm@auburn.edu>
4144
4145 * syntax.texi (Parsing Expressions): Fix Texinfo error.
4146
41472005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
4148
4149 * syntax.texi (Parsing Expressions): Document syntax-ppss.
4150
41512005-06-10 Luc Teirlinck <teirllm@auburn.edu>
4152
4153 * debugging.texi (Error Debugging): Minor rewording.
4154 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
4155 is optional.
4156
41572005-06-10 Lute Kamstra <lute@gnu.org>
4158
4159 * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
4160 (Top): Give it a title. Correct version number. Give the
4161 detailed node listing a more prominent header.
4162 * intro.texi: Don't set VERSION here a second time.
4163 Mention Emacs's version too.
4164 * anti.texi (Antinews): Use EMACSVER to refer to the current
4165 version of Emacs.
4166
41672005-06-09 Kim F. Storm <storm@cua.dk>
4168
4169 * searching.texi (Entire Match Data): Explain new `reseat' argument to
4170 match-data and set-match-data.
4171
41722005-06-08 Richard M. Stallman <rms@gnu.org>
4173
4174 * searching.texi (Entire Match Data): Clarify when match-data
4175 returns markers and when integers.
4176
4177 * display.texi (Defining Faces): Explain that face name should not
4178 end in `-face'.
4179
4180 * modes.texi (Mode Line Data): Minor cleanup.
4181 (Customizing Keywords): Node split out of Search-based Fontification.
4182 Add example of using font-lock-add-keywords from a hook.
4183 Clarify when MODE should be non-nil, and when nil.
4184
41852005-06-06 Richard M. Stallman <rms@gnu.org>
4186
4187 * modes.texi (Mode Line Data): Explain what happens when the car
4188 of a list is a void symbol.
4189 (Search-based Fontification): Explain MODE arg to
4190 font-lock-add-keywords and warn about calls from major modes.
4191
41922005-06-08 Juri Linkov <juri@jurta.org>
4193
4194 * display.texi (Standard Faces): Add `shadow' face.
4195
41962005-05-29 Luc Teirlinck <teirllm@auburn.edu>
4197
4198 * modes.texi (Major Mode Conventions): A derived mode only needs
4199 to put the call to the parent mode inside `delay-mode-hooks'.
4200
42012005-05-29 Richard M. Stallman <rms@gnu.org>
4202
4203 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
4204 new, and what that implies. Clarify.
4205
4206 * files.texi (Locating Files): Clean up the text.
4207
4208 * frames.texi (Window Frame Parameters): Document user-size.
4209 Shorten entry for top by referring to left.
4210
42112005-05-26 Richard M. Stallman <rms@gnu.org>
4212
4213 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
4214 is new, and what the implications are. Other clarifications.
4215
42162005-05-24 Richard M. Stallman <rms@gnu.org>
4217
4218 * frames.texi (Dialog Boxes): Minor fixes.
4219
42202005-05-25 Masatake YAMATO <jet@gyve.org>
4221
4222 * display.texi (Standard Faces): Write about `mode-line-highlight'.
4223
42242005-05-24 Luc Teirlinck <teirllm@auburn.edu>
4225
4226 * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
4227 is optional.
4228
42292005-05-24 Nick Roberts <nickrob@snap.net.nz>
4230
10d1d0af 4231 * frames.texi (Dialog Boxes): Describe new optional argument.
b8d4c8d0
GM
4232
42332005-05-23 Lute Kamstra <lute@gnu.org>
4234
4235 * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
4236 syntax-begin-function over font-lock-beginning-of-syntax-function.
4237
42382005-05-21 Luc Teirlinck <teirllm@auburn.edu>
4239
4240 * minibuf.texi (Reading File Names): Update description of
4241 `read-directory-name'.
4242
4243 * modes.texi (Derived Modes): Clarify :group keyword.
4244
42452005-05-21 Eli Zaretskii <eliz@gnu.org>
4246
4247 * files.texi (Locating Files): New subsection.
4248 Describe locate-file and executable-find.
4249
42502005-05-21 Kevin Ryde <user42@zip.com.au>
4251
4252 * frames.texi (Initial Parameters): Update cross reference to
4253 "Emacs Invocation".
4254
42552005-05-19 Luc Teirlinck <teirllm@auburn.edu>
4256
4257 * keymaps.texi (Active Keymaps): Add anchor.
4258
4259 * modes.texi (Hooks): Delete confusing and unnecessary sentence.
4260 (Major Mode Conventions): Refer to `Auto Major Mode' in more
4261 appropriate place.
4262 (Derived Modes): Small clarifications.
4263 (Minor Mode Conventions, Keymaps and Minor Modes):
4264 Replace references to nodes with references to anchors.
4265 (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
4266 Clarify description of lists whose first element is an integer.
4267 (Mode Line Variables): Add anchor.
4268 (%-Constructs): Clarify description of integer after %.
4269 (Emulating Mode Line): Describe nil value for FACE.
4270
42712005-05-18 Luc Teirlinck <teirllm@auburn.edu>
4272
4273 * modes.texi (Derived Modes): Correct references to non-existing
4274 variable standard-syntax-table.
4275
42762005-05-17 Lute Kamstra <lute@gnu.org>
4277
4278 * modes.texi (Defining Minor Modes): Mention the mode hook.
4279
42802005-05-15 Kim F. Storm <storm@cua.dk>
4281
4282 * processes.texi (Network): Remove open-network-stream-nowait.
4283 (Network Servers): Remove open-network-stream-server.
4284
42852005-05-15 Luc Teirlinck <teirllm@auburn.edu>
4286
4287 * elisp.texi (Top): Update detailed menu.
4288
4289 * variables.texi: Reorder nodes.
4290 (Variables): Update menu.
4291 (File Local Variables): Do not refer to the `-*-' line as
4292 a "local variables list". Add pxref.
4293
42942005-05-14 Luc Teirlinck <teirllm@auburn.edu>
4295
4296 * elisp.texi (Top): Update detailed menu for node changes.
4297
4298 * modes.texi (Modes): Update Menu.
4299 (Hooks): Move to beginning of chapter.
4300 Most minor modes run mode hooks too.
4301 `add-hook' can handle void hooks or hooks whose value is a single
4302 function.
4303 (Major Modes): Update Menu.
4304 (Major Mode Basics): New node, split off from `Major Modes'.
4305 (Major Mode Conventions): Correct xref. Explain how to handle
4306 auto-mode-alist if the major mode command has an autoload cookie.
4307 (Auto Major Mode): Major update. Add magic-mode-alist.
4308 (Derived Modes): Major update.
4309 (Mode Line Format): Update Menu.
4310 (Mode Line Basics): New node, split off from `Mode Line Format'.
4311
4312 * loading.texi (Autoload): Mention `autoload cookie' as synonym
4313 for `magic autoload comment'. Add index entries and anchor.
4314
43152005-05-14 Richard M. Stallman <rms@gnu.org>
4316
4317 * tips.texi (Coding Conventions): Explain how important it is
4318 that just loading certain files not change Emacs behavior.
4319
4320 * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
4321
43222005-05-12 Lute Kamstra <lute@gnu.org>
4323
4324 * modes.texi (Generic Modes): Update.
4325 (Major Modes): Refer to node "Generic Modes".
4326
4327 * elisp.texi (Top): Update to the current structure of the manual.
4328 * processes.texi (Processes): Add menu description.
4329 * customize.texi (Customization): Add menu descriptions.
4330
43312005-05-11 Thien-Thi Nguyen <ttn@gnu.org>
4332
4333 * processes.texi (Signals to Processes)
4334 (Low-Level Network): Fix typos.
4335
43362005-05-11 Lute Kamstra <lute@gnu.org>
4337
4338 * elisp.texi (Top): Add some nodes from the chapter "Major and
4339 Minor Modes" to the detailed node listing.
4340
43412005-05-10 Richard M. Stallman <rms@gnu.org>
4342
4343 * keymaps.texi (Extended Menu Items): Menu item filter functions
4344 can be called at any time.
4345
43462005-05-08 Luc Teirlinck <teirllm@auburn.edu>
4347
4348 * variables.texi (File Local Variables): `(hack-local-variables t)'
4349 now also checks whether a mode is specified in the local variables
4350 list.
4351
43522005-05-05 Kevin Ryde <user42@zip.com.au>
4353
4354 * display.texi (The Echo Area): Correct format function cross
4355 reference.
4356
43572005-05-05 Luc Teirlinck <teirllm@auburn.edu>
4358
4359 * variables.texi (Variable Aliases): Change description of
4360 `define-obsolete-variable-alias'.
4361
4362 * functions.texi (Functions): Add "Obsolete Functions" to menu.
4363 (Defining Functions): Add xref.
4364 (Obsolete Functions): New node.
4365 (Function Safety): Standardize capitalization of section title.
4366
4367 * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
4368 (Dialog Boxes): Complete description of `x-popup-dialog'.
4369
43702005-05-04 Richard M. Stallman <rms@gnu.org>
4371
4372 * commands.texi (Interactive Codes): Fix Texinfo usage.
4373 Document U more clearly.
4374
43752005-05-01 Luc Teirlinck <teirllm@auburn.edu>
4376
4377 * variables.texi (Variable Aliases): `make-obsolete-variable' is a
4378 function and not a macro.
4379
4380 * frames.texi (Pop-Up Menus): Correct and clarify description of
4381 `x-popup-menu'.
4382 (Dialog Boxes): Clarify description of `x-popup-dialog'.
4383
43842005-05-01 Richard M. Stallman <rms@gnu.org>
4385
4386 * edebug.texi (Checking Whether to Stop): Fix previous change.
4387
43882005-05-01 Luc Teirlinck <teirllm@auburn.edu>
4389
4390 * display.texi: Fix typos and Texinfo usage.
4391
4392 * edebug.texi (Checking Whether to Stop): executing-macro ->
4393 executing-kbd-macro.
4394
43952005-05-01 Richard M. Stallman <rms@gnu.org>
4396
4397 * display.texi (Invisible Text): Correct add-to-invisibility-spec.
4398
43992005-04-30 Richard M. Stallman <rms@gnu.org>
4400
4401 * files.texi (Magic File Names): Document `operations' property.
4402
44032005-04-29 Lute Kamstra <lute@gnu.org>
4404
4405 * modes.texi (Generic Modes): New node.
4406 (Major Modes): Add it to the menu.
4407 (Derived Modes): Add "derived mode" to concept index.
4408
44092005-04-28 Lute Kamstra <lute@gnu.org>
4410
4411 * modes.texi (Defining Minor Modes): Fix previous change.
4412 (Font Lock Mode): Simplify.
4413 (Font Lock Basics): Say that font-lock-defaults is buffer-local
4414 when set and that some parts are optional. Add cross references.
4415 (Search-based Fontification): Say how to specify font-lock-keywords.
4416 Add cross references. Add font-lock-multiline to index.
4417 Move font-lock-keywords-case-fold-search here from node "Other Font
4418 Lock Variables". Document font-lock-add-keywords and
4419 font-lock-remove-keywords.
4420 (Other Font Lock Variables): Move font-lock-keywords-only,
4421 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
4422 and font-lock-syntactic-face-function to node "Syntactic Font
4423 Lock". Move font-lock-keywords-case-fold-search to node
4424 "Search-based Fontification". Document font-lock-inhibit-thing-lock
4425 and font-lock-{,un}fontify-{buffer,region}-function.
4426 (Precalculated Fontification): Remove reference to deleted variable
4427 font-lock-core-only.
4428 (Faces for Font Lock): Add font-lock-comment-delimiter-face.
4429 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only,
4430 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
4431 and font-lock-syntactic-face-function here from node "Other Font
4432 Lock Variables". Move font-lock-syntactic-keywords to "Setting
4433 Syntax Properties". Add cross references.
4434 (Setting Syntax Properties): New node.
4435 Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
4436 * syntax.texi (Syntax Properties): Add cross reference.
4437 * hooks.texi (Standard Hooks): Add Font-Lock hooks.
4438
44392005-04-26 Richard M. Stallman <rms@gnu.org>
4440
4441 * display.texi (Defining Faces):
4442 Document `default' elements of defface spec.
4443
4444 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
4445
4446 * variables.texi (Variable Aliases): Clarify text.
4447
44482005-04-25 Chong Yidong <cyd@stupidchicken.com>
4449
4450 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
4451
44522005-04-25 Luc Teirlinck <teirllm@auburn.edu>
4453
4454 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
4455
44562005-04-24 Eli Zaretskii <eliz@gnu.org>
4457
4458 * syntax.texi (Syntax Table Internals): Elaborate documentation of
4459 syntax-after and syntax-class.
4460
4461 * files.texi (Changing Files): Fix last change's cross-reference.
4462 (Unique File Names): Don't mention "numbers" in the documentation
4463 of make-temp-file and make-temp-name.
4464
44652005-04-23 Richard M. Stallman <rms@gnu.org>
4466
4467 * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
4468
44692005-04-22 Nick Roberts <nickrob@snap.net.nz>
4470
4471 * windows.texi (Cyclic Window Ordering): Clarify window-list.
4472
44732005-04-22 Nick Roberts <nickrob@snap.net.nz>
4474
4475 * variables.texi (Variable Aliases): Describe make-obsolete-variable
4476 and define-obsolete-variable-alias.
4477
44782005-04-22 Kim F. Storm <storm@cua.dk>
4479
4480 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
4481 (Other Plists): Remove safe-plist-get, as plist-get is now safe.
4482
44832005-04-21 Lute Kamstra <lute@gnu.org>
4484
4485 * lists.texi (Association Lists): Document rassq-delete-all.
4486
44872005-04-19 Richard M. Stallman <rms@gnu.org>
4488
4489 * modes.texi (Search-based Fontification): Explain that
4490 facespec is an expression to be evaluated.
4491
44922005-04-19 Kevin Ryde <user42@zip.com.au>
4493
4494 * streams.texi (Output Functions): Fix xref.
4495 * strings.texi (String Conversion): Fix xref.
4496
44972005-04-19 Kim F. Storm <storm@cua.dk>
4498
4499 * symbols.texi (Symbol Plists): Add safe-get.
4500 Mention that `get' may signal an error.
4501
45022005-04-18 Nick Roberts <nickrob@snap.net.nz>
4503
4504 * customize.texi (Variable Definitions): Replace tooltip-mode
4505 example with save-place.
4506
45072005-04-17 Richard M. Stallman <rms@gnu.org>
4508
4509 * buffers.texi (Indirect Buffers): Clarify.
4510
4511 * positions.texi (Positions): Clarify converting marker to integer.
4512
4513 * strings.texi (String Basics): Mention string-match; clarify.
4514
45152005-04-08 Lute Kamstra <lute@gnu.org>
4516
4517 * modes.texi (Search-based Fontification): Fix cross references.
4518 Use consistent terminology. Document anchored highlighting.
4519
45202005-04-05 Lute Kamstra <lute@gnu.org>
4521
4522 * modes.texi (Defining Minor Modes): Document :group keyword
4523 argument and its default value.
4524
45252005-04-03 Lute Kamstra <lute@gnu.org>
4526
4527 * hooks.texi (Standard Hooks): Add some hooks. Add cross
4528 references and/or descriptions. Delete major mode hooks; mention
4529 them as a category instead. Rename or delete obsolete hooks.
4530
45312005-04-02 Richard M. Stallman <rms@gnu.org>
4532
4533 * nonascii.texi (Coding System Basics): Another wording cleanup.
4534
45352005-04-01 Richard M. Stallman <rms@gnu.org>
4536
4537 * nonascii.texi (Coding System Basics): Clarify previous change.
4538
45392005-04-01 Kenichi Handa <handa@m17n.org>
4540
10d1d0af 4541 * nonascii.texi (Coding System Basics): Describe about roundtrip
b8d4c8d0
GM
4542 identity of coding systems.
4543
45442005-03-29 Chong Yidong <cyd@stupidchicken.com>
4545
4546 * text.texi (Buffer Contents): Add filter-buffer-substring and
4547 buffer-substring-filters.
4548
45492005-03-26 Chong Yidong <cyd@stupidchicken.com>
4550
4551 * anti.texi (Antinews): Mention `G' interactive code.
4552
4553 * tips.texi (Compilation Tips): Mention benchmark.el.
4554
45552005-03-27 Luc Teirlinck <teirllm@auburn.edu>
4556
4557 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
4558 is now bound to M-o M-o.
4559
4560 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
4561
45622005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
4563
4564 * calendar.texi: Delete file (and move contents to emacs-xtra.texi
4565 in the Emacs Manual).
4566 * Makefile.in (srcs): Remove calendar.texi.
4567 * makefile.w32-in (srcs): Remove calendar.texi.
4568 * display.texi (Display): Change name of next node.
4569 * os.texi (System In): Change name of previous node.
4570 * elisp.texi (Top): Remove Calendar references.
4571 * vol1.texi (Top): Remove Calendar references.
4572 * vol2.texi (Top): Remove Calendar references.
4573
45742005-03-25 Richard M. Stallman <rms@gnu.org>
4575
4576 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
4577 Cleanup previous change.
4578
45792005-03-25 Chong Yidong <cyd@stupidchicken.com>
4580
4581 * display.texi (Face Attributes): Faces earlier in an :inherit
4582 list take precedence.
4583 (Scroll Bars): Fix description of vertical-scroll-bars.
4584 Document frame-current-scroll-bars and window-current-scroll-bars.
4585
4586 * markers.texi (The Mark): Document temporary Transient Mark mode.
4587
4588 * minibuf.texi (Reading File Names):
4589 Document read-file-name-completion-ignore-case.
4590
4591 * positions.texi (Screen Lines): Document nil for width argument
4592 to compute-motion.
4593
45942005-03-23 Kim F. Storm <storm@cua.dk>
4595
4596 * display.texi (Standard Faces): Other faces used in the fringe
4597 implicitly inherits from the fringe face.
4598 (Fringe Bitmaps): FACE in right-fringe and left-fringe display
4599 properties implicitly inherits from fringe face.
4600 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
4601
46022005-03-20 Chong Yidong <cyd@stupidchicken.com>
4603
4604 * display.texi (Invisible Text): State default value of
4605 line-move-ignore-invisible.
4606 (Managing Overlays): Document remove-overlays.
4607 (Standard Faces): Document escape-glyph face.
4608
4609 * minibuf.texi (Reading File Names): Document read-file-name-function.
4610
4611 * modes.texi (Other Font Lock Variables):
4612 Document font-lock-lines-before.
4613
4614 * positions.texi (Skipping Characters): skip-chars-forward allows
4615 character classes.
4616
46172005-03-18 Lute Kamstra <lute@gnu.org>
4618
4619 * edebug.texi (Instrumenting Macro Calls): Fix another typo.
4620
46212005-03-17 Richard M. Stallman <rms@gnu.org>
4622
4623 * text.texi (Undo): Document extensible undo entries.
4624
dd7b651b 4625 * searching.texi (String Search, Regexp Search): Cleanups.
b8d4c8d0
GM
4626
4627 * nonascii.texi (Character Codes): Minor fix.
4628
4629 * display.texi (Display Property): Explain the significance
4630 of having text properties that are eq.
4631 (Other Display Specs): Explain string as display spec.
4632
4633 * commands.texi (Interactive Codes): Document G option.
4634
46352005-03-17 Chong Yidong <cyd@stupidchicken.com>
4636
4637 * text.texi (Filling): Add sentence-end-without-period and
4638 sentence-end-without-space.
4639 (Changing Properties): Minor fix.
4640
4641 * anti.texi: Total rewrite.
4642
46432005-03-15 Lute Kamstra <lute@gnu.org>
4644
4645 * edebug.texi (Instrumenting Macro Calls): Fix typos.
4646
46472005-03-08 Kim F. Storm <storm@cua.dk>
4648
4649 * display.texi (Specified Space): Property :width is support on
4650 non-graphic terminals, :height is not.
4651
46522005-03-07 Richard M. Stallman <rms@gnu.org>
4653
4654 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
4655 Now subnodes of Fringes.
4656 (Overlay Arrow): Document overlay-arrow-variable-list.
4657 (Fringe Size/Pos): New node, broken out of Fringes.
4658 (Display): Explain clearing vs redisplay better.
4659 (Truncation): Clarify use of bitmaps.
4660 (The Echo Area): Clarify the uses of the echo area.
4661 Add max-mini-window-height.
4662 (Progress): Clarify.
4663 (Invisible Text): Explain that main loop moves point out.
4664 (Selective Display): Say "hidden", not "invisible".
4665 (Managing Overlays): Move up. Describe relation to Undo here.
4666 (Overlay Properties): Clarify intro.
4667 (Finding Overlays): Explain return values when nothing found.
4668 (Width): truncate-string-to-width has added arg.
4669 (Displaying Faces): Clarify and update mode line face handling.
4670 (Face Functions): Minor cleanup.
4671 (Conditional Display): Merge into Other Display Specs.
4672 (Pixel Specification, Other Display Specs): Minor cleanups.
4673 (Images, Image Descriptors): Minor cleanups.
4674 (GIF Images): Patents have expired.
4675 (Showing Images): Explain default text for insert-image.
4676 (Manipulating Button Types): Merge into Manipulating Buttons.
4677 (Making Buttons): Explain return values.
4678 (Button Buffer Commands): Add xref.
4679 (Inverse Video): Update mode-line-inverse-video.
4680 (Display Table Format): Clarify.
4681 (Active Display Table): Give defaults for window-display-table.
4682
4683 * calendar.texi (Calendar Customizing): calendar-holiday-marker
4684 and calendar-today-marker are strings, not chars.
4685 (Holiday Customizing): Minor fix.
4686
4687 * internals.texi (Writing Emacs Primitives): Update `or' example.
4688 Update limit on # args of subr.
4689
4690 * edebug.texi (Using Edebug): Arrow is in fringe.
4691 (Instrumenting): Arg to eval-defun works without loading edebug.
4692 (Edebug Execution Modes): Add xref.
4693
4694 * customize.texi (Common Keywords): Clarify :require.
4695 Mention :version here.
4696 (Variable Definitions, Group Definitions): Not here.
4697 (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
4698
46992005-03-07 Chong Yidong <cyd@stupidchicken.com>
4700 * nonascii.texi (Text Representations): Clarify position-bytes.
4701 (Character Sets): Add list-charset-chars.
4702 (Scanning Charsets): Add charset-after.
4703 (Encoding and I/O): Minor fix.
4704
47052005-03-06 Richard M. Stallman <rms@gnu.org>
4706
4707 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
4708 (Resizing Windows): Likewise.
4709
4710 * text.texi (Change Hooks): Get rid of "Emacs 21".
4711
4712 * strings.texi (Formatting Strings): Get rid of "Emacs 21".
4713
4714 * streams.texi (Output Variables): Get rid of "Emacs 21".
4715
4716 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
4717
4718 * os.texi (Translating Input): Replace flow-control example
4719 with a less obsolete example that uses `keyboard-translate'.
4720
4721 * objects.texi (Hash Table Type, Circular Objects):
4722 Get rid of "Emacs 21".
4723
4724 * modes.texi (Mode Line Format): Get rid of "Emacs 21".
4725 (Mode Line Data, Properties in Mode, Header Lines): Likewise.
4726
4727 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
4728
4729 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
4730
4731 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
4732 (Menu Bar): Fix when menu-bar-update-hook is called.
4733
4734 * hash.texi (Hash Tables): Get rid of "Emacs 21".
4735
4736 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
4737 and make it read better.
4738
4739 * files.texi (Writing to Files): Get rid of "Emacs 21".
4740 (Unique File Names): Likewise.
4741
4742 * elisp.texi: Update Emacs version to 22.
4743
4744 * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
4745 (Overlay Properties, Face Attributes): Likewise.
4746 (Managing Overlays): Fix punctuation.
4747 (Attribute Functions): Clarify set-face-font; get rid of
4748 info about old Emacs versions.
4749 (Auto Faces, Font Lookup, Display Property, Images):
4750 Get rid of "Emacs 21".
4751
4752 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
4753
47542005-03-05 Richard M. Stallman <rms@gnu.org>
4755
4756 * debugging.texi (Error Debugging): Remove stack-trace-on-error.
4757
47582005-03-04 Lute Kamstra <lute@gnu.org>
4759
4760 * debugging.texi (Error Debugging): Document stack-trace-on-error.
4761
47622005-03-03 Lute Kamstra <lute@gnu.org>
4763
4764 * edebug.texi (Instrumenting Macro Calls): Fix typo.
4765
47662005-03-01 Lute Kamstra <lute@gnu.org>
4767
4768 * debugging.texi (Debugger Commands): Update `j'.
4769
47702005-02-28 Lute Kamstra <lute@gnu.org>
4771
4772 * debugging.texi (Debugging): Fix typo.
4773 (Error Debugging): Document eval-expression-debug-on-error.
4774 (Function Debugging): Update example.
4775 (Using Debugger): Mention starred stack frames.
4776 (Debugger Commands): Document `j' and `l'.
4777 (Invoking the Debugger): `d' and `j' exit recursive edit too.
4778 Update the messages that the debugger displays.
4779 (Internals of Debugger): Add cross reference. Update example.
4780 (Excess Open): Minor improvement.
4781 (Excess Close): Minor improvement.
4782
47832005-02-26 Richard M. Stallman <rms@gnu.org>
4784
4785 * tips.texi (Coding Conventions): Clarify.
4786 Put all the major mode key reservations together.
4787 Mention the Mouse-1 => Mouse-2 conventions.
4788
4789 * syntax.texi (Syntax Class Table): Clarify.
4790 (Syntax Table Functions): syntax-after moved from here.
4791 (Syntax Table Internals): syntax-after moved to here.
4792 (Parsing Expressions): Update info on number of values
4793 and what's meaningful in the STATE argument.
4794 (Categories): Fix typo.
4795
4796 * sequences.texi (Arrays): Cleanup.
4797 (Char-Tables): Clarify.
4798
4799 * processes.texi (Deleting Processes): Cleanups, add xref.
4800 (Subprocess Creation): Explain nil in exec-path. Cleanup.
4801 (Process Information): set-process-coding-system, some args optional.
4802 (Input to Processes): Explain various types for PROCESS args.
4803 Rename them from PROCESS-NAME to PROCESS.
4804 (Signals to Processes): Likewise.
4805 (Decoding Output): Cleanup.
4806 (Query Before Exit): Clarify.
4807
4808 * os.texi (Startup Summary): Correct the options; add missing ones.
4809 (Terminal Output, Batch Mode): Clarify.
4810 (Flow Control): Node deleted.
4811
4812 * markers.texi (The Mark): Clarify.
4813
4814 * macros.texi (Expansion): Cleanup.
4815 (Indenting Macros): indent-spec allows ints, not floats.
4816
4817 * keymaps.texi (Keymaps): Clarify.
4818 (Format of Keymaps): Update lisp-mode-map example.
4819 (Active Keymaps, Key Lookup): Clarify.
4820 (Changing Key Bindings): Add xref to `kbd'.
4821 (Key Binding Commands, Simple Menu Items): Clarify.
4822 (Mouse Menus, Menu Bar): Clarify.
4823 (Menu Example): Replace print example with menu-bar-replace-menu.
4824
4825 * help.texi (Documentation Basics): Add function-documentation prop.
4826
4827 * elisp.texi (Top): Don't refer to Flow Control node.
4828
4829 * commands.texi (Command Overview): Improve xrefs.
4830 (Adjusting Point): Adjusting point applies to intangible and invis.
4831 (Key Sequence Input): Doc extra read-key-sequence args.
4832 Likewise for read-key-sequence-vector.
4833
4834 * backups.texi (Rename or Copy): Minor fix.
4835 (Numbered Backups): For version-control, say the default.
4836 (Auto-Saving): make-auto-save-file-name example is simplified.
4837
4838 * advice.texi (Advising Functions): Don't imply one part of Emacs
4839 should advise another part. Markup changes.
4840 (Defining Advice): Move transitional para.
4841 (Activation of Advice): Cleanup.
4842 Explain if COMPILE is nil or negative.
4843
4844 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
4845
48462005-02-24 Lute Kamstra <lute@gnu.org>
4847
4848 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
4849 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
4850
48512005-02-23 Lute Kamstra <lute@gnu.org>
4852
4853 * modes.texi (Defining Minor Modes): define-minor-mode can be used
4854 to define global minor modes as well.
4855
4856 * display.texi (Managing Overlays): overlay-buffer returns nil for
4857 deleted overlays.
4858
48592005-02-22 Kim F. Storm <storm@cua.dk>
4860
4861 * minibuf.texi (Basic Completion): Allow symbols in addition to
4862 strings in try-completion and all-completions.
4863
48642005-02-14 Lute Kamstra <lute@gnu.org>
4865
4866 * elisp.texi (Top): Remove reference to deleted node.
4867
4868 * lists.texi (Lists): Remove reference to deleted node.
4869 (Cons Cells): Fix typo.
4870
4871 * loading.texi (Where Defined): Fix typo.
4872
48732005-02-14 Richard M. Stallman <rms@gnu.org>
4874
4875 * variables.texi (Creating Buffer-Local): change-major-mode-hook
4876 is useful for discarding some minor modes.
4877
4878 * symbols.texi (Symbol Components): Reorder examples.
4879
4880 * streams.texi (Input Functions): State standard-input default.
4881 (Output Variables): State standard-output default.
4882
4883 * objects.texi (Printed Representation): Clarify read syntax vs print.
4884 (Floating Point Type): Explain meaning better.
4885 (Symbol Type): Explain uniqueness better.
4886 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
4887 List examples sooner.
4888 (Box Diagrams): New subnode broken out.
4889 Some examples moved from old Lists as Boxes node.
4890 (Dotted Pair Notation): Clarify intro.
4891 (Array Type): Clarify.
4892 (Type Predicates): Add hash-table-p.
4893
4894 * numbers.texi (Integer Basics): Clarify radix explanation.
4895 (Predicates on Numbers): Minor clarification.
4896 (Comparison of Numbers): Minor clarification. Clarify eql.
4897 Typos in min, max.
4898 (Math Functions): Clarify overflow in expt.
4899
4900 * minibuf.texi (Text from Minibuffer): Minor clarification.
4901 Mention arrow keys.
4902
4903 * loading.texi (Autoload): defun's doc string overrides autoload's
4904 doc string.
4905 (Repeated Loading): Modernize "add to list" examples.
4906 (Where Defined): Finish updating table of load-history elts.
4907
4908 * lists.texi (List-related Predicates): Minor wording improvement.
4909 (Lists as Boxes): Node deleted.
4910 (Building Lists): Explain trivial cases of number-sequence.
4911
4912 * hash.texi (Hash Tables): Add desc to menu items.
10d1d0af 4913 (Creating Hash): Explain "full" means "make larger".
b8d4c8d0
GM
4914 (Hash Access): Any object can be a key.
4915 State value of maphash.
4916
4917 * functions.texi (What Is a Function): Wording cleanup.
4918 (Function Documentation): Minor cleanup.
4919 Explain purpose of calling convention at end of doc string.
4920 (Function Names): Wording cleanup.
4921 (Calling Functions): Wording cleanup.
4922 Explain better how funcall calls the function.
4923 (Function Cells): Delete example of saving and redefining function.
4924
4925 * control.texi (Combining Conditions): Wording cleanup.
4926 (Iteration): dolist and dotimes bind VAR locally.
4927 (Cleanups): Xref to Atomic Changes.
4928
4929 * compile.texi (Byte Compilation): Delete 19.29 info.
4930 (Compilation Functions): Macros' difficulties don't affect defsubst.
4931 (Docs and Compilation): Delete 19.29 info.
4932
49332005-02-10 Richard M. Stallman <rms@gnu.org>
4934
4935 * objects.texi (Symbol Type): Minor correction.
4936
49372005-02-06 Lute Kamstra <lute@gnu.org>
4938
4939 * modes.texi (Example Major Modes): Fix typos.
4940
49412005-02-06 Richard M. Stallman <rms@gnu.org>
4942
4943 * text.texi (Margins): fill-nobreak-predicate can be one function.
4944
4945 * strings.texi (Modifying Strings): clear-string can make unibyte.
4946 (Formatting Strings): format gives error if values missing.
4947
4948 * positions.texi (Character Motion): Mention default arg
4949 for forward-char. backward-char refers to forward-char.
4950 (Word Motion): Mention default arg for forward-word.
4951 (Buffer End Motion): Mention default arg for beginning-of-buffer.
4952 Simplify end-of-buffer.
4953 (Text Lines): Mention default arg for forward-line.
4954 (List Motion): Mention default arg for beginning/end-of-defun.
4955 (Skipping Characters): Minor fixes in explaining character-set.
4956
4957 * modes.texi (Major Mode Conventions): Mention "system abbrevs".
4958 Mode inheritance applies only when default-major-mode is nil.
4959 Clarifications.
4960 (Example Major Modes): Update Text mode and Lisp mode examples.
4961 (Minor Mode Conventions): Mention define-minor-mode at top.
4962 (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
4963 (Mode Line Format): Update mode line face display info.
4964 (Properties in Mode): Mention effect of risky vars.
4965 (Imenu): Define imenu-add-to-menubar.
4966 (Font Lock Mode): Add descriptions to menu lines.
4967 (Faces for Font Lock): Add font-lock-doc-face.
4968
49692005-02-05 Lute Kamstra <lute@gnu.org>
4970
4971 * text.texi (Maintaining Undo): Remove obsolete function.
4972
49732005-02-05 Eli Zaretskii <eliz@gnu.org>
4974
4975 * frames.texi (Color Names): Add pointer to the X docs about RGB
4976 color specifications. Improve indexing
4977 (Text Terminal Colors): Replace the description of RGB values by
4978 an xref to "Color Names".
4979
49802005-02-03 Richard M. Stallman <rms@gnu.org>
4981
4982 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
4983 Clarify.
4984 (Selecting Windows): Clarify save-selected-window.
4985 (Cyclic Window Ordering): Clarify walk-windows.
4986 (Window Point): Clarify.
4987 (Window Start): Add comment to example.
4988 (Resizing Windows): Add `interactive' specs in examples.
4989 Document fit-window-to-buffer.
4990
4991 * text.texi (User-Level Deletion): just-one-space takes numeric arg.
4992 (Undo, Maintaining Undo): Clarify last change.
4993 (Sorting): In sort-numeric-fields, explain about octal and hex.
4994 Mention sort-numeric-base.
4995 (Format Properties): Add xref for hard newlines.
4996
4997 * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
4998 (Pop-Up Menus): Fix typo.
4999 (Color Names): Explain all types of color names.
5000 Explain color-values on B&W terminal.
5001 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names.
5002
5003 * files.texi (File Locks): Not supported on MS systems.
5004 (Testing Accessibility): Clarify.
5005
5006 * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
5007 (Coverage Testing): Fix typo.
5008
5009 * commands.texi (Misc Events): Remove stray space.
5010
5011 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
5012 (Modification Time): Clarify when visited-file-modtime returns 0.
5013 (The Buffer List): Clarify bury-buffer.
5014 (Killing Buffers): Clarify.
5015 (Indirect Buffers): Add clone-indirect-buffer.
5016
50172005-02-02 Matt Hodges <MPHodges@member.fsf.org>
5018
5019 * edebug.texi (Printing in Edebug): Fix default value of
5020 edebug-print-circle.
5021 (Coverage Testing): Fix displayed frequency count data.
5022
50232005-02-02 Luc Teirlinck <teirllm@auburn.edu>
5024
5025 * text.texi (Maintaining Undo): Add `undo-outer-limit'.
5026
50272005-02-02 Kim F. Storm <storm@cua.dk>
5028
5029 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
5030
50312005-01-29 Eli Zaretskii <eliz@gnu.org>
5032
5033 * commands.texi (Misc Events): Describe the help-echo event.
5034
5035 * text.texi (Special Properties) <help-echo>: Use `pos'
5036 consistently in description of the help-echo property.
5037 Use @code{nil} instead of @var{nil}.
5038
5039 * display.texi (Overlay Properties): Fix the index entry for
5040 help-echo overlay property.
5041
5042 * customize.texi (Type Keywords): Uncomment the xref to the
5043 help-echo property documentation.
5044
50452005-01-23 Kim F. Storm <storm@cua.dk>
5046
5047 * windows.texi (Window Start): Fix `pos-visible-in-window-p'
5048 return value. Third element FULLY replaced by PARTIAL which
5049 specifies number of invisible pixels if row is only partially visible.
5050 (Textual Scrolling): Mention auto-window-vscroll.
5051 (Vertical Scrolling): New defvar auto-window-vscroll.
5052
50532005-01-16 Luc Teirlinck <teirllm@auburn.edu>
5054
5055 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
5056 command remapping.
5057
50582005-01-15 Richard M. Stallman <rms@gnu.org>
5059
5060 * display.texi (Defining Images): Mention DATA-P arg of create-image.
5061
50622005-01-14 Kim F. Storm <storm@cua.dk>
5063
5064 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
5065
5066 * text.texi (Links and Mouse-1): Fix string and vector item.
5067
50682005-01-13 Richard M. Stallman <rms@gnu.org>
5069
5070 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
5071 descriptions of overriding-local-map and overriding-terminal-local-map.
5072
5073 * text.texi (Links and Mouse-1): Clarify text.
5074
50752005-01-13 Kim F. Storm <storm@cua.dk>
5076
5077 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
5078
50792005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
5080
5081 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
5082
50832005-01-12 Kim F. Storm <storm@cua.dk>
5084
5085 * text.texi (Links and Mouse-1): Rename section from Enabling
5086 Mouse-1 to Following Links. Change xrefs.
5087 Add examples for define-button-type and define-widget.
5088
5089 * display.texi (Button Properties, Button Buffer Commands):
5090 Clarify mouse-1 and follow-link functionality.
5091
50922005-01-12 Richard M. Stallman <rms@gnu.org>
5093
5094 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
5095
5096 * display.texi (Beeping): Fix Texinfo usage.
5097
5098 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
5099
51002005-01-11 Kim F. Storm <storm@cua.dk>
5101
5102 * display.texi (Button Properties, Button Buffer Commands):
5103 Mention mouse-1 binding. Add follow-link keyword.
5104
5105 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
5106 (Enabling Mouse-1 to Follow Links): New subsection.
5107
51082005-01-06 Richard M. Stallman <rms@gnu.org>
5109
5110 * text.texi (Special Properties): Minor change.
5111
5112 * os.texi (Timers): Clarify previous change.
5113
5114 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
5115
51162005-01-01 Luc Teirlinck <teirllm@auburn.edu>
5117
5118 * display.texi (Face Attributes): Correct xref to renamed node.
5119
51202005-01-01 Richard M. Stallman <rms@gnu.org>
5121
5122 * display.texi (Face Attributes): Describe hex color specs.
5123
51242004-12-31 Richard M. Stallman <rms@gnu.org>
5125
5126 * os.texi (Timers): Update previous change.
5127
51282004-12-30 Kim F. Storm <storm@cua.dk>
5129
5130 * display.texi (Line Height): Total line-height is now specified
5131 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
5132 in cons cells. (nil . RATIO) is relative to actual line height.
5133 Use line-height `t' instead of `0' to get minimum height.
5134
51352004-12-29 Richard M. Stallman <rms@gnu.org>
5136
5137 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
5138
51392004-12-28 Richard M. Stallman <rms@gnu.org>
5140
5141 * commands.texi (Quitting): Clarify value of with-local-quit.
5142
5143 * elisp.texi (Top): Fix previous change.
5144
5145 * loading.texi (Loading): Fix previous change.
5146
51472004-12-27 Richard M. Stallman <rms@gnu.org>
5148
5149 * Makefile.in (MAKEINFO): Specify --force.
5150
5151 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
5152
5153 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
5154
5155 * display.texi (Line Height): Further clarify.
5156
5157 * elisp.texi (Top): Update Loading submenu.
5158
5159 * loading.texi (Where Defined): New node.
5160 (Unloading): load-history moved to Where Defined.
5161
51622004-12-21 Richard M. Stallman <rms@gnu.org>
5163
5164 * commands.texi (Event Input Misc): Add while-no-input.
5165
51662004-12-11 Richard M. Stallman <rms@gnu.org>
5167
5168 * display.texi (Line Height): Rewrite text for clarity.
5169
51702004-12-11 Kim F. Storm <storm@cua.dk>
5171
5172 * display.texi (Display): Add node "Line Height" to menu.
5173 (Line Height): New node. Move full description of line-spacing
5174 and line-height text properties here from text.texi.
5175 (Scroll Bars): Add vertical-scroll-bar variable.
5176
5177 * frames.texi (Window Frame Parameters): Remove line-height defvar.
5178
5179 * locals.texi (Standard Buffer-Local Variables): Fix xref for
5180 line-spacing and vertical-scroll-bar.
5181
5182 * text.texi (Special Properties): Just mention line-spacing and
5183 line-height here, add xref to new "Line Height" node.
5184
51852004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
5186
5187 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
5188
5189 * locals.texi (Standard Buffer-Local Variables):
5190 Add @xref for `line-spacing'.
5191
51922004-12-05 Richard M. Stallman <rms@gnu.org>
5193
5194 * Makefile.in (maintainer-clean): Remove the info files
5195 in $(infodir) where they are created.
5196
51972004-12-03 Richard M. Stallman <rms@gnu.org>
5198
5199 * windows.texi (Selecting Windows): get-lru-window and
5200 get-largest-window don't consider dedicated windows.
5201
5202 * text.texi (Undo): Document undo-in-progress.
5203
52042004-11-26 Richard M. Stallman <rms@gnu.org>
5205
5206 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
5207 Remove a few vars that are not always buffer-local.
5208
52092004-11-24 Luc Teirlinck <teirllm@auburn.edu>
5210
5211 * locals.texi (Standard Buffer-Local Variables): Comment out
5212 xref's to non-existent node `Yet to be written'.
5213
52142004-11-24 Richard M. Stallman <rms@gnu.org>
5215
5216 * processes.texi (Synchronous Processes): Grammar fix.
5217
5218 * numbers.texi (Comparison of Numbers): Add eql.
5219
5220 * locals.texi (Standard Buffer-Local Variables): Add many vars.
5221
5222 * intro.texi (Printing Notation): Fix previous change.
5223
5224 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
5225 and default-indicate-buffer-boundaries from here.
5226 (Usual Display): To here.
5227 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
5228 (Usual Display): Move tab-width up.
5229
5230 * customize.texi (Variable Definitions): Replace
5231 show-paren-mode example with tooltip-mode.
5232 (Simple Types, Composite Types, Defining New Types):
5233 Minor cleanups.
5234
52352004-11-21 Jesper Harder <harder@ifa.au.dk>
5236
5237 * processes.texi (Synchronous Processes, Output from Processes):
5238 Markup fix.
5239
52402004-11-20 Richard M. Stallman <rms@gnu.org>
5241
5242 * positions.texi (Skipping Characters): skip-chars-forward
5243 now handles char classes.
5244
5245 * intro.texi (Printing Notation): Avoid confusion of `print'
5246 when explaining @print.
5247
5248 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
5249
5250 * display.texi (Display Table Format): Minor fix.
5251
5252 * streams.texi (Output Functions): Fix print example.
5253
5254 * Makefile.in (elisp): New target.
5255 (dist): Depend on $(infodir)/elisp, not elisp.
5256 Copy the info files from $(infodir).
5257
5258 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
5259 read-from-minibuffer.
5260
5261 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
5262
52632004-11-19 Richard M. Stallman <rms@gnu.org>
5264
5265 * searching.texi (Regexp Search): Add search-whitespace-regexp.
5266
52672004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
5268
5269 * tips.texi (Coding Conventions): Fix typo.
5270
52712004-11-16 Richard M. Stallman <rms@gnu.org>
5272
5273 * tips.texi (Coding Conventions): Separate defvar and require
5274 methods to avoid warnings. Use require only when there are many
5275 functions and variables from that package.
5276
5277 * minibuf.texi (Minibuffer Completion): When ignoring case,
5278 predicate must not be case-sensitive.
5279
5280 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
5281 (Test Coverage): Don't talk about "splotches". Clarified.
5282
52832004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
5284
5285 * frames.texi (Window Frame Parameters): Fix typo.
5286
52872004-11-15 Kim F. Storm <storm@cua.dk>
5288
5289 * symbols.texi (Other Plists): Note that plist-get may signal error.
5290 Add safe-plist-get.
5291
52922004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
5293
5294 * modes.texi (Font Lock Basics): Fix typo.
5295
52962004-11-08 Richard M. Stallman <rms@gnu.org>
5297
5298 * syntax.texi (Syntax Table Functions): Add syntax-after.
5299
53002004-11-06 Lars Brinkhoff <lars@nocrew.org>
5301
5302 * os.texi (Processor Run Time): New section documenting
5303 get-internal-run-time.
5304
53052004-11-06 Eli Zaretskii <eliz@gnu.org>
5306
5307 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
5308 it nukes elisp-cover.texi.
5309 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
5310 elisp-0 etc.
5311
53122004-11-05 Luc Teirlinck <teirllm@auburn.edu>
5313
5314 * commands.texi (Keyboard Macros): Document `append' return value
5315 of `defining-kbd-macro'.
5316
53172004-11-01 Richard M. Stallman <rms@gnu.org>
5318
5319 * commands.texi (Interactive Call): Add called-interactively-p.
5320
53212004-10-29 Simon Josefsson <jas@extundo.com>
5322
5323 * minibuf.texi (Reading a Password): Revert.
5324
53252004-10-28 Richard M. Stallman <rms@gnu.org>
5326
5327 * frames.texi (Display Feature Testing): Explain about "vendor".
5328
53292004-10-27 Richard M. Stallman <rms@gnu.org>
5330
5331 * commands.texi (Interactive Codes): `N' uses numeric prefix,
5332 not raw. Clarify `n'.
5333 (Interactive Call): Rewrite interactive-p, focusing on when
5334 and how to use it.
5335 (Misc Events): Clarify previous change.
5336
5337 * advice.texi (Simple Advice): Clarify what job the example does.
5338 (Around-Advice): Clarify ad-do-it.
5339 (Activation of Advice): An option of ad-default-compilation-action
5340 is `never', not `nil'.
5341
53422004-10-26 Kim F. Storm <storm@cua.dk>
5343
5344 * commands.texi (Interactive Codes): Add U code letter.
5345
53462004-10-25 Simon Josefsson <jas@extundo.com>
5347
5348 * minibuf.texi (Reading a Password): Add.
5349
53502004-10-24 Jason Rumney <jasonr@gnu.org>
5351
5352 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
5353 and wheel-down.
5354
53552004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
5356
5357 * processes.texi (Synchronous Processes): Document process-file.
5358
53592004-10-22 Kenichi Handa <handa@m17n.org>
5360
5361 * text.texi (translate-region): Document that it accepts also a
5362 char-table.
5363
53642004-10-22 David Ponce <david@dponce.com>
5365
5366 * windows.texi (Resizing Windows): Document the `preserve-before'
5367 argument of the functions `enlarge-window' and `shrink-window'.
5368
53692004-10-19 Jason Rumney <jasonr@gnu.org>
5370
5371 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
5372
53732004-10-09 Luc Teirlinck <teirllm@auburn.edu>
5374
5375 * text.texi (Filling): Add anchor for definition of
5376 `sentence-end-double-space'.
5377
5378 * searching.texi (Regexp Example): Update description of how
5379 Emacs currently recognizes the end of a sentence.
5380 (Standard Regexps): Update definition of the variable
5381 `sentence-end'. Add definition of the function `sentence-end'.
5382
53832004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
5384
5385 * display.texi (Progress): New node.
5386
53872004-10-05 Kim F. Storm <storm@cua.dk>
5388
5389 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
5390
53912004-09-29 Kim F. Storm <storm@cua.dk>
5392
5393 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
5394 to identify bitmaps. Remove -fringe-bitmap suffix for standard
5395 fringe bitmap symbols, as they now have their own namespace.
5396 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
5397 vs. pixels. Signal error if no free bitmap slots.
5398 (Pixel Specification): Change IMAGE to @var{image}.
5399
54002004-09-28 Richard M. Stallman <rms@gnu.org>
5401
5402 * text.texi (Special Properties): Clarify line-spacing and line-height.
5403
5404 * searching.texi (Regexp Search): Add looking-back.
5405
54062004-09-25 Luc Teirlinck <teirllm@auburn.edu>
5407
5408 * display.texi: Correct typos.
5409 (Image Descriptors): Correct xref's.
5410
54112004-09-25 Richard M. Stallman <rms@gnu.org>
5412
5413 * text.texi (Special Properties): Cleanups in `cursor'.
5414 Rewrites in `line-height' and `line-spacing'; exchange them.
5415
5416 * display.texi (Fringes): Rewrite previous change.
5417 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
5418 (Display Fringe Bitmaps): Node deleted, text moved.
5419 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
5420 (Scroll Bars): Clarify set-window-scroll-bars.
5421 (Pointer Shape): Rewrite.
5422 (Specified Space): Clarify :align-to, etc.
5423 (Pixel Specification): Use @var. Clarify new text.
5424 (Other Display Specs): Clarify `slice'.
5425 (Image Descriptors): Cleanups.
5426 (Showing Images): Cleanups.
5427
54282004-09-24 Luc Teirlinck <teirllm@auburn.edu>
5429
5430 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
5431
5432 * modes.texi: Various minor changes in addition to:
5433 (Major Mode Conventions): Final call to `run-mode-hooks' should
5434 not be inside the `delay-mode-hooks' form.
5435 (Mode Hooks): New node.
5436 (Hooks): Delete obsolete example.
5437 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
5438 node "Mode Hooks".
5439
54402004-09-22 Luc Teirlinck <teirllm@auburn.edu>
5441
5442 * display.texi: Correct various typos.
5443 (Display): Rename node "Pointer Shapes" to "Pointer
5444 Shape". (There is already a node called "Pointer Shapes" in
5445 frames.texi.)
5446 (Images): Remove non-existent node "Image Slices" from menu.
5447
54482004-09-23 Kim F. Storm <storm@cua.dk>
5449
5450 * text.texi (Special Properties): Add `cursor', `pointer',
5451 `line-height', and `line-spacing' properties.
5452
5453 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
5454 Shapes' to menu.
5455 (Standard Faces): Doc fix for fringe face.
5456 (Fringes): Add `overflow-newline-into-fringe' and
5457 'indicate-buffer-boundaries'.
5458 (Fringe Bitmaps, Pointer Shapes): New nodes.
5459 (Display Property): Add 'Pixel Specification' and 'Display Fringe
5460 Bitmaps' to menu.
5461 (Specified Space): Describe pixel width and height.
5462 (Pixel Specification): New node.
5463 (Other Display Specs): Add `slice' property.
5464 (Display Fringe Bitmaps): New node.
5465 (Images): Add 'Image Slices' to menu.
5466 (Image Descriptors): Add `:pointer' and `:map' properties.
5467 (Showing Images): Add slice arg to `insert-image'. Add
5468 'insert-sliced-image'.
5469
54702004-09-20 Richard M. Stallman <rms@gnu.org>
5471
5472 * commands.texi (Key Sequence Input):
5473 Clarify downcasing in read-key-sequence.
5474
54752004-09-08 Juri Linkov <juri@jurta.org>
5476
5477 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
5478
54792004-09-07 Luc Teirlinck <teirllm@auburn.edu>
5480
5481 * locals.texi (Standard Buffer-Local Variables): Add
5482 `buffer-auto-save-file-format'.
5483 * internals.texi (Buffer Internals): Describe new
5484 auto_save_file_format field of the buffer structure.
5485 * files.texi (Format Conversion): `auto-save-file-format' has been
5486 renamed `buffer-auto-save-file-format'.
5487
54882004-08-27 Luc Teirlinck <teirllm@auburn.edu>
5489
5490 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
5491 an integer or a marker.
5492 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
5493
54942004-08-22 Richard M. Stallman <rms@gnu.org>
5495
5496 * modes.texi (Major Mode Conventions): Discuss rebinding of
5497 standard key bindings.
5498
54992004-08-18 Kim F. Storm <storm@cua.dk>
5500
5501 * processes.texi (Accepting Output): Add `just-this-one' arg to
5502 `accept-process-output'.
5503 (Output from Processes): New var `process-adaptive-read-buffering'.
5504
55052004-08-10 Luc Teirlinck <teirllm@auburn.edu>
5506
5507 * keymaps.texi: Various changes in addition to:
5508 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
5509 Give more varied examples for `kbd'.
5510 (Creating Keymaps): Char tables have slots for all characters
5511 without modifiers.
5512 (Active Keymaps): `overriding-local-map' and
5513 `overriding-terminal-local-map' also override text property and
5514 overlay keymaps.
5515 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
5516 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
5517 to denote a prefix of no events.
5518 `map-keymap' includes parent's bindings _recursively_.
5519 Clarify and correct description of `where-is-internal'.
5520 Mention BUFFER-OR-NAME arg to `describe-bindings'.
5521 (Menu Example): For menus intended for use with the keyboard, the
5522 menu items should be bound to characters or real function keys.
5523
55242004-08-08 Luc Teirlinck <teirllm@auburn.edu>
5525
5526 * objects.texi (Character Type): Reposition `@anchor' to prevent
5527 double space inside sentence in Info.
5528
5529 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
5530 renamed to `disabled-command-function'.
5531 * commands.texi (Key Sequence Input): Remove unnecessary anchor.
5532 (Command Loop Info): Replace reference to it.
5533 (Disabling Commands): `disabled-command-hook' has been renamed to
5534 `disabled-command-function'.
5535
55362004-08-07 Luc Teirlinck <teirllm@auburn.edu>
5537
5538 * os.texi (Translating Input): Only non-prefix bindings in
5539 `key-translation-map' override actual key bindings. Warn about
5540 possible indirect effect of actual key bindings on non-prefix
5541 bindings in `key-translation-map'.
5542
55432004-08-06 Luc Teirlinck <teirllm@auburn.edu>
5544
5545 * minibuf.texi (High-Level Completion): Add anchor for definition
5546 of `read-variable'.
5547
5548 * commands.texi: Various changes in addition to:
5549 (Using Interactive): Clarify description of `interactive-form'.
5550 (Interactive Call): Mention default for KEYS argument to
5551 `call-interactively'.
5552 (Command Loop Info): Clarify description of `this-command-keys'.
5553 Mention KEEP-RECORD argument to `clear-this-command-keys'.
5554 Value of `last-event-frame' can be `macro'.
5555 (Repeat Events): `double-click-fuzz' is also used to distinguish
5556 clicks and drags.
5557 (Classifying Events): Clarify descriptions of `event-modifiers'
5558 `event-basic-type' and `event-convert-list'.
5559 (Accessing Events): `posn-timestamp' takes POSITION argument.
5560 (Quoted Character Input): Clarify description of
5561 `read-quoted-char' and fix example.
5562 (Quitting): Add `with-local-quit'.
5563 (Disabling Commands): Correct and clarify descriptions of
5564 `enable-command' and `disable-command'.
5565 Mention what happens if `disabled-command-hook' is nil.
5566 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
5567 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
5568
55692004-07-24 Luc Teirlinck <teirllm@auburn.edu>
5570
5571 * frames.texi: Various changes in addition to:
5572 (Creating Frames): Expand and clarify description of `make-frame'.
5573 (Window Frame Parameters): Either none or both of the `icon-left'
5574 and `icon-top' parameters must be specified. Put descriptions of
5575 `menu-bar-lines' and `toolbar-lines' closer together and change
5576 them accordingly.
5577 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
5578 except while processing `frame-title-format' or `icon-title-format'.
5579 (Deleting Frames): Correct description of `delete-frame'.
5580 Non-nil return values of `frame-live-p' are like those of `framep'.
5581 (Frames and Windows): Mention return value of
5582 `set-frame-selected-window'.
5583 (Visibility of Frames): Mention `force' argument to
5584 `make-frame-invisible'. `frame-visible-p' returns t for all
5585 frames on text-only terminals.
5586 (Frame Configurations): Restoring a frame configuration does not
5587 restore deleted frames.
5588 (Window System Selections): `x-set-selection' returns DATA.
5589 (Resources): Add example.
5590 (Display Feature Testing): Clarify descriptions of
5591 `display-pixel-height', `display-pixel-width', `x-server-version'
5592 and `x-server-vendor'.
5593
5594 * windows.texi (Choosing Window): Add anchor.
5595 * minibuf.texi (Minibuffer Misc): Add anchor.
5596
55972004-07-23 John Paul Wallington <jpw@gnu.org>
5598
5599 * macros.texi (Defining Macros): Declaration keyword for setting
5600 Edebug spec is `debug' not `edebug'.
5601
56022004-07-19 Luc Teirlinck <teirllm@auburn.edu>
5603
5604 * windows.texi: Various small changes in addition to:
5605 (Window Point): Mention return value of `set-window-point'.
5606 (Window Start): `pos-visible-in-window-p' disregards horizontal
5607 scrolling. Explain return value if PARTIALLY is non-nil.
5608 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
5609 and `set-window-vscroll'.
5610 (Size of Window): The argument WINDOW to `window-inside-edges',
5611 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
5612 (Resizing Windows): Explain return value of
5613 `shrink-window-if-larger-than-buffer'.
5614 `window-size-fixed' automatically becomes buffer local when set.
5615 (Window Configurations): Explain return value of
5616 `set-window-configuration'.
5617
5618 * minibuf.texi (Minibuffer Misc): Add anchor for
5619 `minibuffer-scroll-window'.
5620
5621 * positions.texi (Text Lines): Add anchor for `count-lines'.
5622
56232004-07-17 Richard M. Stallman <rms@gnu.org>
5624
5625 * display.texi (Overlay Properties): Adding `evaporate' prop
5626 deletes empty overlay immediately.
5627
5628 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
5629 fix example.
5630
56312004-07-16 Jim Blandy <jimb@redhat.com>
5632
5633 * searching.texi (Regexp Backslash): Document new \_< and \_>
5634 operators.
5635
56362004-07-16 Juanma Barranquero <lektu@terra.es>
5637
5638 * display.texi (Images): Fix Texinfo usage.
5639
56402004-07-14 Luc Teirlinck <teirllm@auburn.edu>
5641
5642 * buffers.texi (Modification Time): `visited-file-modtime' now
5643 returns a list of two integers, instead of a cons.
5644
56452004-07-13 Luc Teirlinck <teirllm@auburn.edu>
5646
5647 * windows.texi: Various changes in addition to:
5648 (Splitting Windows): Add `split-window-keep-point'.
5649
56502004-07-09 Richard M. Stallman <rms@gnu.org>
5651
5652 * frames.texi (Input Focus): Minor fix.
5653
56542004-07-07 Luc Teirlinck <teirllm@auburn.edu>
5655
5656 * frames.texi (Input Focus): Clarify descriptions of
5657 `select-frame-set-input-focus' and `select-frame'.
5658
56592004-07-06 Luc Teirlinck <teirllm@auburn.edu>
5660
5661 * os.texi: Various small changes in addition to:
5662 (Killing Emacs): Expand and clarify description of
5663 `kill-emacs-query-functions' and `kill-emacs-hook'.
5664 (System Environment): Expand and clarify description of `getenv'
5665 and `setenv'.
5666 (Timers): Clarify description of `run-at-time'.
5667 (Translating Input): Correct description of
5668 `extra-keyboard-modifiers'.
5669 (Flow Control): Correct description of `enable-flow-control'.
5670
56712004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
5672
5673 * os.texi: Update copyright.
5674 (Session Management): Grammar fix.
5675 Clarify which Emacs does the restarting.
5676 Use @samp for *scratch* buffer.
5677
56782004-07-04 Alan Mackenzie <acm@muc.de>
5679
5680 * frames.texi (Input Focus): Add documentation for
5681 `select-frame-set-input-focus'. Replace refs to non-existent
5682 `switch-frame' with `select-frame'. Minor corrections and tidying
5683 up of text-only terminal stuff.
5684
56852004-07-02 Richard M. Stallman <rms@gnu.org>
5686
5687 * files.texi (Saving Buffers): Cleanup write-contents-function.
5688 (Magic File Names): Cleanup file-remote-p.
5689
b344d29d 56902004-07-02 Kai Großjohann <kai@emptydomain.de>
b8d4c8d0
GM
5691
5692 * files.texi (Magic File Names): `file-remote-p' returns an
5693 identifier of the remote system, not just t.
5694
56952004-07-02 David Kastrup <dak@gnu.org>
5696
5697 * searching.texi (Entire Match Data): Add explanation about new
5698 match-data behavior when @var{integers} is non-nil.
5699
57002004-06-24 Richard M. Stallman <rms@gnu.org>
5701
5702 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
5703
5704 * customize.texi (Variable Definitions): Note about doc strings
5705 and :set.
5706
5707 * keymaps.texi (Keymap Terminology): Document `kbd'.
5708 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
5709
5710 * display.texi (Invisible Text): Setting buffer-invisibility-spec
5711 makes it buffer-local.
5712
5713 * files.texi (Saving Buffers): Correct previous change.
5714
5715 * commands.texi (Accessing Events):
5716 Clarify posn-col-row and posn-actual-col-row.
5717
57182004-06-24 David Ponce <david.ponce@wanadoo.fr>
5719
5720 * commands.texi (Accessing Events): New functions
5721 posn-at-point and posn-at-x-y. Add example to posn-x-y.
5722
57232004-06-23 Luc Teirlinck <teirllm@auburn.edu>
5724
5725 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
5726 * frames.texi, buffers.texi, backups.texi, variables.texi:
5727 * loading.texi, eval.texi, functions.texi, control.texi:
5728 * symbols.texi, minibuf.texi: Reposition @anchor's.
5729
5730 * help.texi: Various small changes in addition to the following.
5731 (Describing Characters): Describe PREFIX argument to
5732 `key-description'. Correct and clarify definition of
5733 `text-char-description'. Describe NEED-VECTOR argument to
5734 `read-kbd-macro'.
5735 (Help Functions): Clarify definition of `apropos'.
5736
57372004-06-23 Lars Hansen <larsh@math.ku.dk>
5738
5739 * files.texi (Saving Buffers): Correct description of
5740 `write-contents-functions'.
5741
57422004-06-21 Juanma Barranquero <lektu@terra.es>
5743
5744 * display.texi (Images): Remove redundant @vindex directives.
5745 Rewrite `image-library-alist' doc in active voice.
5746
57472004-06-14 Juanma Barranquero <lektu@terra.es>
5748
5749 * display.texi (Images): Document new delayed library loading,
5750 variable `image-library-alist' and (existing but undocumented)
5751 function `image-type-available-p'.
5752
57532004-06-05 Richard M. Stallman <rms@gnu.org>
5754
5755 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
5756 refer the user to the Initial Input node.
5757 (Text from Minibuffer): Likewise.
5758 (Initial Input): New node. Document this feature
5759 and say it is mostly deprecated.
5760
57612004-05-30 Richard M. Stallman <rms@gnu.org>
5762
5763 * loading.texi (Named Features): Clarify return value
5764 and meaning of NOERROR.
5765
5766 * variables.texi (File Local Variables): Minor cleanup.
5767
57682004-05-30 Michael Albinus <michael.albinus@gmx.de>
5769
5770 * files.texi (Magic File Names): Add `file-remote-p' as operation
5771 of file name handlers.
5772
57732004-05-29 Richard M. Stallman <rms@gnu.org>
5774
5775 * modes.texi (Minor Mode Conventions): (-) has no special meaning
5776 as arg to a minor mode command.
5777
57782004-05-22 Richard M. Stallman <rms@gnu.org>
5779
5780 * syntax.texi (Syntax Class Table): Word syntax not just for English.
5781
5782 * streams.texi (Output Variables): Doc float-output-format.
5783
5784 * searching.texi (Regexp Special): Nested repetition can be infloop.
5785
5786 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
5787 real stack overflow.
5788
5789 * compile.texi: Minor cleanups.
5790
57912004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
5792
5793 * lists.texi (Cons Cells): Explain dotted lists, true lists,
5794 circular lists.
5795 (List Elements): Explain handling of circular and dotted lists.
5796
57972004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
5798
5799 * modes.texi (Search-based Fontification): Fix typo.
5800
58012004-05-10 Juanma Barranquero <lektu@terra.es>
5802
5803 * modes.texi (Mode Line Variables): Fix description of
5804 global-mode-string, which is now after which-func-mode, not the
5805 buffer name.
5806
58072004-05-07 Lars Hansen <larsh@math.ku.dk>
5808
5809 * modes.texi (Desktop Save Mode): Add.
5810 (Modes): Add menu entry Desktop Save Mode.
5811
5812 * hooks.texi: Add desktop-after-read-hook,
5813 desktop-no-desktop-file-hook and desktop-save-hook.
5814
5815 * locals.texi: Add desktop-save-buffer.
5816
58172004-04-30 Jesper Harder <harder@ifa.au.dk>
5818
5819 * display.texi: emacs -> Emacs.
5820
58212004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
5822
5823 * files.texi (Changing Files): Document set-file-times.
5824
58252004-04-23 Juanma Barranquero <lektu@terra.es>
5826
5827 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
5828
58292004-04-18 Jesper Harder <harder@ifa.au.dk>
5830
5831 * tips.texi (Coding Conventions): defopt -> defcustom.
5832
58332004-04-16 Luc Teirlinck <teirllm@auburn.edu>
5834
5835 * sequences.texi: Various clarifications.
5836
58372004-04-14 Luc Teirlinck <teirllm@auburn.edu>
5838
5839 * buffers.texi (Read Only Buffers): Mention optional ARG to
5840 `toggle-read-only'.
5841
58422004-04-14 Nick Roberts <nick@nick.uklinux.net>
5843
5844 * windows.texi (Selecting Windows): Note that get-lru-window
5845 returns a full-width window if possible.
5846
58472004-04-13 Luc Teirlinck <teirllm@auburn.edu>
5848
5849 * buffers.texi: Various changes in addition to:
5850 (Buffer File Name): Add `find-buffer-visiting'.
5851 (Buffer Modification): Mention optional ARG to `not-modified'.
5852 (Indirect Buffers): Mention optional CLONE argument to
5853 `make-indirect-buffer'.
5854
5855 * files.texi: Various changes in addition to:
5856 (Visiting Functions): `find-file-hook' is now a normal hook.
5857 (File Name Expansion): Explain difference between the way that
5858 `expand-file-name' and `file-truename' treat `..'.
5859 (Contents of Directories): Mention optional ID-FORMAT argument to
5860 `directory-files-and-attributes'.
5861 (Format Conversion): Mention new optional CONFIRM argument to
5862 `format-write-file'.
5863
58642004-04-12 Miles Bader <miles@gnu.org>
5865
5866 * macros.texi (Expansion): Add description of `macroexpand-all'.
5867
58682004-04-05 Jesper Harder <harder@ifa.au.dk>
5869
5870 * variables.texi (Variable Aliases): Mention
5871 cyclic-variable-indirection.
5872
5873 * errors.texi (Standard Errors): Ditto.
5874
58752004-04-04 Luc Teirlinck <teirllm@auburn.edu>
5876
5877 * backups.texi: Various small changes in addition to:
5878 (Making Backups): Mention return value of `backup-buffer'.
5879 (Auto-Saving): Mention optional FORCE argument to
5880 `delete-auto-save-file-if-necessary'.
5881 (Reverting): Mention optional PRESERVE-MODES argument to
5882 `revert-buffer'. Correct description of `revert-buffer-function'.
5883
58842004-03-22 Juri Linkov <juri@jurta.org>
5885
5886 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
5887 with `Vector Functions'.
5888
5889 * text.texi (Sorting): Add missing quote.
5890
58912004-03-14 Luc Teirlinck <teirllm@auburn.edu>
5892
5893 * intro.texi (Lisp History): Replace xref to `cl' manual with
5894 inforef.
5895
58962004-03-12 Richard M. Stallman <rms@gnu.org>
5897
5898 * intro.texi (Version Info): Add arg to emacs-version.
5899 (Lisp History): Change xref to CL manual.
5900
59012004-03-09 Luc Teirlinck <teirllm@auburn.edu>
5902
5903 * minibuf.texi (Completion Commands): Add xref to Emacs manual
5904 for Partial Completion mode.
5905
59062004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
5907
5908 * customize.texi: Fix typo. Remove eol whitespace.
5909
59102004-03-04 Richard M. Stallman <rms@gnu.org>
5911
5912 * processes.texi: Fix typos.
5913
5914 * lists.texi (Building Lists): Minor clarification.
5915
5916 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
5917 in make-hash-table.
5918
59192004-02-29 Juanma Barranquero <lektu@terra.es>
5920
5921 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
5922 rm, and ignore exit code.
5923
59242004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
5925
5926 * display.texi (Defining Faces): Add description for min-colors.
5927 Update example.
5928
59292004-02-23 Luc Teirlinck <teirllm@auburn.edu>
5930
5931 * abbrevs.texi: Various corrections and clarifications in addition
5932 to the following:
5933 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
5934
59352004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
5936
5937 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
5938
59392004-02-21 Luc Teirlinck <teirllm@auburn.edu>
5940
5941 * text.texi: Various small changes in addition to the following:
5942 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
5943 to delete-horizontal-space.
5944 (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
5945 description of yank-handler text property at various places.
5946
5947 * frames.texi (Window System Selections): Add anchor.
5948
5949 * syntax.texi (Syntax Table Functions): Clarify and correct
5950 descriptions of make-syntax-table and copy-syntax-table.
5951 (Motion and Syntax): Clarify SYNTAXES argument to
5952 skip-syntax-forward.
5953 (Parsing Expressions): Mention that the return value of
5954 parse-partial-sexp is currently a list of ten rather than nine
5955 elements.
5956 (Categories): Various corrections and clarifications.
5957
59582004-02-17 Luc Teirlinck <teirllm@auburn.edu>
5959
5960 * markers.texi (Marker Insertion Types): Minor change.
5961
5962 * locals.texi (Standard Buffer-Local Variables):
5963 * commands.texi (Interactive Codes, Using Interactive):
5964 * functions.texi (Related Topics): Fix xrefs.
5965
59662004-02-16 Luc Teirlinck <teirllm@auburn.edu>
5967
5968 * lists.texi (Sets And Lists): Update description of delete-dups.
5969
59702004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
5971
5972 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
5973
c8763fb6 59742004-02-16 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
5975
5976 * frames.texi (Parameter Access): frame-parameters arg is optional.
5977 modify-frame-parameters handles nil for FRAME.
5978 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
5979 are all-or-nothing for certain toolkits.
5980 Mention parameter wait-for-wm.
5981 (Frames and Windows): In frame-first-window and frame-selected-window
5982 the arg is optional.
5983 (Input Focus): In redirect-frame-focus the second arg is optional.
5984 (Window System Selections): Mention selection type CLIPBOARD.
5985 Mention data-type UTF8_STRING.
5986 Mention numbering of cut buffers.
5987 (Resources): Describe x-resource-name.
5988
59892004-02-16 Richard M. Stallman <rms@gnu.org>
5990
5991 * windows.texi (Buffers and Windows): Delete false table
5992 about all-frames.
5993
5994 * syntax.texi (Parsing Expressions): Delete old caveat
5995 about parse-sexp-ignore-comments.
5996
5997 * streams.texi (Output Variables): Add print-quoted.
5998
5999 * lists.texi (Building Lists): Minor cleanup.
6000
6001 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
6002
6003 * display.texi (Overlays): Explain overlays use markers.
6004 (Managing Overlays): Explain front-advance and rear-advance
6005 in more detail.
6006
6007 * loading.texi (Unloading): Document unload-feature-special-hooks.
6008 Get rid of fns-NNN.el file.
6009
60102004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
6011
6012 * help.texi (Describing Characters): Fix text-char-description
6013 example output.
6014
6015 * edebug.texi (Using Edebug): Fix example.
6016
6017 * debugging.texi (Internals of Debugger): Fix return value.
6018
6019 * files.texi (Changing Files): Fix argname.
6020
6021 * calendar.texi: Fix parens, and default values.
6022
6023 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
6024 * nonascii.texi, objects.texi, os.texi: Minor fixes.
b3e755a9 6025 * searching.texi, text.texi, tips.texi, windows.texi: Minor fixes.
b8d4c8d0
GM
6026
6027 * positions.texi (Text Lines): Don't add -1 in current-line.
6028
60292004-02-16 Richard M. Stallman <rms@gnu.org>
6030
6031 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
6032
60332004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
6034
6035 * processes.texi (Low-Level Network): Fix a typo.
6036
60372004-02-12 Kim F. Storm <storm@cua.dk>
6038
6039 * display.texi (Fringes): Use consistent wording.
6040 Note that window-fringe's window arg is optional.
6041 (Scroll Bars): Use consistent wording.
6042
60432004-02-11 Luc Teirlinck <teirllm@auburn.edu>
6044
6045 * tips.texi (Comment Tips): Document the new conventions for
6046 commenting out code.
6047
c8763fb6 60482004-02-07 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
6049
6050 * positions.texi (Text Lines): Added missing end defun.
6051
60522004-02-07 Kim F. Storm <storm@cua.dk>
6053
6054 * positions.texi (Text Lines): Add line-number-at-pos.
6055
60562004-02-06 John Paul Wallington <jpw@gnu.org>
6057
6058 * display.texi (Button Properties, Button Buffer Commands):
6059 mouse-2 invokes button, not down-mouse-1.
6060
60612004-02-04 Jason Rumney <jasonr@gnu.org>
6062
6063 * makefile.w32-in: Sync with Makefile.in changes.
6064
60652004-02-03 Luc Teirlinck <teirllm@auburn.edu>
6066
6067 * minibuf.texi (Text from Minibuffer): Various corrections and
6068 clarifications.
6069 (Object from Minibuffer): Correct Lisp description of
6070 read-minibuffer.
6071 (Minibuffer History): Clarify description of cons values for
6072 HISTORY arguments.
6073 (Basic Completion): Various corrections and clarifications. Add
6074 completion-regexp-list.
6075 (Minibuffer Completion): Correct and clarify description of
6076 completing-read.
6077 (Completion Commands): Mention Partial Completion mode. Various
6078 other minor changes.
6079 (High-Level Completion): Various corrections and clarifications.
6080 (Reading File Names): Ditto.
6081 (Minibuffer Misc): Ditto.
6082
60832004-01-26 Luc Teirlinck <teirllm@auburn.edu>
6084
6085 * strings.texi (Text Comparison): assoc-string also matches
6086 elements of alists that are strings instead of conses.
6087 (Formatting Strings): Standardize Texinfo usage. Update index
6088 entries.
6089
60902004-01-20 Luc Teirlinck <teirllm@auburn.edu>
6091
6092 * lists.texi (Sets And Lists): Add delete-dups.
6093
60942004-01-15 Luc Teirlinck <teirllm@auburn.edu>
6095
6096 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
6097 special form.
6098 * macros.texi (Defining Macros): Update description of `declare',
6099 which now is a macro.
6100 (Wrong Time): Fix typos.
6101
61022004-01-14 Luc Teirlinck <teirllm@auburn.edu>
6103
6104 * compile.texi (Compilation Functions): Expand descriptions of
6105 `compile-defun', `byte-compile-file', `byte-recompile-directory'
6106 and `batch-byte-compile'. In particular, mention and describe
6107 all optional arguments.
6108 (Disassembly): Correct and clarify the description of `disassemble'.
6109
61102004-01-11 Luc Teirlinck <teirllm@auburn.edu>
6111
6112 * searching.texi: Various small changes in addition to the
6113 following.
6114 (Regexp Example): Adapt to new value of `sentence-end'.
6115 (Regexp Functions): The PAREN argument to `regexp-opt' can be
6116 `words'.
6117 (Search and Replace): Add usage note for `perform-replace'.
6118 (Entire Match Data): Mention INTEGERS and REUSE arguments to
6119 `match-data'.
6120 (Standard Regexps): Update for new values of `paragraph-start'
6121 and `sentence-end'.
6122
61232004-01-07 Luc Teirlinck <teirllm@auburn.edu>
6124
6125 * files.texi (Saving Buffers): Clarify descriptions of
6126 `write-contents-functions' and `before-save-hook'.
6127 Make the defvar's for `before-save-hook' and `after-save-hook'
6128 into defopt's.
6129
61302004-01-07 Kim F. Storm <storm@cua.dk>
6131
6132 * commands.texi (Click Events): Describe new image and
6133 width/height elements of click events.
6134 (Accessing Events): Add posn-string, posn-image, and
6135 posn-object-width-height. Change posn-object to return either
6136 image or string object.
6137
61382004-01-01 Simon Josefsson <jas@extundo.com>
6139
6140 * hooks.texi (Standard Hooks): Add before-save-hook.
6141 * files.texi (Saving Buffers): Likewise.
6142
61432004-01-03 Richard M. Stallman <rms@gnu.org>
6144
6145 * frames.texi (Frames and Windows): Delete frame-root-window.
6146
61472004-01-03 Luc Teirlinck <teirllm@auburn.edu>
6148
6149 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
6150
6151 * functions.texi: Various small changes in addition to the
6152 following.
6153 (What Is a Function): `functionp' returns nil for macros. Clarify
6154 behavior of this and following functions for symbol arguments.
6155 (Function Documentation): Add `\' in front of (fn @var{arglist})
6156 and explain why.
6157 (Defining Functions): Mention DOCSTRING argument to `defalias'.
6158 Add anchor.
6159 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
6160
61612004-01-01 Miles Bader <miles@gnu.org>
6162
6163 * display.texi (Buttons): New section.
6164
61652003-12-31 Andreas Schwab <schwab@suse.de>
6166
6167 * numbers.texi (Math Functions): sqrt reports a domain-error
6168 error.
6169 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
6170
61712003-12-30 Luc Teirlinck <teirllm@auburn.edu>
6172
6173 * tips.texi (Documentation Tips): Update item on hyperlinks in
6174 documentation strings.
6175
6176 * errors.texi (Standard Errors): Various small corrections and
6177 additions.
6178
6179 * control.texi: Various small changes in addition to the
6180 following.
6181 (Signaling Errors): Provide some more details on how `signal'
6182 constructs the error message. Add anchor to the definition of
6183 `signal'.
6184 (Error Symbols): Describe special treatment of `quit'.
6185 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
6186 to emphasize that it has to be a single form.
6187
6188 * buffers.texi: Add anchor.
6189
61902003-12-29 Richard M. Stallman <rms@gnu.org>
6191
6192 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
6193 (Window Configurations): Add window-configuration-frame.
6194
6195 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
6196
6197 * text.texi (Examining Properties): Add get-char-property-and-overlay.
6198 Change arg name in get-char-property.
6199 (Special Properties): Update handling of keymap property.
6200
6201 * strings.texi (Modifying Strings): Add clear-string.
6202 (Text Comparison): Add assoc-string and remove
6203 assoc-ignore-case, assoc-ignore-representation.
6204
6205 * os.texi (Time of Day): Add set-time-zone-rule.
6206
6207 * numbers.texi (Math Functions): asin, acos, log, log10
6208 report domain-error errors.
6209
6210 * nonascii.texi (Converting Representations):
6211 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
6212 (Encoding and I/O): Add file-name-coding-system.
6213
6214 * modes.texi (Search-based Fontification): Explain that
6215 face specs are symbols with face names as values.
6216
6217 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
6218
6219 * lists.texi (Building Lists): remq moved elsewhere.
6220 (Sets And Lists): remq moved here.
6221 (Association Lists): Refer to assoc-string.
6222
6223 * internals.texi (Garbage Collection): Add memory-use-counts.
6224
6225 * frames.texi (Frames and Windows): Add set-frame-selected-window
6226 and frame-root-window.
6227
6228 * files.texi (Contents of Directories):
6229 Add directory-files-and-attributes.
6230
6231 * display.texi (Refresh Screen): Add force-window-update.
6232 (Invisible Text): Explain about moving point out of invis text.
6233 (Overlay Properties): Add overlay-properties.
6234 (Managing Overlays): Add overlayp.
6235 (GIF Images): Invalid image number displays a hollow box.
6236
6237 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
6238 (Killing Buffers): Add buffer-live-p.
6239
62402003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
6241
6242 * display.texi (Fringes): Fix typo "set-buffer-window".
6243
62442003-12-24 Luc Teirlinck <teirllm@auburn.edu>
6245
6246 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
6247 * nonascii.texi, processes.texi, tips.texi, variables.texi:
6248 Add or change various xrefs and anchors.
6249
6250 * commands.texi: Replace all occurrences of @acronym{CAR} with
6251 @sc{car}, for consistency with the rest of the Elisp manual.
6252 `car' and `cdr' are historically acronyms, but are no longer
6253 widely thought of as such.
6254
6255 * internals.texi (Pure Storage): Mention that `purecopy' does not
6256 copy text properties.
6257 (Object Internals): Now 29 bits are used (in most implementations)
6258 to address Lisp objects.
6259
6260 * variables.texi (Variables with Restricted Values): New node.
6261
6262 * objects.texi (Lisp Data Types): Mention that certain variables
6263 can only take on a restricted set of values and add an xref to
6264 the new node "Variables with Restricted Values".
6265
6266 * eval.texi (Function Indirection): Describe the errors that
6267 `indirect-function' can signal.
6268 (Eval): Clarify the descriptions of `eval-region' and `values'.
6269 Describe `eval-buffer' instead of `eval-current-buffer' and
6270 mention `eval-current-buffer' as an alias for `current-buffer'.
6271 Correct the description and mention all optional arguments.
6272
6273 * nonascii.texi: Various small changes in addition to the
6274 following.
6275 (Converting Representations): Clarify behavior of
6276 `string-make-multibyte' and `string-to-multibyte' for unibyte all
6277 ASCII arguments.
6278 (Character Sets): Document the variable `charset-list' and adapt
6279 the definition of the function `charset-list' accordingly.
6280 (Translation of Characters): Clarify use of generic characters in
6281 `make-translation-table'. Clarify and correct the description of
6282 the use of translation tables in encoding and decoding.
6283 (User-Chosen Coding Systems): Correct and clarify the description
6284 of `select-safe-coding-system'.
6285 (Default Coding Systems): Clarify description of
6286 `file-coding-system-alist'.
6287
62882003-11-30 Luc Teirlinck <teirllm@auburn.edu>
6289
6290 * strings.texi (Text Comparison): Correctly describe when two
6291 strings are `equal'. Combine and clarify descriptions of
6292 `assoc-ignore-case' and `assoc-ignore-representation'.
6293
6294 * objects.texi (Non-ASCII in Strings): Clarify description of
6295 when a string is unibyte or multibyte.
6296 (Bool-Vector Type): Update examples.
6297 (Equality Predicates): Correctly describe when two strings are
6298 `equal'.
6299
63002003-11-29 Luc Teirlinck <teirllm@auburn.edu>
6301
6302 * lists.texi (Building Lists): `append' no longer accepts integer
6303 arguments. Update the description of `number-sequence' to reflect
6304 recent changes.
6305 (Sets And Lists): Describe `member-ignore-case' after `member'.
6306
63072003-11-27 Kim F. Storm <storm@cua.dk>
6308
6309 * commands.texi (Click Events): Click object may be an images.
6310 Describe (dx . dy) element of click positions.
6311 (Accessing Events): Remove duplicate posn-timestamp.
6312 New functions posn-object and posn-object-x-y.
6313
63142003-11-23 Kim F. Storm <storm@cua.dk>
6315
6316 * commands.texi (Click Events): Describe enhancements to event
6317 position lists, including new text-pos and (col . row) items.
6318 Mention left-fringe and right-fringe area events.
6319 (Accessing Events): New functions posn-area and
6320 posn-actual-col-row. Mention posn-timestamp. Mention that
6321 posn-point in non-text area still returns buffer position.
6322 Clarify posn-col-row.
6323
63242003-11-21 Lars Hansen <larsh@math.ku.dk>
6325
6326 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
6327 * anti.texi (File Attributes): Describe removed parameter
6328 ID-FORMAT.
6329
63302003-11-20 Luc Teirlinck <teirllm@auburn.edu>
6331
6332 * positions.texi (Positions): Mention that, if a marker is used as
6333 a position, its buffer is ignored.
6334
6335 * markers.texi (Overview of Markers): Mention it here too.
6336
63372003-11-12 Luc Teirlinck <teirllm@auburn.edu>
6338
6339 * numbers.texi (Numeric Conversions): Not just `floor', but also
6340 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
6341
63422003-11-10 Luc Teirlinck <teirllm@auburn.edu>
6343
6344 * markers.texi (Creating Markers): Specify insertion type of
6345 created markers. Add xref to `Marker Insertion Types'.
6346 Second argument to `copy-marker' is optional.
6347 (Marker Insertion Types): Mention that most markers are created
6348 with insertion type nil.
6349 (The Mark): Correctly describe when `mark' signals an error.
6350 (The Region): Correctly describe when `region-beginning' and
6351 `region-end' signal an error.
6352
63532003-11-08 Luc Teirlinck <teirllm@auburn.edu>
6354
6355 * hash.texi (Creating Hash): Clarify description of `eql'.
6356 `makehash' is obsolete.
6357 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
6358
6359 * positions.texi (Point): Change description of `buffer-end', so
6360 that it is also correct for floating point arguments.
6361 (List Motion): Correct argument lists of `beginning-of-defun' and
6362 `end-of-defun'.
6363 (Excursions): Add xref to `Marker Insertion Types'.
6364 (Narrowing): Argument to `narrow-to-page' is optional.
6365
63662003-11-06 Luc Teirlinck <teirllm@auburn.edu>
6367
6368 * streams.texi (Output Streams): Clarify behavior of point for
6369 marker output streams.
6370
63712003-11-04 Luc Teirlinck <teirllm@auburn.edu>
6372
6373 * variables.texi (Defining Variables): Second argument to
6374 `defconst' is not optional.
6375 (Setting Variables): Mention optional argument APPEND to
6376 `add-to-list'.
6377 (Creating Buffer-Local): Expand description of
6378 `make-variable-buffer-local'.
6379 (Frame-Local Variables): Expand description of
6380 `make-variable-frame-local'.
6381 (Variable Aliases): Correct description of optional argument
6382 DOCSTRING to `defvaralias'. Mention return value of
6383 `defvaralias'.
6384 (File Local Variables): Add xref to `File variables' in Emacs
6385 Manual. Correct description of `hack-local-variables'. Mention
6386 `safe-local-variable' property. Mention optional second argument
6387 to `risky-local-variable-p'.
6388
63892003-11-03 Luc Teirlinck <teirllm@auburn.edu>
6390
6391 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
6392
63932003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
6394
6395 * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
6396 lispref/customize.texi, lispref/display.texi, lispref/files.texi,
6397 lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
6398 lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
6399 lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
6400 lispref/processes.texi, lispref/searching.texi,
6401 lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
6402 lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
6403 @acronym{FOO}.
6404
64052003-10-27 Luc Teirlinck <teirllm@auburn.edu>
6406
6407 * strings.texi (Creating Strings): Argument START to `substring'
6408 can not be `nil'. Expand description of
6409 `substring-no-properties'. Correct description of `split-string',
6410 especially with respect to empty matches. Prevent very bad line
6411 break in definition of `split-string-default-separators'.
6412 (Text Comparison): `string=' and `string<' also accept symbols as
6413 arguments.
6414 (String Conversion): More completely describe argument BASE in
6415 `string-to-number'.
6416 (Formatting Strings): `%s' and `%S' in `format' do require
6417 corresponding object. Clarify behavior of numeric prefix after
6418 `%' in `format'.
6419 (Case Conversion): The argument to `upcase-initials' can be a
6420 character.
6421
64222003-10-27 Kenichi Handa <handa@m17n.org>
6423
6424 * display.texi (Fontsets): Fix texinfo usage.
6425
64262003-10-25 Kenichi Handa <handa@m17n.org>
6427
6428 * display.texi (Fontsets): Add description of the function
6429 set-fontset-font.
6430
64312003-10-23 Luc Teirlinck <teirllm@auburn.edu>
6432
6433 * display.texi (Temporary Displays): Add xref to `Documentation
6434 Tips'.
6435
6436 * functions.texi (Function Safety): Use inforef instead of pxref
6437 for SES.
6438
64392003-10-23 Andreas Schwab <schwab@suse.de>
6440
6441 * Makefile.in (TEX, texinputdir): Don't define.
6442 (TEXI2DVI): Define.
6443 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
6444 add $(srcdir)/index.texi.
6445 ($(infodir)/elisp): Remove index.texi dependency.
6446 (elisp.dvi): Likewise. Use $(TEXI2DVI).
6447 (index.texi): Remove target.
6448 (dist): Don't link $(srcdir)/permute-index.
6449 (clean): Don't remove index.texi.
6450
6451 * permute-index, index.perm: Remove.
6452 * index.texi: Rename from index.unperm.
6453
64542003-10-22 Luc Teirlinck <teirllm@auburn.edu>
6455
6456 * tips.texi (Documentation Tips): Document new behavior for face
6457 and variable hyperlinks in Help mode.
6458
64592003-10-21 Luc Teirlinck <teirllm@auburn.edu>
6460
6461 * objects.texi (Integer Type): Update for extra bit of integer range.
6462 (Character Type): Ditto.
6463
64642003-10-16 Eli Zaretskii <eliz@gnu.org>
6465
6466 * numbers.texi (Integer Basics): Add index entries for reading
6467 numbers in hex, octal, and binary.
6468
64692003-10-16 Lute Kamstra <lute@gnu.org>
6470
6471 * modes.texi (Mode Line Format): Mention force-mode-line-update's
6472 argument.
6473
64742003-10-13 Luc Teirlinck <teirllm@auburn.edu>
6475
6476 * windows.texi (Choosing Window): Fix typo.
6477 * edebug.texi (Edebug Execution Modes): Fix typo.
6478
64792003-10-13 Richard M. Stallman <rms@gnu.org>
6480
6481 * windows.texi (Basic Windows): A window has fringe settings,
6482 display margins and scroll-bar settings.
6483 (Splitting Windows): Doc split-window return value.
6484 Clean up one-window-p.
6485 (Selecting Windows): Fix typo.
6486 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
6487 (Buffers and Windows): In set-window-buffer, explain effect
6488 on fringe settings and scroll bar settings.
6489 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
6490 (Choosing Window): Use defopt for pop-up-frame-function.
6491 For special-display-buffer-names, explain same-window and same-frame.
6492 Clarify window-dedicated-p return value.
6493 (Textual Scrolling): scroll-up and scroll-down can get an error.
6494 (Horizontal Scrolling): Clarify auto-hscroll-mode.
6495 Clarify set-window-hscroll.
6496 (Size of Window): Don't mention tool bar in window-height.
6497 (Coordinates and Windows): Explain what coordinates-in-window-p
6498 returns for fringes and display margins.
6499 (Window Configurations): Explain saving fringes, etc.
6500
6501 * tips.texi (Library Headers): Clean up Documentation.
6502
6503 * syntax.texi (Parsing Expressions): Clean up forward-comment
6504 and parse-sexp-lookup-properties.
6505
6506 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
6507
6508 * os.texi (System Environment): Clean up text for load-average errors.
6509
6510 * modes.texi (Hooks): Don't explain local hook details at front.
6511 Clarify run-hooks and run-hook-with-args a little.
6512 Clean up add-hook and remove-hook.
6513
6514 * edebug.texi (Edebug Execution Modes): Clarify t.
6515 Document edebug-sit-for-seconds.
6516 (Coverage Testing): Document C-x X = and =.
6517 (Instrumenting Macro Calls): Fix typo.
6518 (Specification List): Don't index the specification keywords.
6519
65202003-10-10 Kim F. Storm <storm@cua.dk>
6521
6522 * processes.texi (Network): Introduce make-network-process.
6523
65242003-10-09 Luc Teirlinck <teirllm@auburn.edu>
6525
6526 * tips.texi (Library Headers): Fix typo.
6527
65282003-10-07 Juri Linkov <juri@jurta.org>
6529
6530 * modes.texi (Imenu): Mention imenu-create-index-function's
6531 default value. Explain submenus better.
6532
65332003-10-07 Lute Kamstra <lute@gnu.org>
6534
6535 * modes.texi (Faces for Font Lock): Fix typo.
6536 (Hooks): Explain how buffer-local hook variables can refer to
6537 global hook variables.
6538 Various minor clarifications.
6539
65402003-10-06 Lute Kamstra <lute@gnu.org>
6541
6542 * tips.texi (Coding Conventions): Mention naming conventions for
6543 hooks.
6544
65452003-10-05 Luc Teirlinck <teirllm@auburn.edu>
6546
6547 * loading.texi (Library Search): Correct default value of
6548 load-suffixes.
6549 (Named Features): Fix typo.
6550
65512003-10-05 Richard M. Stallman <rms@gnu.org>
6552
6553 * loading.texi (Named Features): In `provide',
6554 say how to test for subfeatures.
6555 (Unloading): In unload-feature, use new var name
6556 unload-feature-special-hooks.
6557
65582003-10-03 Lute Kamstra <lute@gnu.org>
6559
6560 * modes.texi (Major Mode Conventions): Mention third way to set up
6561 Imenu.
6562 (Imenu): A number of small fixes.
6563 Delete documentation of internal variable imenu--index-alist.
6564 Document the return value format of imenu-create-index-function
6565 functions.
6566
65672003-09-30 Richard M. Stallman <rms@gnu.org>
6568
6569 * processes.texi (Network): Say what stopped datagram connections do.
6570
6571 * lists.texi (Association Lists): Clarify `assq-delete-all'.
6572
6573 * display.texi (Overlay Properties): Clarify `evaporate' property.
6574
65752003-09-29 Lute Kamstra <lute@gnu.org>
6576
6577 * modes.texi (Mode Line Data): Explain when symbols in mode-line
6578 constructs should be marked as risky.
6579 Change cons cell into proper list.
6580 (Mode Line Variables): Change cons cell into proper list.
6581
65822003-09-26 Lute Kamstra <lute@gnu.org>
6583
6584 * modes.texi (Mode Line Data): Document the :propertize construct.
6585 (Mode Line Variables): Reorder the descriptions of the variables
6586 to match their order in the default mode-line-format.
6587 Describe the new variables mode-line-position and mode-line-modes.
6588 Update the default values of mode-line-frame-identification,
6589 minor-mode-alist, and default-mode-line-format.
6590 (Properties in Mode): Mention the :propertize construct.
6591
65922003-09-26 Richard M. Stallman <rms@gnu.org>
6593
6594 * buffers.texi, commands.texi, debugging.texi, eval.texi:
6595 * loading.texi, minibuf.texi, text.texi, variables.texi:
6596 Avoid @strong{Note:}.
6597
65982003-09-26 Richard M. Stallman <rms@gnu.org>
6599
6600 * keymaps.texi (Remapping Commands): Fix typo.
6601
66022003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
6603
6604 * processes.texi (Low-Level Network): Fix typo.
6605
66062003-09-23 Kim F. Storm <storm@cua.dk>
6607
6608 * processes.texi (Network, Network Servers): Fix typos.
6609 (Low-Level Network): Add timeout value for :server keyword.
6610 Add new option keywords to make-network-process.
6611 Add set-network-process-options.
6612 Explain how to test availability of network options.
6613
66142003-09-19 Richard M. Stallman <rms@gnu.org>
6615
6616 * text.texi (Motion by Indent): Arg to
6617 backward-to-indentation and forward-to-indentation is optional.
6618
6619 * strings.texi (Creating Strings): Add substring-no-properties.
6620
6621 * processes.texi
6622 (Process Information): Add list-processes arg QUERY-ONLY.
6623 Delete process-contact from here.
6624 Add new status values for process-status.
6625 Add process-get, process-put, process-plist, set-process-plist.
6626 (Synchronous Processes): Add call-process-shell-command.
6627 (Signals to Processes): signal-process allows process objects.
6628 (Network): Complete rewrite.
6629 (Network Servers, Datagrams, Low-Level Network): New nodes.
6630
6631 * positions.texi (Word Motion): forward-word, backward-word
6632 arg is optional. Reword.
6633
6634 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
6635
6636 * variables.texi (Creating Buffer-Local):
6637 Delete duplicate definition of buffer-local-value.
6638 (File Local Variables): Explain about discarding text props.
6639
66402003-09-11 Richard M. Stallman <rms@gnu.org>
6641
6642 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
6643 changes variables that record input events.
6644 (Minibuffer Misc): Add minibuffer-selected-window.
6645
6646 * lists.texi (Building Lists): Add copy-tree.
6647
6648 * display.texi (Fontsets): Add char-displayable-p.
6649 (Scroll Bars): New node.
6650
66512003-09-08 Lute Kamstra <lute@gnu.org>
6652
6653 * modes.texi (%-Constructs): Document new `%i' and `%I'
6654 constructs.
6655
66562003-09-03 Peter Runestig <peter@runestig.com>
6657
6658 * makefile.w32-in: New file.
6659
66602003-08-29 Richard M. Stallman <rms@gnu.org>
6661
6662 * display.texi (Overlay Properties): Clarify how priorities
6663 affect use of the properties.
6664
66652003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
6666
6667 * customize.texi (Type Keywords): Correct the description of
6668 `:help-echo' in the case where `motion-doc' is a function.
6669
66702003-08-14 John Paul Wallington <jpw@gnu.org>
6671
6672 * modes.texi (Emulating Mode Line): Subsection, not section.
6673
66742003-08-13 Richard M. Stallman <rms@gnu.org>
6675
6676 * elisp.texi (Top): Update subnode lists in menu.
6677
6678 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
6679 (Kill Functions): kill-region has new arg yank-handler.
6680 (Yanking): New node.
6681 (Yank Commands): Add yank-undo-function.
6682 (Low-Level Kill Ring):
6683 kill-new and kill-append have new arg yank-handler.
6684 (Changing Properties): Add remove-list-of-text-properties.
6685 (Atomic Changes): New node.
6686
6687 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
6688
6689 * streams.texi (Output Variables): Add eval-expression-print-length
6690 and eval-expression-print-level.
6691
6692 * os.texi (Time Conversion): For encode-time, explain limits on year.
6693
6694 * objects.texi (Character Type): Define anchor "modifier bits".
6695
6696 * modes.texi (Emulating Mode Line): New node.
6697 (Search-based Fontification): Font Lock uses font-lock-face property.
6698 (Other Font Lock Variables): Likewise.
6699
6700 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
6701 not vectors.
6702 (Active Keymaps): Add emulation-mode-map-alists.
6703 (Functions for Key Lookup): key-binding has new arg no-remap.
6704 (Remapping Commands): New node.
6705 (Scanning Keymaps): where-is-internal has new arg no-remap.
6706 (Tool Bar): Add tool-bar-local-item-from-menu.
6707 Clarify when to use tool-bar-add-item-from-menu.
6708
6709 * commands.texi (Interactive Call): commandp has new arg.
6710 (Command Loop Info): Add this-original-command.
6711
67122003-08-06 John Paul Wallington <jpw@gnu.org>
6713
6714 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
6715
6716 * display.texi (Warning Basics): Fix typo.
6717 (Fringes): Add closing curly bracket and fix typo.
6718
6719 * elisp.texi (Top): Fix typo.
6720
67212003-08-05 Richard M. Stallman <rms@gnu.org>
6722
6723 * elisp.texi: Update lists of subnodes.
6724
6725 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
6726
6727 * variables.texi (Local Variables): Use lc for example variable names.
6728
6729 * tips.texi (Library Headers): Explain where to put -*-.
6730
6731 * strings.texi (Creating Strings): Fix xref for vconcat.
6732
6733 * sequences.texi (Vector Functions):
6734 vconcat no longer allows integer args.
6735
6736 * minibuf.texi (Reading File Names): read-file-name has new
6737 arg PREDICATE. New function read-directory-name.
6738
6739 * macros.texi (Defining Macros): Give definition of `declare'
6740 (Indenting Macros): New node.
6741
6742 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
6743 (Window Frame Parameters): Make separate table of parameters
6744 that are coupled with specific face attributes.
6745 (Deleting Frames): delete-frame-hooks renamed to
6746 delete-frame-functions.
6747
6748 * files.texi (Magic File Names): Add file-remote-p.
6749 Clarify file-local-copy.
6750
6751 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
6752 here; instead xref Defining Macros.
6753
6754 * display.texi (Warnings): New node, and subnodes.
6755 (Fringes): New node.
6756
6757 * debugging.texi (Test Coverage): New node.
6758
6759 * compile.texi (Compiler Errors): Explain with-no-warnings
6760 and other ways to suppress warnings.
6761
6762 * commands.texi (Interactive Call): Minor clarification.
6763
6764 * buffers.texi (Buffer File Name): set-visited-file-name
6765 renames the buffer too.
6766
6767 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
6768
67692003-07-24 Markus Rost <rost@math.ohio-state.edu>
6770
6771 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
6772
67732003-07-22 Markus Rost <rost@math.ohio-state.edu>
6774
6775 * internals.texi (Garbage Collection): Fix previous change.
6776
67772003-07-22 Richard M. Stallman <rms@gnu.org>
6778
6779 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
6780
6781 * display.texi (Width): Use \s syntax in example.
6782 (Font Selection): Add face-font-rescale-alist.
6783
6784 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
6785 Remove spurious indent in example.
6786
6787 * lists.texi (Building Lists): Add number-sequence.
6788
6789 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
6790
6791 * functions.texi (Function Documentation): Explain how to
6792 show calling convention explicitly in the doc string.
6793
6794 * windows.texi (Selecting Windows): save-selected-window saves
6795 selected window of each frame.
6796 (Window Configurations): Minor change.
6797
6798 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
6799
6800 * streams.texi (Output Variables): Add print-continuous-numbering
6801 and print-number-table.
6802
6803 * processes.texi (Decoding Output): New node.
6804
6805 * os.texi (Time Conversion): decode-time arg is optional.
6806
6807 * objects.texi (Character Type): Don't use space as example for \.
6808 Make list of char names and \-sequences correspond.
6809 Explain that \s is not used in strings. `\ ' needs space after.
6810
6811 * nonascii.texi (Converting Representations): Add string-to-multibyte.
6812 (Translation of Characters): Add translation-table-for-input.
6813 (Default Coding Systems): Add auto-coding-functions.
6814 (Explicit Encoding): Add decode-coding-inserted-region.
6815 (Locales): Add locale-info.
6816
6817 * minibuf.texi (Basic Completion): Describe test-completion.
6818 Collections can be lists of strings.
6819 Clean up lazy-completion-table.
6820 (Programmed Completion): Mention test-completion.
6821 Clarify why lambda expressions are not accepted.
6822 (Minibuffer Misc): Describe minibufferp.
6823
68242003-07-14 Richard M. Stallman <rms@gnu.org>
6825
6826 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
6827
6828 * windows.texi (Selecting Windows): New arg to select-window.
6829 (Selecting Windows): Add with-selected-window.
6830 (Size of Window): Add window-inside-edges, etc.
6831
6832 * internals.texi (Garbage Collection): Add post-gc-hook.
6833
6834 * processes.texi (Subprocess Creation): Add exec-suffixes.
6835
6836 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
6837 (Scanning Keymaps): Add map-keymaps.
6838 (Defining Menus): Add keymap-prompt.
6839
6840 * numbers.texi (Integer Basics): Add most-positive-fixnum,
6841 most-negative-fixnum.
6842
6843 * compile.texi (Byte Compilation): Explain no-byte-compile
6844 (Compiler Errors): New node.
6845
6846 * os.texi (User Identification): user-uid, user-real-uid
6847 can return float.
6848
6849 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
6850 and about derived modes.
6851 (Minor Modes): Add minor-mode-list.
6852 (Defining Minor Modes): Keyword args for define-minor-mode.
6853 (Search-based Fontification): Explain managing other properties.
6854 (Other Font Lock Variables): Add font-lock-extra-managed-props.
183080b6 6855 (Faces for Font Lock): Add font-lock-preprocessor-face.
b8d4c8d0
GM
6856 (Hooks): Add run-mode-hooks and delay-mode-hooks.
6857
6858 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
6859 (Variable Aliases): Clarify defvaralias.
6860
6861 * loading.texi (Library Search): Add load-suffixes.
6862
6863 * minibuf.texi (Basic Completion): Add lazy-completion-table.
6864 (Programmed Completion): Add dynamic-completion-table.
6865
6866 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
6867 (Magic File Names): Specify precedence order of handlers.
6868
6869 * commands.texi (Command Overview): Emacs server runs pre-command-hook
6870 and post-command-hook.
6871 (Waiting): New calling convention for sit-for.
6872
6873 * text.texi (Special Properties): local-map and keymap properties
6874 apply based on their stickiness.
6875
68762003-07-07 Richard M. Stallman <rms@gnu.org>
6877
6878 * modes.texi (Minor Mode Conventions): Specify only some kinds
6879 of list values as args to minor modes.
6880
6881 * files.texi (File Name Expansion): Warn about iterative use
6882 of substitute-in-file-name.
6883
6884 * advice.texi (Activation of Advice): Clean up previous change.
6885
68862003-07-06 Markus Rost <rost@math.ohio-state.edu>
6887
6888 * advice.texi (Activation of Advice): Note that ad-start-advice is
6889 turned on by default.
6890
68912003-06-30 Richard M. Stallman <rms@gnu.org>
6892
6893 * text.texi (Buffer Contents): Document current-word.
6894 (Change Hooks): Not called for *Messages*.
6895
6896 * functions.texi (Defining Functions): Explain about redefining
6897 primitives.
6898 (Function Safety): Renamed. Minor changes.
6899 Comment out the detailed criteria for what is safe.
6900
69012003-06-22 Andreas Schwab <schwab@suse.de>
6902
6903 * objects.texi (Symbol Type): Fix description of examples.
6904
69052003-06-16 Andreas Schwab <schwab@suse.de>
6906
6907 * hash.texi (Creating Hash): Fix description of :weakness.
6908
c8763fb6 69092003-06-13 Kai Großjohann <kai.grossjohann@gmx.net>
b8d4c8d0
GM
6910
6911 * files.texi (Changing Files): copy-file copies file modes, too.
6912
69132003-05-28 Richard M. Stallman <rms@gnu.org>
6914
6915 * strings.texi (Creating Strings): Clarify split-string.
6916
69172003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
6918
6919 * strings.texi (Creating Strings): Update split-string specification
6920 and examples.
6921
69222003-05-19 Richard M. Stallman <rms@gnu.org>
6923
6924 * elisp.texi: Correct invariant section names.
6925
69262003-04-20 Richard M. Stallman <rms@gnu.org>
6927
6928 * os.texi (Timers): Explain about timers and quitting.
6929
69302003-04-19 Richard M. Stallman <rms@gnu.org>
6931
6932 * internals.texi (Writing Emacs Primitives): Strings are
6933 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
6934 Explain GCPRO convention for varargs function args.
6935
69362003-04-16 Richard M. Stallman <rms@gnu.org>
6937
6938 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
6939
69402003-04-08 Richard M. Stallman <rms@gnu.org>
6941
6942 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
6943
69442003-02-13 Kim F. Storm <storm@cua.dk>
6945
6946 * objects.texi (Character Type): New \s escape for space.
6947
69482003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
6949
6950 * os.texi (System Environment): Added cygwin system-type.
6951
69522003-01-25 Richard M. Stallman <rms@gnu.org>
6953
6954 * keymaps.texi: Document that a symbol can act as a keymap.
6955
69562003-01-13 Richard M. Stallman <rms@gnu.org>
6957
6958 * text.texi (Changing Properties): Say string indices are origin-0.
6959
6960 * positions.texi (Screen Lines) <compute-motion>:
6961 Correct order of elts in return value.
6962
6963 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
6964 how to define a default binding.
6965
69662002-12-07 Markus Rost <rost@math.ohio-state.edu>
6967
6968 * loading.texi (Unloading): Fix recent change for load-history.
6969
6970 * customize.texi (Simple Types): Clarify description of custom
6971 type 'number. Describe new custom type 'float.
6972
69732002-12-04 Markus Rost <rost@math.ohio-state.edu>
6974
6975 * variables.texi (File Local Variables): Fix typo.
6976
c8763fb6 69772002-10-23 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
b8d4c8d0
GM
6978
6979 From Michael Albinus <Michael.Albinus@alcatel.de>.
6980
6981 * README: Target for Info file is `make info'.
6982
6983 * files.texi (File Name Components): Fixed typos in
6984 `file-name-sans-extension'.
6985 (Magic File Names): Complete list of operations for magic file
6986 name handlers.
6987
69882002-09-16 Jonathan Yavner <jyavner@engineer.com>
6989
6990 * variables.texi (File Local Variables): New function
6991 risky-local-variable-p.
6992
69932002-09-15 Jonathan Yavner <jyavner@engineer.com>
6994
6995 * functions.texi (Function safety): New node about unsafep.
6996
69972002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
6998
6999 * customize.texi (Splicing into Lists): Fixed example.
7000 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>
7001
70022002-06-17 Juanma Barranquero <lektu@terra.es>
7003
7004 * frames.texi (Display Feature Testing): Fix typo.
7005
70062002-06-12 Andreas Schwab <schwab@suse.de>
7007
7008 * frames.texi (Initial Parameters, Resources): Fix references to
7009 the Emacs manual.
7010
70112002-05-13 Kim F. Storm <storm@cua.dk>
7012
7013 * variables.texi (Intro to Buffer-Local): Updated warning and
7014 example relating to changing buffer inside let.
7015
c8763fb6 70162002-03-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
7017
7018 * os.texi (Session Management): New node about X Session management.
7019
70202002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
7021
7022 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
7023 to which the manual corresponds, and the copyright years.
7024
7025 * Makefile.in (VERSION): Set to 2.9.
7026
70272001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
7028
7029 * elisp.texi: Change the category in @dircategory to "Emacs", to
7030 make it consistent with info/dir.
7031
70322001-11-25 Miles Bader <miles@gnu.org>
7033
7034 * text.texi (Fields): Describe new `limit' arg in
7035 field-beginning/field-end.
7036
70372001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
7038
7039 * permute-index: Don't depend on csh-specific features. Replace
7040 the interpreter name with /bin/sh.
7041
7042 * two-volume-cross-refs.txt: New file.
7043 * two.el: New file.
7044 * spellfile: New file.
7045
70462001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
7047
7048 * permute-index: New file.
7049
7050 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
7051 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
7052 8+3 restricted namespace.
7053
7054 * Makefile.in (infodir): Define relative to $(srcdir).
7055 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
7056 include directories list via -I switch to makeinfo.
7057 (index.texi): Use cp if both hard and symbolic links fail.
7058
70592001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
7060
7061 * Makefile.in (distclean): Add.
7062
7063 The following changes make ELisp manual part of the Emacs
7064 distribution:
7065
7066 * Makefile.in: Add Copyright notice.
7067 (prefix): Remove.
7068 (infodir): Change value to "../info".
7069 (VPATH): New variable.
7070 (MAKE): Don't define.
7071 (texmacrodir): Don't define.
7072 (texinputdir): Append the existing value of TEXINPUTS.
7073 ($(infodir)/elisp): Instead of just "elisp". Reformat the
7074 command to be compatible with man/Makefile.in, and to put the
7075 output into ../info.
7076 (info): Add target.
7077 (installall): Target removed.
7078
c8763fb6 70792001-10-31 Pavel Janík <Pavel@Janik.cz>
b8d4c8d0
GM
7080
7081 * tips.texi (Coding Conventions): Fix typo.
7082
70832001-10-23 Gerd Moellmann <gerd@gnu.org>
7084
7085 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
7086
70872001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
7088
7089 * files.texi (File Name Components): Update the description of
7090 file-name-sans-extension and file-name-extension, as they now
7091 ignore leading dots.
7092
70932001-10-20 Gerd Moellmann <gerd@gnu.org>
7094
7095 * (Version 21.1 released.)
7096
70972001-10-19 Miles Bader <miles@gnu.org>
7098
7099 * positions.texi (Text Lines): Describe behavior of
7100 `beginning-of-line'/`end-of-line' in the presence of field properties.
7101
71022001-10-17 Gerd Moellmann <gerd@gnu.org>
7103
7104 * Makefile.in (VERSION): Set to 2.8.
7105 (manual): Use `manual-21'.
7106
7107 * elisp.texi (VERSION): Add and use it where the version
7108 number was used. Set it to 2.8.
7109
7110 * intro.texi: Likewise.
7111
71122001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
7113
7114 * files.texi (File Name Completion): Document the significance of
7115 a trailing slash in elements of completion-ignored-extensions.
7116
71172001-10-06 Miles Bader <miles@gnu.org>
7118
7119 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
7120
71212001-10-04 Gerd Moellmann <gerd@gnu.org>
7122
7123 * variables.texi (Variable Aliases): New node.
7124
71252001-10-04 Gerd Moellmann <gerd@gnu.org>
7126
7127 * Branch for 21.1.
7128
71292001-10-02 Miles Bader <miles@gnu.org>
7130
7131 * minibuf.texi (Minibuffer Misc): Add entries for
7132 `minibuffer-contents', `minibuffer-contents-no-properties', and
7133 `delete-minibuffer-contents'.
7134 Correct description for `minibuffer-prompt-end'.
7135
7136 * text.texi (Property Search): Correct descriptions of
7137 `next-char-property-change' and `previous-char-property-change'.
7138 Add entries for `next-single-char-property-change' and
7139 `previous-single-char-property-change'.
7140 Make operand names a bit more consistent.
7141
71422001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
7143
7144 * frames.texi (Finding All Frames): Document that next-frame and
7145 previous-frame are local to current terminal.
7146
71472001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
7148
7149 * keymaps.texi (Creating Keymaps): Fix the description of the
7150 result of make-keymap.
7151
71522001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
7153
7154 * display.texi (Font Lookup, Attribute Functions)
7155 (Image Descriptors): Add cross-references to the definition of
7156 selected frame.
7157
7158 * buffers.texi (The Buffer List): Add cross-references to the
7159 definition of selected frame.
7160
7161 * frames.texi (Input Focus): Clarify which frame is _the_ selected
7162 frame at any given time.
7163 (Multiple Displays, Size and Position): Add a cross-reference to
7164 the definition of the selected frame.
7165
71662001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
7167
7168 * strings.texi (String Conversion) <string-to-number>: Document
7169 that a float is returned for integers that are too large.
7170
7171 * frames.texi (Mouse Position): Document mouse-position-function.
7172 (Display Feature Testing): Document display-images-p.
7173 (Window Frame Parameters): Document the cursor-type variable.
7174
7175 * numbers.texi (Integer Basics): Document CL style read syntax for
7176 integers in bases other than 10.
7177
7178 * positions.texi (List Motion): Document
7179 open-paren-in-column-0-is-defun-start.
7180
7181 * lists.texi (Sets And Lists): Document member-ignore-case.
7182
7183 * internals.texi (Garbage Collection): Document the used and free
7184 strings report.
7185 (Memory Usage): Document strings-consed.
7186
7187 * os.texi (Time of Day): Document float-time.
7188 (Recording Input): Document that clear-this-command-keys clears
7189 the vector to be returned by recent-keys.
7190
7191 * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
7192 argument keymap can be a list.
7193
7194 * nonascii.texi (User-Chosen Coding Systems)
7195 <select-safe-coding-system>: Document the new argument
7196 accept-default-p and the variable
7197 select-safe-coding-system-accept-default-p. Tell what happens if
7198 buffer-file-coding-system is undecided.
7199 (Default Coding Systems): Document auto-coding-regexp-alist.
7200
7201 * display.texi (The Echo Area) <message>: Document
7202 message-truncate-lines.
7203 (Glyphs): Document that the glyph table is unused on windowed
7204 displays.
7205
7206 * help.texi (Describing Characters) <single-key-description>:
7207 Document the new argument no-angles.
7208 (Accessing Documentation) <documentation-property>: Document that
7209 a non-string property is evaluated.
7210 <documentation>: Document that the function-documentation property
7211 is looked for.
7212
7213 * windows.texi (Selecting Windows): Document some-window.
7214
7215 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
7216
7217 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
7218 apropos-mode-hook.
7219
7220 * commands.texi (Using Interactive): Document interactive-form.
7221 (Keyboard Macros): Document kbd-macro-termination-hook.
7222 (Command Loop Info): Document that clear-this-command-keys clears
7223 the vector to be returned by recent-keys.
7224
72252001-09-04 Werner LEMBERG <wl@gnu.org>
7226
7227 * Makefile.in (srcdir, texinputdir): New variables.
7228 (srcs, index.texi, install): Use $(srcdir).
7229 (.PHONY): Remove elisp.dvi.
7230 (elisp): Use -I switch for makeinfo.
7231 (elisp.dvi): Use $(srcdir) and $(texinputdir).
7232 (installall, dist): Use $(srcdir).
7233 Fix path to texinfo.tex.
7234 (maintainer-clean): Add elisp.dvi and elisp.oaux.
7235
72362001-08-30 Gerd Moellmann <gerd@gnu.org>
7237
7238 * display.texi (Conditional Display): Adjust to API change.
7239
7240 * configure: New file.
7241
72422001-07-30 Gerd Moellmann <gerd@gnu.org>
7243
7244 * commands.texi (Repeat Events): Add description of
7245 double-click-fuzz.
7246
72472001-05-08 Stefan Monnier <monnier@cs.yale.edu>
7248
7249 * syntax.texi (Syntax Class Table): Add the missing designator for
7250 comment and string fences.
7251 (Syntax Properties): Add a xref to syntax table internals.
7252 (Syntax Table Internals): Document string-to-syntax.
7253
72542001-05-07 Gerd Moellmann <gerd@gnu.org>
7255
7256 * Makefile.in (install): Use install-info command line options
7257 like in Emacs' Makefile.in.
7258
72592000-12-09 Miles Bader <miles@gnu.org>
7260
7261 * windows.texi (Window Start): Update documentation for
7262 `pos-visible-in-window-p'.
7263
72642000-11-12 Stefan Monnier <monnier@cs.yale.edu>
7265
7266 * lists.texi (Building Lists): Add footnote to explain how to add
7267 to the end of a list.
7268
72692000-10-25 Gerd Moellmann <gerd@gnu.org>
7270
7271 * files.texi (Visiting Functions): Typos.
7272
72732000-10-25 Kenichi Handa <handa@etl.go.jp>
7274
7275 * files.texi (Visiting Functions): Return value of
7276 find-file-noselect may be a list of buffers if wildcards are used.
7277
72782000-10-24 Miles Bader <miles@lsi.nec.co.jp>
7279
7280 * display.texi (Defining Faces): Document `graphic' display type
7281 in face specs.
7282
b344d29d 72832000-10-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
b8d4c8d0
GM
7284
7285 * hooks.texi (Standard Hooks): Replace obsolete
7286 `after-make-frame-hook' with `after-make-frame-functions'.
7287
7288 * frames.texi (Creating Frames): Ditto.
7289
7290 * variables.texi (Future Local Variables): Ditto.
7291
72922000-10-16 Gerd Moellmann <gerd@gnu.org>
7293
7294 * display.texi (Other Image Types): Add description of :foreground
7295 and :background properties of mono PBM images.
7296
72972000-08-17 Werner LEMBERG <wl@gnu.org>
7298
7299 * .cvsignore: New file.
7300
73012000-01-05 Gerd Moellmann <gerd@gnu.org>
7302
7303 * tindex.pl: New script.
7304
73051999-12-03 Dave Love <fx@gnu.org>
7306
7307 * Makefile.in (MAKEINFO): New parameter.
7308
73091999-09-17 Richard Stallman <rms@gnu.org>
7310
7311 * Makefile.in (srcs): Add hash.texi.
7312 (VERSION): Update to 20.6.
7313
73141999-09-13 Richard Stallman <rms@gnu.org>
7315
7316 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
7317
73181998-08-29 Karl Heuer <kwzh@gnu.org>
7319
7320 * configure.in: New file.
7321 * Makefile.in: Renamed from Makefile.
7322 (prefix, infodir): Use value obtained from configure.
7323 (emacslibdir): Obsolete variable deleted.
7324 (dist): Distribute configure.in, configure, Makefile.in.
7325
73261998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
7327
7328 * Makefile (INSTALL_INFO): New variable.
7329 (install): Run install-info.
7330
73311998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
7332
7333 * Makefile (elisp.dvi): Add missing backslash.
7334
73351998-05-02 Richard Stallman <rms@psilocin.gnu.org>
7336
7337 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
7338 Run texindex without `./'. Always run texindex on elisp.tp.
7339 (elisp.tps): Target deleted.
7340
73411998-04-05 Richard Stallman <rms@psilocin.gnu.org>
7342
7343 * Makefile (srcs): Add nonascii.texi and customize.texi.
7344 (dist): Start by deleting `temp'.
7345
73461998-02-17 Richard Stallman <rms@psilocin.gnu.org>
7347
7348 * Makefile (makeinfo, texindex): Targets deleted.
7349 (makeinfo.o, texindex.o): Targets deleted.
7350 (clean, dist): Don't do anything with them or with getopt*.
7351
73521998-01-30 Richard Stallman <rms@psilocin.gnu.org>
7353
7354 * Makefile (SHELL): Defined.
7355
73561998-01-27 Richard Stallman <rms@psilocin.gnu.org>
7357
7358 * Makefile (elisp.tps): New target.
7359 (elisp.dvi): Depend on elisp.tps.
7360
c5602427 73611996-04-03 Karl Heuer <kwzh@gnu.ai.mit.edu>
b8d4c8d0
GM
7362
7363 * README: Update phone number.
7364
7365 * Makefile (elisp): Make this be the default target.
7366 Depend on makeinfo.c instead of makeinfo.
7367 (install): Don't depend on elisp.dvi, since we don't install that.
7368 Use mkinstalldirs.
7369 (dist): Add mkinstalldirs.
7370
c5602427 73711995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
b8d4c8d0
GM
7372
7373 * Makefile (VERSION): Update version number.
7374 (maintainer-clean): Renamed from realclean.
7375
c5602427 73761995-06-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
b8d4c8d0
GM
7377
7378 * Makefile (realclean): New target.
7379 (elisp): Remove any old elisp-* files first.
7380
c5602427 73811993-11-23 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
b8d4c8d0
GM
7382
7383 * Makefile (VERSION): New variable.
7384 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
7385 Compressed file suffix should be `.gz', not `.z'.
7386
ce058493 73871993-11-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
7388
7389 * Makefile (elisp): Depend on makeinfo.
7390
c5602427 73911993-11-19 Noah Friedman (friedman@gnu.ai.mit.edu)
b8d4c8d0
GM
7392
7393 * Makefile (srcs): Add anti.texi.
7394
c5602427 73951993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
7396
7397 * Makefile (infodir, prefix): New vars.
7398 (install): Use infodir.
7399 (emacsinfodir): Deleted.
7400
c5602427 74011993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
7402
7403 * Makefile (srcs): Add calendar.texi.
7404
7405 * Makefile (dist): Copy texindex.c and makeinfo.c.
7406 Limit elisp-* files to those with one or two digits.
7407
c5602427 74081993-05-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
7409
7410 * Makefile (dist): Changed to use Gzip instead of compress.
7411
c5602427 74121993-04-23 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
7413
7414 * loading.texi (Unloading): define-function changed back to
7415 defalias. It may not stay this way, but at least it's
7416 consistent with the known-good version of the code patch.
7417
c5602427 74181993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
b8d4c8d0
GM
7419
7420 * modes.texi (Hooks): Document new optional arg of add-hook.
7421
c5602427 74221993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
7423
7424 * variables.texi: Document nil initial value of buffer-local variables.
7425
7426 * tips.texi: Add new section on standard library headers.
7427
c5602427 74281993-02-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
7429
7430 * Makefile (srcs): Add frame.texi to the list of sources.
7431
c5602427 74321993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
7433
7434 * Makefile (dist): Don't bother excluding autosave files; they'll
7435 never make it into the temp directory anyway, and the hash marks
7436 in the name are problematic for make and the Bourne shell.
7437 (srcs):
7438
c5602427 74391993-02-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
7440
7441 * Makefile (dist): Don't include backup files or autosave files in
7442 the distribution tar file.
7443
c5602427 74441991-11-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
7445
7446 * Makefile (srcs): Added index.perm.
7447 (elisp.dvi): Remove erroneous shell comment.
7448 Expect output of permute-index in permuted.fns.
7449 Save old elisp.aux in elisp.oaux.
7450 (clean): Added index.texi to be deleted.
7451
c5602427 74521990-08-11 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
7453
7454 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
7455
c5602427 74561990-06-26 David Lawrence (tale@geech)
b8d4c8d0
GM
7457
7458 * files.texi: Noted that completion-ignored-extensions is ignored
7459 when making *Completions*.
7460
3e868ee3 74611990-06-08 Jay Fenlason (hack@ai.mit.edu)
b8d4c8d0
GM
7462
7463 * Makefile make dist now depends on elisp.dvi, since it tries
7464 to include it in the dist file.
7465
c5602427 74661990-03-28 Jim Kingdon (kingdon@mole.ai.mit.edu)
b8d4c8d0 7467
c5602427 7468 * functions.texinfo (Mapping Functions): Add missing quote.
b8d4c8d0 7469
c5602427 74701989-06-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
7471
7472 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
7473 (defunargs): Turn off \hyphenchar of \sl font temporarily.
7474
c5602427 74751989-05-10 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
7476
7477 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
7478 and @error{} are the terms now being used. The files in the
7479 directory have been changed to reflect this.
7480
7481 * All instances of @indentedresultt{} have been changed to
7482 ` @result{}', using 5 spaces at the begining of the line.
7483
c5602427 74841989-04-24 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
7485
7486 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
7487 experimental @indentedresult{}, @indentedexpandsto{} are part of
7488 the texinfo.tex in this directory. These TeX macros are not
7489 stable yet.
7490
c5602427 74911989-04-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
7492
7493 * texinfo.tex: Temporarily added
7494 \let\result=\dblarrow
7495 \def\error{{\it ERROR} \longdblarrow}
7496 We need to do this better soon.
7497
c5602427 74981989-04-11 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
7499
7500 * Applied Karl Berry's patches to *.texinfo files, but not to
7501 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
7502 new title page format is also not applied, since it requires
7503 texinfo.tex changes.)
7504
7505 * Cleaned up `Makefile' and defined the `emacslibdir' directory
7506 for the Project GNU development environment.
7507
7508;; Local Variables:
c8763fb6 7509;; coding: utf-8
b8d4c8d0
GM
7510;; add-log-time-zone-rule: t
7511;; End:
7512
352c8b4a 7513 Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
6ed161e1 7514 2007, 2008, 2009 Free Software Foundation, Inc.
b8d4c8d0
GM
7515
7516 This file is part of GNU Emacs.
7517
352c8b4a 7518 GNU Emacs is free software: you can redistribute it and/or modify
b8d4c8d0 7519 it under the terms of the GNU General Public License as published by
352c8b4a
GM
7520 the Free Software Foundation, either version 3 of the License, or
7521 (at your option) any later version.
b8d4c8d0
GM
7522
7523 GNU Emacs is distributed in the hope that it will be useful,
7524 but WITHOUT ANY WARRANTY; without even the implied warranty of
7525 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
7526 GNU General Public License for more details.
7527
7528 You should have received a copy of the GNU General Public License
352c8b4a 7529 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
b8d4c8d0
GM
7530
7531;;; arch-tag: 985ae0ce-df29-475b-b3f8-4bbcbf6f7fda