Tiny doc tweaks for call-process's :file spec.
[bpt/emacs.git] / doc / lispref / ChangeLog
1 2012-02-02 Glenn Morris <rgm@gnu.org>
2
3 * processes.texi (Synchronous Processes):
4 Mention call-process's :file gets overwritten.
5
6 * commands.texi (Reading One Event):
7 * help.texi (Help Functions): Document read-char-choice.
8
9 * hooks.texi (Standard Hooks):
10 * modes.texi (Keymaps and Minor Modes):
11 * text.texi (Commands for Insertion): Document post-self-insert-hook.
12
13 * hooks.texi (Standard Hooks): Add prog-mode-hook.
14
15 * hooks.texi (Standard Hooks):
16 * modes.texi (Major Mode Conventions, Mode Hooks):
17 Document change-major-mode-after-body-hook.
18
19 2012-02-01 Glenn Morris <rgm@gnu.org>
20
21 * modes.texi (Defining Minor Modes):
22 Mention disabling global minor modes on a per-major-mode basis.
23
24 2012-01-31 Chong Yidong <cyd@gnu.org>
25
26 * syntax.texi (Parsing Expressions): Clarify intro (Bug#10657).
27 (Parser State): Remove unnecessary statement (Bug#10661).
28
29 * eval.texi (Intro Eval): Add footnote about "sexp" terminology.
30
31 2012-01-31 Glenn Morris <rgm@gnu.org>
32
33 * modes.texi (Defining Minor Modes):
34 Document define-minor-mode's new :variable keyword.
35
36 2012-01-29 Chong Yidong <cyd@gnu.org>
37
38 * syntax.texi (Syntax Class Table): Tweak description of newline
39 char syntax (Bug#9619).
40
41 * numbers.texi (Predicates on Numbers): Fix wholenump/natnump
42 description (Bug#10189).
43
44 2012-01-29 Glenn Morris <rgm@gnu.org>
45
46 * files.texi (Changing Files): Document SELinux support.
47
48 * windows.texi (Window Sizes): Fix typo.
49
50 2012-01-28 Chong Yidong <cyd@gnu.org>
51
52 * display.texi (Fringe Indicators): Clarify fringe-indicator-alist
53 doc (Bug#8568).
54
55 * frames.texi (Input Focus): Add NORECORD arg to
56 select-frame-set-input-focus. Clarify its role in select-frame.
57
58 * text.texi (Transposition): We don't use transpose-region as an
59 internal subroutine (Bug#3249).
60
61 * modes.texi (Example Major Modes): Update Lisp example code to
62 current sources. Delete the old non-derived-major-mode example,
63 which has diverged badly from current sources.
64
65 2012-01-27 Glenn Morris <rgm@gnu.org>
66
67 * makefile.w32-in (texinputdir): Fix (presumed) typo.
68 (VERSION, manual): Remove, unused.
69
70 2012-01-27 Chong Yidong <cyd@gnu.org>
71
72 * commands.texi (Command Overview): Minor clarification (Bug#10384).
73
74 2012-01-26 Chong Yidong <cyd@gnu.org>
75
76 * searching.texi (String Search): Document negative repeat count
77 (Bug#10507).
78
79 2012-01-26 Glenn Morris <rgm@gnu.org>
80
81 * variables.texi (Using Lexical Binding):
82 Mention that lexical-binding should be set in the first line.
83
84 2012-01-26 Lars Ingebrigtsen <larsi@gnus.org>
85
86 * macros.texi (Defining Macros): Don't claim that `declare' only
87 affects Edebug and indentation.
88
89 2012-01-25 Lars Ingebrigtsen <larsi@gnus.org>
90
91 * macros.texi (Defining Macros): Slight `declare' fixup.
92
93 2012-01-25 Glenn Morris <rgm@gnu.org>
94
95 * makefile.w32-in (texinputdir):
96 * Makefile.in (ENVADD): Add $emacsdir. (Bug#10603)
97
98 2012-01-24 Chong Yidong <cyd@gnu.org>
99
100 * variables.texi (Variables, Local Variables, Void Variables):
101 Edit to make the descriptions less specific to dynamic binding.
102 (Local Variables): Default max-specpdl-size is now 1300.
103 (Defining Variables): Edits for lexical scoping. Delete
104 information about starting docstrings with *. De-document
105 user-variable-p.
106 (Tips for Defining): Remove an unimportant discussion of quitting
107 in the middle of a load.
108 (Accessing Variables, Setting Variables): Discuss lexical binding.
109 (Variable Scoping): Rewrite.
110 (Scope, Extent, Impl of Scope): Nodes deleted.
111 (Dynamic Binding): New node, with material from Scope, Extent, and
112 Impl of Scope nodes.
113 (Dynamic Binding Tips): Rename from Using Scoping.
114 (Lexical Binding): Rewrite.
115 (Using Lexical Binding): Rename from Converting to Lexical
116 Binding. Convert to subsection.
117
118 * customize.texi (Variable Definitions): Add custom-variable-p.
119 Move user-variable-p documentation here.
120
121 2012-01-23 Chong Yidong <cyd@gnu.org>
122
123 * strings.texi (Text Comparison): Minor qualification.
124
125 * lists.texi (Cons Cells): Copyedits.
126 (List Elements): Mention push.
127 (List Variables): Mention pop.
128 (Rings): Move to sequences.texi.
129
130 * sequences.texi (Sequence Functions): Don't repeat the
131 introduction already given in the parent.
132 (Vectors): Copyedits.
133 (Rings): Move from lists.texi. Note that this is specific to the
134 ring package.
135
136 * symbols.texi (Definitions, Symbol Components): Mention variable
137 scoping issues.
138 (Plists and Alists): Copyedits.
139
140 * eval.texi (Intro Eval, Symbol Forms): Minor tweaks for
141 correctness with lexical scoping.
142 (Eval): Copyedits.
143
144 2012-01-21 Chong Yidong <cyd@gnu.org>
145
146 * intro.texi (A Sample Function Description): Special notation
147 used for macros too.
148
149 * objects.texi (Ctl-Char Syntax, Other Char Bits): Copyedits.
150 (Symbol Type): Add xref for keyword symbols.
151 (Sequence Type): Clarify differences between sequence types.
152 (Cons Cell Type): Add "linked list" index entry.
153 (Non-ASCII in Strings): Copyedits.
154 (Equality Predicates): Symbols with same name need not be eq.
155
156 * numbers.texi (Float Basics): Document isnan, copysign, frexp and
157 ldexp. Move float-e and float-pi to Math Functions node.
158
159 2012-01-21 Glenn Morris <rgm@gnu.org>
160
161 * modes.texi (Auto Major Mode):
162 * variables.texi (File Local Variables):
163 Mention inhibit-local-variables-regexps.
164
165 2012-01-19 Martin Rudalics <rudalics@gmx.at>
166
167 * windows.texi (Window Configurations): Rewrite references to
168 persistent window parameters.
169 (Window Parameters): Fix description of persistent window
170 parameters.
171
172 2012-01-16 Juanma Barranquero <lekktu@gmail.com>
173
174 * windows.texi (Window Parameters): Use @pxref.
175
176 2012-01-16 Martin Rudalics <rudalics@gmx.at>
177
178 * windows.texi (Window Configurations, Window Parameters):
179 Describe persistent window parameters.
180
181 2011-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
182
183 * variables.texi (Creating Buffer-Local): Warn against misuses of
184 make-variable-buffer-local (bug#10258).
185
186 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
187
188 * macros.texi (Defining Macros): Document `doc-string' (bug#9668).
189
190 2012-01-06 Chong Yidong <cyd@gnu.org>
191
192 * variables.texi (Directory Local Variables): Document
193 hack-dir-local-variables-non-file-buffer.
194
195 2012-01-06 Glenn Morris <rgm@gnu.org>
196
197 * maps.texi (Standard Keymaps): Refer to Info-edit by name
198 rather than by keybinding.
199
200 2011-12-29 Juanma Barranquero <lekktu@gmail.com>
201
202 * frames.texi (Font and Color Parameters): Add @pxref.
203
204 2011-12-29 Daniel Colascione <dan.colascione@gmail.com>
205
206 * frames.texi (Font and Color Parameters):
207 Document w32 font backends (bug#10399).
208
209 2011-12-28 Paul Eggert <eggert@cs.ucla.edu>
210
211 * files.texi (File Attributes, Changing Files):
212 Use a more-natural notation for octal numbers.
213
214 2011-12-23 Juanma Barranquero <lekktu@gmail.com>
215
216 * variables.texi (Variables with Restricted Values):
217 Change reference to variable (bug#10354).
218
219 2011-12-13 Martin Rudalics <rudalics@gmx.at>
220
221 * windows.texi (Splitting Windows): Use t instead of non-nil
222 when describing window-combination-resize.
223
224 2011-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
225
226 * text.texi (Special Properties): Warn against `intangible' properties
227 (bug#10222).
228
229 2011-11-26 Eli Zaretskii <eliz@gnu.org>
230
231 * display.texi (Truncation):
232 * text.texi (Special Properties): Describe what a stretch-glyph is
233 instead of using that term without explanation. Make the
234 cross-references more accurate.
235
236 * display.texi (Usual Display): Update the description,
237 cross-references, and indexing related to display of control
238 characters and raw bytes.
239
240 2011-11-25 Martin Rudalics <rudalics@gmx.at>
241
242 * windows.texi (Splitting Windows): Fix description of
243 window-combination-limit. Suggested by Eli Zaretskii.
244
245 2011-11-23 Chong Yidong <cyd@gnu.org>
246
247 * windows.texi (Window Sizes): Move window-top-line,
248 window-left-column, and window-*-pixel-edges to Coordinates and
249 Windows node.
250 (Coordinates and Windows): Restore window-edges doc.
251
252 2011-11-21 Martin Rudalics <rudalics@gmx.at>
253
254 * windows.texi (Windows and Frames, Splitting Windows):
255 Fix typos.
256
257 2011-11-21 Chong Yidong <cyd@gnu.org>
258
259 * windows.texi (Splitting Windows): Fix error in documentation of
260 window-combination-limit.
261 (Cyclic Window Ordering): Minor fixes to next-window,
262 one-window-p, and get-lru-window docs. Don't document
263 window-list-1.
264 (Buffers and Windows): Copyedits.
265 (Choosing Window): Document special handling of special-display-*.
266 (Choosing Window Options): Fix display-buffer-reuse-frames doc.
267 Don't document even-window-heights, which is going away.
268 Clarify which options are obeyed by which action functions.
269
270 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
271
272 * display.texi (Invisible Text): Clarify point adjustment (bug#10072).
273
274 2011-11-20 Martin Rudalics <rudalics@gmx.at>
275
276 * windows.texi (Resizing Windows, Splitting Windows):
277 Remove term "status" when talking about combination limits.
278
279 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
280
281 * compile.texi (Compiler Errors):
282 * help.texi (Help Functions): Fix typos.
283
284 2011-11-19 Chong Yidong <cyd@gnu.org>
285
286 * windows.texi (Splitting Windows): Clarify role of window
287 parameters in split-window. Shorten the example.
288 (Deleting Windows): Rewrite intro to handle internal windows.
289 Fix delete-windows-on doc.
290 (Selecting Windows): Copyedits.
291
292 2011-11-17 Martin Rudalics <rudalics@gmx.at>
293
294 * windows.texi (Resizing Windows, Splitting Windows)
295 (Deleting Windows): Use term window-combination-resize instead
296 of window-splits.
297
298 2011-11-16 Martin Rudalics <rudalics@gmx.at>
299
300 * windows.texi (Resizing Windows, Splitting Windows):
301 Rename occurrences of window-nest to window-combination-limit.
302
303 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
304
305 * intro.texi (Lisp History): Fix typo.
306
307 2011-11-12 Martin Rudalics <rudalics@gmx.at>
308
309 * windows.texi (Splitting Windows, Deleting Windows):
310 Remove references to splits status of windows.
311
312 2011-11-10 Glenn Morris <rgm@gnu.org>
313
314 * buffers.texi (Read Only Buffers): Expand a bit on why
315 toggle-read-only should only be used interactively. (Bug#7292)
316
317 2011-11-09 Chong Yidong <cyd@gnu.org>
318
319 * windows.texi (Window Sizes): Document window-pixel-edges,
320 window-inside-pixel-edges, window-absolute-pixel-edges, and
321 window-inside-absolute-pixel-edges.
322 (Resizing Windows): shrink-window-if-larger-than-buffer works on
323 non-full-width windows.
324
325 2011-11-09 Martin Rudalics <rudalics@gmx.at>
326
327 * windows.texi (Resizing Windows): Rewrite documentation of
328 window-resizable.
329
330 2011-11-09 Chong Yidong <cyd@gnu.org>
331
332 * windows.texi (Splitting Windows): Simplify example.
333
334 2011-11-08 Chong Yidong <cyd@gnu.org>
335
336 * windows.texi (Window Sizes): Copyedits. Document
337 window-text-height. Remove window-min-height and window-min-width
338 discussion, referring instead to Emacs manual.
339 (Splitting Windows, Resizing Windows): Add xref to Emacs manual.
340 (Resizing Windows): Simplify introduction. Don't document
341 enlarge-window, shrink-window, enlarge-window-horizontally, and
342 shrink-window-horizontally; they are no longer preferred for
343 calling from Lisp, and are already documented in the Emacs manual.
344
345 2011-11-07 Glenn Morris <rgm@gnu.org>
346
347 * windows.texi (Choosing Window): Fix keybinding typo.
348
349 2011-11-07 Martin Rudalics <rudalics@gmx.at>
350
351 * windows.texi (Resizing Windows, Splitting Windows)
352 (Window Configurations): Use "child window" instead of
353 "subwindow".
354
355 2011-11-06 Chong Yidong <cyd@gnu.org>
356
357 * windows.texi (Basic Windows): Clarify various definitions.
358 Treat window-normalize-* as internal; don't document them.
359 (Windows and Frames): Various clarifications, e.g. non-live
360 windows also belong to frames. Fix window-list description.
361 Simplify window nesting example.
362 (Splitting Windows, Window Configurations):
363 Use split-window-below.
364
365 2011-11-04 Eli Zaretskii <eliz@gnu.org>
366
367 * windows.texi (Window Sizes): Mention in the doc string that the
368 return values of `window-body-height' and `window-body-width' are
369 in frame's canonical units. (Bug#9949)
370
371 2011-10-30 Martin Rudalics <rudalics@gmx.at>
372
373 * windows.texi (Windows and Frames): Remove "iso-" infix from
374 documentation of window-iso-combined-p.
375
376 2011-10-26 Chong Yidong <cyd@gnu.org>
377
378 * modes.texi (Running Hooks): Document with-wrapper-hook.
379
380 2011-10-18 Chong Yidong <cyd@gnu.org>
381
382 * display.texi (Glyphless Chars): New node.
383
384 2011-10-13 Chong Yidong <cyd@stupidchicken.com>
385
386 * text.texi (Yanking): Document yank-excluded-properties.
387
388 * package.texi (Packaging Basics): The commentary should say how
389 to begin using the package.
390
391 2011-10-11 Martin Rudalics <rudalics@gmx.at>
392
393 * windows.texi (Deleting Windows): Mention which window gets
394 selected when deleting the selected window.
395
396 2011-10-09 Martin Rudalics <rudalics@gmx.at>
397
398 * buffers.texi (The Buffer List): Describe how bury-buffer deals
399 with the selected window.
400 * windows.texi (Buffers and Windows): Reformulate text on how
401 replace-buffer-in-windows deals with a window.
402 (Quitting Windows): Describe how quit-window deals with a
403 standalone frame. Describe new option frame-auto-hide-function.
404
405 2011-10-08 Glenn Morris <rgm@gnu.org>
406
407 * symbols.texi (Other Plists): Markup fix. (Bug#9702)
408
409 * positions.texi (Excursions): Update warning message.
410
411 2011-10-05 Chong Yidong <cyd@stupidchicken.com>
412
413 * display.texi (Low-Level Font, Face Attributes, Font Lookup):
414 Fix Emacs manual xref (Bug#9675).
415
416 2011-10-01 Chong Yidong <cyd@stupidchicken.com>
417
418 * windows.texi (Textual Scrolling): Document scroll-up-command,
419 scroll-down-command, scroll-error-top-bottom, and the
420 scroll-command symbol property.
421 (Display Action Functions): Fix description of
422 display-buffer-pop-up-window.
423
424 2011-09-28 Juanma Barranquero <lekktu@gmail.com>
425
426 * windows.texi (Splitting Windows): Fix typos.
427
428 2011-09-25 Martin Rudalics <rudalics@gmx.at>
429
430 * windows.texi (Windows and Frames, Display Action Functions)
431 (Switching Buffers): Fix some typos.
432 (Buffers and Windows): Remove reference to window-auto-delete.
433 Reword description of replace-buffer-in-windows.
434 (Window History): Fix some typos and refer to frame local buffer
435 list.
436 (Quitting Windows): New node.
437 (Window Configurations): Add descriptions of window-state-get
438 and window-state-put.
439 (Window Parameters): Describe variable ignore-window-parameters.
440 Sketch some window parameters currently in use.
441 * elisp.texi (Top): Update node listing.
442
443 2011-09-25 Chong Yidong <cyd@stupidchicken.com>
444
445 * windows.texi (Display Action Functions)
446 (Choosing Window Options): New nodes.
447
448 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
449
450 * windows.texi (Window History): New node. Move text here from
451 Buffers and Windows.
452 (Switching Buffers): Rename from Displaying Buffers, since we
453 don't document display-buffer here; callers changed.
454 Document FORCE-SAME-WINDOW arg to switch-to-buffer and
455 switch-to-buffer-other-frame. Delete duplicate
456 replace-buffer-in-windows doc.
457 (Choosing Window): Document display actions.
458
459 2011-09-24 Eli Zaretskii <eliz@gnu.org>
460
461 * display.texi (Forcing Redisplay): Update the description of
462 redisplay-dont-pause due to change in the default value.
463
464 2011-09-23 Martin Rudalics <rudalics@gmx.at>
465
466 * frames.texi (Frames and Windows): Move section and rename to
467 Windows and Frames in windows.texi.
468 * windows.texi (Windows): Restructure.
469 (Basic Windows): Rewrite. Explain live and internal windows and
470 normalization functions.
471 (Windows and Frames): Move section here from frames.texi.
472 Describe subwindows, window combinations, window tree, and
473 corresponding functions including window-list here.
474 (Window Sizes): Rename section from Size of Window and move it
475 up in chapter. Describe total and body sizes and the
476 corresponding functions. Explain new semantics of
477 window-min-height/-width.
478 (Resizing Windows): Move section up in chapter. Describe new
479 resize functions.
480 (Splitting Windows): Describe new behavior of split-window,
481 split-window-above-each-other and split-window-side-by-side.
482 Provide examples. Describe window-nest and window-splits
483 options.
484 (Deleting Windows): Minor rewrite.
485 (Selecting Windows): Minor rewrite.
486 Describe frame-selected-window and set-frame-selected-window here.
487 (Cyclic Window Ordering): Minor rewrite.
488 Describe window-list-1.
489 (Buffers and Windows): Rewrite. Explain a window's previous and
490 next buffers and the corresponding functions.
491 (Window Tree): Merge into Windows and Frames section.
492 * elisp.texi (Top): Update node listings for frames and windows
493 sections.
494
495 2011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
496
497 * display.texi (Face Functions): `face-list' returns faces (bug#9564).
498
499 2011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
500
501 * errors.texi (Standard Errors): Remove apparent placeholder text
502 (bug#9491).
503
504 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
505
506 * frames.texi (Management Parameters): Fix description of
507 icon-type parameter.
508
509 2011-09-17 Chong Yidong <cyd@stupidchicken.com>
510
511 * tips.texi (Key Binding Conventions): Don't bind a key sequence
512 ending in C-g. Suggested by Edward O'Connor.
513
514 2011-09-17 Eli Zaretskii <eliz@gnu.org>
515
516 * numbers.texi (Integer Basics): Add indexing for
517 most-positive-fixnum and most-negative-fixnum. (Bug#9525)
518
519 2011-09-14 Dani Moncayo <dmoncayo@gmail.com> (tiny change)
520
521 * lists.texi (Sets And Lists): Fix typo. (Bug#9393)
522
523 2011-09-11 Juanma Barranquero <lekktu@gmail.com>
524
525 * processes.texi (Network Servers): Clarify what the process
526 buffer is used for (bug#9233).
527
528 2011-08-30 Dani Moncayo <dmoncayo@gmail.com> (tiny change)
529
530 * lists.texi (Building Lists): Fix typo.
531
532 2011-08-30 Chong Yidong <cyd@stupidchicken.com>
533
534 * display.texi (Basic Faces): New node. Document new faces.
535
536 * modes.texi (Major Mode Conventions): Move some text there.
537 (Mode Help): Remove major-mode var, duplicated in Major Modes.
538
539 2011-08-29 Chong Yidong <cyd@stupidchicken.com>
540
541 * modes.texi (Basic Major Modes): New node. Callers updated.
542 (Major Modes): Document fundamental-mode and major-mode.
543 (Major Mode Basics): Node deleted; text moved to Major Modes.
544 (Derived Modes): Document derived-mode-p.
545
546 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
547
548 * files.texi (Changing Files, Create/Delete Dirs): Document new
549 arguments for delete-file, delete-directory, and copy-directory.
550 (Visiting Functions): Remove view-file; it is documented in the
551 Emacs manual.
552
553 * frames.texi (Layout Parameters): The defaults for the
554 menu-bar-lines and tool-bar-lines parameters depend on the mode.
555
556 * display.texi (Progress): Document spinner functionality.
557
558 * os.texi (Killing Emacs): Note that kill-emacs can be called by
559 operating system signals. Refer to save-buffers-kill-terminal
560 instead of save-buffers-kill-emacs.
561
562 * objects.texi (Symbol Type): Document ## print representation.
563
564 2011-08-25 Eli Zaretskii <eliz@gnu.org>
565
566 * display.texi (Specified Space): Mention that `space' specs
567 influence bidi reordering.
568 (Bidirectional Display): Explain how to use `(space . PROPS)' for
569 separating fields with bidirectional content.
570
571 2011-08-24 Eli Zaretskii <eliz@gnu.org>
572
573 * display.texi (Bidirectional Display): Document return value in
574 buffers that are not bidi-reordered for display, and in unibyte
575 buffers.
576
577 2011-08-23 Eli Zaretskii <eliz@gnu.org>
578
579 * nonascii.texi (Character Properties): Document the values for
580 unassigned codepoints.
581
582 2011-08-18 Eli Zaretskii <eliz@gnu.org>
583
584 * nonascii.texi (Character Properties): Document use of
585 `bidi-class' and `mirroring' properties as part of reordering.
586 Provide cross-references to "Bidirectional Display".
587
588 * display.texi (Bidirectional Display): Document the pitfalls of
589 concatenating strings with bidirectional content, with possible
590 solutions. Document bidi-string-mark-left-to-right.
591 Mention paragraph direction in modes that inherit from prog-mode.
592 Document use of `bidi-class' and `mirroring' properties as part of
593 reordering.
594
595 2011-08-16 Eli Zaretskii <eliz@gnu.org>
596
597 * modes.texi (Major Mode Conventions): Improve the documentation
598 of `mode-class' `special' modes.
599
600 * nonascii.texi (Character Properties): Document the `mirroring'
601 property. Add index entries.
602
603 * syntax.texi (Categories): Add an example of defining a new
604 category and category table.
605
606 * searching.texi (Regexp Backslash): Document how to display
607 existing categories. Mention the possibility of adding
608 categories, and add an xref to where this is described. Add an
609 index entry.
610
611 2011-08-09 Chong Yidong <cyd@stupidchicken.com>
612
613 * text.texi (Special Properties):
614 * display.texi (Overlay Properties): Note that mouse-face cannot
615 change the text size (Bug#8530).
616
617 2011-08-08 Chong Yidong <cyd@stupidchicken.com>
618
619 * os.texi (Time of Day): Remove set-time-zone-rule, and recommend
620 using setenv instead.
621
622 2011-07-28 Eli Zaretskii <eliz@gnu.org>
623
624 * display.texi (Bidirectional Display): Document the fact that
625 bidi-display-reordering is t by default.
626
627 2011-07-23 Eli Zaretskii <eliz@gnu.org>
628
629 * display.texi (Bidirectional Display): New section.
630
631 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
632 Tim Cross <theophilusx@gmail.com> (tiny change)
633 Glenn Morris <rgm@gnu.org>
634
635 * keymaps.texi (Toolkit Differences): New node. (Bug#8176)
636
637 2011-07-15 Andreas Schwab <schwab@linux-m68k.org>
638
639 * help.texi (Keys in Documentation): Revert last change.
640
641 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
642
643 * help.texi (Keys in Documentation): Clarify that \= only quotes
644 the next character, and doesn't affect longer sequences in
645 particular (bug#8935).
646
647 * debugging.texi (Using Debugger):
648 Mention @code{eval-expression-debug-on-error} (bug#8549).
649
650 2011-07-14 Eli Zaretskii <eliz@gnu.org>
651
652 * display.texi (Other Display Specs): Document that `left-fringe'
653 and `right-fringe' display specifications are of the "replacing"
654 kind.
655
656 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
657
658 * help.texi (Documentation Basics): Add a link to the Function
659 Documentation node (bug#6580).
660
661 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
662
663 * keymaps.texi (Menu Bar): Mention :visible and :enable
664 (bug#6344). Text by Drew Adams.
665
666 * modes.texi (Running Hooks): Mention buffer-local hook variables
667 (bug#6218).
668
669 * objects.texi (General Escape Syntax): "a with grave accent" is
670 ?xe0, not ?x8e0 (bug#5259).
671
672 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
673
674 * display.texi (Face Attributes, Font Selection): Add references
675 to the Fonts node in the Emacs manual (Bug#4178).
676
677 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
678
679 * display.texi (Window Systems): `window-system' is
680 terminal-local.
681
682 * frames.texi (Frame Parameters, Parameter Access): Don't mention
683 frame-local variables.
684
685 * variables.texi (Buffer-Local Variables): Don't mention obsolete
686 frame-local variables.
687 (Frame-Local Variables): Node deleted.
688
689 * elisp.texi (Top): Update node listing.
690
691 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
692
693 * elisp.texi: Change "inferiors" to "subnodes" in three places
694 (bug#3523).
695
696 2011-07-11 Chong Yidong <cyd@stupidchicken.com>
697
698 * frames.texi (Window System Selections): Discussion of
699 x-select-enable-clipboard moved to Emacs manual.
700
701 2011-07-11 Deniz Dogan <deniz@dogan.se>
702
703 * commands.texi (Prefix Command Arguments): Remove excessive
704 apostrophe.
705
706 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
707
708 * syntax.texi (Syntax Descriptors): Clarify that the ". 23" syntax
709 description is a string (bug#3313).
710
711 * frames.texi (Display Feature Testing): Try to explain what all
712 the visual classes mean (bug#3042).
713
714 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
715
716 * modes.texi (Mode Line Variables): Document `mode-line-remote'
717 and `mode-line-client' (bug#2974).
718
719 * text.texi (Insertion): Clarify marker movements (bug#1651).
720 Text from Drew Adams.
721
722 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
723
724 * text.texi (Special Properties): Clarify the format of `face'
725 (bug#1375).
726
727 * commands.texi (Interactive Call): Add a `call-interactively'
728 example (bug#1010).
729
730 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
731
732 * functions.texi (Calling Functions): Link to the "Interactive
733 Call" node (bug#1001).
734
735 2011-07-06 Chong Yidong <cyd@stupidchicken.com>
736
737 * customize.texi (Composite Types): Move alist and plist to here
738 from Simple Types (Bug#7545).
739
740 * elisp.texi (Top): Update menu description.
741
742 * display.texi (Face Attributes): Document negative line widths
743 (Bug#6113).
744
745 2011-07-03 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
746
747 * searching.texi (Match Data): Note that match data can be
748 overwritten by most functions (bug#2499).
749
750 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
751
752 * strings.texi (Formatting Strings): Clarify what the "-" and "0"
753 flags mean (bug#6659).
754
755 * functions.texi (What Is a Function): Document the autoload
756 object (bug#6496).
757
758 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
759
760 * customize.texi (Variable Definitions): Clarify that SETFUNCTION
761 is only used in the Customize user interface (bug#6089).
762
763 * display.texi (Showing Images): Mention the point of sliced
764 images (bug#7836).
765
766 2011-07-02 Eli Zaretskii <eliz@gnu.org>
767
768 * variables.texi (Defining Variables, Void Variables)
769 (Constant Variables): Fix incorrect usage of @kindex.
770
771 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
772
773 * variables.texi (Defining Variables): Add an index entry for
774 `set-variable' (bug#7262).
775 (Defining Variables): Use @findex for functions.
776
777 * frames.texi (Basic Parameters): Document the `explicit-name'
778 parameter (bug#6951).
779
780 * customize.texi (Type Keywords): Clarify that :value provides a
781 default value for all types (bug#7386).
782
783 * streams.texi (Output Functions): Document `pp'.
784
785 2011-06-25 Chong Yidong <cyd@stupidchicken.com>
786
787 * keymaps.texi (Searching Keymaps):
788 * display.texi (Overlay Properties): Fix errors in 2011-05-29
789 change. Suggested by Johan Bockgård.
790
791 2011-06-15 Chong Yidong <cyd@stupidchicken.com>
792
793 * text.texi (Special Properties): Clarify role of font-lock-face.
794
795 2011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
796
797 * processes.texi (Process Information): Rename `process-alive-p'
798 to `process-live-p' for consistency with other `-live-p' functions.
799
800 2011-06-03 Paul Eggert <eggert@cs.ucla.edu>
801
802 Document wide integers better.
803 * files.texi (File Attributes): Document ino_t values better.
804 ino_t values no longer map to anything larger than a single cons.
805 * numbers.texi (Integer Basics, Integer Basics, Arithmetic Operations):
806 (Bitwise Operations):
807 * objects.texi (Integer Type): Use a binary notation that is a bit easier
808 to read, and that will port better if 62-bits becomes the default.
809 Fix or remove incorrect examples.
810 * os.texi (Time Conversion): Document time_t values better.
811
812 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
813
814 * processes.texi (Process Information):
815 Document `process-alive-p'.
816
817 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
818
819 * help.texi (Accessing Documentation):
820 * display.texi (Pixel Specification):
821 * processes.texi (Serial Ports, Serial Ports):
822 * nonascii.texi (Character Properties, Default Coding Systems):
823 * text.texi (Changing Properties, Special Properties):
824 * windows.texi (Window Start and End):
825 * modes.texi (SMIE Indentation Example, SMIE Tricks):
826 * keymaps.texi (Searching Keymaps, Tool Bar):
827 * minibuf.texi (Basic Completion):
828 * compile.texi (Eval During Compile):
829 * strings.texi (Formatting Strings): Tweaks to avoid overflowing
830 7x9 paper in printed manual.
831
832 * lists.texi (Sets And Lists): Fix misplaced text.
833
834 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
835
836 * keymaps.texi (Remapping Commands): Emphasize that the keymap
837 needs to be active (Bug#8350).
838
839 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
840
841 * minibuf.texi (Reading File Names): Clarify (Bug#8480).
842
843 * tips.texi (Coding Conventions): Remove antediluvian filename
844 limit recommendation (Bug#8538).
845
846 2011-05-27 Glenn Morris <rgm@gnu.org>
847
848 * modes.texi (Auto Major Mode): Update for set-auto-mode changes.
849
850 2011-05-26 Glenn Morris <rgm@gnu.org>
851
852 * variables.texi (File Local Variables):
853 Update hack-local-variables `mode-only' return value.
854 Add some more details on what this function does in the other case.
855
856 2011-05-19 Glenn Morris <rgm@gnu.org>
857
858 * lists.texi (Sets And Lists): Mention cl provides union etc.
859
860 2011-05-19 Nix <nix@esperi.org.uk>
861
862 * windows.texi (Displaying Buffers): pop-to-buffer is not a command.
863
864 * text.texi (Parsing HTML): Update for function name changes.
865
866 * syntax.texi (Syntax Flags): Small fix.
867
868 * keymaps.texi (Active Keymaps): Typo fix.
869 (Changing Key Bindings): Grammar fix.
870
871 * frames.texi (Minibuffers and Frames): Grammar fix.
872 (Window System Selections): x-select-enable-clipboard now defaults to t.
873
874 * customize.texi (Common Keywords):
875 * display.texi (Abstract Display):
876 * modes.texi (Auto-Indentation):
877 * nonascii.texi (Converting Representations): Typo fixes.
878
879 * control.texi (Examples of Catch): Call it "goto" not "go to".
880
881 2011-05-14 Eli Zaretskii <eliz@gnu.org>
882
883 * nonascii.texi (Character Properties): Fix inconsistencies with
884 implementation.
885
886 * text.texi (Special Properties): Move @defvar's out of the
887 @table. (Bug#8652)
888
889 2011-05-12 Glenn Morris <rgm@gnu.org>
890
891 * display.texi (Image Descriptors): Fix typo. (Bug#8495)
892
893 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
894
895 * modes.texi (Region to Refontify): Rename from "Region to Fontify".
896 (Multiline Font Lock):
897 * vol2.texi (Top):
898 * vol1.texi (Top):
899 * elisp.texi (Top): Update menu accordingly.
900
901 2011-05-12 Drew Adams <drew.adams@oracle.com>
902
903 * modes.texi (Region to Fontify): Fix typo.
904
905 2011-05-10 Jim Meyering <meyering@redhat.com>
906
907 * minibuf.texi: Fix typo "in in -> in".
908
909 2011-05-06 Paul Eggert <eggert@cs.ucla.edu>
910
911 * numbers.texi (Integer Basics): Large integers are treated as floats.
912
913 2011-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
914
915 * processes.texi (Synchronous Processes): Document the (:file
916 "/file-name") syntax for `call-process'.
917
918 2011-04-23 Juanma Barranquero <lekktu@gmail.com>
919
920 * windows.texi (Choosing Window): Fix typo.
921
922 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
923
924 * frames.texi (Layout Parameters): Note the difference between
925 querying and setting parameters for left-fringe and right-fringe
926 (Bug#6930).
927
928 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
929
930 * minibuf.texi (Basic Completion): Be a bit more precise about the
931 valid kinds of completion tables.
932 (Programmed Completion): Remove obsolete text about lambda expressions
933 not being valid completion tables.
934
935 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
936
937 * positions.texi (Excursions): Explain the "save-excursion
938 defeated by set-buffer" warning.
939
940 * buffers.texi (Current Buffer): Copyedits. Don't recommend using
941 save-excursion. Suggested by Uday S Reddy.
942
943 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
944
945 * variables.texi (Defining Variables): Mention the new meaning of `defvar'.
946 (Lexical Binding): New sub-section.
947
948 * eval.texi (Eval): Discourage the use of `eval'.
949 Document its new `lexical' argument.
950
951 2011-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
952
953 * commands.texi (Command Overview): `post-command-hook' is not reset to
954 nil any more.
955
956 2011-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
957
958 * strings.texi (String Conversion): Don't mention
959 string-make-(uni|multi)byte (bug#8262).
960 * nonascii.texi (Converting Representations): Fix up range.
961 * keymaps.texi (Key Binding Commands): Update code point, avoid
962 "unibyte character" and remove mention of unibyte bindings.
963
964 2011-03-10 Eli Zaretskii <eliz@gnu.org>
965
966 * modes.texi (Operator Precedence Grammars): Don't use characters
967 outside ISO-8859-1.
968
969 2011-03-09 Eli Zaretskii <eliz@gnu.org>
970
971 * intro.texi (Acknowledgements): Convert to ISO-8859-1 encoding.
972
973 * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
974
975 2011-03-08 Glenn Morris <rgm@gnu.org>
976
977 * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
978 * intro.texi (Acknowledgements): Names to UTF-8.
979 * elisp.texi: Set documentencoding.
980
981 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
982
983 * Version 23.3 released.
984
985 2011-03-06 Chong Yidong <cyd@stupidchicken.com>
986
987 * package.texi: Update index keywords.
988 (Package Archives): New node contents. Document package-x.el.
989
990 2011-03-06 Juanma Barranquero <lekktu@gmail.com>
991
992 * makefile.w32-in (srcs): Add package.texi.
993
994 2011-03-06 Chong Yidong <cyd@stupidchicken.com>
995
996 * package.texi (Packaging, Packaging Basics, Simple Packages)
997 (Multi-file Packages): Expand and clarify.
998 (Package Archives): Temporary placeholder node.
999
1000 * elisp.texi (Top): Update node listing.
1001
1002 * Makefile.in (srcs): Add package.texi.
1003
1004 2011-03-05 Chong Yidong <cyd@stupidchicken.com>
1005
1006 * processes.texi (Synchronous Processes): Minor clarification
1007 (Bug#8149).
1008
1009 2011-03-03 Glenn Morris <rgm@gnu.org>
1010
1011 * files.texi (Truenames): Minor clarification. (Bug#2341)
1012
1013 2011-03-01 Glenn Morris <rgm@gnu.org>
1014
1015 * variables.texi (Directory Local Variables):
1016 Mention `(subdirs . nil)' alist element.
1017
1018 2011-02-28 Glenn Morris <rgm@gnu.org>
1019
1020 * variables.texi (Directory Local Variables): Mention the optional
1021 mtime argument of dir-locals-set-directory-class. (Bug#3577)
1022
1023 2011-02-27 Chong Yidong <cyd@stupidchicken.com>
1024
1025 * minibuf.texi (Minibuffer History): Clarify discussion of
1026 minibuffer history lists (Bug#8085).
1027
1028 2011-02-19 Eli Zaretskii <eliz@gnu.org>
1029
1030 * elisp.texi: Sync @dircategory with ../../info/dir.
1031
1032 * files.texi (Visiting Functions): Document find-file-literally,
1033 both the command and the variable.
1034
1035 * variables.texi (Creating Buffer-Local): Explain the meaning of
1036 permanent local variables.
1037
1038 * files.texi (Visiting Functions): Document find-file-literally,
1039 both the command and the variable.
1040
1041 * variables.texi (Creating Buffer-Local): Explain the meaning of
1042 permanent local variables.
1043
1044 2011-02-19 Glenn Morris <rgm@gnu.org>
1045
1046 * keymaps.texi (Remapping Commands): Mention how to undo it.
1047
1048 2011-02-09 Reuben Thomas <rrt@sc3d.org>
1049
1050 * loading.texi (Hooks for Loading): Remove unnecessary advice
1051 about eval-after-load (Bug#7986).
1052
1053 2011-02-05 Chong Yidong <cyd@stupidchicken.com>
1054
1055 * commands.texi (Accessing Mouse): Note that a header line is not
1056 included in the row of posn-col-row.
1057
1058 2011-02-02 Chong Yidong <cyd@stupidchicken.com>
1059
1060 * modes.texi (Major Mode Conventions): Add face guidelines.
1061 (Faces for Font Lock): List faces in order of prominence.
1062
1063 2011-02-01 Paul Eggert <eggert@cs.ucla.edu>
1064
1065 format-time-string now supports subsecond time stamp resolution
1066 * os.texi (Time Parsing): Document %N.
1067
1068 2011-01-28 Chong Yidong <cyd@stupidchicken.com>
1069
1070 * vol1.texi (Top):
1071 * vol2.texi (Top):
1072 * elisp.texi (Top):
1073 * display.texi (Display Property): Shorten the menu description of
1074 the "Other Display Specs" node (Bug#7816).
1075
1076 * keymaps.texi (Defining Menus): Add "menu item" and "extended
1077 menu item" concept index entries (Bug#7805).
1078
1079 2011-01-29 Eli Zaretskii <eliz@gnu.org>
1080
1081 * makefile.w32-in (texinfodir): New variable.
1082 (usermanualdir): Remove as redundant with $(emacsdir).
1083 (MAKEINFO): Remove options, leave only program name.
1084 (MAKEINFO_OPTS): New variable.
1085 (texinputdir, $(infodir)/elisp): Use $(MAKEINFO_OPTS).
1086
1087 2011-01-25 Chong Yidong <cyd@stupidchicken.com>
1088 Richard Kim <emacs18@gmail.com>
1089
1090 * loading.texi (Library Search): Document list-load-path-shadows
1091 (Bug#7757).
1092
1093 2011-01-25 Chong Yidong <cyd@stupidchicken.com>
1094
1095 * searching.texi (Regexp Special): Remove outdated discussion of
1096 character sets (Bug#7780).
1097
1098 * frames.texi (Pop-Up Menus): Document where menu title comes
1099 from (Bug#7684).
1100
1101 2011-01-25 Glenn Morris <rgm@gnu.org>
1102
1103 * display.texi (Making Buttons): Mention limitation of text buttons.
1104
1105 2011-01-23 Werner Lemberg <wl@gnu.org>
1106
1107 * Makefile.in (MAKEINFO): Now controlled by `configure'.
1108 (MAKEINFO_OPTS): New variable. Use it where appropriate.
1109 (ENVADD): New variable to control texi2dvi and texi2pdf.
1110
1111 2011-01-15 Chong Yidong <cyd@stupidchicken.com>
1112
1113 * files.texi (Directory Names): Move directory-abbrev-alist doc to
1114 Emacs manual.
1115
1116 2011-01-15 Eli Zaretskii <eliz@gnu.org>
1117
1118 * files.texi (Directory Names): Explain why FROM in
1119 directory-abbrev-alist should begin with \`. (Bug#7777)
1120
1121 2011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
1122
1123 * loading.texi (Hooks for Loading): Adjust doc of eval-after-load.
1124
1125 2011-01-02 Eli Zaretskii <eliz@gnu.org>
1126
1127 * modes.texi (Emulating Mode Line): Fix last change.
1128
1129 2011-01-02 Eli Zaretskii <eliz@gnu.org>
1130
1131 * modes.texi (Emulating Mode Line): Update documentation of
1132 format-mode-line according to changes that fixed bug #7587.
1133
1134 2010-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
1135
1136 * modes.texi (Derived Modes): Mention prog-mode.
1137
1138 * keymaps.texi (Simple Menu Items, Extended Menu Items): Remove mention
1139 of the key-binding-data cache since we don't use it any more.
1140
1141 2010-12-13 Eli Zaretskii <eliz@gnu.org>
1142
1143 * processes.texi (Shell Arguments):
1144 * strings.texi (Creating Strings): Don't mention "shell commands";
1145 make it explicit that `split-string-and-unquote' and
1146 `combine-and-quote-strings' are mainly for working with arguments
1147 to call-process and start-process.
1148
1149 * processes.texi (Shell Arguments): Fix documentation of
1150 `split-string-and-unquote'. Add indexing. (Bug#7563)
1151
1152 2010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
1153
1154 * modes.texi (Auto-Indentation): New section to document SMIE.
1155 (Major Mode Conventions):
1156 * text.texi (Mode-Specific Indent): Refer to it.
1157
1158 2010-12-13 Eli Zaretskii <eliz@gnu.org>
1159
1160 * display.texi (Other Display Specs): Document left-fringe and
1161 right-fringe display specs.
1162
1163 2010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
1164
1165 * backups.texi (Making Backups):
1166 * modes.texi (Example Major Modes): Use recommended coding style.
1167 (Major Mode Basics, Derived Modes): Encourge more strongly use of
1168 define-derived-mode. Mention completion-at-point-functions.
1169
1170 2010-12-13 Chong Yidong <cyd@stupidchicken.com>
1171
1172 * nonascii.texi (Converting Representations):
1173 Document byte-to-string.
1174
1175 2010-12-08 Glenn Morris <rgm@gnu.org>
1176
1177 * buffers.texi (Modification Time):
1178 verify-visited-file-modtime now defaults to the current buffer.
1179
1180 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
1181
1182 * nonascii.texi (Converting Representations): Document byte-to-string.
1183
1184 * strings.texi (Creating Strings): Don't mention semi-obsolete
1185 function char-to-string.
1186 (String Conversion): Shorten discussion of semi-obsolete function
1187 string-to-char. Link to Converting Representations.
1188
1189 * objects.texi (Symbol Type):
1190 * text.texi (Near Point):
1191 * help.texi (Help Functions):
1192 * functions.texi (Mapping Functions): Use string instead of
1193 char-to-string in examples.
1194
1195 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
1196
1197 * text.texi (Kill Functions, Kill Functions)
1198 (Low-Level Kill Ring, Low-Level Kill Ring): Remove obsolete
1199 YANK-HANDLER args.
1200
1201 * symbols.texi (Creating Symbols): Using unintern without an
1202 obarray arg is now obsolete.
1203
1204 * numbers.texi (Float Basics): Document float-e and float-pi.
1205
1206 * variables.texi (Defining Variables): Change "pi" example to
1207 "float-pi".
1208
1209 2010-11-26 Eli Zaretskii <eliz@gnu.org>
1210
1211 * commands.texi (Click Events): Document the values of X, Y and
1212 COL, ROW in the event's position, when the click is on the header
1213 or mode line, on the fringes, or in the margins.
1214
1215 2010-11-17 Eli Zaretskii <eliz@gnu.org>
1216
1217 * customize.texi (Composite Types): Lower-case index entry.
1218
1219 * loading.texi (How Programs Do Loading):
1220 Document load-file-name. (Bug#7346)
1221
1222 2010-11-17 Glenn Morris <rgm@gnu.org>
1223
1224 * text.texi (Kill Functions, Low-Level Kill Ring): Small fixes.
1225
1226 2010-11-13 Eli Zaretskii <eliz@gnu.org>
1227
1228 * display.texi (Usual Display): Characters with no fonts are not
1229 necessarily displayed as empty boxes.
1230
1231 2010-10-31 Glenn Morris <rgm@gnu.org>
1232
1233 * maps.texi (Standard Keymaps): Update File menu description.
1234
1235 2010-10-28 Glenn Morris <rgm@gnu.org>
1236
1237 * Makefile.in (elisp.dvi, elisp.pdf): Also include $emacsdir.
1238
1239 2010-10-24 Eli Zaretskii <eliz@gnu.org>
1240
1241 * display.texi (Window Systems): Deprecate use of window-system as
1242 a predicate.
1243
1244 2010-10-23 Glenn Morris <rgm@gnu.org>
1245
1246 * help.texi (Documentation Basics): Remove mentions of digest-doc and
1247 sorted-doc.
1248
1249 2010-10-15 Eli Zaretskii <eliz@gnu.org>
1250
1251 * os.texi (Dynamic Libraries): New node, with slightly modified
1252 text deleted from "Image Formats".
1253 (System Interface): Add @menu entry for "Dynamic Libraries".
1254
1255 * display.texi (Image Formats): Remove description of
1256 image-library-alist. (Renamed in 2010-10-13T14:50:06Z!lekktu@gmail.com.)
1257
1258 2010-10-12 Glenn Morris <rgm@gnu.org>
1259
1260 * book-spine.texinfo: Rename to book-spine.texi.
1261
1262 2010-10-11 Glenn Morris <rgm@gnu.org>
1263
1264 * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
1265
1266 * Makefile.in (DVIPS): New variable.
1267 (.PHONY): Add html, ps.
1268 (html, elisp.html, ps, elisp.ps): New targets.
1269 (clean): Delete html, ps files.
1270 ($(infodir)/elisp): Remove unnecessary includes.
1271
1272 2010-10-09 Eli Zaretskii <eliz@gnu.org>
1273
1274 * makefile.w32-in (emacsdir): New variable.
1275 (srcs): Add emacsver.texi.
1276 ($(infodir)/elisp, elisp.dvi): Add -I$(emacsdir).
1277
1278 2010-10-09 Glenn Morris <rgm@gnu.org>
1279
1280 * Makefile.in (VPATH): Remove.
1281 (infodir): Make it absolute.
1282 (mkinfodir, $(infodir)/elisp, infoclean): No need to cd $srcdir.
1283
1284 * Makefile.in (dist): Anchor regexps.
1285
1286 * Makefile.in (srcs): Put elisp.texi first.
1287 ($(infodir)/elisp, elisp.dvi, elisp.pdf): Use $<.
1288
1289 * Makefile.in (infoclean): Remove harmless, long-standing error.
1290
1291 * Makefile.in ($(infodir)): Delete rule.
1292 (mkinfodir): New.
1293 ($(infodir)/elisp): Use $mkinfodir instead of infodir.
1294
1295 * Makefile.in (dist): Remove reference to emacsver.texi.in.
1296 Also copy emacsver.texi, and edit $emacsdir.
1297
1298 2010-10-09 Glenn Morris <rgm@gnu.org>
1299
1300 * Makefile.in (emacsdir): New variable.
1301 (MAKEINFO): Add -I $emacsdir.
1302 (dist): Copy emacsver.texi.
1303 (srcs): Add emacsver.texi.
1304
1305 * book-spine.texinfo, elisp.texi, vol2.texi, vol1.texi:
1306 Set EMACSVER by including emacsver.texi.
1307
1308 * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
1309
1310 2010-10-07 Glenn Morris <rgm@gnu.org>
1311
1312 * Makefile.in (version): New, set by configure.
1313 (clean): Delete dist tar file.
1314 (dist): Use version in tar name.
1315
1316 2010-10-06 Glenn Morris <rgm@gnu.org>
1317
1318 * Makefile.in: Rearrange to more closely resemble doc/emacs/Makefile.
1319 (INSTALL_INFO): Remove unused variable.
1320 (mostlyclean, infoclean, dist): New rules.
1321 (clean): Delete dvi and pdf files.
1322 (maintainer-clean): Remove elisp.oaux, use infoclean.
1323 ($(infodir)): Add parallel build workaround.
1324
1325 2010-10-04 Glenn Morris <rgm@gnu.org>
1326
1327 * Makefile.in (dvi, pdf, $(infodir)): New targets.
1328 ($(infodir)/elisp): Ensure target directory exists. Use $@.
1329 Fix -I typo.
1330 (clean): No 'make.out' or 'core' files.
1331 (.PHONY): Declare clean rules.
1332 (maintainer-clean): Delete pdf file. Guard against cd failures.
1333
1334 2010-10-03 Glenn Morris <rgm@gnu.org>
1335
1336 * files.texi (File Name Components): Remove ignored section about
1337 deleted variable directory-sep-char.
1338
1339 2010-10-03 Michael Albinus <michael.albinus@gmx.de>
1340
1341 * files.texi (Magic File Names): New defopt
1342 remote-file-name-inhibit-cache.
1343
1344 2010-10-02 Glenn Morris <rgm@gnu.org>
1345
1346 * os.texi (Killing Emacs): Hook now runs in batch mode.
1347
1348 2010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
1349
1350 * text.texi (Special Properties): Clarify when modification-hooks run.
1351
1352 2010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
1353
1354 * syntax.texi (Syntax Flags): Document new `c' flag.
1355
1356 2010-09-09 Glenn Morris <rgm@gnu.org>
1357
1358 * display.texi (ImageMagick Images): General cleanup.
1359
1360 2010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
1361
1362 * files.texi (Directory Names): Use \` rather than ^.
1363
1364 2010-09-02 Jan Djärv <jan.h.d@swipnet.se>
1365
1366 * text.texi (Low-Level Kill Ring):
1367 * frames.texi (Window System Selections): Remove cut buffer
1368 documentation.
1369
1370 2010-08-28 Eli Zaretskii <eliz@gnu.org>
1371
1372 * display.texi (Fringe Size/Pos): Add a cross-reference to "Layout
1373 Parameters", where the default fringe width is described.
1374
1375 * frames.texi (Window Frame Parameters, Basic Parameters)
1376 (Position Parameters, Layout Parameters, Management Parameters)
1377 (Cursor Parameters, Font and Color Parameters): Add indexing for
1378 frame parameters. (Bug#6929)
1379
1380 2010-08-25 Tom Tromey <tromey@redhat.com>
1381
1382 * vol2.texi (Top): Update.
1383 * vol1.texi (Top): Update.
1384 * tips.texi (Library Headers): Mention Package-Version and
1385 Package-Requires.
1386 * package.texi: New file.
1387 * os.texi (System Interface): Update pointers.
1388 * elisp.texi (Top): Link to new nodes. Include package.texi.
1389 * anti.texi (Antinews): Update pointers.
1390
1391 2010-08-25 Eli Zaretskii <eliz@gnu.org>
1392
1393 * processes.texi (Filter Functions): Fix last change.
1394
1395 2010-08-24 Markus Triska <triska@gmx.at>
1396
1397 * processes.texi (Filter Functions): Use `buffer-live-p' instead
1398 of `buffer-name' in the main text as well as in the example
1399 (Bug#3098).
1400
1401 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
1402
1403 * nonascii.texi (Text Representations):
1404 * loading.texi (Loading Non-ASCII):
1405 * compile.texi (Byte Compilation): Don't mention obsolete
1406 --unibyte command-line argument.
1407
1408 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
1409
1410 * modes.texi (Defining Minor Modes): Doc fix (Bug#6880).
1411
1412 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
1413
1414 * objects.texi (Bool-Vector Type): Minor definition tweak (Bug#6878).
1415
1416 2010-08-20 Eli Zaretskii <eliz@gnu.org>
1417
1418 * commands.texi (Misc Events): Add cross-references to where
1419 POSITION of a mouse event is described in detail.
1420
1421 2010-08-08 Christoph Scholtes <cschol2112@googlemail.com>
1422
1423 * control.texi (Handling Errors) <error-message-string>: Fix arg name.
1424
1425 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
1426
1427 * modes.texi (Defining Minor Modes): Use C-backspace, not C-delete.
1428 Suggested by Štěpán Němec <stepnem@gmail.com>.
1429
1430 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
1431
1432 * minibuf.texi (High-Level Completion): Document args of
1433 `read-buffer-function' (bug#5625).
1434
1435 2010-07-29 Jan Djärv <jan.h.d@swipnet.se>
1436
1437 * frames.texi (Layout Parameters): Add doc for tool-bar-position.
1438
1439 2010-07-29 Michael Albinus <michael.albinus@gmx.de>
1440
1441 * processes.texi (Process Information): Explain process property
1442 `remote-tty'.
1443
1444 2010-07-27 Juanma Barranquero <lekktu@gmail.com>
1445
1446 * modes.texi (Defining Minor Modes): Use C-delete in examples,
1447 instead of "\C-\^?" (bug#6334).
1448
1449 * text.texi (Special Properties): Fix typo.
1450
1451 2010-07-09 Eli Zaretskii <eliz@gnu.org>
1452
1453 * internals.texi (Writing Emacs Primitives): Adapt to ANSI C
1454 calling sequences, which are now the standard.
1455
1456 2010-06-24 Chong Yidong <cyd@stupidchicken.com>
1457
1458 * text.texi (Undo): Clarify command loop behavior (Bug#2433).
1459
1460 * commands.texi (Command Overview): Mention undo-boundary call.
1461
1462 2010-06-23 Glenn Morris <rgm@gnu.org>
1463
1464 * abbrevs.texi, commands.texi, compile.texi, debugging.texi:
1465 * display.texi, edebug.texi, elisp.texi, eval.texi, files.texi:
1466 * frames.texi, functions.texi, internals.texi, keymaps.texi:
1467 * loading.texi, minibuf.texi, numbers.texi, os.texi, processes.texi:
1468 * searching.texi, sequences.texi, strings.texi, syntax.texi:
1469 * text.texi, tips.texi, vol1.texi, vol2.texi, windows.texi:
1470 Untabify Texinfo files.
1471
1472 2010-06-20 Chong Yidong <cyd@stupidchicken.com>
1473
1474 * modes.texi (Minor Mode Conventions): Fix typo (Bug#6477).
1475
1476 2010-06-19 Chong Yidong <cyd@stupidchicken.com>
1477
1478 * errors.texi (Standard Errors): Remove unnecessary markup (Bug#6461).
1479
1480 2010-06-02 Chong Yidong <cyd@stupidchicken.com>
1481
1482 * searching.texi (Regexp Special): Remove obsolete information
1483 about matching non-ASCII characters, and suggest using char
1484 classes (Bug#6283).
1485
1486 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
1487
1488 * minibuf.texi (Basic Completion): Add missing "@end defun".
1489
1490 2010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
1491
1492 * minibuf.texi (Basic Completion): Document completion-boundaries.
1493 (Programmed Completion): Document the new fourth method for boundaries.
1494
1495 2010-05-22 Chong Yidong <cyd@stupidchicken.com>
1496
1497 * display.texi (Image Cache): Update documentation about image caching.
1498
1499 2010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
1500
1501 * windows.texi (Textual Scrolling):
1502 * tips.texi (Coding Conventions):
1503 * minibuf.texi (Minibuffer History):
1504 * maps.texi (Standard Keymaps):
1505 * loading.texi (Where Defined):
1506 * edebug.texi (Instrumenting): Fix typos.
1507
1508 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
1509
1510 * keymaps.texi (Menu Bar): Document :advertised-binding property.
1511
1512 * functions.texi (Obsolete Functions):
1513 Document set-advertised-calling-convention.
1514
1515 * minibuf.texi (Basic Completion): Document completion-in-region.
1516 (Programmed Completion): Document completion-annotate-function.
1517
1518 * commands.texi (Reading One Event): Document read-key.
1519 (Distinguish Interactive): Document KIND arg to
1520 called-interactively-p. Delete obsolete interactive-p.
1521
1522 * elisp.texi (Top): Update node description.
1523
1524 2010-05-08 Eli Zaretskii <eliz@gnu.org>
1525
1526 * nonascii.texi (Character Properties):
1527 Document unicode-category-table. Add an index entry for Unicode
1528 general category.
1529
1530 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
1531
1532 * Version 23.2 released.
1533
1534 2010-04-20 Juanma Barranquero <lekktu@gmail.com>
1535
1536 * locals.texi (Standard Buffer-Local Variables):
1537 Remove @ignore'd reference to `direction-reversed'.
1538
1539 2010-04-14 Juri Linkov <juri@jurta.org>
1540
1541 Fix @deffn without category.
1542
1543 * abbrevs.texi (Abbrev Expansion): Replace @deffn with @defun
1544 for `abbrev-insert'.
1545
1546 * buffers.texi (Indirect Buffers): Add category `Command'
1547 to @deffn of `clone-indirect-buffer'.
1548
1549 * windows.texi (Cyclic Window Ordering): Replace @deffn with @defun
1550 for `next-window' and `previous-window'. Add category `Command'
1551 to @deffn of `pop-to-buffer'.
1552
1553 2010-04-01 Chong Yidong <cyd@stupidchicken.com>
1554
1555 * nonascii.texi (Text Representations): Don't mark
1556 enable-multibyte-characters as a user option.
1557
1558 2010-03-31 Eli Zaretskii <eliz@gnu.org>
1559
1560 * control.texi (Handling Errors): How to re-throw a signal caught
1561 by condition-case.
1562
1563 2010-03-26 Chong Yidong <cyd@stupidchicken.com>
1564
1565 * loading.texi (Hooks for Loading): Document after-load-functions.
1566 Copyedits.
1567
1568 2010-03-24 Arni Magnusson <arnima@hafro.is> (tiny change)
1569
1570 * frames.texi (Cursor Parameters): Fix typo. (Bug#5760)
1571
1572 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
1573
1574 * processes.texi (Network Processes): Document seqpacket type.
1575
1576 2010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
1577
1578 * os.texi (System Environment): Do not mention lynxos.
1579
1580 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
1581
1582 * Branch for 23.2.
1583
1584 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
1585
1586 * objects.texi (Integer Type): Take note of the read syntax
1587 exception for numbers that cannot fit in the integer type.
1588
1589 2010-03-03 Glenn Morris <rgm@gnu.org>
1590
1591 * numbers.texi (Integer Basics, Bitwise Operations):
1592 * objects.texi (Integer Type): Update for integers now being 30-bit.
1593
1594 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
1595
1596 * display.texi (Low-Level Font): Document :otf font-spec property.
1597
1598 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
1599
1600 * display.texi (Line Height): Avoid obsolete special default variables
1601 like default-major-mode.
1602
1603 2010-01-28 Alan Mackenzie <acm@muc.de>
1604
1605 * display.texi (Auto Faces): Say fontification-functions is called
1606 whether or not Font Lock is enabled. Tidy up the wording a bit.
1607
1608 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
1609
1610 * elisp.texi: Remove duplicate edition information (Bug#5407).
1611
1612 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
1613
1614 * two.el (volume-header-toc-markup): Fix typos in docstring.
1615
1616 2010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
1617
1618 Avoid dubious uses of save-excursions.
1619 * positions.texi (Excursions): Recommend the use of
1620 save-current-buffer if applicable.
1621 * text.texi (Clickable Text): Fix the example code which used
1622 save-excursion in a naive way which sometimes preserves point and
1623 sometimes not.
1624 * variables.texi (Creating Buffer-Local):
1625 * os.texi (Session Management):
1626 * display.texi (GIF Images):
1627 * control.texi (Cleanups): Use (save|with)-current-buffer.
1628
1629 2010-01-02 Eli Zaretskii <eliz@gnu.org>
1630
1631 * modes.texi (Example Major Modes): Fix indentation. (Bug#5195)
1632
1633 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
1634
1635 * nonascii.texi (Text Representations, Character Codes)
1636 (Converting Representations, Explicit Encoding)
1637 (Translation of Characters): Use hex notation consistently.
1638 (Character Sets): Fix map-charset-chars doc (Bug#5197).
1639
1640 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
1641
1642 * loading.texi (Where Defined): Make it clearer that these are
1643 loaded files (Bug#5068).
1644
1645 2009-12-29 Chong Yidong <cyd@stupidchicken.com>
1646
1647 * minibuf.texi (Completion Styles): Document `initials' style.
1648
1649 2009-12-25 Chong Yidong <cyd@stupidchicken.com>
1650
1651 * frames.texi (Resources): Describe inhibit-x-resources.
1652 (Size Parameters): Copyedit.
1653
1654 * hash.texi (Creating Hash):
1655 * objects.texi (Hash Table Type): Document the new hash table
1656 printed representation.
1657
1658 * minibuf.texi (Basic Completion): 4th arg to all-completions is
1659 obsolete.
1660
1661 * processes.texi (Process Buffers):
1662 Document process-kill-buffer-query-function.
1663
1664 2009-12-05 Glenn Morris <rgm@gnu.org>
1665
1666 * hooks.texi (Standard Hooks): Remove diary-display-hook, replaced by
1667 diary-display-function, and no longer recommended to be a hook.
1668 Update for changes in the names of calendar and diary hooks.
1669 diary-print-entries-hook has changed section.
1670
1671 2009-11-28 Eli Zaretskii <eliz@gnu.org>
1672
1673 * text.texi (Special Properties): More accurate description of
1674 what the `cursor' property does.
1675
1676 2009-11-26 Kevin Ryde <user42@zip.com.au>
1677
1678 * commands.texi (Misc Events): vindex mouse-wheel-up-event and
1679 mouse-wheel-down-event, the closest thing to a definition for them.
1680 * os.texi (Startup Summary): vindex inhibit-startup-message and
1681 inhibit-splash-screen.
1682 (Command-Line Arguments): vindex argv.
1683 (Suspending Emacs): vindex suspend-tty-functions and
1684 resume-tty-functions. Don't want to index every hook, but having
1685 the programming ones is helpful.
1686
1687 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
1688
1689 * commands.texi (Motion Events): Fix typo (Bug#4907).
1690
1691 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
1692
1693 * searching.texi (Char Classes): Note that [:upper:] and [:lower:]
1694 are affected by case-fold-search (Bug#4483).
1695
1696 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
1697
1698 * minibuf.texi (Reading File Names): Note that read-file-name may
1699 use a graphical file dialog.
1700
1701 2009-10-31 Glenn Morris <rgm@gnu.org>
1702
1703 * nonascii.texi (User-Chosen Coding Systems): Minor reword. (Bug#4817)
1704
1705 2009-10-16 Kevin Ryde <user42@zip.com.au>
1706
1707 * files.texi (Magic File Names): Add @vindex file-name-handler-alist,
1708 in particular so `info-lookup-symbol' can find its docs.
1709
1710 2009-10-16 Chong Yidong <cyd@stupidchicken.com>
1711
1712 * variables.texi (Constant Variables): Distinguish from defconst
1713 variables.
1714 (Defining Variables): Add cindex.
1715
1716 2009-10-15 Chong Yidong <cyd@stupidchicken.com>
1717
1718 * os.texi (Time of Day): Clarify that the microsecond part is
1719 ignored (Bug#4637).
1720
1721 2009-10-11 Glenn Morris <rgm@gnu.org>
1722
1723 * frames.texi (Size and Position): Clarify what is included in the frame
1724 height. (Bug#4535)
1725
1726 2009-10-10 Glenn Morris <rgm@gnu.org>
1727
1728 * windows.texi (Size of Window): The relationship between window and
1729 frame heights is not so simple. (Bug#4535)
1730 Mention window-full-height-p.
1731
1732 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
1733
1734 * positions.texi (Text Lines): Remove goto-line, since it shouldn't be
1735 used from Lisp.
1736
1737 2009-10-07 Eli Zaretskii <eliz@gnu.org>
1738
1739 * files.texi (Directory Names) <abbreviate-file-name>:
1740 Document that root home directories are not replaced with "~".
1741
1742 2009-10-06 Eli Zaretskii <eliz@gnu.org>
1743
1744 * text.texi (Special Properties): Document the meaning of the
1745 `cursor' text property whose value is an integer.
1746
1747 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
1748
1749 * files.texi (Magic File Names): Add `copy-directory'.
1750
1751 2009-10-05 Eli Zaretskii <eliz@gnu.org>
1752
1753 * files.texi (File Attributes): Fix description of file
1754 attributes. (Bug#4638) Update attributes of files.texi example to
1755 be more representative.
1756
1757 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
1758
1759 * files.texi (Create/Delete Dirs): New command copy-directory.
1760
1761 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
1762
1763 * anti.texi (Antinews):
1764 * macros.texi (Indenting Macros):
1765 * strings.texi (Creating Strings, Case Conversion):
1766 Remove duplicate words.
1767
1768 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
1769
1770 * files.texi (Create/Delete Dirs): delete-directory has an
1771 optional parameter RECURSIVE.
1772
1773 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
1774
1775 * buffers.texi (Swapping Text): Minor clarification.
1776
1777 2009-10-01 Glenn Morris <rgm@gnu.org>
1778
1779 * functions.texi (Declaring Functions): Mention that we also search for
1780 ".m" files in the src/ directory.
1781
1782 2009-09-25 David Engster <deng@randomsample.de>
1783
1784 * display.texi (Managing Overlays): Document copy-overlay (Bug#4549).
1785
1786 2009-09-22 Glenn Morris <rgm@gnu.org>
1787
1788 * internals.texi (Building Emacs): Mention preloaded-file-list.
1789
1790 2009-09-14 Alan Mackenzie <acm@muc.de>
1791
1792 * os.texi (Terminal Output): Put "@code{}" around "stdout".
1793
1794 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
1795
1796 * functions.texi (Anonymous Functions): Rearrange discussion,
1797 giving usage of unquoted lambda forms first. Mention that
1798 `function' and `#'' are no longer required (Bug#4290).
1799
1800 2009-09-11 Alan Mackenzie <acm@muc.de>
1801
1802 * os.texi (Terminal Output): Document `send-string-to-terminal' in
1803 batch mode.
1804
1805 2009-09-01 Glenn Morris <rgm@gnu.org>
1806
1807 * display.texi (Face Functions): Mention define-obsolete-face-alias.
1808
1809 2009-08-26 Ulrich Mueller <ulm@gentoo.org>
1810
1811 * nonascii.texi (Character Codes): Fix typos.
1812
1813 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
1814
1815 * processes.texi (Synchronous Processes): New defvar
1816 process-file-side-effects.
1817
1818 2009-08-25 Glenn Morris <rgm@gnu.org>
1819
1820 * display.texi (Fontsets): Fix typo.
1821
1822 * files.texi (Format Conversion Round-Trip): Mention nil regexp.
1823
1824 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
1825
1826 * processes.texi (Asynchronous Processes): Adjust arglist of
1827 start-process-shell-command and start-file-process-shell-command.
1828
1829 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
1830
1831 * advice.texi (Argument Access in Advice): Note that argument
1832 positions are zero-based (Bug#3932).
1833
1834 * commands.texi (Distinguish Interactive): Minor copyedit.
1835
1836 * display.texi (Face Attributes): Add xref to Displaying Faces for
1837 explanation of "underlying face".
1838
1839 * customize.texi (Common Keywords): Add xref to Loading.
1840
1841 * loading.texi (How Programs Do Loading): Add xref to Lisp
1842 Libraries node in the Emacs manual.
1843
1844 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
1845
1846 * objects.texi (Meta-Char Syntax): Add xref to Strings of Events.
1847
1848 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
1849
1850 * processes.texi (Shell Arguments): Copyedits.
1851
1852 2009-07-18 Glenn Morris <rgm@gnu.org>
1853
1854 * loading.texi (Repeated Loading): Fix typo.
1855
1856 2009-07-16 Richard Stallman <rms@gnu.org>
1857
1858 * buffers.texi (Swapping Text): Recommend setting
1859 write-region-annotate-functions and buffer-saved-size.
1860
1861 * backups.texi (Auto-Saving): Document buffer-saved-size = -2.
1862
1863 2009-07-15 Glenn Morris <rgm@gnu.org>
1864
1865 * edebug.texi: Minor re-phrasings throughout.
1866 (Edebug Execution Modes): Sit-for affects continue mode too.
1867 (Jumping): Use `forward-sexp' rather than its keybinding.
1868 (Edebug Misc): Fix Q binding.
1869 (Edebug Eval): Remove cl version.
1870 (Printing in Edebug): Clarify print-length etc.
1871 (Instrumenting Macro Calls): Defopt edebug-eval-macro-args.
1872 (Specification List): Remove edebug-unwrap findex entry.
1873 (Specification Examples): defmacro is actually not the same as defun.
1874 Escape "`" in example.
1875
1876 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
1877
1878 * markers.texi (The Mark): Document optional arg to
1879 deactivate-mark.
1880
1881 2009-07-11 Kevin Ryde <user42@zip.com.au>
1882
1883 * hooks.texi (Standard Hooks): Fix cross-references.
1884
1885 * loading.texi (Named Features): Refer to eval-after-load.
1886
1887 2009-07-11 Glenn Morris <rgm@gnu.org>
1888
1889 * Makefile.in (TEXI2PDF): New.
1890 (elisp.pdf): New target.
1891
1892 * searching.texi (Regexp Backslash): Fix typo.
1893
1894 * elisp.texi (Top): Display copyright notice at start of non-TeX.
1895
1896 2009-07-10 Glenn Morris <rgm@gnu.org>
1897
1898 * elisp.texi, vol1.texi, vol2.texi: Update @detailmenu.
1899
1900 * customize.texi (Customization Types):
1901 * display.texi (Abstract Display):
1902 * objects.texi (Character Type, String Type):
1903 Merge in some menu descriptions from elisp.texi.
1904
1905 * hash.texi (Hash Tables):
1906 * modes.texi (Multiline Font Lock):
1907 End menu description with period.
1908
1909 2009-07-09 Glenn Morris <rgm@gnu.org>
1910
1911 * back.texi: Don't hard-code texinfo location.
1912
1913 * two-volume.make (texinfodir): New, with location of texinfo.tex.
1914 (tex): Add texinfodir to TEXINPUTS.
1915 (elisp1med-init, elisp2med-init): Use texinfodir.
1916
1917 * Makefile.in (texinfodir): Rename from usermanualdir, and update.
1918 (clean): Add two-volume.make intermediate files.
1919
1920 * elisp.texi, vol1.texi, vol2.texi:
1921 Use a DATE variable with the publication date, and update it.
1922 Fix antinews menu description.
1923
1924 * vol1.texi, vol2.texi: Update VERSION to match elisp.texi.
1925 Update the detailed node listing to match elisp.texi.
1926
1927 * README: Update edition to match elisp.texi.
1928
1929 * objects.texi (General Escape Syntax):
1930 * nonascii.texi (Character Sets):
1931 Use consistent case for "Unicode Standard".
1932
1933 * anti.texi (Antinews):
1934 * customize.texi (Variable Definitions):
1935 * functions.texi (Declaring Functions):
1936 * nonascii.texi (Character Properties):
1937 * processes.texi (Serial Ports):
1938 * text.texi (Special Properties):
1939 * tips.texi (Coding Conventions):
1940 Minor rearrangements to improve TeX line-filling.
1941
1942 * commands.texi (Using Interactive): Fix cross-reference.
1943
1944 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
1945
1946 * frames.texi (Management Parameters): Mention sticky.
1947
1948 2009-07-01 Andreas Schwab <aschwab@redhat.com>
1949
1950 * help.texi (Help Functions): Fix description of help-buffer and
1951 help-setup-xref to use @defun instead of @deffn.
1952
1953 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
1954
1955 * frames.texi (Size Parameters): Mention maximized for fullscreen.
1956
1957 2009-06-24 Chong Yidong <cyd@stupidchicken.com>
1958
1959 * display.texi (Window Systems): Add ns to the list.
1960
1961 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
1962
1963 * Branch for 23.1.
1964
1965 2009-06-17 Martin Rudalics <rudalics@gmx.at>
1966
1967 * windows.texi (Dedicated Windows): Fix typo.
1968 (Resizing Windows): Replace @defun by @deffn.
1969
1970 2009-06-17 Glenn Morris <rgm@gnu.org>
1971
1972 * variables.texi (Directory Local Variables):
1973 Update for 2009-04-11 name-change of dir-locals-directory-alist.
1974
1975 2009-06-09 Kenichi Handa <handa@m17n.org>
1976
1977 * nonascii.texi (Character Sets): State clearly that FROM and TO
1978 are codepoints of CHARSET.
1979
1980 2009-06-07 Chong Yidong <cyd@stupidchicken.com>
1981
1982 * minibuf.texi (Reading File Names): Fix introductory text.
1983 Suggested by stan@derbycityprints.com.
1984 (High-Level Completion): Fix typo.
1985
1986 2009-05-28 Chong Yidong <cyd@stupidchicken.com>
1987
1988 * frames.texi (Text Terminal Colors): Multi-tty is already
1989 implemented, but tty-local colors are not.
1990
1991 2009-05-27 Chong Yidong <cyd@stupidchicken.com>
1992
1993 * hooks.texi (Standard Hooks): Remove mention of obsolete
1994 redisplay-end-trigger-functions.
1995
1996 * internals.texi (Window Internals): Remove mention of obsolete
1997 redisplay-end-trigger-functions.
1998
1999 2009-05-21 Martin Rudalics <rudalics@gmx.at>
2000
2001 * abbrevs.texi (Abbrev Mode): abbrev-mode is an option.
2002
2003 * backups.texi (Making Backups): backup-directory-alist and
2004 make-backup-file-name-function are options.
2005 (Auto-Saving): auto-save-list-file-prefix is an option.
2006
2007 * buffers.texi (Killing Buffers): buffer-offer-save is an
2008 option.
2009
2010 * display.texi (Refresh Screen): no-redraw-on-reenter is an
2011 option.
2012 (Echo Area Customization): echo-keystrokes is an option.
2013 (Selective Display): selective-display-ellipses is an option.
2014 (Temporary Displays): temp-buffer-show-function is an option.
2015 (Face Attributes): underline-minimum-offset and x-bitmap-file-path
2016 are options.
2017 (Font Selection): face-font-family-alternatives,
2018 face-font-selection-order, face-font-registry-alternatives, and
2019 scalable-fonts-allowed are options.
2020 (Fringe Indicators): indicate-buffer-boundaries is an option.
2021 (Fringe Cursors): overflow-newline-into-fringe is an option.
2022 (Scroll Bars): scroll-bar-mode is an option.
2023
2024 * eval.texi (Eval): max-lisp-eval-depth is an option.
2025
2026 * files.texi (Visiting Functions): find-file-hook is an option.
2027 (Directory Names): directory-abbrev-alist is an option.
2028 (Unique File Names): temporary-file-directory and
2029 small-temporary-file-directory are options.
2030
2031 * frames.texi (Initial Parameters): initial-frame-alist,
2032 minibuffer-frame-alist and default-frame-alist are options.
2033 (Cursor Parameters): blink-cursor-alist and
2034 cursor-in-non-selected-windows ar options.
2035 (Window System Selections): selection-coding-system is an
2036 option.
2037 (Display Feature Testing): display-mm-dimensions-alist is an
2038 option.
2039
2040 * help.texi (Help Functions): help-char and help-event-list are
2041 options.
2042
2043 * keymaps.texi (Functions for Key Lookup): meta-prefix-char is
2044 an option.
2045
2046 * minibuf.texi (Minibuffer History): history-length and
2047 history-delete-duplicates are options.
2048 (High-Level Completion): read-buffer-function and
2049 read-buffer-completion-ignore-case are options.
2050 (Reading File Names): read-file-name-completion-ignore-case is
2051 an option.
2052
2053 * modes.texi (Mode Line Top): mode-line-format is an option.
2054 (Mode Line Variables): mode-line-position and mode-line-modes
2055 are options.
2056
2057 * nonascii.texi (Text Representations):
2058 enable-multibyte-characters is an option.
2059 (Default Coding Systems): auto-coding-regexp-alist,
2060 file-coding-system-alist, auto-coding-alist and
2061 auto-coding-functions are options.
2062 (Specifying Coding Systems): inhibit-eol-conversion is an
2063 option.
2064
2065 * os.texi (Init File): site-run-file is an option.
2066 (System Environment): mail-host-address is an option.
2067 (User Identification): user-mail-address is an option.
2068 (Terminal Output): baud-rate is an option.
2069
2070 * positions.texi (Word Motion): words-include-escapes is an
2071 option.
2072
2073 * searching.texi (Standard Regexps): page-delimiter,
2074 paragraph-separate, paragraph-separate and sentence-end are
2075 options.
2076
2077 * text.texi (Margins): left-margin and fill-nobreak-predicate
2078 are options.
2079
2080 * variables.texi (Local Variables): max-specpdl-size is an
2081 option.
2082
2083 * windows.texi (Choosing Window):
2084 split-window-preferred-function, special-display-function and
2085 display-buffer-function are options.
2086
2087 2009-05-20 Chong Yidong <cyd@stupidchicken.com>
2088
2089 Fix errors spotted by Martin Rudalics.
2090
2091 * syntax.texi (Position Parse): Document rationale for ignored
2092 arguments to syntax-ppss-flush-cache.
2093
2094 * processes.texi (Input to Processes): Mark PROCESS arg to
2095 process-running-child-p as optional.
2096 (Network Options): Document NO-ERROR arg to
2097 set-network-process-option.
2098
2099 * buffers.texi (Indirect Buffers): Mark clone-indirect-buffer as a
2100 command.
2101
2102 * searching.texi (POSIX Regexps): Mark posix-search-forward and
2103 posix-search-backward as commands.
2104
2105 * os.texi (Killing Emacs): Mark kill-emacs as a command.
2106 (Suspending Emacs): Mark suspend-emacs as a command.
2107 (Processor Run Time): Mark emacs-uptime and emacs-init-time as
2108 commands.
2109 (Terminal Output): Remove obsolete function baud-rate.
2110 Document TERMINAL arg for send-string-to-terminal.
2111
2112 * nonascii.texi (Terminal I/O Encoding): Document TERMINAL arg for
2113 terminal-coding-system and set-terminal-coding-system.
2114 (Explicit Encoding): Mark DESTINATION arg of decode-coding-region
2115 as optional.
2116 (Character Sets): Document RESTRICTION arg of char-charset.
2117 (Character Codes): Mark POS argument to get-byte as optional.
2118
2119 * minibuf.texi (Minibuffer Misc): Document ARGS arg for
2120 minibuffer-message.
2121
2122 * files.texi (Create/Delete Dirs): Mark make-directory and
2123 delete-directory as commands.
2124
2125 * abbrevs.texi (Abbrev Tables): Fix arglist for make-abbrev-table.
2126
2127 * text.texi (Base 64): Mark base64-decode-string and
2128 base64-encode-string as commands.
2129 (Columns): Mark move-to-column as a command.
2130 (Mode-Specific Indent): Document RIGID arg to
2131 indent-for-tab-command.
2132 (Region Indent): Mark TO-COLUMN arg to indent-region as optional.
2133 Mark indent-code-rigidly as a command.
2134 (Substitution): Mark translate-region as a command.
2135
2136 * frames.texi (Size and Position): Remove obsolete functions
2137 screen-height and screen-width.
2138
2139 2009-05-19 Chong Yidong <cyd@stupidchicken.com>
2140
2141 * windows.texi (Cyclic Window Ordering, Cyclic Window Ordering)
2142 (Displaying Buffers, Resizing Windows): Correct mistakes;
2143 next-window, previous-window, and pop-to-buffer are not commands,
2144 and fit-window-to-buffer" is a command. (Pointed out by Martin
2145 Rudalics.)
2146
2147 2009-05-17 Richard M Stallman <rms@gnu.org>
2148
2149 * modes.texi (Precalculated Fontification): Clarify text.
2150
2151 2009-05-17 Martin Rudalics <rudalics@gmx.at>
2152
2153 * windows.texi (Selecting Windows): Clarify descriptions of
2154 with-selected-window and get-lru-window.
2155 (Cyclic Window Ordering): Refer to particular frame when talking
2156 about how splitting affects the ordering.
2157 (Displaying Buffers): Fix descriptions of switch-to-buffer and
2158 switch-to-buffer-other-window. Explain how setting of
2159 display-buffer-reuse-frames affects pop-to-buffer.
2160 (Choosing Window): Clarify some details in descriptions of
2161 display-buffer-reuse-frames, pop-up-frames, and
2162 pop-up-frame-function.
2163 (Dedicated Windows): Clarify some details.
2164 (Textual Scrolling): Replace term vscroll by term vertical
2165 scroll position.
2166 (Vertical Scrolling): Fix typo.
2167 (Window Hooks): Relate text on jit-lock-register to window
2168 scrolling and size changes.
2169
2170 2009-05-14 Chong Yidong <cyd@stupidchicken.com>
2171
2172 * frames.texi (Initial Parameters): Clarify what the initial
2173 minibuffer frame is.
2174 (Buffer Parameters): Note that the minibuffer parameter can not be
2175 altered.
2176
2177 * anti.texi (Antinews): Copyedits. Rearrange some entries.
2178 Document display-buffer changes.
2179
2180 2009-05-13 Chong Yidong <cyd@stupidchicken.com>
2181
2182 * anti.texi (Antinews): Rewrite for Emacs 22.
2183
2184 * abbrevs.texi (Abbrevs): Add xref to Creating Symbols when
2185 obarrays are first mentioned. Define "system abbrev" more
2186 prominently, and add it to the index.
2187 (Abbrev Mode, Abbrev Tables, Defining Abbrevs, Abbrev Properties):
2188 Copyedits.
2189 (Abbrev Expansion): Document abbrev-insert.
2190
2191 2009-05-12 Chong Yidong <cyd@stupidchicken.com>
2192
2193 * frames.texi (Font and Color Parameters): Rename from Color
2194 Parameters. Document font-backend parameter.
2195
2196 * vol2.texi (Top): Update node listing.
2197 * vol1.texi (Top): Update node listing.
2198 * elisp.texi (Top): Update node listing.
2199
2200 2009-05-11 Martin Rudalics <rudalics@gmx.at>
2201
2202 * windows.texi (Choosing Window): Don't explicitly refer to
2203 split-window-sensibly's window argument in descriptions of
2204 split-height-threshold and split-width-threshold.
2205
2206 2009-05-10 Martin Rudalics <rudalics@gmx.at>
2207
2208 * windows.texi (Choosing Window): Fix rewrite of window
2209 splitting section.
2210
2211 2009-05-09 Eli Zaretskii <eliz@gnu.org>
2212
2213 * nonascii.texi (Default Coding Systems):
2214 Document find-auto-coding, set-auto-coding, and auto-coding-alist.
2215 Add indexing.
2216 (Lisp and Coding Systems): Add index entries.
2217
2218 2009-05-09 Martin Rudalics <rudalics@gmx.at>
2219
2220 * windows.texi (Choosing Window): Describe split-window-sensibly
2221 and rewrite section on window splitting accordingly.
2222 (Textual Scrolling): Replace `...' by @code{...}.
2223
2224 2009-05-04 Chong Yidong <cyd@stupidchicken.com>
2225
2226 * hooks.texi (Standard Hooks): Add abbrev-expand-functions.
2227 Remove obsoleted pre-abbrev-expand-hook.
2228
2229 * locals.texi (Standard Buffer-Local Variables): Consolidate table
2230 entries.
2231
2232 * internals.texi (Object Internals): Don't assume 32-bit machines
2233 are the norm.
2234 (Buffer Internals): Consolidate table entries for readability.
2235 (Window Internals): Synch field names to window.h.
2236 (Process Internals): Synch field names to process.h.
2237
2238 2009-04-29 Chong Yidong <cyd@stupidchicken.com>
2239
2240 * variables.texi (File Local Variables): Note that read-circle is
2241 bound to nil when reading file-local variables.
2242
2243 * streams.texi (Input Functions): Document read-circle.
2244 (Output Variables): Add xref to Circular Objects.
2245
2246 2009-04-25 Chong Yidong <cyd@stupidchicken.com>
2247
2248 * tips.texi (Coding Conventions): Copyedits. Add xref to Named
2249 Features and Coding System Basics. Node that "p" stands for
2250 "predicate". Recommend utf-8-emacs instead of emacs-mule.
2251 (Key Binding Conventions): Emacs does use S-down-mouse-1, for
2252 mouse-appearance-menu.
2253 (Programming Tips): Add xref to Progress.
2254
2255 2009-04-22 Chong Yidong <cyd@stupidchicken.com>
2256
2257 * os.texi (Command-Line Arguments):
2258 Document command-line-args-left.
2259 (Suspending Emacs): Adapt text to multi-tty case. Document use of
2260 terminal objects for tty arguments.
2261 (Startup Summary): Add xref to Session Management.
2262 (Session Management): Mention emacs-session-restore. Copyedits.
2263
2264 2009-04-20 Chong Yidong <cyd@stupidchicken.com>
2265
2266 * os.texi (Startup Summary): Copyedits. The init file is not
2267 necessarily named .emacs now. Document initial-buffer-choice and
2268 initial-scratch-message. Note where Emacs exits in batch mode.
2269 Document inhibit-splash-screen as an alias.
2270 (Init File): Be neutral about which init file name to use.
2271
2272 2009-04-16 Chong Yidong <cyd@stupidchicken.com>
2273
2274 * os.texi (System Interface): Fix Texinfo usage.
2275
2276 2009-04-15 Chong Yidong <cyd@stupidchicken.com>
2277
2278 * searching.texi (Regexp Backslash): Also refer to shy groups as
2279 non-capturing or unnumbered groups.
2280 (Regexp Functions): Add cross-reference to Regexp Backslash.
2281
2282 * display.texi (Truncation): Overlays can use line-prefix and
2283 wrap-prefix too.
2284 (Overlay Properties): Document wrap-prefix and line-prefix.
2285 (Face Attributes): Document underline-minimum-offset.
2286 (Face Remapping): Copyedits.
2287 (Low-Level Font): Copyedits.
2288 (Image Cache): Note that the image cache is shared between frames.
2289 (Line Height): Emphasize that line-spacing only takes effect on
2290 graphical terminals.
2291
2292 2009-04-13 Chong Yidong <cyd@stupidchicken.com>
2293
2294 * display.texi (Refresh Screen): Note that a passage about screen
2295 refreshing is text terminal only.
2296 (Forcing Redisplay): Delete misleading comment---sit-for calls
2297 redisplay, not the other way around.
2298 (Truncation): Note new values of truncate-partial-width-windows.
2299 Copyedits.
2300 (Invisible Text): Document invisible-p.
2301
2302 2009-04-11 Eli Zaretskii <eliz@gnu.org>
2303
2304 * display.texi (Overlays): Overlays don't scale well. See
2305 http://lists.gnu.org/archive/html/emacs-devel/2009-04/msg00243.html.
2306
2307 2009-04-10 Chong Yidong <cyd@stupidchicken.com>
2308
2309 * syntax.texi (Syntax Table Functions): Document cons cell
2310 argument for modify-syntax-entry.
2311 (Categories): Document cons cell argument for
2312 modify-category-entry.
2313
2314 * searching.texi (String Search): Document word-search-forward-lax
2315 and word-search-backward-lax.
2316 (Searching and Case): Describe isearch behavior more precisely.
2317
2318 * keymaps.texi (Tool Bar): Mention that some platforms do not
2319 support multi-line toolbars. Suggested by Stephen Eglen.
2320
2321 * frames.texi (Layout Parameters): Mention that Nextstep also
2322 allows only one tool-bar line. Suggested by Stephen Eglen.
2323
2324 * nonascii.texi (Text Representations): Copyedits.
2325 (Coding System Basics): Also mention utf-8-emacs.
2326 (Converting Representations, Selecting a Representation)
2327 (Scanning Charsets, Translation of Characters, Encoding and I/O):
2328 Copyedits.
2329 (Character Codes): Mention role of codepoints 1114112 to 4194175.
2330
2331 2009-04-09 Chong Yidong <cyd@stupidchicken.com>
2332
2333 * text.texi (Yank Commands): Note that yank uses push-mark.
2334 (Filling): Clarify REGION argument of fill-paragraph.
2335 Document fill-forward-paragraph-function.
2336 (Special Properties): Remove "new in Emacs 22" declaration.
2337 (Clickable Text): Merge with Links and Mouse-1 node.
2338
2339 * display.texi (Button Properties, Button Buffer Commands):
2340 Change xref to Clickable Text.
2341
2342 * tips.texi (Key Binding Conventions): Change xref to Clickable
2343 Text.
2344
2345 * elisp.texi (Top): Update node listing.
2346
2347 2009-04-05 Chong Yidong <cyd@stupidchicken.com>
2348
2349 * markers.texi (The Mark): Copyedits. Improve description of
2350 handle-shift-selection.
2351 (The Region): Move use-region-p here from The Mark.
2352
2353 * positions.texi (Screen Lines): Document (cols . lines) argument
2354 for vertical-motion.
2355
2356 2009-04-04 Chong Yidong <cyd@stupidchicken.com>
2357
2358 * frames.texi (Frames): Clean up introduction. Document `ns'
2359 return value for framep.
2360 (Creating Frames): Note how the terminal is chosen.
2361 (Multiple Terminals, Multiple Displays): Merge into a single node.
2362 (Color Parameters): Fix typo.
2363
2364 * variables.texi (Local Variables, Buffer-Local Variables)
2365 (Creating Buffer-Local): Change link to Multiple Terminals.
2366
2367 * os.texi (X11 Keysyms): Change link to Multiple Terminals.
2368
2369 * keymaps.texi (Controlling Active Maps): Change link to Multiple
2370 Terminals.
2371
2372 * commands.texi (Command Loop Info, Keyboard Macros): Change link
2373 to Multiple Terminals.
2374
2375 * elisp.texi (Top): Update node listing.
2376 * vol2.texi (Top): Update node listing.
2377 * vol1.texi (Top): Update node listing.
2378
2379 * buffers.texi (Current Buffer): Note that the append-to-buffer
2380 example is no longer in synch with the latest code. Tie the two
2381 examples together.
2382
2383 * files.texi (File Attributes): Move note about MS-DOS from
2384 Changing Files to File Attributes.
2385 (Create/Delete Dirs): Note that mkdir is an alias for this.
2386
2387 2009-04-01 Markus Triska <triska@gmx.at>
2388
2389 * processes.texi (Filter Functions): Suggest how to handle output
2390 batches.
2391
2392 2009-03-30 Chong Yidong <cyd@stupidchicken.com>
2393
2394 * help.texi (Accessing Documentation): Update example to use
2395 help-setup-xref and with-help-window.
2396 (Help Functions): Remove print-help-return-message, which is
2397 semi-obsolete due to with-help-window. Document help-buffer and
2398 help-setup-xref.
2399
2400 2009-03-29 Chong Yidong <cyd@stupidchicken.com>
2401
2402 * help.texi (Accessing Documentation, Help Functions):
2403 Remove information about long-obsolete Emacs versions.
2404
2405 * modes.texi (Mode Line Variables): The default values of the mode
2406 line variables are now more complicated.
2407
2408 2009-03-28 Chong Yidong <cyd@stupidchicken.com>
2409
2410 * modes.texi (Major Mode Conventions): Note that specialness is
2411 inherited.
2412 (Derived Modes): Note that define-derive-mode sets the mode-class
2413 property.
2414
2415 * keymaps.texi (Prefix Keys): The M-g prefix key is now named
2416 goto-map. Add search-map to the list.
2417
2418 2009-03-27 Eli Zaretskii <eliz@gnu.org>
2419
2420 * os.texi (System Environment): Update the list of system-type
2421 values.
2422
2423 * markers.texi (The Mark) <handle-shift-selection>: Update for
2424 removal of the optional argument DEACTIVATE.
2425
2426 2009-03-25 Chong Yidong <cyd@stupidchicken.com>
2427
2428 * commands.texi (Focus Events): Most X window managers don't use
2429 focus-follows-mouse nowadays.
2430
2431 2009-03-24 Chong Yidong <cyd@stupidchicken.com>
2432
2433 * commands.texi (Defining Commands): Clarify introduction.
2434 (Using Interactive): Not that interactive can be put in a symbol
2435 property.
2436 (Interactive Call): Note that a symbol with a non-nil
2437 interactive-form property satisfies commandp.
2438
2439 2009-03-23 Juanma Barranquero <lekktu@gmail.com>
2440
2441 * minibuf.texi (Intro to Minibuffers): Fix typos.
2442
2443 2009-03-23 Chong Yidong <cyd@stupidchicken.com>
2444
2445 * minibuf.texi (Intro to Minibuffers): Remove long-obsolete info
2446 about minibuffers in old Emacs versions. Copyedits.
2447 Emphasize that enable-recursive-minibuffers defaults to nil.
2448 (Text from Minibuffer): Simplify introduction.
2449
2450 2009-03-22 Alan Mackenzie <acm@muc.de>
2451
2452 * commands.texi (Using Interactive): Clarify string argument to
2453 `interactive' - even promptless elements need \n separators.
2454
2455 2009-03-18 Chong Yidong <cyd@stupidchicken.com>
2456
2457 * minibuf.texi (Completion Styles): New node.
2458
2459 * elisp.texi (Top): Update node listing.
2460
2461 2009-03-17 Chong Yidong <cyd@stupidchicken.com>
2462
2463 * minibuf.texi (Basic Completion): Note that
2464 read-file-name-completion-ignore-case and
2465 read-buffer-completion-ignore-case can override
2466 completion-ignore-case.
2467 (Minibuffer Completion): Document completing-read changes.
2468 (Completion Commands): Avoid mentioning partial completion mode.
2469 Document minibuffer-completion-confirm changes, and
2470 minibuffer-confirm-exit-commands.
2471 (High-Level Completion): Document new require-match behavior for
2472 read-buffer. Document read-buffer-completion-ignore-case.
2473 (Reading File Names): Document new require-match behavior for
2474 read-file-name.
2475
2476 2009-03-14 Chong Yidong <cyd@stupidchicken.com>
2477
2478 * debugging.texi (Error Debugging): Don't mislead the reader into
2479 thinking that debug-on-error enters debugger for C-f at EOB.
2480 (Error Debugging): Setting debug-on-init within the init file
2481 works, and has for some time.
2482
2483 2009-03-13 Kenichi Handa <handa@m17n.org>
2484
2485 * display.texi (Fontsets): Update the description.
2486
2487 2009-03-13 Chong Yidong <cyd@stupidchicken.com>
2488
2489 * advice.texi (Advising Primitives): Link to What Is a Function.
2490
2491 2009-03-12 Chong Yidong <cyd@stupidchicken.com>
2492
2493 * compile.texi (Speed of Byte-Code): Update example.
2494 (Disassembly): Update examples.
2495
2496 * loading.texi (Repeated Loading): Simplify examples.
2497
2498 * customize.texi (Common Keywords): It's not necessary to use :tag
2499 to remove hyphens, as custom-unlispify-tag-name does it
2500 automatically.
2501 (Variable Definitions): Link to File Local Variables.
2502 Document customized-value symbol property.
2503 (Customization Types): Move menu to end of node.
2504
2505 2009-03-10 Chong Yidong <cyd@stupidchicken.com>
2506
2507 * macros.texi (Compiling Macros): Omit misleading sentence, which
2508 implied that macros can only be used in the same file they are
2509 defined.
2510 (Backquote): Remove obsolete information about Emacs 19.
2511
2512 2009-03-05 John Foerch <jjfoerch@earthlink.net> (tiny change)
2513
2514 * display.texi (Display Margins): Fix paren typo.
2515
2516 2009-02-27 Chong Yidong <cyd@stupidchicken.com>
2517
2518 * elisp.texi (Top): Update node listing.
2519
2520 * variables.texi (Variables): Clarify introduction.
2521 (Global Variables): Mention that setq is a special form.
2522 (Local Variables): Use active voice.
2523 (Tips for Defining): Mention marking variables as safe.
2524 (Buffer-Local Variables): Mention terminal-local and frame-local
2525 variables together.
2526 (File Local Variables): Copyedits.
2527 (Frame-Local Variables): Note that they are not really useful.
2528 (Future Local Variables): Node deleted.
2529
2530 * objects.texi (General Escape Syntax): Update explanation of
2531 Unicode escape syntax.
2532
2533 2009-02-23 Chong Yidong <cyd@stupidchicken.com>
2534
2535 * control.texi (Control Structures): Add cindex entry for "textual
2536 order".
2537
2538 * eval.texi (Intro Eval): Copyedits. Standardize on "form"
2539 instead of "expression" throughout.
2540 (Function Indirection): Copyedits. Use active voice.
2541 (Eval): The default value of max-lisp-eval-depth is now 400.
2542
2543 2009-02-23 Miles Bader <miles@gnu.org>
2544
2545 * processes.texi (System Processes): Rename `system-process-attributes'
2546 to `process-attributes'.
2547
2548 2009-02-22 Chong Yidong <cyd@stupidchicken.com>
2549
2550 * symbols.texi (Property Lists): Emphasize that property lists are
2551 not restricted to symbol cells.
2552 (Other Plists): Copyedit.
2553
2554 * sequences.texi (Sequences Arrays Vectors): Make introduction
2555 more concise.
2556 (Arrays): Mention char-tables and bool-vectors too.
2557 (Vectors): Don't repeat information given in Arrays node. Link to
2558 nodes that explain the vector usage examples.
2559 (Char-Tables): Note that char-table elements can have arbitrary
2560 type. Explain effect of omitted char-table-extra-slots property.
2561 Link to Property Lists node.
2562
2563 2009-02-22 Chong Yidong <cyd@stupidchicken.com>
2564
2565 * lists.texi (Building Lists): Remove obsolete Emacs 20 usage of
2566 `append'.
2567 (List Elements): Copyedits.
2568
2569 * sequences.texi (Vector Functions): Remove obsolete Emacs 20 use
2570 of `vconcat'.
2571
2572 * strings.texi (Creating Strings): Copyedits. Remove obsolete
2573 Emacs 20 usage of `concat'.
2574 (Case Conversion): Copyedits.
2575
2576 2009-02-21 Chong Yidong <cyd@stupidchicken.com>
2577
2578 * objects.texi (Lisp Data Types, Syntax for Strings, Buffer Type):
2579 Minor edits.
2580 (Frame Configuration Type): Emphasize that it is not primitive.
2581 (Font Type): New node.
2582 (Type Predicates): Add fontp; type-of now recognizes font object
2583 types.
2584
2585 * intro.texi (Version Info): Update version numbers in examples.
2586 (Acknowledgements): List more contributors.
2587
2588 * elisp.texi: Bump version number to 3.0.
2589 (Top): Link to Font Type node.
2590
2591 2009-02-20 Juanma Barranquero <lekktu@gmail.com>
2592
2593 * modes.texi (Major Mode Conventions): Remove duplicate words.
2594 (Customizing Keywords): Fix typo.
2595
2596 2009-02-14 Eli Zaretskii <eliz@gnu.org>
2597
2598 * nonascii.texi (User-Chosen Coding Systems): Document that
2599 select-safe-coding-system suggests raw-text if there are raw bytes
2600 in the region.
2601 (Explicit Encoding): Warn not to use `undecided' when encoding.
2602
2603 2009-02-11 Glenn Morris <rgm@gnu.org>
2604
2605 * frames.texi (Visibility of Frames): Mention the effect multiple
2606 workspaces/desktops can have on visibility.
2607
2608 2009-02-07 Eli Zaretskii <eliz@gnu.org>
2609
2610 * text.texi (Commands for Insertion):
2611 * commands.texi (Event Mod):
2612 * keymaps.texi (Searching Keymaps):
2613 * nonascii.texi (Translation of Characters):
2614 Reinstate documentation of translation-table-for-input.
2615 (Explicit Encoding): Document the `charset' text property produced
2616 by decode-coding-region and decode-coding-string.
2617
2618 2009-01-27 Alan Mackenzie <acm@muc.de>
2619
2620 * modes.texi (Search-based Fontification): Correct a typo.
2621
2622 2009-01-25 Juanma Barranquero <lekktu@gmail.com>
2623
2624 * abbrevs.texi (Abbrev Table Properties): Fix typo.
2625 Reported by Seweryn Kokot <sewkokot@gmail.com>. (Bug#2039)
2626
2627 2009-01-24 Eli Zaretskii <eliz@gnu.org>
2628
2629 * display.texi (Window Systems): Document the value of
2630 `initial-window-system' under --daemon.
2631
2632 * os.texi (System Environment): Remove description of the
2633 `environment' function which has been deleted.
2634
2635 2009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
2636
2637 * frames.texi (Multiple Displays): Remove documentation for
2638 removed function make-frame-on-tty.
2639
2640 2009-01-22 Chong Yidong <cyd@stupidchicken.com>
2641
2642 * files.texi (Format Conversion Piecemeal): Clarify behavior of
2643 write-region-annotate-functions.
2644 Document write-region-post-annotation-function.
2645
2646 2009-01-19 Chong Yidong <cyd@stupidchicken.com>
2647
2648 * display.texi (Font Lookup): Document WIDTH argument of
2649 x-list-fonts.
2650
2651 2009-01-17 Eli Zaretskii <eliz@gnu.org>
2652
2653 * maps.texi (Standard Keymaps): Rename function-key-map to
2654 local-function-key-map.
2655
2656 * keymaps.texi (Translation Keymaps): Rename function-key-map to
2657 local-function-key-map.
2658
2659 * nonascii.texi (Terminal I/O Encoding): `keyboard-coding-system'
2660 and `set-keyboard-coding-system' now accept an optional terminal
2661 argument.
2662
2663 * commands.texi (Event Mod): `keyboard-translate-table' is now
2664 terminal-local.
2665 (Function Keys): Rename function-key-map to
2666 local-function-key-map.
2667
2668 * elisp.texi (Top): Make @detailmenu be consistent with changes in
2669 frames.texi.
2670
2671 * hooks.texi (Standard Hooks): Document `delete-frame-functions'
2672 `delete-terminal-functions', `suspend-tty-functions' and
2673 `resume-tty-functions'.
2674
2675 * frames.texi (Frames): Document `frame-terminal' and
2676 `terminal-live-p'.
2677 (Multiple Displays): Document `make-frame-on-tty'.
2678 (Multiple Terminals): Document `terminal-list', `delete-terminal',
2679 `terminal-name', and `get-device-terminal'.
2680 (Terminal Parameters): Document `terminal-parameters',
2681 `terminal-parameter', and `set-terminal-parameter'.
2682
2683 * os.texi (System Environment): Document `environment' and
2684 `initial-environment'.
2685 (Suspending Emacs): Update for multi-tty; document
2686 `suspend-tty', `resume-tty', and `controlling-tty-p'.
2687
2688 * nonascii.texi (Coding System Basics): More accurate description
2689 of `raw-text'.
2690
2691 2009-01-12 Juanma Barranquero <lekktu@gmail.com>
2692
2693 * display.texi (Low-Level Font): Fix typo.
2694
2695 2009-01-10 Chong Yidong <cyd@stupidchicken.com>
2696
2697 * elisp.texi (Top): Update node listing.
2698
2699 * display.texi (PostScript Images): Node deleted.
2700
2701 2009-01-10 Eli Zaretskii <eliz@gnu.org>
2702
2703 * processes.texi (Decoding Output): Document that null bytes force
2704 no-conversion for reading process output.
2705
2706 * files.texi (Reading from Files): Document that null bytes force
2707 no-conversion when visiting files.
2708
2709 * processes.texi (Serial Ports): Improve wording, suggested by RMS.
2710
2711 * nonascii.texi (Lisp and Coding Systems):
2712 Document inhibit-null-byte-detection and inhibit-iso-escape-detection.
2713 (Character Properties): Improve wording.
2714
2715 2009-01-09 Chong Yidong <cyd@stupidchicken.com>
2716
2717 * display.texi (Font Lookup): Remove obsolete function
2718 x-font-family-list. x-list-fonts accepts Fontconfig/GTK syntax.
2719 (Low-Level Font): Rename from Fonts, move to end of Faces section.
2720 (Font Selection): Reorder order of variable descriptions.
2721 Minor clarifications.
2722
2723 * elisp.texi (Top): Update node listing.
2724
2725 2009-01-09 Glenn Morris <rgm@gnu.org>
2726
2727 * commands.texi (Command Loop Info): Say that last-command-char and
2728 last-input-char are obsolete aliases.
2729
2730 * edebug.texi (Edebug Recursive Edit): Remove separate references to
2731 last-input-char and last-command-char, since they are just aliases for
2732 last-input-event and last-command-event.
2733
2734 * minibuf.texi (Minibuffer Commands): Use last-command-event rather than
2735 last-command-char.
2736
2737 2009-01-08 Chong Yidong <cyd@stupidchicken.com>
2738
2739 * elisp.texi: Update node listing.
2740
2741 * display.texi (Faces): Put Font Selection node after Auto Faces.
2742 (Face Attributes): Don't link to Font Lookup.
2743 Document font-family-list.
2744 (Fonts): New node.
2745
2746 2009-01-08 Jason Rumney <jasonr@gnu.org>
2747
2748 * frames.texi (Pointer Shape): Clarify that only X supports
2749 changing the standard pointer shapes. (Bug#1485)
2750
2751 2009-01-08 Chong Yidong <cyd@stupidchicken.com>
2752
2753 * display.texi (Attribute Functions): Note that a function value
2754 :height is relative, and that compatibility functions work by
2755 calling set-face-attribute.
2756 (Displaying Faces): Reorder list in order of increasing priority.
2757 (Face Remapping): New node. Content moved here from Displaying
2758 Faces.
2759 (Glyphs): Link to Face Functions.
2760
2761 2009-01-08 Chong Yidong <cyd@stupidchicken.com>
2762
2763 * display.texi (Faces): Don't discuss face id here. facep does
2764 not return t.
2765 (Defining Faces): Minor clarification.
2766 (Face Attributes): Rearrange items to match docstring of
2767 set-face-attribute. Add :foundry attribute. Document new role of
2768 :font attribute. Texinfo usage fix.
2769 (Attribute Functions): Copyedits.
2770 (Face Functions): Note that face number is seldom used.
2771
2772 2009-01-05 Richard M Stallman <rms@gnu.org>
2773
2774 * strings.texi (Predicates for Strings): Minor clarification.
2775
2776 * functions.texi (Function Safety): Texinfo usage fix.
2777
2778 2009-01-04 Eduard Wiebe <usenet@pusto.de> (tiny patch)
2779
2780 * objects.texi (General Escape Syntax): Fix typo.
2781
2782 2009-01-03 Martin Rudalics <rudalics@gmx.at>
2783
2784 * windows.texi (Choosing Window): Say that pop-up-frame-alist
2785 works via the default value of pop-up-frame-function.
2786
2787 2009-01-02 Eli Zaretskii <eliz@gnu.org>
2788
2789 * processes.texi (System Processes): Document the `time' and
2790 `ctime' attributes of `system-process-attributes'.
2791
2792 2009-01-01 Chong Yidong <cyd@stupidchicken.com>
2793
2794 * display.texi (Face Attributes): Clarify :height attribute.
2795
2796 2008-12-31 Martin Rudalics <rudalics@gmx.at>
2797
2798 * buffers.texi (The Buffer List): Clarify what moves a buffer to
2799 the front of the buffer list. Add entries for `last-buffer' and
2800 `unbury-buffer'.
2801
2802 2008-12-27 Eli Zaretskii <eliz@gnu.org>
2803
2804 * elisp.texi (Top): Add @detailmenu items for "Multiple Terminals"
2805 and its subsections.
2806
2807 * frames.texi (Multiple Terminals, Low-level Terminal)
2808 (Terminal Parameters, Frames on Other TTY devices): New sections.
2809 (Frames): Add an xref to "Multiple Terminals".
2810
2811 * elisp.texi (Top): Add @detailmenu item for "Terminal Type".
2812
2813 * objects.texi (Terminal Type): New node.
2814 (Editing Types): Add it to the menu.
2815
2816 * elisp.texi (Top): Add a @detailmenu item for "Directory Local
2817 Variables".
2818
2819 * variables.texi (Directory Local Variables): New node.
2820 (Variables): Add a menu item for it.
2821
2822 * loading.texi (Autoload): Document `generate-autoload-cookie' and
2823 `generated-autoload-file'.
2824
2825 2008-12-20 Eli Zaretskii <eliz@gnu.org>
2826
2827 * os.texi (Startup Summary): Add xref to documentation of
2828 `initial-window-system'.
2829
2830 * display.texi (Window Systems): Document `window-system' the
2831 function. The variable `window-system' is now frame-local.
2832 Document `initial-window-system'.
2833
2834 2008-12-19 Martin Rudalics <rudalics@gmx.at>
2835
2836 * windows.texi (Windows): Rewrite description of
2837 fit-window-to-buffer.
2838
2839 2008-12-13 Glenn Morris <rgm@gnu.org>
2840
2841 * modes.texi (Font Lock Basics): Fix level description. (Bug#1534)
2842 (Levels of Font Lock): Refer to font-lock-maximum-decoration.
2843
2844 2008-12-12 Glenn Morris <rgm@gnu.org>
2845
2846 * debugging.texi (Error Debugging): Refer forwards to
2847 eval-expression-debug-on-error.
2848
2849 2008-12-05 Eli Zaretskii <eliz@gnu.org>
2850
2851 * strings.texi (String Basics): Only unibyte strings that
2852 represent key sequences hold 8-bit raw bytes.
2853
2854 * nonascii.texi (Coding System Basics): Rewrite @ignore'd
2855 paragraph to speak about `undecided'.
2856 (Character Properties): Don't explain the meaning of each
2857 property; instead, identify their Unicode Standard names.
2858 (Character Sets): Document `map-charset-chars'.
2859
2860 2008-12-02 Glenn Morris <rgm@gnu.org>
2861
2862 * files.texi (Format Conversion Round-Trip): Rewrite format-write-file
2863 section yet again.
2864
2865 2008-11-29 Eli Zaretskii <eliz@gnu.org>
2866
2867 * nonascii.texi (Character Properties): New Section.
2868 (Specifying Coding Systems): Document
2869 `coding-system-priority-list', `set-coding-system-priority', and
2870 `with-coding-priority'.
2871 (Lisp and Coding Systems): Document `check-coding-systems-region'
2872 and `coding-system-charset-list'.
2873 (Coding System Basics): Document `coding-system-aliases'.
2874
2875 * elisp.texi (Top): Add a @detailmenu entry for "Character
2876 Properties".
2877
2878 * objects.texi (Character Type): Correct the range of Emacs
2879 characters. Add an @xref to "Character Codes".
2880
2881 * strings.texi (String Basics): Add an @xref to "Character Codes".
2882
2883 * numbers.texi (Integer Basics): Add an @xref to `max-char'.
2884
2885 * nonascii.texi (Explicit Encoding): Update for Emacs 23.
2886 (Character Codes): Document `max-char'.
2887
2888 2008-11-28 Eli Zaretskii <eliz@gnu.org>
2889
2890 * nonascii.texi (Text Representations, Converting Representations)
2891 (Character Sets, Scanning Charsets, Translation of Characters):
2892 Make text more accurate.
2893
2894 2008-11-28 Glenn Morris <rgm@gnu.org>
2895
2896 * files.texi (Format Conversion Round-Trip): Improve previous change.
2897
2898 2008-11-26 Chong Yidong <cyd@stupidchicken.com>
2899
2900 * modes.texi (Auto Major Mode): Fix example.
2901
2902 2008-11-25 Glenn Morris <rgm@gnu.org>
2903
2904 * control.texi (Signaling Errors): Fix `wrong-type-argument' name.
2905
2906 * files.texi (Format Conversion Round-Trip):
2907 Use active voice for previous change.
2908
2909 2008-11-25 Chong Yidong <cyd@stupidchicken.com>
2910
2911 * os.texi (Processor Run Time):
2912 * processes.texi (Transaction Queues):
2913 * markers.texi (The Mark):
2914 * windows.texi (Choosing Window, Selecting Windows):
2915 * files.texi (Changing Files, Magic File Names):
2916 * commands.texi (Key Sequence Input):
2917 * functions.texi (Declaring Functions):
2918 * strings.texi (Predicates for Strings):
2919 * intro.texi (nil and t): Fix typos (pointed out by Drew Adams).
2920
2921 2008-11-24 Chong Yidong <cyd@stupidchicken.com>
2922
2923 * help.texi (Accessing Documentation): Update example.
2924
2925 * variables.texi (Defining Variables): Note that `*' is not
2926 necessary if defcustom is used.
2927
2928 2008-11-22 Eli Zaretskii <eliz@gnu.org>
2929
2930 * elisp.texi (Top): Remove "Chars and Bytes" and "Splitting
2931 Characters" from @detailmenu.
2932
2933 * nonascii.texi (Character Codes, Character Sets)
2934 (Scanning Charsets, Translation of Characters): Update for Emacs 23.
2935 (Chars and Bytes, Splitting Characters): Sections removed.
2936
2937 2008-11-22 Lute Kamstra <lute@gnu.org>
2938
2939 * positions.texi (Text Lines): Update goto-line documentation.
2940
2941 2008-11-21 Martin Rudalics <rudalics@gmx.at>
2942
2943 * frames.texi (Frames): Fix typo, add cross references, reword.
2944 (Initial Parameters): Reword special-display-frame-alist text.
2945 (Frames and Windows): Reword. Describe argument norecord for
2946 set-frame-selected-window.
2947 (Input Focus): Describe argument norecord for select-frame.
2948 Remove comment on MS-Windows behavior for focus-follows-mouse.
2949 (Raising and Lowering): Mention windows-frames dichotomy in
2950 metaphor.
2951
2952 * windows.texi (Displaying Buffers, Vertical Scrolling)
2953 (Horizontal Scrolling): Fix indenting and rewording issues
2954 introduced with 2008-11-07 change.
2955
2956 2008-11-20 Glenn Morris <rgm@gnu.org>
2957
2958 * files.texi (Format Conversion Round-Trip): Mention `preserve'
2959 element of `format-alist'.
2960
2961 2008-11-19 Glenn Morris <rgm@gnu.org>
2962
2963 * doclicense.texi: Update to FDL 1.3.
2964 * elisp.texi, vol1.texi, vol2.texi: Relicense under FDL 1.3 or later.
2965
2966 2008-11-18 Chong Yidong <cyd@stupidchicken.com>
2967
2968 * windows.texi (Window Hooks): Remove *-end-trigger-functions
2969 vars, which are obsolete. Mention jit-lock-register.
2970
2971 * modes.texi (Other Font Lock Variables):
2972 Document jit-lock-register and jit-lock-unregister.
2973
2974 * frames.texi (Color Parameters): Document alpha parameter.
2975
2976 2008-11-16 Martin Rudalics <rudalics@gmx.at>
2977
2978 * windows.texi (Splitting Windows, Deleting Windows)
2979 (Selecting Windows, Cyclic Window Ordering)
2980 (Buffers and Windows, Displaying Buffers, Choosing Window)
2981 (Dedicated Windows, Window Point, Window Start and End)
2982 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling)
2983 (Size of Window, Resizing Windows, Window Configurations)
2984 (Window Parameters): Avoid @var at beginning of sentences and
2985 reword accordingly.
2986
2987 2008-11-11 Lute Kamstra <lute@gnu.org>
2988
2989 * files.texi (File Name Components): Fix file-name-extension
2990 documentation.
2991
2992 2008-11-11 Juanma Barranquero <lekktu@gmail.com>
2993
2994 * frames.texi (Basic Parameters): Remove display-environment-variable
2995 and term-environment-variable.
2996
2997 2008-11-08 Eli Zaretskii <eliz@gnu.org>
2998
2999 * windows.texi (Basic Windows, Splitting Windows)
3000 (Deleting Windows, Selecting Windows, Cyclic Window Ordering)
3001 (Buffers and Windows, Displaying Buffers, Dedicated Windows)
3002 (Resizing Windows, Window Configurations, Window Parameters):
3003 Fix wording and markup.
3004
3005 2008-11-07 Martin Rudalics <rudalics@gmx.at>
3006
3007 * windows.texi (Windows): Update entries.
3008 (Basic Windows): Remove listing of attributes. Reword.
3009 (Splitting Windows, Deleting Windows): Reword.
3010 (Selecting Windows, Cyclic Window Ordering): Reword with special
3011 emphasis on order of recently selected windows and buffer list.
3012 (Buffers and Windows, Choosing Window): Reword with special
3013 emphasis on dedicated windows.
3014 (Displaying Buffers): Reword. For switch-to-buffer mention that
3015 it may fall back on pop-to-buffer. For other-window try to
3016 explain how it treats the cyclic ordering of windows.
3017 (Dedicated Windows): New node and section discussing dedicated
3018 windows and associated functions.
3019 (Window Point): Add entry for window-point-insertion-type. Reword.
3020 (Window Start and End): Rename node and section title. Reword.
3021 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling):
3022 Minor rewording.
3023 (Size of Window): Reword, in particular text on window-width.
3024 (Resizing Windows): Reword. Add text on balancing windows.
3025 (Window Configurations): Reword. Mention window parameters.
3026 (Window Parameters): New node and section on window parameters.
3027 (Window Hooks): Reword. Mention that
3028 window-configuration-change-hook is run "buffer-locally".
3029 * elisp.texi (Top): Update Windows entries in @detailmenu
3030 section.
3031
3032 2008-11-04 Juanma Barranquero <lekktu@gmail.com>
3033
3034 * searching.texi (Regexp Search): Fix typo.
3035
3036 2008-11-03 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
3037
3038 * searching.texi (Regexp Search): Document GREEDY arg.
3039 (Simple Match Data): Fix return value.
3040
3041 2008-11-01 Eli Zaretskii <eliz@gnu.org>
3042
3043 * nonascii.texi (Text Representations): Rewrite to make consistent
3044 with Emacs 23 internal representation of characters.
3045 Document `unibyte-string'.
3046
3047 2008-10-28 Chong Yidong <cyd@stupidchicken.com>
3048
3049 * processes.texi (Process Information): Note that process-status
3050 does not accept buffer names.
3051
3052 2008-10-27 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
3053
3054 * positions.texi (Skipping Characters): Correct return value of
3055 skip-chars-forward.
3056
3057 2008-10-25 Martin Rudalics <rudalics@gmx.at>
3058
3059 * windows.texi (Deleting Windows): Update documentation of
3060 delete-windows-on.
3061 (Buffers and Windows): Update documentations of
3062 get-buffer-window and get-buffer-window-list.
3063 (Displaying Buffers): Update documentation of
3064 replace-buffer-in-windows.
3065
3066 * buffers.texi (Current Buffer): Reword set-buffer and
3067 with-current-buffer documentations.
3068 (Creating Buffers): Reword documentation of get-buffer-create.
3069
3070 2008-10-23 Martin Rudalics <rudalics@gmx.at>
3071
3072 * buffers.texi (Current Buffer): Reword documentation of
3073 set-buffer.
3074 (Buffer Names): Reword documentation of buffer-name.
3075 (The Buffer List): For bury-buffer explain what happens with the
3076 buffer's window.
3077 (Creating Buffers): Say that get-buffer-create's arg is called
3078 buffer-or-name.
3079
3080 2008-10-22 Chong Yidong <cyd@stupidchicken.com>
3081
3082 * advice.texi (Computed Advice): Explain what DEFINITION is.
3083
3084 * nonascii.texi (Character Codes): Remove obsolete function
3085 char-valid-p, and document characterp instead.
3086
3087 2008-10-22 Martin Rudalics <rudalics@gmx.at>
3088
3089 * windows.texi (Displaying Buffers): Reword documentation of
3090 pop-to-buffer.
3091 (Choosing Window): Rewrite documentation of display-buffer and
3092 its options.
3093
3094 * buffers.texi (Killing Buffers): Update documentation of
3095 kill-buffer.
3096
3097 2008-10-21 Eli Zaretskii <eliz@gnu.org>
3098
3099 * processes.texi (Serial Ports): Fix wording and improve markup.
3100
3101 * searching.texi (Regexp Search): Document `string-match-p' and
3102 `looking-at-p'.
3103 (POSIX Regexps): Add an xref for "non-greedy".
3104 (Regexp Special): Add @cindex entry for "non-greedy".
3105
3106 * display.texi (Attribute Functions): Document `face-all-attributes'.
3107 (Image Cache) <image-refresh>: Minor wording fixes.
3108
3109 * frames.texi (Color Names): Add an xref to `read-color'.
3110
3111 * minibuf.texi (High-Level Completion): Document `read-color'.
3112
3113 * elisp.texi (Top): Add "Swapping Text" to @detailmenu.
3114
3115 * positions.texi (Narrowing): Add an xref to "Swapping Text".
3116
3117 * buffers.texi (Swapping Text): New section, documents
3118 `buffer-swap-text'.
3119
3120 2008-10-21 Martin Rudalics <rudalics@gmx.at>
3121
3122 * windows.texi (Resizing Windows): Minor wording fix.
3123
3124 2008-10-20 Eli Zaretskii <eliz@gnu.org>
3125
3126 * processes.texi (Shell Arguments): Document `split-string-and-unquote'
3127 and `combine-and-quote-strings'.
3128
3129 * strings.texi (Creating Strings): Add xrefs for them.
3130
3131 2008-10-19 Eli Zaretskii <eliz@gnu.org>
3132
3133 * elisp.texi (Top): Make descriptive text for "Reading File Names"
3134 match the corresponding menu in minibuf.texi.
3135
3136 * minibuf.texi (Reading File Names): Document `read-shell-command'
3137 and `minibuffer-local-shell-command-map'.
3138
3139 2008-10-19 Martin Rudalics <rudalics@gmx.at>
3140
3141 * windows.texi (Resizing Windows): Remove var{} around "window" in
3142 documentation of enlarge-window.
3143 Rewrite documentation of window-min-height and window-min-width.
3144
3145 2008-10-19 Eli Zaretskii <eliz@gnu.org>
3146
3147 * functions.texi (Calling Functions): Document `apply-partially'.
3148
3149 * hooks.texi (Standard Hooks): Mention
3150 `before-hack-local-variables-hook' and `hack-local-variables-hook'.
3151
3152 * variables.texi (File Local Variables): Document
3153 `file-local-variables-alist', `before-hack-local-variables-hook'
3154 and `hack-local-variables-hook'.
3155
3156 * processes.texi (Synchronous Processes): Document `process-lines'.
3157
3158 * customize.texi (Variable Definitions):
3159 Document `custom-reevaluate-setting'.
3160
3161 2008-10-18 Martin Rudalics <rudalics@gmx.at>
3162
3163 * windows.texi (Choosing Window, Deleting Windows)
3164 (Displaying Buffers): Expand documentation of dedicated windows.
3165
3166 2008-10-18 Eli Zaretskii <eliz@gnu.org>
3167
3168 * files.texi (Changing Files): Document symbolic input of file
3169 modes to `set-file-modes'. Document `read-file-modes' and
3170 `file-modes-symbolic-to-number'.
3171
3172 * maps.texi (Standard Keymaps): Document `multi-query-replace-map'
3173 and `search-map'.
3174
3175 * searching.texi (Search and Replace):
3176 Document `replace-search-function' and `replace-re-search-function'.
3177 Document `multi-query-replace-map'.
3178
3179 * minibuf.texi (Text from Minibuffer): Document `read-regexp'.
3180 (Completion Commands, Reading File Names):
3181 Rename `minibuffer-local-must-match-filename-map' to
3182 `minibuffer-local-filename-must-match-map'.
3183 (Minibuffer Completion): The `require-match' argument to
3184 `completing-read' can now have the value `confirm-only'.
3185
3186 * windows.texi (Displaying Buffers): Minor wording fix.
3187 (Choosing Window): `split-height-threshold' can now be nil.
3188 Document `split-width-threshold'. `pop-up-frames' can have the
3189 value `graphic-only'.
3190
3191 2008-10-17 Eli Zaretskii <eliz@gnu.org>
3192
3193 * os.texi (Startup Summary): Document `before-init-time' and
3194 `after-init-time'. Document `initial-window-system' and
3195 `window-system-initialization-alist'. Document reading the
3196 abbrevs file. Document the call to `server-start' under --daemon.
3197 Rearrange a bit to be consistent with the code flow.
3198 (Processor Run Time): Document `emacs-uptime' and `emacs-init-time'.
3199 (Time Parsing): Document `format-seconds'.
3200
3201 2008-10-17 Martin Rudalics <rudalics@gmx.at>
3202
3203 * windows.texi (Basic Windows, Splitting Windows): Fix whitespace
3204 and reword.
3205
3206 2008-10-16 Eli Zaretskii <eliz@gnu.org>
3207
3208 * markers.texi (The Mark): Document use-region-p.
3209
3210 2008-10-15 Eli Zaretskii <eliz@gnu.org>
3211
3212 * internals.texi (Writing Emacs Primitives): The interactive spec
3213 of a primitive can be a Lisp form.
3214
3215 * markers.texi (The Mark): Document the `lambda' and `(only . OLD)'
3216 values of transient-mark-mode. Document handle-shift-selection.
3217
3218 * commands.texi (Using Interactive, Interactive Codes): Document `^'.
3219 (Interactive Examples): Show an example of `^'.
3220 (Key Sequence Input): Document this-command-keys-shift-translated.
3221 (Defining Commands, Using Interactive): The interactive-form of a
3222 function can be added via its symbol's property.
3223
3224 * positions.texi (List Motion): beginning-of-defun-function can
3225 now accept an argument.
3226
3227 * text.texi (Low-Level Kill Ring): interprogram-paste-function can
3228 now return a list of strings.
3229
3230 * control.texi (Handling Errors): Document ignore-errors.
3231
3232 * frames.texi (Creating Frames): Document frame-inherited-parameters.
3233 (Parameter Access): Document set-frame-parameter.
3234
3235 * variables.texi (Creating Buffer-Local): Add an xref to "Setting
3236 Hooks" for the effect of kill-all-local-variables on local hook
3237 functions.
3238
3239 * modes.texi (Major Mode Conventions, Mode Line Variables):
3240 `mode-name' need not be a string. xref to "Mode Line Data" for
3241 details, and to "Emulating Mode Line" for computing a string
3242 value.
3243
3244 2008-10-14 Eli Zaretskii <eliz@gnu.org>
3245
3246 * processes.texi (System Processes): New section.
3247 (Processes, Signals to Processes): Add xrefs to it.
3248
3249 * objects.texi (Editing Types): A `process' is a subprocess of
3250 Emacs, not just any process running on the OS.
3251
3252 * elisp.texi (Top): Adjust the @detailmenu for the above two
3253 changes.
3254
3255 * sequences.texi (Char-Tables): Remove documentation of
3256 set-char-table-default, which has no effect since Emacs 23.
3257 <char-table-range, set-char-table-range>: Don't mention generic
3258 characters and charsets. Add a cons cell as a possible argument.
3259
3260 * nonascii.texi (Splitting Characters)
3261 (Translation of Characters): Don't mention generic characters.
3262
3263 * display.texi (Fontsets): Don't mention generic characters.
3264
3265 * sequences.texi (Char-Tables): `map-char-table' can now call its
3266 argument FUNCTION with a cons cell as KEY.
3267
3268 2008-10-13 Eli Zaretskii <eliz@gnu.org>
3269
3270 * objects.texi (Primitive Function Type): Move "@cindex special
3271 forms" from here...
3272
3273 * eval.texi (Special Forms): ...to here.
3274
3275 * functions.texi (What Is a Function): `functionp' returns nil for
3276 special forms. Add an xref.
3277
3278 * elisp.texi (Top): Add a @detailmenu entry for "Frame-Local
3279 Variables".
3280
3281 * variables.texi (Frame-Local Variables): New section.
3282 (Buffer-Local Variables): Add an xref to it.
3283 (Intro to Buffer-Local, Creating Buffer-Local): A variable cannot
3284 have both frame-local and buffer-local binding.
3285
3286 * frames.texi (Frames): Mention multiple tty frames.
3287 (Frame Parameters, Parameter Access): Mention frame-local variable
3288 bindings.
3289
3290 2008-09-20 Glenn Morris <rgm@gnu.org>
3291
3292 * display.texi (Defining Faces): Recommend against face variables.
3293
3294 2008-09-16 Juanma Barranquero <lekktu@gmail.com>
3295
3296 * display.texi (Echo Area Customization): Fix typo.
3297
3298 2008-09-09 Juanma Barranquero <lekktu@gmail.com>
3299
3300 * loading.texi (Where Defined): Add `defface' item.
3301
3302 2008-09-06 Martin Rudalics <rudalics@gmx.at>
3303
3304 * loading.texi (Where Defined): Fix description of symbol-file.
3305
3306 2008-08-26 Jason Rumney <jasonr@gnu.org>
3307
3308 * display.texi (TIFF Images): New section describing :index property.
3309
3310 2008-08-23 Chong Yidong <cyd@stupidchicken.com>
3311
3312 * display.texi (Temporary Displays): Remove unnecessary comment
3313 about usage of temp-buffer-show-hook.
3314
3315 2008-08-05 Chong Yidong <cyd@stupidchicken.com>
3316
3317 * symbols.texi (Other Plists): Fix incorrect example.
3318 Suggested by Florian Beck.
3319
3320 2008-07-31 Juanma Barranquero <lekktu@gmail.com>
3321
3322 * os.texi: Fix previous change.
3323
3324 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
3325
3326 * os.texi:
3327 * intro.texi:
3328 * files.texi: Remove VMS support.
3329
3330 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
3331
3332 * os.texi:
3333 * frames.texi:
3334 * display.texi: Remove mentions of Mac Carbon.
3335
3336 2008-07-01 Miles Bader <miles@gnu.org>
3337
3338 * text.texi (Special Properties):
3339 * display.texi (Truncation): Add wrap-prefix and line-prefix.
3340
3341 2008-06-28 Johan Bockgård <bojohan@gnu.org>
3342
3343 * display.texi (Other Image Types): Fix copy/paste error; say
3344 "PBM", not "XBM".
3345
3346 2008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
3347
3348 * os.texi: Remove references to obsolete systems.
3349
3350 2008-06-20 Eli Zaretskii <eliz@gnu.org>
3351
3352 * makefile.w32-in (distclean): Remove makefile.
3353
3354 2008-06-17 Glenn Morris <rgm@gnu.org>
3355
3356 * Makefile.in (emacsver, miscmanualdir, VERSION, manual, install)
3357 (elisp, dist): Remove rules and variables that are obsolete now
3358 the lisp manual is no longer distributed separately.
3359
3360 2008-06-16 Glenn Morris <rgm@gnu.org>
3361
3362 * configure, configure.in, mkinstalldirs: Remove unused files.
3363
3364 * book-spine.texinfo: Set version to 23.0.60.
3365 * vol1.texi (EMACSVER):
3366 * vol2.texi (EMACSVER): Set to 23.0.60.
3367
3368 * elisp.texi, vol1.texi, vol2.texi: Update Back-Cover Text
3369 as per maintain.info.
3370
3371 2008-06-15 Glenn Morris <rgm@gnu.org>
3372
3373 * makefile.w32-in (manual): Use "23" rather than "21".
3374
3375 * Makefile.in (emacsver): New, set by configure.
3376 (manual): Use emacsver.
3377
3378 * intro.texi: Report bugs using M-x report-emacs-bug.
3379
3380 * elisp.texi (EMACSVER): Remove duplicate, outdated setting.
3381
3382 2008-06-13 Daniel Engeler <engeler@gmail.com>
3383
3384 * elisp.texi, internals.texi, processes.texi: Add documentation
3385 about serial port access.
3386
3387 2008-06-05 Miles Bader <miles@gnu.org>
3388
3389 * display.texi (Displaying Faces): Update to reflect function
3390 renamings in face-remap.el.
3391
3392 2008-06-05 Juanma Barranquero <lekktu@gmail.com>
3393
3394 * display.texi (Fontsets): Fix typos.
3395
3396 2008-06-03 Miles Bader <miles@gnu.org>
3397
3398 * display.texi (Displaying Faces): Add add-relative-face-remapping,
3399 remove-relative-face-remapping, set-base-face-remapping,
3400 and set-default-base-face-remapping.
3401
3402 2008-06-01 Miles Bader <miles@gnu.org>
3403
3404 * display.texi (Displaying Faces): Add face-remapping-alist.
3405
3406 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
3407
3408 * tips.texi (Coding Conventions): Do not encourage the use of "-flag"
3409 variable names.
3410
3411 2008-05-03 Eric S. Raymond <esr@golux>
3412
3413 * keymaps.texi: Clarify that (current-local-map) and
3414 (current-global-map) return references, not copies.
3415
3416 2008-05-02 Juri Linkov <juri@jurta.org>
3417
3418 * minibuf.texi (Text from Minibuffer): Document a list of
3419 default values for `read-from-minibuffer'.
3420
3421 2008-04-24 Juanma Barranquero <lekktu@gmail.com>
3422
3423 * nonascii.texi (Translation of Characters): Fix previous change.
3424
3425 2008-04-20 Chong Yidong <cyd@stupidchicken.com>
3426
3427 * display.texi (Overlay Properties): Clarify role of underlying
3428 textprop and overlay keymaps for display strings.
3429
3430 * keymaps.texi (Active Keymaps): Ditto.
3431
3432 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
3433
3434 * minibuf.texi (Programmed Completion):
3435 Replace dynamic-completion-table with the new completion-table-dynamic.
3436
3437 2008-04-07 Chong Yidong <cyd@stupidchicken.com>
3438
3439 * intro.texi (Some Terms): Change "fonts in this manual" index
3440 entry to "typographic conventions".
3441
3442 2008-04-05 Eli Zaretskii <eliz@gnu.org>
3443
3444 * objects.texi (Text Props and Strings): Add indexing for read
3445 syntax of text properties.
3446
3447 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
3448
3449 * processes.texi (Decoding Output): Remove process-filter-multibyte
3450 functions.
3451
3452 2008-03-15 Martin Rudalics <rudalics@gmx.at>
3453
3454 * display.texi (Finding Overlays): Say that empty overlays at
3455 the end of the buffer are reported too.
3456
3457 2008-03-13 Glenn Morris <rgm@gnu.org>
3458
3459 * elisp.texi (EMACSVER): Set to 23.0.60.
3460
3461 2008-02-26 Chong Yidong <cyd@stupidchicken.com>
3462
3463 * strings.texi (Formatting Strings): Treat - and 0 as flag characters.
3464
3465 2008-02-22 Glenn Morris <rgm@gnu.org>
3466
3467 * frames.texi (Position Parameters): Clarify the description of
3468 `left' and `top', using information from "Geometry".
3469 (Geometry): Give a pointer to "Position Parameters", rather than
3470 repeating information.
3471
3472 2008-02-11 Glenn Morris <rgm@gnu.org>
3473
3474 * objects.texi (Equality Predicates): No longer talk about "two"
3475 functions.
3476
3477 2008-02-11 Lawrence Mitchell <wence@gmx.li> (tiny change)
3478
3479 * objects.texi (Equality Predicates): Add defun for
3480 equal-including-properties.
3481
3482 2008-02-10 Glenn Morris <rgm@gnu.org>
3483
3484 * objects.texi (Equality Predicates):
3485 Mention equal-including-properties.
3486
3487 2008-02-07 Richard Stallman <rms@gnu.org>
3488
3489 * windows.texi (Window Start): Mention the feature of moving
3490 window-start to start of line.
3491
3492 2008-02-07 Jan Djärv <jan.h.d@swipnet.se>
3493
3494 * keymaps.texi (Tool Bar): Document rtl property.
3495
3496 2008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org>
3497
3498 * display.texi (Button Types):
3499 For define-button-type, clarify type of NAME.
3500
3501 2008-01-19 Martin Rudalics <rudalics@gmx.at>
3502
3503 * buffers.texi (Buffer Modification): Fix typo.
3504
3505 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
3506
3507 * os.texi (System Environment): Remove references to OSes that are
3508 not supported anymore.
3509
3510 2008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
3511
3512 * os.texi (System Environment): Remove mention for Masscomp.
3513
3514 2008-01-04 Richard Stallman <rms@gnu.org>
3515
3516 * display.texi (Faces): Don't talk about internal face vector as arg
3517 to facep.
3518
3519 * customize.texi (Type Keywords): Fix previous change.
3520
3521 * text.texi (Links and Mouse-1): Fix xref for commands.texi change.
3522 * elisp.texi (Top): Fix menu for commands.texi change.
3523
3524 2007-12-30 Richard Stallman <rms@gnu.org>
3525
3526 * commands.texi (Accessing Mouse): Rename from Accessing Events.
3527 (Accessing Scroll): New node broken out of Accessing Mouse.
3528
3529 2007-12-28 Richard Stallman <rms@gnu.org>
3530
3531 * frames.texi (Size Parameters): Fix typo.
3532 (Basic Parameters): For `title', refer to title bar.
3533 (Size and Position): Explain meaning of frame pixel width and height.
3534
3535 2007-12-23 Richard Stallman <rms@gnu.org>
3536
3537 * customize.texi (Type Keywords): Uncomment :validate and clarify it.
3538 Improve some of the commented-out keywords' text too.
3539
3540 2007-12-14 Martin Rudalics <rudalics@gmx.at>
3541
3542 * nonascii.texi (Encoding and I/O): Reword to avoid saying
3543 "visit the current buffer".
3544
3545 * os.texi (System Interface): Fix typo.
3546
3547 2007-12-04 Richard Stallman <rms@gnu.org>
3548
3549 * objects.texi (Symbol Type): Fix typo.
3550
3551 2007-12-03 Richard Stallman <rms@gnu.org>
3552
3553 * hooks.texi (Standard Hooks): Add link to Hooks for Loading.
3554
3555 2007-12-01 Glenn Morris <rgm@gnu.org>
3556
3557 * functions.texi (Declaring Functions): Improve previous change.
3558
3559 2007-11-30 Glenn Morris <rgm@gnu.org>
3560
3561 * functions.texi (Declaring Functions): Add optional fourth
3562 argument of declare-function, and setting third argument to `t'.
3563
3564 2007-11-29 Richard Stallman <rms@gnu.org>
3565
3566 * customize.texi (Composite Types): Document `group' type.
3567
3568 2007-11-29 Glenn Morris <rgm@gnu.org>
3569
3570 * functions.texi (Declaring Functions): Add findex.
3571 Mention `external' files.
3572
3573 2007-11-26 Juanma Barranquero <lekktu@gmail.com>
3574
3575 * functions.texi (Declaring Functions): Fix directive.
3576
3577 2007-11-25 Richard Stallman <rms@gnu.org>
3578
3579 * help.texi (Help Functions): Clean up last change.
3580
3581 * advice.texi (Preactivation, Activation of Advice): Minor cleanup.
3582
3583 * loading.texi (Named Features): Minor cleanup.
3584
3585 * macros.texi (Eval During Expansion): Minor cleanup.
3586
3587 * variables.texi (Variable Aliases): Minor cleanup.
3588
3589 2007-11-24 Richard Stallman <rms@gnu.org>
3590
3591 * functions.texi (Declaring Functions): Clarify previous change.
3592
3593 * compile.texi (Compiler Errors): Clarify previous change.
3594
3595 2007-11-24 Richard Stallman <rms@gnu.org>
3596
3597 * display.texi (Refresh Screen, Forcing Redisplay):
3598 Clarify the text and move items around.
3599
3600 2007-11-24 Glenn Morris <rgm@gnu.org>
3601
3602 * functions.texi (Declaring Functions): New section.
3603 * compile.texi (Compiler Errors): Mention declaring functions,
3604 defvar with no initvalue, and byte-compile-warnings.
3605
3606 2007-11-15 Martin Rudalics <rudalics@gmx.at>
3607
3608 * vol1.texi (Top): Remove Frame-Local Variables from Node Listing.
3609 * vol2.texi (Top): Remove Frame-Local Variables from Node Listing.
3610
3611 2007-11-13 Martin Rudalics <rudalics@gmx.at>
3612
3613 * help.texi (Help Functions): Document new macro `with-help-window'.
3614
3615 2007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
3616
3617 * searching.texi (Replacing Match): Describe new
3618 `match-substitute-replacement'.
3619
3620 2007-10-31 Richard Stallman <rms@gnu.org>
3621
3622 * strings.texi (Creating Strings): Null strings from concat not unique.
3623
3624 2007-10-26 Richard Stallman <rms@gnu.org>
3625
3626 * objects.texi (Equality Predicates): Null strings are uniquified.
3627
3628 * minibuf.texi: Minor clarifications in previous change.
3629
3630 2007-10-25 Glenn Morris <rgm@gnu.org>
3631
3632 * customize.texi (Variable Definitions): Add :risky and :safe keywords.
3633
3634 2007-10-24 Richard Stallman <rms@gnu.org>
3635
3636 * elisp.texi (Top): Delete Frame-Local Variables from subnode menu.
3637
3638 * variables.texi (Frame-Local Variables): Node deleted.
3639 (Variables): Delete Frame-Local Variables from menu.
3640 (Local Variables, Buffer-Local Variables, Intro to Buffer-Local)
3641 (Default Value): Don't mention frame-local vars.
3642
3643 * os.texi (Idle Timers): current-idle-time returns nil if not idle.
3644
3645 * loading.texi (Unloading): Document FEATURE-unload-function
3646 instead of FEATURE-unload-hook.
3647
3648 * frames.texi (Multiple Displays): Don't mention frame-local vars.
3649
3650 2007-10-22 Juri Linkov <juri@jurta.org>
3651
3652 * minibuf.texi (Text from Minibuffer, Minibuffer Completion)
3653 (High-Level Completion): Document a list of default value strings
3654 in the DEFAULT argument, for which minibuffer functions return the
3655 first element.
3656
3657 2007-10-17 Juri Linkov <juri@jurta.org>
3658
3659 * text.texi (Filling): Update arguments of fill-paragraph.
3660 fill-paragraph operates on the active region in Transient Mark mode.
3661 Remove fill-paragraph-or-region.
3662
3663 2007-10-13 Karl Berry <karl@gnu.org>
3664
3665 * elisp.texi (@dircategory): Move to after @copying,
3666 since we want @copying as close as possible to the beginning of
3667 the output.
3668
3669 2007-10-12 Richard Stallman <rms@gnu.org>
3670
3671 * elisp.texi (Top): Add Distinguish Interactive to subnode menu.
3672
3673 * commands.texi (Distinguish Interactive): New node,
3674 broken out from Interactive Call and rewritten.
3675 (Command Loop): Put Distinguish Interactive in menu.
3676
3677 2007-10-09 Richard Stallman <rms@gnu.org>
3678
3679 * text.texi (Examining Properties): Mention overlay priority.
3680
3681 * display.texi (Display Margins): Correct the description
3682 of margin display specifications.
3683 (Replacing Specs): New subnode broken out of Display Property.
3684
3685 2007-10-06 Juri Linkov <juri@jurta.org>
3686
3687 * text.texi (Filling): Document fill-paragraph-or-region.
3688
3689 2007-10-05 Juanma Barranquero <lekktu@gmail.com>
3690
3691 * display.texi (Auto Faces): Fix typo.
3692
3693 2007-10-02 Richard Stallman <rms@gnu.org>
3694
3695 * display.texi (Display Property): Explain some display specs
3696 don't let you move point in.
3697
3698 * frames.texi (Cursor Parameters):
3699 Describe cursor-in-non-selected-windows here. Explain more values.
3700
3701 * windows.texi (Basic Windows): Don't describe
3702 cursor-in-non-selected-windows here.
3703
3704 2007-10-01 Eli Zaretskii <eliz@gnu.org>
3705
3706 * processes.texi (Misc Network): Note that these functions are
3707 supported only on some systems.
3708
3709 2007-10-01 Richard Stallman <rms@gnu.org>
3710
3711 * display.texi (Overlay Properties): Explain nil as priority.
3712 Explain that conflicts are unpredictable if not resolved by
3713 priorities.
3714
3715 2007-09-23 Richard Stallman <rms@gnu.org>
3716
3717 * macros.texi (Backquote): Minor clarification.
3718
3719 2007-09-19 Richard Stallman <rms@gnu.org>
3720
3721 * display.texi (Display Property): Explain multiple display specs.
3722 Clarify when they work in parallel and when one overrides.
3723 Fix error in example.
3724
3725 2007-09-06 Glenn Morris <rgm@gnu.org>
3726
3727 Move from lispref/ to doc/lispref/. Change all setfilename
3728 commands to use ../../info.
3729 * Makefile.in (infodir): Go up one more level.
3730 (usermanualdir): Change from ../man to ../emacs.
3731 (miscmanualdir): New.
3732 (dist): Use new variable miscmanualdir.
3733 * makefile.w32-in (infodir, texinputdir): Go up one more level.
3734 (usermanualdir): Change from ../man to ../emacs.
3735
3736 2007-08-30 Martin Rudalics <rudalics@gmx.at>
3737
3738 * commands.texi (Command Loop Info): Advise against changing
3739 most variables described here. Explain new variable
3740 last-repeatable-command.
3741
3742 2007-08-29 Glenn Morris <rgm@gnu.org>
3743
3744 * elisp.texi (EMACSVER): Increase to 23.0.50.
3745
3746 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
3747
3748 * frames.texi (Basic Parameters): Add display-environment-variable
3749 and term-environment-variable.
3750
3751 2007-08-28 Juri Linkov <juri@jurta.org>
3752
3753 * display.texi (Image Formats, Other Image Types): Add SVG.
3754
3755 2007-08-28 Juri Linkov <juri@jurta.org>
3756
3757 * display.texi (Images): Move formats-related text to new node
3758 "Image Formats".
3759 (Image Formats): New node.
3760
3761 2007-08-27 Richard Stallman <rms@gnu.org>
3762
3763 * windows.texi (Window Configurations): Clarify what
3764 a window configuration saves.
3765
3766 2007-08-25 Richard Stallman <rms@gnu.org>
3767
3768 * display.texi (Images): Delete redundant @findex.
3769
3770 2007-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
3771
3772 * text.texi (Change Hooks): (after|before)-change-functions are no
3773 longer bound to nil while running; rather inhibit-modification-hooks
3774 is t.
3775
3776 2007-08-16 Richard Stallman <rms@gnu.org>
3777
3778 * processes.texi (Asynchronous Processes):
3779 Clarify doc of start-file-process.
3780
3781 2007-08-08 Martin Rudalics <rudalics@gmx.at>
3782
3783 * modes.texi (Example Major Modes): Fix typo.
3784
3785 2007-08-08 Glenn Morris <rgm@gnu.org>
3786
3787 * intro.texi (nil and t): Do not use `iff' in documentation.
3788
3789 * tips.texi (Documentation Tips): Recommend against `iff'.
3790
3791 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
3792
3793 * display.texi (Image Cache): Document image-refresh.
3794
3795 2007-08-06 Martin Rudalics <rudalics@gmx.at>
3796
3797 * windows.texi (Size of Window): Document window-full-width-p.
3798
3799 2007-07-25 Glenn Morris <rgm@gnu.org>
3800
3801 * gpl.texi (GPL): Replace license with GPLv3.
3802
3803 * Relicense all FSF files to GPLv3 or later.
3804
3805 2007-07-24 Michael Albinus <michael.albinus@gmx.de>
3806
3807 * processes.texi (Synchronous Processes):
3808 Add `process-file-shell-command'.
3809 (Asynchronous Processes): Mention restricted use of
3810 `process-filter' and `process-sentinel' in
3811 `start-file-process'. Add `start-file-process-shell-command'.
3812
3813 2007-07-17 Michael Albinus <michael.albinus@gmx.de>
3814
3815 * files.texi (Magic File Names): Introduce optional parameter
3816 IDENTIFICATION for `file-remote-p'.
3817
3818 2007-07-16 Richard Stallman <rms@gnu.org>
3819
3820 * display.texi (Defining Faces): Fix previous change.
3821
3822 2007-07-14 Richard Stallman <rms@gnu.org>
3823
3824 * control.texi (Handling Errors): Document `debug' in handler list.
3825
3826 2007-07-10 Richard Stallman <rms@gnu.org>
3827
3828 * display.texi (Defining Faces): Explain C-M-x feature for defface.
3829
3830 2007-07-09 Richard Stallman <rms@gnu.org>
3831
3832 * files.texi (Magic File Names): Rewrite previous change.
3833
3834 2007-07-08 Michael Albinus <michael.albinus@gmx.de>
3835
3836 * files.texi (Magic File Names): Introduce optional parameter
3837 CONNECTED for `file-remote-p'.
3838
3839 2007-07-07 Michael Albinus <michael.albinus@gmx.de>
3840
3841 * processes.texi (Asynchronous Processes):
3842 * files.texi (Magic File Names): Add `start-file-process'.
3843
3844 2007-06-27 Richard Stallman <rms@gnu.org>
3845
3846 * files.texi (Format Conversion Piecemeal):
3847 Clarify `after-insert-file-functions' calling convention.
3848
3849 2007-06-27 Michael Albinus <michael.albinus@gmx.de>
3850
3851 * files.texi (Magic File Names): Remove `dired-call-process'.
3852 Add `process-file'.
3853
3854 2007-06-27 Kenichi Handa <handa@m17n.org>
3855
3856 * text.texi (Special Properties): Fix description about
3857 `composition' property.
3858
3859 2007-06-26 Kenichi Handa <handa@m17n.org>
3860
3861 * nonascii.texi (Default Coding Systems): Document about the
3862 return value `undecided'.
3863
3864 2007-06-25 David Kastrup <dak@gnu.org>
3865
3866 * keymaps.texi (Active Keymaps): Document new POSITION argument of
3867 `current-active-maps'.
3868
3869 2007-06-24 Karl Berry <karl@gnu.org>
3870
3871 * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text.
3872
3873 2007-06-15 Juanma Barranquero <lekktu@gmail.com>
3874
3875 * display.texi (Overlay Arrow): Doc fix.
3876
3877 2007-06-14 Karl Berry <karl@tug.org>
3878
3879 * anti.texi (Antinews): Typo.
3880
3881 2007-06-14 Chong Yidong <cyd@stupidchicken.com>
3882
3883 * display.texi (Image Cache): Document image-refresh.
3884
3885 2007-06-12 Karl Berry <karl@gnu.org>
3886
3887 * vol1.texi, vol2.texi, two-volume-cross-refs.txt: Update.
3888 * two-volume.make: New file.
3889 * .cvsignore: Ignore two-volume files.
3890
3891 2007-06-12 Tom Tromey <tromey@redhat.com>
3892
3893 * os.texi (Init File): Document user-emacs-directory.
3894
3895 2007-06-03 Nick Roberts <nickrob@snap.net.nz>
3896
3897 * commands.texi (Click Events): Describe width and height when
3898 object is nil.
3899
3900 2007-05-30 Nick Roberts <nickrob@snap.net.nz>
3901
3902 * commands.texi (Click Events): Layout more logically.
3903 Describe width and height.
3904 (Drag Events, Motion Events): Update to new format for position.
3905
3906 2007-06-02 Richard Stallman <rms@gnu.org>
3907
3908 * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces.
3909
3910 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
3911
3912 * Version 22.1 released.
3913
3914 2007-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
3915
3916 * text.texi (Special Properties): Correct meaning of fontified face.
3917
3918 2007-05-30 Richard Stallman <rms@gnu.org>
3919
3920 * text.texi (Special Properties): Add link to Adjusting Point.
3921
3922 2007-05-12 Richard Stallman <rms@gnu.org>
3923
3924 * text.texi (Margins): indent-to-left-margin is not the default.
3925 (Mode-Specific Indent): For indent-line-function, the default
3926 is indent-relative.
3927
3928 * modes.texi (Example Major Modes): Explain last line of text-mode
3929 is redundant.
3930
3931 2007-05-10 Richard Stallman <rms@gnu.org>
3932
3933 * keymaps.texi (Scanning Keymaps): Update where-is-internal example.
3934
3935 * help.texi (Keys in Documentation): Add reference to
3936 Documentation Tips.
3937
3938 * files.texi (Format Conversion): TO-FN gets three arguments.
3939
3940 * modes.texi (Auto Major Mode): Document file-start-mode-alist.
3941
3942 2007-05-10 Thien-Thi Nguyen <ttn@gnuvola.org>
3943
3944 * elisp.texi (Top): Remove "Saving Properties" from detailed menu.
3945 * files.texi (Format Conversion): Expand intro; add menu.
3946 (Format Conversion Overview, Format Conversion Round-Trip)
3947 (Format Conversion Piecemeal): New nodes/subsections.
3948 * hooks.texi: Xref "Format Conversion" , not "Saving Properties".
3949 * text.texi (Text Properties): Remove "Saving Properties" from menu.
3950 (Saving Properties): Delete node/subsection.
3951
3952 2007-05-07 Karl Berry <karl@gnu.org>
3953
3954 * elisp.texi (EMACSVER): Back to 22.
3955
3956 2007-05-06 Richard Stallman <rms@gnu.org>
3957
3958 * processes.texi (Accepting Output): Revert most of previous change.
3959
3960 2007-05-05 Richard Stallman <rms@gnu.org>
3961
3962 * processes.texi (Accepting Output): accept-process-output
3963 uses microseconds, not milliseconds. But that arg is obsolete.
3964
3965 2007-05-04 Karl Berry <karl@tug.org>
3966
3967 * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
3968
3969 2007-05-04 Eli Zaretskii <eliz@gnu.org>
3970
3971 * tips.texi (Documentation Tips): Rearrange items to place the
3972 more important ones first. Add an index entry for hyperlinks.
3973
3974 2007-05-03 Karl Berry <karl@gnu.org>
3975
3976 * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing.
3977 (EMACSVER) [smallbook]: 22 for printed version.
3978
3979 * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed,
3980 so restore anchor to normal position after defun. Found by Kevin Ryde.
3981
3982 2007-04-26 Glenn Morris <rgm@gnu.org>
3983
3984 * elisp.texi (EMACSVER): Increase to 22.1.50.
3985
3986 2007-04-28 Karl Berry <karl@gnu.org>
3987
3988 * elisp.texi: Improve line breaks on copyright page,
3989 similar layout to emacs manual, 8.5x11 by default.
3990
3991 2007-04-24 Richard Stallman <rms@gnu.org>
3992
3993 * text.texi (Special Properties): Add xref to Overlay Properties.
3994
3995 * display.texi (Overlay Properties): Add xref to Special Properties.
3996
3997 2007-04-22 Richard Stallman <rms@gnu.org>
3998
3999 * keymaps.texi (Extended Menu Items): Move the info about
4000 format with cached keyboard binding.
4001
4002 2007-04-21 Richard Stallman <rms@gnu.org>
4003
4004 * text.texi (Special Properties): Clarify previous change.
4005
4006 * files.texi (File Name Expansion): Clarify previous change.
4007
4008 * display.texi (Attribute Functions): Fix example for
4009 face-attribute-relative-p.
4010
4011 2007-04-19 Kenichi Handa <handa@m17n.org>
4012
4013 * text.texi (Special Properties): Document composition property.
4014
4015 2007-04-19 Glenn Morris <rgm@gnu.org>
4016
4017 * files.texi (File Name Expansion): Mention "superroot".
4018
4019 2007-04-15 Chong Yidong <cyd@stupidchicken.com>
4020
4021 * frames.texi (Multiple Displays): Add note about "multi-monitor"
4022 setups.
4023 (Display Feature Testing): Note that display refers to all
4024 physical monitors for multi-monitor setups.
4025
4026 2007-04-14 Richard Stallman <rms@gnu.org>
4027
4028 * lists.texi (Sets And Lists): Clarify `delete' examples.
4029 Remove spurious xref to same node.
4030 Clarify xref for add-to-list.
4031
4032 2007-04-12 Nick Roberts <nickrob@snap.net.nz>
4033
4034 * keymaps.texi (Format of Keymaps): Remove spurious ")" from
4035 value of lisp-mode-map.
4036
4037 2007-04-11 Karl Berry <karl@gnu.org>
4038
4039 * anti.texi (Antinews):
4040 * display.texi (Overlay Properties, Defining Images):
4041 * processes.texi (Synchronous Processes, Sentinels):
4042 * syntax.texi (Syntax Table Internals):
4043 * searching.texi (Regexp Special):
4044 * nonascii.texi (Default Coding Systems):
4045 * text.texi (Special Properties):
4046 * minibuf.texi (Basic Completion): Wording to improve breaks in
4047 8.5x11 format.
4048 * elisp.texi (smallbook): New @set to more easily switch between
4049 smallbook and 8.5x11.
4050
4051 2007-04-11 Richard Stallman <rms@gnu.org>
4052
4053 * text.texi (Lazy Properties): Minor fix.
4054
4055 2007-04-08 Karl Berry <karl@gnu.org>
4056
4057 * symbols.texi (Plists and Alists): Period after "vs" in index entries.
4058 * macros.texi (Backquote): Downcase Backquote in index entries for
4059 consistency.
4060
4061 2007-04-08 Richard Stallman <rms@gnu.org>
4062
4063 * text.texi (Adaptive Fill): Just describe default,
4064 don't show it (since it contains non-ASCII chars).
4065
4066 2007-04-07 Karl Berry <karl@gnu.org>
4067
4068 * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in
4069 adaptive-fill-regexp's value, since they are not in the standard
4070 TeX fonts.
4071
4072 2007-04-07 Guanpeng Xu <herberteuler@hotmail.com>
4073
4074 * display.texi (Defining Faces): Fix example.
4075
4076 2007-04-07 Karl Berry <karl@gnu.org>
4077
4078 * display.texi (Button Buffer Commands): Improve page break.
4079
4080 2007-04-07 Richard Stallman <rms@gnu.org>
4081
4082 * advice.texi (Activation of Advice): Remove redundant index entry.
4083
4084 * backups.texi: Improve index entries. Remove redundant ones.
4085
4086 * compile.texi (Byte Compilation): Improve index entry.
4087
4088 * hash.texi (Creating Hash): Improve index entry.
4089
4090 * symbols.texi (Definitions): Improve index entry.
4091
4092 * edebug.texi: Improve index entries. Remove redundant/useless ones.
4093
4094 * maps.texi (Standard Keymaps): Remove useless index entry.
4095
4096 * help.texi (Documentation Basics): Remove redundant index entries.
4097
4098 * customize.texi: Improve index entries.
4099 Remove redundant/useless ones.
4100
4101 * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
4102
4103 * streams.texi (Output Variables): Improve index entry.
4104
4105 * abbrevs.texi (Abbrevs): Remove useless index entry.
4106
4107 * macros.texi (Expansion): Remove useless index entry.
4108
4109 * text.texi: Improve index entries. Remove redundant/useless ones.
4110 (Text Properties, Examining Properties)
4111 (Special Properties): Use "property category" instead of "category"
4112 to refer to the `category' property.
4113
4114 * positions.texi: Improve index entries. Remove useless one.
4115
4116 * lists.texi: Improve index entries. Remove redundant/useless ones.
4117
4118 * os.texi: Improve index entries.
4119 (Timers): Fix previous change.
4120
4121 * buffers.texi: Improve index entries.
4122 (Modification Time): Get rid of term "obsolete buffer".
4123
4124 * debugging.texi: Improve index entries.
4125 (Test Coverage): Add xref to other test coverage ftr.
4126
4127 * eval.texi: Improve index entry. Remove redundant ones.
4128
4129 * numbers.texi: Improve index entries. Remove redundant/useless ones.
4130
4131 * files.texi: Improve index entries. Remove redundant/useless ones.
4132
4133 * objects.texi: Improve index entries.
4134
4135 * processes.texi: Improve index entries.
4136
4137 * modes.texi: Improve index entry. Remove redundant one.
4138
4139 * nonascii.texi: Improve index entries.
4140
4141 * internals.texi: Improve index entries.
4142
4143 * syntax.texi: Improve index entries.
4144
4145 * keymaps.texi (Active Keymaps): Improve index entries.
4146
4147 * commands.texi: Improve index entries. Remove redundant/useless ones.
4148
4149 * frames.texi: Improve index entries. Remove redundant/useless ones.
4150
4151 * markers.texi: Improve index entries. Remove redundant ones.
4152
4153 * tips.texi: Improve index entries.
4154
4155 * loading.texi (Unloading): Improve index entry.
4156
4157 * variables.texi: Improve index entries. Remove redundant one.
4158
4159 * sequences.texi: Improve index entry.
4160
4161 * display.texi: Improve index entries. Remove redundant ones.
4162
4163 * windows.texi: Improve index entries.
4164
4165 * searching.texi: Improve index entries. Remove redundant one.
4166
4167 * strings.texi (Case Tables): Improve last change.
4168
4169 2007-04-04 Chong Yidong <cyd@stupidchicken.com>
4170
4171 * strings.texi (Case Tables): Document with-case-table and
4172 ascii-case-table.
4173
4174 2007-04-03 Karl Berry <karl@gnu.org>
4175
4176 * processes.texi (Network): Reword to improve page break.
4177
4178 2007-04-03 Eli Zaretskii <eliz@gnu.org>
4179
4180 * functions.texi (Inline Functions): Describe more disadvantages
4181 of defsubst, and make advice against it stronger.
4182
4183 2007-04-02 Karl Berry <karl@gnu.org>
4184
4185 * backups.texi (Backup Names): Avoid widow words.
4186 * modes.texi (Example Major Modes): Align last comment.
4187
4188 2007-04-01 Chong Yidong <cyd@stupidchicken.com>
4189
4190 * keymaps.texi (Remapping Commands): Document new arg to
4191 command-remapping.
4192
4193 2007-04-01 Karl Berry <karl@gnu.org>
4194
4195 * processes.texi (Low-Level Network): Typo.
4196 * loading.texi (Hooks for Loading): Avoid double "the".
4197 * keymaps.texi (Key Sequences): No double "and".
4198 (Changing Key Bindings): Shorten to improve line break.
4199
4200 2007-03-31 Glenn Morris <rgm@gnu.org>
4201
4202 * os.texi (Timers): Fix description of run-at-time TIME formats.
4203
4204 2007-03-31 Richard Stallman <rms@gnu.org>
4205
4206 * display.texi (Invisible Text): Correct buffer-invisibility-spec
4207 regarding ellipsis.
4208
4209 2007-03-31 Eli Zaretskii <eliz@gnu.org>
4210
4211 * intro.texi (nil and t):
4212 * symbols.texi (Plists and Alists):
4213 * variables.texi (Variable Aliases, Constant Variables):
4214 * functions.texi (Defining Functions):
4215 * advice.texi (Advising Primitives):
4216 * debugging.texi (Syntax Errors, Compilation Errors):
4217 * minibuf.texi (Minibuffer Windows):
4218 * commands.texi (Adjusting Point):
4219 * modes.texi (Syntactic Font Lock, Faces for Font Lock)
4220 (Auto Major Mode, Major Mode Conventions):
4221 * help.texi (Describing Characters):
4222 * files.texi (Create/Delete Dirs, Information about Files)
4223 (File Locks, Writing to Files, Reading from Files)
4224 (Saving Buffers):
4225 * windows.texi (Resizing Windows, Cyclic Window Ordering):
4226 * frames.texi (Finding All Frames):
4227 * positions.texi (Buffer End, Motion):
4228 * markers.texi (The Region):
4229 * text.texi (Deletion, Near Point):
4230 * display.texi (Displaying Messages, Truncation):
4231 * os.texi (Processor Run Time):
4232 * tips.texi (Key Binding Conventions, Programming Tips)
4233 (Warning Tips, Documentation Tips, Comment Tips):
4234 * internals.texi (Memory Usage): Improve indexing.
4235
4236 * variables.texi (Frame-Local Variables):
4237 * functions.texi (Argument List):
4238 * loading.texi (Library Search):
4239 * streams.texi (Output Variables):
4240 * keymaps.texi (Translation Keymaps, Searching Keymaps):
4241 * searching.texi (Replacing Match, Search and Replace):
4242 * processes.texi (Byte Packing, Decoding Output)
4243 (Accepting Output, Network Servers, Shell Arguments):
4244 * display.texi (Abstract Display, Image Cache, Scroll Bars):
4245 * windows.texi (Window Point, Window Start):
4246 * frames.texi (Management Parameters, Frame Parameters, Frame Titles):
4247 * commands.texi (Reading Input, Keyboard Events):
4248 * minibuf.texi (Reading File Names, Minibuffer Completion)
4249 (Recursive Mini):
4250 * positions.texi (List Motion):
4251 * hash.texi (Hash Tables, Creating Hash, Defining Hash):
4252 * numbers.texi (Arithmetic Operations, Math Functions)
4253 (Predicates on Numbers, Comparison of Numbers):
4254 (Numeric Conversions):
4255 * locals.texi (Standard Buffer-Local Variables):
4256 * maps.texi (Standard Keymaps):
4257 * os.texi (User Identification, System Environment, Recording Input)
4258 (X11 Keysyms):
4259 * nonascii.texi (Non-ASCII Characters, Splitting Characters):
4260 * backups.texi (Backups and Auto-Saving):
4261 * customize.texi (Customization, Group Definitions)
4262 (Variable Definitions):
4263 * compile.texi (Byte Compilation): Improve index entries.
4264
4265 2007-03-31 Karl Berry <karl@gnu.org>
4266
4267 * macros.texi (Defining Macros): Avoid widow syllable.
4268
4269 2007-03-31 Eli Zaretskii <eliz@gnu.org>
4270
4271 * elisp.texi (Top): Postscript -> PostScript.
4272
4273 * display.texi (Images, Postscript Images): Postscript -> PostScript.
4274
4275 2007-03-31 Markus Triska <markus.triska@gmx.at>
4276
4277 * internals.texi (Writing Emacs Primitives): Untabify `For'.
4278
4279 2007-03-30 Karl Berry <karl@gnu.org>
4280
4281 * lists.texi (List-related Predicates): Remove spurious @need.
4282 (Setcdr): Use @smallexample to improve page break.
4283 (Association Lists) <assoc>: Reword to improve page break.
4284
4285 * strings.texi (String Conversion): Insert blank line to improve
4286 page break.
4287
4288 * numbers.texi (Random Numbers): Use @minus{}.
4289 (Math Functions): Use @minus{}.
4290
4291 * intro.texi (Acknowledgements): Avoid line breaks before middle
4292 initials.
4293
4294 2007-03-24 Eli Zaretskii <eliz@gnu.org>
4295
4296 * errors.texi (Standard Errors): Add an index entry.
4297
4298 2007-03-19 Richard Stallman <rms@gnu.org>
4299
4300 * os.texi (Recording Input): recent-keys now gives 300 keys.
4301
4302 2007-03-12 Glenn Morris <rgm@gnu.org>
4303
4304 * os.texi: Replace "daylight savings" with "daylight saving"
4305 throughout.
4306
4307 2007-03-05 Richard Stallman <rms@gnu.org>
4308
4309 * variables.texi (File Local Variables):
4310 Update enable-local-variables values.
4311
4312 2007-03-04 Richard Stallman <rms@gnu.org>
4313
4314 * syntax.texi (Control Parsing): Minor clarification.
4315
4316 * strings.texi (Formatting Strings): Clarify width, precision, flags.
4317
4318 * sequences.texi (Sequence Functions): Move string-bytes away,
4319 add xref.
4320
4321 * nonascii.texi (Text Representations): Move string-bytes here.
4322
4323 * modes.texi (Major Mode Conventions): Fundamental mode is exception.
4324
4325 * minibuf.texi (Basic Completion): Minor clarification.
4326
4327 * markers.texi (The Mark): Clarify existence vs activation of mark.
4328 Other cleanup.
4329
4330 * display.texi (Finding Overlays): Write better example.
4331
4332 * compile.texi (Eval During Compile): Clarify putting macros
4333 in eval-when-compile.
4334
4335 2007-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br> (tiny change)
4336
4337 * loading.texi (How Programs Do Loading): Fix anchor position at
4338 load-read-function definition doc.
4339
4340 2007-02-21 Kim F. Storm <storm@cua.dk>
4341
4342 * strings.texi (Text Comparison): Mention that assoc-string
4343 converts symbols to strings before testing.
4344
4345 2007-02-17 Kim F. Storm <storm@cua.dk>
4346
4347 * processes.texi (Bindat Spec): Vector types can have optional
4348 element type.
4349 (Bindat Examples): Fix example. Add vector with element type.
4350
4351 2007-02-16 Andreas Schwab <schwab@suse.de>
4352
4353 * strings.texi (Formatting Strings): Document '+' flag.
4354
4355 2007-02-15 Juanma Barranquero <lekktu@gmail.com>
4356
4357 * strings.texi (Modifying Strings): Clarify that `clear-string'
4358 always converts the string to unibyte.
4359
4360 2007-02-14 Kim F. Storm <storm@cua.dk>
4361
4362 * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
4363 Rewrite glyph code description to refer to these functions.
4364 Remove details of encoding face number and char into integer code.
4365
4366 2007-02-03 Alan Mackenzie <acm@muc.de>
4367
4368 * loading.texi (Hooks for Loading): Make the description of
4369 `eval-after-load' more detailed, and amend the description of
4370 after-load-alist, in accordance with changes from 2006-05.
4371
4372 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
4373
4374 * modes.texi (Defining Minor Modes): Document that a :require
4375 keyword or similar may be required to make saved customization
4376 variables work.
4377
4378 2007-02-03 Eli Zaretskii <eliz@gnu.org>
4379
4380 * elisp.texi (Top): Make the detailed menu headers compliant with
4381 Texinfo guidelines and with what texnfo-upd.el expects.
4382 Add comments to prevent people from inadvertently modifying the key
4383 parts needed by `texinfo-multiple-files-update'.
4384
4385 2007-02-02 Eli Zaretskii <eliz@gnu.org>
4386
4387 * elisp.texi (Top): Update the top-level menus.
4388
4389 * syntax.texi (Categories): Add index entries.
4390
4391 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
4392
4393 * display.texi (Attribute Functions): Fix name and description of
4394 the UNDERLINE arg of `set-face-underline-p'.
4395
4396 2007-01-29 Eli Zaretskii <eliz@gnu.org>
4397
4398 * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
4399 Variables", and "Standard Keymaps" to the detailed menu.
4400
4401 * variables.texi (Future Local Variables): Add index entry.
4402
4403 2007-01-28 Richard Stallman <rms@gnu.org>
4404
4405 * tips.texi (Coding Conventions): Clarify the tip about macros
4406 that define a function or a variable.
4407
4408 * files.texi (File Attributes): UID and GID can be floats.
4409 (Magic File Names): Explain why deferring all operations to
4410 the standard handler does not work.
4411
4412 2007-01-23 Martin Rudalics <rudalics@gmx.at>
4413
4414 * backups.texi (Reverting): Use "buffer" instead of "file"
4415 when talking about major and minor modes.
4416
4417 2007-01-21 Richard Stallman <rms@gnu.org>
4418
4419 * help.texi (Documentation): Add xref to Documentation Tips.
4420
4421 2007-01-14 Juanma Barranquero <lekktu@gmail.com>
4422
4423 * tips.texi (Coding Conventions): Fix typos.
4424
4425 2007-01-05 Richard Stallman <rms@gnu.org>
4426
4427 * modes.texi (Defining Minor Modes): Fix previous change.
4428
4429 2007-01-03 Richard Stallman <rms@gnu.org>
4430
4431 * customize.texi (Variable Definitions, Customization Types):
4432 Don't use * in doc string for defcustom.
4433
4434 2007-01-02 Richard Stallman <rms@gnu.org>
4435
4436 * variables.texi (Variable Aliases): Clarify that aliases vars
4437 always have the same value.
4438
4439 * processes.texi (Bindat Spec): Fix Texinfo usage.
4440
4441 * modes.texi (Defining Minor Modes): Explain effect of command
4442 defined with define-global-minor-mode on new buffers.
4443
4444 2006-12-30 Kim F. Storm <storm@cua.dk>
4445
4446 * keymaps.texi (Tool Bar): Describe `grow-only' value of
4447 `auto-resize-tool-bars'.
4448
4449 2006-12-30 Richard Stallman <rms@gnu.org>
4450
4451 * keymaps.texi (Active Keymaps): Fix previous change.
4452
4453 2006-12-30 Nick Roberts <nickrob@snap.net.nz>
4454
4455 * keymaps.texi (Active Keymaps): Make xref to lookup-key.
4456
4457 2006-12-30 Kim F. Storm <storm@cua.dk>
4458
4459 * processes.texi (Bindat Spec): Clarify using field names in
4460 length specifications.
4461
4462 2006-12-29 Kim F. Storm <storm@cua.dk>
4463
4464 * processes.texi (Bindat Spec): Explain eval forms and lengths better.
4465 Add count and index variables for eval forms in repeat blocks.
4466
4467 2006-12-24 Richard Stallman <rms@gnu.org>
4468
4469 * customize.texi (Variable Definitions):
4470 Document new name custom-add-frequent-value.
4471
4472 2006-12-19 Kim F. Storm <storm@cua.dk>
4473
4474 * commands.texi (Misc Events): User signals now result in sigusr1
4475 and sigusr2 events which are handled through special-event-map.
4476 (Special Events): User signals and drag-n-drop are special.
4477
4478 2006-12-17 Richard Stallman <rms@gnu.org>
4479
4480 * loading.texi (Named Features): Explain subfeatures better.
4481
4482 * customize.texi: Use "option" only for user options.
4483 For the keyword values inside defcustom etc, say "keywords".
4484 For :options value's elements, say "elements".
4485 :group should not be omitted.
4486
4487 * syntax.texi (Parsing Expressions): Split up node.
4488 (Motion via Parsing, Position Parse, Parser State)
4489 (Low-Level Parsing, Control Parsing): New subnodes.
4490 (Parser State): Document syntax-ppss-toplevel-pos.
4491
4492 * positions.texi (List Motion): Punctuation fix.
4493
4494 * files.texi (File Name Completion): Document PREDICATE arg
4495 to file-name-completion.
4496
4497 2006-12-16 Eli Zaretskii <eliz@gnu.org>
4498
4499 * internals.texi (Building Emacs, Writing Emacs Primitives):
4500 Add index entries.
4501
4502 2006-12-11 Richard Stallman <rms@gnu.org>
4503
4504 * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
4505 affects face menu. Explain how to make it non-nil without enabling
4506 any fontification.
4507
4508 2006-12-10 Chong Yidong <cyd@stupidchicken.com>
4509
4510 * modes.texi (Font Lock Basics): Document nil value of
4511 font-lock-defaults.
4512
4513 2006-12-10 Glenn Morris <rgm@gnu.org>
4514
4515 * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
4516 value for system-flag argument. Abbrev tables may not be empty
4517 when major modes are loaded.
4518
4519 2006-12-08 Juanma Barranquero <lekktu@gmail.com>
4520
4521 * makefile.w32-in (maintainer-clean): Partially revert last
4522 change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
4523 to protect elisp-covers.texi.
4524
4525 2006-12-07 Juanma Barranquero <lekktu@gmail.com>
4526
4527 * makefile.w32-in (maintainer-clean): Depend on `distclean'.
4528 Don't remove elisp* info files; they are already deleted by the
4529 `clean' and `distclean' targets, and they are in the $(infodir)
4530 directory, not the current one.
4531
4532 2006-12-04 Kim F. Storm <storm@cua.dk>
4533
4534 * commands.texi (Misc Events): Update signal events.
4535 (Event Examples): Add signal example.
4536
4537 2006-11-29 Richard Stallman <rms@gnu.org>
4538
4539 * frames.texi (Visibility of Frames): Explain visible windows
4540 can be covered by others. Add xref for raise-frame.
4541
4542 2006-11-28 Richard Stallman <rms@gnu.org>
4543
4544 * searching.texi (Regexp Special): Update when ^ is special.
4545
4546 2006-11-27 Eli Zaretskii <eliz@gnu.org>
4547
4548 * customize.texi (Customization, Common Keywords)
4549 (Group Definitions, Variable Definitions, Composite Types)
4550 (Type Keywords, Customization Types): Add index entries for
4551 various customization keywords.
4552
4553 2006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
4554
4555 * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
4556
4557 2006-11-10 Jan Djärv <jan.h.d@swipnet.se>
4558
4559 * frames.texi (Window System Selections): Remove clipboard from
4560 description of selection-coding-system.
4561
4562 2006-11-06 Richard Stallman <rms@gnu.org>
4563
4564 * lists.texi (List Variables): Document COMPARE-FN.
4565
4566 * keymaps.texi: Avoid use of "binding" to mean a relation;
4567 use it only to refer to the meaning associated with a key.
4568 (Keymaps): Change menu node description.
4569
4570 * elisp.texi (Top): Change menu node description.
4571
4572 * display.texi (Managing Overlays): Document overlay-recenter.
4573
4574 2006-10-29 Chong Yidong <cyd@stupidchicken.com>
4575
4576 * Makefile.in: Use relative paths to avoid advertising filesystem
4577 contents during compilation.
4578
4579 2006-10-23 Kim F. Storm <storm@cua.dk>
4580
4581 * commands.texi (Event Input Misc): Update unread-command-events.
4582
4583 2006-10-23 Nick Roberts <nickrob@snap.net.nz>
4584
4585 * lists.texi (Sets And Lists): Fix typos.
4586
4587 2006-10-18 Juanma Barranquero <lekktu@gmail.com>
4588
4589 * control.texi (Processing of Errors): Use @var for an argument,
4590 not @code.
4591
4592 2006-10-16 Richard Stallman <rms@gnu.org>
4593
4594 * edebug.texi (Edebug Recursive Edit): Minor cleanup.
4595
4596 * keymaps.texi (Format of Keymaps): Show all the keymap element
4597 patterns that result from menu items.
4598 (Key Lookup): Minor cleanups.
4599
4600 * modes.texi (Precalculated Fontification): Don't say that
4601 not setting font-lock-defaults avoids loading font-lock.
4602
4603 * help.texi (Documentation): Move xref to Emacs Manual here.
4604 (Documentation Basics): From here.
4605 Also doc emacs-lisp-docstring-fill-column.
4606
4607 * elisp.texi: Update version and ISBN.
4608
4609 * commands.texi (Interactive Call): Clarify KEYS arg to
4610 call-interactively is a vector.
4611 (Command Loop Info): Delete anchor in this-command-keys.
4612 Add anchor in this-command-keys-vector.
4613 (Recursive Editing): Document how recursive-edit
4614 handles the current buffer.
4615
4616 2006-10-13 Chong Yidong <cyd@stupidchicken.com>
4617
4618 * frames.texi (Frame Titles): %c and %l are ignored in
4619 frame-title-format.
4620
4621 2006-10-11 Richard Stallman <rms@gnu.org>
4622
4623 * keymaps.texi (Key Sequences): Clarify use of kbd.
4624
4625 2006-10-10 Kim F. Storm <storm@cua.dk>
4626
4627 * lists.texi (Sets And Lists): Add memql.
4628
4629 2006-10-03 Richard Stallman <rms@gnu.org>
4630
4631 * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
4632 Clarify :ascii: and :nonascii:.
4633
4634 2006-09-29 Juri Linkov <juri@jurta.org>
4635
4636 * modes.texi (%-Constructs): Reorder coding systems in the
4637 documentation of %z to the real order displayed in the modeline.
4638
4639 2006-09-25 Richard Stallman <rms@gnu.org>
4640
4641 * os.texi (Timers): Describe timer-max-repeats.
4642
4643 2006-09-25 Chong Yidong <cyd@stupidchicken.com>
4644
4645 * os.texi (Timers): Mention with-local-quit.
4646
4647 2006-09-24 Richard Stallman <rms@gnu.org>
4648
4649 * searching.texi (Searching and Matching): Mention property search.
4650
4651 * commands.texi (Command Loop Info): Explain how read-event affects
4652 this-command-keys.
4653
4654 2006-09-20 Richard Stallman <rms@gnu.org>
4655
4656 * os.texi (Timers): Clarify about REPEAT when timer is delayed.
4657
4658 * windows.texi (Window Start): Minor cleanups.
4659
4660 2006-09-20 Kim F. Storm <storm@cua.dk>
4661
4662 * windows.texi (Window Start): pos-visible-in-window-p allows
4663 specifying t for position to mean "end of window".
4664 Add window-line-height.
4665
4666 * anti.texi (Antinews): Mention window-line-height.
4667
4668 2006-09-19 David Kastrup <dak@gnu.org>
4669
4670 * keymaps.texi (Searching Keymaps): Small clarification.
4671
4672 2006-09-18 Richard Stallman <rms@gnu.org>
4673
4674 * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
4675 cause keyboard menus.
4676 (Menu Keymaps): Likewise.
4677 (Defining Menus, Keyboard Menus): Clarify.
4678
4679 * text.texi (Fields): Clarify explanation of constrain-to-field.
4680
4681 2006-09-16 Eli Zaretskii <eliz@gnu.org>
4682
4683 * variables.texi (Tips for Defining): Fix a typo.
4684
4685 2006-09-15 Richard Stallman <rms@gnu.org>
4686
4687 * keymaps.texi (Remapping Commands, Searching Keymaps)
4688 (Active Keymaps): Clean up previous change.
4689
4690 2006-09-15 Jay Belanger <belanger@truman.edu>
4691
4692 * gpl.texi: Replace "Library Public License" by "Lesser Public
4693 License" throughout.
4694
4695 2006-09-15 David Kastrup <dak@gnu.org>
4696
4697 * keymaps.texi (Active Keymaps): Adapt description to use
4698 `get-char-property' instead `get-text-property'. Explain how
4699 mouse events change this. Explain the new optional argument of
4700 `key-binding' and its mouse-dependent lookup.
4701 (Searching Keymaps): Adapt description similarly.
4702 (Remapping Commands): Explain the new optional argument of
4703 `command-remapping'.
4704
4705 2006-09-14 Richard Stallman <rms@gnu.org>
4706
4707 * keymaps.texi (Searching Keymaps): Clarification.
4708 (Active Keymaps): Refer to Searching Keymaps instead of duplication.
4709
4710 2006-09-13 Richard Stallman <rms@gnu.org>
4711
4712 * objects.texi (Character Type): Node split.
4713 Add xref to Describing Characters.
4714 (Basic Char Syntax, General Escape Syntax)
4715 (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
4716
4717 2006-09-11 Richard Stallman <rms@gnu.org>
4718
4719 * display.texi (Display Table Format): Wording clarification.
4720 (Glyphs): Clarifications.
4721
4722 2006-09-10 Chong Yidong <cyd@stupidchicken.com>
4723
4724 * keymaps.texi (Active Keymaps): Mention that key-binding checks
4725 local maps.
4726
4727 2006-09-10 Kim F. Storm <storm@cua.dk>
4728
4729 * display.texi (Forcing Redisplay): Document return value of
4730 function redisplay.
4731
4732 2006-09-09 Richard Stallman <rms@gnu.org>
4733
4734 * windows.texi (Window Hooks): Explain limits of
4735 window-scroll-functions.
4736
4737 * display.texi (Fringe Indicators): Update for last change in
4738 indicate-buffer-boundaries.
4739
4740 2006-09-08 Richard Stallman <rms@gnu.org>
4741
4742 * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
4743
4744 2006-09-06 Kim F. Storm <storm@cua.dk>
4745
4746 * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
4747
4748 * windows.texi (Window Start): Update pos-visible-in-window-p.
4749
4750 2006-09-04 Richard Stallman <rms@gnu.org>
4751
4752 * processes.texi (Accepting Output): Explain SECONDS=0 for
4753 accept-process-output.
4754
4755 * os.texi (Idle Timers): Explain why timer functions should not
4756 loop until (input-pending-p).
4757
4758 2006-09-02 Eli Zaretskii <eliz@gnu.org>
4759
4760 * makefile.w32-in (usermanualdir): New variable.
4761 (elisp.dvi): Use it.
4762
4763 2006-09-01 Eli Zaretskii <eliz@gnu.org>
4764
4765 * buffers.texi (Buffer Modification): Fix last change.
4766
4767 2006-09-01 Chong Yidong <cyd@stupidchicken.com>
4768
4769 * buffers.texi (Buffer Modification):
4770 Document buffer-chars-modified-tick.
4771
4772 2006-08-31 Richard Stallman <rms@gnu.org>
4773
4774 * modes.texi (Syntactic Font Lock): Mention specific faces once again.
4775
4776 2006-08-31 Richard Bielawski <RBielawski@moneygram.com> (tiny change)
4777
4778 * modes.texi (Syntactic Font Lock):
4779 Mention font-lock-syntactic-face-function
4780 instead of specific faces.
4781
4782 2006-08-29 Chong Yidong <cyd@stupidchicken.com>
4783
4784 * display.texi (Images): Add xrref to display-images-p.
4785
4786 2006-08-28 Kenichi Handa <handa@m17n.org>
4787
4788 * nonascii.texi (Lisp and Coding Systems): Fix description of
4789 detect-coding-region.
4790
4791 2006-08-27 Michael Olson <mwolson@gnu.org>
4792
4793 * processes.texi (Transaction Queues): Remove stray quote
4794 character.
4795
4796 2006-08-25 Richard Stallman <rms@gnu.org>
4797
4798 * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
4799 Add xref.
4800
4801 2006-08-24 Chong Yidong <cyd@stupidchicken.com>
4802
4803 * os.texi (Timers): Avoid waiting inside timers.
4804
4805 2006-08-21 Lute Kamstra <lute@gnu.org>
4806
4807 * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
4808
4809 2006-08-20 Richard Stallman <rms@gnu.org>
4810
4811 * os.texi (Idle Timers): New node, split out from Timers.
4812 Document current-idle-time.
4813 * commands.texi (Reading One Event): Update xref.
4814 * elisp.texi (Top): Update subnode menu.
4815
4816 2006-08-16 Richard Stallman <rms@gnu.org>
4817
4818 * keymaps.texi (Extended Menu Items): Show format of cached
4819 bindings in extended menu items.
4820
4821 * customize.texi (Variable Definitions): Explain when the
4822 standard value expression is evaluated.
4823
4824 2006-08-15 Chong Yidong <cyd@stupidchicken.com>
4825
4826 * commands.texi (Reading One Event): Explain idleness in
4827 `read-event'.
4828
4829 2006-08-12 Chong Yidong <cyd@stupidchicken.com>
4830
4831 * text.texi (Near Point): Say "cursor" not "terminal cursor".
4832 (Commands for Insertion): Remove split-line since it's not
4833 relevant for Lisp programming.
4834 (Yank Commands): Rewrite introduction.
4835 (Undo): Clarify.
4836 (Maintaining Undo): Clarify. Document undo-ask-before-discard.
4837 (Filling): Remove redundant comment. Clarify return value of
4838 current-justification.
4839 (Margins): Minor clarifications.
4840 (Adaptive Fill): Update default value of adaptive-fill-regexp.
4841 (Sorting): Update definition of sort-lines.
4842 (Columns): Clarify behavior of sort-columns.
4843 (Indent Tabs): Link to Tab Stops in Emacs manual.
4844 (Special Properties): Clarify.
4845 (Clickable Text): Mention Buttons package.
4846
4847 2006-08-12 Kevin Ryde <user42@zip.com.au>
4848
4849 * os.texi (Time Parsing): Add %z to description of
4850 format-time-string, as per docstring. Add cross reference to
4851 glibc manual for strftime.
4852
4853 2006-08-08 Richard Stallman <rms@gnu.org>
4854
4855 * modes.texi: Clean up wording in previous change.
4856
4857 2006-08-07 Chong Yidong <cyd@stupidchicken.com>
4858
4859 * modes.texi (Hooks): Clarify.
4860 (Major Mode Basics): Mention define-derived-mode explicitly.
4861 (Major Mode Conventions): Rebinding RET is OK for some modes.
4862 Mention change-major-mode-hook and after-change-major-mode-hook.
4863 (Example Major Modes): Move to end of Modes section.
4864 (Mode Line Basics): Clarify.
4865 (Mode Line Data): Mention help-echo and local-map in strings.
4866 Explain reason for treatment of non-risky variables.
4867 (Properties in Mode): Clarify.
4868 (Faces for Font Lock): Add font-lock-negation-char-face.
4869
4870 2006-08-04 Eli Zaretskii <eliz@gnu.org>
4871
4872 * strings.texi (Formatting Strings): Warn against arbitrary
4873 strings as first arg to `format'.
4874
4875 2006-07-31 Thien-Thi Nguyen <ttn@gnu.org>
4876
4877 * text.texi (Clickable Text): Mention `help-echo' text property.
4878 Update intro, examples and associated explanations.
4879
4880 2006-07-31 Richard Stallman <rms@gnu.org>
4881
4882 * commands.texi: Update xrefs.
4883 (Event Mod): New node, cut out from old Translating Input.
4884
4885 * maps.texi: Update xrefs.
4886
4887 * keymaps.texi (Translation Keymaps): New node.
4888 Update xrefs from Translating Input to Translation Keymaps.
4889
4890 * elisp.texi (Top): Update subnode menu.
4891
4892 * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
4893
4894 * os.texi (System Interface): Fix menu descriptions of some nodes.
4895 (Translating Input): Node deleted.
4896
4897 2006-07-31 Nick Roberts <nickrob@snap.net.nz>
4898
4899 * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
4900
4901 * lists.texi (Sets And Lists): Likewise.
4902
4903 2006-07-30 Thien-Thi Nguyen <ttn@gnu.org>
4904
4905 * text.texi (Fields): Mention POS
4906 requirement when narrowing is in effect.
4907
4908 2006-07-28 Richard Stallman <rms@gnu.org>
4909
4910 * display.texi (Face Attributes): Simplify wording.
4911 (Attribute Functions): Clarify meaning of new-frame default
4912 attribute settings.
4913
4914 * customize.texi (Common Keywords): Document how to use
4915 :package-version in a package not in Emacs.
4916
4917 2006-07-28 Kim F. Storm <storm@cua.dk>
4918
4919 * commands.texi (Reading One Event): Fix last change.
4920
4921 2006-07-26 Chong Yidong <cyd@stupidchicken.com>
4922
4923 * commands.texi (Reading One Event): Document SECONDS argument for
4924 read-event, read-char, and read-char-exclusive.
4925
4926 2006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
4927
4928 * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
4929 to ensure correct identification.
4930
4931 2006-07-24 Richard Stallman <rms@gnu.org>
4932
4933 * text.texi (Clickable Text): Clarify.
4934
4935 * sequences.texi (Vector Functions): Delete duplicate xref.
4936
4937 * objects.texi (Function Type): Clarify.
4938
4939 * modes.texi (Keymaps and Minor Modes): List punct chars for minor
4940 modes.
4941
4942 * lists.texi (List Variables): New node.
4943 Material moved from other nodes.
4944
4945 * variables.texi (Setting Variables): add-to-list and
4946 add-to-ordered-list moved to List Variables node.
4947
4948 2006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
4949
4950 * text.texi (Links and Mouse-1):
4951 For mouse-on-link-p, expand on arg POS.
4952
4953 2006-07-21 Kim F. Storm <storm@cua.dk>
4954
4955 * display.texi (Forcing Redisplay): Don't mention systems which
4956 don't support sub-second timers for redisplay-preemption-period.
4957
4958 * os.texi (Terminal Output): Clarify text vs graphical terminal.
4959
4960 2006-07-21 Eli Zaretskii <eliz@gnu.org>
4961
4962 * frames.texi (Input Focus): Document that focus-follows-mouse has
4963 no effect on MS-Windows.
4964
4965 2006-07-18 Richard Stallman <rms@gnu.org>
4966
4967 * display.texi (Forcing Redisplay): Cleanups in previous change.
4968
4969 * processes.texi (Low-Level Network): Make menu more convenient.
4970
4971 2006-07-18 Kim F. Storm <storm@cua.dk>
4972
4973 * display.texi (Forcing Redisplay): redisplay-preemption-period
4974 only used on window systems. Add xref to Terminal Output.
4975
4976 * os.texi (Terminal Output): baud-rate only controls preemption on
4977 non-window systems. Add xref to Forcing Redisplay.
4978
4979 * processes.texi (Low-Level Network): Rename node "Make Network"
4980 to "Network Processes".
4981
4982 2006-07-18 Karl Berry <karl@gnu.org>
4983
4984 * variables.texi, functions.texi, customize.texi, loading.texi:
4985 * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
4986
4987 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
4988
4989 * commands.texi (Waiting): Document batch-mode sit-for behavior.
4990
4991 2006-07-17 Richard Stallman <rms@gnu.org>
4992
4993 * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
4994 Put period and comma inside quotes.
4995
4996 * loading.texi, markers.texi: Use real doublequote inside menus.
4997
4998 * windows.texi: Put point and comma inside quotes.
4999 (Textual Scrolling): Use @samp for error message.
5000
5001 * variables.texi, tips.texi, syntax.texi, symbols.texi:
5002 * strings.texi, streams.texi, processes.texi, os.texi:
5003 * objects.texi, numbers.texi, modes.texi, minibuf.texi:
5004 * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
5005 * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
5006 * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
5007 Put point and comma inside quotes.
5008
5009 * control.texi (Processing of Errors): Add command-error-function.
5010
5011 * variables.texi (File Local Variables): Clarify that
5012 file local variables make buffer-local bindings.
5013
5014 * modes.texi (Syntactic Font Lock): Give default for
5015 font-lock-syntax-table.
5016
5017 2006-07-17 Nick Roberts <nickrob@snap.net.nz>
5018
5019 * text.texi (Special Properties): Clean up previous change.
5020
5021 2006-07-16 Karl Berry <karl@gnu.org>
5022
5023 * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
5024 * control.texi: Fix bad page breaks through chapter 10 (control).
5025
5026 * anti.texi (Antinews): Reorder face-attribute fns to avoid
5027 underfull hbox.
5028
5029 2006-07-15 Nick Roberts <nickrob@snap.net.nz>
5030
5031 * text.texi (Special Properties): Describe fontified text property
5032 in relation to a character (not text).
5033
5034 2006-07-15 Kim F. Storm <storm@cua.dk>
5035
5036 * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
5037 Add apropos-mode-map, custom-mode-map, esc-map, global-map,
5038 grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
5039
5040 * anti.texi (Antinews): Mention redisplay function.
5041 The kbd macro existed, but was not documented, before 22.x.
5042 Function pos-visible-in-window-p is not new in 22.x, just enhanced.
5043
5044 2006-07-14 Nick Roberts <nickrob@snap.net.nz>
5045
5046 * display.texi (Displaying Messages): Add anchor.
5047
5048 * frames.texi (Dialog Boxes): Use it.
5049
5050 2006-07-12 Richard Stallman <rms@gnu.org>
5051
5052 * objects.texi (Frame Type): Explain nature of frames better.
5053
5054 * frames.texi (Frames): Explain nature of frames better.
5055
5056 2006-07-12 Ken Manheimer <ken.manheimer@gmail.com>
5057
5058 * tips.texi (Coding Conventions): Explain why use cl at compile time.
5059
5060 2006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5061
5062 * frames.texi (Window System Selections): Mention scrap support for Mac.
5063 Default value of x-select-enable-clipboard is t on Mac.
5064
5065 * os.texi (Getting Out): Suspending is not allowed on Mac, either.
5066
5067 2006-07-11 Kim F. Storm <storm@cua.dk>
5068
5069 * display.texi (Forcing Redisplay): Add `redisplay' function.
5070 Don't mention (sit-for -1) -- use (redisplay t) instead.
5071
5072 * commands.texi (Waiting): (sit-for -1) is no longer special.
5073 (sit-for 0) is equivalent to (redisplay).
5074 Iconifying/deiconifying no longer makes sit-for return.
5075
5076 2006-07-10 Nick Roberts <nickrob@snap.net.nz>
5077
5078 * display.texi (Buttons): Fix typo.
5079
5080 * index.texi, elisp.texi (New Symbols): Comment node out.
5081
5082 2006-07-09 Richard Stallman <rms@gnu.org>
5083
5084 * display.texi (Truncation): Clean up previous change.
5085
5086 2006-07-08 Richard Stallman <rms@gnu.org>
5087
5088 * commands.texi (Interactive Call): Use 3 as prefix in example
5089 for execute-extended-command.
5090
5091 * display.texi (Attribute Functions): Move paragraph about
5092 compatibility with Emacs < 21.
5093
5094 2006-07-09 Kim F. Storm <storm@cua.dk>
5095
5096 * display.texi (Refresh Screen): Clarify force-window-update.
5097 (Truncation): "Normally" indicated by fringe arrows.
5098
5099 2006-07-08 Eli Zaretskii <eliz@gnu.org>
5100
5101 * windows.texi (Textual Scrolling, Resizing Windows):
5102 * variables.texi (Constant Variables):
5103 * text.texi (Buffer Contents, Deletion, Changing Properties)
5104 (Property Search, Special Properties, Sticky Properties)
5105 (Links and Mouse-1, Fields, Change Hooks):
5106 * syntax.texi (Syntax Table Functions, Parsing Expressions)
5107 (Categories):
5108 * symbols.texi (Other Plists):
5109 * streams.texi (Output Variables):
5110 * processes.texi (Input to Processes, Query Before Exit):
5111 * positions.texi (Word Motion, Text Lines, List Motion):
5112 * os.texi (Init File, System Environment, Sound Output)
5113 (Session Management):
5114 * nonascii.texi (Text Representations, Character Sets)
5115 (Chars and Bytes, Locales):
5116 * modes.texi (Defining Minor Modes, Header Lines):
5117 * minibuf.texi (Minibuffer Contents):
5118 * markers.texi (Information from Markers):
5119 * lists.texi (List Elements, Building Lists, Association Lists):
5120 * keymaps.texi (Tool Bar):
5121 * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
5122 * functions.texi (What Is a Function, Mapping Functions):
5123 * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
5124 (Color Names, Text Terminal Colors, Display Feature Testing):
5125 * files.texi (Visiting Functions, File Name Components)
5126 (Unique File Names, Contents of Directories):
5127 * display.texi (Forcing Redisplay, Displaying Messages)
5128 (Temporary Displays, Font Selection, Auto Faces)
5129 (Font Lookup, Fringe Indicators, Display Margins)
5130 (Image Descriptors, Showing Images, Image Cache, Button Types)
5131 (Making Buttons, Manipulating Buttons, Button Buffer Commands)
5132 (Display Table Format, Glyphs):
5133 * control.texi (Iteration):
5134 * commands.texi (Command Loop Info, Adjusting Point):
5135 * backups.texi (Making Backups, Auto-Saving):
5136 Remove @tindex entries.
5137
5138 2006-07-07 Kim F. Storm <storm@cua.dk>
5139
5140 * display.texi (Fringe Cursors): Fix typo.
5141 (Customizing Bitmaps): Fix define-fringe-bitmap entry.
5142 (Overlay Arrow): Default is overlay-arrow fringe indicator.
5143
5144 2006-07-05 Richard Stallman <rms@gnu.org>
5145
5146 * text.texi (Buffer Contents): Add example of text props
5147 in result of buffer-substring.
5148 (Text Properties): Explain better about use of specific property names.
5149 (Property Search): Some cleanups; reorder some functions.
5150
5151 * keymaps.texi (Changing Key Bindings): Cleanup.
5152 Add xref to Key Binding Conventions.
5153
5154 * display.texi (Attribute Functions): Add examples for
5155 face-attribute-relative-p.
5156
5157 * tips.texi (Coding Conventions): Cleanup last change.
5158
5159 2006-07-05 Karl Berry <karl@gnu.org>
5160
5161 * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
5162 Remove @setchapternewpage odd.
5163 Result is 1013 pages, down from 1100.
5164
5165 * anti.texi, customize.texi, display.texi, internals.texi:
5166 * minibuf.texi, modes.texi, tips.texi:
5167 Fix overfull/underfull boxes.
5168
5169 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
5170
5171 * edebug.texi (Instrumenting):
5172 Add Edebug-specific findex for eval-buffer.
5173 * loading.texi (Loading):
5174 Replace eval-current-buffer with eval-buffer.
5175
5176 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
5177
5178 * locals.texi (Standard Buffer-Local Variables): Update the list
5179 of variables.
5180
5181 2006-06-26 Nick Roberts <nickrob@snap.net.nz>
5182
5183 * files.texi (File Name Completion): Point user to the node
5184 "Reading File Names".
5185
5186 2006-06-24 Eli Zaretskii <eliz@gnu.org>
5187
5188 * files.texi (Contents of Directories): Document case-insensitive
5189 behavior on respective filesystems.
5190
5191 * objects.texi (Character Type): Document that Emacs signals an
5192 error for unsupported Unicode characters specified as \uNNNN.
5193
5194 2006-06-19 Richard Stallman <rms@gnu.org>
5195
5196 * processes.texi (Bindat Spec): Clarify previous change.
5197
5198 2006-06-16 Richard Stallman <rms@gnu.org>
5199
5200 * tips.texi (Coding Conventions): Better explain conventions
5201 for definition constructs.
5202
5203 * text.texi (Special Properties): String value of `read-only'
5204 serves as the error message.
5205
5206 * objects.texi (Character Type): Clarify prev. change.
5207 (Non-ASCII in Strings): Mention \u and \U.
5208
5209 * commands.texi (Using Interactive): Explain problem of
5210 markers, etc., in command-history.
5211
5212 2006-06-14 Kim F. Storm <storm@cua.dk>
5213
5214 * commands.texi (Waiting): Negative arg to sit-for forces
5215 redisplay even if input is pending.
5216
5217 * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
5218 redisplay. Remove incorrect example of binding redisplay-dont-pause
5219 around (sit-for 0).
5220
5221 2006-06-13 Richard Stallman <rms@gnu.org>
5222
5223 * display.texi (Forcing Redisplay): Clarify previous change.
5224
5225 2006-06-13 Romain Francoise <romain@orebokech.com>
5226
5227 * display.texi (Forcing Redisplay): Fix typo.
5228
5229 2006-06-13 Kim F. Storm <storm@cua.dk>
5230
5231 * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
5232
5233 2006-06-10 Luc Teirlinck <teirllm@auburn.edu>
5234
5235 * tips.texi (Coding Conventions): Add `@end itemize'.
5236
5237 2006-06-10 Richard Stallman <rms@gnu.org>
5238
5239 * tips.texi (Coding Conventions): Explain use of coding systems
5240 to ensure one decoding for strings.
5241
5242 2006-06-09 Aidan Kehoe <kehoea@parhasard.net>
5243
5244 * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
5245 syntax.
5246
5247 2006-06-07 Eli Zaretskii <eliz@gnu.org>
5248
5249 * display.texi (Font Selection): Remove description of
5250 clear-face-cache.
5251
5252 * compile.texi (Eval During Compile): Fix a typo. Add index
5253 entries for possible uses of eval-when-compile.
5254
5255 2006-06-04 Thien-Thi Nguyen <ttn@gnu.org>
5256
5257 * display.texi (Abstract Display): Fix typo.
5258
5259 2006-06-03 Eli Zaretskii <eliz@gnu.org>
5260
5261 * minibuf.texi (Minibuffer History) <history-add-new-input>:
5262 Reword variable's description.
5263
5264 2006-06-01 Richard Stallman <rms@gnu.org>
5265
5266 * windows.texi (Splitting Windows): Clarify splitting nonselected
5267 window.
5268
5269 2006-05-31 Juri Linkov <juri@jurta.org>
5270
5271 * minibuf.texi (Minibuffer History): Add history-add-new-input.
5272
5273 2006-05-30 Richard Stallman <rms@gnu.org>
5274
5275 * display.texi (Line Height): Fix errors in description of
5276 default line height and line-height property.
5277
5278 * nonascii.texi (Default Coding Systems): Further clarification.
5279
5280 2006-05-29 Luc Teirlinck <teirllm@auburn.edu>
5281
5282 * internals.texi (Pure Storage): Mention that an overflow in pure
5283 space causes a memory leak.
5284 (Garbage Collection): If there was an overflow in pure space,
5285 `garbage-collect' returns nil.
5286
5287 2006-05-30 Eli Zaretskii <eliz@gnu.org>
5288
5289 * nonascii.texi (Default Coding Systems): Fix it some more.
5290
5291 2006-05-29 Eli Zaretskii <eliz@gnu.org>
5292
5293 * nonascii.texi (Default Coding Systems): Fix last change.
5294
5295 2006-05-29 Kenichi Handa <handa@m17n.org>
5296
5297 * nonascii.texi (find-operation-coding-system): Describe the new
5298 argument format (FILENAME . BUFFER).
5299
5300 2006-05-28 Richard Stallman <rms@gnu.org>
5301
5302 * tips.texi (Coding Conventions): Better explain reasons not to
5303 advise other packages or use `eval-after-load'.
5304
5305 2006-05-29 Kim F. Storm <storm@cua.dk>
5306
5307 * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
5308 `bindat-idx' and `bindat-raw' for clarity.
5309
5310 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
5311
5312 * processes.texi (Bindat Spec): Expand on `repeat' handler.
5313
5314 * display.texi (Display): Add "Abstract Display" to menu.
5315 (Abstract Display, Abstract Display Functions)
5316 (Abstract Display Example): New nodes.
5317 * elisp.texi (Top): Add "Abstract Display" to menu.
5318
5319 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
5320
5321 * keymaps.texi (Key Sequences): Link to input events definition.
5322 (Format of Keymaps): Delete material duplicated in Keymap Basics.
5323
5324 * files.texi (Changing Files): Document updated argument list for
5325 copy-file.
5326
5327 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
5328
5329 * processes.texi (Bindat Functions): Explain term "total length".
5330 Use it in bindat-length and bindat-pack descriptions.
5331
5332 2006-05-26 Eli Zaretskii <eliz@gnu.org>
5333
5334 * tips.texi (Coding Conventions): Advise against using
5335 eval-after-load in packages. Add an index entry.
5336
5337 2006-05-25 Juri Linkov <juri@jurta.org>
5338
5339 * minibuf.texi (Text from Minibuffer): Undocument keep-all.
5340
5341 * modes.texi (%-Constructs): Add %e, %z, %Z.
5342
5343 2006-05-25 Richard Stallman <rms@gnu.org>
5344
5345 * elisp.texi (Top): Update subnode menu.
5346
5347 * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
5348 (Keymaps): Update menu.
5349
5350 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
5351
5352 * keymaps.texi (Key Sequences): Some clarifications.
5353
5354 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
5355
5356 * processes.texi (Bindat Functions): Say "unibyte string"
5357 explicitly for bindat-unpack and bindat-pack descriptions.
5358 (Bindat Examples): Don't call `string-make-unibyte' in example.
5359
5360 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
5361
5362 * keymaps.texi (Key Sequences): Rename from Keymap Terminology.
5363 Explain string and vector representations of key sequences.
5364
5365 * keymaps.texi (Changing Key Bindings):
5366 * commands.texi (Interactive Codes):
5367 * help.texi (Describing Characters): Refer to it.
5368
5369 2006-05-23 Luc Teirlinck <teirllm@auburn.edu>
5370
5371 * frames.texi (Pointer Shape): @end table -> @end defvar.
5372
5373 2006-05-22 Richard Stallman <rms@gnu.org>
5374
5375 * elisp.texi (Top): Update subnode menus.
5376
5377 * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
5378 Contents rewritten; material from old Pointer Shape node moved here.
5379
5380 * display.texi (Pointer Shape): Node deleted.
5381 (Image Descriptors): Minor cleanup.
5382
5383 2006-05-21 Richard Stallman <rms@gnu.org>
5384
5385 * syntax.texi (Parsing Expressions): Update info on which STATE
5386 elements are ignored.
5387
5388 2006-05-19 Luc Teirlinck <teirllm@auburn.edu>
5389
5390 * hooks.texi (Standard Hooks): Correct typo.
5391
5392 * gpl.texi (GPL): ifinfo -> ifnottex.
5393
5394 2006-05-19 Michael Ernst <mernst@alum.mit.edu> (tiny change)
5395
5396 * searching.texi (Simple Match Data): Warn about match data being
5397 set anew by every search.
5398
5399 2006-05-17 Richard Stallman <rms@gnu.org>
5400
5401 * minibuf.texi (Minibuffer History): Clarify.
5402
5403 * searching.texi (Regexp Special): Clarify nested regexp warning.
5404
5405 2006-05-16 Kim F. Storm <storm@cua.dk>
5406
5407 * minibuf.texi (Minibuffer History): Update add-to-history.
5408
5409 2006-05-15 Oliver Scholz <epameinondas@gmx.de> (tiny change)
5410
5411 * nonascii.texi (Explicit Encoding):
5412 Fix typo (encoding<->decoding).
5413
5414 2006-05-14 Richard Stallman <rms@gnu.org>
5415
5416 * buffers.texi (Creating Buffers): Cleanup.
5417
5418 * files.texi (Visiting Functions): Rewrite in find-file-noselect.
5419
5420 2006-05-13 Eli Zaretskii <eliz@gnu.org>
5421
5422 * buffers.texi (Current Buffer): Document that with-temp-buffer
5423 disables undo.
5424
5425 * os.texi (Terminal-Specific): More accurate description of how
5426 Emacs searches for the terminal-specific libraries.
5427
5428 2006-05-12 Eli Zaretskii <eliz@gnu.org>
5429
5430 * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
5431 emacs-xtra to @inforef's.
5432
5433 * text.texi (Undo): Document that undo is turned off in buffers
5434 whose names begin with a space.
5435
5436 * buffers.texi (Buffer Names): Add index entries for buffers whose
5437 names begin with a space.
5438 (Creating Buffers): Document that undo is turned off in buffers
5439 whose names begin with a space.
5440
5441 * files.texi (Visiting Functions, Reading from Files)
5442 (Saving Buffers): Mention code and EOL conversions by file I/O
5443 primitives and subroutines.
5444
5445 * nonascii.texi (Lisp and Coding Systems):
5446 Document coding-system-eol-type. Add index entries for eol conversion.
5447
5448 * display.texi (Defining Faces): Mention `mac', and add an xref to
5449 where window-system is described.
5450
5451 2006-05-10 Richard Stallman <rms@gnu.org>
5452
5453 * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
5454
5455 2006-05-10 Reiner Steib <Reiner.Steib@gmx.de>
5456
5457 * variables.texi (File Local Variables): Recommend to quote lambda
5458 expressions in safe-local-variable property.
5459
5460 2006-05-09 Richard Stallman <rms@gnu.org>
5461
5462 * variables.texi (File Local Variables):
5463 Document safe-local-eval-forms and safe-local-eval-function.
5464
5465 2006-05-07 Kim F. Storm <storm@cua.dk>
5466
5467 * minibuf.texi (Minibuffer History): Remove keep-dups arg
5468 from add-to-history.
5469
5470 2006-05-07 Romain Francoise <romain@orebokech.com>
5471
5472 * commands.texi (Event Input Misc):
5473 * compile.texi (Eval During Compile):
5474 * internals.texi (Buffer Internals):
5475 * minibuf.texi (Initial Input):
5476 * nonascii.texi (Scanning Charsets):
5477 * numbers.texi (Comparison of Numbers):
5478 * windows.texi (Textual Scrolling, Vertical Scrolling):
5479 Fix various typos.
5480
5481 2006-05-06 Eli Zaretskii <eliz@gnu.org>
5482
5483 * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
5484 conditional xref's to either emacs or emacs-xtra, depending on
5485 @iftex/@ifnottex.
5486
5487 * minibuf.texi (Minibuffer History): Document add-to-history.
5488
5489 2006-05-05 Eli Zaretskii <eliz@gnu.org>
5490
5491 * internals.texi (Pure Storage): Mention the pure overflow message
5492 at startup.
5493
5494 2006-05-05 Johan Bockgård <bojohan@dd.chalmers.se>
5495
5496 * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
5497 (Searching Keymaps): Fix pseudo-Lisp description of keymap
5498 search.
5499
5500 2006-05-01 Richard Stallman <rms@gnu.org>
5501
5502 * intro.texi (nil and t): Clarify.
5503
5504 * variables.texi (File Local Variables): Suggest using booleanp.
5505
5506 2006-05-01 Juanma Barranquero <lekktu@gmail.com>
5507
5508 * objects.texi (Type Predicates): Fix typos.
5509
5510 2006-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
5511
5512 * intro.texi (nil and t): Add booleanp.
5513
5514 * objects.texi (Type Predicates): Add links for booleanp and
5515 string-or-null-p.
5516
5517 2006-04-29 Richard Stallman <rms@gnu.org>
5518
5519 * modes.texi (Multiline Font Lock): Rename from
5520 Multi line Font Lock Elements. Much clarification.
5521 (Font Lock Multiline, Region to Fontify): Much clarification.
5522
5523 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
5524
5525 * variables.texi (File Local Variables): Remove the special case t for
5526 safe-local-variable.
5527
5528 2006-04-26 Richard Stallman <rms@gnu.org>
5529
5530 * syntax.texi (Parsing Expressions): Minor cleanup.
5531
5532 2006-04-18 Richard Stallman <rms@gnu.org>
5533
5534 * tips.texi (Coding Conventions): Explain when the package's
5535 prefix should appear later on (not at the start of the name).
5536
5537 * searching.texi (String Search): Clarify effect of NOERROR.
5538
5539 * modes.texi (Imenu): Clarify what special items do.
5540
5541 * hooks.texi (Standard Hooks): Delete text about old hook names.
5542
5543 2006-04-17 Romain Francoise <romain@orebokech.com>
5544
5545 * variables.texi (Local Variables): Update the default value of
5546 `max-specpdl-size'.
5547
5548 2006-04-15 Michael Olson <mwolson@gnu.org>
5549
5550 * processes.texi (Transaction Queues): Mention the new optional
5551 `delay-question' argument for `tq-enqueue'.
5552
5553 2006-04-13 Bill Wohler <wohler@newt.com>
5554
5555 * customize.texi (Common Keywords): Use dotted notation for
5556 :package-version value. Specify its values. Improve documentation
5557 for customize-package-emacs-version-alist.
5558
5559 2006-04-12 Bill Wohler <wohler@newt.com>
5560
5561 * customize.texi (Common Keywords): Move description of
5562 customize-package-emacs-version-alist to @defvar.
5563
5564 2006-04-10 Bill Wohler <wohler@newt.com>
5565
5566 * customize.texi (Common Keywords): Add :package-version.
5567
5568 2006-04-10 Kim F. Storm <storm@cua.dk>
5569
5570 * text.texi (Buffer Contents): Add NOPROPS arg to
5571 filter-buffer-substring.
5572
5573 2006-04-08 Kevin Ryde <user42@zip.com.au>
5574
5575 * os.texi (Command-Line Arguments): Update xref to emacs manual
5576 "Command Arguments" -> "Emacs Invocation", per change there.
5577
5578 2006-04-08 Thien-Thi Nguyen <ttn@gnu.org>
5579
5580 * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
5581 be on one line to help makeinfo not render two spaces after the dot.
5582
5583 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
5584
5585 * strings.texi (Predicates for Strings): Add string-or-null-p.
5586
5587 2006-03-28 Kim F. Storm <storm@cua.dk>
5588
5589 * processes.texi (Accepting Output): Remove obsolete (and incorrect)
5590 remarks about systems that don't support fractional seconds.
5591
5592 2006-03-25 Karl Berry <karl@gnu.org>
5593
5594 * elisp.texi: Use @copyright{} instead of (C), and do not indent
5595 the year list.
5596
5597 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
5598
5599 * display.texi (Fringe Indicators): Fix typos.
5600
5601 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
5602
5603 * tips.texi (Documentation Tips): One can now also write `program'
5604 in front of a quoted symbol in a docstring to prevent making a
5605 hyperlink.
5606
5607 2006-03-19 Alan Mackenzie <acm@muc.de>
5608
5609 * text.texi (Special Properties): Clarify `fontified' property.
5610
5611 2006-03-16 Richard Stallman <rms@gnu.org>
5612
5613 * display.texi (Defining Images): Minor cleanup.
5614
5615 2006-03-16 Bill Wohler <wohler@newt.com>
5616
5617 * display.texi (Defining Images): In image-load-path-for-library,
5618 prefer user's images.
5619
5620 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
5621
5622 * modes.texi (Region to Fontify): Remove font-lock-lines-before.
5623
5624 2006-03-15 Bill Wohler <wohler@newt.com>
5625
5626 * display.texi (Defining Images): Fix example in
5627 image-load-path-for-library by not recommending that one binds
5628 image-load-path. Just defvar it to placate compiler and only use
5629 it if previously defined.
5630
5631 2006-03-14 Bill Wohler <wohler@newt.com>
5632
5633 * display.texi (Defining Images): In image-load-path-for-library,
5634 always return list of directories. Update example.
5635
5636 2006-03-14 Alan Mackenzie <acm@muc.de>
5637
5638 * modes.texi: New node, "Region to Fontify" (for Font Lock).
5639 This describes font-lock-extend-region-function.
5640 ("Other Font Lock Variables"): Move "font-lock-lines-before" to
5641 the new node "Region to Fontify".
5642
5643 2006-03-13 Richard Stallman <rms@gnu.org>
5644
5645 * display.texi (Invisible Text): The impossible position is
5646 now before the invisible text, not after.
5647 (Defining Images): Clean up last change.
5648
5649 2006-03-11 Bill Wohler <wohler@newt.com>
5650
5651 * display.texi (Defining Images): Add image-load-path-for-library.
5652
5653 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
5654
5655 * text.texi (Adaptive Fill): Fix Texinfo usage.
5656
5657 * strings.texi (Creating Strings): Fix Texinfo usage.
5658
5659 * searching.texi (Regexp Special): Use @samp for regular
5660 expressions that are not in Lisp syntax.
5661
5662 2006-03-08 Luc Teirlinck <teirllm@auburn.edu>
5663
5664 * searching.texi (Regexp Special): Put remark between parentheses
5665 to avoid misreading.
5666
5667 2006-03-07 Luc Teirlinck <teirllm@auburn.edu>
5668
5669 * searching.texi (Syntax of Regexps): More accurately describe
5670 which characters are special in which situations.
5671 (Regexp Special): Recommend _not_ to quote `]' or `-' when they
5672 are not special. Describe in detail when `[' and `]' are special.
5673 (Regexp Backslash): Plenty of regexps with unbalanced square
5674 brackets are valid, so reword that statement.
5675
5676 2006-03-02 Kim F. Storm <storm@cua.dk>
5677
5678 * keymaps.texi (Tool Bar): Add tool-bar-border.
5679
5680 2006-02-28 Luc Teirlinck <teirllm@auburn.edu>
5681
5682 * loading.texi (Load Suffixes): Rephrase last paragraph. Fix typos.
5683
5684 2006-02-27 Luc Teirlinck <teirllm@auburn.edu>
5685
5686 * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
5687
5688 * files.texi (Locating Files): Suggest additional values for the
5689 SUFFIXES arg of `locate-file'. Update pxref.
5690
5691 * loading.texi (Loading): Include new node "Load Suffixes" in menu.
5692 (How Programs Do Loading): Discuss the effects of Auto Compression
5693 mode on `load'.
5694 (Load Suffixes): New node.
5695 (Library Search): Delete description of `load-suffixes'; it was
5696 moved to "Load Suffixes".
5697 (Autoload, Named Features): Mention `load-suffixes'.
5698
5699 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
5700
5701 * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
5702
5703 * windows.texi (Window Tree): Fix typo.
5704
5705 2006-02-20 Kim F. Storm <storm@cua.dk>
5706
5707 * display.texi (Fringe Indicators): New section.
5708 Move indicate-empty-lines, indicate-buffer-boundaries, and
5709 default-indicate-buffer-boundaries here.
5710 Add fringe-indicator-alist and default-fringes-indicator-alist.
5711 Add list of logical fringe indicator symbols.
5712 Update list of standard bitmap names.
5713 (Fringe Cursors): New section.
5714 Move overflow-newline-into-fringe here.
5715 Add fringe-cursor-alist and default-fringes-cursor-alist.
5716 Add list of fringe cursor symbols.
5717
5718 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
5719
5720 * commands.texi (Using Interactive): Fix reference to node
5721 "Minibuffers".
5722
5723 2006-02-19 Richard M. Stallman <rms@gnu.org>
5724
5725 * minibuf.texi (High-Level Completion):
5726 Add xref to read-input-method-name.
5727
5728 * files.texi (Relative File Names): Move file-relative-name here.
5729 (File Name Expansion): From here. Minor clarifications.
5730
5731 * commands.texi (Using Interactive): Add xrefs about reading input.
5732 Clarify remarks about that moving point and mark.
5733 Put string case before list case.
5734
5735 2006-02-16 Johan Bockgård <bojohan@dd.chalmers.se>
5736
5737 * display.texi (Other Display Specs, Image Descriptors):
5738 Revert erroneous changes. The previous description of
5739 image-descriptors as `(image . PROPS)' was correct.
5740
5741 2006-02-14 Richard M. Stallman <rms@gnu.org>
5742
5743 * variables.texi (File Local Variables): Clarifications.
5744
5745 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
5746
5747 * variables.texi (File Local Variables): Use @code for a cons
5748 cell, not @var.
5749
5750 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
5751
5752 * variables.texi (File Local Variables): Document new file local
5753 variable behavior.
5754
5755 2006-02-10 Kim F. Storm <storm@cua.dk>
5756
5757 * eval.texi (Function Indirection): Add NOERROR to indirect-function.
5758
5759 2006-02-08 Juanma Barranquero <lekktu@gmail.com>
5760
5761 * modes.texi (%-Constructs): Remove obsolete info about
5762 `global-mode-string'.
5763
5764 2006-02-07 Richard M. Stallman <rms@gnu.org>
5765
5766 * commands.texi (Prefix Command Arguments): Minor cleanup.
5767
5768 * display.texi: "Graphical display", not window system.
5769
5770 * functions.texi (What Is a Function): Fix xref.
5771
5772 * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
5773 (Changing Key Bindings): Clarify when remapping is better than
5774 substitute-key-definition.
5775
5776 2006-02-02 Richard M. Stallman <rms@gnu.org>
5777
5778 * minibuf.texi (Basic Completion): Completion alists are risky.
5779
5780 * keymaps.texi (Active Keymaps): Clarifications.
5781 (Searching Keymaps): New node.
5782 (Keymaps): Update menu.
5783
5784 * frames.texi (Layout Parameters): Minor clarification.
5785 (Drag and Drop): New node.
5786 (Frames): Update menu.
5787
5788 2006-01-29 Chong Yidong <cyd@stupidchicken.com>
5789
5790 * display.texi (Other Display Specs, Image Descriptors):
5791 Image description is a list, not a cons cell.
5792
5793 2006-01-28 Luc Teirlinck <teirllm@auburn.edu>
5794
5795 * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
5796 list is not necessarily a list).
5797
5798 2006-01-27 Eli Zaretskii <eliz@gnu.org>
5799
5800 * frames.texi (Layout Parameters): border-width and
5801 internal-border-width belong to the frame, not the window.
5802
5803 2006-01-19 Richard M. Stallman <rms@gnu.org>
5804
5805 * nonascii.texi (Translation of Characters): Search cmds use
5806 translation-table-for-input. Automatically made local.
5807
5808 * markers.texi (Overview of Markers): Count insertion type
5809 as one of a marker's attributes.
5810
5811 * keymaps.texi (Controlling Active Maps): New node, split out of
5812 Active Keymaps.
5813 (Keymaps): Menu updated.
5814 (Active Keymaps): Give pseudocode to explain how the active
5815 maps are searched. current-active-maps and key-binding moved here.
5816 (Functions for Key Lookup): current-active-maps and key-binding moved.
5817 Clarifications.
5818 (Searching the Keymaps): New subnode.
5819
5820 * elisp.texi (Top): Menu clarification.
5821
5822 * display.texi (Other Display Specs): Delete duplicate entry for
5823 just a string as display spec. Move text about recursive display
5824 specs on such a string.
5825
5826 * commands.texi (Key Sequence Input): Clarify.
5827 Move num-nonmacro-input-events out.
5828 (Reading One Event): num-nonmacro-input-events moved here.
5829
5830 2006-01-14 Nick Roberts <nickrob@snap.net.nz>
5831
5832 * advice.texi (Simple Advice): Update example to fit argument
5833 change in previous-line.
5834
5835 2006-01-05 Richard M. Stallman <rms@gnu.org>
5836
5837 * markers.texi (The Mark): Fix in `mark'.
5838
5839 2006-01-04 Richard M. Stallman <rms@gnu.org>
5840
5841 * processes.texi (Misc Network, Make Network): Minor cleanups.
5842
5843 2006-01-04 Kim F. Storm <storm@cua.dk>
5844
5845 * processes.texi (Make Network): Add IPv6 addresses and handling.
5846 (Network Feature Testing): Mention (:family ipv6).
5847 (Misc Network): Add IPv6 formats to format-network-address.
5848
5849 2005-12-30 Richard M. Stallman <rms@gnu.org>
5850
5851 * text.texi (Changing Properties):
5852 Don't use return value of set-text-properties.
5853
5854 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
5855
5856 * modes.texi (Mode Line Format): Correct typo in menu.
5857
5858 2005-12-29 Richard M. Stallman <rms@gnu.org>
5859
5860 * modes.texi (Mode Line Top): New node.
5861 (Mode Line Data): Some text moved to new node.
5862 Explain the data structure more concretely.
5863 (Mode Line Basics): Clarifications.
5864 (Mode Line Variables): Clarify intro paragraph.
5865 (%-Constructs): Clarify intro paragraph.
5866 (Mode Line Format): Update menu.
5867
5868 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
5869
5870 * minibuf.texi (Basic Completion): Update lazy-completion-table
5871 examples for removal of ARGS argument.
5872
5873 2005-12-23 Richard M. Stallman <rms@gnu.org>
5874
5875 * text.texi (Undo): Restore some explanation from the version
5876 that was deleted.
5877
5878 2005-12-23 Eli Zaretskii <eliz@gnu.org>
5879
5880 * text.texi (Undo): Remove duplicate descriptions of `apply
5881 funname' and `apply delta' elements of the undo list.
5882
5883 2005-12-20 Richard M. Stallman <rms@gnu.org>
5884
5885 * help.texi (Help Functions): Update documentation of `apropos'.
5886
5887 2005-12-20 Luc Teirlinck <teirllm@auburn.edu>
5888
5889 * customize.texi (Type Keywords): Delete xref to "Text help-echo",
5890 because it is confusing. If the :help-echo keyword is a function,
5891 it is not directly used as the :help-echo overlay property, as the
5892 xref seems to suggest (it does not take the appropriate args).
5893
5894 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
5895
5896 * customize.texi (Common Keywords): Fix Texinfo usage.
5897 (Group Definitions, Variable Definitions): Update for new
5898 conventions for using `*' in docstrings.
5899
5900 * tips.texi (Documentation Tips): Update for new conventions for
5901 using `*' in docstrings.
5902
5903 2005-12-16 Richard M. Stallman <rms@gnu.org>
5904
5905 * minibuf.texi (Minibuffer Contents): Minor cleanup.
5906
5907 2005-12-16 Juri Linkov <juri@jurta.org>
5908
5909 * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
5910
5911 2005-12-14 Romain Francoise <romain@orebokech.com>
5912
5913 * modes.texi (Customizing Keywords): Rename `append' to `how'.
5914 Fix typo.
5915
5916 2005-12-11 Juri Linkov <juri@jurta.org>
5917
5918 * minibuf.texi (Completion Commands): Add mention of read-file-name
5919 for filename completion keymaps.
5920 (Reading File Names): Add mention of filename completion keymaps
5921 for read-file-name and xref to `Completion Commands'.
5922
5923 2005-12-10 Richard M. Stallman <rms@gnu.org>
5924
5925 * customize.texi (Common Keywords): State caveats for use of :tag.
5926
5927 2005-12-08 Richard M. Stallman <rms@gnu.org>
5928
5929 * minibuf.texi (Intro to Minibuffers): Replace list of local maps
5930 with xrefs and better explanation.
5931 (Completion Commands): Add the filename completion maps.
5932
5933 * objects.texi (Character Type): Clarify that \s is not space
5934 if a dash follows.
5935
5936 2005-12-05 Richard M. Stallman <rms@gnu.org>
5937
5938 * windows.texi (Resizing Windows): Delete preserve-before args.
5939
5940 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
5941
5942 * keymaps.texi (Format of Keymaps): Remove mention of a quirk
5943 in full keymaps, since the quirk has been fixed.
5944
5945 2005-12-03 Eli Zaretskii <eliz@gnu.org>
5946
5947 * hooks.texi (Standard Hooks): Add index entries.
5948 Mention `compilation-finish-functions'.
5949
5950 2005-11-27 Richard M. Stallman <rms@gnu.org>
5951
5952 * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
5953
5954 2005-11-21 Juri Linkov <juri@jurta.org>
5955
5956 * customize.texi (Common Keywords): Update links types
5957 custom-manual and url-link. Add link types emacs-library-link,
5958 file-link, function-link, variable-link, custom-group-link.
5959
5960 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
5961
5962 * display.texi: Revert 2005-11-20 change.
5963
5964 2005-11-20 Thien-Thi Nguyen <ttn@gnu.org>
5965
5966 * processes.texi (Bindat Functions):
5967 Say "third" to refer to zero-based index "2".
5968
5969 2005-11-18 Luc Teirlinck <teirllm@auburn.edu>
5970
5971 * loading.texi (Library Search): Update the default value of
5972 `load-suffixes'.
5973
5974 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
5975
5976 * display.texi (Attribute Functions): Mention :ignore-defface.
5977
5978 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
5979
5980 * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
5981 (Minor Mode Conventions): Mention the use of a hook.
5982
5983 2005-11-06 Richard M. Stallman <rms@gnu.org>
5984
5985 * files.texi (Magic File Names): find-file-name-handler checks the
5986 `operations' property of the handler.
5987
5988 2005-11-03 Richard M. Stallman <rms@gnu.org>
5989
5990 * variables.texi (Frame-Local Variables): Small clarification.
5991
5992 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
5993
5994 * os.texi (Init File): Document ~/.emacs.d/init.el.
5995
5996 2005-10-29 Richard M. Stallman <rms@gnu.org>
5997
5998 * internals.texi (Garbage Collection): Document memory-full.
5999
6000 2005-10-28 Bill Wohler <wohler@newt.com>
6001
6002 * tips.texi (Documentation Tips): Help mode now creates hyperlinks
6003 for URLs.
6004
6005 2005-10-28 Richard M. Stallman <rms@gnu.org>
6006
6007 * minibuf.texi (Completion Commands): Clean up prev change.
6008
6009 2005-10-26 Kevin Ryde <user42@zip.com.au>
6010
6011 * compile.texi (Eval During Compile): Explain recommended uses
6012 of eval-when-compile and eval-and-compile.
6013
6014 2005-10-27 Masatake YAMATO <jet@gyve.org>
6015
6016 * minibuf.texi (Completion Commands):
6017 Write about new optional argument for `display-completion-list'.
6018
6019 2005-10-23 Richard M. Stallman <rms@gnu.org>
6020
6021 * display.texi (Overlay Arrow): Clarify about local bindings of
6022 overlay-arrow-position.
6023
6024 2005-10-22 Eli Zaretskii <eliz@gnu.org>
6025
6026 * internals.texi (Building Emacs): Fix last change.
6027
6028 2005-10-22 Richard M. Stallman <rms@gnu.org>
6029
6030 * internals.texi (Building Emacs): Document eval-at-startup.
6031
6032 2005-10-21 Richard M. Stallman <rms@gnu.org>
6033
6034 * loading.texi (Where Defined): load-history contains abs file names.
6035 symbol-file returns abs file names.
6036
6037 2005-10-19 Kim F. Storm <storm@cua.dk>
6038
6039 * display.texi (Showing Images): Add max-image-size integer value.
6040
6041 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
6042
6043 * display.texi (Showing Images): Document max-image-size.
6044
6045 2005-10-17 Richard M. Stallman <rms@gnu.org>
6046
6047 * commands.texi (Quitting): Minor clarification.
6048
6049 * processes.texi (Sentinels): Clarify about output and quitting.
6050 (Filter Functions): Mention with-local-quit.
6051
6052 2005-10-17 Juri Linkov <juri@jurta.org>
6053
6054 * buffers.texi (Current Buffer):
6055 * commands.texi (Event Input Misc):
6056 * compile.texi (Eval During Compile, Compiler Errors):
6057 * customize.texi (Group Definitions):
6058 * display.texi (Progress, Defining Faces):
6059 * files.texi (Writing to Files):
6060 * modes.texi (Mode Hooks, Defining Minor Modes):
6061 * streams.texi (Output Functions):
6062 * syntax.texi (Syntax Table Functions):
6063 * text.texi (Change Hooks):
6064 Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
6065
6066 * commands.texi (Quitting): Replace arg `forms' with `body' in
6067 `with-local-quit'.
6068
6069 * positions.texi (Excursions): Replace arg `forms' with `body' in
6070 `save-excursion'.
6071
6072 2005-10-08 Kim F. Storm <storm@cua.dk>
6073
6074 * windows.texi (Window Tree): Rename window-split-tree to window-tree.
6075 Rename manual section accordingly.
6076
6077 2005-10-04 Kim F. Storm <storm@cua.dk>
6078
6079 * windows.texi (Window Split Tree): New section describing
6080 new function window-split-tree function.
6081
6082 2005-10-03 Nick Roberts <nickrob@snap.net.nz>
6083
6084 * display.texi (Fringe Size/Pos): Simplify and add detail.
6085
6086 2005-09-30 Romain Francoise <romain@orebokech.com>
6087
6088 * minibuf.texi (High-Level Completion): Explain that the prompt
6089 given to `read-buffer' should end with a colon and a space.
6090 Update usage examples.
6091
6092 2005-09-29 Juri Linkov <juri@jurta.org>
6093
6094 * display.texi (Displaying Messages): Rename argument name
6095 `string' to `format-string' in functions `message', `message-box',
6096 `message-or-box'.
6097
6098 2005-09-26 Chong Yidong <cyd@stupidchicken.com>
6099
6100 * errors.texi (Standard Errors): Correct xrefs.
6101
6102 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
6103
6104 * display.texi (Defining Images): Update documentation for
6105 `image-load-path'.
6106
6107 2005-09-17 Richard M. Stallman <rms@gnu.org>
6108
6109 * display.texi (Defining Images): Clean up previous change.
6110
6111 2005-09-16 Romain Francoise <romain@orebokech.com>
6112
6113 * elisp.texi: Specify GFDL version 1.2.
6114
6115 * doclicense.texi (GNU Free Documentation License): Update to
6116 version 1.2.
6117
6118 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
6119
6120 * display.texi (Defining Images): Document `image-load-path'.
6121
6122 2005-09-15 Richard M. Stallman <rms@gnu.org>
6123
6124 * objects.texi (Printed Representation): Minor cleanup.
6125 (Box Diagrams): Minor fix.
6126 (Cons Cell Type): Move (...) index item here.
6127 (Box Diagrams): From here.
6128 (Array Type): Minor fix.
6129 (Type Predicates): Delete index "predicates".
6130 (Hash Table Type): Clarify xref.
6131 (Dotted Pair Notation): Minor fix.
6132
6133 2005-09-10 Chong Yidong <cyd@stupidchicken.com>
6134
6135 * files.texi (Saving Buffers): Fix typo.
6136
6137 2005-09-08 Richard M. Stallman <rms@gnu.org>
6138
6139 * tips.texi (Programming Tips): Correct the "default" prompt spec.
6140
6141 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
6142
6143 * locals.texi (Standard Buffer-Local Variables): Don't include
6144 mode variables for minor modes.
6145 Fix xrefs for buffer-display-count, buffer-display-table,
6146 buffer-offer-save, buffer-saved-size, cache-long-line-scans,
6147 enable-multibyte-characters, fill-column, header-line-format,
6148 left-fringe-width, left-margin, and right-fringe-width.
6149
6150 * hooks.texi (Standard Hooks): All hooks should conform to the
6151 standard naming convention now.
6152 Fix xref for `echo-area-clear-hook'.
6153
6154 * display.texi (Usual Display): Note that indicate-empty-lines and
6155 tab-width are buffer-local.
6156
6157 * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
6158
6159 * modes.texi (Mode Help): Note that major-mode is buffer-local.
6160
6161 * nonascii.texi (Encoding and I/O): Note that
6162 buffer-file-coding-system is buffer-local.
6163
6164 * positions.texi (List Motion): Note that defun-prompt-regexp is
6165 buffer-local.
6166
6167 * text.texi (Auto Filling): Note that auto-fill-function is
6168 buffer-local.
6169 (Undo): Note that buffer-undo-list is buffer-local.
6170
6171 * windows.texi (Buffers and Windows):
6172 Document buffer-display-count.
6173
6174 2005-09-06 Richard M. Stallman <rms@gnu.org>
6175
6176 * tips.texi (Coding Conventions): Sometimes it is ok to put the
6177 package prefix elsewhere than at the start of the name.
6178
6179 2005-09-03 Richard M. Stallman <rms@gnu.org>
6180
6181 * tips.texi (Programming Tips): Add conventions for minibuffer
6182 questions and prompts.
6183
6184 2005-09-03 Joshua Varner <jlvarner@gmail.com> (tiny change)
6185
6186 * intro.texi (nil and t): Minor cleanup.
6187 Delete spurious mention of keyword symbols.
6188 (Evaluation Notation): Add index entry.
6189 (A Sample Function Description): Minor cleanup.
6190 (A Sample Variable Description): Not all vars can be set.
6191
6192 2005-09-03 Thien-Thi Nguyen <ttn@gnu.org>
6193
6194 * text.texi (Buffer Contents): Use "\n" in examples' result strings.
6195
6196 (Insertion): Document precise type of `insert-char' arg COUNT.
6197
6198 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
6199
6200 * modes.texi (Other Font Lock Variables): Sync the default of
6201 font-lock-lines-before.
6202
6203 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
6204
6205 * files.texi (Magic File Names): Add `make-auto-save-file-name'.
6206
6207 2005-08-29 Richard M. Stallman <rms@gnu.org>
6208
6209 * elisp.texi (Top): Update subnode menu.
6210
6211 * searching.texi (Searching and Matching): Move node.
6212 Rearrange contents and add overall explanation.
6213 (Searching and Case): Move node.
6214 (Searching and Matching): Update menu.
6215
6216 2005-08-27 Eli Zaretskii <eliz@gnu.org>
6217
6218 * os.texi (Startup Summary): Fix the description of the initial
6219 startup message display.
6220
6221 2005-08-25 Richard M. Stallman <rms@gnu.org>
6222
6223 * searching.texi (Search and Replace): Add replace-regexp-in-string.
6224
6225 2005-08-25 Emilio C. Lopes <eclig@gmx.net>
6226
6227 * display.texi (Finding Overlays): Fix `find-overlay-prop' in
6228 `next-overlay-change' example.
6229
6230 2005-08-22 Juri Linkov <juri@jurta.org>
6231
6232 * display.texi (Attribute Functions): Add set-face-inverse-video-p.
6233 Fix invert-face. Fix args of face-background.
6234
6235 * display.texi (Standard Faces): Delete node.
6236 (Faces): Add xref to `(emacs)Standard Faces'.
6237 (Displaying Faces): Fix xref to `Standard Faces'.
6238
6239 * modes.texi (Mode Line Data): Fix xref to Standard Faces.
6240
6241 2005-08-20 Alan Mackenzie <acm@muc.de>
6242
6243 * buffers.texi (The Buffer List): Clarify the manipulation of the
6244 buffer list.
6245
6246 2005-08-14 Richard M. Stallman <rms@gnu.org>
6247
6248 * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
6249 a regexp.
6250
6251 2005-08-11 Richard M. Stallman <rms@gnu.org>
6252
6253 * elisp.texi (Top): Update subnode lists.
6254
6255 * display.texi (Inverse Video): Node deleted.
6256
6257 * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
6258 New nodes split out of Coding Conventions.
6259
6260 * searching.texi (Regular Expressions): Document re-builder.
6261
6262 * os.texi (Time Parsing): New node split out of Time Conversion.
6263
6264 * processes.texi (Misc Network, Network Feature Testing)
6265 (Network Options, Make Network): New nodes split out of
6266 Low-Level Network.
6267
6268 2005-08-09 Richard M. Stallman <rms@gnu.org>
6269
6270 * frames.texi (Geometry): New node, split from Size and Position.
6271 (Frame Parameters): Refer to Geometry.
6272
6273 * buffers.texi (The Buffer List): Fix xrefs.
6274
6275 * windows.texi (Splitting Windows): Fix xref.
6276
6277 * frames.texi (Layout Parameters): Add xref.
6278
6279 * display.texi (Line Height, Scroll Bars): Fix xrefs.
6280
6281 * keymaps.texi (Menu Bar): Fix xref.
6282
6283 * locals.texi (Standard Buffer-Local Variables): Fix xref.
6284
6285 * modes.texi (%-Constructs): Fix xref.
6286
6287 * frames.texi (Window Frame Parameters): Node split up.
6288 (Basic Parameters, Position Parameters, Size Parameters)
6289 (Layout Parameters, Buffer Parameters, Management Parameters)
6290 (Cursor Parameters, Color Parameters): New subnodes.
6291
6292 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
6293
6294 * positions.texi (Screen Lines): Update xref for previous change
6295 in minibuf.texi.
6296
6297 * minibuf.texi (Intro to Minibuffers): Update pxref for previous
6298 change in minibuf.texi.
6299
6300 2005-08-09 Richard M. Stallman <rms@gnu.org>
6301
6302 * tips.texi (Coding Conventions): Minor cleanup.
6303
6304 * modes.texi (Defining Minor Modes): Explain when init-value
6305 can be non-nil.
6306
6307 * elisp.texi (Top): Update submenu for Minibuffer.
6308
6309 * minibuf.texi (Minibuffer Misc): Node split up.
6310 (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
6311 (Recursive Mini): New nodes split out from Minibuffer Misc.
6312 (Minibuffer Misc): Document max-mini-window-height.
6313
6314 * hash.texi (Defining Hash): Delete stray paren in example.
6315
6316 * display.texi (Echo Area Customization): Don't define
6317 max-mini-window-height here; xref instead.
6318
6319 * commands.texi (Event Input Misc): Update while-no-input.
6320
6321 * advice.texi (Advising Functions): Explain when to use advice
6322 and when to use a hook.
6323
6324 2005-07-30 Eli Zaretskii <eliz@gnu.org>
6325
6326 * makefile.w32-in (info): Don't run install-info.
6327 ($(infodir)/dir): New target, produced by running install-info.
6328
6329 2005-07-27 Luc Teirlinck <teirllm@auburn.edu>
6330
6331 * modes.texi (Defining Minor Modes): The keyword for the initial
6332 value is :init-value, not :initial-value.
6333
6334 2005-07-23 Eli Zaretskii <eliz@gnu.org>
6335
6336 * loading.texi (Autoload): Make the `doctor' example be consistent
6337 with what's in current loaddefs.el. Describe the "fn" magic in
6338 the usage portion of the doc string.
6339
6340 2005-07-22 Richard M. Stallman <rms@gnu.org>
6341
6342 * internals.texi (Garbage Collection): Clarify previous change.
6343
6344 2005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
6345
6346 * internals.texi (Garbage Collection): Add gc-cons-percentage.
6347
6348 2005-07-18 Juri Linkov <juri@jurta.org>
6349
6350 * commands.texi (Accessing Events):
6351 * frames.texi (Text Terminal Colors, Resources):
6352 * markers.texi (The Mark):
6353 * modes.texi (Defining Minor Modes):
6354 Delete duplicate duplicate words.
6355
6356 2005-07-16 Richard M. Stallman <rms@gnu.org>
6357
6358 * display.texi (Managing Overlays): Clarify make-overlay
6359 args for insertion types.
6360
6361 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
6362
6363 * customize.texi (Variable Definitions):
6364 Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
6365 `standard-value' is a list too.
6366 (Defining New Types): Use @key{RET} instead of @key{ret}.
6367
6368 2005-07-13 Francis Litterio <franl@world.std.com> (tiny change)
6369
6370 * os.texi (Translating Input): Fix typo.
6371
6372 2005-07-08 Richard M. Stallman <rms@gnu.org>
6373
6374 * README: Update edition number and size estimate.
6375
6376 * elisp.texi (VERSION): Set to 2.9.
6377
6378 2005-07-07 Richard M. Stallman <rms@gnu.org>
6379
6380 * book-spine.texinfo: Update Emacs version.
6381
6382 * display.texi (Inverse Video): Delete mode-line-inverse-video.
6383
6384 2005-07-06 Richard M. Stallman <rms@gnu.org>
6385
6386 * searching.texi (Regexp Search): Clarify what re-search-forward
6387 does when the search fails.
6388
6389 2005-07-05 Lute Kamstra <lute@gnu.org>
6390
6391 * Update FSF's address in GPL notices.
6392
6393 * doclicense.texi (GNU Free Documentation License):
6394 * gpl.texi (GPL):
6395 * tips.texi (Coding Conventions, Library Headers):
6396 * vol1.texi:
6397 * vol2.texi: Update FSF's address.
6398
6399 2005-07-04 Richard M. Stallman <rms@gnu.org>
6400
6401 * hooks.texi (Standard Hooks): Add occur-hook.
6402
6403 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
6404
6405 * display.texi (The Echo Area): Correct menu.
6406
6407 2005-07-03 Richard M. Stallman <rms@gnu.org>
6408
6409 * elisp.texi (Top): Update subnode menu for Display.
6410
6411 * display.texi (Displaying Messages): New node, with most
6412 of what was in The Echo Area.
6413 (Progress): Move under The Echo Area.
6414 (Logging Messages): New node with new text.
6415 (Echo Area Customization): New node, the rest of what was
6416 in The Echo Area. Document message-truncate-lines with @defvar.
6417 (Display): Update menu.
6418
6419 * windows.texi (Textual Scrolling): Doc 3 values for
6420 scroll-preserve-screen-position.
6421
6422 * text.texi (Special Properties): Change hook functions
6423 should bind inhibit-modification-hooks around altering buffer text.
6424
6425 * keymaps.texi (Key Binding Commands): Call binding BINDING
6426 rather than DEFINITION.
6427
6428 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
6429
6430 * variables.texi (Defining Variables): `user-variable-p' returns t
6431 for aliases of user options, nil for alias loops.
6432
6433 2005-06-28 Richard M. Stallman <rms@gnu.org>
6434
6435 * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
6436 make-keymap.
6437
6438 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
6439
6440 * variables.texi (Setting Variables): Correct and clarify
6441 description of `add-to-ordered-list'.
6442
6443 2005-06-26 Richard M. Stallman <rms@gnu.org>
6444
6445 * display.texi (Faces): Minor cleanup.
6446
6447 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
6448
6449 * display.texi (Faces): `facep' returns t for strings that are
6450 face names.
6451
6452 2005-06-25 Richard M. Stallman <rms@gnu.org>
6453
6454 * objects.texi (Equality Predicates): Clarify meaning of equal.
6455
6456 * windows.texi (Selecting Windows): save-selected-window
6457 and with-selected-window save and restore the current buffer.
6458
6459 2005-06-24 Richard M. Stallman <rms@gnu.org>
6460
6461 * numbers.texi (Float Basics): Explain how to test for NaN,
6462 and printing the sign of NaNs.
6463
6464 2005-06-24 Eli Zaretskii <eliz@gnu.org>
6465
6466 * makefile.w32-in (MAKEINFO): Use --force.
6467
6468 2005-06-23 Richard M. Stallman <rms@gnu.org>
6469
6470 * display.texi (Face Functions): Correct Texinfo usage.
6471
6472 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
6473
6474 * lists.texi (Rings): `ring-elements' now returns the elements of
6475 RING in order.
6476
6477 2005-06-23 Juanma Barranquero <lekktu@gmail.com>
6478
6479 * markers.texi (The Mark): Texinfo usage fix.
6480
6481 2005-06-23 Kim F. Storm <storm@cua.dk>
6482
6483 * searching.texi (Entire Match Data): Remove evaporate option for
6484 match-data. Do not mention evaporate option for set-match-data.
6485
6486 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
6487
6488 * display.texi (Face Functions): Mention face aliases.
6489
6490 2005-06-21 Richard M. Stallman <rms@gnu.org>
6491
6492 * anti.texi (Antinews): Texinfo usage fix.
6493
6494 2005-06-21 Karl Berry <karl@gnu.org>
6495
6496 * elisp.texi: Use @copying.
6497
6498 * elisp.texi: Put @summarycontents and @contents before the Top
6499 node, instead of the end of the file, so that the contents appear
6500 in the right place in the dvi/pdf output.
6501
6502 2005-06-21 Juri Linkov <juri@jurta.org>
6503
6504 * display.texi (Defining Faces): Add `customized-face'.
6505
6506 2005-06-20 Kim F. Storm <storm@cua.dk>
6507
6508 * variables.texi (Setting Variables): Any type of element can be
6509 given order in add-to-ordered-list. Compare elements with eq.
6510
6511 * lists.texi (Rearrangement): Sort predicate may just return non-nil.
6512
6513 2005-06-20 Karl Berry <karl@gnu.org>
6514
6515 * syntax.texi (Syntax Flags): Make last column very slightly wider
6516 to avoid "generic comment" breaking on two lines and causing an
6517 underfull box.
6518
6519 2005-06-19 Luc Teirlinck <teirllm@auburn.edu>
6520
6521 * lists.texi (Rings): Various minor clarifications and corrections.
6522
6523 2005-06-18 Richard M. Stallman <rms@gnu.org>
6524
6525 * functions.texi (Obsolete Functions): Simplify.
6526
6527 * variables.texi (Variable Aliases): Simplify.
6528
6529 * anti.texi, backups.texi, compile.texi, customization.texi:
6530 * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
6531 * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
6532 * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
6533 * variables.texi: Fix formatting ugliness.
6534
6535 * elisp.texi: Add links to Rings and Byte Packing.
6536 Update version and copyright years.
6537
6538 * minibuf.texi: Fix formatting ugliness.
6539 (Completion Commands): Move keymap vars to the end
6540 and vars completing-read binds to the top.
6541
6542 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
6543
6544 * processes.texi: Fix typos.
6545 (Bindat Spec): Correct Texinfo error.
6546 (Byte Packing): Fix ungrammatical sentence.
6547
6548 2005-06-17 Thien-Thi Nguyen <ttn@gnu.org>
6549
6550 * lists.texi (Rings): New node.
6551 (Lists): Add it to menu.
6552
6553 * processes.texi (Byte Packing): New node.
6554 (Processes): Add it to menu.
6555
6556 2005-06-17 Richard M. Stallman <rms@gnu.org>
6557
6558 * syntax.texi (Parsing Expressions): Fix texinfo usage.
6559
6560 * help.texi (Documentation Basics): Explain the xref to
6561 Documentation Tips.
6562
6563 * debugging.texi (Debugger Commands): Minor fix.
6564
6565 2005-06-16 Luc Teirlinck <teirllm@auburn.edu>
6566
6567 * edebug.texi (Instrumenting): Eliminate duplicate link.
6568 (Specification List): Replace references to "below", referring to
6569 a later node, with one @ref to that node.
6570
6571 * os.texi (Timers): Timers should save and restore the match data
6572 if they change it.
6573
6574 * debugging.texi (Debugger Commands): Mention that the Lisp
6575 debugger can not step through primitive functions.
6576
6577 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
6578
6579 * functions.texi (Obsolete Functions): Update argument names of
6580 `make-obsolete' and `define-obsolete-function-alias'.
6581
6582 * variables.texi (Variable Aliases): Update argument names of
6583 `defvaralias', `make-obsolete-variable' and
6584 `define-obsolete-variable-alias'.
6585
6586 2005-06-15 Kim F. Storm <storm@cua.dk>
6587
6588 * searching.texi (Entire Match Data): Rephrase warnings about
6589 evaporate arg to match-data and set-match-data.
6590
6591 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
6592
6593 * elisp.texi (Top): Update detailed menu.
6594
6595 * edebug.texi (Edebug): Update menu.
6596 (Instrumenting): Update xrefs.
6597 (Edebug Execution Modes): Correct xref.
6598 (Jumping): Clarify description of `h' command.
6599 Eliminate redundant @ref.
6600 (Breaks): New node.
6601 (Breakpoints): Is now a subsubsection.
6602 (Global Break Condition): Mention `C-x X X'.
6603 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'.
6604 (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
6605 (Edebug Display Update): Correct pxref.
6606 (Edebug and Macros): New node.
6607 (Instrumenting Macro Calls): Is now a subsubsection.
6608 Neither arg of `def-edebug-spec' is evaluated.
6609 (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
6610 (Specification Examples): Fix typo.
6611
6612 2005-06-14 Lute Kamstra <lute@gnu.org>
6613
6614 * debugging.texi (Function Debugging): Primitives can break on
6615 entry too.
6616
6617 2005-06-14 Kim F. Storm <storm@cua.dk>
6618
6619 * variables.texi (Setting Variables): Add add-to-ordered-list.
6620
6621 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
6622
6623 * syntax.texi (Parsing Expressions): Document aux functions and vars of
6624 syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
6625
6626 2005-06-13 Lute Kamstra <lute@gnu.org>
6627
6628 * text.texi (Special Properties): Fix cross reference.
6629
6630 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
6631
6632 * debugging.texi (Function Debugging): Delete mention of empty
6633 string argument to `cancel-debug-on-entry'. Delete inaccurate
6634 description of the return value of that command.
6635
6636 2005-06-11 Alan Mackenzie <acm@muc.de>
6637
6638 * text.texi (Adaptive Fill): Amplify the description of
6639 fill-context-prefix.
6640
6641 2005-06-10 Luc Teirlinck <teirllm@auburn.edu>
6642
6643 * syntax.texi (Parsing Expressions): Fix Texinfo error.
6644
6645 2005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
6646
6647 * syntax.texi (Parsing Expressions): Document syntax-ppss.
6648
6649 2005-06-10 Luc Teirlinck <teirllm@auburn.edu>
6650
6651 * debugging.texi (Error Debugging): Minor rewording.
6652 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
6653 is optional.
6654
6655 2005-06-10 Lute Kamstra <lute@gnu.org>
6656
6657 * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
6658 (Top): Give it a title. Correct version number. Give the
6659 detailed node listing a more prominent header.
6660 * intro.texi: Don't set VERSION here a second time.
6661 Mention Emacs's version too.
6662 * anti.texi (Antinews): Use EMACSVER to refer to the current
6663 version of Emacs.
6664
6665 2005-06-09 Kim F. Storm <storm@cua.dk>
6666
6667 * searching.texi (Entire Match Data): Explain new `reseat' argument to
6668 match-data and set-match-data.
6669
6670 2005-06-08 Richard M. Stallman <rms@gnu.org>
6671
6672 * searching.texi (Entire Match Data): Clarify when match-data
6673 returns markers and when integers.
6674
6675 * display.texi (Defining Faces): Explain that face name should not
6676 end in `-face'.
6677
6678 * modes.texi (Mode Line Data): Minor cleanup.
6679 (Customizing Keywords): Node split out of Search-based Fontification.
6680 Add example of using font-lock-add-keywords from a hook.
6681 Clarify when MODE should be non-nil, and when nil.
6682
6683 2005-06-06 Richard M. Stallman <rms@gnu.org>
6684
6685 * modes.texi (Mode Line Data): Explain what happens when the car
6686 of a list is a void symbol.
6687 (Search-based Fontification): Explain MODE arg to
6688 font-lock-add-keywords and warn about calls from major modes.
6689
6690 2005-06-08 Juri Linkov <juri@jurta.org>
6691
6692 * display.texi (Standard Faces): Add `shadow' face.
6693
6694 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
6695
6696 * modes.texi (Major Mode Conventions): A derived mode only needs
6697 to put the call to the parent mode inside `delay-mode-hooks'.
6698
6699 2005-05-29 Richard M. Stallman <rms@gnu.org>
6700
6701 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
6702 new, and what that implies. Clarify.
6703
6704 * files.texi (Locating Files): Clean up the text.
6705
6706 * frames.texi (Window Frame Parameters): Document user-size.
6707 Shorten entry for top by referring to left.
6708
6709 2005-05-26 Richard M. Stallman <rms@gnu.org>
6710
6711 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
6712 is new, and what the implications are. Other clarifications.
6713
6714 2005-05-24 Richard M. Stallman <rms@gnu.org>
6715
6716 * frames.texi (Dialog Boxes): Minor fixes.
6717
6718 2005-05-25 Masatake YAMATO <jet@gyve.org>
6719
6720 * display.texi (Standard Faces): Write about `mode-line-highlight'.
6721
6722 2005-05-24 Luc Teirlinck <teirllm@auburn.edu>
6723
6724 * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
6725 is optional.
6726
6727 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
6728
6729 * frames.texi (Dialog Boxes): Describe new optional argument.
6730
6731 2005-05-23 Lute Kamstra <lute@gnu.org>
6732
6733 * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
6734 syntax-begin-function over font-lock-beginning-of-syntax-function.
6735
6736 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
6737
6738 * minibuf.texi (Reading File Names): Update description of
6739 `read-directory-name'.
6740
6741 * modes.texi (Derived Modes): Clarify :group keyword.
6742
6743 2005-05-21 Eli Zaretskii <eliz@gnu.org>
6744
6745 * files.texi (Locating Files): New subsection.
6746 Describe locate-file and executable-find.
6747
6748 2005-05-21 Kevin Ryde <user42@zip.com.au>
6749
6750 * frames.texi (Initial Parameters): Update cross reference to
6751 "Emacs Invocation".
6752
6753 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
6754
6755 * keymaps.texi (Active Keymaps): Add anchor.
6756
6757 * modes.texi (Hooks): Delete confusing and unnecessary sentence.
6758 (Major Mode Conventions): Refer to `Auto Major Mode' in more
6759 appropriate place.
6760 (Derived Modes): Small clarifications.
6761 (Minor Mode Conventions, Keymaps and Minor Modes):
6762 Replace references to nodes with references to anchors.
6763 (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
6764 Clarify description of lists whose first element is an integer.
6765 (Mode Line Variables): Add anchor.
6766 (%-Constructs): Clarify description of integer after %.
6767 (Emulating Mode Line): Describe nil value for FACE.
6768
6769 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
6770
6771 * modes.texi (Derived Modes): Correct references to non-existing
6772 variable standard-syntax-table.
6773
6774 2005-05-17 Lute Kamstra <lute@gnu.org>
6775
6776 * modes.texi (Defining Minor Modes): Mention the mode hook.
6777
6778 2005-05-15 Kim F. Storm <storm@cua.dk>
6779
6780 * processes.texi (Network): Remove open-network-stream-nowait.
6781 (Network Servers): Remove open-network-stream-server.
6782
6783 2005-05-15 Luc Teirlinck <teirllm@auburn.edu>
6784
6785 * elisp.texi (Top): Update detailed menu.
6786
6787 * variables.texi: Reorder nodes.
6788 (Variables): Update menu.
6789 (File Local Variables): Do not refer to the `-*-' line as
6790 a "local variables list". Add pxref.
6791
6792 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
6793
6794 * elisp.texi (Top): Update detailed menu for node changes.
6795
6796 * modes.texi (Modes): Update Menu.
6797 (Hooks): Move to beginning of chapter.
6798 Most minor modes run mode hooks too.
6799 `add-hook' can handle void hooks or hooks whose value is a single
6800 function.
6801 (Major Modes): Update Menu.
6802 (Major Mode Basics): New node, split off from `Major Modes'.
6803 (Major Mode Conventions): Correct xref. Explain how to handle
6804 auto-mode-alist if the major mode command has an autoload cookie.
6805 (Auto Major Mode): Major update. Add magic-mode-alist.
6806 (Derived Modes): Major update.
6807 (Mode Line Format): Update Menu.
6808 (Mode Line Basics): New node, split off from `Mode Line Format'.
6809
6810 * loading.texi (Autoload): Mention `autoload cookie' as synonym
6811 for `magic autoload comment'. Add index entries and anchor.
6812
6813 2005-05-14 Richard M. Stallman <rms@gnu.org>
6814
6815 * tips.texi (Coding Conventions): Explain how important it is
6816 that just loading certain files not change Emacs behavior.
6817
6818 * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
6819
6820 2005-05-12 Lute Kamstra <lute@gnu.org>
6821
6822 * modes.texi (Generic Modes): Update.
6823 (Major Modes): Refer to node "Generic Modes".
6824
6825 * elisp.texi (Top): Update to the current structure of the manual.
6826 * processes.texi (Processes): Add menu description.
6827 * customize.texi (Customization): Add menu descriptions.
6828
6829 2005-05-11 Thien-Thi Nguyen <ttn@gnu.org>
6830
6831 * processes.texi (Signals to Processes)
6832 (Low-Level Network): Fix typos.
6833
6834 2005-05-11 Lute Kamstra <lute@gnu.org>
6835
6836 * elisp.texi (Top): Add some nodes from the chapter "Major and
6837 Minor Modes" to the detailed node listing.
6838
6839 2005-05-10 Richard M. Stallman <rms@gnu.org>
6840
6841 * keymaps.texi (Extended Menu Items): Menu item filter functions
6842 can be called at any time.
6843
6844 2005-05-08 Luc Teirlinck <teirllm@auburn.edu>
6845
6846 * variables.texi (File Local Variables): `(hack-local-variables t)'
6847 now also checks whether a mode is specified in the local variables
6848 list.
6849
6850 2005-05-05 Kevin Ryde <user42@zip.com.au>
6851
6852 * display.texi (The Echo Area): Correct format function cross
6853 reference.
6854
6855 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
6856
6857 * variables.texi (Variable Aliases): Change description of
6858 `define-obsolete-variable-alias'.
6859
6860 * functions.texi (Functions): Add "Obsolete Functions" to menu.
6861 (Defining Functions): Add xref.
6862 (Obsolete Functions): New node.
6863 (Function Safety): Standardize capitalization of section title.
6864
6865 * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
6866 (Dialog Boxes): Complete description of `x-popup-dialog'.
6867
6868 2005-05-04 Richard M. Stallman <rms@gnu.org>
6869
6870 * commands.texi (Interactive Codes): Fix Texinfo usage.
6871 Document U more clearly.
6872
6873 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
6874
6875 * variables.texi (Variable Aliases): `make-obsolete-variable' is a
6876 function and not a macro.
6877
6878 * frames.texi (Pop-Up Menus): Correct and clarify description of
6879 `x-popup-menu'.
6880 (Dialog Boxes): Clarify description of `x-popup-dialog'.
6881
6882 2005-05-01 Richard M. Stallman <rms@gnu.org>
6883
6884 * edebug.texi (Checking Whether to Stop): Fix previous change.
6885
6886 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
6887
6888 * display.texi: Fix typos and Texinfo usage.
6889
6890 * edebug.texi (Checking Whether to Stop): executing-macro ->
6891 executing-kbd-macro.
6892
6893 2005-05-01 Richard M. Stallman <rms@gnu.org>
6894
6895 * display.texi (Invisible Text): Correct add-to-invisibility-spec.
6896
6897 2005-04-30 Richard M. Stallman <rms@gnu.org>
6898
6899 * files.texi (Magic File Names): Document `operations' property.
6900
6901 2005-04-29 Lute Kamstra <lute@gnu.org>
6902
6903 * modes.texi (Generic Modes): New node.
6904 (Major Modes): Add it to the menu.
6905 (Derived Modes): Add "derived mode" to concept index.
6906
6907 2005-04-28 Lute Kamstra <lute@gnu.org>
6908
6909 * modes.texi (Defining Minor Modes): Fix previous change.
6910 (Font Lock Mode): Simplify.
6911 (Font Lock Basics): Say that font-lock-defaults is buffer-local
6912 when set and that some parts are optional. Add cross references.
6913 (Search-based Fontification): Say how to specify font-lock-keywords.
6914 Add cross references. Add font-lock-multiline to index.
6915 Move font-lock-keywords-case-fold-search here from node "Other Font
6916 Lock Variables". Document font-lock-add-keywords and
6917 font-lock-remove-keywords.
6918 (Other Font Lock Variables): Move font-lock-keywords-only,
6919 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
6920 and font-lock-syntactic-face-function to node "Syntactic Font
6921 Lock". Move font-lock-keywords-case-fold-search to node
6922 "Search-based Fontification". Document font-lock-inhibit-thing-lock
6923 and font-lock-{,un}fontify-{buffer,region}-function.
6924 (Precalculated Fontification): Remove reference to deleted variable
6925 font-lock-core-only.
6926 (Faces for Font Lock): Add font-lock-comment-delimiter-face.
6927 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only,
6928 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
6929 and font-lock-syntactic-face-function here from node "Other Font
6930 Lock Variables". Move font-lock-syntactic-keywords to "Setting
6931 Syntax Properties". Add cross references.
6932 (Setting Syntax Properties): New node.
6933 Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
6934 * syntax.texi (Syntax Properties): Add cross reference.
6935 * hooks.texi (Standard Hooks): Add Font-Lock hooks.
6936
6937 2005-04-26 Richard M. Stallman <rms@gnu.org>
6938
6939 * display.texi (Defining Faces):
6940 Document `default' elements of defface spec.
6941
6942 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
6943
6944 * variables.texi (Variable Aliases): Clarify text.
6945
6946 2005-04-25 Chong Yidong <cyd@stupidchicken.com>
6947
6948 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
6949
6950 2005-04-25 Luc Teirlinck <teirllm@auburn.edu>
6951
6952 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
6953
6954 2005-04-24 Eli Zaretskii <eliz@gnu.org>
6955
6956 * syntax.texi (Syntax Table Internals): Elaborate documentation of
6957 syntax-after and syntax-class.
6958
6959 * files.texi (Changing Files): Fix last change's cross-reference.
6960 (Unique File Names): Don't mention "numbers" in the documentation
6961 of make-temp-file and make-temp-name.
6962
6963 2005-04-23 Richard M. Stallman <rms@gnu.org>
6964
6965 * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
6966
6967 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
6968
6969 * windows.texi (Cyclic Window Ordering): Clarify window-list.
6970
6971 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
6972
6973 * variables.texi (Variable Aliases): Describe make-obsolete-variable
6974 and define-obsolete-variable-alias.
6975
6976 2005-04-22 Kim F. Storm <storm@cua.dk>
6977
6978 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
6979 (Other Plists): Remove safe-plist-get, as plist-get is now safe.
6980
6981 2005-04-21 Lute Kamstra <lute@gnu.org>
6982
6983 * lists.texi (Association Lists): Document rassq-delete-all.
6984
6985 2005-04-19 Richard M. Stallman <rms@gnu.org>
6986
6987 * modes.texi (Search-based Fontification): Explain that
6988 facespec is an expression to be evaluated.
6989
6990 2005-04-19 Kevin Ryde <user42@zip.com.au>
6991
6992 * streams.texi (Output Functions): Fix xref.
6993 * strings.texi (String Conversion): Fix xref.
6994
6995 2005-04-19 Kim F. Storm <storm@cua.dk>
6996
6997 * symbols.texi (Symbol Plists): Add safe-get.
6998 Mention that `get' may signal an error.
6999
7000 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
7001
7002 * customize.texi (Variable Definitions): Replace tooltip-mode
7003 example with save-place.
7004
7005 2005-04-17 Richard M. Stallman <rms@gnu.org>
7006
7007 * buffers.texi (Indirect Buffers): Clarify.
7008
7009 * positions.texi (Positions): Clarify converting marker to integer.
7010
7011 * strings.texi (String Basics): Mention string-match; clarify.
7012
7013 2005-04-08 Lute Kamstra <lute@gnu.org>
7014
7015 * modes.texi (Search-based Fontification): Fix cross references.
7016 Use consistent terminology. Document anchored highlighting.
7017
7018 2005-04-05 Lute Kamstra <lute@gnu.org>
7019
7020 * modes.texi (Defining Minor Modes): Document :group keyword
7021 argument and its default value.
7022
7023 2005-04-03 Lute Kamstra <lute@gnu.org>
7024
7025 * hooks.texi (Standard Hooks): Add some hooks. Add cross
7026 references and/or descriptions. Delete major mode hooks; mention
7027 them as a category instead. Rename or delete obsolete hooks.
7028
7029 2005-04-02 Richard M. Stallman <rms@gnu.org>
7030
7031 * nonascii.texi (Coding System Basics): Another wording cleanup.
7032
7033 2005-04-01 Richard M. Stallman <rms@gnu.org>
7034
7035 * nonascii.texi (Coding System Basics): Clarify previous change.
7036
7037 2005-04-01 Kenichi Handa <handa@m17n.org>
7038
7039 * nonascii.texi (Coding System Basics): Describe about roundtrip
7040 identity of coding systems.
7041
7042 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
7043
7044 * text.texi (Buffer Contents): Add filter-buffer-substring and
7045 buffer-substring-filters.
7046
7047 2005-03-26 Chong Yidong <cyd@stupidchicken.com>
7048
7049 * anti.texi (Antinews): Mention `G' interactive code.
7050
7051 * tips.texi (Compilation Tips): Mention benchmark.el.
7052
7053 2005-03-27 Luc Teirlinck <teirllm@auburn.edu>
7054
7055 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
7056 is now bound to M-o M-o.
7057
7058 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
7059
7060 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
7061
7062 * calendar.texi: Delete file (and move contents to emacs-xtra.texi
7063 in the Emacs Manual).
7064 * Makefile.in (srcs): Remove calendar.texi.
7065 * makefile.w32-in (srcs): Remove calendar.texi.
7066 * display.texi (Display): Change name of next node.
7067 * os.texi (System In): Change name of previous node.
7068 * elisp.texi (Top): Remove Calendar references.
7069 * vol1.texi (Top): Remove Calendar references.
7070 * vol2.texi (Top): Remove Calendar references.
7071
7072 2005-03-25 Richard M. Stallman <rms@gnu.org>
7073
7074 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
7075 Cleanup previous change.
7076
7077 2005-03-25 Chong Yidong <cyd@stupidchicken.com>
7078
7079 * display.texi (Face Attributes): Faces earlier in an :inherit
7080 list take precedence.
7081 (Scroll Bars): Fix description of vertical-scroll-bars.
7082 Document frame-current-scroll-bars and window-current-scroll-bars.
7083
7084 * markers.texi (The Mark): Document temporary Transient Mark mode.
7085
7086 * minibuf.texi (Reading File Names):
7087 Document read-file-name-completion-ignore-case.
7088
7089 * positions.texi (Screen Lines): Document nil for width argument
7090 to compute-motion.
7091
7092 2005-03-23 Kim F. Storm <storm@cua.dk>
7093
7094 * display.texi (Standard Faces): Other faces used in the fringe
7095 implicitly inherits from the fringe face.
7096 (Fringe Bitmaps): FACE in right-fringe and left-fringe display
7097 properties implicitly inherits from fringe face.
7098 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
7099
7100 2005-03-20 Chong Yidong <cyd@stupidchicken.com>
7101
7102 * display.texi (Invisible Text): State default value of
7103 line-move-ignore-invisible.
7104 (Managing Overlays): Document remove-overlays.
7105 (Standard Faces): Document escape-glyph face.
7106
7107 * minibuf.texi (Reading File Names): Document read-file-name-function.
7108
7109 * modes.texi (Other Font Lock Variables):
7110 Document font-lock-lines-before.
7111
7112 * positions.texi (Skipping Characters): skip-chars-forward allows
7113 character classes.
7114
7115 2005-03-18 Lute Kamstra <lute@gnu.org>
7116
7117 * edebug.texi (Instrumenting Macro Calls): Fix another typo.
7118
7119 2005-03-17 Richard M. Stallman <rms@gnu.org>
7120
7121 * text.texi (Undo): Document extensible undo entries.
7122
7123 * searching.texi (String Search, Regexp Search): Cleanups.
7124
7125 * nonascii.texi (Character Codes): Minor fix.
7126
7127 * display.texi (Display Property): Explain the significance
7128 of having text properties that are eq.
7129 (Other Display Specs): Explain string as display spec.
7130
7131 * commands.texi (Interactive Codes): Document G option.
7132
7133 2005-03-17 Chong Yidong <cyd@stupidchicken.com>
7134
7135 * text.texi (Filling): Add sentence-end-without-period and
7136 sentence-end-without-space.
7137 (Changing Properties): Minor fix.
7138
7139 * anti.texi: Total rewrite.
7140
7141 2005-03-15 Lute Kamstra <lute@gnu.org>
7142
7143 * edebug.texi (Instrumenting Macro Calls): Fix typos.
7144
7145 2005-03-08 Kim F. Storm <storm@cua.dk>
7146
7147 * display.texi (Specified Space): Property :width is support on
7148 non-graphic terminals, :height is not.
7149
7150 2005-03-07 Richard M. Stallman <rms@gnu.org>
7151
7152 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
7153 Now subnodes of Fringes.
7154 (Overlay Arrow): Document overlay-arrow-variable-list.
7155 (Fringe Size/Pos): New node, broken out of Fringes.
7156 (Display): Explain clearing vs redisplay better.
7157 (Truncation): Clarify use of bitmaps.
7158 (The Echo Area): Clarify the uses of the echo area.
7159 Add max-mini-window-height.
7160 (Progress): Clarify.
7161 (Invisible Text): Explain that main loop moves point out.
7162 (Selective Display): Say "hidden", not "invisible".
7163 (Managing Overlays): Move up. Describe relation to Undo here.
7164 (Overlay Properties): Clarify intro.
7165 (Finding Overlays): Explain return values when nothing found.
7166 (Width): truncate-string-to-width has added arg.
7167 (Displaying Faces): Clarify and update mode line face handling.
7168 (Face Functions): Minor cleanup.
7169 (Conditional Display): Merge into Other Display Specs.
7170 (Pixel Specification, Other Display Specs): Minor cleanups.
7171 (Images, Image Descriptors): Minor cleanups.
7172 (GIF Images): Patents have expired.
7173 (Showing Images): Explain default text for insert-image.
7174 (Manipulating Button Types): Merge into Manipulating Buttons.
7175 (Making Buttons): Explain return values.
7176 (Button Buffer Commands): Add xref.
7177 (Inverse Video): Update mode-line-inverse-video.
7178 (Display Table Format): Clarify.
7179 (Active Display Table): Give defaults for window-display-table.
7180
7181 * calendar.texi (Calendar Customizing): calendar-holiday-marker
7182 and calendar-today-marker are strings, not chars.
7183 (Holiday Customizing): Minor fix.
7184
7185 * internals.texi (Writing Emacs Primitives): Update `or' example.
7186 Update limit on # args of subr.
7187
7188 * edebug.texi (Using Edebug): Arrow is in fringe.
7189 (Instrumenting): Arg to eval-defun works without loading edebug.
7190 (Edebug Execution Modes): Add xref.
7191
7192 * customize.texi (Common Keywords): Clarify :require.
7193 Mention :version here.
7194 (Variable Definitions, Group Definitions): Not here.
7195 (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
7196
7197 2005-03-07 Chong Yidong <cyd@stupidchicken.com>
7198 * nonascii.texi (Text Representations): Clarify position-bytes.
7199 (Character Sets): Add list-charset-chars.
7200 (Scanning Charsets): Add charset-after.
7201 (Encoding and I/O): Minor fix.
7202
7203 2005-03-06 Richard M. Stallman <rms@gnu.org>
7204
7205 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
7206 (Resizing Windows): Likewise.
7207
7208 * text.texi (Change Hooks): Get rid of "Emacs 21".
7209
7210 * strings.texi (Formatting Strings): Get rid of "Emacs 21".
7211
7212 * streams.texi (Output Variables): Get rid of "Emacs 21".
7213
7214 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
7215
7216 * os.texi (Translating Input): Replace flow-control example
7217 with a less obsolete example that uses `keyboard-translate'.
7218
7219 * objects.texi (Hash Table Type, Circular Objects):
7220 Get rid of "Emacs 21".
7221
7222 * modes.texi (Mode Line Format): Get rid of "Emacs 21".
7223 (Mode Line Data, Properties in Mode, Header Lines): Likewise.
7224
7225 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
7226
7227 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
7228
7229 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
7230 (Menu Bar): Fix when menu-bar-update-hook is called.
7231
7232 * hash.texi (Hash Tables): Get rid of "Emacs 21".
7233
7234 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
7235 and make it read better.
7236
7237 * files.texi (Writing to Files): Get rid of "Emacs 21".
7238 (Unique File Names): Likewise.
7239
7240 * elisp.texi: Update Emacs version to 22.
7241
7242 * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
7243 (Overlay Properties, Face Attributes): Likewise.
7244 (Managing Overlays): Fix punctuation.
7245 (Attribute Functions): Clarify set-face-font; get rid of
7246 info about old Emacs versions.
7247 (Auto Faces, Font Lookup, Display Property, Images):
7248 Get rid of "Emacs 21".
7249
7250 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
7251
7252 2005-03-05 Richard M. Stallman <rms@gnu.org>
7253
7254 * debugging.texi (Error Debugging): Remove stack-trace-on-error.
7255
7256 2005-03-04 Lute Kamstra <lute@gnu.org>
7257
7258 * debugging.texi (Error Debugging): Document stack-trace-on-error.
7259
7260 2005-03-03 Lute Kamstra <lute@gnu.org>
7261
7262 * edebug.texi (Instrumenting Macro Calls): Fix typo.
7263
7264 2005-03-01 Lute Kamstra <lute@gnu.org>
7265
7266 * debugging.texi (Debugger Commands): Update `j'.
7267
7268 2005-02-28 Lute Kamstra <lute@gnu.org>
7269
7270 * debugging.texi (Debugging): Fix typo.
7271 (Error Debugging): Document eval-expression-debug-on-error.
7272 (Function Debugging): Update example.
7273 (Using Debugger): Mention starred stack frames.
7274 (Debugger Commands): Document `j' and `l'.
7275 (Invoking the Debugger): `d' and `j' exit recursive edit too.
7276 Update the messages that the debugger displays.
7277 (Internals of Debugger): Add cross reference. Update example.
7278 (Excess Open): Minor improvement.
7279 (Excess Close): Minor improvement.
7280
7281 2005-02-26 Richard M. Stallman <rms@gnu.org>
7282
7283 * tips.texi (Coding Conventions): Clarify.
7284 Put all the major mode key reservations together.
7285 Mention the Mouse-1 => Mouse-2 conventions.
7286
7287 * syntax.texi (Syntax Class Table): Clarify.
7288 (Syntax Table Functions): syntax-after moved from here.
7289 (Syntax Table Internals): syntax-after moved to here.
7290 (Parsing Expressions): Update info on number of values
7291 and what's meaningful in the STATE argument.
7292 (Categories): Fix typo.
7293
7294 * sequences.texi (Arrays): Cleanup.
7295 (Char-Tables): Clarify.
7296
7297 * processes.texi (Deleting Processes): Cleanups, add xref.
7298 (Subprocess Creation): Explain nil in exec-path. Cleanup.
7299 (Process Information): set-process-coding-system, some args optional.
7300 (Input to Processes): Explain various types for PROCESS args.
7301 Rename them from PROCESS-NAME to PROCESS.
7302 (Signals to Processes): Likewise.
7303 (Decoding Output): Cleanup.
7304 (Query Before Exit): Clarify.
7305
7306 * os.texi (Startup Summary): Correct the options; add missing ones.
7307 (Terminal Output, Batch Mode): Clarify.
7308 (Flow Control): Node deleted.
7309
7310 * markers.texi (The Mark): Clarify.
7311
7312 * macros.texi (Expansion): Cleanup.
7313 (Indenting Macros): indent-spec allows ints, not floats.
7314
7315 * keymaps.texi (Keymaps): Clarify.
7316 (Format of Keymaps): Update lisp-mode-map example.
7317 (Active Keymaps, Key Lookup): Clarify.
7318 (Changing Key Bindings): Add xref to `kbd'.
7319 (Key Binding Commands, Simple Menu Items): Clarify.
7320 (Mouse Menus, Menu Bar): Clarify.
7321 (Menu Example): Replace print example with menu-bar-replace-menu.
7322
7323 * help.texi (Documentation Basics): Add function-documentation prop.
7324
7325 * elisp.texi (Top): Don't refer to Flow Control node.
7326
7327 * commands.texi (Command Overview): Improve xrefs.
7328 (Adjusting Point): Adjusting point applies to intangible and invis.
7329 (Key Sequence Input): Doc extra read-key-sequence args.
7330 Likewise for read-key-sequence-vector.
7331
7332 * backups.texi (Rename or Copy): Minor fix.
7333 (Numbered Backups): For version-control, say the default.
7334 (Auto-Saving): make-auto-save-file-name example is simplified.
7335
7336 * advice.texi (Advising Functions): Don't imply one part of Emacs
7337 should advise another part. Markup changes.
7338 (Defining Advice): Move transitional para.
7339 (Activation of Advice): Cleanup.
7340 Explain if COMPILE is nil or negative.
7341
7342 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
7343
7344 2005-02-24 Lute Kamstra <lute@gnu.org>
7345
7346 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
7347 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
7348
7349 2005-02-23 Lute Kamstra <lute@gnu.org>
7350
7351 * modes.texi (Defining Minor Modes): define-minor-mode can be used
7352 to define global minor modes as well.
7353
7354 * display.texi (Managing Overlays): overlay-buffer returns nil for
7355 deleted overlays.
7356
7357 2005-02-22 Kim F. Storm <storm@cua.dk>
7358
7359 * minibuf.texi (Basic Completion): Allow symbols in addition to
7360 strings in try-completion and all-completions.
7361
7362 2005-02-14 Lute Kamstra <lute@gnu.org>
7363
7364 * elisp.texi (Top): Remove reference to deleted node.
7365
7366 * lists.texi (Lists): Remove reference to deleted node.
7367 (Cons Cells): Fix typo.
7368
7369 * loading.texi (Where Defined): Fix typo.
7370
7371 2005-02-14 Richard M. Stallman <rms@gnu.org>
7372
7373 * variables.texi (Creating Buffer-Local): change-major-mode-hook
7374 is useful for discarding some minor modes.
7375
7376 * symbols.texi (Symbol Components): Reorder examples.
7377
7378 * streams.texi (Input Functions): State standard-input default.
7379 (Output Variables): State standard-output default.
7380
7381 * objects.texi (Printed Representation): Clarify read syntax vs print.
7382 (Floating Point Type): Explain meaning better.
7383 (Symbol Type): Explain uniqueness better.
7384 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
7385 List examples sooner.
7386 (Box Diagrams): New subnode broken out.
7387 Some examples moved from old Lists as Boxes node.
7388 (Dotted Pair Notation): Clarify intro.
7389 (Array Type): Clarify.
7390 (Type Predicates): Add hash-table-p.
7391
7392 * numbers.texi (Integer Basics): Clarify radix explanation.
7393 (Predicates on Numbers): Minor clarification.
7394 (Comparison of Numbers): Minor clarification. Clarify eql.
7395 Typos in min, max.
7396 (Math Functions): Clarify overflow in expt.
7397
7398 * minibuf.texi (Text from Minibuffer): Minor clarification.
7399 Mention arrow keys.
7400
7401 * loading.texi (Autoload): defun's doc string overrides autoload's
7402 doc string.
7403 (Repeated Loading): Modernize "add to list" examples.
7404 (Where Defined): Finish updating table of load-history elts.
7405
7406 * lists.texi (List-related Predicates): Minor wording improvement.
7407 (Lists as Boxes): Node deleted.
7408 (Building Lists): Explain trivial cases of number-sequence.
7409
7410 * hash.texi (Hash Tables): Add desc to menu items.
7411 (Creating Hash): Explain "full" means "make larger".
7412 (Hash Access): Any object can be a key.
7413 State value of maphash.
7414
7415 * functions.texi (What Is a Function): Wording cleanup.
7416 (Function Documentation): Minor cleanup.
7417 Explain purpose of calling convention at end of doc string.
7418 (Function Names): Wording cleanup.
7419 (Calling Functions): Wording cleanup.
7420 Explain better how funcall calls the function.
7421 (Function Cells): Delete example of saving and redefining function.
7422
7423 * control.texi (Combining Conditions): Wording cleanup.
7424 (Iteration): dolist and dotimes bind VAR locally.
7425 (Cleanups): Xref to Atomic Changes.
7426
7427 * compile.texi (Byte Compilation): Delete 19.29 info.
7428 (Compilation Functions): Macros' difficulties don't affect defsubst.
7429 (Docs and Compilation): Delete 19.29 info.
7430
7431 2005-02-10 Richard M. Stallman <rms@gnu.org>
7432
7433 * objects.texi (Symbol Type): Minor correction.
7434
7435 2005-02-06 Lute Kamstra <lute@gnu.org>
7436
7437 * modes.texi (Example Major Modes): Fix typos.
7438
7439 2005-02-06 Richard M. Stallman <rms@gnu.org>
7440
7441 * text.texi (Margins): fill-nobreak-predicate can be one function.
7442
7443 * strings.texi (Modifying Strings): clear-string can make unibyte.
7444 (Formatting Strings): format gives error if values missing.
7445
7446 * positions.texi (Character Motion): Mention default arg
7447 for forward-char. backward-char refers to forward-char.
7448 (Word Motion): Mention default arg for forward-word.
7449 (Buffer End Motion): Mention default arg for beginning-of-buffer.
7450 Simplify end-of-buffer.
7451 (Text Lines): Mention default arg for forward-line.
7452 (List Motion): Mention default arg for beginning/end-of-defun.
7453 (Skipping Characters): Minor fixes in explaining character-set.
7454
7455 * modes.texi (Major Mode Conventions): Mention "system abbrevs".
7456 Mode inheritance applies only when default-major-mode is nil.
7457 Clarifications.
7458 (Example Major Modes): Update Text mode and Lisp mode examples.
7459 (Minor Mode Conventions): Mention define-minor-mode at top.
7460 (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
7461 (Mode Line Format): Update mode line face display info.
7462 (Properties in Mode): Mention effect of risky vars.
7463 (Imenu): Define imenu-add-to-menubar.
7464 (Font Lock Mode): Add descriptions to menu lines.
7465 (Faces for Font Lock): Add font-lock-doc-face.
7466
7467 2005-02-05 Lute Kamstra <lute@gnu.org>
7468
7469 * text.texi (Maintaining Undo): Remove obsolete function.
7470
7471 2005-02-05 Eli Zaretskii <eliz@gnu.org>
7472
7473 * frames.texi (Color Names): Add pointer to the X docs about RGB
7474 color specifications. Improve indexing.
7475 (Text Terminal Colors): Replace the description of RGB values by
7476 an xref to "Color Names".
7477
7478 2005-02-03 Richard M. Stallman <rms@gnu.org>
7479
7480 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
7481 Clarify.
7482 (Selecting Windows): Clarify save-selected-window.
7483 (Cyclic Window Ordering): Clarify walk-windows.
7484 (Window Point): Clarify.
7485 (Window Start): Add comment to example.
7486 (Resizing Windows): Add `interactive' specs in examples.
7487 Document fit-window-to-buffer.
7488
7489 * text.texi (User-Level Deletion): just-one-space takes numeric arg.
7490 (Undo, Maintaining Undo): Clarify last change.
7491 (Sorting): In sort-numeric-fields, explain about octal and hex.
7492 Mention sort-numeric-base.
7493 (Format Properties): Add xref for hard newlines.
7494
7495 * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
7496 (Pop-Up Menus): Fix typo.
7497 (Color Names): Explain all types of color names.
7498 Explain color-values on B&W terminal.
7499 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names.
7500
7501 * files.texi (File Locks): Not supported on MS systems.
7502 (Testing Accessibility): Clarify.
7503
7504 * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
7505 (Coverage Testing): Fix typo.
7506
7507 * commands.texi (Misc Events): Remove stray space.
7508
7509 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
7510 (Modification Time): Clarify when visited-file-modtime returns 0.
7511 (The Buffer List): Clarify bury-buffer.
7512 (Killing Buffers): Clarify.
7513 (Indirect Buffers): Add clone-indirect-buffer.
7514
7515 2005-02-02 Matt Hodges <MPHodges@member.fsf.org>
7516
7517 * edebug.texi (Printing in Edebug): Fix default value of
7518 edebug-print-circle.
7519 (Coverage Testing): Fix displayed frequency count data.
7520
7521 2005-02-02 Luc Teirlinck <teirllm@auburn.edu>
7522
7523 * text.texi (Maintaining Undo): Add `undo-outer-limit'.
7524
7525 2005-02-02 Kim F. Storm <storm@cua.dk>
7526
7527 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
7528
7529 2005-01-29 Eli Zaretskii <eliz@gnu.org>
7530
7531 * commands.texi (Misc Events): Describe the help-echo event.
7532
7533 * text.texi (Special Properties) <help-echo>: Use `pos'
7534 consistently in description of the help-echo property.
7535 Use @code{nil} instead of @var{nil}.
7536
7537 * display.texi (Overlay Properties): Fix the index entry for
7538 help-echo overlay property.
7539
7540 * customize.texi (Type Keywords): Uncomment the xref to the
7541 help-echo property documentation.
7542
7543 2005-01-23 Kim F. Storm <storm@cua.dk>
7544
7545 * windows.texi (Window Start): Fix `pos-visible-in-window-p'
7546 return value. Third element FULLY replaced by PARTIAL which
7547 specifies number of invisible pixels if row is only partially visible.
7548 (Textual Scrolling): Mention auto-window-vscroll.
7549 (Vertical Scrolling): New defvar auto-window-vscroll.
7550
7551 2005-01-16 Luc Teirlinck <teirllm@auburn.edu>
7552
7553 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
7554 command remapping.
7555
7556 2005-01-15 Richard M. Stallman <rms@gnu.org>
7557
7558 * display.texi (Defining Images): Mention DATA-P arg of create-image.
7559
7560 2005-01-14 Kim F. Storm <storm@cua.dk>
7561
7562 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
7563
7564 * text.texi (Links and Mouse-1): Fix string and vector item.
7565
7566 2005-01-13 Richard M. Stallman <rms@gnu.org>
7567
7568 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
7569 descriptions of overriding-local-map and overriding-terminal-local-map.
7570
7571 * text.texi (Links and Mouse-1): Clarify text.
7572
7573 2005-01-13 Kim F. Storm <storm@cua.dk>
7574
7575 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
7576
7577 2005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
7578
7579 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
7580
7581 2005-01-12 Kim F. Storm <storm@cua.dk>
7582
7583 * text.texi (Links and Mouse-1): Rename section from Enabling
7584 Mouse-1 to Following Links. Change xrefs.
7585 Add examples for define-button-type and define-widget.
7586
7587 * display.texi (Button Properties, Button Buffer Commands):
7588 Clarify mouse-1 and follow-link functionality.
7589
7590 2005-01-12 Richard M. Stallman <rms@gnu.org>
7591
7592 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
7593
7594 * display.texi (Beeping): Fix Texinfo usage.
7595
7596 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
7597
7598 2005-01-11 Kim F. Storm <storm@cua.dk>
7599
7600 * display.texi (Button Properties, Button Buffer Commands):
7601 Mention mouse-1 binding. Add follow-link keyword.
7602
7603 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
7604 (Enabling Mouse-1 to Follow Links): New subsection.
7605
7606 2005-01-06 Richard M. Stallman <rms@gnu.org>
7607
7608 * text.texi (Special Properties): Minor change.
7609
7610 * os.texi (Timers): Clarify previous change.
7611
7612 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
7613
7614 2005-01-01 Luc Teirlinck <teirllm@auburn.edu>
7615
7616 * display.texi (Face Attributes): Correct xref to renamed node.
7617
7618 2005-01-01 Richard M. Stallman <rms@gnu.org>
7619
7620 * display.texi (Face Attributes): Describe hex color specs.
7621
7622 2004-12-31 Richard M. Stallman <rms@gnu.org>
7623
7624 * os.texi (Timers): Update previous change.
7625
7626 2004-12-30 Kim F. Storm <storm@cua.dk>
7627
7628 * display.texi (Line Height): Total line-height is now specified
7629 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
7630 in cons cells. (nil . RATIO) is relative to actual line height.
7631 Use line-height `t' instead of `0' to get minimum height.
7632
7633 2004-12-29 Richard M. Stallman <rms@gnu.org>
7634
7635 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
7636
7637 2004-12-28 Richard M. Stallman <rms@gnu.org>
7638
7639 * commands.texi (Quitting): Clarify value of with-local-quit.
7640
7641 * elisp.texi (Top): Fix previous change.
7642
7643 * loading.texi (Loading): Fix previous change.
7644
7645 2004-12-27 Richard M. Stallman <rms@gnu.org>
7646
7647 * Makefile.in (MAKEINFO): Specify --force.
7648
7649 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
7650
7651 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
7652
7653 * display.texi (Line Height): Further clarify.
7654
7655 * elisp.texi (Top): Update Loading submenu.
7656
7657 * loading.texi (Where Defined): New node.
7658 (Unloading): load-history moved to Where Defined.
7659
7660 2004-12-21 Richard M. Stallman <rms@gnu.org>
7661
7662 * commands.texi (Event Input Misc): Add while-no-input.
7663
7664 2004-12-11 Richard M. Stallman <rms@gnu.org>
7665
7666 * display.texi (Line Height): Rewrite text for clarity.
7667
7668 2004-12-11 Kim F. Storm <storm@cua.dk>
7669
7670 * display.texi (Display): Add node "Line Height" to menu.
7671 (Line Height): New node. Move full description of line-spacing
7672 and line-height text properties here from text.texi.
7673 (Scroll Bars): Add vertical-scroll-bar variable.
7674
7675 * frames.texi (Window Frame Parameters): Remove line-height defvar.
7676
7677 * locals.texi (Standard Buffer-Local Variables): Fix xref for
7678 line-spacing and vertical-scroll-bar.
7679
7680 * text.texi (Special Properties): Just mention line-spacing and
7681 line-height here, add xref to new "Line Height" node.
7682
7683 2004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
7684
7685 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
7686
7687 * locals.texi (Standard Buffer-Local Variables):
7688 Add @xref for `line-spacing'.
7689
7690 2004-12-05 Richard M. Stallman <rms@gnu.org>
7691
7692 * Makefile.in (maintainer-clean): Remove the info files
7693 in $(infodir) where they are created.
7694
7695 2004-12-03 Richard M. Stallman <rms@gnu.org>
7696
7697 * windows.texi (Selecting Windows): get-lru-window and
7698 get-largest-window don't consider dedicated windows.
7699
7700 * text.texi (Undo): Document undo-in-progress.
7701
7702 2004-11-26 Richard M. Stallman <rms@gnu.org>
7703
7704 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
7705 Remove a few vars that are not always buffer-local.
7706
7707 2004-11-24 Luc Teirlinck <teirllm@auburn.edu>
7708
7709 * locals.texi (Standard Buffer-Local Variables): Comment out
7710 xref's to non-existent node `Yet to be written'.
7711
7712 2004-11-24 Richard M. Stallman <rms@gnu.org>
7713
7714 * processes.texi (Synchronous Processes): Grammar fix.
7715
7716 * numbers.texi (Comparison of Numbers): Add eql.
7717
7718 * locals.texi (Standard Buffer-Local Variables): Add many vars.
7719
7720 * intro.texi (Printing Notation): Fix previous change.
7721
7722 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
7723 and default-indicate-buffer-boundaries from here.
7724 (Usual Display): To here.
7725 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
7726 (Usual Display): Move tab-width up.
7727
7728 * customize.texi (Variable Definitions):
7729 Replace show-paren-mode example with tooltip-mode.
7730 (Simple Types, Composite Types, Defining New Types):
7731 Minor cleanups.
7732
7733 2004-11-21 Jesper Harder <harder@ifa.au.dk>
7734
7735 * processes.texi (Synchronous Processes, Output from Processes):
7736 Markup fix.
7737
7738 2004-11-20 Richard M. Stallman <rms@gnu.org>
7739
7740 * positions.texi (Skipping Characters): skip-chars-forward
7741 now handles char classes.
7742
7743 * intro.texi (Printing Notation): Avoid confusion of `print'
7744 when explaining @print.
7745
7746 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
7747
7748 * display.texi (Display Table Format): Minor fix.
7749
7750 * streams.texi (Output Functions): Fix print example.
7751
7752 * Makefile.in (elisp): New target.
7753 (dist): Depend on $(infodir)/elisp, not elisp.
7754 Copy the info files from $(infodir).
7755
7756 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
7757 read-from-minibuffer.
7758
7759 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
7760
7761 2004-11-19 Richard M. Stallman <rms@gnu.org>
7762
7763 * searching.texi (Regexp Search): Add search-whitespace-regexp.
7764
7765 2004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
7766
7767 * tips.texi (Coding Conventions): Fix typo.
7768
7769 2004-11-16 Richard M. Stallman <rms@gnu.org>
7770
7771 * tips.texi (Coding Conventions): Separate defvar and require
7772 methods to avoid warnings. Use require only when there are many
7773 functions and variables from that package.
7774
7775 * minibuf.texi (Minibuffer Completion): When ignoring case,
7776 predicate must not be case-sensitive.
7777
7778 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
7779 (Test Coverage): Don't talk about "splotches". Clarified.
7780
7781 2004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
7782
7783 * frames.texi (Window Frame Parameters): Fix typo.
7784
7785 2004-11-15 Kim F. Storm <storm@cua.dk>
7786
7787 * symbols.texi (Other Plists): Note that plist-get may signal error.
7788 Add safe-plist-get.
7789
7790 2004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
7791
7792 * modes.texi (Font Lock Basics): Fix typo.
7793
7794 2004-11-08 Richard M. Stallman <rms@gnu.org>
7795
7796 * syntax.texi (Syntax Table Functions): Add syntax-after.
7797
7798 2004-11-06 Lars Brinkhoff <lars@nocrew.org>
7799
7800 * os.texi (Processor Run Time): New section documenting
7801 get-internal-run-time.
7802
7803 2004-11-06 Eli Zaretskii <eliz@gnu.org>
7804
7805 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
7806 it nukes elisp-cover.texi.
7807 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
7808 elisp-0 etc.
7809
7810 2004-11-05 Luc Teirlinck <teirllm@auburn.edu>
7811
7812 * commands.texi (Keyboard Macros): Document `append' return value
7813 of `defining-kbd-macro'.
7814
7815 2004-11-01 Richard M. Stallman <rms@gnu.org>
7816
7817 * commands.texi (Interactive Call): Add called-interactively-p.
7818
7819 2004-10-29 Simon Josefsson <jas@extundo.com>
7820
7821 * minibuf.texi (Reading a Password): Revert.
7822
7823 2004-10-28 Richard M. Stallman <rms@gnu.org>
7824
7825 * frames.texi (Display Feature Testing): Explain about "vendor".
7826
7827 2004-10-27 Richard M. Stallman <rms@gnu.org>
7828
7829 * commands.texi (Interactive Codes): `N' uses numeric prefix,
7830 not raw. Clarify `n'.
7831 (Interactive Call): Rewrite interactive-p, focusing on when
7832 and how to use it.
7833 (Misc Events): Clarify previous change.
7834
7835 * advice.texi (Simple Advice): Clarify what job the example does.
7836 (Around-Advice): Clarify ad-do-it.
7837 (Activation of Advice): An option of ad-default-compilation-action
7838 is `never', not `nil'.
7839
7840 2004-10-26 Kim F. Storm <storm@cua.dk>
7841
7842 * commands.texi (Interactive Codes): Add U code letter.
7843
7844 2004-10-25 Simon Josefsson <jas@extundo.com>
7845
7846 * minibuf.texi (Reading a Password): Add.
7847
7848 2004-10-24 Jason Rumney <jasonr@gnu.org>
7849
7850 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
7851 and wheel-down.
7852
7853 2004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
7854
7855 * processes.texi (Synchronous Processes): Document process-file.
7856
7857 2004-10-22 Kenichi Handa <handa@m17n.org>
7858
7859 * text.texi (translate-region): Document that it accepts also a
7860 char-table.
7861
7862 2004-10-22 David Ponce <david@dponce.com>
7863
7864 * windows.texi (Resizing Windows): Document the `preserve-before'
7865 argument of the functions `enlarge-window' and `shrink-window'.
7866
7867 2004-10-19 Jason Rumney <jasonr@gnu.org>
7868
7869 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
7870
7871 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
7872
7873 * text.texi (Filling): Add anchor for definition of
7874 `sentence-end-double-space'.
7875
7876 * searching.texi (Regexp Example): Update description of how
7877 Emacs currently recognizes the end of a sentence.
7878 (Standard Regexps): Update definition of the variable
7879 `sentence-end'. Add definition of the function `sentence-end'.
7880
7881 2004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
7882
7883 * display.texi (Progress): New node.
7884
7885 2004-10-05 Kim F. Storm <storm@cua.dk>
7886
7887 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
7888
7889 2004-09-29 Kim F. Storm <storm@cua.dk>
7890
7891 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
7892 to identify bitmaps. Remove -fringe-bitmap suffix for standard
7893 fringe bitmap symbols, as they now have their own namespace.
7894 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
7895 vs. pixels. Signal error if no free bitmap slots.
7896 (Pixel Specification): Change IMAGE to @var{image}.
7897
7898 2004-09-28 Richard M. Stallman <rms@gnu.org>
7899
7900 * text.texi (Special Properties): Clarify line-spacing and line-height.
7901
7902 * searching.texi (Regexp Search): Add looking-back.
7903
7904 2004-09-25 Luc Teirlinck <teirllm@auburn.edu>
7905
7906 * display.texi: Correct typos.
7907 (Image Descriptors): Correct xref's.
7908
7909 2004-09-25 Richard M. Stallman <rms@gnu.org>
7910
7911 * text.texi (Special Properties): Cleanups in `cursor'.
7912 Rewrites in `line-height' and `line-spacing'; exchange them.
7913
7914 * display.texi (Fringes): Rewrite previous change.
7915 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
7916 (Display Fringe Bitmaps): Node deleted, text moved.
7917 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
7918 (Scroll Bars): Clarify set-window-scroll-bars.
7919 (Pointer Shape): Rewrite.
7920 (Specified Space): Clarify :align-to, etc.
7921 (Pixel Specification): Use @var. Clarify new text.
7922 (Other Display Specs): Clarify `slice'.
7923 (Image Descriptors): Cleanups.
7924 (Showing Images): Cleanups.
7925
7926 2004-09-24 Luc Teirlinck <teirllm@auburn.edu>
7927
7928 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
7929
7930 * modes.texi: Various minor changes in addition to:
7931 (Major Mode Conventions): Final call to `run-mode-hooks' should
7932 not be inside the `delay-mode-hooks' form.
7933 (Mode Hooks): New node.
7934 (Hooks): Delete obsolete example.
7935 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
7936 node "Mode Hooks".
7937
7938 2004-09-22 Luc Teirlinck <teirllm@auburn.edu>
7939
7940 * display.texi: Correct various typos.
7941 (Display): Rename node "Pointer Shapes" to "Pointer
7942 Shape". (There is already a node called "Pointer Shapes" in
7943 frames.texi.)
7944 (Images): Remove non-existent node "Image Slices" from menu.
7945
7946 2004-09-23 Kim F. Storm <storm@cua.dk>
7947
7948 * text.texi (Special Properties): Add `cursor', `pointer',
7949 `line-height', and `line-spacing' properties.
7950
7951 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
7952 Shapes' to menu.
7953 (Standard Faces): Doc fix for fringe face.
7954 (Fringes): Add `overflow-newline-into-fringe' and
7955 'indicate-buffer-boundaries'.
7956 (Fringe Bitmaps, Pointer Shapes): New nodes.
7957 (Display Property): Add 'Pixel Specification' and 'Display Fringe
7958 Bitmaps' to menu.
7959 (Specified Space): Describe pixel width and height.
7960 (Pixel Specification): New node.
7961 (Other Display Specs): Add `slice' property.
7962 (Display Fringe Bitmaps): New node.
7963 (Images): Add 'Image Slices' to menu.
7964 (Image Descriptors): Add `:pointer' and `:map' properties.
7965 (Showing Images): Add slice arg to `insert-image'.
7966 Add 'insert-sliced-image'.
7967
7968 2004-09-20 Richard M. Stallman <rms@gnu.org>
7969
7970 * commands.texi (Key Sequence Input):
7971 Clarify downcasing in read-key-sequence.
7972
7973 2004-09-08 Juri Linkov <juri@jurta.org>
7974
7975 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
7976
7977 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
7978
7979 * locals.texi (Standard Buffer-Local Variables):
7980 Add `buffer-auto-save-file-format'.
7981 * internals.texi (Buffer Internals): Describe new
7982 auto_save_file_format field of the buffer structure.
7983 * files.texi (Format Conversion): `auto-save-file-format' has been
7984 renamed `buffer-auto-save-file-format'.
7985
7986 2004-08-27 Luc Teirlinck <teirllm@auburn.edu>
7987
7988 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
7989 an integer or a marker.
7990 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
7991
7992 2004-08-22 Richard M. Stallman <rms@gnu.org>
7993
7994 * modes.texi (Major Mode Conventions): Discuss rebinding of
7995 standard key bindings.
7996
7997 2004-08-18 Kim F. Storm <storm@cua.dk>
7998
7999 * processes.texi (Accepting Output): Add `just-this-one' arg to
8000 `accept-process-output'.
8001 (Output from Processes): New var `process-adaptive-read-buffering'.
8002
8003 2004-08-10 Luc Teirlinck <teirllm@auburn.edu>
8004
8005 * keymaps.texi: Various changes in addition to:
8006 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
8007 Give more varied examples for `kbd'.
8008 (Creating Keymaps): Char tables have slots for all characters
8009 without modifiers.
8010 (Active Keymaps): `overriding-local-map' and
8011 `overriding-terminal-local-map' also override text property and
8012 overlay keymaps.
8013 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
8014 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
8015 to denote a prefix of no events.
8016 `map-keymap' includes parent's bindings _recursively_.
8017 Clarify and correct description of `where-is-internal'.
8018 Mention BUFFER-OR-NAME arg to `describe-bindings'.
8019 (Menu Example): For menus intended for use with the keyboard, the
8020 menu items should be bound to characters or real function keys.
8021
8022 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
8023
8024 * objects.texi (Character Type): Reposition `@anchor' to prevent
8025 double space inside sentence in Info.
8026
8027 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
8028 renamed to `disabled-command-function'.
8029 * commands.texi (Key Sequence Input): Remove unnecessary anchor.
8030 (Command Loop Info): Replace reference to it.
8031 (Disabling Commands): `disabled-command-hook' has been renamed to
8032 `disabled-command-function'.
8033
8034 2004-08-07 Luc Teirlinck <teirllm@auburn.edu>
8035
8036 * os.texi (Translating Input): Only non-prefix bindings in
8037 `key-translation-map' override actual key bindings. Warn about
8038 possible indirect effect of actual key bindings on non-prefix
8039 bindings in `key-translation-map'.
8040
8041 2004-08-06 Luc Teirlinck <teirllm@auburn.edu>
8042
8043 * minibuf.texi (High-Level Completion): Add anchor for definition
8044 of `read-variable'.
8045
8046 * commands.texi: Various changes in addition to:
8047 (Using Interactive): Clarify description of `interactive-form'.
8048 (Interactive Call): Mention default for KEYS argument to
8049 `call-interactively'.
8050 (Command Loop Info): Clarify description of `this-command-keys'.
8051 Mention KEEP-RECORD argument to `clear-this-command-keys'.
8052 Value of `last-event-frame' can be `macro'.
8053 (Repeat Events): `double-click-fuzz' is also used to distinguish
8054 clicks and drags.
8055 (Classifying Events): Clarify descriptions of `event-modifiers'
8056 `event-basic-type' and `event-convert-list'.
8057 (Accessing Events): `posn-timestamp' takes POSITION argument.
8058 (Quoted Character Input): Clarify description of
8059 `read-quoted-char' and fix example.
8060 (Quitting): Add `with-local-quit'.
8061 (Disabling Commands): Correct and clarify descriptions of
8062 `enable-command' and `disable-command'.
8063 Mention what happens if `disabled-command-hook' is nil.
8064 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
8065 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
8066
8067 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
8068
8069 * frames.texi: Various changes in addition to:
8070 (Creating Frames): Expand and clarify description of `make-frame'.
8071 (Window Frame Parameters): Either none or both of the `icon-left'
8072 and `icon-top' parameters must be specified. Put descriptions of
8073 `menu-bar-lines' and `toolbar-lines' closer together and change
8074 them accordingly.
8075 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
8076 except while processing `frame-title-format' or `icon-title-format'.
8077 (Deleting Frames): Correct description of `delete-frame'.
8078 Non-nil return values of `frame-live-p' are like those of `framep'.
8079 (Frames and Windows): Mention return value of
8080 `set-frame-selected-window'.
8081 (Visibility of Frames): Mention `force' argument to
8082 `make-frame-invisible'. `frame-visible-p' returns t for all
8083 frames on text-only terminals.
8084 (Frame Configurations): Restoring a frame configuration does not
8085 restore deleted frames.
8086 (Window System Selections): `x-set-selection' returns DATA.
8087 (Resources): Add example.
8088 (Display Feature Testing): Clarify descriptions of
8089 `display-pixel-height', `display-pixel-width', `x-server-version'
8090 and `x-server-vendor'.
8091
8092 * windows.texi (Choosing Window): Add anchor.
8093 * minibuf.texi (Minibuffer Misc): Add anchor.
8094
8095 2004-07-23 John Paul Wallington <jpw@gnu.org>
8096
8097 * macros.texi (Defining Macros): Declaration keyword for setting
8098 Edebug spec is `debug' not `edebug'.
8099
8100 2004-07-19 Luc Teirlinck <teirllm@auburn.edu>
8101
8102 * windows.texi: Various small changes in addition to:
8103 (Window Point): Mention return value of `set-window-point'.
8104 (Window Start): `pos-visible-in-window-p' disregards horizontal
8105 scrolling. Explain return value if PARTIALLY is non-nil.
8106 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
8107 and `set-window-vscroll'.
8108 (Size of Window): The argument WINDOW to `window-inside-edges',
8109 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
8110 (Resizing Windows): Explain return value of
8111 `shrink-window-if-larger-than-buffer'.
8112 `window-size-fixed' automatically becomes buffer local when set.
8113 (Window Configurations): Explain return value of
8114 `set-window-configuration'.
8115
8116 * minibuf.texi (Minibuffer Misc): Add anchor for
8117 `minibuffer-scroll-window'.
8118
8119 * positions.texi (Text Lines): Add anchor for `count-lines'.
8120
8121 2004-07-17 Richard M. Stallman <rms@gnu.org>
8122
8123 * display.texi (Overlay Properties): Adding `evaporate' prop
8124 deletes empty overlay immediately.
8125
8126 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
8127 fix example.
8128
8129 2004-07-16 Jim Blandy <jimb@redhat.com>
8130
8131 * searching.texi (Regexp Backslash): Document new \_< and \_>
8132 operators.
8133
8134 2004-07-16 Juanma Barranquero <lektu@terra.es>
8135
8136 * display.texi (Images): Fix Texinfo usage.
8137
8138 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
8139
8140 * buffers.texi (Modification Time): `visited-file-modtime' now
8141 returns a list of two integers, instead of a cons.
8142
8143 2004-07-13 Luc Teirlinck <teirllm@auburn.edu>
8144
8145 * windows.texi: Various changes in addition to:
8146 (Splitting Windows): Add `split-window-keep-point'.
8147
8148 2004-07-09 Richard M. Stallman <rms@gnu.org>
8149
8150 * frames.texi (Input Focus): Minor fix.
8151
8152 2004-07-07 Luc Teirlinck <teirllm@auburn.edu>
8153
8154 * frames.texi (Input Focus): Clarify descriptions of
8155 `select-frame-set-input-focus' and `select-frame'.
8156
8157 2004-07-06 Luc Teirlinck <teirllm@auburn.edu>
8158
8159 * os.texi: Various small changes in addition to:
8160 (Killing Emacs): Expand and clarify description of
8161 `kill-emacs-query-functions' and `kill-emacs-hook'.
8162 (System Environment): Expand and clarify description of `getenv'
8163 and `setenv'.
8164 (Timers): Clarify description of `run-at-time'.
8165 (Translating Input): Correct description of
8166 `extra-keyboard-modifiers'.
8167 (Flow Control): Correct description of `enable-flow-control'.
8168
8169 2004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
8170
8171 * os.texi: Update copyright.
8172 (Session Management): Grammar fix.
8173 Clarify which Emacs does the restarting.
8174 Use @samp for *scratch* buffer.
8175
8176 2004-07-04 Alan Mackenzie <acm@muc.de>
8177
8178 * frames.texi (Input Focus): Add documentation for
8179 `select-frame-set-input-focus'. Replace refs to non-existent
8180 `switch-frame' with `select-frame'. Minor corrections and tidying
8181 up of text-only terminal stuff.
8182
8183 2004-07-02 Richard M. Stallman <rms@gnu.org>
8184
8185 * files.texi (Saving Buffers): Cleanup write-contents-function.
8186 (Magic File Names): Cleanup file-remote-p.
8187
8188 2004-07-02 Kai Großjohann <kai@emptydomain.de>
8189
8190 * files.texi (Magic File Names): `file-remote-p' returns an
8191 identifier of the remote system, not just t.
8192
8193 2004-07-02 David Kastrup <dak@gnu.org>
8194
8195 * searching.texi (Entire Match Data): Add explanation about new
8196 match-data behavior when @var{integers} is non-nil.
8197
8198 2004-06-24 Richard M. Stallman <rms@gnu.org>
8199
8200 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
8201
8202 * customize.texi (Variable Definitions): Note about doc strings
8203 and :set.
8204
8205 * keymaps.texi (Keymap Terminology): Document `kbd'.
8206 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
8207
8208 * display.texi (Invisible Text): Setting buffer-invisibility-spec
8209 makes it buffer-local.
8210
8211 * files.texi (Saving Buffers): Correct previous change.
8212
8213 * commands.texi (Accessing Events):
8214 Clarify posn-col-row and posn-actual-col-row.
8215
8216 2004-06-24 David Ponce <david.ponce@wanadoo.fr>
8217
8218 * commands.texi (Accessing Events): New functions
8219 posn-at-point and posn-at-x-y. Add example to posn-x-y.
8220
8221 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
8222
8223 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
8224 * frames.texi, buffers.texi, backups.texi, variables.texi:
8225 * loading.texi, eval.texi, functions.texi, control.texi:
8226 * symbols.texi, minibuf.texi: Reposition @anchor's.
8227
8228 * help.texi: Various small changes in addition to the following.
8229 (Describing Characters): Describe PREFIX argument to
8230 `key-description'. Correct and clarify definition of
8231 `text-char-description'. Describe NEED-VECTOR argument to
8232 `read-kbd-macro'.
8233 (Help Functions): Clarify definition of `apropos'.
8234
8235 2004-06-23 Lars Hansen <larsh@math.ku.dk>
8236
8237 * files.texi (Saving Buffers): Correct description of
8238 `write-contents-functions'.
8239
8240 2004-06-21 Juanma Barranquero <lektu@terra.es>
8241
8242 * display.texi (Images): Remove redundant @vindex directives.
8243 Rewrite `image-library-alist' doc in active voice.
8244
8245 2004-06-14 Juanma Barranquero <lektu@terra.es>
8246
8247 * display.texi (Images): Document new delayed library loading,
8248 variable `image-library-alist' and (existing but undocumented)
8249 function `image-type-available-p'.
8250
8251 2004-06-05 Richard M. Stallman <rms@gnu.org>
8252
8253 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
8254 refer the user to the Initial Input node.
8255 (Text from Minibuffer): Likewise.
8256 (Initial Input): New node. Document this feature
8257 and say it is mostly deprecated.
8258
8259 2004-05-30 Richard M. Stallman <rms@gnu.org>
8260
8261 * loading.texi (Named Features): Clarify return value
8262 and meaning of NOERROR.
8263
8264 * variables.texi (File Local Variables): Minor cleanup.
8265
8266 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
8267
8268 * files.texi (Magic File Names): Add `file-remote-p' as operation
8269 of file name handlers.
8270
8271 2004-05-29 Richard M. Stallman <rms@gnu.org>
8272
8273 * modes.texi (Minor Mode Conventions): (-) has no special meaning
8274 as arg to a minor mode command.
8275
8276 2004-05-22 Richard M. Stallman <rms@gnu.org>
8277
8278 * syntax.texi (Syntax Class Table): Word syntax not just for English.
8279
8280 * streams.texi (Output Variables): Doc float-output-format.
8281
8282 * searching.texi (Regexp Special): Nested repetition can be infloop.
8283
8284 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
8285 real stack overflow.
8286
8287 * compile.texi: Minor cleanups.
8288
8289 2004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
8290
8291 * lists.texi (Cons Cells): Explain dotted lists, true lists,
8292 circular lists.
8293 (List Elements): Explain handling of circular and dotted lists.
8294
8295 2004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
8296
8297 * modes.texi (Search-based Fontification): Fix typo.
8298
8299 2004-05-10 Juanma Barranquero <lektu@terra.es>
8300
8301 * modes.texi (Mode Line Variables): Fix description of
8302 global-mode-string, which is now after which-func-mode, not the
8303 buffer name.
8304
8305 2004-05-07 Lars Hansen <larsh@math.ku.dk>
8306
8307 * modes.texi (Desktop Save Mode): Add.
8308 (Modes): Add menu entry Desktop Save Mode.
8309
8310 * hooks.texi: Add desktop-after-read-hook,
8311 desktop-no-desktop-file-hook and desktop-save-hook.
8312
8313 * locals.texi: Add desktop-save-buffer.
8314
8315 2004-04-30 Jesper Harder <harder@ifa.au.dk>
8316
8317 * display.texi: emacs -> Emacs.
8318
8319 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
8320
8321 * files.texi (Changing Files): Document set-file-times.
8322
8323 2004-04-23 Juanma Barranquero <lektu@terra.es>
8324
8325 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
8326
8327 2004-04-18 Jesper Harder <harder@ifa.au.dk>
8328
8329 * tips.texi (Coding Conventions): defopt -> defcustom.
8330
8331 2004-04-16 Luc Teirlinck <teirllm@auburn.edu>
8332
8333 * sequences.texi: Various clarifications.
8334
8335 2004-04-14 Luc Teirlinck <teirllm@auburn.edu>
8336
8337 * buffers.texi (Read Only Buffers): Mention optional ARG to
8338 `toggle-read-only'.
8339
8340 2004-04-14 Nick Roberts <nick@nick.uklinux.net>
8341
8342 * windows.texi (Selecting Windows): Note that get-lru-window
8343 returns a full-width window if possible.
8344
8345 2004-04-13 Luc Teirlinck <teirllm@auburn.edu>
8346
8347 * buffers.texi: Various changes in addition to:
8348 (Buffer File Name): Add `find-buffer-visiting'.
8349 (Buffer Modification): Mention optional ARG to `not-modified'.
8350 (Indirect Buffers): Mention optional CLONE argument to
8351 `make-indirect-buffer'.
8352
8353 * files.texi: Various changes in addition to:
8354 (Visiting Functions): `find-file-hook' is now a normal hook.
8355 (File Name Expansion): Explain difference between the way that
8356 `expand-file-name' and `file-truename' treat `..'.
8357 (Contents of Directories): Mention optional ID-FORMAT argument to
8358 `directory-files-and-attributes'.
8359 (Format Conversion): Mention new optional CONFIRM argument to
8360 `format-write-file'.
8361
8362 2004-04-12 Miles Bader <miles@gnu.org>
8363
8364 * macros.texi (Expansion): Add description of `macroexpand-all'.
8365
8366 2004-04-05 Jesper Harder <harder@ifa.au.dk>
8367
8368 * variables.texi (Variable Aliases):
8369 Mention cyclic-variable-indirection.
8370
8371 * errors.texi (Standard Errors): Ditto.
8372
8373 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
8374
8375 * backups.texi: Various small changes in addition to:
8376 (Making Backups): Mention return value of `backup-buffer'.
8377 (Auto-Saving): Mention optional FORCE argument to
8378 `delete-auto-save-file-if-necessary'.
8379 (Reverting): Mention optional PRESERVE-MODES argument to
8380 `revert-buffer'. Correct description of `revert-buffer-function'.
8381
8382 2004-03-22 Juri Linkov <juri@jurta.org>
8383
8384 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
8385 with `Vector Functions'.
8386
8387 * text.texi (Sorting): Add missing quote.
8388
8389 2004-03-14 Luc Teirlinck <teirllm@auburn.edu>
8390
8391 * intro.texi (Lisp History): Replace xref to `cl' manual with
8392 inforef.
8393
8394 2004-03-12 Richard M. Stallman <rms@gnu.org>
8395
8396 * intro.texi (Version Info): Add arg to emacs-version.
8397 (Lisp History): Change xref to CL manual.
8398
8399 2004-03-09 Luc Teirlinck <teirllm@auburn.edu>
8400
8401 * minibuf.texi (Completion Commands): Add xref to Emacs manual
8402 for Partial Completion mode.
8403
8404 2004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
8405
8406 * customize.texi: Fix typo. Remove eol whitespace.
8407
8408 2004-03-04 Richard M. Stallman <rms@gnu.org>
8409
8410 * processes.texi: Fix typos.
8411
8412 * lists.texi (Building Lists): Minor clarification.
8413
8414 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
8415 in make-hash-table.
8416
8417 2004-02-29 Juanma Barranquero <lektu@terra.es>
8418
8419 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
8420 rm, and ignore exit code.
8421
8422 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
8423
8424 * display.texi (Defining Faces): Add description for min-colors.
8425 Update example.
8426
8427 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
8428
8429 * abbrevs.texi: Various corrections and clarifications in addition
8430 to the following:
8431 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
8432
8433 2004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
8434
8435 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
8436
8437 2004-02-21 Luc Teirlinck <teirllm@auburn.edu>
8438
8439 * text.texi: Various small changes in addition to the following:
8440 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
8441 to delete-horizontal-space.
8442 (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
8443 description of yank-handler text property at various places.
8444
8445 * frames.texi (Window System Selections): Add anchor.
8446
8447 * syntax.texi (Syntax Table Functions): Clarify and correct
8448 descriptions of make-syntax-table and copy-syntax-table.
8449 (Motion and Syntax): Clarify SYNTAXES argument to
8450 skip-syntax-forward.
8451 (Parsing Expressions): Mention that the return value of
8452 parse-partial-sexp is currently a list of ten rather than nine
8453 elements.
8454 (Categories): Various corrections and clarifications.
8455
8456 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
8457
8458 * markers.texi (Marker Insertion Types): Minor change.
8459
8460 * locals.texi (Standard Buffer-Local Variables):
8461 * commands.texi (Interactive Codes, Using Interactive):
8462 * functions.texi (Related Topics): Fix xrefs.
8463
8464 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
8465
8466 * lists.texi (Sets And Lists): Update description of delete-dups.
8467
8468 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
8469
8470 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
8471
8472 2004-02-16 Jan Djärv <jan.h.d@swipnet.se>
8473
8474 * frames.texi (Parameter Access): frame-parameters arg is optional.
8475 modify-frame-parameters handles nil for FRAME.
8476 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
8477 are all-or-nothing for certain toolkits.
8478 Mention parameter wait-for-wm.
8479 (Frames and Windows): In frame-first-window and frame-selected-window
8480 the arg is optional.
8481 (Input Focus): In redirect-frame-focus the second arg is optional.
8482 (Window System Selections): Mention selection type CLIPBOARD.
8483 Mention data-type UTF8_STRING.
8484 Mention numbering of cut buffers.
8485 (Resources): Describe x-resource-name.
8486
8487 2004-02-16 Richard M. Stallman <rms@gnu.org>
8488
8489 * windows.texi (Buffers and Windows): Delete false table
8490 about all-frames.
8491
8492 * syntax.texi (Parsing Expressions): Delete old caveat
8493 about parse-sexp-ignore-comments.
8494
8495 * streams.texi (Output Variables): Add print-quoted.
8496
8497 * lists.texi (Building Lists): Minor cleanup.
8498
8499 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
8500
8501 * display.texi (Overlays): Explain overlays use markers.
8502 (Managing Overlays): Explain front-advance and rear-advance
8503 in more detail.
8504
8505 * loading.texi (Unloading): Document unload-feature-special-hooks.
8506 Get rid of fns-NNN.el file.
8507
8508 2004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
8509
8510 * help.texi (Describing Characters): Fix text-char-description
8511 example output.
8512
8513 * edebug.texi (Using Edebug): Fix example.
8514
8515 * debugging.texi (Internals of Debugger): Fix return value.
8516
8517 * files.texi (Changing Files): Fix argname.
8518
8519 * calendar.texi: Fix parens, and default values.
8520
8521 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
8522 * nonascii.texi, objects.texi, os.texi: Minor fixes.
8523 * searching.texi, text.texi, tips.texi, windows.texi: Minor fixes.
8524
8525 * positions.texi (Text Lines): Don't add -1 in current-line.
8526
8527 2004-02-16 Richard M. Stallman <rms@gnu.org>
8528
8529 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
8530
8531 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
8532
8533 * processes.texi (Low-Level Network): Fix a typo.
8534
8535 2004-02-12 Kim F. Storm <storm@cua.dk>
8536
8537 * display.texi (Fringes): Use consistent wording.
8538 Note that window-fringe's window arg is optional.
8539 (Scroll Bars): Use consistent wording.
8540
8541 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
8542
8543 * tips.texi (Comment Tips): Document the new conventions for
8544 commenting out code.
8545
8546 2004-02-07 Jan Djärv <jan.h.d@swipnet.se>
8547
8548 * positions.texi (Text Lines): Add missing end defun.
8549
8550 2004-02-07 Kim F. Storm <storm@cua.dk>
8551
8552 * positions.texi (Text Lines): Add line-number-at-pos.
8553
8554 2004-02-06 John Paul Wallington <jpw@gnu.org>
8555
8556 * display.texi (Button Properties, Button Buffer Commands):
8557 mouse-2 invokes button, not down-mouse-1.
8558
8559 2004-02-04 Jason Rumney <jasonr@gnu.org>
8560
8561 * makefile.w32-in: Sync with Makefile.in changes.
8562
8563 2004-02-03 Luc Teirlinck <teirllm@auburn.edu>
8564
8565 * minibuf.texi (Text from Minibuffer): Various corrections and
8566 clarifications.
8567 (Object from Minibuffer): Correct Lisp description of
8568 read-minibuffer.
8569 (Minibuffer History): Clarify description of cons values for
8570 HISTORY arguments.
8571 (Basic Completion): Various corrections and clarifications.
8572 Add completion-regexp-list.
8573 (Minibuffer Completion): Correct and clarify description of
8574 completing-read.
8575 (Completion Commands): Mention Partial Completion mode.
8576 Various other minor changes.
8577 (High-Level Completion): Various corrections and clarifications.
8578 (Reading File Names): Ditto.
8579 (Minibuffer Misc): Ditto.
8580
8581 2004-01-26 Luc Teirlinck <teirllm@auburn.edu>
8582
8583 * strings.texi (Text Comparison): assoc-string also matches
8584 elements of alists that are strings instead of conses.
8585 (Formatting Strings): Standardize Texinfo usage. Update index
8586 entries.
8587
8588 2004-01-20 Luc Teirlinck <teirllm@auburn.edu>
8589
8590 * lists.texi (Sets And Lists): Add delete-dups.
8591
8592 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
8593
8594 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
8595 special form.
8596 * macros.texi (Defining Macros): Update description of `declare',
8597 which now is a macro.
8598 (Wrong Time): Fix typos.
8599
8600 2004-01-14 Luc Teirlinck <teirllm@auburn.edu>
8601
8602 * compile.texi (Compilation Functions): Expand descriptions of
8603 `compile-defun', `byte-compile-file', `byte-recompile-directory'
8604 and `batch-byte-compile'. In particular, mention and describe
8605 all optional arguments.
8606 (Disassembly): Correct and clarify the description of `disassemble'.
8607
8608 2004-01-11 Luc Teirlinck <teirllm@auburn.edu>
8609
8610 * searching.texi: Various small changes in addition to the
8611 following.
8612 (Regexp Example): Adapt to new value of `sentence-end'.
8613 (Regexp Functions): The PAREN argument to `regexp-opt' can be
8614 `words'.
8615 (Search and Replace): Add usage note for `perform-replace'.
8616 (Entire Match Data): Mention INTEGERS and REUSE arguments to
8617 `match-data'.
8618 (Standard Regexps): Update for new values of `paragraph-start'
8619 and `sentence-end'.
8620
8621 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
8622
8623 * files.texi (Saving Buffers): Clarify descriptions of
8624 `write-contents-functions' and `before-save-hook'.
8625 Make the defvar's for `before-save-hook' and `after-save-hook'
8626 into defopt's.
8627
8628 2004-01-07 Kim F. Storm <storm@cua.dk>
8629
8630 * commands.texi (Click Events): Describe new image and
8631 width/height elements of click events.
8632 (Accessing Events): Add posn-string, posn-image, and
8633 posn-object-width-height. Change posn-object to return either
8634 image or string object.
8635
8636 2004-01-01 Simon Josefsson <jas@extundo.com>
8637
8638 * hooks.texi (Standard Hooks): Add before-save-hook.
8639 * files.texi (Saving Buffers): Likewise.
8640
8641 2004-01-03 Richard M. Stallman <rms@gnu.org>
8642
8643 * frames.texi (Frames and Windows): Delete frame-root-window.
8644
8645 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
8646
8647 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
8648
8649 * functions.texi: Various small changes in addition to the
8650 following.
8651 (What Is a Function): `functionp' returns nil for macros.
8652 Clarify behavior of this and following functions for symbol arguments.
8653 (Function Documentation): Add `\' in front of (fn @var{arglist})
8654 and explain why.
8655 (Defining Functions): Mention DOCSTRING argument to `defalias'.
8656 Add anchor.
8657 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
8658
8659 2004-01-01 Miles Bader <miles@gnu.org>
8660
8661 * display.texi (Buttons): New section.
8662
8663 2003-12-31 Andreas Schwab <schwab@suse.de>
8664
8665 * numbers.texi (Math Functions): sqrt reports a domain-error
8666 error.
8667 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
8668
8669 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
8670
8671 * tips.texi (Documentation Tips): Update item on hyperlinks in
8672 documentation strings.
8673
8674 * errors.texi (Standard Errors): Various small corrections and
8675 additions.
8676
8677 * control.texi: Various small changes in addition to the
8678 following.
8679 (Signaling Errors): Provide some more details on how `signal'
8680 constructs the error message. Add anchor to the definition of
8681 `signal'.
8682 (Error Symbols): Describe special treatment of `quit'.
8683 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
8684 to emphasize that it has to be a single form.
8685
8686 * buffers.texi: Add anchor.
8687
8688 2003-12-29 Richard M. Stallman <rms@gnu.org>
8689
8690 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
8691 (Window Configurations): Add window-configuration-frame.
8692
8693 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
8694
8695 * text.texi (Examining Properties): Add get-char-property-and-overlay.
8696 Change arg name in get-char-property.
8697 (Special Properties): Update handling of keymap property.
8698
8699 * strings.texi (Modifying Strings): Add clear-string.
8700 (Text Comparison): Add assoc-string and remove
8701 assoc-ignore-case, assoc-ignore-representation.
8702
8703 * os.texi (Time of Day): Add set-time-zone-rule.
8704
8705 * numbers.texi (Math Functions): asin, acos, log, log10
8706 report domain-error errors.
8707
8708 * nonascii.texi (Converting Representations):
8709 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
8710 (Encoding and I/O): Add file-name-coding-system.
8711
8712 * modes.texi (Search-based Fontification): Explain that
8713 face specs are symbols with face names as values.
8714
8715 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
8716
8717 * lists.texi (Building Lists): remq moved elsewhere.
8718 (Sets And Lists): remq moved here.
8719 (Association Lists): Refer to assoc-string.
8720
8721 * internals.texi (Garbage Collection): Add memory-use-counts.
8722
8723 * frames.texi (Frames and Windows): Add set-frame-selected-window
8724 and frame-root-window.
8725
8726 * files.texi (Contents of Directories):
8727 Add directory-files-and-attributes.
8728
8729 * display.texi (Refresh Screen): Add force-window-update.
8730 (Invisible Text): Explain about moving point out of invis text.
8731 (Overlay Properties): Add overlay-properties.
8732 (Managing Overlays): Add overlayp.
8733 (GIF Images): Invalid image number displays a hollow box.
8734
8735 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
8736 (Killing Buffers): Add buffer-live-p.
8737
8738 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
8739
8740 * display.texi (Fringes): Fix typo "set-buffer-window".
8741
8742 2003-12-24 Luc Teirlinck <teirllm@auburn.edu>
8743
8744 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
8745 * nonascii.texi, processes.texi, tips.texi, variables.texi:
8746 Add or change various xrefs and anchors.
8747
8748 * commands.texi: Replace all occurrences of @acronym{CAR} with
8749 @sc{car}, for consistency with the rest of the Elisp manual.
8750 `car' and `cdr' are historically acronyms, but are no longer
8751 widely thought of as such.
8752
8753 * internals.texi (Pure Storage): Mention that `purecopy' does not
8754 copy text properties.
8755 (Object Internals): Now 29 bits are used (in most implementations)
8756 to address Lisp objects.
8757
8758 * variables.texi (Variables with Restricted Values): New node.
8759
8760 * objects.texi (Lisp Data Types): Mention that certain variables
8761 can only take on a restricted set of values and add an xref to
8762 the new node "Variables with Restricted Values".
8763
8764 * eval.texi (Function Indirection): Describe the errors that
8765 `indirect-function' can signal.
8766 (Eval): Clarify the descriptions of `eval-region' and `values'.
8767 Describe `eval-buffer' instead of `eval-current-buffer' and
8768 mention `eval-current-buffer' as an alias for `current-buffer'.
8769 Correct the description and mention all optional arguments.
8770
8771 * nonascii.texi: Various small changes in addition to the
8772 following.
8773 (Converting Representations): Clarify behavior of
8774 `string-make-multibyte' and `string-to-multibyte' for unibyte all
8775 ASCII arguments.
8776 (Character Sets): Document the variable `charset-list' and adapt
8777 the definition of the function `charset-list' accordingly.
8778 (Translation of Characters): Clarify use of generic characters in
8779 `make-translation-table'. Clarify and correct the description of
8780 the use of translation tables in encoding and decoding.
8781 (User-Chosen Coding Systems): Correct and clarify the description
8782 of `select-safe-coding-system'.
8783 (Default Coding Systems): Clarify description of
8784 `file-coding-system-alist'.
8785
8786 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
8787
8788 * strings.texi (Text Comparison): Correctly describe when two
8789 strings are `equal'. Combine and clarify descriptions of
8790 `assoc-ignore-case' and `assoc-ignore-representation'.
8791
8792 * objects.texi (Non-ASCII in Strings): Clarify description of
8793 when a string is unibyte or multibyte.
8794 (Bool-Vector Type): Update examples.
8795 (Equality Predicates): Correctly describe when two strings are
8796 `equal'.
8797
8798 2003-11-29 Luc Teirlinck <teirllm@auburn.edu>
8799
8800 * lists.texi (Building Lists): `append' no longer accepts integer
8801 arguments. Update the description of `number-sequence' to reflect
8802 recent changes.
8803 (Sets And Lists): Describe `member-ignore-case' after `member'.
8804
8805 2003-11-27 Kim F. Storm <storm@cua.dk>
8806
8807 * commands.texi (Click Events): Click object may be an images.
8808 Describe (dx . dy) element of click positions.
8809 (Accessing Events): Remove duplicate posn-timestamp.
8810 New functions posn-object and posn-object-x-y.
8811
8812 2003-11-23 Kim F. Storm <storm@cua.dk>
8813
8814 * commands.texi (Click Events): Describe enhancements to event
8815 position lists, including new text-pos and (col . row) items.
8816 Mention left-fringe and right-fringe area events.
8817 (Accessing Events): New functions posn-area and
8818 posn-actual-col-row. Mention posn-timestamp. Mention that
8819 posn-point in non-text area still returns buffer position.
8820 Clarify posn-col-row.
8821
8822 2003-11-21 Lars Hansen <larsh@math.ku.dk>
8823
8824 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
8825 * anti.texi (File Attributes): Describe removed parameter
8826 ID-FORMAT.
8827
8828 2003-11-20 Luc Teirlinck <teirllm@auburn.edu>
8829
8830 * positions.texi (Positions): Mention that, if a marker is used as
8831 a position, its buffer is ignored.
8832
8833 * markers.texi (Overview of Markers): Mention it here too.
8834
8835 2003-11-12 Luc Teirlinck <teirllm@auburn.edu>
8836
8837 * numbers.texi (Numeric Conversions): Not just `floor', but also
8838 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
8839
8840 2003-11-10 Luc Teirlinck <teirllm@auburn.edu>
8841
8842 * markers.texi (Creating Markers): Specify insertion type of
8843 created markers. Add xref to `Marker Insertion Types'.
8844 Second argument to `copy-marker' is optional.
8845 (Marker Insertion Types): Mention that most markers are created
8846 with insertion type nil.
8847 (The Mark): Correctly describe when `mark' signals an error.
8848 (The Region): Correctly describe when `region-beginning' and
8849 `region-end' signal an error.
8850
8851 2003-11-08 Luc Teirlinck <teirllm@auburn.edu>
8852
8853 * hash.texi (Creating Hash): Clarify description of `eql'.
8854 `makehash' is obsolete.
8855 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
8856
8857 * positions.texi (Point): Change description of `buffer-end', so
8858 that it is also correct for floating point arguments.
8859 (List Motion): Correct argument lists of `beginning-of-defun' and
8860 `end-of-defun'.
8861 (Excursions): Add xref to `Marker Insertion Types'.
8862 (Narrowing): Argument to `narrow-to-page' is optional.
8863
8864 2003-11-06 Luc Teirlinck <teirllm@auburn.edu>
8865
8866 * streams.texi (Output Streams): Clarify behavior of point for
8867 marker output streams.
8868
8869 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
8870
8871 * variables.texi (Defining Variables): Second argument to
8872 `defconst' is not optional.
8873 (Setting Variables): Mention optional argument APPEND to
8874 `add-to-list'.
8875 (Creating Buffer-Local): Expand description of
8876 `make-variable-buffer-local'.
8877 (Frame-Local Variables): Expand description of
8878 `make-variable-frame-local'.
8879 (Variable Aliases): Correct description of optional argument
8880 DOCSTRING to `defvaralias'. Mention return value of
8881 `defvaralias'.
8882 (File Local Variables): Add xref to `File variables' in Emacs
8883 Manual. Correct description of `hack-local-variables'. Mention
8884 `safe-local-variable' property. Mention optional second argument
8885 to `risky-local-variable-p'.
8886
8887 2003-11-03 Luc Teirlinck <teirllm@auburn.edu>
8888
8889 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
8890
8891 2003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
8892
8893 * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
8894 lispref/customize.texi, lispref/display.texi, lispref/files.texi,
8895 lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
8896 lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
8897 lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
8898 lispref/processes.texi, lispref/searching.texi,
8899 lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
8900 lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
8901 @acronym{FOO}.
8902
8903 2003-10-27 Luc Teirlinck <teirllm@auburn.edu>
8904
8905 * strings.texi (Creating Strings): Argument START to `substring'
8906 can not be `nil'. Expand description of
8907 `substring-no-properties'. Correct description of `split-string',
8908 especially with respect to empty matches. Prevent very bad line
8909 break in definition of `split-string-default-separators'.
8910 (Text Comparison): `string=' and `string<' also accept symbols as
8911 arguments.
8912 (String Conversion): More completely describe argument BASE in
8913 `string-to-number'.
8914 (Formatting Strings): `%s' and `%S' in `format' do require
8915 corresponding object. Clarify behavior of numeric prefix after
8916 `%' in `format'.
8917 (Case Conversion): The argument to `upcase-initials' can be a
8918 character.
8919
8920 2003-10-27 Kenichi Handa <handa@m17n.org>
8921
8922 * display.texi (Fontsets): Fix texinfo usage.
8923
8924 2003-10-25 Kenichi Handa <handa@m17n.org>
8925
8926 * display.texi (Fontsets): Add description of the function
8927 set-fontset-font.
8928
8929 2003-10-23 Luc Teirlinck <teirllm@auburn.edu>
8930
8931 * display.texi (Temporary Displays): Add xref to `Documentation
8932 Tips'.
8933
8934 * functions.texi (Function Safety): Use inforef instead of pxref
8935 for SES.
8936
8937 2003-10-23 Andreas Schwab <schwab@suse.de>
8938
8939 * Makefile.in (TEX, texinputdir): Don't define.
8940 (TEXI2DVI): Define.
8941 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
8942 add $(srcdir)/index.texi.
8943 ($(infodir)/elisp): Remove index.texi dependency.
8944 (elisp.dvi): Likewise. Use $(TEXI2DVI).
8945 (index.texi): Remove target.
8946 (dist): Don't link $(srcdir)/permute-index.
8947 (clean): Don't remove index.texi.
8948
8949 * permute-index, index.perm: Remove.
8950 * index.texi: Rename from index.unperm.
8951
8952 2003-10-22 Luc Teirlinck <teirllm@auburn.edu>
8953
8954 * tips.texi (Documentation Tips): Document new behavior for face
8955 and variable hyperlinks in Help mode.
8956
8957 2003-10-21 Luc Teirlinck <teirllm@auburn.edu>
8958
8959 * objects.texi (Integer Type): Update for extra bit of integer range.
8960 (Character Type): Ditto.
8961
8962 2003-10-16 Eli Zaretskii <eliz@gnu.org>
8963
8964 * numbers.texi (Integer Basics): Add index entries for reading
8965 numbers in hex, octal, and binary.
8966
8967 2003-10-16 Lute Kamstra <lute@gnu.org>
8968
8969 * modes.texi (Mode Line Format): Mention force-mode-line-update's
8970 argument.
8971
8972 2003-10-13 Luc Teirlinck <teirllm@auburn.edu>
8973
8974 * windows.texi (Choosing Window): Fix typo.
8975 * edebug.texi (Edebug Execution Modes): Fix typo.
8976
8977 2003-10-13 Richard M. Stallman <rms@gnu.org>
8978
8979 * windows.texi (Basic Windows): A window has fringe settings,
8980 display margins and scroll-bar settings.
8981 (Splitting Windows): Doc split-window return value.
8982 Clean up one-window-p.
8983 (Selecting Windows): Fix typo.
8984 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
8985 (Buffers and Windows): In set-window-buffer, explain effect
8986 on fringe settings and scroll bar settings.
8987 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
8988 (Choosing Window): Use defopt for pop-up-frame-function.
8989 For special-display-buffer-names, explain same-window and same-frame.
8990 Clarify window-dedicated-p return value.
8991 (Textual Scrolling): scroll-up and scroll-down can get an error.
8992 (Horizontal Scrolling): Clarify auto-hscroll-mode.
8993 Clarify set-window-hscroll.
8994 (Size of Window): Don't mention tool bar in window-height.
8995 (Coordinates and Windows): Explain what coordinates-in-window-p
8996 returns for fringes and display margins.
8997 (Window Configurations): Explain saving fringes, etc.
8998
8999 * tips.texi (Library Headers): Clean up Documentation.
9000
9001 * syntax.texi (Parsing Expressions): Clean up forward-comment
9002 and parse-sexp-lookup-properties.
9003
9004 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
9005
9006 * os.texi (System Environment): Clean up text for load-average errors.
9007
9008 * modes.texi (Hooks): Don't explain local hook details at front.
9009 Clarify run-hooks and run-hook-with-args a little.
9010 Clean up add-hook and remove-hook.
9011
9012 * edebug.texi (Edebug Execution Modes): Clarify t.
9013 Document edebug-sit-for-seconds.
9014 (Coverage Testing): Document C-x X = and =.
9015 (Instrumenting Macro Calls): Fix typo.
9016 (Specification List): Don't index the specification keywords.
9017
9018 2003-10-10 Kim F. Storm <storm@cua.dk>
9019
9020 * processes.texi (Network): Introduce make-network-process.
9021
9022 2003-10-09 Luc Teirlinck <teirllm@auburn.edu>
9023
9024 * tips.texi (Library Headers): Fix typo.
9025
9026 2003-10-07 Juri Linkov <juri@jurta.org>
9027
9028 * modes.texi (Imenu): Mention imenu-create-index-function's
9029 default value. Explain submenus better.
9030
9031 2003-10-07 Lute Kamstra <lute@gnu.org>
9032
9033 * modes.texi (Faces for Font Lock): Fix typo.
9034 (Hooks): Explain how buffer-local hook variables can refer to
9035 global hook variables.
9036 Various minor clarifications.
9037
9038 2003-10-06 Lute Kamstra <lute@gnu.org>
9039
9040 * tips.texi (Coding Conventions): Mention naming conventions for
9041 hooks.
9042
9043 2003-10-05 Luc Teirlinck <teirllm@auburn.edu>
9044
9045 * loading.texi (Library Search): Correct default value of
9046 load-suffixes.
9047 (Named Features): Fix typo.
9048
9049 2003-10-05 Richard M. Stallman <rms@gnu.org>
9050
9051 * loading.texi (Named Features): In `provide',
9052 say how to test for subfeatures.
9053 (Unloading): In unload-feature, use new var name
9054 unload-feature-special-hooks.
9055
9056 2003-10-03 Lute Kamstra <lute@gnu.org>
9057
9058 * modes.texi (Major Mode Conventions): Mention third way to set up
9059 Imenu.
9060 (Imenu): A number of small fixes.
9061 Delete documentation of internal variable imenu--index-alist.
9062 Document the return value format of imenu-create-index-function
9063 functions.
9064
9065 2003-09-30 Richard M. Stallman <rms@gnu.org>
9066
9067 * processes.texi (Network): Say what stopped datagram connections do.
9068
9069 * lists.texi (Association Lists): Clarify `assq-delete-all'.
9070
9071 * display.texi (Overlay Properties): Clarify `evaporate' property.
9072
9073 2003-09-29 Lute Kamstra <lute@gnu.org>
9074
9075 * modes.texi (Mode Line Data): Explain when symbols in mode-line
9076 constructs should be marked as risky.
9077 Change cons cell into proper list.
9078 (Mode Line Variables): Change cons cell into proper list.
9079
9080 2003-09-26 Lute Kamstra <lute@gnu.org>
9081
9082 * modes.texi (Mode Line Data): Document the :propertize construct.
9083 (Mode Line Variables): Reorder the descriptions of the variables
9084 to match their order in the default mode-line-format.
9085 Describe the new variables mode-line-position and mode-line-modes.
9086 Update the default values of mode-line-frame-identification,
9087 minor-mode-alist, and default-mode-line-format.
9088 (Properties in Mode): Mention the :propertize construct.
9089
9090 2003-09-26 Richard M. Stallman <rms@gnu.org>
9091
9092 * buffers.texi, commands.texi, debugging.texi, eval.texi:
9093 * loading.texi, minibuf.texi, text.texi, variables.texi:
9094 Avoid @strong{Note:}.
9095
9096 2003-09-26 Richard M. Stallman <rms@gnu.org>
9097
9098 * keymaps.texi (Remapping Commands): Fix typo.
9099
9100 2003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
9101
9102 * processes.texi (Low-Level Network): Fix typo.
9103
9104 2003-09-23 Kim F. Storm <storm@cua.dk>
9105
9106 * processes.texi (Network, Network Servers): Fix typos.
9107 (Low-Level Network): Add timeout value for :server keyword.
9108 Add new option keywords to make-network-process.
9109 Add set-network-process-options.
9110 Explain how to test availability of network options.
9111
9112 2003-09-19 Richard M. Stallman <rms@gnu.org>
9113
9114 * text.texi (Motion by Indent): Arg to
9115 backward-to-indentation and forward-to-indentation is optional.
9116
9117 * strings.texi (Creating Strings): Add substring-no-properties.
9118
9119 * processes.texi
9120 (Process Information): Add list-processes arg QUERY-ONLY.
9121 Delete process-contact from here.
9122 Add new status values for process-status.
9123 Add process-get, process-put, process-plist, set-process-plist.
9124 (Synchronous Processes): Add call-process-shell-command.
9125 (Signals to Processes): signal-process allows process objects.
9126 (Network): Complete rewrite.
9127 (Network Servers, Datagrams, Low-Level Network): New nodes.
9128
9129 * positions.texi (Word Motion): forward-word, backward-word
9130 arg is optional. Reword.
9131
9132 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
9133
9134 * variables.texi (Creating Buffer-Local):
9135 Delete duplicate definition of buffer-local-value.
9136 (File Local Variables): Explain about discarding text props.
9137
9138 2003-09-11 Richard M. Stallman <rms@gnu.org>
9139
9140 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
9141 changes variables that record input events.
9142 (Minibuffer Misc): Add minibuffer-selected-window.
9143
9144 * lists.texi (Building Lists): Add copy-tree.
9145
9146 * display.texi (Fontsets): Add char-displayable-p.
9147 (Scroll Bars): New node.
9148
9149 2003-09-08 Lute Kamstra <lute@gnu.org>
9150
9151 * modes.texi (%-Constructs): Document new `%i' and `%I'
9152 constructs.
9153
9154 2003-09-03 Peter Runestig <peter@runestig.com>
9155
9156 * makefile.w32-in: New file.
9157
9158 2003-08-29 Richard M. Stallman <rms@gnu.org>
9159
9160 * display.texi (Overlay Properties): Clarify how priorities
9161 affect use of the properties.
9162
9163 2003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
9164
9165 * customize.texi (Type Keywords): Correct the description of
9166 `:help-echo' in the case where `motion-doc' is a function.
9167
9168 2003-08-14 John Paul Wallington <jpw@gnu.org>
9169
9170 * modes.texi (Emulating Mode Line): Subsection, not section.
9171
9172 2003-08-13 Richard M. Stallman <rms@gnu.org>
9173
9174 * elisp.texi (Top): Update subnode lists in menu.
9175
9176 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
9177 (Kill Functions): kill-region has new arg yank-handler.
9178 (Yanking): New node.
9179 (Yank Commands): Add yank-undo-function.
9180 (Low-Level Kill Ring):
9181 kill-new and kill-append have new arg yank-handler.
9182 (Changing Properties): Add remove-list-of-text-properties.
9183 (Atomic Changes): New node.
9184
9185 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
9186
9187 * streams.texi (Output Variables): Add eval-expression-print-length
9188 and eval-expression-print-level.
9189
9190 * os.texi (Time Conversion): For encode-time, explain limits on year.
9191
9192 * objects.texi (Character Type): Define anchor "modifier bits".
9193
9194 * modes.texi (Emulating Mode Line): New node.
9195 (Search-based Fontification): Font Lock uses font-lock-face property.
9196 (Other Font Lock Variables): Likewise.
9197
9198 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
9199 not vectors.
9200 (Active Keymaps): Add emulation-mode-map-alists.
9201 (Functions for Key Lookup): key-binding has new arg no-remap.
9202 (Remapping Commands): New node.
9203 (Scanning Keymaps): where-is-internal has new arg no-remap.
9204 (Tool Bar): Add tool-bar-local-item-from-menu.
9205 Clarify when to use tool-bar-add-item-from-menu.
9206
9207 * commands.texi (Interactive Call): commandp has new arg.
9208 (Command Loop Info): Add this-original-command.
9209
9210 2003-08-06 John Paul Wallington <jpw@gnu.org>
9211
9212 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
9213
9214 * display.texi (Warning Basics): Fix typo.
9215 (Fringes): Add closing curly bracket and fix typo.
9216
9217 * elisp.texi (Top): Fix typo.
9218
9219 2003-08-05 Richard M. Stallman <rms@gnu.org>
9220
9221 * elisp.texi: Update lists of subnodes.
9222
9223 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
9224
9225 * variables.texi (Local Variables): Use lc for example variable names.
9226
9227 * tips.texi (Library Headers): Explain where to put -*-.
9228
9229 * strings.texi (Creating Strings): Fix xref for vconcat.
9230
9231 * sequences.texi (Vector Functions):
9232 vconcat no longer allows integer args.
9233
9234 * minibuf.texi (Reading File Names): read-file-name has new
9235 arg PREDICATE. New function read-directory-name.
9236
9237 * macros.texi (Defining Macros): Give definition of `declare'.
9238 (Indenting Macros): New node.
9239
9240 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
9241 (Window Frame Parameters): Make separate table of parameters
9242 that are coupled with specific face attributes.
9243 (Deleting Frames): delete-frame-hooks renamed to
9244 delete-frame-functions.
9245
9246 * files.texi (Magic File Names): Add file-remote-p.
9247 Clarify file-local-copy.
9248
9249 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
9250 here; instead xref Defining Macros.
9251
9252 * display.texi (Warnings): New node, and subnodes.
9253 (Fringes): New node.
9254
9255 * debugging.texi (Test Coverage): New node.
9256
9257 * compile.texi (Compiler Errors): Explain with-no-warnings
9258 and other ways to suppress warnings.
9259
9260 * commands.texi (Interactive Call): Minor clarification.
9261
9262 * buffers.texi (Buffer File Name): set-visited-file-name
9263 renames the buffer too.
9264
9265 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
9266
9267 2003-07-24 Markus Rost <rost@math.ohio-state.edu>
9268
9269 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
9270
9271 2003-07-22 Markus Rost <rost@math.ohio-state.edu>
9272
9273 * internals.texi (Garbage Collection): Fix previous change.
9274
9275 2003-07-22 Richard M. Stallman <rms@gnu.org>
9276
9277 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
9278
9279 * display.texi (Width): Use \s syntax in example.
9280 (Font Selection): Add face-font-rescale-alist.
9281
9282 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
9283 Remove spurious indent in example.
9284
9285 * lists.texi (Building Lists): Add number-sequence.
9286
9287 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
9288
9289 * functions.texi (Function Documentation): Explain how to
9290 show calling convention explicitly in the doc string.
9291
9292 * windows.texi (Selecting Windows): save-selected-window saves
9293 selected window of each frame.
9294 (Window Configurations): Minor change.
9295
9296 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
9297
9298 * streams.texi (Output Variables): Add print-continuous-numbering
9299 and print-number-table.
9300
9301 * processes.texi (Decoding Output): New node.
9302
9303 * os.texi (Time Conversion): decode-time arg is optional.
9304
9305 * objects.texi (Character Type): Don't use space as example for \.
9306 Make list of char names and \-sequences correspond.
9307 Explain that \s is not used in strings. `\ ' needs space after.
9308
9309 * nonascii.texi (Converting Representations): Add string-to-multibyte.
9310 (Translation of Characters): Add translation-table-for-input.
9311 (Default Coding Systems): Add auto-coding-functions.
9312 (Explicit Encoding): Add decode-coding-inserted-region.
9313 (Locales): Add locale-info.
9314
9315 * minibuf.texi (Basic Completion): Describe test-completion.
9316 Collections can be lists of strings.
9317 Clean up lazy-completion-table.
9318 (Programmed Completion): Mention test-completion.
9319 Clarify why lambda expressions are not accepted.
9320 (Minibuffer Misc): Describe minibufferp.
9321
9322 2003-07-14 Richard M. Stallman <rms@gnu.org>
9323
9324 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
9325
9326 * windows.texi (Selecting Windows): New arg to select-window.
9327 (Selecting Windows): Add with-selected-window.
9328 (Size of Window): Add window-inside-edges, etc.
9329
9330 * internals.texi (Garbage Collection): Add post-gc-hook.
9331
9332 * processes.texi (Subprocess Creation): Add exec-suffixes.
9333
9334 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
9335 (Scanning Keymaps): Add map-keymaps.
9336 (Defining Menus): Add keymap-prompt.
9337
9338 * numbers.texi (Integer Basics): Add most-positive-fixnum,
9339 most-negative-fixnum.
9340
9341 * compile.texi (Byte Compilation): Explain no-byte-compile.
9342 (Compiler Errors): New node.
9343
9344 * os.texi (User Identification): user-uid, user-real-uid
9345 can return float.
9346
9347 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
9348 and about derived modes.
9349 (Minor Modes): Add minor-mode-list.
9350 (Defining Minor Modes): Keyword args for define-minor-mode.
9351 (Search-based Fontification): Explain managing other properties.
9352 (Other Font Lock Variables): Add font-lock-extra-managed-props.
9353 (Faces for Font Lock): Add font-lock-preprocessor-face.
9354 (Hooks): Add run-mode-hooks and delay-mode-hooks.
9355
9356 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
9357 (Variable Aliases): Clarify defvaralias.
9358
9359 * loading.texi (Library Search): Add load-suffixes.
9360
9361 * minibuf.texi (Basic Completion): Add lazy-completion-table.
9362 (Programmed Completion): Add dynamic-completion-table.
9363
9364 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
9365 (Magic File Names): Specify precedence order of handlers.
9366
9367 * commands.texi (Command Overview): Emacs server runs pre-command-hook
9368 and post-command-hook.
9369 (Waiting): New calling convention for sit-for.
9370
9371 * text.texi (Special Properties): local-map and keymap properties
9372 apply based on their stickiness.
9373
9374 2003-07-07 Richard M. Stallman <rms@gnu.org>
9375
9376 * modes.texi (Minor Mode Conventions): Specify only some kinds
9377 of list values as args to minor modes.
9378
9379 * files.texi (File Name Expansion): Warn about iterative use
9380 of substitute-in-file-name.
9381
9382 * advice.texi (Activation of Advice): Clean up previous change.
9383
9384 2003-07-06 Markus Rost <rost@math.ohio-state.edu>
9385
9386 * advice.texi (Activation of Advice): Note that ad-start-advice is
9387 turned on by default.
9388
9389 2003-06-30 Richard M. Stallman <rms@gnu.org>
9390
9391 * text.texi (Buffer Contents): Document current-word.
9392 (Change Hooks): Not called for *Messages*.
9393
9394 * functions.texi (Defining Functions): Explain about redefining
9395 primitives.
9396 (Function Safety): Rename. Minor changes.
9397 Comment out the detailed criteria for what is safe.
9398
9399 2003-06-22 Andreas Schwab <schwab@suse.de>
9400
9401 * objects.texi (Symbol Type): Fix description of examples.
9402
9403 2003-06-16 Andreas Schwab <schwab@suse.de>
9404
9405 * hash.texi (Creating Hash): Fix description of :weakness.
9406
9407 2003-06-13 Kai Großjohann <kai.grossjohann@gmx.net>
9408
9409 * files.texi (Changing Files): copy-file copies file modes, too.
9410
9411 2003-05-28 Richard M. Stallman <rms@gnu.org>
9412
9413 * strings.texi (Creating Strings): Clarify split-string.
9414
9415 2003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
9416
9417 * strings.texi (Creating Strings): Update split-string specification
9418 and examples.
9419
9420 2003-05-19 Richard M. Stallman <rms@gnu.org>
9421
9422 * elisp.texi: Correct invariant section names.
9423
9424 2003-04-20 Richard M. Stallman <rms@gnu.org>
9425
9426 * os.texi (Timers): Explain about timers and quitting.
9427
9428 2003-04-19 Richard M. Stallman <rms@gnu.org>
9429
9430 * internals.texi (Writing Emacs Primitives): Strings are
9431 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
9432 Explain GCPRO convention for varargs function args.
9433
9434 2003-04-16 Richard M. Stallman <rms@gnu.org>
9435
9436 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
9437
9438 2003-04-08 Richard M. Stallman <rms@gnu.org>
9439
9440 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
9441
9442 2003-02-13 Kim F. Storm <storm@cua.dk>
9443
9444 * objects.texi (Character Type): New \s escape for space.
9445
9446 2003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
9447
9448 * os.texi (System Environment): Add cygwin system-type.
9449
9450 2003-01-25 Richard M. Stallman <rms@gnu.org>
9451
9452 * keymaps.texi: Document that a symbol can act as a keymap.
9453
9454 2003-01-13 Richard M. Stallman <rms@gnu.org>
9455
9456 * text.texi (Changing Properties): Say string indices are origin-0.
9457
9458 * positions.texi (Screen Lines) <compute-motion>:
9459 Correct order of elts in return value.
9460
9461 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
9462 how to define a default binding.
9463
9464 2002-12-07 Markus Rost <rost@math.ohio-state.edu>
9465
9466 * loading.texi (Unloading): Fix recent change for load-history.
9467
9468 * customize.texi (Simple Types): Clarify description of custom
9469 type 'number. Describe new custom type 'float.
9470
9471 2002-12-04 Markus Rost <rost@math.ohio-state.edu>
9472
9473 * variables.texi (File Local Variables): Fix typo.
9474
9475 2002-10-23 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
9476
9477 From Michael Albinus <Michael.Albinus@alcatel.de>.
9478
9479 * README: Target for Info file is `make info'.
9480
9481 * files.texi (File Name Components): Fix typos in
9482 `file-name-sans-extension'.
9483 (Magic File Names): Complete list of operations for magic file
9484 name handlers.
9485
9486 2002-09-16 Jonathan Yavner <jyavner@engineer.com>
9487
9488 * variables.texi (File Local Variables): New function
9489 risky-local-variable-p.
9490
9491 2002-09-15 Jonathan Yavner <jyavner@engineer.com>
9492
9493 * functions.texi (Function safety): New node about unsafep.
9494
9495 2002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
9496
9497 * customize.texi (Splicing into Lists): Fix example.
9498 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>.
9499
9500 2002-06-17 Juanma Barranquero <lektu@terra.es>
9501
9502 * frames.texi (Display Feature Testing): Fix typo.
9503
9504 2002-06-12 Andreas Schwab <schwab@suse.de>
9505
9506 * frames.texi (Initial Parameters, Resources): Fix references to
9507 the Emacs manual.
9508
9509 2002-05-13 Kim F. Storm <storm@cua.dk>
9510
9511 * variables.texi (Intro to Buffer-Local): Updated warning and
9512 example relating to changing buffer inside let.
9513
9514 2002-03-10 Jan Djärv <jan.h.d@swipnet.se>
9515
9516 * os.texi (Session Management): New node about X Session management.
9517
9518 2002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
9519
9520 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
9521 to which the manual corresponds, and the copyright years.
9522
9523 * Makefile.in (VERSION): Set to 2.9.
9524
9525 2001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
9526
9527 * elisp.texi: Change the category in @dircategory to "Emacs", to
9528 make it consistent with info/dir.
9529
9530 2001-11-25 Miles Bader <miles@gnu.org>
9531
9532 * text.texi (Fields): Describe new `limit' arg in
9533 field-beginning/field-end.
9534
9535 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
9536
9537 * permute-index: Don't depend on csh-specific features.
9538 Replace the interpreter name with /bin/sh.
9539
9540 * two-volume-cross-refs.txt: New file.
9541 * two.el: New file.
9542 * spellfile: New file.
9543
9544 2001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
9545
9546 * permute-index: New file.
9547
9548 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
9549 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
9550 8+3 restricted namespace.
9551
9552 * Makefile.in (infodir): Define relative to $(srcdir).
9553 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
9554 include directories list via -I switch to makeinfo.
9555 (index.texi): Use cp if both hard and symbolic links fail.
9556
9557 2001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
9558
9559 * Makefile.in (distclean): Add.
9560
9561 The following changes make ELisp manual part of the Emacs
9562 distribution:
9563
9564 * Makefile.in: Add Copyright notice.
9565 (prefix): Remove.
9566 (infodir): Change value to "../info".
9567 (VPATH): New variable.
9568 (MAKE): Don't define.
9569 (texmacrodir): Don't define.
9570 (texinputdir): Append the existing value of TEXINPUTS.
9571 ($(infodir)/elisp): Instead of just "elisp". Reformat the
9572 command to be compatible with man/Makefile.in, and to put the
9573 output into ../info.
9574 (info): Add target.
9575 (installall): Target removed.
9576
9577 2001-10-31 Pavel Janík <Pavel@Janik.cz>
9578
9579 * tips.texi (Coding Conventions): Fix typo.
9580
9581 2001-10-23 Gerd Moellmann <gerd@gnu.org>
9582
9583 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
9584
9585 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
9586
9587 * files.texi (File Name Components): Update the description of
9588 file-name-sans-extension and file-name-extension, as they now
9589 ignore leading dots.
9590
9591 2001-10-20 Gerd Moellmann <gerd@gnu.org>
9592
9593 * (Version 21.1 released.)
9594
9595 2001-10-19 Miles Bader <miles@gnu.org>
9596
9597 * positions.texi (Text Lines): Describe behavior of
9598 `beginning-of-line'/`end-of-line' in the presence of field properties.
9599
9600 2001-10-17 Gerd Moellmann <gerd@gnu.org>
9601
9602 * Makefile.in (VERSION): Set to 2.8.
9603 (manual): Use `manual-21'.
9604
9605 * elisp.texi (VERSION): Add and use it where the version
9606 number was used. Set it to 2.8.
9607
9608 * intro.texi: Likewise.
9609
9610 2001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
9611
9612 * files.texi (File Name Completion): Document the significance of
9613 a trailing slash in elements of completion-ignored-extensions.
9614
9615 2001-10-06 Miles Bader <miles@gnu.org>
9616
9617 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
9618
9619 2001-10-04 Gerd Moellmann <gerd@gnu.org>
9620
9621 * variables.texi (Variable Aliases): New node.
9622
9623 2001-10-04 Gerd Moellmann <gerd@gnu.org>
9624
9625 * Branch for 21.1.
9626
9627 2001-10-02 Miles Bader <miles@gnu.org>
9628
9629 * minibuf.texi (Minibuffer Misc): Add entries for
9630 `minibuffer-contents', `minibuffer-contents-no-properties', and
9631 `delete-minibuffer-contents'.
9632 Correct description for `minibuffer-prompt-end'.
9633
9634 * text.texi (Property Search): Correct descriptions of
9635 `next-char-property-change' and `previous-char-property-change'.
9636 Add entries for `next-single-char-property-change' and
9637 `previous-single-char-property-change'.
9638 Make operand names a bit more consistent.
9639
9640 2001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
9641
9642 * frames.texi (Finding All Frames): Document that next-frame and
9643 previous-frame are local to current terminal.
9644
9645 2001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
9646
9647 * keymaps.texi (Creating Keymaps): Fix the description of the
9648 result of make-keymap.
9649
9650 2001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
9651
9652 * display.texi (Font Lookup, Attribute Functions)
9653 (Image Descriptors): Add cross-references to the definition of
9654 selected frame.
9655
9656 * buffers.texi (The Buffer List): Add cross-references to the
9657 definition of selected frame.
9658
9659 * frames.texi (Input Focus): Clarify which frame is _the_ selected
9660 frame at any given time.
9661 (Multiple Displays, Size and Position): Add a cross-reference to
9662 the definition of the selected frame.
9663
9664 2001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
9665
9666 * strings.texi (String Conversion) <string-to-number>: Document
9667 that a float is returned for integers that are too large.
9668
9669 * frames.texi (Mouse Position): Document mouse-position-function.
9670 (Display Feature Testing): Document display-images-p.
9671 (Window Frame Parameters): Document the cursor-type variable.
9672
9673 * numbers.texi (Integer Basics): Document CL style read syntax for
9674 integers in bases other than 10.
9675
9676 * positions.texi (List Motion):
9677 Document open-paren-in-column-0-is-defun-start.
9678
9679 * lists.texi (Sets And Lists): Document member-ignore-case.
9680
9681 * internals.texi (Garbage Collection): Document the used and free
9682 strings report.
9683 (Memory Usage): Document strings-consed.
9684
9685 * os.texi (Time of Day): Document float-time.
9686 (Recording Input): Document that clear-this-command-keys clears
9687 the vector to be returned by recent-keys.
9688
9689 * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
9690 argument keymap can be a list.
9691
9692 * nonascii.texi (User-Chosen Coding Systems)
9693 <select-safe-coding-system>: Document the new argument
9694 accept-default-p and the variable
9695 select-safe-coding-system-accept-default-p. Tell what happens if
9696 buffer-file-coding-system is undecided.
9697 (Default Coding Systems): Document auto-coding-regexp-alist.
9698
9699 * display.texi (The Echo Area) <message>: Document
9700 message-truncate-lines.
9701 (Glyphs): Document that the glyph table is unused on windowed
9702 displays.
9703
9704 * help.texi (Describing Characters) <single-key-description>:
9705 Document the new argument no-angles.
9706 (Accessing Documentation) <documentation-property>: Document that
9707 a non-string property is evaluated.
9708 <documentation>: Document that the function-documentation property
9709 is looked for.
9710
9711 * windows.texi (Selecting Windows): Document some-window.
9712
9713 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
9714
9715 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
9716 apropos-mode-hook.
9717
9718 * commands.texi (Using Interactive): Document interactive-form.
9719 (Keyboard Macros): Document kbd-macro-termination-hook.
9720 (Command Loop Info): Document that clear-this-command-keys clears
9721 the vector to be returned by recent-keys.
9722
9723 2001-09-04 Werner LEMBERG <wl@gnu.org>
9724
9725 * Makefile.in (srcdir, texinputdir): New variables.
9726 (srcs, index.texi, install): Use $(srcdir).
9727 (.PHONY): Remove elisp.dvi.
9728 (elisp): Use -I switch for makeinfo.
9729 (elisp.dvi): Use $(srcdir) and $(texinputdir).
9730 (installall, dist): Use $(srcdir).
9731 Fix path to texinfo.tex.
9732 (maintainer-clean): Add elisp.dvi and elisp.oaux.
9733
9734 2001-08-30 Gerd Moellmann <gerd@gnu.org>
9735
9736 * display.texi (Conditional Display): Adjust to API change.
9737
9738 * configure: New file.
9739
9740 2001-07-30 Gerd Moellmann <gerd@gnu.org>
9741
9742 * commands.texi (Repeat Events): Add description of
9743 double-click-fuzz.
9744
9745 2001-05-08 Stefan Monnier <monnier@cs.yale.edu>
9746
9747 * syntax.texi (Syntax Class Table): Add the missing designator for
9748 comment and string fences.
9749 (Syntax Properties): Add a xref to syntax table internals.
9750 (Syntax Table Internals): Document string-to-syntax.
9751
9752 2001-05-07 Gerd Moellmann <gerd@gnu.org>
9753
9754 * Makefile.in (install): Use install-info command line options
9755 like in Emacs' Makefile.in.
9756
9757 2000-12-09 Miles Bader <miles@gnu.org>
9758
9759 * windows.texi (Window Start): Update documentation for
9760 `pos-visible-in-window-p'.
9761
9762 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
9763
9764 * lists.texi (Building Lists): Add footnote to explain how to add
9765 to the end of a list.
9766
9767 2000-10-25 Gerd Moellmann <gerd@gnu.org>
9768
9769 * files.texi (Visiting Functions): Typos.
9770
9771 2000-10-25 Kenichi Handa <handa@etl.go.jp>
9772
9773 * files.texi (Visiting Functions): Return value of
9774 find-file-noselect may be a list of buffers if wildcards are used.
9775
9776 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
9777
9778 * display.texi (Defining Faces): Document `graphic' display type
9779 in face specs.
9780
9781 2000-10-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9782
9783 * hooks.texi (Standard Hooks): Replace obsolete
9784 `after-make-frame-hook' with `after-make-frame-functions'.
9785
9786 * frames.texi (Creating Frames): Ditto.
9787
9788 * variables.texi (Future Local Variables): Ditto.
9789
9790 2000-10-16 Gerd Moellmann <gerd@gnu.org>
9791
9792 * display.texi (Other Image Types): Add description of :foreground
9793 and :background properties of mono PBM images.
9794
9795 2000-08-17 Werner LEMBERG <wl@gnu.org>
9796
9797 * .cvsignore: New file.
9798
9799 2000-01-05 Gerd Moellmann <gerd@gnu.org>
9800
9801 * tindex.pl: New script.
9802
9803 1999-12-03 Dave Love <fx@gnu.org>
9804
9805 * Makefile.in (MAKEINFO): New parameter.
9806
9807 1999-09-17 Richard Stallman <rms@gnu.org>
9808
9809 * Makefile.in (srcs): Add hash.texi.
9810 (VERSION): Update to 20.6.
9811
9812 1999-09-13 Richard Stallman <rms@gnu.org>
9813
9814 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
9815
9816 1998-08-29 Karl Heuer <kwzh@gnu.org>
9817
9818 * configure.in: New file.
9819 * Makefile.in: Renamed from Makefile.
9820 (prefix, infodir): Use value obtained from configure.
9821 (emacslibdir): Obsolete variable deleted.
9822 (dist): Distribute configure.in, configure, Makefile.in.
9823
9824 1998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
9825
9826 * Makefile (INSTALL_INFO): New variable.
9827 (install): Run install-info.
9828
9829 1998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
9830
9831 * Makefile (elisp.dvi): Add missing backslash.
9832
9833 1998-05-02 Richard Stallman <rms@psilocin.gnu.org>
9834
9835 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
9836 Run texindex without `./'. Always run texindex on elisp.tp.
9837 (elisp.tps): Target deleted.
9838
9839 1998-04-05 Richard Stallman <rms@psilocin.gnu.org>
9840
9841 * Makefile (srcs): Add nonascii.texi and customize.texi.
9842 (dist): Start by deleting `temp'.
9843
9844 1998-02-17 Richard Stallman <rms@psilocin.gnu.org>
9845
9846 * Makefile (makeinfo, texindex): Targets deleted.
9847 (makeinfo.o, texindex.o): Targets deleted.
9848 (clean, dist): Don't do anything with them or with getopt*.
9849
9850 1998-01-30 Richard Stallman <rms@psilocin.gnu.org>
9851
9852 * Makefile (SHELL): Defined.
9853
9854 1998-01-27 Richard Stallman <rms@psilocin.gnu.org>
9855
9856 * Makefile (elisp.tps): New target.
9857 (elisp.dvi): Depend on elisp.tps.
9858
9859 1996-04-03 Karl Heuer <kwzh@gnu.ai.mit.edu>
9860
9861 * README: Update phone number.
9862
9863 * Makefile (elisp): Make this be the default target.
9864 Depend on makeinfo.c instead of makeinfo.
9865 (install): Don't depend on elisp.dvi, since we don't install that.
9866 Use mkinstalldirs.
9867 (dist): Add mkinstalldirs.
9868
9869 1995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9870
9871 * Makefile (VERSION): Update version number.
9872 (maintainer-clean): Rename from realclean.
9873
9874 1995-06-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
9875
9876 * Makefile (realclean): New target.
9877 (elisp): Remove any old elisp-* files first.
9878
9879 1993-11-23 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
9880
9881 * Makefile (VERSION): New variable.
9882 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
9883 Compressed file suffix should be `.gz', not `.z'.
9884
9885 1993-11-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9886
9887 * Makefile (elisp): Depend on makeinfo.
9888
9889 1993-11-19 Noah Friedman (friedman@gnu.ai.mit.edu)
9890
9891 * Makefile (srcs): Add anti.texi.
9892
9893 1993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9894
9895 * Makefile (infodir, prefix): New vars.
9896 (install): Use infodir.
9897 (emacsinfodir): Delete.
9898
9899 1993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9900
9901 * Makefile (srcs): Add calendar.texi.
9902
9903 * Makefile (dist): Copy texindex.c and makeinfo.c.
9904 Limit elisp-* files to those with one or two digits.
9905
9906 1993-05-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9907
9908 * Makefile (dist): Change to use Gzip instead of compress.
9909
9910 1993-04-23 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
9911
9912 * loading.texi (Unloading): define-function changed back to
9913 defalias. It may not stay this way, but at least it's
9914 consistent with the known-good version of the code patch.
9915
9916 1993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
9917
9918 * modes.texi (Hooks): Document new optional arg of add-hook.
9919
9920 1993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
9921
9922 * variables.texi: Document nil initial value of buffer-local variables.
9923
9924 * tips.texi: Add new section on standard library headers.
9925
9926 1993-02-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9927
9928 * Makefile (srcs): Add frame.texi to the list of sources.
9929
9930 1993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9931
9932 * Makefile (dist): Don't bother excluding autosave files; they'll
9933 never make it into the temp directory anyway, and the hash marks
9934 in the name are problematic for make and the Bourne shell.
9935 (srcs):
9936
9937 1993-02-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9938
9939 * Makefile (dist): Don't include backup files or autosave files in
9940 the distribution tar file.
9941
9942 1991-11-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9943
9944 * Makefile (srcs): Add index.perm.
9945 (elisp.dvi): Remove erroneous shell comment.
9946 Expect output of permute-index in permuted.fns.
9947 Save old elisp.aux in elisp.oaux.
9948 (clean): Add index.texi to be deleted.
9949
9950 1990-08-11 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
9951
9952 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
9953
9954 1990-06-26 David Lawrence (tale@geech)
9955
9956 * files.texi: Noted that completion-ignored-extensions is ignored
9957 when making *Completions*.
9958
9959 1990-06-08 Jay Fenlason (hack@ai.mit.edu)
9960
9961 * Makefile make dist now depends on elisp.dvi, since it tries
9962 to include it in the dist file.
9963
9964 1990-03-28 Jim Kingdon (kingdon@mole.ai.mit.edu)
9965
9966 * functions.texinfo (Mapping Functions): Add missing quote.
9967
9968 1989-06-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
9969
9970 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
9971 (defunargs): Turn off \hyphenchar of \sl font temporarily.
9972
9973 1989-05-10 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
9974
9975 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
9976 and @error{} are the terms now being used. The files in the
9977 directory have been changed to reflect this.
9978
9979 * All instances of @indentedresultt{} have been changed to
9980 ` @result{}', using 5 spaces at the beginning of the line.
9981
9982 1989-04-24 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
9983
9984 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
9985 experimental @indentedresult{}, @indentedexpandsto{} are part of
9986 the texinfo.tex in this directory. These TeX macros are not
9987 stable yet.
9988
9989 1989-04-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
9990
9991 * texinfo.tex: Temporarily added
9992 \let\result=\dblarrow
9993 \def\error{{\it ERROR} \longdblarrow}
9994 We need to do this better soon.
9995
9996 1989-04-11 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
9997
9998 * Applied Karl Berry's patches to *.texinfo files, but not to
9999 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
10000 new title page format is also not applied, since it requires
10001 texinfo.tex changes.)
10002
10003 * Cleaned up `Makefile' and defined the `emacslibdir' directory
10004 for the Project GNU development environment.
10005
10006 ;; Local Variables:
10007 ;; coding: utf-8
10008 ;; End:
10009
10010 Copyright (C) 1998-2012 Free Software Foundation, Inc.
10011
10012 This file is part of GNU Emacs.
10013
10014 GNU Emacs is free software: you can redistribute it and/or modify
10015 it under the terms of the GNU General Public License as published by
10016 the Free Software Foundation, either version 3 of the License, or
10017 (at your option) any later version.
10018
10019 GNU Emacs is distributed in the hope that it will be useful,
10020 but WITHOUT ANY WARRANTY; without even the implied warranty of
10021 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10022 GNU General Public License for more details.
10023
10024 You should have received a copy of the GNU General Public License
10025 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.