Auto-commit of loaddefs files.
[bpt/emacs.git] / doc / lispref / ChangeLog
CommitLineData
48da7392
GM
12012-01-26 Glenn Morris <rgm@gnu.org>
2
3 * variables.texi (Using Lexical Binding):
4 Mention that lexical-binding should be set in the first line.
5
69b0acb9
LI
62012-01-26 Lars Ingebrigtsen <larsi@gnus.org>
7
8 * macros.texi (Defining Macros): Don't claim that `declare' only
9 affects Edebug and indentation.
10
543757a8
LI
112012-01-25 Lars Ingebrigtsen <larsi@gnus.org>
12
13 * macros.texi (Defining Macros): Slight `declare' fixup.
14
450e3cae
GM
152012-01-25 Glenn Morris <rgm@gnu.org>
16
24189ce0 17 * makefile.w32-in (texinputdir):
450e3cae
GM
18 * Makefile.in (ENVADD): Add $emacsdir. (Bug#10603)
19
1021c761
CY
202012-01-24 Chong Yidong <cyd@gnu.org>
21
22 * variables.texi (Variables, Local Variables, Void Variables):
23 Edit to make the descriptions less specific to dynamic binding.
24 (Local Variables): Default max-specpdl-size is now 1300.
25 (Defining Variables): Edits for lexical scoping. Delete
26 information about starting docstrings with *. De-document
27 user-variable-p.
28 (Tips for Defining): Remove an unimportant discussion of quitting
29 in the middle of a load.
30 (Accessing Variables, Setting Variables): Discuss lexical binding.
31 (Variable Scoping): Rewrite.
32 (Scope, Extent, Impl of Scope): Nodes deleted.
33 (Dynamic Binding): New node, with material from Scope, Extent, and
34 Impl of Scope nodes.
35 (Dynamic Binding Tips): Rename from Using Scoping.
36 (Lexical Binding): Rewrite.
37 (Using Lexical Binding): Rename from Converting to Lexical
38 Binding. Convert to subsection.
39
40 * customize.texi (Variable Definitions): Add custom-variable-p.
41 Move user-variable-p documentation here.
42
31cbea1d
CY
432012-01-23 Chong Yidong <cyd@gnu.org>
44
45 * strings.texi (Text Comparison): Minor qualification.
46
47 * lists.texi (Cons Cells): Copyedits.
48 (List Elements): Mention push.
49 (List Variables): Mention pop.
50 (Rings): Move to sequences.texi.
51
52 * sequences.texi (Sequence Functions): Don't repeat the
53 introduction already given in the parent.
54 (Vectors): Copyedits.
55 (Rings): Move from lists.texi. Note that this is specific to the
56 ring package.
57
58 * symbols.texi (Definitions, Symbol Components): Mention variable
59 scoping issues.
60 (Plists and Alists): Copyedits.
61
62 * eval.texi (Intro Eval, Symbol Forms): Minor tweaks for
63 correctness with lexical scoping.
64 (Eval): Copyedits.
65
fead402d
CY
662012-01-21 Chong Yidong <cyd@gnu.org>
67
68 * intro.texi (A Sample Function Description): Special notation
69 used for macros too.
70
71 * objects.texi (Ctl-Char Syntax, Other Char Bits): Copyedits.
72 (Symbol Type): Add xref for keyword symbols.
73 (Sequence Type): Clarify differences between sequence types.
74 (Cons Cell Type): Add "linked list" index entry.
75 (Non-ASCII in Strings): Copyedits.
76 (Equality Predicates): Symbols with same name need not be eq.
77
78 * numbers.texi (Float Basics): Document isnan, copysign, frexp and
79 ldexp. Move float-e and float-pi to Math Functions node.
80
61086eb6
GM
812012-01-21 Glenn Morris <rgm@gnu.org>
82
83 * modes.texi (Auto Major Mode):
84 * variables.texi (File Local Variables):
85 Mention inhibit-local-variables-regexps.
86
34a02f46
MR
872012-01-19 Martin Rudalics <rudalics@gmx.at>
88
89 * windows.texi (Window Configurations): Rewrite references to
90 persistent window parameters.
91 (Window Parameters): Fix description of persistent window
92 parameters.
93
f5064cae
JB
942012-01-16 Juanma Barranquero <lekktu@gmail.com>
95
96 * windows.texi (Window Parameters): Use @pxref.
97
6a6ee00d
MR
982012-01-16 Martin Rudalics <rudalics@gmx.at>
99
100 * windows.texi (Window Configurations, Window Parameters):
101 Describe persistent window parameters.
102
9ca4c014
SM
1032011-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
104
105 * variables.texi (Creating Buffer-Local): Warn against misuses of
106 make-variable-buffer-local (bug#10258).
107
d027f83d
LMI
1082012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
109
110 * macros.texi (Defining Macros): Document `doc-string' (bug#9668).
111
89bd9ccd
CY
1122012-01-06 Chong Yidong <cyd@gnu.org>
113
114 * variables.texi (Directory Local Variables): Document
115 hack-dir-local-variables-non-file-buffer.
116
c869783d
GM
1172012-01-06 Glenn Morris <rgm@gnu.org>
118
119 * maps.texi (Standard Keymaps): Refer to Info-edit by name
120 rather than by keybinding.
121
2cae5ba4
JB
1222011-12-29 Juanma Barranquero <lekktu@gmail.com>
123
124 * frames.texi (Font and Color Parameters): Add @pxref.
125
43da4d08
DC
1262011-12-29 Daniel Colascione <dan.colascione@gmail.com>
127
128 * frames.texi (Font and Color Parameters):
129 Document w32 font backends (bug#10399).
130
8d80ef01
PE
1312011-12-28 Paul Eggert <eggert@cs.ucla.edu>
132
133 * files.texi (File Attributes, Changing Files):
134 Use a more-natural notation for octal numbers.
135
9022ae07
JB
1362011-12-23 Juanma Barranquero <lekktu@gmail.com>
137
138 * variables.texi (Variables with Restricted Values):
139 Change reference to variable (bug#10354).
140
454592a6
MR
1412011-12-13 Martin Rudalics <rudalics@gmx.at>
142
143 * windows.texi (Splitting Windows): Use t instead of non-nil
144 when describing window-combination-resize.
145
a7cdbfce
SM
1462011-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
147
148 * text.texi (Special Properties): Warn against `intangible' properties
149 (bug#10222).
150
a3dcc84e
EZ
1512011-11-26 Eli Zaretskii <eliz@gnu.org>
152
579ebf8f
EZ
153 * display.texi (Truncation):
154 * text.texi (Special Properties): Describe what a stretch-glyph is
155 instead of using that term without explanation. Make the
156 cross-references more accurate.
157
a3dcc84e
EZ
158 * display.texi (Usual Display): Update the description,
159 cross-references, and indexing related to display of control
160 characters and raw bytes.
161
94af99a4
MR
1622011-11-25 Martin Rudalics <rudalics@gmx.at>
163
164 * windows.texi (Splitting Windows): Fix description of
165 window-combination-limit. Suggested by Eli Zaretskii.
166
1c3d7a13
CY
1672011-11-23 Chong Yidong <cyd@gnu.org>
168
169 * windows.texi (Window Sizes): Move window-top-line,
170 window-left-column, and window-*-pixel-edges to Coordinates and
171 Windows node.
172 (Coordinates and Windows): Restore window-edges doc.
173
90151a1e
MR
1742011-11-21 Martin Rudalics <rudalics@gmx.at>
175
a7cdbfce
SM
176 * windows.texi (Windows and Frames, Splitting Windows):
177 Fix typos.
90151a1e 178
a9b9b7f5
CY
1792011-11-21 Chong Yidong <cyd@gnu.org>
180
181 * windows.texi (Splitting Windows): Fix error in documentation of
182 window-combination-limit.
183 (Cyclic Window Ordering): Minor fixes to next-window,
184 one-window-p, and get-lru-window docs. Don't document
185 window-list-1.
186 (Buffers and Windows): Copyedits.
187 (Choosing Window): Document special handling of special-display-*.
188 (Choosing Window Options): Fix display-buffer-reuse-frames doc.
a7cdbfce
SM
189 Don't document even-window-heights, which is going away.
190 Clarify which options are obeyed by which action functions.
a9b9b7f5 191
f4e90db0
SM
1922011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
193
194 * display.texi (Invisible Text): Clarify point adjustment (bug#10072).
195
d2999b1a
MR
1962011-11-20 Martin Rudalics <rudalics@gmx.at>
197
f4e90db0
SM
198 * windows.texi (Resizing Windows, Splitting Windows):
199 Remove term "status" when talking about combination limits.
d2999b1a 200
cd1181db
JB
2012011-11-20 Juanma Barranquero <lekktu@gmail.com>
202
203 * compile.texi (Compiler Errors):
204 * help.texi (Help Functions): Fix typos.
205
7bf54975
CY
2062011-11-19 Chong Yidong <cyd@gnu.org>
207
208 * windows.texi (Splitting Windows): Clarify role of window
209 parameters in split-window. Shorten the example.
f4e90db0
SM
210 (Deleting Windows): Rewrite intro to handle internal windows.
211 Fix delete-windows-on doc.
7bf54975
CY
212 (Selecting Windows): Copyedits.
213
a0c2d0ae
MR
2142011-11-17 Martin Rudalics <rudalics@gmx.at>
215
216 * windows.texi (Resizing Windows, Splitting Windows)
217 (Deleting Windows): Use term window-combination-resize instead
218 of window-splits.
219
b6f67890
MR
2202011-11-16 Martin Rudalics <rudalics@gmx.at>
221
f4e90db0
SM
222 * windows.texi (Resizing Windows, Splitting Windows):
223 Rename occurrences of window-nest to window-combination-limit.
b6f67890 224
0b381c7e
JB
2252011-11-14 Juanma Barranquero <lekktu@gmail.com>
226
227 * intro.texi (Lisp History): Fix typo.
228
89d61221
MR
2292011-11-12 Martin Rudalics <rudalics@gmx.at>
230
f4e90db0
SM
231 * windows.texi (Splitting Windows, Deleting Windows):
232 Remove references to splits status of windows.
89d61221 233
b2621720
GM
2342011-11-10 Glenn Morris <rgm@gnu.org>
235
236 * buffers.texi (Read Only Buffers): Expand a bit on why
237 toggle-read-only should only be used interactively. (Bug#7292)
238
d2ad7ee1
CY
2392011-11-09 Chong Yidong <cyd@gnu.org>
240
241 * windows.texi (Window Sizes): Document window-pixel-edges,
c4e7c63a 242 window-inside-pixel-edges, window-absolute-pixel-edges, and
d2ad7ee1
CY
243 window-inside-absolute-pixel-edges.
244 (Resizing Windows): shrink-window-if-larger-than-buffer works on
245 non-full-width windows.
246
2cffd681
MR
2472011-11-09 Martin Rudalics <rudalics@gmx.at>
248
249 * windows.texi (Resizing Windows): Rewrite documentation of
250 window-resizable.
251
f6f6d7e7
CY
2522011-11-09 Chong Yidong <cyd@gnu.org>
253
254 * windows.texi (Splitting Windows): Simplify example.
255
a79db6e0
CY
2562011-11-08 Chong Yidong <cyd@gnu.org>
257
258 * windows.texi (Window Sizes): Copyedits. Document
259 window-text-height. Remove window-min-height and window-min-width
260 discussion, referring instead to Emacs manual.
261 (Splitting Windows, Resizing Windows): Add xref to Emacs manual.
e7313f33
CY
262 (Resizing Windows): Simplify introduction. Don't document
263 enlarge-window, shrink-window, enlarge-window-horizontally, and
264 shrink-window-horizontally; they are no longer preferred for
265 calling from Lisp, and are already documented in the Emacs manual.
a79db6e0 266
441950c7
GM
2672011-11-07 Glenn Morris <rgm@gnu.org>
268
269 * windows.texi (Choosing Window): Fix keybinding typo.
270
be7f5545
MR
2712011-11-07 Martin Rudalics <rudalics@gmx.at>
272
273 * windows.texi (Resizing Windows, Splitting Windows)
274 (Window Configurations): Use "child window" instead of
275 "subwindow".
276
291d142b
CY
2772011-11-06 Chong Yidong <cyd@gnu.org>
278
279 * windows.texi (Basic Windows): Clarify various definitions.
280 Treat window-normalize-* as internal; don't document them.
281 (Windows and Frames): Various clarifications, e.g. non-live
282 windows also belong to frames. Fix window-list description.
283 Simplify window nesting example.
f4e90db0
SM
284 (Splitting Windows, Window Configurations):
285 Use split-window-below.
291d142b 286
89bd5ee1
EZ
2872011-11-04 Eli Zaretskii <eliz@gnu.org>
288
289 * windows.texi (Window Sizes): Mention in the doc string that the
290 return values of `window-body-height' and `window-body-width' are
291 in frame's canonical units. (Bug#9949)
292
3d8daefe
MR
2932011-10-30 Martin Rudalics <rudalics@gmx.at>
294
295 * windows.texi (Windows and Frames): Remove "iso-" infix from
296 documentation of window-iso-combined-p.
297
60754666
CY
2982011-10-26 Chong Yidong <cyd@gnu.org>
299
300 * modes.texi (Running Hooks): Document with-wrapper-hook.
301
d366bd53
CY
3022011-10-18 Chong Yidong <cyd@gnu.org>
303
304 * display.texi (Glyphless Chars): New node.
305
50b063c3
CY
3062011-10-13 Chong Yidong <cyd@stupidchicken.com>
307
308 * text.texi (Yanking): Document yank-excluded-properties.
309
310 * package.texi (Packaging Basics): The commentary should say how
311 to begin using the package.
312
c72063fa
MR
3132011-10-11 Martin Rudalics <rudalics@gmx.at>
314
315 * windows.texi (Deleting Windows): Mention which window gets
316 selected when deleting the selected window.
317
d83dc65b
MR
3182011-10-09 Martin Rudalics <rudalics@gmx.at>
319
320 * buffers.texi (The Buffer List): Describe how bury-buffer deals
321 with the selected window.
322 * windows.texi (Buffers and Windows): Reformulate text on how
323 replace-buffer-in-windows deals with a window.
324 (Quitting Windows): Describe how quit-window deals with a
325 standalone frame. Describe new option frame-auto-hide-function.
326
c599682c
GM
3272011-10-08 Glenn Morris <rgm@gnu.org>
328
48bca619
GM
329 * symbols.texi (Other Plists): Markup fix. (Bug#9702)
330
c599682c
GM
331 * positions.texi (Excursions): Update warning message.
332
969aa734
CY
3332011-10-05 Chong Yidong <cyd@stupidchicken.com>
334
f4e90db0
SM
335 * display.texi (Low-Level Font, Face Attributes, Font Lookup):
336 Fix Emacs manual xref (Bug#9675).
969aa734 337
550f41cd
CY
3382011-10-01 Chong Yidong <cyd@stupidchicken.com>
339
340 * windows.texi (Textual Scrolling): Document scroll-up-command,
341 scroll-down-command, scroll-error-top-bottom, and the
342 scroll-command symbol property.
717a1362
CY
343 (Display Action Functions): Fix description of
344 display-buffer-pop-up-window.
550f41cd 345
a239d4e9
JB
3462011-09-28 Juanma Barranquero <lekktu@gmail.com>
347
348 * windows.texi (Splitting Windows): Fix typos.
349
590c056d
MR
3502011-09-25 Martin Rudalics <rudalics@gmx.at>
351
352 * windows.texi (Windows and Frames, Display Action Functions)
353 (Switching Buffers): Fix some typos.
354 (Buffers and Windows): Remove reference to window-auto-delete.
355 Reword description of replace-buffer-in-windows.
356 (Window History): Fix some typos and refer to frame local buffer
357 list.
c419f5cb
MR
358 (Quitting Windows): New node.
359 (Window Configurations): Add descriptions of window-state-get
360 and window-state-put.
361 (Window Parameters): Describe variable ignore-window-parameters.
362 Sketch some window parameters currently in use.
363 * elisp.texi (Top): Update node listing.
590c056d 364
9ec20d36
CY
3652011-09-25 Chong Yidong <cyd@stupidchicken.com>
366
367 * windows.texi (Display Action Functions)
368 (Choosing Window Options): New nodes.
369
0e406a72
CY
3702011-09-24 Chong Yidong <cyd@stupidchicken.com>
371
372 * windows.texi (Window History): New node. Move text here from
373 Buffers and Windows.
374 (Switching Buffers): Rename from Displaying Buffers, since we
f4e90db0
SM
375 don't document display-buffer here; callers changed.
376 Document FORCE-SAME-WINDOW arg to switch-to-buffer and
0e406a72
CY
377 switch-to-buffer-other-frame. Delete duplicate
378 replace-buffer-in-windows doc.
379 (Choosing Window): Document display actions.
380
6bf7006f
EZ
3812011-09-24 Eli Zaretskii <eliz@gnu.org>
382
383 * display.texi (Forcing Redisplay): Update the description of
384 redisplay-dont-pause due to change in the default value.
385
b33b68a3
MR
3862011-09-23 Martin Rudalics <rudalics@gmx.at>
387
388 * frames.texi (Frames and Windows): Move section and rename to
389 Windows and Frames in windows.texi.
390 * windows.texi (Windows): Restructure.
391 (Basic Windows): Rewrite. Explain live and internal windows and
392 normalization functions.
393 (Windows and Frames): Move section here from frames.texi.
394 Describe subwindows, window combinations, window tree, and
395 corresponding functions including window-list here.
396 (Window Sizes): Rename section from Size of Window and move it
397 up in chapter. Describe total and body sizes and the
398 corresponding functions. Explain new semantics of
399 window-min-height/-width.
400 (Resizing Windows): Move section up in chapter. Describe new
401 resize functions.
402 (Splitting Windows): Describe new behavior of split-window,
403 split-window-above-each-other and split-window-side-by-side.
404 Provide examples. Describe window-nest and window-splits
405 options.
406 (Deleting Windows): Minor rewrite.
f4e90db0
SM
407 (Selecting Windows): Minor rewrite.
408 Describe frame-selected-window and set-frame-selected-window here.
409 (Cyclic Window Ordering): Minor rewrite.
410 Describe window-list-1.
b33b68a3
MR
411 (Buffers and Windows): Rewrite. Explain a window's previous and
412 next buffers and the corresponding functions.
c4682d18 413 (Window Tree): Merge into Windows and Frames section.
b33b68a3
MR
414 * elisp.texi (Top): Update node listings for frames and windows
415 sections.
416
4d3786ac
SM
4172011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
418
419 * display.texi (Face Functions): `face-list' returns faces (bug#9564).
420
713df35b
LMI
4212011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
422
423 * errors.texi (Standard Errors): Remove apparent placeholder text
424 (bug#9491).
425
33ed493b
CY
4262011-09-18 Chong Yidong <cyd@stupidchicken.com>
427
428 * frames.texi (Management Parameters): Fix description of
429 icon-type parameter.
430
b8f0a954
CY
4312011-09-17 Chong Yidong <cyd@stupidchicken.com>
432
433 * tips.texi (Key Binding Conventions): Don't bind a key sequence
434 ending in C-g. Suggested by Edward O'Connor.
435
eddf142c
EZ
4362011-09-17 Eli Zaretskii <eliz@gnu.org>
437
438 * numbers.texi (Integer Basics): Add indexing for
439 most-positive-fixnum and most-negative-fixnum. (Bug#9525)
440
bf1af6c7
DM
4412011-09-14 Dani Moncayo <dmoncayo@gmail.com> (tiny change)
442
443 * lists.texi (Sets And Lists): Fix typo. (Bug#9393)
444
cec2eab8
JB
4452011-09-11 Juanma Barranquero <lekktu@gmail.com>
446
447 * processes.texi (Network Servers): Clarify what the process
448 buffer is used for (bug#9233).
449
51751aa2 4502011-08-30 Dani Moncayo <dmoncayo@gmail.com> (tiny change)
1f403cb9
DM
451
452 * lists.texi (Building Lists): Fix typo.
453
35137ed3
CY
4542011-08-30 Chong Yidong <cyd@stupidchicken.com>
455
456 * display.texi (Basic Faces): New node. Document new faces.
457
458 * modes.texi (Major Mode Conventions): Move some text there.
459 (Mode Help): Remove major-mode var, duplicated in Major Modes.
460
3fd50d5c
CY
4612011-08-29 Chong Yidong <cyd@stupidchicken.com>
462
463 * modes.texi (Basic Major Modes): New node. Callers updated.
464 (Major Modes): Document fundamental-mode and major-mode.
465 (Major Mode Basics): Node deleted; text moved to Major Modes.
466 (Derived Modes): Document derived-mode-p.
467
ddb54206
CY
4682011-08-28 Chong Yidong <cyd@stupidchicken.com>
469
a6326082
CY
470 * files.texi (Changing Files, Create/Delete Dirs): Document new
471 arguments for delete-file, delete-directory, and copy-directory.
e2aeef63
CY
472 (Visiting Functions): Remove view-file; it is documented in the
473 Emacs manual.
04e2ce72 474
ddb54206
CY
475 * frames.texi (Layout Parameters): The defaults for the
476 menu-bar-lines and tool-bar-lines parameters depend on the mode.
477
478 * display.texi (Progress): Document spinner functionality.
479
480 * os.texi (Killing Emacs): Note that kill-emacs can be called by
481 operating system signals. Refer to save-buffers-kill-terminal
482 instead of save-buffers-kill-emacs.
483
484 * objects.texi (Symbol Type): Document ## print representation.
485
0c95fcf7
EZ
4862011-08-25 Eli Zaretskii <eliz@gnu.org>
487
488 * display.texi (Specified Space): Mention that `space' specs
489 influence bidi reordering.
490 (Bidirectional Display): Explain how to use `(space . PROPS)' for
491 separating fields with bidirectional content.
492
5980d4c6
EZ
4932011-08-24 Eli Zaretskii <eliz@gnu.org>
494
495 * display.texi (Bidirectional Display): Document return value in
496 buffers that are not bidi-reordered for display, and in unibyte
497 buffers.
498
bca633fb
EZ
4992011-08-23 Eli Zaretskii <eliz@gnu.org>
500
501 * nonascii.texi (Character Properties): Document the values for
502 unassigned codepoints.
503
c094bb0c
EZ
5042011-08-18 Eli Zaretskii <eliz@gnu.org>
505
506 * nonascii.texi (Character Properties): Document use of
507 `bidi-class' and `mirroring' properties as part of reordering.
508 Provide cross-references to "Bidirectional Display".
509
510 * display.texi (Bidirectional Display): Document the pitfalls of
511 concatenating strings with bidirectional content, with possible
f4e90db0
SM
512 solutions. Document bidi-string-mark-left-to-right.
513 Mention paragraph direction in modes that inherit from prog-mode.
92b71444
EZ
514 Document use of `bidi-class' and `mirroring' properties as part of
515 reordering.
c094bb0c 516
1ea897d5
EZ
5172011-08-16 Eli Zaretskii <eliz@gnu.org>
518
9adfcd0b
EZ
519 * modes.texi (Major Mode Conventions): Improve the documentation
520 of `mode-class' `special' modes.
521
10862873
EZ
522 * nonascii.texi (Character Properties): Document the `mirroring'
523 property. Add index entries.
524
1ea897d5
EZ
525 * syntax.texi (Categories): Add an example of defining a new
526 category and category table.
527
528 * searching.texi (Regexp Backslash): Document how to display
529 existing categories. Mention the possibility of adding
530 categories, and add an xref to where this is described. Add an
531 index entry.
532
ebb552ed
CY
5332011-08-09 Chong Yidong <cyd@stupidchicken.com>
534
535 * text.texi (Special Properties):
536 * display.texi (Overlay Properties): Note that mouse-face cannot
537 change the text size (Bug#8530).
538
51a714e1
CY
5392011-08-08 Chong Yidong <cyd@stupidchicken.com>
540
541 * os.texi (Time of Day): Remove set-time-zone-rule, and recommend
542 using setenv instead.
543
4cc60b9b
EZ
5442011-07-28 Eli Zaretskii <eliz@gnu.org>
545
546 * display.texi (Bidirectional Display): Document the fact that
547 bidi-display-reordering is t by default.
548
5deb92fd
EZ
5492011-07-23 Eli Zaretskii <eliz@gnu.org>
550
551 * display.texi (Bidirectional Display): New section.
552
011b0ad6 5532011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
67f9b9f8
GM
554 Tim Cross <theophilusx@gmail.com> (tiny change)
555 Glenn Morris <rgm@gnu.org>
011b0ad6 556
67f9b9f8 557 * keymaps.texi (Toolkit Differences): New node. (Bug#8176)
011b0ad6 558
4baf28e6
AS
5592011-07-15 Andreas Schwab <schwab@linux-m68k.org>
560
561 * help.texi (Keys in Documentation): Revert last change.
562
66249842
LMI
5632011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
564
f863868c
LMI
565 * help.texi (Keys in Documentation): Clarify that \= only quotes
566 the next character, and doesn't affect longer sequences in
567 particular (bug#8935).
568
f4e90db0
SM
569 * debugging.texi (Using Debugger):
570 Mention @code{eval-expression-debug-on-error} (bug#8549).
66249842 571
0bb23927 5722011-07-14 Eli Zaretskii <eliz@gnu.org>
a2eaa31d
EZ
573
574 * display.texi (Other Display Specs): Document that `left-fringe'
575 and `right-fringe' display specifications are of the "replacing"
576 kind.
577
f2027cdf
LMI
5782011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
579
580 * help.texi (Documentation Basics): Add a link to the Function
581 Documentation node (bug#6580).
582
f987fde4
LMI
5832011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
584
0bc59b25
LMI
585 * keymaps.texi (Menu Bar): Mention :visible and :enable
586 (bug#6344). Text by Drew Adams.
587
63d55f1f
LMI
588 * modes.texi (Running Hooks): Mention buffer-local hook variables
589 (bug#6218).
590
f987fde4
LMI
591 * objects.texi (General Escape Syntax): "a with grave accent" is
592 ?xe0, not ?x8e0 (bug#5259).
593
b7527639
CY
5942011-07-12 Chong Yidong <cyd@stupidchicken.com>
595
596 * display.texi (Face Attributes, Font Selection): Add references
597 to the Fonts node in the Emacs manual (Bug#4178).
598
c830e5ae
CY
5992011-07-12 Chong Yidong <cyd@stupidchicken.com>
600
601 * display.texi (Window Systems): `window-system' is
602 terminal-local.
603
604 * frames.texi (Frame Parameters, Parameter Access): Don't mention
605 frame-local variables.
606
607 * variables.texi (Buffer-Local Variables): Don't mention obsolete
608 frame-local variables.
609 (Frame-Local Variables): Node deleted.
610
611 * elisp.texi (Top): Update node listing.
612
91223e54
LMI
6132011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
614
615 * elisp.texi: Change "inferiors" to "subnodes" in three places
616 (bug#3523).
617
963578d3
CY
6182011-07-11 Chong Yidong <cyd@stupidchicken.com>
619
620 * frames.texi (Window System Selections): Discussion of
621 x-select-enable-clipboard moved to Emacs manual.
622
07151e49
DD
6232011-07-11 Deniz Dogan <deniz@dogan.se>
624
625 * commands.texi (Prefix Command Arguments): Remove excessive
626 apostrophe.
627
7261e1cf
LMI
6282011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
629
ad21a12a
LMI
630 * syntax.texi (Syntax Descriptors): Clarify that the ". 23" syntax
631 description is a string (bug#3313).
632
7261e1cf
LMI
633 * frames.texi (Display Feature Testing): Try to explain what all
634 the visual classes mean (bug#3042).
635
568f7b79
LMI
6362011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
637
18d59e29
LMI
638 * modes.texi (Mode Line Variables): Document `mode-line-remote'
639 and `mode-line-client' (bug#2974).
640
568f7b79
LMI
641 * text.texi (Insertion): Clarify marker movements (bug#1651).
642 Text from Drew Adams.
643
54e10184
LMI
6442011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
645
d94d85e9
LMI
646 * text.texi (Special Properties): Clarify the format of `face'
647 (bug#1375).
648
54e10184
LMI
649 * commands.texi (Interactive Call): Add a `call-interactively'
650 example (bug#1010).
651
413c488d
LMI
6522011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
653
654 * functions.texi (Calling Functions): Link to the "Interactive
655 Call" node (bug#1001).
656
322b7dab 6572011-07-06 Chong Yidong <cyd@stupidchicken.com>
b00d8c1a 658
3deead93
CY
659 * customize.texi (Composite Types): Move alist and plist to here
660 from Simple Types (Bug#7545).
661
662 * elisp.texi (Top): Update menu description.
663
b00d8c1a
CY
664 * display.texi (Face Attributes): Document negative line widths
665 (Bug#6113).
666
d2a6c43b
TR
6672011-07-03 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
668
669 * searching.texi (Match Data): Note that match data can be
670 overwritten by most functions (bug#2499).
671
c7844a27
LMI
6722011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
673
a9ab721e
LMI
674 * strings.texi (Formatting Strings): Clarify what the "-" and "0"
675 flags mean (bug#6659).
676
c7844a27
LMI
677 * functions.texi (What Is a Function): Document the autoload
678 object (bug#6496).
679
f68d76d0
LMI
6802011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
681
8a20ca4c
LMI
682 * customize.texi (Variable Definitions): Clarify that SETFUNCTION
683 is only used in the Customize user interface (bug#6089).
684
f68d76d0 685 * display.texi (Showing Images): Mention the point of sliced
6dd56db4 686 images (bug#7836).
f68d76d0 687
7018dbe7
EZ
6882011-07-02 Eli Zaretskii <eliz@gnu.org>
689
690 * variables.texi (Defining Variables, Void Variables)
691 (Constant Variables): Fix incorrect usage of @kindex.
692
36cb87a1
LMI
6932011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
694
28ee97c7
LMI
695 * variables.texi (Defining Variables): Add an index entry for
696 `set-variable' (bug#7262).
8d4294e9 697 (Defining Variables): Use @findex for functions.
28ee97c7 698
8862ffd5
LMI
699 * frames.texi (Basic Parameters): Document the `explicit-name'
700 parameter (bug#6951).
701
0ec389b9
LMI
702 * customize.texi (Type Keywords): Clarify that :value provides a
703 default value for all types (bug#7386).
704
36cb87a1
LMI
705 * streams.texi (Output Functions): Document `pp'.
706
11fdef7d 7072011-06-25 Chong Yidong <cyd@stupidchicken.com>
dfc47e35
CY
708
709 * keymaps.texi (Searching Keymaps):
710 * display.texi (Overlay Properties): Fix errors in 2011-05-29
711 change. Suggested by Johan Bockgård.
712
eeafcea7
CY
7132011-06-15 Chong Yidong <cyd@stupidchicken.com>
714
715 * text.texi (Special Properties): Clarify role of font-lock-face.
716
b96e6cde
LMI
7172011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
718
f4e90db0 719 * processes.texi (Process Information): Rename `process-alive-p'
b96e6cde
LMI
720 to `process-live-p' for consistency with other `-live-p' functions.
721
be14b9ab
PE
7222011-06-03 Paul Eggert <eggert@cs.ucla.edu>
723
724 Document wide integers better.
725 * files.texi (File Attributes): Document ino_t values better.
2d365993 726 ino_t values no longer map to anything larger than a single cons.
be14b9ab
PE
727 * numbers.texi (Integer Basics, Integer Basics, Arithmetic Operations):
728 (Bitwise Operations):
001903b5
PE
729 * objects.texi (Integer Type): Use a binary notation that is a bit easier
730 to read, and that will port better if 62-bits becomes the default.
731 Fix or remove incorrect examples.
be14b9ab
PE
732 * os.texi (Time Conversion): Document time_t values better.
733
bcd54f83
LMI
7342011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
735
f4e90db0
SM
736 * processes.texi (Process Information):
737 Document `process-alive-p'.
bcd54f83 738
049bcbcb
CY
7392011-05-29 Chong Yidong <cyd@stupidchicken.com>
740
741 * help.texi (Accessing Documentation):
742 * display.texi (Pixel Specification):
743 * processes.texi (Serial Ports, Serial Ports):
744 * nonascii.texi (Character Properties, Default Coding Systems):
745 * text.texi (Changing Properties, Special Properties):
746 * windows.texi (Window Start and End):
747 * modes.texi (SMIE Indentation Example, SMIE Tricks):
748 * keymaps.texi (Searching Keymaps, Tool Bar):
749 * minibuf.texi (Basic Completion):
750 * compile.texi (Eval During Compile):
751 * strings.texi (Formatting Strings): Tweaks to avoid overflowing
752 7x9 paper in printed manual.
753
754 * lists.texi (Sets And Lists): Fix misplaced text.
755
58539c63
CY
7562011-05-29 Chong Yidong <cyd@stupidchicken.com>
757
758 * keymaps.texi (Remapping Commands): Emphasize that the keymap
759 needs to be active (Bug#8350).
760
6b5681bf
CY
7612011-05-28 Chong Yidong <cyd@stupidchicken.com>
762
b4d52acc
CY
763 * minibuf.texi (Reading File Names): Clarify (Bug#8480).
764
6b5681bf
CY
765 * tips.texi (Coding Conventions): Remove antediluvian filename
766 limit recommendation (Bug#8538).
767
e145f188
GM
7682011-05-27 Glenn Morris <rgm@gnu.org>
769
770 * modes.texi (Auto Major Mode): Update for set-auto-mode changes.
771
eafed945
GM
7722011-05-26 Glenn Morris <rgm@gnu.org>
773
774 * variables.texi (File Local Variables):
775 Update hack-local-variables `mode-only' return value.
2d3ba9e7 776 Add some more details on what this function does in the other case.
eafed945 777
bc8410af
GM
7782011-05-19 Glenn Morris <rgm@gnu.org>
779
780 * lists.texi (Sets And Lists): Mention cl provides union etc.
781
35a30759
N
7822011-05-19 Nix <nix@esperi.org.uk>
783
784 * windows.texi (Displaying Buffers): pop-to-buffer is not a command.
785
786 * text.texi (Parsing HTML): Update for function name changes.
787
788 * syntax.texi (Syntax Flags): Small fix.
789
790 * keymaps.texi (Active Keymaps): Typo fix.
791 (Changing Key Bindings): Grammar fix.
792
793 * frames.texi (Minibuffers and Frames): Grammar fix.
794 (Window System Selections): x-select-enable-clipboard now defaults to t.
795
796 * customize.texi (Common Keywords):
797 * display.texi (Abstract Display):
798 * modes.texi (Auto-Indentation):
799 * nonascii.texi (Converting Representations): Typo fixes.
800
801 * control.texi (Examples of Catch): Call it "goto" not "go to".
802
e3934a8a
EZ
8032011-05-14 Eli Zaretskii <eliz@gnu.org>
804
bc039a3b
EZ
805 * nonascii.texi (Character Properties): Fix inconsistencies with
806 implementation.
807
e3934a8a
EZ
808 * text.texi (Special Properties): Move @defvar's out of the
809 @table. (Bug#8652)
810
e2c94218
GM
8112011-05-12 Glenn Morris <rgm@gnu.org>
812
813 * display.texi (Image Descriptors): Fix typo. (Bug#8495)
814
d2fc7e3d 8152011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
bc3bea9c
SM
816
817 * modes.texi (Region to Refontify): Rename from "Region to Fontify".
818 (Multiline Font Lock):
819 * vol2.texi (Top):
820 * vol1.texi (Top):
821 * elisp.texi (Top): Update menu accordingly.
822
d2fc7e3d 8232011-05-12 Drew Adams <drew.adams@oracle.com>
e6dc6206
DA
824
825 * modes.texi (Region to Fontify): Fix typo.
826
79b70037
GM
8272011-05-10 Jim Meyering <meyering@redhat.com>
828
829 * minibuf.texi: Fix typo "in in -> in".
830
b08a63cc 8312011-05-06 Paul Eggert <eggert@cs.ucla.edu>
fed14fd7
PE
832
833 * numbers.texi (Integer Basics): Large integers are treated as floats.
834
1ef14cb4
LMI
8352011-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
836
837 * processes.texi (Synchronous Processes): Document the (:file
838 "/file-name") syntax for `call-process'.
839
4ffd0d6b 8402011-04-23 Juanma Barranquero <lekktu@gmail.com>
7ee6a1d3
JB
841
842 * windows.texi (Choosing Window): Fix typo.
843
4ffd0d6b 8442011-04-23 Chong Yidong <cyd@stupidchicken.com>
40954368
CY
845
846 * frames.texi (Layout Parameters): Note the difference between
847 querying and setting parameters for left-fringe and right-fringe
848 (Bug#6930).
849
fd5a8ae8
SM
8502011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
851
852 * minibuf.texi (Basic Completion): Be a bit more precise about the
853 valid kinds of completion tables.
854 (Programmed Completion): Remove obsolete text about lambda expressions
855 not being valid completion tables.
856
c1bcd0d5
CY
8572011-03-19 Chong Yidong <cyd@stupidchicken.com>
858
859 * positions.texi (Excursions): Explain the "save-excursion
860 defeated by set-buffer" warning.
861
862 * buffers.texi (Current Buffer): Copyedits. Don't recommend using
863 save-excursion. Suggested by Uday S Reddy.
864
03408648 8652011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
ba83908c 866
03408648
SM
867 * variables.texi (Defining Variables): Mention the new meaning of `defvar'.
868 (Lexical Binding): New sub-section.
ba83908c 869
03408648
SM
870 * eval.texi (Eval): Discourage the use of `eval'.
871 Document its new `lexical' argument.
6c075cd7 872
f6d62986
SM
8732011-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
874
03408648 875 * commands.texi (Command Overview): `post-command-hook' is not reset to
f6d62986
SM
876 nil any more.
877
84ea5558 8782011-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
e4021ec1
SM
879
880 * strings.texi (String Conversion): Don't mention
881 string-make-(uni|multi)byte (bug#8262).
882 * nonascii.texi (Converting Representations): Fix up range.
883 * keymaps.texi (Key Binding Commands): Update code point, avoid
884 "unibyte character" and remove mention of unibyte bindings.
885
62d94509
EZ
8862011-03-10 Eli Zaretskii <eliz@gnu.org>
887
888 * modes.texi (Operator Precedence Grammars): Don't use characters
889 outside ISO-8859-1.
890
63a329f8
EZ
8912011-03-09 Eli Zaretskii <eliz@gnu.org>
892
893 * intro.texi (Acknowledgements): Convert to ISO-8859-1 encoding.
894
895 * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
896
6446548e
GM
8972011-03-08 Glenn Morris <rgm@gnu.org>
898
899 * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
900 * intro.texi (Acknowledgements): Names to UTF-8.
80b005c7 901 * elisp.texi: Set documentencoding.
6446548e 902
33383987
JB
9032011-03-07 Chong Yidong <cyd@stupidchicken.com>
904
905 * Version 23.3 released.
906
0b3ceceb
CY
9072011-03-06 Chong Yidong <cyd@stupidchicken.com>
908
909 * package.texi: Update index keywords.
910 (Package Archives): New node contents. Document package-x.el.
911
78f5433f
JB
9122011-03-06 Juanma Barranquero <lekktu@gmail.com>
913
914 * makefile.w32-in (srcs): Add package.texi.
915
555e9b5c
CY
9162011-03-06 Chong Yidong <cyd@stupidchicken.com>
917
120d9389
CY
918 * package.texi (Packaging, Packaging Basics, Simple Packages)
919 (Multi-file Packages): Expand and clarify.
920 (Package Archives): Temporary placeholder node.
921
922 * elisp.texi (Top): Update node listing.
923
555e9b5c
CY
924 * Makefile.in (srcs): Add package.texi.
925
b59a4335
CY
9262011-03-05 Chong Yidong <cyd@stupidchicken.com>
927
928 * processes.texi (Synchronous Processes): Minor clarification
929 (Bug#8149).
930
06083aa1
GM
9312011-03-03 Glenn Morris <rgm@gnu.org>
932
933 * files.texi (Truenames): Minor clarification. (Bug#2341)
934
6640b281
GM
9352011-03-01 Glenn Morris <rgm@gnu.org>
936
937 * variables.texi (Directory Local Variables):
938 Mention `(subdirs . nil)' alist element.
939
2b0c7330 9402011-02-28 Glenn Morris <rgm@gnu.org>
081f7640
GM
941
942 * variables.texi (Directory Local Variables): Mention the optional
943 mtime argument of dir-locals-set-directory-class. (Bug#3577)
944
b923f7a9
CY
9452011-02-27 Chong Yidong <cyd@stupidchicken.com>
946
947 * minibuf.texi (Minibuffer History): Clarify discussion of
948 minibuffer history lists (Bug#8085).
949
67ab0163 9502011-02-19 Eli Zaretskii <eliz@gnu.org>
86ec878a 951
e979a521
EZ
952 * elisp.texi: Sync @dircategory with ../../info/dir.
953
e03b2fd4
EZ
954 * files.texi (Visiting Functions): Document find-file-literally,
955 both the command and the variable.
956
86ec878a
EZ
957 * variables.texi (Creating Buffer-Local): Explain the meaning of
958 permanent local variables.
959
67ab0163
GM
960 * files.texi (Visiting Functions): Document find-file-literally,
961 both the command and the variable.
962
963 * variables.texi (Creating Buffer-Local): Explain the meaning of
964 permanent local variables.
965
9662011-02-19 Glenn Morris <rgm@gnu.org>
dff9ac46
GM
967
968 * keymaps.texi (Remapping Commands): Mention how to undo it.
969
bfcb151a
RT
9702011-02-09 Reuben Thomas <rrt@sc3d.org>
971
972 * loading.texi (Hooks for Loading): Remove unnecessary advice
973 about eval-after-load (Bug#7986).
974
a41c8660
CY
9752011-02-05 Chong Yidong <cyd@stupidchicken.com>
976
977 * commands.texi (Accessing Mouse): Note that a header line is not
978 included in the row of posn-col-row.
979
e0dd6837
CY
9802011-02-02 Chong Yidong <cyd@stupidchicken.com>
981
982 * modes.texi (Major Mode Conventions): Add face guidelines.
983 (Faces for Font Lock): List faces in order of prominence.
984
a4180391
PE
9852011-02-01 Paul Eggert <eggert@cs.ucla.edu>
986
987 format-time-string now supports subsecond time stamp resolution
988 * os.texi (Time Parsing): Document %N.
989
7427eb97
CY
9902011-01-28 Chong Yidong <cyd@stupidchicken.com>
991
61db307f
CY
992 * vol1.texi (Top):
993 * vol2.texi (Top):
994 * elisp.texi (Top):
995 * display.texi (Display Property): Shorten the menu description of
996 the "Other Display Specs" node (Bug#7816).
997
7427eb97
CY
998 * keymaps.texi (Defining Menus): Add "menu item" and "extended
999 menu item" concept index entries (Bug#7805).
1000
bf3dae7e
EZ
10012011-01-29 Eli Zaretskii <eliz@gnu.org>
1002
1003 * makefile.w32-in (texinfodir): New variable.
1004 (usermanualdir): Remove as redundant with $(emacsdir).
1005 (MAKEINFO): Remove options, leave only program name.
1006 (MAKEINFO_OPTS): New variable.
1007 (texinputdir, $(infodir)/elisp): Use $(MAKEINFO_OPTS).
1008
06d8ace5 10092011-01-25 Chong Yidong <cyd@stupidchicken.com>
e6cf7a82
CY
1010 Richard Kim <emacs18@gmail.com>
1011
1012 * loading.texi (Library Search): Document list-load-path-shadows
1013 (Bug#7757).
1014
06d8ace5 10152011-01-25 Chong Yidong <cyd@stupidchicken.com>
3f066f54
CY
1016
1017 * searching.texi (Regexp Special): Remove outdated discussion of
1018 character sets (Bug#7780).
1019
28a88153
CY
1020 * frames.texi (Pop-Up Menus): Document where menu title comes
1021 from (Bug#7684).
1022
06d8ace5 10232011-01-25 Glenn Morris <rgm@gnu.org>
4d265b4d
GM
1024
1025 * display.texi (Making Buttons): Mention limitation of text buttons.
1026
a8e1e9ee
WL
10272011-01-23 Werner Lemberg <wl@gnu.org>
1028
1029 * Makefile.in (MAKEINFO): Now controlled by `configure'.
1030 (MAKEINFO_OPTS): New variable. Use it where appropriate.
1031 (ENVADD): New variable to control texi2dvi and texi2pdf.
1032
362b9d48
GM
10332011-01-15 Chong Yidong <cyd@stupidchicken.com>
1034
1035 * files.texi (Directory Names): Move directory-abbrev-alist doc to
1036 Emacs manual.
1037
10382011-01-15 Eli Zaretskii <eliz@gnu.org>
1039
1040 * files.texi (Directory Names): Explain why FROM in
1041 directory-abbrev-alist should begin with \`. (Bug#7777)
1042
3fa173b4
SM
10432011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
1044
1045 * loading.texi (Hooks for Loading): Adjust doc of eval-after-load.
1046
7c420169 10472011-01-02 Eli Zaretskii <eliz@gnu.org>
2e4ab211
EZ
1048
1049 * modes.texi (Emulating Mode Line): Fix last change.
1050
7c420169 10512011-01-02 Eli Zaretskii <eliz@gnu.org>
287e63bb
EZ
1052
1053 * modes.texi (Emulating Mode Line): Update documentation of
1054 format-mode-line according to changes that fixed bug #7587.
1055
80b33766
SM
10562010-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
1057
1058 * modes.texi (Derived Modes): Mention prog-mode.
1059
1060 * keymaps.texi (Simple Menu Items, Extended Menu Items): Remove mention
1061 of the key-binding-data cache since we don't use it any more.
1062
f49d1f52 10632010-12-13 Eli Zaretskii <eliz@gnu.org>
3c73e30e 1064
4bb49a92
EZ
1065 * processes.texi (Shell Arguments):
1066 * strings.texi (Creating Strings): Don't mention "shell commands";
1067 make it explicit that `split-string-and-unquote' and
1068 `combine-and-quote-strings' are mainly for working with arguments
1069 to call-process and start-process.
1070
3c73e30e
EZ
1071 * processes.texi (Shell Arguments): Fix documentation of
1072 `split-string-and-unquote'. Add indexing. (Bug#7563)
1073
f49d1f52 10742010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
5dcb4c4e
SM
1075
1076 * modes.texi (Auto-Indentation): New section to document SMIE.
1077 (Major Mode Conventions):
1078 * text.texi (Mode-Specific Indent): Refer to it.
1079
f49d1f52 10802010-12-13 Eli Zaretskii <eliz@gnu.org>
bdef6a77
EZ
1081
1082 * display.texi (Other Display Specs): Document left-fringe and
1083 right-fringe display specs.
1084
f49d1f52 10852010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
769741e3
SM
1086
1087 * backups.texi (Making Backups):
1088 * modes.texi (Example Major Modes): Use recommended coding style.
1089 (Major Mode Basics, Derived Modes): Encourge more strongly use of
1090 define-derived-mode. Mention completion-at-point-functions.
1091
f49d1f52 10922010-12-13 Chong Yidong <cyd@stupidchicken.com>
3e99b825 1093
5dcb4c4e
SM
1094 * nonascii.texi (Converting Representations):
1095 Document byte-to-string.
e1115396 1096
ec1b9b17
GM
10972010-12-08 Glenn Morris <rgm@gnu.org>
1098
1099 * buffers.texi (Modification Time):
1100 verify-visited-file-modtime now defaults to the current buffer.
1101
07976ae3 11022010-11-27 Chong Yidong <cyd@stupidchicken.com>
3e99b825 1103
ec1b9b17 1104 * nonascii.texi (Converting Representations): Document byte-to-string.
3e99b825
CY
1105
1106 * strings.texi (Creating Strings): Don't mention semi-obsolete
1107 function char-to-string.
1108 (String Conversion): Shorten discussion of semi-obsolete function
1109 string-to-char. Link to Converting Representations.
1110
1111 * objects.texi (Symbol Type):
1112 * text.texi (Near Point):
1113 * help.texi (Help Functions):
1114 * functions.texi (Mapping Functions): Use string instead of
1115 char-to-string in examples.
1116
07976ae3 11172010-11-27 Chong Yidong <cyd@stupidchicken.com>
ec8a6295
CY
1118
1119 * text.texi (Kill Functions, Kill Functions)
1120 (Low-Level Kill Ring, Low-Level Kill Ring): Remove obsolete
1121 YANK-HANDLER args.
1122
1123 * symbols.texi (Creating Symbols): Using unintern without an
1124 obarray arg is now obsolete.
1125
1126 * numbers.texi (Float Basics): Document float-e and float-pi.
1127
1128 * variables.texi (Defining Variables): Change "pi" example to
1129 "float-pi".
1130
8547874a
EZ
11312010-11-26 Eli Zaretskii <eliz@gnu.org>
1132
1133 * commands.texi (Click Events): Document the values of X, Y and
1134 COL, ROW in the event's position, when the click is on the header
1135 or mode line, on the fringes, or in the margins.
1136
4a47c275 11372010-11-17 Eli Zaretskii <eliz@gnu.org>
c7926fe2 1138
5b05d75b
EZ
1139 * customize.texi (Composite Types): Lower-case index entry.
1140
5dcb4c4e
SM
1141 * loading.texi (How Programs Do Loading):
1142 Document load-file-name. (Bug#7346)
c7926fe2 1143
4a47c275 11442010-11-17 Glenn Morris <rgm@gnu.org>
cde08ac9
GM
1145
1146 * text.texi (Kill Functions, Low-Level Kill Ring): Small fixes.
1147
0eb025fb
EZ
11482010-11-13 Eli Zaretskii <eliz@gnu.org>
1149
1150 * display.texi (Usual Display): Characters with no fonts are not
1151 necessarily displayed as empty boxes.
1152
2699a554 11532010-10-31 Glenn Morris <rgm@gnu.org>
aab705a2
GM
1154
1155 * maps.texi (Standard Keymaps): Update File menu description.
1156
8289f37b
GM
11572010-10-28 Glenn Morris <rgm@gnu.org>
1158
1159 * Makefile.in (elisp.dvi, elisp.pdf): Also include $emacsdir.
1160
5793a7bc 11612010-10-24 Eli Zaretskii <eliz@gnu.org>
89baa1df
EZ
1162
1163 * display.texi (Window Systems): Deprecate use of window-system as
1164 a predicate.
1165
17284e30
GM
11662010-10-23 Glenn Morris <rgm@gnu.org>
1167
1168 * help.texi (Documentation Basics): Remove mentions of digest-doc and
1169 sorted-doc.
1170
00f113eb
JB
11712010-10-15 Eli Zaretskii <eliz@gnu.org>
1172
1173 * os.texi (Dynamic Libraries): New node, with slightly modified
1174 text deleted from "Image Formats".
1175 (System Interface): Add @menu entry for "Dynamic Libraries".
1176
1177 * display.texi (Image Formats): Remove description of
1178 image-library-alist. (Renamed in 2010-10-13T14:50:06Z!lekktu@gmail.com.)
1179
07277eb8
GM
11802010-10-12 Glenn Morris <rgm@gnu.org>
1181
1182 * book-spine.texinfo: Rename to book-spine.texi.
1183
c12e4a81
GM
11842010-10-11 Glenn Morris <rgm@gnu.org>
1185
df187c62
GM
1186 * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
1187
c12e4a81 1188 * Makefile.in (DVIPS): New variable.
234db610
GM
1189 (.PHONY): Add html, ps.
1190 (html, elisp.html, ps, elisp.ps): New targets.
1191 (clean): Delete html, ps files.
1192 ($(infodir)/elisp): Remove unnecessary includes.
c12e4a81 1193
6513b232
EZ
11942010-10-09 Eli Zaretskii <eliz@gnu.org>
1195
1196 * makefile.w32-in (emacsdir): New variable.
1197 (srcs): Add emacsver.texi.
1198 ($(infodir)/elisp, elisp.dvi): Add -I$(emacsdir).
1199
abd40fb4
GM
12002010-10-09 Glenn Morris <rgm@gnu.org>
1201
c1dc72b3
GM
1202 * Makefile.in (VPATH): Remove.
1203 (infodir): Make it absolute.
1204 (mkinfodir, $(infodir)/elisp, infoclean): No need to cd $srcdir.
1205
4393405b
GM
1206 * Makefile.in (dist): Anchor regexps.
1207
eef3ab94
GM
1208 * Makefile.in (srcs): Put elisp.texi first.
1209 ($(infodir)/elisp, elisp.dvi, elisp.pdf): Use $<.
1210
aa9db089
GM
1211 * Makefile.in (infoclean): Remove harmless, long-standing error.
1212
abd40fb4
GM
1213 * Makefile.in ($(infodir)): Delete rule.
1214 (mkinfodir): New.
1215 ($(infodir)/elisp): Use $mkinfodir instead of infodir.
1216
68db69ed 1217 * Makefile.in (dist): Remove reference to emacsver.texi.in.
208deadc 1218 Also copy emacsver.texi, and edit $emacsdir.
68db69ed 1219
ea274122
GM
12202010-10-09 Glenn Morris <rgm@gnu.org>
1221
f7a31f11
GM
1222 * Makefile.in (emacsdir): New variable.
1223 (MAKEINFO): Add -I $emacsdir.
1224 (dist): Copy emacsver.texi.
b13254e7
GM
1225 (srcs): Add emacsver.texi.
1226
f7a31f11
GM
1227 * book-spine.texinfo, elisp.texi, vol2.texi, vol1.texi:
1228 Set EMACSVER by including emacsver.texi.
1229
ea274122
GM
1230 * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
1231
17ca7950
GM
12322010-10-07 Glenn Morris <rgm@gnu.org>
1233
1234 * Makefile.in (version): New, set by configure.
1235 (clean): Delete dist tar file.
1236 (dist): Use version in tar name.
1237
4c83f6e1
GM
12382010-10-06 Glenn Morris <rgm@gnu.org>
1239
1240 * Makefile.in: Rearrange to more closely resemble doc/emacs/Makefile.
1241 (INSTALL_INFO): Remove unused variable.
1242 (mostlyclean, infoclean, dist): New rules.
1243 (clean): Delete dvi and pdf files.
1244 (maintainer-clean): Remove elisp.oaux, use infoclean.
8a944cea 1245 ($(infodir)): Add parallel build workaround.
4c83f6e1 1246
0264072d
GM
12472010-10-04 Glenn Morris <rgm@gnu.org>
1248
1249 * Makefile.in (dvi, pdf, $(infodir)): New targets.
1250 ($(infodir)/elisp): Ensure target directory exists. Use $@.
8cce34d0 1251 Fix -I typo.
0264072d
GM
1252 (clean): No 'make.out' or 'core' files.
1253 (.PHONY): Declare clean rules.
1254 (maintainer-clean): Delete pdf file. Guard against cd failures.
1255
77f38949
GM
12562010-10-03 Glenn Morris <rgm@gnu.org>
1257
1258 * files.texi (File Name Components): Remove ignored section about
1259 deleted variable directory-sep-char.
1260
178fdd41
MA
12612010-10-03 Michael Albinus <michael.albinus@gmx.de>
1262
1263 * files.texi (Magic File Names): New defopt
1264 remote-file-name-inhibit-cache.
1265
9c524fcb
GM
12662010-10-02 Glenn Morris <rgm@gnu.org>
1267
1268 * os.texi (Killing Emacs): Hook now runs in batch mode.
1269
f816790b
SM
12702010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
1271
1272 * text.texi (Special Properties): Clarify when modification-hooks run.
1273
7cf78aac
SM
12742010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
1275
1276 * syntax.texi (Syntax Flags): Document new `c' flag.
1277
ca0d44e4
GM
12782010-09-09 Glenn Morris <rgm@gnu.org>
1279
1280 * display.texi (ImageMagick Images): General cleanup.
1281
10999305 12822010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
3fa0dc8f
AK
1283
1284 * files.texi (Directory Names): Use \` rather than ^.
1285
45240125
JD
12862010-09-02 Jan Djärv <jan.h.d@swipnet.se>
1287
1288 * text.texi (Low-Level Kill Ring):
1289 * frames.texi (Window System Selections): Remove cut buffer
1290 documentation.
1291
4abe5bf6
EZ
12922010-08-28 Eli Zaretskii <eliz@gnu.org>
1293
1294 * display.texi (Fringe Size/Pos): Add a cross-reference to "Layout
1295 Parameters", where the default fringe width is described.
1296
1297 * frames.texi (Window Frame Parameters, Basic Parameters)
1298 (Position Parameters, Layout Parameters, Management Parameters)
1299 (Cursor Parameters, Font and Color Parameters): Add indexing for
1300 frame parameters. (Bug#6929)
1301
fdc76236
TT
13022010-08-25 Tom Tromey <tromey@redhat.com>
1303
1304 * vol2.texi (Top): Update.
1305 * vol1.texi (Top): Update.
1306 * tips.texi (Library Headers): Mention Package-Version and
1307 Package-Requires.
1308 * package.texi: New file.
1309 * os.texi (System Interface): Update pointers.
1310 * elisp.texi (Top): Link to new nodes. Include package.texi.
1311 * anti.texi (Antinews): Update pointers.
1312
1e5c1c80
EZ
13132010-08-25 Eli Zaretskii <eliz@gnu.org>
1314
1315 * processes.texi (Filter Functions): Fix last change.
1316
78e33835
CY
13172010-08-24 Markus Triska <triska@gmx.at>
1318
1319 * processes.texi (Filter Functions): Use `buffer-live-p' instead
1320 of `buffer-name' in the main text as well as in the example
1321 (Bug#3098).
1322
198a7a97
CY
13232010-08-22 Chong Yidong <cyd@stupidchicken.com>
1324
1325 * nonascii.texi (Text Representations):
1326 * loading.texi (Loading Non-ASCII):
1327 * compile.texi (Byte Compilation): Don't mention obsolete
1328 --unibyte command-line argument.
1329
bc7d7ea6
CY
13302010-08-22 Chong Yidong <cyd@stupidchicken.com>
1331
1332 * modes.texi (Defining Minor Modes): Doc fix (Bug#6880).
1333
b0126eac 13342010-08-22 Chong Yidong <cyd@stupidchicken.com>
96b1842d
CY
1335
1336 * objects.texi (Bool-Vector Type): Minor definition tweak (Bug#6878).
1337
e8a6cc19
EZ
13382010-08-20 Eli Zaretskii <eliz@gnu.org>
1339
1340 * commands.texi (Misc Events): Add cross-references to where
1341 POSITION of a mouse event is described in detail.
1342
c4e7c63a 13432010-08-08 Christoph Scholtes <cschol2112@googlemail.com>
ee301a7a 1344
c4e7c63a 1345 * control.texi (Handling Errors) <error-message-string>: Fix arg name.
ee301a7a 1346
7815fe19 13472010-08-08 Juanma Barranquero <lekktu@gmail.com>
e8bf5266
JB
1348
1349 * modes.texi (Defining Minor Modes): Use C-backspace, not C-delete.
1350 Suggested by Štěpán Němec <stepnem@gmail.com>.
1351
7815fe19 13522010-08-08 Juanma Barranquero <lekktu@gmail.com>
b4f588fa
JB
1353
1354 * minibuf.texi (High-Level Completion): Document args of
1355 `read-buffer-function' (bug#5625).
1356
8b2dd508
JD
13572010-07-29 Jan Djärv <jan.h.d@swipnet.se>
1358
1359 * frames.texi (Layout Parameters): Add doc for tool-bar-position.
1360
bace45fe
MA
13612010-07-29 Michael Albinus <michael.albinus@gmx.de>
1362
1363 * processes.texi (Process Information): Explain process property
1364 `remote-tty'.
1365
4ce5a4cc
JB
13662010-07-27 Juanma Barranquero <lekktu@gmail.com>
1367
1368 * modes.texi (Defining Minor Modes): Use C-delete in examples,
1369 instead of "\C-\^?" (bug#6334).
1370
1c84bc7a
JB
1371 * text.texi (Special Properties): Fix typo.
1372
b88746ba
EZ
13732010-07-09 Eli Zaretskii <eliz@gnu.org>
1374
1375 * internals.texi (Writing Emacs Primitives): Adapt to ANSI C
1376 calling sequences, which are now the standard.
1377
51422d6d
CY
13782010-06-24 Chong Yidong <cyd@stupidchicken.com>
1379
1380 * text.texi (Undo): Clarify command loop behavior (Bug#2433).
1381
1382 * commands.texi (Command Overview): Mention undo-boundary call.
1383
d24880de
GM
13842010-06-23 Glenn Morris <rgm@gnu.org>
1385
1386 * abbrevs.texi, commands.texi, compile.texi, debugging.texi:
1387 * display.texi, edebug.texi, elisp.texi, eval.texi, files.texi:
1388 * frames.texi, functions.texi, internals.texi, keymaps.texi:
1389 * loading.texi, minibuf.texi, numbers.texi, os.texi, processes.texi:
1390 * searching.texi, sequences.texi, strings.texi, syntax.texi:
1391 * text.texi, tips.texi, vol1.texi, vol2.texi, windows.texi:
1392 Untabify Texinfo files.
1393
0fc76035
CY
13942010-06-20 Chong Yidong <cyd@stupidchicken.com>
1395
1396 * modes.texi (Minor Mode Conventions): Fix typo (Bug#6477).
1397
5338dc0b
CY
13982010-06-19 Chong Yidong <cyd@stupidchicken.com>
1399
a628ad9d 1400 * errors.texi (Standard Errors): Remove unnecessary markup (Bug#6461).
5338dc0b 1401
2c3a3c1d
CY
14022010-06-02 Chong Yidong <cyd@stupidchicken.com>
1403
ba3bf1d9
CY
1404 * searching.texi (Regexp Special): Remove obsolete information
1405 about matching non-ASCII characters, and suggest using char
1406 classes (Bug#6283).
2c3a3c1d 1407
7f4b4249
JB
14082010-05-30 Juanma Barranquero <lekktu@gmail.com>
1409
1410 * minibuf.texi (Basic Completion): Add missing "@end defun".
1411
637821cd
SM
14122010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
1413
1414 * minibuf.texi (Basic Completion): Document completion-boundaries.
1415 (Programmed Completion): Document the new fourth method for boundaries.
1416
e13051c3
CY
14172010-05-22 Chong Yidong <cyd@stupidchicken.com>
1418
a628ad9d 1419 * display.texi (Image Cache): Update documentation about image caching.
e13051c3 1420
0235128c 14212010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
da0bbbc4
CY
1422
1423 * windows.texi (Textual Scrolling):
1424 * tips.texi (Coding Conventions):
1425 * minibuf.texi (Minibuffer History):
1426 * maps.texi (Standard Keymaps):
1427 * loading.texi (Where Defined):
1428 * edebug.texi (Instrumenting): Fix typos.
1429
0235128c 14302010-05-08 Chong Yidong <cyd@stupidchicken.com>
eb5ed549 1431
c7c32279
CY
1432 * keymaps.texi (Menu Bar): Document :advertised-binding property.
1433
0235128c
SM
1434 * functions.texi (Obsolete Functions):
1435 Document set-advertised-calling-convention.
eb5ed549
CY
1436
1437 * minibuf.texi (Basic Completion): Document completion-in-region.
1438 (Programmed Completion): Document completion-annotate-function.
1439
1440 * commands.texi (Reading One Event): Document read-key.
1441 (Distinguish Interactive): Document KIND arg to
1442 called-interactively-p. Delete obsolete interactive-p.
1443
1444 * elisp.texi (Top): Update node description.
1445
f8848423
EZ
14462010-05-08 Eli Zaretskii <eliz@gnu.org>
1447
0235128c
SM
1448 * nonascii.texi (Character Properties):
1449 Document unicode-category-table. Add an index entry for Unicode
1450 general category.
1451
14522010-05-07 Chong Yidong <cyd@stupidchicken.com>
1453
1454 * Version 23.2 released.
f8848423 1455
938efb77
JB
14562010-04-20 Juanma Barranquero <lekktu@gmail.com>
1457
1458 * locals.texi (Standard Buffer-Local Variables):
1459 Remove @ignore'd reference to `direction-reversed'.
1460
5854c267
JL
14612010-04-14 Juri Linkov <juri@jurta.org>
1462
1463 Fix @deffn without category.
1464
1465 * abbrevs.texi (Abbrev Expansion): Replace @deffn with @defun
1466 for `abbrev-insert'.
1467
1468 * buffers.texi (Indirect Buffers): Add category `Command'
1469 to @deffn of `clone-indirect-buffer'.
1470
1471 * windows.texi (Cyclic Window Ordering): Replace @deffn with @defun
1472 for `next-window' and `previous-window'. Add category `Command'
1473 to @deffn of `pop-to-buffer'.
1474
8a14dec7
CY
14752010-04-01 Chong Yidong <cyd@stupidchicken.com>
1476
1477 * nonascii.texi (Text Representations): Don't mark
1478 enable-multibyte-characters as a user option.
1479
7a1831cf
EZ
14802010-03-31 Eli Zaretskii <eliz@gnu.org>
1481
1482 * control.texi (Handling Errors): How to re-throw a signal caught
1483 by condition-case.
1484
c3863713
CY
14852010-03-26 Chong Yidong <cyd@stupidchicken.com>
1486
1487 * loading.texi (Hooks for Loading): Document after-load-functions.
1488 Copyedits.
1489
c333f279
AM
14902010-03-24 Arni Magnusson <arnima@hafro.is> (tiny change)
1491
1492 * frames.texi (Cursor Parameters): Fix typo. (Bug#5760)
1493
e867cb5d 14942010-03-24 Chong Yidong <cyd@stupidchicken.com>
f7704e26
CY
1495
1496 * processes.texi (Network Processes): Document seqpacket type.
1497
605f35cd
DN
14982010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
1499
1500 * os.texi (System Environment): Do not mention lynxos.
1501
288f9fc0
CY
15022010-03-10 Chong Yidong <cyd@stupidchicken.com>
1503
1504 * Branch for 23.2.
1505
eed5c93a
CY
15062010-03-06 Chong Yidong <cyd@stupidchicken.com>
1507
1508 * objects.texi (Integer Type): Take note of the read syntax
1509 exception for numbers that cannot fit in the integer type.
1510
1ddd6622
GM
15112010-03-03 Glenn Morris <rgm@gnu.org>
1512
1513 * numbers.texi (Integer Basics, Bitwise Operations):
1514 * objects.texi (Integer Type): Update for integers now being 30-bit.
1515
a908c79a
CY
15162010-02-27 Chong Yidong <cyd@stupidchicken.com>
1517
1518 * display.texi (Low-Level Font): Document :otf font-spec property.
1519
cd61af01
SM
15202010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
1521
1522 * display.texi (Line Height): Avoid obsolete special default variables
1523 like default-major-mode.
1524
c02f8fe2
AM
15252010-01-28 Alan Mackenzie <acm@muc.de>
1526
1527 * display.texi (Auto Faces): Say fontification-functions is called
1528 whether or not Font Lock is enabled. Tidy up the wording a bit.
1529
d738d18b
CY
15302010-01-17 Chong Yidong <cyd@stupidchicken.com>
1531
1532 * elisp.texi: Remove duplicate edition information (Bug#5407).
1533
4963739e
JB
15342010-01-17 Juanma Barranquero <lekktu@gmail.com>
1535
1536 * two.el (volume-header-toc-markup): Fix typos in docstring.
1537
c57008f6
SM
15382010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
1539
1540 Avoid dubious uses of save-excursions.
1541 * positions.texi (Excursions): Recommend the use of
1542 save-current-buffer if applicable.
1543 * text.texi (Clickable Text): Fix the example code which used
1544 save-excursion in a naive way which sometimes preserves point and
1545 sometimes not.
1546 * variables.texi (Creating Buffer-Local):
1547 * os.texi (Session Management):
1548 * display.texi (GIF Images):
1549 * control.texi (Cleanups): Use (save|with)-current-buffer.
1550
2f3725cd
EZ
15512010-01-02 Eli Zaretskii <eliz@gnu.org>
1552
1553 * modes.texi (Example Major Modes): Fix indentation. (Bug#5195)
1554
85eeac93
CY
15552010-01-02 Chong Yidong <cyd@stupidchicken.com>
1556
1557 * nonascii.texi (Text Representations, Character Codes)
1558 (Converting Representations, Explicit Encoding)
1559 (Translation of Characters): Use hex notation consistently.
1560 (Character Sets): Fix map-charset-chars doc (Bug#5197).
1561
4801c5fa
CY
15622010-01-01 Chong Yidong <cyd@stupidchicken.com>
1563
1564 * loading.texi (Where Defined): Make it clearer that these are
1565 loaded files (Bug#5068).
1566
26e533e2
CY
15672009-12-29 Chong Yidong <cyd@stupidchicken.com>
1568
1569 * minibuf.texi (Completion Styles): Document `initials' style.
1570
16d1ff5f
CY
15712009-12-25 Chong Yidong <cyd@stupidchicken.com>
1572
1573 * frames.texi (Resources): Describe inhibit-x-resources.
1574 (Size Parameters): Copyedit.
1575
1576 * hash.texi (Creating Hash):
1577 * objects.texi (Hash Table Type): Document the new hash table
1578 printed representation.
1579
1580 * minibuf.texi (Basic Completion): 4th arg to all-completions is
1581 obsolete.
1582
5dcb4c4e
SM
1583 * processes.texi (Process Buffers):
1584 Document process-kill-buffer-query-function.
16d1ff5f 1585
9a5de3d9
GM
15862009-12-05 Glenn Morris <rgm@gnu.org>
1587
1588 * hooks.texi (Standard Hooks): Remove diary-display-hook, replaced by
1589 diary-display-function, and no longer recommended to be a hook.
1590 Update for changes in the names of calendar and diary hooks.
1591 diary-print-entries-hook has changed section.
1592
b640eb52
EZ
15932009-11-28 Eli Zaretskii <eliz@gnu.org>
1594
1595 * text.texi (Special Properties): More accurate description of
1596 what the `cursor' property does.
1597
be1674ab
KR
15982009-11-26 Kevin Ryde <user42@zip.com.au>
1599
1600 * commands.texi (Misc Events): vindex mouse-wheel-up-event and
1601 mouse-wheel-down-event, the closest thing to a definition for them.
1602 * os.texi (Startup Summary): vindex inhibit-startup-message and
1603 inhibit-splash-screen.
1604 (Command-Line Arguments): vindex argv.
1605 (Suspending Emacs): vindex suspend-tty-functions and
1606 resume-tty-functions. Don't want to index every hook, but having
1607 the programming ones is helpful.
1608
603f5979
CY
16092009-11-14 Chong Yidong <cyd@stupidchicken.com>
1610
1611 * commands.texi (Motion Events): Fix typo (Bug#4907).
1612
4359a806
CY
16132009-11-08 Chong Yidong <cyd@stupidchicken.com>
1614
1615 * searching.texi (Char Classes): Note that [:upper:] and [:lower:]
1616 are affected by case-fold-search (Bug#4483).
1617
0f063651
CY
16182009-11-02 Chong Yidong <cyd@stupidchicken.com>
1619
1620 * minibuf.texi (Reading File Names): Note that read-file-name may
1621 use a graphical file dialog.
1622
9bd79893
GM
16232009-10-31 Glenn Morris <rgm@gnu.org>
1624
1625 * nonascii.texi (User-Chosen Coding Systems): Minor reword. (Bug#4817)
1626
ebe479ec
KR
16272009-10-16 Kevin Ryde <user42@zip.com.au>
1628
1629 * files.texi (Magic File Names): Add @vindex file-name-handler-alist,
1630 in particular so `info-lookup-symbol' can find its docs.
1631
2640fa86
CY
16322009-10-16 Chong Yidong <cyd@stupidchicken.com>
1633
1634 * variables.texi (Constant Variables): Distinguish from defconst
1635 variables.
1636 (Defining Variables): Add cindex.
1637
edd6a733
CY
16382009-10-15 Chong Yidong <cyd@stupidchicken.com>
1639
1640 * os.texi (Time of Day): Clarify that the microsecond part is
1641 ignored (Bug#4637).
1642
5feb0b73
GM
16432009-10-11 Glenn Morris <rgm@gnu.org>
1644
1645 * frames.texi (Size and Position): Clarify what is included in the frame
1646 height. (Bug#4535)
1647
0c5413c8
GM
16482009-10-10 Glenn Morris <rgm@gnu.org>
1649
1650 * windows.texi (Size of Window): The relationship between window and
1651 frame heights is not so simple. (Bug#4535)
1652 Mention window-full-height-p.
1653
7f8b600a
SM
16542009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
1655
1656 * positions.texi (Text Lines): Remove goto-line, since it shouldn't be
1657 used from Lisp.
1658
6185de1c
EZ
16592009-10-07 Eli Zaretskii <eliz@gnu.org>
1660
7f8b600a
SM
1661 * files.texi (Directory Names) <abbreviate-file-name>:
1662 Document that root home directories are not replaced with "~".
6185de1c 1663
9972911f
EZ
16642009-10-06 Eli Zaretskii <eliz@gnu.org>
1665
1666 * text.texi (Special Properties): Document the meaning of the
1667 `cursor' text property whose value is an integer.
1668
2a3f19ef
MA
16692009-10-05 Michael Albinus <michael.albinus@gmx.de>
1670
1671 * files.texi (Magic File Names): Add `copy-directory'.
1672
804543b5
EZ
16732009-10-05 Eli Zaretskii <eliz@gnu.org>
1674
1675 * files.texi (File Attributes): Fix description of file
1676 attributes. (Bug#4638) Update attributes of files.texi example to
1677 be more representative.
1678
461bf92b
MA
16792009-10-05 Michael Albinus <michael.albinus@gmx.de>
1680
1681 * files.texi (Create/Delete Dirs): New command copy-directory.
1682
a86cd395
JB
16832009-10-04 Juanma Barranquero <lekktu@gmail.com>
1684
1685 * anti.texi (Antinews):
1686 * macros.texi (Indenting Macros):
1687 * strings.texi (Creating Strings, Case Conversion):
1688 Remove duplicate words.
1689
d3080264
MA
16902009-10-01 Michael Albinus <michael.albinus@gmx.de>
1691
1692 * files.texi (Create/Delete Dirs): delete-directory has an
1693 optional parameter RECURSIVE.
1694
85d14563
SM
16952009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
1696
1697 * buffers.texi (Swapping Text): Minor clarification.
1698
3d9842c6
GM
16992009-10-01 Glenn Morris <rgm@gnu.org>
1700
1701 * functions.texi (Declaring Functions): Mention that we also search for
1702 ".m" files in the src/ directory.
1703
78427304
CY
17042009-09-25 David Engster <deng@randomsample.de>
1705
3d9842c6 1706 * display.texi (Managing Overlays): Document copy-overlay (Bug#4549).
78427304 1707
b578c9cc
GM
17082009-09-22 Glenn Morris <rgm@gnu.org>
1709
1710 * internals.texi (Building Emacs): Mention preloaded-file-list.
1711
beee5da7
AM
17122009-09-14 Alan Mackenzie <acm@muc.de>
1713
1714 * os.texi (Terminal Output): Put "@code{}" around "stdout".
1715
5d6ab672
CY
17162009-09-13 Chong Yidong <cyd@stupidchicken.com>
1717
1718 * functions.texi (Anonymous Functions): Rearrange discussion,
1719 giving usage of unquoted lambda forms first. Mention that
1720 `function' and `#'' are no longer required (Bug#4290).
1721
59375eeb
AM
17222009-09-11 Alan Mackenzie <acm@muc.de>
1723
a86cd395 1724 * os.texi (Terminal Output): Document `send-string-to-terminal' in
59375eeb
AM
1725 batch mode.
1726
e7e2f529
GM
17272009-09-01 Glenn Morris <rgm@gnu.org>
1728
1729 * display.texi (Face Functions): Mention define-obsolete-face-alias.
1730
eae47088
GM
17312009-08-26 Ulrich Mueller <ulm@gentoo.org>
1732
1733 * nonascii.texi (Character Codes): Fix typos.
1734
3691a0a6
MA
17352009-08-25 Michael Albinus <michael.albinus@gmx.de>
1736
1737 * processes.texi (Synchronous Processes): New defvar
1738 process-file-side-effects.
1739
664d56b8
GM
17402009-08-25 Glenn Morris <rgm@gnu.org>
1741
1742 * display.texi (Fontsets): Fix typo.
1743
0706c025
GM
1744 * files.texi (Format Conversion Round-Trip): Mention nil regexp.
1745
03a74b84
SM
17462009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
1747
1748 * processes.texi (Asynchronous Processes): Adjust arglist of
1749 start-process-shell-command and start-file-process-shell-command.
1750
f6de8a37
CY
17512009-08-15 Chong Yidong <cyd@stupidchicken.com>
1752
4b1ed1bb
CY
1753 * advice.texi (Argument Access in Advice): Note that argument
1754 positions are zero-based (Bug#3932).
1755
89a9e058
CY
1756 * commands.texi (Distinguish Interactive): Minor copyedit.
1757
23696fd7
CY
1758 * display.texi (Face Attributes): Add xref to Displaying Faces for
1759 explanation of "underlying face".
1760
f6de8a37
CY
1761 * customize.texi (Common Keywords): Add xref to Loading.
1762
1763 * loading.texi (How Programs Do Loading): Add xref to Lisp
1764 Libraries node in the Emacs manual.
1765
417f77e6
CY
17662009-08-13 Chong Yidong <cyd@stupidchicken.com>
1767
1768 * objects.texi (Meta-Char Syntax): Add xref to Strings of Events.
1769
0999039c
CY
17702009-07-18 Chong Yidong <cyd@stupidchicken.com>
1771
1772 * processes.texi (Shell Arguments): Copyedits.
1773
9af167bc
GM
17742009-07-18 Glenn Morris <rgm@gnu.org>
1775
1776 * loading.texi (Repeated Loading): Fix typo.
1777
137987ab
RS
17782009-07-16 Richard Stallman <rms@gnu.org>
1779
1780 * buffers.texi (Swapping Text): Recommend setting
1781 write-region-annotate-functions and buffer-saved-size.
1782
1783 * backups.texi (Auto-Saving): Document buffer-saved-size = -2.
1784
622fa380
GM
17852009-07-15 Glenn Morris <rgm@gnu.org>
1786
1787 * edebug.texi: Minor re-phrasings throughout.
1788 (Edebug Execution Modes): Sit-for affects continue mode too.
1789 (Jumping): Use `forward-sexp' rather than its keybinding.
1790 (Edebug Misc): Fix Q binding.
1791 (Edebug Eval): Remove cl version.
1792 (Printing in Edebug): Clarify print-length etc.
1793 (Instrumenting Macro Calls): Defopt edebug-eval-macro-args.
1794 (Specification List): Remove edebug-unwrap findex entry.
1795 (Specification Examples): defmacro is actually not the same as defun.
1796 Escape "`" in example.
1797
6bbd4600
CY
17982009-07-15 Chong Yidong <cyd@stupidchicken.com>
1799
1800 * markers.texi (The Mark): Document optional arg to
1801 deactivate-mark.
1802
e538d479
GM
18032009-07-11 Kevin Ryde <user42@zip.com.au>
1804
1805 * hooks.texi (Standard Hooks): Fix cross-references.
1806
4c98b9ed
GM
1807 * loading.texi (Named Features): Refer to eval-after-load.
1808
5300838c
GM
18092009-07-11 Glenn Morris <rgm@gnu.org>
1810
64fbeb16
GM
1811 * Makefile.in (TEXI2PDF): New.
1812 (elisp.pdf): New target.
1813
4c98b9ed
GM
1814 * searching.texi (Regexp Backslash): Fix typo.
1815
1816 * elisp.texi (Top): Display copyright notice at start of non-TeX.
5300838c 1817
51d9979c
GM
18182009-07-10 Glenn Morris <rgm@gnu.org>
1819
561c0216
GM
1820 * elisp.texi, vol1.texi, vol2.texi: Update @detailmenu.
1821
5b594a58
GM
1822 * customize.texi (Customization Types):
1823 * display.texi (Abstract Display):
0cc8c85a 1824 * objects.texi (Character Type, String Type):
5b594a58 1825 Merge in some menu descriptions from elisp.texi.
51d9979c 1826
c3cbbb40
GM
1827 * hash.texi (Hash Tables):
1828 * modes.texi (Multiline Font Lock):
1829 End menu description with period.
fe42c16a 1830
28528402
GM
18312009-07-09 Glenn Morris <rgm@gnu.org>
1832
1833 * back.texi: Don't hard-code texinfo location.
1834
1835 * two-volume.make (texinfodir): New, with location of texinfo.tex.
1836 (tex): Add texinfodir to TEXINPUTS.
1837 (elisp1med-init, elisp2med-init): Use texinfodir.
1838
1839 * Makefile.in (texinfodir): Rename from usermanualdir, and update.
1840 (clean): Add two-volume.make intermediate files.
1841
1842 * elisp.texi, vol1.texi, vol2.texi:
1843 Use a DATE variable with the publication date, and update it.
1844 Fix antinews menu description.
1845
1846 * vol1.texi, vol2.texi: Update VERSION to match elisp.texi.
1847 Update the detailed node listing to match elisp.texi.
1848
1849 * README: Update edition to match elisp.texi.
1850
1851 * objects.texi (General Escape Syntax):
1852 * nonascii.texi (Character Sets):
1853 Use consistent case for "Unicode Standard".
1854
1855 * anti.texi (Antinews):
1856 * customize.texi (Variable Definitions):
1857 * functions.texi (Declaring Functions):
1858 * nonascii.texi (Character Properties):
1859 * processes.texi (Serial Ports):
1860 * text.texi (Special Properties):
1861 * tips.texi (Coding Conventions):
1862 Minor rearrangements to improve TeX line-filling.
1863
1864 * commands.texi (Using Interactive): Fix cross-reference.
1865
17db8e10
JD
18662009-07-01 Jan Djärv <jan.h.d@swipnet.se>
1867
1868 * frames.texi (Management Parameters): Mention sticky.
1869
77c7e2e1
AS
18702009-07-01 Andreas Schwab <aschwab@redhat.com>
1871
1872 * help.texi (Help Functions): Fix description of help-buffer and
1873 help-setup-xref to use @defun instead of @deffn.
1874
3f1c6666
JD
18752009-07-01 Jan Djärv <jan.h.d@swipnet.se>
1876
1877 * frames.texi (Size Parameters): Mention maximized for fullscreen.
1878
ca27c21b
CY
18792009-06-24 Chong Yidong <cyd@stupidchicken.com>
1880
1881 * display.texi (Window Systems): Add ns to the list.
1882
70243478
CY
18832009-06-21 Chong Yidong <cyd@stupidchicken.com>
1884
1885 * Branch for 23.1.
1886
df006536
MR
18872009-06-17 Martin Rudalics <rudalics@gmx.at>
1888
1889 * windows.texi (Dedicated Windows): Fix typo.
1890 (Resizing Windows): Replace @defun by @deffn.
1891
d259fc4b
GM
18922009-06-17 Glenn Morris <rgm@gnu.org>
1893
1894 * variables.texi (Directory Local Variables):
1895 Update for 2009-04-11 name-change of dir-locals-directory-alist.
1896
30781db6
KH
18972009-06-09 Kenichi Handa <handa@m17n.org>
1898
1899 * nonascii.texi (Character Sets): State clearly that FROM and TO
1900 are codepoints of CHARSET.
1901
62e8099c
CY
19022009-06-07 Chong Yidong <cyd@stupidchicken.com>
1903
1904 * minibuf.texi (Reading File Names): Fix introductory text.
1905 Suggested by stan@derbycityprints.com.
1906 (High-Level Completion): Fix typo.
1907
ee1b1917
CY
19082009-05-28 Chong Yidong <cyd@stupidchicken.com>
1909
1910 * frames.texi (Text Terminal Colors): Multi-tty is already
1911 implemented, but tty-local colors are not.
1912
5df647e8
CY
19132009-05-27 Chong Yidong <cyd@stupidchicken.com>
1914
1915 * hooks.texi (Standard Hooks): Remove mention of obsolete
1916 redisplay-end-trigger-functions.
1917
1918 * internals.texi (Window Internals): Remove mention of obsolete
1919 redisplay-end-trigger-functions.
1920
01f17ae2
MR
19212009-05-21 Martin Rudalics <rudalics@gmx.at>
1922
1923 * abbrevs.texi (Abbrev Mode): abbrev-mode is an option.
1924
1925 * backups.texi (Making Backups): backup-directory-alist and
1926 make-backup-file-name-function are options.
1927 (Auto-Saving): auto-save-list-file-prefix is an option.
1928
1929 * buffers.texi (Killing Buffers): buffer-offer-save is an
1930 option.
1931
1932 * display.texi (Refresh Screen): no-redraw-on-reenter is an
1933 option.
1934 (Echo Area Customization): echo-keystrokes is an option.
1935 (Selective Display): selective-display-ellipses is an option.
1936 (Temporary Displays): temp-buffer-show-function is an option.
1937 (Face Attributes): underline-minimum-offset and x-bitmap-file-path
1938 are options.
1939 (Font Selection): face-font-family-alternatives,
1940 face-font-selection-order, face-font-registry-alternatives, and
1941 scalable-fonts-allowed are options.
1942 (Fringe Indicators): indicate-buffer-boundaries is an option.
1943 (Fringe Cursors): overflow-newline-into-fringe is an option.
1944 (Scroll Bars): scroll-bar-mode is an option.
1945
1946 * eval.texi (Eval): max-lisp-eval-depth is an option.
1947
1948 * files.texi (Visiting Functions): find-file-hook is an option.
1949 (Directory Names): directory-abbrev-alist is an option.
1950 (Unique File Names): temporary-file-directory and
1951 small-temporary-file-directory are options.
1952
1953 * frames.texi (Initial Parameters): initial-frame-alist,
1954 minibuffer-frame-alist and default-frame-alist are options.
1955 (Cursor Parameters): blink-cursor-alist and
1956 cursor-in-non-selected-windows ar options.
1957 (Window System Selections): selection-coding-system is an
1958 option.
1959 (Display Feature Testing): display-mm-dimensions-alist is an
1960 option.
1961
1962 * help.texi (Help Functions): help-char and help-event-list are
1963 options.
1964
1965 * keymaps.texi (Functions for Key Lookup): meta-prefix-char is
1966 an option.
1967
1968 * minibuf.texi (Minibuffer History): history-length and
1969 history-delete-duplicates are options.
1970 (High-Level Completion): read-buffer-function and
1971 read-buffer-completion-ignore-case are options.
1972 (Reading File Names): read-file-name-completion-ignore-case is
1973 an option.
1974
1975 * modes.texi (Mode Line Top): mode-line-format is an option.
1976 (Mode Line Variables): mode-line-position and mode-line-modes
1977 are options.
1978
1979 * nonascii.texi (Text Representations):
1980 enable-multibyte-characters is an option.
1981 (Default Coding Systems): auto-coding-regexp-alist,
1982 file-coding-system-alist, auto-coding-alist and
1983 auto-coding-functions are options.
1984 (Specifying Coding Systems): inhibit-eol-conversion is an
1985 option.
1986
1987 * os.texi (Init File): site-run-file is an option.
1988 (System Environment): mail-host-address is an option.
1989 (User Identification): user-mail-address is an option.
1990 (Terminal Output): baud-rate is an option.
1991
1992 * positions.texi (Word Motion): words-include-escapes is an
1993 option.
1994
1995 * searching.texi (Standard Regexps): page-delimiter,
1996 paragraph-separate, paragraph-separate and sentence-end are
1997 options.
1998
1999 * text.texi (Margins): left-margin and fill-nobreak-predicate
2000 are options.
2001
2002 * variables.texi (Local Variables): max-specpdl-size is an
2003 option.
2004
2005 * windows.texi (Choosing Window):
2006 split-window-preferred-function, special-display-function and
2007 display-buffer-function are options.
2008
106e6894
CY
20092009-05-20 Chong Yidong <cyd@stupidchicken.com>
2010
4a83454d
CY
2011 Fix errors spotted by Martin Rudalics.
2012
106e6894
CY
2013 * syntax.texi (Position Parse): Document rationale for ignored
2014 arguments to syntax-ppss-flush-cache.
2015
2016 * processes.texi (Input to Processes): Mark PROCESS arg to
2017 process-running-child-p as optional.
2018 (Network Options): Document NO-ERROR arg to
2019 set-network-process-option.
2020
2021 * buffers.texi (Indirect Buffers): Mark clone-indirect-buffer as a
2022 command.
2023
2024 * searching.texi (POSIX Regexps): Mark posix-search-forward and
2025 posix-search-backward as commands.
2026
2027 * os.texi (Killing Emacs): Mark kill-emacs as a command.
2028 (Suspending Emacs): Mark suspend-emacs as a command.
2029 (Processor Run Time): Mark emacs-uptime and emacs-init-time as
2030 commands.
5dcb4c4e
SM
2031 (Terminal Output): Remove obsolete function baud-rate.
2032 Document TERMINAL arg for send-string-to-terminal.
106e6894
CY
2033
2034 * nonascii.texi (Terminal I/O Encoding): Document TERMINAL arg for
2035 terminal-coding-system and set-terminal-coding-system.
2036 (Explicit Encoding): Mark DESTINATION arg of decode-coding-region
2037 as optional.
2038 (Character Sets): Document RESTRICTION arg of char-charset.
2039 (Character Codes): Mark POS argument to get-byte as optional.
2040
2041 * minibuf.texi (Minibuffer Misc): Document ARGS arg for
2042 minibuffer-message.
2043
2044 * files.texi (Create/Delete Dirs): Mark make-directory and
2045 delete-directory as commands.
2046
2047 * abbrevs.texi (Abbrev Tables): Fix arglist for make-abbrev-table.
2048
2049 * text.texi (Base 64): Mark base64-decode-string and
2050 base64-encode-string as commands.
2051 (Columns): Mark move-to-column as a command.
2052 (Mode-Specific Indent): Document RIGID arg to
2053 indent-for-tab-command.
2054 (Region Indent): Mark TO-COLUMN arg to indent-region as optional.
2055 Mark indent-code-rigidly as a command.
2056 (Substitution): Mark translate-region as a command.
2057
2058 * frames.texi (Size and Position): Remove obsolete functions
2059 screen-height and screen-width.
2060
04173931
CY
20612009-05-19 Chong Yidong <cyd@stupidchicken.com>
2062
2063 * windows.texi (Cyclic Window Ordering, Cyclic Window Ordering)
2064 (Displaying Buffers, Resizing Windows): Correct mistakes;
2065 next-window, previous-window, and pop-to-buffer are not commands,
2066 and fit-window-to-buffer" is a command. (Pointed out by Martin
2067 Rudalics.)
2068
eae7d8f8
RS
20692009-05-17 Richard M Stallman <rms@gnu.org>
2070
2071 * modes.texi (Precalculated Fontification): Clarify text.
2072
b8766179
MR
20732009-05-17 Martin Rudalics <rudalics@gmx.at>
2074
2075 * windows.texi (Selecting Windows): Clarify descriptions of
2076 with-selected-window and get-lru-window.
2077 (Cyclic Window Ordering): Refer to particular frame when talking
2078 about how splitting affects the ordering.
2079 (Displaying Buffers): Fix descriptions of switch-to-buffer and
2080 switch-to-buffer-other-window. Explain how setting of
2081 display-buffer-reuse-frames affects pop-to-buffer.
2082 (Choosing Window): Clarify some details in descriptions of
2083 display-buffer-reuse-frames, pop-up-frames, and
2084 pop-up-frame-function.
2085 (Dedicated Windows): Clarify some details.
2086 (Textual Scrolling): Replace term vscroll by term vertical
2087 scroll position.
2088 (Vertical Scrolling): Fix typo.
2089 (Window Hooks): Relate text on jit-lock-register to window
2090 scrolling and size changes.
2091
734b5e3b
CY
20922009-05-14 Chong Yidong <cyd@stupidchicken.com>
2093
0a65633e
CY
2094 * frames.texi (Initial Parameters): Clarify what the initial
2095 minibuffer frame is.
05be46d7
CY
2096 (Buffer Parameters): Note that the minibuffer parameter can not be
2097 altered.
0a65633e 2098
734b5e3b
CY
2099 * anti.texi (Antinews): Copyedits. Rearrange some entries.
2100 Document display-buffer changes.
2101
925672cd
CY
21022009-05-13 Chong Yidong <cyd@stupidchicken.com>
2103
17ecd7af
CY
2104 * anti.texi (Antinews): Rewrite for Emacs 22.
2105
925672cd
CY
2106 * abbrevs.texi (Abbrevs): Add xref to Creating Symbols when
2107 obarrays are first mentioned. Define "system abbrev" more
2108 prominently, and add it to the index.
2109 (Abbrev Mode, Abbrev Tables, Defining Abbrevs, Abbrev Properties):
2110 Copyedits.
2111 (Abbrev Expansion): Document abbrev-insert.
2112
80be4dd7
CY
21132009-05-12 Chong Yidong <cyd@stupidchicken.com>
2114
2115 * frames.texi (Font and Color Parameters): Rename from Color
2116 Parameters. Document font-backend parameter.
2117
2118 * vol2.texi (Top): Update node listing.
2119 * vol1.texi (Top): Update node listing.
2120 * elisp.texi (Top): Update node listing.
2121
372a93ac
MR
21222009-05-11 Martin Rudalics <rudalics@gmx.at>
2123
2124 * windows.texi (Choosing Window): Don't explicitly refer to
2125 split-window-sensibly's window argument in descriptions of
2126 split-height-threshold and split-width-threshold.
2127
714c3541
MR
21282009-05-10 Martin Rudalics <rudalics@gmx.at>
2129
2130 * windows.texi (Choosing Window): Fix rewrite of window
2131 splitting section.
2132
0e90e7be
EZ
21332009-05-09 Eli Zaretskii <eliz@gnu.org>
2134
f4e90db0
SM
2135 * nonascii.texi (Default Coding Systems):
2136 Document find-auto-coding, set-auto-coding, and auto-coding-alist.
5dcb4c4e 2137 Add indexing.
0e90e7be
EZ
2138 (Lisp and Coding Systems): Add index entries.
2139
d3c0c321
MR
21402009-05-09 Martin Rudalics <rudalics@gmx.at>
2141
2142 * windows.texi (Choosing Window): Describe split-window-sensibly
2143 and rewrite section on window splitting accordingly.
2144 (Textual Scrolling): Replace `...' by @code{...}.
2145
c773345a
CY
21462009-05-04 Chong Yidong <cyd@stupidchicken.com>
2147
ee2d5b5e
CY
2148 * hooks.texi (Standard Hooks): Add abbrev-expand-functions.
2149 Remove obsoleted pre-abbrev-expand-hook.
2150
2151 * locals.texi (Standard Buffer-Local Variables): Consolidate table
2152 entries.
2153
c773345a
CY
2154 * internals.texi (Object Internals): Don't assume 32-bit machines
2155 are the norm.
2156 (Buffer Internals): Consolidate table entries for readability.
ee2d5b5e
CY
2157 (Window Internals): Synch field names to window.h.
2158 (Process Internals): Synch field names to process.h.
c773345a 2159
dd449674
CY
21602009-04-29 Chong Yidong <cyd@stupidchicken.com>
2161
2162 * variables.texi (File Local Variables): Note that read-circle is
2163 bound to nil when reading file-local variables.
2164
2165 * streams.texi (Input Functions): Document read-circle.
2166 (Output Variables): Add xref to Circular Objects.
2167
4f1e25e2
CY
21682009-04-25 Chong Yidong <cyd@stupidchicken.com>
2169
2170 * tips.texi (Coding Conventions): Copyedits. Add xref to Named
2171 Features and Coding System Basics. Node that "p" stands for
2172 "predicate". Recommend utf-8-emacs instead of emacs-mule.
2173 (Key Binding Conventions): Emacs does use S-down-mouse-1, for
2174 mouse-appearance-menu.
2175 (Programming Tips): Add xref to Progress.
2176
dca019f8
CY
21772009-04-22 Chong Yidong <cyd@stupidchicken.com>
2178
5dcb4c4e
SM
2179 * os.texi (Command-Line Arguments):
2180 Document command-line-args-left.
dca019f8
CY
2181 (Suspending Emacs): Adapt text to multi-tty case. Document use of
2182 terminal objects for tty arguments.
2183 (Startup Summary): Add xref to Session Management.
2184 (Session Management): Mention emacs-session-restore. Copyedits.
2185
02a89103
CY
21862009-04-20 Chong Yidong <cyd@stupidchicken.com>
2187
2188 * os.texi (Startup Summary): Copyedits. The init file is not
2189 necessarily named .emacs now. Document initial-buffer-choice and
2190 initial-scratch-message. Note where Emacs exits in batch mode.
2191 Document inhibit-splash-screen as an alias.
2192 (Init File): Be neutral about which init file name to use.
2193
21942009-04-16 Chong Yidong <cyd@stupidchicken.com>
2195
2196 * os.texi (System Interface): Fix Texinfo usage.
2197
0c1cfe01
CY
21982009-04-15 Chong Yidong <cyd@stupidchicken.com>
2199
80d7cdca
CY
2200 * searching.texi (Regexp Backslash): Also refer to shy groups as
2201 non-capturing or unnumbered groups.
2202 (Regexp Functions): Add cross-reference to Regexp Backslash.
2203
0c1cfe01
CY
2204 * display.texi (Truncation): Overlays can use line-prefix and
2205 wrap-prefix too.
2206 (Overlay Properties): Document wrap-prefix and line-prefix.
2207 (Face Attributes): Document underline-minimum-offset.
2208 (Face Remapping): Copyedits.
2209 (Low-Level Font): Copyedits.
2210 (Image Cache): Note that the image cache is shared between frames.
ed8ab760
CY
2211 (Line Height): Emphasize that line-spacing only takes effect on
2212 graphical terminals.
0c1cfe01 2213
c4adeee0
CY
22142009-04-13 Chong Yidong <cyd@stupidchicken.com>
2215
2216 * display.texi (Refresh Screen): Note that a passage about screen
2217 refreshing is text terminal only.
2218 (Forcing Redisplay): Delete misleading comment---sit-for calls
2219 redisplay, not the other way around.
2220 (Truncation): Note new values of truncate-partial-width-windows.
2221 Copyedits.
2222 (Invisible Text): Document invisible-p.
2223
b20ecfa1
EZ
22242009-04-11 Eli Zaretskii <eliz@gnu.org>
2225
2226 * display.texi (Overlays): Overlays don't scale well. See
2227 http://lists.gnu.org/archive/html/emacs-devel/2009-04/msg00243.html.
2228
97d8273f
CY
22292009-04-10 Chong Yidong <cyd@stupidchicken.com>
2230
f147ff75
CY
2231 * syntax.texi (Syntax Table Functions): Document cons cell
2232 argument for modify-syntax-entry.
2233 (Categories): Document cons cell argument for
2234 modify-category-entry.
2235
fca4ec76
CY
2236 * searching.texi (String Search): Document word-search-forward-lax
2237 and word-search-backward-lax.
2238 (Searching and Case): Describe isearch behavior more precisely.
2239
9c283d5b
CY
2240 * keymaps.texi (Tool Bar): Mention that some platforms do not
2241 support multi-line toolbars. Suggested by Stephen Eglen.
2242
2243 * frames.texi (Layout Parameters): Mention that Nextstep also
2244 allows only one tool-bar line. Suggested by Stephen Eglen.
2245
97d8273f
CY
2246 * nonascii.texi (Text Representations): Copyedits.
2247 (Coding System Basics): Also mention utf-8-emacs.
2248 (Converting Representations, Selecting a Representation)
2249 (Scanning Charsets, Translation of Characters, Encoding and I/O):
2250 Copyedits.
2251 (Character Codes): Mention role of codepoints 1114112 to 4194175.
2252
2bad3299
CY
22532009-04-09 Chong Yidong <cyd@stupidchicken.com>
2254
2255 * text.texi (Yank Commands): Note that yank uses push-mark.
5dcb4c4e
SM
2256 (Filling): Clarify REGION argument of fill-paragraph.
2257 Document fill-forward-paragraph-function.
2bad3299
CY
2258 (Special Properties): Remove "new in Emacs 22" declaration.
2259 (Clickable Text): Merge with Links and Mouse-1 node.
2260
5dcb4c4e
SM
2261 * display.texi (Button Properties, Button Buffer Commands):
2262 Change xref to Clickable Text.
2bad3299
CY
2263
2264 * tips.texi (Key Binding Conventions): Change xref to Clickable
2265 Text.
2266
2267 * elisp.texi (Top): Update node listing.
2268
ea30ce4f
CY
22692009-04-05 Chong Yidong <cyd@stupidchicken.com>
2270
47af2f4b
CY
2271 * markers.texi (The Mark): Copyedits. Improve description of
2272 handle-shift-selection.
2273 (The Region): Move use-region-p here from The Mark.
2274
ea30ce4f
CY
2275 * positions.texi (Screen Lines): Document (cols . lines) argument
2276 for vertical-motion.
2277
2aa8ea6e
CY
22782009-04-04 Chong Yidong <cyd@stupidchicken.com>
2279
3ec61d4e
CY
2280 * frames.texi (Frames): Clean up introduction. Document `ns'
2281 return value for framep.
2282 (Creating Frames): Note how the terminal is chosen.
2283 (Multiple Terminals, Multiple Displays): Merge into a single node.
2284 (Color Parameters): Fix typo.
2285
2286 * variables.texi (Local Variables, Buffer-Local Variables)
2287 (Creating Buffer-Local): Change link to Multiple Terminals.
2288
2289 * os.texi (X11 Keysyms): Change link to Multiple Terminals.
2290
2291 * keymaps.texi (Controlling Active Maps): Change link to Multiple
2292 Terminals.
2293
2294 * commands.texi (Command Loop Info, Keyboard Macros): Change link
2295 to Multiple Terminals.
2296
2297 * elisp.texi (Top): Update node listing.
2298 * vol2.texi (Top): Update node listing.
2299 * vol1.texi (Top): Update node listing.
2300
9257072f
CY
2301 * buffers.texi (Current Buffer): Note that the append-to-buffer
2302 example is no longer in synch with the latest code. Tie the two
2303 examples together.
2304
2aa8ea6e
CY
2305 * files.texi (File Attributes): Move note about MS-DOS from
2306 Changing Files to File Attributes.
2307 (Create/Delete Dirs): Note that mkdir is an alias for this.
2308
22e74b17
CY
23092009-04-01 Markus Triska <triska@gmx.at>
2310
2311 * processes.texi (Filter Functions): Suggest how to handle output
2312 batches.
2313
4bbe48ec
CY
23142009-03-30 Chong Yidong <cyd@stupidchicken.com>
2315
2316 * help.texi (Accessing Documentation): Update example to use
2317 help-setup-xref and with-help-window.
2318 (Help Functions): Remove print-help-return-message, which is
2319 semi-obsolete due to with-help-window. Document help-buffer and
2320 help-setup-xref.
2321
b9723f39
CY
23222009-03-29 Chong Yidong <cyd@stupidchicken.com>
2323
5dcb4c4e
SM
2324 * help.texi (Accessing Documentation, Help Functions):
2325 Remove information about long-obsolete Emacs versions.
9eb52e90 2326
b9723f39
CY
2327 * modes.texi (Mode Line Variables): The default values of the mode
2328 line variables are now more complicated.
2329
b0cc32db
CY
23302009-03-28 Chong Yidong <cyd@stupidchicken.com>
2331
3c25a5a9
CY
2332 * modes.texi (Major Mode Conventions): Note that specialness is
2333 inherited.
31c9eebb
CY
2334 (Derived Modes): Note that define-derive-mode sets the mode-class
2335 property.
3c25a5a9 2336
b0cc32db
CY
2337 * keymaps.texi (Prefix Keys): The M-g prefix key is now named
2338 goto-map. Add search-map to the list.
2339
c5e0006d
EZ
23402009-03-27 Eli Zaretskii <eliz@gnu.org>
2341
1213465a
EZ
2342 * os.texi (System Environment): Update the list of system-type
2343 values.
2344
c5e0006d
EZ
2345 * markers.texi (The Mark) <handle-shift-selection>: Update for
2346 removal of the optional argument DEACTIVATE.
2347
48bab3d6
CY
23482009-03-25 Chong Yidong <cyd@stupidchicken.com>
2349
2350 * commands.texi (Focus Events): Most X window managers don't use
2351 focus-follows-mouse nowadays.
2352
6e4ff1b6
CY
23532009-03-24 Chong Yidong <cyd@stupidchicken.com>
2354
2355 * commands.texi (Defining Commands): Clarify introduction.
2356 (Using Interactive): Not that interactive can be put in a symbol
2357 property.
2358 (Interactive Call): Note that a symbol with a non-nil
2359 interactive-form property satisfies commandp.
2360
11625308
JB
23612009-03-23 Juanma Barranquero <lekktu@gmail.com>
2362
2363 * minibuf.texi (Intro to Minibuffers): Fix typos.
2364
7b34420d
CY
23652009-03-23 Chong Yidong <cyd@stupidchicken.com>
2366
2367 * minibuf.texi (Intro to Minibuffers): Remove long-obsolete info
5dcb4c4e
SM
2368 about minibuffers in old Emacs versions. Copyedits.
2369 Emphasize that enable-recursive-minibuffers defaults to nil.
7b34420d
CY
2370 (Text from Minibuffer): Simplify introduction.
2371
f9257eed
AM
23722009-03-22 Alan Mackenzie <acm@muc.de>
2373
2374 * commands.texi (Using Interactive): Clarify string argument to
2375 `interactive' - even promptless elements need \n separators.
2376
f639ba70
CY
23772009-03-18 Chong Yidong <cyd@stupidchicken.com>
2378
2379 * minibuf.texi (Completion Styles): New node.
2380
2381 * elisp.texi (Top): Update node listing.
2382
d897e8ee
CY
23832009-03-17 Chong Yidong <cyd@stupidchicken.com>
2384
2385 * minibuf.texi (Basic Completion): Note that
2386 read-file-name-completion-ignore-case and
2387 read-buffer-completion-ignore-case can override
2388 completion-ignore-case.
2389 (Minibuffer Completion): Document completing-read changes.
2390 (Completion Commands): Avoid mentioning partial completion mode.
2391 Document minibuffer-completion-confirm changes, and
2392 minibuffer-confirm-exit-commands.
2393 (High-Level Completion): Document new require-match behavior for
2394 read-buffer. Document read-buffer-completion-ignore-case.
2395 (Reading File Names): Document new require-match behavior for
2396 read-file-name.
2397
b1f23349
CY
23982009-03-14 Chong Yidong <cyd@stupidchicken.com>
2399
2400 * debugging.texi (Error Debugging): Don't mislead the reader into
2401 thinking that debug-on-error enters debugger for C-f at EOB.
2402 (Error Debugging): Setting debug-on-init within the init file
2403 works, and has for some time.
2404
d6eb4e25
KH
24052009-03-13 Kenichi Handa <handa@m17n.org>
2406
2407 * display.texi (Fontsets): Update the description.
2408
1cf53dc5
CY
24092009-03-13 Chong Yidong <cyd@stupidchicken.com>
2410
2411 * advice.texi (Advising Primitives): Link to What Is a Function.
2412
81f919fc
CY
24132009-03-12 Chong Yidong <cyd@stupidchicken.com>
2414
cf4229eb
CY
2415 * compile.texi (Speed of Byte-Code): Update example.
2416 (Disassembly): Update examples.
2417
81f919fc 2418 * loading.texi (Repeated Loading): Simplify examples.
f2bbc08c
CY
2419
2420 * customize.texi (Common Keywords): It's not necessary to use :tag
2421 to remove hyphens, as custom-unlispify-tag-name does it
2422 automatically.
5dcb4c4e
SM
2423 (Variable Definitions): Link to File Local Variables.
2424 Document customized-value symbol property.
f2bbc08c
CY
2425 (Customization Types): Move menu to end of node.
2426
955964d7
CY
24272009-03-10 Chong Yidong <cyd@stupidchicken.com>
2428
2429 * macros.texi (Compiling Macros): Omit misleading sentence, which
2430 implied that macros can only be used in the same file they are
2431 defined.
2432 (Backquote): Remove obsolete information about Emacs 19.
2433
d25ed7db
GM
24342009-03-05 John Foerch <jjfoerch@earthlink.net> (tiny change)
2435
2436 * display.texi (Display Margins): Fix paren typo.
2437
d55f6ca5
CY
24382009-02-27 Chong Yidong <cyd@stupidchicken.com>
2439
f0e57ed8
CY
2440 * elisp.texi (Top): Update node listing.
2441
2442 * variables.texi (Variables): Clarify introduction.
2443 (Global Variables): Mention that setq is a special form.
2444 (Local Variables): Use active voice.
2445 (Tips for Defining): Mention marking variables as safe.
2446 (Buffer-Local Variables): Mention terminal-local and frame-local
2447 variables together.
2448 (File Local Variables): Copyedits.
2449 (Frame-Local Variables): Note that they are not really useful.
2450 (Future Local Variables): Node deleted.
2451
d55f6ca5 2452 * objects.texi (General Escape Syntax): Update explanation of
fe7a3057 2453 Unicode escape syntax.
d55f6ca5 2454
ca8f09a8
CY
24552009-02-23 Chong Yidong <cyd@stupidchicken.com>
2456
2457 * control.texi (Control Structures): Add cindex entry for "textual
2458 order".
2459
2460 * eval.texi (Intro Eval): Copyedits. Standardize on "form"
2461 instead of "expression" throughout.
2462 (Function Indirection): Copyedits. Use active voice.
2463 (Eval): The default value of max-lisp-eval-depth is now 400.
2464
a20878b6
MB
24652009-02-23 Miles Bader <miles@gnu.org>
2466
2467 * processes.texi (System Processes): Rename `system-process-attributes'
2468 to `process-attributes'.
2469
61f66044
CY
24702009-02-22 Chong Yidong <cyd@stupidchicken.com>
2471
1b80d1f3
CY
2472 * symbols.texi (Property Lists): Emphasize that property lists are
2473 not restricted to symbol cells.
2474 (Other Plists): Copyedit.
2475
61f66044
CY
2476 * sequences.texi (Sequences Arrays Vectors): Make introduction
2477 more concise.
2478 (Arrays): Mention char-tables and bool-vectors too.
2479 (Vectors): Don't repeat information given in Arrays node. Link to
2480 nodes that explain the vector usage examples.
2481 (Char-Tables): Note that char-table elements can have arbitrary
2482 type. Explain effect of omitted char-table-extra-slots property.
8a63cf41 2483 Link to Property Lists node.
61f66044 2484
9403944b
CY
24852009-02-22 Chong Yidong <cyd@stupidchicken.com>
2486
2487 * lists.texi (Building Lists): Remove obsolete Emacs 20 usage of
2488 `append'.
4068c7b4 2489 (List Elements): Copyedits.
9403944b
CY
2490
2491 * sequences.texi (Vector Functions): Remove obsolete Emacs 20 use
2492 of `vconcat'.
2493
2494 * strings.texi (Creating Strings): Copyedits. Remove obsolete
2495 Emacs 20 usage of `concat'.
2496 (Case Conversion): Copyedits.
2497
b87a185f
CY
24982009-02-21 Chong Yidong <cyd@stupidchicken.com>
2499
2500 * objects.texi (Lisp Data Types, Syntax for Strings, Buffer Type):
2501 Minor edits.
2502 (Frame Configuration Type): Emphasize that it is not primitive.
2503 (Font Type): New node.
2504 (Type Predicates): Add fontp; type-of now recognizes font object
2505 types.
2506
2507 * intro.texi (Version Info): Update version numbers in examples.
2508 (Acknowledgements): List more contributors.
2509
2510 * elisp.texi: Bump version number to 3.0.
2511 (Top): Link to Font Type node.
2512
867d4bb3
JB
25132009-02-20 Juanma Barranquero <lekktu@gmail.com>
2514
2515 * modes.texi (Major Mode Conventions): Remove duplicate words.
2516 (Customizing Keywords): Fix typo.
2517
77730170
EZ
25182009-02-14 Eli Zaretskii <eliz@gnu.org>
2519
2520 * nonascii.texi (User-Chosen Coding Systems): Document that
2521 select-safe-coding-system suggests raw-text if there are raw bytes
2522 in the region.
2523 (Explicit Encoding): Warn not to use `undecided' when encoding.
2524
c8736212
GM
25252009-02-11 Glenn Morris <rgm@gnu.org>
2526
2527 * frames.texi (Visibility of Frames): Mention the effect multiple
2528 workspaces/desktops can have on visibility.
2529
ab992d66
EZ
25302009-02-07 Eli Zaretskii <eliz@gnu.org>
2531
c8736212
GM
2532 * text.texi (Commands for Insertion):
2533 * commands.texi (Event Mod):
2534 * keymaps.texi (Searching Keymaps):
5dcb4c4e
SM
2535 * nonascii.texi (Translation of Characters):
2536 Reinstate documentation of translation-table-for-input.
7d2a859f
EZ
2537 (Explicit Encoding): Document the `charset' text property produced
2538 by decode-coding-region and decode-coding-string.
ab992d66 2539
e651a255
AM
25402009-01-27 Alan Mackenzie <acm@muc.de>
2541
2542 * modes.texi (Search-based Fontification): Correct a typo.
2543
bc5cde4b
JB
25442009-01-25 Juanma Barranquero <lekktu@gmail.com>
2545
2546 * abbrevs.texi (Abbrev Table Properties): Fix typo.
2547 Reported by Seweryn Kokot <sewkokot@gmail.com>. (Bug#2039)
2548
3533155b
EZ
25492009-01-24 Eli Zaretskii <eliz@gnu.org>
2550
f721deda
EZ
2551 * display.texi (Window Systems): Document the value of
2552 `initial-window-system' under --daemon.
2553
3533155b
EZ
2554 * os.texi (System Environment): Remove description of the
2555 `environment' function which has been deleted.
2556
f79b43b2
DN
25572009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
2558
2559 * frames.texi (Multiple Displays): Remove documentation for
2560 removed function make-frame-on-tty.
2561
e3aa6669
CY
25622009-01-22 Chong Yidong <cyd@stupidchicken.com>
2563
2564 * files.texi (Format Conversion Piecemeal): Clarify behavior of
5dcb4c4e
SM
2565 write-region-annotate-functions.
2566 Document write-region-post-annotation-function.
e3aa6669 2567
fb13a416
CY
25682009-01-19 Chong Yidong <cyd@stupidchicken.com>
2569
2570 * display.texi (Font Lookup): Document WIDTH argument of
2571 x-list-fonts.
2572
02eccf6b
EZ
25732009-01-17 Eli Zaretskii <eliz@gnu.org>
2574
ead3f58d
EZ
2575 * maps.texi (Standard Keymaps): Rename function-key-map to
2576 local-function-key-map.
2577
2578 * keymaps.texi (Translation Keymaps): Rename function-key-map to
2579 local-function-key-map.
2580
2581 * nonascii.texi (Terminal I/O Encoding): `keyboard-coding-system'
2582 and `set-keyboard-coding-system' now accept an optional terminal
2583 argument.
2584
2585 * commands.texi (Event Mod): `keyboard-translate-table' is now
2586 terminal-local.
2587 (Function Keys): Rename function-key-map to
2588 local-function-key-map.
2589
df05a163
EZ
2590 * elisp.texi (Top): Make @detailmenu be consistent with changes in
2591 frames.texi.
2592
0ed8034e 2593 * hooks.texi (Standard Hooks): Document `delete-frame-functions'
490f1197
EZ
2594 `delete-terminal-functions', `suspend-tty-functions' and
2595 `resume-tty-functions'.
0ed8034e
EZ
2596
2597 * frames.texi (Frames): Document `frame-terminal' and
2598 `terminal-live-p'.
2599 (Multiple Displays): Document `make-frame-on-tty'.
2600 (Multiple Terminals): Document `terminal-list', `delete-terminal',
2601 `terminal-name', and `get-device-terminal'.
490f1197
EZ
2602 (Terminal Parameters): Document `terminal-parameters',
2603 `terminal-parameter', and `set-terminal-parameter'.
0ed8034e
EZ
2604
2605 * os.texi (System Environment): Document `environment' and
2606 `initial-environment'.
490f1197
EZ
2607 (Suspending Emacs): Update for multi-tty; document
2608 `suspend-tty', `resume-tty', and `controlling-tty-p'.
0ed8034e 2609
02eccf6b
EZ
2610 * nonascii.texi (Coding System Basics): More accurate description
2611 of `raw-text'.
2612
f19fea97
JB
26132009-01-12 Juanma Barranquero <lekktu@gmail.com>
2614
2615 * display.texi (Low-Level Font): Fix typo.
2616
16fa292f
CY
26172009-01-10 Chong Yidong <cyd@stupidchicken.com>
2618
2619 * elisp.texi (Top): Update node listing.
2620
2621 * display.texi (PostScript Images): Node deleted.
2622
0b4faef3
EZ
26232009-01-10 Eli Zaretskii <eliz@gnu.org>
2624
3355f04d
EZ
2625 * processes.texi (Decoding Output): Document that null bytes force
2626 no-conversion for reading process output.
2627
2628 * files.texi (Reading from Files): Document that null bytes force
2629 no-conversion when visiting files.
2630
11625308 2631 * processes.texi (Serial Ports): Improve wording, suggested by RMS.
538395d9 2632
5dcb4c4e
SM
2633 * nonascii.texi (Lisp and Coding Systems):
2634 Document inhibit-null-byte-detection and inhibit-iso-escape-detection.
c06ea95e 2635 (Character Properties): Improve wording.
0b4faef3 2636
ce9cf065
CY
26372009-01-09 Chong Yidong <cyd@stupidchicken.com>
2638
2639 * display.texi (Font Lookup): Remove obsolete function
2640 x-font-family-list. x-list-fonts accepts Fontconfig/GTK syntax.
2641 (Low-Level Font): Rename from Fonts, move to end of Faces section.
5dcb4c4e
SM
2642 (Font Selection): Reorder order of variable descriptions.
2643 Minor clarifications.
ce9cf065
CY
2644
2645 * elisp.texi (Top): Update node listing.
2646
ab756fb3
GM
26472009-01-09 Glenn Morris <rgm@gnu.org>
2648
2649 * commands.texi (Command Loop Info): Say that last-command-char and
2650 last-input-char are obsolete aliases.
2651
2652 * edebug.texi (Edebug Recursive Edit): Remove separate references to
2653 last-input-char and last-command-char, since they are just aliases for
2654 last-input-event and last-command-event.
2655
2656 * minibuf.texi (Minibuffer Commands): Use last-command-event rather than
2657 last-command-char.
2658
6b2b8ab1
CY
26592009-01-08 Chong Yidong <cyd@stupidchicken.com>
2660
2661 * elisp.texi: Update node listing.
2662
2663 * display.texi (Faces): Put Font Selection node after Auto Faces.
5dcb4c4e
SM
2664 (Face Attributes): Don't link to Font Lookup.
2665 Document font-family-list.
6b2b8ab1
CY
2666 (Fonts): New node.
2667
3568e767
JR
26682009-01-08 Jason Rumney <jasonr@gnu.org>
2669
2670 * frames.texi (Pointer Shape): Clarify that only X supports
5ce6e4f4 2671 changing the standard pointer shapes. (Bug#1485)
3568e767 2672
6221c8db
CY
26732009-01-08 Chong Yidong <cyd@stupidchicken.com>
2674
2675 * display.texi (Attribute Functions): Note that a function value
2676 :height is relative, and that compatibility functions work by
2677 calling set-face-attribute.
2678 (Displaying Faces): Reorder list in order of increasing priority.
2679 (Face Remapping): New node. Content moved here from Displaying
2680 Faces.
2681 (Glyphs): Link to Face Functions.
2682
e3d3799a
CY
26832009-01-08 Chong Yidong <cyd@stupidchicken.com>
2684
2685 * display.texi (Faces): Don't discuss face id here. facep does
2686 not return t.
2687 (Defining Faces): Minor clarification.
2688 (Face Attributes): Rearrange items to match docstring of
2689 set-face-attribute. Add :foundry attribute. Document new role of
2690 :font attribute. Texinfo usage fix.
2691 (Attribute Functions): Copyedits.
2692 (Face Functions): Note that face number is seldom used.
2693
638a2457
RS
26942009-01-05 Richard M Stallman <rms@gnu.org>
2695
2696 * strings.texi (Predicates for Strings): Minor clarification.
2697
2698 * functions.texi (Function Safety): Texinfo usage fix.
2699
49ea0074
JB
27002009-01-04 Eduard Wiebe <usenet@pusto.de> (tiny patch)
2701
2702 * objects.texi (General Escape Syntax): Fix typo.
2703
9f822178
MR
27042009-01-03 Martin Rudalics <rudalics@gmx.at>
2705
2706 * windows.texi (Choosing Window): Say that pop-up-frame-alist
2707 works via the default value of pop-up-frame-function.
2708
af34ad36
EZ
27092009-01-02 Eli Zaretskii <eliz@gnu.org>
2710
2711 * processes.texi (System Processes): Document the `time' and
2712 `ctime' attributes of `system-process-attributes'.
2713
d31f6679
CY
27142009-01-01 Chong Yidong <cyd@stupidchicken.com>
2715
2716 * display.texi (Face Attributes): Clarify :height attribute.
2717
174dc00c
MR
27182008-12-31 Martin Rudalics <rudalics@gmx.at>
2719
2720 * buffers.texi (The Buffer List): Clarify what moves a buffer to
2721 the front of the buffer list. Add entries for `last-buffer' and
2722 `unbury-buffer'.
2723
b8afe7e4
EZ
27242008-12-27 Eli Zaretskii <eliz@gnu.org>
2725
d14030f5
EZ
2726 * elisp.texi (Top): Add @detailmenu items for "Multiple Terminals"
2727 and its subsections.
2728
2729 * frames.texi (Multiple Terminals, Low-level Terminal)
2730 (Terminal Parameters, Frames on Other TTY devices): New sections.
2731 (Frames): Add an xref to "Multiple Terminals".
2732
765980a4
EZ
2733 * elisp.texi (Top): Add @detailmenu item for "Terminal Type".
2734
2735 * objects.texi (Terminal Type): New node.
2736 (Editing Types): Add it to the menu.
2737
47bd5577
EZ
2738 * elisp.texi (Top): Add a @detailmenu item for "Directory Local
2739 Variables".
2740
eb22b78c 2741 * variables.texi (Directory Local Variables): New node.
47bd5577 2742 (Variables): Add a menu item for it.
eb22b78c 2743
b8afe7e4
EZ
2744 * loading.texi (Autoload): Document `generate-autoload-cookie' and
2745 `generated-autoload-file'.
2746
77bb0476
EZ
27472008-12-20 Eli Zaretskii <eliz@gnu.org>
2748
028e2c19
EZ
2749 * os.texi (Startup Summary): Add xref to documentation of
2750 `initial-window-system'.
2751
77bb0476
EZ
2752 * display.texi (Window Systems): Document `window-system' the
2753 function. The variable `window-system' is now frame-local.
028e2c19 2754 Document `initial-window-system'.
77bb0476 2755
dda87836
MR
27562008-12-19 Martin Rudalics <rudalics@gmx.at>
2757
2758 * windows.texi (Windows): Rewrite description of
2759 fit-window-to-buffer.
2760
caef3ed2
GM
27612008-12-13 Glenn Morris <rgm@gnu.org>
2762
2763 * modes.texi (Font Lock Basics): Fix level description. (Bug#1534)
2764 (Levels of Font Lock): Refer to font-lock-maximum-decoration.
2765
21c58e4d
GM
27662008-12-12 Glenn Morris <rgm@gnu.org>
2767
2768 * debugging.texi (Error Debugging): Refer forwards to
2769 eval-expression-debug-on-error.
2770
af38459f
EZ
27712008-12-05 Eli Zaretskii <eliz@gnu.org>
2772
5dedd9b5
EZ
2773 * strings.texi (String Basics): Only unibyte strings that
2774 represent key sequences hold 8-bit raw bytes.
2775
af38459f
EZ
2776 * nonascii.texi (Coding System Basics): Rewrite @ignore'd
2777 paragraph to speak about `undecided'.
2778 (Character Properties): Don't explain the meaning of each
2779 property; instead, identify their Unicode Standard names.
b3f1f4a5 2780 (Character Sets): Document `map-charset-chars'.
af38459f 2781
fa047ae7
GM
27822008-12-02 Glenn Morris <rgm@gnu.org>
2783
2784 * files.texi (Format Conversion Round-Trip): Rewrite format-write-file
2785 section yet again.
2786
47dbc044
EZ
27872008-11-29 Eli Zaretskii <eliz@gnu.org>
2788
98d05998
EZ
2789 * nonascii.texi (Character Properties): New Section.
2790 (Specifying Coding Systems): Document
2791 `coding-system-priority-list', `set-coding-system-priority', and
2792 `with-coding-priority'.
2793 (Lisp and Coding Systems): Document `check-coding-systems-region'
2794 and `coding-system-charset-list'.
2795 (Coding System Basics): Document `coding-system-aliases'.
2796
2797 * elisp.texi (Top): Add a @detailmenu entry for "Character
2798 Properties".
2799
47dbc044
EZ
2800 * objects.texi (Character Type): Correct the range of Emacs
2801 characters. Add an @xref to "Character Codes".
2802
2803 * strings.texi (String Basics): Add an @xref to "Character Codes".
2804
2805 * numbers.texi (Integer Basics): Add an @xref to `max-char'.
2806
2807 * nonascii.texi (Explicit Encoding): Update for Emacs 23.
2808 (Character Codes): Document `max-char'.
2809
8b80cdf5
EZ
28102008-11-28 Eli Zaretskii <eliz@gnu.org>
2811
2812 * nonascii.texi (Text Representations, Converting Representations)
2813 (Character Sets, Scanning Charsets, Translation of Characters):
2814 Make text more accurate.
2815
a99dceba
GM
28162008-11-28 Glenn Morris <rgm@gnu.org>
2817
2818 * files.texi (Format Conversion Round-Trip): Improve previous change.
2819
f6dc3bed
CY
28202008-11-26 Chong Yidong <cyd@stupidchicken.com>
2821
2822 * modes.texi (Auto Major Mode): Fix example.
2823
5da9413d
GM
28242008-11-25 Glenn Morris <rgm@gnu.org>
2825
2826 * control.texi (Signaling Errors): Fix `wrong-type-argument' name.
2827
2828 * files.texi (Format Conversion Round-Trip):
2829 Use active voice for previous change.
2830
fcca848c
CY
28312008-11-25 Chong Yidong <cyd@stupidchicken.com>
2832
2833 * os.texi (Processor Run Time):
2834 * processes.texi (Transaction Queues):
2835 * markers.texi (The Mark):
2836 * windows.texi (Choosing Window, Selecting Windows):
2837 * files.texi (Changing Files, Magic File Names):
2838 * commands.texi (Key Sequence Input):
2839 * functions.texi (Declaring Functions):
2840 * strings.texi (Predicates for Strings):
2841 * intro.texi (nil and t): Fix typos (pointed out by Drew Adams).
2842
36c8dc54
CY
28432008-11-24 Chong Yidong <cyd@stupidchicken.com>
2844
2845 * help.texi (Accessing Documentation): Update example.
2846
2847 * variables.texi (Defining Variables): Note that `*' is not
2848 necessary if defcustom is used.
2849
2a79b242
EZ
28502008-11-22 Eli Zaretskii <eliz@gnu.org>
2851
2852 * elisp.texi (Top): Remove "Chars and Bytes" and "Splitting
2853 Characters" from @detailmenu.
2854
2855 * nonascii.texi (Character Codes, Character Sets)
2856 (Scanning Charsets, Translation of Characters): Update for Emacs 23.
2857 (Chars and Bytes, Splitting Characters): Sections removed.
2858
392f0d26
LK
28592008-11-22 Lute Kamstra <lute@gnu.org>
2860
2861 * positions.texi (Text Lines): Update goto-line documentation.
2862
af1a5cd5
MR
28632008-11-21 Martin Rudalics <rudalics@gmx.at>
2864
6a4cfb0c
MR
2865 * frames.texi (Frames): Fix typo, add cross references, reword.
2866 (Initial Parameters): Reword special-display-frame-alist text.
2867 (Frames and Windows): Reword. Describe argument norecord for
2868 set-frame-selected-window.
2869 (Input Focus): Describe argument norecord for select-frame.
2870 Remove comment on MS-Windows behavior for focus-follows-mouse.
2871 (Raising and Lowering): Mention windows-frames dichotomy in
2872 metaphor.
2873
af1a5cd5
MR
2874 * windows.texi (Displaying Buffers, Vertical Scrolling)
2875 (Horizontal Scrolling): Fix indenting and rewording issues
2876 introduced with 2008-11-07 change.
2877
c249fa9c
GM
28782008-11-20 Glenn Morris <rgm@gnu.org>
2879
2880 * files.texi (Format Conversion Round-Trip): Mention `preserve'
2881 element of `format-alist'.
2882
204d4665
GM
28832008-11-19 Glenn Morris <rgm@gnu.org>
2884
2885 * doclicense.texi: Update to FDL 1.3.
2886 * elisp.texi, vol1.texi, vol2.texi: Relicense under FDL 1.3 or later.
2887
cc0910af
CY
28882008-11-18 Chong Yidong <cyd@stupidchicken.com>
2889
efe6e7c4
CY
2890 * windows.texi (Window Hooks): Remove *-end-trigger-functions
2891 vars, which are obsolete. Mention jit-lock-register.
2892
5dcb4c4e
SM
2893 * modes.texi (Other Font Lock Variables):
2894 Document jit-lock-register and jit-lock-unregister.
efe6e7c4 2895
cc0910af
CY
2896 * frames.texi (Color Parameters): Document alpha parameter.
2897
aeeedf76
MR
28982008-11-16 Martin Rudalics <rudalics@gmx.at>
2899
2900 * windows.texi (Splitting Windows, Deleting Windows)
2901 (Selecting Windows, Cyclic Window Ordering)
2902 (Buffers and Windows, Displaying Buffers, Choosing Window)
2903 (Dedicated Windows, Window Point, Window Start and End)
2904 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling)
2905 (Size of Window, Resizing Windows, Window Configurations)
2906 (Window Parameters): Avoid @var at beginning of sentences and
2907 reword accordingly.
2908
4c565c5c
LK
29092008-11-11 Lute Kamstra <lute@gnu.org>
2910
2911 * files.texi (File Name Components): Fix file-name-extension
2912 documentation.
2913
25f494c9
JB
29142008-11-11 Juanma Barranquero <lekktu@gmail.com>
2915
2916 * frames.texi (Basic Parameters): Remove display-environment-variable
2917 and term-environment-variable.
2918
a1401ab1
EZ
29192008-11-08 Eli Zaretskii <eliz@gnu.org>
2920
2921 * windows.texi (Basic Windows, Splitting Windows)
2922 (Deleting Windows, Selecting Windows, Cyclic Window Ordering)
2923 (Buffers and Windows, Displaying Buffers, Dedicated Windows)
25f494c9
JB
2924 (Resizing Windows, Window Configurations, Window Parameters):
2925 Fix wording and markup.
a1401ab1 2926
efafc282
MR
29272008-11-07 Martin Rudalics <rudalics@gmx.at>
2928
2929 * windows.texi (Windows): Update entries.
2930 (Basic Windows): Remove listing of attributes. Reword.
86ab855a 2931 (Splitting Windows, Deleting Windows): Reword.
efafc282
MR
2932 (Selecting Windows, Cyclic Window Ordering): Reword with special
2933 emphasis on order of recently selected windows and buffer list.
86ab855a
MR
2934 (Buffers and Windows, Choosing Window): Reword with special
2935 emphasis on dedicated windows.
2936 (Displaying Buffers): Reword. For switch-to-buffer mention that
2937 it may fall back on pop-to-buffer. For other-window try to
2938 explain how it treats the cyclic ordering of windows.
efafc282
MR
2939 (Dedicated Windows): New node and section discussing dedicated
2940 windows and associated functions.
86ab855a 2941 (Window Point): Add entry for window-point-insertion-type. Reword.
efafc282
MR
2942 (Window Start and End): Rename node and section title. Reword.
2943 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling):
2944 Minor rewording.
2945 (Size of Window): Reword, in particular text on window-width.
2946 (Resizing Windows): Reword. Add text on balancing windows.
2947 (Window Configurations): Reword. Mention window parameters.
2948 (Window Parameters): New node and section on window parameters.
2949 (Window Hooks): Reword. Mention that
2950 window-configuration-change-hook is run "buffer-locally".
2951 * elisp.texi (Top): Update Windows entries in @detailmenu
2952 section.
2953
d60a8ab2
JB
29542008-11-04 Juanma Barranquero <lekktu@gmail.com>
2955
2956 * searching.texi (Regexp Search): Fix typo.
2957
01777627
CY
29582008-11-03 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
2959
2960 * searching.texi (Regexp Search): Document GREEDY arg.
2961 (Simple Match Data): Fix return value.
2962
c4526e93
EZ
29632008-11-01 Eli Zaretskii <eliz@gnu.org>
2964
2965 * nonascii.texi (Text Representations): Rewrite to make consistent
5dcb4c4e
SM
2966 with Emacs 23 internal representation of characters.
2967 Document `unibyte-string'.
c4526e93 2968
fe2ae8b5
CY
29692008-10-28 Chong Yidong <cyd@stupidchicken.com>
2970
2971 * processes.texi (Process Information): Note that process-status
2972 does not accept buffer names.
2973
cc5a21e3
CY
29742008-10-27 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
2975
2976 * positions.texi (Skipping Characters): Correct return value of
2977 skip-chars-forward.
2978
09460d9a
MR
29792008-10-25 Martin Rudalics <rudalics@gmx.at>
2980
520b29e7
MR
2981 * windows.texi (Deleting Windows): Update documentation of
2982 delete-windows-on.
2983 (Buffers and Windows): Update documentations of
2984 get-buffer-window and get-buffer-window-list.
2985 (Displaying Buffers): Update documentation of
2986 replace-buffer-in-windows.
2987
09460d9a
MR
2988 * buffers.texi (Current Buffer): Reword set-buffer and
2989 with-current-buffer documentations.
2990 (Creating Buffers): Reword documentation of get-buffer-create.
2991
4d48fcdc
MR
29922008-10-23 Martin Rudalics <rudalics@gmx.at>
2993
2994 * buffers.texi (Current Buffer): Reword documentation of
2995 set-buffer.
2996 (Buffer Names): Reword documentation of buffer-name.
2997 (The Buffer List): For bury-buffer explain what happens with the
2998 buffer's window.
2999 (Creating Buffers): Say that get-buffer-create's arg is called
3000 buffer-or-name.
3001
f0143c43
CY
30022008-10-22 Chong Yidong <cyd@stupidchicken.com>
3003
3e5dbbd3
CY
3004 * advice.texi (Computed Advice): Explain what DEFINITION is.
3005
f0143c43
CY
3006 * nonascii.texi (Character Codes): Remove obsolete function
3007 char-valid-p, and document characterp instead.
3008
52a94b85
MR
30092008-10-22 Martin Rudalics <rudalics@gmx.at>
3010
3011 * windows.texi (Displaying Buffers): Reword documentation of
3012 pop-to-buffer.
3013 (Choosing Window): Rewrite documentation of display-buffer and
3014 its options.
3015
f76f8246
MR
3016 * buffers.texi (Killing Buffers): Update documentation of
3017 kill-buffer.
3018
acc8b598
EZ
30192008-10-21 Eli Zaretskii <eliz@gnu.org>
3020
80e6b6df
EZ
3021 * processes.texi (Serial Ports): Fix wording and improve markup.
3022
3645358a
EZ
3023 * searching.texi (Regexp Search): Document `string-match-p' and
3024 `looking-at-p'.
3025 (POSIX Regexps): Add an xref for "non-greedy".
3026 (Regexp Special): Add @cindex entry for "non-greedy".
3027
b3d50cff 3028 * display.texi (Attribute Functions): Document `face-all-attributes'.
bf190568 3029 (Image Cache) <image-refresh>: Minor wording fixes.
b3d50cff 3030
73b7530a
EZ
3031 * frames.texi (Color Names): Add an xref to `read-color'.
3032
3033 * minibuf.texi (High-Level Completion): Document `read-color'.
3034
acc8b598
EZ
3035 * elisp.texi (Top): Add "Swapping Text" to @detailmenu.
3036
3037 * positions.texi (Narrowing): Add an xref to "Swapping Text".
3038
3039 * buffers.texi (Swapping Text): New section, documents
3040 `buffer-swap-text'.
3041
10e187e8
MR
30422008-10-21 Martin Rudalics <rudalics@gmx.at>
3043
3044 * windows.texi (Resizing Windows): Minor wording fix.
3045
fd6f900c
EZ
30462008-10-20 Eli Zaretskii <eliz@gnu.org>
3047
3048 * processes.texi (Shell Arguments): Document `split-string-and-unquote'
3049 and `combine-and-quote-strings'.
3050
3051 * strings.texi (Creating Strings): Add xrefs for them.
3052
e4372165
EZ
30532008-10-19 Eli Zaretskii <eliz@gnu.org>
3054
d6328fba
EZ
3055 * elisp.texi (Top): Make descriptive text for "Reading File Names"
3056 match the corresponding menu in minibuf.texi.
3057
e4372165
EZ
3058 * minibuf.texi (Reading File Names): Document `read-shell-command'
3059 and `minibuffer-local-shell-command-map'.
3060
5d8dda33
MR
30612008-10-19 Martin Rudalics <rudalics@gmx.at>
3062
3063 * windows.texi (Resizing Windows): Remove var{} around "window" in
3064 documentation of enlarge-window.
3065 Rewrite documentation of window-min-height and window-min-width.
3066
437706cd
EZ
30672008-10-19 Eli Zaretskii <eliz@gnu.org>
3068
80f85d7c
EZ
3069 * functions.texi (Calling Functions): Document `apply-partially'.
3070
291703b5
EZ
3071 * hooks.texi (Standard Hooks): Mention
3072 `before-hack-local-variables-hook' and `hack-local-variables-hook'.
3073
3074 * variables.texi (File Local Variables): Document
3075 `file-local-variables-alist', `before-hack-local-variables-hook'
3076 and `hack-local-variables-hook'.
3077
583d8b3c
EZ
3078 * processes.texi (Synchronous Processes): Document `process-lines'.
3079
5dcb4c4e
SM
3080 * customize.texi (Variable Definitions):
3081 Document `custom-reevaluate-setting'.
437706cd 3082
7e51d89b
MR
30832008-10-18 Martin Rudalics <rudalics@gmx.at>
3084
3085 * windows.texi (Choosing Window, Deleting Windows)
3086 (Displaying Buffers): Expand documentation of dedicated windows.
3087
43c59a3d
EZ
30882008-10-18 Eli Zaretskii <eliz@gnu.org>
3089
018a960d
EZ
3090 * files.texi (Changing Files): Document symbolic input of file
3091 modes to `set-file-modes'. Document `read-file-modes' and
3092 `file-modes-symbolic-to-number'.
3093
2c0b8144
EZ
3094 * maps.texi (Standard Keymaps): Document `multi-query-replace-map'
3095 and `search-map'.
3096
5dcb4c4e
SM
3097 * searching.texi (Search and Replace):
3098 Document `replace-search-function' and `replace-re-search-function'.
2c0b8144 3099 Document `multi-query-replace-map'.
80120f13 3100
6d4913f0 3101 * minibuf.texi (Text from Minibuffer): Document `read-regexp'.
5dcb4c4e
SM
3102 (Completion Commands, Reading File Names):
3103 Rename `minibuffer-local-must-match-filename-map' to
6d4913f0
EZ
3104 `minibuffer-local-filename-must-match-map'.
3105 (Minibuffer Completion): The `require-match' argument to
3106 `completing-read' can now have the value `confirm-only'.
3107
43c59a3d
EZ
3108 * windows.texi (Displaying Buffers): Minor wording fix.
3109 (Choosing Window): `split-height-threshold' can now be nil.
3110 Document `split-width-threshold'. `pop-up-frames' can have the
3111 value `graphic-only'.
3112
f36acfd9
EZ
31132008-10-17 Eli Zaretskii <eliz@gnu.org>
3114
3115 * os.texi (Startup Summary): Document `before-init-time' and
3116 `after-init-time'. Document `initial-window-system' and
3117 `window-system-initialization-alist'. Document reading the
3118 abbrevs file. Document the call to `server-start' under --daemon.
3119 Rearrange a bit to be consistent with the code flow.
53728487
EZ
3120 (Processor Run Time): Document `emacs-uptime' and `emacs-init-time'.
3121 (Time Parsing): Document `format-seconds'.
f36acfd9 3122
96995b89
MR
31232008-10-17 Martin Rudalics <rudalics@gmx.at>
3124
3125 * windows.texi (Basic Windows, Splitting Windows): Fix whitespace
3126 and reword.
3127
2de17c73
EZ
31282008-10-16 Eli Zaretskii <eliz@gnu.org>
3129
3130 * markers.texi (The Mark): Document use-region-p.
3131
9cf52b11
EZ
31322008-10-15 Eli Zaretskii <eliz@gnu.org>
3133
c3aaf1d7
EZ
3134 * internals.texi (Writing Emacs Primitives): The interactive spec
3135 of a primitive can be a Lisp form.
3136
841a1743
EZ
3137 * markers.texi (The Mark): Document the `lambda' and `(only . OLD)'
3138 values of transient-mark-mode. Document handle-shift-selection.
3139
3140 * commands.texi (Using Interactive, Interactive Codes): Document `^'.
3141 (Interactive Examples): Show an example of `^'.
3142 (Key Sequence Input): Document this-command-keys-shift-translated.
c3aaf1d7
EZ
3143 (Defining Commands, Using Interactive): The interactive-form of a
3144 function can be added via its symbol's property.
841a1743 3145
52441368
EZ
3146 * positions.texi (List Motion): beginning-of-defun-function can
3147 now accept an argument.
3148
8e8c1a72
EZ
3149 * text.texi (Low-Level Kill Ring): interprogram-paste-function can
3150 now return a list of strings.
3151
a33a1f2a
EZ
3152 * control.texi (Handling Errors): Document ignore-errors.
3153
4fb04348
EZ
3154 * frames.texi (Creating Frames): Document frame-inherited-parameters.
3155 (Parameter Access): Document set-frame-parameter.
3156
ee666f84
EZ
3157 * variables.texi (Creating Buffer-Local): Add an xref to "Setting
3158 Hooks" for the effect of kill-all-local-variables on local hook
3159 functions.
3160
9cf52b11
EZ
3161 * modes.texi (Major Mode Conventions, Mode Line Variables):
3162 `mode-name' need not be a string. xref to "Mode Line Data" for
3163 details, and to "Emulating Mode Line" for computing a string
3164 value.
3165
22526bc4
EZ
31662008-10-14 Eli Zaretskii <eliz@gnu.org>
3167
a65f6a85
EZ
3168 * processes.texi (System Processes): New section.
3169 (Processes, Signals to Processes): Add xrefs to it.
3170
3171 * objects.texi (Editing Types): A `process' is a subprocess of
3172 Emacs, not just any process running on the OS.
3173
3174 * elisp.texi (Top): Adjust the @detailmenu for the above two
3175 changes.
3176
2724b26a
EZ
3177 * sequences.texi (Char-Tables): Remove documentation of
3178 set-char-table-default, which has no effect since Emacs 23.
3179 <char-table-range, set-char-table-range>: Don't mention generic
3180 characters and charsets. Add a cons cell as a possible argument.
3181
3182 * nonascii.texi (Splitting Characters)
3183 (Translation of Characters): Don't mention generic characters.
3184
3185 * display.texi (Fontsets): Don't mention generic characters.
3186
22526bc4 3187 * sequences.texi (Char-Tables): `map-char-table' can now call its
25f494c9 3188 argument FUNCTION with a cons cell as KEY.
22526bc4 3189
eaf4b689
EZ
31902008-10-13 Eli Zaretskii <eliz@gnu.org>
3191
45e46036
EZ
3192 * objects.texi (Primitive Function Type): Move "@cindex special
3193 forms" from here...
3194
3195 * eval.texi (Special Forms): ...to here.
3196
3197 * functions.texi (What Is a Function): `functionp' returns nil for
3198 special forms. Add an xref.
3199
eaf4b689
EZ
3200 * elisp.texi (Top): Add a @detailmenu entry for "Frame-Local
3201 Variables".
3202
3203 * variables.texi (Frame-Local Variables): New section.
3204 (Buffer-Local Variables): Add an xref to it.
3205 (Intro to Buffer-Local, Creating Buffer-Local): A variable cannot
3206 have both frame-local and buffer-local binding.
3207
3208 * frames.texi (Frames): Mention multiple tty frames.
3209 (Frame Parameters, Parameter Access): Mention frame-local variable
3210 bindings.
3211
15688fce
GM
32122008-09-20 Glenn Morris <rgm@gnu.org>
3213
3214 * display.texi (Defining Faces): Recommend against face variables.
3215
35539065
JB
32162008-09-16 Juanma Barranquero <lekktu@gmail.com>
3217
3218 * display.texi (Echo Area Customization): Fix typo.
3219
6a57054b
JB
32202008-09-09 Juanma Barranquero <lekktu@gmail.com>
3221
3222 * loading.texi (Where Defined): Add `defface' item.
3223
d632fb82
MR
32242008-09-06 Martin Rudalics <rudalics@gmx.at>
3225
3226 * loading.texi (Where Defined): Fix description of symbol-file.
3227
905a9adb
JR
32282008-08-26 Jason Rumney <jasonr@gnu.org>
3229
3230 * display.texi (TIFF Images): New section describing :index property.
3231
852e91b7
CY
32322008-08-23 Chong Yidong <cyd@stupidchicken.com>
3233
3234 * display.texi (Temporary Displays): Remove unnecessary comment
3235 about usage of temp-buffer-show-hook.
3236
6be001ee
CY
32372008-08-05 Chong Yidong <cyd@stupidchicken.com>
3238
3239 * symbols.texi (Other Plists): Fix incorrect example.
3240 Suggested by Florian Beck.
3241
58e3d8e8
JB
32422008-07-31 Juanma Barranquero <lekktu@gmail.com>
3243
3244 * os.texi: Fix previous change.
3245
7c2fb837
DN
32462008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
3247
3248 * os.texi:
3249 * intro.texi:
3250 * files.texi: Remove VMS support.
3251
9e2a2647
DN
32522008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
3253
3254 * os.texi:
3255 * frames.texi:
3256 * display.texi: Remove mentions of Mac Carbon.
3257
c4f4682b
MB
32582008-07-01 Miles Bader <miles@gnu.org>
3259
3260 * text.texi (Special Properties):
3261 * display.texi (Truncation): Add wrap-prefix and line-prefix.
3262
3696411e
JB
32632008-06-28 Johan Bockgård <bojohan@gnu.org>
3264
3265 * display.texi (Other Image Types): Fix copy/paste error; say
3266 "PBM", not "XBM".
3267
f2a77c3a
DN
32682008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
3269
3270 * os.texi: Remove references to obsolete systems.
3271
6d52677d
EZ
32722008-06-20 Eli Zaretskii <eliz@gnu.org>
3273
3274 * makefile.w32-in (distclean): Remove makefile.
3275
1a87da4c
GM
32762008-06-17 Glenn Morris <rgm@gnu.org>
3277
3278 * Makefile.in (emacsver, miscmanualdir, VERSION, manual, install)
3279 (elisp, dist): Remove rules and variables that are obsolete now
3280 the lisp manual is no longer distributed separately.
3281
fdda1c5d
GM
32822008-06-16 Glenn Morris <rgm@gnu.org>
3283
646692e9
GM
3284 * configure, configure.in, mkinstalldirs: Remove unused files.
3285
3286 * book-spine.texinfo: Set version to 23.0.60.
fdda1c5d 3287 * vol1.texi (EMACSVER):
6a57054b 3288 * vol2.texi (EMACSVER): Set to 23.0.60.
fdda1c5d
GM
3289
3290 * elisp.texi, vol1.texi, vol2.texi: Update Back-Cover Text
3291 as per maintain.info.
3292
611bee81
GM
32932008-06-15 Glenn Morris <rgm@gnu.org>
3294
a7bed3a0
GM
3295 * makefile.w32-in (manual): Use "23" rather than "21".
3296
3297 * Makefile.in (emacsver): New, set by configure.
3298 (manual): Use emacsver.
3299
d794edf2
GM
3300 * intro.texi: Report bugs using M-x report-emacs-bug.
3301
611bee81
GM
3302 * elisp.texi (EMACSVER): Remove duplicate, outdated setting.
3303
c73e02fa
GM
33042008-06-13 Daniel Engeler <engeler@gmail.com>
3305
3306 * elisp.texi, internals.texi, processes.texi: Add documentation
3307 about serial port access.
3308
e40a85cd
MB
33092008-06-05 Miles Bader <miles@gnu.org>
3310
3311 * display.texi (Displaying Faces): Update to reflect function
3312 renamings in face-remap.el.
3313
7b753744
JB
33142008-06-05 Juanma Barranquero <lekktu@gmail.com>
3315
3316 * display.texi (Fontsets): Fix typos.
3317
9d3d42fb
MB
33182008-06-03 Miles Bader <miles@gnu.org>
3319
7b753744
JB
3320 * display.texi (Displaying Faces): Add add-relative-face-remapping,
3321 remove-relative-face-remapping, set-base-face-remapping,
3322 and set-default-base-face-remapping.
9d3d42fb 3323
f2cec7a9
MB
33242008-06-01 Miles Bader <miles@gnu.org>
3325
3326 * display.texi (Displaying Faces): Add face-remapping-alist.
3327
8f39c96d
SM
33282008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
3329
3330 * tips.texi (Coding Conventions): Do not encourage the use of "-flag"
3331 variable names.
3332
1ef5eecc
ER
33332008-05-03 Eric S. Raymond <esr@golux>
3334
352c8b4a 3335 * keymaps.texi: Clarify that (current-local-map) and
1ef5eecc
ER
3336 (current-global-map) return references, not copies.
3337
63b4387f
JL
33382008-05-02 Juri Linkov <juri@jurta.org>
3339
3340 * minibuf.texi (Text from Minibuffer): Document a list of
3341 default values for `read-from-minibuffer'.
3342
38a8b703
JB
33432008-04-24 Juanma Barranquero <lekktu@gmail.com>
3344
3345 * nonascii.texi (Translation of Characters): Fix previous change.
3346
7c42e639
CY
33472008-04-20 Chong Yidong <cyd@stupidchicken.com>
3348
3349 * display.texi (Overlay Properties): Clarify role of underlying
3350 textprop and overlay keymaps for display strings.
3351
3352 * keymaps.texi (Active Keymaps): Ditto.
3353
25c0d999
SM
33542008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
3355
3356 * minibuf.texi (Programmed Completion):
3357 Replace dynamic-completion-table with the new completion-table-dynamic.
3358
e3af5968
CY
33592008-04-07 Chong Yidong <cyd@stupidchicken.com>
3360
3361 * intro.texi (Some Terms): Change "fonts in this manual" index
3362 entry to "typographic conventions".
3363
6bfc8698
EZ
33642008-04-05 Eli Zaretskii <eliz@gnu.org>
3365
3366 * objects.texi (Text Props and Strings): Add indexing for read
3367 syntax of text properties.
3368
4972c361
SM
33692008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
3370
3371 * processes.texi (Decoding Output): Remove process-filter-multibyte
3372 functions.
3373
c70a68db
MR
33742008-03-15 Martin Rudalics <rudalics@gmx.at>
3375
3376 * display.texi (Finding Overlays): Say that empty overlays at
3377 the end of the buffer are reported too.
3378
1291fd36
GM
33792008-03-13 Glenn Morris <rgm@gnu.org>
3380
3381 * elisp.texi (EMACSVER): Set to 23.0.60.
3382
c6b0dfd5
CY
33832008-02-26 Chong Yidong <cyd@stupidchicken.com>
3384
38a8b703 3385 * strings.texi (Formatting Strings): Treat - and 0 as flag characters.
c6b0dfd5 3386
875fc30c
GM
33872008-02-22 Glenn Morris <rgm@gnu.org>
3388
3389 * frames.texi (Position Parameters): Clarify the description of
3390 `left' and `top', using information from "Geometry".
3391 (Geometry): Give a pointer to "Position Parameters", rather than
3392 repeating information.
3393
d8c8e45a
GM
33942008-02-11 Glenn Morris <rgm@gnu.org>
3395
3396 * objects.texi (Equality Predicates): No longer talk about "two"
3397 functions.
3398
38a8b703 33992008-02-11 Lawrence Mitchell <wence@gmx.li> (tiny change)
d8c8e45a
GM
3400
3401 * objects.texi (Equality Predicates): Add defun for
3402 equal-including-properties.
3403
bfffe0b1
GM
34042008-02-10 Glenn Morris <rgm@gnu.org>
3405
3406 * objects.texi (Equality Predicates):
3407 Mention equal-including-properties.
3408
431b78c9
RS
34092008-02-07 Richard Stallman <rms@gnu.org>
3410
3411 * windows.texi (Window Start): Mention the feature of moving
3412 window-start to start of line.
3413
c8763fb6 34142008-02-07 Jan Djärv <jan.h.d@swipnet.se>
eafa12e6
JD
3415
3416 * keymaps.texi (Tool Bar): Document rtl property.
3417
1a256502
TTN
34182008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org>
3419
3420 * display.texi (Button Types):
3421 For define-button-type, clarify type of NAME.
3422
569382c2
MR
34232008-01-19 Martin Rudalics <rudalics@gmx.at>
3424
3425 * buffers.texi (Buffer Modification): Fix typo.
3426
f3041af1
DN
34272008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
3428
3429 * os.texi (System Environment): Remove references to OSes that are
3430 not supported anymore.
3431
d35e1cd7
DN
34322008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
3433
3434 * os.texi (System Environment): Remove mention for Masscomp.
3435
23af7580
RS
34362008-01-04 Richard Stallman <rms@gnu.org>
3437
3438 * display.texi (Faces): Don't talk about internal face vector as arg
3439 to facep.
3440
3441 * customize.texi (Type Keywords): Fix previous change.
3442
3443 * text.texi (Links and Mouse-1): Fix xref for commands.texi change.
3444 * elisp.texi (Top): Fix menu for commands.texi change.
3445
ec7d5b1e
RS
34462007-12-30 Richard Stallman <rms@gnu.org>
3447
5dcb4c4e 3448 * commands.texi (Accessing Mouse): Rename from Accessing Events.
ec7d5b1e
RS
3449 (Accessing Scroll): New node broken out of Accessing Mouse.
3450
101a6cea
RS
34512007-12-28 Richard Stallman <rms@gnu.org>
3452
3453 * frames.texi (Size Parameters): Fix typo.
7f9e0c04 3454 (Basic Parameters): For `title', refer to title bar.
041817a4 3455 (Size and Position): Explain meaning of frame pixel width and height.
101a6cea 3456
72b7e664
RS
34572007-12-23 Richard Stallman <rms@gnu.org>
3458
3459 * customize.texi (Type Keywords): Uncomment :validate and clarify it.
3460 Improve some of the commented-out keywords' text too.
3461
27a4f445
MR
34622007-12-14 Martin Rudalics <rudalics@gmx.at>
3463
e2e3f1d7
MR
3464 * nonascii.texi (Encoding and I/O): Reword to avoid saying
3465 "visit the current buffer".
3466
27a4f445
MR
3467 * os.texi (System Interface): Fix typo.
3468
a2afc99d
RS
34692007-12-04 Richard Stallman <rms@gnu.org>
3470
3471 * objects.texi (Symbol Type): Fix typo.
3472
b694135c
RS
34732007-12-03 Richard Stallman <rms@gnu.org>
3474
3475 * hooks.texi (Standard Hooks): Add link to Hooks for Loading.
3476
f99a19da
GM
34772007-12-01 Glenn Morris <rgm@gnu.org>
3478
3479 * functions.texi (Declaring Functions): Improve previous change.
3480
8f4b37d8
GM
34812007-11-30 Glenn Morris <rgm@gnu.org>
3482
3483 * functions.texi (Declaring Functions): Add optional fourth
3484 argument of declare-function, and setting third argument to `t'.
3485
61a2fe01
RS
34862007-11-29 Richard Stallman <rms@gnu.org>
3487
3488 * customize.texi (Composite Types): Document `group' type.
3489
cbfc5193
GM
34902007-11-29 Glenn Morris <rgm@gnu.org>
3491
5dcb4c4e
SM
3492 * functions.texi (Declaring Functions): Add findex.
3493 Mention `external' files.
cbfc5193 3494
8386283a
JB
34952007-11-26 Juanma Barranquero <lekktu@gmail.com>
3496
3497 * functions.texi (Declaring Functions): Fix directive.
3498
a07c9a8b
RS
34992007-11-25 Richard Stallman <rms@gnu.org>
3500
3501 * help.texi (Help Functions): Clean up last change.
3502
3503 * advice.texi (Preactivation, Activation of Advice): Minor cleanup.
3504
3505 * loading.texi (Named Features): Minor cleanup.
3506
3507 * macros.texi (Eval During Expansion): Minor cleanup.
3508
3509 * variables.texi (Variable Aliases): Minor cleanup.
3510
a0925923
RS
35112007-11-24 Richard Stallman <rms@gnu.org>
3512
3513 * functions.texi (Declaring Functions): Clarify previous change.
3514
3515 * compile.texi (Compiler Errors): Clarify previous change.
3516
20c63e44
RS
35172007-11-24 Richard Stallman <rms@gnu.org>
3518
e5e76c04 3519 * display.texi (Refresh Screen, Forcing Redisplay):
20c63e44
RS
3520 Clarify the text and move items around.
3521
5bb0cda3
GM
35222007-11-24 Glenn Morris <rgm@gnu.org>
3523
3524 * functions.texi (Declaring Functions): New section.
3525 * compile.texi (Compiler Errors): Mention declaring functions,
3526 defvar with no initvalue, and byte-compile-warnings.
3527
af13c86a
MR
35282007-11-15 Martin Rudalics <rudalics@gmx.at>
3529
3530 * vol1.texi (Top): Remove Frame-Local Variables from Node Listing.
3531 * vol2.texi (Top): Remove Frame-Local Variables from Node Listing.
3532
a5373305
MR
35332007-11-13 Martin Rudalics <rudalics@gmx.at>
3534
3535 * help.texi (Help Functions): Document new macro `with-help-window'.
3536
fe284805
JL
35372007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
3538
3539 * searching.texi (Replacing Match): Describe new
3540 `match-substitute-replacement'.
3541
2c3a09b1
RS
35422007-10-31 Richard Stallman <rms@gnu.org>
3543
3544 * strings.texi (Creating Strings): Null strings from concat not unique.
3545
f2b480f4
RS
35462007-10-26 Richard Stallman <rms@gnu.org>
3547
3548 * objects.texi (Equality Predicates): Null strings are uniquified.
3549
3550 * minibuf.texi: Minor clarifications in previous change.
3551
db21122c
GM
35522007-10-25 Glenn Morris <rgm@gnu.org>
3553
3554 * customize.texi (Variable Definitions): Add :risky and :safe keywords.
3555
2328cbb3
RS
35562007-10-24 Richard Stallman <rms@gnu.org>
3557
3558 * elisp.texi (Top): Delete Frame-Local Variables from subnode menu.
3559
3560 * variables.texi (Frame-Local Variables): Node deleted.
3561 (Variables): Delete Frame-Local Variables from menu.
3562 (Local Variables, Buffer-Local Variables, Intro to Buffer-Local)
3563 (Default Value): Don't mention frame-local vars.
3564
3565 * os.texi (Idle Timers): current-idle-time returns nil if not idle.
3566
3567 * loading.texi (Unloading): Document FEATURE-unload-function
3568 instead of FEATURE-unload-hook.
3569
2328cbb3
RS
3570 * frames.texi (Multiple Displays): Don't mention frame-local vars.
3571
c066bafa
JL
35722007-10-22 Juri Linkov <juri@jurta.org>
3573
3574 * minibuf.texi (Text from Minibuffer, Minibuffer Completion)
3575 (High-Level Completion): Document a list of default value strings
3576 in the DEFAULT argument, for which minibuffer functions return the
3577 first element.
3578
65ced25f
JL
35792007-10-17 Juri Linkov <juri@jurta.org>
3580
3581 * text.texi (Filling): Update arguments of fill-paragraph.
3582 fill-paragraph operates on the active region in Transient Mark mode.
3583 Remove fill-paragraph-or-region.
3584
ee46ec8e
KB
35852007-10-13 Karl Berry <karl@gnu.org>
3586
3587 * elisp.texi (@dircategory): Move to after @copying,
3588 since we want @copying as close as possible to the beginning of
3589 the output.
3590
61bbdbc6
RS
35912007-10-12 Richard Stallman <rms@gnu.org>
3592
3593 * elisp.texi (Top): Add Distinguish Interactive to subnode menu.
3594
3595 * commands.texi (Distinguish Interactive): New node,
3596 broken out from Interactive Call and rewritten.
3597 (Command Loop): Put Distinguish Interactive in menu.
3598
af23e1e8
RS
35992007-10-09 Richard Stallman <rms@gnu.org>
3600
3601 * text.texi (Examining Properties): Mention overlay priority.
3602
3603 * display.texi (Display Margins): Correct the description
3604 of margin display specifications.
3605 (Replacing Specs): New subnode broken out of Display Property.
3606
e1965a69
JL
36072007-10-06 Juri Linkov <juri@jurta.org>
3608
3609 * text.texi (Filling): Document fill-paragraph-or-region.
3610
4638454b
JB
36112007-10-05 Juanma Barranquero <lekktu@gmail.com>
3612
3613 * display.texi (Auto Faces): Fix typo.
3614
7ed54cc5
RS
36152007-10-02 Richard Stallman <rms@gnu.org>
3616
3617 * display.texi (Display Property): Explain some display specs
3618 don't let you move point in.
3619
5dcb4c4e
SM
3620 * frames.texi (Cursor Parameters):
3621 Describe cursor-in-non-selected-windows here. Explain more values.
7ed54cc5
RS
3622
3623 * windows.texi (Basic Windows): Don't describe
3624 cursor-in-non-selected-windows here.
3625
305a7ef2
EZ
36262007-10-01 Eli Zaretskii <eliz@gnu.org>
3627
3628 * processes.texi (Misc Network): Note that these functions are
3629 supported only on some systems.
3630
f7a7f4eb
RS
36312007-10-01 Richard Stallman <rms@gnu.org>
3632
3633 * display.texi (Overlay Properties): Explain nil as priority.
3634 Explain that conflicts are unpredictable if not resolved by
3635 priorities.
3636
780d7bb9
RS
36372007-09-23 Richard Stallman <rms@gnu.org>
3638
3639 * macros.texi (Backquote): Minor clarification.
3640
14b4fdfb
RS
36412007-09-19 Richard Stallman <rms@gnu.org>
3642
3643 * display.texi (Display Property): Explain multiple display specs.
9600ac7c
RS
3644 Clarify when they work in parallel and when one overrides.
3645 Fix error in example.
14b4fdfb 3646
b8d4c8d0
GM
36472007-09-06 Glenn Morris <rgm@gnu.org>
3648
b3e755a9 3649 Move from lispref/ to doc/lispref/. Change all setfilename
b8d4c8d0
GM
3650 commands to use ../../info.
3651 * Makefile.in (infodir): Go up one more level.
4638454b 3652 (usermanualdir): Change from ../man to ../emacs.
b8d4c8d0
GM
3653 (miscmanualdir): New.
3654 (dist): Use new variable miscmanualdir.
3655 * makefile.w32-in (infodir, texinputdir): Go up one more level.
3656 (usermanualdir): Change from ../man to ../emacs.
3657
1bb1f7d3
MR
36582007-08-30 Martin Rudalics <rudalics@gmx.at>
3659
3660 * commands.texi (Command Loop Info): Advise against changing
3661 most variables described here. Explain new variable
3662 last-repeatable-command.
3663
b8d4c8d0
GM
36642007-08-29 Glenn Morris <rgm@gnu.org>
3665
3666 * elisp.texi (EMACSVER): Increase to 23.0.50.
3667
36682007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
3669
3670 * frames.texi (Basic Parameters): Add display-environment-variable
3671 and term-environment-variable.
3672
36732007-08-28 Juri Linkov <juri@jurta.org>
3674
3675 * display.texi (Image Formats, Other Image Types): Add SVG.
3676
36772007-08-28 Juri Linkov <juri@jurta.org>
3678
3679 * display.texi (Images): Move formats-related text to new node
3680 "Image Formats".
3681 (Image Formats): New node.
3682
619fb9ee
RS
36832007-08-27 Richard Stallman <rms@gnu.org>
3684
3685 * windows.texi (Window Configurations): Clarify what
3686 a window configuration saves.
3687
b8d4c8d0
GM
36882007-08-25 Richard Stallman <rms@gnu.org>
3689
3690 * display.texi (Images): Delete redundant @findex.
3691
39f9da30
GM
36922007-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
3693
3694 * text.texi (Change Hooks): (after|before)-change-functions are no
3695 longer bound to nil while running; rather inhibit-modification-hooks
3696 is t.
3697
b8d4c8d0
GM
36982007-08-16 Richard Stallman <rms@gnu.org>
3699
5dcb4c4e
SM
3700 * processes.texi (Asynchronous Processes):
3701 Clarify doc of start-file-process.
b8d4c8d0
GM
3702
37032007-08-08 Martin Rudalics <rudalics@gmx.at>
3704
3705 * modes.texi (Example Major Modes): Fix typo.
3706
37072007-08-08 Glenn Morris <rgm@gnu.org>
3708
3709 * intro.texi (nil and t): Do not use `iff' in documentation.
3710
3711 * tips.texi (Documentation Tips): Recommend against `iff'.
3712
37132007-08-07 Chong Yidong <cyd@stupidchicken.com>
3714
3715 * display.texi (Image Cache): Document image-refresh.
3716
37172007-08-06 Martin Rudalics <rudalics@gmx.at>
3718
3719 * windows.texi (Size of Window): Document window-full-width-p.
3720
37212007-07-25 Glenn Morris <rgm@gnu.org>
3722
3723 * gpl.texi (GPL): Replace license with GPLv3.
3724
3725 * Relicense all FSF files to GPLv3 or later.
3726
37272007-07-24 Michael Albinus <michael.albinus@gmx.de>
3728
4638454b
JB
3729 * processes.texi (Synchronous Processes):
3730 Add `process-file-shell-command'.
b8d4c8d0
GM
3731 (Asynchronous Processes): Mention restricted use of
3732 `process-filter' and `process-sentinel' in
3733 `start-file-process'. Add `start-file-process-shell-command'.
3734
37352007-07-17 Michael Albinus <michael.albinus@gmx.de>
3736
3737 * files.texi (Magic File Names): Introduce optional parameter
3738 IDENTIFICATION for `file-remote-p'.
3739
37402007-07-16 Richard Stallman <rms@gnu.org>
3741
3742 * display.texi (Defining Faces): Fix previous change.
3743
37442007-07-14 Richard Stallman <rms@gnu.org>
3745
3746 * control.texi (Handling Errors): Document `debug' in handler list.
3747
37482007-07-10 Richard Stallman <rms@gnu.org>
3749
3750 * display.texi (Defining Faces): Explain C-M-x feature for defface.
3751
37522007-07-09 Richard Stallman <rms@gnu.org>
3753
3754 * files.texi (Magic File Names): Rewrite previous change.
3755
37562007-07-08 Michael Albinus <michael.albinus@gmx.de>
3757
3758 * files.texi (Magic File Names): Introduce optional parameter
3759 CONNECTED for `file-remote-p'.
3760
37612007-07-07 Michael Albinus <michael.albinus@gmx.de>
3762
3763 * processes.texi (Asynchronous Processes):
3764 * files.texi (Magic File Names): Add `start-file-process'.
3765
37662007-06-27 Richard Stallman <rms@gnu.org>
3767
5dcb4c4e
SM
3768 * files.texi (Format Conversion Piecemeal):
3769 Clarify `after-insert-file-functions' calling convention.
b8d4c8d0
GM
3770
37712007-06-27 Michael Albinus <michael.albinus@gmx.de>
3772
4638454b
JB
3773 * files.texi (Magic File Names): Remove `dired-call-process'.
3774 Add `process-file'.
b8d4c8d0
GM
3775
37762007-06-27 Kenichi Handa <handa@m17n.org>
3777
3778 * text.texi (Special Properties): Fix description about
4638454b 3779 `composition' property.
b8d4c8d0
GM
3780
37812007-06-26 Kenichi Handa <handa@m17n.org>
3782
3783 * nonascii.texi (Default Coding Systems): Document about the
3784 return value `undecided'.
3785
37862007-06-25 David Kastrup <dak@gnu.org>
3787
3788 * keymaps.texi (Active Keymaps): Document new POSITION argument of
3789 `current-active-maps'.
3790
37912007-06-24 Karl Berry <karl@gnu.org>
3792
4638454b 3793 * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text.
b8d4c8d0
GM
3794
37952007-06-15 Juanma Barranquero <lekktu@gmail.com>
3796
3797 * display.texi (Overlay Arrow): Doc fix.
3798
37992007-06-14 Karl Berry <karl@tug.org>
3800
3801 * anti.texi (Antinews): Typo.
3802
38032007-06-14 Chong Yidong <cyd@stupidchicken.com>
3804
3805 * display.texi (Image Cache): Document image-refresh.
3806
38072007-06-12 Karl Berry <karl@gnu.org>
3808
3809 * vol1.texi, vol2.texi, two-volume-cross-refs.txt: Update.
3810 * two-volume.make: New file.
3811 * .cvsignore: Ignore two-volume files.
3812
38132007-06-12 Tom Tromey <tromey@redhat.com>
3814
3815 * os.texi (Init File): Document user-emacs-directory.
3816
38172007-06-03 Nick Roberts <nickrob@snap.net.nz>
3818
3819 * commands.texi (Click Events): Describe width and height when
3820 object is nil.
3821
38222007-05-30 Nick Roberts <nickrob@snap.net.nz>
3823
5dcb4c4e
SM
3824 * commands.texi (Click Events): Layout more logically.
3825 Describe width and height.
b8d4c8d0
GM
3826 (Drag Events, Motion Events): Update to new format for position.
3827
38282007-06-02 Richard Stallman <rms@gnu.org>
3829
3830 * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces.
3831
38322007-06-02 Chong Yidong <cyd@stupidchicken.com>
3833
3834 * Version 22.1 released.
3835
38362007-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
3837
3838 * text.texi (Special Properties): Correct meaning of fontified face.
3839
38402007-05-30 Richard Stallman <rms@gnu.org>
3841
3842 * text.texi (Special Properties): Add link to Adjusting Point.
3843
38442007-05-12 Richard Stallman <rms@gnu.org>
3845
3846 * text.texi (Margins): indent-to-left-margin is not the default.
3847 (Mode-Specific Indent): For indent-line-function, the default
3848 is indent-relative.
3849
3850 * modes.texi (Example Major Modes): Explain last line of text-mode
3851 is redundant.
3852
38532007-05-10 Richard Stallman <rms@gnu.org>
3854
3855 * keymaps.texi (Scanning Keymaps): Update where-is-internal example.
3856
3857 * help.texi (Keys in Documentation): Add reference to
3858 Documentation Tips.
3859
3860 * files.texi (Format Conversion): TO-FN gets three arguments.
3861
3862 * modes.texi (Auto Major Mode): Document file-start-mode-alist.
3863
38642007-05-10 Thien-Thi Nguyen <ttn@gnuvola.org>
3865
3866 * elisp.texi (Top): Remove "Saving Properties" from detailed menu.
3867 * files.texi (Format Conversion): Expand intro; add menu.
3868 (Format Conversion Overview, Format Conversion Round-Trip)
3869 (Format Conversion Piecemeal): New nodes/subsections.
3870 * hooks.texi: Xref "Format Conversion" , not "Saving Properties".
3871 * text.texi (Text Properties): Remove "Saving Properties" from menu.
3872 (Saving Properties): Delete node/subsection.
3873
38742007-05-07 Karl Berry <karl@gnu.org>
3875
3876 * elisp.texi (EMACSVER): Back to 22.
3877
38782007-05-06 Richard Stallman <rms@gnu.org>
3879
3880 * processes.texi (Accepting Output): Revert most of previous change.
3881
38822007-05-05 Richard Stallman <rms@gnu.org>
3883
3884 * processes.texi (Accepting Output): accept-process-output
3885 uses microseconds, not milliseconds. But that arg is obsolete.
3886
38872007-05-04 Karl Berry <karl@tug.org>
3888
3889 * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
3890
38912007-05-04 Eli Zaretskii <eliz@gnu.org>
3892
3893 * tips.texi (Documentation Tips): Rearrange items to place the
3894 more important ones first. Add an index entry for hyperlinks.
3895
38962007-05-03 Karl Berry <karl@gnu.org>
3897
3898 * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing.
3899 (EMACSVER) [smallbook]: 22 for printed version.
3900
3901 * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed,
3902 so restore anchor to normal position after defun. Found by Kevin Ryde.
3903
39042007-04-26 Glenn Morris <rgm@gnu.org>
3905
3906 * elisp.texi (EMACSVER): Increase to 22.1.50.
3907
39082007-04-28 Karl Berry <karl@gnu.org>
3909
3910 * elisp.texi: Improve line breaks on copyright page,
3911 similar layout to emacs manual, 8.5x11 by default.
3912
39132007-04-24 Richard Stallman <rms@gnu.org>
3914
3915 * text.texi (Special Properties): Add xref to Overlay Properties.
3916
3917 * display.texi (Overlay Properties): Add xref to Special Properties.
3918
39192007-04-22 Richard Stallman <rms@gnu.org>
3920
3921 * keymaps.texi (Extended Menu Items): Move the info about
3922 format with cached keyboard binding.
3923
39242007-04-21 Richard Stallman <rms@gnu.org>
3925
3926 * text.texi (Special Properties): Clarify previous change.
3927
3928 * files.texi (File Name Expansion): Clarify previous change.
3929
3930 * display.texi (Attribute Functions): Fix example for
3931 face-attribute-relative-p.
3932
39332007-04-19 Kenichi Handa <handa@m17n.org>
3934
3935 * text.texi (Special Properties): Document composition property.
3936
39372007-04-19 Glenn Morris <rgm@gnu.org>
3938
3939 * files.texi (File Name Expansion): Mention "superroot".
3940
39412007-04-15 Chong Yidong <cyd@stupidchicken.com>
3942
3943 * frames.texi (Multiple Displays): Add note about "multi-monitor"
3944 setups.
3945 (Display Feature Testing): Note that display refers to all
3946 physical monitors for multi-monitor setups.
3947
39482007-04-14 Richard Stallman <rms@gnu.org>
3949
3950 * lists.texi (Sets And Lists): Clarify `delete' examples.
3951 Remove spurious xref to same node.
3952 Clarify xref for add-to-list.
3953
39542007-04-12 Nick Roberts <nickrob@snap.net.nz>
3955
3956 * keymaps.texi (Format of Keymaps): Remove spurious ")" from
3957 value of lisp-mode-map.
3958
39592007-04-11 Karl Berry <karl@gnu.org>
3960
3961 * anti.texi (Antinews):
3962 * display.texi (Overlay Properties, Defining Images):
3963 * processes.texi (Synchronous Processes, Sentinels):
3964 * syntax.texi (Syntax Table Internals):
3965 * searching.texi (Regexp Special):
3966 * nonascii.texi (Default Coding Systems):
3967 * text.texi (Special Properties):
3968 * minibuf.texi (Basic Completion): Wording to improve breaks in
3969 8.5x11 format.
3970 * elisp.texi (smallbook): New @set to more easily switch between
3971 smallbook and 8.5x11.
3972
39732007-04-11 Richard Stallman <rms@gnu.org>
3974
3975 * text.texi (Lazy Properties): Minor fix.
3976
39772007-04-08 Karl Berry <karl@gnu.org>
3978
3979 * symbols.texi (Plists and Alists): Period after "vs" in index entries.
3980 * macros.texi (Backquote): Downcase Backquote in index entries for
3981 consistency.
3982
39832007-04-08 Richard Stallman <rms@gnu.org>
3984
3985 * text.texi (Adaptive Fill): Just describe default,
3986 don't show it (since it contains non-ASCII chars).
3987
39882007-04-07 Karl Berry <karl@gnu.org>
3989
3990 * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in
3991 adaptive-fill-regexp's value, since they are not in the standard
3992 TeX fonts.
3993
39942007-04-07 Guanpeng Xu <herberteuler@hotmail.com>
3995
3996 * display.texi (Defining Faces): Fix example.
3997
39982007-04-07 Karl Berry <karl@gnu.org>
3999
4000 * display.texi (Button Buffer Commands): Improve page break.
4001
40022007-04-07 Richard Stallman <rms@gnu.org>
4003
4004 * advice.texi (Activation of Advice): Remove redundant index entry.
4005
4006 * backups.texi: Improve index entries. Remove redundant ones.
4007
4008 * compile.texi (Byte Compilation): Improve index entry.
4009
4010 * hash.texi (Creating Hash): Improve index entry.
4011
4012 * symbols.texi (Definitions): Improve index entry.
4013
4014 * edebug.texi: Improve index entries. Remove redundant/useless ones.
4015
4016 * maps.texi (Standard Keymaps): Remove useless index entry.
4017
4018 * help.texi (Documentation Basics): Remove redundant index entries.
4019
4020 * customize.texi: Improve index entries.
4021 Remove redundant/useless ones.
4022
4023 * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
4024
4025 * streams.texi (Output Variables): Improve index entry.
4026
4027 * abbrevs.texi (Abbrevs): Remove useless index entry.
4028
4029 * macros.texi (Expansion): Remove useless index entry.
4030
4031 * text.texi: Improve index entries. Remove redundant/useless ones.
4032 (Text Properties, Examining Properties)
4033 (Special Properties): Use "property category" instead of "category"
4034 to refer to the `category' property.
4035
4036 * positions.texi: Improve index entries. Remove useless one.
4037
4038 * lists.texi: Improve index entries. Remove redundant/useless ones.
4039
4040 * os.texi: Improve index entries.
4041 (Timers): Fix previous change.
4042
4043 * buffers.texi: Improve index entries.
4044 (Modification Time): Get rid of term "obsolete buffer".
4045
4046 * debugging.texi: Improve index entries.
4047 (Test Coverage): Add xref to other test coverage ftr.
4048
4049 * eval.texi: Improve index entry. Remove redundant ones.
4050
4051 * numbers.texi: Improve index entries. Remove redundant/useless ones.
4052
4053 * files.texi: Improve index entries. Remove redundant/useless ones.
4054
4055 * objects.texi: Improve index entries.
4056
4057 * processes.texi: Improve index entries.
4058
4059 * modes.texi: Improve index entry. Remove redundant one.
4060
4061 * nonascii.texi: Improve index entries.
4062
4063 * internals.texi: Improve index entries.
4064
4065 * syntax.texi: Improve index entries.
4066
4067 * keymaps.texi (Active Keymaps): Improve index entries.
4068
4069 * commands.texi: Improve index entries. Remove redundant/useless ones.
4070
4071 * frames.texi: Improve index entries. Remove redundant/useless ones.
4072
4073 * markers.texi: Improve index entries. Remove redundant ones.
4074
4075 * tips.texi: Improve index entries.
4076
4077 * loading.texi (Unloading): Improve index entry.
4078
4079 * variables.texi: Improve index entries. Remove redundant one.
4080
4081 * sequences.texi: Improve index entry.
4082
4083 * display.texi: Improve index entries. Remove redundant ones.
4084
4085 * windows.texi: Improve index entries.
4086
4087 * searching.texi: Improve index entries. Remove redundant one.
4088
4089 * strings.texi (Case Tables): Improve last change.
4090
40912007-04-04 Chong Yidong <cyd@stupidchicken.com>
4092
4093 * strings.texi (Case Tables): Document with-case-table and
4094 ascii-case-table.
4095
40962007-04-03 Karl Berry <karl@gnu.org>
4097
4098 * processes.texi (Network): Reword to improve page break.
4099
41002007-04-03 Eli Zaretskii <eliz@gnu.org>
4101
4102 * functions.texi (Inline Functions): Describe more disadvantages
4103 of defsubst, and make advice against it stronger.
4104
41052007-04-02 Karl Berry <karl@gnu.org>
4106
4107 * backups.texi (Backup Names): Avoid widow words.
4108 * modes.texi (Example Major Modes): Align last comment.
4109
41102007-04-01 Chong Yidong <cyd@stupidchicken.com>
4111
4112 * keymaps.texi (Remapping Commands): Document new arg to
4113 command-remapping.
4114
41152007-04-01 Karl Berry <karl@gnu.org>
4116
4117 * processes.texi (Low-Level Network): Typo.
4118 * loading.texi (Hooks for Loading): Avoid double "the".
4119 * keymaps.texi (Key Sequences): No double "and".
4120 (Changing Key Bindings): Shorten to improve line break.
4121
41222007-03-31 Glenn Morris <rgm@gnu.org>
4123
4124 * os.texi (Timers): Fix description of run-at-time TIME formats.
4125
41262007-03-31 Richard Stallman <rms@gnu.org>
4127
4128 * display.texi (Invisible Text): Correct buffer-invisibility-spec
4129 regarding ellipsis.
4130
41312007-03-31 Eli Zaretskii <eliz@gnu.org>
4132
4133 * intro.texi (nil and t):
4134 * symbols.texi (Plists and Alists):
4135 * variables.texi (Variable Aliases, Constant Variables):
4136 * functions.texi (Defining Functions):
4137 * advice.texi (Advising Primitives):
4138 * debugging.texi (Syntax Errors, Compilation Errors):
4139 * minibuf.texi (Minibuffer Windows):
4140 * commands.texi (Adjusting Point):
4141 * modes.texi (Syntactic Font Lock, Faces for Font Lock)
4142 (Auto Major Mode, Major Mode Conventions):
4143 * help.texi (Describing Characters):
4144 * files.texi (Create/Delete Dirs, Information about Files)
4145 (File Locks, Writing to Files, Reading from Files)
4146 (Saving Buffers):
4147 * windows.texi (Resizing Windows, Cyclic Window Ordering):
4148 * frames.texi (Finding All Frames):
4149 * positions.texi (Buffer End, Motion):
4150 * markers.texi (The Region):
4151 * text.texi (Deletion, Near Point):
4152 * display.texi (Displaying Messages, Truncation):
4153 * os.texi (Processor Run Time):
4154 * tips.texi (Key Binding Conventions, Programming Tips)
4155 (Warning Tips, Documentation Tips, Comment Tips):
4156 * internals.texi (Memory Usage): Improve indexing.
4157
4158 * variables.texi (Frame-Local Variables):
4159 * functions.texi (Argument List):
4160 * loading.texi (Library Search):
4161 * streams.texi (Output Variables):
4162 * keymaps.texi (Translation Keymaps, Searching Keymaps):
4163 * searching.texi (Replacing Match, Search and Replace):
4164 * processes.texi (Byte Packing, Decoding Output)
4165 (Accepting Output, Network Servers, Shell Arguments):
4166 * display.texi (Abstract Display, Image Cache, Scroll Bars):
4167 * windows.texi (Window Point, Window Start):
4168 * frames.texi (Management Parameters, Frame Parameters, Frame Titles):
4169 * commands.texi (Reading Input, Keyboard Events):
4170 * minibuf.texi (Reading File Names, Minibuffer Completion)
4171 (Recursive Mini):
4172 * positions.texi (List Motion):
4173 * hash.texi (Hash Tables, Creating Hash, Defining Hash):
4174 * numbers.texi (Arithmetic Operations, Math Functions)
4175 (Predicates on Numbers, Comparison of Numbers):
4176 (Numeric Conversions):
4177 * locals.texi (Standard Buffer-Local Variables):
4178 * maps.texi (Standard Keymaps):
4179 * os.texi (User Identification, System Environment, Recording Input)
4180 (X11 Keysyms):
4181 * nonascii.texi (Non-ASCII Characters, Splitting Characters):
4182 * backups.texi (Backups and Auto-Saving):
4183 * customize.texi (Customization, Group Definitions)
4184 (Variable Definitions):
4185 * compile.texi (Byte Compilation): Improve index entries.
4186
41872007-03-31 Karl Berry <karl@gnu.org>
4188
4189 * macros.texi (Defining Macros): Avoid widow syllable.
4190
41912007-03-31 Eli Zaretskii <eliz@gnu.org>
4192
4193 * elisp.texi (Top): Postscript -> PostScript.
4194
4195 * display.texi (Images, Postscript Images): Postscript -> PostScript.
4196
41972007-03-31 Markus Triska <markus.triska@gmx.at>
4198
4199 * internals.texi (Writing Emacs Primitives): Untabify `For'.
4200
42012007-03-30 Karl Berry <karl@gnu.org>
4202
4203 * lists.texi (List-related Predicates): Remove spurious @need.
4204 (Setcdr): Use @smallexample to improve page break.
4205 (Association Lists) <assoc>: Reword to improve page break.
4206
4207 * strings.texi (String Conversion): Insert blank line to improve
4208 page break.
4209
4210 * numbers.texi (Random Numbers): Use @minus{}.
4211 (Math Functions): Use @minus{}.
4212
4213 * intro.texi (Acknowledgements): Avoid line breaks before middle
4214 initials.
4215
42162007-03-24 Eli Zaretskii <eliz@gnu.org>
4217
4218 * errors.texi (Standard Errors): Add an index entry.
4219
42202007-03-19 Richard Stallman <rms@gnu.org>
4221
4222 * os.texi (Recording Input): recent-keys now gives 300 keys.
4223
42242007-03-12 Glenn Morris <rgm@gnu.org>
4225
4226 * os.texi: Replace "daylight savings" with "daylight saving"
4227 throughout.
4228
42292007-03-05 Richard Stallman <rms@gnu.org>
4230
5dcb4c4e
SM
4231 * variables.texi (File Local Variables):
4232 Update enable-local-variables values.
b8d4c8d0
GM
4233
42342007-03-04 Richard Stallman <rms@gnu.org>
4235
4236 * syntax.texi (Control Parsing): Minor clarification.
4237
4238 * strings.texi (Formatting Strings): Clarify width, precision, flags.
4239
4240 * sequences.texi (Sequence Functions): Move string-bytes away,
4241 add xref.
4242
4243 * nonascii.texi (Text Representations): Move string-bytes here.
4244
4245 * modes.texi (Major Mode Conventions): Fundamental mode is exception.
4246
4247 * minibuf.texi (Basic Completion): Minor clarification.
4248
4249 * markers.texi (The Mark): Clarify existence vs activation of mark.
4250 Other cleanup.
4251
4252 * display.texi (Finding Overlays): Write better example.
4253
4254 * compile.texi (Eval During Compile): Clarify putting macros
4255 in eval-when-compile.
4256
c5602427 42572007-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br> (tiny change)
b8d4c8d0
GM
4258
4259 * loading.texi (How Programs Do Loading): Fix anchor position at
c5602427 4260 load-read-function definition doc.
b8d4c8d0
GM
4261
42622007-02-21 Kim F. Storm <storm@cua.dk>
4263
4264 * strings.texi (Text Comparison): Mention that assoc-string
4265 converts symbols to strings before testing.
4266
42672007-02-17 Kim F. Storm <storm@cua.dk>
4268
4269 * processes.texi (Bindat Spec): Vector types can have optional
4270 element type.
4271 (Bindat Examples): Fix example. Add vector with element type.
4272
42732007-02-16 Andreas Schwab <schwab@suse.de>
4274
4275 * strings.texi (Formatting Strings): Document '+' flag.
4276
42772007-02-15 Juanma Barranquero <lekktu@gmail.com>
4278
4279 * strings.texi (Modifying Strings): Clarify that `clear-string'
4280 always converts the string to unibyte.
4281
42822007-02-14 Kim F. Storm <storm@cua.dk>
4283
4284 * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
4285 Rewrite glyph code description to refer to these functions.
4286 Remove details of encoding face number and char into integer code.
4287
42882007-02-03 Alan Mackenzie <acm@muc.de>
4289
4290 * loading.texi (Hooks for Loading): Make the description of
4291 `eval-after-load' more detailed, and amend the description of
4292 after-load-alist, in accordance with changes from 2006-05.
4293
42942007-02-03 Chong Yidong <cyd@stupidchicken.com>
4295
4296 * modes.texi (Defining Minor Modes): Document that a :require
4297 keyword or similar may be required to make saved customization
4298 variables work.
4299
43002007-02-03 Eli Zaretskii <eliz@gnu.org>
4301
4302 * elisp.texi (Top): Make the detailed menu headers compliant with
5dcb4c4e
SM
4303 Texinfo guidelines and with what texnfo-upd.el expects.
4304 Add comments to prevent people from inadvertently modifying the key
b8d4c8d0
GM
4305 parts needed by `texinfo-multiple-files-update'.
4306
43072007-02-02 Eli Zaretskii <eliz@gnu.org>
4308
4309 * elisp.texi (Top): Update the top-level menus.
4310
4311 * syntax.texi (Categories): Add index entries.
4312
43132007-02-01 Juanma Barranquero <lekktu@gmail.com>
4314
4315 * display.texi (Attribute Functions): Fix name and description of
4316 the UNDERLINE arg of `set-face-underline-p'.
4317
43182007-01-29 Eli Zaretskii <eliz@gnu.org>
4319
4320 * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
4321 Variables", and "Standard Keymaps" to the detailed menu.
4322
4323 * variables.texi (Future Local Variables): Add index entry.
4324
43252007-01-28 Richard Stallman <rms@gnu.org>
4326
4327 * tips.texi (Coding Conventions): Clarify the tip about macros
4328 that define a function or a variable.
4329
4330 * files.texi (File Attributes): UID and GID can be floats.
4331 (Magic File Names): Explain why deferring all operations to
4332 the standard handler does not work.
4333
43342007-01-23 Martin Rudalics <rudalics@gmx.at>
4335
4336 * backups.texi (Reverting): Use "buffer" instead of "file"
4337 when talking about major and minor modes.
4338
43392007-01-21 Richard Stallman <rms@gnu.org>
4340
4341 * help.texi (Documentation): Add xref to Documentation Tips.
4342
43432007-01-14 Juanma Barranquero <lekktu@gmail.com>
4344
4345 * tips.texi (Coding Conventions): Fix typos.
4346
43472007-01-05 Richard Stallman <rms@gnu.org>
4348
4349 * modes.texi (Defining Minor Modes): Fix previous change.
4350
43512007-01-03 Richard Stallman <rms@gnu.org>
4352
4353 * customize.texi (Variable Definitions, Customization Types):
4354 Don't use * in doc string for defcustom.
4355
43562007-01-02 Richard Stallman <rms@gnu.org>
4357
4358 * variables.texi (Variable Aliases): Clarify that aliases vars
4359 always have the same value.
4360
4361 * processes.texi (Bindat Spec): Fix Texinfo usage.
4362
4363 * modes.texi (Defining Minor Modes): Explain effect of command
4364 defined with define-global-minor-mode on new buffers.
4365
43662006-12-30 Kim F. Storm <storm@cua.dk>
4367
4368 * keymaps.texi (Tool Bar): Describe `grow-only' value of
4369 `auto-resize-tool-bars'.
4370
43712006-12-30 Richard Stallman <rms@gnu.org>
4372
4373 * keymaps.texi (Active Keymaps): Fix previous change.
4374
43752006-12-30 Nick Roberts <nickrob@snap.net.nz>
4376
4377 * keymaps.texi (Active Keymaps): Make xref to lookup-key.
4378
43792006-12-30 Kim F. Storm <storm@cua.dk>
4380
4381 * processes.texi (Bindat Spec): Clarify using field names in
4382 length specifications.
4383
43842006-12-29 Kim F. Storm <storm@cua.dk>
4385
4386 * processes.texi (Bindat Spec): Explain eval forms and lengths better.
4387 Add count and index variables for eval forms in repeat blocks.
4388
43892006-12-24 Richard Stallman <rms@gnu.org>
4390
5dcb4c4e
SM
4391 * customize.texi (Variable Definitions):
4392 Document new name custom-add-frequent-value.
b8d4c8d0
GM
4393
43942006-12-19 Kim F. Storm <storm@cua.dk>
4395
4396 * commands.texi (Misc Events): User signals now result in sigusr1
4397 and sigusr2 events which are handled through special-event-map.
4398 (Special Events): User signals and drag-n-drop are special.
4399
44002006-12-17 Richard Stallman <rms@gnu.org>
4401
4402 * loading.texi (Named Features): Explain subfeatures better.
4403
4404 * customize.texi: Use "option" only for user options.
4405 For the keyword values inside defcustom etc, say "keywords".
4406 For :options value's elements, say "elements".
4407 :group should not be omitted.
4408
4409 * syntax.texi (Parsing Expressions): Split up node.
4410 (Motion via Parsing, Position Parse, Parser State)
4411 (Low-Level Parsing, Control Parsing): New subnodes.
4412 (Parser State): Document syntax-ppss-toplevel-pos.
4413
4414 * positions.texi (List Motion): Punctuation fix.
4415
4416 * files.texi (File Name Completion): Document PREDICATE arg
4417 to file-name-completion.
4418
44192006-12-16 Eli Zaretskii <eliz@gnu.org>
4420
4421 * internals.texi (Building Emacs, Writing Emacs Primitives):
4422 Add index entries.
4423
44242006-12-11 Richard Stallman <rms@gnu.org>
4425
4426 * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
4427 affects face menu. Explain how to make it non-nil without enabling
4428 any fontification.
4429
44302006-12-10 Chong Yidong <cyd@stupidchicken.com>
4431
4432 * modes.texi (Font Lock Basics): Document nil value of
4433 font-lock-defaults.
4434
44352006-12-10 Glenn Morris <rgm@gnu.org>
4436
4437 * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
4438 value for system-flag argument. Abbrev tables may not be empty
4439 when major modes are loaded.
4440
44412006-12-08 Juanma Barranquero <lekktu@gmail.com>
4442
4443 * makefile.w32-in (maintainer-clean): Partially revert last
4444 change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
4445 to protect elisp-covers.texi.
4446
44472006-12-07 Juanma Barranquero <lekktu@gmail.com>
4448
4449 * makefile.w32-in (maintainer-clean): Depend on `distclean'.
4450 Don't remove elisp* info files; they are already deleted by the
4451 `clean' and `distclean' targets, and they are in the $(infodir)
4452 directory, not the current one.
4453
44542006-12-04 Kim F. Storm <storm@cua.dk>
4455
4456 * commands.texi (Misc Events): Update signal events.
4457 (Event Examples): Add signal example.
4458
44592006-11-29 Richard Stallman <rms@gnu.org>
4460
4461 * frames.texi (Visibility of Frames): Explain visible windows
4462 can be covered by others. Add xref for raise-frame.
4463
44642006-11-28 Richard Stallman <rms@gnu.org>
4465
4466 * searching.texi (Regexp Special): Update when ^ is special.
4467
44682006-11-27 Eli Zaretskii <eliz@gnu.org>
4469
4470 * customize.texi (Customization, Common Keywords)
4471 (Group Definitions, Variable Definitions, Composite Types)
4472 (Type Keywords, Customization Types): Add index entries for
4473 various customization keywords.
4474
44752006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
4476
4477 * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
4478
c8763fb6 44792006-11-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
4480
4481 * frames.texi (Window System Selections): Remove clipboard from
4482 description of selection-coding-system.
4483
44842006-11-06 Richard Stallman <rms@gnu.org>
4485
4486 * lists.texi (List Variables): Document COMPARE-FN.
4487
4488 * keymaps.texi: Avoid use of "binding" to mean a relation;
4489 use it only to refer to the meaning associated with a key.
4490 (Keymaps): Change menu node description.
4491
4492 * elisp.texi (Top): Change menu node description.
4493
4494 * display.texi (Managing Overlays): Document overlay-recenter.
4495
44962006-10-29 Chong Yidong <cyd@stupidchicken.com>
4497
4498 * Makefile.in: Use relative paths to avoid advertising filesystem
4499 contents during compilation.
4500
45012006-10-23 Kim F. Storm <storm@cua.dk>
4502
4503 * commands.texi (Event Input Misc): Update unread-command-events.
4504
45052006-10-23 Nick Roberts <nickrob@snap.net.nz>
4506
4507 * lists.texi (Sets And Lists): Fix typos.
4508
45092006-10-18 Juanma Barranquero <lekktu@gmail.com>
4510
4511 * control.texi (Processing of Errors): Use @var for an argument,
4512 not @code.
4513
45142006-10-16 Richard Stallman <rms@gnu.org>
4515
4516 * edebug.texi (Edebug Recursive Edit): Minor cleanup.
4517
4518 * keymaps.texi (Format of Keymaps): Show all the keymap element
4519 patterns that result from menu items.
4520 (Key Lookup): Minor cleanups.
4521
4522 * modes.texi (Precalculated Fontification): Don't say that
4523 not setting font-lock-defaults avoids loading font-lock.
4524
4525 * help.texi (Documentation): Move xref to Emacs Manual here.
4526 (Documentation Basics): From here.
4527 Also doc emacs-lisp-docstring-fill-column.
4528
4529 * elisp.texi: Update version and ISBN.
4530
4531 * commands.texi (Interactive Call): Clarify KEYS arg to
4532 call-interactively is a vector.
4533 (Command Loop Info): Delete anchor in this-command-keys.
4534 Add anchor in this-command-keys-vector.
4535 (Recursive Editing): Document how recursive-edit
4536 handles the current buffer.
4537
45382006-10-13 Chong Yidong <cyd@stupidchicken.com>
4539
4540 * frames.texi (Frame Titles): %c and %l are ignored in
4541 frame-title-format.
4542
45432006-10-11 Richard Stallman <rms@gnu.org>
4544
4545 * keymaps.texi (Key Sequences): Clarify use of kbd.
4546
45472006-10-10 Kim F. Storm <storm@cua.dk>
4548
4549 * lists.texi (Sets And Lists): Add memql.
4550
45512006-10-03 Richard Stallman <rms@gnu.org>
4552
4553 * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
4554 Clarify :ascii: and :nonascii:.
4555
45562006-09-29 Juri Linkov <juri@jurta.org>
4557
4558 * modes.texi (%-Constructs): Reorder coding systems in the
4559 documentation of %z to the real order displayed in the modeline.
4560
45612006-09-25 Richard Stallman <rms@gnu.org>
4562
4563 * os.texi (Timers): Describe timer-max-repeats.
4564
45652006-09-25 Chong Yidong <cyd@stupidchicken.com>
4566
4567 * os.texi (Timers): Mention with-local-quit.
4568
45692006-09-24 Richard Stallman <rms@gnu.org>
4570
4571 * searching.texi (Searching and Matching): Mention property search.
4572
4573 * commands.texi (Command Loop Info): Explain how read-event affects
4574 this-command-keys.
4575
45762006-09-20 Richard Stallman <rms@gnu.org>
4577
4578 * os.texi (Timers): Clarify about REPEAT when timer is delayed.
4579
4580 * windows.texi (Window Start): Minor cleanups.
4581
45822006-09-20 Kim F. Storm <storm@cua.dk>
4583
4584 * windows.texi (Window Start): pos-visible-in-window-p allows
4585 specifying t for position to mean "end of window".
4586 Add window-line-height.
4587
4588 * anti.texi (Antinews): Mention window-line-height.
4589
45902006-09-19 David Kastrup <dak@gnu.org>
4591
4592 * keymaps.texi (Searching Keymaps): Small clarification.
4593
45942006-09-18 Richard Stallman <rms@gnu.org>
4595
4596 * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
4597 cause keyboard menus.
4598 (Menu Keymaps): Likewise.
4599 (Defining Menus, Keyboard Menus): Clarify.
4600
4601 * text.texi (Fields): Clarify explanation of constrain-to-field.
4602
46032006-09-16 Eli Zaretskii <eliz@gnu.org>
4604
4605 * variables.texi (Tips for Defining): Fix a typo.
4606
46072006-09-15 Richard Stallman <rms@gnu.org>
4608
4609 * keymaps.texi (Remapping Commands, Searching Keymaps)
4610 (Active Keymaps): Clean up previous change.
4611
46122006-09-15 Jay Belanger <belanger@truman.edu>
4613
4614 * gpl.texi: Replace "Library Public License" by "Lesser Public
4615 License" throughout.
4616
46172006-09-15 David Kastrup <dak@gnu.org>
4618
4619 * keymaps.texi (Active Keymaps): Adapt description to use
4620 `get-char-property' instead `get-text-property'. Explain how
4621 mouse events change this. Explain the new optional argument of
4622 `key-binding' and its mouse-dependent lookup.
4623 (Searching Keymaps): Adapt description similarly.
4624 (Remapping Commands): Explain the new optional argument of
4625 `command-remapping'.
4626
46272006-09-14 Richard Stallman <rms@gnu.org>
4628
4629 * keymaps.texi (Searching Keymaps): Clarification.
4630 (Active Keymaps): Refer to Searching Keymaps instead of duplication.
4631
46322006-09-13 Richard Stallman <rms@gnu.org>
4633
4634 * objects.texi (Character Type): Node split.
4635 Add xref to Describing Characters.
4636 (Basic Char Syntax, General Escape Syntax)
4637 (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
4638
46392006-09-11 Richard Stallman <rms@gnu.org>
4640
4641 * display.texi (Display Table Format): Wording clarification.
4642 (Glyphs): Clarifications.
4643
46442006-09-10 Chong Yidong <cyd@stupidchicken.com>
4645
4646 * keymaps.texi (Active Keymaps): Mention that key-binding checks
4647 local maps.
4648
46492006-09-10 Kim F. Storm <storm@cua.dk>
4650
4651 * display.texi (Forcing Redisplay): Document return value of
4652 function redisplay.
4653
46542006-09-09 Richard Stallman <rms@gnu.org>
4655
4656 * windows.texi (Window Hooks): Explain limits of
4657 window-scroll-functions.
4658
4659 * display.texi (Fringe Indicators): Update for last change in
4660 indicate-buffer-boundaries.
4661
46622006-09-08 Richard Stallman <rms@gnu.org>
4663
4664 * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
4665
46662006-09-06 Kim F. Storm <storm@cua.dk>
4667
4668 * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
4669
4670 * windows.texi (Window Start): Update pos-visible-in-window-p.
4671
46722006-09-04 Richard Stallman <rms@gnu.org>
4673
4674 * processes.texi (Accepting Output): Explain SECONDS=0 for
4675 accept-process-output.
4676
4677 * os.texi (Idle Timers): Explain why timer functions should not
4678 loop until (input-pending-p).
4679
46802006-09-02 Eli Zaretskii <eliz@gnu.org>
4681
4682 * makefile.w32-in (usermanualdir): New variable.
4683 (elisp.dvi): Use it.
4684
46852006-09-01 Eli Zaretskii <eliz@gnu.org>
4686
4687 * buffers.texi (Buffer Modification): Fix last change.
4688
46892006-09-01 Chong Yidong <cyd@stupidchicken.com>
4690
5dcb4c4e
SM
4691 * buffers.texi (Buffer Modification):
4692 Document buffer-chars-modified-tick.
b8d4c8d0
GM
4693
46942006-08-31 Richard Stallman <rms@gnu.org>
4695
4696 * modes.texi (Syntactic Font Lock): Mention specific faces once again.
4697
46982006-08-31 Richard Bielawski <RBielawski@moneygram.com> (tiny change)
4699
4700 * modes.texi (Syntactic Font Lock):
4701 Mention font-lock-syntactic-face-function
4702 instead of specific faces.
4703
47042006-08-29 Chong Yidong <cyd@stupidchicken.com>
4705
4706 * display.texi (Images): Add xrref to display-images-p.
4707
47082006-08-28 Kenichi Handa <handa@m17n.org>
4709
4710 * nonascii.texi (Lisp and Coding Systems): Fix description of
4711 detect-coding-region.
4712
47132006-08-27 Michael Olson <mwolson@gnu.org>
4714
4715 * processes.texi (Transaction Queues): Remove stray quote
4716 character.
4717
47182006-08-25 Richard Stallman <rms@gnu.org>
4719
4720 * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
4721 Add xref.
4722
47232006-08-24 Chong Yidong <cyd@stupidchicken.com>
4724
4725 * os.texi (Timers): Avoid waiting inside timers.
4726
47272006-08-21 Lute Kamstra <lute@gnu.org>
4728
4729 * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
4730
47312006-08-20 Richard Stallman <rms@gnu.org>
4732
4733 * os.texi (Idle Timers): New node, split out from Timers.
4734 Document current-idle-time.
4735 * commands.texi (Reading One Event): Update xref.
4736 * elisp.texi (Top): Update subnode menu.
4737
47382006-08-16 Richard Stallman <rms@gnu.org>
4739
4740 * keymaps.texi (Extended Menu Items): Show format of cached
4741 bindings in extended menu items.
4742
4743 * customize.texi (Variable Definitions): Explain when the
4744 standard value expression is evaluated.
4745
47462006-08-15 Chong Yidong <cyd@stupidchicken.com>
4747
4748 * commands.texi (Reading One Event): Explain idleness in
4749 `read-event'.
4750
47512006-08-12 Chong Yidong <cyd@stupidchicken.com>
4752
4753 * text.texi (Near Point): Say "cursor" not "terminal cursor".
5dcb4c4e 4754 (Commands for Insertion): Remove split-line since it's not
b8d4c8d0
GM
4755 relevant for Lisp programming.
4756 (Yank Commands): Rewrite introduction.
4757 (Undo): Clarify.
4758 (Maintaining Undo): Clarify. Document undo-ask-before-discard.
4759 (Filling): Remove redundant comment. Clarify return value of
4760 current-justification.
4761 (Margins): Minor clarifications.
4762 (Adaptive Fill): Update default value of adaptive-fill-regexp.
4763 (Sorting): Update definition of sort-lines.
4764 (Columns): Clarify behavior of sort-columns.
4765 (Indent Tabs): Link to Tab Stops in Emacs manual.
4766 (Special Properties): Clarify.
4767 (Clickable Text): Mention Buttons package.
4768
47692006-08-12 Kevin Ryde <user42@zip.com.au>
4770
4771 * os.texi (Time Parsing): Add %z to description of
4772 format-time-string, as per docstring. Add cross reference to
4773 glibc manual for strftime.
4774
47752006-08-08 Richard Stallman <rms@gnu.org>
4776
4777 * modes.texi: Clean up wording in previous change.
4778
47792006-08-07 Chong Yidong <cyd@stupidchicken.com>
4780
4781 * modes.texi (Hooks): Clarify.
4782 (Major Mode Basics): Mention define-derived-mode explicitly.
4783 (Major Mode Conventions): Rebinding RET is OK for some modes.
4784 Mention change-major-mode-hook and after-change-major-mode-hook.
5dcb4c4e 4785 (Example Major Modes): Move to end of Modes section.
b8d4c8d0
GM
4786 (Mode Line Basics): Clarify.
4787 (Mode Line Data): Mention help-echo and local-map in strings.
4788 Explain reason for treatment of non-risky variables.
4789 (Properties in Mode): Clarify.
4790 (Faces for Font Lock): Add font-lock-negation-char-face.
4791
47922006-08-04 Eli Zaretskii <eliz@gnu.org>
4793
4794 * strings.texi (Formatting Strings): Warn against arbitrary
4795 strings as first arg to `format'.
4796
47972006-07-31 Thien-Thi Nguyen <ttn@gnu.org>
4798
4799 * text.texi (Clickable Text): Mention `help-echo' text property.
4800 Update intro, examples and associated explanations.
4801
48022006-07-31 Richard Stallman <rms@gnu.org>
4803
4804 * commands.texi: Update xrefs.
4805 (Event Mod): New node, cut out from old Translating Input.
4806
4807 * maps.texi: Update xrefs.
4808
4809 * keymaps.texi (Translation Keymaps): New node.
4810 Update xrefs from Translating Input to Translation Keymaps.
4811
4812 * elisp.texi (Top): Update subnode menu.
4813
4814 * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
4815
4816 * os.texi (System Interface): Fix menu descriptions of some nodes.
4817 (Translating Input): Node deleted.
4818
48192006-07-31 Nick Roberts <nickrob@snap.net.nz>
4820
4821 * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
4822
4823 * lists.texi (Sets And Lists): Likewise.
4824
48252006-07-30 Thien-Thi Nguyen <ttn@gnu.org>
4826
4827 * text.texi (Fields): Mention POS
4828 requirement when narrowing is in effect.
4829
48302006-07-28 Richard Stallman <rms@gnu.org>
4831
4832 * display.texi (Face Attributes): Simplify wording.
4833 (Attribute Functions): Clarify meaning of new-frame default
4834 attribute settings.
4835
4836 * customize.texi (Common Keywords): Document how to use
4837 :package-version in a package not in Emacs.
4838
48392006-07-28 Kim F. Storm <storm@cua.dk>
4840
4841 * commands.texi (Reading One Event): Fix last change.
4842
48432006-07-26 Chong Yidong <cyd@stupidchicken.com>
4844
4845 * commands.texi (Reading One Event): Document SECONDS argument for
4846 read-event, read-char, and read-char-exclusive.
4847
48482006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
4849
4850 * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
4851 to ensure correct identification.
4852
48532006-07-24 Richard Stallman <rms@gnu.org>
4854
4855 * text.texi (Clickable Text): Clarify.
4856
4857 * sequences.texi (Vector Functions): Delete duplicate xref.
4858
4859 * objects.texi (Function Type): Clarify.
4860
4861 * modes.texi (Keymaps and Minor Modes): List punct chars for minor
4862 modes.
4863
4864 * lists.texi (List Variables): New node.
4865 Material moved from other nodes.
4866
4867 * variables.texi (Setting Variables): add-to-list and
4868 add-to-ordered-list moved to List Variables node.
4869
48702006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
4871
4872 * text.texi (Links and Mouse-1):
4873 For mouse-on-link-p, expand on arg POS.
4874
48752006-07-21 Kim F. Storm <storm@cua.dk>
4876
4877 * display.texi (Forcing Redisplay): Don't mention systems which
4878 don't support sub-second timers for redisplay-preemption-period.
4879
4880 * os.texi (Terminal Output): Clarify text vs graphical terminal.
4881
48822006-07-21 Eli Zaretskii <eliz@gnu.org>
4883
4884 * frames.texi (Input Focus): Document that focus-follows-mouse has
4885 no effect on MS-Windows.
4886
48872006-07-18 Richard Stallman <rms@gnu.org>
4888
4889 * display.texi (Forcing Redisplay): Cleanups in previous change.
4890
4891 * processes.texi (Low-Level Network): Make menu more convenient.
4892
48932006-07-18 Kim F. Storm <storm@cua.dk>
4894
4895 * display.texi (Forcing Redisplay): redisplay-preemption-period
4896 only used on window systems. Add xref to Terminal Output.
4897
4898 * os.texi (Terminal Output): baud-rate only controls preemption on
4899 non-window systems. Add xref to Forcing Redisplay.
4900
4901 * processes.texi (Low-Level Network): Rename node "Make Network"
4902 to "Network Processes".
4903
49042006-07-18 Karl Berry <karl@gnu.org>
4905
4906 * variables.texi, functions.texi, customize.texi, loading.texi:
4907 * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
4908
49092006-07-17 Chong Yidong <cyd@stupidchicken.com>
4910
4911 * commands.texi (Waiting): Document batch-mode sit-for behavior.
4912
49132006-07-17 Richard Stallman <rms@gnu.org>
4914
4915 * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
4916 Put period and comma inside quotes.
4917
4918 * loading.texi, markers.texi: Use real doublequote inside menus.
4919
4920 * windows.texi: Put point and comma inside quotes.
4921 (Textual Scrolling): Use @samp for error message.
4922
4923 * variables.texi, tips.texi, syntax.texi, symbols.texi:
4924 * strings.texi, streams.texi, processes.texi, os.texi:
4925 * objects.texi, numbers.texi, modes.texi, minibuf.texi:
4926 * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
4927 * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
4928 * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
4929 Put point and comma inside quotes.
4930
4931 * control.texi (Processing of Errors): Add command-error-function.
4932
4933 * variables.texi (File Local Variables): Clarify that
4934 file local variables make buffer-local bindings.
4935
4936 * modes.texi (Syntactic Font Lock): Give default for
4937 font-lock-syntax-table.
4938
49392006-07-17 Nick Roberts <nickrob@snap.net.nz>
4940
4941 * text.texi (Special Properties): Clean up previous change.
4942
49432006-07-16 Karl Berry <karl@gnu.org>
4944
4945 * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
4946 * control.texi: Fix bad page breaks through chapter 10 (control).
4947
4948 * anti.texi (Antinews): Reorder face-attribute fns to avoid
4949 underfull hbox.
4950
49512006-07-15 Nick Roberts <nickrob@snap.net.nz>
4952
4953 * text.texi (Special Properties): Describe fontified text property
4954 in relation to a character (not text).
4955
49562006-07-15 Kim F. Storm <storm@cua.dk>
4957
4958 * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
4959 Add apropos-mode-map, custom-mode-map, esc-map, global-map,
4960 grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
4961
4962 * anti.texi (Antinews): Mention redisplay function.
4963 The kbd macro existed, but was not documented, before 22.x.
4964 Function pos-visible-in-window-p is not new in 22.x, just enhanced.
4965
49662006-07-14 Nick Roberts <nickrob@snap.net.nz>
4967
4968 * display.texi (Displaying Messages): Add anchor.
4969
4970 * frames.texi (Dialog Boxes): Use it.
4971
49722006-07-12 Richard Stallman <rms@gnu.org>
4973
4974 * objects.texi (Frame Type): Explain nature of frames better.
4975
4976 * frames.texi (Frames): Explain nature of frames better.
4977
49782006-07-12 Ken Manheimer <ken.manheimer@gmail.com>
4979
4980 * tips.texi (Coding Conventions): Explain why use cl at compile time.
4981
49822006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4983
4984 * frames.texi (Window System Selections): Mention scrap support for Mac.
4985 Default value of x-select-enable-clipboard is t on Mac.
4986
4987 * os.texi (Getting Out): Suspending is not allowed on Mac, either.
4988
49892006-07-11 Kim F. Storm <storm@cua.dk>
4990
4991 * display.texi (Forcing Redisplay): Add `redisplay' function.
4992 Don't mention (sit-for -1) -- use (redisplay t) instead.
4993
4994 * commands.texi (Waiting): (sit-for -1) is no longer special.
4995 (sit-for 0) is equivalent to (redisplay).
4996 Iconifying/deiconifying no longer makes sit-for return.
4997
49982006-07-10 Nick Roberts <nickrob@snap.net.nz>
4999
5000 * display.texi (Buttons): Fix typo.
5001
5002 * index.texi, elisp.texi (New Symbols): Comment node out.
5003
50042006-07-09 Richard Stallman <rms@gnu.org>
5005
5006 * display.texi (Truncation): Clean up previous change.
5007
50082006-07-08 Richard Stallman <rms@gnu.org>
5009
5010 * commands.texi (Interactive Call): Use 3 as prefix in example
5011 for execute-extended-command.
5012
5013 * display.texi (Attribute Functions): Move paragraph about
5014 compatibility with Emacs < 21.
5015
50162006-07-09 Kim F. Storm <storm@cua.dk>
5017
5018 * display.texi (Refresh Screen): Clarify force-window-update.
5019 (Truncation): "Normally" indicated by fringe arrows.
5020
50212006-07-08 Eli Zaretskii <eliz@gnu.org>
5022
5023 * windows.texi (Textual Scrolling, Resizing Windows):
5024 * variables.texi (Constant Variables):
5025 * text.texi (Buffer Contents, Deletion, Changing Properties)
5026 (Property Search, Special Properties, Sticky Properties)
5027 (Links and Mouse-1, Fields, Change Hooks):
5028 * syntax.texi (Syntax Table Functions, Parsing Expressions)
5029 (Categories):
5030 * symbols.texi (Other Plists):
5031 * streams.texi (Output Variables):
5032 * processes.texi (Input to Processes, Query Before Exit):
5033 * positions.texi (Word Motion, Text Lines, List Motion):
5034 * os.texi (Init File, System Environment, Sound Output)
5035 (Session Management):
5036 * nonascii.texi (Text Representations, Character Sets)
5037 (Chars and Bytes, Locales):
5038 * modes.texi (Defining Minor Modes, Header Lines):
5039 * minibuf.texi (Minibuffer Contents):
5040 * markers.texi (Information from Markers):
5041 * lists.texi (List Elements, Building Lists, Association Lists):
5042 * keymaps.texi (Tool Bar):
5043 * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
5044 * functions.texi (What Is a Function, Mapping Functions):
5045 * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
5046 (Color Names, Text Terminal Colors, Display Feature Testing):
5047 * files.texi (Visiting Functions, File Name Components)
5048 (Unique File Names, Contents of Directories):
5049 * display.texi (Forcing Redisplay, Displaying Messages)
5050 (Temporary Displays, Font Selection, Auto Faces)
5051 (Font Lookup, Fringe Indicators, Display Margins)
5052 (Image Descriptors, Showing Images, Image Cache, Button Types)
5053 (Making Buttons, Manipulating Buttons, Button Buffer Commands)
5054 (Display Table Format, Glyphs):
5055 * control.texi (Iteration):
5056 * commands.texi (Command Loop Info, Adjusting Point):
5057 * backups.texi (Making Backups, Auto-Saving):
5058 Remove @tindex entries.
5059
50602006-07-07 Kim F. Storm <storm@cua.dk>
5061
5062 * display.texi (Fringe Cursors): Fix typo.
5063 (Customizing Bitmaps): Fix define-fringe-bitmap entry.
5064 (Overlay Arrow): Default is overlay-arrow fringe indicator.
5065
50662006-07-05 Richard Stallman <rms@gnu.org>
5067
5068 * text.texi (Buffer Contents): Add example of text props
5069 in result of buffer-substring.
5070 (Text Properties): Explain better about use of specific property names.
5071 (Property Search): Some cleanups; reorder some functions.
5072
5073 * keymaps.texi (Changing Key Bindings): Cleanup.
5074 Add xref to Key Binding Conventions.
5075
5076 * display.texi (Attribute Functions): Add examples for
5077 face-attribute-relative-p.
5078
5079 * tips.texi (Coding Conventions): Cleanup last change.
5080
50812006-07-05 Karl Berry <karl@gnu.org>
5082
5083 * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
5084 Remove @setchapternewpage odd.
5085 Result is 1013 pages, down from 1100.
5086
5087 * anti.texi, customize.texi, display.texi, internals.texi:
5088 * minibuf.texi, modes.texi, tips.texi:
5089 Fix overfull/underfull boxes.
5090
50912006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
5092
5093 * edebug.texi (Instrumenting):
5094 Add Edebug-specific findex for eval-buffer.
5095 * loading.texi (Loading):
5096 Replace eval-current-buffer with eval-buffer.
5097
50982006-06-30 Nick Roberts <nickrob@snap.net.nz>
5099
5100 * locals.texi (Standard Buffer-Local Variables): Update the list
5101 of variables.
5102
51032006-06-26 Nick Roberts <nickrob@snap.net.nz>
5104
5105 * files.texi (File Name Completion): Point user to the node
5106 "Reading File Names".
5107
51082006-06-24 Eli Zaretskii <eliz@gnu.org>
5109
5110 * files.texi (Contents of Directories): Document case-insensitive
5111 behavior on respective filesystems.
5112
5113 * objects.texi (Character Type): Document that Emacs signals an
5114 error for unsupported Unicode characters specified as \uNNNN.
5115
51162006-06-19 Richard Stallman <rms@gnu.org>
5117
5118 * processes.texi (Bindat Spec): Clarify previous change.
5119
51202006-06-16 Richard Stallman <rms@gnu.org>
5121
5122 * tips.texi (Coding Conventions): Better explain conventions
5123 for definition constructs.
5124
5125 * text.texi (Special Properties): String value of `read-only'
5126 serves as the error message.
5127
5128 * objects.texi (Character Type): Clarify prev. change.
5129 (Non-ASCII in Strings): Mention \u and \U.
5130
5131 * commands.texi (Using Interactive): Explain problem of
5132 markers, etc., in command-history.
5133
51342006-06-14 Kim F. Storm <storm@cua.dk>
5135
5136 * commands.texi (Waiting): Negative arg to sit-for forces
5137 redisplay even if input is pending.
5138
5139 * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
5140 redisplay. Remove incorrect example of binding redisplay-dont-pause
5141 around (sit-for 0).
5142
51432006-06-13 Richard Stallman <rms@gnu.org>
5144
5145 * display.texi (Forcing Redisplay): Clarify previous change.
5146
51472006-06-13 Romain Francoise <romain@orebokech.com>
5148
5149 * display.texi (Forcing Redisplay): Fix typo.
5150
51512006-06-13 Kim F. Storm <storm@cua.dk>
5152
5153 * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
5154
51552006-06-10 Luc Teirlinck <teirllm@auburn.edu>
5156
5157 * tips.texi (Coding Conventions): Add `@end itemize'.
5158
51592006-06-10 Richard Stallman <rms@gnu.org>
5160
5161 * tips.texi (Coding Conventions): Explain use of coding systems
5162 to ensure one decoding for strings.
5163
51642006-06-09 Aidan Kehoe <kehoea@parhasard.net>
5165
5166 * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
5167 syntax.
5168
51692006-06-07 Eli Zaretskii <eliz@gnu.org>
5170
5171 * display.texi (Font Selection): Remove description of
5172 clear-face-cache.
5173
5174 * compile.texi (Eval During Compile): Fix a typo. Add index
5175 entries for possible uses of eval-when-compile.
5176
51772006-06-04 Thien-Thi Nguyen <ttn@gnu.org>
5178
5179 * display.texi (Abstract Display): Fix typo.
5180
51812006-06-03 Eli Zaretskii <eliz@gnu.org>
5182
5183 * minibuf.texi (Minibuffer History) <history-add-new-input>:
5184 Reword variable's description.
5185
51862006-06-01 Richard Stallman <rms@gnu.org>
5187
5188 * windows.texi (Splitting Windows): Clarify splitting nonselected
5189 window.
5190
51912006-05-31 Juri Linkov <juri@jurta.org>
5192
5193 * minibuf.texi (Minibuffer History): Add history-add-new-input.
5194
51952006-05-30 Richard Stallman <rms@gnu.org>
5196
5197 * display.texi (Line Height): Fix errors in description of
10d1d0af 5198 default line height and line-height property.
b8d4c8d0
GM
5199
5200 * nonascii.texi (Default Coding Systems): Further clarification.
5201
52022006-05-29 Luc Teirlinck <teirllm@auburn.edu>
5203
5204 * internals.texi (Pure Storage): Mention that an overflow in pure
5205 space causes a memory leak.
5206 (Garbage Collection): If there was an overflow in pure space,
5207 `garbage-collect' returns nil.
5208
52092006-05-30 Eli Zaretskii <eliz@gnu.org>
5210
5211 * nonascii.texi (Default Coding Systems): Fix it some more.
5212
52132006-05-29 Eli Zaretskii <eliz@gnu.org>
5214
5215 * nonascii.texi (Default Coding Systems): Fix last change.
5216
52172006-05-29 Kenichi Handa <handa@m17n.org>
5218
5219 * nonascii.texi (find-operation-coding-system): Describe the new
5220 argument format (FILENAME . BUFFER).
5221
52222006-05-28 Richard Stallman <rms@gnu.org>
5223
5224 * tips.texi (Coding Conventions): Better explain reasons not to
5225 advise other packages or use `eval-after-load'.
5226
52272006-05-29 Kim F. Storm <storm@cua.dk>
5228
5229 * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
5230 `bindat-idx' and `bindat-raw' for clarity.
5231
52322006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
5233
5234 * processes.texi (Bindat Spec): Expand on `repeat' handler.
5235
5236 * display.texi (Display): Add "Abstract Display" to menu.
5237 (Abstract Display, Abstract Display Functions)
5238 (Abstract Display Example): New nodes.
5239 * elisp.texi (Top): Add "Abstract Display" to menu.
5240
52412006-05-27 Chong Yidong <cyd@stupidchicken.com>
5242
5243 * keymaps.texi (Key Sequences): Link to input events definition.
5244 (Format of Keymaps): Delete material duplicated in Keymap Basics.
5245
5246 * files.texi (Changing Files): Document updated argument list for
5247 copy-file.
5248
52492006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
5250
5251 * processes.texi (Bindat Functions): Explain term "total length".
5252 Use it in bindat-length and bindat-pack descriptions.
5253
52542006-05-26 Eli Zaretskii <eliz@gnu.org>
5255
5256 * tips.texi (Coding Conventions): Advise against using
5257 eval-after-load in packages. Add an index entry.
5258
52592006-05-25 Juri Linkov <juri@jurta.org>
5260
5261 * minibuf.texi (Text from Minibuffer): Undocument keep-all.
5262
5263 * modes.texi (%-Constructs): Add %e, %z, %Z.
5264
52652006-05-25 Richard Stallman <rms@gnu.org>
5266
5267 * elisp.texi (Top): Update subnode menu.
5268
5269 * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
5270 (Keymaps): Update menu.
5271
52722006-05-25 Chong Yidong <cyd@stupidchicken.com>
5273
5274 * keymaps.texi (Key Sequences): Some clarifications.
5275
52762006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
5277
5278 * processes.texi (Bindat Functions): Say "unibyte string"
5279 explicitly for bindat-unpack and bindat-pack descriptions.
5280 (Bindat Examples): Don't call `string-make-unibyte' in example.
5281
52822006-05-25 Chong Yidong <cyd@stupidchicken.com>
5283
5dcb4c4e 5284 * keymaps.texi (Key Sequences): Rename from Keymap Terminology.
c5602427 5285 Explain string and vector representations of key sequences.
b8d4c8d0
GM
5286
5287 * keymaps.texi (Changing Key Bindings):
dd7b651b 5288 * commands.texi (Interactive Codes):
b8d4c8d0
GM
5289 * help.texi (Describing Characters): Refer to it.
5290
52912006-05-23 Luc Teirlinck <teirllm@auburn.edu>
5292
5293 * frames.texi (Pointer Shape): @end table -> @end defvar.
5294
52952006-05-22 Richard Stallman <rms@gnu.org>
5296
5297 * elisp.texi (Top): Update subnode menus.
5298
5299 * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
5300 Contents rewritten; material from old Pointer Shape node moved here.
5301
5302 * display.texi (Pointer Shape): Node deleted.
5303 (Image Descriptors): Minor cleanup.
5304
53052006-05-21 Richard Stallman <rms@gnu.org>
5306
5307 * syntax.texi (Parsing Expressions): Update info on which STATE
5308 elements are ignored.
5309
53102006-05-19 Luc Teirlinck <teirllm@auburn.edu>
5311
5312 * hooks.texi (Standard Hooks): Correct typo.
5313
5314 * gpl.texi (GPL): ifinfo -> ifnottex.
5315
53162006-05-19 Michael Ernst <mernst@alum.mit.edu> (tiny change)
5317
5318 * searching.texi (Simple Match Data): Warn about match data being
5319 set anew by every search.
5320
53212006-05-17 Richard Stallman <rms@gnu.org>
5322
5323 * minibuf.texi (Minibuffer History): Clarify.
5324
5325 * searching.texi (Regexp Special): Clarify nested regexp warning.
5326
53272006-05-16 Kim F. Storm <storm@cua.dk>
5328
5329 * minibuf.texi (Minibuffer History): Update add-to-history.
5330
53312006-05-15 Oliver Scholz <epameinondas@gmx.de> (tiny change)
5332
5dcb4c4e
SM
5333 * nonascii.texi (Explicit Encoding):
5334 Fix typo (encoding<->decoding).
b8d4c8d0
GM
5335
53362006-05-14 Richard Stallman <rms@gnu.org>
5337
5338 * buffers.texi (Creating Buffers): Cleanup.
5339
5340 * files.texi (Visiting Functions): Rewrite in find-file-noselect.
5341
53422006-05-13 Eli Zaretskii <eliz@gnu.org>
5343
5344 * buffers.texi (Current Buffer): Document that with-temp-buffer
5345 disables undo.
5346
5347 * os.texi (Terminal-Specific): More accurate description of how
5348 Emacs searches for the terminal-specific libraries.
5349
53502006-05-12 Eli Zaretskii <eliz@gnu.org>
5351
5352 * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
5353 emacs-xtra to @inforef's.
5354
5355 * text.texi (Undo): Document that undo is turned off in buffers
5356 whose names begin with a space.
5357
5358 * buffers.texi (Buffer Names): Add index entries for buffers whose
5359 names begin with a space.
5360 (Creating Buffers): Document that undo is turned off in buffers
5361 whose names begin with a space.
5362
5363 * files.texi (Visiting Functions, Reading from Files)
5364 (Saving Buffers): Mention code and EOL conversions by file I/O
5365 primitives and subroutines.
5366
f4e90db0
SM
5367 * nonascii.texi (Lisp and Coding Systems):
5368 Document coding-system-eol-type. Add index entries for eol conversion.
b8d4c8d0
GM
5369
5370 * display.texi (Defining Faces): Mention `mac', and add an xref to
5371 where window-system is described.
5372
53732006-05-10 Richard Stallman <rms@gnu.org>
5374
5375 * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
5376
53772006-05-10 Reiner Steib <Reiner.Steib@gmx.de>
5378
5379 * variables.texi (File Local Variables): Recommend to quote lambda
5380 expressions in safe-local-variable property.
5381
53822006-05-09 Richard Stallman <rms@gnu.org>
5383
5dcb4c4e
SM
5384 * variables.texi (File Local Variables):
5385 Document safe-local-eval-forms and safe-local-eval-function.
b8d4c8d0
GM
5386
53872006-05-07 Kim F. Storm <storm@cua.dk>
5388
5389 * minibuf.texi (Minibuffer History): Remove keep-dups arg
5390 from add-to-history.
5391
53922006-05-07 Romain Francoise <romain@orebokech.com>
5393
5394 * commands.texi (Event Input Misc):
5395 * compile.texi (Eval During Compile):
5396 * internals.texi (Buffer Internals):
5397 * minibuf.texi (Initial Input):
5398 * nonascii.texi (Scanning Charsets):
5399 * numbers.texi (Comparison of Numbers):
5400 * windows.texi (Textual Scrolling, Vertical Scrolling):
5401 Fix various typos.
5402
54032006-05-06 Eli Zaretskii <eliz@gnu.org>
5404
5405 * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
5406 conditional xref's to either emacs or emacs-xtra, depending on
5407 @iftex/@ifnottex.
5408
5409 * minibuf.texi (Minibuffer History): Document add-to-history.
5410
54112006-05-05 Eli Zaretskii <eliz@gnu.org>
5412
5413 * internals.texi (Pure Storage): Mention the pure overflow message
5414 at startup.
5415
c8763fb6 54162006-05-05 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
5417
5418 * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
5419 (Searching Keymaps): Fix pseudo-Lisp description of keymap
5420 search.
5421
54222006-05-01 Richard Stallman <rms@gnu.org>
5423
5424 * intro.texi (nil and t): Clarify.
5425
5426 * variables.texi (File Local Variables): Suggest using booleanp.
5427
54282006-05-01 Juanma Barranquero <lekktu@gmail.com>
5429
5430 * objects.texi (Type Predicates): Fix typos.
5431
54322006-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
5433
5434 * intro.texi (nil and t): Add booleanp.
5435
5436 * objects.texi (Type Predicates): Add links for booleanp and
5437 string-or-null-p.
5438
54392006-04-29 Richard Stallman <rms@gnu.org>
5440
5441 * modes.texi (Multiline Font Lock): Rename from
5442 Multi line Font Lock Elements. Much clarification.
5443 (Font Lock Multiline, Region to Fontify): Much clarification.
5444
54452006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
5446
5447 * variables.texi (File Local Variables): Remove the special case t for
5448 safe-local-variable.
5449
54502006-04-26 Richard Stallman <rms@gnu.org>
5451
5452 * syntax.texi (Parsing Expressions): Minor cleanup.
5453
54542006-04-18 Richard Stallman <rms@gnu.org>
5455
5456 * tips.texi (Coding Conventions): Explain when the package's
5457 prefix should appear later on (not at the start of the name).
5458
5459 * searching.texi (String Search): Clarify effect of NOERROR.
5460
5461 * modes.texi (Imenu): Clarify what special items do.
5462
5463 * hooks.texi (Standard Hooks): Delete text about old hook names.
5464
54652006-04-17 Romain Francoise <romain@orebokech.com>
5466
5467 * variables.texi (Local Variables): Update the default value of
5468 `max-specpdl-size'.
5469
54702006-04-15 Michael Olson <mwolson@gnu.org>
5471
5472 * processes.texi (Transaction Queues): Mention the new optional
5473 `delay-question' argument for `tq-enqueue'.
5474
54752006-04-13 Bill Wohler <wohler@newt.com>
5476
5477 * customize.texi (Common Keywords): Use dotted notation for
5478 :package-version value. Specify its values. Improve documentation
5479 for customize-package-emacs-version-alist.
5480
54812006-04-12 Bill Wohler <wohler@newt.com>
5482
5483 * customize.texi (Common Keywords): Move description of
5484 customize-package-emacs-version-alist to @defvar.
5485
54862006-04-10 Bill Wohler <wohler@newt.com>
5487
5488 * customize.texi (Common Keywords): Add :package-version.
5489
54902006-04-10 Kim F. Storm <storm@cua.dk>
5491
5492 * text.texi (Buffer Contents): Add NOPROPS arg to
5493 filter-buffer-substring.
5494
54952006-04-08 Kevin Ryde <user42@zip.com.au>
5496
5497 * os.texi (Command-Line Arguments): Update xref to emacs manual
5498 "Command Arguments" -> "Emacs Invocation", per change there.
5499
55002006-04-08 Thien-Thi Nguyen <ttn@gnu.org>
5501
5502 * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
5503 be on one line to help makeinfo not render two spaces after the dot.
5504
55052006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
5506
5507 * strings.texi (Predicates for Strings): Add string-or-null-p.
5508
55092006-03-28 Kim F. Storm <storm@cua.dk>
5510
5511 * processes.texi (Accepting Output): Remove obsolete (and incorrect)
5512 remarks about systems that don't support fractional seconds.
5513
55142006-03-25 Karl Berry <karl@gnu.org>
5515
5516 * elisp.texi: Use @copyright{} instead of (C), and do not indent
5517 the year list.
5518
55192006-03-21 Nick Roberts <nickrob@snap.net.nz>
5520
5521 * display.texi (Fringe Indicators): Fix typos.
5522
55232006-03-19 Luc Teirlinck <teirllm@auburn.edu>
5524
5525 * tips.texi (Documentation Tips): One can now also write `program'
5526 in front of a quoted symbol in a docstring to prevent making a
5527 hyperlink.
5528
55292006-03-19 Alan Mackenzie <acm@muc.de>
5530
5531 * text.texi (Special Properties): Clarify `fontified' property.
5532
55332006-03-16 Richard Stallman <rms@gnu.org>
5534
5535 * display.texi (Defining Images): Minor cleanup.
5536
55372006-03-16 Bill Wohler <wohler@newt.com>
5538
5539 * display.texi (Defining Images): In image-load-path-for-library,
5540 prefer user's images.
5541
55422006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
5543
5544 * modes.texi (Region to Fontify): Remove font-lock-lines-before.
5545
55462006-03-15 Bill Wohler <wohler@newt.com>
5547
5548 * display.texi (Defining Images): Fix example in
5549 image-load-path-for-library by not recommending that one binds
5550 image-load-path. Just defvar it to placate compiler and only use
5551 it if previously defined.
5552
55532006-03-14 Bill Wohler <wohler@newt.com>
5554
5555 * display.texi (Defining Images): In image-load-path-for-library,
5556 always return list of directories. Update example.
5557
55582006-03-14 Alan Mackenzie <acm@muc.de>
5559
5560 * modes.texi: New node, "Region to Fontify" (for Font Lock).
5561 This describes font-lock-extend-region-function.
5562 ("Other Font Lock Variables"): Move "font-lock-lines-before" to
5563 the new node "Region to Fontify".
5564
55652006-03-13 Richard Stallman <rms@gnu.org>
5566
5567 * display.texi (Invisible Text): The impossible position is
5568 now before the invisible text, not after.
5569 (Defining Images): Clean up last change.
5570
55712006-03-11 Bill Wohler <wohler@newt.com>
5572
5573 * display.texi (Defining Images): Add image-load-path-for-library.
5574
55752006-03-11 Luc Teirlinck <teirllm@auburn.edu>
5576
5577 * text.texi (Adaptive Fill): Fix Texinfo usage.
5578
5579 * strings.texi (Creating Strings): Fix Texinfo usage.
5580
5581 * searching.texi (Regexp Special): Use @samp for regular
5582 expressions that are not in Lisp syntax.
5583
55842006-03-08 Luc Teirlinck <teirllm@auburn.edu>
5585
5586 * searching.texi (Regexp Special): Put remark between parentheses
5587 to avoid misreading.
5588
55892006-03-07 Luc Teirlinck <teirllm@auburn.edu>
5590
5591 * searching.texi (Syntax of Regexps): More accurately describe
5592 which characters are special in which situations.
5593 (Regexp Special): Recommend _not_ to quote `]' or `-' when they
5594 are not special. Describe in detail when `[' and `]' are special.
5595 (Regexp Backslash): Plenty of regexps with unbalanced square
5596 brackets are valid, so reword that statement.
5597
55982006-03-02 Kim F. Storm <storm@cua.dk>
5599
5600 * keymaps.texi (Tool Bar): Add tool-bar-border.
5601
56022006-02-28 Luc Teirlinck <teirllm@auburn.edu>
5603
5604 * loading.texi (Load Suffixes): Rephrase last paragraph. Fix typos.
5605
56062006-02-27 Luc Teirlinck <teirllm@auburn.edu>
5607
5608 * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
5609
5610 * files.texi (Locating Files): Suggest additional values for the
5611 SUFFIXES arg of `locate-file'. Update pxref.
5612
5613 * loading.texi (Loading): Include new node "Load Suffixes" in menu.
5614 (How Programs Do Loading): Discuss the effects of Auto Compression
5615 mode on `load'.
5616 (Load Suffixes): New node.
5617 (Library Search): Delete description of `load-suffixes'; it was
5618 moved to "Load Suffixes".
5619 (Autoload, Named Features): Mention `load-suffixes'.
5620
56212006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
5622
5623 * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
5624
5625 * windows.texi (Window Tree): Fix typo.
5626
56272006-02-20 Kim F. Storm <storm@cua.dk>
5628
5629 * display.texi (Fringe Indicators): New section.
5630 Move indicate-empty-lines, indicate-buffer-boundaries, and
5631 default-indicate-buffer-boundaries here.
5632 Add fringe-indicator-alist and default-fringes-indicator-alist.
5633 Add list of logical fringe indicator symbols.
5634 Update list of standard bitmap names.
5635 (Fringe Cursors): New section.
5636 Move overflow-newline-into-fringe here.
5637 Add fringe-cursor-alist and default-fringes-cursor-alist.
5638 Add list of fringe cursor symbols.
5639
56402006-02-20 Juanma Barranquero <lekktu@gmail.com>
5641
5642 * commands.texi (Using Interactive): Fix reference to node
5643 "Minibuffers".
5644
56452006-02-19 Richard M. Stallman <rms@gnu.org>
5646
5647 * minibuf.texi (High-Level Completion):
5648 Add xref to read-input-method-name.
5649
5650 * files.texi (Relative File Names): Move file-relative-name here.
5651 (File Name Expansion): From here. Minor clarifications.
5652
5653 * commands.texi (Using Interactive): Add xrefs about reading input.
5654 Clarify remarks about that moving point and mark.
5655 Put string case before list case.
5656
c8763fb6 56572006-02-16 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
5658
5659 * display.texi (Other Display Specs, Image Descriptors):
5660 Revert erroneous changes. The previous description of
5661 image-descriptors as `(image . PROPS)' was correct.
5662
56632006-02-14 Richard M. Stallman <rms@gnu.org>
5664
5665 * variables.texi (File Local Variables): Clarifications.
5666
56672006-02-14 Juanma Barranquero <lekktu@gmail.com>
5668
5669 * variables.texi (File Local Variables): Use @code for a cons
5670 cell, not @var.
5671
56722006-02-13 Chong Yidong <cyd@stupidchicken.com>
5673
5674 * variables.texi (File Local Variables): Document new file local
5675 variable behavior.
5676
56772006-02-10 Kim F. Storm <storm@cua.dk>
5678
5679 * eval.texi (Function Indirection): Add NOERROR to indirect-function.
5680
56812006-02-08 Juanma Barranquero <lekktu@gmail.com>
5682
5683 * modes.texi (%-Constructs): Remove obsolete info about
5684 `global-mode-string'.
5685
56862006-02-07 Richard M. Stallman <rms@gnu.org>
5687
5688 * commands.texi (Prefix Command Arguments): Minor cleanup.
5689
5690 * display.texi: "Graphical display", not window system.
5691
5692 * functions.texi (What Is a Function): Fix xref.
5693
5694 * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
5695 (Changing Key Bindings): Clarify when remapping is better than
5696 substitute-key-definition.
5697
56982006-02-02 Richard M. Stallman <rms@gnu.org>
5699
5700 * minibuf.texi (Basic Completion): Completion alists are risky.
5701
5702 * keymaps.texi (Active Keymaps): Clarifications.
5703 (Searching Keymaps): New node.
5704 (Keymaps): Update menu.
5705
5706 * frames.texi (Layout Parameters): Minor clarification.
5707 (Drag and Drop): New node.
5708 (Frames): Update menu.
5709
57102006-01-29 Chong Yidong <cyd@stupidchicken.com>
5711
5712 * display.texi (Other Display Specs, Image Descriptors):
5713 Image description is a list, not a cons cell.
5714
57152006-01-28 Luc Teirlinck <teirllm@auburn.edu>
5716
5717 * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
5718 list is not necessarily a list).
5719
57202006-01-27 Eli Zaretskii <eliz@gnu.org>
5721
5722 * frames.texi (Layout Parameters): border-width and
5723 internal-border-width belong to the frame, not the window.
5724
57252006-01-19 Richard M. Stallman <rms@gnu.org>
5726
5727 * nonascii.texi (Translation of Characters): Search cmds use
5728 translation-table-for-input. Automatically made local.
5729
5730 * markers.texi (Overview of Markers): Count insertion type
5731 as one of a marker's attributes.
5732
5733 * keymaps.texi (Controlling Active Maps): New node, split out of
5734 Active Keymaps.
5735 (Keymaps): Menu updated.
5736 (Active Keymaps): Give pseudocode to explain how the active
5737 maps are searched. current-active-maps and key-binding moved here.
5738 (Functions for Key Lookup): current-active-maps and key-binding moved.
5739 Clarifications.
5740 (Searching the Keymaps): New subnode.
5741
5742 * elisp.texi (Top): Menu clarification.
5743
5744 * display.texi (Other Display Specs): Delete duplicate entry for
5745 just a string as display spec. Move text about recursive display
5746 specs on such a string.
5747
5748 * commands.texi (Key Sequence Input): Clarify.
5749 Move num-nonmacro-input-events out.
5750 (Reading One Event): num-nonmacro-input-events moved here.
5751
57522006-01-14 Nick Roberts <nickrob@snap.net.nz>
5753
5754 * advice.texi (Simple Advice): Update example to fit argument
5755 change in previous-line.
5756
57572006-01-05 Richard M. Stallman <rms@gnu.org>
5758
5759 * markers.texi (The Mark): Fix in `mark'.
5760
57612006-01-04 Richard M. Stallman <rms@gnu.org>
5762
5763 * processes.texi (Misc Network, Make Network): Minor cleanups.
5764
57652006-01-04 Kim F. Storm <storm@cua.dk>
5766
5767 * processes.texi (Make Network): Add IPv6 addresses and handling.
5768 (Network Feature Testing): Mention (:family ipv6).
5769 (Misc Network): Add IPv6 formats to format-network-address.
5770
57712005-12-30 Richard M. Stallman <rms@gnu.org>
5772
5773 * text.texi (Changing Properties):
5774 Don't use return value of set-text-properties.
5775
57762005-12-29 Luc Teirlinck <teirllm@auburn.edu>
5777
5778 * modes.texi (Mode Line Format): Correct typo in menu.
5779
57802005-12-29 Richard M. Stallman <rms@gnu.org>
5781
5782 * modes.texi (Mode Line Top): New node.
5783 (Mode Line Data): Some text moved to new node.
5784 Explain the data structure more concretely.
5785 (Mode Line Basics): Clarifications.
5786 (Mode Line Variables): Clarify intro paragraph.
5787 (%-Constructs): Clarify intro paragraph.
5788 (Mode Line Format): Update menu.
5789
57902005-12-28 Luc Teirlinck <teirllm@auburn.edu>
5791
5792 * minibuf.texi (Basic Completion): Update lazy-completion-table
5793 examples for removal of ARGS argument.
5794
57952005-12-23 Richard M. Stallman <rms@gnu.org>
5796
5797 * text.texi (Undo): Restore some explanation from the version
5798 that was deleted.
5799
58002005-12-23 Eli Zaretskii <eliz@gnu.org>
5801
5802 * text.texi (Undo): Remove duplicate descriptions of `apply
5803 funname' and `apply delta' elements of the undo list.
5804
58052005-12-20 Richard M. Stallman <rms@gnu.org>
5806
5807 * help.texi (Help Functions): Update documentation of `apropos'.
5808
58092005-12-20 Luc Teirlinck <teirllm@auburn.edu>
5810
5811 * customize.texi (Type Keywords): Delete xref to "Text help-echo",
5812 because it is confusing. If the :help-echo keyword is a function,
5813 it is not directly used as the :help-echo overlay property, as the
5814 xref seems to suggest (it does not take the appropriate args).
5815
58162005-12-19 Luc Teirlinck <teirllm@auburn.edu>
5817
5818 * customize.texi (Common Keywords): Fix Texinfo usage.
5819 (Group Definitions, Variable Definitions): Update for new
5820 conventions for using `*' in docstrings.
5821
5822 * tips.texi (Documentation Tips): Update for new conventions for
5823 using `*' in docstrings.
5824
58252005-12-16 Richard M. Stallman <rms@gnu.org>
5826
5827 * minibuf.texi (Minibuffer Contents): Minor cleanup.
5828
58292005-12-16 Juri Linkov <juri@jurta.org>
5830
5831 * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
5832
58332005-12-14 Romain Francoise <romain@orebokech.com>
5834
5835 * modes.texi (Customizing Keywords): Rename `append' to `how'.
5836 Fix typo.
5837
58382005-12-11 Juri Linkov <juri@jurta.org>
5839
5840 * minibuf.texi (Completion Commands): Add mention of read-file-name
5841 for filename completion keymaps.
5842 (Reading File Names): Add mention of filename completion keymaps
5843 for read-file-name and xref to `Completion Commands'.
5844
58452005-12-10 Richard M. Stallman <rms@gnu.org>
5846
5847 * customize.texi (Common Keywords): State caveats for use of :tag.
5848
58492005-12-08 Richard M. Stallman <rms@gnu.org>
5850
5851 * minibuf.texi (Intro to Minibuffers): Replace list of local maps
5852 with xrefs and better explanation.
5853 (Completion Commands): Add the filename completion maps.
5854
5855 * objects.texi (Character Type): Clarify that \s is not space
5856 if a dash follows.
5857
58582005-12-05 Richard M. Stallman <rms@gnu.org>
5859
5860 * windows.texi (Resizing Windows): Delete preserve-before args.
5861
58622005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
5863
5864 * keymaps.texi (Format of Keymaps): Remove mention of a quirk
5865 in full keymaps, since the quirk has been fixed.
5866
58672005-12-03 Eli Zaretskii <eliz@gnu.org>
5868
5dcb4c4e
SM
5869 * hooks.texi (Standard Hooks): Add index entries.
5870 Mention `compilation-finish-functions'.
b8d4c8d0
GM
5871
58722005-11-27 Richard M. Stallman <rms@gnu.org>
5873
5874 * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
5875
58762005-11-21 Juri Linkov <juri@jurta.org>
5877
5878 * customize.texi (Common Keywords): Update links types
5879 custom-manual and url-link. Add link types emacs-library-link,
5880 file-link, function-link, variable-link, custom-group-link.
5881
58822005-11-20 Chong Yidong <cyd@stupidchicken.com>
5883
5884 * display.texi: Revert 2005-11-20 change.
5885
58862005-11-20 Thien-Thi Nguyen <ttn@gnu.org>
5887
5888 * processes.texi (Bindat Functions):
5889 Say "third" to refer to zero-based index "2".
5890
58912005-11-18 Luc Teirlinck <teirllm@auburn.edu>
5892
5893 * loading.texi (Library Search): Update the default value of
5894 `load-suffixes'.
5895
58962005-11-17 Chong Yidong <cyd@stupidchicken.com>
5897
5898 * display.texi (Attribute Functions): Mention :ignore-defface.
5899
59002005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
5901
5902 * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
5903 (Minor Mode Conventions): Mention the use of a hook.
5904
59052005-11-06 Richard M. Stallman <rms@gnu.org>
5906
5907 * files.texi (Magic File Names): find-file-name-handler checks the
5908 `operations' property of the handler.
5909
59102005-11-03 Richard M. Stallman <rms@gnu.org>
5911
5912 * variables.texi (Frame-Local Variables): Small clarification.
5913
59142005-10-29 Chong Yidong <cyd@stupidchicken.com>
5915
5916 * os.texi (Init File): Document ~/.emacs.d/init.el.
5917
59182005-10-29 Richard M. Stallman <rms@gnu.org>
5919
5920 * internals.texi (Garbage Collection): Document memory-full.
5921
59222005-10-28 Bill Wohler <wohler@newt.com>
5923
5924 * tips.texi (Documentation Tips): Help mode now creates hyperlinks
5925 for URLs.
5926
59272005-10-28 Richard M. Stallman <rms@gnu.org>
5928
5929 * minibuf.texi (Completion Commands): Clean up prev change.
5930
59312005-10-26 Kevin Ryde <user42@zip.com.au>
5932
5933 * compile.texi (Eval During Compile): Explain recommended uses
5934 of eval-when-compile and eval-and-compile.
5935
59362005-10-27 Masatake YAMATO <jet@gyve.org>
5937
5938 * minibuf.texi (Completion Commands):
5939 Write about new optional argument for `display-completion-list'.
5940
59412005-10-23 Richard M. Stallman <rms@gnu.org>
5942
5943 * display.texi (Overlay Arrow): Clarify about local bindings of
5944 overlay-arrow-position.
5945
59462005-10-22 Eli Zaretskii <eliz@gnu.org>
5947
5948 * internals.texi (Building Emacs): Fix last change.
5949
59502005-10-22 Richard M. Stallman <rms@gnu.org>
5951
5952 * internals.texi (Building Emacs): Document eval-at-startup.
5953
59542005-10-21 Richard M. Stallman <rms@gnu.org>
5955
5956 * loading.texi (Where Defined): load-history contains abs file names.
5957 symbol-file returns abs file names.
5958
59592005-10-19 Kim F. Storm <storm@cua.dk>
5960
5961 * display.texi (Showing Images): Add max-image-size integer value.
5962
59632005-10-18 Chong Yidong <cyd@stupidchicken.com>
5964
5965 * display.texi (Showing Images): Document max-image-size.
5966
59672005-10-17 Richard M. Stallman <rms@gnu.org>
5968
5969 * commands.texi (Quitting): Minor clarification.
5970
5971 * processes.texi (Sentinels): Clarify about output and quitting.
5972 (Filter Functions): Mention with-local-quit.
5973
59742005-10-17 Juri Linkov <juri@jurta.org>
5975
5976 * buffers.texi (Current Buffer):
5977 * commands.texi (Event Input Misc):
5978 * compile.texi (Eval During Compile, Compiler Errors):
5979 * customize.texi (Group Definitions):
5980 * display.texi (Progress, Defining Faces):
5981 * files.texi (Writing to Files):
5982 * modes.texi (Mode Hooks, Defining Minor Modes):
5983 * streams.texi (Output Functions):
5984 * syntax.texi (Syntax Table Functions):
5985 * text.texi (Change Hooks):
5986 Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
5987
5988 * commands.texi (Quitting): Replace arg `forms' with `body' in
5989 `with-local-quit'.
5990
5991 * positions.texi (Excursions): Replace arg `forms' with `body' in
5992 `save-excursion'.
5993
59942005-10-08 Kim F. Storm <storm@cua.dk>
5995
5996 * windows.texi (Window Tree): Rename window-split-tree to window-tree.
5997 Rename manual section accordingly.
5998
59992005-10-04 Kim F. Storm <storm@cua.dk>
6000
6001 * windows.texi (Window Split Tree): New section describing
6002 new function window-split-tree function.
6003
60042005-10-03 Nick Roberts <nickrob@snap.net.nz>
6005
6006 * display.texi (Fringe Size/Pos): Simplify and add detail.
6007
60082005-09-30 Romain Francoise <romain@orebokech.com>
6009
6010 * minibuf.texi (High-Level Completion): Explain that the prompt
6011 given to `read-buffer' should end with a colon and a space.
6012 Update usage examples.
6013
60142005-09-29 Juri Linkov <juri@jurta.org>
6015
6016 * display.texi (Displaying Messages): Rename argument name
6017 `string' to `format-string' in functions `message', `message-box',
6018 `message-or-box'.
6019
60202005-09-26 Chong Yidong <cyd@stupidchicken.com>
6021
6022 * errors.texi (Standard Errors): Correct xrefs.
6023
60242005-09-18 Chong Yidong <cyd@stupidchicken.com>
6025
6026 * display.texi (Defining Images): Update documentation for
6027 `image-load-path'.
6028
60292005-09-17 Richard M. Stallman <rms@gnu.org>
6030
6031 * display.texi (Defining Images): Clean up previous change.
6032
60332005-09-16 Romain Francoise <romain@orebokech.com>
6034
6035 * elisp.texi: Specify GFDL version 1.2.
6036
6037 * doclicense.texi (GNU Free Documentation License): Update to
6038 version 1.2.
6039
60402005-09-15 Chong Yidong <cyd@stupidchicken.com>
6041
6042 * display.texi (Defining Images): Document `image-load-path'.
6043
60442005-09-15 Richard M. Stallman <rms@gnu.org>
6045
6046 * objects.texi (Printed Representation): Minor cleanup.
6047 (Box Diagrams): Minor fix.
6048 (Cons Cell Type): Move (...) index item here.
6049 (Box Diagrams): From here.
6050 (Array Type): Minor fix.
6051 (Type Predicates): Delete index "predicates".
6052 (Hash Table Type): Clarify xref.
6053 (Dotted Pair Notation): Minor fix.
6054
60552005-09-10 Chong Yidong <cyd@stupidchicken.com>
6056
6057 * files.texi (Saving Buffers): Fix typo.
6058
60592005-09-08 Richard M. Stallman <rms@gnu.org>
6060
6061 * tips.texi (Programming Tips): Correct the "default" prompt spec.
6062
60632005-09-08 Chong Yidong <cyd@stupidchicken.com>
6064
6065 * locals.texi (Standard Buffer-Local Variables): Don't include
6066 mode variables for minor modes.
6067 Fix xrefs for buffer-display-count, buffer-display-table,
6068 buffer-offer-save, buffer-saved-size, cache-long-line-scans,
6069 enable-multibyte-characters, fill-column, header-line-format,
6070 left-fringe-width, left-margin, and right-fringe-width.
6071
6072 * hooks.texi (Standard Hooks): All hooks should conform to the
6073 standard naming convention now.
6074 Fix xref for `echo-area-clear-hook'.
6075
6076 * display.texi (Usual Display): Note that indicate-empty-lines and
6077 tab-width are buffer-local.
6078
6079 * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
6080
6081 * modes.texi (Mode Help): Note that major-mode is buffer-local.
6082
6083 * nonascii.texi (Encoding and I/O): Note that
6084 buffer-file-coding-system is buffer-local.
6085
6086 * positions.texi (List Motion): Note that defun-prompt-regexp is
6087 buffer-local.
6088
6089 * text.texi (Auto Filling): Note that auto-fill-function is
6090 buffer-local.
6091 (Undo): Note that buffer-undo-list is buffer-local.
6092
5dcb4c4e
SM
6093 * windows.texi (Buffers and Windows):
6094 Document buffer-display-count.
b8d4c8d0
GM
6095
60962005-09-06 Richard M. Stallman <rms@gnu.org>
6097
6098 * tips.texi (Coding Conventions): Sometimes it is ok to put the
6099 package prefix elsewhere than at the start of the name.
6100
61012005-09-03 Richard M. Stallman <rms@gnu.org>
6102
6103 * tips.texi (Programming Tips): Add conventions for minibuffer
6104 questions and prompts.
6105
61062005-09-03 Joshua Varner <jlvarner@gmail.com> (tiny change)
6107
6108 * intro.texi (nil and t): Minor cleanup.
6109 Delete spurious mention of keyword symbols.
6110 (Evaluation Notation): Add index entry.
6111 (A Sample Function Description): Minor cleanup.
6112 (A Sample Variable Description): Not all vars can be set.
6113
61142005-09-03 Thien-Thi Nguyen <ttn@gnu.org>
6115
6116 * text.texi (Buffer Contents): Use "\n" in examples' result strings.
6117
6118 (Insertion): Document precise type of `insert-char' arg COUNT.
6119
61202005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
6121
6122 * modes.texi (Other Font Lock Variables): Sync the default of
6123 font-lock-lines-before.
6124
61252005-08-31 Michael Albinus <michael.albinus@gmx.de>
6126
6127 * files.texi (Magic File Names): Add `make-auto-save-file-name'.
6128
61292005-08-29 Richard M. Stallman <rms@gnu.org>
6130
6131 * elisp.texi (Top): Update subnode menu.
6132
6133 * searching.texi (Searching and Matching): Move node.
6134 Rearrange contents and add overall explanation.
6135 (Searching and Case): Move node.
6136 (Searching and Matching): Update menu.
6137
61382005-08-27 Eli Zaretskii <eliz@gnu.org>
6139
6140 * os.texi (Startup Summary): Fix the description of the initial
6141 startup message display.
6142
61432005-08-25 Richard M. Stallman <rms@gnu.org>
6144
6145 * searching.texi (Search and Replace): Add replace-regexp-in-string.
6146
61472005-08-25 Emilio C. Lopes <eclig@gmx.net>
6148
6149 * display.texi (Finding Overlays): Fix `find-overlay-prop' in
6150 `next-overlay-change' example.
6151
61522005-08-22 Juri Linkov <juri@jurta.org>
6153
6154 * display.texi (Attribute Functions): Add set-face-inverse-video-p.
6155 Fix invert-face. Fix args of face-background.
6156
6157 * display.texi (Standard Faces): Delete node.
6158 (Faces): Add xref to `(emacs)Standard Faces'.
6159 (Displaying Faces): Fix xref to `Standard Faces'.
6160
6161 * modes.texi (Mode Line Data): Fix xref to Standard Faces.
6162
61632005-08-20 Alan Mackenzie <acm@muc.de>
6164
6165 * buffers.texi (The Buffer List): Clarify the manipulation of the
6166 buffer list.
6167
61682005-08-14 Richard M. Stallman <rms@gnu.org>
6169
6170 * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
6171 a regexp.
6172
61732005-08-11 Richard M. Stallman <rms@gnu.org>
6174
6175 * elisp.texi (Top): Update subnode lists.
6176
6177 * display.texi (Inverse Video): Node deleted.
6178
6179 * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
6180 New nodes split out of Coding Conventions.
6181
6182 * searching.texi (Regular Expressions): Document re-builder.
6183
6184 * os.texi (Time Parsing): New node split out of Time Conversion.
6185
6186 * processes.texi (Misc Network, Network Feature Testing)
6187 (Network Options, Make Network): New nodes split out of
6188 Low-Level Network.
6189
61902005-08-09 Richard M. Stallman <rms@gnu.org>
6191
6192 * frames.texi (Geometry): New node, split from Size and Position.
6193 (Frame Parameters): Refer to Geometry.
6194
6195 * buffers.texi (The Buffer List): Fix xrefs.
6196
6197 * windows.texi (Splitting Windows): Fix xref.
6198
6199 * frames.texi (Layout Parameters): Add xref.
6200
6201 * display.texi (Line Height, Scroll Bars): Fix xrefs.
6202
6203 * keymaps.texi (Menu Bar): Fix xref.
6204
6205 * locals.texi (Standard Buffer-Local Variables): Fix xref.
6206
6207 * modes.texi (%-Constructs): Fix xref.
6208
6209 * frames.texi (Window Frame Parameters): Node split up.
6210 (Basic Parameters, Position Parameters, Size Parameters)
6211 (Layout Parameters, Buffer Parameters, Management Parameters)
6212 (Cursor Parameters, Color Parameters): New subnodes.
6213
62142005-08-09 Luc Teirlinck <teirllm@auburn.edu>
6215
6216 * positions.texi (Screen Lines): Update xref for previous change
6217 in minibuf.texi.
6218
6219 * minibuf.texi (Intro to Minibuffers): Update pxref for previous
6220 change in minibuf.texi.
6221
62222005-08-09 Richard M. Stallman <rms@gnu.org>
6223
6224 * tips.texi (Coding Conventions): Minor cleanup.
6225
6226 * modes.texi (Defining Minor Modes): Explain when init-value
6227 can be non-nil.
6228
6229 * elisp.texi (Top): Update submenu for Minibuffer.
6230
6231 * minibuf.texi (Minibuffer Misc): Node split up.
6232 (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
6233 (Recursive Mini): New nodes split out from Minibuffer Misc.
6234 (Minibuffer Misc): Document max-mini-window-height.
6235
6236 * hash.texi (Defining Hash): Delete stray paren in example.
6237
6238 * display.texi (Echo Area Customization): Don't define
6239 max-mini-window-height here; xref instead.
6240
6241 * commands.texi (Event Input Misc): Update while-no-input.
6242
6243 * advice.texi (Advising Functions): Explain when to use advice
6244 and when to use a hook.
6245
62462005-07-30 Eli Zaretskii <eliz@gnu.org>
6247
6248 * makefile.w32-in (info): Don't run install-info.
6249 ($(infodir)/dir): New target, produced by running install-info.
6250
62512005-07-27 Luc Teirlinck <teirllm@auburn.edu>
6252
6253 * modes.texi (Defining Minor Modes): The keyword for the initial
6254 value is :init-value, not :initial-value.
6255
62562005-07-23 Eli Zaretskii <eliz@gnu.org>
6257
6258 * loading.texi (Autoload): Make the `doctor' example be consistent
6259 with what's in current loaddefs.el. Describe the "fn" magic in
6260 the usage portion of the doc string.
6261
62622005-07-22 Richard M. Stallman <rms@gnu.org>
6263
6264 * internals.texi (Garbage Collection): Clarify previous change.
6265
62662005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
6267
6268 * internals.texi (Garbage Collection): Add gc-cons-percentage.
6269
62702005-07-18 Juri Linkov <juri@jurta.org>
6271
6272 * commands.texi (Accessing Events):
6273 * frames.texi (Text Terminal Colors, Resources):
6274 * markers.texi (The Mark):
6275 * modes.texi (Defining Minor Modes):
6276 Delete duplicate duplicate words.
6277
62782005-07-16 Richard M. Stallman <rms@gnu.org>
6279
6280 * display.texi (Managing Overlays): Clarify make-overlay
6281 args for insertion types.
6282
62832005-07-13 Luc Teirlinck <teirllm@auburn.edu>
6284
6285 * customize.texi (Variable Definitions):
6286 Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
6287 `standard-value' is a list too.
6288 (Defining New Types): Use @key{RET} instead of @key{ret}.
6289
62902005-07-13 Francis Litterio <franl@world.std.com> (tiny change)
6291
6292 * os.texi (Translating Input): Fix typo.
6293
62942005-07-08 Richard M. Stallman <rms@gnu.org>
6295
6296 * README: Update edition number and size estimate.
6297
6298 * elisp.texi (VERSION): Set to 2.9.
6299
63002005-07-07 Richard M. Stallman <rms@gnu.org>
6301
6302 * book-spine.texinfo: Update Emacs version.
6303
6304 * display.texi (Inverse Video): Delete mode-line-inverse-video.
6305
63062005-07-06 Richard M. Stallman <rms@gnu.org>
6307
6308 * searching.texi (Regexp Search): Clarify what re-search-forward
6309 does when the search fails.
6310
63112005-07-05 Lute Kamstra <lute@gnu.org>
6312
6313 * Update FSF's address in GPL notices.
6314
6315 * doclicense.texi (GNU Free Documentation License):
6316 * gpl.texi (GPL):
6317 * tips.texi (Coding Conventions, Library Headers):
6318 * vol1.texi:
6319 * vol2.texi: Update FSF's address.
6320
63212005-07-04 Richard M. Stallman <rms@gnu.org>
6322
6323 * hooks.texi (Standard Hooks): Add occur-hook.
6324
63252005-07-03 Luc Teirlinck <teirllm@auburn.edu>
6326
6327 * display.texi (The Echo Area): Correct menu.
6328
63292005-07-03 Richard M. Stallman <rms@gnu.org>
6330
6331 * elisp.texi (Top): Update subnode menu for Display.
6332
6333 * display.texi (Displaying Messages): New node, with most
6334 of what was in The Echo Area.
5dcb4c4e 6335 (Progress): Move under The Echo Area.
b8d4c8d0
GM
6336 (Logging Messages): New node with new text.
6337 (Echo Area Customization): New node, the rest of what was
6338 in The Echo Area. Document message-truncate-lines with @defvar.
6339 (Display): Update menu.
6340
6341 * windows.texi (Textual Scrolling): Doc 3 values for
6342 scroll-preserve-screen-position.
6343
6344 * text.texi (Special Properties): Change hook functions
6345 should bind inhibit-modification-hooks around altering buffer text.
6346
6347 * keymaps.texi (Key Binding Commands): Call binding BINDING
6348 rather than DEFINITION.
6349
63502005-06-29 Juanma Barranquero <lekktu@gmail.com>
6351
6352 * variables.texi (Defining Variables): `user-variable-p' returns t
6353 for aliases of user options, nil for alias loops.
6354
63552005-06-28 Richard M. Stallman <rms@gnu.org>
6356
6357 * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
6358 make-keymap.
6359
63602005-06-27 Luc Teirlinck <teirllm@auburn.edu>
6361
6362 * variables.texi (Setting Variables): Correct and clarify
6363 description of `add-to-ordered-list'.
6364
63652005-06-26 Richard M. Stallman <rms@gnu.org>
6366
6367 * display.texi (Faces): Minor cleanup.
6368
63692005-06-25 Luc Teirlinck <teirllm@auburn.edu>
6370
6371 * display.texi (Faces): `facep' returns t for strings that are
6372 face names.
6373
63742005-06-25 Richard M. Stallman <rms@gnu.org>
6375
6376 * objects.texi (Equality Predicates): Clarify meaning of equal.
6377
6378 * windows.texi (Selecting Windows): save-selected-window
6379 and with-selected-window save and restore the current buffer.
6380
63812005-06-24 Richard M. Stallman <rms@gnu.org>
6382
6383 * numbers.texi (Float Basics): Explain how to test for NaN,
6384 and printing the sign of NaNs.
6385
63862005-06-24 Eli Zaretskii <eliz@gnu.org>
6387
6388 * makefile.w32-in (MAKEINFO): Use --force.
6389
63902005-06-23 Richard M. Stallman <rms@gnu.org>
6391
6392 * display.texi (Face Functions): Correct Texinfo usage.
6393
63942005-06-23 Luc Teirlinck <teirllm@auburn.edu>
6395
6396 * lists.texi (Rings): `ring-elements' now returns the elements of
6397 RING in order.
6398
63992005-06-23 Juanma Barranquero <lekktu@gmail.com>
6400
6401 * markers.texi (The Mark): Texinfo usage fix.
6402
64032005-06-23 Kim F. Storm <storm@cua.dk>
6404
6405 * searching.texi (Entire Match Data): Remove evaporate option for
6406 match-data. Do not mention evaporate option for set-match-data.
6407
64082005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
6409
6410 * display.texi (Face Functions): Mention face aliases.
6411
64122005-06-21 Richard M. Stallman <rms@gnu.org>
6413
6414 * anti.texi (Antinews): Texinfo usage fix.
6415
64162005-06-21 Karl Berry <karl@gnu.org>
6417
6418 * elisp.texi: Use @copying.
6419
6420 * elisp.texi: Put @summarycontents and @contents before the Top
6421 node, instead of the end of the file, so that the contents appear
6422 in the right place in the dvi/pdf output.
6423
64242005-06-21 Juri Linkov <juri@jurta.org>
6425
6426 * display.texi (Defining Faces): Add `customized-face'.
6427
64282005-06-20 Kim F. Storm <storm@cua.dk>
6429
6430 * variables.texi (Setting Variables): Any type of element can be
6431 given order in add-to-ordered-list. Compare elements with eq.
6432
6433 * lists.texi (Rearrangement): Sort predicate may just return non-nil.
6434
64352005-06-20 Karl Berry <karl@gnu.org>
6436
6437 * syntax.texi (Syntax Flags): Make last column very slightly wider
6438 to avoid "generic comment" breaking on two lines and causing an
6439 underfull box.
6440
64412005-06-19 Luc Teirlinck <teirllm@auburn.edu>
6442
6443 * lists.texi (Rings): Various minor clarifications and corrections.
6444
64452005-06-18 Richard M. Stallman <rms@gnu.org>
6446
6447 * functions.texi (Obsolete Functions): Simplify.
6448
6449 * variables.texi (Variable Aliases): Simplify.
6450
6451 * anti.texi, backups.texi, compile.texi, customization.texi:
6452 * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
6453 * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
6454 * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
6455 * variables.texi: Fix formatting ugliness.
6456
6457 * elisp.texi: Add links to Rings and Byte Packing.
6458 Update version and copyright years.
6459
6460 * minibuf.texi: Fix formatting ugliness.
6461 (Completion Commands): Move keymap vars to the end
6462 and vars completing-read binds to the top.
6463
64642005-06-17 Luc Teirlinck <teirllm@auburn.edu>
6465
6466 * processes.texi: Fix typos.
6467 (Bindat Spec): Correct Texinfo error.
6468 (Byte Packing): Fix ungrammatical sentence.
6469
64702005-06-17 Thien-Thi Nguyen <ttn@gnu.org>
6471
6472 * lists.texi (Rings): New node.
6473 (Lists): Add it to menu.
6474
6475 * processes.texi (Byte Packing): New node.
6476 (Processes): Add it to menu.
6477
64782005-06-17 Richard M. Stallman <rms@gnu.org>
6479
6480 * syntax.texi (Parsing Expressions): Fix texinfo usage.
6481
6482 * help.texi (Documentation Basics): Explain the xref to
6483 Documentation Tips.
6484
6485 * debugging.texi (Debugger Commands): Minor fix.
6486
64872005-06-16 Luc Teirlinck <teirllm@auburn.edu>
6488
6489 * edebug.texi (Instrumenting): Eliminate duplicate link.
6490 (Specification List): Replace references to "below", referring to
6491 a later node, with one @ref to that node.
6492
6493 * os.texi (Timers): Timers should save and restore the match data
6494 if they change it.
6495
6496 * debugging.texi (Debugger Commands): Mention that the Lisp
6497 debugger can not step through primitive functions.
6498
64992005-06-16 Juanma Barranquero <lekktu@gmail.com>
6500
6501 * functions.texi (Obsolete Functions): Update argument names of
6502 `make-obsolete' and `define-obsolete-function-alias'.
6503
6504 * variables.texi (Variable Aliases): Update argument names of
6505 `defvaralias', `make-obsolete-variable' and
6506 `define-obsolete-variable-alias'.
6507
65082005-06-15 Kim F. Storm <storm@cua.dk>
6509
6510 * searching.texi (Entire Match Data): Rephrase warnings about
6511 evaporate arg to match-data and set-match-data.
6512
65132005-06-14 Luc Teirlinck <teirllm@auburn.edu>
6514
6515 * elisp.texi (Top): Update detailed menu.
6516
6517 * edebug.texi (Edebug): Update menu.
6518 (Instrumenting): Update xrefs.
6519 (Edebug Execution Modes): Correct xref.
6520 (Jumping): Clarify description of `h' command.
6521 Eliminate redundant @ref.
6522 (Breaks): New node.
6523 (Breakpoints): Is now a subsubsection.
6524 (Global Break Condition): Mention `C-x X X'.
6525 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'.
6526 (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
6527 (Edebug Display Update): Correct pxref.
6528 (Edebug and Macros): New node.
6529 (Instrumenting Macro Calls): Is now a subsubsection.
6530 Neither arg of `def-edebug-spec' is evaluated.
6531 (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
6532 (Specification Examples): Fix typo.
6533
65342005-06-14 Lute Kamstra <lute@gnu.org>
6535
6536 * debugging.texi (Function Debugging): Primitives can break on
6537 entry too.
6538
65392005-06-14 Kim F. Storm <storm@cua.dk>
6540
6541 * variables.texi (Setting Variables): Add add-to-ordered-list.
6542
65432005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
6544
6545 * syntax.texi (Parsing Expressions): Document aux functions and vars of
6546 syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
6547
65482005-06-13 Lute Kamstra <lute@gnu.org>
6549
6550 * text.texi (Special Properties): Fix cross reference.
6551
65522005-06-11 Luc Teirlinck <teirllm@auburn.edu>
6553
6554 * debugging.texi (Function Debugging): Delete mention of empty
6555 string argument to `cancel-debug-on-entry'. Delete inaccurate
6556 description of the return value of that command.
6557
65582005-06-11 Alan Mackenzie <acm@muc.de>
6559
6560 * text.texi (Adaptive Fill): Amplify the description of
6561 fill-context-prefix.
6562
65632005-06-10 Luc Teirlinck <teirllm@auburn.edu>
6564
6565 * syntax.texi (Parsing Expressions): Fix Texinfo error.
6566
65672005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
6568
6569 * syntax.texi (Parsing Expressions): Document syntax-ppss.
6570
65712005-06-10 Luc Teirlinck <teirllm@auburn.edu>
6572
6573 * debugging.texi (Error Debugging): Minor rewording.
6574 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
6575 is optional.
6576
65772005-06-10 Lute Kamstra <lute@gnu.org>
6578
6579 * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
6580 (Top): Give it a title. Correct version number. Give the
6581 detailed node listing a more prominent header.
6582 * intro.texi: Don't set VERSION here a second time.
6583 Mention Emacs's version too.
6584 * anti.texi (Antinews): Use EMACSVER to refer to the current
6585 version of Emacs.
6586
65872005-06-09 Kim F. Storm <storm@cua.dk>
6588
6589 * searching.texi (Entire Match Data): Explain new `reseat' argument to
6590 match-data and set-match-data.
6591
65922005-06-08 Richard M. Stallman <rms@gnu.org>
6593
6594 * searching.texi (Entire Match Data): Clarify when match-data
6595 returns markers and when integers.
6596
6597 * display.texi (Defining Faces): Explain that face name should not
6598 end in `-face'.
6599
6600 * modes.texi (Mode Line Data): Minor cleanup.
6601 (Customizing Keywords): Node split out of Search-based Fontification.
6602 Add example of using font-lock-add-keywords from a hook.
6603 Clarify when MODE should be non-nil, and when nil.
6604
66052005-06-06 Richard M. Stallman <rms@gnu.org>
6606
6607 * modes.texi (Mode Line Data): Explain what happens when the car
6608 of a list is a void symbol.
6609 (Search-based Fontification): Explain MODE arg to
6610 font-lock-add-keywords and warn about calls from major modes.
6611
66122005-06-08 Juri Linkov <juri@jurta.org>
6613
6614 * display.texi (Standard Faces): Add `shadow' face.
6615
66162005-05-29 Luc Teirlinck <teirllm@auburn.edu>
6617
6618 * modes.texi (Major Mode Conventions): A derived mode only needs
6619 to put the call to the parent mode inside `delay-mode-hooks'.
6620
66212005-05-29 Richard M. Stallman <rms@gnu.org>
6622
6623 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
6624 new, and what that implies. Clarify.
6625
6626 * files.texi (Locating Files): Clean up the text.
6627
6628 * frames.texi (Window Frame Parameters): Document user-size.
6629 Shorten entry for top by referring to left.
6630
66312005-05-26 Richard M. Stallman <rms@gnu.org>
6632
6633 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
6634 is new, and what the implications are. Other clarifications.
6635
66362005-05-24 Richard M. Stallman <rms@gnu.org>
6637
6638 * frames.texi (Dialog Boxes): Minor fixes.
6639
66402005-05-25 Masatake YAMATO <jet@gyve.org>
6641
6642 * display.texi (Standard Faces): Write about `mode-line-highlight'.
6643
66442005-05-24 Luc Teirlinck <teirllm@auburn.edu>
6645
6646 * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
6647 is optional.
6648
66492005-05-24 Nick Roberts <nickrob@snap.net.nz>
6650
10d1d0af 6651 * frames.texi (Dialog Boxes): Describe new optional argument.
b8d4c8d0
GM
6652
66532005-05-23 Lute Kamstra <lute@gnu.org>
6654
6655 * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
6656 syntax-begin-function over font-lock-beginning-of-syntax-function.
6657
66582005-05-21 Luc Teirlinck <teirllm@auburn.edu>
6659
6660 * minibuf.texi (Reading File Names): Update description of
6661 `read-directory-name'.
6662
6663 * modes.texi (Derived Modes): Clarify :group keyword.
6664
66652005-05-21 Eli Zaretskii <eliz@gnu.org>
6666
6667 * files.texi (Locating Files): New subsection.
6668 Describe locate-file and executable-find.
6669
66702005-05-21 Kevin Ryde <user42@zip.com.au>
6671
6672 * frames.texi (Initial Parameters): Update cross reference to
6673 "Emacs Invocation".
6674
66752005-05-19 Luc Teirlinck <teirllm@auburn.edu>
6676
6677 * keymaps.texi (Active Keymaps): Add anchor.
6678
6679 * modes.texi (Hooks): Delete confusing and unnecessary sentence.
6680 (Major Mode Conventions): Refer to `Auto Major Mode' in more
6681 appropriate place.
6682 (Derived Modes): Small clarifications.
6683 (Minor Mode Conventions, Keymaps and Minor Modes):
6684 Replace references to nodes with references to anchors.
6685 (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
6686 Clarify description of lists whose first element is an integer.
6687 (Mode Line Variables): Add anchor.
6688 (%-Constructs): Clarify description of integer after %.
6689 (Emulating Mode Line): Describe nil value for FACE.
6690
66912005-05-18 Luc Teirlinck <teirllm@auburn.edu>
6692
6693 * modes.texi (Derived Modes): Correct references to non-existing
6694 variable standard-syntax-table.
6695
66962005-05-17 Lute Kamstra <lute@gnu.org>
6697
6698 * modes.texi (Defining Minor Modes): Mention the mode hook.
6699
67002005-05-15 Kim F. Storm <storm@cua.dk>
6701
6702 * processes.texi (Network): Remove open-network-stream-nowait.
6703 (Network Servers): Remove open-network-stream-server.
6704
67052005-05-15 Luc Teirlinck <teirllm@auburn.edu>
6706
6707 * elisp.texi (Top): Update detailed menu.
6708
6709 * variables.texi: Reorder nodes.
6710 (Variables): Update menu.
6711 (File Local Variables): Do not refer to the `-*-' line as
6712 a "local variables list". Add pxref.
6713
67142005-05-14 Luc Teirlinck <teirllm@auburn.edu>
6715
6716 * elisp.texi (Top): Update detailed menu for node changes.
6717
6718 * modes.texi (Modes): Update Menu.
6719 (Hooks): Move to beginning of chapter.
6720 Most minor modes run mode hooks too.
6721 `add-hook' can handle void hooks or hooks whose value is a single
6722 function.
6723 (Major Modes): Update Menu.
6724 (Major Mode Basics): New node, split off from `Major Modes'.
6725 (Major Mode Conventions): Correct xref. Explain how to handle
6726 auto-mode-alist if the major mode command has an autoload cookie.
6727 (Auto Major Mode): Major update. Add magic-mode-alist.
6728 (Derived Modes): Major update.
6729 (Mode Line Format): Update Menu.
6730 (Mode Line Basics): New node, split off from `Mode Line Format'.
6731
6732 * loading.texi (Autoload): Mention `autoload cookie' as synonym
6733 for `magic autoload comment'. Add index entries and anchor.
6734
67352005-05-14 Richard M. Stallman <rms@gnu.org>
6736
6737 * tips.texi (Coding Conventions): Explain how important it is
6738 that just loading certain files not change Emacs behavior.
6739
6740 * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
6741
67422005-05-12 Lute Kamstra <lute@gnu.org>
6743
6744 * modes.texi (Generic Modes): Update.
6745 (Major Modes): Refer to node "Generic Modes".
6746
6747 * elisp.texi (Top): Update to the current structure of the manual.
6748 * processes.texi (Processes): Add menu description.
6749 * customize.texi (Customization): Add menu descriptions.
6750
67512005-05-11 Thien-Thi Nguyen <ttn@gnu.org>
6752
6753 * processes.texi (Signals to Processes)
6754 (Low-Level Network): Fix typos.
6755
67562005-05-11 Lute Kamstra <lute@gnu.org>
6757
6758 * elisp.texi (Top): Add some nodes from the chapter "Major and
6759 Minor Modes" to the detailed node listing.
6760
67612005-05-10 Richard M. Stallman <rms@gnu.org>
6762
6763 * keymaps.texi (Extended Menu Items): Menu item filter functions
6764 can be called at any time.
6765
67662005-05-08 Luc Teirlinck <teirllm@auburn.edu>
6767
6768 * variables.texi (File Local Variables): `(hack-local-variables t)'
6769 now also checks whether a mode is specified in the local variables
6770 list.
6771
67722005-05-05 Kevin Ryde <user42@zip.com.au>
6773
6774 * display.texi (The Echo Area): Correct format function cross
6775 reference.
6776
67772005-05-05 Luc Teirlinck <teirllm@auburn.edu>
6778
6779 * variables.texi (Variable Aliases): Change description of
6780 `define-obsolete-variable-alias'.
6781
6782 * functions.texi (Functions): Add "Obsolete Functions" to menu.
6783 (Defining Functions): Add xref.
6784 (Obsolete Functions): New node.
6785 (Function Safety): Standardize capitalization of section title.
6786
6787 * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
6788 (Dialog Boxes): Complete description of `x-popup-dialog'.
6789
67902005-05-04 Richard M. Stallman <rms@gnu.org>
6791
6792 * commands.texi (Interactive Codes): Fix Texinfo usage.
6793 Document U more clearly.
6794
67952005-05-01 Luc Teirlinck <teirllm@auburn.edu>
6796
6797 * variables.texi (Variable Aliases): `make-obsolete-variable' is a
6798 function and not a macro.
6799
6800 * frames.texi (Pop-Up Menus): Correct and clarify description of
6801 `x-popup-menu'.
6802 (Dialog Boxes): Clarify description of `x-popup-dialog'.
6803
68042005-05-01 Richard M. Stallman <rms@gnu.org>
6805
6806 * edebug.texi (Checking Whether to Stop): Fix previous change.
6807
68082005-05-01 Luc Teirlinck <teirllm@auburn.edu>
6809
6810 * display.texi: Fix typos and Texinfo usage.
6811
6812 * edebug.texi (Checking Whether to Stop): executing-macro ->
6813 executing-kbd-macro.
6814
68152005-05-01 Richard M. Stallman <rms@gnu.org>
6816
6817 * display.texi (Invisible Text): Correct add-to-invisibility-spec.
6818
68192005-04-30 Richard M. Stallman <rms@gnu.org>
6820
6821 * files.texi (Magic File Names): Document `operations' property.
6822
68232005-04-29 Lute Kamstra <lute@gnu.org>
6824
6825 * modes.texi (Generic Modes): New node.
6826 (Major Modes): Add it to the menu.
6827 (Derived Modes): Add "derived mode" to concept index.
6828
68292005-04-28 Lute Kamstra <lute@gnu.org>
6830
6831 * modes.texi (Defining Minor Modes): Fix previous change.
6832 (Font Lock Mode): Simplify.
6833 (Font Lock Basics): Say that font-lock-defaults is buffer-local
6834 when set and that some parts are optional. Add cross references.
6835 (Search-based Fontification): Say how to specify font-lock-keywords.
6836 Add cross references. Add font-lock-multiline to index.
6837 Move font-lock-keywords-case-fold-search here from node "Other Font
6838 Lock Variables". Document font-lock-add-keywords and
6839 font-lock-remove-keywords.
6840 (Other Font Lock Variables): Move font-lock-keywords-only,
6841 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
6842 and font-lock-syntactic-face-function to node "Syntactic Font
6843 Lock". Move font-lock-keywords-case-fold-search to node
6844 "Search-based Fontification". Document font-lock-inhibit-thing-lock
6845 and font-lock-{,un}fontify-{buffer,region}-function.
6846 (Precalculated Fontification): Remove reference to deleted variable
6847 font-lock-core-only.
6848 (Faces for Font Lock): Add font-lock-comment-delimiter-face.
6849 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only,
6850 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
6851 and font-lock-syntactic-face-function here from node "Other Font
6852 Lock Variables". Move font-lock-syntactic-keywords to "Setting
6853 Syntax Properties". Add cross references.
6854 (Setting Syntax Properties): New node.
6855 Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
6856 * syntax.texi (Syntax Properties): Add cross reference.
6857 * hooks.texi (Standard Hooks): Add Font-Lock hooks.
6858
68592005-04-26 Richard M. Stallman <rms@gnu.org>
6860
6861 * display.texi (Defining Faces):
6862 Document `default' elements of defface spec.
6863
6864 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
6865
6866 * variables.texi (Variable Aliases): Clarify text.
6867
68682005-04-25 Chong Yidong <cyd@stupidchicken.com>
6869
6870 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
6871
68722005-04-25 Luc Teirlinck <teirllm@auburn.edu>
6873
6874 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
6875
68762005-04-24 Eli Zaretskii <eliz@gnu.org>
6877
6878 * syntax.texi (Syntax Table Internals): Elaborate documentation of
6879 syntax-after and syntax-class.
6880
6881 * files.texi (Changing Files): Fix last change's cross-reference.
6882 (Unique File Names): Don't mention "numbers" in the documentation
6883 of make-temp-file and make-temp-name.
6884
68852005-04-23 Richard M. Stallman <rms@gnu.org>
6886
6887 * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
6888
68892005-04-22 Nick Roberts <nickrob@snap.net.nz>
6890
6891 * windows.texi (Cyclic Window Ordering): Clarify window-list.
6892
68932005-04-22 Nick Roberts <nickrob@snap.net.nz>
6894
6895 * variables.texi (Variable Aliases): Describe make-obsolete-variable
6896 and define-obsolete-variable-alias.
6897
68982005-04-22 Kim F. Storm <storm@cua.dk>
6899
6900 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
6901 (Other Plists): Remove safe-plist-get, as plist-get is now safe.
6902
69032005-04-21 Lute Kamstra <lute@gnu.org>
6904
6905 * lists.texi (Association Lists): Document rassq-delete-all.
6906
69072005-04-19 Richard M. Stallman <rms@gnu.org>
6908
6909 * modes.texi (Search-based Fontification): Explain that
6910 facespec is an expression to be evaluated.
6911
69122005-04-19 Kevin Ryde <user42@zip.com.au>
6913
6914 * streams.texi (Output Functions): Fix xref.
6915 * strings.texi (String Conversion): Fix xref.
6916
69172005-04-19 Kim F. Storm <storm@cua.dk>
6918
6919 * symbols.texi (Symbol Plists): Add safe-get.
6920 Mention that `get' may signal an error.
6921
69222005-04-18 Nick Roberts <nickrob@snap.net.nz>
6923
6924 * customize.texi (Variable Definitions): Replace tooltip-mode
6925 example with save-place.
6926
69272005-04-17 Richard M. Stallman <rms@gnu.org>
6928
6929 * buffers.texi (Indirect Buffers): Clarify.
6930
6931 * positions.texi (Positions): Clarify converting marker to integer.
6932
6933 * strings.texi (String Basics): Mention string-match; clarify.
6934
69352005-04-08 Lute Kamstra <lute@gnu.org>
6936
6937 * modes.texi (Search-based Fontification): Fix cross references.
6938 Use consistent terminology. Document anchored highlighting.
6939
69402005-04-05 Lute Kamstra <lute@gnu.org>
6941
6942 * modes.texi (Defining Minor Modes): Document :group keyword
6943 argument and its default value.
6944
69452005-04-03 Lute Kamstra <lute@gnu.org>
6946
6947 * hooks.texi (Standard Hooks): Add some hooks. Add cross
6948 references and/or descriptions. Delete major mode hooks; mention
6949 them as a category instead. Rename or delete obsolete hooks.
6950
69512005-04-02 Richard M. Stallman <rms@gnu.org>
6952
6953 * nonascii.texi (Coding System Basics): Another wording cleanup.
6954
69552005-04-01 Richard M. Stallman <rms@gnu.org>
6956
6957 * nonascii.texi (Coding System Basics): Clarify previous change.
6958
69592005-04-01 Kenichi Handa <handa@m17n.org>
6960
10d1d0af 6961 * nonascii.texi (Coding System Basics): Describe about roundtrip
b8d4c8d0
GM
6962 identity of coding systems.
6963
69642005-03-29 Chong Yidong <cyd@stupidchicken.com>
6965
6966 * text.texi (Buffer Contents): Add filter-buffer-substring and
6967 buffer-substring-filters.
6968
69692005-03-26 Chong Yidong <cyd@stupidchicken.com>
6970
6971 * anti.texi (Antinews): Mention `G' interactive code.
6972
6973 * tips.texi (Compilation Tips): Mention benchmark.el.
6974
69752005-03-27 Luc Teirlinck <teirllm@auburn.edu>
6976
6977 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
6978 is now bound to M-o M-o.
6979
6980 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
6981
69822005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
6983
6984 * calendar.texi: Delete file (and move contents to emacs-xtra.texi
6985 in the Emacs Manual).
6986 * Makefile.in (srcs): Remove calendar.texi.
6987 * makefile.w32-in (srcs): Remove calendar.texi.
6988 * display.texi (Display): Change name of next node.
6989 * os.texi (System In): Change name of previous node.
6990 * elisp.texi (Top): Remove Calendar references.
6991 * vol1.texi (Top): Remove Calendar references.
6992 * vol2.texi (Top): Remove Calendar references.
6993
69942005-03-25 Richard M. Stallman <rms@gnu.org>
6995
6996 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
6997 Cleanup previous change.
6998
69992005-03-25 Chong Yidong <cyd@stupidchicken.com>
7000
7001 * display.texi (Face Attributes): Faces earlier in an :inherit
7002 list take precedence.
7003 (Scroll Bars): Fix description of vertical-scroll-bars.
7004 Document frame-current-scroll-bars and window-current-scroll-bars.
7005
7006 * markers.texi (The Mark): Document temporary Transient Mark mode.
7007
7008 * minibuf.texi (Reading File Names):
7009 Document read-file-name-completion-ignore-case.
7010
7011 * positions.texi (Screen Lines): Document nil for width argument
7012 to compute-motion.
7013
70142005-03-23 Kim F. Storm <storm@cua.dk>
7015
7016 * display.texi (Standard Faces): Other faces used in the fringe
7017 implicitly inherits from the fringe face.
7018 (Fringe Bitmaps): FACE in right-fringe and left-fringe display
7019 properties implicitly inherits from fringe face.
7020 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
7021
70222005-03-20 Chong Yidong <cyd@stupidchicken.com>
7023
7024 * display.texi (Invisible Text): State default value of
7025 line-move-ignore-invisible.
7026 (Managing Overlays): Document remove-overlays.
7027 (Standard Faces): Document escape-glyph face.
7028
7029 * minibuf.texi (Reading File Names): Document read-file-name-function.
7030
7031 * modes.texi (Other Font Lock Variables):
7032 Document font-lock-lines-before.
7033
7034 * positions.texi (Skipping Characters): skip-chars-forward allows
7035 character classes.
7036
70372005-03-18 Lute Kamstra <lute@gnu.org>
7038
7039 * edebug.texi (Instrumenting Macro Calls): Fix another typo.
7040
70412005-03-17 Richard M. Stallman <rms@gnu.org>
7042
7043 * text.texi (Undo): Document extensible undo entries.
7044
dd7b651b 7045 * searching.texi (String Search, Regexp Search): Cleanups.
b8d4c8d0
GM
7046
7047 * nonascii.texi (Character Codes): Minor fix.
7048
7049 * display.texi (Display Property): Explain the significance
7050 of having text properties that are eq.
7051 (Other Display Specs): Explain string as display spec.
7052
7053 * commands.texi (Interactive Codes): Document G option.
7054
70552005-03-17 Chong Yidong <cyd@stupidchicken.com>
7056
7057 * text.texi (Filling): Add sentence-end-without-period and
7058 sentence-end-without-space.
7059 (Changing Properties): Minor fix.
7060
7061 * anti.texi: Total rewrite.
7062
70632005-03-15 Lute Kamstra <lute@gnu.org>
7064
7065 * edebug.texi (Instrumenting Macro Calls): Fix typos.
7066
70672005-03-08 Kim F. Storm <storm@cua.dk>
7068
7069 * display.texi (Specified Space): Property :width is support on
7070 non-graphic terminals, :height is not.
7071
70722005-03-07 Richard M. Stallman <rms@gnu.org>
7073
7074 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
7075 Now subnodes of Fringes.
7076 (Overlay Arrow): Document overlay-arrow-variable-list.
7077 (Fringe Size/Pos): New node, broken out of Fringes.
7078 (Display): Explain clearing vs redisplay better.
7079 (Truncation): Clarify use of bitmaps.
7080 (The Echo Area): Clarify the uses of the echo area.
7081 Add max-mini-window-height.
7082 (Progress): Clarify.
7083 (Invisible Text): Explain that main loop moves point out.
7084 (Selective Display): Say "hidden", not "invisible".
7085 (Managing Overlays): Move up. Describe relation to Undo here.
7086 (Overlay Properties): Clarify intro.
7087 (Finding Overlays): Explain return values when nothing found.
7088 (Width): truncate-string-to-width has added arg.
7089 (Displaying Faces): Clarify and update mode line face handling.
7090 (Face Functions): Minor cleanup.
7091 (Conditional Display): Merge into Other Display Specs.
7092 (Pixel Specification, Other Display Specs): Minor cleanups.
7093 (Images, Image Descriptors): Minor cleanups.
7094 (GIF Images): Patents have expired.
7095 (Showing Images): Explain default text for insert-image.
7096 (Manipulating Button Types): Merge into Manipulating Buttons.
7097 (Making Buttons): Explain return values.
7098 (Button Buffer Commands): Add xref.
7099 (Inverse Video): Update mode-line-inverse-video.
7100 (Display Table Format): Clarify.
7101 (Active Display Table): Give defaults for window-display-table.
7102
7103 * calendar.texi (Calendar Customizing): calendar-holiday-marker
7104 and calendar-today-marker are strings, not chars.
7105 (Holiday Customizing): Minor fix.
7106
7107 * internals.texi (Writing Emacs Primitives): Update `or' example.
7108 Update limit on # args of subr.
7109
7110 * edebug.texi (Using Edebug): Arrow is in fringe.
7111 (Instrumenting): Arg to eval-defun works without loading edebug.
7112 (Edebug Execution Modes): Add xref.
7113
7114 * customize.texi (Common Keywords): Clarify :require.
7115 Mention :version here.
7116 (Variable Definitions, Group Definitions): Not here.
7117 (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
7118
71192005-03-07 Chong Yidong <cyd@stupidchicken.com>
7120 * nonascii.texi (Text Representations): Clarify position-bytes.
7121 (Character Sets): Add list-charset-chars.
7122 (Scanning Charsets): Add charset-after.
7123 (Encoding and I/O): Minor fix.
7124
71252005-03-06 Richard M. Stallman <rms@gnu.org>
7126
7127 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
7128 (Resizing Windows): Likewise.
7129
7130 * text.texi (Change Hooks): Get rid of "Emacs 21".
7131
7132 * strings.texi (Formatting Strings): Get rid of "Emacs 21".
7133
7134 * streams.texi (Output Variables): Get rid of "Emacs 21".
7135
7136 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
7137
7138 * os.texi (Translating Input): Replace flow-control example
7139 with a less obsolete example that uses `keyboard-translate'.
7140
7141 * objects.texi (Hash Table Type, Circular Objects):
7142 Get rid of "Emacs 21".
7143
7144 * modes.texi (Mode Line Format): Get rid of "Emacs 21".
7145 (Mode Line Data, Properties in Mode, Header Lines): Likewise.
7146
7147 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
7148
7149 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
7150
7151 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
7152 (Menu Bar): Fix when menu-bar-update-hook is called.
7153
7154 * hash.texi (Hash Tables): Get rid of "Emacs 21".
7155
7156 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
7157 and make it read better.
7158
7159 * files.texi (Writing to Files): Get rid of "Emacs 21".
7160 (Unique File Names): Likewise.
7161
7162 * elisp.texi: Update Emacs version to 22.
7163
7164 * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
7165 (Overlay Properties, Face Attributes): Likewise.
7166 (Managing Overlays): Fix punctuation.
7167 (Attribute Functions): Clarify set-face-font; get rid of
7168 info about old Emacs versions.
7169 (Auto Faces, Font Lookup, Display Property, Images):
7170 Get rid of "Emacs 21".
7171
7172 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
7173
71742005-03-05 Richard M. Stallman <rms@gnu.org>
7175
7176 * debugging.texi (Error Debugging): Remove stack-trace-on-error.
7177
71782005-03-04 Lute Kamstra <lute@gnu.org>
7179
7180 * debugging.texi (Error Debugging): Document stack-trace-on-error.
7181
71822005-03-03 Lute Kamstra <lute@gnu.org>
7183
7184 * edebug.texi (Instrumenting Macro Calls): Fix typo.
7185
71862005-03-01 Lute Kamstra <lute@gnu.org>
7187
7188 * debugging.texi (Debugger Commands): Update `j'.
7189
71902005-02-28 Lute Kamstra <lute@gnu.org>
7191
7192 * debugging.texi (Debugging): Fix typo.
7193 (Error Debugging): Document eval-expression-debug-on-error.
7194 (Function Debugging): Update example.
7195 (Using Debugger): Mention starred stack frames.
7196 (Debugger Commands): Document `j' and `l'.
7197 (Invoking the Debugger): `d' and `j' exit recursive edit too.
7198 Update the messages that the debugger displays.
7199 (Internals of Debugger): Add cross reference. Update example.
7200 (Excess Open): Minor improvement.
7201 (Excess Close): Minor improvement.
7202
72032005-02-26 Richard M. Stallman <rms@gnu.org>
7204
7205 * tips.texi (Coding Conventions): Clarify.
7206 Put all the major mode key reservations together.
7207 Mention the Mouse-1 => Mouse-2 conventions.
7208
7209 * syntax.texi (Syntax Class Table): Clarify.
7210 (Syntax Table Functions): syntax-after moved from here.
7211 (Syntax Table Internals): syntax-after moved to here.
7212 (Parsing Expressions): Update info on number of values
7213 and what's meaningful in the STATE argument.
7214 (Categories): Fix typo.
7215
7216 * sequences.texi (Arrays): Cleanup.
7217 (Char-Tables): Clarify.
7218
7219 * processes.texi (Deleting Processes): Cleanups, add xref.
7220 (Subprocess Creation): Explain nil in exec-path. Cleanup.
7221 (Process Information): set-process-coding-system, some args optional.
7222 (Input to Processes): Explain various types for PROCESS args.
7223 Rename them from PROCESS-NAME to PROCESS.
7224 (Signals to Processes): Likewise.
7225 (Decoding Output): Cleanup.
7226 (Query Before Exit): Clarify.
7227
7228 * os.texi (Startup Summary): Correct the options; add missing ones.
7229 (Terminal Output, Batch Mode): Clarify.
7230 (Flow Control): Node deleted.
7231
7232 * markers.texi (The Mark): Clarify.
7233
7234 * macros.texi (Expansion): Cleanup.
7235 (Indenting Macros): indent-spec allows ints, not floats.
7236
7237 * keymaps.texi (Keymaps): Clarify.
7238 (Format of Keymaps): Update lisp-mode-map example.
7239 (Active Keymaps, Key Lookup): Clarify.
7240 (Changing Key Bindings): Add xref to `kbd'.
7241 (Key Binding Commands, Simple Menu Items): Clarify.
7242 (Mouse Menus, Menu Bar): Clarify.
7243 (Menu Example): Replace print example with menu-bar-replace-menu.
7244
7245 * help.texi (Documentation Basics): Add function-documentation prop.
7246
7247 * elisp.texi (Top): Don't refer to Flow Control node.
7248
7249 * commands.texi (Command Overview): Improve xrefs.
7250 (Adjusting Point): Adjusting point applies to intangible and invis.
7251 (Key Sequence Input): Doc extra read-key-sequence args.
7252 Likewise for read-key-sequence-vector.
7253
7254 * backups.texi (Rename or Copy): Minor fix.
7255 (Numbered Backups): For version-control, say the default.
7256 (Auto-Saving): make-auto-save-file-name example is simplified.
7257
7258 * advice.texi (Advising Functions): Don't imply one part of Emacs
7259 should advise another part. Markup changes.
7260 (Defining Advice): Move transitional para.
7261 (Activation of Advice): Cleanup.
7262 Explain if COMPILE is nil or negative.
7263
7264 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
7265
72662005-02-24 Lute Kamstra <lute@gnu.org>
7267
7268 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
7269 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
7270
72712005-02-23 Lute Kamstra <lute@gnu.org>
7272
7273 * modes.texi (Defining Minor Modes): define-minor-mode can be used
7274 to define global minor modes as well.
7275
7276 * display.texi (Managing Overlays): overlay-buffer returns nil for
7277 deleted overlays.
7278
72792005-02-22 Kim F. Storm <storm@cua.dk>
7280
7281 * minibuf.texi (Basic Completion): Allow symbols in addition to
7282 strings in try-completion and all-completions.
7283
72842005-02-14 Lute Kamstra <lute@gnu.org>
7285
7286 * elisp.texi (Top): Remove reference to deleted node.
7287
7288 * lists.texi (Lists): Remove reference to deleted node.
7289 (Cons Cells): Fix typo.
7290
7291 * loading.texi (Where Defined): Fix typo.
7292
72932005-02-14 Richard M. Stallman <rms@gnu.org>
7294
7295 * variables.texi (Creating Buffer-Local): change-major-mode-hook
7296 is useful for discarding some minor modes.
7297
7298 * symbols.texi (Symbol Components): Reorder examples.
7299
7300 * streams.texi (Input Functions): State standard-input default.
7301 (Output Variables): State standard-output default.
7302
7303 * objects.texi (Printed Representation): Clarify read syntax vs print.
7304 (Floating Point Type): Explain meaning better.
7305 (Symbol Type): Explain uniqueness better.
7306 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
7307 List examples sooner.
7308 (Box Diagrams): New subnode broken out.
7309 Some examples moved from old Lists as Boxes node.
7310 (Dotted Pair Notation): Clarify intro.
7311 (Array Type): Clarify.
7312 (Type Predicates): Add hash-table-p.
7313
7314 * numbers.texi (Integer Basics): Clarify radix explanation.
7315 (Predicates on Numbers): Minor clarification.
7316 (Comparison of Numbers): Minor clarification. Clarify eql.
7317 Typos in min, max.
7318 (Math Functions): Clarify overflow in expt.
7319
7320 * minibuf.texi (Text from Minibuffer): Minor clarification.
7321 Mention arrow keys.
7322
7323 * loading.texi (Autoload): defun's doc string overrides autoload's
7324 doc string.
7325 (Repeated Loading): Modernize "add to list" examples.
7326 (Where Defined): Finish updating table of load-history elts.
7327
7328 * lists.texi (List-related Predicates): Minor wording improvement.
7329 (Lists as Boxes): Node deleted.
7330 (Building Lists): Explain trivial cases of number-sequence.
7331
7332 * hash.texi (Hash Tables): Add desc to menu items.
10d1d0af 7333 (Creating Hash): Explain "full" means "make larger".
b8d4c8d0
GM
7334 (Hash Access): Any object can be a key.
7335 State value of maphash.
7336
7337 * functions.texi (What Is a Function): Wording cleanup.
7338 (Function Documentation): Minor cleanup.
7339 Explain purpose of calling convention at end of doc string.
7340 (Function Names): Wording cleanup.
7341 (Calling Functions): Wording cleanup.
7342 Explain better how funcall calls the function.
7343 (Function Cells): Delete example of saving and redefining function.
7344
7345 * control.texi (Combining Conditions): Wording cleanup.
7346 (Iteration): dolist and dotimes bind VAR locally.
7347 (Cleanups): Xref to Atomic Changes.
7348
7349 * compile.texi (Byte Compilation): Delete 19.29 info.
7350 (Compilation Functions): Macros' difficulties don't affect defsubst.
7351 (Docs and Compilation): Delete 19.29 info.
7352
73532005-02-10 Richard M. Stallman <rms@gnu.org>
7354
7355 * objects.texi (Symbol Type): Minor correction.
7356
73572005-02-06 Lute Kamstra <lute@gnu.org>
7358
7359 * modes.texi (Example Major Modes): Fix typos.
7360
73612005-02-06 Richard M. Stallman <rms@gnu.org>
7362
7363 * text.texi (Margins): fill-nobreak-predicate can be one function.
7364
7365 * strings.texi (Modifying Strings): clear-string can make unibyte.
7366 (Formatting Strings): format gives error if values missing.
7367
7368 * positions.texi (Character Motion): Mention default arg
7369 for forward-char. backward-char refers to forward-char.
7370 (Word Motion): Mention default arg for forward-word.
7371 (Buffer End Motion): Mention default arg for beginning-of-buffer.
7372 Simplify end-of-buffer.
7373 (Text Lines): Mention default arg for forward-line.
7374 (List Motion): Mention default arg for beginning/end-of-defun.
7375 (Skipping Characters): Minor fixes in explaining character-set.
7376
7377 * modes.texi (Major Mode Conventions): Mention "system abbrevs".
7378 Mode inheritance applies only when default-major-mode is nil.
7379 Clarifications.
7380 (Example Major Modes): Update Text mode and Lisp mode examples.
7381 (Minor Mode Conventions): Mention define-minor-mode at top.
7382 (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
7383 (Mode Line Format): Update mode line face display info.
7384 (Properties in Mode): Mention effect of risky vars.
7385 (Imenu): Define imenu-add-to-menubar.
7386 (Font Lock Mode): Add descriptions to menu lines.
7387 (Faces for Font Lock): Add font-lock-doc-face.
7388
73892005-02-05 Lute Kamstra <lute@gnu.org>
7390
7391 * text.texi (Maintaining Undo): Remove obsolete function.
7392
73932005-02-05 Eli Zaretskii <eliz@gnu.org>
7394
7395 * frames.texi (Color Names): Add pointer to the X docs about RGB
c4cc8b9a 7396 color specifications. Improve indexing.
b8d4c8d0
GM
7397 (Text Terminal Colors): Replace the description of RGB values by
7398 an xref to "Color Names".
7399
74002005-02-03 Richard M. Stallman <rms@gnu.org>
7401
7402 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
7403 Clarify.
7404 (Selecting Windows): Clarify save-selected-window.
7405 (Cyclic Window Ordering): Clarify walk-windows.
7406 (Window Point): Clarify.
7407 (Window Start): Add comment to example.
7408 (Resizing Windows): Add `interactive' specs in examples.
7409 Document fit-window-to-buffer.
7410
7411 * text.texi (User-Level Deletion): just-one-space takes numeric arg.
7412 (Undo, Maintaining Undo): Clarify last change.
7413 (Sorting): In sort-numeric-fields, explain about octal and hex.
7414 Mention sort-numeric-base.
7415 (Format Properties): Add xref for hard newlines.
7416
7417 * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
7418 (Pop-Up Menus): Fix typo.
7419 (Color Names): Explain all types of color names.
7420 Explain color-values on B&W terminal.
7421 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names.
7422
7423 * files.texi (File Locks): Not supported on MS systems.
7424 (Testing Accessibility): Clarify.
7425
7426 * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
7427 (Coverage Testing): Fix typo.
7428
7429 * commands.texi (Misc Events): Remove stray space.
7430
7431 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
7432 (Modification Time): Clarify when visited-file-modtime returns 0.
7433 (The Buffer List): Clarify bury-buffer.
7434 (Killing Buffers): Clarify.
7435 (Indirect Buffers): Add clone-indirect-buffer.
7436
74372005-02-02 Matt Hodges <MPHodges@member.fsf.org>
7438
7439 * edebug.texi (Printing in Edebug): Fix default value of
7440 edebug-print-circle.
7441 (Coverage Testing): Fix displayed frequency count data.
7442
74432005-02-02 Luc Teirlinck <teirllm@auburn.edu>
7444
7445 * text.texi (Maintaining Undo): Add `undo-outer-limit'.
7446
74472005-02-02 Kim F. Storm <storm@cua.dk>
7448
7449 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
7450
74512005-01-29 Eli Zaretskii <eliz@gnu.org>
7452
7453 * commands.texi (Misc Events): Describe the help-echo event.
7454
7455 * text.texi (Special Properties) <help-echo>: Use `pos'
7456 consistently in description of the help-echo property.
7457 Use @code{nil} instead of @var{nil}.
7458
7459 * display.texi (Overlay Properties): Fix the index entry for
7460 help-echo overlay property.
7461
7462 * customize.texi (Type Keywords): Uncomment the xref to the
7463 help-echo property documentation.
7464
74652005-01-23 Kim F. Storm <storm@cua.dk>
7466
7467 * windows.texi (Window Start): Fix `pos-visible-in-window-p'
7468 return value. Third element FULLY replaced by PARTIAL which
7469 specifies number of invisible pixels if row is only partially visible.
7470 (Textual Scrolling): Mention auto-window-vscroll.
7471 (Vertical Scrolling): New defvar auto-window-vscroll.
7472
74732005-01-16 Luc Teirlinck <teirllm@auburn.edu>
7474
7475 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
7476 command remapping.
7477
74782005-01-15 Richard M. Stallman <rms@gnu.org>
7479
7480 * display.texi (Defining Images): Mention DATA-P arg of create-image.
7481
74822005-01-14 Kim F. Storm <storm@cua.dk>
7483
7484 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
7485
7486 * text.texi (Links and Mouse-1): Fix string and vector item.
7487
74882005-01-13 Richard M. Stallman <rms@gnu.org>
7489
7490 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
7491 descriptions of overriding-local-map and overriding-terminal-local-map.
7492
7493 * text.texi (Links and Mouse-1): Clarify text.
7494
74952005-01-13 Kim F. Storm <storm@cua.dk>
7496
7497 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
7498
74992005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
7500
7501 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
7502
75032005-01-12 Kim F. Storm <storm@cua.dk>
7504
7505 * text.texi (Links and Mouse-1): Rename section from Enabling
7506 Mouse-1 to Following Links. Change xrefs.
7507 Add examples for define-button-type and define-widget.
7508
7509 * display.texi (Button Properties, Button Buffer Commands):
7510 Clarify mouse-1 and follow-link functionality.
7511
75122005-01-12 Richard M. Stallman <rms@gnu.org>
7513
7514 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
7515
7516 * display.texi (Beeping): Fix Texinfo usage.
7517
7518 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
7519
75202005-01-11 Kim F. Storm <storm@cua.dk>
7521
7522 * display.texi (Button Properties, Button Buffer Commands):
7523 Mention mouse-1 binding. Add follow-link keyword.
7524
7525 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
7526 (Enabling Mouse-1 to Follow Links): New subsection.
7527
75282005-01-06 Richard M. Stallman <rms@gnu.org>
7529
7530 * text.texi (Special Properties): Minor change.
7531
7532 * os.texi (Timers): Clarify previous change.
7533
7534 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
7535
75362005-01-01 Luc Teirlinck <teirllm@auburn.edu>
7537
7538 * display.texi (Face Attributes): Correct xref to renamed node.
7539
75402005-01-01 Richard M. Stallman <rms@gnu.org>
7541
7542 * display.texi (Face Attributes): Describe hex color specs.
7543
75442004-12-31 Richard M. Stallman <rms@gnu.org>
7545
7546 * os.texi (Timers): Update previous change.
7547
75482004-12-30 Kim F. Storm <storm@cua.dk>
7549
7550 * display.texi (Line Height): Total line-height is now specified
7551 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
7552 in cons cells. (nil . RATIO) is relative to actual line height.
7553 Use line-height `t' instead of `0' to get minimum height.
7554
75552004-12-29 Richard M. Stallman <rms@gnu.org>
7556
7557 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
7558
75592004-12-28 Richard M. Stallman <rms@gnu.org>
7560
7561 * commands.texi (Quitting): Clarify value of with-local-quit.
7562
7563 * elisp.texi (Top): Fix previous change.
7564
7565 * loading.texi (Loading): Fix previous change.
7566
75672004-12-27 Richard M. Stallman <rms@gnu.org>
7568
7569 * Makefile.in (MAKEINFO): Specify --force.
7570
7571 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
7572
7573 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
7574
7575 * display.texi (Line Height): Further clarify.
7576
7577 * elisp.texi (Top): Update Loading submenu.
7578
7579 * loading.texi (Where Defined): New node.
7580 (Unloading): load-history moved to Where Defined.
7581
75822004-12-21 Richard M. Stallman <rms@gnu.org>
7583
7584 * commands.texi (Event Input Misc): Add while-no-input.
7585
75862004-12-11 Richard M. Stallman <rms@gnu.org>
7587
7588 * display.texi (Line Height): Rewrite text for clarity.
7589
75902004-12-11 Kim F. Storm <storm@cua.dk>
7591
7592 * display.texi (Display): Add node "Line Height" to menu.
7593 (Line Height): New node. Move full description of line-spacing
7594 and line-height text properties here from text.texi.
7595 (Scroll Bars): Add vertical-scroll-bar variable.
7596
7597 * frames.texi (Window Frame Parameters): Remove line-height defvar.
7598
7599 * locals.texi (Standard Buffer-Local Variables): Fix xref for
7600 line-spacing and vertical-scroll-bar.
7601
7602 * text.texi (Special Properties): Just mention line-spacing and
7603 line-height here, add xref to new "Line Height" node.
7604
76052004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
7606
7607 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
7608
7609 * locals.texi (Standard Buffer-Local Variables):
7610 Add @xref for `line-spacing'.
7611
76122004-12-05 Richard M. Stallman <rms@gnu.org>
7613
7614 * Makefile.in (maintainer-clean): Remove the info files
7615 in $(infodir) where they are created.
7616
76172004-12-03 Richard M. Stallman <rms@gnu.org>
7618
7619 * windows.texi (Selecting Windows): get-lru-window and
7620 get-largest-window don't consider dedicated windows.
7621
7622 * text.texi (Undo): Document undo-in-progress.
7623
76242004-11-26 Richard M. Stallman <rms@gnu.org>
7625
7626 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
7627 Remove a few vars that are not always buffer-local.
7628
76292004-11-24 Luc Teirlinck <teirllm@auburn.edu>
7630
7631 * locals.texi (Standard Buffer-Local Variables): Comment out
7632 xref's to non-existent node `Yet to be written'.
7633
76342004-11-24 Richard M. Stallman <rms@gnu.org>
7635
7636 * processes.texi (Synchronous Processes): Grammar fix.
7637
7638 * numbers.texi (Comparison of Numbers): Add eql.
7639
7640 * locals.texi (Standard Buffer-Local Variables): Add many vars.
7641
7642 * intro.texi (Printing Notation): Fix previous change.
7643
7644 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
7645 and default-indicate-buffer-boundaries from here.
7646 (Usual Display): To here.
7647 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
7648 (Usual Display): Move tab-width up.
7649
5dcb4c4e
SM
7650 * customize.texi (Variable Definitions):
7651 Replace show-paren-mode example with tooltip-mode.
b8d4c8d0
GM
7652 (Simple Types, Composite Types, Defining New Types):
7653 Minor cleanups.
7654
76552004-11-21 Jesper Harder <harder@ifa.au.dk>
7656
7657 * processes.texi (Synchronous Processes, Output from Processes):
7658 Markup fix.
7659
76602004-11-20 Richard M. Stallman <rms@gnu.org>
7661
7662 * positions.texi (Skipping Characters): skip-chars-forward
7663 now handles char classes.
7664
7665 * intro.texi (Printing Notation): Avoid confusion of `print'
7666 when explaining @print.
7667
7668 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
7669
7670 * display.texi (Display Table Format): Minor fix.
7671
7672 * streams.texi (Output Functions): Fix print example.
7673
7674 * Makefile.in (elisp): New target.
7675 (dist): Depend on $(infodir)/elisp, not elisp.
7676 Copy the info files from $(infodir).
7677
7678 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
7679 read-from-minibuffer.
7680
7681 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
7682
76832004-11-19 Richard M. Stallman <rms@gnu.org>
7684
7685 * searching.texi (Regexp Search): Add search-whitespace-regexp.
7686
76872004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
7688
7689 * tips.texi (Coding Conventions): Fix typo.
7690
76912004-11-16 Richard M. Stallman <rms@gnu.org>
7692
7693 * tips.texi (Coding Conventions): Separate defvar and require
7694 methods to avoid warnings. Use require only when there are many
7695 functions and variables from that package.
7696
7697 * minibuf.texi (Minibuffer Completion): When ignoring case,
7698 predicate must not be case-sensitive.
7699
7700 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
7701 (Test Coverage): Don't talk about "splotches". Clarified.
7702
77032004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
7704
7705 * frames.texi (Window Frame Parameters): Fix typo.
7706
77072004-11-15 Kim F. Storm <storm@cua.dk>
7708
7709 * symbols.texi (Other Plists): Note that plist-get may signal error.
7710 Add safe-plist-get.
7711
77122004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
7713
7714 * modes.texi (Font Lock Basics): Fix typo.
7715
77162004-11-08 Richard M. Stallman <rms@gnu.org>
7717
7718 * syntax.texi (Syntax Table Functions): Add syntax-after.
7719
77202004-11-06 Lars Brinkhoff <lars@nocrew.org>
7721
7722 * os.texi (Processor Run Time): New section documenting
7723 get-internal-run-time.
7724
77252004-11-06 Eli Zaretskii <eliz@gnu.org>
7726
7727 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
7728 it nukes elisp-cover.texi.
7729 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
7730 elisp-0 etc.
7731
77322004-11-05 Luc Teirlinck <teirllm@auburn.edu>
7733
7734 * commands.texi (Keyboard Macros): Document `append' return value
7735 of `defining-kbd-macro'.
7736
77372004-11-01 Richard M. Stallman <rms@gnu.org>
7738
7739 * commands.texi (Interactive Call): Add called-interactively-p.
7740
77412004-10-29 Simon Josefsson <jas@extundo.com>
7742
7743 * minibuf.texi (Reading a Password): Revert.
7744
77452004-10-28 Richard M. Stallman <rms@gnu.org>
7746
7747 * frames.texi (Display Feature Testing): Explain about "vendor".
7748
77492004-10-27 Richard M. Stallman <rms@gnu.org>
7750
7751 * commands.texi (Interactive Codes): `N' uses numeric prefix,
7752 not raw. Clarify `n'.
7753 (Interactive Call): Rewrite interactive-p, focusing on when
7754 and how to use it.
7755 (Misc Events): Clarify previous change.
7756
7757 * advice.texi (Simple Advice): Clarify what job the example does.
7758 (Around-Advice): Clarify ad-do-it.
7759 (Activation of Advice): An option of ad-default-compilation-action
7760 is `never', not `nil'.
7761
77622004-10-26 Kim F. Storm <storm@cua.dk>
7763
7764 * commands.texi (Interactive Codes): Add U code letter.
7765
77662004-10-25 Simon Josefsson <jas@extundo.com>
7767
7768 * minibuf.texi (Reading a Password): Add.
7769
77702004-10-24 Jason Rumney <jasonr@gnu.org>
7771
7772 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
7773 and wheel-down.
7774
77752004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
7776
7777 * processes.texi (Synchronous Processes): Document process-file.
7778
77792004-10-22 Kenichi Handa <handa@m17n.org>
7780
7781 * text.texi (translate-region): Document that it accepts also a
7782 char-table.
7783
77842004-10-22 David Ponce <david@dponce.com>
7785
7786 * windows.texi (Resizing Windows): Document the `preserve-before'
7787 argument of the functions `enlarge-window' and `shrink-window'.
7788
77892004-10-19 Jason Rumney <jasonr@gnu.org>
7790
7791 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
7792
77932004-10-09 Luc Teirlinck <teirllm@auburn.edu>
7794
7795 * text.texi (Filling): Add anchor for definition of
7796 `sentence-end-double-space'.
7797
7798 * searching.texi (Regexp Example): Update description of how
7799 Emacs currently recognizes the end of a sentence.
7800 (Standard Regexps): Update definition of the variable
7801 `sentence-end'. Add definition of the function `sentence-end'.
7802
78032004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
7804
7805 * display.texi (Progress): New node.
7806
78072004-10-05 Kim F. Storm <storm@cua.dk>
7808
7809 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
7810
78112004-09-29 Kim F. Storm <storm@cua.dk>
7812
7813 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
7814 to identify bitmaps. Remove -fringe-bitmap suffix for standard
7815 fringe bitmap symbols, as they now have their own namespace.
7816 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
7817 vs. pixels. Signal error if no free bitmap slots.
7818 (Pixel Specification): Change IMAGE to @var{image}.
7819
78202004-09-28 Richard M. Stallman <rms@gnu.org>
7821
7822 * text.texi (Special Properties): Clarify line-spacing and line-height.
7823
7824 * searching.texi (Regexp Search): Add looking-back.
7825
78262004-09-25 Luc Teirlinck <teirllm@auburn.edu>
7827
7828 * display.texi: Correct typos.
7829 (Image Descriptors): Correct xref's.
7830
78312004-09-25 Richard M. Stallman <rms@gnu.org>
7832
7833 * text.texi (Special Properties): Cleanups in `cursor'.
7834 Rewrites in `line-height' and `line-spacing'; exchange them.
7835
7836 * display.texi (Fringes): Rewrite previous change.
7837 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
7838 (Display Fringe Bitmaps): Node deleted, text moved.
7839 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
7840 (Scroll Bars): Clarify set-window-scroll-bars.
7841 (Pointer Shape): Rewrite.
7842 (Specified Space): Clarify :align-to, etc.
7843 (Pixel Specification): Use @var. Clarify new text.
7844 (Other Display Specs): Clarify `slice'.
7845 (Image Descriptors): Cleanups.
7846 (Showing Images): Cleanups.
7847
78482004-09-24 Luc Teirlinck <teirllm@auburn.edu>
7849
7850 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
7851
7852 * modes.texi: Various minor changes in addition to:
7853 (Major Mode Conventions): Final call to `run-mode-hooks' should
7854 not be inside the `delay-mode-hooks' form.
7855 (Mode Hooks): New node.
7856 (Hooks): Delete obsolete example.
7857 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
7858 node "Mode Hooks".
7859
78602004-09-22 Luc Teirlinck <teirllm@auburn.edu>
7861
7862 * display.texi: Correct various typos.
7863 (Display): Rename node "Pointer Shapes" to "Pointer
7864 Shape". (There is already a node called "Pointer Shapes" in
7865 frames.texi.)
7866 (Images): Remove non-existent node "Image Slices" from menu.
7867
78682004-09-23 Kim F. Storm <storm@cua.dk>
7869
7870 * text.texi (Special Properties): Add `cursor', `pointer',
7871 `line-height', and `line-spacing' properties.
7872
7873 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
7874 Shapes' to menu.
7875 (Standard Faces): Doc fix for fringe face.
7876 (Fringes): Add `overflow-newline-into-fringe' and
7877 'indicate-buffer-boundaries'.
7878 (Fringe Bitmaps, Pointer Shapes): New nodes.
7879 (Display Property): Add 'Pixel Specification' and 'Display Fringe
7880 Bitmaps' to menu.
7881 (Specified Space): Describe pixel width and height.
7882 (Pixel Specification): New node.
7883 (Other Display Specs): Add `slice' property.
7884 (Display Fringe Bitmaps): New node.
7885 (Images): Add 'Image Slices' to menu.
7886 (Image Descriptors): Add `:pointer' and `:map' properties.
5dcb4c4e
SM
7887 (Showing Images): Add slice arg to `insert-image'.
7888 Add 'insert-sliced-image'.
b8d4c8d0
GM
7889
78902004-09-20 Richard M. Stallman <rms@gnu.org>
7891
7892 * commands.texi (Key Sequence Input):
7893 Clarify downcasing in read-key-sequence.
7894
78952004-09-08 Juri Linkov <juri@jurta.org>
7896
7897 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
7898
78992004-09-07 Luc Teirlinck <teirllm@auburn.edu>
7900
5dcb4c4e
SM
7901 * locals.texi (Standard Buffer-Local Variables):
7902 Add `buffer-auto-save-file-format'.
b8d4c8d0
GM
7903 * internals.texi (Buffer Internals): Describe new
7904 auto_save_file_format field of the buffer structure.
7905 * files.texi (Format Conversion): `auto-save-file-format' has been
7906 renamed `buffer-auto-save-file-format'.
7907
79082004-08-27 Luc Teirlinck <teirllm@auburn.edu>
7909
7910 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
7911 an integer or a marker.
7912 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
7913
79142004-08-22 Richard M. Stallman <rms@gnu.org>
7915
7916 * modes.texi (Major Mode Conventions): Discuss rebinding of
7917 standard key bindings.
7918
79192004-08-18 Kim F. Storm <storm@cua.dk>
7920
7921 * processes.texi (Accepting Output): Add `just-this-one' arg to
7922 `accept-process-output'.
7923 (Output from Processes): New var `process-adaptive-read-buffering'.
7924
79252004-08-10 Luc Teirlinck <teirllm@auburn.edu>
7926
7927 * keymaps.texi: Various changes in addition to:
7928 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
7929 Give more varied examples for `kbd'.
7930 (Creating Keymaps): Char tables have slots for all characters
7931 without modifiers.
7932 (Active Keymaps): `overriding-local-map' and
7933 `overriding-terminal-local-map' also override text property and
7934 overlay keymaps.
7935 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
7936 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
7937 to denote a prefix of no events.
7938 `map-keymap' includes parent's bindings _recursively_.
7939 Clarify and correct description of `where-is-internal'.
7940 Mention BUFFER-OR-NAME arg to `describe-bindings'.
7941 (Menu Example): For menus intended for use with the keyboard, the
7942 menu items should be bound to characters or real function keys.
7943
79442004-08-08 Luc Teirlinck <teirllm@auburn.edu>
7945
7946 * objects.texi (Character Type): Reposition `@anchor' to prevent
7947 double space inside sentence in Info.
7948
7949 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
7950 renamed to `disabled-command-function'.
7951 * commands.texi (Key Sequence Input): Remove unnecessary anchor.
7952 (Command Loop Info): Replace reference to it.
7953 (Disabling Commands): `disabled-command-hook' has been renamed to
7954 `disabled-command-function'.
7955
79562004-08-07 Luc Teirlinck <teirllm@auburn.edu>
7957
7958 * os.texi (Translating Input): Only non-prefix bindings in
7959 `key-translation-map' override actual key bindings. Warn about
7960 possible indirect effect of actual key bindings on non-prefix
7961 bindings in `key-translation-map'.
7962
79632004-08-06 Luc Teirlinck <teirllm@auburn.edu>
7964
7965 * minibuf.texi (High-Level Completion): Add anchor for definition
7966 of `read-variable'.
7967
7968 * commands.texi: Various changes in addition to:
7969 (Using Interactive): Clarify description of `interactive-form'.
7970 (Interactive Call): Mention default for KEYS argument to
7971 `call-interactively'.
7972 (Command Loop Info): Clarify description of `this-command-keys'.
7973 Mention KEEP-RECORD argument to `clear-this-command-keys'.
7974 Value of `last-event-frame' can be `macro'.
7975 (Repeat Events): `double-click-fuzz' is also used to distinguish
7976 clicks and drags.
7977 (Classifying Events): Clarify descriptions of `event-modifiers'
7978 `event-basic-type' and `event-convert-list'.
7979 (Accessing Events): `posn-timestamp' takes POSITION argument.
7980 (Quoted Character Input): Clarify description of
7981 `read-quoted-char' and fix example.
7982 (Quitting): Add `with-local-quit'.
7983 (Disabling Commands): Correct and clarify descriptions of
7984 `enable-command' and `disable-command'.
7985 Mention what happens if `disabled-command-hook' is nil.
7986 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
7987 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
7988
79892004-07-24 Luc Teirlinck <teirllm@auburn.edu>
7990
7991 * frames.texi: Various changes in addition to:
7992 (Creating Frames): Expand and clarify description of `make-frame'.
7993 (Window Frame Parameters): Either none or both of the `icon-left'
7994 and `icon-top' parameters must be specified. Put descriptions of
7995 `menu-bar-lines' and `toolbar-lines' closer together and change
7996 them accordingly.
7997 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
7998 except while processing `frame-title-format' or `icon-title-format'.
7999 (Deleting Frames): Correct description of `delete-frame'.
8000 Non-nil return values of `frame-live-p' are like those of `framep'.
8001 (Frames and Windows): Mention return value of
8002 `set-frame-selected-window'.
8003 (Visibility of Frames): Mention `force' argument to
8004 `make-frame-invisible'. `frame-visible-p' returns t for all
8005 frames on text-only terminals.
8006 (Frame Configurations): Restoring a frame configuration does not
8007 restore deleted frames.
8008 (Window System Selections): `x-set-selection' returns DATA.
8009 (Resources): Add example.
8010 (Display Feature Testing): Clarify descriptions of
8011 `display-pixel-height', `display-pixel-width', `x-server-version'
8012 and `x-server-vendor'.
8013
8014 * windows.texi (Choosing Window): Add anchor.
8015 * minibuf.texi (Minibuffer Misc): Add anchor.
8016
80172004-07-23 John Paul Wallington <jpw@gnu.org>
8018
8019 * macros.texi (Defining Macros): Declaration keyword for setting
8020 Edebug spec is `debug' not `edebug'.
8021
80222004-07-19 Luc Teirlinck <teirllm@auburn.edu>
8023
8024 * windows.texi: Various small changes in addition to:
8025 (Window Point): Mention return value of `set-window-point'.
8026 (Window Start): `pos-visible-in-window-p' disregards horizontal
8027 scrolling. Explain return value if PARTIALLY is non-nil.
8028 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
8029 and `set-window-vscroll'.
8030 (Size of Window): The argument WINDOW to `window-inside-edges',
8031 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
8032 (Resizing Windows): Explain return value of
8033 `shrink-window-if-larger-than-buffer'.
8034 `window-size-fixed' automatically becomes buffer local when set.
8035 (Window Configurations): Explain return value of
8036 `set-window-configuration'.
8037
8038 * minibuf.texi (Minibuffer Misc): Add anchor for
8039 `minibuffer-scroll-window'.
8040
8041 * positions.texi (Text Lines): Add anchor for `count-lines'.
8042
80432004-07-17 Richard M. Stallman <rms@gnu.org>
8044
8045 * display.texi (Overlay Properties): Adding `evaporate' prop
8046 deletes empty overlay immediately.
8047
8048 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
8049 fix example.
8050
80512004-07-16 Jim Blandy <jimb@redhat.com>
8052
8053 * searching.texi (Regexp Backslash): Document new \_< and \_>
8054 operators.
8055
80562004-07-16 Juanma Barranquero <lektu@terra.es>
8057
8058 * display.texi (Images): Fix Texinfo usage.
8059
80602004-07-14 Luc Teirlinck <teirllm@auburn.edu>
8061
8062 * buffers.texi (Modification Time): `visited-file-modtime' now
8063 returns a list of two integers, instead of a cons.
8064
80652004-07-13 Luc Teirlinck <teirllm@auburn.edu>
8066
8067 * windows.texi: Various changes in addition to:
8068 (Splitting Windows): Add `split-window-keep-point'.
8069
80702004-07-09 Richard M. Stallman <rms@gnu.org>
8071
8072 * frames.texi (Input Focus): Minor fix.
8073
80742004-07-07 Luc Teirlinck <teirllm@auburn.edu>
8075
8076 * frames.texi (Input Focus): Clarify descriptions of
8077 `select-frame-set-input-focus' and `select-frame'.
8078
80792004-07-06 Luc Teirlinck <teirllm@auburn.edu>
8080
8081 * os.texi: Various small changes in addition to:
8082 (Killing Emacs): Expand and clarify description of
8083 `kill-emacs-query-functions' and `kill-emacs-hook'.
8084 (System Environment): Expand and clarify description of `getenv'
8085 and `setenv'.
8086 (Timers): Clarify description of `run-at-time'.
8087 (Translating Input): Correct description of
8088 `extra-keyboard-modifiers'.
8089 (Flow Control): Correct description of `enable-flow-control'.
8090
80912004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
8092
8093 * os.texi: Update copyright.
8094 (Session Management): Grammar fix.
8095 Clarify which Emacs does the restarting.
8096 Use @samp for *scratch* buffer.
8097
80982004-07-04 Alan Mackenzie <acm@muc.de>
8099
8100 * frames.texi (Input Focus): Add documentation for
8101 `select-frame-set-input-focus'. Replace refs to non-existent
8102 `switch-frame' with `select-frame'. Minor corrections and tidying
8103 up of text-only terminal stuff.
8104
81052004-07-02 Richard M. Stallman <rms@gnu.org>
8106
8107 * files.texi (Saving Buffers): Cleanup write-contents-function.
8108 (Magic File Names): Cleanup file-remote-p.
8109
b344d29d 81102004-07-02 Kai Großjohann <kai@emptydomain.de>
b8d4c8d0
GM
8111
8112 * files.texi (Magic File Names): `file-remote-p' returns an
8113 identifier of the remote system, not just t.
8114
81152004-07-02 David Kastrup <dak@gnu.org>
8116
8117 * searching.texi (Entire Match Data): Add explanation about new
8118 match-data behavior when @var{integers} is non-nil.
8119
81202004-06-24 Richard M. Stallman <rms@gnu.org>
8121
8122 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
8123
8124 * customize.texi (Variable Definitions): Note about doc strings
8125 and :set.
8126
8127 * keymaps.texi (Keymap Terminology): Document `kbd'.
8128 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
8129
8130 * display.texi (Invisible Text): Setting buffer-invisibility-spec
8131 makes it buffer-local.
8132
8133 * files.texi (Saving Buffers): Correct previous change.
8134
8135 * commands.texi (Accessing Events):
8136 Clarify posn-col-row and posn-actual-col-row.
8137
81382004-06-24 David Ponce <david.ponce@wanadoo.fr>
8139
8140 * commands.texi (Accessing Events): New functions
8141 posn-at-point and posn-at-x-y. Add example to posn-x-y.
8142
81432004-06-23 Luc Teirlinck <teirllm@auburn.edu>
8144
8145 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
8146 * frames.texi, buffers.texi, backups.texi, variables.texi:
8147 * loading.texi, eval.texi, functions.texi, control.texi:
8148 * symbols.texi, minibuf.texi: Reposition @anchor's.
8149
8150 * help.texi: Various small changes in addition to the following.
8151 (Describing Characters): Describe PREFIX argument to
8152 `key-description'. Correct and clarify definition of
8153 `text-char-description'. Describe NEED-VECTOR argument to
8154 `read-kbd-macro'.
8155 (Help Functions): Clarify definition of `apropos'.
8156
81572004-06-23 Lars Hansen <larsh@math.ku.dk>
8158
8159 * files.texi (Saving Buffers): Correct description of
8160 `write-contents-functions'.
8161
81622004-06-21 Juanma Barranquero <lektu@terra.es>
8163
8164 * display.texi (Images): Remove redundant @vindex directives.
8165 Rewrite `image-library-alist' doc in active voice.
8166
81672004-06-14 Juanma Barranquero <lektu@terra.es>
8168
8169 * display.texi (Images): Document new delayed library loading,
8170 variable `image-library-alist' and (existing but undocumented)
8171 function `image-type-available-p'.
8172
81732004-06-05 Richard M. Stallman <rms@gnu.org>
8174
8175 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
8176 refer the user to the Initial Input node.
8177 (Text from Minibuffer): Likewise.
8178 (Initial Input): New node. Document this feature
8179 and say it is mostly deprecated.
8180
81812004-05-30 Richard M. Stallman <rms@gnu.org>
8182
8183 * loading.texi (Named Features): Clarify return value
8184 and meaning of NOERROR.
8185
8186 * variables.texi (File Local Variables): Minor cleanup.
8187
81882004-05-30 Michael Albinus <michael.albinus@gmx.de>
8189
8190 * files.texi (Magic File Names): Add `file-remote-p' as operation
8191 of file name handlers.
8192
81932004-05-29 Richard M. Stallman <rms@gnu.org>
8194
8195 * modes.texi (Minor Mode Conventions): (-) has no special meaning
8196 as arg to a minor mode command.
8197
81982004-05-22 Richard M. Stallman <rms@gnu.org>
8199
8200 * syntax.texi (Syntax Class Table): Word syntax not just for English.
8201
8202 * streams.texi (Output Variables): Doc float-output-format.
8203
8204 * searching.texi (Regexp Special): Nested repetition can be infloop.
8205
8206 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
8207 real stack overflow.
8208
8209 * compile.texi: Minor cleanups.
8210
82112004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
8212
8213 * lists.texi (Cons Cells): Explain dotted lists, true lists,
8214 circular lists.
8215 (List Elements): Explain handling of circular and dotted lists.
8216
82172004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
8218
8219 * modes.texi (Search-based Fontification): Fix typo.
8220
82212004-05-10 Juanma Barranquero <lektu@terra.es>
8222
8223 * modes.texi (Mode Line Variables): Fix description of
8224 global-mode-string, which is now after which-func-mode, not the
8225 buffer name.
8226
82272004-05-07 Lars Hansen <larsh@math.ku.dk>
8228
8229 * modes.texi (Desktop Save Mode): Add.
8230 (Modes): Add menu entry Desktop Save Mode.
8231
8232 * hooks.texi: Add desktop-after-read-hook,
8233 desktop-no-desktop-file-hook and desktop-save-hook.
8234
8235 * locals.texi: Add desktop-save-buffer.
8236
82372004-04-30 Jesper Harder <harder@ifa.au.dk>
8238
8239 * display.texi: emacs -> Emacs.
8240
82412004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
8242
8243 * files.texi (Changing Files): Document set-file-times.
8244
82452004-04-23 Juanma Barranquero <lektu@terra.es>
8246
8247 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
8248
82492004-04-18 Jesper Harder <harder@ifa.au.dk>
8250
8251 * tips.texi (Coding Conventions): defopt -> defcustom.
8252
82532004-04-16 Luc Teirlinck <teirllm@auburn.edu>
8254
8255 * sequences.texi: Various clarifications.
8256
82572004-04-14 Luc Teirlinck <teirllm@auburn.edu>
8258
8259 * buffers.texi (Read Only Buffers): Mention optional ARG to
8260 `toggle-read-only'.
8261
82622004-04-14 Nick Roberts <nick@nick.uklinux.net>
8263
8264 * windows.texi (Selecting Windows): Note that get-lru-window
8265 returns a full-width window if possible.
8266
82672004-04-13 Luc Teirlinck <teirllm@auburn.edu>
8268
8269 * buffers.texi: Various changes in addition to:
8270 (Buffer File Name): Add `find-buffer-visiting'.
8271 (Buffer Modification): Mention optional ARG to `not-modified'.
8272 (Indirect Buffers): Mention optional CLONE argument to
8273 `make-indirect-buffer'.
8274
8275 * files.texi: Various changes in addition to:
8276 (Visiting Functions): `find-file-hook' is now a normal hook.
8277 (File Name Expansion): Explain difference between the way that
8278 `expand-file-name' and `file-truename' treat `..'.
8279 (Contents of Directories): Mention optional ID-FORMAT argument to
8280 `directory-files-and-attributes'.
8281 (Format Conversion): Mention new optional CONFIRM argument to
8282 `format-write-file'.
8283
82842004-04-12 Miles Bader <miles@gnu.org>
8285
8286 * macros.texi (Expansion): Add description of `macroexpand-all'.
8287
82882004-04-05 Jesper Harder <harder@ifa.au.dk>
8289
5dcb4c4e
SM
8290 * variables.texi (Variable Aliases):
8291 Mention cyclic-variable-indirection.
b8d4c8d0
GM
8292
8293 * errors.texi (Standard Errors): Ditto.
8294
82952004-04-04 Luc Teirlinck <teirllm@auburn.edu>
8296
8297 * backups.texi: Various small changes in addition to:
8298 (Making Backups): Mention return value of `backup-buffer'.
8299 (Auto-Saving): Mention optional FORCE argument to
8300 `delete-auto-save-file-if-necessary'.
8301 (Reverting): Mention optional PRESERVE-MODES argument to
8302 `revert-buffer'. Correct description of `revert-buffer-function'.
8303
83042004-03-22 Juri Linkov <juri@jurta.org>
8305
8306 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
8307 with `Vector Functions'.
8308
8309 * text.texi (Sorting): Add missing quote.
8310
83112004-03-14 Luc Teirlinck <teirllm@auburn.edu>
8312
8313 * intro.texi (Lisp History): Replace xref to `cl' manual with
8314 inforef.
8315
83162004-03-12 Richard M. Stallman <rms@gnu.org>
8317
8318 * intro.texi (Version Info): Add arg to emacs-version.
8319 (Lisp History): Change xref to CL manual.
8320
83212004-03-09 Luc Teirlinck <teirllm@auburn.edu>
8322
8323 * minibuf.texi (Completion Commands): Add xref to Emacs manual
8324 for Partial Completion mode.
8325
83262004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
8327
8328 * customize.texi: Fix typo. Remove eol whitespace.
8329
83302004-03-04 Richard M. Stallman <rms@gnu.org>
8331
8332 * processes.texi: Fix typos.
8333
8334 * lists.texi (Building Lists): Minor clarification.
8335
8336 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
8337 in make-hash-table.
8338
83392004-02-29 Juanma Barranquero <lektu@terra.es>
8340
8341 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
8342 rm, and ignore exit code.
8343
83442004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
8345
8346 * display.texi (Defining Faces): Add description for min-colors.
8347 Update example.
8348
83492004-02-23 Luc Teirlinck <teirllm@auburn.edu>
8350
8351 * abbrevs.texi: Various corrections and clarifications in addition
8352 to the following:
8353 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
8354
83552004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
8356
8357 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
8358
83592004-02-21 Luc Teirlinck <teirllm@auburn.edu>
8360
8361 * text.texi: Various small changes in addition to the following:
8362 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
8363 to delete-horizontal-space.
8364 (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
8365 description of yank-handler text property at various places.
8366
8367 * frames.texi (Window System Selections): Add anchor.
8368
8369 * syntax.texi (Syntax Table Functions): Clarify and correct
8370 descriptions of make-syntax-table and copy-syntax-table.
8371 (Motion and Syntax): Clarify SYNTAXES argument to
8372 skip-syntax-forward.
8373 (Parsing Expressions): Mention that the return value of
8374 parse-partial-sexp is currently a list of ten rather than nine
8375 elements.
8376 (Categories): Various corrections and clarifications.
8377
83782004-02-17 Luc Teirlinck <teirllm@auburn.edu>
8379
8380 * markers.texi (Marker Insertion Types): Minor change.
8381
8382 * locals.texi (Standard Buffer-Local Variables):
8383 * commands.texi (Interactive Codes, Using Interactive):
8384 * functions.texi (Related Topics): Fix xrefs.
8385
83862004-02-16 Luc Teirlinck <teirllm@auburn.edu>
8387
8388 * lists.texi (Sets And Lists): Update description of delete-dups.
8389
83902004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
8391
8392 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
8393
c8763fb6 83942004-02-16 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
8395
8396 * frames.texi (Parameter Access): frame-parameters arg is optional.
8397 modify-frame-parameters handles nil for FRAME.
8398 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
8399 are all-or-nothing for certain toolkits.
8400 Mention parameter wait-for-wm.
8401 (Frames and Windows): In frame-first-window and frame-selected-window
8402 the arg is optional.
8403 (Input Focus): In redirect-frame-focus the second arg is optional.
8404 (Window System Selections): Mention selection type CLIPBOARD.
8405 Mention data-type UTF8_STRING.
8406 Mention numbering of cut buffers.
8407 (Resources): Describe x-resource-name.
8408
84092004-02-16 Richard M. Stallman <rms@gnu.org>
8410
8411 * windows.texi (Buffers and Windows): Delete false table
8412 about all-frames.
8413
8414 * syntax.texi (Parsing Expressions): Delete old caveat
8415 about parse-sexp-ignore-comments.
8416
8417 * streams.texi (Output Variables): Add print-quoted.
8418
8419 * lists.texi (Building Lists): Minor cleanup.
8420
8421 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
8422
8423 * display.texi (Overlays): Explain overlays use markers.
8424 (Managing Overlays): Explain front-advance and rear-advance
8425 in more detail.
8426
8427 * loading.texi (Unloading): Document unload-feature-special-hooks.
8428 Get rid of fns-NNN.el file.
8429
84302004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
8431
8432 * help.texi (Describing Characters): Fix text-char-description
8433 example output.
8434
8435 * edebug.texi (Using Edebug): Fix example.
8436
8437 * debugging.texi (Internals of Debugger): Fix return value.
8438
8439 * files.texi (Changing Files): Fix argname.
8440
8441 * calendar.texi: Fix parens, and default values.
8442
8443 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
8444 * nonascii.texi, objects.texi, os.texi: Minor fixes.
b3e755a9 8445 * searching.texi, text.texi, tips.texi, windows.texi: Minor fixes.
b8d4c8d0
GM
8446
8447 * positions.texi (Text Lines): Don't add -1 in current-line.
8448
84492004-02-16 Richard M. Stallman <rms@gnu.org>
8450
8451 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
8452
84532004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
8454
8455 * processes.texi (Low-Level Network): Fix a typo.
8456
84572004-02-12 Kim F. Storm <storm@cua.dk>
8458
8459 * display.texi (Fringes): Use consistent wording.
8460 Note that window-fringe's window arg is optional.
8461 (Scroll Bars): Use consistent wording.
8462
84632004-02-11 Luc Teirlinck <teirllm@auburn.edu>
8464
8465 * tips.texi (Comment Tips): Document the new conventions for
8466 commenting out code.
8467
c8763fb6 84682004-02-07 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0 8469
5dcb4c4e 8470 * positions.texi (Text Lines): Add missing end defun.
b8d4c8d0
GM
8471
84722004-02-07 Kim F. Storm <storm@cua.dk>
8473
8474 * positions.texi (Text Lines): Add line-number-at-pos.
8475
84762004-02-06 John Paul Wallington <jpw@gnu.org>
8477
8478 * display.texi (Button Properties, Button Buffer Commands):
8479 mouse-2 invokes button, not down-mouse-1.
8480
84812004-02-04 Jason Rumney <jasonr@gnu.org>
8482
8483 * makefile.w32-in: Sync with Makefile.in changes.
8484
84852004-02-03 Luc Teirlinck <teirllm@auburn.edu>
8486
8487 * minibuf.texi (Text from Minibuffer): Various corrections and
8488 clarifications.
8489 (Object from Minibuffer): Correct Lisp description of
8490 read-minibuffer.
8491 (Minibuffer History): Clarify description of cons values for
8492 HISTORY arguments.
5dcb4c4e
SM
8493 (Basic Completion): Various corrections and clarifications.
8494 Add completion-regexp-list.
b8d4c8d0
GM
8495 (Minibuffer Completion): Correct and clarify description of
8496 completing-read.
5dcb4c4e
SM
8497 (Completion Commands): Mention Partial Completion mode.
8498 Various other minor changes.
b8d4c8d0
GM
8499 (High-Level Completion): Various corrections and clarifications.
8500 (Reading File Names): Ditto.
8501 (Minibuffer Misc): Ditto.
8502
85032004-01-26 Luc Teirlinck <teirllm@auburn.edu>
8504
8505 * strings.texi (Text Comparison): assoc-string also matches
8506 elements of alists that are strings instead of conses.
8507 (Formatting Strings): Standardize Texinfo usage. Update index
8508 entries.
8509
85102004-01-20 Luc Teirlinck <teirllm@auburn.edu>
8511
8512 * lists.texi (Sets And Lists): Add delete-dups.
8513
85142004-01-15 Luc Teirlinck <teirllm@auburn.edu>
8515
8516 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
8517 special form.
8518 * macros.texi (Defining Macros): Update description of `declare',
8519 which now is a macro.
8520 (Wrong Time): Fix typos.
8521
85222004-01-14 Luc Teirlinck <teirllm@auburn.edu>
8523
8524 * compile.texi (Compilation Functions): Expand descriptions of
8525 `compile-defun', `byte-compile-file', `byte-recompile-directory'
8526 and `batch-byte-compile'. In particular, mention and describe
8527 all optional arguments.
8528 (Disassembly): Correct and clarify the description of `disassemble'.
8529
85302004-01-11 Luc Teirlinck <teirllm@auburn.edu>
8531
8532 * searching.texi: Various small changes in addition to the
8533 following.
8534 (Regexp Example): Adapt to new value of `sentence-end'.
8535 (Regexp Functions): The PAREN argument to `regexp-opt' can be
8536 `words'.
8537 (Search and Replace): Add usage note for `perform-replace'.
8538 (Entire Match Data): Mention INTEGERS and REUSE arguments to
8539 `match-data'.
8540 (Standard Regexps): Update for new values of `paragraph-start'
8541 and `sentence-end'.
8542
85432004-01-07 Luc Teirlinck <teirllm@auburn.edu>
8544
8545 * files.texi (Saving Buffers): Clarify descriptions of
8546 `write-contents-functions' and `before-save-hook'.
8547 Make the defvar's for `before-save-hook' and `after-save-hook'
8548 into defopt's.
8549
85502004-01-07 Kim F. Storm <storm@cua.dk>
8551
8552 * commands.texi (Click Events): Describe new image and
8553 width/height elements of click events.
8554 (Accessing Events): Add posn-string, posn-image, and
8555 posn-object-width-height. Change posn-object to return either
8556 image or string object.
8557
85582004-01-01 Simon Josefsson <jas@extundo.com>
8559
8560 * hooks.texi (Standard Hooks): Add before-save-hook.
8561 * files.texi (Saving Buffers): Likewise.
8562
85632004-01-03 Richard M. Stallman <rms@gnu.org>
8564
8565 * frames.texi (Frames and Windows): Delete frame-root-window.
8566
85672004-01-03 Luc Teirlinck <teirllm@auburn.edu>
8568
8569 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
8570
8571 * functions.texi: Various small changes in addition to the
8572 following.
5dcb4c4e
SM
8573 (What Is a Function): `functionp' returns nil for macros.
8574 Clarify behavior of this and following functions for symbol arguments.
b8d4c8d0
GM
8575 (Function Documentation): Add `\' in front of (fn @var{arglist})
8576 and explain why.
8577 (Defining Functions): Mention DOCSTRING argument to `defalias'.
8578 Add anchor.
8579 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
8580
85812004-01-01 Miles Bader <miles@gnu.org>
8582
8583 * display.texi (Buttons): New section.
8584
85852003-12-31 Andreas Schwab <schwab@suse.de>
8586
8587 * numbers.texi (Math Functions): sqrt reports a domain-error
8588 error.
8589 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
8590
85912003-12-30 Luc Teirlinck <teirllm@auburn.edu>
8592
8593 * tips.texi (Documentation Tips): Update item on hyperlinks in
8594 documentation strings.
8595
8596 * errors.texi (Standard Errors): Various small corrections and
8597 additions.
8598
8599 * control.texi: Various small changes in addition to the
8600 following.
8601 (Signaling Errors): Provide some more details on how `signal'
8602 constructs the error message. Add anchor to the definition of
8603 `signal'.
8604 (Error Symbols): Describe special treatment of `quit'.
8605 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
8606 to emphasize that it has to be a single form.
8607
8608 * buffers.texi: Add anchor.
8609
86102003-12-29 Richard M. Stallman <rms@gnu.org>
8611
8612 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
8613 (Window Configurations): Add window-configuration-frame.
8614
8615 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
8616
8617 * text.texi (Examining Properties): Add get-char-property-and-overlay.
8618 Change arg name in get-char-property.
8619 (Special Properties): Update handling of keymap property.
8620
8621 * strings.texi (Modifying Strings): Add clear-string.
8622 (Text Comparison): Add assoc-string and remove
8623 assoc-ignore-case, assoc-ignore-representation.
8624
8625 * os.texi (Time of Day): Add set-time-zone-rule.
8626
8627 * numbers.texi (Math Functions): asin, acos, log, log10
8628 report domain-error errors.
8629
8630 * nonascii.texi (Converting Representations):
8631 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
8632 (Encoding and I/O): Add file-name-coding-system.
8633
8634 * modes.texi (Search-based Fontification): Explain that
8635 face specs are symbols with face names as values.
8636
8637 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
8638
8639 * lists.texi (Building Lists): remq moved elsewhere.
8640 (Sets And Lists): remq moved here.
8641 (Association Lists): Refer to assoc-string.
8642
8643 * internals.texi (Garbage Collection): Add memory-use-counts.
8644
8645 * frames.texi (Frames and Windows): Add set-frame-selected-window
8646 and frame-root-window.
8647
8648 * files.texi (Contents of Directories):
8649 Add directory-files-and-attributes.
8650
8651 * display.texi (Refresh Screen): Add force-window-update.
8652 (Invisible Text): Explain about moving point out of invis text.
8653 (Overlay Properties): Add overlay-properties.
8654 (Managing Overlays): Add overlayp.
8655 (GIF Images): Invalid image number displays a hollow box.
8656
8657 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
8658 (Killing Buffers): Add buffer-live-p.
8659
86602003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
8661
8662 * display.texi (Fringes): Fix typo "set-buffer-window".
8663
86642003-12-24 Luc Teirlinck <teirllm@auburn.edu>
8665
8666 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
8667 * nonascii.texi, processes.texi, tips.texi, variables.texi:
8668 Add or change various xrefs and anchors.
8669
8670 * commands.texi: Replace all occurrences of @acronym{CAR} with
8671 @sc{car}, for consistency with the rest of the Elisp manual.
8672 `car' and `cdr' are historically acronyms, but are no longer
8673 widely thought of as such.
8674
8675 * internals.texi (Pure Storage): Mention that `purecopy' does not
8676 copy text properties.
8677 (Object Internals): Now 29 bits are used (in most implementations)
8678 to address Lisp objects.
8679
8680 * variables.texi (Variables with Restricted Values): New node.
8681
8682 * objects.texi (Lisp Data Types): Mention that certain variables
8683 can only take on a restricted set of values and add an xref to
8684 the new node "Variables with Restricted Values".
8685
8686 * eval.texi (Function Indirection): Describe the errors that
8687 `indirect-function' can signal.
8688 (Eval): Clarify the descriptions of `eval-region' and `values'.
8689 Describe `eval-buffer' instead of `eval-current-buffer' and
8690 mention `eval-current-buffer' as an alias for `current-buffer'.
8691 Correct the description and mention all optional arguments.
8692
8693 * nonascii.texi: Various small changes in addition to the
8694 following.
8695 (Converting Representations): Clarify behavior of
8696 `string-make-multibyte' and `string-to-multibyte' for unibyte all
8697 ASCII arguments.
8698 (Character Sets): Document the variable `charset-list' and adapt
8699 the definition of the function `charset-list' accordingly.
8700 (Translation of Characters): Clarify use of generic characters in
8701 `make-translation-table'. Clarify and correct the description of
8702 the use of translation tables in encoding and decoding.
8703 (User-Chosen Coding Systems): Correct and clarify the description
8704 of `select-safe-coding-system'.
8705 (Default Coding Systems): Clarify description of
8706 `file-coding-system-alist'.
8707
87082003-11-30 Luc Teirlinck <teirllm@auburn.edu>
8709
8710 * strings.texi (Text Comparison): Correctly describe when two
8711 strings are `equal'. Combine and clarify descriptions of
8712 `assoc-ignore-case' and `assoc-ignore-representation'.
8713
8714 * objects.texi (Non-ASCII in Strings): Clarify description of
8715 when a string is unibyte or multibyte.
8716 (Bool-Vector Type): Update examples.
8717 (Equality Predicates): Correctly describe when two strings are
8718 `equal'.
8719
87202003-11-29 Luc Teirlinck <teirllm@auburn.edu>
8721
8722 * lists.texi (Building Lists): `append' no longer accepts integer
8723 arguments. Update the description of `number-sequence' to reflect
8724 recent changes.
8725 (Sets And Lists): Describe `member-ignore-case' after `member'.
8726
87272003-11-27 Kim F. Storm <storm@cua.dk>
8728
8729 * commands.texi (Click Events): Click object may be an images.
8730 Describe (dx . dy) element of click positions.
8731 (Accessing Events): Remove duplicate posn-timestamp.
8732 New functions posn-object and posn-object-x-y.
8733
87342003-11-23 Kim F. Storm <storm@cua.dk>
8735
8736 * commands.texi (Click Events): Describe enhancements to event
8737 position lists, including new text-pos and (col . row) items.
8738 Mention left-fringe and right-fringe area events.
8739 (Accessing Events): New functions posn-area and
8740 posn-actual-col-row. Mention posn-timestamp. Mention that
8741 posn-point in non-text area still returns buffer position.
8742 Clarify posn-col-row.
8743
87442003-11-21 Lars Hansen <larsh@math.ku.dk>
8745
8746 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
8747 * anti.texi (File Attributes): Describe removed parameter
8748 ID-FORMAT.
8749
87502003-11-20 Luc Teirlinck <teirllm@auburn.edu>
8751
8752 * positions.texi (Positions): Mention that, if a marker is used as
8753 a position, its buffer is ignored.
8754
8755 * markers.texi (Overview of Markers): Mention it here too.
8756
87572003-11-12 Luc Teirlinck <teirllm@auburn.edu>
8758
8759 * numbers.texi (Numeric Conversions): Not just `floor', but also
8760 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
8761
87622003-11-10 Luc Teirlinck <teirllm@auburn.edu>
8763
8764 * markers.texi (Creating Markers): Specify insertion type of
8765 created markers. Add xref to `Marker Insertion Types'.
8766 Second argument to `copy-marker' is optional.
8767 (Marker Insertion Types): Mention that most markers are created
8768 with insertion type nil.
8769 (The Mark): Correctly describe when `mark' signals an error.
8770 (The Region): Correctly describe when `region-beginning' and
8771 `region-end' signal an error.
8772
87732003-11-08 Luc Teirlinck <teirllm@auburn.edu>
8774
8775 * hash.texi (Creating Hash): Clarify description of `eql'.
8776 `makehash' is obsolete.
8777 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
8778
8779 * positions.texi (Point): Change description of `buffer-end', so
8780 that it is also correct for floating point arguments.
8781 (List Motion): Correct argument lists of `beginning-of-defun' and
8782 `end-of-defun'.
8783 (Excursions): Add xref to `Marker Insertion Types'.
8784 (Narrowing): Argument to `narrow-to-page' is optional.
8785
87862003-11-06 Luc Teirlinck <teirllm@auburn.edu>
8787
8788 * streams.texi (Output Streams): Clarify behavior of point for
8789 marker output streams.
8790
87912003-11-04 Luc Teirlinck <teirllm@auburn.edu>
8792
8793 * variables.texi (Defining Variables): Second argument to
8794 `defconst' is not optional.
8795 (Setting Variables): Mention optional argument APPEND to
8796 `add-to-list'.
8797 (Creating Buffer-Local): Expand description of
8798 `make-variable-buffer-local'.
8799 (Frame-Local Variables): Expand description of
8800 `make-variable-frame-local'.
8801 (Variable Aliases): Correct description of optional argument
8802 DOCSTRING to `defvaralias'. Mention return value of
8803 `defvaralias'.
8804 (File Local Variables): Add xref to `File variables' in Emacs
8805 Manual. Correct description of `hack-local-variables'. Mention
8806 `safe-local-variable' property. Mention optional second argument
8807 to `risky-local-variable-p'.
8808
88092003-11-03 Luc Teirlinck <teirllm@auburn.edu>
8810
8811 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
8812
88132003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
8814
8815 * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
8816 lispref/customize.texi, lispref/display.texi, lispref/files.texi,
8817 lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
8818 lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
8819 lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
8820 lispref/processes.texi, lispref/searching.texi,
8821 lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
8822 lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
8823 @acronym{FOO}.
8824
88252003-10-27 Luc Teirlinck <teirllm@auburn.edu>
8826
8827 * strings.texi (Creating Strings): Argument START to `substring'
8828 can not be `nil'. Expand description of
8829 `substring-no-properties'. Correct description of `split-string',
8830 especially with respect to empty matches. Prevent very bad line
8831 break in definition of `split-string-default-separators'.
8832 (Text Comparison): `string=' and `string<' also accept symbols as
8833 arguments.
8834 (String Conversion): More completely describe argument BASE in
8835 `string-to-number'.
8836 (Formatting Strings): `%s' and `%S' in `format' do require
8837 corresponding object. Clarify behavior of numeric prefix after
8838 `%' in `format'.
8839 (Case Conversion): The argument to `upcase-initials' can be a
8840 character.
8841
88422003-10-27 Kenichi Handa <handa@m17n.org>
8843
8844 * display.texi (Fontsets): Fix texinfo usage.
8845
88462003-10-25 Kenichi Handa <handa@m17n.org>
8847
8848 * display.texi (Fontsets): Add description of the function
8849 set-fontset-font.
8850
88512003-10-23 Luc Teirlinck <teirllm@auburn.edu>
8852
8853 * display.texi (Temporary Displays): Add xref to `Documentation
8854 Tips'.
8855
8856 * functions.texi (Function Safety): Use inforef instead of pxref
8857 for SES.
8858
88592003-10-23 Andreas Schwab <schwab@suse.de>
8860
8861 * Makefile.in (TEX, texinputdir): Don't define.
8862 (TEXI2DVI): Define.
8863 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
8864 add $(srcdir)/index.texi.
8865 ($(infodir)/elisp): Remove index.texi dependency.
8866 (elisp.dvi): Likewise. Use $(TEXI2DVI).
8867 (index.texi): Remove target.
8868 (dist): Don't link $(srcdir)/permute-index.
8869 (clean): Don't remove index.texi.
8870
8871 * permute-index, index.perm: Remove.
8872 * index.texi: Rename from index.unperm.
8873
88742003-10-22 Luc Teirlinck <teirllm@auburn.edu>
8875
8876 * tips.texi (Documentation Tips): Document new behavior for face
8877 and variable hyperlinks in Help mode.
8878
88792003-10-21 Luc Teirlinck <teirllm@auburn.edu>
8880
8881 * objects.texi (Integer Type): Update for extra bit of integer range.
8882 (Character Type): Ditto.
8883
88842003-10-16 Eli Zaretskii <eliz@gnu.org>
8885
8886 * numbers.texi (Integer Basics): Add index entries for reading
8887 numbers in hex, octal, and binary.
8888
88892003-10-16 Lute Kamstra <lute@gnu.org>
8890
8891 * modes.texi (Mode Line Format): Mention force-mode-line-update's
8892 argument.
8893
88942003-10-13 Luc Teirlinck <teirllm@auburn.edu>
8895
8896 * windows.texi (Choosing Window): Fix typo.
8897 * edebug.texi (Edebug Execution Modes): Fix typo.
8898
88992003-10-13 Richard M. Stallman <rms@gnu.org>
8900
8901 * windows.texi (Basic Windows): A window has fringe settings,
8902 display margins and scroll-bar settings.
8903 (Splitting Windows): Doc split-window return value.
8904 Clean up one-window-p.
8905 (Selecting Windows): Fix typo.
8906 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
8907 (Buffers and Windows): In set-window-buffer, explain effect
8908 on fringe settings and scroll bar settings.
8909 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
8910 (Choosing Window): Use defopt for pop-up-frame-function.
8911 For special-display-buffer-names, explain same-window and same-frame.
8912 Clarify window-dedicated-p return value.
8913 (Textual Scrolling): scroll-up and scroll-down can get an error.
8914 (Horizontal Scrolling): Clarify auto-hscroll-mode.
8915 Clarify set-window-hscroll.
8916 (Size of Window): Don't mention tool bar in window-height.
8917 (Coordinates and Windows): Explain what coordinates-in-window-p
8918 returns for fringes and display margins.
8919 (Window Configurations): Explain saving fringes, etc.
8920
8921 * tips.texi (Library Headers): Clean up Documentation.
8922
8923 * syntax.texi (Parsing Expressions): Clean up forward-comment
8924 and parse-sexp-lookup-properties.
8925
8926 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
8927
8928 * os.texi (System Environment): Clean up text for load-average errors.
8929
8930 * modes.texi (Hooks): Don't explain local hook details at front.
8931 Clarify run-hooks and run-hook-with-args a little.
8932 Clean up add-hook and remove-hook.
8933
8934 * edebug.texi (Edebug Execution Modes): Clarify t.
8935 Document edebug-sit-for-seconds.
8936 (Coverage Testing): Document C-x X = and =.
8937 (Instrumenting Macro Calls): Fix typo.
8938 (Specification List): Don't index the specification keywords.
8939
89402003-10-10 Kim F. Storm <storm@cua.dk>
8941
8942 * processes.texi (Network): Introduce make-network-process.
8943
89442003-10-09 Luc Teirlinck <teirllm@auburn.edu>
8945
8946 * tips.texi (Library Headers): Fix typo.
8947
89482003-10-07 Juri Linkov <juri@jurta.org>
8949
8950 * modes.texi (Imenu): Mention imenu-create-index-function's
8951 default value. Explain submenus better.
8952
89532003-10-07 Lute Kamstra <lute@gnu.org>
8954
8955 * modes.texi (Faces for Font Lock): Fix typo.
8956 (Hooks): Explain how buffer-local hook variables can refer to
8957 global hook variables.
8958 Various minor clarifications.
8959
89602003-10-06 Lute Kamstra <lute@gnu.org>
8961
8962 * tips.texi (Coding Conventions): Mention naming conventions for
8963 hooks.
8964
89652003-10-05 Luc Teirlinck <teirllm@auburn.edu>
8966
8967 * loading.texi (Library Search): Correct default value of
8968 load-suffixes.
8969 (Named Features): Fix typo.
8970
89712003-10-05 Richard M. Stallman <rms@gnu.org>
8972
8973 * loading.texi (Named Features): In `provide',
8974 say how to test for subfeatures.
8975 (Unloading): In unload-feature, use new var name
8976 unload-feature-special-hooks.
8977
89782003-10-03 Lute Kamstra <lute@gnu.org>
8979
8980 * modes.texi (Major Mode Conventions): Mention third way to set up
8981 Imenu.
8982 (Imenu): A number of small fixes.
8983 Delete documentation of internal variable imenu--index-alist.
8984 Document the return value format of imenu-create-index-function
8985 functions.
8986
89872003-09-30 Richard M. Stallman <rms@gnu.org>
8988
8989 * processes.texi (Network): Say what stopped datagram connections do.
8990
8991 * lists.texi (Association Lists): Clarify `assq-delete-all'.
8992
8993 * display.texi (Overlay Properties): Clarify `evaporate' property.
8994
89952003-09-29 Lute Kamstra <lute@gnu.org>
8996
8997 * modes.texi (Mode Line Data): Explain when symbols in mode-line
8998 constructs should be marked as risky.
8999 Change cons cell into proper list.
9000 (Mode Line Variables): Change cons cell into proper list.
9001
90022003-09-26 Lute Kamstra <lute@gnu.org>
9003
9004 * modes.texi (Mode Line Data): Document the :propertize construct.
9005 (Mode Line Variables): Reorder the descriptions of the variables
9006 to match their order in the default mode-line-format.
9007 Describe the new variables mode-line-position and mode-line-modes.
9008 Update the default values of mode-line-frame-identification,
9009 minor-mode-alist, and default-mode-line-format.
9010 (Properties in Mode): Mention the :propertize construct.
9011
90122003-09-26 Richard M. Stallman <rms@gnu.org>
9013
9014 * buffers.texi, commands.texi, debugging.texi, eval.texi:
9015 * loading.texi, minibuf.texi, text.texi, variables.texi:
9016 Avoid @strong{Note:}.
9017
90182003-09-26 Richard M. Stallman <rms@gnu.org>
9019
9020 * keymaps.texi (Remapping Commands): Fix typo.
9021
90222003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
9023
9024 * processes.texi (Low-Level Network): Fix typo.
9025
90262003-09-23 Kim F. Storm <storm@cua.dk>
9027
9028 * processes.texi (Network, Network Servers): Fix typos.
9029 (Low-Level Network): Add timeout value for :server keyword.
9030 Add new option keywords to make-network-process.
9031 Add set-network-process-options.
9032 Explain how to test availability of network options.
9033
90342003-09-19 Richard M. Stallman <rms@gnu.org>
9035
9036 * text.texi (Motion by Indent): Arg to
9037 backward-to-indentation and forward-to-indentation is optional.
9038
9039 * strings.texi (Creating Strings): Add substring-no-properties.
9040
9041 * processes.texi
9042 (Process Information): Add list-processes arg QUERY-ONLY.
9043 Delete process-contact from here.
9044 Add new status values for process-status.
9045 Add process-get, process-put, process-plist, set-process-plist.
9046 (Synchronous Processes): Add call-process-shell-command.
9047 (Signals to Processes): signal-process allows process objects.
9048 (Network): Complete rewrite.
9049 (Network Servers, Datagrams, Low-Level Network): New nodes.
9050
9051 * positions.texi (Word Motion): forward-word, backward-word
9052 arg is optional. Reword.
9053
9054 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
9055
9056 * variables.texi (Creating Buffer-Local):
9057 Delete duplicate definition of buffer-local-value.
9058 (File Local Variables): Explain about discarding text props.
9059
90602003-09-11 Richard M. Stallman <rms@gnu.org>
9061
9062 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
9063 changes variables that record input events.
9064 (Minibuffer Misc): Add minibuffer-selected-window.
9065
9066 * lists.texi (Building Lists): Add copy-tree.
9067
9068 * display.texi (Fontsets): Add char-displayable-p.
9069 (Scroll Bars): New node.
9070
90712003-09-08 Lute Kamstra <lute@gnu.org>
9072
9073 * modes.texi (%-Constructs): Document new `%i' and `%I'
9074 constructs.
9075
90762003-09-03 Peter Runestig <peter@runestig.com>
9077
9078 * makefile.w32-in: New file.
9079
90802003-08-29 Richard M. Stallman <rms@gnu.org>
9081
9082 * display.texi (Overlay Properties): Clarify how priorities
9083 affect use of the properties.
9084
90852003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
9086
9087 * customize.texi (Type Keywords): Correct the description of
9088 `:help-echo' in the case where `motion-doc' is a function.
9089
90902003-08-14 John Paul Wallington <jpw@gnu.org>
9091
9092 * modes.texi (Emulating Mode Line): Subsection, not section.
9093
90942003-08-13 Richard M. Stallman <rms@gnu.org>
9095
9096 * elisp.texi (Top): Update subnode lists in menu.
9097
9098 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
9099 (Kill Functions): kill-region has new arg yank-handler.
9100 (Yanking): New node.
9101 (Yank Commands): Add yank-undo-function.
9102 (Low-Level Kill Ring):
9103 kill-new and kill-append have new arg yank-handler.
9104 (Changing Properties): Add remove-list-of-text-properties.
9105 (Atomic Changes): New node.
9106
9107 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
9108
9109 * streams.texi (Output Variables): Add eval-expression-print-length
9110 and eval-expression-print-level.
9111
9112 * os.texi (Time Conversion): For encode-time, explain limits on year.
9113
9114 * objects.texi (Character Type): Define anchor "modifier bits".
9115
9116 * modes.texi (Emulating Mode Line): New node.
9117 (Search-based Fontification): Font Lock uses font-lock-face property.
9118 (Other Font Lock Variables): Likewise.
9119
9120 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
9121 not vectors.
9122 (Active Keymaps): Add emulation-mode-map-alists.
9123 (Functions for Key Lookup): key-binding has new arg no-remap.
9124 (Remapping Commands): New node.
9125 (Scanning Keymaps): where-is-internal has new arg no-remap.
9126 (Tool Bar): Add tool-bar-local-item-from-menu.
9127 Clarify when to use tool-bar-add-item-from-menu.
9128
9129 * commands.texi (Interactive Call): commandp has new arg.
9130 (Command Loop Info): Add this-original-command.
9131
91322003-08-06 John Paul Wallington <jpw@gnu.org>
9133
9134 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
9135
9136 * display.texi (Warning Basics): Fix typo.
9137 (Fringes): Add closing curly bracket and fix typo.
9138
9139 * elisp.texi (Top): Fix typo.
9140
91412003-08-05 Richard M. Stallman <rms@gnu.org>
9142
9143 * elisp.texi: Update lists of subnodes.
9144
9145 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
9146
9147 * variables.texi (Local Variables): Use lc for example variable names.
9148
9149 * tips.texi (Library Headers): Explain where to put -*-.
9150
9151 * strings.texi (Creating Strings): Fix xref for vconcat.
9152
9153 * sequences.texi (Vector Functions):
9154 vconcat no longer allows integer args.
9155
9156 * minibuf.texi (Reading File Names): read-file-name has new
9157 arg PREDICATE. New function read-directory-name.
9158
c4cc8b9a 9159 * macros.texi (Defining Macros): Give definition of `declare'.
b8d4c8d0
GM
9160 (Indenting Macros): New node.
9161
9162 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
9163 (Window Frame Parameters): Make separate table of parameters
9164 that are coupled with specific face attributes.
9165 (Deleting Frames): delete-frame-hooks renamed to
9166 delete-frame-functions.
9167
9168 * files.texi (Magic File Names): Add file-remote-p.
9169 Clarify file-local-copy.
9170
9171 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
9172 here; instead xref Defining Macros.
9173
9174 * display.texi (Warnings): New node, and subnodes.
9175 (Fringes): New node.
9176
9177 * debugging.texi (Test Coverage): New node.
9178
9179 * compile.texi (Compiler Errors): Explain with-no-warnings
9180 and other ways to suppress warnings.
9181
9182 * commands.texi (Interactive Call): Minor clarification.
9183
9184 * buffers.texi (Buffer File Name): set-visited-file-name
9185 renames the buffer too.
9186
9187 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
9188
91892003-07-24 Markus Rost <rost@math.ohio-state.edu>
9190
9191 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
9192
91932003-07-22 Markus Rost <rost@math.ohio-state.edu>
9194
9195 * internals.texi (Garbage Collection): Fix previous change.
9196
91972003-07-22 Richard M. Stallman <rms@gnu.org>
9198
9199 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
9200
9201 * display.texi (Width): Use \s syntax in example.
9202 (Font Selection): Add face-font-rescale-alist.
9203
9204 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
9205 Remove spurious indent in example.
9206
9207 * lists.texi (Building Lists): Add number-sequence.
9208
9209 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
9210
9211 * functions.texi (Function Documentation): Explain how to
9212 show calling convention explicitly in the doc string.
9213
9214 * windows.texi (Selecting Windows): save-selected-window saves
9215 selected window of each frame.
9216 (Window Configurations): Minor change.
9217
9218 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
9219
9220 * streams.texi (Output Variables): Add print-continuous-numbering
9221 and print-number-table.
9222
9223 * processes.texi (Decoding Output): New node.
9224
9225 * os.texi (Time Conversion): decode-time arg is optional.
9226
9227 * objects.texi (Character Type): Don't use space as example for \.
9228 Make list of char names and \-sequences correspond.
9229 Explain that \s is not used in strings. `\ ' needs space after.
9230
9231 * nonascii.texi (Converting Representations): Add string-to-multibyte.
9232 (Translation of Characters): Add translation-table-for-input.
9233 (Default Coding Systems): Add auto-coding-functions.
9234 (Explicit Encoding): Add decode-coding-inserted-region.
9235 (Locales): Add locale-info.
9236
9237 * minibuf.texi (Basic Completion): Describe test-completion.
9238 Collections can be lists of strings.
9239 Clean up lazy-completion-table.
9240 (Programmed Completion): Mention test-completion.
9241 Clarify why lambda expressions are not accepted.
9242 (Minibuffer Misc): Describe minibufferp.
9243
92442003-07-14 Richard M. Stallman <rms@gnu.org>
9245
9246 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
9247
9248 * windows.texi (Selecting Windows): New arg to select-window.
9249 (Selecting Windows): Add with-selected-window.
9250 (Size of Window): Add window-inside-edges, etc.
9251
9252 * internals.texi (Garbage Collection): Add post-gc-hook.
9253
9254 * processes.texi (Subprocess Creation): Add exec-suffixes.
9255
9256 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
9257 (Scanning Keymaps): Add map-keymaps.
9258 (Defining Menus): Add keymap-prompt.
9259
9260 * numbers.texi (Integer Basics): Add most-positive-fixnum,
9261 most-negative-fixnum.
9262
c4cc8b9a 9263 * compile.texi (Byte Compilation): Explain no-byte-compile.
b8d4c8d0
GM
9264 (Compiler Errors): New node.
9265
9266 * os.texi (User Identification): user-uid, user-real-uid
9267 can return float.
9268
9269 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
9270 and about derived modes.
9271 (Minor Modes): Add minor-mode-list.
9272 (Defining Minor Modes): Keyword args for define-minor-mode.
9273 (Search-based Fontification): Explain managing other properties.
9274 (Other Font Lock Variables): Add font-lock-extra-managed-props.
183080b6 9275 (Faces for Font Lock): Add font-lock-preprocessor-face.
b8d4c8d0
GM
9276 (Hooks): Add run-mode-hooks and delay-mode-hooks.
9277
9278 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
9279 (Variable Aliases): Clarify defvaralias.
9280
9281 * loading.texi (Library Search): Add load-suffixes.
9282
9283 * minibuf.texi (Basic Completion): Add lazy-completion-table.
9284 (Programmed Completion): Add dynamic-completion-table.
9285
9286 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
9287 (Magic File Names): Specify precedence order of handlers.
9288
9289 * commands.texi (Command Overview): Emacs server runs pre-command-hook
9290 and post-command-hook.
9291 (Waiting): New calling convention for sit-for.
9292
9293 * text.texi (Special Properties): local-map and keymap properties
9294 apply based on their stickiness.
9295
92962003-07-07 Richard M. Stallman <rms@gnu.org>
9297
9298 * modes.texi (Minor Mode Conventions): Specify only some kinds
9299 of list values as args to minor modes.
9300
9301 * files.texi (File Name Expansion): Warn about iterative use
9302 of substitute-in-file-name.
9303
9304 * advice.texi (Activation of Advice): Clean up previous change.
9305
93062003-07-06 Markus Rost <rost@math.ohio-state.edu>
9307
9308 * advice.texi (Activation of Advice): Note that ad-start-advice is
9309 turned on by default.
9310
93112003-06-30 Richard M. Stallman <rms@gnu.org>
9312
9313 * text.texi (Buffer Contents): Document current-word.
9314 (Change Hooks): Not called for *Messages*.
9315
9316 * functions.texi (Defining Functions): Explain about redefining
9317 primitives.
f4e90db0 9318 (Function Safety): Rename. Minor changes.
b8d4c8d0
GM
9319 Comment out the detailed criteria for what is safe.
9320
93212003-06-22 Andreas Schwab <schwab@suse.de>
9322
9323 * objects.texi (Symbol Type): Fix description of examples.
9324
93252003-06-16 Andreas Schwab <schwab@suse.de>
9326
9327 * hash.texi (Creating Hash): Fix description of :weakness.
9328
c8763fb6 93292003-06-13 Kai Großjohann <kai.grossjohann@gmx.net>
b8d4c8d0
GM
9330
9331 * files.texi (Changing Files): copy-file copies file modes, too.
9332
93332003-05-28 Richard M. Stallman <rms@gnu.org>
9334
9335 * strings.texi (Creating Strings): Clarify split-string.
9336
93372003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
9338
9339 * strings.texi (Creating Strings): Update split-string specification
9340 and examples.
9341
93422003-05-19 Richard M. Stallman <rms@gnu.org>
9343
9344 * elisp.texi: Correct invariant section names.
9345
93462003-04-20 Richard M. Stallman <rms@gnu.org>
9347
9348 * os.texi (Timers): Explain about timers and quitting.
9349
93502003-04-19 Richard M. Stallman <rms@gnu.org>
9351
9352 * internals.texi (Writing Emacs Primitives): Strings are
9353 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
9354 Explain GCPRO convention for varargs function args.
9355
93562003-04-16 Richard M. Stallman <rms@gnu.org>
9357
9358 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
9359
93602003-04-08 Richard M. Stallman <rms@gnu.org>
9361
9362 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
9363
93642003-02-13 Kim F. Storm <storm@cua.dk>
9365
9366 * objects.texi (Character Type): New \s escape for space.
9367
93682003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
9369
5dcb4c4e 9370 * os.texi (System Environment): Add cygwin system-type.
b8d4c8d0
GM
9371
93722003-01-25 Richard M. Stallman <rms@gnu.org>
9373
9374 * keymaps.texi: Document that a symbol can act as a keymap.
9375
93762003-01-13 Richard M. Stallman <rms@gnu.org>
9377
9378 * text.texi (Changing Properties): Say string indices are origin-0.
9379
9380 * positions.texi (Screen Lines) <compute-motion>:
9381 Correct order of elts in return value.
9382
9383 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
9384 how to define a default binding.
9385
93862002-12-07 Markus Rost <rost@math.ohio-state.edu>
9387
9388 * loading.texi (Unloading): Fix recent change for load-history.
9389
9390 * customize.texi (Simple Types): Clarify description of custom
9391 type 'number. Describe new custom type 'float.
9392
93932002-12-04 Markus Rost <rost@math.ohio-state.edu>
9394
9395 * variables.texi (File Local Variables): Fix typo.
9396
c8763fb6 93972002-10-23 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
b8d4c8d0
GM
9398
9399 From Michael Albinus <Michael.Albinus@alcatel.de>.
9400
9401 * README: Target for Info file is `make info'.
9402
5dcb4c4e 9403 * files.texi (File Name Components): Fix typos in
b8d4c8d0
GM
9404 `file-name-sans-extension'.
9405 (Magic File Names): Complete list of operations for magic file
9406 name handlers.
9407
94082002-09-16 Jonathan Yavner <jyavner@engineer.com>
9409
9410 * variables.texi (File Local Variables): New function
9411 risky-local-variable-p.
9412
94132002-09-15 Jonathan Yavner <jyavner@engineer.com>
9414
9415 * functions.texi (Function safety): New node about unsafep.
9416
94172002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
9418
5dcb4c4e 9419 * customize.texi (Splicing into Lists): Fix example.
a86cd395 9420 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>.
b8d4c8d0
GM
9421
94222002-06-17 Juanma Barranquero <lektu@terra.es>
9423
9424 * frames.texi (Display Feature Testing): Fix typo.
9425
94262002-06-12 Andreas Schwab <schwab@suse.de>
9427
9428 * frames.texi (Initial Parameters, Resources): Fix references to
9429 the Emacs manual.
9430
94312002-05-13 Kim F. Storm <storm@cua.dk>
9432
9433 * variables.texi (Intro to Buffer-Local): Updated warning and
9434 example relating to changing buffer inside let.
9435
c8763fb6 94362002-03-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
9437
9438 * os.texi (Session Management): New node about X Session management.
9439
94402002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
9441
9442 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
9443 to which the manual corresponds, and the copyright years.
9444
9445 * Makefile.in (VERSION): Set to 2.9.
9446
94472001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
9448
9449 * elisp.texi: Change the category in @dircategory to "Emacs", to
9450 make it consistent with info/dir.
9451
94522001-11-25 Miles Bader <miles@gnu.org>
9453
9454 * text.texi (Fields): Describe new `limit' arg in
9455 field-beginning/field-end.
9456
94572001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
9458
5dcb4c4e
SM
9459 * permute-index: Don't depend on csh-specific features.
9460 Replace the interpreter name with /bin/sh.
b8d4c8d0
GM
9461
9462 * two-volume-cross-refs.txt: New file.
9463 * two.el: New file.
9464 * spellfile: New file.
9465
94662001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
9467
9468 * permute-index: New file.
9469
9470 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
9471 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
9472 8+3 restricted namespace.
9473
9474 * Makefile.in (infodir): Define relative to $(srcdir).
9475 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
9476 include directories list via -I switch to makeinfo.
9477 (index.texi): Use cp if both hard and symbolic links fail.
9478
94792001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
9480
9481 * Makefile.in (distclean): Add.
9482
9483 The following changes make ELisp manual part of the Emacs
9484 distribution:
9485
9486 * Makefile.in: Add Copyright notice.
9487 (prefix): Remove.
9488 (infodir): Change value to "../info".
9489 (VPATH): New variable.
9490 (MAKE): Don't define.
9491 (texmacrodir): Don't define.
9492 (texinputdir): Append the existing value of TEXINPUTS.
9493 ($(infodir)/elisp): Instead of just "elisp". Reformat the
9494 command to be compatible with man/Makefile.in, and to put the
9495 output into ../info.
9496 (info): Add target.
9497 (installall): Target removed.
9498
c8763fb6 94992001-10-31 Pavel Janík <Pavel@Janik.cz>
b8d4c8d0
GM
9500
9501 * tips.texi (Coding Conventions): Fix typo.
9502
95032001-10-23 Gerd Moellmann <gerd@gnu.org>
9504
9505 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
9506
95072001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
9508
9509 * files.texi (File Name Components): Update the description of
9510 file-name-sans-extension and file-name-extension, as they now
9511 ignore leading dots.
9512
95132001-10-20 Gerd Moellmann <gerd@gnu.org>
9514
9515 * (Version 21.1 released.)
9516
95172001-10-19 Miles Bader <miles@gnu.org>
9518
9519 * positions.texi (Text Lines): Describe behavior of
9520 `beginning-of-line'/`end-of-line' in the presence of field properties.
9521
95222001-10-17 Gerd Moellmann <gerd@gnu.org>
9523
9524 * Makefile.in (VERSION): Set to 2.8.
9525 (manual): Use `manual-21'.
9526
9527 * elisp.texi (VERSION): Add and use it where the version
9528 number was used. Set it to 2.8.
9529
9530 * intro.texi: Likewise.
9531
95322001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
9533
9534 * files.texi (File Name Completion): Document the significance of
9535 a trailing slash in elements of completion-ignored-extensions.
9536
95372001-10-06 Miles Bader <miles@gnu.org>
9538
9539 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
9540
95412001-10-04 Gerd Moellmann <gerd@gnu.org>
9542
9543 * variables.texi (Variable Aliases): New node.
9544
95452001-10-04 Gerd Moellmann <gerd@gnu.org>
9546
9547 * Branch for 21.1.
9548
95492001-10-02 Miles Bader <miles@gnu.org>
9550
9551 * minibuf.texi (Minibuffer Misc): Add entries for
9552 `minibuffer-contents', `minibuffer-contents-no-properties', and
9553 `delete-minibuffer-contents'.
9554 Correct description for `minibuffer-prompt-end'.
9555
9556 * text.texi (Property Search): Correct descriptions of
9557 `next-char-property-change' and `previous-char-property-change'.
9558 Add entries for `next-single-char-property-change' and
9559 `previous-single-char-property-change'.
9560 Make operand names a bit more consistent.
9561
95622001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
9563
9564 * frames.texi (Finding All Frames): Document that next-frame and
9565 previous-frame are local to current terminal.
9566
95672001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
9568
9569 * keymaps.texi (Creating Keymaps): Fix the description of the
9570 result of make-keymap.
9571
95722001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
9573
9574 * display.texi (Font Lookup, Attribute Functions)
9575 (Image Descriptors): Add cross-references to the definition of
9576 selected frame.
9577
9578 * buffers.texi (The Buffer List): Add cross-references to the
9579 definition of selected frame.
9580
9581 * frames.texi (Input Focus): Clarify which frame is _the_ selected
9582 frame at any given time.
9583 (Multiple Displays, Size and Position): Add a cross-reference to
9584 the definition of the selected frame.
9585
95862001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
9587
9588 * strings.texi (String Conversion) <string-to-number>: Document
9589 that a float is returned for integers that are too large.
9590
9591 * frames.texi (Mouse Position): Document mouse-position-function.
9592 (Display Feature Testing): Document display-images-p.
9593 (Window Frame Parameters): Document the cursor-type variable.
9594
9595 * numbers.texi (Integer Basics): Document CL style read syntax for
9596 integers in bases other than 10.
9597
5dcb4c4e
SM
9598 * positions.texi (List Motion):
9599 Document open-paren-in-column-0-is-defun-start.
b8d4c8d0
GM
9600
9601 * lists.texi (Sets And Lists): Document member-ignore-case.
9602
9603 * internals.texi (Garbage Collection): Document the used and free
9604 strings report.
9605 (Memory Usage): Document strings-consed.
9606
9607 * os.texi (Time of Day): Document float-time.
9608 (Recording Input): Document that clear-this-command-keys clears
9609 the vector to be returned by recent-keys.
9610
9611 * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
9612 argument keymap can be a list.
9613
9614 * nonascii.texi (User-Chosen Coding Systems)
9615 <select-safe-coding-system>: Document the new argument
9616 accept-default-p and the variable
9617 select-safe-coding-system-accept-default-p. Tell what happens if
9618 buffer-file-coding-system is undecided.
9619 (Default Coding Systems): Document auto-coding-regexp-alist.
9620
9621 * display.texi (The Echo Area) <message>: Document
9622 message-truncate-lines.
9623 (Glyphs): Document that the glyph table is unused on windowed
9624 displays.
9625
9626 * help.texi (Describing Characters) <single-key-description>:
9627 Document the new argument no-angles.
9628 (Accessing Documentation) <documentation-property>: Document that
9629 a non-string property is evaluated.
9630 <documentation>: Document that the function-documentation property
9631 is looked for.
9632
9633 * windows.texi (Selecting Windows): Document some-window.
9634
9635 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
9636
9637 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
9638 apropos-mode-hook.
9639
9640 * commands.texi (Using Interactive): Document interactive-form.
9641 (Keyboard Macros): Document kbd-macro-termination-hook.
9642 (Command Loop Info): Document that clear-this-command-keys clears
9643 the vector to be returned by recent-keys.
9644
96452001-09-04 Werner LEMBERG <wl@gnu.org>
9646
9647 * Makefile.in (srcdir, texinputdir): New variables.
9648 (srcs, index.texi, install): Use $(srcdir).
9649 (.PHONY): Remove elisp.dvi.
9650 (elisp): Use -I switch for makeinfo.
9651 (elisp.dvi): Use $(srcdir) and $(texinputdir).
9652 (installall, dist): Use $(srcdir).
9653 Fix path to texinfo.tex.
9654 (maintainer-clean): Add elisp.dvi and elisp.oaux.
9655
96562001-08-30 Gerd Moellmann <gerd@gnu.org>
9657
9658 * display.texi (Conditional Display): Adjust to API change.
9659
9660 * configure: New file.
9661
96622001-07-30 Gerd Moellmann <gerd@gnu.org>
9663
9664 * commands.texi (Repeat Events): Add description of
9665 double-click-fuzz.
9666
96672001-05-08 Stefan Monnier <monnier@cs.yale.edu>
9668
9669 * syntax.texi (Syntax Class Table): Add the missing designator for
9670 comment and string fences.
9671 (Syntax Properties): Add a xref to syntax table internals.
9672 (Syntax Table Internals): Document string-to-syntax.
9673
96742001-05-07 Gerd Moellmann <gerd@gnu.org>
9675
9676 * Makefile.in (install): Use install-info command line options
9677 like in Emacs' Makefile.in.
9678
96792000-12-09 Miles Bader <miles@gnu.org>
9680
9681 * windows.texi (Window Start): Update documentation for
9682 `pos-visible-in-window-p'.
9683
96842000-11-12 Stefan Monnier <monnier@cs.yale.edu>
9685
9686 * lists.texi (Building Lists): Add footnote to explain how to add
9687 to the end of a list.
9688
96892000-10-25 Gerd Moellmann <gerd@gnu.org>
9690
9691 * files.texi (Visiting Functions): Typos.
9692
96932000-10-25 Kenichi Handa <handa@etl.go.jp>
9694
9695 * files.texi (Visiting Functions): Return value of
9696 find-file-noselect may be a list of buffers if wildcards are used.
9697
96982000-10-24 Miles Bader <miles@lsi.nec.co.jp>
9699
9700 * display.texi (Defining Faces): Document `graphic' display type
9701 in face specs.
9702
b344d29d 97032000-10-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
b8d4c8d0
GM
9704
9705 * hooks.texi (Standard Hooks): Replace obsolete
9706 `after-make-frame-hook' with `after-make-frame-functions'.
9707
9708 * frames.texi (Creating Frames): Ditto.
9709
9710 * variables.texi (Future Local Variables): Ditto.
9711
97122000-10-16 Gerd Moellmann <gerd@gnu.org>
9713
9714 * display.texi (Other Image Types): Add description of :foreground
9715 and :background properties of mono PBM images.
9716
97172000-08-17 Werner LEMBERG <wl@gnu.org>
9718
9719 * .cvsignore: New file.
9720
97212000-01-05 Gerd Moellmann <gerd@gnu.org>
9722
9723 * tindex.pl: New script.
9724
97251999-12-03 Dave Love <fx@gnu.org>
9726
9727 * Makefile.in (MAKEINFO): New parameter.
9728
97291999-09-17 Richard Stallman <rms@gnu.org>
9730
9731 * Makefile.in (srcs): Add hash.texi.
9732 (VERSION): Update to 20.6.
9733
97341999-09-13 Richard Stallman <rms@gnu.org>
9735
9736 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
9737
97381998-08-29 Karl Heuer <kwzh@gnu.org>
9739
9740 * configure.in: New file.
9741 * Makefile.in: Renamed from Makefile.
9742 (prefix, infodir): Use value obtained from configure.
9743 (emacslibdir): Obsolete variable deleted.
9744 (dist): Distribute configure.in, configure, Makefile.in.
9745
97461998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
9747
9748 * Makefile (INSTALL_INFO): New variable.
9749 (install): Run install-info.
9750
97511998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
9752
9753 * Makefile (elisp.dvi): Add missing backslash.
9754
97551998-05-02 Richard Stallman <rms@psilocin.gnu.org>
9756
9757 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
9758 Run texindex without `./'. Always run texindex on elisp.tp.
9759 (elisp.tps): Target deleted.
9760
97611998-04-05 Richard Stallman <rms@psilocin.gnu.org>
9762
9763 * Makefile (srcs): Add nonascii.texi and customize.texi.
9764 (dist): Start by deleting `temp'.
9765
97661998-02-17 Richard Stallman <rms@psilocin.gnu.org>
9767
9768 * Makefile (makeinfo, texindex): Targets deleted.
9769 (makeinfo.o, texindex.o): Targets deleted.
9770 (clean, dist): Don't do anything with them or with getopt*.
9771
97721998-01-30 Richard Stallman <rms@psilocin.gnu.org>
9773
9774 * Makefile (SHELL): Defined.
9775
97761998-01-27 Richard Stallman <rms@psilocin.gnu.org>
9777
9778 * Makefile (elisp.tps): New target.
9779 (elisp.dvi): Depend on elisp.tps.
9780
c5602427 97811996-04-03 Karl Heuer <kwzh@gnu.ai.mit.edu>
b8d4c8d0
GM
9782
9783 * README: Update phone number.
9784
9785 * Makefile (elisp): Make this be the default target.
9786 Depend on makeinfo.c instead of makeinfo.
9787 (install): Don't depend on elisp.dvi, since we don't install that.
9788 Use mkinstalldirs.
9789 (dist): Add mkinstalldirs.
9790
c5602427 97911995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
b8d4c8d0
GM
9792
9793 * Makefile (VERSION): Update version number.
5dcb4c4e 9794 (maintainer-clean): Rename from realclean.
b8d4c8d0 9795
c5602427 97961995-06-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
b8d4c8d0
GM
9797
9798 * Makefile (realclean): New target.
9799 (elisp): Remove any old elisp-* files first.
9800
c5602427 98011993-11-23 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
b8d4c8d0
GM
9802
9803 * Makefile (VERSION): New variable.
9804 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
9805 Compressed file suffix should be `.gz', not `.z'.
9806
ce058493 98071993-11-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
9808
9809 * Makefile (elisp): Depend on makeinfo.
9810
c5602427 98111993-11-19 Noah Friedman (friedman@gnu.ai.mit.edu)
b8d4c8d0
GM
9812
9813 * Makefile (srcs): Add anti.texi.
9814
c5602427 98151993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
9816
9817 * Makefile (infodir, prefix): New vars.
9818 (install): Use infodir.
f4e90db0 9819 (emacsinfodir): Delete.
b8d4c8d0 9820
c5602427 98211993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
9822
9823 * Makefile (srcs): Add calendar.texi.
9824
9825 * Makefile (dist): Copy texindex.c and makeinfo.c.
9826 Limit elisp-* files to those with one or two digits.
9827
c5602427 98281993-05-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0 9829
f4e90db0 9830 * Makefile (dist): Change to use Gzip instead of compress.
b8d4c8d0 9831
c5602427 98321993-04-23 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
9833
9834 * loading.texi (Unloading): define-function changed back to
9835 defalias. It may not stay this way, but at least it's
9836 consistent with the known-good version of the code patch.
9837
c5602427 98381993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
b8d4c8d0
GM
9839
9840 * modes.texi (Hooks): Document new optional arg of add-hook.
9841
c5602427 98421993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
9843
9844 * variables.texi: Document nil initial value of buffer-local variables.
9845
9846 * tips.texi: Add new section on standard library headers.
9847
c5602427 98481993-02-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
9849
9850 * Makefile (srcs): Add frame.texi to the list of sources.
9851
c5602427 98521993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
9853
9854 * Makefile (dist): Don't bother excluding autosave files; they'll
9855 never make it into the temp directory anyway, and the hash marks
9856 in the name are problematic for make and the Bourne shell.
9857 (srcs):
9858
c5602427 98591993-02-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
9860
9861 * Makefile (dist): Don't include backup files or autosave files in
9862 the distribution tar file.
9863
c5602427 98641991-11-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0 9865
5dcb4c4e 9866 * Makefile (srcs): Add index.perm.
b8d4c8d0
GM
9867 (elisp.dvi): Remove erroneous shell comment.
9868 Expect output of permute-index in permuted.fns.
9869 Save old elisp.aux in elisp.oaux.
5dcb4c4e 9870 (clean): Add index.texi to be deleted.
b8d4c8d0 9871
c5602427 98721990-08-11 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
9873
9874 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
9875
c5602427 98761990-06-26 David Lawrence (tale@geech)
b8d4c8d0
GM
9877
9878 * files.texi: Noted that completion-ignored-extensions is ignored
9879 when making *Completions*.
9880
3e868ee3 98811990-06-08 Jay Fenlason (hack@ai.mit.edu)
b8d4c8d0
GM
9882
9883 * Makefile make dist now depends on elisp.dvi, since it tries
9884 to include it in the dist file.
9885
c5602427 98861990-03-28 Jim Kingdon (kingdon@mole.ai.mit.edu)
b8d4c8d0 9887
c5602427 9888 * functions.texinfo (Mapping Functions): Add missing quote.
b8d4c8d0 9889
c5602427 98901989-06-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
9891
9892 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
9893 (defunargs): Turn off \hyphenchar of \sl font temporarily.
9894
c5602427 98951989-05-10 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
9896
9897 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
9898 and @error{} are the terms now being used. The files in the
9899 directory have been changed to reflect this.
9900
9901 * All instances of @indentedresultt{} have been changed to
333f9019 9902 ` @result{}', using 5 spaces at the beginning of the line.
b8d4c8d0 9903
c5602427 99041989-04-24 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
9905
9906 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
9907 experimental @indentedresult{}, @indentedexpandsto{} are part of
9908 the texinfo.tex in this directory. These TeX macros are not
9909 stable yet.
9910
c5602427 99111989-04-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
9912
9913 * texinfo.tex: Temporarily added
9914 \let\result=\dblarrow
9915 \def\error{{\it ERROR} \longdblarrow}
9916 We need to do this better soon.
9917
c5602427 99181989-04-11 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
9919
9920 * Applied Karl Berry's patches to *.texinfo files, but not to
9921 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
9922 new title page format is also not applied, since it requires
9923 texinfo.tex changes.)
9924
9925 * Cleaned up `Makefile' and defined the `emacslibdir' directory
9926 for the Project GNU development environment.
9927
9928;; Local Variables:
c8763fb6 9929;; coding: utf-8
b8d4c8d0
GM
9930;; End:
9931
acaf905b 9932 Copyright (C) 1998-2012 Free Software Foundation, Inc.
b8d4c8d0
GM
9933
9934 This file is part of GNU Emacs.
9935
352c8b4a 9936 GNU Emacs is free software: you can redistribute it and/or modify
b8d4c8d0 9937 it under the terms of the GNU General Public License as published by
352c8b4a
GM
9938 the Free Software Foundation, either version 3 of the License, or
9939 (at your option) any later version.
b8d4c8d0
GM
9940
9941 GNU Emacs is distributed in the hope that it will be useful,
9942 but WITHOUT ANY WARRANTY; without even the implied warranty of
9943 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9944 GNU General Public License for more details.
9945
9946 You should have received a copy of the GNU General Public License
352c8b4a 9947 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.