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