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