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