Native scroll-bars are not implemented for Nextstep (bug#10673)
[bpt/emacs.git] / doc / lispref / ChangeLog
CommitLineData
7a9a2fc6
GM
12012-02-01 Glenn Morris <rgm@gnu.org>
2
3 * modes.texi (Defining Minor Modes):
4 Mention disabling global minor modes on a per-major-mode basis.
5
a037c171
CY
62012-01-31 Chong Yidong <cyd@gnu.org>
7
8 * syntax.texi (Parsing Expressions): Clarify intro (Bug#10657).
9 (Parser State): Remove unnecessary statement (Bug#10661).
10
11 * eval.texi (Intro Eval): Add footnote about "sexp" terminology.
12
56afad3a
GM
132012-01-31 Glenn Morris <rgm@gnu.org>
14
15 * modes.texi (Defining Minor Modes):
16 Document define-minor-mode's new :variable keyword.
17
0f29fa41
CY
182012-01-29 Chong Yidong <cyd@gnu.org>
19
837a390a
CY
20 * syntax.texi (Syntax Class Table): Tweak description of newline
21 char syntax (Bug#9619).
22
0f29fa41
CY
23 * numbers.texi (Predicates on Numbers): Fix wholenump/natnump
24 description (Bug#10189).
25
182148ee
GM
262012-01-29 Glenn Morris <rgm@gnu.org>
27
a49ca6b9
GM
28 * files.texi (Changing Files): Document SELinux support.
29
182148ee
GM
30 * windows.texi (Window Sizes): Fix typo.
31
9962192e
CY
322012-01-28 Chong Yidong <cyd@gnu.org>
33
8c6e1920
CY
34 * display.texi (Fringe Indicators): Clarify fringe-indicator-alist
35 doc (Bug#8568).
36
9583ec59
CY
37 * frames.texi (Input Focus): Add NORECORD arg to
38 select-frame-set-input-focus. Clarify its role in select-frame.
39
10256988
CY
40 * text.texi (Transposition): We don't use transpose-region as an
41 internal subroutine (Bug#3249).
42
9962192e
CY
43 * modes.texi (Example Major Modes): Update Lisp example code to
44 current sources. Delete the old non-derived-major-mode example,
45 which has diverged badly from current sources.
46
2aa43abb
GM
472012-01-27 Glenn Morris <rgm@gnu.org>
48
49 * makefile.w32-in (texinputdir): Fix (presumed) typo.
50 (VERSION, manual): Remove, unused.
51
9f40220d
CY
522012-01-27 Chong Yidong <cyd@gnu.org>
53
54 * commands.texi (Command Overview): Minor clarification (Bug#10384).
55
acc28cb9
CY
562012-01-26 Chong Yidong <cyd@gnu.org>
57
58 * searching.texi (String Search): Document negative repeat count
59 (Bug#10507).
60
48da7392
GM
612012-01-26 Glenn Morris <rgm@gnu.org>
62
63 * variables.texi (Using Lexical Binding):
64 Mention that lexical-binding should be set in the first line.
65
69b0acb9
LI
662012-01-26 Lars Ingebrigtsen <larsi@gnus.org>
67
68 * macros.texi (Defining Macros): Don't claim that `declare' only
69 affects Edebug and indentation.
70
543757a8
LI
712012-01-25 Lars Ingebrigtsen <larsi@gnus.org>
72
73 * macros.texi (Defining Macros): Slight `declare' fixup.
74
450e3cae
GM
752012-01-25 Glenn Morris <rgm@gnu.org>
76
24189ce0 77 * makefile.w32-in (texinputdir):
450e3cae
GM
78 * Makefile.in (ENVADD): Add $emacsdir. (Bug#10603)
79
1021c761
CY
802012-01-24 Chong Yidong <cyd@gnu.org>
81
82 * variables.texi (Variables, Local Variables, Void Variables):
83 Edit to make the descriptions less specific to dynamic binding.
84 (Local Variables): Default max-specpdl-size is now 1300.
85 (Defining Variables): Edits for lexical scoping. Delete
86 information about starting docstrings with *. De-document
87 user-variable-p.
88 (Tips for Defining): Remove an unimportant discussion of quitting
89 in the middle of a load.
90 (Accessing Variables, Setting Variables): Discuss lexical binding.
91 (Variable Scoping): Rewrite.
92 (Scope, Extent, Impl of Scope): Nodes deleted.
93 (Dynamic Binding): New node, with material from Scope, Extent, and
94 Impl of Scope nodes.
95 (Dynamic Binding Tips): Rename from Using Scoping.
96 (Lexical Binding): Rewrite.
97 (Using Lexical Binding): Rename from Converting to Lexical
98 Binding. Convert to subsection.
99
100 * customize.texi (Variable Definitions): Add custom-variable-p.
101 Move user-variable-p documentation here.
102
31cbea1d
CY
1032012-01-23 Chong Yidong <cyd@gnu.org>
104
105 * strings.texi (Text Comparison): Minor qualification.
106
107 * lists.texi (Cons Cells): Copyedits.
108 (List Elements): Mention push.
109 (List Variables): Mention pop.
110 (Rings): Move to sequences.texi.
111
112 * sequences.texi (Sequence Functions): Don't repeat the
113 introduction already given in the parent.
114 (Vectors): Copyedits.
115 (Rings): Move from lists.texi. Note that this is specific to the
116 ring package.
117
118 * symbols.texi (Definitions, Symbol Components): Mention variable
119 scoping issues.
120 (Plists and Alists): Copyedits.
121
122 * eval.texi (Intro Eval, Symbol Forms): Minor tweaks for
123 correctness with lexical scoping.
124 (Eval): Copyedits.
125
fead402d
CY
1262012-01-21 Chong Yidong <cyd@gnu.org>
127
128 * intro.texi (A Sample Function Description): Special notation
129 used for macros too.
130
131 * objects.texi (Ctl-Char Syntax, Other Char Bits): Copyedits.
132 (Symbol Type): Add xref for keyword symbols.
133 (Sequence Type): Clarify differences between sequence types.
134 (Cons Cell Type): Add "linked list" index entry.
135 (Non-ASCII in Strings): Copyedits.
136 (Equality Predicates): Symbols with same name need not be eq.
137
138 * numbers.texi (Float Basics): Document isnan, copysign, frexp and
139 ldexp. Move float-e and float-pi to Math Functions node.
140
61086eb6
GM
1412012-01-21 Glenn Morris <rgm@gnu.org>
142
143 * modes.texi (Auto Major Mode):
144 * variables.texi (File Local Variables):
145 Mention inhibit-local-variables-regexps.
146
34a02f46
MR
1472012-01-19 Martin Rudalics <rudalics@gmx.at>
148
149 * windows.texi (Window Configurations): Rewrite references to
150 persistent window parameters.
151 (Window Parameters): Fix description of persistent window
152 parameters.
153
f5064cae
JB
1542012-01-16 Juanma Barranquero <lekktu@gmail.com>
155
156 * windows.texi (Window Parameters): Use @pxref.
157
6a6ee00d
MR
1582012-01-16 Martin Rudalics <rudalics@gmx.at>
159
160 * windows.texi (Window Configurations, Window Parameters):
161 Describe persistent window parameters.
162
9ca4c014
SM
1632011-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
164
165 * variables.texi (Creating Buffer-Local): Warn against misuses of
166 make-variable-buffer-local (bug#10258).
167
d027f83d
LMI
1682012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
169
170 * macros.texi (Defining Macros): Document `doc-string' (bug#9668).
171
89bd9ccd
CY
1722012-01-06 Chong Yidong <cyd@gnu.org>
173
174 * variables.texi (Directory Local Variables): Document
175 hack-dir-local-variables-non-file-buffer.
176
c869783d
GM
1772012-01-06 Glenn Morris <rgm@gnu.org>
178
179 * maps.texi (Standard Keymaps): Refer to Info-edit by name
180 rather than by keybinding.
181
2cae5ba4
JB
1822011-12-29 Juanma Barranquero <lekktu@gmail.com>
183
184 * frames.texi (Font and Color Parameters): Add @pxref.
185
43da4d08
DC
1862011-12-29 Daniel Colascione <dan.colascione@gmail.com>
187
188 * frames.texi (Font and Color Parameters):
189 Document w32 font backends (bug#10399).
190
8d80ef01
PE
1912011-12-28 Paul Eggert <eggert@cs.ucla.edu>
192
193 * files.texi (File Attributes, Changing Files):
194 Use a more-natural notation for octal numbers.
195
9022ae07
JB
1962011-12-23 Juanma Barranquero <lekktu@gmail.com>
197
198 * variables.texi (Variables with Restricted Values):
199 Change reference to variable (bug#10354).
200
454592a6
MR
2012011-12-13 Martin Rudalics <rudalics@gmx.at>
202
203 * windows.texi (Splitting Windows): Use t instead of non-nil
204 when describing window-combination-resize.
205
a7cdbfce
SM
2062011-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
207
208 * text.texi (Special Properties): Warn against `intangible' properties
209 (bug#10222).
210
a3dcc84e
EZ
2112011-11-26 Eli Zaretskii <eliz@gnu.org>
212
579ebf8f
EZ
213 * display.texi (Truncation):
214 * text.texi (Special Properties): Describe what a stretch-glyph is
215 instead of using that term without explanation. Make the
216 cross-references more accurate.
217
a3dcc84e
EZ
218 * display.texi (Usual Display): Update the description,
219 cross-references, and indexing related to display of control
220 characters and raw bytes.
221
94af99a4
MR
2222011-11-25 Martin Rudalics <rudalics@gmx.at>
223
224 * windows.texi (Splitting Windows): Fix description of
225 window-combination-limit. Suggested by Eli Zaretskii.
226
1c3d7a13
CY
2272011-11-23 Chong Yidong <cyd@gnu.org>
228
229 * windows.texi (Window Sizes): Move window-top-line,
230 window-left-column, and window-*-pixel-edges to Coordinates and
231 Windows node.
232 (Coordinates and Windows): Restore window-edges doc.
233
90151a1e
MR
2342011-11-21 Martin Rudalics <rudalics@gmx.at>
235
a7cdbfce
SM
236 * windows.texi (Windows and Frames, Splitting Windows):
237 Fix typos.
90151a1e 238
a9b9b7f5
CY
2392011-11-21 Chong Yidong <cyd@gnu.org>
240
241 * windows.texi (Splitting Windows): Fix error in documentation of
242 window-combination-limit.
243 (Cyclic Window Ordering): Minor fixes to next-window,
244 one-window-p, and get-lru-window docs. Don't document
245 window-list-1.
246 (Buffers and Windows): Copyedits.
247 (Choosing Window): Document special handling of special-display-*.
248 (Choosing Window Options): Fix display-buffer-reuse-frames doc.
a7cdbfce
SM
249 Don't document even-window-heights, which is going away.
250 Clarify which options are obeyed by which action functions.
a9b9b7f5 251
f4e90db0
SM
2522011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
253
254 * display.texi (Invisible Text): Clarify point adjustment (bug#10072).
255
d2999b1a
MR
2562011-11-20 Martin Rudalics <rudalics@gmx.at>
257
f4e90db0
SM
258 * windows.texi (Resizing Windows, Splitting Windows):
259 Remove term "status" when talking about combination limits.
d2999b1a 260
cd1181db
JB
2612011-11-20 Juanma Barranquero <lekktu@gmail.com>
262
263 * compile.texi (Compiler Errors):
264 * help.texi (Help Functions): Fix typos.
265
7bf54975
CY
2662011-11-19 Chong Yidong <cyd@gnu.org>
267
268 * windows.texi (Splitting Windows): Clarify role of window
269 parameters in split-window. Shorten the example.
f4e90db0
SM
270 (Deleting Windows): Rewrite intro to handle internal windows.
271 Fix delete-windows-on doc.
7bf54975
CY
272 (Selecting Windows): Copyedits.
273
a0c2d0ae
MR
2742011-11-17 Martin Rudalics <rudalics@gmx.at>
275
276 * windows.texi (Resizing Windows, Splitting Windows)
277 (Deleting Windows): Use term window-combination-resize instead
278 of window-splits.
279
b6f67890
MR
2802011-11-16 Martin Rudalics <rudalics@gmx.at>
281
f4e90db0
SM
282 * windows.texi (Resizing Windows, Splitting Windows):
283 Rename occurrences of window-nest to window-combination-limit.
b6f67890 284
0b381c7e
JB
2852011-11-14 Juanma Barranquero <lekktu@gmail.com>
286
287 * intro.texi (Lisp History): Fix typo.
288
89d61221
MR
2892011-11-12 Martin Rudalics <rudalics@gmx.at>
290
f4e90db0
SM
291 * windows.texi (Splitting Windows, Deleting Windows):
292 Remove references to splits status of windows.
89d61221 293
b2621720
GM
2942011-11-10 Glenn Morris <rgm@gnu.org>
295
296 * buffers.texi (Read Only Buffers): Expand a bit on why
297 toggle-read-only should only be used interactively. (Bug#7292)
298
d2ad7ee1
CY
2992011-11-09 Chong Yidong <cyd@gnu.org>
300
301 * windows.texi (Window Sizes): Document window-pixel-edges,
c4e7c63a 302 window-inside-pixel-edges, window-absolute-pixel-edges, and
d2ad7ee1
CY
303 window-inside-absolute-pixel-edges.
304 (Resizing Windows): shrink-window-if-larger-than-buffer works on
305 non-full-width windows.
306
2cffd681
MR
3072011-11-09 Martin Rudalics <rudalics@gmx.at>
308
309 * windows.texi (Resizing Windows): Rewrite documentation of
310 window-resizable.
311
f6f6d7e7
CY
3122011-11-09 Chong Yidong <cyd@gnu.org>
313
314 * windows.texi (Splitting Windows): Simplify example.
315
a79db6e0
CY
3162011-11-08 Chong Yidong <cyd@gnu.org>
317
318 * windows.texi (Window Sizes): Copyedits. Document
319 window-text-height. Remove window-min-height and window-min-width
320 discussion, referring instead to Emacs manual.
321 (Splitting Windows, Resizing Windows): Add xref to Emacs manual.
e7313f33
CY
322 (Resizing Windows): Simplify introduction. Don't document
323 enlarge-window, shrink-window, enlarge-window-horizontally, and
324 shrink-window-horizontally; they are no longer preferred for
325 calling from Lisp, and are already documented in the Emacs manual.
a79db6e0 326
441950c7
GM
3272011-11-07 Glenn Morris <rgm@gnu.org>
328
329 * windows.texi (Choosing Window): Fix keybinding typo.
330
be7f5545
MR
3312011-11-07 Martin Rudalics <rudalics@gmx.at>
332
333 * windows.texi (Resizing Windows, Splitting Windows)
334 (Window Configurations): Use "child window" instead of
335 "subwindow".
336
291d142b
CY
3372011-11-06 Chong Yidong <cyd@gnu.org>
338
339 * windows.texi (Basic Windows): Clarify various definitions.
340 Treat window-normalize-* as internal; don't document them.
341 (Windows and Frames): Various clarifications, e.g. non-live
342 windows also belong to frames. Fix window-list description.
343 Simplify window nesting example.
f4e90db0
SM
344 (Splitting Windows, Window Configurations):
345 Use split-window-below.
291d142b 346
89bd5ee1
EZ
3472011-11-04 Eli Zaretskii <eliz@gnu.org>
348
349 * windows.texi (Window Sizes): Mention in the doc string that the
350 return values of `window-body-height' and `window-body-width' are
351 in frame's canonical units. (Bug#9949)
352
3d8daefe
MR
3532011-10-30 Martin Rudalics <rudalics@gmx.at>
354
355 * windows.texi (Windows and Frames): Remove "iso-" infix from
356 documentation of window-iso-combined-p.
357
60754666
CY
3582011-10-26 Chong Yidong <cyd@gnu.org>
359
360 * modes.texi (Running Hooks): Document with-wrapper-hook.
361
d366bd53
CY
3622011-10-18 Chong Yidong <cyd@gnu.org>
363
364 * display.texi (Glyphless Chars): New node.
365
50b063c3
CY
3662011-10-13 Chong Yidong <cyd@stupidchicken.com>
367
368 * text.texi (Yanking): Document yank-excluded-properties.
369
370 * package.texi (Packaging Basics): The commentary should say how
371 to begin using the package.
372
c72063fa
MR
3732011-10-11 Martin Rudalics <rudalics@gmx.at>
374
375 * windows.texi (Deleting Windows): Mention which window gets
376 selected when deleting the selected window.
377
d83dc65b
MR
3782011-10-09 Martin Rudalics <rudalics@gmx.at>
379
380 * buffers.texi (The Buffer List): Describe how bury-buffer deals
381 with the selected window.
382 * windows.texi (Buffers and Windows): Reformulate text on how
383 replace-buffer-in-windows deals with a window.
384 (Quitting Windows): Describe how quit-window deals with a
385 standalone frame. Describe new option frame-auto-hide-function.
386
c599682c
GM
3872011-10-08 Glenn Morris <rgm@gnu.org>
388
48bca619
GM
389 * symbols.texi (Other Plists): Markup fix. (Bug#9702)
390
c599682c
GM
391 * positions.texi (Excursions): Update warning message.
392
969aa734
CY
3932011-10-05 Chong Yidong <cyd@stupidchicken.com>
394
f4e90db0
SM
395 * display.texi (Low-Level Font, Face Attributes, Font Lookup):
396 Fix Emacs manual xref (Bug#9675).
969aa734 397
550f41cd
CY
3982011-10-01 Chong Yidong <cyd@stupidchicken.com>
399
400 * windows.texi (Textual Scrolling): Document scroll-up-command,
401 scroll-down-command, scroll-error-top-bottom, and the
402 scroll-command symbol property.
717a1362
CY
403 (Display Action Functions): Fix description of
404 display-buffer-pop-up-window.
550f41cd 405
a239d4e9
JB
4062011-09-28 Juanma Barranquero <lekktu@gmail.com>
407
408 * windows.texi (Splitting Windows): Fix typos.
409
590c056d
MR
4102011-09-25 Martin Rudalics <rudalics@gmx.at>
411
412 * windows.texi (Windows and Frames, Display Action Functions)
413 (Switching Buffers): Fix some typos.
414 (Buffers and Windows): Remove reference to window-auto-delete.
415 Reword description of replace-buffer-in-windows.
416 (Window History): Fix some typos and refer to frame local buffer
417 list.
c419f5cb
MR
418 (Quitting Windows): New node.
419 (Window Configurations): Add descriptions of window-state-get
420 and window-state-put.
421 (Window Parameters): Describe variable ignore-window-parameters.
422 Sketch some window parameters currently in use.
423 * elisp.texi (Top): Update node listing.
590c056d 424
9ec20d36
CY
4252011-09-25 Chong Yidong <cyd@stupidchicken.com>
426
427 * windows.texi (Display Action Functions)
428 (Choosing Window Options): New nodes.
429
0e406a72
CY
4302011-09-24 Chong Yidong <cyd@stupidchicken.com>
431
432 * windows.texi (Window History): New node. Move text here from
433 Buffers and Windows.
434 (Switching Buffers): Rename from Displaying Buffers, since we
f4e90db0
SM
435 don't document display-buffer here; callers changed.
436 Document FORCE-SAME-WINDOW arg to switch-to-buffer and
0e406a72
CY
437 switch-to-buffer-other-frame. Delete duplicate
438 replace-buffer-in-windows doc.
439 (Choosing Window): Document display actions.
440
6bf7006f
EZ
4412011-09-24 Eli Zaretskii <eliz@gnu.org>
442
443 * display.texi (Forcing Redisplay): Update the description of
444 redisplay-dont-pause due to change in the default value.
445
b33b68a3
MR
4462011-09-23 Martin Rudalics <rudalics@gmx.at>
447
448 * frames.texi (Frames and Windows): Move section and rename to
449 Windows and Frames in windows.texi.
450 * windows.texi (Windows): Restructure.
451 (Basic Windows): Rewrite. Explain live and internal windows and
452 normalization functions.
453 (Windows and Frames): Move section here from frames.texi.
454 Describe subwindows, window combinations, window tree, and
455 corresponding functions including window-list here.
456 (Window Sizes): Rename section from Size of Window and move it
457 up in chapter. Describe total and body sizes and the
458 corresponding functions. Explain new semantics of
459 window-min-height/-width.
460 (Resizing Windows): Move section up in chapter. Describe new
461 resize functions.
462 (Splitting Windows): Describe new behavior of split-window,
463 split-window-above-each-other and split-window-side-by-side.
464 Provide examples. Describe window-nest and window-splits
465 options.
466 (Deleting Windows): Minor rewrite.
f4e90db0
SM
467 (Selecting Windows): Minor rewrite.
468 Describe frame-selected-window and set-frame-selected-window here.
469 (Cyclic Window Ordering): Minor rewrite.
470 Describe window-list-1.
b33b68a3
MR
471 (Buffers and Windows): Rewrite. Explain a window's previous and
472 next buffers and the corresponding functions.
c4682d18 473 (Window Tree): Merge into Windows and Frames section.
b33b68a3
MR
474 * elisp.texi (Top): Update node listings for frames and windows
475 sections.
476
4d3786ac
SM
4772011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
478
479 * display.texi (Face Functions): `face-list' returns faces (bug#9564).
480
713df35b
LMI
4812011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
482
483 * errors.texi (Standard Errors): Remove apparent placeholder text
484 (bug#9491).
485
33ed493b
CY
4862011-09-18 Chong Yidong <cyd@stupidchicken.com>
487
488 * frames.texi (Management Parameters): Fix description of
489 icon-type parameter.
490
b8f0a954
CY
4912011-09-17 Chong Yidong <cyd@stupidchicken.com>
492
493 * tips.texi (Key Binding Conventions): Don't bind a key sequence
494 ending in C-g. Suggested by Edward O'Connor.
495
eddf142c
EZ
4962011-09-17 Eli Zaretskii <eliz@gnu.org>
497
498 * numbers.texi (Integer Basics): Add indexing for
499 most-positive-fixnum and most-negative-fixnum. (Bug#9525)
500
bf1af6c7
DM
5012011-09-14 Dani Moncayo <dmoncayo@gmail.com> (tiny change)
502
503 * lists.texi (Sets And Lists): Fix typo. (Bug#9393)
504
cec2eab8
JB
5052011-09-11 Juanma Barranquero <lekktu@gmail.com>
506
507 * processes.texi (Network Servers): Clarify what the process
508 buffer is used for (bug#9233).
509
51751aa2 5102011-08-30 Dani Moncayo <dmoncayo@gmail.com> (tiny change)
1f403cb9
DM
511
512 * lists.texi (Building Lists): Fix typo.
513
35137ed3
CY
5142011-08-30 Chong Yidong <cyd@stupidchicken.com>
515
516 * display.texi (Basic Faces): New node. Document new faces.
517
518 * modes.texi (Major Mode Conventions): Move some text there.
519 (Mode Help): Remove major-mode var, duplicated in Major Modes.
520
3fd50d5c
CY
5212011-08-29 Chong Yidong <cyd@stupidchicken.com>
522
523 * modes.texi (Basic Major Modes): New node. Callers updated.
524 (Major Modes): Document fundamental-mode and major-mode.
525 (Major Mode Basics): Node deleted; text moved to Major Modes.
526 (Derived Modes): Document derived-mode-p.
527
ddb54206
CY
5282011-08-28 Chong Yidong <cyd@stupidchicken.com>
529
a6326082
CY
530 * files.texi (Changing Files, Create/Delete Dirs): Document new
531 arguments for delete-file, delete-directory, and copy-directory.
e2aeef63
CY
532 (Visiting Functions): Remove view-file; it is documented in the
533 Emacs manual.
04e2ce72 534
ddb54206
CY
535 * frames.texi (Layout Parameters): The defaults for the
536 menu-bar-lines and tool-bar-lines parameters depend on the mode.
537
538 * display.texi (Progress): Document spinner functionality.
539
540 * os.texi (Killing Emacs): Note that kill-emacs can be called by
541 operating system signals. Refer to save-buffers-kill-terminal
542 instead of save-buffers-kill-emacs.
543
544 * objects.texi (Symbol Type): Document ## print representation.
545
0c95fcf7
EZ
5462011-08-25 Eli Zaretskii <eliz@gnu.org>
547
548 * display.texi (Specified Space): Mention that `space' specs
549 influence bidi reordering.
550 (Bidirectional Display): Explain how to use `(space . PROPS)' for
551 separating fields with bidirectional content.
552
5980d4c6
EZ
5532011-08-24 Eli Zaretskii <eliz@gnu.org>
554
555 * display.texi (Bidirectional Display): Document return value in
556 buffers that are not bidi-reordered for display, and in unibyte
557 buffers.
558
bca633fb
EZ
5592011-08-23 Eli Zaretskii <eliz@gnu.org>
560
561 * nonascii.texi (Character Properties): Document the values for
562 unassigned codepoints.
563
c094bb0c
EZ
5642011-08-18 Eli Zaretskii <eliz@gnu.org>
565
566 * nonascii.texi (Character Properties): Document use of
567 `bidi-class' and `mirroring' properties as part of reordering.
568 Provide cross-references to "Bidirectional Display".
569
570 * display.texi (Bidirectional Display): Document the pitfalls of
571 concatenating strings with bidirectional content, with possible
f4e90db0
SM
572 solutions. Document bidi-string-mark-left-to-right.
573 Mention paragraph direction in modes that inherit from prog-mode.
92b71444
EZ
574 Document use of `bidi-class' and `mirroring' properties as part of
575 reordering.
c094bb0c 576
1ea897d5
EZ
5772011-08-16 Eli Zaretskii <eliz@gnu.org>
578
9adfcd0b
EZ
579 * modes.texi (Major Mode Conventions): Improve the documentation
580 of `mode-class' `special' modes.
581
10862873
EZ
582 * nonascii.texi (Character Properties): Document the `mirroring'
583 property. Add index entries.
584
1ea897d5
EZ
585 * syntax.texi (Categories): Add an example of defining a new
586 category and category table.
587
588 * searching.texi (Regexp Backslash): Document how to display
589 existing categories. Mention the possibility of adding
590 categories, and add an xref to where this is described. Add an
591 index entry.
592
ebb552ed
CY
5932011-08-09 Chong Yidong <cyd@stupidchicken.com>
594
595 * text.texi (Special Properties):
596 * display.texi (Overlay Properties): Note that mouse-face cannot
597 change the text size (Bug#8530).
598
51a714e1
CY
5992011-08-08 Chong Yidong <cyd@stupidchicken.com>
600
601 * os.texi (Time of Day): Remove set-time-zone-rule, and recommend
602 using setenv instead.
603
4cc60b9b
EZ
6042011-07-28 Eli Zaretskii <eliz@gnu.org>
605
606 * display.texi (Bidirectional Display): Document the fact that
607 bidi-display-reordering is t by default.
608
5deb92fd
EZ
6092011-07-23 Eli Zaretskii <eliz@gnu.org>
610
611 * display.texi (Bidirectional Display): New section.
612
011b0ad6 6132011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
67f9b9f8
GM
614 Tim Cross <theophilusx@gmail.com> (tiny change)
615 Glenn Morris <rgm@gnu.org>
011b0ad6 616
67f9b9f8 617 * keymaps.texi (Toolkit Differences): New node. (Bug#8176)
011b0ad6 618
4baf28e6
AS
6192011-07-15 Andreas Schwab <schwab@linux-m68k.org>
620
621 * help.texi (Keys in Documentation): Revert last change.
622
66249842
LMI
6232011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
624
f863868c
LMI
625 * help.texi (Keys in Documentation): Clarify that \= only quotes
626 the next character, and doesn't affect longer sequences in
627 particular (bug#8935).
628
f4e90db0
SM
629 * debugging.texi (Using Debugger):
630 Mention @code{eval-expression-debug-on-error} (bug#8549).
66249842 631
0bb23927 6322011-07-14 Eli Zaretskii <eliz@gnu.org>
a2eaa31d
EZ
633
634 * display.texi (Other Display Specs): Document that `left-fringe'
635 and `right-fringe' display specifications are of the "replacing"
636 kind.
637
f2027cdf
LMI
6382011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
639
640 * help.texi (Documentation Basics): Add a link to the Function
641 Documentation node (bug#6580).
642
f987fde4
LMI
6432011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
644
0bc59b25
LMI
645 * keymaps.texi (Menu Bar): Mention :visible and :enable
646 (bug#6344). Text by Drew Adams.
647
63d55f1f
LMI
648 * modes.texi (Running Hooks): Mention buffer-local hook variables
649 (bug#6218).
650
f987fde4
LMI
651 * objects.texi (General Escape Syntax): "a with grave accent" is
652 ?xe0, not ?x8e0 (bug#5259).
653
b7527639
CY
6542011-07-12 Chong Yidong <cyd@stupidchicken.com>
655
656 * display.texi (Face Attributes, Font Selection): Add references
657 to the Fonts node in the Emacs manual (Bug#4178).
658
c830e5ae
CY
6592011-07-12 Chong Yidong <cyd@stupidchicken.com>
660
661 * display.texi (Window Systems): `window-system' is
662 terminal-local.
663
664 * frames.texi (Frame Parameters, Parameter Access): Don't mention
665 frame-local variables.
666
667 * variables.texi (Buffer-Local Variables): Don't mention obsolete
668 frame-local variables.
669 (Frame-Local Variables): Node deleted.
670
671 * elisp.texi (Top): Update node listing.
672
91223e54
LMI
6732011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
674
675 * elisp.texi: Change "inferiors" to "subnodes" in three places
676 (bug#3523).
677
963578d3
CY
6782011-07-11 Chong Yidong <cyd@stupidchicken.com>
679
680 * frames.texi (Window System Selections): Discussion of
681 x-select-enable-clipboard moved to Emacs manual.
682
07151e49
DD
6832011-07-11 Deniz Dogan <deniz@dogan.se>
684
685 * commands.texi (Prefix Command Arguments): Remove excessive
686 apostrophe.
687
7261e1cf
LMI
6882011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
689
ad21a12a
LMI
690 * syntax.texi (Syntax Descriptors): Clarify that the ". 23" syntax
691 description is a string (bug#3313).
692
7261e1cf
LMI
693 * frames.texi (Display Feature Testing): Try to explain what all
694 the visual classes mean (bug#3042).
695
568f7b79
LMI
6962011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
697
18d59e29
LMI
698 * modes.texi (Mode Line Variables): Document `mode-line-remote'
699 and `mode-line-client' (bug#2974).
700
568f7b79
LMI
701 * text.texi (Insertion): Clarify marker movements (bug#1651).
702 Text from Drew Adams.
703
54e10184
LMI
7042011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
705
d94d85e9
LMI
706 * text.texi (Special Properties): Clarify the format of `face'
707 (bug#1375).
708
54e10184
LMI
709 * commands.texi (Interactive Call): Add a `call-interactively'
710 example (bug#1010).
711
413c488d
LMI
7122011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
713
714 * functions.texi (Calling Functions): Link to the "Interactive
715 Call" node (bug#1001).
716
322b7dab 7172011-07-06 Chong Yidong <cyd@stupidchicken.com>
b00d8c1a 718
3deead93
CY
719 * customize.texi (Composite Types): Move alist and plist to here
720 from Simple Types (Bug#7545).
721
722 * elisp.texi (Top): Update menu description.
723
b00d8c1a
CY
724 * display.texi (Face Attributes): Document negative line widths
725 (Bug#6113).
726
d2a6c43b
TR
7272011-07-03 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
728
729 * searching.texi (Match Data): Note that match data can be
730 overwritten by most functions (bug#2499).
731
c7844a27
LMI
7322011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
733
a9ab721e
LMI
734 * strings.texi (Formatting Strings): Clarify what the "-" and "0"
735 flags mean (bug#6659).
736
c7844a27
LMI
737 * functions.texi (What Is a Function): Document the autoload
738 object (bug#6496).
739
f68d76d0
LMI
7402011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
741
8a20ca4c
LMI
742 * customize.texi (Variable Definitions): Clarify that SETFUNCTION
743 is only used in the Customize user interface (bug#6089).
744
f68d76d0 745 * display.texi (Showing Images): Mention the point of sliced
6dd56db4 746 images (bug#7836).
f68d76d0 747
7018dbe7
EZ
7482011-07-02 Eli Zaretskii <eliz@gnu.org>
749
750 * variables.texi (Defining Variables, Void Variables)
751 (Constant Variables): Fix incorrect usage of @kindex.
752
36cb87a1
LMI
7532011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
754
28ee97c7
LMI
755 * variables.texi (Defining Variables): Add an index entry for
756 `set-variable' (bug#7262).
8d4294e9 757 (Defining Variables): Use @findex for functions.
28ee97c7 758
8862ffd5
LMI
759 * frames.texi (Basic Parameters): Document the `explicit-name'
760 parameter (bug#6951).
761
0ec389b9
LMI
762 * customize.texi (Type Keywords): Clarify that :value provides a
763 default value for all types (bug#7386).
764
36cb87a1
LMI
765 * streams.texi (Output Functions): Document `pp'.
766
11fdef7d 7672011-06-25 Chong Yidong <cyd@stupidchicken.com>
dfc47e35
CY
768
769 * keymaps.texi (Searching Keymaps):
770 * display.texi (Overlay Properties): Fix errors in 2011-05-29
771 change. Suggested by Johan Bockgård.
772
eeafcea7
CY
7732011-06-15 Chong Yidong <cyd@stupidchicken.com>
774
775 * text.texi (Special Properties): Clarify role of font-lock-face.
776
b96e6cde
LMI
7772011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
778
f4e90db0 779 * processes.texi (Process Information): Rename `process-alive-p'
b96e6cde
LMI
780 to `process-live-p' for consistency with other `-live-p' functions.
781
be14b9ab
PE
7822011-06-03 Paul Eggert <eggert@cs.ucla.edu>
783
784 Document wide integers better.
785 * files.texi (File Attributes): Document ino_t values better.
2d365993 786 ino_t values no longer map to anything larger than a single cons.
be14b9ab
PE
787 * numbers.texi (Integer Basics, Integer Basics, Arithmetic Operations):
788 (Bitwise Operations):
001903b5
PE
789 * objects.texi (Integer Type): Use a binary notation that is a bit easier
790 to read, and that will port better if 62-bits becomes the default.
791 Fix or remove incorrect examples.
be14b9ab
PE
792 * os.texi (Time Conversion): Document time_t values better.
793
bcd54f83
LMI
7942011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
795
f4e90db0
SM
796 * processes.texi (Process Information):
797 Document `process-alive-p'.
bcd54f83 798
049bcbcb
CY
7992011-05-29 Chong Yidong <cyd@stupidchicken.com>
800
801 * help.texi (Accessing Documentation):
802 * display.texi (Pixel Specification):
803 * processes.texi (Serial Ports, Serial Ports):
804 * nonascii.texi (Character Properties, Default Coding Systems):
805 * text.texi (Changing Properties, Special Properties):
806 * windows.texi (Window Start and End):
807 * modes.texi (SMIE Indentation Example, SMIE Tricks):
808 * keymaps.texi (Searching Keymaps, Tool Bar):
809 * minibuf.texi (Basic Completion):
810 * compile.texi (Eval During Compile):
811 * strings.texi (Formatting Strings): Tweaks to avoid overflowing
812 7x9 paper in printed manual.
813
814 * lists.texi (Sets And Lists): Fix misplaced text.
815
58539c63
CY
8162011-05-29 Chong Yidong <cyd@stupidchicken.com>
817
818 * keymaps.texi (Remapping Commands): Emphasize that the keymap
819 needs to be active (Bug#8350).
820
6b5681bf
CY
8212011-05-28 Chong Yidong <cyd@stupidchicken.com>
822
b4d52acc
CY
823 * minibuf.texi (Reading File Names): Clarify (Bug#8480).
824
6b5681bf
CY
825 * tips.texi (Coding Conventions): Remove antediluvian filename
826 limit recommendation (Bug#8538).
827
e145f188
GM
8282011-05-27 Glenn Morris <rgm@gnu.org>
829
830 * modes.texi (Auto Major Mode): Update for set-auto-mode changes.
831
eafed945
GM
8322011-05-26 Glenn Morris <rgm@gnu.org>
833
834 * variables.texi (File Local Variables):
835 Update hack-local-variables `mode-only' return value.
2d3ba9e7 836 Add some more details on what this function does in the other case.
eafed945 837
bc8410af
GM
8382011-05-19 Glenn Morris <rgm@gnu.org>
839
840 * lists.texi (Sets And Lists): Mention cl provides union etc.
841
35a30759
N
8422011-05-19 Nix <nix@esperi.org.uk>
843
844 * windows.texi (Displaying Buffers): pop-to-buffer is not a command.
845
846 * text.texi (Parsing HTML): Update for function name changes.
847
848 * syntax.texi (Syntax Flags): Small fix.
849
850 * keymaps.texi (Active Keymaps): Typo fix.
851 (Changing Key Bindings): Grammar fix.
852
853 * frames.texi (Minibuffers and Frames): Grammar fix.
854 (Window System Selections): x-select-enable-clipboard now defaults to t.
855
856 * customize.texi (Common Keywords):
857 * display.texi (Abstract Display):
858 * modes.texi (Auto-Indentation):
859 * nonascii.texi (Converting Representations): Typo fixes.
860
861 * control.texi (Examples of Catch): Call it "goto" not "go to".
862
e3934a8a
EZ
8632011-05-14 Eli Zaretskii <eliz@gnu.org>
864
bc039a3b
EZ
865 * nonascii.texi (Character Properties): Fix inconsistencies with
866 implementation.
867
e3934a8a
EZ
868 * text.texi (Special Properties): Move @defvar's out of the
869 @table. (Bug#8652)
870
e2c94218
GM
8712011-05-12 Glenn Morris <rgm@gnu.org>
872
873 * display.texi (Image Descriptors): Fix typo. (Bug#8495)
874
d2fc7e3d 8752011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
bc3bea9c
SM
876
877 * modes.texi (Region to Refontify): Rename from "Region to Fontify".
878 (Multiline Font Lock):
879 * vol2.texi (Top):
880 * vol1.texi (Top):
881 * elisp.texi (Top): Update menu accordingly.
882
d2fc7e3d 8832011-05-12 Drew Adams <drew.adams@oracle.com>
e6dc6206
DA
884
885 * modes.texi (Region to Fontify): Fix typo.
886
79b70037
GM
8872011-05-10 Jim Meyering <meyering@redhat.com>
888
889 * minibuf.texi: Fix typo "in in -> in".
890
b08a63cc 8912011-05-06 Paul Eggert <eggert@cs.ucla.edu>
fed14fd7
PE
892
893 * numbers.texi (Integer Basics): Large integers are treated as floats.
894
1ef14cb4
LMI
8952011-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
896
897 * processes.texi (Synchronous Processes): Document the (:file
898 "/file-name") syntax for `call-process'.
899
4ffd0d6b 9002011-04-23 Juanma Barranquero <lekktu@gmail.com>
7ee6a1d3
JB
901
902 * windows.texi (Choosing Window): Fix typo.
903
4ffd0d6b 9042011-04-23 Chong Yidong <cyd@stupidchicken.com>
40954368
CY
905
906 * frames.texi (Layout Parameters): Note the difference between
907 querying and setting parameters for left-fringe and right-fringe
908 (Bug#6930).
909
fd5a8ae8
SM
9102011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
911
912 * minibuf.texi (Basic Completion): Be a bit more precise about the
913 valid kinds of completion tables.
914 (Programmed Completion): Remove obsolete text about lambda expressions
915 not being valid completion tables.
916
c1bcd0d5
CY
9172011-03-19 Chong Yidong <cyd@stupidchicken.com>
918
919 * positions.texi (Excursions): Explain the "save-excursion
920 defeated by set-buffer" warning.
921
922 * buffers.texi (Current Buffer): Copyedits. Don't recommend using
923 save-excursion. Suggested by Uday S Reddy.
924
03408648 9252011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
ba83908c 926
03408648
SM
927 * variables.texi (Defining Variables): Mention the new meaning of `defvar'.
928 (Lexical Binding): New sub-section.
ba83908c 929
03408648
SM
930 * eval.texi (Eval): Discourage the use of `eval'.
931 Document its new `lexical' argument.
6c075cd7 932
f6d62986
SM
9332011-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
934
03408648 935 * commands.texi (Command Overview): `post-command-hook' is not reset to
f6d62986
SM
936 nil any more.
937
84ea5558 9382011-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
e4021ec1
SM
939
940 * strings.texi (String Conversion): Don't mention
941 string-make-(uni|multi)byte (bug#8262).
942 * nonascii.texi (Converting Representations): Fix up range.
943 * keymaps.texi (Key Binding Commands): Update code point, avoid
944 "unibyte character" and remove mention of unibyte bindings.
945
62d94509
EZ
9462011-03-10 Eli Zaretskii <eliz@gnu.org>
947
948 * modes.texi (Operator Precedence Grammars): Don't use characters
949 outside ISO-8859-1.
950
63a329f8
EZ
9512011-03-09 Eli Zaretskii <eliz@gnu.org>
952
953 * intro.texi (Acknowledgements): Convert to ISO-8859-1 encoding.
954
955 * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
956
6446548e
GM
9572011-03-08 Glenn Morris <rgm@gnu.org>
958
959 * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
960 * intro.texi (Acknowledgements): Names to UTF-8.
80b005c7 961 * elisp.texi: Set documentencoding.
6446548e 962
33383987
JB
9632011-03-07 Chong Yidong <cyd@stupidchicken.com>
964
965 * Version 23.3 released.
966
0b3ceceb
CY
9672011-03-06 Chong Yidong <cyd@stupidchicken.com>
968
969 * package.texi: Update index keywords.
970 (Package Archives): New node contents. Document package-x.el.
971
78f5433f
JB
9722011-03-06 Juanma Barranquero <lekktu@gmail.com>
973
974 * makefile.w32-in (srcs): Add package.texi.
975
555e9b5c
CY
9762011-03-06 Chong Yidong <cyd@stupidchicken.com>
977
120d9389
CY
978 * package.texi (Packaging, Packaging Basics, Simple Packages)
979 (Multi-file Packages): Expand and clarify.
980 (Package Archives): Temporary placeholder node.
981
982 * elisp.texi (Top): Update node listing.
983
555e9b5c
CY
984 * Makefile.in (srcs): Add package.texi.
985
b59a4335
CY
9862011-03-05 Chong Yidong <cyd@stupidchicken.com>
987
988 * processes.texi (Synchronous Processes): Minor clarification
989 (Bug#8149).
990
06083aa1
GM
9912011-03-03 Glenn Morris <rgm@gnu.org>
992
993 * files.texi (Truenames): Minor clarification. (Bug#2341)
994
6640b281
GM
9952011-03-01 Glenn Morris <rgm@gnu.org>
996
997 * variables.texi (Directory Local Variables):
998 Mention `(subdirs . nil)' alist element.
999
2b0c7330 10002011-02-28 Glenn Morris <rgm@gnu.org>
081f7640
GM
1001
1002 * variables.texi (Directory Local Variables): Mention the optional
1003 mtime argument of dir-locals-set-directory-class. (Bug#3577)
1004
b923f7a9
CY
10052011-02-27 Chong Yidong <cyd@stupidchicken.com>
1006
1007 * minibuf.texi (Minibuffer History): Clarify discussion of
1008 minibuffer history lists (Bug#8085).
1009
67ab0163 10102011-02-19 Eli Zaretskii <eliz@gnu.org>
86ec878a 1011
e979a521
EZ
1012 * elisp.texi: Sync @dircategory with ../../info/dir.
1013
e03b2fd4
EZ
1014 * files.texi (Visiting Functions): Document find-file-literally,
1015 both the command and the variable.
1016
86ec878a
EZ
1017 * variables.texi (Creating Buffer-Local): Explain the meaning of
1018 permanent local variables.
1019
67ab0163
GM
1020 * files.texi (Visiting Functions): Document find-file-literally,
1021 both the command and the variable.
1022
1023 * variables.texi (Creating Buffer-Local): Explain the meaning of
1024 permanent local variables.
1025
10262011-02-19 Glenn Morris <rgm@gnu.org>
dff9ac46
GM
1027
1028 * keymaps.texi (Remapping Commands): Mention how to undo it.
1029
bfcb151a
RT
10302011-02-09 Reuben Thomas <rrt@sc3d.org>
1031
1032 * loading.texi (Hooks for Loading): Remove unnecessary advice
1033 about eval-after-load (Bug#7986).
1034
a41c8660
CY
10352011-02-05 Chong Yidong <cyd@stupidchicken.com>
1036
1037 * commands.texi (Accessing Mouse): Note that a header line is not
1038 included in the row of posn-col-row.
1039
e0dd6837
CY
10402011-02-02 Chong Yidong <cyd@stupidchicken.com>
1041
1042 * modes.texi (Major Mode Conventions): Add face guidelines.
1043 (Faces for Font Lock): List faces in order of prominence.
1044
a4180391
PE
10452011-02-01 Paul Eggert <eggert@cs.ucla.edu>
1046
1047 format-time-string now supports subsecond time stamp resolution
1048 * os.texi (Time Parsing): Document %N.
1049
7427eb97
CY
10502011-01-28 Chong Yidong <cyd@stupidchicken.com>
1051
61db307f
CY
1052 * vol1.texi (Top):
1053 * vol2.texi (Top):
1054 * elisp.texi (Top):
1055 * display.texi (Display Property): Shorten the menu description of
1056 the "Other Display Specs" node (Bug#7816).
1057
7427eb97
CY
1058 * keymaps.texi (Defining Menus): Add "menu item" and "extended
1059 menu item" concept index entries (Bug#7805).
1060
bf3dae7e
EZ
10612011-01-29 Eli Zaretskii <eliz@gnu.org>
1062
1063 * makefile.w32-in (texinfodir): New variable.
1064 (usermanualdir): Remove as redundant with $(emacsdir).
1065 (MAKEINFO): Remove options, leave only program name.
1066 (MAKEINFO_OPTS): New variable.
1067 (texinputdir, $(infodir)/elisp): Use $(MAKEINFO_OPTS).
1068
06d8ace5 10692011-01-25 Chong Yidong <cyd@stupidchicken.com>
e6cf7a82
CY
1070 Richard Kim <emacs18@gmail.com>
1071
1072 * loading.texi (Library Search): Document list-load-path-shadows
1073 (Bug#7757).
1074
06d8ace5 10752011-01-25 Chong Yidong <cyd@stupidchicken.com>
3f066f54
CY
1076
1077 * searching.texi (Regexp Special): Remove outdated discussion of
1078 character sets (Bug#7780).
1079
28a88153
CY
1080 * frames.texi (Pop-Up Menus): Document where menu title comes
1081 from (Bug#7684).
1082
06d8ace5 10832011-01-25 Glenn Morris <rgm@gnu.org>
4d265b4d
GM
1084
1085 * display.texi (Making Buttons): Mention limitation of text buttons.
1086
a8e1e9ee
WL
10872011-01-23 Werner Lemberg <wl@gnu.org>
1088
1089 * Makefile.in (MAKEINFO): Now controlled by `configure'.
1090 (MAKEINFO_OPTS): New variable. Use it where appropriate.
1091 (ENVADD): New variable to control texi2dvi and texi2pdf.
1092
362b9d48
GM
10932011-01-15 Chong Yidong <cyd@stupidchicken.com>
1094
1095 * files.texi (Directory Names): Move directory-abbrev-alist doc to
1096 Emacs manual.
1097
10982011-01-15 Eli Zaretskii <eliz@gnu.org>
1099
1100 * files.texi (Directory Names): Explain why FROM in
1101 directory-abbrev-alist should begin with \`. (Bug#7777)
1102
3fa173b4
SM
11032011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
1104
1105 * loading.texi (Hooks for Loading): Adjust doc of eval-after-load.
1106
7c420169 11072011-01-02 Eli Zaretskii <eliz@gnu.org>
2e4ab211
EZ
1108
1109 * modes.texi (Emulating Mode Line): Fix last change.
1110
7c420169 11112011-01-02 Eli Zaretskii <eliz@gnu.org>
287e63bb
EZ
1112
1113 * modes.texi (Emulating Mode Line): Update documentation of
1114 format-mode-line according to changes that fixed bug #7587.
1115
80b33766
SM
11162010-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
1117
1118 * modes.texi (Derived Modes): Mention prog-mode.
1119
1120 * keymaps.texi (Simple Menu Items, Extended Menu Items): Remove mention
1121 of the key-binding-data cache since we don't use it any more.
1122
f49d1f52 11232010-12-13 Eli Zaretskii <eliz@gnu.org>
3c73e30e 1124
4bb49a92
EZ
1125 * processes.texi (Shell Arguments):
1126 * strings.texi (Creating Strings): Don't mention "shell commands";
1127 make it explicit that `split-string-and-unquote' and
1128 `combine-and-quote-strings' are mainly for working with arguments
1129 to call-process and start-process.
1130
3c73e30e
EZ
1131 * processes.texi (Shell Arguments): Fix documentation of
1132 `split-string-and-unquote'. Add indexing. (Bug#7563)
1133
f49d1f52 11342010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
5dcb4c4e
SM
1135
1136 * modes.texi (Auto-Indentation): New section to document SMIE.
1137 (Major Mode Conventions):
1138 * text.texi (Mode-Specific Indent): Refer to it.
1139
f49d1f52 11402010-12-13 Eli Zaretskii <eliz@gnu.org>
bdef6a77
EZ
1141
1142 * display.texi (Other Display Specs): Document left-fringe and
1143 right-fringe display specs.
1144
f49d1f52 11452010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
769741e3
SM
1146
1147 * backups.texi (Making Backups):
1148 * modes.texi (Example Major Modes): Use recommended coding style.
1149 (Major Mode Basics, Derived Modes): Encourge more strongly use of
1150 define-derived-mode. Mention completion-at-point-functions.
1151
f49d1f52 11522010-12-13 Chong Yidong <cyd@stupidchicken.com>
3e99b825 1153
5dcb4c4e
SM
1154 * nonascii.texi (Converting Representations):
1155 Document byte-to-string.
e1115396 1156
ec1b9b17
GM
11572010-12-08 Glenn Morris <rgm@gnu.org>
1158
1159 * buffers.texi (Modification Time):
1160 verify-visited-file-modtime now defaults to the current buffer.
1161
07976ae3 11622010-11-27 Chong Yidong <cyd@stupidchicken.com>
3e99b825 1163
ec1b9b17 1164 * nonascii.texi (Converting Representations): Document byte-to-string.
3e99b825
CY
1165
1166 * strings.texi (Creating Strings): Don't mention semi-obsolete
1167 function char-to-string.
1168 (String Conversion): Shorten discussion of semi-obsolete function
1169 string-to-char. Link to Converting Representations.
1170
1171 * objects.texi (Symbol Type):
1172 * text.texi (Near Point):
1173 * help.texi (Help Functions):
1174 * functions.texi (Mapping Functions): Use string instead of
1175 char-to-string in examples.
1176
07976ae3 11772010-11-27 Chong Yidong <cyd@stupidchicken.com>
ec8a6295
CY
1178
1179 * text.texi (Kill Functions, Kill Functions)
1180 (Low-Level Kill Ring, Low-Level Kill Ring): Remove obsolete
1181 YANK-HANDLER args.
1182
1183 * symbols.texi (Creating Symbols): Using unintern without an
1184 obarray arg is now obsolete.
1185
1186 * numbers.texi (Float Basics): Document float-e and float-pi.
1187
1188 * variables.texi (Defining Variables): Change "pi" example to
1189 "float-pi".
1190
8547874a
EZ
11912010-11-26 Eli Zaretskii <eliz@gnu.org>
1192
1193 * commands.texi (Click Events): Document the values of X, Y and
1194 COL, ROW in the event's position, when the click is on the header
1195 or mode line, on the fringes, or in the margins.
1196
4a47c275 11972010-11-17 Eli Zaretskii <eliz@gnu.org>
c7926fe2 1198
5b05d75b
EZ
1199 * customize.texi (Composite Types): Lower-case index entry.
1200
5dcb4c4e
SM
1201 * loading.texi (How Programs Do Loading):
1202 Document load-file-name. (Bug#7346)
c7926fe2 1203
4a47c275 12042010-11-17 Glenn Morris <rgm@gnu.org>
cde08ac9
GM
1205
1206 * text.texi (Kill Functions, Low-Level Kill Ring): Small fixes.
1207
0eb025fb
EZ
12082010-11-13 Eli Zaretskii <eliz@gnu.org>
1209
1210 * display.texi (Usual Display): Characters with no fonts are not
1211 necessarily displayed as empty boxes.
1212
2699a554 12132010-10-31 Glenn Morris <rgm@gnu.org>
aab705a2
GM
1214
1215 * maps.texi (Standard Keymaps): Update File menu description.
1216
8289f37b
GM
12172010-10-28 Glenn Morris <rgm@gnu.org>
1218
1219 * Makefile.in (elisp.dvi, elisp.pdf): Also include $emacsdir.
1220
5793a7bc 12212010-10-24 Eli Zaretskii <eliz@gnu.org>
89baa1df
EZ
1222
1223 * display.texi (Window Systems): Deprecate use of window-system as
1224 a predicate.
1225
17284e30
GM
12262010-10-23 Glenn Morris <rgm@gnu.org>
1227
1228 * help.texi (Documentation Basics): Remove mentions of digest-doc and
1229 sorted-doc.
1230
00f113eb
JB
12312010-10-15 Eli Zaretskii <eliz@gnu.org>
1232
1233 * os.texi (Dynamic Libraries): New node, with slightly modified
1234 text deleted from "Image Formats".
1235 (System Interface): Add @menu entry for "Dynamic Libraries".
1236
1237 * display.texi (Image Formats): Remove description of
1238 image-library-alist. (Renamed in 2010-10-13T14:50:06Z!lekktu@gmail.com.)
1239
07277eb8
GM
12402010-10-12 Glenn Morris <rgm@gnu.org>
1241
1242 * book-spine.texinfo: Rename to book-spine.texi.
1243
c12e4a81
GM
12442010-10-11 Glenn Morris <rgm@gnu.org>
1245
df187c62
GM
1246 * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
1247
c12e4a81 1248 * Makefile.in (DVIPS): New variable.
234db610
GM
1249 (.PHONY): Add html, ps.
1250 (html, elisp.html, ps, elisp.ps): New targets.
1251 (clean): Delete html, ps files.
1252 ($(infodir)/elisp): Remove unnecessary includes.
c12e4a81 1253
6513b232
EZ
12542010-10-09 Eli Zaretskii <eliz@gnu.org>
1255
1256 * makefile.w32-in (emacsdir): New variable.
1257 (srcs): Add emacsver.texi.
1258 ($(infodir)/elisp, elisp.dvi): Add -I$(emacsdir).
1259
abd40fb4
GM
12602010-10-09 Glenn Morris <rgm@gnu.org>
1261
c1dc72b3
GM
1262 * Makefile.in (VPATH): Remove.
1263 (infodir): Make it absolute.
1264 (mkinfodir, $(infodir)/elisp, infoclean): No need to cd $srcdir.
1265
4393405b
GM
1266 * Makefile.in (dist): Anchor regexps.
1267
eef3ab94
GM
1268 * Makefile.in (srcs): Put elisp.texi first.
1269 ($(infodir)/elisp, elisp.dvi, elisp.pdf): Use $<.
1270
aa9db089
GM
1271 * Makefile.in (infoclean): Remove harmless, long-standing error.
1272
abd40fb4
GM
1273 * Makefile.in ($(infodir)): Delete rule.
1274 (mkinfodir): New.
1275 ($(infodir)/elisp): Use $mkinfodir instead of infodir.
1276
68db69ed 1277 * Makefile.in (dist): Remove reference to emacsver.texi.in.
208deadc 1278 Also copy emacsver.texi, and edit $emacsdir.
68db69ed 1279
ea274122
GM
12802010-10-09 Glenn Morris <rgm@gnu.org>
1281
f7a31f11
GM
1282 * Makefile.in (emacsdir): New variable.
1283 (MAKEINFO): Add -I $emacsdir.
1284 (dist): Copy emacsver.texi.
b13254e7
GM
1285 (srcs): Add emacsver.texi.
1286
f7a31f11
GM
1287 * book-spine.texinfo, elisp.texi, vol2.texi, vol1.texi:
1288 Set EMACSVER by including emacsver.texi.
1289
ea274122
GM
1290 * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
1291
17ca7950
GM
12922010-10-07 Glenn Morris <rgm@gnu.org>
1293
1294 * Makefile.in (version): New, set by configure.
1295 (clean): Delete dist tar file.
1296 (dist): Use version in tar name.
1297
4c83f6e1
GM
12982010-10-06 Glenn Morris <rgm@gnu.org>
1299
1300 * Makefile.in: Rearrange to more closely resemble doc/emacs/Makefile.
1301 (INSTALL_INFO): Remove unused variable.
1302 (mostlyclean, infoclean, dist): New rules.
1303 (clean): Delete dvi and pdf files.
1304 (maintainer-clean): Remove elisp.oaux, use infoclean.
8a944cea 1305 ($(infodir)): Add parallel build workaround.
4c83f6e1 1306
0264072d
GM
13072010-10-04 Glenn Morris <rgm@gnu.org>
1308
1309 * Makefile.in (dvi, pdf, $(infodir)): New targets.
1310 ($(infodir)/elisp): Ensure target directory exists. Use $@.
8cce34d0 1311 Fix -I typo.
0264072d
GM
1312 (clean): No 'make.out' or 'core' files.
1313 (.PHONY): Declare clean rules.
1314 (maintainer-clean): Delete pdf file. Guard against cd failures.
1315
77f38949
GM
13162010-10-03 Glenn Morris <rgm@gnu.org>
1317
1318 * files.texi (File Name Components): Remove ignored section about
1319 deleted variable directory-sep-char.
1320
178fdd41
MA
13212010-10-03 Michael Albinus <michael.albinus@gmx.de>
1322
1323 * files.texi (Magic File Names): New defopt
1324 remote-file-name-inhibit-cache.
1325
9c524fcb
GM
13262010-10-02 Glenn Morris <rgm@gnu.org>
1327
1328 * os.texi (Killing Emacs): Hook now runs in batch mode.
1329
f816790b
SM
13302010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
1331
1332 * text.texi (Special Properties): Clarify when modification-hooks run.
1333
7cf78aac
SM
13342010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
1335
1336 * syntax.texi (Syntax Flags): Document new `c' flag.
1337
ca0d44e4
GM
13382010-09-09 Glenn Morris <rgm@gnu.org>
1339
1340 * display.texi (ImageMagick Images): General cleanup.
1341
10999305 13422010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
3fa0dc8f
AK
1343
1344 * files.texi (Directory Names): Use \` rather than ^.
1345
45240125
JD
13462010-09-02 Jan Djärv <jan.h.d@swipnet.se>
1347
1348 * text.texi (Low-Level Kill Ring):
1349 * frames.texi (Window System Selections): Remove cut buffer
1350 documentation.
1351
4abe5bf6
EZ
13522010-08-28 Eli Zaretskii <eliz@gnu.org>
1353
1354 * display.texi (Fringe Size/Pos): Add a cross-reference to "Layout
1355 Parameters", where the default fringe width is described.
1356
1357 * frames.texi (Window Frame Parameters, Basic Parameters)
1358 (Position Parameters, Layout Parameters, Management Parameters)
1359 (Cursor Parameters, Font and Color Parameters): Add indexing for
1360 frame parameters. (Bug#6929)
1361
fdc76236
TT
13622010-08-25 Tom Tromey <tromey@redhat.com>
1363
1364 * vol2.texi (Top): Update.
1365 * vol1.texi (Top): Update.
1366 * tips.texi (Library Headers): Mention Package-Version and
1367 Package-Requires.
1368 * package.texi: New file.
1369 * os.texi (System Interface): Update pointers.
1370 * elisp.texi (Top): Link to new nodes. Include package.texi.
1371 * anti.texi (Antinews): Update pointers.
1372
1e5c1c80
EZ
13732010-08-25 Eli Zaretskii <eliz@gnu.org>
1374
1375 * processes.texi (Filter Functions): Fix last change.
1376
78e33835
CY
13772010-08-24 Markus Triska <triska@gmx.at>
1378
1379 * processes.texi (Filter Functions): Use `buffer-live-p' instead
1380 of `buffer-name' in the main text as well as in the example
1381 (Bug#3098).
1382
198a7a97
CY
13832010-08-22 Chong Yidong <cyd@stupidchicken.com>
1384
1385 * nonascii.texi (Text Representations):
1386 * loading.texi (Loading Non-ASCII):
1387 * compile.texi (Byte Compilation): Don't mention obsolete
1388 --unibyte command-line argument.
1389
bc7d7ea6
CY
13902010-08-22 Chong Yidong <cyd@stupidchicken.com>
1391
1392 * modes.texi (Defining Minor Modes): Doc fix (Bug#6880).
1393
b0126eac 13942010-08-22 Chong Yidong <cyd@stupidchicken.com>
96b1842d
CY
1395
1396 * objects.texi (Bool-Vector Type): Minor definition tweak (Bug#6878).
1397
e8a6cc19
EZ
13982010-08-20 Eli Zaretskii <eliz@gnu.org>
1399
1400 * commands.texi (Misc Events): Add cross-references to where
1401 POSITION of a mouse event is described in detail.
1402
c4e7c63a 14032010-08-08 Christoph Scholtes <cschol2112@googlemail.com>
ee301a7a 1404
c4e7c63a 1405 * control.texi (Handling Errors) <error-message-string>: Fix arg name.
ee301a7a 1406
7815fe19 14072010-08-08 Juanma Barranquero <lekktu@gmail.com>
e8bf5266
JB
1408
1409 * modes.texi (Defining Minor Modes): Use C-backspace, not C-delete.
1410 Suggested by Štěpán Němec <stepnem@gmail.com>.
1411
7815fe19 14122010-08-08 Juanma Barranquero <lekktu@gmail.com>
b4f588fa
JB
1413
1414 * minibuf.texi (High-Level Completion): Document args of
1415 `read-buffer-function' (bug#5625).
1416
8b2dd508
JD
14172010-07-29 Jan Djärv <jan.h.d@swipnet.se>
1418
1419 * frames.texi (Layout Parameters): Add doc for tool-bar-position.
1420
bace45fe
MA
14212010-07-29 Michael Albinus <michael.albinus@gmx.de>
1422
1423 * processes.texi (Process Information): Explain process property
1424 `remote-tty'.
1425
4ce5a4cc
JB
14262010-07-27 Juanma Barranquero <lekktu@gmail.com>
1427
1428 * modes.texi (Defining Minor Modes): Use C-delete in examples,
1429 instead of "\C-\^?" (bug#6334).
1430
1c84bc7a
JB
1431 * text.texi (Special Properties): Fix typo.
1432
b88746ba
EZ
14332010-07-09 Eli Zaretskii <eliz@gnu.org>
1434
1435 * internals.texi (Writing Emacs Primitives): Adapt to ANSI C
1436 calling sequences, which are now the standard.
1437
51422d6d
CY
14382010-06-24 Chong Yidong <cyd@stupidchicken.com>
1439
1440 * text.texi (Undo): Clarify command loop behavior (Bug#2433).
1441
1442 * commands.texi (Command Overview): Mention undo-boundary call.
1443
d24880de
GM
14442010-06-23 Glenn Morris <rgm@gnu.org>
1445
1446 * abbrevs.texi, commands.texi, compile.texi, debugging.texi:
1447 * display.texi, edebug.texi, elisp.texi, eval.texi, files.texi:
1448 * frames.texi, functions.texi, internals.texi, keymaps.texi:
1449 * loading.texi, minibuf.texi, numbers.texi, os.texi, processes.texi:
1450 * searching.texi, sequences.texi, strings.texi, syntax.texi:
1451 * text.texi, tips.texi, vol1.texi, vol2.texi, windows.texi:
1452 Untabify Texinfo files.
1453
0fc76035
CY
14542010-06-20 Chong Yidong <cyd@stupidchicken.com>
1455
1456 * modes.texi (Minor Mode Conventions): Fix typo (Bug#6477).
1457
5338dc0b
CY
14582010-06-19 Chong Yidong <cyd@stupidchicken.com>
1459
a628ad9d 1460 * errors.texi (Standard Errors): Remove unnecessary markup (Bug#6461).
5338dc0b 1461
2c3a3c1d
CY
14622010-06-02 Chong Yidong <cyd@stupidchicken.com>
1463
ba3bf1d9
CY
1464 * searching.texi (Regexp Special): Remove obsolete information
1465 about matching non-ASCII characters, and suggest using char
1466 classes (Bug#6283).
2c3a3c1d 1467
7f4b4249
JB
14682010-05-30 Juanma Barranquero <lekktu@gmail.com>
1469
1470 * minibuf.texi (Basic Completion): Add missing "@end defun".
1471
637821cd
SM
14722010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
1473
1474 * minibuf.texi (Basic Completion): Document completion-boundaries.
1475 (Programmed Completion): Document the new fourth method for boundaries.
1476
e13051c3
CY
14772010-05-22 Chong Yidong <cyd@stupidchicken.com>
1478
a628ad9d 1479 * display.texi (Image Cache): Update documentation about image caching.
e13051c3 1480
0235128c 14812010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
da0bbbc4
CY
1482
1483 * windows.texi (Textual Scrolling):
1484 * tips.texi (Coding Conventions):
1485 * minibuf.texi (Minibuffer History):
1486 * maps.texi (Standard Keymaps):
1487 * loading.texi (Where Defined):
1488 * edebug.texi (Instrumenting): Fix typos.
1489
0235128c 14902010-05-08 Chong Yidong <cyd@stupidchicken.com>
eb5ed549 1491
c7c32279
CY
1492 * keymaps.texi (Menu Bar): Document :advertised-binding property.
1493
0235128c
SM
1494 * functions.texi (Obsolete Functions):
1495 Document set-advertised-calling-convention.
eb5ed549
CY
1496
1497 * minibuf.texi (Basic Completion): Document completion-in-region.
1498 (Programmed Completion): Document completion-annotate-function.
1499
1500 * commands.texi (Reading One Event): Document read-key.
1501 (Distinguish Interactive): Document KIND arg to
1502 called-interactively-p. Delete obsolete interactive-p.
1503
1504 * elisp.texi (Top): Update node description.
1505
f8848423
EZ
15062010-05-08 Eli Zaretskii <eliz@gnu.org>
1507
0235128c
SM
1508 * nonascii.texi (Character Properties):
1509 Document unicode-category-table. Add an index entry for Unicode
1510 general category.
1511
15122010-05-07 Chong Yidong <cyd@stupidchicken.com>
1513
1514 * Version 23.2 released.
f8848423 1515
938efb77
JB
15162010-04-20 Juanma Barranquero <lekktu@gmail.com>
1517
1518 * locals.texi (Standard Buffer-Local Variables):
1519 Remove @ignore'd reference to `direction-reversed'.
1520
5854c267
JL
15212010-04-14 Juri Linkov <juri@jurta.org>
1522
1523 Fix @deffn without category.
1524
1525 * abbrevs.texi (Abbrev Expansion): Replace @deffn with @defun
1526 for `abbrev-insert'.
1527
1528 * buffers.texi (Indirect Buffers): Add category `Command'
1529 to @deffn of `clone-indirect-buffer'.
1530
1531 * windows.texi (Cyclic Window Ordering): Replace @deffn with @defun
1532 for `next-window' and `previous-window'. Add category `Command'
1533 to @deffn of `pop-to-buffer'.
1534
8a14dec7
CY
15352010-04-01 Chong Yidong <cyd@stupidchicken.com>
1536
1537 * nonascii.texi (Text Representations): Don't mark
1538 enable-multibyte-characters as a user option.
1539
7a1831cf
EZ
15402010-03-31 Eli Zaretskii <eliz@gnu.org>
1541
1542 * control.texi (Handling Errors): How to re-throw a signal caught
1543 by condition-case.
1544
c3863713
CY
15452010-03-26 Chong Yidong <cyd@stupidchicken.com>
1546
1547 * loading.texi (Hooks for Loading): Document after-load-functions.
1548 Copyedits.
1549
c333f279
AM
15502010-03-24 Arni Magnusson <arnima@hafro.is> (tiny change)
1551
1552 * frames.texi (Cursor Parameters): Fix typo. (Bug#5760)
1553
e867cb5d 15542010-03-24 Chong Yidong <cyd@stupidchicken.com>
f7704e26
CY
1555
1556 * processes.texi (Network Processes): Document seqpacket type.
1557
605f35cd
DN
15582010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
1559
1560 * os.texi (System Environment): Do not mention lynxos.
1561
288f9fc0
CY
15622010-03-10 Chong Yidong <cyd@stupidchicken.com>
1563
1564 * Branch for 23.2.
1565
eed5c93a
CY
15662010-03-06 Chong Yidong <cyd@stupidchicken.com>
1567
1568 * objects.texi (Integer Type): Take note of the read syntax
1569 exception for numbers that cannot fit in the integer type.
1570
1ddd6622
GM
15712010-03-03 Glenn Morris <rgm@gnu.org>
1572
1573 * numbers.texi (Integer Basics, Bitwise Operations):
1574 * objects.texi (Integer Type): Update for integers now being 30-bit.
1575
a908c79a
CY
15762010-02-27 Chong Yidong <cyd@stupidchicken.com>
1577
1578 * display.texi (Low-Level Font): Document :otf font-spec property.
1579
cd61af01
SM
15802010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
1581
1582 * display.texi (Line Height): Avoid obsolete special default variables
1583 like default-major-mode.
1584
c02f8fe2
AM
15852010-01-28 Alan Mackenzie <acm@muc.de>
1586
1587 * display.texi (Auto Faces): Say fontification-functions is called
1588 whether or not Font Lock is enabled. Tidy up the wording a bit.
1589
d738d18b
CY
15902010-01-17 Chong Yidong <cyd@stupidchicken.com>
1591
1592 * elisp.texi: Remove duplicate edition information (Bug#5407).
1593
4963739e
JB
15942010-01-17 Juanma Barranquero <lekktu@gmail.com>
1595
1596 * two.el (volume-header-toc-markup): Fix typos in docstring.
1597
c57008f6
SM
15982010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
1599
1600 Avoid dubious uses of save-excursions.
1601 * positions.texi (Excursions): Recommend the use of
1602 save-current-buffer if applicable.
1603 * text.texi (Clickable Text): Fix the example code which used
1604 save-excursion in a naive way which sometimes preserves point and
1605 sometimes not.
1606 * variables.texi (Creating Buffer-Local):
1607 * os.texi (Session Management):
1608 * display.texi (GIF Images):
1609 * control.texi (Cleanups): Use (save|with)-current-buffer.
1610
2f3725cd
EZ
16112010-01-02 Eli Zaretskii <eliz@gnu.org>
1612
1613 * modes.texi (Example Major Modes): Fix indentation. (Bug#5195)
1614
85eeac93
CY
16152010-01-02 Chong Yidong <cyd@stupidchicken.com>
1616
1617 * nonascii.texi (Text Representations, Character Codes)
1618 (Converting Representations, Explicit Encoding)
1619 (Translation of Characters): Use hex notation consistently.
1620 (Character Sets): Fix map-charset-chars doc (Bug#5197).
1621
4801c5fa
CY
16222010-01-01 Chong Yidong <cyd@stupidchicken.com>
1623
1624 * loading.texi (Where Defined): Make it clearer that these are
1625 loaded files (Bug#5068).
1626
26e533e2
CY
16272009-12-29 Chong Yidong <cyd@stupidchicken.com>
1628
1629 * minibuf.texi (Completion Styles): Document `initials' style.
1630
16d1ff5f
CY
16312009-12-25 Chong Yidong <cyd@stupidchicken.com>
1632
1633 * frames.texi (Resources): Describe inhibit-x-resources.
1634 (Size Parameters): Copyedit.
1635
1636 * hash.texi (Creating Hash):
1637 * objects.texi (Hash Table Type): Document the new hash table
1638 printed representation.
1639
1640 * minibuf.texi (Basic Completion): 4th arg to all-completions is
1641 obsolete.
1642
5dcb4c4e
SM
1643 * processes.texi (Process Buffers):
1644 Document process-kill-buffer-query-function.
16d1ff5f 1645
9a5de3d9
GM
16462009-12-05 Glenn Morris <rgm@gnu.org>
1647
1648 * hooks.texi (Standard Hooks): Remove diary-display-hook, replaced by
1649 diary-display-function, and no longer recommended to be a hook.
1650 Update for changes in the names of calendar and diary hooks.
1651 diary-print-entries-hook has changed section.
1652
b640eb52
EZ
16532009-11-28 Eli Zaretskii <eliz@gnu.org>
1654
1655 * text.texi (Special Properties): More accurate description of
1656 what the `cursor' property does.
1657
be1674ab
KR
16582009-11-26 Kevin Ryde <user42@zip.com.au>
1659
1660 * commands.texi (Misc Events): vindex mouse-wheel-up-event and
1661 mouse-wheel-down-event, the closest thing to a definition for them.
1662 * os.texi (Startup Summary): vindex inhibit-startup-message and
1663 inhibit-splash-screen.
1664 (Command-Line Arguments): vindex argv.
1665 (Suspending Emacs): vindex suspend-tty-functions and
1666 resume-tty-functions. Don't want to index every hook, but having
1667 the programming ones is helpful.
1668
603f5979
CY
16692009-11-14 Chong Yidong <cyd@stupidchicken.com>
1670
1671 * commands.texi (Motion Events): Fix typo (Bug#4907).
1672
4359a806
CY
16732009-11-08 Chong Yidong <cyd@stupidchicken.com>
1674
1675 * searching.texi (Char Classes): Note that [:upper:] and [:lower:]
1676 are affected by case-fold-search (Bug#4483).
1677
0f063651
CY
16782009-11-02 Chong Yidong <cyd@stupidchicken.com>
1679
1680 * minibuf.texi (Reading File Names): Note that read-file-name may
1681 use a graphical file dialog.
1682
9bd79893
GM
16832009-10-31 Glenn Morris <rgm@gnu.org>
1684
1685 * nonascii.texi (User-Chosen Coding Systems): Minor reword. (Bug#4817)
1686
ebe479ec
KR
16872009-10-16 Kevin Ryde <user42@zip.com.au>
1688
1689 * files.texi (Magic File Names): Add @vindex file-name-handler-alist,
1690 in particular so `info-lookup-symbol' can find its docs.
1691
2640fa86
CY
16922009-10-16 Chong Yidong <cyd@stupidchicken.com>
1693
1694 * variables.texi (Constant Variables): Distinguish from defconst
1695 variables.
1696 (Defining Variables): Add cindex.
1697
edd6a733
CY
16982009-10-15 Chong Yidong <cyd@stupidchicken.com>
1699
1700 * os.texi (Time of Day): Clarify that the microsecond part is
1701 ignored (Bug#4637).
1702
5feb0b73
GM
17032009-10-11 Glenn Morris <rgm@gnu.org>
1704
1705 * frames.texi (Size and Position): Clarify what is included in the frame
1706 height. (Bug#4535)
1707
0c5413c8
GM
17082009-10-10 Glenn Morris <rgm@gnu.org>
1709
1710 * windows.texi (Size of Window): The relationship between window and
1711 frame heights is not so simple. (Bug#4535)
1712 Mention window-full-height-p.
1713
7f8b600a
SM
17142009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
1715
1716 * positions.texi (Text Lines): Remove goto-line, since it shouldn't be
1717 used from Lisp.
1718
6185de1c
EZ
17192009-10-07 Eli Zaretskii <eliz@gnu.org>
1720
7f8b600a
SM
1721 * files.texi (Directory Names) <abbreviate-file-name>:
1722 Document that root home directories are not replaced with "~".
6185de1c 1723
9972911f
EZ
17242009-10-06 Eli Zaretskii <eliz@gnu.org>
1725
1726 * text.texi (Special Properties): Document the meaning of the
1727 `cursor' text property whose value is an integer.
1728
2a3f19ef
MA
17292009-10-05 Michael Albinus <michael.albinus@gmx.de>
1730
1731 * files.texi (Magic File Names): Add `copy-directory'.
1732
804543b5
EZ
17332009-10-05 Eli Zaretskii <eliz@gnu.org>
1734
1735 * files.texi (File Attributes): Fix description of file
1736 attributes. (Bug#4638) Update attributes of files.texi example to
1737 be more representative.
1738
461bf92b
MA
17392009-10-05 Michael Albinus <michael.albinus@gmx.de>
1740
1741 * files.texi (Create/Delete Dirs): New command copy-directory.
1742
a86cd395
JB
17432009-10-04 Juanma Barranquero <lekktu@gmail.com>
1744
1745 * anti.texi (Antinews):
1746 * macros.texi (Indenting Macros):
1747 * strings.texi (Creating Strings, Case Conversion):
1748 Remove duplicate words.
1749
d3080264
MA
17502009-10-01 Michael Albinus <michael.albinus@gmx.de>
1751
1752 * files.texi (Create/Delete Dirs): delete-directory has an
1753 optional parameter RECURSIVE.
1754
85d14563
SM
17552009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
1756
1757 * buffers.texi (Swapping Text): Minor clarification.
1758
3d9842c6
GM
17592009-10-01 Glenn Morris <rgm@gnu.org>
1760
1761 * functions.texi (Declaring Functions): Mention that we also search for
1762 ".m" files in the src/ directory.
1763
78427304
CY
17642009-09-25 David Engster <deng@randomsample.de>
1765
3d9842c6 1766 * display.texi (Managing Overlays): Document copy-overlay (Bug#4549).
78427304 1767
b578c9cc
GM
17682009-09-22 Glenn Morris <rgm@gnu.org>
1769
1770 * internals.texi (Building Emacs): Mention preloaded-file-list.
1771
beee5da7
AM
17722009-09-14 Alan Mackenzie <acm@muc.de>
1773
1774 * os.texi (Terminal Output): Put "@code{}" around "stdout".
1775
5d6ab672
CY
17762009-09-13 Chong Yidong <cyd@stupidchicken.com>
1777
1778 * functions.texi (Anonymous Functions): Rearrange discussion,
1779 giving usage of unquoted lambda forms first. Mention that
1780 `function' and `#'' are no longer required (Bug#4290).
1781
59375eeb
AM
17822009-09-11 Alan Mackenzie <acm@muc.de>
1783
a86cd395 1784 * os.texi (Terminal Output): Document `send-string-to-terminal' in
59375eeb
AM
1785 batch mode.
1786
e7e2f529
GM
17872009-09-01 Glenn Morris <rgm@gnu.org>
1788
1789 * display.texi (Face Functions): Mention define-obsolete-face-alias.
1790
eae47088
GM
17912009-08-26 Ulrich Mueller <ulm@gentoo.org>
1792
1793 * nonascii.texi (Character Codes): Fix typos.
1794
3691a0a6
MA
17952009-08-25 Michael Albinus <michael.albinus@gmx.de>
1796
1797 * processes.texi (Synchronous Processes): New defvar
1798 process-file-side-effects.
1799
664d56b8
GM
18002009-08-25 Glenn Morris <rgm@gnu.org>
1801
1802 * display.texi (Fontsets): Fix typo.
1803
0706c025
GM
1804 * files.texi (Format Conversion Round-Trip): Mention nil regexp.
1805
03a74b84
SM
18062009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
1807
1808 * processes.texi (Asynchronous Processes): Adjust arglist of
1809 start-process-shell-command and start-file-process-shell-command.
1810
f6de8a37
CY
18112009-08-15 Chong Yidong <cyd@stupidchicken.com>
1812
4b1ed1bb
CY
1813 * advice.texi (Argument Access in Advice): Note that argument
1814 positions are zero-based (Bug#3932).
1815
89a9e058
CY
1816 * commands.texi (Distinguish Interactive): Minor copyedit.
1817
23696fd7
CY
1818 * display.texi (Face Attributes): Add xref to Displaying Faces for
1819 explanation of "underlying face".
1820
f6de8a37
CY
1821 * customize.texi (Common Keywords): Add xref to Loading.
1822
1823 * loading.texi (How Programs Do Loading): Add xref to Lisp
1824 Libraries node in the Emacs manual.
1825
417f77e6
CY
18262009-08-13 Chong Yidong <cyd@stupidchicken.com>
1827
1828 * objects.texi (Meta-Char Syntax): Add xref to Strings of Events.
1829
0999039c
CY
18302009-07-18 Chong Yidong <cyd@stupidchicken.com>
1831
1832 * processes.texi (Shell Arguments): Copyedits.
1833
9af167bc
GM
18342009-07-18 Glenn Morris <rgm@gnu.org>
1835
1836 * loading.texi (Repeated Loading): Fix typo.
1837
137987ab
RS
18382009-07-16 Richard Stallman <rms@gnu.org>
1839
1840 * buffers.texi (Swapping Text): Recommend setting
1841 write-region-annotate-functions and buffer-saved-size.
1842
1843 * backups.texi (Auto-Saving): Document buffer-saved-size = -2.
1844
622fa380
GM
18452009-07-15 Glenn Morris <rgm@gnu.org>
1846
1847 * edebug.texi: Minor re-phrasings throughout.
1848 (Edebug Execution Modes): Sit-for affects continue mode too.
1849 (Jumping): Use `forward-sexp' rather than its keybinding.
1850 (Edebug Misc): Fix Q binding.
1851 (Edebug Eval): Remove cl version.
1852 (Printing in Edebug): Clarify print-length etc.
1853 (Instrumenting Macro Calls): Defopt edebug-eval-macro-args.
1854 (Specification List): Remove edebug-unwrap findex entry.
1855 (Specification Examples): defmacro is actually not the same as defun.
1856 Escape "`" in example.
1857
6bbd4600
CY
18582009-07-15 Chong Yidong <cyd@stupidchicken.com>
1859
1860 * markers.texi (The Mark): Document optional arg to
1861 deactivate-mark.
1862
e538d479
GM
18632009-07-11 Kevin Ryde <user42@zip.com.au>
1864
1865 * hooks.texi (Standard Hooks): Fix cross-references.
1866
4c98b9ed
GM
1867 * loading.texi (Named Features): Refer to eval-after-load.
1868
5300838c
GM
18692009-07-11 Glenn Morris <rgm@gnu.org>
1870
64fbeb16
GM
1871 * Makefile.in (TEXI2PDF): New.
1872 (elisp.pdf): New target.
1873
4c98b9ed
GM
1874 * searching.texi (Regexp Backslash): Fix typo.
1875
1876 * elisp.texi (Top): Display copyright notice at start of non-TeX.
5300838c 1877
51d9979c
GM
18782009-07-10 Glenn Morris <rgm@gnu.org>
1879
561c0216
GM
1880 * elisp.texi, vol1.texi, vol2.texi: Update @detailmenu.
1881
5b594a58
GM
1882 * customize.texi (Customization Types):
1883 * display.texi (Abstract Display):
0cc8c85a 1884 * objects.texi (Character Type, String Type):
5b594a58 1885 Merge in some menu descriptions from elisp.texi.
51d9979c 1886
c3cbbb40
GM
1887 * hash.texi (Hash Tables):
1888 * modes.texi (Multiline Font Lock):
1889 End menu description with period.
fe42c16a 1890
28528402
GM
18912009-07-09 Glenn Morris <rgm@gnu.org>
1892
1893 * back.texi: Don't hard-code texinfo location.
1894
1895 * two-volume.make (texinfodir): New, with location of texinfo.tex.
1896 (tex): Add texinfodir to TEXINPUTS.
1897 (elisp1med-init, elisp2med-init): Use texinfodir.
1898
1899 * Makefile.in (texinfodir): Rename from usermanualdir, and update.
1900 (clean): Add two-volume.make intermediate files.
1901
1902 * elisp.texi, vol1.texi, vol2.texi:
1903 Use a DATE variable with the publication date, and update it.
1904 Fix antinews menu description.
1905
1906 * vol1.texi, vol2.texi: Update VERSION to match elisp.texi.
1907 Update the detailed node listing to match elisp.texi.
1908
1909 * README: Update edition to match elisp.texi.
1910
1911 * objects.texi (General Escape Syntax):
1912 * nonascii.texi (Character Sets):
1913 Use consistent case for "Unicode Standard".
1914
1915 * anti.texi (Antinews):
1916 * customize.texi (Variable Definitions):
1917 * functions.texi (Declaring Functions):
1918 * nonascii.texi (Character Properties):
1919 * processes.texi (Serial Ports):
1920 * text.texi (Special Properties):
1921 * tips.texi (Coding Conventions):
1922 Minor rearrangements to improve TeX line-filling.
1923
1924 * commands.texi (Using Interactive): Fix cross-reference.
1925
17db8e10
JD
19262009-07-01 Jan Djärv <jan.h.d@swipnet.se>
1927
1928 * frames.texi (Management Parameters): Mention sticky.
1929
77c7e2e1
AS
19302009-07-01 Andreas Schwab <aschwab@redhat.com>
1931
1932 * help.texi (Help Functions): Fix description of help-buffer and
1933 help-setup-xref to use @defun instead of @deffn.
1934
3f1c6666
JD
19352009-07-01 Jan Djärv <jan.h.d@swipnet.se>
1936
1937 * frames.texi (Size Parameters): Mention maximized for fullscreen.
1938
ca27c21b
CY
19392009-06-24 Chong Yidong <cyd@stupidchicken.com>
1940
1941 * display.texi (Window Systems): Add ns to the list.
1942
70243478
CY
19432009-06-21 Chong Yidong <cyd@stupidchicken.com>
1944
1945 * Branch for 23.1.
1946
df006536
MR
19472009-06-17 Martin Rudalics <rudalics@gmx.at>
1948
1949 * windows.texi (Dedicated Windows): Fix typo.
1950 (Resizing Windows): Replace @defun by @deffn.
1951
d259fc4b
GM
19522009-06-17 Glenn Morris <rgm@gnu.org>
1953
1954 * variables.texi (Directory Local Variables):
1955 Update for 2009-04-11 name-change of dir-locals-directory-alist.
1956
30781db6
KH
19572009-06-09 Kenichi Handa <handa@m17n.org>
1958
1959 * nonascii.texi (Character Sets): State clearly that FROM and TO
1960 are codepoints of CHARSET.
1961
62e8099c
CY
19622009-06-07 Chong Yidong <cyd@stupidchicken.com>
1963
1964 * minibuf.texi (Reading File Names): Fix introductory text.
1965 Suggested by stan@derbycityprints.com.
1966 (High-Level Completion): Fix typo.
1967
ee1b1917
CY
19682009-05-28 Chong Yidong <cyd@stupidchicken.com>
1969
1970 * frames.texi (Text Terminal Colors): Multi-tty is already
1971 implemented, but tty-local colors are not.
1972
5df647e8
CY
19732009-05-27 Chong Yidong <cyd@stupidchicken.com>
1974
1975 * hooks.texi (Standard Hooks): Remove mention of obsolete
1976 redisplay-end-trigger-functions.
1977
1978 * internals.texi (Window Internals): Remove mention of obsolete
1979 redisplay-end-trigger-functions.
1980
01f17ae2
MR
19812009-05-21 Martin Rudalics <rudalics@gmx.at>
1982
1983 * abbrevs.texi (Abbrev Mode): abbrev-mode is an option.
1984
1985 * backups.texi (Making Backups): backup-directory-alist and
1986 make-backup-file-name-function are options.
1987 (Auto-Saving): auto-save-list-file-prefix is an option.
1988
1989 * buffers.texi (Killing Buffers): buffer-offer-save is an
1990 option.
1991
1992 * display.texi (Refresh Screen): no-redraw-on-reenter is an
1993 option.
1994 (Echo Area Customization): echo-keystrokes is an option.
1995 (Selective Display): selective-display-ellipses is an option.
1996 (Temporary Displays): temp-buffer-show-function is an option.
1997 (Face Attributes): underline-minimum-offset and x-bitmap-file-path
1998 are options.
1999 (Font Selection): face-font-family-alternatives,
2000 face-font-selection-order, face-font-registry-alternatives, and
2001 scalable-fonts-allowed are options.
2002 (Fringe Indicators): indicate-buffer-boundaries is an option.
2003 (Fringe Cursors): overflow-newline-into-fringe is an option.
2004 (Scroll Bars): scroll-bar-mode is an option.
2005
2006 * eval.texi (Eval): max-lisp-eval-depth is an option.
2007
2008 * files.texi (Visiting Functions): find-file-hook is an option.
2009 (Directory Names): directory-abbrev-alist is an option.
2010 (Unique File Names): temporary-file-directory and
2011 small-temporary-file-directory are options.
2012
2013 * frames.texi (Initial Parameters): initial-frame-alist,
2014 minibuffer-frame-alist and default-frame-alist are options.
2015 (Cursor Parameters): blink-cursor-alist and
2016 cursor-in-non-selected-windows ar options.
2017 (Window System Selections): selection-coding-system is an
2018 option.
2019 (Display Feature Testing): display-mm-dimensions-alist is an
2020 option.
2021
2022 * help.texi (Help Functions): help-char and help-event-list are
2023 options.
2024
2025 * keymaps.texi (Functions for Key Lookup): meta-prefix-char is
2026 an option.
2027
2028 * minibuf.texi (Minibuffer History): history-length and
2029 history-delete-duplicates are options.
2030 (High-Level Completion): read-buffer-function and
2031 read-buffer-completion-ignore-case are options.
2032 (Reading File Names): read-file-name-completion-ignore-case is
2033 an option.
2034
2035 * modes.texi (Mode Line Top): mode-line-format is an option.
2036 (Mode Line Variables): mode-line-position and mode-line-modes
2037 are options.
2038
2039 * nonascii.texi (Text Representations):
2040 enable-multibyte-characters is an option.
2041 (Default Coding Systems): auto-coding-regexp-alist,
2042 file-coding-system-alist, auto-coding-alist and
2043 auto-coding-functions are options.
2044 (Specifying Coding Systems): inhibit-eol-conversion is an
2045 option.
2046
2047 * os.texi (Init File): site-run-file is an option.
2048 (System Environment): mail-host-address is an option.
2049 (User Identification): user-mail-address is an option.
2050 (Terminal Output): baud-rate is an option.
2051
2052 * positions.texi (Word Motion): words-include-escapes is an
2053 option.
2054
2055 * searching.texi (Standard Regexps): page-delimiter,
2056 paragraph-separate, paragraph-separate and sentence-end are
2057 options.
2058
2059 * text.texi (Margins): left-margin and fill-nobreak-predicate
2060 are options.
2061
2062 * variables.texi (Local Variables): max-specpdl-size is an
2063 option.
2064
2065 * windows.texi (Choosing Window):
2066 split-window-preferred-function, special-display-function and
2067 display-buffer-function are options.
2068
106e6894
CY
20692009-05-20 Chong Yidong <cyd@stupidchicken.com>
2070
4a83454d
CY
2071 Fix errors spotted by Martin Rudalics.
2072
106e6894
CY
2073 * syntax.texi (Position Parse): Document rationale for ignored
2074 arguments to syntax-ppss-flush-cache.
2075
2076 * processes.texi (Input to Processes): Mark PROCESS arg to
2077 process-running-child-p as optional.
2078 (Network Options): Document NO-ERROR arg to
2079 set-network-process-option.
2080
2081 * buffers.texi (Indirect Buffers): Mark clone-indirect-buffer as a
2082 command.
2083
2084 * searching.texi (POSIX Regexps): Mark posix-search-forward and
2085 posix-search-backward as commands.
2086
2087 * os.texi (Killing Emacs): Mark kill-emacs as a command.
2088 (Suspending Emacs): Mark suspend-emacs as a command.
2089 (Processor Run Time): Mark emacs-uptime and emacs-init-time as
2090 commands.
5dcb4c4e
SM
2091 (Terminal Output): Remove obsolete function baud-rate.
2092 Document TERMINAL arg for send-string-to-terminal.
106e6894
CY
2093
2094 * nonascii.texi (Terminal I/O Encoding): Document TERMINAL arg for
2095 terminal-coding-system and set-terminal-coding-system.
2096 (Explicit Encoding): Mark DESTINATION arg of decode-coding-region
2097 as optional.
2098 (Character Sets): Document RESTRICTION arg of char-charset.
2099 (Character Codes): Mark POS argument to get-byte as optional.
2100
2101 * minibuf.texi (Minibuffer Misc): Document ARGS arg for
2102 minibuffer-message.
2103
2104 * files.texi (Create/Delete Dirs): Mark make-directory and
2105 delete-directory as commands.
2106
2107 * abbrevs.texi (Abbrev Tables): Fix arglist for make-abbrev-table.
2108
2109 * text.texi (Base 64): Mark base64-decode-string and
2110 base64-encode-string as commands.
2111 (Columns): Mark move-to-column as a command.
2112 (Mode-Specific Indent): Document RIGID arg to
2113 indent-for-tab-command.
2114 (Region Indent): Mark TO-COLUMN arg to indent-region as optional.
2115 Mark indent-code-rigidly as a command.
2116 (Substitution): Mark translate-region as a command.
2117
2118 * frames.texi (Size and Position): Remove obsolete functions
2119 screen-height and screen-width.
2120
04173931
CY
21212009-05-19 Chong Yidong <cyd@stupidchicken.com>
2122
2123 * windows.texi (Cyclic Window Ordering, Cyclic Window Ordering)
2124 (Displaying Buffers, Resizing Windows): Correct mistakes;
2125 next-window, previous-window, and pop-to-buffer are not commands,
2126 and fit-window-to-buffer" is a command. (Pointed out by Martin
2127 Rudalics.)
2128
eae7d8f8
RS
21292009-05-17 Richard M Stallman <rms@gnu.org>
2130
2131 * modes.texi (Precalculated Fontification): Clarify text.
2132
b8766179
MR
21332009-05-17 Martin Rudalics <rudalics@gmx.at>
2134
2135 * windows.texi (Selecting Windows): Clarify descriptions of
2136 with-selected-window and get-lru-window.
2137 (Cyclic Window Ordering): Refer to particular frame when talking
2138 about how splitting affects the ordering.
2139 (Displaying Buffers): Fix descriptions of switch-to-buffer and
2140 switch-to-buffer-other-window. Explain how setting of
2141 display-buffer-reuse-frames affects pop-to-buffer.
2142 (Choosing Window): Clarify some details in descriptions of
2143 display-buffer-reuse-frames, pop-up-frames, and
2144 pop-up-frame-function.
2145 (Dedicated Windows): Clarify some details.
2146 (Textual Scrolling): Replace term vscroll by term vertical
2147 scroll position.
2148 (Vertical Scrolling): Fix typo.
2149 (Window Hooks): Relate text on jit-lock-register to window
2150 scrolling and size changes.
2151
734b5e3b
CY
21522009-05-14 Chong Yidong <cyd@stupidchicken.com>
2153
0a65633e
CY
2154 * frames.texi (Initial Parameters): Clarify what the initial
2155 minibuffer frame is.
05be46d7
CY
2156 (Buffer Parameters): Note that the minibuffer parameter can not be
2157 altered.
0a65633e 2158
734b5e3b
CY
2159 * anti.texi (Antinews): Copyedits. Rearrange some entries.
2160 Document display-buffer changes.
2161
925672cd
CY
21622009-05-13 Chong Yidong <cyd@stupidchicken.com>
2163
17ecd7af
CY
2164 * anti.texi (Antinews): Rewrite for Emacs 22.
2165
925672cd
CY
2166 * abbrevs.texi (Abbrevs): Add xref to Creating Symbols when
2167 obarrays are first mentioned. Define "system abbrev" more
2168 prominently, and add it to the index.
2169 (Abbrev Mode, Abbrev Tables, Defining Abbrevs, Abbrev Properties):
2170 Copyedits.
2171 (Abbrev Expansion): Document abbrev-insert.
2172
80be4dd7
CY
21732009-05-12 Chong Yidong <cyd@stupidchicken.com>
2174
2175 * frames.texi (Font and Color Parameters): Rename from Color
2176 Parameters. Document font-backend parameter.
2177
2178 * vol2.texi (Top): Update node listing.
2179 * vol1.texi (Top): Update node listing.
2180 * elisp.texi (Top): Update node listing.
2181
372a93ac
MR
21822009-05-11 Martin Rudalics <rudalics@gmx.at>
2183
2184 * windows.texi (Choosing Window): Don't explicitly refer to
2185 split-window-sensibly's window argument in descriptions of
2186 split-height-threshold and split-width-threshold.
2187
714c3541
MR
21882009-05-10 Martin Rudalics <rudalics@gmx.at>
2189
2190 * windows.texi (Choosing Window): Fix rewrite of window
2191 splitting section.
2192
0e90e7be
EZ
21932009-05-09 Eli Zaretskii <eliz@gnu.org>
2194
f4e90db0
SM
2195 * nonascii.texi (Default Coding Systems):
2196 Document find-auto-coding, set-auto-coding, and auto-coding-alist.
5dcb4c4e 2197 Add indexing.
0e90e7be
EZ
2198 (Lisp and Coding Systems): Add index entries.
2199
d3c0c321
MR
22002009-05-09 Martin Rudalics <rudalics@gmx.at>
2201
2202 * windows.texi (Choosing Window): Describe split-window-sensibly
2203 and rewrite section on window splitting accordingly.
2204 (Textual Scrolling): Replace `...' by @code{...}.
2205
c773345a
CY
22062009-05-04 Chong Yidong <cyd@stupidchicken.com>
2207
ee2d5b5e
CY
2208 * hooks.texi (Standard Hooks): Add abbrev-expand-functions.
2209 Remove obsoleted pre-abbrev-expand-hook.
2210
2211 * locals.texi (Standard Buffer-Local Variables): Consolidate table
2212 entries.
2213
c773345a
CY
2214 * internals.texi (Object Internals): Don't assume 32-bit machines
2215 are the norm.
2216 (Buffer Internals): Consolidate table entries for readability.
ee2d5b5e
CY
2217 (Window Internals): Synch field names to window.h.
2218 (Process Internals): Synch field names to process.h.
c773345a 2219
dd449674
CY
22202009-04-29 Chong Yidong <cyd@stupidchicken.com>
2221
2222 * variables.texi (File Local Variables): Note that read-circle is
2223 bound to nil when reading file-local variables.
2224
2225 * streams.texi (Input Functions): Document read-circle.
2226 (Output Variables): Add xref to Circular Objects.
2227
4f1e25e2
CY
22282009-04-25 Chong Yidong <cyd@stupidchicken.com>
2229
2230 * tips.texi (Coding Conventions): Copyedits. Add xref to Named
2231 Features and Coding System Basics. Node that "p" stands for
2232 "predicate". Recommend utf-8-emacs instead of emacs-mule.
2233 (Key Binding Conventions): Emacs does use S-down-mouse-1, for
2234 mouse-appearance-menu.
2235 (Programming Tips): Add xref to Progress.
2236
dca019f8
CY
22372009-04-22 Chong Yidong <cyd@stupidchicken.com>
2238
5dcb4c4e
SM
2239 * os.texi (Command-Line Arguments):
2240 Document command-line-args-left.
dca019f8
CY
2241 (Suspending Emacs): Adapt text to multi-tty case. Document use of
2242 terminal objects for tty arguments.
2243 (Startup Summary): Add xref to Session Management.
2244 (Session Management): Mention emacs-session-restore. Copyedits.
2245
02a89103
CY
22462009-04-20 Chong Yidong <cyd@stupidchicken.com>
2247
2248 * os.texi (Startup Summary): Copyedits. The init file is not
2249 necessarily named .emacs now. Document initial-buffer-choice and
2250 initial-scratch-message. Note where Emacs exits in batch mode.
2251 Document inhibit-splash-screen as an alias.
2252 (Init File): Be neutral about which init file name to use.
2253
22542009-04-16 Chong Yidong <cyd@stupidchicken.com>
2255
2256 * os.texi (System Interface): Fix Texinfo usage.
2257
0c1cfe01
CY
22582009-04-15 Chong Yidong <cyd@stupidchicken.com>
2259
80d7cdca
CY
2260 * searching.texi (Regexp Backslash): Also refer to shy groups as
2261 non-capturing or unnumbered groups.
2262 (Regexp Functions): Add cross-reference to Regexp Backslash.
2263
0c1cfe01
CY
2264 * display.texi (Truncation): Overlays can use line-prefix and
2265 wrap-prefix too.
2266 (Overlay Properties): Document wrap-prefix and line-prefix.
2267 (Face Attributes): Document underline-minimum-offset.
2268 (Face Remapping): Copyedits.
2269 (Low-Level Font): Copyedits.
2270 (Image Cache): Note that the image cache is shared between frames.
ed8ab760
CY
2271 (Line Height): Emphasize that line-spacing only takes effect on
2272 graphical terminals.
0c1cfe01 2273
c4adeee0
CY
22742009-04-13 Chong Yidong <cyd@stupidchicken.com>
2275
2276 * display.texi (Refresh Screen): Note that a passage about screen
2277 refreshing is text terminal only.
2278 (Forcing Redisplay): Delete misleading comment---sit-for calls
2279 redisplay, not the other way around.
2280 (Truncation): Note new values of truncate-partial-width-windows.
2281 Copyedits.
2282 (Invisible Text): Document invisible-p.
2283
b20ecfa1
EZ
22842009-04-11 Eli Zaretskii <eliz@gnu.org>
2285
2286 * display.texi (Overlays): Overlays don't scale well. See
2287 http://lists.gnu.org/archive/html/emacs-devel/2009-04/msg00243.html.
2288
97d8273f
CY
22892009-04-10 Chong Yidong <cyd@stupidchicken.com>
2290
f147ff75
CY
2291 * syntax.texi (Syntax Table Functions): Document cons cell
2292 argument for modify-syntax-entry.
2293 (Categories): Document cons cell argument for
2294 modify-category-entry.
2295
fca4ec76
CY
2296 * searching.texi (String Search): Document word-search-forward-lax
2297 and word-search-backward-lax.
2298 (Searching and Case): Describe isearch behavior more precisely.
2299
9c283d5b
CY
2300 * keymaps.texi (Tool Bar): Mention that some platforms do not
2301 support multi-line toolbars. Suggested by Stephen Eglen.
2302
2303 * frames.texi (Layout Parameters): Mention that Nextstep also
2304 allows only one tool-bar line. Suggested by Stephen Eglen.
2305
97d8273f
CY
2306 * nonascii.texi (Text Representations): Copyedits.
2307 (Coding System Basics): Also mention utf-8-emacs.
2308 (Converting Representations, Selecting a Representation)
2309 (Scanning Charsets, Translation of Characters, Encoding and I/O):
2310 Copyedits.
2311 (Character Codes): Mention role of codepoints 1114112 to 4194175.
2312
2bad3299
CY
23132009-04-09 Chong Yidong <cyd@stupidchicken.com>
2314
2315 * text.texi (Yank Commands): Note that yank uses push-mark.
5dcb4c4e
SM
2316 (Filling): Clarify REGION argument of fill-paragraph.
2317 Document fill-forward-paragraph-function.
2bad3299
CY
2318 (Special Properties): Remove "new in Emacs 22" declaration.
2319 (Clickable Text): Merge with Links and Mouse-1 node.
2320
5dcb4c4e
SM
2321 * display.texi (Button Properties, Button Buffer Commands):
2322 Change xref to Clickable Text.
2bad3299
CY
2323
2324 * tips.texi (Key Binding Conventions): Change xref to Clickable
2325 Text.
2326
2327 * elisp.texi (Top): Update node listing.
2328
ea30ce4f
CY
23292009-04-05 Chong Yidong <cyd@stupidchicken.com>
2330
47af2f4b
CY
2331 * markers.texi (The Mark): Copyedits. Improve description of
2332 handle-shift-selection.
2333 (The Region): Move use-region-p here from The Mark.
2334
ea30ce4f
CY
2335 * positions.texi (Screen Lines): Document (cols . lines) argument
2336 for vertical-motion.
2337
2aa8ea6e
CY
23382009-04-04 Chong Yidong <cyd@stupidchicken.com>
2339
3ec61d4e
CY
2340 * frames.texi (Frames): Clean up introduction. Document `ns'
2341 return value for framep.
2342 (Creating Frames): Note how the terminal is chosen.
2343 (Multiple Terminals, Multiple Displays): Merge into a single node.
2344 (Color Parameters): Fix typo.
2345
2346 * variables.texi (Local Variables, Buffer-Local Variables)
2347 (Creating Buffer-Local): Change link to Multiple Terminals.
2348
2349 * os.texi (X11 Keysyms): Change link to Multiple Terminals.
2350
2351 * keymaps.texi (Controlling Active Maps): Change link to Multiple
2352 Terminals.
2353
2354 * commands.texi (Command Loop Info, Keyboard Macros): Change link
2355 to Multiple Terminals.
2356
2357 * elisp.texi (Top): Update node listing.
2358 * vol2.texi (Top): Update node listing.
2359 * vol1.texi (Top): Update node listing.
2360
9257072f
CY
2361 * buffers.texi (Current Buffer): Note that the append-to-buffer
2362 example is no longer in synch with the latest code. Tie the two
2363 examples together.
2364
2aa8ea6e
CY
2365 * files.texi (File Attributes): Move note about MS-DOS from
2366 Changing Files to File Attributes.
2367 (Create/Delete Dirs): Note that mkdir is an alias for this.
2368
22e74b17
CY
23692009-04-01 Markus Triska <triska@gmx.at>
2370
2371 * processes.texi (Filter Functions): Suggest how to handle output
2372 batches.
2373
4bbe48ec
CY
23742009-03-30 Chong Yidong <cyd@stupidchicken.com>
2375
2376 * help.texi (Accessing Documentation): Update example to use
2377 help-setup-xref and with-help-window.
2378 (Help Functions): Remove print-help-return-message, which is
2379 semi-obsolete due to with-help-window. Document help-buffer and
2380 help-setup-xref.
2381
b9723f39
CY
23822009-03-29 Chong Yidong <cyd@stupidchicken.com>
2383
5dcb4c4e
SM
2384 * help.texi (Accessing Documentation, Help Functions):
2385 Remove information about long-obsolete Emacs versions.
9eb52e90 2386
b9723f39
CY
2387 * modes.texi (Mode Line Variables): The default values of the mode
2388 line variables are now more complicated.
2389
b0cc32db
CY
23902009-03-28 Chong Yidong <cyd@stupidchicken.com>
2391
3c25a5a9
CY
2392 * modes.texi (Major Mode Conventions): Note that specialness is
2393 inherited.
31c9eebb
CY
2394 (Derived Modes): Note that define-derive-mode sets the mode-class
2395 property.
3c25a5a9 2396
b0cc32db
CY
2397 * keymaps.texi (Prefix Keys): The M-g prefix key is now named
2398 goto-map. Add search-map to the list.
2399
c5e0006d
EZ
24002009-03-27 Eli Zaretskii <eliz@gnu.org>
2401
1213465a
EZ
2402 * os.texi (System Environment): Update the list of system-type
2403 values.
2404
c5e0006d
EZ
2405 * markers.texi (The Mark) <handle-shift-selection>: Update for
2406 removal of the optional argument DEACTIVATE.
2407
48bab3d6
CY
24082009-03-25 Chong Yidong <cyd@stupidchicken.com>
2409
2410 * commands.texi (Focus Events): Most X window managers don't use
2411 focus-follows-mouse nowadays.
2412
6e4ff1b6
CY
24132009-03-24 Chong Yidong <cyd@stupidchicken.com>
2414
2415 * commands.texi (Defining Commands): Clarify introduction.
2416 (Using Interactive): Not that interactive can be put in a symbol
2417 property.
2418 (Interactive Call): Note that a symbol with a non-nil
2419 interactive-form property satisfies commandp.
2420
11625308
JB
24212009-03-23 Juanma Barranquero <lekktu@gmail.com>
2422
2423 * minibuf.texi (Intro to Minibuffers): Fix typos.
2424
7b34420d
CY
24252009-03-23 Chong Yidong <cyd@stupidchicken.com>
2426
2427 * minibuf.texi (Intro to Minibuffers): Remove long-obsolete info
5dcb4c4e
SM
2428 about minibuffers in old Emacs versions. Copyedits.
2429 Emphasize that enable-recursive-minibuffers defaults to nil.
7b34420d
CY
2430 (Text from Minibuffer): Simplify introduction.
2431
f9257eed
AM
24322009-03-22 Alan Mackenzie <acm@muc.de>
2433
2434 * commands.texi (Using Interactive): Clarify string argument to
2435 `interactive' - even promptless elements need \n separators.
2436
f639ba70
CY
24372009-03-18 Chong Yidong <cyd@stupidchicken.com>
2438
2439 * minibuf.texi (Completion Styles): New node.
2440
2441 * elisp.texi (Top): Update node listing.
2442
d897e8ee
CY
24432009-03-17 Chong Yidong <cyd@stupidchicken.com>
2444
2445 * minibuf.texi (Basic Completion): Note that
2446 read-file-name-completion-ignore-case and
2447 read-buffer-completion-ignore-case can override
2448 completion-ignore-case.
2449 (Minibuffer Completion): Document completing-read changes.
2450 (Completion Commands): Avoid mentioning partial completion mode.
2451 Document minibuffer-completion-confirm changes, and
2452 minibuffer-confirm-exit-commands.
2453 (High-Level Completion): Document new require-match behavior for
2454 read-buffer. Document read-buffer-completion-ignore-case.
2455 (Reading File Names): Document new require-match behavior for
2456 read-file-name.
2457
b1f23349
CY
24582009-03-14 Chong Yidong <cyd@stupidchicken.com>
2459
2460 * debugging.texi (Error Debugging): Don't mislead the reader into
2461 thinking that debug-on-error enters debugger for C-f at EOB.
2462 (Error Debugging): Setting debug-on-init within the init file
2463 works, and has for some time.
2464
d6eb4e25
KH
24652009-03-13 Kenichi Handa <handa@m17n.org>
2466
2467 * display.texi (Fontsets): Update the description.
2468
1cf53dc5
CY
24692009-03-13 Chong Yidong <cyd@stupidchicken.com>
2470
2471 * advice.texi (Advising Primitives): Link to What Is a Function.
2472
81f919fc
CY
24732009-03-12 Chong Yidong <cyd@stupidchicken.com>
2474
cf4229eb
CY
2475 * compile.texi (Speed of Byte-Code): Update example.
2476 (Disassembly): Update examples.
2477
81f919fc 2478 * loading.texi (Repeated Loading): Simplify examples.
f2bbc08c
CY
2479
2480 * customize.texi (Common Keywords): It's not necessary to use :tag
2481 to remove hyphens, as custom-unlispify-tag-name does it
2482 automatically.
5dcb4c4e
SM
2483 (Variable Definitions): Link to File Local Variables.
2484 Document customized-value symbol property.
f2bbc08c
CY
2485 (Customization Types): Move menu to end of node.
2486
955964d7
CY
24872009-03-10 Chong Yidong <cyd@stupidchicken.com>
2488
2489 * macros.texi (Compiling Macros): Omit misleading sentence, which
2490 implied that macros can only be used in the same file they are
2491 defined.
2492 (Backquote): Remove obsolete information about Emacs 19.
2493
d25ed7db
GM
24942009-03-05 John Foerch <jjfoerch@earthlink.net> (tiny change)
2495
2496 * display.texi (Display Margins): Fix paren typo.
2497
d55f6ca5
CY
24982009-02-27 Chong Yidong <cyd@stupidchicken.com>
2499
f0e57ed8
CY
2500 * elisp.texi (Top): Update node listing.
2501
2502 * variables.texi (Variables): Clarify introduction.
2503 (Global Variables): Mention that setq is a special form.
2504 (Local Variables): Use active voice.
2505 (Tips for Defining): Mention marking variables as safe.
2506 (Buffer-Local Variables): Mention terminal-local and frame-local
2507 variables together.
2508 (File Local Variables): Copyedits.
2509 (Frame-Local Variables): Note that they are not really useful.
2510 (Future Local Variables): Node deleted.
2511
d55f6ca5 2512 * objects.texi (General Escape Syntax): Update explanation of
fe7a3057 2513 Unicode escape syntax.
d55f6ca5 2514
ca8f09a8
CY
25152009-02-23 Chong Yidong <cyd@stupidchicken.com>
2516
2517 * control.texi (Control Structures): Add cindex entry for "textual
2518 order".
2519
2520 * eval.texi (Intro Eval): Copyedits. Standardize on "form"
2521 instead of "expression" throughout.
2522 (Function Indirection): Copyedits. Use active voice.
2523 (Eval): The default value of max-lisp-eval-depth is now 400.
2524
a20878b6
MB
25252009-02-23 Miles Bader <miles@gnu.org>
2526
2527 * processes.texi (System Processes): Rename `system-process-attributes'
2528 to `process-attributes'.
2529
61f66044
CY
25302009-02-22 Chong Yidong <cyd@stupidchicken.com>
2531
1b80d1f3
CY
2532 * symbols.texi (Property Lists): Emphasize that property lists are
2533 not restricted to symbol cells.
2534 (Other Plists): Copyedit.
2535
61f66044
CY
2536 * sequences.texi (Sequences Arrays Vectors): Make introduction
2537 more concise.
2538 (Arrays): Mention char-tables and bool-vectors too.
2539 (Vectors): Don't repeat information given in Arrays node. Link to
2540 nodes that explain the vector usage examples.
2541 (Char-Tables): Note that char-table elements can have arbitrary
2542 type. Explain effect of omitted char-table-extra-slots property.
8a63cf41 2543 Link to Property Lists node.
61f66044 2544
9403944b
CY
25452009-02-22 Chong Yidong <cyd@stupidchicken.com>
2546
2547 * lists.texi (Building Lists): Remove obsolete Emacs 20 usage of
2548 `append'.
4068c7b4 2549 (List Elements): Copyedits.
9403944b
CY
2550
2551 * sequences.texi (Vector Functions): Remove obsolete Emacs 20 use
2552 of `vconcat'.
2553
2554 * strings.texi (Creating Strings): Copyedits. Remove obsolete
2555 Emacs 20 usage of `concat'.
2556 (Case Conversion): Copyedits.
2557
b87a185f
CY
25582009-02-21 Chong Yidong <cyd@stupidchicken.com>
2559
2560 * objects.texi (Lisp Data Types, Syntax for Strings, Buffer Type):
2561 Minor edits.
2562 (Frame Configuration Type): Emphasize that it is not primitive.
2563 (Font Type): New node.
2564 (Type Predicates): Add fontp; type-of now recognizes font object
2565 types.
2566
2567 * intro.texi (Version Info): Update version numbers in examples.
2568 (Acknowledgements): List more contributors.
2569
2570 * elisp.texi: Bump version number to 3.0.
2571 (Top): Link to Font Type node.
2572
867d4bb3
JB
25732009-02-20 Juanma Barranquero <lekktu@gmail.com>
2574
2575 * modes.texi (Major Mode Conventions): Remove duplicate words.
2576 (Customizing Keywords): Fix typo.
2577
77730170
EZ
25782009-02-14 Eli Zaretskii <eliz@gnu.org>
2579
2580 * nonascii.texi (User-Chosen Coding Systems): Document that
2581 select-safe-coding-system suggests raw-text if there are raw bytes
2582 in the region.
2583 (Explicit Encoding): Warn not to use `undecided' when encoding.
2584
c8736212
GM
25852009-02-11 Glenn Morris <rgm@gnu.org>
2586
2587 * frames.texi (Visibility of Frames): Mention the effect multiple
2588 workspaces/desktops can have on visibility.
2589
ab992d66
EZ
25902009-02-07 Eli Zaretskii <eliz@gnu.org>
2591
c8736212
GM
2592 * text.texi (Commands for Insertion):
2593 * commands.texi (Event Mod):
2594 * keymaps.texi (Searching Keymaps):
5dcb4c4e
SM
2595 * nonascii.texi (Translation of Characters):
2596 Reinstate documentation of translation-table-for-input.
7d2a859f
EZ
2597 (Explicit Encoding): Document the `charset' text property produced
2598 by decode-coding-region and decode-coding-string.
ab992d66 2599
e651a255
AM
26002009-01-27 Alan Mackenzie <acm@muc.de>
2601
2602 * modes.texi (Search-based Fontification): Correct a typo.
2603
bc5cde4b
JB
26042009-01-25 Juanma Barranquero <lekktu@gmail.com>
2605
2606 * abbrevs.texi (Abbrev Table Properties): Fix typo.
2607 Reported by Seweryn Kokot <sewkokot@gmail.com>. (Bug#2039)
2608
3533155b
EZ
26092009-01-24 Eli Zaretskii <eliz@gnu.org>
2610
f721deda
EZ
2611 * display.texi (Window Systems): Document the value of
2612 `initial-window-system' under --daemon.
2613
3533155b
EZ
2614 * os.texi (System Environment): Remove description of the
2615 `environment' function which has been deleted.
2616
f79b43b2
DN
26172009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
2618
2619 * frames.texi (Multiple Displays): Remove documentation for
2620 removed function make-frame-on-tty.
2621
e3aa6669
CY
26222009-01-22 Chong Yidong <cyd@stupidchicken.com>
2623
2624 * files.texi (Format Conversion Piecemeal): Clarify behavior of
5dcb4c4e
SM
2625 write-region-annotate-functions.
2626 Document write-region-post-annotation-function.
e3aa6669 2627
fb13a416
CY
26282009-01-19 Chong Yidong <cyd@stupidchicken.com>
2629
2630 * display.texi (Font Lookup): Document WIDTH argument of
2631 x-list-fonts.
2632
02eccf6b
EZ
26332009-01-17 Eli Zaretskii <eliz@gnu.org>
2634
ead3f58d
EZ
2635 * maps.texi (Standard Keymaps): Rename function-key-map to
2636 local-function-key-map.
2637
2638 * keymaps.texi (Translation Keymaps): Rename function-key-map to
2639 local-function-key-map.
2640
2641 * nonascii.texi (Terminal I/O Encoding): `keyboard-coding-system'
2642 and `set-keyboard-coding-system' now accept an optional terminal
2643 argument.
2644
2645 * commands.texi (Event Mod): `keyboard-translate-table' is now
2646 terminal-local.
2647 (Function Keys): Rename function-key-map to
2648 local-function-key-map.
2649
df05a163
EZ
2650 * elisp.texi (Top): Make @detailmenu be consistent with changes in
2651 frames.texi.
2652
0ed8034e 2653 * hooks.texi (Standard Hooks): Document `delete-frame-functions'
490f1197
EZ
2654 `delete-terminal-functions', `suspend-tty-functions' and
2655 `resume-tty-functions'.
0ed8034e
EZ
2656
2657 * frames.texi (Frames): Document `frame-terminal' and
2658 `terminal-live-p'.
2659 (Multiple Displays): Document `make-frame-on-tty'.
2660 (Multiple Terminals): Document `terminal-list', `delete-terminal',
2661 `terminal-name', and `get-device-terminal'.
490f1197
EZ
2662 (Terminal Parameters): Document `terminal-parameters',
2663 `terminal-parameter', and `set-terminal-parameter'.
0ed8034e
EZ
2664
2665 * os.texi (System Environment): Document `environment' and
2666 `initial-environment'.
490f1197
EZ
2667 (Suspending Emacs): Update for multi-tty; document
2668 `suspend-tty', `resume-tty', and `controlling-tty-p'.
0ed8034e 2669
02eccf6b
EZ
2670 * nonascii.texi (Coding System Basics): More accurate description
2671 of `raw-text'.
2672
f19fea97
JB
26732009-01-12 Juanma Barranquero <lekktu@gmail.com>
2674
2675 * display.texi (Low-Level Font): Fix typo.
2676
16fa292f
CY
26772009-01-10 Chong Yidong <cyd@stupidchicken.com>
2678
2679 * elisp.texi (Top): Update node listing.
2680
2681 * display.texi (PostScript Images): Node deleted.
2682
0b4faef3
EZ
26832009-01-10 Eli Zaretskii <eliz@gnu.org>
2684
3355f04d
EZ
2685 * processes.texi (Decoding Output): Document that null bytes force
2686 no-conversion for reading process output.
2687
2688 * files.texi (Reading from Files): Document that null bytes force
2689 no-conversion when visiting files.
2690
11625308 2691 * processes.texi (Serial Ports): Improve wording, suggested by RMS.
538395d9 2692
5dcb4c4e
SM
2693 * nonascii.texi (Lisp and Coding Systems):
2694 Document inhibit-null-byte-detection and inhibit-iso-escape-detection.
c06ea95e 2695 (Character Properties): Improve wording.
0b4faef3 2696
ce9cf065
CY
26972009-01-09 Chong Yidong <cyd@stupidchicken.com>
2698
2699 * display.texi (Font Lookup): Remove obsolete function
2700 x-font-family-list. x-list-fonts accepts Fontconfig/GTK syntax.
2701 (Low-Level Font): Rename from Fonts, move to end of Faces section.
5dcb4c4e
SM
2702 (Font Selection): Reorder order of variable descriptions.
2703 Minor clarifications.
ce9cf065
CY
2704
2705 * elisp.texi (Top): Update node listing.
2706
ab756fb3
GM
27072009-01-09 Glenn Morris <rgm@gnu.org>
2708
2709 * commands.texi (Command Loop Info): Say that last-command-char and
2710 last-input-char are obsolete aliases.
2711
2712 * edebug.texi (Edebug Recursive Edit): Remove separate references to
2713 last-input-char and last-command-char, since they are just aliases for
2714 last-input-event and last-command-event.
2715
2716 * minibuf.texi (Minibuffer Commands): Use last-command-event rather than
2717 last-command-char.
2718
6b2b8ab1
CY
27192009-01-08 Chong Yidong <cyd@stupidchicken.com>
2720
2721 * elisp.texi: Update node listing.
2722
2723 * display.texi (Faces): Put Font Selection node after Auto Faces.
5dcb4c4e
SM
2724 (Face Attributes): Don't link to Font Lookup.
2725 Document font-family-list.
6b2b8ab1
CY
2726 (Fonts): New node.
2727
3568e767
JR
27282009-01-08 Jason Rumney <jasonr@gnu.org>
2729
2730 * frames.texi (Pointer Shape): Clarify that only X supports
5ce6e4f4 2731 changing the standard pointer shapes. (Bug#1485)
3568e767 2732
6221c8db
CY
27332009-01-08 Chong Yidong <cyd@stupidchicken.com>
2734
2735 * display.texi (Attribute Functions): Note that a function value
2736 :height is relative, and that compatibility functions work by
2737 calling set-face-attribute.
2738 (Displaying Faces): Reorder list in order of increasing priority.
2739 (Face Remapping): New node. Content moved here from Displaying
2740 Faces.
2741 (Glyphs): Link to Face Functions.
2742
e3d3799a
CY
27432009-01-08 Chong Yidong <cyd@stupidchicken.com>
2744
2745 * display.texi (Faces): Don't discuss face id here. facep does
2746 not return t.
2747 (Defining Faces): Minor clarification.
2748 (Face Attributes): Rearrange items to match docstring of
2749 set-face-attribute. Add :foundry attribute. Document new role of
2750 :font attribute. Texinfo usage fix.
2751 (Attribute Functions): Copyedits.
2752 (Face Functions): Note that face number is seldom used.
2753
638a2457
RS
27542009-01-05 Richard M Stallman <rms@gnu.org>
2755
2756 * strings.texi (Predicates for Strings): Minor clarification.
2757
2758 * functions.texi (Function Safety): Texinfo usage fix.
2759
49ea0074
JB
27602009-01-04 Eduard Wiebe <usenet@pusto.de> (tiny patch)
2761
2762 * objects.texi (General Escape Syntax): Fix typo.
2763
9f822178
MR
27642009-01-03 Martin Rudalics <rudalics@gmx.at>
2765
2766 * windows.texi (Choosing Window): Say that pop-up-frame-alist
2767 works via the default value of pop-up-frame-function.
2768
af34ad36
EZ
27692009-01-02 Eli Zaretskii <eliz@gnu.org>
2770
2771 * processes.texi (System Processes): Document the `time' and
2772 `ctime' attributes of `system-process-attributes'.
2773
d31f6679
CY
27742009-01-01 Chong Yidong <cyd@stupidchicken.com>
2775
2776 * display.texi (Face Attributes): Clarify :height attribute.
2777
174dc00c
MR
27782008-12-31 Martin Rudalics <rudalics@gmx.at>
2779
2780 * buffers.texi (The Buffer List): Clarify what moves a buffer to
2781 the front of the buffer list. Add entries for `last-buffer' and
2782 `unbury-buffer'.
2783
b8afe7e4
EZ
27842008-12-27 Eli Zaretskii <eliz@gnu.org>
2785
d14030f5
EZ
2786 * elisp.texi (Top): Add @detailmenu items for "Multiple Terminals"
2787 and its subsections.
2788
2789 * frames.texi (Multiple Terminals, Low-level Terminal)
2790 (Terminal Parameters, Frames on Other TTY devices): New sections.
2791 (Frames): Add an xref to "Multiple Terminals".
2792
765980a4
EZ
2793 * elisp.texi (Top): Add @detailmenu item for "Terminal Type".
2794
2795 * objects.texi (Terminal Type): New node.
2796 (Editing Types): Add it to the menu.
2797
47bd5577
EZ
2798 * elisp.texi (Top): Add a @detailmenu item for "Directory Local
2799 Variables".
2800
eb22b78c 2801 * variables.texi (Directory Local Variables): New node.
47bd5577 2802 (Variables): Add a menu item for it.
eb22b78c 2803
b8afe7e4
EZ
2804 * loading.texi (Autoload): Document `generate-autoload-cookie' and
2805 `generated-autoload-file'.
2806
77bb0476
EZ
28072008-12-20 Eli Zaretskii <eliz@gnu.org>
2808
028e2c19
EZ
2809 * os.texi (Startup Summary): Add xref to documentation of
2810 `initial-window-system'.
2811
77bb0476
EZ
2812 * display.texi (Window Systems): Document `window-system' the
2813 function. The variable `window-system' is now frame-local.
028e2c19 2814 Document `initial-window-system'.
77bb0476 2815
dda87836
MR
28162008-12-19 Martin Rudalics <rudalics@gmx.at>
2817
2818 * windows.texi (Windows): Rewrite description of
2819 fit-window-to-buffer.
2820
caef3ed2
GM
28212008-12-13 Glenn Morris <rgm@gnu.org>
2822
2823 * modes.texi (Font Lock Basics): Fix level description. (Bug#1534)
2824 (Levels of Font Lock): Refer to font-lock-maximum-decoration.
2825
21c58e4d
GM
28262008-12-12 Glenn Morris <rgm@gnu.org>
2827
2828 * debugging.texi (Error Debugging): Refer forwards to
2829 eval-expression-debug-on-error.
2830
af38459f
EZ
28312008-12-05 Eli Zaretskii <eliz@gnu.org>
2832
5dedd9b5
EZ
2833 * strings.texi (String Basics): Only unibyte strings that
2834 represent key sequences hold 8-bit raw bytes.
2835
af38459f
EZ
2836 * nonascii.texi (Coding System Basics): Rewrite @ignore'd
2837 paragraph to speak about `undecided'.
2838 (Character Properties): Don't explain the meaning of each
2839 property; instead, identify their Unicode Standard names.
b3f1f4a5 2840 (Character Sets): Document `map-charset-chars'.
af38459f 2841
fa047ae7
GM
28422008-12-02 Glenn Morris <rgm@gnu.org>
2843
2844 * files.texi (Format Conversion Round-Trip): Rewrite format-write-file
2845 section yet again.
2846
47dbc044
EZ
28472008-11-29 Eli Zaretskii <eliz@gnu.org>
2848
98d05998
EZ
2849 * nonascii.texi (Character Properties): New Section.
2850 (Specifying Coding Systems): Document
2851 `coding-system-priority-list', `set-coding-system-priority', and
2852 `with-coding-priority'.
2853 (Lisp and Coding Systems): Document `check-coding-systems-region'
2854 and `coding-system-charset-list'.
2855 (Coding System Basics): Document `coding-system-aliases'.
2856
2857 * elisp.texi (Top): Add a @detailmenu entry for "Character
2858 Properties".
2859
47dbc044
EZ
2860 * objects.texi (Character Type): Correct the range of Emacs
2861 characters. Add an @xref to "Character Codes".
2862
2863 * strings.texi (String Basics): Add an @xref to "Character Codes".
2864
2865 * numbers.texi (Integer Basics): Add an @xref to `max-char'.
2866
2867 * nonascii.texi (Explicit Encoding): Update for Emacs 23.
2868 (Character Codes): Document `max-char'.
2869
8b80cdf5
EZ
28702008-11-28 Eli Zaretskii <eliz@gnu.org>
2871
2872 * nonascii.texi (Text Representations, Converting Representations)
2873 (Character Sets, Scanning Charsets, Translation of Characters):
2874 Make text more accurate.
2875
a99dceba
GM
28762008-11-28 Glenn Morris <rgm@gnu.org>
2877
2878 * files.texi (Format Conversion Round-Trip): Improve previous change.
2879
f6dc3bed
CY
28802008-11-26 Chong Yidong <cyd@stupidchicken.com>
2881
2882 * modes.texi (Auto Major Mode): Fix example.
2883
5da9413d
GM
28842008-11-25 Glenn Morris <rgm@gnu.org>
2885
2886 * control.texi (Signaling Errors): Fix `wrong-type-argument' name.
2887
2888 * files.texi (Format Conversion Round-Trip):
2889 Use active voice for previous change.
2890
fcca848c
CY
28912008-11-25 Chong Yidong <cyd@stupidchicken.com>
2892
2893 * os.texi (Processor Run Time):
2894 * processes.texi (Transaction Queues):
2895 * markers.texi (The Mark):
2896 * windows.texi (Choosing Window, Selecting Windows):
2897 * files.texi (Changing Files, Magic File Names):
2898 * commands.texi (Key Sequence Input):
2899 * functions.texi (Declaring Functions):
2900 * strings.texi (Predicates for Strings):
2901 * intro.texi (nil and t): Fix typos (pointed out by Drew Adams).
2902
36c8dc54
CY
29032008-11-24 Chong Yidong <cyd@stupidchicken.com>
2904
2905 * help.texi (Accessing Documentation): Update example.
2906
2907 * variables.texi (Defining Variables): Note that `*' is not
2908 necessary if defcustom is used.
2909
2a79b242
EZ
29102008-11-22 Eli Zaretskii <eliz@gnu.org>
2911
2912 * elisp.texi (Top): Remove "Chars and Bytes" and "Splitting
2913 Characters" from @detailmenu.
2914
2915 * nonascii.texi (Character Codes, Character Sets)
2916 (Scanning Charsets, Translation of Characters): Update for Emacs 23.
2917 (Chars and Bytes, Splitting Characters): Sections removed.
2918
392f0d26
LK
29192008-11-22 Lute Kamstra <lute@gnu.org>
2920
2921 * positions.texi (Text Lines): Update goto-line documentation.
2922
af1a5cd5
MR
29232008-11-21 Martin Rudalics <rudalics@gmx.at>
2924
6a4cfb0c
MR
2925 * frames.texi (Frames): Fix typo, add cross references, reword.
2926 (Initial Parameters): Reword special-display-frame-alist text.
2927 (Frames and Windows): Reword. Describe argument norecord for
2928 set-frame-selected-window.
2929 (Input Focus): Describe argument norecord for select-frame.
2930 Remove comment on MS-Windows behavior for focus-follows-mouse.
2931 (Raising and Lowering): Mention windows-frames dichotomy in
2932 metaphor.
2933
af1a5cd5
MR
2934 * windows.texi (Displaying Buffers, Vertical Scrolling)
2935 (Horizontal Scrolling): Fix indenting and rewording issues
2936 introduced with 2008-11-07 change.
2937
c249fa9c
GM
29382008-11-20 Glenn Morris <rgm@gnu.org>
2939
2940 * files.texi (Format Conversion Round-Trip): Mention `preserve'
2941 element of `format-alist'.
2942
204d4665
GM
29432008-11-19 Glenn Morris <rgm@gnu.org>
2944
2945 * doclicense.texi: Update to FDL 1.3.
2946 * elisp.texi, vol1.texi, vol2.texi: Relicense under FDL 1.3 or later.
2947
cc0910af
CY
29482008-11-18 Chong Yidong <cyd@stupidchicken.com>
2949
efe6e7c4
CY
2950 * windows.texi (Window Hooks): Remove *-end-trigger-functions
2951 vars, which are obsolete. Mention jit-lock-register.
2952
5dcb4c4e
SM
2953 * modes.texi (Other Font Lock Variables):
2954 Document jit-lock-register and jit-lock-unregister.
efe6e7c4 2955
cc0910af
CY
2956 * frames.texi (Color Parameters): Document alpha parameter.
2957
aeeedf76
MR
29582008-11-16 Martin Rudalics <rudalics@gmx.at>
2959
2960 * windows.texi (Splitting Windows, Deleting Windows)
2961 (Selecting Windows, Cyclic Window Ordering)
2962 (Buffers and Windows, Displaying Buffers, Choosing Window)
2963 (Dedicated Windows, Window Point, Window Start and End)
2964 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling)
2965 (Size of Window, Resizing Windows, Window Configurations)
2966 (Window Parameters): Avoid @var at beginning of sentences and
2967 reword accordingly.
2968
4c565c5c
LK
29692008-11-11 Lute Kamstra <lute@gnu.org>
2970
2971 * files.texi (File Name Components): Fix file-name-extension
2972 documentation.
2973
25f494c9
JB
29742008-11-11 Juanma Barranquero <lekktu@gmail.com>
2975
2976 * frames.texi (Basic Parameters): Remove display-environment-variable
2977 and term-environment-variable.
2978
a1401ab1
EZ
29792008-11-08 Eli Zaretskii <eliz@gnu.org>
2980
2981 * windows.texi (Basic Windows, Splitting Windows)
2982 (Deleting Windows, Selecting Windows, Cyclic Window Ordering)
2983 (Buffers and Windows, Displaying Buffers, Dedicated Windows)
25f494c9
JB
2984 (Resizing Windows, Window Configurations, Window Parameters):
2985 Fix wording and markup.
a1401ab1 2986
efafc282
MR
29872008-11-07 Martin Rudalics <rudalics@gmx.at>
2988
2989 * windows.texi (Windows): Update entries.
2990 (Basic Windows): Remove listing of attributes. Reword.
86ab855a 2991 (Splitting Windows, Deleting Windows): Reword.
efafc282
MR
2992 (Selecting Windows, Cyclic Window Ordering): Reword with special
2993 emphasis on order of recently selected windows and buffer list.
86ab855a
MR
2994 (Buffers and Windows, Choosing Window): Reword with special
2995 emphasis on dedicated windows.
2996 (Displaying Buffers): Reword. For switch-to-buffer mention that
2997 it may fall back on pop-to-buffer. For other-window try to
2998 explain how it treats the cyclic ordering of windows.
efafc282
MR
2999 (Dedicated Windows): New node and section discussing dedicated
3000 windows and associated functions.
86ab855a 3001 (Window Point): Add entry for window-point-insertion-type. Reword.
efafc282
MR
3002 (Window Start and End): Rename node and section title. Reword.
3003 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling):
3004 Minor rewording.
3005 (Size of Window): Reword, in particular text on window-width.
3006 (Resizing Windows): Reword. Add text on balancing windows.
3007 (Window Configurations): Reword. Mention window parameters.
3008 (Window Parameters): New node and section on window parameters.
3009 (Window Hooks): Reword. Mention that
3010 window-configuration-change-hook is run "buffer-locally".
3011 * elisp.texi (Top): Update Windows entries in @detailmenu
3012 section.
3013
d60a8ab2
JB
30142008-11-04 Juanma Barranquero <lekktu@gmail.com>
3015
3016 * searching.texi (Regexp Search): Fix typo.
3017
01777627
CY
30182008-11-03 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
3019
3020 * searching.texi (Regexp Search): Document GREEDY arg.
3021 (Simple Match Data): Fix return value.
3022
c4526e93
EZ
30232008-11-01 Eli Zaretskii <eliz@gnu.org>
3024
3025 * nonascii.texi (Text Representations): Rewrite to make consistent
5dcb4c4e
SM
3026 with Emacs 23 internal representation of characters.
3027 Document `unibyte-string'.
c4526e93 3028
fe2ae8b5
CY
30292008-10-28 Chong Yidong <cyd@stupidchicken.com>
3030
3031 * processes.texi (Process Information): Note that process-status
3032 does not accept buffer names.
3033
cc5a21e3
CY
30342008-10-27 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
3035
3036 * positions.texi (Skipping Characters): Correct return value of
3037 skip-chars-forward.
3038
09460d9a
MR
30392008-10-25 Martin Rudalics <rudalics@gmx.at>
3040
520b29e7
MR
3041 * windows.texi (Deleting Windows): Update documentation of
3042 delete-windows-on.
3043 (Buffers and Windows): Update documentations of
3044 get-buffer-window and get-buffer-window-list.
3045 (Displaying Buffers): Update documentation of
3046 replace-buffer-in-windows.
3047
09460d9a
MR
3048 * buffers.texi (Current Buffer): Reword set-buffer and
3049 with-current-buffer documentations.
3050 (Creating Buffers): Reword documentation of get-buffer-create.
3051
4d48fcdc
MR
30522008-10-23 Martin Rudalics <rudalics@gmx.at>
3053
3054 * buffers.texi (Current Buffer): Reword documentation of
3055 set-buffer.
3056 (Buffer Names): Reword documentation of buffer-name.
3057 (The Buffer List): For bury-buffer explain what happens with the
3058 buffer's window.
3059 (Creating Buffers): Say that get-buffer-create's arg is called
3060 buffer-or-name.
3061
f0143c43
CY
30622008-10-22 Chong Yidong <cyd@stupidchicken.com>
3063
3e5dbbd3
CY
3064 * advice.texi (Computed Advice): Explain what DEFINITION is.
3065
f0143c43
CY
3066 * nonascii.texi (Character Codes): Remove obsolete function
3067 char-valid-p, and document characterp instead.
3068
52a94b85
MR
30692008-10-22 Martin Rudalics <rudalics@gmx.at>
3070
3071 * windows.texi (Displaying Buffers): Reword documentation of
3072 pop-to-buffer.
3073 (Choosing Window): Rewrite documentation of display-buffer and
3074 its options.
3075
f76f8246
MR
3076 * buffers.texi (Killing Buffers): Update documentation of
3077 kill-buffer.
3078
acc8b598
EZ
30792008-10-21 Eli Zaretskii <eliz@gnu.org>
3080
80e6b6df
EZ
3081 * processes.texi (Serial Ports): Fix wording and improve markup.
3082
3645358a
EZ
3083 * searching.texi (Regexp Search): Document `string-match-p' and
3084 `looking-at-p'.
3085 (POSIX Regexps): Add an xref for "non-greedy".
3086 (Regexp Special): Add @cindex entry for "non-greedy".
3087
b3d50cff 3088 * display.texi (Attribute Functions): Document `face-all-attributes'.
bf190568 3089 (Image Cache) <image-refresh>: Minor wording fixes.
b3d50cff 3090
73b7530a
EZ
3091 * frames.texi (Color Names): Add an xref to `read-color'.
3092
3093 * minibuf.texi (High-Level Completion): Document `read-color'.
3094
acc8b598
EZ
3095 * elisp.texi (Top): Add "Swapping Text" to @detailmenu.
3096
3097 * positions.texi (Narrowing): Add an xref to "Swapping Text".
3098
3099 * buffers.texi (Swapping Text): New section, documents
3100 `buffer-swap-text'.
3101
10e187e8
MR
31022008-10-21 Martin Rudalics <rudalics@gmx.at>
3103
3104 * windows.texi (Resizing Windows): Minor wording fix.
3105
fd6f900c
EZ
31062008-10-20 Eli Zaretskii <eliz@gnu.org>
3107
3108 * processes.texi (Shell Arguments): Document `split-string-and-unquote'
3109 and `combine-and-quote-strings'.
3110
3111 * strings.texi (Creating Strings): Add xrefs for them.
3112
e4372165
EZ
31132008-10-19 Eli Zaretskii <eliz@gnu.org>
3114
d6328fba
EZ
3115 * elisp.texi (Top): Make descriptive text for "Reading File Names"
3116 match the corresponding menu in minibuf.texi.
3117
e4372165
EZ
3118 * minibuf.texi (Reading File Names): Document `read-shell-command'
3119 and `minibuffer-local-shell-command-map'.
3120
5d8dda33
MR
31212008-10-19 Martin Rudalics <rudalics@gmx.at>
3122
3123 * windows.texi (Resizing Windows): Remove var{} around "window" in
3124 documentation of enlarge-window.
3125 Rewrite documentation of window-min-height and window-min-width.
3126
437706cd
EZ
31272008-10-19 Eli Zaretskii <eliz@gnu.org>
3128
80f85d7c
EZ
3129 * functions.texi (Calling Functions): Document `apply-partially'.
3130
291703b5
EZ
3131 * hooks.texi (Standard Hooks): Mention
3132 `before-hack-local-variables-hook' and `hack-local-variables-hook'.
3133
3134 * variables.texi (File Local Variables): Document
3135 `file-local-variables-alist', `before-hack-local-variables-hook'
3136 and `hack-local-variables-hook'.
3137
583d8b3c
EZ
3138 * processes.texi (Synchronous Processes): Document `process-lines'.
3139
5dcb4c4e
SM
3140 * customize.texi (Variable Definitions):
3141 Document `custom-reevaluate-setting'.
437706cd 3142
7e51d89b
MR
31432008-10-18 Martin Rudalics <rudalics@gmx.at>
3144
3145 * windows.texi (Choosing Window, Deleting Windows)
3146 (Displaying Buffers): Expand documentation of dedicated windows.
3147
43c59a3d
EZ
31482008-10-18 Eli Zaretskii <eliz@gnu.org>
3149
018a960d
EZ
3150 * files.texi (Changing Files): Document symbolic input of file
3151 modes to `set-file-modes'. Document `read-file-modes' and
3152 `file-modes-symbolic-to-number'.
3153
2c0b8144
EZ
3154 * maps.texi (Standard Keymaps): Document `multi-query-replace-map'
3155 and `search-map'.
3156
5dcb4c4e
SM
3157 * searching.texi (Search and Replace):
3158 Document `replace-search-function' and `replace-re-search-function'.
2c0b8144 3159 Document `multi-query-replace-map'.
80120f13 3160
6d4913f0 3161 * minibuf.texi (Text from Minibuffer): Document `read-regexp'.
5dcb4c4e
SM
3162 (Completion Commands, Reading File Names):
3163 Rename `minibuffer-local-must-match-filename-map' to
6d4913f0
EZ
3164 `minibuffer-local-filename-must-match-map'.
3165 (Minibuffer Completion): The `require-match' argument to
3166 `completing-read' can now have the value `confirm-only'.
3167
43c59a3d
EZ
3168 * windows.texi (Displaying Buffers): Minor wording fix.
3169 (Choosing Window): `split-height-threshold' can now be nil.
3170 Document `split-width-threshold'. `pop-up-frames' can have the
3171 value `graphic-only'.
3172
f36acfd9
EZ
31732008-10-17 Eli Zaretskii <eliz@gnu.org>
3174
3175 * os.texi (Startup Summary): Document `before-init-time' and
3176 `after-init-time'. Document `initial-window-system' and
3177 `window-system-initialization-alist'. Document reading the
3178 abbrevs file. Document the call to `server-start' under --daemon.
3179 Rearrange a bit to be consistent with the code flow.
53728487
EZ
3180 (Processor Run Time): Document `emacs-uptime' and `emacs-init-time'.
3181 (Time Parsing): Document `format-seconds'.
f36acfd9 3182
96995b89
MR
31832008-10-17 Martin Rudalics <rudalics@gmx.at>
3184
3185 * windows.texi (Basic Windows, Splitting Windows): Fix whitespace
3186 and reword.
3187
2de17c73
EZ
31882008-10-16 Eli Zaretskii <eliz@gnu.org>
3189
3190 * markers.texi (The Mark): Document use-region-p.
3191
9cf52b11
EZ
31922008-10-15 Eli Zaretskii <eliz@gnu.org>
3193
c3aaf1d7
EZ
3194 * internals.texi (Writing Emacs Primitives): The interactive spec
3195 of a primitive can be a Lisp form.
3196
841a1743
EZ
3197 * markers.texi (The Mark): Document the `lambda' and `(only . OLD)'
3198 values of transient-mark-mode. Document handle-shift-selection.
3199
3200 * commands.texi (Using Interactive, Interactive Codes): Document `^'.
3201 (Interactive Examples): Show an example of `^'.
3202 (Key Sequence Input): Document this-command-keys-shift-translated.
c3aaf1d7
EZ
3203 (Defining Commands, Using Interactive): The interactive-form of a
3204 function can be added via its symbol's property.
841a1743 3205
52441368
EZ
3206 * positions.texi (List Motion): beginning-of-defun-function can
3207 now accept an argument.
3208
8e8c1a72
EZ
3209 * text.texi (Low-Level Kill Ring): interprogram-paste-function can
3210 now return a list of strings.
3211
a33a1f2a
EZ
3212 * control.texi (Handling Errors): Document ignore-errors.
3213
4fb04348
EZ
3214 * frames.texi (Creating Frames): Document frame-inherited-parameters.
3215 (Parameter Access): Document set-frame-parameter.
3216
ee666f84
EZ
3217 * variables.texi (Creating Buffer-Local): Add an xref to "Setting
3218 Hooks" for the effect of kill-all-local-variables on local hook
3219 functions.
3220
9cf52b11
EZ
3221 * modes.texi (Major Mode Conventions, Mode Line Variables):
3222 `mode-name' need not be a string. xref to "Mode Line Data" for
3223 details, and to "Emulating Mode Line" for computing a string
3224 value.
3225
22526bc4
EZ
32262008-10-14 Eli Zaretskii <eliz@gnu.org>
3227
a65f6a85
EZ
3228 * processes.texi (System Processes): New section.
3229 (Processes, Signals to Processes): Add xrefs to it.
3230
3231 * objects.texi (Editing Types): A `process' is a subprocess of
3232 Emacs, not just any process running on the OS.
3233
3234 * elisp.texi (Top): Adjust the @detailmenu for the above two
3235 changes.
3236
2724b26a
EZ
3237 * sequences.texi (Char-Tables): Remove documentation of
3238 set-char-table-default, which has no effect since Emacs 23.
3239 <char-table-range, set-char-table-range>: Don't mention generic
3240 characters and charsets. Add a cons cell as a possible argument.
3241
3242 * nonascii.texi (Splitting Characters)
3243 (Translation of Characters): Don't mention generic characters.
3244
3245 * display.texi (Fontsets): Don't mention generic characters.
3246
22526bc4 3247 * sequences.texi (Char-Tables): `map-char-table' can now call its
25f494c9 3248 argument FUNCTION with a cons cell as KEY.
22526bc4 3249
eaf4b689
EZ
32502008-10-13 Eli Zaretskii <eliz@gnu.org>
3251
45e46036
EZ
3252 * objects.texi (Primitive Function Type): Move "@cindex special
3253 forms" from here...
3254
3255 * eval.texi (Special Forms): ...to here.
3256
3257 * functions.texi (What Is a Function): `functionp' returns nil for
3258 special forms. Add an xref.
3259
eaf4b689
EZ
3260 * elisp.texi (Top): Add a @detailmenu entry for "Frame-Local
3261 Variables".
3262
3263 * variables.texi (Frame-Local Variables): New section.
3264 (Buffer-Local Variables): Add an xref to it.
3265 (Intro to Buffer-Local, Creating Buffer-Local): A variable cannot
3266 have both frame-local and buffer-local binding.
3267
3268 * frames.texi (Frames): Mention multiple tty frames.
3269 (Frame Parameters, Parameter Access): Mention frame-local variable
3270 bindings.
3271
15688fce
GM
32722008-09-20 Glenn Morris <rgm@gnu.org>
3273
3274 * display.texi (Defining Faces): Recommend against face variables.
3275
35539065
JB
32762008-09-16 Juanma Barranquero <lekktu@gmail.com>
3277
3278 * display.texi (Echo Area Customization): Fix typo.
3279
6a57054b
JB
32802008-09-09 Juanma Barranquero <lekktu@gmail.com>
3281
3282 * loading.texi (Where Defined): Add `defface' item.
3283
d632fb82
MR
32842008-09-06 Martin Rudalics <rudalics@gmx.at>
3285
3286 * loading.texi (Where Defined): Fix description of symbol-file.
3287
905a9adb
JR
32882008-08-26 Jason Rumney <jasonr@gnu.org>
3289
3290 * display.texi (TIFF Images): New section describing :index property.
3291
852e91b7
CY
32922008-08-23 Chong Yidong <cyd@stupidchicken.com>
3293
3294 * display.texi (Temporary Displays): Remove unnecessary comment
3295 about usage of temp-buffer-show-hook.
3296
6be001ee
CY
32972008-08-05 Chong Yidong <cyd@stupidchicken.com>
3298
3299 * symbols.texi (Other Plists): Fix incorrect example.
3300 Suggested by Florian Beck.
3301
58e3d8e8
JB
33022008-07-31 Juanma Barranquero <lekktu@gmail.com>
3303
3304 * os.texi: Fix previous change.
3305
7c2fb837
DN
33062008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
3307
3308 * os.texi:
3309 * intro.texi:
3310 * files.texi: Remove VMS support.
3311
9e2a2647
DN
33122008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
3313
3314 * os.texi:
3315 * frames.texi:
3316 * display.texi: Remove mentions of Mac Carbon.
3317
c4f4682b
MB
33182008-07-01 Miles Bader <miles@gnu.org>
3319
3320 * text.texi (Special Properties):
3321 * display.texi (Truncation): Add wrap-prefix and line-prefix.
3322
3696411e
JB
33232008-06-28 Johan Bockgård <bojohan@gnu.org>
3324
3325 * display.texi (Other Image Types): Fix copy/paste error; say
3326 "PBM", not "XBM".
3327
f2a77c3a
DN
33282008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
3329
3330 * os.texi: Remove references to obsolete systems.
3331
6d52677d
EZ
33322008-06-20 Eli Zaretskii <eliz@gnu.org>
3333
3334 * makefile.w32-in (distclean): Remove makefile.
3335
1a87da4c
GM
33362008-06-17 Glenn Morris <rgm@gnu.org>
3337
3338 * Makefile.in (emacsver, miscmanualdir, VERSION, manual, install)
3339 (elisp, dist): Remove rules and variables that are obsolete now
3340 the lisp manual is no longer distributed separately.
3341
fdda1c5d
GM
33422008-06-16 Glenn Morris <rgm@gnu.org>
3343
646692e9
GM
3344 * configure, configure.in, mkinstalldirs: Remove unused files.
3345
3346 * book-spine.texinfo: Set version to 23.0.60.
fdda1c5d 3347 * vol1.texi (EMACSVER):
6a57054b 3348 * vol2.texi (EMACSVER): Set to 23.0.60.
fdda1c5d
GM
3349
3350 * elisp.texi, vol1.texi, vol2.texi: Update Back-Cover Text
3351 as per maintain.info.
3352
611bee81
GM
33532008-06-15 Glenn Morris <rgm@gnu.org>
3354
a7bed3a0
GM
3355 * makefile.w32-in (manual): Use "23" rather than "21".
3356
3357 * Makefile.in (emacsver): New, set by configure.
3358 (manual): Use emacsver.
3359
d794edf2
GM
3360 * intro.texi: Report bugs using M-x report-emacs-bug.
3361
611bee81
GM
3362 * elisp.texi (EMACSVER): Remove duplicate, outdated setting.
3363
c73e02fa
GM
33642008-06-13 Daniel Engeler <engeler@gmail.com>
3365
3366 * elisp.texi, internals.texi, processes.texi: Add documentation
3367 about serial port access.
3368
e40a85cd
MB
33692008-06-05 Miles Bader <miles@gnu.org>
3370
3371 * display.texi (Displaying Faces): Update to reflect function
3372 renamings in face-remap.el.
3373
7b753744
JB
33742008-06-05 Juanma Barranquero <lekktu@gmail.com>
3375
3376 * display.texi (Fontsets): Fix typos.
3377
9d3d42fb
MB
33782008-06-03 Miles Bader <miles@gnu.org>
3379
7b753744
JB
3380 * display.texi (Displaying Faces): Add add-relative-face-remapping,
3381 remove-relative-face-remapping, set-base-face-remapping,
3382 and set-default-base-face-remapping.
9d3d42fb 3383
f2cec7a9
MB
33842008-06-01 Miles Bader <miles@gnu.org>
3385
3386 * display.texi (Displaying Faces): Add face-remapping-alist.
3387
8f39c96d
SM
33882008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
3389
3390 * tips.texi (Coding Conventions): Do not encourage the use of "-flag"
3391 variable names.
3392
1ef5eecc
ER
33932008-05-03 Eric S. Raymond <esr@golux>
3394
352c8b4a 3395 * keymaps.texi: Clarify that (current-local-map) and
1ef5eecc
ER
3396 (current-global-map) return references, not copies.
3397
63b4387f
JL
33982008-05-02 Juri Linkov <juri@jurta.org>
3399
3400 * minibuf.texi (Text from Minibuffer): Document a list of
3401 default values for `read-from-minibuffer'.
3402
38a8b703
JB
34032008-04-24 Juanma Barranquero <lekktu@gmail.com>
3404
3405 * nonascii.texi (Translation of Characters): Fix previous change.
3406
7c42e639
CY
34072008-04-20 Chong Yidong <cyd@stupidchicken.com>
3408
3409 * display.texi (Overlay Properties): Clarify role of underlying
3410 textprop and overlay keymaps for display strings.
3411
3412 * keymaps.texi (Active Keymaps): Ditto.
3413
25c0d999
SM
34142008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
3415
3416 * minibuf.texi (Programmed Completion):
3417 Replace dynamic-completion-table with the new completion-table-dynamic.
3418
e3af5968
CY
34192008-04-07 Chong Yidong <cyd@stupidchicken.com>
3420
3421 * intro.texi (Some Terms): Change "fonts in this manual" index
3422 entry to "typographic conventions".
3423
6bfc8698
EZ
34242008-04-05 Eli Zaretskii <eliz@gnu.org>
3425
3426 * objects.texi (Text Props and Strings): Add indexing for read
3427 syntax of text properties.
3428
4972c361
SM
34292008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
3430
3431 * processes.texi (Decoding Output): Remove process-filter-multibyte
3432 functions.
3433
c70a68db
MR
34342008-03-15 Martin Rudalics <rudalics@gmx.at>
3435
3436 * display.texi (Finding Overlays): Say that empty overlays at
3437 the end of the buffer are reported too.
3438
1291fd36
GM
34392008-03-13 Glenn Morris <rgm@gnu.org>
3440
3441 * elisp.texi (EMACSVER): Set to 23.0.60.
3442
c6b0dfd5
CY
34432008-02-26 Chong Yidong <cyd@stupidchicken.com>
3444
38a8b703 3445 * strings.texi (Formatting Strings): Treat - and 0 as flag characters.
c6b0dfd5 3446
875fc30c
GM
34472008-02-22 Glenn Morris <rgm@gnu.org>
3448
3449 * frames.texi (Position Parameters): Clarify the description of
3450 `left' and `top', using information from "Geometry".
3451 (Geometry): Give a pointer to "Position Parameters", rather than
3452 repeating information.
3453
d8c8e45a
GM
34542008-02-11 Glenn Morris <rgm@gnu.org>
3455
3456 * objects.texi (Equality Predicates): No longer talk about "two"
3457 functions.
3458
38a8b703 34592008-02-11 Lawrence Mitchell <wence@gmx.li> (tiny change)
d8c8e45a
GM
3460
3461 * objects.texi (Equality Predicates): Add defun for
3462 equal-including-properties.
3463
bfffe0b1
GM
34642008-02-10 Glenn Morris <rgm@gnu.org>
3465
3466 * objects.texi (Equality Predicates):
3467 Mention equal-including-properties.
3468
431b78c9
RS
34692008-02-07 Richard Stallman <rms@gnu.org>
3470
3471 * windows.texi (Window Start): Mention the feature of moving
3472 window-start to start of line.
3473
c8763fb6 34742008-02-07 Jan Djärv <jan.h.d@swipnet.se>
eafa12e6
JD
3475
3476 * keymaps.texi (Tool Bar): Document rtl property.
3477
1a256502
TTN
34782008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org>
3479
3480 * display.texi (Button Types):
3481 For define-button-type, clarify type of NAME.
3482
569382c2
MR
34832008-01-19 Martin Rudalics <rudalics@gmx.at>
3484
3485 * buffers.texi (Buffer Modification): Fix typo.
3486
f3041af1
DN
34872008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
3488
3489 * os.texi (System Environment): Remove references to OSes that are
3490 not supported anymore.
3491
d35e1cd7
DN
34922008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
3493
3494 * os.texi (System Environment): Remove mention for Masscomp.
3495
23af7580
RS
34962008-01-04 Richard Stallman <rms@gnu.org>
3497
3498 * display.texi (Faces): Don't talk about internal face vector as arg
3499 to facep.
3500
3501 * customize.texi (Type Keywords): Fix previous change.
3502
3503 * text.texi (Links and Mouse-1): Fix xref for commands.texi change.
3504 * elisp.texi (Top): Fix menu for commands.texi change.
3505
ec7d5b1e
RS
35062007-12-30 Richard Stallman <rms@gnu.org>
3507
5dcb4c4e 3508 * commands.texi (Accessing Mouse): Rename from Accessing Events.
ec7d5b1e
RS
3509 (Accessing Scroll): New node broken out of Accessing Mouse.
3510
101a6cea
RS
35112007-12-28 Richard Stallman <rms@gnu.org>
3512
3513 * frames.texi (Size Parameters): Fix typo.
7f9e0c04 3514 (Basic Parameters): For `title', refer to title bar.
041817a4 3515 (Size and Position): Explain meaning of frame pixel width and height.
101a6cea 3516
72b7e664
RS
35172007-12-23 Richard Stallman <rms@gnu.org>
3518
3519 * customize.texi (Type Keywords): Uncomment :validate and clarify it.
3520 Improve some of the commented-out keywords' text too.
3521
27a4f445
MR
35222007-12-14 Martin Rudalics <rudalics@gmx.at>
3523
e2e3f1d7
MR
3524 * nonascii.texi (Encoding and I/O): Reword to avoid saying
3525 "visit the current buffer".
3526
27a4f445
MR
3527 * os.texi (System Interface): Fix typo.
3528
a2afc99d
RS
35292007-12-04 Richard Stallman <rms@gnu.org>
3530
3531 * objects.texi (Symbol Type): Fix typo.
3532
b694135c
RS
35332007-12-03 Richard Stallman <rms@gnu.org>
3534
3535 * hooks.texi (Standard Hooks): Add link to Hooks for Loading.
3536
f99a19da
GM
35372007-12-01 Glenn Morris <rgm@gnu.org>
3538
3539 * functions.texi (Declaring Functions): Improve previous change.
3540
8f4b37d8
GM
35412007-11-30 Glenn Morris <rgm@gnu.org>
3542
3543 * functions.texi (Declaring Functions): Add optional fourth
3544 argument of declare-function, and setting third argument to `t'.
3545
61a2fe01
RS
35462007-11-29 Richard Stallman <rms@gnu.org>
3547
3548 * customize.texi (Composite Types): Document `group' type.
3549
cbfc5193
GM
35502007-11-29 Glenn Morris <rgm@gnu.org>
3551
5dcb4c4e
SM
3552 * functions.texi (Declaring Functions): Add findex.
3553 Mention `external' files.
cbfc5193 3554
8386283a
JB
35552007-11-26 Juanma Barranquero <lekktu@gmail.com>
3556
3557 * functions.texi (Declaring Functions): Fix directive.
3558
a07c9a8b
RS
35592007-11-25 Richard Stallman <rms@gnu.org>
3560
3561 * help.texi (Help Functions): Clean up last change.
3562
3563 * advice.texi (Preactivation, Activation of Advice): Minor cleanup.
3564
3565 * loading.texi (Named Features): Minor cleanup.
3566
3567 * macros.texi (Eval During Expansion): Minor cleanup.
3568
3569 * variables.texi (Variable Aliases): Minor cleanup.
3570
a0925923
RS
35712007-11-24 Richard Stallman <rms@gnu.org>
3572
3573 * functions.texi (Declaring Functions): Clarify previous change.
3574
3575 * compile.texi (Compiler Errors): Clarify previous change.
3576
20c63e44
RS
35772007-11-24 Richard Stallman <rms@gnu.org>
3578
e5e76c04 3579 * display.texi (Refresh Screen, Forcing Redisplay):
20c63e44
RS
3580 Clarify the text and move items around.
3581
5bb0cda3
GM
35822007-11-24 Glenn Morris <rgm@gnu.org>
3583
3584 * functions.texi (Declaring Functions): New section.
3585 * compile.texi (Compiler Errors): Mention declaring functions,
3586 defvar with no initvalue, and byte-compile-warnings.
3587
af13c86a
MR
35882007-11-15 Martin Rudalics <rudalics@gmx.at>
3589
3590 * vol1.texi (Top): Remove Frame-Local Variables from Node Listing.
3591 * vol2.texi (Top): Remove Frame-Local Variables from Node Listing.
3592
a5373305
MR
35932007-11-13 Martin Rudalics <rudalics@gmx.at>
3594
3595 * help.texi (Help Functions): Document new macro `with-help-window'.
3596
fe284805
JL
35972007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
3598
3599 * searching.texi (Replacing Match): Describe new
3600 `match-substitute-replacement'.
3601
2c3a09b1
RS
36022007-10-31 Richard Stallman <rms@gnu.org>
3603
3604 * strings.texi (Creating Strings): Null strings from concat not unique.
3605
f2b480f4
RS
36062007-10-26 Richard Stallman <rms@gnu.org>
3607
3608 * objects.texi (Equality Predicates): Null strings are uniquified.
3609
3610 * minibuf.texi: Minor clarifications in previous change.
3611
db21122c
GM
36122007-10-25 Glenn Morris <rgm@gnu.org>
3613
3614 * customize.texi (Variable Definitions): Add :risky and :safe keywords.
3615
2328cbb3
RS
36162007-10-24 Richard Stallman <rms@gnu.org>
3617
3618 * elisp.texi (Top): Delete Frame-Local Variables from subnode menu.
3619
3620 * variables.texi (Frame-Local Variables): Node deleted.
3621 (Variables): Delete Frame-Local Variables from menu.
3622 (Local Variables, Buffer-Local Variables, Intro to Buffer-Local)
3623 (Default Value): Don't mention frame-local vars.
3624
3625 * os.texi (Idle Timers): current-idle-time returns nil if not idle.
3626
3627 * loading.texi (Unloading): Document FEATURE-unload-function
3628 instead of FEATURE-unload-hook.
3629
2328cbb3
RS
3630 * frames.texi (Multiple Displays): Don't mention frame-local vars.
3631
c066bafa
JL
36322007-10-22 Juri Linkov <juri@jurta.org>
3633
3634 * minibuf.texi (Text from Minibuffer, Minibuffer Completion)
3635 (High-Level Completion): Document a list of default value strings
3636 in the DEFAULT argument, for which minibuffer functions return the
3637 first element.
3638
65ced25f
JL
36392007-10-17 Juri Linkov <juri@jurta.org>
3640
3641 * text.texi (Filling): Update arguments of fill-paragraph.
3642 fill-paragraph operates on the active region in Transient Mark mode.
3643 Remove fill-paragraph-or-region.
3644
ee46ec8e
KB
36452007-10-13 Karl Berry <karl@gnu.org>
3646
3647 * elisp.texi (@dircategory): Move to after @copying,
3648 since we want @copying as close as possible to the beginning of
3649 the output.
3650
61bbdbc6
RS
36512007-10-12 Richard Stallman <rms@gnu.org>
3652
3653 * elisp.texi (Top): Add Distinguish Interactive to subnode menu.
3654
3655 * commands.texi (Distinguish Interactive): New node,
3656 broken out from Interactive Call and rewritten.
3657 (Command Loop): Put Distinguish Interactive in menu.
3658
af23e1e8
RS
36592007-10-09 Richard Stallman <rms@gnu.org>
3660
3661 * text.texi (Examining Properties): Mention overlay priority.
3662
3663 * display.texi (Display Margins): Correct the description
3664 of margin display specifications.
3665 (Replacing Specs): New subnode broken out of Display Property.
3666
e1965a69
JL
36672007-10-06 Juri Linkov <juri@jurta.org>
3668
3669 * text.texi (Filling): Document fill-paragraph-or-region.
3670
4638454b
JB
36712007-10-05 Juanma Barranquero <lekktu@gmail.com>
3672
3673 * display.texi (Auto Faces): Fix typo.
3674
7ed54cc5
RS
36752007-10-02 Richard Stallman <rms@gnu.org>
3676
3677 * display.texi (Display Property): Explain some display specs
3678 don't let you move point in.
3679
5dcb4c4e
SM
3680 * frames.texi (Cursor Parameters):
3681 Describe cursor-in-non-selected-windows here. Explain more values.
7ed54cc5
RS
3682
3683 * windows.texi (Basic Windows): Don't describe
3684 cursor-in-non-selected-windows here.
3685
305a7ef2
EZ
36862007-10-01 Eli Zaretskii <eliz@gnu.org>
3687
3688 * processes.texi (Misc Network): Note that these functions are
3689 supported only on some systems.
3690
f7a7f4eb
RS
36912007-10-01 Richard Stallman <rms@gnu.org>
3692
3693 * display.texi (Overlay Properties): Explain nil as priority.
3694 Explain that conflicts are unpredictable if not resolved by
3695 priorities.
3696
780d7bb9
RS
36972007-09-23 Richard Stallman <rms@gnu.org>
3698
3699 * macros.texi (Backquote): Minor clarification.
3700
14b4fdfb
RS
37012007-09-19 Richard Stallman <rms@gnu.org>
3702
3703 * display.texi (Display Property): Explain multiple display specs.
9600ac7c
RS
3704 Clarify when they work in parallel and when one overrides.
3705 Fix error in example.
14b4fdfb 3706
b8d4c8d0
GM
37072007-09-06 Glenn Morris <rgm@gnu.org>
3708
b3e755a9 3709 Move from lispref/ to doc/lispref/. Change all setfilename
b8d4c8d0
GM
3710 commands to use ../../info.
3711 * Makefile.in (infodir): Go up one more level.
4638454b 3712 (usermanualdir): Change from ../man to ../emacs.
b8d4c8d0
GM
3713 (miscmanualdir): New.
3714 (dist): Use new variable miscmanualdir.
3715 * makefile.w32-in (infodir, texinputdir): Go up one more level.
3716 (usermanualdir): Change from ../man to ../emacs.
3717
1bb1f7d3
MR
37182007-08-30 Martin Rudalics <rudalics@gmx.at>
3719
3720 * commands.texi (Command Loop Info): Advise against changing
3721 most variables described here. Explain new variable
3722 last-repeatable-command.
3723
b8d4c8d0
GM
37242007-08-29 Glenn Morris <rgm@gnu.org>
3725
3726 * elisp.texi (EMACSVER): Increase to 23.0.50.
3727
37282007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
3729
3730 * frames.texi (Basic Parameters): Add display-environment-variable
3731 and term-environment-variable.
3732
37332007-08-28 Juri Linkov <juri@jurta.org>
3734
3735 * display.texi (Image Formats, Other Image Types): Add SVG.
3736
37372007-08-28 Juri Linkov <juri@jurta.org>
3738
3739 * display.texi (Images): Move formats-related text to new node
3740 "Image Formats".
3741 (Image Formats): New node.
3742
619fb9ee
RS
37432007-08-27 Richard Stallman <rms@gnu.org>
3744
3745 * windows.texi (Window Configurations): Clarify what
3746 a window configuration saves.
3747
b8d4c8d0
GM
37482007-08-25 Richard Stallman <rms@gnu.org>
3749
3750 * display.texi (Images): Delete redundant @findex.
3751
39f9da30
GM
37522007-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
3753
3754 * text.texi (Change Hooks): (after|before)-change-functions are no
3755 longer bound to nil while running; rather inhibit-modification-hooks
3756 is t.
3757
b8d4c8d0
GM
37582007-08-16 Richard Stallman <rms@gnu.org>
3759
5dcb4c4e
SM
3760 * processes.texi (Asynchronous Processes):
3761 Clarify doc of start-file-process.
b8d4c8d0
GM
3762
37632007-08-08 Martin Rudalics <rudalics@gmx.at>
3764
3765 * modes.texi (Example Major Modes): Fix typo.
3766
37672007-08-08 Glenn Morris <rgm@gnu.org>
3768
3769 * intro.texi (nil and t): Do not use `iff' in documentation.
3770
3771 * tips.texi (Documentation Tips): Recommend against `iff'.
3772
37732007-08-07 Chong Yidong <cyd@stupidchicken.com>
3774
3775 * display.texi (Image Cache): Document image-refresh.
3776
37772007-08-06 Martin Rudalics <rudalics@gmx.at>
3778
3779 * windows.texi (Size of Window): Document window-full-width-p.
3780
37812007-07-25 Glenn Morris <rgm@gnu.org>
3782
3783 * gpl.texi (GPL): Replace license with GPLv3.
3784
3785 * Relicense all FSF files to GPLv3 or later.
3786
37872007-07-24 Michael Albinus <michael.albinus@gmx.de>
3788
4638454b
JB
3789 * processes.texi (Synchronous Processes):
3790 Add `process-file-shell-command'.
b8d4c8d0
GM
3791 (Asynchronous Processes): Mention restricted use of
3792 `process-filter' and `process-sentinel' in
3793 `start-file-process'. Add `start-file-process-shell-command'.
3794
37952007-07-17 Michael Albinus <michael.albinus@gmx.de>
3796
3797 * files.texi (Magic File Names): Introduce optional parameter
3798 IDENTIFICATION for `file-remote-p'.
3799
38002007-07-16 Richard Stallman <rms@gnu.org>
3801
3802 * display.texi (Defining Faces): Fix previous change.
3803
38042007-07-14 Richard Stallman <rms@gnu.org>
3805
3806 * control.texi (Handling Errors): Document `debug' in handler list.
3807
38082007-07-10 Richard Stallman <rms@gnu.org>
3809
3810 * display.texi (Defining Faces): Explain C-M-x feature for defface.
3811
38122007-07-09 Richard Stallman <rms@gnu.org>
3813
3814 * files.texi (Magic File Names): Rewrite previous change.
3815
38162007-07-08 Michael Albinus <michael.albinus@gmx.de>
3817
3818 * files.texi (Magic File Names): Introduce optional parameter
3819 CONNECTED for `file-remote-p'.
3820
38212007-07-07 Michael Albinus <michael.albinus@gmx.de>
3822
3823 * processes.texi (Asynchronous Processes):
3824 * files.texi (Magic File Names): Add `start-file-process'.
3825
38262007-06-27 Richard Stallman <rms@gnu.org>
3827
5dcb4c4e
SM
3828 * files.texi (Format Conversion Piecemeal):
3829 Clarify `after-insert-file-functions' calling convention.
b8d4c8d0
GM
3830
38312007-06-27 Michael Albinus <michael.albinus@gmx.de>
3832
4638454b
JB
3833 * files.texi (Magic File Names): Remove `dired-call-process'.
3834 Add `process-file'.
b8d4c8d0
GM
3835
38362007-06-27 Kenichi Handa <handa@m17n.org>
3837
3838 * text.texi (Special Properties): Fix description about
4638454b 3839 `composition' property.
b8d4c8d0
GM
3840
38412007-06-26 Kenichi Handa <handa@m17n.org>
3842
3843 * nonascii.texi (Default Coding Systems): Document about the
3844 return value `undecided'.
3845
38462007-06-25 David Kastrup <dak@gnu.org>
3847
3848 * keymaps.texi (Active Keymaps): Document new POSITION argument of
3849 `current-active-maps'.
3850
38512007-06-24 Karl Berry <karl@gnu.org>
3852
4638454b 3853 * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text.
b8d4c8d0
GM
3854
38552007-06-15 Juanma Barranquero <lekktu@gmail.com>
3856
3857 * display.texi (Overlay Arrow): Doc fix.
3858
38592007-06-14 Karl Berry <karl@tug.org>
3860
3861 * anti.texi (Antinews): Typo.
3862
38632007-06-14 Chong Yidong <cyd@stupidchicken.com>
3864
3865 * display.texi (Image Cache): Document image-refresh.
3866
38672007-06-12 Karl Berry <karl@gnu.org>
3868
3869 * vol1.texi, vol2.texi, two-volume-cross-refs.txt: Update.
3870 * two-volume.make: New file.
3871 * .cvsignore: Ignore two-volume files.
3872
38732007-06-12 Tom Tromey <tromey@redhat.com>
3874
3875 * os.texi (Init File): Document user-emacs-directory.
3876
38772007-06-03 Nick Roberts <nickrob@snap.net.nz>
3878
3879 * commands.texi (Click Events): Describe width and height when
3880 object is nil.
3881
38822007-05-30 Nick Roberts <nickrob@snap.net.nz>
3883
5dcb4c4e
SM
3884 * commands.texi (Click Events): Layout more logically.
3885 Describe width and height.
b8d4c8d0
GM
3886 (Drag Events, Motion Events): Update to new format for position.
3887
38882007-06-02 Richard Stallman <rms@gnu.org>
3889
3890 * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces.
3891
38922007-06-02 Chong Yidong <cyd@stupidchicken.com>
3893
3894 * Version 22.1 released.
3895
38962007-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
3897
3898 * text.texi (Special Properties): Correct meaning of fontified face.
3899
39002007-05-30 Richard Stallman <rms@gnu.org>
3901
3902 * text.texi (Special Properties): Add link to Adjusting Point.
3903
39042007-05-12 Richard Stallman <rms@gnu.org>
3905
3906 * text.texi (Margins): indent-to-left-margin is not the default.
3907 (Mode-Specific Indent): For indent-line-function, the default
3908 is indent-relative.
3909
3910 * modes.texi (Example Major Modes): Explain last line of text-mode
3911 is redundant.
3912
39132007-05-10 Richard Stallman <rms@gnu.org>
3914
3915 * keymaps.texi (Scanning Keymaps): Update where-is-internal example.
3916
3917 * help.texi (Keys in Documentation): Add reference to
3918 Documentation Tips.
3919
3920 * files.texi (Format Conversion): TO-FN gets three arguments.
3921
3922 * modes.texi (Auto Major Mode): Document file-start-mode-alist.
3923
39242007-05-10 Thien-Thi Nguyen <ttn@gnuvola.org>
3925
3926 * elisp.texi (Top): Remove "Saving Properties" from detailed menu.
3927 * files.texi (Format Conversion): Expand intro; add menu.
3928 (Format Conversion Overview, Format Conversion Round-Trip)
3929 (Format Conversion Piecemeal): New nodes/subsections.
3930 * hooks.texi: Xref "Format Conversion" , not "Saving Properties".
3931 * text.texi (Text Properties): Remove "Saving Properties" from menu.
3932 (Saving Properties): Delete node/subsection.
3933
39342007-05-07 Karl Berry <karl@gnu.org>
3935
3936 * elisp.texi (EMACSVER): Back to 22.
3937
39382007-05-06 Richard Stallman <rms@gnu.org>
3939
3940 * processes.texi (Accepting Output): Revert most of previous change.
3941
39422007-05-05 Richard Stallman <rms@gnu.org>
3943
3944 * processes.texi (Accepting Output): accept-process-output
3945 uses microseconds, not milliseconds. But that arg is obsolete.
3946
39472007-05-04 Karl Berry <karl@tug.org>
3948
3949 * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
3950
39512007-05-04 Eli Zaretskii <eliz@gnu.org>
3952
3953 * tips.texi (Documentation Tips): Rearrange items to place the
3954 more important ones first. Add an index entry for hyperlinks.
3955
39562007-05-03 Karl Berry <karl@gnu.org>
3957
3958 * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing.
3959 (EMACSVER) [smallbook]: 22 for printed version.
3960
3961 * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed,
3962 so restore anchor to normal position after defun. Found by Kevin Ryde.
3963
39642007-04-26 Glenn Morris <rgm@gnu.org>
3965
3966 * elisp.texi (EMACSVER): Increase to 22.1.50.
3967
39682007-04-28 Karl Berry <karl@gnu.org>
3969
3970 * elisp.texi: Improve line breaks on copyright page,
3971 similar layout to emacs manual, 8.5x11 by default.
3972
39732007-04-24 Richard Stallman <rms@gnu.org>
3974
3975 * text.texi (Special Properties): Add xref to Overlay Properties.
3976
3977 * display.texi (Overlay Properties): Add xref to Special Properties.
3978
39792007-04-22 Richard Stallman <rms@gnu.org>
3980
3981 * keymaps.texi (Extended Menu Items): Move the info about
3982 format with cached keyboard binding.
3983
39842007-04-21 Richard Stallman <rms@gnu.org>
3985
3986 * text.texi (Special Properties): Clarify previous change.
3987
3988 * files.texi (File Name Expansion): Clarify previous change.
3989
3990 * display.texi (Attribute Functions): Fix example for
3991 face-attribute-relative-p.
3992
39932007-04-19 Kenichi Handa <handa@m17n.org>
3994
3995 * text.texi (Special Properties): Document composition property.
3996
39972007-04-19 Glenn Morris <rgm@gnu.org>
3998
3999 * files.texi (File Name Expansion): Mention "superroot".
4000
40012007-04-15 Chong Yidong <cyd@stupidchicken.com>
4002
4003 * frames.texi (Multiple Displays): Add note about "multi-monitor"
4004 setups.
4005 (Display Feature Testing): Note that display refers to all
4006 physical monitors for multi-monitor setups.
4007
40082007-04-14 Richard Stallman <rms@gnu.org>
4009
4010 * lists.texi (Sets And Lists): Clarify `delete' examples.
4011 Remove spurious xref to same node.
4012 Clarify xref for add-to-list.
4013
40142007-04-12 Nick Roberts <nickrob@snap.net.nz>
4015
4016 * keymaps.texi (Format of Keymaps): Remove spurious ")" from
4017 value of lisp-mode-map.
4018
40192007-04-11 Karl Berry <karl@gnu.org>
4020
4021 * anti.texi (Antinews):
4022 * display.texi (Overlay Properties, Defining Images):
4023 * processes.texi (Synchronous Processes, Sentinels):
4024 * syntax.texi (Syntax Table Internals):
4025 * searching.texi (Regexp Special):
4026 * nonascii.texi (Default Coding Systems):
4027 * text.texi (Special Properties):
4028 * minibuf.texi (Basic Completion): Wording to improve breaks in
4029 8.5x11 format.
4030 * elisp.texi (smallbook): New @set to more easily switch between
4031 smallbook and 8.5x11.
4032
40332007-04-11 Richard Stallman <rms@gnu.org>
4034
4035 * text.texi (Lazy Properties): Minor fix.
4036
40372007-04-08 Karl Berry <karl@gnu.org>
4038
4039 * symbols.texi (Plists and Alists): Period after "vs" in index entries.
4040 * macros.texi (Backquote): Downcase Backquote in index entries for
4041 consistency.
4042
40432007-04-08 Richard Stallman <rms@gnu.org>
4044
4045 * text.texi (Adaptive Fill): Just describe default,
4046 don't show it (since it contains non-ASCII chars).
4047
40482007-04-07 Karl Berry <karl@gnu.org>
4049
4050 * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in
4051 adaptive-fill-regexp's value, since they are not in the standard
4052 TeX fonts.
4053
40542007-04-07 Guanpeng Xu <herberteuler@hotmail.com>
4055
4056 * display.texi (Defining Faces): Fix example.
4057
40582007-04-07 Karl Berry <karl@gnu.org>
4059
4060 * display.texi (Button Buffer Commands): Improve page break.
4061
40622007-04-07 Richard Stallman <rms@gnu.org>
4063
4064 * advice.texi (Activation of Advice): Remove redundant index entry.
4065
4066 * backups.texi: Improve index entries. Remove redundant ones.
4067
4068 * compile.texi (Byte Compilation): Improve index entry.
4069
4070 * hash.texi (Creating Hash): Improve index entry.
4071
4072 * symbols.texi (Definitions): Improve index entry.
4073
4074 * edebug.texi: Improve index entries. Remove redundant/useless ones.
4075
4076 * maps.texi (Standard Keymaps): Remove useless index entry.
4077
4078 * help.texi (Documentation Basics): Remove redundant index entries.
4079
4080 * customize.texi: Improve index entries.
4081 Remove redundant/useless ones.
4082
4083 * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
4084
4085 * streams.texi (Output Variables): Improve index entry.
4086
4087 * abbrevs.texi (Abbrevs): Remove useless index entry.
4088
4089 * macros.texi (Expansion): Remove useless index entry.
4090
4091 * text.texi: Improve index entries. Remove redundant/useless ones.
4092 (Text Properties, Examining Properties)
4093 (Special Properties): Use "property category" instead of "category"
4094 to refer to the `category' property.
4095
4096 * positions.texi: Improve index entries. Remove useless one.
4097
4098 * lists.texi: Improve index entries. Remove redundant/useless ones.
4099
4100 * os.texi: Improve index entries.
4101 (Timers): Fix previous change.
4102
4103 * buffers.texi: Improve index entries.
4104 (Modification Time): Get rid of term "obsolete buffer".
4105
4106 * debugging.texi: Improve index entries.
4107 (Test Coverage): Add xref to other test coverage ftr.
4108
4109 * eval.texi: Improve index entry. Remove redundant ones.
4110
4111 * numbers.texi: Improve index entries. Remove redundant/useless ones.
4112
4113 * files.texi: Improve index entries. Remove redundant/useless ones.
4114
4115 * objects.texi: Improve index entries.
4116
4117 * processes.texi: Improve index entries.
4118
4119 * modes.texi: Improve index entry. Remove redundant one.
4120
4121 * nonascii.texi: Improve index entries.
4122
4123 * internals.texi: Improve index entries.
4124
4125 * syntax.texi: Improve index entries.
4126
4127 * keymaps.texi (Active Keymaps): Improve index entries.
4128
4129 * commands.texi: Improve index entries. Remove redundant/useless ones.
4130
4131 * frames.texi: Improve index entries. Remove redundant/useless ones.
4132
4133 * markers.texi: Improve index entries. Remove redundant ones.
4134
4135 * tips.texi: Improve index entries.
4136
4137 * loading.texi (Unloading): Improve index entry.
4138
4139 * variables.texi: Improve index entries. Remove redundant one.
4140
4141 * sequences.texi: Improve index entry.
4142
4143 * display.texi: Improve index entries. Remove redundant ones.
4144
4145 * windows.texi: Improve index entries.
4146
4147 * searching.texi: Improve index entries. Remove redundant one.
4148
4149 * strings.texi (Case Tables): Improve last change.
4150
41512007-04-04 Chong Yidong <cyd@stupidchicken.com>
4152
4153 * strings.texi (Case Tables): Document with-case-table and
4154 ascii-case-table.
4155
41562007-04-03 Karl Berry <karl@gnu.org>
4157
4158 * processes.texi (Network): Reword to improve page break.
4159
41602007-04-03 Eli Zaretskii <eliz@gnu.org>
4161
4162 * functions.texi (Inline Functions): Describe more disadvantages
4163 of defsubst, and make advice against it stronger.
4164
41652007-04-02 Karl Berry <karl@gnu.org>
4166
4167 * backups.texi (Backup Names): Avoid widow words.
4168 * modes.texi (Example Major Modes): Align last comment.
4169
41702007-04-01 Chong Yidong <cyd@stupidchicken.com>
4171
4172 * keymaps.texi (Remapping Commands): Document new arg to
4173 command-remapping.
4174
41752007-04-01 Karl Berry <karl@gnu.org>
4176
4177 * processes.texi (Low-Level Network): Typo.
4178 * loading.texi (Hooks for Loading): Avoid double "the".
4179 * keymaps.texi (Key Sequences): No double "and".
4180 (Changing Key Bindings): Shorten to improve line break.
4181
41822007-03-31 Glenn Morris <rgm@gnu.org>
4183
4184 * os.texi (Timers): Fix description of run-at-time TIME formats.
4185
41862007-03-31 Richard Stallman <rms@gnu.org>
4187
4188 * display.texi (Invisible Text): Correct buffer-invisibility-spec
4189 regarding ellipsis.
4190
41912007-03-31 Eli Zaretskii <eliz@gnu.org>
4192
4193 * intro.texi (nil and t):
4194 * symbols.texi (Plists and Alists):
4195 * variables.texi (Variable Aliases, Constant Variables):
4196 * functions.texi (Defining Functions):
4197 * advice.texi (Advising Primitives):
4198 * debugging.texi (Syntax Errors, Compilation Errors):
4199 * minibuf.texi (Minibuffer Windows):
4200 * commands.texi (Adjusting Point):
4201 * modes.texi (Syntactic Font Lock, Faces for Font Lock)
4202 (Auto Major Mode, Major Mode Conventions):
4203 * help.texi (Describing Characters):
4204 * files.texi (Create/Delete Dirs, Information about Files)
4205 (File Locks, Writing to Files, Reading from Files)
4206 (Saving Buffers):
4207 * windows.texi (Resizing Windows, Cyclic Window Ordering):
4208 * frames.texi (Finding All Frames):
4209 * positions.texi (Buffer End, Motion):
4210 * markers.texi (The Region):
4211 * text.texi (Deletion, Near Point):
4212 * display.texi (Displaying Messages, Truncation):
4213 * os.texi (Processor Run Time):
4214 * tips.texi (Key Binding Conventions, Programming Tips)
4215 (Warning Tips, Documentation Tips, Comment Tips):
4216 * internals.texi (Memory Usage): Improve indexing.
4217
4218 * variables.texi (Frame-Local Variables):
4219 * functions.texi (Argument List):
4220 * loading.texi (Library Search):
4221 * streams.texi (Output Variables):
4222 * keymaps.texi (Translation Keymaps, Searching Keymaps):
4223 * searching.texi (Replacing Match, Search and Replace):
4224 * processes.texi (Byte Packing, Decoding Output)
4225 (Accepting Output, Network Servers, Shell Arguments):
4226 * display.texi (Abstract Display, Image Cache, Scroll Bars):
4227 * windows.texi (Window Point, Window Start):
4228 * frames.texi (Management Parameters, Frame Parameters, Frame Titles):
4229 * commands.texi (Reading Input, Keyboard Events):
4230 * minibuf.texi (Reading File Names, Minibuffer Completion)
4231 (Recursive Mini):
4232 * positions.texi (List Motion):
4233 * hash.texi (Hash Tables, Creating Hash, Defining Hash):
4234 * numbers.texi (Arithmetic Operations, Math Functions)
4235 (Predicates on Numbers, Comparison of Numbers):
4236 (Numeric Conversions):
4237 * locals.texi (Standard Buffer-Local Variables):
4238 * maps.texi (Standard Keymaps):
4239 * os.texi (User Identification, System Environment, Recording Input)
4240 (X11 Keysyms):
4241 * nonascii.texi (Non-ASCII Characters, Splitting Characters):
4242 * backups.texi (Backups and Auto-Saving):
4243 * customize.texi (Customization, Group Definitions)
4244 (Variable Definitions):
4245 * compile.texi (Byte Compilation): Improve index entries.
4246
42472007-03-31 Karl Berry <karl@gnu.org>
4248
4249 * macros.texi (Defining Macros): Avoid widow syllable.
4250
42512007-03-31 Eli Zaretskii <eliz@gnu.org>
4252
4253 * elisp.texi (Top): Postscript -> PostScript.
4254
4255 * display.texi (Images, Postscript Images): Postscript -> PostScript.
4256
42572007-03-31 Markus Triska <markus.triska@gmx.at>
4258
4259 * internals.texi (Writing Emacs Primitives): Untabify `For'.
4260
42612007-03-30 Karl Berry <karl@gnu.org>
4262
4263 * lists.texi (List-related Predicates): Remove spurious @need.
4264 (Setcdr): Use @smallexample to improve page break.
4265 (Association Lists) <assoc>: Reword to improve page break.
4266
4267 * strings.texi (String Conversion): Insert blank line to improve
4268 page break.
4269
4270 * numbers.texi (Random Numbers): Use @minus{}.
4271 (Math Functions): Use @minus{}.
4272
4273 * intro.texi (Acknowledgements): Avoid line breaks before middle
4274 initials.
4275
42762007-03-24 Eli Zaretskii <eliz@gnu.org>
4277
4278 * errors.texi (Standard Errors): Add an index entry.
4279
42802007-03-19 Richard Stallman <rms@gnu.org>
4281
4282 * os.texi (Recording Input): recent-keys now gives 300 keys.
4283
42842007-03-12 Glenn Morris <rgm@gnu.org>
4285
4286 * os.texi: Replace "daylight savings" with "daylight saving"
4287 throughout.
4288
42892007-03-05 Richard Stallman <rms@gnu.org>
4290
5dcb4c4e
SM
4291 * variables.texi (File Local Variables):
4292 Update enable-local-variables values.
b8d4c8d0
GM
4293
42942007-03-04 Richard Stallman <rms@gnu.org>
4295
4296 * syntax.texi (Control Parsing): Minor clarification.
4297
4298 * strings.texi (Formatting Strings): Clarify width, precision, flags.
4299
4300 * sequences.texi (Sequence Functions): Move string-bytes away,
4301 add xref.
4302
4303 * nonascii.texi (Text Representations): Move string-bytes here.
4304
4305 * modes.texi (Major Mode Conventions): Fundamental mode is exception.
4306
4307 * minibuf.texi (Basic Completion): Minor clarification.
4308
4309 * markers.texi (The Mark): Clarify existence vs activation of mark.
4310 Other cleanup.
4311
4312 * display.texi (Finding Overlays): Write better example.
4313
4314 * compile.texi (Eval During Compile): Clarify putting macros
4315 in eval-when-compile.
4316
c5602427 43172007-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br> (tiny change)
b8d4c8d0
GM
4318
4319 * loading.texi (How Programs Do Loading): Fix anchor position at
c5602427 4320 load-read-function definition doc.
b8d4c8d0
GM
4321
43222007-02-21 Kim F. Storm <storm@cua.dk>
4323
4324 * strings.texi (Text Comparison): Mention that assoc-string
4325 converts symbols to strings before testing.
4326
43272007-02-17 Kim F. Storm <storm@cua.dk>
4328
4329 * processes.texi (Bindat Spec): Vector types can have optional
4330 element type.
4331 (Bindat Examples): Fix example. Add vector with element type.
4332
43332007-02-16 Andreas Schwab <schwab@suse.de>
4334
4335 * strings.texi (Formatting Strings): Document '+' flag.
4336
43372007-02-15 Juanma Barranquero <lekktu@gmail.com>
4338
4339 * strings.texi (Modifying Strings): Clarify that `clear-string'
4340 always converts the string to unibyte.
4341
43422007-02-14 Kim F. Storm <storm@cua.dk>
4343
4344 * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
4345 Rewrite glyph code description to refer to these functions.
4346 Remove details of encoding face number and char into integer code.
4347
43482007-02-03 Alan Mackenzie <acm@muc.de>
4349
4350 * loading.texi (Hooks for Loading): Make the description of
4351 `eval-after-load' more detailed, and amend the description of
4352 after-load-alist, in accordance with changes from 2006-05.
4353
43542007-02-03 Chong Yidong <cyd@stupidchicken.com>
4355
4356 * modes.texi (Defining Minor Modes): Document that a :require
4357 keyword or similar may be required to make saved customization
4358 variables work.
4359
43602007-02-03 Eli Zaretskii <eliz@gnu.org>
4361
4362 * elisp.texi (Top): Make the detailed menu headers compliant with
5dcb4c4e
SM
4363 Texinfo guidelines and with what texnfo-upd.el expects.
4364 Add comments to prevent people from inadvertently modifying the key
b8d4c8d0
GM
4365 parts needed by `texinfo-multiple-files-update'.
4366
43672007-02-02 Eli Zaretskii <eliz@gnu.org>
4368
4369 * elisp.texi (Top): Update the top-level menus.
4370
4371 * syntax.texi (Categories): Add index entries.
4372
43732007-02-01 Juanma Barranquero <lekktu@gmail.com>
4374
4375 * display.texi (Attribute Functions): Fix name and description of
4376 the UNDERLINE arg of `set-face-underline-p'.
4377
43782007-01-29 Eli Zaretskii <eliz@gnu.org>
4379
4380 * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
4381 Variables", and "Standard Keymaps" to the detailed menu.
4382
4383 * variables.texi (Future Local Variables): Add index entry.
4384
43852007-01-28 Richard Stallman <rms@gnu.org>
4386
4387 * tips.texi (Coding Conventions): Clarify the tip about macros
4388 that define a function or a variable.
4389
4390 * files.texi (File Attributes): UID and GID can be floats.
4391 (Magic File Names): Explain why deferring all operations to
4392 the standard handler does not work.
4393
43942007-01-23 Martin Rudalics <rudalics@gmx.at>
4395
4396 * backups.texi (Reverting): Use "buffer" instead of "file"
4397 when talking about major and minor modes.
4398
43992007-01-21 Richard Stallman <rms@gnu.org>
4400
4401 * help.texi (Documentation): Add xref to Documentation Tips.
4402
44032007-01-14 Juanma Barranquero <lekktu@gmail.com>
4404
4405 * tips.texi (Coding Conventions): Fix typos.
4406
44072007-01-05 Richard Stallman <rms@gnu.org>
4408
4409 * modes.texi (Defining Minor Modes): Fix previous change.
4410
44112007-01-03 Richard Stallman <rms@gnu.org>
4412
4413 * customize.texi (Variable Definitions, Customization Types):
4414 Don't use * in doc string for defcustom.
4415
44162007-01-02 Richard Stallman <rms@gnu.org>
4417
4418 * variables.texi (Variable Aliases): Clarify that aliases vars
4419 always have the same value.
4420
4421 * processes.texi (Bindat Spec): Fix Texinfo usage.
4422
4423 * modes.texi (Defining Minor Modes): Explain effect of command
4424 defined with define-global-minor-mode on new buffers.
4425
44262006-12-30 Kim F. Storm <storm@cua.dk>
4427
4428 * keymaps.texi (Tool Bar): Describe `grow-only' value of
4429 `auto-resize-tool-bars'.
4430
44312006-12-30 Richard Stallman <rms@gnu.org>
4432
4433 * keymaps.texi (Active Keymaps): Fix previous change.
4434
44352006-12-30 Nick Roberts <nickrob@snap.net.nz>
4436
4437 * keymaps.texi (Active Keymaps): Make xref to lookup-key.
4438
44392006-12-30 Kim F. Storm <storm@cua.dk>
4440
4441 * processes.texi (Bindat Spec): Clarify using field names in
4442 length specifications.
4443
44442006-12-29 Kim F. Storm <storm@cua.dk>
4445
4446 * processes.texi (Bindat Spec): Explain eval forms and lengths better.
4447 Add count and index variables for eval forms in repeat blocks.
4448
44492006-12-24 Richard Stallman <rms@gnu.org>
4450
5dcb4c4e
SM
4451 * customize.texi (Variable Definitions):
4452 Document new name custom-add-frequent-value.
b8d4c8d0
GM
4453
44542006-12-19 Kim F. Storm <storm@cua.dk>
4455
4456 * commands.texi (Misc Events): User signals now result in sigusr1
4457 and sigusr2 events which are handled through special-event-map.
4458 (Special Events): User signals and drag-n-drop are special.
4459
44602006-12-17 Richard Stallman <rms@gnu.org>
4461
4462 * loading.texi (Named Features): Explain subfeatures better.
4463
4464 * customize.texi: Use "option" only for user options.
4465 For the keyword values inside defcustom etc, say "keywords".
4466 For :options value's elements, say "elements".
4467 :group should not be omitted.
4468
4469 * syntax.texi (Parsing Expressions): Split up node.
4470 (Motion via Parsing, Position Parse, Parser State)
4471 (Low-Level Parsing, Control Parsing): New subnodes.
4472 (Parser State): Document syntax-ppss-toplevel-pos.
4473
4474 * positions.texi (List Motion): Punctuation fix.
4475
4476 * files.texi (File Name Completion): Document PREDICATE arg
4477 to file-name-completion.
4478
44792006-12-16 Eli Zaretskii <eliz@gnu.org>
4480
4481 * internals.texi (Building Emacs, Writing Emacs Primitives):
4482 Add index entries.
4483
44842006-12-11 Richard Stallman <rms@gnu.org>
4485
4486 * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
4487 affects face menu. Explain how to make it non-nil without enabling
4488 any fontification.
4489
44902006-12-10 Chong Yidong <cyd@stupidchicken.com>
4491
4492 * modes.texi (Font Lock Basics): Document nil value of
4493 font-lock-defaults.
4494
44952006-12-10 Glenn Morris <rgm@gnu.org>
4496
4497 * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
4498 value for system-flag argument. Abbrev tables may not be empty
4499 when major modes are loaded.
4500
45012006-12-08 Juanma Barranquero <lekktu@gmail.com>
4502
4503 * makefile.w32-in (maintainer-clean): Partially revert last
4504 change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
4505 to protect elisp-covers.texi.
4506
45072006-12-07 Juanma Barranquero <lekktu@gmail.com>
4508
4509 * makefile.w32-in (maintainer-clean): Depend on `distclean'.
4510 Don't remove elisp* info files; they are already deleted by the
4511 `clean' and `distclean' targets, and they are in the $(infodir)
4512 directory, not the current one.
4513
45142006-12-04 Kim F. Storm <storm@cua.dk>
4515
4516 * commands.texi (Misc Events): Update signal events.
4517 (Event Examples): Add signal example.
4518
45192006-11-29 Richard Stallman <rms@gnu.org>
4520
4521 * frames.texi (Visibility of Frames): Explain visible windows
4522 can be covered by others. Add xref for raise-frame.
4523
45242006-11-28 Richard Stallman <rms@gnu.org>
4525
4526 * searching.texi (Regexp Special): Update when ^ is special.
4527
45282006-11-27 Eli Zaretskii <eliz@gnu.org>
4529
4530 * customize.texi (Customization, Common Keywords)
4531 (Group Definitions, Variable Definitions, Composite Types)
4532 (Type Keywords, Customization Types): Add index entries for
4533 various customization keywords.
4534
45352006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
4536
4537 * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
4538
c8763fb6 45392006-11-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
4540
4541 * frames.texi (Window System Selections): Remove clipboard from
4542 description of selection-coding-system.
4543
45442006-11-06 Richard Stallman <rms@gnu.org>
4545
4546 * lists.texi (List Variables): Document COMPARE-FN.
4547
4548 * keymaps.texi: Avoid use of "binding" to mean a relation;
4549 use it only to refer to the meaning associated with a key.
4550 (Keymaps): Change menu node description.
4551
4552 * elisp.texi (Top): Change menu node description.
4553
4554 * display.texi (Managing Overlays): Document overlay-recenter.
4555
45562006-10-29 Chong Yidong <cyd@stupidchicken.com>
4557
4558 * Makefile.in: Use relative paths to avoid advertising filesystem
4559 contents during compilation.
4560
45612006-10-23 Kim F. Storm <storm@cua.dk>
4562
4563 * commands.texi (Event Input Misc): Update unread-command-events.
4564
45652006-10-23 Nick Roberts <nickrob@snap.net.nz>
4566
4567 * lists.texi (Sets And Lists): Fix typos.
4568
45692006-10-18 Juanma Barranquero <lekktu@gmail.com>
4570
4571 * control.texi (Processing of Errors): Use @var for an argument,
4572 not @code.
4573
45742006-10-16 Richard Stallman <rms@gnu.org>
4575
4576 * edebug.texi (Edebug Recursive Edit): Minor cleanup.
4577
4578 * keymaps.texi (Format of Keymaps): Show all the keymap element
4579 patterns that result from menu items.
4580 (Key Lookup): Minor cleanups.
4581
4582 * modes.texi (Precalculated Fontification): Don't say that
4583 not setting font-lock-defaults avoids loading font-lock.
4584
4585 * help.texi (Documentation): Move xref to Emacs Manual here.
4586 (Documentation Basics): From here.
4587 Also doc emacs-lisp-docstring-fill-column.
4588
4589 * elisp.texi: Update version and ISBN.
4590
4591 * commands.texi (Interactive Call): Clarify KEYS arg to
4592 call-interactively is a vector.
4593 (Command Loop Info): Delete anchor in this-command-keys.
4594 Add anchor in this-command-keys-vector.
4595 (Recursive Editing): Document how recursive-edit
4596 handles the current buffer.
4597
45982006-10-13 Chong Yidong <cyd@stupidchicken.com>
4599
4600 * frames.texi (Frame Titles): %c and %l are ignored in
4601 frame-title-format.
4602
46032006-10-11 Richard Stallman <rms@gnu.org>
4604
4605 * keymaps.texi (Key Sequences): Clarify use of kbd.
4606
46072006-10-10 Kim F. Storm <storm@cua.dk>
4608
4609 * lists.texi (Sets And Lists): Add memql.
4610
46112006-10-03 Richard Stallman <rms@gnu.org>
4612
4613 * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
4614 Clarify :ascii: and :nonascii:.
4615
46162006-09-29 Juri Linkov <juri@jurta.org>
4617
4618 * modes.texi (%-Constructs): Reorder coding systems in the
4619 documentation of %z to the real order displayed in the modeline.
4620
46212006-09-25 Richard Stallman <rms@gnu.org>
4622
4623 * os.texi (Timers): Describe timer-max-repeats.
4624
46252006-09-25 Chong Yidong <cyd@stupidchicken.com>
4626
4627 * os.texi (Timers): Mention with-local-quit.
4628
46292006-09-24 Richard Stallman <rms@gnu.org>
4630
4631 * searching.texi (Searching and Matching): Mention property search.
4632
4633 * commands.texi (Command Loop Info): Explain how read-event affects
4634 this-command-keys.
4635
46362006-09-20 Richard Stallman <rms@gnu.org>
4637
4638 * os.texi (Timers): Clarify about REPEAT when timer is delayed.
4639
4640 * windows.texi (Window Start): Minor cleanups.
4641
46422006-09-20 Kim F. Storm <storm@cua.dk>
4643
4644 * windows.texi (Window Start): pos-visible-in-window-p allows
4645 specifying t for position to mean "end of window".
4646 Add window-line-height.
4647
4648 * anti.texi (Antinews): Mention window-line-height.
4649
46502006-09-19 David Kastrup <dak@gnu.org>
4651
4652 * keymaps.texi (Searching Keymaps): Small clarification.
4653
46542006-09-18 Richard Stallman <rms@gnu.org>
4655
4656 * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
4657 cause keyboard menus.
4658 (Menu Keymaps): Likewise.
4659 (Defining Menus, Keyboard Menus): Clarify.
4660
4661 * text.texi (Fields): Clarify explanation of constrain-to-field.
4662
46632006-09-16 Eli Zaretskii <eliz@gnu.org>
4664
4665 * variables.texi (Tips for Defining): Fix a typo.
4666
46672006-09-15 Richard Stallman <rms@gnu.org>
4668
4669 * keymaps.texi (Remapping Commands, Searching Keymaps)
4670 (Active Keymaps): Clean up previous change.
4671
46722006-09-15 Jay Belanger <belanger@truman.edu>
4673
4674 * gpl.texi: Replace "Library Public License" by "Lesser Public
4675 License" throughout.
4676
46772006-09-15 David Kastrup <dak@gnu.org>
4678
4679 * keymaps.texi (Active Keymaps): Adapt description to use
4680 `get-char-property' instead `get-text-property'. Explain how
4681 mouse events change this. Explain the new optional argument of
4682 `key-binding' and its mouse-dependent lookup.
4683 (Searching Keymaps): Adapt description similarly.
4684 (Remapping Commands): Explain the new optional argument of
4685 `command-remapping'.
4686
46872006-09-14 Richard Stallman <rms@gnu.org>
4688
4689 * keymaps.texi (Searching Keymaps): Clarification.
4690 (Active Keymaps): Refer to Searching Keymaps instead of duplication.
4691
46922006-09-13 Richard Stallman <rms@gnu.org>
4693
4694 * objects.texi (Character Type): Node split.
4695 Add xref to Describing Characters.
4696 (Basic Char Syntax, General Escape Syntax)
4697 (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
4698
46992006-09-11 Richard Stallman <rms@gnu.org>
4700
4701 * display.texi (Display Table Format): Wording clarification.
4702 (Glyphs): Clarifications.
4703
47042006-09-10 Chong Yidong <cyd@stupidchicken.com>
4705
4706 * keymaps.texi (Active Keymaps): Mention that key-binding checks
4707 local maps.
4708
47092006-09-10 Kim F. Storm <storm@cua.dk>
4710
4711 * display.texi (Forcing Redisplay): Document return value of
4712 function redisplay.
4713
47142006-09-09 Richard Stallman <rms@gnu.org>
4715
4716 * windows.texi (Window Hooks): Explain limits of
4717 window-scroll-functions.
4718
4719 * display.texi (Fringe Indicators): Update for last change in
4720 indicate-buffer-boundaries.
4721
47222006-09-08 Richard Stallman <rms@gnu.org>
4723
4724 * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
4725
47262006-09-06 Kim F. Storm <storm@cua.dk>
4727
4728 * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
4729
4730 * windows.texi (Window Start): Update pos-visible-in-window-p.
4731
47322006-09-04 Richard Stallman <rms@gnu.org>
4733
4734 * processes.texi (Accepting Output): Explain SECONDS=0 for
4735 accept-process-output.
4736
4737 * os.texi (Idle Timers): Explain why timer functions should not
4738 loop until (input-pending-p).
4739
47402006-09-02 Eli Zaretskii <eliz@gnu.org>
4741
4742 * makefile.w32-in (usermanualdir): New variable.
4743 (elisp.dvi): Use it.
4744
47452006-09-01 Eli Zaretskii <eliz@gnu.org>
4746
4747 * buffers.texi (Buffer Modification): Fix last change.
4748
47492006-09-01 Chong Yidong <cyd@stupidchicken.com>
4750
5dcb4c4e
SM
4751 * buffers.texi (Buffer Modification):
4752 Document buffer-chars-modified-tick.
b8d4c8d0
GM
4753
47542006-08-31 Richard Stallman <rms@gnu.org>
4755
4756 * modes.texi (Syntactic Font Lock): Mention specific faces once again.
4757
47582006-08-31 Richard Bielawski <RBielawski@moneygram.com> (tiny change)
4759
4760 * modes.texi (Syntactic Font Lock):
4761 Mention font-lock-syntactic-face-function
4762 instead of specific faces.
4763
47642006-08-29 Chong Yidong <cyd@stupidchicken.com>
4765
4766 * display.texi (Images): Add xrref to display-images-p.
4767
47682006-08-28 Kenichi Handa <handa@m17n.org>
4769
4770 * nonascii.texi (Lisp and Coding Systems): Fix description of
4771 detect-coding-region.
4772
47732006-08-27 Michael Olson <mwolson@gnu.org>
4774
4775 * processes.texi (Transaction Queues): Remove stray quote
4776 character.
4777
47782006-08-25 Richard Stallman <rms@gnu.org>
4779
4780 * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
4781 Add xref.
4782
47832006-08-24 Chong Yidong <cyd@stupidchicken.com>
4784
4785 * os.texi (Timers): Avoid waiting inside timers.
4786
47872006-08-21 Lute Kamstra <lute@gnu.org>
4788
4789 * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
4790
47912006-08-20 Richard Stallman <rms@gnu.org>
4792
4793 * os.texi (Idle Timers): New node, split out from Timers.
4794 Document current-idle-time.
4795 * commands.texi (Reading One Event): Update xref.
4796 * elisp.texi (Top): Update subnode menu.
4797
47982006-08-16 Richard Stallman <rms@gnu.org>
4799
4800 * keymaps.texi (Extended Menu Items): Show format of cached
4801 bindings in extended menu items.
4802
4803 * customize.texi (Variable Definitions): Explain when the
4804 standard value expression is evaluated.
4805
48062006-08-15 Chong Yidong <cyd@stupidchicken.com>
4807
4808 * commands.texi (Reading One Event): Explain idleness in
4809 `read-event'.
4810
48112006-08-12 Chong Yidong <cyd@stupidchicken.com>
4812
4813 * text.texi (Near Point): Say "cursor" not "terminal cursor".
5dcb4c4e 4814 (Commands for Insertion): Remove split-line since it's not
b8d4c8d0
GM
4815 relevant for Lisp programming.
4816 (Yank Commands): Rewrite introduction.
4817 (Undo): Clarify.
4818 (Maintaining Undo): Clarify. Document undo-ask-before-discard.
4819 (Filling): Remove redundant comment. Clarify return value of
4820 current-justification.
4821 (Margins): Minor clarifications.
4822 (Adaptive Fill): Update default value of adaptive-fill-regexp.
4823 (Sorting): Update definition of sort-lines.
4824 (Columns): Clarify behavior of sort-columns.
4825 (Indent Tabs): Link to Tab Stops in Emacs manual.
4826 (Special Properties): Clarify.
4827 (Clickable Text): Mention Buttons package.
4828
48292006-08-12 Kevin Ryde <user42@zip.com.au>
4830
4831 * os.texi (Time Parsing): Add %z to description of
4832 format-time-string, as per docstring. Add cross reference to
4833 glibc manual for strftime.
4834
48352006-08-08 Richard Stallman <rms@gnu.org>
4836
4837 * modes.texi: Clean up wording in previous change.
4838
48392006-08-07 Chong Yidong <cyd@stupidchicken.com>
4840
4841 * modes.texi (Hooks): Clarify.
4842 (Major Mode Basics): Mention define-derived-mode explicitly.
4843 (Major Mode Conventions): Rebinding RET is OK for some modes.
4844 Mention change-major-mode-hook and after-change-major-mode-hook.
5dcb4c4e 4845 (Example Major Modes): Move to end of Modes section.
b8d4c8d0
GM
4846 (Mode Line Basics): Clarify.
4847 (Mode Line Data): Mention help-echo and local-map in strings.
4848 Explain reason for treatment of non-risky variables.
4849 (Properties in Mode): Clarify.
4850 (Faces for Font Lock): Add font-lock-negation-char-face.
4851
48522006-08-04 Eli Zaretskii <eliz@gnu.org>
4853
4854 * strings.texi (Formatting Strings): Warn against arbitrary
4855 strings as first arg to `format'.
4856
48572006-07-31 Thien-Thi Nguyen <ttn@gnu.org>
4858
4859 * text.texi (Clickable Text): Mention `help-echo' text property.
4860 Update intro, examples and associated explanations.
4861
48622006-07-31 Richard Stallman <rms@gnu.org>
4863
4864 * commands.texi: Update xrefs.
4865 (Event Mod): New node, cut out from old Translating Input.
4866
4867 * maps.texi: Update xrefs.
4868
4869 * keymaps.texi (Translation Keymaps): New node.
4870 Update xrefs from Translating Input to Translation Keymaps.
4871
4872 * elisp.texi (Top): Update subnode menu.
4873
4874 * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
4875
4876 * os.texi (System Interface): Fix menu descriptions of some nodes.
4877 (Translating Input): Node deleted.
4878
48792006-07-31 Nick Roberts <nickrob@snap.net.nz>
4880
4881 * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
4882
4883 * lists.texi (Sets And Lists): Likewise.
4884
48852006-07-30 Thien-Thi Nguyen <ttn@gnu.org>
4886
4887 * text.texi (Fields): Mention POS
4888 requirement when narrowing is in effect.
4889
48902006-07-28 Richard Stallman <rms@gnu.org>
4891
4892 * display.texi (Face Attributes): Simplify wording.
4893 (Attribute Functions): Clarify meaning of new-frame default
4894 attribute settings.
4895
4896 * customize.texi (Common Keywords): Document how to use
4897 :package-version in a package not in Emacs.
4898
48992006-07-28 Kim F. Storm <storm@cua.dk>
4900
4901 * commands.texi (Reading One Event): Fix last change.
4902
49032006-07-26 Chong Yidong <cyd@stupidchicken.com>
4904
4905 * commands.texi (Reading One Event): Document SECONDS argument for
4906 read-event, read-char, and read-char-exclusive.
4907
49082006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
4909
4910 * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
4911 to ensure correct identification.
4912
49132006-07-24 Richard Stallman <rms@gnu.org>
4914
4915 * text.texi (Clickable Text): Clarify.
4916
4917 * sequences.texi (Vector Functions): Delete duplicate xref.
4918
4919 * objects.texi (Function Type): Clarify.
4920
4921 * modes.texi (Keymaps and Minor Modes): List punct chars for minor
4922 modes.
4923
4924 * lists.texi (List Variables): New node.
4925 Material moved from other nodes.
4926
4927 * variables.texi (Setting Variables): add-to-list and
4928 add-to-ordered-list moved to List Variables node.
4929
49302006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
4931
4932 * text.texi (Links and Mouse-1):
4933 For mouse-on-link-p, expand on arg POS.
4934
49352006-07-21 Kim F. Storm <storm@cua.dk>
4936
4937 * display.texi (Forcing Redisplay): Don't mention systems which
4938 don't support sub-second timers for redisplay-preemption-period.
4939
4940 * os.texi (Terminal Output): Clarify text vs graphical terminal.
4941
49422006-07-21 Eli Zaretskii <eliz@gnu.org>
4943
4944 * frames.texi (Input Focus): Document that focus-follows-mouse has
4945 no effect on MS-Windows.
4946
49472006-07-18 Richard Stallman <rms@gnu.org>
4948
4949 * display.texi (Forcing Redisplay): Cleanups in previous change.
4950
4951 * processes.texi (Low-Level Network): Make menu more convenient.
4952
49532006-07-18 Kim F. Storm <storm@cua.dk>
4954
4955 * display.texi (Forcing Redisplay): redisplay-preemption-period
4956 only used on window systems. Add xref to Terminal Output.
4957
4958 * os.texi (Terminal Output): baud-rate only controls preemption on
4959 non-window systems. Add xref to Forcing Redisplay.
4960
4961 * processes.texi (Low-Level Network): Rename node "Make Network"
4962 to "Network Processes".
4963
49642006-07-18 Karl Berry <karl@gnu.org>
4965
4966 * variables.texi, functions.texi, customize.texi, loading.texi:
4967 * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
4968
49692006-07-17 Chong Yidong <cyd@stupidchicken.com>
4970
4971 * commands.texi (Waiting): Document batch-mode sit-for behavior.
4972
49732006-07-17 Richard Stallman <rms@gnu.org>
4974
4975 * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
4976 Put period and comma inside quotes.
4977
4978 * loading.texi, markers.texi: Use real doublequote inside menus.
4979
4980 * windows.texi: Put point and comma inside quotes.
4981 (Textual Scrolling): Use @samp for error message.
4982
4983 * variables.texi, tips.texi, syntax.texi, symbols.texi:
4984 * strings.texi, streams.texi, processes.texi, os.texi:
4985 * objects.texi, numbers.texi, modes.texi, minibuf.texi:
4986 * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
4987 * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
4988 * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
4989 Put point and comma inside quotes.
4990
4991 * control.texi (Processing of Errors): Add command-error-function.
4992
4993 * variables.texi (File Local Variables): Clarify that
4994 file local variables make buffer-local bindings.
4995
4996 * modes.texi (Syntactic Font Lock): Give default for
4997 font-lock-syntax-table.
4998
49992006-07-17 Nick Roberts <nickrob@snap.net.nz>
5000
5001 * text.texi (Special Properties): Clean up previous change.
5002
50032006-07-16 Karl Berry <karl@gnu.org>
5004
5005 * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
5006 * control.texi: Fix bad page breaks through chapter 10 (control).
5007
5008 * anti.texi (Antinews): Reorder face-attribute fns to avoid
5009 underfull hbox.
5010
50112006-07-15 Nick Roberts <nickrob@snap.net.nz>
5012
5013 * text.texi (Special Properties): Describe fontified text property
5014 in relation to a character (not text).
5015
50162006-07-15 Kim F. Storm <storm@cua.dk>
5017
5018 * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
5019 Add apropos-mode-map, custom-mode-map, esc-map, global-map,
5020 grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
5021
5022 * anti.texi (Antinews): Mention redisplay function.
5023 The kbd macro existed, but was not documented, before 22.x.
5024 Function pos-visible-in-window-p is not new in 22.x, just enhanced.
5025
50262006-07-14 Nick Roberts <nickrob@snap.net.nz>
5027
5028 * display.texi (Displaying Messages): Add anchor.
5029
5030 * frames.texi (Dialog Boxes): Use it.
5031
50322006-07-12 Richard Stallman <rms@gnu.org>
5033
5034 * objects.texi (Frame Type): Explain nature of frames better.
5035
5036 * frames.texi (Frames): Explain nature of frames better.
5037
50382006-07-12 Ken Manheimer <ken.manheimer@gmail.com>
5039
5040 * tips.texi (Coding Conventions): Explain why use cl at compile time.
5041
50422006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5043
5044 * frames.texi (Window System Selections): Mention scrap support for Mac.
5045 Default value of x-select-enable-clipboard is t on Mac.
5046
5047 * os.texi (Getting Out): Suspending is not allowed on Mac, either.
5048
50492006-07-11 Kim F. Storm <storm@cua.dk>
5050
5051 * display.texi (Forcing Redisplay): Add `redisplay' function.
5052 Don't mention (sit-for -1) -- use (redisplay t) instead.
5053
5054 * commands.texi (Waiting): (sit-for -1) is no longer special.
5055 (sit-for 0) is equivalent to (redisplay).
5056 Iconifying/deiconifying no longer makes sit-for return.
5057
50582006-07-10 Nick Roberts <nickrob@snap.net.nz>
5059
5060 * display.texi (Buttons): Fix typo.
5061
5062 * index.texi, elisp.texi (New Symbols): Comment node out.
5063
50642006-07-09 Richard Stallman <rms@gnu.org>
5065
5066 * display.texi (Truncation): Clean up previous change.
5067
50682006-07-08 Richard Stallman <rms@gnu.org>
5069
5070 * commands.texi (Interactive Call): Use 3 as prefix in example
5071 for execute-extended-command.
5072
5073 * display.texi (Attribute Functions): Move paragraph about
5074 compatibility with Emacs < 21.
5075
50762006-07-09 Kim F. Storm <storm@cua.dk>
5077
5078 * display.texi (Refresh Screen): Clarify force-window-update.
5079 (Truncation): "Normally" indicated by fringe arrows.
5080
50812006-07-08 Eli Zaretskii <eliz@gnu.org>
5082
5083 * windows.texi (Textual Scrolling, Resizing Windows):
5084 * variables.texi (Constant Variables):
5085 * text.texi (Buffer Contents, Deletion, Changing Properties)
5086 (Property Search, Special Properties, Sticky Properties)
5087 (Links and Mouse-1, Fields, Change Hooks):
5088 * syntax.texi (Syntax Table Functions, Parsing Expressions)
5089 (Categories):
5090 * symbols.texi (Other Plists):
5091 * streams.texi (Output Variables):
5092 * processes.texi (Input to Processes, Query Before Exit):
5093 * positions.texi (Word Motion, Text Lines, List Motion):
5094 * os.texi (Init File, System Environment, Sound Output)
5095 (Session Management):
5096 * nonascii.texi (Text Representations, Character Sets)
5097 (Chars and Bytes, Locales):
5098 * modes.texi (Defining Minor Modes, Header Lines):
5099 * minibuf.texi (Minibuffer Contents):
5100 * markers.texi (Information from Markers):
5101 * lists.texi (List Elements, Building Lists, Association Lists):
5102 * keymaps.texi (Tool Bar):
5103 * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
5104 * functions.texi (What Is a Function, Mapping Functions):
5105 * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
5106 (Color Names, Text Terminal Colors, Display Feature Testing):
5107 * files.texi (Visiting Functions, File Name Components)
5108 (Unique File Names, Contents of Directories):
5109 * display.texi (Forcing Redisplay, Displaying Messages)
5110 (Temporary Displays, Font Selection, Auto Faces)
5111 (Font Lookup, Fringe Indicators, Display Margins)
5112 (Image Descriptors, Showing Images, Image Cache, Button Types)
5113 (Making Buttons, Manipulating Buttons, Button Buffer Commands)
5114 (Display Table Format, Glyphs):
5115 * control.texi (Iteration):
5116 * commands.texi (Command Loop Info, Adjusting Point):
5117 * backups.texi (Making Backups, Auto-Saving):
5118 Remove @tindex entries.
5119
51202006-07-07 Kim F. Storm <storm@cua.dk>
5121
5122 * display.texi (Fringe Cursors): Fix typo.
5123 (Customizing Bitmaps): Fix define-fringe-bitmap entry.
5124 (Overlay Arrow): Default is overlay-arrow fringe indicator.
5125
51262006-07-05 Richard Stallman <rms@gnu.org>
5127
5128 * text.texi (Buffer Contents): Add example of text props
5129 in result of buffer-substring.
5130 (Text Properties): Explain better about use of specific property names.
5131 (Property Search): Some cleanups; reorder some functions.
5132
5133 * keymaps.texi (Changing Key Bindings): Cleanup.
5134 Add xref to Key Binding Conventions.
5135
5136 * display.texi (Attribute Functions): Add examples for
5137 face-attribute-relative-p.
5138
5139 * tips.texi (Coding Conventions): Cleanup last change.
5140
51412006-07-05 Karl Berry <karl@gnu.org>
5142
5143 * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
5144 Remove @setchapternewpage odd.
5145 Result is 1013 pages, down from 1100.
5146
5147 * anti.texi, customize.texi, display.texi, internals.texi:
5148 * minibuf.texi, modes.texi, tips.texi:
5149 Fix overfull/underfull boxes.
5150
51512006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
5152
5153 * edebug.texi (Instrumenting):
5154 Add Edebug-specific findex for eval-buffer.
5155 * loading.texi (Loading):
5156 Replace eval-current-buffer with eval-buffer.
5157
51582006-06-30 Nick Roberts <nickrob@snap.net.nz>
5159
5160 * locals.texi (Standard Buffer-Local Variables): Update the list
5161 of variables.
5162
51632006-06-26 Nick Roberts <nickrob@snap.net.nz>
5164
5165 * files.texi (File Name Completion): Point user to the node
5166 "Reading File Names".
5167
51682006-06-24 Eli Zaretskii <eliz@gnu.org>
5169
5170 * files.texi (Contents of Directories): Document case-insensitive
5171 behavior on respective filesystems.
5172
5173 * objects.texi (Character Type): Document that Emacs signals an
5174 error for unsupported Unicode characters specified as \uNNNN.
5175
51762006-06-19 Richard Stallman <rms@gnu.org>
5177
5178 * processes.texi (Bindat Spec): Clarify previous change.
5179
51802006-06-16 Richard Stallman <rms@gnu.org>
5181
5182 * tips.texi (Coding Conventions): Better explain conventions
5183 for definition constructs.
5184
5185 * text.texi (Special Properties): String value of `read-only'
5186 serves as the error message.
5187
5188 * objects.texi (Character Type): Clarify prev. change.
5189 (Non-ASCII in Strings): Mention \u and \U.
5190
5191 * commands.texi (Using Interactive): Explain problem of
5192 markers, etc., in command-history.
5193
51942006-06-14 Kim F. Storm <storm@cua.dk>
5195
5196 * commands.texi (Waiting): Negative arg to sit-for forces
5197 redisplay even if input is pending.
5198
5199 * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
5200 redisplay. Remove incorrect example of binding redisplay-dont-pause
5201 around (sit-for 0).
5202
52032006-06-13 Richard Stallman <rms@gnu.org>
5204
5205 * display.texi (Forcing Redisplay): Clarify previous change.
5206
52072006-06-13 Romain Francoise <romain@orebokech.com>
5208
5209 * display.texi (Forcing Redisplay): Fix typo.
5210
52112006-06-13 Kim F. Storm <storm@cua.dk>
5212
5213 * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
5214
52152006-06-10 Luc Teirlinck <teirllm@auburn.edu>
5216
5217 * tips.texi (Coding Conventions): Add `@end itemize'.
5218
52192006-06-10 Richard Stallman <rms@gnu.org>
5220
5221 * tips.texi (Coding Conventions): Explain use of coding systems
5222 to ensure one decoding for strings.
5223
52242006-06-09 Aidan Kehoe <kehoea@parhasard.net>
5225
5226 * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
5227 syntax.
5228
52292006-06-07 Eli Zaretskii <eliz@gnu.org>
5230
5231 * display.texi (Font Selection): Remove description of
5232 clear-face-cache.
5233
5234 * compile.texi (Eval During Compile): Fix a typo. Add index
5235 entries for possible uses of eval-when-compile.
5236
52372006-06-04 Thien-Thi Nguyen <ttn@gnu.org>
5238
5239 * display.texi (Abstract Display): Fix typo.
5240
52412006-06-03 Eli Zaretskii <eliz@gnu.org>
5242
5243 * minibuf.texi (Minibuffer History) <history-add-new-input>:
5244 Reword variable's description.
5245
52462006-06-01 Richard Stallman <rms@gnu.org>
5247
5248 * windows.texi (Splitting Windows): Clarify splitting nonselected
5249 window.
5250
52512006-05-31 Juri Linkov <juri@jurta.org>
5252
5253 * minibuf.texi (Minibuffer History): Add history-add-new-input.
5254
52552006-05-30 Richard Stallman <rms@gnu.org>
5256
5257 * display.texi (Line Height): Fix errors in description of
10d1d0af 5258 default line height and line-height property.
b8d4c8d0
GM
5259
5260 * nonascii.texi (Default Coding Systems): Further clarification.
5261
52622006-05-29 Luc Teirlinck <teirllm@auburn.edu>
5263
5264 * internals.texi (Pure Storage): Mention that an overflow in pure
5265 space causes a memory leak.
5266 (Garbage Collection): If there was an overflow in pure space,
5267 `garbage-collect' returns nil.
5268
52692006-05-30 Eli Zaretskii <eliz@gnu.org>
5270
5271 * nonascii.texi (Default Coding Systems): Fix it some more.
5272
52732006-05-29 Eli Zaretskii <eliz@gnu.org>
5274
5275 * nonascii.texi (Default Coding Systems): Fix last change.
5276
52772006-05-29 Kenichi Handa <handa@m17n.org>
5278
5279 * nonascii.texi (find-operation-coding-system): Describe the new
5280 argument format (FILENAME . BUFFER).
5281
52822006-05-28 Richard Stallman <rms@gnu.org>
5283
5284 * tips.texi (Coding Conventions): Better explain reasons not to
5285 advise other packages or use `eval-after-load'.
5286
52872006-05-29 Kim F. Storm <storm@cua.dk>
5288
5289 * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
5290 `bindat-idx' and `bindat-raw' for clarity.
5291
52922006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
5293
5294 * processes.texi (Bindat Spec): Expand on `repeat' handler.
5295
5296 * display.texi (Display): Add "Abstract Display" to menu.
5297 (Abstract Display, Abstract Display Functions)
5298 (Abstract Display Example): New nodes.
5299 * elisp.texi (Top): Add "Abstract Display" to menu.
5300
53012006-05-27 Chong Yidong <cyd@stupidchicken.com>
5302
5303 * keymaps.texi (Key Sequences): Link to input events definition.
5304 (Format of Keymaps): Delete material duplicated in Keymap Basics.
5305
5306 * files.texi (Changing Files): Document updated argument list for
5307 copy-file.
5308
53092006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
5310
5311 * processes.texi (Bindat Functions): Explain term "total length".
5312 Use it in bindat-length and bindat-pack descriptions.
5313
53142006-05-26 Eli Zaretskii <eliz@gnu.org>
5315
5316 * tips.texi (Coding Conventions): Advise against using
5317 eval-after-load in packages. Add an index entry.
5318
53192006-05-25 Juri Linkov <juri@jurta.org>
5320
5321 * minibuf.texi (Text from Minibuffer): Undocument keep-all.
5322
5323 * modes.texi (%-Constructs): Add %e, %z, %Z.
5324
53252006-05-25 Richard Stallman <rms@gnu.org>
5326
5327 * elisp.texi (Top): Update subnode menu.
5328
5329 * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
5330 (Keymaps): Update menu.
5331
53322006-05-25 Chong Yidong <cyd@stupidchicken.com>
5333
5334 * keymaps.texi (Key Sequences): Some clarifications.
5335
53362006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
5337
5338 * processes.texi (Bindat Functions): Say "unibyte string"
5339 explicitly for bindat-unpack and bindat-pack descriptions.
5340 (Bindat Examples): Don't call `string-make-unibyte' in example.
5341
53422006-05-25 Chong Yidong <cyd@stupidchicken.com>
5343
5dcb4c4e 5344 * keymaps.texi (Key Sequences): Rename from Keymap Terminology.
c5602427 5345 Explain string and vector representations of key sequences.
b8d4c8d0
GM
5346
5347 * keymaps.texi (Changing Key Bindings):
dd7b651b 5348 * commands.texi (Interactive Codes):
b8d4c8d0
GM
5349 * help.texi (Describing Characters): Refer to it.
5350
53512006-05-23 Luc Teirlinck <teirllm@auburn.edu>
5352
5353 * frames.texi (Pointer Shape): @end table -> @end defvar.
5354
53552006-05-22 Richard Stallman <rms@gnu.org>
5356
5357 * elisp.texi (Top): Update subnode menus.
5358
5359 * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
5360 Contents rewritten; material from old Pointer Shape node moved here.
5361
5362 * display.texi (Pointer Shape): Node deleted.
5363 (Image Descriptors): Minor cleanup.
5364
53652006-05-21 Richard Stallman <rms@gnu.org>
5366
5367 * syntax.texi (Parsing Expressions): Update info on which STATE
5368 elements are ignored.
5369
53702006-05-19 Luc Teirlinck <teirllm@auburn.edu>
5371
5372 * hooks.texi (Standard Hooks): Correct typo.
5373
5374 * gpl.texi (GPL): ifinfo -> ifnottex.
5375
53762006-05-19 Michael Ernst <mernst@alum.mit.edu> (tiny change)
5377
5378 * searching.texi (Simple Match Data): Warn about match data being
5379 set anew by every search.
5380
53812006-05-17 Richard Stallman <rms@gnu.org>
5382
5383 * minibuf.texi (Minibuffer History): Clarify.
5384
5385 * searching.texi (Regexp Special): Clarify nested regexp warning.
5386
53872006-05-16 Kim F. Storm <storm@cua.dk>
5388
5389 * minibuf.texi (Minibuffer History): Update add-to-history.
5390
53912006-05-15 Oliver Scholz <epameinondas@gmx.de> (tiny change)
5392
5dcb4c4e
SM
5393 * nonascii.texi (Explicit Encoding):
5394 Fix typo (encoding<->decoding).
b8d4c8d0
GM
5395
53962006-05-14 Richard Stallman <rms@gnu.org>
5397
5398 * buffers.texi (Creating Buffers): Cleanup.
5399
5400 * files.texi (Visiting Functions): Rewrite in find-file-noselect.
5401
54022006-05-13 Eli Zaretskii <eliz@gnu.org>
5403
5404 * buffers.texi (Current Buffer): Document that with-temp-buffer
5405 disables undo.
5406
5407 * os.texi (Terminal-Specific): More accurate description of how
5408 Emacs searches for the terminal-specific libraries.
5409
54102006-05-12 Eli Zaretskii <eliz@gnu.org>
5411
5412 * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
5413 emacs-xtra to @inforef's.
5414
5415 * text.texi (Undo): Document that undo is turned off in buffers
5416 whose names begin with a space.
5417
5418 * buffers.texi (Buffer Names): Add index entries for buffers whose
5419 names begin with a space.
5420 (Creating Buffers): Document that undo is turned off in buffers
5421 whose names begin with a space.
5422
5423 * files.texi (Visiting Functions, Reading from Files)
5424 (Saving Buffers): Mention code and EOL conversions by file I/O
5425 primitives and subroutines.
5426
f4e90db0
SM
5427 * nonascii.texi (Lisp and Coding Systems):
5428 Document coding-system-eol-type. Add index entries for eol conversion.
b8d4c8d0
GM
5429
5430 * display.texi (Defining Faces): Mention `mac', and add an xref to
5431 where window-system is described.
5432
54332006-05-10 Richard Stallman <rms@gnu.org>
5434
5435 * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
5436
54372006-05-10 Reiner Steib <Reiner.Steib@gmx.de>
5438
5439 * variables.texi (File Local Variables): Recommend to quote lambda
5440 expressions in safe-local-variable property.
5441
54422006-05-09 Richard Stallman <rms@gnu.org>
5443
5dcb4c4e
SM
5444 * variables.texi (File Local Variables):
5445 Document safe-local-eval-forms and safe-local-eval-function.
b8d4c8d0
GM
5446
54472006-05-07 Kim F. Storm <storm@cua.dk>
5448
5449 * minibuf.texi (Minibuffer History): Remove keep-dups arg
5450 from add-to-history.
5451
54522006-05-07 Romain Francoise <romain@orebokech.com>
5453
5454 * commands.texi (Event Input Misc):
5455 * compile.texi (Eval During Compile):
5456 * internals.texi (Buffer Internals):
5457 * minibuf.texi (Initial Input):
5458 * nonascii.texi (Scanning Charsets):
5459 * numbers.texi (Comparison of Numbers):
5460 * windows.texi (Textual Scrolling, Vertical Scrolling):
5461 Fix various typos.
5462
54632006-05-06 Eli Zaretskii <eliz@gnu.org>
5464
5465 * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
5466 conditional xref's to either emacs or emacs-xtra, depending on
5467 @iftex/@ifnottex.
5468
5469 * minibuf.texi (Minibuffer History): Document add-to-history.
5470
54712006-05-05 Eli Zaretskii <eliz@gnu.org>
5472
5473 * internals.texi (Pure Storage): Mention the pure overflow message
5474 at startup.
5475
c8763fb6 54762006-05-05 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
5477
5478 * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
5479 (Searching Keymaps): Fix pseudo-Lisp description of keymap
5480 search.
5481
54822006-05-01 Richard Stallman <rms@gnu.org>
5483
5484 * intro.texi (nil and t): Clarify.
5485
5486 * variables.texi (File Local Variables): Suggest using booleanp.
5487
54882006-05-01 Juanma Barranquero <lekktu@gmail.com>
5489
5490 * objects.texi (Type Predicates): Fix typos.
5491
54922006-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
5493
5494 * intro.texi (nil and t): Add booleanp.
5495
5496 * objects.texi (Type Predicates): Add links for booleanp and
5497 string-or-null-p.
5498
54992006-04-29 Richard Stallman <rms@gnu.org>
5500
5501 * modes.texi (Multiline Font Lock): Rename from
5502 Multi line Font Lock Elements. Much clarification.
5503 (Font Lock Multiline, Region to Fontify): Much clarification.
5504
55052006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
5506
5507 * variables.texi (File Local Variables): Remove the special case t for
5508 safe-local-variable.
5509
55102006-04-26 Richard Stallman <rms@gnu.org>
5511
5512 * syntax.texi (Parsing Expressions): Minor cleanup.
5513
55142006-04-18 Richard Stallman <rms@gnu.org>
5515
5516 * tips.texi (Coding Conventions): Explain when the package's
5517 prefix should appear later on (not at the start of the name).
5518
5519 * searching.texi (String Search): Clarify effect of NOERROR.
5520
5521 * modes.texi (Imenu): Clarify what special items do.
5522
5523 * hooks.texi (Standard Hooks): Delete text about old hook names.
5524
55252006-04-17 Romain Francoise <romain@orebokech.com>
5526
5527 * variables.texi (Local Variables): Update the default value of
5528 `max-specpdl-size'.
5529
55302006-04-15 Michael Olson <mwolson@gnu.org>
5531
5532 * processes.texi (Transaction Queues): Mention the new optional
5533 `delay-question' argument for `tq-enqueue'.
5534
55352006-04-13 Bill Wohler <wohler@newt.com>
5536
5537 * customize.texi (Common Keywords): Use dotted notation for
5538 :package-version value. Specify its values. Improve documentation
5539 for customize-package-emacs-version-alist.
5540
55412006-04-12 Bill Wohler <wohler@newt.com>
5542
5543 * customize.texi (Common Keywords): Move description of
5544 customize-package-emacs-version-alist to @defvar.
5545
55462006-04-10 Bill Wohler <wohler@newt.com>
5547
5548 * customize.texi (Common Keywords): Add :package-version.
5549
55502006-04-10 Kim F. Storm <storm@cua.dk>
5551
5552 * text.texi (Buffer Contents): Add NOPROPS arg to
5553 filter-buffer-substring.
5554
55552006-04-08 Kevin Ryde <user42@zip.com.au>
5556
5557 * os.texi (Command-Line Arguments): Update xref to emacs manual
5558 "Command Arguments" -> "Emacs Invocation", per change there.
5559
55602006-04-08 Thien-Thi Nguyen <ttn@gnu.org>
5561
5562 * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
5563 be on one line to help makeinfo not render two spaces after the dot.
5564
55652006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
5566
5567 * strings.texi (Predicates for Strings): Add string-or-null-p.
5568
55692006-03-28 Kim F. Storm <storm@cua.dk>
5570
5571 * processes.texi (Accepting Output): Remove obsolete (and incorrect)
5572 remarks about systems that don't support fractional seconds.
5573
55742006-03-25 Karl Berry <karl@gnu.org>
5575
5576 * elisp.texi: Use @copyright{} instead of (C), and do not indent
5577 the year list.
5578
55792006-03-21 Nick Roberts <nickrob@snap.net.nz>
5580
5581 * display.texi (Fringe Indicators): Fix typos.
5582
55832006-03-19 Luc Teirlinck <teirllm@auburn.edu>
5584
5585 * tips.texi (Documentation Tips): One can now also write `program'
5586 in front of a quoted symbol in a docstring to prevent making a
5587 hyperlink.
5588
55892006-03-19 Alan Mackenzie <acm@muc.de>
5590
5591 * text.texi (Special Properties): Clarify `fontified' property.
5592
55932006-03-16 Richard Stallman <rms@gnu.org>
5594
5595 * display.texi (Defining Images): Minor cleanup.
5596
55972006-03-16 Bill Wohler <wohler@newt.com>
5598
5599 * display.texi (Defining Images): In image-load-path-for-library,
5600 prefer user's images.
5601
56022006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
5603
5604 * modes.texi (Region to Fontify): Remove font-lock-lines-before.
5605
56062006-03-15 Bill Wohler <wohler@newt.com>
5607
5608 * display.texi (Defining Images): Fix example in
5609 image-load-path-for-library by not recommending that one binds
5610 image-load-path. Just defvar it to placate compiler and only use
5611 it if previously defined.
5612
56132006-03-14 Bill Wohler <wohler@newt.com>
5614
5615 * display.texi (Defining Images): In image-load-path-for-library,
5616 always return list of directories. Update example.
5617
56182006-03-14 Alan Mackenzie <acm@muc.de>
5619
5620 * modes.texi: New node, "Region to Fontify" (for Font Lock).
5621 This describes font-lock-extend-region-function.
5622 ("Other Font Lock Variables"): Move "font-lock-lines-before" to
5623 the new node "Region to Fontify".
5624
56252006-03-13 Richard Stallman <rms@gnu.org>
5626
5627 * display.texi (Invisible Text): The impossible position is
5628 now before the invisible text, not after.
5629 (Defining Images): Clean up last change.
5630
56312006-03-11 Bill Wohler <wohler@newt.com>
5632
5633 * display.texi (Defining Images): Add image-load-path-for-library.
5634
56352006-03-11 Luc Teirlinck <teirllm@auburn.edu>
5636
5637 * text.texi (Adaptive Fill): Fix Texinfo usage.
5638
5639 * strings.texi (Creating Strings): Fix Texinfo usage.
5640
5641 * searching.texi (Regexp Special): Use @samp for regular
5642 expressions that are not in Lisp syntax.
5643
56442006-03-08 Luc Teirlinck <teirllm@auburn.edu>
5645
5646 * searching.texi (Regexp Special): Put remark between parentheses
5647 to avoid misreading.
5648
56492006-03-07 Luc Teirlinck <teirllm@auburn.edu>
5650
5651 * searching.texi (Syntax of Regexps): More accurately describe
5652 which characters are special in which situations.
5653 (Regexp Special): Recommend _not_ to quote `]' or `-' when they
5654 are not special. Describe in detail when `[' and `]' are special.
5655 (Regexp Backslash): Plenty of regexps with unbalanced square
5656 brackets are valid, so reword that statement.
5657
56582006-03-02 Kim F. Storm <storm@cua.dk>
5659
5660 * keymaps.texi (Tool Bar): Add tool-bar-border.
5661
56622006-02-28 Luc Teirlinck <teirllm@auburn.edu>
5663
5664 * loading.texi (Load Suffixes): Rephrase last paragraph. Fix typos.
5665
56662006-02-27 Luc Teirlinck <teirllm@auburn.edu>
5667
5668 * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
5669
5670 * files.texi (Locating Files): Suggest additional values for the
5671 SUFFIXES arg of `locate-file'. Update pxref.
5672
5673 * loading.texi (Loading): Include new node "Load Suffixes" in menu.
5674 (How Programs Do Loading): Discuss the effects of Auto Compression
5675 mode on `load'.
5676 (Load Suffixes): New node.
5677 (Library Search): Delete description of `load-suffixes'; it was
5678 moved to "Load Suffixes".
5679 (Autoload, Named Features): Mention `load-suffixes'.
5680
56812006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
5682
5683 * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
5684
5685 * windows.texi (Window Tree): Fix typo.
5686
56872006-02-20 Kim F. Storm <storm@cua.dk>
5688
5689 * display.texi (Fringe Indicators): New section.
5690 Move indicate-empty-lines, indicate-buffer-boundaries, and
5691 default-indicate-buffer-boundaries here.
5692 Add fringe-indicator-alist and default-fringes-indicator-alist.
5693 Add list of logical fringe indicator symbols.
5694 Update list of standard bitmap names.
5695 (Fringe Cursors): New section.
5696 Move overflow-newline-into-fringe here.
5697 Add fringe-cursor-alist and default-fringes-cursor-alist.
5698 Add list of fringe cursor symbols.
5699
57002006-02-20 Juanma Barranquero <lekktu@gmail.com>
5701
5702 * commands.texi (Using Interactive): Fix reference to node
5703 "Minibuffers".
5704
57052006-02-19 Richard M. Stallman <rms@gnu.org>
5706
5707 * minibuf.texi (High-Level Completion):
5708 Add xref to read-input-method-name.
5709
5710 * files.texi (Relative File Names): Move file-relative-name here.
5711 (File Name Expansion): From here. Minor clarifications.
5712
5713 * commands.texi (Using Interactive): Add xrefs about reading input.
5714 Clarify remarks about that moving point and mark.
5715 Put string case before list case.
5716
c8763fb6 57172006-02-16 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
5718
5719 * display.texi (Other Display Specs, Image Descriptors):
5720 Revert erroneous changes. The previous description of
5721 image-descriptors as `(image . PROPS)' was correct.
5722
57232006-02-14 Richard M. Stallman <rms@gnu.org>
5724
5725 * variables.texi (File Local Variables): Clarifications.
5726
57272006-02-14 Juanma Barranquero <lekktu@gmail.com>
5728
5729 * variables.texi (File Local Variables): Use @code for a cons
5730 cell, not @var.
5731
57322006-02-13 Chong Yidong <cyd@stupidchicken.com>
5733
5734 * variables.texi (File Local Variables): Document new file local
5735 variable behavior.
5736
57372006-02-10 Kim F. Storm <storm@cua.dk>
5738
5739 * eval.texi (Function Indirection): Add NOERROR to indirect-function.
5740
57412006-02-08 Juanma Barranquero <lekktu@gmail.com>
5742
5743 * modes.texi (%-Constructs): Remove obsolete info about
5744 `global-mode-string'.
5745
57462006-02-07 Richard M. Stallman <rms@gnu.org>
5747
5748 * commands.texi (Prefix Command Arguments): Minor cleanup.
5749
5750 * display.texi: "Graphical display", not window system.
5751
5752 * functions.texi (What Is a Function): Fix xref.
5753
5754 * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
5755 (Changing Key Bindings): Clarify when remapping is better than
5756 substitute-key-definition.
5757
57582006-02-02 Richard M. Stallman <rms@gnu.org>
5759
5760 * minibuf.texi (Basic Completion): Completion alists are risky.
5761
5762 * keymaps.texi (Active Keymaps): Clarifications.
5763 (Searching Keymaps): New node.
5764 (Keymaps): Update menu.
5765
5766 * frames.texi (Layout Parameters): Minor clarification.
5767 (Drag and Drop): New node.
5768 (Frames): Update menu.
5769
57702006-01-29 Chong Yidong <cyd@stupidchicken.com>
5771
5772 * display.texi (Other Display Specs, Image Descriptors):
5773 Image description is a list, not a cons cell.
5774
57752006-01-28 Luc Teirlinck <teirllm@auburn.edu>
5776
5777 * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
5778 list is not necessarily a list).
5779
57802006-01-27 Eli Zaretskii <eliz@gnu.org>
5781
5782 * frames.texi (Layout Parameters): border-width and
5783 internal-border-width belong to the frame, not the window.
5784
57852006-01-19 Richard M. Stallman <rms@gnu.org>
5786
5787 * nonascii.texi (Translation of Characters): Search cmds use
5788 translation-table-for-input. Automatically made local.
5789
5790 * markers.texi (Overview of Markers): Count insertion type
5791 as one of a marker's attributes.
5792
5793 * keymaps.texi (Controlling Active Maps): New node, split out of
5794 Active Keymaps.
5795 (Keymaps): Menu updated.
5796 (Active Keymaps): Give pseudocode to explain how the active
5797 maps are searched. current-active-maps and key-binding moved here.
5798 (Functions for Key Lookup): current-active-maps and key-binding moved.
5799 Clarifications.
5800 (Searching the Keymaps): New subnode.
5801
5802 * elisp.texi (Top): Menu clarification.
5803
5804 * display.texi (Other Display Specs): Delete duplicate entry for
5805 just a string as display spec. Move text about recursive display
5806 specs on such a string.
5807
5808 * commands.texi (Key Sequence Input): Clarify.
5809 Move num-nonmacro-input-events out.
5810 (Reading One Event): num-nonmacro-input-events moved here.
5811
58122006-01-14 Nick Roberts <nickrob@snap.net.nz>
5813
5814 * advice.texi (Simple Advice): Update example to fit argument
5815 change in previous-line.
5816
58172006-01-05 Richard M. Stallman <rms@gnu.org>
5818
5819 * markers.texi (The Mark): Fix in `mark'.
5820
58212006-01-04 Richard M. Stallman <rms@gnu.org>
5822
5823 * processes.texi (Misc Network, Make Network): Minor cleanups.
5824
58252006-01-04 Kim F. Storm <storm@cua.dk>
5826
5827 * processes.texi (Make Network): Add IPv6 addresses and handling.
5828 (Network Feature Testing): Mention (:family ipv6).
5829 (Misc Network): Add IPv6 formats to format-network-address.
5830
58312005-12-30 Richard M. Stallman <rms@gnu.org>
5832
5833 * text.texi (Changing Properties):
5834 Don't use return value of set-text-properties.
5835
58362005-12-29 Luc Teirlinck <teirllm@auburn.edu>
5837
5838 * modes.texi (Mode Line Format): Correct typo in menu.
5839
58402005-12-29 Richard M. Stallman <rms@gnu.org>
5841
5842 * modes.texi (Mode Line Top): New node.
5843 (Mode Line Data): Some text moved to new node.
5844 Explain the data structure more concretely.
5845 (Mode Line Basics): Clarifications.
5846 (Mode Line Variables): Clarify intro paragraph.
5847 (%-Constructs): Clarify intro paragraph.
5848 (Mode Line Format): Update menu.
5849
58502005-12-28 Luc Teirlinck <teirllm@auburn.edu>
5851
5852 * minibuf.texi (Basic Completion): Update lazy-completion-table
5853 examples for removal of ARGS argument.
5854
58552005-12-23 Richard M. Stallman <rms@gnu.org>
5856
5857 * text.texi (Undo): Restore some explanation from the version
5858 that was deleted.
5859
58602005-12-23 Eli Zaretskii <eliz@gnu.org>
5861
5862 * text.texi (Undo): Remove duplicate descriptions of `apply
5863 funname' and `apply delta' elements of the undo list.
5864
58652005-12-20 Richard M. Stallman <rms@gnu.org>
5866
5867 * help.texi (Help Functions): Update documentation of `apropos'.
5868
58692005-12-20 Luc Teirlinck <teirllm@auburn.edu>
5870
5871 * customize.texi (Type Keywords): Delete xref to "Text help-echo",
5872 because it is confusing. If the :help-echo keyword is a function,
5873 it is not directly used as the :help-echo overlay property, as the
5874 xref seems to suggest (it does not take the appropriate args).
5875
58762005-12-19 Luc Teirlinck <teirllm@auburn.edu>
5877
5878 * customize.texi (Common Keywords): Fix Texinfo usage.
5879 (Group Definitions, Variable Definitions): Update for new
5880 conventions for using `*' in docstrings.
5881
5882 * tips.texi (Documentation Tips): Update for new conventions for
5883 using `*' in docstrings.
5884
58852005-12-16 Richard M. Stallman <rms@gnu.org>
5886
5887 * minibuf.texi (Minibuffer Contents): Minor cleanup.
5888
58892005-12-16 Juri Linkov <juri@jurta.org>
5890
5891 * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
5892
58932005-12-14 Romain Francoise <romain@orebokech.com>
5894
5895 * modes.texi (Customizing Keywords): Rename `append' to `how'.
5896 Fix typo.
5897
58982005-12-11 Juri Linkov <juri@jurta.org>
5899
5900 * minibuf.texi (Completion Commands): Add mention of read-file-name
5901 for filename completion keymaps.
5902 (Reading File Names): Add mention of filename completion keymaps
5903 for read-file-name and xref to `Completion Commands'.
5904
59052005-12-10 Richard M. Stallman <rms@gnu.org>
5906
5907 * customize.texi (Common Keywords): State caveats for use of :tag.
5908
59092005-12-08 Richard M. Stallman <rms@gnu.org>
5910
5911 * minibuf.texi (Intro to Minibuffers): Replace list of local maps
5912 with xrefs and better explanation.
5913 (Completion Commands): Add the filename completion maps.
5914
5915 * objects.texi (Character Type): Clarify that \s is not space
5916 if a dash follows.
5917
59182005-12-05 Richard M. Stallman <rms@gnu.org>
5919
5920 * windows.texi (Resizing Windows): Delete preserve-before args.
5921
59222005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
5923
5924 * keymaps.texi (Format of Keymaps): Remove mention of a quirk
5925 in full keymaps, since the quirk has been fixed.
5926
59272005-12-03 Eli Zaretskii <eliz@gnu.org>
5928
5dcb4c4e
SM
5929 * hooks.texi (Standard Hooks): Add index entries.
5930 Mention `compilation-finish-functions'.
b8d4c8d0
GM
5931
59322005-11-27 Richard M. Stallman <rms@gnu.org>
5933
5934 * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
5935
59362005-11-21 Juri Linkov <juri@jurta.org>
5937
5938 * customize.texi (Common Keywords): Update links types
5939 custom-manual and url-link. Add link types emacs-library-link,
5940 file-link, function-link, variable-link, custom-group-link.
5941
59422005-11-20 Chong Yidong <cyd@stupidchicken.com>
5943
5944 * display.texi: Revert 2005-11-20 change.
5945
59462005-11-20 Thien-Thi Nguyen <ttn@gnu.org>
5947
5948 * processes.texi (Bindat Functions):
5949 Say "third" to refer to zero-based index "2".
5950
59512005-11-18 Luc Teirlinck <teirllm@auburn.edu>
5952
5953 * loading.texi (Library Search): Update the default value of
5954 `load-suffixes'.
5955
59562005-11-17 Chong Yidong <cyd@stupidchicken.com>
5957
5958 * display.texi (Attribute Functions): Mention :ignore-defface.
5959
59602005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
5961
5962 * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
5963 (Minor Mode Conventions): Mention the use of a hook.
5964
59652005-11-06 Richard M. Stallman <rms@gnu.org>
5966
5967 * files.texi (Magic File Names): find-file-name-handler checks the
5968 `operations' property of the handler.
5969
59702005-11-03 Richard M. Stallman <rms@gnu.org>
5971
5972 * variables.texi (Frame-Local Variables): Small clarification.
5973
59742005-10-29 Chong Yidong <cyd@stupidchicken.com>
5975
5976 * os.texi (Init File): Document ~/.emacs.d/init.el.
5977
59782005-10-29 Richard M. Stallman <rms@gnu.org>
5979
5980 * internals.texi (Garbage Collection): Document memory-full.
5981
59822005-10-28 Bill Wohler <wohler@newt.com>
5983
5984 * tips.texi (Documentation Tips): Help mode now creates hyperlinks
5985 for URLs.
5986
59872005-10-28 Richard M. Stallman <rms@gnu.org>
5988
5989 * minibuf.texi (Completion Commands): Clean up prev change.
5990
59912005-10-26 Kevin Ryde <user42@zip.com.au>
5992
5993 * compile.texi (Eval During Compile): Explain recommended uses
5994 of eval-when-compile and eval-and-compile.
5995
59962005-10-27 Masatake YAMATO <jet@gyve.org>
5997
5998 * minibuf.texi (Completion Commands):
5999 Write about new optional argument for `display-completion-list'.
6000
60012005-10-23 Richard M. Stallman <rms@gnu.org>
6002
6003 * display.texi (Overlay Arrow): Clarify about local bindings of
6004 overlay-arrow-position.
6005
60062005-10-22 Eli Zaretskii <eliz@gnu.org>
6007
6008 * internals.texi (Building Emacs): Fix last change.
6009
60102005-10-22 Richard M. Stallman <rms@gnu.org>
6011
6012 * internals.texi (Building Emacs): Document eval-at-startup.
6013
60142005-10-21 Richard M. Stallman <rms@gnu.org>
6015
6016 * loading.texi (Where Defined): load-history contains abs file names.
6017 symbol-file returns abs file names.
6018
60192005-10-19 Kim F. Storm <storm@cua.dk>
6020
6021 * display.texi (Showing Images): Add max-image-size integer value.
6022
60232005-10-18 Chong Yidong <cyd@stupidchicken.com>
6024
6025 * display.texi (Showing Images): Document max-image-size.
6026
60272005-10-17 Richard M. Stallman <rms@gnu.org>
6028
6029 * commands.texi (Quitting): Minor clarification.
6030
6031 * processes.texi (Sentinels): Clarify about output and quitting.
6032 (Filter Functions): Mention with-local-quit.
6033
60342005-10-17 Juri Linkov <juri@jurta.org>
6035
6036 * buffers.texi (Current Buffer):
6037 * commands.texi (Event Input Misc):
6038 * compile.texi (Eval During Compile, Compiler Errors):
6039 * customize.texi (Group Definitions):
6040 * display.texi (Progress, Defining Faces):
6041 * files.texi (Writing to Files):
6042 * modes.texi (Mode Hooks, Defining Minor Modes):
6043 * streams.texi (Output Functions):
6044 * syntax.texi (Syntax Table Functions):
6045 * text.texi (Change Hooks):
6046 Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
6047
6048 * commands.texi (Quitting): Replace arg `forms' with `body' in
6049 `with-local-quit'.
6050
6051 * positions.texi (Excursions): Replace arg `forms' with `body' in
6052 `save-excursion'.
6053
60542005-10-08 Kim F. Storm <storm@cua.dk>
6055
6056 * windows.texi (Window Tree): Rename window-split-tree to window-tree.
6057 Rename manual section accordingly.
6058
60592005-10-04 Kim F. Storm <storm@cua.dk>
6060
6061 * windows.texi (Window Split Tree): New section describing
6062 new function window-split-tree function.
6063
60642005-10-03 Nick Roberts <nickrob@snap.net.nz>
6065
6066 * display.texi (Fringe Size/Pos): Simplify and add detail.
6067
60682005-09-30 Romain Francoise <romain@orebokech.com>
6069
6070 * minibuf.texi (High-Level Completion): Explain that the prompt
6071 given to `read-buffer' should end with a colon and a space.
6072 Update usage examples.
6073
60742005-09-29 Juri Linkov <juri@jurta.org>
6075
6076 * display.texi (Displaying Messages): Rename argument name
6077 `string' to `format-string' in functions `message', `message-box',
6078 `message-or-box'.
6079
60802005-09-26 Chong Yidong <cyd@stupidchicken.com>
6081
6082 * errors.texi (Standard Errors): Correct xrefs.
6083
60842005-09-18 Chong Yidong <cyd@stupidchicken.com>
6085
6086 * display.texi (Defining Images): Update documentation for
6087 `image-load-path'.
6088
60892005-09-17 Richard M. Stallman <rms@gnu.org>
6090
6091 * display.texi (Defining Images): Clean up previous change.
6092
60932005-09-16 Romain Francoise <romain@orebokech.com>
6094
6095 * elisp.texi: Specify GFDL version 1.2.
6096
6097 * doclicense.texi (GNU Free Documentation License): Update to
6098 version 1.2.
6099
61002005-09-15 Chong Yidong <cyd@stupidchicken.com>
6101
6102 * display.texi (Defining Images): Document `image-load-path'.
6103
61042005-09-15 Richard M. Stallman <rms@gnu.org>
6105
6106 * objects.texi (Printed Representation): Minor cleanup.
6107 (Box Diagrams): Minor fix.
6108 (Cons Cell Type): Move (...) index item here.
6109 (Box Diagrams): From here.
6110 (Array Type): Minor fix.
6111 (Type Predicates): Delete index "predicates".
6112 (Hash Table Type): Clarify xref.
6113 (Dotted Pair Notation): Minor fix.
6114
61152005-09-10 Chong Yidong <cyd@stupidchicken.com>
6116
6117 * files.texi (Saving Buffers): Fix typo.
6118
61192005-09-08 Richard M. Stallman <rms@gnu.org>
6120
6121 * tips.texi (Programming Tips): Correct the "default" prompt spec.
6122
61232005-09-08 Chong Yidong <cyd@stupidchicken.com>
6124
6125 * locals.texi (Standard Buffer-Local Variables): Don't include
6126 mode variables for minor modes.
6127 Fix xrefs for buffer-display-count, buffer-display-table,
6128 buffer-offer-save, buffer-saved-size, cache-long-line-scans,
6129 enable-multibyte-characters, fill-column, header-line-format,
6130 left-fringe-width, left-margin, and right-fringe-width.
6131
6132 * hooks.texi (Standard Hooks): All hooks should conform to the
6133 standard naming convention now.
6134 Fix xref for `echo-area-clear-hook'.
6135
6136 * display.texi (Usual Display): Note that indicate-empty-lines and
6137 tab-width are buffer-local.
6138
6139 * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
6140
6141 * modes.texi (Mode Help): Note that major-mode is buffer-local.
6142
6143 * nonascii.texi (Encoding and I/O): Note that
6144 buffer-file-coding-system is buffer-local.
6145
6146 * positions.texi (List Motion): Note that defun-prompt-regexp is
6147 buffer-local.
6148
6149 * text.texi (Auto Filling): Note that auto-fill-function is
6150 buffer-local.
6151 (Undo): Note that buffer-undo-list is buffer-local.
6152
5dcb4c4e
SM
6153 * windows.texi (Buffers and Windows):
6154 Document buffer-display-count.
b8d4c8d0
GM
6155
61562005-09-06 Richard M. Stallman <rms@gnu.org>
6157
6158 * tips.texi (Coding Conventions): Sometimes it is ok to put the
6159 package prefix elsewhere than at the start of the name.
6160
61612005-09-03 Richard M. Stallman <rms@gnu.org>
6162
6163 * tips.texi (Programming Tips): Add conventions for minibuffer
6164 questions and prompts.
6165
61662005-09-03 Joshua Varner <jlvarner@gmail.com> (tiny change)
6167
6168 * intro.texi (nil and t): Minor cleanup.
6169 Delete spurious mention of keyword symbols.
6170 (Evaluation Notation): Add index entry.
6171 (A Sample Function Description): Minor cleanup.
6172 (A Sample Variable Description): Not all vars can be set.
6173
61742005-09-03 Thien-Thi Nguyen <ttn@gnu.org>
6175
6176 * text.texi (Buffer Contents): Use "\n" in examples' result strings.
6177
6178 (Insertion): Document precise type of `insert-char' arg COUNT.
6179
61802005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
6181
6182 * modes.texi (Other Font Lock Variables): Sync the default of
6183 font-lock-lines-before.
6184
61852005-08-31 Michael Albinus <michael.albinus@gmx.de>
6186
6187 * files.texi (Magic File Names): Add `make-auto-save-file-name'.
6188
61892005-08-29 Richard M. Stallman <rms@gnu.org>
6190
6191 * elisp.texi (Top): Update subnode menu.
6192
6193 * searching.texi (Searching and Matching): Move node.
6194 Rearrange contents and add overall explanation.
6195 (Searching and Case): Move node.
6196 (Searching and Matching): Update menu.
6197
61982005-08-27 Eli Zaretskii <eliz@gnu.org>
6199
6200 * os.texi (Startup Summary): Fix the description of the initial
6201 startup message display.
6202
62032005-08-25 Richard M. Stallman <rms@gnu.org>
6204
6205 * searching.texi (Search and Replace): Add replace-regexp-in-string.
6206
62072005-08-25 Emilio C. Lopes <eclig@gmx.net>
6208
6209 * display.texi (Finding Overlays): Fix `find-overlay-prop' in
6210 `next-overlay-change' example.
6211
62122005-08-22 Juri Linkov <juri@jurta.org>
6213
6214 * display.texi (Attribute Functions): Add set-face-inverse-video-p.
6215 Fix invert-face. Fix args of face-background.
6216
6217 * display.texi (Standard Faces): Delete node.
6218 (Faces): Add xref to `(emacs)Standard Faces'.
6219 (Displaying Faces): Fix xref to `Standard Faces'.
6220
6221 * modes.texi (Mode Line Data): Fix xref to Standard Faces.
6222
62232005-08-20 Alan Mackenzie <acm@muc.de>
6224
6225 * buffers.texi (The Buffer List): Clarify the manipulation of the
6226 buffer list.
6227
62282005-08-14 Richard M. Stallman <rms@gnu.org>
6229
6230 * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
6231 a regexp.
6232
62332005-08-11 Richard M. Stallman <rms@gnu.org>
6234
6235 * elisp.texi (Top): Update subnode lists.
6236
6237 * display.texi (Inverse Video): Node deleted.
6238
6239 * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
6240 New nodes split out of Coding Conventions.
6241
6242 * searching.texi (Regular Expressions): Document re-builder.
6243
6244 * os.texi (Time Parsing): New node split out of Time Conversion.
6245
6246 * processes.texi (Misc Network, Network Feature Testing)
6247 (Network Options, Make Network): New nodes split out of
6248 Low-Level Network.
6249
62502005-08-09 Richard M. Stallman <rms@gnu.org>
6251
6252 * frames.texi (Geometry): New node, split from Size and Position.
6253 (Frame Parameters): Refer to Geometry.
6254
6255 * buffers.texi (The Buffer List): Fix xrefs.
6256
6257 * windows.texi (Splitting Windows): Fix xref.
6258
6259 * frames.texi (Layout Parameters): Add xref.
6260
6261 * display.texi (Line Height, Scroll Bars): Fix xrefs.
6262
6263 * keymaps.texi (Menu Bar): Fix xref.
6264
6265 * locals.texi (Standard Buffer-Local Variables): Fix xref.
6266
6267 * modes.texi (%-Constructs): Fix xref.
6268
6269 * frames.texi (Window Frame Parameters): Node split up.
6270 (Basic Parameters, Position Parameters, Size Parameters)
6271 (Layout Parameters, Buffer Parameters, Management Parameters)
6272 (Cursor Parameters, Color Parameters): New subnodes.
6273
62742005-08-09 Luc Teirlinck <teirllm@auburn.edu>
6275
6276 * positions.texi (Screen Lines): Update xref for previous change
6277 in minibuf.texi.
6278
6279 * minibuf.texi (Intro to Minibuffers): Update pxref for previous
6280 change in minibuf.texi.
6281
62822005-08-09 Richard M. Stallman <rms@gnu.org>
6283
6284 * tips.texi (Coding Conventions): Minor cleanup.
6285
6286 * modes.texi (Defining Minor Modes): Explain when init-value
6287 can be non-nil.
6288
6289 * elisp.texi (Top): Update submenu for Minibuffer.
6290
6291 * minibuf.texi (Minibuffer Misc): Node split up.
6292 (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
6293 (Recursive Mini): New nodes split out from Minibuffer Misc.
6294 (Minibuffer Misc): Document max-mini-window-height.
6295
6296 * hash.texi (Defining Hash): Delete stray paren in example.
6297
6298 * display.texi (Echo Area Customization): Don't define
6299 max-mini-window-height here; xref instead.
6300
6301 * commands.texi (Event Input Misc): Update while-no-input.
6302
6303 * advice.texi (Advising Functions): Explain when to use advice
6304 and when to use a hook.
6305
63062005-07-30 Eli Zaretskii <eliz@gnu.org>
6307
6308 * makefile.w32-in (info): Don't run install-info.
6309 ($(infodir)/dir): New target, produced by running install-info.
6310
63112005-07-27 Luc Teirlinck <teirllm@auburn.edu>
6312
6313 * modes.texi (Defining Minor Modes): The keyword for the initial
6314 value is :init-value, not :initial-value.
6315
63162005-07-23 Eli Zaretskii <eliz@gnu.org>
6317
6318 * loading.texi (Autoload): Make the `doctor' example be consistent
6319 with what's in current loaddefs.el. Describe the "fn" magic in
6320 the usage portion of the doc string.
6321
63222005-07-22 Richard M. Stallman <rms@gnu.org>
6323
6324 * internals.texi (Garbage Collection): Clarify previous change.
6325
63262005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
6327
6328 * internals.texi (Garbage Collection): Add gc-cons-percentage.
6329
63302005-07-18 Juri Linkov <juri@jurta.org>
6331
6332 * commands.texi (Accessing Events):
6333 * frames.texi (Text Terminal Colors, Resources):
6334 * markers.texi (The Mark):
6335 * modes.texi (Defining Minor Modes):
6336 Delete duplicate duplicate words.
6337
63382005-07-16 Richard M. Stallman <rms@gnu.org>
6339
6340 * display.texi (Managing Overlays): Clarify make-overlay
6341 args for insertion types.
6342
63432005-07-13 Luc Teirlinck <teirllm@auburn.edu>
6344
6345 * customize.texi (Variable Definitions):
6346 Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
6347 `standard-value' is a list too.
6348 (Defining New Types): Use @key{RET} instead of @key{ret}.
6349
63502005-07-13 Francis Litterio <franl@world.std.com> (tiny change)
6351
6352 * os.texi (Translating Input): Fix typo.
6353
63542005-07-08 Richard M. Stallman <rms@gnu.org>
6355
6356 * README: Update edition number and size estimate.
6357
6358 * elisp.texi (VERSION): Set to 2.9.
6359
63602005-07-07 Richard M. Stallman <rms@gnu.org>
6361
6362 * book-spine.texinfo: Update Emacs version.
6363
6364 * display.texi (Inverse Video): Delete mode-line-inverse-video.
6365
63662005-07-06 Richard M. Stallman <rms@gnu.org>
6367
6368 * searching.texi (Regexp Search): Clarify what re-search-forward
6369 does when the search fails.
6370
63712005-07-05 Lute Kamstra <lute@gnu.org>
6372
6373 * Update FSF's address in GPL notices.
6374
6375 * doclicense.texi (GNU Free Documentation License):
6376 * gpl.texi (GPL):
6377 * tips.texi (Coding Conventions, Library Headers):
6378 * vol1.texi:
6379 * vol2.texi: Update FSF's address.
6380
63812005-07-04 Richard M. Stallman <rms@gnu.org>
6382
6383 * hooks.texi (Standard Hooks): Add occur-hook.
6384
63852005-07-03 Luc Teirlinck <teirllm@auburn.edu>
6386
6387 * display.texi (The Echo Area): Correct menu.
6388
63892005-07-03 Richard M. Stallman <rms@gnu.org>
6390
6391 * elisp.texi (Top): Update subnode menu for Display.
6392
6393 * display.texi (Displaying Messages): New node, with most
6394 of what was in The Echo Area.
5dcb4c4e 6395 (Progress): Move under The Echo Area.
b8d4c8d0
GM
6396 (Logging Messages): New node with new text.
6397 (Echo Area Customization): New node, the rest of what was
6398 in The Echo Area. Document message-truncate-lines with @defvar.
6399 (Display): Update menu.
6400
6401 * windows.texi (Textual Scrolling): Doc 3 values for
6402 scroll-preserve-screen-position.
6403
6404 * text.texi (Special Properties): Change hook functions
6405 should bind inhibit-modification-hooks around altering buffer text.
6406
6407 * keymaps.texi (Key Binding Commands): Call binding BINDING
6408 rather than DEFINITION.
6409
64102005-06-29 Juanma Barranquero <lekktu@gmail.com>
6411
6412 * variables.texi (Defining Variables): `user-variable-p' returns t
6413 for aliases of user options, nil for alias loops.
6414
64152005-06-28 Richard M. Stallman <rms@gnu.org>
6416
6417 * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
6418 make-keymap.
6419
64202005-06-27 Luc Teirlinck <teirllm@auburn.edu>
6421
6422 * variables.texi (Setting Variables): Correct and clarify
6423 description of `add-to-ordered-list'.
6424
64252005-06-26 Richard M. Stallman <rms@gnu.org>
6426
6427 * display.texi (Faces): Minor cleanup.
6428
64292005-06-25 Luc Teirlinck <teirllm@auburn.edu>
6430
6431 * display.texi (Faces): `facep' returns t for strings that are
6432 face names.
6433
64342005-06-25 Richard M. Stallman <rms@gnu.org>
6435
6436 * objects.texi (Equality Predicates): Clarify meaning of equal.
6437
6438 * windows.texi (Selecting Windows): save-selected-window
6439 and with-selected-window save and restore the current buffer.
6440
64412005-06-24 Richard M. Stallman <rms@gnu.org>
6442
6443 * numbers.texi (Float Basics): Explain how to test for NaN,
6444 and printing the sign of NaNs.
6445
64462005-06-24 Eli Zaretskii <eliz@gnu.org>
6447
6448 * makefile.w32-in (MAKEINFO): Use --force.
6449
64502005-06-23 Richard M. Stallman <rms@gnu.org>
6451
6452 * display.texi (Face Functions): Correct Texinfo usage.
6453
64542005-06-23 Luc Teirlinck <teirllm@auburn.edu>
6455
6456 * lists.texi (Rings): `ring-elements' now returns the elements of
6457 RING in order.
6458
64592005-06-23 Juanma Barranquero <lekktu@gmail.com>
6460
6461 * markers.texi (The Mark): Texinfo usage fix.
6462
64632005-06-23 Kim F. Storm <storm@cua.dk>
6464
6465 * searching.texi (Entire Match Data): Remove evaporate option for
6466 match-data. Do not mention evaporate option for set-match-data.
6467
64682005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
6469
6470 * display.texi (Face Functions): Mention face aliases.
6471
64722005-06-21 Richard M. Stallman <rms@gnu.org>
6473
6474 * anti.texi (Antinews): Texinfo usage fix.
6475
64762005-06-21 Karl Berry <karl@gnu.org>
6477
6478 * elisp.texi: Use @copying.
6479
6480 * elisp.texi: Put @summarycontents and @contents before the Top
6481 node, instead of the end of the file, so that the contents appear
6482 in the right place in the dvi/pdf output.
6483
64842005-06-21 Juri Linkov <juri@jurta.org>
6485
6486 * display.texi (Defining Faces): Add `customized-face'.
6487
64882005-06-20 Kim F. Storm <storm@cua.dk>
6489
6490 * variables.texi (Setting Variables): Any type of element can be
6491 given order in add-to-ordered-list. Compare elements with eq.
6492
6493 * lists.texi (Rearrangement): Sort predicate may just return non-nil.
6494
64952005-06-20 Karl Berry <karl@gnu.org>
6496
6497 * syntax.texi (Syntax Flags): Make last column very slightly wider
6498 to avoid "generic comment" breaking on two lines and causing an
6499 underfull box.
6500
65012005-06-19 Luc Teirlinck <teirllm@auburn.edu>
6502
6503 * lists.texi (Rings): Various minor clarifications and corrections.
6504
65052005-06-18 Richard M. Stallman <rms@gnu.org>
6506
6507 * functions.texi (Obsolete Functions): Simplify.
6508
6509 * variables.texi (Variable Aliases): Simplify.
6510
6511 * anti.texi, backups.texi, compile.texi, customization.texi:
6512 * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
6513 * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
6514 * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
6515 * variables.texi: Fix formatting ugliness.
6516
6517 * elisp.texi: Add links to Rings and Byte Packing.
6518 Update version and copyright years.
6519
6520 * minibuf.texi: Fix formatting ugliness.
6521 (Completion Commands): Move keymap vars to the end
6522 and vars completing-read binds to the top.
6523
65242005-06-17 Luc Teirlinck <teirllm@auburn.edu>
6525
6526 * processes.texi: Fix typos.
6527 (Bindat Spec): Correct Texinfo error.
6528 (Byte Packing): Fix ungrammatical sentence.
6529
65302005-06-17 Thien-Thi Nguyen <ttn@gnu.org>
6531
6532 * lists.texi (Rings): New node.
6533 (Lists): Add it to menu.
6534
6535 * processes.texi (Byte Packing): New node.
6536 (Processes): Add it to menu.
6537
65382005-06-17 Richard M. Stallman <rms@gnu.org>
6539
6540 * syntax.texi (Parsing Expressions): Fix texinfo usage.
6541
6542 * help.texi (Documentation Basics): Explain the xref to
6543 Documentation Tips.
6544
6545 * debugging.texi (Debugger Commands): Minor fix.
6546
65472005-06-16 Luc Teirlinck <teirllm@auburn.edu>
6548
6549 * edebug.texi (Instrumenting): Eliminate duplicate link.
6550 (Specification List): Replace references to "below", referring to
6551 a later node, with one @ref to that node.
6552
6553 * os.texi (Timers): Timers should save and restore the match data
6554 if they change it.
6555
6556 * debugging.texi (Debugger Commands): Mention that the Lisp
6557 debugger can not step through primitive functions.
6558
65592005-06-16 Juanma Barranquero <lekktu@gmail.com>
6560
6561 * functions.texi (Obsolete Functions): Update argument names of
6562 `make-obsolete' and `define-obsolete-function-alias'.
6563
6564 * variables.texi (Variable Aliases): Update argument names of
6565 `defvaralias', `make-obsolete-variable' and
6566 `define-obsolete-variable-alias'.
6567
65682005-06-15 Kim F. Storm <storm@cua.dk>
6569
6570 * searching.texi (Entire Match Data): Rephrase warnings about
6571 evaporate arg to match-data and set-match-data.
6572
65732005-06-14 Luc Teirlinck <teirllm@auburn.edu>
6574
6575 * elisp.texi (Top): Update detailed menu.
6576
6577 * edebug.texi (Edebug): Update menu.
6578 (Instrumenting): Update xrefs.
6579 (Edebug Execution Modes): Correct xref.
6580 (Jumping): Clarify description of `h' command.
6581 Eliminate redundant @ref.
6582 (Breaks): New node.
6583 (Breakpoints): Is now a subsubsection.
6584 (Global Break Condition): Mention `C-x X X'.
6585 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'.
6586 (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
6587 (Edebug Display Update): Correct pxref.
6588 (Edebug and Macros): New node.
6589 (Instrumenting Macro Calls): Is now a subsubsection.
6590 Neither arg of `def-edebug-spec' is evaluated.
6591 (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
6592 (Specification Examples): Fix typo.
6593
65942005-06-14 Lute Kamstra <lute@gnu.org>
6595
6596 * debugging.texi (Function Debugging): Primitives can break on
6597 entry too.
6598
65992005-06-14 Kim F. Storm <storm@cua.dk>
6600
6601 * variables.texi (Setting Variables): Add add-to-ordered-list.
6602
66032005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
6604
6605 * syntax.texi (Parsing Expressions): Document aux functions and vars of
6606 syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
6607
66082005-06-13 Lute Kamstra <lute@gnu.org>
6609
6610 * text.texi (Special Properties): Fix cross reference.
6611
66122005-06-11 Luc Teirlinck <teirllm@auburn.edu>
6613
6614 * debugging.texi (Function Debugging): Delete mention of empty
6615 string argument to `cancel-debug-on-entry'. Delete inaccurate
6616 description of the return value of that command.
6617
66182005-06-11 Alan Mackenzie <acm@muc.de>
6619
6620 * text.texi (Adaptive Fill): Amplify the description of
6621 fill-context-prefix.
6622
66232005-06-10 Luc Teirlinck <teirllm@auburn.edu>
6624
6625 * syntax.texi (Parsing Expressions): Fix Texinfo error.
6626
66272005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
6628
6629 * syntax.texi (Parsing Expressions): Document syntax-ppss.
6630
66312005-06-10 Luc Teirlinck <teirllm@auburn.edu>
6632
6633 * debugging.texi (Error Debugging): Minor rewording.
6634 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
6635 is optional.
6636
66372005-06-10 Lute Kamstra <lute@gnu.org>
6638
6639 * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
6640 (Top): Give it a title. Correct version number. Give the
6641 detailed node listing a more prominent header.
6642 * intro.texi: Don't set VERSION here a second time.
6643 Mention Emacs's version too.
6644 * anti.texi (Antinews): Use EMACSVER to refer to the current
6645 version of Emacs.
6646
66472005-06-09 Kim F. Storm <storm@cua.dk>
6648
6649 * searching.texi (Entire Match Data): Explain new `reseat' argument to
6650 match-data and set-match-data.
6651
66522005-06-08 Richard M. Stallman <rms@gnu.org>
6653
6654 * searching.texi (Entire Match Data): Clarify when match-data
6655 returns markers and when integers.
6656
6657 * display.texi (Defining Faces): Explain that face name should not
6658 end in `-face'.
6659
6660 * modes.texi (Mode Line Data): Minor cleanup.
6661 (Customizing Keywords): Node split out of Search-based Fontification.
6662 Add example of using font-lock-add-keywords from a hook.
6663 Clarify when MODE should be non-nil, and when nil.
6664
66652005-06-06 Richard M. Stallman <rms@gnu.org>
6666
6667 * modes.texi (Mode Line Data): Explain what happens when the car
6668 of a list is a void symbol.
6669 (Search-based Fontification): Explain MODE arg to
6670 font-lock-add-keywords and warn about calls from major modes.
6671
66722005-06-08 Juri Linkov <juri@jurta.org>
6673
6674 * display.texi (Standard Faces): Add `shadow' face.
6675
66762005-05-29 Luc Teirlinck <teirllm@auburn.edu>
6677
6678 * modes.texi (Major Mode Conventions): A derived mode only needs
6679 to put the call to the parent mode inside `delay-mode-hooks'.
6680
66812005-05-29 Richard M. Stallman <rms@gnu.org>
6682
6683 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
6684 new, and what that implies. Clarify.
6685
6686 * files.texi (Locating Files): Clean up the text.
6687
6688 * frames.texi (Window Frame Parameters): Document user-size.
6689 Shorten entry for top by referring to left.
6690
66912005-05-26 Richard M. Stallman <rms@gnu.org>
6692
6693 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
6694 is new, and what the implications are. Other clarifications.
6695
66962005-05-24 Richard M. Stallman <rms@gnu.org>
6697
6698 * frames.texi (Dialog Boxes): Minor fixes.
6699
67002005-05-25 Masatake YAMATO <jet@gyve.org>
6701
6702 * display.texi (Standard Faces): Write about `mode-line-highlight'.
6703
67042005-05-24 Luc Teirlinck <teirllm@auburn.edu>
6705
6706 * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
6707 is optional.
6708
67092005-05-24 Nick Roberts <nickrob@snap.net.nz>
6710
10d1d0af 6711 * frames.texi (Dialog Boxes): Describe new optional argument.
b8d4c8d0
GM
6712
67132005-05-23 Lute Kamstra <lute@gnu.org>
6714
6715 * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
6716 syntax-begin-function over font-lock-beginning-of-syntax-function.
6717
67182005-05-21 Luc Teirlinck <teirllm@auburn.edu>
6719
6720 * minibuf.texi (Reading File Names): Update description of
6721 `read-directory-name'.
6722
6723 * modes.texi (Derived Modes): Clarify :group keyword.
6724
67252005-05-21 Eli Zaretskii <eliz@gnu.org>
6726
6727 * files.texi (Locating Files): New subsection.
6728 Describe locate-file and executable-find.
6729
67302005-05-21 Kevin Ryde <user42@zip.com.au>
6731
6732 * frames.texi (Initial Parameters): Update cross reference to
6733 "Emacs Invocation".
6734
67352005-05-19 Luc Teirlinck <teirllm@auburn.edu>
6736
6737 * keymaps.texi (Active Keymaps): Add anchor.
6738
6739 * modes.texi (Hooks): Delete confusing and unnecessary sentence.
6740 (Major Mode Conventions): Refer to `Auto Major Mode' in more
6741 appropriate place.
6742 (Derived Modes): Small clarifications.
6743 (Minor Mode Conventions, Keymaps and Minor Modes):
6744 Replace references to nodes with references to anchors.
6745 (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
6746 Clarify description of lists whose first element is an integer.
6747 (Mode Line Variables): Add anchor.
6748 (%-Constructs): Clarify description of integer after %.
6749 (Emulating Mode Line): Describe nil value for FACE.
6750
67512005-05-18 Luc Teirlinck <teirllm@auburn.edu>
6752
6753 * modes.texi (Derived Modes): Correct references to non-existing
6754 variable standard-syntax-table.
6755
67562005-05-17 Lute Kamstra <lute@gnu.org>
6757
6758 * modes.texi (Defining Minor Modes): Mention the mode hook.
6759
67602005-05-15 Kim F. Storm <storm@cua.dk>
6761
6762 * processes.texi (Network): Remove open-network-stream-nowait.
6763 (Network Servers): Remove open-network-stream-server.
6764
67652005-05-15 Luc Teirlinck <teirllm@auburn.edu>
6766
6767 * elisp.texi (Top): Update detailed menu.
6768
6769 * variables.texi: Reorder nodes.
6770 (Variables): Update menu.
6771 (File Local Variables): Do not refer to the `-*-' line as
6772 a "local variables list". Add pxref.
6773
67742005-05-14 Luc Teirlinck <teirllm@auburn.edu>
6775
6776 * elisp.texi (Top): Update detailed menu for node changes.
6777
6778 * modes.texi (Modes): Update Menu.
6779 (Hooks): Move to beginning of chapter.
6780 Most minor modes run mode hooks too.
6781 `add-hook' can handle void hooks or hooks whose value is a single
6782 function.
6783 (Major Modes): Update Menu.
6784 (Major Mode Basics): New node, split off from `Major Modes'.
6785 (Major Mode Conventions): Correct xref. Explain how to handle
6786 auto-mode-alist if the major mode command has an autoload cookie.
6787 (Auto Major Mode): Major update. Add magic-mode-alist.
6788 (Derived Modes): Major update.
6789 (Mode Line Format): Update Menu.
6790 (Mode Line Basics): New node, split off from `Mode Line Format'.
6791
6792 * loading.texi (Autoload): Mention `autoload cookie' as synonym
6793 for `magic autoload comment'. Add index entries and anchor.
6794
67952005-05-14 Richard M. Stallman <rms@gnu.org>
6796
6797 * tips.texi (Coding Conventions): Explain how important it is
6798 that just loading certain files not change Emacs behavior.
6799
6800 * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
6801
68022005-05-12 Lute Kamstra <lute@gnu.org>
6803
6804 * modes.texi (Generic Modes): Update.
6805 (Major Modes): Refer to node "Generic Modes".
6806
6807 * elisp.texi (Top): Update to the current structure of the manual.
6808 * processes.texi (Processes): Add menu description.
6809 * customize.texi (Customization): Add menu descriptions.
6810
68112005-05-11 Thien-Thi Nguyen <ttn@gnu.org>
6812
6813 * processes.texi (Signals to Processes)
6814 (Low-Level Network): Fix typos.
6815
68162005-05-11 Lute Kamstra <lute@gnu.org>
6817
6818 * elisp.texi (Top): Add some nodes from the chapter "Major and
6819 Minor Modes" to the detailed node listing.
6820
68212005-05-10 Richard M. Stallman <rms@gnu.org>
6822
6823 * keymaps.texi (Extended Menu Items): Menu item filter functions
6824 can be called at any time.
6825
68262005-05-08 Luc Teirlinck <teirllm@auburn.edu>
6827
6828 * variables.texi (File Local Variables): `(hack-local-variables t)'
6829 now also checks whether a mode is specified in the local variables
6830 list.
6831
68322005-05-05 Kevin Ryde <user42@zip.com.au>
6833
6834 * display.texi (The Echo Area): Correct format function cross
6835 reference.
6836
68372005-05-05 Luc Teirlinck <teirllm@auburn.edu>
6838
6839 * variables.texi (Variable Aliases): Change description of
6840 `define-obsolete-variable-alias'.
6841
6842 * functions.texi (Functions): Add "Obsolete Functions" to menu.
6843 (Defining Functions): Add xref.
6844 (Obsolete Functions): New node.
6845 (Function Safety): Standardize capitalization of section title.
6846
6847 * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
6848 (Dialog Boxes): Complete description of `x-popup-dialog'.
6849
68502005-05-04 Richard M. Stallman <rms@gnu.org>
6851
6852 * commands.texi (Interactive Codes): Fix Texinfo usage.
6853 Document U more clearly.
6854
68552005-05-01 Luc Teirlinck <teirllm@auburn.edu>
6856
6857 * variables.texi (Variable Aliases): `make-obsolete-variable' is a
6858 function and not a macro.
6859
6860 * frames.texi (Pop-Up Menus): Correct and clarify description of
6861 `x-popup-menu'.
6862 (Dialog Boxes): Clarify description of `x-popup-dialog'.
6863
68642005-05-01 Richard M. Stallman <rms@gnu.org>
6865
6866 * edebug.texi (Checking Whether to Stop): Fix previous change.
6867
68682005-05-01 Luc Teirlinck <teirllm@auburn.edu>
6869
6870 * display.texi: Fix typos and Texinfo usage.
6871
6872 * edebug.texi (Checking Whether to Stop): executing-macro ->
6873 executing-kbd-macro.
6874
68752005-05-01 Richard M. Stallman <rms@gnu.org>
6876
6877 * display.texi (Invisible Text): Correct add-to-invisibility-spec.
6878
68792005-04-30 Richard M. Stallman <rms@gnu.org>
6880
6881 * files.texi (Magic File Names): Document `operations' property.
6882
68832005-04-29 Lute Kamstra <lute@gnu.org>
6884
6885 * modes.texi (Generic Modes): New node.
6886 (Major Modes): Add it to the menu.
6887 (Derived Modes): Add "derived mode" to concept index.
6888
68892005-04-28 Lute Kamstra <lute@gnu.org>
6890
6891 * modes.texi (Defining Minor Modes): Fix previous change.
6892 (Font Lock Mode): Simplify.
6893 (Font Lock Basics): Say that font-lock-defaults is buffer-local
6894 when set and that some parts are optional. Add cross references.
6895 (Search-based Fontification): Say how to specify font-lock-keywords.
6896 Add cross references. Add font-lock-multiline to index.
6897 Move font-lock-keywords-case-fold-search here from node "Other Font
6898 Lock Variables". Document font-lock-add-keywords and
6899 font-lock-remove-keywords.
6900 (Other Font Lock Variables): Move font-lock-keywords-only,
6901 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
6902 and font-lock-syntactic-face-function to node "Syntactic Font
6903 Lock". Move font-lock-keywords-case-fold-search to node
6904 "Search-based Fontification". Document font-lock-inhibit-thing-lock
6905 and font-lock-{,un}fontify-{buffer,region}-function.
6906 (Precalculated Fontification): Remove reference to deleted variable
6907 font-lock-core-only.
6908 (Faces for Font Lock): Add font-lock-comment-delimiter-face.
6909 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only,
6910 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
6911 and font-lock-syntactic-face-function here from node "Other Font
6912 Lock Variables". Move font-lock-syntactic-keywords to "Setting
6913 Syntax Properties". Add cross references.
6914 (Setting Syntax Properties): New node.
6915 Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
6916 * syntax.texi (Syntax Properties): Add cross reference.
6917 * hooks.texi (Standard Hooks): Add Font-Lock hooks.
6918
69192005-04-26 Richard M. Stallman <rms@gnu.org>
6920
6921 * display.texi (Defining Faces):
6922 Document `default' elements of defface spec.
6923
6924 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
6925
6926 * variables.texi (Variable Aliases): Clarify text.
6927
69282005-04-25 Chong Yidong <cyd@stupidchicken.com>
6929
6930 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
6931
69322005-04-25 Luc Teirlinck <teirllm@auburn.edu>
6933
6934 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
6935
69362005-04-24 Eli Zaretskii <eliz@gnu.org>
6937
6938 * syntax.texi (Syntax Table Internals): Elaborate documentation of
6939 syntax-after and syntax-class.
6940
6941 * files.texi (Changing Files): Fix last change's cross-reference.
6942 (Unique File Names): Don't mention "numbers" in the documentation
6943 of make-temp-file and make-temp-name.
6944
69452005-04-23 Richard M. Stallman <rms@gnu.org>
6946
6947 * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
6948
69492005-04-22 Nick Roberts <nickrob@snap.net.nz>
6950
6951 * windows.texi (Cyclic Window Ordering): Clarify window-list.
6952
69532005-04-22 Nick Roberts <nickrob@snap.net.nz>
6954
6955 * variables.texi (Variable Aliases): Describe make-obsolete-variable
6956 and define-obsolete-variable-alias.
6957
69582005-04-22 Kim F. Storm <storm@cua.dk>
6959
6960 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
6961 (Other Plists): Remove safe-plist-get, as plist-get is now safe.
6962
69632005-04-21 Lute Kamstra <lute@gnu.org>
6964
6965 * lists.texi (Association Lists): Document rassq-delete-all.
6966
69672005-04-19 Richard M. Stallman <rms@gnu.org>
6968
6969 * modes.texi (Search-based Fontification): Explain that
6970 facespec is an expression to be evaluated.
6971
69722005-04-19 Kevin Ryde <user42@zip.com.au>
6973
6974 * streams.texi (Output Functions): Fix xref.
6975 * strings.texi (String Conversion): Fix xref.
6976
69772005-04-19 Kim F. Storm <storm@cua.dk>
6978
6979 * symbols.texi (Symbol Plists): Add safe-get.
6980 Mention that `get' may signal an error.
6981
69822005-04-18 Nick Roberts <nickrob@snap.net.nz>
6983
6984 * customize.texi (Variable Definitions): Replace tooltip-mode
6985 example with save-place.
6986
69872005-04-17 Richard M. Stallman <rms@gnu.org>
6988
6989 * buffers.texi (Indirect Buffers): Clarify.
6990
6991 * positions.texi (Positions): Clarify converting marker to integer.
6992
6993 * strings.texi (String Basics): Mention string-match; clarify.
6994
69952005-04-08 Lute Kamstra <lute@gnu.org>
6996
6997 * modes.texi (Search-based Fontification): Fix cross references.
6998 Use consistent terminology. Document anchored highlighting.
6999
70002005-04-05 Lute Kamstra <lute@gnu.org>
7001
7002 * modes.texi (Defining Minor Modes): Document :group keyword
7003 argument and its default value.
7004
70052005-04-03 Lute Kamstra <lute@gnu.org>
7006
7007 * hooks.texi (Standard Hooks): Add some hooks. Add cross
7008 references and/or descriptions. Delete major mode hooks; mention
7009 them as a category instead. Rename or delete obsolete hooks.
7010
70112005-04-02 Richard M. Stallman <rms@gnu.org>
7012
7013 * nonascii.texi (Coding System Basics): Another wording cleanup.
7014
70152005-04-01 Richard M. Stallman <rms@gnu.org>
7016
7017 * nonascii.texi (Coding System Basics): Clarify previous change.
7018
70192005-04-01 Kenichi Handa <handa@m17n.org>
7020
10d1d0af 7021 * nonascii.texi (Coding System Basics): Describe about roundtrip
b8d4c8d0
GM
7022 identity of coding systems.
7023
70242005-03-29 Chong Yidong <cyd@stupidchicken.com>
7025
7026 * text.texi (Buffer Contents): Add filter-buffer-substring and
7027 buffer-substring-filters.
7028
70292005-03-26 Chong Yidong <cyd@stupidchicken.com>
7030
7031 * anti.texi (Antinews): Mention `G' interactive code.
7032
7033 * tips.texi (Compilation Tips): Mention benchmark.el.
7034
70352005-03-27 Luc Teirlinck <teirllm@auburn.edu>
7036
7037 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
7038 is now bound to M-o M-o.
7039
7040 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
7041
70422005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
7043
7044 * calendar.texi: Delete file (and move contents to emacs-xtra.texi
7045 in the Emacs Manual).
7046 * Makefile.in (srcs): Remove calendar.texi.
7047 * makefile.w32-in (srcs): Remove calendar.texi.
7048 * display.texi (Display): Change name of next node.
7049 * os.texi (System In): Change name of previous node.
7050 * elisp.texi (Top): Remove Calendar references.
7051 * vol1.texi (Top): Remove Calendar references.
7052 * vol2.texi (Top): Remove Calendar references.
7053
70542005-03-25 Richard M. Stallman <rms@gnu.org>
7055
7056 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
7057 Cleanup previous change.
7058
70592005-03-25 Chong Yidong <cyd@stupidchicken.com>
7060
7061 * display.texi (Face Attributes): Faces earlier in an :inherit
7062 list take precedence.
7063 (Scroll Bars): Fix description of vertical-scroll-bars.
7064 Document frame-current-scroll-bars and window-current-scroll-bars.
7065
7066 * markers.texi (The Mark): Document temporary Transient Mark mode.
7067
7068 * minibuf.texi (Reading File Names):
7069 Document read-file-name-completion-ignore-case.
7070
7071 * positions.texi (Screen Lines): Document nil for width argument
7072 to compute-motion.
7073
70742005-03-23 Kim F. Storm <storm@cua.dk>
7075
7076 * display.texi (Standard Faces): Other faces used in the fringe
7077 implicitly inherits from the fringe face.
7078 (Fringe Bitmaps): FACE in right-fringe and left-fringe display
7079 properties implicitly inherits from fringe face.
7080 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
7081
70822005-03-20 Chong Yidong <cyd@stupidchicken.com>
7083
7084 * display.texi (Invisible Text): State default value of
7085 line-move-ignore-invisible.
7086 (Managing Overlays): Document remove-overlays.
7087 (Standard Faces): Document escape-glyph face.
7088
7089 * minibuf.texi (Reading File Names): Document read-file-name-function.
7090
7091 * modes.texi (Other Font Lock Variables):
7092 Document font-lock-lines-before.
7093
7094 * positions.texi (Skipping Characters): skip-chars-forward allows
7095 character classes.
7096
70972005-03-18 Lute Kamstra <lute@gnu.org>
7098
7099 * edebug.texi (Instrumenting Macro Calls): Fix another typo.
7100
71012005-03-17 Richard M. Stallman <rms@gnu.org>
7102
7103 * text.texi (Undo): Document extensible undo entries.
7104
dd7b651b 7105 * searching.texi (String Search, Regexp Search): Cleanups.
b8d4c8d0
GM
7106
7107 * nonascii.texi (Character Codes): Minor fix.
7108
7109 * display.texi (Display Property): Explain the significance
7110 of having text properties that are eq.
7111 (Other Display Specs): Explain string as display spec.
7112
7113 * commands.texi (Interactive Codes): Document G option.
7114
71152005-03-17 Chong Yidong <cyd@stupidchicken.com>
7116
7117 * text.texi (Filling): Add sentence-end-without-period and
7118 sentence-end-without-space.
7119 (Changing Properties): Minor fix.
7120
7121 * anti.texi: Total rewrite.
7122
71232005-03-15 Lute Kamstra <lute@gnu.org>
7124
7125 * edebug.texi (Instrumenting Macro Calls): Fix typos.
7126
71272005-03-08 Kim F. Storm <storm@cua.dk>
7128
7129 * display.texi (Specified Space): Property :width is support on
7130 non-graphic terminals, :height is not.
7131
71322005-03-07 Richard M. Stallman <rms@gnu.org>
7133
7134 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
7135 Now subnodes of Fringes.
7136 (Overlay Arrow): Document overlay-arrow-variable-list.
7137 (Fringe Size/Pos): New node, broken out of Fringes.
7138 (Display): Explain clearing vs redisplay better.
7139 (Truncation): Clarify use of bitmaps.
7140 (The Echo Area): Clarify the uses of the echo area.
7141 Add max-mini-window-height.
7142 (Progress): Clarify.
7143 (Invisible Text): Explain that main loop moves point out.
7144 (Selective Display): Say "hidden", not "invisible".
7145 (Managing Overlays): Move up. Describe relation to Undo here.
7146 (Overlay Properties): Clarify intro.
7147 (Finding Overlays): Explain return values when nothing found.
7148 (Width): truncate-string-to-width has added arg.
7149 (Displaying Faces): Clarify and update mode line face handling.
7150 (Face Functions): Minor cleanup.
7151 (Conditional Display): Merge into Other Display Specs.
7152 (Pixel Specification, Other Display Specs): Minor cleanups.
7153 (Images, Image Descriptors): Minor cleanups.
7154 (GIF Images): Patents have expired.
7155 (Showing Images): Explain default text for insert-image.
7156 (Manipulating Button Types): Merge into Manipulating Buttons.
7157 (Making Buttons): Explain return values.
7158 (Button Buffer Commands): Add xref.
7159 (Inverse Video): Update mode-line-inverse-video.
7160 (Display Table Format): Clarify.
7161 (Active Display Table): Give defaults for window-display-table.
7162
7163 * calendar.texi (Calendar Customizing): calendar-holiday-marker
7164 and calendar-today-marker are strings, not chars.
7165 (Holiday Customizing): Minor fix.
7166
7167 * internals.texi (Writing Emacs Primitives): Update `or' example.
7168 Update limit on # args of subr.
7169
7170 * edebug.texi (Using Edebug): Arrow is in fringe.
7171 (Instrumenting): Arg to eval-defun works without loading edebug.
7172 (Edebug Execution Modes): Add xref.
7173
7174 * customize.texi (Common Keywords): Clarify :require.
7175 Mention :version here.
7176 (Variable Definitions, Group Definitions): Not here.
7177 (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
7178
71792005-03-07 Chong Yidong <cyd@stupidchicken.com>
7180 * nonascii.texi (Text Representations): Clarify position-bytes.
7181 (Character Sets): Add list-charset-chars.
7182 (Scanning Charsets): Add charset-after.
7183 (Encoding and I/O): Minor fix.
7184
71852005-03-06 Richard M. Stallman <rms@gnu.org>
7186
7187 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
7188 (Resizing Windows): Likewise.
7189
7190 * text.texi (Change Hooks): Get rid of "Emacs 21".
7191
7192 * strings.texi (Formatting Strings): Get rid of "Emacs 21".
7193
7194 * streams.texi (Output Variables): Get rid of "Emacs 21".
7195
7196 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
7197
7198 * os.texi (Translating Input): Replace flow-control example
7199 with a less obsolete example that uses `keyboard-translate'.
7200
7201 * objects.texi (Hash Table Type, Circular Objects):
7202 Get rid of "Emacs 21".
7203
7204 * modes.texi (Mode Line Format): Get rid of "Emacs 21".
7205 (Mode Line Data, Properties in Mode, Header Lines): Likewise.
7206
7207 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
7208
7209 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
7210
7211 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
7212 (Menu Bar): Fix when menu-bar-update-hook is called.
7213
7214 * hash.texi (Hash Tables): Get rid of "Emacs 21".
7215
7216 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
7217 and make it read better.
7218
7219 * files.texi (Writing to Files): Get rid of "Emacs 21".
7220 (Unique File Names): Likewise.
7221
7222 * elisp.texi: Update Emacs version to 22.
7223
7224 * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
7225 (Overlay Properties, Face Attributes): Likewise.
7226 (Managing Overlays): Fix punctuation.
7227 (Attribute Functions): Clarify set-face-font; get rid of
7228 info about old Emacs versions.
7229 (Auto Faces, Font Lookup, Display Property, Images):
7230 Get rid of "Emacs 21".
7231
7232 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
7233
72342005-03-05 Richard M. Stallman <rms@gnu.org>
7235
7236 * debugging.texi (Error Debugging): Remove stack-trace-on-error.
7237
72382005-03-04 Lute Kamstra <lute@gnu.org>
7239
7240 * debugging.texi (Error Debugging): Document stack-trace-on-error.
7241
72422005-03-03 Lute Kamstra <lute@gnu.org>
7243
7244 * edebug.texi (Instrumenting Macro Calls): Fix typo.
7245
72462005-03-01 Lute Kamstra <lute@gnu.org>
7247
7248 * debugging.texi (Debugger Commands): Update `j'.
7249
72502005-02-28 Lute Kamstra <lute@gnu.org>
7251
7252 * debugging.texi (Debugging): Fix typo.
7253 (Error Debugging): Document eval-expression-debug-on-error.
7254 (Function Debugging): Update example.
7255 (Using Debugger): Mention starred stack frames.
7256 (Debugger Commands): Document `j' and `l'.
7257 (Invoking the Debugger): `d' and `j' exit recursive edit too.
7258 Update the messages that the debugger displays.
7259 (Internals of Debugger): Add cross reference. Update example.
7260 (Excess Open): Minor improvement.
7261 (Excess Close): Minor improvement.
7262
72632005-02-26 Richard M. Stallman <rms@gnu.org>
7264
7265 * tips.texi (Coding Conventions): Clarify.
7266 Put all the major mode key reservations together.
7267 Mention the Mouse-1 => Mouse-2 conventions.
7268
7269 * syntax.texi (Syntax Class Table): Clarify.
7270 (Syntax Table Functions): syntax-after moved from here.
7271 (Syntax Table Internals): syntax-after moved to here.
7272 (Parsing Expressions): Update info on number of values
7273 and what's meaningful in the STATE argument.
7274 (Categories): Fix typo.
7275
7276 * sequences.texi (Arrays): Cleanup.
7277 (Char-Tables): Clarify.
7278
7279 * processes.texi (Deleting Processes): Cleanups, add xref.
7280 (Subprocess Creation): Explain nil in exec-path. Cleanup.
7281 (Process Information): set-process-coding-system, some args optional.
7282 (Input to Processes): Explain various types for PROCESS args.
7283 Rename them from PROCESS-NAME to PROCESS.
7284 (Signals to Processes): Likewise.
7285 (Decoding Output): Cleanup.
7286 (Query Before Exit): Clarify.
7287
7288 * os.texi (Startup Summary): Correct the options; add missing ones.
7289 (Terminal Output, Batch Mode): Clarify.
7290 (Flow Control): Node deleted.
7291
7292 * markers.texi (The Mark): Clarify.
7293
7294 * macros.texi (Expansion): Cleanup.
7295 (Indenting Macros): indent-spec allows ints, not floats.
7296
7297 * keymaps.texi (Keymaps): Clarify.
7298 (Format of Keymaps): Update lisp-mode-map example.
7299 (Active Keymaps, Key Lookup): Clarify.
7300 (Changing Key Bindings): Add xref to `kbd'.
7301 (Key Binding Commands, Simple Menu Items): Clarify.
7302 (Mouse Menus, Menu Bar): Clarify.
7303 (Menu Example): Replace print example with menu-bar-replace-menu.
7304
7305 * help.texi (Documentation Basics): Add function-documentation prop.
7306
7307 * elisp.texi (Top): Don't refer to Flow Control node.
7308
7309 * commands.texi (Command Overview): Improve xrefs.
7310 (Adjusting Point): Adjusting point applies to intangible and invis.
7311 (Key Sequence Input): Doc extra read-key-sequence args.
7312 Likewise for read-key-sequence-vector.
7313
7314 * backups.texi (Rename or Copy): Minor fix.
7315 (Numbered Backups): For version-control, say the default.
7316 (Auto-Saving): make-auto-save-file-name example is simplified.
7317
7318 * advice.texi (Advising Functions): Don't imply one part of Emacs
7319 should advise another part. Markup changes.
7320 (Defining Advice): Move transitional para.
7321 (Activation of Advice): Cleanup.
7322 Explain if COMPILE is nil or negative.
7323
7324 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
7325
73262005-02-24 Lute Kamstra <lute@gnu.org>
7327
7328 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
7329 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
7330
73312005-02-23 Lute Kamstra <lute@gnu.org>
7332
7333 * modes.texi (Defining Minor Modes): define-minor-mode can be used
7334 to define global minor modes as well.
7335
7336 * display.texi (Managing Overlays): overlay-buffer returns nil for
7337 deleted overlays.
7338
73392005-02-22 Kim F. Storm <storm@cua.dk>
7340
7341 * minibuf.texi (Basic Completion): Allow symbols in addition to
7342 strings in try-completion and all-completions.
7343
73442005-02-14 Lute Kamstra <lute@gnu.org>
7345
7346 * elisp.texi (Top): Remove reference to deleted node.
7347
7348 * lists.texi (Lists): Remove reference to deleted node.
7349 (Cons Cells): Fix typo.
7350
7351 * loading.texi (Where Defined): Fix typo.
7352
73532005-02-14 Richard M. Stallman <rms@gnu.org>
7354
7355 * variables.texi (Creating Buffer-Local): change-major-mode-hook
7356 is useful for discarding some minor modes.
7357
7358 * symbols.texi (Symbol Components): Reorder examples.
7359
7360 * streams.texi (Input Functions): State standard-input default.
7361 (Output Variables): State standard-output default.
7362
7363 * objects.texi (Printed Representation): Clarify read syntax vs print.
7364 (Floating Point Type): Explain meaning better.
7365 (Symbol Type): Explain uniqueness better.
7366 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
7367 List examples sooner.
7368 (Box Diagrams): New subnode broken out.
7369 Some examples moved from old Lists as Boxes node.
7370 (Dotted Pair Notation): Clarify intro.
7371 (Array Type): Clarify.
7372 (Type Predicates): Add hash-table-p.
7373
7374 * numbers.texi (Integer Basics): Clarify radix explanation.
7375 (Predicates on Numbers): Minor clarification.
7376 (Comparison of Numbers): Minor clarification. Clarify eql.
7377 Typos in min, max.
7378 (Math Functions): Clarify overflow in expt.
7379
7380 * minibuf.texi (Text from Minibuffer): Minor clarification.
7381 Mention arrow keys.
7382
7383 * loading.texi (Autoload): defun's doc string overrides autoload's
7384 doc string.
7385 (Repeated Loading): Modernize "add to list" examples.
7386 (Where Defined): Finish updating table of load-history elts.
7387
7388 * lists.texi (List-related Predicates): Minor wording improvement.
7389 (Lists as Boxes): Node deleted.
7390 (Building Lists): Explain trivial cases of number-sequence.
7391
7392 * hash.texi (Hash Tables): Add desc to menu items.
10d1d0af 7393 (Creating Hash): Explain "full" means "make larger".
b8d4c8d0
GM
7394 (Hash Access): Any object can be a key.
7395 State value of maphash.
7396
7397 * functions.texi (What Is a Function): Wording cleanup.
7398 (Function Documentation): Minor cleanup.
7399 Explain purpose of calling convention at end of doc string.
7400 (Function Names): Wording cleanup.
7401 (Calling Functions): Wording cleanup.
7402 Explain better how funcall calls the function.
7403 (Function Cells): Delete example of saving and redefining function.
7404
7405 * control.texi (Combining Conditions): Wording cleanup.
7406 (Iteration): dolist and dotimes bind VAR locally.
7407 (Cleanups): Xref to Atomic Changes.
7408
7409 * compile.texi (Byte Compilation): Delete 19.29 info.
7410 (Compilation Functions): Macros' difficulties don't affect defsubst.
7411 (Docs and Compilation): Delete 19.29 info.
7412
74132005-02-10 Richard M. Stallman <rms@gnu.org>
7414
7415 * objects.texi (Symbol Type): Minor correction.
7416
74172005-02-06 Lute Kamstra <lute@gnu.org>
7418
7419 * modes.texi (Example Major Modes): Fix typos.
7420
74212005-02-06 Richard M. Stallman <rms@gnu.org>
7422
7423 * text.texi (Margins): fill-nobreak-predicate can be one function.
7424
7425 * strings.texi (Modifying Strings): clear-string can make unibyte.
7426 (Formatting Strings): format gives error if values missing.
7427
7428 * positions.texi (Character Motion): Mention default arg
7429 for forward-char. backward-char refers to forward-char.
7430 (Word Motion): Mention default arg for forward-word.
7431 (Buffer End Motion): Mention default arg for beginning-of-buffer.
7432 Simplify end-of-buffer.
7433 (Text Lines): Mention default arg for forward-line.
7434 (List Motion): Mention default arg for beginning/end-of-defun.
7435 (Skipping Characters): Minor fixes in explaining character-set.
7436
7437 * modes.texi (Major Mode Conventions): Mention "system abbrevs".
7438 Mode inheritance applies only when default-major-mode is nil.
7439 Clarifications.
7440 (Example Major Modes): Update Text mode and Lisp mode examples.
7441 (Minor Mode Conventions): Mention define-minor-mode at top.
7442 (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
7443 (Mode Line Format): Update mode line face display info.
7444 (Properties in Mode): Mention effect of risky vars.
7445 (Imenu): Define imenu-add-to-menubar.
7446 (Font Lock Mode): Add descriptions to menu lines.
7447 (Faces for Font Lock): Add font-lock-doc-face.
7448
74492005-02-05 Lute Kamstra <lute@gnu.org>
7450
7451 * text.texi (Maintaining Undo): Remove obsolete function.
7452
74532005-02-05 Eli Zaretskii <eliz@gnu.org>
7454
7455 * frames.texi (Color Names): Add pointer to the X docs about RGB
c4cc8b9a 7456 color specifications. Improve indexing.
b8d4c8d0
GM
7457 (Text Terminal Colors): Replace the description of RGB values by
7458 an xref to "Color Names".
7459
74602005-02-03 Richard M. Stallman <rms@gnu.org>
7461
7462 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
7463 Clarify.
7464 (Selecting Windows): Clarify save-selected-window.
7465 (Cyclic Window Ordering): Clarify walk-windows.
7466 (Window Point): Clarify.
7467 (Window Start): Add comment to example.
7468 (Resizing Windows): Add `interactive' specs in examples.
7469 Document fit-window-to-buffer.
7470
7471 * text.texi (User-Level Deletion): just-one-space takes numeric arg.
7472 (Undo, Maintaining Undo): Clarify last change.
7473 (Sorting): In sort-numeric-fields, explain about octal and hex.
7474 Mention sort-numeric-base.
7475 (Format Properties): Add xref for hard newlines.
7476
7477 * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
7478 (Pop-Up Menus): Fix typo.
7479 (Color Names): Explain all types of color names.
7480 Explain color-values on B&W terminal.
7481 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names.
7482
7483 * files.texi (File Locks): Not supported on MS systems.
7484 (Testing Accessibility): Clarify.
7485
7486 * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
7487 (Coverage Testing): Fix typo.
7488
7489 * commands.texi (Misc Events): Remove stray space.
7490
7491 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
7492 (Modification Time): Clarify when visited-file-modtime returns 0.
7493 (The Buffer List): Clarify bury-buffer.
7494 (Killing Buffers): Clarify.
7495 (Indirect Buffers): Add clone-indirect-buffer.
7496
74972005-02-02 Matt Hodges <MPHodges@member.fsf.org>
7498
7499 * edebug.texi (Printing in Edebug): Fix default value of
7500 edebug-print-circle.
7501 (Coverage Testing): Fix displayed frequency count data.
7502
75032005-02-02 Luc Teirlinck <teirllm@auburn.edu>
7504
7505 * text.texi (Maintaining Undo): Add `undo-outer-limit'.
7506
75072005-02-02 Kim F. Storm <storm@cua.dk>
7508
7509 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
7510
75112005-01-29 Eli Zaretskii <eliz@gnu.org>
7512
7513 * commands.texi (Misc Events): Describe the help-echo event.
7514
7515 * text.texi (Special Properties) <help-echo>: Use `pos'
7516 consistently in description of the help-echo property.
7517 Use @code{nil} instead of @var{nil}.
7518
7519 * display.texi (Overlay Properties): Fix the index entry for
7520 help-echo overlay property.
7521
7522 * customize.texi (Type Keywords): Uncomment the xref to the
7523 help-echo property documentation.
7524
75252005-01-23 Kim F. Storm <storm@cua.dk>
7526
7527 * windows.texi (Window Start): Fix `pos-visible-in-window-p'
7528 return value. Third element FULLY replaced by PARTIAL which
7529 specifies number of invisible pixels if row is only partially visible.
7530 (Textual Scrolling): Mention auto-window-vscroll.
7531 (Vertical Scrolling): New defvar auto-window-vscroll.
7532
75332005-01-16 Luc Teirlinck <teirllm@auburn.edu>
7534
7535 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
7536 command remapping.
7537
75382005-01-15 Richard M. Stallman <rms@gnu.org>
7539
7540 * display.texi (Defining Images): Mention DATA-P arg of create-image.
7541
75422005-01-14 Kim F. Storm <storm@cua.dk>
7543
7544 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
7545
7546 * text.texi (Links and Mouse-1): Fix string and vector item.
7547
75482005-01-13 Richard M. Stallman <rms@gnu.org>
7549
7550 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
7551 descriptions of overriding-local-map and overriding-terminal-local-map.
7552
7553 * text.texi (Links and Mouse-1): Clarify text.
7554
75552005-01-13 Kim F. Storm <storm@cua.dk>
7556
7557 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
7558
75592005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
7560
7561 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
7562
75632005-01-12 Kim F. Storm <storm@cua.dk>
7564
7565 * text.texi (Links and Mouse-1): Rename section from Enabling
7566 Mouse-1 to Following Links. Change xrefs.
7567 Add examples for define-button-type and define-widget.
7568
7569 * display.texi (Button Properties, Button Buffer Commands):
7570 Clarify mouse-1 and follow-link functionality.
7571
75722005-01-12 Richard M. Stallman <rms@gnu.org>
7573
7574 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
7575
7576 * display.texi (Beeping): Fix Texinfo usage.
7577
7578 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
7579
75802005-01-11 Kim F. Storm <storm@cua.dk>
7581
7582 * display.texi (Button Properties, Button Buffer Commands):
7583 Mention mouse-1 binding. Add follow-link keyword.
7584
7585 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
7586 (Enabling Mouse-1 to Follow Links): New subsection.
7587
75882005-01-06 Richard M. Stallman <rms@gnu.org>
7589
7590 * text.texi (Special Properties): Minor change.
7591
7592 * os.texi (Timers): Clarify previous change.
7593
7594 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
7595
75962005-01-01 Luc Teirlinck <teirllm@auburn.edu>
7597
7598 * display.texi (Face Attributes): Correct xref to renamed node.
7599
76002005-01-01 Richard M. Stallman <rms@gnu.org>
7601
7602 * display.texi (Face Attributes): Describe hex color specs.
7603
76042004-12-31 Richard M. Stallman <rms@gnu.org>
7605
7606 * os.texi (Timers): Update previous change.
7607
76082004-12-30 Kim F. Storm <storm@cua.dk>
7609
7610 * display.texi (Line Height): Total line-height is now specified
7611 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
7612 in cons cells. (nil . RATIO) is relative to actual line height.
7613 Use line-height `t' instead of `0' to get minimum height.
7614
76152004-12-29 Richard M. Stallman <rms@gnu.org>
7616
7617 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
7618
76192004-12-28 Richard M. Stallman <rms@gnu.org>
7620
7621 * commands.texi (Quitting): Clarify value of with-local-quit.
7622
7623 * elisp.texi (Top): Fix previous change.
7624
7625 * loading.texi (Loading): Fix previous change.
7626
76272004-12-27 Richard M. Stallman <rms@gnu.org>
7628
7629 * Makefile.in (MAKEINFO): Specify --force.
7630
7631 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
7632
7633 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
7634
7635 * display.texi (Line Height): Further clarify.
7636
7637 * elisp.texi (Top): Update Loading submenu.
7638
7639 * loading.texi (Where Defined): New node.
7640 (Unloading): load-history moved to Where Defined.
7641
76422004-12-21 Richard M. Stallman <rms@gnu.org>
7643
7644 * commands.texi (Event Input Misc): Add while-no-input.
7645
76462004-12-11 Richard M. Stallman <rms@gnu.org>
7647
7648 * display.texi (Line Height): Rewrite text for clarity.
7649
76502004-12-11 Kim F. Storm <storm@cua.dk>
7651
7652 * display.texi (Display): Add node "Line Height" to menu.
7653 (Line Height): New node. Move full description of line-spacing
7654 and line-height text properties here from text.texi.
7655 (Scroll Bars): Add vertical-scroll-bar variable.
7656
7657 * frames.texi (Window Frame Parameters): Remove line-height defvar.
7658
7659 * locals.texi (Standard Buffer-Local Variables): Fix xref for
7660 line-spacing and vertical-scroll-bar.
7661
7662 * text.texi (Special Properties): Just mention line-spacing and
7663 line-height here, add xref to new "Line Height" node.
7664
76652004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
7666
7667 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
7668
7669 * locals.texi (Standard Buffer-Local Variables):
7670 Add @xref for `line-spacing'.
7671
76722004-12-05 Richard M. Stallman <rms@gnu.org>
7673
7674 * Makefile.in (maintainer-clean): Remove the info files
7675 in $(infodir) where they are created.
7676
76772004-12-03 Richard M. Stallman <rms@gnu.org>
7678
7679 * windows.texi (Selecting Windows): get-lru-window and
7680 get-largest-window don't consider dedicated windows.
7681
7682 * text.texi (Undo): Document undo-in-progress.
7683
76842004-11-26 Richard M. Stallman <rms@gnu.org>
7685
7686 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
7687 Remove a few vars that are not always buffer-local.
7688
76892004-11-24 Luc Teirlinck <teirllm@auburn.edu>
7690
7691 * locals.texi (Standard Buffer-Local Variables): Comment out
7692 xref's to non-existent node `Yet to be written'.
7693
76942004-11-24 Richard M. Stallman <rms@gnu.org>
7695
7696 * processes.texi (Synchronous Processes): Grammar fix.
7697
7698 * numbers.texi (Comparison of Numbers): Add eql.
7699
7700 * locals.texi (Standard Buffer-Local Variables): Add many vars.
7701
7702 * intro.texi (Printing Notation): Fix previous change.
7703
7704 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
7705 and default-indicate-buffer-boundaries from here.
7706 (Usual Display): To here.
7707 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
7708 (Usual Display): Move tab-width up.
7709
5dcb4c4e
SM
7710 * customize.texi (Variable Definitions):
7711 Replace show-paren-mode example with tooltip-mode.
b8d4c8d0
GM
7712 (Simple Types, Composite Types, Defining New Types):
7713 Minor cleanups.
7714
77152004-11-21 Jesper Harder <harder@ifa.au.dk>
7716
7717 * processes.texi (Synchronous Processes, Output from Processes):
7718 Markup fix.
7719
77202004-11-20 Richard M. Stallman <rms@gnu.org>
7721
7722 * positions.texi (Skipping Characters): skip-chars-forward
7723 now handles char classes.
7724
7725 * intro.texi (Printing Notation): Avoid confusion of `print'
7726 when explaining @print.
7727
7728 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
7729
7730 * display.texi (Display Table Format): Minor fix.
7731
7732 * streams.texi (Output Functions): Fix print example.
7733
7734 * Makefile.in (elisp): New target.
7735 (dist): Depend on $(infodir)/elisp, not elisp.
7736 Copy the info files from $(infodir).
7737
7738 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
7739 read-from-minibuffer.
7740
7741 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
7742
77432004-11-19 Richard M. Stallman <rms@gnu.org>
7744
7745 * searching.texi (Regexp Search): Add search-whitespace-regexp.
7746
77472004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
7748
7749 * tips.texi (Coding Conventions): Fix typo.
7750
77512004-11-16 Richard M. Stallman <rms@gnu.org>
7752
7753 * tips.texi (Coding Conventions): Separate defvar and require
7754 methods to avoid warnings. Use require only when there are many
7755 functions and variables from that package.
7756
7757 * minibuf.texi (Minibuffer Completion): When ignoring case,
7758 predicate must not be case-sensitive.
7759
7760 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
7761 (Test Coverage): Don't talk about "splotches". Clarified.
7762
77632004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
7764
7765 * frames.texi (Window Frame Parameters): Fix typo.
7766
77672004-11-15 Kim F. Storm <storm@cua.dk>
7768
7769 * symbols.texi (Other Plists): Note that plist-get may signal error.
7770 Add safe-plist-get.
7771
77722004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
7773
7774 * modes.texi (Font Lock Basics): Fix typo.
7775
77762004-11-08 Richard M. Stallman <rms@gnu.org>
7777
7778 * syntax.texi (Syntax Table Functions): Add syntax-after.
7779
77802004-11-06 Lars Brinkhoff <lars@nocrew.org>
7781
7782 * os.texi (Processor Run Time): New section documenting
7783 get-internal-run-time.
7784
77852004-11-06 Eli Zaretskii <eliz@gnu.org>
7786
7787 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
7788 it nukes elisp-cover.texi.
7789 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
7790 elisp-0 etc.
7791
77922004-11-05 Luc Teirlinck <teirllm@auburn.edu>
7793
7794 * commands.texi (Keyboard Macros): Document `append' return value
7795 of `defining-kbd-macro'.
7796
77972004-11-01 Richard M. Stallman <rms@gnu.org>
7798
7799 * commands.texi (Interactive Call): Add called-interactively-p.
7800
78012004-10-29 Simon Josefsson <jas@extundo.com>
7802
7803 * minibuf.texi (Reading a Password): Revert.
7804
78052004-10-28 Richard M. Stallman <rms@gnu.org>
7806
7807 * frames.texi (Display Feature Testing): Explain about "vendor".
7808
78092004-10-27 Richard M. Stallman <rms@gnu.org>
7810
7811 * commands.texi (Interactive Codes): `N' uses numeric prefix,
7812 not raw. Clarify `n'.
7813 (Interactive Call): Rewrite interactive-p, focusing on when
7814 and how to use it.
7815 (Misc Events): Clarify previous change.
7816
7817 * advice.texi (Simple Advice): Clarify what job the example does.
7818 (Around-Advice): Clarify ad-do-it.
7819 (Activation of Advice): An option of ad-default-compilation-action
7820 is `never', not `nil'.
7821
78222004-10-26 Kim F. Storm <storm@cua.dk>
7823
7824 * commands.texi (Interactive Codes): Add U code letter.
7825
78262004-10-25 Simon Josefsson <jas@extundo.com>
7827
7828 * minibuf.texi (Reading a Password): Add.
7829
78302004-10-24 Jason Rumney <jasonr@gnu.org>
7831
7832 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
7833 and wheel-down.
7834
78352004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
7836
7837 * processes.texi (Synchronous Processes): Document process-file.
7838
78392004-10-22 Kenichi Handa <handa@m17n.org>
7840
7841 * text.texi (translate-region): Document that it accepts also a
7842 char-table.
7843
78442004-10-22 David Ponce <david@dponce.com>
7845
7846 * windows.texi (Resizing Windows): Document the `preserve-before'
7847 argument of the functions `enlarge-window' and `shrink-window'.
7848
78492004-10-19 Jason Rumney <jasonr@gnu.org>
7850
7851 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
7852
78532004-10-09 Luc Teirlinck <teirllm@auburn.edu>
7854
7855 * text.texi (Filling): Add anchor for definition of
7856 `sentence-end-double-space'.
7857
7858 * searching.texi (Regexp Example): Update description of how
7859 Emacs currently recognizes the end of a sentence.
7860 (Standard Regexps): Update definition of the variable
7861 `sentence-end'. Add definition of the function `sentence-end'.
7862
78632004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
7864
7865 * display.texi (Progress): New node.
7866
78672004-10-05 Kim F. Storm <storm@cua.dk>
7868
7869 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
7870
78712004-09-29 Kim F. Storm <storm@cua.dk>
7872
7873 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
7874 to identify bitmaps. Remove -fringe-bitmap suffix for standard
7875 fringe bitmap symbols, as they now have their own namespace.
7876 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
7877 vs. pixels. Signal error if no free bitmap slots.
7878 (Pixel Specification): Change IMAGE to @var{image}.
7879
78802004-09-28 Richard M. Stallman <rms@gnu.org>
7881
7882 * text.texi (Special Properties): Clarify line-spacing and line-height.
7883
7884 * searching.texi (Regexp Search): Add looking-back.
7885
78862004-09-25 Luc Teirlinck <teirllm@auburn.edu>
7887
7888 * display.texi: Correct typos.
7889 (Image Descriptors): Correct xref's.
7890
78912004-09-25 Richard M. Stallman <rms@gnu.org>
7892
7893 * text.texi (Special Properties): Cleanups in `cursor'.
7894 Rewrites in `line-height' and `line-spacing'; exchange them.
7895
7896 * display.texi (Fringes): Rewrite previous change.
7897 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
7898 (Display Fringe Bitmaps): Node deleted, text moved.
7899 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
7900 (Scroll Bars): Clarify set-window-scroll-bars.
7901 (Pointer Shape): Rewrite.
7902 (Specified Space): Clarify :align-to, etc.
7903 (Pixel Specification): Use @var. Clarify new text.
7904 (Other Display Specs): Clarify `slice'.
7905 (Image Descriptors): Cleanups.
7906 (Showing Images): Cleanups.
7907
79082004-09-24 Luc Teirlinck <teirllm@auburn.edu>
7909
7910 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
7911
7912 * modes.texi: Various minor changes in addition to:
7913 (Major Mode Conventions): Final call to `run-mode-hooks' should
7914 not be inside the `delay-mode-hooks' form.
7915 (Mode Hooks): New node.
7916 (Hooks): Delete obsolete example.
7917 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
7918 node "Mode Hooks".
7919
79202004-09-22 Luc Teirlinck <teirllm@auburn.edu>
7921
7922 * display.texi: Correct various typos.
7923 (Display): Rename node "Pointer Shapes" to "Pointer
7924 Shape". (There is already a node called "Pointer Shapes" in
7925 frames.texi.)
7926 (Images): Remove non-existent node "Image Slices" from menu.
7927
79282004-09-23 Kim F. Storm <storm@cua.dk>
7929
7930 * text.texi (Special Properties): Add `cursor', `pointer',
7931 `line-height', and `line-spacing' properties.
7932
7933 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
7934 Shapes' to menu.
7935 (Standard Faces): Doc fix for fringe face.
7936 (Fringes): Add `overflow-newline-into-fringe' and
7937 'indicate-buffer-boundaries'.
7938 (Fringe Bitmaps, Pointer Shapes): New nodes.
7939 (Display Property): Add 'Pixel Specification' and 'Display Fringe
7940 Bitmaps' to menu.
7941 (Specified Space): Describe pixel width and height.
7942 (Pixel Specification): New node.
7943 (Other Display Specs): Add `slice' property.
7944 (Display Fringe Bitmaps): New node.
7945 (Images): Add 'Image Slices' to menu.
7946 (Image Descriptors): Add `:pointer' and `:map' properties.
5dcb4c4e
SM
7947 (Showing Images): Add slice arg to `insert-image'.
7948 Add 'insert-sliced-image'.
b8d4c8d0
GM
7949
79502004-09-20 Richard M. Stallman <rms@gnu.org>
7951
7952 * commands.texi (Key Sequence Input):
7953 Clarify downcasing in read-key-sequence.
7954
79552004-09-08 Juri Linkov <juri@jurta.org>
7956
7957 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
7958
79592004-09-07 Luc Teirlinck <teirllm@auburn.edu>
7960
5dcb4c4e
SM
7961 * locals.texi (Standard Buffer-Local Variables):
7962 Add `buffer-auto-save-file-format'.
b8d4c8d0
GM
7963 * internals.texi (Buffer Internals): Describe new
7964 auto_save_file_format field of the buffer structure.
7965 * files.texi (Format Conversion): `auto-save-file-format' has been
7966 renamed `buffer-auto-save-file-format'.
7967
79682004-08-27 Luc Teirlinck <teirllm@auburn.edu>
7969
7970 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
7971 an integer or a marker.
7972 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
7973
79742004-08-22 Richard M. Stallman <rms@gnu.org>
7975
7976 * modes.texi (Major Mode Conventions): Discuss rebinding of
7977 standard key bindings.
7978
79792004-08-18 Kim F. Storm <storm@cua.dk>
7980
7981 * processes.texi (Accepting Output): Add `just-this-one' arg to
7982 `accept-process-output'.
7983 (Output from Processes): New var `process-adaptive-read-buffering'.
7984
79852004-08-10 Luc Teirlinck <teirllm@auburn.edu>
7986
7987 * keymaps.texi: Various changes in addition to:
7988 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
7989 Give more varied examples for `kbd'.
7990 (Creating Keymaps): Char tables have slots for all characters
7991 without modifiers.
7992 (Active Keymaps): `overriding-local-map' and
7993 `overriding-terminal-local-map' also override text property and
7994 overlay keymaps.
7995 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
7996 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
7997 to denote a prefix of no events.
7998 `map-keymap' includes parent's bindings _recursively_.
7999 Clarify and correct description of `where-is-internal'.
8000 Mention BUFFER-OR-NAME arg to `describe-bindings'.
8001 (Menu Example): For menus intended for use with the keyboard, the
8002 menu items should be bound to characters or real function keys.
8003
80042004-08-08 Luc Teirlinck <teirllm@auburn.edu>
8005
8006 * objects.texi (Character Type): Reposition `@anchor' to prevent
8007 double space inside sentence in Info.
8008
8009 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
8010 renamed to `disabled-command-function'.
8011 * commands.texi (Key Sequence Input): Remove unnecessary anchor.
8012 (Command Loop Info): Replace reference to it.
8013 (Disabling Commands): `disabled-command-hook' has been renamed to
8014 `disabled-command-function'.
8015
80162004-08-07 Luc Teirlinck <teirllm@auburn.edu>
8017
8018 * os.texi (Translating Input): Only non-prefix bindings in
8019 `key-translation-map' override actual key bindings. Warn about
8020 possible indirect effect of actual key bindings on non-prefix
8021 bindings in `key-translation-map'.
8022
80232004-08-06 Luc Teirlinck <teirllm@auburn.edu>
8024
8025 * minibuf.texi (High-Level Completion): Add anchor for definition
8026 of `read-variable'.
8027
8028 * commands.texi: Various changes in addition to:
8029 (Using Interactive): Clarify description of `interactive-form'.
8030 (Interactive Call): Mention default for KEYS argument to
8031 `call-interactively'.
8032 (Command Loop Info): Clarify description of `this-command-keys'.
8033 Mention KEEP-RECORD argument to `clear-this-command-keys'.
8034 Value of `last-event-frame' can be `macro'.
8035 (Repeat Events): `double-click-fuzz' is also used to distinguish
8036 clicks and drags.
8037 (Classifying Events): Clarify descriptions of `event-modifiers'
8038 `event-basic-type' and `event-convert-list'.
8039 (Accessing Events): `posn-timestamp' takes POSITION argument.
8040 (Quoted Character Input): Clarify description of
8041 `read-quoted-char' and fix example.
8042 (Quitting): Add `with-local-quit'.
8043 (Disabling Commands): Correct and clarify descriptions of
8044 `enable-command' and `disable-command'.
8045 Mention what happens if `disabled-command-hook' is nil.
8046 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
8047 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
8048
80492004-07-24 Luc Teirlinck <teirllm@auburn.edu>
8050
8051 * frames.texi: Various changes in addition to:
8052 (Creating Frames): Expand and clarify description of `make-frame'.
8053 (Window Frame Parameters): Either none or both of the `icon-left'
8054 and `icon-top' parameters must be specified. Put descriptions of
8055 `menu-bar-lines' and `toolbar-lines' closer together and change
8056 them accordingly.
8057 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
8058 except while processing `frame-title-format' or `icon-title-format'.
8059 (Deleting Frames): Correct description of `delete-frame'.
8060 Non-nil return values of `frame-live-p' are like those of `framep'.
8061 (Frames and Windows): Mention return value of
8062 `set-frame-selected-window'.
8063 (Visibility of Frames): Mention `force' argument to
8064 `make-frame-invisible'. `frame-visible-p' returns t for all
8065 frames on text-only terminals.
8066 (Frame Configurations): Restoring a frame configuration does not
8067 restore deleted frames.
8068 (Window System Selections): `x-set-selection' returns DATA.
8069 (Resources): Add example.
8070 (Display Feature Testing): Clarify descriptions of
8071 `display-pixel-height', `display-pixel-width', `x-server-version'
8072 and `x-server-vendor'.
8073
8074 * windows.texi (Choosing Window): Add anchor.
8075 * minibuf.texi (Minibuffer Misc): Add anchor.
8076
80772004-07-23 John Paul Wallington <jpw@gnu.org>
8078
8079 * macros.texi (Defining Macros): Declaration keyword for setting
8080 Edebug spec is `debug' not `edebug'.
8081
80822004-07-19 Luc Teirlinck <teirllm@auburn.edu>
8083
8084 * windows.texi: Various small changes in addition to:
8085 (Window Point): Mention return value of `set-window-point'.
8086 (Window Start): `pos-visible-in-window-p' disregards horizontal
8087 scrolling. Explain return value if PARTIALLY is non-nil.
8088 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
8089 and `set-window-vscroll'.
8090 (Size of Window): The argument WINDOW to `window-inside-edges',
8091 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
8092 (Resizing Windows): Explain return value of
8093 `shrink-window-if-larger-than-buffer'.
8094 `window-size-fixed' automatically becomes buffer local when set.
8095 (Window Configurations): Explain return value of
8096 `set-window-configuration'.
8097
8098 * minibuf.texi (Minibuffer Misc): Add anchor for
8099 `minibuffer-scroll-window'.
8100
8101 * positions.texi (Text Lines): Add anchor for `count-lines'.
8102
81032004-07-17 Richard M. Stallman <rms@gnu.org>
8104
8105 * display.texi (Overlay Properties): Adding `evaporate' prop
8106 deletes empty overlay immediately.
8107
8108 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
8109 fix example.
8110
81112004-07-16 Jim Blandy <jimb@redhat.com>
8112
8113 * searching.texi (Regexp Backslash): Document new \_< and \_>
8114 operators.
8115
81162004-07-16 Juanma Barranquero <lektu@terra.es>
8117
8118 * display.texi (Images): Fix Texinfo usage.
8119
81202004-07-14 Luc Teirlinck <teirllm@auburn.edu>
8121
8122 * buffers.texi (Modification Time): `visited-file-modtime' now
8123 returns a list of two integers, instead of a cons.
8124
81252004-07-13 Luc Teirlinck <teirllm@auburn.edu>
8126
8127 * windows.texi: Various changes in addition to:
8128 (Splitting Windows): Add `split-window-keep-point'.
8129
81302004-07-09 Richard M. Stallman <rms@gnu.org>
8131
8132 * frames.texi (Input Focus): Minor fix.
8133
81342004-07-07 Luc Teirlinck <teirllm@auburn.edu>
8135
8136 * frames.texi (Input Focus): Clarify descriptions of
8137 `select-frame-set-input-focus' and `select-frame'.
8138
81392004-07-06 Luc Teirlinck <teirllm@auburn.edu>
8140
8141 * os.texi: Various small changes in addition to:
8142 (Killing Emacs): Expand and clarify description of
8143 `kill-emacs-query-functions' and `kill-emacs-hook'.
8144 (System Environment): Expand and clarify description of `getenv'
8145 and `setenv'.
8146 (Timers): Clarify description of `run-at-time'.
8147 (Translating Input): Correct description of
8148 `extra-keyboard-modifiers'.
8149 (Flow Control): Correct description of `enable-flow-control'.
8150
81512004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
8152
8153 * os.texi: Update copyright.
8154 (Session Management): Grammar fix.
8155 Clarify which Emacs does the restarting.
8156 Use @samp for *scratch* buffer.
8157
81582004-07-04 Alan Mackenzie <acm@muc.de>
8159
8160 * frames.texi (Input Focus): Add documentation for
8161 `select-frame-set-input-focus'. Replace refs to non-existent
8162 `switch-frame' with `select-frame'. Minor corrections and tidying
8163 up of text-only terminal stuff.
8164
81652004-07-02 Richard M. Stallman <rms@gnu.org>
8166
8167 * files.texi (Saving Buffers): Cleanup write-contents-function.
8168 (Magic File Names): Cleanup file-remote-p.
8169
b344d29d 81702004-07-02 Kai Großjohann <kai@emptydomain.de>
b8d4c8d0
GM
8171
8172 * files.texi (Magic File Names): `file-remote-p' returns an
8173 identifier of the remote system, not just t.
8174
81752004-07-02 David Kastrup <dak@gnu.org>
8176
8177 * searching.texi (Entire Match Data): Add explanation about new
8178 match-data behavior when @var{integers} is non-nil.
8179
81802004-06-24 Richard M. Stallman <rms@gnu.org>
8181
8182 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
8183
8184 * customize.texi (Variable Definitions): Note about doc strings
8185 and :set.
8186
8187 * keymaps.texi (Keymap Terminology): Document `kbd'.
8188 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
8189
8190 * display.texi (Invisible Text): Setting buffer-invisibility-spec
8191 makes it buffer-local.
8192
8193 * files.texi (Saving Buffers): Correct previous change.
8194
8195 * commands.texi (Accessing Events):
8196 Clarify posn-col-row and posn-actual-col-row.
8197
81982004-06-24 David Ponce <david.ponce@wanadoo.fr>
8199
8200 * commands.texi (Accessing Events): New functions
8201 posn-at-point and posn-at-x-y. Add example to posn-x-y.
8202
82032004-06-23 Luc Teirlinck <teirllm@auburn.edu>
8204
8205 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
8206 * frames.texi, buffers.texi, backups.texi, variables.texi:
8207 * loading.texi, eval.texi, functions.texi, control.texi:
8208 * symbols.texi, minibuf.texi: Reposition @anchor's.
8209
8210 * help.texi: Various small changes in addition to the following.
8211 (Describing Characters): Describe PREFIX argument to
8212 `key-description'. Correct and clarify definition of
8213 `text-char-description'. Describe NEED-VECTOR argument to
8214 `read-kbd-macro'.
8215 (Help Functions): Clarify definition of `apropos'.
8216
82172004-06-23 Lars Hansen <larsh@math.ku.dk>
8218
8219 * files.texi (Saving Buffers): Correct description of
8220 `write-contents-functions'.
8221
82222004-06-21 Juanma Barranquero <lektu@terra.es>
8223
8224 * display.texi (Images): Remove redundant @vindex directives.
8225 Rewrite `image-library-alist' doc in active voice.
8226
82272004-06-14 Juanma Barranquero <lektu@terra.es>
8228
8229 * display.texi (Images): Document new delayed library loading,
8230 variable `image-library-alist' and (existing but undocumented)
8231 function `image-type-available-p'.
8232
82332004-06-05 Richard M. Stallman <rms@gnu.org>
8234
8235 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
8236 refer the user to the Initial Input node.
8237 (Text from Minibuffer): Likewise.
8238 (Initial Input): New node. Document this feature
8239 and say it is mostly deprecated.
8240
82412004-05-30 Richard M. Stallman <rms@gnu.org>
8242
8243 * loading.texi (Named Features): Clarify return value
8244 and meaning of NOERROR.
8245
8246 * variables.texi (File Local Variables): Minor cleanup.
8247
82482004-05-30 Michael Albinus <michael.albinus@gmx.de>
8249
8250 * files.texi (Magic File Names): Add `file-remote-p' as operation
8251 of file name handlers.
8252
82532004-05-29 Richard M. Stallman <rms@gnu.org>
8254
8255 * modes.texi (Minor Mode Conventions): (-) has no special meaning
8256 as arg to a minor mode command.
8257
82582004-05-22 Richard M. Stallman <rms@gnu.org>
8259
8260 * syntax.texi (Syntax Class Table): Word syntax not just for English.
8261
8262 * streams.texi (Output Variables): Doc float-output-format.
8263
8264 * searching.texi (Regexp Special): Nested repetition can be infloop.
8265
8266 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
8267 real stack overflow.
8268
8269 * compile.texi: Minor cleanups.
8270
82712004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
8272
8273 * lists.texi (Cons Cells): Explain dotted lists, true lists,
8274 circular lists.
8275 (List Elements): Explain handling of circular and dotted lists.
8276
82772004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
8278
8279 * modes.texi (Search-based Fontification): Fix typo.
8280
82812004-05-10 Juanma Barranquero <lektu@terra.es>
8282
8283 * modes.texi (Mode Line Variables): Fix description of
8284 global-mode-string, which is now after which-func-mode, not the
8285 buffer name.
8286
82872004-05-07 Lars Hansen <larsh@math.ku.dk>
8288
8289 * modes.texi (Desktop Save Mode): Add.
8290 (Modes): Add menu entry Desktop Save Mode.
8291
8292 * hooks.texi: Add desktop-after-read-hook,
8293 desktop-no-desktop-file-hook and desktop-save-hook.
8294
8295 * locals.texi: Add desktop-save-buffer.
8296
82972004-04-30 Jesper Harder <harder@ifa.au.dk>
8298
8299 * display.texi: emacs -> Emacs.
8300
83012004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
8302
8303 * files.texi (Changing Files): Document set-file-times.
8304
83052004-04-23 Juanma Barranquero <lektu@terra.es>
8306
8307 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
8308
83092004-04-18 Jesper Harder <harder@ifa.au.dk>
8310
8311 * tips.texi (Coding Conventions): defopt -> defcustom.
8312
83132004-04-16 Luc Teirlinck <teirllm@auburn.edu>
8314
8315 * sequences.texi: Various clarifications.
8316
83172004-04-14 Luc Teirlinck <teirllm@auburn.edu>
8318
8319 * buffers.texi (Read Only Buffers): Mention optional ARG to
8320 `toggle-read-only'.
8321
83222004-04-14 Nick Roberts <nick@nick.uklinux.net>
8323
8324 * windows.texi (Selecting Windows): Note that get-lru-window
8325 returns a full-width window if possible.
8326
83272004-04-13 Luc Teirlinck <teirllm@auburn.edu>
8328
8329 * buffers.texi: Various changes in addition to:
8330 (Buffer File Name): Add `find-buffer-visiting'.
8331 (Buffer Modification): Mention optional ARG to `not-modified'.
8332 (Indirect Buffers): Mention optional CLONE argument to
8333 `make-indirect-buffer'.
8334
8335 * files.texi: Various changes in addition to:
8336 (Visiting Functions): `find-file-hook' is now a normal hook.
8337 (File Name Expansion): Explain difference between the way that
8338 `expand-file-name' and `file-truename' treat `..'.
8339 (Contents of Directories): Mention optional ID-FORMAT argument to
8340 `directory-files-and-attributes'.
8341 (Format Conversion): Mention new optional CONFIRM argument to
8342 `format-write-file'.
8343
83442004-04-12 Miles Bader <miles@gnu.org>
8345
8346 * macros.texi (Expansion): Add description of `macroexpand-all'.
8347
83482004-04-05 Jesper Harder <harder@ifa.au.dk>
8349
5dcb4c4e
SM
8350 * variables.texi (Variable Aliases):
8351 Mention cyclic-variable-indirection.
b8d4c8d0
GM
8352
8353 * errors.texi (Standard Errors): Ditto.
8354
83552004-04-04 Luc Teirlinck <teirllm@auburn.edu>
8356
8357 * backups.texi: Various small changes in addition to:
8358 (Making Backups): Mention return value of `backup-buffer'.
8359 (Auto-Saving): Mention optional FORCE argument to
8360 `delete-auto-save-file-if-necessary'.
8361 (Reverting): Mention optional PRESERVE-MODES argument to
8362 `revert-buffer'. Correct description of `revert-buffer-function'.
8363
83642004-03-22 Juri Linkov <juri@jurta.org>
8365
8366 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
8367 with `Vector Functions'.
8368
8369 * text.texi (Sorting): Add missing quote.
8370
83712004-03-14 Luc Teirlinck <teirllm@auburn.edu>
8372
8373 * intro.texi (Lisp History): Replace xref to `cl' manual with
8374 inforef.
8375
83762004-03-12 Richard M. Stallman <rms@gnu.org>
8377
8378 * intro.texi (Version Info): Add arg to emacs-version.
8379 (Lisp History): Change xref to CL manual.
8380
83812004-03-09 Luc Teirlinck <teirllm@auburn.edu>
8382
8383 * minibuf.texi (Completion Commands): Add xref to Emacs manual
8384 for Partial Completion mode.
8385
83862004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
8387
8388 * customize.texi: Fix typo. Remove eol whitespace.
8389
83902004-03-04 Richard M. Stallman <rms@gnu.org>
8391
8392 * processes.texi: Fix typos.
8393
8394 * lists.texi (Building Lists): Minor clarification.
8395
8396 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
8397 in make-hash-table.
8398
83992004-02-29 Juanma Barranquero <lektu@terra.es>
8400
8401 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
8402 rm, and ignore exit code.
8403
84042004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
8405
8406 * display.texi (Defining Faces): Add description for min-colors.
8407 Update example.
8408
84092004-02-23 Luc Teirlinck <teirllm@auburn.edu>
8410
8411 * abbrevs.texi: Various corrections and clarifications in addition
8412 to the following:
8413 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
8414
84152004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
8416
8417 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
8418
84192004-02-21 Luc Teirlinck <teirllm@auburn.edu>
8420
8421 * text.texi: Various small changes in addition to the following:
8422 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
8423 to delete-horizontal-space.
8424 (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
8425 description of yank-handler text property at various places.
8426
8427 * frames.texi (Window System Selections): Add anchor.
8428
8429 * syntax.texi (Syntax Table Functions): Clarify and correct
8430 descriptions of make-syntax-table and copy-syntax-table.
8431 (Motion and Syntax): Clarify SYNTAXES argument to
8432 skip-syntax-forward.
8433 (Parsing Expressions): Mention that the return value of
8434 parse-partial-sexp is currently a list of ten rather than nine
8435 elements.
8436 (Categories): Various corrections and clarifications.
8437
84382004-02-17 Luc Teirlinck <teirllm@auburn.edu>
8439
8440 * markers.texi (Marker Insertion Types): Minor change.
8441
8442 * locals.texi (Standard Buffer-Local Variables):
8443 * commands.texi (Interactive Codes, Using Interactive):
8444 * functions.texi (Related Topics): Fix xrefs.
8445
84462004-02-16 Luc Teirlinck <teirllm@auburn.edu>
8447
8448 * lists.texi (Sets And Lists): Update description of delete-dups.
8449
84502004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
8451
8452 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
8453
c8763fb6 84542004-02-16 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
8455
8456 * frames.texi (Parameter Access): frame-parameters arg is optional.
8457 modify-frame-parameters handles nil for FRAME.
8458 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
8459 are all-or-nothing for certain toolkits.
8460 Mention parameter wait-for-wm.
8461 (Frames and Windows): In frame-first-window and frame-selected-window
8462 the arg is optional.
8463 (Input Focus): In redirect-frame-focus the second arg is optional.
8464 (Window System Selections): Mention selection type CLIPBOARD.
8465 Mention data-type UTF8_STRING.
8466 Mention numbering of cut buffers.
8467 (Resources): Describe x-resource-name.
8468
84692004-02-16 Richard M. Stallman <rms@gnu.org>
8470
8471 * windows.texi (Buffers and Windows): Delete false table
8472 about all-frames.
8473
8474 * syntax.texi (Parsing Expressions): Delete old caveat
8475 about parse-sexp-ignore-comments.
8476
8477 * streams.texi (Output Variables): Add print-quoted.
8478
8479 * lists.texi (Building Lists): Minor cleanup.
8480
8481 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
8482
8483 * display.texi (Overlays): Explain overlays use markers.
8484 (Managing Overlays): Explain front-advance and rear-advance
8485 in more detail.
8486
8487 * loading.texi (Unloading): Document unload-feature-special-hooks.
8488 Get rid of fns-NNN.el file.
8489
84902004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
8491
8492 * help.texi (Describing Characters): Fix text-char-description
8493 example output.
8494
8495 * edebug.texi (Using Edebug): Fix example.
8496
8497 * debugging.texi (Internals of Debugger): Fix return value.
8498
8499 * files.texi (Changing Files): Fix argname.
8500
8501 * calendar.texi: Fix parens, and default values.
8502
8503 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
8504 * nonascii.texi, objects.texi, os.texi: Minor fixes.
b3e755a9 8505 * searching.texi, text.texi, tips.texi, windows.texi: Minor fixes.
b8d4c8d0
GM
8506
8507 * positions.texi (Text Lines): Don't add -1 in current-line.
8508
85092004-02-16 Richard M. Stallman <rms@gnu.org>
8510
8511 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
8512
85132004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
8514
8515 * processes.texi (Low-Level Network): Fix a typo.
8516
85172004-02-12 Kim F. Storm <storm@cua.dk>
8518
8519 * display.texi (Fringes): Use consistent wording.
8520 Note that window-fringe's window arg is optional.
8521 (Scroll Bars): Use consistent wording.
8522
85232004-02-11 Luc Teirlinck <teirllm@auburn.edu>
8524
8525 * tips.texi (Comment Tips): Document the new conventions for
8526 commenting out code.
8527
c8763fb6 85282004-02-07 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0 8529
5dcb4c4e 8530 * positions.texi (Text Lines): Add missing end defun.
b8d4c8d0
GM
8531
85322004-02-07 Kim F. Storm <storm@cua.dk>
8533
8534 * positions.texi (Text Lines): Add line-number-at-pos.
8535
85362004-02-06 John Paul Wallington <jpw@gnu.org>
8537
8538 * display.texi (Button Properties, Button Buffer Commands):
8539 mouse-2 invokes button, not down-mouse-1.
8540
85412004-02-04 Jason Rumney <jasonr@gnu.org>
8542
8543 * makefile.w32-in: Sync with Makefile.in changes.
8544
85452004-02-03 Luc Teirlinck <teirllm@auburn.edu>
8546
8547 * minibuf.texi (Text from Minibuffer): Various corrections and
8548 clarifications.
8549 (Object from Minibuffer): Correct Lisp description of
8550 read-minibuffer.
8551 (Minibuffer History): Clarify description of cons values for
8552 HISTORY arguments.
5dcb4c4e
SM
8553 (Basic Completion): Various corrections and clarifications.
8554 Add completion-regexp-list.
b8d4c8d0
GM
8555 (Minibuffer Completion): Correct and clarify description of
8556 completing-read.
5dcb4c4e
SM
8557 (Completion Commands): Mention Partial Completion mode.
8558 Various other minor changes.
b8d4c8d0
GM
8559 (High-Level Completion): Various corrections and clarifications.
8560 (Reading File Names): Ditto.
8561 (Minibuffer Misc): Ditto.
8562
85632004-01-26 Luc Teirlinck <teirllm@auburn.edu>
8564
8565 * strings.texi (Text Comparison): assoc-string also matches
8566 elements of alists that are strings instead of conses.
8567 (Formatting Strings): Standardize Texinfo usage. Update index
8568 entries.
8569
85702004-01-20 Luc Teirlinck <teirllm@auburn.edu>
8571
8572 * lists.texi (Sets And Lists): Add delete-dups.
8573
85742004-01-15 Luc Teirlinck <teirllm@auburn.edu>
8575
8576 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
8577 special form.
8578 * macros.texi (Defining Macros): Update description of `declare',
8579 which now is a macro.
8580 (Wrong Time): Fix typos.
8581
85822004-01-14 Luc Teirlinck <teirllm@auburn.edu>
8583
8584 * compile.texi (Compilation Functions): Expand descriptions of
8585 `compile-defun', `byte-compile-file', `byte-recompile-directory'
8586 and `batch-byte-compile'. In particular, mention and describe
8587 all optional arguments.
8588 (Disassembly): Correct and clarify the description of `disassemble'.
8589
85902004-01-11 Luc Teirlinck <teirllm@auburn.edu>
8591
8592 * searching.texi: Various small changes in addition to the
8593 following.
8594 (Regexp Example): Adapt to new value of `sentence-end'.
8595 (Regexp Functions): The PAREN argument to `regexp-opt' can be
8596 `words'.
8597 (Search and Replace): Add usage note for `perform-replace'.
8598 (Entire Match Data): Mention INTEGERS and REUSE arguments to
8599 `match-data'.
8600 (Standard Regexps): Update for new values of `paragraph-start'
8601 and `sentence-end'.
8602
86032004-01-07 Luc Teirlinck <teirllm@auburn.edu>
8604
8605 * files.texi (Saving Buffers): Clarify descriptions of
8606 `write-contents-functions' and `before-save-hook'.
8607 Make the defvar's for `before-save-hook' and `after-save-hook'
8608 into defopt's.
8609
86102004-01-07 Kim F. Storm <storm@cua.dk>
8611
8612 * commands.texi (Click Events): Describe new image and
8613 width/height elements of click events.
8614 (Accessing Events): Add posn-string, posn-image, and
8615 posn-object-width-height. Change posn-object to return either
8616 image or string object.
8617
86182004-01-01 Simon Josefsson <jas@extundo.com>
8619
8620 * hooks.texi (Standard Hooks): Add before-save-hook.
8621 * files.texi (Saving Buffers): Likewise.
8622
86232004-01-03 Richard M. Stallman <rms@gnu.org>
8624
8625 * frames.texi (Frames and Windows): Delete frame-root-window.
8626
86272004-01-03 Luc Teirlinck <teirllm@auburn.edu>
8628
8629 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
8630
8631 * functions.texi: Various small changes in addition to the
8632 following.
5dcb4c4e
SM
8633 (What Is a Function): `functionp' returns nil for macros.
8634 Clarify behavior of this and following functions for symbol arguments.
b8d4c8d0
GM
8635 (Function Documentation): Add `\' in front of (fn @var{arglist})
8636 and explain why.
8637 (Defining Functions): Mention DOCSTRING argument to `defalias'.
8638 Add anchor.
8639 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
8640
86412004-01-01 Miles Bader <miles@gnu.org>
8642
8643 * display.texi (Buttons): New section.
8644
86452003-12-31 Andreas Schwab <schwab@suse.de>
8646
8647 * numbers.texi (Math Functions): sqrt reports a domain-error
8648 error.
8649 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
8650
86512003-12-30 Luc Teirlinck <teirllm@auburn.edu>
8652
8653 * tips.texi (Documentation Tips): Update item on hyperlinks in
8654 documentation strings.
8655
8656 * errors.texi (Standard Errors): Various small corrections and
8657 additions.
8658
8659 * control.texi: Various small changes in addition to the
8660 following.
8661 (Signaling Errors): Provide some more details on how `signal'
8662 constructs the error message. Add anchor to the definition of
8663 `signal'.
8664 (Error Symbols): Describe special treatment of `quit'.
8665 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
8666 to emphasize that it has to be a single form.
8667
8668 * buffers.texi: Add anchor.
8669
86702003-12-29 Richard M. Stallman <rms@gnu.org>
8671
8672 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
8673 (Window Configurations): Add window-configuration-frame.
8674
8675 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
8676
8677 * text.texi (Examining Properties): Add get-char-property-and-overlay.
8678 Change arg name in get-char-property.
8679 (Special Properties): Update handling of keymap property.
8680
8681 * strings.texi (Modifying Strings): Add clear-string.
8682 (Text Comparison): Add assoc-string and remove
8683 assoc-ignore-case, assoc-ignore-representation.
8684
8685 * os.texi (Time of Day): Add set-time-zone-rule.
8686
8687 * numbers.texi (Math Functions): asin, acos, log, log10
8688 report domain-error errors.
8689
8690 * nonascii.texi (Converting Representations):
8691 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
8692 (Encoding and I/O): Add file-name-coding-system.
8693
8694 * modes.texi (Search-based Fontification): Explain that
8695 face specs are symbols with face names as values.
8696
8697 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
8698
8699 * lists.texi (Building Lists): remq moved elsewhere.
8700 (Sets And Lists): remq moved here.
8701 (Association Lists): Refer to assoc-string.
8702
8703 * internals.texi (Garbage Collection): Add memory-use-counts.
8704
8705 * frames.texi (Frames and Windows): Add set-frame-selected-window
8706 and frame-root-window.
8707
8708 * files.texi (Contents of Directories):
8709 Add directory-files-and-attributes.
8710
8711 * display.texi (Refresh Screen): Add force-window-update.
8712 (Invisible Text): Explain about moving point out of invis text.
8713 (Overlay Properties): Add overlay-properties.
8714 (Managing Overlays): Add overlayp.
8715 (GIF Images): Invalid image number displays a hollow box.
8716
8717 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
8718 (Killing Buffers): Add buffer-live-p.
8719
87202003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
8721
8722 * display.texi (Fringes): Fix typo "set-buffer-window".
8723
87242003-12-24 Luc Teirlinck <teirllm@auburn.edu>
8725
8726 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
8727 * nonascii.texi, processes.texi, tips.texi, variables.texi:
8728 Add or change various xrefs and anchors.
8729
8730 * commands.texi: Replace all occurrences of @acronym{CAR} with
8731 @sc{car}, for consistency with the rest of the Elisp manual.
8732 `car' and `cdr' are historically acronyms, but are no longer
8733 widely thought of as such.
8734
8735 * internals.texi (Pure Storage): Mention that `purecopy' does not
8736 copy text properties.
8737 (Object Internals): Now 29 bits are used (in most implementations)
8738 to address Lisp objects.
8739
8740 * variables.texi (Variables with Restricted Values): New node.
8741
8742 * objects.texi (Lisp Data Types): Mention that certain variables
8743 can only take on a restricted set of values and add an xref to
8744 the new node "Variables with Restricted Values".
8745
8746 * eval.texi (Function Indirection): Describe the errors that
8747 `indirect-function' can signal.
8748 (Eval): Clarify the descriptions of `eval-region' and `values'.
8749 Describe `eval-buffer' instead of `eval-current-buffer' and
8750 mention `eval-current-buffer' as an alias for `current-buffer'.
8751 Correct the description and mention all optional arguments.
8752
8753 * nonascii.texi: Various small changes in addition to the
8754 following.
8755 (Converting Representations): Clarify behavior of
8756 `string-make-multibyte' and `string-to-multibyte' for unibyte all
8757 ASCII arguments.
8758 (Character Sets): Document the variable `charset-list' and adapt
8759 the definition of the function `charset-list' accordingly.
8760 (Translation of Characters): Clarify use of generic characters in
8761 `make-translation-table'. Clarify and correct the description of
8762 the use of translation tables in encoding and decoding.
8763 (User-Chosen Coding Systems): Correct and clarify the description
8764 of `select-safe-coding-system'.
8765 (Default Coding Systems): Clarify description of
8766 `file-coding-system-alist'.
8767
87682003-11-30 Luc Teirlinck <teirllm@auburn.edu>
8769
8770 * strings.texi (Text Comparison): Correctly describe when two
8771 strings are `equal'. Combine and clarify descriptions of
8772 `assoc-ignore-case' and `assoc-ignore-representation'.
8773
8774 * objects.texi (Non-ASCII in Strings): Clarify description of
8775 when a string is unibyte or multibyte.
8776 (Bool-Vector Type): Update examples.
8777 (Equality Predicates): Correctly describe when two strings are
8778 `equal'.
8779
87802003-11-29 Luc Teirlinck <teirllm@auburn.edu>
8781
8782 * lists.texi (Building Lists): `append' no longer accepts integer
8783 arguments. Update the description of `number-sequence' to reflect
8784 recent changes.
8785 (Sets And Lists): Describe `member-ignore-case' after `member'.
8786
87872003-11-27 Kim F. Storm <storm@cua.dk>
8788
8789 * commands.texi (Click Events): Click object may be an images.
8790 Describe (dx . dy) element of click positions.
8791 (Accessing Events): Remove duplicate posn-timestamp.
8792 New functions posn-object and posn-object-x-y.
8793
87942003-11-23 Kim F. Storm <storm@cua.dk>
8795
8796 * commands.texi (Click Events): Describe enhancements to event
8797 position lists, including new text-pos and (col . row) items.
8798 Mention left-fringe and right-fringe area events.
8799 (Accessing Events): New functions posn-area and
8800 posn-actual-col-row. Mention posn-timestamp. Mention that
8801 posn-point in non-text area still returns buffer position.
8802 Clarify posn-col-row.
8803
88042003-11-21 Lars Hansen <larsh@math.ku.dk>
8805
8806 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
8807 * anti.texi (File Attributes): Describe removed parameter
8808 ID-FORMAT.
8809
88102003-11-20 Luc Teirlinck <teirllm@auburn.edu>
8811
8812 * positions.texi (Positions): Mention that, if a marker is used as
8813 a position, its buffer is ignored.
8814
8815 * markers.texi (Overview of Markers): Mention it here too.
8816
88172003-11-12 Luc Teirlinck <teirllm@auburn.edu>
8818
8819 * numbers.texi (Numeric Conversions): Not just `floor', but also
8820 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
8821
88222003-11-10 Luc Teirlinck <teirllm@auburn.edu>
8823
8824 * markers.texi (Creating Markers): Specify insertion type of
8825 created markers. Add xref to `Marker Insertion Types'.
8826 Second argument to `copy-marker' is optional.
8827 (Marker Insertion Types): Mention that most markers are created
8828 with insertion type nil.
8829 (The Mark): Correctly describe when `mark' signals an error.
8830 (The Region): Correctly describe when `region-beginning' and
8831 `region-end' signal an error.
8832
88332003-11-08 Luc Teirlinck <teirllm@auburn.edu>
8834
8835 * hash.texi (Creating Hash): Clarify description of `eql'.
8836 `makehash' is obsolete.
8837 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
8838
8839 * positions.texi (Point): Change description of `buffer-end', so
8840 that it is also correct for floating point arguments.
8841 (List Motion): Correct argument lists of `beginning-of-defun' and
8842 `end-of-defun'.
8843 (Excursions): Add xref to `Marker Insertion Types'.
8844 (Narrowing): Argument to `narrow-to-page' is optional.
8845
88462003-11-06 Luc Teirlinck <teirllm@auburn.edu>
8847
8848 * streams.texi (Output Streams): Clarify behavior of point for
8849 marker output streams.
8850
88512003-11-04 Luc Teirlinck <teirllm@auburn.edu>
8852
8853 * variables.texi (Defining Variables): Second argument to
8854 `defconst' is not optional.
8855 (Setting Variables): Mention optional argument APPEND to
8856 `add-to-list'.
8857 (Creating Buffer-Local): Expand description of
8858 `make-variable-buffer-local'.
8859 (Frame-Local Variables): Expand description of
8860 `make-variable-frame-local'.
8861 (Variable Aliases): Correct description of optional argument
8862 DOCSTRING to `defvaralias'. Mention return value of
8863 `defvaralias'.
8864 (File Local Variables): Add xref to `File variables' in Emacs
8865 Manual. Correct description of `hack-local-variables'. Mention
8866 `safe-local-variable' property. Mention optional second argument
8867 to `risky-local-variable-p'.
8868
88692003-11-03 Luc Teirlinck <teirllm@auburn.edu>
8870
8871 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
8872
88732003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
8874
8875 * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
8876 lispref/customize.texi, lispref/display.texi, lispref/files.texi,
8877 lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
8878 lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
8879 lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
8880 lispref/processes.texi, lispref/searching.texi,
8881 lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
8882 lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
8883 @acronym{FOO}.
8884
88852003-10-27 Luc Teirlinck <teirllm@auburn.edu>
8886
8887 * strings.texi (Creating Strings): Argument START to `substring'
8888 can not be `nil'. Expand description of
8889 `substring-no-properties'. Correct description of `split-string',
8890 especially with respect to empty matches. Prevent very bad line
8891 break in definition of `split-string-default-separators'.
8892 (Text Comparison): `string=' and `string<' also accept symbols as
8893 arguments.
8894 (String Conversion): More completely describe argument BASE in
8895 `string-to-number'.
8896 (Formatting Strings): `%s' and `%S' in `format' do require
8897 corresponding object. Clarify behavior of numeric prefix after
8898 `%' in `format'.
8899 (Case Conversion): The argument to `upcase-initials' can be a
8900 character.
8901
89022003-10-27 Kenichi Handa <handa@m17n.org>
8903
8904 * display.texi (Fontsets): Fix texinfo usage.
8905
89062003-10-25 Kenichi Handa <handa@m17n.org>
8907
8908 * display.texi (Fontsets): Add description of the function
8909 set-fontset-font.
8910
89112003-10-23 Luc Teirlinck <teirllm@auburn.edu>
8912
8913 * display.texi (Temporary Displays): Add xref to `Documentation
8914 Tips'.
8915
8916 * functions.texi (Function Safety): Use inforef instead of pxref
8917 for SES.
8918
89192003-10-23 Andreas Schwab <schwab@suse.de>
8920
8921 * Makefile.in (TEX, texinputdir): Don't define.
8922 (TEXI2DVI): Define.
8923 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
8924 add $(srcdir)/index.texi.
8925 ($(infodir)/elisp): Remove index.texi dependency.
8926 (elisp.dvi): Likewise. Use $(TEXI2DVI).
8927 (index.texi): Remove target.
8928 (dist): Don't link $(srcdir)/permute-index.
8929 (clean): Don't remove index.texi.
8930
8931 * permute-index, index.perm: Remove.
8932 * index.texi: Rename from index.unperm.
8933
89342003-10-22 Luc Teirlinck <teirllm@auburn.edu>
8935
8936 * tips.texi (Documentation Tips): Document new behavior for face
8937 and variable hyperlinks in Help mode.
8938
89392003-10-21 Luc Teirlinck <teirllm@auburn.edu>
8940
8941 * objects.texi (Integer Type): Update for extra bit of integer range.
8942 (Character Type): Ditto.
8943
89442003-10-16 Eli Zaretskii <eliz@gnu.org>
8945
8946 * numbers.texi (Integer Basics): Add index entries for reading
8947 numbers in hex, octal, and binary.
8948
89492003-10-16 Lute Kamstra <lute@gnu.org>
8950
8951 * modes.texi (Mode Line Format): Mention force-mode-line-update's
8952 argument.
8953
89542003-10-13 Luc Teirlinck <teirllm@auburn.edu>
8955
8956 * windows.texi (Choosing Window): Fix typo.
8957 * edebug.texi (Edebug Execution Modes): Fix typo.
8958
89592003-10-13 Richard M. Stallman <rms@gnu.org>
8960
8961 * windows.texi (Basic Windows): A window has fringe settings,
8962 display margins and scroll-bar settings.
8963 (Splitting Windows): Doc split-window return value.
8964 Clean up one-window-p.
8965 (Selecting Windows): Fix typo.
8966 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
8967 (Buffers and Windows): In set-window-buffer, explain effect
8968 on fringe settings and scroll bar settings.
8969 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
8970 (Choosing Window): Use defopt for pop-up-frame-function.
8971 For special-display-buffer-names, explain same-window and same-frame.
8972 Clarify window-dedicated-p return value.
8973 (Textual Scrolling): scroll-up and scroll-down can get an error.
8974 (Horizontal Scrolling): Clarify auto-hscroll-mode.
8975 Clarify set-window-hscroll.
8976 (Size of Window): Don't mention tool bar in window-height.
8977 (Coordinates and Windows): Explain what coordinates-in-window-p
8978 returns for fringes and display margins.
8979 (Window Configurations): Explain saving fringes, etc.
8980
8981 * tips.texi (Library Headers): Clean up Documentation.
8982
8983 * syntax.texi (Parsing Expressions): Clean up forward-comment
8984 and parse-sexp-lookup-properties.
8985
8986 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
8987
8988 * os.texi (System Environment): Clean up text for load-average errors.
8989
8990 * modes.texi (Hooks): Don't explain local hook details at front.
8991 Clarify run-hooks and run-hook-with-args a little.
8992 Clean up add-hook and remove-hook.
8993
8994 * edebug.texi (Edebug Execution Modes): Clarify t.
8995 Document edebug-sit-for-seconds.
8996 (Coverage Testing): Document C-x X = and =.
8997 (Instrumenting Macro Calls): Fix typo.
8998 (Specification List): Don't index the specification keywords.
8999
90002003-10-10 Kim F. Storm <storm@cua.dk>
9001
9002 * processes.texi (Network): Introduce make-network-process.
9003
90042003-10-09 Luc Teirlinck <teirllm@auburn.edu>
9005
9006 * tips.texi (Library Headers): Fix typo.
9007
90082003-10-07 Juri Linkov <juri@jurta.org>
9009
9010 * modes.texi (Imenu): Mention imenu-create-index-function's
9011 default value. Explain submenus better.
9012
90132003-10-07 Lute Kamstra <lute@gnu.org>
9014
9015 * modes.texi (Faces for Font Lock): Fix typo.
9016 (Hooks): Explain how buffer-local hook variables can refer to
9017 global hook variables.
9018 Various minor clarifications.
9019
90202003-10-06 Lute Kamstra <lute@gnu.org>
9021
9022 * tips.texi (Coding Conventions): Mention naming conventions for
9023 hooks.
9024
90252003-10-05 Luc Teirlinck <teirllm@auburn.edu>
9026
9027 * loading.texi (Library Search): Correct default value of
9028 load-suffixes.
9029 (Named Features): Fix typo.
9030
90312003-10-05 Richard M. Stallman <rms@gnu.org>
9032
9033 * loading.texi (Named Features): In `provide',
9034 say how to test for subfeatures.
9035 (Unloading): In unload-feature, use new var name
9036 unload-feature-special-hooks.
9037
90382003-10-03 Lute Kamstra <lute@gnu.org>
9039
9040 * modes.texi (Major Mode Conventions): Mention third way to set up
9041 Imenu.
9042 (Imenu): A number of small fixes.
9043 Delete documentation of internal variable imenu--index-alist.
9044 Document the return value format of imenu-create-index-function
9045 functions.
9046
90472003-09-30 Richard M. Stallman <rms@gnu.org>
9048
9049 * processes.texi (Network): Say what stopped datagram connections do.
9050
9051 * lists.texi (Association Lists): Clarify `assq-delete-all'.
9052
9053 * display.texi (Overlay Properties): Clarify `evaporate' property.
9054
90552003-09-29 Lute Kamstra <lute@gnu.org>
9056
9057 * modes.texi (Mode Line Data): Explain when symbols in mode-line
9058 constructs should be marked as risky.
9059 Change cons cell into proper list.
9060 (Mode Line Variables): Change cons cell into proper list.
9061
90622003-09-26 Lute Kamstra <lute@gnu.org>
9063
9064 * modes.texi (Mode Line Data): Document the :propertize construct.
9065 (Mode Line Variables): Reorder the descriptions of the variables
9066 to match their order in the default mode-line-format.
9067 Describe the new variables mode-line-position and mode-line-modes.
9068 Update the default values of mode-line-frame-identification,
9069 minor-mode-alist, and default-mode-line-format.
9070 (Properties in Mode): Mention the :propertize construct.
9071
90722003-09-26 Richard M. Stallman <rms@gnu.org>
9073
9074 * buffers.texi, commands.texi, debugging.texi, eval.texi:
9075 * loading.texi, minibuf.texi, text.texi, variables.texi:
9076 Avoid @strong{Note:}.
9077
90782003-09-26 Richard M. Stallman <rms@gnu.org>
9079
9080 * keymaps.texi (Remapping Commands): Fix typo.
9081
90822003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
9083
9084 * processes.texi (Low-Level Network): Fix typo.
9085
90862003-09-23 Kim F. Storm <storm@cua.dk>
9087
9088 * processes.texi (Network, Network Servers): Fix typos.
9089 (Low-Level Network): Add timeout value for :server keyword.
9090 Add new option keywords to make-network-process.
9091 Add set-network-process-options.
9092 Explain how to test availability of network options.
9093
90942003-09-19 Richard M. Stallman <rms@gnu.org>
9095
9096 * text.texi (Motion by Indent): Arg to
9097 backward-to-indentation and forward-to-indentation is optional.
9098
9099 * strings.texi (Creating Strings): Add substring-no-properties.
9100
9101 * processes.texi
9102 (Process Information): Add list-processes arg QUERY-ONLY.
9103 Delete process-contact from here.
9104 Add new status values for process-status.
9105 Add process-get, process-put, process-plist, set-process-plist.
9106 (Synchronous Processes): Add call-process-shell-command.
9107 (Signals to Processes): signal-process allows process objects.
9108 (Network): Complete rewrite.
9109 (Network Servers, Datagrams, Low-Level Network): New nodes.
9110
9111 * positions.texi (Word Motion): forward-word, backward-word
9112 arg is optional. Reword.
9113
9114 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
9115
9116 * variables.texi (Creating Buffer-Local):
9117 Delete duplicate definition of buffer-local-value.
9118 (File Local Variables): Explain about discarding text props.
9119
91202003-09-11 Richard M. Stallman <rms@gnu.org>
9121
9122 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
9123 changes variables that record input events.
9124 (Minibuffer Misc): Add minibuffer-selected-window.
9125
9126 * lists.texi (Building Lists): Add copy-tree.
9127
9128 * display.texi (Fontsets): Add char-displayable-p.
9129 (Scroll Bars): New node.
9130
91312003-09-08 Lute Kamstra <lute@gnu.org>
9132
9133 * modes.texi (%-Constructs): Document new `%i' and `%I'
9134 constructs.
9135
91362003-09-03 Peter Runestig <peter@runestig.com>
9137
9138 * makefile.w32-in: New file.
9139
91402003-08-29 Richard M. Stallman <rms@gnu.org>
9141
9142 * display.texi (Overlay Properties): Clarify how priorities
9143 affect use of the properties.
9144
91452003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
9146
9147 * customize.texi (Type Keywords): Correct the description of
9148 `:help-echo' in the case where `motion-doc' is a function.
9149
91502003-08-14 John Paul Wallington <jpw@gnu.org>
9151
9152 * modes.texi (Emulating Mode Line): Subsection, not section.
9153
91542003-08-13 Richard M. Stallman <rms@gnu.org>
9155
9156 * elisp.texi (Top): Update subnode lists in menu.
9157
9158 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
9159 (Kill Functions): kill-region has new arg yank-handler.
9160 (Yanking): New node.
9161 (Yank Commands): Add yank-undo-function.
9162 (Low-Level Kill Ring):
9163 kill-new and kill-append have new arg yank-handler.
9164 (Changing Properties): Add remove-list-of-text-properties.
9165 (Atomic Changes): New node.
9166
9167 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
9168
9169 * streams.texi (Output Variables): Add eval-expression-print-length
9170 and eval-expression-print-level.
9171
9172 * os.texi (Time Conversion): For encode-time, explain limits on year.
9173
9174 * objects.texi (Character Type): Define anchor "modifier bits".
9175
9176 * modes.texi (Emulating Mode Line): New node.
9177 (Search-based Fontification): Font Lock uses font-lock-face property.
9178 (Other Font Lock Variables): Likewise.
9179
9180 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
9181 not vectors.
9182 (Active Keymaps): Add emulation-mode-map-alists.
9183 (Functions for Key Lookup): key-binding has new arg no-remap.
9184 (Remapping Commands): New node.
9185 (Scanning Keymaps): where-is-internal has new arg no-remap.
9186 (Tool Bar): Add tool-bar-local-item-from-menu.
9187 Clarify when to use tool-bar-add-item-from-menu.
9188
9189 * commands.texi (Interactive Call): commandp has new arg.
9190 (Command Loop Info): Add this-original-command.
9191
91922003-08-06 John Paul Wallington <jpw@gnu.org>
9193
9194 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
9195
9196 * display.texi (Warning Basics): Fix typo.
9197 (Fringes): Add closing curly bracket and fix typo.
9198
9199 * elisp.texi (Top): Fix typo.
9200
92012003-08-05 Richard M. Stallman <rms@gnu.org>
9202
9203 * elisp.texi: Update lists of subnodes.
9204
9205 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
9206
9207 * variables.texi (Local Variables): Use lc for example variable names.
9208
9209 * tips.texi (Library Headers): Explain where to put -*-.
9210
9211 * strings.texi (Creating Strings): Fix xref for vconcat.
9212
9213 * sequences.texi (Vector Functions):
9214 vconcat no longer allows integer args.
9215
9216 * minibuf.texi (Reading File Names): read-file-name has new
9217 arg PREDICATE. New function read-directory-name.
9218
c4cc8b9a 9219 * macros.texi (Defining Macros): Give definition of `declare'.
b8d4c8d0
GM
9220 (Indenting Macros): New node.
9221
9222 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
9223 (Window Frame Parameters): Make separate table of parameters
9224 that are coupled with specific face attributes.
9225 (Deleting Frames): delete-frame-hooks renamed to
9226 delete-frame-functions.
9227
9228 * files.texi (Magic File Names): Add file-remote-p.
9229 Clarify file-local-copy.
9230
9231 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
9232 here; instead xref Defining Macros.
9233
9234 * display.texi (Warnings): New node, and subnodes.
9235 (Fringes): New node.
9236
9237 * debugging.texi (Test Coverage): New node.
9238
9239 * compile.texi (Compiler Errors): Explain with-no-warnings
9240 and other ways to suppress warnings.
9241
9242 * commands.texi (Interactive Call): Minor clarification.
9243
9244 * buffers.texi (Buffer File Name): set-visited-file-name
9245 renames the buffer too.
9246
9247 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
9248
92492003-07-24 Markus Rost <rost@math.ohio-state.edu>
9250
9251 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
9252
92532003-07-22 Markus Rost <rost@math.ohio-state.edu>
9254
9255 * internals.texi (Garbage Collection): Fix previous change.
9256
92572003-07-22 Richard M. Stallman <rms@gnu.org>
9258
9259 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
9260
9261 * display.texi (Width): Use \s syntax in example.
9262 (Font Selection): Add face-font-rescale-alist.
9263
9264 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
9265 Remove spurious indent in example.
9266
9267 * lists.texi (Building Lists): Add number-sequence.
9268
9269 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
9270
9271 * functions.texi (Function Documentation): Explain how to
9272 show calling convention explicitly in the doc string.
9273
9274 * windows.texi (Selecting Windows): save-selected-window saves
9275 selected window of each frame.
9276 (Window Configurations): Minor change.
9277
9278 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
9279
9280 * streams.texi (Output Variables): Add print-continuous-numbering
9281 and print-number-table.
9282
9283 * processes.texi (Decoding Output): New node.
9284
9285 * os.texi (Time Conversion): decode-time arg is optional.
9286
9287 * objects.texi (Character Type): Don't use space as example for \.
9288 Make list of char names and \-sequences correspond.
9289 Explain that \s is not used in strings. `\ ' needs space after.
9290
9291 * nonascii.texi (Converting Representations): Add string-to-multibyte.
9292 (Translation of Characters): Add translation-table-for-input.
9293 (Default Coding Systems): Add auto-coding-functions.
9294 (Explicit Encoding): Add decode-coding-inserted-region.
9295 (Locales): Add locale-info.
9296
9297 * minibuf.texi (Basic Completion): Describe test-completion.
9298 Collections can be lists of strings.
9299 Clean up lazy-completion-table.
9300 (Programmed Completion): Mention test-completion.
9301 Clarify why lambda expressions are not accepted.
9302 (Minibuffer Misc): Describe minibufferp.
9303
93042003-07-14 Richard M. Stallman <rms@gnu.org>
9305
9306 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
9307
9308 * windows.texi (Selecting Windows): New arg to select-window.
9309 (Selecting Windows): Add with-selected-window.
9310 (Size of Window): Add window-inside-edges, etc.
9311
9312 * internals.texi (Garbage Collection): Add post-gc-hook.
9313
9314 * processes.texi (Subprocess Creation): Add exec-suffixes.
9315
9316 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
9317 (Scanning Keymaps): Add map-keymaps.
9318 (Defining Menus): Add keymap-prompt.
9319
9320 * numbers.texi (Integer Basics): Add most-positive-fixnum,
9321 most-negative-fixnum.
9322
c4cc8b9a 9323 * compile.texi (Byte Compilation): Explain no-byte-compile.
b8d4c8d0
GM
9324 (Compiler Errors): New node.
9325
9326 * os.texi (User Identification): user-uid, user-real-uid
9327 can return float.
9328
9329 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
9330 and about derived modes.
9331 (Minor Modes): Add minor-mode-list.
9332 (Defining Minor Modes): Keyword args for define-minor-mode.
9333 (Search-based Fontification): Explain managing other properties.
9334 (Other Font Lock Variables): Add font-lock-extra-managed-props.
183080b6 9335 (Faces for Font Lock): Add font-lock-preprocessor-face.
b8d4c8d0
GM
9336 (Hooks): Add run-mode-hooks and delay-mode-hooks.
9337
9338 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
9339 (Variable Aliases): Clarify defvaralias.
9340
9341 * loading.texi (Library Search): Add load-suffixes.
9342
9343 * minibuf.texi (Basic Completion): Add lazy-completion-table.
9344 (Programmed Completion): Add dynamic-completion-table.
9345
9346 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
9347 (Magic File Names): Specify precedence order of handlers.
9348
9349 * commands.texi (Command Overview): Emacs server runs pre-command-hook
9350 and post-command-hook.
9351 (Waiting): New calling convention for sit-for.
9352
9353 * text.texi (Special Properties): local-map and keymap properties
9354 apply based on their stickiness.
9355
93562003-07-07 Richard M. Stallman <rms@gnu.org>
9357
9358 * modes.texi (Minor Mode Conventions): Specify only some kinds
9359 of list values as args to minor modes.
9360
9361 * files.texi (File Name Expansion): Warn about iterative use
9362 of substitute-in-file-name.
9363
9364 * advice.texi (Activation of Advice): Clean up previous change.
9365
93662003-07-06 Markus Rost <rost@math.ohio-state.edu>
9367
9368 * advice.texi (Activation of Advice): Note that ad-start-advice is
9369 turned on by default.
9370
93712003-06-30 Richard M. Stallman <rms@gnu.org>
9372
9373 * text.texi (Buffer Contents): Document current-word.
9374 (Change Hooks): Not called for *Messages*.
9375
9376 * functions.texi (Defining Functions): Explain about redefining
9377 primitives.
f4e90db0 9378 (Function Safety): Rename. Minor changes.
b8d4c8d0
GM
9379 Comment out the detailed criteria for what is safe.
9380
93812003-06-22 Andreas Schwab <schwab@suse.de>
9382
9383 * objects.texi (Symbol Type): Fix description of examples.
9384
93852003-06-16 Andreas Schwab <schwab@suse.de>
9386
9387 * hash.texi (Creating Hash): Fix description of :weakness.
9388
c8763fb6 93892003-06-13 Kai Großjohann <kai.grossjohann@gmx.net>
b8d4c8d0
GM
9390
9391 * files.texi (Changing Files): copy-file copies file modes, too.
9392
93932003-05-28 Richard M. Stallman <rms@gnu.org>
9394
9395 * strings.texi (Creating Strings): Clarify split-string.
9396
93972003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
9398
9399 * strings.texi (Creating Strings): Update split-string specification
9400 and examples.
9401
94022003-05-19 Richard M. Stallman <rms@gnu.org>
9403
9404 * elisp.texi: Correct invariant section names.
9405
94062003-04-20 Richard M. Stallman <rms@gnu.org>
9407
9408 * os.texi (Timers): Explain about timers and quitting.
9409
94102003-04-19 Richard M. Stallman <rms@gnu.org>
9411
9412 * internals.texi (Writing Emacs Primitives): Strings are
9413 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
9414 Explain GCPRO convention for varargs function args.
9415
94162003-04-16 Richard M. Stallman <rms@gnu.org>
9417
9418 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
9419
94202003-04-08 Richard M. Stallman <rms@gnu.org>
9421
9422 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
9423
94242003-02-13 Kim F. Storm <storm@cua.dk>
9425
9426 * objects.texi (Character Type): New \s escape for space.
9427
94282003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
9429
5dcb4c4e 9430 * os.texi (System Environment): Add cygwin system-type.
b8d4c8d0
GM
9431
94322003-01-25 Richard M. Stallman <rms@gnu.org>
9433
9434 * keymaps.texi: Document that a symbol can act as a keymap.
9435
94362003-01-13 Richard M. Stallman <rms@gnu.org>
9437
9438 * text.texi (Changing Properties): Say string indices are origin-0.
9439
9440 * positions.texi (Screen Lines) <compute-motion>:
9441 Correct order of elts in return value.
9442
9443 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
9444 how to define a default binding.
9445
94462002-12-07 Markus Rost <rost@math.ohio-state.edu>
9447
9448 * loading.texi (Unloading): Fix recent change for load-history.
9449
9450 * customize.texi (Simple Types): Clarify description of custom
9451 type 'number. Describe new custom type 'float.
9452
94532002-12-04 Markus Rost <rost@math.ohio-state.edu>
9454
9455 * variables.texi (File Local Variables): Fix typo.
9456
c8763fb6 94572002-10-23 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
b8d4c8d0
GM
9458
9459 From Michael Albinus <Michael.Albinus@alcatel.de>.
9460
9461 * README: Target for Info file is `make info'.
9462
5dcb4c4e 9463 * files.texi (File Name Components): Fix typos in
b8d4c8d0
GM
9464 `file-name-sans-extension'.
9465 (Magic File Names): Complete list of operations for magic file
9466 name handlers.
9467
94682002-09-16 Jonathan Yavner <jyavner@engineer.com>
9469
9470 * variables.texi (File Local Variables): New function
9471 risky-local-variable-p.
9472
94732002-09-15 Jonathan Yavner <jyavner@engineer.com>
9474
9475 * functions.texi (Function safety): New node about unsafep.
9476
94772002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
9478
5dcb4c4e 9479 * customize.texi (Splicing into Lists): Fix example.
a86cd395 9480 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>.
b8d4c8d0
GM
9481
94822002-06-17 Juanma Barranquero <lektu@terra.es>
9483
9484 * frames.texi (Display Feature Testing): Fix typo.
9485
94862002-06-12 Andreas Schwab <schwab@suse.de>
9487
9488 * frames.texi (Initial Parameters, Resources): Fix references to
9489 the Emacs manual.
9490
94912002-05-13 Kim F. Storm <storm@cua.dk>
9492
9493 * variables.texi (Intro to Buffer-Local): Updated warning and
9494 example relating to changing buffer inside let.
9495
c8763fb6 94962002-03-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
9497
9498 * os.texi (Session Management): New node about X Session management.
9499
95002002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
9501
9502 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
9503 to which the manual corresponds, and the copyright years.
9504
9505 * Makefile.in (VERSION): Set to 2.9.
9506
95072001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
9508
9509 * elisp.texi: Change the category in @dircategory to "Emacs", to
9510 make it consistent with info/dir.
9511
95122001-11-25 Miles Bader <miles@gnu.org>
9513
9514 * text.texi (Fields): Describe new `limit' arg in
9515 field-beginning/field-end.
9516
95172001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
9518
5dcb4c4e
SM
9519 * permute-index: Don't depend on csh-specific features.
9520 Replace the interpreter name with /bin/sh.
b8d4c8d0
GM
9521
9522 * two-volume-cross-refs.txt: New file.
9523 * two.el: New file.
9524 * spellfile: New file.
9525
95262001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
9527
9528 * permute-index: New file.
9529
9530 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
9531 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
9532 8+3 restricted namespace.
9533
9534 * Makefile.in (infodir): Define relative to $(srcdir).
9535 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
9536 include directories list via -I switch to makeinfo.
9537 (index.texi): Use cp if both hard and symbolic links fail.
9538
95392001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
9540
9541 * Makefile.in (distclean): Add.
9542
9543 The following changes make ELisp manual part of the Emacs
9544 distribution:
9545
9546 * Makefile.in: Add Copyright notice.
9547 (prefix): Remove.
9548 (infodir): Change value to "../info".
9549 (VPATH): New variable.
9550 (MAKE): Don't define.
9551 (texmacrodir): Don't define.
9552 (texinputdir): Append the existing value of TEXINPUTS.
9553 ($(infodir)/elisp): Instead of just "elisp". Reformat the
9554 command to be compatible with man/Makefile.in, and to put the
9555 output into ../info.
9556 (info): Add target.
9557 (installall): Target removed.
9558
c8763fb6 95592001-10-31 Pavel Janík <Pavel@Janik.cz>
b8d4c8d0
GM
9560
9561 * tips.texi (Coding Conventions): Fix typo.
9562
95632001-10-23 Gerd Moellmann <gerd@gnu.org>
9564
9565 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
9566
95672001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
9568
9569 * files.texi (File Name Components): Update the description of
9570 file-name-sans-extension and file-name-extension, as they now
9571 ignore leading dots.
9572
95732001-10-20 Gerd Moellmann <gerd@gnu.org>
9574
9575 * (Version 21.1 released.)
9576
95772001-10-19 Miles Bader <miles@gnu.org>
9578
9579 * positions.texi (Text Lines): Describe behavior of
9580 `beginning-of-line'/`end-of-line' in the presence of field properties.
9581
95822001-10-17 Gerd Moellmann <gerd@gnu.org>
9583
9584 * Makefile.in (VERSION): Set to 2.8.
9585 (manual): Use `manual-21'.
9586
9587 * elisp.texi (VERSION): Add and use it where the version
9588 number was used. Set it to 2.8.
9589
9590 * intro.texi: Likewise.
9591
95922001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
9593
9594 * files.texi (File Name Completion): Document the significance of
9595 a trailing slash in elements of completion-ignored-extensions.
9596
95972001-10-06 Miles Bader <miles@gnu.org>
9598
9599 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
9600
96012001-10-04 Gerd Moellmann <gerd@gnu.org>
9602
9603 * variables.texi (Variable Aliases): New node.
9604
96052001-10-04 Gerd Moellmann <gerd@gnu.org>
9606
9607 * Branch for 21.1.
9608
96092001-10-02 Miles Bader <miles@gnu.org>
9610
9611 * minibuf.texi (Minibuffer Misc): Add entries for
9612 `minibuffer-contents', `minibuffer-contents-no-properties', and
9613 `delete-minibuffer-contents'.
9614 Correct description for `minibuffer-prompt-end'.
9615
9616 * text.texi (Property Search): Correct descriptions of
9617 `next-char-property-change' and `previous-char-property-change'.
9618 Add entries for `next-single-char-property-change' and
9619 `previous-single-char-property-change'.
9620 Make operand names a bit more consistent.
9621
96222001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
9623
9624 * frames.texi (Finding All Frames): Document that next-frame and
9625 previous-frame are local to current terminal.
9626
96272001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
9628
9629 * keymaps.texi (Creating Keymaps): Fix the description of the
9630 result of make-keymap.
9631
96322001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
9633
9634 * display.texi (Font Lookup, Attribute Functions)
9635 (Image Descriptors): Add cross-references to the definition of
9636 selected frame.
9637
9638 * buffers.texi (The Buffer List): Add cross-references to the
9639 definition of selected frame.
9640
9641 * frames.texi (Input Focus): Clarify which frame is _the_ selected
9642 frame at any given time.
9643 (Multiple Displays, Size and Position): Add a cross-reference to
9644 the definition of the selected frame.
9645
96462001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
9647
9648 * strings.texi (String Conversion) <string-to-number>: Document
9649 that a float is returned for integers that are too large.
9650
9651 * frames.texi (Mouse Position): Document mouse-position-function.
9652 (Display Feature Testing): Document display-images-p.
9653 (Window Frame Parameters): Document the cursor-type variable.
9654
9655 * numbers.texi (Integer Basics): Document CL style read syntax for
9656 integers in bases other than 10.
9657
5dcb4c4e
SM
9658 * positions.texi (List Motion):
9659 Document open-paren-in-column-0-is-defun-start.
b8d4c8d0
GM
9660
9661 * lists.texi (Sets And Lists): Document member-ignore-case.
9662
9663 * internals.texi (Garbage Collection): Document the used and free
9664 strings report.
9665 (Memory Usage): Document strings-consed.
9666
9667 * os.texi (Time of Day): Document float-time.
9668 (Recording Input): Document that clear-this-command-keys clears
9669 the vector to be returned by recent-keys.
9670
9671 * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
9672 argument keymap can be a list.
9673
9674 * nonascii.texi (User-Chosen Coding Systems)
9675 <select-safe-coding-system>: Document the new argument
9676 accept-default-p and the variable
9677 select-safe-coding-system-accept-default-p. Tell what happens if
9678 buffer-file-coding-system is undecided.
9679 (Default Coding Systems): Document auto-coding-regexp-alist.
9680
9681 * display.texi (The Echo Area) <message>: Document
9682 message-truncate-lines.
9683 (Glyphs): Document that the glyph table is unused on windowed
9684 displays.
9685
9686 * help.texi (Describing Characters) <single-key-description>:
9687 Document the new argument no-angles.
9688 (Accessing Documentation) <documentation-property>: Document that
9689 a non-string property is evaluated.
9690 <documentation>: Document that the function-documentation property
9691 is looked for.
9692
9693 * windows.texi (Selecting Windows): Document some-window.
9694
9695 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
9696
9697 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
9698 apropos-mode-hook.
9699
9700 * commands.texi (Using Interactive): Document interactive-form.
9701 (Keyboard Macros): Document kbd-macro-termination-hook.
9702 (Command Loop Info): Document that clear-this-command-keys clears
9703 the vector to be returned by recent-keys.
9704
97052001-09-04 Werner LEMBERG <wl@gnu.org>
9706
9707 * Makefile.in (srcdir, texinputdir): New variables.
9708 (srcs, index.texi, install): Use $(srcdir).
9709 (.PHONY): Remove elisp.dvi.
9710 (elisp): Use -I switch for makeinfo.
9711 (elisp.dvi): Use $(srcdir) and $(texinputdir).
9712 (installall, dist): Use $(srcdir).
9713 Fix path to texinfo.tex.
9714 (maintainer-clean): Add elisp.dvi and elisp.oaux.
9715
97162001-08-30 Gerd Moellmann <gerd@gnu.org>
9717
9718 * display.texi (Conditional Display): Adjust to API change.
9719
9720 * configure: New file.
9721
97222001-07-30 Gerd Moellmann <gerd@gnu.org>
9723
9724 * commands.texi (Repeat Events): Add description of
9725 double-click-fuzz.
9726
97272001-05-08 Stefan Monnier <monnier@cs.yale.edu>
9728
9729 * syntax.texi (Syntax Class Table): Add the missing designator for
9730 comment and string fences.
9731 (Syntax Properties): Add a xref to syntax table internals.
9732 (Syntax Table Internals): Document string-to-syntax.
9733
97342001-05-07 Gerd Moellmann <gerd@gnu.org>
9735
9736 * Makefile.in (install): Use install-info command line options
9737 like in Emacs' Makefile.in.
9738
97392000-12-09 Miles Bader <miles@gnu.org>
9740
9741 * windows.texi (Window Start): Update documentation for
9742 `pos-visible-in-window-p'.
9743
97442000-11-12 Stefan Monnier <monnier@cs.yale.edu>
9745
9746 * lists.texi (Building Lists): Add footnote to explain how to add
9747 to the end of a list.
9748
97492000-10-25 Gerd Moellmann <gerd@gnu.org>
9750
9751 * files.texi (Visiting Functions): Typos.
9752
97532000-10-25 Kenichi Handa <handa@etl.go.jp>
9754
9755 * files.texi (Visiting Functions): Return value of
9756 find-file-noselect may be a list of buffers if wildcards are used.
9757
97582000-10-24 Miles Bader <miles@lsi.nec.co.jp>
9759
9760 * display.texi (Defining Faces): Document `graphic' display type
9761 in face specs.
9762
b344d29d 97632000-10-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
b8d4c8d0
GM
9764
9765 * hooks.texi (Standard Hooks): Replace obsolete
9766 `after-make-frame-hook' with `after-make-frame-functions'.
9767
9768 * frames.texi (Creating Frames): Ditto.
9769
9770 * variables.texi (Future Local Variables): Ditto.
9771
97722000-10-16 Gerd Moellmann <gerd@gnu.org>
9773
9774 * display.texi (Other Image Types): Add description of :foreground
9775 and :background properties of mono PBM images.
9776
97772000-08-17 Werner LEMBERG <wl@gnu.org>
9778
9779 * .cvsignore: New file.
9780
97812000-01-05 Gerd Moellmann <gerd@gnu.org>
9782
9783 * tindex.pl: New script.
9784
97851999-12-03 Dave Love <fx@gnu.org>
9786
9787 * Makefile.in (MAKEINFO): New parameter.
9788
97891999-09-17 Richard Stallman <rms@gnu.org>
9790
9791 * Makefile.in (srcs): Add hash.texi.
9792 (VERSION): Update to 20.6.
9793
97941999-09-13 Richard Stallman <rms@gnu.org>
9795
9796 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
9797
97981998-08-29 Karl Heuer <kwzh@gnu.org>
9799
9800 * configure.in: New file.
9801 * Makefile.in: Renamed from Makefile.
9802 (prefix, infodir): Use value obtained from configure.
9803 (emacslibdir): Obsolete variable deleted.
9804 (dist): Distribute configure.in, configure, Makefile.in.
9805
98061998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
9807
9808 * Makefile (INSTALL_INFO): New variable.
9809 (install): Run install-info.
9810
98111998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
9812
9813 * Makefile (elisp.dvi): Add missing backslash.
9814
98151998-05-02 Richard Stallman <rms@psilocin.gnu.org>
9816
9817 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
9818 Run texindex without `./'. Always run texindex on elisp.tp.
9819 (elisp.tps): Target deleted.
9820
98211998-04-05 Richard Stallman <rms@psilocin.gnu.org>
9822
9823 * Makefile (srcs): Add nonascii.texi and customize.texi.
9824 (dist): Start by deleting `temp'.
9825
98261998-02-17 Richard Stallman <rms@psilocin.gnu.org>
9827
9828 * Makefile (makeinfo, texindex): Targets deleted.
9829 (makeinfo.o, texindex.o): Targets deleted.
9830 (clean, dist): Don't do anything with them or with getopt*.
9831
98321998-01-30 Richard Stallman <rms@psilocin.gnu.org>
9833
9834 * Makefile (SHELL): Defined.
9835
98361998-01-27 Richard Stallman <rms@psilocin.gnu.org>
9837
9838 * Makefile (elisp.tps): New target.
9839 (elisp.dvi): Depend on elisp.tps.
9840
c5602427 98411996-04-03 Karl Heuer <kwzh@gnu.ai.mit.edu>
b8d4c8d0
GM
9842
9843 * README: Update phone number.
9844
9845 * Makefile (elisp): Make this be the default target.
9846 Depend on makeinfo.c instead of makeinfo.
9847 (install): Don't depend on elisp.dvi, since we don't install that.
9848 Use mkinstalldirs.
9849 (dist): Add mkinstalldirs.
9850
c5602427 98511995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
b8d4c8d0
GM
9852
9853 * Makefile (VERSION): Update version number.
5dcb4c4e 9854 (maintainer-clean): Rename from realclean.
b8d4c8d0 9855
c5602427 98561995-06-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
b8d4c8d0
GM
9857
9858 * Makefile (realclean): New target.
9859 (elisp): Remove any old elisp-* files first.
9860
c5602427 98611993-11-23 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
b8d4c8d0
GM
9862
9863 * Makefile (VERSION): New variable.
9864 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
9865 Compressed file suffix should be `.gz', not `.z'.
9866
ce058493 98671993-11-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
9868
9869 * Makefile (elisp): Depend on makeinfo.
9870
c5602427 98711993-11-19 Noah Friedman (friedman@gnu.ai.mit.edu)
b8d4c8d0
GM
9872
9873 * Makefile (srcs): Add anti.texi.
9874
c5602427 98751993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
9876
9877 * Makefile (infodir, prefix): New vars.
9878 (install): Use infodir.
f4e90db0 9879 (emacsinfodir): Delete.
b8d4c8d0 9880
c5602427 98811993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
9882
9883 * Makefile (srcs): Add calendar.texi.
9884
9885 * Makefile (dist): Copy texindex.c and makeinfo.c.
9886 Limit elisp-* files to those with one or two digits.
9887
c5602427 98881993-05-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0 9889
f4e90db0 9890 * Makefile (dist): Change to use Gzip instead of compress.
b8d4c8d0 9891
c5602427 98921993-04-23 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
9893
9894 * loading.texi (Unloading): define-function changed back to
9895 defalias. It may not stay this way, but at least it's
9896 consistent with the known-good version of the code patch.
9897
c5602427 98981993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
b8d4c8d0
GM
9899
9900 * modes.texi (Hooks): Document new optional arg of add-hook.
9901
c5602427 99021993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
9903
9904 * variables.texi: Document nil initial value of buffer-local variables.
9905
9906 * tips.texi: Add new section on standard library headers.
9907
c5602427 99081993-02-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
9909
9910 * Makefile (srcs): Add frame.texi to the list of sources.
9911
c5602427 99121993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
9913
9914 * Makefile (dist): Don't bother excluding autosave files; they'll
9915 never make it into the temp directory anyway, and the hash marks
9916 in the name are problematic for make and the Bourne shell.
9917 (srcs):
9918
c5602427 99191993-02-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
9920
9921 * Makefile (dist): Don't include backup files or autosave files in
9922 the distribution tar file.
9923
c5602427 99241991-11-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0 9925
5dcb4c4e 9926 * Makefile (srcs): Add index.perm.
b8d4c8d0
GM
9927 (elisp.dvi): Remove erroneous shell comment.
9928 Expect output of permute-index in permuted.fns.
9929 Save old elisp.aux in elisp.oaux.
5dcb4c4e 9930 (clean): Add index.texi to be deleted.
b8d4c8d0 9931
c5602427 99321990-08-11 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
9933
9934 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
9935
c5602427 99361990-06-26 David Lawrence (tale@geech)
b8d4c8d0
GM
9937
9938 * files.texi: Noted that completion-ignored-extensions is ignored
9939 when making *Completions*.
9940
3e868ee3 99411990-06-08 Jay Fenlason (hack@ai.mit.edu)
b8d4c8d0
GM
9942
9943 * Makefile make dist now depends on elisp.dvi, since it tries
9944 to include it in the dist file.
9945
c5602427 99461990-03-28 Jim Kingdon (kingdon@mole.ai.mit.edu)
b8d4c8d0 9947
c5602427 9948 * functions.texinfo (Mapping Functions): Add missing quote.
b8d4c8d0 9949
c5602427 99501989-06-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
9951
9952 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
9953 (defunargs): Turn off \hyphenchar of \sl font temporarily.
9954
c5602427 99551989-05-10 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
9956
9957 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
9958 and @error{} are the terms now being used. The files in the
9959 directory have been changed to reflect this.
9960
9961 * All instances of @indentedresultt{} have been changed to
333f9019 9962 ` @result{}', using 5 spaces at the beginning of the line.
b8d4c8d0 9963
c5602427 99641989-04-24 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
9965
9966 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
9967 experimental @indentedresult{}, @indentedexpandsto{} are part of
9968 the texinfo.tex in this directory. These TeX macros are not
9969 stable yet.
9970
c5602427 99711989-04-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
9972
9973 * texinfo.tex: Temporarily added
9974 \let\result=\dblarrow
9975 \def\error{{\it ERROR} \longdblarrow}
9976 We need to do this better soon.
9977
c5602427 99781989-04-11 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
9979
9980 * Applied Karl Berry's patches to *.texinfo files, but not to
9981 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
9982 new title page format is also not applied, since it requires
9983 texinfo.tex changes.)
9984
9985 * Cleaned up `Makefile' and defined the `emacslibdir' directory
9986 for the Project GNU development environment.
9987
9988;; Local Variables:
c8763fb6 9989;; coding: utf-8
b8d4c8d0
GM
9990;; End:
9991
acaf905b 9992 Copyright (C) 1998-2012 Free Software Foundation, Inc.
b8d4c8d0
GM
9993
9994 This file is part of GNU Emacs.
9995
352c8b4a 9996 GNU Emacs is free software: you can redistribute it and/or modify
b8d4c8d0 9997 it under the terms of the GNU General Public License as published by
352c8b4a
GM
9998 the Free Software Foundation, either version 3 of the License, or
9999 (at your option) any later version.
b8d4c8d0
GM
10000
10001 GNU Emacs is distributed in the hope that it will be useful,
10002 but WITHOUT ANY WARRANTY; without even the implied warranty of
10003 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10004 GNU General Public License for more details.
10005
10006 You should have received a copy of the GNU General Public License
352c8b4a 10007 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.