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