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