Document inhibit-local-variables-regexps in the lispref.
[bpt/emacs.git] / doc / lispref / ChangeLog
CommitLineData
61086eb6
GM
12012-01-21 Glenn Morris <rgm@gnu.org>
2
3 * modes.texi (Auto Major Mode):
4 * variables.texi (File Local Variables):
5 Mention inhibit-local-variables-regexps.
6
34a02f46
MR
72012-01-19 Martin Rudalics <rudalics@gmx.at>
8
9 * windows.texi (Window Configurations): Rewrite references to
10 persistent window parameters.
11 (Window Parameters): Fix description of persistent window
12 parameters.
13
f5064cae
JB
142012-01-16 Juanma Barranquero <lekktu@gmail.com>
15
16 * windows.texi (Window Parameters): Use @pxref.
17
6a6ee00d
MR
182012-01-16 Martin Rudalics <rudalics@gmx.at>
19
20 * windows.texi (Window Configurations, Window Parameters):
21 Describe persistent window parameters.
22
9ca4c014
SM
232011-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
24
25 * variables.texi (Creating Buffer-Local): Warn against misuses of
26 make-variable-buffer-local (bug#10258).
27
d027f83d
LMI
282012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
29
30 * macros.texi (Defining Macros): Document `doc-string' (bug#9668).
31
89bd9ccd
CY
322012-01-06 Chong Yidong <cyd@gnu.org>
33
34 * variables.texi (Directory Local Variables): Document
35 hack-dir-local-variables-non-file-buffer.
36
c869783d
GM
372012-01-06 Glenn Morris <rgm@gnu.org>
38
39 * maps.texi (Standard Keymaps): Refer to Info-edit by name
40 rather than by keybinding.
41
2cae5ba4
JB
422011-12-29 Juanma Barranquero <lekktu@gmail.com>
43
44 * frames.texi (Font and Color Parameters): Add @pxref.
45
43da4d08
DC
462011-12-29 Daniel Colascione <dan.colascione@gmail.com>
47
48 * frames.texi (Font and Color Parameters):
49 Document w32 font backends (bug#10399).
50
8d80ef01
PE
512011-12-28 Paul Eggert <eggert@cs.ucla.edu>
52
53 * files.texi (File Attributes, Changing Files):
54 Use a more-natural notation for octal numbers.
55
9022ae07
JB
562011-12-23 Juanma Barranquero <lekktu@gmail.com>
57
58 * variables.texi (Variables with Restricted Values):
59 Change reference to variable (bug#10354).
60
454592a6
MR
612011-12-13 Martin Rudalics <rudalics@gmx.at>
62
63 * windows.texi (Splitting Windows): Use t instead of non-nil
64 when describing window-combination-resize.
65
a7cdbfce
SM
662011-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
67
68 * text.texi (Special Properties): Warn against `intangible' properties
69 (bug#10222).
70
a3dcc84e
EZ
712011-11-26 Eli Zaretskii <eliz@gnu.org>
72
579ebf8f
EZ
73 * display.texi (Truncation):
74 * text.texi (Special Properties): Describe what a stretch-glyph is
75 instead of using that term without explanation. Make the
76 cross-references more accurate.
77
a3dcc84e
EZ
78 * display.texi (Usual Display): Update the description,
79 cross-references, and indexing related to display of control
80 characters and raw bytes.
81
94af99a4
MR
822011-11-25 Martin Rudalics <rudalics@gmx.at>
83
84 * windows.texi (Splitting Windows): Fix description of
85 window-combination-limit. Suggested by Eli Zaretskii.
86
1c3d7a13
CY
872011-11-23 Chong Yidong <cyd@gnu.org>
88
89 * windows.texi (Window Sizes): Move window-top-line,
90 window-left-column, and window-*-pixel-edges to Coordinates and
91 Windows node.
92 (Coordinates and Windows): Restore window-edges doc.
93
90151a1e
MR
942011-11-21 Martin Rudalics <rudalics@gmx.at>
95
a7cdbfce
SM
96 * windows.texi (Windows and Frames, Splitting Windows):
97 Fix typos.
90151a1e 98
a9b9b7f5
CY
992011-11-21 Chong Yidong <cyd@gnu.org>
100
101 * windows.texi (Splitting Windows): Fix error in documentation of
102 window-combination-limit.
103 (Cyclic Window Ordering): Minor fixes to next-window,
104 one-window-p, and get-lru-window docs. Don't document
105 window-list-1.
106 (Buffers and Windows): Copyedits.
107 (Choosing Window): Document special handling of special-display-*.
108 (Choosing Window Options): Fix display-buffer-reuse-frames doc.
a7cdbfce
SM
109 Don't document even-window-heights, which is going away.
110 Clarify which options are obeyed by which action functions.
a9b9b7f5 111
f4e90db0
SM
1122011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
113
114 * display.texi (Invisible Text): Clarify point adjustment (bug#10072).
115
d2999b1a
MR
1162011-11-20 Martin Rudalics <rudalics@gmx.at>
117
f4e90db0
SM
118 * windows.texi (Resizing Windows, Splitting Windows):
119 Remove term "status" when talking about combination limits.
d2999b1a 120
cd1181db
JB
1212011-11-20 Juanma Barranquero <lekktu@gmail.com>
122
123 * compile.texi (Compiler Errors):
124 * help.texi (Help Functions): Fix typos.
125
7bf54975
CY
1262011-11-19 Chong Yidong <cyd@gnu.org>
127
128 * windows.texi (Splitting Windows): Clarify role of window
129 parameters in split-window. Shorten the example.
f4e90db0
SM
130 (Deleting Windows): Rewrite intro to handle internal windows.
131 Fix delete-windows-on doc.
7bf54975
CY
132 (Selecting Windows): Copyedits.
133
a0c2d0ae
MR
1342011-11-17 Martin Rudalics <rudalics@gmx.at>
135
136 * windows.texi (Resizing Windows, Splitting Windows)
137 (Deleting Windows): Use term window-combination-resize instead
138 of window-splits.
139
b6f67890
MR
1402011-11-16 Martin Rudalics <rudalics@gmx.at>
141
f4e90db0
SM
142 * windows.texi (Resizing Windows, Splitting Windows):
143 Rename occurrences of window-nest to window-combination-limit.
b6f67890 144
0b381c7e
JB
1452011-11-14 Juanma Barranquero <lekktu@gmail.com>
146
147 * intro.texi (Lisp History): Fix typo.
148
89d61221
MR
1492011-11-12 Martin Rudalics <rudalics@gmx.at>
150
f4e90db0
SM
151 * windows.texi (Splitting Windows, Deleting Windows):
152 Remove references to splits status of windows.
89d61221 153
b2621720
GM
1542011-11-10 Glenn Morris <rgm@gnu.org>
155
156 * buffers.texi (Read Only Buffers): Expand a bit on why
157 toggle-read-only should only be used interactively. (Bug#7292)
158
d2ad7ee1
CY
1592011-11-09 Chong Yidong <cyd@gnu.org>
160
161 * windows.texi (Window Sizes): Document window-pixel-edges,
c4e7c63a 162 window-inside-pixel-edges, window-absolute-pixel-edges, and
d2ad7ee1
CY
163 window-inside-absolute-pixel-edges.
164 (Resizing Windows): shrink-window-if-larger-than-buffer works on
165 non-full-width windows.
166
2cffd681
MR
1672011-11-09 Martin Rudalics <rudalics@gmx.at>
168
169 * windows.texi (Resizing Windows): Rewrite documentation of
170 window-resizable.
171
f6f6d7e7
CY
1722011-11-09 Chong Yidong <cyd@gnu.org>
173
174 * windows.texi (Splitting Windows): Simplify example.
175
a79db6e0
CY
1762011-11-08 Chong Yidong <cyd@gnu.org>
177
178 * windows.texi (Window Sizes): Copyedits. Document
179 window-text-height. Remove window-min-height and window-min-width
180 discussion, referring instead to Emacs manual.
181 (Splitting Windows, Resizing Windows): Add xref to Emacs manual.
e7313f33
CY
182 (Resizing Windows): Simplify introduction. Don't document
183 enlarge-window, shrink-window, enlarge-window-horizontally, and
184 shrink-window-horizontally; they are no longer preferred for
185 calling from Lisp, and are already documented in the Emacs manual.
a79db6e0 186
441950c7
GM
1872011-11-07 Glenn Morris <rgm@gnu.org>
188
189 * windows.texi (Choosing Window): Fix keybinding typo.
190
be7f5545
MR
1912011-11-07 Martin Rudalics <rudalics@gmx.at>
192
193 * windows.texi (Resizing Windows, Splitting Windows)
194 (Window Configurations): Use "child window" instead of
195 "subwindow".
196
291d142b
CY
1972011-11-06 Chong Yidong <cyd@gnu.org>
198
199 * windows.texi (Basic Windows): Clarify various definitions.
200 Treat window-normalize-* as internal; don't document them.
201 (Windows and Frames): Various clarifications, e.g. non-live
202 windows also belong to frames. Fix window-list description.
203 Simplify window nesting example.
f4e90db0
SM
204 (Splitting Windows, Window Configurations):
205 Use split-window-below.
291d142b 206
89bd5ee1
EZ
2072011-11-04 Eli Zaretskii <eliz@gnu.org>
208
209 * windows.texi (Window Sizes): Mention in the doc string that the
210 return values of `window-body-height' and `window-body-width' are
211 in frame's canonical units. (Bug#9949)
212
3d8daefe
MR
2132011-10-30 Martin Rudalics <rudalics@gmx.at>
214
215 * windows.texi (Windows and Frames): Remove "iso-" infix from
216 documentation of window-iso-combined-p.
217
60754666
CY
2182011-10-26 Chong Yidong <cyd@gnu.org>
219
220 * modes.texi (Running Hooks): Document with-wrapper-hook.
221
d366bd53
CY
2222011-10-18 Chong Yidong <cyd@gnu.org>
223
224 * display.texi (Glyphless Chars): New node.
225
50b063c3
CY
2262011-10-13 Chong Yidong <cyd@stupidchicken.com>
227
228 * text.texi (Yanking): Document yank-excluded-properties.
229
230 * package.texi (Packaging Basics): The commentary should say how
231 to begin using the package.
232
c72063fa
MR
2332011-10-11 Martin Rudalics <rudalics@gmx.at>
234
235 * windows.texi (Deleting Windows): Mention which window gets
236 selected when deleting the selected window.
237
d83dc65b
MR
2382011-10-09 Martin Rudalics <rudalics@gmx.at>
239
240 * buffers.texi (The Buffer List): Describe how bury-buffer deals
241 with the selected window.
242 * windows.texi (Buffers and Windows): Reformulate text on how
243 replace-buffer-in-windows deals with a window.
244 (Quitting Windows): Describe how quit-window deals with a
245 standalone frame. Describe new option frame-auto-hide-function.
246
c599682c
GM
2472011-10-08 Glenn Morris <rgm@gnu.org>
248
48bca619
GM
249 * symbols.texi (Other Plists): Markup fix. (Bug#9702)
250
c599682c
GM
251 * positions.texi (Excursions): Update warning message.
252
969aa734
CY
2532011-10-05 Chong Yidong <cyd@stupidchicken.com>
254
f4e90db0
SM
255 * display.texi (Low-Level Font, Face Attributes, Font Lookup):
256 Fix Emacs manual xref (Bug#9675).
969aa734 257
550f41cd
CY
2582011-10-01 Chong Yidong <cyd@stupidchicken.com>
259
260 * windows.texi (Textual Scrolling): Document scroll-up-command,
261 scroll-down-command, scroll-error-top-bottom, and the
262 scroll-command symbol property.
717a1362
CY
263 (Display Action Functions): Fix description of
264 display-buffer-pop-up-window.
550f41cd 265
a239d4e9
JB
2662011-09-28 Juanma Barranquero <lekktu@gmail.com>
267
268 * windows.texi (Splitting Windows): Fix typos.
269
590c056d
MR
2702011-09-25 Martin Rudalics <rudalics@gmx.at>
271
272 * windows.texi (Windows and Frames, Display Action Functions)
273 (Switching Buffers): Fix some typos.
274 (Buffers and Windows): Remove reference to window-auto-delete.
275 Reword description of replace-buffer-in-windows.
276 (Window History): Fix some typos and refer to frame local buffer
277 list.
c419f5cb
MR
278 (Quitting Windows): New node.
279 (Window Configurations): Add descriptions of window-state-get
280 and window-state-put.
281 (Window Parameters): Describe variable ignore-window-parameters.
282 Sketch some window parameters currently in use.
283 * elisp.texi (Top): Update node listing.
590c056d 284
9ec20d36
CY
2852011-09-25 Chong Yidong <cyd@stupidchicken.com>
286
287 * windows.texi (Display Action Functions)
288 (Choosing Window Options): New nodes.
289
0e406a72
CY
2902011-09-24 Chong Yidong <cyd@stupidchicken.com>
291
292 * windows.texi (Window History): New node. Move text here from
293 Buffers and Windows.
294 (Switching Buffers): Rename from Displaying Buffers, since we
f4e90db0
SM
295 don't document display-buffer here; callers changed.
296 Document FORCE-SAME-WINDOW arg to switch-to-buffer and
0e406a72
CY
297 switch-to-buffer-other-frame. Delete duplicate
298 replace-buffer-in-windows doc.
299 (Choosing Window): Document display actions.
300
6bf7006f
EZ
3012011-09-24 Eli Zaretskii <eliz@gnu.org>
302
303 * display.texi (Forcing Redisplay): Update the description of
304 redisplay-dont-pause due to change in the default value.
305
b33b68a3
MR
3062011-09-23 Martin Rudalics <rudalics@gmx.at>
307
308 * frames.texi (Frames and Windows): Move section and rename to
309 Windows and Frames in windows.texi.
310 * windows.texi (Windows): Restructure.
311 (Basic Windows): Rewrite. Explain live and internal windows and
312 normalization functions.
313 (Windows and Frames): Move section here from frames.texi.
314 Describe subwindows, window combinations, window tree, and
315 corresponding functions including window-list here.
316 (Window Sizes): Rename section from Size of Window and move it
317 up in chapter. Describe total and body sizes and the
318 corresponding functions. Explain new semantics of
319 window-min-height/-width.
320 (Resizing Windows): Move section up in chapter. Describe new
321 resize functions.
322 (Splitting Windows): Describe new behavior of split-window,
323 split-window-above-each-other and split-window-side-by-side.
324 Provide examples. Describe window-nest and window-splits
325 options.
326 (Deleting Windows): Minor rewrite.
f4e90db0
SM
327 (Selecting Windows): Minor rewrite.
328 Describe frame-selected-window and set-frame-selected-window here.
329 (Cyclic Window Ordering): Minor rewrite.
330 Describe window-list-1.
b33b68a3
MR
331 (Buffers and Windows): Rewrite. Explain a window's previous and
332 next buffers and the corresponding functions.
c4682d18 333 (Window Tree): Merge into Windows and Frames section.
b33b68a3
MR
334 * elisp.texi (Top): Update node listings for frames and windows
335 sections.
336
4d3786ac
SM
3372011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
338
339 * display.texi (Face Functions): `face-list' returns faces (bug#9564).
340
713df35b
LMI
3412011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
342
343 * errors.texi (Standard Errors): Remove apparent placeholder text
344 (bug#9491).
345
33ed493b
CY
3462011-09-18 Chong Yidong <cyd@stupidchicken.com>
347
348 * frames.texi (Management Parameters): Fix description of
349 icon-type parameter.
350
b8f0a954
CY
3512011-09-17 Chong Yidong <cyd@stupidchicken.com>
352
353 * tips.texi (Key Binding Conventions): Don't bind a key sequence
354 ending in C-g. Suggested by Edward O'Connor.
355
eddf142c
EZ
3562011-09-17 Eli Zaretskii <eliz@gnu.org>
357
358 * numbers.texi (Integer Basics): Add indexing for
359 most-positive-fixnum and most-negative-fixnum. (Bug#9525)
360
bf1af6c7
DM
3612011-09-14 Dani Moncayo <dmoncayo@gmail.com> (tiny change)
362
363 * lists.texi (Sets And Lists): Fix typo. (Bug#9393)
364
cec2eab8
JB
3652011-09-11 Juanma Barranquero <lekktu@gmail.com>
366
367 * processes.texi (Network Servers): Clarify what the process
368 buffer is used for (bug#9233).
369
51751aa2 3702011-08-30 Dani Moncayo <dmoncayo@gmail.com> (tiny change)
1f403cb9
DM
371
372 * lists.texi (Building Lists): Fix typo.
373
35137ed3
CY
3742011-08-30 Chong Yidong <cyd@stupidchicken.com>
375
376 * display.texi (Basic Faces): New node. Document new faces.
377
378 * modes.texi (Major Mode Conventions): Move some text there.
379 (Mode Help): Remove major-mode var, duplicated in Major Modes.
380
3fd50d5c
CY
3812011-08-29 Chong Yidong <cyd@stupidchicken.com>
382
383 * modes.texi (Basic Major Modes): New node. Callers updated.
384 (Major Modes): Document fundamental-mode and major-mode.
385 (Major Mode Basics): Node deleted; text moved to Major Modes.
386 (Derived Modes): Document derived-mode-p.
387
ddb54206
CY
3882011-08-28 Chong Yidong <cyd@stupidchicken.com>
389
a6326082
CY
390 * files.texi (Changing Files, Create/Delete Dirs): Document new
391 arguments for delete-file, delete-directory, and copy-directory.
e2aeef63
CY
392 (Visiting Functions): Remove view-file; it is documented in the
393 Emacs manual.
04e2ce72 394
ddb54206
CY
395 * frames.texi (Layout Parameters): The defaults for the
396 menu-bar-lines and tool-bar-lines parameters depend on the mode.
397
398 * display.texi (Progress): Document spinner functionality.
399
400 * os.texi (Killing Emacs): Note that kill-emacs can be called by
401 operating system signals. Refer to save-buffers-kill-terminal
402 instead of save-buffers-kill-emacs.
403
404 * objects.texi (Symbol Type): Document ## print representation.
405
0c95fcf7
EZ
4062011-08-25 Eli Zaretskii <eliz@gnu.org>
407
408 * display.texi (Specified Space): Mention that `space' specs
409 influence bidi reordering.
410 (Bidirectional Display): Explain how to use `(space . PROPS)' for
411 separating fields with bidirectional content.
412
5980d4c6
EZ
4132011-08-24 Eli Zaretskii <eliz@gnu.org>
414
415 * display.texi (Bidirectional Display): Document return value in
416 buffers that are not bidi-reordered for display, and in unibyte
417 buffers.
418
bca633fb
EZ
4192011-08-23 Eli Zaretskii <eliz@gnu.org>
420
421 * nonascii.texi (Character Properties): Document the values for
422 unassigned codepoints.
423
c094bb0c
EZ
4242011-08-18 Eli Zaretskii <eliz@gnu.org>
425
426 * nonascii.texi (Character Properties): Document use of
427 `bidi-class' and `mirroring' properties as part of reordering.
428 Provide cross-references to "Bidirectional Display".
429
430 * display.texi (Bidirectional Display): Document the pitfalls of
431 concatenating strings with bidirectional content, with possible
f4e90db0
SM
432 solutions. Document bidi-string-mark-left-to-right.
433 Mention paragraph direction in modes that inherit from prog-mode.
92b71444
EZ
434 Document use of `bidi-class' and `mirroring' properties as part of
435 reordering.
c094bb0c 436
1ea897d5
EZ
4372011-08-16 Eli Zaretskii <eliz@gnu.org>
438
9adfcd0b
EZ
439 * modes.texi (Major Mode Conventions): Improve the documentation
440 of `mode-class' `special' modes.
441
10862873
EZ
442 * nonascii.texi (Character Properties): Document the `mirroring'
443 property. Add index entries.
444
1ea897d5
EZ
445 * syntax.texi (Categories): Add an example of defining a new
446 category and category table.
447
448 * searching.texi (Regexp Backslash): Document how to display
449 existing categories. Mention the possibility of adding
450 categories, and add an xref to where this is described. Add an
451 index entry.
452
ebb552ed
CY
4532011-08-09 Chong Yidong <cyd@stupidchicken.com>
454
455 * text.texi (Special Properties):
456 * display.texi (Overlay Properties): Note that mouse-face cannot
457 change the text size (Bug#8530).
458
51a714e1
CY
4592011-08-08 Chong Yidong <cyd@stupidchicken.com>
460
461 * os.texi (Time of Day): Remove set-time-zone-rule, and recommend
462 using setenv instead.
463
4cc60b9b
EZ
4642011-07-28 Eli Zaretskii <eliz@gnu.org>
465
466 * display.texi (Bidirectional Display): Document the fact that
467 bidi-display-reordering is t by default.
468
5deb92fd
EZ
4692011-07-23 Eli Zaretskii <eliz@gnu.org>
470
471 * display.texi (Bidirectional Display): New section.
472
011b0ad6 4732011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
67f9b9f8
GM
474 Tim Cross <theophilusx@gmail.com> (tiny change)
475 Glenn Morris <rgm@gnu.org>
011b0ad6 476
67f9b9f8 477 * keymaps.texi (Toolkit Differences): New node. (Bug#8176)
011b0ad6 478
4baf28e6
AS
4792011-07-15 Andreas Schwab <schwab@linux-m68k.org>
480
481 * help.texi (Keys in Documentation): Revert last change.
482
66249842
LMI
4832011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
484
f863868c
LMI
485 * help.texi (Keys in Documentation): Clarify that \= only quotes
486 the next character, and doesn't affect longer sequences in
487 particular (bug#8935).
488
f4e90db0
SM
489 * debugging.texi (Using Debugger):
490 Mention @code{eval-expression-debug-on-error} (bug#8549).
66249842 491
0bb23927 4922011-07-14 Eli Zaretskii <eliz@gnu.org>
a2eaa31d
EZ
493
494 * display.texi (Other Display Specs): Document that `left-fringe'
495 and `right-fringe' display specifications are of the "replacing"
496 kind.
497
f2027cdf
LMI
4982011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
499
500 * help.texi (Documentation Basics): Add a link to the Function
501 Documentation node (bug#6580).
502
f987fde4
LMI
5032011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
504
0bc59b25
LMI
505 * keymaps.texi (Menu Bar): Mention :visible and :enable
506 (bug#6344). Text by Drew Adams.
507
63d55f1f
LMI
508 * modes.texi (Running Hooks): Mention buffer-local hook variables
509 (bug#6218).
510
f987fde4
LMI
511 * objects.texi (General Escape Syntax): "a with grave accent" is
512 ?xe0, not ?x8e0 (bug#5259).
513
b7527639
CY
5142011-07-12 Chong Yidong <cyd@stupidchicken.com>
515
516 * display.texi (Face Attributes, Font Selection): Add references
517 to the Fonts node in the Emacs manual (Bug#4178).
518
c830e5ae
CY
5192011-07-12 Chong Yidong <cyd@stupidchicken.com>
520
521 * display.texi (Window Systems): `window-system' is
522 terminal-local.
523
524 * frames.texi (Frame Parameters, Parameter Access): Don't mention
525 frame-local variables.
526
527 * variables.texi (Buffer-Local Variables): Don't mention obsolete
528 frame-local variables.
529 (Frame-Local Variables): Node deleted.
530
531 * elisp.texi (Top): Update node listing.
532
91223e54
LMI
5332011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
534
535 * elisp.texi: Change "inferiors" to "subnodes" in three places
536 (bug#3523).
537
963578d3
CY
5382011-07-11 Chong Yidong <cyd@stupidchicken.com>
539
540 * frames.texi (Window System Selections): Discussion of
541 x-select-enable-clipboard moved to Emacs manual.
542
07151e49
DD
5432011-07-11 Deniz Dogan <deniz@dogan.se>
544
545 * commands.texi (Prefix Command Arguments): Remove excessive
546 apostrophe.
547
7261e1cf
LMI
5482011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
549
ad21a12a
LMI
550 * syntax.texi (Syntax Descriptors): Clarify that the ". 23" syntax
551 description is a string (bug#3313).
552
7261e1cf
LMI
553 * frames.texi (Display Feature Testing): Try to explain what all
554 the visual classes mean (bug#3042).
555
568f7b79
LMI
5562011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
557
18d59e29
LMI
558 * modes.texi (Mode Line Variables): Document `mode-line-remote'
559 and `mode-line-client' (bug#2974).
560
568f7b79
LMI
561 * text.texi (Insertion): Clarify marker movements (bug#1651).
562 Text from Drew Adams.
563
54e10184
LMI
5642011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
565
d94d85e9
LMI
566 * text.texi (Special Properties): Clarify the format of `face'
567 (bug#1375).
568
54e10184
LMI
569 * commands.texi (Interactive Call): Add a `call-interactively'
570 example (bug#1010).
571
413c488d
LMI
5722011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
573
574 * functions.texi (Calling Functions): Link to the "Interactive
575 Call" node (bug#1001).
576
322b7dab 5772011-07-06 Chong Yidong <cyd@stupidchicken.com>
b00d8c1a 578
3deead93
CY
579 * customize.texi (Composite Types): Move alist and plist to here
580 from Simple Types (Bug#7545).
581
582 * elisp.texi (Top): Update menu description.
583
b00d8c1a
CY
584 * display.texi (Face Attributes): Document negative line widths
585 (Bug#6113).
586
d2a6c43b
TR
5872011-07-03 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
588
589 * searching.texi (Match Data): Note that match data can be
590 overwritten by most functions (bug#2499).
591
c7844a27
LMI
5922011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
593
a9ab721e
LMI
594 * strings.texi (Formatting Strings): Clarify what the "-" and "0"
595 flags mean (bug#6659).
596
c7844a27
LMI
597 * functions.texi (What Is a Function): Document the autoload
598 object (bug#6496).
599
f68d76d0
LMI
6002011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
601
8a20ca4c
LMI
602 * customize.texi (Variable Definitions): Clarify that SETFUNCTION
603 is only used in the Customize user interface (bug#6089).
604
f68d76d0 605 * display.texi (Showing Images): Mention the point of sliced
6dd56db4 606 images (bug#7836).
f68d76d0 607
7018dbe7
EZ
6082011-07-02 Eli Zaretskii <eliz@gnu.org>
609
610 * variables.texi (Defining Variables, Void Variables)
611 (Constant Variables): Fix incorrect usage of @kindex.
612
36cb87a1
LMI
6132011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
614
28ee97c7
LMI
615 * variables.texi (Defining Variables): Add an index entry for
616 `set-variable' (bug#7262).
8d4294e9 617 (Defining Variables): Use @findex for functions.
28ee97c7 618
8862ffd5
LMI
619 * frames.texi (Basic Parameters): Document the `explicit-name'
620 parameter (bug#6951).
621
0ec389b9
LMI
622 * customize.texi (Type Keywords): Clarify that :value provides a
623 default value for all types (bug#7386).
624
36cb87a1
LMI
625 * streams.texi (Output Functions): Document `pp'.
626
11fdef7d 6272011-06-25 Chong Yidong <cyd@stupidchicken.com>
dfc47e35
CY
628
629 * keymaps.texi (Searching Keymaps):
630 * display.texi (Overlay Properties): Fix errors in 2011-05-29
631 change. Suggested by Johan Bockgård.
632
eeafcea7
CY
6332011-06-15 Chong Yidong <cyd@stupidchicken.com>
634
635 * text.texi (Special Properties): Clarify role of font-lock-face.
636
b96e6cde
LMI
6372011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
638
f4e90db0 639 * processes.texi (Process Information): Rename `process-alive-p'
b96e6cde
LMI
640 to `process-live-p' for consistency with other `-live-p' functions.
641
be14b9ab
PE
6422011-06-03 Paul Eggert <eggert@cs.ucla.edu>
643
644 Document wide integers better.
645 * files.texi (File Attributes): Document ino_t values better.
2d365993 646 ino_t values no longer map to anything larger than a single cons.
be14b9ab
PE
647 * numbers.texi (Integer Basics, Integer Basics, Arithmetic Operations):
648 (Bitwise Operations):
001903b5
PE
649 * objects.texi (Integer Type): Use a binary notation that is a bit easier
650 to read, and that will port better if 62-bits becomes the default.
651 Fix or remove incorrect examples.
be14b9ab
PE
652 * os.texi (Time Conversion): Document time_t values better.
653
bcd54f83
LMI
6542011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
655
f4e90db0
SM
656 * processes.texi (Process Information):
657 Document `process-alive-p'.
bcd54f83 658
049bcbcb
CY
6592011-05-29 Chong Yidong <cyd@stupidchicken.com>
660
661 * help.texi (Accessing Documentation):
662 * display.texi (Pixel Specification):
663 * processes.texi (Serial Ports, Serial Ports):
664 * nonascii.texi (Character Properties, Default Coding Systems):
665 * text.texi (Changing Properties, Special Properties):
666 * windows.texi (Window Start and End):
667 * modes.texi (SMIE Indentation Example, SMIE Tricks):
668 * keymaps.texi (Searching Keymaps, Tool Bar):
669 * minibuf.texi (Basic Completion):
670 * compile.texi (Eval During Compile):
671 * strings.texi (Formatting Strings): Tweaks to avoid overflowing
672 7x9 paper in printed manual.
673
674 * lists.texi (Sets And Lists): Fix misplaced text.
675
58539c63
CY
6762011-05-29 Chong Yidong <cyd@stupidchicken.com>
677
678 * keymaps.texi (Remapping Commands): Emphasize that the keymap
679 needs to be active (Bug#8350).
680
6b5681bf
CY
6812011-05-28 Chong Yidong <cyd@stupidchicken.com>
682
b4d52acc
CY
683 * minibuf.texi (Reading File Names): Clarify (Bug#8480).
684
6b5681bf
CY
685 * tips.texi (Coding Conventions): Remove antediluvian filename
686 limit recommendation (Bug#8538).
687
e145f188
GM
6882011-05-27 Glenn Morris <rgm@gnu.org>
689
690 * modes.texi (Auto Major Mode): Update for set-auto-mode changes.
691
eafed945
GM
6922011-05-26 Glenn Morris <rgm@gnu.org>
693
694 * variables.texi (File Local Variables):
695 Update hack-local-variables `mode-only' return value.
2d3ba9e7 696 Add some more details on what this function does in the other case.
eafed945 697
bc8410af
GM
6982011-05-19 Glenn Morris <rgm@gnu.org>
699
700 * lists.texi (Sets And Lists): Mention cl provides union etc.
701
35a30759
N
7022011-05-19 Nix <nix@esperi.org.uk>
703
704 * windows.texi (Displaying Buffers): pop-to-buffer is not a command.
705
706 * text.texi (Parsing HTML): Update for function name changes.
707
708 * syntax.texi (Syntax Flags): Small fix.
709
710 * keymaps.texi (Active Keymaps): Typo fix.
711 (Changing Key Bindings): Grammar fix.
712
713 * frames.texi (Minibuffers and Frames): Grammar fix.
714 (Window System Selections): x-select-enable-clipboard now defaults to t.
715
716 * customize.texi (Common Keywords):
717 * display.texi (Abstract Display):
718 * modes.texi (Auto-Indentation):
719 * nonascii.texi (Converting Representations): Typo fixes.
720
721 * control.texi (Examples of Catch): Call it "goto" not "go to".
722
e3934a8a
EZ
7232011-05-14 Eli Zaretskii <eliz@gnu.org>
724
bc039a3b
EZ
725 * nonascii.texi (Character Properties): Fix inconsistencies with
726 implementation.
727
e3934a8a
EZ
728 * text.texi (Special Properties): Move @defvar's out of the
729 @table. (Bug#8652)
730
e2c94218
GM
7312011-05-12 Glenn Morris <rgm@gnu.org>
732
733 * display.texi (Image Descriptors): Fix typo. (Bug#8495)
734
d2fc7e3d 7352011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
bc3bea9c
SM
736
737 * modes.texi (Region to Refontify): Rename from "Region to Fontify".
738 (Multiline Font Lock):
739 * vol2.texi (Top):
740 * vol1.texi (Top):
741 * elisp.texi (Top): Update menu accordingly.
742
d2fc7e3d 7432011-05-12 Drew Adams <drew.adams@oracle.com>
e6dc6206
DA
744
745 * modes.texi (Region to Fontify): Fix typo.
746
79b70037
GM
7472011-05-10 Jim Meyering <meyering@redhat.com>
748
749 * minibuf.texi: Fix typo "in in -> in".
750
b08a63cc 7512011-05-06 Paul Eggert <eggert@cs.ucla.edu>
fed14fd7
PE
752
753 * numbers.texi (Integer Basics): Large integers are treated as floats.
754
1ef14cb4
LMI
7552011-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
756
757 * processes.texi (Synchronous Processes): Document the (:file
758 "/file-name") syntax for `call-process'.
759
4ffd0d6b 7602011-04-23 Juanma Barranquero <lekktu@gmail.com>
7ee6a1d3
JB
761
762 * windows.texi (Choosing Window): Fix typo.
763
4ffd0d6b 7642011-04-23 Chong Yidong <cyd@stupidchicken.com>
40954368
CY
765
766 * frames.texi (Layout Parameters): Note the difference between
767 querying and setting parameters for left-fringe and right-fringe
768 (Bug#6930).
769
fd5a8ae8
SM
7702011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
771
772 * minibuf.texi (Basic Completion): Be a bit more precise about the
773 valid kinds of completion tables.
774 (Programmed Completion): Remove obsolete text about lambda expressions
775 not being valid completion tables.
776
c1bcd0d5
CY
7772011-03-19 Chong Yidong <cyd@stupidchicken.com>
778
779 * positions.texi (Excursions): Explain the "save-excursion
780 defeated by set-buffer" warning.
781
782 * buffers.texi (Current Buffer): Copyedits. Don't recommend using
783 save-excursion. Suggested by Uday S Reddy.
784
03408648 7852011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
ba83908c 786
03408648
SM
787 * variables.texi (Defining Variables): Mention the new meaning of `defvar'.
788 (Lexical Binding): New sub-section.
ba83908c 789
03408648
SM
790 * eval.texi (Eval): Discourage the use of `eval'.
791 Document its new `lexical' argument.
6c075cd7 792
f6d62986
SM
7932011-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
794
03408648 795 * commands.texi (Command Overview): `post-command-hook' is not reset to
f6d62986
SM
796 nil any more.
797
84ea5558 7982011-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
e4021ec1
SM
799
800 * strings.texi (String Conversion): Don't mention
801 string-make-(uni|multi)byte (bug#8262).
802 * nonascii.texi (Converting Representations): Fix up range.
803 * keymaps.texi (Key Binding Commands): Update code point, avoid
804 "unibyte character" and remove mention of unibyte bindings.
805
62d94509
EZ
8062011-03-10 Eli Zaretskii <eliz@gnu.org>
807
808 * modes.texi (Operator Precedence Grammars): Don't use characters
809 outside ISO-8859-1.
810
63a329f8
EZ
8112011-03-09 Eli Zaretskii <eliz@gnu.org>
812
813 * intro.texi (Acknowledgements): Convert to ISO-8859-1 encoding.
814
815 * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
816
6446548e
GM
8172011-03-08 Glenn Morris <rgm@gnu.org>
818
819 * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
820 * intro.texi (Acknowledgements): Names to UTF-8.
80b005c7 821 * elisp.texi: Set documentencoding.
6446548e 822
33383987
JB
8232011-03-07 Chong Yidong <cyd@stupidchicken.com>
824
825 * Version 23.3 released.
826
0b3ceceb
CY
8272011-03-06 Chong Yidong <cyd@stupidchicken.com>
828
829 * package.texi: Update index keywords.
830 (Package Archives): New node contents. Document package-x.el.
831
78f5433f
JB
8322011-03-06 Juanma Barranquero <lekktu@gmail.com>
833
834 * makefile.w32-in (srcs): Add package.texi.
835
555e9b5c
CY
8362011-03-06 Chong Yidong <cyd@stupidchicken.com>
837
120d9389
CY
838 * package.texi (Packaging, Packaging Basics, Simple Packages)
839 (Multi-file Packages): Expand and clarify.
840 (Package Archives): Temporary placeholder node.
841
842 * elisp.texi (Top): Update node listing.
843
555e9b5c
CY
844 * Makefile.in (srcs): Add package.texi.
845
b59a4335
CY
8462011-03-05 Chong Yidong <cyd@stupidchicken.com>
847
848 * processes.texi (Synchronous Processes): Minor clarification
849 (Bug#8149).
850
06083aa1
GM
8512011-03-03 Glenn Morris <rgm@gnu.org>
852
853 * files.texi (Truenames): Minor clarification. (Bug#2341)
854
6640b281
GM
8552011-03-01 Glenn Morris <rgm@gnu.org>
856
857 * variables.texi (Directory Local Variables):
858 Mention `(subdirs . nil)' alist element.
859
2b0c7330 8602011-02-28 Glenn Morris <rgm@gnu.org>
081f7640
GM
861
862 * variables.texi (Directory Local Variables): Mention the optional
863 mtime argument of dir-locals-set-directory-class. (Bug#3577)
864
b923f7a9
CY
8652011-02-27 Chong Yidong <cyd@stupidchicken.com>
866
867 * minibuf.texi (Minibuffer History): Clarify discussion of
868 minibuffer history lists (Bug#8085).
869
67ab0163 8702011-02-19 Eli Zaretskii <eliz@gnu.org>
86ec878a 871
e979a521
EZ
872 * elisp.texi: Sync @dircategory with ../../info/dir.
873
e03b2fd4
EZ
874 * files.texi (Visiting Functions): Document find-file-literally,
875 both the command and the variable.
876
86ec878a
EZ
877 * variables.texi (Creating Buffer-Local): Explain the meaning of
878 permanent local variables.
879
67ab0163
GM
880 * files.texi (Visiting Functions): Document find-file-literally,
881 both the command and the variable.
882
883 * variables.texi (Creating Buffer-Local): Explain the meaning of
884 permanent local variables.
885
8862011-02-19 Glenn Morris <rgm@gnu.org>
dff9ac46
GM
887
888 * keymaps.texi (Remapping Commands): Mention how to undo it.
889
bfcb151a
RT
8902011-02-09 Reuben Thomas <rrt@sc3d.org>
891
892 * loading.texi (Hooks for Loading): Remove unnecessary advice
893 about eval-after-load (Bug#7986).
894
a41c8660
CY
8952011-02-05 Chong Yidong <cyd@stupidchicken.com>
896
897 * commands.texi (Accessing Mouse): Note that a header line is not
898 included in the row of posn-col-row.
899
e0dd6837
CY
9002011-02-02 Chong Yidong <cyd@stupidchicken.com>
901
902 * modes.texi (Major Mode Conventions): Add face guidelines.
903 (Faces for Font Lock): List faces in order of prominence.
904
a4180391
PE
9052011-02-01 Paul Eggert <eggert@cs.ucla.edu>
906
907 format-time-string now supports subsecond time stamp resolution
908 * os.texi (Time Parsing): Document %N.
909
7427eb97
CY
9102011-01-28 Chong Yidong <cyd@stupidchicken.com>
911
61db307f
CY
912 * vol1.texi (Top):
913 * vol2.texi (Top):
914 * elisp.texi (Top):
915 * display.texi (Display Property): Shorten the menu description of
916 the "Other Display Specs" node (Bug#7816).
917
7427eb97
CY
918 * keymaps.texi (Defining Menus): Add "menu item" and "extended
919 menu item" concept index entries (Bug#7805).
920
bf3dae7e
EZ
9212011-01-29 Eli Zaretskii <eliz@gnu.org>
922
923 * makefile.w32-in (texinfodir): New variable.
924 (usermanualdir): Remove as redundant with $(emacsdir).
925 (MAKEINFO): Remove options, leave only program name.
926 (MAKEINFO_OPTS): New variable.
927 (texinputdir, $(infodir)/elisp): Use $(MAKEINFO_OPTS).
928
06d8ace5 9292011-01-25 Chong Yidong <cyd@stupidchicken.com>
e6cf7a82
CY
930 Richard Kim <emacs18@gmail.com>
931
932 * loading.texi (Library Search): Document list-load-path-shadows
933 (Bug#7757).
934
06d8ace5 9352011-01-25 Chong Yidong <cyd@stupidchicken.com>
3f066f54
CY
936
937 * searching.texi (Regexp Special): Remove outdated discussion of
938 character sets (Bug#7780).
939
28a88153
CY
940 * frames.texi (Pop-Up Menus): Document where menu title comes
941 from (Bug#7684).
942
06d8ace5 9432011-01-25 Glenn Morris <rgm@gnu.org>
4d265b4d
GM
944
945 * display.texi (Making Buttons): Mention limitation of text buttons.
946
a8e1e9ee
WL
9472011-01-23 Werner Lemberg <wl@gnu.org>
948
949 * Makefile.in (MAKEINFO): Now controlled by `configure'.
950 (MAKEINFO_OPTS): New variable. Use it where appropriate.
951 (ENVADD): New variable to control texi2dvi and texi2pdf.
952
362b9d48
GM
9532011-01-15 Chong Yidong <cyd@stupidchicken.com>
954
955 * files.texi (Directory Names): Move directory-abbrev-alist doc to
956 Emacs manual.
957
9582011-01-15 Eli Zaretskii <eliz@gnu.org>
959
960 * files.texi (Directory Names): Explain why FROM in
961 directory-abbrev-alist should begin with \`. (Bug#7777)
962
3fa173b4
SM
9632011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
964
965 * loading.texi (Hooks for Loading): Adjust doc of eval-after-load.
966
7c420169 9672011-01-02 Eli Zaretskii <eliz@gnu.org>
2e4ab211
EZ
968
969 * modes.texi (Emulating Mode Line): Fix last change.
970
7c420169 9712011-01-02 Eli Zaretskii <eliz@gnu.org>
287e63bb
EZ
972
973 * modes.texi (Emulating Mode Line): Update documentation of
974 format-mode-line according to changes that fixed bug #7587.
975
80b33766
SM
9762010-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
977
978 * modes.texi (Derived Modes): Mention prog-mode.
979
980 * keymaps.texi (Simple Menu Items, Extended Menu Items): Remove mention
981 of the key-binding-data cache since we don't use it any more.
982
f49d1f52 9832010-12-13 Eli Zaretskii <eliz@gnu.org>
3c73e30e 984
4bb49a92
EZ
985 * processes.texi (Shell Arguments):
986 * strings.texi (Creating Strings): Don't mention "shell commands";
987 make it explicit that `split-string-and-unquote' and
988 `combine-and-quote-strings' are mainly for working with arguments
989 to call-process and start-process.
990
3c73e30e
EZ
991 * processes.texi (Shell Arguments): Fix documentation of
992 `split-string-and-unquote'. Add indexing. (Bug#7563)
993
f49d1f52 9942010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
5dcb4c4e
SM
995
996 * modes.texi (Auto-Indentation): New section to document SMIE.
997 (Major Mode Conventions):
998 * text.texi (Mode-Specific Indent): Refer to it.
999
f49d1f52 10002010-12-13 Eli Zaretskii <eliz@gnu.org>
bdef6a77
EZ
1001
1002 * display.texi (Other Display Specs): Document left-fringe and
1003 right-fringe display specs.
1004
f49d1f52 10052010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
769741e3
SM
1006
1007 * backups.texi (Making Backups):
1008 * modes.texi (Example Major Modes): Use recommended coding style.
1009 (Major Mode Basics, Derived Modes): Encourge more strongly use of
1010 define-derived-mode. Mention completion-at-point-functions.
1011
f49d1f52 10122010-12-13 Chong Yidong <cyd@stupidchicken.com>
3e99b825 1013
5dcb4c4e
SM
1014 * nonascii.texi (Converting Representations):
1015 Document byte-to-string.
e1115396 1016
ec1b9b17
GM
10172010-12-08 Glenn Morris <rgm@gnu.org>
1018
1019 * buffers.texi (Modification Time):
1020 verify-visited-file-modtime now defaults to the current buffer.
1021
07976ae3 10222010-11-27 Chong Yidong <cyd@stupidchicken.com>
3e99b825 1023
ec1b9b17 1024 * nonascii.texi (Converting Representations): Document byte-to-string.
3e99b825
CY
1025
1026 * strings.texi (Creating Strings): Don't mention semi-obsolete
1027 function char-to-string.
1028 (String Conversion): Shorten discussion of semi-obsolete function
1029 string-to-char. Link to Converting Representations.
1030
1031 * objects.texi (Symbol Type):
1032 * text.texi (Near Point):
1033 * help.texi (Help Functions):
1034 * functions.texi (Mapping Functions): Use string instead of
1035 char-to-string in examples.
1036
07976ae3 10372010-11-27 Chong Yidong <cyd@stupidchicken.com>
ec8a6295
CY
1038
1039 * text.texi (Kill Functions, Kill Functions)
1040 (Low-Level Kill Ring, Low-Level Kill Ring): Remove obsolete
1041 YANK-HANDLER args.
1042
1043 * symbols.texi (Creating Symbols): Using unintern without an
1044 obarray arg is now obsolete.
1045
1046 * numbers.texi (Float Basics): Document float-e and float-pi.
1047
1048 * variables.texi (Defining Variables): Change "pi" example to
1049 "float-pi".
1050
8547874a
EZ
10512010-11-26 Eli Zaretskii <eliz@gnu.org>
1052
1053 * commands.texi (Click Events): Document the values of X, Y and
1054 COL, ROW in the event's position, when the click is on the header
1055 or mode line, on the fringes, or in the margins.
1056
4a47c275 10572010-11-17 Eli Zaretskii <eliz@gnu.org>
c7926fe2 1058
5b05d75b
EZ
1059 * customize.texi (Composite Types): Lower-case index entry.
1060
5dcb4c4e
SM
1061 * loading.texi (How Programs Do Loading):
1062 Document load-file-name. (Bug#7346)
c7926fe2 1063
4a47c275 10642010-11-17 Glenn Morris <rgm@gnu.org>
cde08ac9
GM
1065
1066 * text.texi (Kill Functions, Low-Level Kill Ring): Small fixes.
1067
0eb025fb
EZ
10682010-11-13 Eli Zaretskii <eliz@gnu.org>
1069
1070 * display.texi (Usual Display): Characters with no fonts are not
1071 necessarily displayed as empty boxes.
1072
2699a554 10732010-10-31 Glenn Morris <rgm@gnu.org>
aab705a2
GM
1074
1075 * maps.texi (Standard Keymaps): Update File menu description.
1076
8289f37b
GM
10772010-10-28 Glenn Morris <rgm@gnu.org>
1078
1079 * Makefile.in (elisp.dvi, elisp.pdf): Also include $emacsdir.
1080
5793a7bc 10812010-10-24 Eli Zaretskii <eliz@gnu.org>
89baa1df
EZ
1082
1083 * display.texi (Window Systems): Deprecate use of window-system as
1084 a predicate.
1085
17284e30
GM
10862010-10-23 Glenn Morris <rgm@gnu.org>
1087
1088 * help.texi (Documentation Basics): Remove mentions of digest-doc and
1089 sorted-doc.
1090
00f113eb
JB
10912010-10-15 Eli Zaretskii <eliz@gnu.org>
1092
1093 * os.texi (Dynamic Libraries): New node, with slightly modified
1094 text deleted from "Image Formats".
1095 (System Interface): Add @menu entry for "Dynamic Libraries".
1096
1097 * display.texi (Image Formats): Remove description of
1098 image-library-alist. (Renamed in 2010-10-13T14:50:06Z!lekktu@gmail.com.)
1099
07277eb8
GM
11002010-10-12 Glenn Morris <rgm@gnu.org>
1101
1102 * book-spine.texinfo: Rename to book-spine.texi.
1103
c12e4a81
GM
11042010-10-11 Glenn Morris <rgm@gnu.org>
1105
df187c62
GM
1106 * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
1107
c12e4a81 1108 * Makefile.in (DVIPS): New variable.
234db610
GM
1109 (.PHONY): Add html, ps.
1110 (html, elisp.html, ps, elisp.ps): New targets.
1111 (clean): Delete html, ps files.
1112 ($(infodir)/elisp): Remove unnecessary includes.
c12e4a81 1113
6513b232
EZ
11142010-10-09 Eli Zaretskii <eliz@gnu.org>
1115
1116 * makefile.w32-in (emacsdir): New variable.
1117 (srcs): Add emacsver.texi.
1118 ($(infodir)/elisp, elisp.dvi): Add -I$(emacsdir).
1119
abd40fb4
GM
11202010-10-09 Glenn Morris <rgm@gnu.org>
1121
c1dc72b3
GM
1122 * Makefile.in (VPATH): Remove.
1123 (infodir): Make it absolute.
1124 (mkinfodir, $(infodir)/elisp, infoclean): No need to cd $srcdir.
1125
4393405b
GM
1126 * Makefile.in (dist): Anchor regexps.
1127
eef3ab94
GM
1128 * Makefile.in (srcs): Put elisp.texi first.
1129 ($(infodir)/elisp, elisp.dvi, elisp.pdf): Use $<.
1130
aa9db089
GM
1131 * Makefile.in (infoclean): Remove harmless, long-standing error.
1132
abd40fb4
GM
1133 * Makefile.in ($(infodir)): Delete rule.
1134 (mkinfodir): New.
1135 ($(infodir)/elisp): Use $mkinfodir instead of infodir.
1136
68db69ed 1137 * Makefile.in (dist): Remove reference to emacsver.texi.in.
208deadc 1138 Also copy emacsver.texi, and edit $emacsdir.
68db69ed 1139
ea274122
GM
11402010-10-09 Glenn Morris <rgm@gnu.org>
1141
f7a31f11
GM
1142 * Makefile.in (emacsdir): New variable.
1143 (MAKEINFO): Add -I $emacsdir.
1144 (dist): Copy emacsver.texi.
b13254e7
GM
1145 (srcs): Add emacsver.texi.
1146
f7a31f11
GM
1147 * book-spine.texinfo, elisp.texi, vol2.texi, vol1.texi:
1148 Set EMACSVER by including emacsver.texi.
1149
ea274122
GM
1150 * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
1151
17ca7950
GM
11522010-10-07 Glenn Morris <rgm@gnu.org>
1153
1154 * Makefile.in (version): New, set by configure.
1155 (clean): Delete dist tar file.
1156 (dist): Use version in tar name.
1157
4c83f6e1
GM
11582010-10-06 Glenn Morris <rgm@gnu.org>
1159
1160 * Makefile.in: Rearrange to more closely resemble doc/emacs/Makefile.
1161 (INSTALL_INFO): Remove unused variable.
1162 (mostlyclean, infoclean, dist): New rules.
1163 (clean): Delete dvi and pdf files.
1164 (maintainer-clean): Remove elisp.oaux, use infoclean.
8a944cea 1165 ($(infodir)): Add parallel build workaround.
4c83f6e1 1166
0264072d
GM
11672010-10-04 Glenn Morris <rgm@gnu.org>
1168
1169 * Makefile.in (dvi, pdf, $(infodir)): New targets.
1170 ($(infodir)/elisp): Ensure target directory exists. Use $@.
8cce34d0 1171 Fix -I typo.
0264072d
GM
1172 (clean): No 'make.out' or 'core' files.
1173 (.PHONY): Declare clean rules.
1174 (maintainer-clean): Delete pdf file. Guard against cd failures.
1175
77f38949
GM
11762010-10-03 Glenn Morris <rgm@gnu.org>
1177
1178 * files.texi (File Name Components): Remove ignored section about
1179 deleted variable directory-sep-char.
1180
178fdd41
MA
11812010-10-03 Michael Albinus <michael.albinus@gmx.de>
1182
1183 * files.texi (Magic File Names): New defopt
1184 remote-file-name-inhibit-cache.
1185
9c524fcb
GM
11862010-10-02 Glenn Morris <rgm@gnu.org>
1187
1188 * os.texi (Killing Emacs): Hook now runs in batch mode.
1189
f816790b
SM
11902010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
1191
1192 * text.texi (Special Properties): Clarify when modification-hooks run.
1193
7cf78aac
SM
11942010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
1195
1196 * syntax.texi (Syntax Flags): Document new `c' flag.
1197
ca0d44e4
GM
11982010-09-09 Glenn Morris <rgm@gnu.org>
1199
1200 * display.texi (ImageMagick Images): General cleanup.
1201
10999305 12022010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
3fa0dc8f
AK
1203
1204 * files.texi (Directory Names): Use \` rather than ^.
1205
45240125
JD
12062010-09-02 Jan Djärv <jan.h.d@swipnet.se>
1207
1208 * text.texi (Low-Level Kill Ring):
1209 * frames.texi (Window System Selections): Remove cut buffer
1210 documentation.
1211
4abe5bf6
EZ
12122010-08-28 Eli Zaretskii <eliz@gnu.org>
1213
1214 * display.texi (Fringe Size/Pos): Add a cross-reference to "Layout
1215 Parameters", where the default fringe width is described.
1216
1217 * frames.texi (Window Frame Parameters, Basic Parameters)
1218 (Position Parameters, Layout Parameters, Management Parameters)
1219 (Cursor Parameters, Font and Color Parameters): Add indexing for
1220 frame parameters. (Bug#6929)
1221
fdc76236
TT
12222010-08-25 Tom Tromey <tromey@redhat.com>
1223
1224 * vol2.texi (Top): Update.
1225 * vol1.texi (Top): Update.
1226 * tips.texi (Library Headers): Mention Package-Version and
1227 Package-Requires.
1228 * package.texi: New file.
1229 * os.texi (System Interface): Update pointers.
1230 * elisp.texi (Top): Link to new nodes. Include package.texi.
1231 * anti.texi (Antinews): Update pointers.
1232
1e5c1c80
EZ
12332010-08-25 Eli Zaretskii <eliz@gnu.org>
1234
1235 * processes.texi (Filter Functions): Fix last change.
1236
78e33835
CY
12372010-08-24 Markus Triska <triska@gmx.at>
1238
1239 * processes.texi (Filter Functions): Use `buffer-live-p' instead
1240 of `buffer-name' in the main text as well as in the example
1241 (Bug#3098).
1242
198a7a97
CY
12432010-08-22 Chong Yidong <cyd@stupidchicken.com>
1244
1245 * nonascii.texi (Text Representations):
1246 * loading.texi (Loading Non-ASCII):
1247 * compile.texi (Byte Compilation): Don't mention obsolete
1248 --unibyte command-line argument.
1249
bc7d7ea6
CY
12502010-08-22 Chong Yidong <cyd@stupidchicken.com>
1251
1252 * modes.texi (Defining Minor Modes): Doc fix (Bug#6880).
1253
b0126eac 12542010-08-22 Chong Yidong <cyd@stupidchicken.com>
96b1842d
CY
1255
1256 * objects.texi (Bool-Vector Type): Minor definition tweak (Bug#6878).
1257
e8a6cc19
EZ
12582010-08-20 Eli Zaretskii <eliz@gnu.org>
1259
1260 * commands.texi (Misc Events): Add cross-references to where
1261 POSITION of a mouse event is described in detail.
1262
c4e7c63a 12632010-08-08 Christoph Scholtes <cschol2112@googlemail.com>
ee301a7a 1264
c4e7c63a 1265 * control.texi (Handling Errors) <error-message-string>: Fix arg name.
ee301a7a 1266
7815fe19 12672010-08-08 Juanma Barranquero <lekktu@gmail.com>
e8bf5266
JB
1268
1269 * modes.texi (Defining Minor Modes): Use C-backspace, not C-delete.
1270 Suggested by Štěpán Němec <stepnem@gmail.com>.
1271
7815fe19 12722010-08-08 Juanma Barranquero <lekktu@gmail.com>
b4f588fa
JB
1273
1274 * minibuf.texi (High-Level Completion): Document args of
1275 `read-buffer-function' (bug#5625).
1276
8b2dd508
JD
12772010-07-29 Jan Djärv <jan.h.d@swipnet.se>
1278
1279 * frames.texi (Layout Parameters): Add doc for tool-bar-position.
1280
bace45fe
MA
12812010-07-29 Michael Albinus <michael.albinus@gmx.de>
1282
1283 * processes.texi (Process Information): Explain process property
1284 `remote-tty'.
1285
4ce5a4cc
JB
12862010-07-27 Juanma Barranquero <lekktu@gmail.com>
1287
1288 * modes.texi (Defining Minor Modes): Use C-delete in examples,
1289 instead of "\C-\^?" (bug#6334).
1290
1c84bc7a
JB
1291 * text.texi (Special Properties): Fix typo.
1292
b88746ba
EZ
12932010-07-09 Eli Zaretskii <eliz@gnu.org>
1294
1295 * internals.texi (Writing Emacs Primitives): Adapt to ANSI C
1296 calling sequences, which are now the standard.
1297
51422d6d
CY
12982010-06-24 Chong Yidong <cyd@stupidchicken.com>
1299
1300 * text.texi (Undo): Clarify command loop behavior (Bug#2433).
1301
1302 * commands.texi (Command Overview): Mention undo-boundary call.
1303
d24880de
GM
13042010-06-23 Glenn Morris <rgm@gnu.org>
1305
1306 * abbrevs.texi, commands.texi, compile.texi, debugging.texi:
1307 * display.texi, edebug.texi, elisp.texi, eval.texi, files.texi:
1308 * frames.texi, functions.texi, internals.texi, keymaps.texi:
1309 * loading.texi, minibuf.texi, numbers.texi, os.texi, processes.texi:
1310 * searching.texi, sequences.texi, strings.texi, syntax.texi:
1311 * text.texi, tips.texi, vol1.texi, vol2.texi, windows.texi:
1312 Untabify Texinfo files.
1313
0fc76035
CY
13142010-06-20 Chong Yidong <cyd@stupidchicken.com>
1315
1316 * modes.texi (Minor Mode Conventions): Fix typo (Bug#6477).
1317
5338dc0b
CY
13182010-06-19 Chong Yidong <cyd@stupidchicken.com>
1319
a628ad9d 1320 * errors.texi (Standard Errors): Remove unnecessary markup (Bug#6461).
5338dc0b 1321
2c3a3c1d
CY
13222010-06-02 Chong Yidong <cyd@stupidchicken.com>
1323
ba3bf1d9
CY
1324 * searching.texi (Regexp Special): Remove obsolete information
1325 about matching non-ASCII characters, and suggest using char
1326 classes (Bug#6283).
2c3a3c1d 1327
7f4b4249
JB
13282010-05-30 Juanma Barranquero <lekktu@gmail.com>
1329
1330 * minibuf.texi (Basic Completion): Add missing "@end defun".
1331
637821cd
SM
13322010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
1333
1334 * minibuf.texi (Basic Completion): Document completion-boundaries.
1335 (Programmed Completion): Document the new fourth method for boundaries.
1336
e13051c3
CY
13372010-05-22 Chong Yidong <cyd@stupidchicken.com>
1338
a628ad9d 1339 * display.texi (Image Cache): Update documentation about image caching.
e13051c3 1340
0235128c 13412010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
da0bbbc4
CY
1342
1343 * windows.texi (Textual Scrolling):
1344 * tips.texi (Coding Conventions):
1345 * minibuf.texi (Minibuffer History):
1346 * maps.texi (Standard Keymaps):
1347 * loading.texi (Where Defined):
1348 * edebug.texi (Instrumenting): Fix typos.
1349
0235128c 13502010-05-08 Chong Yidong <cyd@stupidchicken.com>
eb5ed549 1351
c7c32279
CY
1352 * keymaps.texi (Menu Bar): Document :advertised-binding property.
1353
0235128c
SM
1354 * functions.texi (Obsolete Functions):
1355 Document set-advertised-calling-convention.
eb5ed549
CY
1356
1357 * minibuf.texi (Basic Completion): Document completion-in-region.
1358 (Programmed Completion): Document completion-annotate-function.
1359
1360 * commands.texi (Reading One Event): Document read-key.
1361 (Distinguish Interactive): Document KIND arg to
1362 called-interactively-p. Delete obsolete interactive-p.
1363
1364 * elisp.texi (Top): Update node description.
1365
f8848423
EZ
13662010-05-08 Eli Zaretskii <eliz@gnu.org>
1367
0235128c
SM
1368 * nonascii.texi (Character Properties):
1369 Document unicode-category-table. Add an index entry for Unicode
1370 general category.
1371
13722010-05-07 Chong Yidong <cyd@stupidchicken.com>
1373
1374 * Version 23.2 released.
f8848423 1375
938efb77
JB
13762010-04-20 Juanma Barranquero <lekktu@gmail.com>
1377
1378 * locals.texi (Standard Buffer-Local Variables):
1379 Remove @ignore'd reference to `direction-reversed'.
1380
5854c267
JL
13812010-04-14 Juri Linkov <juri@jurta.org>
1382
1383 Fix @deffn without category.
1384
1385 * abbrevs.texi (Abbrev Expansion): Replace @deffn with @defun
1386 for `abbrev-insert'.
1387
1388 * buffers.texi (Indirect Buffers): Add category `Command'
1389 to @deffn of `clone-indirect-buffer'.
1390
1391 * windows.texi (Cyclic Window Ordering): Replace @deffn with @defun
1392 for `next-window' and `previous-window'. Add category `Command'
1393 to @deffn of `pop-to-buffer'.
1394
8a14dec7
CY
13952010-04-01 Chong Yidong <cyd@stupidchicken.com>
1396
1397 * nonascii.texi (Text Representations): Don't mark
1398 enable-multibyte-characters as a user option.
1399
7a1831cf
EZ
14002010-03-31 Eli Zaretskii <eliz@gnu.org>
1401
1402 * control.texi (Handling Errors): How to re-throw a signal caught
1403 by condition-case.
1404
c3863713
CY
14052010-03-26 Chong Yidong <cyd@stupidchicken.com>
1406
1407 * loading.texi (Hooks for Loading): Document after-load-functions.
1408 Copyedits.
1409
c333f279
AM
14102010-03-24 Arni Magnusson <arnima@hafro.is> (tiny change)
1411
1412 * frames.texi (Cursor Parameters): Fix typo. (Bug#5760)
1413
e867cb5d 14142010-03-24 Chong Yidong <cyd@stupidchicken.com>
f7704e26
CY
1415
1416 * processes.texi (Network Processes): Document seqpacket type.
1417
605f35cd
DN
14182010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
1419
1420 * os.texi (System Environment): Do not mention lynxos.
1421
288f9fc0
CY
14222010-03-10 Chong Yidong <cyd@stupidchicken.com>
1423
1424 * Branch for 23.2.
1425
eed5c93a
CY
14262010-03-06 Chong Yidong <cyd@stupidchicken.com>
1427
1428 * objects.texi (Integer Type): Take note of the read syntax
1429 exception for numbers that cannot fit in the integer type.
1430
1ddd6622
GM
14312010-03-03 Glenn Morris <rgm@gnu.org>
1432
1433 * numbers.texi (Integer Basics, Bitwise Operations):
1434 * objects.texi (Integer Type): Update for integers now being 30-bit.
1435
a908c79a
CY
14362010-02-27 Chong Yidong <cyd@stupidchicken.com>
1437
1438 * display.texi (Low-Level Font): Document :otf font-spec property.
1439
cd61af01
SM
14402010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
1441
1442 * display.texi (Line Height): Avoid obsolete special default variables
1443 like default-major-mode.
1444
c02f8fe2
AM
14452010-01-28 Alan Mackenzie <acm@muc.de>
1446
1447 * display.texi (Auto Faces): Say fontification-functions is called
1448 whether or not Font Lock is enabled. Tidy up the wording a bit.
1449
d738d18b
CY
14502010-01-17 Chong Yidong <cyd@stupidchicken.com>
1451
1452 * elisp.texi: Remove duplicate edition information (Bug#5407).
1453
4963739e
JB
14542010-01-17 Juanma Barranquero <lekktu@gmail.com>
1455
1456 * two.el (volume-header-toc-markup): Fix typos in docstring.
1457
c57008f6
SM
14582010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
1459
1460 Avoid dubious uses of save-excursions.
1461 * positions.texi (Excursions): Recommend the use of
1462 save-current-buffer if applicable.
1463 * text.texi (Clickable Text): Fix the example code which used
1464 save-excursion in a naive way which sometimes preserves point and
1465 sometimes not.
1466 * variables.texi (Creating Buffer-Local):
1467 * os.texi (Session Management):
1468 * display.texi (GIF Images):
1469 * control.texi (Cleanups): Use (save|with)-current-buffer.
1470
2f3725cd
EZ
14712010-01-02 Eli Zaretskii <eliz@gnu.org>
1472
1473 * modes.texi (Example Major Modes): Fix indentation. (Bug#5195)
1474
85eeac93
CY
14752010-01-02 Chong Yidong <cyd@stupidchicken.com>
1476
1477 * nonascii.texi (Text Representations, Character Codes)
1478 (Converting Representations, Explicit Encoding)
1479 (Translation of Characters): Use hex notation consistently.
1480 (Character Sets): Fix map-charset-chars doc (Bug#5197).
1481
4801c5fa
CY
14822010-01-01 Chong Yidong <cyd@stupidchicken.com>
1483
1484 * loading.texi (Where Defined): Make it clearer that these are
1485 loaded files (Bug#5068).
1486
26e533e2
CY
14872009-12-29 Chong Yidong <cyd@stupidchicken.com>
1488
1489 * minibuf.texi (Completion Styles): Document `initials' style.
1490
16d1ff5f
CY
14912009-12-25 Chong Yidong <cyd@stupidchicken.com>
1492
1493 * frames.texi (Resources): Describe inhibit-x-resources.
1494 (Size Parameters): Copyedit.
1495
1496 * hash.texi (Creating Hash):
1497 * objects.texi (Hash Table Type): Document the new hash table
1498 printed representation.
1499
1500 * minibuf.texi (Basic Completion): 4th arg to all-completions is
1501 obsolete.
1502
5dcb4c4e
SM
1503 * processes.texi (Process Buffers):
1504 Document process-kill-buffer-query-function.
16d1ff5f 1505
9a5de3d9
GM
15062009-12-05 Glenn Morris <rgm@gnu.org>
1507
1508 * hooks.texi (Standard Hooks): Remove diary-display-hook, replaced by
1509 diary-display-function, and no longer recommended to be a hook.
1510 Update for changes in the names of calendar and diary hooks.
1511 diary-print-entries-hook has changed section.
1512
b640eb52
EZ
15132009-11-28 Eli Zaretskii <eliz@gnu.org>
1514
1515 * text.texi (Special Properties): More accurate description of
1516 what the `cursor' property does.
1517
be1674ab
KR
15182009-11-26 Kevin Ryde <user42@zip.com.au>
1519
1520 * commands.texi (Misc Events): vindex mouse-wheel-up-event and
1521 mouse-wheel-down-event, the closest thing to a definition for them.
1522 * os.texi (Startup Summary): vindex inhibit-startup-message and
1523 inhibit-splash-screen.
1524 (Command-Line Arguments): vindex argv.
1525 (Suspending Emacs): vindex suspend-tty-functions and
1526 resume-tty-functions. Don't want to index every hook, but having
1527 the programming ones is helpful.
1528
603f5979
CY
15292009-11-14 Chong Yidong <cyd@stupidchicken.com>
1530
1531 * commands.texi (Motion Events): Fix typo (Bug#4907).
1532
4359a806
CY
15332009-11-08 Chong Yidong <cyd@stupidchicken.com>
1534
1535 * searching.texi (Char Classes): Note that [:upper:] and [:lower:]
1536 are affected by case-fold-search (Bug#4483).
1537
0f063651
CY
15382009-11-02 Chong Yidong <cyd@stupidchicken.com>
1539
1540 * minibuf.texi (Reading File Names): Note that read-file-name may
1541 use a graphical file dialog.
1542
9bd79893
GM
15432009-10-31 Glenn Morris <rgm@gnu.org>
1544
1545 * nonascii.texi (User-Chosen Coding Systems): Minor reword. (Bug#4817)
1546
ebe479ec
KR
15472009-10-16 Kevin Ryde <user42@zip.com.au>
1548
1549 * files.texi (Magic File Names): Add @vindex file-name-handler-alist,
1550 in particular so `info-lookup-symbol' can find its docs.
1551
2640fa86
CY
15522009-10-16 Chong Yidong <cyd@stupidchicken.com>
1553
1554 * variables.texi (Constant Variables): Distinguish from defconst
1555 variables.
1556 (Defining Variables): Add cindex.
1557
edd6a733
CY
15582009-10-15 Chong Yidong <cyd@stupidchicken.com>
1559
1560 * os.texi (Time of Day): Clarify that the microsecond part is
1561 ignored (Bug#4637).
1562
5feb0b73
GM
15632009-10-11 Glenn Morris <rgm@gnu.org>
1564
1565 * frames.texi (Size and Position): Clarify what is included in the frame
1566 height. (Bug#4535)
1567
0c5413c8
GM
15682009-10-10 Glenn Morris <rgm@gnu.org>
1569
1570 * windows.texi (Size of Window): The relationship between window and
1571 frame heights is not so simple. (Bug#4535)
1572 Mention window-full-height-p.
1573
7f8b600a
SM
15742009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
1575
1576 * positions.texi (Text Lines): Remove goto-line, since it shouldn't be
1577 used from Lisp.
1578
6185de1c
EZ
15792009-10-07 Eli Zaretskii <eliz@gnu.org>
1580
7f8b600a
SM
1581 * files.texi (Directory Names) <abbreviate-file-name>:
1582 Document that root home directories are not replaced with "~".
6185de1c 1583
9972911f
EZ
15842009-10-06 Eli Zaretskii <eliz@gnu.org>
1585
1586 * text.texi (Special Properties): Document the meaning of the
1587 `cursor' text property whose value is an integer.
1588
2a3f19ef
MA
15892009-10-05 Michael Albinus <michael.albinus@gmx.de>
1590
1591 * files.texi (Magic File Names): Add `copy-directory'.
1592
804543b5
EZ
15932009-10-05 Eli Zaretskii <eliz@gnu.org>
1594
1595 * files.texi (File Attributes): Fix description of file
1596 attributes. (Bug#4638) Update attributes of files.texi example to
1597 be more representative.
1598
461bf92b
MA
15992009-10-05 Michael Albinus <michael.albinus@gmx.de>
1600
1601 * files.texi (Create/Delete Dirs): New command copy-directory.
1602
a86cd395
JB
16032009-10-04 Juanma Barranquero <lekktu@gmail.com>
1604
1605 * anti.texi (Antinews):
1606 * macros.texi (Indenting Macros):
1607 * strings.texi (Creating Strings, Case Conversion):
1608 Remove duplicate words.
1609
d3080264
MA
16102009-10-01 Michael Albinus <michael.albinus@gmx.de>
1611
1612 * files.texi (Create/Delete Dirs): delete-directory has an
1613 optional parameter RECURSIVE.
1614
85d14563
SM
16152009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
1616
1617 * buffers.texi (Swapping Text): Minor clarification.
1618
3d9842c6
GM
16192009-10-01 Glenn Morris <rgm@gnu.org>
1620
1621 * functions.texi (Declaring Functions): Mention that we also search for
1622 ".m" files in the src/ directory.
1623
78427304
CY
16242009-09-25 David Engster <deng@randomsample.de>
1625
3d9842c6 1626 * display.texi (Managing Overlays): Document copy-overlay (Bug#4549).
78427304 1627
b578c9cc
GM
16282009-09-22 Glenn Morris <rgm@gnu.org>
1629
1630 * internals.texi (Building Emacs): Mention preloaded-file-list.
1631
beee5da7
AM
16322009-09-14 Alan Mackenzie <acm@muc.de>
1633
1634 * os.texi (Terminal Output): Put "@code{}" around "stdout".
1635
5d6ab672
CY
16362009-09-13 Chong Yidong <cyd@stupidchicken.com>
1637
1638 * functions.texi (Anonymous Functions): Rearrange discussion,
1639 giving usage of unquoted lambda forms first. Mention that
1640 `function' and `#'' are no longer required (Bug#4290).
1641
59375eeb
AM
16422009-09-11 Alan Mackenzie <acm@muc.de>
1643
a86cd395 1644 * os.texi (Terminal Output): Document `send-string-to-terminal' in
59375eeb
AM
1645 batch mode.
1646
e7e2f529
GM
16472009-09-01 Glenn Morris <rgm@gnu.org>
1648
1649 * display.texi (Face Functions): Mention define-obsolete-face-alias.
1650
eae47088
GM
16512009-08-26 Ulrich Mueller <ulm@gentoo.org>
1652
1653 * nonascii.texi (Character Codes): Fix typos.
1654
3691a0a6
MA
16552009-08-25 Michael Albinus <michael.albinus@gmx.de>
1656
1657 * processes.texi (Synchronous Processes): New defvar
1658 process-file-side-effects.
1659
664d56b8
GM
16602009-08-25 Glenn Morris <rgm@gnu.org>
1661
1662 * display.texi (Fontsets): Fix typo.
1663
0706c025
GM
1664 * files.texi (Format Conversion Round-Trip): Mention nil regexp.
1665
03a74b84
SM
16662009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
1667
1668 * processes.texi (Asynchronous Processes): Adjust arglist of
1669 start-process-shell-command and start-file-process-shell-command.
1670
f6de8a37
CY
16712009-08-15 Chong Yidong <cyd@stupidchicken.com>
1672
4b1ed1bb
CY
1673 * advice.texi (Argument Access in Advice): Note that argument
1674 positions are zero-based (Bug#3932).
1675
89a9e058
CY
1676 * commands.texi (Distinguish Interactive): Minor copyedit.
1677
23696fd7
CY
1678 * display.texi (Face Attributes): Add xref to Displaying Faces for
1679 explanation of "underlying face".
1680
f6de8a37
CY
1681 * customize.texi (Common Keywords): Add xref to Loading.
1682
1683 * loading.texi (How Programs Do Loading): Add xref to Lisp
1684 Libraries node in the Emacs manual.
1685
417f77e6
CY
16862009-08-13 Chong Yidong <cyd@stupidchicken.com>
1687
1688 * objects.texi (Meta-Char Syntax): Add xref to Strings of Events.
1689
0999039c
CY
16902009-07-18 Chong Yidong <cyd@stupidchicken.com>
1691
1692 * processes.texi (Shell Arguments): Copyedits.
1693
9af167bc
GM
16942009-07-18 Glenn Morris <rgm@gnu.org>
1695
1696 * loading.texi (Repeated Loading): Fix typo.
1697
137987ab
RS
16982009-07-16 Richard Stallman <rms@gnu.org>
1699
1700 * buffers.texi (Swapping Text): Recommend setting
1701 write-region-annotate-functions and buffer-saved-size.
1702
1703 * backups.texi (Auto-Saving): Document buffer-saved-size = -2.
1704
622fa380
GM
17052009-07-15 Glenn Morris <rgm@gnu.org>
1706
1707 * edebug.texi: Minor re-phrasings throughout.
1708 (Edebug Execution Modes): Sit-for affects continue mode too.
1709 (Jumping): Use `forward-sexp' rather than its keybinding.
1710 (Edebug Misc): Fix Q binding.
1711 (Edebug Eval): Remove cl version.
1712 (Printing in Edebug): Clarify print-length etc.
1713 (Instrumenting Macro Calls): Defopt edebug-eval-macro-args.
1714 (Specification List): Remove edebug-unwrap findex entry.
1715 (Specification Examples): defmacro is actually not the same as defun.
1716 Escape "`" in example.
1717
6bbd4600
CY
17182009-07-15 Chong Yidong <cyd@stupidchicken.com>
1719
1720 * markers.texi (The Mark): Document optional arg to
1721 deactivate-mark.
1722
e538d479
GM
17232009-07-11 Kevin Ryde <user42@zip.com.au>
1724
1725 * hooks.texi (Standard Hooks): Fix cross-references.
1726
4c98b9ed
GM
1727 * loading.texi (Named Features): Refer to eval-after-load.
1728
5300838c
GM
17292009-07-11 Glenn Morris <rgm@gnu.org>
1730
64fbeb16
GM
1731 * Makefile.in (TEXI2PDF): New.
1732 (elisp.pdf): New target.
1733
4c98b9ed
GM
1734 * searching.texi (Regexp Backslash): Fix typo.
1735
1736 * elisp.texi (Top): Display copyright notice at start of non-TeX.
5300838c 1737
51d9979c
GM
17382009-07-10 Glenn Morris <rgm@gnu.org>
1739
561c0216
GM
1740 * elisp.texi, vol1.texi, vol2.texi: Update @detailmenu.
1741
5b594a58
GM
1742 * customize.texi (Customization Types):
1743 * display.texi (Abstract Display):
0cc8c85a 1744 * objects.texi (Character Type, String Type):
5b594a58 1745 Merge in some menu descriptions from elisp.texi.
51d9979c 1746
c3cbbb40
GM
1747 * hash.texi (Hash Tables):
1748 * modes.texi (Multiline Font Lock):
1749 End menu description with period.
fe42c16a 1750
28528402
GM
17512009-07-09 Glenn Morris <rgm@gnu.org>
1752
1753 * back.texi: Don't hard-code texinfo location.
1754
1755 * two-volume.make (texinfodir): New, with location of texinfo.tex.
1756 (tex): Add texinfodir to TEXINPUTS.
1757 (elisp1med-init, elisp2med-init): Use texinfodir.
1758
1759 * Makefile.in (texinfodir): Rename from usermanualdir, and update.
1760 (clean): Add two-volume.make intermediate files.
1761
1762 * elisp.texi, vol1.texi, vol2.texi:
1763 Use a DATE variable with the publication date, and update it.
1764 Fix antinews menu description.
1765
1766 * vol1.texi, vol2.texi: Update VERSION to match elisp.texi.
1767 Update the detailed node listing to match elisp.texi.
1768
1769 * README: Update edition to match elisp.texi.
1770
1771 * objects.texi (General Escape Syntax):
1772 * nonascii.texi (Character Sets):
1773 Use consistent case for "Unicode Standard".
1774
1775 * anti.texi (Antinews):
1776 * customize.texi (Variable Definitions):
1777 * functions.texi (Declaring Functions):
1778 * nonascii.texi (Character Properties):
1779 * processes.texi (Serial Ports):
1780 * text.texi (Special Properties):
1781 * tips.texi (Coding Conventions):
1782 Minor rearrangements to improve TeX line-filling.
1783
1784 * commands.texi (Using Interactive): Fix cross-reference.
1785
17db8e10
JD
17862009-07-01 Jan Djärv <jan.h.d@swipnet.se>
1787
1788 * frames.texi (Management Parameters): Mention sticky.
1789
77c7e2e1
AS
17902009-07-01 Andreas Schwab <aschwab@redhat.com>
1791
1792 * help.texi (Help Functions): Fix description of help-buffer and
1793 help-setup-xref to use @defun instead of @deffn.
1794
3f1c6666
JD
17952009-07-01 Jan Djärv <jan.h.d@swipnet.se>
1796
1797 * frames.texi (Size Parameters): Mention maximized for fullscreen.
1798
ca27c21b
CY
17992009-06-24 Chong Yidong <cyd@stupidchicken.com>
1800
1801 * display.texi (Window Systems): Add ns to the list.
1802
70243478
CY
18032009-06-21 Chong Yidong <cyd@stupidchicken.com>
1804
1805 * Branch for 23.1.
1806
df006536
MR
18072009-06-17 Martin Rudalics <rudalics@gmx.at>
1808
1809 * windows.texi (Dedicated Windows): Fix typo.
1810 (Resizing Windows): Replace @defun by @deffn.
1811
d259fc4b
GM
18122009-06-17 Glenn Morris <rgm@gnu.org>
1813
1814 * variables.texi (Directory Local Variables):
1815 Update for 2009-04-11 name-change of dir-locals-directory-alist.
1816
30781db6
KH
18172009-06-09 Kenichi Handa <handa@m17n.org>
1818
1819 * nonascii.texi (Character Sets): State clearly that FROM and TO
1820 are codepoints of CHARSET.
1821
62e8099c
CY
18222009-06-07 Chong Yidong <cyd@stupidchicken.com>
1823
1824 * minibuf.texi (Reading File Names): Fix introductory text.
1825 Suggested by stan@derbycityprints.com.
1826 (High-Level Completion): Fix typo.
1827
ee1b1917
CY
18282009-05-28 Chong Yidong <cyd@stupidchicken.com>
1829
1830 * frames.texi (Text Terminal Colors): Multi-tty is already
1831 implemented, but tty-local colors are not.
1832
5df647e8
CY
18332009-05-27 Chong Yidong <cyd@stupidchicken.com>
1834
1835 * hooks.texi (Standard Hooks): Remove mention of obsolete
1836 redisplay-end-trigger-functions.
1837
1838 * internals.texi (Window Internals): Remove mention of obsolete
1839 redisplay-end-trigger-functions.
1840
01f17ae2
MR
18412009-05-21 Martin Rudalics <rudalics@gmx.at>
1842
1843 * abbrevs.texi (Abbrev Mode): abbrev-mode is an option.
1844
1845 * backups.texi (Making Backups): backup-directory-alist and
1846 make-backup-file-name-function are options.
1847 (Auto-Saving): auto-save-list-file-prefix is an option.
1848
1849 * buffers.texi (Killing Buffers): buffer-offer-save is an
1850 option.
1851
1852 * display.texi (Refresh Screen): no-redraw-on-reenter is an
1853 option.
1854 (Echo Area Customization): echo-keystrokes is an option.
1855 (Selective Display): selective-display-ellipses is an option.
1856 (Temporary Displays): temp-buffer-show-function is an option.
1857 (Face Attributes): underline-minimum-offset and x-bitmap-file-path
1858 are options.
1859 (Font Selection): face-font-family-alternatives,
1860 face-font-selection-order, face-font-registry-alternatives, and
1861 scalable-fonts-allowed are options.
1862 (Fringe Indicators): indicate-buffer-boundaries is an option.
1863 (Fringe Cursors): overflow-newline-into-fringe is an option.
1864 (Scroll Bars): scroll-bar-mode is an option.
1865
1866 * eval.texi (Eval): max-lisp-eval-depth is an option.
1867
1868 * files.texi (Visiting Functions): find-file-hook is an option.
1869 (Directory Names): directory-abbrev-alist is an option.
1870 (Unique File Names): temporary-file-directory and
1871 small-temporary-file-directory are options.
1872
1873 * frames.texi (Initial Parameters): initial-frame-alist,
1874 minibuffer-frame-alist and default-frame-alist are options.
1875 (Cursor Parameters): blink-cursor-alist and
1876 cursor-in-non-selected-windows ar options.
1877 (Window System Selections): selection-coding-system is an
1878 option.
1879 (Display Feature Testing): display-mm-dimensions-alist is an
1880 option.
1881
1882 * help.texi (Help Functions): help-char and help-event-list are
1883 options.
1884
1885 * keymaps.texi (Functions for Key Lookup): meta-prefix-char is
1886 an option.
1887
1888 * minibuf.texi (Minibuffer History): history-length and
1889 history-delete-duplicates are options.
1890 (High-Level Completion): read-buffer-function and
1891 read-buffer-completion-ignore-case are options.
1892 (Reading File Names): read-file-name-completion-ignore-case is
1893 an option.
1894
1895 * modes.texi (Mode Line Top): mode-line-format is an option.
1896 (Mode Line Variables): mode-line-position and mode-line-modes
1897 are options.
1898
1899 * nonascii.texi (Text Representations):
1900 enable-multibyte-characters is an option.
1901 (Default Coding Systems): auto-coding-regexp-alist,
1902 file-coding-system-alist, auto-coding-alist and
1903 auto-coding-functions are options.
1904 (Specifying Coding Systems): inhibit-eol-conversion is an
1905 option.
1906
1907 * os.texi (Init File): site-run-file is an option.
1908 (System Environment): mail-host-address is an option.
1909 (User Identification): user-mail-address is an option.
1910 (Terminal Output): baud-rate is an option.
1911
1912 * positions.texi (Word Motion): words-include-escapes is an
1913 option.
1914
1915 * searching.texi (Standard Regexps): page-delimiter,
1916 paragraph-separate, paragraph-separate and sentence-end are
1917 options.
1918
1919 * text.texi (Margins): left-margin and fill-nobreak-predicate
1920 are options.
1921
1922 * variables.texi (Local Variables): max-specpdl-size is an
1923 option.
1924
1925 * windows.texi (Choosing Window):
1926 split-window-preferred-function, special-display-function and
1927 display-buffer-function are options.
1928
106e6894
CY
19292009-05-20 Chong Yidong <cyd@stupidchicken.com>
1930
4a83454d
CY
1931 Fix errors spotted by Martin Rudalics.
1932
106e6894
CY
1933 * syntax.texi (Position Parse): Document rationale for ignored
1934 arguments to syntax-ppss-flush-cache.
1935
1936 * processes.texi (Input to Processes): Mark PROCESS arg to
1937 process-running-child-p as optional.
1938 (Network Options): Document NO-ERROR arg to
1939 set-network-process-option.
1940
1941 * buffers.texi (Indirect Buffers): Mark clone-indirect-buffer as a
1942 command.
1943
1944 * searching.texi (POSIX Regexps): Mark posix-search-forward and
1945 posix-search-backward as commands.
1946
1947 * os.texi (Killing Emacs): Mark kill-emacs as a command.
1948 (Suspending Emacs): Mark suspend-emacs as a command.
1949 (Processor Run Time): Mark emacs-uptime and emacs-init-time as
1950 commands.
5dcb4c4e
SM
1951 (Terminal Output): Remove obsolete function baud-rate.
1952 Document TERMINAL arg for send-string-to-terminal.
106e6894
CY
1953
1954 * nonascii.texi (Terminal I/O Encoding): Document TERMINAL arg for
1955 terminal-coding-system and set-terminal-coding-system.
1956 (Explicit Encoding): Mark DESTINATION arg of decode-coding-region
1957 as optional.
1958 (Character Sets): Document RESTRICTION arg of char-charset.
1959 (Character Codes): Mark POS argument to get-byte as optional.
1960
1961 * minibuf.texi (Minibuffer Misc): Document ARGS arg for
1962 minibuffer-message.
1963
1964 * files.texi (Create/Delete Dirs): Mark make-directory and
1965 delete-directory as commands.
1966
1967 * abbrevs.texi (Abbrev Tables): Fix arglist for make-abbrev-table.
1968
1969 * text.texi (Base 64): Mark base64-decode-string and
1970 base64-encode-string as commands.
1971 (Columns): Mark move-to-column as a command.
1972 (Mode-Specific Indent): Document RIGID arg to
1973 indent-for-tab-command.
1974 (Region Indent): Mark TO-COLUMN arg to indent-region as optional.
1975 Mark indent-code-rigidly as a command.
1976 (Substitution): Mark translate-region as a command.
1977
1978 * frames.texi (Size and Position): Remove obsolete functions
1979 screen-height and screen-width.
1980
04173931
CY
19812009-05-19 Chong Yidong <cyd@stupidchicken.com>
1982
1983 * windows.texi (Cyclic Window Ordering, Cyclic Window Ordering)
1984 (Displaying Buffers, Resizing Windows): Correct mistakes;
1985 next-window, previous-window, and pop-to-buffer are not commands,
1986 and fit-window-to-buffer" is a command. (Pointed out by Martin
1987 Rudalics.)
1988
eae7d8f8
RS
19892009-05-17 Richard M Stallman <rms@gnu.org>
1990
1991 * modes.texi (Precalculated Fontification): Clarify text.
1992
b8766179
MR
19932009-05-17 Martin Rudalics <rudalics@gmx.at>
1994
1995 * windows.texi (Selecting Windows): Clarify descriptions of
1996 with-selected-window and get-lru-window.
1997 (Cyclic Window Ordering): Refer to particular frame when talking
1998 about how splitting affects the ordering.
1999 (Displaying Buffers): Fix descriptions of switch-to-buffer and
2000 switch-to-buffer-other-window. Explain how setting of
2001 display-buffer-reuse-frames affects pop-to-buffer.
2002 (Choosing Window): Clarify some details in descriptions of
2003 display-buffer-reuse-frames, pop-up-frames, and
2004 pop-up-frame-function.
2005 (Dedicated Windows): Clarify some details.
2006 (Textual Scrolling): Replace term vscroll by term vertical
2007 scroll position.
2008 (Vertical Scrolling): Fix typo.
2009 (Window Hooks): Relate text on jit-lock-register to window
2010 scrolling and size changes.
2011
734b5e3b
CY
20122009-05-14 Chong Yidong <cyd@stupidchicken.com>
2013
0a65633e
CY
2014 * frames.texi (Initial Parameters): Clarify what the initial
2015 minibuffer frame is.
05be46d7
CY
2016 (Buffer Parameters): Note that the minibuffer parameter can not be
2017 altered.
0a65633e 2018
734b5e3b
CY
2019 * anti.texi (Antinews): Copyedits. Rearrange some entries.
2020 Document display-buffer changes.
2021
925672cd
CY
20222009-05-13 Chong Yidong <cyd@stupidchicken.com>
2023
17ecd7af
CY
2024 * anti.texi (Antinews): Rewrite for Emacs 22.
2025
925672cd
CY
2026 * abbrevs.texi (Abbrevs): Add xref to Creating Symbols when
2027 obarrays are first mentioned. Define "system abbrev" more
2028 prominently, and add it to the index.
2029 (Abbrev Mode, Abbrev Tables, Defining Abbrevs, Abbrev Properties):
2030 Copyedits.
2031 (Abbrev Expansion): Document abbrev-insert.
2032
80be4dd7
CY
20332009-05-12 Chong Yidong <cyd@stupidchicken.com>
2034
2035 * frames.texi (Font and Color Parameters): Rename from Color
2036 Parameters. Document font-backend parameter.
2037
2038 * vol2.texi (Top): Update node listing.
2039 * vol1.texi (Top): Update node listing.
2040 * elisp.texi (Top): Update node listing.
2041
372a93ac
MR
20422009-05-11 Martin Rudalics <rudalics@gmx.at>
2043
2044 * windows.texi (Choosing Window): Don't explicitly refer to
2045 split-window-sensibly's window argument in descriptions of
2046 split-height-threshold and split-width-threshold.
2047
714c3541
MR
20482009-05-10 Martin Rudalics <rudalics@gmx.at>
2049
2050 * windows.texi (Choosing Window): Fix rewrite of window
2051 splitting section.
2052
0e90e7be
EZ
20532009-05-09 Eli Zaretskii <eliz@gnu.org>
2054
f4e90db0
SM
2055 * nonascii.texi (Default Coding Systems):
2056 Document find-auto-coding, set-auto-coding, and auto-coding-alist.
5dcb4c4e 2057 Add indexing.
0e90e7be
EZ
2058 (Lisp and Coding Systems): Add index entries.
2059
d3c0c321
MR
20602009-05-09 Martin Rudalics <rudalics@gmx.at>
2061
2062 * windows.texi (Choosing Window): Describe split-window-sensibly
2063 and rewrite section on window splitting accordingly.
2064 (Textual Scrolling): Replace `...' by @code{...}.
2065
c773345a
CY
20662009-05-04 Chong Yidong <cyd@stupidchicken.com>
2067
ee2d5b5e
CY
2068 * hooks.texi (Standard Hooks): Add abbrev-expand-functions.
2069 Remove obsoleted pre-abbrev-expand-hook.
2070
2071 * locals.texi (Standard Buffer-Local Variables): Consolidate table
2072 entries.
2073
c773345a
CY
2074 * internals.texi (Object Internals): Don't assume 32-bit machines
2075 are the norm.
2076 (Buffer Internals): Consolidate table entries for readability.
ee2d5b5e
CY
2077 (Window Internals): Synch field names to window.h.
2078 (Process Internals): Synch field names to process.h.
c773345a 2079
dd449674
CY
20802009-04-29 Chong Yidong <cyd@stupidchicken.com>
2081
2082 * variables.texi (File Local Variables): Note that read-circle is
2083 bound to nil when reading file-local variables.
2084
2085 * streams.texi (Input Functions): Document read-circle.
2086 (Output Variables): Add xref to Circular Objects.
2087
4f1e25e2
CY
20882009-04-25 Chong Yidong <cyd@stupidchicken.com>
2089
2090 * tips.texi (Coding Conventions): Copyedits. Add xref to Named
2091 Features and Coding System Basics. Node that "p" stands for
2092 "predicate". Recommend utf-8-emacs instead of emacs-mule.
2093 (Key Binding Conventions): Emacs does use S-down-mouse-1, for
2094 mouse-appearance-menu.
2095 (Programming Tips): Add xref to Progress.
2096
dca019f8
CY
20972009-04-22 Chong Yidong <cyd@stupidchicken.com>
2098
5dcb4c4e
SM
2099 * os.texi (Command-Line Arguments):
2100 Document command-line-args-left.
dca019f8
CY
2101 (Suspending Emacs): Adapt text to multi-tty case. Document use of
2102 terminal objects for tty arguments.
2103 (Startup Summary): Add xref to Session Management.
2104 (Session Management): Mention emacs-session-restore. Copyedits.
2105
02a89103
CY
21062009-04-20 Chong Yidong <cyd@stupidchicken.com>
2107
2108 * os.texi (Startup Summary): Copyedits. The init file is not
2109 necessarily named .emacs now. Document initial-buffer-choice and
2110 initial-scratch-message. Note where Emacs exits in batch mode.
2111 Document inhibit-splash-screen as an alias.
2112 (Init File): Be neutral about which init file name to use.
2113
21142009-04-16 Chong Yidong <cyd@stupidchicken.com>
2115
2116 * os.texi (System Interface): Fix Texinfo usage.
2117
0c1cfe01
CY
21182009-04-15 Chong Yidong <cyd@stupidchicken.com>
2119
80d7cdca
CY
2120 * searching.texi (Regexp Backslash): Also refer to shy groups as
2121 non-capturing or unnumbered groups.
2122 (Regexp Functions): Add cross-reference to Regexp Backslash.
2123
0c1cfe01
CY
2124 * display.texi (Truncation): Overlays can use line-prefix and
2125 wrap-prefix too.
2126 (Overlay Properties): Document wrap-prefix and line-prefix.
2127 (Face Attributes): Document underline-minimum-offset.
2128 (Face Remapping): Copyedits.
2129 (Low-Level Font): Copyedits.
2130 (Image Cache): Note that the image cache is shared between frames.
ed8ab760
CY
2131 (Line Height): Emphasize that line-spacing only takes effect on
2132 graphical terminals.
0c1cfe01 2133
c4adeee0
CY
21342009-04-13 Chong Yidong <cyd@stupidchicken.com>
2135
2136 * display.texi (Refresh Screen): Note that a passage about screen
2137 refreshing is text terminal only.
2138 (Forcing Redisplay): Delete misleading comment---sit-for calls
2139 redisplay, not the other way around.
2140 (Truncation): Note new values of truncate-partial-width-windows.
2141 Copyedits.
2142 (Invisible Text): Document invisible-p.
2143
b20ecfa1
EZ
21442009-04-11 Eli Zaretskii <eliz@gnu.org>
2145
2146 * display.texi (Overlays): Overlays don't scale well. See
2147 http://lists.gnu.org/archive/html/emacs-devel/2009-04/msg00243.html.
2148
97d8273f
CY
21492009-04-10 Chong Yidong <cyd@stupidchicken.com>
2150
f147ff75
CY
2151 * syntax.texi (Syntax Table Functions): Document cons cell
2152 argument for modify-syntax-entry.
2153 (Categories): Document cons cell argument for
2154 modify-category-entry.
2155
fca4ec76
CY
2156 * searching.texi (String Search): Document word-search-forward-lax
2157 and word-search-backward-lax.
2158 (Searching and Case): Describe isearch behavior more precisely.
2159
9c283d5b
CY
2160 * keymaps.texi (Tool Bar): Mention that some platforms do not
2161 support multi-line toolbars. Suggested by Stephen Eglen.
2162
2163 * frames.texi (Layout Parameters): Mention that Nextstep also
2164 allows only one tool-bar line. Suggested by Stephen Eglen.
2165
97d8273f
CY
2166 * nonascii.texi (Text Representations): Copyedits.
2167 (Coding System Basics): Also mention utf-8-emacs.
2168 (Converting Representations, Selecting a Representation)
2169 (Scanning Charsets, Translation of Characters, Encoding and I/O):
2170 Copyedits.
2171 (Character Codes): Mention role of codepoints 1114112 to 4194175.
2172
2bad3299
CY
21732009-04-09 Chong Yidong <cyd@stupidchicken.com>
2174
2175 * text.texi (Yank Commands): Note that yank uses push-mark.
5dcb4c4e
SM
2176 (Filling): Clarify REGION argument of fill-paragraph.
2177 Document fill-forward-paragraph-function.
2bad3299
CY
2178 (Special Properties): Remove "new in Emacs 22" declaration.
2179 (Clickable Text): Merge with Links and Mouse-1 node.
2180
5dcb4c4e
SM
2181 * display.texi (Button Properties, Button Buffer Commands):
2182 Change xref to Clickable Text.
2bad3299
CY
2183
2184 * tips.texi (Key Binding Conventions): Change xref to Clickable
2185 Text.
2186
2187 * elisp.texi (Top): Update node listing.
2188
ea30ce4f
CY
21892009-04-05 Chong Yidong <cyd@stupidchicken.com>
2190
47af2f4b
CY
2191 * markers.texi (The Mark): Copyedits. Improve description of
2192 handle-shift-selection.
2193 (The Region): Move use-region-p here from The Mark.
2194
ea30ce4f
CY
2195 * positions.texi (Screen Lines): Document (cols . lines) argument
2196 for vertical-motion.
2197
2aa8ea6e
CY
21982009-04-04 Chong Yidong <cyd@stupidchicken.com>
2199
3ec61d4e
CY
2200 * frames.texi (Frames): Clean up introduction. Document `ns'
2201 return value for framep.
2202 (Creating Frames): Note how the terminal is chosen.
2203 (Multiple Terminals, Multiple Displays): Merge into a single node.
2204 (Color Parameters): Fix typo.
2205
2206 * variables.texi (Local Variables, Buffer-Local Variables)
2207 (Creating Buffer-Local): Change link to Multiple Terminals.
2208
2209 * os.texi (X11 Keysyms): Change link to Multiple Terminals.
2210
2211 * keymaps.texi (Controlling Active Maps): Change link to Multiple
2212 Terminals.
2213
2214 * commands.texi (Command Loop Info, Keyboard Macros): Change link
2215 to Multiple Terminals.
2216
2217 * elisp.texi (Top): Update node listing.
2218 * vol2.texi (Top): Update node listing.
2219 * vol1.texi (Top): Update node listing.
2220
9257072f
CY
2221 * buffers.texi (Current Buffer): Note that the append-to-buffer
2222 example is no longer in synch with the latest code. Tie the two
2223 examples together.
2224
2aa8ea6e
CY
2225 * files.texi (File Attributes): Move note about MS-DOS from
2226 Changing Files to File Attributes.
2227 (Create/Delete Dirs): Note that mkdir is an alias for this.
2228
22e74b17
CY
22292009-04-01 Markus Triska <triska@gmx.at>
2230
2231 * processes.texi (Filter Functions): Suggest how to handle output
2232 batches.
2233
4bbe48ec
CY
22342009-03-30 Chong Yidong <cyd@stupidchicken.com>
2235
2236 * help.texi (Accessing Documentation): Update example to use
2237 help-setup-xref and with-help-window.
2238 (Help Functions): Remove print-help-return-message, which is
2239 semi-obsolete due to with-help-window. Document help-buffer and
2240 help-setup-xref.
2241
b9723f39
CY
22422009-03-29 Chong Yidong <cyd@stupidchicken.com>
2243
5dcb4c4e
SM
2244 * help.texi (Accessing Documentation, Help Functions):
2245 Remove information about long-obsolete Emacs versions.
9eb52e90 2246
b9723f39
CY
2247 * modes.texi (Mode Line Variables): The default values of the mode
2248 line variables are now more complicated.
2249
b0cc32db
CY
22502009-03-28 Chong Yidong <cyd@stupidchicken.com>
2251
3c25a5a9
CY
2252 * modes.texi (Major Mode Conventions): Note that specialness is
2253 inherited.
31c9eebb
CY
2254 (Derived Modes): Note that define-derive-mode sets the mode-class
2255 property.
3c25a5a9 2256
b0cc32db
CY
2257 * keymaps.texi (Prefix Keys): The M-g prefix key is now named
2258 goto-map. Add search-map to the list.
2259
c5e0006d
EZ
22602009-03-27 Eli Zaretskii <eliz@gnu.org>
2261
1213465a
EZ
2262 * os.texi (System Environment): Update the list of system-type
2263 values.
2264
c5e0006d
EZ
2265 * markers.texi (The Mark) <handle-shift-selection>: Update for
2266 removal of the optional argument DEACTIVATE.
2267
48bab3d6
CY
22682009-03-25 Chong Yidong <cyd@stupidchicken.com>
2269
2270 * commands.texi (Focus Events): Most X window managers don't use
2271 focus-follows-mouse nowadays.
2272
6e4ff1b6
CY
22732009-03-24 Chong Yidong <cyd@stupidchicken.com>
2274
2275 * commands.texi (Defining Commands): Clarify introduction.
2276 (Using Interactive): Not that interactive can be put in a symbol
2277 property.
2278 (Interactive Call): Note that a symbol with a non-nil
2279 interactive-form property satisfies commandp.
2280
11625308
JB
22812009-03-23 Juanma Barranquero <lekktu@gmail.com>
2282
2283 * minibuf.texi (Intro to Minibuffers): Fix typos.
2284
7b34420d
CY
22852009-03-23 Chong Yidong <cyd@stupidchicken.com>
2286
2287 * minibuf.texi (Intro to Minibuffers): Remove long-obsolete info
5dcb4c4e
SM
2288 about minibuffers in old Emacs versions. Copyedits.
2289 Emphasize that enable-recursive-minibuffers defaults to nil.
7b34420d
CY
2290 (Text from Minibuffer): Simplify introduction.
2291
f9257eed
AM
22922009-03-22 Alan Mackenzie <acm@muc.de>
2293
2294 * commands.texi (Using Interactive): Clarify string argument to
2295 `interactive' - even promptless elements need \n separators.
2296
f639ba70
CY
22972009-03-18 Chong Yidong <cyd@stupidchicken.com>
2298
2299 * minibuf.texi (Completion Styles): New node.
2300
2301 * elisp.texi (Top): Update node listing.
2302
d897e8ee
CY
23032009-03-17 Chong Yidong <cyd@stupidchicken.com>
2304
2305 * minibuf.texi (Basic Completion): Note that
2306 read-file-name-completion-ignore-case and
2307 read-buffer-completion-ignore-case can override
2308 completion-ignore-case.
2309 (Minibuffer Completion): Document completing-read changes.
2310 (Completion Commands): Avoid mentioning partial completion mode.
2311 Document minibuffer-completion-confirm changes, and
2312 minibuffer-confirm-exit-commands.
2313 (High-Level Completion): Document new require-match behavior for
2314 read-buffer. Document read-buffer-completion-ignore-case.
2315 (Reading File Names): Document new require-match behavior for
2316 read-file-name.
2317
b1f23349
CY
23182009-03-14 Chong Yidong <cyd@stupidchicken.com>
2319
2320 * debugging.texi (Error Debugging): Don't mislead the reader into
2321 thinking that debug-on-error enters debugger for C-f at EOB.
2322 (Error Debugging): Setting debug-on-init within the init file
2323 works, and has for some time.
2324
d6eb4e25
KH
23252009-03-13 Kenichi Handa <handa@m17n.org>
2326
2327 * display.texi (Fontsets): Update the description.
2328
1cf53dc5
CY
23292009-03-13 Chong Yidong <cyd@stupidchicken.com>
2330
2331 * advice.texi (Advising Primitives): Link to What Is a Function.
2332
81f919fc
CY
23332009-03-12 Chong Yidong <cyd@stupidchicken.com>
2334
cf4229eb
CY
2335 * compile.texi (Speed of Byte-Code): Update example.
2336 (Disassembly): Update examples.
2337
81f919fc 2338 * loading.texi (Repeated Loading): Simplify examples.
f2bbc08c
CY
2339
2340 * customize.texi (Common Keywords): It's not necessary to use :tag
2341 to remove hyphens, as custom-unlispify-tag-name does it
2342 automatically.
5dcb4c4e
SM
2343 (Variable Definitions): Link to File Local Variables.
2344 Document customized-value symbol property.
f2bbc08c
CY
2345 (Customization Types): Move menu to end of node.
2346
955964d7
CY
23472009-03-10 Chong Yidong <cyd@stupidchicken.com>
2348
2349 * macros.texi (Compiling Macros): Omit misleading sentence, which
2350 implied that macros can only be used in the same file they are
2351 defined.
2352 (Backquote): Remove obsolete information about Emacs 19.
2353
d25ed7db
GM
23542009-03-05 John Foerch <jjfoerch@earthlink.net> (tiny change)
2355
2356 * display.texi (Display Margins): Fix paren typo.
2357
d55f6ca5
CY
23582009-02-27 Chong Yidong <cyd@stupidchicken.com>
2359
f0e57ed8
CY
2360 * elisp.texi (Top): Update node listing.
2361
2362 * variables.texi (Variables): Clarify introduction.
2363 (Global Variables): Mention that setq is a special form.
2364 (Local Variables): Use active voice.
2365 (Tips for Defining): Mention marking variables as safe.
2366 (Buffer-Local Variables): Mention terminal-local and frame-local
2367 variables together.
2368 (File Local Variables): Copyedits.
2369 (Frame-Local Variables): Note that they are not really useful.
2370 (Future Local Variables): Node deleted.
2371
d55f6ca5 2372 * objects.texi (General Escape Syntax): Update explanation of
fe7a3057 2373 Unicode escape syntax.
d55f6ca5 2374
ca8f09a8
CY
23752009-02-23 Chong Yidong <cyd@stupidchicken.com>
2376
2377 * control.texi (Control Structures): Add cindex entry for "textual
2378 order".
2379
2380 * eval.texi (Intro Eval): Copyedits. Standardize on "form"
2381 instead of "expression" throughout.
2382 (Function Indirection): Copyedits. Use active voice.
2383 (Eval): The default value of max-lisp-eval-depth is now 400.
2384
a20878b6
MB
23852009-02-23 Miles Bader <miles@gnu.org>
2386
2387 * processes.texi (System Processes): Rename `system-process-attributes'
2388 to `process-attributes'.
2389
61f66044
CY
23902009-02-22 Chong Yidong <cyd@stupidchicken.com>
2391
1b80d1f3
CY
2392 * symbols.texi (Property Lists): Emphasize that property lists are
2393 not restricted to symbol cells.
2394 (Other Plists): Copyedit.
2395
61f66044
CY
2396 * sequences.texi (Sequences Arrays Vectors): Make introduction
2397 more concise.
2398 (Arrays): Mention char-tables and bool-vectors too.
2399 (Vectors): Don't repeat information given in Arrays node. Link to
2400 nodes that explain the vector usage examples.
2401 (Char-Tables): Note that char-table elements can have arbitrary
2402 type. Explain effect of omitted char-table-extra-slots property.
8a63cf41 2403 Link to Property Lists node.
61f66044 2404
9403944b
CY
24052009-02-22 Chong Yidong <cyd@stupidchicken.com>
2406
2407 * lists.texi (Building Lists): Remove obsolete Emacs 20 usage of
2408 `append'.
4068c7b4 2409 (List Elements): Copyedits.
9403944b
CY
2410
2411 * sequences.texi (Vector Functions): Remove obsolete Emacs 20 use
2412 of `vconcat'.
2413
2414 * strings.texi (Creating Strings): Copyedits. Remove obsolete
2415 Emacs 20 usage of `concat'.
2416 (Case Conversion): Copyedits.
2417
b87a185f
CY
24182009-02-21 Chong Yidong <cyd@stupidchicken.com>
2419
2420 * objects.texi (Lisp Data Types, Syntax for Strings, Buffer Type):
2421 Minor edits.
2422 (Frame Configuration Type): Emphasize that it is not primitive.
2423 (Font Type): New node.
2424 (Type Predicates): Add fontp; type-of now recognizes font object
2425 types.
2426
2427 * intro.texi (Version Info): Update version numbers in examples.
2428 (Acknowledgements): List more contributors.
2429
2430 * elisp.texi: Bump version number to 3.0.
2431 (Top): Link to Font Type node.
2432
867d4bb3
JB
24332009-02-20 Juanma Barranquero <lekktu@gmail.com>
2434
2435 * modes.texi (Major Mode Conventions): Remove duplicate words.
2436 (Customizing Keywords): Fix typo.
2437
77730170
EZ
24382009-02-14 Eli Zaretskii <eliz@gnu.org>
2439
2440 * nonascii.texi (User-Chosen Coding Systems): Document that
2441 select-safe-coding-system suggests raw-text if there are raw bytes
2442 in the region.
2443 (Explicit Encoding): Warn not to use `undecided' when encoding.
2444
c8736212
GM
24452009-02-11 Glenn Morris <rgm@gnu.org>
2446
2447 * frames.texi (Visibility of Frames): Mention the effect multiple
2448 workspaces/desktops can have on visibility.
2449
ab992d66
EZ
24502009-02-07 Eli Zaretskii <eliz@gnu.org>
2451
c8736212
GM
2452 * text.texi (Commands for Insertion):
2453 * commands.texi (Event Mod):
2454 * keymaps.texi (Searching Keymaps):
5dcb4c4e
SM
2455 * nonascii.texi (Translation of Characters):
2456 Reinstate documentation of translation-table-for-input.
7d2a859f
EZ
2457 (Explicit Encoding): Document the `charset' text property produced
2458 by decode-coding-region and decode-coding-string.
ab992d66 2459
e651a255
AM
24602009-01-27 Alan Mackenzie <acm@muc.de>
2461
2462 * modes.texi (Search-based Fontification): Correct a typo.
2463
bc5cde4b
JB
24642009-01-25 Juanma Barranquero <lekktu@gmail.com>
2465
2466 * abbrevs.texi (Abbrev Table Properties): Fix typo.
2467 Reported by Seweryn Kokot <sewkokot@gmail.com>. (Bug#2039)
2468
3533155b
EZ
24692009-01-24 Eli Zaretskii <eliz@gnu.org>
2470
f721deda
EZ
2471 * display.texi (Window Systems): Document the value of
2472 `initial-window-system' under --daemon.
2473
3533155b
EZ
2474 * os.texi (System Environment): Remove description of the
2475 `environment' function which has been deleted.
2476
f79b43b2
DN
24772009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
2478
2479 * frames.texi (Multiple Displays): Remove documentation for
2480 removed function make-frame-on-tty.
2481
e3aa6669
CY
24822009-01-22 Chong Yidong <cyd@stupidchicken.com>
2483
2484 * files.texi (Format Conversion Piecemeal): Clarify behavior of
5dcb4c4e
SM
2485 write-region-annotate-functions.
2486 Document write-region-post-annotation-function.
e3aa6669 2487
fb13a416
CY
24882009-01-19 Chong Yidong <cyd@stupidchicken.com>
2489
2490 * display.texi (Font Lookup): Document WIDTH argument of
2491 x-list-fonts.
2492
02eccf6b
EZ
24932009-01-17 Eli Zaretskii <eliz@gnu.org>
2494
ead3f58d
EZ
2495 * maps.texi (Standard Keymaps): Rename function-key-map to
2496 local-function-key-map.
2497
2498 * keymaps.texi (Translation Keymaps): Rename function-key-map to
2499 local-function-key-map.
2500
2501 * nonascii.texi (Terminal I/O Encoding): `keyboard-coding-system'
2502 and `set-keyboard-coding-system' now accept an optional terminal
2503 argument.
2504
2505 * commands.texi (Event Mod): `keyboard-translate-table' is now
2506 terminal-local.
2507 (Function Keys): Rename function-key-map to
2508 local-function-key-map.
2509
df05a163
EZ
2510 * elisp.texi (Top): Make @detailmenu be consistent with changes in
2511 frames.texi.
2512
0ed8034e 2513 * hooks.texi (Standard Hooks): Document `delete-frame-functions'
490f1197
EZ
2514 `delete-terminal-functions', `suspend-tty-functions' and
2515 `resume-tty-functions'.
0ed8034e
EZ
2516
2517 * frames.texi (Frames): Document `frame-terminal' and
2518 `terminal-live-p'.
2519 (Multiple Displays): Document `make-frame-on-tty'.
2520 (Multiple Terminals): Document `terminal-list', `delete-terminal',
2521 `terminal-name', and `get-device-terminal'.
490f1197
EZ
2522 (Terminal Parameters): Document `terminal-parameters',
2523 `terminal-parameter', and `set-terminal-parameter'.
0ed8034e
EZ
2524
2525 * os.texi (System Environment): Document `environment' and
2526 `initial-environment'.
490f1197
EZ
2527 (Suspending Emacs): Update for multi-tty; document
2528 `suspend-tty', `resume-tty', and `controlling-tty-p'.
0ed8034e 2529
02eccf6b
EZ
2530 * nonascii.texi (Coding System Basics): More accurate description
2531 of `raw-text'.
2532
f19fea97
JB
25332009-01-12 Juanma Barranquero <lekktu@gmail.com>
2534
2535 * display.texi (Low-Level Font): Fix typo.
2536
16fa292f
CY
25372009-01-10 Chong Yidong <cyd@stupidchicken.com>
2538
2539 * elisp.texi (Top): Update node listing.
2540
2541 * display.texi (PostScript Images): Node deleted.
2542
0b4faef3
EZ
25432009-01-10 Eli Zaretskii <eliz@gnu.org>
2544
3355f04d
EZ
2545 * processes.texi (Decoding Output): Document that null bytes force
2546 no-conversion for reading process output.
2547
2548 * files.texi (Reading from Files): Document that null bytes force
2549 no-conversion when visiting files.
2550
11625308 2551 * processes.texi (Serial Ports): Improve wording, suggested by RMS.
538395d9 2552
5dcb4c4e
SM
2553 * nonascii.texi (Lisp and Coding Systems):
2554 Document inhibit-null-byte-detection and inhibit-iso-escape-detection.
c06ea95e 2555 (Character Properties): Improve wording.
0b4faef3 2556
ce9cf065
CY
25572009-01-09 Chong Yidong <cyd@stupidchicken.com>
2558
2559 * display.texi (Font Lookup): Remove obsolete function
2560 x-font-family-list. x-list-fonts accepts Fontconfig/GTK syntax.
2561 (Low-Level Font): Rename from Fonts, move to end of Faces section.
5dcb4c4e
SM
2562 (Font Selection): Reorder order of variable descriptions.
2563 Minor clarifications.
ce9cf065
CY
2564
2565 * elisp.texi (Top): Update node listing.
2566
ab756fb3
GM
25672009-01-09 Glenn Morris <rgm@gnu.org>
2568
2569 * commands.texi (Command Loop Info): Say that last-command-char and
2570 last-input-char are obsolete aliases.
2571
2572 * edebug.texi (Edebug Recursive Edit): Remove separate references to
2573 last-input-char and last-command-char, since they are just aliases for
2574 last-input-event and last-command-event.
2575
2576 * minibuf.texi (Minibuffer Commands): Use last-command-event rather than
2577 last-command-char.
2578
6b2b8ab1
CY
25792009-01-08 Chong Yidong <cyd@stupidchicken.com>
2580
2581 * elisp.texi: Update node listing.
2582
2583 * display.texi (Faces): Put Font Selection node after Auto Faces.
5dcb4c4e
SM
2584 (Face Attributes): Don't link to Font Lookup.
2585 Document font-family-list.
6b2b8ab1
CY
2586 (Fonts): New node.
2587
3568e767
JR
25882009-01-08 Jason Rumney <jasonr@gnu.org>
2589
2590 * frames.texi (Pointer Shape): Clarify that only X supports
5ce6e4f4 2591 changing the standard pointer shapes. (Bug#1485)
3568e767 2592
6221c8db
CY
25932009-01-08 Chong Yidong <cyd@stupidchicken.com>
2594
2595 * display.texi (Attribute Functions): Note that a function value
2596 :height is relative, and that compatibility functions work by
2597 calling set-face-attribute.
2598 (Displaying Faces): Reorder list in order of increasing priority.
2599 (Face Remapping): New node. Content moved here from Displaying
2600 Faces.
2601 (Glyphs): Link to Face Functions.
2602
e3d3799a
CY
26032009-01-08 Chong Yidong <cyd@stupidchicken.com>
2604
2605 * display.texi (Faces): Don't discuss face id here. facep does
2606 not return t.
2607 (Defining Faces): Minor clarification.
2608 (Face Attributes): Rearrange items to match docstring of
2609 set-face-attribute. Add :foundry attribute. Document new role of
2610 :font attribute. Texinfo usage fix.
2611 (Attribute Functions): Copyedits.
2612 (Face Functions): Note that face number is seldom used.
2613
638a2457
RS
26142009-01-05 Richard M Stallman <rms@gnu.org>
2615
2616 * strings.texi (Predicates for Strings): Minor clarification.
2617
2618 * functions.texi (Function Safety): Texinfo usage fix.
2619
49ea0074
JB
26202009-01-04 Eduard Wiebe <usenet@pusto.de> (tiny patch)
2621
2622 * objects.texi (General Escape Syntax): Fix typo.
2623
9f822178
MR
26242009-01-03 Martin Rudalics <rudalics@gmx.at>
2625
2626 * windows.texi (Choosing Window): Say that pop-up-frame-alist
2627 works via the default value of pop-up-frame-function.
2628
af34ad36
EZ
26292009-01-02 Eli Zaretskii <eliz@gnu.org>
2630
2631 * processes.texi (System Processes): Document the `time' and
2632 `ctime' attributes of `system-process-attributes'.
2633
d31f6679
CY
26342009-01-01 Chong Yidong <cyd@stupidchicken.com>
2635
2636 * display.texi (Face Attributes): Clarify :height attribute.
2637
174dc00c
MR
26382008-12-31 Martin Rudalics <rudalics@gmx.at>
2639
2640 * buffers.texi (The Buffer List): Clarify what moves a buffer to
2641 the front of the buffer list. Add entries for `last-buffer' and
2642 `unbury-buffer'.
2643
b8afe7e4
EZ
26442008-12-27 Eli Zaretskii <eliz@gnu.org>
2645
d14030f5
EZ
2646 * elisp.texi (Top): Add @detailmenu items for "Multiple Terminals"
2647 and its subsections.
2648
2649 * frames.texi (Multiple Terminals, Low-level Terminal)
2650 (Terminal Parameters, Frames on Other TTY devices): New sections.
2651 (Frames): Add an xref to "Multiple Terminals".
2652
765980a4
EZ
2653 * elisp.texi (Top): Add @detailmenu item for "Terminal Type".
2654
2655 * objects.texi (Terminal Type): New node.
2656 (Editing Types): Add it to the menu.
2657
47bd5577
EZ
2658 * elisp.texi (Top): Add a @detailmenu item for "Directory Local
2659 Variables".
2660
eb22b78c 2661 * variables.texi (Directory Local Variables): New node.
47bd5577 2662 (Variables): Add a menu item for it.
eb22b78c 2663
b8afe7e4
EZ
2664 * loading.texi (Autoload): Document `generate-autoload-cookie' and
2665 `generated-autoload-file'.
2666
77bb0476
EZ
26672008-12-20 Eli Zaretskii <eliz@gnu.org>
2668
028e2c19
EZ
2669 * os.texi (Startup Summary): Add xref to documentation of
2670 `initial-window-system'.
2671
77bb0476
EZ
2672 * display.texi (Window Systems): Document `window-system' the
2673 function. The variable `window-system' is now frame-local.
028e2c19 2674 Document `initial-window-system'.
77bb0476 2675
dda87836
MR
26762008-12-19 Martin Rudalics <rudalics@gmx.at>
2677
2678 * windows.texi (Windows): Rewrite description of
2679 fit-window-to-buffer.
2680
caef3ed2
GM
26812008-12-13 Glenn Morris <rgm@gnu.org>
2682
2683 * modes.texi (Font Lock Basics): Fix level description. (Bug#1534)
2684 (Levels of Font Lock): Refer to font-lock-maximum-decoration.
2685
21c58e4d
GM
26862008-12-12 Glenn Morris <rgm@gnu.org>
2687
2688 * debugging.texi (Error Debugging): Refer forwards to
2689 eval-expression-debug-on-error.
2690
af38459f
EZ
26912008-12-05 Eli Zaretskii <eliz@gnu.org>
2692
5dedd9b5
EZ
2693 * strings.texi (String Basics): Only unibyte strings that
2694 represent key sequences hold 8-bit raw bytes.
2695
af38459f
EZ
2696 * nonascii.texi (Coding System Basics): Rewrite @ignore'd
2697 paragraph to speak about `undecided'.
2698 (Character Properties): Don't explain the meaning of each
2699 property; instead, identify their Unicode Standard names.
b3f1f4a5 2700 (Character Sets): Document `map-charset-chars'.
af38459f 2701
fa047ae7
GM
27022008-12-02 Glenn Morris <rgm@gnu.org>
2703
2704 * files.texi (Format Conversion Round-Trip): Rewrite format-write-file
2705 section yet again.
2706
47dbc044
EZ
27072008-11-29 Eli Zaretskii <eliz@gnu.org>
2708
98d05998
EZ
2709 * nonascii.texi (Character Properties): New Section.
2710 (Specifying Coding Systems): Document
2711 `coding-system-priority-list', `set-coding-system-priority', and
2712 `with-coding-priority'.
2713 (Lisp and Coding Systems): Document `check-coding-systems-region'
2714 and `coding-system-charset-list'.
2715 (Coding System Basics): Document `coding-system-aliases'.
2716
2717 * elisp.texi (Top): Add a @detailmenu entry for "Character
2718 Properties".
2719
47dbc044
EZ
2720 * objects.texi (Character Type): Correct the range of Emacs
2721 characters. Add an @xref to "Character Codes".
2722
2723 * strings.texi (String Basics): Add an @xref to "Character Codes".
2724
2725 * numbers.texi (Integer Basics): Add an @xref to `max-char'.
2726
2727 * nonascii.texi (Explicit Encoding): Update for Emacs 23.
2728 (Character Codes): Document `max-char'.
2729
8b80cdf5
EZ
27302008-11-28 Eli Zaretskii <eliz@gnu.org>
2731
2732 * nonascii.texi (Text Representations, Converting Representations)
2733 (Character Sets, Scanning Charsets, Translation of Characters):
2734 Make text more accurate.
2735
a99dceba
GM
27362008-11-28 Glenn Morris <rgm@gnu.org>
2737
2738 * files.texi (Format Conversion Round-Trip): Improve previous change.
2739
f6dc3bed
CY
27402008-11-26 Chong Yidong <cyd@stupidchicken.com>
2741
2742 * modes.texi (Auto Major Mode): Fix example.
2743
5da9413d
GM
27442008-11-25 Glenn Morris <rgm@gnu.org>
2745
2746 * control.texi (Signaling Errors): Fix `wrong-type-argument' name.
2747
2748 * files.texi (Format Conversion Round-Trip):
2749 Use active voice for previous change.
2750
fcca848c
CY
27512008-11-25 Chong Yidong <cyd@stupidchicken.com>
2752
2753 * os.texi (Processor Run Time):
2754 * processes.texi (Transaction Queues):
2755 * markers.texi (The Mark):
2756 * windows.texi (Choosing Window, Selecting Windows):
2757 * files.texi (Changing Files, Magic File Names):
2758 * commands.texi (Key Sequence Input):
2759 * functions.texi (Declaring Functions):
2760 * strings.texi (Predicates for Strings):
2761 * intro.texi (nil and t): Fix typos (pointed out by Drew Adams).
2762
36c8dc54
CY
27632008-11-24 Chong Yidong <cyd@stupidchicken.com>
2764
2765 * help.texi (Accessing Documentation): Update example.
2766
2767 * variables.texi (Defining Variables): Note that `*' is not
2768 necessary if defcustom is used.
2769
2a79b242
EZ
27702008-11-22 Eli Zaretskii <eliz@gnu.org>
2771
2772 * elisp.texi (Top): Remove "Chars and Bytes" and "Splitting
2773 Characters" from @detailmenu.
2774
2775 * nonascii.texi (Character Codes, Character Sets)
2776 (Scanning Charsets, Translation of Characters): Update for Emacs 23.
2777 (Chars and Bytes, Splitting Characters): Sections removed.
2778
392f0d26
LK
27792008-11-22 Lute Kamstra <lute@gnu.org>
2780
2781 * positions.texi (Text Lines): Update goto-line documentation.
2782
af1a5cd5
MR
27832008-11-21 Martin Rudalics <rudalics@gmx.at>
2784
6a4cfb0c
MR
2785 * frames.texi (Frames): Fix typo, add cross references, reword.
2786 (Initial Parameters): Reword special-display-frame-alist text.
2787 (Frames and Windows): Reword. Describe argument norecord for
2788 set-frame-selected-window.
2789 (Input Focus): Describe argument norecord for select-frame.
2790 Remove comment on MS-Windows behavior for focus-follows-mouse.
2791 (Raising and Lowering): Mention windows-frames dichotomy in
2792 metaphor.
2793
af1a5cd5
MR
2794 * windows.texi (Displaying Buffers, Vertical Scrolling)
2795 (Horizontal Scrolling): Fix indenting and rewording issues
2796 introduced with 2008-11-07 change.
2797
c249fa9c
GM
27982008-11-20 Glenn Morris <rgm@gnu.org>
2799
2800 * files.texi (Format Conversion Round-Trip): Mention `preserve'
2801 element of `format-alist'.
2802
204d4665
GM
28032008-11-19 Glenn Morris <rgm@gnu.org>
2804
2805 * doclicense.texi: Update to FDL 1.3.
2806 * elisp.texi, vol1.texi, vol2.texi: Relicense under FDL 1.3 or later.
2807
cc0910af
CY
28082008-11-18 Chong Yidong <cyd@stupidchicken.com>
2809
efe6e7c4
CY
2810 * windows.texi (Window Hooks): Remove *-end-trigger-functions
2811 vars, which are obsolete. Mention jit-lock-register.
2812
5dcb4c4e
SM
2813 * modes.texi (Other Font Lock Variables):
2814 Document jit-lock-register and jit-lock-unregister.
efe6e7c4 2815
cc0910af
CY
2816 * frames.texi (Color Parameters): Document alpha parameter.
2817
aeeedf76
MR
28182008-11-16 Martin Rudalics <rudalics@gmx.at>
2819
2820 * windows.texi (Splitting Windows, Deleting Windows)
2821 (Selecting Windows, Cyclic Window Ordering)
2822 (Buffers and Windows, Displaying Buffers, Choosing Window)
2823 (Dedicated Windows, Window Point, Window Start and End)
2824 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling)
2825 (Size of Window, Resizing Windows, Window Configurations)
2826 (Window Parameters): Avoid @var at beginning of sentences and
2827 reword accordingly.
2828
4c565c5c
LK
28292008-11-11 Lute Kamstra <lute@gnu.org>
2830
2831 * files.texi (File Name Components): Fix file-name-extension
2832 documentation.
2833
25f494c9
JB
28342008-11-11 Juanma Barranquero <lekktu@gmail.com>
2835
2836 * frames.texi (Basic Parameters): Remove display-environment-variable
2837 and term-environment-variable.
2838
a1401ab1
EZ
28392008-11-08 Eli Zaretskii <eliz@gnu.org>
2840
2841 * windows.texi (Basic Windows, Splitting Windows)
2842 (Deleting Windows, Selecting Windows, Cyclic Window Ordering)
2843 (Buffers and Windows, Displaying Buffers, Dedicated Windows)
25f494c9
JB
2844 (Resizing Windows, Window Configurations, Window Parameters):
2845 Fix wording and markup.
a1401ab1 2846
efafc282
MR
28472008-11-07 Martin Rudalics <rudalics@gmx.at>
2848
2849 * windows.texi (Windows): Update entries.
2850 (Basic Windows): Remove listing of attributes. Reword.
86ab855a 2851 (Splitting Windows, Deleting Windows): Reword.
efafc282
MR
2852 (Selecting Windows, Cyclic Window Ordering): Reword with special
2853 emphasis on order of recently selected windows and buffer list.
86ab855a
MR
2854 (Buffers and Windows, Choosing Window): Reword with special
2855 emphasis on dedicated windows.
2856 (Displaying Buffers): Reword. For switch-to-buffer mention that
2857 it may fall back on pop-to-buffer. For other-window try to
2858 explain how it treats the cyclic ordering of windows.
efafc282
MR
2859 (Dedicated Windows): New node and section discussing dedicated
2860 windows and associated functions.
86ab855a 2861 (Window Point): Add entry for window-point-insertion-type. Reword.
efafc282
MR
2862 (Window Start and End): Rename node and section title. Reword.
2863 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling):
2864 Minor rewording.
2865 (Size of Window): Reword, in particular text on window-width.
2866 (Resizing Windows): Reword. Add text on balancing windows.
2867 (Window Configurations): Reword. Mention window parameters.
2868 (Window Parameters): New node and section on window parameters.
2869 (Window Hooks): Reword. Mention that
2870 window-configuration-change-hook is run "buffer-locally".
2871 * elisp.texi (Top): Update Windows entries in @detailmenu
2872 section.
2873
d60a8ab2
JB
28742008-11-04 Juanma Barranquero <lekktu@gmail.com>
2875
2876 * searching.texi (Regexp Search): Fix typo.
2877
01777627
CY
28782008-11-03 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
2879
2880 * searching.texi (Regexp Search): Document GREEDY arg.
2881 (Simple Match Data): Fix return value.
2882
c4526e93
EZ
28832008-11-01 Eli Zaretskii <eliz@gnu.org>
2884
2885 * nonascii.texi (Text Representations): Rewrite to make consistent
5dcb4c4e
SM
2886 with Emacs 23 internal representation of characters.
2887 Document `unibyte-string'.
c4526e93 2888
fe2ae8b5
CY
28892008-10-28 Chong Yidong <cyd@stupidchicken.com>
2890
2891 * processes.texi (Process Information): Note that process-status
2892 does not accept buffer names.
2893
cc5a21e3
CY
28942008-10-27 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
2895
2896 * positions.texi (Skipping Characters): Correct return value of
2897 skip-chars-forward.
2898
09460d9a
MR
28992008-10-25 Martin Rudalics <rudalics@gmx.at>
2900
520b29e7
MR
2901 * windows.texi (Deleting Windows): Update documentation of
2902 delete-windows-on.
2903 (Buffers and Windows): Update documentations of
2904 get-buffer-window and get-buffer-window-list.
2905 (Displaying Buffers): Update documentation of
2906 replace-buffer-in-windows.
2907
09460d9a
MR
2908 * buffers.texi (Current Buffer): Reword set-buffer and
2909 with-current-buffer documentations.
2910 (Creating Buffers): Reword documentation of get-buffer-create.
2911
4d48fcdc
MR
29122008-10-23 Martin Rudalics <rudalics@gmx.at>
2913
2914 * buffers.texi (Current Buffer): Reword documentation of
2915 set-buffer.
2916 (Buffer Names): Reword documentation of buffer-name.
2917 (The Buffer List): For bury-buffer explain what happens with the
2918 buffer's window.
2919 (Creating Buffers): Say that get-buffer-create's arg is called
2920 buffer-or-name.
2921
f0143c43
CY
29222008-10-22 Chong Yidong <cyd@stupidchicken.com>
2923
3e5dbbd3
CY
2924 * advice.texi (Computed Advice): Explain what DEFINITION is.
2925
f0143c43
CY
2926 * nonascii.texi (Character Codes): Remove obsolete function
2927 char-valid-p, and document characterp instead.
2928
52a94b85
MR
29292008-10-22 Martin Rudalics <rudalics@gmx.at>
2930
2931 * windows.texi (Displaying Buffers): Reword documentation of
2932 pop-to-buffer.
2933 (Choosing Window): Rewrite documentation of display-buffer and
2934 its options.
2935
f76f8246
MR
2936 * buffers.texi (Killing Buffers): Update documentation of
2937 kill-buffer.
2938
acc8b598
EZ
29392008-10-21 Eli Zaretskii <eliz@gnu.org>
2940
80e6b6df
EZ
2941 * processes.texi (Serial Ports): Fix wording and improve markup.
2942
3645358a
EZ
2943 * searching.texi (Regexp Search): Document `string-match-p' and
2944 `looking-at-p'.
2945 (POSIX Regexps): Add an xref for "non-greedy".
2946 (Regexp Special): Add @cindex entry for "non-greedy".
2947
b3d50cff 2948 * display.texi (Attribute Functions): Document `face-all-attributes'.
bf190568 2949 (Image Cache) <image-refresh>: Minor wording fixes.
b3d50cff 2950
73b7530a
EZ
2951 * frames.texi (Color Names): Add an xref to `read-color'.
2952
2953 * minibuf.texi (High-Level Completion): Document `read-color'.
2954
acc8b598
EZ
2955 * elisp.texi (Top): Add "Swapping Text" to @detailmenu.
2956
2957 * positions.texi (Narrowing): Add an xref to "Swapping Text".
2958
2959 * buffers.texi (Swapping Text): New section, documents
2960 `buffer-swap-text'.
2961
10e187e8
MR
29622008-10-21 Martin Rudalics <rudalics@gmx.at>
2963
2964 * windows.texi (Resizing Windows): Minor wording fix.
2965
fd6f900c
EZ
29662008-10-20 Eli Zaretskii <eliz@gnu.org>
2967
2968 * processes.texi (Shell Arguments): Document `split-string-and-unquote'
2969 and `combine-and-quote-strings'.
2970
2971 * strings.texi (Creating Strings): Add xrefs for them.
2972
e4372165
EZ
29732008-10-19 Eli Zaretskii <eliz@gnu.org>
2974
d6328fba
EZ
2975 * elisp.texi (Top): Make descriptive text for "Reading File Names"
2976 match the corresponding menu in minibuf.texi.
2977
e4372165
EZ
2978 * minibuf.texi (Reading File Names): Document `read-shell-command'
2979 and `minibuffer-local-shell-command-map'.
2980
5d8dda33
MR
29812008-10-19 Martin Rudalics <rudalics@gmx.at>
2982
2983 * windows.texi (Resizing Windows): Remove var{} around "window" in
2984 documentation of enlarge-window.
2985 Rewrite documentation of window-min-height and window-min-width.
2986
437706cd
EZ
29872008-10-19 Eli Zaretskii <eliz@gnu.org>
2988
80f85d7c
EZ
2989 * functions.texi (Calling Functions): Document `apply-partially'.
2990
291703b5
EZ
2991 * hooks.texi (Standard Hooks): Mention
2992 `before-hack-local-variables-hook' and `hack-local-variables-hook'.
2993
2994 * variables.texi (File Local Variables): Document
2995 `file-local-variables-alist', `before-hack-local-variables-hook'
2996 and `hack-local-variables-hook'.
2997
583d8b3c
EZ
2998 * processes.texi (Synchronous Processes): Document `process-lines'.
2999
5dcb4c4e
SM
3000 * customize.texi (Variable Definitions):
3001 Document `custom-reevaluate-setting'.
437706cd 3002
7e51d89b
MR
30032008-10-18 Martin Rudalics <rudalics@gmx.at>
3004
3005 * windows.texi (Choosing Window, Deleting Windows)
3006 (Displaying Buffers): Expand documentation of dedicated windows.
3007
43c59a3d
EZ
30082008-10-18 Eli Zaretskii <eliz@gnu.org>
3009
018a960d
EZ
3010 * files.texi (Changing Files): Document symbolic input of file
3011 modes to `set-file-modes'. Document `read-file-modes' and
3012 `file-modes-symbolic-to-number'.
3013
2c0b8144
EZ
3014 * maps.texi (Standard Keymaps): Document `multi-query-replace-map'
3015 and `search-map'.
3016
5dcb4c4e
SM
3017 * searching.texi (Search and Replace):
3018 Document `replace-search-function' and `replace-re-search-function'.
2c0b8144 3019 Document `multi-query-replace-map'.
80120f13 3020
6d4913f0 3021 * minibuf.texi (Text from Minibuffer): Document `read-regexp'.
5dcb4c4e
SM
3022 (Completion Commands, Reading File Names):
3023 Rename `minibuffer-local-must-match-filename-map' to
6d4913f0
EZ
3024 `minibuffer-local-filename-must-match-map'.
3025 (Minibuffer Completion): The `require-match' argument to
3026 `completing-read' can now have the value `confirm-only'.
3027
43c59a3d
EZ
3028 * windows.texi (Displaying Buffers): Minor wording fix.
3029 (Choosing Window): `split-height-threshold' can now be nil.
3030 Document `split-width-threshold'. `pop-up-frames' can have the
3031 value `graphic-only'.
3032
f36acfd9
EZ
30332008-10-17 Eli Zaretskii <eliz@gnu.org>
3034
3035 * os.texi (Startup Summary): Document `before-init-time' and
3036 `after-init-time'. Document `initial-window-system' and
3037 `window-system-initialization-alist'. Document reading the
3038 abbrevs file. Document the call to `server-start' under --daemon.
3039 Rearrange a bit to be consistent with the code flow.
53728487
EZ
3040 (Processor Run Time): Document `emacs-uptime' and `emacs-init-time'.
3041 (Time Parsing): Document `format-seconds'.
f36acfd9 3042
96995b89
MR
30432008-10-17 Martin Rudalics <rudalics@gmx.at>
3044
3045 * windows.texi (Basic Windows, Splitting Windows): Fix whitespace
3046 and reword.
3047
2de17c73
EZ
30482008-10-16 Eli Zaretskii <eliz@gnu.org>
3049
3050 * markers.texi (The Mark): Document use-region-p.
3051
9cf52b11
EZ
30522008-10-15 Eli Zaretskii <eliz@gnu.org>
3053
c3aaf1d7
EZ
3054 * internals.texi (Writing Emacs Primitives): The interactive spec
3055 of a primitive can be a Lisp form.
3056
841a1743
EZ
3057 * markers.texi (The Mark): Document the `lambda' and `(only . OLD)'
3058 values of transient-mark-mode. Document handle-shift-selection.
3059
3060 * commands.texi (Using Interactive, Interactive Codes): Document `^'.
3061 (Interactive Examples): Show an example of `^'.
3062 (Key Sequence Input): Document this-command-keys-shift-translated.
c3aaf1d7
EZ
3063 (Defining Commands, Using Interactive): The interactive-form of a
3064 function can be added via its symbol's property.
841a1743 3065
52441368
EZ
3066 * positions.texi (List Motion): beginning-of-defun-function can
3067 now accept an argument.
3068
8e8c1a72
EZ
3069 * text.texi (Low-Level Kill Ring): interprogram-paste-function can
3070 now return a list of strings.
3071
a33a1f2a
EZ
3072 * control.texi (Handling Errors): Document ignore-errors.
3073
4fb04348
EZ
3074 * frames.texi (Creating Frames): Document frame-inherited-parameters.
3075 (Parameter Access): Document set-frame-parameter.
3076
ee666f84
EZ
3077 * variables.texi (Creating Buffer-Local): Add an xref to "Setting
3078 Hooks" for the effect of kill-all-local-variables on local hook
3079 functions.
3080
9cf52b11
EZ
3081 * modes.texi (Major Mode Conventions, Mode Line Variables):
3082 `mode-name' need not be a string. xref to "Mode Line Data" for
3083 details, and to "Emulating Mode Line" for computing a string
3084 value.
3085
22526bc4
EZ
30862008-10-14 Eli Zaretskii <eliz@gnu.org>
3087
a65f6a85
EZ
3088 * processes.texi (System Processes): New section.
3089 (Processes, Signals to Processes): Add xrefs to it.
3090
3091 * objects.texi (Editing Types): A `process' is a subprocess of
3092 Emacs, not just any process running on the OS.
3093
3094 * elisp.texi (Top): Adjust the @detailmenu for the above two
3095 changes.
3096
2724b26a
EZ
3097 * sequences.texi (Char-Tables): Remove documentation of
3098 set-char-table-default, which has no effect since Emacs 23.
3099 <char-table-range, set-char-table-range>: Don't mention generic
3100 characters and charsets. Add a cons cell as a possible argument.
3101
3102 * nonascii.texi (Splitting Characters)
3103 (Translation of Characters): Don't mention generic characters.
3104
3105 * display.texi (Fontsets): Don't mention generic characters.
3106
22526bc4 3107 * sequences.texi (Char-Tables): `map-char-table' can now call its
25f494c9 3108 argument FUNCTION with a cons cell as KEY.
22526bc4 3109
eaf4b689
EZ
31102008-10-13 Eli Zaretskii <eliz@gnu.org>
3111
45e46036
EZ
3112 * objects.texi (Primitive Function Type): Move "@cindex special
3113 forms" from here...
3114
3115 * eval.texi (Special Forms): ...to here.
3116
3117 * functions.texi (What Is a Function): `functionp' returns nil for
3118 special forms. Add an xref.
3119
eaf4b689
EZ
3120 * elisp.texi (Top): Add a @detailmenu entry for "Frame-Local
3121 Variables".
3122
3123 * variables.texi (Frame-Local Variables): New section.
3124 (Buffer-Local Variables): Add an xref to it.
3125 (Intro to Buffer-Local, Creating Buffer-Local): A variable cannot
3126 have both frame-local and buffer-local binding.
3127
3128 * frames.texi (Frames): Mention multiple tty frames.
3129 (Frame Parameters, Parameter Access): Mention frame-local variable
3130 bindings.
3131
15688fce
GM
31322008-09-20 Glenn Morris <rgm@gnu.org>
3133
3134 * display.texi (Defining Faces): Recommend against face variables.
3135
35539065
JB
31362008-09-16 Juanma Barranquero <lekktu@gmail.com>
3137
3138 * display.texi (Echo Area Customization): Fix typo.
3139
6a57054b
JB
31402008-09-09 Juanma Barranquero <lekktu@gmail.com>
3141
3142 * loading.texi (Where Defined): Add `defface' item.
3143
d632fb82
MR
31442008-09-06 Martin Rudalics <rudalics@gmx.at>
3145
3146 * loading.texi (Where Defined): Fix description of symbol-file.
3147
905a9adb
JR
31482008-08-26 Jason Rumney <jasonr@gnu.org>
3149
3150 * display.texi (TIFF Images): New section describing :index property.
3151
852e91b7
CY
31522008-08-23 Chong Yidong <cyd@stupidchicken.com>
3153
3154 * display.texi (Temporary Displays): Remove unnecessary comment
3155 about usage of temp-buffer-show-hook.
3156
6be001ee
CY
31572008-08-05 Chong Yidong <cyd@stupidchicken.com>
3158
3159 * symbols.texi (Other Plists): Fix incorrect example.
3160 Suggested by Florian Beck.
3161
58e3d8e8
JB
31622008-07-31 Juanma Barranquero <lekktu@gmail.com>
3163
3164 * os.texi: Fix previous change.
3165
7c2fb837
DN
31662008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
3167
3168 * os.texi:
3169 * intro.texi:
3170 * files.texi: Remove VMS support.
3171
9e2a2647
DN
31722008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
3173
3174 * os.texi:
3175 * frames.texi:
3176 * display.texi: Remove mentions of Mac Carbon.
3177
c4f4682b
MB
31782008-07-01 Miles Bader <miles@gnu.org>
3179
3180 * text.texi (Special Properties):
3181 * display.texi (Truncation): Add wrap-prefix and line-prefix.
3182
3696411e
JB
31832008-06-28 Johan Bockgård <bojohan@gnu.org>
3184
3185 * display.texi (Other Image Types): Fix copy/paste error; say
3186 "PBM", not "XBM".
3187
f2a77c3a
DN
31882008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
3189
3190 * os.texi: Remove references to obsolete systems.
3191
6d52677d
EZ
31922008-06-20 Eli Zaretskii <eliz@gnu.org>
3193
3194 * makefile.w32-in (distclean): Remove makefile.
3195
1a87da4c
GM
31962008-06-17 Glenn Morris <rgm@gnu.org>
3197
3198 * Makefile.in (emacsver, miscmanualdir, VERSION, manual, install)
3199 (elisp, dist): Remove rules and variables that are obsolete now
3200 the lisp manual is no longer distributed separately.
3201
fdda1c5d
GM
32022008-06-16 Glenn Morris <rgm@gnu.org>
3203
646692e9
GM
3204 * configure, configure.in, mkinstalldirs: Remove unused files.
3205
3206 * book-spine.texinfo: Set version to 23.0.60.
fdda1c5d 3207 * vol1.texi (EMACSVER):
6a57054b 3208 * vol2.texi (EMACSVER): Set to 23.0.60.
fdda1c5d
GM
3209
3210 * elisp.texi, vol1.texi, vol2.texi: Update Back-Cover Text
3211 as per maintain.info.
3212
611bee81
GM
32132008-06-15 Glenn Morris <rgm@gnu.org>
3214
a7bed3a0
GM
3215 * makefile.w32-in (manual): Use "23" rather than "21".
3216
3217 * Makefile.in (emacsver): New, set by configure.
3218 (manual): Use emacsver.
3219
d794edf2
GM
3220 * intro.texi: Report bugs using M-x report-emacs-bug.
3221
611bee81
GM
3222 * elisp.texi (EMACSVER): Remove duplicate, outdated setting.
3223
c73e02fa
GM
32242008-06-13 Daniel Engeler <engeler@gmail.com>
3225
3226 * elisp.texi, internals.texi, processes.texi: Add documentation
3227 about serial port access.
3228
e40a85cd
MB
32292008-06-05 Miles Bader <miles@gnu.org>
3230
3231 * display.texi (Displaying Faces): Update to reflect function
3232 renamings in face-remap.el.
3233
7b753744
JB
32342008-06-05 Juanma Barranquero <lekktu@gmail.com>
3235
3236 * display.texi (Fontsets): Fix typos.
3237
9d3d42fb
MB
32382008-06-03 Miles Bader <miles@gnu.org>
3239
7b753744
JB
3240 * display.texi (Displaying Faces): Add add-relative-face-remapping,
3241 remove-relative-face-remapping, set-base-face-remapping,
3242 and set-default-base-face-remapping.
9d3d42fb 3243
f2cec7a9
MB
32442008-06-01 Miles Bader <miles@gnu.org>
3245
3246 * display.texi (Displaying Faces): Add face-remapping-alist.
3247
8f39c96d
SM
32482008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
3249
3250 * tips.texi (Coding Conventions): Do not encourage the use of "-flag"
3251 variable names.
3252
1ef5eecc
ER
32532008-05-03 Eric S. Raymond <esr@golux>
3254
352c8b4a 3255 * keymaps.texi: Clarify that (current-local-map) and
1ef5eecc
ER
3256 (current-global-map) return references, not copies.
3257
63b4387f
JL
32582008-05-02 Juri Linkov <juri@jurta.org>
3259
3260 * minibuf.texi (Text from Minibuffer): Document a list of
3261 default values for `read-from-minibuffer'.
3262
38a8b703
JB
32632008-04-24 Juanma Barranquero <lekktu@gmail.com>
3264
3265 * nonascii.texi (Translation of Characters): Fix previous change.
3266
7c42e639
CY
32672008-04-20 Chong Yidong <cyd@stupidchicken.com>
3268
3269 * display.texi (Overlay Properties): Clarify role of underlying
3270 textprop and overlay keymaps for display strings.
3271
3272 * keymaps.texi (Active Keymaps): Ditto.
3273
25c0d999
SM
32742008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
3275
3276 * minibuf.texi (Programmed Completion):
3277 Replace dynamic-completion-table with the new completion-table-dynamic.
3278
e3af5968
CY
32792008-04-07 Chong Yidong <cyd@stupidchicken.com>
3280
3281 * intro.texi (Some Terms): Change "fonts in this manual" index
3282 entry to "typographic conventions".
3283
6bfc8698
EZ
32842008-04-05 Eli Zaretskii <eliz@gnu.org>
3285
3286 * objects.texi (Text Props and Strings): Add indexing for read
3287 syntax of text properties.
3288
4972c361
SM
32892008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
3290
3291 * processes.texi (Decoding Output): Remove process-filter-multibyte
3292 functions.
3293
c70a68db
MR
32942008-03-15 Martin Rudalics <rudalics@gmx.at>
3295
3296 * display.texi (Finding Overlays): Say that empty overlays at
3297 the end of the buffer are reported too.
3298
1291fd36
GM
32992008-03-13 Glenn Morris <rgm@gnu.org>
3300
3301 * elisp.texi (EMACSVER): Set to 23.0.60.
3302
c6b0dfd5
CY
33032008-02-26 Chong Yidong <cyd@stupidchicken.com>
3304
38a8b703 3305 * strings.texi (Formatting Strings): Treat - and 0 as flag characters.
c6b0dfd5 3306
875fc30c
GM
33072008-02-22 Glenn Morris <rgm@gnu.org>
3308
3309 * frames.texi (Position Parameters): Clarify the description of
3310 `left' and `top', using information from "Geometry".
3311 (Geometry): Give a pointer to "Position Parameters", rather than
3312 repeating information.
3313
d8c8e45a
GM
33142008-02-11 Glenn Morris <rgm@gnu.org>
3315
3316 * objects.texi (Equality Predicates): No longer talk about "two"
3317 functions.
3318
38a8b703 33192008-02-11 Lawrence Mitchell <wence@gmx.li> (tiny change)
d8c8e45a
GM
3320
3321 * objects.texi (Equality Predicates): Add defun for
3322 equal-including-properties.
3323
bfffe0b1
GM
33242008-02-10 Glenn Morris <rgm@gnu.org>
3325
3326 * objects.texi (Equality Predicates):
3327 Mention equal-including-properties.
3328
431b78c9
RS
33292008-02-07 Richard Stallman <rms@gnu.org>
3330
3331 * windows.texi (Window Start): Mention the feature of moving
3332 window-start to start of line.
3333
c8763fb6 33342008-02-07 Jan Djärv <jan.h.d@swipnet.se>
eafa12e6
JD
3335
3336 * keymaps.texi (Tool Bar): Document rtl property.
3337
1a256502
TTN
33382008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org>
3339
3340 * display.texi (Button Types):
3341 For define-button-type, clarify type of NAME.
3342
569382c2
MR
33432008-01-19 Martin Rudalics <rudalics@gmx.at>
3344
3345 * buffers.texi (Buffer Modification): Fix typo.
3346
f3041af1
DN
33472008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
3348
3349 * os.texi (System Environment): Remove references to OSes that are
3350 not supported anymore.
3351
d35e1cd7
DN
33522008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
3353
3354 * os.texi (System Environment): Remove mention for Masscomp.
3355
23af7580
RS
33562008-01-04 Richard Stallman <rms@gnu.org>
3357
3358 * display.texi (Faces): Don't talk about internal face vector as arg
3359 to facep.
3360
3361 * customize.texi (Type Keywords): Fix previous change.
3362
3363 * text.texi (Links and Mouse-1): Fix xref for commands.texi change.
3364 * elisp.texi (Top): Fix menu for commands.texi change.
3365
ec7d5b1e
RS
33662007-12-30 Richard Stallman <rms@gnu.org>
3367
5dcb4c4e 3368 * commands.texi (Accessing Mouse): Rename from Accessing Events.
ec7d5b1e
RS
3369 (Accessing Scroll): New node broken out of Accessing Mouse.
3370
101a6cea
RS
33712007-12-28 Richard Stallman <rms@gnu.org>
3372
3373 * frames.texi (Size Parameters): Fix typo.
7f9e0c04 3374 (Basic Parameters): For `title', refer to title bar.
041817a4 3375 (Size and Position): Explain meaning of frame pixel width and height.
101a6cea 3376
72b7e664
RS
33772007-12-23 Richard Stallman <rms@gnu.org>
3378
3379 * customize.texi (Type Keywords): Uncomment :validate and clarify it.
3380 Improve some of the commented-out keywords' text too.
3381
27a4f445
MR
33822007-12-14 Martin Rudalics <rudalics@gmx.at>
3383
e2e3f1d7
MR
3384 * nonascii.texi (Encoding and I/O): Reword to avoid saying
3385 "visit the current buffer".
3386
27a4f445
MR
3387 * os.texi (System Interface): Fix typo.
3388
a2afc99d
RS
33892007-12-04 Richard Stallman <rms@gnu.org>
3390
3391 * objects.texi (Symbol Type): Fix typo.
3392
b694135c
RS
33932007-12-03 Richard Stallman <rms@gnu.org>
3394
3395 * hooks.texi (Standard Hooks): Add link to Hooks for Loading.
3396
f99a19da
GM
33972007-12-01 Glenn Morris <rgm@gnu.org>
3398
3399 * functions.texi (Declaring Functions): Improve previous change.
3400
8f4b37d8
GM
34012007-11-30 Glenn Morris <rgm@gnu.org>
3402
3403 * functions.texi (Declaring Functions): Add optional fourth
3404 argument of declare-function, and setting third argument to `t'.
3405
61a2fe01
RS
34062007-11-29 Richard Stallman <rms@gnu.org>
3407
3408 * customize.texi (Composite Types): Document `group' type.
3409
cbfc5193
GM
34102007-11-29 Glenn Morris <rgm@gnu.org>
3411
5dcb4c4e
SM
3412 * functions.texi (Declaring Functions): Add findex.
3413 Mention `external' files.
cbfc5193 3414
8386283a
JB
34152007-11-26 Juanma Barranquero <lekktu@gmail.com>
3416
3417 * functions.texi (Declaring Functions): Fix directive.
3418
a07c9a8b
RS
34192007-11-25 Richard Stallman <rms@gnu.org>
3420
3421 * help.texi (Help Functions): Clean up last change.
3422
3423 * advice.texi (Preactivation, Activation of Advice): Minor cleanup.
3424
3425 * loading.texi (Named Features): Minor cleanup.
3426
3427 * macros.texi (Eval During Expansion): Minor cleanup.
3428
3429 * variables.texi (Variable Aliases): Minor cleanup.
3430
a0925923
RS
34312007-11-24 Richard Stallman <rms@gnu.org>
3432
3433 * functions.texi (Declaring Functions): Clarify previous change.
3434
3435 * compile.texi (Compiler Errors): Clarify previous change.
3436
20c63e44
RS
34372007-11-24 Richard Stallman <rms@gnu.org>
3438
e5e76c04 3439 * display.texi (Refresh Screen, Forcing Redisplay):
20c63e44
RS
3440 Clarify the text and move items around.
3441
5bb0cda3
GM
34422007-11-24 Glenn Morris <rgm@gnu.org>
3443
3444 * functions.texi (Declaring Functions): New section.
3445 * compile.texi (Compiler Errors): Mention declaring functions,
3446 defvar with no initvalue, and byte-compile-warnings.
3447
af13c86a
MR
34482007-11-15 Martin Rudalics <rudalics@gmx.at>
3449
3450 * vol1.texi (Top): Remove Frame-Local Variables from Node Listing.
3451 * vol2.texi (Top): Remove Frame-Local Variables from Node Listing.
3452
a5373305
MR
34532007-11-13 Martin Rudalics <rudalics@gmx.at>
3454
3455 * help.texi (Help Functions): Document new macro `with-help-window'.
3456
fe284805
JL
34572007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
3458
3459 * searching.texi (Replacing Match): Describe new
3460 `match-substitute-replacement'.
3461
2c3a09b1
RS
34622007-10-31 Richard Stallman <rms@gnu.org>
3463
3464 * strings.texi (Creating Strings): Null strings from concat not unique.
3465
f2b480f4
RS
34662007-10-26 Richard Stallman <rms@gnu.org>
3467
3468 * objects.texi (Equality Predicates): Null strings are uniquified.
3469
3470 * minibuf.texi: Minor clarifications in previous change.
3471
db21122c
GM
34722007-10-25 Glenn Morris <rgm@gnu.org>
3473
3474 * customize.texi (Variable Definitions): Add :risky and :safe keywords.
3475
2328cbb3
RS
34762007-10-24 Richard Stallman <rms@gnu.org>
3477
3478 * elisp.texi (Top): Delete Frame-Local Variables from subnode menu.
3479
3480 * variables.texi (Frame-Local Variables): Node deleted.
3481 (Variables): Delete Frame-Local Variables from menu.
3482 (Local Variables, Buffer-Local Variables, Intro to Buffer-Local)
3483 (Default Value): Don't mention frame-local vars.
3484
3485 * os.texi (Idle Timers): current-idle-time returns nil if not idle.
3486
3487 * loading.texi (Unloading): Document FEATURE-unload-function
3488 instead of FEATURE-unload-hook.
3489
2328cbb3
RS
3490 * frames.texi (Multiple Displays): Don't mention frame-local vars.
3491
c066bafa
JL
34922007-10-22 Juri Linkov <juri@jurta.org>
3493
3494 * minibuf.texi (Text from Minibuffer, Minibuffer Completion)
3495 (High-Level Completion): Document a list of default value strings
3496 in the DEFAULT argument, for which minibuffer functions return the
3497 first element.
3498
65ced25f
JL
34992007-10-17 Juri Linkov <juri@jurta.org>
3500
3501 * text.texi (Filling): Update arguments of fill-paragraph.
3502 fill-paragraph operates on the active region in Transient Mark mode.
3503 Remove fill-paragraph-or-region.
3504
ee46ec8e
KB
35052007-10-13 Karl Berry <karl@gnu.org>
3506
3507 * elisp.texi (@dircategory): Move to after @copying,
3508 since we want @copying as close as possible to the beginning of
3509 the output.
3510
61bbdbc6
RS
35112007-10-12 Richard Stallman <rms@gnu.org>
3512
3513 * elisp.texi (Top): Add Distinguish Interactive to subnode menu.
3514
3515 * commands.texi (Distinguish Interactive): New node,
3516 broken out from Interactive Call and rewritten.
3517 (Command Loop): Put Distinguish Interactive in menu.
3518
af23e1e8
RS
35192007-10-09 Richard Stallman <rms@gnu.org>
3520
3521 * text.texi (Examining Properties): Mention overlay priority.
3522
3523 * display.texi (Display Margins): Correct the description
3524 of margin display specifications.
3525 (Replacing Specs): New subnode broken out of Display Property.
3526
e1965a69
JL
35272007-10-06 Juri Linkov <juri@jurta.org>
3528
3529 * text.texi (Filling): Document fill-paragraph-or-region.
3530
4638454b
JB
35312007-10-05 Juanma Barranquero <lekktu@gmail.com>
3532
3533 * display.texi (Auto Faces): Fix typo.
3534
7ed54cc5
RS
35352007-10-02 Richard Stallman <rms@gnu.org>
3536
3537 * display.texi (Display Property): Explain some display specs
3538 don't let you move point in.
3539
5dcb4c4e
SM
3540 * frames.texi (Cursor Parameters):
3541 Describe cursor-in-non-selected-windows here. Explain more values.
7ed54cc5
RS
3542
3543 * windows.texi (Basic Windows): Don't describe
3544 cursor-in-non-selected-windows here.
3545
305a7ef2
EZ
35462007-10-01 Eli Zaretskii <eliz@gnu.org>
3547
3548 * processes.texi (Misc Network): Note that these functions are
3549 supported only on some systems.
3550
f7a7f4eb
RS
35512007-10-01 Richard Stallman <rms@gnu.org>
3552
3553 * display.texi (Overlay Properties): Explain nil as priority.
3554 Explain that conflicts are unpredictable if not resolved by
3555 priorities.
3556
780d7bb9
RS
35572007-09-23 Richard Stallman <rms@gnu.org>
3558
3559 * macros.texi (Backquote): Minor clarification.
3560
14b4fdfb
RS
35612007-09-19 Richard Stallman <rms@gnu.org>
3562
3563 * display.texi (Display Property): Explain multiple display specs.
9600ac7c
RS
3564 Clarify when they work in parallel and when one overrides.
3565 Fix error in example.
14b4fdfb 3566
b8d4c8d0
GM
35672007-09-06 Glenn Morris <rgm@gnu.org>
3568
b3e755a9 3569 Move from lispref/ to doc/lispref/. Change all setfilename
b8d4c8d0
GM
3570 commands to use ../../info.
3571 * Makefile.in (infodir): Go up one more level.
4638454b 3572 (usermanualdir): Change from ../man to ../emacs.
b8d4c8d0
GM
3573 (miscmanualdir): New.
3574 (dist): Use new variable miscmanualdir.
3575 * makefile.w32-in (infodir, texinputdir): Go up one more level.
3576 (usermanualdir): Change from ../man to ../emacs.
3577
1bb1f7d3
MR
35782007-08-30 Martin Rudalics <rudalics@gmx.at>
3579
3580 * commands.texi (Command Loop Info): Advise against changing
3581 most variables described here. Explain new variable
3582 last-repeatable-command.
3583
b8d4c8d0
GM
35842007-08-29 Glenn Morris <rgm@gnu.org>
3585
3586 * elisp.texi (EMACSVER): Increase to 23.0.50.
3587
35882007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
3589
3590 * frames.texi (Basic Parameters): Add display-environment-variable
3591 and term-environment-variable.
3592
35932007-08-28 Juri Linkov <juri@jurta.org>
3594
3595 * display.texi (Image Formats, Other Image Types): Add SVG.
3596
35972007-08-28 Juri Linkov <juri@jurta.org>
3598
3599 * display.texi (Images): Move formats-related text to new node
3600 "Image Formats".
3601 (Image Formats): New node.
3602
619fb9ee
RS
36032007-08-27 Richard Stallman <rms@gnu.org>
3604
3605 * windows.texi (Window Configurations): Clarify what
3606 a window configuration saves.
3607
b8d4c8d0
GM
36082007-08-25 Richard Stallman <rms@gnu.org>
3609
3610 * display.texi (Images): Delete redundant @findex.
3611
39f9da30
GM
36122007-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
3613
3614 * text.texi (Change Hooks): (after|before)-change-functions are no
3615 longer bound to nil while running; rather inhibit-modification-hooks
3616 is t.
3617
b8d4c8d0
GM
36182007-08-16 Richard Stallman <rms@gnu.org>
3619
5dcb4c4e
SM
3620 * processes.texi (Asynchronous Processes):
3621 Clarify doc of start-file-process.
b8d4c8d0
GM
3622
36232007-08-08 Martin Rudalics <rudalics@gmx.at>
3624
3625 * modes.texi (Example Major Modes): Fix typo.
3626
36272007-08-08 Glenn Morris <rgm@gnu.org>
3628
3629 * intro.texi (nil and t): Do not use `iff' in documentation.
3630
3631 * tips.texi (Documentation Tips): Recommend against `iff'.
3632
36332007-08-07 Chong Yidong <cyd@stupidchicken.com>
3634
3635 * display.texi (Image Cache): Document image-refresh.
3636
36372007-08-06 Martin Rudalics <rudalics@gmx.at>
3638
3639 * windows.texi (Size of Window): Document window-full-width-p.
3640
36412007-07-25 Glenn Morris <rgm@gnu.org>
3642
3643 * gpl.texi (GPL): Replace license with GPLv3.
3644
3645 * Relicense all FSF files to GPLv3 or later.
3646
36472007-07-24 Michael Albinus <michael.albinus@gmx.de>
3648
4638454b
JB
3649 * processes.texi (Synchronous Processes):
3650 Add `process-file-shell-command'.
b8d4c8d0
GM
3651 (Asynchronous Processes): Mention restricted use of
3652 `process-filter' and `process-sentinel' in
3653 `start-file-process'. Add `start-file-process-shell-command'.
3654
36552007-07-17 Michael Albinus <michael.albinus@gmx.de>
3656
3657 * files.texi (Magic File Names): Introduce optional parameter
3658 IDENTIFICATION for `file-remote-p'.
3659
36602007-07-16 Richard Stallman <rms@gnu.org>
3661
3662 * display.texi (Defining Faces): Fix previous change.
3663
36642007-07-14 Richard Stallman <rms@gnu.org>
3665
3666 * control.texi (Handling Errors): Document `debug' in handler list.
3667
36682007-07-10 Richard Stallman <rms@gnu.org>
3669
3670 * display.texi (Defining Faces): Explain C-M-x feature for defface.
3671
36722007-07-09 Richard Stallman <rms@gnu.org>
3673
3674 * files.texi (Magic File Names): Rewrite previous change.
3675
36762007-07-08 Michael Albinus <michael.albinus@gmx.de>
3677
3678 * files.texi (Magic File Names): Introduce optional parameter
3679 CONNECTED for `file-remote-p'.
3680
36812007-07-07 Michael Albinus <michael.albinus@gmx.de>
3682
3683 * processes.texi (Asynchronous Processes):
3684 * files.texi (Magic File Names): Add `start-file-process'.
3685
36862007-06-27 Richard Stallman <rms@gnu.org>
3687
5dcb4c4e
SM
3688 * files.texi (Format Conversion Piecemeal):
3689 Clarify `after-insert-file-functions' calling convention.
b8d4c8d0
GM
3690
36912007-06-27 Michael Albinus <michael.albinus@gmx.de>
3692
4638454b
JB
3693 * files.texi (Magic File Names): Remove `dired-call-process'.
3694 Add `process-file'.
b8d4c8d0
GM
3695
36962007-06-27 Kenichi Handa <handa@m17n.org>
3697
3698 * text.texi (Special Properties): Fix description about
4638454b 3699 `composition' property.
b8d4c8d0
GM
3700
37012007-06-26 Kenichi Handa <handa@m17n.org>
3702
3703 * nonascii.texi (Default Coding Systems): Document about the
3704 return value `undecided'.
3705
37062007-06-25 David Kastrup <dak@gnu.org>
3707
3708 * keymaps.texi (Active Keymaps): Document new POSITION argument of
3709 `current-active-maps'.
3710
37112007-06-24 Karl Berry <karl@gnu.org>
3712
4638454b 3713 * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text.
b8d4c8d0
GM
3714
37152007-06-15 Juanma Barranquero <lekktu@gmail.com>
3716
3717 * display.texi (Overlay Arrow): Doc fix.
3718
37192007-06-14 Karl Berry <karl@tug.org>
3720
3721 * anti.texi (Antinews): Typo.
3722
37232007-06-14 Chong Yidong <cyd@stupidchicken.com>
3724
3725 * display.texi (Image Cache): Document image-refresh.
3726
37272007-06-12 Karl Berry <karl@gnu.org>
3728
3729 * vol1.texi, vol2.texi, two-volume-cross-refs.txt: Update.
3730 * two-volume.make: New file.
3731 * .cvsignore: Ignore two-volume files.
3732
37332007-06-12 Tom Tromey <tromey@redhat.com>
3734
3735 * os.texi (Init File): Document user-emacs-directory.
3736
37372007-06-03 Nick Roberts <nickrob@snap.net.nz>
3738
3739 * commands.texi (Click Events): Describe width and height when
3740 object is nil.
3741
37422007-05-30 Nick Roberts <nickrob@snap.net.nz>
3743
5dcb4c4e
SM
3744 * commands.texi (Click Events): Layout more logically.
3745 Describe width and height.
b8d4c8d0
GM
3746 (Drag Events, Motion Events): Update to new format for position.
3747
37482007-06-02 Richard Stallman <rms@gnu.org>
3749
3750 * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces.
3751
37522007-06-02 Chong Yidong <cyd@stupidchicken.com>
3753
3754 * Version 22.1 released.
3755
37562007-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
3757
3758 * text.texi (Special Properties): Correct meaning of fontified face.
3759
37602007-05-30 Richard Stallman <rms@gnu.org>
3761
3762 * text.texi (Special Properties): Add link to Adjusting Point.
3763
37642007-05-12 Richard Stallman <rms@gnu.org>
3765
3766 * text.texi (Margins): indent-to-left-margin is not the default.
3767 (Mode-Specific Indent): For indent-line-function, the default
3768 is indent-relative.
3769
3770 * modes.texi (Example Major Modes): Explain last line of text-mode
3771 is redundant.
3772
37732007-05-10 Richard Stallman <rms@gnu.org>
3774
3775 * keymaps.texi (Scanning Keymaps): Update where-is-internal example.
3776
3777 * help.texi (Keys in Documentation): Add reference to
3778 Documentation Tips.
3779
3780 * files.texi (Format Conversion): TO-FN gets three arguments.
3781
3782 * modes.texi (Auto Major Mode): Document file-start-mode-alist.
3783
37842007-05-10 Thien-Thi Nguyen <ttn@gnuvola.org>
3785
3786 * elisp.texi (Top): Remove "Saving Properties" from detailed menu.
3787 * files.texi (Format Conversion): Expand intro; add menu.
3788 (Format Conversion Overview, Format Conversion Round-Trip)
3789 (Format Conversion Piecemeal): New nodes/subsections.
3790 * hooks.texi: Xref "Format Conversion" , not "Saving Properties".
3791 * text.texi (Text Properties): Remove "Saving Properties" from menu.
3792 (Saving Properties): Delete node/subsection.
3793
37942007-05-07 Karl Berry <karl@gnu.org>
3795
3796 * elisp.texi (EMACSVER): Back to 22.
3797
37982007-05-06 Richard Stallman <rms@gnu.org>
3799
3800 * processes.texi (Accepting Output): Revert most of previous change.
3801
38022007-05-05 Richard Stallman <rms@gnu.org>
3803
3804 * processes.texi (Accepting Output): accept-process-output
3805 uses microseconds, not milliseconds. But that arg is obsolete.
3806
38072007-05-04 Karl Berry <karl@tug.org>
3808
3809 * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
3810
38112007-05-04 Eli Zaretskii <eliz@gnu.org>
3812
3813 * tips.texi (Documentation Tips): Rearrange items to place the
3814 more important ones first. Add an index entry for hyperlinks.
3815
38162007-05-03 Karl Berry <karl@gnu.org>
3817
3818 * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing.
3819 (EMACSVER) [smallbook]: 22 for printed version.
3820
3821 * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed,
3822 so restore anchor to normal position after defun. Found by Kevin Ryde.
3823
38242007-04-26 Glenn Morris <rgm@gnu.org>
3825
3826 * elisp.texi (EMACSVER): Increase to 22.1.50.
3827
38282007-04-28 Karl Berry <karl@gnu.org>
3829
3830 * elisp.texi: Improve line breaks on copyright page,
3831 similar layout to emacs manual, 8.5x11 by default.
3832
38332007-04-24 Richard Stallman <rms@gnu.org>
3834
3835 * text.texi (Special Properties): Add xref to Overlay Properties.
3836
3837 * display.texi (Overlay Properties): Add xref to Special Properties.
3838
38392007-04-22 Richard Stallman <rms@gnu.org>
3840
3841 * keymaps.texi (Extended Menu Items): Move the info about
3842 format with cached keyboard binding.
3843
38442007-04-21 Richard Stallman <rms@gnu.org>
3845
3846 * text.texi (Special Properties): Clarify previous change.
3847
3848 * files.texi (File Name Expansion): Clarify previous change.
3849
3850 * display.texi (Attribute Functions): Fix example for
3851 face-attribute-relative-p.
3852
38532007-04-19 Kenichi Handa <handa@m17n.org>
3854
3855 * text.texi (Special Properties): Document composition property.
3856
38572007-04-19 Glenn Morris <rgm@gnu.org>
3858
3859 * files.texi (File Name Expansion): Mention "superroot".
3860
38612007-04-15 Chong Yidong <cyd@stupidchicken.com>
3862
3863 * frames.texi (Multiple Displays): Add note about "multi-monitor"
3864 setups.
3865 (Display Feature Testing): Note that display refers to all
3866 physical monitors for multi-monitor setups.
3867
38682007-04-14 Richard Stallman <rms@gnu.org>
3869
3870 * lists.texi (Sets And Lists): Clarify `delete' examples.
3871 Remove spurious xref to same node.
3872 Clarify xref for add-to-list.
3873
38742007-04-12 Nick Roberts <nickrob@snap.net.nz>
3875
3876 * keymaps.texi (Format of Keymaps): Remove spurious ")" from
3877 value of lisp-mode-map.
3878
38792007-04-11 Karl Berry <karl@gnu.org>
3880
3881 * anti.texi (Antinews):
3882 * display.texi (Overlay Properties, Defining Images):
3883 * processes.texi (Synchronous Processes, Sentinels):
3884 * syntax.texi (Syntax Table Internals):
3885 * searching.texi (Regexp Special):
3886 * nonascii.texi (Default Coding Systems):
3887 * text.texi (Special Properties):
3888 * minibuf.texi (Basic Completion): Wording to improve breaks in
3889 8.5x11 format.
3890 * elisp.texi (smallbook): New @set to more easily switch between
3891 smallbook and 8.5x11.
3892
38932007-04-11 Richard Stallman <rms@gnu.org>
3894
3895 * text.texi (Lazy Properties): Minor fix.
3896
38972007-04-08 Karl Berry <karl@gnu.org>
3898
3899 * symbols.texi (Plists and Alists): Period after "vs" in index entries.
3900 * macros.texi (Backquote): Downcase Backquote in index entries for
3901 consistency.
3902
39032007-04-08 Richard Stallman <rms@gnu.org>
3904
3905 * text.texi (Adaptive Fill): Just describe default,
3906 don't show it (since it contains non-ASCII chars).
3907
39082007-04-07 Karl Berry <karl@gnu.org>
3909
3910 * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in
3911 adaptive-fill-regexp's value, since they are not in the standard
3912 TeX fonts.
3913
39142007-04-07 Guanpeng Xu <herberteuler@hotmail.com>
3915
3916 * display.texi (Defining Faces): Fix example.
3917
39182007-04-07 Karl Berry <karl@gnu.org>
3919
3920 * display.texi (Button Buffer Commands): Improve page break.
3921
39222007-04-07 Richard Stallman <rms@gnu.org>
3923
3924 * advice.texi (Activation of Advice): Remove redundant index entry.
3925
3926 * backups.texi: Improve index entries. Remove redundant ones.
3927
3928 * compile.texi (Byte Compilation): Improve index entry.
3929
3930 * hash.texi (Creating Hash): Improve index entry.
3931
3932 * symbols.texi (Definitions): Improve index entry.
3933
3934 * edebug.texi: Improve index entries. Remove redundant/useless ones.
3935
3936 * maps.texi (Standard Keymaps): Remove useless index entry.
3937
3938 * help.texi (Documentation Basics): Remove redundant index entries.
3939
3940 * customize.texi: Improve index entries.
3941 Remove redundant/useless ones.
3942
3943 * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
3944
3945 * streams.texi (Output Variables): Improve index entry.
3946
3947 * abbrevs.texi (Abbrevs): Remove useless index entry.
3948
3949 * macros.texi (Expansion): Remove useless index entry.
3950
3951 * text.texi: Improve index entries. Remove redundant/useless ones.
3952 (Text Properties, Examining Properties)
3953 (Special Properties): Use "property category" instead of "category"
3954 to refer to the `category' property.
3955
3956 * positions.texi: Improve index entries. Remove useless one.
3957
3958 * lists.texi: Improve index entries. Remove redundant/useless ones.
3959
3960 * os.texi: Improve index entries.
3961 (Timers): Fix previous change.
3962
3963 * buffers.texi: Improve index entries.
3964 (Modification Time): Get rid of term "obsolete buffer".
3965
3966 * debugging.texi: Improve index entries.
3967 (Test Coverage): Add xref to other test coverage ftr.
3968
3969 * eval.texi: Improve index entry. Remove redundant ones.
3970
3971 * numbers.texi: Improve index entries. Remove redundant/useless ones.
3972
3973 * files.texi: Improve index entries. Remove redundant/useless ones.
3974
3975 * objects.texi: Improve index entries.
3976
3977 * processes.texi: Improve index entries.
3978
3979 * modes.texi: Improve index entry. Remove redundant one.
3980
3981 * nonascii.texi: Improve index entries.
3982
3983 * internals.texi: Improve index entries.
3984
3985 * syntax.texi: Improve index entries.
3986
3987 * keymaps.texi (Active Keymaps): Improve index entries.
3988
3989 * commands.texi: Improve index entries. Remove redundant/useless ones.
3990
3991 * frames.texi: Improve index entries. Remove redundant/useless ones.
3992
3993 * markers.texi: Improve index entries. Remove redundant ones.
3994
3995 * tips.texi: Improve index entries.
3996
3997 * loading.texi (Unloading): Improve index entry.
3998
3999 * variables.texi: Improve index entries. Remove redundant one.
4000
4001 * sequences.texi: Improve index entry.
4002
4003 * display.texi: Improve index entries. Remove redundant ones.
4004
4005 * windows.texi: Improve index entries.
4006
4007 * searching.texi: Improve index entries. Remove redundant one.
4008
4009 * strings.texi (Case Tables): Improve last change.
4010
40112007-04-04 Chong Yidong <cyd@stupidchicken.com>
4012
4013 * strings.texi (Case Tables): Document with-case-table and
4014 ascii-case-table.
4015
40162007-04-03 Karl Berry <karl@gnu.org>
4017
4018 * processes.texi (Network): Reword to improve page break.
4019
40202007-04-03 Eli Zaretskii <eliz@gnu.org>
4021
4022 * functions.texi (Inline Functions): Describe more disadvantages
4023 of defsubst, and make advice against it stronger.
4024
40252007-04-02 Karl Berry <karl@gnu.org>
4026
4027 * backups.texi (Backup Names): Avoid widow words.
4028 * modes.texi (Example Major Modes): Align last comment.
4029
40302007-04-01 Chong Yidong <cyd@stupidchicken.com>
4031
4032 * keymaps.texi (Remapping Commands): Document new arg to
4033 command-remapping.
4034
40352007-04-01 Karl Berry <karl@gnu.org>
4036
4037 * processes.texi (Low-Level Network): Typo.
4038 * loading.texi (Hooks for Loading): Avoid double "the".
4039 * keymaps.texi (Key Sequences): No double "and".
4040 (Changing Key Bindings): Shorten to improve line break.
4041
40422007-03-31 Glenn Morris <rgm@gnu.org>
4043
4044 * os.texi (Timers): Fix description of run-at-time TIME formats.
4045
40462007-03-31 Richard Stallman <rms@gnu.org>
4047
4048 * display.texi (Invisible Text): Correct buffer-invisibility-spec
4049 regarding ellipsis.
4050
40512007-03-31 Eli Zaretskii <eliz@gnu.org>
4052
4053 * intro.texi (nil and t):
4054 * symbols.texi (Plists and Alists):
4055 * variables.texi (Variable Aliases, Constant Variables):
4056 * functions.texi (Defining Functions):
4057 * advice.texi (Advising Primitives):
4058 * debugging.texi (Syntax Errors, Compilation Errors):
4059 * minibuf.texi (Minibuffer Windows):
4060 * commands.texi (Adjusting Point):
4061 * modes.texi (Syntactic Font Lock, Faces for Font Lock)
4062 (Auto Major Mode, Major Mode Conventions):
4063 * help.texi (Describing Characters):
4064 * files.texi (Create/Delete Dirs, Information about Files)
4065 (File Locks, Writing to Files, Reading from Files)
4066 (Saving Buffers):
4067 * windows.texi (Resizing Windows, Cyclic Window Ordering):
4068 * frames.texi (Finding All Frames):
4069 * positions.texi (Buffer End, Motion):
4070 * markers.texi (The Region):
4071 * text.texi (Deletion, Near Point):
4072 * display.texi (Displaying Messages, Truncation):
4073 * os.texi (Processor Run Time):
4074 * tips.texi (Key Binding Conventions, Programming Tips)
4075 (Warning Tips, Documentation Tips, Comment Tips):
4076 * internals.texi (Memory Usage): Improve indexing.
4077
4078 * variables.texi (Frame-Local Variables):
4079 * functions.texi (Argument List):
4080 * loading.texi (Library Search):
4081 * streams.texi (Output Variables):
4082 * keymaps.texi (Translation Keymaps, Searching Keymaps):
4083 * searching.texi (Replacing Match, Search and Replace):
4084 * processes.texi (Byte Packing, Decoding Output)
4085 (Accepting Output, Network Servers, Shell Arguments):
4086 * display.texi (Abstract Display, Image Cache, Scroll Bars):
4087 * windows.texi (Window Point, Window Start):
4088 * frames.texi (Management Parameters, Frame Parameters, Frame Titles):
4089 * commands.texi (Reading Input, Keyboard Events):
4090 * minibuf.texi (Reading File Names, Minibuffer Completion)
4091 (Recursive Mini):
4092 * positions.texi (List Motion):
4093 * hash.texi (Hash Tables, Creating Hash, Defining Hash):
4094 * numbers.texi (Arithmetic Operations, Math Functions)
4095 (Predicates on Numbers, Comparison of Numbers):
4096 (Numeric Conversions):
4097 * locals.texi (Standard Buffer-Local Variables):
4098 * maps.texi (Standard Keymaps):
4099 * os.texi (User Identification, System Environment, Recording Input)
4100 (X11 Keysyms):
4101 * nonascii.texi (Non-ASCII Characters, Splitting Characters):
4102 * backups.texi (Backups and Auto-Saving):
4103 * customize.texi (Customization, Group Definitions)
4104 (Variable Definitions):
4105 * compile.texi (Byte Compilation): Improve index entries.
4106
41072007-03-31 Karl Berry <karl@gnu.org>
4108
4109 * macros.texi (Defining Macros): Avoid widow syllable.
4110
41112007-03-31 Eli Zaretskii <eliz@gnu.org>
4112
4113 * elisp.texi (Top): Postscript -> PostScript.
4114
4115 * display.texi (Images, Postscript Images): Postscript -> PostScript.
4116
41172007-03-31 Markus Triska <markus.triska@gmx.at>
4118
4119 * internals.texi (Writing Emacs Primitives): Untabify `For'.
4120
41212007-03-30 Karl Berry <karl@gnu.org>
4122
4123 * lists.texi (List-related Predicates): Remove spurious @need.
4124 (Setcdr): Use @smallexample to improve page break.
4125 (Association Lists) <assoc>: Reword to improve page break.
4126
4127 * strings.texi (String Conversion): Insert blank line to improve
4128 page break.
4129
4130 * numbers.texi (Random Numbers): Use @minus{}.
4131 (Math Functions): Use @minus{}.
4132
4133 * intro.texi (Acknowledgements): Avoid line breaks before middle
4134 initials.
4135
41362007-03-24 Eli Zaretskii <eliz@gnu.org>
4137
4138 * errors.texi (Standard Errors): Add an index entry.
4139
41402007-03-19 Richard Stallman <rms@gnu.org>
4141
4142 * os.texi (Recording Input): recent-keys now gives 300 keys.
4143
41442007-03-12 Glenn Morris <rgm@gnu.org>
4145
4146 * os.texi: Replace "daylight savings" with "daylight saving"
4147 throughout.
4148
41492007-03-05 Richard Stallman <rms@gnu.org>
4150
5dcb4c4e
SM
4151 * variables.texi (File Local Variables):
4152 Update enable-local-variables values.
b8d4c8d0
GM
4153
41542007-03-04 Richard Stallman <rms@gnu.org>
4155
4156 * syntax.texi (Control Parsing): Minor clarification.
4157
4158 * strings.texi (Formatting Strings): Clarify width, precision, flags.
4159
4160 * sequences.texi (Sequence Functions): Move string-bytes away,
4161 add xref.
4162
4163 * nonascii.texi (Text Representations): Move string-bytes here.
4164
4165 * modes.texi (Major Mode Conventions): Fundamental mode is exception.
4166
4167 * minibuf.texi (Basic Completion): Minor clarification.
4168
4169 * markers.texi (The Mark): Clarify existence vs activation of mark.
4170 Other cleanup.
4171
4172 * display.texi (Finding Overlays): Write better example.
4173
4174 * compile.texi (Eval During Compile): Clarify putting macros
4175 in eval-when-compile.
4176
c5602427 41772007-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br> (tiny change)
b8d4c8d0
GM
4178
4179 * loading.texi (How Programs Do Loading): Fix anchor position at
c5602427 4180 load-read-function definition doc.
b8d4c8d0
GM
4181
41822007-02-21 Kim F. Storm <storm@cua.dk>
4183
4184 * strings.texi (Text Comparison): Mention that assoc-string
4185 converts symbols to strings before testing.
4186
41872007-02-17 Kim F. Storm <storm@cua.dk>
4188
4189 * processes.texi (Bindat Spec): Vector types can have optional
4190 element type.
4191 (Bindat Examples): Fix example. Add vector with element type.
4192
41932007-02-16 Andreas Schwab <schwab@suse.de>
4194
4195 * strings.texi (Formatting Strings): Document '+' flag.
4196
41972007-02-15 Juanma Barranquero <lekktu@gmail.com>
4198
4199 * strings.texi (Modifying Strings): Clarify that `clear-string'
4200 always converts the string to unibyte.
4201
42022007-02-14 Kim F. Storm <storm@cua.dk>
4203
4204 * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
4205 Rewrite glyph code description to refer to these functions.
4206 Remove details of encoding face number and char into integer code.
4207
42082007-02-03 Alan Mackenzie <acm@muc.de>
4209
4210 * loading.texi (Hooks for Loading): Make the description of
4211 `eval-after-load' more detailed, and amend the description of
4212 after-load-alist, in accordance with changes from 2006-05.
4213
42142007-02-03 Chong Yidong <cyd@stupidchicken.com>
4215
4216 * modes.texi (Defining Minor Modes): Document that a :require
4217 keyword or similar may be required to make saved customization
4218 variables work.
4219
42202007-02-03 Eli Zaretskii <eliz@gnu.org>
4221
4222 * elisp.texi (Top): Make the detailed menu headers compliant with
5dcb4c4e
SM
4223 Texinfo guidelines and with what texnfo-upd.el expects.
4224 Add comments to prevent people from inadvertently modifying the key
b8d4c8d0
GM
4225 parts needed by `texinfo-multiple-files-update'.
4226
42272007-02-02 Eli Zaretskii <eliz@gnu.org>
4228
4229 * elisp.texi (Top): Update the top-level menus.
4230
4231 * syntax.texi (Categories): Add index entries.
4232
42332007-02-01 Juanma Barranquero <lekktu@gmail.com>
4234
4235 * display.texi (Attribute Functions): Fix name and description of
4236 the UNDERLINE arg of `set-face-underline-p'.
4237
42382007-01-29 Eli Zaretskii <eliz@gnu.org>
4239
4240 * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
4241 Variables", and "Standard Keymaps" to the detailed menu.
4242
4243 * variables.texi (Future Local Variables): Add index entry.
4244
42452007-01-28 Richard Stallman <rms@gnu.org>
4246
4247 * tips.texi (Coding Conventions): Clarify the tip about macros
4248 that define a function or a variable.
4249
4250 * files.texi (File Attributes): UID and GID can be floats.
4251 (Magic File Names): Explain why deferring all operations to
4252 the standard handler does not work.
4253
42542007-01-23 Martin Rudalics <rudalics@gmx.at>
4255
4256 * backups.texi (Reverting): Use "buffer" instead of "file"
4257 when talking about major and minor modes.
4258
42592007-01-21 Richard Stallman <rms@gnu.org>
4260
4261 * help.texi (Documentation): Add xref to Documentation Tips.
4262
42632007-01-14 Juanma Barranquero <lekktu@gmail.com>
4264
4265 * tips.texi (Coding Conventions): Fix typos.
4266
42672007-01-05 Richard Stallman <rms@gnu.org>
4268
4269 * modes.texi (Defining Minor Modes): Fix previous change.
4270
42712007-01-03 Richard Stallman <rms@gnu.org>
4272
4273 * customize.texi (Variable Definitions, Customization Types):
4274 Don't use * in doc string for defcustom.
4275
42762007-01-02 Richard Stallman <rms@gnu.org>
4277
4278 * variables.texi (Variable Aliases): Clarify that aliases vars
4279 always have the same value.
4280
4281 * processes.texi (Bindat Spec): Fix Texinfo usage.
4282
4283 * modes.texi (Defining Minor Modes): Explain effect of command
4284 defined with define-global-minor-mode on new buffers.
4285
42862006-12-30 Kim F. Storm <storm@cua.dk>
4287
4288 * keymaps.texi (Tool Bar): Describe `grow-only' value of
4289 `auto-resize-tool-bars'.
4290
42912006-12-30 Richard Stallman <rms@gnu.org>
4292
4293 * keymaps.texi (Active Keymaps): Fix previous change.
4294
42952006-12-30 Nick Roberts <nickrob@snap.net.nz>
4296
4297 * keymaps.texi (Active Keymaps): Make xref to lookup-key.
4298
42992006-12-30 Kim F. Storm <storm@cua.dk>
4300
4301 * processes.texi (Bindat Spec): Clarify using field names in
4302 length specifications.
4303
43042006-12-29 Kim F. Storm <storm@cua.dk>
4305
4306 * processes.texi (Bindat Spec): Explain eval forms and lengths better.
4307 Add count and index variables for eval forms in repeat blocks.
4308
43092006-12-24 Richard Stallman <rms@gnu.org>
4310
5dcb4c4e
SM
4311 * customize.texi (Variable Definitions):
4312 Document new name custom-add-frequent-value.
b8d4c8d0
GM
4313
43142006-12-19 Kim F. Storm <storm@cua.dk>
4315
4316 * commands.texi (Misc Events): User signals now result in sigusr1
4317 and sigusr2 events which are handled through special-event-map.
4318 (Special Events): User signals and drag-n-drop are special.
4319
43202006-12-17 Richard Stallman <rms@gnu.org>
4321
4322 * loading.texi (Named Features): Explain subfeatures better.
4323
4324 * customize.texi: Use "option" only for user options.
4325 For the keyword values inside defcustom etc, say "keywords".
4326 For :options value's elements, say "elements".
4327 :group should not be omitted.
4328
4329 * syntax.texi (Parsing Expressions): Split up node.
4330 (Motion via Parsing, Position Parse, Parser State)
4331 (Low-Level Parsing, Control Parsing): New subnodes.
4332 (Parser State): Document syntax-ppss-toplevel-pos.
4333
4334 * positions.texi (List Motion): Punctuation fix.
4335
4336 * files.texi (File Name Completion): Document PREDICATE arg
4337 to file-name-completion.
4338
43392006-12-16 Eli Zaretskii <eliz@gnu.org>
4340
4341 * internals.texi (Building Emacs, Writing Emacs Primitives):
4342 Add index entries.
4343
43442006-12-11 Richard Stallman <rms@gnu.org>
4345
4346 * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
4347 affects face menu. Explain how to make it non-nil without enabling
4348 any fontification.
4349
43502006-12-10 Chong Yidong <cyd@stupidchicken.com>
4351
4352 * modes.texi (Font Lock Basics): Document nil value of
4353 font-lock-defaults.
4354
43552006-12-10 Glenn Morris <rgm@gnu.org>
4356
4357 * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
4358 value for system-flag argument. Abbrev tables may not be empty
4359 when major modes are loaded.
4360
43612006-12-08 Juanma Barranquero <lekktu@gmail.com>
4362
4363 * makefile.w32-in (maintainer-clean): Partially revert last
4364 change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
4365 to protect elisp-covers.texi.
4366
43672006-12-07 Juanma Barranquero <lekktu@gmail.com>
4368
4369 * makefile.w32-in (maintainer-clean): Depend on `distclean'.
4370 Don't remove elisp* info files; they are already deleted by the
4371 `clean' and `distclean' targets, and they are in the $(infodir)
4372 directory, not the current one.
4373
43742006-12-04 Kim F. Storm <storm@cua.dk>
4375
4376 * commands.texi (Misc Events): Update signal events.
4377 (Event Examples): Add signal example.
4378
43792006-11-29 Richard Stallman <rms@gnu.org>
4380
4381 * frames.texi (Visibility of Frames): Explain visible windows
4382 can be covered by others. Add xref for raise-frame.
4383
43842006-11-28 Richard Stallman <rms@gnu.org>
4385
4386 * searching.texi (Regexp Special): Update when ^ is special.
4387
43882006-11-27 Eli Zaretskii <eliz@gnu.org>
4389
4390 * customize.texi (Customization, Common Keywords)
4391 (Group Definitions, Variable Definitions, Composite Types)
4392 (Type Keywords, Customization Types): Add index entries for
4393 various customization keywords.
4394
43952006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
4396
4397 * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
4398
c8763fb6 43992006-11-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
4400
4401 * frames.texi (Window System Selections): Remove clipboard from
4402 description of selection-coding-system.
4403
44042006-11-06 Richard Stallman <rms@gnu.org>
4405
4406 * lists.texi (List Variables): Document COMPARE-FN.
4407
4408 * keymaps.texi: Avoid use of "binding" to mean a relation;
4409 use it only to refer to the meaning associated with a key.
4410 (Keymaps): Change menu node description.
4411
4412 * elisp.texi (Top): Change menu node description.
4413
4414 * display.texi (Managing Overlays): Document overlay-recenter.
4415
44162006-10-29 Chong Yidong <cyd@stupidchicken.com>
4417
4418 * Makefile.in: Use relative paths to avoid advertising filesystem
4419 contents during compilation.
4420
44212006-10-23 Kim F. Storm <storm@cua.dk>
4422
4423 * commands.texi (Event Input Misc): Update unread-command-events.
4424
44252006-10-23 Nick Roberts <nickrob@snap.net.nz>
4426
4427 * lists.texi (Sets And Lists): Fix typos.
4428
44292006-10-18 Juanma Barranquero <lekktu@gmail.com>
4430
4431 * control.texi (Processing of Errors): Use @var for an argument,
4432 not @code.
4433
44342006-10-16 Richard Stallman <rms@gnu.org>
4435
4436 * edebug.texi (Edebug Recursive Edit): Minor cleanup.
4437
4438 * keymaps.texi (Format of Keymaps): Show all the keymap element
4439 patterns that result from menu items.
4440 (Key Lookup): Minor cleanups.
4441
4442 * modes.texi (Precalculated Fontification): Don't say that
4443 not setting font-lock-defaults avoids loading font-lock.
4444
4445 * help.texi (Documentation): Move xref to Emacs Manual here.
4446 (Documentation Basics): From here.
4447 Also doc emacs-lisp-docstring-fill-column.
4448
4449 * elisp.texi: Update version and ISBN.
4450
4451 * commands.texi (Interactive Call): Clarify KEYS arg to
4452 call-interactively is a vector.
4453 (Command Loop Info): Delete anchor in this-command-keys.
4454 Add anchor in this-command-keys-vector.
4455 (Recursive Editing): Document how recursive-edit
4456 handles the current buffer.
4457
44582006-10-13 Chong Yidong <cyd@stupidchicken.com>
4459
4460 * frames.texi (Frame Titles): %c and %l are ignored in
4461 frame-title-format.
4462
44632006-10-11 Richard Stallman <rms@gnu.org>
4464
4465 * keymaps.texi (Key Sequences): Clarify use of kbd.
4466
44672006-10-10 Kim F. Storm <storm@cua.dk>
4468
4469 * lists.texi (Sets And Lists): Add memql.
4470
44712006-10-03 Richard Stallman <rms@gnu.org>
4472
4473 * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
4474 Clarify :ascii: and :nonascii:.
4475
44762006-09-29 Juri Linkov <juri@jurta.org>
4477
4478 * modes.texi (%-Constructs): Reorder coding systems in the
4479 documentation of %z to the real order displayed in the modeline.
4480
44812006-09-25 Richard Stallman <rms@gnu.org>
4482
4483 * os.texi (Timers): Describe timer-max-repeats.
4484
44852006-09-25 Chong Yidong <cyd@stupidchicken.com>
4486
4487 * os.texi (Timers): Mention with-local-quit.
4488
44892006-09-24 Richard Stallman <rms@gnu.org>
4490
4491 * searching.texi (Searching and Matching): Mention property search.
4492
4493 * commands.texi (Command Loop Info): Explain how read-event affects
4494 this-command-keys.
4495
44962006-09-20 Richard Stallman <rms@gnu.org>
4497
4498 * os.texi (Timers): Clarify about REPEAT when timer is delayed.
4499
4500 * windows.texi (Window Start): Minor cleanups.
4501
45022006-09-20 Kim F. Storm <storm@cua.dk>
4503
4504 * windows.texi (Window Start): pos-visible-in-window-p allows
4505 specifying t for position to mean "end of window".
4506 Add window-line-height.
4507
4508 * anti.texi (Antinews): Mention window-line-height.
4509
45102006-09-19 David Kastrup <dak@gnu.org>
4511
4512 * keymaps.texi (Searching Keymaps): Small clarification.
4513
45142006-09-18 Richard Stallman <rms@gnu.org>
4515
4516 * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
4517 cause keyboard menus.
4518 (Menu Keymaps): Likewise.
4519 (Defining Menus, Keyboard Menus): Clarify.
4520
4521 * text.texi (Fields): Clarify explanation of constrain-to-field.
4522
45232006-09-16 Eli Zaretskii <eliz@gnu.org>
4524
4525 * variables.texi (Tips for Defining): Fix a typo.
4526
45272006-09-15 Richard Stallman <rms@gnu.org>
4528
4529 * keymaps.texi (Remapping Commands, Searching Keymaps)
4530 (Active Keymaps): Clean up previous change.
4531
45322006-09-15 Jay Belanger <belanger@truman.edu>
4533
4534 * gpl.texi: Replace "Library Public License" by "Lesser Public
4535 License" throughout.
4536
45372006-09-15 David Kastrup <dak@gnu.org>
4538
4539 * keymaps.texi (Active Keymaps): Adapt description to use
4540 `get-char-property' instead `get-text-property'. Explain how
4541 mouse events change this. Explain the new optional argument of
4542 `key-binding' and its mouse-dependent lookup.
4543 (Searching Keymaps): Adapt description similarly.
4544 (Remapping Commands): Explain the new optional argument of
4545 `command-remapping'.
4546
45472006-09-14 Richard Stallman <rms@gnu.org>
4548
4549 * keymaps.texi (Searching Keymaps): Clarification.
4550 (Active Keymaps): Refer to Searching Keymaps instead of duplication.
4551
45522006-09-13 Richard Stallman <rms@gnu.org>
4553
4554 * objects.texi (Character Type): Node split.
4555 Add xref to Describing Characters.
4556 (Basic Char Syntax, General Escape Syntax)
4557 (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
4558
45592006-09-11 Richard Stallman <rms@gnu.org>
4560
4561 * display.texi (Display Table Format): Wording clarification.
4562 (Glyphs): Clarifications.
4563
45642006-09-10 Chong Yidong <cyd@stupidchicken.com>
4565
4566 * keymaps.texi (Active Keymaps): Mention that key-binding checks
4567 local maps.
4568
45692006-09-10 Kim F. Storm <storm@cua.dk>
4570
4571 * display.texi (Forcing Redisplay): Document return value of
4572 function redisplay.
4573
45742006-09-09 Richard Stallman <rms@gnu.org>
4575
4576 * windows.texi (Window Hooks): Explain limits of
4577 window-scroll-functions.
4578
4579 * display.texi (Fringe Indicators): Update for last change in
4580 indicate-buffer-boundaries.
4581
45822006-09-08 Richard Stallman <rms@gnu.org>
4583
4584 * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
4585
45862006-09-06 Kim F. Storm <storm@cua.dk>
4587
4588 * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
4589
4590 * windows.texi (Window Start): Update pos-visible-in-window-p.
4591
45922006-09-04 Richard Stallman <rms@gnu.org>
4593
4594 * processes.texi (Accepting Output): Explain SECONDS=0 for
4595 accept-process-output.
4596
4597 * os.texi (Idle Timers): Explain why timer functions should not
4598 loop until (input-pending-p).
4599
46002006-09-02 Eli Zaretskii <eliz@gnu.org>
4601
4602 * makefile.w32-in (usermanualdir): New variable.
4603 (elisp.dvi): Use it.
4604
46052006-09-01 Eli Zaretskii <eliz@gnu.org>
4606
4607 * buffers.texi (Buffer Modification): Fix last change.
4608
46092006-09-01 Chong Yidong <cyd@stupidchicken.com>
4610
5dcb4c4e
SM
4611 * buffers.texi (Buffer Modification):
4612 Document buffer-chars-modified-tick.
b8d4c8d0
GM
4613
46142006-08-31 Richard Stallman <rms@gnu.org>
4615
4616 * modes.texi (Syntactic Font Lock): Mention specific faces once again.
4617
46182006-08-31 Richard Bielawski <RBielawski@moneygram.com> (tiny change)
4619
4620 * modes.texi (Syntactic Font Lock):
4621 Mention font-lock-syntactic-face-function
4622 instead of specific faces.
4623
46242006-08-29 Chong Yidong <cyd@stupidchicken.com>
4625
4626 * display.texi (Images): Add xrref to display-images-p.
4627
46282006-08-28 Kenichi Handa <handa@m17n.org>
4629
4630 * nonascii.texi (Lisp and Coding Systems): Fix description of
4631 detect-coding-region.
4632
46332006-08-27 Michael Olson <mwolson@gnu.org>
4634
4635 * processes.texi (Transaction Queues): Remove stray quote
4636 character.
4637
46382006-08-25 Richard Stallman <rms@gnu.org>
4639
4640 * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
4641 Add xref.
4642
46432006-08-24 Chong Yidong <cyd@stupidchicken.com>
4644
4645 * os.texi (Timers): Avoid waiting inside timers.
4646
46472006-08-21 Lute Kamstra <lute@gnu.org>
4648
4649 * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
4650
46512006-08-20 Richard Stallman <rms@gnu.org>
4652
4653 * os.texi (Idle Timers): New node, split out from Timers.
4654 Document current-idle-time.
4655 * commands.texi (Reading One Event): Update xref.
4656 * elisp.texi (Top): Update subnode menu.
4657
46582006-08-16 Richard Stallman <rms@gnu.org>
4659
4660 * keymaps.texi (Extended Menu Items): Show format of cached
4661 bindings in extended menu items.
4662
4663 * customize.texi (Variable Definitions): Explain when the
4664 standard value expression is evaluated.
4665
46662006-08-15 Chong Yidong <cyd@stupidchicken.com>
4667
4668 * commands.texi (Reading One Event): Explain idleness in
4669 `read-event'.
4670
46712006-08-12 Chong Yidong <cyd@stupidchicken.com>
4672
4673 * text.texi (Near Point): Say "cursor" not "terminal cursor".
5dcb4c4e 4674 (Commands for Insertion): Remove split-line since it's not
b8d4c8d0
GM
4675 relevant for Lisp programming.
4676 (Yank Commands): Rewrite introduction.
4677 (Undo): Clarify.
4678 (Maintaining Undo): Clarify. Document undo-ask-before-discard.
4679 (Filling): Remove redundant comment. Clarify return value of
4680 current-justification.
4681 (Margins): Minor clarifications.
4682 (Adaptive Fill): Update default value of adaptive-fill-regexp.
4683 (Sorting): Update definition of sort-lines.
4684 (Columns): Clarify behavior of sort-columns.
4685 (Indent Tabs): Link to Tab Stops in Emacs manual.
4686 (Special Properties): Clarify.
4687 (Clickable Text): Mention Buttons package.
4688
46892006-08-12 Kevin Ryde <user42@zip.com.au>
4690
4691 * os.texi (Time Parsing): Add %z to description of
4692 format-time-string, as per docstring. Add cross reference to
4693 glibc manual for strftime.
4694
46952006-08-08 Richard Stallman <rms@gnu.org>
4696
4697 * modes.texi: Clean up wording in previous change.
4698
46992006-08-07 Chong Yidong <cyd@stupidchicken.com>
4700
4701 * modes.texi (Hooks): Clarify.
4702 (Major Mode Basics): Mention define-derived-mode explicitly.
4703 (Major Mode Conventions): Rebinding RET is OK for some modes.
4704 Mention change-major-mode-hook and after-change-major-mode-hook.
5dcb4c4e 4705 (Example Major Modes): Move to end of Modes section.
b8d4c8d0
GM
4706 (Mode Line Basics): Clarify.
4707 (Mode Line Data): Mention help-echo and local-map in strings.
4708 Explain reason for treatment of non-risky variables.
4709 (Properties in Mode): Clarify.
4710 (Faces for Font Lock): Add font-lock-negation-char-face.
4711
47122006-08-04 Eli Zaretskii <eliz@gnu.org>
4713
4714 * strings.texi (Formatting Strings): Warn against arbitrary
4715 strings as first arg to `format'.
4716
47172006-07-31 Thien-Thi Nguyen <ttn@gnu.org>
4718
4719 * text.texi (Clickable Text): Mention `help-echo' text property.
4720 Update intro, examples and associated explanations.
4721
47222006-07-31 Richard Stallman <rms@gnu.org>
4723
4724 * commands.texi: Update xrefs.
4725 (Event Mod): New node, cut out from old Translating Input.
4726
4727 * maps.texi: Update xrefs.
4728
4729 * keymaps.texi (Translation Keymaps): New node.
4730 Update xrefs from Translating Input to Translation Keymaps.
4731
4732 * elisp.texi (Top): Update subnode menu.
4733
4734 * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
4735
4736 * os.texi (System Interface): Fix menu descriptions of some nodes.
4737 (Translating Input): Node deleted.
4738
47392006-07-31 Nick Roberts <nickrob@snap.net.nz>
4740
4741 * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
4742
4743 * lists.texi (Sets And Lists): Likewise.
4744
47452006-07-30 Thien-Thi Nguyen <ttn@gnu.org>
4746
4747 * text.texi (Fields): Mention POS
4748 requirement when narrowing is in effect.
4749
47502006-07-28 Richard Stallman <rms@gnu.org>
4751
4752 * display.texi (Face Attributes): Simplify wording.
4753 (Attribute Functions): Clarify meaning of new-frame default
4754 attribute settings.
4755
4756 * customize.texi (Common Keywords): Document how to use
4757 :package-version in a package not in Emacs.
4758
47592006-07-28 Kim F. Storm <storm@cua.dk>
4760
4761 * commands.texi (Reading One Event): Fix last change.
4762
47632006-07-26 Chong Yidong <cyd@stupidchicken.com>
4764
4765 * commands.texi (Reading One Event): Document SECONDS argument for
4766 read-event, read-char, and read-char-exclusive.
4767
47682006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
4769
4770 * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
4771 to ensure correct identification.
4772
47732006-07-24 Richard Stallman <rms@gnu.org>
4774
4775 * text.texi (Clickable Text): Clarify.
4776
4777 * sequences.texi (Vector Functions): Delete duplicate xref.
4778
4779 * objects.texi (Function Type): Clarify.
4780
4781 * modes.texi (Keymaps and Minor Modes): List punct chars for minor
4782 modes.
4783
4784 * lists.texi (List Variables): New node.
4785 Material moved from other nodes.
4786
4787 * variables.texi (Setting Variables): add-to-list and
4788 add-to-ordered-list moved to List Variables node.
4789
47902006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
4791
4792 * text.texi (Links and Mouse-1):
4793 For mouse-on-link-p, expand on arg POS.
4794
47952006-07-21 Kim F. Storm <storm@cua.dk>
4796
4797 * display.texi (Forcing Redisplay): Don't mention systems which
4798 don't support sub-second timers for redisplay-preemption-period.
4799
4800 * os.texi (Terminal Output): Clarify text vs graphical terminal.
4801
48022006-07-21 Eli Zaretskii <eliz@gnu.org>
4803
4804 * frames.texi (Input Focus): Document that focus-follows-mouse has
4805 no effect on MS-Windows.
4806
48072006-07-18 Richard Stallman <rms@gnu.org>
4808
4809 * display.texi (Forcing Redisplay): Cleanups in previous change.
4810
4811 * processes.texi (Low-Level Network): Make menu more convenient.
4812
48132006-07-18 Kim F. Storm <storm@cua.dk>
4814
4815 * display.texi (Forcing Redisplay): redisplay-preemption-period
4816 only used on window systems. Add xref to Terminal Output.
4817
4818 * os.texi (Terminal Output): baud-rate only controls preemption on
4819 non-window systems. Add xref to Forcing Redisplay.
4820
4821 * processes.texi (Low-Level Network): Rename node "Make Network"
4822 to "Network Processes".
4823
48242006-07-18 Karl Berry <karl@gnu.org>
4825
4826 * variables.texi, functions.texi, customize.texi, loading.texi:
4827 * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
4828
48292006-07-17 Chong Yidong <cyd@stupidchicken.com>
4830
4831 * commands.texi (Waiting): Document batch-mode sit-for behavior.
4832
48332006-07-17 Richard Stallman <rms@gnu.org>
4834
4835 * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
4836 Put period and comma inside quotes.
4837
4838 * loading.texi, markers.texi: Use real doublequote inside menus.
4839
4840 * windows.texi: Put point and comma inside quotes.
4841 (Textual Scrolling): Use @samp for error message.
4842
4843 * variables.texi, tips.texi, syntax.texi, symbols.texi:
4844 * strings.texi, streams.texi, processes.texi, os.texi:
4845 * objects.texi, numbers.texi, modes.texi, minibuf.texi:
4846 * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
4847 * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
4848 * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
4849 Put point and comma inside quotes.
4850
4851 * control.texi (Processing of Errors): Add command-error-function.
4852
4853 * variables.texi (File Local Variables): Clarify that
4854 file local variables make buffer-local bindings.
4855
4856 * modes.texi (Syntactic Font Lock): Give default for
4857 font-lock-syntax-table.
4858
48592006-07-17 Nick Roberts <nickrob@snap.net.nz>
4860
4861 * text.texi (Special Properties): Clean up previous change.
4862
48632006-07-16 Karl Berry <karl@gnu.org>
4864
4865 * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
4866 * control.texi: Fix bad page breaks through chapter 10 (control).
4867
4868 * anti.texi (Antinews): Reorder face-attribute fns to avoid
4869 underfull hbox.
4870
48712006-07-15 Nick Roberts <nickrob@snap.net.nz>
4872
4873 * text.texi (Special Properties): Describe fontified text property
4874 in relation to a character (not text).
4875
48762006-07-15 Kim F. Storm <storm@cua.dk>
4877
4878 * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
4879 Add apropos-mode-map, custom-mode-map, esc-map, global-map,
4880 grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
4881
4882 * anti.texi (Antinews): Mention redisplay function.
4883 The kbd macro existed, but was not documented, before 22.x.
4884 Function pos-visible-in-window-p is not new in 22.x, just enhanced.
4885
48862006-07-14 Nick Roberts <nickrob@snap.net.nz>
4887
4888 * display.texi (Displaying Messages): Add anchor.
4889
4890 * frames.texi (Dialog Boxes): Use it.
4891
48922006-07-12 Richard Stallman <rms@gnu.org>
4893
4894 * objects.texi (Frame Type): Explain nature of frames better.
4895
4896 * frames.texi (Frames): Explain nature of frames better.
4897
48982006-07-12 Ken Manheimer <ken.manheimer@gmail.com>
4899
4900 * tips.texi (Coding Conventions): Explain why use cl at compile time.
4901
49022006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4903
4904 * frames.texi (Window System Selections): Mention scrap support for Mac.
4905 Default value of x-select-enable-clipboard is t on Mac.
4906
4907 * os.texi (Getting Out): Suspending is not allowed on Mac, either.
4908
49092006-07-11 Kim F. Storm <storm@cua.dk>
4910
4911 * display.texi (Forcing Redisplay): Add `redisplay' function.
4912 Don't mention (sit-for -1) -- use (redisplay t) instead.
4913
4914 * commands.texi (Waiting): (sit-for -1) is no longer special.
4915 (sit-for 0) is equivalent to (redisplay).
4916 Iconifying/deiconifying no longer makes sit-for return.
4917
49182006-07-10 Nick Roberts <nickrob@snap.net.nz>
4919
4920 * display.texi (Buttons): Fix typo.
4921
4922 * index.texi, elisp.texi (New Symbols): Comment node out.
4923
49242006-07-09 Richard Stallman <rms@gnu.org>
4925
4926 * display.texi (Truncation): Clean up previous change.
4927
49282006-07-08 Richard Stallman <rms@gnu.org>
4929
4930 * commands.texi (Interactive Call): Use 3 as prefix in example
4931 for execute-extended-command.
4932
4933 * display.texi (Attribute Functions): Move paragraph about
4934 compatibility with Emacs < 21.
4935
49362006-07-09 Kim F. Storm <storm@cua.dk>
4937
4938 * display.texi (Refresh Screen): Clarify force-window-update.
4939 (Truncation): "Normally" indicated by fringe arrows.
4940
49412006-07-08 Eli Zaretskii <eliz@gnu.org>
4942
4943 * windows.texi (Textual Scrolling, Resizing Windows):
4944 * variables.texi (Constant Variables):
4945 * text.texi (Buffer Contents, Deletion, Changing Properties)
4946 (Property Search, Special Properties, Sticky Properties)
4947 (Links and Mouse-1, Fields, Change Hooks):
4948 * syntax.texi (Syntax Table Functions, Parsing Expressions)
4949 (Categories):
4950 * symbols.texi (Other Plists):
4951 * streams.texi (Output Variables):
4952 * processes.texi (Input to Processes, Query Before Exit):
4953 * positions.texi (Word Motion, Text Lines, List Motion):
4954 * os.texi (Init File, System Environment, Sound Output)
4955 (Session Management):
4956 * nonascii.texi (Text Representations, Character Sets)
4957 (Chars and Bytes, Locales):
4958 * modes.texi (Defining Minor Modes, Header Lines):
4959 * minibuf.texi (Minibuffer Contents):
4960 * markers.texi (Information from Markers):
4961 * lists.texi (List Elements, Building Lists, Association Lists):
4962 * keymaps.texi (Tool Bar):
4963 * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
4964 * functions.texi (What Is a Function, Mapping Functions):
4965 * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
4966 (Color Names, Text Terminal Colors, Display Feature Testing):
4967 * files.texi (Visiting Functions, File Name Components)
4968 (Unique File Names, Contents of Directories):
4969 * display.texi (Forcing Redisplay, Displaying Messages)
4970 (Temporary Displays, Font Selection, Auto Faces)
4971 (Font Lookup, Fringe Indicators, Display Margins)
4972 (Image Descriptors, Showing Images, Image Cache, Button Types)
4973 (Making Buttons, Manipulating Buttons, Button Buffer Commands)
4974 (Display Table Format, Glyphs):
4975 * control.texi (Iteration):
4976 * commands.texi (Command Loop Info, Adjusting Point):
4977 * backups.texi (Making Backups, Auto-Saving):
4978 Remove @tindex entries.
4979
49802006-07-07 Kim F. Storm <storm@cua.dk>
4981
4982 * display.texi (Fringe Cursors): Fix typo.
4983 (Customizing Bitmaps): Fix define-fringe-bitmap entry.
4984 (Overlay Arrow): Default is overlay-arrow fringe indicator.
4985
49862006-07-05 Richard Stallman <rms@gnu.org>
4987
4988 * text.texi (Buffer Contents): Add example of text props
4989 in result of buffer-substring.
4990 (Text Properties): Explain better about use of specific property names.
4991 (Property Search): Some cleanups; reorder some functions.
4992
4993 * keymaps.texi (Changing Key Bindings): Cleanup.
4994 Add xref to Key Binding Conventions.
4995
4996 * display.texi (Attribute Functions): Add examples for
4997 face-attribute-relative-p.
4998
4999 * tips.texi (Coding Conventions): Cleanup last change.
5000
50012006-07-05 Karl Berry <karl@gnu.org>
5002
5003 * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
5004 Remove @setchapternewpage odd.
5005 Result is 1013 pages, down from 1100.
5006
5007 * anti.texi, customize.texi, display.texi, internals.texi:
5008 * minibuf.texi, modes.texi, tips.texi:
5009 Fix overfull/underfull boxes.
5010
50112006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
5012
5013 * edebug.texi (Instrumenting):
5014 Add Edebug-specific findex for eval-buffer.
5015 * loading.texi (Loading):
5016 Replace eval-current-buffer with eval-buffer.
5017
50182006-06-30 Nick Roberts <nickrob@snap.net.nz>
5019
5020 * locals.texi (Standard Buffer-Local Variables): Update the list
5021 of variables.
5022
50232006-06-26 Nick Roberts <nickrob@snap.net.nz>
5024
5025 * files.texi (File Name Completion): Point user to the node
5026 "Reading File Names".
5027
50282006-06-24 Eli Zaretskii <eliz@gnu.org>
5029
5030 * files.texi (Contents of Directories): Document case-insensitive
5031 behavior on respective filesystems.
5032
5033 * objects.texi (Character Type): Document that Emacs signals an
5034 error for unsupported Unicode characters specified as \uNNNN.
5035
50362006-06-19 Richard Stallman <rms@gnu.org>
5037
5038 * processes.texi (Bindat Spec): Clarify previous change.
5039
50402006-06-16 Richard Stallman <rms@gnu.org>
5041
5042 * tips.texi (Coding Conventions): Better explain conventions
5043 for definition constructs.
5044
5045 * text.texi (Special Properties): String value of `read-only'
5046 serves as the error message.
5047
5048 * objects.texi (Character Type): Clarify prev. change.
5049 (Non-ASCII in Strings): Mention \u and \U.
5050
5051 * commands.texi (Using Interactive): Explain problem of
5052 markers, etc., in command-history.
5053
50542006-06-14 Kim F. Storm <storm@cua.dk>
5055
5056 * commands.texi (Waiting): Negative arg to sit-for forces
5057 redisplay even if input is pending.
5058
5059 * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
5060 redisplay. Remove incorrect example of binding redisplay-dont-pause
5061 around (sit-for 0).
5062
50632006-06-13 Richard Stallman <rms@gnu.org>
5064
5065 * display.texi (Forcing Redisplay): Clarify previous change.
5066
50672006-06-13 Romain Francoise <romain@orebokech.com>
5068
5069 * display.texi (Forcing Redisplay): Fix typo.
5070
50712006-06-13 Kim F. Storm <storm@cua.dk>
5072
5073 * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
5074
50752006-06-10 Luc Teirlinck <teirllm@auburn.edu>
5076
5077 * tips.texi (Coding Conventions): Add `@end itemize'.
5078
50792006-06-10 Richard Stallman <rms@gnu.org>
5080
5081 * tips.texi (Coding Conventions): Explain use of coding systems
5082 to ensure one decoding for strings.
5083
50842006-06-09 Aidan Kehoe <kehoea@parhasard.net>
5085
5086 * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
5087 syntax.
5088
50892006-06-07 Eli Zaretskii <eliz@gnu.org>
5090
5091 * display.texi (Font Selection): Remove description of
5092 clear-face-cache.
5093
5094 * compile.texi (Eval During Compile): Fix a typo. Add index
5095 entries for possible uses of eval-when-compile.
5096
50972006-06-04 Thien-Thi Nguyen <ttn@gnu.org>
5098
5099 * display.texi (Abstract Display): Fix typo.
5100
51012006-06-03 Eli Zaretskii <eliz@gnu.org>
5102
5103 * minibuf.texi (Minibuffer History) <history-add-new-input>:
5104 Reword variable's description.
5105
51062006-06-01 Richard Stallman <rms@gnu.org>
5107
5108 * windows.texi (Splitting Windows): Clarify splitting nonselected
5109 window.
5110
51112006-05-31 Juri Linkov <juri@jurta.org>
5112
5113 * minibuf.texi (Minibuffer History): Add history-add-new-input.
5114
51152006-05-30 Richard Stallman <rms@gnu.org>
5116
5117 * display.texi (Line Height): Fix errors in description of
10d1d0af 5118 default line height and line-height property.
b8d4c8d0
GM
5119
5120 * nonascii.texi (Default Coding Systems): Further clarification.
5121
51222006-05-29 Luc Teirlinck <teirllm@auburn.edu>
5123
5124 * internals.texi (Pure Storage): Mention that an overflow in pure
5125 space causes a memory leak.
5126 (Garbage Collection): If there was an overflow in pure space,
5127 `garbage-collect' returns nil.
5128
51292006-05-30 Eli Zaretskii <eliz@gnu.org>
5130
5131 * nonascii.texi (Default Coding Systems): Fix it some more.
5132
51332006-05-29 Eli Zaretskii <eliz@gnu.org>
5134
5135 * nonascii.texi (Default Coding Systems): Fix last change.
5136
51372006-05-29 Kenichi Handa <handa@m17n.org>
5138
5139 * nonascii.texi (find-operation-coding-system): Describe the new
5140 argument format (FILENAME . BUFFER).
5141
51422006-05-28 Richard Stallman <rms@gnu.org>
5143
5144 * tips.texi (Coding Conventions): Better explain reasons not to
5145 advise other packages or use `eval-after-load'.
5146
51472006-05-29 Kim F. Storm <storm@cua.dk>
5148
5149 * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
5150 `bindat-idx' and `bindat-raw' for clarity.
5151
51522006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
5153
5154 * processes.texi (Bindat Spec): Expand on `repeat' handler.
5155
5156 * display.texi (Display): Add "Abstract Display" to menu.
5157 (Abstract Display, Abstract Display Functions)
5158 (Abstract Display Example): New nodes.
5159 * elisp.texi (Top): Add "Abstract Display" to menu.
5160
51612006-05-27 Chong Yidong <cyd@stupidchicken.com>
5162
5163 * keymaps.texi (Key Sequences): Link to input events definition.
5164 (Format of Keymaps): Delete material duplicated in Keymap Basics.
5165
5166 * files.texi (Changing Files): Document updated argument list for
5167 copy-file.
5168
51692006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
5170
5171 * processes.texi (Bindat Functions): Explain term "total length".
5172 Use it in bindat-length and bindat-pack descriptions.
5173
51742006-05-26 Eli Zaretskii <eliz@gnu.org>
5175
5176 * tips.texi (Coding Conventions): Advise against using
5177 eval-after-load in packages. Add an index entry.
5178
51792006-05-25 Juri Linkov <juri@jurta.org>
5180
5181 * minibuf.texi (Text from Minibuffer): Undocument keep-all.
5182
5183 * modes.texi (%-Constructs): Add %e, %z, %Z.
5184
51852006-05-25 Richard Stallman <rms@gnu.org>
5186
5187 * elisp.texi (Top): Update subnode menu.
5188
5189 * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
5190 (Keymaps): Update menu.
5191
51922006-05-25 Chong Yidong <cyd@stupidchicken.com>
5193
5194 * keymaps.texi (Key Sequences): Some clarifications.
5195
51962006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
5197
5198 * processes.texi (Bindat Functions): Say "unibyte string"
5199 explicitly for bindat-unpack and bindat-pack descriptions.
5200 (Bindat Examples): Don't call `string-make-unibyte' in example.
5201
52022006-05-25 Chong Yidong <cyd@stupidchicken.com>
5203
5dcb4c4e 5204 * keymaps.texi (Key Sequences): Rename from Keymap Terminology.
c5602427 5205 Explain string and vector representations of key sequences.
b8d4c8d0
GM
5206
5207 * keymaps.texi (Changing Key Bindings):
dd7b651b 5208 * commands.texi (Interactive Codes):
b8d4c8d0
GM
5209 * help.texi (Describing Characters): Refer to it.
5210
52112006-05-23 Luc Teirlinck <teirllm@auburn.edu>
5212
5213 * frames.texi (Pointer Shape): @end table -> @end defvar.
5214
52152006-05-22 Richard Stallman <rms@gnu.org>
5216
5217 * elisp.texi (Top): Update subnode menus.
5218
5219 * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
5220 Contents rewritten; material from old Pointer Shape node moved here.
5221
5222 * display.texi (Pointer Shape): Node deleted.
5223 (Image Descriptors): Minor cleanup.
5224
52252006-05-21 Richard Stallman <rms@gnu.org>
5226
5227 * syntax.texi (Parsing Expressions): Update info on which STATE
5228 elements are ignored.
5229
52302006-05-19 Luc Teirlinck <teirllm@auburn.edu>
5231
5232 * hooks.texi (Standard Hooks): Correct typo.
5233
5234 * gpl.texi (GPL): ifinfo -> ifnottex.
5235
52362006-05-19 Michael Ernst <mernst@alum.mit.edu> (tiny change)
5237
5238 * searching.texi (Simple Match Data): Warn about match data being
5239 set anew by every search.
5240
52412006-05-17 Richard Stallman <rms@gnu.org>
5242
5243 * minibuf.texi (Minibuffer History): Clarify.
5244
5245 * searching.texi (Regexp Special): Clarify nested regexp warning.
5246
52472006-05-16 Kim F. Storm <storm@cua.dk>
5248
5249 * minibuf.texi (Minibuffer History): Update add-to-history.
5250
52512006-05-15 Oliver Scholz <epameinondas@gmx.de> (tiny change)
5252
5dcb4c4e
SM
5253 * nonascii.texi (Explicit Encoding):
5254 Fix typo (encoding<->decoding).
b8d4c8d0
GM
5255
52562006-05-14 Richard Stallman <rms@gnu.org>
5257
5258 * buffers.texi (Creating Buffers): Cleanup.
5259
5260 * files.texi (Visiting Functions): Rewrite in find-file-noselect.
5261
52622006-05-13 Eli Zaretskii <eliz@gnu.org>
5263
5264 * buffers.texi (Current Buffer): Document that with-temp-buffer
5265 disables undo.
5266
5267 * os.texi (Terminal-Specific): More accurate description of how
5268 Emacs searches for the terminal-specific libraries.
5269
52702006-05-12 Eli Zaretskii <eliz@gnu.org>
5271
5272 * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
5273 emacs-xtra to @inforef's.
5274
5275 * text.texi (Undo): Document that undo is turned off in buffers
5276 whose names begin with a space.
5277
5278 * buffers.texi (Buffer Names): Add index entries for buffers whose
5279 names begin with a space.
5280 (Creating Buffers): Document that undo is turned off in buffers
5281 whose names begin with a space.
5282
5283 * files.texi (Visiting Functions, Reading from Files)
5284 (Saving Buffers): Mention code and EOL conversions by file I/O
5285 primitives and subroutines.
5286
f4e90db0
SM
5287 * nonascii.texi (Lisp and Coding Systems):
5288 Document coding-system-eol-type. Add index entries for eol conversion.
b8d4c8d0
GM
5289
5290 * display.texi (Defining Faces): Mention `mac', and add an xref to
5291 where window-system is described.
5292
52932006-05-10 Richard Stallman <rms@gnu.org>
5294
5295 * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
5296
52972006-05-10 Reiner Steib <Reiner.Steib@gmx.de>
5298
5299 * variables.texi (File Local Variables): Recommend to quote lambda
5300 expressions in safe-local-variable property.
5301
53022006-05-09 Richard Stallman <rms@gnu.org>
5303
5dcb4c4e
SM
5304 * variables.texi (File Local Variables):
5305 Document safe-local-eval-forms and safe-local-eval-function.
b8d4c8d0
GM
5306
53072006-05-07 Kim F. Storm <storm@cua.dk>
5308
5309 * minibuf.texi (Minibuffer History): Remove keep-dups arg
5310 from add-to-history.
5311
53122006-05-07 Romain Francoise <romain@orebokech.com>
5313
5314 * commands.texi (Event Input Misc):
5315 * compile.texi (Eval During Compile):
5316 * internals.texi (Buffer Internals):
5317 * minibuf.texi (Initial Input):
5318 * nonascii.texi (Scanning Charsets):
5319 * numbers.texi (Comparison of Numbers):
5320 * windows.texi (Textual Scrolling, Vertical Scrolling):
5321 Fix various typos.
5322
53232006-05-06 Eli Zaretskii <eliz@gnu.org>
5324
5325 * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
5326 conditional xref's to either emacs or emacs-xtra, depending on
5327 @iftex/@ifnottex.
5328
5329 * minibuf.texi (Minibuffer History): Document add-to-history.
5330
53312006-05-05 Eli Zaretskii <eliz@gnu.org>
5332
5333 * internals.texi (Pure Storage): Mention the pure overflow message
5334 at startup.
5335
c8763fb6 53362006-05-05 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
5337
5338 * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
5339 (Searching Keymaps): Fix pseudo-Lisp description of keymap
5340 search.
5341
53422006-05-01 Richard Stallman <rms@gnu.org>
5343
5344 * intro.texi (nil and t): Clarify.
5345
5346 * variables.texi (File Local Variables): Suggest using booleanp.
5347
53482006-05-01 Juanma Barranquero <lekktu@gmail.com>
5349
5350 * objects.texi (Type Predicates): Fix typos.
5351
53522006-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
5353
5354 * intro.texi (nil and t): Add booleanp.
5355
5356 * objects.texi (Type Predicates): Add links for booleanp and
5357 string-or-null-p.
5358
53592006-04-29 Richard Stallman <rms@gnu.org>
5360
5361 * modes.texi (Multiline Font Lock): Rename from
5362 Multi line Font Lock Elements. Much clarification.
5363 (Font Lock Multiline, Region to Fontify): Much clarification.
5364
53652006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
5366
5367 * variables.texi (File Local Variables): Remove the special case t for
5368 safe-local-variable.
5369
53702006-04-26 Richard Stallman <rms@gnu.org>
5371
5372 * syntax.texi (Parsing Expressions): Minor cleanup.
5373
53742006-04-18 Richard Stallman <rms@gnu.org>
5375
5376 * tips.texi (Coding Conventions): Explain when the package's
5377 prefix should appear later on (not at the start of the name).
5378
5379 * searching.texi (String Search): Clarify effect of NOERROR.
5380
5381 * modes.texi (Imenu): Clarify what special items do.
5382
5383 * hooks.texi (Standard Hooks): Delete text about old hook names.
5384
53852006-04-17 Romain Francoise <romain@orebokech.com>
5386
5387 * variables.texi (Local Variables): Update the default value of
5388 `max-specpdl-size'.
5389
53902006-04-15 Michael Olson <mwolson@gnu.org>
5391
5392 * processes.texi (Transaction Queues): Mention the new optional
5393 `delay-question' argument for `tq-enqueue'.
5394
53952006-04-13 Bill Wohler <wohler@newt.com>
5396
5397 * customize.texi (Common Keywords): Use dotted notation for
5398 :package-version value. Specify its values. Improve documentation
5399 for customize-package-emacs-version-alist.
5400
54012006-04-12 Bill Wohler <wohler@newt.com>
5402
5403 * customize.texi (Common Keywords): Move description of
5404 customize-package-emacs-version-alist to @defvar.
5405
54062006-04-10 Bill Wohler <wohler@newt.com>
5407
5408 * customize.texi (Common Keywords): Add :package-version.
5409
54102006-04-10 Kim F. Storm <storm@cua.dk>
5411
5412 * text.texi (Buffer Contents): Add NOPROPS arg to
5413 filter-buffer-substring.
5414
54152006-04-08 Kevin Ryde <user42@zip.com.au>
5416
5417 * os.texi (Command-Line Arguments): Update xref to emacs manual
5418 "Command Arguments" -> "Emacs Invocation", per change there.
5419
54202006-04-08 Thien-Thi Nguyen <ttn@gnu.org>
5421
5422 * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
5423 be on one line to help makeinfo not render two spaces after the dot.
5424
54252006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
5426
5427 * strings.texi (Predicates for Strings): Add string-or-null-p.
5428
54292006-03-28 Kim F. Storm <storm@cua.dk>
5430
5431 * processes.texi (Accepting Output): Remove obsolete (and incorrect)
5432 remarks about systems that don't support fractional seconds.
5433
54342006-03-25 Karl Berry <karl@gnu.org>
5435
5436 * elisp.texi: Use @copyright{} instead of (C), and do not indent
5437 the year list.
5438
54392006-03-21 Nick Roberts <nickrob@snap.net.nz>
5440
5441 * display.texi (Fringe Indicators): Fix typos.
5442
54432006-03-19 Luc Teirlinck <teirllm@auburn.edu>
5444
5445 * tips.texi (Documentation Tips): One can now also write `program'
5446 in front of a quoted symbol in a docstring to prevent making a
5447 hyperlink.
5448
54492006-03-19 Alan Mackenzie <acm@muc.de>
5450
5451 * text.texi (Special Properties): Clarify `fontified' property.
5452
54532006-03-16 Richard Stallman <rms@gnu.org>
5454
5455 * display.texi (Defining Images): Minor cleanup.
5456
54572006-03-16 Bill Wohler <wohler@newt.com>
5458
5459 * display.texi (Defining Images): In image-load-path-for-library,
5460 prefer user's images.
5461
54622006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
5463
5464 * modes.texi (Region to Fontify): Remove font-lock-lines-before.
5465
54662006-03-15 Bill Wohler <wohler@newt.com>
5467
5468 * display.texi (Defining Images): Fix example in
5469 image-load-path-for-library by not recommending that one binds
5470 image-load-path. Just defvar it to placate compiler and only use
5471 it if previously defined.
5472
54732006-03-14 Bill Wohler <wohler@newt.com>
5474
5475 * display.texi (Defining Images): In image-load-path-for-library,
5476 always return list of directories. Update example.
5477
54782006-03-14 Alan Mackenzie <acm@muc.de>
5479
5480 * modes.texi: New node, "Region to Fontify" (for Font Lock).
5481 This describes font-lock-extend-region-function.
5482 ("Other Font Lock Variables"): Move "font-lock-lines-before" to
5483 the new node "Region to Fontify".
5484
54852006-03-13 Richard Stallman <rms@gnu.org>
5486
5487 * display.texi (Invisible Text): The impossible position is
5488 now before the invisible text, not after.
5489 (Defining Images): Clean up last change.
5490
54912006-03-11 Bill Wohler <wohler@newt.com>
5492
5493 * display.texi (Defining Images): Add image-load-path-for-library.
5494
54952006-03-11 Luc Teirlinck <teirllm@auburn.edu>
5496
5497 * text.texi (Adaptive Fill): Fix Texinfo usage.
5498
5499 * strings.texi (Creating Strings): Fix Texinfo usage.
5500
5501 * searching.texi (Regexp Special): Use @samp for regular
5502 expressions that are not in Lisp syntax.
5503
55042006-03-08 Luc Teirlinck <teirllm@auburn.edu>
5505
5506 * searching.texi (Regexp Special): Put remark between parentheses
5507 to avoid misreading.
5508
55092006-03-07 Luc Teirlinck <teirllm@auburn.edu>
5510
5511 * searching.texi (Syntax of Regexps): More accurately describe
5512 which characters are special in which situations.
5513 (Regexp Special): Recommend _not_ to quote `]' or `-' when they
5514 are not special. Describe in detail when `[' and `]' are special.
5515 (Regexp Backslash): Plenty of regexps with unbalanced square
5516 brackets are valid, so reword that statement.
5517
55182006-03-02 Kim F. Storm <storm@cua.dk>
5519
5520 * keymaps.texi (Tool Bar): Add tool-bar-border.
5521
55222006-02-28 Luc Teirlinck <teirllm@auburn.edu>
5523
5524 * loading.texi (Load Suffixes): Rephrase last paragraph. Fix typos.
5525
55262006-02-27 Luc Teirlinck <teirllm@auburn.edu>
5527
5528 * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
5529
5530 * files.texi (Locating Files): Suggest additional values for the
5531 SUFFIXES arg of `locate-file'. Update pxref.
5532
5533 * loading.texi (Loading): Include new node "Load Suffixes" in menu.
5534 (How Programs Do Loading): Discuss the effects of Auto Compression
5535 mode on `load'.
5536 (Load Suffixes): New node.
5537 (Library Search): Delete description of `load-suffixes'; it was
5538 moved to "Load Suffixes".
5539 (Autoload, Named Features): Mention `load-suffixes'.
5540
55412006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
5542
5543 * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
5544
5545 * windows.texi (Window Tree): Fix typo.
5546
55472006-02-20 Kim F. Storm <storm@cua.dk>
5548
5549 * display.texi (Fringe Indicators): New section.
5550 Move indicate-empty-lines, indicate-buffer-boundaries, and
5551 default-indicate-buffer-boundaries here.
5552 Add fringe-indicator-alist and default-fringes-indicator-alist.
5553 Add list of logical fringe indicator symbols.
5554 Update list of standard bitmap names.
5555 (Fringe Cursors): New section.
5556 Move overflow-newline-into-fringe here.
5557 Add fringe-cursor-alist and default-fringes-cursor-alist.
5558 Add list of fringe cursor symbols.
5559
55602006-02-20 Juanma Barranquero <lekktu@gmail.com>
5561
5562 * commands.texi (Using Interactive): Fix reference to node
5563 "Minibuffers".
5564
55652006-02-19 Richard M. Stallman <rms@gnu.org>
5566
5567 * minibuf.texi (High-Level Completion):
5568 Add xref to read-input-method-name.
5569
5570 * files.texi (Relative File Names): Move file-relative-name here.
5571 (File Name Expansion): From here. Minor clarifications.
5572
5573 * commands.texi (Using Interactive): Add xrefs about reading input.
5574 Clarify remarks about that moving point and mark.
5575 Put string case before list case.
5576
c8763fb6 55772006-02-16 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
5578
5579 * display.texi (Other Display Specs, Image Descriptors):
5580 Revert erroneous changes. The previous description of
5581 image-descriptors as `(image . PROPS)' was correct.
5582
55832006-02-14 Richard M. Stallman <rms@gnu.org>
5584
5585 * variables.texi (File Local Variables): Clarifications.
5586
55872006-02-14 Juanma Barranquero <lekktu@gmail.com>
5588
5589 * variables.texi (File Local Variables): Use @code for a cons
5590 cell, not @var.
5591
55922006-02-13 Chong Yidong <cyd@stupidchicken.com>
5593
5594 * variables.texi (File Local Variables): Document new file local
5595 variable behavior.
5596
55972006-02-10 Kim F. Storm <storm@cua.dk>
5598
5599 * eval.texi (Function Indirection): Add NOERROR to indirect-function.
5600
56012006-02-08 Juanma Barranquero <lekktu@gmail.com>
5602
5603 * modes.texi (%-Constructs): Remove obsolete info about
5604 `global-mode-string'.
5605
56062006-02-07 Richard M. Stallman <rms@gnu.org>
5607
5608 * commands.texi (Prefix Command Arguments): Minor cleanup.
5609
5610 * display.texi: "Graphical display", not window system.
5611
5612 * functions.texi (What Is a Function): Fix xref.
5613
5614 * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
5615 (Changing Key Bindings): Clarify when remapping is better than
5616 substitute-key-definition.
5617
56182006-02-02 Richard M. Stallman <rms@gnu.org>
5619
5620 * minibuf.texi (Basic Completion): Completion alists are risky.
5621
5622 * keymaps.texi (Active Keymaps): Clarifications.
5623 (Searching Keymaps): New node.
5624 (Keymaps): Update menu.
5625
5626 * frames.texi (Layout Parameters): Minor clarification.
5627 (Drag and Drop): New node.
5628 (Frames): Update menu.
5629
56302006-01-29 Chong Yidong <cyd@stupidchicken.com>
5631
5632 * display.texi (Other Display Specs, Image Descriptors):
5633 Image description is a list, not a cons cell.
5634
56352006-01-28 Luc Teirlinck <teirllm@auburn.edu>
5636
5637 * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
5638 list is not necessarily a list).
5639
56402006-01-27 Eli Zaretskii <eliz@gnu.org>
5641
5642 * frames.texi (Layout Parameters): border-width and
5643 internal-border-width belong to the frame, not the window.
5644
56452006-01-19 Richard M. Stallman <rms@gnu.org>
5646
5647 * nonascii.texi (Translation of Characters): Search cmds use
5648 translation-table-for-input. Automatically made local.
5649
5650 * markers.texi (Overview of Markers): Count insertion type
5651 as one of a marker's attributes.
5652
5653 * keymaps.texi (Controlling Active Maps): New node, split out of
5654 Active Keymaps.
5655 (Keymaps): Menu updated.
5656 (Active Keymaps): Give pseudocode to explain how the active
5657 maps are searched. current-active-maps and key-binding moved here.
5658 (Functions for Key Lookup): current-active-maps and key-binding moved.
5659 Clarifications.
5660 (Searching the Keymaps): New subnode.
5661
5662 * elisp.texi (Top): Menu clarification.
5663
5664 * display.texi (Other Display Specs): Delete duplicate entry for
5665 just a string as display spec. Move text about recursive display
5666 specs on such a string.
5667
5668 * commands.texi (Key Sequence Input): Clarify.
5669 Move num-nonmacro-input-events out.
5670 (Reading One Event): num-nonmacro-input-events moved here.
5671
56722006-01-14 Nick Roberts <nickrob@snap.net.nz>
5673
5674 * advice.texi (Simple Advice): Update example to fit argument
5675 change in previous-line.
5676
56772006-01-05 Richard M. Stallman <rms@gnu.org>
5678
5679 * markers.texi (The Mark): Fix in `mark'.
5680
56812006-01-04 Richard M. Stallman <rms@gnu.org>
5682
5683 * processes.texi (Misc Network, Make Network): Minor cleanups.
5684
56852006-01-04 Kim F. Storm <storm@cua.dk>
5686
5687 * processes.texi (Make Network): Add IPv6 addresses and handling.
5688 (Network Feature Testing): Mention (:family ipv6).
5689 (Misc Network): Add IPv6 formats to format-network-address.
5690
56912005-12-30 Richard M. Stallman <rms@gnu.org>
5692
5693 * text.texi (Changing Properties):
5694 Don't use return value of set-text-properties.
5695
56962005-12-29 Luc Teirlinck <teirllm@auburn.edu>
5697
5698 * modes.texi (Mode Line Format): Correct typo in menu.
5699
57002005-12-29 Richard M. Stallman <rms@gnu.org>
5701
5702 * modes.texi (Mode Line Top): New node.
5703 (Mode Line Data): Some text moved to new node.
5704 Explain the data structure more concretely.
5705 (Mode Line Basics): Clarifications.
5706 (Mode Line Variables): Clarify intro paragraph.
5707 (%-Constructs): Clarify intro paragraph.
5708 (Mode Line Format): Update menu.
5709
57102005-12-28 Luc Teirlinck <teirllm@auburn.edu>
5711
5712 * minibuf.texi (Basic Completion): Update lazy-completion-table
5713 examples for removal of ARGS argument.
5714
57152005-12-23 Richard M. Stallman <rms@gnu.org>
5716
5717 * text.texi (Undo): Restore some explanation from the version
5718 that was deleted.
5719
57202005-12-23 Eli Zaretskii <eliz@gnu.org>
5721
5722 * text.texi (Undo): Remove duplicate descriptions of `apply
5723 funname' and `apply delta' elements of the undo list.
5724
57252005-12-20 Richard M. Stallman <rms@gnu.org>
5726
5727 * help.texi (Help Functions): Update documentation of `apropos'.
5728
57292005-12-20 Luc Teirlinck <teirllm@auburn.edu>
5730
5731 * customize.texi (Type Keywords): Delete xref to "Text help-echo",
5732 because it is confusing. If the :help-echo keyword is a function,
5733 it is not directly used as the :help-echo overlay property, as the
5734 xref seems to suggest (it does not take the appropriate args).
5735
57362005-12-19 Luc Teirlinck <teirllm@auburn.edu>
5737
5738 * customize.texi (Common Keywords): Fix Texinfo usage.
5739 (Group Definitions, Variable Definitions): Update for new
5740 conventions for using `*' in docstrings.
5741
5742 * tips.texi (Documentation Tips): Update for new conventions for
5743 using `*' in docstrings.
5744
57452005-12-16 Richard M. Stallman <rms@gnu.org>
5746
5747 * minibuf.texi (Minibuffer Contents): Minor cleanup.
5748
57492005-12-16 Juri Linkov <juri@jurta.org>
5750
5751 * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
5752
57532005-12-14 Romain Francoise <romain@orebokech.com>
5754
5755 * modes.texi (Customizing Keywords): Rename `append' to `how'.
5756 Fix typo.
5757
57582005-12-11 Juri Linkov <juri@jurta.org>
5759
5760 * minibuf.texi (Completion Commands): Add mention of read-file-name
5761 for filename completion keymaps.
5762 (Reading File Names): Add mention of filename completion keymaps
5763 for read-file-name and xref to `Completion Commands'.
5764
57652005-12-10 Richard M. Stallman <rms@gnu.org>
5766
5767 * customize.texi (Common Keywords): State caveats for use of :tag.
5768
57692005-12-08 Richard M. Stallman <rms@gnu.org>
5770
5771 * minibuf.texi (Intro to Minibuffers): Replace list of local maps
5772 with xrefs and better explanation.
5773 (Completion Commands): Add the filename completion maps.
5774
5775 * objects.texi (Character Type): Clarify that \s is not space
5776 if a dash follows.
5777
57782005-12-05 Richard M. Stallman <rms@gnu.org>
5779
5780 * windows.texi (Resizing Windows): Delete preserve-before args.
5781
57822005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
5783
5784 * keymaps.texi (Format of Keymaps): Remove mention of a quirk
5785 in full keymaps, since the quirk has been fixed.
5786
57872005-12-03 Eli Zaretskii <eliz@gnu.org>
5788
5dcb4c4e
SM
5789 * hooks.texi (Standard Hooks): Add index entries.
5790 Mention `compilation-finish-functions'.
b8d4c8d0
GM
5791
57922005-11-27 Richard M. Stallman <rms@gnu.org>
5793
5794 * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
5795
57962005-11-21 Juri Linkov <juri@jurta.org>
5797
5798 * customize.texi (Common Keywords): Update links types
5799 custom-manual and url-link. Add link types emacs-library-link,
5800 file-link, function-link, variable-link, custom-group-link.
5801
58022005-11-20 Chong Yidong <cyd@stupidchicken.com>
5803
5804 * display.texi: Revert 2005-11-20 change.
5805
58062005-11-20 Thien-Thi Nguyen <ttn@gnu.org>
5807
5808 * processes.texi (Bindat Functions):
5809 Say "third" to refer to zero-based index "2".
5810
58112005-11-18 Luc Teirlinck <teirllm@auburn.edu>
5812
5813 * loading.texi (Library Search): Update the default value of
5814 `load-suffixes'.
5815
58162005-11-17 Chong Yidong <cyd@stupidchicken.com>
5817
5818 * display.texi (Attribute Functions): Mention :ignore-defface.
5819
58202005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
5821
5822 * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
5823 (Minor Mode Conventions): Mention the use of a hook.
5824
58252005-11-06 Richard M. Stallman <rms@gnu.org>
5826
5827 * files.texi (Magic File Names): find-file-name-handler checks the
5828 `operations' property of the handler.
5829
58302005-11-03 Richard M. Stallman <rms@gnu.org>
5831
5832 * variables.texi (Frame-Local Variables): Small clarification.
5833
58342005-10-29 Chong Yidong <cyd@stupidchicken.com>
5835
5836 * os.texi (Init File): Document ~/.emacs.d/init.el.
5837
58382005-10-29 Richard M. Stallman <rms@gnu.org>
5839
5840 * internals.texi (Garbage Collection): Document memory-full.
5841
58422005-10-28 Bill Wohler <wohler@newt.com>
5843
5844 * tips.texi (Documentation Tips): Help mode now creates hyperlinks
5845 for URLs.
5846
58472005-10-28 Richard M. Stallman <rms@gnu.org>
5848
5849 * minibuf.texi (Completion Commands): Clean up prev change.
5850
58512005-10-26 Kevin Ryde <user42@zip.com.au>
5852
5853 * compile.texi (Eval During Compile): Explain recommended uses
5854 of eval-when-compile and eval-and-compile.
5855
58562005-10-27 Masatake YAMATO <jet@gyve.org>
5857
5858 * minibuf.texi (Completion Commands):
5859 Write about new optional argument for `display-completion-list'.
5860
58612005-10-23 Richard M. Stallman <rms@gnu.org>
5862
5863 * display.texi (Overlay Arrow): Clarify about local bindings of
5864 overlay-arrow-position.
5865
58662005-10-22 Eli Zaretskii <eliz@gnu.org>
5867
5868 * internals.texi (Building Emacs): Fix last change.
5869
58702005-10-22 Richard M. Stallman <rms@gnu.org>
5871
5872 * internals.texi (Building Emacs): Document eval-at-startup.
5873
58742005-10-21 Richard M. Stallman <rms@gnu.org>
5875
5876 * loading.texi (Where Defined): load-history contains abs file names.
5877 symbol-file returns abs file names.
5878
58792005-10-19 Kim F. Storm <storm@cua.dk>
5880
5881 * display.texi (Showing Images): Add max-image-size integer value.
5882
58832005-10-18 Chong Yidong <cyd@stupidchicken.com>
5884
5885 * display.texi (Showing Images): Document max-image-size.
5886
58872005-10-17 Richard M. Stallman <rms@gnu.org>
5888
5889 * commands.texi (Quitting): Minor clarification.
5890
5891 * processes.texi (Sentinels): Clarify about output and quitting.
5892 (Filter Functions): Mention with-local-quit.
5893
58942005-10-17 Juri Linkov <juri@jurta.org>
5895
5896 * buffers.texi (Current Buffer):
5897 * commands.texi (Event Input Misc):
5898 * compile.texi (Eval During Compile, Compiler Errors):
5899 * customize.texi (Group Definitions):
5900 * display.texi (Progress, Defining Faces):
5901 * files.texi (Writing to Files):
5902 * modes.texi (Mode Hooks, Defining Minor Modes):
5903 * streams.texi (Output Functions):
5904 * syntax.texi (Syntax Table Functions):
5905 * text.texi (Change Hooks):
5906 Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
5907
5908 * commands.texi (Quitting): Replace arg `forms' with `body' in
5909 `with-local-quit'.
5910
5911 * positions.texi (Excursions): Replace arg `forms' with `body' in
5912 `save-excursion'.
5913
59142005-10-08 Kim F. Storm <storm@cua.dk>
5915
5916 * windows.texi (Window Tree): Rename window-split-tree to window-tree.
5917 Rename manual section accordingly.
5918
59192005-10-04 Kim F. Storm <storm@cua.dk>
5920
5921 * windows.texi (Window Split Tree): New section describing
5922 new function window-split-tree function.
5923
59242005-10-03 Nick Roberts <nickrob@snap.net.nz>
5925
5926 * display.texi (Fringe Size/Pos): Simplify and add detail.
5927
59282005-09-30 Romain Francoise <romain@orebokech.com>
5929
5930 * minibuf.texi (High-Level Completion): Explain that the prompt
5931 given to `read-buffer' should end with a colon and a space.
5932 Update usage examples.
5933
59342005-09-29 Juri Linkov <juri@jurta.org>
5935
5936 * display.texi (Displaying Messages): Rename argument name
5937 `string' to `format-string' in functions `message', `message-box',
5938 `message-or-box'.
5939
59402005-09-26 Chong Yidong <cyd@stupidchicken.com>
5941
5942 * errors.texi (Standard Errors): Correct xrefs.
5943
59442005-09-18 Chong Yidong <cyd@stupidchicken.com>
5945
5946 * display.texi (Defining Images): Update documentation for
5947 `image-load-path'.
5948
59492005-09-17 Richard M. Stallman <rms@gnu.org>
5950
5951 * display.texi (Defining Images): Clean up previous change.
5952
59532005-09-16 Romain Francoise <romain@orebokech.com>
5954
5955 * elisp.texi: Specify GFDL version 1.2.
5956
5957 * doclicense.texi (GNU Free Documentation License): Update to
5958 version 1.2.
5959
59602005-09-15 Chong Yidong <cyd@stupidchicken.com>
5961
5962 * display.texi (Defining Images): Document `image-load-path'.
5963
59642005-09-15 Richard M. Stallman <rms@gnu.org>
5965
5966 * objects.texi (Printed Representation): Minor cleanup.
5967 (Box Diagrams): Minor fix.
5968 (Cons Cell Type): Move (...) index item here.
5969 (Box Diagrams): From here.
5970 (Array Type): Minor fix.
5971 (Type Predicates): Delete index "predicates".
5972 (Hash Table Type): Clarify xref.
5973 (Dotted Pair Notation): Minor fix.
5974
59752005-09-10 Chong Yidong <cyd@stupidchicken.com>
5976
5977 * files.texi (Saving Buffers): Fix typo.
5978
59792005-09-08 Richard M. Stallman <rms@gnu.org>
5980
5981 * tips.texi (Programming Tips): Correct the "default" prompt spec.
5982
59832005-09-08 Chong Yidong <cyd@stupidchicken.com>
5984
5985 * locals.texi (Standard Buffer-Local Variables): Don't include
5986 mode variables for minor modes.
5987 Fix xrefs for buffer-display-count, buffer-display-table,
5988 buffer-offer-save, buffer-saved-size, cache-long-line-scans,
5989 enable-multibyte-characters, fill-column, header-line-format,
5990 left-fringe-width, left-margin, and right-fringe-width.
5991
5992 * hooks.texi (Standard Hooks): All hooks should conform to the
5993 standard naming convention now.
5994 Fix xref for `echo-area-clear-hook'.
5995
5996 * display.texi (Usual Display): Note that indicate-empty-lines and
5997 tab-width are buffer-local.
5998
5999 * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
6000
6001 * modes.texi (Mode Help): Note that major-mode is buffer-local.
6002
6003 * nonascii.texi (Encoding and I/O): Note that
6004 buffer-file-coding-system is buffer-local.
6005
6006 * positions.texi (List Motion): Note that defun-prompt-regexp is
6007 buffer-local.
6008
6009 * text.texi (Auto Filling): Note that auto-fill-function is
6010 buffer-local.
6011 (Undo): Note that buffer-undo-list is buffer-local.
6012
5dcb4c4e
SM
6013 * windows.texi (Buffers and Windows):
6014 Document buffer-display-count.
b8d4c8d0
GM
6015
60162005-09-06 Richard M. Stallman <rms@gnu.org>
6017
6018 * tips.texi (Coding Conventions): Sometimes it is ok to put the
6019 package prefix elsewhere than at the start of the name.
6020
60212005-09-03 Richard M. Stallman <rms@gnu.org>
6022
6023 * tips.texi (Programming Tips): Add conventions for minibuffer
6024 questions and prompts.
6025
60262005-09-03 Joshua Varner <jlvarner@gmail.com> (tiny change)
6027
6028 * intro.texi (nil and t): Minor cleanup.
6029 Delete spurious mention of keyword symbols.
6030 (Evaluation Notation): Add index entry.
6031 (A Sample Function Description): Minor cleanup.
6032 (A Sample Variable Description): Not all vars can be set.
6033
60342005-09-03 Thien-Thi Nguyen <ttn@gnu.org>
6035
6036 * text.texi (Buffer Contents): Use "\n" in examples' result strings.
6037
6038 (Insertion): Document precise type of `insert-char' arg COUNT.
6039
60402005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
6041
6042 * modes.texi (Other Font Lock Variables): Sync the default of
6043 font-lock-lines-before.
6044
60452005-08-31 Michael Albinus <michael.albinus@gmx.de>
6046
6047 * files.texi (Magic File Names): Add `make-auto-save-file-name'.
6048
60492005-08-29 Richard M. Stallman <rms@gnu.org>
6050
6051 * elisp.texi (Top): Update subnode menu.
6052
6053 * searching.texi (Searching and Matching): Move node.
6054 Rearrange contents and add overall explanation.
6055 (Searching and Case): Move node.
6056 (Searching and Matching): Update menu.
6057
60582005-08-27 Eli Zaretskii <eliz@gnu.org>
6059
6060 * os.texi (Startup Summary): Fix the description of the initial
6061 startup message display.
6062
60632005-08-25 Richard M. Stallman <rms@gnu.org>
6064
6065 * searching.texi (Search and Replace): Add replace-regexp-in-string.
6066
60672005-08-25 Emilio C. Lopes <eclig@gmx.net>
6068
6069 * display.texi (Finding Overlays): Fix `find-overlay-prop' in
6070 `next-overlay-change' example.
6071
60722005-08-22 Juri Linkov <juri@jurta.org>
6073
6074 * display.texi (Attribute Functions): Add set-face-inverse-video-p.
6075 Fix invert-face. Fix args of face-background.
6076
6077 * display.texi (Standard Faces): Delete node.
6078 (Faces): Add xref to `(emacs)Standard Faces'.
6079 (Displaying Faces): Fix xref to `Standard Faces'.
6080
6081 * modes.texi (Mode Line Data): Fix xref to Standard Faces.
6082
60832005-08-20 Alan Mackenzie <acm@muc.de>
6084
6085 * buffers.texi (The Buffer List): Clarify the manipulation of the
6086 buffer list.
6087
60882005-08-14 Richard M. Stallman <rms@gnu.org>
6089
6090 * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
6091 a regexp.
6092
60932005-08-11 Richard M. Stallman <rms@gnu.org>
6094
6095 * elisp.texi (Top): Update subnode lists.
6096
6097 * display.texi (Inverse Video): Node deleted.
6098
6099 * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
6100 New nodes split out of Coding Conventions.
6101
6102 * searching.texi (Regular Expressions): Document re-builder.
6103
6104 * os.texi (Time Parsing): New node split out of Time Conversion.
6105
6106 * processes.texi (Misc Network, Network Feature Testing)
6107 (Network Options, Make Network): New nodes split out of
6108 Low-Level Network.
6109
61102005-08-09 Richard M. Stallman <rms@gnu.org>
6111
6112 * frames.texi (Geometry): New node, split from Size and Position.
6113 (Frame Parameters): Refer to Geometry.
6114
6115 * buffers.texi (The Buffer List): Fix xrefs.
6116
6117 * windows.texi (Splitting Windows): Fix xref.
6118
6119 * frames.texi (Layout Parameters): Add xref.
6120
6121 * display.texi (Line Height, Scroll Bars): Fix xrefs.
6122
6123 * keymaps.texi (Menu Bar): Fix xref.
6124
6125 * locals.texi (Standard Buffer-Local Variables): Fix xref.
6126
6127 * modes.texi (%-Constructs): Fix xref.
6128
6129 * frames.texi (Window Frame Parameters): Node split up.
6130 (Basic Parameters, Position Parameters, Size Parameters)
6131 (Layout Parameters, Buffer Parameters, Management Parameters)
6132 (Cursor Parameters, Color Parameters): New subnodes.
6133
61342005-08-09 Luc Teirlinck <teirllm@auburn.edu>
6135
6136 * positions.texi (Screen Lines): Update xref for previous change
6137 in minibuf.texi.
6138
6139 * minibuf.texi (Intro to Minibuffers): Update pxref for previous
6140 change in minibuf.texi.
6141
61422005-08-09 Richard M. Stallman <rms@gnu.org>
6143
6144 * tips.texi (Coding Conventions): Minor cleanup.
6145
6146 * modes.texi (Defining Minor Modes): Explain when init-value
6147 can be non-nil.
6148
6149 * elisp.texi (Top): Update submenu for Minibuffer.
6150
6151 * minibuf.texi (Minibuffer Misc): Node split up.
6152 (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
6153 (Recursive Mini): New nodes split out from Minibuffer Misc.
6154 (Minibuffer Misc): Document max-mini-window-height.
6155
6156 * hash.texi (Defining Hash): Delete stray paren in example.
6157
6158 * display.texi (Echo Area Customization): Don't define
6159 max-mini-window-height here; xref instead.
6160
6161 * commands.texi (Event Input Misc): Update while-no-input.
6162
6163 * advice.texi (Advising Functions): Explain when to use advice
6164 and when to use a hook.
6165
61662005-07-30 Eli Zaretskii <eliz@gnu.org>
6167
6168 * makefile.w32-in (info): Don't run install-info.
6169 ($(infodir)/dir): New target, produced by running install-info.
6170
61712005-07-27 Luc Teirlinck <teirllm@auburn.edu>
6172
6173 * modes.texi (Defining Minor Modes): The keyword for the initial
6174 value is :init-value, not :initial-value.
6175
61762005-07-23 Eli Zaretskii <eliz@gnu.org>
6177
6178 * loading.texi (Autoload): Make the `doctor' example be consistent
6179 with what's in current loaddefs.el. Describe the "fn" magic in
6180 the usage portion of the doc string.
6181
61822005-07-22 Richard M. Stallman <rms@gnu.org>
6183
6184 * internals.texi (Garbage Collection): Clarify previous change.
6185
61862005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
6187
6188 * internals.texi (Garbage Collection): Add gc-cons-percentage.
6189
61902005-07-18 Juri Linkov <juri@jurta.org>
6191
6192 * commands.texi (Accessing Events):
6193 * frames.texi (Text Terminal Colors, Resources):
6194 * markers.texi (The Mark):
6195 * modes.texi (Defining Minor Modes):
6196 Delete duplicate duplicate words.
6197
61982005-07-16 Richard M. Stallman <rms@gnu.org>
6199
6200 * display.texi (Managing Overlays): Clarify make-overlay
6201 args for insertion types.
6202
62032005-07-13 Luc Teirlinck <teirllm@auburn.edu>
6204
6205 * customize.texi (Variable Definitions):
6206 Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
6207 `standard-value' is a list too.
6208 (Defining New Types): Use @key{RET} instead of @key{ret}.
6209
62102005-07-13 Francis Litterio <franl@world.std.com> (tiny change)
6211
6212 * os.texi (Translating Input): Fix typo.
6213
62142005-07-08 Richard M. Stallman <rms@gnu.org>
6215
6216 * README: Update edition number and size estimate.
6217
6218 * elisp.texi (VERSION): Set to 2.9.
6219
62202005-07-07 Richard M. Stallman <rms@gnu.org>
6221
6222 * book-spine.texinfo: Update Emacs version.
6223
6224 * display.texi (Inverse Video): Delete mode-line-inverse-video.
6225
62262005-07-06 Richard M. Stallman <rms@gnu.org>
6227
6228 * searching.texi (Regexp Search): Clarify what re-search-forward
6229 does when the search fails.
6230
62312005-07-05 Lute Kamstra <lute@gnu.org>
6232
6233 * Update FSF's address in GPL notices.
6234
6235 * doclicense.texi (GNU Free Documentation License):
6236 * gpl.texi (GPL):
6237 * tips.texi (Coding Conventions, Library Headers):
6238 * vol1.texi:
6239 * vol2.texi: Update FSF's address.
6240
62412005-07-04 Richard M. Stallman <rms@gnu.org>
6242
6243 * hooks.texi (Standard Hooks): Add occur-hook.
6244
62452005-07-03 Luc Teirlinck <teirllm@auburn.edu>
6246
6247 * display.texi (The Echo Area): Correct menu.
6248
62492005-07-03 Richard M. Stallman <rms@gnu.org>
6250
6251 * elisp.texi (Top): Update subnode menu for Display.
6252
6253 * display.texi (Displaying Messages): New node, with most
6254 of what was in The Echo Area.
5dcb4c4e 6255 (Progress): Move under The Echo Area.
b8d4c8d0
GM
6256 (Logging Messages): New node with new text.
6257 (Echo Area Customization): New node, the rest of what was
6258 in The Echo Area. Document message-truncate-lines with @defvar.
6259 (Display): Update menu.
6260
6261 * windows.texi (Textual Scrolling): Doc 3 values for
6262 scroll-preserve-screen-position.
6263
6264 * text.texi (Special Properties): Change hook functions
6265 should bind inhibit-modification-hooks around altering buffer text.
6266
6267 * keymaps.texi (Key Binding Commands): Call binding BINDING
6268 rather than DEFINITION.
6269
62702005-06-29 Juanma Barranquero <lekktu@gmail.com>
6271
6272 * variables.texi (Defining Variables): `user-variable-p' returns t
6273 for aliases of user options, nil for alias loops.
6274
62752005-06-28 Richard M. Stallman <rms@gnu.org>
6276
6277 * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
6278 make-keymap.
6279
62802005-06-27 Luc Teirlinck <teirllm@auburn.edu>
6281
6282 * variables.texi (Setting Variables): Correct and clarify
6283 description of `add-to-ordered-list'.
6284
62852005-06-26 Richard M. Stallman <rms@gnu.org>
6286
6287 * display.texi (Faces): Minor cleanup.
6288
62892005-06-25 Luc Teirlinck <teirllm@auburn.edu>
6290
6291 * display.texi (Faces): `facep' returns t for strings that are
6292 face names.
6293
62942005-06-25 Richard M. Stallman <rms@gnu.org>
6295
6296 * objects.texi (Equality Predicates): Clarify meaning of equal.
6297
6298 * windows.texi (Selecting Windows): save-selected-window
6299 and with-selected-window save and restore the current buffer.
6300
63012005-06-24 Richard M. Stallman <rms@gnu.org>
6302
6303 * numbers.texi (Float Basics): Explain how to test for NaN,
6304 and printing the sign of NaNs.
6305
63062005-06-24 Eli Zaretskii <eliz@gnu.org>
6307
6308 * makefile.w32-in (MAKEINFO): Use --force.
6309
63102005-06-23 Richard M. Stallman <rms@gnu.org>
6311
6312 * display.texi (Face Functions): Correct Texinfo usage.
6313
63142005-06-23 Luc Teirlinck <teirllm@auburn.edu>
6315
6316 * lists.texi (Rings): `ring-elements' now returns the elements of
6317 RING in order.
6318
63192005-06-23 Juanma Barranquero <lekktu@gmail.com>
6320
6321 * markers.texi (The Mark): Texinfo usage fix.
6322
63232005-06-23 Kim F. Storm <storm@cua.dk>
6324
6325 * searching.texi (Entire Match Data): Remove evaporate option for
6326 match-data. Do not mention evaporate option for set-match-data.
6327
63282005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
6329
6330 * display.texi (Face Functions): Mention face aliases.
6331
63322005-06-21 Richard M. Stallman <rms@gnu.org>
6333
6334 * anti.texi (Antinews): Texinfo usage fix.
6335
63362005-06-21 Karl Berry <karl@gnu.org>
6337
6338 * elisp.texi: Use @copying.
6339
6340 * elisp.texi: Put @summarycontents and @contents before the Top
6341 node, instead of the end of the file, so that the contents appear
6342 in the right place in the dvi/pdf output.
6343
63442005-06-21 Juri Linkov <juri@jurta.org>
6345
6346 * display.texi (Defining Faces): Add `customized-face'.
6347
63482005-06-20 Kim F. Storm <storm@cua.dk>
6349
6350 * variables.texi (Setting Variables): Any type of element can be
6351 given order in add-to-ordered-list. Compare elements with eq.
6352
6353 * lists.texi (Rearrangement): Sort predicate may just return non-nil.
6354
63552005-06-20 Karl Berry <karl@gnu.org>
6356
6357 * syntax.texi (Syntax Flags): Make last column very slightly wider
6358 to avoid "generic comment" breaking on two lines and causing an
6359 underfull box.
6360
63612005-06-19 Luc Teirlinck <teirllm@auburn.edu>
6362
6363 * lists.texi (Rings): Various minor clarifications and corrections.
6364
63652005-06-18 Richard M. Stallman <rms@gnu.org>
6366
6367 * functions.texi (Obsolete Functions): Simplify.
6368
6369 * variables.texi (Variable Aliases): Simplify.
6370
6371 * anti.texi, backups.texi, compile.texi, customization.texi:
6372 * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
6373 * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
6374 * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
6375 * variables.texi: Fix formatting ugliness.
6376
6377 * elisp.texi: Add links to Rings and Byte Packing.
6378 Update version and copyright years.
6379
6380 * minibuf.texi: Fix formatting ugliness.
6381 (Completion Commands): Move keymap vars to the end
6382 and vars completing-read binds to the top.
6383
63842005-06-17 Luc Teirlinck <teirllm@auburn.edu>
6385
6386 * processes.texi: Fix typos.
6387 (Bindat Spec): Correct Texinfo error.
6388 (Byte Packing): Fix ungrammatical sentence.
6389
63902005-06-17 Thien-Thi Nguyen <ttn@gnu.org>
6391
6392 * lists.texi (Rings): New node.
6393 (Lists): Add it to menu.
6394
6395 * processes.texi (Byte Packing): New node.
6396 (Processes): Add it to menu.
6397
63982005-06-17 Richard M. Stallman <rms@gnu.org>
6399
6400 * syntax.texi (Parsing Expressions): Fix texinfo usage.
6401
6402 * help.texi (Documentation Basics): Explain the xref to
6403 Documentation Tips.
6404
6405 * debugging.texi (Debugger Commands): Minor fix.
6406
64072005-06-16 Luc Teirlinck <teirllm@auburn.edu>
6408
6409 * edebug.texi (Instrumenting): Eliminate duplicate link.
6410 (Specification List): Replace references to "below", referring to
6411 a later node, with one @ref to that node.
6412
6413 * os.texi (Timers): Timers should save and restore the match data
6414 if they change it.
6415
6416 * debugging.texi (Debugger Commands): Mention that the Lisp
6417 debugger can not step through primitive functions.
6418
64192005-06-16 Juanma Barranquero <lekktu@gmail.com>
6420
6421 * functions.texi (Obsolete Functions): Update argument names of
6422 `make-obsolete' and `define-obsolete-function-alias'.
6423
6424 * variables.texi (Variable Aliases): Update argument names of
6425 `defvaralias', `make-obsolete-variable' and
6426 `define-obsolete-variable-alias'.
6427
64282005-06-15 Kim F. Storm <storm@cua.dk>
6429
6430 * searching.texi (Entire Match Data): Rephrase warnings about
6431 evaporate arg to match-data and set-match-data.
6432
64332005-06-14 Luc Teirlinck <teirllm@auburn.edu>
6434
6435 * elisp.texi (Top): Update detailed menu.
6436
6437 * edebug.texi (Edebug): Update menu.
6438 (Instrumenting): Update xrefs.
6439 (Edebug Execution Modes): Correct xref.
6440 (Jumping): Clarify description of `h' command.
6441 Eliminate redundant @ref.
6442 (Breaks): New node.
6443 (Breakpoints): Is now a subsubsection.
6444 (Global Break Condition): Mention `C-x X X'.
6445 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'.
6446 (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
6447 (Edebug Display Update): Correct pxref.
6448 (Edebug and Macros): New node.
6449 (Instrumenting Macro Calls): Is now a subsubsection.
6450 Neither arg of `def-edebug-spec' is evaluated.
6451 (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
6452 (Specification Examples): Fix typo.
6453
64542005-06-14 Lute Kamstra <lute@gnu.org>
6455
6456 * debugging.texi (Function Debugging): Primitives can break on
6457 entry too.
6458
64592005-06-14 Kim F. Storm <storm@cua.dk>
6460
6461 * variables.texi (Setting Variables): Add add-to-ordered-list.
6462
64632005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
6464
6465 * syntax.texi (Parsing Expressions): Document aux functions and vars of
6466 syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
6467
64682005-06-13 Lute Kamstra <lute@gnu.org>
6469
6470 * text.texi (Special Properties): Fix cross reference.
6471
64722005-06-11 Luc Teirlinck <teirllm@auburn.edu>
6473
6474 * debugging.texi (Function Debugging): Delete mention of empty
6475 string argument to `cancel-debug-on-entry'. Delete inaccurate
6476 description of the return value of that command.
6477
64782005-06-11 Alan Mackenzie <acm@muc.de>
6479
6480 * text.texi (Adaptive Fill): Amplify the description of
6481 fill-context-prefix.
6482
64832005-06-10 Luc Teirlinck <teirllm@auburn.edu>
6484
6485 * syntax.texi (Parsing Expressions): Fix Texinfo error.
6486
64872005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
6488
6489 * syntax.texi (Parsing Expressions): Document syntax-ppss.
6490
64912005-06-10 Luc Teirlinck <teirllm@auburn.edu>
6492
6493 * debugging.texi (Error Debugging): Minor rewording.
6494 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
6495 is optional.
6496
64972005-06-10 Lute Kamstra <lute@gnu.org>
6498
6499 * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
6500 (Top): Give it a title. Correct version number. Give the
6501 detailed node listing a more prominent header.
6502 * intro.texi: Don't set VERSION here a second time.
6503 Mention Emacs's version too.
6504 * anti.texi (Antinews): Use EMACSVER to refer to the current
6505 version of Emacs.
6506
65072005-06-09 Kim F. Storm <storm@cua.dk>
6508
6509 * searching.texi (Entire Match Data): Explain new `reseat' argument to
6510 match-data and set-match-data.
6511
65122005-06-08 Richard M. Stallman <rms@gnu.org>
6513
6514 * searching.texi (Entire Match Data): Clarify when match-data
6515 returns markers and when integers.
6516
6517 * display.texi (Defining Faces): Explain that face name should not
6518 end in `-face'.
6519
6520 * modes.texi (Mode Line Data): Minor cleanup.
6521 (Customizing Keywords): Node split out of Search-based Fontification.
6522 Add example of using font-lock-add-keywords from a hook.
6523 Clarify when MODE should be non-nil, and when nil.
6524
65252005-06-06 Richard M. Stallman <rms@gnu.org>
6526
6527 * modes.texi (Mode Line Data): Explain what happens when the car
6528 of a list is a void symbol.
6529 (Search-based Fontification): Explain MODE arg to
6530 font-lock-add-keywords and warn about calls from major modes.
6531
65322005-06-08 Juri Linkov <juri@jurta.org>
6533
6534 * display.texi (Standard Faces): Add `shadow' face.
6535
65362005-05-29 Luc Teirlinck <teirllm@auburn.edu>
6537
6538 * modes.texi (Major Mode Conventions): A derived mode only needs
6539 to put the call to the parent mode inside `delay-mode-hooks'.
6540
65412005-05-29 Richard M. Stallman <rms@gnu.org>
6542
6543 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
6544 new, and what that implies. Clarify.
6545
6546 * files.texi (Locating Files): Clean up the text.
6547
6548 * frames.texi (Window Frame Parameters): Document user-size.
6549 Shorten entry for top by referring to left.
6550
65512005-05-26 Richard M. Stallman <rms@gnu.org>
6552
6553 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
6554 is new, and what the implications are. Other clarifications.
6555
65562005-05-24 Richard M. Stallman <rms@gnu.org>
6557
6558 * frames.texi (Dialog Boxes): Minor fixes.
6559
65602005-05-25 Masatake YAMATO <jet@gyve.org>
6561
6562 * display.texi (Standard Faces): Write about `mode-line-highlight'.
6563
65642005-05-24 Luc Teirlinck <teirllm@auburn.edu>
6565
6566 * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
6567 is optional.
6568
65692005-05-24 Nick Roberts <nickrob@snap.net.nz>
6570
10d1d0af 6571 * frames.texi (Dialog Boxes): Describe new optional argument.
b8d4c8d0
GM
6572
65732005-05-23 Lute Kamstra <lute@gnu.org>
6574
6575 * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
6576 syntax-begin-function over font-lock-beginning-of-syntax-function.
6577
65782005-05-21 Luc Teirlinck <teirllm@auburn.edu>
6579
6580 * minibuf.texi (Reading File Names): Update description of
6581 `read-directory-name'.
6582
6583 * modes.texi (Derived Modes): Clarify :group keyword.
6584
65852005-05-21 Eli Zaretskii <eliz@gnu.org>
6586
6587 * files.texi (Locating Files): New subsection.
6588 Describe locate-file and executable-find.
6589
65902005-05-21 Kevin Ryde <user42@zip.com.au>
6591
6592 * frames.texi (Initial Parameters): Update cross reference to
6593 "Emacs Invocation".
6594
65952005-05-19 Luc Teirlinck <teirllm@auburn.edu>
6596
6597 * keymaps.texi (Active Keymaps): Add anchor.
6598
6599 * modes.texi (Hooks): Delete confusing and unnecessary sentence.
6600 (Major Mode Conventions): Refer to `Auto Major Mode' in more
6601 appropriate place.
6602 (Derived Modes): Small clarifications.
6603 (Minor Mode Conventions, Keymaps and Minor Modes):
6604 Replace references to nodes with references to anchors.
6605 (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
6606 Clarify description of lists whose first element is an integer.
6607 (Mode Line Variables): Add anchor.
6608 (%-Constructs): Clarify description of integer after %.
6609 (Emulating Mode Line): Describe nil value for FACE.
6610
66112005-05-18 Luc Teirlinck <teirllm@auburn.edu>
6612
6613 * modes.texi (Derived Modes): Correct references to non-existing
6614 variable standard-syntax-table.
6615
66162005-05-17 Lute Kamstra <lute@gnu.org>
6617
6618 * modes.texi (Defining Minor Modes): Mention the mode hook.
6619
66202005-05-15 Kim F. Storm <storm@cua.dk>
6621
6622 * processes.texi (Network): Remove open-network-stream-nowait.
6623 (Network Servers): Remove open-network-stream-server.
6624
66252005-05-15 Luc Teirlinck <teirllm@auburn.edu>
6626
6627 * elisp.texi (Top): Update detailed menu.
6628
6629 * variables.texi: Reorder nodes.
6630 (Variables): Update menu.
6631 (File Local Variables): Do not refer to the `-*-' line as
6632 a "local variables list". Add pxref.
6633
66342005-05-14 Luc Teirlinck <teirllm@auburn.edu>
6635
6636 * elisp.texi (Top): Update detailed menu for node changes.
6637
6638 * modes.texi (Modes): Update Menu.
6639 (Hooks): Move to beginning of chapter.
6640 Most minor modes run mode hooks too.
6641 `add-hook' can handle void hooks or hooks whose value is a single
6642 function.
6643 (Major Modes): Update Menu.
6644 (Major Mode Basics): New node, split off from `Major Modes'.
6645 (Major Mode Conventions): Correct xref. Explain how to handle
6646 auto-mode-alist if the major mode command has an autoload cookie.
6647 (Auto Major Mode): Major update. Add magic-mode-alist.
6648 (Derived Modes): Major update.
6649 (Mode Line Format): Update Menu.
6650 (Mode Line Basics): New node, split off from `Mode Line Format'.
6651
6652 * loading.texi (Autoload): Mention `autoload cookie' as synonym
6653 for `magic autoload comment'. Add index entries and anchor.
6654
66552005-05-14 Richard M. Stallman <rms@gnu.org>
6656
6657 * tips.texi (Coding Conventions): Explain how important it is
6658 that just loading certain files not change Emacs behavior.
6659
6660 * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
6661
66622005-05-12 Lute Kamstra <lute@gnu.org>
6663
6664 * modes.texi (Generic Modes): Update.
6665 (Major Modes): Refer to node "Generic Modes".
6666
6667 * elisp.texi (Top): Update to the current structure of the manual.
6668 * processes.texi (Processes): Add menu description.
6669 * customize.texi (Customization): Add menu descriptions.
6670
66712005-05-11 Thien-Thi Nguyen <ttn@gnu.org>
6672
6673 * processes.texi (Signals to Processes)
6674 (Low-Level Network): Fix typos.
6675
66762005-05-11 Lute Kamstra <lute@gnu.org>
6677
6678 * elisp.texi (Top): Add some nodes from the chapter "Major and
6679 Minor Modes" to the detailed node listing.
6680
66812005-05-10 Richard M. Stallman <rms@gnu.org>
6682
6683 * keymaps.texi (Extended Menu Items): Menu item filter functions
6684 can be called at any time.
6685
66862005-05-08 Luc Teirlinck <teirllm@auburn.edu>
6687
6688 * variables.texi (File Local Variables): `(hack-local-variables t)'
6689 now also checks whether a mode is specified in the local variables
6690 list.
6691
66922005-05-05 Kevin Ryde <user42@zip.com.au>
6693
6694 * display.texi (The Echo Area): Correct format function cross
6695 reference.
6696
66972005-05-05 Luc Teirlinck <teirllm@auburn.edu>
6698
6699 * variables.texi (Variable Aliases): Change description of
6700 `define-obsolete-variable-alias'.
6701
6702 * functions.texi (Functions): Add "Obsolete Functions" to menu.
6703 (Defining Functions): Add xref.
6704 (Obsolete Functions): New node.
6705 (Function Safety): Standardize capitalization of section title.
6706
6707 * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
6708 (Dialog Boxes): Complete description of `x-popup-dialog'.
6709
67102005-05-04 Richard M. Stallman <rms@gnu.org>
6711
6712 * commands.texi (Interactive Codes): Fix Texinfo usage.
6713 Document U more clearly.
6714
67152005-05-01 Luc Teirlinck <teirllm@auburn.edu>
6716
6717 * variables.texi (Variable Aliases): `make-obsolete-variable' is a
6718 function and not a macro.
6719
6720 * frames.texi (Pop-Up Menus): Correct and clarify description of
6721 `x-popup-menu'.
6722 (Dialog Boxes): Clarify description of `x-popup-dialog'.
6723
67242005-05-01 Richard M. Stallman <rms@gnu.org>
6725
6726 * edebug.texi (Checking Whether to Stop): Fix previous change.
6727
67282005-05-01 Luc Teirlinck <teirllm@auburn.edu>
6729
6730 * display.texi: Fix typos and Texinfo usage.
6731
6732 * edebug.texi (Checking Whether to Stop): executing-macro ->
6733 executing-kbd-macro.
6734
67352005-05-01 Richard M. Stallman <rms@gnu.org>
6736
6737 * display.texi (Invisible Text): Correct add-to-invisibility-spec.
6738
67392005-04-30 Richard M. Stallman <rms@gnu.org>
6740
6741 * files.texi (Magic File Names): Document `operations' property.
6742
67432005-04-29 Lute Kamstra <lute@gnu.org>
6744
6745 * modes.texi (Generic Modes): New node.
6746 (Major Modes): Add it to the menu.
6747 (Derived Modes): Add "derived mode" to concept index.
6748
67492005-04-28 Lute Kamstra <lute@gnu.org>
6750
6751 * modes.texi (Defining Minor Modes): Fix previous change.
6752 (Font Lock Mode): Simplify.
6753 (Font Lock Basics): Say that font-lock-defaults is buffer-local
6754 when set and that some parts are optional. Add cross references.
6755 (Search-based Fontification): Say how to specify font-lock-keywords.
6756 Add cross references. Add font-lock-multiline to index.
6757 Move font-lock-keywords-case-fold-search here from node "Other Font
6758 Lock Variables". Document font-lock-add-keywords and
6759 font-lock-remove-keywords.
6760 (Other Font Lock Variables): Move font-lock-keywords-only,
6761 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
6762 and font-lock-syntactic-face-function to node "Syntactic Font
6763 Lock". Move font-lock-keywords-case-fold-search to node
6764 "Search-based Fontification". Document font-lock-inhibit-thing-lock
6765 and font-lock-{,un}fontify-{buffer,region}-function.
6766 (Precalculated Fontification): Remove reference to deleted variable
6767 font-lock-core-only.
6768 (Faces for Font Lock): Add font-lock-comment-delimiter-face.
6769 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only,
6770 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
6771 and font-lock-syntactic-face-function here from node "Other Font
6772 Lock Variables". Move font-lock-syntactic-keywords to "Setting
6773 Syntax Properties". Add cross references.
6774 (Setting Syntax Properties): New node.
6775 Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
6776 * syntax.texi (Syntax Properties): Add cross reference.
6777 * hooks.texi (Standard Hooks): Add Font-Lock hooks.
6778
67792005-04-26 Richard M. Stallman <rms@gnu.org>
6780
6781 * display.texi (Defining Faces):
6782 Document `default' elements of defface spec.
6783
6784 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
6785
6786 * variables.texi (Variable Aliases): Clarify text.
6787
67882005-04-25 Chong Yidong <cyd@stupidchicken.com>
6789
6790 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
6791
67922005-04-25 Luc Teirlinck <teirllm@auburn.edu>
6793
6794 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
6795
67962005-04-24 Eli Zaretskii <eliz@gnu.org>
6797
6798 * syntax.texi (Syntax Table Internals): Elaborate documentation of
6799 syntax-after and syntax-class.
6800
6801 * files.texi (Changing Files): Fix last change's cross-reference.
6802 (Unique File Names): Don't mention "numbers" in the documentation
6803 of make-temp-file and make-temp-name.
6804
68052005-04-23 Richard M. Stallman <rms@gnu.org>
6806
6807 * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
6808
68092005-04-22 Nick Roberts <nickrob@snap.net.nz>
6810
6811 * windows.texi (Cyclic Window Ordering): Clarify window-list.
6812
68132005-04-22 Nick Roberts <nickrob@snap.net.nz>
6814
6815 * variables.texi (Variable Aliases): Describe make-obsolete-variable
6816 and define-obsolete-variable-alias.
6817
68182005-04-22 Kim F. Storm <storm@cua.dk>
6819
6820 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
6821 (Other Plists): Remove safe-plist-get, as plist-get is now safe.
6822
68232005-04-21 Lute Kamstra <lute@gnu.org>
6824
6825 * lists.texi (Association Lists): Document rassq-delete-all.
6826
68272005-04-19 Richard M. Stallman <rms@gnu.org>
6828
6829 * modes.texi (Search-based Fontification): Explain that
6830 facespec is an expression to be evaluated.
6831
68322005-04-19 Kevin Ryde <user42@zip.com.au>
6833
6834 * streams.texi (Output Functions): Fix xref.
6835 * strings.texi (String Conversion): Fix xref.
6836
68372005-04-19 Kim F. Storm <storm@cua.dk>
6838
6839 * symbols.texi (Symbol Plists): Add safe-get.
6840 Mention that `get' may signal an error.
6841
68422005-04-18 Nick Roberts <nickrob@snap.net.nz>
6843
6844 * customize.texi (Variable Definitions): Replace tooltip-mode
6845 example with save-place.
6846
68472005-04-17 Richard M. Stallman <rms@gnu.org>
6848
6849 * buffers.texi (Indirect Buffers): Clarify.
6850
6851 * positions.texi (Positions): Clarify converting marker to integer.
6852
6853 * strings.texi (String Basics): Mention string-match; clarify.
6854
68552005-04-08 Lute Kamstra <lute@gnu.org>
6856
6857 * modes.texi (Search-based Fontification): Fix cross references.
6858 Use consistent terminology. Document anchored highlighting.
6859
68602005-04-05 Lute Kamstra <lute@gnu.org>
6861
6862 * modes.texi (Defining Minor Modes): Document :group keyword
6863 argument and its default value.
6864
68652005-04-03 Lute Kamstra <lute@gnu.org>
6866
6867 * hooks.texi (Standard Hooks): Add some hooks. Add cross
6868 references and/or descriptions. Delete major mode hooks; mention
6869 them as a category instead. Rename or delete obsolete hooks.
6870
68712005-04-02 Richard M. Stallman <rms@gnu.org>
6872
6873 * nonascii.texi (Coding System Basics): Another wording cleanup.
6874
68752005-04-01 Richard M. Stallman <rms@gnu.org>
6876
6877 * nonascii.texi (Coding System Basics): Clarify previous change.
6878
68792005-04-01 Kenichi Handa <handa@m17n.org>
6880
10d1d0af 6881 * nonascii.texi (Coding System Basics): Describe about roundtrip
b8d4c8d0
GM
6882 identity of coding systems.
6883
68842005-03-29 Chong Yidong <cyd@stupidchicken.com>
6885
6886 * text.texi (Buffer Contents): Add filter-buffer-substring and
6887 buffer-substring-filters.
6888
68892005-03-26 Chong Yidong <cyd@stupidchicken.com>
6890
6891 * anti.texi (Antinews): Mention `G' interactive code.
6892
6893 * tips.texi (Compilation Tips): Mention benchmark.el.
6894
68952005-03-27 Luc Teirlinck <teirllm@auburn.edu>
6896
6897 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
6898 is now bound to M-o M-o.
6899
6900 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
6901
69022005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
6903
6904 * calendar.texi: Delete file (and move contents to emacs-xtra.texi
6905 in the Emacs Manual).
6906 * Makefile.in (srcs): Remove calendar.texi.
6907 * makefile.w32-in (srcs): Remove calendar.texi.
6908 * display.texi (Display): Change name of next node.
6909 * os.texi (System In): Change name of previous node.
6910 * elisp.texi (Top): Remove Calendar references.
6911 * vol1.texi (Top): Remove Calendar references.
6912 * vol2.texi (Top): Remove Calendar references.
6913
69142005-03-25 Richard M. Stallman <rms@gnu.org>
6915
6916 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
6917 Cleanup previous change.
6918
69192005-03-25 Chong Yidong <cyd@stupidchicken.com>
6920
6921 * display.texi (Face Attributes): Faces earlier in an :inherit
6922 list take precedence.
6923 (Scroll Bars): Fix description of vertical-scroll-bars.
6924 Document frame-current-scroll-bars and window-current-scroll-bars.
6925
6926 * markers.texi (The Mark): Document temporary Transient Mark mode.
6927
6928 * minibuf.texi (Reading File Names):
6929 Document read-file-name-completion-ignore-case.
6930
6931 * positions.texi (Screen Lines): Document nil for width argument
6932 to compute-motion.
6933
69342005-03-23 Kim F. Storm <storm@cua.dk>
6935
6936 * display.texi (Standard Faces): Other faces used in the fringe
6937 implicitly inherits from the fringe face.
6938 (Fringe Bitmaps): FACE in right-fringe and left-fringe display
6939 properties implicitly inherits from fringe face.
6940 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
6941
69422005-03-20 Chong Yidong <cyd@stupidchicken.com>
6943
6944 * display.texi (Invisible Text): State default value of
6945 line-move-ignore-invisible.
6946 (Managing Overlays): Document remove-overlays.
6947 (Standard Faces): Document escape-glyph face.
6948
6949 * minibuf.texi (Reading File Names): Document read-file-name-function.
6950
6951 * modes.texi (Other Font Lock Variables):
6952 Document font-lock-lines-before.
6953
6954 * positions.texi (Skipping Characters): skip-chars-forward allows
6955 character classes.
6956
69572005-03-18 Lute Kamstra <lute@gnu.org>
6958
6959 * edebug.texi (Instrumenting Macro Calls): Fix another typo.
6960
69612005-03-17 Richard M. Stallman <rms@gnu.org>
6962
6963 * text.texi (Undo): Document extensible undo entries.
6964
dd7b651b 6965 * searching.texi (String Search, Regexp Search): Cleanups.
b8d4c8d0
GM
6966
6967 * nonascii.texi (Character Codes): Minor fix.
6968
6969 * display.texi (Display Property): Explain the significance
6970 of having text properties that are eq.
6971 (Other Display Specs): Explain string as display spec.
6972
6973 * commands.texi (Interactive Codes): Document G option.
6974
69752005-03-17 Chong Yidong <cyd@stupidchicken.com>
6976
6977 * text.texi (Filling): Add sentence-end-without-period and
6978 sentence-end-without-space.
6979 (Changing Properties): Minor fix.
6980
6981 * anti.texi: Total rewrite.
6982
69832005-03-15 Lute Kamstra <lute@gnu.org>
6984
6985 * edebug.texi (Instrumenting Macro Calls): Fix typos.
6986
69872005-03-08 Kim F. Storm <storm@cua.dk>
6988
6989 * display.texi (Specified Space): Property :width is support on
6990 non-graphic terminals, :height is not.
6991
69922005-03-07 Richard M. Stallman <rms@gnu.org>
6993
6994 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
6995 Now subnodes of Fringes.
6996 (Overlay Arrow): Document overlay-arrow-variable-list.
6997 (Fringe Size/Pos): New node, broken out of Fringes.
6998 (Display): Explain clearing vs redisplay better.
6999 (Truncation): Clarify use of bitmaps.
7000 (The Echo Area): Clarify the uses of the echo area.
7001 Add max-mini-window-height.
7002 (Progress): Clarify.
7003 (Invisible Text): Explain that main loop moves point out.
7004 (Selective Display): Say "hidden", not "invisible".
7005 (Managing Overlays): Move up. Describe relation to Undo here.
7006 (Overlay Properties): Clarify intro.
7007 (Finding Overlays): Explain return values when nothing found.
7008 (Width): truncate-string-to-width has added arg.
7009 (Displaying Faces): Clarify and update mode line face handling.
7010 (Face Functions): Minor cleanup.
7011 (Conditional Display): Merge into Other Display Specs.
7012 (Pixel Specification, Other Display Specs): Minor cleanups.
7013 (Images, Image Descriptors): Minor cleanups.
7014 (GIF Images): Patents have expired.
7015 (Showing Images): Explain default text for insert-image.
7016 (Manipulating Button Types): Merge into Manipulating Buttons.
7017 (Making Buttons): Explain return values.
7018 (Button Buffer Commands): Add xref.
7019 (Inverse Video): Update mode-line-inverse-video.
7020 (Display Table Format): Clarify.
7021 (Active Display Table): Give defaults for window-display-table.
7022
7023 * calendar.texi (Calendar Customizing): calendar-holiday-marker
7024 and calendar-today-marker are strings, not chars.
7025 (Holiday Customizing): Minor fix.
7026
7027 * internals.texi (Writing Emacs Primitives): Update `or' example.
7028 Update limit on # args of subr.
7029
7030 * edebug.texi (Using Edebug): Arrow is in fringe.
7031 (Instrumenting): Arg to eval-defun works without loading edebug.
7032 (Edebug Execution Modes): Add xref.
7033
7034 * customize.texi (Common Keywords): Clarify :require.
7035 Mention :version here.
7036 (Variable Definitions, Group Definitions): Not here.
7037 (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
7038
70392005-03-07 Chong Yidong <cyd@stupidchicken.com>
7040 * nonascii.texi (Text Representations): Clarify position-bytes.
7041 (Character Sets): Add list-charset-chars.
7042 (Scanning Charsets): Add charset-after.
7043 (Encoding and I/O): Minor fix.
7044
70452005-03-06 Richard M. Stallman <rms@gnu.org>
7046
7047 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
7048 (Resizing Windows): Likewise.
7049
7050 * text.texi (Change Hooks): Get rid of "Emacs 21".
7051
7052 * strings.texi (Formatting Strings): Get rid of "Emacs 21".
7053
7054 * streams.texi (Output Variables): Get rid of "Emacs 21".
7055
7056 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
7057
7058 * os.texi (Translating Input): Replace flow-control example
7059 with a less obsolete example that uses `keyboard-translate'.
7060
7061 * objects.texi (Hash Table Type, Circular Objects):
7062 Get rid of "Emacs 21".
7063
7064 * modes.texi (Mode Line Format): Get rid of "Emacs 21".
7065 (Mode Line Data, Properties in Mode, Header Lines): Likewise.
7066
7067 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
7068
7069 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
7070
7071 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
7072 (Menu Bar): Fix when menu-bar-update-hook is called.
7073
7074 * hash.texi (Hash Tables): Get rid of "Emacs 21".
7075
7076 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
7077 and make it read better.
7078
7079 * files.texi (Writing to Files): Get rid of "Emacs 21".
7080 (Unique File Names): Likewise.
7081
7082 * elisp.texi: Update Emacs version to 22.
7083
7084 * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
7085 (Overlay Properties, Face Attributes): Likewise.
7086 (Managing Overlays): Fix punctuation.
7087 (Attribute Functions): Clarify set-face-font; get rid of
7088 info about old Emacs versions.
7089 (Auto Faces, Font Lookup, Display Property, Images):
7090 Get rid of "Emacs 21".
7091
7092 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
7093
70942005-03-05 Richard M. Stallman <rms@gnu.org>
7095
7096 * debugging.texi (Error Debugging): Remove stack-trace-on-error.
7097
70982005-03-04 Lute Kamstra <lute@gnu.org>
7099
7100 * debugging.texi (Error Debugging): Document stack-trace-on-error.
7101
71022005-03-03 Lute Kamstra <lute@gnu.org>
7103
7104 * edebug.texi (Instrumenting Macro Calls): Fix typo.
7105
71062005-03-01 Lute Kamstra <lute@gnu.org>
7107
7108 * debugging.texi (Debugger Commands): Update `j'.
7109
71102005-02-28 Lute Kamstra <lute@gnu.org>
7111
7112 * debugging.texi (Debugging): Fix typo.
7113 (Error Debugging): Document eval-expression-debug-on-error.
7114 (Function Debugging): Update example.
7115 (Using Debugger): Mention starred stack frames.
7116 (Debugger Commands): Document `j' and `l'.
7117 (Invoking the Debugger): `d' and `j' exit recursive edit too.
7118 Update the messages that the debugger displays.
7119 (Internals of Debugger): Add cross reference. Update example.
7120 (Excess Open): Minor improvement.
7121 (Excess Close): Minor improvement.
7122
71232005-02-26 Richard M. Stallman <rms@gnu.org>
7124
7125 * tips.texi (Coding Conventions): Clarify.
7126 Put all the major mode key reservations together.
7127 Mention the Mouse-1 => Mouse-2 conventions.
7128
7129 * syntax.texi (Syntax Class Table): Clarify.
7130 (Syntax Table Functions): syntax-after moved from here.
7131 (Syntax Table Internals): syntax-after moved to here.
7132 (Parsing Expressions): Update info on number of values
7133 and what's meaningful in the STATE argument.
7134 (Categories): Fix typo.
7135
7136 * sequences.texi (Arrays): Cleanup.
7137 (Char-Tables): Clarify.
7138
7139 * processes.texi (Deleting Processes): Cleanups, add xref.
7140 (Subprocess Creation): Explain nil in exec-path. Cleanup.
7141 (Process Information): set-process-coding-system, some args optional.
7142 (Input to Processes): Explain various types for PROCESS args.
7143 Rename them from PROCESS-NAME to PROCESS.
7144 (Signals to Processes): Likewise.
7145 (Decoding Output): Cleanup.
7146 (Query Before Exit): Clarify.
7147
7148 * os.texi (Startup Summary): Correct the options; add missing ones.
7149 (Terminal Output, Batch Mode): Clarify.
7150 (Flow Control): Node deleted.
7151
7152 * markers.texi (The Mark): Clarify.
7153
7154 * macros.texi (Expansion): Cleanup.
7155 (Indenting Macros): indent-spec allows ints, not floats.
7156
7157 * keymaps.texi (Keymaps): Clarify.
7158 (Format of Keymaps): Update lisp-mode-map example.
7159 (Active Keymaps, Key Lookup): Clarify.
7160 (Changing Key Bindings): Add xref to `kbd'.
7161 (Key Binding Commands, Simple Menu Items): Clarify.
7162 (Mouse Menus, Menu Bar): Clarify.
7163 (Menu Example): Replace print example with menu-bar-replace-menu.
7164
7165 * help.texi (Documentation Basics): Add function-documentation prop.
7166
7167 * elisp.texi (Top): Don't refer to Flow Control node.
7168
7169 * commands.texi (Command Overview): Improve xrefs.
7170 (Adjusting Point): Adjusting point applies to intangible and invis.
7171 (Key Sequence Input): Doc extra read-key-sequence args.
7172 Likewise for read-key-sequence-vector.
7173
7174 * backups.texi (Rename or Copy): Minor fix.
7175 (Numbered Backups): For version-control, say the default.
7176 (Auto-Saving): make-auto-save-file-name example is simplified.
7177
7178 * advice.texi (Advising Functions): Don't imply one part of Emacs
7179 should advise another part. Markup changes.
7180 (Defining Advice): Move transitional para.
7181 (Activation of Advice): Cleanup.
7182 Explain if COMPILE is nil or negative.
7183
7184 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
7185
71862005-02-24 Lute Kamstra <lute@gnu.org>
7187
7188 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
7189 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
7190
71912005-02-23 Lute Kamstra <lute@gnu.org>
7192
7193 * modes.texi (Defining Minor Modes): define-minor-mode can be used
7194 to define global minor modes as well.
7195
7196 * display.texi (Managing Overlays): overlay-buffer returns nil for
7197 deleted overlays.
7198
71992005-02-22 Kim F. Storm <storm@cua.dk>
7200
7201 * minibuf.texi (Basic Completion): Allow symbols in addition to
7202 strings in try-completion and all-completions.
7203
72042005-02-14 Lute Kamstra <lute@gnu.org>
7205
7206 * elisp.texi (Top): Remove reference to deleted node.
7207
7208 * lists.texi (Lists): Remove reference to deleted node.
7209 (Cons Cells): Fix typo.
7210
7211 * loading.texi (Where Defined): Fix typo.
7212
72132005-02-14 Richard M. Stallman <rms@gnu.org>
7214
7215 * variables.texi (Creating Buffer-Local): change-major-mode-hook
7216 is useful for discarding some minor modes.
7217
7218 * symbols.texi (Symbol Components): Reorder examples.
7219
7220 * streams.texi (Input Functions): State standard-input default.
7221 (Output Variables): State standard-output default.
7222
7223 * objects.texi (Printed Representation): Clarify read syntax vs print.
7224 (Floating Point Type): Explain meaning better.
7225 (Symbol Type): Explain uniqueness better.
7226 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
7227 List examples sooner.
7228 (Box Diagrams): New subnode broken out.
7229 Some examples moved from old Lists as Boxes node.
7230 (Dotted Pair Notation): Clarify intro.
7231 (Array Type): Clarify.
7232 (Type Predicates): Add hash-table-p.
7233
7234 * numbers.texi (Integer Basics): Clarify radix explanation.
7235 (Predicates on Numbers): Minor clarification.
7236 (Comparison of Numbers): Minor clarification. Clarify eql.
7237 Typos in min, max.
7238 (Math Functions): Clarify overflow in expt.
7239
7240 * minibuf.texi (Text from Minibuffer): Minor clarification.
7241 Mention arrow keys.
7242
7243 * loading.texi (Autoload): defun's doc string overrides autoload's
7244 doc string.
7245 (Repeated Loading): Modernize "add to list" examples.
7246 (Where Defined): Finish updating table of load-history elts.
7247
7248 * lists.texi (List-related Predicates): Minor wording improvement.
7249 (Lists as Boxes): Node deleted.
7250 (Building Lists): Explain trivial cases of number-sequence.
7251
7252 * hash.texi (Hash Tables): Add desc to menu items.
10d1d0af 7253 (Creating Hash): Explain "full" means "make larger".
b8d4c8d0
GM
7254 (Hash Access): Any object can be a key.
7255 State value of maphash.
7256
7257 * functions.texi (What Is a Function): Wording cleanup.
7258 (Function Documentation): Minor cleanup.
7259 Explain purpose of calling convention at end of doc string.
7260 (Function Names): Wording cleanup.
7261 (Calling Functions): Wording cleanup.
7262 Explain better how funcall calls the function.
7263 (Function Cells): Delete example of saving and redefining function.
7264
7265 * control.texi (Combining Conditions): Wording cleanup.
7266 (Iteration): dolist and dotimes bind VAR locally.
7267 (Cleanups): Xref to Atomic Changes.
7268
7269 * compile.texi (Byte Compilation): Delete 19.29 info.
7270 (Compilation Functions): Macros' difficulties don't affect defsubst.
7271 (Docs and Compilation): Delete 19.29 info.
7272
72732005-02-10 Richard M. Stallman <rms@gnu.org>
7274
7275 * objects.texi (Symbol Type): Minor correction.
7276
72772005-02-06 Lute Kamstra <lute@gnu.org>
7278
7279 * modes.texi (Example Major Modes): Fix typos.
7280
72812005-02-06 Richard M. Stallman <rms@gnu.org>
7282
7283 * text.texi (Margins): fill-nobreak-predicate can be one function.
7284
7285 * strings.texi (Modifying Strings): clear-string can make unibyte.
7286 (Formatting Strings): format gives error if values missing.
7287
7288 * positions.texi (Character Motion): Mention default arg
7289 for forward-char. backward-char refers to forward-char.
7290 (Word Motion): Mention default arg for forward-word.
7291 (Buffer End Motion): Mention default arg for beginning-of-buffer.
7292 Simplify end-of-buffer.
7293 (Text Lines): Mention default arg for forward-line.
7294 (List Motion): Mention default arg for beginning/end-of-defun.
7295 (Skipping Characters): Minor fixes in explaining character-set.
7296
7297 * modes.texi (Major Mode Conventions): Mention "system abbrevs".
7298 Mode inheritance applies only when default-major-mode is nil.
7299 Clarifications.
7300 (Example Major Modes): Update Text mode and Lisp mode examples.
7301 (Minor Mode Conventions): Mention define-minor-mode at top.
7302 (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
7303 (Mode Line Format): Update mode line face display info.
7304 (Properties in Mode): Mention effect of risky vars.
7305 (Imenu): Define imenu-add-to-menubar.
7306 (Font Lock Mode): Add descriptions to menu lines.
7307 (Faces for Font Lock): Add font-lock-doc-face.
7308
73092005-02-05 Lute Kamstra <lute@gnu.org>
7310
7311 * text.texi (Maintaining Undo): Remove obsolete function.
7312
73132005-02-05 Eli Zaretskii <eliz@gnu.org>
7314
7315 * frames.texi (Color Names): Add pointer to the X docs about RGB
c4cc8b9a 7316 color specifications. Improve indexing.
b8d4c8d0
GM
7317 (Text Terminal Colors): Replace the description of RGB values by
7318 an xref to "Color Names".
7319
73202005-02-03 Richard M. Stallman <rms@gnu.org>
7321
7322 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
7323 Clarify.
7324 (Selecting Windows): Clarify save-selected-window.
7325 (Cyclic Window Ordering): Clarify walk-windows.
7326 (Window Point): Clarify.
7327 (Window Start): Add comment to example.
7328 (Resizing Windows): Add `interactive' specs in examples.
7329 Document fit-window-to-buffer.
7330
7331 * text.texi (User-Level Deletion): just-one-space takes numeric arg.
7332 (Undo, Maintaining Undo): Clarify last change.
7333 (Sorting): In sort-numeric-fields, explain about octal and hex.
7334 Mention sort-numeric-base.
7335 (Format Properties): Add xref for hard newlines.
7336
7337 * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
7338 (Pop-Up Menus): Fix typo.
7339 (Color Names): Explain all types of color names.
7340 Explain color-values on B&W terminal.
7341 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names.
7342
7343 * files.texi (File Locks): Not supported on MS systems.
7344 (Testing Accessibility): Clarify.
7345
7346 * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
7347 (Coverage Testing): Fix typo.
7348
7349 * commands.texi (Misc Events): Remove stray space.
7350
7351 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
7352 (Modification Time): Clarify when visited-file-modtime returns 0.
7353 (The Buffer List): Clarify bury-buffer.
7354 (Killing Buffers): Clarify.
7355 (Indirect Buffers): Add clone-indirect-buffer.
7356
73572005-02-02 Matt Hodges <MPHodges@member.fsf.org>
7358
7359 * edebug.texi (Printing in Edebug): Fix default value of
7360 edebug-print-circle.
7361 (Coverage Testing): Fix displayed frequency count data.
7362
73632005-02-02 Luc Teirlinck <teirllm@auburn.edu>
7364
7365 * text.texi (Maintaining Undo): Add `undo-outer-limit'.
7366
73672005-02-02 Kim F. Storm <storm@cua.dk>
7368
7369 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
7370
73712005-01-29 Eli Zaretskii <eliz@gnu.org>
7372
7373 * commands.texi (Misc Events): Describe the help-echo event.
7374
7375 * text.texi (Special Properties) <help-echo>: Use `pos'
7376 consistently in description of the help-echo property.
7377 Use @code{nil} instead of @var{nil}.
7378
7379 * display.texi (Overlay Properties): Fix the index entry for
7380 help-echo overlay property.
7381
7382 * customize.texi (Type Keywords): Uncomment the xref to the
7383 help-echo property documentation.
7384
73852005-01-23 Kim F. Storm <storm@cua.dk>
7386
7387 * windows.texi (Window Start): Fix `pos-visible-in-window-p'
7388 return value. Third element FULLY replaced by PARTIAL which
7389 specifies number of invisible pixels if row is only partially visible.
7390 (Textual Scrolling): Mention auto-window-vscroll.
7391 (Vertical Scrolling): New defvar auto-window-vscroll.
7392
73932005-01-16 Luc Teirlinck <teirllm@auburn.edu>
7394
7395 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
7396 command remapping.
7397
73982005-01-15 Richard M. Stallman <rms@gnu.org>
7399
7400 * display.texi (Defining Images): Mention DATA-P arg of create-image.
7401
74022005-01-14 Kim F. Storm <storm@cua.dk>
7403
7404 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
7405
7406 * text.texi (Links and Mouse-1): Fix string and vector item.
7407
74082005-01-13 Richard M. Stallman <rms@gnu.org>
7409
7410 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
7411 descriptions of overriding-local-map and overriding-terminal-local-map.
7412
7413 * text.texi (Links and Mouse-1): Clarify text.
7414
74152005-01-13 Kim F. Storm <storm@cua.dk>
7416
7417 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
7418
74192005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
7420
7421 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
7422
74232005-01-12 Kim F. Storm <storm@cua.dk>
7424
7425 * text.texi (Links and Mouse-1): Rename section from Enabling
7426 Mouse-1 to Following Links. Change xrefs.
7427 Add examples for define-button-type and define-widget.
7428
7429 * display.texi (Button Properties, Button Buffer Commands):
7430 Clarify mouse-1 and follow-link functionality.
7431
74322005-01-12 Richard M. Stallman <rms@gnu.org>
7433
7434 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
7435
7436 * display.texi (Beeping): Fix Texinfo usage.
7437
7438 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
7439
74402005-01-11 Kim F. Storm <storm@cua.dk>
7441
7442 * display.texi (Button Properties, Button Buffer Commands):
7443 Mention mouse-1 binding. Add follow-link keyword.
7444
7445 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
7446 (Enabling Mouse-1 to Follow Links): New subsection.
7447
74482005-01-06 Richard M. Stallman <rms@gnu.org>
7449
7450 * text.texi (Special Properties): Minor change.
7451
7452 * os.texi (Timers): Clarify previous change.
7453
7454 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
7455
74562005-01-01 Luc Teirlinck <teirllm@auburn.edu>
7457
7458 * display.texi (Face Attributes): Correct xref to renamed node.
7459
74602005-01-01 Richard M. Stallman <rms@gnu.org>
7461
7462 * display.texi (Face Attributes): Describe hex color specs.
7463
74642004-12-31 Richard M. Stallman <rms@gnu.org>
7465
7466 * os.texi (Timers): Update previous change.
7467
74682004-12-30 Kim F. Storm <storm@cua.dk>
7469
7470 * display.texi (Line Height): Total line-height is now specified
7471 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
7472 in cons cells. (nil . RATIO) is relative to actual line height.
7473 Use line-height `t' instead of `0' to get minimum height.
7474
74752004-12-29 Richard M. Stallman <rms@gnu.org>
7476
7477 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
7478
74792004-12-28 Richard M. Stallman <rms@gnu.org>
7480
7481 * commands.texi (Quitting): Clarify value of with-local-quit.
7482
7483 * elisp.texi (Top): Fix previous change.
7484
7485 * loading.texi (Loading): Fix previous change.
7486
74872004-12-27 Richard M. Stallman <rms@gnu.org>
7488
7489 * Makefile.in (MAKEINFO): Specify --force.
7490
7491 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
7492
7493 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
7494
7495 * display.texi (Line Height): Further clarify.
7496
7497 * elisp.texi (Top): Update Loading submenu.
7498
7499 * loading.texi (Where Defined): New node.
7500 (Unloading): load-history moved to Where Defined.
7501
75022004-12-21 Richard M. Stallman <rms@gnu.org>
7503
7504 * commands.texi (Event Input Misc): Add while-no-input.
7505
75062004-12-11 Richard M. Stallman <rms@gnu.org>
7507
7508 * display.texi (Line Height): Rewrite text for clarity.
7509
75102004-12-11 Kim F. Storm <storm@cua.dk>
7511
7512 * display.texi (Display): Add node "Line Height" to menu.
7513 (Line Height): New node. Move full description of line-spacing
7514 and line-height text properties here from text.texi.
7515 (Scroll Bars): Add vertical-scroll-bar variable.
7516
7517 * frames.texi (Window Frame Parameters): Remove line-height defvar.
7518
7519 * locals.texi (Standard Buffer-Local Variables): Fix xref for
7520 line-spacing and vertical-scroll-bar.
7521
7522 * text.texi (Special Properties): Just mention line-spacing and
7523 line-height here, add xref to new "Line Height" node.
7524
75252004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
7526
7527 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
7528
7529 * locals.texi (Standard Buffer-Local Variables):
7530 Add @xref for `line-spacing'.
7531
75322004-12-05 Richard M. Stallman <rms@gnu.org>
7533
7534 * Makefile.in (maintainer-clean): Remove the info files
7535 in $(infodir) where they are created.
7536
75372004-12-03 Richard M. Stallman <rms@gnu.org>
7538
7539 * windows.texi (Selecting Windows): get-lru-window and
7540 get-largest-window don't consider dedicated windows.
7541
7542 * text.texi (Undo): Document undo-in-progress.
7543
75442004-11-26 Richard M. Stallman <rms@gnu.org>
7545
7546 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
7547 Remove a few vars that are not always buffer-local.
7548
75492004-11-24 Luc Teirlinck <teirllm@auburn.edu>
7550
7551 * locals.texi (Standard Buffer-Local Variables): Comment out
7552 xref's to non-existent node `Yet to be written'.
7553
75542004-11-24 Richard M. Stallman <rms@gnu.org>
7555
7556 * processes.texi (Synchronous Processes): Grammar fix.
7557
7558 * numbers.texi (Comparison of Numbers): Add eql.
7559
7560 * locals.texi (Standard Buffer-Local Variables): Add many vars.
7561
7562 * intro.texi (Printing Notation): Fix previous change.
7563
7564 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
7565 and default-indicate-buffer-boundaries from here.
7566 (Usual Display): To here.
7567 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
7568 (Usual Display): Move tab-width up.
7569
5dcb4c4e
SM
7570 * customize.texi (Variable Definitions):
7571 Replace show-paren-mode example with tooltip-mode.
b8d4c8d0
GM
7572 (Simple Types, Composite Types, Defining New Types):
7573 Minor cleanups.
7574
75752004-11-21 Jesper Harder <harder@ifa.au.dk>
7576
7577 * processes.texi (Synchronous Processes, Output from Processes):
7578 Markup fix.
7579
75802004-11-20 Richard M. Stallman <rms@gnu.org>
7581
7582 * positions.texi (Skipping Characters): skip-chars-forward
7583 now handles char classes.
7584
7585 * intro.texi (Printing Notation): Avoid confusion of `print'
7586 when explaining @print.
7587
7588 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
7589
7590 * display.texi (Display Table Format): Minor fix.
7591
7592 * streams.texi (Output Functions): Fix print example.
7593
7594 * Makefile.in (elisp): New target.
7595 (dist): Depend on $(infodir)/elisp, not elisp.
7596 Copy the info files from $(infodir).
7597
7598 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
7599 read-from-minibuffer.
7600
7601 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
7602
76032004-11-19 Richard M. Stallman <rms@gnu.org>
7604
7605 * searching.texi (Regexp Search): Add search-whitespace-regexp.
7606
76072004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
7608
7609 * tips.texi (Coding Conventions): Fix typo.
7610
76112004-11-16 Richard M. Stallman <rms@gnu.org>
7612
7613 * tips.texi (Coding Conventions): Separate defvar and require
7614 methods to avoid warnings. Use require only when there are many
7615 functions and variables from that package.
7616
7617 * minibuf.texi (Minibuffer Completion): When ignoring case,
7618 predicate must not be case-sensitive.
7619
7620 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
7621 (Test Coverage): Don't talk about "splotches". Clarified.
7622
76232004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
7624
7625 * frames.texi (Window Frame Parameters): Fix typo.
7626
76272004-11-15 Kim F. Storm <storm@cua.dk>
7628
7629 * symbols.texi (Other Plists): Note that plist-get may signal error.
7630 Add safe-plist-get.
7631
76322004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
7633
7634 * modes.texi (Font Lock Basics): Fix typo.
7635
76362004-11-08 Richard M. Stallman <rms@gnu.org>
7637
7638 * syntax.texi (Syntax Table Functions): Add syntax-after.
7639
76402004-11-06 Lars Brinkhoff <lars@nocrew.org>
7641
7642 * os.texi (Processor Run Time): New section documenting
7643 get-internal-run-time.
7644
76452004-11-06 Eli Zaretskii <eliz@gnu.org>
7646
7647 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
7648 it nukes elisp-cover.texi.
7649 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
7650 elisp-0 etc.
7651
76522004-11-05 Luc Teirlinck <teirllm@auburn.edu>
7653
7654 * commands.texi (Keyboard Macros): Document `append' return value
7655 of `defining-kbd-macro'.
7656
76572004-11-01 Richard M. Stallman <rms@gnu.org>
7658
7659 * commands.texi (Interactive Call): Add called-interactively-p.
7660
76612004-10-29 Simon Josefsson <jas@extundo.com>
7662
7663 * minibuf.texi (Reading a Password): Revert.
7664
76652004-10-28 Richard M. Stallman <rms@gnu.org>
7666
7667 * frames.texi (Display Feature Testing): Explain about "vendor".
7668
76692004-10-27 Richard M. Stallman <rms@gnu.org>
7670
7671 * commands.texi (Interactive Codes): `N' uses numeric prefix,
7672 not raw. Clarify `n'.
7673 (Interactive Call): Rewrite interactive-p, focusing on when
7674 and how to use it.
7675 (Misc Events): Clarify previous change.
7676
7677 * advice.texi (Simple Advice): Clarify what job the example does.
7678 (Around-Advice): Clarify ad-do-it.
7679 (Activation of Advice): An option of ad-default-compilation-action
7680 is `never', not `nil'.
7681
76822004-10-26 Kim F. Storm <storm@cua.dk>
7683
7684 * commands.texi (Interactive Codes): Add U code letter.
7685
76862004-10-25 Simon Josefsson <jas@extundo.com>
7687
7688 * minibuf.texi (Reading a Password): Add.
7689
76902004-10-24 Jason Rumney <jasonr@gnu.org>
7691
7692 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
7693 and wheel-down.
7694
76952004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
7696
7697 * processes.texi (Synchronous Processes): Document process-file.
7698
76992004-10-22 Kenichi Handa <handa@m17n.org>
7700
7701 * text.texi (translate-region): Document that it accepts also a
7702 char-table.
7703
77042004-10-22 David Ponce <david@dponce.com>
7705
7706 * windows.texi (Resizing Windows): Document the `preserve-before'
7707 argument of the functions `enlarge-window' and `shrink-window'.
7708
77092004-10-19 Jason Rumney <jasonr@gnu.org>
7710
7711 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
7712
77132004-10-09 Luc Teirlinck <teirllm@auburn.edu>
7714
7715 * text.texi (Filling): Add anchor for definition of
7716 `sentence-end-double-space'.
7717
7718 * searching.texi (Regexp Example): Update description of how
7719 Emacs currently recognizes the end of a sentence.
7720 (Standard Regexps): Update definition of the variable
7721 `sentence-end'. Add definition of the function `sentence-end'.
7722
77232004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
7724
7725 * display.texi (Progress): New node.
7726
77272004-10-05 Kim F. Storm <storm@cua.dk>
7728
7729 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
7730
77312004-09-29 Kim F. Storm <storm@cua.dk>
7732
7733 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
7734 to identify bitmaps. Remove -fringe-bitmap suffix for standard
7735 fringe bitmap symbols, as they now have their own namespace.
7736 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
7737 vs. pixels. Signal error if no free bitmap slots.
7738 (Pixel Specification): Change IMAGE to @var{image}.
7739
77402004-09-28 Richard M. Stallman <rms@gnu.org>
7741
7742 * text.texi (Special Properties): Clarify line-spacing and line-height.
7743
7744 * searching.texi (Regexp Search): Add looking-back.
7745
77462004-09-25 Luc Teirlinck <teirllm@auburn.edu>
7747
7748 * display.texi: Correct typos.
7749 (Image Descriptors): Correct xref's.
7750
77512004-09-25 Richard M. Stallman <rms@gnu.org>
7752
7753 * text.texi (Special Properties): Cleanups in `cursor'.
7754 Rewrites in `line-height' and `line-spacing'; exchange them.
7755
7756 * display.texi (Fringes): Rewrite previous change.
7757 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
7758 (Display Fringe Bitmaps): Node deleted, text moved.
7759 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
7760 (Scroll Bars): Clarify set-window-scroll-bars.
7761 (Pointer Shape): Rewrite.
7762 (Specified Space): Clarify :align-to, etc.
7763 (Pixel Specification): Use @var. Clarify new text.
7764 (Other Display Specs): Clarify `slice'.
7765 (Image Descriptors): Cleanups.
7766 (Showing Images): Cleanups.
7767
77682004-09-24 Luc Teirlinck <teirllm@auburn.edu>
7769
7770 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
7771
7772 * modes.texi: Various minor changes in addition to:
7773 (Major Mode Conventions): Final call to `run-mode-hooks' should
7774 not be inside the `delay-mode-hooks' form.
7775 (Mode Hooks): New node.
7776 (Hooks): Delete obsolete example.
7777 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
7778 node "Mode Hooks".
7779
77802004-09-22 Luc Teirlinck <teirllm@auburn.edu>
7781
7782 * display.texi: Correct various typos.
7783 (Display): Rename node "Pointer Shapes" to "Pointer
7784 Shape". (There is already a node called "Pointer Shapes" in
7785 frames.texi.)
7786 (Images): Remove non-existent node "Image Slices" from menu.
7787
77882004-09-23 Kim F. Storm <storm@cua.dk>
7789
7790 * text.texi (Special Properties): Add `cursor', `pointer',
7791 `line-height', and `line-spacing' properties.
7792
7793 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
7794 Shapes' to menu.
7795 (Standard Faces): Doc fix for fringe face.
7796 (Fringes): Add `overflow-newline-into-fringe' and
7797 'indicate-buffer-boundaries'.
7798 (Fringe Bitmaps, Pointer Shapes): New nodes.
7799 (Display Property): Add 'Pixel Specification' and 'Display Fringe
7800 Bitmaps' to menu.
7801 (Specified Space): Describe pixel width and height.
7802 (Pixel Specification): New node.
7803 (Other Display Specs): Add `slice' property.
7804 (Display Fringe Bitmaps): New node.
7805 (Images): Add 'Image Slices' to menu.
7806 (Image Descriptors): Add `:pointer' and `:map' properties.
5dcb4c4e
SM
7807 (Showing Images): Add slice arg to `insert-image'.
7808 Add 'insert-sliced-image'.
b8d4c8d0
GM
7809
78102004-09-20 Richard M. Stallman <rms@gnu.org>
7811
7812 * commands.texi (Key Sequence Input):
7813 Clarify downcasing in read-key-sequence.
7814
78152004-09-08 Juri Linkov <juri@jurta.org>
7816
7817 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
7818
78192004-09-07 Luc Teirlinck <teirllm@auburn.edu>
7820
5dcb4c4e
SM
7821 * locals.texi (Standard Buffer-Local Variables):
7822 Add `buffer-auto-save-file-format'.
b8d4c8d0
GM
7823 * internals.texi (Buffer Internals): Describe new
7824 auto_save_file_format field of the buffer structure.
7825 * files.texi (Format Conversion): `auto-save-file-format' has been
7826 renamed `buffer-auto-save-file-format'.
7827
78282004-08-27 Luc Teirlinck <teirllm@auburn.edu>
7829
7830 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
7831 an integer or a marker.
7832 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
7833
78342004-08-22 Richard M. Stallman <rms@gnu.org>
7835
7836 * modes.texi (Major Mode Conventions): Discuss rebinding of
7837 standard key bindings.
7838
78392004-08-18 Kim F. Storm <storm@cua.dk>
7840
7841 * processes.texi (Accepting Output): Add `just-this-one' arg to
7842 `accept-process-output'.
7843 (Output from Processes): New var `process-adaptive-read-buffering'.
7844
78452004-08-10 Luc Teirlinck <teirllm@auburn.edu>
7846
7847 * keymaps.texi: Various changes in addition to:
7848 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
7849 Give more varied examples for `kbd'.
7850 (Creating Keymaps): Char tables have slots for all characters
7851 without modifiers.
7852 (Active Keymaps): `overriding-local-map' and
7853 `overriding-terminal-local-map' also override text property and
7854 overlay keymaps.
7855 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
7856 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
7857 to denote a prefix of no events.
7858 `map-keymap' includes parent's bindings _recursively_.
7859 Clarify and correct description of `where-is-internal'.
7860 Mention BUFFER-OR-NAME arg to `describe-bindings'.
7861 (Menu Example): For menus intended for use with the keyboard, the
7862 menu items should be bound to characters or real function keys.
7863
78642004-08-08 Luc Teirlinck <teirllm@auburn.edu>
7865
7866 * objects.texi (Character Type): Reposition `@anchor' to prevent
7867 double space inside sentence in Info.
7868
7869 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
7870 renamed to `disabled-command-function'.
7871 * commands.texi (Key Sequence Input): Remove unnecessary anchor.
7872 (Command Loop Info): Replace reference to it.
7873 (Disabling Commands): `disabled-command-hook' has been renamed to
7874 `disabled-command-function'.
7875
78762004-08-07 Luc Teirlinck <teirllm@auburn.edu>
7877
7878 * os.texi (Translating Input): Only non-prefix bindings in
7879 `key-translation-map' override actual key bindings. Warn about
7880 possible indirect effect of actual key bindings on non-prefix
7881 bindings in `key-translation-map'.
7882
78832004-08-06 Luc Teirlinck <teirllm@auburn.edu>
7884
7885 * minibuf.texi (High-Level Completion): Add anchor for definition
7886 of `read-variable'.
7887
7888 * commands.texi: Various changes in addition to:
7889 (Using Interactive): Clarify description of `interactive-form'.
7890 (Interactive Call): Mention default for KEYS argument to
7891 `call-interactively'.
7892 (Command Loop Info): Clarify description of `this-command-keys'.
7893 Mention KEEP-RECORD argument to `clear-this-command-keys'.
7894 Value of `last-event-frame' can be `macro'.
7895 (Repeat Events): `double-click-fuzz' is also used to distinguish
7896 clicks and drags.
7897 (Classifying Events): Clarify descriptions of `event-modifiers'
7898 `event-basic-type' and `event-convert-list'.
7899 (Accessing Events): `posn-timestamp' takes POSITION argument.
7900 (Quoted Character Input): Clarify description of
7901 `read-quoted-char' and fix example.
7902 (Quitting): Add `with-local-quit'.
7903 (Disabling Commands): Correct and clarify descriptions of
7904 `enable-command' and `disable-command'.
7905 Mention what happens if `disabled-command-hook' is nil.
7906 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
7907 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
7908
79092004-07-24 Luc Teirlinck <teirllm@auburn.edu>
7910
7911 * frames.texi: Various changes in addition to:
7912 (Creating Frames): Expand and clarify description of `make-frame'.
7913 (Window Frame Parameters): Either none or both of the `icon-left'
7914 and `icon-top' parameters must be specified. Put descriptions of
7915 `menu-bar-lines' and `toolbar-lines' closer together and change
7916 them accordingly.
7917 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
7918 except while processing `frame-title-format' or `icon-title-format'.
7919 (Deleting Frames): Correct description of `delete-frame'.
7920 Non-nil return values of `frame-live-p' are like those of `framep'.
7921 (Frames and Windows): Mention return value of
7922 `set-frame-selected-window'.
7923 (Visibility of Frames): Mention `force' argument to
7924 `make-frame-invisible'. `frame-visible-p' returns t for all
7925 frames on text-only terminals.
7926 (Frame Configurations): Restoring a frame configuration does not
7927 restore deleted frames.
7928 (Window System Selections): `x-set-selection' returns DATA.
7929 (Resources): Add example.
7930 (Display Feature Testing): Clarify descriptions of
7931 `display-pixel-height', `display-pixel-width', `x-server-version'
7932 and `x-server-vendor'.
7933
7934 * windows.texi (Choosing Window): Add anchor.
7935 * minibuf.texi (Minibuffer Misc): Add anchor.
7936
79372004-07-23 John Paul Wallington <jpw@gnu.org>
7938
7939 * macros.texi (Defining Macros): Declaration keyword for setting
7940 Edebug spec is `debug' not `edebug'.
7941
79422004-07-19 Luc Teirlinck <teirllm@auburn.edu>
7943
7944 * windows.texi: Various small changes in addition to:
7945 (Window Point): Mention return value of `set-window-point'.
7946 (Window Start): `pos-visible-in-window-p' disregards horizontal
7947 scrolling. Explain return value if PARTIALLY is non-nil.
7948 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
7949 and `set-window-vscroll'.
7950 (Size of Window): The argument WINDOW to `window-inside-edges',
7951 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
7952 (Resizing Windows): Explain return value of
7953 `shrink-window-if-larger-than-buffer'.
7954 `window-size-fixed' automatically becomes buffer local when set.
7955 (Window Configurations): Explain return value of
7956 `set-window-configuration'.
7957
7958 * minibuf.texi (Minibuffer Misc): Add anchor for
7959 `minibuffer-scroll-window'.
7960
7961 * positions.texi (Text Lines): Add anchor for `count-lines'.
7962
79632004-07-17 Richard M. Stallman <rms@gnu.org>
7964
7965 * display.texi (Overlay Properties): Adding `evaporate' prop
7966 deletes empty overlay immediately.
7967
7968 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
7969 fix example.
7970
79712004-07-16 Jim Blandy <jimb@redhat.com>
7972
7973 * searching.texi (Regexp Backslash): Document new \_< and \_>
7974 operators.
7975
79762004-07-16 Juanma Barranquero <lektu@terra.es>
7977
7978 * display.texi (Images): Fix Texinfo usage.
7979
79802004-07-14 Luc Teirlinck <teirllm@auburn.edu>
7981
7982 * buffers.texi (Modification Time): `visited-file-modtime' now
7983 returns a list of two integers, instead of a cons.
7984
79852004-07-13 Luc Teirlinck <teirllm@auburn.edu>
7986
7987 * windows.texi: Various changes in addition to:
7988 (Splitting Windows): Add `split-window-keep-point'.
7989
79902004-07-09 Richard M. Stallman <rms@gnu.org>
7991
7992 * frames.texi (Input Focus): Minor fix.
7993
79942004-07-07 Luc Teirlinck <teirllm@auburn.edu>
7995
7996 * frames.texi (Input Focus): Clarify descriptions of
7997 `select-frame-set-input-focus' and `select-frame'.
7998
79992004-07-06 Luc Teirlinck <teirllm@auburn.edu>
8000
8001 * os.texi: Various small changes in addition to:
8002 (Killing Emacs): Expand and clarify description of
8003 `kill-emacs-query-functions' and `kill-emacs-hook'.
8004 (System Environment): Expand and clarify description of `getenv'
8005 and `setenv'.
8006 (Timers): Clarify description of `run-at-time'.
8007 (Translating Input): Correct description of
8008 `extra-keyboard-modifiers'.
8009 (Flow Control): Correct description of `enable-flow-control'.
8010
80112004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
8012
8013 * os.texi: Update copyright.
8014 (Session Management): Grammar fix.
8015 Clarify which Emacs does the restarting.
8016 Use @samp for *scratch* buffer.
8017
80182004-07-04 Alan Mackenzie <acm@muc.de>
8019
8020 * frames.texi (Input Focus): Add documentation for
8021 `select-frame-set-input-focus'. Replace refs to non-existent
8022 `switch-frame' with `select-frame'. Minor corrections and tidying
8023 up of text-only terminal stuff.
8024
80252004-07-02 Richard M. Stallman <rms@gnu.org>
8026
8027 * files.texi (Saving Buffers): Cleanup write-contents-function.
8028 (Magic File Names): Cleanup file-remote-p.
8029
b344d29d 80302004-07-02 Kai Großjohann <kai@emptydomain.de>
b8d4c8d0
GM
8031
8032 * files.texi (Magic File Names): `file-remote-p' returns an
8033 identifier of the remote system, not just t.
8034
80352004-07-02 David Kastrup <dak@gnu.org>
8036
8037 * searching.texi (Entire Match Data): Add explanation about new
8038 match-data behavior when @var{integers} is non-nil.
8039
80402004-06-24 Richard M. Stallman <rms@gnu.org>
8041
8042 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
8043
8044 * customize.texi (Variable Definitions): Note about doc strings
8045 and :set.
8046
8047 * keymaps.texi (Keymap Terminology): Document `kbd'.
8048 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
8049
8050 * display.texi (Invisible Text): Setting buffer-invisibility-spec
8051 makes it buffer-local.
8052
8053 * files.texi (Saving Buffers): Correct previous change.
8054
8055 * commands.texi (Accessing Events):
8056 Clarify posn-col-row and posn-actual-col-row.
8057
80582004-06-24 David Ponce <david.ponce@wanadoo.fr>
8059
8060 * commands.texi (Accessing Events): New functions
8061 posn-at-point and posn-at-x-y. Add example to posn-x-y.
8062
80632004-06-23 Luc Teirlinck <teirllm@auburn.edu>
8064
8065 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
8066 * frames.texi, buffers.texi, backups.texi, variables.texi:
8067 * loading.texi, eval.texi, functions.texi, control.texi:
8068 * symbols.texi, minibuf.texi: Reposition @anchor's.
8069
8070 * help.texi: Various small changes in addition to the following.
8071 (Describing Characters): Describe PREFIX argument to
8072 `key-description'. Correct and clarify definition of
8073 `text-char-description'. Describe NEED-VECTOR argument to
8074 `read-kbd-macro'.
8075 (Help Functions): Clarify definition of `apropos'.
8076
80772004-06-23 Lars Hansen <larsh@math.ku.dk>
8078
8079 * files.texi (Saving Buffers): Correct description of
8080 `write-contents-functions'.
8081
80822004-06-21 Juanma Barranquero <lektu@terra.es>
8083
8084 * display.texi (Images): Remove redundant @vindex directives.
8085 Rewrite `image-library-alist' doc in active voice.
8086
80872004-06-14 Juanma Barranquero <lektu@terra.es>
8088
8089 * display.texi (Images): Document new delayed library loading,
8090 variable `image-library-alist' and (existing but undocumented)
8091 function `image-type-available-p'.
8092
80932004-06-05 Richard M. Stallman <rms@gnu.org>
8094
8095 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
8096 refer the user to the Initial Input node.
8097 (Text from Minibuffer): Likewise.
8098 (Initial Input): New node. Document this feature
8099 and say it is mostly deprecated.
8100
81012004-05-30 Richard M. Stallman <rms@gnu.org>
8102
8103 * loading.texi (Named Features): Clarify return value
8104 and meaning of NOERROR.
8105
8106 * variables.texi (File Local Variables): Minor cleanup.
8107
81082004-05-30 Michael Albinus <michael.albinus@gmx.de>
8109
8110 * files.texi (Magic File Names): Add `file-remote-p' as operation
8111 of file name handlers.
8112
81132004-05-29 Richard M. Stallman <rms@gnu.org>
8114
8115 * modes.texi (Minor Mode Conventions): (-) has no special meaning
8116 as arg to a minor mode command.
8117
81182004-05-22 Richard M. Stallman <rms@gnu.org>
8119
8120 * syntax.texi (Syntax Class Table): Word syntax not just for English.
8121
8122 * streams.texi (Output Variables): Doc float-output-format.
8123
8124 * searching.texi (Regexp Special): Nested repetition can be infloop.
8125
8126 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
8127 real stack overflow.
8128
8129 * compile.texi: Minor cleanups.
8130
81312004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
8132
8133 * lists.texi (Cons Cells): Explain dotted lists, true lists,
8134 circular lists.
8135 (List Elements): Explain handling of circular and dotted lists.
8136
81372004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
8138
8139 * modes.texi (Search-based Fontification): Fix typo.
8140
81412004-05-10 Juanma Barranquero <lektu@terra.es>
8142
8143 * modes.texi (Mode Line Variables): Fix description of
8144 global-mode-string, which is now after which-func-mode, not the
8145 buffer name.
8146
81472004-05-07 Lars Hansen <larsh@math.ku.dk>
8148
8149 * modes.texi (Desktop Save Mode): Add.
8150 (Modes): Add menu entry Desktop Save Mode.
8151
8152 * hooks.texi: Add desktop-after-read-hook,
8153 desktop-no-desktop-file-hook and desktop-save-hook.
8154
8155 * locals.texi: Add desktop-save-buffer.
8156
81572004-04-30 Jesper Harder <harder@ifa.au.dk>
8158
8159 * display.texi: emacs -> Emacs.
8160
81612004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
8162
8163 * files.texi (Changing Files): Document set-file-times.
8164
81652004-04-23 Juanma Barranquero <lektu@terra.es>
8166
8167 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
8168
81692004-04-18 Jesper Harder <harder@ifa.au.dk>
8170
8171 * tips.texi (Coding Conventions): defopt -> defcustom.
8172
81732004-04-16 Luc Teirlinck <teirllm@auburn.edu>
8174
8175 * sequences.texi: Various clarifications.
8176
81772004-04-14 Luc Teirlinck <teirllm@auburn.edu>
8178
8179 * buffers.texi (Read Only Buffers): Mention optional ARG to
8180 `toggle-read-only'.
8181
81822004-04-14 Nick Roberts <nick@nick.uklinux.net>
8183
8184 * windows.texi (Selecting Windows): Note that get-lru-window
8185 returns a full-width window if possible.
8186
81872004-04-13 Luc Teirlinck <teirllm@auburn.edu>
8188
8189 * buffers.texi: Various changes in addition to:
8190 (Buffer File Name): Add `find-buffer-visiting'.
8191 (Buffer Modification): Mention optional ARG to `not-modified'.
8192 (Indirect Buffers): Mention optional CLONE argument to
8193 `make-indirect-buffer'.
8194
8195 * files.texi: Various changes in addition to:
8196 (Visiting Functions): `find-file-hook' is now a normal hook.
8197 (File Name Expansion): Explain difference between the way that
8198 `expand-file-name' and `file-truename' treat `..'.
8199 (Contents of Directories): Mention optional ID-FORMAT argument to
8200 `directory-files-and-attributes'.
8201 (Format Conversion): Mention new optional CONFIRM argument to
8202 `format-write-file'.
8203
82042004-04-12 Miles Bader <miles@gnu.org>
8205
8206 * macros.texi (Expansion): Add description of `macroexpand-all'.
8207
82082004-04-05 Jesper Harder <harder@ifa.au.dk>
8209
5dcb4c4e
SM
8210 * variables.texi (Variable Aliases):
8211 Mention cyclic-variable-indirection.
b8d4c8d0
GM
8212
8213 * errors.texi (Standard Errors): Ditto.
8214
82152004-04-04 Luc Teirlinck <teirllm@auburn.edu>
8216
8217 * backups.texi: Various small changes in addition to:
8218 (Making Backups): Mention return value of `backup-buffer'.
8219 (Auto-Saving): Mention optional FORCE argument to
8220 `delete-auto-save-file-if-necessary'.
8221 (Reverting): Mention optional PRESERVE-MODES argument to
8222 `revert-buffer'. Correct description of `revert-buffer-function'.
8223
82242004-03-22 Juri Linkov <juri@jurta.org>
8225
8226 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
8227 with `Vector Functions'.
8228
8229 * text.texi (Sorting): Add missing quote.
8230
82312004-03-14 Luc Teirlinck <teirllm@auburn.edu>
8232
8233 * intro.texi (Lisp History): Replace xref to `cl' manual with
8234 inforef.
8235
82362004-03-12 Richard M. Stallman <rms@gnu.org>
8237
8238 * intro.texi (Version Info): Add arg to emacs-version.
8239 (Lisp History): Change xref to CL manual.
8240
82412004-03-09 Luc Teirlinck <teirllm@auburn.edu>
8242
8243 * minibuf.texi (Completion Commands): Add xref to Emacs manual
8244 for Partial Completion mode.
8245
82462004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
8247
8248 * customize.texi: Fix typo. Remove eol whitespace.
8249
82502004-03-04 Richard M. Stallman <rms@gnu.org>
8251
8252 * processes.texi: Fix typos.
8253
8254 * lists.texi (Building Lists): Minor clarification.
8255
8256 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
8257 in make-hash-table.
8258
82592004-02-29 Juanma Barranquero <lektu@terra.es>
8260
8261 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
8262 rm, and ignore exit code.
8263
82642004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
8265
8266 * display.texi (Defining Faces): Add description for min-colors.
8267 Update example.
8268
82692004-02-23 Luc Teirlinck <teirllm@auburn.edu>
8270
8271 * abbrevs.texi: Various corrections and clarifications in addition
8272 to the following:
8273 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
8274
82752004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
8276
8277 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
8278
82792004-02-21 Luc Teirlinck <teirllm@auburn.edu>
8280
8281 * text.texi: Various small changes in addition to the following:
8282 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
8283 to delete-horizontal-space.
8284 (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
8285 description of yank-handler text property at various places.
8286
8287 * frames.texi (Window System Selections): Add anchor.
8288
8289 * syntax.texi (Syntax Table Functions): Clarify and correct
8290 descriptions of make-syntax-table and copy-syntax-table.
8291 (Motion and Syntax): Clarify SYNTAXES argument to
8292 skip-syntax-forward.
8293 (Parsing Expressions): Mention that the return value of
8294 parse-partial-sexp is currently a list of ten rather than nine
8295 elements.
8296 (Categories): Various corrections and clarifications.
8297
82982004-02-17 Luc Teirlinck <teirllm@auburn.edu>
8299
8300 * markers.texi (Marker Insertion Types): Minor change.
8301
8302 * locals.texi (Standard Buffer-Local Variables):
8303 * commands.texi (Interactive Codes, Using Interactive):
8304 * functions.texi (Related Topics): Fix xrefs.
8305
83062004-02-16 Luc Teirlinck <teirllm@auburn.edu>
8307
8308 * lists.texi (Sets And Lists): Update description of delete-dups.
8309
83102004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
8311
8312 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
8313
c8763fb6 83142004-02-16 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
8315
8316 * frames.texi (Parameter Access): frame-parameters arg is optional.
8317 modify-frame-parameters handles nil for FRAME.
8318 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
8319 are all-or-nothing for certain toolkits.
8320 Mention parameter wait-for-wm.
8321 (Frames and Windows): In frame-first-window and frame-selected-window
8322 the arg is optional.
8323 (Input Focus): In redirect-frame-focus the second arg is optional.
8324 (Window System Selections): Mention selection type CLIPBOARD.
8325 Mention data-type UTF8_STRING.
8326 Mention numbering of cut buffers.
8327 (Resources): Describe x-resource-name.
8328
83292004-02-16 Richard M. Stallman <rms@gnu.org>
8330
8331 * windows.texi (Buffers and Windows): Delete false table
8332 about all-frames.
8333
8334 * syntax.texi (Parsing Expressions): Delete old caveat
8335 about parse-sexp-ignore-comments.
8336
8337 * streams.texi (Output Variables): Add print-quoted.
8338
8339 * lists.texi (Building Lists): Minor cleanup.
8340
8341 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
8342
8343 * display.texi (Overlays): Explain overlays use markers.
8344 (Managing Overlays): Explain front-advance and rear-advance
8345 in more detail.
8346
8347 * loading.texi (Unloading): Document unload-feature-special-hooks.
8348 Get rid of fns-NNN.el file.
8349
83502004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
8351
8352 * help.texi (Describing Characters): Fix text-char-description
8353 example output.
8354
8355 * edebug.texi (Using Edebug): Fix example.
8356
8357 * debugging.texi (Internals of Debugger): Fix return value.
8358
8359 * files.texi (Changing Files): Fix argname.
8360
8361 * calendar.texi: Fix parens, and default values.
8362
8363 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
8364 * nonascii.texi, objects.texi, os.texi: Minor fixes.
b3e755a9 8365 * searching.texi, text.texi, tips.texi, windows.texi: Minor fixes.
b8d4c8d0
GM
8366
8367 * positions.texi (Text Lines): Don't add -1 in current-line.
8368
83692004-02-16 Richard M. Stallman <rms@gnu.org>
8370
8371 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
8372
83732004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
8374
8375 * processes.texi (Low-Level Network): Fix a typo.
8376
83772004-02-12 Kim F. Storm <storm@cua.dk>
8378
8379 * display.texi (Fringes): Use consistent wording.
8380 Note that window-fringe's window arg is optional.
8381 (Scroll Bars): Use consistent wording.
8382
83832004-02-11 Luc Teirlinck <teirllm@auburn.edu>
8384
8385 * tips.texi (Comment Tips): Document the new conventions for
8386 commenting out code.
8387
c8763fb6 83882004-02-07 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0 8389
5dcb4c4e 8390 * positions.texi (Text Lines): Add missing end defun.
b8d4c8d0
GM
8391
83922004-02-07 Kim F. Storm <storm@cua.dk>
8393
8394 * positions.texi (Text Lines): Add line-number-at-pos.
8395
83962004-02-06 John Paul Wallington <jpw@gnu.org>
8397
8398 * display.texi (Button Properties, Button Buffer Commands):
8399 mouse-2 invokes button, not down-mouse-1.
8400
84012004-02-04 Jason Rumney <jasonr@gnu.org>
8402
8403 * makefile.w32-in: Sync with Makefile.in changes.
8404
84052004-02-03 Luc Teirlinck <teirllm@auburn.edu>
8406
8407 * minibuf.texi (Text from Minibuffer): Various corrections and
8408 clarifications.
8409 (Object from Minibuffer): Correct Lisp description of
8410 read-minibuffer.
8411 (Minibuffer History): Clarify description of cons values for
8412 HISTORY arguments.
5dcb4c4e
SM
8413 (Basic Completion): Various corrections and clarifications.
8414 Add completion-regexp-list.
b8d4c8d0
GM
8415 (Minibuffer Completion): Correct and clarify description of
8416 completing-read.
5dcb4c4e
SM
8417 (Completion Commands): Mention Partial Completion mode.
8418 Various other minor changes.
b8d4c8d0
GM
8419 (High-Level Completion): Various corrections and clarifications.
8420 (Reading File Names): Ditto.
8421 (Minibuffer Misc): Ditto.
8422
84232004-01-26 Luc Teirlinck <teirllm@auburn.edu>
8424
8425 * strings.texi (Text Comparison): assoc-string also matches
8426 elements of alists that are strings instead of conses.
8427 (Formatting Strings): Standardize Texinfo usage. Update index
8428 entries.
8429
84302004-01-20 Luc Teirlinck <teirllm@auburn.edu>
8431
8432 * lists.texi (Sets And Lists): Add delete-dups.
8433
84342004-01-15 Luc Teirlinck <teirllm@auburn.edu>
8435
8436 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
8437 special form.
8438 * macros.texi (Defining Macros): Update description of `declare',
8439 which now is a macro.
8440 (Wrong Time): Fix typos.
8441
84422004-01-14 Luc Teirlinck <teirllm@auburn.edu>
8443
8444 * compile.texi (Compilation Functions): Expand descriptions of
8445 `compile-defun', `byte-compile-file', `byte-recompile-directory'
8446 and `batch-byte-compile'. In particular, mention and describe
8447 all optional arguments.
8448 (Disassembly): Correct and clarify the description of `disassemble'.
8449
84502004-01-11 Luc Teirlinck <teirllm@auburn.edu>
8451
8452 * searching.texi: Various small changes in addition to the
8453 following.
8454 (Regexp Example): Adapt to new value of `sentence-end'.
8455 (Regexp Functions): The PAREN argument to `regexp-opt' can be
8456 `words'.
8457 (Search and Replace): Add usage note for `perform-replace'.
8458 (Entire Match Data): Mention INTEGERS and REUSE arguments to
8459 `match-data'.
8460 (Standard Regexps): Update for new values of `paragraph-start'
8461 and `sentence-end'.
8462
84632004-01-07 Luc Teirlinck <teirllm@auburn.edu>
8464
8465 * files.texi (Saving Buffers): Clarify descriptions of
8466 `write-contents-functions' and `before-save-hook'.
8467 Make the defvar's for `before-save-hook' and `after-save-hook'
8468 into defopt's.
8469
84702004-01-07 Kim F. Storm <storm@cua.dk>
8471
8472 * commands.texi (Click Events): Describe new image and
8473 width/height elements of click events.
8474 (Accessing Events): Add posn-string, posn-image, and
8475 posn-object-width-height. Change posn-object to return either
8476 image or string object.
8477
84782004-01-01 Simon Josefsson <jas@extundo.com>
8479
8480 * hooks.texi (Standard Hooks): Add before-save-hook.
8481 * files.texi (Saving Buffers): Likewise.
8482
84832004-01-03 Richard M. Stallman <rms@gnu.org>
8484
8485 * frames.texi (Frames and Windows): Delete frame-root-window.
8486
84872004-01-03 Luc Teirlinck <teirllm@auburn.edu>
8488
8489 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
8490
8491 * functions.texi: Various small changes in addition to the
8492 following.
5dcb4c4e
SM
8493 (What Is a Function): `functionp' returns nil for macros.
8494 Clarify behavior of this and following functions for symbol arguments.
b8d4c8d0
GM
8495 (Function Documentation): Add `\' in front of (fn @var{arglist})
8496 and explain why.
8497 (Defining Functions): Mention DOCSTRING argument to `defalias'.
8498 Add anchor.
8499 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
8500
85012004-01-01 Miles Bader <miles@gnu.org>
8502
8503 * display.texi (Buttons): New section.
8504
85052003-12-31 Andreas Schwab <schwab@suse.de>
8506
8507 * numbers.texi (Math Functions): sqrt reports a domain-error
8508 error.
8509 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
8510
85112003-12-30 Luc Teirlinck <teirllm@auburn.edu>
8512
8513 * tips.texi (Documentation Tips): Update item on hyperlinks in
8514 documentation strings.
8515
8516 * errors.texi (Standard Errors): Various small corrections and
8517 additions.
8518
8519 * control.texi: Various small changes in addition to the
8520 following.
8521 (Signaling Errors): Provide some more details on how `signal'
8522 constructs the error message. Add anchor to the definition of
8523 `signal'.
8524 (Error Symbols): Describe special treatment of `quit'.
8525 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
8526 to emphasize that it has to be a single form.
8527
8528 * buffers.texi: Add anchor.
8529
85302003-12-29 Richard M. Stallman <rms@gnu.org>
8531
8532 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
8533 (Window Configurations): Add window-configuration-frame.
8534
8535 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
8536
8537 * text.texi (Examining Properties): Add get-char-property-and-overlay.
8538 Change arg name in get-char-property.
8539 (Special Properties): Update handling of keymap property.
8540
8541 * strings.texi (Modifying Strings): Add clear-string.
8542 (Text Comparison): Add assoc-string and remove
8543 assoc-ignore-case, assoc-ignore-representation.
8544
8545 * os.texi (Time of Day): Add set-time-zone-rule.
8546
8547 * numbers.texi (Math Functions): asin, acos, log, log10
8548 report domain-error errors.
8549
8550 * nonascii.texi (Converting Representations):
8551 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
8552 (Encoding and I/O): Add file-name-coding-system.
8553
8554 * modes.texi (Search-based Fontification): Explain that
8555 face specs are symbols with face names as values.
8556
8557 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
8558
8559 * lists.texi (Building Lists): remq moved elsewhere.
8560 (Sets And Lists): remq moved here.
8561 (Association Lists): Refer to assoc-string.
8562
8563 * internals.texi (Garbage Collection): Add memory-use-counts.
8564
8565 * frames.texi (Frames and Windows): Add set-frame-selected-window
8566 and frame-root-window.
8567
8568 * files.texi (Contents of Directories):
8569 Add directory-files-and-attributes.
8570
8571 * display.texi (Refresh Screen): Add force-window-update.
8572 (Invisible Text): Explain about moving point out of invis text.
8573 (Overlay Properties): Add overlay-properties.
8574 (Managing Overlays): Add overlayp.
8575 (GIF Images): Invalid image number displays a hollow box.
8576
8577 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
8578 (Killing Buffers): Add buffer-live-p.
8579
85802003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
8581
8582 * display.texi (Fringes): Fix typo "set-buffer-window".
8583
85842003-12-24 Luc Teirlinck <teirllm@auburn.edu>
8585
8586 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
8587 * nonascii.texi, processes.texi, tips.texi, variables.texi:
8588 Add or change various xrefs and anchors.
8589
8590 * commands.texi: Replace all occurrences of @acronym{CAR} with
8591 @sc{car}, for consistency with the rest of the Elisp manual.
8592 `car' and `cdr' are historically acronyms, but are no longer
8593 widely thought of as such.
8594
8595 * internals.texi (Pure Storage): Mention that `purecopy' does not
8596 copy text properties.
8597 (Object Internals): Now 29 bits are used (in most implementations)
8598 to address Lisp objects.
8599
8600 * variables.texi (Variables with Restricted Values): New node.
8601
8602 * objects.texi (Lisp Data Types): Mention that certain variables
8603 can only take on a restricted set of values and add an xref to
8604 the new node "Variables with Restricted Values".
8605
8606 * eval.texi (Function Indirection): Describe the errors that
8607 `indirect-function' can signal.
8608 (Eval): Clarify the descriptions of `eval-region' and `values'.
8609 Describe `eval-buffer' instead of `eval-current-buffer' and
8610 mention `eval-current-buffer' as an alias for `current-buffer'.
8611 Correct the description and mention all optional arguments.
8612
8613 * nonascii.texi: Various small changes in addition to the
8614 following.
8615 (Converting Representations): Clarify behavior of
8616 `string-make-multibyte' and `string-to-multibyte' for unibyte all
8617 ASCII arguments.
8618 (Character Sets): Document the variable `charset-list' and adapt
8619 the definition of the function `charset-list' accordingly.
8620 (Translation of Characters): Clarify use of generic characters in
8621 `make-translation-table'. Clarify and correct the description of
8622 the use of translation tables in encoding and decoding.
8623 (User-Chosen Coding Systems): Correct and clarify the description
8624 of `select-safe-coding-system'.
8625 (Default Coding Systems): Clarify description of
8626 `file-coding-system-alist'.
8627
86282003-11-30 Luc Teirlinck <teirllm@auburn.edu>
8629
8630 * strings.texi (Text Comparison): Correctly describe when two
8631 strings are `equal'. Combine and clarify descriptions of
8632 `assoc-ignore-case' and `assoc-ignore-representation'.
8633
8634 * objects.texi (Non-ASCII in Strings): Clarify description of
8635 when a string is unibyte or multibyte.
8636 (Bool-Vector Type): Update examples.
8637 (Equality Predicates): Correctly describe when two strings are
8638 `equal'.
8639
86402003-11-29 Luc Teirlinck <teirllm@auburn.edu>
8641
8642 * lists.texi (Building Lists): `append' no longer accepts integer
8643 arguments. Update the description of `number-sequence' to reflect
8644 recent changes.
8645 (Sets And Lists): Describe `member-ignore-case' after `member'.
8646
86472003-11-27 Kim F. Storm <storm@cua.dk>
8648
8649 * commands.texi (Click Events): Click object may be an images.
8650 Describe (dx . dy) element of click positions.
8651 (Accessing Events): Remove duplicate posn-timestamp.
8652 New functions posn-object and posn-object-x-y.
8653
86542003-11-23 Kim F. Storm <storm@cua.dk>
8655
8656 * commands.texi (Click Events): Describe enhancements to event
8657 position lists, including new text-pos and (col . row) items.
8658 Mention left-fringe and right-fringe area events.
8659 (Accessing Events): New functions posn-area and
8660 posn-actual-col-row. Mention posn-timestamp. Mention that
8661 posn-point in non-text area still returns buffer position.
8662 Clarify posn-col-row.
8663
86642003-11-21 Lars Hansen <larsh@math.ku.dk>
8665
8666 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
8667 * anti.texi (File Attributes): Describe removed parameter
8668 ID-FORMAT.
8669
86702003-11-20 Luc Teirlinck <teirllm@auburn.edu>
8671
8672 * positions.texi (Positions): Mention that, if a marker is used as
8673 a position, its buffer is ignored.
8674
8675 * markers.texi (Overview of Markers): Mention it here too.
8676
86772003-11-12 Luc Teirlinck <teirllm@auburn.edu>
8678
8679 * numbers.texi (Numeric Conversions): Not just `floor', but also
8680 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
8681
86822003-11-10 Luc Teirlinck <teirllm@auburn.edu>
8683
8684 * markers.texi (Creating Markers): Specify insertion type of
8685 created markers. Add xref to `Marker Insertion Types'.
8686 Second argument to `copy-marker' is optional.
8687 (Marker Insertion Types): Mention that most markers are created
8688 with insertion type nil.
8689 (The Mark): Correctly describe when `mark' signals an error.
8690 (The Region): Correctly describe when `region-beginning' and
8691 `region-end' signal an error.
8692
86932003-11-08 Luc Teirlinck <teirllm@auburn.edu>
8694
8695 * hash.texi (Creating Hash): Clarify description of `eql'.
8696 `makehash' is obsolete.
8697 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
8698
8699 * positions.texi (Point): Change description of `buffer-end', so
8700 that it is also correct for floating point arguments.
8701 (List Motion): Correct argument lists of `beginning-of-defun' and
8702 `end-of-defun'.
8703 (Excursions): Add xref to `Marker Insertion Types'.
8704 (Narrowing): Argument to `narrow-to-page' is optional.
8705
87062003-11-06 Luc Teirlinck <teirllm@auburn.edu>
8707
8708 * streams.texi (Output Streams): Clarify behavior of point for
8709 marker output streams.
8710
87112003-11-04 Luc Teirlinck <teirllm@auburn.edu>
8712
8713 * variables.texi (Defining Variables): Second argument to
8714 `defconst' is not optional.
8715 (Setting Variables): Mention optional argument APPEND to
8716 `add-to-list'.
8717 (Creating Buffer-Local): Expand description of
8718 `make-variable-buffer-local'.
8719 (Frame-Local Variables): Expand description of
8720 `make-variable-frame-local'.
8721 (Variable Aliases): Correct description of optional argument
8722 DOCSTRING to `defvaralias'. Mention return value of
8723 `defvaralias'.
8724 (File Local Variables): Add xref to `File variables' in Emacs
8725 Manual. Correct description of `hack-local-variables'. Mention
8726 `safe-local-variable' property. Mention optional second argument
8727 to `risky-local-variable-p'.
8728
87292003-11-03 Luc Teirlinck <teirllm@auburn.edu>
8730
8731 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
8732
87332003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
8734
8735 * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
8736 lispref/customize.texi, lispref/display.texi, lispref/files.texi,
8737 lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
8738 lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
8739 lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
8740 lispref/processes.texi, lispref/searching.texi,
8741 lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
8742 lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
8743 @acronym{FOO}.
8744
87452003-10-27 Luc Teirlinck <teirllm@auburn.edu>
8746
8747 * strings.texi (Creating Strings): Argument START to `substring'
8748 can not be `nil'. Expand description of
8749 `substring-no-properties'. Correct description of `split-string',
8750 especially with respect to empty matches. Prevent very bad line
8751 break in definition of `split-string-default-separators'.
8752 (Text Comparison): `string=' and `string<' also accept symbols as
8753 arguments.
8754 (String Conversion): More completely describe argument BASE in
8755 `string-to-number'.
8756 (Formatting Strings): `%s' and `%S' in `format' do require
8757 corresponding object. Clarify behavior of numeric prefix after
8758 `%' in `format'.
8759 (Case Conversion): The argument to `upcase-initials' can be a
8760 character.
8761
87622003-10-27 Kenichi Handa <handa@m17n.org>
8763
8764 * display.texi (Fontsets): Fix texinfo usage.
8765
87662003-10-25 Kenichi Handa <handa@m17n.org>
8767
8768 * display.texi (Fontsets): Add description of the function
8769 set-fontset-font.
8770
87712003-10-23 Luc Teirlinck <teirllm@auburn.edu>
8772
8773 * display.texi (Temporary Displays): Add xref to `Documentation
8774 Tips'.
8775
8776 * functions.texi (Function Safety): Use inforef instead of pxref
8777 for SES.
8778
87792003-10-23 Andreas Schwab <schwab@suse.de>
8780
8781 * Makefile.in (TEX, texinputdir): Don't define.
8782 (TEXI2DVI): Define.
8783 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
8784 add $(srcdir)/index.texi.
8785 ($(infodir)/elisp): Remove index.texi dependency.
8786 (elisp.dvi): Likewise. Use $(TEXI2DVI).
8787 (index.texi): Remove target.
8788 (dist): Don't link $(srcdir)/permute-index.
8789 (clean): Don't remove index.texi.
8790
8791 * permute-index, index.perm: Remove.
8792 * index.texi: Rename from index.unperm.
8793
87942003-10-22 Luc Teirlinck <teirllm@auburn.edu>
8795
8796 * tips.texi (Documentation Tips): Document new behavior for face
8797 and variable hyperlinks in Help mode.
8798
87992003-10-21 Luc Teirlinck <teirllm@auburn.edu>
8800
8801 * objects.texi (Integer Type): Update for extra bit of integer range.
8802 (Character Type): Ditto.
8803
88042003-10-16 Eli Zaretskii <eliz@gnu.org>
8805
8806 * numbers.texi (Integer Basics): Add index entries for reading
8807 numbers in hex, octal, and binary.
8808
88092003-10-16 Lute Kamstra <lute@gnu.org>
8810
8811 * modes.texi (Mode Line Format): Mention force-mode-line-update's
8812 argument.
8813
88142003-10-13 Luc Teirlinck <teirllm@auburn.edu>
8815
8816 * windows.texi (Choosing Window): Fix typo.
8817 * edebug.texi (Edebug Execution Modes): Fix typo.
8818
88192003-10-13 Richard M. Stallman <rms@gnu.org>
8820
8821 * windows.texi (Basic Windows): A window has fringe settings,
8822 display margins and scroll-bar settings.
8823 (Splitting Windows): Doc split-window return value.
8824 Clean up one-window-p.
8825 (Selecting Windows): Fix typo.
8826 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
8827 (Buffers and Windows): In set-window-buffer, explain effect
8828 on fringe settings and scroll bar settings.
8829 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
8830 (Choosing Window): Use defopt for pop-up-frame-function.
8831 For special-display-buffer-names, explain same-window and same-frame.
8832 Clarify window-dedicated-p return value.
8833 (Textual Scrolling): scroll-up and scroll-down can get an error.
8834 (Horizontal Scrolling): Clarify auto-hscroll-mode.
8835 Clarify set-window-hscroll.
8836 (Size of Window): Don't mention tool bar in window-height.
8837 (Coordinates and Windows): Explain what coordinates-in-window-p
8838 returns for fringes and display margins.
8839 (Window Configurations): Explain saving fringes, etc.
8840
8841 * tips.texi (Library Headers): Clean up Documentation.
8842
8843 * syntax.texi (Parsing Expressions): Clean up forward-comment
8844 and parse-sexp-lookup-properties.
8845
8846 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
8847
8848 * os.texi (System Environment): Clean up text for load-average errors.
8849
8850 * modes.texi (Hooks): Don't explain local hook details at front.
8851 Clarify run-hooks and run-hook-with-args a little.
8852 Clean up add-hook and remove-hook.
8853
8854 * edebug.texi (Edebug Execution Modes): Clarify t.
8855 Document edebug-sit-for-seconds.
8856 (Coverage Testing): Document C-x X = and =.
8857 (Instrumenting Macro Calls): Fix typo.
8858 (Specification List): Don't index the specification keywords.
8859
88602003-10-10 Kim F. Storm <storm@cua.dk>
8861
8862 * processes.texi (Network): Introduce make-network-process.
8863
88642003-10-09 Luc Teirlinck <teirllm@auburn.edu>
8865
8866 * tips.texi (Library Headers): Fix typo.
8867
88682003-10-07 Juri Linkov <juri@jurta.org>
8869
8870 * modes.texi (Imenu): Mention imenu-create-index-function's
8871 default value. Explain submenus better.
8872
88732003-10-07 Lute Kamstra <lute@gnu.org>
8874
8875 * modes.texi (Faces for Font Lock): Fix typo.
8876 (Hooks): Explain how buffer-local hook variables can refer to
8877 global hook variables.
8878 Various minor clarifications.
8879
88802003-10-06 Lute Kamstra <lute@gnu.org>
8881
8882 * tips.texi (Coding Conventions): Mention naming conventions for
8883 hooks.
8884
88852003-10-05 Luc Teirlinck <teirllm@auburn.edu>
8886
8887 * loading.texi (Library Search): Correct default value of
8888 load-suffixes.
8889 (Named Features): Fix typo.
8890
88912003-10-05 Richard M. Stallman <rms@gnu.org>
8892
8893 * loading.texi (Named Features): In `provide',
8894 say how to test for subfeatures.
8895 (Unloading): In unload-feature, use new var name
8896 unload-feature-special-hooks.
8897
88982003-10-03 Lute Kamstra <lute@gnu.org>
8899
8900 * modes.texi (Major Mode Conventions): Mention third way to set up
8901 Imenu.
8902 (Imenu): A number of small fixes.
8903 Delete documentation of internal variable imenu--index-alist.
8904 Document the return value format of imenu-create-index-function
8905 functions.
8906
89072003-09-30 Richard M. Stallman <rms@gnu.org>
8908
8909 * processes.texi (Network): Say what stopped datagram connections do.
8910
8911 * lists.texi (Association Lists): Clarify `assq-delete-all'.
8912
8913 * display.texi (Overlay Properties): Clarify `evaporate' property.
8914
89152003-09-29 Lute Kamstra <lute@gnu.org>
8916
8917 * modes.texi (Mode Line Data): Explain when symbols in mode-line
8918 constructs should be marked as risky.
8919 Change cons cell into proper list.
8920 (Mode Line Variables): Change cons cell into proper list.
8921
89222003-09-26 Lute Kamstra <lute@gnu.org>
8923
8924 * modes.texi (Mode Line Data): Document the :propertize construct.
8925 (Mode Line Variables): Reorder the descriptions of the variables
8926 to match their order in the default mode-line-format.
8927 Describe the new variables mode-line-position and mode-line-modes.
8928 Update the default values of mode-line-frame-identification,
8929 minor-mode-alist, and default-mode-line-format.
8930 (Properties in Mode): Mention the :propertize construct.
8931
89322003-09-26 Richard M. Stallman <rms@gnu.org>
8933
8934 * buffers.texi, commands.texi, debugging.texi, eval.texi:
8935 * loading.texi, minibuf.texi, text.texi, variables.texi:
8936 Avoid @strong{Note:}.
8937
89382003-09-26 Richard M. Stallman <rms@gnu.org>
8939
8940 * keymaps.texi (Remapping Commands): Fix typo.
8941
89422003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
8943
8944 * processes.texi (Low-Level Network): Fix typo.
8945
89462003-09-23 Kim F. Storm <storm@cua.dk>
8947
8948 * processes.texi (Network, Network Servers): Fix typos.
8949 (Low-Level Network): Add timeout value for :server keyword.
8950 Add new option keywords to make-network-process.
8951 Add set-network-process-options.
8952 Explain how to test availability of network options.
8953
89542003-09-19 Richard M. Stallman <rms@gnu.org>
8955
8956 * text.texi (Motion by Indent): Arg to
8957 backward-to-indentation and forward-to-indentation is optional.
8958
8959 * strings.texi (Creating Strings): Add substring-no-properties.
8960
8961 * processes.texi
8962 (Process Information): Add list-processes arg QUERY-ONLY.
8963 Delete process-contact from here.
8964 Add new status values for process-status.
8965 Add process-get, process-put, process-plist, set-process-plist.
8966 (Synchronous Processes): Add call-process-shell-command.
8967 (Signals to Processes): signal-process allows process objects.
8968 (Network): Complete rewrite.
8969 (Network Servers, Datagrams, Low-Level Network): New nodes.
8970
8971 * positions.texi (Word Motion): forward-word, backward-word
8972 arg is optional. Reword.
8973
8974 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
8975
8976 * variables.texi (Creating Buffer-Local):
8977 Delete duplicate definition of buffer-local-value.
8978 (File Local Variables): Explain about discarding text props.
8979
89802003-09-11 Richard M. Stallman <rms@gnu.org>
8981
8982 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
8983 changes variables that record input events.
8984 (Minibuffer Misc): Add minibuffer-selected-window.
8985
8986 * lists.texi (Building Lists): Add copy-tree.
8987
8988 * display.texi (Fontsets): Add char-displayable-p.
8989 (Scroll Bars): New node.
8990
89912003-09-08 Lute Kamstra <lute@gnu.org>
8992
8993 * modes.texi (%-Constructs): Document new `%i' and `%I'
8994 constructs.
8995
89962003-09-03 Peter Runestig <peter@runestig.com>
8997
8998 * makefile.w32-in: New file.
8999
90002003-08-29 Richard M. Stallman <rms@gnu.org>
9001
9002 * display.texi (Overlay Properties): Clarify how priorities
9003 affect use of the properties.
9004
90052003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
9006
9007 * customize.texi (Type Keywords): Correct the description of
9008 `:help-echo' in the case where `motion-doc' is a function.
9009
90102003-08-14 John Paul Wallington <jpw@gnu.org>
9011
9012 * modes.texi (Emulating Mode Line): Subsection, not section.
9013
90142003-08-13 Richard M. Stallman <rms@gnu.org>
9015
9016 * elisp.texi (Top): Update subnode lists in menu.
9017
9018 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
9019 (Kill Functions): kill-region has new arg yank-handler.
9020 (Yanking): New node.
9021 (Yank Commands): Add yank-undo-function.
9022 (Low-Level Kill Ring):
9023 kill-new and kill-append have new arg yank-handler.
9024 (Changing Properties): Add remove-list-of-text-properties.
9025 (Atomic Changes): New node.
9026
9027 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
9028
9029 * streams.texi (Output Variables): Add eval-expression-print-length
9030 and eval-expression-print-level.
9031
9032 * os.texi (Time Conversion): For encode-time, explain limits on year.
9033
9034 * objects.texi (Character Type): Define anchor "modifier bits".
9035
9036 * modes.texi (Emulating Mode Line): New node.
9037 (Search-based Fontification): Font Lock uses font-lock-face property.
9038 (Other Font Lock Variables): Likewise.
9039
9040 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
9041 not vectors.
9042 (Active Keymaps): Add emulation-mode-map-alists.
9043 (Functions for Key Lookup): key-binding has new arg no-remap.
9044 (Remapping Commands): New node.
9045 (Scanning Keymaps): where-is-internal has new arg no-remap.
9046 (Tool Bar): Add tool-bar-local-item-from-menu.
9047 Clarify when to use tool-bar-add-item-from-menu.
9048
9049 * commands.texi (Interactive Call): commandp has new arg.
9050 (Command Loop Info): Add this-original-command.
9051
90522003-08-06 John Paul Wallington <jpw@gnu.org>
9053
9054 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
9055
9056 * display.texi (Warning Basics): Fix typo.
9057 (Fringes): Add closing curly bracket and fix typo.
9058
9059 * elisp.texi (Top): Fix typo.
9060
90612003-08-05 Richard M. Stallman <rms@gnu.org>
9062
9063 * elisp.texi: Update lists of subnodes.
9064
9065 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
9066
9067 * variables.texi (Local Variables): Use lc for example variable names.
9068
9069 * tips.texi (Library Headers): Explain where to put -*-.
9070
9071 * strings.texi (Creating Strings): Fix xref for vconcat.
9072
9073 * sequences.texi (Vector Functions):
9074 vconcat no longer allows integer args.
9075
9076 * minibuf.texi (Reading File Names): read-file-name has new
9077 arg PREDICATE. New function read-directory-name.
9078
c4cc8b9a 9079 * macros.texi (Defining Macros): Give definition of `declare'.
b8d4c8d0
GM
9080 (Indenting Macros): New node.
9081
9082 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
9083 (Window Frame Parameters): Make separate table of parameters
9084 that are coupled with specific face attributes.
9085 (Deleting Frames): delete-frame-hooks renamed to
9086 delete-frame-functions.
9087
9088 * files.texi (Magic File Names): Add file-remote-p.
9089 Clarify file-local-copy.
9090
9091 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
9092 here; instead xref Defining Macros.
9093
9094 * display.texi (Warnings): New node, and subnodes.
9095 (Fringes): New node.
9096
9097 * debugging.texi (Test Coverage): New node.
9098
9099 * compile.texi (Compiler Errors): Explain with-no-warnings
9100 and other ways to suppress warnings.
9101
9102 * commands.texi (Interactive Call): Minor clarification.
9103
9104 * buffers.texi (Buffer File Name): set-visited-file-name
9105 renames the buffer too.
9106
9107 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
9108
91092003-07-24 Markus Rost <rost@math.ohio-state.edu>
9110
9111 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
9112
91132003-07-22 Markus Rost <rost@math.ohio-state.edu>
9114
9115 * internals.texi (Garbage Collection): Fix previous change.
9116
91172003-07-22 Richard M. Stallman <rms@gnu.org>
9118
9119 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
9120
9121 * display.texi (Width): Use \s syntax in example.
9122 (Font Selection): Add face-font-rescale-alist.
9123
9124 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
9125 Remove spurious indent in example.
9126
9127 * lists.texi (Building Lists): Add number-sequence.
9128
9129 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
9130
9131 * functions.texi (Function Documentation): Explain how to
9132 show calling convention explicitly in the doc string.
9133
9134 * windows.texi (Selecting Windows): save-selected-window saves
9135 selected window of each frame.
9136 (Window Configurations): Minor change.
9137
9138 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
9139
9140 * streams.texi (Output Variables): Add print-continuous-numbering
9141 and print-number-table.
9142
9143 * processes.texi (Decoding Output): New node.
9144
9145 * os.texi (Time Conversion): decode-time arg is optional.
9146
9147 * objects.texi (Character Type): Don't use space as example for \.
9148 Make list of char names and \-sequences correspond.
9149 Explain that \s is not used in strings. `\ ' needs space after.
9150
9151 * nonascii.texi (Converting Representations): Add string-to-multibyte.
9152 (Translation of Characters): Add translation-table-for-input.
9153 (Default Coding Systems): Add auto-coding-functions.
9154 (Explicit Encoding): Add decode-coding-inserted-region.
9155 (Locales): Add locale-info.
9156
9157 * minibuf.texi (Basic Completion): Describe test-completion.
9158 Collections can be lists of strings.
9159 Clean up lazy-completion-table.
9160 (Programmed Completion): Mention test-completion.
9161 Clarify why lambda expressions are not accepted.
9162 (Minibuffer Misc): Describe minibufferp.
9163
91642003-07-14 Richard M. Stallman <rms@gnu.org>
9165
9166 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
9167
9168 * windows.texi (Selecting Windows): New arg to select-window.
9169 (Selecting Windows): Add with-selected-window.
9170 (Size of Window): Add window-inside-edges, etc.
9171
9172 * internals.texi (Garbage Collection): Add post-gc-hook.
9173
9174 * processes.texi (Subprocess Creation): Add exec-suffixes.
9175
9176 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
9177 (Scanning Keymaps): Add map-keymaps.
9178 (Defining Menus): Add keymap-prompt.
9179
9180 * numbers.texi (Integer Basics): Add most-positive-fixnum,
9181 most-negative-fixnum.
9182
c4cc8b9a 9183 * compile.texi (Byte Compilation): Explain no-byte-compile.
b8d4c8d0
GM
9184 (Compiler Errors): New node.
9185
9186 * os.texi (User Identification): user-uid, user-real-uid
9187 can return float.
9188
9189 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
9190 and about derived modes.
9191 (Minor Modes): Add minor-mode-list.
9192 (Defining Minor Modes): Keyword args for define-minor-mode.
9193 (Search-based Fontification): Explain managing other properties.
9194 (Other Font Lock Variables): Add font-lock-extra-managed-props.
183080b6 9195 (Faces for Font Lock): Add font-lock-preprocessor-face.
b8d4c8d0
GM
9196 (Hooks): Add run-mode-hooks and delay-mode-hooks.
9197
9198 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
9199 (Variable Aliases): Clarify defvaralias.
9200
9201 * loading.texi (Library Search): Add load-suffixes.
9202
9203 * minibuf.texi (Basic Completion): Add lazy-completion-table.
9204 (Programmed Completion): Add dynamic-completion-table.
9205
9206 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
9207 (Magic File Names): Specify precedence order of handlers.
9208
9209 * commands.texi (Command Overview): Emacs server runs pre-command-hook
9210 and post-command-hook.
9211 (Waiting): New calling convention for sit-for.
9212
9213 * text.texi (Special Properties): local-map and keymap properties
9214 apply based on their stickiness.
9215
92162003-07-07 Richard M. Stallman <rms@gnu.org>
9217
9218 * modes.texi (Minor Mode Conventions): Specify only some kinds
9219 of list values as args to minor modes.
9220
9221 * files.texi (File Name Expansion): Warn about iterative use
9222 of substitute-in-file-name.
9223
9224 * advice.texi (Activation of Advice): Clean up previous change.
9225
92262003-07-06 Markus Rost <rost@math.ohio-state.edu>
9227
9228 * advice.texi (Activation of Advice): Note that ad-start-advice is
9229 turned on by default.
9230
92312003-06-30 Richard M. Stallman <rms@gnu.org>
9232
9233 * text.texi (Buffer Contents): Document current-word.
9234 (Change Hooks): Not called for *Messages*.
9235
9236 * functions.texi (Defining Functions): Explain about redefining
9237 primitives.
f4e90db0 9238 (Function Safety): Rename. Minor changes.
b8d4c8d0
GM
9239 Comment out the detailed criteria for what is safe.
9240
92412003-06-22 Andreas Schwab <schwab@suse.de>
9242
9243 * objects.texi (Symbol Type): Fix description of examples.
9244
92452003-06-16 Andreas Schwab <schwab@suse.de>
9246
9247 * hash.texi (Creating Hash): Fix description of :weakness.
9248
c8763fb6 92492003-06-13 Kai Großjohann <kai.grossjohann@gmx.net>
b8d4c8d0
GM
9250
9251 * files.texi (Changing Files): copy-file copies file modes, too.
9252
92532003-05-28 Richard M. Stallman <rms@gnu.org>
9254
9255 * strings.texi (Creating Strings): Clarify split-string.
9256
92572003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
9258
9259 * strings.texi (Creating Strings): Update split-string specification
9260 and examples.
9261
92622003-05-19 Richard M. Stallman <rms@gnu.org>
9263
9264 * elisp.texi: Correct invariant section names.
9265
92662003-04-20 Richard M. Stallman <rms@gnu.org>
9267
9268 * os.texi (Timers): Explain about timers and quitting.
9269
92702003-04-19 Richard M. Stallman <rms@gnu.org>
9271
9272 * internals.texi (Writing Emacs Primitives): Strings are
9273 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
9274 Explain GCPRO convention for varargs function args.
9275
92762003-04-16 Richard M. Stallman <rms@gnu.org>
9277
9278 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
9279
92802003-04-08 Richard M. Stallman <rms@gnu.org>
9281
9282 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
9283
92842003-02-13 Kim F. Storm <storm@cua.dk>
9285
9286 * objects.texi (Character Type): New \s escape for space.
9287
92882003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
9289
5dcb4c4e 9290 * os.texi (System Environment): Add cygwin system-type.
b8d4c8d0
GM
9291
92922003-01-25 Richard M. Stallman <rms@gnu.org>
9293
9294 * keymaps.texi: Document that a symbol can act as a keymap.
9295
92962003-01-13 Richard M. Stallman <rms@gnu.org>
9297
9298 * text.texi (Changing Properties): Say string indices are origin-0.
9299
9300 * positions.texi (Screen Lines) <compute-motion>:
9301 Correct order of elts in return value.
9302
9303 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
9304 how to define a default binding.
9305
93062002-12-07 Markus Rost <rost@math.ohio-state.edu>
9307
9308 * loading.texi (Unloading): Fix recent change for load-history.
9309
9310 * customize.texi (Simple Types): Clarify description of custom
9311 type 'number. Describe new custom type 'float.
9312
93132002-12-04 Markus Rost <rost@math.ohio-state.edu>
9314
9315 * variables.texi (File Local Variables): Fix typo.
9316
c8763fb6 93172002-10-23 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
b8d4c8d0
GM
9318
9319 From Michael Albinus <Michael.Albinus@alcatel.de>.
9320
9321 * README: Target for Info file is `make info'.
9322
5dcb4c4e 9323 * files.texi (File Name Components): Fix typos in
b8d4c8d0
GM
9324 `file-name-sans-extension'.
9325 (Magic File Names): Complete list of operations for magic file
9326 name handlers.
9327
93282002-09-16 Jonathan Yavner <jyavner@engineer.com>
9329
9330 * variables.texi (File Local Variables): New function
9331 risky-local-variable-p.
9332
93332002-09-15 Jonathan Yavner <jyavner@engineer.com>
9334
9335 * functions.texi (Function safety): New node about unsafep.
9336
93372002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
9338
5dcb4c4e 9339 * customize.texi (Splicing into Lists): Fix example.
a86cd395 9340 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>.
b8d4c8d0
GM
9341
93422002-06-17 Juanma Barranquero <lektu@terra.es>
9343
9344 * frames.texi (Display Feature Testing): Fix typo.
9345
93462002-06-12 Andreas Schwab <schwab@suse.de>
9347
9348 * frames.texi (Initial Parameters, Resources): Fix references to
9349 the Emacs manual.
9350
93512002-05-13 Kim F. Storm <storm@cua.dk>
9352
9353 * variables.texi (Intro to Buffer-Local): Updated warning and
9354 example relating to changing buffer inside let.
9355
c8763fb6 93562002-03-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
9357
9358 * os.texi (Session Management): New node about X Session management.
9359
93602002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
9361
9362 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
9363 to which the manual corresponds, and the copyright years.
9364
9365 * Makefile.in (VERSION): Set to 2.9.
9366
93672001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
9368
9369 * elisp.texi: Change the category in @dircategory to "Emacs", to
9370 make it consistent with info/dir.
9371
93722001-11-25 Miles Bader <miles@gnu.org>
9373
9374 * text.texi (Fields): Describe new `limit' arg in
9375 field-beginning/field-end.
9376
93772001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
9378
5dcb4c4e
SM
9379 * permute-index: Don't depend on csh-specific features.
9380 Replace the interpreter name with /bin/sh.
b8d4c8d0
GM
9381
9382 * two-volume-cross-refs.txt: New file.
9383 * two.el: New file.
9384 * spellfile: New file.
9385
93862001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
9387
9388 * permute-index: New file.
9389
9390 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
9391 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
9392 8+3 restricted namespace.
9393
9394 * Makefile.in (infodir): Define relative to $(srcdir).
9395 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
9396 include directories list via -I switch to makeinfo.
9397 (index.texi): Use cp if both hard and symbolic links fail.
9398
93992001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
9400
9401 * Makefile.in (distclean): Add.
9402
9403 The following changes make ELisp manual part of the Emacs
9404 distribution:
9405
9406 * Makefile.in: Add Copyright notice.
9407 (prefix): Remove.
9408 (infodir): Change value to "../info".
9409 (VPATH): New variable.
9410 (MAKE): Don't define.
9411 (texmacrodir): Don't define.
9412 (texinputdir): Append the existing value of TEXINPUTS.
9413 ($(infodir)/elisp): Instead of just "elisp". Reformat the
9414 command to be compatible with man/Makefile.in, and to put the
9415 output into ../info.
9416 (info): Add target.
9417 (installall): Target removed.
9418
c8763fb6 94192001-10-31 Pavel Janík <Pavel@Janik.cz>
b8d4c8d0
GM
9420
9421 * tips.texi (Coding Conventions): Fix typo.
9422
94232001-10-23 Gerd Moellmann <gerd@gnu.org>
9424
9425 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
9426
94272001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
9428
9429 * files.texi (File Name Components): Update the description of
9430 file-name-sans-extension and file-name-extension, as they now
9431 ignore leading dots.
9432
94332001-10-20 Gerd Moellmann <gerd@gnu.org>
9434
9435 * (Version 21.1 released.)
9436
94372001-10-19 Miles Bader <miles@gnu.org>
9438
9439 * positions.texi (Text Lines): Describe behavior of
9440 `beginning-of-line'/`end-of-line' in the presence of field properties.
9441
94422001-10-17 Gerd Moellmann <gerd@gnu.org>
9443
9444 * Makefile.in (VERSION): Set to 2.8.
9445 (manual): Use `manual-21'.
9446
9447 * elisp.texi (VERSION): Add and use it where the version
9448 number was used. Set it to 2.8.
9449
9450 * intro.texi: Likewise.
9451
94522001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
9453
9454 * files.texi (File Name Completion): Document the significance of
9455 a trailing slash in elements of completion-ignored-extensions.
9456
94572001-10-06 Miles Bader <miles@gnu.org>
9458
9459 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
9460
94612001-10-04 Gerd Moellmann <gerd@gnu.org>
9462
9463 * variables.texi (Variable Aliases): New node.
9464
94652001-10-04 Gerd Moellmann <gerd@gnu.org>
9466
9467 * Branch for 21.1.
9468
94692001-10-02 Miles Bader <miles@gnu.org>
9470
9471 * minibuf.texi (Minibuffer Misc): Add entries for
9472 `minibuffer-contents', `minibuffer-contents-no-properties', and
9473 `delete-minibuffer-contents'.
9474 Correct description for `minibuffer-prompt-end'.
9475
9476 * text.texi (Property Search): Correct descriptions of
9477 `next-char-property-change' and `previous-char-property-change'.
9478 Add entries for `next-single-char-property-change' and
9479 `previous-single-char-property-change'.
9480 Make operand names a bit more consistent.
9481
94822001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
9483
9484 * frames.texi (Finding All Frames): Document that next-frame and
9485 previous-frame are local to current terminal.
9486
94872001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
9488
9489 * keymaps.texi (Creating Keymaps): Fix the description of the
9490 result of make-keymap.
9491
94922001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
9493
9494 * display.texi (Font Lookup, Attribute Functions)
9495 (Image Descriptors): Add cross-references to the definition of
9496 selected frame.
9497
9498 * buffers.texi (The Buffer List): Add cross-references to the
9499 definition of selected frame.
9500
9501 * frames.texi (Input Focus): Clarify which frame is _the_ selected
9502 frame at any given time.
9503 (Multiple Displays, Size and Position): Add a cross-reference to
9504 the definition of the selected frame.
9505
95062001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
9507
9508 * strings.texi (String Conversion) <string-to-number>: Document
9509 that a float is returned for integers that are too large.
9510
9511 * frames.texi (Mouse Position): Document mouse-position-function.
9512 (Display Feature Testing): Document display-images-p.
9513 (Window Frame Parameters): Document the cursor-type variable.
9514
9515 * numbers.texi (Integer Basics): Document CL style read syntax for
9516 integers in bases other than 10.
9517
5dcb4c4e
SM
9518 * positions.texi (List Motion):
9519 Document open-paren-in-column-0-is-defun-start.
b8d4c8d0
GM
9520
9521 * lists.texi (Sets And Lists): Document member-ignore-case.
9522
9523 * internals.texi (Garbage Collection): Document the used and free
9524 strings report.
9525 (Memory Usage): Document strings-consed.
9526
9527 * os.texi (Time of Day): Document float-time.
9528 (Recording Input): Document that clear-this-command-keys clears
9529 the vector to be returned by recent-keys.
9530
9531 * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
9532 argument keymap can be a list.
9533
9534 * nonascii.texi (User-Chosen Coding Systems)
9535 <select-safe-coding-system>: Document the new argument
9536 accept-default-p and the variable
9537 select-safe-coding-system-accept-default-p. Tell what happens if
9538 buffer-file-coding-system is undecided.
9539 (Default Coding Systems): Document auto-coding-regexp-alist.
9540
9541 * display.texi (The Echo Area) <message>: Document
9542 message-truncate-lines.
9543 (Glyphs): Document that the glyph table is unused on windowed
9544 displays.
9545
9546 * help.texi (Describing Characters) <single-key-description>:
9547 Document the new argument no-angles.
9548 (Accessing Documentation) <documentation-property>: Document that
9549 a non-string property is evaluated.
9550 <documentation>: Document that the function-documentation property
9551 is looked for.
9552
9553 * windows.texi (Selecting Windows): Document some-window.
9554
9555 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
9556
9557 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
9558 apropos-mode-hook.
9559
9560 * commands.texi (Using Interactive): Document interactive-form.
9561 (Keyboard Macros): Document kbd-macro-termination-hook.
9562 (Command Loop Info): Document that clear-this-command-keys clears
9563 the vector to be returned by recent-keys.
9564
95652001-09-04 Werner LEMBERG <wl@gnu.org>
9566
9567 * Makefile.in (srcdir, texinputdir): New variables.
9568 (srcs, index.texi, install): Use $(srcdir).
9569 (.PHONY): Remove elisp.dvi.
9570 (elisp): Use -I switch for makeinfo.
9571 (elisp.dvi): Use $(srcdir) and $(texinputdir).
9572 (installall, dist): Use $(srcdir).
9573 Fix path to texinfo.tex.
9574 (maintainer-clean): Add elisp.dvi and elisp.oaux.
9575
95762001-08-30 Gerd Moellmann <gerd@gnu.org>
9577
9578 * display.texi (Conditional Display): Adjust to API change.
9579
9580 * configure: New file.
9581
95822001-07-30 Gerd Moellmann <gerd@gnu.org>
9583
9584 * commands.texi (Repeat Events): Add description of
9585 double-click-fuzz.
9586
95872001-05-08 Stefan Monnier <monnier@cs.yale.edu>
9588
9589 * syntax.texi (Syntax Class Table): Add the missing designator for
9590 comment and string fences.
9591 (Syntax Properties): Add a xref to syntax table internals.
9592 (Syntax Table Internals): Document string-to-syntax.
9593
95942001-05-07 Gerd Moellmann <gerd@gnu.org>
9595
9596 * Makefile.in (install): Use install-info command line options
9597 like in Emacs' Makefile.in.
9598
95992000-12-09 Miles Bader <miles@gnu.org>
9600
9601 * windows.texi (Window Start): Update documentation for
9602 `pos-visible-in-window-p'.
9603
96042000-11-12 Stefan Monnier <monnier@cs.yale.edu>
9605
9606 * lists.texi (Building Lists): Add footnote to explain how to add
9607 to the end of a list.
9608
96092000-10-25 Gerd Moellmann <gerd@gnu.org>
9610
9611 * files.texi (Visiting Functions): Typos.
9612
96132000-10-25 Kenichi Handa <handa@etl.go.jp>
9614
9615 * files.texi (Visiting Functions): Return value of
9616 find-file-noselect may be a list of buffers if wildcards are used.
9617
96182000-10-24 Miles Bader <miles@lsi.nec.co.jp>
9619
9620 * display.texi (Defining Faces): Document `graphic' display type
9621 in face specs.
9622
b344d29d 96232000-10-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
b8d4c8d0
GM
9624
9625 * hooks.texi (Standard Hooks): Replace obsolete
9626 `after-make-frame-hook' with `after-make-frame-functions'.
9627
9628 * frames.texi (Creating Frames): Ditto.
9629
9630 * variables.texi (Future Local Variables): Ditto.
9631
96322000-10-16 Gerd Moellmann <gerd@gnu.org>
9633
9634 * display.texi (Other Image Types): Add description of :foreground
9635 and :background properties of mono PBM images.
9636
96372000-08-17 Werner LEMBERG <wl@gnu.org>
9638
9639 * .cvsignore: New file.
9640
96412000-01-05 Gerd Moellmann <gerd@gnu.org>
9642
9643 * tindex.pl: New script.
9644
96451999-12-03 Dave Love <fx@gnu.org>
9646
9647 * Makefile.in (MAKEINFO): New parameter.
9648
96491999-09-17 Richard Stallman <rms@gnu.org>
9650
9651 * Makefile.in (srcs): Add hash.texi.
9652 (VERSION): Update to 20.6.
9653
96541999-09-13 Richard Stallman <rms@gnu.org>
9655
9656 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
9657
96581998-08-29 Karl Heuer <kwzh@gnu.org>
9659
9660 * configure.in: New file.
9661 * Makefile.in: Renamed from Makefile.
9662 (prefix, infodir): Use value obtained from configure.
9663 (emacslibdir): Obsolete variable deleted.
9664 (dist): Distribute configure.in, configure, Makefile.in.
9665
96661998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
9667
9668 * Makefile (INSTALL_INFO): New variable.
9669 (install): Run install-info.
9670
96711998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
9672
9673 * Makefile (elisp.dvi): Add missing backslash.
9674
96751998-05-02 Richard Stallman <rms@psilocin.gnu.org>
9676
9677 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
9678 Run texindex without `./'. Always run texindex on elisp.tp.
9679 (elisp.tps): Target deleted.
9680
96811998-04-05 Richard Stallman <rms@psilocin.gnu.org>
9682
9683 * Makefile (srcs): Add nonascii.texi and customize.texi.
9684 (dist): Start by deleting `temp'.
9685
96861998-02-17 Richard Stallman <rms@psilocin.gnu.org>
9687
9688 * Makefile (makeinfo, texindex): Targets deleted.
9689 (makeinfo.o, texindex.o): Targets deleted.
9690 (clean, dist): Don't do anything with them or with getopt*.
9691
96921998-01-30 Richard Stallman <rms@psilocin.gnu.org>
9693
9694 * Makefile (SHELL): Defined.
9695
96961998-01-27 Richard Stallman <rms@psilocin.gnu.org>
9697
9698 * Makefile (elisp.tps): New target.
9699 (elisp.dvi): Depend on elisp.tps.
9700
c5602427 97011996-04-03 Karl Heuer <kwzh@gnu.ai.mit.edu>
b8d4c8d0
GM
9702
9703 * README: Update phone number.
9704
9705 * Makefile (elisp): Make this be the default target.
9706 Depend on makeinfo.c instead of makeinfo.
9707 (install): Don't depend on elisp.dvi, since we don't install that.
9708 Use mkinstalldirs.
9709 (dist): Add mkinstalldirs.
9710
c5602427 97111995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
b8d4c8d0
GM
9712
9713 * Makefile (VERSION): Update version number.
5dcb4c4e 9714 (maintainer-clean): Rename from realclean.
b8d4c8d0 9715
c5602427 97161995-06-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
b8d4c8d0
GM
9717
9718 * Makefile (realclean): New target.
9719 (elisp): Remove any old elisp-* files first.
9720
c5602427 97211993-11-23 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
b8d4c8d0
GM
9722
9723 * Makefile (VERSION): New variable.
9724 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
9725 Compressed file suffix should be `.gz', not `.z'.
9726
ce058493 97271993-11-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
9728
9729 * Makefile (elisp): Depend on makeinfo.
9730
c5602427 97311993-11-19 Noah Friedman (friedman@gnu.ai.mit.edu)
b8d4c8d0
GM
9732
9733 * Makefile (srcs): Add anti.texi.
9734
c5602427 97351993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
9736
9737 * Makefile (infodir, prefix): New vars.
9738 (install): Use infodir.
f4e90db0 9739 (emacsinfodir): Delete.
b8d4c8d0 9740
c5602427 97411993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
9742
9743 * Makefile (srcs): Add calendar.texi.
9744
9745 * Makefile (dist): Copy texindex.c and makeinfo.c.
9746 Limit elisp-* files to those with one or two digits.
9747
c5602427 97481993-05-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0 9749
f4e90db0 9750 * Makefile (dist): Change to use Gzip instead of compress.
b8d4c8d0 9751
c5602427 97521993-04-23 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
9753
9754 * loading.texi (Unloading): define-function changed back to
9755 defalias. It may not stay this way, but at least it's
9756 consistent with the known-good version of the code patch.
9757
c5602427 97581993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
b8d4c8d0
GM
9759
9760 * modes.texi (Hooks): Document new optional arg of add-hook.
9761
c5602427 97621993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
9763
9764 * variables.texi: Document nil initial value of buffer-local variables.
9765
9766 * tips.texi: Add new section on standard library headers.
9767
c5602427 97681993-02-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
9769
9770 * Makefile (srcs): Add frame.texi to the list of sources.
9771
c5602427 97721993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
9773
9774 * Makefile (dist): Don't bother excluding autosave files; they'll
9775 never make it into the temp directory anyway, and the hash marks
9776 in the name are problematic for make and the Bourne shell.
9777 (srcs):
9778
c5602427 97791993-02-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
9780
9781 * Makefile (dist): Don't include backup files or autosave files in
9782 the distribution tar file.
9783
c5602427 97841991-11-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0 9785
5dcb4c4e 9786 * Makefile (srcs): Add index.perm.
b8d4c8d0
GM
9787 (elisp.dvi): Remove erroneous shell comment.
9788 Expect output of permute-index in permuted.fns.
9789 Save old elisp.aux in elisp.oaux.
5dcb4c4e 9790 (clean): Add index.texi to be deleted.
b8d4c8d0 9791
c5602427 97921990-08-11 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
9793
9794 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
9795
c5602427 97961990-06-26 David Lawrence (tale@geech)
b8d4c8d0
GM
9797
9798 * files.texi: Noted that completion-ignored-extensions is ignored
9799 when making *Completions*.
9800
3e868ee3 98011990-06-08 Jay Fenlason (hack@ai.mit.edu)
b8d4c8d0
GM
9802
9803 * Makefile make dist now depends on elisp.dvi, since it tries
9804 to include it in the dist file.
9805
c5602427 98061990-03-28 Jim Kingdon (kingdon@mole.ai.mit.edu)
b8d4c8d0 9807
c5602427 9808 * functions.texinfo (Mapping Functions): Add missing quote.
b8d4c8d0 9809
c5602427 98101989-06-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
9811
9812 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
9813 (defunargs): Turn off \hyphenchar of \sl font temporarily.
9814
c5602427 98151989-05-10 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
9816
9817 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
9818 and @error{} are the terms now being used. The files in the
9819 directory have been changed to reflect this.
9820
9821 * All instances of @indentedresultt{} have been changed to
333f9019 9822 ` @result{}', using 5 spaces at the beginning of the line.
b8d4c8d0 9823
c5602427 98241989-04-24 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
9825
9826 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
9827 experimental @indentedresult{}, @indentedexpandsto{} are part of
9828 the texinfo.tex in this directory. These TeX macros are not
9829 stable yet.
9830
c5602427 98311989-04-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
9832
9833 * texinfo.tex: Temporarily added
9834 \let\result=\dblarrow
9835 \def\error{{\it ERROR} \longdblarrow}
9836 We need to do this better soon.
9837
c5602427 98381989-04-11 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
9839
9840 * Applied Karl Berry's patches to *.texinfo files, but not to
9841 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
9842 new title page format is also not applied, since it requires
9843 texinfo.tex changes.)
9844
9845 * Cleaned up `Makefile' and defined the `emacslibdir' directory
9846 for the Project GNU development environment.
9847
9848;; Local Variables:
c8763fb6 9849;; coding: utf-8
b8d4c8d0
GM
9850;; End:
9851
acaf905b 9852 Copyright (C) 1998-2012 Free Software Foundation, Inc.
b8d4c8d0
GM
9853
9854 This file is part of GNU Emacs.
9855
352c8b4a 9856 GNU Emacs is free software: you can redistribute it and/or modify
b8d4c8d0 9857 it under the terms of the GNU General Public License as published by
352c8b4a
GM
9858 the Free Software Foundation, either version 3 of the License, or
9859 (at your option) any later version.
b8d4c8d0
GM
9860
9861 GNU Emacs is distributed in the hope that it will be useful,
9862 but WITHOUT ANY WARRANTY; without even the implied warranty of
9863 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9864 GNU General Public License for more details.
9865
9866 You should have received a copy of the GNU General Public License
352c8b4a 9867 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.