Misc manual updates.
[emacs.git] / doc / lispref / ChangeLog
blob64b17ad420ddafb8e30be90fcc67549e4d8e5614
1 2012-03-17  Chong Yidong  <cyd@gnu.org>
3         * os.texi (Startup Summary): Mention package loading.
4         (Init File): Don't refer to .emacs in section title.  Copyedits.
5         (Terminal-Specific): Give a realistic example.
6         (Command-Line Arguments): Reference Entering Emacs instead of
7         repeating the spiel about not restarting Emacs.
8         (Time of Day): Discuss time representation at beginning of node.
9         (Sound Output): Copyedits.
11         * package.texi (Packaging Basics): Document package-initialize.
13 2012-03-17  Eli Zaretskii  <eliz@gnu.org>
15         * frames.texi (Initial Parameters): Add an index entry for
16         minibuffer-only frame.
18 2012-03-16  Glenn Morris  <rgm@gnu.org>
20         * modes.texi (Major Mode Conventions): Mention the strange
21         relationship between View mode and special modes.  (Bug#10650)
23 2012-03-11  Chong Yidong  <cyd@gnu.org>
25         * windows.texi (Window Configurations): save-window-excursion is
26         now a macro.
28         * display.texi (Temporary Displays): with-output-to-temp-buffer is
29         now a macro.
31         * text.texi (Fields): Minor copyedit.
33 2012-03-10  Eli Zaretskii  <eliz@gnu.org>
35         * strings.texi (String Basics):
36         * sequences.texi (Sequence Functions): Mention that `length' is
37         not appropriate for computing the string width on display; add a
38         cross-reference to the description of `string-width'.  (Bug#10978)
40         * eval.texi (Autoloading): Minor change of wording.
42 2012-03-10  Chong Yidong  <cyd@gnu.org>
44         * loading.texi (Autoload): Explicitly state which forms are
45         processed specially (Bug#7783).
47         * keymaps.texi (Mouse Menus): Describe non-toolkit behavior as the
48         non-default situation.  Describe one-submenu exception (Bug#7695).
50         * nonascii.texi (Character Properties): Copyedits.
52 2012-03-08  Chong Yidong  <cyd@gnu.org>
54         * text.texi (Mode-Specific Indent): Document new behavior of
55         indent-for-tab-command.  Document tab-always-indent.
56         (Special Properties): Copyedits.
57         (Checksum/Hash): Improve secure-hash doc.  Do not recommend MD5.
58         (Parsing HTML/XML): Rename from Parsing HTML.  Update doc of
59         libxml-parse-html-region.
61 2012-03-07  Glenn Morris  <rgm@gnu.org>
63         * markers.texi (The Region): Briefly mention use-empty-active-region
64         and region-active-p.
65         (Overview of Markers): Reword garbage collection, add cross-ref.
66         (The Mark): Tiny clarification re command loop and activate-mark-hook.
68 2012-03-07  Chong Yidong  <cyd@gnu.org>
70         * text.texi (Buffer Contents): Don't duplicate explanation of
71         region arguments from Text node.  Put doc of obsolete var
72         buffer-substring-filters back, since it is referred to.
73         (Low-Level Kill Ring): Yank now uses clipboard instead of primary
74         selection by default.
76         * markers.texi (The Mark): Fix typo.
77         (The Region): Copyedits.
79 2012-03-07  Glenn Morris  <rgm@gnu.org>
81         * markers.texi (Overview of Markers): Copyedits.
82         (Creating Markers): Update approximate example buffer size.
83         (The Mark): Don't mention uninteresting return values.
85 2012-03-05  Chong Yidong  <cyd@gnu.org>
87         * positions.texi (Text Lines): Document count-words.
89 2012-03-04  Chong Yidong  <cyd@gnu.org>
91         * frames.texi (Frames): Remove little-used "terminal frame" and
92         "window frame" terminology.
93         (Frame Parameters, Font and Color Parameters, Initial Parameters)
94         (Size and Position, Visibility of Frames): Callers changed.
95         (Frames): Clarify which terminals in framep are graphical.
96         (Initial Parameters): --geometry is not the only option which adds
97         to initial-frame-alist.
98         (Position Parameters): Note that icon-left and icon-top are for
99         old window managers only.
100         (Size Parameters): Sizes are in characters even on graphical
101         displays.
102         (Management Parameters): Note that window-id and outer-window-id
103         can't really be changed, and that auto-raise isn't always obeyed.
104         (Cursor Parameters): Document cursor-type explicitly.
105         (Size and Position): The aliases set-screen-height and
106         set-screen-width have been deleted.
107         (Visibility of Frames): Mention "minimization".
109         * os.texi (Startup Summary): Minor clarifications.
110         (Startup Summary, Suspending Emacs): Standardize on "text
111         terminal" terminology.
113         * windows.texi (Basic Windows, Coordinates and Windows)
114         (Coordinates and Windows):
115         * display.texi (Refresh Screen, Line Height, Face Attributes)
116         (Overlay Arrow, Beeping, Glyphless Chars): Likewise.
118 2012-03-04  Glenn Morris  <rgm@gnu.org>
120         * abbrevs.texi: Small copyedits throughout.
121         (Abbrev Mode): Remove this section, folding it into the top-level.
122         (Abbrev Tables): Don't mention irrelevant return values.
123         (Abbrev Expansion): Add cross-ref for wrapper hooks.
124         (Standard Abbrev Tables): Emacs Lisp mode now has its own table.
125         (Abbrev Table Properties): Update nil :regexp description.
127 2012-03-03  Glenn Morris  <rgm@gnu.org>
129         * internals.texi: Change @appendix section commands to @section.
130         (Building Emacs): Say less about CANNOT_DUMP platforms.
131         Replace deleted eval-at-startup with custom-initialize-delay.
132         (Pure Storage): Small changes.
133         (Memory Usage): Copyedit.
134         (Writing Emacs Primitives): Update Fcoordinates_in_window_p and For
135         example definitions. Give examples of things with non-nil
136         interactive args.  Mention eval_sub.  Remove old info about
137         strings and GCPRO.  Mention cus-start.el.
138         (Buffer Internals, Window Internals, Process Internals):
139         Misc small updates and fixes for fields.
141         * tips.texi: Copyedits.
142         (Coding Conventions): Mention autoloads.
143         Combine partially duplicated macro items.  Fix xref.
144         Refer to Library Headers for copyright notice.
145         (Programming Tips): edit-options is long-obsolete.
146         (Compilation Tips): Mention loading bytecomp for byte-compile props.
147         (Warning Tips): Mention declare-function.
148         (Documentation Tips): Remove old info.
149         (Comment Tips): Mention comment-dwim, not indent-for-comment.
150         (Library Headers): General update.
152 2012-03-02  Glenn Morris  <rgm@gnu.org>
154         * backups.texi (Reverting): Un-duplicate revert-buffer-in-progress-p,
155         and relocate entry.  Mention buffer-stale-function.
157         * elisp.texi, vol1.texi, vol2.texi: Standardize some menu entries.
159         * hooks.texi (Standard Hooks): General update.
160         Put related hooks together.  Add and remove items.
161         * commands.texi (Keyboard Macros): Remove cross-ref to Standard Hooks.
162         * modes.texi (Hooks): Tweak cross-ref description.
164 2012-03-01  Michael Albinus  <michael.albinus@gmx.de>
166         * files.texi (Kinds of Files): The return value of file-equal-p is
167         unspecified, if FILE1 or FILE2 does not exist.
169 2012-03-01  Glenn Morris  <rgm@gnu.org>
171         * hooks.texi (Standard Hooks): Remove mode-specific hooks.
173         * maps.texi (Standard Keymaps): General update.
174         Remove mode-specific maps, talk about the more general keymaps.
175         * help.texi (Help Functions): Add vindex for Helper-help-map.
176         * keymaps.texi (Active Keymaps): Minor rephrasing.
178 2012-02-29  Glenn Morris  <rgm@gnu.org>
180         * elisp.texi, vol1.texi, vol2.texi: Use "" quotes in menus.
182 2012-02-28  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
184         * files.texi (Kinds of Files): Rename files-equal-p to file-equal-p.
185         Update changed behavior of file-subdir-of-p.
187 2012-02-28  Glenn Morris  <rgm@gnu.org>
189         * advice.texi, anti.texi, display.texi, elisp.texi:
190         * processes.texi, variables.texi, vol1.texi, vol2.texi:
191         Standardize possessive apostrophe usage.
193         * locals.texi: Remove file.
194         * elisp.texi, vol1.texi, vol2.texi: Don't include locals.texi.
195         Remove menu entry.
196         * errors.texi, maps.texi: Adjust node pointers.
197         * internals.texi (Buffer Internals): Remove cross-refs to locals.texi.
198         * makefile.w32-in (srcs):
199         * Makefile.in (srcs): Remove locals.texi.
201         * frames.texi (Mouse Position): Fix cross-ref.
203 2012-02-27  Chong Yidong  <cyd@gnu.org>
205         * buffers.texi (Creating Buffers): Clarify that
206         generate-new-buffer uses generate-new-buffer-names.
207         (Killing Buffers): Remove bogus example duplicating buffer-live-p.
209         * files.texi (Directory Names): Index entry for file name abbreviations.
210         (Relative File Names, File Name Expansion): Refer to it.
211         (Locating Files): Move locate-user-emacs-file documentation to
212         Standard File Names.
213         (Standard File Names): Add locate-user-emacs-file; update examples.
215 2012-02-26  Michael Albinus  <michael.albinus@gmx.de>
217         * files.texi (Magic File Names): Add files-equal-p and file-subdir-of-p.
219 2012-02-26  Chong Yidong  <cyd@gnu.org>
221         * files.texi (Kinds of Files): Improve documentation of
222         files-equal-p and file-subdir-of-p.
224 2012-02-26  Glenn Morris  <rgm@gnu.org>
226         * intro.texi (Acknowledgements): Small changes.
228 2012-02-25  Glenn Morris  <rgm@gnu.org>
230         * errors.texi: Don't try to list _all_ the error symbols.
231         Add circular-list, cl-assertion-failed, compression-error.
232         * elisp.texi, vol1.texi, vol2.texi:
233         * control.texi (Error Symbols): Tweak "Standard Errors" description.
235 2012-02-25  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
237         * files.texi (files-equal-p, file-subdir-of-p): New,
238         add initial documentation.
240 2012-02-25  Chong Yidong  <cyd@gnu.org>
242         * files.texi (File Attributes): Document file-selinux-context.
243         (Changing Files): Link to it.
244         (Changing Files): Document set-file-selinux-context.
246         * backups.texi (Making Backups): Return value of backup-buffer is
247         changed.  Mention default value of backup-directory-alist.
248         (Rename or Copy): Note that backup-by-copying-when-mismatch is t.
249         (Auto-Saving): New minor mode behavior for auto-save-mode.
250         (Reverting): Add defvar for revert-buffer-in-progress-p.
252         * searching.texi (Regexp Backslash): Add index entry (Bug#10869).
254 2012-02-24  Glenn Morris  <rgm@gnu.org>
256         * errors.texi (Standard Errors): Mention dbus-error.
257         For arith-error sub-classes, just use one cross-ref.
259 2012-02-23  Alan Mackenzie  <acm@muc.de>
261         * modes.texi (Defining Minor Modes): Document the new keyword
262         :after-hook.
264 2012-02-21  Chong Yidong  <cyd@gnu.org>
266         * files.texi (Files): Mention magic file names as arguments.
267         (Reading from Files): Copyedits.
268         (File Attributes): Mention how to change file modes.
269         (Changing Files): Use standard "file permissions" terminology.
270         Add xref to File Attributes node.
271         (Locating Files): Document locate-user-emacs-file.
272         (Unique File Names): Recommend against using make-temp-name.
274 2012-02-19  Chong Yidong  <cyd@gnu.org>
276         * help.texi (Documentation, Documentation Basics, Help Functions):
277         Minor clarifications.
278         (Accessing Documentation): Clarify what documentation-property is
279         for.  Add xref to Keys in Documentation.
281         * tips.texi (Documentation Tips): Don't recommend using * in
282         docstrings.
284         * macros.texi (Defining Macros):
285         * modes.texi (Derived Modes): Say "documentation string" instead
286         of docstring.
288 2012-02-18  Chong Yidong  <cyd@gnu.org>
290         * modes.texi (Tabulated List Mode): New node.
291         (Basic Major Modes): Add xref to it.
293         * processes.texi (Process Information): Mention Process Menu mode.
295 2012-02-17  Chong Yidong  <cyd@gnu.org>
297         * syntax.texi (Motion via Parsing): Doc fix for scan-lists.
299 2012-02-17  Glenn Morris  <rgm@gnu.org>
301         * hooks.texi (Standard Hooks): Fix cross-ref to Emacs manual.
303 2012-02-16  Chong Yidong  <cyd@gnu.org>
305         * syntax.texi (Syntax Tables, Syntax Descriptors)
306         (Syntax Table Functions): Copyedits.
307         (Syntax Basics): Don't repeat the material in the preceding node.
308         (Syntax Class Table): Use a table.
309         (Syntax Properties): Document syntax-propertize-function and
310         syntax-propertize-extend-region-functions.
311         (Motion via Parsing): Clarify scan-lists. Fix indentation.
312         (Parser State): Update for the new "c" comment style.  Fix
313         description of item 7 (comment style).
315         * modes.texi (Minor Modes): Update how mode commands should treat
316         arguments now.
317         (Mode Line Basics): Clarify force-mode-line-update.
318         (Mode Line Top): Note that the example is not realistic.
319         (Mode Line Variables, Mode Line Data, %-Constructs, Header Lines)
320         (Emulating Mode Line): Use "mode line" instead of "mode-line", and
321         "mode line construct" instead of "mode line specification".
322         (Syntactic Font Lock): Remove mention of obsolete variable
323         font-lock-syntactic-keywords.
324         (Setting Syntax Properties): Node deleted.
325         (Font Lock Mode): Note that Font Lock mode is a minor mode.
326         (Font Lock Basics): Note that syntactic fontification falls back
327         on `syntax-table'.
328         (Search-based Fontification): Emphasize that font-lock-keywords
329         should not be set directly.
330         (Faces for Font Lock): Avoid some confusing terminology.
331         (Syntactic Font Lock): Minor clarifications.  Add xref to
332         Syntactic Font Lock node.
334 2012-02-15  Chong Yidong  <cyd@gnu.org>
336         * minibuf.texi (Basic Completion): Define "completion table".
337         Move completion-in-region to Completion in Buffers node.
338         (Completion Commands): Use "completion table" terminology.
339         (Completion in Buffers): New node.
341         * modes.texi (Hooks): add-hook can be used for abnormal hooks too.
342         (Setting Hooks): Update minor mode usage example.
343         (Major Mode Conventions): Note that completion-at-point-functions
344         should be altered locally.  Add xref to Completion in Buffers.
345         Remove duplicate tip about auto-mode-alist.
346         (Minor Modes): Rewrite introduction.
347         (Minor Mode Conventions): Copyedits.  Don't recommend
348         variable-only minor modes since few minor modes are like that.
350 2012-02-15  Glenn Morris  <rgm@gnu.org>
352         * processes.texi (Network): Document open-network-stream :parameters.
354 2012-02-14  Chong Yidong  <cyd@gnu.org>
356         * keymaps.texi (Format of Keymaps): The CACHE component of keymaps
357         was removed on 2009-09-10.  Update lisp-mode-map example.
358         (Inheritance and Keymaps): Minor clarification.
359         (Searching Keymaps): Remove out-of-place enumeration.
360         (Key Lookup): Remove unnecessary example (one was already given in
361         Format of Keymaps).
362         (Changing Key Bindings): Update suppress-keymap example.
363         (Menu Bar, Tool Bar): Copyedits.
364         (Tool Bar): Update tool-bar-map example.
366 2012-02-12  Chong Yidong  <cyd@gnu.org>
368         * debugging.texi (Debugger Commands): Continuing is now allowed
369         for errors.
371 2012-02-11  Chong Yidong  <cyd@gnu.org>
373         * display.texi (Fringe Indicators): Add xref to Fringe Bitmaps.
374         Move the list of standard bitmaps there.
375         (Fringe Cursors): Rewrite for clarity.
376         (Fringe Bitmaps): Consolidate the list of standard bitmaps here.
378         * commands.texi (Command Overview): Mention read-key.
379         (Using Interactive, Interactive Call): Minor clarifications.
380         (Function Keys, Click Events): Avoid "input stream" terminology.
381         (Click Events): Add xref to Window Sizes and Accessing Mouse.
382         Clarify column and row components.
383         (Accessing Mouse): Add xref to Click Events.  Minor fixes.
384         (Special Events): Copyedits.
386         * streams.texi (Input Streams): De-document get-file-char.
387         (Output Variables): Don't refer to old backquote syntax.
389         * debugging.texi (Debugging): Copyedits.  Describe testcover, ERT.
390         (Error Debugging): Note that debug-ignored-errors overrides list
391         values of debug-on-error too.  Add xref to Signaling Errors.  Note
392         that debug-on-signal is not customizable.  Mention
393         condition-case-unless-debug.
394         (Compilation Errors): Node deleted.
396         * compile.texi (Compiler Errors): Move a paragraph here from
397         deleted node Compilation Errors.
399 2012-02-10  Leo Liu  <sdl.web@gmail.com>
401         * control.texi (Handling Errors): Change condition-case-no-debug
402         to condition-case-unless-debug.
404 2012-02-10  Chong Yidong  <cyd@gnu.org>
406         * advice.texi (Defining Advice): Clarify ad-unadvise.
407         (Activation of Advice): Specifying the ACTIVATE flag in defadvice
408         is not abnormal.
409         (Advising Primitives): Node deleted; ad-define-subr-args has been
410         removed.
412         * compile.texi (Speed of Byte-Code): Use float-time in example.
413         (Compilation Functions): Note that the log uses Compilation mode.
414         Don't discuss the contents of byte-code function object here.
415         (Compilation Functions): De-document internal function byte-code.
416         (Docs and Compilation): Minor clarifications.
418         * objects.texi (Byte-Code Type): Add xref to Byte-Code Function
419         Objects.
421 2012-02-10  Glenn Morris  <rgm@gnu.org>
423         * text.texi (Checksum/Hash): Rename node from MD5 Checksum.
424         Mention secure-hash.
425         * elisp.texi, vol1.texi, vol2.texi: Update menu entry.
427 2012-02-10  Chong Yidong  <cyd@gnu.org>
429         * loading.texi (Loading): Don't emphasize "library" terminology.
430         (Library Search): load-path is not a user option.  Mention role of
431         -L option and packages.  Improve examples.
432         (Loading Non-ASCII): Don't mention unibyte Emacs, which is
433         obsolete.
434         (Autoload): Minor clarifications.
436 2012-02-10  Glenn Morris  <rgm@gnu.org>
438         * files.texi (Magic File Names): Tweak remote-file-name-inhibit-cache.
440         * modes.texi (Basic Major Modes): Mention tabulated-list-mode.
442 2012-02-08  Glenn Morris  <rgm@gnu.org>
444         * loading.texi (Named Features): Update the require example.
446 2012-02-07  Glenn Morris  <rgm@gnu.org>
448         * modes.texi (Defining Minor Modes):
449         Expand on args of defined minor modes.
451 2012-02-07  Chong Yidong  <cyd@gnu.org>
453         * variables.texi (Creating Buffer-Local): Minor clarification
454         to buffer-local-variables doc (Bug#10715).
456 2012-02-07  Glenn Morris  <rgm@gnu.org>
458         * display.texi (ImageMagick Images): General update.
459         Move most details of imagemagick-render-type to the variable's doc.
461 2012-02-06  Glenn Morris  <rgm@gnu.org>
463         * keymaps.texi (Tool Bar): Mention separators.
464         (Inheritance and Keymaps):
465         Mention make-composed-keymap and multiple inheritance.
467         * modes.texi (Running Hooks): Mention run-hook-wrapped.
469         * control.texi (Handling Errors):
470         Mention condition-case-no-debug and with-demoted-errors.
472 2012-02-05  Chong Yidong  <cyd@gnu.org>
474         * customize.texi (Common Keywords): Minor clarifications.
475         Document custom-unlispify-remove-prefixes.
476         (Variable Definitions): Backquotes in defcustom seem to work fine
477         now.  Various other copyedits.
478         (Simple Types): Copyedits.  Document color selector.
479         (Composite Types): Copyedits.
480         (Splicing into Lists): Clarifications.
482         * eval.texi (Backquote): Move from macros.texi.
484         * macros.texi (Expansion): Minor clarification.
485         (Backquote): Move node to eval.texi.
486         (Defining Macros): Move an example from Backquote node.
487         (Argument Evaluation): No need to mention Pascal.
488         (Indenting Macros): Add xref to Defining Macros.
490 2012-02-05  Glenn Morris  <rgm@gnu.org>
492         * debugging.texi (Error Debugging): Mention debug-on-event default.
494 2012-02-04  Glenn Morris  <rgm@gnu.org>
496         * backups.texi (Reverting): Mention revert-buffer-in-progress-p.
498         * debugging.texi (Error Debugging): Mention debug-on-event.
499         * commands.texi (Misc Events): Mention sigusr1,2 and debugging.
501         * modes.texi (Running Hooks): Try to clarify with-wrapper-hook.
503         * text.texi (Buffer Contents):
504         Update filter-buffer-substring description.
506 2012-02-04  Chong Yidong  <cyd@gnu.org>
508         * functions.texi (What Is a Function): Add closures.  Mention
509         "return value" terminology.  Add xref for command-execute.  Remove
510         unused "keystroke command" terminology.
511         (Lambda Expressions): Give a different example than in the
512         following subsection.  Add xref to Anonymous Functions.
513         (Function Documentation): Remove gratuitous markup.
514         (Function Names): Move introductory text to `What Is a Function'.
515         (Defining Functions): Fix defun argument spec.
516         (Anonymous Functions): Document lambda macro explicitly.  Mention
517         effects on lexical binding.
518         (Function Cells): Downplay direct usage of fset.
519         (Closures): New node.
520         (Inline Functions): Remove "open-code" terminology.
521         (Declaring Functions): Minor tweak; .m is not C code.
523         * variables.texi (Variables): Don't refer to "global value".
524         (Local Variables, Void Variables): Copyedits.
525         (Lexical Binding): Minor clarification of example.
526         (File Local Variables): Mention :safe and :risky defcustom args.
527         (Lexical Binding): Add xref to Closures node.
529 2012-02-04  Glenn Morris  <rgm@gnu.org>
531         * minibuf.texi (High-Level Completion): Updates for read-color.
533 2012-02-03  Glenn Morris  <rgm@gnu.org>
535         * display.texi (GIF Images): Mention animation.
536         Remove commented-out old example of animation.
537         (Animated Images): New subsection.
538         * elisp.texi (Top):
539         * vol1.texi (Top):
540         * vol2.texi (Top): Add Animated Images menu entry.
542         * display.texi (Image Formats): Remove oddly specific information
543         on versions of image libraries.
544         (GIF Images, TIFF Images): Minor rephrasing.
546 2012-02-02  Glenn Morris  <rgm@gnu.org>
548         * processes.texi (Synchronous Processes):
549         Mention call-process's :file gets overwritten.
551         * commands.texi (Reading One Event):
552         * help.texi (Help Functions): Document read-char-choice.
554         * hooks.texi (Standard Hooks):
555         * modes.texi (Keymaps and Minor Modes):
556         * text.texi (Commands for Insertion): Document post-self-insert-hook.
558         * hooks.texi (Standard Hooks): Add prog-mode-hook.
560         * hooks.texi (Standard Hooks):
561         * modes.texi (Major Mode Conventions, Mode Hooks):
562         Document change-major-mode-after-body-hook.
564 2012-02-01  Glenn Morris  <rgm@gnu.org>
566         * modes.texi (Defining Minor Modes):
567         Mention disabling global minor modes on a per-major-mode basis.
569 2012-01-31  Chong Yidong  <cyd@gnu.org>
571         * syntax.texi (Parsing Expressions): Clarify intro (Bug#10657).
572         (Parser State): Remove unnecessary statement (Bug#10661).
574         * eval.texi (Intro Eval): Add footnote about "sexp" terminology.
576 2012-01-31  Glenn Morris  <rgm@gnu.org>
578         * modes.texi (Defining Minor Modes):
579         Document define-minor-mode's new :variable keyword.
581 2012-01-29  Chong Yidong  <cyd@gnu.org>
583         * syntax.texi (Syntax Class Table): Tweak description of newline
584         char syntax (Bug#9619).
586         * numbers.texi (Predicates on Numbers): Fix wholenump/natnump
587         description (Bug#10189).
589 2012-01-29  Glenn Morris  <rgm@gnu.org>
591         * files.texi (Changing Files): Document SELinux support.
593         * windows.texi (Window Sizes): Fix typo.
595 2012-01-28  Chong Yidong  <cyd@gnu.org>
597         * display.texi (Fringe Indicators): Clarify fringe-indicator-alist
598         doc (Bug#8568).
600         * frames.texi (Input Focus): Add NORECORD arg to
601         select-frame-set-input-focus.  Clarify its role in select-frame.
603         * text.texi (Transposition): We don't use transpose-region as an
604         internal subroutine (Bug#3249).
606         * modes.texi (Example Major Modes): Update Lisp example code to
607         current sources.  Delete the old non-derived-major-mode example,
608         which has diverged badly from current sources.
610 2012-01-27  Glenn Morris  <rgm@gnu.org>
612         * makefile.w32-in (texinputdir): Fix (presumed) typo.
613         (VERSION, manual): Remove, unused.
615 2012-01-27  Chong Yidong  <cyd@gnu.org>
617         * commands.texi (Command Overview): Minor clarification (Bug#10384).
619 2012-01-26  Chong Yidong  <cyd@gnu.org>
621         * searching.texi (String Search): Document negative repeat count
622         (Bug#10507).
624 2012-01-26  Glenn Morris  <rgm@gnu.org>
626         * variables.texi (Using Lexical Binding):
627         Mention that lexical-binding should be set in the first line.
629 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
631         * macros.texi (Defining Macros): Don't claim that `declare' only
632         affects Edebug and indentation.
634 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
636         * macros.texi (Defining Macros): Slight `declare' fixup.
638 2012-01-25  Glenn Morris  <rgm@gnu.org>
640         * makefile.w32-in (texinputdir):
641         * Makefile.in (ENVADD): Add $emacsdir.  (Bug#10603)
643 2012-01-24  Chong Yidong  <cyd@gnu.org>
645         * variables.texi (Variables, Local Variables, Void Variables):
646         Edit to make the descriptions less specific to dynamic binding.
647         (Local Variables): Default max-specpdl-size is now 1300.
648         (Defining Variables): Edits for lexical scoping.  Delete
649         information about starting docstrings with *.  De-document
650         user-variable-p.
651         (Tips for Defining): Remove an unimportant discussion of quitting
652         in the middle of a load.
653         (Accessing Variables, Setting Variables): Discuss lexical binding.
654         (Variable Scoping): Rewrite.
655         (Scope, Extent, Impl of Scope): Nodes deleted.
656         (Dynamic Binding): New node, with material from Scope, Extent, and
657         Impl of Scope nodes.
658         (Dynamic Binding Tips): Rename from Using Scoping.
659         (Lexical Binding): Rewrite.
660         (Using Lexical Binding): Rename from Converting to Lexical
661         Binding.  Convert to subsection.
663         * customize.texi (Variable Definitions): Add custom-variable-p.
664         Move user-variable-p documentation here.
666 2012-01-23  Chong Yidong  <cyd@gnu.org>
668         * strings.texi (Text Comparison): Minor qualification.
670         * lists.texi (Cons Cells): Copyedits.
671         (List Elements): Mention push.
672         (List Variables): Mention pop.
673         (Rings): Move to sequences.texi.
675         * sequences.texi (Sequence Functions): Don't repeat the
676         introduction already given in the parent.
677         (Vectors): Copyedits.
678         (Rings): Move from lists.texi.  Note that this is specific to the
679         ring package.
681         * symbols.texi (Definitions, Symbol Components): Mention variable
682         scoping issues.
683         (Plists and Alists): Copyedits.
685         * eval.texi (Intro Eval, Symbol Forms): Minor tweaks for
686         correctness with lexical scoping.
687         (Eval): Copyedits.
689 2012-01-21  Chong Yidong  <cyd@gnu.org>
691         * intro.texi (A Sample Function Description): Special notation
692         used for macros too.
694         * objects.texi (Ctl-Char Syntax, Other Char Bits): Copyedits.
695         (Symbol Type): Add xref for keyword symbols.
696         (Sequence Type): Clarify differences between sequence types.
697         (Cons Cell Type): Add "linked list" index entry.
698         (Non-ASCII in Strings): Copyedits.
699         (Equality Predicates): Symbols with same name need not be eq.
701         * numbers.texi (Float Basics): Document isnan, copysign, frexp and
702         ldexp.  Move float-e and float-pi to Math Functions node.
704 2012-01-21  Glenn Morris  <rgm@gnu.org>
706         * modes.texi (Auto Major Mode):
707         * variables.texi (File Local Variables):
708         Mention inhibit-local-variables-regexps.
710 2012-01-19  Martin Rudalics  <rudalics@gmx.at>
712         * windows.texi (Window Configurations): Rewrite references to
713         persistent window parameters.
714         (Window Parameters): Fix description of persistent window
715         parameters.
717 2012-01-16  Juanma Barranquero  <lekktu@gmail.com>
719         * windows.texi (Window Parameters): Use @pxref.
721 2012-01-16  Martin Rudalics  <rudalics@gmx.at>
723         * windows.texi (Window Configurations, Window Parameters):
724         Describe persistent window parameters.
726 2011-12-27  Stefan Monnier  <monnier@iro.umontreal.ca>
728         * variables.texi (Creating Buffer-Local): Warn against misuses of
729         make-variable-buffer-local (bug#10258).
731 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
733         * macros.texi (Defining Macros): Document `doc-string' (bug#9668).
735 2012-01-06  Chong Yidong  <cyd@gnu.org>
737         * variables.texi (Directory Local Variables): Document
738         hack-dir-local-variables-non-file-buffer.
740 2012-01-06  Glenn Morris  <rgm@gnu.org>
742         * maps.texi (Standard Keymaps): Refer to Info-edit by name
743         rather than by keybinding.
745 2011-12-29  Juanma Barranquero  <lekktu@gmail.com>
747         * frames.texi (Font and Color Parameters): Add @pxref.
749 2011-12-29  Daniel Colascione  <dan.colascione@gmail.com>
751         * frames.texi (Font and Color Parameters):
752         Document w32 font backends (bug#10399).
754 2011-12-28  Paul Eggert  <eggert@cs.ucla.edu>
756         * files.texi (File Attributes, Changing Files):
757         Use a more-natural notation for octal numbers.
759 2011-12-23  Juanma Barranquero  <lekktu@gmail.com>
761         * variables.texi (Variables with Restricted Values):
762         Change reference to variable (bug#10354).
764 2011-12-13  Martin Rudalics  <rudalics@gmx.at>
766         * windows.texi (Splitting Windows): Use t instead of non-nil
767         when describing window-combination-resize.
769 2011-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
771         * text.texi (Special Properties): Warn against `intangible' properties
772         (bug#10222).
774 2011-11-26  Eli Zaretskii  <eliz@gnu.org>
776         * display.texi (Truncation):
777         * text.texi (Special Properties): Describe what a stretch-glyph is
778         instead of using that term without explanation.  Make the
779         cross-references more accurate.
781         * display.texi (Usual Display): Update the description,
782         cross-references, and indexing related to display of control
783         characters and raw bytes.
785 2011-11-25  Martin Rudalics  <rudalics@gmx.at>
787         * windows.texi (Splitting Windows): Fix description of
788         window-combination-limit.  Suggested by Eli Zaretskii.
790 2011-11-23  Chong Yidong  <cyd@gnu.org>
792         * windows.texi (Window Sizes): Move window-top-line,
793         window-left-column, and window-*-pixel-edges to Coordinates and
794         Windows node.
795         (Coordinates and Windows): Restore window-edges doc.
797 2011-11-21  Martin Rudalics  <rudalics@gmx.at>
799         * windows.texi (Windows and Frames, Splitting Windows):
800         Fix typos.
802 2011-11-21  Chong Yidong  <cyd@gnu.org>
804         * windows.texi (Splitting Windows): Fix error in documentation of
805         window-combination-limit.
806         (Cyclic Window Ordering): Minor fixes to next-window,
807         one-window-p, and get-lru-window docs.  Don't document
808         window-list-1.
809         (Buffers and Windows): Copyedits.
810         (Choosing Window): Document special handling of special-display-*.
811         (Choosing Window Options): Fix display-buffer-reuse-frames doc.
812         Don't document even-window-heights, which is going away.
813         Clarify which options are obeyed by which action functions.
815 2011-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
817         * display.texi (Invisible Text): Clarify point adjustment (bug#10072).
819 2011-11-20  Martin Rudalics  <rudalics@gmx.at>
821         * windows.texi (Resizing Windows, Splitting Windows):
822         Remove term "status" when talking about combination limits.
824 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
826         * compile.texi (Compiler Errors):
827         * help.texi (Help Functions): Fix typos.
829 2011-11-19  Chong Yidong  <cyd@gnu.org>
831         * windows.texi (Splitting Windows): Clarify role of window
832         parameters in split-window.  Shorten the example.
833         (Deleting Windows): Rewrite intro to handle internal windows.
834         Fix delete-windows-on doc.
835         (Selecting Windows): Copyedits.
837 2011-11-17  Martin Rudalics  <rudalics@gmx.at>
839         * windows.texi (Resizing Windows, Splitting Windows)
840         (Deleting Windows): Use term window-combination-resize instead
841         of window-splits.
843 2011-11-16  Martin Rudalics  <rudalics@gmx.at>
845         * windows.texi (Resizing Windows, Splitting Windows):
846         Rename occurrences of window-nest to window-combination-limit.
848 2011-11-14  Juanma Barranquero  <lekktu@gmail.com>
850         * intro.texi (Lisp History): Fix typo.
852 2011-11-12  Martin Rudalics  <rudalics@gmx.at>
854         * windows.texi (Splitting Windows, Deleting Windows):
855         Remove references to splits status of windows.
857 2011-11-10  Glenn Morris  <rgm@gnu.org>
859         * buffers.texi (Read Only Buffers): Expand a bit on why
860         toggle-read-only should only be used interactively.  (Bug#7292)
862 2011-11-09  Chong Yidong  <cyd@gnu.org>
864         * windows.texi (Window Sizes): Document window-pixel-edges,
865         window-inside-pixel-edges, window-absolute-pixel-edges, and
866         window-inside-absolute-pixel-edges.
867         (Resizing Windows): shrink-window-if-larger-than-buffer works on
868         non-full-width windows.
870 2011-11-09  Martin Rudalics  <rudalics@gmx.at>
872         * windows.texi (Resizing Windows): Rewrite documentation of
873         window-resizable.
875 2011-11-09  Chong Yidong  <cyd@gnu.org>
877         * windows.texi (Splitting Windows): Simplify example.
879 2011-11-08  Chong Yidong  <cyd@gnu.org>
881         * windows.texi (Window Sizes): Copyedits.  Document
882         window-text-height.  Remove window-min-height and window-min-width
883         discussion, referring instead to Emacs manual.
884         (Splitting Windows, Resizing Windows): Add xref to Emacs manual.
885         (Resizing Windows): Simplify introduction.  Don't document
886         enlarge-window, shrink-window, enlarge-window-horizontally, and
887         shrink-window-horizontally; they are no longer preferred for
888         calling from Lisp, and are already documented in the Emacs manual.
890 2011-11-07  Glenn Morris  <rgm@gnu.org>
892         * windows.texi (Choosing Window): Fix keybinding typo.
894 2011-11-07  Martin Rudalics  <rudalics@gmx.at>
896         * windows.texi (Resizing Windows, Splitting Windows)
897         (Window Configurations): Use "child window" instead of
898         "subwindow".
900 2011-11-06  Chong Yidong  <cyd@gnu.org>
902         * windows.texi (Basic Windows): Clarify various definitions.
903         Treat window-normalize-* as internal; don't document them.
904         (Windows and Frames): Various clarifications, e.g. non-live
905         windows also belong to frames.  Fix window-list description.
906         Simplify window nesting example.
907         (Splitting Windows, Window Configurations):
908         Use split-window-below.
910 2011-11-04  Eli Zaretskii  <eliz@gnu.org>
912         * windows.texi (Window Sizes): Mention in the doc string that the
913         return values of `window-body-height' and `window-body-width' are
914         in frame's canonical units.  (Bug#9949)
916 2011-10-30  Martin Rudalics  <rudalics@gmx.at>
918         * windows.texi (Windows and Frames): Remove "iso-" infix from
919         documentation of window-iso-combined-p.
921 2011-10-26  Chong Yidong  <cyd@gnu.org>
923         * modes.texi (Running Hooks): Document with-wrapper-hook.
925 2011-10-18  Chong Yidong  <cyd@gnu.org>
927         * display.texi (Glyphless Chars): New node.
929 2011-10-13  Chong Yidong  <cyd@stupidchicken.com>
931         * text.texi (Yanking): Document yank-excluded-properties.
933         * package.texi (Packaging Basics): The commentary should say how
934         to begin using the package.
936 2011-10-11  Martin Rudalics  <rudalics@gmx.at>
938         * windows.texi (Deleting Windows): Mention which window gets
939         selected when deleting the selected window.
941 2011-10-09  Martin Rudalics  <rudalics@gmx.at>
943         * buffers.texi (The Buffer List): Describe how bury-buffer deals
944         with the selected window.
945         * windows.texi (Buffers and Windows): Reformulate text on how
946         replace-buffer-in-windows deals with a window.
947         (Quitting Windows): Describe how quit-window deals with a
948         standalone frame.  Describe new option frame-auto-hide-function.
950 2011-10-08  Glenn Morris  <rgm@gnu.org>
952         * symbols.texi (Other Plists): Markup fix.  (Bug#9702)
954         * positions.texi (Excursions): Update warning message.
956 2011-10-05  Chong Yidong  <cyd@stupidchicken.com>
958         * display.texi (Low-Level Font, Face Attributes, Font Lookup):
959         Fix Emacs manual xref (Bug#9675).
961 2011-10-01  Chong Yidong  <cyd@stupidchicken.com>
963         * windows.texi (Textual Scrolling): Document scroll-up-command,
964         scroll-down-command, scroll-error-top-bottom, and the
965         scroll-command symbol property.
966         (Display Action Functions): Fix description of
967         display-buffer-pop-up-window.
969 2011-09-28  Juanma Barranquero  <lekktu@gmail.com>
971         * windows.texi (Splitting Windows): Fix typos.
973 2011-09-25  Martin Rudalics  <rudalics@gmx.at>
975         * windows.texi (Windows and Frames, Display Action Functions)
976         (Switching Buffers): Fix some typos.
977         (Buffers and Windows): Remove reference to window-auto-delete.
978         Reword description of replace-buffer-in-windows.
979         (Window History): Fix some typos and refer to frame local buffer
980         list.
981         (Quitting Windows): New node.
982         (Window Configurations): Add descriptions of window-state-get
983         and window-state-put.
984         (Window Parameters): Describe variable ignore-window-parameters.
985         Sketch some window parameters currently in use.
986         * elisp.texi (Top): Update node listing.
988 2011-09-25  Chong Yidong  <cyd@stupidchicken.com>
990         * windows.texi (Display Action Functions)
991         (Choosing Window Options): New nodes.
993 2011-09-24  Chong Yidong  <cyd@stupidchicken.com>
995         * windows.texi (Window History): New node.  Move text here from
996         Buffers and Windows.
997         (Switching Buffers): Rename from Displaying Buffers, since we
998         don't document display-buffer here; callers changed.
999         Document FORCE-SAME-WINDOW arg to switch-to-buffer and
1000         switch-to-buffer-other-frame.  Delete duplicate
1001         replace-buffer-in-windows doc.
1002         (Choosing Window): Document display actions.
1004 2011-09-24  Eli Zaretskii  <eliz@gnu.org>
1006         * display.texi (Forcing Redisplay): Update the description of
1007         redisplay-dont-pause due to change in the default value.
1009 2011-09-23  Martin Rudalics  <rudalics@gmx.at>
1011         * frames.texi (Frames and Windows): Move section and rename to
1012         Windows and Frames in windows.texi.
1013         * windows.texi (Windows): Restructure.
1014         (Basic Windows): Rewrite.  Explain live and internal windows and
1015         normalization functions.
1016         (Windows and Frames): Move section here from frames.texi.
1017         Describe subwindows, window combinations, window tree, and
1018         corresponding functions including window-list here.
1019         (Window Sizes): Rename section from Size of Window and move it
1020         up in chapter.  Describe total and body sizes and the
1021         corresponding functions.  Explain new semantics of
1022         window-min-height/-width.
1023         (Resizing Windows): Move section up in chapter.  Describe new
1024         resize functions.
1025         (Splitting Windows): Describe new behavior of split-window,
1026         split-window-above-each-other and split-window-side-by-side.
1027         Provide examples.  Describe window-nest and window-splits
1028         options.
1029         (Deleting Windows): Minor rewrite.
1030         (Selecting Windows): Minor rewrite.
1031         Describe frame-selected-window and set-frame-selected-window here.
1032         (Cyclic Window Ordering): Minor rewrite.
1033         Describe window-list-1.
1034         (Buffers and Windows): Rewrite.  Explain a window's previous and
1035         next buffers and the corresponding functions.
1036         (Window Tree): Merge into Windows and Frames section.
1037         * elisp.texi (Top): Update node listings for frames and windows
1038         sections.
1040 2011-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1042         * display.texi (Face Functions): `face-list' returns faces (bug#9564).
1044 2011-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1046         * errors.texi (Standard Errors): Remove apparent placeholder text
1047         (bug#9491).
1049 2011-09-18  Chong Yidong  <cyd@stupidchicken.com>
1051         * frames.texi (Management Parameters): Fix description of
1052         icon-type parameter.
1054 2011-09-17  Chong Yidong  <cyd@stupidchicken.com>
1056         * tips.texi (Key Binding Conventions): Don't bind a key sequence
1057         ending in C-g.  Suggested by Edward O'Connor.
1059 2011-09-17  Eli Zaretskii  <eliz@gnu.org>
1061         * numbers.texi (Integer Basics): Add indexing for
1062         most-positive-fixnum and most-negative-fixnum.  (Bug#9525)
1064 2011-09-14  Dani Moncayo  <dmoncayo@gmail.com>  (tiny change)
1066         * lists.texi (Sets And Lists): Fix typo.  (Bug#9393)
1068 2011-09-11  Juanma Barranquero  <lekktu@gmail.com>
1070         * processes.texi (Network Servers): Clarify what the process
1071         buffer is used for (bug#9233).
1073 2011-08-30  Dani Moncayo  <dmoncayo@gmail.com>  (tiny change)
1075         * lists.texi (Building Lists): Fix typo.
1077 2011-08-30  Chong Yidong  <cyd@stupidchicken.com>
1079         * display.texi (Basic Faces): New node.  Document new faces.
1081         * modes.texi (Major Mode Conventions): Move some text there.
1082         (Mode Help): Remove major-mode var, duplicated in Major Modes.
1084 2011-08-29  Chong Yidong  <cyd@stupidchicken.com>
1086         * modes.texi (Basic Major Modes): New node.  Callers updated.
1087         (Major Modes): Document fundamental-mode and major-mode.
1088         (Major Mode Basics): Node deleted; text moved to Major Modes.
1089         (Derived Modes): Document derived-mode-p.
1091 2011-08-28  Chong Yidong  <cyd@stupidchicken.com>
1093         * files.texi (Changing Files, Create/Delete Dirs): Document new
1094         arguments for delete-file, delete-directory, and copy-directory.
1095         (Visiting Functions): Remove view-file; it is documented in the
1096         Emacs manual.
1098         * frames.texi (Layout Parameters): The defaults for the
1099         menu-bar-lines and tool-bar-lines parameters depend on the mode.
1101         * display.texi (Progress): Document spinner functionality.
1103         * os.texi (Killing Emacs): Note that kill-emacs can be called by
1104         operating system signals.  Refer to save-buffers-kill-terminal
1105         instead of save-buffers-kill-emacs.
1107         * objects.texi (Symbol Type): Document ## print representation.
1109 2011-08-25  Eli Zaretskii  <eliz@gnu.org>
1111         * display.texi (Specified Space): Mention that `space' specs
1112         influence bidi reordering.
1113         (Bidirectional Display): Explain how to use `(space . PROPS)' for
1114         separating fields with bidirectional content.
1116 2011-08-24  Eli Zaretskii  <eliz@gnu.org>
1118         * display.texi (Bidirectional Display): Document return value in
1119         buffers that are not bidi-reordered for display, and in unibyte
1120         buffers.
1122 2011-08-23  Eli Zaretskii  <eliz@gnu.org>
1124         * nonascii.texi (Character Properties): Document the values for
1125         unassigned codepoints.
1127 2011-08-18  Eli Zaretskii  <eliz@gnu.org>
1129         * nonascii.texi (Character Properties): Document use of
1130         `bidi-class' and `mirroring' properties as part of reordering.
1131         Provide cross-references to "Bidirectional Display".
1133         * display.texi (Bidirectional Display): Document the pitfalls of
1134         concatenating strings with bidirectional content, with possible
1135         solutions.  Document bidi-string-mark-left-to-right.
1136         Mention paragraph direction in modes that inherit from prog-mode.
1137         Document use of `bidi-class' and `mirroring' properties as part of
1138         reordering.
1140 2011-08-16  Eli Zaretskii  <eliz@gnu.org>
1142         * modes.texi (Major Mode Conventions): Improve the documentation
1143         of `mode-class' `special' modes.
1145         * nonascii.texi (Character Properties): Document the `mirroring'
1146         property.  Add index entries.
1148         * syntax.texi (Categories): Add an example of defining a new
1149         category and category table.
1151         * searching.texi (Regexp Backslash): Document how to display
1152         existing categories.  Mention the possibility of adding
1153         categories, and add an xref to where this is described.  Add an
1154         index entry.
1156 2011-08-09  Chong Yidong  <cyd@stupidchicken.com>
1158         * text.texi (Special Properties):
1159         * display.texi (Overlay Properties): Note that mouse-face cannot
1160         change the text size (Bug#8530).
1162 2011-08-08  Chong Yidong  <cyd@stupidchicken.com>
1164         * os.texi (Time of Day): Remove set-time-zone-rule, and recommend
1165         using setenv instead.
1167 2011-07-28  Eli Zaretskii  <eliz@gnu.org>
1169         * display.texi (Bidirectional Display): Document the fact that
1170         bidi-display-reordering is t by default.
1172 2011-07-23  Eli Zaretskii  <eliz@gnu.org>
1174         * display.texi (Bidirectional Display): New section.
1176 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1177             Tim Cross  <theophilusx@gmail.com>  (tiny change)
1178             Glenn Morris   <rgm@gnu.org>
1180         * keymaps.texi (Toolkit Differences): New node.  (Bug#8176)
1182 2011-07-15  Andreas Schwab  <schwab@linux-m68k.org>
1184         * help.texi (Keys in Documentation): Revert last change.
1186 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1188         * help.texi (Keys in Documentation): Clarify that \= only quotes
1189         the next character, and doesn't affect longer sequences in
1190         particular (bug#8935).
1192         * debugging.texi (Using Debugger):
1193         Mention @code{eval-expression-debug-on-error} (bug#8549).
1195 2011-07-14  Eli Zaretskii  <eliz@gnu.org>
1197         * display.texi (Other Display Specs): Document that `left-fringe'
1198         and `right-fringe' display specifications are of the "replacing"
1199         kind.
1201 2011-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1203         * help.texi (Documentation Basics): Add a link to the Function
1204         Documentation node (bug#6580).
1206 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1208         * keymaps.texi (Menu Bar): Mention :visible and :enable
1209         (bug#6344).  Text by Drew Adams.
1211         * modes.texi (Running Hooks): Mention buffer-local hook variables
1212         (bug#6218).
1214         * objects.texi (General Escape Syntax): "a with grave accent" is
1215         ?xe0, not ?x8e0 (bug#5259).
1217 2011-07-12  Chong Yidong  <cyd@stupidchicken.com>
1219         * display.texi (Face Attributes, Font Selection): Add references
1220         to the Fonts node in the Emacs manual (Bug#4178).
1222 2011-07-12  Chong Yidong  <cyd@stupidchicken.com>
1224         * display.texi (Window Systems): `window-system' is
1225         terminal-local.
1227         * frames.texi (Frame Parameters, Parameter Access): Don't mention
1228         frame-local variables.
1230         * variables.texi (Buffer-Local Variables): Don't mention obsolete
1231         frame-local variables.
1232         (Frame-Local Variables): Node deleted.
1234         * elisp.texi (Top): Update node listing.
1236 2011-07-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1238         * elisp.texi: Change "inferiors" to "subnodes" in three places
1239         (bug#3523).
1241 2011-07-11  Chong Yidong  <cyd@stupidchicken.com>
1243         * frames.texi (Window System Selections): Discussion of
1244         x-select-enable-clipboard moved to Emacs manual.
1246 2011-07-11  Deniz Dogan  <deniz@dogan.se>
1248         * commands.texi (Prefix Command Arguments): Remove excessive
1249         apostrophe.
1251 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1253         * syntax.texi (Syntax Descriptors): Clarify that the ". 23" syntax
1254         description is a string (bug#3313).
1256         * frames.texi (Display Feature Testing): Try to explain what all
1257         the visual classes mean (bug#3042).
1259 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1261         * modes.texi (Mode Line Variables): Document `mode-line-remote'
1262         and `mode-line-client' (bug#2974).
1264         * text.texi (Insertion): Clarify marker movements (bug#1651).
1265         Text from Drew Adams.
1267 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1269         * text.texi (Special Properties): Clarify the format of `face'
1270         (bug#1375).
1272         * commands.texi (Interactive Call): Add a `call-interactively'
1273         example (bug#1010).
1275 2011-07-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1277         * functions.texi (Calling Functions): Link to the "Interactive
1278         Call" node (bug#1001).
1280 2011-07-06  Chong Yidong  <cyd@stupidchicken.com>
1282         * customize.texi (Composite Types): Move alist and plist to here
1283         from Simple Types (Bug#7545).
1285         * elisp.texi (Top): Update menu description.
1287         * display.texi (Face Attributes): Document negative line widths
1288         (Bug#6113).
1290 2011-07-03  Tobias C. Rittweiler  <tcr@freebits.de>  (tiny change)
1292         * searching.texi (Match Data): Note that match data can be
1293         overwritten by most functions (bug#2499).
1295 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1297         * strings.texi (Formatting Strings): Clarify what the "-" and "0"
1298         flags mean (bug#6659).
1300         * functions.texi (What Is a Function): Document the autoload
1301         object (bug#6496).
1303 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1305         * customize.texi (Variable Definitions): Clarify that SETFUNCTION
1306         is only used in the Customize user interface (bug#6089).
1308         * display.texi (Showing Images): Mention the point of sliced
1309         images (bug#7836).
1311 2011-07-02  Eli Zaretskii  <eliz@gnu.org>
1313         * variables.texi (Defining Variables, Void Variables)
1314         (Constant Variables): Fix incorrect usage of @kindex.
1316 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1318         * variables.texi (Defining Variables): Add an index entry for
1319         `set-variable' (bug#7262).
1320         (Defining Variables): Use @findex for functions.
1322         * frames.texi (Basic Parameters): Document the `explicit-name'
1323         parameter (bug#6951).
1325         * customize.texi (Type Keywords): Clarify that :value provides a
1326         default value for all types (bug#7386).
1328         * streams.texi (Output Functions): Document `pp'.
1330 2011-06-25  Chong Yidong  <cyd@stupidchicken.com>
1332         * keymaps.texi (Searching Keymaps):
1333         * display.texi (Overlay Properties): Fix errors in 2011-05-29
1334         change.  Suggested by Johan Bockgård.
1336 2011-06-15  Chong Yidong  <cyd@stupidchicken.com>
1338         * text.texi (Special Properties): Clarify role of font-lock-face.
1340 2011-06-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1342         * processes.texi (Process Information): Rename `process-alive-p'
1343         to `process-live-p' for consistency with other `-live-p' functions.
1345 2011-06-03  Paul Eggert  <eggert@cs.ucla.edu>
1347         Document wide integers better.
1348         * files.texi (File Attributes): Document ino_t values better.
1349         ino_t values no longer map to anything larger than a single cons.
1350         * numbers.texi (Integer Basics, Integer Basics, Arithmetic Operations):
1351         (Bitwise Operations):
1352         * objects.texi (Integer Type): Use a binary notation that is a bit easier
1353         to read, and that will port better if 62-bits becomes the default.
1354         Fix or remove incorrect examples.
1355         * os.texi (Time Conversion): Document time_t values better.
1357 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1359         * processes.texi (Process Information):
1360         Document `process-alive-p'.
1362 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
1364         * help.texi (Accessing Documentation):
1365         * display.texi (Pixel Specification):
1366         * processes.texi (Serial Ports, Serial Ports):
1367         * nonascii.texi (Character Properties, Default Coding Systems):
1368         * text.texi (Changing Properties, Special Properties):
1369         * windows.texi (Window Start and End):
1370         * modes.texi (SMIE Indentation Example, SMIE Tricks):
1371         * keymaps.texi (Searching Keymaps, Tool Bar):
1372         * minibuf.texi (Basic Completion):
1373         * compile.texi (Eval During Compile):
1374         * strings.texi (Formatting Strings): Tweaks to avoid overflowing
1375         7x9 paper in printed manual.
1377         * lists.texi (Sets And Lists): Fix misplaced text.
1379 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
1381         * keymaps.texi (Remapping Commands): Emphasize that the keymap
1382         needs to be active (Bug#8350).
1384 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
1386         * minibuf.texi (Reading File Names): Clarify (Bug#8480).
1388         * tips.texi (Coding Conventions): Remove antediluvian filename
1389         limit recommendation (Bug#8538).
1391 2011-05-27  Glenn Morris  <rgm@gnu.org>
1393         * modes.texi (Auto Major Mode): Update for set-auto-mode changes.
1395 2011-05-26  Glenn Morris  <rgm@gnu.org>
1397         * variables.texi (File Local Variables):
1398         Update hack-local-variables `mode-only' return value.
1399         Add some more details on what this function does in the other case.
1401 2011-05-19  Glenn Morris  <rgm@gnu.org>
1403         * lists.texi (Sets And Lists): Mention cl provides union etc.
1405 2011-05-19  Nix  <nix@esperi.org.uk>
1407         * windows.texi (Displaying Buffers): pop-to-buffer is not a command.
1409         * text.texi (Parsing HTML): Update for function name changes.
1411         * syntax.texi (Syntax Flags): Small fix.
1413         * keymaps.texi (Active Keymaps): Typo fix.
1414         (Changing Key Bindings): Grammar fix.
1416         * frames.texi (Minibuffers and Frames): Grammar fix.
1417         (Window System Selections): x-select-enable-clipboard now defaults to t.
1419         * customize.texi (Common Keywords):
1420         * display.texi (Abstract Display):
1421         * modes.texi (Auto-Indentation):
1422         * nonascii.texi (Converting Representations): Typo fixes.
1424         * control.texi (Examples of Catch): Call it "goto" not "go to".
1426 2011-05-14  Eli Zaretskii  <eliz@gnu.org>
1428         * nonascii.texi (Character Properties): Fix inconsistencies with
1429         implementation.
1431         * text.texi (Special Properties): Move @defvar's out of the
1432         @table.  (Bug#8652)
1434 2011-05-12  Glenn Morris  <rgm@gnu.org>
1436         * display.texi (Image Descriptors): Fix typo.  (Bug#8495)
1438 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1440         * modes.texi (Region to Refontify): Rename from "Region to Fontify".
1441         (Multiline Font Lock):
1442         * vol2.texi (Top):
1443         * vol1.texi (Top):
1444         * elisp.texi (Top): Update menu accordingly.
1446 2011-05-12  Drew Adams  <drew.adams@oracle.com>
1448         * modes.texi (Region to Fontify): Fix typo.
1450 2011-05-10  Jim Meyering  <meyering@redhat.com>
1452         * minibuf.texi: Fix typo "in in -> in".
1454 2011-05-06  Paul Eggert  <eggert@cs.ucla.edu>
1456         * numbers.texi (Integer Basics): Large integers are treated as floats.
1458 2011-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1460         * processes.texi (Synchronous Processes): Document the (:file
1461         "/file-name") syntax for `call-process'.
1463 2011-04-23  Juanma Barranquero  <lekktu@gmail.com>
1465         * windows.texi (Choosing Window): Fix typo.
1467 2011-04-23  Chong Yidong  <cyd@stupidchicken.com>
1469         * frames.texi (Layout Parameters): Note the difference between
1470         querying and setting parameters for left-fringe and right-fringe
1471         (Bug#6930).
1473 2011-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1475         * minibuf.texi (Basic Completion): Be a bit more precise about the
1476         valid kinds of completion tables.
1477         (Programmed Completion): Remove obsolete text about lambda expressions
1478         not being valid completion tables.
1480 2011-03-19  Chong Yidong  <cyd@stupidchicken.com>
1482         * positions.texi (Excursions): Explain the "save-excursion
1483         defeated by set-buffer" warning.
1485         * buffers.texi (Current Buffer): Copyedits.  Don't recommend using
1486         save-excursion.  Suggested by Uday S Reddy.
1488 2011-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1490         * variables.texi (Defining Variables): Mention the new meaning of `defvar'.
1491         (Lexical Binding): New sub-section.
1493         * eval.texi (Eval): Discourage the use of `eval'.
1494         Document its new `lexical' argument.
1496 2011-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1498         * commands.texi (Command Overview): `post-command-hook' is not reset to
1499         nil any more.
1501 2011-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1503         * strings.texi (String Conversion): Don't mention
1504         string-make-(uni|multi)byte (bug#8262).
1505         * nonascii.texi (Converting Representations): Fix up range.
1506         * keymaps.texi (Key Binding Commands): Update code point, avoid
1507         "unibyte character" and remove mention of unibyte bindings.
1509 2011-03-10  Eli Zaretskii  <eliz@gnu.org>
1511         * modes.texi (Operator Precedence Grammars): Don't use characters
1512         outside ISO-8859-1.
1514 2011-03-09  Eli Zaretskii  <eliz@gnu.org>
1516         * intro.texi (Acknowledgements): Convert to ISO-8859-1 encoding.
1518         * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
1520 2011-03-08  Glenn Morris  <rgm@gnu.org>
1522         * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
1523         * intro.texi (Acknowledgements): Names to UTF-8.
1524         * elisp.texi: Set documentencoding.
1526 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
1528         * Version 23.3 released.
1530 2011-03-06  Chong Yidong  <cyd@stupidchicken.com>
1532         * package.texi: Update index keywords.
1533         (Package Archives): New node contents.  Document package-x.el.
1535 2011-03-06  Juanma Barranquero  <lekktu@gmail.com>
1537         * makefile.w32-in (srcs): Add package.texi.
1539 2011-03-06  Chong Yidong  <cyd@stupidchicken.com>
1541         * package.texi (Packaging, Packaging Basics, Simple Packages)
1542         (Multi-file Packages): Expand and clarify.
1543         (Package Archives): Temporary placeholder node.
1545         * elisp.texi (Top): Update node listing.
1547         * Makefile.in (srcs): Add package.texi.
1549 2011-03-05  Chong Yidong  <cyd@stupidchicken.com>
1551         * processes.texi (Synchronous Processes): Minor clarification
1552         (Bug#8149).
1554 2011-03-03  Glenn Morris  <rgm@gnu.org>
1556         * files.texi (Truenames): Minor clarification.  (Bug#2341)
1558 2011-03-01  Glenn Morris  <rgm@gnu.org>
1560         * variables.texi (Directory Local Variables):
1561         Mention `(subdirs . nil)' alist element.
1563 2011-02-28  Glenn Morris  <rgm@gnu.org>
1565         * variables.texi (Directory Local Variables): Mention the optional
1566         mtime argument of dir-locals-set-directory-class.  (Bug#3577)
1568 2011-02-27  Chong Yidong  <cyd@stupidchicken.com>
1570         * minibuf.texi (Minibuffer History): Clarify discussion of
1571         minibuffer history lists (Bug#8085).
1573 2011-02-19  Eli Zaretskii  <eliz@gnu.org>
1575         * elisp.texi: Sync @dircategory with ../../info/dir.
1577         * files.texi (Visiting Functions): Document find-file-literally,
1578         both the command and the variable.
1580         * variables.texi (Creating Buffer-Local): Explain the meaning of
1581         permanent local variables.
1583         * files.texi (Visiting Functions): Document find-file-literally,
1584         both the command and the variable.
1586         * variables.texi (Creating Buffer-Local): Explain the meaning of
1587         permanent local variables.
1589 2011-02-19  Glenn Morris  <rgm@gnu.org>
1591         * keymaps.texi (Remapping Commands): Mention how to undo it.
1593 2011-02-09  Reuben Thomas  <rrt@sc3d.org>
1595         * loading.texi (Hooks for Loading): Remove unnecessary advice
1596         about eval-after-load (Bug#7986).
1598 2011-02-05  Chong Yidong  <cyd@stupidchicken.com>
1600         * commands.texi (Accessing Mouse): Note that a header line is not
1601         included in the row of posn-col-row.
1603 2011-02-02  Chong Yidong  <cyd@stupidchicken.com>
1605         * modes.texi (Major Mode Conventions): Add face guidelines.
1606         (Faces for Font Lock): List faces in order of prominence.
1608 2011-02-01  Paul Eggert  <eggert@cs.ucla.edu>
1610         format-time-string now supports subsecond time stamp resolution
1611         * os.texi (Time Parsing): Document %N.
1613 2011-01-28  Chong Yidong  <cyd@stupidchicken.com>
1615         * vol1.texi (Top):
1616         * vol2.texi (Top):
1617         * elisp.texi (Top):
1618         * display.texi (Display Property): Shorten the menu description of
1619         the "Other Display Specs" node (Bug#7816).
1621         * keymaps.texi (Defining Menus): Add "menu item" and "extended
1622         menu item" concept index entries (Bug#7805).
1624 2011-01-29  Eli Zaretskii  <eliz@gnu.org>
1626         * makefile.w32-in (texinfodir): New variable.
1627         (usermanualdir): Remove as redundant with $(emacsdir).
1628         (MAKEINFO): Remove options, leave only program name.
1629         (MAKEINFO_OPTS): New variable.
1630         (texinputdir, $(infodir)/elisp): Use $(MAKEINFO_OPTS).
1632 2011-01-25  Chong Yidong  <cyd@stupidchicken.com>
1633             Richard Kim  <emacs18@gmail.com>
1635         * loading.texi (Library Search): Document list-load-path-shadows
1636         (Bug#7757).
1638 2011-01-25  Chong Yidong  <cyd@stupidchicken.com>
1640         * searching.texi (Regexp Special): Remove outdated discussion of
1641         character sets (Bug#7780).
1643         * frames.texi (Pop-Up Menus): Document where menu title comes
1644         from (Bug#7684).
1646 2011-01-25  Glenn Morris  <rgm@gnu.org>
1648         * display.texi (Making Buttons): Mention limitation of text buttons.
1650 2011-01-23  Werner Lemberg  <wl@gnu.org>
1652         * Makefile.in (MAKEINFO): Now controlled by `configure'.
1653         (MAKEINFO_OPTS): New variable.  Use it where appropriate.
1654         (ENVADD): New variable to control texi2dvi and texi2pdf.
1656 2011-01-15  Chong Yidong  <cyd@stupidchicken.com>
1658         * files.texi (Directory Names): Move directory-abbrev-alist doc to
1659         Emacs manual.
1661 2011-01-15  Eli Zaretskii  <eliz@gnu.org>
1663         * files.texi (Directory Names): Explain why FROM in
1664         directory-abbrev-alist should begin with \`.  (Bug#7777)
1666 2011-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1668         * loading.texi (Hooks for Loading): Adjust doc of eval-after-load.
1670 2011-01-02  Eli Zaretskii  <eliz@gnu.org>
1672         * modes.texi (Emulating Mode Line): Fix last change.
1674 2011-01-02  Eli Zaretskii  <eliz@gnu.org>
1676         * modes.texi (Emulating Mode Line): Update documentation of
1677         format-mode-line according to changes that fixed bug #7587.
1679 2010-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1681         * modes.texi (Derived Modes): Mention prog-mode.
1683         * keymaps.texi (Simple Menu Items, Extended Menu Items): Remove mention
1684         of the key-binding-data cache since we don't use it any more.
1686 2010-12-13  Eli Zaretskii  <eliz@gnu.org>
1688         * processes.texi (Shell Arguments):
1689         * strings.texi (Creating Strings): Don't mention "shell commands";
1690         make it explicit that `split-string-and-unquote' and
1691         `combine-and-quote-strings' are mainly for working with arguments
1692         to call-process and start-process.
1694         * processes.texi (Shell Arguments): Fix documentation of
1695         `split-string-and-unquote'.  Add indexing.  (Bug#7563)
1697 2010-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1699         * modes.texi (Auto-Indentation): New section to document SMIE.
1700         (Major Mode Conventions):
1701         * text.texi (Mode-Specific Indent): Refer to it.
1703 2010-12-13  Eli Zaretskii  <eliz@gnu.org>
1705         * display.texi (Other Display Specs): Document left-fringe and
1706         right-fringe display specs.
1708 2010-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1710         * backups.texi (Making Backups):
1711         * modes.texi (Example Major Modes): Use recommended coding style.
1712         (Major Mode Basics, Derived Modes): Encourge more strongly use of
1713         define-derived-mode.  Mention completion-at-point-functions.
1715 2010-12-13  Chong Yidong  <cyd@stupidchicken.com>
1717         * nonascii.texi (Converting Representations):
1718         Document byte-to-string.
1720 2010-12-08  Glenn Morris  <rgm@gnu.org>
1722         * buffers.texi (Modification Time):
1723         verify-visited-file-modtime now defaults to the current buffer.
1725 2010-11-27  Chong Yidong  <cyd@stupidchicken.com>
1727         * nonascii.texi (Converting Representations): Document byte-to-string.
1729         * strings.texi (Creating Strings): Don't mention semi-obsolete
1730         function char-to-string.
1731         (String Conversion): Shorten discussion of semi-obsolete function
1732         string-to-char.  Link to Converting Representations.
1734         * objects.texi (Symbol Type):
1735         * text.texi (Near Point):
1736         * help.texi (Help Functions):
1737         * functions.texi (Mapping Functions): Use string instead of
1738         char-to-string in examples.
1740 2010-11-27  Chong Yidong  <cyd@stupidchicken.com>
1742         * text.texi (Kill Functions, Kill Functions)
1743         (Low-Level Kill Ring, Low-Level Kill Ring): Remove obsolete
1744         YANK-HANDLER args.
1746         * symbols.texi (Creating Symbols): Using unintern without an
1747         obarray arg is now obsolete.
1749         * numbers.texi (Float Basics): Document float-e and float-pi.
1751         * variables.texi (Defining Variables): Change "pi" example to
1752         "float-pi".
1754 2010-11-26  Eli Zaretskii  <eliz@gnu.org>
1756         * commands.texi (Click Events): Document the values of X, Y and
1757         COL, ROW in the event's position, when the click is on the header
1758         or mode line, on the fringes, or in the margins.
1760 2010-11-17  Eli Zaretskii  <eliz@gnu.org>
1762         * customize.texi (Composite Types): Lower-case index entry.
1764         * loading.texi (How Programs Do Loading):
1765         Document load-file-name.  (Bug#7346)
1767 2010-11-17  Glenn Morris  <rgm@gnu.org>
1769         * text.texi (Kill Functions, Low-Level Kill Ring): Small fixes.
1771 2010-11-13  Eli Zaretskii  <eliz@gnu.org>
1773         * display.texi (Usual Display): Characters with no fonts are not
1774         necessarily displayed as empty boxes.
1776 2010-10-31  Glenn Morris  <rgm@gnu.org>
1778         * maps.texi (Standard Keymaps): Update File menu description.
1780 2010-10-28  Glenn Morris  <rgm@gnu.org>
1782         * Makefile.in (elisp.dvi, elisp.pdf): Also include $emacsdir.
1784 2010-10-24  Eli Zaretskii  <eliz@gnu.org>
1786         * display.texi (Window Systems): Deprecate use of window-system as
1787         a predicate.
1789 2010-10-23  Glenn Morris  <rgm@gnu.org>
1791         * help.texi (Documentation Basics): Remove mentions of digest-doc and
1792         sorted-doc.
1794 2010-10-15  Eli Zaretskii  <eliz@gnu.org>
1796         * os.texi (Dynamic Libraries): New node, with slightly modified
1797         text deleted from "Image Formats".
1798         (System Interface): Add @menu entry for "Dynamic Libraries".
1800         * display.texi (Image Formats): Remove description of
1801         image-library-alist.  (Renamed in 2010-10-13T14:50:06Z!lekktu@gmail.com.)
1803 2010-10-12  Glenn Morris  <rgm@gnu.org>
1805         * book-spine.texinfo: Rename to book-spine.texi.
1807 2010-10-11  Glenn Morris  <rgm@gnu.org>
1809         * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
1811         * Makefile.in (DVIPS): New variable.
1812         (.PHONY): Add html, ps.
1813         (html, elisp.html, ps, elisp.ps): New targets.
1814         (clean): Delete html, ps files.
1815         ($(infodir)/elisp): Remove unnecessary includes.
1817 2010-10-09  Eli Zaretskii  <eliz@gnu.org>
1819         * makefile.w32-in (emacsdir): New variable.
1820         (srcs): Add emacsver.texi.
1821         ($(infodir)/elisp, elisp.dvi): Add -I$(emacsdir).
1823 2010-10-09  Glenn Morris  <rgm@gnu.org>
1825         * Makefile.in (VPATH): Remove.
1826         (infodir): Make it absolute.
1827         (mkinfodir, $(infodir)/elisp, infoclean): No need to cd $srcdir.
1829         * Makefile.in (dist): Anchor regexps.
1831         * Makefile.in (srcs): Put elisp.texi first.
1832         ($(infodir)/elisp, elisp.dvi, elisp.pdf): Use $<.
1834         * Makefile.in (infoclean): Remove harmless, long-standing error.
1836         * Makefile.in ($(infodir)): Delete rule.
1837         (mkinfodir): New.
1838         ($(infodir)/elisp): Use $mkinfodir instead of infodir.
1840         * Makefile.in (dist): Remove reference to emacsver.texi.in.
1841         Also copy emacsver.texi, and edit $emacsdir.
1843 2010-10-09  Glenn Morris  <rgm@gnu.org>
1845         * Makefile.in (emacsdir): New variable.
1846         (MAKEINFO): Add -I $emacsdir.
1847         (dist): Copy emacsver.texi.
1848         (srcs): Add emacsver.texi.
1850         * book-spine.texinfo, elisp.texi, vol2.texi, vol1.texi:
1851         Set EMACSVER by including emacsver.texi.
1853         * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
1855 2010-10-07  Glenn Morris  <rgm@gnu.org>
1857         * Makefile.in (version): New, set by configure.
1858         (clean): Delete dist tar file.
1859         (dist): Use version in tar name.
1861 2010-10-06  Glenn Morris  <rgm@gnu.org>
1863         * Makefile.in: Rearrange to more closely resemble doc/emacs/Makefile.
1864         (INSTALL_INFO): Remove unused variable.
1865         (mostlyclean, infoclean, dist): New rules.
1866         (clean): Delete dvi and pdf files.
1867         (maintainer-clean): Remove elisp.oaux, use infoclean.
1868         ($(infodir)): Add parallel build workaround.
1870 2010-10-04  Glenn Morris  <rgm@gnu.org>
1872         * Makefile.in (dvi, pdf, $(infodir)): New targets.
1873         ($(infodir)/elisp): Ensure target directory exists.  Use $@.
1874         Fix -I typo.
1875         (clean): No 'make.out' or 'core' files.
1876         (.PHONY): Declare clean rules.
1877         (maintainer-clean): Delete pdf file.  Guard against cd failures.
1879 2010-10-03  Glenn Morris  <rgm@gnu.org>
1881         * files.texi (File Name Components): Remove ignored section about
1882         deleted variable directory-sep-char.
1884 2010-10-03  Michael Albinus  <michael.albinus@gmx.de>
1886         * files.texi (Magic File Names): New defopt
1887         remote-file-name-inhibit-cache.
1889 2010-10-02  Glenn Morris  <rgm@gnu.org>
1891         * os.texi (Killing Emacs): Hook now runs in batch mode.
1893 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1895         * text.texi (Special Properties): Clarify when modification-hooks run.
1897 2010-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1899         * syntax.texi (Syntax Flags): Document new `c' flag.
1901 2010-09-09  Glenn Morris  <rgm@gnu.org>
1903         * display.texi (ImageMagick Images): General cleanup.
1905 2010-09-06  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
1907         * files.texi (Directory Names): Use \` rather than ^.
1909 2010-09-02  Jan Djärv  <jan.h.d@swipnet.se>
1911         * text.texi (Low-Level Kill Ring):
1912         * frames.texi (Window System Selections): Remove cut buffer
1913         documentation.
1915 2010-08-28  Eli Zaretskii  <eliz@gnu.org>
1917         * display.texi (Fringe Size/Pos): Add a cross-reference to "Layout
1918         Parameters", where the default fringe width is described.
1920         * frames.texi (Window Frame Parameters, Basic Parameters)
1921         (Position Parameters, Layout Parameters, Management Parameters)
1922         (Cursor Parameters, Font and Color Parameters): Add indexing for
1923         frame parameters.  (Bug#6929)
1925 2010-08-25  Tom Tromey  <tromey@redhat.com>
1927         * vol2.texi (Top): Update.
1928         * vol1.texi (Top): Update.
1929         * tips.texi (Library Headers): Mention Package-Version and
1930         Package-Requires.
1931         * package.texi: New file.
1932         * os.texi (System Interface): Update pointers.
1933         * elisp.texi (Top): Link to new nodes.  Include package.texi.
1934         * anti.texi (Antinews): Update pointers.
1936 2010-08-25  Eli Zaretskii  <eliz@gnu.org>
1938         * processes.texi (Filter Functions): Fix last change.
1940 2010-08-24  Markus Triska  <triska@gmx.at>
1942         * processes.texi (Filter Functions): Use `buffer-live-p' instead
1943         of `buffer-name' in the main text as well as in the example
1944         (Bug#3098).
1946 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
1948         * nonascii.texi (Text Representations):
1949         * loading.texi (Loading Non-ASCII):
1950         * compile.texi (Byte Compilation): Don't mention obsolete
1951         --unibyte command-line argument.
1953 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
1955         * modes.texi (Defining Minor Modes): Doc fix (Bug#6880).
1957 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
1959         * objects.texi (Bool-Vector Type): Minor definition tweak (Bug#6878).
1961 2010-08-20  Eli Zaretskii  <eliz@gnu.org>
1963         * commands.texi (Misc Events): Add cross-references to where
1964         POSITION of a mouse event is described in detail.
1966 2010-08-08  Christoph Scholtes  <cschol2112@googlemail.com>
1968         * control.texi (Handling Errors)  <error-message-string>: Fix arg name.
1970 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
1972         * modes.texi (Defining Minor Modes): Use C-backspace, not C-delete.
1973         Suggested by Štěpán Němec <stepnem@gmail.com>.
1975 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
1977         * minibuf.texi (High-Level Completion): Document args of
1978         `read-buffer-function' (bug#5625).
1980 2010-07-29  Jan Djärv  <jan.h.d@swipnet.se>
1982         * frames.texi (Layout Parameters): Add doc for tool-bar-position.
1984 2010-07-29  Michael Albinus  <michael.albinus@gmx.de>
1986         * processes.texi (Process Information): Explain process property
1987         `remote-tty'.
1989 2010-07-27  Juanma Barranquero  <lekktu@gmail.com>
1991         * modes.texi (Defining Minor Modes): Use C-delete in examples,
1992         instead of "\C-\^?" (bug#6334).
1994         * text.texi (Special Properties): Fix typo.
1996 2010-07-09  Eli Zaretskii  <eliz@gnu.org>
1998         * internals.texi (Writing Emacs Primitives): Adapt to ANSI C
1999         calling sequences, which are now the standard.
2001 2010-06-24  Chong Yidong  <cyd@stupidchicken.com>
2003         * text.texi (Undo): Clarify command loop behavior (Bug#2433).
2005         * commands.texi (Command Overview): Mention undo-boundary call.
2007 2010-06-23  Glenn Morris  <rgm@gnu.org>
2009         * abbrevs.texi, commands.texi, compile.texi, debugging.texi:
2010         * display.texi, edebug.texi, elisp.texi, eval.texi, files.texi:
2011         * frames.texi, functions.texi, internals.texi, keymaps.texi:
2012         * loading.texi, minibuf.texi, numbers.texi, os.texi, processes.texi:
2013         * searching.texi, sequences.texi, strings.texi, syntax.texi:
2014         * text.texi, tips.texi, vol1.texi, vol2.texi, windows.texi:
2015         Untabify Texinfo files.
2017 2010-06-20  Chong Yidong  <cyd@stupidchicken.com>
2019         * modes.texi (Minor Mode Conventions): Fix typo (Bug#6477).
2021 2010-06-19  Chong Yidong  <cyd@stupidchicken.com>
2023         * errors.texi (Standard Errors): Remove unnecessary markup (Bug#6461).
2025 2010-06-02  Chong Yidong  <cyd@stupidchicken.com>
2027         * searching.texi (Regexp Special): Remove obsolete information
2028         about matching non-ASCII characters, and suggest using char
2029         classes (Bug#6283).
2031 2010-05-30  Juanma Barranquero  <lekktu@gmail.com>
2033         * minibuf.texi (Basic Completion): Add missing "@end defun".
2035 2010-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2037         * minibuf.texi (Basic Completion): Document completion-boundaries.
2038         (Programmed Completion): Document the new fourth method for boundaries.
2040 2010-05-22  Chong Yidong  <cyd@stupidchicken.com>
2042         * display.texi (Image Cache): Update documentation about image caching.
2044 2010-05-08  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
2046         * windows.texi (Textual Scrolling):
2047         * tips.texi (Coding Conventions):
2048         * minibuf.texi (Minibuffer History):
2049         * maps.texi (Standard Keymaps):
2050         * loading.texi (Where Defined):
2051         * edebug.texi (Instrumenting): Fix typos.
2053 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
2055         * keymaps.texi (Menu Bar): Document :advertised-binding property.
2057         * functions.texi (Obsolete Functions):
2058         Document set-advertised-calling-convention.
2060         * minibuf.texi (Basic Completion): Document completion-in-region.
2061         (Programmed Completion): Document completion-annotate-function.
2063         * commands.texi (Reading One Event): Document read-key.
2064         (Distinguish Interactive): Document KIND arg to
2065         called-interactively-p.  Delete obsolete interactive-p.
2067         * elisp.texi (Top): Update node description.
2069 2010-05-08  Eli Zaretskii  <eliz@gnu.org>
2071         * nonascii.texi (Character Properties):
2072         Document unicode-category-table.  Add an index entry for Unicode
2073         general category.
2075 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
2077         * Version 23.2 released.
2079 2010-04-20  Juanma Barranquero  <lekktu@gmail.com>
2081         * locals.texi (Standard Buffer-Local Variables):
2082         Remove @ignore'd reference to `direction-reversed'.
2084 2010-04-14  Juri Linkov  <juri@jurta.org>
2086         Fix @deffn without category.
2088         * abbrevs.texi (Abbrev Expansion): Replace @deffn with @defun
2089         for `abbrev-insert'.
2091         * buffers.texi (Indirect Buffers): Add category `Command'
2092         to @deffn of `clone-indirect-buffer'.
2094         * windows.texi (Cyclic Window Ordering): Replace @deffn with @defun
2095         for `next-window' and `previous-window'.  Add category `Command'
2096         to @deffn of `pop-to-buffer'.
2098 2010-04-01  Chong Yidong  <cyd@stupidchicken.com>
2100         * nonascii.texi (Text Representations): Don't mark
2101         enable-multibyte-characters as a user option.
2103 2010-03-31  Eli Zaretskii  <eliz@gnu.org>
2105         * control.texi (Handling Errors): How to re-throw a signal caught
2106         by condition-case.
2108 2010-03-26  Chong Yidong  <cyd@stupidchicken.com>
2110         * loading.texi (Hooks for Loading): Document after-load-functions.
2111         Copyedits.
2113 2010-03-24  Arni Magnusson  <arnima@hafro.is>  (tiny change)
2115         * frames.texi (Cursor Parameters): Fix typo.  (Bug#5760)
2117 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
2119         * processes.texi (Network Processes): Document seqpacket type.
2121 2010-03-20  Dan Nicolaescu  <dann@ics.uci.edu>
2123         * os.texi (System Environment): Do not mention lynxos.
2125 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
2127         * Branch for 23.2.
2129 2010-03-06  Chong Yidong  <cyd@stupidchicken.com>
2131         * objects.texi (Integer Type): Take note of the read syntax
2132         exception for numbers that cannot fit in the integer type.
2134 2010-03-03  Glenn Morris  <rgm@gnu.org>
2136         * numbers.texi (Integer Basics, Bitwise Operations):
2137         * objects.texi (Integer Type): Update for integers now being 30-bit.
2139 2010-02-27  Chong Yidong  <cyd@stupidchicken.com>
2141         * display.texi (Low-Level Font): Document :otf font-spec property.
2143 2010-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2145         * display.texi (Line Height): Avoid obsolete special default variables
2146         like default-major-mode.
2148 2010-01-28  Alan Mackenzie  <acm@muc.de>
2150         * display.texi (Auto Faces): Say fontification-functions is called
2151         whether or not Font Lock is enabled.  Tidy up the wording a bit.
2153 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
2155         * elisp.texi: Remove duplicate edition information (Bug#5407).
2157 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
2159         * two.el (volume-header-toc-markup): Fix typos in docstring.
2161 2010-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2163         Avoid dubious uses of save-excursions.
2164         * positions.texi (Excursions): Recommend the use of
2165         save-current-buffer if applicable.
2166         * text.texi (Clickable Text): Fix the example code which used
2167         save-excursion in a naive way which sometimes preserves point and
2168         sometimes not.
2169         * variables.texi (Creating Buffer-Local):
2170         * os.texi (Session Management):
2171         * display.texi (GIF Images):
2172         * control.texi (Cleanups): Use (save|with)-current-buffer.
2174 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
2176         * modes.texi (Example Major Modes): Fix indentation.  (Bug#5195)
2178 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
2180         * nonascii.texi (Text Representations, Character Codes)
2181         (Converting Representations, Explicit Encoding)
2182         (Translation of Characters): Use hex notation consistently.
2183         (Character Sets): Fix map-charset-chars doc (Bug#5197).
2185 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
2187         * loading.texi (Where Defined): Make it clearer that these are
2188         loaded files (Bug#5068).
2190 2009-12-29  Chong Yidong  <cyd@stupidchicken.com>
2192         * minibuf.texi (Completion Styles): Document `initials' style.
2194 2009-12-25  Chong Yidong  <cyd@stupidchicken.com>
2196         * frames.texi (Resources): Describe inhibit-x-resources.
2197         (Size Parameters): Copyedit.
2199         * hash.texi (Creating Hash):
2200         * objects.texi (Hash Table Type): Document the new hash table
2201         printed representation.
2203         * minibuf.texi (Basic Completion): 4th arg to all-completions is
2204         obsolete.
2206         * processes.texi (Process Buffers):
2207         Document process-kill-buffer-query-function.
2209 2009-12-05  Glenn Morris  <rgm@gnu.org>
2211         * hooks.texi (Standard Hooks): Remove diary-display-hook, replaced by
2212         diary-display-function, and no longer recommended to be a hook.
2213         Update for changes in the names of calendar and diary hooks.
2214         diary-print-entries-hook has changed section.
2216 2009-11-28  Eli Zaretskii  <eliz@gnu.org>
2218         * text.texi (Special Properties): More accurate description of
2219         what the `cursor' property does.
2221 2009-11-26  Kevin Ryde  <user42@zip.com.au>
2223         * commands.texi (Misc Events): vindex mouse-wheel-up-event and
2224         mouse-wheel-down-event, the closest thing to a definition for them.
2225         * os.texi (Startup Summary): vindex inhibit-startup-message and
2226         inhibit-splash-screen.
2227         (Command-Line Arguments): vindex argv.
2228         (Suspending Emacs): vindex suspend-tty-functions and
2229         resume-tty-functions.  Don't want to index every hook, but having
2230         the programming ones is helpful.
2232 2009-11-14  Chong Yidong  <cyd@stupidchicken.com>
2234         * commands.texi (Motion Events): Fix typo (Bug#4907).
2236 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
2238         * searching.texi (Char Classes): Note that [:upper:] and [:lower:]
2239         are affected by case-fold-search (Bug#4483).
2241 2009-11-02  Chong Yidong  <cyd@stupidchicken.com>
2243         * minibuf.texi (Reading File Names): Note that read-file-name may
2244         use a graphical file dialog.
2246 2009-10-31  Glenn Morris  <rgm@gnu.org>
2248         * nonascii.texi (User-Chosen Coding Systems): Minor reword.  (Bug#4817)
2250 2009-10-16  Kevin Ryde  <user42@zip.com.au>
2252         * files.texi (Magic File Names): Add @vindex file-name-handler-alist,
2253         in particular so `info-lookup-symbol' can find its docs.
2255 2009-10-16  Chong Yidong  <cyd@stupidchicken.com>
2257         * variables.texi (Constant Variables): Distinguish from defconst
2258         variables.
2259         (Defining Variables): Add cindex.
2261 2009-10-15  Chong Yidong  <cyd@stupidchicken.com>
2263         * os.texi (Time of Day): Clarify that the microsecond part is
2264         ignored (Bug#4637).
2266 2009-10-11  Glenn Morris  <rgm@gnu.org>
2268         * frames.texi (Size and Position): Clarify what is included in the frame
2269         height.  (Bug#4535)
2271 2009-10-10  Glenn Morris  <rgm@gnu.org>
2273         * windows.texi (Size of Window): The relationship between window and
2274         frame heights is not so simple.  (Bug#4535)
2275         Mention window-full-height-p.
2277 2009-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2279         * positions.texi (Text Lines): Remove goto-line, since it shouldn't be
2280         used from Lisp.
2282 2009-10-07  Eli Zaretskii  <eliz@gnu.org>
2284         * files.texi (Directory Names) <abbreviate-file-name>:
2285         Document that root home directories are not replaced with "~".
2287 2009-10-06  Eli Zaretskii  <eliz@gnu.org>
2289         * text.texi (Special Properties): Document the meaning of the
2290         `cursor' text property whose value is an integer.
2292 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
2294         * files.texi (Magic File Names): Add `copy-directory'.
2296 2009-10-05  Eli Zaretskii  <eliz@gnu.org>
2298         * files.texi (File Attributes): Fix description of file
2299         attributes.  (Bug#4638) Update attributes of files.texi example to
2300         be more representative.
2302 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
2304         * files.texi (Create/Delete Dirs): New command copy-directory.
2306 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
2308         * anti.texi (Antinews):
2309         * macros.texi (Indenting Macros):
2310         * strings.texi (Creating Strings, Case Conversion):
2311         Remove duplicate words.
2313 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
2315         * files.texi (Create/Delete Dirs): delete-directory has an
2316         optional parameter RECURSIVE.
2318 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2320         * buffers.texi (Swapping Text): Minor clarification.
2322 2009-10-01  Glenn Morris  <rgm@gnu.org>
2324         * functions.texi (Declaring Functions): Mention that we also search for
2325         ".m" files in the src/ directory.
2327 2009-09-25  David Engster  <deng@randomsample.de>
2329         * display.texi (Managing Overlays): Document copy-overlay (Bug#4549).
2331 2009-09-22  Glenn Morris  <rgm@gnu.org>
2333         * internals.texi (Building Emacs): Mention preloaded-file-list.
2335 2009-09-14  Alan Mackenzie  <acm@muc.de>
2337         * os.texi (Terminal Output): Put "@code{}" around "stdout".
2339 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
2341         * functions.texi (Anonymous Functions): Rearrange discussion,
2342         giving usage of unquoted lambda forms first.  Mention that
2343         `function' and `#'' are no longer required (Bug#4290).
2345 2009-09-11  Alan Mackenzie  <acm@muc.de>
2347         * os.texi (Terminal Output): Document `send-string-to-terminal' in
2348         batch mode.
2350 2009-09-01  Glenn Morris  <rgm@gnu.org>
2352         * display.texi (Face Functions): Mention define-obsolete-face-alias.
2354 2009-08-26  Ulrich Mueller  <ulm@gentoo.org>
2356         * nonascii.texi (Character Codes): Fix typos.
2358 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
2360         * processes.texi (Synchronous Processes): New defvar
2361         process-file-side-effects.
2363 2009-08-25  Glenn Morris  <rgm@gnu.org>
2365         * display.texi (Fontsets): Fix typo.
2367         * files.texi (Format Conversion Round-Trip): Mention nil regexp.
2369 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2371         * processes.texi (Asynchronous Processes): Adjust arglist of
2372         start-process-shell-command and start-file-process-shell-command.
2374 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
2376         * advice.texi (Argument Access in Advice): Note that argument
2377         positions are zero-based (Bug#3932).
2379         * commands.texi (Distinguish Interactive): Minor copyedit.
2381         * display.texi (Face Attributes): Add xref to Displaying Faces for
2382         explanation of "underlying face".
2384         * customize.texi (Common Keywords): Add xref to Loading.
2386         * loading.texi (How Programs Do Loading): Add xref to Lisp
2387         Libraries node in the Emacs manual.
2389 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
2391         * objects.texi (Meta-Char Syntax): Add xref to Strings of Events.
2393 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
2395         * processes.texi (Shell Arguments): Copyedits.
2397 2009-07-18  Glenn Morris  <rgm@gnu.org>
2399         * loading.texi (Repeated Loading): Fix typo.
2401 2009-07-16  Richard Stallman  <rms@gnu.org>
2403         * buffers.texi (Swapping Text): Recommend setting
2404         write-region-annotate-functions and buffer-saved-size.
2406         * backups.texi (Auto-Saving): Document buffer-saved-size = -2.
2408 2009-07-15  Glenn Morris  <rgm@gnu.org>
2410         * edebug.texi: Minor re-phrasings throughout.
2411         (Edebug Execution Modes): Sit-for affects continue mode too.
2412         (Jumping): Use `forward-sexp' rather than its keybinding.
2413         (Edebug Misc): Fix Q binding.
2414         (Edebug Eval): Remove cl version.
2415         (Printing in Edebug): Clarify print-length etc.
2416         (Instrumenting Macro Calls): Defopt edebug-eval-macro-args.
2417         (Specification List): Remove edebug-unwrap findex entry.
2418         (Specification Examples): defmacro is actually not the same as defun.
2419         Escape "`" in example.
2421 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
2423         * markers.texi (The Mark): Document optional arg to
2424         deactivate-mark.
2426 2009-07-11  Kevin Ryde  <user42@zip.com.au>
2428         * hooks.texi (Standard Hooks): Fix cross-references.
2430         * loading.texi (Named Features): Refer to eval-after-load.
2432 2009-07-11  Glenn Morris  <rgm@gnu.org>
2434         * Makefile.in (TEXI2PDF): New.
2435         (elisp.pdf): New target.
2437         * searching.texi (Regexp Backslash): Fix typo.
2439         * elisp.texi (Top): Display copyright notice at start of non-TeX.
2441 2009-07-10  Glenn Morris  <rgm@gnu.org>
2443         * elisp.texi, vol1.texi, vol2.texi: Update @detailmenu.
2445         * customize.texi (Customization Types):
2446         * display.texi (Abstract Display):
2447         * objects.texi (Character Type, String Type):
2448         Merge in some menu descriptions from elisp.texi.
2450         * hash.texi (Hash Tables):
2451         * modes.texi (Multiline Font Lock):
2452         End menu description with period.
2454 2009-07-09  Glenn Morris  <rgm@gnu.org>
2456         * back.texi: Don't hard-code texinfo location.
2458         * two-volume.make (texinfodir): New, with location of texinfo.tex.
2459         (tex): Add texinfodir to TEXINPUTS.
2460         (elisp1med-init, elisp2med-init): Use texinfodir.
2462         * Makefile.in (texinfodir): Rename from usermanualdir, and update.
2463         (clean): Add two-volume.make intermediate files.
2465         * elisp.texi, vol1.texi, vol2.texi:
2466         Use a DATE variable with the publication date, and update it.
2467         Fix antinews menu description.
2469         * vol1.texi, vol2.texi: Update VERSION to match elisp.texi.
2470         Update the detailed node listing to match elisp.texi.
2472         * README: Update edition to match elisp.texi.
2474         * objects.texi (General Escape Syntax):
2475         * nonascii.texi (Character Sets):
2476         Use consistent case for "Unicode Standard".
2478         * anti.texi (Antinews):
2479         * customize.texi (Variable Definitions):
2480         * functions.texi (Declaring Functions):
2481         * nonascii.texi (Character Properties):
2482         * processes.texi (Serial Ports):
2483         * text.texi (Special Properties):
2484         * tips.texi (Coding Conventions):
2485         Minor rearrangements to improve TeX line-filling.
2487         * commands.texi (Using Interactive): Fix cross-reference.
2489 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
2491         * frames.texi (Management Parameters): Mention sticky.
2493 2009-07-01  Andreas Schwab  <aschwab@redhat.com>
2495         * help.texi (Help Functions): Fix description of help-buffer and
2496         help-setup-xref to use @defun instead of @deffn.
2498 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
2500         * frames.texi (Size Parameters): Mention maximized for fullscreen.
2502 2009-06-24  Chong Yidong  <cyd@stupidchicken.com>
2504         * display.texi (Window Systems): Add ns to the list.
2506 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
2508         * Branch for 23.1.
2510 2009-06-17  Martin Rudalics  <rudalics@gmx.at>
2512         * windows.texi (Dedicated Windows): Fix typo.
2513         (Resizing Windows): Replace @defun by @deffn.
2515 2009-06-17  Glenn Morris  <rgm@gnu.org>
2517         * variables.texi (Directory Local Variables):
2518         Update for 2009-04-11 name-change of dir-locals-directory-alist.
2520 2009-06-09  Kenichi Handa  <handa@m17n.org>
2522         * nonascii.texi (Character Sets): State clearly that FROM and TO
2523         are codepoints of CHARSET.
2525 2009-06-07  Chong Yidong  <cyd@stupidchicken.com>
2527         * minibuf.texi (Reading File Names): Fix introductory text.
2528         Suggested by stan@derbycityprints.com.
2529         (High-Level Completion): Fix typo.
2531 2009-05-28  Chong Yidong  <cyd@stupidchicken.com>
2533         * frames.texi (Text Terminal Colors): Multi-tty is already
2534         implemented, but tty-local colors are not.
2536 2009-05-27  Chong Yidong  <cyd@stupidchicken.com>
2538         * hooks.texi (Standard Hooks): Remove mention of obsolete
2539         redisplay-end-trigger-functions.
2541         * internals.texi (Window Internals): Remove mention of obsolete
2542         redisplay-end-trigger-functions.
2544 2009-05-21  Martin Rudalics  <rudalics@gmx.at>
2546         * abbrevs.texi (Abbrev Mode): abbrev-mode is an option.
2548         * backups.texi (Making Backups): backup-directory-alist and
2549         make-backup-file-name-function are options.
2550         (Auto-Saving): auto-save-list-file-prefix is an option.
2552         * buffers.texi (Killing Buffers): buffer-offer-save is an
2553         option.
2555         * display.texi (Refresh Screen): no-redraw-on-reenter is an
2556         option.
2557         (Echo Area Customization): echo-keystrokes is an option.
2558         (Selective Display): selective-display-ellipses is an option.
2559         (Temporary Displays): temp-buffer-show-function is an option.
2560         (Face Attributes): underline-minimum-offset and x-bitmap-file-path
2561         are options.
2562         (Font Selection): face-font-family-alternatives,
2563         face-font-selection-order, face-font-registry-alternatives, and
2564         scalable-fonts-allowed are options.
2565         (Fringe Indicators): indicate-buffer-boundaries is an option.
2566         (Fringe Cursors): overflow-newline-into-fringe is an option.
2567         (Scroll Bars): scroll-bar-mode is an option.
2569         * eval.texi (Eval): max-lisp-eval-depth is an option.
2571         * files.texi (Visiting Functions): find-file-hook is an option.
2572         (Directory Names): directory-abbrev-alist is an option.
2573         (Unique File Names): temporary-file-directory and
2574         small-temporary-file-directory are options.
2576         * frames.texi (Initial Parameters): initial-frame-alist,
2577         minibuffer-frame-alist and default-frame-alist are options.
2578         (Cursor Parameters): blink-cursor-alist and
2579         cursor-in-non-selected-windows ar options.
2580         (Window System Selections): selection-coding-system is an
2581         option.
2582         (Display Feature Testing): display-mm-dimensions-alist is an
2583         option.
2585         * help.texi (Help Functions): help-char and help-event-list are
2586         options.
2588         * keymaps.texi (Functions for Key Lookup): meta-prefix-char is
2589         an option.
2591         * minibuf.texi (Minibuffer History): history-length and
2592         history-delete-duplicates are options.
2593         (High-Level Completion): read-buffer-function and
2594         read-buffer-completion-ignore-case are options.
2595         (Reading File Names): read-file-name-completion-ignore-case is
2596         an option.
2598         * modes.texi (Mode Line Top): mode-line-format is an option.
2599         (Mode Line Variables): mode-line-position and mode-line-modes
2600         are options.
2602         * nonascii.texi (Text Representations):
2603         enable-multibyte-characters is an option.
2604         (Default Coding Systems): auto-coding-regexp-alist,
2605         file-coding-system-alist, auto-coding-alist and
2606         auto-coding-functions are options.
2607         (Specifying Coding Systems): inhibit-eol-conversion is an
2608         option.
2610         * os.texi (Init File): site-run-file is an option.
2611         (System Environment): mail-host-address is an option.
2612         (User Identification): user-mail-address is an option.
2613         (Terminal Output): baud-rate is an option.
2615         * positions.texi (Word Motion): words-include-escapes is an
2616         option.
2618         * searching.texi (Standard Regexps): page-delimiter,
2619         paragraph-separate, paragraph-separate and sentence-end are
2620         options.
2622         * text.texi (Margins): left-margin and fill-nobreak-predicate
2623         are options.
2625         * variables.texi (Local Variables): max-specpdl-size is an
2626         option.
2628         * windows.texi (Choosing Window):
2629         split-window-preferred-function, special-display-function and
2630         display-buffer-function are options.
2632 2009-05-20  Chong Yidong  <cyd@stupidchicken.com>
2634         Fix errors spotted by Martin Rudalics.
2636         * syntax.texi (Position Parse): Document rationale for ignored
2637         arguments to syntax-ppss-flush-cache.
2639         * processes.texi (Input to Processes): Mark PROCESS arg to
2640         process-running-child-p as optional.
2641         (Network Options): Document NO-ERROR arg to
2642         set-network-process-option.
2644         * buffers.texi (Indirect Buffers): Mark clone-indirect-buffer as a
2645         command.
2647         * searching.texi (POSIX Regexps): Mark posix-search-forward and
2648         posix-search-backward as commands.
2650         * os.texi (Killing Emacs): Mark kill-emacs as a command.
2651         (Suspending Emacs): Mark suspend-emacs as a command.
2652         (Processor Run Time): Mark emacs-uptime and emacs-init-time as
2653         commands.
2654         (Terminal Output): Remove obsolete function baud-rate.
2655         Document TERMINAL arg for send-string-to-terminal.
2657         * nonascii.texi (Terminal I/O Encoding): Document TERMINAL arg for
2658         terminal-coding-system and set-terminal-coding-system.
2659         (Explicit Encoding): Mark DESTINATION arg of decode-coding-region
2660         as optional.
2661         (Character Sets): Document RESTRICTION arg of char-charset.
2662         (Character Codes): Mark POS argument to get-byte as optional.
2664         * minibuf.texi (Minibuffer Misc): Document ARGS arg for
2665         minibuffer-message.
2667         * files.texi (Create/Delete Dirs): Mark make-directory and
2668         delete-directory as commands.
2670         * abbrevs.texi (Abbrev Tables): Fix arglist for make-abbrev-table.
2672         * text.texi (Base 64): Mark base64-decode-string and
2673         base64-encode-string as commands.
2674         (Columns): Mark move-to-column as a command.
2675         (Mode-Specific Indent): Document RIGID arg to
2676         indent-for-tab-command.
2677         (Region Indent): Mark TO-COLUMN arg to indent-region as optional.
2678         Mark indent-code-rigidly as a command.
2679         (Substitution): Mark translate-region as a command.
2681         * frames.texi (Size and Position): Remove obsolete functions
2682         screen-height and screen-width.
2684 2009-05-19  Chong Yidong  <cyd@stupidchicken.com>
2686         * windows.texi (Cyclic Window Ordering, Cyclic Window Ordering)
2687         (Displaying Buffers, Resizing Windows): Correct mistakes;
2688         next-window, previous-window, and pop-to-buffer are not commands,
2689         and fit-window-to-buffer" is a command.  (Pointed out by Martin
2690         Rudalics.)
2692 2009-05-17  Richard M Stallman  <rms@gnu.org>
2694         * modes.texi (Precalculated Fontification): Clarify text.
2696 2009-05-17  Martin Rudalics  <rudalics@gmx.at>
2698         * windows.texi (Selecting Windows): Clarify descriptions of
2699         with-selected-window and get-lru-window.
2700         (Cyclic Window Ordering): Refer to particular frame when talking
2701         about how splitting affects the ordering.
2702         (Displaying Buffers): Fix descriptions of switch-to-buffer and
2703         switch-to-buffer-other-window.  Explain how setting of
2704         display-buffer-reuse-frames affects pop-to-buffer.
2705         (Choosing Window): Clarify some details in descriptions of
2706         display-buffer-reuse-frames, pop-up-frames, and
2707         pop-up-frame-function.
2708         (Dedicated Windows): Clarify some details.
2709         (Textual Scrolling): Replace term vscroll by term vertical
2710         scroll position.
2711         (Vertical Scrolling): Fix typo.
2712         (Window Hooks): Relate text on jit-lock-register to window
2713         scrolling and size changes.
2715 2009-05-14  Chong Yidong  <cyd@stupidchicken.com>
2717         * frames.texi (Initial Parameters): Clarify what the initial
2718         minibuffer frame is.
2719         (Buffer Parameters): Note that the minibuffer parameter can not be
2720         altered.
2722         * anti.texi (Antinews): Copyedits.  Rearrange some entries.
2723         Document display-buffer changes.
2725 2009-05-13  Chong Yidong  <cyd@stupidchicken.com>
2727         * anti.texi (Antinews): Rewrite for Emacs 22.
2729         * abbrevs.texi (Abbrevs): Add xref to Creating Symbols when
2730         obarrays are first mentioned.  Define "system abbrev" more
2731         prominently, and add it to the index.
2732         (Abbrev Mode, Abbrev Tables, Defining Abbrevs, Abbrev Properties):
2733         Copyedits.
2734         (Abbrev Expansion): Document abbrev-insert.
2736 2009-05-12  Chong Yidong  <cyd@stupidchicken.com>
2738         * frames.texi (Font and Color Parameters): Rename from Color
2739         Parameters.  Document font-backend parameter.
2741         * vol2.texi (Top): Update node listing.
2742         * vol1.texi (Top): Update node listing.
2743         * elisp.texi (Top): Update node listing.
2745 2009-05-11  Martin Rudalics  <rudalics@gmx.at>
2747         * windows.texi (Choosing Window): Don't explicitly refer to
2748         split-window-sensibly's window argument in descriptions of
2749         split-height-threshold and split-width-threshold.
2751 2009-05-10  Martin Rudalics  <rudalics@gmx.at>
2753         * windows.texi (Choosing Window): Fix rewrite of window
2754         splitting section.
2756 2009-05-09  Eli Zaretskii  <eliz@gnu.org>
2758         * nonascii.texi (Default Coding Systems):
2759         Document find-auto-coding, set-auto-coding, and auto-coding-alist.
2760         Add indexing.
2761         (Lisp and Coding Systems): Add index entries.
2763 2009-05-09  Martin Rudalics  <rudalics@gmx.at>
2765         * windows.texi (Choosing Window): Describe split-window-sensibly
2766         and rewrite section on window splitting accordingly.
2767         (Textual Scrolling): Replace `...' by @code{...}.
2769 2009-05-04  Chong Yidong  <cyd@stupidchicken.com>
2771         * hooks.texi (Standard Hooks): Add abbrev-expand-functions.
2772         Remove obsoleted pre-abbrev-expand-hook.
2774         * locals.texi (Standard Buffer-Local Variables): Consolidate table
2775         entries.
2777         * internals.texi (Object Internals): Don't assume 32-bit machines
2778         are the norm.
2779         (Buffer Internals): Consolidate table entries for readability.
2780         (Window Internals): Synch field names to window.h.
2781         (Process Internals): Synch field names to process.h.
2783 2009-04-29  Chong Yidong  <cyd@stupidchicken.com>
2785         * variables.texi (File Local Variables): Note that read-circle is
2786         bound to nil when reading file-local variables.
2788         * streams.texi (Input Functions): Document read-circle.
2789         (Output Variables): Add xref to Circular Objects.
2791 2009-04-25  Chong Yidong  <cyd@stupidchicken.com>
2793         * tips.texi (Coding Conventions): Copyedits.  Add xref to Named
2794         Features and Coding System Basics.  Node that "p" stands for
2795         "predicate".  Recommend utf-8-emacs instead of emacs-mule.
2796         (Key Binding Conventions): Emacs does use S-down-mouse-1, for
2797         mouse-appearance-menu.
2798         (Programming Tips): Add xref to Progress.
2800 2009-04-22  Chong Yidong  <cyd@stupidchicken.com>
2802         * os.texi (Command-Line Arguments):
2803         Document command-line-args-left.
2804         (Suspending Emacs): Adapt text to multi-tty case.  Document use of
2805         terminal objects for tty arguments.
2806         (Startup Summary): Add xref to Session Management.
2807         (Session Management): Mention emacs-session-restore.  Copyedits.
2809 2009-04-20  Chong Yidong  <cyd@stupidchicken.com>
2811         * os.texi (Startup Summary): Copyedits.  The init file is not
2812         necessarily named .emacs now.  Document initial-buffer-choice and
2813         initial-scratch-message.  Note where Emacs exits in batch mode.
2814         Document inhibit-splash-screen as an alias.
2815         (Init File): Be neutral about which init file name to use.
2817 2009-04-16  Chong Yidong  <cyd@stupidchicken.com>
2819         * os.texi (System Interface): Fix Texinfo usage.
2821 2009-04-15  Chong Yidong  <cyd@stupidchicken.com>
2823         * searching.texi (Regexp Backslash): Also refer to shy groups as
2824         non-capturing or unnumbered groups.
2825         (Regexp Functions): Add cross-reference to Regexp Backslash.
2827         * display.texi (Truncation): Overlays can use line-prefix and
2828         wrap-prefix too.
2829         (Overlay Properties): Document wrap-prefix and line-prefix.
2830         (Face Attributes): Document underline-minimum-offset.
2831         (Face Remapping): Copyedits.
2832         (Low-Level Font): Copyedits.
2833         (Image Cache): Note that the image cache is shared between frames.
2834         (Line Height): Emphasize that line-spacing only takes effect on
2835         graphical terminals.
2837 2009-04-13  Chong Yidong  <cyd@stupidchicken.com>
2839         * display.texi (Refresh Screen): Note that a passage about screen
2840         refreshing is text terminal only.
2841         (Forcing Redisplay): Delete misleading comment---sit-for calls
2842         redisplay, not the other way around.
2843         (Truncation): Note new values of truncate-partial-width-windows.
2844         Copyedits.
2845         (Invisible Text): Document invisible-p.
2847 2009-04-11  Eli Zaretskii  <eliz@gnu.org>
2849         * display.texi (Overlays): Overlays don't scale well.  See
2850         http://lists.gnu.org/archive/html/emacs-devel/2009-04/msg00243.html.
2852 2009-04-10  Chong Yidong  <cyd@stupidchicken.com>
2854         * syntax.texi (Syntax Table Functions): Document cons cell
2855         argument for modify-syntax-entry.
2856         (Categories): Document cons cell argument for
2857         modify-category-entry.
2859         * searching.texi (String Search): Document word-search-forward-lax
2860         and word-search-backward-lax.
2861         (Searching and Case): Describe isearch behavior more precisely.
2863         * keymaps.texi (Tool Bar): Mention that some platforms do not
2864         support multi-line toolbars.  Suggested by Stephen Eglen.
2866         * frames.texi (Layout Parameters): Mention that Nextstep also
2867         allows only one tool-bar line.  Suggested by Stephen Eglen.
2869         * nonascii.texi (Text Representations): Copyedits.
2870         (Coding System Basics): Also mention utf-8-emacs.
2871         (Converting Representations, Selecting a Representation)
2872         (Scanning Charsets, Translation of Characters, Encoding and I/O):
2873         Copyedits.
2874         (Character Codes): Mention role of codepoints 1114112 to 4194175.
2876 2009-04-09  Chong Yidong  <cyd@stupidchicken.com>
2878         * text.texi (Yank Commands): Note that yank uses push-mark.
2879         (Filling): Clarify REGION argument of fill-paragraph.
2880         Document fill-forward-paragraph-function.
2881         (Special Properties): Remove "new in Emacs 22" declaration.
2882         (Clickable Text): Merge with Links and Mouse-1 node.
2884         * display.texi (Button Properties, Button Buffer Commands):
2885         Change xref to Clickable Text.
2887         * tips.texi (Key Binding Conventions): Change xref to Clickable
2888         Text.
2890         * elisp.texi (Top): Update node listing.
2892 2009-04-05  Chong Yidong  <cyd@stupidchicken.com>
2894         * markers.texi (The Mark): Copyedits.  Improve description of
2895         handle-shift-selection.
2896         (The Region): Move use-region-p here from The Mark.
2898         * positions.texi (Screen Lines): Document (cols . lines) argument
2899         for vertical-motion.
2901 2009-04-04  Chong Yidong  <cyd@stupidchicken.com>
2903         * frames.texi (Frames): Clean up introduction.  Document `ns'
2904         return value for framep.
2905         (Creating Frames): Note how the terminal is chosen.
2906         (Multiple Terminals, Multiple Displays): Merge into a single node.
2907         (Color Parameters): Fix typo.
2909         * variables.texi (Local Variables, Buffer-Local Variables)
2910         (Creating Buffer-Local): Change link to Multiple Terminals.
2912         * os.texi (X11 Keysyms): Change link to Multiple Terminals.
2914         * keymaps.texi (Controlling Active Maps): Change link to Multiple
2915         Terminals.
2917         * commands.texi (Command Loop Info, Keyboard Macros): Change link
2918         to Multiple Terminals.
2920         * elisp.texi (Top): Update node listing.
2921         * vol2.texi (Top): Update node listing.
2922         * vol1.texi (Top): Update node listing.
2924         * buffers.texi (Current Buffer): Note that the append-to-buffer
2925         example is no longer in synch with the latest code.  Tie the two
2926         examples together.
2928         * files.texi (File Attributes): Move note about MS-DOS from
2929         Changing Files to File Attributes.
2930         (Create/Delete Dirs): Note that mkdir is an alias for this.
2932 2009-04-01  Markus Triska  <triska@gmx.at>
2934         * processes.texi (Filter Functions): Suggest how to handle output
2935         batches.
2937 2009-03-30  Chong Yidong  <cyd@stupidchicken.com>
2939         * help.texi (Accessing Documentation): Update example to use
2940         help-setup-xref and with-help-window.
2941         (Help Functions): Remove print-help-return-message, which is
2942         semi-obsolete due to with-help-window.  Document help-buffer and
2943         help-setup-xref.
2945 2009-03-29  Chong Yidong  <cyd@stupidchicken.com>
2947         * help.texi (Accessing Documentation, Help Functions):
2948         Remove information about long-obsolete Emacs versions.
2950         * modes.texi (Mode Line Variables): The default values of the mode
2951         line variables are now more complicated.
2953 2009-03-28  Chong Yidong  <cyd@stupidchicken.com>
2955         * modes.texi (Major Mode Conventions): Note that specialness is
2956         inherited.
2957         (Derived Modes): Note that define-derive-mode sets the mode-class
2958         property.
2960         * keymaps.texi (Prefix Keys): The M-g prefix key is now named
2961         goto-map.  Add search-map to the list.
2963 2009-03-27  Eli Zaretskii  <eliz@gnu.org>
2965         * os.texi (System Environment): Update the list of system-type
2966         values.
2968         * markers.texi (The Mark) <handle-shift-selection>: Update for
2969         removal of the optional argument DEACTIVATE.
2971 2009-03-25  Chong Yidong  <cyd@stupidchicken.com>
2973         * commands.texi (Focus Events): Most X window managers don't use
2974         focus-follows-mouse nowadays.
2976 2009-03-24  Chong Yidong  <cyd@stupidchicken.com>
2978         * commands.texi (Defining Commands): Clarify introduction.
2979         (Using Interactive): Not that interactive can be put in a symbol
2980         property.
2981         (Interactive Call): Note that a symbol with a non-nil
2982         interactive-form property satisfies commandp.
2984 2009-03-23  Juanma Barranquero  <lekktu@gmail.com>
2986         * minibuf.texi (Intro to Minibuffers): Fix typos.
2988 2009-03-23  Chong Yidong  <cyd@stupidchicken.com>
2990         * minibuf.texi (Intro to Minibuffers): Remove long-obsolete info
2991         about minibuffers in old Emacs versions.  Copyedits.
2992         Emphasize that enable-recursive-minibuffers defaults to nil.
2993         (Text from Minibuffer): Simplify introduction.
2995 2009-03-22  Alan Mackenzie  <acm@muc.de>
2997         * commands.texi (Using Interactive): Clarify string argument to
2998         `interactive' - even promptless elements need \n separators.
3000 2009-03-18  Chong Yidong  <cyd@stupidchicken.com>
3002         * minibuf.texi (Completion Styles): New node.
3004         * elisp.texi (Top): Update node listing.
3006 2009-03-17  Chong Yidong  <cyd@stupidchicken.com>
3008         * minibuf.texi (Basic Completion): Note that
3009         read-file-name-completion-ignore-case and
3010         read-buffer-completion-ignore-case can override
3011         completion-ignore-case.
3012         (Minibuffer Completion): Document completing-read changes.
3013         (Completion Commands): Avoid mentioning partial completion mode.
3014         Document minibuffer-completion-confirm changes, and
3015         minibuffer-confirm-exit-commands.
3016         (High-Level Completion): Document new require-match behavior for
3017         read-buffer.  Document read-buffer-completion-ignore-case.
3018         (Reading File Names): Document new require-match behavior for
3019         read-file-name.
3021 2009-03-14  Chong Yidong  <cyd@stupidchicken.com>
3023         * debugging.texi (Error Debugging): Don't mislead the reader into
3024         thinking that debug-on-error enters debugger for C-f at EOB.
3025         (Error Debugging): Setting debug-on-init within the init file
3026         works, and has for some time.
3028 2009-03-13  Kenichi Handa  <handa@m17n.org>
3030         * display.texi (Fontsets): Update the description.
3032 2009-03-13  Chong Yidong  <cyd@stupidchicken.com>
3034         * advice.texi (Advising Primitives): Link to What Is a Function.
3036 2009-03-12  Chong Yidong  <cyd@stupidchicken.com>
3038         * compile.texi (Speed of Byte-Code): Update example.
3039         (Disassembly): Update examples.
3041         * loading.texi (Repeated Loading): Simplify examples.
3043         * customize.texi (Common Keywords): It's not necessary to use :tag
3044         to remove hyphens, as custom-unlispify-tag-name does it
3045         automatically.
3046         (Variable Definitions): Link to File Local Variables.
3047         Document customized-value symbol property.
3048         (Customization Types): Move menu to end of node.
3050 2009-03-10  Chong Yidong  <cyd@stupidchicken.com>
3052         * macros.texi (Compiling Macros): Omit misleading sentence, which
3053         implied that macros can only be used in the same file they are
3054         defined.
3055         (Backquote): Remove obsolete information about Emacs 19.
3057 2009-03-05  John Foerch  <jjfoerch@earthlink.net>  (tiny change)
3059         * display.texi (Display Margins): Fix paren typo.
3061 2009-02-27  Chong Yidong  <cyd@stupidchicken.com>
3063         * elisp.texi (Top): Update node listing.
3065         * variables.texi (Variables): Clarify introduction.
3066         (Global Variables): Mention that setq is a special form.
3067         (Local Variables): Use active voice.
3068         (Tips for Defining): Mention marking variables as safe.
3069         (Buffer-Local Variables): Mention terminal-local and frame-local
3070         variables together.
3071         (File Local Variables): Copyedits.
3072         (Frame-Local Variables): Note that they are not really useful.
3073         (Future Local Variables): Node deleted.
3075         * objects.texi (General Escape Syntax): Update explanation of
3076         Unicode escape syntax.
3078 2009-02-23  Chong Yidong  <cyd@stupidchicken.com>
3080         * control.texi (Control Structures): Add cindex entry for "textual
3081         order".
3083         * eval.texi (Intro Eval): Copyedits.  Standardize on "form"
3084         instead of "expression" throughout.
3085         (Function Indirection): Copyedits.  Use active voice.
3086         (Eval): The default value of max-lisp-eval-depth is now 400.
3088 2009-02-23  Miles Bader  <miles@gnu.org>
3090         * processes.texi (System Processes): Rename `system-process-attributes'
3091         to `process-attributes'.
3093 2009-02-22  Chong Yidong  <cyd@stupidchicken.com>
3095         * symbols.texi (Property Lists): Emphasize that property lists are
3096         not restricted to symbol cells.
3097         (Other Plists): Copyedit.
3099         * sequences.texi (Sequences Arrays Vectors): Make introduction
3100         more concise.
3101         (Arrays): Mention char-tables and bool-vectors too.
3102         (Vectors): Don't repeat information given in Arrays node.  Link to
3103         nodes that explain the vector usage examples.
3104         (Char-Tables): Note that char-table elements can have arbitrary
3105         type.  Explain effect of omitted char-table-extra-slots property.
3106         Link to Property Lists node.
3108 2009-02-22  Chong Yidong  <cyd@stupidchicken.com>
3110         * lists.texi (Building Lists): Remove obsolete Emacs 20 usage of
3111         `append'.
3112         (List Elements): Copyedits.
3114         * sequences.texi (Vector Functions): Remove obsolete Emacs 20 use
3115         of `vconcat'.
3117         * strings.texi (Creating Strings): Copyedits.  Remove obsolete
3118         Emacs 20 usage of `concat'.
3119         (Case Conversion): Copyedits.
3121 2009-02-21  Chong Yidong  <cyd@stupidchicken.com>
3123         * objects.texi (Lisp Data Types, Syntax for Strings, Buffer Type):
3124         Minor edits.
3125         (Frame Configuration Type): Emphasize that it is not primitive.
3126         (Font Type): New node.
3127         (Type Predicates): Add fontp; type-of now recognizes font object
3128         types.
3130         * intro.texi (Version Info): Update version numbers in examples.
3131         (Acknowledgements): List more contributors.
3133         * elisp.texi: Bump version number to 3.0.
3134         (Top): Link to Font Type node.
3136 2009-02-20  Juanma Barranquero  <lekktu@gmail.com>
3138         * modes.texi (Major Mode Conventions): Remove duplicate words.
3139         (Customizing Keywords): Fix typo.
3141 2009-02-14  Eli Zaretskii  <eliz@gnu.org>
3143         * nonascii.texi (User-Chosen Coding Systems): Document that
3144         select-safe-coding-system suggests raw-text if there are raw bytes
3145         in the region.
3146         (Explicit Encoding): Warn not to use `undecided' when encoding.
3148 2009-02-11  Glenn Morris  <rgm@gnu.org>
3150         * frames.texi (Visibility of Frames): Mention the effect multiple
3151         workspaces/desktops can have on visibility.
3153 2009-02-07  Eli Zaretskii  <eliz@gnu.org>
3155         * text.texi (Commands for Insertion):
3156         * commands.texi (Event Mod):
3157         * keymaps.texi (Searching Keymaps):
3158         * nonascii.texi (Translation of Characters):
3159         Reinstate documentation of translation-table-for-input.
3160         (Explicit Encoding): Document the `charset' text property produced
3161         by decode-coding-region and decode-coding-string.
3163 2009-01-27  Alan Mackenzie  <acm@muc.de>
3165         * modes.texi (Search-based Fontification): Correct a typo.
3167 2009-01-25  Juanma Barranquero  <lekktu@gmail.com>
3169         * abbrevs.texi (Abbrev Table Properties): Fix typo.
3170         Reported by Seweryn Kokot <sewkokot@gmail.com>.  (Bug#2039)
3172 2009-01-24  Eli Zaretskii  <eliz@gnu.org>
3174         * display.texi (Window Systems): Document the value of
3175         `initial-window-system' under --daemon.
3177         * os.texi (System Environment): Remove description of the
3178         `environment' function which has been deleted.
3180 2009-01-22  Dan Nicolaescu  <dann@ics.uci.edu>
3182         * frames.texi (Multiple Displays): Remove documentation for
3183         removed function make-frame-on-tty.
3185 2009-01-22  Chong Yidong  <cyd@stupidchicken.com>
3187         * files.texi (Format Conversion Piecemeal): Clarify behavior of
3188         write-region-annotate-functions.
3189         Document write-region-post-annotation-function.
3191 2009-01-19  Chong Yidong  <cyd@stupidchicken.com>
3193         * display.texi (Font Lookup): Document WIDTH argument of
3194         x-list-fonts.
3196 2009-01-17  Eli Zaretskii  <eliz@gnu.org>
3198         * maps.texi (Standard Keymaps): Rename function-key-map to
3199         local-function-key-map.
3201         * keymaps.texi (Translation Keymaps): Rename function-key-map to
3202         local-function-key-map.
3204         * nonascii.texi (Terminal I/O Encoding): `keyboard-coding-system'
3205         and `set-keyboard-coding-system' now accept an optional terminal
3206         argument.
3208         * commands.texi (Event Mod): `keyboard-translate-table' is now
3209         terminal-local.
3210         (Function Keys): Rename function-key-map to
3211         local-function-key-map.
3213         * elisp.texi (Top): Make @detailmenu be consistent with changes in
3214         frames.texi.
3216         * hooks.texi (Standard Hooks): Document `delete-frame-functions'
3217         `delete-terminal-functions', `suspend-tty-functions' and
3218         `resume-tty-functions'.
3220         * frames.texi (Frames): Document `frame-terminal' and
3221         `terminal-live-p'.
3222         (Multiple Displays): Document `make-frame-on-tty'.
3223         (Multiple Terminals): Document `terminal-list', `delete-terminal',
3224         `terminal-name', and `get-device-terminal'.
3225         (Terminal Parameters): Document `terminal-parameters',
3226         `terminal-parameter', and `set-terminal-parameter'.
3228         * os.texi (System Environment): Document `environment' and
3229         `initial-environment'.
3230         (Suspending Emacs): Update for multi-tty; document
3231         `suspend-tty', `resume-tty', and `controlling-tty-p'.
3233         * nonascii.texi (Coding System Basics): More accurate description
3234         of `raw-text'.
3236 2009-01-12  Juanma Barranquero  <lekktu@gmail.com>
3238         * display.texi (Low-Level Font): Fix typo.
3240 2009-01-10  Chong Yidong  <cyd@stupidchicken.com>
3242         * elisp.texi (Top): Update node listing.
3244         * display.texi (PostScript Images): Node deleted.
3246 2009-01-10  Eli Zaretskii  <eliz@gnu.org>
3248         * processes.texi (Decoding Output): Document that null bytes force
3249         no-conversion for reading process output.
3251         * files.texi (Reading from Files): Document that null bytes force
3252         no-conversion when visiting files.
3254         * processes.texi (Serial Ports): Improve wording, suggested by RMS.
3256         * nonascii.texi (Lisp and Coding Systems):
3257         Document inhibit-null-byte-detection and inhibit-iso-escape-detection.
3258         (Character Properties): Improve wording.
3260 2009-01-09  Chong Yidong  <cyd@stupidchicken.com>
3262         * display.texi (Font Lookup): Remove obsolete function
3263         x-font-family-list.  x-list-fonts accepts Fontconfig/GTK syntax.
3264         (Low-Level Font): Rename from Fonts, move to end of Faces section.
3265         (Font Selection): Reorder order of variable descriptions.
3266         Minor clarifications.
3268         * elisp.texi (Top): Update node listing.
3270 2009-01-09  Glenn Morris  <rgm@gnu.org>
3272         * commands.texi (Command Loop Info): Say that last-command-char and
3273         last-input-char are obsolete aliases.
3275         * edebug.texi (Edebug Recursive Edit): Remove separate references to
3276         last-input-char and last-command-char, since they are just aliases for
3277         last-input-event and last-command-event.
3279         * minibuf.texi (Minibuffer Commands): Use last-command-event rather than
3280         last-command-char.
3282 2009-01-08  Chong Yidong  <cyd@stupidchicken.com>
3284         * elisp.texi: Update node listing.
3286         * display.texi (Faces): Put Font Selection node after Auto Faces.
3287         (Face Attributes): Don't link to Font Lookup.
3288         Document font-family-list.
3289         (Fonts): New node.
3291 2009-01-08  Jason Rumney  <jasonr@gnu.org>
3293         * frames.texi (Pointer Shape): Clarify that only X supports
3294         changing the standard pointer shapes.  (Bug#1485)
3296 2009-01-08  Chong Yidong  <cyd@stupidchicken.com>
3298         * display.texi (Attribute Functions): Note that a function value
3299         :height is relative, and that compatibility functions work by
3300         calling set-face-attribute.
3301         (Displaying Faces): Reorder list in order of increasing priority.
3302         (Face Remapping): New node.  Content moved here from Displaying
3303         Faces.
3304         (Glyphs): Link to Face Functions.
3306 2009-01-08  Chong Yidong  <cyd@stupidchicken.com>
3308         * display.texi (Faces): Don't discuss face id here.  facep does
3309         not return t.
3310         (Defining Faces): Minor clarification.
3311         (Face Attributes): Rearrange items to match docstring of
3312         set-face-attribute.  Add :foundry attribute.  Document new role of
3313         :font attribute.  Texinfo usage fix.
3314         (Attribute Functions): Copyedits.
3315         (Face Functions): Note that face number is seldom used.
3317 2009-01-05  Richard M Stallman  <rms@gnu.org>
3319         * strings.texi (Predicates for Strings): Minor clarification.
3321         * functions.texi (Function Safety): Texinfo usage fix.
3323 2009-01-04  Eduard Wiebe  <usenet@pusto.de>  (tiny patch)
3325         * objects.texi (General Escape Syntax): Fix typo.
3327 2009-01-03  Martin Rudalics  <rudalics@gmx.at>
3329         * windows.texi (Choosing Window): Say that pop-up-frame-alist
3330         works via the default value of pop-up-frame-function.
3332 2009-01-02  Eli Zaretskii  <eliz@gnu.org>
3334         * processes.texi (System Processes): Document the `time' and
3335         `ctime' attributes of `system-process-attributes'.
3337 2009-01-01  Chong Yidong  <cyd@stupidchicken.com>
3339         * display.texi (Face Attributes): Clarify :height attribute.
3341 2008-12-31  Martin Rudalics  <rudalics@gmx.at>
3343         * buffers.texi (The Buffer List): Clarify what moves a buffer to
3344         the front of the buffer list.  Add entries for `last-buffer' and
3345         `unbury-buffer'.
3347 2008-12-27  Eli Zaretskii  <eliz@gnu.org>
3349         * elisp.texi (Top): Add @detailmenu items for "Multiple Terminals"
3350         and its subsections.
3352         * frames.texi (Multiple Terminals, Low-level Terminal)
3353         (Terminal Parameters, Frames on Other TTY devices): New sections.
3354         (Frames): Add an xref to "Multiple Terminals".
3356         * elisp.texi (Top): Add @detailmenu item for "Terminal Type".
3358         * objects.texi (Terminal Type): New node.
3359         (Editing Types): Add it to the menu.
3361         * elisp.texi (Top): Add a @detailmenu item for "Directory Local
3362         Variables".
3364         * variables.texi (Directory Local Variables): New node.
3365         (Variables): Add a menu item for it.
3367         * loading.texi (Autoload): Document `generate-autoload-cookie' and
3368         `generated-autoload-file'.
3370 2008-12-20  Eli Zaretskii  <eliz@gnu.org>
3372         * os.texi (Startup Summary): Add xref to documentation of
3373         `initial-window-system'.
3375         * display.texi (Window Systems): Document `window-system' the
3376         function.  The variable `window-system' is now frame-local.
3377         Document `initial-window-system'.
3379 2008-12-19  Martin Rudalics  <rudalics@gmx.at>
3381         * windows.texi (Windows): Rewrite description of
3382         fit-window-to-buffer.
3384 2008-12-13  Glenn Morris  <rgm@gnu.org>
3386         * modes.texi (Font Lock Basics): Fix level description.  (Bug#1534)
3387         (Levels of Font Lock): Refer to font-lock-maximum-decoration.
3389 2008-12-12  Glenn Morris  <rgm@gnu.org>
3391         * debugging.texi (Error Debugging): Refer forwards to
3392         eval-expression-debug-on-error.
3394 2008-12-05  Eli Zaretskii  <eliz@gnu.org>
3396         * strings.texi (String Basics): Only unibyte strings that
3397         represent key sequences hold 8-bit raw bytes.
3399         * nonascii.texi (Coding System Basics): Rewrite @ignore'd
3400         paragraph to speak about `undecided'.
3401         (Character Properties): Don't explain the meaning of each
3402         property; instead, identify their Unicode Standard names.
3403         (Character Sets): Document `map-charset-chars'.
3405 2008-12-02  Glenn Morris  <rgm@gnu.org>
3407         * files.texi (Format Conversion Round-Trip): Rewrite format-write-file
3408         section yet again.
3410 2008-11-29  Eli Zaretskii  <eliz@gnu.org>
3412         * nonascii.texi (Character Properties): New Section.
3413         (Specifying Coding Systems): Document
3414         `coding-system-priority-list', `set-coding-system-priority', and
3415         `with-coding-priority'.
3416         (Lisp and Coding Systems): Document `check-coding-systems-region'
3417         and `coding-system-charset-list'.
3418         (Coding System Basics): Document `coding-system-aliases'.
3420         * elisp.texi (Top): Add a @detailmenu entry for "Character
3421         Properties".
3423         * objects.texi (Character Type): Correct the range of Emacs
3424         characters.  Add an @xref to "Character Codes".
3426         * strings.texi (String Basics): Add an @xref to "Character Codes".
3428         * numbers.texi (Integer Basics): Add an @xref to `max-char'.
3430         * nonascii.texi (Explicit Encoding): Update for Emacs 23.
3431         (Character Codes): Document `max-char'.
3433 2008-11-28  Eli Zaretskii  <eliz@gnu.org>
3435         * nonascii.texi (Text Representations, Converting Representations)
3436         (Character Sets, Scanning Charsets, Translation of Characters):
3437         Make text more accurate.
3439 2008-11-28  Glenn Morris  <rgm@gnu.org>
3441         * files.texi (Format Conversion Round-Trip): Improve previous change.
3443 2008-11-26  Chong Yidong  <cyd@stupidchicken.com>
3445         * modes.texi (Auto Major Mode): Fix example.
3447 2008-11-25  Glenn Morris  <rgm@gnu.org>
3449         * control.texi (Signaling Errors): Fix `wrong-type-argument' name.
3451         * files.texi (Format Conversion Round-Trip):
3452         Use active voice for previous change.
3454 2008-11-25  Chong Yidong  <cyd@stupidchicken.com>
3456         * os.texi (Processor Run Time):
3457         * processes.texi (Transaction Queues):
3458         * markers.texi (The Mark):
3459         * windows.texi (Choosing Window, Selecting Windows):
3460         * files.texi (Changing Files, Magic File Names):
3461         * commands.texi (Key Sequence Input):
3462         * functions.texi (Declaring Functions):
3463         * strings.texi (Predicates for Strings):
3464         * intro.texi (nil and t): Fix typos (pointed out by Drew Adams).
3466 2008-11-24  Chong Yidong  <cyd@stupidchicken.com>
3468         * help.texi (Accessing Documentation): Update example.
3470         * variables.texi (Defining Variables): Note that `*' is not
3471         necessary if defcustom is used.
3473 2008-11-22  Eli Zaretskii  <eliz@gnu.org>
3475         * elisp.texi (Top): Remove "Chars and Bytes" and "Splitting
3476         Characters" from @detailmenu.
3478         * nonascii.texi (Character Codes, Character Sets)
3479         (Scanning Charsets, Translation of Characters): Update for Emacs 23.
3480         (Chars and Bytes, Splitting Characters): Sections removed.
3482 2008-11-22  Lute Kamstra  <lute@gnu.org>
3484         * positions.texi (Text Lines): Update goto-line documentation.
3486 2008-11-21  Martin Rudalics  <rudalics@gmx.at>
3488         * frames.texi (Frames): Fix typo, add cross references, reword.
3489         (Initial Parameters): Reword special-display-frame-alist text.
3490         (Frames and Windows): Reword.  Describe argument norecord for
3491         set-frame-selected-window.
3492         (Input Focus): Describe argument norecord for select-frame.
3493         Remove comment on MS-Windows behavior for focus-follows-mouse.
3494         (Raising and Lowering): Mention windows-frames dichotomy in
3495         metaphor.
3497         * windows.texi (Displaying Buffers, Vertical Scrolling)
3498         (Horizontal Scrolling): Fix indenting and rewording issues
3499         introduced with 2008-11-07 change.
3501 2008-11-20  Glenn Morris  <rgm@gnu.org>
3503         * files.texi (Format Conversion Round-Trip): Mention `preserve'
3504         element of `format-alist'.
3506 2008-11-19  Glenn Morris  <rgm@gnu.org>
3508         * doclicense.texi: Update to FDL 1.3.
3509         * elisp.texi, vol1.texi, vol2.texi: Relicense under FDL 1.3 or later.
3511 2008-11-18  Chong Yidong  <cyd@stupidchicken.com>
3513         * windows.texi (Window Hooks): Remove *-end-trigger-functions
3514         vars, which are obsolete.  Mention jit-lock-register.
3516         * modes.texi (Other Font Lock Variables):
3517         Document jit-lock-register and jit-lock-unregister.
3519         * frames.texi (Color Parameters): Document alpha parameter.
3521 2008-11-16  Martin Rudalics  <rudalics@gmx.at>
3523         * windows.texi (Splitting Windows, Deleting Windows)
3524         (Selecting Windows, Cyclic Window Ordering)
3525         (Buffers and Windows, Displaying Buffers, Choosing Window)
3526         (Dedicated Windows, Window Point, Window Start and End)
3527         (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling)
3528         (Size of Window, Resizing Windows, Window Configurations)
3529         (Window Parameters): Avoid @var at beginning of sentences and
3530         reword accordingly.
3532 2008-11-11  Lute Kamstra  <lute@gnu.org>
3534         * files.texi (File Name Components): Fix file-name-extension
3535         documentation.
3537 2008-11-11  Juanma Barranquero  <lekktu@gmail.com>
3539         * frames.texi (Basic Parameters): Remove display-environment-variable
3540         and term-environment-variable.
3542 2008-11-08  Eli Zaretskii  <eliz@gnu.org>
3544         * windows.texi (Basic Windows, Splitting Windows)
3545         (Deleting Windows, Selecting Windows, Cyclic Window Ordering)
3546         (Buffers and Windows, Displaying Buffers, Dedicated Windows)
3547         (Resizing Windows, Window Configurations, Window Parameters):
3548         Fix wording and markup.
3550 2008-11-07  Martin Rudalics  <rudalics@gmx.at>
3552         * windows.texi (Windows): Update entries.
3553         (Basic Windows): Remove listing of attributes.  Reword.
3554         (Splitting Windows, Deleting Windows): Reword.
3555         (Selecting Windows, Cyclic Window Ordering): Reword with special
3556         emphasis on order of recently selected windows and buffer list.
3557         (Buffers and Windows, Choosing Window): Reword with special
3558         emphasis on dedicated windows.
3559         (Displaying Buffers): Reword.  For switch-to-buffer mention that
3560         it may fall back on pop-to-buffer.  For other-window try to
3561         explain how it treats the cyclic ordering of windows.
3562         (Dedicated Windows): New node and section discussing dedicated
3563         windows and associated functions.
3564         (Window Point): Add entry for window-point-insertion-type.  Reword.
3565         (Window Start and End): Rename node and section title.  Reword.
3566         (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling):
3567         Minor rewording.
3568         (Size of Window): Reword, in particular text on window-width.
3569         (Resizing Windows): Reword.  Add text on balancing windows.
3570         (Window Configurations): Reword.  Mention window parameters.
3571         (Window Parameters): New node and section on window parameters.
3572         (Window Hooks): Reword.  Mention that
3573         window-configuration-change-hook is run "buffer-locally".
3574         * elisp.texi (Top): Update Windows entries in @detailmenu
3575         section.
3577 2008-11-04  Juanma Barranquero  <lekktu@gmail.com>
3579         * searching.texi (Regexp Search): Fix typo.
3581 2008-11-03  Seweryn Kokot  <sewkokot@gmail.com>  (tiny change)
3583         * searching.texi (Regexp Search): Document GREEDY arg.
3584         (Simple Match Data): Fix return value.
3586 2008-11-01  Eli Zaretskii  <eliz@gnu.org>
3588         * nonascii.texi (Text Representations): Rewrite to make consistent
3589         with Emacs 23 internal representation of characters.
3590         Document `unibyte-string'.
3592 2008-10-28  Chong Yidong  <cyd@stupidchicken.com>
3594         * processes.texi (Process Information): Note that process-status
3595         does not accept buffer names.
3597 2008-10-27  Seweryn Kokot  <sewkokot@gmail.com>  (tiny change)
3599         * positions.texi (Skipping Characters): Correct return value of
3600         skip-chars-forward.
3602 2008-10-25  Martin Rudalics  <rudalics@gmx.at>
3604         * windows.texi (Deleting Windows): Update documentation of
3605         delete-windows-on.
3606         (Buffers and Windows): Update documentations of
3607         get-buffer-window and get-buffer-window-list.
3608         (Displaying Buffers): Update documentation of
3609         replace-buffer-in-windows.
3611         * buffers.texi (Current Buffer): Reword set-buffer and
3612         with-current-buffer documentations.
3613         (Creating Buffers): Reword documentation of get-buffer-create.
3615 2008-10-23  Martin Rudalics  <rudalics@gmx.at>
3617         * buffers.texi (Current Buffer): Reword documentation of
3618         set-buffer.
3619         (Buffer Names): Reword documentation of buffer-name.
3620         (The Buffer List): For bury-buffer explain what happens with the
3621         buffer's window.
3622         (Creating Buffers): Say that get-buffer-create's arg is called
3623         buffer-or-name.
3625 2008-10-22  Chong Yidong  <cyd@stupidchicken.com>
3627         * advice.texi (Computed Advice): Explain what DEFINITION is.
3629         * nonascii.texi (Character Codes): Remove obsolete function
3630         char-valid-p, and document characterp instead.
3632 2008-10-22  Martin Rudalics  <rudalics@gmx.at>
3634         * windows.texi (Displaying Buffers): Reword documentation of
3635         pop-to-buffer.
3636         (Choosing Window): Rewrite documentation of display-buffer and
3637         its options.
3639         * buffers.texi (Killing Buffers): Update documentation of
3640         kill-buffer.
3642 2008-10-21  Eli Zaretskii  <eliz@gnu.org>
3644         * processes.texi (Serial Ports): Fix wording and improve markup.
3646         * searching.texi (Regexp Search): Document `string-match-p' and
3647         `looking-at-p'.
3648         (POSIX Regexps): Add an xref for "non-greedy".
3649         (Regexp Special): Add @cindex entry for "non-greedy".
3651         * display.texi (Attribute Functions): Document `face-all-attributes'.
3652         (Image Cache) <image-refresh>: Minor wording fixes.
3654         * frames.texi (Color Names): Add an xref to `read-color'.
3656         * minibuf.texi (High-Level Completion): Document `read-color'.
3658         * elisp.texi (Top): Add "Swapping Text" to @detailmenu.
3660         * positions.texi (Narrowing): Add an xref to "Swapping Text".
3662         * buffers.texi (Swapping Text): New section, documents
3663         `buffer-swap-text'.
3665 2008-10-21  Martin Rudalics  <rudalics@gmx.at>
3667         * windows.texi (Resizing Windows): Minor wording fix.
3669 2008-10-20  Eli Zaretskii  <eliz@gnu.org>
3671         * processes.texi (Shell Arguments): Document `split-string-and-unquote'
3672         and `combine-and-quote-strings'.
3674         * strings.texi (Creating Strings): Add xrefs for them.
3676 2008-10-19  Eli Zaretskii  <eliz@gnu.org>
3678         * elisp.texi (Top): Make descriptive text for "Reading File Names"
3679         match the corresponding menu in minibuf.texi.
3681         * minibuf.texi (Reading File Names): Document `read-shell-command'
3682         and `minibuffer-local-shell-command-map'.
3684 2008-10-19  Martin Rudalics  <rudalics@gmx.at>
3686         * windows.texi (Resizing Windows): Remove var{} around "window" in
3687         documentation of enlarge-window.
3688         Rewrite documentation of window-min-height and window-min-width.
3690 2008-10-19  Eli Zaretskii  <eliz@gnu.org>
3692         * functions.texi (Calling Functions): Document `apply-partially'.
3694         * hooks.texi (Standard Hooks): Mention
3695         `before-hack-local-variables-hook' and `hack-local-variables-hook'.
3697         * variables.texi (File Local Variables): Document
3698         `file-local-variables-alist', `before-hack-local-variables-hook'
3699         and `hack-local-variables-hook'.
3701         * processes.texi (Synchronous Processes): Document `process-lines'.
3703         * customize.texi (Variable Definitions):
3704         Document `custom-reevaluate-setting'.
3706 2008-10-18  Martin Rudalics  <rudalics@gmx.at>
3708         * windows.texi (Choosing Window, Deleting Windows)
3709         (Displaying Buffers): Expand documentation of dedicated windows.
3711 2008-10-18  Eli Zaretskii  <eliz@gnu.org>
3713         * files.texi (Changing Files): Document symbolic input of file
3714         modes to `set-file-modes'.  Document `read-file-modes' and
3715         `file-modes-symbolic-to-number'.
3717         * maps.texi (Standard Keymaps): Document `multi-query-replace-map'
3718         and `search-map'.
3720         * searching.texi (Search and Replace):
3721         Document `replace-search-function' and `replace-re-search-function'.
3722         Document `multi-query-replace-map'.
3724         * minibuf.texi (Text from Minibuffer): Document `read-regexp'.
3725         (Completion Commands, Reading File Names):
3726         Rename `minibuffer-local-must-match-filename-map' to
3727         `minibuffer-local-filename-must-match-map'.
3728         (Minibuffer Completion): The `require-match' argument to
3729         `completing-read' can now have the value `confirm-only'.
3731         * windows.texi (Displaying Buffers): Minor wording fix.
3732         (Choosing Window): `split-height-threshold' can now be nil.
3733         Document `split-width-threshold'.  `pop-up-frames' can have the
3734         value `graphic-only'.
3736 2008-10-17  Eli Zaretskii  <eliz@gnu.org>
3738         * os.texi (Startup Summary): Document `before-init-time' and
3739         `after-init-time'.  Document `initial-window-system' and
3740         `window-system-initialization-alist'.  Document reading the
3741         abbrevs file.  Document the call to `server-start' under --daemon.
3742         Rearrange a bit to be consistent with the code flow.
3743         (Processor Run Time): Document `emacs-uptime' and `emacs-init-time'.
3744         (Time Parsing): Document `format-seconds'.
3746 2008-10-17  Martin Rudalics  <rudalics@gmx.at>
3748         * windows.texi (Basic Windows, Splitting Windows): Fix whitespace
3749         and reword.
3751 2008-10-16  Eli Zaretskii  <eliz@gnu.org>
3753         * markers.texi (The Mark): Document use-region-p.
3755 2008-10-15  Eli Zaretskii  <eliz@gnu.org>
3757         * internals.texi (Writing Emacs Primitives): The interactive spec
3758         of a primitive can be a Lisp form.
3760         * markers.texi (The Mark): Document the `lambda' and `(only . OLD)'
3761         values of transient-mark-mode.  Document handle-shift-selection.
3763         * commands.texi (Using Interactive, Interactive Codes): Document `^'.
3764         (Interactive Examples): Show an example of `^'.
3765         (Key Sequence Input): Document this-command-keys-shift-translated.
3766         (Defining Commands, Using Interactive): The interactive-form of a
3767         function can be added via its symbol's property.
3769         * positions.texi (List Motion): beginning-of-defun-function can
3770         now accept an argument.
3772         * text.texi (Low-Level Kill Ring): interprogram-paste-function can
3773         now return a list of strings.
3775         * control.texi (Handling Errors): Document ignore-errors.
3777         * frames.texi (Creating Frames): Document frame-inherited-parameters.
3778         (Parameter Access): Document set-frame-parameter.
3780         * variables.texi (Creating Buffer-Local): Add an xref to "Setting
3781         Hooks" for the effect of kill-all-local-variables on local hook
3782         functions.
3784         * modes.texi (Major Mode Conventions, Mode Line Variables):
3785         `mode-name' need not be a string.  xref to "Mode Line Data" for
3786         details, and to "Emulating Mode Line" for computing a string
3787         value.
3789 2008-10-14  Eli Zaretskii  <eliz@gnu.org>
3791         * processes.texi (System Processes): New section.
3792         (Processes, Signals to Processes): Add xrefs to it.
3794         * objects.texi (Editing Types): A `process' is a subprocess of
3795         Emacs, not just any process running on the OS.
3797         * elisp.texi (Top): Adjust the @detailmenu for the above two
3798         changes.
3800         * sequences.texi (Char-Tables): Remove documentation of
3801         set-char-table-default, which has no effect since Emacs 23.
3802         <char-table-range, set-char-table-range>: Don't mention generic
3803         characters and charsets.  Add a cons cell as a possible argument.
3805         * nonascii.texi (Splitting Characters)
3806         (Translation of Characters): Don't mention generic characters.
3808         * display.texi (Fontsets): Don't mention generic characters.
3810         * sequences.texi (Char-Tables): `map-char-table' can now call its
3811         argument FUNCTION with a cons cell as KEY.
3813 2008-10-13  Eli Zaretskii  <eliz@gnu.org>
3815         * objects.texi (Primitive Function Type): Move "@cindex special
3816         forms" from here...
3818         * eval.texi (Special Forms): ...to here.
3820         * functions.texi (What Is a Function): `functionp' returns nil for
3821         special forms.  Add an xref.
3823         * elisp.texi (Top): Add a @detailmenu entry for "Frame-Local
3824         Variables".
3826         * variables.texi (Frame-Local Variables): New section.
3827         (Buffer-Local Variables): Add an xref to it.
3828         (Intro to Buffer-Local, Creating Buffer-Local): A variable cannot
3829         have both frame-local and buffer-local binding.
3831         * frames.texi (Frames): Mention multiple tty frames.
3832         (Frame Parameters, Parameter Access): Mention frame-local variable
3833         bindings.
3835 2008-09-20  Glenn Morris  <rgm@gnu.org>
3837         * display.texi (Defining Faces): Recommend against face variables.
3839 2008-09-16  Juanma Barranquero  <lekktu@gmail.com>
3841         * display.texi (Echo Area Customization): Fix typo.
3843 2008-09-09  Juanma Barranquero  <lekktu@gmail.com>
3845         * loading.texi (Where Defined): Add `defface' item.
3847 2008-09-06  Martin Rudalics  <rudalics@gmx.at>
3849         * loading.texi (Where Defined): Fix description of symbol-file.
3851 2008-08-26  Jason Rumney  <jasonr@gnu.org>
3853         * display.texi (TIFF Images): New section describing :index property.
3855 2008-08-23  Chong Yidong  <cyd@stupidchicken.com>
3857         * display.texi (Temporary Displays): Remove unnecessary comment
3858         about usage of temp-buffer-show-hook.
3860 2008-08-05  Chong Yidong  <cyd@stupidchicken.com>
3862         * symbols.texi (Other Plists): Fix incorrect example.
3863         Suggested by Florian Beck.
3865 2008-07-31  Juanma Barranquero  <lekktu@gmail.com>
3867         * os.texi: Fix previous change.
3869 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
3871         * os.texi:
3872         * intro.texi:
3873         * files.texi: Remove VMS support.
3875 2008-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
3877         * os.texi:
3878         * frames.texi:
3879         * display.texi: Remove mentions of Mac Carbon.
3881 2008-07-01  Miles Bader  <miles@gnu.org>
3883         * text.texi (Special Properties):
3884         * display.texi (Truncation): Add wrap-prefix and line-prefix.
3886 2008-06-28  Johan Bockgård  <bojohan@gnu.org>
3888         * display.texi (Other Image Types): Fix copy/paste error; say
3889         "PBM", not "XBM".
3891 2008-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
3893         * os.texi: Remove references to obsolete systems.
3895 2008-06-20  Eli Zaretskii  <eliz@gnu.org>
3897         * makefile.w32-in (distclean): Remove makefile.
3899 2008-06-17  Glenn Morris  <rgm@gnu.org>
3901         * Makefile.in (emacsver, miscmanualdir, VERSION, manual, install)
3902         (elisp, dist): Remove rules and variables that are obsolete now
3903         the lisp manual is no longer distributed separately.
3905 2008-06-16  Glenn Morris  <rgm@gnu.org>
3907         * configure, configure.in, mkinstalldirs: Remove unused files.
3909         * book-spine.texinfo: Set version to 23.0.60.
3910         * vol1.texi (EMACSVER):
3911         * vol2.texi (EMACSVER): Set to 23.0.60.
3913         * elisp.texi, vol1.texi, vol2.texi: Update Back-Cover Text
3914         as per maintain.info.
3916 2008-06-15  Glenn Morris  <rgm@gnu.org>
3918         * makefile.w32-in (manual): Use "23" rather than "21".
3920         * Makefile.in (emacsver): New, set by configure.
3921         (manual): Use emacsver.
3923         * intro.texi: Report bugs using M-x report-emacs-bug.
3925         * elisp.texi (EMACSVER): Remove duplicate, outdated setting.
3927 2008-06-13  Daniel Engeler  <engeler@gmail.com>
3929         * elisp.texi, internals.texi, processes.texi: Add documentation
3930         about serial port access.
3932 2008-06-05  Miles Bader  <miles@gnu.org>
3934         * display.texi (Displaying Faces): Update to reflect function
3935         renamings in face-remap.el.
3937 2008-06-05  Juanma Barranquero  <lekktu@gmail.com>
3939         * display.texi (Fontsets): Fix typos.
3941 2008-06-03  Miles Bader  <miles@gnu.org>
3943         * display.texi (Displaying Faces): Add add-relative-face-remapping,
3944         remove-relative-face-remapping, set-base-face-remapping,
3945         and set-default-base-face-remapping.
3947 2008-06-01  Miles Bader  <miles@gnu.org>
3949         * display.texi (Displaying Faces): Add face-remapping-alist.
3951 2008-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3953         * tips.texi (Coding Conventions): Do not encourage the use of "-flag"
3954         variable names.
3956 2008-05-03  Eric S. Raymond  <esr@golux>
3958         * keymaps.texi: Clarify that (current-local-map) and
3959         (current-global-map) return references, not copies.
3961 2008-05-02  Juri Linkov  <juri@jurta.org>
3963         * minibuf.texi (Text from Minibuffer): Document a list of
3964         default values for `read-from-minibuffer'.
3966 2008-04-24  Juanma Barranquero  <lekktu@gmail.com>
3968         * nonascii.texi (Translation of Characters): Fix previous change.
3970 2008-04-20  Chong Yidong  <cyd@stupidchicken.com>
3972         * display.texi (Overlay Properties): Clarify role of underlying
3973         textprop and overlay keymaps for display strings.
3975         * keymaps.texi (Active Keymaps): Ditto.
3977 2008-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3979         * minibuf.texi (Programmed Completion):
3980         Replace dynamic-completion-table with the new completion-table-dynamic.
3982 2008-04-07  Chong Yidong  <cyd@stupidchicken.com>
3984         * intro.texi (Some Terms): Change "fonts in this manual" index
3985         entry to "typographic conventions".
3987 2008-04-05  Eli Zaretskii  <eliz@gnu.org>
3989         * objects.texi (Text Props and Strings): Add indexing for read
3990         syntax of text properties.
3992 2008-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3994         * processes.texi (Decoding Output): Remove process-filter-multibyte
3995         functions.
3997 2008-03-15  Martin Rudalics  <rudalics@gmx.at>
3999         * display.texi (Finding Overlays): Say that empty overlays at
4000         the end of the buffer are reported too.
4002 2008-03-13  Glenn Morris  <rgm@gnu.org>
4004         * elisp.texi (EMACSVER): Set to 23.0.60.
4006 2008-02-26  Chong Yidong  <cyd@stupidchicken.com>
4008         * strings.texi (Formatting Strings): Treat - and 0 as flag characters.
4010 2008-02-22  Glenn Morris  <rgm@gnu.org>
4012         * frames.texi (Position Parameters): Clarify the description of
4013         `left' and `top', using information from "Geometry".
4014         (Geometry): Give a pointer to "Position Parameters", rather than
4015         repeating information.
4017 2008-02-11  Glenn Morris  <rgm@gnu.org>
4019         * objects.texi (Equality Predicates): No longer talk about "two"
4020         functions.
4022 2008-02-11  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
4024         * objects.texi (Equality Predicates): Add defun for
4025         equal-including-properties.
4027 2008-02-10  Glenn Morris  <rgm@gnu.org>
4029         * objects.texi (Equality Predicates):
4030         Mention equal-including-properties.
4032 2008-02-07  Richard Stallman  <rms@gnu.org>
4034         * windows.texi (Window Start): Mention the feature of moving
4035         window-start to start of line.
4037 2008-02-07  Jan Djärv  <jan.h.d@swipnet.se>
4039         * keymaps.texi (Tool Bar): Document rtl property.
4041 2008-01-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
4043         * display.texi (Button Types):
4044         For define-button-type, clarify type of NAME.
4046 2008-01-19  Martin Rudalics  <rudalics@gmx.at>
4048         * buffers.texi (Buffer Modification): Fix typo.
4050 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
4052         * os.texi (System Environment): Remove references to OSes that are
4053         not supported anymore.
4055 2008-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
4057         * os.texi (System Environment): Remove mention for Masscomp.
4059 2008-01-04  Richard Stallman  <rms@gnu.org>
4061         * display.texi (Faces): Don't talk about internal face vector as arg
4062         to facep.
4064         * customize.texi (Type Keywords): Fix previous change.
4066         * text.texi (Links and Mouse-1): Fix xref for commands.texi change.
4067         * elisp.texi (Top): Fix menu for commands.texi change.
4069 2007-12-30  Richard Stallman  <rms@gnu.org>
4071         * commands.texi (Accessing Mouse): Rename from Accessing Events.
4072         (Accessing Scroll): New node broken out of Accessing Mouse.
4074 2007-12-28  Richard Stallman  <rms@gnu.org>
4076         * frames.texi (Size Parameters): Fix typo.
4077         (Basic Parameters): For `title', refer to title bar.
4078         (Size and Position): Explain meaning of frame pixel width and height.
4080 2007-12-23  Richard Stallman  <rms@gnu.org>
4082         * customize.texi (Type Keywords): Uncomment :validate and clarify it.
4083         Improve some of the commented-out keywords' text too.
4085 2007-12-14  Martin Rudalics  <rudalics@gmx.at>
4087         * nonascii.texi (Encoding and I/O): Reword to avoid saying
4088         "visit the current buffer".
4090         * os.texi (System Interface): Fix typo.
4092 2007-12-04  Richard Stallman  <rms@gnu.org>
4094         * objects.texi (Symbol Type): Fix typo.
4096 2007-12-03  Richard Stallman  <rms@gnu.org>
4098         * hooks.texi (Standard Hooks): Add link to Hooks for Loading.
4100 2007-12-01  Glenn Morris  <rgm@gnu.org>
4102         * functions.texi (Declaring Functions): Improve previous change.
4104 2007-11-30  Glenn Morris  <rgm@gnu.org>
4106         * functions.texi (Declaring Functions): Add optional fourth
4107         argument of declare-function, and setting third argument to `t'.
4109 2007-11-29  Richard Stallman  <rms@gnu.org>
4111         * customize.texi (Composite Types): Document `group' type.
4113 2007-11-29  Glenn Morris  <rgm@gnu.org>
4115         * functions.texi (Declaring Functions): Add findex.
4116         Mention `external' files.
4118 2007-11-26  Juanma Barranquero  <lekktu@gmail.com>
4120         * functions.texi (Declaring Functions): Fix directive.
4122 2007-11-25  Richard Stallman  <rms@gnu.org>
4124         * help.texi (Help Functions): Clean up last change.
4126         * advice.texi (Preactivation, Activation of Advice): Minor cleanup.
4128         * loading.texi (Named Features): Minor cleanup.
4130         * macros.texi (Eval During Expansion): Minor cleanup.
4132         * variables.texi (Variable Aliases): Minor cleanup.
4134 2007-11-24  Richard Stallman  <rms@gnu.org>
4136         * functions.texi (Declaring Functions): Clarify previous change.
4138         * compile.texi (Compiler Errors): Clarify previous change.
4140 2007-11-24  Richard Stallman  <rms@gnu.org>
4142         * display.texi (Refresh Screen, Forcing Redisplay):
4143         Clarify the text and move items around.
4145 2007-11-24  Glenn Morris  <rgm@gnu.org>
4147         * functions.texi (Declaring Functions): New section.
4148         * compile.texi (Compiler Errors): Mention declaring functions,
4149         defvar with no initvalue, and byte-compile-warnings.
4151 2007-11-15  Martin Rudalics  <rudalics@gmx.at>
4153         * vol1.texi (Top): Remove Frame-Local Variables from Node Listing.
4154         * vol2.texi (Top): Remove Frame-Local Variables from Node Listing.
4156 2007-11-13  Martin Rudalics  <rudalics@gmx.at>
4158         * help.texi (Help Functions): Document new macro `with-help-window'.
4160 2007-11-10  Paul Pogonyshev  <pogonyshev@gmx.net>
4162         * searching.texi (Replacing Match): Describe new
4163         `match-substitute-replacement'.
4165 2007-10-31  Richard Stallman  <rms@gnu.org>
4167         * strings.texi (Creating Strings): Null strings from concat not unique.
4169 2007-10-26  Richard Stallman  <rms@gnu.org>
4171         * objects.texi (Equality Predicates): Null strings are uniquified.
4173         * minibuf.texi: Minor clarifications in previous change.
4175 2007-10-25  Glenn Morris  <rgm@gnu.org>
4177         * customize.texi (Variable Definitions): Add :risky and :safe keywords.
4179 2007-10-24  Richard Stallman  <rms@gnu.org>
4181         * elisp.texi (Top): Delete Frame-Local Variables from subnode menu.
4183         * variables.texi (Frame-Local Variables): Node deleted.
4184         (Variables): Delete Frame-Local Variables from menu.
4185         (Local Variables, Buffer-Local Variables, Intro to Buffer-Local)
4186         (Default Value): Don't mention frame-local vars.
4188         * os.texi (Idle Timers): current-idle-time returns nil if not idle.
4190         * loading.texi (Unloading): Document FEATURE-unload-function
4191         instead of FEATURE-unload-hook.
4193         * frames.texi (Multiple Displays): Don't mention frame-local vars.
4195 2007-10-22  Juri Linkov  <juri@jurta.org>
4197         * minibuf.texi (Text from Minibuffer, Minibuffer Completion)
4198         (High-Level Completion): Document a list of default value strings
4199         in the DEFAULT argument, for which minibuffer functions return the
4200         first element.
4202 2007-10-17  Juri Linkov  <juri@jurta.org>
4204         * text.texi (Filling): Update arguments of fill-paragraph.
4205         fill-paragraph operates on the active region in Transient Mark mode.
4206         Remove fill-paragraph-or-region.
4208 2007-10-13  Karl Berry  <karl@gnu.org>
4210         * elisp.texi (@dircategory): Move to after @copying,
4211         since we want @copying as close as possible to the beginning of
4212         the output.
4214 2007-10-12  Richard Stallman  <rms@gnu.org>
4216         * elisp.texi (Top): Add Distinguish Interactive to subnode menu.
4218         * commands.texi (Distinguish Interactive): New node,
4219         broken out from Interactive Call and rewritten.
4220         (Command Loop): Put Distinguish Interactive in menu.
4222 2007-10-09  Richard Stallman  <rms@gnu.org>
4224         * text.texi (Examining Properties): Mention overlay priority.
4226         * display.texi (Display Margins): Correct the description
4227         of margin display specifications.
4228         (Replacing Specs): New subnode broken out of Display Property.
4230 2007-10-06  Juri Linkov  <juri@jurta.org>
4232         * text.texi (Filling): Document fill-paragraph-or-region.
4234 2007-10-05  Juanma Barranquero  <lekktu@gmail.com>
4236         * display.texi (Auto Faces): Fix typo.
4238 2007-10-02  Richard Stallman  <rms@gnu.org>
4240         * display.texi (Display Property): Explain some display specs
4241         don't let you move point in.
4243         * frames.texi (Cursor Parameters):
4244         Describe cursor-in-non-selected-windows here.  Explain more values.
4246         * windows.texi (Basic Windows): Don't describe
4247         cursor-in-non-selected-windows here.
4249 2007-10-01  Eli Zaretskii  <eliz@gnu.org>
4251         * processes.texi (Misc Network): Note that these functions are
4252         supported only on some systems.
4254 2007-10-01  Richard Stallman  <rms@gnu.org>
4256         * display.texi (Overlay Properties): Explain nil as priority.
4257         Explain that conflicts are unpredictable if not resolved by
4258         priorities.
4260 2007-09-23  Richard Stallman  <rms@gnu.org>
4262         * macros.texi (Backquote): Minor clarification.
4264 2007-09-19  Richard Stallman  <rms@gnu.org>
4266         * display.texi (Display Property): Explain multiple display specs.
4267         Clarify when they work in parallel and when one overrides.
4268         Fix error in example.
4270 2007-09-06  Glenn Morris  <rgm@gnu.org>
4272         Move from lispref/ to doc/lispref/.  Change all setfilename
4273         commands to use ../../info.
4274         * Makefile.in (infodir): Go up one more level.
4275         (usermanualdir): Change from ../man to ../emacs.
4276         (miscmanualdir): New.
4277         (dist): Use new variable miscmanualdir.
4278         * makefile.w32-in (infodir, texinputdir): Go up one more level.
4279         (usermanualdir): Change from ../man to ../emacs.
4281 2007-08-30  Martin Rudalics  <rudalics@gmx.at>
4283         * commands.texi (Command Loop Info): Advise against changing
4284         most variables described here.  Explain new variable
4285         last-repeatable-command.
4287 2007-08-29  Glenn Morris  <rgm@gnu.org>
4289         * elisp.texi (EMACSVER): Increase to 23.0.50.
4291 2007-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
4293         * frames.texi (Basic Parameters): Add display-environment-variable
4294         and term-environment-variable.
4296 2007-08-28  Juri Linkov  <juri@jurta.org>
4298         * display.texi (Image Formats, Other Image Types): Add SVG.
4300 2007-08-28  Juri Linkov  <juri@jurta.org>
4302         * display.texi (Images): Move formats-related text to new node
4303         "Image Formats".
4304         (Image Formats): New node.
4306 2007-08-27  Richard Stallman  <rms@gnu.org>
4308         * windows.texi (Window Configurations): Clarify what
4309         a window configuration saves.
4311 2007-08-25  Richard Stallman  <rms@gnu.org>
4313         * display.texi (Images): Delete redundant @findex.
4315 2007-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4317         * text.texi (Change Hooks): (after|before)-change-functions are no
4318         longer bound to nil while running; rather inhibit-modification-hooks
4319         is t.
4321 2007-08-16  Richard Stallman  <rms@gnu.org>
4323         * processes.texi (Asynchronous Processes):
4324         Clarify doc of start-file-process.
4326 2007-08-08  Martin Rudalics  <rudalics@gmx.at>
4328         * modes.texi (Example Major Modes): Fix typo.
4330 2007-08-08  Glenn Morris  <rgm@gnu.org>
4332         * intro.texi (nil and t): Do not use `iff' in documentation.
4334         * tips.texi (Documentation Tips): Recommend against `iff'.
4336 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
4338         * display.texi (Image Cache): Document image-refresh.
4340 2007-08-06  Martin Rudalics  <rudalics@gmx.at>
4342         * windows.texi (Size of Window): Document window-full-width-p.
4344 2007-07-25  Glenn Morris  <rgm@gnu.org>
4346         * gpl.texi (GPL): Replace license with GPLv3.
4348         * Relicense all FSF files to GPLv3 or later.
4350 2007-07-24  Michael Albinus  <michael.albinus@gmx.de>
4352         * processes.texi (Synchronous Processes):
4353         Add `process-file-shell-command'.
4354         (Asynchronous Processes): Mention restricted use of
4355         `process-filter' and `process-sentinel' in
4356         `start-file-process'.  Add `start-file-process-shell-command'.
4358 2007-07-17  Michael Albinus  <michael.albinus@gmx.de>
4360         * files.texi (Magic File Names): Introduce optional parameter
4361         IDENTIFICATION for `file-remote-p'.
4363 2007-07-16  Richard Stallman  <rms@gnu.org>
4365         * display.texi (Defining Faces): Fix previous change.
4367 2007-07-14  Richard Stallman  <rms@gnu.org>
4369         * control.texi (Handling Errors): Document `debug' in handler list.
4371 2007-07-10  Richard Stallman  <rms@gnu.org>
4373         * display.texi (Defining Faces): Explain C-M-x feature for defface.
4375 2007-07-09  Richard Stallman  <rms@gnu.org>
4377         * files.texi (Magic File Names): Rewrite previous change.
4379 2007-07-08  Michael Albinus  <michael.albinus@gmx.de>
4381         * files.texi (Magic File Names): Introduce optional parameter
4382         CONNECTED for `file-remote-p'.
4384 2007-07-07  Michael Albinus  <michael.albinus@gmx.de>
4386         * processes.texi (Asynchronous Processes):
4387         * files.texi (Magic File Names): Add `start-file-process'.
4389 2007-06-27  Richard Stallman  <rms@gnu.org>
4391         * files.texi (Format Conversion Piecemeal):
4392         Clarify `after-insert-file-functions' calling convention.
4394 2007-06-27  Michael Albinus  <michael.albinus@gmx.de>
4396         * files.texi (Magic File Names): Remove `dired-call-process'.
4397         Add `process-file'.
4399 2007-06-27  Kenichi Handa  <handa@m17n.org>
4401         * text.texi (Special Properties): Fix description about
4402         `composition' property.
4404 2007-06-26  Kenichi Handa  <handa@m17n.org>
4406         * nonascii.texi (Default Coding Systems): Document about the
4407         return value `undecided'.
4409 2007-06-25  David Kastrup  <dak@gnu.org>
4411         * keymaps.texi (Active Keymaps): Document new POSITION argument of
4412         `current-active-maps'.
4414 2007-06-24  Karl Berry  <karl@gnu.org>
4416         * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text.
4418 2007-06-15  Juanma Barranquero  <lekktu@gmail.com>
4420         * display.texi (Overlay Arrow): Doc fix.
4422 2007-06-14  Karl Berry  <karl@tug.org>
4424         * anti.texi (Antinews): Typo.
4426 2007-06-14  Chong Yidong  <cyd@stupidchicken.com>
4428         * display.texi (Image Cache): Document image-refresh.
4430 2007-06-12  Karl Berry  <karl@gnu.org>
4432         * vol1.texi, vol2.texi, two-volume-cross-refs.txt: Update.
4433         * two-volume.make: New file.
4434         * .cvsignore: Ignore two-volume files.
4436 2007-06-12  Tom Tromey  <tromey@redhat.com>
4438         * os.texi (Init File): Document user-emacs-directory.
4440 2007-06-03  Nick Roberts  <nickrob@snap.net.nz>
4442         * commands.texi (Click Events): Describe width and height when
4443         object is nil.
4445 2007-05-30  Nick Roberts  <nickrob@snap.net.nz>
4447         * commands.texi (Click Events): Layout more logically.
4448         Describe width and height.
4449         (Drag Events, Motion Events): Update to new format for position.
4451 2007-06-02  Richard Stallman  <rms@gnu.org>
4453         * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces.
4455 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
4457         * Version 22.1 released.
4459 2007-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4461         * text.texi (Special Properties): Correct meaning of fontified face.
4463 2007-05-30  Richard Stallman  <rms@gnu.org>
4465         * text.texi (Special Properties): Add link to Adjusting Point.
4467 2007-05-12  Richard Stallman  <rms@gnu.org>
4469         * text.texi (Margins): indent-to-left-margin is not the default.
4470         (Mode-Specific Indent): For indent-line-function, the default
4471         is indent-relative.
4473         * modes.texi (Example Major Modes): Explain last line of text-mode
4474         is redundant.
4476 2007-05-10  Richard Stallman  <rms@gnu.org>
4478         * keymaps.texi (Scanning Keymaps): Update where-is-internal example.
4480         * help.texi (Keys in Documentation): Add reference to
4481         Documentation Tips.
4483         * files.texi (Format Conversion): TO-FN gets three arguments.
4485         * modes.texi (Auto Major Mode): Document file-start-mode-alist.
4487 2007-05-10  Thien-Thi Nguyen  <ttn@gnuvola.org>
4489         * elisp.texi (Top): Remove "Saving Properties" from detailed menu.
4490         * files.texi (Format Conversion): Expand intro; add menu.
4491         (Format Conversion Overview, Format Conversion Round-Trip)
4492         (Format Conversion Piecemeal): New nodes/subsections.
4493         * hooks.texi: Xref "Format Conversion" , not "Saving Properties".
4494         * text.texi (Text Properties): Remove "Saving Properties" from menu.
4495         (Saving Properties): Delete node/subsection.
4497 2007-05-07  Karl Berry  <karl@gnu.org>
4499         * elisp.texi (EMACSVER): Back to 22.
4501 2007-05-06  Richard Stallman  <rms@gnu.org>
4503         * processes.texi (Accepting Output): Revert most of previous change.
4505 2007-05-05  Richard Stallman  <rms@gnu.org>
4507         * processes.texi (Accepting Output): accept-process-output
4508         uses microseconds, not milliseconds.  But that arg is obsolete.
4510 2007-05-04  Karl Berry  <karl@tug.org>
4512         * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
4514 2007-05-04  Eli Zaretskii  <eliz@gnu.org>
4516         * tips.texi (Documentation Tips): Rearrange items to place the
4517         more important ones first.  Add an index entry for hyperlinks.
4519 2007-05-03  Karl Berry  <karl@gnu.org>
4521         * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing.
4522         (EMACSVER) [smallbook]: 22 for printed version.
4524         * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed,
4525         so restore anchor to normal position after defun.  Found by Kevin Ryde.
4527 2007-04-26  Glenn Morris  <rgm@gnu.org>
4529         * elisp.texi (EMACSVER): Increase to 22.1.50.
4531 2007-04-28  Karl Berry  <karl@gnu.org>
4533         * elisp.texi: Improve line breaks on copyright page,
4534         similar layout to emacs manual, 8.5x11 by default.
4536 2007-04-24  Richard Stallman  <rms@gnu.org>
4538         * text.texi (Special Properties): Add xref to Overlay Properties.
4540         * display.texi (Overlay Properties): Add xref to Special Properties.
4542 2007-04-22  Richard Stallman  <rms@gnu.org>
4544         * keymaps.texi (Extended Menu Items): Move the info about
4545         format with cached keyboard binding.
4547 2007-04-21  Richard Stallman  <rms@gnu.org>
4549         * text.texi (Special Properties): Clarify previous change.
4551         * files.texi (File Name Expansion): Clarify previous change.
4553         * display.texi (Attribute Functions): Fix example for
4554         face-attribute-relative-p.
4556 2007-04-19  Kenichi Handa  <handa@m17n.org>
4558         * text.texi (Special Properties): Document composition property.
4560 2007-04-19  Glenn Morris  <rgm@gnu.org>
4562         * files.texi (File Name Expansion): Mention "superroot".
4564 2007-04-15  Chong Yidong  <cyd@stupidchicken.com>
4566         * frames.texi (Multiple Displays): Add note about "multi-monitor"
4567         setups.
4568         (Display Feature Testing): Note that display refers to all
4569         physical monitors for multi-monitor setups.
4571 2007-04-14  Richard Stallman  <rms@gnu.org>
4573         * lists.texi (Sets And Lists): Clarify `delete' examples.
4574         Remove spurious xref to same node.
4575         Clarify xref for add-to-list.
4577 2007-04-12  Nick Roberts  <nickrob@snap.net.nz>
4579         * keymaps.texi (Format of Keymaps): Remove spurious ")" from
4580         value of lisp-mode-map.
4582 2007-04-11  Karl Berry  <karl@gnu.org>
4584         * anti.texi (Antinews):
4585         * display.texi (Overlay Properties, Defining Images):
4586         * processes.texi (Synchronous Processes, Sentinels):
4587         * syntax.texi (Syntax Table Internals):
4588         * searching.texi (Regexp Special):
4589         * nonascii.texi (Default Coding Systems):
4590         * text.texi (Special Properties):
4591         * minibuf.texi (Basic Completion): Wording to improve breaks in
4592         8.5x11 format.
4593         * elisp.texi (smallbook): New @set to more easily switch between
4594         smallbook and 8.5x11.
4596 2007-04-11  Richard Stallman  <rms@gnu.org>
4598         * text.texi (Lazy Properties): Minor fix.
4600 2007-04-08  Karl Berry  <karl@gnu.org>
4602         * symbols.texi (Plists and Alists): Period after "vs" in index entries.
4603         * macros.texi (Backquote): Downcase Backquote in index entries for
4604         consistency.
4606 2007-04-08  Richard Stallman  <rms@gnu.org>
4608         * text.texi (Adaptive Fill): Just describe default,
4609         don't show it (since it contains non-ASCII chars).
4611 2007-04-07  Karl Berry  <karl@gnu.org>
4613         * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in
4614         adaptive-fill-regexp's value, since they are not in the standard
4615         TeX fonts.
4617 2007-04-07  Guanpeng Xu  <herberteuler@hotmail.com>
4619         * display.texi (Defining Faces): Fix example.
4621 2007-04-07  Karl Berry  <karl@gnu.org>
4623         * display.texi (Button Buffer Commands): Improve page break.
4625 2007-04-07  Richard Stallman  <rms@gnu.org>
4627         * advice.texi (Activation of Advice): Remove redundant index entry.
4629         * backups.texi: Improve index entries.  Remove redundant ones.
4631         * compile.texi (Byte Compilation): Improve index entry.
4633         * hash.texi (Creating Hash): Improve index entry.
4635         * symbols.texi (Definitions): Improve index entry.
4637         * edebug.texi: Improve index entries.  Remove redundant/useless ones.
4639         * maps.texi (Standard Keymaps): Remove useless index entry.
4641         * help.texi (Documentation Basics): Remove redundant index entries.
4643         * customize.texi: Improve index entries.
4644         Remove redundant/useless ones.
4646         * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
4648         * streams.texi (Output Variables): Improve index entry.
4650         * abbrevs.texi (Abbrevs): Remove useless index entry.
4652         * macros.texi (Expansion): Remove useless index entry.
4654         * text.texi: Improve index entries.  Remove redundant/useless ones.
4655         (Text Properties, Examining Properties)
4656         (Special Properties): Use "property category" instead of "category"
4657         to refer to the `category' property.
4659         * positions.texi: Improve index entries.  Remove useless one.
4661         * lists.texi: Improve index entries.  Remove redundant/useless ones.
4663         * os.texi: Improve index entries.
4664         (Timers): Fix previous change.
4666         * buffers.texi: Improve index entries.
4667         (Modification Time): Get rid of term "obsolete buffer".
4669         * debugging.texi: Improve index entries.
4670         (Test Coverage): Add xref to other test coverage ftr.
4672         * eval.texi: Improve index entry.  Remove redundant ones.
4674         * numbers.texi: Improve index entries.  Remove redundant/useless ones.
4676         * files.texi: Improve index entries.  Remove redundant/useless ones.
4678         * objects.texi: Improve index entries.
4680         * processes.texi: Improve index entries.
4682         * modes.texi: Improve index entry.  Remove redundant one.
4684         * nonascii.texi: Improve index entries.
4686         * internals.texi: Improve index entries.
4688         * syntax.texi: Improve index entries.
4690         * keymaps.texi (Active Keymaps): Improve index entries.
4692         * commands.texi: Improve index entries.  Remove redundant/useless ones.
4694         * frames.texi: Improve index entries.  Remove redundant/useless ones.
4696         * markers.texi: Improve index entries.  Remove redundant ones.
4698         * tips.texi: Improve index entries.
4700         * loading.texi (Unloading): Improve index entry.
4702         * variables.texi: Improve index entries.  Remove redundant one.
4704         * sequences.texi: Improve index entry.
4706         * display.texi: Improve index entries.  Remove redundant ones.
4708         * windows.texi: Improve index entries.
4710         * searching.texi: Improve index entries.  Remove redundant one.
4712         * strings.texi (Case Tables): Improve last change.
4714 2007-04-04  Chong Yidong  <cyd@stupidchicken.com>
4716         * strings.texi (Case Tables): Document with-case-table and
4717         ascii-case-table.
4719 2007-04-03  Karl Berry  <karl@gnu.org>
4721         * processes.texi (Network): Reword to improve page break.
4723 2007-04-03  Eli Zaretskii  <eliz@gnu.org>
4725         * functions.texi (Inline Functions): Describe more disadvantages
4726         of defsubst, and make advice against it stronger.
4728 2007-04-02  Karl Berry  <karl@gnu.org>
4730         * backups.texi (Backup Names): Avoid widow words.
4731         * modes.texi (Example Major Modes): Align last comment.
4733 2007-04-01  Chong Yidong  <cyd@stupidchicken.com>
4735         * keymaps.texi (Remapping Commands): Document new arg to
4736         command-remapping.
4738 2007-04-01  Karl Berry  <karl@gnu.org>
4740         * processes.texi (Low-Level Network): Typo.
4741         * loading.texi (Hooks for Loading): Avoid double "the".
4742         * keymaps.texi (Key Sequences): No double "and".
4743         (Changing Key Bindings): Shorten to improve line break.
4745 2007-03-31  Glenn Morris  <rgm@gnu.org>
4747         * os.texi (Timers): Fix description of run-at-time TIME formats.
4749 2007-03-31  Richard Stallman  <rms@gnu.org>
4751         * display.texi (Invisible Text): Correct buffer-invisibility-spec
4752         regarding ellipsis.
4754 2007-03-31  Eli Zaretskii  <eliz@gnu.org>
4756         * intro.texi (nil and t):
4757         * symbols.texi (Plists and Alists):
4758         * variables.texi (Variable Aliases, Constant Variables):
4759         * functions.texi (Defining Functions):
4760         * advice.texi (Advising Primitives):
4761         * debugging.texi (Syntax Errors, Compilation Errors):
4762         * minibuf.texi (Minibuffer Windows):
4763         * commands.texi (Adjusting Point):
4764         * modes.texi (Syntactic Font Lock, Faces for Font Lock)
4765         (Auto Major Mode, Major Mode Conventions):
4766         * help.texi (Describing Characters):
4767         * files.texi (Create/Delete Dirs, Information about Files)
4768         (File Locks, Writing to Files, Reading from Files)
4769         (Saving Buffers):
4770         * windows.texi (Resizing Windows, Cyclic Window Ordering):
4771         * frames.texi (Finding All Frames):
4772         * positions.texi (Buffer End, Motion):
4773         * markers.texi (The Region):
4774         * text.texi (Deletion, Near Point):
4775         * display.texi (Displaying Messages, Truncation):
4776         * os.texi (Processor Run Time):
4777         * tips.texi (Key Binding Conventions, Programming Tips)
4778         (Warning Tips, Documentation Tips, Comment Tips):
4779         * internals.texi (Memory Usage): Improve indexing.
4781         * variables.texi (Frame-Local Variables):
4782         * functions.texi (Argument List):
4783         * loading.texi (Library Search):
4784         * streams.texi (Output Variables):
4785         * keymaps.texi (Translation Keymaps, Searching Keymaps):
4786         * searching.texi (Replacing Match, Search and Replace):
4787         * processes.texi (Byte Packing, Decoding Output)
4788         (Accepting Output, Network Servers, Shell Arguments):
4789         * display.texi (Abstract Display, Image Cache, Scroll Bars):
4790         * windows.texi (Window Point, Window Start):
4791         * frames.texi (Management Parameters, Frame Parameters, Frame Titles):
4792         * commands.texi (Reading Input, Keyboard Events):
4793         * minibuf.texi (Reading File Names, Minibuffer Completion)
4794         (Recursive Mini):
4795         * positions.texi (List Motion):
4796         * hash.texi (Hash Tables, Creating Hash, Defining Hash):
4797         * numbers.texi (Arithmetic Operations, Math Functions)
4798         (Predicates on Numbers, Comparison of Numbers):
4799         (Numeric Conversions):
4800         * locals.texi (Standard Buffer-Local Variables):
4801         * maps.texi (Standard Keymaps):
4802         * os.texi (User Identification, System Environment, Recording Input)
4803         (X11 Keysyms):
4804         * nonascii.texi (Non-ASCII Characters, Splitting Characters):
4805         * backups.texi (Backups and Auto-Saving):
4806         * customize.texi (Customization, Group Definitions)
4807         (Variable Definitions):
4808         * compile.texi (Byte Compilation): Improve index entries.
4810 2007-03-31  Karl Berry  <karl@gnu.org>
4812         * macros.texi (Defining Macros): Avoid widow syllable.
4814 2007-03-31  Eli Zaretskii  <eliz@gnu.org>
4816         * elisp.texi (Top): Postscript -> PostScript.
4818         * display.texi (Images, Postscript Images): Postscript -> PostScript.
4820 2007-03-31  Markus Triska  <markus.triska@gmx.at>
4822         * internals.texi (Writing Emacs Primitives): Untabify `For'.
4824 2007-03-30  Karl Berry  <karl@gnu.org>
4826         * lists.texi (List-related Predicates): Remove spurious @need.
4827         (Setcdr): Use @smallexample to improve page break.
4828         (Association Lists) <assoc>: Reword to improve page break.
4830         * strings.texi (String Conversion): Insert blank line to improve
4831         page break.
4833         * numbers.texi (Random Numbers): Use @minus{}.
4834         (Math Functions): Use @minus{}.
4836         * intro.texi (Acknowledgements): Avoid line breaks before middle
4837         initials.
4839 2007-03-24  Eli Zaretskii  <eliz@gnu.org>
4841         * errors.texi (Standard Errors): Add an index entry.
4843 2007-03-19  Richard Stallman  <rms@gnu.org>
4845         * os.texi (Recording Input): recent-keys now gives 300 keys.
4847 2007-03-12  Glenn Morris  <rgm@gnu.org>
4849         * os.texi: Replace "daylight savings" with "daylight saving"
4850         throughout.
4852 2007-03-05  Richard Stallman  <rms@gnu.org>
4854         * variables.texi (File Local Variables):
4855         Update enable-local-variables values.
4857 2007-03-04  Richard Stallman  <rms@gnu.org>
4859         * syntax.texi (Control Parsing): Minor clarification.
4861         * strings.texi (Formatting Strings): Clarify width, precision, flags.
4863         * sequences.texi (Sequence Functions): Move string-bytes away,
4864         add xref.
4866         * nonascii.texi (Text Representations): Move string-bytes here.
4868         * modes.texi (Major Mode Conventions): Fundamental mode is exception.
4870         * minibuf.texi (Basic Completion): Minor clarification.
4872         * markers.texi (The Mark): Clarify existence vs activation of mark.
4873         Other cleanup.
4875         * display.texi (Finding Overlays): Write better example.
4877         * compile.texi (Eval During Compile): Clarify putting macros
4878         in eval-when-compile.
4880 2007-02-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>  (tiny change)
4882         * loading.texi (How Programs Do Loading): Fix anchor position at
4883         load-read-function definition doc.
4885 2007-02-21  Kim F. Storm  <storm@cua.dk>
4887         * strings.texi (Text Comparison): Mention that assoc-string
4888         converts symbols to strings before testing.
4890 2007-02-17  Kim F. Storm  <storm@cua.dk>
4892         * processes.texi (Bindat Spec): Vector types can have optional
4893         element type.
4894         (Bindat Examples): Fix example.  Add vector with element type.
4896 2007-02-16  Andreas Schwab  <schwab@suse.de>
4898         * strings.texi (Formatting Strings): Document '+' flag.
4900 2007-02-15  Juanma Barranquero  <lekktu@gmail.com>
4902         * strings.texi (Modifying Strings): Clarify that `clear-string'
4903         always converts the string to unibyte.
4905 2007-02-14  Kim F. Storm  <storm@cua.dk>
4907         * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
4908         Rewrite glyph code description to refer to these functions.
4909         Remove details of encoding face number and char into integer code.
4911 2007-02-03  Alan Mackenzie  <acm@muc.de>
4913         * loading.texi (Hooks for Loading): Make the description of
4914         `eval-after-load' more detailed, and amend the description of
4915         after-load-alist, in accordance with changes from 2006-05.
4917 2007-02-03  Chong Yidong  <cyd@stupidchicken.com>
4919         * modes.texi (Defining Minor Modes): Document that a :require
4920         keyword or similar may be required to make saved customization
4921         variables work.
4923 2007-02-03  Eli Zaretskii  <eliz@gnu.org>
4925         * elisp.texi (Top): Make the detailed menu headers compliant with
4926         Texinfo guidelines and with what texnfo-upd.el expects.
4927         Add comments to prevent people from inadvertently modifying the key
4928         parts needed by `texinfo-multiple-files-update'.
4930 2007-02-02  Eli Zaretskii  <eliz@gnu.org>
4932         * elisp.texi (Top): Update the top-level menus.
4934         * syntax.texi (Categories): Add index entries.
4936 2007-02-01  Juanma Barranquero  <lekktu@gmail.com>
4938         * display.texi (Attribute Functions): Fix name and description of
4939         the UNDERLINE arg of `set-face-underline-p'.
4941 2007-01-29  Eli Zaretskii  <eliz@gnu.org>
4943         * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
4944         Variables", and "Standard Keymaps" to the detailed menu.
4946         * variables.texi (Future Local Variables): Add index entry.
4948 2007-01-28  Richard Stallman  <rms@gnu.org>
4950         * tips.texi (Coding Conventions): Clarify the tip about macros
4951         that define a function or a variable.
4953         * files.texi (File Attributes): UID and GID can be floats.
4954         (Magic File Names): Explain why deferring all operations to
4955         the standard handler does not work.
4957 2007-01-23  Martin Rudalics  <rudalics@gmx.at>
4959         * backups.texi (Reverting): Use "buffer" instead of "file"
4960         when talking about major and minor modes.
4962 2007-01-21  Richard Stallman  <rms@gnu.org>
4964         * help.texi (Documentation): Add xref to Documentation Tips.
4966 2007-01-14  Juanma Barranquero  <lekktu@gmail.com>
4968         * tips.texi (Coding Conventions): Fix typos.
4970 2007-01-05  Richard Stallman  <rms@gnu.org>
4972         * modes.texi (Defining Minor Modes): Fix previous change.
4974 2007-01-03  Richard Stallman  <rms@gnu.org>
4976         * customize.texi (Variable Definitions, Customization Types):
4977         Don't use * in doc string for defcustom.
4979 2007-01-02  Richard Stallman  <rms@gnu.org>
4981         * variables.texi (Variable Aliases): Clarify that aliases vars
4982         always have the same value.
4984         * processes.texi (Bindat Spec): Fix Texinfo usage.
4986         * modes.texi (Defining Minor Modes): Explain effect of command
4987         defined with define-global-minor-mode on new buffers.
4989 2006-12-30  Kim F. Storm  <storm@cua.dk>
4991         * keymaps.texi (Tool Bar): Describe `grow-only' value of
4992         `auto-resize-tool-bars'.
4994 2006-12-30  Richard Stallman  <rms@gnu.org>
4996         * keymaps.texi (Active Keymaps): Fix previous change.
4998 2006-12-30  Nick Roberts  <nickrob@snap.net.nz>
5000         * keymaps.texi (Active Keymaps): Make xref to lookup-key.
5002 2006-12-30  Kim F. Storm  <storm@cua.dk>
5004         * processes.texi (Bindat Spec): Clarify using field names in
5005         length specifications.
5007 2006-12-29  Kim F. Storm  <storm@cua.dk>
5009         * processes.texi (Bindat Spec): Explain eval forms and lengths better.
5010         Add count and index variables for eval forms in repeat blocks.
5012 2006-12-24  Richard Stallman  <rms@gnu.org>
5014         * customize.texi (Variable Definitions):
5015         Document new name custom-add-frequent-value.
5017 2006-12-19  Kim F. Storm  <storm@cua.dk>
5019         * commands.texi (Misc Events): User signals now result in sigusr1
5020         and sigusr2 events which are handled through special-event-map.
5021         (Special Events): User signals and drag-n-drop are special.
5023 2006-12-17  Richard Stallman  <rms@gnu.org>
5025         * loading.texi (Named Features): Explain subfeatures better.
5027         * customize.texi: Use "option" only for user options.
5028         For the keyword values inside defcustom etc, say "keywords".
5029         For :options value's elements, say "elements".
5030         :group should not be omitted.
5032         * syntax.texi (Parsing Expressions): Split up node.
5033         (Motion via Parsing, Position Parse, Parser State)
5034         (Low-Level Parsing, Control Parsing): New subnodes.
5035         (Parser State): Document syntax-ppss-toplevel-pos.
5037         * positions.texi (List Motion): Punctuation fix.
5039         * files.texi (File Name Completion): Document PREDICATE arg
5040         to file-name-completion.
5042 2006-12-16  Eli Zaretskii  <eliz@gnu.org>
5044         * internals.texi (Building Emacs, Writing Emacs Primitives):
5045         Add index entries.
5047 2006-12-11  Richard Stallman  <rms@gnu.org>
5049         * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
5050         affects face menu.  Explain how to make it non-nil without enabling
5051         any fontification.
5053 2006-12-10  Chong Yidong  <cyd@stupidchicken.com>
5055         * modes.texi (Font Lock Basics): Document nil value of
5056         font-lock-defaults.
5058 2006-12-10  Glenn Morris  <rgm@gnu.org>
5060         * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
5061         value for system-flag argument.  Abbrev tables may not be empty
5062         when major modes are loaded.
5064 2006-12-08  Juanma Barranquero  <lekktu@gmail.com>
5066         * makefile.w32-in (maintainer-clean): Partially revert last
5067         change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
5068         to protect elisp-covers.texi.
5070 2006-12-07  Juanma Barranquero  <lekktu@gmail.com>
5072         * makefile.w32-in (maintainer-clean): Depend on `distclean'.
5073         Don't remove elisp* info files; they are already deleted by the
5074         `clean' and `distclean' targets, and they are in the $(infodir)
5075         directory, not the current one.
5077 2006-12-04  Kim F. Storm  <storm@cua.dk>
5079         * commands.texi (Misc Events): Update signal events.
5080         (Event Examples): Add signal example.
5082 2006-11-29  Richard Stallman  <rms@gnu.org>
5084         * frames.texi (Visibility of Frames): Explain visible windows
5085         can be covered by others.  Add xref for raise-frame.
5087 2006-11-28  Richard Stallman  <rms@gnu.org>
5089         * searching.texi (Regexp Special): Update when ^ is special.
5091 2006-11-27  Eli Zaretskii  <eliz@gnu.org>
5093         * customize.texi (Customization, Common Keywords)
5094         (Group Definitions, Variable Definitions, Composite Types)
5095         (Type Keywords, Customization Types): Add index entries for
5096         various customization keywords.
5098 2006-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5100         * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
5102 2006-11-10  Jan Djärv  <jan.h.d@swipnet.se>
5104         * frames.texi (Window System Selections): Remove clipboard from
5105         description of selection-coding-system.
5107 2006-11-06  Richard Stallman  <rms@gnu.org>
5109         * lists.texi (List Variables): Document COMPARE-FN.
5111         * keymaps.texi: Avoid use of "binding" to mean a relation;
5112         use it only to refer to the meaning associated with a key.
5113         (Keymaps): Change menu node description.
5115         * elisp.texi (Top): Change menu node description.
5117         * display.texi (Managing Overlays): Document overlay-recenter.
5119 2006-10-29  Chong Yidong  <cyd@stupidchicken.com>
5121         * Makefile.in: Use relative paths to avoid advertising filesystem
5122         contents during compilation.
5124 2006-10-23  Kim F. Storm  <storm@cua.dk>
5126         * commands.texi (Event Input Misc): Update unread-command-events.
5128 2006-10-23  Nick Roberts  <nickrob@snap.net.nz>
5130         * lists.texi (Sets And Lists): Fix typos.
5132 2006-10-18  Juanma Barranquero  <lekktu@gmail.com>
5134         * control.texi (Processing of Errors): Use @var for an argument,
5135         not @code.
5137 2006-10-16  Richard Stallman  <rms@gnu.org>
5139         * edebug.texi (Edebug Recursive Edit): Minor cleanup.
5141         * keymaps.texi (Format of Keymaps): Show all the keymap element
5142         patterns that result from menu items.
5143         (Key Lookup): Minor cleanups.
5145         * modes.texi (Precalculated Fontification): Don't say that
5146         not setting font-lock-defaults avoids loading font-lock.
5148         * help.texi (Documentation): Move xref to Emacs Manual here.
5149         (Documentation Basics): From here.
5150         Also doc emacs-lisp-docstring-fill-column.
5152         * elisp.texi: Update version and ISBN.
5154         * commands.texi (Interactive Call): Clarify KEYS arg to
5155         call-interactively is a vector.
5156         (Command Loop Info): Delete anchor in this-command-keys.
5157         Add anchor in this-command-keys-vector.
5158         (Recursive Editing): Document how recursive-edit
5159         handles the current buffer.
5161 2006-10-13  Chong Yidong  <cyd@stupidchicken.com>
5163         * frames.texi (Frame Titles): %c and %l are ignored in
5164         frame-title-format.
5166 2006-10-11  Richard Stallman  <rms@gnu.org>
5168         * keymaps.texi (Key Sequences): Clarify use of kbd.
5170 2006-10-10  Kim F. Storm  <storm@cua.dk>
5172         * lists.texi (Sets And Lists): Add memql.
5174 2006-10-03  Richard Stallman  <rms@gnu.org>
5176         * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
5177         Clarify :ascii: and :nonascii:.
5179 2006-09-29  Juri Linkov  <juri@jurta.org>
5181         * modes.texi (%-Constructs): Reorder coding systems in the
5182         documentation of %z to the real order displayed in the modeline.
5184 2006-09-25  Richard Stallman  <rms@gnu.org>
5186         * os.texi (Timers): Describe timer-max-repeats.
5188 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
5190         * os.texi (Timers): Mention with-local-quit.
5192 2006-09-24  Richard Stallman  <rms@gnu.org>
5194         * searching.texi (Searching and Matching): Mention property search.
5196         * commands.texi (Command Loop Info): Explain how read-event affects
5197         this-command-keys.
5199 2006-09-20  Richard Stallman  <rms@gnu.org>
5201         * os.texi (Timers): Clarify about REPEAT when timer is delayed.
5203         * windows.texi (Window Start): Minor cleanups.
5205 2006-09-20  Kim F. Storm  <storm@cua.dk>
5207         * windows.texi (Window Start): pos-visible-in-window-p allows
5208         specifying t for position to mean "end of window".
5209         Add window-line-height.
5211         * anti.texi (Antinews): Mention window-line-height.
5213 2006-09-19  David Kastrup  <dak@gnu.org>
5215         * keymaps.texi (Searching Keymaps): Small clarification.
5217 2006-09-18  Richard Stallman  <rms@gnu.org>
5219         * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
5220         cause keyboard menus.
5221         (Menu Keymaps): Likewise.
5222         (Defining Menus, Keyboard Menus): Clarify.
5224         * text.texi (Fields): Clarify explanation of constrain-to-field.
5226 2006-09-16  Eli Zaretskii  <eliz@gnu.org>
5228         * variables.texi (Tips for Defining): Fix a typo.
5230 2006-09-15  Richard Stallman  <rms@gnu.org>
5232         * keymaps.texi (Remapping Commands, Searching Keymaps)
5233         (Active Keymaps): Clean up previous change.
5235 2006-09-15  Jay Belanger  <belanger@truman.edu>
5237         * gpl.texi: Replace "Library Public License" by "Lesser Public
5238         License" throughout.
5240 2006-09-15  David Kastrup  <dak@gnu.org>
5242         * keymaps.texi (Active Keymaps): Adapt description to use
5243         `get-char-property' instead `get-text-property'.  Explain how
5244         mouse events change this.  Explain the new optional argument of
5245         `key-binding' and its mouse-dependent lookup.
5246         (Searching Keymaps): Adapt description similarly.
5247         (Remapping Commands): Explain the new optional argument of
5248         `command-remapping'.
5250 2006-09-14  Richard Stallman  <rms@gnu.org>
5252         * keymaps.texi (Searching Keymaps): Clarification.
5253         (Active Keymaps): Refer to Searching Keymaps instead of duplication.
5255 2006-09-13  Richard Stallman  <rms@gnu.org>
5257         * objects.texi (Character Type): Node split.
5258         Add xref to Describing Characters.
5259         (Basic Char Syntax, General Escape Syntax)
5260         (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
5262 2006-09-11  Richard Stallman  <rms@gnu.org>
5264         * display.texi (Display Table Format): Wording clarification.
5265         (Glyphs): Clarifications.
5267 2006-09-10  Chong Yidong  <cyd@stupidchicken.com>
5269         * keymaps.texi (Active Keymaps): Mention that key-binding checks
5270         local maps.
5272 2006-09-10  Kim F. Storm  <storm@cua.dk>
5274         * display.texi (Forcing Redisplay): Document return value of
5275         function redisplay.
5277 2006-09-09  Richard Stallman  <rms@gnu.org>
5279         * windows.texi (Window Hooks): Explain limits of
5280         window-scroll-functions.
5282         * display.texi (Fringe Indicators): Update for last change in
5283         indicate-buffer-boundaries.
5285 2006-09-08  Richard Stallman  <rms@gnu.org>
5287         * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
5289 2006-09-06  Kim F. Storm  <storm@cua.dk>
5291         * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
5293         * windows.texi (Window Start): Update pos-visible-in-window-p.
5295 2006-09-04  Richard Stallman  <rms@gnu.org>
5297         * processes.texi (Accepting Output): Explain SECONDS=0 for
5298         accept-process-output.
5300         * os.texi (Idle Timers): Explain why timer functions should not
5301         loop until (input-pending-p).
5303 2006-09-02  Eli Zaretskii  <eliz@gnu.org>
5305         * makefile.w32-in (usermanualdir): New variable.
5306         (elisp.dvi): Use it.
5308 2006-09-01  Eli Zaretskii  <eliz@gnu.org>
5310         * buffers.texi (Buffer Modification): Fix last change.
5312 2006-09-01  Chong Yidong  <cyd@stupidchicken.com>
5314         * buffers.texi (Buffer Modification):
5315         Document buffer-chars-modified-tick.
5317 2006-08-31  Richard Stallman  <rms@gnu.org>
5319         * modes.texi (Syntactic Font Lock): Mention specific faces once again.
5321 2006-08-31  Richard Bielawski  <RBielawski@moneygram.com>  (tiny change)
5323         * modes.texi (Syntactic Font Lock):
5324         Mention font-lock-syntactic-face-function
5325         instead of specific faces.
5327 2006-08-29  Chong Yidong  <cyd@stupidchicken.com>
5329         * display.texi (Images): Add xrref to display-images-p.
5331 2006-08-28  Kenichi Handa  <handa@m17n.org>
5333         * nonascii.texi (Lisp and Coding Systems): Fix description of
5334         detect-coding-region.
5336 2006-08-27  Michael Olson  <mwolson@gnu.org>
5338         * processes.texi (Transaction Queues): Remove stray quote
5339         character.
5341 2006-08-25  Richard Stallman  <rms@gnu.org>
5343         * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
5344         Add xref.
5346 2006-08-24  Chong Yidong  <cyd@stupidchicken.com>
5348         * os.texi (Timers): Avoid waiting inside timers.
5350 2006-08-21  Lute Kamstra  <lute@gnu.org>
5352         * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
5354 2006-08-20  Richard Stallman  <rms@gnu.org>
5356         * os.texi (Idle Timers): New node, split out from Timers.
5357         Document current-idle-time.
5358         * commands.texi (Reading One Event): Update xref.
5359         * elisp.texi (Top): Update subnode menu.
5361 2006-08-16  Richard Stallman  <rms@gnu.org>
5363         * keymaps.texi (Extended Menu Items): Show format of cached
5364         bindings in extended menu items.
5366         * customize.texi (Variable Definitions): Explain when the
5367         standard value expression is evaluated.
5369 2006-08-15  Chong Yidong  <cyd@stupidchicken.com>
5371         * commands.texi (Reading One Event): Explain idleness in
5372         `read-event'.
5374 2006-08-12  Chong Yidong  <cyd@stupidchicken.com>
5376         * text.texi (Near Point): Say "cursor" not "terminal cursor".
5377         (Commands for Insertion): Remove split-line since it's not
5378         relevant for Lisp programming.
5379         (Yank Commands): Rewrite introduction.
5380         (Undo): Clarify.
5381         (Maintaining Undo): Clarify.  Document undo-ask-before-discard.
5382         (Filling): Remove redundant comment.  Clarify return value of
5383         current-justification.
5384         (Margins): Minor clarifications.
5385         (Adaptive Fill): Update default value of adaptive-fill-regexp.
5386         (Sorting): Update definition of sort-lines.
5387         (Columns): Clarify behavior of sort-columns.
5388         (Indent Tabs): Link to Tab Stops in Emacs manual.
5389         (Special Properties): Clarify.
5390         (Clickable Text): Mention Buttons package.
5392 2006-08-12  Kevin Ryde  <user42@zip.com.au>
5394         * os.texi (Time Parsing): Add %z to description of
5395         format-time-string, as per docstring.  Add cross reference to
5396         glibc manual for strftime.
5398 2006-08-08  Richard Stallman  <rms@gnu.org>
5400         * modes.texi: Clean up wording in previous change.
5402 2006-08-07  Chong Yidong  <cyd@stupidchicken.com>
5404         * modes.texi (Hooks): Clarify.
5405         (Major Mode Basics): Mention define-derived-mode explicitly.
5406         (Major Mode Conventions): Rebinding RET is OK for some modes.
5407         Mention change-major-mode-hook and after-change-major-mode-hook.
5408         (Example Major Modes): Move to end of Modes section.
5409         (Mode Line Basics): Clarify.
5410         (Mode Line Data): Mention help-echo and local-map in strings.
5411         Explain reason for treatment of non-risky variables.
5412         (Properties in Mode): Clarify.
5413         (Faces for Font Lock): Add font-lock-negation-char-face.
5415 2006-08-04  Eli Zaretskii  <eliz@gnu.org>
5417         * strings.texi (Formatting Strings): Warn against arbitrary
5418         strings as first arg to `format'.
5420 2006-07-31  Thien-Thi Nguyen  <ttn@gnu.org>
5422         * text.texi (Clickable Text): Mention `help-echo' text property.
5423         Update intro, examples and associated explanations.
5425 2006-07-31  Richard Stallman  <rms@gnu.org>
5427         * commands.texi: Update xrefs.
5428         (Event Mod): New node, cut out from old Translating Input.
5430         * maps.texi: Update xrefs.
5432         * keymaps.texi (Translation Keymaps): New node.
5433         Update xrefs from Translating Input to Translation Keymaps.
5435         * elisp.texi (Top): Update subnode menu.
5437         * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
5439         * os.texi (System Interface): Fix menu descriptions of some nodes.
5440         (Translating Input): Node deleted.
5442 2006-07-31  Nick Roberts  <nickrob@snap.net.nz>
5444         * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
5446         * lists.texi (Sets And Lists): Likewise.
5448 2006-07-30  Thien-Thi Nguyen  <ttn@gnu.org>
5450         * text.texi (Fields): Mention POS
5451         requirement when narrowing is in effect.
5453 2006-07-28  Richard Stallman  <rms@gnu.org>
5455         * display.texi (Face Attributes): Simplify wording.
5456         (Attribute Functions): Clarify meaning of new-frame default
5457         attribute settings.
5459         * customize.texi (Common Keywords): Document how to use
5460         :package-version in a package not in Emacs.
5462 2006-07-28  Kim F. Storm  <storm@cua.dk>
5464         * commands.texi (Reading One Event): Fix last change.
5466 2006-07-26  Chong Yidong  <cyd@stupidchicken.com>
5468         * commands.texi (Reading One Event): Document SECONDS argument for
5469         read-event, read-char, and read-char-exclusive.
5471 2006-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5473         * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
5474         to ensure correct identification.
5476 2006-07-24  Richard Stallman  <rms@gnu.org>
5478         * text.texi (Clickable Text): Clarify.
5480         * sequences.texi (Vector Functions): Delete duplicate xref.
5482         * objects.texi (Function Type): Clarify.
5484         * modes.texi (Keymaps and Minor Modes): List punct chars for minor
5485         modes.
5487         * lists.texi (List Variables): New node.
5488         Material moved from other nodes.
5490         * variables.texi (Setting Variables): add-to-list and
5491         add-to-ordered-list moved to List Variables node.
5493 2006-07-23  Thien-Thi Nguyen  <ttn@gnu.org>
5495         * text.texi (Links and Mouse-1):
5496         For mouse-on-link-p, expand on arg POS.
5498 2006-07-21  Kim F. Storm  <storm@cua.dk>
5500         * display.texi (Forcing Redisplay): Don't mention systems which
5501         don't support sub-second timers for redisplay-preemption-period.
5503         * os.texi (Terminal Output): Clarify text vs graphical terminal.
5505 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
5507         * frames.texi (Input Focus): Document that focus-follows-mouse has
5508         no effect on MS-Windows.
5510 2006-07-18  Richard Stallman  <rms@gnu.org>
5512         * display.texi (Forcing Redisplay): Cleanups in previous change.
5514         * processes.texi (Low-Level Network): Make menu more convenient.
5516 2006-07-18  Kim F. Storm  <storm@cua.dk>
5518         * display.texi (Forcing Redisplay): redisplay-preemption-period
5519         only used on window systems.  Add xref to Terminal Output.
5521         * os.texi (Terminal Output): baud-rate only controls preemption on
5522         non-window systems.  Add xref to Forcing Redisplay.
5524         * processes.texi (Low-Level Network): Rename node "Make Network"
5525         to "Network Processes".
5527 2006-07-18  Karl Berry  <karl@gnu.org>
5529         * variables.texi, functions.texi, customize.texi, loading.texi:
5530         * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
5532 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
5534         * commands.texi (Waiting): Document batch-mode sit-for behavior.
5536 2006-07-17  Richard Stallman  <rms@gnu.org>
5538         * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
5539         Put period and comma inside quotes.
5541         * loading.texi, markers.texi: Use real doublequote inside menus.
5543         * windows.texi: Put point and comma inside quotes.
5544         (Textual Scrolling): Use @samp for error message.
5546         * variables.texi, tips.texi, syntax.texi, symbols.texi:
5547         * strings.texi, streams.texi, processes.texi, os.texi:
5548         * objects.texi, numbers.texi, modes.texi, minibuf.texi:
5549         * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
5550         * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
5551         * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
5552         Put point and comma inside quotes.
5554         * control.texi (Processing of Errors): Add command-error-function.
5556         * variables.texi (File Local Variables): Clarify that
5557         file local variables make buffer-local bindings.
5559         * modes.texi (Syntactic Font Lock): Give default for
5560         font-lock-syntax-table.
5562 2006-07-17  Nick Roberts  <nickrob@snap.net.nz>
5564         * text.texi (Special Properties): Clean up previous change.
5566 2006-07-16  Karl Berry  <karl@gnu.org>
5568         * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
5569         * control.texi: Fix bad page breaks through chapter 10 (control).
5571         * anti.texi (Antinews): Reorder face-attribute fns to avoid
5572         underfull hbox.
5574 2006-07-15  Nick Roberts  <nickrob@snap.net.nz>
5576         * text.texi (Special Properties): Describe fontified text property
5577         in relation to a character (not text).
5579 2006-07-15  Kim F. Storm  <storm@cua.dk>
5581         * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
5582         Add apropos-mode-map, custom-mode-map, esc-map, global-map,
5583         grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
5585         * anti.texi (Antinews): Mention redisplay function.
5586         The kbd macro existed, but was not documented, before 22.x.
5587         Function pos-visible-in-window-p is not new in 22.x, just enhanced.
5589 2006-07-14  Nick Roberts  <nickrob@snap.net.nz>
5591         * display.texi (Displaying Messages): Add anchor.
5593         * frames.texi (Dialog Boxes): Use it.
5595 2006-07-12  Richard Stallman  <rms@gnu.org>
5597         * objects.texi (Frame Type): Explain nature of frames better.
5599         * frames.texi (Frames): Explain nature of frames better.
5601 2006-07-12  Ken Manheimer  <ken.manheimer@gmail.com>
5603         * tips.texi (Coding Conventions): Explain why use cl at compile time.
5605 2006-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5607         * frames.texi (Window System Selections): Mention scrap support for Mac.
5608         Default value of x-select-enable-clipboard is t on Mac.
5610         * os.texi (Getting Out): Suspending is not allowed on Mac, either.
5612 2006-07-11  Kim F. Storm  <storm@cua.dk>
5614         * display.texi (Forcing Redisplay): Add `redisplay' function.
5615         Don't mention (sit-for -1) -- use (redisplay t) instead.
5617         * commands.texi (Waiting): (sit-for -1) is no longer special.
5618         (sit-for 0) is equivalent to (redisplay).
5619         Iconifying/deiconifying no longer makes sit-for return.
5621 2006-07-10  Nick Roberts  <nickrob@snap.net.nz>
5623         * display.texi (Buttons): Fix typo.
5625         * index.texi, elisp.texi (New Symbols): Comment node out.
5627 2006-07-09  Richard Stallman  <rms@gnu.org>
5629         * display.texi (Truncation): Clean up previous change.
5631 2006-07-08  Richard Stallman  <rms@gnu.org>
5633         * commands.texi (Interactive Call): Use 3 as prefix in example
5634         for execute-extended-command.
5636         * display.texi (Attribute Functions): Move paragraph about
5637         compatibility with Emacs < 21.
5639 2006-07-09  Kim F. Storm  <storm@cua.dk>
5641         * display.texi (Refresh Screen): Clarify force-window-update.
5642         (Truncation): "Normally" indicated by fringe arrows.
5644 2006-07-08  Eli Zaretskii  <eliz@gnu.org>
5646         * windows.texi (Textual Scrolling, Resizing Windows):
5647         * variables.texi (Constant Variables):
5648         * text.texi (Buffer Contents, Deletion, Changing Properties)
5649         (Property Search, Special Properties, Sticky Properties)
5650         (Links and Mouse-1, Fields, Change Hooks):
5651         * syntax.texi (Syntax Table Functions, Parsing Expressions)
5652         (Categories):
5653         * symbols.texi (Other Plists):
5654         * streams.texi (Output Variables):
5655         * processes.texi (Input to Processes, Query Before Exit):
5656         * positions.texi (Word Motion, Text Lines, List Motion):
5657         * os.texi (Init File, System Environment, Sound Output)
5658         (Session Management):
5659         * nonascii.texi (Text Representations, Character Sets)
5660         (Chars and Bytes, Locales):
5661         * modes.texi (Defining Minor Modes, Header Lines):
5662         * minibuf.texi (Minibuffer Contents):
5663         * markers.texi (Information from Markers):
5664         * lists.texi (List Elements, Building Lists, Association Lists):
5665         * keymaps.texi (Tool Bar):
5666         * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
5667         * functions.texi (What Is a Function, Mapping Functions):
5668         * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
5669         (Color Names, Text Terminal Colors, Display Feature Testing):
5670         * files.texi (Visiting Functions, File Name Components)
5671         (Unique File Names, Contents of Directories):
5672         * display.texi (Forcing Redisplay, Displaying Messages)
5673         (Temporary Displays, Font Selection, Auto Faces)
5674         (Font Lookup, Fringe Indicators, Display Margins)
5675         (Image Descriptors, Showing Images, Image Cache, Button Types)
5676         (Making Buttons, Manipulating Buttons, Button Buffer Commands)
5677         (Display Table Format, Glyphs):
5678         * control.texi (Iteration):
5679         * commands.texi (Command Loop Info, Adjusting Point):
5680         * backups.texi (Making Backups, Auto-Saving):
5681         Remove @tindex entries.
5683 2006-07-07  Kim F. Storm  <storm@cua.dk>
5685         * display.texi (Fringe Cursors): Fix typo.
5686         (Customizing Bitmaps): Fix define-fringe-bitmap entry.
5687         (Overlay Arrow): Default is overlay-arrow fringe indicator.
5689 2006-07-05  Richard Stallman  <rms@gnu.org>
5691         * text.texi (Buffer Contents): Add example of text props
5692         in result of buffer-substring.
5693         (Text Properties): Explain better about use of specific property names.
5694         (Property Search): Some cleanups; reorder some functions.
5696         * keymaps.texi (Changing Key Bindings): Cleanup.
5697         Add xref to Key Binding Conventions.
5699         * display.texi (Attribute Functions): Add examples for
5700         face-attribute-relative-p.
5702         * tips.texi (Coding Conventions): Cleanup last change.
5704 2006-07-05  Karl Berry  <karl@gnu.org>
5706         * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
5707         Remove @setchapternewpage odd.
5708         Result is 1013 pages, down from 1100.
5710         * anti.texi, customize.texi, display.texi, internals.texi:
5711         * minibuf.texi, modes.texi, tips.texi:
5712         Fix overfull/underfull boxes.
5714 2006-07-05  Thien-Thi Nguyen  <ttn@gnu.org>
5716         * edebug.texi (Instrumenting):
5717         Add Edebug-specific findex for eval-buffer.
5718         * loading.texi (Loading):
5719         Replace eval-current-buffer with eval-buffer.
5721 2006-06-30  Nick Roberts  <nickrob@snap.net.nz>
5723         * locals.texi (Standard Buffer-Local Variables): Update the list
5724         of variables.
5726 2006-06-26  Nick Roberts  <nickrob@snap.net.nz>
5728         * files.texi (File Name Completion): Point user to the node
5729         "Reading File Names".
5731 2006-06-24  Eli Zaretskii  <eliz@gnu.org>
5733         * files.texi (Contents of Directories): Document case-insensitive
5734         behavior on respective filesystems.
5736         * objects.texi (Character Type): Document that Emacs signals an
5737         error for unsupported Unicode characters specified as \uNNNN.
5739 2006-06-19  Richard Stallman  <rms@gnu.org>
5741         * processes.texi (Bindat Spec): Clarify previous change.
5743 2006-06-16  Richard Stallman  <rms@gnu.org>
5745         * tips.texi (Coding Conventions): Better explain conventions
5746         for definition constructs.
5748         * text.texi (Special Properties): String value of `read-only'
5749         serves as the error message.
5751         * objects.texi (Character Type): Clarify prev. change.
5752         (Non-ASCII in Strings): Mention \u and \U.
5754         * commands.texi (Using Interactive): Explain problem of
5755         markers, etc., in command-history.
5757 2006-06-14  Kim F. Storm  <storm@cua.dk>
5759         * commands.texi (Waiting): Negative arg to sit-for forces
5760         redisplay even if input is pending.
5762         * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
5763         redisplay.  Remove incorrect example of binding redisplay-dont-pause
5764         around (sit-for 0).
5766 2006-06-13  Richard Stallman  <rms@gnu.org>
5768         * display.texi (Forcing Redisplay): Clarify previous change.
5770 2006-06-13  Romain Francoise  <romain@orebokech.com>
5772         * display.texi (Forcing Redisplay): Fix typo.
5774 2006-06-13  Kim F. Storm  <storm@cua.dk>
5776         * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
5778 2006-06-10  Luc Teirlinck  <teirllm@auburn.edu>
5780         * tips.texi (Coding Conventions): Add `@end itemize'.
5782 2006-06-10  Richard Stallman  <rms@gnu.org>
5784         * tips.texi (Coding Conventions): Explain use of coding systems
5785         to ensure one decoding for strings.
5787 2006-06-09  Aidan Kehoe  <kehoea@parhasard.net>
5789         * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
5790         syntax.
5792 2006-06-07  Eli Zaretskii  <eliz@gnu.org>
5794         * display.texi (Font Selection): Remove description of
5795         clear-face-cache.
5797         * compile.texi (Eval During Compile): Fix a typo.  Add index
5798         entries for possible uses of eval-when-compile.
5800 2006-06-04  Thien-Thi Nguyen  <ttn@gnu.org>
5802         * display.texi (Abstract Display): Fix typo.
5804 2006-06-03  Eli Zaretskii  <eliz@gnu.org>
5806         * minibuf.texi (Minibuffer History) <history-add-new-input>:
5807         Reword variable's description.
5809 2006-06-01  Richard Stallman  <rms@gnu.org>
5811         * windows.texi (Splitting Windows): Clarify splitting nonselected
5812         window.
5814 2006-05-31  Juri Linkov  <juri@jurta.org>
5816         * minibuf.texi (Minibuffer History): Add history-add-new-input.
5818 2006-05-30  Richard Stallman  <rms@gnu.org>
5820         * display.texi (Line Height): Fix errors in description of
5821         default line height and line-height property.
5823         * nonascii.texi (Default Coding Systems): Further clarification.
5825 2006-05-29  Luc Teirlinck  <teirllm@auburn.edu>
5827         * internals.texi (Pure Storage): Mention that an overflow in pure
5828         space causes a memory leak.
5829         (Garbage Collection): If there was an overflow in pure space,
5830         `garbage-collect' returns nil.
5832 2006-05-30  Eli Zaretskii  <eliz@gnu.org>
5834         * nonascii.texi (Default Coding Systems): Fix it some more.
5836 2006-05-29  Eli Zaretskii  <eliz@gnu.org>
5838         * nonascii.texi (Default Coding Systems): Fix last change.
5840 2006-05-29  Kenichi Handa  <handa@m17n.org>
5842         * nonascii.texi (find-operation-coding-system): Describe the new
5843         argument format (FILENAME . BUFFER).
5845 2006-05-28  Richard Stallman  <rms@gnu.org>
5847         * tips.texi (Coding Conventions): Better explain reasons not to
5848         advise other packages or use `eval-after-load'.
5850 2006-05-29  Kim F. Storm  <storm@cua.dk>
5852         * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
5853         `bindat-idx' and `bindat-raw' for clarity.
5855 2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
5857         * processes.texi (Bindat Spec): Expand on `repeat' handler.
5859         * display.texi (Display): Add "Abstract Display" to menu.
5860         (Abstract Display, Abstract Display Functions)
5861         (Abstract Display Example): New nodes.
5862         * elisp.texi (Top): Add "Abstract Display" to menu.
5864 2006-05-27  Chong Yidong  <cyd@stupidchicken.com>
5866         * keymaps.texi (Key Sequences): Link to input events definition.
5867         (Format of Keymaps): Delete material duplicated in Keymap Basics.
5869         * files.texi (Changing Files): Document updated argument list for
5870         copy-file.
5872 2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
5874         * processes.texi (Bindat Functions): Explain term "total length".
5875         Use it in bindat-length and bindat-pack descriptions.
5877 2006-05-26  Eli Zaretskii  <eliz@gnu.org>
5879         * tips.texi (Coding Conventions): Advise against using
5880         eval-after-load in packages.  Add an index entry.
5882 2006-05-25  Juri Linkov  <juri@jurta.org>
5884         * minibuf.texi (Text from Minibuffer): Undocument keep-all.
5886         * modes.texi (%-Constructs): Add %e, %z, %Z.
5888 2006-05-25  Richard Stallman  <rms@gnu.org>
5890         * elisp.texi (Top): Update subnode menu.
5892         * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
5893         (Keymaps): Update menu.
5895 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
5897         * keymaps.texi (Key Sequences): Some clarifications.
5899 2006-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
5901         * processes.texi (Bindat Functions): Say "unibyte string"
5902         explicitly for bindat-unpack and bindat-pack descriptions.
5903         (Bindat Examples): Don't call `string-make-unibyte' in example.
5905 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
5907         * keymaps.texi (Key Sequences): Rename from Keymap Terminology.
5908         Explain string and vector representations of key sequences.
5910         * keymaps.texi (Changing Key Bindings):
5911         * commands.texi (Interactive Codes):
5912         * help.texi (Describing Characters): Refer to it.
5914 2006-05-23  Luc Teirlinck  <teirllm@auburn.edu>
5916         * frames.texi (Pointer Shape): @end table -> @end defvar.
5918 2006-05-22  Richard Stallman  <rms@gnu.org>
5920         * elisp.texi (Top): Update subnode menus.
5922         * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
5923         Contents rewritten; material from old Pointer Shape node moved here.
5925         * display.texi (Pointer Shape): Node deleted.
5926         (Image Descriptors): Minor cleanup.
5928 2006-05-21  Richard Stallman  <rms@gnu.org>
5930         * syntax.texi (Parsing Expressions): Update info on which STATE
5931         elements are ignored.
5933 2006-05-19  Luc Teirlinck  <teirllm@auburn.edu>
5935         * hooks.texi (Standard Hooks): Correct typo.
5937         * gpl.texi (GPL): ifinfo -> ifnottex.
5939 2006-05-19  Michael Ernst  <mernst@alum.mit.edu>  (tiny change)
5941         * searching.texi (Simple Match Data): Warn about match data being
5942         set anew by every search.
5944 2006-05-17  Richard Stallman  <rms@gnu.org>
5946         * minibuf.texi (Minibuffer History): Clarify.
5948         * searching.texi (Regexp Special): Clarify nested regexp warning.
5950 2006-05-16  Kim F. Storm  <storm@cua.dk>
5952         * minibuf.texi (Minibuffer History): Update add-to-history.
5954 2006-05-15  Oliver Scholz  <epameinondas@gmx.de>  (tiny change)
5956         * nonascii.texi (Explicit Encoding):
5957         Fix typo (encoding<->decoding).
5959 2006-05-14  Richard Stallman  <rms@gnu.org>
5961         * buffers.texi (Creating Buffers): Cleanup.
5963         * files.texi (Visiting Functions): Rewrite in find-file-noselect.
5965 2006-05-13  Eli Zaretskii  <eliz@gnu.org>
5967         * buffers.texi (Current Buffer): Document that with-temp-buffer
5968         disables undo.
5970         * os.texi (Terminal-Specific): More accurate description of how
5971         Emacs searches for the terminal-specific libraries.
5973 2006-05-12  Eli Zaretskii  <eliz@gnu.org>
5975         * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
5976         emacs-xtra to @inforef's.
5978         * text.texi (Undo): Document that undo is turned off in buffers
5979         whose names begin with a space.
5981         * buffers.texi (Buffer Names): Add index entries for buffers whose
5982         names begin with a space.
5983         (Creating Buffers): Document that undo is turned off in buffers
5984         whose names begin with a space.
5986         * files.texi (Visiting Functions, Reading from Files)
5987         (Saving Buffers): Mention code and EOL conversions by file I/O
5988         primitives and subroutines.
5990         * nonascii.texi (Lisp and Coding Systems):
5991         Document coding-system-eol-type.  Add index entries for eol conversion.
5993         * display.texi (Defining Faces): Mention `mac', and add an xref to
5994         where window-system is described.
5996 2006-05-10  Richard Stallman  <rms@gnu.org>
5998         * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
6000 2006-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
6002         * variables.texi (File Local Variables): Recommend to quote lambda
6003         expressions in safe-local-variable property.
6005 2006-05-09  Richard Stallman  <rms@gnu.org>
6007         * variables.texi (File Local Variables):
6008         Document safe-local-eval-forms and safe-local-eval-function.
6010 2006-05-07  Kim F. Storm  <storm@cua.dk>
6012         * minibuf.texi (Minibuffer History): Remove keep-dups arg
6013         from add-to-history.
6015 2006-05-07  Romain Francoise  <romain@orebokech.com>
6017         * commands.texi (Event Input Misc):
6018         * compile.texi (Eval During Compile):
6019         * internals.texi (Buffer Internals):
6020         * minibuf.texi (Initial Input):
6021         * nonascii.texi (Scanning Charsets):
6022         * numbers.texi (Comparison of Numbers):
6023         * windows.texi (Textual Scrolling, Vertical Scrolling):
6024         Fix various typos.
6026 2006-05-06  Eli Zaretskii  <eliz@gnu.org>
6028         * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
6029         conditional xref's to either emacs or emacs-xtra, depending on
6030         @iftex/@ifnottex.
6032         * minibuf.texi (Minibuffer History): Document add-to-history.
6034 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
6036         * internals.texi (Pure Storage): Mention the pure overflow message
6037         at startup.
6039 2006-05-05  Johan Bockgård  <bojohan@dd.chalmers.se>
6041         * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
6042         (Searching Keymaps): Fix pseudo-Lisp description of keymap
6043         search.
6045 2006-05-01  Richard Stallman  <rms@gnu.org>
6047         * intro.texi (nil and t): Clarify.
6049         * variables.texi (File Local Variables): Suggest using booleanp.
6051 2006-05-01  Juanma Barranquero  <lekktu@gmail.com>
6053         * objects.texi (Type Predicates): Fix typos.
6055 2006-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6057         * intro.texi (nil and t): Add booleanp.
6059         * objects.texi (Type Predicates): Add links for booleanp and
6060         string-or-null-p.
6062 2006-04-29  Richard Stallman  <rms@gnu.org>
6064         * modes.texi (Multiline Font Lock): Rename from
6065         Multi line Font Lock Elements.  Much clarification.
6066         (Font Lock Multiline, Region to Fontify): Much clarification.
6068 2006-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6070         * variables.texi (File Local Variables): Remove the special case t for
6071         safe-local-variable.
6073 2006-04-26  Richard Stallman  <rms@gnu.org>
6075         * syntax.texi (Parsing Expressions): Minor cleanup.
6077 2006-04-18  Richard Stallman  <rms@gnu.org>
6079         * tips.texi (Coding Conventions): Explain when the package's
6080         prefix should appear later on (not at the start of the name).
6082         * searching.texi (String Search): Clarify effect of NOERROR.
6084         * modes.texi (Imenu): Clarify what special items do.
6086         * hooks.texi (Standard Hooks): Delete text about old hook names.
6088 2006-04-17  Romain Francoise  <romain@orebokech.com>
6090         * variables.texi (Local Variables): Update the default value of
6091         `max-specpdl-size'.
6093 2006-04-15  Michael Olson  <mwolson@gnu.org>
6095         * processes.texi (Transaction Queues): Mention the new optional
6096         `delay-question' argument for `tq-enqueue'.
6098 2006-04-13  Bill Wohler  <wohler@newt.com>
6100         * customize.texi (Common Keywords): Use dotted notation for
6101         :package-version value.  Specify its values.  Improve documentation
6102         for customize-package-emacs-version-alist.
6104 2006-04-12  Bill Wohler  <wohler@newt.com>
6106         * customize.texi (Common Keywords): Move description of
6107         customize-package-emacs-version-alist to @defvar.
6109 2006-04-10  Bill Wohler  <wohler@newt.com>
6111         * customize.texi (Common Keywords): Add :package-version.
6113 2006-04-10  Kim F. Storm  <storm@cua.dk>
6115         * text.texi (Buffer Contents): Add NOPROPS arg to
6116         filter-buffer-substring.
6118 2006-04-08  Kevin Ryde  <user42@zip.com.au>
6120         * os.texi (Command-Line Arguments): Update xref to emacs manual
6121         "Command Arguments" -> "Emacs Invocation", per change there.
6123 2006-04-08  Thien-Thi Nguyen  <ttn@gnu.org>
6125         * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
6126         be on one line to help makeinfo not render two spaces after the dot.
6128 2006-04-07  Reiner Steib  <Reiner.Steib@gmx.de>
6130         * strings.texi (Predicates for Strings): Add string-or-null-p.
6132 2006-03-28  Kim F. Storm  <storm@cua.dk>
6134         * processes.texi (Accepting Output): Remove obsolete (and incorrect)
6135         remarks about systems that don't support fractional seconds.
6137 2006-03-25  Karl Berry  <karl@gnu.org>
6139         * elisp.texi: Use @copyright{} instead of (C), and do not indent
6140         the year list.
6142 2006-03-21  Nick Roberts  <nickrob@snap.net.nz>
6144         * display.texi (Fringe Indicators): Fix typos.
6146 2006-03-19  Luc Teirlinck  <teirllm@auburn.edu>
6148         * tips.texi (Documentation Tips): One can now also write `program'
6149         in front of a quoted symbol in a docstring to prevent making a
6150         hyperlink.
6152 2006-03-19  Alan Mackenzie  <acm@muc.de>
6154         * text.texi (Special Properties): Clarify `fontified' property.
6156 2006-03-16  Richard Stallman  <rms@gnu.org>
6158         * display.texi (Defining Images): Minor cleanup.
6160 2006-03-16  Bill Wohler  <wohler@newt.com>
6162         * display.texi (Defining Images): In image-load-path-for-library,
6163         prefer user's images.
6165 2006-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6167         * modes.texi (Region to Fontify): Remove font-lock-lines-before.
6169 2006-03-15  Bill Wohler  <wohler@newt.com>
6171         * display.texi (Defining Images): Fix example in
6172         image-load-path-for-library by not recommending that one binds
6173         image-load-path.  Just defvar it to placate compiler and only use
6174         it if previously defined.
6176 2006-03-14  Bill Wohler  <wohler@newt.com>
6178         * display.texi (Defining Images): In image-load-path-for-library,
6179         always return list of directories.  Update example.
6181 2006-03-14  Alan Mackenzie  <acm@muc.de>
6183         * modes.texi: New node, "Region to Fontify" (for Font Lock).
6184         This describes font-lock-extend-region-function.
6185         ("Other Font Lock Variables"): Move "font-lock-lines-before" to
6186         the new node "Region to Fontify".
6188 2006-03-13  Richard Stallman  <rms@gnu.org>
6190         * display.texi (Invisible Text): The impossible position is
6191         now before the invisible text, not after.
6192         (Defining Images): Clean up last change.
6194 2006-03-11  Bill Wohler  <wohler@newt.com>
6196         * display.texi (Defining Images): Add image-load-path-for-library.
6198 2006-03-11  Luc Teirlinck  <teirllm@auburn.edu>
6200         * text.texi (Adaptive Fill): Fix Texinfo usage.
6202         * strings.texi (Creating Strings): Fix Texinfo usage.
6204         * searching.texi (Regexp Special): Use @samp for regular
6205         expressions that are not in Lisp syntax.
6207 2006-03-08  Luc Teirlinck  <teirllm@auburn.edu>
6209         * searching.texi (Regexp Special): Put remark between parentheses
6210         to avoid misreading.
6212 2006-03-07  Luc Teirlinck  <teirllm@auburn.edu>
6214         * searching.texi (Syntax of Regexps): More accurately describe
6215         which characters are special in which situations.
6216         (Regexp Special): Recommend _not_ to quote `]' or `-' when they
6217         are not special.  Describe in detail when `[' and `]' are special.
6218         (Regexp Backslash): Plenty of regexps with unbalanced square
6219         brackets are valid, so reword that statement.
6221 2006-03-02  Kim F. Storm  <storm@cua.dk>
6223         * keymaps.texi (Tool Bar): Add tool-bar-border.
6225 2006-02-28  Luc Teirlinck  <teirllm@auburn.edu>
6227         * loading.texi (Load Suffixes): Rephrase last paragraph.  Fix typos.
6229 2006-02-27  Luc Teirlinck  <teirllm@auburn.edu>
6231         * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
6233         * files.texi (Locating Files): Suggest additional values for the
6234         SUFFIXES arg of `locate-file'.  Update pxref.
6236         * loading.texi (Loading): Include new node "Load Suffixes" in menu.
6237         (How Programs Do Loading): Discuss the effects of Auto Compression
6238         mode on `load'.
6239         (Load Suffixes): New node.
6240         (Library Search): Delete description of `load-suffixes'; it was
6241         moved to "Load Suffixes".
6242         (Autoload, Named Features): Mention `load-suffixes'.
6244 2006-02-21  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
6246         * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
6248         * windows.texi (Window Tree): Fix typo.
6250 2006-02-20  Kim F. Storm  <storm@cua.dk>
6252         * display.texi (Fringe Indicators): New section.
6253         Move indicate-empty-lines, indicate-buffer-boundaries, and
6254         default-indicate-buffer-boundaries here.
6255         Add fringe-indicator-alist and default-fringes-indicator-alist.
6256         Add list of logical fringe indicator symbols.
6257         Update list of standard bitmap names.
6258         (Fringe Cursors): New section.
6259         Move overflow-newline-into-fringe here.
6260         Add fringe-cursor-alist and default-fringes-cursor-alist.
6261         Add list of fringe cursor symbols.
6263 2006-02-20  Juanma Barranquero  <lekktu@gmail.com>
6265         * commands.texi (Using Interactive): Fix reference to node
6266         "Minibuffers".
6268 2006-02-19  Richard M. Stallman  <rms@gnu.org>
6270         * minibuf.texi (High-Level Completion):
6271         Add xref to read-input-method-name.
6273         * files.texi (Relative File Names): Move file-relative-name here.
6274         (File Name Expansion): From here.  Minor clarifications.
6276         * commands.texi (Using Interactive): Add xrefs about reading input.
6277         Clarify remarks about that moving point and mark.
6278         Put string case before list case.
6280 2006-02-16  Johan Bockgård  <bojohan@dd.chalmers.se>
6282         * display.texi (Other Display Specs, Image Descriptors):
6283         Revert erroneous changes.  The previous description of
6284         image-descriptors as `(image . PROPS)' was correct.
6286 2006-02-14  Richard M. Stallman  <rms@gnu.org>
6288         * variables.texi (File Local Variables): Clarifications.
6290 2006-02-14  Juanma Barranquero  <lekktu@gmail.com>
6292         * variables.texi (File Local Variables): Use @code for a cons
6293         cell, not @var.
6295 2006-02-13  Chong Yidong  <cyd@stupidchicken.com>
6297         * variables.texi (File Local Variables): Document new file local
6298         variable behavior.
6300 2006-02-10  Kim F. Storm  <storm@cua.dk>
6302         * eval.texi (Function Indirection): Add NOERROR to indirect-function.
6304 2006-02-08  Juanma Barranquero  <lekktu@gmail.com>
6306         * modes.texi (%-Constructs): Remove obsolete info about
6307         `global-mode-string'.
6309 2006-02-07  Richard M. Stallman  <rms@gnu.org>
6311         * commands.texi (Prefix Command Arguments): Minor cleanup.
6313         * display.texi: "Graphical display", not window system.
6315         * functions.texi (What Is a Function): Fix xref.
6317         * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
6318         (Changing Key Bindings): Clarify when remapping is better than
6319         substitute-key-definition.
6321 2006-02-02  Richard M. Stallman  <rms@gnu.org>
6323         * minibuf.texi (Basic Completion): Completion alists are risky.
6325         * keymaps.texi (Active Keymaps): Clarifications.
6326         (Searching Keymaps): New node.
6327         (Keymaps): Update menu.
6329         * frames.texi (Layout Parameters): Minor clarification.
6330         (Drag and Drop): New node.
6331         (Frames): Update menu.
6333 2006-01-29  Chong Yidong  <cyd@stupidchicken.com>
6335         * display.texi (Other Display Specs, Image Descriptors):
6336         Image description is a list, not a cons cell.
6338 2006-01-28  Luc Teirlinck  <teirllm@auburn.edu>
6340         * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
6341         list is not necessarily a list).
6343 2006-01-27  Eli Zaretskii  <eliz@gnu.org>
6345         * frames.texi (Layout Parameters): border-width and
6346         internal-border-width belong to the frame, not the window.
6348 2006-01-19  Richard M. Stallman  <rms@gnu.org>
6350         * nonascii.texi (Translation of Characters): Search cmds use
6351         translation-table-for-input.  Automatically made local.
6353         * markers.texi (Overview of Markers): Count insertion type
6354         as one of a marker's attributes.
6356         * keymaps.texi (Controlling Active Maps): New node, split out of
6357         Active Keymaps.
6358         (Keymaps): Menu updated.
6359         (Active Keymaps): Give pseudocode to explain how the active
6360         maps are searched.  current-active-maps and key-binding moved here.
6361         (Functions for Key Lookup): current-active-maps and key-binding moved.
6362         Clarifications.
6363         (Searching the Keymaps): New subnode.
6365         * elisp.texi (Top): Menu clarification.
6367         * display.texi (Other Display Specs): Delete duplicate entry for
6368         just a string as display spec.  Move text about recursive display
6369         specs on such a string.
6371         * commands.texi (Key Sequence Input): Clarify.
6372         Move num-nonmacro-input-events out.
6373         (Reading One Event): num-nonmacro-input-events moved here.
6375 2006-01-14  Nick Roberts  <nickrob@snap.net.nz>
6377         * advice.texi (Simple Advice): Update example to fit argument
6378         change in previous-line.
6380 2006-01-05  Richard M. Stallman  <rms@gnu.org>
6382         * markers.texi (The Mark): Fix in `mark'.
6384 2006-01-04  Richard M. Stallman  <rms@gnu.org>
6386         * processes.texi (Misc Network, Make Network): Minor cleanups.
6388 2006-01-04  Kim F. Storm  <storm@cua.dk>
6390         * processes.texi (Make Network): Add IPv6 addresses and handling.
6391         (Network Feature Testing): Mention (:family ipv6).
6392         (Misc Network): Add IPv6 formats to format-network-address.
6394 2005-12-30  Richard M. Stallman  <rms@gnu.org>
6396         * text.texi (Changing Properties):
6397         Don't use return value of set-text-properties.
6399 2005-12-29  Luc Teirlinck  <teirllm@auburn.edu>
6401         * modes.texi (Mode Line Format): Correct typo in menu.
6403 2005-12-29  Richard M. Stallman  <rms@gnu.org>
6405         * modes.texi (Mode Line Top): New node.
6406         (Mode Line Data): Some text moved to new node.
6407         Explain the data structure more concretely.
6408         (Mode Line Basics): Clarifications.
6409         (Mode Line Variables): Clarify intro paragraph.
6410         (%-Constructs): Clarify intro paragraph.
6411         (Mode Line Format): Update menu.
6413 2005-12-28  Luc Teirlinck  <teirllm@auburn.edu>
6415         * minibuf.texi (Basic Completion): Update lazy-completion-table
6416         examples for removal of ARGS argument.
6418 2005-12-23  Richard M. Stallman  <rms@gnu.org>
6420         * text.texi (Undo): Restore some explanation from the version
6421         that was deleted.
6423 2005-12-23  Eli Zaretskii  <eliz@gnu.org>
6425         * text.texi (Undo): Remove duplicate descriptions of `apply
6426         funname' and `apply delta' elements of the undo list.
6428 2005-12-20  Richard M. Stallman  <rms@gnu.org>
6430         * help.texi (Help Functions): Update documentation of `apropos'.
6432 2005-12-20  Luc Teirlinck  <teirllm@auburn.edu>
6434         * customize.texi (Type Keywords): Delete xref to "Text help-echo",
6435         because it is confusing.  If the :help-echo keyword is a function,
6436         it is not directly used as the :help-echo overlay property, as the
6437         xref seems to suggest (it does not take the appropriate args).
6439 2005-12-19  Luc Teirlinck  <teirllm@auburn.edu>
6441         * customize.texi (Common Keywords): Fix Texinfo usage.
6442         (Group Definitions, Variable Definitions): Update for new
6443         conventions for using `*' in docstrings.
6445         * tips.texi (Documentation Tips): Update for new conventions for
6446         using `*' in docstrings.
6448 2005-12-16  Richard M. Stallman  <rms@gnu.org>
6450         * minibuf.texi (Minibuffer Contents): Minor cleanup.
6452 2005-12-16  Juri Linkov  <juri@jurta.org>
6454         * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
6456 2005-12-14  Romain Francoise  <romain@orebokech.com>
6458         * modes.texi (Customizing Keywords): Rename `append' to `how'.
6459         Fix typo.
6461 2005-12-11  Juri Linkov  <juri@jurta.org>
6463         * minibuf.texi (Completion Commands): Add mention of read-file-name
6464         for filename completion keymaps.
6465         (Reading File Names): Add mention of filename completion keymaps
6466         for read-file-name and xref to `Completion Commands'.
6468 2005-12-10  Richard M. Stallman  <rms@gnu.org>
6470         * customize.texi (Common Keywords): State caveats for use of :tag.
6472 2005-12-08  Richard M. Stallman  <rms@gnu.org>
6474         * minibuf.texi (Intro to Minibuffers): Replace list of local maps
6475         with xrefs and better explanation.
6476         (Completion Commands): Add the filename completion maps.
6478         * objects.texi (Character Type): Clarify that \s is not space
6479         if a dash follows.
6481 2005-12-05  Richard M. Stallman  <rms@gnu.org>
6483         * windows.texi (Resizing Windows): Delete preserve-before args.
6485 2005-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6487         * keymaps.texi (Format of Keymaps): Remove mention of a quirk
6488         in full keymaps, since the quirk has been fixed.
6490 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
6492         * hooks.texi (Standard Hooks): Add index entries.
6493         Mention `compilation-finish-functions'.
6495 2005-11-27  Richard M. Stallman  <rms@gnu.org>
6497         * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
6499 2005-11-21  Juri Linkov  <juri@jurta.org>
6501         * customize.texi (Common Keywords): Update links types
6502         custom-manual and url-link.  Add link types emacs-library-link,
6503         file-link, function-link, variable-link, custom-group-link.
6505 2005-11-20  Chong Yidong  <cyd@stupidchicken.com>
6507         * display.texi: Revert 2005-11-20 change.
6509 2005-11-20  Thien-Thi Nguyen  <ttn@gnu.org>
6511         * processes.texi (Bindat Functions):
6512         Say "third" to refer to zero-based index "2".
6514 2005-11-18  Luc Teirlinck  <teirllm@auburn.edu>
6516         * loading.texi (Library Search): Update the default value of
6517         `load-suffixes'.
6519 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
6521         * display.texi (Attribute Functions): Mention :ignore-defface.
6523 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6525         * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
6526         (Minor Mode Conventions): Mention the use of a hook.
6528 2005-11-06  Richard M. Stallman  <rms@gnu.org>
6530         * files.texi (Magic File Names): find-file-name-handler checks the
6531         `operations' property of the handler.
6533 2005-11-03  Richard M. Stallman  <rms@gnu.org>
6535         * variables.texi (Frame-Local Variables): Small clarification.
6537 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
6539         * os.texi (Init File): Document ~/.emacs.d/init.el.
6541 2005-10-29  Richard M. Stallman  <rms@gnu.org>
6543         * internals.texi (Garbage Collection): Document memory-full.
6545 2005-10-28  Bill Wohler  <wohler@newt.com>
6547         * tips.texi (Documentation Tips): Help mode now creates hyperlinks
6548         for URLs.
6550 2005-10-28  Richard M. Stallman  <rms@gnu.org>
6552         * minibuf.texi (Completion Commands): Clean up prev change.
6554 2005-10-26  Kevin Ryde  <user42@zip.com.au>
6556         * compile.texi (Eval During Compile): Explain recommended uses
6557         of eval-when-compile and eval-and-compile.
6559 2005-10-27  Masatake YAMATO  <jet@gyve.org>
6561         * minibuf.texi (Completion Commands):
6562         Write about new optional argument for `display-completion-list'.
6564 2005-10-23  Richard M. Stallman  <rms@gnu.org>
6566         * display.texi (Overlay Arrow): Clarify about local bindings of
6567         overlay-arrow-position.
6569 2005-10-22  Eli Zaretskii  <eliz@gnu.org>
6571         * internals.texi (Building Emacs): Fix last change.
6573 2005-10-22  Richard M. Stallman  <rms@gnu.org>
6575         * internals.texi (Building Emacs): Document eval-at-startup.
6577 2005-10-21  Richard M. Stallman  <rms@gnu.org>
6579         * loading.texi (Where Defined): load-history contains abs file names.
6580         symbol-file returns abs file names.
6582 2005-10-19  Kim F. Storm  <storm@cua.dk>
6584         * display.texi (Showing Images): Add max-image-size integer value.
6586 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
6588         * display.texi (Showing Images): Document max-image-size.
6590 2005-10-17  Richard M. Stallman  <rms@gnu.org>
6592         * commands.texi (Quitting): Minor clarification.
6594         * processes.texi (Sentinels): Clarify about output and quitting.
6595         (Filter Functions): Mention with-local-quit.
6597 2005-10-17  Juri Linkov  <juri@jurta.org>
6599         * buffers.texi (Current Buffer):
6600         * commands.texi (Event Input Misc):
6601         * compile.texi (Eval During Compile, Compiler Errors):
6602         * customize.texi (Group Definitions):
6603         * display.texi (Progress, Defining Faces):
6604         * files.texi (Writing to Files):
6605         * modes.texi (Mode Hooks, Defining Minor Modes):
6606         * streams.texi (Output Functions):
6607         * syntax.texi (Syntax Table Functions):
6608         * text.texi (Change Hooks):
6609         Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
6611         * commands.texi (Quitting): Replace arg `forms' with `body' in
6612         `with-local-quit'.
6614         * positions.texi (Excursions): Replace arg `forms' with `body' in
6615         `save-excursion'.
6617 2005-10-08  Kim F. Storm  <storm@cua.dk>
6619         * windows.texi (Window Tree): Rename window-split-tree to window-tree.
6620         Rename manual section accordingly.
6622 2005-10-04  Kim F. Storm  <storm@cua.dk>
6624         * windows.texi (Window Split Tree): New section describing
6625         new function window-split-tree function.
6627 2005-10-03  Nick Roberts  <nickrob@snap.net.nz>
6629         * display.texi (Fringe Size/Pos): Simplify and add detail.
6631 2005-09-30  Romain Francoise  <romain@orebokech.com>
6633         * minibuf.texi (High-Level Completion): Explain that the prompt
6634         given to `read-buffer' should end with a colon and a space.
6635         Update usage examples.
6637 2005-09-29  Juri Linkov  <juri@jurta.org>
6639         * display.texi (Displaying Messages): Rename argument name
6640         `string' to `format-string' in functions `message', `message-box',
6641         `message-or-box'.
6643 2005-09-26  Chong Yidong  <cyd@stupidchicken.com>
6645         * errors.texi (Standard Errors): Correct xrefs.
6647 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
6649         * display.texi (Defining Images): Update documentation for
6650         `image-load-path'.
6652 2005-09-17  Richard M. Stallman  <rms@gnu.org>
6654         * display.texi (Defining Images): Clean up previous change.
6656 2005-09-16  Romain Francoise  <romain@orebokech.com>
6658         * elisp.texi: Specify GFDL version 1.2.
6660         * doclicense.texi (GNU Free Documentation License): Update to
6661         version 1.2.
6663 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
6665         * display.texi (Defining Images): Document `image-load-path'.
6667 2005-09-15  Richard M. Stallman  <rms@gnu.org>
6669         * objects.texi (Printed Representation): Minor cleanup.
6670         (Box Diagrams): Minor fix.
6671         (Cons Cell Type): Move (...) index item here.
6672         (Box Diagrams): From here.
6673         (Array Type): Minor fix.
6674         (Type Predicates): Delete index "predicates".
6675         (Hash Table Type): Clarify xref.
6676         (Dotted Pair Notation): Minor fix.
6678 2005-09-10  Chong Yidong  <cyd@stupidchicken.com>
6680         * files.texi (Saving Buffers): Fix typo.
6682 2005-09-08  Richard M. Stallman  <rms@gnu.org>
6684         * tips.texi (Programming Tips): Correct the "default" prompt spec.
6686 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
6688         * locals.texi (Standard Buffer-Local Variables): Don't include
6689         mode variables for minor modes.
6690         Fix xrefs for buffer-display-count, buffer-display-table,
6691         buffer-offer-save, buffer-saved-size, cache-long-line-scans,
6692         enable-multibyte-characters, fill-column, header-line-format,
6693         left-fringe-width, left-margin, and right-fringe-width.
6695         * hooks.texi (Standard Hooks): All hooks should conform to the
6696         standard naming convention now.
6697         Fix xref for `echo-area-clear-hook'.
6699         * display.texi (Usual Display): Note that indicate-empty-lines and
6700         tab-width are buffer-local.
6702         * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
6704         * modes.texi (Mode Help): Note that major-mode is buffer-local.
6706         * nonascii.texi (Encoding and I/O): Note that
6707         buffer-file-coding-system is buffer-local.
6709         * positions.texi (List Motion): Note that defun-prompt-regexp is
6710         buffer-local.
6712         * text.texi (Auto Filling): Note that auto-fill-function is
6713         buffer-local.
6714         (Undo): Note that buffer-undo-list is buffer-local.
6716         * windows.texi (Buffers and Windows):
6717         Document buffer-display-count.
6719 2005-09-06  Richard M. Stallman  <rms@gnu.org>
6721         * tips.texi (Coding Conventions): Sometimes it is ok to put the
6722         package prefix elsewhere than at the start of the name.
6724 2005-09-03  Richard M. Stallman  <rms@gnu.org>
6726         * tips.texi (Programming Tips): Add conventions for minibuffer
6727         questions and prompts.
6729 2005-09-03  Joshua Varner  <jlvarner@gmail.com>  (tiny change)
6731         * intro.texi (nil and t): Minor cleanup.
6732         Delete spurious mention of keyword symbols.
6733         (Evaluation Notation): Add index entry.
6734         (A Sample Function Description): Minor cleanup.
6735         (A Sample Variable Description): Not all vars can be set.
6737 2005-09-03  Thien-Thi Nguyen  <ttn@gnu.org>
6739         * text.texi (Buffer Contents): Use "\n" in examples' result strings.
6741         (Insertion): Document precise type of `insert-char' arg COUNT.
6743 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6745         * modes.texi (Other Font Lock Variables): Sync the default of
6746         font-lock-lines-before.
6748 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
6750         * files.texi (Magic File Names): Add `make-auto-save-file-name'.
6752 2005-08-29  Richard M. Stallman  <rms@gnu.org>
6754         * elisp.texi (Top): Update subnode menu.
6756         * searching.texi (Searching and Matching): Move node.
6757         Rearrange contents and add overall explanation.
6758         (Searching and Case): Move node.
6759         (Searching and Matching): Update menu.
6761 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
6763         * os.texi (Startup Summary): Fix the description of the initial
6764         startup message display.
6766 2005-08-25  Richard M. Stallman  <rms@gnu.org>
6768         * searching.texi (Search and Replace): Add replace-regexp-in-string.
6770 2005-08-25  Emilio C. Lopes  <eclig@gmx.net>
6772         * display.texi (Finding Overlays): Fix `find-overlay-prop' in
6773         `next-overlay-change' example.
6775 2005-08-22  Juri Linkov  <juri@jurta.org>
6777         * display.texi (Attribute Functions): Add set-face-inverse-video-p.
6778         Fix invert-face.  Fix args of face-background.
6780         * display.texi (Standard Faces): Delete node.
6781         (Faces): Add xref to `(emacs)Standard Faces'.
6782         (Displaying Faces): Fix xref to `Standard Faces'.
6784         * modes.texi (Mode Line Data): Fix xref to Standard Faces.
6786 2005-08-20  Alan Mackenzie  <acm@muc.de>
6788         * buffers.texi (The Buffer List): Clarify the manipulation of the
6789         buffer list.
6791 2005-08-14  Richard M. Stallman  <rms@gnu.org>
6793         * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
6794         a regexp.
6796 2005-08-11  Richard M. Stallman  <rms@gnu.org>
6798         * elisp.texi (Top): Update subnode lists.
6800         * display.texi (Inverse Video): Node deleted.
6802         * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
6803         New nodes split out of Coding Conventions.
6805         * searching.texi (Regular Expressions): Document re-builder.
6807         * os.texi (Time Parsing): New node split out of Time Conversion.
6809         * processes.texi (Misc Network, Network Feature Testing)
6810         (Network Options, Make Network): New nodes split out of
6811         Low-Level Network.
6813 2005-08-09  Richard M. Stallman  <rms@gnu.org>
6815         * frames.texi (Geometry): New node, split from Size and Position.
6816         (Frame Parameters): Refer to Geometry.
6818         * buffers.texi (The Buffer List): Fix xrefs.
6820         * windows.texi (Splitting Windows): Fix xref.
6822         * frames.texi (Layout Parameters): Add xref.
6824         * display.texi (Line Height, Scroll Bars): Fix xrefs.
6826         * keymaps.texi (Menu Bar): Fix xref.
6828         * locals.texi (Standard Buffer-Local Variables): Fix xref.
6830         * modes.texi (%-Constructs): Fix xref.
6832         * frames.texi (Window Frame Parameters): Node split up.
6833         (Basic Parameters, Position Parameters, Size Parameters)
6834         (Layout Parameters, Buffer Parameters, Management Parameters)
6835         (Cursor Parameters, Color Parameters): New subnodes.
6837 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
6839         * positions.texi (Screen Lines): Update xref for previous change
6840         in minibuf.texi.
6842         * minibuf.texi (Intro to Minibuffers): Update pxref for previous
6843         change in minibuf.texi.
6845 2005-08-09  Richard M. Stallman  <rms@gnu.org>
6847         * tips.texi (Coding Conventions): Minor cleanup.
6849         * modes.texi (Defining Minor Modes): Explain when init-value
6850         can be non-nil.
6852         * elisp.texi (Top): Update submenu for Minibuffer.
6854         * minibuf.texi (Minibuffer Misc): Node split up.
6855         (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
6856         (Recursive Mini): New nodes split out from Minibuffer Misc.
6857         (Minibuffer Misc): Document max-mini-window-height.
6859         * hash.texi (Defining Hash): Delete stray paren in example.
6861         * display.texi (Echo Area Customization): Don't define
6862         max-mini-window-height here; xref instead.
6864         * commands.texi (Event Input Misc): Update while-no-input.
6866         * advice.texi (Advising Functions): Explain when to use advice
6867         and when to use a hook.
6869 2005-07-30  Eli Zaretskii  <eliz@gnu.org>
6871         * makefile.w32-in (info): Don't run install-info.
6872         ($(infodir)/dir): New target, produced by running install-info.
6874 2005-07-27  Luc Teirlinck  <teirllm@auburn.edu>
6876         * modes.texi (Defining Minor Modes): The keyword for the initial
6877         value is :init-value, not :initial-value.
6879 2005-07-23  Eli Zaretskii  <eliz@gnu.org>
6881         * loading.texi (Autoload): Make the `doctor' example be consistent
6882         with what's in current loaddefs.el.  Describe the "fn" magic in
6883         the usage portion of the doc string.
6885 2005-07-22  Richard M. Stallman  <rms@gnu.org>
6887         * internals.texi (Garbage Collection): Clarify previous change.
6889 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6891         * internals.texi (Garbage Collection): Add gc-cons-percentage.
6893 2005-07-18  Juri Linkov  <juri@jurta.org>
6895         * commands.texi (Accessing Events):
6896         * frames.texi (Text Terminal Colors, Resources):
6897         * markers.texi (The Mark):
6898         * modes.texi (Defining Minor Modes):
6899         Delete duplicate duplicate words.
6901 2005-07-16  Richard M. Stallman  <rms@gnu.org>
6903         * display.texi (Managing Overlays): Clarify make-overlay
6904         args for insertion types.
6906 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
6908         * customize.texi (Variable Definitions):
6909         Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
6910         `standard-value' is a list too.
6911         (Defining New Types): Use @key{RET} instead of @key{ret}.
6913 2005-07-13  Francis Litterio  <franl@world.std.com>  (tiny change)
6915         * os.texi (Translating Input): Fix typo.
6917 2005-07-08  Richard M. Stallman  <rms@gnu.org>
6919         * README: Update edition number and size estimate.
6921         * elisp.texi (VERSION): Set to 2.9.
6923 2005-07-07  Richard M. Stallman  <rms@gnu.org>
6925         * book-spine.texinfo: Update Emacs version.
6927         * display.texi (Inverse Video): Delete mode-line-inverse-video.
6929 2005-07-06  Richard M. Stallman  <rms@gnu.org>
6931         * searching.texi (Regexp Search): Clarify what re-search-forward
6932         does when the search fails.
6934 2005-07-05  Lute Kamstra  <lute@gnu.org>
6936         * Update FSF's address in GPL notices.
6938         * doclicense.texi (GNU Free Documentation License):
6939         * gpl.texi (GPL):
6940         * tips.texi (Coding Conventions, Library Headers):
6941         * vol1.texi:
6942         * vol2.texi: Update FSF's address.
6944 2005-07-04  Richard M. Stallman  <rms@gnu.org>
6946         * hooks.texi (Standard Hooks): Add occur-hook.
6948 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
6950         * display.texi (The Echo Area): Correct menu.
6952 2005-07-03  Richard M. Stallman  <rms@gnu.org>
6954         * elisp.texi (Top): Update subnode menu for Display.
6956         * display.texi (Displaying Messages): New node, with most
6957         of what was in The Echo Area.
6958         (Progress): Move under The Echo Area.
6959         (Logging Messages): New node with new text.
6960         (Echo Area Customization): New node, the rest of what was
6961         in The Echo Area.  Document message-truncate-lines with @defvar.
6962         (Display): Update menu.
6964         * windows.texi (Textual Scrolling): Doc 3 values for
6965         scroll-preserve-screen-position.
6967         * text.texi (Special Properties): Change hook functions
6968         should bind inhibit-modification-hooks around altering buffer text.
6970         * keymaps.texi (Key Binding Commands): Call binding BINDING
6971         rather than DEFINITION.
6973 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
6975         * variables.texi (Defining Variables): `user-variable-p' returns t
6976         for aliases of user options, nil for alias loops.
6978 2005-06-28  Richard M. Stallman  <rms@gnu.org>
6980         * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
6981         make-keymap.
6983 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
6985         * variables.texi (Setting Variables): Correct and clarify
6986         description of `add-to-ordered-list'.
6988 2005-06-26  Richard M. Stallman  <rms@gnu.org>
6990         * display.texi (Faces): Minor cleanup.
6992 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
6994         * display.texi (Faces): `facep' returns t for strings that are
6995         face names.
6997 2005-06-25  Richard M. Stallman  <rms@gnu.org>
6999         * objects.texi (Equality Predicates): Clarify meaning of equal.
7001         * windows.texi (Selecting Windows): save-selected-window
7002         and with-selected-window save and restore the current buffer.
7004 2005-06-24  Richard M. Stallman  <rms@gnu.org>
7006         * numbers.texi (Float Basics): Explain how to test for NaN,
7007         and printing the sign of NaNs.
7009 2005-06-24  Eli Zaretskii  <eliz@gnu.org>
7011         * makefile.w32-in (MAKEINFO): Use --force.
7013 2005-06-23  Richard M. Stallman  <rms@gnu.org>
7015         * display.texi (Face Functions): Correct Texinfo usage.
7017 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
7019         * lists.texi (Rings): `ring-elements' now returns the elements of
7020         RING in order.
7022 2005-06-23  Juanma Barranquero  <lekktu@gmail.com>
7024         * markers.texi (The Mark): Texinfo usage fix.
7026 2005-06-23  Kim F. Storm  <storm@cua.dk>
7028         * searching.texi (Entire Match Data): Remove evaporate option for
7029         match-data.  Do not mention evaporate option for set-match-data.
7031 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
7033         * display.texi (Face Functions): Mention face aliases.
7035 2005-06-21  Richard M. Stallman  <rms@gnu.org>
7037         * anti.texi (Antinews): Texinfo usage fix.
7039 2005-06-21  Karl Berry  <karl@gnu.org>
7041         * elisp.texi: Use @copying.
7043         * elisp.texi: Put @summarycontents and @contents before the Top
7044         node, instead of the end of the file, so that the contents appear
7045         in the right place in the dvi/pdf output.
7047 2005-06-21  Juri Linkov  <juri@jurta.org>
7049         * display.texi (Defining Faces): Add `customized-face'.
7051 2005-06-20  Kim F. Storm  <storm@cua.dk>
7053         * variables.texi (Setting Variables): Any type of element can be
7054         given order in add-to-ordered-list.  Compare elements with eq.
7056         * lists.texi (Rearrangement): Sort predicate may just return non-nil.
7058 2005-06-20  Karl Berry  <karl@gnu.org>
7060         * syntax.texi (Syntax Flags): Make last column very slightly wider
7061         to avoid "generic comment" breaking on two lines and causing an
7062         underfull box.
7064 2005-06-19  Luc Teirlinck  <teirllm@auburn.edu>
7066         * lists.texi (Rings): Various minor clarifications and corrections.
7068 2005-06-18  Richard M. Stallman  <rms@gnu.org>
7070         * functions.texi (Obsolete Functions): Simplify.
7072         * variables.texi (Variable Aliases): Simplify.
7074         * anti.texi, backups.texi, compile.texi, customization.texi:
7075         * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
7076         * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
7077         * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
7078         * variables.texi: Fix formatting ugliness.
7080         * elisp.texi: Add links to Rings and Byte Packing.
7081         Update version and copyright years.
7083         * minibuf.texi: Fix formatting ugliness.
7084         (Completion Commands): Move keymap vars to the end
7085         and vars completing-read binds to the top.
7087 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
7089         * processes.texi: Fix typos.
7090         (Bindat Spec): Correct Texinfo error.
7091         (Byte Packing): Fix ungrammatical sentence.
7093 2005-06-17  Thien-Thi Nguyen  <ttn@gnu.org>
7095         * lists.texi (Rings): New node.
7096         (Lists): Add it to menu.
7098         * processes.texi (Byte Packing): New node.
7099         (Processes): Add it to menu.
7101 2005-06-17  Richard M. Stallman  <rms@gnu.org>
7103         * syntax.texi (Parsing Expressions): Fix texinfo usage.
7105         * help.texi (Documentation Basics): Explain the xref to
7106         Documentation Tips.
7108         * debugging.texi (Debugger Commands): Minor fix.
7110 2005-06-16  Luc Teirlinck  <teirllm@auburn.edu>
7112         * edebug.texi (Instrumenting): Eliminate duplicate link.
7113         (Specification List): Replace references to "below", referring to
7114         a later node, with one @ref to that node.
7116         * os.texi (Timers): Timers should save and restore the match data
7117         if they change it.
7119         * debugging.texi (Debugger Commands): Mention that the Lisp
7120         debugger can not step through primitive functions.
7122 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
7124         * functions.texi (Obsolete Functions): Update argument names of
7125         `make-obsolete' and `define-obsolete-function-alias'.
7127         * variables.texi (Variable Aliases): Update argument names of
7128         `defvaralias', `make-obsolete-variable' and
7129         `define-obsolete-variable-alias'.
7131 2005-06-15  Kim F. Storm  <storm@cua.dk>
7133         * searching.texi (Entire Match Data): Rephrase warnings about
7134         evaporate arg to match-data and set-match-data.
7136 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
7138         * elisp.texi (Top): Update detailed menu.
7140         * edebug.texi (Edebug): Update menu.
7141         (Instrumenting): Update xrefs.
7142         (Edebug Execution Modes): Correct xref.
7143         (Jumping): Clarify description of `h' command.
7144         Eliminate redundant @ref.
7145         (Breaks): New node.
7146         (Breakpoints): Is now a subsubsection.
7147         (Global Break Condition): Mention `C-x X X'.
7148         (Edebug Views): Clarify `v' and `p'.  Mention `C-x X w'.
7149         (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
7150         (Edebug Display Update): Correct pxref.
7151         (Edebug and Macros): New node.
7152         (Instrumenting Macro Calls): Is now a subsubsection.
7153         Neither arg of `def-edebug-spec' is evaluated.
7154         (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
7155         (Specification Examples): Fix typo.
7157 2005-06-14  Lute Kamstra  <lute@gnu.org>
7159         * debugging.texi (Function Debugging): Primitives can break on
7160         entry too.
7162 2005-06-14  Kim F. Storm  <storm@cua.dk>
7164         * variables.texi (Setting Variables): Add add-to-ordered-list.
7166 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7168         * syntax.texi (Parsing Expressions): Document aux functions and vars of
7169         syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
7171 2005-06-13  Lute Kamstra  <lute@gnu.org>
7173         * text.texi (Special Properties): Fix cross reference.
7175 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
7177         * debugging.texi (Function Debugging): Delete mention of empty
7178         string argument to `cancel-debug-on-entry'.  Delete inaccurate
7179         description of the return value of that command.
7181 2005-06-11  Alan Mackenzie  <acm@muc.de>
7183         * text.texi (Adaptive Fill): Amplify the description of
7184         fill-context-prefix.
7186 2005-06-10  Luc Teirlinck  <teirllm@auburn.edu>
7188         * syntax.texi (Parsing Expressions): Fix Texinfo error.
7190 2005-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7192         * syntax.texi (Parsing Expressions): Document syntax-ppss.
7194 2005-06-10  Luc Teirlinck  <teirllm@auburn.edu>
7196         * debugging.texi (Error Debugging): Minor rewording.
7197         (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
7198         is optional.
7200 2005-06-10  Lute Kamstra  <lute@gnu.org>
7202         * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
7203         (Top): Give it a title.  Correct version number.  Give the
7204         detailed node listing a more prominent header.
7205         * intro.texi: Don't set VERSION here a second time.
7206         Mention Emacs's version too.
7207         * anti.texi (Antinews): Use EMACSVER to refer to the current
7208         version of Emacs.
7210 2005-06-09  Kim F. Storm  <storm@cua.dk>
7212         * searching.texi (Entire Match Data): Explain new `reseat' argument to
7213         match-data and set-match-data.
7215 2005-06-08  Richard M. Stallman  <rms@gnu.org>
7217         * searching.texi (Entire Match Data): Clarify when match-data
7218         returns markers and when integers.
7220         * display.texi (Defining Faces): Explain that face name should not
7221         end in `-face'.
7223         * modes.texi (Mode Line Data): Minor cleanup.
7224         (Customizing Keywords): Node split out of Search-based Fontification.
7225         Add example of using font-lock-add-keywords from a hook.
7226         Clarify when MODE should be non-nil, and when nil.
7228 2005-06-06  Richard M. Stallman  <rms@gnu.org>
7230         * modes.texi (Mode Line Data): Explain what happens when the car
7231         of a list is a void symbol.
7232         (Search-based Fontification): Explain MODE arg to
7233         font-lock-add-keywords and warn about calls from major modes.
7235 2005-06-08  Juri Linkov  <juri@jurta.org>
7237         * display.texi (Standard Faces): Add `shadow' face.
7239 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
7241         * modes.texi (Major Mode Conventions): A derived mode only needs
7242         to put the call to the parent mode inside `delay-mode-hooks'.
7244 2005-05-29  Richard M. Stallman  <rms@gnu.org>
7246         * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
7247         new, and what that implies.  Clarify.
7249         * files.texi (Locating Files): Clean up the text.
7251         * frames.texi (Window Frame Parameters): Document user-size.
7252         Shorten entry for top by referring to left.
7254 2005-05-26  Richard M. Stallman  <rms@gnu.org>
7256         * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
7257         is new, and what the implications are.  Other clarifications.
7259 2005-05-24  Richard M. Stallman  <rms@gnu.org>
7261         * frames.texi (Dialog Boxes): Minor fixes.
7263 2005-05-25  Masatake YAMATO  <jet@gyve.org>
7265         * display.texi (Standard Faces): Write about `mode-line-highlight'.
7267 2005-05-24  Luc Teirlinck  <teirllm@auburn.edu>
7269         * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
7270         is optional.
7272 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
7274         * frames.texi (Dialog Boxes): Describe new optional argument.
7276 2005-05-23  Lute Kamstra  <lute@gnu.org>
7278         * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
7279         syntax-begin-function over font-lock-beginning-of-syntax-function.
7281 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
7283         * minibuf.texi (Reading File Names): Update description of
7284         `read-directory-name'.
7286         * modes.texi (Derived Modes): Clarify :group keyword.
7288 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
7290         * files.texi (Locating Files): New subsection.
7291         Describe locate-file and executable-find.
7293 2005-05-21  Kevin Ryde  <user42@zip.com.au>
7295         * frames.texi (Initial Parameters): Update cross reference to
7296         "Emacs Invocation".
7298 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
7300         * keymaps.texi (Active Keymaps): Add anchor.
7302         * modes.texi (Hooks): Delete confusing and unnecessary sentence.
7303         (Major Mode Conventions): Refer to `Auto Major Mode' in more
7304         appropriate place.
7305         (Derived Modes): Small clarifications.
7306         (Minor Mode Conventions, Keymaps and Minor Modes):
7307         Replace references to nodes with references to anchors.
7308         (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
7309         Clarify description of lists whose first element is an integer.
7310         (Mode Line Variables): Add anchor.
7311         (%-Constructs): Clarify description of integer after %.
7312         (Emulating Mode Line): Describe nil value for FACE.
7314 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
7316         * modes.texi (Derived Modes): Correct references to non-existing
7317         variable standard-syntax-table.
7319 2005-05-17  Lute Kamstra  <lute@gnu.org>
7321         * modes.texi (Defining Minor Modes): Mention the mode hook.
7323 2005-05-15  Kim F. Storm  <storm@cua.dk>
7325         * processes.texi (Network): Remove open-network-stream-nowait.
7326         (Network Servers): Remove open-network-stream-server.
7328 2005-05-15  Luc Teirlinck  <teirllm@auburn.edu>
7330         * elisp.texi (Top): Update detailed menu.
7332         * variables.texi: Reorder nodes.
7333         (Variables): Update menu.
7334         (File Local Variables): Do not refer to the `-*-' line as
7335         a "local variables list".  Add pxref.
7337 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
7339         * elisp.texi (Top): Update detailed menu for node changes.
7341         * modes.texi (Modes): Update Menu.
7342         (Hooks): Move to beginning of chapter.
7343         Most minor modes run mode hooks too.
7344         `add-hook' can handle void hooks or hooks whose value is a single
7345         function.
7346         (Major Modes): Update Menu.
7347         (Major Mode Basics): New node, split off from `Major Modes'.
7348         (Major Mode Conventions): Correct xref.  Explain how to handle
7349         auto-mode-alist if the major mode command has an autoload cookie.
7350         (Auto Major Mode): Major update.  Add magic-mode-alist.
7351         (Derived Modes): Major update.
7352         (Mode Line Format): Update Menu.
7353         (Mode Line Basics): New node, split off from `Mode Line Format'.
7355         * loading.texi (Autoload): Mention `autoload cookie' as synonym
7356         for `magic autoload comment'.  Add index entries and anchor.
7358 2005-05-14  Richard M. Stallman  <rms@gnu.org>
7360         * tips.texi (Coding Conventions): Explain how important it is
7361         that just loading certain files not change Emacs behavior.
7363         * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
7365 2005-05-12  Lute Kamstra  <lute@gnu.org>
7367         * modes.texi (Generic Modes): Update.
7368         (Major Modes): Refer to node "Generic Modes".
7370         * elisp.texi (Top): Update to the current structure of the manual.
7371         * processes.texi (Processes): Add menu description.
7372         * customize.texi (Customization): Add menu descriptions.
7374 2005-05-11  Thien-Thi Nguyen  <ttn@gnu.org>
7376         * processes.texi (Signals to Processes)
7377         (Low-Level Network): Fix typos.
7379 2005-05-11  Lute Kamstra  <lute@gnu.org>
7381         * elisp.texi (Top): Add some nodes from the chapter "Major and
7382         Minor Modes" to the detailed node listing.
7384 2005-05-10  Richard M. Stallman  <rms@gnu.org>
7386         * keymaps.texi (Extended Menu Items): Menu item filter functions
7387         can be called at any time.
7389 2005-05-08  Luc Teirlinck  <teirllm@auburn.edu>
7391         * variables.texi (File Local Variables): `(hack-local-variables t)'
7392         now also checks whether a mode is specified in the local variables
7393         list.
7395 2005-05-05  Kevin Ryde  <user42@zip.com.au>
7397         * display.texi (The Echo Area): Correct format function cross
7398         reference.
7400 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
7402         * variables.texi (Variable Aliases): Change description of
7403         `define-obsolete-variable-alias'.
7405         * functions.texi (Functions): Add "Obsolete Functions" to menu.
7406         (Defining Functions): Add xref.
7407         (Obsolete Functions): New node.
7408         (Function Safety): Standardize capitalization of section title.
7410         * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
7411         (Dialog Boxes): Complete description of `x-popup-dialog'.
7413 2005-05-04  Richard M. Stallman  <rms@gnu.org>
7415         * commands.texi (Interactive Codes): Fix Texinfo usage.
7416         Document U more clearly.
7418 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
7420         * variables.texi (Variable Aliases): `make-obsolete-variable' is a
7421         function and not a macro.
7423         * frames.texi (Pop-Up Menus): Correct and clarify description of
7424         `x-popup-menu'.
7425         (Dialog Boxes): Clarify description of `x-popup-dialog'.
7427 2005-05-01  Richard M. Stallman  <rms@gnu.org>
7429         * edebug.texi (Checking Whether to Stop): Fix previous change.
7431 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
7433         * display.texi: Fix typos and Texinfo usage.
7435         * edebug.texi (Checking Whether to Stop): executing-macro ->
7436         executing-kbd-macro.
7438 2005-05-01  Richard M. Stallman  <rms@gnu.org>
7440         * display.texi (Invisible Text): Correct add-to-invisibility-spec.
7442 2005-04-30  Richard M. Stallman  <rms@gnu.org>
7444         * files.texi (Magic File Names): Document `operations' property.
7446 2005-04-29  Lute Kamstra  <lute@gnu.org>
7448         * modes.texi (Generic Modes): New node.
7449         (Major Modes): Add it to the menu.
7450         (Derived Modes): Add "derived mode" to concept index.
7452 2005-04-28  Lute Kamstra  <lute@gnu.org>
7454         * modes.texi (Defining Minor Modes): Fix previous change.
7455         (Font Lock Mode): Simplify.
7456         (Font Lock Basics): Say that font-lock-defaults is buffer-local
7457         when set and that some parts are optional.  Add cross references.
7458         (Search-based Fontification): Say how to specify font-lock-keywords.
7459         Add cross references.  Add font-lock-multiline to index.
7460         Move font-lock-keywords-case-fold-search here from node "Other Font
7461         Lock Variables".  Document font-lock-add-keywords and
7462         font-lock-remove-keywords.
7463         (Other Font Lock Variables): Move font-lock-keywords-only,
7464         font-lock-syntax-table, font-lock-beginning-of-syntax-function,
7465         and font-lock-syntactic-face-function to node "Syntactic Font
7466         Lock".  Move font-lock-keywords-case-fold-search to node
7467         "Search-based Fontification".  Document font-lock-inhibit-thing-lock
7468         and font-lock-{,un}fontify-{buffer,region}-function.
7469         (Precalculated Fontification): Remove reference to deleted variable
7470         font-lock-core-only.
7471         (Faces for Font Lock): Add font-lock-comment-delimiter-face.
7472         (Syntactic Font Lock): Add intro.  Move font-lock-keywords-only,
7473         font-lock-syntax-table, font-lock-beginning-of-syntax-function,
7474         and font-lock-syntactic-face-function here from node "Other Font
7475         Lock Variables".  Move font-lock-syntactic-keywords to "Setting
7476         Syntax Properties".  Add cross references.
7477         (Setting Syntax Properties): New node.
7478         Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
7479         * syntax.texi (Syntax Properties): Add cross reference.
7480         * hooks.texi (Standard Hooks): Add Font-Lock hooks.
7482 2005-04-26  Richard M. Stallman  <rms@gnu.org>
7484         * display.texi (Defining Faces):
7485         Document `default' elements of defface spec.
7487         * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
7489         * variables.texi (Variable Aliases): Clarify text.
7491 2005-04-25  Chong Yidong  <cyd@stupidchicken.com>
7493         * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
7495 2005-04-25  Luc Teirlinck  <teirllm@auburn.edu>
7497         * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
7499 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
7501         * syntax.texi (Syntax Table Internals): Elaborate documentation of
7502         syntax-after and syntax-class.
7504         * files.texi (Changing Files): Fix last change's cross-reference.
7505         (Unique File Names): Don't mention "numbers" in the documentation
7506         of make-temp-file and make-temp-name.
7508 2005-04-23  Richard M. Stallman  <rms@gnu.org>
7510         * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
7512 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
7514         * windows.texi (Cyclic Window Ordering): Clarify window-list.
7516 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
7518         * variables.texi (Variable Aliases): Describe make-obsolete-variable
7519         and define-obsolete-variable-alias.
7521 2005-04-22  Kim F. Storm  <storm@cua.dk>
7523         * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
7524         (Other Plists): Remove safe-plist-get, as plist-get is now safe.
7526 2005-04-21  Lute Kamstra  <lute@gnu.org>
7528         * lists.texi (Association Lists): Document rassq-delete-all.
7530 2005-04-19  Richard M. Stallman  <rms@gnu.org>
7532         * modes.texi (Search-based Fontification): Explain that
7533         facespec is an expression to be evaluated.
7535 2005-04-19  Kevin Ryde  <user42@zip.com.au>
7537         * streams.texi (Output Functions): Fix xref.
7538         * strings.texi (String Conversion): Fix xref.
7540 2005-04-19  Kim F. Storm  <storm@cua.dk>
7542         * symbols.texi (Symbol Plists): Add safe-get.
7543         Mention that `get' may signal an error.
7545 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
7547         * customize.texi (Variable Definitions): Replace tooltip-mode
7548         example with save-place.
7550 2005-04-17  Richard M. Stallman  <rms@gnu.org>
7552         * buffers.texi (Indirect Buffers): Clarify.
7554         * positions.texi (Positions): Clarify converting marker to integer.
7556         * strings.texi (String Basics): Mention string-match; clarify.
7558 2005-04-08  Lute Kamstra  <lute@gnu.org>
7560         * modes.texi (Search-based Fontification): Fix cross references.
7561         Use consistent terminology.  Document anchored highlighting.
7563 2005-04-05  Lute Kamstra  <lute@gnu.org>
7565         * modes.texi (Defining Minor Modes): Document :group keyword
7566         argument and its default value.
7568 2005-04-03  Lute Kamstra  <lute@gnu.org>
7570         * hooks.texi (Standard Hooks): Add some hooks.  Add cross
7571         references and/or descriptions.  Delete major mode hooks; mention
7572         them as a category instead.  Rename or delete obsolete hooks.
7574 2005-04-02  Richard M. Stallman  <rms@gnu.org>
7576         * nonascii.texi (Coding System Basics): Another wording cleanup.
7578 2005-04-01  Richard M. Stallman  <rms@gnu.org>
7580         * nonascii.texi (Coding System Basics): Clarify previous change.
7582 2005-04-01  Kenichi Handa  <handa@m17n.org>
7584         * nonascii.texi (Coding System Basics): Describe about roundtrip
7585         identity of coding systems.
7587 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
7589         * text.texi (Buffer Contents): Add filter-buffer-substring and
7590         buffer-substring-filters.
7592 2005-03-26  Chong Yidong  <cyd@stupidchicken.com>
7594         * anti.texi (Antinews): Mention `G' interactive code.
7596         * tips.texi (Compilation Tips): Mention benchmark.el.
7598 2005-03-27  Luc Teirlinck  <teirllm@auburn.edu>
7600         * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
7601         is now bound to M-o M-o.
7603         * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
7605 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
7607         * calendar.texi: Delete file (and move contents to emacs-xtra.texi
7608         in the Emacs Manual).
7609         * Makefile.in (srcs): Remove calendar.texi.
7610         * makefile.w32-in (srcs): Remove calendar.texi.
7611         * display.texi (Display): Change name of next node.
7612         * os.texi (System In): Change name of previous node.
7613         * elisp.texi (Top): Remove Calendar references.
7614         * vol1.texi (Top): Remove Calendar references.
7615         * vol2.texi (Top): Remove Calendar references.
7617 2005-03-25  Richard M. Stallman  <rms@gnu.org>
7619         * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
7620         Cleanup previous change.
7622 2005-03-25  Chong Yidong  <cyd@stupidchicken.com>
7624         * display.texi (Face Attributes): Faces earlier in an :inherit
7625         list take precedence.
7626         (Scroll Bars): Fix description of vertical-scroll-bars.
7627         Document frame-current-scroll-bars and window-current-scroll-bars.
7629         * markers.texi (The Mark): Document temporary Transient Mark mode.
7631         * minibuf.texi (Reading File Names):
7632         Document read-file-name-completion-ignore-case.
7634         * positions.texi (Screen Lines): Document nil for width argument
7635         to compute-motion.
7637 2005-03-23  Kim F. Storm  <storm@cua.dk>
7639         * display.texi (Standard Faces): Other faces used in the fringe
7640         implicitly inherits from the fringe face.
7641         (Fringe Bitmaps): FACE in right-fringe and left-fringe display
7642         properties implicitly inherits from fringe face.
7643         (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
7645 2005-03-20  Chong Yidong  <cyd@stupidchicken.com>
7647         * display.texi (Invisible Text): State default value of
7648         line-move-ignore-invisible.
7649         (Managing Overlays): Document remove-overlays.
7650         (Standard Faces): Document escape-glyph face.
7652         * minibuf.texi (Reading File Names): Document read-file-name-function.
7654         * modes.texi (Other Font Lock Variables):
7655         Document font-lock-lines-before.
7657         * positions.texi (Skipping Characters): skip-chars-forward allows
7658         character classes.
7660 2005-03-18  Lute Kamstra  <lute@gnu.org>
7662         * edebug.texi (Instrumenting Macro Calls): Fix another typo.
7664 2005-03-17  Richard M. Stallman  <rms@gnu.org>
7666         * text.texi (Undo): Document extensible undo entries.
7668         * searching.texi (String Search, Regexp Search): Cleanups.
7670         * nonascii.texi (Character Codes): Minor fix.
7672         * display.texi (Display Property): Explain the significance
7673         of having text properties that are eq.
7674         (Other Display Specs): Explain string as display spec.
7676         * commands.texi (Interactive Codes): Document G option.
7678 2005-03-17  Chong Yidong  <cyd@stupidchicken.com>
7680         * text.texi (Filling): Add sentence-end-without-period and
7681         sentence-end-without-space.
7682         (Changing Properties): Minor fix.
7684         * anti.texi: Total rewrite.
7686 2005-03-15  Lute Kamstra  <lute@gnu.org>
7688         * edebug.texi (Instrumenting Macro Calls): Fix typos.
7690 2005-03-08  Kim F. Storm  <storm@cua.dk>
7692         * display.texi (Specified Space): Property :width is support on
7693         non-graphic terminals, :height is not.
7695 2005-03-07  Richard M. Stallman  <rms@gnu.org>
7697         * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
7698         Now subnodes of Fringes.
7699         (Overlay Arrow): Document overlay-arrow-variable-list.
7700         (Fringe Size/Pos): New node, broken out of Fringes.
7701         (Display): Explain clearing vs redisplay better.
7702         (Truncation): Clarify use of bitmaps.
7703         (The Echo Area): Clarify the uses of the echo area.
7704         Add max-mini-window-height.
7705         (Progress): Clarify.
7706         (Invisible Text): Explain that main loop moves point out.
7707         (Selective Display): Say "hidden", not "invisible".
7708         (Managing Overlays): Move up.  Describe relation to Undo here.
7709         (Overlay Properties): Clarify intro.
7710         (Finding Overlays): Explain return values when nothing found.
7711         (Width): truncate-string-to-width has added arg.
7712         (Displaying Faces): Clarify and update mode line face handling.
7713         (Face Functions): Minor cleanup.
7714         (Conditional Display): Merge into Other Display Specs.
7715         (Pixel Specification, Other Display Specs): Minor cleanups.
7716         (Images, Image Descriptors): Minor cleanups.
7717         (GIF Images): Patents have expired.
7718         (Showing Images): Explain default text for insert-image.
7719         (Manipulating Button Types): Merge into Manipulating Buttons.
7720         (Making Buttons): Explain return values.
7721         (Button Buffer Commands): Add xref.
7722         (Inverse Video): Update mode-line-inverse-video.
7723         (Display Table Format): Clarify.
7724         (Active Display Table): Give defaults for window-display-table.
7726         * calendar.texi (Calendar Customizing): calendar-holiday-marker
7727         and calendar-today-marker are strings, not chars.
7728         (Holiday Customizing): Minor fix.
7730         * internals.texi (Writing Emacs Primitives): Update `or' example.
7731         Update limit on # args of subr.
7733         * edebug.texi (Using Edebug): Arrow is in fringe.
7734         (Instrumenting): Arg to eval-defun works without loading edebug.
7735         (Edebug Execution Modes): Add xref.
7737         * customize.texi (Common Keywords): Clarify :require.
7738         Mention :version here.
7739         (Variable Definitions, Group Definitions): Not here.
7740         (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
7742 2005-03-07  Chong Yidong  <cyd@stupidchicken.com>
7743         * nonascii.texi (Text Representations): Clarify position-bytes.
7744         (Character Sets): Add list-charset-chars.
7745         (Scanning Charsets): Add charset-after.
7746         (Encoding and I/O): Minor fix.
7748 2005-03-06  Richard M. Stallman  <rms@gnu.org>
7750         * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
7751         (Resizing Windows): Likewise.
7753         * text.texi (Change Hooks): Get rid of "Emacs 21".
7755         * strings.texi (Formatting Strings): Get rid of "Emacs 21".
7757         * streams.texi (Output Variables): Get rid of "Emacs 21".
7759         * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
7761         * os.texi (Translating Input): Replace flow-control example
7762         with a less obsolete example that uses `keyboard-translate'.
7764         * objects.texi (Hash Table Type, Circular Objects):
7765         Get rid of "Emacs 21".
7767         * modes.texi (Mode Line Format): Get rid of "Emacs 21".
7768         (Mode Line Data, Properties in Mode, Header Lines): Likewise.
7770         * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
7772         * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
7774         * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
7775         (Menu Bar): Fix when menu-bar-update-hook is called.
7777         * hash.texi (Hash Tables): Get rid of "Emacs 21".
7779         * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
7780         and make it read better.
7782         * files.texi (Writing to Files): Get rid of "Emacs 21".
7783         (Unique File Names): Likewise.
7785         * elisp.texi: Update Emacs version to 22.
7787         * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
7788         (Overlay Properties, Face Attributes): Likewise.
7789         (Managing Overlays): Fix punctuation.
7790         (Attribute Functions): Clarify set-face-font; get rid of
7791         info about old Emacs versions.
7792         (Auto Faces, Font Lookup, Display Property, Images):
7793         Get rid of "Emacs 21".
7795         * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
7797 2005-03-05  Richard M. Stallman  <rms@gnu.org>
7799         * debugging.texi (Error Debugging): Remove stack-trace-on-error.
7801 2005-03-04  Lute Kamstra  <lute@gnu.org>
7803         * debugging.texi (Error Debugging): Document stack-trace-on-error.
7805 2005-03-03  Lute Kamstra  <lute@gnu.org>
7807         * edebug.texi (Instrumenting Macro Calls): Fix typo.
7809 2005-03-01  Lute Kamstra  <lute@gnu.org>
7811         * debugging.texi (Debugger Commands): Update `j'.
7813 2005-02-28  Lute Kamstra  <lute@gnu.org>
7815         * debugging.texi (Debugging): Fix typo.
7816         (Error Debugging): Document eval-expression-debug-on-error.
7817         (Function Debugging): Update example.
7818         (Using Debugger): Mention starred stack frames.
7819         (Debugger Commands): Document `j' and `l'.
7820         (Invoking the Debugger): `d' and `j' exit recursive edit too.
7821         Update the messages that the debugger displays.
7822         (Internals of Debugger): Add cross reference.  Update example.
7823         (Excess Open): Minor improvement.
7824         (Excess Close): Minor improvement.
7826 2005-02-26  Richard M. Stallman  <rms@gnu.org>
7828         * tips.texi (Coding Conventions): Clarify.
7829         Put all the major mode key reservations together.
7830         Mention the Mouse-1 => Mouse-2 conventions.
7832         * syntax.texi (Syntax Class Table): Clarify.
7833         (Syntax Table Functions): syntax-after moved from here.
7834         (Syntax Table Internals): syntax-after moved to here.
7835         (Parsing Expressions): Update info on number of values
7836         and what's meaningful in the STATE argument.
7837         (Categories): Fix typo.
7839         * sequences.texi (Arrays): Cleanup.
7840         (Char-Tables): Clarify.
7842         * processes.texi (Deleting Processes): Cleanups, add xref.
7843         (Subprocess Creation): Explain nil in exec-path.  Cleanup.
7844         (Process Information): set-process-coding-system, some args optional.
7845         (Input to Processes): Explain various types for PROCESS args.
7846         Rename them from PROCESS-NAME to PROCESS.
7847         (Signals to Processes): Likewise.
7848         (Decoding Output): Cleanup.
7849         (Query Before Exit): Clarify.
7851         * os.texi (Startup Summary): Correct the options; add missing ones.
7852         (Terminal Output, Batch Mode): Clarify.
7853         (Flow Control): Node deleted.
7855         * markers.texi (The Mark): Clarify.
7857         * macros.texi (Expansion): Cleanup.
7858         (Indenting Macros): indent-spec allows ints, not floats.
7860         * keymaps.texi (Keymaps): Clarify.
7861         (Format of Keymaps): Update lisp-mode-map example.
7862         (Active Keymaps, Key Lookup): Clarify.
7863         (Changing Key Bindings): Add xref to `kbd'.
7864         (Key Binding Commands, Simple Menu Items): Clarify.
7865         (Mouse Menus, Menu Bar): Clarify.
7866         (Menu Example): Replace print example with menu-bar-replace-menu.
7868         * help.texi (Documentation Basics): Add function-documentation prop.
7870         * elisp.texi (Top): Don't refer to Flow Control node.
7872         * commands.texi (Command Overview): Improve xrefs.
7873         (Adjusting Point): Adjusting point applies to intangible and invis.
7874         (Key Sequence Input): Doc extra read-key-sequence args.
7875         Likewise for read-key-sequence-vector.
7877         * backups.texi (Rename or Copy): Minor fix.
7878         (Numbered Backups): For version-control, say the default.
7879         (Auto-Saving): make-auto-save-file-name example is simplified.
7881         * advice.texi (Advising Functions): Don't imply one part of Emacs
7882         should advise another part.  Markup changes.
7883         (Defining Advice): Move transitional para.
7884         (Activation of Advice): Cleanup.
7885         Explain if COMPILE is nil or negative.
7887         * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
7889 2005-02-24  Lute Kamstra  <lute@gnu.org>
7891         * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
7892         LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
7894 2005-02-23  Lute Kamstra  <lute@gnu.org>
7896         * modes.texi (Defining Minor Modes): define-minor-mode can be used
7897         to define global minor modes as well.
7899         * display.texi (Managing Overlays): overlay-buffer returns nil for
7900         deleted overlays.
7902 2005-02-22  Kim F. Storm  <storm@cua.dk>
7904         * minibuf.texi (Basic Completion): Allow symbols in addition to
7905         strings in try-completion and all-completions.
7907 2005-02-14  Lute Kamstra  <lute@gnu.org>
7909         * elisp.texi (Top): Remove reference to deleted node.
7911         * lists.texi (Lists): Remove reference to deleted node.
7912         (Cons Cells): Fix typo.
7914         * loading.texi (Where Defined): Fix typo.
7916 2005-02-14  Richard M. Stallman  <rms@gnu.org>
7918         * variables.texi (Creating Buffer-Local): change-major-mode-hook
7919         is useful for discarding some minor modes.
7921         * symbols.texi (Symbol Components): Reorder examples.
7923         * streams.texi (Input Functions): State standard-input default.
7924         (Output Variables): State standard-output default.
7926         * objects.texi (Printed Representation): Clarify read syntax vs print.
7927         (Floating Point Type): Explain meaning better.
7928         (Symbol Type): Explain uniqueness better.
7929         (Cons Cell Type): Explain empty list sooner.  CAR and CDR later.
7930         List examples sooner.
7931         (Box Diagrams): New subnode broken out.
7932         Some examples moved from old Lists as Boxes node.
7933         (Dotted Pair Notation): Clarify intro.
7934         (Array Type): Clarify.
7935         (Type Predicates): Add hash-table-p.
7937         * numbers.texi (Integer Basics): Clarify radix explanation.
7938         (Predicates on Numbers): Minor clarification.
7939         (Comparison of Numbers): Minor clarification.  Clarify eql.
7940         Typos in min, max.
7941         (Math Functions): Clarify overflow in expt.
7943         * minibuf.texi (Text from Minibuffer): Minor clarification.
7944         Mention arrow keys.
7946         * loading.texi (Autoload): defun's doc string overrides autoload's
7947         doc string.
7948         (Repeated Loading): Modernize "add to list" examples.
7949         (Where Defined): Finish updating table of load-history elts.
7951         * lists.texi (List-related Predicates): Minor wording improvement.
7952         (Lists as Boxes): Node deleted.
7953         (Building Lists): Explain trivial cases of number-sequence.
7955         * hash.texi (Hash Tables): Add desc to menu items.
7956         (Creating Hash): Explain "full" means "make larger".
7957         (Hash Access): Any object can be a key.
7958         State value of maphash.
7960         * functions.texi (What Is a Function): Wording cleanup.
7961         (Function Documentation): Minor cleanup.
7962         Explain purpose of calling convention at end of doc string.
7963         (Function Names): Wording cleanup.
7964         (Calling Functions): Wording cleanup.
7965         Explain better how funcall calls the function.
7966         (Function Cells): Delete example of saving and redefining function.
7968         * control.texi (Combining Conditions): Wording cleanup.
7969         (Iteration): dolist and dotimes bind VAR locally.
7970         (Cleanups): Xref to Atomic Changes.
7972         * compile.texi (Byte Compilation): Delete 19.29 info.
7973         (Compilation Functions): Macros' difficulties don't affect defsubst.
7974         (Docs and Compilation): Delete 19.29 info.
7976 2005-02-10  Richard M. Stallman  <rms@gnu.org>
7978         * objects.texi (Symbol Type): Minor correction.
7980 2005-02-06  Lute Kamstra  <lute@gnu.org>
7982         * modes.texi (Example Major Modes): Fix typos.
7984 2005-02-06  Richard M. Stallman  <rms@gnu.org>
7986         * text.texi (Margins): fill-nobreak-predicate can be one function.
7988         * strings.texi (Modifying Strings): clear-string can make unibyte.
7989         (Formatting Strings): format gives error if values missing.
7991         * positions.texi (Character Motion): Mention default arg
7992         for forward-char.  backward-char refers to forward-char.
7993         (Word Motion): Mention default arg for forward-word.
7994         (Buffer End Motion): Mention default arg for beginning-of-buffer.
7995         Simplify end-of-buffer.
7996         (Text Lines): Mention default arg for forward-line.
7997         (List Motion): Mention default arg for beginning/end-of-defun.
7998         (Skipping Characters): Minor fixes in explaining character-set.
8000         * modes.texi (Major Mode Conventions): Mention "system abbrevs".
8001         Mode inheritance applies only when default-major-mode is nil.
8002         Clarifications.
8003         (Example Major Modes): Update Text mode and Lisp mode examples.
8004         (Minor Mode Conventions): Mention define-minor-mode at top.
8005         (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
8006         (Mode Line Format): Update mode line face display info.
8007         (Properties in Mode): Mention effect of risky vars.
8008         (Imenu): Define imenu-add-to-menubar.
8009         (Font Lock Mode): Add descriptions to menu lines.
8010         (Faces for Font Lock): Add font-lock-doc-face.
8012 2005-02-05  Lute Kamstra  <lute@gnu.org>
8014         * text.texi (Maintaining Undo): Remove obsolete function.
8016 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
8018         * frames.texi (Color Names): Add pointer to the X docs about RGB
8019         color specifications.  Improve indexing.
8020         (Text Terminal Colors): Replace the description of RGB values by
8021         an xref to "Color Names".
8023 2005-02-03  Richard M. Stallman  <rms@gnu.org>
8025         * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
8026         Clarify.
8027         (Selecting Windows): Clarify save-selected-window.
8028         (Cyclic Window Ordering): Clarify walk-windows.
8029         (Window Point): Clarify.
8030         (Window Start): Add comment to example.
8031         (Resizing Windows): Add `interactive' specs in examples.
8032         Document fit-window-to-buffer.
8034         * text.texi (User-Level Deletion): just-one-space takes numeric arg.
8035         (Undo, Maintaining Undo): Clarify last change.
8036         (Sorting): In sort-numeric-fields, explain about octal and hex.
8037         Mention sort-numeric-base.
8038         (Format Properties): Add xref for hard newlines.
8040         * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
8041         (Pop-Up Menus): Fix typo.
8042         (Color Names): Explain all types of color names.
8043         Explain color-values on B&W terminal.
8044         (Text Terminal Colors): Explain "rgb values" are lists.  Fix arg names.
8046         * files.texi (File Locks): Not supported on MS systems.
8047         (Testing Accessibility): Clarify.
8049         * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
8050         (Coverage Testing): Fix typo.
8052         * commands.texi (Misc Events): Remove stray space.
8054         * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
8055         (Modification Time): Clarify when visited-file-modtime returns 0.
8056         (The Buffer List): Clarify bury-buffer.
8057         (Killing Buffers): Clarify.
8058         (Indirect Buffers): Add clone-indirect-buffer.
8060 2005-02-02  Matt Hodges  <MPHodges@member.fsf.org>
8062         * edebug.texi (Printing in Edebug): Fix default value of
8063         edebug-print-circle.
8064         (Coverage Testing): Fix displayed frequency count data.
8066 2005-02-02  Luc Teirlinck  <teirllm@auburn.edu>
8068         * text.texi (Maintaining Undo): Add `undo-outer-limit'.
8070 2005-02-02  Kim F. Storm  <storm@cua.dk>
8072         * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
8074 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
8076         * commands.texi (Misc Events): Describe the help-echo event.
8078         * text.texi (Special Properties) <help-echo>: Use `pos'
8079         consistently in description of the help-echo property.
8080         Use @code{nil} instead of @var{nil}.
8082         * display.texi (Overlay Properties): Fix the index entry for
8083         help-echo overlay property.
8085         * customize.texi (Type Keywords): Uncomment the xref to the
8086         help-echo property documentation.
8088 2005-01-23  Kim F. Storm  <storm@cua.dk>
8090         * windows.texi (Window Start): Fix `pos-visible-in-window-p'
8091         return value.  Third element FULLY replaced by PARTIAL which
8092         specifies number of invisible pixels if row is only partially visible.
8093         (Textual Scrolling): Mention auto-window-vscroll.
8094         (Vertical Scrolling): New defvar auto-window-vscroll.
8096 2005-01-16  Luc Teirlinck  <teirllm@auburn.edu>
8098         * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
8099         command remapping.
8101 2005-01-15  Richard M. Stallman  <rms@gnu.org>
8103         * display.texi (Defining Images): Mention DATA-P arg of create-image.
8105 2005-01-14  Kim F. Storm  <storm@cua.dk>
8107         * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
8109         * text.texi (Links and Mouse-1): Fix string and vector item.
8111 2005-01-13  Richard M. Stallman  <rms@gnu.org>
8113         * keymaps.texi (Active Keymaps): Rewrite the text, and update the
8114         descriptions of overriding-local-map and overriding-terminal-local-map.
8116         * text.texi (Links and Mouse-1): Clarify text.
8118 2005-01-13  Kim F. Storm  <storm@cua.dk>
8120         * modes.texi (Emulating Mode Line): Update format-mode-line entry.
8122 2005-01-13  Francis Litterio  <franl@world.std.com>  (tiny change)
8124         * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
8126 2005-01-12  Kim F. Storm  <storm@cua.dk>
8128         * text.texi (Links and Mouse-1): Rename section from Enabling
8129         Mouse-1 to Following Links.  Change xrefs.
8130         Add examples for define-button-type and define-widget.
8132         * display.texi (Button Properties, Button Buffer Commands):
8133         Clarify mouse-1 and follow-link functionality.
8135 2005-01-12  Richard M. Stallman  <rms@gnu.org>
8137         * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
8139         * display.texi (Beeping): Fix Texinfo usage.
8141         * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
8143 2005-01-11  Kim F. Storm  <storm@cua.dk>
8145         * display.texi (Button Properties, Button Buffer Commands):
8146         Mention mouse-1 binding.  Add follow-link keyword.
8148         * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
8149         (Enabling Mouse-1 to Follow Links): New subsection.
8151 2005-01-06  Richard M. Stallman  <rms@gnu.org>
8153         * text.texi (Special Properties): Minor change.
8155         * os.texi (Timers): Clarify previous change.
8157         * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
8159 2005-01-01  Luc Teirlinck  <teirllm@auburn.edu>
8161         * display.texi (Face Attributes): Correct xref to renamed node.
8163 2005-01-01  Richard M. Stallman  <rms@gnu.org>
8165         * display.texi (Face Attributes): Describe hex color specs.
8167 2004-12-31  Richard M. Stallman  <rms@gnu.org>
8169         * os.texi (Timers): Update previous change.
8171 2004-12-30  Kim F. Storm  <storm@cua.dk>
8173         * display.texi (Line Height): Total line-height is now specified
8174         in line-height property of form (HEIGHT TOTAL).  Swap (FACE . RATIO)
8175         in cons cells.  (nil . RATIO) is relative to actual line height.
8176         Use line-height `t' instead of `0' to get minimum height.
8178 2004-12-29  Richard M. Stallman  <rms@gnu.org>
8180         * os.texi (Timers): Discuss timers vs editing the buffer and undo.
8182 2004-12-28  Richard M. Stallman  <rms@gnu.org>
8184         * commands.texi (Quitting): Clarify value of with-local-quit.
8186         * elisp.texi (Top): Fix previous change.
8188         * loading.texi (Loading): Fix previous change.
8190 2004-12-27  Richard M. Stallman  <rms@gnu.org>
8192         * Makefile.in (MAKEINFO): Specify --force.
8194         * buffers.texi (Killing Buffers): Add buffer-save-without-query.
8196         * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
8198         * display.texi (Line Height): Further clarify.
8200         * elisp.texi (Top): Update Loading submenu.
8202         * loading.texi (Where Defined): New node.
8203         (Unloading): load-history moved to Where Defined.
8205 2004-12-21  Richard M. Stallman  <rms@gnu.org>
8207         * commands.texi (Event Input Misc): Add while-no-input.
8209 2004-12-11  Richard M. Stallman  <rms@gnu.org>
8211         * display.texi (Line Height): Rewrite text for clarity.
8213 2004-12-11  Kim F. Storm  <storm@cua.dk>
8215         * display.texi (Display): Add node "Line Height" to menu.
8216         (Line Height): New node.  Move full description of line-spacing
8217         and line-height text properties here from text.texi.
8218         (Scroll Bars): Add vertical-scroll-bar variable.
8220         * frames.texi (Window Frame Parameters): Remove line-height defvar.
8222         * locals.texi (Standard Buffer-Local Variables): Fix xref for
8223         line-spacing and vertical-scroll-bar.
8225         * text.texi (Special Properties): Just mention line-spacing and
8226         line-height here, add xref to new "Line Height" node.
8228 2004-12-09  Thien-Thi Nguyen  <ttn@gnu.org>
8230         * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
8232         * locals.texi (Standard Buffer-Local Variables):
8233         Add @xref for `line-spacing'.
8235 2004-12-05  Richard M. Stallman  <rms@gnu.org>
8237         * Makefile.in (maintainer-clean): Remove the info files
8238         in $(infodir) where they are created.
8240 2004-12-03  Richard M. Stallman  <rms@gnu.org>
8242         * windows.texi (Selecting Windows): get-lru-window and
8243         get-largest-window don't consider dedicated windows.
8245         * text.texi (Undo): Document undo-in-progress.
8247 2004-11-26  Richard M. Stallman  <rms@gnu.org>
8249         * locals.texi (Standard Buffer-Local Variables): Undo prev change.
8250         Remove a few vars that are not always buffer-local.
8252 2004-11-24  Luc Teirlinck  <teirllm@auburn.edu>
8254         * locals.texi (Standard Buffer-Local Variables): Comment out
8255         xref's to non-existent node `Yet to be written'.
8257 2004-11-24  Richard M. Stallman  <rms@gnu.org>
8259         * processes.texi (Synchronous Processes): Grammar fix.
8261         * numbers.texi (Comparison of Numbers): Add eql.
8263         * locals.texi (Standard Buffer-Local Variables): Add many vars.
8265         * intro.texi (Printing Notation): Fix previous change.
8267         * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
8268         and default-indicate-buffer-boundaries from here.
8269         (Usual Display): To here.
8270         (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
8271         (Usual Display): Move tab-width up.
8273         * customize.texi (Variable Definitions):
8274         Replace show-paren-mode example with tooltip-mode.
8275         (Simple Types, Composite Types, Defining New Types):
8276         Minor cleanups.
8278 2004-11-21  Jesper Harder  <harder@ifa.au.dk>
8280         * processes.texi (Synchronous Processes, Output from Processes):
8281         Markup fix.
8283 2004-11-20  Richard M. Stallman  <rms@gnu.org>
8285         * positions.texi (Skipping Characters): skip-chars-forward
8286         now handles char classes.
8288         * intro.texi (Printing Notation): Avoid confusion of `print'
8289         when explaining @print.
8291         * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
8293         * display.texi (Display Table Format): Minor fix.
8295         * streams.texi (Output Functions): Fix print example.
8297         * Makefile.in (elisp): New target.
8298         (dist): Depend on $(infodir)/elisp, not elisp.
8299         Copy the info files from $(infodir).
8301         * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
8302         read-from-minibuffer.
8304         * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
8306 2004-11-19  Richard M. Stallman  <rms@gnu.org>
8308         * searching.texi (Regexp Search): Add search-whitespace-regexp.
8310 2004-11-19  CHENG Gao  <chenggao@gmail.com>  (tiny change)
8312         * tips.texi (Coding Conventions): Fix typo.
8314 2004-11-16  Richard M. Stallman  <rms@gnu.org>
8316         * tips.texi (Coding Conventions): Separate defvar and require
8317         methods to avoid warnings.  Use require only when there are many
8318         functions and variables from that package.
8320         * minibuf.texi (Minibuffer Completion): When ignoring case,
8321         predicate must not be case-sensitive.
8323         * debugging.texi (Function Debugging, Explicit Debug): Clarified.
8324         (Test Coverage): Don't talk about "splotches".  Clarified.
8326 2004-11-16  Thien-Thi Nguyen  <ttn@gnu.org>
8328         * frames.texi (Window Frame Parameters): Fix typo.
8330 2004-11-15  Kim F. Storm  <storm@cua.dk>
8332         * symbols.texi (Other Plists): Note that plist-get may signal error.
8333         Add safe-plist-get.
8335 2004-11-15  Thien-Thi Nguyen  <ttn@gnu.org>
8337         * modes.texi (Font Lock Basics): Fix typo.
8339 2004-11-08  Richard M. Stallman  <rms@gnu.org>
8341         * syntax.texi (Syntax Table Functions): Add syntax-after.
8343 2004-11-06  Lars Brinkhoff  <lars@nocrew.org>
8345         * os.texi (Processor Run Time): New section documenting
8346         get-internal-run-time.
8348 2004-11-06  Eli Zaretskii  <eliz@gnu.org>
8350         * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
8351         it nukes elisp-cover.texi.
8352         (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
8353         elisp-0 etc.
8355 2004-11-05  Luc Teirlinck  <teirllm@auburn.edu>
8357         * commands.texi (Keyboard Macros): Document `append' return value
8358         of `defining-kbd-macro'.
8360 2004-11-01  Richard M. Stallman  <rms@gnu.org>
8362         * commands.texi (Interactive Call): Add called-interactively-p.
8364 2004-10-29  Simon Josefsson  <jas@extundo.com>
8366         * minibuf.texi (Reading a Password): Revert.
8368 2004-10-28  Richard M. Stallman  <rms@gnu.org>
8370         * frames.texi (Display Feature Testing): Explain about "vendor".
8372 2004-10-27  Richard M. Stallman  <rms@gnu.org>
8374         * commands.texi (Interactive Codes): `N' uses numeric prefix,
8375         not raw.  Clarify `n'.
8376         (Interactive Call): Rewrite interactive-p, focusing on when
8377         and how to use it.
8378         (Misc Events): Clarify previous change.
8380         * advice.texi (Simple Advice): Clarify what job the example does.
8381         (Around-Advice): Clarify ad-do-it.
8382         (Activation of Advice): An option of ad-default-compilation-action
8383         is `never', not `nil'.
8385 2004-10-26  Kim F. Storm  <storm@cua.dk>
8387         * commands.texi (Interactive Codes): Add U code letter.
8389 2004-10-25  Simon Josefsson  <jas@extundo.com>
8391         * minibuf.texi (Reading a Password): Add.
8393 2004-10-24  Jason Rumney  <jasonr@gnu.org>
8395         * commands.texi (Misc Events): Remove mouse-wheel.  Add wheel-up
8396         and wheel-down.
8398 2004-10-24  Kai Grossjohann  <kai.grossjohann@gmx.net>
8400         * processes.texi (Synchronous Processes): Document process-file.
8402 2004-10-22  Kenichi Handa  <handa@m17n.org>
8404         * text.texi (translate-region): Document that it accepts also a
8405         char-table.
8407 2004-10-22  David Ponce  <david@dponce.com>
8409         * windows.texi (Resizing Windows): Document the `preserve-before'
8410         argument of the functions `enlarge-window' and `shrink-window'.
8412 2004-10-19  Jason Rumney  <jasonr@gnu.org>
8414         * makefile.w32-in (elisp): Change order of arguments to makeinfo.
8416 2004-10-09  Luc Teirlinck  <teirllm@auburn.edu>
8418         * text.texi (Filling): Add anchor for definition of
8419         `sentence-end-double-space'.
8421         * searching.texi (Regexp Example): Update description of how
8422         Emacs currently recognizes the end of a sentence.
8423         (Standard Regexps): Update definition of the variable
8424         `sentence-end'.  Add definition of the function `sentence-end'.
8426 2004-10-08  Paul Pogonyshev  <pogonyshev@gmx.net>
8428         * display.texi (Progress): New node.
8430 2004-10-05  Kim F. Storm  <storm@cua.dk>
8432         * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
8434 2004-09-29  Kim F. Storm  <storm@cua.dk>
8436         * display.texi (Fringe Bitmaps): Use symbols rather than numbers
8437         to identify bitmaps.  Remove -fringe-bitmap suffix for standard
8438         fringe bitmap symbols, as they now have their own namespace.
8439         (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
8440         vs. pixels.  Signal error if no free bitmap slots.
8441         (Pixel Specification): Change IMAGE to @var{image}.
8443 2004-09-28  Richard M. Stallman  <rms@gnu.org>
8445         * text.texi (Special Properties): Clarify line-spacing and line-height.
8447         * searching.texi (Regexp Search): Add looking-back.
8449 2004-09-25  Luc Teirlinck  <teirllm@auburn.edu>
8451         * display.texi: Correct typos.
8452         (Image Descriptors): Correct xref's.
8454 2004-09-25  Richard M. Stallman  <rms@gnu.org>
8456         * text.texi (Special Properties): Cleanups in `cursor'.
8457         Rewrites in `line-height' and `line-spacing'; exchange them.
8459         * display.texi (Fringes): Rewrite previous change.
8460         (Fringe Bitmaps): Merge text from Display Fringe Bitmaps.  Rewrite.
8461         (Display Fringe Bitmaps): Node deleted, text moved.
8462         (Customizing Bitmaps): Split off from Fringe Bitmaps.  Rewrite.
8463         (Scroll Bars): Clarify set-window-scroll-bars.
8464         (Pointer Shape): Rewrite.
8465         (Specified Space): Clarify :align-to, etc.
8466         (Pixel Specification): Use @var.  Clarify new text.
8467         (Other Display Specs): Clarify `slice'.
8468         (Image Descriptors): Cleanups.
8469         (Showing Images): Cleanups.
8471 2004-09-24  Luc Teirlinck  <teirllm@auburn.edu>
8473         * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
8475         * modes.texi: Various minor changes in addition to:
8476         (Major Mode Conventions): Final call to `run-mode-hooks' should
8477         not be inside the `delay-mode-hooks' form.
8478         (Mode Hooks): New node.
8479         (Hooks): Delete obsolete example.
8480         Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
8481         node "Mode Hooks".
8483 2004-09-22  Luc Teirlinck  <teirllm@auburn.edu>
8485         * display.texi: Correct various typos.
8486         (Display): Rename node "Pointer Shapes" to "Pointer
8487         Shape".  (There is already a node called "Pointer Shapes" in
8488         frames.texi.)
8489         (Images): Remove non-existent node "Image Slices" from menu.
8491 2004-09-23  Kim F. Storm  <storm@cua.dk>
8493         * text.texi (Special Properties): Add `cursor', `pointer',
8494         `line-height', and `line-spacing' properties.
8496         * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
8497         Shapes' to menu.
8498         (Standard Faces): Doc fix for fringe face.
8499         (Fringes): Add `overflow-newline-into-fringe' and
8500         'indicate-buffer-boundaries'.
8501         (Fringe Bitmaps, Pointer Shapes): New nodes.
8502         (Display Property): Add 'Pixel Specification' and 'Display Fringe
8503         Bitmaps' to menu.
8504         (Specified Space): Describe pixel width and height.
8505         (Pixel Specification): New node.
8506         (Other Display Specs): Add `slice' property.
8507         (Display Fringe Bitmaps): New node.
8508         (Images): Add 'Image Slices' to menu.
8509         (Image Descriptors): Add `:pointer' and `:map' properties.
8510         (Showing Images): Add slice arg to `insert-image'.
8511         Add 'insert-sliced-image'.
8513 2004-09-20  Richard M. Stallman  <rms@gnu.org>
8515         * commands.texi (Key Sequence Input):
8516         Clarify downcasing in read-key-sequence.
8518 2004-09-08  Juri Linkov  <juri@jurta.org>
8520         * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
8522 2004-09-07  Luc Teirlinck  <teirllm@auburn.edu>
8524         * locals.texi (Standard Buffer-Local Variables):
8525         Add `buffer-auto-save-file-format'.
8526         * internals.texi (Buffer Internals): Describe new
8527         auto_save_file_format field of the buffer structure.
8528         * files.texi (Format Conversion): `auto-save-file-format' has been
8529         renamed `buffer-auto-save-file-format'.
8531 2004-08-27  Luc Teirlinck  <teirllm@auburn.edu>
8533         * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
8534         an integer or a marker.
8535         (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
8537 2004-08-22  Richard M. Stallman  <rms@gnu.org>
8539         * modes.texi (Major Mode Conventions): Discuss rebinding of
8540         standard key bindings.
8542 2004-08-18  Kim F. Storm  <storm@cua.dk>
8544         * processes.texi (Accepting Output): Add `just-this-one' arg to
8545         `accept-process-output'.
8546         (Output from Processes): New var `process-adaptive-read-buffering'.
8548 2004-08-10  Luc Teirlinck  <teirllm@auburn.edu>
8550         * keymaps.texi: Various changes in addition to:
8551         (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
8552         Give more varied examples for `kbd'.
8553         (Creating Keymaps): Char tables have slots for all characters
8554         without modifiers.
8555         (Active Keymaps): `overriding-local-map' and
8556         `overriding-terminal-local-map' also override text property and
8557         overlay keymaps.
8558         (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
8559         (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
8560         to denote a prefix of no events.
8561         `map-keymap' includes parent's bindings _recursively_.
8562         Clarify and correct description of `where-is-internal'.
8563         Mention BUFFER-OR-NAME arg to `describe-bindings'.
8564         (Menu Example): For menus intended for use with the keyboard, the
8565         menu items should be bound to characters or real function keys.
8567 2004-08-08  Luc Teirlinck  <teirllm@auburn.edu>
8569         * objects.texi (Character Type): Reposition `@anchor' to prevent
8570         double space inside sentence in Info.
8572         * hooks.texi (Standard Hooks): `disabled-command-hook' has been
8573         renamed to `disabled-command-function'.
8574         * commands.texi (Key Sequence Input): Remove unnecessary anchor.
8575         (Command Loop Info): Replace reference to it.
8576         (Disabling Commands): `disabled-command-hook' has been renamed to
8577         `disabled-command-function'.
8579 2004-08-07  Luc Teirlinck  <teirllm@auburn.edu>
8581         * os.texi (Translating Input): Only non-prefix bindings in
8582         `key-translation-map' override actual key bindings.  Warn about
8583         possible indirect effect of actual key bindings on non-prefix
8584         bindings in `key-translation-map'.
8586 2004-08-06  Luc Teirlinck  <teirllm@auburn.edu>
8588         * minibuf.texi (High-Level Completion): Add anchor for definition
8589         of `read-variable'.
8591         * commands.texi: Various changes in addition to:
8592         (Using Interactive): Clarify description of `interactive-form'.
8593         (Interactive Call): Mention default for KEYS argument to
8594         `call-interactively'.
8595         (Command Loop Info): Clarify description of `this-command-keys'.
8596         Mention KEEP-RECORD argument to `clear-this-command-keys'.
8597         Value of `last-event-frame' can be `macro'.
8598         (Repeat Events): `double-click-fuzz' is also used to distinguish
8599         clicks and drags.
8600         (Classifying Events): Clarify descriptions of `event-modifiers'
8601         `event-basic-type' and `event-convert-list'.
8602         (Accessing Events): `posn-timestamp' takes POSITION argument.
8603         (Quoted Character Input): Clarify description of
8604         `read-quoted-char' and fix example.
8605         (Quitting): Add `with-local-quit'.
8606         (Disabling Commands): Correct and clarify descriptions of
8607         `enable-command' and `disable-command'.
8608         Mention what happens if `disabled-command-hook' is nil.
8609         (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
8610         Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
8612 2004-07-24  Luc Teirlinck  <teirllm@auburn.edu>
8614         * frames.texi: Various changes in addition to:
8615         (Creating Frames): Expand and clarify description of `make-frame'.
8616         (Window Frame Parameters): Either none or both of the `icon-left'
8617         and `icon-top' parameters must be specified.  Put descriptions of
8618         `menu-bar-lines' and `toolbar-lines' closer together and change
8619         them accordingly.
8620         (Frame Titles): `multiple-frames' is not guaranteed to be accurate
8621         except while processing `frame-title-format' or `icon-title-format'.
8622         (Deleting Frames): Correct description of `delete-frame'.
8623         Non-nil return values of `frame-live-p' are like those of `framep'.
8624         (Frames and Windows): Mention return value of
8625         `set-frame-selected-window'.
8626         (Visibility of Frames): Mention `force' argument to
8627         `make-frame-invisible'.  `frame-visible-p' returns t for all
8628         frames on text-only terminals.
8629         (Frame Configurations): Restoring a frame configuration does not
8630         restore deleted frames.
8631         (Window System Selections): `x-set-selection' returns DATA.
8632         (Resources): Add example.
8633         (Display Feature Testing): Clarify descriptions of
8634         `display-pixel-height', `display-pixel-width', `x-server-version'
8635         and `x-server-vendor'.
8637         * windows.texi (Choosing Window): Add anchor.
8638         * minibuf.texi (Minibuffer Misc): Add anchor.
8640 2004-07-23  John Paul Wallington  <jpw@gnu.org>
8642         * macros.texi (Defining Macros): Declaration keyword for setting
8643         Edebug spec is `debug' not `edebug'.
8645 2004-07-19  Luc Teirlinck  <teirllm@auburn.edu>
8647         * windows.texi: Various small changes in addition to:
8648         (Window Point): Mention return value of `set-window-point'.
8649         (Window Start): `pos-visible-in-window-p' disregards horizontal
8650         scrolling.  Explain return value if PARTIALLY is non-nil.
8651         (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
8652         and `set-window-vscroll'.
8653         (Size of Window): The argument WINDOW to `window-inside-edges',
8654         `window-pixel-edges' and `window-inside-pixel-edges' is optional.
8655         (Resizing Windows): Explain return value of
8656         `shrink-window-if-larger-than-buffer'.
8657         `window-size-fixed' automatically becomes buffer local when set.
8658         (Window Configurations): Explain return value of
8659         `set-window-configuration'.
8661         * minibuf.texi (Minibuffer Misc): Add anchor for
8662         `minibuffer-scroll-window'.
8664         * positions.texi (Text Lines): Add anchor for `count-lines'.
8666 2004-07-17  Richard M. Stallman  <rms@gnu.org>
8668         * display.texi (Overlay Properties): Adding `evaporate' prop
8669         deletes empty overlay immediately.
8671         * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
8672         fix example.
8674 2004-07-16  Jim Blandy  <jimb@redhat.com>
8676         * searching.texi (Regexp Backslash): Document new \_< and \_>
8677         operators.
8679 2004-07-16  Juanma Barranquero  <lektu@terra.es>
8681         * display.texi (Images): Fix Texinfo usage.
8683 2004-07-14  Luc Teirlinck  <teirllm@auburn.edu>
8685         * buffers.texi (Modification Time): `visited-file-modtime' now
8686         returns a list of two integers, instead of a cons.
8688 2004-07-13  Luc Teirlinck  <teirllm@auburn.edu>
8690         * windows.texi: Various changes in addition to:
8691         (Splitting Windows): Add `split-window-keep-point'.
8693 2004-07-09  Richard M. Stallman  <rms@gnu.org>
8695         * frames.texi (Input Focus): Minor fix.
8697 2004-07-07  Luc Teirlinck  <teirllm@auburn.edu>
8699         * frames.texi (Input Focus): Clarify descriptions of
8700         `select-frame-set-input-focus' and `select-frame'.
8702 2004-07-06  Luc Teirlinck  <teirllm@auburn.edu>
8704         * os.texi: Various small changes in addition to:
8705         (Killing Emacs): Expand and clarify description of
8706         `kill-emacs-query-functions' and `kill-emacs-hook'.
8707         (System Environment): Expand and clarify description of `getenv'
8708         and `setenv'.
8709         (Timers): Clarify description of `run-at-time'.
8710         (Translating Input): Correct description of
8711         `extra-keyboard-modifiers'.
8712         (Flow Control): Correct description of `enable-flow-control'.
8714 2004-07-06  Thien-Thi Nguyen  <ttn@gnu.org>
8716         * os.texi: Update copyright.
8717         (Session Management): Grammar fix.
8718         Clarify which Emacs does the restarting.
8719         Use @samp for *scratch* buffer.
8721 2004-07-04  Alan Mackenzie  <acm@muc.de>
8723         * frames.texi (Input Focus): Add documentation for
8724         `select-frame-set-input-focus'.  Replace refs to non-existent
8725         `switch-frame' with `select-frame'.  Minor corrections and tidying
8726         up of text-only terminal stuff.
8728 2004-07-02  Richard M. Stallman  <rms@gnu.org>
8730         * files.texi (Saving Buffers): Cleanup write-contents-function.
8731         (Magic File Names): Cleanup file-remote-p.
8733 2004-07-02  Kai Großjohann  <kai@emptydomain.de>
8735         * files.texi (Magic File Names): `file-remote-p' returns an
8736         identifier of the remote system, not just t.
8738 2004-07-02  David Kastrup  <dak@gnu.org>
8740         * searching.texi (Entire Match Data): Add explanation about new
8741         match-data behavior when @var{integers} is non-nil.
8743 2004-06-24  Richard M. Stallman  <rms@gnu.org>
8745         * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
8747         * customize.texi (Variable Definitions): Note about doc strings
8748         and :set.
8750         * keymaps.texi (Keymap Terminology): Document `kbd'.
8751         (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
8753         * display.texi (Invisible Text): Setting buffer-invisibility-spec
8754         makes it buffer-local.
8756         * files.texi (Saving Buffers): Correct previous change.
8758         * commands.texi (Accessing Events):
8759         Clarify posn-col-row and posn-actual-col-row.
8761 2004-06-24  David Ponce  <david.ponce@wanadoo.fr>
8763         * commands.texi (Accessing Events): New functions
8764         posn-at-point and posn-at-x-y.  Add example to posn-x-y.
8766 2004-06-23  Luc Teirlinck  <teirllm@auburn.edu>
8768         * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
8769         * frames.texi, buffers.texi, backups.texi, variables.texi:
8770         * loading.texi, eval.texi, functions.texi, control.texi:
8771         * symbols.texi, minibuf.texi: Reposition @anchor's.
8773         * help.texi: Various small changes in addition to the following.
8774         (Describing Characters): Describe PREFIX argument to
8775         `key-description'.  Correct and clarify definition of
8776         `text-char-description'.  Describe NEED-VECTOR argument to
8777         `read-kbd-macro'.
8778         (Help Functions): Clarify definition of `apropos'.
8780 2004-06-23  Lars Hansen  <larsh@math.ku.dk>
8782         * files.texi (Saving Buffers): Correct description of
8783         `write-contents-functions'.
8785 2004-06-21  Juanma Barranquero  <lektu@terra.es>
8787         * display.texi (Images): Remove redundant @vindex directives.
8788         Rewrite `image-library-alist' doc in active voice.
8790 2004-06-14  Juanma Barranquero  <lektu@terra.es>
8792         * display.texi (Images): Document new delayed library loading,
8793         variable `image-library-alist' and (existing but undocumented)
8794         function `image-type-available-p'.
8796 2004-06-05  Richard M. Stallman  <rms@gnu.org>
8798         * minibuf.texi (Minibuffer Completion): For INITIAL arg,
8799         refer the user to the Initial Input node.
8800         (Text from Minibuffer): Likewise.
8801         (Initial Input): New node.  Document this feature
8802         and say it is mostly deprecated.
8804 2004-05-30  Richard M. Stallman  <rms@gnu.org>
8806         * loading.texi (Named Features): Clarify return value
8807         and meaning of NOERROR.
8809         * variables.texi (File Local Variables): Minor cleanup.
8811 2004-05-30  Michael Albinus  <michael.albinus@gmx.de>
8813         * files.texi (Magic File Names): Add `file-remote-p' as operation
8814         of file name handlers.
8816 2004-05-29  Richard M. Stallman  <rms@gnu.org>
8818         * modes.texi (Minor Mode Conventions): (-) has no special meaning
8819         as arg to a minor mode command.
8821 2004-05-22  Richard M. Stallman  <rms@gnu.org>
8823         * syntax.texi (Syntax Class Table): Word syntax not just for English.
8825         * streams.texi (Output Variables): Doc float-output-format.
8827         * searching.texi (Regexp Special): Nested repetition can be infloop.
8829         * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
8830         real stack overflow.
8832         * compile.texi: Minor cleanups.
8834 2004-05-22  Luc Teirlinck  <teirllm@dms.auburn.edu>
8836         * lists.texi (Cons Cells): Explain dotted lists, true lists,
8837         circular lists.
8838         (List Elements): Explain handling of circular and dotted lists.
8840 2004-05-19  Thien-Thi Nguyen  <ttn@gnu.org>
8842         * modes.texi (Search-based Fontification): Fix typo.
8844 2004-05-10  Juanma Barranquero  <lektu@terra.es>
8846         * modes.texi (Mode Line Variables): Fix description of
8847         global-mode-string, which is now after which-func-mode, not the
8848         buffer name.
8850 2004-05-07  Lars Hansen  <larsh@math.ku.dk>
8852         * modes.texi (Desktop Save Mode): Add.
8853         (Modes): Add menu entry Desktop Save Mode.
8855         * hooks.texi: Add desktop-after-read-hook,
8856         desktop-no-desktop-file-hook and desktop-save-hook.
8858         * locals.texi: Add desktop-save-buffer.
8860 2004-04-30  Jesper Harder  <harder@ifa.au.dk>
8862         * display.texi: emacs -> Emacs.
8864 2004-04-27  Matthew Mundell  <matt@mundell.ukfsn.org>
8866         * files.texi (Changing Files): Document set-file-times.
8868 2004-04-23  Juanma Barranquero  <lektu@terra.es>
8870         * makefile.w32-in: Add "-*- makefile -*-" mode tag.
8872 2004-04-18  Jesper Harder  <harder@ifa.au.dk>
8874         * tips.texi (Coding Conventions): defopt -> defcustom.
8876 2004-04-16  Luc Teirlinck  <teirllm@auburn.edu>
8878         * sequences.texi: Various clarifications.
8880 2004-04-14  Luc Teirlinck  <teirllm@auburn.edu>
8882         * buffers.texi (Read Only Buffers): Mention optional ARG to
8883         `toggle-read-only'.
8885 2004-04-14  Nick Roberts  <nick@nick.uklinux.net>
8887         * windows.texi (Selecting Windows): Note that get-lru-window
8888         returns a full-width window if possible.
8890 2004-04-13  Luc Teirlinck  <teirllm@auburn.edu>
8892         * buffers.texi: Various changes in addition to:
8893         (Buffer File Name): Add `find-buffer-visiting'.
8894         (Buffer Modification): Mention optional ARG to `not-modified'.
8895         (Indirect Buffers): Mention optional CLONE argument to
8896         `make-indirect-buffer'.
8898         * files.texi: Various changes in addition to:
8899         (Visiting Functions): `find-file-hook' is now a normal hook.
8900         (File Name Expansion): Explain difference between the way that
8901         `expand-file-name' and `file-truename' treat `..'.
8902         (Contents of Directories): Mention optional ID-FORMAT argument to
8903         `directory-files-and-attributes'.
8904         (Format Conversion): Mention new optional CONFIRM argument to
8905         `format-write-file'.
8907 2004-04-12  Miles Bader  <miles@gnu.org>
8909         * macros.texi (Expansion): Add description of `macroexpand-all'.
8911 2004-04-05  Jesper Harder  <harder@ifa.au.dk>
8913         * variables.texi (Variable Aliases):
8914         Mention cyclic-variable-indirection.
8916         * errors.texi (Standard Errors): Ditto.
8918 2004-04-04  Luc Teirlinck  <teirllm@auburn.edu>
8920         * backups.texi: Various small changes in addition to:
8921         (Making Backups): Mention return value of `backup-buffer'.
8922         (Auto-Saving): Mention optional FORCE argument to
8923         `delete-auto-save-file-if-necessary'.
8924         (Reverting): Mention optional PRESERVE-MODES argument to
8925         `revert-buffer'.  Correct description of `revert-buffer-function'.
8927 2004-03-22  Juri Linkov  <juri@jurta.org>
8929         * sequences.texi (Sequence Functions): Replace xref to `Vectors'
8930         with `Vector Functions'.
8932         * text.texi (Sorting): Add missing quote.
8934 2004-03-14  Luc Teirlinck  <teirllm@auburn.edu>
8936         * intro.texi (Lisp History): Replace xref to `cl' manual with
8937         inforef.
8939 2004-03-12  Richard M. Stallman  <rms@gnu.org>
8941         * intro.texi (Version Info): Add arg to emacs-version.
8942         (Lisp History): Change xref to CL manual.
8944 2004-03-09  Luc Teirlinck  <teirllm@auburn.edu>
8946         * minibuf.texi (Completion Commands): Add xref to Emacs manual
8947         for Partial Completion mode.
8949 2004-03-07  Thien-Thi Nguyen  <ttn@gnu.org>
8951         * customize.texi: Fix typo.  Remove eol whitespace.
8953 2004-03-04  Richard M. Stallman  <rms@gnu.org>
8955         * processes.texi: Fix typos.
8957         * lists.texi (Building Lists): Minor clarification.
8959         * hash.texi (Creating Hash): Correct the meaning of t for WEAK
8960         in make-hash-table.
8962 2004-02-29  Juanma Barranquero  <lektu@terra.es>
8964         * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
8965         rm, and ignore exit code.
8967 2004-02-27  Dan Nicolaescu  <dann@ics.uci.edu>
8969         * display.texi (Defining Faces): Add description for min-colors.
8970         Update example.
8972 2004-02-23  Luc Teirlinck  <teirllm@auburn.edu>
8974         * abbrevs.texi: Various corrections and clarifications in addition
8975         to the following:
8976         (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
8978 2004-02-22  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
8980         * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
8982 2004-02-21  Luc Teirlinck  <teirllm@auburn.edu>
8984         * text.texi: Various small changes in addition to the following:
8985         (User-Level Deletion): Mention optional BACKWARD-ONLY argument
8986         to delete-horizontal-space.
8987         (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
8988         description of yank-handler text property at various places.
8990         * frames.texi (Window System Selections): Add anchor.
8992         * syntax.texi (Syntax Table Functions): Clarify and correct
8993         descriptions of make-syntax-table and copy-syntax-table.
8994         (Motion and Syntax): Clarify SYNTAXES argument to
8995         skip-syntax-forward.
8996         (Parsing Expressions): Mention that the return value of
8997         parse-partial-sexp is currently a list of ten rather than nine
8998         elements.
8999         (Categories): Various corrections and clarifications.
9001 2004-02-17  Luc Teirlinck  <teirllm@auburn.edu>
9003         * markers.texi (Marker Insertion Types): Minor change.
9005         * locals.texi (Standard Buffer-Local Variables):
9006         * commands.texi (Interactive Codes, Using Interactive):
9007         * functions.texi (Related Topics): Fix xrefs.
9009 2004-02-16  Luc Teirlinck  <teirllm@auburn.edu>
9011         * lists.texi (Sets And Lists): Update description of delete-dups.
9013 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
9015         * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
9017 2004-02-16  Jan Djärv  <jan.h.d@swipnet.se>
9019         * frames.texi (Parameter Access): frame-parameters arg is optional.
9020         modify-frame-parameters handles nil for FRAME.
9021         (Window Frame Parameters): menu-bar-lines and tool-bar-lines
9022         are all-or-nothing for certain toolkits.
9023         Mention parameter wait-for-wm.
9024         (Frames and Windows): In frame-first-window and frame-selected-window
9025         the arg is optional.
9026         (Input Focus): In redirect-frame-focus the second arg is optional.
9027         (Window System Selections): Mention selection type CLIPBOARD.
9028         Mention data-type UTF8_STRING.
9029         Mention numbering of cut buffers.
9030         (Resources): Describe x-resource-name.
9032 2004-02-16  Richard M. Stallman  <rms@gnu.org>
9034         * windows.texi (Buffers and Windows): Delete false table
9035         about all-frames.
9037         * syntax.texi (Parsing Expressions): Delete old caveat
9038         about parse-sexp-ignore-comments.
9040         * streams.texi (Output Variables): Add print-quoted.
9042         * lists.texi (Building Lists): Minor cleanup.
9044         * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
9046         * display.texi (Overlays): Explain overlays use markers.
9047         (Managing Overlays): Explain front-advance and rear-advance
9048         in more detail.
9050         * loading.texi (Unloading): Document unload-feature-special-hooks.
9051         Get rid of fns-NNN.el file.
9053 2004-02-16  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
9055         * help.texi (Describing Characters): Fix text-char-description
9056         example output.
9058         * edebug.texi (Using Edebug): Fix example.
9060         * debugging.texi (Internals of Debugger): Fix return value.
9062         * files.texi (Changing Files): Fix argname.
9064         * calendar.texi: Fix parens, and default values.
9066         * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
9067         * nonascii.texi, objects.texi, os.texi: Minor fixes.
9068         * searching.texi, text.texi, tips.texi, windows.texi: Minor fixes.
9070         * positions.texi (Text Lines): Don't add -1 in current-line.
9072 2004-02-16  Richard M. Stallman  <rms@gnu.org>
9074         * compile.texi (Compiler Errors): if-boundp feature applies to cond.
9076 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
9078         * processes.texi (Low-Level Network): Fix a typo.
9080 2004-02-12  Kim F. Storm  <storm@cua.dk>
9082         * display.texi (Fringes): Use consistent wording.
9083         Note that window-fringe's window arg is optional.
9084         (Scroll Bars): Use consistent wording.
9086 2004-02-11  Luc Teirlinck  <teirllm@auburn.edu>
9088         * tips.texi (Comment Tips): Document the new conventions for
9089         commenting out code.
9091 2004-02-07  Jan Djärv  <jan.h.d@swipnet.se>
9093         * positions.texi (Text Lines): Add missing end defun.
9095 2004-02-07  Kim F. Storm  <storm@cua.dk>
9097         * positions.texi (Text Lines): Add line-number-at-pos.
9099 2004-02-06  John Paul Wallington  <jpw@gnu.org>
9101         * display.texi (Button Properties, Button Buffer Commands):
9102         mouse-2 invokes button, not down-mouse-1.
9104 2004-02-04  Jason Rumney  <jasonr@gnu.org>
9106         * makefile.w32-in: Sync with Makefile.in changes.
9108 2004-02-03  Luc Teirlinck  <teirllm@auburn.edu>
9110         * minibuf.texi (Text from Minibuffer): Various corrections and
9111         clarifications.
9112         (Object from Minibuffer): Correct Lisp description of
9113         read-minibuffer.
9114         (Minibuffer History): Clarify description of cons values for
9115         HISTORY arguments.
9116         (Basic Completion): Various corrections and clarifications.
9117         Add completion-regexp-list.
9118         (Minibuffer Completion): Correct and clarify description of
9119         completing-read.
9120         (Completion Commands): Mention Partial Completion mode.
9121         Various other minor changes.
9122         (High-Level Completion): Various corrections and clarifications.
9123         (Reading File Names): Ditto.
9124         (Minibuffer Misc): Ditto.
9126 2004-01-26  Luc Teirlinck  <teirllm@auburn.edu>
9128         * strings.texi (Text Comparison): assoc-string also matches
9129         elements of alists that are strings instead of conses.
9130         (Formatting Strings): Standardize Texinfo usage.  Update index
9131         entries.
9133 2004-01-20  Luc Teirlinck  <teirllm@auburn.edu>
9135         * lists.texi (Sets And Lists): Add delete-dups.
9137 2004-01-15  Luc Teirlinck  <teirllm@auburn.edu>
9139         * edebug.texi (Instrumenting Macro Calls): `declare' is not a
9140         special form.
9141         * macros.texi (Defining Macros): Update description of `declare',
9142         which now is a macro.
9143         (Wrong Time): Fix typos.
9145 2004-01-14  Luc Teirlinck  <teirllm@auburn.edu>
9147         * compile.texi (Compilation Functions): Expand descriptions of
9148         `compile-defun', `byte-compile-file', `byte-recompile-directory'
9149         and `batch-byte-compile'.  In particular, mention and describe
9150         all optional arguments.
9151         (Disassembly): Correct and clarify the description of `disassemble'.
9153 2004-01-11  Luc Teirlinck  <teirllm@auburn.edu>
9155         * searching.texi: Various small changes in addition to the
9156         following.
9157         (Regexp Example): Adapt to new value of `sentence-end'.
9158         (Regexp Functions): The PAREN argument to `regexp-opt' can be
9159         `words'.
9160         (Search and Replace): Add usage note for `perform-replace'.
9161         (Entire Match Data): Mention INTEGERS and REUSE arguments to
9162         `match-data'.
9163         (Standard Regexps): Update for new values of `paragraph-start'
9164         and `sentence-end'.
9166 2004-01-07  Luc Teirlinck  <teirllm@auburn.edu>
9168         * files.texi (Saving Buffers): Clarify descriptions of
9169         `write-contents-functions' and `before-save-hook'.
9170         Make the defvar's for `before-save-hook' and `after-save-hook'
9171         into defopt's.
9173 2004-01-07  Kim F. Storm  <storm@cua.dk>
9175         * commands.texi (Click Events): Describe new image and
9176         width/height elements of click events.
9177         (Accessing Events): Add posn-string, posn-image, and
9178         posn-object-width-height.  Change posn-object to return either
9179         image or string object.
9181 2004-01-01  Simon Josefsson  <jas@extundo.com>
9183         * hooks.texi (Standard Hooks): Add before-save-hook.
9184         * files.texi (Saving Buffers): Likewise.
9186 2004-01-03  Richard M. Stallman  <rms@gnu.org>
9188         * frames.texi (Frames and Windows): Delete frame-root-window.
9190 2004-01-03  Luc Teirlinck  <teirllm@auburn.edu>
9192         * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
9194         * functions.texi: Various small changes in addition to the
9195         following.
9196         (What Is a Function): `functionp' returns nil for macros.
9197         Clarify behavior of this and following functions for symbol arguments.
9198         (Function Documentation): Add `\' in front of (fn @var{arglist})
9199         and explain why.
9200         (Defining Functions): Mention DOCSTRING argument to `defalias'.
9201         Add anchor.
9202         (Mapping Functions): Add anchor.  Unquote nil in mapcar* example.
9204 2004-01-01  Miles Bader  <miles@gnu.org>
9206         * display.texi (Buttons): New section.
9208 2003-12-31  Andreas Schwab  <schwab@suse.de>
9210         * numbers.texi (Math Functions): sqrt reports a domain-error
9211         error.
9212         (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
9214 2003-12-30  Luc Teirlinck  <teirllm@auburn.edu>
9216         * tips.texi (Documentation Tips): Update item on hyperlinks in
9217         documentation strings.
9219         * errors.texi (Standard Errors): Various small corrections and
9220         additions.
9222         * control.texi: Various small changes in addition to the
9223         following.
9224         (Signaling Errors): Provide some more details on how `signal'
9225         constructs the error message.  Add anchor to the definition of
9226         `signal'.
9227         (Error Symbols): Describe special treatment of `quit'.
9228         (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
9229         to emphasize that it has to be a single form.
9231         * buffers.texi: Add anchor.
9233 2003-12-29  Richard M. Stallman  <rms@gnu.org>
9235         * windows.texi (Choosing Window): Add same-window-p, special-display-p.
9236         (Window Configurations): Add window-configuration-frame.
9238         * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
9240         * text.texi (Examining Properties): Add get-char-property-and-overlay.
9241         Change arg name in get-char-property.
9242         (Special Properties): Update handling of keymap property.
9244         * strings.texi (Modifying Strings): Add clear-string.
9245         (Text Comparison): Add assoc-string and remove
9246         assoc-ignore-case, assoc-ignore-representation.
9248         * os.texi (Time of Day): Add set-time-zone-rule.
9250         * numbers.texi (Math Functions): asin, acos, log, log10
9251         report domain-error errors.
9253         * nonascii.texi (Converting Representations):
9254         Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
9255         (Encoding and I/O): Add file-name-coding-system.
9257         * modes.texi (Search-based Fontification): Explain that
9258         face specs are symbols with face names as values.
9260         * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
9262         * lists.texi (Building Lists): remq moved elsewhere.
9263         (Sets And Lists): remq moved here.
9264         (Association Lists): Refer to assoc-string.
9266         * internals.texi (Garbage Collection): Add memory-use-counts.
9268         * frames.texi (Frames and Windows): Add set-frame-selected-window
9269         and frame-root-window.
9271         * files.texi (Contents of Directories):
9272         Add directory-files-and-attributes.
9274         * display.texi (Refresh Screen): Add force-window-update.
9275         (Invisible Text): Explain about moving point out of invis text.
9276         (Overlay Properties): Add overlay-properties.
9277         (Managing Overlays): Add overlayp.
9278         (GIF Images): Invalid image number displays a hollow box.
9280         * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
9281         (Killing Buffers): Add buffer-live-p.
9283 2003-12-25  Markus Rost  <rost@mathematik.uni-bielefeld.de>
9285         * display.texi (Fringes): Fix typo "set-buffer-window".
9287 2003-12-24  Luc Teirlinck  <teirllm@auburn.edu>
9289         * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
9290         * nonascii.texi, processes.texi, tips.texi, variables.texi:
9291         Add or change various xrefs and anchors.
9293         * commands.texi: Replace all occurrences of @acronym{CAR} with
9294         @sc{car}, for consistency with the rest of the Elisp manual.
9295         `car' and `cdr' are historically acronyms, but are no longer
9296         widely thought of as such.
9298         * internals.texi (Pure Storage): Mention that `purecopy' does not
9299         copy text properties.
9300         (Object Internals): Now 29 bits are used (in most implementations)
9301         to address Lisp objects.
9303         * variables.texi (Variables with Restricted Values): New node.
9305         * objects.texi (Lisp Data Types): Mention that certain variables
9306         can only take on a restricted set of values and add an xref to
9307         the new node "Variables with Restricted Values".
9309         * eval.texi (Function Indirection): Describe the errors that
9310         `indirect-function' can signal.
9311         (Eval): Clarify the descriptions of `eval-region' and `values'.
9312         Describe `eval-buffer' instead of `eval-current-buffer' and
9313         mention `eval-current-buffer' as an alias for `current-buffer'.
9314         Correct the description and mention all optional arguments.
9316         * nonascii.texi: Various small changes in addition to the
9317         following.
9318         (Converting Representations): Clarify behavior of
9319         `string-make-multibyte' and `string-to-multibyte' for unibyte all
9320         ASCII arguments.
9321         (Character Sets): Document the variable `charset-list' and adapt
9322         the definition of the function `charset-list' accordingly.
9323         (Translation of Characters): Clarify use of generic characters in
9324         `make-translation-table'.  Clarify and correct the description of
9325         the use of translation tables in encoding and decoding.
9326         (User-Chosen Coding Systems): Correct and clarify the description
9327         of `select-safe-coding-system'.
9328         (Default Coding Systems): Clarify description of
9329         `file-coding-system-alist'.
9331 2003-11-30  Luc Teirlinck  <teirllm@auburn.edu>
9333         * strings.texi (Text Comparison): Correctly describe when two
9334         strings are `equal'.  Combine and clarify descriptions of
9335         `assoc-ignore-case' and `assoc-ignore-representation'.
9337         * objects.texi (Non-ASCII in Strings): Clarify description of
9338         when a string is unibyte or multibyte.
9339         (Bool-Vector Type): Update examples.
9340         (Equality Predicates): Correctly describe when two strings are
9341         `equal'.
9343 2003-11-29  Luc Teirlinck  <teirllm@auburn.edu>
9345         * lists.texi (Building Lists): `append' no longer accepts integer
9346         arguments.  Update the description of `number-sequence' to reflect
9347         recent changes.
9348         (Sets And Lists): Describe `member-ignore-case' after `member'.
9350 2003-11-27  Kim F. Storm  <storm@cua.dk>
9352         * commands.texi (Click Events): Click object may be an images.
9353         Describe (dx . dy) element of click positions.
9354         (Accessing Events): Remove duplicate posn-timestamp.
9355         New functions posn-object and posn-object-x-y.
9357 2003-11-23  Kim F. Storm  <storm@cua.dk>
9359         * commands.texi (Click Events): Describe enhancements to event
9360         position lists, including new text-pos and (col . row) items.
9361         Mention left-fringe and right-fringe area events.
9362         (Accessing Events): New functions posn-area and
9363         posn-actual-col-row.  Mention posn-timestamp.  Mention that
9364         posn-point in non-text area still returns buffer position.
9365         Clarify posn-col-row.
9367 2003-11-21  Lars Hansen  <larsh@math.ku.dk>
9369         * files.texi (File Attributes): Describe new parameter ID-FORMAT.
9370         * anti.texi (File Attributes): Describe removed parameter
9371         ID-FORMAT.
9373 2003-11-20  Luc Teirlinck  <teirllm@auburn.edu>
9375         * positions.texi (Positions): Mention that, if a marker is used as
9376         a position, its buffer is ignored.
9378         * markers.texi (Overview of Markers): Mention it here too.
9380 2003-11-12  Luc Teirlinck  <teirllm@auburn.edu>
9382         * numbers.texi (Numeric Conversions): Not just `floor', but also
9383         `truncate', `ceiling' and `round' accept optional argument DIVISOR.
9385 2003-11-10  Luc Teirlinck  <teirllm@auburn.edu>
9387         * markers.texi (Creating Markers): Specify insertion type of
9388         created markers.  Add xref to `Marker Insertion Types'.
9389         Second argument to `copy-marker' is optional.
9390         (Marker Insertion Types): Mention that most markers are created
9391         with insertion type nil.
9392         (The Mark): Correctly describe when `mark' signals an error.
9393         (The Region): Correctly describe when `region-beginning' and
9394         `region-end' signal an error.
9396 2003-11-08  Luc Teirlinck  <teirllm@auburn.edu>
9398         * hash.texi (Creating Hash): Clarify description of `eql'.
9399         `makehash' is obsolete.
9400         (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
9402         * positions.texi (Point): Change description of `buffer-end', so
9403         that it is also correct for floating point arguments.
9404         (List Motion): Correct argument lists of `beginning-of-defun' and
9405         `end-of-defun'.
9406         (Excursions): Add xref to `Marker Insertion Types'.
9407         (Narrowing): Argument to `narrow-to-page' is optional.
9409 2003-11-06  Luc Teirlinck  <teirllm@auburn.edu>
9411         * streams.texi (Output Streams): Clarify behavior of point for
9412         marker output streams.
9414 2003-11-04  Luc Teirlinck  <teirllm@auburn.edu>
9416         * variables.texi (Defining Variables): Second argument to
9417         `defconst' is not optional.
9418         (Setting Variables): Mention optional argument APPEND to
9419         `add-to-list'.
9420         (Creating Buffer-Local): Expand description of
9421         `make-variable-buffer-local'.
9422         (Frame-Local Variables): Expand description of
9423         `make-variable-frame-local'.
9424         (Variable Aliases): Correct description of optional argument
9425         DOCSTRING to `defvaralias'.  Mention return value of
9426         `defvaralias'.
9427         (File Local Variables): Add xref to `File variables' in Emacs
9428         Manual.  Correct description of `hack-local-variables'.  Mention
9429         `safe-local-variable' property.  Mention optional second argument
9430         to `risky-local-variable-p'.
9432 2003-11-03  Luc Teirlinck  <teirllm@auburn.edu>
9434         * symbols.texi (Symbol Plists): Mention return value of `setplist'.
9436 2003-11-02  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
9438         * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
9439         lispref/customize.texi, lispref/display.texi, lispref/files.texi,
9440         lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
9441         lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
9442         lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
9443         lispref/processes.texi, lispref/searching.texi,
9444         lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
9445         lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
9446         @acronym{FOO}.
9448 2003-10-27  Luc Teirlinck  <teirllm@auburn.edu>
9450         * strings.texi (Creating Strings): Argument START to `substring'
9451         can not be `nil'.  Expand description of
9452         `substring-no-properties'.  Correct description of `split-string',
9453         especially with respect to empty matches.  Prevent very bad line
9454         break in definition of `split-string-default-separators'.
9455         (Text Comparison): `string=' and `string<' also accept symbols as
9456         arguments.
9457         (String Conversion): More completely describe argument BASE in
9458         `string-to-number'.
9459         (Formatting Strings): `%s' and `%S' in `format' do require
9460         corresponding object.  Clarify behavior of numeric prefix after
9461         `%' in `format'.
9462         (Case Conversion): The argument to `upcase-initials' can be a
9463         character.
9465 2003-10-27  Kenichi Handa  <handa@m17n.org>
9467         * display.texi (Fontsets): Fix texinfo usage.
9469 2003-10-25  Kenichi Handa  <handa@m17n.org>
9471         * display.texi (Fontsets): Add description of the function
9472         set-fontset-font.
9474 2003-10-23  Luc Teirlinck  <teirllm@auburn.edu>
9476         * display.texi (Temporary Displays): Add xref to `Documentation
9477         Tips'.
9479         * functions.texi (Function Safety): Use inforef instead of pxref
9480         for SES.
9482 2003-10-23  Andreas Schwab  <schwab@suse.de>
9484         * Makefile.in (TEX, texinputdir): Don't define.
9485         (TEXI2DVI): Define.
9486         (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
9487         add $(srcdir)/index.texi.
9488         ($(infodir)/elisp): Remove index.texi dependency.
9489         (elisp.dvi): Likewise.  Use $(TEXI2DVI).
9490         (index.texi): Remove target.
9491         (dist): Don't link $(srcdir)/permute-index.
9492         (clean): Don't remove index.texi.
9494         * permute-index, index.perm: Remove.
9495         * index.texi: Rename from index.unperm.
9497 2003-10-22  Luc Teirlinck  <teirllm@auburn.edu>
9499         * tips.texi (Documentation Tips): Document new behavior for face
9500         and variable hyperlinks in Help mode.
9502 2003-10-21  Luc Teirlinck  <teirllm@auburn.edu>
9504         * objects.texi (Integer Type): Update for extra bit of integer range.
9505         (Character Type): Ditto.
9507 2003-10-16  Eli Zaretskii  <eliz@gnu.org>
9509         * numbers.texi (Integer Basics): Add index entries for reading
9510         numbers in hex, octal, and binary.
9512 2003-10-16  Lute Kamstra  <lute@gnu.org>
9514         * modes.texi (Mode Line Format): Mention force-mode-line-update's
9515         argument.
9517 2003-10-13  Luc Teirlinck  <teirllm@auburn.edu>
9519         * windows.texi (Choosing Window): Fix typo.
9520         * edebug.texi (Edebug Execution Modes): Fix typo.
9522 2003-10-13  Richard M. Stallman  <rms@gnu.org>
9524         * windows.texi (Basic Windows): A window has fringe settings,
9525         display margins and scroll-bar settings.
9526         (Splitting Windows): Doc split-window return value.
9527         Clean up one-window-p.
9528         (Selecting Windows): Fix typo.
9529         (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
9530         (Buffers and Windows): In set-window-buffer, explain effect
9531         on fringe settings and scroll bar settings.
9532         (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
9533         (Choosing Window): Use defopt for pop-up-frame-function.
9534         For special-display-buffer-names, explain same-window and same-frame.
9535         Clarify window-dedicated-p return value.
9536         (Textual Scrolling): scroll-up and scroll-down can get an error.
9537         (Horizontal Scrolling): Clarify auto-hscroll-mode.
9538         Clarify set-window-hscroll.
9539         (Size of Window): Don't mention tool bar in window-height.
9540         (Coordinates and Windows): Explain what coordinates-in-window-p
9541         returns for fringes and display margins.
9542         (Window Configurations): Explain saving fringes, etc.
9544         * tips.texi (Library Headers): Clean up Documentation.
9546         * syntax.texi (Parsing Expressions): Clean up forward-comment
9547         and parse-sexp-lookup-properties.
9549         * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
9551         * os.texi (System Environment): Clean up text for load-average errors.
9553         * modes.texi (Hooks): Don't explain local hook details at front.
9554         Clarify run-hooks and run-hook-with-args a little.
9555         Clean up add-hook and remove-hook.
9557         * edebug.texi (Edebug Execution Modes): Clarify t.
9558         Document edebug-sit-for-seconds.
9559         (Coverage Testing): Document C-x X = and =.
9560         (Instrumenting Macro Calls): Fix typo.
9561         (Specification List): Don't index the specification keywords.
9563 2003-10-10  Kim F. Storm  <storm@cua.dk>
9565         * processes.texi (Network): Introduce make-network-process.
9567 2003-10-09  Luc Teirlinck  <teirllm@auburn.edu>
9569         * tips.texi (Library Headers): Fix typo.
9571 2003-10-07  Juri Linkov  <juri@jurta.org>
9573         * modes.texi (Imenu): Mention imenu-create-index-function's
9574         default value.  Explain submenus better.
9576 2003-10-07  Lute Kamstra  <lute@gnu.org>
9578         * modes.texi (Faces for Font Lock): Fix typo.
9579         (Hooks): Explain how buffer-local hook variables can refer to
9580         global hook variables.
9581         Various minor clarifications.
9583 2003-10-06  Lute Kamstra  <lute@gnu.org>
9585         * tips.texi (Coding Conventions): Mention naming conventions for
9586         hooks.
9588 2003-10-05  Luc Teirlinck  <teirllm@auburn.edu>
9590         * loading.texi (Library Search): Correct default value of
9591         load-suffixes.
9592         (Named Features): Fix typo.
9594 2003-10-05  Richard M. Stallman  <rms@gnu.org>
9596         * loading.texi (Named Features): In `provide',
9597         say how to test for subfeatures.
9598         (Unloading): In unload-feature, use new var name
9599         unload-feature-special-hooks.
9601 2003-10-03  Lute Kamstra  <lute@gnu.org>
9603         * modes.texi (Major Mode Conventions): Mention third way to set up
9604         Imenu.
9605         (Imenu): A number of small fixes.
9606         Delete documentation of internal variable imenu--index-alist.
9607         Document the return value format of imenu-create-index-function
9608         functions.
9610 2003-09-30  Richard M. Stallman  <rms@gnu.org>
9612         * processes.texi (Network): Say what stopped datagram connections do.
9614         * lists.texi (Association Lists): Clarify `assq-delete-all'.
9616         * display.texi (Overlay Properties): Clarify `evaporate' property.
9618 2003-09-29  Lute Kamstra  <lute@gnu.org>
9620         * modes.texi (Mode Line Data): Explain when symbols in mode-line
9621         constructs should be marked as risky.
9622         Change cons cell into proper list.
9623         (Mode Line Variables): Change cons cell into proper list.
9625 2003-09-26  Lute Kamstra  <lute@gnu.org>
9627         * modes.texi (Mode Line Data): Document the :propertize construct.
9628         (Mode Line Variables): Reorder the descriptions of the variables
9629         to match their order in the default mode-line-format.
9630         Describe the new variables mode-line-position and mode-line-modes.
9631         Update the default values of mode-line-frame-identification,
9632         minor-mode-alist, and default-mode-line-format.
9633         (Properties in Mode): Mention the :propertize construct.
9635 2003-09-26  Richard M. Stallman  <rms@gnu.org>
9637         * buffers.texi, commands.texi, debugging.texi, eval.texi:
9638         * loading.texi, minibuf.texi, text.texi, variables.texi:
9639         Avoid @strong{Note:}.
9641 2003-09-26  Richard M. Stallman  <rms@gnu.org>
9643         * keymaps.texi (Remapping Commands): Fix typo.
9645 2003-09-23  Luc Teirlinck  <teirllm@mail.auburn.edu>
9647         * processes.texi (Low-Level Network): Fix typo.
9649 2003-09-23  Kim F. Storm  <storm@cua.dk>
9651         * processes.texi (Network, Network Servers): Fix typos.
9652         (Low-Level Network): Add timeout value for :server keyword.
9653         Add new option keywords to make-network-process.
9654         Add set-network-process-options.
9655         Explain how to test availability of network options.
9657 2003-09-19  Richard M. Stallman  <rms@gnu.org>
9659         * text.texi (Motion by Indent): Arg to
9660         backward-to-indentation and forward-to-indentation is optional.
9662         * strings.texi (Creating Strings): Add substring-no-properties.
9664         * processes.texi
9665         (Process Information): Add list-processes arg QUERY-ONLY.
9666         Delete process-contact from here.
9667         Add new status values for process-status.
9668         Add process-get, process-put, process-plist, set-process-plist.
9669         (Synchronous Processes): Add call-process-shell-command.
9670         (Signals to Processes): signal-process allows process objects.
9671         (Network): Complete rewrite.
9672         (Network Servers, Datagrams, Low-Level Network): New nodes.
9674         * positions.texi (Word Motion): forward-word, backward-word
9675         arg is optional.  Reword.
9677         * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
9679         * variables.texi (Creating Buffer-Local):
9680         Delete duplicate definition of buffer-local-value.
9681         (File Local Variables): Explain about discarding text props.
9683 2003-09-11  Richard M. Stallman  <rms@gnu.org>
9685         * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
9686         changes variables that record input events.
9687         (Minibuffer Misc): Add minibuffer-selected-window.
9689         * lists.texi (Building Lists): Add copy-tree.
9691         * display.texi (Fontsets): Add char-displayable-p.
9692         (Scroll Bars): New node.
9694 2003-09-08  Lute Kamstra  <lute@gnu.org>
9696         * modes.texi (%-Constructs): Document new `%i' and `%I'
9697         constructs.
9699 2003-09-03  Peter Runestig  <peter@runestig.com>
9701         * makefile.w32-in: New file.
9703 2003-08-29  Richard M. Stallman  <rms@gnu.org>
9705         * display.texi (Overlay Properties): Clarify how priorities
9706         affect use of the properties.
9708 2003-08-19  Luc Teirlinck  <teirllm@mail.auburn.edu>
9710         * customize.texi (Type Keywords): Correct the description of
9711         `:help-echo' in the case where `motion-doc' is a function.
9713 2003-08-14  John Paul Wallington  <jpw@gnu.org>
9715         * modes.texi (Emulating Mode Line): Subsection, not section.
9717 2003-08-13  Richard M. Stallman  <rms@gnu.org>
9719         * elisp.texi (Top): Update subnode lists in menu.
9721         * text.texi (Insertion): Add insert-buffer-substring-no-properties.
9722         (Kill Functions): kill-region has new arg yank-handler.
9723         (Yanking): New node.
9724         (Yank Commands): Add yank-undo-function.
9725         (Low-Level Kill Ring):
9726         kill-new and kill-append have new arg yank-handler.
9727         (Changing Properties): Add remove-list-of-text-properties.
9728         (Atomic Changes): New node.
9730         * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
9732         * streams.texi (Output Variables): Add eval-expression-print-length
9733         and eval-expression-print-level.
9735         * os.texi (Time Conversion): For encode-time, explain limits on year.
9737         * objects.texi (Character Type): Define anchor "modifier bits".
9739         * modes.texi (Emulating Mode Line): New node.
9740         (Search-based Fontification): Font Lock uses font-lock-face property.
9741         (Other Font Lock Variables): Likewise.
9743         * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
9744         not vectors.
9745         (Active Keymaps): Add emulation-mode-map-alists.
9746         (Functions for Key Lookup): key-binding has new arg no-remap.
9747         (Remapping Commands): New node.
9748         (Scanning Keymaps): where-is-internal has new arg no-remap.
9749         (Tool Bar): Add tool-bar-local-item-from-menu.
9750         Clarify when to use tool-bar-add-item-from-menu.
9752         * commands.texi (Interactive Call): commandp has new arg.
9753         (Command Loop Info): Add this-original-command.
9755 2003-08-06  John Paul Wallington  <jpw@gnu.org>
9757         * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
9759         * display.texi (Warning Basics): Fix typo.
9760         (Fringes): Add closing curly bracket and fix typo.
9762         * elisp.texi (Top): Fix typo.
9764 2003-08-05  Richard M. Stallman  <rms@gnu.org>
9766         * elisp.texi: Update lists of subnodes.
9768         * windows.texi (Buffers and Windows): set-window-buffer has new arg.
9770         * variables.texi (Local Variables): Use lc for example variable names.
9772         * tips.texi (Library Headers): Explain where to put -*-.
9774         * strings.texi (Creating Strings): Fix xref for vconcat.
9776         * sequences.texi (Vector Functions):
9777         vconcat no longer allows integer args.
9779         * minibuf.texi (Reading File Names): read-file-name has new
9780         arg PREDICATE.  New function read-directory-name.
9782         * macros.texi (Defining Macros): Give definition of `declare'.
9783         (Indenting Macros): New node.
9785         * frames.texi (Parameter Access): Add modify-all-frames-parameters.
9786         (Window Frame Parameters): Make separate table of parameters
9787         that are coupled with specific face attributes.
9788         (Deleting Frames): delete-frame-hooks renamed to
9789         delete-frame-functions.
9791         * files.texi (Magic File Names): Add file-remote-p.
9792         Clarify file-local-copy.
9794         * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
9795         here; instead xref Defining Macros.
9797         * display.texi (Warnings): New node, and subnodes.
9798         (Fringes): New node.
9800         * debugging.texi (Test Coverage): New node.
9802         * compile.texi (Compiler Errors): Explain with-no-warnings
9803         and other ways to suppress warnings.
9805         * commands.texi (Interactive Call): Minor clarification.
9807         * buffers.texi (Buffer File Name): set-visited-file-name
9808         renames the buffer too.
9810         * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
9812 2003-07-24  Markus Rost  <rost@math.ohio-state.edu>
9814         * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
9816 2003-07-22  Markus Rost  <rost@math.ohio-state.edu>
9818         * internals.texi (Garbage Collection): Fix previous change.
9820 2003-07-22  Richard M. Stallman  <rms@gnu.org>
9822         * files.texi (Truenames): Add LIMIT arg to file-chase-links.
9824         * display.texi (Width): Use \s syntax in example.
9825         (Font Selection): Add face-font-rescale-alist.
9827         * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
9828         Remove spurious indent in example.
9830         * lists.texi (Building Lists): Add number-sequence.
9832         * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
9834         * functions.texi (Function Documentation): Explain how to
9835         show calling convention explicitly in the doc string.
9837         * windows.texi (Selecting Windows): save-selected-window saves
9838         selected window of each frame.
9839         (Window Configurations): Minor change.
9841         * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
9843         * streams.texi (Output Variables): Add print-continuous-numbering
9844         and print-number-table.
9846         * processes.texi (Decoding Output): New node.
9848         * os.texi (Time Conversion): decode-time arg is optional.
9850         * objects.texi (Character Type): Don't use space as example for \.
9851         Make list of char names and \-sequences correspond.
9852         Explain that \s is not used in strings.  `\ ' needs space after.
9854         * nonascii.texi (Converting Representations): Add string-to-multibyte.
9855         (Translation of Characters): Add translation-table-for-input.
9856         (Default Coding Systems): Add auto-coding-functions.
9857         (Explicit Encoding): Add decode-coding-inserted-region.
9858         (Locales): Add locale-info.
9860         * minibuf.texi (Basic Completion): Describe test-completion.
9861         Collections can be lists of strings.
9862         Clean up lazy-completion-table.
9863         (Programmed Completion): Mention test-completion.
9864         Clarify why lambda expressions are not accepted.
9865         (Minibuffer Misc): Describe minibufferp.
9867 2003-07-14  Richard M. Stallman  <rms@gnu.org>
9869         * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
9871         * windows.texi (Selecting Windows): New arg to select-window.
9872         (Selecting Windows): Add with-selected-window.
9873         (Size of Window): Add window-inside-edges, etc.
9875         * internals.texi (Garbage Collection): Add post-gc-hook.
9877         * processes.texi (Subprocess Creation): Add exec-suffixes.
9879         * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
9880         (Scanning Keymaps): Add map-keymaps.
9881         (Defining Menus): Add keymap-prompt.
9883         * numbers.texi (Integer Basics): Add most-positive-fixnum,
9884         most-negative-fixnum.
9886         * compile.texi (Byte Compilation): Explain no-byte-compile.
9887         (Compiler Errors): New node.
9889         * os.texi (User Identification): user-uid, user-real-uid
9890         can return float.
9892         * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
9893         and about derived modes.
9894         (Minor Modes): Add minor-mode-list.
9895         (Defining Minor Modes): Keyword args for define-minor-mode.
9896         (Search-based Fontification): Explain managing other properties.
9897         (Other Font Lock Variables): Add font-lock-extra-managed-props.
9898         (Faces for Font Lock): Add font-lock-preprocessor-face.
9899         (Hooks): Add run-mode-hooks and delay-mode-hooks.
9901         * variables.texi (Creating Buffer-Local): Add buffer-local-value.
9902         (Variable Aliases): Clarify defvaralias.
9904         * loading.texi (Library Search): Add load-suffixes.
9906         * minibuf.texi (Basic Completion): Add lazy-completion-table.
9907         (Programmed Completion): Add dynamic-completion-table.
9909         * files.texi (Changing Files): copy-file allows dir as NEWNAME.
9910         (Magic File Names): Specify precedence order of handlers.
9912         * commands.texi (Command Overview): Emacs server runs pre-command-hook
9913         and post-command-hook.
9914         (Waiting): New calling convention for sit-for.
9916         * text.texi (Special Properties): local-map and keymap properties
9917         apply based on their stickiness.
9919 2003-07-07  Richard M. Stallman  <rms@gnu.org>
9921         * modes.texi (Minor Mode Conventions): Specify only some kinds
9922         of list values as args to minor modes.
9924         * files.texi (File Name Expansion): Warn about iterative use
9925         of substitute-in-file-name.
9927         * advice.texi (Activation of Advice): Clean up previous change.
9929 2003-07-06  Markus Rost  <rost@math.ohio-state.edu>
9931         * advice.texi (Activation of Advice): Note that ad-start-advice is
9932         turned on by default.
9934 2003-06-30  Richard M. Stallman  <rms@gnu.org>
9936         * text.texi (Buffer Contents): Document current-word.
9937         (Change Hooks): Not called for *Messages*.
9939         * functions.texi (Defining Functions): Explain about redefining
9940         primitives.
9941         (Function Safety): Rename.  Minor changes.
9942         Comment out the detailed criteria for what is safe.
9944 2003-06-22  Andreas Schwab  <schwab@suse.de>
9946         * objects.texi (Symbol Type): Fix description of examples.
9948 2003-06-16  Andreas Schwab  <schwab@suse.de>
9950         * hash.texi (Creating Hash): Fix description of :weakness.
9952 2003-06-13  Kai Großjohann  <kai.grossjohann@gmx.net>
9954         * files.texi (Changing Files): copy-file copies file modes, too.
9956 2003-05-28  Richard M. Stallman  <rms@gnu.org>
9958         * strings.texi (Creating Strings): Clarify split-string.
9960 2003-05-22  Stephen J. Turnbull  <stephen@xemacs.org>
9962         * strings.texi (Creating Strings): Update split-string specification
9963         and examples.
9965 2003-05-19  Richard M. Stallman  <rms@gnu.org>
9967         * elisp.texi: Correct invariant section names.
9969 2003-04-20  Richard M. Stallman  <rms@gnu.org>
9971         * os.texi (Timers): Explain about timers and quitting.
9973 2003-04-19  Richard M. Stallman  <rms@gnu.org>
9975         * internals.texi (Writing Emacs Primitives): Strings are
9976         no longer special for GCPROs.  Mention GCPRO5, GCPRO6.
9977         Explain GCPRO convention for varargs function args.
9979 2003-04-16  Richard M. Stallman  <rms@gnu.org>
9981         * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
9983 2003-04-08  Richard M. Stallman  <rms@gnu.org>
9985         * files.texi (Kinds of Files): Correct return value of file-symlink-p.
9987 2003-02-13  Kim F. Storm  <storm@cua.dk>
9989         * objects.texi (Character Type): New \s escape for space.
9991 2003-01-31  Joe Buehler  <jhpb@draco.hekimian.com>
9993         * os.texi (System Environment): Add cygwin system-type.
9995 2003-01-25  Richard M. Stallman  <rms@gnu.org>
9997         * keymaps.texi: Document that a symbol can act as a keymap.
9999 2003-01-13  Richard M. Stallman  <rms@gnu.org>
10001         * text.texi (Changing Properties): Say string indices are origin-0.
10003         * positions.texi (Screen Lines) <compute-motion>:
10004         Correct order of elts in return value.
10006         * keymaps.texi (Changing Key Bindings) <define-key>: Mention
10007         how to define a default binding.
10009 2002-12-07  Markus Rost  <rost@math.ohio-state.edu>
10011         * loading.texi (Unloading): Fix recent change for load-history.
10013         * customize.texi (Simple Types): Clarify description of custom
10014         type 'number.  Describe new custom type 'float.
10016 2002-12-04  Markus Rost  <rost@math.ohio-state.edu>
10018         * variables.texi (File Local Variables): Fix typo.
10020 2002-10-23  Kai Großjohann  <kai.grossjohann@uni-duisburg.de>
10022         From Michael Albinus <Michael.Albinus@alcatel.de>.
10024         * README: Target for Info file is `make info'.
10026         * files.texi (File Name Components): Fix typos in
10027         `file-name-sans-extension'.
10028         (Magic File Names): Complete list of operations for magic file
10029         name handlers.
10031 2002-09-16  Jonathan Yavner  <jyavner@engineer.com>
10033         * variables.texi (File Local Variables): New function
10034         risky-local-variable-p.
10036 2002-09-15  Jonathan Yavner  <jyavner@engineer.com>
10038         * functions.texi (Function safety): New node about unsafep.
10040 2002-08-05  Per Abrahamsen  <abraham@dina.kvl.dk>
10042         * customize.texi (Splicing into Lists): Fix example.
10043         Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>.
10045 2002-06-17  Juanma Barranquero  <lektu@terra.es>
10047         * frames.texi (Display Feature Testing): Fix typo.
10049 2002-06-12  Andreas Schwab  <schwab@suse.de>
10051         * frames.texi (Initial Parameters, Resources): Fix references to
10052         the Emacs manual.
10054 2002-05-13  Kim F. Storm  <storm@cua.dk>
10056         * variables.texi (Intro to Buffer-Local): Updated warning and
10057         example relating to changing buffer inside let.
10059 2002-03-10  Jan Djärv  <jan.h.d@swipnet.se>
10061         * os.texi (Session Management): New node about X Session management.
10063 2002-01-18  Eli Zaretskii  <eliz@is.elta.co.il>
10065         * elisp.texi (VERSION): Set to 2.9.  Update the version of Emacs
10066         to which the manual corresponds, and the copyright years.
10068         * Makefile.in (VERSION): Set to 2.9.
10070 2001-11-29  Eli Zaretskii  <eliz@is.elta.co.il>
10072         * elisp.texi: Change the category in @dircategory to "Emacs", to
10073         make it consistent with info/dir.
10075 2001-11-25  Miles Bader  <miles@gnu.org>
10077         * text.texi (Fields): Describe new `limit' arg in
10078         field-beginning/field-end.
10080 2001-11-17  Eli Zaretskii  <eliz@is.elta.co.il>
10082         * permute-index: Don't depend on csh-specific features.
10083         Replace the interpreter name with /bin/sh.
10085         * two-volume-cross-refs.txt: New file.
10086         * two.el: New file.
10087         * spellfile: New file.
10089 2001-11-16  Eli Zaretskii  <eliz@is.elta.co.il>
10091         * permute-index: New file.
10093         * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
10094         elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
10095         8+3 restricted namespace.
10097         * Makefile.in (infodir): Define relative to $(srcdir).
10098         ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
10099         include directories list via -I switch to makeinfo.
10100         (index.texi): Use cp if both hard and symbolic links fail.
10102 2001-11-10  Eli Zaretskii  <eliz@is.elta.co.il>
10104         * Makefile.in (distclean): Add.
10106         The following changes make ELisp manual part of the Emacs
10107         distribution:
10109         * Makefile.in: Add Copyright notice.
10110         (prefix): Remove.
10111         (infodir): Change value to "../info".
10112         (VPATH): New variable.
10113         (MAKE): Don't define.
10114         (texmacrodir): Don't define.
10115         (texinputdir): Append the existing value of TEXINPUTS.
10116         ($(infodir)/elisp): Instead of just "elisp".  Reformat the
10117         command to be compatible with man/Makefile.in, and to put the
10118         output into ../info.
10119         (info): Add target.
10120         (installall): Target removed.
10122 2001-10-31  Pavel Janík  <Pavel@Janik.cz>
10124         * tips.texi (Coding Conventions): Fix typo.
10126 2001-10-23  Gerd Moellmann  <gerd@gnu.org>
10128         * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
10130 2001-10-22  Eli Zaretskii  <eliz@is.elta.co.il>
10132         * files.texi (File Name Components): Update the description of
10133         file-name-sans-extension and file-name-extension, as they now
10134         ignore leading dots.
10136 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
10138         * (Version 21.1 released.)
10140 2001-10-19  Miles Bader  <miles@gnu.org>
10142         * positions.texi (Text Lines): Describe behavior of
10143         `beginning-of-line'/`end-of-line' in the presence of field properties.
10145 2001-10-17  Gerd Moellmann  <gerd@gnu.org>
10147         * Makefile.in (VERSION): Set to 2.8.
10148         (manual): Use `manual-21'.
10150         * elisp.texi (VERSION): Add and use it where the version
10151         number was used.  Set it to 2.8.
10153         * intro.texi: Likewise.
10155 2001-10-13  Eli Zaretskii  <eliz@is.elta.co.il>
10157         * files.texi (File Name Completion): Document the significance of
10158         a trailing slash in elements of completion-ignored-extensions.
10160 2001-10-06  Miles Bader  <miles@gnu.org>
10162         * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
10164 2001-10-04  Gerd Moellmann  <gerd@gnu.org>
10166         * variables.texi (Variable Aliases): New node.
10168 2001-10-04  Gerd Moellmann  <gerd@gnu.org>
10170         * Branch for 21.1.
10172 2001-10-02  Miles Bader  <miles@gnu.org>
10174         * minibuf.texi (Minibuffer Misc): Add entries for
10175         `minibuffer-contents', `minibuffer-contents-no-properties', and
10176         `delete-minibuffer-contents'.
10177         Correct description for `minibuffer-prompt-end'.
10179         * text.texi (Property Search): Correct descriptions of
10180         `next-char-property-change' and `previous-char-property-change'.
10181         Add entries for `next-single-char-property-change' and
10182         `previous-single-char-property-change'.
10183         Make operand names a bit more consistent.
10185 2001-09-30  Eli Zaretskii  <eliz@is.elta.co.il>
10187         * frames.texi (Finding All Frames): Document that next-frame and
10188         previous-frame are local to current terminal.
10190 2001-09-26  Eli Zaretskii  <eliz@is.elta.co.il>
10192         * keymaps.texi (Creating Keymaps): Fix the description of the
10193         result of make-keymap.
10195 2001-09-23  Eli Zaretskii  <eliz@is.elta.co.il>
10197         * display.texi (Font Lookup, Attribute Functions)
10198         (Image Descriptors): Add cross-references to the definition of
10199         selected frame.
10201         * buffers.texi (The Buffer List): Add cross-references to the
10202         definition of selected frame.
10204         * frames.texi (Input Focus): Clarify which frame is _the_ selected
10205         frame at any given time.
10206         (Multiple Displays, Size and Position): Add a cross-reference to
10207         the definition of the selected frame.
10209 2001-09-08  Eli Zaretskii  <eliz@is.elta.co.il>
10211         * strings.texi (String Conversion) <string-to-number>: Document
10212         that a float is returned for integers that are too large.
10214         * frames.texi (Mouse Position): Document mouse-position-function.
10215         (Display Feature Testing): Document display-images-p.
10216         (Window Frame Parameters): Document the cursor-type variable.
10218         * numbers.texi (Integer Basics): Document CL style read syntax for
10219         integers in bases other than 10.
10221         * positions.texi (List Motion):
10222         Document open-paren-in-column-0-is-defun-start.
10224         * lists.texi (Sets And Lists): Document member-ignore-case.
10226         * internals.texi (Garbage Collection): Document the used and free
10227         strings report.
10228         (Memory Usage): Document strings-consed.
10230         * os.texi (Time of Day): Document float-time.
10231         (Recording Input): Document that clear-this-command-keys clears
10232         the vector to be returned by recent-keys.
10234         * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
10235         argument keymap can be a list.
10237         * nonascii.texi (User-Chosen Coding Systems)
10238         <select-safe-coding-system>: Document the new argument
10239         accept-default-p and the variable
10240         select-safe-coding-system-accept-default-p.  Tell what happens if
10241         buffer-file-coding-system is undecided.
10242         (Default Coding Systems): Document auto-coding-regexp-alist.
10244         * display.texi (The Echo Area) <message>: Document
10245         message-truncate-lines.
10246         (Glyphs): Document that the glyph table is unused on windowed
10247         displays.
10249         * help.texi (Describing Characters) <single-key-description>:
10250         Document the new argument no-angles.
10251         (Accessing Documentation) <documentation-property>: Document that
10252         a non-string property is evaluated.
10253         <documentation>: Document that the function-documentation property
10254         is looked for.
10256         * windows.texi (Selecting Windows): Document some-window.
10258         * text.texi (MD5 Checksum): New node, documents the md5 primitive.
10260         * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
10261         apropos-mode-hook.
10263         * commands.texi (Using Interactive): Document interactive-form.
10264         (Keyboard Macros): Document kbd-macro-termination-hook.
10265         (Command Loop Info): Document that clear-this-command-keys clears
10266         the vector to be returned by recent-keys.
10268 2001-09-04  Werner LEMBERG  <wl@gnu.org>
10270         * Makefile.in (srcdir, texinputdir): New variables.
10271         (srcs, index.texi, install): Use $(srcdir).
10272         (.PHONY): Remove elisp.dvi.
10273         (elisp): Use -I switch for makeinfo.
10274         (elisp.dvi): Use $(srcdir) and $(texinputdir).
10275         (installall, dist): Use $(srcdir).
10276         Fix path to texinfo.tex.
10277         (maintainer-clean): Add elisp.dvi and elisp.oaux.
10279 2001-08-30  Gerd Moellmann  <gerd@gnu.org>
10281         * display.texi (Conditional Display): Adjust to API change.
10283         * configure: New file.
10285 2001-07-30  Gerd Moellmann  <gerd@gnu.org>
10287         * commands.texi (Repeat Events): Add description of
10288         double-click-fuzz.
10290 2001-05-08  Stefan Monnier  <monnier@cs.yale.edu>
10292         * syntax.texi (Syntax Class Table): Add the missing designator for
10293         comment and string fences.
10294         (Syntax Properties): Add a xref to syntax table internals.
10295         (Syntax Table Internals): Document string-to-syntax.
10297 2001-05-07  Gerd Moellmann  <gerd@gnu.org>
10299         * Makefile.in (install): Use install-info command line options
10300         like in Emacs' Makefile.in.
10302 2000-12-09  Miles Bader  <miles@gnu.org>
10304         * windows.texi (Window Start): Update documentation for
10305         `pos-visible-in-window-p'.
10307 2000-11-12  Stefan Monnier  <monnier@cs.yale.edu>
10309         * lists.texi (Building Lists): Add footnote to explain how to add
10310         to the end of a list.
10312 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
10314         * files.texi (Visiting Functions): Typos.
10316 2000-10-25  Kenichi Handa  <handa@etl.go.jp>
10318         * files.texi (Visiting Functions): Return value of
10319         find-file-noselect may be a list of buffers if wildcards are used.
10321 2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
10323         * display.texi (Defining Faces): Document `graphic' display type
10324         in face specs.
10326 2000-10-18  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10328         * hooks.texi (Standard Hooks): Replace obsolete
10329         `after-make-frame-hook' with `after-make-frame-functions'.
10331         * frames.texi (Creating Frames): Ditto.
10333         * variables.texi (Future Local Variables): Ditto.
10335 2000-10-16  Gerd Moellmann  <gerd@gnu.org>
10337         * display.texi (Other Image Types): Add description of :foreground
10338         and :background properties of mono PBM images.
10340 2000-08-17  Werner LEMBERG  <wl@gnu.org>
10342         * .cvsignore: New file.
10344 2000-01-05  Gerd Moellmann  <gerd@gnu.org>
10346         * tindex.pl: New script.
10348 1999-12-03  Dave Love  <fx@gnu.org>
10350         * Makefile.in (MAKEINFO): New parameter.
10352 1999-09-17  Richard Stallman  <rms@gnu.org>
10354         * Makefile.in (srcs): Add hash.texi.
10355         (VERSION): Update to 20.6.
10357 1999-09-13  Richard Stallman  <rms@gnu.org>
10359         * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
10361 1998-08-29  Karl Heuer  <kwzh@gnu.org>
10363         * configure.in: New file.
10364         * Makefile.in: Renamed from Makefile.
10365         (prefix, infodir): Use value obtained from configure.
10366         (emacslibdir): Obsolete variable deleted.
10367         (dist): Distribute configure.in, configure, Makefile.in.
10369 1998-06-12  Richard Stallman  <rms@psilocin.ai.mit.edu>
10371         * Makefile (INSTALL_INFO): New variable.
10372         (install): Run install-info.
10374 1998-05-09  Richard Stallman  <rms@psilocin.ai.mit.edu>
10376         * Makefile (elisp.dvi): Add missing backslash.
10378 1998-05-02  Richard Stallman  <rms@psilocin.gnu.org>
10380         * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
10381         Run texindex without `./'.  Always run texindex on elisp.tp.
10382         (elisp.tps): Target deleted.
10384 1998-04-05  Richard Stallman  <rms@psilocin.gnu.org>
10386         * Makefile (srcs): Add nonascii.texi and customize.texi.
10387         (dist): Start by deleting `temp'.
10389 1998-02-17  Richard Stallman  <rms@psilocin.gnu.org>
10391         * Makefile (makeinfo, texindex): Targets deleted.
10392         (makeinfo.o, texindex.o): Targets deleted.
10393         (clean, dist): Don't do anything with them or with getopt*.
10395 1998-01-30  Richard Stallman  <rms@psilocin.gnu.org>
10397         * Makefile (SHELL): Defined.
10399 1998-01-27  Richard Stallman  <rms@psilocin.gnu.org>
10401         * Makefile (elisp.tps): New target.
10402         (elisp.dvi): Depend on elisp.tps.
10404 1996-04-03  Karl Heuer  <kwzh@gnu.ai.mit.edu>
10406         * README: Update phone number.
10408         * Makefile (elisp): Make this be the default target.
10409         Depend on makeinfo.c instead of makeinfo.
10410         (install): Don't depend on elisp.dvi, since we don't install that.
10411         Use mkinstalldirs.
10412         (dist): Add mkinstalldirs.
10414 1995-06-19  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
10416         * Makefile (VERSION): Update version number.
10417         (maintainer-clean): Rename from realclean.
10419 1995-06-07  Karl Heuer  <kwzh@nutrimat.gnu.ai.mit.edu>
10421         * Makefile (realclean): New target.
10422         (elisp): Remove any old elisp-* files first.
10424 1993-11-23  Noah Friedman  (friedman@nutrimat.gnu.ai.mit.edu)
10426         * Makefile (VERSION): New variable.
10427         (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
10428         Compressed file suffix should be `.gz', not `.z'.
10430 1993-11-22  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10432         * Makefile (elisp): Depend on makeinfo.
10434 1993-11-19  Noah Friedman  (friedman@gnu.ai.mit.edu)
10436         * Makefile (srcs): Add anti.texi.
10438 1993-05-28  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10440         * Makefile (infodir, prefix): New vars.
10441         (install): Use infodir.
10442         (emacsinfodir): Delete.
10444 1993-05-27  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10446         * Makefile (srcs): Add calendar.texi.
10448         * Makefile (dist): Copy texindex.c and makeinfo.c.
10449         Limit elisp-* files to those with one or two digits.
10451 1993-05-16  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
10453         * Makefile (dist): Change to use Gzip instead of compress.
10455 1993-04-23  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
10457         * loading.texi (Unloading): define-function changed back to
10458         defalias.  It may not stay this way, but at least it's
10459         consistent with the known-good version of the code patch.
10461 1993-03-26  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
10463         * modes.texi (Hooks): Document new optional arg of add-hook.
10465 1993-03-17  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
10467         * variables.texi: Document nil initial value of buffer-local variables.
10469         * tips.texi: Add new section on standard library headers.
10471 1993-02-27  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
10473         * Makefile (srcs): Add frame.texi to the list of sources.
10475 1993-02-23  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
10477         * Makefile (dist): Don't bother excluding autosave files; they'll
10478         never make it into the temp directory anyway, and the hash marks
10479         in the name are problematic for make and the Bourne shell.
10480         (srcs):
10482 1993-02-12  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
10484         * Makefile (dist): Don't include backup files or autosave files in
10485         the distribution tar file.
10487 1991-11-26  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10489         * Makefile (srcs): Add index.perm.
10490         (elisp.dvi): Remove erroneous shell comment.
10491         Expect output of permute-index in permuted.fns.
10492         Save old elisp.aux in elisp.oaux.
10493         (clean): Add index.texi to be deleted.
10495 1990-08-11  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
10497         * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
10499 1990-06-26  David Lawrence  (tale@geech)
10501         * files.texi: Noted that completion-ignored-extensions is ignored
10502         when making *Completions*.
10504 1990-06-08  Jay Fenlason  (hack@ai.mit.edu)
10506         * Makefile  make dist now depends on elisp.dvi, since it tries
10507         to include it in the dist file.
10509 1990-03-28  Jim Kingdon  (kingdon@mole.ai.mit.edu)
10511         * functions.texinfo (Mapping Functions): Add missing quote.
10513 1989-06-19  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
10515         * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
10516         (defunargs): Turn off \hyphenchar of \sl font temporarily.
10518 1989-05-10  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
10520         * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
10521         and @error{} are the terms now being used.  The files in the
10522         directory have been changed to reflect this.
10524         * All instances of @indentedresultt{} have been changed to
10525         `     @result{}', using 5 spaces at the beginning of the line.
10527 1989-04-24  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
10529         * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
10530         experimental @indentedresult{}, @indentedexpandsto{} are part of
10531         the texinfo.tex in this directory.  These TeX macros are not
10532         stable yet.
10534 1989-04-17  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
10536         * texinfo.tex: Temporarily added
10537                 \let\result=\dblarrow
10538                 \def\error{{\it ERROR} \longdblarrow}
10539         We need to do this better soon.
10541 1989-04-11  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
10543         * Applied Karl Berry's patches to *.texinfo files, but not to
10544         texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'.  (Karl's
10545         new title page format is also not applied, since it requires
10546         texinfo.tex changes.)
10548         * Cleaned up `Makefile' and defined the `emacslibdir' directory
10549         for the Project GNU development environment.
10551 ;; Local Variables:
10552 ;; coding: utf-8
10553 ;; End:
10555   Copyright (C) 1998-2012  Free Software Foundation, Inc.
10557   This file is part of GNU Emacs.
10559   GNU Emacs is free software: you can redistribute it and/or modify
10560   it under the terms of the GNU General Public License as published by
10561   the Free Software Foundation, either version 3 of the License, or
10562   (at your option) any later version.
10564   GNU Emacs is distributed in the hope that it will be useful,
10565   but WITHOUT ANY WARRANTY; without even the implied warranty of
10566   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
10567   GNU General Public License for more details.
10569   You should have received a copy of the GNU General Public License
10570   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.