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