* files.texi (Magic File Names): Add files-equal-p and file-subdir-of-p.
[emacs.git] / doc / lispref / ChangeLog
blob09a32de0547199aa53947868d4921c74111ee1df
1 2012-02-26  Michael Albinus  <michael.albinus@gmx.de>
3         * files.texi (Magic File Names): Add files-equal-p and file-subdir-of-p.
5 2012-02-26  Chong Yidong  <cyd@gnu.org>
7         * files.texi (Kinds of Files): Improve documentation of
8         files-equal-p and file-subdir-of-p.
10 2012-02-26  Glenn Morris  <rgm@gnu.org>
12         * intro.texi (Acknowledgements): Small changes.
14 2012-02-25  Glenn Morris  <rgm@gnu.org>
16         * errors.texi: Don't try to list _all_ the error symbols.
17         Add circular-list, cl-assertion-failed, compression-error.
18         * elisp.texi, vol1.texi, vol2.texi:
19         * control.texi (Error Symbols): Tweak "Standard Errors" description.
21 2012-02-25  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
23         * files.texi (files-equal-p, file-subdir-of-p): New,
24         add initial documentation.
26 2012-02-25  Chong Yidong  <cyd@gnu.org>
28         * files.texi (File Attributes): Document file-selinux-context.
29         (Changing Files): Link to it.
30         (Changing Files): Document set-file-selinux-context.
32         * backups.texi (Making Backups): Return value of backup-buffer is
33         changed.  Mention default value of backup-directory-alist.
34         (Rename or Copy): Note that backup-by-copying-when-mismatch is t.
35         (Auto-Saving): New minor mode behavior for auto-save-mode.
36         (Reverting): Add defvar for revert-buffer-in-progress-p.
38         * searching.texi (Regexp Backslash): Add index entry (Bug#10869).
40 2012-02-24  Glenn Morris  <rgm@gnu.org>
42         * errors.texi (Standard Errors): Mention dbus-error.
43         For arith-error sub-classes, just use one cross-ref.
45 2012-02-23  Alan Mackenzie  <acm@muc.de>
47         * modes.texi (Defining Minor Modes): Document the new keyword
48         :after-hook.
50 2012-02-21  Chong Yidong  <cyd@gnu.org>
52         * files.texi (Files): Mention magic file names as arguments.
53         (Reading from Files): Copyedits.
54         (File Attributes): Mention how to change file modes.
55         (Changing Files): Use standard "file permissions" terminology.
56         Add xref to File Attributes node.
57         (Locating Files): Document locate-user-emacs-file.
58         (Unique File Names): Recommend against using make-temp-name.
60 2012-02-19  Chong Yidong  <cyd@gnu.org>
62         * help.texi (Documentation, Documentation Basics, Help Functions):
63         Minor clarifications.
64         (Accessing Documentation): Clarify what documentation-property is
65         for.  Add xref to Keys in Documentation.
67         * tips.texi (Documentation Tips): Don't recommend using * in
68         docstrings.
70         * macros.texi (Defining Macros):
71         * modes.texi (Derived Modes): Say "documentation string" instead
72         of docstring.
74 2012-02-18  Chong Yidong  <cyd@gnu.org>
76         * modes.texi (Tabulated List Mode): New node.
77         (Basic Major Modes): Add xref to it.
79         * processes.texi (Process Information): Mention Process Menu mode.
81 2012-02-17  Chong Yidong  <cyd@gnu.org>
83         * syntax.texi (Motion via Parsing): Doc fix for scan-lists.
85 2012-02-17  Glenn Morris  <rgm@gnu.org>
87         * hooks.texi (Standard Hooks): Fix cross-ref to Emacs manual.
89 2012-02-16  Chong Yidong  <cyd@gnu.org>
91         * syntax.texi (Syntax Tables, Syntax Descriptors)
92         (Syntax Table Functions): Copyedits.
93         (Syntax Basics): Don't repeat the material in the preceding node.
94         (Syntax Class Table): Use a table.
95         (Syntax Properties): Document syntax-propertize-function and
96         syntax-propertize-extend-region-functions.
97         (Motion via Parsing): Clarify scan-lists. Fix indentation.
98         (Parser State): Update for the new "c" comment style.  Fix
99         description of item 7 (comment style).
101         * modes.texi (Minor Modes): Update how mode commands should treat
102         arguments now.
103         (Mode Line Basics): Clarify force-mode-line-update.
104         (Mode Line Top): Note that the example is not realistic.
105         (Mode Line Variables, Mode Line Data, %-Constructs, Header Lines)
106         (Emulating Mode Line): Use "mode line" instead of "mode-line", and
107         "mode line construct" instead of "mode line specification".
108         (Syntactic Font Lock): Remove mention of obsolete variable
109         font-lock-syntactic-keywords.
110         (Setting Syntax Properties): Node deleted.
111         (Font Lock Mode): Note that Font Lock mode is a minor mode.
112         (Font Lock Basics): Note that syntactic fontification falls back
113         on `syntax-table'.
114         (Search-based Fontification): Emphasize that font-lock-keywords
115         should not be set directly.
116         (Faces for Font Lock): Avoid some confusing terminology.
117         (Syntactic Font Lock): Minor clarifications.  Add xref to
118         Syntactic Font Lock node.
120 2012-02-15  Chong Yidong  <cyd@gnu.org>
122         * minibuf.texi (Basic Completion): Define "completion table".
123         Move completion-in-region to Completion in Buffers node.
124         (Completion Commands): Use "completion table" terminology.
125         (Completion in Buffers): New node.
127         * modes.texi (Hooks): add-hook can be used for abnormal hooks too.
128         (Setting Hooks): Update minor mode usage example.
129         (Major Mode Conventions): Note that completion-at-point-functions
130         should be altered locally.  Add xref to Completion in Buffers.
131         Remove duplicate tip about auto-mode-alist.
132         (Minor Modes): Rewrite introduction.
133         (Minor Mode Conventions): Copyedits.  Don't recommend
134         variable-only minor modes since few minor modes are like that.
136 2012-02-15  Glenn Morris  <rgm@gnu.org>
138         * processes.texi (Network): Document open-network-stream :parameters.
140 2012-02-14  Chong Yidong  <cyd@gnu.org>
142         * keymaps.texi (Format of Keymaps): The CACHE component of keymaps
143         was removed on 2009-09-10.  Update lisp-mode-map example.
144         (Inheritance and Keymaps): Minor clarification.
145         (Searching Keymaps): Remove out-of-place enumeration.
146         (Key Lookup): Remove unnecessary example (one was already given in
147         Format of Keymaps).
148         (Changing Key Bindings): Update suppress-keymap example.
149         (Menu Bar, Tool Bar): Copyedits.
150         (Tool Bar): Update tool-bar-map example.
152 2012-02-12  Chong Yidong  <cyd@gnu.org>
154         * debugging.texi (Debugger Commands): Continuing is now allowed
155         for errors.
157 2012-02-11  Chong Yidong  <cyd@gnu.org>
159         * display.texi (Fringe Indicators): Add xref to Fringe Bitmaps.
160         Move the list of standard bitmaps there.
161         (Fringe Cursors): Rewrite for clarity.
162         (Fringe Bitmaps): Consolidate the list of standard bitmaps here.
164         * commands.texi (Command Overview): Mention read-key.
165         (Using Interactive, Interactive Call): Minor clarifications.
166         (Function Keys, Click Events): Avoid "input stream" terminology.
167         (Click Events): Add xref to Window Sizes and Accessing Mouse.
168         Clarify column and row components.
169         (Accessing Mouse): Add xref to Click Events.  Minor fixes.
170         (Special Events): Copyedits.
172         * streams.texi (Input Streams): De-document get-file-char.
173         (Output Variables): Don't refer to old backquote syntax.
175         * debugging.texi (Debugging): Copyedits.  Describe testcover, ERT.
176         (Error Debugging): Note that debug-ignored-errors overrides list
177         values of debug-on-error too.  Add xref to Signaling Errors.  Note
178         that debug-on-signal is not customizable.  Mention
179         condition-case-unless-debug.
180         (Compilation Errors): Node deleted.
182         * compile.texi (Compiler Errors): Move a paragraph here from
183         deleted node Compilation Errors.
185 2012-02-10  Leo Liu  <sdl.web@gmail.com>
187         * control.texi (Handling Errors): Change condition-case-no-debug
188         to condition-case-unless-debug.
190 2012-02-10  Chong Yidong  <cyd@gnu.org>
192         * advice.texi (Defining Advice): Clarify ad-unadvise.
193         (Activation of Advice): Specifying the ACTIVATE flag in defadvice
194         is not abnormal.
195         (Advising Primitives): Node deleted; ad-define-subr-args has been
196         removed.
198         * compile.texi (Speed of Byte-Code): Use float-time in example.
199         (Compilation Functions): Note that the log uses Compilation mode.
200         Don't discuss the contents of byte-code function object here.
201         (Compilation Functions): De-document internal function byte-code.
202         (Docs and Compilation): Minor clarifications.
204         * objects.texi (Byte-Code Type): Add xref to Byte-Code Function
205         Objects.
207 2012-02-10  Glenn Morris  <rgm@gnu.org>
209         * text.texi (Checksum/Hash): Rename node from MD5 Checksum.
210         Mention secure-hash.
211         * elisp.texi, vol1.texi, vol2.texi: Update menu entry.
213 2012-02-10  Chong Yidong  <cyd@gnu.org>
215         * loading.texi (Loading): Don't emphasize "library" terminology.
216         (Library Search): load-path is not a user option.  Mention role of
217         -L option and packages.  Improve examples.
218         (Loading Non-ASCII): Don't mention unibyte Emacs, which is
219         obsolete.
220         (Autoload): Minor clarifications.
222 2012-02-10  Glenn Morris  <rgm@gnu.org>
224         * files.texi (Magic File Names): Tweak remote-file-name-inhibit-cache.
226         * modes.texi (Basic Major Modes): Mention tabulated-list-mode.
228 2012-02-08  Glenn Morris  <rgm@gnu.org>
230         * loading.texi (Named Features): Update the require example.
232 2012-02-07  Glenn Morris  <rgm@gnu.org>
234         * modes.texi (Defining Minor Modes):
235         Expand on args of defined minor modes.
237 2012-02-07  Chong Yidong  <cyd@gnu.org>
239         * variables.texi (Creating Buffer-Local): Minor clarification
240         to buffer-local-variables doc (Bug#10715).
242 2012-02-07  Glenn Morris  <rgm@gnu.org>
244         * display.texi (ImageMagick Images): General update.
245         Move most details of imagemagick-render-type to the variable's doc.
247 2012-02-06  Glenn Morris  <rgm@gnu.org>
249         * keymaps.texi (Tool Bar): Mention separators.
250         (Inheritance and Keymaps):
251         Mention make-composed-keymap and multiple inheritance.
253         * modes.texi (Running Hooks): Mention run-hook-wrapped.
255         * control.texi (Handling Errors):
256         Mention condition-case-no-debug and with-demoted-errors.
258 2012-02-05  Chong Yidong  <cyd@gnu.org>
260         * customize.texi (Common Keywords): Minor clarifications.
261         Document custom-unlispify-remove-prefixes.
262         (Variable Definitions): Backquotes in defcustom seem to work fine
263         now.  Various other copyedits.
264         (Simple Types): Copyedits.  Document color selector.
265         (Composite Types): Copyedits.
266         (Splicing into Lists): Clarifications.
268         * eval.texi (Backquote): Move from macros.texi.
270         * macros.texi (Expansion): Minor clarification.
271         (Backquote): Move node to eval.texi.
272         (Defining Macros): Move an example from Backquote node.
273         (Argument Evaluation): No need to mention Pascal.
274         (Indenting Macros): Add xref to Defining Macros.
276 2012-02-05  Glenn Morris  <rgm@gnu.org>
278         * debugging.texi (Error Debugging): Mention debug-on-event default.
280 2012-02-04  Glenn Morris  <rgm@gnu.org>
282         * backups.texi (Reverting): Mention revert-buffer-in-progress-p.
284         * debugging.texi (Error Debugging): Mention debug-on-event.
285         * commands.texi (Misc Events): Mention sigusr1,2 and debugging.
287         * modes.texi (Running Hooks): Try to clarify with-wrapper-hook.
289         * text.texi (Buffer Contents):
290         Update filter-buffer-substring description.
292 2012-02-04  Chong Yidong  <cyd@gnu.org>
294         * functions.texi (What Is a Function): Add closures.  Mention
295         "return value" terminology.  Add xref for command-execute.  Remove
296         unused "keystroke command" terminology.
297         (Lambda Expressions): Give a different example than in the
298         following subsection.  Add xref to Anonymous Functions.
299         (Function Documentation): Remove gratuitous markup.
300         (Function Names): Move introductory text to `What Is a Function'.
301         (Defining Functions): Fix defun argument spec.
302         (Anonymous Functions): Document lambda macro explicitly.  Mention
303         effects on lexical binding.
304         (Function Cells): Downplay direct usage of fset.
305         (Closures): New node.
306         (Inline Functions): Remove "open-code" terminology.
307         (Declaring Functions): Minor tweak; .m is not C code.
309         * variables.texi (Variables): Don't refer to "global value".
310         (Local Variables, Void Variables): Copyedits.
311         (Lexical Binding): Minor clarification of example.
312         (File Local Variables): Mention :safe and :risky defcustom args.
313         (Lexical Binding): Add xref to Closures node.
315 2012-02-04  Glenn Morris  <rgm@gnu.org>
317         * minibuf.texi (High-Level Completion): Updates for read-color.
319 2012-02-03  Glenn Morris  <rgm@gnu.org>
321         * display.texi (GIF Images): Mention animation.
322         Remove commented-out old example of animation.
323         (Animated Images): New subsection.
324         * elisp.texi (Top):
325         * vol1.texi (Top):
326         * vol2.texi (Top): Add Animated Images menu entry.
328         * display.texi (Image Formats): Remove oddly specific information
329         on versions of image libraries.
330         (GIF Images, TIFF Images): Minor rephrasing.
332 2012-02-02  Glenn Morris  <rgm@gnu.org>
334         * processes.texi (Synchronous Processes):
335         Mention call-process's :file gets overwritten.
337         * commands.texi (Reading One Event):
338         * help.texi (Help Functions): Document read-char-choice.
340         * hooks.texi (Standard Hooks):
341         * modes.texi (Keymaps and Minor Modes):
342         * text.texi (Commands for Insertion): Document post-self-insert-hook.
344         * hooks.texi (Standard Hooks): Add prog-mode-hook.
346         * hooks.texi (Standard Hooks):
347         * modes.texi (Major Mode Conventions, Mode Hooks):
348         Document change-major-mode-after-body-hook.
350 2012-02-01  Glenn Morris  <rgm@gnu.org>
352         * modes.texi (Defining Minor Modes):
353         Mention disabling global minor modes on a per-major-mode basis.
355 2012-01-31  Chong Yidong  <cyd@gnu.org>
357         * syntax.texi (Parsing Expressions): Clarify intro (Bug#10657).
358         (Parser State): Remove unnecessary statement (Bug#10661).
360         * eval.texi (Intro Eval): Add footnote about "sexp" terminology.
362 2012-01-31  Glenn Morris  <rgm@gnu.org>
364         * modes.texi (Defining Minor Modes):
365         Document define-minor-mode's new :variable keyword.
367 2012-01-29  Chong Yidong  <cyd@gnu.org>
369         * syntax.texi (Syntax Class Table): Tweak description of newline
370         char syntax (Bug#9619).
372         * numbers.texi (Predicates on Numbers): Fix wholenump/natnump
373         description (Bug#10189).
375 2012-01-29  Glenn Morris  <rgm@gnu.org>
377         * files.texi (Changing Files): Document SELinux support.
379         * windows.texi (Window Sizes): Fix typo.
381 2012-01-28  Chong Yidong  <cyd@gnu.org>
383         * display.texi (Fringe Indicators): Clarify fringe-indicator-alist
384         doc (Bug#8568).
386         * frames.texi (Input Focus): Add NORECORD arg to
387         select-frame-set-input-focus.  Clarify its role in select-frame.
389         * text.texi (Transposition): We don't use transpose-region as an
390         internal subroutine (Bug#3249).
392         * modes.texi (Example Major Modes): Update Lisp example code to
393         current sources.  Delete the old non-derived-major-mode example,
394         which has diverged badly from current sources.
396 2012-01-27  Glenn Morris  <rgm@gnu.org>
398         * makefile.w32-in (texinputdir): Fix (presumed) typo.
399         (VERSION, manual): Remove, unused.
401 2012-01-27  Chong Yidong  <cyd@gnu.org>
403         * commands.texi (Command Overview): Minor clarification (Bug#10384).
405 2012-01-26  Chong Yidong  <cyd@gnu.org>
407         * searching.texi (String Search): Document negative repeat count
408         (Bug#10507).
410 2012-01-26  Glenn Morris  <rgm@gnu.org>
412         * variables.texi (Using Lexical Binding):
413         Mention that lexical-binding should be set in the first line.
415 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
417         * macros.texi (Defining Macros): Don't claim that `declare' only
418         affects Edebug and indentation.
420 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
422         * macros.texi (Defining Macros): Slight `declare' fixup.
424 2012-01-25  Glenn Morris  <rgm@gnu.org>
426         * makefile.w32-in (texinputdir):
427         * Makefile.in (ENVADD): Add $emacsdir.  (Bug#10603)
429 2012-01-24  Chong Yidong  <cyd@gnu.org>
431         * variables.texi (Variables, Local Variables, Void Variables):
432         Edit to make the descriptions less specific to dynamic binding.
433         (Local Variables): Default max-specpdl-size is now 1300.
434         (Defining Variables): Edits for lexical scoping.  Delete
435         information about starting docstrings with *.  De-document
436         user-variable-p.
437         (Tips for Defining): Remove an unimportant discussion of quitting
438         in the middle of a load.
439         (Accessing Variables, Setting Variables): Discuss lexical binding.
440         (Variable Scoping): Rewrite.
441         (Scope, Extent, Impl of Scope): Nodes deleted.
442         (Dynamic Binding): New node, with material from Scope, Extent, and
443         Impl of Scope nodes.
444         (Dynamic Binding Tips): Rename from Using Scoping.
445         (Lexical Binding): Rewrite.
446         (Using Lexical Binding): Rename from Converting to Lexical
447         Binding.  Convert to subsection.
449         * customize.texi (Variable Definitions): Add custom-variable-p.
450         Move user-variable-p documentation here.
452 2012-01-23  Chong Yidong  <cyd@gnu.org>
454         * strings.texi (Text Comparison): Minor qualification.
456         * lists.texi (Cons Cells): Copyedits.
457         (List Elements): Mention push.
458         (List Variables): Mention pop.
459         (Rings): Move to sequences.texi.
461         * sequences.texi (Sequence Functions): Don't repeat the
462         introduction already given in the parent.
463         (Vectors): Copyedits.
464         (Rings): Move from lists.texi.  Note that this is specific to the
465         ring package.
467         * symbols.texi (Definitions, Symbol Components): Mention variable
468         scoping issues.
469         (Plists and Alists): Copyedits.
471         * eval.texi (Intro Eval, Symbol Forms): Minor tweaks for
472         correctness with lexical scoping.
473         (Eval): Copyedits.
475 2012-01-21  Chong Yidong  <cyd@gnu.org>
477         * intro.texi (A Sample Function Description): Special notation
478         used for macros too.
480         * objects.texi (Ctl-Char Syntax, Other Char Bits): Copyedits.
481         (Symbol Type): Add xref for keyword symbols.
482         (Sequence Type): Clarify differences between sequence types.
483         (Cons Cell Type): Add "linked list" index entry.
484         (Non-ASCII in Strings): Copyedits.
485         (Equality Predicates): Symbols with same name need not be eq.
487         * numbers.texi (Float Basics): Document isnan, copysign, frexp and
488         ldexp.  Move float-e and float-pi to Math Functions node.
490 2012-01-21  Glenn Morris  <rgm@gnu.org>
492         * modes.texi (Auto Major Mode):
493         * variables.texi (File Local Variables):
494         Mention inhibit-local-variables-regexps.
496 2012-01-19  Martin Rudalics  <rudalics@gmx.at>
498         * windows.texi (Window Configurations): Rewrite references to
499         persistent window parameters.
500         (Window Parameters): Fix description of persistent window
501         parameters.
503 2012-01-16  Juanma Barranquero  <lekktu@gmail.com>
505         * windows.texi (Window Parameters): Use @pxref.
507 2012-01-16  Martin Rudalics  <rudalics@gmx.at>
509         * windows.texi (Window Configurations, Window Parameters):
510         Describe persistent window parameters.
512 2011-12-27  Stefan Monnier  <monnier@iro.umontreal.ca>
514         * variables.texi (Creating Buffer-Local): Warn against misuses of
515         make-variable-buffer-local (bug#10258).
517 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
519         * macros.texi (Defining Macros): Document `doc-string' (bug#9668).
521 2012-01-06  Chong Yidong  <cyd@gnu.org>
523         * variables.texi (Directory Local Variables): Document
524         hack-dir-local-variables-non-file-buffer.
526 2012-01-06  Glenn Morris  <rgm@gnu.org>
528         * maps.texi (Standard Keymaps): Refer to Info-edit by name
529         rather than by keybinding.
531 2011-12-29  Juanma Barranquero  <lekktu@gmail.com>
533         * frames.texi (Font and Color Parameters): Add @pxref.
535 2011-12-29  Daniel Colascione  <dan.colascione@gmail.com>
537         * frames.texi (Font and Color Parameters):
538         Document w32 font backends (bug#10399).
540 2011-12-28  Paul Eggert  <eggert@cs.ucla.edu>
542         * files.texi (File Attributes, Changing Files):
543         Use a more-natural notation for octal numbers.
545 2011-12-23  Juanma Barranquero  <lekktu@gmail.com>
547         * variables.texi (Variables with Restricted Values):
548         Change reference to variable (bug#10354).
550 2011-12-13  Martin Rudalics  <rudalics@gmx.at>
552         * windows.texi (Splitting Windows): Use t instead of non-nil
553         when describing window-combination-resize.
555 2011-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
557         * text.texi (Special Properties): Warn against `intangible' properties
558         (bug#10222).
560 2011-11-26  Eli Zaretskii  <eliz@gnu.org>
562         * display.texi (Truncation):
563         * text.texi (Special Properties): Describe what a stretch-glyph is
564         instead of using that term without explanation.  Make the
565         cross-references more accurate.
567         * display.texi (Usual Display): Update the description,
568         cross-references, and indexing related to display of control
569         characters and raw bytes.
571 2011-11-25  Martin Rudalics  <rudalics@gmx.at>
573         * windows.texi (Splitting Windows): Fix description of
574         window-combination-limit.  Suggested by Eli Zaretskii.
576 2011-11-23  Chong Yidong  <cyd@gnu.org>
578         * windows.texi (Window Sizes): Move window-top-line,
579         window-left-column, and window-*-pixel-edges to Coordinates and
580         Windows node.
581         (Coordinates and Windows): Restore window-edges doc.
583 2011-11-21  Martin Rudalics  <rudalics@gmx.at>
585         * windows.texi (Windows and Frames, Splitting Windows):
586         Fix typos.
588 2011-11-21  Chong Yidong  <cyd@gnu.org>
590         * windows.texi (Splitting Windows): Fix error in documentation of
591         window-combination-limit.
592         (Cyclic Window Ordering): Minor fixes to next-window,
593         one-window-p, and get-lru-window docs.  Don't document
594         window-list-1.
595         (Buffers and Windows): Copyedits.
596         (Choosing Window): Document special handling of special-display-*.
597         (Choosing Window Options): Fix display-buffer-reuse-frames doc.
598         Don't document even-window-heights, which is going away.
599         Clarify which options are obeyed by which action functions.
601 2011-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
603         * display.texi (Invisible Text): Clarify point adjustment (bug#10072).
605 2011-11-20  Martin Rudalics  <rudalics@gmx.at>
607         * windows.texi (Resizing Windows, Splitting Windows):
608         Remove term "status" when talking about combination limits.
610 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
612         * compile.texi (Compiler Errors):
613         * help.texi (Help Functions): Fix typos.
615 2011-11-19  Chong Yidong  <cyd@gnu.org>
617         * windows.texi (Splitting Windows): Clarify role of window
618         parameters in split-window.  Shorten the example.
619         (Deleting Windows): Rewrite intro to handle internal windows.
620         Fix delete-windows-on doc.
621         (Selecting Windows): Copyedits.
623 2011-11-17  Martin Rudalics  <rudalics@gmx.at>
625         * windows.texi (Resizing Windows, Splitting Windows)
626         (Deleting Windows): Use term window-combination-resize instead
627         of window-splits.
629 2011-11-16  Martin Rudalics  <rudalics@gmx.at>
631         * windows.texi (Resizing Windows, Splitting Windows):
632         Rename occurrences of window-nest to window-combination-limit.
634 2011-11-14  Juanma Barranquero  <lekktu@gmail.com>
636         * intro.texi (Lisp History): Fix typo.
638 2011-11-12  Martin Rudalics  <rudalics@gmx.at>
640         * windows.texi (Splitting Windows, Deleting Windows):
641         Remove references to splits status of windows.
643 2011-11-10  Glenn Morris  <rgm@gnu.org>
645         * buffers.texi (Read Only Buffers): Expand a bit on why
646         toggle-read-only should only be used interactively.  (Bug#7292)
648 2011-11-09  Chong Yidong  <cyd@gnu.org>
650         * windows.texi (Window Sizes): Document window-pixel-edges,
651         window-inside-pixel-edges, window-absolute-pixel-edges, and
652         window-inside-absolute-pixel-edges.
653         (Resizing Windows): shrink-window-if-larger-than-buffer works on
654         non-full-width windows.
656 2011-11-09  Martin Rudalics  <rudalics@gmx.at>
658         * windows.texi (Resizing Windows): Rewrite documentation of
659         window-resizable.
661 2011-11-09  Chong Yidong  <cyd@gnu.org>
663         * windows.texi (Splitting Windows): Simplify example.
665 2011-11-08  Chong Yidong  <cyd@gnu.org>
667         * windows.texi (Window Sizes): Copyedits.  Document
668         window-text-height.  Remove window-min-height and window-min-width
669         discussion, referring instead to Emacs manual.
670         (Splitting Windows, Resizing Windows): Add xref to Emacs manual.
671         (Resizing Windows): Simplify introduction.  Don't document
672         enlarge-window, shrink-window, enlarge-window-horizontally, and
673         shrink-window-horizontally; they are no longer preferred for
674         calling from Lisp, and are already documented in the Emacs manual.
676 2011-11-07  Glenn Morris  <rgm@gnu.org>
678         * windows.texi (Choosing Window): Fix keybinding typo.
680 2011-11-07  Martin Rudalics  <rudalics@gmx.at>
682         * windows.texi (Resizing Windows, Splitting Windows)
683         (Window Configurations): Use "child window" instead of
684         "subwindow".
686 2011-11-06  Chong Yidong  <cyd@gnu.org>
688         * windows.texi (Basic Windows): Clarify various definitions.
689         Treat window-normalize-* as internal; don't document them.
690         (Windows and Frames): Various clarifications, e.g. non-live
691         windows also belong to frames.  Fix window-list description.
692         Simplify window nesting example.
693         (Splitting Windows, Window Configurations):
694         Use split-window-below.
696 2011-11-04  Eli Zaretskii  <eliz@gnu.org>
698         * windows.texi (Window Sizes): Mention in the doc string that the
699         return values of `window-body-height' and `window-body-width' are
700         in frame's canonical units.  (Bug#9949)
702 2011-10-30  Martin Rudalics  <rudalics@gmx.at>
704         * windows.texi (Windows and Frames): Remove "iso-" infix from
705         documentation of window-iso-combined-p.
707 2011-10-26  Chong Yidong  <cyd@gnu.org>
709         * modes.texi (Running Hooks): Document with-wrapper-hook.
711 2011-10-18  Chong Yidong  <cyd@gnu.org>
713         * display.texi (Glyphless Chars): New node.
715 2011-10-13  Chong Yidong  <cyd@stupidchicken.com>
717         * text.texi (Yanking): Document yank-excluded-properties.
719         * package.texi (Packaging Basics): The commentary should say how
720         to begin using the package.
722 2011-10-11  Martin Rudalics  <rudalics@gmx.at>
724         * windows.texi (Deleting Windows): Mention which window gets
725         selected when deleting the selected window.
727 2011-10-09  Martin Rudalics  <rudalics@gmx.at>
729         * buffers.texi (The Buffer List): Describe how bury-buffer deals
730         with the selected window.
731         * windows.texi (Buffers and Windows): Reformulate text on how
732         replace-buffer-in-windows deals with a window.
733         (Quitting Windows): Describe how quit-window deals with a
734         standalone frame.  Describe new option frame-auto-hide-function.
736 2011-10-08  Glenn Morris  <rgm@gnu.org>
738         * symbols.texi (Other Plists): Markup fix.  (Bug#9702)
740         * positions.texi (Excursions): Update warning message.
742 2011-10-05  Chong Yidong  <cyd@stupidchicken.com>
744         * display.texi (Low-Level Font, Face Attributes, Font Lookup):
745         Fix Emacs manual xref (Bug#9675).
747 2011-10-01  Chong Yidong  <cyd@stupidchicken.com>
749         * windows.texi (Textual Scrolling): Document scroll-up-command,
750         scroll-down-command, scroll-error-top-bottom, and the
751         scroll-command symbol property.
752         (Display Action Functions): Fix description of
753         display-buffer-pop-up-window.
755 2011-09-28  Juanma Barranquero  <lekktu@gmail.com>
757         * windows.texi (Splitting Windows): Fix typos.
759 2011-09-25  Martin Rudalics  <rudalics@gmx.at>
761         * windows.texi (Windows and Frames, Display Action Functions)
762         (Switching Buffers): Fix some typos.
763         (Buffers and Windows): Remove reference to window-auto-delete.
764         Reword description of replace-buffer-in-windows.
765         (Window History): Fix some typos and refer to frame local buffer
766         list.
767         (Quitting Windows): New node.
768         (Window Configurations): Add descriptions of window-state-get
769         and window-state-put.
770         (Window Parameters): Describe variable ignore-window-parameters.
771         Sketch some window parameters currently in use.
772         * elisp.texi (Top): Update node listing.
774 2011-09-25  Chong Yidong  <cyd@stupidchicken.com>
776         * windows.texi (Display Action Functions)
777         (Choosing Window Options): New nodes.
779 2011-09-24  Chong Yidong  <cyd@stupidchicken.com>
781         * windows.texi (Window History): New node.  Move text here from
782         Buffers and Windows.
783         (Switching Buffers): Rename from Displaying Buffers, since we
784         don't document display-buffer here; callers changed.
785         Document FORCE-SAME-WINDOW arg to switch-to-buffer and
786         switch-to-buffer-other-frame.  Delete duplicate
787         replace-buffer-in-windows doc.
788         (Choosing Window): Document display actions.
790 2011-09-24  Eli Zaretskii  <eliz@gnu.org>
792         * display.texi (Forcing Redisplay): Update the description of
793         redisplay-dont-pause due to change in the default value.
795 2011-09-23  Martin Rudalics  <rudalics@gmx.at>
797         * frames.texi (Frames and Windows): Move section and rename to
798         Windows and Frames in windows.texi.
799         * windows.texi (Windows): Restructure.
800         (Basic Windows): Rewrite.  Explain live and internal windows and
801         normalization functions.
802         (Windows and Frames): Move section here from frames.texi.
803         Describe subwindows, window combinations, window tree, and
804         corresponding functions including window-list here.
805         (Window Sizes): Rename section from Size of Window and move it
806         up in chapter.  Describe total and body sizes and the
807         corresponding functions.  Explain new semantics of
808         window-min-height/-width.
809         (Resizing Windows): Move section up in chapter.  Describe new
810         resize functions.
811         (Splitting Windows): Describe new behavior of split-window,
812         split-window-above-each-other and split-window-side-by-side.
813         Provide examples.  Describe window-nest and window-splits
814         options.
815         (Deleting Windows): Minor rewrite.
816         (Selecting Windows): Minor rewrite.
817         Describe frame-selected-window and set-frame-selected-window here.
818         (Cyclic Window Ordering): Minor rewrite.
819         Describe window-list-1.
820         (Buffers and Windows): Rewrite.  Explain a window's previous and
821         next buffers and the corresponding functions.
822         (Window Tree): Merge into Windows and Frames section.
823         * elisp.texi (Top): Update node listings for frames and windows
824         sections.
826 2011-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
828         * display.texi (Face Functions): `face-list' returns faces (bug#9564).
830 2011-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
832         * errors.texi (Standard Errors): Remove apparent placeholder text
833         (bug#9491).
835 2011-09-18  Chong Yidong  <cyd@stupidchicken.com>
837         * frames.texi (Management Parameters): Fix description of
838         icon-type parameter.
840 2011-09-17  Chong Yidong  <cyd@stupidchicken.com>
842         * tips.texi (Key Binding Conventions): Don't bind a key sequence
843         ending in C-g.  Suggested by Edward O'Connor.
845 2011-09-17  Eli Zaretskii  <eliz@gnu.org>
847         * numbers.texi (Integer Basics): Add indexing for
848         most-positive-fixnum and most-negative-fixnum.  (Bug#9525)
850 2011-09-14  Dani Moncayo  <dmoncayo@gmail.com>  (tiny change)
852         * lists.texi (Sets And Lists): Fix typo.  (Bug#9393)
854 2011-09-11  Juanma Barranquero  <lekktu@gmail.com>
856         * processes.texi (Network Servers): Clarify what the process
857         buffer is used for (bug#9233).
859 2011-08-30  Dani Moncayo  <dmoncayo@gmail.com>  (tiny change)
861         * lists.texi (Building Lists): Fix typo.
863 2011-08-30  Chong Yidong  <cyd@stupidchicken.com>
865         * display.texi (Basic Faces): New node.  Document new faces.
867         * modes.texi (Major Mode Conventions): Move some text there.
868         (Mode Help): Remove major-mode var, duplicated in Major Modes.
870 2011-08-29  Chong Yidong  <cyd@stupidchicken.com>
872         * modes.texi (Basic Major Modes): New node.  Callers updated.
873         (Major Modes): Document fundamental-mode and major-mode.
874         (Major Mode Basics): Node deleted; text moved to Major Modes.
875         (Derived Modes): Document derived-mode-p.
877 2011-08-28  Chong Yidong  <cyd@stupidchicken.com>
879         * files.texi (Changing Files, Create/Delete Dirs): Document new
880         arguments for delete-file, delete-directory, and copy-directory.
881         (Visiting Functions): Remove view-file; it is documented in the
882         Emacs manual.
884         * frames.texi (Layout Parameters): The defaults for the
885         menu-bar-lines and tool-bar-lines parameters depend on the mode.
887         * display.texi (Progress): Document spinner functionality.
889         * os.texi (Killing Emacs): Note that kill-emacs can be called by
890         operating system signals.  Refer to save-buffers-kill-terminal
891         instead of save-buffers-kill-emacs.
893         * objects.texi (Symbol Type): Document ## print representation.
895 2011-08-25  Eli Zaretskii  <eliz@gnu.org>
897         * display.texi (Specified Space): Mention that `space' specs
898         influence bidi reordering.
899         (Bidirectional Display): Explain how to use `(space . PROPS)' for
900         separating fields with bidirectional content.
902 2011-08-24  Eli Zaretskii  <eliz@gnu.org>
904         * display.texi (Bidirectional Display): Document return value in
905         buffers that are not bidi-reordered for display, and in unibyte
906         buffers.
908 2011-08-23  Eli Zaretskii  <eliz@gnu.org>
910         * nonascii.texi (Character Properties): Document the values for
911         unassigned codepoints.
913 2011-08-18  Eli Zaretskii  <eliz@gnu.org>
915         * nonascii.texi (Character Properties): Document use of
916         `bidi-class' and `mirroring' properties as part of reordering.
917         Provide cross-references to "Bidirectional Display".
919         * display.texi (Bidirectional Display): Document the pitfalls of
920         concatenating strings with bidirectional content, with possible
921         solutions.  Document bidi-string-mark-left-to-right.
922         Mention paragraph direction in modes that inherit from prog-mode.
923         Document use of `bidi-class' and `mirroring' properties as part of
924         reordering.
926 2011-08-16  Eli Zaretskii  <eliz@gnu.org>
928         * modes.texi (Major Mode Conventions): Improve the documentation
929         of `mode-class' `special' modes.
931         * nonascii.texi (Character Properties): Document the `mirroring'
932         property.  Add index entries.
934         * syntax.texi (Categories): Add an example of defining a new
935         category and category table.
937         * searching.texi (Regexp Backslash): Document how to display
938         existing categories.  Mention the possibility of adding
939         categories, and add an xref to where this is described.  Add an
940         index entry.
942 2011-08-09  Chong Yidong  <cyd@stupidchicken.com>
944         * text.texi (Special Properties):
945         * display.texi (Overlay Properties): Note that mouse-face cannot
946         change the text size (Bug#8530).
948 2011-08-08  Chong Yidong  <cyd@stupidchicken.com>
950         * os.texi (Time of Day): Remove set-time-zone-rule, and recommend
951         using setenv instead.
953 2011-07-28  Eli Zaretskii  <eliz@gnu.org>
955         * display.texi (Bidirectional Display): Document the fact that
956         bidi-display-reordering is t by default.
958 2011-07-23  Eli Zaretskii  <eliz@gnu.org>
960         * display.texi (Bidirectional Display): New section.
962 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
963             Tim Cross  <theophilusx@gmail.com>  (tiny change)
964             Glenn Morris   <rgm@gnu.org>
966         * keymaps.texi (Toolkit Differences): New node.  (Bug#8176)
968 2011-07-15  Andreas Schwab  <schwab@linux-m68k.org>
970         * help.texi (Keys in Documentation): Revert last change.
972 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
974         * help.texi (Keys in Documentation): Clarify that \= only quotes
975         the next character, and doesn't affect longer sequences in
976         particular (bug#8935).
978         * debugging.texi (Using Debugger):
979         Mention @code{eval-expression-debug-on-error} (bug#8549).
981 2011-07-14  Eli Zaretskii  <eliz@gnu.org>
983         * display.texi (Other Display Specs): Document that `left-fringe'
984         and `right-fringe' display specifications are of the "replacing"
985         kind.
987 2011-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
989         * help.texi (Documentation Basics): Add a link to the Function
990         Documentation node (bug#6580).
992 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
994         * keymaps.texi (Menu Bar): Mention :visible and :enable
995         (bug#6344).  Text by Drew Adams.
997         * modes.texi (Running Hooks): Mention buffer-local hook variables
998         (bug#6218).
1000         * objects.texi (General Escape Syntax): "a with grave accent" is
1001         ?xe0, not ?x8e0 (bug#5259).
1003 2011-07-12  Chong Yidong  <cyd@stupidchicken.com>
1005         * display.texi (Face Attributes, Font Selection): Add references
1006         to the Fonts node in the Emacs manual (Bug#4178).
1008 2011-07-12  Chong Yidong  <cyd@stupidchicken.com>
1010         * display.texi (Window Systems): `window-system' is
1011         terminal-local.
1013         * frames.texi (Frame Parameters, Parameter Access): Don't mention
1014         frame-local variables.
1016         * variables.texi (Buffer-Local Variables): Don't mention obsolete
1017         frame-local variables.
1018         (Frame-Local Variables): Node deleted.
1020         * elisp.texi (Top): Update node listing.
1022 2011-07-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1024         * elisp.texi: Change "inferiors" to "subnodes" in three places
1025         (bug#3523).
1027 2011-07-11  Chong Yidong  <cyd@stupidchicken.com>
1029         * frames.texi (Window System Selections): Discussion of
1030         x-select-enable-clipboard moved to Emacs manual.
1032 2011-07-11  Deniz Dogan  <deniz@dogan.se>
1034         * commands.texi (Prefix Command Arguments): Remove excessive
1035         apostrophe.
1037 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1039         * syntax.texi (Syntax Descriptors): Clarify that the ". 23" syntax
1040         description is a string (bug#3313).
1042         * frames.texi (Display Feature Testing): Try to explain what all
1043         the visual classes mean (bug#3042).
1045 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1047         * modes.texi (Mode Line Variables): Document `mode-line-remote'
1048         and `mode-line-client' (bug#2974).
1050         * text.texi (Insertion): Clarify marker movements (bug#1651).
1051         Text from Drew Adams.
1053 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1055         * text.texi (Special Properties): Clarify the format of `face'
1056         (bug#1375).
1058         * commands.texi (Interactive Call): Add a `call-interactively'
1059         example (bug#1010).
1061 2011-07-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1063         * functions.texi (Calling Functions): Link to the "Interactive
1064         Call" node (bug#1001).
1066 2011-07-06  Chong Yidong  <cyd@stupidchicken.com>
1068         * customize.texi (Composite Types): Move alist and plist to here
1069         from Simple Types (Bug#7545).
1071         * elisp.texi (Top): Update menu description.
1073         * display.texi (Face Attributes): Document negative line widths
1074         (Bug#6113).
1076 2011-07-03  Tobias C. Rittweiler  <tcr@freebits.de>  (tiny change)
1078         * searching.texi (Match Data): Note that match data can be
1079         overwritten by most functions (bug#2499).
1081 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1083         * strings.texi (Formatting Strings): Clarify what the "-" and "0"
1084         flags mean (bug#6659).
1086         * functions.texi (What Is a Function): Document the autoload
1087         object (bug#6496).
1089 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1091         * customize.texi (Variable Definitions): Clarify that SETFUNCTION
1092         is only used in the Customize user interface (bug#6089).
1094         * display.texi (Showing Images): Mention the point of sliced
1095         images (bug#7836).
1097 2011-07-02  Eli Zaretskii  <eliz@gnu.org>
1099         * variables.texi (Defining Variables, Void Variables)
1100         (Constant Variables): Fix incorrect usage of @kindex.
1102 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1104         * variables.texi (Defining Variables): Add an index entry for
1105         `set-variable' (bug#7262).
1106         (Defining Variables): Use @findex for functions.
1108         * frames.texi (Basic Parameters): Document the `explicit-name'
1109         parameter (bug#6951).
1111         * customize.texi (Type Keywords): Clarify that :value provides a
1112         default value for all types (bug#7386).
1114         * streams.texi (Output Functions): Document `pp'.
1116 2011-06-25  Chong Yidong  <cyd@stupidchicken.com>
1118         * keymaps.texi (Searching Keymaps):
1119         * display.texi (Overlay Properties): Fix errors in 2011-05-29
1120         change.  Suggested by Johan Bockgård.
1122 2011-06-15  Chong Yidong  <cyd@stupidchicken.com>
1124         * text.texi (Special Properties): Clarify role of font-lock-face.
1126 2011-06-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1128         * processes.texi (Process Information): Rename `process-alive-p'
1129         to `process-live-p' for consistency with other `-live-p' functions.
1131 2011-06-03  Paul Eggert  <eggert@cs.ucla.edu>
1133         Document wide integers better.
1134         * files.texi (File Attributes): Document ino_t values better.
1135         ino_t values no longer map to anything larger than a single cons.
1136         * numbers.texi (Integer Basics, Integer Basics, Arithmetic Operations):
1137         (Bitwise Operations):
1138         * objects.texi (Integer Type): Use a binary notation that is a bit easier
1139         to read, and that will port better if 62-bits becomes the default.
1140         Fix or remove incorrect examples.
1141         * os.texi (Time Conversion): Document time_t values better.
1143 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1145         * processes.texi (Process Information):
1146         Document `process-alive-p'.
1148 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
1150         * help.texi (Accessing Documentation):
1151         * display.texi (Pixel Specification):
1152         * processes.texi (Serial Ports, Serial Ports):
1153         * nonascii.texi (Character Properties, Default Coding Systems):
1154         * text.texi (Changing Properties, Special Properties):
1155         * windows.texi (Window Start and End):
1156         * modes.texi (SMIE Indentation Example, SMIE Tricks):
1157         * keymaps.texi (Searching Keymaps, Tool Bar):
1158         * minibuf.texi (Basic Completion):
1159         * compile.texi (Eval During Compile):
1160         * strings.texi (Formatting Strings): Tweaks to avoid overflowing
1161         7x9 paper in printed manual.
1163         * lists.texi (Sets And Lists): Fix misplaced text.
1165 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
1167         * keymaps.texi (Remapping Commands): Emphasize that the keymap
1168         needs to be active (Bug#8350).
1170 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
1172         * minibuf.texi (Reading File Names): Clarify (Bug#8480).
1174         * tips.texi (Coding Conventions): Remove antediluvian filename
1175         limit recommendation (Bug#8538).
1177 2011-05-27  Glenn Morris  <rgm@gnu.org>
1179         * modes.texi (Auto Major Mode): Update for set-auto-mode changes.
1181 2011-05-26  Glenn Morris  <rgm@gnu.org>
1183         * variables.texi (File Local Variables):
1184         Update hack-local-variables `mode-only' return value.
1185         Add some more details on what this function does in the other case.
1187 2011-05-19  Glenn Morris  <rgm@gnu.org>
1189         * lists.texi (Sets And Lists): Mention cl provides union etc.
1191 2011-05-19  Nix  <nix@esperi.org.uk>
1193         * windows.texi (Displaying Buffers): pop-to-buffer is not a command.
1195         * text.texi (Parsing HTML): Update for function name changes.
1197         * syntax.texi (Syntax Flags): Small fix.
1199         * keymaps.texi (Active Keymaps): Typo fix.
1200         (Changing Key Bindings): Grammar fix.
1202         * frames.texi (Minibuffers and Frames): Grammar fix.
1203         (Window System Selections): x-select-enable-clipboard now defaults to t.
1205         * customize.texi (Common Keywords):
1206         * display.texi (Abstract Display):
1207         * modes.texi (Auto-Indentation):
1208         * nonascii.texi (Converting Representations): Typo fixes.
1210         * control.texi (Examples of Catch): Call it "goto" not "go to".
1212 2011-05-14  Eli Zaretskii  <eliz@gnu.org>
1214         * nonascii.texi (Character Properties): Fix inconsistencies with
1215         implementation.
1217         * text.texi (Special Properties): Move @defvar's out of the
1218         @table.  (Bug#8652)
1220 2011-05-12  Glenn Morris  <rgm@gnu.org>
1222         * display.texi (Image Descriptors): Fix typo.  (Bug#8495)
1224 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1226         * modes.texi (Region to Refontify): Rename from "Region to Fontify".
1227         (Multiline Font Lock):
1228         * vol2.texi (Top):
1229         * vol1.texi (Top):
1230         * elisp.texi (Top): Update menu accordingly.
1232 2011-05-12  Drew Adams  <drew.adams@oracle.com>
1234         * modes.texi (Region to Fontify): Fix typo.
1236 2011-05-10  Jim Meyering  <meyering@redhat.com>
1238         * minibuf.texi: Fix typo "in in -> in".
1240 2011-05-06  Paul Eggert  <eggert@cs.ucla.edu>
1242         * numbers.texi (Integer Basics): Large integers are treated as floats.
1244 2011-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1246         * processes.texi (Synchronous Processes): Document the (:file
1247         "/file-name") syntax for `call-process'.
1249 2011-04-23  Juanma Barranquero  <lekktu@gmail.com>
1251         * windows.texi (Choosing Window): Fix typo.
1253 2011-04-23  Chong Yidong  <cyd@stupidchicken.com>
1255         * frames.texi (Layout Parameters): Note the difference between
1256         querying and setting parameters for left-fringe and right-fringe
1257         (Bug#6930).
1259 2011-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1261         * minibuf.texi (Basic Completion): Be a bit more precise about the
1262         valid kinds of completion tables.
1263         (Programmed Completion): Remove obsolete text about lambda expressions
1264         not being valid completion tables.
1266 2011-03-19  Chong Yidong  <cyd@stupidchicken.com>
1268         * positions.texi (Excursions): Explain the "save-excursion
1269         defeated by set-buffer" warning.
1271         * buffers.texi (Current Buffer): Copyedits.  Don't recommend using
1272         save-excursion.  Suggested by Uday S Reddy.
1274 2011-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1276         * variables.texi (Defining Variables): Mention the new meaning of `defvar'.
1277         (Lexical Binding): New sub-section.
1279         * eval.texi (Eval): Discourage the use of `eval'.
1280         Document its new `lexical' argument.
1282 2011-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1284         * commands.texi (Command Overview): `post-command-hook' is not reset to
1285         nil any more.
1287 2011-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1289         * strings.texi (String Conversion): Don't mention
1290         string-make-(uni|multi)byte (bug#8262).
1291         * nonascii.texi (Converting Representations): Fix up range.
1292         * keymaps.texi (Key Binding Commands): Update code point, avoid
1293         "unibyte character" and remove mention of unibyte bindings.
1295 2011-03-10  Eli Zaretskii  <eliz@gnu.org>
1297         * modes.texi (Operator Precedence Grammars): Don't use characters
1298         outside ISO-8859-1.
1300 2011-03-09  Eli Zaretskii  <eliz@gnu.org>
1302         * intro.texi (Acknowledgements): Convert to ISO-8859-1 encoding.
1304         * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
1306 2011-03-08  Glenn Morris  <rgm@gnu.org>
1308         * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
1309         * intro.texi (Acknowledgements): Names to UTF-8.
1310         * elisp.texi: Set documentencoding.
1312 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
1314         * Version 23.3 released.
1316 2011-03-06  Chong Yidong  <cyd@stupidchicken.com>
1318         * package.texi: Update index keywords.
1319         (Package Archives): New node contents.  Document package-x.el.
1321 2011-03-06  Juanma Barranquero  <lekktu@gmail.com>
1323         * makefile.w32-in (srcs): Add package.texi.
1325 2011-03-06  Chong Yidong  <cyd@stupidchicken.com>
1327         * package.texi (Packaging, Packaging Basics, Simple Packages)
1328         (Multi-file Packages): Expand and clarify.
1329         (Package Archives): Temporary placeholder node.
1331         * elisp.texi (Top): Update node listing.
1333         * Makefile.in (srcs): Add package.texi.
1335 2011-03-05  Chong Yidong  <cyd@stupidchicken.com>
1337         * processes.texi (Synchronous Processes): Minor clarification
1338         (Bug#8149).
1340 2011-03-03  Glenn Morris  <rgm@gnu.org>
1342         * files.texi (Truenames): Minor clarification.  (Bug#2341)
1344 2011-03-01  Glenn Morris  <rgm@gnu.org>
1346         * variables.texi (Directory Local Variables):
1347         Mention `(subdirs . nil)' alist element.
1349 2011-02-28  Glenn Morris  <rgm@gnu.org>
1351         * variables.texi (Directory Local Variables): Mention the optional
1352         mtime argument of dir-locals-set-directory-class.  (Bug#3577)
1354 2011-02-27  Chong Yidong  <cyd@stupidchicken.com>
1356         * minibuf.texi (Minibuffer History): Clarify discussion of
1357         minibuffer history lists (Bug#8085).
1359 2011-02-19  Eli Zaretskii  <eliz@gnu.org>
1361         * elisp.texi: Sync @dircategory with ../../info/dir.
1363         * files.texi (Visiting Functions): Document find-file-literally,
1364         both the command and the variable.
1366         * variables.texi (Creating Buffer-Local): Explain the meaning of
1367         permanent local variables.
1369         * files.texi (Visiting Functions): Document find-file-literally,
1370         both the command and the variable.
1372         * variables.texi (Creating Buffer-Local): Explain the meaning of
1373         permanent local variables.
1375 2011-02-19  Glenn Morris  <rgm@gnu.org>
1377         * keymaps.texi (Remapping Commands): Mention how to undo it.
1379 2011-02-09  Reuben Thomas  <rrt@sc3d.org>
1381         * loading.texi (Hooks for Loading): Remove unnecessary advice
1382         about eval-after-load (Bug#7986).
1384 2011-02-05  Chong Yidong  <cyd@stupidchicken.com>
1386         * commands.texi (Accessing Mouse): Note that a header line is not
1387         included in the row of posn-col-row.
1389 2011-02-02  Chong Yidong  <cyd@stupidchicken.com>
1391         * modes.texi (Major Mode Conventions): Add face guidelines.
1392         (Faces for Font Lock): List faces in order of prominence.
1394 2011-02-01  Paul Eggert  <eggert@cs.ucla.edu>
1396         format-time-string now supports subsecond time stamp resolution
1397         * os.texi (Time Parsing): Document %N.
1399 2011-01-28  Chong Yidong  <cyd@stupidchicken.com>
1401         * vol1.texi (Top):
1402         * vol2.texi (Top):
1403         * elisp.texi (Top):
1404         * display.texi (Display Property): Shorten the menu description of
1405         the "Other Display Specs" node (Bug#7816).
1407         * keymaps.texi (Defining Menus): Add "menu item" and "extended
1408         menu item" concept index entries (Bug#7805).
1410 2011-01-29  Eli Zaretskii  <eliz@gnu.org>
1412         * makefile.w32-in (texinfodir): New variable.
1413         (usermanualdir): Remove as redundant with $(emacsdir).
1414         (MAKEINFO): Remove options, leave only program name.
1415         (MAKEINFO_OPTS): New variable.
1416         (texinputdir, $(infodir)/elisp): Use $(MAKEINFO_OPTS).
1418 2011-01-25  Chong Yidong  <cyd@stupidchicken.com>
1419             Richard Kim  <emacs18@gmail.com>
1421         * loading.texi (Library Search): Document list-load-path-shadows
1422         (Bug#7757).
1424 2011-01-25  Chong Yidong  <cyd@stupidchicken.com>
1426         * searching.texi (Regexp Special): Remove outdated discussion of
1427         character sets (Bug#7780).
1429         * frames.texi (Pop-Up Menus): Document where menu title comes
1430         from (Bug#7684).
1432 2011-01-25  Glenn Morris  <rgm@gnu.org>
1434         * display.texi (Making Buttons): Mention limitation of text buttons.
1436 2011-01-23  Werner Lemberg  <wl@gnu.org>
1438         * Makefile.in (MAKEINFO): Now controlled by `configure'.
1439         (MAKEINFO_OPTS): New variable.  Use it where appropriate.
1440         (ENVADD): New variable to control texi2dvi and texi2pdf.
1442 2011-01-15  Chong Yidong  <cyd@stupidchicken.com>
1444         * files.texi (Directory Names): Move directory-abbrev-alist doc to
1445         Emacs manual.
1447 2011-01-15  Eli Zaretskii  <eliz@gnu.org>
1449         * files.texi (Directory Names): Explain why FROM in
1450         directory-abbrev-alist should begin with \`.  (Bug#7777)
1452 2011-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1454         * loading.texi (Hooks for Loading): Adjust doc of eval-after-load.
1456 2011-01-02  Eli Zaretskii  <eliz@gnu.org>
1458         * modes.texi (Emulating Mode Line): Fix last change.
1460 2011-01-02  Eli Zaretskii  <eliz@gnu.org>
1462         * modes.texi (Emulating Mode Line): Update documentation of
1463         format-mode-line according to changes that fixed bug #7587.
1465 2010-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1467         * modes.texi (Derived Modes): Mention prog-mode.
1469         * keymaps.texi (Simple Menu Items, Extended Menu Items): Remove mention
1470         of the key-binding-data cache since we don't use it any more.
1472 2010-12-13  Eli Zaretskii  <eliz@gnu.org>
1474         * processes.texi (Shell Arguments):
1475         * strings.texi (Creating Strings): Don't mention "shell commands";
1476         make it explicit that `split-string-and-unquote' and
1477         `combine-and-quote-strings' are mainly for working with arguments
1478         to call-process and start-process.
1480         * processes.texi (Shell Arguments): Fix documentation of
1481         `split-string-and-unquote'.  Add indexing.  (Bug#7563)
1483 2010-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1485         * modes.texi (Auto-Indentation): New section to document SMIE.
1486         (Major Mode Conventions):
1487         * text.texi (Mode-Specific Indent): Refer to it.
1489 2010-12-13  Eli Zaretskii  <eliz@gnu.org>
1491         * display.texi (Other Display Specs): Document left-fringe and
1492         right-fringe display specs.
1494 2010-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1496         * backups.texi (Making Backups):
1497         * modes.texi (Example Major Modes): Use recommended coding style.
1498         (Major Mode Basics, Derived Modes): Encourge more strongly use of
1499         define-derived-mode.  Mention completion-at-point-functions.
1501 2010-12-13  Chong Yidong  <cyd@stupidchicken.com>
1503         * nonascii.texi (Converting Representations):
1504         Document byte-to-string.
1506 2010-12-08  Glenn Morris  <rgm@gnu.org>
1508         * buffers.texi (Modification Time):
1509         verify-visited-file-modtime now defaults to the current buffer.
1511 2010-11-27  Chong Yidong  <cyd@stupidchicken.com>
1513         * nonascii.texi (Converting Representations): Document byte-to-string.
1515         * strings.texi (Creating Strings): Don't mention semi-obsolete
1516         function char-to-string.
1517         (String Conversion): Shorten discussion of semi-obsolete function
1518         string-to-char.  Link to Converting Representations.
1520         * objects.texi (Symbol Type):
1521         * text.texi (Near Point):
1522         * help.texi (Help Functions):
1523         * functions.texi (Mapping Functions): Use string instead of
1524         char-to-string in examples.
1526 2010-11-27  Chong Yidong  <cyd@stupidchicken.com>
1528         * text.texi (Kill Functions, Kill Functions)
1529         (Low-Level Kill Ring, Low-Level Kill Ring): Remove obsolete
1530         YANK-HANDLER args.
1532         * symbols.texi (Creating Symbols): Using unintern without an
1533         obarray arg is now obsolete.
1535         * numbers.texi (Float Basics): Document float-e and float-pi.
1537         * variables.texi (Defining Variables): Change "pi" example to
1538         "float-pi".
1540 2010-11-26  Eli Zaretskii  <eliz@gnu.org>
1542         * commands.texi (Click Events): Document the values of X, Y and
1543         COL, ROW in the event's position, when the click is on the header
1544         or mode line, on the fringes, or in the margins.
1546 2010-11-17  Eli Zaretskii  <eliz@gnu.org>
1548         * customize.texi (Composite Types): Lower-case index entry.
1550         * loading.texi (How Programs Do Loading):
1551         Document load-file-name.  (Bug#7346)
1553 2010-11-17  Glenn Morris  <rgm@gnu.org>
1555         * text.texi (Kill Functions, Low-Level Kill Ring): Small fixes.
1557 2010-11-13  Eli Zaretskii  <eliz@gnu.org>
1559         * display.texi (Usual Display): Characters with no fonts are not
1560         necessarily displayed as empty boxes.
1562 2010-10-31  Glenn Morris  <rgm@gnu.org>
1564         * maps.texi (Standard Keymaps): Update File menu description.
1566 2010-10-28  Glenn Morris  <rgm@gnu.org>
1568         * Makefile.in (elisp.dvi, elisp.pdf): Also include $emacsdir.
1570 2010-10-24  Eli Zaretskii  <eliz@gnu.org>
1572         * display.texi (Window Systems): Deprecate use of window-system as
1573         a predicate.
1575 2010-10-23  Glenn Morris  <rgm@gnu.org>
1577         * help.texi (Documentation Basics): Remove mentions of digest-doc and
1578         sorted-doc.
1580 2010-10-15  Eli Zaretskii  <eliz@gnu.org>
1582         * os.texi (Dynamic Libraries): New node, with slightly modified
1583         text deleted from "Image Formats".
1584         (System Interface): Add @menu entry for "Dynamic Libraries".
1586         * display.texi (Image Formats): Remove description of
1587         image-library-alist.  (Renamed in 2010-10-13T14:50:06Z!lekktu@gmail.com.)
1589 2010-10-12  Glenn Morris  <rgm@gnu.org>
1591         * book-spine.texinfo: Rename to book-spine.texi.
1593 2010-10-11  Glenn Morris  <rgm@gnu.org>
1595         * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
1597         * Makefile.in (DVIPS): New variable.
1598         (.PHONY): Add html, ps.
1599         (html, elisp.html, ps, elisp.ps): New targets.
1600         (clean): Delete html, ps files.
1601         ($(infodir)/elisp): Remove unnecessary includes.
1603 2010-10-09  Eli Zaretskii  <eliz@gnu.org>
1605         * makefile.w32-in (emacsdir): New variable.
1606         (srcs): Add emacsver.texi.
1607         ($(infodir)/elisp, elisp.dvi): Add -I$(emacsdir).
1609 2010-10-09  Glenn Morris  <rgm@gnu.org>
1611         * Makefile.in (VPATH): Remove.
1612         (infodir): Make it absolute.
1613         (mkinfodir, $(infodir)/elisp, infoclean): No need to cd $srcdir.
1615         * Makefile.in (dist): Anchor regexps.
1617         * Makefile.in (srcs): Put elisp.texi first.
1618         ($(infodir)/elisp, elisp.dvi, elisp.pdf): Use $<.
1620         * Makefile.in (infoclean): Remove harmless, long-standing error.
1622         * Makefile.in ($(infodir)): Delete rule.
1623         (mkinfodir): New.
1624         ($(infodir)/elisp): Use $mkinfodir instead of infodir.
1626         * Makefile.in (dist): Remove reference to emacsver.texi.in.
1627         Also copy emacsver.texi, and edit $emacsdir.
1629 2010-10-09  Glenn Morris  <rgm@gnu.org>
1631         * Makefile.in (emacsdir): New variable.
1632         (MAKEINFO): Add -I $emacsdir.
1633         (dist): Copy emacsver.texi.
1634         (srcs): Add emacsver.texi.
1636         * book-spine.texinfo, elisp.texi, vol2.texi, vol1.texi:
1637         Set EMACSVER by including emacsver.texi.
1639         * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
1641 2010-10-07  Glenn Morris  <rgm@gnu.org>
1643         * Makefile.in (version): New, set by configure.
1644         (clean): Delete dist tar file.
1645         (dist): Use version in tar name.
1647 2010-10-06  Glenn Morris  <rgm@gnu.org>
1649         * Makefile.in: Rearrange to more closely resemble doc/emacs/Makefile.
1650         (INSTALL_INFO): Remove unused variable.
1651         (mostlyclean, infoclean, dist): New rules.
1652         (clean): Delete dvi and pdf files.
1653         (maintainer-clean): Remove elisp.oaux, use infoclean.
1654         ($(infodir)): Add parallel build workaround.
1656 2010-10-04  Glenn Morris  <rgm@gnu.org>
1658         * Makefile.in (dvi, pdf, $(infodir)): New targets.
1659         ($(infodir)/elisp): Ensure target directory exists.  Use $@.
1660         Fix -I typo.
1661         (clean): No 'make.out' or 'core' files.
1662         (.PHONY): Declare clean rules.
1663         (maintainer-clean): Delete pdf file.  Guard against cd failures.
1665 2010-10-03  Glenn Morris  <rgm@gnu.org>
1667         * files.texi (File Name Components): Remove ignored section about
1668         deleted variable directory-sep-char.
1670 2010-10-03  Michael Albinus  <michael.albinus@gmx.de>
1672         * files.texi (Magic File Names): New defopt
1673         remote-file-name-inhibit-cache.
1675 2010-10-02  Glenn Morris  <rgm@gnu.org>
1677         * os.texi (Killing Emacs): Hook now runs in batch mode.
1679 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1681         * text.texi (Special Properties): Clarify when modification-hooks run.
1683 2010-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1685         * syntax.texi (Syntax Flags): Document new `c' flag.
1687 2010-09-09  Glenn Morris  <rgm@gnu.org>
1689         * display.texi (ImageMagick Images): General cleanup.
1691 2010-09-06  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
1693         * files.texi (Directory Names): Use \` rather than ^.
1695 2010-09-02  Jan Djärv  <jan.h.d@swipnet.se>
1697         * text.texi (Low-Level Kill Ring):
1698         * frames.texi (Window System Selections): Remove cut buffer
1699         documentation.
1701 2010-08-28  Eli Zaretskii  <eliz@gnu.org>
1703         * display.texi (Fringe Size/Pos): Add a cross-reference to "Layout
1704         Parameters", where the default fringe width is described.
1706         * frames.texi (Window Frame Parameters, Basic Parameters)
1707         (Position Parameters, Layout Parameters, Management Parameters)
1708         (Cursor Parameters, Font and Color Parameters): Add indexing for
1709         frame parameters.  (Bug#6929)
1711 2010-08-25  Tom Tromey  <tromey@redhat.com>
1713         * vol2.texi (Top): Update.
1714         * vol1.texi (Top): Update.
1715         * tips.texi (Library Headers): Mention Package-Version and
1716         Package-Requires.
1717         * package.texi: New file.
1718         * os.texi (System Interface): Update pointers.
1719         * elisp.texi (Top): Link to new nodes.  Include package.texi.
1720         * anti.texi (Antinews): Update pointers.
1722 2010-08-25  Eli Zaretskii  <eliz@gnu.org>
1724         * processes.texi (Filter Functions): Fix last change.
1726 2010-08-24  Markus Triska  <triska@gmx.at>
1728         * processes.texi (Filter Functions): Use `buffer-live-p' instead
1729         of `buffer-name' in the main text as well as in the example
1730         (Bug#3098).
1732 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
1734         * nonascii.texi (Text Representations):
1735         * loading.texi (Loading Non-ASCII):
1736         * compile.texi (Byte Compilation): Don't mention obsolete
1737         --unibyte command-line argument.
1739 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
1741         * modes.texi (Defining Minor Modes): Doc fix (Bug#6880).
1743 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
1745         * objects.texi (Bool-Vector Type): Minor definition tweak (Bug#6878).
1747 2010-08-20  Eli Zaretskii  <eliz@gnu.org>
1749         * commands.texi (Misc Events): Add cross-references to where
1750         POSITION of a mouse event is described in detail.
1752 2010-08-08  Christoph Scholtes  <cschol2112@googlemail.com>
1754         * control.texi (Handling Errors)  <error-message-string>: Fix arg name.
1756 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
1758         * modes.texi (Defining Minor Modes): Use C-backspace, not C-delete.
1759         Suggested by Štěpán Němec <stepnem@gmail.com>.
1761 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
1763         * minibuf.texi (High-Level Completion): Document args of
1764         `read-buffer-function' (bug#5625).
1766 2010-07-29  Jan Djärv  <jan.h.d@swipnet.se>
1768         * frames.texi (Layout Parameters): Add doc for tool-bar-position.
1770 2010-07-29  Michael Albinus  <michael.albinus@gmx.de>
1772         * processes.texi (Process Information): Explain process property
1773         `remote-tty'.
1775 2010-07-27  Juanma Barranquero  <lekktu@gmail.com>
1777         * modes.texi (Defining Minor Modes): Use C-delete in examples,
1778         instead of "\C-\^?" (bug#6334).
1780         * text.texi (Special Properties): Fix typo.
1782 2010-07-09  Eli Zaretskii  <eliz@gnu.org>
1784         * internals.texi (Writing Emacs Primitives): Adapt to ANSI C
1785         calling sequences, which are now the standard.
1787 2010-06-24  Chong Yidong  <cyd@stupidchicken.com>
1789         * text.texi (Undo): Clarify command loop behavior (Bug#2433).
1791         * commands.texi (Command Overview): Mention undo-boundary call.
1793 2010-06-23  Glenn Morris  <rgm@gnu.org>
1795         * abbrevs.texi, commands.texi, compile.texi, debugging.texi:
1796         * display.texi, edebug.texi, elisp.texi, eval.texi, files.texi:
1797         * frames.texi, functions.texi, internals.texi, keymaps.texi:
1798         * loading.texi, minibuf.texi, numbers.texi, os.texi, processes.texi:
1799         * searching.texi, sequences.texi, strings.texi, syntax.texi:
1800         * text.texi, tips.texi, vol1.texi, vol2.texi, windows.texi:
1801         Untabify Texinfo files.
1803 2010-06-20  Chong Yidong  <cyd@stupidchicken.com>
1805         * modes.texi (Minor Mode Conventions): Fix typo (Bug#6477).
1807 2010-06-19  Chong Yidong  <cyd@stupidchicken.com>
1809         * errors.texi (Standard Errors): Remove unnecessary markup (Bug#6461).
1811 2010-06-02  Chong Yidong  <cyd@stupidchicken.com>
1813         * searching.texi (Regexp Special): Remove obsolete information
1814         about matching non-ASCII characters, and suggest using char
1815         classes (Bug#6283).
1817 2010-05-30  Juanma Barranquero  <lekktu@gmail.com>
1819         * minibuf.texi (Basic Completion): Add missing "@end defun".
1821 2010-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1823         * minibuf.texi (Basic Completion): Document completion-boundaries.
1824         (Programmed Completion): Document the new fourth method for boundaries.
1826 2010-05-22  Chong Yidong  <cyd@stupidchicken.com>
1828         * display.texi (Image Cache): Update documentation about image caching.
1830 2010-05-08  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
1832         * windows.texi (Textual Scrolling):
1833         * tips.texi (Coding Conventions):
1834         * minibuf.texi (Minibuffer History):
1835         * maps.texi (Standard Keymaps):
1836         * loading.texi (Where Defined):
1837         * edebug.texi (Instrumenting): Fix typos.
1839 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
1841         * keymaps.texi (Menu Bar): Document :advertised-binding property.
1843         * functions.texi (Obsolete Functions):
1844         Document set-advertised-calling-convention.
1846         * minibuf.texi (Basic Completion): Document completion-in-region.
1847         (Programmed Completion): Document completion-annotate-function.
1849         * commands.texi (Reading One Event): Document read-key.
1850         (Distinguish Interactive): Document KIND arg to
1851         called-interactively-p.  Delete obsolete interactive-p.
1853         * elisp.texi (Top): Update node description.
1855 2010-05-08  Eli Zaretskii  <eliz@gnu.org>
1857         * nonascii.texi (Character Properties):
1858         Document unicode-category-table.  Add an index entry for Unicode
1859         general category.
1861 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
1863         * Version 23.2 released.
1865 2010-04-20  Juanma Barranquero  <lekktu@gmail.com>
1867         * locals.texi (Standard Buffer-Local Variables):
1868         Remove @ignore'd reference to `direction-reversed'.
1870 2010-04-14  Juri Linkov  <juri@jurta.org>
1872         Fix @deffn without category.
1874         * abbrevs.texi (Abbrev Expansion): Replace @deffn with @defun
1875         for `abbrev-insert'.
1877         * buffers.texi (Indirect Buffers): Add category `Command'
1878         to @deffn of `clone-indirect-buffer'.
1880         * windows.texi (Cyclic Window Ordering): Replace @deffn with @defun
1881         for `next-window' and `previous-window'.  Add category `Command'
1882         to @deffn of `pop-to-buffer'.
1884 2010-04-01  Chong Yidong  <cyd@stupidchicken.com>
1886         * nonascii.texi (Text Representations): Don't mark
1887         enable-multibyte-characters as a user option.
1889 2010-03-31  Eli Zaretskii  <eliz@gnu.org>
1891         * control.texi (Handling Errors): How to re-throw a signal caught
1892         by condition-case.
1894 2010-03-26  Chong Yidong  <cyd@stupidchicken.com>
1896         * loading.texi (Hooks for Loading): Document after-load-functions.
1897         Copyedits.
1899 2010-03-24  Arni Magnusson  <arnima@hafro.is>  (tiny change)
1901         * frames.texi (Cursor Parameters): Fix typo.  (Bug#5760)
1903 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
1905         * processes.texi (Network Processes): Document seqpacket type.
1907 2010-03-20  Dan Nicolaescu  <dann@ics.uci.edu>
1909         * os.texi (System Environment): Do not mention lynxos.
1911 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
1913         * Branch for 23.2.
1915 2010-03-06  Chong Yidong  <cyd@stupidchicken.com>
1917         * objects.texi (Integer Type): Take note of the read syntax
1918         exception for numbers that cannot fit in the integer type.
1920 2010-03-03  Glenn Morris  <rgm@gnu.org>
1922         * numbers.texi (Integer Basics, Bitwise Operations):
1923         * objects.texi (Integer Type): Update for integers now being 30-bit.
1925 2010-02-27  Chong Yidong  <cyd@stupidchicken.com>
1927         * display.texi (Low-Level Font): Document :otf font-spec property.
1929 2010-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1931         * display.texi (Line Height): Avoid obsolete special default variables
1932         like default-major-mode.
1934 2010-01-28  Alan Mackenzie  <acm@muc.de>
1936         * display.texi (Auto Faces): Say fontification-functions is called
1937         whether or not Font Lock is enabled.  Tidy up the wording a bit.
1939 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
1941         * elisp.texi: Remove duplicate edition information (Bug#5407).
1943 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
1945         * two.el (volume-header-toc-markup): Fix typos in docstring.
1947 2010-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1949         Avoid dubious uses of save-excursions.
1950         * positions.texi (Excursions): Recommend the use of
1951         save-current-buffer if applicable.
1952         * text.texi (Clickable Text): Fix the example code which used
1953         save-excursion in a naive way which sometimes preserves point and
1954         sometimes not.
1955         * variables.texi (Creating Buffer-Local):
1956         * os.texi (Session Management):
1957         * display.texi (GIF Images):
1958         * control.texi (Cleanups): Use (save|with)-current-buffer.
1960 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
1962         * modes.texi (Example Major Modes): Fix indentation.  (Bug#5195)
1964 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
1966         * nonascii.texi (Text Representations, Character Codes)
1967         (Converting Representations, Explicit Encoding)
1968         (Translation of Characters): Use hex notation consistently.
1969         (Character Sets): Fix map-charset-chars doc (Bug#5197).
1971 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
1973         * loading.texi (Where Defined): Make it clearer that these are
1974         loaded files (Bug#5068).
1976 2009-12-29  Chong Yidong  <cyd@stupidchicken.com>
1978         * minibuf.texi (Completion Styles): Document `initials' style.
1980 2009-12-25  Chong Yidong  <cyd@stupidchicken.com>
1982         * frames.texi (Resources): Describe inhibit-x-resources.
1983         (Size Parameters): Copyedit.
1985         * hash.texi (Creating Hash):
1986         * objects.texi (Hash Table Type): Document the new hash table
1987         printed representation.
1989         * minibuf.texi (Basic Completion): 4th arg to all-completions is
1990         obsolete.
1992         * processes.texi (Process Buffers):
1993         Document process-kill-buffer-query-function.
1995 2009-12-05  Glenn Morris  <rgm@gnu.org>
1997         * hooks.texi (Standard Hooks): Remove diary-display-hook, replaced by
1998         diary-display-function, and no longer recommended to be a hook.
1999         Update for changes in the names of calendar and diary hooks.
2000         diary-print-entries-hook has changed section.
2002 2009-11-28  Eli Zaretskii  <eliz@gnu.org>
2004         * text.texi (Special Properties): More accurate description of
2005         what the `cursor' property does.
2007 2009-11-26  Kevin Ryde  <user42@zip.com.au>
2009         * commands.texi (Misc Events): vindex mouse-wheel-up-event and
2010         mouse-wheel-down-event, the closest thing to a definition for them.
2011         * os.texi (Startup Summary): vindex inhibit-startup-message and
2012         inhibit-splash-screen.
2013         (Command-Line Arguments): vindex argv.
2014         (Suspending Emacs): vindex suspend-tty-functions and
2015         resume-tty-functions.  Don't want to index every hook, but having
2016         the programming ones is helpful.
2018 2009-11-14  Chong Yidong  <cyd@stupidchicken.com>
2020         * commands.texi (Motion Events): Fix typo (Bug#4907).
2022 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
2024         * searching.texi (Char Classes): Note that [:upper:] and [:lower:]
2025         are affected by case-fold-search (Bug#4483).
2027 2009-11-02  Chong Yidong  <cyd@stupidchicken.com>
2029         * minibuf.texi (Reading File Names): Note that read-file-name may
2030         use a graphical file dialog.
2032 2009-10-31  Glenn Morris  <rgm@gnu.org>
2034         * nonascii.texi (User-Chosen Coding Systems): Minor reword.  (Bug#4817)
2036 2009-10-16  Kevin Ryde  <user42@zip.com.au>
2038         * files.texi (Magic File Names): Add @vindex file-name-handler-alist,
2039         in particular so `info-lookup-symbol' can find its docs.
2041 2009-10-16  Chong Yidong  <cyd@stupidchicken.com>
2043         * variables.texi (Constant Variables): Distinguish from defconst
2044         variables.
2045         (Defining Variables): Add cindex.
2047 2009-10-15  Chong Yidong  <cyd@stupidchicken.com>
2049         * os.texi (Time of Day): Clarify that the microsecond part is
2050         ignored (Bug#4637).
2052 2009-10-11  Glenn Morris  <rgm@gnu.org>
2054         * frames.texi (Size and Position): Clarify what is included in the frame
2055         height.  (Bug#4535)
2057 2009-10-10  Glenn Morris  <rgm@gnu.org>
2059         * windows.texi (Size of Window): The relationship between window and
2060         frame heights is not so simple.  (Bug#4535)
2061         Mention window-full-height-p.
2063 2009-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2065         * positions.texi (Text Lines): Remove goto-line, since it shouldn't be
2066         used from Lisp.
2068 2009-10-07  Eli Zaretskii  <eliz@gnu.org>
2070         * files.texi (Directory Names) <abbreviate-file-name>:
2071         Document that root home directories are not replaced with "~".
2073 2009-10-06  Eli Zaretskii  <eliz@gnu.org>
2075         * text.texi (Special Properties): Document the meaning of the
2076         `cursor' text property whose value is an integer.
2078 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
2080         * files.texi (Magic File Names): Add `copy-directory'.
2082 2009-10-05  Eli Zaretskii  <eliz@gnu.org>
2084         * files.texi (File Attributes): Fix description of file
2085         attributes.  (Bug#4638) Update attributes of files.texi example to
2086         be more representative.
2088 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
2090         * files.texi (Create/Delete Dirs): New command copy-directory.
2092 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
2094         * anti.texi (Antinews):
2095         * macros.texi (Indenting Macros):
2096         * strings.texi (Creating Strings, Case Conversion):
2097         Remove duplicate words.
2099 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
2101         * files.texi (Create/Delete Dirs): delete-directory has an
2102         optional parameter RECURSIVE.
2104 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2106         * buffers.texi (Swapping Text): Minor clarification.
2108 2009-10-01  Glenn Morris  <rgm@gnu.org>
2110         * functions.texi (Declaring Functions): Mention that we also search for
2111         ".m" files in the src/ directory.
2113 2009-09-25  David Engster  <deng@randomsample.de>
2115         * display.texi (Managing Overlays): Document copy-overlay (Bug#4549).
2117 2009-09-22  Glenn Morris  <rgm@gnu.org>
2119         * internals.texi (Building Emacs): Mention preloaded-file-list.
2121 2009-09-14  Alan Mackenzie  <acm@muc.de>
2123         * os.texi (Terminal Output): Put "@code{}" around "stdout".
2125 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
2127         * functions.texi (Anonymous Functions): Rearrange discussion,
2128         giving usage of unquoted lambda forms first.  Mention that
2129         `function' and `#'' are no longer required (Bug#4290).
2131 2009-09-11  Alan Mackenzie  <acm@muc.de>
2133         * os.texi (Terminal Output): Document `send-string-to-terminal' in
2134         batch mode.
2136 2009-09-01  Glenn Morris  <rgm@gnu.org>
2138         * display.texi (Face Functions): Mention define-obsolete-face-alias.
2140 2009-08-26  Ulrich Mueller  <ulm@gentoo.org>
2142         * nonascii.texi (Character Codes): Fix typos.
2144 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
2146         * processes.texi (Synchronous Processes): New defvar
2147         process-file-side-effects.
2149 2009-08-25  Glenn Morris  <rgm@gnu.org>
2151         * display.texi (Fontsets): Fix typo.
2153         * files.texi (Format Conversion Round-Trip): Mention nil regexp.
2155 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2157         * processes.texi (Asynchronous Processes): Adjust arglist of
2158         start-process-shell-command and start-file-process-shell-command.
2160 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
2162         * advice.texi (Argument Access in Advice): Note that argument
2163         positions are zero-based (Bug#3932).
2165         * commands.texi (Distinguish Interactive): Minor copyedit.
2167         * display.texi (Face Attributes): Add xref to Displaying Faces for
2168         explanation of "underlying face".
2170         * customize.texi (Common Keywords): Add xref to Loading.
2172         * loading.texi (How Programs Do Loading): Add xref to Lisp
2173         Libraries node in the Emacs manual.
2175 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
2177         * objects.texi (Meta-Char Syntax): Add xref to Strings of Events.
2179 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
2181         * processes.texi (Shell Arguments): Copyedits.
2183 2009-07-18  Glenn Morris  <rgm@gnu.org>
2185         * loading.texi (Repeated Loading): Fix typo.
2187 2009-07-16  Richard Stallman  <rms@gnu.org>
2189         * buffers.texi (Swapping Text): Recommend setting
2190         write-region-annotate-functions and buffer-saved-size.
2192         * backups.texi (Auto-Saving): Document buffer-saved-size = -2.
2194 2009-07-15  Glenn Morris  <rgm@gnu.org>
2196         * edebug.texi: Minor re-phrasings throughout.
2197         (Edebug Execution Modes): Sit-for affects continue mode too.
2198         (Jumping): Use `forward-sexp' rather than its keybinding.
2199         (Edebug Misc): Fix Q binding.
2200         (Edebug Eval): Remove cl version.
2201         (Printing in Edebug): Clarify print-length etc.
2202         (Instrumenting Macro Calls): Defopt edebug-eval-macro-args.
2203         (Specification List): Remove edebug-unwrap findex entry.
2204         (Specification Examples): defmacro is actually not the same as defun.
2205         Escape "`" in example.
2207 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
2209         * markers.texi (The Mark): Document optional arg to
2210         deactivate-mark.
2212 2009-07-11  Kevin Ryde  <user42@zip.com.au>
2214         * hooks.texi (Standard Hooks): Fix cross-references.
2216         * loading.texi (Named Features): Refer to eval-after-load.
2218 2009-07-11  Glenn Morris  <rgm@gnu.org>
2220         * Makefile.in (TEXI2PDF): New.
2221         (elisp.pdf): New target.
2223         * searching.texi (Regexp Backslash): Fix typo.
2225         * elisp.texi (Top): Display copyright notice at start of non-TeX.
2227 2009-07-10  Glenn Morris  <rgm@gnu.org>
2229         * elisp.texi, vol1.texi, vol2.texi: Update @detailmenu.
2231         * customize.texi (Customization Types):
2232         * display.texi (Abstract Display):
2233         * objects.texi (Character Type, String Type):
2234         Merge in some menu descriptions from elisp.texi.
2236         * hash.texi (Hash Tables):
2237         * modes.texi (Multiline Font Lock):
2238         End menu description with period.
2240 2009-07-09  Glenn Morris  <rgm@gnu.org>
2242         * back.texi: Don't hard-code texinfo location.
2244         * two-volume.make (texinfodir): New, with location of texinfo.tex.
2245         (tex): Add texinfodir to TEXINPUTS.
2246         (elisp1med-init, elisp2med-init): Use texinfodir.
2248         * Makefile.in (texinfodir): Rename from usermanualdir, and update.
2249         (clean): Add two-volume.make intermediate files.
2251         * elisp.texi, vol1.texi, vol2.texi:
2252         Use a DATE variable with the publication date, and update it.
2253         Fix antinews menu description.
2255         * vol1.texi, vol2.texi: Update VERSION to match elisp.texi.
2256         Update the detailed node listing to match elisp.texi.
2258         * README: Update edition to match elisp.texi.
2260         * objects.texi (General Escape Syntax):
2261         * nonascii.texi (Character Sets):
2262         Use consistent case for "Unicode Standard".
2264         * anti.texi (Antinews):
2265         * customize.texi (Variable Definitions):
2266         * functions.texi (Declaring Functions):
2267         * nonascii.texi (Character Properties):
2268         * processes.texi (Serial Ports):
2269         * text.texi (Special Properties):
2270         * tips.texi (Coding Conventions):
2271         Minor rearrangements to improve TeX line-filling.
2273         * commands.texi (Using Interactive): Fix cross-reference.
2275 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
2277         * frames.texi (Management Parameters): Mention sticky.
2279 2009-07-01  Andreas Schwab  <aschwab@redhat.com>
2281         * help.texi (Help Functions): Fix description of help-buffer and
2282         help-setup-xref to use @defun instead of @deffn.
2284 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
2286         * frames.texi (Size Parameters): Mention maximized for fullscreen.
2288 2009-06-24  Chong Yidong  <cyd@stupidchicken.com>
2290         * display.texi (Window Systems): Add ns to the list.
2292 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
2294         * Branch for 23.1.
2296 2009-06-17  Martin Rudalics  <rudalics@gmx.at>
2298         * windows.texi (Dedicated Windows): Fix typo.
2299         (Resizing Windows): Replace @defun by @deffn.
2301 2009-06-17  Glenn Morris  <rgm@gnu.org>
2303         * variables.texi (Directory Local Variables):
2304         Update for 2009-04-11 name-change of dir-locals-directory-alist.
2306 2009-06-09  Kenichi Handa  <handa@m17n.org>
2308         * nonascii.texi (Character Sets): State clearly that FROM and TO
2309         are codepoints of CHARSET.
2311 2009-06-07  Chong Yidong  <cyd@stupidchicken.com>
2313         * minibuf.texi (Reading File Names): Fix introductory text.
2314         Suggested by stan@derbycityprints.com.
2315         (High-Level Completion): Fix typo.
2317 2009-05-28  Chong Yidong  <cyd@stupidchicken.com>
2319         * frames.texi (Text Terminal Colors): Multi-tty is already
2320         implemented, but tty-local colors are not.
2322 2009-05-27  Chong Yidong  <cyd@stupidchicken.com>
2324         * hooks.texi (Standard Hooks): Remove mention of obsolete
2325         redisplay-end-trigger-functions.
2327         * internals.texi (Window Internals): Remove mention of obsolete
2328         redisplay-end-trigger-functions.
2330 2009-05-21  Martin Rudalics  <rudalics@gmx.at>
2332         * abbrevs.texi (Abbrev Mode): abbrev-mode is an option.
2334         * backups.texi (Making Backups): backup-directory-alist and
2335         make-backup-file-name-function are options.
2336         (Auto-Saving): auto-save-list-file-prefix is an option.
2338         * buffers.texi (Killing Buffers): buffer-offer-save is an
2339         option.
2341         * display.texi (Refresh Screen): no-redraw-on-reenter is an
2342         option.
2343         (Echo Area Customization): echo-keystrokes is an option.
2344         (Selective Display): selective-display-ellipses is an option.
2345         (Temporary Displays): temp-buffer-show-function is an option.
2346         (Face Attributes): underline-minimum-offset and x-bitmap-file-path
2347         are options.
2348         (Font Selection): face-font-family-alternatives,
2349         face-font-selection-order, face-font-registry-alternatives, and
2350         scalable-fonts-allowed are options.
2351         (Fringe Indicators): indicate-buffer-boundaries is an option.
2352         (Fringe Cursors): overflow-newline-into-fringe is an option.
2353         (Scroll Bars): scroll-bar-mode is an option.
2355         * eval.texi (Eval): max-lisp-eval-depth is an option.
2357         * files.texi (Visiting Functions): find-file-hook is an option.
2358         (Directory Names): directory-abbrev-alist is an option.
2359         (Unique File Names): temporary-file-directory and
2360         small-temporary-file-directory are options.
2362         * frames.texi (Initial Parameters): initial-frame-alist,
2363         minibuffer-frame-alist and default-frame-alist are options.
2364         (Cursor Parameters): blink-cursor-alist and
2365         cursor-in-non-selected-windows ar options.
2366         (Window System Selections): selection-coding-system is an
2367         option.
2368         (Display Feature Testing): display-mm-dimensions-alist is an
2369         option.
2371         * help.texi (Help Functions): help-char and help-event-list are
2372         options.
2374         * keymaps.texi (Functions for Key Lookup): meta-prefix-char is
2375         an option.
2377         * minibuf.texi (Minibuffer History): history-length and
2378         history-delete-duplicates are options.
2379         (High-Level Completion): read-buffer-function and
2380         read-buffer-completion-ignore-case are options.
2381         (Reading File Names): read-file-name-completion-ignore-case is
2382         an option.
2384         * modes.texi (Mode Line Top): mode-line-format is an option.
2385         (Mode Line Variables): mode-line-position and mode-line-modes
2386         are options.
2388         * nonascii.texi (Text Representations):
2389         enable-multibyte-characters is an option.
2390         (Default Coding Systems): auto-coding-regexp-alist,
2391         file-coding-system-alist, auto-coding-alist and
2392         auto-coding-functions are options.
2393         (Specifying Coding Systems): inhibit-eol-conversion is an
2394         option.
2396         * os.texi (Init File): site-run-file is an option.
2397         (System Environment): mail-host-address is an option.
2398         (User Identification): user-mail-address is an option.
2399         (Terminal Output): baud-rate is an option.
2401         * positions.texi (Word Motion): words-include-escapes is an
2402         option.
2404         * searching.texi (Standard Regexps): page-delimiter,
2405         paragraph-separate, paragraph-separate and sentence-end are
2406         options.
2408         * text.texi (Margins): left-margin and fill-nobreak-predicate
2409         are options.
2411         * variables.texi (Local Variables): max-specpdl-size is an
2412         option.
2414         * windows.texi (Choosing Window):
2415         split-window-preferred-function, special-display-function and
2416         display-buffer-function are options.
2418 2009-05-20  Chong Yidong  <cyd@stupidchicken.com>
2420         Fix errors spotted by Martin Rudalics.
2422         * syntax.texi (Position Parse): Document rationale for ignored
2423         arguments to syntax-ppss-flush-cache.
2425         * processes.texi (Input to Processes): Mark PROCESS arg to
2426         process-running-child-p as optional.
2427         (Network Options): Document NO-ERROR arg to
2428         set-network-process-option.
2430         * buffers.texi (Indirect Buffers): Mark clone-indirect-buffer as a
2431         command.
2433         * searching.texi (POSIX Regexps): Mark posix-search-forward and
2434         posix-search-backward as commands.
2436         * os.texi (Killing Emacs): Mark kill-emacs as a command.
2437         (Suspending Emacs): Mark suspend-emacs as a command.
2438         (Processor Run Time): Mark emacs-uptime and emacs-init-time as
2439         commands.
2440         (Terminal Output): Remove obsolete function baud-rate.
2441         Document TERMINAL arg for send-string-to-terminal.
2443         * nonascii.texi (Terminal I/O Encoding): Document TERMINAL arg for
2444         terminal-coding-system and set-terminal-coding-system.
2445         (Explicit Encoding): Mark DESTINATION arg of decode-coding-region
2446         as optional.
2447         (Character Sets): Document RESTRICTION arg of char-charset.
2448         (Character Codes): Mark POS argument to get-byte as optional.
2450         * minibuf.texi (Minibuffer Misc): Document ARGS arg for
2451         minibuffer-message.
2453         * files.texi (Create/Delete Dirs): Mark make-directory and
2454         delete-directory as commands.
2456         * abbrevs.texi (Abbrev Tables): Fix arglist for make-abbrev-table.
2458         * text.texi (Base 64): Mark base64-decode-string and
2459         base64-encode-string as commands.
2460         (Columns): Mark move-to-column as a command.
2461         (Mode-Specific Indent): Document RIGID arg to
2462         indent-for-tab-command.
2463         (Region Indent): Mark TO-COLUMN arg to indent-region as optional.
2464         Mark indent-code-rigidly as a command.
2465         (Substitution): Mark translate-region as a command.
2467         * frames.texi (Size and Position): Remove obsolete functions
2468         screen-height and screen-width.
2470 2009-05-19  Chong Yidong  <cyd@stupidchicken.com>
2472         * windows.texi (Cyclic Window Ordering, Cyclic Window Ordering)
2473         (Displaying Buffers, Resizing Windows): Correct mistakes;
2474         next-window, previous-window, and pop-to-buffer are not commands,
2475         and fit-window-to-buffer" is a command.  (Pointed out by Martin
2476         Rudalics.)
2478 2009-05-17  Richard M Stallman  <rms@gnu.org>
2480         * modes.texi (Precalculated Fontification): Clarify text.
2482 2009-05-17  Martin Rudalics  <rudalics@gmx.at>
2484         * windows.texi (Selecting Windows): Clarify descriptions of
2485         with-selected-window and get-lru-window.
2486         (Cyclic Window Ordering): Refer to particular frame when talking
2487         about how splitting affects the ordering.
2488         (Displaying Buffers): Fix descriptions of switch-to-buffer and
2489         switch-to-buffer-other-window.  Explain how setting of
2490         display-buffer-reuse-frames affects pop-to-buffer.
2491         (Choosing Window): Clarify some details in descriptions of
2492         display-buffer-reuse-frames, pop-up-frames, and
2493         pop-up-frame-function.
2494         (Dedicated Windows): Clarify some details.
2495         (Textual Scrolling): Replace term vscroll by term vertical
2496         scroll position.
2497         (Vertical Scrolling): Fix typo.
2498         (Window Hooks): Relate text on jit-lock-register to window
2499         scrolling and size changes.
2501 2009-05-14  Chong Yidong  <cyd@stupidchicken.com>
2503         * frames.texi (Initial Parameters): Clarify what the initial
2504         minibuffer frame is.
2505         (Buffer Parameters): Note that the minibuffer parameter can not be
2506         altered.
2508         * anti.texi (Antinews): Copyedits.  Rearrange some entries.
2509         Document display-buffer changes.
2511 2009-05-13  Chong Yidong  <cyd@stupidchicken.com>
2513         * anti.texi (Antinews): Rewrite for Emacs 22.
2515         * abbrevs.texi (Abbrevs): Add xref to Creating Symbols when
2516         obarrays are first mentioned.  Define "system abbrev" more
2517         prominently, and add it to the index.
2518         (Abbrev Mode, Abbrev Tables, Defining Abbrevs, Abbrev Properties):
2519         Copyedits.
2520         (Abbrev Expansion): Document abbrev-insert.
2522 2009-05-12  Chong Yidong  <cyd@stupidchicken.com>
2524         * frames.texi (Font and Color Parameters): Rename from Color
2525         Parameters.  Document font-backend parameter.
2527         * vol2.texi (Top): Update node listing.
2528         * vol1.texi (Top): Update node listing.
2529         * elisp.texi (Top): Update node listing.
2531 2009-05-11  Martin Rudalics  <rudalics@gmx.at>
2533         * windows.texi (Choosing Window): Don't explicitly refer to
2534         split-window-sensibly's window argument in descriptions of
2535         split-height-threshold and split-width-threshold.
2537 2009-05-10  Martin Rudalics  <rudalics@gmx.at>
2539         * windows.texi (Choosing Window): Fix rewrite of window
2540         splitting section.
2542 2009-05-09  Eli Zaretskii  <eliz@gnu.org>
2544         * nonascii.texi (Default Coding Systems):
2545         Document find-auto-coding, set-auto-coding, and auto-coding-alist.
2546         Add indexing.
2547         (Lisp and Coding Systems): Add index entries.
2549 2009-05-09  Martin Rudalics  <rudalics@gmx.at>
2551         * windows.texi (Choosing Window): Describe split-window-sensibly
2552         and rewrite section on window splitting accordingly.
2553         (Textual Scrolling): Replace `...' by @code{...}.
2555 2009-05-04  Chong Yidong  <cyd@stupidchicken.com>
2557         * hooks.texi (Standard Hooks): Add abbrev-expand-functions.
2558         Remove obsoleted pre-abbrev-expand-hook.
2560         * locals.texi (Standard Buffer-Local Variables): Consolidate table
2561         entries.
2563         * internals.texi (Object Internals): Don't assume 32-bit machines
2564         are the norm.
2565         (Buffer Internals): Consolidate table entries for readability.
2566         (Window Internals): Synch field names to window.h.
2567         (Process Internals): Synch field names to process.h.
2569 2009-04-29  Chong Yidong  <cyd@stupidchicken.com>
2571         * variables.texi (File Local Variables): Note that read-circle is
2572         bound to nil when reading file-local variables.
2574         * streams.texi (Input Functions): Document read-circle.
2575         (Output Variables): Add xref to Circular Objects.
2577 2009-04-25  Chong Yidong  <cyd@stupidchicken.com>
2579         * tips.texi (Coding Conventions): Copyedits.  Add xref to Named
2580         Features and Coding System Basics.  Node that "p" stands for
2581         "predicate".  Recommend utf-8-emacs instead of emacs-mule.
2582         (Key Binding Conventions): Emacs does use S-down-mouse-1, for
2583         mouse-appearance-menu.
2584         (Programming Tips): Add xref to Progress.
2586 2009-04-22  Chong Yidong  <cyd@stupidchicken.com>
2588         * os.texi (Command-Line Arguments):
2589         Document command-line-args-left.
2590         (Suspending Emacs): Adapt text to multi-tty case.  Document use of
2591         terminal objects for tty arguments.
2592         (Startup Summary): Add xref to Session Management.
2593         (Session Management): Mention emacs-session-restore.  Copyedits.
2595 2009-04-20  Chong Yidong  <cyd@stupidchicken.com>
2597         * os.texi (Startup Summary): Copyedits.  The init file is not
2598         necessarily named .emacs now.  Document initial-buffer-choice and
2599         initial-scratch-message.  Note where Emacs exits in batch mode.
2600         Document inhibit-splash-screen as an alias.
2601         (Init File): Be neutral about which init file name to use.
2603 2009-04-16  Chong Yidong  <cyd@stupidchicken.com>
2605         * os.texi (System Interface): Fix Texinfo usage.
2607 2009-04-15  Chong Yidong  <cyd@stupidchicken.com>
2609         * searching.texi (Regexp Backslash): Also refer to shy groups as
2610         non-capturing or unnumbered groups.
2611         (Regexp Functions): Add cross-reference to Regexp Backslash.
2613         * display.texi (Truncation): Overlays can use line-prefix and
2614         wrap-prefix too.
2615         (Overlay Properties): Document wrap-prefix and line-prefix.
2616         (Face Attributes): Document underline-minimum-offset.
2617         (Face Remapping): Copyedits.
2618         (Low-Level Font): Copyedits.
2619         (Image Cache): Note that the image cache is shared between frames.
2620         (Line Height): Emphasize that line-spacing only takes effect on
2621         graphical terminals.
2623 2009-04-13  Chong Yidong  <cyd@stupidchicken.com>
2625         * display.texi (Refresh Screen): Note that a passage about screen
2626         refreshing is text terminal only.
2627         (Forcing Redisplay): Delete misleading comment---sit-for calls
2628         redisplay, not the other way around.
2629         (Truncation): Note new values of truncate-partial-width-windows.
2630         Copyedits.
2631         (Invisible Text): Document invisible-p.
2633 2009-04-11  Eli Zaretskii  <eliz@gnu.org>
2635         * display.texi (Overlays): Overlays don't scale well.  See
2636         http://lists.gnu.org/archive/html/emacs-devel/2009-04/msg00243.html.
2638 2009-04-10  Chong Yidong  <cyd@stupidchicken.com>
2640         * syntax.texi (Syntax Table Functions): Document cons cell
2641         argument for modify-syntax-entry.
2642         (Categories): Document cons cell argument for
2643         modify-category-entry.
2645         * searching.texi (String Search): Document word-search-forward-lax
2646         and word-search-backward-lax.
2647         (Searching and Case): Describe isearch behavior more precisely.
2649         * keymaps.texi (Tool Bar): Mention that some platforms do not
2650         support multi-line toolbars.  Suggested by Stephen Eglen.
2652         * frames.texi (Layout Parameters): Mention that Nextstep also
2653         allows only one tool-bar line.  Suggested by Stephen Eglen.
2655         * nonascii.texi (Text Representations): Copyedits.
2656         (Coding System Basics): Also mention utf-8-emacs.
2657         (Converting Representations, Selecting a Representation)
2658         (Scanning Charsets, Translation of Characters, Encoding and I/O):
2659         Copyedits.
2660         (Character Codes): Mention role of codepoints 1114112 to 4194175.
2662 2009-04-09  Chong Yidong  <cyd@stupidchicken.com>
2664         * text.texi (Yank Commands): Note that yank uses push-mark.
2665         (Filling): Clarify REGION argument of fill-paragraph.
2666         Document fill-forward-paragraph-function.
2667         (Special Properties): Remove "new in Emacs 22" declaration.
2668         (Clickable Text): Merge with Links and Mouse-1 node.
2670         * display.texi (Button Properties, Button Buffer Commands):
2671         Change xref to Clickable Text.
2673         * tips.texi (Key Binding Conventions): Change xref to Clickable
2674         Text.
2676         * elisp.texi (Top): Update node listing.
2678 2009-04-05  Chong Yidong  <cyd@stupidchicken.com>
2680         * markers.texi (The Mark): Copyedits.  Improve description of
2681         handle-shift-selection.
2682         (The Region): Move use-region-p here from The Mark.
2684         * positions.texi (Screen Lines): Document (cols . lines) argument
2685         for vertical-motion.
2687 2009-04-04  Chong Yidong  <cyd@stupidchicken.com>
2689         * frames.texi (Frames): Clean up introduction.  Document `ns'
2690         return value for framep.
2691         (Creating Frames): Note how the terminal is chosen.
2692         (Multiple Terminals, Multiple Displays): Merge into a single node.
2693         (Color Parameters): Fix typo.
2695         * variables.texi (Local Variables, Buffer-Local Variables)
2696         (Creating Buffer-Local): Change link to Multiple Terminals.
2698         * os.texi (X11 Keysyms): Change link to Multiple Terminals.
2700         * keymaps.texi (Controlling Active Maps): Change link to Multiple
2701         Terminals.
2703         * commands.texi (Command Loop Info, Keyboard Macros): Change link
2704         to Multiple Terminals.
2706         * elisp.texi (Top): Update node listing.
2707         * vol2.texi (Top): Update node listing.
2708         * vol1.texi (Top): Update node listing.
2710         * buffers.texi (Current Buffer): Note that the append-to-buffer
2711         example is no longer in synch with the latest code.  Tie the two
2712         examples together.
2714         * files.texi (File Attributes): Move note about MS-DOS from
2715         Changing Files to File Attributes.
2716         (Create/Delete Dirs): Note that mkdir is an alias for this.
2718 2009-04-01  Markus Triska  <triska@gmx.at>
2720         * processes.texi (Filter Functions): Suggest how to handle output
2721         batches.
2723 2009-03-30  Chong Yidong  <cyd@stupidchicken.com>
2725         * help.texi (Accessing Documentation): Update example to use
2726         help-setup-xref and with-help-window.
2727         (Help Functions): Remove print-help-return-message, which is
2728         semi-obsolete due to with-help-window.  Document help-buffer and
2729         help-setup-xref.
2731 2009-03-29  Chong Yidong  <cyd@stupidchicken.com>
2733         * help.texi (Accessing Documentation, Help Functions):
2734         Remove information about long-obsolete Emacs versions.
2736         * modes.texi (Mode Line Variables): The default values of the mode
2737         line variables are now more complicated.
2739 2009-03-28  Chong Yidong  <cyd@stupidchicken.com>
2741         * modes.texi (Major Mode Conventions): Note that specialness is
2742         inherited.
2743         (Derived Modes): Note that define-derive-mode sets the mode-class
2744         property.
2746         * keymaps.texi (Prefix Keys): The M-g prefix key is now named
2747         goto-map.  Add search-map to the list.
2749 2009-03-27  Eli Zaretskii  <eliz@gnu.org>
2751         * os.texi (System Environment): Update the list of system-type
2752         values.
2754         * markers.texi (The Mark) <handle-shift-selection>: Update for
2755         removal of the optional argument DEACTIVATE.
2757 2009-03-25  Chong Yidong  <cyd@stupidchicken.com>
2759         * commands.texi (Focus Events): Most X window managers don't use
2760         focus-follows-mouse nowadays.
2762 2009-03-24  Chong Yidong  <cyd@stupidchicken.com>
2764         * commands.texi (Defining Commands): Clarify introduction.
2765         (Using Interactive): Not that interactive can be put in a symbol
2766         property.
2767         (Interactive Call): Note that a symbol with a non-nil
2768         interactive-form property satisfies commandp.
2770 2009-03-23  Juanma Barranquero  <lekktu@gmail.com>
2772         * minibuf.texi (Intro to Minibuffers): Fix typos.
2774 2009-03-23  Chong Yidong  <cyd@stupidchicken.com>
2776         * minibuf.texi (Intro to Minibuffers): Remove long-obsolete info
2777         about minibuffers in old Emacs versions.  Copyedits.
2778         Emphasize that enable-recursive-minibuffers defaults to nil.
2779         (Text from Minibuffer): Simplify introduction.
2781 2009-03-22  Alan Mackenzie  <acm@muc.de>
2783         * commands.texi (Using Interactive): Clarify string argument to
2784         `interactive' - even promptless elements need \n separators.
2786 2009-03-18  Chong Yidong  <cyd@stupidchicken.com>
2788         * minibuf.texi (Completion Styles): New node.
2790         * elisp.texi (Top): Update node listing.
2792 2009-03-17  Chong Yidong  <cyd@stupidchicken.com>
2794         * minibuf.texi (Basic Completion): Note that
2795         read-file-name-completion-ignore-case and
2796         read-buffer-completion-ignore-case can override
2797         completion-ignore-case.
2798         (Minibuffer Completion): Document completing-read changes.
2799         (Completion Commands): Avoid mentioning partial completion mode.
2800         Document minibuffer-completion-confirm changes, and
2801         minibuffer-confirm-exit-commands.
2802         (High-Level Completion): Document new require-match behavior for
2803         read-buffer.  Document read-buffer-completion-ignore-case.
2804         (Reading File Names): Document new require-match behavior for
2805         read-file-name.
2807 2009-03-14  Chong Yidong  <cyd@stupidchicken.com>
2809         * debugging.texi (Error Debugging): Don't mislead the reader into
2810         thinking that debug-on-error enters debugger for C-f at EOB.
2811         (Error Debugging): Setting debug-on-init within the init file
2812         works, and has for some time.
2814 2009-03-13  Kenichi Handa  <handa@m17n.org>
2816         * display.texi (Fontsets): Update the description.
2818 2009-03-13  Chong Yidong  <cyd@stupidchicken.com>
2820         * advice.texi (Advising Primitives): Link to What Is a Function.
2822 2009-03-12  Chong Yidong  <cyd@stupidchicken.com>
2824         * compile.texi (Speed of Byte-Code): Update example.
2825         (Disassembly): Update examples.
2827         * loading.texi (Repeated Loading): Simplify examples.
2829         * customize.texi (Common Keywords): It's not necessary to use :tag
2830         to remove hyphens, as custom-unlispify-tag-name does it
2831         automatically.
2832         (Variable Definitions): Link to File Local Variables.
2833         Document customized-value symbol property.
2834         (Customization Types): Move menu to end of node.
2836 2009-03-10  Chong Yidong  <cyd@stupidchicken.com>
2838         * macros.texi (Compiling Macros): Omit misleading sentence, which
2839         implied that macros can only be used in the same file they are
2840         defined.
2841         (Backquote): Remove obsolete information about Emacs 19.
2843 2009-03-05  John Foerch  <jjfoerch@earthlink.net>  (tiny change)
2845         * display.texi (Display Margins): Fix paren typo.
2847 2009-02-27  Chong Yidong  <cyd@stupidchicken.com>
2849         * elisp.texi (Top): Update node listing.
2851         * variables.texi (Variables): Clarify introduction.
2852         (Global Variables): Mention that setq is a special form.
2853         (Local Variables): Use active voice.
2854         (Tips for Defining): Mention marking variables as safe.
2855         (Buffer-Local Variables): Mention terminal-local and frame-local
2856         variables together.
2857         (File Local Variables): Copyedits.
2858         (Frame-Local Variables): Note that they are not really useful.
2859         (Future Local Variables): Node deleted.
2861         * objects.texi (General Escape Syntax): Update explanation of
2862         Unicode escape syntax.
2864 2009-02-23  Chong Yidong  <cyd@stupidchicken.com>
2866         * control.texi (Control Structures): Add cindex entry for "textual
2867         order".
2869         * eval.texi (Intro Eval): Copyedits.  Standardize on "form"
2870         instead of "expression" throughout.
2871         (Function Indirection): Copyedits.  Use active voice.
2872         (Eval): The default value of max-lisp-eval-depth is now 400.
2874 2009-02-23  Miles Bader  <miles@gnu.org>
2876         * processes.texi (System Processes): Rename `system-process-attributes'
2877         to `process-attributes'.
2879 2009-02-22  Chong Yidong  <cyd@stupidchicken.com>
2881         * symbols.texi (Property Lists): Emphasize that property lists are
2882         not restricted to symbol cells.
2883         (Other Plists): Copyedit.
2885         * sequences.texi (Sequences Arrays Vectors): Make introduction
2886         more concise.
2887         (Arrays): Mention char-tables and bool-vectors too.
2888         (Vectors): Don't repeat information given in Arrays node.  Link to
2889         nodes that explain the vector usage examples.
2890         (Char-Tables): Note that char-table elements can have arbitrary
2891         type.  Explain effect of omitted char-table-extra-slots property.
2892         Link to Property Lists node.
2894 2009-02-22  Chong Yidong  <cyd@stupidchicken.com>
2896         * lists.texi (Building Lists): Remove obsolete Emacs 20 usage of
2897         `append'.
2898         (List Elements): Copyedits.
2900         * sequences.texi (Vector Functions): Remove obsolete Emacs 20 use
2901         of `vconcat'.
2903         * strings.texi (Creating Strings): Copyedits.  Remove obsolete
2904         Emacs 20 usage of `concat'.
2905         (Case Conversion): Copyedits.
2907 2009-02-21  Chong Yidong  <cyd@stupidchicken.com>
2909         * objects.texi (Lisp Data Types, Syntax for Strings, Buffer Type):
2910         Minor edits.
2911         (Frame Configuration Type): Emphasize that it is not primitive.
2912         (Font Type): New node.
2913         (Type Predicates): Add fontp; type-of now recognizes font object
2914         types.
2916         * intro.texi (Version Info): Update version numbers in examples.
2917         (Acknowledgements): List more contributors.
2919         * elisp.texi: Bump version number to 3.0.
2920         (Top): Link to Font Type node.
2922 2009-02-20  Juanma Barranquero  <lekktu@gmail.com>
2924         * modes.texi (Major Mode Conventions): Remove duplicate words.
2925         (Customizing Keywords): Fix typo.
2927 2009-02-14  Eli Zaretskii  <eliz@gnu.org>
2929         * nonascii.texi (User-Chosen Coding Systems): Document that
2930         select-safe-coding-system suggests raw-text if there are raw bytes
2931         in the region.
2932         (Explicit Encoding): Warn not to use `undecided' when encoding.
2934 2009-02-11  Glenn Morris  <rgm@gnu.org>
2936         * frames.texi (Visibility of Frames): Mention the effect multiple
2937         workspaces/desktops can have on visibility.
2939 2009-02-07  Eli Zaretskii  <eliz@gnu.org>
2941         * text.texi (Commands for Insertion):
2942         * commands.texi (Event Mod):
2943         * keymaps.texi (Searching Keymaps):
2944         * nonascii.texi (Translation of Characters):
2945         Reinstate documentation of translation-table-for-input.
2946         (Explicit Encoding): Document the `charset' text property produced
2947         by decode-coding-region and decode-coding-string.
2949 2009-01-27  Alan Mackenzie  <acm@muc.de>
2951         * modes.texi (Search-based Fontification): Correct a typo.
2953 2009-01-25  Juanma Barranquero  <lekktu@gmail.com>
2955         * abbrevs.texi (Abbrev Table Properties): Fix typo.
2956         Reported by Seweryn Kokot <sewkokot@gmail.com>.  (Bug#2039)
2958 2009-01-24  Eli Zaretskii  <eliz@gnu.org>
2960         * display.texi (Window Systems): Document the value of
2961         `initial-window-system' under --daemon.
2963         * os.texi (System Environment): Remove description of the
2964         `environment' function which has been deleted.
2966 2009-01-22  Dan Nicolaescu  <dann@ics.uci.edu>
2968         * frames.texi (Multiple Displays): Remove documentation for
2969         removed function make-frame-on-tty.
2971 2009-01-22  Chong Yidong  <cyd@stupidchicken.com>
2973         * files.texi (Format Conversion Piecemeal): Clarify behavior of
2974         write-region-annotate-functions.
2975         Document write-region-post-annotation-function.
2977 2009-01-19  Chong Yidong  <cyd@stupidchicken.com>
2979         * display.texi (Font Lookup): Document WIDTH argument of
2980         x-list-fonts.
2982 2009-01-17  Eli Zaretskii  <eliz@gnu.org>
2984         * maps.texi (Standard Keymaps): Rename function-key-map to
2985         local-function-key-map.
2987         * keymaps.texi (Translation Keymaps): Rename function-key-map to
2988         local-function-key-map.
2990         * nonascii.texi (Terminal I/O Encoding): `keyboard-coding-system'
2991         and `set-keyboard-coding-system' now accept an optional terminal
2992         argument.
2994         * commands.texi (Event Mod): `keyboard-translate-table' is now
2995         terminal-local.
2996         (Function Keys): Rename function-key-map to
2997         local-function-key-map.
2999         * elisp.texi (Top): Make @detailmenu be consistent with changes in
3000         frames.texi.
3002         * hooks.texi (Standard Hooks): Document `delete-frame-functions'
3003         `delete-terminal-functions', `suspend-tty-functions' and
3004         `resume-tty-functions'.
3006         * frames.texi (Frames): Document `frame-terminal' and
3007         `terminal-live-p'.
3008         (Multiple Displays): Document `make-frame-on-tty'.
3009         (Multiple Terminals): Document `terminal-list', `delete-terminal',
3010         `terminal-name', and `get-device-terminal'.
3011         (Terminal Parameters): Document `terminal-parameters',
3012         `terminal-parameter', and `set-terminal-parameter'.
3014         * os.texi (System Environment): Document `environment' and
3015         `initial-environment'.
3016         (Suspending Emacs): Update for multi-tty; document
3017         `suspend-tty', `resume-tty', and `controlling-tty-p'.
3019         * nonascii.texi (Coding System Basics): More accurate description
3020         of `raw-text'.
3022 2009-01-12  Juanma Barranquero  <lekktu@gmail.com>
3024         * display.texi (Low-Level Font): Fix typo.
3026 2009-01-10  Chong Yidong  <cyd@stupidchicken.com>
3028         * elisp.texi (Top): Update node listing.
3030         * display.texi (PostScript Images): Node deleted.
3032 2009-01-10  Eli Zaretskii  <eliz@gnu.org>
3034         * processes.texi (Decoding Output): Document that null bytes force
3035         no-conversion for reading process output.
3037         * files.texi (Reading from Files): Document that null bytes force
3038         no-conversion when visiting files.
3040         * processes.texi (Serial Ports): Improve wording, suggested by RMS.
3042         * nonascii.texi (Lisp and Coding Systems):
3043         Document inhibit-null-byte-detection and inhibit-iso-escape-detection.
3044         (Character Properties): Improve wording.
3046 2009-01-09  Chong Yidong  <cyd@stupidchicken.com>
3048         * display.texi (Font Lookup): Remove obsolete function
3049         x-font-family-list.  x-list-fonts accepts Fontconfig/GTK syntax.
3050         (Low-Level Font): Rename from Fonts, move to end of Faces section.
3051         (Font Selection): Reorder order of variable descriptions.
3052         Minor clarifications.
3054         * elisp.texi (Top): Update node listing.
3056 2009-01-09  Glenn Morris  <rgm@gnu.org>
3058         * commands.texi (Command Loop Info): Say that last-command-char and
3059         last-input-char are obsolete aliases.
3061         * edebug.texi (Edebug Recursive Edit): Remove separate references to
3062         last-input-char and last-command-char, since they are just aliases for
3063         last-input-event and last-command-event.
3065         * minibuf.texi (Minibuffer Commands): Use last-command-event rather than
3066         last-command-char.
3068 2009-01-08  Chong Yidong  <cyd@stupidchicken.com>
3070         * elisp.texi: Update node listing.
3072         * display.texi (Faces): Put Font Selection node after Auto Faces.
3073         (Face Attributes): Don't link to Font Lookup.
3074         Document font-family-list.
3075         (Fonts): New node.
3077 2009-01-08  Jason Rumney  <jasonr@gnu.org>
3079         * frames.texi (Pointer Shape): Clarify that only X supports
3080         changing the standard pointer shapes.  (Bug#1485)
3082 2009-01-08  Chong Yidong  <cyd@stupidchicken.com>
3084         * display.texi (Attribute Functions): Note that a function value
3085         :height is relative, and that compatibility functions work by
3086         calling set-face-attribute.
3087         (Displaying Faces): Reorder list in order of increasing priority.
3088         (Face Remapping): New node.  Content moved here from Displaying
3089         Faces.
3090         (Glyphs): Link to Face Functions.
3092 2009-01-08  Chong Yidong  <cyd@stupidchicken.com>
3094         * display.texi (Faces): Don't discuss face id here.  facep does
3095         not return t.
3096         (Defining Faces): Minor clarification.
3097         (Face Attributes): Rearrange items to match docstring of
3098         set-face-attribute.  Add :foundry attribute.  Document new role of
3099         :font attribute.  Texinfo usage fix.
3100         (Attribute Functions): Copyedits.
3101         (Face Functions): Note that face number is seldom used.
3103 2009-01-05  Richard M Stallman  <rms@gnu.org>
3105         * strings.texi (Predicates for Strings): Minor clarification.
3107         * functions.texi (Function Safety): Texinfo usage fix.
3109 2009-01-04  Eduard Wiebe  <usenet@pusto.de>  (tiny patch)
3111         * objects.texi (General Escape Syntax): Fix typo.
3113 2009-01-03  Martin Rudalics  <rudalics@gmx.at>
3115         * windows.texi (Choosing Window): Say that pop-up-frame-alist
3116         works via the default value of pop-up-frame-function.
3118 2009-01-02  Eli Zaretskii  <eliz@gnu.org>
3120         * processes.texi (System Processes): Document the `time' and
3121         `ctime' attributes of `system-process-attributes'.
3123 2009-01-01  Chong Yidong  <cyd@stupidchicken.com>
3125         * display.texi (Face Attributes): Clarify :height attribute.
3127 2008-12-31  Martin Rudalics  <rudalics@gmx.at>
3129         * buffers.texi (The Buffer List): Clarify what moves a buffer to
3130         the front of the buffer list.  Add entries for `last-buffer' and
3131         `unbury-buffer'.
3133 2008-12-27  Eli Zaretskii  <eliz@gnu.org>
3135         * elisp.texi (Top): Add @detailmenu items for "Multiple Terminals"
3136         and its subsections.
3138         * frames.texi (Multiple Terminals, Low-level Terminal)
3139         (Terminal Parameters, Frames on Other TTY devices): New sections.
3140         (Frames): Add an xref to "Multiple Terminals".
3142         * elisp.texi (Top): Add @detailmenu item for "Terminal Type".
3144         * objects.texi (Terminal Type): New node.
3145         (Editing Types): Add it to the menu.
3147         * elisp.texi (Top): Add a @detailmenu item for "Directory Local
3148         Variables".
3150         * variables.texi (Directory Local Variables): New node.
3151         (Variables): Add a menu item for it.
3153         * loading.texi (Autoload): Document `generate-autoload-cookie' and
3154         `generated-autoload-file'.
3156 2008-12-20  Eli Zaretskii  <eliz@gnu.org>
3158         * os.texi (Startup Summary): Add xref to documentation of
3159         `initial-window-system'.
3161         * display.texi (Window Systems): Document `window-system' the
3162         function.  The variable `window-system' is now frame-local.
3163         Document `initial-window-system'.
3165 2008-12-19  Martin Rudalics  <rudalics@gmx.at>
3167         * windows.texi (Windows): Rewrite description of
3168         fit-window-to-buffer.
3170 2008-12-13  Glenn Morris  <rgm@gnu.org>
3172         * modes.texi (Font Lock Basics): Fix level description.  (Bug#1534)
3173         (Levels of Font Lock): Refer to font-lock-maximum-decoration.
3175 2008-12-12  Glenn Morris  <rgm@gnu.org>
3177         * debugging.texi (Error Debugging): Refer forwards to
3178         eval-expression-debug-on-error.
3180 2008-12-05  Eli Zaretskii  <eliz@gnu.org>
3182         * strings.texi (String Basics): Only unibyte strings that
3183         represent key sequences hold 8-bit raw bytes.
3185         * nonascii.texi (Coding System Basics): Rewrite @ignore'd
3186         paragraph to speak about `undecided'.
3187         (Character Properties): Don't explain the meaning of each
3188         property; instead, identify their Unicode Standard names.
3189         (Character Sets): Document `map-charset-chars'.
3191 2008-12-02  Glenn Morris  <rgm@gnu.org>
3193         * files.texi (Format Conversion Round-Trip): Rewrite format-write-file
3194         section yet again.
3196 2008-11-29  Eli Zaretskii  <eliz@gnu.org>
3198         * nonascii.texi (Character Properties): New Section.
3199         (Specifying Coding Systems): Document
3200         `coding-system-priority-list', `set-coding-system-priority', and
3201         `with-coding-priority'.
3202         (Lisp and Coding Systems): Document `check-coding-systems-region'
3203         and `coding-system-charset-list'.
3204         (Coding System Basics): Document `coding-system-aliases'.
3206         * elisp.texi (Top): Add a @detailmenu entry for "Character
3207         Properties".
3209         * objects.texi (Character Type): Correct the range of Emacs
3210         characters.  Add an @xref to "Character Codes".
3212         * strings.texi (String Basics): Add an @xref to "Character Codes".
3214         * numbers.texi (Integer Basics): Add an @xref to `max-char'.
3216         * nonascii.texi (Explicit Encoding): Update for Emacs 23.
3217         (Character Codes): Document `max-char'.
3219 2008-11-28  Eli Zaretskii  <eliz@gnu.org>
3221         * nonascii.texi (Text Representations, Converting Representations)
3222         (Character Sets, Scanning Charsets, Translation of Characters):
3223         Make text more accurate.
3225 2008-11-28  Glenn Morris  <rgm@gnu.org>
3227         * files.texi (Format Conversion Round-Trip): Improve previous change.
3229 2008-11-26  Chong Yidong  <cyd@stupidchicken.com>
3231         * modes.texi (Auto Major Mode): Fix example.
3233 2008-11-25  Glenn Morris  <rgm@gnu.org>
3235         * control.texi (Signaling Errors): Fix `wrong-type-argument' name.
3237         * files.texi (Format Conversion Round-Trip):
3238         Use active voice for previous change.
3240 2008-11-25  Chong Yidong  <cyd@stupidchicken.com>
3242         * os.texi (Processor Run Time):
3243         * processes.texi (Transaction Queues):
3244         * markers.texi (The Mark):
3245         * windows.texi (Choosing Window, Selecting Windows):
3246         * files.texi (Changing Files, Magic File Names):
3247         * commands.texi (Key Sequence Input):
3248         * functions.texi (Declaring Functions):
3249         * strings.texi (Predicates for Strings):
3250         * intro.texi (nil and t): Fix typos (pointed out by Drew Adams).
3252 2008-11-24  Chong Yidong  <cyd@stupidchicken.com>
3254         * help.texi (Accessing Documentation): Update example.
3256         * variables.texi (Defining Variables): Note that `*' is not
3257         necessary if defcustom is used.
3259 2008-11-22  Eli Zaretskii  <eliz@gnu.org>
3261         * elisp.texi (Top): Remove "Chars and Bytes" and "Splitting
3262         Characters" from @detailmenu.
3264         * nonascii.texi (Character Codes, Character Sets)
3265         (Scanning Charsets, Translation of Characters): Update for Emacs 23.
3266         (Chars and Bytes, Splitting Characters): Sections removed.
3268 2008-11-22  Lute Kamstra  <lute@gnu.org>
3270         * positions.texi (Text Lines): Update goto-line documentation.
3272 2008-11-21  Martin Rudalics  <rudalics@gmx.at>
3274         * frames.texi (Frames): Fix typo, add cross references, reword.
3275         (Initial Parameters): Reword special-display-frame-alist text.
3276         (Frames and Windows): Reword.  Describe argument norecord for
3277         set-frame-selected-window.
3278         (Input Focus): Describe argument norecord for select-frame.
3279         Remove comment on MS-Windows behavior for focus-follows-mouse.
3280         (Raising and Lowering): Mention windows-frames dichotomy in
3281         metaphor.
3283         * windows.texi (Displaying Buffers, Vertical Scrolling)
3284         (Horizontal Scrolling): Fix indenting and rewording issues
3285         introduced with 2008-11-07 change.
3287 2008-11-20  Glenn Morris  <rgm@gnu.org>
3289         * files.texi (Format Conversion Round-Trip): Mention `preserve'
3290         element of `format-alist'.
3292 2008-11-19  Glenn Morris  <rgm@gnu.org>
3294         * doclicense.texi: Update to FDL 1.3.
3295         * elisp.texi, vol1.texi, vol2.texi: Relicense under FDL 1.3 or later.
3297 2008-11-18  Chong Yidong  <cyd@stupidchicken.com>
3299         * windows.texi (Window Hooks): Remove *-end-trigger-functions
3300         vars, which are obsolete.  Mention jit-lock-register.
3302         * modes.texi (Other Font Lock Variables):
3303         Document jit-lock-register and jit-lock-unregister.
3305         * frames.texi (Color Parameters): Document alpha parameter.
3307 2008-11-16  Martin Rudalics  <rudalics@gmx.at>
3309         * windows.texi (Splitting Windows, Deleting Windows)
3310         (Selecting Windows, Cyclic Window Ordering)
3311         (Buffers and Windows, Displaying Buffers, Choosing Window)
3312         (Dedicated Windows, Window Point, Window Start and End)
3313         (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling)
3314         (Size of Window, Resizing Windows, Window Configurations)
3315         (Window Parameters): Avoid @var at beginning of sentences and
3316         reword accordingly.
3318 2008-11-11  Lute Kamstra  <lute@gnu.org>
3320         * files.texi (File Name Components): Fix file-name-extension
3321         documentation.
3323 2008-11-11  Juanma Barranquero  <lekktu@gmail.com>
3325         * frames.texi (Basic Parameters): Remove display-environment-variable
3326         and term-environment-variable.
3328 2008-11-08  Eli Zaretskii  <eliz@gnu.org>
3330         * windows.texi (Basic Windows, Splitting Windows)
3331         (Deleting Windows, Selecting Windows, Cyclic Window Ordering)
3332         (Buffers and Windows, Displaying Buffers, Dedicated Windows)
3333         (Resizing Windows, Window Configurations, Window Parameters):
3334         Fix wording and markup.
3336 2008-11-07  Martin Rudalics  <rudalics@gmx.at>
3338         * windows.texi (Windows): Update entries.
3339         (Basic Windows): Remove listing of attributes.  Reword.
3340         (Splitting Windows, Deleting Windows): Reword.
3341         (Selecting Windows, Cyclic Window Ordering): Reword with special
3342         emphasis on order of recently selected windows and buffer list.
3343         (Buffers and Windows, Choosing Window): Reword with special
3344         emphasis on dedicated windows.
3345         (Displaying Buffers): Reword.  For switch-to-buffer mention that
3346         it may fall back on pop-to-buffer.  For other-window try to
3347         explain how it treats the cyclic ordering of windows.
3348         (Dedicated Windows): New node and section discussing dedicated
3349         windows and associated functions.
3350         (Window Point): Add entry for window-point-insertion-type.  Reword.
3351         (Window Start and End): Rename node and section title.  Reword.
3352         (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling):
3353         Minor rewording.
3354         (Size of Window): Reword, in particular text on window-width.
3355         (Resizing Windows): Reword.  Add text on balancing windows.
3356         (Window Configurations): Reword.  Mention window parameters.
3357         (Window Parameters): New node and section on window parameters.
3358         (Window Hooks): Reword.  Mention that
3359         window-configuration-change-hook is run "buffer-locally".
3360         * elisp.texi (Top): Update Windows entries in @detailmenu
3361         section.
3363 2008-11-04  Juanma Barranquero  <lekktu@gmail.com>
3365         * searching.texi (Regexp Search): Fix typo.
3367 2008-11-03  Seweryn Kokot  <sewkokot@gmail.com>  (tiny change)
3369         * searching.texi (Regexp Search): Document GREEDY arg.
3370         (Simple Match Data): Fix return value.
3372 2008-11-01  Eli Zaretskii  <eliz@gnu.org>
3374         * nonascii.texi (Text Representations): Rewrite to make consistent
3375         with Emacs 23 internal representation of characters.
3376         Document `unibyte-string'.
3378 2008-10-28  Chong Yidong  <cyd@stupidchicken.com>
3380         * processes.texi (Process Information): Note that process-status
3381         does not accept buffer names.
3383 2008-10-27  Seweryn Kokot  <sewkokot@gmail.com>  (tiny change)
3385         * positions.texi (Skipping Characters): Correct return value of
3386         skip-chars-forward.
3388 2008-10-25  Martin Rudalics  <rudalics@gmx.at>
3390         * windows.texi (Deleting Windows): Update documentation of
3391         delete-windows-on.
3392         (Buffers and Windows): Update documentations of
3393         get-buffer-window and get-buffer-window-list.
3394         (Displaying Buffers): Update documentation of
3395         replace-buffer-in-windows.
3397         * buffers.texi (Current Buffer): Reword set-buffer and
3398         with-current-buffer documentations.
3399         (Creating Buffers): Reword documentation of get-buffer-create.
3401 2008-10-23  Martin Rudalics  <rudalics@gmx.at>
3403         * buffers.texi (Current Buffer): Reword documentation of
3404         set-buffer.
3405         (Buffer Names): Reword documentation of buffer-name.
3406         (The Buffer List): For bury-buffer explain what happens with the
3407         buffer's window.
3408         (Creating Buffers): Say that get-buffer-create's arg is called
3409         buffer-or-name.
3411 2008-10-22  Chong Yidong  <cyd@stupidchicken.com>
3413         * advice.texi (Computed Advice): Explain what DEFINITION is.
3415         * nonascii.texi (Character Codes): Remove obsolete function
3416         char-valid-p, and document characterp instead.
3418 2008-10-22  Martin Rudalics  <rudalics@gmx.at>
3420         * windows.texi (Displaying Buffers): Reword documentation of
3421         pop-to-buffer.
3422         (Choosing Window): Rewrite documentation of display-buffer and
3423         its options.
3425         * buffers.texi (Killing Buffers): Update documentation of
3426         kill-buffer.
3428 2008-10-21  Eli Zaretskii  <eliz@gnu.org>
3430         * processes.texi (Serial Ports): Fix wording and improve markup.
3432         * searching.texi (Regexp Search): Document `string-match-p' and
3433         `looking-at-p'.
3434         (POSIX Regexps): Add an xref for "non-greedy".
3435         (Regexp Special): Add @cindex entry for "non-greedy".
3437         * display.texi (Attribute Functions): Document `face-all-attributes'.
3438         (Image Cache) <image-refresh>: Minor wording fixes.
3440         * frames.texi (Color Names): Add an xref to `read-color'.
3442         * minibuf.texi (High-Level Completion): Document `read-color'.
3444         * elisp.texi (Top): Add "Swapping Text" to @detailmenu.
3446         * positions.texi (Narrowing): Add an xref to "Swapping Text".
3448         * buffers.texi (Swapping Text): New section, documents
3449         `buffer-swap-text'.
3451 2008-10-21  Martin Rudalics  <rudalics@gmx.at>
3453         * windows.texi (Resizing Windows): Minor wording fix.
3455 2008-10-20  Eli Zaretskii  <eliz@gnu.org>
3457         * processes.texi (Shell Arguments): Document `split-string-and-unquote'
3458         and `combine-and-quote-strings'.
3460         * strings.texi (Creating Strings): Add xrefs for them.
3462 2008-10-19  Eli Zaretskii  <eliz@gnu.org>
3464         * elisp.texi (Top): Make descriptive text for "Reading File Names"
3465         match the corresponding menu in minibuf.texi.
3467         * minibuf.texi (Reading File Names): Document `read-shell-command'
3468         and `minibuffer-local-shell-command-map'.
3470 2008-10-19  Martin Rudalics  <rudalics@gmx.at>
3472         * windows.texi (Resizing Windows): Remove var{} around "window" in
3473         documentation of enlarge-window.
3474         Rewrite documentation of window-min-height and window-min-width.
3476 2008-10-19  Eli Zaretskii  <eliz@gnu.org>
3478         * functions.texi (Calling Functions): Document `apply-partially'.
3480         * hooks.texi (Standard Hooks): Mention
3481         `before-hack-local-variables-hook' and `hack-local-variables-hook'.
3483         * variables.texi (File Local Variables): Document
3484         `file-local-variables-alist', `before-hack-local-variables-hook'
3485         and `hack-local-variables-hook'.
3487         * processes.texi (Synchronous Processes): Document `process-lines'.
3489         * customize.texi (Variable Definitions):
3490         Document `custom-reevaluate-setting'.
3492 2008-10-18  Martin Rudalics  <rudalics@gmx.at>
3494         * windows.texi (Choosing Window, Deleting Windows)
3495         (Displaying Buffers): Expand documentation of dedicated windows.
3497 2008-10-18  Eli Zaretskii  <eliz@gnu.org>
3499         * files.texi (Changing Files): Document symbolic input of file
3500         modes to `set-file-modes'.  Document `read-file-modes' and
3501         `file-modes-symbolic-to-number'.
3503         * maps.texi (Standard Keymaps): Document `multi-query-replace-map'
3504         and `search-map'.
3506         * searching.texi (Search and Replace):
3507         Document `replace-search-function' and `replace-re-search-function'.
3508         Document `multi-query-replace-map'.
3510         * minibuf.texi (Text from Minibuffer): Document `read-regexp'.
3511         (Completion Commands, Reading File Names):
3512         Rename `minibuffer-local-must-match-filename-map' to
3513         `minibuffer-local-filename-must-match-map'.
3514         (Minibuffer Completion): The `require-match' argument to
3515         `completing-read' can now have the value `confirm-only'.
3517         * windows.texi (Displaying Buffers): Minor wording fix.
3518         (Choosing Window): `split-height-threshold' can now be nil.
3519         Document `split-width-threshold'.  `pop-up-frames' can have the
3520         value `graphic-only'.
3522 2008-10-17  Eli Zaretskii  <eliz@gnu.org>
3524         * os.texi (Startup Summary): Document `before-init-time' and
3525         `after-init-time'.  Document `initial-window-system' and
3526         `window-system-initialization-alist'.  Document reading the
3527         abbrevs file.  Document the call to `server-start' under --daemon.
3528         Rearrange a bit to be consistent with the code flow.
3529         (Processor Run Time): Document `emacs-uptime' and `emacs-init-time'.
3530         (Time Parsing): Document `format-seconds'.
3532 2008-10-17  Martin Rudalics  <rudalics@gmx.at>
3534         * windows.texi (Basic Windows, Splitting Windows): Fix whitespace
3535         and reword.
3537 2008-10-16  Eli Zaretskii  <eliz@gnu.org>
3539         * markers.texi (The Mark): Document use-region-p.
3541 2008-10-15  Eli Zaretskii  <eliz@gnu.org>
3543         * internals.texi (Writing Emacs Primitives): The interactive spec
3544         of a primitive can be a Lisp form.
3546         * markers.texi (The Mark): Document the `lambda' and `(only . OLD)'
3547         values of transient-mark-mode.  Document handle-shift-selection.
3549         * commands.texi (Using Interactive, Interactive Codes): Document `^'.
3550         (Interactive Examples): Show an example of `^'.
3551         (Key Sequence Input): Document this-command-keys-shift-translated.
3552         (Defining Commands, Using Interactive): The interactive-form of a
3553         function can be added via its symbol's property.
3555         * positions.texi (List Motion): beginning-of-defun-function can
3556         now accept an argument.
3558         * text.texi (Low-Level Kill Ring): interprogram-paste-function can
3559         now return a list of strings.
3561         * control.texi (Handling Errors): Document ignore-errors.
3563         * frames.texi (Creating Frames): Document frame-inherited-parameters.
3564         (Parameter Access): Document set-frame-parameter.
3566         * variables.texi (Creating Buffer-Local): Add an xref to "Setting
3567         Hooks" for the effect of kill-all-local-variables on local hook
3568         functions.
3570         * modes.texi (Major Mode Conventions, Mode Line Variables):
3571         `mode-name' need not be a string.  xref to "Mode Line Data" for
3572         details, and to "Emulating Mode Line" for computing a string
3573         value.
3575 2008-10-14  Eli Zaretskii  <eliz@gnu.org>
3577         * processes.texi (System Processes): New section.
3578         (Processes, Signals to Processes): Add xrefs to it.
3580         * objects.texi (Editing Types): A `process' is a subprocess of
3581         Emacs, not just any process running on the OS.
3583         * elisp.texi (Top): Adjust the @detailmenu for the above two
3584         changes.
3586         * sequences.texi (Char-Tables): Remove documentation of
3587         set-char-table-default, which has no effect since Emacs 23.
3588         <char-table-range, set-char-table-range>: Don't mention generic
3589         characters and charsets.  Add a cons cell as a possible argument.
3591         * nonascii.texi (Splitting Characters)
3592         (Translation of Characters): Don't mention generic characters.
3594         * display.texi (Fontsets): Don't mention generic characters.
3596         * sequences.texi (Char-Tables): `map-char-table' can now call its
3597         argument FUNCTION with a cons cell as KEY.
3599 2008-10-13  Eli Zaretskii  <eliz@gnu.org>
3601         * objects.texi (Primitive Function Type): Move "@cindex special
3602         forms" from here...
3604         * eval.texi (Special Forms): ...to here.
3606         * functions.texi (What Is a Function): `functionp' returns nil for
3607         special forms.  Add an xref.
3609         * elisp.texi (Top): Add a @detailmenu entry for "Frame-Local
3610         Variables".
3612         * variables.texi (Frame-Local Variables): New section.
3613         (Buffer-Local Variables): Add an xref to it.
3614         (Intro to Buffer-Local, Creating Buffer-Local): A variable cannot
3615         have both frame-local and buffer-local binding.
3617         * frames.texi (Frames): Mention multiple tty frames.
3618         (Frame Parameters, Parameter Access): Mention frame-local variable
3619         bindings.
3621 2008-09-20  Glenn Morris  <rgm@gnu.org>
3623         * display.texi (Defining Faces): Recommend against face variables.
3625 2008-09-16  Juanma Barranquero  <lekktu@gmail.com>
3627         * display.texi (Echo Area Customization): Fix typo.
3629 2008-09-09  Juanma Barranquero  <lekktu@gmail.com>
3631         * loading.texi (Where Defined): Add `defface' item.
3633 2008-09-06  Martin Rudalics  <rudalics@gmx.at>
3635         * loading.texi (Where Defined): Fix description of symbol-file.
3637 2008-08-26  Jason Rumney  <jasonr@gnu.org>
3639         * display.texi (TIFF Images): New section describing :index property.
3641 2008-08-23  Chong Yidong  <cyd@stupidchicken.com>
3643         * display.texi (Temporary Displays): Remove unnecessary comment
3644         about usage of temp-buffer-show-hook.
3646 2008-08-05  Chong Yidong  <cyd@stupidchicken.com>
3648         * symbols.texi (Other Plists): Fix incorrect example.
3649         Suggested by Florian Beck.
3651 2008-07-31  Juanma Barranquero  <lekktu@gmail.com>
3653         * os.texi: Fix previous change.
3655 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
3657         * os.texi:
3658         * intro.texi:
3659         * files.texi: Remove VMS support.
3661 2008-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
3663         * os.texi:
3664         * frames.texi:
3665         * display.texi: Remove mentions of Mac Carbon.
3667 2008-07-01  Miles Bader  <miles@gnu.org>
3669         * text.texi (Special Properties):
3670         * display.texi (Truncation): Add wrap-prefix and line-prefix.
3672 2008-06-28  Johan Bockgård  <bojohan@gnu.org>
3674         * display.texi (Other Image Types): Fix copy/paste error; say
3675         "PBM", not "XBM".
3677 2008-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
3679         * os.texi: Remove references to obsolete systems.
3681 2008-06-20  Eli Zaretskii  <eliz@gnu.org>
3683         * makefile.w32-in (distclean): Remove makefile.
3685 2008-06-17  Glenn Morris  <rgm@gnu.org>
3687         * Makefile.in (emacsver, miscmanualdir, VERSION, manual, install)
3688         (elisp, dist): Remove rules and variables that are obsolete now
3689         the lisp manual is no longer distributed separately.
3691 2008-06-16  Glenn Morris  <rgm@gnu.org>
3693         * configure, configure.in, mkinstalldirs: Remove unused files.
3695         * book-spine.texinfo: Set version to 23.0.60.
3696         * vol1.texi (EMACSVER):
3697         * vol2.texi (EMACSVER): Set to 23.0.60.
3699         * elisp.texi, vol1.texi, vol2.texi: Update Back-Cover Text
3700         as per maintain.info.
3702 2008-06-15  Glenn Morris  <rgm@gnu.org>
3704         * makefile.w32-in (manual): Use "23" rather than "21".
3706         * Makefile.in (emacsver): New, set by configure.
3707         (manual): Use emacsver.
3709         * intro.texi: Report bugs using M-x report-emacs-bug.
3711         * elisp.texi (EMACSVER): Remove duplicate, outdated setting.
3713 2008-06-13  Daniel Engeler  <engeler@gmail.com>
3715         * elisp.texi, internals.texi, processes.texi: Add documentation
3716         about serial port access.
3718 2008-06-05  Miles Bader  <miles@gnu.org>
3720         * display.texi (Displaying Faces): Update to reflect function
3721         renamings in face-remap.el.
3723 2008-06-05  Juanma Barranquero  <lekktu@gmail.com>
3725         * display.texi (Fontsets): Fix typos.
3727 2008-06-03  Miles Bader  <miles@gnu.org>
3729         * display.texi (Displaying Faces): Add add-relative-face-remapping,
3730         remove-relative-face-remapping, set-base-face-remapping,
3731         and set-default-base-face-remapping.
3733 2008-06-01  Miles Bader  <miles@gnu.org>
3735         * display.texi (Displaying Faces): Add face-remapping-alist.
3737 2008-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3739         * tips.texi (Coding Conventions): Do not encourage the use of "-flag"
3740         variable names.
3742 2008-05-03  Eric S. Raymond  <esr@golux>
3744         * keymaps.texi: Clarify that (current-local-map) and
3745         (current-global-map) return references, not copies.
3747 2008-05-02  Juri Linkov  <juri@jurta.org>
3749         * minibuf.texi (Text from Minibuffer): Document a list of
3750         default values for `read-from-minibuffer'.
3752 2008-04-24  Juanma Barranquero  <lekktu@gmail.com>
3754         * nonascii.texi (Translation of Characters): Fix previous change.
3756 2008-04-20  Chong Yidong  <cyd@stupidchicken.com>
3758         * display.texi (Overlay Properties): Clarify role of underlying
3759         textprop and overlay keymaps for display strings.
3761         * keymaps.texi (Active Keymaps): Ditto.
3763 2008-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3765         * minibuf.texi (Programmed Completion):
3766         Replace dynamic-completion-table with the new completion-table-dynamic.
3768 2008-04-07  Chong Yidong  <cyd@stupidchicken.com>
3770         * intro.texi (Some Terms): Change "fonts in this manual" index
3771         entry to "typographic conventions".
3773 2008-04-05  Eli Zaretskii  <eliz@gnu.org>
3775         * objects.texi (Text Props and Strings): Add indexing for read
3776         syntax of text properties.
3778 2008-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3780         * processes.texi (Decoding Output): Remove process-filter-multibyte
3781         functions.
3783 2008-03-15  Martin Rudalics  <rudalics@gmx.at>
3785         * display.texi (Finding Overlays): Say that empty overlays at
3786         the end of the buffer are reported too.
3788 2008-03-13  Glenn Morris  <rgm@gnu.org>
3790         * elisp.texi (EMACSVER): Set to 23.0.60.
3792 2008-02-26  Chong Yidong  <cyd@stupidchicken.com>
3794         * strings.texi (Formatting Strings): Treat - and 0 as flag characters.
3796 2008-02-22  Glenn Morris  <rgm@gnu.org>
3798         * frames.texi (Position Parameters): Clarify the description of
3799         `left' and `top', using information from "Geometry".
3800         (Geometry): Give a pointer to "Position Parameters", rather than
3801         repeating information.
3803 2008-02-11  Glenn Morris  <rgm@gnu.org>
3805         * objects.texi (Equality Predicates): No longer talk about "two"
3806         functions.
3808 2008-02-11  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
3810         * objects.texi (Equality Predicates): Add defun for
3811         equal-including-properties.
3813 2008-02-10  Glenn Morris  <rgm@gnu.org>
3815         * objects.texi (Equality Predicates):
3816         Mention equal-including-properties.
3818 2008-02-07  Richard Stallman  <rms@gnu.org>
3820         * windows.texi (Window Start): Mention the feature of moving
3821         window-start to start of line.
3823 2008-02-07  Jan Djärv  <jan.h.d@swipnet.se>
3825         * keymaps.texi (Tool Bar): Document rtl property.
3827 2008-01-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
3829         * display.texi (Button Types):
3830         For define-button-type, clarify type of NAME.
3832 2008-01-19  Martin Rudalics  <rudalics@gmx.at>
3834         * buffers.texi (Buffer Modification): Fix typo.
3836 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
3838         * os.texi (System Environment): Remove references to OSes that are
3839         not supported anymore.
3841 2008-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
3843         * os.texi (System Environment): Remove mention for Masscomp.
3845 2008-01-04  Richard Stallman  <rms@gnu.org>
3847         * display.texi (Faces): Don't talk about internal face vector as arg
3848         to facep.
3850         * customize.texi (Type Keywords): Fix previous change.
3852         * text.texi (Links and Mouse-1): Fix xref for commands.texi change.
3853         * elisp.texi (Top): Fix menu for commands.texi change.
3855 2007-12-30  Richard Stallman  <rms@gnu.org>
3857         * commands.texi (Accessing Mouse): Rename from Accessing Events.
3858         (Accessing Scroll): New node broken out of Accessing Mouse.
3860 2007-12-28  Richard Stallman  <rms@gnu.org>
3862         * frames.texi (Size Parameters): Fix typo.
3863         (Basic Parameters): For `title', refer to title bar.
3864         (Size and Position): Explain meaning of frame pixel width and height.
3866 2007-12-23  Richard Stallman  <rms@gnu.org>
3868         * customize.texi (Type Keywords): Uncomment :validate and clarify it.
3869         Improve some of the commented-out keywords' text too.
3871 2007-12-14  Martin Rudalics  <rudalics@gmx.at>
3873         * nonascii.texi (Encoding and I/O): Reword to avoid saying
3874         "visit the current buffer".
3876         * os.texi (System Interface): Fix typo.
3878 2007-12-04  Richard Stallman  <rms@gnu.org>
3880         * objects.texi (Symbol Type): Fix typo.
3882 2007-12-03  Richard Stallman  <rms@gnu.org>
3884         * hooks.texi (Standard Hooks): Add link to Hooks for Loading.
3886 2007-12-01  Glenn Morris  <rgm@gnu.org>
3888         * functions.texi (Declaring Functions): Improve previous change.
3890 2007-11-30  Glenn Morris  <rgm@gnu.org>
3892         * functions.texi (Declaring Functions): Add optional fourth
3893         argument of declare-function, and setting third argument to `t'.
3895 2007-11-29  Richard Stallman  <rms@gnu.org>
3897         * customize.texi (Composite Types): Document `group' type.
3899 2007-11-29  Glenn Morris  <rgm@gnu.org>
3901         * functions.texi (Declaring Functions): Add findex.
3902         Mention `external' files.
3904 2007-11-26  Juanma Barranquero  <lekktu@gmail.com>
3906         * functions.texi (Declaring Functions): Fix directive.
3908 2007-11-25  Richard Stallman  <rms@gnu.org>
3910         * help.texi (Help Functions): Clean up last change.
3912         * advice.texi (Preactivation, Activation of Advice): Minor cleanup.
3914         * loading.texi (Named Features): Minor cleanup.
3916         * macros.texi (Eval During Expansion): Minor cleanup.
3918         * variables.texi (Variable Aliases): Minor cleanup.
3920 2007-11-24  Richard Stallman  <rms@gnu.org>
3922         * functions.texi (Declaring Functions): Clarify previous change.
3924         * compile.texi (Compiler Errors): Clarify previous change.
3926 2007-11-24  Richard Stallman  <rms@gnu.org>
3928         * display.texi (Refresh Screen, Forcing Redisplay):
3929         Clarify the text and move items around.
3931 2007-11-24  Glenn Morris  <rgm@gnu.org>
3933         * functions.texi (Declaring Functions): New section.
3934         * compile.texi (Compiler Errors): Mention declaring functions,
3935         defvar with no initvalue, and byte-compile-warnings.
3937 2007-11-15  Martin Rudalics  <rudalics@gmx.at>
3939         * vol1.texi (Top): Remove Frame-Local Variables from Node Listing.
3940         * vol2.texi (Top): Remove Frame-Local Variables from Node Listing.
3942 2007-11-13  Martin Rudalics  <rudalics@gmx.at>
3944         * help.texi (Help Functions): Document new macro `with-help-window'.
3946 2007-11-10  Paul Pogonyshev  <pogonyshev@gmx.net>
3948         * searching.texi (Replacing Match): Describe new
3949         `match-substitute-replacement'.
3951 2007-10-31  Richard Stallman  <rms@gnu.org>
3953         * strings.texi (Creating Strings): Null strings from concat not unique.
3955 2007-10-26  Richard Stallman  <rms@gnu.org>
3957         * objects.texi (Equality Predicates): Null strings are uniquified.
3959         * minibuf.texi: Minor clarifications in previous change.
3961 2007-10-25  Glenn Morris  <rgm@gnu.org>
3963         * customize.texi (Variable Definitions): Add :risky and :safe keywords.
3965 2007-10-24  Richard Stallman  <rms@gnu.org>
3967         * elisp.texi (Top): Delete Frame-Local Variables from subnode menu.
3969         * variables.texi (Frame-Local Variables): Node deleted.
3970         (Variables): Delete Frame-Local Variables from menu.
3971         (Local Variables, Buffer-Local Variables, Intro to Buffer-Local)
3972         (Default Value): Don't mention frame-local vars.
3974         * os.texi (Idle Timers): current-idle-time returns nil if not idle.
3976         * loading.texi (Unloading): Document FEATURE-unload-function
3977         instead of FEATURE-unload-hook.
3979         * frames.texi (Multiple Displays): Don't mention frame-local vars.
3981 2007-10-22  Juri Linkov  <juri@jurta.org>
3983         * minibuf.texi (Text from Minibuffer, Minibuffer Completion)
3984         (High-Level Completion): Document a list of default value strings
3985         in the DEFAULT argument, for which minibuffer functions return the
3986         first element.
3988 2007-10-17  Juri Linkov  <juri@jurta.org>
3990         * text.texi (Filling): Update arguments of fill-paragraph.
3991         fill-paragraph operates on the active region in Transient Mark mode.
3992         Remove fill-paragraph-or-region.
3994 2007-10-13  Karl Berry  <karl@gnu.org>
3996         * elisp.texi (@dircategory): Move to after @copying,
3997         since we want @copying as close as possible to the beginning of
3998         the output.
4000 2007-10-12  Richard Stallman  <rms@gnu.org>
4002         * elisp.texi (Top): Add Distinguish Interactive to subnode menu.
4004         * commands.texi (Distinguish Interactive): New node,
4005         broken out from Interactive Call and rewritten.
4006         (Command Loop): Put Distinguish Interactive in menu.
4008 2007-10-09  Richard Stallman  <rms@gnu.org>
4010         * text.texi (Examining Properties): Mention overlay priority.
4012         * display.texi (Display Margins): Correct the description
4013         of margin display specifications.
4014         (Replacing Specs): New subnode broken out of Display Property.
4016 2007-10-06  Juri Linkov  <juri@jurta.org>
4018         * text.texi (Filling): Document fill-paragraph-or-region.
4020 2007-10-05  Juanma Barranquero  <lekktu@gmail.com>
4022         * display.texi (Auto Faces): Fix typo.
4024 2007-10-02  Richard Stallman  <rms@gnu.org>
4026         * display.texi (Display Property): Explain some display specs
4027         don't let you move point in.
4029         * frames.texi (Cursor Parameters):
4030         Describe cursor-in-non-selected-windows here.  Explain more values.
4032         * windows.texi (Basic Windows): Don't describe
4033         cursor-in-non-selected-windows here.
4035 2007-10-01  Eli Zaretskii  <eliz@gnu.org>
4037         * processes.texi (Misc Network): Note that these functions are
4038         supported only on some systems.
4040 2007-10-01  Richard Stallman  <rms@gnu.org>
4042         * display.texi (Overlay Properties): Explain nil as priority.
4043         Explain that conflicts are unpredictable if not resolved by
4044         priorities.
4046 2007-09-23  Richard Stallman  <rms@gnu.org>
4048         * macros.texi (Backquote): Minor clarification.
4050 2007-09-19  Richard Stallman  <rms@gnu.org>
4052         * display.texi (Display Property): Explain multiple display specs.
4053         Clarify when they work in parallel and when one overrides.
4054         Fix error in example.
4056 2007-09-06  Glenn Morris  <rgm@gnu.org>
4058         Move from lispref/ to doc/lispref/.  Change all setfilename
4059         commands to use ../../info.
4060         * Makefile.in (infodir): Go up one more level.
4061         (usermanualdir): Change from ../man to ../emacs.
4062         (miscmanualdir): New.
4063         (dist): Use new variable miscmanualdir.
4064         * makefile.w32-in (infodir, texinputdir): Go up one more level.
4065         (usermanualdir): Change from ../man to ../emacs.
4067 2007-08-30  Martin Rudalics  <rudalics@gmx.at>
4069         * commands.texi (Command Loop Info): Advise against changing
4070         most variables described here.  Explain new variable
4071         last-repeatable-command.
4073 2007-08-29  Glenn Morris  <rgm@gnu.org>
4075         * elisp.texi (EMACSVER): Increase to 23.0.50.
4077 2007-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
4079         * frames.texi (Basic Parameters): Add display-environment-variable
4080         and term-environment-variable.
4082 2007-08-28  Juri Linkov  <juri@jurta.org>
4084         * display.texi (Image Formats, Other Image Types): Add SVG.
4086 2007-08-28  Juri Linkov  <juri@jurta.org>
4088         * display.texi (Images): Move formats-related text to new node
4089         "Image Formats".
4090         (Image Formats): New node.
4092 2007-08-27  Richard Stallman  <rms@gnu.org>
4094         * windows.texi (Window Configurations): Clarify what
4095         a window configuration saves.
4097 2007-08-25  Richard Stallman  <rms@gnu.org>
4099         * display.texi (Images): Delete redundant @findex.
4101 2007-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4103         * text.texi (Change Hooks): (after|before)-change-functions are no
4104         longer bound to nil while running; rather inhibit-modification-hooks
4105         is t.
4107 2007-08-16  Richard Stallman  <rms@gnu.org>
4109         * processes.texi (Asynchronous Processes):
4110         Clarify doc of start-file-process.
4112 2007-08-08  Martin Rudalics  <rudalics@gmx.at>
4114         * modes.texi (Example Major Modes): Fix typo.
4116 2007-08-08  Glenn Morris  <rgm@gnu.org>
4118         * intro.texi (nil and t): Do not use `iff' in documentation.
4120         * tips.texi (Documentation Tips): Recommend against `iff'.
4122 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
4124         * display.texi (Image Cache): Document image-refresh.
4126 2007-08-06  Martin Rudalics  <rudalics@gmx.at>
4128         * windows.texi (Size of Window): Document window-full-width-p.
4130 2007-07-25  Glenn Morris  <rgm@gnu.org>
4132         * gpl.texi (GPL): Replace license with GPLv3.
4134         * Relicense all FSF files to GPLv3 or later.
4136 2007-07-24  Michael Albinus  <michael.albinus@gmx.de>
4138         * processes.texi (Synchronous Processes):
4139         Add `process-file-shell-command'.
4140         (Asynchronous Processes): Mention restricted use of
4141         `process-filter' and `process-sentinel' in
4142         `start-file-process'.  Add `start-file-process-shell-command'.
4144 2007-07-17  Michael Albinus  <michael.albinus@gmx.de>
4146         * files.texi (Magic File Names): Introduce optional parameter
4147         IDENTIFICATION for `file-remote-p'.
4149 2007-07-16  Richard Stallman  <rms@gnu.org>
4151         * display.texi (Defining Faces): Fix previous change.
4153 2007-07-14  Richard Stallman  <rms@gnu.org>
4155         * control.texi (Handling Errors): Document `debug' in handler list.
4157 2007-07-10  Richard Stallman  <rms@gnu.org>
4159         * display.texi (Defining Faces): Explain C-M-x feature for defface.
4161 2007-07-09  Richard Stallman  <rms@gnu.org>
4163         * files.texi (Magic File Names): Rewrite previous change.
4165 2007-07-08  Michael Albinus  <michael.albinus@gmx.de>
4167         * files.texi (Magic File Names): Introduce optional parameter
4168         CONNECTED for `file-remote-p'.
4170 2007-07-07  Michael Albinus  <michael.albinus@gmx.de>
4172         * processes.texi (Asynchronous Processes):
4173         * files.texi (Magic File Names): Add `start-file-process'.
4175 2007-06-27  Richard Stallman  <rms@gnu.org>
4177         * files.texi (Format Conversion Piecemeal):
4178         Clarify `after-insert-file-functions' calling convention.
4180 2007-06-27  Michael Albinus  <michael.albinus@gmx.de>
4182         * files.texi (Magic File Names): Remove `dired-call-process'.
4183         Add `process-file'.
4185 2007-06-27  Kenichi Handa  <handa@m17n.org>
4187         * text.texi (Special Properties): Fix description about
4188         `composition' property.
4190 2007-06-26  Kenichi Handa  <handa@m17n.org>
4192         * nonascii.texi (Default Coding Systems): Document about the
4193         return value `undecided'.
4195 2007-06-25  David Kastrup  <dak@gnu.org>
4197         * keymaps.texi (Active Keymaps): Document new POSITION argument of
4198         `current-active-maps'.
4200 2007-06-24  Karl Berry  <karl@gnu.org>
4202         * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text.
4204 2007-06-15  Juanma Barranquero  <lekktu@gmail.com>
4206         * display.texi (Overlay Arrow): Doc fix.
4208 2007-06-14  Karl Berry  <karl@tug.org>
4210         * anti.texi (Antinews): Typo.
4212 2007-06-14  Chong Yidong  <cyd@stupidchicken.com>
4214         * display.texi (Image Cache): Document image-refresh.
4216 2007-06-12  Karl Berry  <karl@gnu.org>
4218         * vol1.texi, vol2.texi, two-volume-cross-refs.txt: Update.
4219         * two-volume.make: New file.
4220         * .cvsignore: Ignore two-volume files.
4222 2007-06-12  Tom Tromey  <tromey@redhat.com>
4224         * os.texi (Init File): Document user-emacs-directory.
4226 2007-06-03  Nick Roberts  <nickrob@snap.net.nz>
4228         * commands.texi (Click Events): Describe width and height when
4229         object is nil.
4231 2007-05-30  Nick Roberts  <nickrob@snap.net.nz>
4233         * commands.texi (Click Events): Layout more logically.
4234         Describe width and height.
4235         (Drag Events, Motion Events): Update to new format for position.
4237 2007-06-02  Richard Stallman  <rms@gnu.org>
4239         * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces.
4241 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
4243         * Version 22.1 released.
4245 2007-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4247         * text.texi (Special Properties): Correct meaning of fontified face.
4249 2007-05-30  Richard Stallman  <rms@gnu.org>
4251         * text.texi (Special Properties): Add link to Adjusting Point.
4253 2007-05-12  Richard Stallman  <rms@gnu.org>
4255         * text.texi (Margins): indent-to-left-margin is not the default.
4256         (Mode-Specific Indent): For indent-line-function, the default
4257         is indent-relative.
4259         * modes.texi (Example Major Modes): Explain last line of text-mode
4260         is redundant.
4262 2007-05-10  Richard Stallman  <rms@gnu.org>
4264         * keymaps.texi (Scanning Keymaps): Update where-is-internal example.
4266         * help.texi (Keys in Documentation): Add reference to
4267         Documentation Tips.
4269         * files.texi (Format Conversion): TO-FN gets three arguments.
4271         * modes.texi (Auto Major Mode): Document file-start-mode-alist.
4273 2007-05-10  Thien-Thi Nguyen  <ttn@gnuvola.org>
4275         * elisp.texi (Top): Remove "Saving Properties" from detailed menu.
4276         * files.texi (Format Conversion): Expand intro; add menu.
4277         (Format Conversion Overview, Format Conversion Round-Trip)
4278         (Format Conversion Piecemeal): New nodes/subsections.
4279         * hooks.texi: Xref "Format Conversion" , not "Saving Properties".
4280         * text.texi (Text Properties): Remove "Saving Properties" from menu.
4281         (Saving Properties): Delete node/subsection.
4283 2007-05-07  Karl Berry  <karl@gnu.org>
4285         * elisp.texi (EMACSVER): Back to 22.
4287 2007-05-06  Richard Stallman  <rms@gnu.org>
4289         * processes.texi (Accepting Output): Revert most of previous change.
4291 2007-05-05  Richard Stallman  <rms@gnu.org>
4293         * processes.texi (Accepting Output): accept-process-output
4294         uses microseconds, not milliseconds.  But that arg is obsolete.
4296 2007-05-04  Karl Berry  <karl@tug.org>
4298         * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
4300 2007-05-04  Eli Zaretskii  <eliz@gnu.org>
4302         * tips.texi (Documentation Tips): Rearrange items to place the
4303         more important ones first.  Add an index entry for hyperlinks.
4305 2007-05-03  Karl Berry  <karl@gnu.org>
4307         * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing.
4308         (EMACSVER) [smallbook]: 22 for printed version.
4310         * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed,
4311         so restore anchor to normal position after defun.  Found by Kevin Ryde.
4313 2007-04-26  Glenn Morris  <rgm@gnu.org>
4315         * elisp.texi (EMACSVER): Increase to 22.1.50.
4317 2007-04-28  Karl Berry  <karl@gnu.org>
4319         * elisp.texi: Improve line breaks on copyright page,
4320         similar layout to emacs manual, 8.5x11 by default.
4322 2007-04-24  Richard Stallman  <rms@gnu.org>
4324         * text.texi (Special Properties): Add xref to Overlay Properties.
4326         * display.texi (Overlay Properties): Add xref to Special Properties.
4328 2007-04-22  Richard Stallman  <rms@gnu.org>
4330         * keymaps.texi (Extended Menu Items): Move the info about
4331         format with cached keyboard binding.
4333 2007-04-21  Richard Stallman  <rms@gnu.org>
4335         * text.texi (Special Properties): Clarify previous change.
4337         * files.texi (File Name Expansion): Clarify previous change.
4339         * display.texi (Attribute Functions): Fix example for
4340         face-attribute-relative-p.
4342 2007-04-19  Kenichi Handa  <handa@m17n.org>
4344         * text.texi (Special Properties): Document composition property.
4346 2007-04-19  Glenn Morris  <rgm@gnu.org>
4348         * files.texi (File Name Expansion): Mention "superroot".
4350 2007-04-15  Chong Yidong  <cyd@stupidchicken.com>
4352         * frames.texi (Multiple Displays): Add note about "multi-monitor"
4353         setups.
4354         (Display Feature Testing): Note that display refers to all
4355         physical monitors for multi-monitor setups.
4357 2007-04-14  Richard Stallman  <rms@gnu.org>
4359         * lists.texi (Sets And Lists): Clarify `delete' examples.
4360         Remove spurious xref to same node.
4361         Clarify xref for add-to-list.
4363 2007-04-12  Nick Roberts  <nickrob@snap.net.nz>
4365         * keymaps.texi (Format of Keymaps): Remove spurious ")" from
4366         value of lisp-mode-map.
4368 2007-04-11  Karl Berry  <karl@gnu.org>
4370         * anti.texi (Antinews):
4371         * display.texi (Overlay Properties, Defining Images):
4372         * processes.texi (Synchronous Processes, Sentinels):
4373         * syntax.texi (Syntax Table Internals):
4374         * searching.texi (Regexp Special):
4375         * nonascii.texi (Default Coding Systems):
4376         * text.texi (Special Properties):
4377         * minibuf.texi (Basic Completion): Wording to improve breaks in
4378         8.5x11 format.
4379         * elisp.texi (smallbook): New @set to more easily switch between
4380         smallbook and 8.5x11.
4382 2007-04-11  Richard Stallman  <rms@gnu.org>
4384         * text.texi (Lazy Properties): Minor fix.
4386 2007-04-08  Karl Berry  <karl@gnu.org>
4388         * symbols.texi (Plists and Alists): Period after "vs" in index entries.
4389         * macros.texi (Backquote): Downcase Backquote in index entries for
4390         consistency.
4392 2007-04-08  Richard Stallman  <rms@gnu.org>
4394         * text.texi (Adaptive Fill): Just describe default,
4395         don't show it (since it contains non-ASCII chars).
4397 2007-04-07  Karl Berry  <karl@gnu.org>
4399         * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in
4400         adaptive-fill-regexp's value, since they are not in the standard
4401         TeX fonts.
4403 2007-04-07  Guanpeng Xu  <herberteuler@hotmail.com>
4405         * display.texi (Defining Faces): Fix example.
4407 2007-04-07  Karl Berry  <karl@gnu.org>
4409         * display.texi (Button Buffer Commands): Improve page break.
4411 2007-04-07  Richard Stallman  <rms@gnu.org>
4413         * advice.texi (Activation of Advice): Remove redundant index entry.
4415         * backups.texi: Improve index entries.  Remove redundant ones.
4417         * compile.texi (Byte Compilation): Improve index entry.
4419         * hash.texi (Creating Hash): Improve index entry.
4421         * symbols.texi (Definitions): Improve index entry.
4423         * edebug.texi: Improve index entries.  Remove redundant/useless ones.
4425         * maps.texi (Standard Keymaps): Remove useless index entry.
4427         * help.texi (Documentation Basics): Remove redundant index entries.
4429         * customize.texi: Improve index entries.
4430         Remove redundant/useless ones.
4432         * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
4434         * streams.texi (Output Variables): Improve index entry.
4436         * abbrevs.texi (Abbrevs): Remove useless index entry.
4438         * macros.texi (Expansion): Remove useless index entry.
4440         * text.texi: Improve index entries.  Remove redundant/useless ones.
4441         (Text Properties, Examining Properties)
4442         (Special Properties): Use "property category" instead of "category"
4443         to refer to the `category' property.
4445         * positions.texi: Improve index entries.  Remove useless one.
4447         * lists.texi: Improve index entries.  Remove redundant/useless ones.
4449         * os.texi: Improve index entries.
4450         (Timers): Fix previous change.
4452         * buffers.texi: Improve index entries.
4453         (Modification Time): Get rid of term "obsolete buffer".
4455         * debugging.texi: Improve index entries.
4456         (Test Coverage): Add xref to other test coverage ftr.
4458         * eval.texi: Improve index entry.  Remove redundant ones.
4460         * numbers.texi: Improve index entries.  Remove redundant/useless ones.
4462         * files.texi: Improve index entries.  Remove redundant/useless ones.
4464         * objects.texi: Improve index entries.
4466         * processes.texi: Improve index entries.
4468         * modes.texi: Improve index entry.  Remove redundant one.
4470         * nonascii.texi: Improve index entries.
4472         * internals.texi: Improve index entries.
4474         * syntax.texi: Improve index entries.
4476         * keymaps.texi (Active Keymaps): Improve index entries.
4478         * commands.texi: Improve index entries.  Remove redundant/useless ones.
4480         * frames.texi: Improve index entries.  Remove redundant/useless ones.
4482         * markers.texi: Improve index entries.  Remove redundant ones.
4484         * tips.texi: Improve index entries.
4486         * loading.texi (Unloading): Improve index entry.
4488         * variables.texi: Improve index entries.  Remove redundant one.
4490         * sequences.texi: Improve index entry.
4492         * display.texi: Improve index entries.  Remove redundant ones.
4494         * windows.texi: Improve index entries.
4496         * searching.texi: Improve index entries.  Remove redundant one.
4498         * strings.texi (Case Tables): Improve last change.
4500 2007-04-04  Chong Yidong  <cyd@stupidchicken.com>
4502         * strings.texi (Case Tables): Document with-case-table and
4503         ascii-case-table.
4505 2007-04-03  Karl Berry  <karl@gnu.org>
4507         * processes.texi (Network): Reword to improve page break.
4509 2007-04-03  Eli Zaretskii  <eliz@gnu.org>
4511         * functions.texi (Inline Functions): Describe more disadvantages
4512         of defsubst, and make advice against it stronger.
4514 2007-04-02  Karl Berry  <karl@gnu.org>
4516         * backups.texi (Backup Names): Avoid widow words.
4517         * modes.texi (Example Major Modes): Align last comment.
4519 2007-04-01  Chong Yidong  <cyd@stupidchicken.com>
4521         * keymaps.texi (Remapping Commands): Document new arg to
4522         command-remapping.
4524 2007-04-01  Karl Berry  <karl@gnu.org>
4526         * processes.texi (Low-Level Network): Typo.
4527         * loading.texi (Hooks for Loading): Avoid double "the".
4528         * keymaps.texi (Key Sequences): No double "and".
4529         (Changing Key Bindings): Shorten to improve line break.
4531 2007-03-31  Glenn Morris  <rgm@gnu.org>
4533         * os.texi (Timers): Fix description of run-at-time TIME formats.
4535 2007-03-31  Richard Stallman  <rms@gnu.org>
4537         * display.texi (Invisible Text): Correct buffer-invisibility-spec
4538         regarding ellipsis.
4540 2007-03-31  Eli Zaretskii  <eliz@gnu.org>
4542         * intro.texi (nil and t):
4543         * symbols.texi (Plists and Alists):
4544         * variables.texi (Variable Aliases, Constant Variables):
4545         * functions.texi (Defining Functions):
4546         * advice.texi (Advising Primitives):
4547         * debugging.texi (Syntax Errors, Compilation Errors):
4548         * minibuf.texi (Minibuffer Windows):
4549         * commands.texi (Adjusting Point):
4550         * modes.texi (Syntactic Font Lock, Faces for Font Lock)
4551         (Auto Major Mode, Major Mode Conventions):
4552         * help.texi (Describing Characters):
4553         * files.texi (Create/Delete Dirs, Information about Files)
4554         (File Locks, Writing to Files, Reading from Files)
4555         (Saving Buffers):
4556         * windows.texi (Resizing Windows, Cyclic Window Ordering):
4557         * frames.texi (Finding All Frames):
4558         * positions.texi (Buffer End, Motion):
4559         * markers.texi (The Region):
4560         * text.texi (Deletion, Near Point):
4561         * display.texi (Displaying Messages, Truncation):
4562         * os.texi (Processor Run Time):
4563         * tips.texi (Key Binding Conventions, Programming Tips)
4564         (Warning Tips, Documentation Tips, Comment Tips):
4565         * internals.texi (Memory Usage): Improve indexing.
4567         * variables.texi (Frame-Local Variables):
4568         * functions.texi (Argument List):
4569         * loading.texi (Library Search):
4570         * streams.texi (Output Variables):
4571         * keymaps.texi (Translation Keymaps, Searching Keymaps):
4572         * searching.texi (Replacing Match, Search and Replace):
4573         * processes.texi (Byte Packing, Decoding Output)
4574         (Accepting Output, Network Servers, Shell Arguments):
4575         * display.texi (Abstract Display, Image Cache, Scroll Bars):
4576         * windows.texi (Window Point, Window Start):
4577         * frames.texi (Management Parameters, Frame Parameters, Frame Titles):
4578         * commands.texi (Reading Input, Keyboard Events):
4579         * minibuf.texi (Reading File Names, Minibuffer Completion)
4580         (Recursive Mini):
4581         * positions.texi (List Motion):
4582         * hash.texi (Hash Tables, Creating Hash, Defining Hash):
4583         * numbers.texi (Arithmetic Operations, Math Functions)
4584         (Predicates on Numbers, Comparison of Numbers):
4585         (Numeric Conversions):
4586         * locals.texi (Standard Buffer-Local Variables):
4587         * maps.texi (Standard Keymaps):
4588         * os.texi (User Identification, System Environment, Recording Input)
4589         (X11 Keysyms):
4590         * nonascii.texi (Non-ASCII Characters, Splitting Characters):
4591         * backups.texi (Backups and Auto-Saving):
4592         * customize.texi (Customization, Group Definitions)
4593         (Variable Definitions):
4594         * compile.texi (Byte Compilation): Improve index entries.
4596 2007-03-31  Karl Berry  <karl@gnu.org>
4598         * macros.texi (Defining Macros): Avoid widow syllable.
4600 2007-03-31  Eli Zaretskii  <eliz@gnu.org>
4602         * elisp.texi (Top): Postscript -> PostScript.
4604         * display.texi (Images, Postscript Images): Postscript -> PostScript.
4606 2007-03-31  Markus Triska  <markus.triska@gmx.at>
4608         * internals.texi (Writing Emacs Primitives): Untabify `For'.
4610 2007-03-30  Karl Berry  <karl@gnu.org>
4612         * lists.texi (List-related Predicates): Remove spurious @need.
4613         (Setcdr): Use @smallexample to improve page break.
4614         (Association Lists) <assoc>: Reword to improve page break.
4616         * strings.texi (String Conversion): Insert blank line to improve
4617         page break.
4619         * numbers.texi (Random Numbers): Use @minus{}.
4620         (Math Functions): Use @minus{}.
4622         * intro.texi (Acknowledgements): Avoid line breaks before middle
4623         initials.
4625 2007-03-24  Eli Zaretskii  <eliz@gnu.org>
4627         * errors.texi (Standard Errors): Add an index entry.
4629 2007-03-19  Richard Stallman  <rms@gnu.org>
4631         * os.texi (Recording Input): recent-keys now gives 300 keys.
4633 2007-03-12  Glenn Morris  <rgm@gnu.org>
4635         * os.texi: Replace "daylight savings" with "daylight saving"
4636         throughout.
4638 2007-03-05  Richard Stallman  <rms@gnu.org>
4640         * variables.texi (File Local Variables):
4641         Update enable-local-variables values.
4643 2007-03-04  Richard Stallman  <rms@gnu.org>
4645         * syntax.texi (Control Parsing): Minor clarification.
4647         * strings.texi (Formatting Strings): Clarify width, precision, flags.
4649         * sequences.texi (Sequence Functions): Move string-bytes away,
4650         add xref.
4652         * nonascii.texi (Text Representations): Move string-bytes here.
4654         * modes.texi (Major Mode Conventions): Fundamental mode is exception.
4656         * minibuf.texi (Basic Completion): Minor clarification.
4658         * markers.texi (The Mark): Clarify existence vs activation of mark.
4659         Other cleanup.
4661         * display.texi (Finding Overlays): Write better example.
4663         * compile.texi (Eval During Compile): Clarify putting macros
4664         in eval-when-compile.
4666 2007-02-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>  (tiny change)
4668         * loading.texi (How Programs Do Loading): Fix anchor position at
4669         load-read-function definition doc.
4671 2007-02-21  Kim F. Storm  <storm@cua.dk>
4673         * strings.texi (Text Comparison): Mention that assoc-string
4674         converts symbols to strings before testing.
4676 2007-02-17  Kim F. Storm  <storm@cua.dk>
4678         * processes.texi (Bindat Spec): Vector types can have optional
4679         element type.
4680         (Bindat Examples): Fix example.  Add vector with element type.
4682 2007-02-16  Andreas Schwab  <schwab@suse.de>
4684         * strings.texi (Formatting Strings): Document '+' flag.
4686 2007-02-15  Juanma Barranquero  <lekktu@gmail.com>
4688         * strings.texi (Modifying Strings): Clarify that `clear-string'
4689         always converts the string to unibyte.
4691 2007-02-14  Kim F. Storm  <storm@cua.dk>
4693         * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
4694         Rewrite glyph code description to refer to these functions.
4695         Remove details of encoding face number and char into integer code.
4697 2007-02-03  Alan Mackenzie  <acm@muc.de>
4699         * loading.texi (Hooks for Loading): Make the description of
4700         `eval-after-load' more detailed, and amend the description of
4701         after-load-alist, in accordance with changes from 2006-05.
4703 2007-02-03  Chong Yidong  <cyd@stupidchicken.com>
4705         * modes.texi (Defining Minor Modes): Document that a :require
4706         keyword or similar may be required to make saved customization
4707         variables work.
4709 2007-02-03  Eli Zaretskii  <eliz@gnu.org>
4711         * elisp.texi (Top): Make the detailed menu headers compliant with
4712         Texinfo guidelines and with what texnfo-upd.el expects.
4713         Add comments to prevent people from inadvertently modifying the key
4714         parts needed by `texinfo-multiple-files-update'.
4716 2007-02-02  Eli Zaretskii  <eliz@gnu.org>
4718         * elisp.texi (Top): Update the top-level menus.
4720         * syntax.texi (Categories): Add index entries.
4722 2007-02-01  Juanma Barranquero  <lekktu@gmail.com>
4724         * display.texi (Attribute Functions): Fix name and description of
4725         the UNDERLINE arg of `set-face-underline-p'.
4727 2007-01-29  Eli Zaretskii  <eliz@gnu.org>
4729         * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
4730         Variables", and "Standard Keymaps" to the detailed menu.
4732         * variables.texi (Future Local Variables): Add index entry.
4734 2007-01-28  Richard Stallman  <rms@gnu.org>
4736         * tips.texi (Coding Conventions): Clarify the tip about macros
4737         that define a function or a variable.
4739         * files.texi (File Attributes): UID and GID can be floats.
4740         (Magic File Names): Explain why deferring all operations to
4741         the standard handler does not work.
4743 2007-01-23  Martin Rudalics  <rudalics@gmx.at>
4745         * backups.texi (Reverting): Use "buffer" instead of "file"
4746         when talking about major and minor modes.
4748 2007-01-21  Richard Stallman  <rms@gnu.org>
4750         * help.texi (Documentation): Add xref to Documentation Tips.
4752 2007-01-14  Juanma Barranquero  <lekktu@gmail.com>
4754         * tips.texi (Coding Conventions): Fix typos.
4756 2007-01-05  Richard Stallman  <rms@gnu.org>
4758         * modes.texi (Defining Minor Modes): Fix previous change.
4760 2007-01-03  Richard Stallman  <rms@gnu.org>
4762         * customize.texi (Variable Definitions, Customization Types):
4763         Don't use * in doc string for defcustom.
4765 2007-01-02  Richard Stallman  <rms@gnu.org>
4767         * variables.texi (Variable Aliases): Clarify that aliases vars
4768         always have the same value.
4770         * processes.texi (Bindat Spec): Fix Texinfo usage.
4772         * modes.texi (Defining Minor Modes): Explain effect of command
4773         defined with define-global-minor-mode on new buffers.
4775 2006-12-30  Kim F. Storm  <storm@cua.dk>
4777         * keymaps.texi (Tool Bar): Describe `grow-only' value of
4778         `auto-resize-tool-bars'.
4780 2006-12-30  Richard Stallman  <rms@gnu.org>
4782         * keymaps.texi (Active Keymaps): Fix previous change.
4784 2006-12-30  Nick Roberts  <nickrob@snap.net.nz>
4786         * keymaps.texi (Active Keymaps): Make xref to lookup-key.
4788 2006-12-30  Kim F. Storm  <storm@cua.dk>
4790         * processes.texi (Bindat Spec): Clarify using field names in
4791         length specifications.
4793 2006-12-29  Kim F. Storm  <storm@cua.dk>
4795         * processes.texi (Bindat Spec): Explain eval forms and lengths better.
4796         Add count and index variables for eval forms in repeat blocks.
4798 2006-12-24  Richard Stallman  <rms@gnu.org>
4800         * customize.texi (Variable Definitions):
4801         Document new name custom-add-frequent-value.
4803 2006-12-19  Kim F. Storm  <storm@cua.dk>
4805         * commands.texi (Misc Events): User signals now result in sigusr1
4806         and sigusr2 events which are handled through special-event-map.
4807         (Special Events): User signals and drag-n-drop are special.
4809 2006-12-17  Richard Stallman  <rms@gnu.org>
4811         * loading.texi (Named Features): Explain subfeatures better.
4813         * customize.texi: Use "option" only for user options.
4814         For the keyword values inside defcustom etc, say "keywords".
4815         For :options value's elements, say "elements".
4816         :group should not be omitted.
4818         * syntax.texi (Parsing Expressions): Split up node.
4819         (Motion via Parsing, Position Parse, Parser State)
4820         (Low-Level Parsing, Control Parsing): New subnodes.
4821         (Parser State): Document syntax-ppss-toplevel-pos.
4823         * positions.texi (List Motion): Punctuation fix.
4825         * files.texi (File Name Completion): Document PREDICATE arg
4826         to file-name-completion.
4828 2006-12-16  Eli Zaretskii  <eliz@gnu.org>
4830         * internals.texi (Building Emacs, Writing Emacs Primitives):
4831         Add index entries.
4833 2006-12-11  Richard Stallman  <rms@gnu.org>
4835         * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
4836         affects face menu.  Explain how to make it non-nil without enabling
4837         any fontification.
4839 2006-12-10  Chong Yidong  <cyd@stupidchicken.com>
4841         * modes.texi (Font Lock Basics): Document nil value of
4842         font-lock-defaults.
4844 2006-12-10  Glenn Morris  <rgm@gnu.org>
4846         * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
4847         value for system-flag argument.  Abbrev tables may not be empty
4848         when major modes are loaded.
4850 2006-12-08  Juanma Barranquero  <lekktu@gmail.com>
4852         * makefile.w32-in (maintainer-clean): Partially revert last
4853         change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
4854         to protect elisp-covers.texi.
4856 2006-12-07  Juanma Barranquero  <lekktu@gmail.com>
4858         * makefile.w32-in (maintainer-clean): Depend on `distclean'.
4859         Don't remove elisp* info files; they are already deleted by the
4860         `clean' and `distclean' targets, and they are in the $(infodir)
4861         directory, not the current one.
4863 2006-12-04  Kim F. Storm  <storm@cua.dk>
4865         * commands.texi (Misc Events): Update signal events.
4866         (Event Examples): Add signal example.
4868 2006-11-29  Richard Stallman  <rms@gnu.org>
4870         * frames.texi (Visibility of Frames): Explain visible windows
4871         can be covered by others.  Add xref for raise-frame.
4873 2006-11-28  Richard Stallman  <rms@gnu.org>
4875         * searching.texi (Regexp Special): Update when ^ is special.
4877 2006-11-27  Eli Zaretskii  <eliz@gnu.org>
4879         * customize.texi (Customization, Common Keywords)
4880         (Group Definitions, Variable Definitions, Composite Types)
4881         (Type Keywords, Customization Types): Add index entries for
4882         various customization keywords.
4884 2006-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4886         * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
4888 2006-11-10  Jan Djärv  <jan.h.d@swipnet.se>
4890         * frames.texi (Window System Selections): Remove clipboard from
4891         description of selection-coding-system.
4893 2006-11-06  Richard Stallman  <rms@gnu.org>
4895         * lists.texi (List Variables): Document COMPARE-FN.
4897         * keymaps.texi: Avoid use of "binding" to mean a relation;
4898         use it only to refer to the meaning associated with a key.
4899         (Keymaps): Change menu node description.
4901         * elisp.texi (Top): Change menu node description.
4903         * display.texi (Managing Overlays): Document overlay-recenter.
4905 2006-10-29  Chong Yidong  <cyd@stupidchicken.com>
4907         * Makefile.in: Use relative paths to avoid advertising filesystem
4908         contents during compilation.
4910 2006-10-23  Kim F. Storm  <storm@cua.dk>
4912         * commands.texi (Event Input Misc): Update unread-command-events.
4914 2006-10-23  Nick Roberts  <nickrob@snap.net.nz>
4916         * lists.texi (Sets And Lists): Fix typos.
4918 2006-10-18  Juanma Barranquero  <lekktu@gmail.com>
4920         * control.texi (Processing of Errors): Use @var for an argument,
4921         not @code.
4923 2006-10-16  Richard Stallman  <rms@gnu.org>
4925         * edebug.texi (Edebug Recursive Edit): Minor cleanup.
4927         * keymaps.texi (Format of Keymaps): Show all the keymap element
4928         patterns that result from menu items.
4929         (Key Lookup): Minor cleanups.
4931         * modes.texi (Precalculated Fontification): Don't say that
4932         not setting font-lock-defaults avoids loading font-lock.
4934         * help.texi (Documentation): Move xref to Emacs Manual here.
4935         (Documentation Basics): From here.
4936         Also doc emacs-lisp-docstring-fill-column.
4938         * elisp.texi: Update version and ISBN.
4940         * commands.texi (Interactive Call): Clarify KEYS arg to
4941         call-interactively is a vector.
4942         (Command Loop Info): Delete anchor in this-command-keys.
4943         Add anchor in this-command-keys-vector.
4944         (Recursive Editing): Document how recursive-edit
4945         handles the current buffer.
4947 2006-10-13  Chong Yidong  <cyd@stupidchicken.com>
4949         * frames.texi (Frame Titles): %c and %l are ignored in
4950         frame-title-format.
4952 2006-10-11  Richard Stallman  <rms@gnu.org>
4954         * keymaps.texi (Key Sequences): Clarify use of kbd.
4956 2006-10-10  Kim F. Storm  <storm@cua.dk>
4958         * lists.texi (Sets And Lists): Add memql.
4960 2006-10-03  Richard Stallman  <rms@gnu.org>
4962         * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
4963         Clarify :ascii: and :nonascii:.
4965 2006-09-29  Juri Linkov  <juri@jurta.org>
4967         * modes.texi (%-Constructs): Reorder coding systems in the
4968         documentation of %z to the real order displayed in the modeline.
4970 2006-09-25  Richard Stallman  <rms@gnu.org>
4972         * os.texi (Timers): Describe timer-max-repeats.
4974 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
4976         * os.texi (Timers): Mention with-local-quit.
4978 2006-09-24  Richard Stallman  <rms@gnu.org>
4980         * searching.texi (Searching and Matching): Mention property search.
4982         * commands.texi (Command Loop Info): Explain how read-event affects
4983         this-command-keys.
4985 2006-09-20  Richard Stallman  <rms@gnu.org>
4987         * os.texi (Timers): Clarify about REPEAT when timer is delayed.
4989         * windows.texi (Window Start): Minor cleanups.
4991 2006-09-20  Kim F. Storm  <storm@cua.dk>
4993         * windows.texi (Window Start): pos-visible-in-window-p allows
4994         specifying t for position to mean "end of window".
4995         Add window-line-height.
4997         * anti.texi (Antinews): Mention window-line-height.
4999 2006-09-19  David Kastrup  <dak@gnu.org>
5001         * keymaps.texi (Searching Keymaps): Small clarification.
5003 2006-09-18  Richard Stallman  <rms@gnu.org>
5005         * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
5006         cause keyboard menus.
5007         (Menu Keymaps): Likewise.
5008         (Defining Menus, Keyboard Menus): Clarify.
5010         * text.texi (Fields): Clarify explanation of constrain-to-field.
5012 2006-09-16  Eli Zaretskii  <eliz@gnu.org>
5014         * variables.texi (Tips for Defining): Fix a typo.
5016 2006-09-15  Richard Stallman  <rms@gnu.org>
5018         * keymaps.texi (Remapping Commands, Searching Keymaps)
5019         (Active Keymaps): Clean up previous change.
5021 2006-09-15  Jay Belanger  <belanger@truman.edu>
5023         * gpl.texi: Replace "Library Public License" by "Lesser Public
5024         License" throughout.
5026 2006-09-15  David Kastrup  <dak@gnu.org>
5028         * keymaps.texi (Active Keymaps): Adapt description to use
5029         `get-char-property' instead `get-text-property'.  Explain how
5030         mouse events change this.  Explain the new optional argument of
5031         `key-binding' and its mouse-dependent lookup.
5032         (Searching Keymaps): Adapt description similarly.
5033         (Remapping Commands): Explain the new optional argument of
5034         `command-remapping'.
5036 2006-09-14  Richard Stallman  <rms@gnu.org>
5038         * keymaps.texi (Searching Keymaps): Clarification.
5039         (Active Keymaps): Refer to Searching Keymaps instead of duplication.
5041 2006-09-13  Richard Stallman  <rms@gnu.org>
5043         * objects.texi (Character Type): Node split.
5044         Add xref to Describing Characters.
5045         (Basic Char Syntax, General Escape Syntax)
5046         (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
5048 2006-09-11  Richard Stallman  <rms@gnu.org>
5050         * display.texi (Display Table Format): Wording clarification.
5051         (Glyphs): Clarifications.
5053 2006-09-10  Chong Yidong  <cyd@stupidchicken.com>
5055         * keymaps.texi (Active Keymaps): Mention that key-binding checks
5056         local maps.
5058 2006-09-10  Kim F. Storm  <storm@cua.dk>
5060         * display.texi (Forcing Redisplay): Document return value of
5061         function redisplay.
5063 2006-09-09  Richard Stallman  <rms@gnu.org>
5065         * windows.texi (Window Hooks): Explain limits of
5066         window-scroll-functions.
5068         * display.texi (Fringe Indicators): Update for last change in
5069         indicate-buffer-boundaries.
5071 2006-09-08  Richard Stallman  <rms@gnu.org>
5073         * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
5075 2006-09-06  Kim F. Storm  <storm@cua.dk>
5077         * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
5079         * windows.texi (Window Start): Update pos-visible-in-window-p.
5081 2006-09-04  Richard Stallman  <rms@gnu.org>
5083         * processes.texi (Accepting Output): Explain SECONDS=0 for
5084         accept-process-output.
5086         * os.texi (Idle Timers): Explain why timer functions should not
5087         loop until (input-pending-p).
5089 2006-09-02  Eli Zaretskii  <eliz@gnu.org>
5091         * makefile.w32-in (usermanualdir): New variable.
5092         (elisp.dvi): Use it.
5094 2006-09-01  Eli Zaretskii  <eliz@gnu.org>
5096         * buffers.texi (Buffer Modification): Fix last change.
5098 2006-09-01  Chong Yidong  <cyd@stupidchicken.com>
5100         * buffers.texi (Buffer Modification):
5101         Document buffer-chars-modified-tick.
5103 2006-08-31  Richard Stallman  <rms@gnu.org>
5105         * modes.texi (Syntactic Font Lock): Mention specific faces once again.
5107 2006-08-31  Richard Bielawski  <RBielawski@moneygram.com>  (tiny change)
5109         * modes.texi (Syntactic Font Lock):
5110         Mention font-lock-syntactic-face-function
5111         instead of specific faces.
5113 2006-08-29  Chong Yidong  <cyd@stupidchicken.com>
5115         * display.texi (Images): Add xrref to display-images-p.
5117 2006-08-28  Kenichi Handa  <handa@m17n.org>
5119         * nonascii.texi (Lisp and Coding Systems): Fix description of
5120         detect-coding-region.
5122 2006-08-27  Michael Olson  <mwolson@gnu.org>
5124         * processes.texi (Transaction Queues): Remove stray quote
5125         character.
5127 2006-08-25  Richard Stallman  <rms@gnu.org>
5129         * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
5130         Add xref.
5132 2006-08-24  Chong Yidong  <cyd@stupidchicken.com>
5134         * os.texi (Timers): Avoid waiting inside timers.
5136 2006-08-21  Lute Kamstra  <lute@gnu.org>
5138         * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
5140 2006-08-20  Richard Stallman  <rms@gnu.org>
5142         * os.texi (Idle Timers): New node, split out from Timers.
5143         Document current-idle-time.
5144         * commands.texi (Reading One Event): Update xref.
5145         * elisp.texi (Top): Update subnode menu.
5147 2006-08-16  Richard Stallman  <rms@gnu.org>
5149         * keymaps.texi (Extended Menu Items): Show format of cached
5150         bindings in extended menu items.
5152         * customize.texi (Variable Definitions): Explain when the
5153         standard value expression is evaluated.
5155 2006-08-15  Chong Yidong  <cyd@stupidchicken.com>
5157         * commands.texi (Reading One Event): Explain idleness in
5158         `read-event'.
5160 2006-08-12  Chong Yidong  <cyd@stupidchicken.com>
5162         * text.texi (Near Point): Say "cursor" not "terminal cursor".
5163         (Commands for Insertion): Remove split-line since it's not
5164         relevant for Lisp programming.
5165         (Yank Commands): Rewrite introduction.
5166         (Undo): Clarify.
5167         (Maintaining Undo): Clarify.  Document undo-ask-before-discard.
5168         (Filling): Remove redundant comment.  Clarify return value of
5169         current-justification.
5170         (Margins): Minor clarifications.
5171         (Adaptive Fill): Update default value of adaptive-fill-regexp.
5172         (Sorting): Update definition of sort-lines.
5173         (Columns): Clarify behavior of sort-columns.
5174         (Indent Tabs): Link to Tab Stops in Emacs manual.
5175         (Special Properties): Clarify.
5176         (Clickable Text): Mention Buttons package.
5178 2006-08-12  Kevin Ryde  <user42@zip.com.au>
5180         * os.texi (Time Parsing): Add %z to description of
5181         format-time-string, as per docstring.  Add cross reference to
5182         glibc manual for strftime.
5184 2006-08-08  Richard Stallman  <rms@gnu.org>
5186         * modes.texi: Clean up wording in previous change.
5188 2006-08-07  Chong Yidong  <cyd@stupidchicken.com>
5190         * modes.texi (Hooks): Clarify.
5191         (Major Mode Basics): Mention define-derived-mode explicitly.
5192         (Major Mode Conventions): Rebinding RET is OK for some modes.
5193         Mention change-major-mode-hook and after-change-major-mode-hook.
5194         (Example Major Modes): Move to end of Modes section.
5195         (Mode Line Basics): Clarify.
5196         (Mode Line Data): Mention help-echo and local-map in strings.
5197         Explain reason for treatment of non-risky variables.
5198         (Properties in Mode): Clarify.
5199         (Faces for Font Lock): Add font-lock-negation-char-face.
5201 2006-08-04  Eli Zaretskii  <eliz@gnu.org>
5203         * strings.texi (Formatting Strings): Warn against arbitrary
5204         strings as first arg to `format'.
5206 2006-07-31  Thien-Thi Nguyen  <ttn@gnu.org>
5208         * text.texi (Clickable Text): Mention `help-echo' text property.
5209         Update intro, examples and associated explanations.
5211 2006-07-31  Richard Stallman  <rms@gnu.org>
5213         * commands.texi: Update xrefs.
5214         (Event Mod): New node, cut out from old Translating Input.
5216         * maps.texi: Update xrefs.
5218         * keymaps.texi (Translation Keymaps): New node.
5219         Update xrefs from Translating Input to Translation Keymaps.
5221         * elisp.texi (Top): Update subnode menu.
5223         * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
5225         * os.texi (System Interface): Fix menu descriptions of some nodes.
5226         (Translating Input): Node deleted.
5228 2006-07-31  Nick Roberts  <nickrob@snap.net.nz>
5230         * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
5232         * lists.texi (Sets And Lists): Likewise.
5234 2006-07-30  Thien-Thi Nguyen  <ttn@gnu.org>
5236         * text.texi (Fields): Mention POS
5237         requirement when narrowing is in effect.
5239 2006-07-28  Richard Stallman  <rms@gnu.org>
5241         * display.texi (Face Attributes): Simplify wording.
5242         (Attribute Functions): Clarify meaning of new-frame default
5243         attribute settings.
5245         * customize.texi (Common Keywords): Document how to use
5246         :package-version in a package not in Emacs.
5248 2006-07-28  Kim F. Storm  <storm@cua.dk>
5250         * commands.texi (Reading One Event): Fix last change.
5252 2006-07-26  Chong Yidong  <cyd@stupidchicken.com>
5254         * commands.texi (Reading One Event): Document SECONDS argument for
5255         read-event, read-char, and read-char-exclusive.
5257 2006-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5259         * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
5260         to ensure correct identification.
5262 2006-07-24  Richard Stallman  <rms@gnu.org>
5264         * text.texi (Clickable Text): Clarify.
5266         * sequences.texi (Vector Functions): Delete duplicate xref.
5268         * objects.texi (Function Type): Clarify.
5270         * modes.texi (Keymaps and Minor Modes): List punct chars for minor
5271         modes.
5273         * lists.texi (List Variables): New node.
5274         Material moved from other nodes.
5276         * variables.texi (Setting Variables): add-to-list and
5277         add-to-ordered-list moved to List Variables node.
5279 2006-07-23  Thien-Thi Nguyen  <ttn@gnu.org>
5281         * text.texi (Links and Mouse-1):
5282         For mouse-on-link-p, expand on arg POS.
5284 2006-07-21  Kim F. Storm  <storm@cua.dk>
5286         * display.texi (Forcing Redisplay): Don't mention systems which
5287         don't support sub-second timers for redisplay-preemption-period.
5289         * os.texi (Terminal Output): Clarify text vs graphical terminal.
5291 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
5293         * frames.texi (Input Focus): Document that focus-follows-mouse has
5294         no effect on MS-Windows.
5296 2006-07-18  Richard Stallman  <rms@gnu.org>
5298         * display.texi (Forcing Redisplay): Cleanups in previous change.
5300         * processes.texi (Low-Level Network): Make menu more convenient.
5302 2006-07-18  Kim F. Storm  <storm@cua.dk>
5304         * display.texi (Forcing Redisplay): redisplay-preemption-period
5305         only used on window systems.  Add xref to Terminal Output.
5307         * os.texi (Terminal Output): baud-rate only controls preemption on
5308         non-window systems.  Add xref to Forcing Redisplay.
5310         * processes.texi (Low-Level Network): Rename node "Make Network"
5311         to "Network Processes".
5313 2006-07-18  Karl Berry  <karl@gnu.org>
5315         * variables.texi, functions.texi, customize.texi, loading.texi:
5316         * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
5318 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
5320         * commands.texi (Waiting): Document batch-mode sit-for behavior.
5322 2006-07-17  Richard Stallman  <rms@gnu.org>
5324         * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
5325         Put period and comma inside quotes.
5327         * loading.texi, markers.texi: Use real doublequote inside menus.
5329         * windows.texi: Put point and comma inside quotes.
5330         (Textual Scrolling): Use @samp for error message.
5332         * variables.texi, tips.texi, syntax.texi, symbols.texi:
5333         * strings.texi, streams.texi, processes.texi, os.texi:
5334         * objects.texi, numbers.texi, modes.texi, minibuf.texi:
5335         * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
5336         * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
5337         * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
5338         Put point and comma inside quotes.
5340         * control.texi (Processing of Errors): Add command-error-function.
5342         * variables.texi (File Local Variables): Clarify that
5343         file local variables make buffer-local bindings.
5345         * modes.texi (Syntactic Font Lock): Give default for
5346         font-lock-syntax-table.
5348 2006-07-17  Nick Roberts  <nickrob@snap.net.nz>
5350         * text.texi (Special Properties): Clean up previous change.
5352 2006-07-16  Karl Berry  <karl@gnu.org>
5354         * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
5355         * control.texi: Fix bad page breaks through chapter 10 (control).
5357         * anti.texi (Antinews): Reorder face-attribute fns to avoid
5358         underfull hbox.
5360 2006-07-15  Nick Roberts  <nickrob@snap.net.nz>
5362         * text.texi (Special Properties): Describe fontified text property
5363         in relation to a character (not text).
5365 2006-07-15  Kim F. Storm  <storm@cua.dk>
5367         * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
5368         Add apropos-mode-map, custom-mode-map, esc-map, global-map,
5369         grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
5371         * anti.texi (Antinews): Mention redisplay function.
5372         The kbd macro existed, but was not documented, before 22.x.
5373         Function pos-visible-in-window-p is not new in 22.x, just enhanced.
5375 2006-07-14  Nick Roberts  <nickrob@snap.net.nz>
5377         * display.texi (Displaying Messages): Add anchor.
5379         * frames.texi (Dialog Boxes): Use it.
5381 2006-07-12  Richard Stallman  <rms@gnu.org>
5383         * objects.texi (Frame Type): Explain nature of frames better.
5385         * frames.texi (Frames): Explain nature of frames better.
5387 2006-07-12  Ken Manheimer  <ken.manheimer@gmail.com>
5389         * tips.texi (Coding Conventions): Explain why use cl at compile time.
5391 2006-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5393         * frames.texi (Window System Selections): Mention scrap support for Mac.
5394         Default value of x-select-enable-clipboard is t on Mac.
5396         * os.texi (Getting Out): Suspending is not allowed on Mac, either.
5398 2006-07-11  Kim F. Storm  <storm@cua.dk>
5400         * display.texi (Forcing Redisplay): Add `redisplay' function.
5401         Don't mention (sit-for -1) -- use (redisplay t) instead.
5403         * commands.texi (Waiting): (sit-for -1) is no longer special.
5404         (sit-for 0) is equivalent to (redisplay).
5405         Iconifying/deiconifying no longer makes sit-for return.
5407 2006-07-10  Nick Roberts  <nickrob@snap.net.nz>
5409         * display.texi (Buttons): Fix typo.
5411         * index.texi, elisp.texi (New Symbols): Comment node out.
5413 2006-07-09  Richard Stallman  <rms@gnu.org>
5415         * display.texi (Truncation): Clean up previous change.
5417 2006-07-08  Richard Stallman  <rms@gnu.org>
5419         * commands.texi (Interactive Call): Use 3 as prefix in example
5420         for execute-extended-command.
5422         * display.texi (Attribute Functions): Move paragraph about
5423         compatibility with Emacs < 21.
5425 2006-07-09  Kim F. Storm  <storm@cua.dk>
5427         * display.texi (Refresh Screen): Clarify force-window-update.
5428         (Truncation): "Normally" indicated by fringe arrows.
5430 2006-07-08  Eli Zaretskii  <eliz@gnu.org>
5432         * windows.texi (Textual Scrolling, Resizing Windows):
5433         * variables.texi (Constant Variables):
5434         * text.texi (Buffer Contents, Deletion, Changing Properties)
5435         (Property Search, Special Properties, Sticky Properties)
5436         (Links and Mouse-1, Fields, Change Hooks):
5437         * syntax.texi (Syntax Table Functions, Parsing Expressions)
5438         (Categories):
5439         * symbols.texi (Other Plists):
5440         * streams.texi (Output Variables):
5441         * processes.texi (Input to Processes, Query Before Exit):
5442         * positions.texi (Word Motion, Text Lines, List Motion):
5443         * os.texi (Init File, System Environment, Sound Output)
5444         (Session Management):
5445         * nonascii.texi (Text Representations, Character Sets)
5446         (Chars and Bytes, Locales):
5447         * modes.texi (Defining Minor Modes, Header Lines):
5448         * minibuf.texi (Minibuffer Contents):
5449         * markers.texi (Information from Markers):
5450         * lists.texi (List Elements, Building Lists, Association Lists):
5451         * keymaps.texi (Tool Bar):
5452         * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
5453         * functions.texi (What Is a Function, Mapping Functions):
5454         * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
5455         (Color Names, Text Terminal Colors, Display Feature Testing):
5456         * files.texi (Visiting Functions, File Name Components)
5457         (Unique File Names, Contents of Directories):
5458         * display.texi (Forcing Redisplay, Displaying Messages)
5459         (Temporary Displays, Font Selection, Auto Faces)
5460         (Font Lookup, Fringe Indicators, Display Margins)
5461         (Image Descriptors, Showing Images, Image Cache, Button Types)
5462         (Making Buttons, Manipulating Buttons, Button Buffer Commands)
5463         (Display Table Format, Glyphs):
5464         * control.texi (Iteration):
5465         * commands.texi (Command Loop Info, Adjusting Point):
5466         * backups.texi (Making Backups, Auto-Saving):
5467         Remove @tindex entries.
5469 2006-07-07  Kim F. Storm  <storm@cua.dk>
5471         * display.texi (Fringe Cursors): Fix typo.
5472         (Customizing Bitmaps): Fix define-fringe-bitmap entry.
5473         (Overlay Arrow): Default is overlay-arrow fringe indicator.
5475 2006-07-05  Richard Stallman  <rms@gnu.org>
5477         * text.texi (Buffer Contents): Add example of text props
5478         in result of buffer-substring.
5479         (Text Properties): Explain better about use of specific property names.
5480         (Property Search): Some cleanups; reorder some functions.
5482         * keymaps.texi (Changing Key Bindings): Cleanup.
5483         Add xref to Key Binding Conventions.
5485         * display.texi (Attribute Functions): Add examples for
5486         face-attribute-relative-p.
5488         * tips.texi (Coding Conventions): Cleanup last change.
5490 2006-07-05  Karl Berry  <karl@gnu.org>
5492         * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
5493         Remove @setchapternewpage odd.
5494         Result is 1013 pages, down from 1100.
5496         * anti.texi, customize.texi, display.texi, internals.texi:
5497         * minibuf.texi, modes.texi, tips.texi:
5498         Fix overfull/underfull boxes.
5500 2006-07-05  Thien-Thi Nguyen  <ttn@gnu.org>
5502         * edebug.texi (Instrumenting):
5503         Add Edebug-specific findex for eval-buffer.
5504         * loading.texi (Loading):
5505         Replace eval-current-buffer with eval-buffer.
5507 2006-06-30  Nick Roberts  <nickrob@snap.net.nz>
5509         * locals.texi (Standard Buffer-Local Variables): Update the list
5510         of variables.
5512 2006-06-26  Nick Roberts  <nickrob@snap.net.nz>
5514         * files.texi (File Name Completion): Point user to the node
5515         "Reading File Names".
5517 2006-06-24  Eli Zaretskii  <eliz@gnu.org>
5519         * files.texi (Contents of Directories): Document case-insensitive
5520         behavior on respective filesystems.
5522         * objects.texi (Character Type): Document that Emacs signals an
5523         error for unsupported Unicode characters specified as \uNNNN.
5525 2006-06-19  Richard Stallman  <rms@gnu.org>
5527         * processes.texi (Bindat Spec): Clarify previous change.
5529 2006-06-16  Richard Stallman  <rms@gnu.org>
5531         * tips.texi (Coding Conventions): Better explain conventions
5532         for definition constructs.
5534         * text.texi (Special Properties): String value of `read-only'
5535         serves as the error message.
5537         * objects.texi (Character Type): Clarify prev. change.
5538         (Non-ASCII in Strings): Mention \u and \U.
5540         * commands.texi (Using Interactive): Explain problem of
5541         markers, etc., in command-history.
5543 2006-06-14  Kim F. Storm  <storm@cua.dk>
5545         * commands.texi (Waiting): Negative arg to sit-for forces
5546         redisplay even if input is pending.
5548         * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
5549         redisplay.  Remove incorrect example of binding redisplay-dont-pause
5550         around (sit-for 0).
5552 2006-06-13  Richard Stallman  <rms@gnu.org>
5554         * display.texi (Forcing Redisplay): Clarify previous change.
5556 2006-06-13  Romain Francoise  <romain@orebokech.com>
5558         * display.texi (Forcing Redisplay): Fix typo.
5560 2006-06-13  Kim F. Storm  <storm@cua.dk>
5562         * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
5564 2006-06-10  Luc Teirlinck  <teirllm@auburn.edu>
5566         * tips.texi (Coding Conventions): Add `@end itemize'.
5568 2006-06-10  Richard Stallman  <rms@gnu.org>
5570         * tips.texi (Coding Conventions): Explain use of coding systems
5571         to ensure one decoding for strings.
5573 2006-06-09  Aidan Kehoe  <kehoea@parhasard.net>
5575         * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
5576         syntax.
5578 2006-06-07  Eli Zaretskii  <eliz@gnu.org>
5580         * display.texi (Font Selection): Remove description of
5581         clear-face-cache.
5583         * compile.texi (Eval During Compile): Fix a typo.  Add index
5584         entries for possible uses of eval-when-compile.
5586 2006-06-04  Thien-Thi Nguyen  <ttn@gnu.org>
5588         * display.texi (Abstract Display): Fix typo.
5590 2006-06-03  Eli Zaretskii  <eliz@gnu.org>
5592         * minibuf.texi (Minibuffer History) <history-add-new-input>:
5593         Reword variable's description.
5595 2006-06-01  Richard Stallman  <rms@gnu.org>
5597         * windows.texi (Splitting Windows): Clarify splitting nonselected
5598         window.
5600 2006-05-31  Juri Linkov  <juri@jurta.org>
5602         * minibuf.texi (Minibuffer History): Add history-add-new-input.
5604 2006-05-30  Richard Stallman  <rms@gnu.org>
5606         * display.texi (Line Height): Fix errors in description of
5607         default line height and line-height property.
5609         * nonascii.texi (Default Coding Systems): Further clarification.
5611 2006-05-29  Luc Teirlinck  <teirllm@auburn.edu>
5613         * internals.texi (Pure Storage): Mention that an overflow in pure
5614         space causes a memory leak.
5615         (Garbage Collection): If there was an overflow in pure space,
5616         `garbage-collect' returns nil.
5618 2006-05-30  Eli Zaretskii  <eliz@gnu.org>
5620         * nonascii.texi (Default Coding Systems): Fix it some more.
5622 2006-05-29  Eli Zaretskii  <eliz@gnu.org>
5624         * nonascii.texi (Default Coding Systems): Fix last change.
5626 2006-05-29  Kenichi Handa  <handa@m17n.org>
5628         * nonascii.texi (find-operation-coding-system): Describe the new
5629         argument format (FILENAME . BUFFER).
5631 2006-05-28  Richard Stallman  <rms@gnu.org>
5633         * tips.texi (Coding Conventions): Better explain reasons not to
5634         advise other packages or use `eval-after-load'.
5636 2006-05-29  Kim F. Storm  <storm@cua.dk>
5638         * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
5639         `bindat-idx' and `bindat-raw' for clarity.
5641 2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
5643         * processes.texi (Bindat Spec): Expand on `repeat' handler.
5645         * display.texi (Display): Add "Abstract Display" to menu.
5646         (Abstract Display, Abstract Display Functions)
5647         (Abstract Display Example): New nodes.
5648         * elisp.texi (Top): Add "Abstract Display" to menu.
5650 2006-05-27  Chong Yidong  <cyd@stupidchicken.com>
5652         * keymaps.texi (Key Sequences): Link to input events definition.
5653         (Format of Keymaps): Delete material duplicated in Keymap Basics.
5655         * files.texi (Changing Files): Document updated argument list for
5656         copy-file.
5658 2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
5660         * processes.texi (Bindat Functions): Explain term "total length".
5661         Use it in bindat-length and bindat-pack descriptions.
5663 2006-05-26  Eli Zaretskii  <eliz@gnu.org>
5665         * tips.texi (Coding Conventions): Advise against using
5666         eval-after-load in packages.  Add an index entry.
5668 2006-05-25  Juri Linkov  <juri@jurta.org>
5670         * minibuf.texi (Text from Minibuffer): Undocument keep-all.
5672         * modes.texi (%-Constructs): Add %e, %z, %Z.
5674 2006-05-25  Richard Stallman  <rms@gnu.org>
5676         * elisp.texi (Top): Update subnode menu.
5678         * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
5679         (Keymaps): Update menu.
5681 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
5683         * keymaps.texi (Key Sequences): Some clarifications.
5685 2006-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
5687         * processes.texi (Bindat Functions): Say "unibyte string"
5688         explicitly for bindat-unpack and bindat-pack descriptions.
5689         (Bindat Examples): Don't call `string-make-unibyte' in example.
5691 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
5693         * keymaps.texi (Key Sequences): Rename from Keymap Terminology.
5694         Explain string and vector representations of key sequences.
5696         * keymaps.texi (Changing Key Bindings):
5697         * commands.texi (Interactive Codes):
5698         * help.texi (Describing Characters): Refer to it.
5700 2006-05-23  Luc Teirlinck  <teirllm@auburn.edu>
5702         * frames.texi (Pointer Shape): @end table -> @end defvar.
5704 2006-05-22  Richard Stallman  <rms@gnu.org>
5706         * elisp.texi (Top): Update subnode menus.
5708         * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
5709         Contents rewritten; material from old Pointer Shape node moved here.
5711         * display.texi (Pointer Shape): Node deleted.
5712         (Image Descriptors): Minor cleanup.
5714 2006-05-21  Richard Stallman  <rms@gnu.org>
5716         * syntax.texi (Parsing Expressions): Update info on which STATE
5717         elements are ignored.
5719 2006-05-19  Luc Teirlinck  <teirllm@auburn.edu>
5721         * hooks.texi (Standard Hooks): Correct typo.
5723         * gpl.texi (GPL): ifinfo -> ifnottex.
5725 2006-05-19  Michael Ernst  <mernst@alum.mit.edu>  (tiny change)
5727         * searching.texi (Simple Match Data): Warn about match data being
5728         set anew by every search.
5730 2006-05-17  Richard Stallman  <rms@gnu.org>
5732         * minibuf.texi (Minibuffer History): Clarify.
5734         * searching.texi (Regexp Special): Clarify nested regexp warning.
5736 2006-05-16  Kim F. Storm  <storm@cua.dk>
5738         * minibuf.texi (Minibuffer History): Update add-to-history.
5740 2006-05-15  Oliver Scholz  <epameinondas@gmx.de>  (tiny change)
5742         * nonascii.texi (Explicit Encoding):
5743         Fix typo (encoding<->decoding).
5745 2006-05-14  Richard Stallman  <rms@gnu.org>
5747         * buffers.texi (Creating Buffers): Cleanup.
5749         * files.texi (Visiting Functions): Rewrite in find-file-noselect.
5751 2006-05-13  Eli Zaretskii  <eliz@gnu.org>
5753         * buffers.texi (Current Buffer): Document that with-temp-buffer
5754         disables undo.
5756         * os.texi (Terminal-Specific): More accurate description of how
5757         Emacs searches for the terminal-specific libraries.
5759 2006-05-12  Eli Zaretskii  <eliz@gnu.org>
5761         * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
5762         emacs-xtra to @inforef's.
5764         * text.texi (Undo): Document that undo is turned off in buffers
5765         whose names begin with a space.
5767         * buffers.texi (Buffer Names): Add index entries for buffers whose
5768         names begin with a space.
5769         (Creating Buffers): Document that undo is turned off in buffers
5770         whose names begin with a space.
5772         * files.texi (Visiting Functions, Reading from Files)
5773         (Saving Buffers): Mention code and EOL conversions by file I/O
5774         primitives and subroutines.
5776         * nonascii.texi (Lisp and Coding Systems):
5777         Document coding-system-eol-type.  Add index entries for eol conversion.
5779         * display.texi (Defining Faces): Mention `mac', and add an xref to
5780         where window-system is described.
5782 2006-05-10  Richard Stallman  <rms@gnu.org>
5784         * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
5786 2006-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
5788         * variables.texi (File Local Variables): Recommend to quote lambda
5789         expressions in safe-local-variable property.
5791 2006-05-09  Richard Stallman  <rms@gnu.org>
5793         * variables.texi (File Local Variables):
5794         Document safe-local-eval-forms and safe-local-eval-function.
5796 2006-05-07  Kim F. Storm  <storm@cua.dk>
5798         * minibuf.texi (Minibuffer History): Remove keep-dups arg
5799         from add-to-history.
5801 2006-05-07  Romain Francoise  <romain@orebokech.com>
5803         * commands.texi (Event Input Misc):
5804         * compile.texi (Eval During Compile):
5805         * internals.texi (Buffer Internals):
5806         * minibuf.texi (Initial Input):
5807         * nonascii.texi (Scanning Charsets):
5808         * numbers.texi (Comparison of Numbers):
5809         * windows.texi (Textual Scrolling, Vertical Scrolling):
5810         Fix various typos.
5812 2006-05-06  Eli Zaretskii  <eliz@gnu.org>
5814         * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
5815         conditional xref's to either emacs or emacs-xtra, depending on
5816         @iftex/@ifnottex.
5818         * minibuf.texi (Minibuffer History): Document add-to-history.
5820 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
5822         * internals.texi (Pure Storage): Mention the pure overflow message
5823         at startup.
5825 2006-05-05  Johan Bockgård  <bojohan@dd.chalmers.se>
5827         * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
5828         (Searching Keymaps): Fix pseudo-Lisp description of keymap
5829         search.
5831 2006-05-01  Richard Stallman  <rms@gnu.org>
5833         * intro.texi (nil and t): Clarify.
5835         * variables.texi (File Local Variables): Suggest using booleanp.
5837 2006-05-01  Juanma Barranquero  <lekktu@gmail.com>
5839         * objects.texi (Type Predicates): Fix typos.
5841 2006-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5843         * intro.texi (nil and t): Add booleanp.
5845         * objects.texi (Type Predicates): Add links for booleanp and
5846         string-or-null-p.
5848 2006-04-29  Richard Stallman  <rms@gnu.org>
5850         * modes.texi (Multiline Font Lock): Rename from
5851         Multi line Font Lock Elements.  Much clarification.
5852         (Font Lock Multiline, Region to Fontify): Much clarification.
5854 2006-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5856         * variables.texi (File Local Variables): Remove the special case t for
5857         safe-local-variable.
5859 2006-04-26  Richard Stallman  <rms@gnu.org>
5861         * syntax.texi (Parsing Expressions): Minor cleanup.
5863 2006-04-18  Richard Stallman  <rms@gnu.org>
5865         * tips.texi (Coding Conventions): Explain when the package's
5866         prefix should appear later on (not at the start of the name).
5868         * searching.texi (String Search): Clarify effect of NOERROR.
5870         * modes.texi (Imenu): Clarify what special items do.
5872         * hooks.texi (Standard Hooks): Delete text about old hook names.
5874 2006-04-17  Romain Francoise  <romain@orebokech.com>
5876         * variables.texi (Local Variables): Update the default value of
5877         `max-specpdl-size'.
5879 2006-04-15  Michael Olson  <mwolson@gnu.org>
5881         * processes.texi (Transaction Queues): Mention the new optional
5882         `delay-question' argument for `tq-enqueue'.
5884 2006-04-13  Bill Wohler  <wohler@newt.com>
5886         * customize.texi (Common Keywords): Use dotted notation for
5887         :package-version value.  Specify its values.  Improve documentation
5888         for customize-package-emacs-version-alist.
5890 2006-04-12  Bill Wohler  <wohler@newt.com>
5892         * customize.texi (Common Keywords): Move description of
5893         customize-package-emacs-version-alist to @defvar.
5895 2006-04-10  Bill Wohler  <wohler@newt.com>
5897         * customize.texi (Common Keywords): Add :package-version.
5899 2006-04-10  Kim F. Storm  <storm@cua.dk>
5901         * text.texi (Buffer Contents): Add NOPROPS arg to
5902         filter-buffer-substring.
5904 2006-04-08  Kevin Ryde  <user42@zip.com.au>
5906         * os.texi (Command-Line Arguments): Update xref to emacs manual
5907         "Command Arguments" -> "Emacs Invocation", per change there.
5909 2006-04-08  Thien-Thi Nguyen  <ttn@gnu.org>
5911         * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
5912         be on one line to help makeinfo not render two spaces after the dot.
5914 2006-04-07  Reiner Steib  <Reiner.Steib@gmx.de>
5916         * strings.texi (Predicates for Strings): Add string-or-null-p.
5918 2006-03-28  Kim F. Storm  <storm@cua.dk>
5920         * processes.texi (Accepting Output): Remove obsolete (and incorrect)
5921         remarks about systems that don't support fractional seconds.
5923 2006-03-25  Karl Berry  <karl@gnu.org>
5925         * elisp.texi: Use @copyright{} instead of (C), and do not indent
5926         the year list.
5928 2006-03-21  Nick Roberts  <nickrob@snap.net.nz>
5930         * display.texi (Fringe Indicators): Fix typos.
5932 2006-03-19  Luc Teirlinck  <teirllm@auburn.edu>
5934         * tips.texi (Documentation Tips): One can now also write `program'
5935         in front of a quoted symbol in a docstring to prevent making a
5936         hyperlink.
5938 2006-03-19  Alan Mackenzie  <acm@muc.de>
5940         * text.texi (Special Properties): Clarify `fontified' property.
5942 2006-03-16  Richard Stallman  <rms@gnu.org>
5944         * display.texi (Defining Images): Minor cleanup.
5946 2006-03-16  Bill Wohler  <wohler@newt.com>
5948         * display.texi (Defining Images): In image-load-path-for-library,
5949         prefer user's images.
5951 2006-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5953         * modes.texi (Region to Fontify): Remove font-lock-lines-before.
5955 2006-03-15  Bill Wohler  <wohler@newt.com>
5957         * display.texi (Defining Images): Fix example in
5958         image-load-path-for-library by not recommending that one binds
5959         image-load-path.  Just defvar it to placate compiler and only use
5960         it if previously defined.
5962 2006-03-14  Bill Wohler  <wohler@newt.com>
5964         * display.texi (Defining Images): In image-load-path-for-library,
5965         always return list of directories.  Update example.
5967 2006-03-14  Alan Mackenzie  <acm@muc.de>
5969         * modes.texi: New node, "Region to Fontify" (for Font Lock).
5970         This describes font-lock-extend-region-function.
5971         ("Other Font Lock Variables"): Move "font-lock-lines-before" to
5972         the new node "Region to Fontify".
5974 2006-03-13  Richard Stallman  <rms@gnu.org>
5976         * display.texi (Invisible Text): The impossible position is
5977         now before the invisible text, not after.
5978         (Defining Images): Clean up last change.
5980 2006-03-11  Bill Wohler  <wohler@newt.com>
5982         * display.texi (Defining Images): Add image-load-path-for-library.
5984 2006-03-11  Luc Teirlinck  <teirllm@auburn.edu>
5986         * text.texi (Adaptive Fill): Fix Texinfo usage.
5988         * strings.texi (Creating Strings): Fix Texinfo usage.
5990         * searching.texi (Regexp Special): Use @samp for regular
5991         expressions that are not in Lisp syntax.
5993 2006-03-08  Luc Teirlinck  <teirllm@auburn.edu>
5995         * searching.texi (Regexp Special): Put remark between parentheses
5996         to avoid misreading.
5998 2006-03-07  Luc Teirlinck  <teirllm@auburn.edu>
6000         * searching.texi (Syntax of Regexps): More accurately describe
6001         which characters are special in which situations.
6002         (Regexp Special): Recommend _not_ to quote `]' or `-' when they
6003         are not special.  Describe in detail when `[' and `]' are special.
6004         (Regexp Backslash): Plenty of regexps with unbalanced square
6005         brackets are valid, so reword that statement.
6007 2006-03-02  Kim F. Storm  <storm@cua.dk>
6009         * keymaps.texi (Tool Bar): Add tool-bar-border.
6011 2006-02-28  Luc Teirlinck  <teirllm@auburn.edu>
6013         * loading.texi (Load Suffixes): Rephrase last paragraph.  Fix typos.
6015 2006-02-27  Luc Teirlinck  <teirllm@auburn.edu>
6017         * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
6019         * files.texi (Locating Files): Suggest additional values for the
6020         SUFFIXES arg of `locate-file'.  Update pxref.
6022         * loading.texi (Loading): Include new node "Load Suffixes" in menu.
6023         (How Programs Do Loading): Discuss the effects of Auto Compression
6024         mode on `load'.
6025         (Load Suffixes): New node.
6026         (Library Search): Delete description of `load-suffixes'; it was
6027         moved to "Load Suffixes".
6028         (Autoload, Named Features): Mention `load-suffixes'.
6030 2006-02-21  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
6032         * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
6034         * windows.texi (Window Tree): Fix typo.
6036 2006-02-20  Kim F. Storm  <storm@cua.dk>
6038         * display.texi (Fringe Indicators): New section.
6039         Move indicate-empty-lines, indicate-buffer-boundaries, and
6040         default-indicate-buffer-boundaries here.
6041         Add fringe-indicator-alist and default-fringes-indicator-alist.
6042         Add list of logical fringe indicator symbols.
6043         Update list of standard bitmap names.
6044         (Fringe Cursors): New section.
6045         Move overflow-newline-into-fringe here.
6046         Add fringe-cursor-alist and default-fringes-cursor-alist.
6047         Add list of fringe cursor symbols.
6049 2006-02-20  Juanma Barranquero  <lekktu@gmail.com>
6051         * commands.texi (Using Interactive): Fix reference to node
6052         "Minibuffers".
6054 2006-02-19  Richard M. Stallman  <rms@gnu.org>
6056         * minibuf.texi (High-Level Completion):
6057         Add xref to read-input-method-name.
6059         * files.texi (Relative File Names): Move file-relative-name here.
6060         (File Name Expansion): From here.  Minor clarifications.
6062         * commands.texi (Using Interactive): Add xrefs about reading input.
6063         Clarify remarks about that moving point and mark.
6064         Put string case before list case.
6066 2006-02-16  Johan Bockgård  <bojohan@dd.chalmers.se>
6068         * display.texi (Other Display Specs, Image Descriptors):
6069         Revert erroneous changes.  The previous description of
6070         image-descriptors as `(image . PROPS)' was correct.
6072 2006-02-14  Richard M. Stallman  <rms@gnu.org>
6074         * variables.texi (File Local Variables): Clarifications.
6076 2006-02-14  Juanma Barranquero  <lekktu@gmail.com>
6078         * variables.texi (File Local Variables): Use @code for a cons
6079         cell, not @var.
6081 2006-02-13  Chong Yidong  <cyd@stupidchicken.com>
6083         * variables.texi (File Local Variables): Document new file local
6084         variable behavior.
6086 2006-02-10  Kim F. Storm  <storm@cua.dk>
6088         * eval.texi (Function Indirection): Add NOERROR to indirect-function.
6090 2006-02-08  Juanma Barranquero  <lekktu@gmail.com>
6092         * modes.texi (%-Constructs): Remove obsolete info about
6093         `global-mode-string'.
6095 2006-02-07  Richard M. Stallman  <rms@gnu.org>
6097         * commands.texi (Prefix Command Arguments): Minor cleanup.
6099         * display.texi: "Graphical display", not window system.
6101         * functions.texi (What Is a Function): Fix xref.
6103         * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
6104         (Changing Key Bindings): Clarify when remapping is better than
6105         substitute-key-definition.
6107 2006-02-02  Richard M. Stallman  <rms@gnu.org>
6109         * minibuf.texi (Basic Completion): Completion alists are risky.
6111         * keymaps.texi (Active Keymaps): Clarifications.
6112         (Searching Keymaps): New node.
6113         (Keymaps): Update menu.
6115         * frames.texi (Layout Parameters): Minor clarification.
6116         (Drag and Drop): New node.
6117         (Frames): Update menu.
6119 2006-01-29  Chong Yidong  <cyd@stupidchicken.com>
6121         * display.texi (Other Display Specs, Image Descriptors):
6122         Image description is a list, not a cons cell.
6124 2006-01-28  Luc Teirlinck  <teirllm@auburn.edu>
6126         * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
6127         list is not necessarily a list).
6129 2006-01-27  Eli Zaretskii  <eliz@gnu.org>
6131         * frames.texi (Layout Parameters): border-width and
6132         internal-border-width belong to the frame, not the window.
6134 2006-01-19  Richard M. Stallman  <rms@gnu.org>
6136         * nonascii.texi (Translation of Characters): Search cmds use
6137         translation-table-for-input.  Automatically made local.
6139         * markers.texi (Overview of Markers): Count insertion type
6140         as one of a marker's attributes.
6142         * keymaps.texi (Controlling Active Maps): New node, split out of
6143         Active Keymaps.
6144         (Keymaps): Menu updated.
6145         (Active Keymaps): Give pseudocode to explain how the active
6146         maps are searched.  current-active-maps and key-binding moved here.
6147         (Functions for Key Lookup): current-active-maps and key-binding moved.
6148         Clarifications.
6149         (Searching the Keymaps): New subnode.
6151         * elisp.texi (Top): Menu clarification.
6153         * display.texi (Other Display Specs): Delete duplicate entry for
6154         just a string as display spec.  Move text about recursive display
6155         specs on such a string.
6157         * commands.texi (Key Sequence Input): Clarify.
6158         Move num-nonmacro-input-events out.
6159         (Reading One Event): num-nonmacro-input-events moved here.
6161 2006-01-14  Nick Roberts  <nickrob@snap.net.nz>
6163         * advice.texi (Simple Advice): Update example to fit argument
6164         change in previous-line.
6166 2006-01-05  Richard M. Stallman  <rms@gnu.org>
6168         * markers.texi (The Mark): Fix in `mark'.
6170 2006-01-04  Richard M. Stallman  <rms@gnu.org>
6172         * processes.texi (Misc Network, Make Network): Minor cleanups.
6174 2006-01-04  Kim F. Storm  <storm@cua.dk>
6176         * processes.texi (Make Network): Add IPv6 addresses and handling.
6177         (Network Feature Testing): Mention (:family ipv6).
6178         (Misc Network): Add IPv6 formats to format-network-address.
6180 2005-12-30  Richard M. Stallman  <rms@gnu.org>
6182         * text.texi (Changing Properties):
6183         Don't use return value of set-text-properties.
6185 2005-12-29  Luc Teirlinck  <teirllm@auburn.edu>
6187         * modes.texi (Mode Line Format): Correct typo in menu.
6189 2005-12-29  Richard M. Stallman  <rms@gnu.org>
6191         * modes.texi (Mode Line Top): New node.
6192         (Mode Line Data): Some text moved to new node.
6193         Explain the data structure more concretely.
6194         (Mode Line Basics): Clarifications.
6195         (Mode Line Variables): Clarify intro paragraph.
6196         (%-Constructs): Clarify intro paragraph.
6197         (Mode Line Format): Update menu.
6199 2005-12-28  Luc Teirlinck  <teirllm@auburn.edu>
6201         * minibuf.texi (Basic Completion): Update lazy-completion-table
6202         examples for removal of ARGS argument.
6204 2005-12-23  Richard M. Stallman  <rms@gnu.org>
6206         * text.texi (Undo): Restore some explanation from the version
6207         that was deleted.
6209 2005-12-23  Eli Zaretskii  <eliz@gnu.org>
6211         * text.texi (Undo): Remove duplicate descriptions of `apply
6212         funname' and `apply delta' elements of the undo list.
6214 2005-12-20  Richard M. Stallman  <rms@gnu.org>
6216         * help.texi (Help Functions): Update documentation of `apropos'.
6218 2005-12-20  Luc Teirlinck  <teirllm@auburn.edu>
6220         * customize.texi (Type Keywords): Delete xref to "Text help-echo",
6221         because it is confusing.  If the :help-echo keyword is a function,
6222         it is not directly used as the :help-echo overlay property, as the
6223         xref seems to suggest (it does not take the appropriate args).
6225 2005-12-19  Luc Teirlinck  <teirllm@auburn.edu>
6227         * customize.texi (Common Keywords): Fix Texinfo usage.
6228         (Group Definitions, Variable Definitions): Update for new
6229         conventions for using `*' in docstrings.
6231         * tips.texi (Documentation Tips): Update for new conventions for
6232         using `*' in docstrings.
6234 2005-12-16  Richard M. Stallman  <rms@gnu.org>
6236         * minibuf.texi (Minibuffer Contents): Minor cleanup.
6238 2005-12-16  Juri Linkov  <juri@jurta.org>
6240         * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
6242 2005-12-14  Romain Francoise  <romain@orebokech.com>
6244         * modes.texi (Customizing Keywords): Rename `append' to `how'.
6245         Fix typo.
6247 2005-12-11  Juri Linkov  <juri@jurta.org>
6249         * minibuf.texi (Completion Commands): Add mention of read-file-name
6250         for filename completion keymaps.
6251         (Reading File Names): Add mention of filename completion keymaps
6252         for read-file-name and xref to `Completion Commands'.
6254 2005-12-10  Richard M. Stallman  <rms@gnu.org>
6256         * customize.texi (Common Keywords): State caveats for use of :tag.
6258 2005-12-08  Richard M. Stallman  <rms@gnu.org>
6260         * minibuf.texi (Intro to Minibuffers): Replace list of local maps
6261         with xrefs and better explanation.
6262         (Completion Commands): Add the filename completion maps.
6264         * objects.texi (Character Type): Clarify that \s is not space
6265         if a dash follows.
6267 2005-12-05  Richard M. Stallman  <rms@gnu.org>
6269         * windows.texi (Resizing Windows): Delete preserve-before args.
6271 2005-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6273         * keymaps.texi (Format of Keymaps): Remove mention of a quirk
6274         in full keymaps, since the quirk has been fixed.
6276 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
6278         * hooks.texi (Standard Hooks): Add index entries.
6279         Mention `compilation-finish-functions'.
6281 2005-11-27  Richard M. Stallman  <rms@gnu.org>
6283         * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
6285 2005-11-21  Juri Linkov  <juri@jurta.org>
6287         * customize.texi (Common Keywords): Update links types
6288         custom-manual and url-link.  Add link types emacs-library-link,
6289         file-link, function-link, variable-link, custom-group-link.
6291 2005-11-20  Chong Yidong  <cyd@stupidchicken.com>
6293         * display.texi: Revert 2005-11-20 change.
6295 2005-11-20  Thien-Thi Nguyen  <ttn@gnu.org>
6297         * processes.texi (Bindat Functions):
6298         Say "third" to refer to zero-based index "2".
6300 2005-11-18  Luc Teirlinck  <teirllm@auburn.edu>
6302         * loading.texi (Library Search): Update the default value of
6303         `load-suffixes'.
6305 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
6307         * display.texi (Attribute Functions): Mention :ignore-defface.
6309 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6311         * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
6312         (Minor Mode Conventions): Mention the use of a hook.
6314 2005-11-06  Richard M. Stallman  <rms@gnu.org>
6316         * files.texi (Magic File Names): find-file-name-handler checks the
6317         `operations' property of the handler.
6319 2005-11-03  Richard M. Stallman  <rms@gnu.org>
6321         * variables.texi (Frame-Local Variables): Small clarification.
6323 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
6325         * os.texi (Init File): Document ~/.emacs.d/init.el.
6327 2005-10-29  Richard M. Stallman  <rms@gnu.org>
6329         * internals.texi (Garbage Collection): Document memory-full.
6331 2005-10-28  Bill Wohler  <wohler@newt.com>
6333         * tips.texi (Documentation Tips): Help mode now creates hyperlinks
6334         for URLs.
6336 2005-10-28  Richard M. Stallman  <rms@gnu.org>
6338         * minibuf.texi (Completion Commands): Clean up prev change.
6340 2005-10-26  Kevin Ryde  <user42@zip.com.au>
6342         * compile.texi (Eval During Compile): Explain recommended uses
6343         of eval-when-compile and eval-and-compile.
6345 2005-10-27  Masatake YAMATO  <jet@gyve.org>
6347         * minibuf.texi (Completion Commands):
6348         Write about new optional argument for `display-completion-list'.
6350 2005-10-23  Richard M. Stallman  <rms@gnu.org>
6352         * display.texi (Overlay Arrow): Clarify about local bindings of
6353         overlay-arrow-position.
6355 2005-10-22  Eli Zaretskii  <eliz@gnu.org>
6357         * internals.texi (Building Emacs): Fix last change.
6359 2005-10-22  Richard M. Stallman  <rms@gnu.org>
6361         * internals.texi (Building Emacs): Document eval-at-startup.
6363 2005-10-21  Richard M. Stallman  <rms@gnu.org>
6365         * loading.texi (Where Defined): load-history contains abs file names.
6366         symbol-file returns abs file names.
6368 2005-10-19  Kim F. Storm  <storm@cua.dk>
6370         * display.texi (Showing Images): Add max-image-size integer value.
6372 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
6374         * display.texi (Showing Images): Document max-image-size.
6376 2005-10-17  Richard M. Stallman  <rms@gnu.org>
6378         * commands.texi (Quitting): Minor clarification.
6380         * processes.texi (Sentinels): Clarify about output and quitting.
6381         (Filter Functions): Mention with-local-quit.
6383 2005-10-17  Juri Linkov  <juri@jurta.org>
6385         * buffers.texi (Current Buffer):
6386         * commands.texi (Event Input Misc):
6387         * compile.texi (Eval During Compile, Compiler Errors):
6388         * customize.texi (Group Definitions):
6389         * display.texi (Progress, Defining Faces):
6390         * files.texi (Writing to Files):
6391         * modes.texi (Mode Hooks, Defining Minor Modes):
6392         * streams.texi (Output Functions):
6393         * syntax.texi (Syntax Table Functions):
6394         * text.texi (Change Hooks):
6395         Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
6397         * commands.texi (Quitting): Replace arg `forms' with `body' in
6398         `with-local-quit'.
6400         * positions.texi (Excursions): Replace arg `forms' with `body' in
6401         `save-excursion'.
6403 2005-10-08  Kim F. Storm  <storm@cua.dk>
6405         * windows.texi (Window Tree): Rename window-split-tree to window-tree.
6406         Rename manual section accordingly.
6408 2005-10-04  Kim F. Storm  <storm@cua.dk>
6410         * windows.texi (Window Split Tree): New section describing
6411         new function window-split-tree function.
6413 2005-10-03  Nick Roberts  <nickrob@snap.net.nz>
6415         * display.texi (Fringe Size/Pos): Simplify and add detail.
6417 2005-09-30  Romain Francoise  <romain@orebokech.com>
6419         * minibuf.texi (High-Level Completion): Explain that the prompt
6420         given to `read-buffer' should end with a colon and a space.
6421         Update usage examples.
6423 2005-09-29  Juri Linkov  <juri@jurta.org>
6425         * display.texi (Displaying Messages): Rename argument name
6426         `string' to `format-string' in functions `message', `message-box',
6427         `message-or-box'.
6429 2005-09-26  Chong Yidong  <cyd@stupidchicken.com>
6431         * errors.texi (Standard Errors): Correct xrefs.
6433 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
6435         * display.texi (Defining Images): Update documentation for
6436         `image-load-path'.
6438 2005-09-17  Richard M. Stallman  <rms@gnu.org>
6440         * display.texi (Defining Images): Clean up previous change.
6442 2005-09-16  Romain Francoise  <romain@orebokech.com>
6444         * elisp.texi: Specify GFDL version 1.2.
6446         * doclicense.texi (GNU Free Documentation License): Update to
6447         version 1.2.
6449 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
6451         * display.texi (Defining Images): Document `image-load-path'.
6453 2005-09-15  Richard M. Stallman  <rms@gnu.org>
6455         * objects.texi (Printed Representation): Minor cleanup.
6456         (Box Diagrams): Minor fix.
6457         (Cons Cell Type): Move (...) index item here.
6458         (Box Diagrams): From here.
6459         (Array Type): Minor fix.
6460         (Type Predicates): Delete index "predicates".
6461         (Hash Table Type): Clarify xref.
6462         (Dotted Pair Notation): Minor fix.
6464 2005-09-10  Chong Yidong  <cyd@stupidchicken.com>
6466         * files.texi (Saving Buffers): Fix typo.
6468 2005-09-08  Richard M. Stallman  <rms@gnu.org>
6470         * tips.texi (Programming Tips): Correct the "default" prompt spec.
6472 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
6474         * locals.texi (Standard Buffer-Local Variables): Don't include
6475         mode variables for minor modes.
6476         Fix xrefs for buffer-display-count, buffer-display-table,
6477         buffer-offer-save, buffer-saved-size, cache-long-line-scans,
6478         enable-multibyte-characters, fill-column, header-line-format,
6479         left-fringe-width, left-margin, and right-fringe-width.
6481         * hooks.texi (Standard Hooks): All hooks should conform to the
6482         standard naming convention now.
6483         Fix xref for `echo-area-clear-hook'.
6485         * display.texi (Usual Display): Note that indicate-empty-lines and
6486         tab-width are buffer-local.
6488         * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
6490         * modes.texi (Mode Help): Note that major-mode is buffer-local.
6492         * nonascii.texi (Encoding and I/O): Note that
6493         buffer-file-coding-system is buffer-local.
6495         * positions.texi (List Motion): Note that defun-prompt-regexp is
6496         buffer-local.
6498         * text.texi (Auto Filling): Note that auto-fill-function is
6499         buffer-local.
6500         (Undo): Note that buffer-undo-list is buffer-local.
6502         * windows.texi (Buffers and Windows):
6503         Document buffer-display-count.
6505 2005-09-06  Richard M. Stallman  <rms@gnu.org>
6507         * tips.texi (Coding Conventions): Sometimes it is ok to put the
6508         package prefix elsewhere than at the start of the name.
6510 2005-09-03  Richard M. Stallman  <rms@gnu.org>
6512         * tips.texi (Programming Tips): Add conventions for minibuffer
6513         questions and prompts.
6515 2005-09-03  Joshua Varner  <jlvarner@gmail.com>  (tiny change)
6517         * intro.texi (nil and t): Minor cleanup.
6518         Delete spurious mention of keyword symbols.
6519         (Evaluation Notation): Add index entry.
6520         (A Sample Function Description): Minor cleanup.
6521         (A Sample Variable Description): Not all vars can be set.
6523 2005-09-03  Thien-Thi Nguyen  <ttn@gnu.org>
6525         * text.texi (Buffer Contents): Use "\n" in examples' result strings.
6527         (Insertion): Document precise type of `insert-char' arg COUNT.
6529 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6531         * modes.texi (Other Font Lock Variables): Sync the default of
6532         font-lock-lines-before.
6534 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
6536         * files.texi (Magic File Names): Add `make-auto-save-file-name'.
6538 2005-08-29  Richard M. Stallman  <rms@gnu.org>
6540         * elisp.texi (Top): Update subnode menu.
6542         * searching.texi (Searching and Matching): Move node.
6543         Rearrange contents and add overall explanation.
6544         (Searching and Case): Move node.
6545         (Searching and Matching): Update menu.
6547 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
6549         * os.texi (Startup Summary): Fix the description of the initial
6550         startup message display.
6552 2005-08-25  Richard M. Stallman  <rms@gnu.org>
6554         * searching.texi (Search and Replace): Add replace-regexp-in-string.
6556 2005-08-25  Emilio C. Lopes  <eclig@gmx.net>
6558         * display.texi (Finding Overlays): Fix `find-overlay-prop' in
6559         `next-overlay-change' example.
6561 2005-08-22  Juri Linkov  <juri@jurta.org>
6563         * display.texi (Attribute Functions): Add set-face-inverse-video-p.
6564         Fix invert-face.  Fix args of face-background.
6566         * display.texi (Standard Faces): Delete node.
6567         (Faces): Add xref to `(emacs)Standard Faces'.
6568         (Displaying Faces): Fix xref to `Standard Faces'.
6570         * modes.texi (Mode Line Data): Fix xref to Standard Faces.
6572 2005-08-20  Alan Mackenzie  <acm@muc.de>
6574         * buffers.texi (The Buffer List): Clarify the manipulation of the
6575         buffer list.
6577 2005-08-14  Richard M. Stallman  <rms@gnu.org>
6579         * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
6580         a regexp.
6582 2005-08-11  Richard M. Stallman  <rms@gnu.org>
6584         * elisp.texi (Top): Update subnode lists.
6586         * display.texi (Inverse Video): Node deleted.
6588         * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
6589         New nodes split out of Coding Conventions.
6591         * searching.texi (Regular Expressions): Document re-builder.
6593         * os.texi (Time Parsing): New node split out of Time Conversion.
6595         * processes.texi (Misc Network, Network Feature Testing)
6596         (Network Options, Make Network): New nodes split out of
6597         Low-Level Network.
6599 2005-08-09  Richard M. Stallman  <rms@gnu.org>
6601         * frames.texi (Geometry): New node, split from Size and Position.
6602         (Frame Parameters): Refer to Geometry.
6604         * buffers.texi (The Buffer List): Fix xrefs.
6606         * windows.texi (Splitting Windows): Fix xref.
6608         * frames.texi (Layout Parameters): Add xref.
6610         * display.texi (Line Height, Scroll Bars): Fix xrefs.
6612         * keymaps.texi (Menu Bar): Fix xref.
6614         * locals.texi (Standard Buffer-Local Variables): Fix xref.
6616         * modes.texi (%-Constructs): Fix xref.
6618         * frames.texi (Window Frame Parameters): Node split up.
6619         (Basic Parameters, Position Parameters, Size Parameters)
6620         (Layout Parameters, Buffer Parameters, Management Parameters)
6621         (Cursor Parameters, Color Parameters): New subnodes.
6623 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
6625         * positions.texi (Screen Lines): Update xref for previous change
6626         in minibuf.texi.
6628         * minibuf.texi (Intro to Minibuffers): Update pxref for previous
6629         change in minibuf.texi.
6631 2005-08-09  Richard M. Stallman  <rms@gnu.org>
6633         * tips.texi (Coding Conventions): Minor cleanup.
6635         * modes.texi (Defining Minor Modes): Explain when init-value
6636         can be non-nil.
6638         * elisp.texi (Top): Update submenu for Minibuffer.
6640         * minibuf.texi (Minibuffer Misc): Node split up.
6641         (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
6642         (Recursive Mini): New nodes split out from Minibuffer Misc.
6643         (Minibuffer Misc): Document max-mini-window-height.
6645         * hash.texi (Defining Hash): Delete stray paren in example.
6647         * display.texi (Echo Area Customization): Don't define
6648         max-mini-window-height here; xref instead.
6650         * commands.texi (Event Input Misc): Update while-no-input.
6652         * advice.texi (Advising Functions): Explain when to use advice
6653         and when to use a hook.
6655 2005-07-30  Eli Zaretskii  <eliz@gnu.org>
6657         * makefile.w32-in (info): Don't run install-info.
6658         ($(infodir)/dir): New target, produced by running install-info.
6660 2005-07-27  Luc Teirlinck  <teirllm@auburn.edu>
6662         * modes.texi (Defining Minor Modes): The keyword for the initial
6663         value is :init-value, not :initial-value.
6665 2005-07-23  Eli Zaretskii  <eliz@gnu.org>
6667         * loading.texi (Autoload): Make the `doctor' example be consistent
6668         with what's in current loaddefs.el.  Describe the "fn" magic in
6669         the usage portion of the doc string.
6671 2005-07-22  Richard M. Stallman  <rms@gnu.org>
6673         * internals.texi (Garbage Collection): Clarify previous change.
6675 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6677         * internals.texi (Garbage Collection): Add gc-cons-percentage.
6679 2005-07-18  Juri Linkov  <juri@jurta.org>
6681         * commands.texi (Accessing Events):
6682         * frames.texi (Text Terminal Colors, Resources):
6683         * markers.texi (The Mark):
6684         * modes.texi (Defining Minor Modes):
6685         Delete duplicate duplicate words.
6687 2005-07-16  Richard M. Stallman  <rms@gnu.org>
6689         * display.texi (Managing Overlays): Clarify make-overlay
6690         args for insertion types.
6692 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
6694         * customize.texi (Variable Definitions):
6695         Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
6696         `standard-value' is a list too.
6697         (Defining New Types): Use @key{RET} instead of @key{ret}.
6699 2005-07-13  Francis Litterio  <franl@world.std.com>  (tiny change)
6701         * os.texi (Translating Input): Fix typo.
6703 2005-07-08  Richard M. Stallman  <rms@gnu.org>
6705         * README: Update edition number and size estimate.
6707         * elisp.texi (VERSION): Set to 2.9.
6709 2005-07-07  Richard M. Stallman  <rms@gnu.org>
6711         * book-spine.texinfo: Update Emacs version.
6713         * display.texi (Inverse Video): Delete mode-line-inverse-video.
6715 2005-07-06  Richard M. Stallman  <rms@gnu.org>
6717         * searching.texi (Regexp Search): Clarify what re-search-forward
6718         does when the search fails.
6720 2005-07-05  Lute Kamstra  <lute@gnu.org>
6722         * Update FSF's address in GPL notices.
6724         * doclicense.texi (GNU Free Documentation License):
6725         * gpl.texi (GPL):
6726         * tips.texi (Coding Conventions, Library Headers):
6727         * vol1.texi:
6728         * vol2.texi: Update FSF's address.
6730 2005-07-04  Richard M. Stallman  <rms@gnu.org>
6732         * hooks.texi (Standard Hooks): Add occur-hook.
6734 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
6736         * display.texi (The Echo Area): Correct menu.
6738 2005-07-03  Richard M. Stallman  <rms@gnu.org>
6740         * elisp.texi (Top): Update subnode menu for Display.
6742         * display.texi (Displaying Messages): New node, with most
6743         of what was in The Echo Area.
6744         (Progress): Move under The Echo Area.
6745         (Logging Messages): New node with new text.
6746         (Echo Area Customization): New node, the rest of what was
6747         in The Echo Area.  Document message-truncate-lines with @defvar.
6748         (Display): Update menu.
6750         * windows.texi (Textual Scrolling): Doc 3 values for
6751         scroll-preserve-screen-position.
6753         * text.texi (Special Properties): Change hook functions
6754         should bind inhibit-modification-hooks around altering buffer text.
6756         * keymaps.texi (Key Binding Commands): Call binding BINDING
6757         rather than DEFINITION.
6759 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
6761         * variables.texi (Defining Variables): `user-variable-p' returns t
6762         for aliases of user options, nil for alias loops.
6764 2005-06-28  Richard M. Stallman  <rms@gnu.org>
6766         * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
6767         make-keymap.
6769 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
6771         * variables.texi (Setting Variables): Correct and clarify
6772         description of `add-to-ordered-list'.
6774 2005-06-26  Richard M. Stallman  <rms@gnu.org>
6776         * display.texi (Faces): Minor cleanup.
6778 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
6780         * display.texi (Faces): `facep' returns t for strings that are
6781         face names.
6783 2005-06-25  Richard M. Stallman  <rms@gnu.org>
6785         * objects.texi (Equality Predicates): Clarify meaning of equal.
6787         * windows.texi (Selecting Windows): save-selected-window
6788         and with-selected-window save and restore the current buffer.
6790 2005-06-24  Richard M. Stallman  <rms@gnu.org>
6792         * numbers.texi (Float Basics): Explain how to test for NaN,
6793         and printing the sign of NaNs.
6795 2005-06-24  Eli Zaretskii  <eliz@gnu.org>
6797         * makefile.w32-in (MAKEINFO): Use --force.
6799 2005-06-23  Richard M. Stallman  <rms@gnu.org>
6801         * display.texi (Face Functions): Correct Texinfo usage.
6803 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
6805         * lists.texi (Rings): `ring-elements' now returns the elements of
6806         RING in order.
6808 2005-06-23  Juanma Barranquero  <lekktu@gmail.com>
6810         * markers.texi (The Mark): Texinfo usage fix.
6812 2005-06-23  Kim F. Storm  <storm@cua.dk>
6814         * searching.texi (Entire Match Data): Remove evaporate option for
6815         match-data.  Do not mention evaporate option for set-match-data.
6817 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
6819         * display.texi (Face Functions): Mention face aliases.
6821 2005-06-21  Richard M. Stallman  <rms@gnu.org>
6823         * anti.texi (Antinews): Texinfo usage fix.
6825 2005-06-21  Karl Berry  <karl@gnu.org>
6827         * elisp.texi: Use @copying.
6829         * elisp.texi: Put @summarycontents and @contents before the Top
6830         node, instead of the end of the file, so that the contents appear
6831         in the right place in the dvi/pdf output.
6833 2005-06-21  Juri Linkov  <juri@jurta.org>
6835         * display.texi (Defining Faces): Add `customized-face'.
6837 2005-06-20  Kim F. Storm  <storm@cua.dk>
6839         * variables.texi (Setting Variables): Any type of element can be
6840         given order in add-to-ordered-list.  Compare elements with eq.
6842         * lists.texi (Rearrangement): Sort predicate may just return non-nil.
6844 2005-06-20  Karl Berry  <karl@gnu.org>
6846         * syntax.texi (Syntax Flags): Make last column very slightly wider
6847         to avoid "generic comment" breaking on two lines and causing an
6848         underfull box.
6850 2005-06-19  Luc Teirlinck  <teirllm@auburn.edu>
6852         * lists.texi (Rings): Various minor clarifications and corrections.
6854 2005-06-18  Richard M. Stallman  <rms@gnu.org>
6856         * functions.texi (Obsolete Functions): Simplify.
6858         * variables.texi (Variable Aliases): Simplify.
6860         * anti.texi, backups.texi, compile.texi, customization.texi:
6861         * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
6862         * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
6863         * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
6864         * variables.texi: Fix formatting ugliness.
6866         * elisp.texi: Add links to Rings and Byte Packing.
6867         Update version and copyright years.
6869         * minibuf.texi: Fix formatting ugliness.
6870         (Completion Commands): Move keymap vars to the end
6871         and vars completing-read binds to the top.
6873 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
6875         * processes.texi: Fix typos.
6876         (Bindat Spec): Correct Texinfo error.
6877         (Byte Packing): Fix ungrammatical sentence.
6879 2005-06-17  Thien-Thi Nguyen  <ttn@gnu.org>
6881         * lists.texi (Rings): New node.
6882         (Lists): Add it to menu.
6884         * processes.texi (Byte Packing): New node.
6885         (Processes): Add it to menu.
6887 2005-06-17  Richard M. Stallman  <rms@gnu.org>
6889         * syntax.texi (Parsing Expressions): Fix texinfo usage.
6891         * help.texi (Documentation Basics): Explain the xref to
6892         Documentation Tips.
6894         * debugging.texi (Debugger Commands): Minor fix.
6896 2005-06-16  Luc Teirlinck  <teirllm@auburn.edu>
6898         * edebug.texi (Instrumenting): Eliminate duplicate link.
6899         (Specification List): Replace references to "below", referring to
6900         a later node, with one @ref to that node.
6902         * os.texi (Timers): Timers should save and restore the match data
6903         if they change it.
6905         * debugging.texi (Debugger Commands): Mention that the Lisp
6906         debugger can not step through primitive functions.
6908 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
6910         * functions.texi (Obsolete Functions): Update argument names of
6911         `make-obsolete' and `define-obsolete-function-alias'.
6913         * variables.texi (Variable Aliases): Update argument names of
6914         `defvaralias', `make-obsolete-variable' and
6915         `define-obsolete-variable-alias'.
6917 2005-06-15  Kim F. Storm  <storm@cua.dk>
6919         * searching.texi (Entire Match Data): Rephrase warnings about
6920         evaporate arg to match-data and set-match-data.
6922 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
6924         * elisp.texi (Top): Update detailed menu.
6926         * edebug.texi (Edebug): Update menu.
6927         (Instrumenting): Update xrefs.
6928         (Edebug Execution Modes): Correct xref.
6929         (Jumping): Clarify description of `h' command.
6930         Eliminate redundant @ref.
6931         (Breaks): New node.
6932         (Breakpoints): Is now a subsubsection.
6933         (Global Break Condition): Mention `C-x X X'.
6934         (Edebug Views): Clarify `v' and `p'.  Mention `C-x X w'.
6935         (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
6936         (Edebug Display Update): Correct pxref.
6937         (Edebug and Macros): New node.
6938         (Instrumenting Macro Calls): Is now a subsubsection.
6939         Neither arg of `def-edebug-spec' is evaluated.
6940         (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
6941         (Specification Examples): Fix typo.
6943 2005-06-14  Lute Kamstra  <lute@gnu.org>
6945         * debugging.texi (Function Debugging): Primitives can break on
6946         entry too.
6948 2005-06-14  Kim F. Storm  <storm@cua.dk>
6950         * variables.texi (Setting Variables): Add add-to-ordered-list.
6952 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6954         * syntax.texi (Parsing Expressions): Document aux functions and vars of
6955         syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
6957 2005-06-13  Lute Kamstra  <lute@gnu.org>
6959         * text.texi (Special Properties): Fix cross reference.
6961 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
6963         * debugging.texi (Function Debugging): Delete mention of empty
6964         string argument to `cancel-debug-on-entry'.  Delete inaccurate
6965         description of the return value of that command.
6967 2005-06-11  Alan Mackenzie  <acm@muc.de>
6969         * text.texi (Adaptive Fill): Amplify the description of
6970         fill-context-prefix.
6972 2005-06-10  Luc Teirlinck  <teirllm@auburn.edu>
6974         * syntax.texi (Parsing Expressions): Fix Texinfo error.
6976 2005-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6978         * syntax.texi (Parsing Expressions): Document syntax-ppss.
6980 2005-06-10  Luc Teirlinck  <teirllm@auburn.edu>
6982         * debugging.texi (Error Debugging): Minor rewording.
6983         (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
6984         is optional.
6986 2005-06-10  Lute Kamstra  <lute@gnu.org>
6988         * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
6989         (Top): Give it a title.  Correct version number.  Give the
6990         detailed node listing a more prominent header.
6991         * intro.texi: Don't set VERSION here a second time.
6992         Mention Emacs's version too.
6993         * anti.texi (Antinews): Use EMACSVER to refer to the current
6994         version of Emacs.
6996 2005-06-09  Kim F. Storm  <storm@cua.dk>
6998         * searching.texi (Entire Match Data): Explain new `reseat' argument to
6999         match-data and set-match-data.
7001 2005-06-08  Richard M. Stallman  <rms@gnu.org>
7003         * searching.texi (Entire Match Data): Clarify when match-data
7004         returns markers and when integers.
7006         * display.texi (Defining Faces): Explain that face name should not
7007         end in `-face'.
7009         * modes.texi (Mode Line Data): Minor cleanup.
7010         (Customizing Keywords): Node split out of Search-based Fontification.
7011         Add example of using font-lock-add-keywords from a hook.
7012         Clarify when MODE should be non-nil, and when nil.
7014 2005-06-06  Richard M. Stallman  <rms@gnu.org>
7016         * modes.texi (Mode Line Data): Explain what happens when the car
7017         of a list is a void symbol.
7018         (Search-based Fontification): Explain MODE arg to
7019         font-lock-add-keywords and warn about calls from major modes.
7021 2005-06-08  Juri Linkov  <juri@jurta.org>
7023         * display.texi (Standard Faces): Add `shadow' face.
7025 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
7027         * modes.texi (Major Mode Conventions): A derived mode only needs
7028         to put the call to the parent mode inside `delay-mode-hooks'.
7030 2005-05-29  Richard M. Stallman  <rms@gnu.org>
7032         * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
7033         new, and what that implies.  Clarify.
7035         * files.texi (Locating Files): Clean up the text.
7037         * frames.texi (Window Frame Parameters): Document user-size.
7038         Shorten entry for top by referring to left.
7040 2005-05-26  Richard M. Stallman  <rms@gnu.org>
7042         * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
7043         is new, and what the implications are.  Other clarifications.
7045 2005-05-24  Richard M. Stallman  <rms@gnu.org>
7047         * frames.texi (Dialog Boxes): Minor fixes.
7049 2005-05-25  Masatake YAMATO  <jet@gyve.org>
7051         * display.texi (Standard Faces): Write about `mode-line-highlight'.
7053 2005-05-24  Luc Teirlinck  <teirllm@auburn.edu>
7055         * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
7056         is optional.
7058 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
7060         * frames.texi (Dialog Boxes): Describe new optional argument.
7062 2005-05-23  Lute Kamstra  <lute@gnu.org>
7064         * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
7065         syntax-begin-function over font-lock-beginning-of-syntax-function.
7067 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
7069         * minibuf.texi (Reading File Names): Update description of
7070         `read-directory-name'.
7072         * modes.texi (Derived Modes): Clarify :group keyword.
7074 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
7076         * files.texi (Locating Files): New subsection.
7077         Describe locate-file and executable-find.
7079 2005-05-21  Kevin Ryde  <user42@zip.com.au>
7081         * frames.texi (Initial Parameters): Update cross reference to
7082         "Emacs Invocation".
7084 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
7086         * keymaps.texi (Active Keymaps): Add anchor.
7088         * modes.texi (Hooks): Delete confusing and unnecessary sentence.
7089         (Major Mode Conventions): Refer to `Auto Major Mode' in more
7090         appropriate place.
7091         (Derived Modes): Small clarifications.
7092         (Minor Mode Conventions, Keymaps and Minor Modes):
7093         Replace references to nodes with references to anchors.
7094         (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
7095         Clarify description of lists whose first element is an integer.
7096         (Mode Line Variables): Add anchor.
7097         (%-Constructs): Clarify description of integer after %.
7098         (Emulating Mode Line): Describe nil value for FACE.
7100 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
7102         * modes.texi (Derived Modes): Correct references to non-existing
7103         variable standard-syntax-table.
7105 2005-05-17  Lute Kamstra  <lute@gnu.org>
7107         * modes.texi (Defining Minor Modes): Mention the mode hook.
7109 2005-05-15  Kim F. Storm  <storm@cua.dk>
7111         * processes.texi (Network): Remove open-network-stream-nowait.
7112         (Network Servers): Remove open-network-stream-server.
7114 2005-05-15  Luc Teirlinck  <teirllm@auburn.edu>
7116         * elisp.texi (Top): Update detailed menu.
7118         * variables.texi: Reorder nodes.
7119         (Variables): Update menu.
7120         (File Local Variables): Do not refer to the `-*-' line as
7121         a "local variables list".  Add pxref.
7123 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
7125         * elisp.texi (Top): Update detailed menu for node changes.
7127         * modes.texi (Modes): Update Menu.
7128         (Hooks): Move to beginning of chapter.
7129         Most minor modes run mode hooks too.
7130         `add-hook' can handle void hooks or hooks whose value is a single
7131         function.
7132         (Major Modes): Update Menu.
7133         (Major Mode Basics): New node, split off from `Major Modes'.
7134         (Major Mode Conventions): Correct xref.  Explain how to handle
7135         auto-mode-alist if the major mode command has an autoload cookie.
7136         (Auto Major Mode): Major update.  Add magic-mode-alist.
7137         (Derived Modes): Major update.
7138         (Mode Line Format): Update Menu.
7139         (Mode Line Basics): New node, split off from `Mode Line Format'.
7141         * loading.texi (Autoload): Mention `autoload cookie' as synonym
7142         for `magic autoload comment'.  Add index entries and anchor.
7144 2005-05-14  Richard M. Stallman  <rms@gnu.org>
7146         * tips.texi (Coding Conventions): Explain how important it is
7147         that just loading certain files not change Emacs behavior.
7149         * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
7151 2005-05-12  Lute Kamstra  <lute@gnu.org>
7153         * modes.texi (Generic Modes): Update.
7154         (Major Modes): Refer to node "Generic Modes".
7156         * elisp.texi (Top): Update to the current structure of the manual.
7157         * processes.texi (Processes): Add menu description.
7158         * customize.texi (Customization): Add menu descriptions.
7160 2005-05-11  Thien-Thi Nguyen  <ttn@gnu.org>
7162         * processes.texi (Signals to Processes)
7163         (Low-Level Network): Fix typos.
7165 2005-05-11  Lute Kamstra  <lute@gnu.org>
7167         * elisp.texi (Top): Add some nodes from the chapter "Major and
7168         Minor Modes" to the detailed node listing.
7170 2005-05-10  Richard M. Stallman  <rms@gnu.org>
7172         * keymaps.texi (Extended Menu Items): Menu item filter functions
7173         can be called at any time.
7175 2005-05-08  Luc Teirlinck  <teirllm@auburn.edu>
7177         * variables.texi (File Local Variables): `(hack-local-variables t)'
7178         now also checks whether a mode is specified in the local variables
7179         list.
7181 2005-05-05  Kevin Ryde  <user42@zip.com.au>
7183         * display.texi (The Echo Area): Correct format function cross
7184         reference.
7186 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
7188         * variables.texi (Variable Aliases): Change description of
7189         `define-obsolete-variable-alias'.
7191         * functions.texi (Functions): Add "Obsolete Functions" to menu.
7192         (Defining Functions): Add xref.
7193         (Obsolete Functions): New node.
7194         (Function Safety): Standardize capitalization of section title.
7196         * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
7197         (Dialog Boxes): Complete description of `x-popup-dialog'.
7199 2005-05-04  Richard M. Stallman  <rms@gnu.org>
7201         * commands.texi (Interactive Codes): Fix Texinfo usage.
7202         Document U more clearly.
7204 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
7206         * variables.texi (Variable Aliases): `make-obsolete-variable' is a
7207         function and not a macro.
7209         * frames.texi (Pop-Up Menus): Correct and clarify description of
7210         `x-popup-menu'.
7211         (Dialog Boxes): Clarify description of `x-popup-dialog'.
7213 2005-05-01  Richard M. Stallman  <rms@gnu.org>
7215         * edebug.texi (Checking Whether to Stop): Fix previous change.
7217 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
7219         * display.texi: Fix typos and Texinfo usage.
7221         * edebug.texi (Checking Whether to Stop): executing-macro ->
7222         executing-kbd-macro.
7224 2005-05-01  Richard M. Stallman  <rms@gnu.org>
7226         * display.texi (Invisible Text): Correct add-to-invisibility-spec.
7228 2005-04-30  Richard M. Stallman  <rms@gnu.org>
7230         * files.texi (Magic File Names): Document `operations' property.
7232 2005-04-29  Lute Kamstra  <lute@gnu.org>
7234         * modes.texi (Generic Modes): New node.
7235         (Major Modes): Add it to the menu.
7236         (Derived Modes): Add "derived mode" to concept index.
7238 2005-04-28  Lute Kamstra  <lute@gnu.org>
7240         * modes.texi (Defining Minor Modes): Fix previous change.
7241         (Font Lock Mode): Simplify.
7242         (Font Lock Basics): Say that font-lock-defaults is buffer-local
7243         when set and that some parts are optional.  Add cross references.
7244         (Search-based Fontification): Say how to specify font-lock-keywords.
7245         Add cross references.  Add font-lock-multiline to index.
7246         Move font-lock-keywords-case-fold-search here from node "Other Font
7247         Lock Variables".  Document font-lock-add-keywords and
7248         font-lock-remove-keywords.
7249         (Other Font Lock Variables): Move font-lock-keywords-only,
7250         font-lock-syntax-table, font-lock-beginning-of-syntax-function,
7251         and font-lock-syntactic-face-function to node "Syntactic Font
7252         Lock".  Move font-lock-keywords-case-fold-search to node
7253         "Search-based Fontification".  Document font-lock-inhibit-thing-lock
7254         and font-lock-{,un}fontify-{buffer,region}-function.
7255         (Precalculated Fontification): Remove reference to deleted variable
7256         font-lock-core-only.
7257         (Faces for Font Lock): Add font-lock-comment-delimiter-face.
7258         (Syntactic Font Lock): Add intro.  Move font-lock-keywords-only,
7259         font-lock-syntax-table, font-lock-beginning-of-syntax-function,
7260         and font-lock-syntactic-face-function here from node "Other Font
7261         Lock Variables".  Move font-lock-syntactic-keywords to "Setting
7262         Syntax Properties".  Add cross references.
7263         (Setting Syntax Properties): New node.
7264         Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
7265         * syntax.texi (Syntax Properties): Add cross reference.
7266         * hooks.texi (Standard Hooks): Add Font-Lock hooks.
7268 2005-04-26  Richard M. Stallman  <rms@gnu.org>
7270         * display.texi (Defining Faces):
7271         Document `default' elements of defface spec.
7273         * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
7275         * variables.texi (Variable Aliases): Clarify text.
7277 2005-04-25  Chong Yidong  <cyd@stupidchicken.com>
7279         * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
7281 2005-04-25  Luc Teirlinck  <teirllm@auburn.edu>
7283         * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
7285 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
7287         * syntax.texi (Syntax Table Internals): Elaborate documentation of
7288         syntax-after and syntax-class.
7290         * files.texi (Changing Files): Fix last change's cross-reference.
7291         (Unique File Names): Don't mention "numbers" in the documentation
7292         of make-temp-file and make-temp-name.
7294 2005-04-23  Richard M. Stallman  <rms@gnu.org>
7296         * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
7298 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
7300         * windows.texi (Cyclic Window Ordering): Clarify window-list.
7302 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
7304         * variables.texi (Variable Aliases): Describe make-obsolete-variable
7305         and define-obsolete-variable-alias.
7307 2005-04-22  Kim F. Storm  <storm@cua.dk>
7309         * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
7310         (Other Plists): Remove safe-plist-get, as plist-get is now safe.
7312 2005-04-21  Lute Kamstra  <lute@gnu.org>
7314         * lists.texi (Association Lists): Document rassq-delete-all.
7316 2005-04-19  Richard M. Stallman  <rms@gnu.org>
7318         * modes.texi (Search-based Fontification): Explain that
7319         facespec is an expression to be evaluated.
7321 2005-04-19  Kevin Ryde  <user42@zip.com.au>
7323         * streams.texi (Output Functions): Fix xref.
7324         * strings.texi (String Conversion): Fix xref.
7326 2005-04-19  Kim F. Storm  <storm@cua.dk>
7328         * symbols.texi (Symbol Plists): Add safe-get.
7329         Mention that `get' may signal an error.
7331 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
7333         * customize.texi (Variable Definitions): Replace tooltip-mode
7334         example with save-place.
7336 2005-04-17  Richard M. Stallman  <rms@gnu.org>
7338         * buffers.texi (Indirect Buffers): Clarify.
7340         * positions.texi (Positions): Clarify converting marker to integer.
7342         * strings.texi (String Basics): Mention string-match; clarify.
7344 2005-04-08  Lute Kamstra  <lute@gnu.org>
7346         * modes.texi (Search-based Fontification): Fix cross references.
7347         Use consistent terminology.  Document anchored highlighting.
7349 2005-04-05  Lute Kamstra  <lute@gnu.org>
7351         * modes.texi (Defining Minor Modes): Document :group keyword
7352         argument and its default value.
7354 2005-04-03  Lute Kamstra  <lute@gnu.org>
7356         * hooks.texi (Standard Hooks): Add some hooks.  Add cross
7357         references and/or descriptions.  Delete major mode hooks; mention
7358         them as a category instead.  Rename or delete obsolete hooks.
7360 2005-04-02  Richard M. Stallman  <rms@gnu.org>
7362         * nonascii.texi (Coding System Basics): Another wording cleanup.
7364 2005-04-01  Richard M. Stallman  <rms@gnu.org>
7366         * nonascii.texi (Coding System Basics): Clarify previous change.
7368 2005-04-01  Kenichi Handa  <handa@m17n.org>
7370         * nonascii.texi (Coding System Basics): Describe about roundtrip
7371         identity of coding systems.
7373 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
7375         * text.texi (Buffer Contents): Add filter-buffer-substring and
7376         buffer-substring-filters.
7378 2005-03-26  Chong Yidong  <cyd@stupidchicken.com>
7380         * anti.texi (Antinews): Mention `G' interactive code.
7382         * tips.texi (Compilation Tips): Mention benchmark.el.
7384 2005-03-27  Luc Teirlinck  <teirllm@auburn.edu>
7386         * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
7387         is now bound to M-o M-o.
7389         * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
7391 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
7393         * calendar.texi: Delete file (and move contents to emacs-xtra.texi
7394         in the Emacs Manual).
7395         * Makefile.in (srcs): Remove calendar.texi.
7396         * makefile.w32-in (srcs): Remove calendar.texi.
7397         * display.texi (Display): Change name of next node.
7398         * os.texi (System In): Change name of previous node.
7399         * elisp.texi (Top): Remove Calendar references.
7400         * vol1.texi (Top): Remove Calendar references.
7401         * vol2.texi (Top): Remove Calendar references.
7403 2005-03-25  Richard M. Stallman  <rms@gnu.org>
7405         * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
7406         Cleanup previous change.
7408 2005-03-25  Chong Yidong  <cyd@stupidchicken.com>
7410         * display.texi (Face Attributes): Faces earlier in an :inherit
7411         list take precedence.
7412         (Scroll Bars): Fix description of vertical-scroll-bars.
7413         Document frame-current-scroll-bars and window-current-scroll-bars.
7415         * markers.texi (The Mark): Document temporary Transient Mark mode.
7417         * minibuf.texi (Reading File Names):
7418         Document read-file-name-completion-ignore-case.
7420         * positions.texi (Screen Lines): Document nil for width argument
7421         to compute-motion.
7423 2005-03-23  Kim F. Storm  <storm@cua.dk>
7425         * display.texi (Standard Faces): Other faces used in the fringe
7426         implicitly inherits from the fringe face.
7427         (Fringe Bitmaps): FACE in right-fringe and left-fringe display
7428         properties implicitly inherits from fringe face.
7429         (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
7431 2005-03-20  Chong Yidong  <cyd@stupidchicken.com>
7433         * display.texi (Invisible Text): State default value of
7434         line-move-ignore-invisible.
7435         (Managing Overlays): Document remove-overlays.
7436         (Standard Faces): Document escape-glyph face.
7438         * minibuf.texi (Reading File Names): Document read-file-name-function.
7440         * modes.texi (Other Font Lock Variables):
7441         Document font-lock-lines-before.
7443         * positions.texi (Skipping Characters): skip-chars-forward allows
7444         character classes.
7446 2005-03-18  Lute Kamstra  <lute@gnu.org>
7448         * edebug.texi (Instrumenting Macro Calls): Fix another typo.
7450 2005-03-17  Richard M. Stallman  <rms@gnu.org>
7452         * text.texi (Undo): Document extensible undo entries.
7454         * searching.texi (String Search, Regexp Search): Cleanups.
7456         * nonascii.texi (Character Codes): Minor fix.
7458         * display.texi (Display Property): Explain the significance
7459         of having text properties that are eq.
7460         (Other Display Specs): Explain string as display spec.
7462         * commands.texi (Interactive Codes): Document G option.
7464 2005-03-17  Chong Yidong  <cyd@stupidchicken.com>
7466         * text.texi (Filling): Add sentence-end-without-period and
7467         sentence-end-without-space.
7468         (Changing Properties): Minor fix.
7470         * anti.texi: Total rewrite.
7472 2005-03-15  Lute Kamstra  <lute@gnu.org>
7474         * edebug.texi (Instrumenting Macro Calls): Fix typos.
7476 2005-03-08  Kim F. Storm  <storm@cua.dk>
7478         * display.texi (Specified Space): Property :width is support on
7479         non-graphic terminals, :height is not.
7481 2005-03-07  Richard M. Stallman  <rms@gnu.org>
7483         * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
7484         Now subnodes of Fringes.
7485         (Overlay Arrow): Document overlay-arrow-variable-list.
7486         (Fringe Size/Pos): New node, broken out of Fringes.
7487         (Display): Explain clearing vs redisplay better.
7488         (Truncation): Clarify use of bitmaps.
7489         (The Echo Area): Clarify the uses of the echo area.
7490         Add max-mini-window-height.
7491         (Progress): Clarify.
7492         (Invisible Text): Explain that main loop moves point out.
7493         (Selective Display): Say "hidden", not "invisible".
7494         (Managing Overlays): Move up.  Describe relation to Undo here.
7495         (Overlay Properties): Clarify intro.
7496         (Finding Overlays): Explain return values when nothing found.
7497         (Width): truncate-string-to-width has added arg.
7498         (Displaying Faces): Clarify and update mode line face handling.
7499         (Face Functions): Minor cleanup.
7500         (Conditional Display): Merge into Other Display Specs.
7501         (Pixel Specification, Other Display Specs): Minor cleanups.
7502         (Images, Image Descriptors): Minor cleanups.
7503         (GIF Images): Patents have expired.
7504         (Showing Images): Explain default text for insert-image.
7505         (Manipulating Button Types): Merge into Manipulating Buttons.
7506         (Making Buttons): Explain return values.
7507         (Button Buffer Commands): Add xref.
7508         (Inverse Video): Update mode-line-inverse-video.
7509         (Display Table Format): Clarify.
7510         (Active Display Table): Give defaults for window-display-table.
7512         * calendar.texi (Calendar Customizing): calendar-holiday-marker
7513         and calendar-today-marker are strings, not chars.
7514         (Holiday Customizing): Minor fix.
7516         * internals.texi (Writing Emacs Primitives): Update `or' example.
7517         Update limit on # args of subr.
7519         * edebug.texi (Using Edebug): Arrow is in fringe.
7520         (Instrumenting): Arg to eval-defun works without loading edebug.
7521         (Edebug Execution Modes): Add xref.
7523         * customize.texi (Common Keywords): Clarify :require.
7524         Mention :version here.
7525         (Variable Definitions, Group Definitions): Not here.
7526         (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
7528 2005-03-07  Chong Yidong  <cyd@stupidchicken.com>
7529         * nonascii.texi (Text Representations): Clarify position-bytes.
7530         (Character Sets): Add list-charset-chars.
7531         (Scanning Charsets): Add charset-after.
7532         (Encoding and I/O): Minor fix.
7534 2005-03-06  Richard M. Stallman  <rms@gnu.org>
7536         * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
7537         (Resizing Windows): Likewise.
7539         * text.texi (Change Hooks): Get rid of "Emacs 21".
7541         * strings.texi (Formatting Strings): Get rid of "Emacs 21".
7543         * streams.texi (Output Variables): Get rid of "Emacs 21".
7545         * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
7547         * os.texi (Translating Input): Replace flow-control example
7548         with a less obsolete example that uses `keyboard-translate'.
7550         * objects.texi (Hash Table Type, Circular Objects):
7551         Get rid of "Emacs 21".
7553         * modes.texi (Mode Line Format): Get rid of "Emacs 21".
7554         (Mode Line Data, Properties in Mode, Header Lines): Likewise.
7556         * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
7558         * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
7560         * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
7561         (Menu Bar): Fix when menu-bar-update-hook is called.
7563         * hash.texi (Hash Tables): Get rid of "Emacs 21".
7565         * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
7566         and make it read better.
7568         * files.texi (Writing to Files): Get rid of "Emacs 21".
7569         (Unique File Names): Likewise.
7571         * elisp.texi: Update Emacs version to 22.
7573         * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
7574         (Overlay Properties, Face Attributes): Likewise.
7575         (Managing Overlays): Fix punctuation.
7576         (Attribute Functions): Clarify set-face-font; get rid of
7577         info about old Emacs versions.
7578         (Auto Faces, Font Lookup, Display Property, Images):
7579         Get rid of "Emacs 21".
7581         * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
7583 2005-03-05  Richard M. Stallman  <rms@gnu.org>
7585         * debugging.texi (Error Debugging): Remove stack-trace-on-error.
7587 2005-03-04  Lute Kamstra  <lute@gnu.org>
7589         * debugging.texi (Error Debugging): Document stack-trace-on-error.
7591 2005-03-03  Lute Kamstra  <lute@gnu.org>
7593         * edebug.texi (Instrumenting Macro Calls): Fix typo.
7595 2005-03-01  Lute Kamstra  <lute@gnu.org>
7597         * debugging.texi (Debugger Commands): Update `j'.
7599 2005-02-28  Lute Kamstra  <lute@gnu.org>
7601         * debugging.texi (Debugging): Fix typo.
7602         (Error Debugging): Document eval-expression-debug-on-error.
7603         (Function Debugging): Update example.
7604         (Using Debugger): Mention starred stack frames.
7605         (Debugger Commands): Document `j' and `l'.
7606         (Invoking the Debugger): `d' and `j' exit recursive edit too.
7607         Update the messages that the debugger displays.
7608         (Internals of Debugger): Add cross reference.  Update example.
7609         (Excess Open): Minor improvement.
7610         (Excess Close): Minor improvement.
7612 2005-02-26  Richard M. Stallman  <rms@gnu.org>
7614         * tips.texi (Coding Conventions): Clarify.
7615         Put all the major mode key reservations together.
7616         Mention the Mouse-1 => Mouse-2 conventions.
7618         * syntax.texi (Syntax Class Table): Clarify.
7619         (Syntax Table Functions): syntax-after moved from here.
7620         (Syntax Table Internals): syntax-after moved to here.
7621         (Parsing Expressions): Update info on number of values
7622         and what's meaningful in the STATE argument.
7623         (Categories): Fix typo.
7625         * sequences.texi (Arrays): Cleanup.
7626         (Char-Tables): Clarify.
7628         * processes.texi (Deleting Processes): Cleanups, add xref.
7629         (Subprocess Creation): Explain nil in exec-path.  Cleanup.
7630         (Process Information): set-process-coding-system, some args optional.
7631         (Input to Processes): Explain various types for PROCESS args.
7632         Rename them from PROCESS-NAME to PROCESS.
7633         (Signals to Processes): Likewise.
7634         (Decoding Output): Cleanup.
7635         (Query Before Exit): Clarify.
7637         * os.texi (Startup Summary): Correct the options; add missing ones.
7638         (Terminal Output, Batch Mode): Clarify.
7639         (Flow Control): Node deleted.
7641         * markers.texi (The Mark): Clarify.
7643         * macros.texi (Expansion): Cleanup.
7644         (Indenting Macros): indent-spec allows ints, not floats.
7646         * keymaps.texi (Keymaps): Clarify.
7647         (Format of Keymaps): Update lisp-mode-map example.
7648         (Active Keymaps, Key Lookup): Clarify.
7649         (Changing Key Bindings): Add xref to `kbd'.
7650         (Key Binding Commands, Simple Menu Items): Clarify.
7651         (Mouse Menus, Menu Bar): Clarify.
7652         (Menu Example): Replace print example with menu-bar-replace-menu.
7654         * help.texi (Documentation Basics): Add function-documentation prop.
7656         * elisp.texi (Top): Don't refer to Flow Control node.
7658         * commands.texi (Command Overview): Improve xrefs.
7659         (Adjusting Point): Adjusting point applies to intangible and invis.
7660         (Key Sequence Input): Doc extra read-key-sequence args.
7661         Likewise for read-key-sequence-vector.
7663         * backups.texi (Rename or Copy): Minor fix.
7664         (Numbered Backups): For version-control, say the default.
7665         (Auto-Saving): make-auto-save-file-name example is simplified.
7667         * advice.texi (Advising Functions): Don't imply one part of Emacs
7668         should advise another part.  Markup changes.
7669         (Defining Advice): Move transitional para.
7670         (Activation of Advice): Cleanup.
7671         Explain if COMPILE is nil or negative.
7673         * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
7675 2005-02-24  Lute Kamstra  <lute@gnu.org>
7677         * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
7678         LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
7680 2005-02-23  Lute Kamstra  <lute@gnu.org>
7682         * modes.texi (Defining Minor Modes): define-minor-mode can be used
7683         to define global minor modes as well.
7685         * display.texi (Managing Overlays): overlay-buffer returns nil for
7686         deleted overlays.
7688 2005-02-22  Kim F. Storm  <storm@cua.dk>
7690         * minibuf.texi (Basic Completion): Allow symbols in addition to
7691         strings in try-completion and all-completions.
7693 2005-02-14  Lute Kamstra  <lute@gnu.org>
7695         * elisp.texi (Top): Remove reference to deleted node.
7697         * lists.texi (Lists): Remove reference to deleted node.
7698         (Cons Cells): Fix typo.
7700         * loading.texi (Where Defined): Fix typo.
7702 2005-02-14  Richard M. Stallman  <rms@gnu.org>
7704         * variables.texi (Creating Buffer-Local): change-major-mode-hook
7705         is useful for discarding some minor modes.
7707         * symbols.texi (Symbol Components): Reorder examples.
7709         * streams.texi (Input Functions): State standard-input default.
7710         (Output Variables): State standard-output default.
7712         * objects.texi (Printed Representation): Clarify read syntax vs print.
7713         (Floating Point Type): Explain meaning better.
7714         (Symbol Type): Explain uniqueness better.
7715         (Cons Cell Type): Explain empty list sooner.  CAR and CDR later.
7716         List examples sooner.
7717         (Box Diagrams): New subnode broken out.
7718         Some examples moved from old Lists as Boxes node.
7719         (Dotted Pair Notation): Clarify intro.
7720         (Array Type): Clarify.
7721         (Type Predicates): Add hash-table-p.
7723         * numbers.texi (Integer Basics): Clarify radix explanation.
7724         (Predicates on Numbers): Minor clarification.
7725         (Comparison of Numbers): Minor clarification.  Clarify eql.
7726         Typos in min, max.
7727         (Math Functions): Clarify overflow in expt.
7729         * minibuf.texi (Text from Minibuffer): Minor clarification.
7730         Mention arrow keys.
7732         * loading.texi (Autoload): defun's doc string overrides autoload's
7733         doc string.
7734         (Repeated Loading): Modernize "add to list" examples.
7735         (Where Defined): Finish updating table of load-history elts.
7737         * lists.texi (List-related Predicates): Minor wording improvement.
7738         (Lists as Boxes): Node deleted.
7739         (Building Lists): Explain trivial cases of number-sequence.
7741         * hash.texi (Hash Tables): Add desc to menu items.
7742         (Creating Hash): Explain "full" means "make larger".
7743         (Hash Access): Any object can be a key.
7744         State value of maphash.
7746         * functions.texi (What Is a Function): Wording cleanup.
7747         (Function Documentation): Minor cleanup.
7748         Explain purpose of calling convention at end of doc string.
7749         (Function Names): Wording cleanup.
7750         (Calling Functions): Wording cleanup.
7751         Explain better how funcall calls the function.
7752         (Function Cells): Delete example of saving and redefining function.
7754         * control.texi (Combining Conditions): Wording cleanup.
7755         (Iteration): dolist and dotimes bind VAR locally.
7756         (Cleanups): Xref to Atomic Changes.
7758         * compile.texi (Byte Compilation): Delete 19.29 info.
7759         (Compilation Functions): Macros' difficulties don't affect defsubst.
7760         (Docs and Compilation): Delete 19.29 info.
7762 2005-02-10  Richard M. Stallman  <rms@gnu.org>
7764         * objects.texi (Symbol Type): Minor correction.
7766 2005-02-06  Lute Kamstra  <lute@gnu.org>
7768         * modes.texi (Example Major Modes): Fix typos.
7770 2005-02-06  Richard M. Stallman  <rms@gnu.org>
7772         * text.texi (Margins): fill-nobreak-predicate can be one function.
7774         * strings.texi (Modifying Strings): clear-string can make unibyte.
7775         (Formatting Strings): format gives error if values missing.
7777         * positions.texi (Character Motion): Mention default arg
7778         for forward-char.  backward-char refers to forward-char.
7779         (Word Motion): Mention default arg for forward-word.
7780         (Buffer End Motion): Mention default arg for beginning-of-buffer.
7781         Simplify end-of-buffer.
7782         (Text Lines): Mention default arg for forward-line.
7783         (List Motion): Mention default arg for beginning/end-of-defun.
7784         (Skipping Characters): Minor fixes in explaining character-set.
7786         * modes.texi (Major Mode Conventions): Mention "system abbrevs".
7787         Mode inheritance applies only when default-major-mode is nil.
7788         Clarifications.
7789         (Example Major Modes): Update Text mode and Lisp mode examples.
7790         (Minor Mode Conventions): Mention define-minor-mode at top.
7791         (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
7792         (Mode Line Format): Update mode line face display info.
7793         (Properties in Mode): Mention effect of risky vars.
7794         (Imenu): Define imenu-add-to-menubar.
7795         (Font Lock Mode): Add descriptions to menu lines.
7796         (Faces for Font Lock): Add font-lock-doc-face.
7798 2005-02-05  Lute Kamstra  <lute@gnu.org>
7800         * text.texi (Maintaining Undo): Remove obsolete function.
7802 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
7804         * frames.texi (Color Names): Add pointer to the X docs about RGB
7805         color specifications.  Improve indexing.
7806         (Text Terminal Colors): Replace the description of RGB values by
7807         an xref to "Color Names".
7809 2005-02-03  Richard M. Stallman  <rms@gnu.org>
7811         * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
7812         Clarify.
7813         (Selecting Windows): Clarify save-selected-window.
7814         (Cyclic Window Ordering): Clarify walk-windows.
7815         (Window Point): Clarify.
7816         (Window Start): Add comment to example.
7817         (Resizing Windows): Add `interactive' specs in examples.
7818         Document fit-window-to-buffer.
7820         * text.texi (User-Level Deletion): just-one-space takes numeric arg.
7821         (Undo, Maintaining Undo): Clarify last change.
7822         (Sorting): In sort-numeric-fields, explain about octal and hex.
7823         Mention sort-numeric-base.
7824         (Format Properties): Add xref for hard newlines.
7826         * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
7827         (Pop-Up Menus): Fix typo.
7828         (Color Names): Explain all types of color names.
7829         Explain color-values on B&W terminal.
7830         (Text Terminal Colors): Explain "rgb values" are lists.  Fix arg names.
7832         * files.texi (File Locks): Not supported on MS systems.
7833         (Testing Accessibility): Clarify.
7835         * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
7836         (Coverage Testing): Fix typo.
7838         * commands.texi (Misc Events): Remove stray space.
7840         * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
7841         (Modification Time): Clarify when visited-file-modtime returns 0.
7842         (The Buffer List): Clarify bury-buffer.
7843         (Killing Buffers): Clarify.
7844         (Indirect Buffers): Add clone-indirect-buffer.
7846 2005-02-02  Matt Hodges  <MPHodges@member.fsf.org>
7848         * edebug.texi (Printing in Edebug): Fix default value of
7849         edebug-print-circle.
7850         (Coverage Testing): Fix displayed frequency count data.
7852 2005-02-02  Luc Teirlinck  <teirllm@auburn.edu>
7854         * text.texi (Maintaining Undo): Add `undo-outer-limit'.
7856 2005-02-02  Kim F. Storm  <storm@cua.dk>
7858         * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
7860 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
7862         * commands.texi (Misc Events): Describe the help-echo event.
7864         * text.texi (Special Properties) <help-echo>: Use `pos'
7865         consistently in description of the help-echo property.
7866         Use @code{nil} instead of @var{nil}.
7868         * display.texi (Overlay Properties): Fix the index entry for
7869         help-echo overlay property.
7871         * customize.texi (Type Keywords): Uncomment the xref to the
7872         help-echo property documentation.
7874 2005-01-23  Kim F. Storm  <storm@cua.dk>
7876         * windows.texi (Window Start): Fix `pos-visible-in-window-p'
7877         return value.  Third element FULLY replaced by PARTIAL which
7878         specifies number of invisible pixels if row is only partially visible.
7879         (Textual Scrolling): Mention auto-window-vscroll.
7880         (Vertical Scrolling): New defvar auto-window-vscroll.
7882 2005-01-16  Luc Teirlinck  <teirllm@auburn.edu>
7884         * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
7885         command remapping.
7887 2005-01-15  Richard M. Stallman  <rms@gnu.org>
7889         * display.texi (Defining Images): Mention DATA-P arg of create-image.
7891 2005-01-14  Kim F. Storm  <storm@cua.dk>
7893         * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
7895         * text.texi (Links and Mouse-1): Fix string and vector item.
7897 2005-01-13  Richard M. Stallman  <rms@gnu.org>
7899         * keymaps.texi (Active Keymaps): Rewrite the text, and update the
7900         descriptions of overriding-local-map and overriding-terminal-local-map.
7902         * text.texi (Links and Mouse-1): Clarify text.
7904 2005-01-13  Kim F. Storm  <storm@cua.dk>
7906         * modes.texi (Emulating Mode Line): Update format-mode-line entry.
7908 2005-01-13  Francis Litterio  <franl@world.std.com>  (tiny change)
7910         * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
7912 2005-01-12  Kim F. Storm  <storm@cua.dk>
7914         * text.texi (Links and Mouse-1): Rename section from Enabling
7915         Mouse-1 to Following Links.  Change xrefs.
7916         Add examples for define-button-type and define-widget.
7918         * display.texi (Button Properties, Button Buffer Commands):
7919         Clarify mouse-1 and follow-link functionality.
7921 2005-01-12  Richard M. Stallman  <rms@gnu.org>
7923         * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
7925         * display.texi (Beeping): Fix Texinfo usage.
7927         * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
7929 2005-01-11  Kim F. Storm  <storm@cua.dk>
7931         * display.texi (Button Properties, Button Buffer Commands):
7932         Mention mouse-1 binding.  Add follow-link keyword.
7934         * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
7935         (Enabling Mouse-1 to Follow Links): New subsection.
7937 2005-01-06  Richard M. Stallman  <rms@gnu.org>
7939         * text.texi (Special Properties): Minor change.
7941         * os.texi (Timers): Clarify previous change.
7943         * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
7945 2005-01-01  Luc Teirlinck  <teirllm@auburn.edu>
7947         * display.texi (Face Attributes): Correct xref to renamed node.
7949 2005-01-01  Richard M. Stallman  <rms@gnu.org>
7951         * display.texi (Face Attributes): Describe hex color specs.
7953 2004-12-31  Richard M. Stallman  <rms@gnu.org>
7955         * os.texi (Timers): Update previous change.
7957 2004-12-30  Kim F. Storm  <storm@cua.dk>
7959         * display.texi (Line Height): Total line-height is now specified
7960         in line-height property of form (HEIGHT TOTAL).  Swap (FACE . RATIO)
7961         in cons cells.  (nil . RATIO) is relative to actual line height.
7962         Use line-height `t' instead of `0' to get minimum height.
7964 2004-12-29  Richard M. Stallman  <rms@gnu.org>
7966         * os.texi (Timers): Discuss timers vs editing the buffer and undo.
7968 2004-12-28  Richard M. Stallman  <rms@gnu.org>
7970         * commands.texi (Quitting): Clarify value of with-local-quit.
7972         * elisp.texi (Top): Fix previous change.
7974         * loading.texi (Loading): Fix previous change.
7976 2004-12-27  Richard M. Stallman  <rms@gnu.org>
7978         * Makefile.in (MAKEINFO): Specify --force.
7980         * buffers.texi (Killing Buffers): Add buffer-save-without-query.
7982         * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
7984         * display.texi (Line Height): Further clarify.
7986         * elisp.texi (Top): Update Loading submenu.
7988         * loading.texi (Where Defined): New node.
7989         (Unloading): load-history moved to Where Defined.
7991 2004-12-21  Richard M. Stallman  <rms@gnu.org>
7993         * commands.texi (Event Input Misc): Add while-no-input.
7995 2004-12-11  Richard M. Stallman  <rms@gnu.org>
7997         * display.texi (Line Height): Rewrite text for clarity.
7999 2004-12-11  Kim F. Storm  <storm@cua.dk>
8001         * display.texi (Display): Add node "Line Height" to menu.
8002         (Line Height): New node.  Move full description of line-spacing
8003         and line-height text properties here from text.texi.
8004         (Scroll Bars): Add vertical-scroll-bar variable.
8006         * frames.texi (Window Frame Parameters): Remove line-height defvar.
8008         * locals.texi (Standard Buffer-Local Variables): Fix xref for
8009         line-spacing and vertical-scroll-bar.
8011         * text.texi (Special Properties): Just mention line-spacing and
8012         line-height here, add xref to new "Line Height" node.
8014 2004-12-09  Thien-Thi Nguyen  <ttn@gnu.org>
8016         * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
8018         * locals.texi (Standard Buffer-Local Variables):
8019         Add @xref for `line-spacing'.
8021 2004-12-05  Richard M. Stallman  <rms@gnu.org>
8023         * Makefile.in (maintainer-clean): Remove the info files
8024         in $(infodir) where they are created.
8026 2004-12-03  Richard M. Stallman  <rms@gnu.org>
8028         * windows.texi (Selecting Windows): get-lru-window and
8029         get-largest-window don't consider dedicated windows.
8031         * text.texi (Undo): Document undo-in-progress.
8033 2004-11-26  Richard M. Stallman  <rms@gnu.org>
8035         * locals.texi (Standard Buffer-Local Variables): Undo prev change.
8036         Remove a few vars that are not always buffer-local.
8038 2004-11-24  Luc Teirlinck  <teirllm@auburn.edu>
8040         * locals.texi (Standard Buffer-Local Variables): Comment out
8041         xref's to non-existent node `Yet to be written'.
8043 2004-11-24  Richard M. Stallman  <rms@gnu.org>
8045         * processes.texi (Synchronous Processes): Grammar fix.
8047         * numbers.texi (Comparison of Numbers): Add eql.
8049         * locals.texi (Standard Buffer-Local Variables): Add many vars.
8051         * intro.texi (Printing Notation): Fix previous change.
8053         * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
8054         and default-indicate-buffer-boundaries from here.
8055         (Usual Display): To here.
8056         (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
8057         (Usual Display): Move tab-width up.
8059         * customize.texi (Variable Definitions):
8060         Replace show-paren-mode example with tooltip-mode.
8061         (Simple Types, Composite Types, Defining New Types):
8062         Minor cleanups.
8064 2004-11-21  Jesper Harder  <harder@ifa.au.dk>
8066         * processes.texi (Synchronous Processes, Output from Processes):
8067         Markup fix.
8069 2004-11-20  Richard M. Stallman  <rms@gnu.org>
8071         * positions.texi (Skipping Characters): skip-chars-forward
8072         now handles char classes.
8074         * intro.texi (Printing Notation): Avoid confusion of `print'
8075         when explaining @print.
8077         * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
8079         * display.texi (Display Table Format): Minor fix.
8081         * streams.texi (Output Functions): Fix print example.
8083         * Makefile.in (elisp): New target.
8084         (dist): Depend on $(infodir)/elisp, not elisp.
8085         Copy the info files from $(infodir).
8087         * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
8088         read-from-minibuffer.
8090         * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
8092 2004-11-19  Richard M. Stallman  <rms@gnu.org>
8094         * searching.texi (Regexp Search): Add search-whitespace-regexp.
8096 2004-11-19  CHENG Gao  <chenggao@gmail.com>  (tiny change)
8098         * tips.texi (Coding Conventions): Fix typo.
8100 2004-11-16  Richard M. Stallman  <rms@gnu.org>
8102         * tips.texi (Coding Conventions): Separate defvar and require
8103         methods to avoid warnings.  Use require only when there are many
8104         functions and variables from that package.
8106         * minibuf.texi (Minibuffer Completion): When ignoring case,
8107         predicate must not be case-sensitive.
8109         * debugging.texi (Function Debugging, Explicit Debug): Clarified.
8110         (Test Coverage): Don't talk about "splotches".  Clarified.
8112 2004-11-16  Thien-Thi Nguyen  <ttn@gnu.org>
8114         * frames.texi (Window Frame Parameters): Fix typo.
8116 2004-11-15  Kim F. Storm  <storm@cua.dk>
8118         * symbols.texi (Other Plists): Note that plist-get may signal error.
8119         Add safe-plist-get.
8121 2004-11-15  Thien-Thi Nguyen  <ttn@gnu.org>
8123         * modes.texi (Font Lock Basics): Fix typo.
8125 2004-11-08  Richard M. Stallman  <rms@gnu.org>
8127         * syntax.texi (Syntax Table Functions): Add syntax-after.
8129 2004-11-06  Lars Brinkhoff  <lars@nocrew.org>
8131         * os.texi (Processor Run Time): New section documenting
8132         get-internal-run-time.
8134 2004-11-06  Eli Zaretskii  <eliz@gnu.org>
8136         * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
8137         it nukes elisp-cover.texi.
8138         (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
8139         elisp-0 etc.
8141 2004-11-05  Luc Teirlinck  <teirllm@auburn.edu>
8143         * commands.texi (Keyboard Macros): Document `append' return value
8144         of `defining-kbd-macro'.
8146 2004-11-01  Richard M. Stallman  <rms@gnu.org>
8148         * commands.texi (Interactive Call): Add called-interactively-p.
8150 2004-10-29  Simon Josefsson  <jas@extundo.com>
8152         * minibuf.texi (Reading a Password): Revert.
8154 2004-10-28  Richard M. Stallman  <rms@gnu.org>
8156         * frames.texi (Display Feature Testing): Explain about "vendor".
8158 2004-10-27  Richard M. Stallman  <rms@gnu.org>
8160         * commands.texi (Interactive Codes): `N' uses numeric prefix,
8161         not raw.  Clarify `n'.
8162         (Interactive Call): Rewrite interactive-p, focusing on when
8163         and how to use it.
8164         (Misc Events): Clarify previous change.
8166         * advice.texi (Simple Advice): Clarify what job the example does.
8167         (Around-Advice): Clarify ad-do-it.
8168         (Activation of Advice): An option of ad-default-compilation-action
8169         is `never', not `nil'.
8171 2004-10-26  Kim F. Storm  <storm@cua.dk>
8173         * commands.texi (Interactive Codes): Add U code letter.
8175 2004-10-25  Simon Josefsson  <jas@extundo.com>
8177         * minibuf.texi (Reading a Password): Add.
8179 2004-10-24  Jason Rumney  <jasonr@gnu.org>
8181         * commands.texi (Misc Events): Remove mouse-wheel.  Add wheel-up
8182         and wheel-down.
8184 2004-10-24  Kai Grossjohann  <kai.grossjohann@gmx.net>
8186         * processes.texi (Synchronous Processes): Document process-file.
8188 2004-10-22  Kenichi Handa  <handa@m17n.org>
8190         * text.texi (translate-region): Document that it accepts also a
8191         char-table.
8193 2004-10-22  David Ponce  <david@dponce.com>
8195         * windows.texi (Resizing Windows): Document the `preserve-before'
8196         argument of the functions `enlarge-window' and `shrink-window'.
8198 2004-10-19  Jason Rumney  <jasonr@gnu.org>
8200         * makefile.w32-in (elisp): Change order of arguments to makeinfo.
8202 2004-10-09  Luc Teirlinck  <teirllm@auburn.edu>
8204         * text.texi (Filling): Add anchor for definition of
8205         `sentence-end-double-space'.
8207         * searching.texi (Regexp Example): Update description of how
8208         Emacs currently recognizes the end of a sentence.
8209         (Standard Regexps): Update definition of the variable
8210         `sentence-end'.  Add definition of the function `sentence-end'.
8212 2004-10-08  Paul Pogonyshev  <pogonyshev@gmx.net>
8214         * display.texi (Progress): New node.
8216 2004-10-05  Kim F. Storm  <storm@cua.dk>
8218         * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
8220 2004-09-29  Kim F. Storm  <storm@cua.dk>
8222         * display.texi (Fringe Bitmaps): Use symbols rather than numbers
8223         to identify bitmaps.  Remove -fringe-bitmap suffix for standard
8224         fringe bitmap symbols, as they now have their own namespace.
8225         (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
8226         vs. pixels.  Signal error if no free bitmap slots.
8227         (Pixel Specification): Change IMAGE to @var{image}.
8229 2004-09-28  Richard M. Stallman  <rms@gnu.org>
8231         * text.texi (Special Properties): Clarify line-spacing and line-height.
8233         * searching.texi (Regexp Search): Add looking-back.
8235 2004-09-25  Luc Teirlinck  <teirllm@auburn.edu>
8237         * display.texi: Correct typos.
8238         (Image Descriptors): Correct xref's.
8240 2004-09-25  Richard M. Stallman  <rms@gnu.org>
8242         * text.texi (Special Properties): Cleanups in `cursor'.
8243         Rewrites in `line-height' and `line-spacing'; exchange them.
8245         * display.texi (Fringes): Rewrite previous change.
8246         (Fringe Bitmaps): Merge text from Display Fringe Bitmaps.  Rewrite.
8247         (Display Fringe Bitmaps): Node deleted, text moved.
8248         (Customizing Bitmaps): Split off from Fringe Bitmaps.  Rewrite.
8249         (Scroll Bars): Clarify set-window-scroll-bars.
8250         (Pointer Shape): Rewrite.
8251         (Specified Space): Clarify :align-to, etc.
8252         (Pixel Specification): Use @var.  Clarify new text.
8253         (Other Display Specs): Clarify `slice'.
8254         (Image Descriptors): Cleanups.
8255         (Showing Images): Cleanups.
8257 2004-09-24  Luc Teirlinck  <teirllm@auburn.edu>
8259         * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
8261         * modes.texi: Various minor changes in addition to:
8262         (Major Mode Conventions): Final call to `run-mode-hooks' should
8263         not be inside the `delay-mode-hooks' form.
8264         (Mode Hooks): New node.
8265         (Hooks): Delete obsolete example.
8266         Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
8267         node "Mode Hooks".
8269 2004-09-22  Luc Teirlinck  <teirllm@auburn.edu>
8271         * display.texi: Correct various typos.
8272         (Display): Rename node "Pointer Shapes" to "Pointer
8273         Shape".  (There is already a node called "Pointer Shapes" in
8274         frames.texi.)
8275         (Images): Remove non-existent node "Image Slices" from menu.
8277 2004-09-23  Kim F. Storm  <storm@cua.dk>
8279         * text.texi (Special Properties): Add `cursor', `pointer',
8280         `line-height', and `line-spacing' properties.
8282         * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
8283         Shapes' to menu.
8284         (Standard Faces): Doc fix for fringe face.
8285         (Fringes): Add `overflow-newline-into-fringe' and
8286         'indicate-buffer-boundaries'.
8287         (Fringe Bitmaps, Pointer Shapes): New nodes.
8288         (Display Property): Add 'Pixel Specification' and 'Display Fringe
8289         Bitmaps' to menu.
8290         (Specified Space): Describe pixel width and height.
8291         (Pixel Specification): New node.
8292         (Other Display Specs): Add `slice' property.
8293         (Display Fringe Bitmaps): New node.
8294         (Images): Add 'Image Slices' to menu.
8295         (Image Descriptors): Add `:pointer' and `:map' properties.
8296         (Showing Images): Add slice arg to `insert-image'.
8297         Add 'insert-sliced-image'.
8299 2004-09-20  Richard M. Stallman  <rms@gnu.org>
8301         * commands.texi (Key Sequence Input):
8302         Clarify downcasing in read-key-sequence.
8304 2004-09-08  Juri Linkov  <juri@jurta.org>
8306         * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
8308 2004-09-07  Luc Teirlinck  <teirllm@auburn.edu>
8310         * locals.texi (Standard Buffer-Local Variables):
8311         Add `buffer-auto-save-file-format'.
8312         * internals.texi (Buffer Internals): Describe new
8313         auto_save_file_format field of the buffer structure.
8314         * files.texi (Format Conversion): `auto-save-file-format' has been
8315         renamed `buffer-auto-save-file-format'.
8317 2004-08-27  Luc Teirlinck  <teirllm@auburn.edu>
8319         * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
8320         an integer or a marker.
8321         (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
8323 2004-08-22  Richard M. Stallman  <rms@gnu.org>
8325         * modes.texi (Major Mode Conventions): Discuss rebinding of
8326         standard key bindings.
8328 2004-08-18  Kim F. Storm  <storm@cua.dk>
8330         * processes.texi (Accepting Output): Add `just-this-one' arg to
8331         `accept-process-output'.
8332         (Output from Processes): New var `process-adaptive-read-buffering'.
8334 2004-08-10  Luc Teirlinck  <teirllm@auburn.edu>
8336         * keymaps.texi: Various changes in addition to:
8337         (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
8338         Give more varied examples for `kbd'.
8339         (Creating Keymaps): Char tables have slots for all characters
8340         without modifiers.
8341         (Active Keymaps): `overriding-local-map' and
8342         `overriding-terminal-local-map' also override text property and
8343         overlay keymaps.
8344         (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
8345         (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
8346         to denote a prefix of no events.
8347         `map-keymap' includes parent's bindings _recursively_.
8348         Clarify and correct description of `where-is-internal'.
8349         Mention BUFFER-OR-NAME arg to `describe-bindings'.
8350         (Menu Example): For menus intended for use with the keyboard, the
8351         menu items should be bound to characters or real function keys.
8353 2004-08-08  Luc Teirlinck  <teirllm@auburn.edu>
8355         * objects.texi (Character Type): Reposition `@anchor' to prevent
8356         double space inside sentence in Info.
8358         * hooks.texi (Standard Hooks): `disabled-command-hook' has been
8359         renamed to `disabled-command-function'.
8360         * commands.texi (Key Sequence Input): Remove unnecessary anchor.
8361         (Command Loop Info): Replace reference to it.
8362         (Disabling Commands): `disabled-command-hook' has been renamed to
8363         `disabled-command-function'.
8365 2004-08-07  Luc Teirlinck  <teirllm@auburn.edu>
8367         * os.texi (Translating Input): Only non-prefix bindings in
8368         `key-translation-map' override actual key bindings.  Warn about
8369         possible indirect effect of actual key bindings on non-prefix
8370         bindings in `key-translation-map'.
8372 2004-08-06  Luc Teirlinck  <teirllm@auburn.edu>
8374         * minibuf.texi (High-Level Completion): Add anchor for definition
8375         of `read-variable'.
8377         * commands.texi: Various changes in addition to:
8378         (Using Interactive): Clarify description of `interactive-form'.
8379         (Interactive Call): Mention default for KEYS argument to
8380         `call-interactively'.
8381         (Command Loop Info): Clarify description of `this-command-keys'.
8382         Mention KEEP-RECORD argument to `clear-this-command-keys'.
8383         Value of `last-event-frame' can be `macro'.
8384         (Repeat Events): `double-click-fuzz' is also used to distinguish
8385         clicks and drags.
8386         (Classifying Events): Clarify descriptions of `event-modifiers'
8387         `event-basic-type' and `event-convert-list'.
8388         (Accessing Events): `posn-timestamp' takes POSITION argument.
8389         (Quoted Character Input): Clarify description of
8390         `read-quoted-char' and fix example.
8391         (Quitting): Add `with-local-quit'.
8392         (Disabling Commands): Correct and clarify descriptions of
8393         `enable-command' and `disable-command'.
8394         Mention what happens if `disabled-command-hook' is nil.
8395         (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
8396         Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
8398 2004-07-24  Luc Teirlinck  <teirllm@auburn.edu>
8400         * frames.texi: Various changes in addition to:
8401         (Creating Frames): Expand and clarify description of `make-frame'.
8402         (Window Frame Parameters): Either none or both of the `icon-left'
8403         and `icon-top' parameters must be specified.  Put descriptions of
8404         `menu-bar-lines' and `toolbar-lines' closer together and change
8405         them accordingly.
8406         (Frame Titles): `multiple-frames' is not guaranteed to be accurate
8407         except while processing `frame-title-format' or `icon-title-format'.
8408         (Deleting Frames): Correct description of `delete-frame'.
8409         Non-nil return values of `frame-live-p' are like those of `framep'.
8410         (Frames and Windows): Mention return value of
8411         `set-frame-selected-window'.
8412         (Visibility of Frames): Mention `force' argument to
8413         `make-frame-invisible'.  `frame-visible-p' returns t for all
8414         frames on text-only terminals.
8415         (Frame Configurations): Restoring a frame configuration does not
8416         restore deleted frames.
8417         (Window System Selections): `x-set-selection' returns DATA.
8418         (Resources): Add example.
8419         (Display Feature Testing): Clarify descriptions of
8420         `display-pixel-height', `display-pixel-width', `x-server-version'
8421         and `x-server-vendor'.
8423         * windows.texi (Choosing Window): Add anchor.
8424         * minibuf.texi (Minibuffer Misc): Add anchor.
8426 2004-07-23  John Paul Wallington  <jpw@gnu.org>
8428         * macros.texi (Defining Macros): Declaration keyword for setting
8429         Edebug spec is `debug' not `edebug'.
8431 2004-07-19  Luc Teirlinck  <teirllm@auburn.edu>
8433         * windows.texi: Various small changes in addition to:
8434         (Window Point): Mention return value of `set-window-point'.
8435         (Window Start): `pos-visible-in-window-p' disregards horizontal
8436         scrolling.  Explain return value if PARTIALLY is non-nil.
8437         (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
8438         and `set-window-vscroll'.
8439         (Size of Window): The argument WINDOW to `window-inside-edges',
8440         `window-pixel-edges' and `window-inside-pixel-edges' is optional.
8441         (Resizing Windows): Explain return value of
8442         `shrink-window-if-larger-than-buffer'.
8443         `window-size-fixed' automatically becomes buffer local when set.
8444         (Window Configurations): Explain return value of
8445         `set-window-configuration'.
8447         * minibuf.texi (Minibuffer Misc): Add anchor for
8448         `minibuffer-scroll-window'.
8450         * positions.texi (Text Lines): Add anchor for `count-lines'.
8452 2004-07-17  Richard M. Stallman  <rms@gnu.org>
8454         * display.texi (Overlay Properties): Adding `evaporate' prop
8455         deletes empty overlay immediately.
8457         * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
8458         fix example.
8460 2004-07-16  Jim Blandy  <jimb@redhat.com>
8462         * searching.texi (Regexp Backslash): Document new \_< and \_>
8463         operators.
8465 2004-07-16  Juanma Barranquero  <lektu@terra.es>
8467         * display.texi (Images): Fix Texinfo usage.
8469 2004-07-14  Luc Teirlinck  <teirllm@auburn.edu>
8471         * buffers.texi (Modification Time): `visited-file-modtime' now
8472         returns a list of two integers, instead of a cons.
8474 2004-07-13  Luc Teirlinck  <teirllm@auburn.edu>
8476         * windows.texi: Various changes in addition to:
8477         (Splitting Windows): Add `split-window-keep-point'.
8479 2004-07-09  Richard M. Stallman  <rms@gnu.org>
8481         * frames.texi (Input Focus): Minor fix.
8483 2004-07-07  Luc Teirlinck  <teirllm@auburn.edu>
8485         * frames.texi (Input Focus): Clarify descriptions of
8486         `select-frame-set-input-focus' and `select-frame'.
8488 2004-07-06  Luc Teirlinck  <teirllm@auburn.edu>
8490         * os.texi: Various small changes in addition to:
8491         (Killing Emacs): Expand and clarify description of
8492         `kill-emacs-query-functions' and `kill-emacs-hook'.
8493         (System Environment): Expand and clarify description of `getenv'
8494         and `setenv'.
8495         (Timers): Clarify description of `run-at-time'.
8496         (Translating Input): Correct description of
8497         `extra-keyboard-modifiers'.
8498         (Flow Control): Correct description of `enable-flow-control'.
8500 2004-07-06  Thien-Thi Nguyen  <ttn@gnu.org>
8502         * os.texi: Update copyright.
8503         (Session Management): Grammar fix.
8504         Clarify which Emacs does the restarting.
8505         Use @samp for *scratch* buffer.
8507 2004-07-04  Alan Mackenzie  <acm@muc.de>
8509         * frames.texi (Input Focus): Add documentation for
8510         `select-frame-set-input-focus'.  Replace refs to non-existent
8511         `switch-frame' with `select-frame'.  Minor corrections and tidying
8512         up of text-only terminal stuff.
8514 2004-07-02  Richard M. Stallman  <rms@gnu.org>
8516         * files.texi (Saving Buffers): Cleanup write-contents-function.
8517         (Magic File Names): Cleanup file-remote-p.
8519 2004-07-02  Kai Großjohann  <kai@emptydomain.de>
8521         * files.texi (Magic File Names): `file-remote-p' returns an
8522         identifier of the remote system, not just t.
8524 2004-07-02  David Kastrup  <dak@gnu.org>
8526         * searching.texi (Entire Match Data): Add explanation about new
8527         match-data behavior when @var{integers} is non-nil.
8529 2004-06-24  Richard M. Stallman  <rms@gnu.org>
8531         * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
8533         * customize.texi (Variable Definitions): Note about doc strings
8534         and :set.
8536         * keymaps.texi (Keymap Terminology): Document `kbd'.
8537         (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
8539         * display.texi (Invisible Text): Setting buffer-invisibility-spec
8540         makes it buffer-local.
8542         * files.texi (Saving Buffers): Correct previous change.
8544         * commands.texi (Accessing Events):
8545         Clarify posn-col-row and posn-actual-col-row.
8547 2004-06-24  David Ponce  <david.ponce@wanadoo.fr>
8549         * commands.texi (Accessing Events): New functions
8550         posn-at-point and posn-at-x-y.  Add example to posn-x-y.
8552 2004-06-23  Luc Teirlinck  <teirllm@auburn.edu>
8554         * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
8555         * frames.texi, buffers.texi, backups.texi, variables.texi:
8556         * loading.texi, eval.texi, functions.texi, control.texi:
8557         * symbols.texi, minibuf.texi: Reposition @anchor's.
8559         * help.texi: Various small changes in addition to the following.
8560         (Describing Characters): Describe PREFIX argument to
8561         `key-description'.  Correct and clarify definition of
8562         `text-char-description'.  Describe NEED-VECTOR argument to
8563         `read-kbd-macro'.
8564         (Help Functions): Clarify definition of `apropos'.
8566 2004-06-23  Lars Hansen  <larsh@math.ku.dk>
8568         * files.texi (Saving Buffers): Correct description of
8569         `write-contents-functions'.
8571 2004-06-21  Juanma Barranquero  <lektu@terra.es>
8573         * display.texi (Images): Remove redundant @vindex directives.
8574         Rewrite `image-library-alist' doc in active voice.
8576 2004-06-14  Juanma Barranquero  <lektu@terra.es>
8578         * display.texi (Images): Document new delayed library loading,
8579         variable `image-library-alist' and (existing but undocumented)
8580         function `image-type-available-p'.
8582 2004-06-05  Richard M. Stallman  <rms@gnu.org>
8584         * minibuf.texi (Minibuffer Completion): For INITIAL arg,
8585         refer the user to the Initial Input node.
8586         (Text from Minibuffer): Likewise.
8587         (Initial Input): New node.  Document this feature
8588         and say it is mostly deprecated.
8590 2004-05-30  Richard M. Stallman  <rms@gnu.org>
8592         * loading.texi (Named Features): Clarify return value
8593         and meaning of NOERROR.
8595         * variables.texi (File Local Variables): Minor cleanup.
8597 2004-05-30  Michael Albinus  <michael.albinus@gmx.de>
8599         * files.texi (Magic File Names): Add `file-remote-p' as operation
8600         of file name handlers.
8602 2004-05-29  Richard M. Stallman  <rms@gnu.org>
8604         * modes.texi (Minor Mode Conventions): (-) has no special meaning
8605         as arg to a minor mode command.
8607 2004-05-22  Richard M. Stallman  <rms@gnu.org>
8609         * syntax.texi (Syntax Class Table): Word syntax not just for English.
8611         * streams.texi (Output Variables): Doc float-output-format.
8613         * searching.texi (Regexp Special): Nested repetition can be infloop.
8615         * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
8616         real stack overflow.
8618         * compile.texi: Minor cleanups.
8620 2004-05-22  Luc Teirlinck  <teirllm@dms.auburn.edu>
8622         * lists.texi (Cons Cells): Explain dotted lists, true lists,
8623         circular lists.
8624         (List Elements): Explain handling of circular and dotted lists.
8626 2004-05-19  Thien-Thi Nguyen  <ttn@gnu.org>
8628         * modes.texi (Search-based Fontification): Fix typo.
8630 2004-05-10  Juanma Barranquero  <lektu@terra.es>
8632         * modes.texi (Mode Line Variables): Fix description of
8633         global-mode-string, which is now after which-func-mode, not the
8634         buffer name.
8636 2004-05-07  Lars Hansen  <larsh@math.ku.dk>
8638         * modes.texi (Desktop Save Mode): Add.
8639         (Modes): Add menu entry Desktop Save Mode.
8641         * hooks.texi: Add desktop-after-read-hook,
8642         desktop-no-desktop-file-hook and desktop-save-hook.
8644         * locals.texi: Add desktop-save-buffer.
8646 2004-04-30  Jesper Harder  <harder@ifa.au.dk>
8648         * display.texi: emacs -> Emacs.
8650 2004-04-27  Matthew Mundell  <matt@mundell.ukfsn.org>
8652         * files.texi (Changing Files): Document set-file-times.
8654 2004-04-23  Juanma Barranquero  <lektu@terra.es>
8656         * makefile.w32-in: Add "-*- makefile -*-" mode tag.
8658 2004-04-18  Jesper Harder  <harder@ifa.au.dk>
8660         * tips.texi (Coding Conventions): defopt -> defcustom.
8662 2004-04-16  Luc Teirlinck  <teirllm@auburn.edu>
8664         * sequences.texi: Various clarifications.
8666 2004-04-14  Luc Teirlinck  <teirllm@auburn.edu>
8668         * buffers.texi (Read Only Buffers): Mention optional ARG to
8669         `toggle-read-only'.
8671 2004-04-14  Nick Roberts  <nick@nick.uklinux.net>
8673         * windows.texi (Selecting Windows): Note that get-lru-window
8674         returns a full-width window if possible.
8676 2004-04-13  Luc Teirlinck  <teirllm@auburn.edu>
8678         * buffers.texi: Various changes in addition to:
8679         (Buffer File Name): Add `find-buffer-visiting'.
8680         (Buffer Modification): Mention optional ARG to `not-modified'.
8681         (Indirect Buffers): Mention optional CLONE argument to
8682         `make-indirect-buffer'.
8684         * files.texi: Various changes in addition to:
8685         (Visiting Functions): `find-file-hook' is now a normal hook.
8686         (File Name Expansion): Explain difference between the way that
8687         `expand-file-name' and `file-truename' treat `..'.
8688         (Contents of Directories): Mention optional ID-FORMAT argument to
8689         `directory-files-and-attributes'.
8690         (Format Conversion): Mention new optional CONFIRM argument to
8691         `format-write-file'.
8693 2004-04-12  Miles Bader  <miles@gnu.org>
8695         * macros.texi (Expansion): Add description of `macroexpand-all'.
8697 2004-04-05  Jesper Harder  <harder@ifa.au.dk>
8699         * variables.texi (Variable Aliases):
8700         Mention cyclic-variable-indirection.
8702         * errors.texi (Standard Errors): Ditto.
8704 2004-04-04  Luc Teirlinck  <teirllm@auburn.edu>
8706         * backups.texi: Various small changes in addition to:
8707         (Making Backups): Mention return value of `backup-buffer'.
8708         (Auto-Saving): Mention optional FORCE argument to
8709         `delete-auto-save-file-if-necessary'.
8710         (Reverting): Mention optional PRESERVE-MODES argument to
8711         `revert-buffer'.  Correct description of `revert-buffer-function'.
8713 2004-03-22  Juri Linkov  <juri@jurta.org>
8715         * sequences.texi (Sequence Functions): Replace xref to `Vectors'
8716         with `Vector Functions'.
8718         * text.texi (Sorting): Add missing quote.
8720 2004-03-14  Luc Teirlinck  <teirllm@auburn.edu>
8722         * intro.texi (Lisp History): Replace xref to `cl' manual with
8723         inforef.
8725 2004-03-12  Richard M. Stallman  <rms@gnu.org>
8727         * intro.texi (Version Info): Add arg to emacs-version.
8728         (Lisp History): Change xref to CL manual.
8730 2004-03-09  Luc Teirlinck  <teirllm@auburn.edu>
8732         * minibuf.texi (Completion Commands): Add xref to Emacs manual
8733         for Partial Completion mode.
8735 2004-03-07  Thien-Thi Nguyen  <ttn@gnu.org>
8737         * customize.texi: Fix typo.  Remove eol whitespace.
8739 2004-03-04  Richard M. Stallman  <rms@gnu.org>
8741         * processes.texi: Fix typos.
8743         * lists.texi (Building Lists): Minor clarification.
8745         * hash.texi (Creating Hash): Correct the meaning of t for WEAK
8746         in make-hash-table.
8748 2004-02-29  Juanma Barranquero  <lektu@terra.es>
8750         * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
8751         rm, and ignore exit code.
8753 2004-02-27  Dan Nicolaescu  <dann@ics.uci.edu>
8755         * display.texi (Defining Faces): Add description for min-colors.
8756         Update example.
8758 2004-02-23  Luc Teirlinck  <teirllm@auburn.edu>
8760         * abbrevs.texi: Various corrections and clarifications in addition
8761         to the following:
8762         (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
8764 2004-02-22  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
8766         * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
8768 2004-02-21  Luc Teirlinck  <teirllm@auburn.edu>
8770         * text.texi: Various small changes in addition to the following:
8771         (User-Level Deletion): Mention optional BACKWARD-ONLY argument
8772         to delete-horizontal-space.
8773         (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
8774         description of yank-handler text property at various places.
8776         * frames.texi (Window System Selections): Add anchor.
8778         * syntax.texi (Syntax Table Functions): Clarify and correct
8779         descriptions of make-syntax-table and copy-syntax-table.
8780         (Motion and Syntax): Clarify SYNTAXES argument to
8781         skip-syntax-forward.
8782         (Parsing Expressions): Mention that the return value of
8783         parse-partial-sexp is currently a list of ten rather than nine
8784         elements.
8785         (Categories): Various corrections and clarifications.
8787 2004-02-17  Luc Teirlinck  <teirllm@auburn.edu>
8789         * markers.texi (Marker Insertion Types): Minor change.
8791         * locals.texi (Standard Buffer-Local Variables):
8792         * commands.texi (Interactive Codes, Using Interactive):
8793         * functions.texi (Related Topics): Fix xrefs.
8795 2004-02-16  Luc Teirlinck  <teirllm@auburn.edu>
8797         * lists.texi (Sets And Lists): Update description of delete-dups.
8799 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
8801         * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
8803 2004-02-16  Jan Djärv  <jan.h.d@swipnet.se>
8805         * frames.texi (Parameter Access): frame-parameters arg is optional.
8806         modify-frame-parameters handles nil for FRAME.
8807         (Window Frame Parameters): menu-bar-lines and tool-bar-lines
8808         are all-or-nothing for certain toolkits.
8809         Mention parameter wait-for-wm.
8810         (Frames and Windows): In frame-first-window and frame-selected-window
8811         the arg is optional.
8812         (Input Focus): In redirect-frame-focus the second arg is optional.
8813         (Window System Selections): Mention selection type CLIPBOARD.
8814         Mention data-type UTF8_STRING.
8815         Mention numbering of cut buffers.
8816         (Resources): Describe x-resource-name.
8818 2004-02-16  Richard M. Stallman  <rms@gnu.org>
8820         * windows.texi (Buffers and Windows): Delete false table
8821         about all-frames.
8823         * syntax.texi (Parsing Expressions): Delete old caveat
8824         about parse-sexp-ignore-comments.
8826         * streams.texi (Output Variables): Add print-quoted.
8828         * lists.texi (Building Lists): Minor cleanup.
8830         * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
8832         * display.texi (Overlays): Explain overlays use markers.
8833         (Managing Overlays): Explain front-advance and rear-advance
8834         in more detail.
8836         * loading.texi (Unloading): Document unload-feature-special-hooks.
8837         Get rid of fns-NNN.el file.
8839 2004-02-16  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
8841         * help.texi (Describing Characters): Fix text-char-description
8842         example output.
8844         * edebug.texi (Using Edebug): Fix example.
8846         * debugging.texi (Internals of Debugger): Fix return value.
8848         * files.texi (Changing Files): Fix argname.
8850         * calendar.texi: Fix parens, and default values.
8852         * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
8853         * nonascii.texi, objects.texi, os.texi: Minor fixes.
8854         * searching.texi, text.texi, tips.texi, windows.texi: Minor fixes.
8856         * positions.texi (Text Lines): Don't add -1 in current-line.
8858 2004-02-16  Richard M. Stallman  <rms@gnu.org>
8860         * compile.texi (Compiler Errors): if-boundp feature applies to cond.
8862 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
8864         * processes.texi (Low-Level Network): Fix a typo.
8866 2004-02-12  Kim F. Storm  <storm@cua.dk>
8868         * display.texi (Fringes): Use consistent wording.
8869         Note that window-fringe's window arg is optional.
8870         (Scroll Bars): Use consistent wording.
8872 2004-02-11  Luc Teirlinck  <teirllm@auburn.edu>
8874         * tips.texi (Comment Tips): Document the new conventions for
8875         commenting out code.
8877 2004-02-07  Jan Djärv  <jan.h.d@swipnet.se>
8879         * positions.texi (Text Lines): Add missing end defun.
8881 2004-02-07  Kim F. Storm  <storm@cua.dk>
8883         * positions.texi (Text Lines): Add line-number-at-pos.
8885 2004-02-06  John Paul Wallington  <jpw@gnu.org>
8887         * display.texi (Button Properties, Button Buffer Commands):
8888         mouse-2 invokes button, not down-mouse-1.
8890 2004-02-04  Jason Rumney  <jasonr@gnu.org>
8892         * makefile.w32-in: Sync with Makefile.in changes.
8894 2004-02-03  Luc Teirlinck  <teirllm@auburn.edu>
8896         * minibuf.texi (Text from Minibuffer): Various corrections and
8897         clarifications.
8898         (Object from Minibuffer): Correct Lisp description of
8899         read-minibuffer.
8900         (Minibuffer History): Clarify description of cons values for
8901         HISTORY arguments.
8902         (Basic Completion): Various corrections and clarifications.
8903         Add completion-regexp-list.
8904         (Minibuffer Completion): Correct and clarify description of
8905         completing-read.
8906         (Completion Commands): Mention Partial Completion mode.
8907         Various other minor changes.
8908         (High-Level Completion): Various corrections and clarifications.
8909         (Reading File Names): Ditto.
8910         (Minibuffer Misc): Ditto.
8912 2004-01-26  Luc Teirlinck  <teirllm@auburn.edu>
8914         * strings.texi (Text Comparison): assoc-string also matches
8915         elements of alists that are strings instead of conses.
8916         (Formatting Strings): Standardize Texinfo usage.  Update index
8917         entries.
8919 2004-01-20  Luc Teirlinck  <teirllm@auburn.edu>
8921         * lists.texi (Sets And Lists): Add delete-dups.
8923 2004-01-15  Luc Teirlinck  <teirllm@auburn.edu>
8925         * edebug.texi (Instrumenting Macro Calls): `declare' is not a
8926         special form.
8927         * macros.texi (Defining Macros): Update description of `declare',
8928         which now is a macro.
8929         (Wrong Time): Fix typos.
8931 2004-01-14  Luc Teirlinck  <teirllm@auburn.edu>
8933         * compile.texi (Compilation Functions): Expand descriptions of
8934         `compile-defun', `byte-compile-file', `byte-recompile-directory'
8935         and `batch-byte-compile'.  In particular, mention and describe
8936         all optional arguments.
8937         (Disassembly): Correct and clarify the description of `disassemble'.
8939 2004-01-11  Luc Teirlinck  <teirllm@auburn.edu>
8941         * searching.texi: Various small changes in addition to the
8942         following.
8943         (Regexp Example): Adapt to new value of `sentence-end'.
8944         (Regexp Functions): The PAREN argument to `regexp-opt' can be
8945         `words'.
8946         (Search and Replace): Add usage note for `perform-replace'.
8947         (Entire Match Data): Mention INTEGERS and REUSE arguments to
8948         `match-data'.
8949         (Standard Regexps): Update for new values of `paragraph-start'
8950         and `sentence-end'.
8952 2004-01-07  Luc Teirlinck  <teirllm@auburn.edu>
8954         * files.texi (Saving Buffers): Clarify descriptions of
8955         `write-contents-functions' and `before-save-hook'.
8956         Make the defvar's for `before-save-hook' and `after-save-hook'
8957         into defopt's.
8959 2004-01-07  Kim F. Storm  <storm@cua.dk>
8961         * commands.texi (Click Events): Describe new image and
8962         width/height elements of click events.
8963         (Accessing Events): Add posn-string, posn-image, and
8964         posn-object-width-height.  Change posn-object to return either
8965         image or string object.
8967 2004-01-01  Simon Josefsson  <jas@extundo.com>
8969         * hooks.texi (Standard Hooks): Add before-save-hook.
8970         * files.texi (Saving Buffers): Likewise.
8972 2004-01-03  Richard M. Stallman  <rms@gnu.org>
8974         * frames.texi (Frames and Windows): Delete frame-root-window.
8976 2004-01-03  Luc Teirlinck  <teirllm@auburn.edu>
8978         * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
8980         * functions.texi: Various small changes in addition to the
8981         following.
8982         (What Is a Function): `functionp' returns nil for macros.
8983         Clarify behavior of this and following functions for symbol arguments.
8984         (Function Documentation): Add `\' in front of (fn @var{arglist})
8985         and explain why.
8986         (Defining Functions): Mention DOCSTRING argument to `defalias'.
8987         Add anchor.
8988         (Mapping Functions): Add anchor.  Unquote nil in mapcar* example.
8990 2004-01-01  Miles Bader  <miles@gnu.org>
8992         * display.texi (Buttons): New section.
8994 2003-12-31  Andreas Schwab  <schwab@suse.de>
8996         * numbers.texi (Math Functions): sqrt reports a domain-error
8997         error.
8998         (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
9000 2003-12-30  Luc Teirlinck  <teirllm@auburn.edu>
9002         * tips.texi (Documentation Tips): Update item on hyperlinks in
9003         documentation strings.
9005         * errors.texi (Standard Errors): Various small corrections and
9006         additions.
9008         * control.texi: Various small changes in addition to the
9009         following.
9010         (Signaling Errors): Provide some more details on how `signal'
9011         constructs the error message.  Add anchor to the definition of
9012         `signal'.
9013         (Error Symbols): Describe special treatment of `quit'.
9014         (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
9015         to emphasize that it has to be a single form.
9017         * buffers.texi: Add anchor.
9019 2003-12-29  Richard M. Stallman  <rms@gnu.org>
9021         * windows.texi (Choosing Window): Add same-window-p, special-display-p.
9022         (Window Configurations): Add window-configuration-frame.
9024         * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
9026         * text.texi (Examining Properties): Add get-char-property-and-overlay.
9027         Change arg name in get-char-property.
9028         (Special Properties): Update handling of keymap property.
9030         * strings.texi (Modifying Strings): Add clear-string.
9031         (Text Comparison): Add assoc-string and remove
9032         assoc-ignore-case, assoc-ignore-representation.
9034         * os.texi (Time of Day): Add set-time-zone-rule.
9036         * numbers.texi (Math Functions): asin, acos, log, log10
9037         report domain-error errors.
9039         * nonascii.texi (Converting Representations):
9040         Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
9041         (Encoding and I/O): Add file-name-coding-system.
9043         * modes.texi (Search-based Fontification): Explain that
9044         face specs are symbols with face names as values.
9046         * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
9048         * lists.texi (Building Lists): remq moved elsewhere.
9049         (Sets And Lists): remq moved here.
9050         (Association Lists): Refer to assoc-string.
9052         * internals.texi (Garbage Collection): Add memory-use-counts.
9054         * frames.texi (Frames and Windows): Add set-frame-selected-window
9055         and frame-root-window.
9057         * files.texi (Contents of Directories):
9058         Add directory-files-and-attributes.
9060         * display.texi (Refresh Screen): Add force-window-update.
9061         (Invisible Text): Explain about moving point out of invis text.
9062         (Overlay Properties): Add overlay-properties.
9063         (Managing Overlays): Add overlayp.
9064         (GIF Images): Invalid image number displays a hollow box.
9066         * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
9067         (Killing Buffers): Add buffer-live-p.
9069 2003-12-25  Markus Rost  <rost@mathematik.uni-bielefeld.de>
9071         * display.texi (Fringes): Fix typo "set-buffer-window".
9073 2003-12-24  Luc Teirlinck  <teirllm@auburn.edu>
9075         * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
9076         * nonascii.texi, processes.texi, tips.texi, variables.texi:
9077         Add or change various xrefs and anchors.
9079         * commands.texi: Replace all occurrences of @acronym{CAR} with
9080         @sc{car}, for consistency with the rest of the Elisp manual.
9081         `car' and `cdr' are historically acronyms, but are no longer
9082         widely thought of as such.
9084         * internals.texi (Pure Storage): Mention that `purecopy' does not
9085         copy text properties.
9086         (Object Internals): Now 29 bits are used (in most implementations)
9087         to address Lisp objects.
9089         * variables.texi (Variables with Restricted Values): New node.
9091         * objects.texi (Lisp Data Types): Mention that certain variables
9092         can only take on a restricted set of values and add an xref to
9093         the new node "Variables with Restricted Values".
9095         * eval.texi (Function Indirection): Describe the errors that
9096         `indirect-function' can signal.
9097         (Eval): Clarify the descriptions of `eval-region' and `values'.
9098         Describe `eval-buffer' instead of `eval-current-buffer' and
9099         mention `eval-current-buffer' as an alias for `current-buffer'.
9100         Correct the description and mention all optional arguments.
9102         * nonascii.texi: Various small changes in addition to the
9103         following.
9104         (Converting Representations): Clarify behavior of
9105         `string-make-multibyte' and `string-to-multibyte' for unibyte all
9106         ASCII arguments.
9107         (Character Sets): Document the variable `charset-list' and adapt
9108         the definition of the function `charset-list' accordingly.
9109         (Translation of Characters): Clarify use of generic characters in
9110         `make-translation-table'.  Clarify and correct the description of
9111         the use of translation tables in encoding and decoding.
9112         (User-Chosen Coding Systems): Correct and clarify the description
9113         of `select-safe-coding-system'.
9114         (Default Coding Systems): Clarify description of
9115         `file-coding-system-alist'.
9117 2003-11-30  Luc Teirlinck  <teirllm@auburn.edu>
9119         * strings.texi (Text Comparison): Correctly describe when two
9120         strings are `equal'.  Combine and clarify descriptions of
9121         `assoc-ignore-case' and `assoc-ignore-representation'.
9123         * objects.texi (Non-ASCII in Strings): Clarify description of
9124         when a string is unibyte or multibyte.
9125         (Bool-Vector Type): Update examples.
9126         (Equality Predicates): Correctly describe when two strings are
9127         `equal'.
9129 2003-11-29  Luc Teirlinck  <teirllm@auburn.edu>
9131         * lists.texi (Building Lists): `append' no longer accepts integer
9132         arguments.  Update the description of `number-sequence' to reflect
9133         recent changes.
9134         (Sets And Lists): Describe `member-ignore-case' after `member'.
9136 2003-11-27  Kim F. Storm  <storm@cua.dk>
9138         * commands.texi (Click Events): Click object may be an images.
9139         Describe (dx . dy) element of click positions.
9140         (Accessing Events): Remove duplicate posn-timestamp.
9141         New functions posn-object and posn-object-x-y.
9143 2003-11-23  Kim F. Storm  <storm@cua.dk>
9145         * commands.texi (Click Events): Describe enhancements to event
9146         position lists, including new text-pos and (col . row) items.
9147         Mention left-fringe and right-fringe area events.
9148         (Accessing Events): New functions posn-area and
9149         posn-actual-col-row.  Mention posn-timestamp.  Mention that
9150         posn-point in non-text area still returns buffer position.
9151         Clarify posn-col-row.
9153 2003-11-21  Lars Hansen  <larsh@math.ku.dk>
9155         * files.texi (File Attributes): Describe new parameter ID-FORMAT.
9156         * anti.texi (File Attributes): Describe removed parameter
9157         ID-FORMAT.
9159 2003-11-20  Luc Teirlinck  <teirllm@auburn.edu>
9161         * positions.texi (Positions): Mention that, if a marker is used as
9162         a position, its buffer is ignored.
9164         * markers.texi (Overview of Markers): Mention it here too.
9166 2003-11-12  Luc Teirlinck  <teirllm@auburn.edu>
9168         * numbers.texi (Numeric Conversions): Not just `floor', but also
9169         `truncate', `ceiling' and `round' accept optional argument DIVISOR.
9171 2003-11-10  Luc Teirlinck  <teirllm@auburn.edu>
9173         * markers.texi (Creating Markers): Specify insertion type of
9174         created markers.  Add xref to `Marker Insertion Types'.
9175         Second argument to `copy-marker' is optional.
9176         (Marker Insertion Types): Mention that most markers are created
9177         with insertion type nil.
9178         (The Mark): Correctly describe when `mark' signals an error.
9179         (The Region): Correctly describe when `region-beginning' and
9180         `region-end' signal an error.
9182 2003-11-08  Luc Teirlinck  <teirllm@auburn.edu>
9184         * hash.texi (Creating Hash): Clarify description of `eql'.
9185         `makehash' is obsolete.
9186         (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
9188         * positions.texi (Point): Change description of `buffer-end', so
9189         that it is also correct for floating point arguments.
9190         (List Motion): Correct argument lists of `beginning-of-defun' and
9191         `end-of-defun'.
9192         (Excursions): Add xref to `Marker Insertion Types'.
9193         (Narrowing): Argument to `narrow-to-page' is optional.
9195 2003-11-06  Luc Teirlinck  <teirllm@auburn.edu>
9197         * streams.texi (Output Streams): Clarify behavior of point for
9198         marker output streams.
9200 2003-11-04  Luc Teirlinck  <teirllm@auburn.edu>
9202         * variables.texi (Defining Variables): Second argument to
9203         `defconst' is not optional.
9204         (Setting Variables): Mention optional argument APPEND to
9205         `add-to-list'.
9206         (Creating Buffer-Local): Expand description of
9207         `make-variable-buffer-local'.
9208         (Frame-Local Variables): Expand description of
9209         `make-variable-frame-local'.
9210         (Variable Aliases): Correct description of optional argument
9211         DOCSTRING to `defvaralias'.  Mention return value of
9212         `defvaralias'.
9213         (File Local Variables): Add xref to `File variables' in Emacs
9214         Manual.  Correct description of `hack-local-variables'.  Mention
9215         `safe-local-variable' property.  Mention optional second argument
9216         to `risky-local-variable-p'.
9218 2003-11-03  Luc Teirlinck  <teirllm@auburn.edu>
9220         * symbols.texi (Symbol Plists): Mention return value of `setplist'.
9222 2003-11-02  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
9224         * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
9225         lispref/customize.texi, lispref/display.texi, lispref/files.texi,
9226         lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
9227         lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
9228         lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
9229         lispref/processes.texi, lispref/searching.texi,
9230         lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
9231         lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
9232         @acronym{FOO}.
9234 2003-10-27  Luc Teirlinck  <teirllm@auburn.edu>
9236         * strings.texi (Creating Strings): Argument START to `substring'
9237         can not be `nil'.  Expand description of
9238         `substring-no-properties'.  Correct description of `split-string',
9239         especially with respect to empty matches.  Prevent very bad line
9240         break in definition of `split-string-default-separators'.
9241         (Text Comparison): `string=' and `string<' also accept symbols as
9242         arguments.
9243         (String Conversion): More completely describe argument BASE in
9244         `string-to-number'.
9245         (Formatting Strings): `%s' and `%S' in `format' do require
9246         corresponding object.  Clarify behavior of numeric prefix after
9247         `%' in `format'.
9248         (Case Conversion): The argument to `upcase-initials' can be a
9249         character.
9251 2003-10-27  Kenichi Handa  <handa@m17n.org>
9253         * display.texi (Fontsets): Fix texinfo usage.
9255 2003-10-25  Kenichi Handa  <handa@m17n.org>
9257         * display.texi (Fontsets): Add description of the function
9258         set-fontset-font.
9260 2003-10-23  Luc Teirlinck  <teirllm@auburn.edu>
9262         * display.texi (Temporary Displays): Add xref to `Documentation
9263         Tips'.
9265         * functions.texi (Function Safety): Use inforef instead of pxref
9266         for SES.
9268 2003-10-23  Andreas Schwab  <schwab@suse.de>
9270         * Makefile.in (TEX, texinputdir): Don't define.
9271         (TEXI2DVI): Define.
9272         (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
9273         add $(srcdir)/index.texi.
9274         ($(infodir)/elisp): Remove index.texi dependency.
9275         (elisp.dvi): Likewise.  Use $(TEXI2DVI).
9276         (index.texi): Remove target.
9277         (dist): Don't link $(srcdir)/permute-index.
9278         (clean): Don't remove index.texi.
9280         * permute-index, index.perm: Remove.
9281         * index.texi: Rename from index.unperm.
9283 2003-10-22  Luc Teirlinck  <teirllm@auburn.edu>
9285         * tips.texi (Documentation Tips): Document new behavior for face
9286         and variable hyperlinks in Help mode.
9288 2003-10-21  Luc Teirlinck  <teirllm@auburn.edu>
9290         * objects.texi (Integer Type): Update for extra bit of integer range.
9291         (Character Type): Ditto.
9293 2003-10-16  Eli Zaretskii  <eliz@gnu.org>
9295         * numbers.texi (Integer Basics): Add index entries for reading
9296         numbers in hex, octal, and binary.
9298 2003-10-16  Lute Kamstra  <lute@gnu.org>
9300         * modes.texi (Mode Line Format): Mention force-mode-line-update's
9301         argument.
9303 2003-10-13  Luc Teirlinck  <teirllm@auburn.edu>
9305         * windows.texi (Choosing Window): Fix typo.
9306         * edebug.texi (Edebug Execution Modes): Fix typo.
9308 2003-10-13  Richard M. Stallman  <rms@gnu.org>
9310         * windows.texi (Basic Windows): A window has fringe settings,
9311         display margins and scroll-bar settings.
9312         (Splitting Windows): Doc split-window return value.
9313         Clean up one-window-p.
9314         (Selecting Windows): Fix typo.
9315         (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
9316         (Buffers and Windows): In set-window-buffer, explain effect
9317         on fringe settings and scroll bar settings.
9318         (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
9319         (Choosing Window): Use defopt for pop-up-frame-function.
9320         For special-display-buffer-names, explain same-window and same-frame.
9321         Clarify window-dedicated-p return value.
9322         (Textual Scrolling): scroll-up and scroll-down can get an error.
9323         (Horizontal Scrolling): Clarify auto-hscroll-mode.
9324         Clarify set-window-hscroll.
9325         (Size of Window): Don't mention tool bar in window-height.
9326         (Coordinates and Windows): Explain what coordinates-in-window-p
9327         returns for fringes and display margins.
9328         (Window Configurations): Explain saving fringes, etc.
9330         * tips.texi (Library Headers): Clean up Documentation.
9332         * syntax.texi (Parsing Expressions): Clean up forward-comment
9333         and parse-sexp-lookup-properties.
9335         * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
9337         * os.texi (System Environment): Clean up text for load-average errors.
9339         * modes.texi (Hooks): Don't explain local hook details at front.
9340         Clarify run-hooks and run-hook-with-args a little.
9341         Clean up add-hook and remove-hook.
9343         * edebug.texi (Edebug Execution Modes): Clarify t.
9344         Document edebug-sit-for-seconds.
9345         (Coverage Testing): Document C-x X = and =.
9346         (Instrumenting Macro Calls): Fix typo.
9347         (Specification List): Don't index the specification keywords.
9349 2003-10-10  Kim F. Storm  <storm@cua.dk>
9351         * processes.texi (Network): Introduce make-network-process.
9353 2003-10-09  Luc Teirlinck  <teirllm@auburn.edu>
9355         * tips.texi (Library Headers): Fix typo.
9357 2003-10-07  Juri Linkov  <juri@jurta.org>
9359         * modes.texi (Imenu): Mention imenu-create-index-function's
9360         default value.  Explain submenus better.
9362 2003-10-07  Lute Kamstra  <lute@gnu.org>
9364         * modes.texi (Faces for Font Lock): Fix typo.
9365         (Hooks): Explain how buffer-local hook variables can refer to
9366         global hook variables.
9367         Various minor clarifications.
9369 2003-10-06  Lute Kamstra  <lute@gnu.org>
9371         * tips.texi (Coding Conventions): Mention naming conventions for
9372         hooks.
9374 2003-10-05  Luc Teirlinck  <teirllm@auburn.edu>
9376         * loading.texi (Library Search): Correct default value of
9377         load-suffixes.
9378         (Named Features): Fix typo.
9380 2003-10-05  Richard M. Stallman  <rms@gnu.org>
9382         * loading.texi (Named Features): In `provide',
9383         say how to test for subfeatures.
9384         (Unloading): In unload-feature, use new var name
9385         unload-feature-special-hooks.
9387 2003-10-03  Lute Kamstra  <lute@gnu.org>
9389         * modes.texi (Major Mode Conventions): Mention third way to set up
9390         Imenu.
9391         (Imenu): A number of small fixes.
9392         Delete documentation of internal variable imenu--index-alist.
9393         Document the return value format of imenu-create-index-function
9394         functions.
9396 2003-09-30  Richard M. Stallman  <rms@gnu.org>
9398         * processes.texi (Network): Say what stopped datagram connections do.
9400         * lists.texi (Association Lists): Clarify `assq-delete-all'.
9402         * display.texi (Overlay Properties): Clarify `evaporate' property.
9404 2003-09-29  Lute Kamstra  <lute@gnu.org>
9406         * modes.texi (Mode Line Data): Explain when symbols in mode-line
9407         constructs should be marked as risky.
9408         Change cons cell into proper list.
9409         (Mode Line Variables): Change cons cell into proper list.
9411 2003-09-26  Lute Kamstra  <lute@gnu.org>
9413         * modes.texi (Mode Line Data): Document the :propertize construct.
9414         (Mode Line Variables): Reorder the descriptions of the variables
9415         to match their order in the default mode-line-format.
9416         Describe the new variables mode-line-position and mode-line-modes.
9417         Update the default values of mode-line-frame-identification,
9418         minor-mode-alist, and default-mode-line-format.
9419         (Properties in Mode): Mention the :propertize construct.
9421 2003-09-26  Richard M. Stallman  <rms@gnu.org>
9423         * buffers.texi, commands.texi, debugging.texi, eval.texi:
9424         * loading.texi, minibuf.texi, text.texi, variables.texi:
9425         Avoid @strong{Note:}.
9427 2003-09-26  Richard M. Stallman  <rms@gnu.org>
9429         * keymaps.texi (Remapping Commands): Fix typo.
9431 2003-09-23  Luc Teirlinck  <teirllm@mail.auburn.edu>
9433         * processes.texi (Low-Level Network): Fix typo.
9435 2003-09-23  Kim F. Storm  <storm@cua.dk>
9437         * processes.texi (Network, Network Servers): Fix typos.
9438         (Low-Level Network): Add timeout value for :server keyword.
9439         Add new option keywords to make-network-process.
9440         Add set-network-process-options.
9441         Explain how to test availability of network options.
9443 2003-09-19  Richard M. Stallman  <rms@gnu.org>
9445         * text.texi (Motion by Indent): Arg to
9446         backward-to-indentation and forward-to-indentation is optional.
9448         * strings.texi (Creating Strings): Add substring-no-properties.
9450         * processes.texi
9451         (Process Information): Add list-processes arg QUERY-ONLY.
9452         Delete process-contact from here.
9453         Add new status values for process-status.
9454         Add process-get, process-put, process-plist, set-process-plist.
9455         (Synchronous Processes): Add call-process-shell-command.
9456         (Signals to Processes): signal-process allows process objects.
9457         (Network): Complete rewrite.
9458         (Network Servers, Datagrams, Low-Level Network): New nodes.
9460         * positions.texi (Word Motion): forward-word, backward-word
9461         arg is optional.  Reword.
9463         * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
9465         * variables.texi (Creating Buffer-Local):
9466         Delete duplicate definition of buffer-local-value.
9467         (File Local Variables): Explain about discarding text props.
9469 2003-09-11  Richard M. Stallman  <rms@gnu.org>
9471         * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
9472         changes variables that record input events.
9473         (Minibuffer Misc): Add minibuffer-selected-window.
9475         * lists.texi (Building Lists): Add copy-tree.
9477         * display.texi (Fontsets): Add char-displayable-p.
9478         (Scroll Bars): New node.
9480 2003-09-08  Lute Kamstra  <lute@gnu.org>
9482         * modes.texi (%-Constructs): Document new `%i' and `%I'
9483         constructs.
9485 2003-09-03  Peter Runestig  <peter@runestig.com>
9487         * makefile.w32-in: New file.
9489 2003-08-29  Richard M. Stallman  <rms@gnu.org>
9491         * display.texi (Overlay Properties): Clarify how priorities
9492         affect use of the properties.
9494 2003-08-19  Luc Teirlinck  <teirllm@mail.auburn.edu>
9496         * customize.texi (Type Keywords): Correct the description of
9497         `:help-echo' in the case where `motion-doc' is a function.
9499 2003-08-14  John Paul Wallington  <jpw@gnu.org>
9501         * modes.texi (Emulating Mode Line): Subsection, not section.
9503 2003-08-13  Richard M. Stallman  <rms@gnu.org>
9505         * elisp.texi (Top): Update subnode lists in menu.
9507         * text.texi (Insertion): Add insert-buffer-substring-no-properties.
9508         (Kill Functions): kill-region has new arg yank-handler.
9509         (Yanking): New node.
9510         (Yank Commands): Add yank-undo-function.
9511         (Low-Level Kill Ring):
9512         kill-new and kill-append have new arg yank-handler.
9513         (Changing Properties): Add remove-list-of-text-properties.
9514         (Atomic Changes): New node.
9516         * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
9518         * streams.texi (Output Variables): Add eval-expression-print-length
9519         and eval-expression-print-level.
9521         * os.texi (Time Conversion): For encode-time, explain limits on year.
9523         * objects.texi (Character Type): Define anchor "modifier bits".
9525         * modes.texi (Emulating Mode Line): New node.
9526         (Search-based Fontification): Font Lock uses font-lock-face property.
9527         (Other Font Lock Variables): Likewise.
9529         * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
9530         not vectors.
9531         (Active Keymaps): Add emulation-mode-map-alists.
9532         (Functions for Key Lookup): key-binding has new arg no-remap.
9533         (Remapping Commands): New node.
9534         (Scanning Keymaps): where-is-internal has new arg no-remap.
9535         (Tool Bar): Add tool-bar-local-item-from-menu.
9536         Clarify when to use tool-bar-add-item-from-menu.
9538         * commands.texi (Interactive Call): commandp has new arg.
9539         (Command Loop Info): Add this-original-command.
9541 2003-08-06  John Paul Wallington  <jpw@gnu.org>
9543         * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
9545         * display.texi (Warning Basics): Fix typo.
9546         (Fringes): Add closing curly bracket and fix typo.
9548         * elisp.texi (Top): Fix typo.
9550 2003-08-05  Richard M. Stallman  <rms@gnu.org>
9552         * elisp.texi: Update lists of subnodes.
9554         * windows.texi (Buffers and Windows): set-window-buffer has new arg.
9556         * variables.texi (Local Variables): Use lc for example variable names.
9558         * tips.texi (Library Headers): Explain where to put -*-.
9560         * strings.texi (Creating Strings): Fix xref for vconcat.
9562         * sequences.texi (Vector Functions):
9563         vconcat no longer allows integer args.
9565         * minibuf.texi (Reading File Names): read-file-name has new
9566         arg PREDICATE.  New function read-directory-name.
9568         * macros.texi (Defining Macros): Give definition of `declare'.
9569         (Indenting Macros): New node.
9571         * frames.texi (Parameter Access): Add modify-all-frames-parameters.
9572         (Window Frame Parameters): Make separate table of parameters
9573         that are coupled with specific face attributes.
9574         (Deleting Frames): delete-frame-hooks renamed to
9575         delete-frame-functions.
9577         * files.texi (Magic File Names): Add file-remote-p.
9578         Clarify file-local-copy.
9580         * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
9581         here; instead xref Defining Macros.
9583         * display.texi (Warnings): New node, and subnodes.
9584         (Fringes): New node.
9586         * debugging.texi (Test Coverage): New node.
9588         * compile.texi (Compiler Errors): Explain with-no-warnings
9589         and other ways to suppress warnings.
9591         * commands.texi (Interactive Call): Minor clarification.
9593         * buffers.texi (Buffer File Name): set-visited-file-name
9594         renames the buffer too.
9596         * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
9598 2003-07-24  Markus Rost  <rost@math.ohio-state.edu>
9600         * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
9602 2003-07-22  Markus Rost  <rost@math.ohio-state.edu>
9604         * internals.texi (Garbage Collection): Fix previous change.
9606 2003-07-22  Richard M. Stallman  <rms@gnu.org>
9608         * files.texi (Truenames): Add LIMIT arg to file-chase-links.
9610         * display.texi (Width): Use \s syntax in example.
9611         (Font Selection): Add face-font-rescale-alist.
9613         * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
9614         Remove spurious indent in example.
9616         * lists.texi (Building Lists): Add number-sequence.
9618         * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
9620         * functions.texi (Function Documentation): Explain how to
9621         show calling convention explicitly in the doc string.
9623         * windows.texi (Selecting Windows): save-selected-window saves
9624         selected window of each frame.
9625         (Window Configurations): Minor change.
9627         * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
9629         * streams.texi (Output Variables): Add print-continuous-numbering
9630         and print-number-table.
9632         * processes.texi (Decoding Output): New node.
9634         * os.texi (Time Conversion): decode-time arg is optional.
9636         * objects.texi (Character Type): Don't use space as example for \.
9637         Make list of char names and \-sequences correspond.
9638         Explain that \s is not used in strings.  `\ ' needs space after.
9640         * nonascii.texi (Converting Representations): Add string-to-multibyte.
9641         (Translation of Characters): Add translation-table-for-input.
9642         (Default Coding Systems): Add auto-coding-functions.
9643         (Explicit Encoding): Add decode-coding-inserted-region.
9644         (Locales): Add locale-info.
9646         * minibuf.texi (Basic Completion): Describe test-completion.
9647         Collections can be lists of strings.
9648         Clean up lazy-completion-table.
9649         (Programmed Completion): Mention test-completion.
9650         Clarify why lambda expressions are not accepted.
9651         (Minibuffer Misc): Describe minibufferp.
9653 2003-07-14  Richard M. Stallman  <rms@gnu.org>
9655         * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
9657         * windows.texi (Selecting Windows): New arg to select-window.
9658         (Selecting Windows): Add with-selected-window.
9659         (Size of Window): Add window-inside-edges, etc.
9661         * internals.texi (Garbage Collection): Add post-gc-hook.
9663         * processes.texi (Subprocess Creation): Add exec-suffixes.
9665         * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
9666         (Scanning Keymaps): Add map-keymaps.
9667         (Defining Menus): Add keymap-prompt.
9669         * numbers.texi (Integer Basics): Add most-positive-fixnum,
9670         most-negative-fixnum.
9672         * compile.texi (Byte Compilation): Explain no-byte-compile.
9673         (Compiler Errors): New node.
9675         * os.texi (User Identification): user-uid, user-real-uid
9676         can return float.
9678         * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
9679         and about derived modes.
9680         (Minor Modes): Add minor-mode-list.
9681         (Defining Minor Modes): Keyword args for define-minor-mode.
9682         (Search-based Fontification): Explain managing other properties.
9683         (Other Font Lock Variables): Add font-lock-extra-managed-props.
9684         (Faces for Font Lock): Add font-lock-preprocessor-face.
9685         (Hooks): Add run-mode-hooks and delay-mode-hooks.
9687         * variables.texi (Creating Buffer-Local): Add buffer-local-value.
9688         (Variable Aliases): Clarify defvaralias.
9690         * loading.texi (Library Search): Add load-suffixes.
9692         * minibuf.texi (Basic Completion): Add lazy-completion-table.
9693         (Programmed Completion): Add dynamic-completion-table.
9695         * files.texi (Changing Files): copy-file allows dir as NEWNAME.
9696         (Magic File Names): Specify precedence order of handlers.
9698         * commands.texi (Command Overview): Emacs server runs pre-command-hook
9699         and post-command-hook.
9700         (Waiting): New calling convention for sit-for.
9702         * text.texi (Special Properties): local-map and keymap properties
9703         apply based on their stickiness.
9705 2003-07-07  Richard M. Stallman  <rms@gnu.org>
9707         * modes.texi (Minor Mode Conventions): Specify only some kinds
9708         of list values as args to minor modes.
9710         * files.texi (File Name Expansion): Warn about iterative use
9711         of substitute-in-file-name.
9713         * advice.texi (Activation of Advice): Clean up previous change.
9715 2003-07-06  Markus Rost  <rost@math.ohio-state.edu>
9717         * advice.texi (Activation of Advice): Note that ad-start-advice is
9718         turned on by default.
9720 2003-06-30  Richard M. Stallman  <rms@gnu.org>
9722         * text.texi (Buffer Contents): Document current-word.
9723         (Change Hooks): Not called for *Messages*.
9725         * functions.texi (Defining Functions): Explain about redefining
9726         primitives.
9727         (Function Safety): Rename.  Minor changes.
9728         Comment out the detailed criteria for what is safe.
9730 2003-06-22  Andreas Schwab  <schwab@suse.de>
9732         * objects.texi (Symbol Type): Fix description of examples.
9734 2003-06-16  Andreas Schwab  <schwab@suse.de>
9736         * hash.texi (Creating Hash): Fix description of :weakness.
9738 2003-06-13  Kai Großjohann  <kai.grossjohann@gmx.net>
9740         * files.texi (Changing Files): copy-file copies file modes, too.
9742 2003-05-28  Richard M. Stallman  <rms@gnu.org>
9744         * strings.texi (Creating Strings): Clarify split-string.
9746 2003-05-22  Stephen J. Turnbull  <stephen@xemacs.org>
9748         * strings.texi (Creating Strings): Update split-string specification
9749         and examples.
9751 2003-05-19  Richard M. Stallman  <rms@gnu.org>
9753         * elisp.texi: Correct invariant section names.
9755 2003-04-20  Richard M. Stallman  <rms@gnu.org>
9757         * os.texi (Timers): Explain about timers and quitting.
9759 2003-04-19  Richard M. Stallman  <rms@gnu.org>
9761         * internals.texi (Writing Emacs Primitives): Strings are
9762         no longer special for GCPROs.  Mention GCPRO5, GCPRO6.
9763         Explain GCPRO convention for varargs function args.
9765 2003-04-16  Richard M. Stallman  <rms@gnu.org>
9767         * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
9769 2003-04-08  Richard M. Stallman  <rms@gnu.org>
9771         * files.texi (Kinds of Files): Correct return value of file-symlink-p.
9773 2003-02-13  Kim F. Storm  <storm@cua.dk>
9775         * objects.texi (Character Type): New \s escape for space.
9777 2003-01-31  Joe Buehler  <jhpb@draco.hekimian.com>
9779         * os.texi (System Environment): Add cygwin system-type.
9781 2003-01-25  Richard M. Stallman  <rms@gnu.org>
9783         * keymaps.texi: Document that a symbol can act as a keymap.
9785 2003-01-13  Richard M. Stallman  <rms@gnu.org>
9787         * text.texi (Changing Properties): Say string indices are origin-0.
9789         * positions.texi (Screen Lines) <compute-motion>:
9790         Correct order of elts in return value.
9792         * keymaps.texi (Changing Key Bindings) <define-key>: Mention
9793         how to define a default binding.
9795 2002-12-07  Markus Rost  <rost@math.ohio-state.edu>
9797         * loading.texi (Unloading): Fix recent change for load-history.
9799         * customize.texi (Simple Types): Clarify description of custom
9800         type 'number.  Describe new custom type 'float.
9802 2002-12-04  Markus Rost  <rost@math.ohio-state.edu>
9804         * variables.texi (File Local Variables): Fix typo.
9806 2002-10-23  Kai Großjohann  <kai.grossjohann@uni-duisburg.de>
9808         From Michael Albinus <Michael.Albinus@alcatel.de>.
9810         * README: Target for Info file is `make info'.
9812         * files.texi (File Name Components): Fix typos in
9813         `file-name-sans-extension'.
9814         (Magic File Names): Complete list of operations for magic file
9815         name handlers.
9817 2002-09-16  Jonathan Yavner  <jyavner@engineer.com>
9819         * variables.texi (File Local Variables): New function
9820         risky-local-variable-p.
9822 2002-09-15  Jonathan Yavner  <jyavner@engineer.com>
9824         * functions.texi (Function safety): New node about unsafep.
9826 2002-08-05  Per Abrahamsen  <abraham@dina.kvl.dk>
9828         * customize.texi (Splicing into Lists): Fix example.
9829         Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>.
9831 2002-06-17  Juanma Barranquero  <lektu@terra.es>
9833         * frames.texi (Display Feature Testing): Fix typo.
9835 2002-06-12  Andreas Schwab  <schwab@suse.de>
9837         * frames.texi (Initial Parameters, Resources): Fix references to
9838         the Emacs manual.
9840 2002-05-13  Kim F. Storm  <storm@cua.dk>
9842         * variables.texi (Intro to Buffer-Local): Updated warning and
9843         example relating to changing buffer inside let.
9845 2002-03-10  Jan Djärv  <jan.h.d@swipnet.se>
9847         * os.texi (Session Management): New node about X Session management.
9849 2002-01-18  Eli Zaretskii  <eliz@is.elta.co.il>
9851         * elisp.texi (VERSION): Set to 2.9.  Update the version of Emacs
9852         to which the manual corresponds, and the copyright years.
9854         * Makefile.in (VERSION): Set to 2.9.
9856 2001-11-29  Eli Zaretskii  <eliz@is.elta.co.il>
9858         * elisp.texi: Change the category in @dircategory to "Emacs", to
9859         make it consistent with info/dir.
9861 2001-11-25  Miles Bader  <miles@gnu.org>
9863         * text.texi (Fields): Describe new `limit' arg in
9864         field-beginning/field-end.
9866 2001-11-17  Eli Zaretskii  <eliz@is.elta.co.il>
9868         * permute-index: Don't depend on csh-specific features.
9869         Replace the interpreter name with /bin/sh.
9871         * two-volume-cross-refs.txt: New file.
9872         * two.el: New file.
9873         * spellfile: New file.
9875 2001-11-16  Eli Zaretskii  <eliz@is.elta.co.il>
9877         * permute-index: New file.
9879         * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
9880         elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
9881         8+3 restricted namespace.
9883         * Makefile.in (infodir): Define relative to $(srcdir).
9884         ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
9885         include directories list via -I switch to makeinfo.
9886         (index.texi): Use cp if both hard and symbolic links fail.
9888 2001-11-10  Eli Zaretskii  <eliz@is.elta.co.il>
9890         * Makefile.in (distclean): Add.
9892         The following changes make ELisp manual part of the Emacs
9893         distribution:
9895         * Makefile.in: Add Copyright notice.
9896         (prefix): Remove.
9897         (infodir): Change value to "../info".
9898         (VPATH): New variable.
9899         (MAKE): Don't define.
9900         (texmacrodir): Don't define.
9901         (texinputdir): Append the existing value of TEXINPUTS.
9902         ($(infodir)/elisp): Instead of just "elisp".  Reformat the
9903         command to be compatible with man/Makefile.in, and to put the
9904         output into ../info.
9905         (info): Add target.
9906         (installall): Target removed.
9908 2001-10-31  Pavel Janík  <Pavel@Janik.cz>
9910         * tips.texi (Coding Conventions): Fix typo.
9912 2001-10-23  Gerd Moellmann  <gerd@gnu.org>
9914         * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
9916 2001-10-22  Eli Zaretskii  <eliz@is.elta.co.il>
9918         * files.texi (File Name Components): Update the description of
9919         file-name-sans-extension and file-name-extension, as they now
9920         ignore leading dots.
9922 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
9924         * (Version 21.1 released.)
9926 2001-10-19  Miles Bader  <miles@gnu.org>
9928         * positions.texi (Text Lines): Describe behavior of
9929         `beginning-of-line'/`end-of-line' in the presence of field properties.
9931 2001-10-17  Gerd Moellmann  <gerd@gnu.org>
9933         * Makefile.in (VERSION): Set to 2.8.
9934         (manual): Use `manual-21'.
9936         * elisp.texi (VERSION): Add and use it where the version
9937         number was used.  Set it to 2.8.
9939         * intro.texi: Likewise.
9941 2001-10-13  Eli Zaretskii  <eliz@is.elta.co.il>
9943         * files.texi (File Name Completion): Document the significance of
9944         a trailing slash in elements of completion-ignored-extensions.
9946 2001-10-06  Miles Bader  <miles@gnu.org>
9948         * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
9950 2001-10-04  Gerd Moellmann  <gerd@gnu.org>
9952         * variables.texi (Variable Aliases): New node.
9954 2001-10-04  Gerd Moellmann  <gerd@gnu.org>
9956         * Branch for 21.1.
9958 2001-10-02  Miles Bader  <miles@gnu.org>
9960         * minibuf.texi (Minibuffer Misc): Add entries for
9961         `minibuffer-contents', `minibuffer-contents-no-properties', and
9962         `delete-minibuffer-contents'.
9963         Correct description for `minibuffer-prompt-end'.
9965         * text.texi (Property Search): Correct descriptions of
9966         `next-char-property-change' and `previous-char-property-change'.
9967         Add entries for `next-single-char-property-change' and
9968         `previous-single-char-property-change'.
9969         Make operand names a bit more consistent.
9971 2001-09-30  Eli Zaretskii  <eliz@is.elta.co.il>
9973         * frames.texi (Finding All Frames): Document that next-frame and
9974         previous-frame are local to current terminal.
9976 2001-09-26  Eli Zaretskii  <eliz@is.elta.co.il>
9978         * keymaps.texi (Creating Keymaps): Fix the description of the
9979         result of make-keymap.
9981 2001-09-23  Eli Zaretskii  <eliz@is.elta.co.il>
9983         * display.texi (Font Lookup, Attribute Functions)
9984         (Image Descriptors): Add cross-references to the definition of
9985         selected frame.
9987         * buffers.texi (The Buffer List): Add cross-references to the
9988         definition of selected frame.
9990         * frames.texi (Input Focus): Clarify which frame is _the_ selected
9991         frame at any given time.
9992         (Multiple Displays, Size and Position): Add a cross-reference to
9993         the definition of the selected frame.
9995 2001-09-08  Eli Zaretskii  <eliz@is.elta.co.il>
9997         * strings.texi (String Conversion) <string-to-number>: Document
9998         that a float is returned for integers that are too large.
10000         * frames.texi (Mouse Position): Document mouse-position-function.
10001         (Display Feature Testing): Document display-images-p.
10002         (Window Frame Parameters): Document the cursor-type variable.
10004         * numbers.texi (Integer Basics): Document CL style read syntax for
10005         integers in bases other than 10.
10007         * positions.texi (List Motion):
10008         Document open-paren-in-column-0-is-defun-start.
10010         * lists.texi (Sets And Lists): Document member-ignore-case.
10012         * internals.texi (Garbage Collection): Document the used and free
10013         strings report.
10014         (Memory Usage): Document strings-consed.
10016         * os.texi (Time of Day): Document float-time.
10017         (Recording Input): Document that clear-this-command-keys clears
10018         the vector to be returned by recent-keys.
10020         * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
10021         argument keymap can be a list.
10023         * nonascii.texi (User-Chosen Coding Systems)
10024         <select-safe-coding-system>: Document the new argument
10025         accept-default-p and the variable
10026         select-safe-coding-system-accept-default-p.  Tell what happens if
10027         buffer-file-coding-system is undecided.
10028         (Default Coding Systems): Document auto-coding-regexp-alist.
10030         * display.texi (The Echo Area) <message>: Document
10031         message-truncate-lines.
10032         (Glyphs): Document that the glyph table is unused on windowed
10033         displays.
10035         * help.texi (Describing Characters) <single-key-description>:
10036         Document the new argument no-angles.
10037         (Accessing Documentation) <documentation-property>: Document that
10038         a non-string property is evaluated.
10039         <documentation>: Document that the function-documentation property
10040         is looked for.
10042         * windows.texi (Selecting Windows): Document some-window.
10044         * text.texi (MD5 Checksum): New node, documents the md5 primitive.
10046         * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
10047         apropos-mode-hook.
10049         * commands.texi (Using Interactive): Document interactive-form.
10050         (Keyboard Macros): Document kbd-macro-termination-hook.
10051         (Command Loop Info): Document that clear-this-command-keys clears
10052         the vector to be returned by recent-keys.
10054 2001-09-04  Werner LEMBERG  <wl@gnu.org>
10056         * Makefile.in (srcdir, texinputdir): New variables.
10057         (srcs, index.texi, install): Use $(srcdir).
10058         (.PHONY): Remove elisp.dvi.
10059         (elisp): Use -I switch for makeinfo.
10060         (elisp.dvi): Use $(srcdir) and $(texinputdir).
10061         (installall, dist): Use $(srcdir).
10062         Fix path to texinfo.tex.
10063         (maintainer-clean): Add elisp.dvi and elisp.oaux.
10065 2001-08-30  Gerd Moellmann  <gerd@gnu.org>
10067         * display.texi (Conditional Display): Adjust to API change.
10069         * configure: New file.
10071 2001-07-30  Gerd Moellmann  <gerd@gnu.org>
10073         * commands.texi (Repeat Events): Add description of
10074         double-click-fuzz.
10076 2001-05-08  Stefan Monnier  <monnier@cs.yale.edu>
10078         * syntax.texi (Syntax Class Table): Add the missing designator for
10079         comment and string fences.
10080         (Syntax Properties): Add a xref to syntax table internals.
10081         (Syntax Table Internals): Document string-to-syntax.
10083 2001-05-07  Gerd Moellmann  <gerd@gnu.org>
10085         * Makefile.in (install): Use install-info command line options
10086         like in Emacs' Makefile.in.
10088 2000-12-09  Miles Bader  <miles@gnu.org>
10090         * windows.texi (Window Start): Update documentation for
10091         `pos-visible-in-window-p'.
10093 2000-11-12  Stefan Monnier  <monnier@cs.yale.edu>
10095         * lists.texi (Building Lists): Add footnote to explain how to add
10096         to the end of a list.
10098 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
10100         * files.texi (Visiting Functions): Typos.
10102 2000-10-25  Kenichi Handa  <handa@etl.go.jp>
10104         * files.texi (Visiting Functions): Return value of
10105         find-file-noselect may be a list of buffers if wildcards are used.
10107 2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
10109         * display.texi (Defining Faces): Document `graphic' display type
10110         in face specs.
10112 2000-10-18  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10114         * hooks.texi (Standard Hooks): Replace obsolete
10115         `after-make-frame-hook' with `after-make-frame-functions'.
10117         * frames.texi (Creating Frames): Ditto.
10119         * variables.texi (Future Local Variables): Ditto.
10121 2000-10-16  Gerd Moellmann  <gerd@gnu.org>
10123         * display.texi (Other Image Types): Add description of :foreground
10124         and :background properties of mono PBM images.
10126 2000-08-17  Werner LEMBERG  <wl@gnu.org>
10128         * .cvsignore: New file.
10130 2000-01-05  Gerd Moellmann  <gerd@gnu.org>
10132         * tindex.pl: New script.
10134 1999-12-03  Dave Love  <fx@gnu.org>
10136         * Makefile.in (MAKEINFO): New parameter.
10138 1999-09-17  Richard Stallman  <rms@gnu.org>
10140         * Makefile.in (srcs): Add hash.texi.
10141         (VERSION): Update to 20.6.
10143 1999-09-13  Richard Stallman  <rms@gnu.org>
10145         * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
10147 1998-08-29  Karl Heuer  <kwzh@gnu.org>
10149         * configure.in: New file.
10150         * Makefile.in: Renamed from Makefile.
10151         (prefix, infodir): Use value obtained from configure.
10152         (emacslibdir): Obsolete variable deleted.
10153         (dist): Distribute configure.in, configure, Makefile.in.
10155 1998-06-12  Richard Stallman  <rms@psilocin.ai.mit.edu>
10157         * Makefile (INSTALL_INFO): New variable.
10158         (install): Run install-info.
10160 1998-05-09  Richard Stallman  <rms@psilocin.ai.mit.edu>
10162         * Makefile (elisp.dvi): Add missing backslash.
10164 1998-05-02  Richard Stallman  <rms@psilocin.gnu.org>
10166         * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
10167         Run texindex without `./'.  Always run texindex on elisp.tp.
10168         (elisp.tps): Target deleted.
10170 1998-04-05  Richard Stallman  <rms@psilocin.gnu.org>
10172         * Makefile (srcs): Add nonascii.texi and customize.texi.
10173         (dist): Start by deleting `temp'.
10175 1998-02-17  Richard Stallman  <rms@psilocin.gnu.org>
10177         * Makefile (makeinfo, texindex): Targets deleted.
10178         (makeinfo.o, texindex.o): Targets deleted.
10179         (clean, dist): Don't do anything with them or with getopt*.
10181 1998-01-30  Richard Stallman  <rms@psilocin.gnu.org>
10183         * Makefile (SHELL): Defined.
10185 1998-01-27  Richard Stallman  <rms@psilocin.gnu.org>
10187         * Makefile (elisp.tps): New target.
10188         (elisp.dvi): Depend on elisp.tps.
10190 1996-04-03  Karl Heuer  <kwzh@gnu.ai.mit.edu>
10192         * README: Update phone number.
10194         * Makefile (elisp): Make this be the default target.
10195         Depend on makeinfo.c instead of makeinfo.
10196         (install): Don't depend on elisp.dvi, since we don't install that.
10197         Use mkinstalldirs.
10198         (dist): Add mkinstalldirs.
10200 1995-06-19  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
10202         * Makefile (VERSION): Update version number.
10203         (maintainer-clean): Rename from realclean.
10205 1995-06-07  Karl Heuer  <kwzh@nutrimat.gnu.ai.mit.edu>
10207         * Makefile (realclean): New target.
10208         (elisp): Remove any old elisp-* files first.
10210 1993-11-23  Noah Friedman  (friedman@nutrimat.gnu.ai.mit.edu)
10212         * Makefile (VERSION): New variable.
10213         (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
10214         Compressed file suffix should be `.gz', not `.z'.
10216 1993-11-22  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10218         * Makefile (elisp): Depend on makeinfo.
10220 1993-11-19  Noah Friedman  (friedman@gnu.ai.mit.edu)
10222         * Makefile (srcs): Add anti.texi.
10224 1993-05-28  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10226         * Makefile (infodir, prefix): New vars.
10227         (install): Use infodir.
10228         (emacsinfodir): Delete.
10230 1993-05-27  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10232         * Makefile (srcs): Add calendar.texi.
10234         * Makefile (dist): Copy texindex.c and makeinfo.c.
10235         Limit elisp-* files to those with one or two digits.
10237 1993-05-16  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
10239         * Makefile (dist): Change to use Gzip instead of compress.
10241 1993-04-23  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
10243         * loading.texi (Unloading): define-function changed back to
10244         defalias.  It may not stay this way, but at least it's
10245         consistent with the known-good version of the code patch.
10247 1993-03-26  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
10249         * modes.texi (Hooks): Document new optional arg of add-hook.
10251 1993-03-17  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
10253         * variables.texi: Document nil initial value of buffer-local variables.
10255         * tips.texi: Add new section on standard library headers.
10257 1993-02-27  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
10259         * Makefile (srcs): Add frame.texi to the list of sources.
10261 1993-02-23  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
10263         * Makefile (dist): Don't bother excluding autosave files; they'll
10264         never make it into the temp directory anyway, and the hash marks
10265         in the name are problematic for make and the Bourne shell.
10266         (srcs):
10268 1993-02-12  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
10270         * Makefile (dist): Don't include backup files or autosave files in
10271         the distribution tar file.
10273 1991-11-26  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10275         * Makefile (srcs): Add index.perm.
10276         (elisp.dvi): Remove erroneous shell comment.
10277         Expect output of permute-index in permuted.fns.
10278         Save old elisp.aux in elisp.oaux.
10279         (clean): Add index.texi to be deleted.
10281 1990-08-11  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
10283         * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
10285 1990-06-26  David Lawrence  (tale@geech)
10287         * files.texi: Noted that completion-ignored-extensions is ignored
10288         when making *Completions*.
10290 1990-06-08  Jay Fenlason  (hack@ai.mit.edu)
10292         * Makefile  make dist now depends on elisp.dvi, since it tries
10293         to include it in the dist file.
10295 1990-03-28  Jim Kingdon  (kingdon@mole.ai.mit.edu)
10297         * functions.texinfo (Mapping Functions): Add missing quote.
10299 1989-06-19  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
10301         * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
10302         (defunargs): Turn off \hyphenchar of \sl font temporarily.
10304 1989-05-10  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
10306         * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
10307         and @error{} are the terms now being used.  The files in the
10308         directory have been changed to reflect this.
10310         * All instances of @indentedresultt{} have been changed to
10311         `     @result{}', using 5 spaces at the beginning of the line.
10313 1989-04-24  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
10315         * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
10316         experimental @indentedresult{}, @indentedexpandsto{} are part of
10317         the texinfo.tex in this directory.  These TeX macros are not
10318         stable yet.
10320 1989-04-17  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
10322         * texinfo.tex: Temporarily added
10323                 \let\result=\dblarrow
10324                 \def\error{{\it ERROR} \longdblarrow}
10325         We need to do this better soon.
10327 1989-04-11  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
10329         * Applied Karl Berry's patches to *.texinfo files, but not to
10330         texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'.  (Karl's
10331         new title page format is also not applied, since it requires
10332         texinfo.tex changes.)
10334         * Cleaned up `Makefile' and defined the `emacslibdir' directory
10335         for the Project GNU development environment.
10337 ;; Local Variables:
10338 ;; coding: utf-8
10339 ;; End:
10341   Copyright (C) 1998-2012  Free Software Foundation, Inc.
10343   This file is part of GNU Emacs.
10345   GNU Emacs is free software: you can redistribute it and/or modify
10346   it under the terms of the GNU General Public License as published by
10347   the Free Software Foundation, either version 3 of the License, or
10348   (at your option) any later version.
10350   GNU Emacs is distributed in the hope that it will be useful,
10351   but WITHOUT ANY WARRANTY; without even the implied warranty of
10352   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
10353   GNU General Public License for more details.
10355   You should have received a copy of the GNU General Public License
10356   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.