mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode' instead of...
[bpt/emacs.git] / doc / lispref / ChangeLog
CommitLineData
9962192e
CY
12012-01-28 Chong Yidong <cyd@gnu.org>
2
8c6e1920
CY
3 * display.texi (Fringe Indicators): Clarify fringe-indicator-alist
4 doc (Bug#8568).
5
9583ec59
CY
6 * frames.texi (Input Focus): Add NORECORD arg to
7 select-frame-set-input-focus. Clarify its role in select-frame.
8
10256988
CY
9 * text.texi (Transposition): We don't use transpose-region as an
10 internal subroutine (Bug#3249).
11
9962192e
CY
12 * modes.texi (Example Major Modes): Update Lisp example code to
13 current sources. Delete the old non-derived-major-mode example,
14 which has diverged badly from current sources.
15
2aa43abb
GM
162012-01-27 Glenn Morris <rgm@gnu.org>
17
18 * makefile.w32-in (texinputdir): Fix (presumed) typo.
19 (VERSION, manual): Remove, unused.
20
9f40220d
CY
212012-01-27 Chong Yidong <cyd@gnu.org>
22
23 * commands.texi (Command Overview): Minor clarification (Bug#10384).
24
acc28cb9
CY
252012-01-26 Chong Yidong <cyd@gnu.org>
26
27 * searching.texi (String Search): Document negative repeat count
28 (Bug#10507).
29
48da7392
GM
302012-01-26 Glenn Morris <rgm@gnu.org>
31
32 * variables.texi (Using Lexical Binding):
33 Mention that lexical-binding should be set in the first line.
34
69b0acb9
LI
352012-01-26 Lars Ingebrigtsen <larsi@gnus.org>
36
37 * macros.texi (Defining Macros): Don't claim that `declare' only
38 affects Edebug and indentation.
39
543757a8
LI
402012-01-25 Lars Ingebrigtsen <larsi@gnus.org>
41
42 * macros.texi (Defining Macros): Slight `declare' fixup.
43
450e3cae
GM
442012-01-25 Glenn Morris <rgm@gnu.org>
45
24189ce0 46 * makefile.w32-in (texinputdir):
450e3cae
GM
47 * Makefile.in (ENVADD): Add $emacsdir. (Bug#10603)
48
1021c761
CY
492012-01-24 Chong Yidong <cyd@gnu.org>
50
51 * variables.texi (Variables, Local Variables, Void Variables):
52 Edit to make the descriptions less specific to dynamic binding.
53 (Local Variables): Default max-specpdl-size is now 1300.
54 (Defining Variables): Edits for lexical scoping. Delete
55 information about starting docstrings with *. De-document
56 user-variable-p.
57 (Tips for Defining): Remove an unimportant discussion of quitting
58 in the middle of a load.
59 (Accessing Variables, Setting Variables): Discuss lexical binding.
60 (Variable Scoping): Rewrite.
61 (Scope, Extent, Impl of Scope): Nodes deleted.
62 (Dynamic Binding): New node, with material from Scope, Extent, and
63 Impl of Scope nodes.
64 (Dynamic Binding Tips): Rename from Using Scoping.
65 (Lexical Binding): Rewrite.
66 (Using Lexical Binding): Rename from Converting to Lexical
67 Binding. Convert to subsection.
68
69 * customize.texi (Variable Definitions): Add custom-variable-p.
70 Move user-variable-p documentation here.
71
31cbea1d
CY
722012-01-23 Chong Yidong <cyd@gnu.org>
73
74 * strings.texi (Text Comparison): Minor qualification.
75
76 * lists.texi (Cons Cells): Copyedits.
77 (List Elements): Mention push.
78 (List Variables): Mention pop.
79 (Rings): Move to sequences.texi.
80
81 * sequences.texi (Sequence Functions): Don't repeat the
82 introduction already given in the parent.
83 (Vectors): Copyedits.
84 (Rings): Move from lists.texi. Note that this is specific to the
85 ring package.
86
87 * symbols.texi (Definitions, Symbol Components): Mention variable
88 scoping issues.
89 (Plists and Alists): Copyedits.
90
91 * eval.texi (Intro Eval, Symbol Forms): Minor tweaks for
92 correctness with lexical scoping.
93 (Eval): Copyedits.
94
fead402d
CY
952012-01-21 Chong Yidong <cyd@gnu.org>
96
97 * intro.texi (A Sample Function Description): Special notation
98 used for macros too.
99
100 * objects.texi (Ctl-Char Syntax, Other Char Bits): Copyedits.
101 (Symbol Type): Add xref for keyword symbols.
102 (Sequence Type): Clarify differences between sequence types.
103 (Cons Cell Type): Add "linked list" index entry.
104 (Non-ASCII in Strings): Copyedits.
105 (Equality Predicates): Symbols with same name need not be eq.
106
107 * numbers.texi (Float Basics): Document isnan, copysign, frexp and
108 ldexp. Move float-e and float-pi to Math Functions node.
109
61086eb6
GM
1102012-01-21 Glenn Morris <rgm@gnu.org>
111
112 * modes.texi (Auto Major Mode):
113 * variables.texi (File Local Variables):
114 Mention inhibit-local-variables-regexps.
115
34a02f46
MR
1162012-01-19 Martin Rudalics <rudalics@gmx.at>
117
118 * windows.texi (Window Configurations): Rewrite references to
119 persistent window parameters.
120 (Window Parameters): Fix description of persistent window
121 parameters.
122
f5064cae
JB
1232012-01-16 Juanma Barranquero <lekktu@gmail.com>
124
125 * windows.texi (Window Parameters): Use @pxref.
126
6a6ee00d
MR
1272012-01-16 Martin Rudalics <rudalics@gmx.at>
128
129 * windows.texi (Window Configurations, Window Parameters):
130 Describe persistent window parameters.
131
9ca4c014
SM
1322011-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
133
134 * variables.texi (Creating Buffer-Local): Warn against misuses of
135 make-variable-buffer-local (bug#10258).
136
d027f83d
LMI
1372012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
138
139 * macros.texi (Defining Macros): Document `doc-string' (bug#9668).
140
89bd9ccd
CY
1412012-01-06 Chong Yidong <cyd@gnu.org>
142
143 * variables.texi (Directory Local Variables): Document
144 hack-dir-local-variables-non-file-buffer.
145
c869783d
GM
1462012-01-06 Glenn Morris <rgm@gnu.org>
147
148 * maps.texi (Standard Keymaps): Refer to Info-edit by name
149 rather than by keybinding.
150
2cae5ba4
JB
1512011-12-29 Juanma Barranquero <lekktu@gmail.com>
152
153 * frames.texi (Font and Color Parameters): Add @pxref.
154
43da4d08
DC
1552011-12-29 Daniel Colascione <dan.colascione@gmail.com>
156
157 * frames.texi (Font and Color Parameters):
158 Document w32 font backends (bug#10399).
159
8d80ef01
PE
1602011-12-28 Paul Eggert <eggert@cs.ucla.edu>
161
162 * files.texi (File Attributes, Changing Files):
163 Use a more-natural notation for octal numbers.
164
9022ae07
JB
1652011-12-23 Juanma Barranquero <lekktu@gmail.com>
166
167 * variables.texi (Variables with Restricted Values):
168 Change reference to variable (bug#10354).
169
454592a6
MR
1702011-12-13 Martin Rudalics <rudalics@gmx.at>
171
172 * windows.texi (Splitting Windows): Use t instead of non-nil
173 when describing window-combination-resize.
174
a7cdbfce
SM
1752011-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
176
177 * text.texi (Special Properties): Warn against `intangible' properties
178 (bug#10222).
179
a3dcc84e
EZ
1802011-11-26 Eli Zaretskii <eliz@gnu.org>
181
579ebf8f
EZ
182 * display.texi (Truncation):
183 * text.texi (Special Properties): Describe what a stretch-glyph is
184 instead of using that term without explanation. Make the
185 cross-references more accurate.
186
a3dcc84e
EZ
187 * display.texi (Usual Display): Update the description,
188 cross-references, and indexing related to display of control
189 characters and raw bytes.
190
94af99a4
MR
1912011-11-25 Martin Rudalics <rudalics@gmx.at>
192
193 * windows.texi (Splitting Windows): Fix description of
194 window-combination-limit. Suggested by Eli Zaretskii.
195
1c3d7a13
CY
1962011-11-23 Chong Yidong <cyd@gnu.org>
197
198 * windows.texi (Window Sizes): Move window-top-line,
199 window-left-column, and window-*-pixel-edges to Coordinates and
200 Windows node.
201 (Coordinates and Windows): Restore window-edges doc.
202
90151a1e
MR
2032011-11-21 Martin Rudalics <rudalics@gmx.at>
204
a7cdbfce
SM
205 * windows.texi (Windows and Frames, Splitting Windows):
206 Fix typos.
90151a1e 207
a9b9b7f5
CY
2082011-11-21 Chong Yidong <cyd@gnu.org>
209
210 * windows.texi (Splitting Windows): Fix error in documentation of
211 window-combination-limit.
212 (Cyclic Window Ordering): Minor fixes to next-window,
213 one-window-p, and get-lru-window docs. Don't document
214 window-list-1.
215 (Buffers and Windows): Copyedits.
216 (Choosing Window): Document special handling of special-display-*.
217 (Choosing Window Options): Fix display-buffer-reuse-frames doc.
a7cdbfce
SM
218 Don't document even-window-heights, which is going away.
219 Clarify which options are obeyed by which action functions.
a9b9b7f5 220
f4e90db0
SM
2212011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
222
223 * display.texi (Invisible Text): Clarify point adjustment (bug#10072).
224
d2999b1a
MR
2252011-11-20 Martin Rudalics <rudalics@gmx.at>
226
f4e90db0
SM
227 * windows.texi (Resizing Windows, Splitting Windows):
228 Remove term "status" when talking about combination limits.
d2999b1a 229
cd1181db
JB
2302011-11-20 Juanma Barranquero <lekktu@gmail.com>
231
232 * compile.texi (Compiler Errors):
233 * help.texi (Help Functions): Fix typos.
234
7bf54975
CY
2352011-11-19 Chong Yidong <cyd@gnu.org>
236
237 * windows.texi (Splitting Windows): Clarify role of window
238 parameters in split-window. Shorten the example.
f4e90db0
SM
239 (Deleting Windows): Rewrite intro to handle internal windows.
240 Fix delete-windows-on doc.
7bf54975
CY
241 (Selecting Windows): Copyedits.
242
a0c2d0ae
MR
2432011-11-17 Martin Rudalics <rudalics@gmx.at>
244
245 * windows.texi (Resizing Windows, Splitting Windows)
246 (Deleting Windows): Use term window-combination-resize instead
247 of window-splits.
248
b6f67890
MR
2492011-11-16 Martin Rudalics <rudalics@gmx.at>
250
f4e90db0
SM
251 * windows.texi (Resizing Windows, Splitting Windows):
252 Rename occurrences of window-nest to window-combination-limit.
b6f67890 253
0b381c7e
JB
2542011-11-14 Juanma Barranquero <lekktu@gmail.com>
255
256 * intro.texi (Lisp History): Fix typo.
257
89d61221
MR
2582011-11-12 Martin Rudalics <rudalics@gmx.at>
259
f4e90db0
SM
260 * windows.texi (Splitting Windows, Deleting Windows):
261 Remove references to splits status of windows.
89d61221 262
b2621720
GM
2632011-11-10 Glenn Morris <rgm@gnu.org>
264
265 * buffers.texi (Read Only Buffers): Expand a bit on why
266 toggle-read-only should only be used interactively. (Bug#7292)
267
d2ad7ee1
CY
2682011-11-09 Chong Yidong <cyd@gnu.org>
269
270 * windows.texi (Window Sizes): Document window-pixel-edges,
c4e7c63a 271 window-inside-pixel-edges, window-absolute-pixel-edges, and
d2ad7ee1
CY
272 window-inside-absolute-pixel-edges.
273 (Resizing Windows): shrink-window-if-larger-than-buffer works on
274 non-full-width windows.
275
2cffd681
MR
2762011-11-09 Martin Rudalics <rudalics@gmx.at>
277
278 * windows.texi (Resizing Windows): Rewrite documentation of
279 window-resizable.
280
f6f6d7e7
CY
2812011-11-09 Chong Yidong <cyd@gnu.org>
282
283 * windows.texi (Splitting Windows): Simplify example.
284
a79db6e0
CY
2852011-11-08 Chong Yidong <cyd@gnu.org>
286
287 * windows.texi (Window Sizes): Copyedits. Document
288 window-text-height. Remove window-min-height and window-min-width
289 discussion, referring instead to Emacs manual.
290 (Splitting Windows, Resizing Windows): Add xref to Emacs manual.
e7313f33
CY
291 (Resizing Windows): Simplify introduction. Don't document
292 enlarge-window, shrink-window, enlarge-window-horizontally, and
293 shrink-window-horizontally; they are no longer preferred for
294 calling from Lisp, and are already documented in the Emacs manual.
a79db6e0 295
441950c7
GM
2962011-11-07 Glenn Morris <rgm@gnu.org>
297
298 * windows.texi (Choosing Window): Fix keybinding typo.
299
be7f5545
MR
3002011-11-07 Martin Rudalics <rudalics@gmx.at>
301
302 * windows.texi (Resizing Windows, Splitting Windows)
303 (Window Configurations): Use "child window" instead of
304 "subwindow".
305
291d142b
CY
3062011-11-06 Chong Yidong <cyd@gnu.org>
307
308 * windows.texi (Basic Windows): Clarify various definitions.
309 Treat window-normalize-* as internal; don't document them.
310 (Windows and Frames): Various clarifications, e.g. non-live
311 windows also belong to frames. Fix window-list description.
312 Simplify window nesting example.
f4e90db0
SM
313 (Splitting Windows, Window Configurations):
314 Use split-window-below.
291d142b 315
89bd5ee1
EZ
3162011-11-04 Eli Zaretskii <eliz@gnu.org>
317
318 * windows.texi (Window Sizes): Mention in the doc string that the
319 return values of `window-body-height' and `window-body-width' are
320 in frame's canonical units. (Bug#9949)
321
3d8daefe
MR
3222011-10-30 Martin Rudalics <rudalics@gmx.at>
323
324 * windows.texi (Windows and Frames): Remove "iso-" infix from
325 documentation of window-iso-combined-p.
326
60754666
CY
3272011-10-26 Chong Yidong <cyd@gnu.org>
328
329 * modes.texi (Running Hooks): Document with-wrapper-hook.
330
d366bd53
CY
3312011-10-18 Chong Yidong <cyd@gnu.org>
332
333 * display.texi (Glyphless Chars): New node.
334
50b063c3
CY
3352011-10-13 Chong Yidong <cyd@stupidchicken.com>
336
337 * text.texi (Yanking): Document yank-excluded-properties.
338
339 * package.texi (Packaging Basics): The commentary should say how
340 to begin using the package.
341
c72063fa
MR
3422011-10-11 Martin Rudalics <rudalics@gmx.at>
343
344 * windows.texi (Deleting Windows): Mention which window gets
345 selected when deleting the selected window.
346
d83dc65b
MR
3472011-10-09 Martin Rudalics <rudalics@gmx.at>
348
349 * buffers.texi (The Buffer List): Describe how bury-buffer deals
350 with the selected window.
351 * windows.texi (Buffers and Windows): Reformulate text on how
352 replace-buffer-in-windows deals with a window.
353 (Quitting Windows): Describe how quit-window deals with a
354 standalone frame. Describe new option frame-auto-hide-function.
355
c599682c
GM
3562011-10-08 Glenn Morris <rgm@gnu.org>
357
48bca619
GM
358 * symbols.texi (Other Plists): Markup fix. (Bug#9702)
359
c599682c
GM
360 * positions.texi (Excursions): Update warning message.
361
969aa734
CY
3622011-10-05 Chong Yidong <cyd@stupidchicken.com>
363
f4e90db0
SM
364 * display.texi (Low-Level Font, Face Attributes, Font Lookup):
365 Fix Emacs manual xref (Bug#9675).
969aa734 366
550f41cd
CY
3672011-10-01 Chong Yidong <cyd@stupidchicken.com>
368
369 * windows.texi (Textual Scrolling): Document scroll-up-command,
370 scroll-down-command, scroll-error-top-bottom, and the
371 scroll-command symbol property.
717a1362
CY
372 (Display Action Functions): Fix description of
373 display-buffer-pop-up-window.
550f41cd 374
a239d4e9
JB
3752011-09-28 Juanma Barranquero <lekktu@gmail.com>
376
377 * windows.texi (Splitting Windows): Fix typos.
378
590c056d
MR
3792011-09-25 Martin Rudalics <rudalics@gmx.at>
380
381 * windows.texi (Windows and Frames, Display Action Functions)
382 (Switching Buffers): Fix some typos.
383 (Buffers and Windows): Remove reference to window-auto-delete.
384 Reword description of replace-buffer-in-windows.
385 (Window History): Fix some typos and refer to frame local buffer
386 list.
c419f5cb
MR
387 (Quitting Windows): New node.
388 (Window Configurations): Add descriptions of window-state-get
389 and window-state-put.
390 (Window Parameters): Describe variable ignore-window-parameters.
391 Sketch some window parameters currently in use.
392 * elisp.texi (Top): Update node listing.
590c056d 393
9ec20d36
CY
3942011-09-25 Chong Yidong <cyd@stupidchicken.com>
395
396 * windows.texi (Display Action Functions)
397 (Choosing Window Options): New nodes.
398
0e406a72
CY
3992011-09-24 Chong Yidong <cyd@stupidchicken.com>
400
401 * windows.texi (Window History): New node. Move text here from
402 Buffers and Windows.
403 (Switching Buffers): Rename from Displaying Buffers, since we
f4e90db0
SM
404 don't document display-buffer here; callers changed.
405 Document FORCE-SAME-WINDOW arg to switch-to-buffer and
0e406a72
CY
406 switch-to-buffer-other-frame. Delete duplicate
407 replace-buffer-in-windows doc.
408 (Choosing Window): Document display actions.
409
6bf7006f
EZ
4102011-09-24 Eli Zaretskii <eliz@gnu.org>
411
412 * display.texi (Forcing Redisplay): Update the description of
413 redisplay-dont-pause due to change in the default value.
414
b33b68a3
MR
4152011-09-23 Martin Rudalics <rudalics@gmx.at>
416
417 * frames.texi (Frames and Windows): Move section and rename to
418 Windows and Frames in windows.texi.
419 * windows.texi (Windows): Restructure.
420 (Basic Windows): Rewrite. Explain live and internal windows and
421 normalization functions.
422 (Windows and Frames): Move section here from frames.texi.
423 Describe subwindows, window combinations, window tree, and
424 corresponding functions including window-list here.
425 (Window Sizes): Rename section from Size of Window and move it
426 up in chapter. Describe total and body sizes and the
427 corresponding functions. Explain new semantics of
428 window-min-height/-width.
429 (Resizing Windows): Move section up in chapter. Describe new
430 resize functions.
431 (Splitting Windows): Describe new behavior of split-window,
432 split-window-above-each-other and split-window-side-by-side.
433 Provide examples. Describe window-nest and window-splits
434 options.
435 (Deleting Windows): Minor rewrite.
f4e90db0
SM
436 (Selecting Windows): Minor rewrite.
437 Describe frame-selected-window and set-frame-selected-window here.
438 (Cyclic Window Ordering): Minor rewrite.
439 Describe window-list-1.
b33b68a3
MR
440 (Buffers and Windows): Rewrite. Explain a window's previous and
441 next buffers and the corresponding functions.
c4682d18 442 (Window Tree): Merge into Windows and Frames section.
b33b68a3
MR
443 * elisp.texi (Top): Update node listings for frames and windows
444 sections.
445
4d3786ac
SM
4462011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
447
448 * display.texi (Face Functions): `face-list' returns faces (bug#9564).
449
713df35b
LMI
4502011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
451
452 * errors.texi (Standard Errors): Remove apparent placeholder text
453 (bug#9491).
454
33ed493b
CY
4552011-09-18 Chong Yidong <cyd@stupidchicken.com>
456
457 * frames.texi (Management Parameters): Fix description of
458 icon-type parameter.
459
b8f0a954
CY
4602011-09-17 Chong Yidong <cyd@stupidchicken.com>
461
462 * tips.texi (Key Binding Conventions): Don't bind a key sequence
463 ending in C-g. Suggested by Edward O'Connor.
464
eddf142c
EZ
4652011-09-17 Eli Zaretskii <eliz@gnu.org>
466
467 * numbers.texi (Integer Basics): Add indexing for
468 most-positive-fixnum and most-negative-fixnum. (Bug#9525)
469
bf1af6c7
DM
4702011-09-14 Dani Moncayo <dmoncayo@gmail.com> (tiny change)
471
472 * lists.texi (Sets And Lists): Fix typo. (Bug#9393)
473
cec2eab8
JB
4742011-09-11 Juanma Barranquero <lekktu@gmail.com>
475
476 * processes.texi (Network Servers): Clarify what the process
477 buffer is used for (bug#9233).
478
51751aa2 4792011-08-30 Dani Moncayo <dmoncayo@gmail.com> (tiny change)
1f403cb9
DM
480
481 * lists.texi (Building Lists): Fix typo.
482
35137ed3
CY
4832011-08-30 Chong Yidong <cyd@stupidchicken.com>
484
485 * display.texi (Basic Faces): New node. Document new faces.
486
487 * modes.texi (Major Mode Conventions): Move some text there.
488 (Mode Help): Remove major-mode var, duplicated in Major Modes.
489
3fd50d5c
CY
4902011-08-29 Chong Yidong <cyd@stupidchicken.com>
491
492 * modes.texi (Basic Major Modes): New node. Callers updated.
493 (Major Modes): Document fundamental-mode and major-mode.
494 (Major Mode Basics): Node deleted; text moved to Major Modes.
495 (Derived Modes): Document derived-mode-p.
496
ddb54206
CY
4972011-08-28 Chong Yidong <cyd@stupidchicken.com>
498
a6326082
CY
499 * files.texi (Changing Files, Create/Delete Dirs): Document new
500 arguments for delete-file, delete-directory, and copy-directory.
e2aeef63
CY
501 (Visiting Functions): Remove view-file; it is documented in the
502 Emacs manual.
04e2ce72 503
ddb54206
CY
504 * frames.texi (Layout Parameters): The defaults for the
505 menu-bar-lines and tool-bar-lines parameters depend on the mode.
506
507 * display.texi (Progress): Document spinner functionality.
508
509 * os.texi (Killing Emacs): Note that kill-emacs can be called by
510 operating system signals. Refer to save-buffers-kill-terminal
511 instead of save-buffers-kill-emacs.
512
513 * objects.texi (Symbol Type): Document ## print representation.
514
0c95fcf7
EZ
5152011-08-25 Eli Zaretskii <eliz@gnu.org>
516
517 * display.texi (Specified Space): Mention that `space' specs
518 influence bidi reordering.
519 (Bidirectional Display): Explain how to use `(space . PROPS)' for
520 separating fields with bidirectional content.
521
5980d4c6
EZ
5222011-08-24 Eli Zaretskii <eliz@gnu.org>
523
524 * display.texi (Bidirectional Display): Document return value in
525 buffers that are not bidi-reordered for display, and in unibyte
526 buffers.
527
bca633fb
EZ
5282011-08-23 Eli Zaretskii <eliz@gnu.org>
529
530 * nonascii.texi (Character Properties): Document the values for
531 unassigned codepoints.
532
c094bb0c
EZ
5332011-08-18 Eli Zaretskii <eliz@gnu.org>
534
535 * nonascii.texi (Character Properties): Document use of
536 `bidi-class' and `mirroring' properties as part of reordering.
537 Provide cross-references to "Bidirectional Display".
538
539 * display.texi (Bidirectional Display): Document the pitfalls of
540 concatenating strings with bidirectional content, with possible
f4e90db0
SM
541 solutions. Document bidi-string-mark-left-to-right.
542 Mention paragraph direction in modes that inherit from prog-mode.
92b71444
EZ
543 Document use of `bidi-class' and `mirroring' properties as part of
544 reordering.
c094bb0c 545
1ea897d5
EZ
5462011-08-16 Eli Zaretskii <eliz@gnu.org>
547
9adfcd0b
EZ
548 * modes.texi (Major Mode Conventions): Improve the documentation
549 of `mode-class' `special' modes.
550
10862873
EZ
551 * nonascii.texi (Character Properties): Document the `mirroring'
552 property. Add index entries.
553
1ea897d5
EZ
554 * syntax.texi (Categories): Add an example of defining a new
555 category and category table.
556
557 * searching.texi (Regexp Backslash): Document how to display
558 existing categories. Mention the possibility of adding
559 categories, and add an xref to where this is described. Add an
560 index entry.
561
ebb552ed
CY
5622011-08-09 Chong Yidong <cyd@stupidchicken.com>
563
564 * text.texi (Special Properties):
565 * display.texi (Overlay Properties): Note that mouse-face cannot
566 change the text size (Bug#8530).
567
51a714e1
CY
5682011-08-08 Chong Yidong <cyd@stupidchicken.com>
569
570 * os.texi (Time of Day): Remove set-time-zone-rule, and recommend
571 using setenv instead.
572
4cc60b9b
EZ
5732011-07-28 Eli Zaretskii <eliz@gnu.org>
574
575 * display.texi (Bidirectional Display): Document the fact that
576 bidi-display-reordering is t by default.
577
5deb92fd
EZ
5782011-07-23 Eli Zaretskii <eliz@gnu.org>
579
580 * display.texi (Bidirectional Display): New section.
581
011b0ad6 5822011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
67f9b9f8
GM
583 Tim Cross <theophilusx@gmail.com> (tiny change)
584 Glenn Morris <rgm@gnu.org>
011b0ad6 585
67f9b9f8 586 * keymaps.texi (Toolkit Differences): New node. (Bug#8176)
011b0ad6 587
4baf28e6
AS
5882011-07-15 Andreas Schwab <schwab@linux-m68k.org>
589
590 * help.texi (Keys in Documentation): Revert last change.
591
66249842
LMI
5922011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
593
f863868c
LMI
594 * help.texi (Keys in Documentation): Clarify that \= only quotes
595 the next character, and doesn't affect longer sequences in
596 particular (bug#8935).
597
f4e90db0
SM
598 * debugging.texi (Using Debugger):
599 Mention @code{eval-expression-debug-on-error} (bug#8549).
66249842 600
0bb23927 6012011-07-14 Eli Zaretskii <eliz@gnu.org>
a2eaa31d
EZ
602
603 * display.texi (Other Display Specs): Document that `left-fringe'
604 and `right-fringe' display specifications are of the "replacing"
605 kind.
606
f2027cdf
LMI
6072011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
608
609 * help.texi (Documentation Basics): Add a link to the Function
610 Documentation node (bug#6580).
611
f987fde4
LMI
6122011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
613
0bc59b25
LMI
614 * keymaps.texi (Menu Bar): Mention :visible and :enable
615 (bug#6344). Text by Drew Adams.
616
63d55f1f
LMI
617 * modes.texi (Running Hooks): Mention buffer-local hook variables
618 (bug#6218).
619
f987fde4
LMI
620 * objects.texi (General Escape Syntax): "a with grave accent" is
621 ?xe0, not ?x8e0 (bug#5259).
622
b7527639
CY
6232011-07-12 Chong Yidong <cyd@stupidchicken.com>
624
625 * display.texi (Face Attributes, Font Selection): Add references
626 to the Fonts node in the Emacs manual (Bug#4178).
627
c830e5ae
CY
6282011-07-12 Chong Yidong <cyd@stupidchicken.com>
629
630 * display.texi (Window Systems): `window-system' is
631 terminal-local.
632
633 * frames.texi (Frame Parameters, Parameter Access): Don't mention
634 frame-local variables.
635
636 * variables.texi (Buffer-Local Variables): Don't mention obsolete
637 frame-local variables.
638 (Frame-Local Variables): Node deleted.
639
640 * elisp.texi (Top): Update node listing.
641
91223e54
LMI
6422011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
643
644 * elisp.texi: Change "inferiors" to "subnodes" in three places
645 (bug#3523).
646
963578d3
CY
6472011-07-11 Chong Yidong <cyd@stupidchicken.com>
648
649 * frames.texi (Window System Selections): Discussion of
650 x-select-enable-clipboard moved to Emacs manual.
651
07151e49
DD
6522011-07-11 Deniz Dogan <deniz@dogan.se>
653
654 * commands.texi (Prefix Command Arguments): Remove excessive
655 apostrophe.
656
7261e1cf
LMI
6572011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
658
ad21a12a
LMI
659 * syntax.texi (Syntax Descriptors): Clarify that the ". 23" syntax
660 description is a string (bug#3313).
661
7261e1cf
LMI
662 * frames.texi (Display Feature Testing): Try to explain what all
663 the visual classes mean (bug#3042).
664
568f7b79
LMI
6652011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
666
18d59e29
LMI
667 * modes.texi (Mode Line Variables): Document `mode-line-remote'
668 and `mode-line-client' (bug#2974).
669
568f7b79
LMI
670 * text.texi (Insertion): Clarify marker movements (bug#1651).
671 Text from Drew Adams.
672
54e10184
LMI
6732011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
674
d94d85e9
LMI
675 * text.texi (Special Properties): Clarify the format of `face'
676 (bug#1375).
677
54e10184
LMI
678 * commands.texi (Interactive Call): Add a `call-interactively'
679 example (bug#1010).
680
413c488d
LMI
6812011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
682
683 * functions.texi (Calling Functions): Link to the "Interactive
684 Call" node (bug#1001).
685
322b7dab 6862011-07-06 Chong Yidong <cyd@stupidchicken.com>
b00d8c1a 687
3deead93
CY
688 * customize.texi (Composite Types): Move alist and plist to here
689 from Simple Types (Bug#7545).
690
691 * elisp.texi (Top): Update menu description.
692
b00d8c1a
CY
693 * display.texi (Face Attributes): Document negative line widths
694 (Bug#6113).
695
d2a6c43b
TR
6962011-07-03 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
697
698 * searching.texi (Match Data): Note that match data can be
699 overwritten by most functions (bug#2499).
700
c7844a27
LMI
7012011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
702
a9ab721e
LMI
703 * strings.texi (Formatting Strings): Clarify what the "-" and "0"
704 flags mean (bug#6659).
705
c7844a27
LMI
706 * functions.texi (What Is a Function): Document the autoload
707 object (bug#6496).
708
f68d76d0
LMI
7092011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
710
8a20ca4c
LMI
711 * customize.texi (Variable Definitions): Clarify that SETFUNCTION
712 is only used in the Customize user interface (bug#6089).
713
f68d76d0 714 * display.texi (Showing Images): Mention the point of sliced
6dd56db4 715 images (bug#7836).
f68d76d0 716
7018dbe7
EZ
7172011-07-02 Eli Zaretskii <eliz@gnu.org>
718
719 * variables.texi (Defining Variables, Void Variables)
720 (Constant Variables): Fix incorrect usage of @kindex.
721
36cb87a1
LMI
7222011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
723
28ee97c7
LMI
724 * variables.texi (Defining Variables): Add an index entry for
725 `set-variable' (bug#7262).
8d4294e9 726 (Defining Variables): Use @findex for functions.
28ee97c7 727
8862ffd5
LMI
728 * frames.texi (Basic Parameters): Document the `explicit-name'
729 parameter (bug#6951).
730
0ec389b9
LMI
731 * customize.texi (Type Keywords): Clarify that :value provides a
732 default value for all types (bug#7386).
733
36cb87a1
LMI
734 * streams.texi (Output Functions): Document `pp'.
735
11fdef7d 7362011-06-25 Chong Yidong <cyd@stupidchicken.com>
dfc47e35
CY
737
738 * keymaps.texi (Searching Keymaps):
739 * display.texi (Overlay Properties): Fix errors in 2011-05-29
740 change. Suggested by Johan Bockgård.
741
eeafcea7
CY
7422011-06-15 Chong Yidong <cyd@stupidchicken.com>
743
744 * text.texi (Special Properties): Clarify role of font-lock-face.
745
b96e6cde
LMI
7462011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
747
f4e90db0 748 * processes.texi (Process Information): Rename `process-alive-p'
b96e6cde
LMI
749 to `process-live-p' for consistency with other `-live-p' functions.
750
be14b9ab
PE
7512011-06-03 Paul Eggert <eggert@cs.ucla.edu>
752
753 Document wide integers better.
754 * files.texi (File Attributes): Document ino_t values better.
2d365993 755 ino_t values no longer map to anything larger than a single cons.
be14b9ab
PE
756 * numbers.texi (Integer Basics, Integer Basics, Arithmetic Operations):
757 (Bitwise Operations):
001903b5
PE
758 * objects.texi (Integer Type): Use a binary notation that is a bit easier
759 to read, and that will port better if 62-bits becomes the default.
760 Fix or remove incorrect examples.
be14b9ab
PE
761 * os.texi (Time Conversion): Document time_t values better.
762
bcd54f83
LMI
7632011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
764
f4e90db0
SM
765 * processes.texi (Process Information):
766 Document `process-alive-p'.
bcd54f83 767
049bcbcb
CY
7682011-05-29 Chong Yidong <cyd@stupidchicken.com>
769
770 * help.texi (Accessing Documentation):
771 * display.texi (Pixel Specification):
772 * processes.texi (Serial Ports, Serial Ports):
773 * nonascii.texi (Character Properties, Default Coding Systems):
774 * text.texi (Changing Properties, Special Properties):
775 * windows.texi (Window Start and End):
776 * modes.texi (SMIE Indentation Example, SMIE Tricks):
777 * keymaps.texi (Searching Keymaps, Tool Bar):
778 * minibuf.texi (Basic Completion):
779 * compile.texi (Eval During Compile):
780 * strings.texi (Formatting Strings): Tweaks to avoid overflowing
781 7x9 paper in printed manual.
782
783 * lists.texi (Sets And Lists): Fix misplaced text.
784
58539c63
CY
7852011-05-29 Chong Yidong <cyd@stupidchicken.com>
786
787 * keymaps.texi (Remapping Commands): Emphasize that the keymap
788 needs to be active (Bug#8350).
789
6b5681bf
CY
7902011-05-28 Chong Yidong <cyd@stupidchicken.com>
791
b4d52acc
CY
792 * minibuf.texi (Reading File Names): Clarify (Bug#8480).
793
6b5681bf
CY
794 * tips.texi (Coding Conventions): Remove antediluvian filename
795 limit recommendation (Bug#8538).
796
e145f188
GM
7972011-05-27 Glenn Morris <rgm@gnu.org>
798
799 * modes.texi (Auto Major Mode): Update for set-auto-mode changes.
800
eafed945
GM
8012011-05-26 Glenn Morris <rgm@gnu.org>
802
803 * variables.texi (File Local Variables):
804 Update hack-local-variables `mode-only' return value.
2d3ba9e7 805 Add some more details on what this function does in the other case.
eafed945 806
bc8410af
GM
8072011-05-19 Glenn Morris <rgm@gnu.org>
808
809 * lists.texi (Sets And Lists): Mention cl provides union etc.
810
35a30759
N
8112011-05-19 Nix <nix@esperi.org.uk>
812
813 * windows.texi (Displaying Buffers): pop-to-buffer is not a command.
814
815 * text.texi (Parsing HTML): Update for function name changes.
816
817 * syntax.texi (Syntax Flags): Small fix.
818
819 * keymaps.texi (Active Keymaps): Typo fix.
820 (Changing Key Bindings): Grammar fix.
821
822 * frames.texi (Minibuffers and Frames): Grammar fix.
823 (Window System Selections): x-select-enable-clipboard now defaults to t.
824
825 * customize.texi (Common Keywords):
826 * display.texi (Abstract Display):
827 * modes.texi (Auto-Indentation):
828 * nonascii.texi (Converting Representations): Typo fixes.
829
830 * control.texi (Examples of Catch): Call it "goto" not "go to".
831
e3934a8a
EZ
8322011-05-14 Eli Zaretskii <eliz@gnu.org>
833
bc039a3b
EZ
834 * nonascii.texi (Character Properties): Fix inconsistencies with
835 implementation.
836
e3934a8a
EZ
837 * text.texi (Special Properties): Move @defvar's out of the
838 @table. (Bug#8652)
839
e2c94218
GM
8402011-05-12 Glenn Morris <rgm@gnu.org>
841
842 * display.texi (Image Descriptors): Fix typo. (Bug#8495)
843
d2fc7e3d 8442011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
bc3bea9c
SM
845
846 * modes.texi (Region to Refontify): Rename from "Region to Fontify".
847 (Multiline Font Lock):
848 * vol2.texi (Top):
849 * vol1.texi (Top):
850 * elisp.texi (Top): Update menu accordingly.
851
d2fc7e3d 8522011-05-12 Drew Adams <drew.adams@oracle.com>
e6dc6206
DA
853
854 * modes.texi (Region to Fontify): Fix typo.
855
79b70037
GM
8562011-05-10 Jim Meyering <meyering@redhat.com>
857
858 * minibuf.texi: Fix typo "in in -> in".
859
b08a63cc 8602011-05-06 Paul Eggert <eggert@cs.ucla.edu>
fed14fd7
PE
861
862 * numbers.texi (Integer Basics): Large integers are treated as floats.
863
1ef14cb4
LMI
8642011-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
865
866 * processes.texi (Synchronous Processes): Document the (:file
867 "/file-name") syntax for `call-process'.
868
4ffd0d6b 8692011-04-23 Juanma Barranquero <lekktu@gmail.com>
7ee6a1d3
JB
870
871 * windows.texi (Choosing Window): Fix typo.
872
4ffd0d6b 8732011-04-23 Chong Yidong <cyd@stupidchicken.com>
40954368
CY
874
875 * frames.texi (Layout Parameters): Note the difference between
876 querying and setting parameters for left-fringe and right-fringe
877 (Bug#6930).
878
fd5a8ae8
SM
8792011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
880
881 * minibuf.texi (Basic Completion): Be a bit more precise about the
882 valid kinds of completion tables.
883 (Programmed Completion): Remove obsolete text about lambda expressions
884 not being valid completion tables.
885
c1bcd0d5
CY
8862011-03-19 Chong Yidong <cyd@stupidchicken.com>
887
888 * positions.texi (Excursions): Explain the "save-excursion
889 defeated by set-buffer" warning.
890
891 * buffers.texi (Current Buffer): Copyedits. Don't recommend using
892 save-excursion. Suggested by Uday S Reddy.
893
03408648 8942011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
ba83908c 895
03408648
SM
896 * variables.texi (Defining Variables): Mention the new meaning of `defvar'.
897 (Lexical Binding): New sub-section.
ba83908c 898
03408648
SM
899 * eval.texi (Eval): Discourage the use of `eval'.
900 Document its new `lexical' argument.
6c075cd7 901
f6d62986
SM
9022011-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
903
03408648 904 * commands.texi (Command Overview): `post-command-hook' is not reset to
f6d62986
SM
905 nil any more.
906
84ea5558 9072011-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
e4021ec1
SM
908
909 * strings.texi (String Conversion): Don't mention
910 string-make-(uni|multi)byte (bug#8262).
911 * nonascii.texi (Converting Representations): Fix up range.
912 * keymaps.texi (Key Binding Commands): Update code point, avoid
913 "unibyte character" and remove mention of unibyte bindings.
914
62d94509
EZ
9152011-03-10 Eli Zaretskii <eliz@gnu.org>
916
917 * modes.texi (Operator Precedence Grammars): Don't use characters
918 outside ISO-8859-1.
919
63a329f8
EZ
9202011-03-09 Eli Zaretskii <eliz@gnu.org>
921
922 * intro.texi (Acknowledgements): Convert to ISO-8859-1 encoding.
923
924 * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
925
6446548e
GM
9262011-03-08 Glenn Morris <rgm@gnu.org>
927
928 * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
929 * intro.texi (Acknowledgements): Names to UTF-8.
80b005c7 930 * elisp.texi: Set documentencoding.
6446548e 931
33383987
JB
9322011-03-07 Chong Yidong <cyd@stupidchicken.com>
933
934 * Version 23.3 released.
935
0b3ceceb
CY
9362011-03-06 Chong Yidong <cyd@stupidchicken.com>
937
938 * package.texi: Update index keywords.
939 (Package Archives): New node contents. Document package-x.el.
940
78f5433f
JB
9412011-03-06 Juanma Barranquero <lekktu@gmail.com>
942
943 * makefile.w32-in (srcs): Add package.texi.
944
555e9b5c
CY
9452011-03-06 Chong Yidong <cyd@stupidchicken.com>
946
120d9389
CY
947 * package.texi (Packaging, Packaging Basics, Simple Packages)
948 (Multi-file Packages): Expand and clarify.
949 (Package Archives): Temporary placeholder node.
950
951 * elisp.texi (Top): Update node listing.
952
555e9b5c
CY
953 * Makefile.in (srcs): Add package.texi.
954
b59a4335
CY
9552011-03-05 Chong Yidong <cyd@stupidchicken.com>
956
957 * processes.texi (Synchronous Processes): Minor clarification
958 (Bug#8149).
959
06083aa1
GM
9602011-03-03 Glenn Morris <rgm@gnu.org>
961
962 * files.texi (Truenames): Minor clarification. (Bug#2341)
963
6640b281
GM
9642011-03-01 Glenn Morris <rgm@gnu.org>
965
966 * variables.texi (Directory Local Variables):
967 Mention `(subdirs . nil)' alist element.
968
2b0c7330 9692011-02-28 Glenn Morris <rgm@gnu.org>
081f7640
GM
970
971 * variables.texi (Directory Local Variables): Mention the optional
972 mtime argument of dir-locals-set-directory-class. (Bug#3577)
973
b923f7a9
CY
9742011-02-27 Chong Yidong <cyd@stupidchicken.com>
975
976 * minibuf.texi (Minibuffer History): Clarify discussion of
977 minibuffer history lists (Bug#8085).
978
67ab0163 9792011-02-19 Eli Zaretskii <eliz@gnu.org>
86ec878a 980
e979a521
EZ
981 * elisp.texi: Sync @dircategory with ../../info/dir.
982
e03b2fd4
EZ
983 * files.texi (Visiting Functions): Document find-file-literally,
984 both the command and the variable.
985
86ec878a
EZ
986 * variables.texi (Creating Buffer-Local): Explain the meaning of
987 permanent local variables.
988
67ab0163
GM
989 * files.texi (Visiting Functions): Document find-file-literally,
990 both the command and the variable.
991
992 * variables.texi (Creating Buffer-Local): Explain the meaning of
993 permanent local variables.
994
9952011-02-19 Glenn Morris <rgm@gnu.org>
dff9ac46
GM
996
997 * keymaps.texi (Remapping Commands): Mention how to undo it.
998
bfcb151a
RT
9992011-02-09 Reuben Thomas <rrt@sc3d.org>
1000
1001 * loading.texi (Hooks for Loading): Remove unnecessary advice
1002 about eval-after-load (Bug#7986).
1003
a41c8660
CY
10042011-02-05 Chong Yidong <cyd@stupidchicken.com>
1005
1006 * commands.texi (Accessing Mouse): Note that a header line is not
1007 included in the row of posn-col-row.
1008
e0dd6837
CY
10092011-02-02 Chong Yidong <cyd@stupidchicken.com>
1010
1011 * modes.texi (Major Mode Conventions): Add face guidelines.
1012 (Faces for Font Lock): List faces in order of prominence.
1013
a4180391
PE
10142011-02-01 Paul Eggert <eggert@cs.ucla.edu>
1015
1016 format-time-string now supports subsecond time stamp resolution
1017 * os.texi (Time Parsing): Document %N.
1018
7427eb97
CY
10192011-01-28 Chong Yidong <cyd@stupidchicken.com>
1020
61db307f
CY
1021 * vol1.texi (Top):
1022 * vol2.texi (Top):
1023 * elisp.texi (Top):
1024 * display.texi (Display Property): Shorten the menu description of
1025 the "Other Display Specs" node (Bug#7816).
1026
7427eb97
CY
1027 * keymaps.texi (Defining Menus): Add "menu item" and "extended
1028 menu item" concept index entries (Bug#7805).
1029
bf3dae7e
EZ
10302011-01-29 Eli Zaretskii <eliz@gnu.org>
1031
1032 * makefile.w32-in (texinfodir): New variable.
1033 (usermanualdir): Remove as redundant with $(emacsdir).
1034 (MAKEINFO): Remove options, leave only program name.
1035 (MAKEINFO_OPTS): New variable.
1036 (texinputdir, $(infodir)/elisp): Use $(MAKEINFO_OPTS).
1037
06d8ace5 10382011-01-25 Chong Yidong <cyd@stupidchicken.com>
e6cf7a82
CY
1039 Richard Kim <emacs18@gmail.com>
1040
1041 * loading.texi (Library Search): Document list-load-path-shadows
1042 (Bug#7757).
1043
06d8ace5 10442011-01-25 Chong Yidong <cyd@stupidchicken.com>
3f066f54
CY
1045
1046 * searching.texi (Regexp Special): Remove outdated discussion of
1047 character sets (Bug#7780).
1048
28a88153
CY
1049 * frames.texi (Pop-Up Menus): Document where menu title comes
1050 from (Bug#7684).
1051
06d8ace5 10522011-01-25 Glenn Morris <rgm@gnu.org>
4d265b4d
GM
1053
1054 * display.texi (Making Buttons): Mention limitation of text buttons.
1055
a8e1e9ee
WL
10562011-01-23 Werner Lemberg <wl@gnu.org>
1057
1058 * Makefile.in (MAKEINFO): Now controlled by `configure'.
1059 (MAKEINFO_OPTS): New variable. Use it where appropriate.
1060 (ENVADD): New variable to control texi2dvi and texi2pdf.
1061
362b9d48
GM
10622011-01-15 Chong Yidong <cyd@stupidchicken.com>
1063
1064 * files.texi (Directory Names): Move directory-abbrev-alist doc to
1065 Emacs manual.
1066
10672011-01-15 Eli Zaretskii <eliz@gnu.org>
1068
1069 * files.texi (Directory Names): Explain why FROM in
1070 directory-abbrev-alist should begin with \`. (Bug#7777)
1071
3fa173b4
SM
10722011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
1073
1074 * loading.texi (Hooks for Loading): Adjust doc of eval-after-load.
1075
7c420169 10762011-01-02 Eli Zaretskii <eliz@gnu.org>
2e4ab211
EZ
1077
1078 * modes.texi (Emulating Mode Line): Fix last change.
1079
7c420169 10802011-01-02 Eli Zaretskii <eliz@gnu.org>
287e63bb
EZ
1081
1082 * modes.texi (Emulating Mode Line): Update documentation of
1083 format-mode-line according to changes that fixed bug #7587.
1084
80b33766
SM
10852010-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
1086
1087 * modes.texi (Derived Modes): Mention prog-mode.
1088
1089 * keymaps.texi (Simple Menu Items, Extended Menu Items): Remove mention
1090 of the key-binding-data cache since we don't use it any more.
1091
f49d1f52 10922010-12-13 Eli Zaretskii <eliz@gnu.org>
3c73e30e 1093
4bb49a92
EZ
1094 * processes.texi (Shell Arguments):
1095 * strings.texi (Creating Strings): Don't mention "shell commands";
1096 make it explicit that `split-string-and-unquote' and
1097 `combine-and-quote-strings' are mainly for working with arguments
1098 to call-process and start-process.
1099
3c73e30e
EZ
1100 * processes.texi (Shell Arguments): Fix documentation of
1101 `split-string-and-unquote'. Add indexing. (Bug#7563)
1102
f49d1f52 11032010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
5dcb4c4e
SM
1104
1105 * modes.texi (Auto-Indentation): New section to document SMIE.
1106 (Major Mode Conventions):
1107 * text.texi (Mode-Specific Indent): Refer to it.
1108
f49d1f52 11092010-12-13 Eli Zaretskii <eliz@gnu.org>
bdef6a77
EZ
1110
1111 * display.texi (Other Display Specs): Document left-fringe and
1112 right-fringe display specs.
1113
f49d1f52 11142010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
769741e3
SM
1115
1116 * backups.texi (Making Backups):
1117 * modes.texi (Example Major Modes): Use recommended coding style.
1118 (Major Mode Basics, Derived Modes): Encourge more strongly use of
1119 define-derived-mode. Mention completion-at-point-functions.
1120
f49d1f52 11212010-12-13 Chong Yidong <cyd@stupidchicken.com>
3e99b825 1122
5dcb4c4e
SM
1123 * nonascii.texi (Converting Representations):
1124 Document byte-to-string.
e1115396 1125
ec1b9b17
GM
11262010-12-08 Glenn Morris <rgm@gnu.org>
1127
1128 * buffers.texi (Modification Time):
1129 verify-visited-file-modtime now defaults to the current buffer.
1130
07976ae3 11312010-11-27 Chong Yidong <cyd@stupidchicken.com>
3e99b825 1132
ec1b9b17 1133 * nonascii.texi (Converting Representations): Document byte-to-string.
3e99b825
CY
1134
1135 * strings.texi (Creating Strings): Don't mention semi-obsolete
1136 function char-to-string.
1137 (String Conversion): Shorten discussion of semi-obsolete function
1138 string-to-char. Link to Converting Representations.
1139
1140 * objects.texi (Symbol Type):
1141 * text.texi (Near Point):
1142 * help.texi (Help Functions):
1143 * functions.texi (Mapping Functions): Use string instead of
1144 char-to-string in examples.
1145
07976ae3 11462010-11-27 Chong Yidong <cyd@stupidchicken.com>
ec8a6295
CY
1147
1148 * text.texi (Kill Functions, Kill Functions)
1149 (Low-Level Kill Ring, Low-Level Kill Ring): Remove obsolete
1150 YANK-HANDLER args.
1151
1152 * symbols.texi (Creating Symbols): Using unintern without an
1153 obarray arg is now obsolete.
1154
1155 * numbers.texi (Float Basics): Document float-e and float-pi.
1156
1157 * variables.texi (Defining Variables): Change "pi" example to
1158 "float-pi".
1159
8547874a
EZ
11602010-11-26 Eli Zaretskii <eliz@gnu.org>
1161
1162 * commands.texi (Click Events): Document the values of X, Y and
1163 COL, ROW in the event's position, when the click is on the header
1164 or mode line, on the fringes, or in the margins.
1165
4a47c275 11662010-11-17 Eli Zaretskii <eliz@gnu.org>
c7926fe2 1167
5b05d75b
EZ
1168 * customize.texi (Composite Types): Lower-case index entry.
1169
5dcb4c4e
SM
1170 * loading.texi (How Programs Do Loading):
1171 Document load-file-name. (Bug#7346)
c7926fe2 1172
4a47c275 11732010-11-17 Glenn Morris <rgm@gnu.org>
cde08ac9
GM
1174
1175 * text.texi (Kill Functions, Low-Level Kill Ring): Small fixes.
1176
0eb025fb
EZ
11772010-11-13 Eli Zaretskii <eliz@gnu.org>
1178
1179 * display.texi (Usual Display): Characters with no fonts are not
1180 necessarily displayed as empty boxes.
1181
2699a554 11822010-10-31 Glenn Morris <rgm@gnu.org>
aab705a2
GM
1183
1184 * maps.texi (Standard Keymaps): Update File menu description.
1185
8289f37b
GM
11862010-10-28 Glenn Morris <rgm@gnu.org>
1187
1188 * Makefile.in (elisp.dvi, elisp.pdf): Also include $emacsdir.
1189
5793a7bc 11902010-10-24 Eli Zaretskii <eliz@gnu.org>
89baa1df
EZ
1191
1192 * display.texi (Window Systems): Deprecate use of window-system as
1193 a predicate.
1194
17284e30
GM
11952010-10-23 Glenn Morris <rgm@gnu.org>
1196
1197 * help.texi (Documentation Basics): Remove mentions of digest-doc and
1198 sorted-doc.
1199
00f113eb
JB
12002010-10-15 Eli Zaretskii <eliz@gnu.org>
1201
1202 * os.texi (Dynamic Libraries): New node, with slightly modified
1203 text deleted from "Image Formats".
1204 (System Interface): Add @menu entry for "Dynamic Libraries".
1205
1206 * display.texi (Image Formats): Remove description of
1207 image-library-alist. (Renamed in 2010-10-13T14:50:06Z!lekktu@gmail.com.)
1208
07277eb8
GM
12092010-10-12 Glenn Morris <rgm@gnu.org>
1210
1211 * book-spine.texinfo: Rename to book-spine.texi.
1212
c12e4a81
GM
12132010-10-11 Glenn Morris <rgm@gnu.org>
1214
df187c62
GM
1215 * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
1216
c12e4a81 1217 * Makefile.in (DVIPS): New variable.
234db610
GM
1218 (.PHONY): Add html, ps.
1219 (html, elisp.html, ps, elisp.ps): New targets.
1220 (clean): Delete html, ps files.
1221 ($(infodir)/elisp): Remove unnecessary includes.
c12e4a81 1222
6513b232
EZ
12232010-10-09 Eli Zaretskii <eliz@gnu.org>
1224
1225 * makefile.w32-in (emacsdir): New variable.
1226 (srcs): Add emacsver.texi.
1227 ($(infodir)/elisp, elisp.dvi): Add -I$(emacsdir).
1228
abd40fb4
GM
12292010-10-09 Glenn Morris <rgm@gnu.org>
1230
c1dc72b3
GM
1231 * Makefile.in (VPATH): Remove.
1232 (infodir): Make it absolute.
1233 (mkinfodir, $(infodir)/elisp, infoclean): No need to cd $srcdir.
1234
4393405b
GM
1235 * Makefile.in (dist): Anchor regexps.
1236
eef3ab94
GM
1237 * Makefile.in (srcs): Put elisp.texi first.
1238 ($(infodir)/elisp, elisp.dvi, elisp.pdf): Use $<.
1239
aa9db089
GM
1240 * Makefile.in (infoclean): Remove harmless, long-standing error.
1241
abd40fb4
GM
1242 * Makefile.in ($(infodir)): Delete rule.
1243 (mkinfodir): New.
1244 ($(infodir)/elisp): Use $mkinfodir instead of infodir.
1245
68db69ed 1246 * Makefile.in (dist): Remove reference to emacsver.texi.in.
208deadc 1247 Also copy emacsver.texi, and edit $emacsdir.
68db69ed 1248
ea274122
GM
12492010-10-09 Glenn Morris <rgm@gnu.org>
1250
f7a31f11
GM
1251 * Makefile.in (emacsdir): New variable.
1252 (MAKEINFO): Add -I $emacsdir.
1253 (dist): Copy emacsver.texi.
b13254e7
GM
1254 (srcs): Add emacsver.texi.
1255
f7a31f11
GM
1256 * book-spine.texinfo, elisp.texi, vol2.texi, vol1.texi:
1257 Set EMACSVER by including emacsver.texi.
1258
ea274122
GM
1259 * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
1260
17ca7950
GM
12612010-10-07 Glenn Morris <rgm@gnu.org>
1262
1263 * Makefile.in (version): New, set by configure.
1264 (clean): Delete dist tar file.
1265 (dist): Use version in tar name.
1266
4c83f6e1
GM
12672010-10-06 Glenn Morris <rgm@gnu.org>
1268
1269 * Makefile.in: Rearrange to more closely resemble doc/emacs/Makefile.
1270 (INSTALL_INFO): Remove unused variable.
1271 (mostlyclean, infoclean, dist): New rules.
1272 (clean): Delete dvi and pdf files.
1273 (maintainer-clean): Remove elisp.oaux, use infoclean.
8a944cea 1274 ($(infodir)): Add parallel build workaround.
4c83f6e1 1275
0264072d
GM
12762010-10-04 Glenn Morris <rgm@gnu.org>
1277
1278 * Makefile.in (dvi, pdf, $(infodir)): New targets.
1279 ($(infodir)/elisp): Ensure target directory exists. Use $@.
8cce34d0 1280 Fix -I typo.
0264072d
GM
1281 (clean): No 'make.out' or 'core' files.
1282 (.PHONY): Declare clean rules.
1283 (maintainer-clean): Delete pdf file. Guard against cd failures.
1284
77f38949
GM
12852010-10-03 Glenn Morris <rgm@gnu.org>
1286
1287 * files.texi (File Name Components): Remove ignored section about
1288 deleted variable directory-sep-char.
1289
178fdd41
MA
12902010-10-03 Michael Albinus <michael.albinus@gmx.de>
1291
1292 * files.texi (Magic File Names): New defopt
1293 remote-file-name-inhibit-cache.
1294
9c524fcb
GM
12952010-10-02 Glenn Morris <rgm@gnu.org>
1296
1297 * os.texi (Killing Emacs): Hook now runs in batch mode.
1298
f816790b
SM
12992010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
1300
1301 * text.texi (Special Properties): Clarify when modification-hooks run.
1302
7cf78aac
SM
13032010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
1304
1305 * syntax.texi (Syntax Flags): Document new `c' flag.
1306
ca0d44e4
GM
13072010-09-09 Glenn Morris <rgm@gnu.org>
1308
1309 * display.texi (ImageMagick Images): General cleanup.
1310
10999305 13112010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
3fa0dc8f
AK
1312
1313 * files.texi (Directory Names): Use \` rather than ^.
1314
45240125
JD
13152010-09-02 Jan Djärv <jan.h.d@swipnet.se>
1316
1317 * text.texi (Low-Level Kill Ring):
1318 * frames.texi (Window System Selections): Remove cut buffer
1319 documentation.
1320
4abe5bf6
EZ
13212010-08-28 Eli Zaretskii <eliz@gnu.org>
1322
1323 * display.texi (Fringe Size/Pos): Add a cross-reference to "Layout
1324 Parameters", where the default fringe width is described.
1325
1326 * frames.texi (Window Frame Parameters, Basic Parameters)
1327 (Position Parameters, Layout Parameters, Management Parameters)
1328 (Cursor Parameters, Font and Color Parameters): Add indexing for
1329 frame parameters. (Bug#6929)
1330
fdc76236
TT
13312010-08-25 Tom Tromey <tromey@redhat.com>
1332
1333 * vol2.texi (Top): Update.
1334 * vol1.texi (Top): Update.
1335 * tips.texi (Library Headers): Mention Package-Version and
1336 Package-Requires.
1337 * package.texi: New file.
1338 * os.texi (System Interface): Update pointers.
1339 * elisp.texi (Top): Link to new nodes. Include package.texi.
1340 * anti.texi (Antinews): Update pointers.
1341
1e5c1c80
EZ
13422010-08-25 Eli Zaretskii <eliz@gnu.org>
1343
1344 * processes.texi (Filter Functions): Fix last change.
1345
78e33835
CY
13462010-08-24 Markus Triska <triska@gmx.at>
1347
1348 * processes.texi (Filter Functions): Use `buffer-live-p' instead
1349 of `buffer-name' in the main text as well as in the example
1350 (Bug#3098).
1351
198a7a97
CY
13522010-08-22 Chong Yidong <cyd@stupidchicken.com>
1353
1354 * nonascii.texi (Text Representations):
1355 * loading.texi (Loading Non-ASCII):
1356 * compile.texi (Byte Compilation): Don't mention obsolete
1357 --unibyte command-line argument.
1358
bc7d7ea6
CY
13592010-08-22 Chong Yidong <cyd@stupidchicken.com>
1360
1361 * modes.texi (Defining Minor Modes): Doc fix (Bug#6880).
1362
b0126eac 13632010-08-22 Chong Yidong <cyd@stupidchicken.com>
96b1842d
CY
1364
1365 * objects.texi (Bool-Vector Type): Minor definition tweak (Bug#6878).
1366
e8a6cc19
EZ
13672010-08-20 Eli Zaretskii <eliz@gnu.org>
1368
1369 * commands.texi (Misc Events): Add cross-references to where
1370 POSITION of a mouse event is described in detail.
1371
c4e7c63a 13722010-08-08 Christoph Scholtes <cschol2112@googlemail.com>
ee301a7a 1373
c4e7c63a 1374 * control.texi (Handling Errors) <error-message-string>: Fix arg name.
ee301a7a 1375
7815fe19 13762010-08-08 Juanma Barranquero <lekktu@gmail.com>
e8bf5266
JB
1377
1378 * modes.texi (Defining Minor Modes): Use C-backspace, not C-delete.
1379 Suggested by Štěpán Němec <stepnem@gmail.com>.
1380
7815fe19 13812010-08-08 Juanma Barranquero <lekktu@gmail.com>
b4f588fa
JB
1382
1383 * minibuf.texi (High-Level Completion): Document args of
1384 `read-buffer-function' (bug#5625).
1385
8b2dd508
JD
13862010-07-29 Jan Djärv <jan.h.d@swipnet.se>
1387
1388 * frames.texi (Layout Parameters): Add doc for tool-bar-position.
1389
bace45fe
MA
13902010-07-29 Michael Albinus <michael.albinus@gmx.de>
1391
1392 * processes.texi (Process Information): Explain process property
1393 `remote-tty'.
1394
4ce5a4cc
JB
13952010-07-27 Juanma Barranquero <lekktu@gmail.com>
1396
1397 * modes.texi (Defining Minor Modes): Use C-delete in examples,
1398 instead of "\C-\^?" (bug#6334).
1399
1c84bc7a
JB
1400 * text.texi (Special Properties): Fix typo.
1401
b88746ba
EZ
14022010-07-09 Eli Zaretskii <eliz@gnu.org>
1403
1404 * internals.texi (Writing Emacs Primitives): Adapt to ANSI C
1405 calling sequences, which are now the standard.
1406
51422d6d
CY
14072010-06-24 Chong Yidong <cyd@stupidchicken.com>
1408
1409 * text.texi (Undo): Clarify command loop behavior (Bug#2433).
1410
1411 * commands.texi (Command Overview): Mention undo-boundary call.
1412
d24880de
GM
14132010-06-23 Glenn Morris <rgm@gnu.org>
1414
1415 * abbrevs.texi, commands.texi, compile.texi, debugging.texi:
1416 * display.texi, edebug.texi, elisp.texi, eval.texi, files.texi:
1417 * frames.texi, functions.texi, internals.texi, keymaps.texi:
1418 * loading.texi, minibuf.texi, numbers.texi, os.texi, processes.texi:
1419 * searching.texi, sequences.texi, strings.texi, syntax.texi:
1420 * text.texi, tips.texi, vol1.texi, vol2.texi, windows.texi:
1421 Untabify Texinfo files.
1422
0fc76035
CY
14232010-06-20 Chong Yidong <cyd@stupidchicken.com>
1424
1425 * modes.texi (Minor Mode Conventions): Fix typo (Bug#6477).
1426
5338dc0b
CY
14272010-06-19 Chong Yidong <cyd@stupidchicken.com>
1428
a628ad9d 1429 * errors.texi (Standard Errors): Remove unnecessary markup (Bug#6461).
5338dc0b 1430
2c3a3c1d
CY
14312010-06-02 Chong Yidong <cyd@stupidchicken.com>
1432
ba3bf1d9
CY
1433 * searching.texi (Regexp Special): Remove obsolete information
1434 about matching non-ASCII characters, and suggest using char
1435 classes (Bug#6283).
2c3a3c1d 1436
7f4b4249
JB
14372010-05-30 Juanma Barranquero <lekktu@gmail.com>
1438
1439 * minibuf.texi (Basic Completion): Add missing "@end defun".
1440
637821cd
SM
14412010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
1442
1443 * minibuf.texi (Basic Completion): Document completion-boundaries.
1444 (Programmed Completion): Document the new fourth method for boundaries.
1445
e13051c3
CY
14462010-05-22 Chong Yidong <cyd@stupidchicken.com>
1447
a628ad9d 1448 * display.texi (Image Cache): Update documentation about image caching.
e13051c3 1449
0235128c 14502010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
da0bbbc4
CY
1451
1452 * windows.texi (Textual Scrolling):
1453 * tips.texi (Coding Conventions):
1454 * minibuf.texi (Minibuffer History):
1455 * maps.texi (Standard Keymaps):
1456 * loading.texi (Where Defined):
1457 * edebug.texi (Instrumenting): Fix typos.
1458
0235128c 14592010-05-08 Chong Yidong <cyd@stupidchicken.com>
eb5ed549 1460
c7c32279
CY
1461 * keymaps.texi (Menu Bar): Document :advertised-binding property.
1462
0235128c
SM
1463 * functions.texi (Obsolete Functions):
1464 Document set-advertised-calling-convention.
eb5ed549
CY
1465
1466 * minibuf.texi (Basic Completion): Document completion-in-region.
1467 (Programmed Completion): Document completion-annotate-function.
1468
1469 * commands.texi (Reading One Event): Document read-key.
1470 (Distinguish Interactive): Document KIND arg to
1471 called-interactively-p. Delete obsolete interactive-p.
1472
1473 * elisp.texi (Top): Update node description.
1474
f8848423
EZ
14752010-05-08 Eli Zaretskii <eliz@gnu.org>
1476
0235128c
SM
1477 * nonascii.texi (Character Properties):
1478 Document unicode-category-table. Add an index entry for Unicode
1479 general category.
1480
14812010-05-07 Chong Yidong <cyd@stupidchicken.com>
1482
1483 * Version 23.2 released.
f8848423 1484
938efb77
JB
14852010-04-20 Juanma Barranquero <lekktu@gmail.com>
1486
1487 * locals.texi (Standard Buffer-Local Variables):
1488 Remove @ignore'd reference to `direction-reversed'.
1489
5854c267
JL
14902010-04-14 Juri Linkov <juri@jurta.org>
1491
1492 Fix @deffn without category.
1493
1494 * abbrevs.texi (Abbrev Expansion): Replace @deffn with @defun
1495 for `abbrev-insert'.
1496
1497 * buffers.texi (Indirect Buffers): Add category `Command'
1498 to @deffn of `clone-indirect-buffer'.
1499
1500 * windows.texi (Cyclic Window Ordering): Replace @deffn with @defun
1501 for `next-window' and `previous-window'. Add category `Command'
1502 to @deffn of `pop-to-buffer'.
1503
8a14dec7
CY
15042010-04-01 Chong Yidong <cyd@stupidchicken.com>
1505
1506 * nonascii.texi (Text Representations): Don't mark
1507 enable-multibyte-characters as a user option.
1508
7a1831cf
EZ
15092010-03-31 Eli Zaretskii <eliz@gnu.org>
1510
1511 * control.texi (Handling Errors): How to re-throw a signal caught
1512 by condition-case.
1513
c3863713
CY
15142010-03-26 Chong Yidong <cyd@stupidchicken.com>
1515
1516 * loading.texi (Hooks for Loading): Document after-load-functions.
1517 Copyedits.
1518
c333f279
AM
15192010-03-24 Arni Magnusson <arnima@hafro.is> (tiny change)
1520
1521 * frames.texi (Cursor Parameters): Fix typo. (Bug#5760)
1522
e867cb5d 15232010-03-24 Chong Yidong <cyd@stupidchicken.com>
f7704e26
CY
1524
1525 * processes.texi (Network Processes): Document seqpacket type.
1526
605f35cd
DN
15272010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
1528
1529 * os.texi (System Environment): Do not mention lynxos.
1530
288f9fc0
CY
15312010-03-10 Chong Yidong <cyd@stupidchicken.com>
1532
1533 * Branch for 23.2.
1534
eed5c93a
CY
15352010-03-06 Chong Yidong <cyd@stupidchicken.com>
1536
1537 * objects.texi (Integer Type): Take note of the read syntax
1538 exception for numbers that cannot fit in the integer type.
1539
1ddd6622
GM
15402010-03-03 Glenn Morris <rgm@gnu.org>
1541
1542 * numbers.texi (Integer Basics, Bitwise Operations):
1543 * objects.texi (Integer Type): Update for integers now being 30-bit.
1544
a908c79a
CY
15452010-02-27 Chong Yidong <cyd@stupidchicken.com>
1546
1547 * display.texi (Low-Level Font): Document :otf font-spec property.
1548
cd61af01
SM
15492010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
1550
1551 * display.texi (Line Height): Avoid obsolete special default variables
1552 like default-major-mode.
1553
c02f8fe2
AM
15542010-01-28 Alan Mackenzie <acm@muc.de>
1555
1556 * display.texi (Auto Faces): Say fontification-functions is called
1557 whether or not Font Lock is enabled. Tidy up the wording a bit.
1558
d738d18b
CY
15592010-01-17 Chong Yidong <cyd@stupidchicken.com>
1560
1561 * elisp.texi: Remove duplicate edition information (Bug#5407).
1562
4963739e
JB
15632010-01-17 Juanma Barranquero <lekktu@gmail.com>
1564
1565 * two.el (volume-header-toc-markup): Fix typos in docstring.
1566
c57008f6
SM
15672010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
1568
1569 Avoid dubious uses of save-excursions.
1570 * positions.texi (Excursions): Recommend the use of
1571 save-current-buffer if applicable.
1572 * text.texi (Clickable Text): Fix the example code which used
1573 save-excursion in a naive way which sometimes preserves point and
1574 sometimes not.
1575 * variables.texi (Creating Buffer-Local):
1576 * os.texi (Session Management):
1577 * display.texi (GIF Images):
1578 * control.texi (Cleanups): Use (save|with)-current-buffer.
1579
2f3725cd
EZ
15802010-01-02 Eli Zaretskii <eliz@gnu.org>
1581
1582 * modes.texi (Example Major Modes): Fix indentation. (Bug#5195)
1583
85eeac93
CY
15842010-01-02 Chong Yidong <cyd@stupidchicken.com>
1585
1586 * nonascii.texi (Text Representations, Character Codes)
1587 (Converting Representations, Explicit Encoding)
1588 (Translation of Characters): Use hex notation consistently.
1589 (Character Sets): Fix map-charset-chars doc (Bug#5197).
1590
4801c5fa
CY
15912010-01-01 Chong Yidong <cyd@stupidchicken.com>
1592
1593 * loading.texi (Where Defined): Make it clearer that these are
1594 loaded files (Bug#5068).
1595
26e533e2
CY
15962009-12-29 Chong Yidong <cyd@stupidchicken.com>
1597
1598 * minibuf.texi (Completion Styles): Document `initials' style.
1599
16d1ff5f
CY
16002009-12-25 Chong Yidong <cyd@stupidchicken.com>
1601
1602 * frames.texi (Resources): Describe inhibit-x-resources.
1603 (Size Parameters): Copyedit.
1604
1605 * hash.texi (Creating Hash):
1606 * objects.texi (Hash Table Type): Document the new hash table
1607 printed representation.
1608
1609 * minibuf.texi (Basic Completion): 4th arg to all-completions is
1610 obsolete.
1611
5dcb4c4e
SM
1612 * processes.texi (Process Buffers):
1613 Document process-kill-buffer-query-function.
16d1ff5f 1614
9a5de3d9
GM
16152009-12-05 Glenn Morris <rgm@gnu.org>
1616
1617 * hooks.texi (Standard Hooks): Remove diary-display-hook, replaced by
1618 diary-display-function, and no longer recommended to be a hook.
1619 Update for changes in the names of calendar and diary hooks.
1620 diary-print-entries-hook has changed section.
1621
b640eb52
EZ
16222009-11-28 Eli Zaretskii <eliz@gnu.org>
1623
1624 * text.texi (Special Properties): More accurate description of
1625 what the `cursor' property does.
1626
be1674ab
KR
16272009-11-26 Kevin Ryde <user42@zip.com.au>
1628
1629 * commands.texi (Misc Events): vindex mouse-wheel-up-event and
1630 mouse-wheel-down-event, the closest thing to a definition for them.
1631 * os.texi (Startup Summary): vindex inhibit-startup-message and
1632 inhibit-splash-screen.
1633 (Command-Line Arguments): vindex argv.
1634 (Suspending Emacs): vindex suspend-tty-functions and
1635 resume-tty-functions. Don't want to index every hook, but having
1636 the programming ones is helpful.
1637
603f5979
CY
16382009-11-14 Chong Yidong <cyd@stupidchicken.com>
1639
1640 * commands.texi (Motion Events): Fix typo (Bug#4907).
1641
4359a806
CY
16422009-11-08 Chong Yidong <cyd@stupidchicken.com>
1643
1644 * searching.texi (Char Classes): Note that [:upper:] and [:lower:]
1645 are affected by case-fold-search (Bug#4483).
1646
0f063651
CY
16472009-11-02 Chong Yidong <cyd@stupidchicken.com>
1648
1649 * minibuf.texi (Reading File Names): Note that read-file-name may
1650 use a graphical file dialog.
1651
9bd79893
GM
16522009-10-31 Glenn Morris <rgm@gnu.org>
1653
1654 * nonascii.texi (User-Chosen Coding Systems): Minor reword. (Bug#4817)
1655
ebe479ec
KR
16562009-10-16 Kevin Ryde <user42@zip.com.au>
1657
1658 * files.texi (Magic File Names): Add @vindex file-name-handler-alist,
1659 in particular so `info-lookup-symbol' can find its docs.
1660
2640fa86
CY
16612009-10-16 Chong Yidong <cyd@stupidchicken.com>
1662
1663 * variables.texi (Constant Variables): Distinguish from defconst
1664 variables.
1665 (Defining Variables): Add cindex.
1666
edd6a733
CY
16672009-10-15 Chong Yidong <cyd@stupidchicken.com>
1668
1669 * os.texi (Time of Day): Clarify that the microsecond part is
1670 ignored (Bug#4637).
1671
5feb0b73
GM
16722009-10-11 Glenn Morris <rgm@gnu.org>
1673
1674 * frames.texi (Size and Position): Clarify what is included in the frame
1675 height. (Bug#4535)
1676
0c5413c8
GM
16772009-10-10 Glenn Morris <rgm@gnu.org>
1678
1679 * windows.texi (Size of Window): The relationship between window and
1680 frame heights is not so simple. (Bug#4535)
1681 Mention window-full-height-p.
1682
7f8b600a
SM
16832009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
1684
1685 * positions.texi (Text Lines): Remove goto-line, since it shouldn't be
1686 used from Lisp.
1687
6185de1c
EZ
16882009-10-07 Eli Zaretskii <eliz@gnu.org>
1689
7f8b600a
SM
1690 * files.texi (Directory Names) <abbreviate-file-name>:
1691 Document that root home directories are not replaced with "~".
6185de1c 1692
9972911f
EZ
16932009-10-06 Eli Zaretskii <eliz@gnu.org>
1694
1695 * text.texi (Special Properties): Document the meaning of the
1696 `cursor' text property whose value is an integer.
1697
2a3f19ef
MA
16982009-10-05 Michael Albinus <michael.albinus@gmx.de>
1699
1700 * files.texi (Magic File Names): Add `copy-directory'.
1701
804543b5
EZ
17022009-10-05 Eli Zaretskii <eliz@gnu.org>
1703
1704 * files.texi (File Attributes): Fix description of file
1705 attributes. (Bug#4638) Update attributes of files.texi example to
1706 be more representative.
1707
461bf92b
MA
17082009-10-05 Michael Albinus <michael.albinus@gmx.de>
1709
1710 * files.texi (Create/Delete Dirs): New command copy-directory.
1711
a86cd395
JB
17122009-10-04 Juanma Barranquero <lekktu@gmail.com>
1713
1714 * anti.texi (Antinews):
1715 * macros.texi (Indenting Macros):
1716 * strings.texi (Creating Strings, Case Conversion):
1717 Remove duplicate words.
1718
d3080264
MA
17192009-10-01 Michael Albinus <michael.albinus@gmx.de>
1720
1721 * files.texi (Create/Delete Dirs): delete-directory has an
1722 optional parameter RECURSIVE.
1723
85d14563
SM
17242009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
1725
1726 * buffers.texi (Swapping Text): Minor clarification.
1727
3d9842c6
GM
17282009-10-01 Glenn Morris <rgm@gnu.org>
1729
1730 * functions.texi (Declaring Functions): Mention that we also search for
1731 ".m" files in the src/ directory.
1732
78427304
CY
17332009-09-25 David Engster <deng@randomsample.de>
1734
3d9842c6 1735 * display.texi (Managing Overlays): Document copy-overlay (Bug#4549).
78427304 1736
b578c9cc
GM
17372009-09-22 Glenn Morris <rgm@gnu.org>
1738
1739 * internals.texi (Building Emacs): Mention preloaded-file-list.
1740
beee5da7
AM
17412009-09-14 Alan Mackenzie <acm@muc.de>
1742
1743 * os.texi (Terminal Output): Put "@code{}" around "stdout".
1744
5d6ab672
CY
17452009-09-13 Chong Yidong <cyd@stupidchicken.com>
1746
1747 * functions.texi (Anonymous Functions): Rearrange discussion,
1748 giving usage of unquoted lambda forms first. Mention that
1749 `function' and `#'' are no longer required (Bug#4290).
1750
59375eeb
AM
17512009-09-11 Alan Mackenzie <acm@muc.de>
1752
a86cd395 1753 * os.texi (Terminal Output): Document `send-string-to-terminal' in
59375eeb
AM
1754 batch mode.
1755
e7e2f529
GM
17562009-09-01 Glenn Morris <rgm@gnu.org>
1757
1758 * display.texi (Face Functions): Mention define-obsolete-face-alias.
1759
eae47088
GM
17602009-08-26 Ulrich Mueller <ulm@gentoo.org>
1761
1762 * nonascii.texi (Character Codes): Fix typos.
1763
3691a0a6
MA
17642009-08-25 Michael Albinus <michael.albinus@gmx.de>
1765
1766 * processes.texi (Synchronous Processes): New defvar
1767 process-file-side-effects.
1768
664d56b8
GM
17692009-08-25 Glenn Morris <rgm@gnu.org>
1770
1771 * display.texi (Fontsets): Fix typo.
1772
0706c025
GM
1773 * files.texi (Format Conversion Round-Trip): Mention nil regexp.
1774
03a74b84
SM
17752009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
1776
1777 * processes.texi (Asynchronous Processes): Adjust arglist of
1778 start-process-shell-command and start-file-process-shell-command.
1779
f6de8a37
CY
17802009-08-15 Chong Yidong <cyd@stupidchicken.com>
1781
4b1ed1bb
CY
1782 * advice.texi (Argument Access in Advice): Note that argument
1783 positions are zero-based (Bug#3932).
1784
89a9e058
CY
1785 * commands.texi (Distinguish Interactive): Minor copyedit.
1786
23696fd7
CY
1787 * display.texi (Face Attributes): Add xref to Displaying Faces for
1788 explanation of "underlying face".
1789
f6de8a37
CY
1790 * customize.texi (Common Keywords): Add xref to Loading.
1791
1792 * loading.texi (How Programs Do Loading): Add xref to Lisp
1793 Libraries node in the Emacs manual.
1794
417f77e6
CY
17952009-08-13 Chong Yidong <cyd@stupidchicken.com>
1796
1797 * objects.texi (Meta-Char Syntax): Add xref to Strings of Events.
1798
0999039c
CY
17992009-07-18 Chong Yidong <cyd@stupidchicken.com>
1800
1801 * processes.texi (Shell Arguments): Copyedits.
1802
9af167bc
GM
18032009-07-18 Glenn Morris <rgm@gnu.org>
1804
1805 * loading.texi (Repeated Loading): Fix typo.
1806
137987ab
RS
18072009-07-16 Richard Stallman <rms@gnu.org>
1808
1809 * buffers.texi (Swapping Text): Recommend setting
1810 write-region-annotate-functions and buffer-saved-size.
1811
1812 * backups.texi (Auto-Saving): Document buffer-saved-size = -2.
1813
622fa380
GM
18142009-07-15 Glenn Morris <rgm@gnu.org>
1815
1816 * edebug.texi: Minor re-phrasings throughout.
1817 (Edebug Execution Modes): Sit-for affects continue mode too.
1818 (Jumping): Use `forward-sexp' rather than its keybinding.
1819 (Edebug Misc): Fix Q binding.
1820 (Edebug Eval): Remove cl version.
1821 (Printing in Edebug): Clarify print-length etc.
1822 (Instrumenting Macro Calls): Defopt edebug-eval-macro-args.
1823 (Specification List): Remove edebug-unwrap findex entry.
1824 (Specification Examples): defmacro is actually not the same as defun.
1825 Escape "`" in example.
1826
6bbd4600
CY
18272009-07-15 Chong Yidong <cyd@stupidchicken.com>
1828
1829 * markers.texi (The Mark): Document optional arg to
1830 deactivate-mark.
1831
e538d479
GM
18322009-07-11 Kevin Ryde <user42@zip.com.au>
1833
1834 * hooks.texi (Standard Hooks): Fix cross-references.
1835
4c98b9ed
GM
1836 * loading.texi (Named Features): Refer to eval-after-load.
1837
5300838c
GM
18382009-07-11 Glenn Morris <rgm@gnu.org>
1839
64fbeb16
GM
1840 * Makefile.in (TEXI2PDF): New.
1841 (elisp.pdf): New target.
1842
4c98b9ed
GM
1843 * searching.texi (Regexp Backslash): Fix typo.
1844
1845 * elisp.texi (Top): Display copyright notice at start of non-TeX.
5300838c 1846
51d9979c
GM
18472009-07-10 Glenn Morris <rgm@gnu.org>
1848
561c0216
GM
1849 * elisp.texi, vol1.texi, vol2.texi: Update @detailmenu.
1850
5b594a58
GM
1851 * customize.texi (Customization Types):
1852 * display.texi (Abstract Display):
0cc8c85a 1853 * objects.texi (Character Type, String Type):
5b594a58 1854 Merge in some menu descriptions from elisp.texi.
51d9979c 1855
c3cbbb40
GM
1856 * hash.texi (Hash Tables):
1857 * modes.texi (Multiline Font Lock):
1858 End menu description with period.
fe42c16a 1859
28528402
GM
18602009-07-09 Glenn Morris <rgm@gnu.org>
1861
1862 * back.texi: Don't hard-code texinfo location.
1863
1864 * two-volume.make (texinfodir): New, with location of texinfo.tex.
1865 (tex): Add texinfodir to TEXINPUTS.
1866 (elisp1med-init, elisp2med-init): Use texinfodir.
1867
1868 * Makefile.in (texinfodir): Rename from usermanualdir, and update.
1869 (clean): Add two-volume.make intermediate files.
1870
1871 * elisp.texi, vol1.texi, vol2.texi:
1872 Use a DATE variable with the publication date, and update it.
1873 Fix antinews menu description.
1874
1875 * vol1.texi, vol2.texi: Update VERSION to match elisp.texi.
1876 Update the detailed node listing to match elisp.texi.
1877
1878 * README: Update edition to match elisp.texi.
1879
1880 * objects.texi (General Escape Syntax):
1881 * nonascii.texi (Character Sets):
1882 Use consistent case for "Unicode Standard".
1883
1884 * anti.texi (Antinews):
1885 * customize.texi (Variable Definitions):
1886 * functions.texi (Declaring Functions):
1887 * nonascii.texi (Character Properties):
1888 * processes.texi (Serial Ports):
1889 * text.texi (Special Properties):
1890 * tips.texi (Coding Conventions):
1891 Minor rearrangements to improve TeX line-filling.
1892
1893 * commands.texi (Using Interactive): Fix cross-reference.
1894
17db8e10
JD
18952009-07-01 Jan Djärv <jan.h.d@swipnet.se>
1896
1897 * frames.texi (Management Parameters): Mention sticky.
1898
77c7e2e1
AS
18992009-07-01 Andreas Schwab <aschwab@redhat.com>
1900
1901 * help.texi (Help Functions): Fix description of help-buffer and
1902 help-setup-xref to use @defun instead of @deffn.
1903
3f1c6666
JD
19042009-07-01 Jan Djärv <jan.h.d@swipnet.se>
1905
1906 * frames.texi (Size Parameters): Mention maximized for fullscreen.
1907
ca27c21b
CY
19082009-06-24 Chong Yidong <cyd@stupidchicken.com>
1909
1910 * display.texi (Window Systems): Add ns to the list.
1911
70243478
CY
19122009-06-21 Chong Yidong <cyd@stupidchicken.com>
1913
1914 * Branch for 23.1.
1915
df006536
MR
19162009-06-17 Martin Rudalics <rudalics@gmx.at>
1917
1918 * windows.texi (Dedicated Windows): Fix typo.
1919 (Resizing Windows): Replace @defun by @deffn.
1920
d259fc4b
GM
19212009-06-17 Glenn Morris <rgm@gnu.org>
1922
1923 * variables.texi (Directory Local Variables):
1924 Update for 2009-04-11 name-change of dir-locals-directory-alist.
1925
30781db6
KH
19262009-06-09 Kenichi Handa <handa@m17n.org>
1927
1928 * nonascii.texi (Character Sets): State clearly that FROM and TO
1929 are codepoints of CHARSET.
1930
62e8099c
CY
19312009-06-07 Chong Yidong <cyd@stupidchicken.com>
1932
1933 * minibuf.texi (Reading File Names): Fix introductory text.
1934 Suggested by stan@derbycityprints.com.
1935 (High-Level Completion): Fix typo.
1936
ee1b1917
CY
19372009-05-28 Chong Yidong <cyd@stupidchicken.com>
1938
1939 * frames.texi (Text Terminal Colors): Multi-tty is already
1940 implemented, but tty-local colors are not.
1941
5df647e8
CY
19422009-05-27 Chong Yidong <cyd@stupidchicken.com>
1943
1944 * hooks.texi (Standard Hooks): Remove mention of obsolete
1945 redisplay-end-trigger-functions.
1946
1947 * internals.texi (Window Internals): Remove mention of obsolete
1948 redisplay-end-trigger-functions.
1949
01f17ae2
MR
19502009-05-21 Martin Rudalics <rudalics@gmx.at>
1951
1952 * abbrevs.texi (Abbrev Mode): abbrev-mode is an option.
1953
1954 * backups.texi (Making Backups): backup-directory-alist and
1955 make-backup-file-name-function are options.
1956 (Auto-Saving): auto-save-list-file-prefix is an option.
1957
1958 * buffers.texi (Killing Buffers): buffer-offer-save is an
1959 option.
1960
1961 * display.texi (Refresh Screen): no-redraw-on-reenter is an
1962 option.
1963 (Echo Area Customization): echo-keystrokes is an option.
1964 (Selective Display): selective-display-ellipses is an option.
1965 (Temporary Displays): temp-buffer-show-function is an option.
1966 (Face Attributes): underline-minimum-offset and x-bitmap-file-path
1967 are options.
1968 (Font Selection): face-font-family-alternatives,
1969 face-font-selection-order, face-font-registry-alternatives, and
1970 scalable-fonts-allowed are options.
1971 (Fringe Indicators): indicate-buffer-boundaries is an option.
1972 (Fringe Cursors): overflow-newline-into-fringe is an option.
1973 (Scroll Bars): scroll-bar-mode is an option.
1974
1975 * eval.texi (Eval): max-lisp-eval-depth is an option.
1976
1977 * files.texi (Visiting Functions): find-file-hook is an option.
1978 (Directory Names): directory-abbrev-alist is an option.
1979 (Unique File Names): temporary-file-directory and
1980 small-temporary-file-directory are options.
1981
1982 * frames.texi (Initial Parameters): initial-frame-alist,
1983 minibuffer-frame-alist and default-frame-alist are options.
1984 (Cursor Parameters): blink-cursor-alist and
1985 cursor-in-non-selected-windows ar options.
1986 (Window System Selections): selection-coding-system is an
1987 option.
1988 (Display Feature Testing): display-mm-dimensions-alist is an
1989 option.
1990
1991 * help.texi (Help Functions): help-char and help-event-list are
1992 options.
1993
1994 * keymaps.texi (Functions for Key Lookup): meta-prefix-char is
1995 an option.
1996
1997 * minibuf.texi (Minibuffer History): history-length and
1998 history-delete-duplicates are options.
1999 (High-Level Completion): read-buffer-function and
2000 read-buffer-completion-ignore-case are options.
2001 (Reading File Names): read-file-name-completion-ignore-case is
2002 an option.
2003
2004 * modes.texi (Mode Line Top): mode-line-format is an option.
2005 (Mode Line Variables): mode-line-position and mode-line-modes
2006 are options.
2007
2008 * nonascii.texi (Text Representations):
2009 enable-multibyte-characters is an option.
2010 (Default Coding Systems): auto-coding-regexp-alist,
2011 file-coding-system-alist, auto-coding-alist and
2012 auto-coding-functions are options.
2013 (Specifying Coding Systems): inhibit-eol-conversion is an
2014 option.
2015
2016 * os.texi (Init File): site-run-file is an option.
2017 (System Environment): mail-host-address is an option.
2018 (User Identification): user-mail-address is an option.
2019 (Terminal Output): baud-rate is an option.
2020
2021 * positions.texi (Word Motion): words-include-escapes is an
2022 option.
2023
2024 * searching.texi (Standard Regexps): page-delimiter,
2025 paragraph-separate, paragraph-separate and sentence-end are
2026 options.
2027
2028 * text.texi (Margins): left-margin and fill-nobreak-predicate
2029 are options.
2030
2031 * variables.texi (Local Variables): max-specpdl-size is an
2032 option.
2033
2034 * windows.texi (Choosing Window):
2035 split-window-preferred-function, special-display-function and
2036 display-buffer-function are options.
2037
106e6894
CY
20382009-05-20 Chong Yidong <cyd@stupidchicken.com>
2039
4a83454d
CY
2040 Fix errors spotted by Martin Rudalics.
2041
106e6894
CY
2042 * syntax.texi (Position Parse): Document rationale for ignored
2043 arguments to syntax-ppss-flush-cache.
2044
2045 * processes.texi (Input to Processes): Mark PROCESS arg to
2046 process-running-child-p as optional.
2047 (Network Options): Document NO-ERROR arg to
2048 set-network-process-option.
2049
2050 * buffers.texi (Indirect Buffers): Mark clone-indirect-buffer as a
2051 command.
2052
2053 * searching.texi (POSIX Regexps): Mark posix-search-forward and
2054 posix-search-backward as commands.
2055
2056 * os.texi (Killing Emacs): Mark kill-emacs as a command.
2057 (Suspending Emacs): Mark suspend-emacs as a command.
2058 (Processor Run Time): Mark emacs-uptime and emacs-init-time as
2059 commands.
5dcb4c4e
SM
2060 (Terminal Output): Remove obsolete function baud-rate.
2061 Document TERMINAL arg for send-string-to-terminal.
106e6894
CY
2062
2063 * nonascii.texi (Terminal I/O Encoding): Document TERMINAL arg for
2064 terminal-coding-system and set-terminal-coding-system.
2065 (Explicit Encoding): Mark DESTINATION arg of decode-coding-region
2066 as optional.
2067 (Character Sets): Document RESTRICTION arg of char-charset.
2068 (Character Codes): Mark POS argument to get-byte as optional.
2069
2070 * minibuf.texi (Minibuffer Misc): Document ARGS arg for
2071 minibuffer-message.
2072
2073 * files.texi (Create/Delete Dirs): Mark make-directory and
2074 delete-directory as commands.
2075
2076 * abbrevs.texi (Abbrev Tables): Fix arglist for make-abbrev-table.
2077
2078 * text.texi (Base 64): Mark base64-decode-string and
2079 base64-encode-string as commands.
2080 (Columns): Mark move-to-column as a command.
2081 (Mode-Specific Indent): Document RIGID arg to
2082 indent-for-tab-command.
2083 (Region Indent): Mark TO-COLUMN arg to indent-region as optional.
2084 Mark indent-code-rigidly as a command.
2085 (Substitution): Mark translate-region as a command.
2086
2087 * frames.texi (Size and Position): Remove obsolete functions
2088 screen-height and screen-width.
2089
04173931
CY
20902009-05-19 Chong Yidong <cyd@stupidchicken.com>
2091
2092 * windows.texi (Cyclic Window Ordering, Cyclic Window Ordering)
2093 (Displaying Buffers, Resizing Windows): Correct mistakes;
2094 next-window, previous-window, and pop-to-buffer are not commands,
2095 and fit-window-to-buffer" is a command. (Pointed out by Martin
2096 Rudalics.)
2097
eae7d8f8
RS
20982009-05-17 Richard M Stallman <rms@gnu.org>
2099
2100 * modes.texi (Precalculated Fontification): Clarify text.
2101
b8766179
MR
21022009-05-17 Martin Rudalics <rudalics@gmx.at>
2103
2104 * windows.texi (Selecting Windows): Clarify descriptions of
2105 with-selected-window and get-lru-window.
2106 (Cyclic Window Ordering): Refer to particular frame when talking
2107 about how splitting affects the ordering.
2108 (Displaying Buffers): Fix descriptions of switch-to-buffer and
2109 switch-to-buffer-other-window. Explain how setting of
2110 display-buffer-reuse-frames affects pop-to-buffer.
2111 (Choosing Window): Clarify some details in descriptions of
2112 display-buffer-reuse-frames, pop-up-frames, and
2113 pop-up-frame-function.
2114 (Dedicated Windows): Clarify some details.
2115 (Textual Scrolling): Replace term vscroll by term vertical
2116 scroll position.
2117 (Vertical Scrolling): Fix typo.
2118 (Window Hooks): Relate text on jit-lock-register to window
2119 scrolling and size changes.
2120
734b5e3b
CY
21212009-05-14 Chong Yidong <cyd@stupidchicken.com>
2122
0a65633e
CY
2123 * frames.texi (Initial Parameters): Clarify what the initial
2124 minibuffer frame is.
05be46d7
CY
2125 (Buffer Parameters): Note that the minibuffer parameter can not be
2126 altered.
0a65633e 2127
734b5e3b
CY
2128 * anti.texi (Antinews): Copyedits. Rearrange some entries.
2129 Document display-buffer changes.
2130
925672cd
CY
21312009-05-13 Chong Yidong <cyd@stupidchicken.com>
2132
17ecd7af
CY
2133 * anti.texi (Antinews): Rewrite for Emacs 22.
2134
925672cd
CY
2135 * abbrevs.texi (Abbrevs): Add xref to Creating Symbols when
2136 obarrays are first mentioned. Define "system abbrev" more
2137 prominently, and add it to the index.
2138 (Abbrev Mode, Abbrev Tables, Defining Abbrevs, Abbrev Properties):
2139 Copyedits.
2140 (Abbrev Expansion): Document abbrev-insert.
2141
80be4dd7
CY
21422009-05-12 Chong Yidong <cyd@stupidchicken.com>
2143
2144 * frames.texi (Font and Color Parameters): Rename from Color
2145 Parameters. Document font-backend parameter.
2146
2147 * vol2.texi (Top): Update node listing.
2148 * vol1.texi (Top): Update node listing.
2149 * elisp.texi (Top): Update node listing.
2150
372a93ac
MR
21512009-05-11 Martin Rudalics <rudalics@gmx.at>
2152
2153 * windows.texi (Choosing Window): Don't explicitly refer to
2154 split-window-sensibly's window argument in descriptions of
2155 split-height-threshold and split-width-threshold.
2156
714c3541
MR
21572009-05-10 Martin Rudalics <rudalics@gmx.at>
2158
2159 * windows.texi (Choosing Window): Fix rewrite of window
2160 splitting section.
2161
0e90e7be
EZ
21622009-05-09 Eli Zaretskii <eliz@gnu.org>
2163
f4e90db0
SM
2164 * nonascii.texi (Default Coding Systems):
2165 Document find-auto-coding, set-auto-coding, and auto-coding-alist.
5dcb4c4e 2166 Add indexing.
0e90e7be
EZ
2167 (Lisp and Coding Systems): Add index entries.
2168
d3c0c321
MR
21692009-05-09 Martin Rudalics <rudalics@gmx.at>
2170
2171 * windows.texi (Choosing Window): Describe split-window-sensibly
2172 and rewrite section on window splitting accordingly.
2173 (Textual Scrolling): Replace `...' by @code{...}.
2174
c773345a
CY
21752009-05-04 Chong Yidong <cyd@stupidchicken.com>
2176
ee2d5b5e
CY
2177 * hooks.texi (Standard Hooks): Add abbrev-expand-functions.
2178 Remove obsoleted pre-abbrev-expand-hook.
2179
2180 * locals.texi (Standard Buffer-Local Variables): Consolidate table
2181 entries.
2182
c773345a
CY
2183 * internals.texi (Object Internals): Don't assume 32-bit machines
2184 are the norm.
2185 (Buffer Internals): Consolidate table entries for readability.
ee2d5b5e
CY
2186 (Window Internals): Synch field names to window.h.
2187 (Process Internals): Synch field names to process.h.
c773345a 2188
dd449674
CY
21892009-04-29 Chong Yidong <cyd@stupidchicken.com>
2190
2191 * variables.texi (File Local Variables): Note that read-circle is
2192 bound to nil when reading file-local variables.
2193
2194 * streams.texi (Input Functions): Document read-circle.
2195 (Output Variables): Add xref to Circular Objects.
2196
4f1e25e2
CY
21972009-04-25 Chong Yidong <cyd@stupidchicken.com>
2198
2199 * tips.texi (Coding Conventions): Copyedits. Add xref to Named
2200 Features and Coding System Basics. Node that "p" stands for
2201 "predicate". Recommend utf-8-emacs instead of emacs-mule.
2202 (Key Binding Conventions): Emacs does use S-down-mouse-1, for
2203 mouse-appearance-menu.
2204 (Programming Tips): Add xref to Progress.
2205
dca019f8
CY
22062009-04-22 Chong Yidong <cyd@stupidchicken.com>
2207
5dcb4c4e
SM
2208 * os.texi (Command-Line Arguments):
2209 Document command-line-args-left.
dca019f8
CY
2210 (Suspending Emacs): Adapt text to multi-tty case. Document use of
2211 terminal objects for tty arguments.
2212 (Startup Summary): Add xref to Session Management.
2213 (Session Management): Mention emacs-session-restore. Copyedits.
2214
02a89103
CY
22152009-04-20 Chong Yidong <cyd@stupidchicken.com>
2216
2217 * os.texi (Startup Summary): Copyedits. The init file is not
2218 necessarily named .emacs now. Document initial-buffer-choice and
2219 initial-scratch-message. Note where Emacs exits in batch mode.
2220 Document inhibit-splash-screen as an alias.
2221 (Init File): Be neutral about which init file name to use.
2222
22232009-04-16 Chong Yidong <cyd@stupidchicken.com>
2224
2225 * os.texi (System Interface): Fix Texinfo usage.
2226
0c1cfe01
CY
22272009-04-15 Chong Yidong <cyd@stupidchicken.com>
2228
80d7cdca
CY
2229 * searching.texi (Regexp Backslash): Also refer to shy groups as
2230 non-capturing or unnumbered groups.
2231 (Regexp Functions): Add cross-reference to Regexp Backslash.
2232
0c1cfe01
CY
2233 * display.texi (Truncation): Overlays can use line-prefix and
2234 wrap-prefix too.
2235 (Overlay Properties): Document wrap-prefix and line-prefix.
2236 (Face Attributes): Document underline-minimum-offset.
2237 (Face Remapping): Copyedits.
2238 (Low-Level Font): Copyedits.
2239 (Image Cache): Note that the image cache is shared between frames.
ed8ab760
CY
2240 (Line Height): Emphasize that line-spacing only takes effect on
2241 graphical terminals.
0c1cfe01 2242
c4adeee0
CY
22432009-04-13 Chong Yidong <cyd@stupidchicken.com>
2244
2245 * display.texi (Refresh Screen): Note that a passage about screen
2246 refreshing is text terminal only.
2247 (Forcing Redisplay): Delete misleading comment---sit-for calls
2248 redisplay, not the other way around.
2249 (Truncation): Note new values of truncate-partial-width-windows.
2250 Copyedits.
2251 (Invisible Text): Document invisible-p.
2252
b20ecfa1
EZ
22532009-04-11 Eli Zaretskii <eliz@gnu.org>
2254
2255 * display.texi (Overlays): Overlays don't scale well. See
2256 http://lists.gnu.org/archive/html/emacs-devel/2009-04/msg00243.html.
2257
97d8273f
CY
22582009-04-10 Chong Yidong <cyd@stupidchicken.com>
2259
f147ff75
CY
2260 * syntax.texi (Syntax Table Functions): Document cons cell
2261 argument for modify-syntax-entry.
2262 (Categories): Document cons cell argument for
2263 modify-category-entry.
2264
fca4ec76
CY
2265 * searching.texi (String Search): Document word-search-forward-lax
2266 and word-search-backward-lax.
2267 (Searching and Case): Describe isearch behavior more precisely.
2268
9c283d5b
CY
2269 * keymaps.texi (Tool Bar): Mention that some platforms do not
2270 support multi-line toolbars. Suggested by Stephen Eglen.
2271
2272 * frames.texi (Layout Parameters): Mention that Nextstep also
2273 allows only one tool-bar line. Suggested by Stephen Eglen.
2274
97d8273f
CY
2275 * nonascii.texi (Text Representations): Copyedits.
2276 (Coding System Basics): Also mention utf-8-emacs.
2277 (Converting Representations, Selecting a Representation)
2278 (Scanning Charsets, Translation of Characters, Encoding and I/O):
2279 Copyedits.
2280 (Character Codes): Mention role of codepoints 1114112 to 4194175.
2281
2bad3299
CY
22822009-04-09 Chong Yidong <cyd@stupidchicken.com>
2283
2284 * text.texi (Yank Commands): Note that yank uses push-mark.
5dcb4c4e
SM
2285 (Filling): Clarify REGION argument of fill-paragraph.
2286 Document fill-forward-paragraph-function.
2bad3299
CY
2287 (Special Properties): Remove "new in Emacs 22" declaration.
2288 (Clickable Text): Merge with Links and Mouse-1 node.
2289
5dcb4c4e
SM
2290 * display.texi (Button Properties, Button Buffer Commands):
2291 Change xref to Clickable Text.
2bad3299
CY
2292
2293 * tips.texi (Key Binding Conventions): Change xref to Clickable
2294 Text.
2295
2296 * elisp.texi (Top): Update node listing.
2297
ea30ce4f
CY
22982009-04-05 Chong Yidong <cyd@stupidchicken.com>
2299
47af2f4b
CY
2300 * markers.texi (The Mark): Copyedits. Improve description of
2301 handle-shift-selection.
2302 (The Region): Move use-region-p here from The Mark.
2303
ea30ce4f
CY
2304 * positions.texi (Screen Lines): Document (cols . lines) argument
2305 for vertical-motion.
2306
2aa8ea6e
CY
23072009-04-04 Chong Yidong <cyd@stupidchicken.com>
2308
3ec61d4e
CY
2309 * frames.texi (Frames): Clean up introduction. Document `ns'
2310 return value for framep.
2311 (Creating Frames): Note how the terminal is chosen.
2312 (Multiple Terminals, Multiple Displays): Merge into a single node.
2313 (Color Parameters): Fix typo.
2314
2315 * variables.texi (Local Variables, Buffer-Local Variables)
2316 (Creating Buffer-Local): Change link to Multiple Terminals.
2317
2318 * os.texi (X11 Keysyms): Change link to Multiple Terminals.
2319
2320 * keymaps.texi (Controlling Active Maps): Change link to Multiple
2321 Terminals.
2322
2323 * commands.texi (Command Loop Info, Keyboard Macros): Change link
2324 to Multiple Terminals.
2325
2326 * elisp.texi (Top): Update node listing.
2327 * vol2.texi (Top): Update node listing.
2328 * vol1.texi (Top): Update node listing.
2329
9257072f
CY
2330 * buffers.texi (Current Buffer): Note that the append-to-buffer
2331 example is no longer in synch with the latest code. Tie the two
2332 examples together.
2333
2aa8ea6e
CY
2334 * files.texi (File Attributes): Move note about MS-DOS from
2335 Changing Files to File Attributes.
2336 (Create/Delete Dirs): Note that mkdir is an alias for this.
2337
22e74b17
CY
23382009-04-01 Markus Triska <triska@gmx.at>
2339
2340 * processes.texi (Filter Functions): Suggest how to handle output
2341 batches.
2342
4bbe48ec
CY
23432009-03-30 Chong Yidong <cyd@stupidchicken.com>
2344
2345 * help.texi (Accessing Documentation): Update example to use
2346 help-setup-xref and with-help-window.
2347 (Help Functions): Remove print-help-return-message, which is
2348 semi-obsolete due to with-help-window. Document help-buffer and
2349 help-setup-xref.
2350
b9723f39
CY
23512009-03-29 Chong Yidong <cyd@stupidchicken.com>
2352
5dcb4c4e
SM
2353 * help.texi (Accessing Documentation, Help Functions):
2354 Remove information about long-obsolete Emacs versions.
9eb52e90 2355
b9723f39
CY
2356 * modes.texi (Mode Line Variables): The default values of the mode
2357 line variables are now more complicated.
2358
b0cc32db
CY
23592009-03-28 Chong Yidong <cyd@stupidchicken.com>
2360
3c25a5a9
CY
2361 * modes.texi (Major Mode Conventions): Note that specialness is
2362 inherited.
31c9eebb
CY
2363 (Derived Modes): Note that define-derive-mode sets the mode-class
2364 property.
3c25a5a9 2365
b0cc32db
CY
2366 * keymaps.texi (Prefix Keys): The M-g prefix key is now named
2367 goto-map. Add search-map to the list.
2368
c5e0006d
EZ
23692009-03-27 Eli Zaretskii <eliz@gnu.org>
2370
1213465a
EZ
2371 * os.texi (System Environment): Update the list of system-type
2372 values.
2373
c5e0006d
EZ
2374 * markers.texi (The Mark) <handle-shift-selection>: Update for
2375 removal of the optional argument DEACTIVATE.
2376
48bab3d6
CY
23772009-03-25 Chong Yidong <cyd@stupidchicken.com>
2378
2379 * commands.texi (Focus Events): Most X window managers don't use
2380 focus-follows-mouse nowadays.
2381
6e4ff1b6
CY
23822009-03-24 Chong Yidong <cyd@stupidchicken.com>
2383
2384 * commands.texi (Defining Commands): Clarify introduction.
2385 (Using Interactive): Not that interactive can be put in a symbol
2386 property.
2387 (Interactive Call): Note that a symbol with a non-nil
2388 interactive-form property satisfies commandp.
2389
11625308
JB
23902009-03-23 Juanma Barranquero <lekktu@gmail.com>
2391
2392 * minibuf.texi (Intro to Minibuffers): Fix typos.
2393
7b34420d
CY
23942009-03-23 Chong Yidong <cyd@stupidchicken.com>
2395
2396 * minibuf.texi (Intro to Minibuffers): Remove long-obsolete info
5dcb4c4e
SM
2397 about minibuffers in old Emacs versions. Copyedits.
2398 Emphasize that enable-recursive-minibuffers defaults to nil.
7b34420d
CY
2399 (Text from Minibuffer): Simplify introduction.
2400
f9257eed
AM
24012009-03-22 Alan Mackenzie <acm@muc.de>
2402
2403 * commands.texi (Using Interactive): Clarify string argument to
2404 `interactive' - even promptless elements need \n separators.
2405
f639ba70
CY
24062009-03-18 Chong Yidong <cyd@stupidchicken.com>
2407
2408 * minibuf.texi (Completion Styles): New node.
2409
2410 * elisp.texi (Top): Update node listing.
2411
d897e8ee
CY
24122009-03-17 Chong Yidong <cyd@stupidchicken.com>
2413
2414 * minibuf.texi (Basic Completion): Note that
2415 read-file-name-completion-ignore-case and
2416 read-buffer-completion-ignore-case can override
2417 completion-ignore-case.
2418 (Minibuffer Completion): Document completing-read changes.
2419 (Completion Commands): Avoid mentioning partial completion mode.
2420 Document minibuffer-completion-confirm changes, and
2421 minibuffer-confirm-exit-commands.
2422 (High-Level Completion): Document new require-match behavior for
2423 read-buffer. Document read-buffer-completion-ignore-case.
2424 (Reading File Names): Document new require-match behavior for
2425 read-file-name.
2426
b1f23349
CY
24272009-03-14 Chong Yidong <cyd@stupidchicken.com>
2428
2429 * debugging.texi (Error Debugging): Don't mislead the reader into
2430 thinking that debug-on-error enters debugger for C-f at EOB.
2431 (Error Debugging): Setting debug-on-init within the init file
2432 works, and has for some time.
2433
d6eb4e25
KH
24342009-03-13 Kenichi Handa <handa@m17n.org>
2435
2436 * display.texi (Fontsets): Update the description.
2437
1cf53dc5
CY
24382009-03-13 Chong Yidong <cyd@stupidchicken.com>
2439
2440 * advice.texi (Advising Primitives): Link to What Is a Function.
2441
81f919fc
CY
24422009-03-12 Chong Yidong <cyd@stupidchicken.com>
2443
cf4229eb
CY
2444 * compile.texi (Speed of Byte-Code): Update example.
2445 (Disassembly): Update examples.
2446
81f919fc 2447 * loading.texi (Repeated Loading): Simplify examples.
f2bbc08c
CY
2448
2449 * customize.texi (Common Keywords): It's not necessary to use :tag
2450 to remove hyphens, as custom-unlispify-tag-name does it
2451 automatically.
5dcb4c4e
SM
2452 (Variable Definitions): Link to File Local Variables.
2453 Document customized-value symbol property.
f2bbc08c
CY
2454 (Customization Types): Move menu to end of node.
2455
955964d7
CY
24562009-03-10 Chong Yidong <cyd@stupidchicken.com>
2457
2458 * macros.texi (Compiling Macros): Omit misleading sentence, which
2459 implied that macros can only be used in the same file they are
2460 defined.
2461 (Backquote): Remove obsolete information about Emacs 19.
2462
d25ed7db
GM
24632009-03-05 John Foerch <jjfoerch@earthlink.net> (tiny change)
2464
2465 * display.texi (Display Margins): Fix paren typo.
2466
d55f6ca5
CY
24672009-02-27 Chong Yidong <cyd@stupidchicken.com>
2468
f0e57ed8
CY
2469 * elisp.texi (Top): Update node listing.
2470
2471 * variables.texi (Variables): Clarify introduction.
2472 (Global Variables): Mention that setq is a special form.
2473 (Local Variables): Use active voice.
2474 (Tips for Defining): Mention marking variables as safe.
2475 (Buffer-Local Variables): Mention terminal-local and frame-local
2476 variables together.
2477 (File Local Variables): Copyedits.
2478 (Frame-Local Variables): Note that they are not really useful.
2479 (Future Local Variables): Node deleted.
2480
d55f6ca5 2481 * objects.texi (General Escape Syntax): Update explanation of
fe7a3057 2482 Unicode escape syntax.
d55f6ca5 2483
ca8f09a8
CY
24842009-02-23 Chong Yidong <cyd@stupidchicken.com>
2485
2486 * control.texi (Control Structures): Add cindex entry for "textual
2487 order".
2488
2489 * eval.texi (Intro Eval): Copyedits. Standardize on "form"
2490 instead of "expression" throughout.
2491 (Function Indirection): Copyedits. Use active voice.
2492 (Eval): The default value of max-lisp-eval-depth is now 400.
2493
a20878b6
MB
24942009-02-23 Miles Bader <miles@gnu.org>
2495
2496 * processes.texi (System Processes): Rename `system-process-attributes'
2497 to `process-attributes'.
2498
61f66044
CY
24992009-02-22 Chong Yidong <cyd@stupidchicken.com>
2500
1b80d1f3
CY
2501 * symbols.texi (Property Lists): Emphasize that property lists are
2502 not restricted to symbol cells.
2503 (Other Plists): Copyedit.
2504
61f66044
CY
2505 * sequences.texi (Sequences Arrays Vectors): Make introduction
2506 more concise.
2507 (Arrays): Mention char-tables and bool-vectors too.
2508 (Vectors): Don't repeat information given in Arrays node. Link to
2509 nodes that explain the vector usage examples.
2510 (Char-Tables): Note that char-table elements can have arbitrary
2511 type. Explain effect of omitted char-table-extra-slots property.
8a63cf41 2512 Link to Property Lists node.
61f66044 2513
9403944b
CY
25142009-02-22 Chong Yidong <cyd@stupidchicken.com>
2515
2516 * lists.texi (Building Lists): Remove obsolete Emacs 20 usage of
2517 `append'.
4068c7b4 2518 (List Elements): Copyedits.
9403944b
CY
2519
2520 * sequences.texi (Vector Functions): Remove obsolete Emacs 20 use
2521 of `vconcat'.
2522
2523 * strings.texi (Creating Strings): Copyedits. Remove obsolete
2524 Emacs 20 usage of `concat'.
2525 (Case Conversion): Copyedits.
2526
b87a185f
CY
25272009-02-21 Chong Yidong <cyd@stupidchicken.com>
2528
2529 * objects.texi (Lisp Data Types, Syntax for Strings, Buffer Type):
2530 Minor edits.
2531 (Frame Configuration Type): Emphasize that it is not primitive.
2532 (Font Type): New node.
2533 (Type Predicates): Add fontp; type-of now recognizes font object
2534 types.
2535
2536 * intro.texi (Version Info): Update version numbers in examples.
2537 (Acknowledgements): List more contributors.
2538
2539 * elisp.texi: Bump version number to 3.0.
2540 (Top): Link to Font Type node.
2541
867d4bb3
JB
25422009-02-20 Juanma Barranquero <lekktu@gmail.com>
2543
2544 * modes.texi (Major Mode Conventions): Remove duplicate words.
2545 (Customizing Keywords): Fix typo.
2546
77730170
EZ
25472009-02-14 Eli Zaretskii <eliz@gnu.org>
2548
2549 * nonascii.texi (User-Chosen Coding Systems): Document that
2550 select-safe-coding-system suggests raw-text if there are raw bytes
2551 in the region.
2552 (Explicit Encoding): Warn not to use `undecided' when encoding.
2553
c8736212
GM
25542009-02-11 Glenn Morris <rgm@gnu.org>
2555
2556 * frames.texi (Visibility of Frames): Mention the effect multiple
2557 workspaces/desktops can have on visibility.
2558
ab992d66
EZ
25592009-02-07 Eli Zaretskii <eliz@gnu.org>
2560
c8736212
GM
2561 * text.texi (Commands for Insertion):
2562 * commands.texi (Event Mod):
2563 * keymaps.texi (Searching Keymaps):
5dcb4c4e
SM
2564 * nonascii.texi (Translation of Characters):
2565 Reinstate documentation of translation-table-for-input.
7d2a859f
EZ
2566 (Explicit Encoding): Document the `charset' text property produced
2567 by decode-coding-region and decode-coding-string.
ab992d66 2568
e651a255
AM
25692009-01-27 Alan Mackenzie <acm@muc.de>
2570
2571 * modes.texi (Search-based Fontification): Correct a typo.
2572
bc5cde4b
JB
25732009-01-25 Juanma Barranquero <lekktu@gmail.com>
2574
2575 * abbrevs.texi (Abbrev Table Properties): Fix typo.
2576 Reported by Seweryn Kokot <sewkokot@gmail.com>. (Bug#2039)
2577
3533155b
EZ
25782009-01-24 Eli Zaretskii <eliz@gnu.org>
2579
f721deda
EZ
2580 * display.texi (Window Systems): Document the value of
2581 `initial-window-system' under --daemon.
2582
3533155b
EZ
2583 * os.texi (System Environment): Remove description of the
2584 `environment' function which has been deleted.
2585
f79b43b2
DN
25862009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
2587
2588 * frames.texi (Multiple Displays): Remove documentation for
2589 removed function make-frame-on-tty.
2590
e3aa6669
CY
25912009-01-22 Chong Yidong <cyd@stupidchicken.com>
2592
2593 * files.texi (Format Conversion Piecemeal): Clarify behavior of
5dcb4c4e
SM
2594 write-region-annotate-functions.
2595 Document write-region-post-annotation-function.
e3aa6669 2596
fb13a416
CY
25972009-01-19 Chong Yidong <cyd@stupidchicken.com>
2598
2599 * display.texi (Font Lookup): Document WIDTH argument of
2600 x-list-fonts.
2601
02eccf6b
EZ
26022009-01-17 Eli Zaretskii <eliz@gnu.org>
2603
ead3f58d
EZ
2604 * maps.texi (Standard Keymaps): Rename function-key-map to
2605 local-function-key-map.
2606
2607 * keymaps.texi (Translation Keymaps): Rename function-key-map to
2608 local-function-key-map.
2609
2610 * nonascii.texi (Terminal I/O Encoding): `keyboard-coding-system'
2611 and `set-keyboard-coding-system' now accept an optional terminal
2612 argument.
2613
2614 * commands.texi (Event Mod): `keyboard-translate-table' is now
2615 terminal-local.
2616 (Function Keys): Rename function-key-map to
2617 local-function-key-map.
2618
df05a163
EZ
2619 * elisp.texi (Top): Make @detailmenu be consistent with changes in
2620 frames.texi.
2621
0ed8034e 2622 * hooks.texi (Standard Hooks): Document `delete-frame-functions'
490f1197
EZ
2623 `delete-terminal-functions', `suspend-tty-functions' and
2624 `resume-tty-functions'.
0ed8034e
EZ
2625
2626 * frames.texi (Frames): Document `frame-terminal' and
2627 `terminal-live-p'.
2628 (Multiple Displays): Document `make-frame-on-tty'.
2629 (Multiple Terminals): Document `terminal-list', `delete-terminal',
2630 `terminal-name', and `get-device-terminal'.
490f1197
EZ
2631 (Terminal Parameters): Document `terminal-parameters',
2632 `terminal-parameter', and `set-terminal-parameter'.
0ed8034e
EZ
2633
2634 * os.texi (System Environment): Document `environment' and
2635 `initial-environment'.
490f1197
EZ
2636 (Suspending Emacs): Update for multi-tty; document
2637 `suspend-tty', `resume-tty', and `controlling-tty-p'.
0ed8034e 2638
02eccf6b
EZ
2639 * nonascii.texi (Coding System Basics): More accurate description
2640 of `raw-text'.
2641
f19fea97
JB
26422009-01-12 Juanma Barranquero <lekktu@gmail.com>
2643
2644 * display.texi (Low-Level Font): Fix typo.
2645
16fa292f
CY
26462009-01-10 Chong Yidong <cyd@stupidchicken.com>
2647
2648 * elisp.texi (Top): Update node listing.
2649
2650 * display.texi (PostScript Images): Node deleted.
2651
0b4faef3
EZ
26522009-01-10 Eli Zaretskii <eliz@gnu.org>
2653
3355f04d
EZ
2654 * processes.texi (Decoding Output): Document that null bytes force
2655 no-conversion for reading process output.
2656
2657 * files.texi (Reading from Files): Document that null bytes force
2658 no-conversion when visiting files.
2659
11625308 2660 * processes.texi (Serial Ports): Improve wording, suggested by RMS.
538395d9 2661
5dcb4c4e
SM
2662 * nonascii.texi (Lisp and Coding Systems):
2663 Document inhibit-null-byte-detection and inhibit-iso-escape-detection.
c06ea95e 2664 (Character Properties): Improve wording.
0b4faef3 2665
ce9cf065
CY
26662009-01-09 Chong Yidong <cyd@stupidchicken.com>
2667
2668 * display.texi (Font Lookup): Remove obsolete function
2669 x-font-family-list. x-list-fonts accepts Fontconfig/GTK syntax.
2670 (Low-Level Font): Rename from Fonts, move to end of Faces section.
5dcb4c4e
SM
2671 (Font Selection): Reorder order of variable descriptions.
2672 Minor clarifications.
ce9cf065
CY
2673
2674 * elisp.texi (Top): Update node listing.
2675
ab756fb3
GM
26762009-01-09 Glenn Morris <rgm@gnu.org>
2677
2678 * commands.texi (Command Loop Info): Say that last-command-char and
2679 last-input-char are obsolete aliases.
2680
2681 * edebug.texi (Edebug Recursive Edit): Remove separate references to
2682 last-input-char and last-command-char, since they are just aliases for
2683 last-input-event and last-command-event.
2684
2685 * minibuf.texi (Minibuffer Commands): Use last-command-event rather than
2686 last-command-char.
2687
6b2b8ab1
CY
26882009-01-08 Chong Yidong <cyd@stupidchicken.com>
2689
2690 * elisp.texi: Update node listing.
2691
2692 * display.texi (Faces): Put Font Selection node after Auto Faces.
5dcb4c4e
SM
2693 (Face Attributes): Don't link to Font Lookup.
2694 Document font-family-list.
6b2b8ab1
CY
2695 (Fonts): New node.
2696
3568e767
JR
26972009-01-08 Jason Rumney <jasonr@gnu.org>
2698
2699 * frames.texi (Pointer Shape): Clarify that only X supports
5ce6e4f4 2700 changing the standard pointer shapes. (Bug#1485)
3568e767 2701
6221c8db
CY
27022009-01-08 Chong Yidong <cyd@stupidchicken.com>
2703
2704 * display.texi (Attribute Functions): Note that a function value
2705 :height is relative, and that compatibility functions work by
2706 calling set-face-attribute.
2707 (Displaying Faces): Reorder list in order of increasing priority.
2708 (Face Remapping): New node. Content moved here from Displaying
2709 Faces.
2710 (Glyphs): Link to Face Functions.
2711
e3d3799a
CY
27122009-01-08 Chong Yidong <cyd@stupidchicken.com>
2713
2714 * display.texi (Faces): Don't discuss face id here. facep does
2715 not return t.
2716 (Defining Faces): Minor clarification.
2717 (Face Attributes): Rearrange items to match docstring of
2718 set-face-attribute. Add :foundry attribute. Document new role of
2719 :font attribute. Texinfo usage fix.
2720 (Attribute Functions): Copyedits.
2721 (Face Functions): Note that face number is seldom used.
2722
638a2457
RS
27232009-01-05 Richard M Stallman <rms@gnu.org>
2724
2725 * strings.texi (Predicates for Strings): Minor clarification.
2726
2727 * functions.texi (Function Safety): Texinfo usage fix.
2728
49ea0074
JB
27292009-01-04 Eduard Wiebe <usenet@pusto.de> (tiny patch)
2730
2731 * objects.texi (General Escape Syntax): Fix typo.
2732
9f822178
MR
27332009-01-03 Martin Rudalics <rudalics@gmx.at>
2734
2735 * windows.texi (Choosing Window): Say that pop-up-frame-alist
2736 works via the default value of pop-up-frame-function.
2737
af34ad36
EZ
27382009-01-02 Eli Zaretskii <eliz@gnu.org>
2739
2740 * processes.texi (System Processes): Document the `time' and
2741 `ctime' attributes of `system-process-attributes'.
2742
d31f6679
CY
27432009-01-01 Chong Yidong <cyd@stupidchicken.com>
2744
2745 * display.texi (Face Attributes): Clarify :height attribute.
2746
174dc00c
MR
27472008-12-31 Martin Rudalics <rudalics@gmx.at>
2748
2749 * buffers.texi (The Buffer List): Clarify what moves a buffer to
2750 the front of the buffer list. Add entries for `last-buffer' and
2751 `unbury-buffer'.
2752
b8afe7e4
EZ
27532008-12-27 Eli Zaretskii <eliz@gnu.org>
2754
d14030f5
EZ
2755 * elisp.texi (Top): Add @detailmenu items for "Multiple Terminals"
2756 and its subsections.
2757
2758 * frames.texi (Multiple Terminals, Low-level Terminal)
2759 (Terminal Parameters, Frames on Other TTY devices): New sections.
2760 (Frames): Add an xref to "Multiple Terminals".
2761
765980a4
EZ
2762 * elisp.texi (Top): Add @detailmenu item for "Terminal Type".
2763
2764 * objects.texi (Terminal Type): New node.
2765 (Editing Types): Add it to the menu.
2766
47bd5577
EZ
2767 * elisp.texi (Top): Add a @detailmenu item for "Directory Local
2768 Variables".
2769
eb22b78c 2770 * variables.texi (Directory Local Variables): New node.
47bd5577 2771 (Variables): Add a menu item for it.
eb22b78c 2772
b8afe7e4
EZ
2773 * loading.texi (Autoload): Document `generate-autoload-cookie' and
2774 `generated-autoload-file'.
2775
77bb0476
EZ
27762008-12-20 Eli Zaretskii <eliz@gnu.org>
2777
028e2c19
EZ
2778 * os.texi (Startup Summary): Add xref to documentation of
2779 `initial-window-system'.
2780
77bb0476
EZ
2781 * display.texi (Window Systems): Document `window-system' the
2782 function. The variable `window-system' is now frame-local.
028e2c19 2783 Document `initial-window-system'.
77bb0476 2784
dda87836
MR
27852008-12-19 Martin Rudalics <rudalics@gmx.at>
2786
2787 * windows.texi (Windows): Rewrite description of
2788 fit-window-to-buffer.
2789
caef3ed2
GM
27902008-12-13 Glenn Morris <rgm@gnu.org>
2791
2792 * modes.texi (Font Lock Basics): Fix level description. (Bug#1534)
2793 (Levels of Font Lock): Refer to font-lock-maximum-decoration.
2794
21c58e4d
GM
27952008-12-12 Glenn Morris <rgm@gnu.org>
2796
2797 * debugging.texi (Error Debugging): Refer forwards to
2798 eval-expression-debug-on-error.
2799
af38459f
EZ
28002008-12-05 Eli Zaretskii <eliz@gnu.org>
2801
5dedd9b5
EZ
2802 * strings.texi (String Basics): Only unibyte strings that
2803 represent key sequences hold 8-bit raw bytes.
2804
af38459f
EZ
2805 * nonascii.texi (Coding System Basics): Rewrite @ignore'd
2806 paragraph to speak about `undecided'.
2807 (Character Properties): Don't explain the meaning of each
2808 property; instead, identify their Unicode Standard names.
b3f1f4a5 2809 (Character Sets): Document `map-charset-chars'.
af38459f 2810
fa047ae7
GM
28112008-12-02 Glenn Morris <rgm@gnu.org>
2812
2813 * files.texi (Format Conversion Round-Trip): Rewrite format-write-file
2814 section yet again.
2815
47dbc044
EZ
28162008-11-29 Eli Zaretskii <eliz@gnu.org>
2817
98d05998
EZ
2818 * nonascii.texi (Character Properties): New Section.
2819 (Specifying Coding Systems): Document
2820 `coding-system-priority-list', `set-coding-system-priority', and
2821 `with-coding-priority'.
2822 (Lisp and Coding Systems): Document `check-coding-systems-region'
2823 and `coding-system-charset-list'.
2824 (Coding System Basics): Document `coding-system-aliases'.
2825
2826 * elisp.texi (Top): Add a @detailmenu entry for "Character
2827 Properties".
2828
47dbc044
EZ
2829 * objects.texi (Character Type): Correct the range of Emacs
2830 characters. Add an @xref to "Character Codes".
2831
2832 * strings.texi (String Basics): Add an @xref to "Character Codes".
2833
2834 * numbers.texi (Integer Basics): Add an @xref to `max-char'.
2835
2836 * nonascii.texi (Explicit Encoding): Update for Emacs 23.
2837 (Character Codes): Document `max-char'.
2838
8b80cdf5
EZ
28392008-11-28 Eli Zaretskii <eliz@gnu.org>
2840
2841 * nonascii.texi (Text Representations, Converting Representations)
2842 (Character Sets, Scanning Charsets, Translation of Characters):
2843 Make text more accurate.
2844
a99dceba
GM
28452008-11-28 Glenn Morris <rgm@gnu.org>
2846
2847 * files.texi (Format Conversion Round-Trip): Improve previous change.
2848
f6dc3bed
CY
28492008-11-26 Chong Yidong <cyd@stupidchicken.com>
2850
2851 * modes.texi (Auto Major Mode): Fix example.
2852
5da9413d
GM
28532008-11-25 Glenn Morris <rgm@gnu.org>
2854
2855 * control.texi (Signaling Errors): Fix `wrong-type-argument' name.
2856
2857 * files.texi (Format Conversion Round-Trip):
2858 Use active voice for previous change.
2859
fcca848c
CY
28602008-11-25 Chong Yidong <cyd@stupidchicken.com>
2861
2862 * os.texi (Processor Run Time):
2863 * processes.texi (Transaction Queues):
2864 * markers.texi (The Mark):
2865 * windows.texi (Choosing Window, Selecting Windows):
2866 * files.texi (Changing Files, Magic File Names):
2867 * commands.texi (Key Sequence Input):
2868 * functions.texi (Declaring Functions):
2869 * strings.texi (Predicates for Strings):
2870 * intro.texi (nil and t): Fix typos (pointed out by Drew Adams).
2871
36c8dc54
CY
28722008-11-24 Chong Yidong <cyd@stupidchicken.com>
2873
2874 * help.texi (Accessing Documentation): Update example.
2875
2876 * variables.texi (Defining Variables): Note that `*' is not
2877 necessary if defcustom is used.
2878
2a79b242
EZ
28792008-11-22 Eli Zaretskii <eliz@gnu.org>
2880
2881 * elisp.texi (Top): Remove "Chars and Bytes" and "Splitting
2882 Characters" from @detailmenu.
2883
2884 * nonascii.texi (Character Codes, Character Sets)
2885 (Scanning Charsets, Translation of Characters): Update for Emacs 23.
2886 (Chars and Bytes, Splitting Characters): Sections removed.
2887
392f0d26
LK
28882008-11-22 Lute Kamstra <lute@gnu.org>
2889
2890 * positions.texi (Text Lines): Update goto-line documentation.
2891
af1a5cd5
MR
28922008-11-21 Martin Rudalics <rudalics@gmx.at>
2893
6a4cfb0c
MR
2894 * frames.texi (Frames): Fix typo, add cross references, reword.
2895 (Initial Parameters): Reword special-display-frame-alist text.
2896 (Frames and Windows): Reword. Describe argument norecord for
2897 set-frame-selected-window.
2898 (Input Focus): Describe argument norecord for select-frame.
2899 Remove comment on MS-Windows behavior for focus-follows-mouse.
2900 (Raising and Lowering): Mention windows-frames dichotomy in
2901 metaphor.
2902
af1a5cd5
MR
2903 * windows.texi (Displaying Buffers, Vertical Scrolling)
2904 (Horizontal Scrolling): Fix indenting and rewording issues
2905 introduced with 2008-11-07 change.
2906
c249fa9c
GM
29072008-11-20 Glenn Morris <rgm@gnu.org>
2908
2909 * files.texi (Format Conversion Round-Trip): Mention `preserve'
2910 element of `format-alist'.
2911
204d4665
GM
29122008-11-19 Glenn Morris <rgm@gnu.org>
2913
2914 * doclicense.texi: Update to FDL 1.3.
2915 * elisp.texi, vol1.texi, vol2.texi: Relicense under FDL 1.3 or later.
2916
cc0910af
CY
29172008-11-18 Chong Yidong <cyd@stupidchicken.com>
2918
efe6e7c4
CY
2919 * windows.texi (Window Hooks): Remove *-end-trigger-functions
2920 vars, which are obsolete. Mention jit-lock-register.
2921
5dcb4c4e
SM
2922 * modes.texi (Other Font Lock Variables):
2923 Document jit-lock-register and jit-lock-unregister.
efe6e7c4 2924
cc0910af
CY
2925 * frames.texi (Color Parameters): Document alpha parameter.
2926
aeeedf76
MR
29272008-11-16 Martin Rudalics <rudalics@gmx.at>
2928
2929 * windows.texi (Splitting Windows, Deleting Windows)
2930 (Selecting Windows, Cyclic Window Ordering)
2931 (Buffers and Windows, Displaying Buffers, Choosing Window)
2932 (Dedicated Windows, Window Point, Window Start and End)
2933 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling)
2934 (Size of Window, Resizing Windows, Window Configurations)
2935 (Window Parameters): Avoid @var at beginning of sentences and
2936 reword accordingly.
2937
4c565c5c
LK
29382008-11-11 Lute Kamstra <lute@gnu.org>
2939
2940 * files.texi (File Name Components): Fix file-name-extension
2941 documentation.
2942
25f494c9
JB
29432008-11-11 Juanma Barranquero <lekktu@gmail.com>
2944
2945 * frames.texi (Basic Parameters): Remove display-environment-variable
2946 and term-environment-variable.
2947
a1401ab1
EZ
29482008-11-08 Eli Zaretskii <eliz@gnu.org>
2949
2950 * windows.texi (Basic Windows, Splitting Windows)
2951 (Deleting Windows, Selecting Windows, Cyclic Window Ordering)
2952 (Buffers and Windows, Displaying Buffers, Dedicated Windows)
25f494c9
JB
2953 (Resizing Windows, Window Configurations, Window Parameters):
2954 Fix wording and markup.
a1401ab1 2955
efafc282
MR
29562008-11-07 Martin Rudalics <rudalics@gmx.at>
2957
2958 * windows.texi (Windows): Update entries.
2959 (Basic Windows): Remove listing of attributes. Reword.
86ab855a 2960 (Splitting Windows, Deleting Windows): Reword.
efafc282
MR
2961 (Selecting Windows, Cyclic Window Ordering): Reword with special
2962 emphasis on order of recently selected windows and buffer list.
86ab855a
MR
2963 (Buffers and Windows, Choosing Window): Reword with special
2964 emphasis on dedicated windows.
2965 (Displaying Buffers): Reword. For switch-to-buffer mention that
2966 it may fall back on pop-to-buffer. For other-window try to
2967 explain how it treats the cyclic ordering of windows.
efafc282
MR
2968 (Dedicated Windows): New node and section discussing dedicated
2969 windows and associated functions.
86ab855a 2970 (Window Point): Add entry for window-point-insertion-type. Reword.
efafc282
MR
2971 (Window Start and End): Rename node and section title. Reword.
2972 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling):
2973 Minor rewording.
2974 (Size of Window): Reword, in particular text on window-width.
2975 (Resizing Windows): Reword. Add text on balancing windows.
2976 (Window Configurations): Reword. Mention window parameters.
2977 (Window Parameters): New node and section on window parameters.
2978 (Window Hooks): Reword. Mention that
2979 window-configuration-change-hook is run "buffer-locally".
2980 * elisp.texi (Top): Update Windows entries in @detailmenu
2981 section.
2982
d60a8ab2
JB
29832008-11-04 Juanma Barranquero <lekktu@gmail.com>
2984
2985 * searching.texi (Regexp Search): Fix typo.
2986
01777627
CY
29872008-11-03 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
2988
2989 * searching.texi (Regexp Search): Document GREEDY arg.
2990 (Simple Match Data): Fix return value.
2991
c4526e93
EZ
29922008-11-01 Eli Zaretskii <eliz@gnu.org>
2993
2994 * nonascii.texi (Text Representations): Rewrite to make consistent
5dcb4c4e
SM
2995 with Emacs 23 internal representation of characters.
2996 Document `unibyte-string'.
c4526e93 2997
fe2ae8b5
CY
29982008-10-28 Chong Yidong <cyd@stupidchicken.com>
2999
3000 * processes.texi (Process Information): Note that process-status
3001 does not accept buffer names.
3002
cc5a21e3
CY
30032008-10-27 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
3004
3005 * positions.texi (Skipping Characters): Correct return value of
3006 skip-chars-forward.
3007
09460d9a
MR
30082008-10-25 Martin Rudalics <rudalics@gmx.at>
3009
520b29e7
MR
3010 * windows.texi (Deleting Windows): Update documentation of
3011 delete-windows-on.
3012 (Buffers and Windows): Update documentations of
3013 get-buffer-window and get-buffer-window-list.
3014 (Displaying Buffers): Update documentation of
3015 replace-buffer-in-windows.
3016
09460d9a
MR
3017 * buffers.texi (Current Buffer): Reword set-buffer and
3018 with-current-buffer documentations.
3019 (Creating Buffers): Reword documentation of get-buffer-create.
3020
4d48fcdc
MR
30212008-10-23 Martin Rudalics <rudalics@gmx.at>
3022
3023 * buffers.texi (Current Buffer): Reword documentation of
3024 set-buffer.
3025 (Buffer Names): Reword documentation of buffer-name.
3026 (The Buffer List): For bury-buffer explain what happens with the
3027 buffer's window.
3028 (Creating Buffers): Say that get-buffer-create's arg is called
3029 buffer-or-name.
3030
f0143c43
CY
30312008-10-22 Chong Yidong <cyd@stupidchicken.com>
3032
3e5dbbd3
CY
3033 * advice.texi (Computed Advice): Explain what DEFINITION is.
3034
f0143c43
CY
3035 * nonascii.texi (Character Codes): Remove obsolete function
3036 char-valid-p, and document characterp instead.
3037
52a94b85
MR
30382008-10-22 Martin Rudalics <rudalics@gmx.at>
3039
3040 * windows.texi (Displaying Buffers): Reword documentation of
3041 pop-to-buffer.
3042 (Choosing Window): Rewrite documentation of display-buffer and
3043 its options.
3044
f76f8246
MR
3045 * buffers.texi (Killing Buffers): Update documentation of
3046 kill-buffer.
3047
acc8b598
EZ
30482008-10-21 Eli Zaretskii <eliz@gnu.org>
3049
80e6b6df
EZ
3050 * processes.texi (Serial Ports): Fix wording and improve markup.
3051
3645358a
EZ
3052 * searching.texi (Regexp Search): Document `string-match-p' and
3053 `looking-at-p'.
3054 (POSIX Regexps): Add an xref for "non-greedy".
3055 (Regexp Special): Add @cindex entry for "non-greedy".
3056
b3d50cff 3057 * display.texi (Attribute Functions): Document `face-all-attributes'.
bf190568 3058 (Image Cache) <image-refresh>: Minor wording fixes.
b3d50cff 3059
73b7530a
EZ
3060 * frames.texi (Color Names): Add an xref to `read-color'.
3061
3062 * minibuf.texi (High-Level Completion): Document `read-color'.
3063
acc8b598
EZ
3064 * elisp.texi (Top): Add "Swapping Text" to @detailmenu.
3065
3066 * positions.texi (Narrowing): Add an xref to "Swapping Text".
3067
3068 * buffers.texi (Swapping Text): New section, documents
3069 `buffer-swap-text'.
3070
10e187e8
MR
30712008-10-21 Martin Rudalics <rudalics@gmx.at>
3072
3073 * windows.texi (Resizing Windows): Minor wording fix.
3074
fd6f900c
EZ
30752008-10-20 Eli Zaretskii <eliz@gnu.org>
3076
3077 * processes.texi (Shell Arguments): Document `split-string-and-unquote'
3078 and `combine-and-quote-strings'.
3079
3080 * strings.texi (Creating Strings): Add xrefs for them.
3081
e4372165
EZ
30822008-10-19 Eli Zaretskii <eliz@gnu.org>
3083
d6328fba
EZ
3084 * elisp.texi (Top): Make descriptive text for "Reading File Names"
3085 match the corresponding menu in minibuf.texi.
3086
e4372165
EZ
3087 * minibuf.texi (Reading File Names): Document `read-shell-command'
3088 and `minibuffer-local-shell-command-map'.
3089
5d8dda33
MR
30902008-10-19 Martin Rudalics <rudalics@gmx.at>
3091
3092 * windows.texi (Resizing Windows): Remove var{} around "window" in
3093 documentation of enlarge-window.
3094 Rewrite documentation of window-min-height and window-min-width.
3095
437706cd
EZ
30962008-10-19 Eli Zaretskii <eliz@gnu.org>
3097
80f85d7c
EZ
3098 * functions.texi (Calling Functions): Document `apply-partially'.
3099
291703b5
EZ
3100 * hooks.texi (Standard Hooks): Mention
3101 `before-hack-local-variables-hook' and `hack-local-variables-hook'.
3102
3103 * variables.texi (File Local Variables): Document
3104 `file-local-variables-alist', `before-hack-local-variables-hook'
3105 and `hack-local-variables-hook'.
3106
583d8b3c
EZ
3107 * processes.texi (Synchronous Processes): Document `process-lines'.
3108
5dcb4c4e
SM
3109 * customize.texi (Variable Definitions):
3110 Document `custom-reevaluate-setting'.
437706cd 3111
7e51d89b
MR
31122008-10-18 Martin Rudalics <rudalics@gmx.at>
3113
3114 * windows.texi (Choosing Window, Deleting Windows)
3115 (Displaying Buffers): Expand documentation of dedicated windows.
3116
43c59a3d
EZ
31172008-10-18 Eli Zaretskii <eliz@gnu.org>
3118
018a960d
EZ
3119 * files.texi (Changing Files): Document symbolic input of file
3120 modes to `set-file-modes'. Document `read-file-modes' and
3121 `file-modes-symbolic-to-number'.
3122
2c0b8144
EZ
3123 * maps.texi (Standard Keymaps): Document `multi-query-replace-map'
3124 and `search-map'.
3125
5dcb4c4e
SM
3126 * searching.texi (Search and Replace):
3127 Document `replace-search-function' and `replace-re-search-function'.
2c0b8144 3128 Document `multi-query-replace-map'.
80120f13 3129
6d4913f0 3130 * minibuf.texi (Text from Minibuffer): Document `read-regexp'.
5dcb4c4e
SM
3131 (Completion Commands, Reading File Names):
3132 Rename `minibuffer-local-must-match-filename-map' to
6d4913f0
EZ
3133 `minibuffer-local-filename-must-match-map'.
3134 (Minibuffer Completion): The `require-match' argument to
3135 `completing-read' can now have the value `confirm-only'.
3136
43c59a3d
EZ
3137 * windows.texi (Displaying Buffers): Minor wording fix.
3138 (Choosing Window): `split-height-threshold' can now be nil.
3139 Document `split-width-threshold'. `pop-up-frames' can have the
3140 value `graphic-only'.
3141
f36acfd9
EZ
31422008-10-17 Eli Zaretskii <eliz@gnu.org>
3143
3144 * os.texi (Startup Summary): Document `before-init-time' and
3145 `after-init-time'. Document `initial-window-system' and
3146 `window-system-initialization-alist'. Document reading the
3147 abbrevs file. Document the call to `server-start' under --daemon.
3148 Rearrange a bit to be consistent with the code flow.
53728487
EZ
3149 (Processor Run Time): Document `emacs-uptime' and `emacs-init-time'.
3150 (Time Parsing): Document `format-seconds'.
f36acfd9 3151
96995b89
MR
31522008-10-17 Martin Rudalics <rudalics@gmx.at>
3153
3154 * windows.texi (Basic Windows, Splitting Windows): Fix whitespace
3155 and reword.
3156
2de17c73
EZ
31572008-10-16 Eli Zaretskii <eliz@gnu.org>
3158
3159 * markers.texi (The Mark): Document use-region-p.
3160
9cf52b11
EZ
31612008-10-15 Eli Zaretskii <eliz@gnu.org>
3162
c3aaf1d7
EZ
3163 * internals.texi (Writing Emacs Primitives): The interactive spec
3164 of a primitive can be a Lisp form.
3165
841a1743
EZ
3166 * markers.texi (The Mark): Document the `lambda' and `(only . OLD)'
3167 values of transient-mark-mode. Document handle-shift-selection.
3168
3169 * commands.texi (Using Interactive, Interactive Codes): Document `^'.
3170 (Interactive Examples): Show an example of `^'.
3171 (Key Sequence Input): Document this-command-keys-shift-translated.
c3aaf1d7
EZ
3172 (Defining Commands, Using Interactive): The interactive-form of a
3173 function can be added via its symbol's property.
841a1743 3174
52441368
EZ
3175 * positions.texi (List Motion): beginning-of-defun-function can
3176 now accept an argument.
3177
8e8c1a72
EZ
3178 * text.texi (Low-Level Kill Ring): interprogram-paste-function can
3179 now return a list of strings.
3180
a33a1f2a
EZ
3181 * control.texi (Handling Errors): Document ignore-errors.
3182
4fb04348
EZ
3183 * frames.texi (Creating Frames): Document frame-inherited-parameters.
3184 (Parameter Access): Document set-frame-parameter.
3185
ee666f84
EZ
3186 * variables.texi (Creating Buffer-Local): Add an xref to "Setting
3187 Hooks" for the effect of kill-all-local-variables on local hook
3188 functions.
3189
9cf52b11
EZ
3190 * modes.texi (Major Mode Conventions, Mode Line Variables):
3191 `mode-name' need not be a string. xref to "Mode Line Data" for
3192 details, and to "Emulating Mode Line" for computing a string
3193 value.
3194
22526bc4
EZ
31952008-10-14 Eli Zaretskii <eliz@gnu.org>
3196
a65f6a85
EZ
3197 * processes.texi (System Processes): New section.
3198 (Processes, Signals to Processes): Add xrefs to it.
3199
3200 * objects.texi (Editing Types): A `process' is a subprocess of
3201 Emacs, not just any process running on the OS.
3202
3203 * elisp.texi (Top): Adjust the @detailmenu for the above two
3204 changes.
3205
2724b26a
EZ
3206 * sequences.texi (Char-Tables): Remove documentation of
3207 set-char-table-default, which has no effect since Emacs 23.
3208 <char-table-range, set-char-table-range>: Don't mention generic
3209 characters and charsets. Add a cons cell as a possible argument.
3210
3211 * nonascii.texi (Splitting Characters)
3212 (Translation of Characters): Don't mention generic characters.
3213
3214 * display.texi (Fontsets): Don't mention generic characters.
3215
22526bc4 3216 * sequences.texi (Char-Tables): `map-char-table' can now call its
25f494c9 3217 argument FUNCTION with a cons cell as KEY.
22526bc4 3218
eaf4b689
EZ
32192008-10-13 Eli Zaretskii <eliz@gnu.org>
3220
45e46036
EZ
3221 * objects.texi (Primitive Function Type): Move "@cindex special
3222 forms" from here...
3223
3224 * eval.texi (Special Forms): ...to here.
3225
3226 * functions.texi (What Is a Function): `functionp' returns nil for
3227 special forms. Add an xref.
3228
eaf4b689
EZ
3229 * elisp.texi (Top): Add a @detailmenu entry for "Frame-Local
3230 Variables".
3231
3232 * variables.texi (Frame-Local Variables): New section.
3233 (Buffer-Local Variables): Add an xref to it.
3234 (Intro to Buffer-Local, Creating Buffer-Local): A variable cannot
3235 have both frame-local and buffer-local binding.
3236
3237 * frames.texi (Frames): Mention multiple tty frames.
3238 (Frame Parameters, Parameter Access): Mention frame-local variable
3239 bindings.
3240
15688fce
GM
32412008-09-20 Glenn Morris <rgm@gnu.org>
3242
3243 * display.texi (Defining Faces): Recommend against face variables.
3244
35539065
JB
32452008-09-16 Juanma Barranquero <lekktu@gmail.com>
3246
3247 * display.texi (Echo Area Customization): Fix typo.
3248
6a57054b
JB
32492008-09-09 Juanma Barranquero <lekktu@gmail.com>
3250
3251 * loading.texi (Where Defined): Add `defface' item.
3252
d632fb82
MR
32532008-09-06 Martin Rudalics <rudalics@gmx.at>
3254
3255 * loading.texi (Where Defined): Fix description of symbol-file.
3256
905a9adb
JR
32572008-08-26 Jason Rumney <jasonr@gnu.org>
3258
3259 * display.texi (TIFF Images): New section describing :index property.
3260
852e91b7
CY
32612008-08-23 Chong Yidong <cyd@stupidchicken.com>
3262
3263 * display.texi (Temporary Displays): Remove unnecessary comment
3264 about usage of temp-buffer-show-hook.
3265
6be001ee
CY
32662008-08-05 Chong Yidong <cyd@stupidchicken.com>
3267
3268 * symbols.texi (Other Plists): Fix incorrect example.
3269 Suggested by Florian Beck.
3270
58e3d8e8
JB
32712008-07-31 Juanma Barranquero <lekktu@gmail.com>
3272
3273 * os.texi: Fix previous change.
3274
7c2fb837
DN
32752008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
3276
3277 * os.texi:
3278 * intro.texi:
3279 * files.texi: Remove VMS support.
3280
9e2a2647
DN
32812008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
3282
3283 * os.texi:
3284 * frames.texi:
3285 * display.texi: Remove mentions of Mac Carbon.
3286
c4f4682b
MB
32872008-07-01 Miles Bader <miles@gnu.org>
3288
3289 * text.texi (Special Properties):
3290 * display.texi (Truncation): Add wrap-prefix and line-prefix.
3291
3696411e
JB
32922008-06-28 Johan Bockgård <bojohan@gnu.org>
3293
3294 * display.texi (Other Image Types): Fix copy/paste error; say
3295 "PBM", not "XBM".
3296
f2a77c3a
DN
32972008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
3298
3299 * os.texi: Remove references to obsolete systems.
3300
6d52677d
EZ
33012008-06-20 Eli Zaretskii <eliz@gnu.org>
3302
3303 * makefile.w32-in (distclean): Remove makefile.
3304
1a87da4c
GM
33052008-06-17 Glenn Morris <rgm@gnu.org>
3306
3307 * Makefile.in (emacsver, miscmanualdir, VERSION, manual, install)
3308 (elisp, dist): Remove rules and variables that are obsolete now
3309 the lisp manual is no longer distributed separately.
3310
fdda1c5d
GM
33112008-06-16 Glenn Morris <rgm@gnu.org>
3312
646692e9
GM
3313 * configure, configure.in, mkinstalldirs: Remove unused files.
3314
3315 * book-spine.texinfo: Set version to 23.0.60.
fdda1c5d 3316 * vol1.texi (EMACSVER):
6a57054b 3317 * vol2.texi (EMACSVER): Set to 23.0.60.
fdda1c5d
GM
3318
3319 * elisp.texi, vol1.texi, vol2.texi: Update Back-Cover Text
3320 as per maintain.info.
3321
611bee81
GM
33222008-06-15 Glenn Morris <rgm@gnu.org>
3323
a7bed3a0
GM
3324 * makefile.w32-in (manual): Use "23" rather than "21".
3325
3326 * Makefile.in (emacsver): New, set by configure.
3327 (manual): Use emacsver.
3328
d794edf2
GM
3329 * intro.texi: Report bugs using M-x report-emacs-bug.
3330
611bee81
GM
3331 * elisp.texi (EMACSVER): Remove duplicate, outdated setting.
3332
c73e02fa
GM
33332008-06-13 Daniel Engeler <engeler@gmail.com>
3334
3335 * elisp.texi, internals.texi, processes.texi: Add documentation
3336 about serial port access.
3337
e40a85cd
MB
33382008-06-05 Miles Bader <miles@gnu.org>
3339
3340 * display.texi (Displaying Faces): Update to reflect function
3341 renamings in face-remap.el.
3342
7b753744
JB
33432008-06-05 Juanma Barranquero <lekktu@gmail.com>
3344
3345 * display.texi (Fontsets): Fix typos.
3346
9d3d42fb
MB
33472008-06-03 Miles Bader <miles@gnu.org>
3348
7b753744
JB
3349 * display.texi (Displaying Faces): Add add-relative-face-remapping,
3350 remove-relative-face-remapping, set-base-face-remapping,
3351 and set-default-base-face-remapping.
9d3d42fb 3352
f2cec7a9
MB
33532008-06-01 Miles Bader <miles@gnu.org>
3354
3355 * display.texi (Displaying Faces): Add face-remapping-alist.
3356
8f39c96d
SM
33572008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
3358
3359 * tips.texi (Coding Conventions): Do not encourage the use of "-flag"
3360 variable names.
3361
1ef5eecc
ER
33622008-05-03 Eric S. Raymond <esr@golux>
3363
352c8b4a 3364 * keymaps.texi: Clarify that (current-local-map) and
1ef5eecc
ER
3365 (current-global-map) return references, not copies.
3366
63b4387f
JL
33672008-05-02 Juri Linkov <juri@jurta.org>
3368
3369 * minibuf.texi (Text from Minibuffer): Document a list of
3370 default values for `read-from-minibuffer'.
3371
38a8b703
JB
33722008-04-24 Juanma Barranquero <lekktu@gmail.com>
3373
3374 * nonascii.texi (Translation of Characters): Fix previous change.
3375
7c42e639
CY
33762008-04-20 Chong Yidong <cyd@stupidchicken.com>
3377
3378 * display.texi (Overlay Properties): Clarify role of underlying
3379 textprop and overlay keymaps for display strings.
3380
3381 * keymaps.texi (Active Keymaps): Ditto.
3382
25c0d999
SM
33832008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
3384
3385 * minibuf.texi (Programmed Completion):
3386 Replace dynamic-completion-table with the new completion-table-dynamic.
3387
e3af5968
CY
33882008-04-07 Chong Yidong <cyd@stupidchicken.com>
3389
3390 * intro.texi (Some Terms): Change "fonts in this manual" index
3391 entry to "typographic conventions".
3392
6bfc8698
EZ
33932008-04-05 Eli Zaretskii <eliz@gnu.org>
3394
3395 * objects.texi (Text Props and Strings): Add indexing for read
3396 syntax of text properties.
3397
4972c361
SM
33982008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
3399
3400 * processes.texi (Decoding Output): Remove process-filter-multibyte
3401 functions.
3402
c70a68db
MR
34032008-03-15 Martin Rudalics <rudalics@gmx.at>
3404
3405 * display.texi (Finding Overlays): Say that empty overlays at
3406 the end of the buffer are reported too.
3407
1291fd36
GM
34082008-03-13 Glenn Morris <rgm@gnu.org>
3409
3410 * elisp.texi (EMACSVER): Set to 23.0.60.
3411
c6b0dfd5
CY
34122008-02-26 Chong Yidong <cyd@stupidchicken.com>
3413
38a8b703 3414 * strings.texi (Formatting Strings): Treat - and 0 as flag characters.
c6b0dfd5 3415
875fc30c
GM
34162008-02-22 Glenn Morris <rgm@gnu.org>
3417
3418 * frames.texi (Position Parameters): Clarify the description of
3419 `left' and `top', using information from "Geometry".
3420 (Geometry): Give a pointer to "Position Parameters", rather than
3421 repeating information.
3422
d8c8e45a
GM
34232008-02-11 Glenn Morris <rgm@gnu.org>
3424
3425 * objects.texi (Equality Predicates): No longer talk about "two"
3426 functions.
3427
38a8b703 34282008-02-11 Lawrence Mitchell <wence@gmx.li> (tiny change)
d8c8e45a
GM
3429
3430 * objects.texi (Equality Predicates): Add defun for
3431 equal-including-properties.
3432
bfffe0b1
GM
34332008-02-10 Glenn Morris <rgm@gnu.org>
3434
3435 * objects.texi (Equality Predicates):
3436 Mention equal-including-properties.
3437
431b78c9
RS
34382008-02-07 Richard Stallman <rms@gnu.org>
3439
3440 * windows.texi (Window Start): Mention the feature of moving
3441 window-start to start of line.
3442
c8763fb6 34432008-02-07 Jan Djärv <jan.h.d@swipnet.se>
eafa12e6
JD
3444
3445 * keymaps.texi (Tool Bar): Document rtl property.
3446
1a256502
TTN
34472008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org>
3448
3449 * display.texi (Button Types):
3450 For define-button-type, clarify type of NAME.
3451
569382c2
MR
34522008-01-19 Martin Rudalics <rudalics@gmx.at>
3453
3454 * buffers.texi (Buffer Modification): Fix typo.
3455
f3041af1
DN
34562008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
3457
3458 * os.texi (System Environment): Remove references to OSes that are
3459 not supported anymore.
3460
d35e1cd7
DN
34612008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
3462
3463 * os.texi (System Environment): Remove mention for Masscomp.
3464
23af7580
RS
34652008-01-04 Richard Stallman <rms@gnu.org>
3466
3467 * display.texi (Faces): Don't talk about internal face vector as arg
3468 to facep.
3469
3470 * customize.texi (Type Keywords): Fix previous change.
3471
3472 * text.texi (Links and Mouse-1): Fix xref for commands.texi change.
3473 * elisp.texi (Top): Fix menu for commands.texi change.
3474
ec7d5b1e
RS
34752007-12-30 Richard Stallman <rms@gnu.org>
3476
5dcb4c4e 3477 * commands.texi (Accessing Mouse): Rename from Accessing Events.
ec7d5b1e
RS
3478 (Accessing Scroll): New node broken out of Accessing Mouse.
3479
101a6cea
RS
34802007-12-28 Richard Stallman <rms@gnu.org>
3481
3482 * frames.texi (Size Parameters): Fix typo.
7f9e0c04 3483 (Basic Parameters): For `title', refer to title bar.
041817a4 3484 (Size and Position): Explain meaning of frame pixel width and height.
101a6cea 3485
72b7e664
RS
34862007-12-23 Richard Stallman <rms@gnu.org>
3487
3488 * customize.texi (Type Keywords): Uncomment :validate and clarify it.
3489 Improve some of the commented-out keywords' text too.
3490
27a4f445
MR
34912007-12-14 Martin Rudalics <rudalics@gmx.at>
3492
e2e3f1d7
MR
3493 * nonascii.texi (Encoding and I/O): Reword to avoid saying
3494 "visit the current buffer".
3495
27a4f445
MR
3496 * os.texi (System Interface): Fix typo.
3497
a2afc99d
RS
34982007-12-04 Richard Stallman <rms@gnu.org>
3499
3500 * objects.texi (Symbol Type): Fix typo.
3501
b694135c
RS
35022007-12-03 Richard Stallman <rms@gnu.org>
3503
3504 * hooks.texi (Standard Hooks): Add link to Hooks for Loading.
3505
f99a19da
GM
35062007-12-01 Glenn Morris <rgm@gnu.org>
3507
3508 * functions.texi (Declaring Functions): Improve previous change.
3509
8f4b37d8
GM
35102007-11-30 Glenn Morris <rgm@gnu.org>
3511
3512 * functions.texi (Declaring Functions): Add optional fourth
3513 argument of declare-function, and setting third argument to `t'.
3514
61a2fe01
RS
35152007-11-29 Richard Stallman <rms@gnu.org>
3516
3517 * customize.texi (Composite Types): Document `group' type.
3518
cbfc5193
GM
35192007-11-29 Glenn Morris <rgm@gnu.org>
3520
5dcb4c4e
SM
3521 * functions.texi (Declaring Functions): Add findex.
3522 Mention `external' files.
cbfc5193 3523
8386283a
JB
35242007-11-26 Juanma Barranquero <lekktu@gmail.com>
3525
3526 * functions.texi (Declaring Functions): Fix directive.
3527
a07c9a8b
RS
35282007-11-25 Richard Stallman <rms@gnu.org>
3529
3530 * help.texi (Help Functions): Clean up last change.
3531
3532 * advice.texi (Preactivation, Activation of Advice): Minor cleanup.
3533
3534 * loading.texi (Named Features): Minor cleanup.
3535
3536 * macros.texi (Eval During Expansion): Minor cleanup.
3537
3538 * variables.texi (Variable Aliases): Minor cleanup.
3539
a0925923
RS
35402007-11-24 Richard Stallman <rms@gnu.org>
3541
3542 * functions.texi (Declaring Functions): Clarify previous change.
3543
3544 * compile.texi (Compiler Errors): Clarify previous change.
3545
20c63e44
RS
35462007-11-24 Richard Stallman <rms@gnu.org>
3547
e5e76c04 3548 * display.texi (Refresh Screen, Forcing Redisplay):
20c63e44
RS
3549 Clarify the text and move items around.
3550
5bb0cda3
GM
35512007-11-24 Glenn Morris <rgm@gnu.org>
3552
3553 * functions.texi (Declaring Functions): New section.
3554 * compile.texi (Compiler Errors): Mention declaring functions,
3555 defvar with no initvalue, and byte-compile-warnings.
3556
af13c86a
MR
35572007-11-15 Martin Rudalics <rudalics@gmx.at>
3558
3559 * vol1.texi (Top): Remove Frame-Local Variables from Node Listing.
3560 * vol2.texi (Top): Remove Frame-Local Variables from Node Listing.
3561
a5373305
MR
35622007-11-13 Martin Rudalics <rudalics@gmx.at>
3563
3564 * help.texi (Help Functions): Document new macro `with-help-window'.
3565
fe284805
JL
35662007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
3567
3568 * searching.texi (Replacing Match): Describe new
3569 `match-substitute-replacement'.
3570
2c3a09b1
RS
35712007-10-31 Richard Stallman <rms@gnu.org>
3572
3573 * strings.texi (Creating Strings): Null strings from concat not unique.
3574
f2b480f4
RS
35752007-10-26 Richard Stallman <rms@gnu.org>
3576
3577 * objects.texi (Equality Predicates): Null strings are uniquified.
3578
3579 * minibuf.texi: Minor clarifications in previous change.
3580
db21122c
GM
35812007-10-25 Glenn Morris <rgm@gnu.org>
3582
3583 * customize.texi (Variable Definitions): Add :risky and :safe keywords.
3584
2328cbb3
RS
35852007-10-24 Richard Stallman <rms@gnu.org>
3586
3587 * elisp.texi (Top): Delete Frame-Local Variables from subnode menu.
3588
3589 * variables.texi (Frame-Local Variables): Node deleted.
3590 (Variables): Delete Frame-Local Variables from menu.
3591 (Local Variables, Buffer-Local Variables, Intro to Buffer-Local)
3592 (Default Value): Don't mention frame-local vars.
3593
3594 * os.texi (Idle Timers): current-idle-time returns nil if not idle.
3595
3596 * loading.texi (Unloading): Document FEATURE-unload-function
3597 instead of FEATURE-unload-hook.
3598
2328cbb3
RS
3599 * frames.texi (Multiple Displays): Don't mention frame-local vars.
3600
c066bafa
JL
36012007-10-22 Juri Linkov <juri@jurta.org>
3602
3603 * minibuf.texi (Text from Minibuffer, Minibuffer Completion)
3604 (High-Level Completion): Document a list of default value strings
3605 in the DEFAULT argument, for which minibuffer functions return the
3606 first element.
3607
65ced25f
JL
36082007-10-17 Juri Linkov <juri@jurta.org>
3609
3610 * text.texi (Filling): Update arguments of fill-paragraph.
3611 fill-paragraph operates on the active region in Transient Mark mode.
3612 Remove fill-paragraph-or-region.
3613
ee46ec8e
KB
36142007-10-13 Karl Berry <karl@gnu.org>
3615
3616 * elisp.texi (@dircategory): Move to after @copying,
3617 since we want @copying as close as possible to the beginning of
3618 the output.
3619
61bbdbc6
RS
36202007-10-12 Richard Stallman <rms@gnu.org>
3621
3622 * elisp.texi (Top): Add Distinguish Interactive to subnode menu.
3623
3624 * commands.texi (Distinguish Interactive): New node,
3625 broken out from Interactive Call and rewritten.
3626 (Command Loop): Put Distinguish Interactive in menu.
3627
af23e1e8
RS
36282007-10-09 Richard Stallman <rms@gnu.org>
3629
3630 * text.texi (Examining Properties): Mention overlay priority.
3631
3632 * display.texi (Display Margins): Correct the description
3633 of margin display specifications.
3634 (Replacing Specs): New subnode broken out of Display Property.
3635
e1965a69
JL
36362007-10-06 Juri Linkov <juri@jurta.org>
3637
3638 * text.texi (Filling): Document fill-paragraph-or-region.
3639
4638454b
JB
36402007-10-05 Juanma Barranquero <lekktu@gmail.com>
3641
3642 * display.texi (Auto Faces): Fix typo.
3643
7ed54cc5
RS
36442007-10-02 Richard Stallman <rms@gnu.org>
3645
3646 * display.texi (Display Property): Explain some display specs
3647 don't let you move point in.
3648
5dcb4c4e
SM
3649 * frames.texi (Cursor Parameters):
3650 Describe cursor-in-non-selected-windows here. Explain more values.
7ed54cc5
RS
3651
3652 * windows.texi (Basic Windows): Don't describe
3653 cursor-in-non-selected-windows here.
3654
305a7ef2
EZ
36552007-10-01 Eli Zaretskii <eliz@gnu.org>
3656
3657 * processes.texi (Misc Network): Note that these functions are
3658 supported only on some systems.
3659
f7a7f4eb
RS
36602007-10-01 Richard Stallman <rms@gnu.org>
3661
3662 * display.texi (Overlay Properties): Explain nil as priority.
3663 Explain that conflicts are unpredictable if not resolved by
3664 priorities.
3665
780d7bb9
RS
36662007-09-23 Richard Stallman <rms@gnu.org>
3667
3668 * macros.texi (Backquote): Minor clarification.
3669
14b4fdfb
RS
36702007-09-19 Richard Stallman <rms@gnu.org>
3671
3672 * display.texi (Display Property): Explain multiple display specs.
9600ac7c
RS
3673 Clarify when they work in parallel and when one overrides.
3674 Fix error in example.
14b4fdfb 3675
b8d4c8d0
GM
36762007-09-06 Glenn Morris <rgm@gnu.org>
3677
b3e755a9 3678 Move from lispref/ to doc/lispref/. Change all setfilename
b8d4c8d0
GM
3679 commands to use ../../info.
3680 * Makefile.in (infodir): Go up one more level.
4638454b 3681 (usermanualdir): Change from ../man to ../emacs.
b8d4c8d0
GM
3682 (miscmanualdir): New.
3683 (dist): Use new variable miscmanualdir.
3684 * makefile.w32-in (infodir, texinputdir): Go up one more level.
3685 (usermanualdir): Change from ../man to ../emacs.
3686
1bb1f7d3
MR
36872007-08-30 Martin Rudalics <rudalics@gmx.at>
3688
3689 * commands.texi (Command Loop Info): Advise against changing
3690 most variables described here. Explain new variable
3691 last-repeatable-command.
3692
b8d4c8d0
GM
36932007-08-29 Glenn Morris <rgm@gnu.org>
3694
3695 * elisp.texi (EMACSVER): Increase to 23.0.50.
3696
36972007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
3698
3699 * frames.texi (Basic Parameters): Add display-environment-variable
3700 and term-environment-variable.
3701
37022007-08-28 Juri Linkov <juri@jurta.org>
3703
3704 * display.texi (Image Formats, Other Image Types): Add SVG.
3705
37062007-08-28 Juri Linkov <juri@jurta.org>
3707
3708 * display.texi (Images): Move formats-related text to new node
3709 "Image Formats".
3710 (Image Formats): New node.
3711
619fb9ee
RS
37122007-08-27 Richard Stallman <rms@gnu.org>
3713
3714 * windows.texi (Window Configurations): Clarify what
3715 a window configuration saves.
3716
b8d4c8d0
GM
37172007-08-25 Richard Stallman <rms@gnu.org>
3718
3719 * display.texi (Images): Delete redundant @findex.
3720
39f9da30
GM
37212007-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
3722
3723 * text.texi (Change Hooks): (after|before)-change-functions are no
3724 longer bound to nil while running; rather inhibit-modification-hooks
3725 is t.
3726
b8d4c8d0
GM
37272007-08-16 Richard Stallman <rms@gnu.org>
3728
5dcb4c4e
SM
3729 * processes.texi (Asynchronous Processes):
3730 Clarify doc of start-file-process.
b8d4c8d0
GM
3731
37322007-08-08 Martin Rudalics <rudalics@gmx.at>
3733
3734 * modes.texi (Example Major Modes): Fix typo.
3735
37362007-08-08 Glenn Morris <rgm@gnu.org>
3737
3738 * intro.texi (nil and t): Do not use `iff' in documentation.
3739
3740 * tips.texi (Documentation Tips): Recommend against `iff'.
3741
37422007-08-07 Chong Yidong <cyd@stupidchicken.com>
3743
3744 * display.texi (Image Cache): Document image-refresh.
3745
37462007-08-06 Martin Rudalics <rudalics@gmx.at>
3747
3748 * windows.texi (Size of Window): Document window-full-width-p.
3749
37502007-07-25 Glenn Morris <rgm@gnu.org>
3751
3752 * gpl.texi (GPL): Replace license with GPLv3.
3753
3754 * Relicense all FSF files to GPLv3 or later.
3755
37562007-07-24 Michael Albinus <michael.albinus@gmx.de>
3757
4638454b
JB
3758 * processes.texi (Synchronous Processes):
3759 Add `process-file-shell-command'.
b8d4c8d0
GM
3760 (Asynchronous Processes): Mention restricted use of
3761 `process-filter' and `process-sentinel' in
3762 `start-file-process'. Add `start-file-process-shell-command'.
3763
37642007-07-17 Michael Albinus <michael.albinus@gmx.de>
3765
3766 * files.texi (Magic File Names): Introduce optional parameter
3767 IDENTIFICATION for `file-remote-p'.
3768
37692007-07-16 Richard Stallman <rms@gnu.org>
3770
3771 * display.texi (Defining Faces): Fix previous change.
3772
37732007-07-14 Richard Stallman <rms@gnu.org>
3774
3775 * control.texi (Handling Errors): Document `debug' in handler list.
3776
37772007-07-10 Richard Stallman <rms@gnu.org>
3778
3779 * display.texi (Defining Faces): Explain C-M-x feature for defface.
3780
37812007-07-09 Richard Stallman <rms@gnu.org>
3782
3783 * files.texi (Magic File Names): Rewrite previous change.
3784
37852007-07-08 Michael Albinus <michael.albinus@gmx.de>
3786
3787 * files.texi (Magic File Names): Introduce optional parameter
3788 CONNECTED for `file-remote-p'.
3789
37902007-07-07 Michael Albinus <michael.albinus@gmx.de>
3791
3792 * processes.texi (Asynchronous Processes):
3793 * files.texi (Magic File Names): Add `start-file-process'.
3794
37952007-06-27 Richard Stallman <rms@gnu.org>
3796
5dcb4c4e
SM
3797 * files.texi (Format Conversion Piecemeal):
3798 Clarify `after-insert-file-functions' calling convention.
b8d4c8d0
GM
3799
38002007-06-27 Michael Albinus <michael.albinus@gmx.de>
3801
4638454b
JB
3802 * files.texi (Magic File Names): Remove `dired-call-process'.
3803 Add `process-file'.
b8d4c8d0
GM
3804
38052007-06-27 Kenichi Handa <handa@m17n.org>
3806
3807 * text.texi (Special Properties): Fix description about
4638454b 3808 `composition' property.
b8d4c8d0
GM
3809
38102007-06-26 Kenichi Handa <handa@m17n.org>
3811
3812 * nonascii.texi (Default Coding Systems): Document about the
3813 return value `undecided'.
3814
38152007-06-25 David Kastrup <dak@gnu.org>
3816
3817 * keymaps.texi (Active Keymaps): Document new POSITION argument of
3818 `current-active-maps'.
3819
38202007-06-24 Karl Berry <karl@gnu.org>
3821
4638454b 3822 * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text.
b8d4c8d0
GM
3823
38242007-06-15 Juanma Barranquero <lekktu@gmail.com>
3825
3826 * display.texi (Overlay Arrow): Doc fix.
3827
38282007-06-14 Karl Berry <karl@tug.org>
3829
3830 * anti.texi (Antinews): Typo.
3831
38322007-06-14 Chong Yidong <cyd@stupidchicken.com>
3833
3834 * display.texi (Image Cache): Document image-refresh.
3835
38362007-06-12 Karl Berry <karl@gnu.org>
3837
3838 * vol1.texi, vol2.texi, two-volume-cross-refs.txt: Update.
3839 * two-volume.make: New file.
3840 * .cvsignore: Ignore two-volume files.
3841
38422007-06-12 Tom Tromey <tromey@redhat.com>
3843
3844 * os.texi (Init File): Document user-emacs-directory.
3845
38462007-06-03 Nick Roberts <nickrob@snap.net.nz>
3847
3848 * commands.texi (Click Events): Describe width and height when
3849 object is nil.
3850
38512007-05-30 Nick Roberts <nickrob@snap.net.nz>
3852
5dcb4c4e
SM
3853 * commands.texi (Click Events): Layout more logically.
3854 Describe width and height.
b8d4c8d0
GM
3855 (Drag Events, Motion Events): Update to new format for position.
3856
38572007-06-02 Richard Stallman <rms@gnu.org>
3858
3859 * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces.
3860
38612007-06-02 Chong Yidong <cyd@stupidchicken.com>
3862
3863 * Version 22.1 released.
3864
38652007-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
3866
3867 * text.texi (Special Properties): Correct meaning of fontified face.
3868
38692007-05-30 Richard Stallman <rms@gnu.org>
3870
3871 * text.texi (Special Properties): Add link to Adjusting Point.
3872
38732007-05-12 Richard Stallman <rms@gnu.org>
3874
3875 * text.texi (Margins): indent-to-left-margin is not the default.
3876 (Mode-Specific Indent): For indent-line-function, the default
3877 is indent-relative.
3878
3879 * modes.texi (Example Major Modes): Explain last line of text-mode
3880 is redundant.
3881
38822007-05-10 Richard Stallman <rms@gnu.org>
3883
3884 * keymaps.texi (Scanning Keymaps): Update where-is-internal example.
3885
3886 * help.texi (Keys in Documentation): Add reference to
3887 Documentation Tips.
3888
3889 * files.texi (Format Conversion): TO-FN gets three arguments.
3890
3891 * modes.texi (Auto Major Mode): Document file-start-mode-alist.
3892
38932007-05-10 Thien-Thi Nguyen <ttn@gnuvola.org>
3894
3895 * elisp.texi (Top): Remove "Saving Properties" from detailed menu.
3896 * files.texi (Format Conversion): Expand intro; add menu.
3897 (Format Conversion Overview, Format Conversion Round-Trip)
3898 (Format Conversion Piecemeal): New nodes/subsections.
3899 * hooks.texi: Xref "Format Conversion" , not "Saving Properties".
3900 * text.texi (Text Properties): Remove "Saving Properties" from menu.
3901 (Saving Properties): Delete node/subsection.
3902
39032007-05-07 Karl Berry <karl@gnu.org>
3904
3905 * elisp.texi (EMACSVER): Back to 22.
3906
39072007-05-06 Richard Stallman <rms@gnu.org>
3908
3909 * processes.texi (Accepting Output): Revert most of previous change.
3910
39112007-05-05 Richard Stallman <rms@gnu.org>
3912
3913 * processes.texi (Accepting Output): accept-process-output
3914 uses microseconds, not milliseconds. But that arg is obsolete.
3915
39162007-05-04 Karl Berry <karl@tug.org>
3917
3918 * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
3919
39202007-05-04 Eli Zaretskii <eliz@gnu.org>
3921
3922 * tips.texi (Documentation Tips): Rearrange items to place the
3923 more important ones first. Add an index entry for hyperlinks.
3924
39252007-05-03 Karl Berry <karl@gnu.org>
3926
3927 * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing.
3928 (EMACSVER) [smallbook]: 22 for printed version.
3929
3930 * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed,
3931 so restore anchor to normal position after defun. Found by Kevin Ryde.
3932
39332007-04-26 Glenn Morris <rgm@gnu.org>
3934
3935 * elisp.texi (EMACSVER): Increase to 22.1.50.
3936
39372007-04-28 Karl Berry <karl@gnu.org>
3938
3939 * elisp.texi: Improve line breaks on copyright page,
3940 similar layout to emacs manual, 8.5x11 by default.
3941
39422007-04-24 Richard Stallman <rms@gnu.org>
3943
3944 * text.texi (Special Properties): Add xref to Overlay Properties.
3945
3946 * display.texi (Overlay Properties): Add xref to Special Properties.
3947
39482007-04-22 Richard Stallman <rms@gnu.org>
3949
3950 * keymaps.texi (Extended Menu Items): Move the info about
3951 format with cached keyboard binding.
3952
39532007-04-21 Richard Stallman <rms@gnu.org>
3954
3955 * text.texi (Special Properties): Clarify previous change.
3956
3957 * files.texi (File Name Expansion): Clarify previous change.
3958
3959 * display.texi (Attribute Functions): Fix example for
3960 face-attribute-relative-p.
3961
39622007-04-19 Kenichi Handa <handa@m17n.org>
3963
3964 * text.texi (Special Properties): Document composition property.
3965
39662007-04-19 Glenn Morris <rgm@gnu.org>
3967
3968 * files.texi (File Name Expansion): Mention "superroot".
3969
39702007-04-15 Chong Yidong <cyd@stupidchicken.com>
3971
3972 * frames.texi (Multiple Displays): Add note about "multi-monitor"
3973 setups.
3974 (Display Feature Testing): Note that display refers to all
3975 physical monitors for multi-monitor setups.
3976
39772007-04-14 Richard Stallman <rms@gnu.org>
3978
3979 * lists.texi (Sets And Lists): Clarify `delete' examples.
3980 Remove spurious xref to same node.
3981 Clarify xref for add-to-list.
3982
39832007-04-12 Nick Roberts <nickrob@snap.net.nz>
3984
3985 * keymaps.texi (Format of Keymaps): Remove spurious ")" from
3986 value of lisp-mode-map.
3987
39882007-04-11 Karl Berry <karl@gnu.org>
3989
3990 * anti.texi (Antinews):
3991 * display.texi (Overlay Properties, Defining Images):
3992 * processes.texi (Synchronous Processes, Sentinels):
3993 * syntax.texi (Syntax Table Internals):
3994 * searching.texi (Regexp Special):
3995 * nonascii.texi (Default Coding Systems):
3996 * text.texi (Special Properties):
3997 * minibuf.texi (Basic Completion): Wording to improve breaks in
3998 8.5x11 format.
3999 * elisp.texi (smallbook): New @set to more easily switch between
4000 smallbook and 8.5x11.
4001
40022007-04-11 Richard Stallman <rms@gnu.org>
4003
4004 * text.texi (Lazy Properties): Minor fix.
4005
40062007-04-08 Karl Berry <karl@gnu.org>
4007
4008 * symbols.texi (Plists and Alists): Period after "vs" in index entries.
4009 * macros.texi (Backquote): Downcase Backquote in index entries for
4010 consistency.
4011
40122007-04-08 Richard Stallman <rms@gnu.org>
4013
4014 * text.texi (Adaptive Fill): Just describe default,
4015 don't show it (since it contains non-ASCII chars).
4016
40172007-04-07 Karl Berry <karl@gnu.org>
4018
4019 * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in
4020 adaptive-fill-regexp's value, since they are not in the standard
4021 TeX fonts.
4022
40232007-04-07 Guanpeng Xu <herberteuler@hotmail.com>
4024
4025 * display.texi (Defining Faces): Fix example.
4026
40272007-04-07 Karl Berry <karl@gnu.org>
4028
4029 * display.texi (Button Buffer Commands): Improve page break.
4030
40312007-04-07 Richard Stallman <rms@gnu.org>
4032
4033 * advice.texi (Activation of Advice): Remove redundant index entry.
4034
4035 * backups.texi: Improve index entries. Remove redundant ones.
4036
4037 * compile.texi (Byte Compilation): Improve index entry.
4038
4039 * hash.texi (Creating Hash): Improve index entry.
4040
4041 * symbols.texi (Definitions): Improve index entry.
4042
4043 * edebug.texi: Improve index entries. Remove redundant/useless ones.
4044
4045 * maps.texi (Standard Keymaps): Remove useless index entry.
4046
4047 * help.texi (Documentation Basics): Remove redundant index entries.
4048
4049 * customize.texi: Improve index entries.
4050 Remove redundant/useless ones.
4051
4052 * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
4053
4054 * streams.texi (Output Variables): Improve index entry.
4055
4056 * abbrevs.texi (Abbrevs): Remove useless index entry.
4057
4058 * macros.texi (Expansion): Remove useless index entry.
4059
4060 * text.texi: Improve index entries. Remove redundant/useless ones.
4061 (Text Properties, Examining Properties)
4062 (Special Properties): Use "property category" instead of "category"
4063 to refer to the `category' property.
4064
4065 * positions.texi: Improve index entries. Remove useless one.
4066
4067 * lists.texi: Improve index entries. Remove redundant/useless ones.
4068
4069 * os.texi: Improve index entries.
4070 (Timers): Fix previous change.
4071
4072 * buffers.texi: Improve index entries.
4073 (Modification Time): Get rid of term "obsolete buffer".
4074
4075 * debugging.texi: Improve index entries.
4076 (Test Coverage): Add xref to other test coverage ftr.
4077
4078 * eval.texi: Improve index entry. Remove redundant ones.
4079
4080 * numbers.texi: Improve index entries. Remove redundant/useless ones.
4081
4082 * files.texi: Improve index entries. Remove redundant/useless ones.
4083
4084 * objects.texi: Improve index entries.
4085
4086 * processes.texi: Improve index entries.
4087
4088 * modes.texi: Improve index entry. Remove redundant one.
4089
4090 * nonascii.texi: Improve index entries.
4091
4092 * internals.texi: Improve index entries.
4093
4094 * syntax.texi: Improve index entries.
4095
4096 * keymaps.texi (Active Keymaps): Improve index entries.
4097
4098 * commands.texi: Improve index entries. Remove redundant/useless ones.
4099
4100 * frames.texi: Improve index entries. Remove redundant/useless ones.
4101
4102 * markers.texi: Improve index entries. Remove redundant ones.
4103
4104 * tips.texi: Improve index entries.
4105
4106 * loading.texi (Unloading): Improve index entry.
4107
4108 * variables.texi: Improve index entries. Remove redundant one.
4109
4110 * sequences.texi: Improve index entry.
4111
4112 * display.texi: Improve index entries. Remove redundant ones.
4113
4114 * windows.texi: Improve index entries.
4115
4116 * searching.texi: Improve index entries. Remove redundant one.
4117
4118 * strings.texi (Case Tables): Improve last change.
4119
41202007-04-04 Chong Yidong <cyd@stupidchicken.com>
4121
4122 * strings.texi (Case Tables): Document with-case-table and
4123 ascii-case-table.
4124
41252007-04-03 Karl Berry <karl@gnu.org>
4126
4127 * processes.texi (Network): Reword to improve page break.
4128
41292007-04-03 Eli Zaretskii <eliz@gnu.org>
4130
4131 * functions.texi (Inline Functions): Describe more disadvantages
4132 of defsubst, and make advice against it stronger.
4133
41342007-04-02 Karl Berry <karl@gnu.org>
4135
4136 * backups.texi (Backup Names): Avoid widow words.
4137 * modes.texi (Example Major Modes): Align last comment.
4138
41392007-04-01 Chong Yidong <cyd@stupidchicken.com>
4140
4141 * keymaps.texi (Remapping Commands): Document new arg to
4142 command-remapping.
4143
41442007-04-01 Karl Berry <karl@gnu.org>
4145
4146 * processes.texi (Low-Level Network): Typo.
4147 * loading.texi (Hooks for Loading): Avoid double "the".
4148 * keymaps.texi (Key Sequences): No double "and".
4149 (Changing Key Bindings): Shorten to improve line break.
4150
41512007-03-31 Glenn Morris <rgm@gnu.org>
4152
4153 * os.texi (Timers): Fix description of run-at-time TIME formats.
4154
41552007-03-31 Richard Stallman <rms@gnu.org>
4156
4157 * display.texi (Invisible Text): Correct buffer-invisibility-spec
4158 regarding ellipsis.
4159
41602007-03-31 Eli Zaretskii <eliz@gnu.org>
4161
4162 * intro.texi (nil and t):
4163 * symbols.texi (Plists and Alists):
4164 * variables.texi (Variable Aliases, Constant Variables):
4165 * functions.texi (Defining Functions):
4166 * advice.texi (Advising Primitives):
4167 * debugging.texi (Syntax Errors, Compilation Errors):
4168 * minibuf.texi (Minibuffer Windows):
4169 * commands.texi (Adjusting Point):
4170 * modes.texi (Syntactic Font Lock, Faces for Font Lock)
4171 (Auto Major Mode, Major Mode Conventions):
4172 * help.texi (Describing Characters):
4173 * files.texi (Create/Delete Dirs, Information about Files)
4174 (File Locks, Writing to Files, Reading from Files)
4175 (Saving Buffers):
4176 * windows.texi (Resizing Windows, Cyclic Window Ordering):
4177 * frames.texi (Finding All Frames):
4178 * positions.texi (Buffer End, Motion):
4179 * markers.texi (The Region):
4180 * text.texi (Deletion, Near Point):
4181 * display.texi (Displaying Messages, Truncation):
4182 * os.texi (Processor Run Time):
4183 * tips.texi (Key Binding Conventions, Programming Tips)
4184 (Warning Tips, Documentation Tips, Comment Tips):
4185 * internals.texi (Memory Usage): Improve indexing.
4186
4187 * variables.texi (Frame-Local Variables):
4188 * functions.texi (Argument List):
4189 * loading.texi (Library Search):
4190 * streams.texi (Output Variables):
4191 * keymaps.texi (Translation Keymaps, Searching Keymaps):
4192 * searching.texi (Replacing Match, Search and Replace):
4193 * processes.texi (Byte Packing, Decoding Output)
4194 (Accepting Output, Network Servers, Shell Arguments):
4195 * display.texi (Abstract Display, Image Cache, Scroll Bars):
4196 * windows.texi (Window Point, Window Start):
4197 * frames.texi (Management Parameters, Frame Parameters, Frame Titles):
4198 * commands.texi (Reading Input, Keyboard Events):
4199 * minibuf.texi (Reading File Names, Minibuffer Completion)
4200 (Recursive Mini):
4201 * positions.texi (List Motion):
4202 * hash.texi (Hash Tables, Creating Hash, Defining Hash):
4203 * numbers.texi (Arithmetic Operations, Math Functions)
4204 (Predicates on Numbers, Comparison of Numbers):
4205 (Numeric Conversions):
4206 * locals.texi (Standard Buffer-Local Variables):
4207 * maps.texi (Standard Keymaps):
4208 * os.texi (User Identification, System Environment, Recording Input)
4209 (X11 Keysyms):
4210 * nonascii.texi (Non-ASCII Characters, Splitting Characters):
4211 * backups.texi (Backups and Auto-Saving):
4212 * customize.texi (Customization, Group Definitions)
4213 (Variable Definitions):
4214 * compile.texi (Byte Compilation): Improve index entries.
4215
42162007-03-31 Karl Berry <karl@gnu.org>
4217
4218 * macros.texi (Defining Macros): Avoid widow syllable.
4219
42202007-03-31 Eli Zaretskii <eliz@gnu.org>
4221
4222 * elisp.texi (Top): Postscript -> PostScript.
4223
4224 * display.texi (Images, Postscript Images): Postscript -> PostScript.
4225
42262007-03-31 Markus Triska <markus.triska@gmx.at>
4227
4228 * internals.texi (Writing Emacs Primitives): Untabify `For'.
4229
42302007-03-30 Karl Berry <karl@gnu.org>
4231
4232 * lists.texi (List-related Predicates): Remove spurious @need.
4233 (Setcdr): Use @smallexample to improve page break.
4234 (Association Lists) <assoc>: Reword to improve page break.
4235
4236 * strings.texi (String Conversion): Insert blank line to improve
4237 page break.
4238
4239 * numbers.texi (Random Numbers): Use @minus{}.
4240 (Math Functions): Use @minus{}.
4241
4242 * intro.texi (Acknowledgements): Avoid line breaks before middle
4243 initials.
4244
42452007-03-24 Eli Zaretskii <eliz@gnu.org>
4246
4247 * errors.texi (Standard Errors): Add an index entry.
4248
42492007-03-19 Richard Stallman <rms@gnu.org>
4250
4251 * os.texi (Recording Input): recent-keys now gives 300 keys.
4252
42532007-03-12 Glenn Morris <rgm@gnu.org>
4254
4255 * os.texi: Replace "daylight savings" with "daylight saving"
4256 throughout.
4257
42582007-03-05 Richard Stallman <rms@gnu.org>
4259
5dcb4c4e
SM
4260 * variables.texi (File Local Variables):
4261 Update enable-local-variables values.
b8d4c8d0
GM
4262
42632007-03-04 Richard Stallman <rms@gnu.org>
4264
4265 * syntax.texi (Control Parsing): Minor clarification.
4266
4267 * strings.texi (Formatting Strings): Clarify width, precision, flags.
4268
4269 * sequences.texi (Sequence Functions): Move string-bytes away,
4270 add xref.
4271
4272 * nonascii.texi (Text Representations): Move string-bytes here.
4273
4274 * modes.texi (Major Mode Conventions): Fundamental mode is exception.
4275
4276 * minibuf.texi (Basic Completion): Minor clarification.
4277
4278 * markers.texi (The Mark): Clarify existence vs activation of mark.
4279 Other cleanup.
4280
4281 * display.texi (Finding Overlays): Write better example.
4282
4283 * compile.texi (Eval During Compile): Clarify putting macros
4284 in eval-when-compile.
4285
c5602427 42862007-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br> (tiny change)
b8d4c8d0
GM
4287
4288 * loading.texi (How Programs Do Loading): Fix anchor position at
c5602427 4289 load-read-function definition doc.
b8d4c8d0
GM
4290
42912007-02-21 Kim F. Storm <storm@cua.dk>
4292
4293 * strings.texi (Text Comparison): Mention that assoc-string
4294 converts symbols to strings before testing.
4295
42962007-02-17 Kim F. Storm <storm@cua.dk>
4297
4298 * processes.texi (Bindat Spec): Vector types can have optional
4299 element type.
4300 (Bindat Examples): Fix example. Add vector with element type.
4301
43022007-02-16 Andreas Schwab <schwab@suse.de>
4303
4304 * strings.texi (Formatting Strings): Document '+' flag.
4305
43062007-02-15 Juanma Barranquero <lekktu@gmail.com>
4307
4308 * strings.texi (Modifying Strings): Clarify that `clear-string'
4309 always converts the string to unibyte.
4310
43112007-02-14 Kim F. Storm <storm@cua.dk>
4312
4313 * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
4314 Rewrite glyph code description to refer to these functions.
4315 Remove details of encoding face number and char into integer code.
4316
43172007-02-03 Alan Mackenzie <acm@muc.de>
4318
4319 * loading.texi (Hooks for Loading): Make the description of
4320 `eval-after-load' more detailed, and amend the description of
4321 after-load-alist, in accordance with changes from 2006-05.
4322
43232007-02-03 Chong Yidong <cyd@stupidchicken.com>
4324
4325 * modes.texi (Defining Minor Modes): Document that a :require
4326 keyword or similar may be required to make saved customization
4327 variables work.
4328
43292007-02-03 Eli Zaretskii <eliz@gnu.org>
4330
4331 * elisp.texi (Top): Make the detailed menu headers compliant with
5dcb4c4e
SM
4332 Texinfo guidelines and with what texnfo-upd.el expects.
4333 Add comments to prevent people from inadvertently modifying the key
b8d4c8d0
GM
4334 parts needed by `texinfo-multiple-files-update'.
4335
43362007-02-02 Eli Zaretskii <eliz@gnu.org>
4337
4338 * elisp.texi (Top): Update the top-level menus.
4339
4340 * syntax.texi (Categories): Add index entries.
4341
43422007-02-01 Juanma Barranquero <lekktu@gmail.com>
4343
4344 * display.texi (Attribute Functions): Fix name and description of
4345 the UNDERLINE arg of `set-face-underline-p'.
4346
43472007-01-29 Eli Zaretskii <eliz@gnu.org>
4348
4349 * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
4350 Variables", and "Standard Keymaps" to the detailed menu.
4351
4352 * variables.texi (Future Local Variables): Add index entry.
4353
43542007-01-28 Richard Stallman <rms@gnu.org>
4355
4356 * tips.texi (Coding Conventions): Clarify the tip about macros
4357 that define a function or a variable.
4358
4359 * files.texi (File Attributes): UID and GID can be floats.
4360 (Magic File Names): Explain why deferring all operations to
4361 the standard handler does not work.
4362
43632007-01-23 Martin Rudalics <rudalics@gmx.at>
4364
4365 * backups.texi (Reverting): Use "buffer" instead of "file"
4366 when talking about major and minor modes.
4367
43682007-01-21 Richard Stallman <rms@gnu.org>
4369
4370 * help.texi (Documentation): Add xref to Documentation Tips.
4371
43722007-01-14 Juanma Barranquero <lekktu@gmail.com>
4373
4374 * tips.texi (Coding Conventions): Fix typos.
4375
43762007-01-05 Richard Stallman <rms@gnu.org>
4377
4378 * modes.texi (Defining Minor Modes): Fix previous change.
4379
43802007-01-03 Richard Stallman <rms@gnu.org>
4381
4382 * customize.texi (Variable Definitions, Customization Types):
4383 Don't use * in doc string for defcustom.
4384
43852007-01-02 Richard Stallman <rms@gnu.org>
4386
4387 * variables.texi (Variable Aliases): Clarify that aliases vars
4388 always have the same value.
4389
4390 * processes.texi (Bindat Spec): Fix Texinfo usage.
4391
4392 * modes.texi (Defining Minor Modes): Explain effect of command
4393 defined with define-global-minor-mode on new buffers.
4394
43952006-12-30 Kim F. Storm <storm@cua.dk>
4396
4397 * keymaps.texi (Tool Bar): Describe `grow-only' value of
4398 `auto-resize-tool-bars'.
4399
44002006-12-30 Richard Stallman <rms@gnu.org>
4401
4402 * keymaps.texi (Active Keymaps): Fix previous change.
4403
44042006-12-30 Nick Roberts <nickrob@snap.net.nz>
4405
4406 * keymaps.texi (Active Keymaps): Make xref to lookup-key.
4407
44082006-12-30 Kim F. Storm <storm@cua.dk>
4409
4410 * processes.texi (Bindat Spec): Clarify using field names in
4411 length specifications.
4412
44132006-12-29 Kim F. Storm <storm@cua.dk>
4414
4415 * processes.texi (Bindat Spec): Explain eval forms and lengths better.
4416 Add count and index variables for eval forms in repeat blocks.
4417
44182006-12-24 Richard Stallman <rms@gnu.org>
4419
5dcb4c4e
SM
4420 * customize.texi (Variable Definitions):
4421 Document new name custom-add-frequent-value.
b8d4c8d0
GM
4422
44232006-12-19 Kim F. Storm <storm@cua.dk>
4424
4425 * commands.texi (Misc Events): User signals now result in sigusr1
4426 and sigusr2 events which are handled through special-event-map.
4427 (Special Events): User signals and drag-n-drop are special.
4428
44292006-12-17 Richard Stallman <rms@gnu.org>
4430
4431 * loading.texi (Named Features): Explain subfeatures better.
4432
4433 * customize.texi: Use "option" only for user options.
4434 For the keyword values inside defcustom etc, say "keywords".
4435 For :options value's elements, say "elements".
4436 :group should not be omitted.
4437
4438 * syntax.texi (Parsing Expressions): Split up node.
4439 (Motion via Parsing, Position Parse, Parser State)
4440 (Low-Level Parsing, Control Parsing): New subnodes.
4441 (Parser State): Document syntax-ppss-toplevel-pos.
4442
4443 * positions.texi (List Motion): Punctuation fix.
4444
4445 * files.texi (File Name Completion): Document PREDICATE arg
4446 to file-name-completion.
4447
44482006-12-16 Eli Zaretskii <eliz@gnu.org>
4449
4450 * internals.texi (Building Emacs, Writing Emacs Primitives):
4451 Add index entries.
4452
44532006-12-11 Richard Stallman <rms@gnu.org>
4454
4455 * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
4456 affects face menu. Explain how to make it non-nil without enabling
4457 any fontification.
4458
44592006-12-10 Chong Yidong <cyd@stupidchicken.com>
4460
4461 * modes.texi (Font Lock Basics): Document nil value of
4462 font-lock-defaults.
4463
44642006-12-10 Glenn Morris <rgm@gnu.org>
4465
4466 * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
4467 value for system-flag argument. Abbrev tables may not be empty
4468 when major modes are loaded.
4469
44702006-12-08 Juanma Barranquero <lekktu@gmail.com>
4471
4472 * makefile.w32-in (maintainer-clean): Partially revert last
4473 change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
4474 to protect elisp-covers.texi.
4475
44762006-12-07 Juanma Barranquero <lekktu@gmail.com>
4477
4478 * makefile.w32-in (maintainer-clean): Depend on `distclean'.
4479 Don't remove elisp* info files; they are already deleted by the
4480 `clean' and `distclean' targets, and they are in the $(infodir)
4481 directory, not the current one.
4482
44832006-12-04 Kim F. Storm <storm@cua.dk>
4484
4485 * commands.texi (Misc Events): Update signal events.
4486 (Event Examples): Add signal example.
4487
44882006-11-29 Richard Stallman <rms@gnu.org>
4489
4490 * frames.texi (Visibility of Frames): Explain visible windows
4491 can be covered by others. Add xref for raise-frame.
4492
44932006-11-28 Richard Stallman <rms@gnu.org>
4494
4495 * searching.texi (Regexp Special): Update when ^ is special.
4496
44972006-11-27 Eli Zaretskii <eliz@gnu.org>
4498
4499 * customize.texi (Customization, Common Keywords)
4500 (Group Definitions, Variable Definitions, Composite Types)
4501 (Type Keywords, Customization Types): Add index entries for
4502 various customization keywords.
4503
45042006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
4505
4506 * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
4507
c8763fb6 45082006-11-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
4509
4510 * frames.texi (Window System Selections): Remove clipboard from
4511 description of selection-coding-system.
4512
45132006-11-06 Richard Stallman <rms@gnu.org>
4514
4515 * lists.texi (List Variables): Document COMPARE-FN.
4516
4517 * keymaps.texi: Avoid use of "binding" to mean a relation;
4518 use it only to refer to the meaning associated with a key.
4519 (Keymaps): Change menu node description.
4520
4521 * elisp.texi (Top): Change menu node description.
4522
4523 * display.texi (Managing Overlays): Document overlay-recenter.
4524
45252006-10-29 Chong Yidong <cyd@stupidchicken.com>
4526
4527 * Makefile.in: Use relative paths to avoid advertising filesystem
4528 contents during compilation.
4529
45302006-10-23 Kim F. Storm <storm@cua.dk>
4531
4532 * commands.texi (Event Input Misc): Update unread-command-events.
4533
45342006-10-23 Nick Roberts <nickrob@snap.net.nz>
4535
4536 * lists.texi (Sets And Lists): Fix typos.
4537
45382006-10-18 Juanma Barranquero <lekktu@gmail.com>
4539
4540 * control.texi (Processing of Errors): Use @var for an argument,
4541 not @code.
4542
45432006-10-16 Richard Stallman <rms@gnu.org>
4544
4545 * edebug.texi (Edebug Recursive Edit): Minor cleanup.
4546
4547 * keymaps.texi (Format of Keymaps): Show all the keymap element
4548 patterns that result from menu items.
4549 (Key Lookup): Minor cleanups.
4550
4551 * modes.texi (Precalculated Fontification): Don't say that
4552 not setting font-lock-defaults avoids loading font-lock.
4553
4554 * help.texi (Documentation): Move xref to Emacs Manual here.
4555 (Documentation Basics): From here.
4556 Also doc emacs-lisp-docstring-fill-column.
4557
4558 * elisp.texi: Update version and ISBN.
4559
4560 * commands.texi (Interactive Call): Clarify KEYS arg to
4561 call-interactively is a vector.
4562 (Command Loop Info): Delete anchor in this-command-keys.
4563 Add anchor in this-command-keys-vector.
4564 (Recursive Editing): Document how recursive-edit
4565 handles the current buffer.
4566
45672006-10-13 Chong Yidong <cyd@stupidchicken.com>
4568
4569 * frames.texi (Frame Titles): %c and %l are ignored in
4570 frame-title-format.
4571
45722006-10-11 Richard Stallman <rms@gnu.org>
4573
4574 * keymaps.texi (Key Sequences): Clarify use of kbd.
4575
45762006-10-10 Kim F. Storm <storm@cua.dk>
4577
4578 * lists.texi (Sets And Lists): Add memql.
4579
45802006-10-03 Richard Stallman <rms@gnu.org>
4581
4582 * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
4583 Clarify :ascii: and :nonascii:.
4584
45852006-09-29 Juri Linkov <juri@jurta.org>
4586
4587 * modes.texi (%-Constructs): Reorder coding systems in the
4588 documentation of %z to the real order displayed in the modeline.
4589
45902006-09-25 Richard Stallman <rms@gnu.org>
4591
4592 * os.texi (Timers): Describe timer-max-repeats.
4593
45942006-09-25 Chong Yidong <cyd@stupidchicken.com>
4595
4596 * os.texi (Timers): Mention with-local-quit.
4597
45982006-09-24 Richard Stallman <rms@gnu.org>
4599
4600 * searching.texi (Searching and Matching): Mention property search.
4601
4602 * commands.texi (Command Loop Info): Explain how read-event affects
4603 this-command-keys.
4604
46052006-09-20 Richard Stallman <rms@gnu.org>
4606
4607 * os.texi (Timers): Clarify about REPEAT when timer is delayed.
4608
4609 * windows.texi (Window Start): Minor cleanups.
4610
46112006-09-20 Kim F. Storm <storm@cua.dk>
4612
4613 * windows.texi (Window Start): pos-visible-in-window-p allows
4614 specifying t for position to mean "end of window".
4615 Add window-line-height.
4616
4617 * anti.texi (Antinews): Mention window-line-height.
4618
46192006-09-19 David Kastrup <dak@gnu.org>
4620
4621 * keymaps.texi (Searching Keymaps): Small clarification.
4622
46232006-09-18 Richard Stallman <rms@gnu.org>
4624
4625 * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
4626 cause keyboard menus.
4627 (Menu Keymaps): Likewise.
4628 (Defining Menus, Keyboard Menus): Clarify.
4629
4630 * text.texi (Fields): Clarify explanation of constrain-to-field.
4631
46322006-09-16 Eli Zaretskii <eliz@gnu.org>
4633
4634 * variables.texi (Tips for Defining): Fix a typo.
4635
46362006-09-15 Richard Stallman <rms@gnu.org>
4637
4638 * keymaps.texi (Remapping Commands, Searching Keymaps)
4639 (Active Keymaps): Clean up previous change.
4640
46412006-09-15 Jay Belanger <belanger@truman.edu>
4642
4643 * gpl.texi: Replace "Library Public License" by "Lesser Public
4644 License" throughout.
4645
46462006-09-15 David Kastrup <dak@gnu.org>
4647
4648 * keymaps.texi (Active Keymaps): Adapt description to use
4649 `get-char-property' instead `get-text-property'. Explain how
4650 mouse events change this. Explain the new optional argument of
4651 `key-binding' and its mouse-dependent lookup.
4652 (Searching Keymaps): Adapt description similarly.
4653 (Remapping Commands): Explain the new optional argument of
4654 `command-remapping'.
4655
46562006-09-14 Richard Stallman <rms@gnu.org>
4657
4658 * keymaps.texi (Searching Keymaps): Clarification.
4659 (Active Keymaps): Refer to Searching Keymaps instead of duplication.
4660
46612006-09-13 Richard Stallman <rms@gnu.org>
4662
4663 * objects.texi (Character Type): Node split.
4664 Add xref to Describing Characters.
4665 (Basic Char Syntax, General Escape Syntax)
4666 (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
4667
46682006-09-11 Richard Stallman <rms@gnu.org>
4669
4670 * display.texi (Display Table Format): Wording clarification.
4671 (Glyphs): Clarifications.
4672
46732006-09-10 Chong Yidong <cyd@stupidchicken.com>
4674
4675 * keymaps.texi (Active Keymaps): Mention that key-binding checks
4676 local maps.
4677
46782006-09-10 Kim F. Storm <storm@cua.dk>
4679
4680 * display.texi (Forcing Redisplay): Document return value of
4681 function redisplay.
4682
46832006-09-09 Richard Stallman <rms@gnu.org>
4684
4685 * windows.texi (Window Hooks): Explain limits of
4686 window-scroll-functions.
4687
4688 * display.texi (Fringe Indicators): Update for last change in
4689 indicate-buffer-boundaries.
4690
46912006-09-08 Richard Stallman <rms@gnu.org>
4692
4693 * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
4694
46952006-09-06 Kim F. Storm <storm@cua.dk>
4696
4697 * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
4698
4699 * windows.texi (Window Start): Update pos-visible-in-window-p.
4700
47012006-09-04 Richard Stallman <rms@gnu.org>
4702
4703 * processes.texi (Accepting Output): Explain SECONDS=0 for
4704 accept-process-output.
4705
4706 * os.texi (Idle Timers): Explain why timer functions should not
4707 loop until (input-pending-p).
4708
47092006-09-02 Eli Zaretskii <eliz@gnu.org>
4710
4711 * makefile.w32-in (usermanualdir): New variable.
4712 (elisp.dvi): Use it.
4713
47142006-09-01 Eli Zaretskii <eliz@gnu.org>
4715
4716 * buffers.texi (Buffer Modification): Fix last change.
4717
47182006-09-01 Chong Yidong <cyd@stupidchicken.com>
4719
5dcb4c4e
SM
4720 * buffers.texi (Buffer Modification):
4721 Document buffer-chars-modified-tick.
b8d4c8d0
GM
4722
47232006-08-31 Richard Stallman <rms@gnu.org>
4724
4725 * modes.texi (Syntactic Font Lock): Mention specific faces once again.
4726
47272006-08-31 Richard Bielawski <RBielawski@moneygram.com> (tiny change)
4728
4729 * modes.texi (Syntactic Font Lock):
4730 Mention font-lock-syntactic-face-function
4731 instead of specific faces.
4732
47332006-08-29 Chong Yidong <cyd@stupidchicken.com>
4734
4735 * display.texi (Images): Add xrref to display-images-p.
4736
47372006-08-28 Kenichi Handa <handa@m17n.org>
4738
4739 * nonascii.texi (Lisp and Coding Systems): Fix description of
4740 detect-coding-region.
4741
47422006-08-27 Michael Olson <mwolson@gnu.org>
4743
4744 * processes.texi (Transaction Queues): Remove stray quote
4745 character.
4746
47472006-08-25 Richard Stallman <rms@gnu.org>
4748
4749 * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
4750 Add xref.
4751
47522006-08-24 Chong Yidong <cyd@stupidchicken.com>
4753
4754 * os.texi (Timers): Avoid waiting inside timers.
4755
47562006-08-21 Lute Kamstra <lute@gnu.org>
4757
4758 * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
4759
47602006-08-20 Richard Stallman <rms@gnu.org>
4761
4762 * os.texi (Idle Timers): New node, split out from Timers.
4763 Document current-idle-time.
4764 * commands.texi (Reading One Event): Update xref.
4765 * elisp.texi (Top): Update subnode menu.
4766
47672006-08-16 Richard Stallman <rms@gnu.org>
4768
4769 * keymaps.texi (Extended Menu Items): Show format of cached
4770 bindings in extended menu items.
4771
4772 * customize.texi (Variable Definitions): Explain when the
4773 standard value expression is evaluated.
4774
47752006-08-15 Chong Yidong <cyd@stupidchicken.com>
4776
4777 * commands.texi (Reading One Event): Explain idleness in
4778 `read-event'.
4779
47802006-08-12 Chong Yidong <cyd@stupidchicken.com>
4781
4782 * text.texi (Near Point): Say "cursor" not "terminal cursor".
5dcb4c4e 4783 (Commands for Insertion): Remove split-line since it's not
b8d4c8d0
GM
4784 relevant for Lisp programming.
4785 (Yank Commands): Rewrite introduction.
4786 (Undo): Clarify.
4787 (Maintaining Undo): Clarify. Document undo-ask-before-discard.
4788 (Filling): Remove redundant comment. Clarify return value of
4789 current-justification.
4790 (Margins): Minor clarifications.
4791 (Adaptive Fill): Update default value of adaptive-fill-regexp.
4792 (Sorting): Update definition of sort-lines.
4793 (Columns): Clarify behavior of sort-columns.
4794 (Indent Tabs): Link to Tab Stops in Emacs manual.
4795 (Special Properties): Clarify.
4796 (Clickable Text): Mention Buttons package.
4797
47982006-08-12 Kevin Ryde <user42@zip.com.au>
4799
4800 * os.texi (Time Parsing): Add %z to description of
4801 format-time-string, as per docstring. Add cross reference to
4802 glibc manual for strftime.
4803
48042006-08-08 Richard Stallman <rms@gnu.org>
4805
4806 * modes.texi: Clean up wording in previous change.
4807
48082006-08-07 Chong Yidong <cyd@stupidchicken.com>
4809
4810 * modes.texi (Hooks): Clarify.
4811 (Major Mode Basics): Mention define-derived-mode explicitly.
4812 (Major Mode Conventions): Rebinding RET is OK for some modes.
4813 Mention change-major-mode-hook and after-change-major-mode-hook.
5dcb4c4e 4814 (Example Major Modes): Move to end of Modes section.
b8d4c8d0
GM
4815 (Mode Line Basics): Clarify.
4816 (Mode Line Data): Mention help-echo and local-map in strings.
4817 Explain reason for treatment of non-risky variables.
4818 (Properties in Mode): Clarify.
4819 (Faces for Font Lock): Add font-lock-negation-char-face.
4820
48212006-08-04 Eli Zaretskii <eliz@gnu.org>
4822
4823 * strings.texi (Formatting Strings): Warn against arbitrary
4824 strings as first arg to `format'.
4825
48262006-07-31 Thien-Thi Nguyen <ttn@gnu.org>
4827
4828 * text.texi (Clickable Text): Mention `help-echo' text property.
4829 Update intro, examples and associated explanations.
4830
48312006-07-31 Richard Stallman <rms@gnu.org>
4832
4833 * commands.texi: Update xrefs.
4834 (Event Mod): New node, cut out from old Translating Input.
4835
4836 * maps.texi: Update xrefs.
4837
4838 * keymaps.texi (Translation Keymaps): New node.
4839 Update xrefs from Translating Input to Translation Keymaps.
4840
4841 * elisp.texi (Top): Update subnode menu.
4842
4843 * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
4844
4845 * os.texi (System Interface): Fix menu descriptions of some nodes.
4846 (Translating Input): Node deleted.
4847
48482006-07-31 Nick Roberts <nickrob@snap.net.nz>
4849
4850 * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
4851
4852 * lists.texi (Sets And Lists): Likewise.
4853
48542006-07-30 Thien-Thi Nguyen <ttn@gnu.org>
4855
4856 * text.texi (Fields): Mention POS
4857 requirement when narrowing is in effect.
4858
48592006-07-28 Richard Stallman <rms@gnu.org>
4860
4861 * display.texi (Face Attributes): Simplify wording.
4862 (Attribute Functions): Clarify meaning of new-frame default
4863 attribute settings.
4864
4865 * customize.texi (Common Keywords): Document how to use
4866 :package-version in a package not in Emacs.
4867
48682006-07-28 Kim F. Storm <storm@cua.dk>
4869
4870 * commands.texi (Reading One Event): Fix last change.
4871
48722006-07-26 Chong Yidong <cyd@stupidchicken.com>
4873
4874 * commands.texi (Reading One Event): Document SECONDS argument for
4875 read-event, read-char, and read-char-exclusive.
4876
48772006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
4878
4879 * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
4880 to ensure correct identification.
4881
48822006-07-24 Richard Stallman <rms@gnu.org>
4883
4884 * text.texi (Clickable Text): Clarify.
4885
4886 * sequences.texi (Vector Functions): Delete duplicate xref.
4887
4888 * objects.texi (Function Type): Clarify.
4889
4890 * modes.texi (Keymaps and Minor Modes): List punct chars for minor
4891 modes.
4892
4893 * lists.texi (List Variables): New node.
4894 Material moved from other nodes.
4895
4896 * variables.texi (Setting Variables): add-to-list and
4897 add-to-ordered-list moved to List Variables node.
4898
48992006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
4900
4901 * text.texi (Links and Mouse-1):
4902 For mouse-on-link-p, expand on arg POS.
4903
49042006-07-21 Kim F. Storm <storm@cua.dk>
4905
4906 * display.texi (Forcing Redisplay): Don't mention systems which
4907 don't support sub-second timers for redisplay-preemption-period.
4908
4909 * os.texi (Terminal Output): Clarify text vs graphical terminal.
4910
49112006-07-21 Eli Zaretskii <eliz@gnu.org>
4912
4913 * frames.texi (Input Focus): Document that focus-follows-mouse has
4914 no effect on MS-Windows.
4915
49162006-07-18 Richard Stallman <rms@gnu.org>
4917
4918 * display.texi (Forcing Redisplay): Cleanups in previous change.
4919
4920 * processes.texi (Low-Level Network): Make menu more convenient.
4921
49222006-07-18 Kim F. Storm <storm@cua.dk>
4923
4924 * display.texi (Forcing Redisplay): redisplay-preemption-period
4925 only used on window systems. Add xref to Terminal Output.
4926
4927 * os.texi (Terminal Output): baud-rate only controls preemption on
4928 non-window systems. Add xref to Forcing Redisplay.
4929
4930 * processes.texi (Low-Level Network): Rename node "Make Network"
4931 to "Network Processes".
4932
49332006-07-18 Karl Berry <karl@gnu.org>
4934
4935 * variables.texi, functions.texi, customize.texi, loading.texi:
4936 * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
4937
49382006-07-17 Chong Yidong <cyd@stupidchicken.com>
4939
4940 * commands.texi (Waiting): Document batch-mode sit-for behavior.
4941
49422006-07-17 Richard Stallman <rms@gnu.org>
4943
4944 * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
4945 Put period and comma inside quotes.
4946
4947 * loading.texi, markers.texi: Use real doublequote inside menus.
4948
4949 * windows.texi: Put point and comma inside quotes.
4950 (Textual Scrolling): Use @samp for error message.
4951
4952 * variables.texi, tips.texi, syntax.texi, symbols.texi:
4953 * strings.texi, streams.texi, processes.texi, os.texi:
4954 * objects.texi, numbers.texi, modes.texi, minibuf.texi:
4955 * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
4956 * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
4957 * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
4958 Put point and comma inside quotes.
4959
4960 * control.texi (Processing of Errors): Add command-error-function.
4961
4962 * variables.texi (File Local Variables): Clarify that
4963 file local variables make buffer-local bindings.
4964
4965 * modes.texi (Syntactic Font Lock): Give default for
4966 font-lock-syntax-table.
4967
49682006-07-17 Nick Roberts <nickrob@snap.net.nz>
4969
4970 * text.texi (Special Properties): Clean up previous change.
4971
49722006-07-16 Karl Berry <karl@gnu.org>
4973
4974 * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
4975 * control.texi: Fix bad page breaks through chapter 10 (control).
4976
4977 * anti.texi (Antinews): Reorder face-attribute fns to avoid
4978 underfull hbox.
4979
49802006-07-15 Nick Roberts <nickrob@snap.net.nz>
4981
4982 * text.texi (Special Properties): Describe fontified text property
4983 in relation to a character (not text).
4984
49852006-07-15 Kim F. Storm <storm@cua.dk>
4986
4987 * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
4988 Add apropos-mode-map, custom-mode-map, esc-map, global-map,
4989 grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
4990
4991 * anti.texi (Antinews): Mention redisplay function.
4992 The kbd macro existed, but was not documented, before 22.x.
4993 Function pos-visible-in-window-p is not new in 22.x, just enhanced.
4994
49952006-07-14 Nick Roberts <nickrob@snap.net.nz>
4996
4997 * display.texi (Displaying Messages): Add anchor.
4998
4999 * frames.texi (Dialog Boxes): Use it.
5000
50012006-07-12 Richard Stallman <rms@gnu.org>
5002
5003 * objects.texi (Frame Type): Explain nature of frames better.
5004
5005 * frames.texi (Frames): Explain nature of frames better.
5006
50072006-07-12 Ken Manheimer <ken.manheimer@gmail.com>
5008
5009 * tips.texi (Coding Conventions): Explain why use cl at compile time.
5010
50112006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5012
5013 * frames.texi (Window System Selections): Mention scrap support for Mac.
5014 Default value of x-select-enable-clipboard is t on Mac.
5015
5016 * os.texi (Getting Out): Suspending is not allowed on Mac, either.
5017
50182006-07-11 Kim F. Storm <storm@cua.dk>
5019
5020 * display.texi (Forcing Redisplay): Add `redisplay' function.
5021 Don't mention (sit-for -1) -- use (redisplay t) instead.
5022
5023 * commands.texi (Waiting): (sit-for -1) is no longer special.
5024 (sit-for 0) is equivalent to (redisplay).
5025 Iconifying/deiconifying no longer makes sit-for return.
5026
50272006-07-10 Nick Roberts <nickrob@snap.net.nz>
5028
5029 * display.texi (Buttons): Fix typo.
5030
5031 * index.texi, elisp.texi (New Symbols): Comment node out.
5032
50332006-07-09 Richard Stallman <rms@gnu.org>
5034
5035 * display.texi (Truncation): Clean up previous change.
5036
50372006-07-08 Richard Stallman <rms@gnu.org>
5038
5039 * commands.texi (Interactive Call): Use 3 as prefix in example
5040 for execute-extended-command.
5041
5042 * display.texi (Attribute Functions): Move paragraph about
5043 compatibility with Emacs < 21.
5044
50452006-07-09 Kim F. Storm <storm@cua.dk>
5046
5047 * display.texi (Refresh Screen): Clarify force-window-update.
5048 (Truncation): "Normally" indicated by fringe arrows.
5049
50502006-07-08 Eli Zaretskii <eliz@gnu.org>
5051
5052 * windows.texi (Textual Scrolling, Resizing Windows):
5053 * variables.texi (Constant Variables):
5054 * text.texi (Buffer Contents, Deletion, Changing Properties)
5055 (Property Search, Special Properties, Sticky Properties)
5056 (Links and Mouse-1, Fields, Change Hooks):
5057 * syntax.texi (Syntax Table Functions, Parsing Expressions)
5058 (Categories):
5059 * symbols.texi (Other Plists):
5060 * streams.texi (Output Variables):
5061 * processes.texi (Input to Processes, Query Before Exit):
5062 * positions.texi (Word Motion, Text Lines, List Motion):
5063 * os.texi (Init File, System Environment, Sound Output)
5064 (Session Management):
5065 * nonascii.texi (Text Representations, Character Sets)
5066 (Chars and Bytes, Locales):
5067 * modes.texi (Defining Minor Modes, Header Lines):
5068 * minibuf.texi (Minibuffer Contents):
5069 * markers.texi (Information from Markers):
5070 * lists.texi (List Elements, Building Lists, Association Lists):
5071 * keymaps.texi (Tool Bar):
5072 * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
5073 * functions.texi (What Is a Function, Mapping Functions):
5074 * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
5075 (Color Names, Text Terminal Colors, Display Feature Testing):
5076 * files.texi (Visiting Functions, File Name Components)
5077 (Unique File Names, Contents of Directories):
5078 * display.texi (Forcing Redisplay, Displaying Messages)
5079 (Temporary Displays, Font Selection, Auto Faces)
5080 (Font Lookup, Fringe Indicators, Display Margins)
5081 (Image Descriptors, Showing Images, Image Cache, Button Types)
5082 (Making Buttons, Manipulating Buttons, Button Buffer Commands)
5083 (Display Table Format, Glyphs):
5084 * control.texi (Iteration):
5085 * commands.texi (Command Loop Info, Adjusting Point):
5086 * backups.texi (Making Backups, Auto-Saving):
5087 Remove @tindex entries.
5088
50892006-07-07 Kim F. Storm <storm@cua.dk>
5090
5091 * display.texi (Fringe Cursors): Fix typo.
5092 (Customizing Bitmaps): Fix define-fringe-bitmap entry.
5093 (Overlay Arrow): Default is overlay-arrow fringe indicator.
5094
50952006-07-05 Richard Stallman <rms@gnu.org>
5096
5097 * text.texi (Buffer Contents): Add example of text props
5098 in result of buffer-substring.
5099 (Text Properties): Explain better about use of specific property names.
5100 (Property Search): Some cleanups; reorder some functions.
5101
5102 * keymaps.texi (Changing Key Bindings): Cleanup.
5103 Add xref to Key Binding Conventions.
5104
5105 * display.texi (Attribute Functions): Add examples for
5106 face-attribute-relative-p.
5107
5108 * tips.texi (Coding Conventions): Cleanup last change.
5109
51102006-07-05 Karl Berry <karl@gnu.org>
5111
5112 * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
5113 Remove @setchapternewpage odd.
5114 Result is 1013 pages, down from 1100.
5115
5116 * anti.texi, customize.texi, display.texi, internals.texi:
5117 * minibuf.texi, modes.texi, tips.texi:
5118 Fix overfull/underfull boxes.
5119
51202006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
5121
5122 * edebug.texi (Instrumenting):
5123 Add Edebug-specific findex for eval-buffer.
5124 * loading.texi (Loading):
5125 Replace eval-current-buffer with eval-buffer.
5126
51272006-06-30 Nick Roberts <nickrob@snap.net.nz>
5128
5129 * locals.texi (Standard Buffer-Local Variables): Update the list
5130 of variables.
5131
51322006-06-26 Nick Roberts <nickrob@snap.net.nz>
5133
5134 * files.texi (File Name Completion): Point user to the node
5135 "Reading File Names".
5136
51372006-06-24 Eli Zaretskii <eliz@gnu.org>
5138
5139 * files.texi (Contents of Directories): Document case-insensitive
5140 behavior on respective filesystems.
5141
5142 * objects.texi (Character Type): Document that Emacs signals an
5143 error for unsupported Unicode characters specified as \uNNNN.
5144
51452006-06-19 Richard Stallman <rms@gnu.org>
5146
5147 * processes.texi (Bindat Spec): Clarify previous change.
5148
51492006-06-16 Richard Stallman <rms@gnu.org>
5150
5151 * tips.texi (Coding Conventions): Better explain conventions
5152 for definition constructs.
5153
5154 * text.texi (Special Properties): String value of `read-only'
5155 serves as the error message.
5156
5157 * objects.texi (Character Type): Clarify prev. change.
5158 (Non-ASCII in Strings): Mention \u and \U.
5159
5160 * commands.texi (Using Interactive): Explain problem of
5161 markers, etc., in command-history.
5162
51632006-06-14 Kim F. Storm <storm@cua.dk>
5164
5165 * commands.texi (Waiting): Negative arg to sit-for forces
5166 redisplay even if input is pending.
5167
5168 * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
5169 redisplay. Remove incorrect example of binding redisplay-dont-pause
5170 around (sit-for 0).
5171
51722006-06-13 Richard Stallman <rms@gnu.org>
5173
5174 * display.texi (Forcing Redisplay): Clarify previous change.
5175
51762006-06-13 Romain Francoise <romain@orebokech.com>
5177
5178 * display.texi (Forcing Redisplay): Fix typo.
5179
51802006-06-13 Kim F. Storm <storm@cua.dk>
5181
5182 * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
5183
51842006-06-10 Luc Teirlinck <teirllm@auburn.edu>
5185
5186 * tips.texi (Coding Conventions): Add `@end itemize'.
5187
51882006-06-10 Richard Stallman <rms@gnu.org>
5189
5190 * tips.texi (Coding Conventions): Explain use of coding systems
5191 to ensure one decoding for strings.
5192
51932006-06-09 Aidan Kehoe <kehoea@parhasard.net>
5194
5195 * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
5196 syntax.
5197
51982006-06-07 Eli Zaretskii <eliz@gnu.org>
5199
5200 * display.texi (Font Selection): Remove description of
5201 clear-face-cache.
5202
5203 * compile.texi (Eval During Compile): Fix a typo. Add index
5204 entries for possible uses of eval-when-compile.
5205
52062006-06-04 Thien-Thi Nguyen <ttn@gnu.org>
5207
5208 * display.texi (Abstract Display): Fix typo.
5209
52102006-06-03 Eli Zaretskii <eliz@gnu.org>
5211
5212 * minibuf.texi (Minibuffer History) <history-add-new-input>:
5213 Reword variable's description.
5214
52152006-06-01 Richard Stallman <rms@gnu.org>
5216
5217 * windows.texi (Splitting Windows): Clarify splitting nonselected
5218 window.
5219
52202006-05-31 Juri Linkov <juri@jurta.org>
5221
5222 * minibuf.texi (Minibuffer History): Add history-add-new-input.
5223
52242006-05-30 Richard Stallman <rms@gnu.org>
5225
5226 * display.texi (Line Height): Fix errors in description of
10d1d0af 5227 default line height and line-height property.
b8d4c8d0
GM
5228
5229 * nonascii.texi (Default Coding Systems): Further clarification.
5230
52312006-05-29 Luc Teirlinck <teirllm@auburn.edu>
5232
5233 * internals.texi (Pure Storage): Mention that an overflow in pure
5234 space causes a memory leak.
5235 (Garbage Collection): If there was an overflow in pure space,
5236 `garbage-collect' returns nil.
5237
52382006-05-30 Eli Zaretskii <eliz@gnu.org>
5239
5240 * nonascii.texi (Default Coding Systems): Fix it some more.
5241
52422006-05-29 Eli Zaretskii <eliz@gnu.org>
5243
5244 * nonascii.texi (Default Coding Systems): Fix last change.
5245
52462006-05-29 Kenichi Handa <handa@m17n.org>
5247
5248 * nonascii.texi (find-operation-coding-system): Describe the new
5249 argument format (FILENAME . BUFFER).
5250
52512006-05-28 Richard Stallman <rms@gnu.org>
5252
5253 * tips.texi (Coding Conventions): Better explain reasons not to
5254 advise other packages or use `eval-after-load'.
5255
52562006-05-29 Kim F. Storm <storm@cua.dk>
5257
5258 * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
5259 `bindat-idx' and `bindat-raw' for clarity.
5260
52612006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
5262
5263 * processes.texi (Bindat Spec): Expand on `repeat' handler.
5264
5265 * display.texi (Display): Add "Abstract Display" to menu.
5266 (Abstract Display, Abstract Display Functions)
5267 (Abstract Display Example): New nodes.
5268 * elisp.texi (Top): Add "Abstract Display" to menu.
5269
52702006-05-27 Chong Yidong <cyd@stupidchicken.com>
5271
5272 * keymaps.texi (Key Sequences): Link to input events definition.
5273 (Format of Keymaps): Delete material duplicated in Keymap Basics.
5274
5275 * files.texi (Changing Files): Document updated argument list for
5276 copy-file.
5277
52782006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
5279
5280 * processes.texi (Bindat Functions): Explain term "total length".
5281 Use it in bindat-length and bindat-pack descriptions.
5282
52832006-05-26 Eli Zaretskii <eliz@gnu.org>
5284
5285 * tips.texi (Coding Conventions): Advise against using
5286 eval-after-load in packages. Add an index entry.
5287
52882006-05-25 Juri Linkov <juri@jurta.org>
5289
5290 * minibuf.texi (Text from Minibuffer): Undocument keep-all.
5291
5292 * modes.texi (%-Constructs): Add %e, %z, %Z.
5293
52942006-05-25 Richard Stallman <rms@gnu.org>
5295
5296 * elisp.texi (Top): Update subnode menu.
5297
5298 * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
5299 (Keymaps): Update menu.
5300
53012006-05-25 Chong Yidong <cyd@stupidchicken.com>
5302
5303 * keymaps.texi (Key Sequences): Some clarifications.
5304
53052006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
5306
5307 * processes.texi (Bindat Functions): Say "unibyte string"
5308 explicitly for bindat-unpack and bindat-pack descriptions.
5309 (Bindat Examples): Don't call `string-make-unibyte' in example.
5310
53112006-05-25 Chong Yidong <cyd@stupidchicken.com>
5312
5dcb4c4e 5313 * keymaps.texi (Key Sequences): Rename from Keymap Terminology.
c5602427 5314 Explain string and vector representations of key sequences.
b8d4c8d0
GM
5315
5316 * keymaps.texi (Changing Key Bindings):
dd7b651b 5317 * commands.texi (Interactive Codes):
b8d4c8d0
GM
5318 * help.texi (Describing Characters): Refer to it.
5319
53202006-05-23 Luc Teirlinck <teirllm@auburn.edu>
5321
5322 * frames.texi (Pointer Shape): @end table -> @end defvar.
5323
53242006-05-22 Richard Stallman <rms@gnu.org>
5325
5326 * elisp.texi (Top): Update subnode menus.
5327
5328 * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
5329 Contents rewritten; material from old Pointer Shape node moved here.
5330
5331 * display.texi (Pointer Shape): Node deleted.
5332 (Image Descriptors): Minor cleanup.
5333
53342006-05-21 Richard Stallman <rms@gnu.org>
5335
5336 * syntax.texi (Parsing Expressions): Update info on which STATE
5337 elements are ignored.
5338
53392006-05-19 Luc Teirlinck <teirllm@auburn.edu>
5340
5341 * hooks.texi (Standard Hooks): Correct typo.
5342
5343 * gpl.texi (GPL): ifinfo -> ifnottex.
5344
53452006-05-19 Michael Ernst <mernst@alum.mit.edu> (tiny change)
5346
5347 * searching.texi (Simple Match Data): Warn about match data being
5348 set anew by every search.
5349
53502006-05-17 Richard Stallman <rms@gnu.org>
5351
5352 * minibuf.texi (Minibuffer History): Clarify.
5353
5354 * searching.texi (Regexp Special): Clarify nested regexp warning.
5355
53562006-05-16 Kim F. Storm <storm@cua.dk>
5357
5358 * minibuf.texi (Minibuffer History): Update add-to-history.
5359
53602006-05-15 Oliver Scholz <epameinondas@gmx.de> (tiny change)
5361
5dcb4c4e
SM
5362 * nonascii.texi (Explicit Encoding):
5363 Fix typo (encoding<->decoding).
b8d4c8d0
GM
5364
53652006-05-14 Richard Stallman <rms@gnu.org>
5366
5367 * buffers.texi (Creating Buffers): Cleanup.
5368
5369 * files.texi (Visiting Functions): Rewrite in find-file-noselect.
5370
53712006-05-13 Eli Zaretskii <eliz@gnu.org>
5372
5373 * buffers.texi (Current Buffer): Document that with-temp-buffer
5374 disables undo.
5375
5376 * os.texi (Terminal-Specific): More accurate description of how
5377 Emacs searches for the terminal-specific libraries.
5378
53792006-05-12 Eli Zaretskii <eliz@gnu.org>
5380
5381 * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
5382 emacs-xtra to @inforef's.
5383
5384 * text.texi (Undo): Document that undo is turned off in buffers
5385 whose names begin with a space.
5386
5387 * buffers.texi (Buffer Names): Add index entries for buffers whose
5388 names begin with a space.
5389 (Creating Buffers): Document that undo is turned off in buffers
5390 whose names begin with a space.
5391
5392 * files.texi (Visiting Functions, Reading from Files)
5393 (Saving Buffers): Mention code and EOL conversions by file I/O
5394 primitives and subroutines.
5395
f4e90db0
SM
5396 * nonascii.texi (Lisp and Coding Systems):
5397 Document coding-system-eol-type. Add index entries for eol conversion.
b8d4c8d0
GM
5398
5399 * display.texi (Defining Faces): Mention `mac', and add an xref to
5400 where window-system is described.
5401
54022006-05-10 Richard Stallman <rms@gnu.org>
5403
5404 * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
5405
54062006-05-10 Reiner Steib <Reiner.Steib@gmx.de>
5407
5408 * variables.texi (File Local Variables): Recommend to quote lambda
5409 expressions in safe-local-variable property.
5410
54112006-05-09 Richard Stallman <rms@gnu.org>
5412
5dcb4c4e
SM
5413 * variables.texi (File Local Variables):
5414 Document safe-local-eval-forms and safe-local-eval-function.
b8d4c8d0
GM
5415
54162006-05-07 Kim F. Storm <storm@cua.dk>
5417
5418 * minibuf.texi (Minibuffer History): Remove keep-dups arg
5419 from add-to-history.
5420
54212006-05-07 Romain Francoise <romain@orebokech.com>
5422
5423 * commands.texi (Event Input Misc):
5424 * compile.texi (Eval During Compile):
5425 * internals.texi (Buffer Internals):
5426 * minibuf.texi (Initial Input):
5427 * nonascii.texi (Scanning Charsets):
5428 * numbers.texi (Comparison of Numbers):
5429 * windows.texi (Textual Scrolling, Vertical Scrolling):
5430 Fix various typos.
5431
54322006-05-06 Eli Zaretskii <eliz@gnu.org>
5433
5434 * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
5435 conditional xref's to either emacs or emacs-xtra, depending on
5436 @iftex/@ifnottex.
5437
5438 * minibuf.texi (Minibuffer History): Document add-to-history.
5439
54402006-05-05 Eli Zaretskii <eliz@gnu.org>
5441
5442 * internals.texi (Pure Storage): Mention the pure overflow message
5443 at startup.
5444
c8763fb6 54452006-05-05 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
5446
5447 * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
5448 (Searching Keymaps): Fix pseudo-Lisp description of keymap
5449 search.
5450
54512006-05-01 Richard Stallman <rms@gnu.org>
5452
5453 * intro.texi (nil and t): Clarify.
5454
5455 * variables.texi (File Local Variables): Suggest using booleanp.
5456
54572006-05-01 Juanma Barranquero <lekktu@gmail.com>
5458
5459 * objects.texi (Type Predicates): Fix typos.
5460
54612006-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
5462
5463 * intro.texi (nil and t): Add booleanp.
5464
5465 * objects.texi (Type Predicates): Add links for booleanp and
5466 string-or-null-p.
5467
54682006-04-29 Richard Stallman <rms@gnu.org>
5469
5470 * modes.texi (Multiline Font Lock): Rename from
5471 Multi line Font Lock Elements. Much clarification.
5472 (Font Lock Multiline, Region to Fontify): Much clarification.
5473
54742006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
5475
5476 * variables.texi (File Local Variables): Remove the special case t for
5477 safe-local-variable.
5478
54792006-04-26 Richard Stallman <rms@gnu.org>
5480
5481 * syntax.texi (Parsing Expressions): Minor cleanup.
5482
54832006-04-18 Richard Stallman <rms@gnu.org>
5484
5485 * tips.texi (Coding Conventions): Explain when the package's
5486 prefix should appear later on (not at the start of the name).
5487
5488 * searching.texi (String Search): Clarify effect of NOERROR.
5489
5490 * modes.texi (Imenu): Clarify what special items do.
5491
5492 * hooks.texi (Standard Hooks): Delete text about old hook names.
5493
54942006-04-17 Romain Francoise <romain@orebokech.com>
5495
5496 * variables.texi (Local Variables): Update the default value of
5497 `max-specpdl-size'.
5498
54992006-04-15 Michael Olson <mwolson@gnu.org>
5500
5501 * processes.texi (Transaction Queues): Mention the new optional
5502 `delay-question' argument for `tq-enqueue'.
5503
55042006-04-13 Bill Wohler <wohler@newt.com>
5505
5506 * customize.texi (Common Keywords): Use dotted notation for
5507 :package-version value. Specify its values. Improve documentation
5508 for customize-package-emacs-version-alist.
5509
55102006-04-12 Bill Wohler <wohler@newt.com>
5511
5512 * customize.texi (Common Keywords): Move description of
5513 customize-package-emacs-version-alist to @defvar.
5514
55152006-04-10 Bill Wohler <wohler@newt.com>
5516
5517 * customize.texi (Common Keywords): Add :package-version.
5518
55192006-04-10 Kim F. Storm <storm@cua.dk>
5520
5521 * text.texi (Buffer Contents): Add NOPROPS arg to
5522 filter-buffer-substring.
5523
55242006-04-08 Kevin Ryde <user42@zip.com.au>
5525
5526 * os.texi (Command-Line Arguments): Update xref to emacs manual
5527 "Command Arguments" -> "Emacs Invocation", per change there.
5528
55292006-04-08 Thien-Thi Nguyen <ttn@gnu.org>
5530
5531 * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
5532 be on one line to help makeinfo not render two spaces after the dot.
5533
55342006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
5535
5536 * strings.texi (Predicates for Strings): Add string-or-null-p.
5537
55382006-03-28 Kim F. Storm <storm@cua.dk>
5539
5540 * processes.texi (Accepting Output): Remove obsolete (and incorrect)
5541 remarks about systems that don't support fractional seconds.
5542
55432006-03-25 Karl Berry <karl@gnu.org>
5544
5545 * elisp.texi: Use @copyright{} instead of (C), and do not indent
5546 the year list.
5547
55482006-03-21 Nick Roberts <nickrob@snap.net.nz>
5549
5550 * display.texi (Fringe Indicators): Fix typos.
5551
55522006-03-19 Luc Teirlinck <teirllm@auburn.edu>
5553
5554 * tips.texi (Documentation Tips): One can now also write `program'
5555 in front of a quoted symbol in a docstring to prevent making a
5556 hyperlink.
5557
55582006-03-19 Alan Mackenzie <acm@muc.de>
5559
5560 * text.texi (Special Properties): Clarify `fontified' property.
5561
55622006-03-16 Richard Stallman <rms@gnu.org>
5563
5564 * display.texi (Defining Images): Minor cleanup.
5565
55662006-03-16 Bill Wohler <wohler@newt.com>
5567
5568 * display.texi (Defining Images): In image-load-path-for-library,
5569 prefer user's images.
5570
55712006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
5572
5573 * modes.texi (Region to Fontify): Remove font-lock-lines-before.
5574
55752006-03-15 Bill Wohler <wohler@newt.com>
5576
5577 * display.texi (Defining Images): Fix example in
5578 image-load-path-for-library by not recommending that one binds
5579 image-load-path. Just defvar it to placate compiler and only use
5580 it if previously defined.
5581
55822006-03-14 Bill Wohler <wohler@newt.com>
5583
5584 * display.texi (Defining Images): In image-load-path-for-library,
5585 always return list of directories. Update example.
5586
55872006-03-14 Alan Mackenzie <acm@muc.de>
5588
5589 * modes.texi: New node, "Region to Fontify" (for Font Lock).
5590 This describes font-lock-extend-region-function.
5591 ("Other Font Lock Variables"): Move "font-lock-lines-before" to
5592 the new node "Region to Fontify".
5593
55942006-03-13 Richard Stallman <rms@gnu.org>
5595
5596 * display.texi (Invisible Text): The impossible position is
5597 now before the invisible text, not after.
5598 (Defining Images): Clean up last change.
5599
56002006-03-11 Bill Wohler <wohler@newt.com>
5601
5602 * display.texi (Defining Images): Add image-load-path-for-library.
5603
56042006-03-11 Luc Teirlinck <teirllm@auburn.edu>
5605
5606 * text.texi (Adaptive Fill): Fix Texinfo usage.
5607
5608 * strings.texi (Creating Strings): Fix Texinfo usage.
5609
5610 * searching.texi (Regexp Special): Use @samp for regular
5611 expressions that are not in Lisp syntax.
5612
56132006-03-08 Luc Teirlinck <teirllm@auburn.edu>
5614
5615 * searching.texi (Regexp Special): Put remark between parentheses
5616 to avoid misreading.
5617
56182006-03-07 Luc Teirlinck <teirllm@auburn.edu>
5619
5620 * searching.texi (Syntax of Regexps): More accurately describe
5621 which characters are special in which situations.
5622 (Regexp Special): Recommend _not_ to quote `]' or `-' when they
5623 are not special. Describe in detail when `[' and `]' are special.
5624 (Regexp Backslash): Plenty of regexps with unbalanced square
5625 brackets are valid, so reword that statement.
5626
56272006-03-02 Kim F. Storm <storm@cua.dk>
5628
5629 * keymaps.texi (Tool Bar): Add tool-bar-border.
5630
56312006-02-28 Luc Teirlinck <teirllm@auburn.edu>
5632
5633 * loading.texi (Load Suffixes): Rephrase last paragraph. Fix typos.
5634
56352006-02-27 Luc Teirlinck <teirllm@auburn.edu>
5636
5637 * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
5638
5639 * files.texi (Locating Files): Suggest additional values for the
5640 SUFFIXES arg of `locate-file'. Update pxref.
5641
5642 * loading.texi (Loading): Include new node "Load Suffixes" in menu.
5643 (How Programs Do Loading): Discuss the effects of Auto Compression
5644 mode on `load'.
5645 (Load Suffixes): New node.
5646 (Library Search): Delete description of `load-suffixes'; it was
5647 moved to "Load Suffixes".
5648 (Autoload, Named Features): Mention `load-suffixes'.
5649
56502006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
5651
5652 * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
5653
5654 * windows.texi (Window Tree): Fix typo.
5655
56562006-02-20 Kim F. Storm <storm@cua.dk>
5657
5658 * display.texi (Fringe Indicators): New section.
5659 Move indicate-empty-lines, indicate-buffer-boundaries, and
5660 default-indicate-buffer-boundaries here.
5661 Add fringe-indicator-alist and default-fringes-indicator-alist.
5662 Add list of logical fringe indicator symbols.
5663 Update list of standard bitmap names.
5664 (Fringe Cursors): New section.
5665 Move overflow-newline-into-fringe here.
5666 Add fringe-cursor-alist and default-fringes-cursor-alist.
5667 Add list of fringe cursor symbols.
5668
56692006-02-20 Juanma Barranquero <lekktu@gmail.com>
5670
5671 * commands.texi (Using Interactive): Fix reference to node
5672 "Minibuffers".
5673
56742006-02-19 Richard M. Stallman <rms@gnu.org>
5675
5676 * minibuf.texi (High-Level Completion):
5677 Add xref to read-input-method-name.
5678
5679 * files.texi (Relative File Names): Move file-relative-name here.
5680 (File Name Expansion): From here. Minor clarifications.
5681
5682 * commands.texi (Using Interactive): Add xrefs about reading input.
5683 Clarify remarks about that moving point and mark.
5684 Put string case before list case.
5685
c8763fb6 56862006-02-16 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
5687
5688 * display.texi (Other Display Specs, Image Descriptors):
5689 Revert erroneous changes. The previous description of
5690 image-descriptors as `(image . PROPS)' was correct.
5691
56922006-02-14 Richard M. Stallman <rms@gnu.org>
5693
5694 * variables.texi (File Local Variables): Clarifications.
5695
56962006-02-14 Juanma Barranquero <lekktu@gmail.com>
5697
5698 * variables.texi (File Local Variables): Use @code for a cons
5699 cell, not @var.
5700
57012006-02-13 Chong Yidong <cyd@stupidchicken.com>
5702
5703 * variables.texi (File Local Variables): Document new file local
5704 variable behavior.
5705
57062006-02-10 Kim F. Storm <storm@cua.dk>
5707
5708 * eval.texi (Function Indirection): Add NOERROR to indirect-function.
5709
57102006-02-08 Juanma Barranquero <lekktu@gmail.com>
5711
5712 * modes.texi (%-Constructs): Remove obsolete info about
5713 `global-mode-string'.
5714
57152006-02-07 Richard M. Stallman <rms@gnu.org>
5716
5717 * commands.texi (Prefix Command Arguments): Minor cleanup.
5718
5719 * display.texi: "Graphical display", not window system.
5720
5721 * functions.texi (What Is a Function): Fix xref.
5722
5723 * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
5724 (Changing Key Bindings): Clarify when remapping is better than
5725 substitute-key-definition.
5726
57272006-02-02 Richard M. Stallman <rms@gnu.org>
5728
5729 * minibuf.texi (Basic Completion): Completion alists are risky.
5730
5731 * keymaps.texi (Active Keymaps): Clarifications.
5732 (Searching Keymaps): New node.
5733 (Keymaps): Update menu.
5734
5735 * frames.texi (Layout Parameters): Minor clarification.
5736 (Drag and Drop): New node.
5737 (Frames): Update menu.
5738
57392006-01-29 Chong Yidong <cyd@stupidchicken.com>
5740
5741 * display.texi (Other Display Specs, Image Descriptors):
5742 Image description is a list, not a cons cell.
5743
57442006-01-28 Luc Teirlinck <teirllm@auburn.edu>
5745
5746 * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
5747 list is not necessarily a list).
5748
57492006-01-27 Eli Zaretskii <eliz@gnu.org>
5750
5751 * frames.texi (Layout Parameters): border-width and
5752 internal-border-width belong to the frame, not the window.
5753
57542006-01-19 Richard M. Stallman <rms@gnu.org>
5755
5756 * nonascii.texi (Translation of Characters): Search cmds use
5757 translation-table-for-input. Automatically made local.
5758
5759 * markers.texi (Overview of Markers): Count insertion type
5760 as one of a marker's attributes.
5761
5762 * keymaps.texi (Controlling Active Maps): New node, split out of
5763 Active Keymaps.
5764 (Keymaps): Menu updated.
5765 (Active Keymaps): Give pseudocode to explain how the active
5766 maps are searched. current-active-maps and key-binding moved here.
5767 (Functions for Key Lookup): current-active-maps and key-binding moved.
5768 Clarifications.
5769 (Searching the Keymaps): New subnode.
5770
5771 * elisp.texi (Top): Menu clarification.
5772
5773 * display.texi (Other Display Specs): Delete duplicate entry for
5774 just a string as display spec. Move text about recursive display
5775 specs on such a string.
5776
5777 * commands.texi (Key Sequence Input): Clarify.
5778 Move num-nonmacro-input-events out.
5779 (Reading One Event): num-nonmacro-input-events moved here.
5780
57812006-01-14 Nick Roberts <nickrob@snap.net.nz>
5782
5783 * advice.texi (Simple Advice): Update example to fit argument
5784 change in previous-line.
5785
57862006-01-05 Richard M. Stallman <rms@gnu.org>
5787
5788 * markers.texi (The Mark): Fix in `mark'.
5789
57902006-01-04 Richard M. Stallman <rms@gnu.org>
5791
5792 * processes.texi (Misc Network, Make Network): Minor cleanups.
5793
57942006-01-04 Kim F. Storm <storm@cua.dk>
5795
5796 * processes.texi (Make Network): Add IPv6 addresses and handling.
5797 (Network Feature Testing): Mention (:family ipv6).
5798 (Misc Network): Add IPv6 formats to format-network-address.
5799
58002005-12-30 Richard M. Stallman <rms@gnu.org>
5801
5802 * text.texi (Changing Properties):
5803 Don't use return value of set-text-properties.
5804
58052005-12-29 Luc Teirlinck <teirllm@auburn.edu>
5806
5807 * modes.texi (Mode Line Format): Correct typo in menu.
5808
58092005-12-29 Richard M. Stallman <rms@gnu.org>
5810
5811 * modes.texi (Mode Line Top): New node.
5812 (Mode Line Data): Some text moved to new node.
5813 Explain the data structure more concretely.
5814 (Mode Line Basics): Clarifications.
5815 (Mode Line Variables): Clarify intro paragraph.
5816 (%-Constructs): Clarify intro paragraph.
5817 (Mode Line Format): Update menu.
5818
58192005-12-28 Luc Teirlinck <teirllm@auburn.edu>
5820
5821 * minibuf.texi (Basic Completion): Update lazy-completion-table
5822 examples for removal of ARGS argument.
5823
58242005-12-23 Richard M. Stallman <rms@gnu.org>
5825
5826 * text.texi (Undo): Restore some explanation from the version
5827 that was deleted.
5828
58292005-12-23 Eli Zaretskii <eliz@gnu.org>
5830
5831 * text.texi (Undo): Remove duplicate descriptions of `apply
5832 funname' and `apply delta' elements of the undo list.
5833
58342005-12-20 Richard M. Stallman <rms@gnu.org>
5835
5836 * help.texi (Help Functions): Update documentation of `apropos'.
5837
58382005-12-20 Luc Teirlinck <teirllm@auburn.edu>
5839
5840 * customize.texi (Type Keywords): Delete xref to "Text help-echo",
5841 because it is confusing. If the :help-echo keyword is a function,
5842 it is not directly used as the :help-echo overlay property, as the
5843 xref seems to suggest (it does not take the appropriate args).
5844
58452005-12-19 Luc Teirlinck <teirllm@auburn.edu>
5846
5847 * customize.texi (Common Keywords): Fix Texinfo usage.
5848 (Group Definitions, Variable Definitions): Update for new
5849 conventions for using `*' in docstrings.
5850
5851 * tips.texi (Documentation Tips): Update for new conventions for
5852 using `*' in docstrings.
5853
58542005-12-16 Richard M. Stallman <rms@gnu.org>
5855
5856 * minibuf.texi (Minibuffer Contents): Minor cleanup.
5857
58582005-12-16 Juri Linkov <juri@jurta.org>
5859
5860 * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
5861
58622005-12-14 Romain Francoise <romain@orebokech.com>
5863
5864 * modes.texi (Customizing Keywords): Rename `append' to `how'.
5865 Fix typo.
5866
58672005-12-11 Juri Linkov <juri@jurta.org>
5868
5869 * minibuf.texi (Completion Commands): Add mention of read-file-name
5870 for filename completion keymaps.
5871 (Reading File Names): Add mention of filename completion keymaps
5872 for read-file-name and xref to `Completion Commands'.
5873
58742005-12-10 Richard M. Stallman <rms@gnu.org>
5875
5876 * customize.texi (Common Keywords): State caveats for use of :tag.
5877
58782005-12-08 Richard M. Stallman <rms@gnu.org>
5879
5880 * minibuf.texi (Intro to Minibuffers): Replace list of local maps
5881 with xrefs and better explanation.
5882 (Completion Commands): Add the filename completion maps.
5883
5884 * objects.texi (Character Type): Clarify that \s is not space
5885 if a dash follows.
5886
58872005-12-05 Richard M. Stallman <rms@gnu.org>
5888
5889 * windows.texi (Resizing Windows): Delete preserve-before args.
5890
58912005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
5892
5893 * keymaps.texi (Format of Keymaps): Remove mention of a quirk
5894 in full keymaps, since the quirk has been fixed.
5895
58962005-12-03 Eli Zaretskii <eliz@gnu.org>
5897
5dcb4c4e
SM
5898 * hooks.texi (Standard Hooks): Add index entries.
5899 Mention `compilation-finish-functions'.
b8d4c8d0
GM
5900
59012005-11-27 Richard M. Stallman <rms@gnu.org>
5902
5903 * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
5904
59052005-11-21 Juri Linkov <juri@jurta.org>
5906
5907 * customize.texi (Common Keywords): Update links types
5908 custom-manual and url-link. Add link types emacs-library-link,
5909 file-link, function-link, variable-link, custom-group-link.
5910
59112005-11-20 Chong Yidong <cyd@stupidchicken.com>
5912
5913 * display.texi: Revert 2005-11-20 change.
5914
59152005-11-20 Thien-Thi Nguyen <ttn@gnu.org>
5916
5917 * processes.texi (Bindat Functions):
5918 Say "third" to refer to zero-based index "2".
5919
59202005-11-18 Luc Teirlinck <teirllm@auburn.edu>
5921
5922 * loading.texi (Library Search): Update the default value of
5923 `load-suffixes'.
5924
59252005-11-17 Chong Yidong <cyd@stupidchicken.com>
5926
5927 * display.texi (Attribute Functions): Mention :ignore-defface.
5928
59292005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
5930
5931 * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
5932 (Minor Mode Conventions): Mention the use of a hook.
5933
59342005-11-06 Richard M. Stallman <rms@gnu.org>
5935
5936 * files.texi (Magic File Names): find-file-name-handler checks the
5937 `operations' property of the handler.
5938
59392005-11-03 Richard M. Stallman <rms@gnu.org>
5940
5941 * variables.texi (Frame-Local Variables): Small clarification.
5942
59432005-10-29 Chong Yidong <cyd@stupidchicken.com>
5944
5945 * os.texi (Init File): Document ~/.emacs.d/init.el.
5946
59472005-10-29 Richard M. Stallman <rms@gnu.org>
5948
5949 * internals.texi (Garbage Collection): Document memory-full.
5950
59512005-10-28 Bill Wohler <wohler@newt.com>
5952
5953 * tips.texi (Documentation Tips): Help mode now creates hyperlinks
5954 for URLs.
5955
59562005-10-28 Richard M. Stallman <rms@gnu.org>
5957
5958 * minibuf.texi (Completion Commands): Clean up prev change.
5959
59602005-10-26 Kevin Ryde <user42@zip.com.au>
5961
5962 * compile.texi (Eval During Compile): Explain recommended uses
5963 of eval-when-compile and eval-and-compile.
5964
59652005-10-27 Masatake YAMATO <jet@gyve.org>
5966
5967 * minibuf.texi (Completion Commands):
5968 Write about new optional argument for `display-completion-list'.
5969
59702005-10-23 Richard M. Stallman <rms@gnu.org>
5971
5972 * display.texi (Overlay Arrow): Clarify about local bindings of
5973 overlay-arrow-position.
5974
59752005-10-22 Eli Zaretskii <eliz@gnu.org>
5976
5977 * internals.texi (Building Emacs): Fix last change.
5978
59792005-10-22 Richard M. Stallman <rms@gnu.org>
5980
5981 * internals.texi (Building Emacs): Document eval-at-startup.
5982
59832005-10-21 Richard M. Stallman <rms@gnu.org>
5984
5985 * loading.texi (Where Defined): load-history contains abs file names.
5986 symbol-file returns abs file names.
5987
59882005-10-19 Kim F. Storm <storm@cua.dk>
5989
5990 * display.texi (Showing Images): Add max-image-size integer value.
5991
59922005-10-18 Chong Yidong <cyd@stupidchicken.com>
5993
5994 * display.texi (Showing Images): Document max-image-size.
5995
59962005-10-17 Richard M. Stallman <rms@gnu.org>
5997
5998 * commands.texi (Quitting): Minor clarification.
5999
6000 * processes.texi (Sentinels): Clarify about output and quitting.
6001 (Filter Functions): Mention with-local-quit.
6002
60032005-10-17 Juri Linkov <juri@jurta.org>
6004
6005 * buffers.texi (Current Buffer):
6006 * commands.texi (Event Input Misc):
6007 * compile.texi (Eval During Compile, Compiler Errors):
6008 * customize.texi (Group Definitions):
6009 * display.texi (Progress, Defining Faces):
6010 * files.texi (Writing to Files):
6011 * modes.texi (Mode Hooks, Defining Minor Modes):
6012 * streams.texi (Output Functions):
6013 * syntax.texi (Syntax Table Functions):
6014 * text.texi (Change Hooks):
6015 Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
6016
6017 * commands.texi (Quitting): Replace arg `forms' with `body' in
6018 `with-local-quit'.
6019
6020 * positions.texi (Excursions): Replace arg `forms' with `body' in
6021 `save-excursion'.
6022
60232005-10-08 Kim F. Storm <storm@cua.dk>
6024
6025 * windows.texi (Window Tree): Rename window-split-tree to window-tree.
6026 Rename manual section accordingly.
6027
60282005-10-04 Kim F. Storm <storm@cua.dk>
6029
6030 * windows.texi (Window Split Tree): New section describing
6031 new function window-split-tree function.
6032
60332005-10-03 Nick Roberts <nickrob@snap.net.nz>
6034
6035 * display.texi (Fringe Size/Pos): Simplify and add detail.
6036
60372005-09-30 Romain Francoise <romain@orebokech.com>
6038
6039 * minibuf.texi (High-Level Completion): Explain that the prompt
6040 given to `read-buffer' should end with a colon and a space.
6041 Update usage examples.
6042
60432005-09-29 Juri Linkov <juri@jurta.org>
6044
6045 * display.texi (Displaying Messages): Rename argument name
6046 `string' to `format-string' in functions `message', `message-box',
6047 `message-or-box'.
6048
60492005-09-26 Chong Yidong <cyd@stupidchicken.com>
6050
6051 * errors.texi (Standard Errors): Correct xrefs.
6052
60532005-09-18 Chong Yidong <cyd@stupidchicken.com>
6054
6055 * display.texi (Defining Images): Update documentation for
6056 `image-load-path'.
6057
60582005-09-17 Richard M. Stallman <rms@gnu.org>
6059
6060 * display.texi (Defining Images): Clean up previous change.
6061
60622005-09-16 Romain Francoise <romain@orebokech.com>
6063
6064 * elisp.texi: Specify GFDL version 1.2.
6065
6066 * doclicense.texi (GNU Free Documentation License): Update to
6067 version 1.2.
6068
60692005-09-15 Chong Yidong <cyd@stupidchicken.com>
6070
6071 * display.texi (Defining Images): Document `image-load-path'.
6072
60732005-09-15 Richard M. Stallman <rms@gnu.org>
6074
6075 * objects.texi (Printed Representation): Minor cleanup.
6076 (Box Diagrams): Minor fix.
6077 (Cons Cell Type): Move (...) index item here.
6078 (Box Diagrams): From here.
6079 (Array Type): Minor fix.
6080 (Type Predicates): Delete index "predicates".
6081 (Hash Table Type): Clarify xref.
6082 (Dotted Pair Notation): Minor fix.
6083
60842005-09-10 Chong Yidong <cyd@stupidchicken.com>
6085
6086 * files.texi (Saving Buffers): Fix typo.
6087
60882005-09-08 Richard M. Stallman <rms@gnu.org>
6089
6090 * tips.texi (Programming Tips): Correct the "default" prompt spec.
6091
60922005-09-08 Chong Yidong <cyd@stupidchicken.com>
6093
6094 * locals.texi (Standard Buffer-Local Variables): Don't include
6095 mode variables for minor modes.
6096 Fix xrefs for buffer-display-count, buffer-display-table,
6097 buffer-offer-save, buffer-saved-size, cache-long-line-scans,
6098 enable-multibyte-characters, fill-column, header-line-format,
6099 left-fringe-width, left-margin, and right-fringe-width.
6100
6101 * hooks.texi (Standard Hooks): All hooks should conform to the
6102 standard naming convention now.
6103 Fix xref for `echo-area-clear-hook'.
6104
6105 * display.texi (Usual Display): Note that indicate-empty-lines and
6106 tab-width are buffer-local.
6107
6108 * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
6109
6110 * modes.texi (Mode Help): Note that major-mode is buffer-local.
6111
6112 * nonascii.texi (Encoding and I/O): Note that
6113 buffer-file-coding-system is buffer-local.
6114
6115 * positions.texi (List Motion): Note that defun-prompt-regexp is
6116 buffer-local.
6117
6118 * text.texi (Auto Filling): Note that auto-fill-function is
6119 buffer-local.
6120 (Undo): Note that buffer-undo-list is buffer-local.
6121
5dcb4c4e
SM
6122 * windows.texi (Buffers and Windows):
6123 Document buffer-display-count.
b8d4c8d0
GM
6124
61252005-09-06 Richard M. Stallman <rms@gnu.org>
6126
6127 * tips.texi (Coding Conventions): Sometimes it is ok to put the
6128 package prefix elsewhere than at the start of the name.
6129
61302005-09-03 Richard M. Stallman <rms@gnu.org>
6131
6132 * tips.texi (Programming Tips): Add conventions for minibuffer
6133 questions and prompts.
6134
61352005-09-03 Joshua Varner <jlvarner@gmail.com> (tiny change)
6136
6137 * intro.texi (nil and t): Minor cleanup.
6138 Delete spurious mention of keyword symbols.
6139 (Evaluation Notation): Add index entry.
6140 (A Sample Function Description): Minor cleanup.
6141 (A Sample Variable Description): Not all vars can be set.
6142
61432005-09-03 Thien-Thi Nguyen <ttn@gnu.org>
6144
6145 * text.texi (Buffer Contents): Use "\n" in examples' result strings.
6146
6147 (Insertion): Document precise type of `insert-char' arg COUNT.
6148
61492005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
6150
6151 * modes.texi (Other Font Lock Variables): Sync the default of
6152 font-lock-lines-before.
6153
61542005-08-31 Michael Albinus <michael.albinus@gmx.de>
6155
6156 * files.texi (Magic File Names): Add `make-auto-save-file-name'.
6157
61582005-08-29 Richard M. Stallman <rms@gnu.org>
6159
6160 * elisp.texi (Top): Update subnode menu.
6161
6162 * searching.texi (Searching and Matching): Move node.
6163 Rearrange contents and add overall explanation.
6164 (Searching and Case): Move node.
6165 (Searching and Matching): Update menu.
6166
61672005-08-27 Eli Zaretskii <eliz@gnu.org>
6168
6169 * os.texi (Startup Summary): Fix the description of the initial
6170 startup message display.
6171
61722005-08-25 Richard M. Stallman <rms@gnu.org>
6173
6174 * searching.texi (Search and Replace): Add replace-regexp-in-string.
6175
61762005-08-25 Emilio C. Lopes <eclig@gmx.net>
6177
6178 * display.texi (Finding Overlays): Fix `find-overlay-prop' in
6179 `next-overlay-change' example.
6180
61812005-08-22 Juri Linkov <juri@jurta.org>
6182
6183 * display.texi (Attribute Functions): Add set-face-inverse-video-p.
6184 Fix invert-face. Fix args of face-background.
6185
6186 * display.texi (Standard Faces): Delete node.
6187 (Faces): Add xref to `(emacs)Standard Faces'.
6188 (Displaying Faces): Fix xref to `Standard Faces'.
6189
6190 * modes.texi (Mode Line Data): Fix xref to Standard Faces.
6191
61922005-08-20 Alan Mackenzie <acm@muc.de>
6193
6194 * buffers.texi (The Buffer List): Clarify the manipulation of the
6195 buffer list.
6196
61972005-08-14 Richard M. Stallman <rms@gnu.org>
6198
6199 * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
6200 a regexp.
6201
62022005-08-11 Richard M. Stallman <rms@gnu.org>
6203
6204 * elisp.texi (Top): Update subnode lists.
6205
6206 * display.texi (Inverse Video): Node deleted.
6207
6208 * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
6209 New nodes split out of Coding Conventions.
6210
6211 * searching.texi (Regular Expressions): Document re-builder.
6212
6213 * os.texi (Time Parsing): New node split out of Time Conversion.
6214
6215 * processes.texi (Misc Network, Network Feature Testing)
6216 (Network Options, Make Network): New nodes split out of
6217 Low-Level Network.
6218
62192005-08-09 Richard M. Stallman <rms@gnu.org>
6220
6221 * frames.texi (Geometry): New node, split from Size and Position.
6222 (Frame Parameters): Refer to Geometry.
6223
6224 * buffers.texi (The Buffer List): Fix xrefs.
6225
6226 * windows.texi (Splitting Windows): Fix xref.
6227
6228 * frames.texi (Layout Parameters): Add xref.
6229
6230 * display.texi (Line Height, Scroll Bars): Fix xrefs.
6231
6232 * keymaps.texi (Menu Bar): Fix xref.
6233
6234 * locals.texi (Standard Buffer-Local Variables): Fix xref.
6235
6236 * modes.texi (%-Constructs): Fix xref.
6237
6238 * frames.texi (Window Frame Parameters): Node split up.
6239 (Basic Parameters, Position Parameters, Size Parameters)
6240 (Layout Parameters, Buffer Parameters, Management Parameters)
6241 (Cursor Parameters, Color Parameters): New subnodes.
6242
62432005-08-09 Luc Teirlinck <teirllm@auburn.edu>
6244
6245 * positions.texi (Screen Lines): Update xref for previous change
6246 in minibuf.texi.
6247
6248 * minibuf.texi (Intro to Minibuffers): Update pxref for previous
6249 change in minibuf.texi.
6250
62512005-08-09 Richard M. Stallman <rms@gnu.org>
6252
6253 * tips.texi (Coding Conventions): Minor cleanup.
6254
6255 * modes.texi (Defining Minor Modes): Explain when init-value
6256 can be non-nil.
6257
6258 * elisp.texi (Top): Update submenu for Minibuffer.
6259
6260 * minibuf.texi (Minibuffer Misc): Node split up.
6261 (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
6262 (Recursive Mini): New nodes split out from Minibuffer Misc.
6263 (Minibuffer Misc): Document max-mini-window-height.
6264
6265 * hash.texi (Defining Hash): Delete stray paren in example.
6266
6267 * display.texi (Echo Area Customization): Don't define
6268 max-mini-window-height here; xref instead.
6269
6270 * commands.texi (Event Input Misc): Update while-no-input.
6271
6272 * advice.texi (Advising Functions): Explain when to use advice
6273 and when to use a hook.
6274
62752005-07-30 Eli Zaretskii <eliz@gnu.org>
6276
6277 * makefile.w32-in (info): Don't run install-info.
6278 ($(infodir)/dir): New target, produced by running install-info.
6279
62802005-07-27 Luc Teirlinck <teirllm@auburn.edu>
6281
6282 * modes.texi (Defining Minor Modes): The keyword for the initial
6283 value is :init-value, not :initial-value.
6284
62852005-07-23 Eli Zaretskii <eliz@gnu.org>
6286
6287 * loading.texi (Autoload): Make the `doctor' example be consistent
6288 with what's in current loaddefs.el. Describe the "fn" magic in
6289 the usage portion of the doc string.
6290
62912005-07-22 Richard M. Stallman <rms@gnu.org>
6292
6293 * internals.texi (Garbage Collection): Clarify previous change.
6294
62952005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
6296
6297 * internals.texi (Garbage Collection): Add gc-cons-percentage.
6298
62992005-07-18 Juri Linkov <juri@jurta.org>
6300
6301 * commands.texi (Accessing Events):
6302 * frames.texi (Text Terminal Colors, Resources):
6303 * markers.texi (The Mark):
6304 * modes.texi (Defining Minor Modes):
6305 Delete duplicate duplicate words.
6306
63072005-07-16 Richard M. Stallman <rms@gnu.org>
6308
6309 * display.texi (Managing Overlays): Clarify make-overlay
6310 args for insertion types.
6311
63122005-07-13 Luc Teirlinck <teirllm@auburn.edu>
6313
6314 * customize.texi (Variable Definitions):
6315 Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
6316 `standard-value' is a list too.
6317 (Defining New Types): Use @key{RET} instead of @key{ret}.
6318
63192005-07-13 Francis Litterio <franl@world.std.com> (tiny change)
6320
6321 * os.texi (Translating Input): Fix typo.
6322
63232005-07-08 Richard M. Stallman <rms@gnu.org>
6324
6325 * README: Update edition number and size estimate.
6326
6327 * elisp.texi (VERSION): Set to 2.9.
6328
63292005-07-07 Richard M. Stallman <rms@gnu.org>
6330
6331 * book-spine.texinfo: Update Emacs version.
6332
6333 * display.texi (Inverse Video): Delete mode-line-inverse-video.
6334
63352005-07-06 Richard M. Stallman <rms@gnu.org>
6336
6337 * searching.texi (Regexp Search): Clarify what re-search-forward
6338 does when the search fails.
6339
63402005-07-05 Lute Kamstra <lute@gnu.org>
6341
6342 * Update FSF's address in GPL notices.
6343
6344 * doclicense.texi (GNU Free Documentation License):
6345 * gpl.texi (GPL):
6346 * tips.texi (Coding Conventions, Library Headers):
6347 * vol1.texi:
6348 * vol2.texi: Update FSF's address.
6349
63502005-07-04 Richard M. Stallman <rms@gnu.org>
6351
6352 * hooks.texi (Standard Hooks): Add occur-hook.
6353
63542005-07-03 Luc Teirlinck <teirllm@auburn.edu>
6355
6356 * display.texi (The Echo Area): Correct menu.
6357
63582005-07-03 Richard M. Stallman <rms@gnu.org>
6359
6360 * elisp.texi (Top): Update subnode menu for Display.
6361
6362 * display.texi (Displaying Messages): New node, with most
6363 of what was in The Echo Area.
5dcb4c4e 6364 (Progress): Move under The Echo Area.
b8d4c8d0
GM
6365 (Logging Messages): New node with new text.
6366 (Echo Area Customization): New node, the rest of what was
6367 in The Echo Area. Document message-truncate-lines with @defvar.
6368 (Display): Update menu.
6369
6370 * windows.texi (Textual Scrolling): Doc 3 values for
6371 scroll-preserve-screen-position.
6372
6373 * text.texi (Special Properties): Change hook functions
6374 should bind inhibit-modification-hooks around altering buffer text.
6375
6376 * keymaps.texi (Key Binding Commands): Call binding BINDING
6377 rather than DEFINITION.
6378
63792005-06-29 Juanma Barranquero <lekktu@gmail.com>
6380
6381 * variables.texi (Defining Variables): `user-variable-p' returns t
6382 for aliases of user options, nil for alias loops.
6383
63842005-06-28 Richard M. Stallman <rms@gnu.org>
6385
6386 * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
6387 make-keymap.
6388
63892005-06-27 Luc Teirlinck <teirllm@auburn.edu>
6390
6391 * variables.texi (Setting Variables): Correct and clarify
6392 description of `add-to-ordered-list'.
6393
63942005-06-26 Richard M. Stallman <rms@gnu.org>
6395
6396 * display.texi (Faces): Minor cleanup.
6397
63982005-06-25 Luc Teirlinck <teirllm@auburn.edu>
6399
6400 * display.texi (Faces): `facep' returns t for strings that are
6401 face names.
6402
64032005-06-25 Richard M. Stallman <rms@gnu.org>
6404
6405 * objects.texi (Equality Predicates): Clarify meaning of equal.
6406
6407 * windows.texi (Selecting Windows): save-selected-window
6408 and with-selected-window save and restore the current buffer.
6409
64102005-06-24 Richard M. Stallman <rms@gnu.org>
6411
6412 * numbers.texi (Float Basics): Explain how to test for NaN,
6413 and printing the sign of NaNs.
6414
64152005-06-24 Eli Zaretskii <eliz@gnu.org>
6416
6417 * makefile.w32-in (MAKEINFO): Use --force.
6418
64192005-06-23 Richard M. Stallman <rms@gnu.org>
6420
6421 * display.texi (Face Functions): Correct Texinfo usage.
6422
64232005-06-23 Luc Teirlinck <teirllm@auburn.edu>
6424
6425 * lists.texi (Rings): `ring-elements' now returns the elements of
6426 RING in order.
6427
64282005-06-23 Juanma Barranquero <lekktu@gmail.com>
6429
6430 * markers.texi (The Mark): Texinfo usage fix.
6431
64322005-06-23 Kim F. Storm <storm@cua.dk>
6433
6434 * searching.texi (Entire Match Data): Remove evaporate option for
6435 match-data. Do not mention evaporate option for set-match-data.
6436
64372005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
6438
6439 * display.texi (Face Functions): Mention face aliases.
6440
64412005-06-21 Richard M. Stallman <rms@gnu.org>
6442
6443 * anti.texi (Antinews): Texinfo usage fix.
6444
64452005-06-21 Karl Berry <karl@gnu.org>
6446
6447 * elisp.texi: Use @copying.
6448
6449 * elisp.texi: Put @summarycontents and @contents before the Top
6450 node, instead of the end of the file, so that the contents appear
6451 in the right place in the dvi/pdf output.
6452
64532005-06-21 Juri Linkov <juri@jurta.org>
6454
6455 * display.texi (Defining Faces): Add `customized-face'.
6456
64572005-06-20 Kim F. Storm <storm@cua.dk>
6458
6459 * variables.texi (Setting Variables): Any type of element can be
6460 given order in add-to-ordered-list. Compare elements with eq.
6461
6462 * lists.texi (Rearrangement): Sort predicate may just return non-nil.
6463
64642005-06-20 Karl Berry <karl@gnu.org>
6465
6466 * syntax.texi (Syntax Flags): Make last column very slightly wider
6467 to avoid "generic comment" breaking on two lines and causing an
6468 underfull box.
6469
64702005-06-19 Luc Teirlinck <teirllm@auburn.edu>
6471
6472 * lists.texi (Rings): Various minor clarifications and corrections.
6473
64742005-06-18 Richard M. Stallman <rms@gnu.org>
6475
6476 * functions.texi (Obsolete Functions): Simplify.
6477
6478 * variables.texi (Variable Aliases): Simplify.
6479
6480 * anti.texi, backups.texi, compile.texi, customization.texi:
6481 * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
6482 * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
6483 * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
6484 * variables.texi: Fix formatting ugliness.
6485
6486 * elisp.texi: Add links to Rings and Byte Packing.
6487 Update version and copyright years.
6488
6489 * minibuf.texi: Fix formatting ugliness.
6490 (Completion Commands): Move keymap vars to the end
6491 and vars completing-read binds to the top.
6492
64932005-06-17 Luc Teirlinck <teirllm@auburn.edu>
6494
6495 * processes.texi: Fix typos.
6496 (Bindat Spec): Correct Texinfo error.
6497 (Byte Packing): Fix ungrammatical sentence.
6498
64992005-06-17 Thien-Thi Nguyen <ttn@gnu.org>
6500
6501 * lists.texi (Rings): New node.
6502 (Lists): Add it to menu.
6503
6504 * processes.texi (Byte Packing): New node.
6505 (Processes): Add it to menu.
6506
65072005-06-17 Richard M. Stallman <rms@gnu.org>
6508
6509 * syntax.texi (Parsing Expressions): Fix texinfo usage.
6510
6511 * help.texi (Documentation Basics): Explain the xref to
6512 Documentation Tips.
6513
6514 * debugging.texi (Debugger Commands): Minor fix.
6515
65162005-06-16 Luc Teirlinck <teirllm@auburn.edu>
6517
6518 * edebug.texi (Instrumenting): Eliminate duplicate link.
6519 (Specification List): Replace references to "below", referring to
6520 a later node, with one @ref to that node.
6521
6522 * os.texi (Timers): Timers should save and restore the match data
6523 if they change it.
6524
6525 * debugging.texi (Debugger Commands): Mention that the Lisp
6526 debugger can not step through primitive functions.
6527
65282005-06-16 Juanma Barranquero <lekktu@gmail.com>
6529
6530 * functions.texi (Obsolete Functions): Update argument names of
6531 `make-obsolete' and `define-obsolete-function-alias'.
6532
6533 * variables.texi (Variable Aliases): Update argument names of
6534 `defvaralias', `make-obsolete-variable' and
6535 `define-obsolete-variable-alias'.
6536
65372005-06-15 Kim F. Storm <storm@cua.dk>
6538
6539 * searching.texi (Entire Match Data): Rephrase warnings about
6540 evaporate arg to match-data and set-match-data.
6541
65422005-06-14 Luc Teirlinck <teirllm@auburn.edu>
6543
6544 * elisp.texi (Top): Update detailed menu.
6545
6546 * edebug.texi (Edebug): Update menu.
6547 (Instrumenting): Update xrefs.
6548 (Edebug Execution Modes): Correct xref.
6549 (Jumping): Clarify description of `h' command.
6550 Eliminate redundant @ref.
6551 (Breaks): New node.
6552 (Breakpoints): Is now a subsubsection.
6553 (Global Break Condition): Mention `C-x X X'.
6554 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'.
6555 (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
6556 (Edebug Display Update): Correct pxref.
6557 (Edebug and Macros): New node.
6558 (Instrumenting Macro Calls): Is now a subsubsection.
6559 Neither arg of `def-edebug-spec' is evaluated.
6560 (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
6561 (Specification Examples): Fix typo.
6562
65632005-06-14 Lute Kamstra <lute@gnu.org>
6564
6565 * debugging.texi (Function Debugging): Primitives can break on
6566 entry too.
6567
65682005-06-14 Kim F. Storm <storm@cua.dk>
6569
6570 * variables.texi (Setting Variables): Add add-to-ordered-list.
6571
65722005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
6573
6574 * syntax.texi (Parsing Expressions): Document aux functions and vars of
6575 syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
6576
65772005-06-13 Lute Kamstra <lute@gnu.org>
6578
6579 * text.texi (Special Properties): Fix cross reference.
6580
65812005-06-11 Luc Teirlinck <teirllm@auburn.edu>
6582
6583 * debugging.texi (Function Debugging): Delete mention of empty
6584 string argument to `cancel-debug-on-entry'. Delete inaccurate
6585 description of the return value of that command.
6586
65872005-06-11 Alan Mackenzie <acm@muc.de>
6588
6589 * text.texi (Adaptive Fill): Amplify the description of
6590 fill-context-prefix.
6591
65922005-06-10 Luc Teirlinck <teirllm@auburn.edu>
6593
6594 * syntax.texi (Parsing Expressions): Fix Texinfo error.
6595
65962005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
6597
6598 * syntax.texi (Parsing Expressions): Document syntax-ppss.
6599
66002005-06-10 Luc Teirlinck <teirllm@auburn.edu>
6601
6602 * debugging.texi (Error Debugging): Minor rewording.
6603 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
6604 is optional.
6605
66062005-06-10 Lute Kamstra <lute@gnu.org>
6607
6608 * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
6609 (Top): Give it a title. Correct version number. Give the
6610 detailed node listing a more prominent header.
6611 * intro.texi: Don't set VERSION here a second time.
6612 Mention Emacs's version too.
6613 * anti.texi (Antinews): Use EMACSVER to refer to the current
6614 version of Emacs.
6615
66162005-06-09 Kim F. Storm <storm@cua.dk>
6617
6618 * searching.texi (Entire Match Data): Explain new `reseat' argument to
6619 match-data and set-match-data.
6620
66212005-06-08 Richard M. Stallman <rms@gnu.org>
6622
6623 * searching.texi (Entire Match Data): Clarify when match-data
6624 returns markers and when integers.
6625
6626 * display.texi (Defining Faces): Explain that face name should not
6627 end in `-face'.
6628
6629 * modes.texi (Mode Line Data): Minor cleanup.
6630 (Customizing Keywords): Node split out of Search-based Fontification.
6631 Add example of using font-lock-add-keywords from a hook.
6632 Clarify when MODE should be non-nil, and when nil.
6633
66342005-06-06 Richard M. Stallman <rms@gnu.org>
6635
6636 * modes.texi (Mode Line Data): Explain what happens when the car
6637 of a list is a void symbol.
6638 (Search-based Fontification): Explain MODE arg to
6639 font-lock-add-keywords and warn about calls from major modes.
6640
66412005-06-08 Juri Linkov <juri@jurta.org>
6642
6643 * display.texi (Standard Faces): Add `shadow' face.
6644
66452005-05-29 Luc Teirlinck <teirllm@auburn.edu>
6646
6647 * modes.texi (Major Mode Conventions): A derived mode only needs
6648 to put the call to the parent mode inside `delay-mode-hooks'.
6649
66502005-05-29 Richard M. Stallman <rms@gnu.org>
6651
6652 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
6653 new, and what that implies. Clarify.
6654
6655 * files.texi (Locating Files): Clean up the text.
6656
6657 * frames.texi (Window Frame Parameters): Document user-size.
6658 Shorten entry for top by referring to left.
6659
66602005-05-26 Richard M. Stallman <rms@gnu.org>
6661
6662 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
6663 is new, and what the implications are. Other clarifications.
6664
66652005-05-24 Richard M. Stallman <rms@gnu.org>
6666
6667 * frames.texi (Dialog Boxes): Minor fixes.
6668
66692005-05-25 Masatake YAMATO <jet@gyve.org>
6670
6671 * display.texi (Standard Faces): Write about `mode-line-highlight'.
6672
66732005-05-24 Luc Teirlinck <teirllm@auburn.edu>
6674
6675 * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
6676 is optional.
6677
66782005-05-24 Nick Roberts <nickrob@snap.net.nz>
6679
10d1d0af 6680 * frames.texi (Dialog Boxes): Describe new optional argument.
b8d4c8d0
GM
6681
66822005-05-23 Lute Kamstra <lute@gnu.org>
6683
6684 * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
6685 syntax-begin-function over font-lock-beginning-of-syntax-function.
6686
66872005-05-21 Luc Teirlinck <teirllm@auburn.edu>
6688
6689 * minibuf.texi (Reading File Names): Update description of
6690 `read-directory-name'.
6691
6692 * modes.texi (Derived Modes): Clarify :group keyword.
6693
66942005-05-21 Eli Zaretskii <eliz@gnu.org>
6695
6696 * files.texi (Locating Files): New subsection.
6697 Describe locate-file and executable-find.
6698
66992005-05-21 Kevin Ryde <user42@zip.com.au>
6700
6701 * frames.texi (Initial Parameters): Update cross reference to
6702 "Emacs Invocation".
6703
67042005-05-19 Luc Teirlinck <teirllm@auburn.edu>
6705
6706 * keymaps.texi (Active Keymaps): Add anchor.
6707
6708 * modes.texi (Hooks): Delete confusing and unnecessary sentence.
6709 (Major Mode Conventions): Refer to `Auto Major Mode' in more
6710 appropriate place.
6711 (Derived Modes): Small clarifications.
6712 (Minor Mode Conventions, Keymaps and Minor Modes):
6713 Replace references to nodes with references to anchors.
6714 (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
6715 Clarify description of lists whose first element is an integer.
6716 (Mode Line Variables): Add anchor.
6717 (%-Constructs): Clarify description of integer after %.
6718 (Emulating Mode Line): Describe nil value for FACE.
6719
67202005-05-18 Luc Teirlinck <teirllm@auburn.edu>
6721
6722 * modes.texi (Derived Modes): Correct references to non-existing
6723 variable standard-syntax-table.
6724
67252005-05-17 Lute Kamstra <lute@gnu.org>
6726
6727 * modes.texi (Defining Minor Modes): Mention the mode hook.
6728
67292005-05-15 Kim F. Storm <storm@cua.dk>
6730
6731 * processes.texi (Network): Remove open-network-stream-nowait.
6732 (Network Servers): Remove open-network-stream-server.
6733
67342005-05-15 Luc Teirlinck <teirllm@auburn.edu>
6735
6736 * elisp.texi (Top): Update detailed menu.
6737
6738 * variables.texi: Reorder nodes.
6739 (Variables): Update menu.
6740 (File Local Variables): Do not refer to the `-*-' line as
6741 a "local variables list". Add pxref.
6742
67432005-05-14 Luc Teirlinck <teirllm@auburn.edu>
6744
6745 * elisp.texi (Top): Update detailed menu for node changes.
6746
6747 * modes.texi (Modes): Update Menu.
6748 (Hooks): Move to beginning of chapter.
6749 Most minor modes run mode hooks too.
6750 `add-hook' can handle void hooks or hooks whose value is a single
6751 function.
6752 (Major Modes): Update Menu.
6753 (Major Mode Basics): New node, split off from `Major Modes'.
6754 (Major Mode Conventions): Correct xref. Explain how to handle
6755 auto-mode-alist if the major mode command has an autoload cookie.
6756 (Auto Major Mode): Major update. Add magic-mode-alist.
6757 (Derived Modes): Major update.
6758 (Mode Line Format): Update Menu.
6759 (Mode Line Basics): New node, split off from `Mode Line Format'.
6760
6761 * loading.texi (Autoload): Mention `autoload cookie' as synonym
6762 for `magic autoload comment'. Add index entries and anchor.
6763
67642005-05-14 Richard M. Stallman <rms@gnu.org>
6765
6766 * tips.texi (Coding Conventions): Explain how important it is
6767 that just loading certain files not change Emacs behavior.
6768
6769 * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
6770
67712005-05-12 Lute Kamstra <lute@gnu.org>
6772
6773 * modes.texi (Generic Modes): Update.
6774 (Major Modes): Refer to node "Generic Modes".
6775
6776 * elisp.texi (Top): Update to the current structure of the manual.
6777 * processes.texi (Processes): Add menu description.
6778 * customize.texi (Customization): Add menu descriptions.
6779
67802005-05-11 Thien-Thi Nguyen <ttn@gnu.org>
6781
6782 * processes.texi (Signals to Processes)
6783 (Low-Level Network): Fix typos.
6784
67852005-05-11 Lute Kamstra <lute@gnu.org>
6786
6787 * elisp.texi (Top): Add some nodes from the chapter "Major and
6788 Minor Modes" to the detailed node listing.
6789
67902005-05-10 Richard M. Stallman <rms@gnu.org>
6791
6792 * keymaps.texi (Extended Menu Items): Menu item filter functions
6793 can be called at any time.
6794
67952005-05-08 Luc Teirlinck <teirllm@auburn.edu>
6796
6797 * variables.texi (File Local Variables): `(hack-local-variables t)'
6798 now also checks whether a mode is specified in the local variables
6799 list.
6800
68012005-05-05 Kevin Ryde <user42@zip.com.au>
6802
6803 * display.texi (The Echo Area): Correct format function cross
6804 reference.
6805
68062005-05-05 Luc Teirlinck <teirllm@auburn.edu>
6807
6808 * variables.texi (Variable Aliases): Change description of
6809 `define-obsolete-variable-alias'.
6810
6811 * functions.texi (Functions): Add "Obsolete Functions" to menu.
6812 (Defining Functions): Add xref.
6813 (Obsolete Functions): New node.
6814 (Function Safety): Standardize capitalization of section title.
6815
6816 * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
6817 (Dialog Boxes): Complete description of `x-popup-dialog'.
6818
68192005-05-04 Richard M. Stallman <rms@gnu.org>
6820
6821 * commands.texi (Interactive Codes): Fix Texinfo usage.
6822 Document U more clearly.
6823
68242005-05-01 Luc Teirlinck <teirllm@auburn.edu>
6825
6826 * variables.texi (Variable Aliases): `make-obsolete-variable' is a
6827 function and not a macro.
6828
6829 * frames.texi (Pop-Up Menus): Correct and clarify description of
6830 `x-popup-menu'.
6831 (Dialog Boxes): Clarify description of `x-popup-dialog'.
6832
68332005-05-01 Richard M. Stallman <rms@gnu.org>
6834
6835 * edebug.texi (Checking Whether to Stop): Fix previous change.
6836
68372005-05-01 Luc Teirlinck <teirllm@auburn.edu>
6838
6839 * display.texi: Fix typos and Texinfo usage.
6840
6841 * edebug.texi (Checking Whether to Stop): executing-macro ->
6842 executing-kbd-macro.
6843
68442005-05-01 Richard M. Stallman <rms@gnu.org>
6845
6846 * display.texi (Invisible Text): Correct add-to-invisibility-spec.
6847
68482005-04-30 Richard M. Stallman <rms@gnu.org>
6849
6850 * files.texi (Magic File Names): Document `operations' property.
6851
68522005-04-29 Lute Kamstra <lute@gnu.org>
6853
6854 * modes.texi (Generic Modes): New node.
6855 (Major Modes): Add it to the menu.
6856 (Derived Modes): Add "derived mode" to concept index.
6857
68582005-04-28 Lute Kamstra <lute@gnu.org>
6859
6860 * modes.texi (Defining Minor Modes): Fix previous change.
6861 (Font Lock Mode): Simplify.
6862 (Font Lock Basics): Say that font-lock-defaults is buffer-local
6863 when set and that some parts are optional. Add cross references.
6864 (Search-based Fontification): Say how to specify font-lock-keywords.
6865 Add cross references. Add font-lock-multiline to index.
6866 Move font-lock-keywords-case-fold-search here from node "Other Font
6867 Lock Variables". Document font-lock-add-keywords and
6868 font-lock-remove-keywords.
6869 (Other Font Lock Variables): Move font-lock-keywords-only,
6870 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
6871 and font-lock-syntactic-face-function to node "Syntactic Font
6872 Lock". Move font-lock-keywords-case-fold-search to node
6873 "Search-based Fontification". Document font-lock-inhibit-thing-lock
6874 and font-lock-{,un}fontify-{buffer,region}-function.
6875 (Precalculated Fontification): Remove reference to deleted variable
6876 font-lock-core-only.
6877 (Faces for Font Lock): Add font-lock-comment-delimiter-face.
6878 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only,
6879 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
6880 and font-lock-syntactic-face-function here from node "Other Font
6881 Lock Variables". Move font-lock-syntactic-keywords to "Setting
6882 Syntax Properties". Add cross references.
6883 (Setting Syntax Properties): New node.
6884 Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
6885 * syntax.texi (Syntax Properties): Add cross reference.
6886 * hooks.texi (Standard Hooks): Add Font-Lock hooks.
6887
68882005-04-26 Richard M. Stallman <rms@gnu.org>
6889
6890 * display.texi (Defining Faces):
6891 Document `default' elements of defface spec.
6892
6893 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
6894
6895 * variables.texi (Variable Aliases): Clarify text.
6896
68972005-04-25 Chong Yidong <cyd@stupidchicken.com>
6898
6899 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
6900
69012005-04-25 Luc Teirlinck <teirllm@auburn.edu>
6902
6903 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
6904
69052005-04-24 Eli Zaretskii <eliz@gnu.org>
6906
6907 * syntax.texi (Syntax Table Internals): Elaborate documentation of
6908 syntax-after and syntax-class.
6909
6910 * files.texi (Changing Files): Fix last change's cross-reference.
6911 (Unique File Names): Don't mention "numbers" in the documentation
6912 of make-temp-file and make-temp-name.
6913
69142005-04-23 Richard M. Stallman <rms@gnu.org>
6915
6916 * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
6917
69182005-04-22 Nick Roberts <nickrob@snap.net.nz>
6919
6920 * windows.texi (Cyclic Window Ordering): Clarify window-list.
6921
69222005-04-22 Nick Roberts <nickrob@snap.net.nz>
6923
6924 * variables.texi (Variable Aliases): Describe make-obsolete-variable
6925 and define-obsolete-variable-alias.
6926
69272005-04-22 Kim F. Storm <storm@cua.dk>
6928
6929 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
6930 (Other Plists): Remove safe-plist-get, as plist-get is now safe.
6931
69322005-04-21 Lute Kamstra <lute@gnu.org>
6933
6934 * lists.texi (Association Lists): Document rassq-delete-all.
6935
69362005-04-19 Richard M. Stallman <rms@gnu.org>
6937
6938 * modes.texi (Search-based Fontification): Explain that
6939 facespec is an expression to be evaluated.
6940
69412005-04-19 Kevin Ryde <user42@zip.com.au>
6942
6943 * streams.texi (Output Functions): Fix xref.
6944 * strings.texi (String Conversion): Fix xref.
6945
69462005-04-19 Kim F. Storm <storm@cua.dk>
6947
6948 * symbols.texi (Symbol Plists): Add safe-get.
6949 Mention that `get' may signal an error.
6950
69512005-04-18 Nick Roberts <nickrob@snap.net.nz>
6952
6953 * customize.texi (Variable Definitions): Replace tooltip-mode
6954 example with save-place.
6955
69562005-04-17 Richard M. Stallman <rms@gnu.org>
6957
6958 * buffers.texi (Indirect Buffers): Clarify.
6959
6960 * positions.texi (Positions): Clarify converting marker to integer.
6961
6962 * strings.texi (String Basics): Mention string-match; clarify.
6963
69642005-04-08 Lute Kamstra <lute@gnu.org>
6965
6966 * modes.texi (Search-based Fontification): Fix cross references.
6967 Use consistent terminology. Document anchored highlighting.
6968
69692005-04-05 Lute Kamstra <lute@gnu.org>
6970
6971 * modes.texi (Defining Minor Modes): Document :group keyword
6972 argument and its default value.
6973
69742005-04-03 Lute Kamstra <lute@gnu.org>
6975
6976 * hooks.texi (Standard Hooks): Add some hooks. Add cross
6977 references and/or descriptions. Delete major mode hooks; mention
6978 them as a category instead. Rename or delete obsolete hooks.
6979
69802005-04-02 Richard M. Stallman <rms@gnu.org>
6981
6982 * nonascii.texi (Coding System Basics): Another wording cleanup.
6983
69842005-04-01 Richard M. Stallman <rms@gnu.org>
6985
6986 * nonascii.texi (Coding System Basics): Clarify previous change.
6987
69882005-04-01 Kenichi Handa <handa@m17n.org>
6989
10d1d0af 6990 * nonascii.texi (Coding System Basics): Describe about roundtrip
b8d4c8d0
GM
6991 identity of coding systems.
6992
69932005-03-29 Chong Yidong <cyd@stupidchicken.com>
6994
6995 * text.texi (Buffer Contents): Add filter-buffer-substring and
6996 buffer-substring-filters.
6997
69982005-03-26 Chong Yidong <cyd@stupidchicken.com>
6999
7000 * anti.texi (Antinews): Mention `G' interactive code.
7001
7002 * tips.texi (Compilation Tips): Mention benchmark.el.
7003
70042005-03-27 Luc Teirlinck <teirllm@auburn.edu>
7005
7006 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
7007 is now bound to M-o M-o.
7008
7009 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
7010
70112005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
7012
7013 * calendar.texi: Delete file (and move contents to emacs-xtra.texi
7014 in the Emacs Manual).
7015 * Makefile.in (srcs): Remove calendar.texi.
7016 * makefile.w32-in (srcs): Remove calendar.texi.
7017 * display.texi (Display): Change name of next node.
7018 * os.texi (System In): Change name of previous node.
7019 * elisp.texi (Top): Remove Calendar references.
7020 * vol1.texi (Top): Remove Calendar references.
7021 * vol2.texi (Top): Remove Calendar references.
7022
70232005-03-25 Richard M. Stallman <rms@gnu.org>
7024
7025 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
7026 Cleanup previous change.
7027
70282005-03-25 Chong Yidong <cyd@stupidchicken.com>
7029
7030 * display.texi (Face Attributes): Faces earlier in an :inherit
7031 list take precedence.
7032 (Scroll Bars): Fix description of vertical-scroll-bars.
7033 Document frame-current-scroll-bars and window-current-scroll-bars.
7034
7035 * markers.texi (The Mark): Document temporary Transient Mark mode.
7036
7037 * minibuf.texi (Reading File Names):
7038 Document read-file-name-completion-ignore-case.
7039
7040 * positions.texi (Screen Lines): Document nil for width argument
7041 to compute-motion.
7042
70432005-03-23 Kim F. Storm <storm@cua.dk>
7044
7045 * display.texi (Standard Faces): Other faces used in the fringe
7046 implicitly inherits from the fringe face.
7047 (Fringe Bitmaps): FACE in right-fringe and left-fringe display
7048 properties implicitly inherits from fringe face.
7049 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
7050
70512005-03-20 Chong Yidong <cyd@stupidchicken.com>
7052
7053 * display.texi (Invisible Text): State default value of
7054 line-move-ignore-invisible.
7055 (Managing Overlays): Document remove-overlays.
7056 (Standard Faces): Document escape-glyph face.
7057
7058 * minibuf.texi (Reading File Names): Document read-file-name-function.
7059
7060 * modes.texi (Other Font Lock Variables):
7061 Document font-lock-lines-before.
7062
7063 * positions.texi (Skipping Characters): skip-chars-forward allows
7064 character classes.
7065
70662005-03-18 Lute Kamstra <lute@gnu.org>
7067
7068 * edebug.texi (Instrumenting Macro Calls): Fix another typo.
7069
70702005-03-17 Richard M. Stallman <rms@gnu.org>
7071
7072 * text.texi (Undo): Document extensible undo entries.
7073
dd7b651b 7074 * searching.texi (String Search, Regexp Search): Cleanups.
b8d4c8d0
GM
7075
7076 * nonascii.texi (Character Codes): Minor fix.
7077
7078 * display.texi (Display Property): Explain the significance
7079 of having text properties that are eq.
7080 (Other Display Specs): Explain string as display spec.
7081
7082 * commands.texi (Interactive Codes): Document G option.
7083
70842005-03-17 Chong Yidong <cyd@stupidchicken.com>
7085
7086 * text.texi (Filling): Add sentence-end-without-period and
7087 sentence-end-without-space.
7088 (Changing Properties): Minor fix.
7089
7090 * anti.texi: Total rewrite.
7091
70922005-03-15 Lute Kamstra <lute@gnu.org>
7093
7094 * edebug.texi (Instrumenting Macro Calls): Fix typos.
7095
70962005-03-08 Kim F. Storm <storm@cua.dk>
7097
7098 * display.texi (Specified Space): Property :width is support on
7099 non-graphic terminals, :height is not.
7100
71012005-03-07 Richard M. Stallman <rms@gnu.org>
7102
7103 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
7104 Now subnodes of Fringes.
7105 (Overlay Arrow): Document overlay-arrow-variable-list.
7106 (Fringe Size/Pos): New node, broken out of Fringes.
7107 (Display): Explain clearing vs redisplay better.
7108 (Truncation): Clarify use of bitmaps.
7109 (The Echo Area): Clarify the uses of the echo area.
7110 Add max-mini-window-height.
7111 (Progress): Clarify.
7112 (Invisible Text): Explain that main loop moves point out.
7113 (Selective Display): Say "hidden", not "invisible".
7114 (Managing Overlays): Move up. Describe relation to Undo here.
7115 (Overlay Properties): Clarify intro.
7116 (Finding Overlays): Explain return values when nothing found.
7117 (Width): truncate-string-to-width has added arg.
7118 (Displaying Faces): Clarify and update mode line face handling.
7119 (Face Functions): Minor cleanup.
7120 (Conditional Display): Merge into Other Display Specs.
7121 (Pixel Specification, Other Display Specs): Minor cleanups.
7122 (Images, Image Descriptors): Minor cleanups.
7123 (GIF Images): Patents have expired.
7124 (Showing Images): Explain default text for insert-image.
7125 (Manipulating Button Types): Merge into Manipulating Buttons.
7126 (Making Buttons): Explain return values.
7127 (Button Buffer Commands): Add xref.
7128 (Inverse Video): Update mode-line-inverse-video.
7129 (Display Table Format): Clarify.
7130 (Active Display Table): Give defaults for window-display-table.
7131
7132 * calendar.texi (Calendar Customizing): calendar-holiday-marker
7133 and calendar-today-marker are strings, not chars.
7134 (Holiday Customizing): Minor fix.
7135
7136 * internals.texi (Writing Emacs Primitives): Update `or' example.
7137 Update limit on # args of subr.
7138
7139 * edebug.texi (Using Edebug): Arrow is in fringe.
7140 (Instrumenting): Arg to eval-defun works without loading edebug.
7141 (Edebug Execution Modes): Add xref.
7142
7143 * customize.texi (Common Keywords): Clarify :require.
7144 Mention :version here.
7145 (Variable Definitions, Group Definitions): Not here.
7146 (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
7147
71482005-03-07 Chong Yidong <cyd@stupidchicken.com>
7149 * nonascii.texi (Text Representations): Clarify position-bytes.
7150 (Character Sets): Add list-charset-chars.
7151 (Scanning Charsets): Add charset-after.
7152 (Encoding and I/O): Minor fix.
7153
71542005-03-06 Richard M. Stallman <rms@gnu.org>
7155
7156 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
7157 (Resizing Windows): Likewise.
7158
7159 * text.texi (Change Hooks): Get rid of "Emacs 21".
7160
7161 * strings.texi (Formatting Strings): Get rid of "Emacs 21".
7162
7163 * streams.texi (Output Variables): Get rid of "Emacs 21".
7164
7165 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
7166
7167 * os.texi (Translating Input): Replace flow-control example
7168 with a less obsolete example that uses `keyboard-translate'.
7169
7170 * objects.texi (Hash Table Type, Circular Objects):
7171 Get rid of "Emacs 21".
7172
7173 * modes.texi (Mode Line Format): Get rid of "Emacs 21".
7174 (Mode Line Data, Properties in Mode, Header Lines): Likewise.
7175
7176 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
7177
7178 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
7179
7180 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
7181 (Menu Bar): Fix when menu-bar-update-hook is called.
7182
7183 * hash.texi (Hash Tables): Get rid of "Emacs 21".
7184
7185 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
7186 and make it read better.
7187
7188 * files.texi (Writing to Files): Get rid of "Emacs 21".
7189 (Unique File Names): Likewise.
7190
7191 * elisp.texi: Update Emacs version to 22.
7192
7193 * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
7194 (Overlay Properties, Face Attributes): Likewise.
7195 (Managing Overlays): Fix punctuation.
7196 (Attribute Functions): Clarify set-face-font; get rid of
7197 info about old Emacs versions.
7198 (Auto Faces, Font Lookup, Display Property, Images):
7199 Get rid of "Emacs 21".
7200
7201 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
7202
72032005-03-05 Richard M. Stallman <rms@gnu.org>
7204
7205 * debugging.texi (Error Debugging): Remove stack-trace-on-error.
7206
72072005-03-04 Lute Kamstra <lute@gnu.org>
7208
7209 * debugging.texi (Error Debugging): Document stack-trace-on-error.
7210
72112005-03-03 Lute Kamstra <lute@gnu.org>
7212
7213 * edebug.texi (Instrumenting Macro Calls): Fix typo.
7214
72152005-03-01 Lute Kamstra <lute@gnu.org>
7216
7217 * debugging.texi (Debugger Commands): Update `j'.
7218
72192005-02-28 Lute Kamstra <lute@gnu.org>
7220
7221 * debugging.texi (Debugging): Fix typo.
7222 (Error Debugging): Document eval-expression-debug-on-error.
7223 (Function Debugging): Update example.
7224 (Using Debugger): Mention starred stack frames.
7225 (Debugger Commands): Document `j' and `l'.
7226 (Invoking the Debugger): `d' and `j' exit recursive edit too.
7227 Update the messages that the debugger displays.
7228 (Internals of Debugger): Add cross reference. Update example.
7229 (Excess Open): Minor improvement.
7230 (Excess Close): Minor improvement.
7231
72322005-02-26 Richard M. Stallman <rms@gnu.org>
7233
7234 * tips.texi (Coding Conventions): Clarify.
7235 Put all the major mode key reservations together.
7236 Mention the Mouse-1 => Mouse-2 conventions.
7237
7238 * syntax.texi (Syntax Class Table): Clarify.
7239 (Syntax Table Functions): syntax-after moved from here.
7240 (Syntax Table Internals): syntax-after moved to here.
7241 (Parsing Expressions): Update info on number of values
7242 and what's meaningful in the STATE argument.
7243 (Categories): Fix typo.
7244
7245 * sequences.texi (Arrays): Cleanup.
7246 (Char-Tables): Clarify.
7247
7248 * processes.texi (Deleting Processes): Cleanups, add xref.
7249 (Subprocess Creation): Explain nil in exec-path. Cleanup.
7250 (Process Information): set-process-coding-system, some args optional.
7251 (Input to Processes): Explain various types for PROCESS args.
7252 Rename them from PROCESS-NAME to PROCESS.
7253 (Signals to Processes): Likewise.
7254 (Decoding Output): Cleanup.
7255 (Query Before Exit): Clarify.
7256
7257 * os.texi (Startup Summary): Correct the options; add missing ones.
7258 (Terminal Output, Batch Mode): Clarify.
7259 (Flow Control): Node deleted.
7260
7261 * markers.texi (The Mark): Clarify.
7262
7263 * macros.texi (Expansion): Cleanup.
7264 (Indenting Macros): indent-spec allows ints, not floats.
7265
7266 * keymaps.texi (Keymaps): Clarify.
7267 (Format of Keymaps): Update lisp-mode-map example.
7268 (Active Keymaps, Key Lookup): Clarify.
7269 (Changing Key Bindings): Add xref to `kbd'.
7270 (Key Binding Commands, Simple Menu Items): Clarify.
7271 (Mouse Menus, Menu Bar): Clarify.
7272 (Menu Example): Replace print example with menu-bar-replace-menu.
7273
7274 * help.texi (Documentation Basics): Add function-documentation prop.
7275
7276 * elisp.texi (Top): Don't refer to Flow Control node.
7277
7278 * commands.texi (Command Overview): Improve xrefs.
7279 (Adjusting Point): Adjusting point applies to intangible and invis.
7280 (Key Sequence Input): Doc extra read-key-sequence args.
7281 Likewise for read-key-sequence-vector.
7282
7283 * backups.texi (Rename or Copy): Minor fix.
7284 (Numbered Backups): For version-control, say the default.
7285 (Auto-Saving): make-auto-save-file-name example is simplified.
7286
7287 * advice.texi (Advising Functions): Don't imply one part of Emacs
7288 should advise another part. Markup changes.
7289 (Defining Advice): Move transitional para.
7290 (Activation of Advice): Cleanup.
7291 Explain if COMPILE is nil or negative.
7292
7293 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
7294
72952005-02-24 Lute Kamstra <lute@gnu.org>
7296
7297 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
7298 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
7299
73002005-02-23 Lute Kamstra <lute@gnu.org>
7301
7302 * modes.texi (Defining Minor Modes): define-minor-mode can be used
7303 to define global minor modes as well.
7304
7305 * display.texi (Managing Overlays): overlay-buffer returns nil for
7306 deleted overlays.
7307
73082005-02-22 Kim F. Storm <storm@cua.dk>
7309
7310 * minibuf.texi (Basic Completion): Allow symbols in addition to
7311 strings in try-completion and all-completions.
7312
73132005-02-14 Lute Kamstra <lute@gnu.org>
7314
7315 * elisp.texi (Top): Remove reference to deleted node.
7316
7317 * lists.texi (Lists): Remove reference to deleted node.
7318 (Cons Cells): Fix typo.
7319
7320 * loading.texi (Where Defined): Fix typo.
7321
73222005-02-14 Richard M. Stallman <rms@gnu.org>
7323
7324 * variables.texi (Creating Buffer-Local): change-major-mode-hook
7325 is useful for discarding some minor modes.
7326
7327 * symbols.texi (Symbol Components): Reorder examples.
7328
7329 * streams.texi (Input Functions): State standard-input default.
7330 (Output Variables): State standard-output default.
7331
7332 * objects.texi (Printed Representation): Clarify read syntax vs print.
7333 (Floating Point Type): Explain meaning better.
7334 (Symbol Type): Explain uniqueness better.
7335 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
7336 List examples sooner.
7337 (Box Diagrams): New subnode broken out.
7338 Some examples moved from old Lists as Boxes node.
7339 (Dotted Pair Notation): Clarify intro.
7340 (Array Type): Clarify.
7341 (Type Predicates): Add hash-table-p.
7342
7343 * numbers.texi (Integer Basics): Clarify radix explanation.
7344 (Predicates on Numbers): Minor clarification.
7345 (Comparison of Numbers): Minor clarification. Clarify eql.
7346 Typos in min, max.
7347 (Math Functions): Clarify overflow in expt.
7348
7349 * minibuf.texi (Text from Minibuffer): Minor clarification.
7350 Mention arrow keys.
7351
7352 * loading.texi (Autoload): defun's doc string overrides autoload's
7353 doc string.
7354 (Repeated Loading): Modernize "add to list" examples.
7355 (Where Defined): Finish updating table of load-history elts.
7356
7357 * lists.texi (List-related Predicates): Minor wording improvement.
7358 (Lists as Boxes): Node deleted.
7359 (Building Lists): Explain trivial cases of number-sequence.
7360
7361 * hash.texi (Hash Tables): Add desc to menu items.
10d1d0af 7362 (Creating Hash): Explain "full" means "make larger".
b8d4c8d0
GM
7363 (Hash Access): Any object can be a key.
7364 State value of maphash.
7365
7366 * functions.texi (What Is a Function): Wording cleanup.
7367 (Function Documentation): Minor cleanup.
7368 Explain purpose of calling convention at end of doc string.
7369 (Function Names): Wording cleanup.
7370 (Calling Functions): Wording cleanup.
7371 Explain better how funcall calls the function.
7372 (Function Cells): Delete example of saving and redefining function.
7373
7374 * control.texi (Combining Conditions): Wording cleanup.
7375 (Iteration): dolist and dotimes bind VAR locally.
7376 (Cleanups): Xref to Atomic Changes.
7377
7378 * compile.texi (Byte Compilation): Delete 19.29 info.
7379 (Compilation Functions): Macros' difficulties don't affect defsubst.
7380 (Docs and Compilation): Delete 19.29 info.
7381
73822005-02-10 Richard M. Stallman <rms@gnu.org>
7383
7384 * objects.texi (Symbol Type): Minor correction.
7385
73862005-02-06 Lute Kamstra <lute@gnu.org>
7387
7388 * modes.texi (Example Major Modes): Fix typos.
7389
73902005-02-06 Richard M. Stallman <rms@gnu.org>
7391
7392 * text.texi (Margins): fill-nobreak-predicate can be one function.
7393
7394 * strings.texi (Modifying Strings): clear-string can make unibyte.
7395 (Formatting Strings): format gives error if values missing.
7396
7397 * positions.texi (Character Motion): Mention default arg
7398 for forward-char. backward-char refers to forward-char.
7399 (Word Motion): Mention default arg for forward-word.
7400 (Buffer End Motion): Mention default arg for beginning-of-buffer.
7401 Simplify end-of-buffer.
7402 (Text Lines): Mention default arg for forward-line.
7403 (List Motion): Mention default arg for beginning/end-of-defun.
7404 (Skipping Characters): Minor fixes in explaining character-set.
7405
7406 * modes.texi (Major Mode Conventions): Mention "system abbrevs".
7407 Mode inheritance applies only when default-major-mode is nil.
7408 Clarifications.
7409 (Example Major Modes): Update Text mode and Lisp mode examples.
7410 (Minor Mode Conventions): Mention define-minor-mode at top.
7411 (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
7412 (Mode Line Format): Update mode line face display info.
7413 (Properties in Mode): Mention effect of risky vars.
7414 (Imenu): Define imenu-add-to-menubar.
7415 (Font Lock Mode): Add descriptions to menu lines.
7416 (Faces for Font Lock): Add font-lock-doc-face.
7417
74182005-02-05 Lute Kamstra <lute@gnu.org>
7419
7420 * text.texi (Maintaining Undo): Remove obsolete function.
7421
74222005-02-05 Eli Zaretskii <eliz@gnu.org>
7423
7424 * frames.texi (Color Names): Add pointer to the X docs about RGB
c4cc8b9a 7425 color specifications. Improve indexing.
b8d4c8d0
GM
7426 (Text Terminal Colors): Replace the description of RGB values by
7427 an xref to "Color Names".
7428
74292005-02-03 Richard M. Stallman <rms@gnu.org>
7430
7431 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
7432 Clarify.
7433 (Selecting Windows): Clarify save-selected-window.
7434 (Cyclic Window Ordering): Clarify walk-windows.
7435 (Window Point): Clarify.
7436 (Window Start): Add comment to example.
7437 (Resizing Windows): Add `interactive' specs in examples.
7438 Document fit-window-to-buffer.
7439
7440 * text.texi (User-Level Deletion): just-one-space takes numeric arg.
7441 (Undo, Maintaining Undo): Clarify last change.
7442 (Sorting): In sort-numeric-fields, explain about octal and hex.
7443 Mention sort-numeric-base.
7444 (Format Properties): Add xref for hard newlines.
7445
7446 * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
7447 (Pop-Up Menus): Fix typo.
7448 (Color Names): Explain all types of color names.
7449 Explain color-values on B&W terminal.
7450 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names.
7451
7452 * files.texi (File Locks): Not supported on MS systems.
7453 (Testing Accessibility): Clarify.
7454
7455 * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
7456 (Coverage Testing): Fix typo.
7457
7458 * commands.texi (Misc Events): Remove stray space.
7459
7460 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
7461 (Modification Time): Clarify when visited-file-modtime returns 0.
7462 (The Buffer List): Clarify bury-buffer.
7463 (Killing Buffers): Clarify.
7464 (Indirect Buffers): Add clone-indirect-buffer.
7465
74662005-02-02 Matt Hodges <MPHodges@member.fsf.org>
7467
7468 * edebug.texi (Printing in Edebug): Fix default value of
7469 edebug-print-circle.
7470 (Coverage Testing): Fix displayed frequency count data.
7471
74722005-02-02 Luc Teirlinck <teirllm@auburn.edu>
7473
7474 * text.texi (Maintaining Undo): Add `undo-outer-limit'.
7475
74762005-02-02 Kim F. Storm <storm@cua.dk>
7477
7478 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
7479
74802005-01-29 Eli Zaretskii <eliz@gnu.org>
7481
7482 * commands.texi (Misc Events): Describe the help-echo event.
7483
7484 * text.texi (Special Properties) <help-echo>: Use `pos'
7485 consistently in description of the help-echo property.
7486 Use @code{nil} instead of @var{nil}.
7487
7488 * display.texi (Overlay Properties): Fix the index entry for
7489 help-echo overlay property.
7490
7491 * customize.texi (Type Keywords): Uncomment the xref to the
7492 help-echo property documentation.
7493
74942005-01-23 Kim F. Storm <storm@cua.dk>
7495
7496 * windows.texi (Window Start): Fix `pos-visible-in-window-p'
7497 return value. Third element FULLY replaced by PARTIAL which
7498 specifies number of invisible pixels if row is only partially visible.
7499 (Textual Scrolling): Mention auto-window-vscroll.
7500 (Vertical Scrolling): New defvar auto-window-vscroll.
7501
75022005-01-16 Luc Teirlinck <teirllm@auburn.edu>
7503
7504 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
7505 command remapping.
7506
75072005-01-15 Richard M. Stallman <rms@gnu.org>
7508
7509 * display.texi (Defining Images): Mention DATA-P arg of create-image.
7510
75112005-01-14 Kim F. Storm <storm@cua.dk>
7512
7513 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
7514
7515 * text.texi (Links and Mouse-1): Fix string and vector item.
7516
75172005-01-13 Richard M. Stallman <rms@gnu.org>
7518
7519 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
7520 descriptions of overriding-local-map and overriding-terminal-local-map.
7521
7522 * text.texi (Links and Mouse-1): Clarify text.
7523
75242005-01-13 Kim F. Storm <storm@cua.dk>
7525
7526 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
7527
75282005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
7529
7530 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
7531
75322005-01-12 Kim F. Storm <storm@cua.dk>
7533
7534 * text.texi (Links and Mouse-1): Rename section from Enabling
7535 Mouse-1 to Following Links. Change xrefs.
7536 Add examples for define-button-type and define-widget.
7537
7538 * display.texi (Button Properties, Button Buffer Commands):
7539 Clarify mouse-1 and follow-link functionality.
7540
75412005-01-12 Richard M. Stallman <rms@gnu.org>
7542
7543 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
7544
7545 * display.texi (Beeping): Fix Texinfo usage.
7546
7547 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
7548
75492005-01-11 Kim F. Storm <storm@cua.dk>
7550
7551 * display.texi (Button Properties, Button Buffer Commands):
7552 Mention mouse-1 binding. Add follow-link keyword.
7553
7554 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
7555 (Enabling Mouse-1 to Follow Links): New subsection.
7556
75572005-01-06 Richard M. Stallman <rms@gnu.org>
7558
7559 * text.texi (Special Properties): Minor change.
7560
7561 * os.texi (Timers): Clarify previous change.
7562
7563 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
7564
75652005-01-01 Luc Teirlinck <teirllm@auburn.edu>
7566
7567 * display.texi (Face Attributes): Correct xref to renamed node.
7568
75692005-01-01 Richard M. Stallman <rms@gnu.org>
7570
7571 * display.texi (Face Attributes): Describe hex color specs.
7572
75732004-12-31 Richard M. Stallman <rms@gnu.org>
7574
7575 * os.texi (Timers): Update previous change.
7576
75772004-12-30 Kim F. Storm <storm@cua.dk>
7578
7579 * display.texi (Line Height): Total line-height is now specified
7580 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
7581 in cons cells. (nil . RATIO) is relative to actual line height.
7582 Use line-height `t' instead of `0' to get minimum height.
7583
75842004-12-29 Richard M. Stallman <rms@gnu.org>
7585
7586 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
7587
75882004-12-28 Richard M. Stallman <rms@gnu.org>
7589
7590 * commands.texi (Quitting): Clarify value of with-local-quit.
7591
7592 * elisp.texi (Top): Fix previous change.
7593
7594 * loading.texi (Loading): Fix previous change.
7595
75962004-12-27 Richard M. Stallman <rms@gnu.org>
7597
7598 * Makefile.in (MAKEINFO): Specify --force.
7599
7600 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
7601
7602 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
7603
7604 * display.texi (Line Height): Further clarify.
7605
7606 * elisp.texi (Top): Update Loading submenu.
7607
7608 * loading.texi (Where Defined): New node.
7609 (Unloading): load-history moved to Where Defined.
7610
76112004-12-21 Richard M. Stallman <rms@gnu.org>
7612
7613 * commands.texi (Event Input Misc): Add while-no-input.
7614
76152004-12-11 Richard M. Stallman <rms@gnu.org>
7616
7617 * display.texi (Line Height): Rewrite text for clarity.
7618
76192004-12-11 Kim F. Storm <storm@cua.dk>
7620
7621 * display.texi (Display): Add node "Line Height" to menu.
7622 (Line Height): New node. Move full description of line-spacing
7623 and line-height text properties here from text.texi.
7624 (Scroll Bars): Add vertical-scroll-bar variable.
7625
7626 * frames.texi (Window Frame Parameters): Remove line-height defvar.
7627
7628 * locals.texi (Standard Buffer-Local Variables): Fix xref for
7629 line-spacing and vertical-scroll-bar.
7630
7631 * text.texi (Special Properties): Just mention line-spacing and
7632 line-height here, add xref to new "Line Height" node.
7633
76342004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
7635
7636 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
7637
7638 * locals.texi (Standard Buffer-Local Variables):
7639 Add @xref for `line-spacing'.
7640
76412004-12-05 Richard M. Stallman <rms@gnu.org>
7642
7643 * Makefile.in (maintainer-clean): Remove the info files
7644 in $(infodir) where they are created.
7645
76462004-12-03 Richard M. Stallman <rms@gnu.org>
7647
7648 * windows.texi (Selecting Windows): get-lru-window and
7649 get-largest-window don't consider dedicated windows.
7650
7651 * text.texi (Undo): Document undo-in-progress.
7652
76532004-11-26 Richard M. Stallman <rms@gnu.org>
7654
7655 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
7656 Remove a few vars that are not always buffer-local.
7657
76582004-11-24 Luc Teirlinck <teirllm@auburn.edu>
7659
7660 * locals.texi (Standard Buffer-Local Variables): Comment out
7661 xref's to non-existent node `Yet to be written'.
7662
76632004-11-24 Richard M. Stallman <rms@gnu.org>
7664
7665 * processes.texi (Synchronous Processes): Grammar fix.
7666
7667 * numbers.texi (Comparison of Numbers): Add eql.
7668
7669 * locals.texi (Standard Buffer-Local Variables): Add many vars.
7670
7671 * intro.texi (Printing Notation): Fix previous change.
7672
7673 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
7674 and default-indicate-buffer-boundaries from here.
7675 (Usual Display): To here.
7676 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
7677 (Usual Display): Move tab-width up.
7678
5dcb4c4e
SM
7679 * customize.texi (Variable Definitions):
7680 Replace show-paren-mode example with tooltip-mode.
b8d4c8d0
GM
7681 (Simple Types, Composite Types, Defining New Types):
7682 Minor cleanups.
7683
76842004-11-21 Jesper Harder <harder@ifa.au.dk>
7685
7686 * processes.texi (Synchronous Processes, Output from Processes):
7687 Markup fix.
7688
76892004-11-20 Richard M. Stallman <rms@gnu.org>
7690
7691 * positions.texi (Skipping Characters): skip-chars-forward
7692 now handles char classes.
7693
7694 * intro.texi (Printing Notation): Avoid confusion of `print'
7695 when explaining @print.
7696
7697 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
7698
7699 * display.texi (Display Table Format): Minor fix.
7700
7701 * streams.texi (Output Functions): Fix print example.
7702
7703 * Makefile.in (elisp): New target.
7704 (dist): Depend on $(infodir)/elisp, not elisp.
7705 Copy the info files from $(infodir).
7706
7707 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
7708 read-from-minibuffer.
7709
7710 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
7711
77122004-11-19 Richard M. Stallman <rms@gnu.org>
7713
7714 * searching.texi (Regexp Search): Add search-whitespace-regexp.
7715
77162004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
7717
7718 * tips.texi (Coding Conventions): Fix typo.
7719
77202004-11-16 Richard M. Stallman <rms@gnu.org>
7721
7722 * tips.texi (Coding Conventions): Separate defvar and require
7723 methods to avoid warnings. Use require only when there are many
7724 functions and variables from that package.
7725
7726 * minibuf.texi (Minibuffer Completion): When ignoring case,
7727 predicate must not be case-sensitive.
7728
7729 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
7730 (Test Coverage): Don't talk about "splotches". Clarified.
7731
77322004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
7733
7734 * frames.texi (Window Frame Parameters): Fix typo.
7735
77362004-11-15 Kim F. Storm <storm@cua.dk>
7737
7738 * symbols.texi (Other Plists): Note that plist-get may signal error.
7739 Add safe-plist-get.
7740
77412004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
7742
7743 * modes.texi (Font Lock Basics): Fix typo.
7744
77452004-11-08 Richard M. Stallman <rms@gnu.org>
7746
7747 * syntax.texi (Syntax Table Functions): Add syntax-after.
7748
77492004-11-06 Lars Brinkhoff <lars@nocrew.org>
7750
7751 * os.texi (Processor Run Time): New section documenting
7752 get-internal-run-time.
7753
77542004-11-06 Eli Zaretskii <eliz@gnu.org>
7755
7756 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
7757 it nukes elisp-cover.texi.
7758 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
7759 elisp-0 etc.
7760
77612004-11-05 Luc Teirlinck <teirllm@auburn.edu>
7762
7763 * commands.texi (Keyboard Macros): Document `append' return value
7764 of `defining-kbd-macro'.
7765
77662004-11-01 Richard M. Stallman <rms@gnu.org>
7767
7768 * commands.texi (Interactive Call): Add called-interactively-p.
7769
77702004-10-29 Simon Josefsson <jas@extundo.com>
7771
7772 * minibuf.texi (Reading a Password): Revert.
7773
77742004-10-28 Richard M. Stallman <rms@gnu.org>
7775
7776 * frames.texi (Display Feature Testing): Explain about "vendor".
7777
77782004-10-27 Richard M. Stallman <rms@gnu.org>
7779
7780 * commands.texi (Interactive Codes): `N' uses numeric prefix,
7781 not raw. Clarify `n'.
7782 (Interactive Call): Rewrite interactive-p, focusing on when
7783 and how to use it.
7784 (Misc Events): Clarify previous change.
7785
7786 * advice.texi (Simple Advice): Clarify what job the example does.
7787 (Around-Advice): Clarify ad-do-it.
7788 (Activation of Advice): An option of ad-default-compilation-action
7789 is `never', not `nil'.
7790
77912004-10-26 Kim F. Storm <storm@cua.dk>
7792
7793 * commands.texi (Interactive Codes): Add U code letter.
7794
77952004-10-25 Simon Josefsson <jas@extundo.com>
7796
7797 * minibuf.texi (Reading a Password): Add.
7798
77992004-10-24 Jason Rumney <jasonr@gnu.org>
7800
7801 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
7802 and wheel-down.
7803
78042004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
7805
7806 * processes.texi (Synchronous Processes): Document process-file.
7807
78082004-10-22 Kenichi Handa <handa@m17n.org>
7809
7810 * text.texi (translate-region): Document that it accepts also a
7811 char-table.
7812
78132004-10-22 David Ponce <david@dponce.com>
7814
7815 * windows.texi (Resizing Windows): Document the `preserve-before'
7816 argument of the functions `enlarge-window' and `shrink-window'.
7817
78182004-10-19 Jason Rumney <jasonr@gnu.org>
7819
7820 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
7821
78222004-10-09 Luc Teirlinck <teirllm@auburn.edu>
7823
7824 * text.texi (Filling): Add anchor for definition of
7825 `sentence-end-double-space'.
7826
7827 * searching.texi (Regexp Example): Update description of how
7828 Emacs currently recognizes the end of a sentence.
7829 (Standard Regexps): Update definition of the variable
7830 `sentence-end'. Add definition of the function `sentence-end'.
7831
78322004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
7833
7834 * display.texi (Progress): New node.
7835
78362004-10-05 Kim F. Storm <storm@cua.dk>
7837
7838 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
7839
78402004-09-29 Kim F. Storm <storm@cua.dk>
7841
7842 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
7843 to identify bitmaps. Remove -fringe-bitmap suffix for standard
7844 fringe bitmap symbols, as they now have their own namespace.
7845 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
7846 vs. pixels. Signal error if no free bitmap slots.
7847 (Pixel Specification): Change IMAGE to @var{image}.
7848
78492004-09-28 Richard M. Stallman <rms@gnu.org>
7850
7851 * text.texi (Special Properties): Clarify line-spacing and line-height.
7852
7853 * searching.texi (Regexp Search): Add looking-back.
7854
78552004-09-25 Luc Teirlinck <teirllm@auburn.edu>
7856
7857 * display.texi: Correct typos.
7858 (Image Descriptors): Correct xref's.
7859
78602004-09-25 Richard M. Stallman <rms@gnu.org>
7861
7862 * text.texi (Special Properties): Cleanups in `cursor'.
7863 Rewrites in `line-height' and `line-spacing'; exchange them.
7864
7865 * display.texi (Fringes): Rewrite previous change.
7866 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
7867 (Display Fringe Bitmaps): Node deleted, text moved.
7868 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
7869 (Scroll Bars): Clarify set-window-scroll-bars.
7870 (Pointer Shape): Rewrite.
7871 (Specified Space): Clarify :align-to, etc.
7872 (Pixel Specification): Use @var. Clarify new text.
7873 (Other Display Specs): Clarify `slice'.
7874 (Image Descriptors): Cleanups.
7875 (Showing Images): Cleanups.
7876
78772004-09-24 Luc Teirlinck <teirllm@auburn.edu>
7878
7879 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
7880
7881 * modes.texi: Various minor changes in addition to:
7882 (Major Mode Conventions): Final call to `run-mode-hooks' should
7883 not be inside the `delay-mode-hooks' form.
7884 (Mode Hooks): New node.
7885 (Hooks): Delete obsolete example.
7886 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
7887 node "Mode Hooks".
7888
78892004-09-22 Luc Teirlinck <teirllm@auburn.edu>
7890
7891 * display.texi: Correct various typos.
7892 (Display): Rename node "Pointer Shapes" to "Pointer
7893 Shape". (There is already a node called "Pointer Shapes" in
7894 frames.texi.)
7895 (Images): Remove non-existent node "Image Slices" from menu.
7896
78972004-09-23 Kim F. Storm <storm@cua.dk>
7898
7899 * text.texi (Special Properties): Add `cursor', `pointer',
7900 `line-height', and `line-spacing' properties.
7901
7902 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
7903 Shapes' to menu.
7904 (Standard Faces): Doc fix for fringe face.
7905 (Fringes): Add `overflow-newline-into-fringe' and
7906 'indicate-buffer-boundaries'.
7907 (Fringe Bitmaps, Pointer Shapes): New nodes.
7908 (Display Property): Add 'Pixel Specification' and 'Display Fringe
7909 Bitmaps' to menu.
7910 (Specified Space): Describe pixel width and height.
7911 (Pixel Specification): New node.
7912 (Other Display Specs): Add `slice' property.
7913 (Display Fringe Bitmaps): New node.
7914 (Images): Add 'Image Slices' to menu.
7915 (Image Descriptors): Add `:pointer' and `:map' properties.
5dcb4c4e
SM
7916 (Showing Images): Add slice arg to `insert-image'.
7917 Add 'insert-sliced-image'.
b8d4c8d0
GM
7918
79192004-09-20 Richard M. Stallman <rms@gnu.org>
7920
7921 * commands.texi (Key Sequence Input):
7922 Clarify downcasing in read-key-sequence.
7923
79242004-09-08 Juri Linkov <juri@jurta.org>
7925
7926 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
7927
79282004-09-07 Luc Teirlinck <teirllm@auburn.edu>
7929
5dcb4c4e
SM
7930 * locals.texi (Standard Buffer-Local Variables):
7931 Add `buffer-auto-save-file-format'.
b8d4c8d0
GM
7932 * internals.texi (Buffer Internals): Describe new
7933 auto_save_file_format field of the buffer structure.
7934 * files.texi (Format Conversion): `auto-save-file-format' has been
7935 renamed `buffer-auto-save-file-format'.
7936
79372004-08-27 Luc Teirlinck <teirllm@auburn.edu>
7938
7939 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
7940 an integer or a marker.
7941 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
7942
79432004-08-22 Richard M. Stallman <rms@gnu.org>
7944
7945 * modes.texi (Major Mode Conventions): Discuss rebinding of
7946 standard key bindings.
7947
79482004-08-18 Kim F. Storm <storm@cua.dk>
7949
7950 * processes.texi (Accepting Output): Add `just-this-one' arg to
7951 `accept-process-output'.
7952 (Output from Processes): New var `process-adaptive-read-buffering'.
7953
79542004-08-10 Luc Teirlinck <teirllm@auburn.edu>
7955
7956 * keymaps.texi: Various changes in addition to:
7957 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
7958 Give more varied examples for `kbd'.
7959 (Creating Keymaps): Char tables have slots for all characters
7960 without modifiers.
7961 (Active Keymaps): `overriding-local-map' and
7962 `overriding-terminal-local-map' also override text property and
7963 overlay keymaps.
7964 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
7965 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
7966 to denote a prefix of no events.
7967 `map-keymap' includes parent's bindings _recursively_.
7968 Clarify and correct description of `where-is-internal'.
7969 Mention BUFFER-OR-NAME arg to `describe-bindings'.
7970 (Menu Example): For menus intended for use with the keyboard, the
7971 menu items should be bound to characters or real function keys.
7972
79732004-08-08 Luc Teirlinck <teirllm@auburn.edu>
7974
7975 * objects.texi (Character Type): Reposition `@anchor' to prevent
7976 double space inside sentence in Info.
7977
7978 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
7979 renamed to `disabled-command-function'.
7980 * commands.texi (Key Sequence Input): Remove unnecessary anchor.
7981 (Command Loop Info): Replace reference to it.
7982 (Disabling Commands): `disabled-command-hook' has been renamed to
7983 `disabled-command-function'.
7984
79852004-08-07 Luc Teirlinck <teirllm@auburn.edu>
7986
7987 * os.texi (Translating Input): Only non-prefix bindings in
7988 `key-translation-map' override actual key bindings. Warn about
7989 possible indirect effect of actual key bindings on non-prefix
7990 bindings in `key-translation-map'.
7991
79922004-08-06 Luc Teirlinck <teirllm@auburn.edu>
7993
7994 * minibuf.texi (High-Level Completion): Add anchor for definition
7995 of `read-variable'.
7996
7997 * commands.texi: Various changes in addition to:
7998 (Using Interactive): Clarify description of `interactive-form'.
7999 (Interactive Call): Mention default for KEYS argument to
8000 `call-interactively'.
8001 (Command Loop Info): Clarify description of `this-command-keys'.
8002 Mention KEEP-RECORD argument to `clear-this-command-keys'.
8003 Value of `last-event-frame' can be `macro'.
8004 (Repeat Events): `double-click-fuzz' is also used to distinguish
8005 clicks and drags.
8006 (Classifying Events): Clarify descriptions of `event-modifiers'
8007 `event-basic-type' and `event-convert-list'.
8008 (Accessing Events): `posn-timestamp' takes POSITION argument.
8009 (Quoted Character Input): Clarify description of
8010 `read-quoted-char' and fix example.
8011 (Quitting): Add `with-local-quit'.
8012 (Disabling Commands): Correct and clarify descriptions of
8013 `enable-command' and `disable-command'.
8014 Mention what happens if `disabled-command-hook' is nil.
8015 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
8016 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
8017
80182004-07-24 Luc Teirlinck <teirllm@auburn.edu>
8019
8020 * frames.texi: Various changes in addition to:
8021 (Creating Frames): Expand and clarify description of `make-frame'.
8022 (Window Frame Parameters): Either none or both of the `icon-left'
8023 and `icon-top' parameters must be specified. Put descriptions of
8024 `menu-bar-lines' and `toolbar-lines' closer together and change
8025 them accordingly.
8026 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
8027 except while processing `frame-title-format' or `icon-title-format'.
8028 (Deleting Frames): Correct description of `delete-frame'.
8029 Non-nil return values of `frame-live-p' are like those of `framep'.
8030 (Frames and Windows): Mention return value of
8031 `set-frame-selected-window'.
8032 (Visibility of Frames): Mention `force' argument to
8033 `make-frame-invisible'. `frame-visible-p' returns t for all
8034 frames on text-only terminals.
8035 (Frame Configurations): Restoring a frame configuration does not
8036 restore deleted frames.
8037 (Window System Selections): `x-set-selection' returns DATA.
8038 (Resources): Add example.
8039 (Display Feature Testing): Clarify descriptions of
8040 `display-pixel-height', `display-pixel-width', `x-server-version'
8041 and `x-server-vendor'.
8042
8043 * windows.texi (Choosing Window): Add anchor.
8044 * minibuf.texi (Minibuffer Misc): Add anchor.
8045
80462004-07-23 John Paul Wallington <jpw@gnu.org>
8047
8048 * macros.texi (Defining Macros): Declaration keyword for setting
8049 Edebug spec is `debug' not `edebug'.
8050
80512004-07-19 Luc Teirlinck <teirllm@auburn.edu>
8052
8053 * windows.texi: Various small changes in addition to:
8054 (Window Point): Mention return value of `set-window-point'.
8055 (Window Start): `pos-visible-in-window-p' disregards horizontal
8056 scrolling. Explain return value if PARTIALLY is non-nil.
8057 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
8058 and `set-window-vscroll'.
8059 (Size of Window): The argument WINDOW to `window-inside-edges',
8060 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
8061 (Resizing Windows): Explain return value of
8062 `shrink-window-if-larger-than-buffer'.
8063 `window-size-fixed' automatically becomes buffer local when set.
8064 (Window Configurations): Explain return value of
8065 `set-window-configuration'.
8066
8067 * minibuf.texi (Minibuffer Misc): Add anchor for
8068 `minibuffer-scroll-window'.
8069
8070 * positions.texi (Text Lines): Add anchor for `count-lines'.
8071
80722004-07-17 Richard M. Stallman <rms@gnu.org>
8073
8074 * display.texi (Overlay Properties): Adding `evaporate' prop
8075 deletes empty overlay immediately.
8076
8077 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
8078 fix example.
8079
80802004-07-16 Jim Blandy <jimb@redhat.com>
8081
8082 * searching.texi (Regexp Backslash): Document new \_< and \_>
8083 operators.
8084
80852004-07-16 Juanma Barranquero <lektu@terra.es>
8086
8087 * display.texi (Images): Fix Texinfo usage.
8088
80892004-07-14 Luc Teirlinck <teirllm@auburn.edu>
8090
8091 * buffers.texi (Modification Time): `visited-file-modtime' now
8092 returns a list of two integers, instead of a cons.
8093
80942004-07-13 Luc Teirlinck <teirllm@auburn.edu>
8095
8096 * windows.texi: Various changes in addition to:
8097 (Splitting Windows): Add `split-window-keep-point'.
8098
80992004-07-09 Richard M. Stallman <rms@gnu.org>
8100
8101 * frames.texi (Input Focus): Minor fix.
8102
81032004-07-07 Luc Teirlinck <teirllm@auburn.edu>
8104
8105 * frames.texi (Input Focus): Clarify descriptions of
8106 `select-frame-set-input-focus' and `select-frame'.
8107
81082004-07-06 Luc Teirlinck <teirllm@auburn.edu>
8109
8110 * os.texi: Various small changes in addition to:
8111 (Killing Emacs): Expand and clarify description of
8112 `kill-emacs-query-functions' and `kill-emacs-hook'.
8113 (System Environment): Expand and clarify description of `getenv'
8114 and `setenv'.
8115 (Timers): Clarify description of `run-at-time'.
8116 (Translating Input): Correct description of
8117 `extra-keyboard-modifiers'.
8118 (Flow Control): Correct description of `enable-flow-control'.
8119
81202004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
8121
8122 * os.texi: Update copyright.
8123 (Session Management): Grammar fix.
8124 Clarify which Emacs does the restarting.
8125 Use @samp for *scratch* buffer.
8126
81272004-07-04 Alan Mackenzie <acm@muc.de>
8128
8129 * frames.texi (Input Focus): Add documentation for
8130 `select-frame-set-input-focus'. Replace refs to non-existent
8131 `switch-frame' with `select-frame'. Minor corrections and tidying
8132 up of text-only terminal stuff.
8133
81342004-07-02 Richard M. Stallman <rms@gnu.org>
8135
8136 * files.texi (Saving Buffers): Cleanup write-contents-function.
8137 (Magic File Names): Cleanup file-remote-p.
8138
b344d29d 81392004-07-02 Kai Großjohann <kai@emptydomain.de>
b8d4c8d0
GM
8140
8141 * files.texi (Magic File Names): `file-remote-p' returns an
8142 identifier of the remote system, not just t.
8143
81442004-07-02 David Kastrup <dak@gnu.org>
8145
8146 * searching.texi (Entire Match Data): Add explanation about new
8147 match-data behavior when @var{integers} is non-nil.
8148
81492004-06-24 Richard M. Stallman <rms@gnu.org>
8150
8151 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
8152
8153 * customize.texi (Variable Definitions): Note about doc strings
8154 and :set.
8155
8156 * keymaps.texi (Keymap Terminology): Document `kbd'.
8157 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
8158
8159 * display.texi (Invisible Text): Setting buffer-invisibility-spec
8160 makes it buffer-local.
8161
8162 * files.texi (Saving Buffers): Correct previous change.
8163
8164 * commands.texi (Accessing Events):
8165 Clarify posn-col-row and posn-actual-col-row.
8166
81672004-06-24 David Ponce <david.ponce@wanadoo.fr>
8168
8169 * commands.texi (Accessing Events): New functions
8170 posn-at-point and posn-at-x-y. Add example to posn-x-y.
8171
81722004-06-23 Luc Teirlinck <teirllm@auburn.edu>
8173
8174 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
8175 * frames.texi, buffers.texi, backups.texi, variables.texi:
8176 * loading.texi, eval.texi, functions.texi, control.texi:
8177 * symbols.texi, minibuf.texi: Reposition @anchor's.
8178
8179 * help.texi: Various small changes in addition to the following.
8180 (Describing Characters): Describe PREFIX argument to
8181 `key-description'. Correct and clarify definition of
8182 `text-char-description'. Describe NEED-VECTOR argument to
8183 `read-kbd-macro'.
8184 (Help Functions): Clarify definition of `apropos'.
8185
81862004-06-23 Lars Hansen <larsh@math.ku.dk>
8187
8188 * files.texi (Saving Buffers): Correct description of
8189 `write-contents-functions'.
8190
81912004-06-21 Juanma Barranquero <lektu@terra.es>
8192
8193 * display.texi (Images): Remove redundant @vindex directives.
8194 Rewrite `image-library-alist' doc in active voice.
8195
81962004-06-14 Juanma Barranquero <lektu@terra.es>
8197
8198 * display.texi (Images): Document new delayed library loading,
8199 variable `image-library-alist' and (existing but undocumented)
8200 function `image-type-available-p'.
8201
82022004-06-05 Richard M. Stallman <rms@gnu.org>
8203
8204 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
8205 refer the user to the Initial Input node.
8206 (Text from Minibuffer): Likewise.
8207 (Initial Input): New node. Document this feature
8208 and say it is mostly deprecated.
8209
82102004-05-30 Richard M. Stallman <rms@gnu.org>
8211
8212 * loading.texi (Named Features): Clarify return value
8213 and meaning of NOERROR.
8214
8215 * variables.texi (File Local Variables): Minor cleanup.
8216
82172004-05-30 Michael Albinus <michael.albinus@gmx.de>
8218
8219 * files.texi (Magic File Names): Add `file-remote-p' as operation
8220 of file name handlers.
8221
82222004-05-29 Richard M. Stallman <rms@gnu.org>
8223
8224 * modes.texi (Minor Mode Conventions): (-) has no special meaning
8225 as arg to a minor mode command.
8226
82272004-05-22 Richard M. Stallman <rms@gnu.org>
8228
8229 * syntax.texi (Syntax Class Table): Word syntax not just for English.
8230
8231 * streams.texi (Output Variables): Doc float-output-format.
8232
8233 * searching.texi (Regexp Special): Nested repetition can be infloop.
8234
8235 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
8236 real stack overflow.
8237
8238 * compile.texi: Minor cleanups.
8239
82402004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
8241
8242 * lists.texi (Cons Cells): Explain dotted lists, true lists,
8243 circular lists.
8244 (List Elements): Explain handling of circular and dotted lists.
8245
82462004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
8247
8248 * modes.texi (Search-based Fontification): Fix typo.
8249
82502004-05-10 Juanma Barranquero <lektu@terra.es>
8251
8252 * modes.texi (Mode Line Variables): Fix description of
8253 global-mode-string, which is now after which-func-mode, not the
8254 buffer name.
8255
82562004-05-07 Lars Hansen <larsh@math.ku.dk>
8257
8258 * modes.texi (Desktop Save Mode): Add.
8259 (Modes): Add menu entry Desktop Save Mode.
8260
8261 * hooks.texi: Add desktop-after-read-hook,
8262 desktop-no-desktop-file-hook and desktop-save-hook.
8263
8264 * locals.texi: Add desktop-save-buffer.
8265
82662004-04-30 Jesper Harder <harder@ifa.au.dk>
8267
8268 * display.texi: emacs -> Emacs.
8269
82702004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
8271
8272 * files.texi (Changing Files): Document set-file-times.
8273
82742004-04-23 Juanma Barranquero <lektu@terra.es>
8275
8276 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
8277
82782004-04-18 Jesper Harder <harder@ifa.au.dk>
8279
8280 * tips.texi (Coding Conventions): defopt -> defcustom.
8281
82822004-04-16 Luc Teirlinck <teirllm@auburn.edu>
8283
8284 * sequences.texi: Various clarifications.
8285
82862004-04-14 Luc Teirlinck <teirllm@auburn.edu>
8287
8288 * buffers.texi (Read Only Buffers): Mention optional ARG to
8289 `toggle-read-only'.
8290
82912004-04-14 Nick Roberts <nick@nick.uklinux.net>
8292
8293 * windows.texi (Selecting Windows): Note that get-lru-window
8294 returns a full-width window if possible.
8295
82962004-04-13 Luc Teirlinck <teirllm@auburn.edu>
8297
8298 * buffers.texi: Various changes in addition to:
8299 (Buffer File Name): Add `find-buffer-visiting'.
8300 (Buffer Modification): Mention optional ARG to `not-modified'.
8301 (Indirect Buffers): Mention optional CLONE argument to
8302 `make-indirect-buffer'.
8303
8304 * files.texi: Various changes in addition to:
8305 (Visiting Functions): `find-file-hook' is now a normal hook.
8306 (File Name Expansion): Explain difference between the way that
8307 `expand-file-name' and `file-truename' treat `..'.
8308 (Contents of Directories): Mention optional ID-FORMAT argument to
8309 `directory-files-and-attributes'.
8310 (Format Conversion): Mention new optional CONFIRM argument to
8311 `format-write-file'.
8312
83132004-04-12 Miles Bader <miles@gnu.org>
8314
8315 * macros.texi (Expansion): Add description of `macroexpand-all'.
8316
83172004-04-05 Jesper Harder <harder@ifa.au.dk>
8318
5dcb4c4e
SM
8319 * variables.texi (Variable Aliases):
8320 Mention cyclic-variable-indirection.
b8d4c8d0
GM
8321
8322 * errors.texi (Standard Errors): Ditto.
8323
83242004-04-04 Luc Teirlinck <teirllm@auburn.edu>
8325
8326 * backups.texi: Various small changes in addition to:
8327 (Making Backups): Mention return value of `backup-buffer'.
8328 (Auto-Saving): Mention optional FORCE argument to
8329 `delete-auto-save-file-if-necessary'.
8330 (Reverting): Mention optional PRESERVE-MODES argument to
8331 `revert-buffer'. Correct description of `revert-buffer-function'.
8332
83332004-03-22 Juri Linkov <juri@jurta.org>
8334
8335 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
8336 with `Vector Functions'.
8337
8338 * text.texi (Sorting): Add missing quote.
8339
83402004-03-14 Luc Teirlinck <teirllm@auburn.edu>
8341
8342 * intro.texi (Lisp History): Replace xref to `cl' manual with
8343 inforef.
8344
83452004-03-12 Richard M. Stallman <rms@gnu.org>
8346
8347 * intro.texi (Version Info): Add arg to emacs-version.
8348 (Lisp History): Change xref to CL manual.
8349
83502004-03-09 Luc Teirlinck <teirllm@auburn.edu>
8351
8352 * minibuf.texi (Completion Commands): Add xref to Emacs manual
8353 for Partial Completion mode.
8354
83552004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
8356
8357 * customize.texi: Fix typo. Remove eol whitespace.
8358
83592004-03-04 Richard M. Stallman <rms@gnu.org>
8360
8361 * processes.texi: Fix typos.
8362
8363 * lists.texi (Building Lists): Minor clarification.
8364
8365 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
8366 in make-hash-table.
8367
83682004-02-29 Juanma Barranquero <lektu@terra.es>
8369
8370 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
8371 rm, and ignore exit code.
8372
83732004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
8374
8375 * display.texi (Defining Faces): Add description for min-colors.
8376 Update example.
8377
83782004-02-23 Luc Teirlinck <teirllm@auburn.edu>
8379
8380 * abbrevs.texi: Various corrections and clarifications in addition
8381 to the following:
8382 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
8383
83842004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
8385
8386 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
8387
83882004-02-21 Luc Teirlinck <teirllm@auburn.edu>
8389
8390 * text.texi: Various small changes in addition to the following:
8391 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
8392 to delete-horizontal-space.
8393 (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
8394 description of yank-handler text property at various places.
8395
8396 * frames.texi (Window System Selections): Add anchor.
8397
8398 * syntax.texi (Syntax Table Functions): Clarify and correct
8399 descriptions of make-syntax-table and copy-syntax-table.
8400 (Motion and Syntax): Clarify SYNTAXES argument to
8401 skip-syntax-forward.
8402 (Parsing Expressions): Mention that the return value of
8403 parse-partial-sexp is currently a list of ten rather than nine
8404 elements.
8405 (Categories): Various corrections and clarifications.
8406
84072004-02-17 Luc Teirlinck <teirllm@auburn.edu>
8408
8409 * markers.texi (Marker Insertion Types): Minor change.
8410
8411 * locals.texi (Standard Buffer-Local Variables):
8412 * commands.texi (Interactive Codes, Using Interactive):
8413 * functions.texi (Related Topics): Fix xrefs.
8414
84152004-02-16 Luc Teirlinck <teirllm@auburn.edu>
8416
8417 * lists.texi (Sets And Lists): Update description of delete-dups.
8418
84192004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
8420
8421 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
8422
c8763fb6 84232004-02-16 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
8424
8425 * frames.texi (Parameter Access): frame-parameters arg is optional.
8426 modify-frame-parameters handles nil for FRAME.
8427 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
8428 are all-or-nothing for certain toolkits.
8429 Mention parameter wait-for-wm.
8430 (Frames and Windows): In frame-first-window and frame-selected-window
8431 the arg is optional.
8432 (Input Focus): In redirect-frame-focus the second arg is optional.
8433 (Window System Selections): Mention selection type CLIPBOARD.
8434 Mention data-type UTF8_STRING.
8435 Mention numbering of cut buffers.
8436 (Resources): Describe x-resource-name.
8437
84382004-02-16 Richard M. Stallman <rms@gnu.org>
8439
8440 * windows.texi (Buffers and Windows): Delete false table
8441 about all-frames.
8442
8443 * syntax.texi (Parsing Expressions): Delete old caveat
8444 about parse-sexp-ignore-comments.
8445
8446 * streams.texi (Output Variables): Add print-quoted.
8447
8448 * lists.texi (Building Lists): Minor cleanup.
8449
8450 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
8451
8452 * display.texi (Overlays): Explain overlays use markers.
8453 (Managing Overlays): Explain front-advance and rear-advance
8454 in more detail.
8455
8456 * loading.texi (Unloading): Document unload-feature-special-hooks.
8457 Get rid of fns-NNN.el file.
8458
84592004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
8460
8461 * help.texi (Describing Characters): Fix text-char-description
8462 example output.
8463
8464 * edebug.texi (Using Edebug): Fix example.
8465
8466 * debugging.texi (Internals of Debugger): Fix return value.
8467
8468 * files.texi (Changing Files): Fix argname.
8469
8470 * calendar.texi: Fix parens, and default values.
8471
8472 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
8473 * nonascii.texi, objects.texi, os.texi: Minor fixes.
b3e755a9 8474 * searching.texi, text.texi, tips.texi, windows.texi: Minor fixes.
b8d4c8d0
GM
8475
8476 * positions.texi (Text Lines): Don't add -1 in current-line.
8477
84782004-02-16 Richard M. Stallman <rms@gnu.org>
8479
8480 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
8481
84822004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
8483
8484 * processes.texi (Low-Level Network): Fix a typo.
8485
84862004-02-12 Kim F. Storm <storm@cua.dk>
8487
8488 * display.texi (Fringes): Use consistent wording.
8489 Note that window-fringe's window arg is optional.
8490 (Scroll Bars): Use consistent wording.
8491
84922004-02-11 Luc Teirlinck <teirllm@auburn.edu>
8493
8494 * tips.texi (Comment Tips): Document the new conventions for
8495 commenting out code.
8496
c8763fb6 84972004-02-07 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0 8498
5dcb4c4e 8499 * positions.texi (Text Lines): Add missing end defun.
b8d4c8d0
GM
8500
85012004-02-07 Kim F. Storm <storm@cua.dk>
8502
8503 * positions.texi (Text Lines): Add line-number-at-pos.
8504
85052004-02-06 John Paul Wallington <jpw@gnu.org>
8506
8507 * display.texi (Button Properties, Button Buffer Commands):
8508 mouse-2 invokes button, not down-mouse-1.
8509
85102004-02-04 Jason Rumney <jasonr@gnu.org>
8511
8512 * makefile.w32-in: Sync with Makefile.in changes.
8513
85142004-02-03 Luc Teirlinck <teirllm@auburn.edu>
8515
8516 * minibuf.texi (Text from Minibuffer): Various corrections and
8517 clarifications.
8518 (Object from Minibuffer): Correct Lisp description of
8519 read-minibuffer.
8520 (Minibuffer History): Clarify description of cons values for
8521 HISTORY arguments.
5dcb4c4e
SM
8522 (Basic Completion): Various corrections and clarifications.
8523 Add completion-regexp-list.
b8d4c8d0
GM
8524 (Minibuffer Completion): Correct and clarify description of
8525 completing-read.
5dcb4c4e
SM
8526 (Completion Commands): Mention Partial Completion mode.
8527 Various other minor changes.
b8d4c8d0
GM
8528 (High-Level Completion): Various corrections and clarifications.
8529 (Reading File Names): Ditto.
8530 (Minibuffer Misc): Ditto.
8531
85322004-01-26 Luc Teirlinck <teirllm@auburn.edu>
8533
8534 * strings.texi (Text Comparison): assoc-string also matches
8535 elements of alists that are strings instead of conses.
8536 (Formatting Strings): Standardize Texinfo usage. Update index
8537 entries.
8538
85392004-01-20 Luc Teirlinck <teirllm@auburn.edu>
8540
8541 * lists.texi (Sets And Lists): Add delete-dups.
8542
85432004-01-15 Luc Teirlinck <teirllm@auburn.edu>
8544
8545 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
8546 special form.
8547 * macros.texi (Defining Macros): Update description of `declare',
8548 which now is a macro.
8549 (Wrong Time): Fix typos.
8550
85512004-01-14 Luc Teirlinck <teirllm@auburn.edu>
8552
8553 * compile.texi (Compilation Functions): Expand descriptions of
8554 `compile-defun', `byte-compile-file', `byte-recompile-directory'
8555 and `batch-byte-compile'. In particular, mention and describe
8556 all optional arguments.
8557 (Disassembly): Correct and clarify the description of `disassemble'.
8558
85592004-01-11 Luc Teirlinck <teirllm@auburn.edu>
8560
8561 * searching.texi: Various small changes in addition to the
8562 following.
8563 (Regexp Example): Adapt to new value of `sentence-end'.
8564 (Regexp Functions): The PAREN argument to `regexp-opt' can be
8565 `words'.
8566 (Search and Replace): Add usage note for `perform-replace'.
8567 (Entire Match Data): Mention INTEGERS and REUSE arguments to
8568 `match-data'.
8569 (Standard Regexps): Update for new values of `paragraph-start'
8570 and `sentence-end'.
8571
85722004-01-07 Luc Teirlinck <teirllm@auburn.edu>
8573
8574 * files.texi (Saving Buffers): Clarify descriptions of
8575 `write-contents-functions' and `before-save-hook'.
8576 Make the defvar's for `before-save-hook' and `after-save-hook'
8577 into defopt's.
8578
85792004-01-07 Kim F. Storm <storm@cua.dk>
8580
8581 * commands.texi (Click Events): Describe new image and
8582 width/height elements of click events.
8583 (Accessing Events): Add posn-string, posn-image, and
8584 posn-object-width-height. Change posn-object to return either
8585 image or string object.
8586
85872004-01-01 Simon Josefsson <jas@extundo.com>
8588
8589 * hooks.texi (Standard Hooks): Add before-save-hook.
8590 * files.texi (Saving Buffers): Likewise.
8591
85922004-01-03 Richard M. Stallman <rms@gnu.org>
8593
8594 * frames.texi (Frames and Windows): Delete frame-root-window.
8595
85962004-01-03 Luc Teirlinck <teirllm@auburn.edu>
8597
8598 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
8599
8600 * functions.texi: Various small changes in addition to the
8601 following.
5dcb4c4e
SM
8602 (What Is a Function): `functionp' returns nil for macros.
8603 Clarify behavior of this and following functions for symbol arguments.
b8d4c8d0
GM
8604 (Function Documentation): Add `\' in front of (fn @var{arglist})
8605 and explain why.
8606 (Defining Functions): Mention DOCSTRING argument to `defalias'.
8607 Add anchor.
8608 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
8609
86102004-01-01 Miles Bader <miles@gnu.org>
8611
8612 * display.texi (Buttons): New section.
8613
86142003-12-31 Andreas Schwab <schwab@suse.de>
8615
8616 * numbers.texi (Math Functions): sqrt reports a domain-error
8617 error.
8618 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
8619
86202003-12-30 Luc Teirlinck <teirllm@auburn.edu>
8621
8622 * tips.texi (Documentation Tips): Update item on hyperlinks in
8623 documentation strings.
8624
8625 * errors.texi (Standard Errors): Various small corrections and
8626 additions.
8627
8628 * control.texi: Various small changes in addition to the
8629 following.
8630 (Signaling Errors): Provide some more details on how `signal'
8631 constructs the error message. Add anchor to the definition of
8632 `signal'.
8633 (Error Symbols): Describe special treatment of `quit'.
8634 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
8635 to emphasize that it has to be a single form.
8636
8637 * buffers.texi: Add anchor.
8638
86392003-12-29 Richard M. Stallman <rms@gnu.org>
8640
8641 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
8642 (Window Configurations): Add window-configuration-frame.
8643
8644 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
8645
8646 * text.texi (Examining Properties): Add get-char-property-and-overlay.
8647 Change arg name in get-char-property.
8648 (Special Properties): Update handling of keymap property.
8649
8650 * strings.texi (Modifying Strings): Add clear-string.
8651 (Text Comparison): Add assoc-string and remove
8652 assoc-ignore-case, assoc-ignore-representation.
8653
8654 * os.texi (Time of Day): Add set-time-zone-rule.
8655
8656 * numbers.texi (Math Functions): asin, acos, log, log10
8657 report domain-error errors.
8658
8659 * nonascii.texi (Converting Representations):
8660 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
8661 (Encoding and I/O): Add file-name-coding-system.
8662
8663 * modes.texi (Search-based Fontification): Explain that
8664 face specs are symbols with face names as values.
8665
8666 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
8667
8668 * lists.texi (Building Lists): remq moved elsewhere.
8669 (Sets And Lists): remq moved here.
8670 (Association Lists): Refer to assoc-string.
8671
8672 * internals.texi (Garbage Collection): Add memory-use-counts.
8673
8674 * frames.texi (Frames and Windows): Add set-frame-selected-window
8675 and frame-root-window.
8676
8677 * files.texi (Contents of Directories):
8678 Add directory-files-and-attributes.
8679
8680 * display.texi (Refresh Screen): Add force-window-update.
8681 (Invisible Text): Explain about moving point out of invis text.
8682 (Overlay Properties): Add overlay-properties.
8683 (Managing Overlays): Add overlayp.
8684 (GIF Images): Invalid image number displays a hollow box.
8685
8686 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
8687 (Killing Buffers): Add buffer-live-p.
8688
86892003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
8690
8691 * display.texi (Fringes): Fix typo "set-buffer-window".
8692
86932003-12-24 Luc Teirlinck <teirllm@auburn.edu>
8694
8695 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
8696 * nonascii.texi, processes.texi, tips.texi, variables.texi:
8697 Add or change various xrefs and anchors.
8698
8699 * commands.texi: Replace all occurrences of @acronym{CAR} with
8700 @sc{car}, for consistency with the rest of the Elisp manual.
8701 `car' and `cdr' are historically acronyms, but are no longer
8702 widely thought of as such.
8703
8704 * internals.texi (Pure Storage): Mention that `purecopy' does not
8705 copy text properties.
8706 (Object Internals): Now 29 bits are used (in most implementations)
8707 to address Lisp objects.
8708
8709 * variables.texi (Variables with Restricted Values): New node.
8710
8711 * objects.texi (Lisp Data Types): Mention that certain variables
8712 can only take on a restricted set of values and add an xref to
8713 the new node "Variables with Restricted Values".
8714
8715 * eval.texi (Function Indirection): Describe the errors that
8716 `indirect-function' can signal.
8717 (Eval): Clarify the descriptions of `eval-region' and `values'.
8718 Describe `eval-buffer' instead of `eval-current-buffer' and
8719 mention `eval-current-buffer' as an alias for `current-buffer'.
8720 Correct the description and mention all optional arguments.
8721
8722 * nonascii.texi: Various small changes in addition to the
8723 following.
8724 (Converting Representations): Clarify behavior of
8725 `string-make-multibyte' and `string-to-multibyte' for unibyte all
8726 ASCII arguments.
8727 (Character Sets): Document the variable `charset-list' and adapt
8728 the definition of the function `charset-list' accordingly.
8729 (Translation of Characters): Clarify use of generic characters in
8730 `make-translation-table'. Clarify and correct the description of
8731 the use of translation tables in encoding and decoding.
8732 (User-Chosen Coding Systems): Correct and clarify the description
8733 of `select-safe-coding-system'.
8734 (Default Coding Systems): Clarify description of
8735 `file-coding-system-alist'.
8736
87372003-11-30 Luc Teirlinck <teirllm@auburn.edu>
8738
8739 * strings.texi (Text Comparison): Correctly describe when two
8740 strings are `equal'. Combine and clarify descriptions of
8741 `assoc-ignore-case' and `assoc-ignore-representation'.
8742
8743 * objects.texi (Non-ASCII in Strings): Clarify description of
8744 when a string is unibyte or multibyte.
8745 (Bool-Vector Type): Update examples.
8746 (Equality Predicates): Correctly describe when two strings are
8747 `equal'.
8748
87492003-11-29 Luc Teirlinck <teirllm@auburn.edu>
8750
8751 * lists.texi (Building Lists): `append' no longer accepts integer
8752 arguments. Update the description of `number-sequence' to reflect
8753 recent changes.
8754 (Sets And Lists): Describe `member-ignore-case' after `member'.
8755
87562003-11-27 Kim F. Storm <storm@cua.dk>
8757
8758 * commands.texi (Click Events): Click object may be an images.
8759 Describe (dx . dy) element of click positions.
8760 (Accessing Events): Remove duplicate posn-timestamp.
8761 New functions posn-object and posn-object-x-y.
8762
87632003-11-23 Kim F. Storm <storm@cua.dk>
8764
8765 * commands.texi (Click Events): Describe enhancements to event
8766 position lists, including new text-pos and (col . row) items.
8767 Mention left-fringe and right-fringe area events.
8768 (Accessing Events): New functions posn-area and
8769 posn-actual-col-row. Mention posn-timestamp. Mention that
8770 posn-point in non-text area still returns buffer position.
8771 Clarify posn-col-row.
8772
87732003-11-21 Lars Hansen <larsh@math.ku.dk>
8774
8775 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
8776 * anti.texi (File Attributes): Describe removed parameter
8777 ID-FORMAT.
8778
87792003-11-20 Luc Teirlinck <teirllm@auburn.edu>
8780
8781 * positions.texi (Positions): Mention that, if a marker is used as
8782 a position, its buffer is ignored.
8783
8784 * markers.texi (Overview of Markers): Mention it here too.
8785
87862003-11-12 Luc Teirlinck <teirllm@auburn.edu>
8787
8788 * numbers.texi (Numeric Conversions): Not just `floor', but also
8789 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
8790
87912003-11-10 Luc Teirlinck <teirllm@auburn.edu>
8792
8793 * markers.texi (Creating Markers): Specify insertion type of
8794 created markers. Add xref to `Marker Insertion Types'.
8795 Second argument to `copy-marker' is optional.
8796 (Marker Insertion Types): Mention that most markers are created
8797 with insertion type nil.
8798 (The Mark): Correctly describe when `mark' signals an error.
8799 (The Region): Correctly describe when `region-beginning' and
8800 `region-end' signal an error.
8801
88022003-11-08 Luc Teirlinck <teirllm@auburn.edu>
8803
8804 * hash.texi (Creating Hash): Clarify description of `eql'.
8805 `makehash' is obsolete.
8806 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
8807
8808 * positions.texi (Point): Change description of `buffer-end', so
8809 that it is also correct for floating point arguments.
8810 (List Motion): Correct argument lists of `beginning-of-defun' and
8811 `end-of-defun'.
8812 (Excursions): Add xref to `Marker Insertion Types'.
8813 (Narrowing): Argument to `narrow-to-page' is optional.
8814
88152003-11-06 Luc Teirlinck <teirllm@auburn.edu>
8816
8817 * streams.texi (Output Streams): Clarify behavior of point for
8818 marker output streams.
8819
88202003-11-04 Luc Teirlinck <teirllm@auburn.edu>
8821
8822 * variables.texi (Defining Variables): Second argument to
8823 `defconst' is not optional.
8824 (Setting Variables): Mention optional argument APPEND to
8825 `add-to-list'.
8826 (Creating Buffer-Local): Expand description of
8827 `make-variable-buffer-local'.
8828 (Frame-Local Variables): Expand description of
8829 `make-variable-frame-local'.
8830 (Variable Aliases): Correct description of optional argument
8831 DOCSTRING to `defvaralias'. Mention return value of
8832 `defvaralias'.
8833 (File Local Variables): Add xref to `File variables' in Emacs
8834 Manual. Correct description of `hack-local-variables'. Mention
8835 `safe-local-variable' property. Mention optional second argument
8836 to `risky-local-variable-p'.
8837
88382003-11-03 Luc Teirlinck <teirllm@auburn.edu>
8839
8840 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
8841
88422003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
8843
8844 * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
8845 lispref/customize.texi, lispref/display.texi, lispref/files.texi,
8846 lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
8847 lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
8848 lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
8849 lispref/processes.texi, lispref/searching.texi,
8850 lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
8851 lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
8852 @acronym{FOO}.
8853
88542003-10-27 Luc Teirlinck <teirllm@auburn.edu>
8855
8856 * strings.texi (Creating Strings): Argument START to `substring'
8857 can not be `nil'. Expand description of
8858 `substring-no-properties'. Correct description of `split-string',
8859 especially with respect to empty matches. Prevent very bad line
8860 break in definition of `split-string-default-separators'.
8861 (Text Comparison): `string=' and `string<' also accept symbols as
8862 arguments.
8863 (String Conversion): More completely describe argument BASE in
8864 `string-to-number'.
8865 (Formatting Strings): `%s' and `%S' in `format' do require
8866 corresponding object. Clarify behavior of numeric prefix after
8867 `%' in `format'.
8868 (Case Conversion): The argument to `upcase-initials' can be a
8869 character.
8870
88712003-10-27 Kenichi Handa <handa@m17n.org>
8872
8873 * display.texi (Fontsets): Fix texinfo usage.
8874
88752003-10-25 Kenichi Handa <handa@m17n.org>
8876
8877 * display.texi (Fontsets): Add description of the function
8878 set-fontset-font.
8879
88802003-10-23 Luc Teirlinck <teirllm@auburn.edu>
8881
8882 * display.texi (Temporary Displays): Add xref to `Documentation
8883 Tips'.
8884
8885 * functions.texi (Function Safety): Use inforef instead of pxref
8886 for SES.
8887
88882003-10-23 Andreas Schwab <schwab@suse.de>
8889
8890 * Makefile.in (TEX, texinputdir): Don't define.
8891 (TEXI2DVI): Define.
8892 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
8893 add $(srcdir)/index.texi.
8894 ($(infodir)/elisp): Remove index.texi dependency.
8895 (elisp.dvi): Likewise. Use $(TEXI2DVI).
8896 (index.texi): Remove target.
8897 (dist): Don't link $(srcdir)/permute-index.
8898 (clean): Don't remove index.texi.
8899
8900 * permute-index, index.perm: Remove.
8901 * index.texi: Rename from index.unperm.
8902
89032003-10-22 Luc Teirlinck <teirllm@auburn.edu>
8904
8905 * tips.texi (Documentation Tips): Document new behavior for face
8906 and variable hyperlinks in Help mode.
8907
89082003-10-21 Luc Teirlinck <teirllm@auburn.edu>
8909
8910 * objects.texi (Integer Type): Update for extra bit of integer range.
8911 (Character Type): Ditto.
8912
89132003-10-16 Eli Zaretskii <eliz@gnu.org>
8914
8915 * numbers.texi (Integer Basics): Add index entries for reading
8916 numbers in hex, octal, and binary.
8917
89182003-10-16 Lute Kamstra <lute@gnu.org>
8919
8920 * modes.texi (Mode Line Format): Mention force-mode-line-update's
8921 argument.
8922
89232003-10-13 Luc Teirlinck <teirllm@auburn.edu>
8924
8925 * windows.texi (Choosing Window): Fix typo.
8926 * edebug.texi (Edebug Execution Modes): Fix typo.
8927
89282003-10-13 Richard M. Stallman <rms@gnu.org>
8929
8930 * windows.texi (Basic Windows): A window has fringe settings,
8931 display margins and scroll-bar settings.
8932 (Splitting Windows): Doc split-window return value.
8933 Clean up one-window-p.
8934 (Selecting Windows): Fix typo.
8935 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
8936 (Buffers and Windows): In set-window-buffer, explain effect
8937 on fringe settings and scroll bar settings.
8938 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
8939 (Choosing Window): Use defopt for pop-up-frame-function.
8940 For special-display-buffer-names, explain same-window and same-frame.
8941 Clarify window-dedicated-p return value.
8942 (Textual Scrolling): scroll-up and scroll-down can get an error.
8943 (Horizontal Scrolling): Clarify auto-hscroll-mode.
8944 Clarify set-window-hscroll.
8945 (Size of Window): Don't mention tool bar in window-height.
8946 (Coordinates and Windows): Explain what coordinates-in-window-p
8947 returns for fringes and display margins.
8948 (Window Configurations): Explain saving fringes, etc.
8949
8950 * tips.texi (Library Headers): Clean up Documentation.
8951
8952 * syntax.texi (Parsing Expressions): Clean up forward-comment
8953 and parse-sexp-lookup-properties.
8954
8955 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
8956
8957 * os.texi (System Environment): Clean up text for load-average errors.
8958
8959 * modes.texi (Hooks): Don't explain local hook details at front.
8960 Clarify run-hooks and run-hook-with-args a little.
8961 Clean up add-hook and remove-hook.
8962
8963 * edebug.texi (Edebug Execution Modes): Clarify t.
8964 Document edebug-sit-for-seconds.
8965 (Coverage Testing): Document C-x X = and =.
8966 (Instrumenting Macro Calls): Fix typo.
8967 (Specification List): Don't index the specification keywords.
8968
89692003-10-10 Kim F. Storm <storm@cua.dk>
8970
8971 * processes.texi (Network): Introduce make-network-process.
8972
89732003-10-09 Luc Teirlinck <teirllm@auburn.edu>
8974
8975 * tips.texi (Library Headers): Fix typo.
8976
89772003-10-07 Juri Linkov <juri@jurta.org>
8978
8979 * modes.texi (Imenu): Mention imenu-create-index-function's
8980 default value. Explain submenus better.
8981
89822003-10-07 Lute Kamstra <lute@gnu.org>
8983
8984 * modes.texi (Faces for Font Lock): Fix typo.
8985 (Hooks): Explain how buffer-local hook variables can refer to
8986 global hook variables.
8987 Various minor clarifications.
8988
89892003-10-06 Lute Kamstra <lute@gnu.org>
8990
8991 * tips.texi (Coding Conventions): Mention naming conventions for
8992 hooks.
8993
89942003-10-05 Luc Teirlinck <teirllm@auburn.edu>
8995
8996 * loading.texi (Library Search): Correct default value of
8997 load-suffixes.
8998 (Named Features): Fix typo.
8999
90002003-10-05 Richard M. Stallman <rms@gnu.org>
9001
9002 * loading.texi (Named Features): In `provide',
9003 say how to test for subfeatures.
9004 (Unloading): In unload-feature, use new var name
9005 unload-feature-special-hooks.
9006
90072003-10-03 Lute Kamstra <lute@gnu.org>
9008
9009 * modes.texi (Major Mode Conventions): Mention third way to set up
9010 Imenu.
9011 (Imenu): A number of small fixes.
9012 Delete documentation of internal variable imenu--index-alist.
9013 Document the return value format of imenu-create-index-function
9014 functions.
9015
90162003-09-30 Richard M. Stallman <rms@gnu.org>
9017
9018 * processes.texi (Network): Say what stopped datagram connections do.
9019
9020 * lists.texi (Association Lists): Clarify `assq-delete-all'.
9021
9022 * display.texi (Overlay Properties): Clarify `evaporate' property.
9023
90242003-09-29 Lute Kamstra <lute@gnu.org>
9025
9026 * modes.texi (Mode Line Data): Explain when symbols in mode-line
9027 constructs should be marked as risky.
9028 Change cons cell into proper list.
9029 (Mode Line Variables): Change cons cell into proper list.
9030
90312003-09-26 Lute Kamstra <lute@gnu.org>
9032
9033 * modes.texi (Mode Line Data): Document the :propertize construct.
9034 (Mode Line Variables): Reorder the descriptions of the variables
9035 to match their order in the default mode-line-format.
9036 Describe the new variables mode-line-position and mode-line-modes.
9037 Update the default values of mode-line-frame-identification,
9038 minor-mode-alist, and default-mode-line-format.
9039 (Properties in Mode): Mention the :propertize construct.
9040
90412003-09-26 Richard M. Stallman <rms@gnu.org>
9042
9043 * buffers.texi, commands.texi, debugging.texi, eval.texi:
9044 * loading.texi, minibuf.texi, text.texi, variables.texi:
9045 Avoid @strong{Note:}.
9046
90472003-09-26 Richard M. Stallman <rms@gnu.org>
9048
9049 * keymaps.texi (Remapping Commands): Fix typo.
9050
90512003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
9052
9053 * processes.texi (Low-Level Network): Fix typo.
9054
90552003-09-23 Kim F. Storm <storm@cua.dk>
9056
9057 * processes.texi (Network, Network Servers): Fix typos.
9058 (Low-Level Network): Add timeout value for :server keyword.
9059 Add new option keywords to make-network-process.
9060 Add set-network-process-options.
9061 Explain how to test availability of network options.
9062
90632003-09-19 Richard M. Stallman <rms@gnu.org>
9064
9065 * text.texi (Motion by Indent): Arg to
9066 backward-to-indentation and forward-to-indentation is optional.
9067
9068 * strings.texi (Creating Strings): Add substring-no-properties.
9069
9070 * processes.texi
9071 (Process Information): Add list-processes arg QUERY-ONLY.
9072 Delete process-contact from here.
9073 Add new status values for process-status.
9074 Add process-get, process-put, process-plist, set-process-plist.
9075 (Synchronous Processes): Add call-process-shell-command.
9076 (Signals to Processes): signal-process allows process objects.
9077 (Network): Complete rewrite.
9078 (Network Servers, Datagrams, Low-Level Network): New nodes.
9079
9080 * positions.texi (Word Motion): forward-word, backward-word
9081 arg is optional. Reword.
9082
9083 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
9084
9085 * variables.texi (Creating Buffer-Local):
9086 Delete duplicate definition of buffer-local-value.
9087 (File Local Variables): Explain about discarding text props.
9088
90892003-09-11 Richard M. Stallman <rms@gnu.org>
9090
9091 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
9092 changes variables that record input events.
9093 (Minibuffer Misc): Add minibuffer-selected-window.
9094
9095 * lists.texi (Building Lists): Add copy-tree.
9096
9097 * display.texi (Fontsets): Add char-displayable-p.
9098 (Scroll Bars): New node.
9099
91002003-09-08 Lute Kamstra <lute@gnu.org>
9101
9102 * modes.texi (%-Constructs): Document new `%i' and `%I'
9103 constructs.
9104
91052003-09-03 Peter Runestig <peter@runestig.com>
9106
9107 * makefile.w32-in: New file.
9108
91092003-08-29 Richard M. Stallman <rms@gnu.org>
9110
9111 * display.texi (Overlay Properties): Clarify how priorities
9112 affect use of the properties.
9113
91142003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
9115
9116 * customize.texi (Type Keywords): Correct the description of
9117 `:help-echo' in the case where `motion-doc' is a function.
9118
91192003-08-14 John Paul Wallington <jpw@gnu.org>
9120
9121 * modes.texi (Emulating Mode Line): Subsection, not section.
9122
91232003-08-13 Richard M. Stallman <rms@gnu.org>
9124
9125 * elisp.texi (Top): Update subnode lists in menu.
9126
9127 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
9128 (Kill Functions): kill-region has new arg yank-handler.
9129 (Yanking): New node.
9130 (Yank Commands): Add yank-undo-function.
9131 (Low-Level Kill Ring):
9132 kill-new and kill-append have new arg yank-handler.
9133 (Changing Properties): Add remove-list-of-text-properties.
9134 (Atomic Changes): New node.
9135
9136 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
9137
9138 * streams.texi (Output Variables): Add eval-expression-print-length
9139 and eval-expression-print-level.
9140
9141 * os.texi (Time Conversion): For encode-time, explain limits on year.
9142
9143 * objects.texi (Character Type): Define anchor "modifier bits".
9144
9145 * modes.texi (Emulating Mode Line): New node.
9146 (Search-based Fontification): Font Lock uses font-lock-face property.
9147 (Other Font Lock Variables): Likewise.
9148
9149 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
9150 not vectors.
9151 (Active Keymaps): Add emulation-mode-map-alists.
9152 (Functions for Key Lookup): key-binding has new arg no-remap.
9153 (Remapping Commands): New node.
9154 (Scanning Keymaps): where-is-internal has new arg no-remap.
9155 (Tool Bar): Add tool-bar-local-item-from-menu.
9156 Clarify when to use tool-bar-add-item-from-menu.
9157
9158 * commands.texi (Interactive Call): commandp has new arg.
9159 (Command Loop Info): Add this-original-command.
9160
91612003-08-06 John Paul Wallington <jpw@gnu.org>
9162
9163 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
9164
9165 * display.texi (Warning Basics): Fix typo.
9166 (Fringes): Add closing curly bracket and fix typo.
9167
9168 * elisp.texi (Top): Fix typo.
9169
91702003-08-05 Richard M. Stallman <rms@gnu.org>
9171
9172 * elisp.texi: Update lists of subnodes.
9173
9174 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
9175
9176 * variables.texi (Local Variables): Use lc for example variable names.
9177
9178 * tips.texi (Library Headers): Explain where to put -*-.
9179
9180 * strings.texi (Creating Strings): Fix xref for vconcat.
9181
9182 * sequences.texi (Vector Functions):
9183 vconcat no longer allows integer args.
9184
9185 * minibuf.texi (Reading File Names): read-file-name has new
9186 arg PREDICATE. New function read-directory-name.
9187
c4cc8b9a 9188 * macros.texi (Defining Macros): Give definition of `declare'.
b8d4c8d0
GM
9189 (Indenting Macros): New node.
9190
9191 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
9192 (Window Frame Parameters): Make separate table of parameters
9193 that are coupled with specific face attributes.
9194 (Deleting Frames): delete-frame-hooks renamed to
9195 delete-frame-functions.
9196
9197 * files.texi (Magic File Names): Add file-remote-p.
9198 Clarify file-local-copy.
9199
9200 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
9201 here; instead xref Defining Macros.
9202
9203 * display.texi (Warnings): New node, and subnodes.
9204 (Fringes): New node.
9205
9206 * debugging.texi (Test Coverage): New node.
9207
9208 * compile.texi (Compiler Errors): Explain with-no-warnings
9209 and other ways to suppress warnings.
9210
9211 * commands.texi (Interactive Call): Minor clarification.
9212
9213 * buffers.texi (Buffer File Name): set-visited-file-name
9214 renames the buffer too.
9215
9216 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
9217
92182003-07-24 Markus Rost <rost@math.ohio-state.edu>
9219
9220 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
9221
92222003-07-22 Markus Rost <rost@math.ohio-state.edu>
9223
9224 * internals.texi (Garbage Collection): Fix previous change.
9225
92262003-07-22 Richard M. Stallman <rms@gnu.org>
9227
9228 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
9229
9230 * display.texi (Width): Use \s syntax in example.
9231 (Font Selection): Add face-font-rescale-alist.
9232
9233 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
9234 Remove spurious indent in example.
9235
9236 * lists.texi (Building Lists): Add number-sequence.
9237
9238 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
9239
9240 * functions.texi (Function Documentation): Explain how to
9241 show calling convention explicitly in the doc string.
9242
9243 * windows.texi (Selecting Windows): save-selected-window saves
9244 selected window of each frame.
9245 (Window Configurations): Minor change.
9246
9247 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
9248
9249 * streams.texi (Output Variables): Add print-continuous-numbering
9250 and print-number-table.
9251
9252 * processes.texi (Decoding Output): New node.
9253
9254 * os.texi (Time Conversion): decode-time arg is optional.
9255
9256 * objects.texi (Character Type): Don't use space as example for \.
9257 Make list of char names and \-sequences correspond.
9258 Explain that \s is not used in strings. `\ ' needs space after.
9259
9260 * nonascii.texi (Converting Representations): Add string-to-multibyte.
9261 (Translation of Characters): Add translation-table-for-input.
9262 (Default Coding Systems): Add auto-coding-functions.
9263 (Explicit Encoding): Add decode-coding-inserted-region.
9264 (Locales): Add locale-info.
9265
9266 * minibuf.texi (Basic Completion): Describe test-completion.
9267 Collections can be lists of strings.
9268 Clean up lazy-completion-table.
9269 (Programmed Completion): Mention test-completion.
9270 Clarify why lambda expressions are not accepted.
9271 (Minibuffer Misc): Describe minibufferp.
9272
92732003-07-14 Richard M. Stallman <rms@gnu.org>
9274
9275 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
9276
9277 * windows.texi (Selecting Windows): New arg to select-window.
9278 (Selecting Windows): Add with-selected-window.
9279 (Size of Window): Add window-inside-edges, etc.
9280
9281 * internals.texi (Garbage Collection): Add post-gc-hook.
9282
9283 * processes.texi (Subprocess Creation): Add exec-suffixes.
9284
9285 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
9286 (Scanning Keymaps): Add map-keymaps.
9287 (Defining Menus): Add keymap-prompt.
9288
9289 * numbers.texi (Integer Basics): Add most-positive-fixnum,
9290 most-negative-fixnum.
9291
c4cc8b9a 9292 * compile.texi (Byte Compilation): Explain no-byte-compile.
b8d4c8d0
GM
9293 (Compiler Errors): New node.
9294
9295 * os.texi (User Identification): user-uid, user-real-uid
9296 can return float.
9297
9298 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
9299 and about derived modes.
9300 (Minor Modes): Add minor-mode-list.
9301 (Defining Minor Modes): Keyword args for define-minor-mode.
9302 (Search-based Fontification): Explain managing other properties.
9303 (Other Font Lock Variables): Add font-lock-extra-managed-props.
183080b6 9304 (Faces for Font Lock): Add font-lock-preprocessor-face.
b8d4c8d0
GM
9305 (Hooks): Add run-mode-hooks and delay-mode-hooks.
9306
9307 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
9308 (Variable Aliases): Clarify defvaralias.
9309
9310 * loading.texi (Library Search): Add load-suffixes.
9311
9312 * minibuf.texi (Basic Completion): Add lazy-completion-table.
9313 (Programmed Completion): Add dynamic-completion-table.
9314
9315 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
9316 (Magic File Names): Specify precedence order of handlers.
9317
9318 * commands.texi (Command Overview): Emacs server runs pre-command-hook
9319 and post-command-hook.
9320 (Waiting): New calling convention for sit-for.
9321
9322 * text.texi (Special Properties): local-map and keymap properties
9323 apply based on their stickiness.
9324
93252003-07-07 Richard M. Stallman <rms@gnu.org>
9326
9327 * modes.texi (Minor Mode Conventions): Specify only some kinds
9328 of list values as args to minor modes.
9329
9330 * files.texi (File Name Expansion): Warn about iterative use
9331 of substitute-in-file-name.
9332
9333 * advice.texi (Activation of Advice): Clean up previous change.
9334
93352003-07-06 Markus Rost <rost@math.ohio-state.edu>
9336
9337 * advice.texi (Activation of Advice): Note that ad-start-advice is
9338 turned on by default.
9339
93402003-06-30 Richard M. Stallman <rms@gnu.org>
9341
9342 * text.texi (Buffer Contents): Document current-word.
9343 (Change Hooks): Not called for *Messages*.
9344
9345 * functions.texi (Defining Functions): Explain about redefining
9346 primitives.
f4e90db0 9347 (Function Safety): Rename. Minor changes.
b8d4c8d0
GM
9348 Comment out the detailed criteria for what is safe.
9349
93502003-06-22 Andreas Schwab <schwab@suse.de>
9351
9352 * objects.texi (Symbol Type): Fix description of examples.
9353
93542003-06-16 Andreas Schwab <schwab@suse.de>
9355
9356 * hash.texi (Creating Hash): Fix description of :weakness.
9357
c8763fb6 93582003-06-13 Kai Großjohann <kai.grossjohann@gmx.net>
b8d4c8d0
GM
9359
9360 * files.texi (Changing Files): copy-file copies file modes, too.
9361
93622003-05-28 Richard M. Stallman <rms@gnu.org>
9363
9364 * strings.texi (Creating Strings): Clarify split-string.
9365
93662003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
9367
9368 * strings.texi (Creating Strings): Update split-string specification
9369 and examples.
9370
93712003-05-19 Richard M. Stallman <rms@gnu.org>
9372
9373 * elisp.texi: Correct invariant section names.
9374
93752003-04-20 Richard M. Stallman <rms@gnu.org>
9376
9377 * os.texi (Timers): Explain about timers and quitting.
9378
93792003-04-19 Richard M. Stallman <rms@gnu.org>
9380
9381 * internals.texi (Writing Emacs Primitives): Strings are
9382 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
9383 Explain GCPRO convention for varargs function args.
9384
93852003-04-16 Richard M. Stallman <rms@gnu.org>
9386
9387 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
9388
93892003-04-08 Richard M. Stallman <rms@gnu.org>
9390
9391 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
9392
93932003-02-13 Kim F. Storm <storm@cua.dk>
9394
9395 * objects.texi (Character Type): New \s escape for space.
9396
93972003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
9398
5dcb4c4e 9399 * os.texi (System Environment): Add cygwin system-type.
b8d4c8d0
GM
9400
94012003-01-25 Richard M. Stallman <rms@gnu.org>
9402
9403 * keymaps.texi: Document that a symbol can act as a keymap.
9404
94052003-01-13 Richard M. Stallman <rms@gnu.org>
9406
9407 * text.texi (Changing Properties): Say string indices are origin-0.
9408
9409 * positions.texi (Screen Lines) <compute-motion>:
9410 Correct order of elts in return value.
9411
9412 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
9413 how to define a default binding.
9414
94152002-12-07 Markus Rost <rost@math.ohio-state.edu>
9416
9417 * loading.texi (Unloading): Fix recent change for load-history.
9418
9419 * customize.texi (Simple Types): Clarify description of custom
9420 type 'number. Describe new custom type 'float.
9421
94222002-12-04 Markus Rost <rost@math.ohio-state.edu>
9423
9424 * variables.texi (File Local Variables): Fix typo.
9425
c8763fb6 94262002-10-23 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
b8d4c8d0
GM
9427
9428 From Michael Albinus <Michael.Albinus@alcatel.de>.
9429
9430 * README: Target for Info file is `make info'.
9431
5dcb4c4e 9432 * files.texi (File Name Components): Fix typos in
b8d4c8d0
GM
9433 `file-name-sans-extension'.
9434 (Magic File Names): Complete list of operations for magic file
9435 name handlers.
9436
94372002-09-16 Jonathan Yavner <jyavner@engineer.com>
9438
9439 * variables.texi (File Local Variables): New function
9440 risky-local-variable-p.
9441
94422002-09-15 Jonathan Yavner <jyavner@engineer.com>
9443
9444 * functions.texi (Function safety): New node about unsafep.
9445
94462002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
9447
5dcb4c4e 9448 * customize.texi (Splicing into Lists): Fix example.
a86cd395 9449 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>.
b8d4c8d0
GM
9450
94512002-06-17 Juanma Barranquero <lektu@terra.es>
9452
9453 * frames.texi (Display Feature Testing): Fix typo.
9454
94552002-06-12 Andreas Schwab <schwab@suse.de>
9456
9457 * frames.texi (Initial Parameters, Resources): Fix references to
9458 the Emacs manual.
9459
94602002-05-13 Kim F. Storm <storm@cua.dk>
9461
9462 * variables.texi (Intro to Buffer-Local): Updated warning and
9463 example relating to changing buffer inside let.
9464
c8763fb6 94652002-03-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
9466
9467 * os.texi (Session Management): New node about X Session management.
9468
94692002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
9470
9471 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
9472 to which the manual corresponds, and the copyright years.
9473
9474 * Makefile.in (VERSION): Set to 2.9.
9475
94762001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
9477
9478 * elisp.texi: Change the category in @dircategory to "Emacs", to
9479 make it consistent with info/dir.
9480
94812001-11-25 Miles Bader <miles@gnu.org>
9482
9483 * text.texi (Fields): Describe new `limit' arg in
9484 field-beginning/field-end.
9485
94862001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
9487
5dcb4c4e
SM
9488 * permute-index: Don't depend on csh-specific features.
9489 Replace the interpreter name with /bin/sh.
b8d4c8d0
GM
9490
9491 * two-volume-cross-refs.txt: New file.
9492 * two.el: New file.
9493 * spellfile: New file.
9494
94952001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
9496
9497 * permute-index: New file.
9498
9499 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
9500 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
9501 8+3 restricted namespace.
9502
9503 * Makefile.in (infodir): Define relative to $(srcdir).
9504 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
9505 include directories list via -I switch to makeinfo.
9506 (index.texi): Use cp if both hard and symbolic links fail.
9507
95082001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
9509
9510 * Makefile.in (distclean): Add.
9511
9512 The following changes make ELisp manual part of the Emacs
9513 distribution:
9514
9515 * Makefile.in: Add Copyright notice.
9516 (prefix): Remove.
9517 (infodir): Change value to "../info".
9518 (VPATH): New variable.
9519 (MAKE): Don't define.
9520 (texmacrodir): Don't define.
9521 (texinputdir): Append the existing value of TEXINPUTS.
9522 ($(infodir)/elisp): Instead of just "elisp". Reformat the
9523 command to be compatible with man/Makefile.in, and to put the
9524 output into ../info.
9525 (info): Add target.
9526 (installall): Target removed.
9527
c8763fb6 95282001-10-31 Pavel Janík <Pavel@Janik.cz>
b8d4c8d0
GM
9529
9530 * tips.texi (Coding Conventions): Fix typo.
9531
95322001-10-23 Gerd Moellmann <gerd@gnu.org>
9533
9534 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
9535
95362001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
9537
9538 * files.texi (File Name Components): Update the description of
9539 file-name-sans-extension and file-name-extension, as they now
9540 ignore leading dots.
9541
95422001-10-20 Gerd Moellmann <gerd@gnu.org>
9543
9544 * (Version 21.1 released.)
9545
95462001-10-19 Miles Bader <miles@gnu.org>
9547
9548 * positions.texi (Text Lines): Describe behavior of
9549 `beginning-of-line'/`end-of-line' in the presence of field properties.
9550
95512001-10-17 Gerd Moellmann <gerd@gnu.org>
9552
9553 * Makefile.in (VERSION): Set to 2.8.
9554 (manual): Use `manual-21'.
9555
9556 * elisp.texi (VERSION): Add and use it where the version
9557 number was used. Set it to 2.8.
9558
9559 * intro.texi: Likewise.
9560
95612001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
9562
9563 * files.texi (File Name Completion): Document the significance of
9564 a trailing slash in elements of completion-ignored-extensions.
9565
95662001-10-06 Miles Bader <miles@gnu.org>
9567
9568 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
9569
95702001-10-04 Gerd Moellmann <gerd@gnu.org>
9571
9572 * variables.texi (Variable Aliases): New node.
9573
95742001-10-04 Gerd Moellmann <gerd@gnu.org>
9575
9576 * Branch for 21.1.
9577
95782001-10-02 Miles Bader <miles@gnu.org>
9579
9580 * minibuf.texi (Minibuffer Misc): Add entries for
9581 `minibuffer-contents', `minibuffer-contents-no-properties', and
9582 `delete-minibuffer-contents'.
9583 Correct description for `minibuffer-prompt-end'.
9584
9585 * text.texi (Property Search): Correct descriptions of
9586 `next-char-property-change' and `previous-char-property-change'.
9587 Add entries for `next-single-char-property-change' and
9588 `previous-single-char-property-change'.
9589 Make operand names a bit more consistent.
9590
95912001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
9592
9593 * frames.texi (Finding All Frames): Document that next-frame and
9594 previous-frame are local to current terminal.
9595
95962001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
9597
9598 * keymaps.texi (Creating Keymaps): Fix the description of the
9599 result of make-keymap.
9600
96012001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
9602
9603 * display.texi (Font Lookup, Attribute Functions)
9604 (Image Descriptors): Add cross-references to the definition of
9605 selected frame.
9606
9607 * buffers.texi (The Buffer List): Add cross-references to the
9608 definition of selected frame.
9609
9610 * frames.texi (Input Focus): Clarify which frame is _the_ selected
9611 frame at any given time.
9612 (Multiple Displays, Size and Position): Add a cross-reference to
9613 the definition of the selected frame.
9614
96152001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
9616
9617 * strings.texi (String Conversion) <string-to-number>: Document
9618 that a float is returned for integers that are too large.
9619
9620 * frames.texi (Mouse Position): Document mouse-position-function.
9621 (Display Feature Testing): Document display-images-p.
9622 (Window Frame Parameters): Document the cursor-type variable.
9623
9624 * numbers.texi (Integer Basics): Document CL style read syntax for
9625 integers in bases other than 10.
9626
5dcb4c4e
SM
9627 * positions.texi (List Motion):
9628 Document open-paren-in-column-0-is-defun-start.
b8d4c8d0
GM
9629
9630 * lists.texi (Sets And Lists): Document member-ignore-case.
9631
9632 * internals.texi (Garbage Collection): Document the used and free
9633 strings report.
9634 (Memory Usage): Document strings-consed.
9635
9636 * os.texi (Time of Day): Document float-time.
9637 (Recording Input): Document that clear-this-command-keys clears
9638 the vector to be returned by recent-keys.
9639
9640 * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
9641 argument keymap can be a list.
9642
9643 * nonascii.texi (User-Chosen Coding Systems)
9644 <select-safe-coding-system>: Document the new argument
9645 accept-default-p and the variable
9646 select-safe-coding-system-accept-default-p. Tell what happens if
9647 buffer-file-coding-system is undecided.
9648 (Default Coding Systems): Document auto-coding-regexp-alist.
9649
9650 * display.texi (The Echo Area) <message>: Document
9651 message-truncate-lines.
9652 (Glyphs): Document that the glyph table is unused on windowed
9653 displays.
9654
9655 * help.texi (Describing Characters) <single-key-description>:
9656 Document the new argument no-angles.
9657 (Accessing Documentation) <documentation-property>: Document that
9658 a non-string property is evaluated.
9659 <documentation>: Document that the function-documentation property
9660 is looked for.
9661
9662 * windows.texi (Selecting Windows): Document some-window.
9663
9664 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
9665
9666 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
9667 apropos-mode-hook.
9668
9669 * commands.texi (Using Interactive): Document interactive-form.
9670 (Keyboard Macros): Document kbd-macro-termination-hook.
9671 (Command Loop Info): Document that clear-this-command-keys clears
9672 the vector to be returned by recent-keys.
9673
96742001-09-04 Werner LEMBERG <wl@gnu.org>
9675
9676 * Makefile.in (srcdir, texinputdir): New variables.
9677 (srcs, index.texi, install): Use $(srcdir).
9678 (.PHONY): Remove elisp.dvi.
9679 (elisp): Use -I switch for makeinfo.
9680 (elisp.dvi): Use $(srcdir) and $(texinputdir).
9681 (installall, dist): Use $(srcdir).
9682 Fix path to texinfo.tex.
9683 (maintainer-clean): Add elisp.dvi and elisp.oaux.
9684
96852001-08-30 Gerd Moellmann <gerd@gnu.org>
9686
9687 * display.texi (Conditional Display): Adjust to API change.
9688
9689 * configure: New file.
9690
96912001-07-30 Gerd Moellmann <gerd@gnu.org>
9692
9693 * commands.texi (Repeat Events): Add description of
9694 double-click-fuzz.
9695
96962001-05-08 Stefan Monnier <monnier@cs.yale.edu>
9697
9698 * syntax.texi (Syntax Class Table): Add the missing designator for
9699 comment and string fences.
9700 (Syntax Properties): Add a xref to syntax table internals.
9701 (Syntax Table Internals): Document string-to-syntax.
9702
97032001-05-07 Gerd Moellmann <gerd@gnu.org>
9704
9705 * Makefile.in (install): Use install-info command line options
9706 like in Emacs' Makefile.in.
9707
97082000-12-09 Miles Bader <miles@gnu.org>
9709
9710 * windows.texi (Window Start): Update documentation for
9711 `pos-visible-in-window-p'.
9712
97132000-11-12 Stefan Monnier <monnier@cs.yale.edu>
9714
9715 * lists.texi (Building Lists): Add footnote to explain how to add
9716 to the end of a list.
9717
97182000-10-25 Gerd Moellmann <gerd@gnu.org>
9719
9720 * files.texi (Visiting Functions): Typos.
9721
97222000-10-25 Kenichi Handa <handa@etl.go.jp>
9723
9724 * files.texi (Visiting Functions): Return value of
9725 find-file-noselect may be a list of buffers if wildcards are used.
9726
97272000-10-24 Miles Bader <miles@lsi.nec.co.jp>
9728
9729 * display.texi (Defining Faces): Document `graphic' display type
9730 in face specs.
9731
b344d29d 97322000-10-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
b8d4c8d0
GM
9733
9734 * hooks.texi (Standard Hooks): Replace obsolete
9735 `after-make-frame-hook' with `after-make-frame-functions'.
9736
9737 * frames.texi (Creating Frames): Ditto.
9738
9739 * variables.texi (Future Local Variables): Ditto.
9740
97412000-10-16 Gerd Moellmann <gerd@gnu.org>
9742
9743 * display.texi (Other Image Types): Add description of :foreground
9744 and :background properties of mono PBM images.
9745
97462000-08-17 Werner LEMBERG <wl@gnu.org>
9747
9748 * .cvsignore: New file.
9749
97502000-01-05 Gerd Moellmann <gerd@gnu.org>
9751
9752 * tindex.pl: New script.
9753
97541999-12-03 Dave Love <fx@gnu.org>
9755
9756 * Makefile.in (MAKEINFO): New parameter.
9757
97581999-09-17 Richard Stallman <rms@gnu.org>
9759
9760 * Makefile.in (srcs): Add hash.texi.
9761 (VERSION): Update to 20.6.
9762
97631999-09-13 Richard Stallman <rms@gnu.org>
9764
9765 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
9766
97671998-08-29 Karl Heuer <kwzh@gnu.org>
9768
9769 * configure.in: New file.
9770 * Makefile.in: Renamed from Makefile.
9771 (prefix, infodir): Use value obtained from configure.
9772 (emacslibdir): Obsolete variable deleted.
9773 (dist): Distribute configure.in, configure, Makefile.in.
9774
97751998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
9776
9777 * Makefile (INSTALL_INFO): New variable.
9778 (install): Run install-info.
9779
97801998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
9781
9782 * Makefile (elisp.dvi): Add missing backslash.
9783
97841998-05-02 Richard Stallman <rms@psilocin.gnu.org>
9785
9786 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
9787 Run texindex without `./'. Always run texindex on elisp.tp.
9788 (elisp.tps): Target deleted.
9789
97901998-04-05 Richard Stallman <rms@psilocin.gnu.org>
9791
9792 * Makefile (srcs): Add nonascii.texi and customize.texi.
9793 (dist): Start by deleting `temp'.
9794
97951998-02-17 Richard Stallman <rms@psilocin.gnu.org>
9796
9797 * Makefile (makeinfo, texindex): Targets deleted.
9798 (makeinfo.o, texindex.o): Targets deleted.
9799 (clean, dist): Don't do anything with them or with getopt*.
9800
98011998-01-30 Richard Stallman <rms@psilocin.gnu.org>
9802
9803 * Makefile (SHELL): Defined.
9804
98051998-01-27 Richard Stallman <rms@psilocin.gnu.org>
9806
9807 * Makefile (elisp.tps): New target.
9808 (elisp.dvi): Depend on elisp.tps.
9809
c5602427 98101996-04-03 Karl Heuer <kwzh@gnu.ai.mit.edu>
b8d4c8d0
GM
9811
9812 * README: Update phone number.
9813
9814 * Makefile (elisp): Make this be the default target.
9815 Depend on makeinfo.c instead of makeinfo.
9816 (install): Don't depend on elisp.dvi, since we don't install that.
9817 Use mkinstalldirs.
9818 (dist): Add mkinstalldirs.
9819
c5602427 98201995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
b8d4c8d0
GM
9821
9822 * Makefile (VERSION): Update version number.
5dcb4c4e 9823 (maintainer-clean): Rename from realclean.
b8d4c8d0 9824
c5602427 98251995-06-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
b8d4c8d0
GM
9826
9827 * Makefile (realclean): New target.
9828 (elisp): Remove any old elisp-* files first.
9829
c5602427 98301993-11-23 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
b8d4c8d0
GM
9831
9832 * Makefile (VERSION): New variable.
9833 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
9834 Compressed file suffix should be `.gz', not `.z'.
9835
ce058493 98361993-11-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
9837
9838 * Makefile (elisp): Depend on makeinfo.
9839
c5602427 98401993-11-19 Noah Friedman (friedman@gnu.ai.mit.edu)
b8d4c8d0
GM
9841
9842 * Makefile (srcs): Add anti.texi.
9843
c5602427 98441993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
9845
9846 * Makefile (infodir, prefix): New vars.
9847 (install): Use infodir.
f4e90db0 9848 (emacsinfodir): Delete.
b8d4c8d0 9849
c5602427 98501993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
9851
9852 * Makefile (srcs): Add calendar.texi.
9853
9854 * Makefile (dist): Copy texindex.c and makeinfo.c.
9855 Limit elisp-* files to those with one or two digits.
9856
c5602427 98571993-05-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0 9858
f4e90db0 9859 * Makefile (dist): Change to use Gzip instead of compress.
b8d4c8d0 9860
c5602427 98611993-04-23 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
9862
9863 * loading.texi (Unloading): define-function changed back to
9864 defalias. It may not stay this way, but at least it's
9865 consistent with the known-good version of the code patch.
9866
c5602427 98671993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
b8d4c8d0
GM
9868
9869 * modes.texi (Hooks): Document new optional arg of add-hook.
9870
c5602427 98711993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
9872
9873 * variables.texi: Document nil initial value of buffer-local variables.
9874
9875 * tips.texi: Add new section on standard library headers.
9876
c5602427 98771993-02-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
9878
9879 * Makefile (srcs): Add frame.texi to the list of sources.
9880
c5602427 98811993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
9882
9883 * Makefile (dist): Don't bother excluding autosave files; they'll
9884 never make it into the temp directory anyway, and the hash marks
9885 in the name are problematic for make and the Bourne shell.
9886 (srcs):
9887
c5602427 98881993-02-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
9889
9890 * Makefile (dist): Don't include backup files or autosave files in
9891 the distribution tar file.
9892
c5602427 98931991-11-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0 9894
5dcb4c4e 9895 * Makefile (srcs): Add index.perm.
b8d4c8d0
GM
9896 (elisp.dvi): Remove erroneous shell comment.
9897 Expect output of permute-index in permuted.fns.
9898 Save old elisp.aux in elisp.oaux.
5dcb4c4e 9899 (clean): Add index.texi to be deleted.
b8d4c8d0 9900
c5602427 99011990-08-11 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
9902
9903 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
9904
c5602427 99051990-06-26 David Lawrence (tale@geech)
b8d4c8d0
GM
9906
9907 * files.texi: Noted that completion-ignored-extensions is ignored
9908 when making *Completions*.
9909
3e868ee3 99101990-06-08 Jay Fenlason (hack@ai.mit.edu)
b8d4c8d0
GM
9911
9912 * Makefile make dist now depends on elisp.dvi, since it tries
9913 to include it in the dist file.
9914
c5602427 99151990-03-28 Jim Kingdon (kingdon@mole.ai.mit.edu)
b8d4c8d0 9916
c5602427 9917 * functions.texinfo (Mapping Functions): Add missing quote.
b8d4c8d0 9918
c5602427 99191989-06-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
9920
9921 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
9922 (defunargs): Turn off \hyphenchar of \sl font temporarily.
9923
c5602427 99241989-05-10 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
9925
9926 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
9927 and @error{} are the terms now being used. The files in the
9928 directory have been changed to reflect this.
9929
9930 * All instances of @indentedresultt{} have been changed to
333f9019 9931 ` @result{}', using 5 spaces at the beginning of the line.
b8d4c8d0 9932
c5602427 99331989-04-24 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
9934
9935 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
9936 experimental @indentedresult{}, @indentedexpandsto{} are part of
9937 the texinfo.tex in this directory. These TeX macros are not
9938 stable yet.
9939
c5602427 99401989-04-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
9941
9942 * texinfo.tex: Temporarily added
9943 \let\result=\dblarrow
9944 \def\error{{\it ERROR} \longdblarrow}
9945 We need to do this better soon.
9946
c5602427 99471989-04-11 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
9948
9949 * Applied Karl Berry's patches to *.texinfo files, but not to
9950 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
9951 new title page format is also not applied, since it requires
9952 texinfo.tex changes.)
9953
9954 * Cleaned up `Makefile' and defined the `emacslibdir' directory
9955 for the Project GNU development environment.
9956
9957;; Local Variables:
c8763fb6 9958;; coding: utf-8
b8d4c8d0
GM
9959;; End:
9960
acaf905b 9961 Copyright (C) 1998-2012 Free Software Foundation, Inc.
b8d4c8d0
GM
9962
9963 This file is part of GNU Emacs.
9964
352c8b4a 9965 GNU Emacs is free software: you can redistribute it and/or modify
b8d4c8d0 9966 it under the terms of the GNU General Public License as published by
352c8b4a
GM
9967 the Free Software Foundation, either version 3 of the License, or
9968 (at your option) any later version.
b8d4c8d0
GM
9969
9970 GNU Emacs is distributed in the hope that it will be useful,
9971 but WITHOUT ANY WARRANTY; without even the implied warranty of
9972 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9973 GNU General Public License for more details.
9974
9975 You should have received a copy of the GNU General Public License
352c8b4a 9976 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.