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