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