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